@wordpress/commands 1.36.1-next.738bb1424.0 → 1.36.1-next.8fd3f8831.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.
@@ -83,6 +83,10 @@
83
83
  /**
84
84
  * Reset the WP Admin page styles for Gutenberg-like pages.
85
85
  */
86
+ /**
87
+ * Creates a checkerboard pattern background to indicate transparency.
88
+ * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px.
89
+ */
86
90
  :root {
87
91
  --wp-block-synced-color: #7a00df;
88
92
  --wp-block-synced-color--rgb: 122, 0, 223;
@@ -83,6 +83,10 @@
83
83
  /**
84
84
  * Reset the WP Admin page styles for Gutenberg-like pages.
85
85
  */
86
+ /**
87
+ * Creates a checkerboard pattern background to indicate transparency.
88
+ * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px.
89
+ */
86
90
  :root {
87
91
  --wp-block-synced-color: #7a00df;
88
92
  --wp-block-synced-color--rgb: 122, 0, 223;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/commands",
3
- "version": "1.36.1-next.738bb1424.0",
3
+ "version": "1.36.1-next.8fd3f8831.0",
4
4
  "description": "Handles the commands menu.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -45,14 +45,14 @@
45
45
  "react-native": "src/index",
46
46
  "wpScript": true,
47
47
  "dependencies": {
48
- "@wordpress/base-styles": "^6.12.1-next.738bb1424.0",
49
- "@wordpress/components": "^31.0.1-next.738bb1424.0",
50
- "@wordpress/data": "^10.36.1-next.738bb1424.0",
51
- "@wordpress/element": "^6.36.1-next.738bb1424.0",
52
- "@wordpress/i18n": "^6.9.1-next.738bb1424.0",
53
- "@wordpress/icons": "^11.3.1-next.738bb1424.0",
54
- "@wordpress/keyboard-shortcuts": "^5.36.1-next.738bb1424.0",
55
- "@wordpress/private-apis": "^1.36.1-next.738bb1424.0",
48
+ "@wordpress/base-styles": "^6.12.1-next.8fd3f8831.0",
49
+ "@wordpress/components": "^31.0.1-next.8fd3f8831.0",
50
+ "@wordpress/data": "^10.36.1-next.8fd3f8831.0",
51
+ "@wordpress/element": "^6.36.1-next.8fd3f8831.0",
52
+ "@wordpress/i18n": "^6.9.1-next.8fd3f8831.0",
53
+ "@wordpress/icons": "^11.3.1-next.8fd3f8831.0",
54
+ "@wordpress/keyboard-shortcuts": "^5.36.1-next.8fd3f8831.0",
55
+ "@wordpress/private-apis": "^1.36.1-next.8fd3f8831.0",
56
56
  "clsx": "^2.1.1",
57
57
  "cmdk": "^1.0.0"
58
58
  },
@@ -63,5 +63,5 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "gitHead": "ab1b004c0d61c295aa34bc86ea07f979343983ce"
66
+ "gitHead": "e582b351bc4c4b8734bb087f63a3beec9875c3c7"
67
67
  }