@wordpress/commands 1.27.0 → 1.27.1-next.46f643fa0.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.
@@ -243,11 +243,11 @@
243
243
  margin: auto;
244
244
  max-width: 400px;
245
245
  position: relative;
246
- top: calc(5% + 60px);
246
+ top: calc(5% + 64px);
247
247
  }
248
248
  @media (min-width: 600px) {
249
249
  .commands-command-menu {
250
- top: calc(10% + 60px);
250
+ top: calc(10% + 64px);
251
251
  }
252
252
  }
253
253
  .commands-command-menu .components-modal__content {
@@ -243,11 +243,11 @@
243
243
  margin: auto;
244
244
  max-width: 400px;
245
245
  position: relative;
246
- top: calc(5% + 60px);
246
+ top: calc(5% + 64px);
247
247
  }
248
248
  @media (min-width: 600px) {
249
249
  .commands-command-menu {
250
- top: calc(10% + 60px);
250
+ top: calc(10% + 64px);
251
251
  }
252
252
  }
253
253
  .commands-command-menu .components-modal__content {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/commands",
3
- "version": "1.27.0",
3
+ "version": "1.27.1-next.46f643fa0.0",
4
4
  "description": "Handles the commands menu.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -29,13 +29,13 @@
29
29
  "wpScript": true,
30
30
  "dependencies": {
31
31
  "@babel/runtime": "7.25.7",
32
- "@wordpress/components": "^30.0.0",
33
- "@wordpress/data": "^10.27.0",
34
- "@wordpress/element": "^6.27.0",
35
- "@wordpress/i18n": "^6.0.0",
36
- "@wordpress/icons": "^10.27.0",
37
- "@wordpress/keyboard-shortcuts": "^5.27.0",
38
- "@wordpress/private-apis": "^1.27.0",
32
+ "@wordpress/components": "^30.1.1-next.46f643fa0.0",
33
+ "@wordpress/data": "^10.27.1-next.46f643fa0.0",
34
+ "@wordpress/element": "^6.27.1-next.46f643fa0.0",
35
+ "@wordpress/i18n": "^6.0.1-next.46f643fa0.0",
36
+ "@wordpress/icons": "^10.27.2-next.46f643fa0.0",
37
+ "@wordpress/keyboard-shortcuts": "^5.27.1-next.46f643fa0.0",
38
+ "@wordpress/private-apis": "^1.27.1-next.46f643fa0.0",
39
39
  "clsx": "^2.1.1",
40
40
  "cmdk": "^1.0.0"
41
41
  },
@@ -46,5 +46,5 @@
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "gitHead": "abe06a6f2aef8d03c30ea9d5b3e133f041e523b1"
49
+ "gitHead": "17e600e091675c5e3d809adfea23ac456bbeae19"
50
50
  }