@wordpress/edit-site 6.8.11 → 6.8.12
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.
|
@@ -2528,7 +2528,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2528
2528
|
contain: content;
|
|
2529
2529
|
}
|
|
2530
2530
|
|
|
2531
|
-
@keyframes
|
|
2531
|
+
@keyframes _e8hgp_slide-from-right {
|
|
2532
2532
|
from {
|
|
2533
2533
|
transform: translateX(-50px);
|
|
2534
2534
|
opacity: 0;
|
|
@@ -2538,7 +2538,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2538
2538
|
opacity: 1;
|
|
2539
2539
|
}
|
|
2540
2540
|
}
|
|
2541
|
-
@keyframes
|
|
2541
|
+
@keyframes _e8hgp_slide-from-left {
|
|
2542
2542
|
from {
|
|
2543
2543
|
transform: translateX(50px);
|
|
2544
2544
|
opacity: 0;
|
|
@@ -2594,10 +2594,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2594
2594
|
}
|
|
2595
2595
|
}
|
|
2596
2596
|
.edit-site-sidebar__screen-wrapper.slide-from-left {
|
|
2597
|
-
animation-name:
|
|
2597
|
+
animation-name: _e8hgp_slide-from-left;
|
|
2598
2598
|
}
|
|
2599
2599
|
.edit-site-sidebar__screen-wrapper.slide-from-right {
|
|
2600
|
-
animation-name:
|
|
2600
|
+
animation-name: _e8hgp_slide-from-right;
|
|
2601
2601
|
}
|
|
2602
2602
|
|
|
2603
2603
|
.edit-site-sidebar-button {
|
|
@@ -2961,10 +2961,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2961
2961
|
.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__menu-cell {
|
|
2962
2962
|
padding-left: 0;
|
|
2963
2963
|
}
|
|
2964
|
-
.edit-site-sidebar-navigation-screen-navigation-menus__content .
|
|
2964
|
+
.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button {
|
|
2965
2965
|
color: #949494;
|
|
2966
2966
|
}
|
|
2967
|
-
.edit-site-sidebar-navigation-screen-navigation-menus__content .
|
|
2967
|
+
.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button:hover, .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button:focus, .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button[aria-current] {
|
|
2968
2968
|
color: #fff;
|
|
2969
2969
|
}
|
|
2970
2970
|
|
package/build-style/style.css
CHANGED
|
@@ -2529,7 +2529,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2529
2529
|
contain: content;
|
|
2530
2530
|
}
|
|
2531
2531
|
|
|
2532
|
-
@keyframes
|
|
2532
|
+
@keyframes _e8hgp_slide-from-right {
|
|
2533
2533
|
from {
|
|
2534
2534
|
transform: translateX(50px);
|
|
2535
2535
|
opacity: 0;
|
|
@@ -2539,7 +2539,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2539
2539
|
opacity: 1;
|
|
2540
2540
|
}
|
|
2541
2541
|
}
|
|
2542
|
-
@keyframes
|
|
2542
|
+
@keyframes _e8hgp_slide-from-left {
|
|
2543
2543
|
from {
|
|
2544
2544
|
transform: translateX(-50px);
|
|
2545
2545
|
opacity: 0;
|
|
@@ -2595,10 +2595,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2595
2595
|
}
|
|
2596
2596
|
}
|
|
2597
2597
|
.edit-site-sidebar__screen-wrapper.slide-from-left {
|
|
2598
|
-
animation-name:
|
|
2598
|
+
animation-name: _e8hgp_slide-from-left;
|
|
2599
2599
|
}
|
|
2600
2600
|
.edit-site-sidebar__screen-wrapper.slide-from-right {
|
|
2601
|
-
animation-name:
|
|
2601
|
+
animation-name: _e8hgp_slide-from-right;
|
|
2602
2602
|
}
|
|
2603
2603
|
|
|
2604
2604
|
.edit-site-sidebar-button {
|
|
@@ -2962,10 +2962,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2962
2962
|
.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__menu-cell {
|
|
2963
2963
|
padding-right: 0;
|
|
2964
2964
|
}
|
|
2965
|
-
.edit-site-sidebar-navigation-screen-navigation-menus__content .
|
|
2965
|
+
.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button {
|
|
2966
2966
|
color: #949494;
|
|
2967
2967
|
}
|
|
2968
|
-
.edit-site-sidebar-navigation-screen-navigation-menus__content .
|
|
2968
|
+
.edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button:hover, .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button:focus, .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button[aria-current] {
|
|
2969
2969
|
color: #fff;
|
|
2970
2970
|
}
|
|
2971
2971
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/edit-site",
|
|
3
|
-
"version": "6.8.
|
|
3
|
+
"version": "6.8.12",
|
|
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.
|
|
35
|
+
"@wordpress/block-editor": "^14.3.10",
|
|
36
|
+
"@wordpress/block-library": "^9.8.11",
|
|
37
37
|
"@wordpress/blocks": "^13.8.5",
|
|
38
38
|
"@wordpress/commands": "^1.8.8",
|
|
39
39
|
"@wordpress/components": "^28.8.8",
|
|
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.10",
|
|
42
|
+
"@wordpress/core-data": "^7.8.10",
|
|
43
43
|
"@wordpress/data": "^10.8.3",
|
|
44
44
|
"@wordpress/dataviews": "^4.4.8",
|
|
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.12",
|
|
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.
|
|
58
|
+
"@wordpress/patterns": "^2.8.10",
|
|
59
59
|
"@wordpress/plugins": "^7.8.8",
|
|
60
60
|
"@wordpress/preferences": "^4.8.8",
|
|
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.10",
|
|
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.10",
|
|
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": "53f68ecef17c6dd7c6c436f368413a1569a2aec6"
|
|
86
86
|
}
|