@wordpress/edit-widgets 6.36.1-next.738bb1424.0 → 6.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;
@@ -187,6 +191,10 @@
187
191
  /**
188
192
  * Reset the WP Admin page styles for Gutenberg-like pages.
189
193
  */
194
+ /**
195
+ * Creates a checkerboard pattern background to indicate transparency.
196
+ * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px.
197
+ */
190
198
  .admin-ui-page {
191
199
  display: flex;
192
200
  height: 100%;
@@ -360,6 +368,10 @@
360
368
  /**
361
369
  * Reset the WP Admin page styles for Gutenberg-like pages.
362
370
  */
371
+ /**
372
+ * Creates a checkerboard pattern background to indicate transparency.
373
+ * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px.
374
+ */
363
375
  .interface-complementary-area {
364
376
  background: #fff;
365
377
  color: #1e1e1e;
@@ -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;
@@ -187,6 +191,10 @@
187
191
  /**
188
192
  * Reset the WP Admin page styles for Gutenberg-like pages.
189
193
  */
194
+ /**
195
+ * Creates a checkerboard pattern background to indicate transparency.
196
+ * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px.
197
+ */
190
198
  .admin-ui-page {
191
199
  display: flex;
192
200
  height: 100%;
@@ -360,6 +368,10 @@
360
368
  /**
361
369
  * Reset the WP Admin page styles for Gutenberg-like pages.
362
370
  */
371
+ /**
372
+ * Creates a checkerboard pattern background to indicate transparency.
373
+ * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px.
374
+ */
363
375
  .interface-complementary-area {
364
376
  background: #fff;
365
377
  color: #1e1e1e;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/edit-widgets",
3
- "version": "6.36.1-next.738bb1424.0",
3
+ "version": "6.36.1-next.8fd3f8831.0",
4
4
  "description": "Widgets Page module for WordPress..",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -49,33 +49,33 @@
49
49
  ]
50
50
  },
51
51
  "dependencies": {
52
- "@wordpress/api-fetch": "^7.36.1-next.738bb1424.0",
53
- "@wordpress/base-styles": "^6.12.1-next.738bb1424.0",
54
- "@wordpress/block-editor": "^15.9.1-next.738bb1424.0",
55
- "@wordpress/block-library": "^9.36.1-next.738bb1424.0",
56
- "@wordpress/blocks": "^15.9.1-next.738bb1424.0",
57
- "@wordpress/components": "^31.0.1-next.738bb1424.0",
58
- "@wordpress/compose": "^7.36.1-next.738bb1424.0",
59
- "@wordpress/core-data": "^7.36.1-next.738bb1424.0",
60
- "@wordpress/data": "^10.36.1-next.738bb1424.0",
61
- "@wordpress/deprecated": "^4.36.1-next.738bb1424.0",
62
- "@wordpress/dom": "^4.36.1-next.738bb1424.0",
63
- "@wordpress/element": "^6.36.1-next.738bb1424.0",
64
- "@wordpress/hooks": "^4.36.1-next.738bb1424.0",
65
- "@wordpress/i18n": "^6.9.1-next.738bb1424.0",
66
- "@wordpress/icons": "^11.3.1-next.738bb1424.0",
67
- "@wordpress/interface": "^9.21.1-next.738bb1424.0",
68
- "@wordpress/keyboard-shortcuts": "^5.36.1-next.738bb1424.0",
69
- "@wordpress/keycodes": "^4.36.1-next.738bb1424.0",
70
- "@wordpress/media-utils": "^5.36.1-next.738bb1424.0",
71
- "@wordpress/notices": "^5.36.1-next.738bb1424.0",
72
- "@wordpress/patterns": "^2.36.1-next.738bb1424.0",
73
- "@wordpress/plugins": "^7.36.1-next.738bb1424.0",
74
- "@wordpress/preferences": "^4.36.1-next.738bb1424.0",
75
- "@wordpress/private-apis": "^1.36.1-next.738bb1424.0",
76
- "@wordpress/reusable-blocks": "^5.36.1-next.738bb1424.0",
77
- "@wordpress/url": "^4.36.1-next.738bb1424.0",
78
- "@wordpress/widgets": "^4.36.1-next.738bb1424.0",
52
+ "@wordpress/api-fetch": "^7.36.1-next.8fd3f8831.0",
53
+ "@wordpress/base-styles": "^6.12.1-next.8fd3f8831.0",
54
+ "@wordpress/block-editor": "^15.9.1-next.8fd3f8831.0",
55
+ "@wordpress/block-library": "^9.36.2-next.8fd3f8831.0",
56
+ "@wordpress/blocks": "^15.9.1-next.8fd3f8831.0",
57
+ "@wordpress/components": "^31.0.1-next.8fd3f8831.0",
58
+ "@wordpress/compose": "^7.36.1-next.8fd3f8831.0",
59
+ "@wordpress/core-data": "^7.36.1-next.8fd3f8831.0",
60
+ "@wordpress/data": "^10.36.1-next.8fd3f8831.0",
61
+ "@wordpress/deprecated": "^4.36.1-next.8fd3f8831.0",
62
+ "@wordpress/dom": "^4.36.1-next.8fd3f8831.0",
63
+ "@wordpress/element": "^6.36.1-next.8fd3f8831.0",
64
+ "@wordpress/hooks": "^4.36.1-next.8fd3f8831.0",
65
+ "@wordpress/i18n": "^6.9.1-next.8fd3f8831.0",
66
+ "@wordpress/icons": "^11.3.1-next.8fd3f8831.0",
67
+ "@wordpress/interface": "^9.21.1-next.8fd3f8831.0",
68
+ "@wordpress/keyboard-shortcuts": "^5.36.1-next.8fd3f8831.0",
69
+ "@wordpress/keycodes": "^4.36.1-next.8fd3f8831.0",
70
+ "@wordpress/media-utils": "^5.36.1-next.8fd3f8831.0",
71
+ "@wordpress/notices": "^5.36.1-next.8fd3f8831.0",
72
+ "@wordpress/patterns": "^2.36.1-next.8fd3f8831.0",
73
+ "@wordpress/plugins": "^7.36.1-next.8fd3f8831.0",
74
+ "@wordpress/preferences": "^4.36.1-next.8fd3f8831.0",
75
+ "@wordpress/private-apis": "^1.36.1-next.8fd3f8831.0",
76
+ "@wordpress/reusable-blocks": "^5.36.1-next.8fd3f8831.0",
77
+ "@wordpress/url": "^4.36.1-next.8fd3f8831.0",
78
+ "@wordpress/widgets": "^4.36.1-next.8fd3f8831.0",
79
79
  "clsx": "^2.1.1"
80
80
  },
81
81
  "peerDependencies": {
@@ -85,5 +85,5 @@
85
85
  "publishConfig": {
86
86
  "access": "public"
87
87
  },
88
- "gitHead": "ab1b004c0d61c295aa34bc86ea07f979343983ce"
88
+ "gitHead": "e582b351bc4c4b8734bb087f63a3beec9875c3c7"
89
89
  }