@wordpress/interface 9.21.1-next.738bb1424.0 → 9.21.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.
- package/build-style/style-rtl.css +8 -0
- package/build-style/style.css +8 -0
- package/package.json +14 -14
|
@@ -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
|
.admin-ui-page {
|
|
87
91
|
display: flex;
|
|
88
92
|
height: 100%;
|
|
@@ -255,6 +259,10 @@
|
|
|
255
259
|
/**
|
|
256
260
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
257
261
|
*/
|
|
262
|
+
/**
|
|
263
|
+
* Creates a checkerboard pattern background to indicate transparency.
|
|
264
|
+
* @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px.
|
|
265
|
+
*/
|
|
258
266
|
.interface-complementary-area {
|
|
259
267
|
background: #fff;
|
|
260
268
|
color: #1e1e1e;
|
package/build-style/style.css
CHANGED
|
@@ -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
|
.admin-ui-page {
|
|
87
91
|
display: flex;
|
|
88
92
|
height: 100%;
|
|
@@ -255,6 +259,10 @@
|
|
|
255
259
|
/**
|
|
256
260
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
257
261
|
*/
|
|
262
|
+
/**
|
|
263
|
+
* Creates a checkerboard pattern background to indicate transparency.
|
|
264
|
+
* @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px.
|
|
265
|
+
*/
|
|
258
266
|
.interface-complementary-area {
|
|
259
267
|
background: #fff;
|
|
260
268
|
color: #1e1e1e;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/interface",
|
|
3
|
-
"version": "9.21.1-next.
|
|
3
|
+
"version": "9.21.1-next.8fd3f8831.0",
|
|
4
4
|
"description": "Interface module for WordPress. The package contains shared functionality across the modern JavaScript-based WordPress screens.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -54,18 +54,18 @@
|
|
|
54
54
|
"build-module/store/index.js"
|
|
55
55
|
],
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@wordpress/a11y": "^4.36.1-next.
|
|
58
|
-
"@wordpress/admin-ui": "^1.4.1-next.
|
|
59
|
-
"@wordpress/components": "^31.0.1-next.
|
|
60
|
-
"@wordpress/compose": "^7.36.1-next.
|
|
61
|
-
"@wordpress/data": "^10.36.1-next.
|
|
62
|
-
"@wordpress/deprecated": "^4.36.1-next.
|
|
63
|
-
"@wordpress/element": "^6.36.1-next.
|
|
64
|
-
"@wordpress/i18n": "^6.9.1-next.
|
|
65
|
-
"@wordpress/icons": "^11.3.1-next.
|
|
66
|
-
"@wordpress/plugins": "^7.36.1-next.
|
|
67
|
-
"@wordpress/preferences": "^4.36.1-next.
|
|
68
|
-
"@wordpress/viewport": "^6.36.1-next.
|
|
57
|
+
"@wordpress/a11y": "^4.36.1-next.8fd3f8831.0",
|
|
58
|
+
"@wordpress/admin-ui": "^1.4.1-next.8fd3f8831.0",
|
|
59
|
+
"@wordpress/components": "^31.0.1-next.8fd3f8831.0",
|
|
60
|
+
"@wordpress/compose": "^7.36.1-next.8fd3f8831.0",
|
|
61
|
+
"@wordpress/data": "^10.36.1-next.8fd3f8831.0",
|
|
62
|
+
"@wordpress/deprecated": "^4.36.1-next.8fd3f8831.0",
|
|
63
|
+
"@wordpress/element": "^6.36.1-next.8fd3f8831.0",
|
|
64
|
+
"@wordpress/i18n": "^6.9.1-next.8fd3f8831.0",
|
|
65
|
+
"@wordpress/icons": "^11.3.1-next.8fd3f8831.0",
|
|
66
|
+
"@wordpress/plugins": "^7.36.1-next.8fd3f8831.0",
|
|
67
|
+
"@wordpress/preferences": "^4.36.1-next.8fd3f8831.0",
|
|
68
|
+
"@wordpress/viewport": "^6.36.1-next.8fd3f8831.0",
|
|
69
69
|
"clsx": "^2.1.1"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "e582b351bc4c4b8734bb087f63a3beec9875c3c7"
|
|
79
79
|
}
|