@wordpress/interface 9.29.0 → 9.29.1-next.v.202604201441.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 +1 -15
- package/build-style/style.css +1 -15
- package/package.json +15 -15
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
.admin-ui-page__header {
|
|
13
13
|
padding: var(--wpds-dimension-padding-lg, 16px) var(--wpds-dimension-padding-2xl, 24px);
|
|
14
14
|
border-bottom: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-surface-neutral-weak, #e4e4e4);
|
|
15
|
-
background: var(--wpds-color-bg-surface-neutral-strong, #
|
|
15
|
+
background: var(--wpds-color-bg-surface-neutral-strong, #fff);
|
|
16
16
|
position: sticky;
|
|
17
17
|
top: 0;
|
|
18
18
|
z-index: 1;
|
|
@@ -52,20 +52,6 @@
|
|
|
52
52
|
padding: var(--wpds-dimension-padding-lg, 16px) var(--wpds-dimension-padding-2xl, 24px);
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon {
|
|
56
|
-
width: auto;
|
|
57
|
-
padding: 0 var(--wpds-dimension-padding-xs, 4px);
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg {
|
|
61
|
-
display: none;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon::after {
|
|
65
|
-
content: attr(aria-label);
|
|
66
|
-
font-size: var(--wpds-typography-font-size-sm, 12px);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
55
|
/**
|
|
70
56
|
* SCSS Variables.
|
|
71
57
|
*
|
package/build-style/style.css
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
.admin-ui-page__header {
|
|
13
13
|
padding: var(--wpds-dimension-padding-lg, 16px) var(--wpds-dimension-padding-2xl, 24px);
|
|
14
14
|
border-bottom: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-surface-neutral-weak, #e4e4e4);
|
|
15
|
-
background: var(--wpds-color-bg-surface-neutral-strong, #
|
|
15
|
+
background: var(--wpds-color-bg-surface-neutral-strong, #fff);
|
|
16
16
|
position: sticky;
|
|
17
17
|
top: 0;
|
|
18
18
|
z-index: 1;
|
|
@@ -52,20 +52,6 @@
|
|
|
52
52
|
padding: var(--wpds-dimension-padding-lg, 16px) var(--wpds-dimension-padding-2xl, 24px);
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon {
|
|
56
|
-
width: auto;
|
|
57
|
-
padding: 0 var(--wpds-dimension-padding-xs, 4px);
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg {
|
|
61
|
-
display: none;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon::after {
|
|
65
|
-
content: attr(aria-label);
|
|
66
|
-
font-size: var(--wpds-typography-font-size-sm, 12px);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
55
|
/**
|
|
70
56
|
* SCSS Variables.
|
|
71
57
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/interface",
|
|
3
|
-
"version": "9.29.0",
|
|
3
|
+
"version": "9.29.1-next.v.202604201441.0+dab6d8c07",
|
|
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.44.0",
|
|
57
|
-
"@wordpress/admin-ui": "^1.12.0",
|
|
58
|
-
"@wordpress/base-styles": "^6.20.0",
|
|
59
|
-
"@wordpress/components": "^
|
|
60
|
-
"@wordpress/compose": "^7.44.0",
|
|
61
|
-
"@wordpress/data": "^10.
|
|
62
|
-
"@wordpress/deprecated": "^4.44.0",
|
|
63
|
-
"@wordpress/element": "^6.44.0",
|
|
64
|
-
"@wordpress/i18n": "^6.17.0",
|
|
65
|
-
"@wordpress/icons": "^12.2.0",
|
|
66
|
-
"@wordpress/plugins": "^7.44.0",
|
|
67
|
-
"@wordpress/preferences": "^4.44.0",
|
|
68
|
-
"@wordpress/viewport": "^6.44.0",
|
|
56
|
+
"@wordpress/a11y": "^4.44.1-next.v.202604201441.0+dab6d8c07",
|
|
57
|
+
"@wordpress/admin-ui": "^1.12.1-next.v.202604201441.0+dab6d8c07",
|
|
58
|
+
"@wordpress/base-styles": "^6.20.1-next.v.202604201441.0+dab6d8c07",
|
|
59
|
+
"@wordpress/components": "^33.0.1-next.v.202604201441.0+dab6d8c07",
|
|
60
|
+
"@wordpress/compose": "^7.44.1-next.v.202604201441.0+dab6d8c07",
|
|
61
|
+
"@wordpress/data": "^10.45.1-next.v.202604201441.0+dab6d8c07",
|
|
62
|
+
"@wordpress/deprecated": "^4.44.1-next.v.202604201441.0+dab6d8c07",
|
|
63
|
+
"@wordpress/element": "^6.44.1-next.v.202604201441.0+dab6d8c07",
|
|
64
|
+
"@wordpress/i18n": "^6.17.1-next.v.202604201441.0+dab6d8c07",
|
|
65
|
+
"@wordpress/icons": "^12.2.1-next.v.202604201441.0+dab6d8c07",
|
|
66
|
+
"@wordpress/plugins": "^7.44.1-next.v.202604201441.0+dab6d8c07",
|
|
67
|
+
"@wordpress/preferences": "^4.44.1-next.v.202604201441.0+dab6d8c07",
|
|
68
|
+
"@wordpress/viewport": "^6.44.1-next.v.202604201441.0+dab6d8c07",
|
|
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": "c788005ba4ee2a34851c1217c51602656aa7c3a6"
|
|
79
79
|
}
|