@wordpress/block-directory 5.47.0 → 5.48.1

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
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 5.48.1 (2026-06-16)
6
+
7
+ ## 5.48.0 (2026-06-10)
8
+
5
9
  ## 5.47.0 (2026-05-27)
6
10
 
7
11
  ## 5.46.0 (2026-05-14)
@@ -163,7 +163,9 @@
163
163
  height: auto;
164
164
  padding: 12px;
165
165
  margin: 0;
166
- appearance: none;
166
+ -webkit-appearance: none;
167
+ -moz-appearance: none;
168
+ appearance: none;
167
169
  background: none;
168
170
  border: 0;
169
171
  text-align: right;
@@ -163,7 +163,9 @@
163
163
  height: auto;
164
164
  padding: 12px;
165
165
  margin: 0;
166
- appearance: none;
166
+ -webkit-appearance: none;
167
+ -moz-appearance: none;
168
+ appearance: none;
167
169
  background: none;
168
170
  border: 0;
169
171
  text-align: left;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/block-directory",
3
- "version": "5.47.0",
3
+ "version": "5.48.1",
4
4
  "description": "Extend editor with block directory features to search, download and install blocks.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -39,41 +39,43 @@
39
39
  },
40
40
  "./package.json": "./package.json"
41
41
  },
42
- "react-native": "src/index",
43
42
  "wpScript": true,
44
43
  "dependencies": {
45
- "@wordpress/a11y": "^4.47.0",
46
- "@wordpress/api-fetch": "^7.47.0",
47
- "@wordpress/base-styles": "^9.0.0",
48
- "@wordpress/block-editor": "^15.20.0",
49
- "@wordpress/blocks": "^15.20.0",
50
- "@wordpress/components": "^34.0.0",
51
- "@wordpress/compose": "^8.0.0",
52
- "@wordpress/core-data": "^7.47.0",
53
- "@wordpress/data": "^10.47.0",
54
- "@wordpress/editor": "^14.47.0",
55
- "@wordpress/element": "^7.0.0",
56
- "@wordpress/hooks": "^4.47.0",
57
- "@wordpress/html-entities": "^4.47.0",
58
- "@wordpress/i18n": "^6.20.0",
59
- "@wordpress/icons": "^13.2.0",
60
- "@wordpress/notices": "^5.47.0",
61
- "@wordpress/plugins": "^7.47.0",
62
- "@wordpress/private-apis": "^1.47.0",
63
- "@wordpress/ui": "^0.14.0",
64
- "@wordpress/url": "^4.47.0",
44
+ "@wordpress/a11y": "^4.48.1",
45
+ "@wordpress/api-fetch": "^7.48.1",
46
+ "@wordpress/base-styles": "^10.0.1",
47
+ "@wordpress/block-editor": "^15.21.1",
48
+ "@wordpress/blocks": "^15.21.1",
49
+ "@wordpress/components": "^35.0.1",
50
+ "@wordpress/compose": "^8.1.1",
51
+ "@wordpress/core-data": "^7.48.1",
52
+ "@wordpress/data": "^10.48.1",
53
+ "@wordpress/editor": "^14.48.1",
54
+ "@wordpress/element": "^8.0.1",
55
+ "@wordpress/hooks": "^4.48.1",
56
+ "@wordpress/html-entities": "^4.48.1",
57
+ "@wordpress/i18n": "^6.21.1",
58
+ "@wordpress/icons": "^14.0.1",
59
+ "@wordpress/notices": "^5.48.1",
60
+ "@wordpress/plugins": "^7.48.1",
61
+ "@wordpress/private-apis": "^1.48.1",
62
+ "@wordpress/ui": "^0.15.1",
63
+ "@wordpress/url": "^4.48.1",
65
64
  "change-case": "^4.1.2",
66
65
  "clsx": "^2.1.1"
67
66
  },
68
67
  "devDependencies": {
69
- "deep-freeze": "0.0.1"
68
+ "@testing-library/dom": "^10.4.1",
69
+ "@testing-library/react": "^16.3.2",
70
+ "@testing-library/user-event": "^14.6.1",
71
+ "deep-freeze": "^0.0.1"
70
72
  },
71
73
  "peerDependencies": {
72
- "react": "^19.2.4",
73
- "react-dom": "^19.2.4"
74
+ "react": "^18.0.0",
75
+ "react-dom": "^18.0.0"
74
76
  },
75
77
  "publishConfig": {
76
78
  "access": "public"
77
79
  },
78
- "gitHead": "d653c5fd6161571a0c2ebde28553d6e25624eacc"
80
+ "gitHead": "99df7432c5c7cb83ba41146fd1f57f3c19004305"
79
81
  }