@wordpress/edit-widgets 6.41.1-next.v.202603161435.0 → 6.42.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/CHANGELOG.md +2 -0
- package/build-style/style-rtl.css +7 -5
- package/build-style/style.css +7 -5
- package/package.json +29 -29
package/CHANGELOG.md
CHANGED
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
.admin-ui-page__header {
|
|
121
|
-
padding: var(--wpds-dimension-padding-
|
|
121
|
+
padding: var(--wpds-dimension-padding-md, 12px) var(--wpds-dimension-padding-2xl, 24px);
|
|
122
122
|
border-bottom: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-surface-neutral-weak, #e0e0e0);
|
|
123
123
|
background: var(--wpds-color-bg-surface-neutral-strong, #ffffff);
|
|
124
124
|
position: sticky;
|
|
@@ -128,9 +128,9 @@
|
|
|
128
128
|
|
|
129
129
|
.admin-ui-page__header-title {
|
|
130
130
|
font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
|
|
131
|
-
font-size: var(--wpds-font-size-
|
|
131
|
+
font-size: var(--wpds-font-size-lg, 15px);
|
|
132
132
|
font-weight: var(--wpds-font-weight-medium, 499);
|
|
133
|
-
line-height: var(--wpds-font-line-height-
|
|
133
|
+
line-height: var(--wpds-font-line-height-lg, 28px);
|
|
134
134
|
margin: 0;
|
|
135
135
|
overflow: hidden;
|
|
136
136
|
text-overflow: ellipsis;
|
|
@@ -220,13 +220,15 @@
|
|
|
220
220
|
* These variables do not appear to be used anywhere else.
|
|
221
221
|
*/
|
|
222
222
|
.admin-ui-breadcrumbs__list {
|
|
223
|
+
font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
|
|
224
|
+
font-size: var(--wpds-font-size-lg, 15px);
|
|
225
|
+
font-weight: var(--wpds-font-weight-medium, 499);
|
|
226
|
+
line-height: var(--wpds-font-line-height-lg, 28px);
|
|
223
227
|
list-style: none;
|
|
224
228
|
padding: 0;
|
|
225
229
|
margin: 0;
|
|
226
230
|
gap: 0;
|
|
227
|
-
font-size: 15px;
|
|
228
231
|
min-height: 32px;
|
|
229
|
-
font-weight: 500;
|
|
230
232
|
}
|
|
231
233
|
|
|
232
234
|
.admin-ui-breadcrumbs__list li:not(:last-child)::after {
|
package/build-style/style.css
CHANGED
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
.admin-ui-page__header {
|
|
121
|
-
padding: var(--wpds-dimension-padding-
|
|
121
|
+
padding: var(--wpds-dimension-padding-md, 12px) var(--wpds-dimension-padding-2xl, 24px);
|
|
122
122
|
border-bottom: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-surface-neutral-weak, #e0e0e0);
|
|
123
123
|
background: var(--wpds-color-bg-surface-neutral-strong, #ffffff);
|
|
124
124
|
position: sticky;
|
|
@@ -128,9 +128,9 @@
|
|
|
128
128
|
|
|
129
129
|
.admin-ui-page__header-title {
|
|
130
130
|
font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
|
|
131
|
-
font-size: var(--wpds-font-size-
|
|
131
|
+
font-size: var(--wpds-font-size-lg, 15px);
|
|
132
132
|
font-weight: var(--wpds-font-weight-medium, 499);
|
|
133
|
-
line-height: var(--wpds-font-line-height-
|
|
133
|
+
line-height: var(--wpds-font-line-height-lg, 28px);
|
|
134
134
|
margin: 0;
|
|
135
135
|
overflow: hidden;
|
|
136
136
|
text-overflow: ellipsis;
|
|
@@ -220,13 +220,15 @@
|
|
|
220
220
|
* These variables do not appear to be used anywhere else.
|
|
221
221
|
*/
|
|
222
222
|
.admin-ui-breadcrumbs__list {
|
|
223
|
+
font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
|
|
224
|
+
font-size: var(--wpds-font-size-lg, 15px);
|
|
225
|
+
font-weight: var(--wpds-font-weight-medium, 499);
|
|
226
|
+
line-height: var(--wpds-font-line-height-lg, 28px);
|
|
223
227
|
list-style: none;
|
|
224
228
|
padding: 0;
|
|
225
229
|
margin: 0;
|
|
226
230
|
gap: 0;
|
|
227
|
-
font-size: 15px;
|
|
228
231
|
min-height: 32px;
|
|
229
|
-
font-weight: 500;
|
|
230
232
|
}
|
|
231
233
|
|
|
232
234
|
.admin-ui-breadcrumbs__list li:not(:last-child)::after {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/edit-widgets",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.42.0",
|
|
4
4
|
"description": "Widgets Page module for WordPress..",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -48,33 +48,33 @@
|
|
|
48
48
|
]
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@wordpress/api-fetch": "^7.
|
|
52
|
-
"@wordpress/base-styles": "^6.
|
|
53
|
-
"@wordpress/block-editor": "^15.
|
|
54
|
-
"@wordpress/block-library": "^9.
|
|
55
|
-
"@wordpress/blocks": "^15.
|
|
56
|
-
"@wordpress/components": "^32.4.
|
|
57
|
-
"@wordpress/compose": "^7.
|
|
58
|
-
"@wordpress/core-data": "^7.
|
|
59
|
-
"@wordpress/data": "^10.
|
|
60
|
-
"@wordpress/deprecated": "^4.
|
|
61
|
-
"@wordpress/dom": "^4.
|
|
62
|
-
"@wordpress/element": "^6.
|
|
63
|
-
"@wordpress/hooks": "^4.
|
|
64
|
-
"@wordpress/i18n": "^6.
|
|
65
|
-
"@wordpress/icons": "^12.0.
|
|
66
|
-
"@wordpress/interface": "^9.
|
|
67
|
-
"@wordpress/keyboard-shortcuts": "^5.
|
|
68
|
-
"@wordpress/keycodes": "^4.
|
|
69
|
-
"@wordpress/media-utils": "^5.
|
|
70
|
-
"@wordpress/notices": "^5.
|
|
71
|
-
"@wordpress/patterns": "^2.
|
|
72
|
-
"@wordpress/plugins": "^7.
|
|
73
|
-
"@wordpress/preferences": "^4.
|
|
74
|
-
"@wordpress/private-apis": "^1.
|
|
75
|
-
"@wordpress/reusable-blocks": "^5.
|
|
76
|
-
"@wordpress/url": "^4.
|
|
77
|
-
"@wordpress/widgets": "^4.
|
|
51
|
+
"@wordpress/api-fetch": "^7.42.0",
|
|
52
|
+
"@wordpress/base-styles": "^6.18.0",
|
|
53
|
+
"@wordpress/block-editor": "^15.15.0",
|
|
54
|
+
"@wordpress/block-library": "^9.42.0",
|
|
55
|
+
"@wordpress/blocks": "^15.15.0",
|
|
56
|
+
"@wordpress/components": "^32.4.0",
|
|
57
|
+
"@wordpress/compose": "^7.42.0",
|
|
58
|
+
"@wordpress/core-data": "^7.42.0",
|
|
59
|
+
"@wordpress/data": "^10.42.0",
|
|
60
|
+
"@wordpress/deprecated": "^4.42.0",
|
|
61
|
+
"@wordpress/dom": "^4.42.0",
|
|
62
|
+
"@wordpress/element": "^6.42.0",
|
|
63
|
+
"@wordpress/hooks": "^4.42.0",
|
|
64
|
+
"@wordpress/i18n": "^6.15.0",
|
|
65
|
+
"@wordpress/icons": "^12.0.0",
|
|
66
|
+
"@wordpress/interface": "^9.27.0",
|
|
67
|
+
"@wordpress/keyboard-shortcuts": "^5.42.0",
|
|
68
|
+
"@wordpress/keycodes": "^4.42.0",
|
|
69
|
+
"@wordpress/media-utils": "^5.42.0",
|
|
70
|
+
"@wordpress/notices": "^5.42.0",
|
|
71
|
+
"@wordpress/patterns": "^2.42.0",
|
|
72
|
+
"@wordpress/plugins": "^7.42.0",
|
|
73
|
+
"@wordpress/preferences": "^4.42.0",
|
|
74
|
+
"@wordpress/private-apis": "^1.42.0",
|
|
75
|
+
"@wordpress/reusable-blocks": "^5.42.0",
|
|
76
|
+
"@wordpress/url": "^4.42.0",
|
|
77
|
+
"@wordpress/widgets": "^4.42.0",
|
|
78
78
|
"clsx": "^2.1.1"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"publishConfig": {
|
|
88
88
|
"access": "public"
|
|
89
89
|
},
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "c20787b1778ae64c2db65643b1c236309d68e6ba"
|
|
91
91
|
}
|