@wordpress/block-library 9.13.0 → 9.13.1-next.a9f418477.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/build/block/edit.js +2 -29
- package/build/block/edit.js.map +1 -1
- package/build/cover/edit/index.js +4 -2
- package/build/cover/edit/index.js.map +1 -1
- package/build/cover/edit/inspector-controls.js +6 -4
- package/build/cover/edit/inspector-controls.js.map +1 -1
- package/build/form/index.js +1 -2
- package/build/form/index.js.map +1 -1
- package/build/form/view.js +10 -5
- package/build/form/view.js.map +1 -1
- package/build/list-item/hooks/use-merge.js +2 -2
- package/build/list-item/hooks/use-merge.js.map +1 -1
- package/build/navigation/edit/deleted-navigation-warning.js +9 -2
- package/build/navigation/edit/deleted-navigation-warning.js.map +1 -1
- package/build/navigation-link/edit.js +1 -2
- package/build/navigation-link/edit.js.map +1 -1
- package/build/navigation-submenu/edit.js +3 -1
- package/build/navigation-submenu/edit.js.map +1 -1
- package/build/pattern/recursion-detector.js +0 -1
- package/build/pattern/recursion-detector.js.map +1 -1
- package/build/query/edit/index.js +2 -2
- package/build/query/edit/index.js.map +1 -1
- package/build/query/edit/inspector-controls/author-control.js +0 -1
- package/build/query/edit/inspector-controls/author-control.js.map +1 -1
- package/build/query/edit/inspector-controls/parent-control.js +0 -1
- package/build/query/edit/inspector-controls/parent-control.js.map +1 -1
- package/build/query/edit/inspector-controls/taxonomy-controls.js +0 -1
- package/build/query/edit/inspector-controls/taxonomy-controls.js.map +1 -1
- package/build/query/edit/{pattern-selection-modal.js → pattern-selection.js} +55 -36
- package/build/query/edit/pattern-selection.js.map +1 -0
- package/build/query/edit/query-content.js +5 -8
- package/build/query/edit/query-content.js.map +1 -1
- package/build/query/edit/query-placeholder.js +5 -11
- package/build/query/edit/query-placeholder.js.map +1 -1
- package/build/query/edit/query-toolbar.js +31 -11
- package/build/query/edit/query-toolbar.js.map +1 -1
- package/build/separator/deprecated.js +2 -1
- package/build/separator/deprecated.js.map +1 -1
- package/build/separator/edit.js +29 -4
- package/build/separator/edit.js.map +1 -1
- package/build/separator/index.js +5 -0
- package/build/separator/index.js.map +1 -1
- package/build/separator/save.js +3 -2
- package/build/separator/save.js.map +1 -1
- package/build/template-part/edit/import-controls.js +0 -1
- package/build/template-part/edit/import-controls.js.map +1 -1
- package/build-module/block/edit.js +3 -30
- package/build-module/block/edit.js.map +1 -1
- package/build-module/cover/edit/index.js +4 -2
- package/build-module/cover/edit/index.js.map +1 -1
- package/build-module/cover/edit/inspector-controls.js +6 -4
- package/build-module/cover/edit/inspector-controls.js.map +1 -1
- package/build-module/form/index.js +1 -2
- package/build-module/form/index.js.map +1 -1
- package/build-module/form/view.js +10 -5
- package/build-module/form/view.js.map +1 -1
- package/build-module/list-item/hooks/use-merge.js +2 -2
- package/build-module/list-item/hooks/use-merge.js.map +1 -1
- package/build-module/navigation/edit/deleted-navigation-warning.js +10 -3
- package/build-module/navigation/edit/deleted-navigation-warning.js.map +1 -1
- package/build-module/navigation-link/edit.js +1 -2
- package/build-module/navigation-link/edit.js.map +1 -1
- package/build-module/navigation-submenu/edit.js +3 -1
- package/build-module/navigation-submenu/edit.js.map +1 -1
- package/build-module/pattern/recursion-detector.js +0 -1
- package/build-module/pattern/recursion-detector.js.map +1 -1
- package/build-module/query/edit/index.js +1 -1
- package/build-module/query/edit/index.js.map +1 -1
- package/build-module/query/edit/inspector-controls/author-control.js +0 -1
- package/build-module/query/edit/inspector-controls/author-control.js.map +1 -1
- package/build-module/query/edit/inspector-controls/parent-control.js +0 -1
- package/build-module/query/edit/inspector-controls/parent-control.js.map +1 -1
- package/build-module/query/edit/inspector-controls/taxonomy-controls.js +0 -1
- package/build-module/query/edit/inspector-controls/taxonomy-controls.js.map +1 -1
- package/build-module/query/edit/{pattern-selection-modal.js → pattern-selection.js} +53 -36
- package/build-module/query/edit/pattern-selection.js.map +1 -0
- package/build-module/query/edit/query-content.js +5 -8
- package/build-module/query/edit/query-content.js.map +1 -1
- package/build-module/query/edit/query-placeholder.js +6 -12
- package/build-module/query/edit/query-placeholder.js.map +1 -1
- package/build-module/query/edit/query-toolbar.js +31 -13
- package/build-module/query/edit/query-toolbar.js.map +1 -1
- package/build-module/separator/deprecated.js +2 -1
- package/build-module/separator/deprecated.js.map +1 -1
- package/build-module/separator/edit.js +32 -7
- package/build-module/separator/edit.js.map +1 -1
- package/build-module/separator/index.js +5 -0
- package/build-module/separator/index.js.map +1 -1
- package/build-module/separator/save.js +3 -2
- package/build-module/separator/save.js.map +1 -1
- package/build-module/template-part/edit/import-controls.js +0 -1
- package/build-module/template-part/edit/import-controls.js.map +1 -1
- package/build-style/button/style-rtl.css +3 -3
- package/build-style/button/style.css +3 -3
- package/build-style/comments/editor-rtl.css +1 -1
- package/build-style/comments/editor.css +1 -1
- package/build-style/comments/style-rtl.css +1 -1
- package/build-style/comments/style.css +1 -1
- package/build-style/comments-pagination/editor-rtl.css +1 -0
- package/build-style/comments-pagination/editor.css +1 -0
- package/build-style/comments-pagination/style-rtl.css +1 -0
- package/build-style/comments-pagination/style.css +1 -0
- package/build-style/common-rtl.css +17 -17
- package/build-style/common.css +17 -17
- package/build-style/editor-rtl.css +72 -41
- package/build-style/editor.css +72 -41
- package/build-style/gallery/style-rtl.css +2 -2
- package/build-style/gallery/style.css +2 -2
- package/build-style/heading/style-rtl.css +11 -11
- package/build-style/heading/style.css +11 -11
- package/build-style/image/style-rtl.css +4 -3
- package/build-style/image/style.css +4 -3
- package/build-style/latest-comments/style-rtl.css +4 -4
- package/build-style/latest-comments/style.css +4 -4
- package/build-style/latest-posts/style-rtl.css +2 -1
- package/build-style/latest-posts/style.css +2 -1
- package/build-style/more/editor-rtl.css +1 -1
- package/build-style/more/editor.css +1 -1
- package/build-style/nextpage/editor-rtl.css +1 -1
- package/build-style/nextpage/editor.css +1 -1
- package/build-style/post-comments-form/style-rtl.css +2 -2
- package/build-style/post-comments-form/style.css +2 -2
- package/build-style/post-featured-image/editor-rtl.css +27 -27
- package/build-style/post-featured-image/editor.css +27 -27
- package/build-style/pullquote/style-rtl.css +1 -0
- package/build-style/pullquote/style.css +1 -0
- package/build-style/query/editor-rtl.css +30 -0
- package/build-style/query/editor.css +30 -0
- package/build-style/read-more/style-rtl.css +2 -2
- package/build-style/read-more/style.css +2 -2
- package/build-style/social-link/editor-rtl.css +2 -2
- package/build-style/social-link/editor.css +2 -2
- package/build-style/social-links/editor-rtl.css +2 -2
- package/build-style/social-links/editor.css +2 -2
- package/build-style/social-links/style-rtl.css +2 -2
- package/build-style/social-links/style.css +2 -2
- package/build-style/style-rtl.css +55 -51
- package/build-style/style.css +55 -51
- package/build-style/text-columns/style-rtl.css +3 -3
- package/build-style/text-columns/style.css +3 -3
- package/build-types/lock-unlock.d.ts +1 -1
- package/build-types/lock-unlock.d.ts.map +1 -1
- package/package.json +35 -34
- package/src/block/edit.js +6 -51
- package/src/comments-pagination/editor.scss +1 -0
- package/src/comments-pagination/style.scss +1 -0
- package/src/cover/edit/index.js +4 -1
- package/src/cover/edit/inspector-controls.js +10 -3
- package/src/cover/index.php +2 -2
- package/src/form/block.json +1 -2
- package/src/form/index.php +1 -20
- package/src/form/view.js +18 -5
- package/src/image/style.scss +4 -3
- package/src/latest-posts/style.scss +2 -1
- package/src/list-item/hooks/use-merge.js +2 -2
- package/src/missing/test/edit.native.js +0 -1
- package/src/navigation/README.md +1 -0
- package/src/navigation/edit/deleted-navigation-warning.js +11 -2
- package/src/navigation/index.php +9 -35
- package/src/navigation-link/edit.js +0 -6
- package/src/navigation-submenu/edit.js +5 -6
- package/src/navigation-submenu/index.php +17 -1
- package/src/pullquote/style.scss +1 -0
- package/src/query/edit/index.js +1 -1
- package/src/query/edit/{pattern-selection-modal.js → pattern-selection.js} +53 -33
- package/src/query/edit/query-content.js +4 -10
- package/src/query/edit/query-placeholder.js +5 -14
- package/src/query/edit/query-toolbar.js +38 -17
- package/src/query/editor.scss +30 -0
- package/src/search/index.php +3 -3
- package/src/separator/block.json +5 -0
- package/src/separator/deprecated.js +1 -0
- package/src/separator/edit.js +28 -3
- package/src/separator/save.js +2 -2
- package/src/separator/test/edit.js +1 -0
- package/tsconfig.tsbuildinfo +1 -1
- package/build/query/edit/pattern-selection-modal.js.map +0 -1
- package/build-module/query/edit/pattern-selection-modal.js.map +0 -1
|
@@ -140,49 +140,49 @@
|
|
|
140
140
|
.wp-block-post-featured-image img:where(.has-border-color) {
|
|
141
141
|
border-style: solid;
|
|
142
142
|
}
|
|
143
|
-
.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=
|
|
144
|
-
.wp-block-post-featured-image .components-placeholder:where([style*=
|
|
145
|
-
.wp-block-post-featured-image img:where([style*=
|
|
143
|
+
.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-top-color]),
|
|
144
|
+
.wp-block-post-featured-image .components-placeholder:where([style*=border-top-color]),
|
|
145
|
+
.wp-block-post-featured-image img:where([style*=border-top-color]) {
|
|
146
146
|
border-top-style: solid;
|
|
147
147
|
}
|
|
148
|
-
.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=
|
|
149
|
-
.wp-block-post-featured-image .components-placeholder:where([style*=
|
|
150
|
-
.wp-block-post-featured-image img:where([style*=
|
|
148
|
+
.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-right-color]),
|
|
149
|
+
.wp-block-post-featured-image .components-placeholder:where([style*=border-right-color]),
|
|
150
|
+
.wp-block-post-featured-image img:where([style*=border-right-color]) {
|
|
151
151
|
border-right-style: solid;
|
|
152
152
|
}
|
|
153
|
-
.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=
|
|
154
|
-
.wp-block-post-featured-image .components-placeholder:where([style*=
|
|
155
|
-
.wp-block-post-featured-image img:where([style*=
|
|
153
|
+
.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-bottom-color]),
|
|
154
|
+
.wp-block-post-featured-image .components-placeholder:where([style*=border-bottom-color]),
|
|
155
|
+
.wp-block-post-featured-image img:where([style*=border-bottom-color]) {
|
|
156
156
|
border-bottom-style: solid;
|
|
157
157
|
}
|
|
158
|
-
.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=
|
|
159
|
-
.wp-block-post-featured-image .components-placeholder:where([style*=
|
|
160
|
-
.wp-block-post-featured-image img:where([style*=
|
|
158
|
+
.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-left-color]),
|
|
159
|
+
.wp-block-post-featured-image .components-placeholder:where([style*=border-left-color]),
|
|
160
|
+
.wp-block-post-featured-image img:where([style*=border-left-color]) {
|
|
161
161
|
border-left-style: solid;
|
|
162
162
|
}
|
|
163
|
-
.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=
|
|
164
|
-
.wp-block-post-featured-image .components-placeholder:where([style*=
|
|
165
|
-
.wp-block-post-featured-image img:where([style*=
|
|
163
|
+
.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-width]),
|
|
164
|
+
.wp-block-post-featured-image .components-placeholder:where([style*=border-width]),
|
|
165
|
+
.wp-block-post-featured-image img:where([style*=border-width]) {
|
|
166
166
|
border-style: solid;
|
|
167
167
|
}
|
|
168
|
-
.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=
|
|
169
|
-
.wp-block-post-featured-image .components-placeholder:where([style*=
|
|
170
|
-
.wp-block-post-featured-image img:where([style*=
|
|
168
|
+
.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-top-width]),
|
|
169
|
+
.wp-block-post-featured-image .components-placeholder:where([style*=border-top-width]),
|
|
170
|
+
.wp-block-post-featured-image img:where([style*=border-top-width]) {
|
|
171
171
|
border-top-style: solid;
|
|
172
172
|
}
|
|
173
|
-
.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=
|
|
174
|
-
.wp-block-post-featured-image .components-placeholder:where([style*=
|
|
175
|
-
.wp-block-post-featured-image img:where([style*=
|
|
173
|
+
.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-right-width]),
|
|
174
|
+
.wp-block-post-featured-image .components-placeholder:where([style*=border-right-width]),
|
|
175
|
+
.wp-block-post-featured-image img:where([style*=border-right-width]) {
|
|
176
176
|
border-right-style: solid;
|
|
177
177
|
}
|
|
178
|
-
.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=
|
|
179
|
-
.wp-block-post-featured-image .components-placeholder:where([style*=
|
|
180
|
-
.wp-block-post-featured-image img:where([style*=
|
|
178
|
+
.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-bottom-width]),
|
|
179
|
+
.wp-block-post-featured-image .components-placeholder:where([style*=border-bottom-width]),
|
|
180
|
+
.wp-block-post-featured-image img:where([style*=border-bottom-width]) {
|
|
181
181
|
border-bottom-style: solid;
|
|
182
182
|
}
|
|
183
|
-
.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=
|
|
184
|
-
.wp-block-post-featured-image .components-placeholder:where([style*=
|
|
185
|
-
.wp-block-post-featured-image img:where([style*=
|
|
183
|
+
.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-left-width]),
|
|
184
|
+
.wp-block-post-featured-image .components-placeholder:where([style*=border-left-width]),
|
|
185
|
+
.wp-block-post-featured-image img:where([style*=border-left-width]) {
|
|
186
186
|
border-left-style: solid;
|
|
187
187
|
}
|
|
188
188
|
.wp-block-post-featured-image[style*=height] .components-placeholder {
|
|
@@ -139,6 +139,10 @@
|
|
|
139
139
|
z-index: 2;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
+
.block-library-query-toolspanel__design .block-library-query-pattern__selection-content {
|
|
143
|
+
margin-top: 8px;
|
|
144
|
+
}
|
|
145
|
+
|
|
142
146
|
@media (min-width: 600px) {
|
|
143
147
|
.wp-block-query__enhanced-pagination-modal {
|
|
144
148
|
max-width: 480px;
|
|
@@ -147,4 +151,30 @@
|
|
|
147
151
|
|
|
148
152
|
.wp-block-query__enhanced-pagination-notice {
|
|
149
153
|
margin: 0;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.block-editor-block-settings-menu__popover.is-expanded {
|
|
157
|
+
overflow-y: scroll;
|
|
158
|
+
}
|
|
159
|
+
.block-editor-block-settings-menu__popover .block-library-query-pattern__selection-content {
|
|
160
|
+
height: 100%;
|
|
161
|
+
}
|
|
162
|
+
.block-editor-block-settings-menu__popover .block-editor-block-patterns-list {
|
|
163
|
+
display: grid;
|
|
164
|
+
grid-template-columns: 1fr;
|
|
165
|
+
grid-gap: 12px;
|
|
166
|
+
min-width: 280px;
|
|
167
|
+
}
|
|
168
|
+
@media (min-width: 600px) {
|
|
169
|
+
.block-editor-block-settings-menu__popover .block-editor-block-patterns-list {
|
|
170
|
+
grid-template-columns: 1fr 1fr;
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
@media (min-width: 600px) {
|
|
174
|
+
.block-editor-block-settings-menu__popover .block-editor-block-patterns-list {
|
|
175
|
+
min-width: 480px;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
.block-editor-block-settings-menu__popover .block-editor-block-patterns-list__list-item {
|
|
179
|
+
margin-bottom: 0;
|
|
150
180
|
}
|
|
@@ -139,6 +139,10 @@
|
|
|
139
139
|
z-index: 2;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
+
.block-library-query-toolspanel__design .block-library-query-pattern__selection-content {
|
|
143
|
+
margin-top: 8px;
|
|
144
|
+
}
|
|
145
|
+
|
|
142
146
|
@media (min-width: 600px) {
|
|
143
147
|
.wp-block-query__enhanced-pagination-modal {
|
|
144
148
|
max-width: 480px;
|
|
@@ -147,4 +151,30 @@
|
|
|
147
151
|
|
|
148
152
|
.wp-block-query__enhanced-pagination-notice {
|
|
149
153
|
margin: 0;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.block-editor-block-settings-menu__popover.is-expanded {
|
|
157
|
+
overflow-y: scroll;
|
|
158
|
+
}
|
|
159
|
+
.block-editor-block-settings-menu__popover .block-library-query-pattern__selection-content {
|
|
160
|
+
height: 100%;
|
|
161
|
+
}
|
|
162
|
+
.block-editor-block-settings-menu__popover .block-editor-block-patterns-list {
|
|
163
|
+
display: grid;
|
|
164
|
+
grid-template-columns: 1fr;
|
|
165
|
+
grid-gap: 12px;
|
|
166
|
+
min-width: 280px;
|
|
167
|
+
}
|
|
168
|
+
@media (min-width: 600px) {
|
|
169
|
+
.block-editor-block-settings-menu__popover .block-editor-block-patterns-list {
|
|
170
|
+
grid-template-columns: 1fr 1fr;
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
@media (min-width: 600px) {
|
|
174
|
+
.block-editor-block-settings-menu__popover .block-editor-block-patterns-list {
|
|
175
|
+
min-width: 480px;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
.block-editor-block-settings-menu__popover .block-editor-block-patterns-list__list-item {
|
|
179
|
+
margin-bottom: 0;
|
|
150
180
|
}
|
|
@@ -103,9 +103,9 @@
|
|
|
103
103
|
width: -moz-fit-content;
|
|
104
104
|
width: fit-content;
|
|
105
105
|
}
|
|
106
|
-
.wp-block-read-more:where(:not([style*=
|
|
106
|
+
.wp-block-read-more:where(:not([style*=text-decoration])) {
|
|
107
107
|
text-decoration: none;
|
|
108
108
|
}
|
|
109
|
-
.wp-block-read-more:where(:not([style*=
|
|
109
|
+
.wp-block-read-more:where(:not([style*=text-decoration])):focus, .wp-block-read-more:where(:not([style*=text-decoration])):active {
|
|
110
110
|
text-decoration: none;
|
|
111
111
|
}
|
|
@@ -103,9 +103,9 @@
|
|
|
103
103
|
width: -moz-fit-content;
|
|
104
104
|
width: fit-content;
|
|
105
105
|
}
|
|
106
|
-
.wp-block-read-more:where(:not([style*=
|
|
106
|
+
.wp-block-read-more:where(:not([style*=text-decoration])) {
|
|
107
107
|
text-decoration: none;
|
|
108
108
|
}
|
|
109
|
-
.wp-block-read-more:where(:not([style*=
|
|
109
|
+
.wp-block-read-more:where(:not([style*=text-decoration])):focus, .wp-block-read-more:where(:not([style*=text-decoration])):active {
|
|
110
110
|
text-decoration: none;
|
|
111
111
|
}
|
|
@@ -122,8 +122,8 @@
|
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link button) {
|
|
125
|
-
padding-right:
|
|
126
|
-
padding-left:
|
|
125
|
+
padding-right: 0.6666666667em;
|
|
126
|
+
padding-left: 0.6666666667em;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link button) {
|
|
@@ -122,8 +122,8 @@
|
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link button) {
|
|
125
|
-
padding-left:
|
|
126
|
-
padding-right:
|
|
125
|
+
padding-left: 0.6666666667em;
|
|
126
|
+
padding-right: 0.6666666667em;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link button) {
|
|
@@ -117,8 +117,8 @@
|
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
:root :where(.wp-block-social-links.is-style-pill-shape .wp-block-social-links__social-placeholder .wp-social-link) {
|
|
120
|
-
padding-right:
|
|
121
|
-
padding-left:
|
|
120
|
+
padding-right: 0.6666666667em;
|
|
121
|
+
padding-left: 0.6666666667em;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
.wp-block-social-links__social-placeholder {
|
|
@@ -117,8 +117,8 @@
|
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
:root :where(.wp-block-social-links.is-style-pill-shape .wp-block-social-links__social-placeholder .wp-social-link) {
|
|
120
|
-
padding-left:
|
|
121
|
-
padding-right:
|
|
120
|
+
padding-left: 0.6666666667em;
|
|
121
|
+
padding-right: 0.6666666667em;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
.wp-block-social-links__social-placeholder {
|
|
@@ -510,8 +510,8 @@
|
|
|
510
510
|
}
|
|
511
511
|
|
|
512
512
|
:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
|
|
513
|
-
padding-right:
|
|
514
|
-
padding-left:
|
|
513
|
+
padding-right: 0.6666666667em;
|
|
514
|
+
padding-left: 0.6666666667em;
|
|
515
515
|
}
|
|
516
516
|
|
|
517
517
|
.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
|
|
@@ -510,8 +510,8 @@
|
|
|
510
510
|
}
|
|
511
511
|
|
|
512
512
|
:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
|
|
513
|
-
padding-left:
|
|
514
|
-
padding-right:
|
|
513
|
+
padding-left: 0.6666666667em;
|
|
514
|
+
padding-right: 0.6666666667em;
|
|
515
515
|
}
|
|
516
516
|
|
|
517
517
|
.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
|
|
@@ -168,13 +168,13 @@
|
|
|
168
168
|
font-size: inherit;
|
|
169
169
|
}
|
|
170
170
|
.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
|
|
171
|
-
width: calc(25% -
|
|
171
|
+
width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
|
|
172
172
|
}
|
|
173
173
|
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
|
|
174
|
-
width: calc(50% -
|
|
174
|
+
width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
|
|
175
175
|
}
|
|
176
176
|
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
|
|
177
|
-
width: calc(75% -
|
|
177
|
+
width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
|
|
178
178
|
}
|
|
179
179
|
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
|
|
180
180
|
width: 100%;
|
|
@@ -531,7 +531,7 @@
|
|
|
531
531
|
padding: calc(0.667em + 2px);
|
|
532
532
|
}
|
|
533
533
|
|
|
534
|
-
:where(.wp-block-post-comments input[type=
|
|
534
|
+
:where(.wp-block-post-comments input[type=submit]) {
|
|
535
535
|
border: none;
|
|
536
536
|
}
|
|
537
537
|
|
|
@@ -544,6 +544,7 @@
|
|
|
544
544
|
.wp-block-comments-pagination > .wp-block-comments-pagination-numbers {
|
|
545
545
|
margin-right: 0.5em;
|
|
546
546
|
margin-bottom: 0.5em;
|
|
547
|
+
font-size: inherit;
|
|
547
548
|
}
|
|
548
549
|
.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child,
|
|
549
550
|
.wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child,
|
|
@@ -1399,7 +1400,7 @@ figure.wp-block-gallery.has-nested-images {
|
|
|
1399
1400
|
}
|
|
1400
1401
|
|
|
1401
1402
|
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
|
|
1402
|
-
width: calc(50% -
|
|
1403
|
+
width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
|
|
1403
1404
|
margin: 0;
|
|
1404
1405
|
}
|
|
1405
1406
|
.wp-block-gallery.has-nested-images figure.wp-block-image {
|
|
@@ -1555,7 +1556,7 @@ figure.wp-block-gallery.has-nested-images {
|
|
|
1555
1556
|
}
|
|
1556
1557
|
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
|
|
1557
1558
|
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
|
|
1558
|
-
width: calc(50% -
|
|
1559
|
+
width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
|
|
1559
1560
|
}
|
|
1560
1561
|
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(1) {
|
|
1561
1562
|
width: 100%;
|
|
@@ -1585,21 +1586,22 @@ h5.has-background,
|
|
|
1585
1586
|
h6.has-background {
|
|
1586
1587
|
padding: 1.25em 2.375em;
|
|
1587
1588
|
}
|
|
1588
|
-
h1.has-text-align-right[style*=writing-mode]:where([style*=
|
|
1589
|
-
h2.has-text-align-right[style*=writing-mode]:where([style*=
|
|
1590
|
-
h2.has-text-align-left[style*=writing-mode]:where([style*=
|
|
1591
|
-
h3.has-text-align-right[style*=writing-mode]:where([style*=
|
|
1592
|
-
h3.has-text-align-left[style*=writing-mode]:where([style*=
|
|
1593
|
-
h4.has-text-align-right[style*=writing-mode]:where([style*=
|
|
1594
|
-
h4.has-text-align-left[style*=writing-mode]:where([style*=
|
|
1595
|
-
h5.has-text-align-right[style*=writing-mode]:where([style*=
|
|
1596
|
-
h5.has-text-align-left[style*=writing-mode]:where([style*=
|
|
1597
|
-
h6.has-text-align-right[style*=writing-mode]:where([style*=
|
|
1598
|
-
h6.has-text-align-left[style*=writing-mode]:where([style*=
|
|
1589
|
+
h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
|
1590
|
+
h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
|
1591
|
+
h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
|
1592
|
+
h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
|
1593
|
+
h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
|
1594
|
+
h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
|
1595
|
+
h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
|
1596
|
+
h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
|
1597
|
+
h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
|
1598
|
+
h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
|
1599
|
+
h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]) {
|
|
1599
1600
|
rotate: 180deg;
|
|
1600
1601
|
}
|
|
1601
1602
|
|
|
1602
|
-
.wp-block-image a
|
|
1603
|
+
.wp-block-image > a,
|
|
1604
|
+
.wp-block-image > figure > a {
|
|
1603
1605
|
display: inline-block;
|
|
1604
1606
|
}
|
|
1605
1607
|
.wp-block-image img {
|
|
@@ -1626,7 +1628,7 @@ h6.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]) {
|
|
|
1626
1628
|
.wp-block-image.aligncenter {
|
|
1627
1629
|
text-align: center;
|
|
1628
1630
|
}
|
|
1629
|
-
.wp-block-image.alignfull a, .wp-block-image.alignwide a {
|
|
1631
|
+
.wp-block-image.alignfull > a, .wp-block-image.alignwide > a {
|
|
1630
1632
|
width: 100%;
|
|
1631
1633
|
}
|
|
1632
1634
|
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
|
|
@@ -1814,7 +1816,7 @@ h6.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]) {
|
|
|
1814
1816
|
height: 100%;
|
|
1815
1817
|
position: absolute;
|
|
1816
1818
|
z-index: 2000000;
|
|
1817
|
-
background-color:
|
|
1819
|
+
background-color: rgb(255, 255, 255);
|
|
1818
1820
|
opacity: 0.9;
|
|
1819
1821
|
}
|
|
1820
1822
|
.wp-lightbox-overlay.active {
|
|
@@ -1918,16 +1920,16 @@ ol.wp-block-latest-comments {
|
|
|
1918
1920
|
box-sizing: border-box;
|
|
1919
1921
|
}
|
|
1920
1922
|
|
|
1921
|
-
:where(.wp-block-latest-comments:not([style*=
|
|
1923
|
+
:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
|
|
1922
1924
|
line-height: 1.1;
|
|
1923
1925
|
}
|
|
1924
1926
|
|
|
1925
|
-
:where(.wp-block-latest-comments:not([style*=
|
|
1927
|
+
:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
|
|
1926
1928
|
line-height: 1.8;
|
|
1927
1929
|
}
|
|
1928
1930
|
|
|
1929
|
-
.has-dates :where(.wp-block-latest-comments:not([style*=
|
|
1930
|
-
.has-excerpts :where(.wp-block-latest-comments:not([style*=
|
|
1931
|
+
.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),
|
|
1932
|
+
.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
|
|
1931
1933
|
line-height: 1.5;
|
|
1932
1934
|
}
|
|
1933
1935
|
|
|
@@ -2043,7 +2045,8 @@ ol.wp-block-latest-comments {
|
|
|
2043
2045
|
font-size: 0.8125em;
|
|
2044
2046
|
}
|
|
2045
2047
|
|
|
2046
|
-
.wp-block-latest-posts__post-excerpt
|
|
2048
|
+
.wp-block-latest-posts__post-excerpt,
|
|
2049
|
+
.wp-block-latest-posts__post-full-content {
|
|
2047
2050
|
margin-top: 0.5em;
|
|
2048
2051
|
margin-bottom: 1em;
|
|
2049
2052
|
}
|
|
@@ -2856,7 +2859,7 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
2856
2859
|
font-family: inherit;
|
|
2857
2860
|
}
|
|
2858
2861
|
:where(.wp-block-post-comments-form) textarea,
|
|
2859
|
-
:where(.wp-block-post-comments-form) input:where(:not([type=
|
|
2862
|
+
:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])) {
|
|
2860
2863
|
padding: calc(0.667em + 2px);
|
|
2861
2864
|
}
|
|
2862
2865
|
|
|
@@ -2881,7 +2884,7 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
2881
2884
|
.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
|
|
2882
2885
|
letter-spacing: inherit;
|
|
2883
2886
|
}
|
|
2884
|
-
.wp-block-post-comments-form :where(input[type=
|
|
2887
|
+
.wp-block-post-comments-form :where(input[type=submit]) {
|
|
2885
2888
|
box-shadow: none;
|
|
2886
2889
|
cursor: pointer;
|
|
2887
2890
|
display: inline-block;
|
|
@@ -3127,6 +3130,7 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
3127
3130
|
|
|
3128
3131
|
.wp-block-pullquote cite {
|
|
3129
3132
|
color: inherit;
|
|
3133
|
+
display: block;
|
|
3130
3134
|
}
|
|
3131
3135
|
|
|
3132
3136
|
.wp-block-post-template {
|
|
@@ -3245,10 +3249,10 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
3245
3249
|
width: -moz-fit-content;
|
|
3246
3250
|
width: fit-content;
|
|
3247
3251
|
}
|
|
3248
|
-
.wp-block-read-more:where(:not([style*=
|
|
3252
|
+
.wp-block-read-more:where(:not([style*=text-decoration])) {
|
|
3249
3253
|
text-decoration: none;
|
|
3250
3254
|
}
|
|
3251
|
-
.wp-block-read-more:where(:not([style*=
|
|
3255
|
+
.wp-block-read-more:where(:not([style*=text-decoration])):focus, .wp-block-read-more:where(:not([style*=text-decoration])):active {
|
|
3252
3256
|
text-decoration: none;
|
|
3253
3257
|
}
|
|
3254
3258
|
|
|
@@ -3897,8 +3901,8 @@ ul.wp-block-rss.is-grid li {
|
|
|
3897
3901
|
}
|
|
3898
3902
|
|
|
3899
3903
|
:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
|
|
3900
|
-
padding-right:
|
|
3901
|
-
padding-left:
|
|
3904
|
+
padding-right: 0.6666666667em;
|
|
3905
|
+
padding-left: 0.6666666667em;
|
|
3902
3906
|
}
|
|
3903
3907
|
|
|
3904
3908
|
.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
|
|
@@ -4107,13 +4111,13 @@ ul.wp-block-rss.is-grid li {
|
|
|
4107
4111
|
margin-left: 0;
|
|
4108
4112
|
}
|
|
4109
4113
|
.wp-block-text-columns.columns-2 .wp-block-column {
|
|
4110
|
-
width:
|
|
4114
|
+
width: 50%;
|
|
4111
4115
|
}
|
|
4112
4116
|
.wp-block-text-columns.columns-3 .wp-block-column {
|
|
4113
|
-
width:
|
|
4117
|
+
width: 33.3333333333%;
|
|
4114
4118
|
}
|
|
4115
4119
|
.wp-block-text-columns.columns-4 .wp-block-column {
|
|
4116
|
-
width:
|
|
4120
|
+
width: 25%;
|
|
4117
4121
|
}
|
|
4118
4122
|
|
|
4119
4123
|
pre.wp-block-verse {
|
|
@@ -4191,25 +4195,25 @@ a[data-fn].fn::after {
|
|
|
4191
4195
|
color: #313131;
|
|
4192
4196
|
}
|
|
4193
4197
|
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
|
|
4194
|
-
background: linear-gradient(-135deg,
|
|
4198
|
+
background: linear-gradient(-135deg, rgb(0, 208, 132) 0%, rgb(6, 147, 227) 100%);
|
|
4195
4199
|
}
|
|
4196
4200
|
:root .has-purple-crush-gradient-background {
|
|
4197
|
-
background: linear-gradient(-135deg,
|
|
4201
|
+
background: linear-gradient(-135deg, rgb(52, 226, 228) 0%, rgb(71, 33, 251) 50%, rgb(171, 29, 254) 100%);
|
|
4198
4202
|
}
|
|
4199
4203
|
:root .has-hazy-dawn-gradient-background {
|
|
4200
|
-
background: linear-gradient(-135deg,
|
|
4204
|
+
background: linear-gradient(-135deg, rgb(250, 172, 168) 0%, rgb(218, 208, 236) 100%);
|
|
4201
4205
|
}
|
|
4202
4206
|
:root .has-subdued-olive-gradient-background {
|
|
4203
|
-
background: linear-gradient(-135deg,
|
|
4207
|
+
background: linear-gradient(-135deg, rgb(250, 250, 225) 0%, rgb(103, 166, 113) 100%);
|
|
4204
4208
|
}
|
|
4205
4209
|
:root .has-atomic-cream-gradient-background {
|
|
4206
|
-
background: linear-gradient(-135deg,
|
|
4210
|
+
background: linear-gradient(-135deg, rgb(253, 215, 154) 0%, rgb(0, 74, 89) 100%);
|
|
4207
4211
|
}
|
|
4208
4212
|
:root .has-nightshade-gradient-background {
|
|
4209
|
-
background: linear-gradient(-135deg,
|
|
4213
|
+
background: linear-gradient(-135deg, rgb(51, 9, 104) 0%, rgb(49, 205, 207) 100%);
|
|
4210
4214
|
}
|
|
4211
4215
|
:root .has-midnight-gradient-background {
|
|
4212
|
-
background: linear-gradient(-135deg,
|
|
4216
|
+
background: linear-gradient(-135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
|
|
4213
4217
|
}
|
|
4214
4218
|
|
|
4215
4219
|
.has-regular-font-size {
|
|
@@ -4307,46 +4311,46 @@ html :where(.has-border-color) {
|
|
|
4307
4311
|
border-style: solid;
|
|
4308
4312
|
}
|
|
4309
4313
|
|
|
4310
|
-
html :where([style*=
|
|
4314
|
+
html :where([style*=border-top-color]) {
|
|
4311
4315
|
border-top-style: solid;
|
|
4312
4316
|
}
|
|
4313
4317
|
|
|
4314
|
-
html :where([style*=
|
|
4318
|
+
html :where([style*=border-right-color]) {
|
|
4315
4319
|
border-left-style: solid;
|
|
4316
4320
|
}
|
|
4317
4321
|
|
|
4318
|
-
html :where([style*=
|
|
4322
|
+
html :where([style*=border-bottom-color]) {
|
|
4319
4323
|
border-bottom-style: solid;
|
|
4320
4324
|
}
|
|
4321
4325
|
|
|
4322
|
-
html :where([style*=
|
|
4326
|
+
html :where([style*=border-left-color]) {
|
|
4323
4327
|
border-right-style: solid;
|
|
4324
4328
|
}
|
|
4325
4329
|
|
|
4326
|
-
html :where([style*=
|
|
4330
|
+
html :where([style*=border-width]) {
|
|
4327
4331
|
border-style: solid;
|
|
4328
4332
|
}
|
|
4329
4333
|
|
|
4330
|
-
html :where([style*=
|
|
4334
|
+
html :where([style*=border-top-width]) {
|
|
4331
4335
|
border-top-style: solid;
|
|
4332
4336
|
}
|
|
4333
4337
|
|
|
4334
|
-
html :where([style*=
|
|
4338
|
+
html :where([style*=border-right-width]) {
|
|
4335
4339
|
border-left-style: solid;
|
|
4336
4340
|
}
|
|
4337
4341
|
|
|
4338
|
-
html :where([style*=
|
|
4342
|
+
html :where([style*=border-bottom-width]) {
|
|
4339
4343
|
border-bottom-style: solid;
|
|
4340
4344
|
}
|
|
4341
4345
|
|
|
4342
|
-
html :where([style*=
|
|
4346
|
+
html :where([style*=border-left-width]) {
|
|
4343
4347
|
border-right-style: solid;
|
|
4344
4348
|
}
|
|
4345
4349
|
|
|
4346
4350
|
/**
|
|
4347
4351
|
* Provide baseline responsiveness for images.
|
|
4348
4352
|
*/
|
|
4349
|
-
html :where(img[class*=
|
|
4353
|
+
html :where(img[class*=wp-image-]) {
|
|
4350
4354
|
height: auto;
|
|
4351
4355
|
max-width: 100%;
|
|
4352
4356
|
}
|