@wordpress/editor 13.12.14 → 13.12.16
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.
|
@@ -631,14 +631,17 @@
|
|
|
631
631
|
width: 100%;
|
|
632
632
|
position: relative;
|
|
633
633
|
justify-content: flex-start;
|
|
634
|
+
align-items: flex-start;
|
|
634
635
|
}
|
|
635
636
|
.edit-post-sync-status > span {
|
|
636
637
|
display: block;
|
|
637
638
|
width: 45%;
|
|
638
639
|
flex-shrink: 0;
|
|
640
|
+
padding: 6px 0;
|
|
641
|
+
word-break: break-word;
|
|
639
642
|
}
|
|
640
643
|
.edit-post-sync-status > div {
|
|
641
|
-
padding
|
|
644
|
+
padding: 6px 12px 6px 0;
|
|
642
645
|
}
|
|
643
646
|
|
|
644
647
|
.editor-post-taxonomies__hierarchical-terms-list {
|
package/build-style/style.css
CHANGED
|
@@ -631,14 +631,17 @@
|
|
|
631
631
|
width: 100%;
|
|
632
632
|
position: relative;
|
|
633
633
|
justify-content: flex-start;
|
|
634
|
+
align-items: flex-start;
|
|
634
635
|
}
|
|
635
636
|
.edit-post-sync-status > span {
|
|
636
637
|
display: block;
|
|
637
638
|
width: 45%;
|
|
638
639
|
flex-shrink: 0;
|
|
640
|
+
padding: 6px 0;
|
|
641
|
+
word-break: break-word;
|
|
639
642
|
}
|
|
640
643
|
.edit-post-sync-status > div {
|
|
641
|
-
padding
|
|
644
|
+
padding: 6px 0 6px 12px;
|
|
642
645
|
}
|
|
643
646
|
|
|
644
647
|
.editor-post-taxonomies__hierarchical-terms-list {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/editor",
|
|
3
|
-
"version": "13.12.
|
|
3
|
+
"version": "13.12.16",
|
|
4
4
|
"description": "Enhanced block editor for WordPress posts.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -31,34 +31,34 @@
|
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@babel/runtime": "^7.16.0",
|
|
34
|
-
"@wordpress/a11y": "^3.35.
|
|
35
|
-
"@wordpress/api-fetch": "^6.32.
|
|
36
|
-
"@wordpress/blob": "^3.35.
|
|
37
|
-
"@wordpress/block-editor": "^12.3.
|
|
38
|
-
"@wordpress/blocks": "^12.12.
|
|
39
|
-
"@wordpress/components": "^25.1.
|
|
40
|
-
"@wordpress/compose": "^6.12.
|
|
41
|
-
"@wordpress/core-data": "^6.12.
|
|
42
|
-
"@wordpress/data": "^9.5.
|
|
43
|
-
"@wordpress/date": "^4.35.
|
|
44
|
-
"@wordpress/deprecated": "^3.35.
|
|
45
|
-
"@wordpress/dom": "^3.35.
|
|
46
|
-
"@wordpress/element": "^5.12.
|
|
47
|
-
"@wordpress/hooks": "^3.35.
|
|
48
|
-
"@wordpress/html-entities": "^3.35.
|
|
49
|
-
"@wordpress/i18n": "^4.35.
|
|
50
|
-
"@wordpress/icons": "^9.26.
|
|
51
|
-
"@wordpress/keyboard-shortcuts": "^4.12.
|
|
52
|
-
"@wordpress/keycodes": "^3.35.
|
|
53
|
-
"@wordpress/media-utils": "^4.26.
|
|
54
|
-
"@wordpress/notices": "^4.3.
|
|
55
|
-
"@wordpress/preferences": "^3.12.
|
|
56
|
-
"@wordpress/private-apis": "^0.17.
|
|
57
|
-
"@wordpress/reusable-blocks": "^4.12.
|
|
58
|
-
"@wordpress/rich-text": "^6.12.
|
|
59
|
-
"@wordpress/server-side-render": "^4.12.
|
|
60
|
-
"@wordpress/url": "^3.36.
|
|
61
|
-
"@wordpress/wordcount": "^3.35.
|
|
34
|
+
"@wordpress/a11y": "^3.35.2",
|
|
35
|
+
"@wordpress/api-fetch": "^6.32.2",
|
|
36
|
+
"@wordpress/blob": "^3.35.2",
|
|
37
|
+
"@wordpress/block-editor": "^12.3.15",
|
|
38
|
+
"@wordpress/blocks": "^12.12.8",
|
|
39
|
+
"@wordpress/components": "^25.1.12",
|
|
40
|
+
"@wordpress/compose": "^6.12.3",
|
|
41
|
+
"@wordpress/core-data": "^6.12.16",
|
|
42
|
+
"@wordpress/data": "^9.5.6",
|
|
43
|
+
"@wordpress/date": "^4.35.2",
|
|
44
|
+
"@wordpress/deprecated": "^3.35.2",
|
|
45
|
+
"@wordpress/dom": "^3.35.2",
|
|
46
|
+
"@wordpress/element": "^5.12.2",
|
|
47
|
+
"@wordpress/hooks": "^3.35.2",
|
|
48
|
+
"@wordpress/html-entities": "^3.35.2",
|
|
49
|
+
"@wordpress/i18n": "^4.35.2",
|
|
50
|
+
"@wordpress/icons": "^9.26.3",
|
|
51
|
+
"@wordpress/keyboard-shortcuts": "^4.12.6",
|
|
52
|
+
"@wordpress/keycodes": "^3.35.2",
|
|
53
|
+
"@wordpress/media-utils": "^4.26.2",
|
|
54
|
+
"@wordpress/notices": "^4.3.6",
|
|
55
|
+
"@wordpress/preferences": "^3.12.12",
|
|
56
|
+
"@wordpress/private-apis": "^0.17.3",
|
|
57
|
+
"@wordpress/reusable-blocks": "^4.12.16",
|
|
58
|
+
"@wordpress/rich-text": "^6.12.9",
|
|
59
|
+
"@wordpress/server-side-render": "^4.12.14",
|
|
60
|
+
"@wordpress/url": "^3.36.2",
|
|
61
|
+
"@wordpress/wordcount": "^3.35.2",
|
|
62
62
|
"classnames": "^2.3.1",
|
|
63
63
|
"date-fns": "^2.28.0",
|
|
64
64
|
"memize": "^2.1.0",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "86d483d54c987f4d324a760deacb0af29fff8332"
|
|
77
77
|
}
|
|
@@ -2,15 +2,18 @@
|
|
|
2
2
|
width: 100%;
|
|
3
3
|
position: relative;
|
|
4
4
|
justify-content: flex-start;
|
|
5
|
+
align-items: flex-start;
|
|
5
6
|
|
|
6
7
|
> span {
|
|
7
8
|
display: block;
|
|
8
9
|
width: 45%;
|
|
9
10
|
flex-shrink: 0;
|
|
11
|
+
padding: $grid-unit-15 * 0.5 0;
|
|
12
|
+
word-break: break-word;
|
|
10
13
|
}
|
|
11
14
|
|
|
12
15
|
> div {
|
|
13
16
|
// Match padding on tertiary buttons for alignment.
|
|
14
|
-
padding
|
|
17
|
+
padding: $grid-unit-15 * 0.5 0 $grid-unit-15 * 0.5 $grid-unit-15;
|
|
15
18
|
}
|
|
16
19
|
}
|