@wordpress/components 25.1.7 → 25.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -11,6 +11,7 @@
11
11
  - `UnitControl`: Fix crash when certain units are used ([#52211](https://github.com/WordPress/gutenberg/pull/52211)).
12
12
  - `Guide`: Place focus on the guide's container instead of its first tabbable ([#52300](https://github.com/WordPress/gutenberg/pull/52300)).
13
13
  - `Popover`: Pin `react-dropdown-menu` version to avoid breaking changes in dependency updates. ([52356](https://github.com/WordPress/gutenberg/pull/52356)).
14
+ - `Toolbar`: Fix toolbar items not being tabbable on the first render. ([#52613](https://github.com/WordPress/gutenberg/pull/52613))
14
15
 
15
16
  ## 25.2.0 (2023-06-23)
16
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/components",
3
- "version": "25.1.7",
3
+ "version": "25.1.8",
4
4
  "description": "UI components for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -30,7 +30,7 @@
30
30
  ],
31
31
  "types": "build-types",
32
32
  "dependencies": {
33
- "@ariakit/react": "^0.2.10",
33
+ "@ariakit/react": "^0.2.12",
34
34
  "@babel/runtime": "^7.16.0",
35
35
  "@emotion/cache": "^11.7.1",
36
36
  "@emotion/css": "^11.7.1",
@@ -55,8 +55,8 @@
55
55
  "@wordpress/is-shallow-equal": "^4.35.1",
56
56
  "@wordpress/keycodes": "^3.35.1",
57
57
  "@wordpress/primitives": "^3.33.1",
58
- "@wordpress/private-apis": "^0.17.1",
59
- "@wordpress/rich-text": "^6.12.4",
58
+ "@wordpress/private-apis": "^0.17.2",
59
+ "@wordpress/rich-text": "^6.12.5",
60
60
  "@wordpress/warning": "^2.35.1",
61
61
  "change-case": "^4.1.2",
62
62
  "classnames": "^2.3.1",
@@ -87,5 +87,5 @@
87
87
  "publishConfig": {
88
88
  "access": "public"
89
89
  },
90
- "gitHead": "5a52ea1ed29bbf8f3ead96f83b17d2c1cf84c880"
90
+ "gitHead": "cedb8caa943db47c16bdb4fa8880d506ce938fab"
91
91
  }