@wordpress/base-styles 4.26.0 → 4.26.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/_variables.scss +2 -2
- package/_z-index.scss +2 -0
- package/package.json +2 -2
package/_variables.scss
CHANGED
|
@@ -48,7 +48,7 @@ $icon-size: 24px;
|
|
|
48
48
|
$button-size: 36px;
|
|
49
49
|
$button-size-next-default-40px: 40px; // transitionary variable for next default button size
|
|
50
50
|
$button-size-small: 24px;
|
|
51
|
-
$button-size-
|
|
51
|
+
$button-size-compact: 32px;
|
|
52
52
|
$header-height: 60px;
|
|
53
53
|
$panel-header-height: $grid-unit-60;
|
|
54
54
|
$nav-sidebar-width: 360px;
|
|
@@ -57,7 +57,7 @@ $admin-bar-height-big: 46px;
|
|
|
57
57
|
$admin-sidebar-width: 160px;
|
|
58
58
|
$admin-sidebar-width-big: 190px;
|
|
59
59
|
$admin-sidebar-width-collapsed: 36px;
|
|
60
|
-
$modal-min-width:
|
|
60
|
+
$modal-min-width: 350px;
|
|
61
61
|
$spinner-size: 16px;
|
|
62
62
|
$canvas-padding: $grid-unit-30;
|
|
63
63
|
|
package/_z-index.scss
CHANGED
|
@@ -182,8 +182,10 @@ $z-layers: (
|
|
|
182
182
|
".customize-widgets__block-toolbar": 7,
|
|
183
183
|
|
|
184
184
|
// Site editor layout
|
|
185
|
+
".edit-site-layout__header-container": 4,
|
|
185
186
|
".edit-site-layout__hub": 3,
|
|
186
187
|
".edit-site-layout__header": 2,
|
|
188
|
+
".edit-site-page-header": 2,
|
|
187
189
|
".edit-site-layout__canvas-container": 2,
|
|
188
190
|
".edit-site-layout__sidebar": 1,
|
|
189
191
|
".edit-site-layout__canvas-container.is-resizing::after": 100,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/base-styles",
|
|
3
|
-
"version": "4.26.
|
|
3
|
+
"version": "4.26.2",
|
|
4
4
|
"description": "Base SCSS utilities and variables for WordPress.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"publishConfig": {
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "a00463f06c90ae6705951861eb889e67a52bf448"
|
|
27
27
|
}
|