@wordpress/edit-widgets 6.36.0 → 6.36.1-next.6deb34194.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 +5 -17
- package/build-style/style.css +5 -17
- package/package.json +29 -29
|
@@ -195,27 +195,20 @@
|
|
|
195
195
|
position: relative;
|
|
196
196
|
z-index: 1;
|
|
197
197
|
flex-flow: column;
|
|
198
|
-
container: admin-ui-page/inline-size;
|
|
199
198
|
}
|
|
200
199
|
|
|
201
|
-
@media not (prefers-reduced-motion) {
|
|
202
|
-
.admin-ui-page {
|
|
203
|
-
transition: width ease-out 0.2s;
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
200
|
.admin-ui-page__header {
|
|
207
|
-
padding: 16px
|
|
201
|
+
padding: 16px 24px;
|
|
208
202
|
border-bottom: 1px solid #f0f0f0;
|
|
209
203
|
background: #fff;
|
|
210
204
|
position: sticky;
|
|
211
205
|
top: 0;
|
|
212
206
|
}
|
|
213
207
|
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
padding: 16px 24px;
|
|
217
|
-
}
|
|
208
|
+
.admin-ui-page__sidebar-toggle-slot:empty {
|
|
209
|
+
display: none;
|
|
218
210
|
}
|
|
211
|
+
|
|
219
212
|
.admin-ui-page__header-subtitle {
|
|
220
213
|
padding-block-end: 8px;
|
|
221
214
|
color: #757575;
|
|
@@ -234,14 +227,9 @@
|
|
|
234
227
|
}
|
|
235
228
|
|
|
236
229
|
.admin-ui-page__content.has-padding {
|
|
237
|
-
padding: 16px
|
|
230
|
+
padding: 16px 24px;
|
|
238
231
|
}
|
|
239
232
|
|
|
240
|
-
@container (max-width: 430px) {
|
|
241
|
-
.admin-ui-page__content.has-padding {
|
|
242
|
-
padding: 16px 24px;
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
233
|
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon {
|
|
246
234
|
width: auto;
|
|
247
235
|
padding: 0 8px;
|
package/build-style/style.css
CHANGED
|
@@ -195,27 +195,20 @@
|
|
|
195
195
|
position: relative;
|
|
196
196
|
z-index: 1;
|
|
197
197
|
flex-flow: column;
|
|
198
|
-
container: admin-ui-page/inline-size;
|
|
199
198
|
}
|
|
200
199
|
|
|
201
|
-
@media not (prefers-reduced-motion) {
|
|
202
|
-
.admin-ui-page {
|
|
203
|
-
transition: width ease-out 0.2s;
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
200
|
.admin-ui-page__header {
|
|
207
|
-
padding: 16px
|
|
201
|
+
padding: 16px 24px;
|
|
208
202
|
border-bottom: 1px solid #f0f0f0;
|
|
209
203
|
background: #fff;
|
|
210
204
|
position: sticky;
|
|
211
205
|
top: 0;
|
|
212
206
|
}
|
|
213
207
|
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
padding: 16px 24px;
|
|
217
|
-
}
|
|
208
|
+
.admin-ui-page__sidebar-toggle-slot:empty {
|
|
209
|
+
display: none;
|
|
218
210
|
}
|
|
211
|
+
|
|
219
212
|
.admin-ui-page__header-subtitle {
|
|
220
213
|
padding-block-end: 8px;
|
|
221
214
|
color: #757575;
|
|
@@ -234,14 +227,9 @@
|
|
|
234
227
|
}
|
|
235
228
|
|
|
236
229
|
.admin-ui-page__content.has-padding {
|
|
237
|
-
padding: 16px
|
|
230
|
+
padding: 16px 24px;
|
|
238
231
|
}
|
|
239
232
|
|
|
240
|
-
@container (max-width: 430px) {
|
|
241
|
-
.admin-ui-page__content.has-padding {
|
|
242
|
-
padding: 16px 24px;
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
233
|
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon {
|
|
246
234
|
width: auto;
|
|
247
235
|
padding: 0 8px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/edit-widgets",
|
|
3
|
-
"version": "6.36.0",
|
|
3
|
+
"version": "6.36.1-next.6deb34194.0",
|
|
4
4
|
"description": "Widgets Page module for WordPress..",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -40,33 +40,33 @@
|
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@wordpress/api-fetch": "^7.36.0",
|
|
44
|
-
"@wordpress/base-styles": "^6.12.0",
|
|
45
|
-
"@wordpress/block-editor": "^15.9.0",
|
|
46
|
-
"@wordpress/block-library": "^9.36.0",
|
|
47
|
-
"@wordpress/blocks": "^15.9.0",
|
|
48
|
-
"@wordpress/components": "^
|
|
49
|
-
"@wordpress/compose": "^7.36.0",
|
|
50
|
-
"@wordpress/core-data": "^7.36.0",
|
|
51
|
-
"@wordpress/data": "^10.36.0",
|
|
52
|
-
"@wordpress/deprecated": "^4.36.0",
|
|
53
|
-
"@wordpress/dom": "^4.36.0",
|
|
54
|
-
"@wordpress/element": "^6.36.0",
|
|
55
|
-
"@wordpress/hooks": "^4.36.0",
|
|
56
|
-
"@wordpress/i18n": "^6.9.0",
|
|
57
|
-
"@wordpress/icons": "^11.3.0",
|
|
58
|
-
"@wordpress/interface": "^9.21.0",
|
|
59
|
-
"@wordpress/keyboard-shortcuts": "^5.36.0",
|
|
60
|
-
"@wordpress/keycodes": "^4.36.0",
|
|
61
|
-
"@wordpress/media-utils": "^5.36.0",
|
|
62
|
-
"@wordpress/notices": "^5.36.0",
|
|
63
|
-
"@wordpress/patterns": "^2.36.0",
|
|
64
|
-
"@wordpress/plugins": "^7.36.0",
|
|
65
|
-
"@wordpress/preferences": "^4.36.0",
|
|
66
|
-
"@wordpress/private-apis": "^1.36.0",
|
|
67
|
-
"@wordpress/reusable-blocks": "^5.36.0",
|
|
68
|
-
"@wordpress/url": "^4.36.0",
|
|
69
|
-
"@wordpress/widgets": "^4.36.0",
|
|
43
|
+
"@wordpress/api-fetch": "^7.36.1-next.6deb34194.0",
|
|
44
|
+
"@wordpress/base-styles": "^6.12.1-next.6deb34194.0",
|
|
45
|
+
"@wordpress/block-editor": "^15.9.1-next.6deb34194.0",
|
|
46
|
+
"@wordpress/block-library": "^9.36.1-next.6deb34194.0",
|
|
47
|
+
"@wordpress/blocks": "^15.9.1-next.6deb34194.0",
|
|
48
|
+
"@wordpress/components": "^31.0.1-next.6deb34194.0",
|
|
49
|
+
"@wordpress/compose": "^7.36.1-next.6deb34194.0",
|
|
50
|
+
"@wordpress/core-data": "^7.36.1-next.6deb34194.0",
|
|
51
|
+
"@wordpress/data": "^10.36.1-next.6deb34194.0",
|
|
52
|
+
"@wordpress/deprecated": "^4.36.1-next.6deb34194.0",
|
|
53
|
+
"@wordpress/dom": "^4.36.1-next.6deb34194.0",
|
|
54
|
+
"@wordpress/element": "^6.36.1-next.6deb34194.0",
|
|
55
|
+
"@wordpress/hooks": "^4.36.1-next.6deb34194.0",
|
|
56
|
+
"@wordpress/i18n": "^6.9.1-next.6deb34194.0",
|
|
57
|
+
"@wordpress/icons": "^11.3.1-next.6deb34194.0",
|
|
58
|
+
"@wordpress/interface": "^9.21.1-next.6deb34194.0",
|
|
59
|
+
"@wordpress/keyboard-shortcuts": "^5.36.1-next.6deb34194.0",
|
|
60
|
+
"@wordpress/keycodes": "^4.36.1-next.6deb34194.0",
|
|
61
|
+
"@wordpress/media-utils": "^5.36.1-next.6deb34194.0",
|
|
62
|
+
"@wordpress/notices": "^5.36.1-next.6deb34194.0",
|
|
63
|
+
"@wordpress/patterns": "^2.36.1-next.6deb34194.0",
|
|
64
|
+
"@wordpress/plugins": "^7.36.1-next.6deb34194.0",
|
|
65
|
+
"@wordpress/preferences": "^4.36.1-next.6deb34194.0",
|
|
66
|
+
"@wordpress/private-apis": "^1.36.1-next.6deb34194.0",
|
|
67
|
+
"@wordpress/reusable-blocks": "^5.36.1-next.6deb34194.0",
|
|
68
|
+
"@wordpress/url": "^4.36.1-next.6deb34194.0",
|
|
69
|
+
"@wordpress/widgets": "^4.36.1-next.6deb34194.0",
|
|
70
70
|
"clsx": "^2.1.1"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"publishConfig": {
|
|
77
77
|
"access": "public"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "457096e9e9b3896d2d4fe54fc19d7fb571ee9a44"
|
|
80
80
|
}
|