@wordpress/block-library 7.8.0 → 7.9.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/audio/edit.js +1 -0
- package/build/audio/edit.js.map +1 -1
- package/build/audio/save.js +2 -1
- package/build/audio/save.js.map +1 -1
- package/build/avatar/hooks.js +2 -2
- package/build/avatar/hooks.js.map +1 -1
- package/build/button/edit.js +1 -1
- package/build/button/edit.js.map +1 -1
- package/build/button/index.js +1 -24
- package/build/button/index.js.map +1 -1
- package/build/button/save.js +1 -1
- package/build/button/save.js.map +1 -1
- package/build/columns/variations.js +2 -2
- package/build/columns/variations.js.map +1 -1
- package/build/comment-author-name/edit.js +3 -5
- package/build/comment-author-name/edit.js.map +1 -1
- package/build/comment-author-name/index.js +0 -4
- package/build/comment-author-name/index.js.map +1 -1
- package/build/comment-date/edit.js +4 -4
- package/build/comment-date/edit.js.map +1 -1
- package/build/comment-date/index.js +0 -4
- package/build/comment-date/index.js.map +1 -1
- package/build/comment-edit-link/index.js +0 -4
- package/build/comment-edit-link/index.js.map +1 -1
- package/build/comment-reply-link/index.js +0 -4
- package/build/comment-reply-link/index.js.map +1 -1
- package/build/comments/edit.js +10 -2
- package/build/comments/edit.js.map +1 -1
- package/build/comments-title/deprecated.js +0 -3
- package/build/comments-title/deprecated.js.map +1 -1
- package/build/cover/index.js +1 -0
- package/build/cover/index.js.map +1 -1
- package/build/embed/embed-preview.js +1 -0
- package/build/embed/embed-preview.js.map +1 -1
- package/build/embed/icons.js +21 -1
- package/build/embed/icons.js.map +1 -1
- package/build/embed/save.js +1 -0
- package/build/embed/save.js.map +1 -1
- package/build/embed/variations.js +11 -0
- package/build/embed/variations.js.map +1 -1
- package/build/file/edit.js +1 -1
- package/build/file/edit.js.map +1 -1
- package/build/file/save.js +1 -1
- package/build/file/save.js.map +1 -1
- package/build/gallery/gallery.js +1 -1
- package/build/gallery/gallery.js.map +1 -1
- package/build/gallery/save.js +1 -1
- package/build/gallery/save.js.map +1 -1
- package/build/gallery/transforms.js +2 -2
- package/build/gallery/transforms.js.map +1 -1
- package/build/gallery/v1/edit.js +3 -3
- package/build/gallery/v1/edit.js.map +1 -1
- package/build/gallery/v1/gallery-image.js +1 -0
- package/build/gallery/v1/gallery-image.js.map +1 -1
- package/build/gallery/v1/gallery.js +1 -1
- package/build/gallery/v1/gallery.js.map +1 -1
- package/build/gallery/v1/save.js +10 -2
- package/build/gallery/v1/save.js.map +1 -1
- package/build/group/index.js +1 -0
- package/build/group/index.js.map +1 -1
- package/build/html/edit.js +11 -20
- package/build/html/edit.js.map +1 -1
- package/build/html/preview.js +48 -0
- package/build/html/preview.js.map +1 -0
- package/build/image/edit.native.js +2 -1
- package/build/image/edit.native.js.map +1 -1
- package/build/image/image.js +1 -0
- package/build/image/image.js.map +1 -1
- package/build/image/save.js +1 -0
- package/build/image/save.js.map +1 -1
- package/build/list/v2/transforms.js +33 -17
- package/build/list/v2/transforms.js.map +1 -1
- package/build/list-item/hooks/use-enter.js +7 -4
- package/build/list-item/hooks/use-enter.js.map +1 -1
- package/build/list-item/hooks/use-outdent-list-item.js +36 -15
- package/build/list-item/hooks/use-outdent-list-item.js.map +1 -1
- package/build/navigation/edit/index.js +1 -1
- package/build/navigation/edit/index.js.map +1 -1
- package/build/navigation/index.js +9 -0
- package/build/navigation/index.js.map +1 -1
- package/build/navigation/use-navigation-menu.js +16 -74
- package/build/navigation/use-navigation-menu.js.map +1 -1
- package/build/navigation/view.js +5 -3
- package/build/navigation/view.js.map +1 -1
- package/build/navigation-submenu/view.js +5 -3
- package/build/navigation-submenu/view.js.map +1 -1
- package/build/post-comments-form/edit.js +12 -2
- package/build/post-comments-form/edit.js.map +1 -1
- package/build/post-comments-form/form.js +1 -1
- package/build/post-comments-form/form.js.map +1 -1
- package/build/search/edit.js +1 -1
- package/build/search/edit.js.map +1 -1
- package/build/table/edit.js +1 -0
- package/build/table/edit.js.map +1 -1
- package/build/table/save.js +2 -1
- package/build/table/save.js.map +1 -1
- package/build/video/edit.js +1 -0
- package/build/video/edit.js.map +1 -1
- package/build/video/save.js +1 -0
- package/build/video/save.js.map +1 -1
- package/build-module/audio/edit.js +2 -1
- package/build-module/audio/edit.js.map +1 -1
- package/build-module/audio/save.js +3 -2
- package/build-module/audio/save.js.map +1 -1
- package/build-module/avatar/hooks.js +2 -2
- package/build-module/avatar/hooks.js.map +1 -1
- package/build-module/button/edit.js +2 -2
- package/build-module/button/edit.js.map +1 -1
- package/build-module/button/index.js +1 -24
- package/build-module/button/index.js.map +1 -1
- package/build-module/button/save.js +2 -2
- package/build-module/button/save.js.map +1 -1
- package/build-module/columns/variations.js +2 -2
- package/build-module/columns/variations.js.map +1 -1
- package/build-module/comment-author-name/edit.js +3 -5
- package/build-module/comment-author-name/edit.js.map +1 -1
- package/build-module/comment-author-name/index.js +0 -4
- package/build-module/comment-author-name/index.js.map +1 -1
- package/build-module/comment-date/edit.js +4 -4
- package/build-module/comment-date/edit.js.map +1 -1
- package/build-module/comment-date/index.js +0 -4
- package/build-module/comment-date/index.js.map +1 -1
- package/build-module/comment-edit-link/index.js +0 -4
- package/build-module/comment-edit-link/index.js.map +1 -1
- package/build-module/comment-reply-link/index.js +0 -4
- package/build-module/comment-reply-link/index.js.map +1 -1
- package/build-module/comments/edit.js +10 -2
- package/build-module/comments/edit.js.map +1 -1
- package/build-module/comments-title/deprecated.js +0 -3
- package/build-module/comments-title/deprecated.js.map +1 -1
- package/build-module/cover/index.js +1 -0
- package/build-module/cover/index.js.map +1 -1
- package/build-module/embed/embed-preview.js +2 -1
- package/build-module/embed/embed-preview.js.map +1 -1
- package/build-module/embed/icons.js +19 -0
- package/build-module/embed/icons.js.map +1 -1
- package/build-module/embed/save.js +2 -1
- package/build-module/embed/save.js.map +1 -1
- package/build-module/embed/variations.js +12 -1
- package/build-module/embed/variations.js.map +1 -1
- package/build-module/file/edit.js +2 -2
- package/build-module/file/edit.js.map +1 -1
- package/build-module/file/save.js +2 -2
- package/build-module/file/save.js.map +1 -1
- package/build-module/gallery/gallery.js +2 -2
- package/build-module/gallery/gallery.js.map +1 -1
- package/build-module/gallery/save.js +2 -2
- package/build-module/gallery/save.js.map +1 -1
- package/build-module/gallery/transforms.js +3 -3
- package/build-module/gallery/transforms.js.map +1 -1
- package/build-module/gallery/v1/edit.js +4 -4
- package/build-module/gallery/v1/edit.js.map +1 -1
- package/build-module/gallery/v1/gallery-image.js +2 -1
- package/build-module/gallery/v1/gallery-image.js.map +1 -1
- package/build-module/gallery/v1/gallery.js +2 -2
- package/build-module/gallery/v1/gallery.js.map +1 -1
- package/build-module/gallery/v1/save.js +8 -3
- package/build-module/gallery/v1/save.js.map +1 -1
- package/build-module/group/index.js +1 -0
- package/build-module/group/index.js.map +1 -1
- package/build-module/html/edit.js +12 -23
- package/build-module/html/edit.js.map +1 -1
- package/build-module/html/preview.js +38 -0
- package/build-module/html/preview.js.map +1 -0
- package/build-module/image/edit.native.js +2 -1
- package/build-module/image/edit.native.js.map +1 -1
- package/build-module/image/image.js +2 -1
- package/build-module/image/image.js.map +1 -1
- package/build-module/image/save.js +2 -1
- package/build-module/image/save.js.map +1 -1
- package/build-module/list/v2/transforms.js +32 -17
- package/build-module/list/v2/transforms.js.map +1 -1
- package/build-module/list-item/hooks/use-enter.js +7 -4
- package/build-module/list-item/hooks/use-enter.js.map +1 -1
- package/build-module/list-item/hooks/use-outdent-list-item.js +34 -15
- package/build-module/list-item/hooks/use-outdent-list-item.js.map +1 -1
- package/build-module/navigation/edit/index.js +1 -1
- package/build-module/navigation/edit/index.js.map +1 -1
- package/build-module/navigation/index.js +9 -0
- package/build-module/navigation/index.js.map +1 -1
- package/build-module/navigation/use-navigation-menu.js +17 -75
- package/build-module/navigation/use-navigation-menu.js.map +1 -1
- package/build-module/navigation/view.js +5 -3
- package/build-module/navigation/view.js.map +1 -1
- package/build-module/navigation-submenu/view.js +5 -3
- package/build-module/navigation-submenu/view.js.map +1 -1
- package/build-module/post-comments-form/edit.js +12 -3
- package/build-module/post-comments-form/edit.js.map +1 -1
- package/build-module/post-comments-form/form.js +2 -2
- package/build-module/post-comments-form/form.js.map +1 -1
- package/build-module/search/edit.js +2 -2
- package/build-module/search/edit.js.map +1 -1
- package/build-module/table/edit.js +2 -1
- package/build-module/table/edit.js.map +1 -1
- package/build-module/table/save.js +3 -2
- package/build-module/table/save.js.map +1 -1
- package/build-module/video/edit.js +2 -1
- package/build-module/video/edit.js.map +1 -1
- package/build-module/video/save.js +2 -1
- package/build-module/video/save.js.map +1 -1
- package/build-style/button/style-rtl.css +5 -0
- package/build-style/button/style.css +5 -0
- package/build-style/editor-rtl.css +3 -0
- package/build-style/editor.css +3 -0
- package/build-style/file/style-rtl.css +5 -8
- package/build-style/file/style.css +5 -8
- package/build-style/navigation/style-rtl.css +9 -1
- package/build-style/navigation/style.css +9 -1
- package/build-style/post-comments/style-rtl.css +2 -1
- package/build-style/post-comments/style.css +2 -1
- package/build-style/post-comments-form/editor-rtl.css +3 -0
- package/build-style/post-comments-form/editor.css +3 -0
- package/build-style/post-template/style-rtl.css +9 -18
- package/build-style/post-template/style.css +9 -18
- package/build-style/search/style-rtl.css +6 -8
- package/build-style/search/style.css +6 -8
- package/build-style/style-rtl.css +36 -36
- package/build-style/style.css +36 -36
- package/package.json +28 -28
- package/src/audio/edit.js +4 -0
- package/src/audio/save.js +12 -2
- package/src/avatar/hooks.js +6 -9
- package/src/button/block.json +1 -24
- package/src/button/edit.js +2 -2
- package/src/button/save.js +2 -2
- package/src/button/style.scss +10 -0
- package/src/columns/variations.js +2 -2
- package/src/comment-author-name/block.json +0 -4
- package/src/comment-author-name/edit.js +3 -12
- package/src/comment-date/block.json +0 -4
- package/src/comment-date/edit.js +10 -14
- package/src/comment-date/index.php +0 -3
- package/src/comment-edit-link/block.json +0 -4
- package/src/comment-reply-link/block.json +0 -4
- package/src/comments/edit.js +24 -4
- package/src/comments-title/deprecated.js +0 -2
- package/src/cover/block.json +1 -0
- package/src/cover/index.php +21 -8
- package/src/embed/embed-preview.js +8 -1
- package/src/embed/icons.js +25 -0
- package/src/embed/save.js +10 -2
- package/src/embed/test/__snapshots__/index.native.js.snap +1 -1
- package/src/embed/variations.js +10 -0
- package/src/file/edit.js +4 -2
- package/src/file/save.js +2 -2
- package/src/file/style.scss +5 -5
- package/src/freeform/editor.scss +0 -2
- package/src/gallery/gallery.js +9 -2
- package/src/gallery/index.php +4 -0
- package/src/gallery/save.js +5 -1
- package/src/gallery/test/__snapshots__/index.native.js.snap +2 -2
- package/src/gallery/test/helpers.native.js +11 -198
- package/src/gallery/test/index.native.js +19 -29
- package/src/gallery/transforms.js +3 -3
- package/src/gallery/v1/edit.js +3 -4
- package/src/gallery/v1/gallery-image.js +4 -0
- package/src/gallery/v1/gallery.js +8 -2
- package/src/gallery/v1/save.js +20 -3
- package/src/group/block.json +1 -0
- package/src/html/edit.js +10 -40
- package/src/html/preview.js +46 -0
- package/src/image/edit.native.js +1 -0
- package/src/image/image.js +2 -0
- package/src/image/save.js +10 -2
- package/src/image/test/edit.native.js +51 -19
- package/src/list/v2/transforms.js +22 -7
- package/src/list-item/hooks/use-enter.js +9 -6
- package/src/list-item/hooks/use-outdent-list-item.js +48 -21
- package/src/navigation/block.json +9 -0
- package/src/navigation/edit/index.js +1 -0
- package/src/navigation/style.scss +10 -1
- package/src/navigation/test/use-navigation-menu.js +16 -11
- package/src/navigation/use-navigation-menu.js +26 -83
- package/src/navigation/view.js +7 -2
- package/src/navigation-submenu/view.js +7 -2
- package/src/post-comments/index.php +1 -1
- package/src/post-comments/style.scss +7 -3
- package/src/post-comments-form/edit.js +20 -3
- package/src/post-comments-form/editor.scss +4 -0
- package/src/post-comments-form/form.js +2 -2
- package/src/post-comments-form/index.php +1 -1
- package/src/post-featured-image/index.php +4 -2
- package/src/post-template/index.php +15 -3
- package/src/post-template/style.scss +1 -7
- package/src/search/edit.js +2 -2
- package/src/search/index.php +12 -10
- package/src/search/style.scss +9 -8
- package/src/table/edit.js +2 -0
- package/src/table/save.js +6 -1
- package/src/video/edit.js +4 -0
- package/src/video/save.js +10 -2
|
@@ -2679,6 +2679,9 @@ div[data-type="core/post-featured-image"] img {
|
|
|
2679
2679
|
.wp-block-post-comments-form * {
|
|
2680
2680
|
pointer-events: none;
|
|
2681
2681
|
}
|
|
2682
|
+
.wp-block-post-comments-form *.block-editor-warning * {
|
|
2683
|
+
pointer-events: auto;
|
|
2684
|
+
}
|
|
2682
2685
|
|
|
2683
2686
|
:root .editor-styles-wrapper {
|
|
2684
2687
|
/*
|
package/build-style/editor.css
CHANGED
|
@@ -2690,6 +2690,9 @@ div[data-type="core/post-featured-image"] img {
|
|
|
2690
2690
|
.wp-block-post-comments-form * {
|
|
2691
2691
|
pointer-events: none;
|
|
2692
2692
|
}
|
|
2693
|
+
.wp-block-post-comments-form *.block-editor-warning * {
|
|
2694
|
+
pointer-events: auto;
|
|
2695
|
+
}
|
|
2693
2696
|
|
|
2694
2697
|
:root .editor-styles-wrapper {
|
|
2695
2698
|
/*
|
|
@@ -77,6 +77,9 @@
|
|
|
77
77
|
.wp-block-file {
|
|
78
78
|
margin-bottom: 1.5em;
|
|
79
79
|
}
|
|
80
|
+
.wp-block-file:not(.wp-element-button) {
|
|
81
|
+
font-size: 0.8em;
|
|
82
|
+
}
|
|
80
83
|
.wp-block-file.aligncenter {
|
|
81
84
|
text-align: center;
|
|
82
85
|
}
|
|
@@ -91,17 +94,11 @@
|
|
|
91
94
|
margin-bottom: 1em;
|
|
92
95
|
}
|
|
93
96
|
|
|
94
|
-
.wp-block-file__button {
|
|
95
|
-
background: #32373c;
|
|
97
|
+
:where(.wp-block-file__button) {
|
|
96
98
|
border-radius: 2em;
|
|
97
|
-
color: #fff;
|
|
98
|
-
font-size: 0.8em;
|
|
99
99
|
padding: 0.5em 1em;
|
|
100
100
|
}
|
|
101
|
-
.wp-block-file__button:is(a) {
|
|
102
|
-
text-decoration: none;
|
|
103
|
-
}
|
|
104
|
-
.wp-block-file__button:is(a):hover, .wp-block-file__button:is(a):visited, .wp-block-file__button:is(a):focus, .wp-block-file__button:is(a):active {
|
|
101
|
+
:where(.wp-block-file__button):is(a):hover, :where(.wp-block-file__button):is(a):visited, :where(.wp-block-file__button):is(a):focus, :where(.wp-block-file__button):is(a):active {
|
|
105
102
|
box-shadow: none;
|
|
106
103
|
color: #fff;
|
|
107
104
|
opacity: 0.85;
|
|
@@ -77,6 +77,9 @@
|
|
|
77
77
|
.wp-block-file {
|
|
78
78
|
margin-bottom: 1.5em;
|
|
79
79
|
}
|
|
80
|
+
.wp-block-file:not(.wp-element-button) {
|
|
81
|
+
font-size: 0.8em;
|
|
82
|
+
}
|
|
80
83
|
.wp-block-file.aligncenter {
|
|
81
84
|
text-align: center;
|
|
82
85
|
}
|
|
@@ -92,17 +95,11 @@
|
|
|
92
95
|
margin-bottom: 1em;
|
|
93
96
|
}
|
|
94
97
|
|
|
95
|
-
.wp-block-file__button {
|
|
96
|
-
background: #32373c;
|
|
98
|
+
:where(.wp-block-file__button) {
|
|
97
99
|
border-radius: 2em;
|
|
98
|
-
color: #fff;
|
|
99
|
-
font-size: 0.8em;
|
|
100
100
|
padding: 0.5em 1em;
|
|
101
101
|
}
|
|
102
|
-
.wp-block-file__button:is(a) {
|
|
103
|
-
text-decoration: none;
|
|
104
|
-
}
|
|
105
|
-
.wp-block-file__button:is(a):hover, .wp-block-file__button:is(a):visited, .wp-block-file__button:is(a):focus, .wp-block-file__button:is(a):active {
|
|
102
|
+
:where(.wp-block-file__button):is(a):hover, :where(.wp-block-file__button):is(a):visited, :where(.wp-block-file__button):is(a):focus, :where(.wp-block-file__button):is(a):active {
|
|
106
103
|
box-shadow: none;
|
|
107
104
|
color: #fff;
|
|
108
105
|
opacity: 0.85;
|
|
@@ -102,7 +102,6 @@
|
|
|
102
102
|
display: none;
|
|
103
103
|
}
|
|
104
104
|
.wp-block-navigation .wp-block-navigation-item__content {
|
|
105
|
-
color: inherit;
|
|
106
105
|
display: block;
|
|
107
106
|
padding: 0;
|
|
108
107
|
}
|
|
@@ -535,6 +534,15 @@ button.wp-block-navigation-item__content {
|
|
|
535
534
|
position: relative;
|
|
536
535
|
}
|
|
537
536
|
|
|
537
|
+
.has-modal-open .admin-bar .wp-block-navigation__responsive-dialog {
|
|
538
|
+
margin-top: 46px;
|
|
539
|
+
}
|
|
540
|
+
@media (min-width: 782px) {
|
|
541
|
+
.has-modal-open .admin-bar .wp-block-navigation__responsive-dialog {
|
|
542
|
+
margin-top: 32px;
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
|
|
538
546
|
html.has-modal-open {
|
|
539
547
|
overflow: hidden;
|
|
540
548
|
}
|
|
@@ -102,7 +102,6 @@
|
|
|
102
102
|
display: none;
|
|
103
103
|
}
|
|
104
104
|
.wp-block-navigation .wp-block-navigation-item__content {
|
|
105
|
-
color: inherit;
|
|
106
105
|
display: block;
|
|
107
106
|
padding: 0;
|
|
108
107
|
}
|
|
@@ -535,6 +534,15 @@ button.wp-block-navigation-item__content {
|
|
|
535
534
|
position: relative;
|
|
536
535
|
}
|
|
537
536
|
|
|
537
|
+
.has-modal-open .admin-bar .wp-block-navigation__responsive-dialog {
|
|
538
|
+
margin-top: 46px;
|
|
539
|
+
}
|
|
540
|
+
@media (min-width: 782px) {
|
|
541
|
+
.has-modal-open .admin-bar .wp-block-navigation__responsive-dialog {
|
|
542
|
+
margin-top: 32px;
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
|
|
538
546
|
html.has-modal-open {
|
|
539
547
|
overflow: hidden;
|
|
540
548
|
}
|
|
@@ -74,49 +74,40 @@
|
|
|
74
74
|
/**
|
|
75
75
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
76
76
|
*/
|
|
77
|
-
.wp-block-post-template
|
|
78
|
-
.wp-block-query-loop {
|
|
77
|
+
.wp-block-post-template {
|
|
79
78
|
margin-top: 0;
|
|
80
79
|
margin-bottom: 0;
|
|
81
80
|
max-width: 100%;
|
|
82
81
|
list-style: none;
|
|
83
82
|
padding: 0;
|
|
84
83
|
}
|
|
85
|
-
.wp-block-post-template.wp-block-post-template
|
|
86
|
-
.wp-block-query-loop.wp-block-post-template {
|
|
84
|
+
.wp-block-post-template.wp-block-post-template {
|
|
87
85
|
background: none;
|
|
88
86
|
}
|
|
89
|
-
.wp-block-post-template.is-flex-container
|
|
90
|
-
.wp-block-query-loop.is-flex-container {
|
|
87
|
+
.wp-block-post-template.is-flex-container {
|
|
91
88
|
flex-direction: row;
|
|
92
89
|
display: flex;
|
|
93
90
|
flex-wrap: wrap;
|
|
94
91
|
gap: 1.25em;
|
|
95
92
|
}
|
|
96
|
-
.wp-block-post-template.is-flex-container li
|
|
97
|
-
.wp-block-query-loop.is-flex-container li {
|
|
93
|
+
.wp-block-post-template.is-flex-container li {
|
|
98
94
|
margin: 0;
|
|
99
95
|
width: 100%;
|
|
100
96
|
}
|
|
101
97
|
@media (min-width: 600px) {
|
|
102
|
-
.wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li
|
|
103
|
-
.wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
|
|
98
|
+
.wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
|
|
104
99
|
width: calc((100% / 2) - 1.25em + (1.25em / 2));
|
|
105
100
|
}
|
|
106
|
-
.wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li
|
|
107
|
-
.wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
|
|
101
|
+
.wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
|
|
108
102
|
width: calc((100% / 3) - 1.25em + (1.25em / 3));
|
|
109
103
|
}
|
|
110
|
-
.wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li
|
|
111
|
-
.wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
|
|
104
|
+
.wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
|
|
112
105
|
width: calc((100% / 4) - 1.25em + (1.25em / 4));
|
|
113
106
|
}
|
|
114
|
-
.wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li
|
|
115
|
-
.wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
|
|
107
|
+
.wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
|
|
116
108
|
width: calc((100% / 5) - 1.25em + (1.25em / 5));
|
|
117
109
|
}
|
|
118
|
-
.wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li
|
|
119
|
-
.wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
|
|
110
|
+
.wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
|
|
120
111
|
width: calc((100% / 6) - 1.25em + (1.25em / 6));
|
|
121
112
|
}
|
|
122
113
|
}
|
|
@@ -74,49 +74,40 @@
|
|
|
74
74
|
/**
|
|
75
75
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
76
76
|
*/
|
|
77
|
-
.wp-block-post-template
|
|
78
|
-
.wp-block-query-loop {
|
|
77
|
+
.wp-block-post-template {
|
|
79
78
|
margin-top: 0;
|
|
80
79
|
margin-bottom: 0;
|
|
81
80
|
max-width: 100%;
|
|
82
81
|
list-style: none;
|
|
83
82
|
padding: 0;
|
|
84
83
|
}
|
|
85
|
-
.wp-block-post-template.wp-block-post-template
|
|
86
|
-
.wp-block-query-loop.wp-block-post-template {
|
|
84
|
+
.wp-block-post-template.wp-block-post-template {
|
|
87
85
|
background: none;
|
|
88
86
|
}
|
|
89
|
-
.wp-block-post-template.is-flex-container
|
|
90
|
-
.wp-block-query-loop.is-flex-container {
|
|
87
|
+
.wp-block-post-template.is-flex-container {
|
|
91
88
|
flex-direction: row;
|
|
92
89
|
display: flex;
|
|
93
90
|
flex-wrap: wrap;
|
|
94
91
|
gap: 1.25em;
|
|
95
92
|
}
|
|
96
|
-
.wp-block-post-template.is-flex-container li
|
|
97
|
-
.wp-block-query-loop.is-flex-container li {
|
|
93
|
+
.wp-block-post-template.is-flex-container li {
|
|
98
94
|
margin: 0;
|
|
99
95
|
width: 100%;
|
|
100
96
|
}
|
|
101
97
|
@media (min-width: 600px) {
|
|
102
|
-
.wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li
|
|
103
|
-
.wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
|
|
98
|
+
.wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
|
|
104
99
|
width: calc((100% / 2) - 1.25em + (1.25em / 2));
|
|
105
100
|
}
|
|
106
|
-
.wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li
|
|
107
|
-
.wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
|
|
101
|
+
.wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
|
|
108
102
|
width: calc((100% / 3) - 1.25em + (1.25em / 3));
|
|
109
103
|
}
|
|
110
|
-
.wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li
|
|
111
|
-
.wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
|
|
104
|
+
.wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
|
|
112
105
|
width: calc((100% / 4) - 1.25em + (1.25em / 4));
|
|
113
106
|
}
|
|
114
|
-
.wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li
|
|
115
|
-
.wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
|
|
107
|
+
.wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
|
|
116
108
|
width: calc((100% / 5) - 1.25em + (1.25em / 5));
|
|
117
109
|
}
|
|
118
|
-
.wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li
|
|
119
|
-
.wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
|
|
110
|
+
.wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
|
|
120
111
|
width: calc((100% / 6) - 1.25em + (1.25em / 6));
|
|
121
112
|
}
|
|
122
113
|
}
|
|
@@ -75,15 +75,8 @@
|
|
|
75
75
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
76
76
|
*/
|
|
77
77
|
.wp-block-search__button {
|
|
78
|
-
background: #f7f7f7;
|
|
79
|
-
border: 1px solid #ccc;
|
|
80
|
-
padding: 0.375em 0.625em;
|
|
81
|
-
color: #32373c;
|
|
82
78
|
margin-right: 0.625em;
|
|
83
79
|
word-break: normal;
|
|
84
|
-
font-size: inherit;
|
|
85
|
-
font-family: inherit;
|
|
86
|
-
line-height: inherit;
|
|
87
80
|
}
|
|
88
81
|
.wp-block-search__button.has-icon {
|
|
89
82
|
line-height: 0;
|
|
@@ -94,6 +87,11 @@
|
|
|
94
87
|
fill: currentColor;
|
|
95
88
|
}
|
|
96
89
|
|
|
90
|
+
:where(.wp-block-search__button) {
|
|
91
|
+
border: 1px solid #ccc;
|
|
92
|
+
padding: 0.375em 0.625em;
|
|
93
|
+
}
|
|
94
|
+
|
|
97
95
|
.wp-block-search__inside-wrapper {
|
|
98
96
|
display: flex;
|
|
99
97
|
flex: auto;
|
|
@@ -131,7 +129,7 @@
|
|
|
131
129
|
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
|
|
132
130
|
outline: none;
|
|
133
131
|
}
|
|
134
|
-
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__button {
|
|
132
|
+
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
|
|
135
133
|
padding: 0.125em 0.5em;
|
|
136
134
|
}
|
|
137
135
|
|
|
@@ -75,15 +75,8 @@
|
|
|
75
75
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
76
76
|
*/
|
|
77
77
|
.wp-block-search__button {
|
|
78
|
-
background: #f7f7f7;
|
|
79
|
-
border: 1px solid #ccc;
|
|
80
|
-
padding: 0.375em 0.625em;
|
|
81
|
-
color: #32373c;
|
|
82
78
|
margin-left: 0.625em;
|
|
83
79
|
word-break: normal;
|
|
84
|
-
font-size: inherit;
|
|
85
|
-
font-family: inherit;
|
|
86
|
-
line-height: inherit;
|
|
87
80
|
}
|
|
88
81
|
.wp-block-search__button.has-icon {
|
|
89
82
|
line-height: 0;
|
|
@@ -94,6 +87,11 @@
|
|
|
94
87
|
fill: currentColor;
|
|
95
88
|
}
|
|
96
89
|
|
|
90
|
+
:where(.wp-block-search__button) {
|
|
91
|
+
border: 1px solid #ccc;
|
|
92
|
+
padding: 0.375em 0.625em;
|
|
93
|
+
}
|
|
94
|
+
|
|
97
95
|
.wp-block-search__inside-wrapper {
|
|
98
96
|
display: flex;
|
|
99
97
|
flex: auto;
|
|
@@ -131,7 +129,7 @@
|
|
|
131
129
|
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
|
|
132
130
|
outline: none;
|
|
133
131
|
}
|
|
134
|
-
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__button {
|
|
132
|
+
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
|
|
135
133
|
padding: 0.125em 0.5em;
|
|
136
134
|
}
|
|
137
135
|
|
|
@@ -111,6 +111,11 @@
|
|
|
111
111
|
text-align: right;
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
+
:where(.wp-block-button__link) {
|
|
115
|
+
border-radius: 9999px;
|
|
116
|
+
padding: calc(0.667em + 2px) calc(1.333em + 2px);
|
|
117
|
+
}
|
|
118
|
+
|
|
114
119
|
.wp-block-buttons > .wp-block-button.has-custom-width {
|
|
115
120
|
max-width: none;
|
|
116
121
|
}
|
|
@@ -867,6 +872,9 @@ section.wp-block-cover-image > h2,
|
|
|
867
872
|
.wp-block-file {
|
|
868
873
|
margin-bottom: 1.5em;
|
|
869
874
|
}
|
|
875
|
+
.wp-block-file:not(.wp-element-button) {
|
|
876
|
+
font-size: 0.8em;
|
|
877
|
+
}
|
|
870
878
|
.wp-block-file.aligncenter {
|
|
871
879
|
text-align: center;
|
|
872
880
|
}
|
|
@@ -881,17 +889,11 @@ section.wp-block-cover-image > h2,
|
|
|
881
889
|
margin-bottom: 1em;
|
|
882
890
|
}
|
|
883
891
|
|
|
884
|
-
.wp-block-file__button {
|
|
885
|
-
background: #32373c;
|
|
892
|
+
:where(.wp-block-file__button) {
|
|
886
893
|
border-radius: 2em;
|
|
887
|
-
color: #fff;
|
|
888
|
-
font-size: 0.8em;
|
|
889
894
|
padding: 0.5em 1em;
|
|
890
895
|
}
|
|
891
|
-
.wp-block-file__button:is(a) {
|
|
892
|
-
text-decoration: none;
|
|
893
|
-
}
|
|
894
|
-
.wp-block-file__button:is(a):hover, .wp-block-file__button:is(a):visited, .wp-block-file__button:is(a):focus, .wp-block-file__button:is(a):active {
|
|
896
|
+
:where(.wp-block-file__button):is(a):hover, :where(.wp-block-file__button):is(a):visited, :where(.wp-block-file__button):is(a):focus, :where(.wp-block-file__button):is(a):active {
|
|
895
897
|
box-shadow: none;
|
|
896
898
|
color: #fff;
|
|
897
899
|
opacity: 0.85;
|
|
@@ -1576,7 +1578,6 @@ ul.has-background {
|
|
|
1576
1578
|
display: none;
|
|
1577
1579
|
}
|
|
1578
1580
|
.wp-block-navigation .wp-block-navigation-item__content {
|
|
1579
|
-
color: inherit;
|
|
1580
1581
|
display: block;
|
|
1581
1582
|
padding: 0;
|
|
1582
1583
|
}
|
|
@@ -2009,6 +2010,15 @@ button.wp-block-navigation-item__content {
|
|
|
2009
2010
|
position: relative;
|
|
2010
2011
|
}
|
|
2011
2012
|
|
|
2013
|
+
.has-modal-open .admin-bar .wp-block-navigation__responsive-dialog {
|
|
2014
|
+
margin-top: 46px;
|
|
2015
|
+
}
|
|
2016
|
+
@media (min-width: 782px) {
|
|
2017
|
+
.has-modal-open .admin-bar .wp-block-navigation__responsive-dialog {
|
|
2018
|
+
margin-top: 32px;
|
|
2019
|
+
}
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2012
2022
|
html.has-modal-open {
|
|
2013
2023
|
overflow: hidden;
|
|
2014
2024
|
}
|
|
@@ -2202,7 +2212,8 @@ p.has-background {
|
|
|
2202
2212
|
.wp-block-post-comments input:not([type=submit]):not([type=checkbox]) {
|
|
2203
2213
|
padding: calc(0.667em + 2px);
|
|
2204
2214
|
}
|
|
2205
|
-
|
|
2215
|
+
|
|
2216
|
+
:where(.wp-block-post-comments input[type="submit"]) {
|
|
2206
2217
|
border: none;
|
|
2207
2218
|
}
|
|
2208
2219
|
|
|
@@ -2369,49 +2380,40 @@ p.has-background {
|
|
|
2369
2380
|
color: inherit;
|
|
2370
2381
|
}
|
|
2371
2382
|
|
|
2372
|
-
.wp-block-post-template
|
|
2373
|
-
.wp-block-query-loop {
|
|
2383
|
+
.wp-block-post-template {
|
|
2374
2384
|
margin-top: 0;
|
|
2375
2385
|
margin-bottom: 0;
|
|
2376
2386
|
max-width: 100%;
|
|
2377
2387
|
list-style: none;
|
|
2378
2388
|
padding: 0;
|
|
2379
2389
|
}
|
|
2380
|
-
.wp-block-post-template.wp-block-post-template
|
|
2381
|
-
.wp-block-query-loop.wp-block-post-template {
|
|
2390
|
+
.wp-block-post-template.wp-block-post-template {
|
|
2382
2391
|
background: none;
|
|
2383
2392
|
}
|
|
2384
|
-
.wp-block-post-template.is-flex-container
|
|
2385
|
-
.wp-block-query-loop.is-flex-container {
|
|
2393
|
+
.wp-block-post-template.is-flex-container {
|
|
2386
2394
|
flex-direction: row;
|
|
2387
2395
|
display: flex;
|
|
2388
2396
|
flex-wrap: wrap;
|
|
2389
2397
|
gap: 1.25em;
|
|
2390
2398
|
}
|
|
2391
|
-
.wp-block-post-template.is-flex-container li
|
|
2392
|
-
.wp-block-query-loop.is-flex-container li {
|
|
2399
|
+
.wp-block-post-template.is-flex-container li {
|
|
2393
2400
|
margin: 0;
|
|
2394
2401
|
width: 100%;
|
|
2395
2402
|
}
|
|
2396
2403
|
@media (min-width: 600px) {
|
|
2397
|
-
.wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li
|
|
2398
|
-
.wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
|
|
2404
|
+
.wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
|
|
2399
2405
|
width: calc((100% / 2) - 1.25em + (1.25em / 2));
|
|
2400
2406
|
}
|
|
2401
|
-
.wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li
|
|
2402
|
-
.wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
|
|
2407
|
+
.wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
|
|
2403
2408
|
width: calc((100% / 3) - 1.25em + (1.25em / 3));
|
|
2404
2409
|
}
|
|
2405
|
-
.wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li
|
|
2406
|
-
.wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
|
|
2410
|
+
.wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
|
|
2407
2411
|
width: calc((100% / 4) - 1.25em + (1.25em / 4));
|
|
2408
2412
|
}
|
|
2409
|
-
.wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li
|
|
2410
|
-
.wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
|
|
2413
|
+
.wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
|
|
2411
2414
|
width: calc((100% / 5) - 1.25em + (1.25em / 5));
|
|
2412
2415
|
}
|
|
2413
|
-
.wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li
|
|
2414
|
-
.wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
|
|
2416
|
+
.wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
|
|
2415
2417
|
width: calc((100% / 6) - 1.25em + (1.25em / 6));
|
|
2416
2418
|
}
|
|
2417
2419
|
}
|
|
@@ -2525,15 +2527,8 @@ ul.wp-block-rss.is-grid li {
|
|
|
2525
2527
|
}
|
|
2526
2528
|
|
|
2527
2529
|
.wp-block-search__button {
|
|
2528
|
-
background: #f7f7f7;
|
|
2529
|
-
border: 1px solid #ccc;
|
|
2530
|
-
padding: 0.375em 0.625em;
|
|
2531
|
-
color: #32373c;
|
|
2532
2530
|
margin-right: 0.625em;
|
|
2533
2531
|
word-break: normal;
|
|
2534
|
-
font-size: inherit;
|
|
2535
|
-
font-family: inherit;
|
|
2536
|
-
line-height: inherit;
|
|
2537
2532
|
}
|
|
2538
2533
|
.wp-block-search__button.has-icon {
|
|
2539
2534
|
line-height: 0;
|
|
@@ -2544,6 +2539,11 @@ ul.wp-block-rss.is-grid li {
|
|
|
2544
2539
|
fill: currentColor;
|
|
2545
2540
|
}
|
|
2546
2541
|
|
|
2542
|
+
:where(.wp-block-search__button) {
|
|
2543
|
+
border: 1px solid #ccc;
|
|
2544
|
+
padding: 0.375em 0.625em;
|
|
2545
|
+
}
|
|
2546
|
+
|
|
2547
2547
|
.wp-block-search__inside-wrapper {
|
|
2548
2548
|
display: flex;
|
|
2549
2549
|
flex: auto;
|
|
@@ -2581,7 +2581,7 @@ ul.wp-block-rss.is-grid li {
|
|
|
2581
2581
|
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
|
|
2582
2582
|
outline: none;
|
|
2583
2583
|
}
|
|
2584
|
-
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__button {
|
|
2584
|
+
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
|
|
2585
2585
|
padding: 0.125em 0.5em;
|
|
2586
2586
|
}
|
|
2587
2587
|
|