@wordpress/edit-widgets 6.40.1-next.v.202602200903.0 → 6.40.1
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 +6 -7
- package/build-style/style.css +6 -7
- package/package.json +29 -29
|
@@ -954,16 +954,15 @@ body.is-dragging-components-draggable .wp-block[data-type="core/widget-area"] .c
|
|
|
954
954
|
.edit-widgets-notices__snackbar {
|
|
955
955
|
position: fixed;
|
|
956
956
|
bottom: 24px;
|
|
957
|
-
right:
|
|
958
|
-
left:
|
|
959
|
-
|
|
957
|
+
right: 50%;
|
|
958
|
+
left: auto;
|
|
959
|
+
transform: translateX(50%);
|
|
960
|
+
width: max-content;
|
|
961
|
+
max-width: calc(100vw - 32px);
|
|
960
962
|
box-sizing: border-box;
|
|
961
963
|
display: flex;
|
|
962
964
|
flex-direction: column;
|
|
963
|
-
|
|
964
|
-
}
|
|
965
|
-
.edit-widgets-notices__snackbar .components-snackbar {
|
|
966
|
-
margin-inline: auto;
|
|
965
|
+
align-items: center;
|
|
967
966
|
}
|
|
968
967
|
|
|
969
968
|
.edit-widgets-layout__inserter-panel {
|
package/build-style/style.css
CHANGED
|
@@ -954,16 +954,15 @@ body.is-dragging-components-draggable .wp-block[data-type="core/widget-area"] .c
|
|
|
954
954
|
.edit-widgets-notices__snackbar {
|
|
955
955
|
position: fixed;
|
|
956
956
|
bottom: 24px;
|
|
957
|
-
left:
|
|
958
|
-
right:
|
|
959
|
-
|
|
957
|
+
left: 50%;
|
|
958
|
+
right: auto;
|
|
959
|
+
transform: translateX(-50%);
|
|
960
|
+
width: max-content;
|
|
961
|
+
max-width: calc(100vw - 32px);
|
|
960
962
|
box-sizing: border-box;
|
|
961
963
|
display: flex;
|
|
962
964
|
flex-direction: column;
|
|
963
|
-
|
|
964
|
-
}
|
|
965
|
-
.edit-widgets-notices__snackbar .components-snackbar {
|
|
966
|
-
margin-inline: auto;
|
|
965
|
+
align-items: center;
|
|
967
966
|
}
|
|
968
967
|
|
|
969
968
|
.edit-widgets-layout__inserter-panel {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/edit-widgets",
|
|
3
|
-
"version": "6.40.1
|
|
3
|
+
"version": "6.40.1",
|
|
4
4
|
"description": "Widgets Page module for WordPress..",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -48,33 +48,33 @@
|
|
|
48
48
|
]
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@wordpress/api-fetch": "^7.40.
|
|
52
|
-
"@wordpress/base-styles": "^6.16.
|
|
53
|
-
"@wordpress/block-editor": "^15.13.1
|
|
54
|
-
"@wordpress/block-library": "^9.40.1
|
|
55
|
-
"@wordpress/blocks": "^15.13.
|
|
56
|
-
"@wordpress/components": "^32.2.
|
|
57
|
-
"@wordpress/compose": "^7.40.
|
|
58
|
-
"@wordpress/core-data": "^7.40.1
|
|
59
|
-
"@wordpress/data": "^10.40.
|
|
60
|
-
"@wordpress/deprecated": "^4.40.
|
|
61
|
-
"@wordpress/dom": "^4.40.
|
|
62
|
-
"@wordpress/element": "^6.40.
|
|
63
|
-
"@wordpress/hooks": "^4.40.
|
|
64
|
-
"@wordpress/i18n": "^6.13.
|
|
65
|
-
"@wordpress/icons": "^11.7.
|
|
66
|
-
"@wordpress/interface": "^9.25.
|
|
67
|
-
"@wordpress/keyboard-shortcuts": "^5.40.
|
|
68
|
-
"@wordpress/keycodes": "^4.40.
|
|
69
|
-
"@wordpress/media-utils": "^5.40.1
|
|
70
|
-
"@wordpress/notices": "^5.40.
|
|
71
|
-
"@wordpress/patterns": "^2.40.1
|
|
72
|
-
"@wordpress/plugins": "^7.40.
|
|
73
|
-
"@wordpress/preferences": "^4.40.
|
|
74
|
-
"@wordpress/private-apis": "^1.40.
|
|
75
|
-
"@wordpress/reusable-blocks": "^5.40.1
|
|
76
|
-
"@wordpress/url": "^4.40.
|
|
77
|
-
"@wordpress/widgets": "^4.40.1
|
|
51
|
+
"@wordpress/api-fetch": "^7.40.0",
|
|
52
|
+
"@wordpress/base-styles": "^6.16.0",
|
|
53
|
+
"@wordpress/block-editor": "^15.13.1",
|
|
54
|
+
"@wordpress/block-library": "^9.40.1",
|
|
55
|
+
"@wordpress/blocks": "^15.13.0",
|
|
56
|
+
"@wordpress/components": "^32.2.0",
|
|
57
|
+
"@wordpress/compose": "^7.40.0",
|
|
58
|
+
"@wordpress/core-data": "^7.40.1",
|
|
59
|
+
"@wordpress/data": "^10.40.0",
|
|
60
|
+
"@wordpress/deprecated": "^4.40.0",
|
|
61
|
+
"@wordpress/dom": "^4.40.0",
|
|
62
|
+
"@wordpress/element": "^6.40.0",
|
|
63
|
+
"@wordpress/hooks": "^4.40.0",
|
|
64
|
+
"@wordpress/i18n": "^6.13.0",
|
|
65
|
+
"@wordpress/icons": "^11.7.0",
|
|
66
|
+
"@wordpress/interface": "^9.25.0",
|
|
67
|
+
"@wordpress/keyboard-shortcuts": "^5.40.0",
|
|
68
|
+
"@wordpress/keycodes": "^4.40.0",
|
|
69
|
+
"@wordpress/media-utils": "^5.40.1",
|
|
70
|
+
"@wordpress/notices": "^5.40.0",
|
|
71
|
+
"@wordpress/patterns": "^2.40.1",
|
|
72
|
+
"@wordpress/plugins": "^7.40.0",
|
|
73
|
+
"@wordpress/preferences": "^4.40.0",
|
|
74
|
+
"@wordpress/private-apis": "^1.40.0",
|
|
75
|
+
"@wordpress/reusable-blocks": "^5.40.1",
|
|
76
|
+
"@wordpress/url": "^4.40.0",
|
|
77
|
+
"@wordpress/widgets": "^4.40.1",
|
|
78
78
|
"clsx": "^2.1.1"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"publishConfig": {
|
|
88
88
|
"access": "public"
|
|
89
89
|
},
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "398c509dbbdcdb525d17e968edd83da33a0a7bde"
|
|
91
91
|
}
|