@wordpress/customize-widgets 3.6.0 → 3.7.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
CHANGED
|
@@ -242,10 +242,14 @@
|
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
.customize-control-sidebar_block_editor .block-editor-block-list__block-popover {
|
|
245
|
-
position: fixed;
|
|
245
|
+
position: fixed !important;
|
|
246
246
|
z-index: 7;
|
|
247
247
|
}
|
|
248
248
|
|
|
249
|
+
.customize-widgets-popover .components-popover {
|
|
250
|
+
position: fixed !important;
|
|
251
|
+
}
|
|
252
|
+
|
|
249
253
|
.customize-widgets-welcome-guide__image__wrapper {
|
|
250
254
|
background: #00a0d2;
|
|
251
255
|
text-align: center;
|
package/build-style/style.css
CHANGED
|
@@ -242,10 +242,14 @@
|
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
.customize-control-sidebar_block_editor .block-editor-block-list__block-popover {
|
|
245
|
-
position: fixed;
|
|
245
|
+
position: fixed !important;
|
|
246
246
|
z-index: 7;
|
|
247
247
|
}
|
|
248
248
|
|
|
249
|
+
.customize-widgets-popover .components-popover {
|
|
250
|
+
position: fixed !important;
|
|
251
|
+
}
|
|
252
|
+
|
|
249
253
|
.customize-widgets-welcome-guide__image__wrapper {
|
|
250
254
|
background: #00a0d2;
|
|
251
255
|
text-align: center;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/customize-widgets",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.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.
|
|
28
|
-
"@wordpress/block-library": "^7.
|
|
29
|
-
"@wordpress/blocks": "^11.
|
|
30
|
-
"@wordpress/components": "^19.
|
|
31
|
-
"@wordpress/compose": "^5.
|
|
32
|
-
"@wordpress/core-data": "^4.
|
|
33
|
-
"@wordpress/data": "^6.
|
|
34
|
-
"@wordpress/dom": "^3.
|
|
35
|
-
"@wordpress/element": "^4.
|
|
36
|
-
"@wordpress/hooks": "^3.
|
|
37
|
-
"@wordpress/i18n": "^4.
|
|
38
|
-
"@wordpress/icons": "^9.
|
|
39
|
-
"@wordpress/interface": "^4.
|
|
40
|
-
"@wordpress/is-shallow-equal": "^4.
|
|
41
|
-
"@wordpress/keyboard-shortcuts": "^3.
|
|
42
|
-
"@wordpress/keycodes": "^3.
|
|
43
|
-
"@wordpress/media-utils": "^4.
|
|
44
|
-
"@wordpress/preferences": "^2.
|
|
45
|
-
"@wordpress/widgets": "^2.
|
|
27
|
+
"@wordpress/block-editor": "^9.2.0",
|
|
28
|
+
"@wordpress/block-library": "^7.7.0",
|
|
29
|
+
"@wordpress/blocks": "^11.9.0",
|
|
30
|
+
"@wordpress/components": "^19.12.0",
|
|
31
|
+
"@wordpress/compose": "^5.8.0",
|
|
32
|
+
"@wordpress/core-data": "^4.8.0",
|
|
33
|
+
"@wordpress/data": "^6.10.0",
|
|
34
|
+
"@wordpress/dom": "^3.10.0",
|
|
35
|
+
"@wordpress/element": "^4.8.0",
|
|
36
|
+
"@wordpress/hooks": "^3.10.0",
|
|
37
|
+
"@wordpress/i18n": "^4.10.0",
|
|
38
|
+
"@wordpress/icons": "^9.1.0",
|
|
39
|
+
"@wordpress/interface": "^4.9.0",
|
|
40
|
+
"@wordpress/is-shallow-equal": "^4.10.0",
|
|
41
|
+
"@wordpress/keyboard-shortcuts": "^3.8.0",
|
|
42
|
+
"@wordpress/keycodes": "^3.10.0",
|
|
43
|
+
"@wordpress/media-utils": "^4.1.0",
|
|
44
|
+
"@wordpress/preferences": "^2.2.0",
|
|
45
|
+
"@wordpress/widgets": "^2.8.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": "a3e0b62091e8a8bdf5e2518e42d60d7098af48cc"
|
|
57
57
|
}
|
|
@@ -13,6 +13,14 @@
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.customize-control-sidebar_block_editor .block-editor-block-list__block-popover {
|
|
16
|
-
|
|
16
|
+
// FloatingUI library used in Popover component forces us to have an "absolute" inline style.
|
|
17
|
+
// We need to override this in the customizer.
|
|
18
|
+
position: fixed !important;
|
|
17
19
|
z-index: z-index(".customize-widgets__block-toolbar");
|
|
18
20
|
}
|
|
21
|
+
|
|
22
|
+
.customize-widgets-popover .components-popover {
|
|
23
|
+
// FloatingUI library used in Popover component forces us to have an "absolute" inline style.
|
|
24
|
+
// We need to override this in the customizer.
|
|
25
|
+
position: fixed !important;
|
|
26
|
+
}
|