@wordpress/block-library 9.12.1-next.082ed6819.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/CHANGELOG.md +2 -0
- 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/social-link/edit.js +35 -1
- package/build/social-link/edit.js.map +1 -1
- package/build/social-link/index.js +4 -2
- package/build/social-link/index.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/social-link/edit.js +37 -3
- package/build-module/social-link/edit.js.map +1 -1
- package/build-module/social-link/index.js +4 -2
- package/build-module/social-link/index.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 +76 -41
- package/build-style/editor.css +76 -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 +6 -2
- package/build-style/social-link/editor.css +6 -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/src/social-link/block.json +4 -2
- package/src/social-link/edit.js +40 -0
- package/src/social-link/editor.scss +5 -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
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
font-family: inherit;
|
|
106
106
|
}
|
|
107
107
|
:where(.wp-block-post-comments-form) textarea,
|
|
108
|
-
:where(.wp-block-post-comments-form) input:where(:not([type=
|
|
108
|
+
:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])) {
|
|
109
109
|
padding: calc(0.667em + 2px);
|
|
110
110
|
}
|
|
111
111
|
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
|
|
131
131
|
letter-spacing: inherit;
|
|
132
132
|
}
|
|
133
|
-
.wp-block-post-comments-form :where(input[type=
|
|
133
|
+
.wp-block-post-comments-form :where(input[type=submit]) {
|
|
134
134
|
box-shadow: none;
|
|
135
135
|
cursor: pointer;
|
|
136
136
|
display: inline-block;
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
font-family: inherit;
|
|
106
106
|
}
|
|
107
107
|
:where(.wp-block-post-comments-form) textarea,
|
|
108
|
-
:where(.wp-block-post-comments-form) input:where(:not([type=
|
|
108
|
+
:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])) {
|
|
109
109
|
padding: calc(0.667em + 2px);
|
|
110
110
|
}
|
|
111
111
|
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
|
|
131
131
|
letter-spacing: inherit;
|
|
132
132
|
}
|
|
133
|
-
.wp-block-post-comments-form :where(input[type=
|
|
133
|
+
.wp-block-post-comments-form :where(input[type=submit]) {
|
|
134
134
|
box-shadow: none;
|
|
135
135
|
cursor: pointer;
|
|
136
136
|
display: inline-block;
|
|
@@ -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-left-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-right-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-left-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-right-style: solid;
|
|
187
187
|
}
|
|
188
188
|
.wp-block-post-featured-image[style*=height] .components-placeholder {
|
|
@@ -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,10 +122,14 @@
|
|
|
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) {
|
|
130
130
|
padding: 0;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.wp-block-social-link__toolbar_content_text {
|
|
134
|
+
width: 250px;
|
|
131
135
|
}
|
|
@@ -122,10 +122,14 @@
|
|
|
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) {
|
|
130
130
|
padding: 0;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.wp-block-social-link__toolbar_content_text {
|
|
134
|
+
width: 250px;
|
|
131
135
|
}
|
|
@@ -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 {
|