@wordpress/edit-site 6.28.1-next.0f6f9d12c.0 → 6.29.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 +2 -0
- package/build-style/posts-rtl.css +8 -4
- package/build-style/posts.css +8 -4
- package/build-style/style-rtl.css +8 -4
- package/build-style/style.css +8 -4
- package/package.json +42 -42
package/CHANGELOG.md
CHANGED
|
@@ -1705,6 +1705,10 @@ div.dataviews-view-list {
|
|
|
1705
1705
|
margin-bottom: 16px;
|
|
1706
1706
|
}
|
|
1707
1707
|
|
|
1708
|
+
.dataforms-layouts-panel__modal-footer {
|
|
1709
|
+
margin-top: 16px;
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1708
1712
|
.components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown {
|
|
1709
1713
|
z-index: 159990;
|
|
1710
1714
|
}
|
|
@@ -2088,7 +2092,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2088
2092
|
contain: content;
|
|
2089
2093
|
}
|
|
2090
2094
|
|
|
2091
|
-
@keyframes
|
|
2095
|
+
@keyframes _knsuw_slide-from-right {
|
|
2092
2096
|
from {
|
|
2093
2097
|
transform: translateX(-50px);
|
|
2094
2098
|
opacity: 0;
|
|
@@ -2098,7 +2102,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2098
2102
|
opacity: 1;
|
|
2099
2103
|
}
|
|
2100
2104
|
}
|
|
2101
|
-
@keyframes
|
|
2105
|
+
@keyframes _knsuw_slide-from-left {
|
|
2102
2106
|
from {
|
|
2103
2107
|
transform: translateX(50px);
|
|
2104
2108
|
opacity: 0;
|
|
@@ -2154,10 +2158,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2154
2158
|
}
|
|
2155
2159
|
}
|
|
2156
2160
|
.edit-site-sidebar__screen-wrapper.slide-from-left {
|
|
2157
|
-
animation-name:
|
|
2161
|
+
animation-name: _knsuw_slide-from-left;
|
|
2158
2162
|
}
|
|
2159
2163
|
.edit-site-sidebar__screen-wrapper.slide-from-right {
|
|
2160
|
-
animation-name:
|
|
2164
|
+
animation-name: _knsuw_slide-from-right;
|
|
2161
2165
|
}
|
|
2162
2166
|
|
|
2163
2167
|
.edit-site-site-hub {
|
package/build-style/posts.css
CHANGED
|
@@ -1705,6 +1705,10 @@ div.dataviews-view-list {
|
|
|
1705
1705
|
margin-bottom: 16px;
|
|
1706
1706
|
}
|
|
1707
1707
|
|
|
1708
|
+
.dataforms-layouts-panel__modal-footer {
|
|
1709
|
+
margin-top: 16px;
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1708
1712
|
.components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown {
|
|
1709
1713
|
z-index: 159990;
|
|
1710
1714
|
}
|
|
@@ -2088,7 +2092,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2088
2092
|
contain: content;
|
|
2089
2093
|
}
|
|
2090
2094
|
|
|
2091
|
-
@keyframes
|
|
2095
|
+
@keyframes _knsuw_slide-from-right {
|
|
2092
2096
|
from {
|
|
2093
2097
|
transform: translateX(50px);
|
|
2094
2098
|
opacity: 0;
|
|
@@ -2098,7 +2102,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2098
2102
|
opacity: 1;
|
|
2099
2103
|
}
|
|
2100
2104
|
}
|
|
2101
|
-
@keyframes
|
|
2105
|
+
@keyframes _knsuw_slide-from-left {
|
|
2102
2106
|
from {
|
|
2103
2107
|
transform: translateX(-50px);
|
|
2104
2108
|
opacity: 0;
|
|
@@ -2154,10 +2158,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2154
2158
|
}
|
|
2155
2159
|
}
|
|
2156
2160
|
.edit-site-sidebar__screen-wrapper.slide-from-left {
|
|
2157
|
-
animation-name:
|
|
2161
|
+
animation-name: _knsuw_slide-from-left;
|
|
2158
2162
|
}
|
|
2159
2163
|
.edit-site-sidebar__screen-wrapper.slide-from-right {
|
|
2160
|
-
animation-name:
|
|
2164
|
+
animation-name: _knsuw_slide-from-right;
|
|
2161
2165
|
}
|
|
2162
2166
|
|
|
2163
2167
|
.edit-site-site-hub {
|
|
@@ -1705,6 +1705,10 @@ div.dataviews-view-list {
|
|
|
1705
1705
|
margin-bottom: 16px;
|
|
1706
1706
|
}
|
|
1707
1707
|
|
|
1708
|
+
.dataforms-layouts-panel__modal-footer {
|
|
1709
|
+
margin-top: 16px;
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1708
1712
|
.components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown {
|
|
1709
1713
|
z-index: 159990;
|
|
1710
1714
|
}
|
|
@@ -3287,7 +3291,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
3287
3291
|
contain: content;
|
|
3288
3292
|
}
|
|
3289
3293
|
|
|
3290
|
-
@keyframes
|
|
3294
|
+
@keyframes _xt40e_slide-from-right {
|
|
3291
3295
|
from {
|
|
3292
3296
|
transform: translateX(-50px);
|
|
3293
3297
|
opacity: 0;
|
|
@@ -3297,7 +3301,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
3297
3301
|
opacity: 1;
|
|
3298
3302
|
}
|
|
3299
3303
|
}
|
|
3300
|
-
@keyframes
|
|
3304
|
+
@keyframes _xt40e_slide-from-left {
|
|
3301
3305
|
from {
|
|
3302
3306
|
transform: translateX(50px);
|
|
3303
3307
|
opacity: 0;
|
|
@@ -3353,10 +3357,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
3353
3357
|
}
|
|
3354
3358
|
}
|
|
3355
3359
|
.edit-site-sidebar__screen-wrapper.slide-from-left {
|
|
3356
|
-
animation-name:
|
|
3360
|
+
animation-name: _xt40e_slide-from-left;
|
|
3357
3361
|
}
|
|
3358
3362
|
.edit-site-sidebar__screen-wrapper.slide-from-right {
|
|
3359
|
-
animation-name:
|
|
3363
|
+
animation-name: _xt40e_slide-from-right;
|
|
3360
3364
|
}
|
|
3361
3365
|
|
|
3362
3366
|
.edit-site-sidebar-button {
|
package/build-style/style.css
CHANGED
|
@@ -1705,6 +1705,10 @@ div.dataviews-view-list {
|
|
|
1705
1705
|
margin-bottom: 16px;
|
|
1706
1706
|
}
|
|
1707
1707
|
|
|
1708
|
+
.dataforms-layouts-panel__modal-footer {
|
|
1709
|
+
margin-top: 16px;
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1708
1712
|
.components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown {
|
|
1709
1713
|
z-index: 159990;
|
|
1710
1714
|
}
|
|
@@ -3288,7 +3292,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
3288
3292
|
contain: content;
|
|
3289
3293
|
}
|
|
3290
3294
|
|
|
3291
|
-
@keyframes
|
|
3295
|
+
@keyframes _xt40e_slide-from-right {
|
|
3292
3296
|
from {
|
|
3293
3297
|
transform: translateX(50px);
|
|
3294
3298
|
opacity: 0;
|
|
@@ -3298,7 +3302,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
3298
3302
|
opacity: 1;
|
|
3299
3303
|
}
|
|
3300
3304
|
}
|
|
3301
|
-
@keyframes
|
|
3305
|
+
@keyframes _xt40e_slide-from-left {
|
|
3302
3306
|
from {
|
|
3303
3307
|
transform: translateX(-50px);
|
|
3304
3308
|
opacity: 0;
|
|
@@ -3354,10 +3358,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
3354
3358
|
}
|
|
3355
3359
|
}
|
|
3356
3360
|
.edit-site-sidebar__screen-wrapper.slide-from-left {
|
|
3357
|
-
animation-name:
|
|
3361
|
+
animation-name: _xt40e_slide-from-left;
|
|
3358
3362
|
}
|
|
3359
3363
|
.edit-site-sidebar__screen-wrapper.slide-from-right {
|
|
3360
|
-
animation-name:
|
|
3364
|
+
animation-name: _xt40e_slide-from-right;
|
|
3361
3365
|
}
|
|
3362
3366
|
|
|
3363
3367
|
.edit-site-sidebar-button {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/edit-site",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.29.0",
|
|
4
4
|
"description": "Edit Site Page module for WordPress.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -30,46 +30,46 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@babel/runtime": "7.25.7",
|
|
32
32
|
"@react-spring/web": "^9.4.5",
|
|
33
|
-
"@wordpress/a11y": "^4.
|
|
34
|
-
"@wordpress/api-fetch": "^7.
|
|
35
|
-
"@wordpress/blob": "^4.
|
|
36
|
-
"@wordpress/block-editor": "^15.
|
|
37
|
-
"@wordpress/block-library": "^9.
|
|
38
|
-
"@wordpress/blocks": "^15.
|
|
39
|
-
"@wordpress/commands": "^1.
|
|
40
|
-
"@wordpress/components": "^30.2.
|
|
41
|
-
"@wordpress/compose": "^7.
|
|
42
|
-
"@wordpress/core-commands": "^1.
|
|
43
|
-
"@wordpress/core-data": "^7.
|
|
44
|
-
"@wordpress/data": "^10.
|
|
45
|
-
"@wordpress/dataviews": "^7.0.
|
|
46
|
-
"@wordpress/date": "^5.
|
|
47
|
-
"@wordpress/deprecated": "^4.
|
|
48
|
-
"@wordpress/dom": "^4.
|
|
49
|
-
"@wordpress/editor": "^14.
|
|
50
|
-
"@wordpress/element": "^6.
|
|
51
|
-
"@wordpress/escape-html": "^3.
|
|
52
|
-
"@wordpress/fields": "^0.
|
|
53
|
-
"@wordpress/hooks": "^4.
|
|
54
|
-
"@wordpress/html-entities": "^4.
|
|
55
|
-
"@wordpress/i18n": "^6.
|
|
56
|
-
"@wordpress/icons": "^10.
|
|
57
|
-
"@wordpress/keyboard-shortcuts": "^5.
|
|
58
|
-
"@wordpress/keycodes": "^4.
|
|
59
|
-
"@wordpress/media-utils": "^5.
|
|
60
|
-
"@wordpress/notices": "^5.
|
|
61
|
-
"@wordpress/patterns": "^2.
|
|
62
|
-
"@wordpress/plugins": "^7.
|
|
63
|
-
"@wordpress/preferences": "^4.
|
|
64
|
-
"@wordpress/primitives": "^4.
|
|
65
|
-
"@wordpress/private-apis": "^1.
|
|
66
|
-
"@wordpress/reusable-blocks": "^5.
|
|
67
|
-
"@wordpress/router": "^1.
|
|
68
|
-
"@wordpress/style-engine": "^2.
|
|
69
|
-
"@wordpress/url": "^4.
|
|
70
|
-
"@wordpress/viewport": "^6.
|
|
71
|
-
"@wordpress/widgets": "^4.
|
|
72
|
-
"@wordpress/wordcount": "^4.
|
|
33
|
+
"@wordpress/a11y": "^4.29.0",
|
|
34
|
+
"@wordpress/api-fetch": "^7.29.0",
|
|
35
|
+
"@wordpress/blob": "^4.29.0",
|
|
36
|
+
"@wordpress/block-editor": "^15.2.0",
|
|
37
|
+
"@wordpress/block-library": "^9.29.0",
|
|
38
|
+
"@wordpress/blocks": "^15.2.0",
|
|
39
|
+
"@wordpress/commands": "^1.29.0",
|
|
40
|
+
"@wordpress/components": "^30.2.0",
|
|
41
|
+
"@wordpress/compose": "^7.29.0",
|
|
42
|
+
"@wordpress/core-commands": "^1.29.0",
|
|
43
|
+
"@wordpress/core-data": "^7.29.0",
|
|
44
|
+
"@wordpress/data": "^10.29.0",
|
|
45
|
+
"@wordpress/dataviews": "^7.0.0",
|
|
46
|
+
"@wordpress/date": "^5.29.0",
|
|
47
|
+
"@wordpress/deprecated": "^4.29.0",
|
|
48
|
+
"@wordpress/dom": "^4.29.0",
|
|
49
|
+
"@wordpress/editor": "^14.29.0",
|
|
50
|
+
"@wordpress/element": "^6.29.0",
|
|
51
|
+
"@wordpress/escape-html": "^3.29.0",
|
|
52
|
+
"@wordpress/fields": "^0.21.0",
|
|
53
|
+
"@wordpress/hooks": "^4.29.0",
|
|
54
|
+
"@wordpress/html-entities": "^4.29.0",
|
|
55
|
+
"@wordpress/i18n": "^6.2.0",
|
|
56
|
+
"@wordpress/icons": "^10.29.0",
|
|
57
|
+
"@wordpress/keyboard-shortcuts": "^5.29.0",
|
|
58
|
+
"@wordpress/keycodes": "^4.29.0",
|
|
59
|
+
"@wordpress/media-utils": "^5.29.0",
|
|
60
|
+
"@wordpress/notices": "^5.29.0",
|
|
61
|
+
"@wordpress/patterns": "^2.29.0",
|
|
62
|
+
"@wordpress/plugins": "^7.29.0",
|
|
63
|
+
"@wordpress/preferences": "^4.29.0",
|
|
64
|
+
"@wordpress/primitives": "^4.29.0",
|
|
65
|
+
"@wordpress/private-apis": "^1.29.0",
|
|
66
|
+
"@wordpress/reusable-blocks": "^5.29.0",
|
|
67
|
+
"@wordpress/router": "^1.29.0",
|
|
68
|
+
"@wordpress/style-engine": "^2.29.0",
|
|
69
|
+
"@wordpress/url": "^4.29.0",
|
|
70
|
+
"@wordpress/viewport": "^6.29.0",
|
|
71
|
+
"@wordpress/widgets": "^4.29.0",
|
|
72
|
+
"@wordpress/wordcount": "^4.29.0",
|
|
73
73
|
"change-case": "^4.1.2",
|
|
74
74
|
"clsx": "^2.1.1",
|
|
75
75
|
"colord": "^2.9.2",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"publishConfig": {
|
|
85
85
|
"access": "public"
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "445ede01e8abc8e49a1101b21a3651adbe852120"
|
|
88
88
|
}
|