@wordpress/commands 1.48.0 → 1.48.2-next.v.202606191442.0

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,7 +2,9 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
- ## 1.48.0 (2026-06-04)
5
+ ## 1.48.1 (2026-06-16)
6
+
7
+ ## 1.48.0 (2026-06-10)
6
8
 
7
9
  ## 1.47.0 (2026-05-27)
8
10
 
@@ -164,6 +164,9 @@
164
164
  line-height: 24px;
165
165
  border-radius: 0;
166
166
  }
167
+ .commands-command-menu__container [cmdk-input]::-moz-placeholder {
168
+ color: #757575;
169
+ }
167
170
  .commands-command-menu__container [cmdk-input]::placeholder {
168
171
  color: #757575;
169
172
  }
@@ -164,6 +164,9 @@
164
164
  line-height: 24px;
165
165
  border-radius: 0;
166
166
  }
167
+ .commands-command-menu__container [cmdk-input]::-moz-placeholder {
168
+ color: #757575;
169
+ }
167
170
  .commands-command-menu__container [cmdk-input]::placeholder {
168
171
  color: #757575;
169
172
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/commands",
3
- "version": "1.48.0",
3
+ "version": "1.48.2-next.v.202606191442.0+17fe7db8a",
4
4
  "description": "Handles the commands menu.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -41,19 +41,18 @@
41
41
  "./package.json": "./package.json",
42
42
  "./build-style/": "./build-style/"
43
43
  },
44
- "react-native": "src/index",
45
44
  "wpScript": true,
46
45
  "dependencies": {
47
- "@wordpress/base-styles": "^9.1.0",
48
- "@wordpress/components": "^35.0.0",
49
- "@wordpress/data": "^10.48.0",
50
- "@wordpress/element": "^8.0.0",
51
- "@wordpress/i18n": "^6.21.0",
52
- "@wordpress/icons": "^13.3.0",
53
- "@wordpress/keyboard-shortcuts": "^5.48.0",
54
- "@wordpress/preferences": "^4.48.0",
55
- "@wordpress/private-apis": "^1.48.0",
56
- "@wordpress/warning": "^3.48.0",
46
+ "@wordpress/base-styles": "^10.0.2-next.v.202606191442.0+17fe7db8a",
47
+ "@wordpress/components": "^35.1.1-next.v.202606191442.0+17fe7db8a",
48
+ "@wordpress/data": "^10.48.2-next.v.202606191442.0+17fe7db8a",
49
+ "@wordpress/element": "^8.0.2-next.v.202606191442.0+17fe7db8a",
50
+ "@wordpress/i18n": "^6.21.2-next.v.202606191442.0+17fe7db8a",
51
+ "@wordpress/icons": "^14.0.2-next.v.202606191442.0+17fe7db8a",
52
+ "@wordpress/keyboard-shortcuts": "^5.48.2-next.v.202606191442.0+17fe7db8a",
53
+ "@wordpress/preferences": "^4.48.2-next.v.202606191442.0+17fe7db8a",
54
+ "@wordpress/private-apis": "^1.48.2-next.v.202606191442.0+17fe7db8a",
55
+ "@wordpress/warning": "^3.48.2-next.v.202606191442.0+17fe7db8a",
57
56
  "clsx": "^2.1.1",
58
57
  "cmdk": "^1.0.0"
59
58
  },
@@ -64,5 +63,5 @@
64
63
  "publishConfig": {
65
64
  "access": "public"
66
65
  },
67
- "gitHead": "e7856693aeb4e2522d13608cd32c994e4a97cb9c"
66
+ "gitHead": "1b6a19222df5a88f161880b5789efb3171d8f425"
68
67
  }