@wordpress/customize-widgets 3.12.0 → 3.12.1-next.d6164808d3.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.
|
@@ -184,9 +184,6 @@
|
|
|
184
184
|
.customize-widgets-keyboard-shortcut-help-modal__section {
|
|
185
185
|
margin: 0 0 2rem 0;
|
|
186
186
|
}
|
|
187
|
-
.customize-widgets-keyboard-shortcut-help-modal__main-shortcuts .customize-widgets-keyboard-shortcut-help-modal__shortcut-list {
|
|
188
|
-
margin-top: -25px;
|
|
189
|
-
}
|
|
190
187
|
.customize-widgets-keyboard-shortcut-help-modal__section-title {
|
|
191
188
|
font-size: 0.9rem;
|
|
192
189
|
font-weight: 600;
|
package/build-style/style.css
CHANGED
|
@@ -184,9 +184,6 @@
|
|
|
184
184
|
.customize-widgets-keyboard-shortcut-help-modal__section {
|
|
185
185
|
margin: 0 0 2rem 0;
|
|
186
186
|
}
|
|
187
|
-
.customize-widgets-keyboard-shortcut-help-modal__main-shortcuts .customize-widgets-keyboard-shortcut-help-modal__shortcut-list {
|
|
188
|
-
margin-top: -25px;
|
|
189
|
-
}
|
|
190
187
|
.customize-widgets-keyboard-shortcut-help-modal__section-title {
|
|
191
188
|
font-size: 0.9rem;
|
|
192
189
|
font-weight: 600;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/customize-widgets",
|
|
3
|
-
"version": "3.12.0",
|
|
3
|
+
"version": "3.12.1-next.d6164808d3.0",
|
|
4
4
|
"description": "Widgets blocks in Customizer Module for WordPress.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -24,25 +24,25 @@
|
|
|
24
24
|
"react-native": "src/index",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@babel/runtime": "^7.16.0",
|
|
27
|
-
"@wordpress/block-editor": "^9.7.0",
|
|
28
|
-
"@wordpress/block-library": "^7.12.0",
|
|
29
|
-
"@wordpress/blocks": "^11.14.0",
|
|
30
|
-
"@wordpress/components": "^
|
|
31
|
-
"@wordpress/compose": "^5.13.0",
|
|
32
|
-
"@wordpress/core-data": "^4.
|
|
33
|
-
"@wordpress/data": "^
|
|
34
|
-
"@wordpress/dom": "^3.15.0",
|
|
35
|
-
"@wordpress/element": "^4.13.0",
|
|
36
|
-
"@wordpress/hooks": "^3.15.0",
|
|
37
|
-
"@wordpress/i18n": "^4.15.0",
|
|
38
|
-
"@wordpress/icons": "^9.6.0",
|
|
39
|
-
"@wordpress/interface": "^4.14.0",
|
|
40
|
-
"@wordpress/is-shallow-equal": "^4.15.0",
|
|
41
|
-
"@wordpress/keyboard-shortcuts": "^3.13.0",
|
|
42
|
-
"@wordpress/keycodes": "^3.15.0",
|
|
43
|
-
"@wordpress/media-utils": "^4.6.0",
|
|
44
|
-
"@wordpress/preferences": "^2.7.0",
|
|
45
|
-
"@wordpress/widgets": "^2.13.0",
|
|
27
|
+
"@wordpress/block-editor": "^9.7.1-next.d6164808d3.0",
|
|
28
|
+
"@wordpress/block-library": "^7.12.2-next.d6164808d3.0",
|
|
29
|
+
"@wordpress/blocks": "^11.14.1-next.d6164808d3.0",
|
|
30
|
+
"@wordpress/components": "^20.0.1-next.d6164808d3.0",
|
|
31
|
+
"@wordpress/compose": "^5.13.1-next.d6164808d3.0",
|
|
32
|
+
"@wordpress/core-data": "^4.14.1-next.d6164808d3.0",
|
|
33
|
+
"@wordpress/data": "^7.0.1-next.d6164808d3.0",
|
|
34
|
+
"@wordpress/dom": "^3.15.1-next.d6164808d3.0",
|
|
35
|
+
"@wordpress/element": "^4.13.1-next.d6164808d3.0",
|
|
36
|
+
"@wordpress/hooks": "^3.15.1-next.d6164808d3.0",
|
|
37
|
+
"@wordpress/i18n": "^4.15.1-next.d6164808d3.0",
|
|
38
|
+
"@wordpress/icons": "^9.6.1-next.d6164808d3.0",
|
|
39
|
+
"@wordpress/interface": "^4.14.1-next.d6164808d3.0",
|
|
40
|
+
"@wordpress/is-shallow-equal": "^4.15.1-next.d6164808d3.0",
|
|
41
|
+
"@wordpress/keyboard-shortcuts": "^3.13.1-next.d6164808d3.0",
|
|
42
|
+
"@wordpress/keycodes": "^3.15.1-next.d6164808d3.0",
|
|
43
|
+
"@wordpress/media-utils": "^4.6.1-next.d6164808d3.0",
|
|
44
|
+
"@wordpress/preferences": "^2.7.1-next.d6164808d3.0",
|
|
45
|
+
"@wordpress/widgets": "^2.13.1-next.d6164808d3.0",
|
|
46
46
|
"classnames": "^2.3.1",
|
|
47
47
|
"lodash": "^4.17.21"
|
|
48
48
|
},
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "ba8a396d2f418e53a6c4c50575582f3f3eb11ff7"
|
|
57
57
|
}
|
|
@@ -3,11 +3,6 @@
|
|
|
3
3
|
margin: 0 0 2rem 0;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
&__main-shortcuts .customize-widgets-keyboard-shortcut-help-modal__shortcut-list {
|
|
7
|
-
// Push the shortcut to be flush with top modal header.
|
|
8
|
-
margin-top: -$grid-unit-30 -$border-width;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
6
|
&__section-title {
|
|
12
7
|
font-size: 0.9rem;
|
|
13
8
|
font-weight: 600;
|