@wordpress/edit-site 6.8.5 → 6.8.6
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/posts-rtl.css +4 -15
- package/build-style/posts.css +4 -15
- package/build-style/style-rtl.css +4 -15
- package/build-style/style.css +4 -15
- package/package.json +16 -16
|
@@ -1170,17 +1170,6 @@ ul.dataviews-view-list {
|
|
|
1170
1170
|
margin-bottom: 16px;
|
|
1171
1171
|
}
|
|
1172
1172
|
|
|
1173
|
-
[class].dataforms-layouts-panel__dropdown-header-action {
|
|
1174
|
-
height: 24px;
|
|
1175
|
-
}
|
|
1176
|
-
[class].dataforms-layouts-panel__dropdown-header-action.has-icon {
|
|
1177
|
-
min-width: 24px;
|
|
1178
|
-
padding: 0;
|
|
1179
|
-
}
|
|
1180
|
-
[class].dataforms-layouts-panel__dropdown-header-action:not(.has-icon) {
|
|
1181
|
-
text-decoration: underline;
|
|
1182
|
-
}
|
|
1183
|
-
|
|
1184
1173
|
.edit-site-layout {
|
|
1185
1174
|
height: 100%;
|
|
1186
1175
|
background: #1e1e1e;
|
|
@@ -1522,7 +1511,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1522
1511
|
contain: content;
|
|
1523
1512
|
}
|
|
1524
1513
|
|
|
1525
|
-
@keyframes
|
|
1514
|
+
@keyframes _dq5dx_slide-from-right {
|
|
1526
1515
|
from {
|
|
1527
1516
|
transform: translateX(-50px);
|
|
1528
1517
|
opacity: 0;
|
|
@@ -1532,7 +1521,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1532
1521
|
opacity: 1;
|
|
1533
1522
|
}
|
|
1534
1523
|
}
|
|
1535
|
-
@keyframes
|
|
1524
|
+
@keyframes _dq5dx_slide-from-left {
|
|
1536
1525
|
from {
|
|
1537
1526
|
transform: translateX(50px);
|
|
1538
1527
|
opacity: 0;
|
|
@@ -1588,10 +1577,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1588
1577
|
}
|
|
1589
1578
|
}
|
|
1590
1579
|
.edit-site-sidebar__screen-wrapper.slide-from-left {
|
|
1591
|
-
animation-name:
|
|
1580
|
+
animation-name: _dq5dx_slide-from-left;
|
|
1592
1581
|
}
|
|
1593
1582
|
.edit-site-sidebar__screen-wrapper.slide-from-right {
|
|
1594
|
-
animation-name:
|
|
1583
|
+
animation-name: _dq5dx_slide-from-right;
|
|
1595
1584
|
}
|
|
1596
1585
|
|
|
1597
1586
|
.edit-site-site-hub {
|
package/build-style/posts.css
CHANGED
|
@@ -1170,17 +1170,6 @@ ul.dataviews-view-list {
|
|
|
1170
1170
|
margin-bottom: 16px;
|
|
1171
1171
|
}
|
|
1172
1172
|
|
|
1173
|
-
[class].dataforms-layouts-panel__dropdown-header-action {
|
|
1174
|
-
height: 24px;
|
|
1175
|
-
}
|
|
1176
|
-
[class].dataforms-layouts-panel__dropdown-header-action.has-icon {
|
|
1177
|
-
min-width: 24px;
|
|
1178
|
-
padding: 0;
|
|
1179
|
-
}
|
|
1180
|
-
[class].dataforms-layouts-panel__dropdown-header-action:not(.has-icon) {
|
|
1181
|
-
text-decoration: underline;
|
|
1182
|
-
}
|
|
1183
|
-
|
|
1184
1173
|
.edit-site-layout {
|
|
1185
1174
|
height: 100%;
|
|
1186
1175
|
background: #1e1e1e;
|
|
@@ -1522,7 +1511,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1522
1511
|
contain: content;
|
|
1523
1512
|
}
|
|
1524
1513
|
|
|
1525
|
-
@keyframes
|
|
1514
|
+
@keyframes _dq5dx_slide-from-right {
|
|
1526
1515
|
from {
|
|
1527
1516
|
transform: translateX(50px);
|
|
1528
1517
|
opacity: 0;
|
|
@@ -1532,7 +1521,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1532
1521
|
opacity: 1;
|
|
1533
1522
|
}
|
|
1534
1523
|
}
|
|
1535
|
-
@keyframes
|
|
1524
|
+
@keyframes _dq5dx_slide-from-left {
|
|
1536
1525
|
from {
|
|
1537
1526
|
transform: translateX(-50px);
|
|
1538
1527
|
opacity: 0;
|
|
@@ -1588,10 +1577,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
1588
1577
|
}
|
|
1589
1578
|
}
|
|
1590
1579
|
.edit-site-sidebar__screen-wrapper.slide-from-left {
|
|
1591
|
-
animation-name:
|
|
1580
|
+
animation-name: _dq5dx_slide-from-left;
|
|
1592
1581
|
}
|
|
1593
1582
|
.edit-site-sidebar__screen-wrapper.slide-from-right {
|
|
1594
|
-
animation-name:
|
|
1583
|
+
animation-name: _dq5dx_slide-from-right;
|
|
1595
1584
|
}
|
|
1596
1585
|
|
|
1597
1586
|
.edit-site-site-hub {
|
|
@@ -1170,17 +1170,6 @@ ul.dataviews-view-list {
|
|
|
1170
1170
|
margin-bottom: 16px;
|
|
1171
1171
|
}
|
|
1172
1172
|
|
|
1173
|
-
[class].dataforms-layouts-panel__dropdown-header-action {
|
|
1174
|
-
height: 24px;
|
|
1175
|
-
}
|
|
1176
|
-
[class].dataforms-layouts-panel__dropdown-header-action.has-icon {
|
|
1177
|
-
min-width: 24px;
|
|
1178
|
-
padding: 0;
|
|
1179
|
-
}
|
|
1180
|
-
[class].dataforms-layouts-panel__dropdown-header-action:not(.has-icon) {
|
|
1181
|
-
text-decoration: underline;
|
|
1182
|
-
}
|
|
1183
|
-
|
|
1184
1173
|
.edit-site-custom-template-modal__contents-wrapper {
|
|
1185
1174
|
height: 100%;
|
|
1186
1175
|
justify-content: flex-start !important;
|
|
@@ -2541,7 +2530,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2541
2530
|
contain: content;
|
|
2542
2531
|
}
|
|
2543
2532
|
|
|
2544
|
-
@keyframes
|
|
2533
|
+
@keyframes _ngjuq_slide-from-right {
|
|
2545
2534
|
from {
|
|
2546
2535
|
transform: translateX(-50px);
|
|
2547
2536
|
opacity: 0;
|
|
@@ -2551,7 +2540,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2551
2540
|
opacity: 1;
|
|
2552
2541
|
}
|
|
2553
2542
|
}
|
|
2554
|
-
@keyframes
|
|
2543
|
+
@keyframes _ngjuq_slide-from-left {
|
|
2555
2544
|
from {
|
|
2556
2545
|
transform: translateX(50px);
|
|
2557
2546
|
opacity: 0;
|
|
@@ -2607,10 +2596,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2607
2596
|
}
|
|
2608
2597
|
}
|
|
2609
2598
|
.edit-site-sidebar__screen-wrapper.slide-from-left {
|
|
2610
|
-
animation-name:
|
|
2599
|
+
animation-name: _ngjuq_slide-from-left;
|
|
2611
2600
|
}
|
|
2612
2601
|
.edit-site-sidebar__screen-wrapper.slide-from-right {
|
|
2613
|
-
animation-name:
|
|
2602
|
+
animation-name: _ngjuq_slide-from-right;
|
|
2614
2603
|
}
|
|
2615
2604
|
|
|
2616
2605
|
.edit-site-sidebar-button {
|
package/build-style/style.css
CHANGED
|
@@ -1170,17 +1170,6 @@ ul.dataviews-view-list {
|
|
|
1170
1170
|
margin-bottom: 16px;
|
|
1171
1171
|
}
|
|
1172
1172
|
|
|
1173
|
-
[class].dataforms-layouts-panel__dropdown-header-action {
|
|
1174
|
-
height: 24px;
|
|
1175
|
-
}
|
|
1176
|
-
[class].dataforms-layouts-panel__dropdown-header-action.has-icon {
|
|
1177
|
-
min-width: 24px;
|
|
1178
|
-
padding: 0;
|
|
1179
|
-
}
|
|
1180
|
-
[class].dataforms-layouts-panel__dropdown-header-action:not(.has-icon) {
|
|
1181
|
-
text-decoration: underline;
|
|
1182
|
-
}
|
|
1183
|
-
|
|
1184
1173
|
.edit-site-custom-template-modal__contents-wrapper {
|
|
1185
1174
|
height: 100%;
|
|
1186
1175
|
justify-content: flex-start !important;
|
|
@@ -2542,7 +2531,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2542
2531
|
contain: content;
|
|
2543
2532
|
}
|
|
2544
2533
|
|
|
2545
|
-
@keyframes
|
|
2534
|
+
@keyframes _ngjuq_slide-from-right {
|
|
2546
2535
|
from {
|
|
2547
2536
|
transform: translateX(50px);
|
|
2548
2537
|
opacity: 0;
|
|
@@ -2552,7 +2541,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2552
2541
|
opacity: 1;
|
|
2553
2542
|
}
|
|
2554
2543
|
}
|
|
2555
|
-
@keyframes
|
|
2544
|
+
@keyframes _ngjuq_slide-from-left {
|
|
2556
2545
|
from {
|
|
2557
2546
|
transform: translateX(-50px);
|
|
2558
2547
|
opacity: 0;
|
|
@@ -2608,10 +2597,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2608
2597
|
}
|
|
2609
2598
|
}
|
|
2610
2599
|
.edit-site-sidebar__screen-wrapper.slide-from-left {
|
|
2611
|
-
animation-name:
|
|
2600
|
+
animation-name: _ngjuq_slide-from-left;
|
|
2612
2601
|
}
|
|
2613
2602
|
.edit-site-sidebar__screen-wrapper.slide-from-right {
|
|
2614
|
-
animation-name:
|
|
2603
|
+
animation-name: _ngjuq_slide-from-right;
|
|
2615
2604
|
}
|
|
2616
2605
|
|
|
2617
2606
|
.edit-site-sidebar-button {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/edit-site",
|
|
3
|
-
"version": "6.8.
|
|
3
|
+
"version": "6.8.6",
|
|
4
4
|
"description": "Edit Site Page module for WordPress.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -32,20 +32,20 @@
|
|
|
32
32
|
"@wordpress/a11y": "^4.8.2",
|
|
33
33
|
"@wordpress/api-fetch": "^7.8.2",
|
|
34
34
|
"@wordpress/blob": "^4.8.1",
|
|
35
|
-
"@wordpress/block-editor": "^14.3.
|
|
36
|
-
"@wordpress/block-library": "^9.8.
|
|
37
|
-
"@wordpress/blocks": "^13.8.
|
|
38
|
-
"@wordpress/commands": "^1.8.
|
|
39
|
-
"@wordpress/components": "^28.8.
|
|
35
|
+
"@wordpress/block-editor": "^14.3.4",
|
|
36
|
+
"@wordpress/block-library": "^9.8.5",
|
|
37
|
+
"@wordpress/blocks": "^13.8.4",
|
|
38
|
+
"@wordpress/commands": "^1.8.4",
|
|
39
|
+
"@wordpress/components": "^28.8.4",
|
|
40
40
|
"@wordpress/compose": "^7.8.3",
|
|
41
|
-
"@wordpress/core-commands": "^1.8.
|
|
42
|
-
"@wordpress/core-data": "^7.8.
|
|
41
|
+
"@wordpress/core-commands": "^1.8.4",
|
|
42
|
+
"@wordpress/core-data": "^7.8.4",
|
|
43
43
|
"@wordpress/data": "^10.8.3",
|
|
44
|
-
"@wordpress/dataviews": "^4.4.
|
|
44
|
+
"@wordpress/dataviews": "^4.4.4",
|
|
45
45
|
"@wordpress/date": "^5.8.2",
|
|
46
46
|
"@wordpress/deprecated": "^4.8.2",
|
|
47
47
|
"@wordpress/dom": "^4.8.2",
|
|
48
|
-
"@wordpress/editor": "^14.8.
|
|
48
|
+
"@wordpress/editor": "^14.8.6",
|
|
49
49
|
"@wordpress/element": "^6.8.1",
|
|
50
50
|
"@wordpress/escape-html": "^3.8.1",
|
|
51
51
|
"@wordpress/hooks": "^4.8.2",
|
|
@@ -55,18 +55,18 @@
|
|
|
55
55
|
"@wordpress/keyboard-shortcuts": "^5.8.3",
|
|
56
56
|
"@wordpress/keycodes": "^4.8.2",
|
|
57
57
|
"@wordpress/notices": "^5.8.3",
|
|
58
|
-
"@wordpress/patterns": "^2.8.
|
|
59
|
-
"@wordpress/plugins": "^7.8.
|
|
60
|
-
"@wordpress/preferences": "^4.8.
|
|
58
|
+
"@wordpress/patterns": "^2.8.4",
|
|
59
|
+
"@wordpress/plugins": "^7.8.4",
|
|
60
|
+
"@wordpress/preferences": "^4.8.4",
|
|
61
61
|
"@wordpress/primitives": "^4.8.1",
|
|
62
62
|
"@wordpress/priority-queue": "^3.8.1",
|
|
63
63
|
"@wordpress/private-apis": "^1.8.1",
|
|
64
|
-
"@wordpress/reusable-blocks": "^5.8.
|
|
64
|
+
"@wordpress/reusable-blocks": "^5.8.4",
|
|
65
65
|
"@wordpress/router": "^1.8.1",
|
|
66
66
|
"@wordpress/style-engine": "^2.8.1",
|
|
67
67
|
"@wordpress/url": "^4.8.1",
|
|
68
68
|
"@wordpress/viewport": "^6.8.3",
|
|
69
|
-
"@wordpress/widgets": "^4.8.
|
|
69
|
+
"@wordpress/widgets": "^4.8.4",
|
|
70
70
|
"@wordpress/wordcount": "^4.8.1",
|
|
71
71
|
"change-case": "^4.1.2",
|
|
72
72
|
"clsx": "^2.1.1",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "07c75154341d1e5a1b8aaa1c226029b6666a52a9"
|
|
86
86
|
}
|