@wordpress/boot 0.7.2-next.v.202602241322.0 → 0.7.2
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-module/components/canvas/back-button.mjs +3 -3
- package/build-module/components/canvas/back-button.mjs.map +2 -2
- package/build-module/components/navigation/dropdown-item/index.mjs +2 -2
- package/build-module/components/navigation/dropdown-item/index.mjs.map +1 -1
- package/build-module/components/navigation/navigation-item/index.mjs +2 -2
- package/build-module/components/navigation/navigation-item/index.mjs.map +1 -1
- package/build-module/components/navigation/navigation-screen/index.mjs +2 -2
- package/build-module/components/navigation/navigation-screen/index.mjs.map +1 -1
- package/build-module/components/root/index.mjs +3 -3
- package/build-module/components/root/index.mjs.map +2 -2
- package/build-module/components/root/single-page.mjs +3 -3
- package/build-module/components/root/single-page.mjs.map +2 -2
- package/build-module/components/save-button/index.mjs +2 -2
- package/build-module/components/save-button/index.mjs.map +1 -1
- package/build-module/components/sidebar/index.mjs +2 -2
- package/build-module/components/sidebar/index.mjs.map +1 -1
- package/build-module/components/site-hub/index.mjs +2 -2
- package/build-module/components/site-hub/index.mjs.map +1 -1
- package/build-module/components/site-icon/index.mjs +2 -2
- package/build-module/components/site-icon/index.mjs.map +1 -1
- package/build-module/components/site-icon-link/index.mjs +2 -2
- package/build-module/components/site-icon-link/index.mjs.map +1 -1
- package/build-module/index.mjs +5 -5
- package/build-module/index.mjs.map +2 -2
- package/build-style/style-rtl.css +68 -104
- package/build-style/style.css +68 -104
- package/package.json +24 -24
- package/src/components/root/style.scss +12 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/boot",
|
|
3
|
-
"version": "0.7.2
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"description": "Minimal boot package for WordPress admin pages.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -41,28 +41,28 @@
|
|
|
41
41
|
"wpScriptModuleExports": "./build-module/index.mjs",
|
|
42
42
|
"types": "build-types",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@wordpress/a11y": "^4.40.1
|
|
45
|
-
"@wordpress/admin-ui": "^1.8.1
|
|
46
|
-
"@wordpress/base-styles": "^6.16.1
|
|
47
|
-
"@wordpress/commands": "^1.40.1
|
|
48
|
-
"@wordpress/components": "^32.
|
|
49
|
-
"@wordpress/compose": "^7.40.1
|
|
50
|
-
"@wordpress/core-data": "^7.40.2
|
|
51
|
-
"@wordpress/data": "^10.40.1
|
|
52
|
-
"@wordpress/editor": "^14.40.2
|
|
53
|
-
"@wordpress/element": "^6.40.1
|
|
54
|
-
"@wordpress/html-entities": "^4.40.1
|
|
55
|
-
"@wordpress/i18n": "^6.13.1
|
|
56
|
-
"@wordpress/icons": "^11.7.1
|
|
57
|
-
"@wordpress/keyboard-shortcuts": "^5.40.1
|
|
58
|
-
"@wordpress/keycodes": "^4.40.1
|
|
59
|
-
"@wordpress/lazy-editor": "^1.6.2
|
|
60
|
-
"@wordpress/notices": "^5.40.1
|
|
61
|
-
"@wordpress/primitives": "^4.40.1
|
|
62
|
-
"@wordpress/private-apis": "^1.40.1
|
|
63
|
-
"@wordpress/route": "^0.6.1
|
|
64
|
-
"@wordpress/theme": "^0.
|
|
65
|
-
"@wordpress/url": "^4.40.1
|
|
44
|
+
"@wordpress/a11y": "^4.40.1",
|
|
45
|
+
"@wordpress/admin-ui": "^1.8.1",
|
|
46
|
+
"@wordpress/base-styles": "^6.16.1",
|
|
47
|
+
"@wordpress/commands": "^1.40.1",
|
|
48
|
+
"@wordpress/components": "^32.2.1",
|
|
49
|
+
"@wordpress/compose": "^7.40.1",
|
|
50
|
+
"@wordpress/core-data": "^7.40.2",
|
|
51
|
+
"@wordpress/data": "^10.40.1",
|
|
52
|
+
"@wordpress/editor": "^14.40.2",
|
|
53
|
+
"@wordpress/element": "^6.40.1",
|
|
54
|
+
"@wordpress/html-entities": "^4.40.1",
|
|
55
|
+
"@wordpress/i18n": "^6.13.1",
|
|
56
|
+
"@wordpress/icons": "^11.7.1",
|
|
57
|
+
"@wordpress/keyboard-shortcuts": "^5.40.1",
|
|
58
|
+
"@wordpress/keycodes": "^4.40.1",
|
|
59
|
+
"@wordpress/lazy-editor": "^1.6.2",
|
|
60
|
+
"@wordpress/notices": "^5.40.1",
|
|
61
|
+
"@wordpress/primitives": "^4.40.1",
|
|
62
|
+
"@wordpress/private-apis": "^1.40.1",
|
|
63
|
+
"@wordpress/route": "^0.6.1",
|
|
64
|
+
"@wordpress/theme": "^0.7.1",
|
|
65
|
+
"@wordpress/url": "^4.40.1",
|
|
66
66
|
"clsx": "^2.1.1"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"publishConfig": {
|
|
73
73
|
"access": "public"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "adb6623c9f32490cfc73c7ac7f122578c1f10c65"
|
|
76
76
|
}
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
position: fixed;
|
|
34
34
|
top: 0;
|
|
35
35
|
bottom: 0;
|
|
36
|
-
|
|
36
|
+
inset-inline-start: 0;
|
|
37
37
|
width: 300px;
|
|
38
38
|
max-width: 85vw;
|
|
39
39
|
background: var(--wpds-color-bg-surface-neutral-weak, #f0f0f0);
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
.boot-layout--single-page & {
|
|
52
52
|
top: variables.$admin-bar-height-big;
|
|
53
53
|
}
|
|
54
|
+
|
|
54
55
|
z-index: 3;
|
|
55
56
|
background: var(--wpds-color-bg-surface-neutral, #fff);
|
|
56
57
|
padding: variables.$grid-unit-20;
|
|
@@ -76,7 +77,7 @@
|
|
|
76
77
|
|
|
77
78
|
.boot-layout--single-page & {
|
|
78
79
|
margin-top: 0;
|
|
79
|
-
margin-
|
|
80
|
+
margin-inline-start: 0;
|
|
80
81
|
}
|
|
81
82
|
}
|
|
82
83
|
}
|
|
@@ -112,6 +113,10 @@
|
|
|
112
113
|
height: auto;
|
|
113
114
|
border-radius: 8px;
|
|
114
115
|
margin: 0;
|
|
116
|
+
|
|
117
|
+
.boot-layout--single-page & {
|
|
118
|
+
height: auto;
|
|
119
|
+
}
|
|
115
120
|
}
|
|
116
121
|
}
|
|
117
122
|
|
|
@@ -164,6 +169,10 @@
|
|
|
164
169
|
height: auto;
|
|
165
170
|
border-radius: 8px;
|
|
166
171
|
z-index: auto;
|
|
172
|
+
|
|
173
|
+
.boot-layout--single-page & {
|
|
174
|
+
height: auto;
|
|
175
|
+
}
|
|
167
176
|
}
|
|
168
177
|
}
|
|
169
178
|
|
|
@@ -210,6 +219,7 @@
|
|
|
210
219
|
|
|
211
220
|
@include mixins.break-medium {
|
|
212
221
|
top: variables.$admin-bar-height;
|
|
222
|
+
|
|
213
223
|
}
|
|
214
224
|
}
|
|
215
225
|
}
|