@wordpress/interface 9.26.1-next.v.202603102151.0 → 9.27.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 +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.admin-ui-page__header {
|
|
13
|
-
padding: var(--wpds-dimension-padding-
|
|
13
|
+
padding: var(--wpds-dimension-padding-md, 12px) var(--wpds-dimension-padding-2xl, 24px);
|
|
14
14
|
border-bottom: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-surface-neutral-weak, #e0e0e0);
|
|
15
15
|
background: var(--wpds-color-bg-surface-neutral-strong, #ffffff);
|
|
16
16
|
position: sticky;
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
|
|
21
21
|
.admin-ui-page__header-title {
|
|
22
22
|
font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
|
|
23
|
-
font-size: var(--wpds-font-size-
|
|
23
|
+
font-size: var(--wpds-font-size-lg, 15px);
|
|
24
24
|
font-weight: var(--wpds-font-weight-medium, 499);
|
|
25
|
-
line-height: var(--wpds-font-line-height-
|
|
25
|
+
line-height: var(--wpds-font-line-height-lg, 28px);
|
|
26
26
|
margin: 0;
|
|
27
27
|
overflow: hidden;
|
|
28
28
|
text-overflow: ellipsis;
|
|
@@ -112,13 +112,15 @@
|
|
|
112
112
|
* These variables do not appear to be used anywhere else.
|
|
113
113
|
*/
|
|
114
114
|
.admin-ui-breadcrumbs__list {
|
|
115
|
+
font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
|
|
116
|
+
font-size: var(--wpds-font-size-lg, 15px);
|
|
117
|
+
font-weight: var(--wpds-font-weight-medium, 499);
|
|
118
|
+
line-height: var(--wpds-font-line-height-lg, 28px);
|
|
115
119
|
list-style: none;
|
|
116
120
|
padding: 0;
|
|
117
121
|
margin: 0;
|
|
118
122
|
gap: 0;
|
|
119
|
-
font-size: 15px;
|
|
120
123
|
min-height: 32px;
|
|
121
|
-
font-weight: 500;
|
|
122
124
|
}
|
|
123
125
|
|
|
124
126
|
.admin-ui-breadcrumbs__list li:not(:last-child)::after {
|
package/build-style/style.css
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.admin-ui-page__header {
|
|
13
|
-
padding: var(--wpds-dimension-padding-
|
|
13
|
+
padding: var(--wpds-dimension-padding-md, 12px) var(--wpds-dimension-padding-2xl, 24px);
|
|
14
14
|
border-bottom: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-surface-neutral-weak, #e0e0e0);
|
|
15
15
|
background: var(--wpds-color-bg-surface-neutral-strong, #ffffff);
|
|
16
16
|
position: sticky;
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
|
|
21
21
|
.admin-ui-page__header-title {
|
|
22
22
|
font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
|
|
23
|
-
font-size: var(--wpds-font-size-
|
|
23
|
+
font-size: var(--wpds-font-size-lg, 15px);
|
|
24
24
|
font-weight: var(--wpds-font-weight-medium, 499);
|
|
25
|
-
line-height: var(--wpds-font-line-height-
|
|
25
|
+
line-height: var(--wpds-font-line-height-lg, 28px);
|
|
26
26
|
margin: 0;
|
|
27
27
|
overflow: hidden;
|
|
28
28
|
text-overflow: ellipsis;
|
|
@@ -112,13 +112,15 @@
|
|
|
112
112
|
* These variables do not appear to be used anywhere else.
|
|
113
113
|
*/
|
|
114
114
|
.admin-ui-breadcrumbs__list {
|
|
115
|
+
font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
|
|
116
|
+
font-size: var(--wpds-font-size-lg, 15px);
|
|
117
|
+
font-weight: var(--wpds-font-weight-medium, 499);
|
|
118
|
+
line-height: var(--wpds-font-line-height-lg, 28px);
|
|
115
119
|
list-style: none;
|
|
116
120
|
padding: 0;
|
|
117
121
|
margin: 0;
|
|
118
122
|
gap: 0;
|
|
119
|
-
font-size: 15px;
|
|
120
123
|
min-height: 32px;
|
|
121
|
-
font-weight: 500;
|
|
122
124
|
}
|
|
123
125
|
|
|
124
126
|
.admin-ui-breadcrumbs__list li:not(:last-child)::after {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/interface",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.27.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",
|
|
@@ -53,19 +53,19 @@
|
|
|
53
53
|
"build-module/store/index.mjs"
|
|
54
54
|
],
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@wordpress/a11y": "^4.
|
|
57
|
-
"@wordpress/admin-ui": "^1.
|
|
58
|
-
"@wordpress/base-styles": "^6.
|
|
59
|
-
"@wordpress/components": "^32.4.
|
|
60
|
-
"@wordpress/compose": "^7.
|
|
61
|
-
"@wordpress/data": "^10.
|
|
62
|
-
"@wordpress/deprecated": "^4.
|
|
63
|
-
"@wordpress/element": "^6.
|
|
64
|
-
"@wordpress/i18n": "^6.
|
|
65
|
-
"@wordpress/icons": "^12.0.
|
|
66
|
-
"@wordpress/plugins": "^7.
|
|
67
|
-
"@wordpress/preferences": "^4.
|
|
68
|
-
"@wordpress/viewport": "^6.
|
|
56
|
+
"@wordpress/a11y": "^4.42.0",
|
|
57
|
+
"@wordpress/admin-ui": "^1.10.0",
|
|
58
|
+
"@wordpress/base-styles": "^6.18.0",
|
|
59
|
+
"@wordpress/components": "^32.4.0",
|
|
60
|
+
"@wordpress/compose": "^7.42.0",
|
|
61
|
+
"@wordpress/data": "^10.42.0",
|
|
62
|
+
"@wordpress/deprecated": "^4.42.0",
|
|
63
|
+
"@wordpress/element": "^6.42.0",
|
|
64
|
+
"@wordpress/i18n": "^6.15.0",
|
|
65
|
+
"@wordpress/icons": "^12.0.0",
|
|
66
|
+
"@wordpress/plugins": "^7.42.0",
|
|
67
|
+
"@wordpress/preferences": "^4.42.0",
|
|
68
|
+
"@wordpress/viewport": "^6.42.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": "c20787b1778ae64c2db65643b1c236309d68e6ba"
|
|
79
79
|
}
|