Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ariakit version #57325

Merged
merged 4 commits into from
Dec 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
150 changes: 75 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"devDependencies": {
"@actions/core": "1.9.1",
"@actions/github": "5.0.0",
"@ariakit/test": "^0.3.0",
"@ariakit/test": "^0.3.5",
"@babel/core": "7.16.0",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-syntax-jsx": "7.16.0",
Expand Down Expand Up @@ -392,4 +392,4 @@
],
"welcome-build-command": "npm run dev"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ exports[`ColorPaletteControl matches the snapshot 1`] = `
aria-selected="true"
class="components-button components-circular-option-picker__option"
data-active-item=""
data-command=""
id="components-circular-option-picker-0-0"
role="option"
style="background-color: rgb(255, 0, 0); color: rgb(255, 0, 0);"
Expand Down
1 change: 1 addition & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

### Enhancements

- Update `ariakit` to version `0.3.10` ([#57325](https://github.com/WordPress/gutenberg/pull/57325)).
- `DropdownMenuV2`: do not collapse suffix width ([#57238](https://github.com/WordPress/gutenberg/pull/57238)).
- `DateTimePicker`: Adjustment of the dot position on DayButton and expansion of the button area. ([#55502](https://github.com/WordPress/gutenberg/pull/55502)).
- `Modal`: Improve application of body class names ([#55430](https://github.com/WordPress/gutenberg/pull/55430)).
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"types": "build-types",
"dependencies": {
"@ariakit/react": "^0.3.5",
"@ariakit/react": "^0.3.10",
"@babel/runtime": "^7.16.0",
"@emotion/cache": "^11.7.1",
"@emotion/css": "^11.7.1",
Expand Down Expand Up @@ -88,4 +88,4 @@
"publishConfig": {
"access": "public"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ exports[`ToggleGroupControl controlled should render correctly with icons 1`] =
aria-label="Uppercase"
class="emotion-12 components-toggle-group-control-option-base"
data-active-item=""
data-command=""
data-value="uppercase"
data-wp-c16t="true"
data-wp-component="ToggleGroupControlOptionBase"
Expand Down Expand Up @@ -288,7 +287,6 @@ exports[`ToggleGroupControl controlled should render correctly with icons 1`] =
aria-checked="false"
aria-label="Lowercase"
class="emotion-18 components-toggle-group-control-option-base"
data-command=""
data-value="lowercase"
data-wp-c16t="true"
data-wp-component="ToggleGroupControlOptionBase"
Expand Down Expand Up @@ -498,7 +496,6 @@ exports[`ToggleGroupControl controlled should render correctly with text options
aria-checked="false"
aria-label="R"
class="emotion-12 components-toggle-group-control-option-base"
data-command=""
data-value="rigas"
data-wp-c16t="true"
data-wp-component="ToggleGroupControlOptionBase"
Expand All @@ -521,7 +518,6 @@ exports[`ToggleGroupControl controlled should render correctly with text options
aria-checked="false"
aria-label="J"
class="emotion-12 components-toggle-group-control-option-base"
data-command=""
data-value="jack"
data-wp-c16t="true"
data-wp-component="ToggleGroupControlOptionBase"
Expand Down Expand Up @@ -798,7 +794,6 @@ exports[`ToggleGroupControl uncontrolled should render correctly with icons 1`]
aria-label="Uppercase"
class="emotion-12 components-toggle-group-control-option-base"
data-active-item=""
data-command=""
data-value="uppercase"
data-wp-c16t="true"
data-wp-component="ToggleGroupControlOptionBase"
Expand Down Expand Up @@ -837,7 +832,6 @@ exports[`ToggleGroupControl uncontrolled should render correctly with icons 1`]
aria-checked="false"
aria-label="Lowercase"
class="emotion-18 components-toggle-group-control-option-base"
data-command=""
data-value="lowercase"
data-wp-c16t="true"
data-wp-component="ToggleGroupControlOptionBase"
Expand Down Expand Up @@ -1041,7 +1035,6 @@ exports[`ToggleGroupControl uncontrolled should render correctly with text optio
aria-checked="false"
aria-label="R"
class="emotion-12 components-toggle-group-control-option-base"
data-command=""
data-value="rigas"
data-wp-c16t="true"
data-wp-component="ToggleGroupControlOptionBase"
Expand All @@ -1064,7 +1057,6 @@ exports[`ToggleGroupControl uncontrolled should render correctly with text optio
aria-checked="false"
aria-label="J"
class="emotion-12 components-toggle-group-control-option-base"
data-command=""
data-value="jack"
data-wp-c16t="true"
data-wp-component="ToggleGroupControlOptionBase"
Expand Down
Loading