@wordpress/block-library 9.30.0 → 9.30.1-next.6f42e1382.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/accordion-content/edit.js +8 -8
- package/build/accordion-content/edit.js.map +1 -1
- package/build/accordion-content/index.js +2 -1
- package/build/accordion-content/index.js.map +1 -1
- package/build/accordion-panel/index.js +2 -1
- package/build/accordion-panel/index.js.map +1 -1
- package/build/buttons/index.js +2 -1
- package/build/buttons/index.js.map +1 -1
- package/build/categories/edit.js +3 -1
- package/build/categories/edit.js.map +1 -1
- package/build/index.js +4 -0
- package/build/index.js.map +1 -1
- package/build/navigation/constants.js +5 -1
- package/build/navigation/constants.js.map +1 -1
- package/build/navigation/edit/index.js +45 -1
- package/build/navigation/edit/index.js.map +1 -1
- package/build/navigation/edit/leaf-more-menu.js +0 -1
- package/build/navigation/edit/leaf-more-menu.js.map +1 -1
- package/build/navigation/edit/menu-inspector-controls.js +40 -5
- package/build/navigation/edit/menu-inspector-controls.js.map +1 -1
- package/build/navigation-link/block-inserter.js +69 -0
- package/build/navigation-link/block-inserter.js.map +1 -0
- package/build/navigation-link/dialog-wrapper.js +80 -0
- package/build/navigation-link/dialog-wrapper.js.map +1 -0
- package/build/navigation-link/link-ui.js +80 -120
- package/build/navigation-link/link-ui.js.map +1 -1
- package/build/navigation-link/page-creator.js +137 -0
- package/build/navigation-link/page-creator.js.map +1 -0
- package/build/search/edit.js +22 -14
- package/build/search/edit.js.map +1 -1
- package/build/social-links/index.js +2 -1
- package/build/social-links/index.js.map +1 -1
- package/build/table-of-contents/edit.js +33 -9
- package/build/table-of-contents/edit.js.map +1 -1
- package/build/table-of-contents/index.js +4 -0
- package/build/table-of-contents/index.js.map +1 -1
- package/build/table-of-contents/list.js +6 -3
- package/build/table-of-contents/list.js.map +1 -1
- package/build/table-of-contents/save.js +6 -3
- package/build/table-of-contents/save.js.map +1 -1
- package/build/term-template/edit.js +318 -0
- package/build/term-template/edit.js.map +1 -0
- package/build/term-template/index.js +109 -0
- package/build/term-template/index.js.map +1 -0
- package/build/term-template/save.js +16 -0
- package/build/term-template/save.js.map +1 -0
- package/build/term-template/variations.js +83 -0
- package/build/term-template/variations.js.map +1 -0
- package/build/terms-query/edit.js +20 -0
- package/build/terms-query/edit.js.map +1 -0
- package/build/terms-query/index.js +83 -0
- package/build/terms-query/index.js.map +1 -0
- package/build/terms-query/inspector-controls.js +246 -0
- package/build/terms-query/inspector-controls.js.map +1 -0
- package/build/terms-query/save.js +24 -0
- package/build/terms-query/save.js.map +1 -0
- package/build/terms-query/terms-query-content.js +71 -0
- package/build/terms-query/terms-query-content.js.map +1 -0
- package/build-module/accordion-content/edit.js +8 -8
- package/build-module/accordion-content/edit.js.map +1 -1
- package/build-module/accordion-content/index.js +2 -1
- package/build-module/accordion-content/index.js.map +1 -1
- package/build-module/accordion-panel/index.js +2 -1
- package/build-module/accordion-panel/index.js.map +1 -1
- package/build-module/buttons/index.js +2 -1
- package/build-module/buttons/index.js.map +1 -1
- package/build-module/categories/edit.js +3 -1
- package/build-module/categories/edit.js.map +1 -1
- package/build-module/index.js +4 -0
- package/build-module/index.js.map +1 -1
- package/build-module/navigation/constants.js +5 -1
- package/build-module/navigation/constants.js.map +1 -1
- package/build-module/navigation/edit/index.js +50 -4
- package/build-module/navigation/edit/index.js.map +1 -1
- package/build-module/navigation/edit/leaf-more-menu.js +0 -1
- package/build-module/navigation/edit/leaf-more-menu.js.map +1 -1
- package/build-module/navigation/edit/menu-inspector-controls.js +40 -5
- package/build-module/navigation/edit/menu-inspector-controls.js.map +1 -1
- package/build-module/navigation-link/block-inserter.js +61 -0
- package/build-module/navigation-link/block-inserter.js.map +1 -0
- package/build-module/navigation-link/dialog-wrapper.js +75 -0
- package/build-module/navigation-link/dialog-wrapper.js.map +1 -0
- package/build-module/navigation-link/link-ui.js +85 -125
- package/build-module/navigation-link/link-ui.js.map +1 -1
- package/build-module/navigation-link/page-creator.js +130 -0
- package/build-module/navigation-link/page-creator.js.map +1 -0
- package/build-module/search/edit.js +22 -14
- package/build-module/search/edit.js.map +1 -1
- package/build-module/social-links/index.js +2 -1
- package/build-module/social-links/index.js.map +1 -1
- package/build-module/table-of-contents/edit.js +35 -11
- package/build-module/table-of-contents/edit.js.map +1 -1
- package/build-module/table-of-contents/index.js +4 -0
- package/build-module/table-of-contents/index.js.map +1 -1
- package/build-module/table-of-contents/list.js +6 -3
- package/build-module/table-of-contents/list.js.map +1 -1
- package/build-module/table-of-contents/save.js +6 -3
- package/build-module/table-of-contents/save.js.map +1 -1
- package/build-module/term-template/edit.js +310 -0
- package/build-module/term-template/edit.js.map +1 -0
- package/build-module/term-template/index.js +102 -0
- package/build-module/term-template/index.js.map +1 -0
- package/build-module/term-template/save.js +9 -0
- package/build-module/term-template/save.js.map +1 -0
- package/build-module/term-template/variations.js +76 -0
- package/build-module/term-template/variations.js.map +1 -0
- package/build-module/terms-query/edit.js +12 -0
- package/build-module/terms-query/edit.js.map +1 -0
- package/build-module/terms-query/index.js +76 -0
- package/build-module/terms-query/index.js.map +1 -0
- package/build-module/terms-query/inspector-controls.js +239 -0
- package/build-module/terms-query/inspector-controls.js.map +1 -0
- package/build-module/terms-query/save.js +17 -0
- package/build-module/terms-query/save.js.map +1 -0
- package/build-module/terms-query/terms-query-content.js +63 -0
- package/build-module/terms-query/terms-query-content.js.map +1 -0
- package/build-style/accordion/style-rtl.css +5 -6
- package/build-style/accordion/style.css +5 -6
- package/build-style/editor-rtl.css +38 -0
- package/build-style/editor.css +38 -0
- package/build-style/form-input/style-rtl.css +4 -3
- package/build-style/form-input/style.css +4 -3
- package/build-style/navigation-link/editor-rtl.css +14 -0
- package/build-style/navigation-link/editor.css +14 -0
- package/build-style/navigation-link/style-rtl.css +1 -1
- package/build-style/navigation-link/style.css +1 -1
- package/build-style/post-comments-form/style-rtl.css +8 -5
- package/build-style/post-comments-form/style.css +8 -5
- package/build-style/search/style-rtl.css +11 -12
- package/build-style/search/style.css +11 -12
- package/build-style/style-rtl.css +45 -27
- package/build-style/style.css +45 -27
- package/build-style/term-template/editor-rtl.css +160 -0
- package/build-style/term-template/editor.css +160 -0
- package/build-style/term-template/style-rtl.css +146 -0
- package/build-style/term-template/style.css +146 -0
- package/build-style/terms-query/style-rtl.css +140 -0
- package/build-style/terms-query/style.css +140 -0
- package/build-types/table-of-contents/list.d.ts +2 -1
- package/build-types/table-of-contents/list.d.ts.map +1 -1
- package/package.json +35 -35
- package/src/accordion/style.scss +6 -6
- package/src/accordion-content/block.json +2 -1
- package/src/accordion-content/edit.js +21 -27
- package/src/accordion-panel/block.json +2 -1
- package/src/buttons/block.json +2 -1
- package/src/categories/edit.js +2 -1
- package/src/cover/test/edit.js +1 -5
- package/src/editor.scss +1 -0
- package/src/form-input/style.scss +3 -2
- package/src/index.js +4 -0
- package/src/navigation/constants.js +4 -0
- package/src/navigation/edit/index.js +50 -1
- package/src/navigation/edit/leaf-more-menu.js +0 -1
- package/src/navigation/edit/menu-inspector-controls.js +40 -5
- package/src/navigation-link/block-inserter.js +65 -0
- package/src/navigation-link/dialog-wrapper.js +74 -0
- package/src/navigation-link/editor.scss +17 -0
- package/src/navigation-link/link-ui.js +108 -164
- package/src/navigation-link/page-creator.js +157 -0
- package/src/navigation-link/style.scss +1 -1
- package/src/post-comments-form/style.scss +11 -11
- package/src/post-date/index.php +18 -13
- package/src/search/edit.js +44 -13
- package/src/search/index.php +16 -2
- package/src/search/style.scss +15 -16
- package/src/social-links/block.json +2 -1
- package/src/style.scss +2 -0
- package/src/table-of-contents/block.json +4 -0
- package/src/table-of-contents/edit.js +58 -21
- package/src/table-of-contents/list.tsx +7 -2
- package/src/table-of-contents/save.js +7 -3
- package/src/term-template/block.json +73 -0
- package/src/term-template/edit.js +391 -0
- package/src/term-template/editor.scss +26 -0
- package/src/term-template/index.js +26 -0
- package/src/term-template/index.php +224 -0
- package/src/term-template/save.js +8 -0
- package/src/term-template/style.scss +12 -0
- package/src/term-template/variations.js +87 -0
- package/src/terms-query/block.json +49 -0
- package/src/terms-query/edit.js +10 -0
- package/src/terms-query/index.js +24 -0
- package/src/terms-query/index.php +44 -0
- package/src/terms-query/inspector-controls.js +233 -0
- package/src/terms-query/save.js +10 -0
- package/src/terms-query/style.scss +6 -0
- package/src/terms-query/terms-query-content.js +74 -0
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -134,14 +134,17 @@
|
|
|
134
134
|
/**
|
|
135
135
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
136
136
|
*/
|
|
137
|
-
:where(.wp-block-post-comments-form
|
|
138
|
-
:where(.wp-block-post-comments-form
|
|
139
|
-
border: 1px
|
|
137
|
+
:where(.wp-block-post-comments-form textarea),
|
|
138
|
+
:where(.wp-block-post-comments-form input:not([type=submit])) {
|
|
139
|
+
border-width: 1px;
|
|
140
|
+
border-style: solid;
|
|
141
|
+
border-color: #949494;
|
|
140
142
|
font-size: 1em;
|
|
141
143
|
font-family: inherit;
|
|
142
144
|
}
|
|
143
|
-
|
|
144
|
-
:where(.wp-block-post-comments-form
|
|
145
|
+
|
|
146
|
+
:where(.wp-block-post-comments-form textarea),
|
|
147
|
+
:where(.wp-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox]))) {
|
|
145
148
|
padding: calc(0.667em + 2px);
|
|
146
149
|
}
|
|
147
150
|
|
|
@@ -166,17 +166,6 @@
|
|
|
166
166
|
width: 100%;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
.wp-block-search__input {
|
|
170
|
-
padding: 8px;
|
|
171
|
-
flex-grow: 1;
|
|
172
|
-
margin-right: 0;
|
|
173
|
-
margin-left: 0;
|
|
174
|
-
min-width: 3rem;
|
|
175
|
-
border: 1px solid #949494;
|
|
176
|
-
text-decoration: unset !important;
|
|
177
|
-
appearance: initial;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
169
|
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
|
|
181
170
|
margin-right: 0;
|
|
182
171
|
flex-shrink: 0;
|
|
@@ -219,11 +208,21 @@
|
|
|
219
208
|
letter-spacing: inherit;
|
|
220
209
|
text-transform: inherit;
|
|
221
210
|
font-style: inherit;
|
|
211
|
+
padding: 8px;
|
|
212
|
+
flex-grow: 1;
|
|
213
|
+
margin-right: 0;
|
|
214
|
+
margin-left: 0;
|
|
215
|
+
min-width: 3rem;
|
|
216
|
+
border: 1px solid #949494;
|
|
217
|
+
text-decoration: unset !important;
|
|
218
|
+
appearance: initial;
|
|
222
219
|
}
|
|
223
220
|
|
|
224
221
|
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
|
|
225
222
|
padding: 4px;
|
|
226
|
-
border: 1px
|
|
223
|
+
border-width: 1px;
|
|
224
|
+
border-style: solid;
|
|
225
|
+
border-color: #949494;
|
|
227
226
|
background-color: #fff;
|
|
228
227
|
box-sizing: border-box;
|
|
229
228
|
}
|
|
@@ -166,17 +166,6 @@
|
|
|
166
166
|
width: 100%;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
.wp-block-search__input {
|
|
170
|
-
padding: 8px;
|
|
171
|
-
flex-grow: 1;
|
|
172
|
-
margin-left: 0;
|
|
173
|
-
margin-right: 0;
|
|
174
|
-
min-width: 3rem;
|
|
175
|
-
border: 1px solid #949494;
|
|
176
|
-
text-decoration: unset !important;
|
|
177
|
-
appearance: initial;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
169
|
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
|
|
181
170
|
margin-left: 0;
|
|
182
171
|
flex-shrink: 0;
|
|
@@ -219,11 +208,21 @@
|
|
|
219
208
|
letter-spacing: inherit;
|
|
220
209
|
text-transform: inherit;
|
|
221
210
|
font-style: inherit;
|
|
211
|
+
padding: 8px;
|
|
212
|
+
flex-grow: 1;
|
|
213
|
+
margin-left: 0;
|
|
214
|
+
margin-right: 0;
|
|
215
|
+
min-width: 3rem;
|
|
216
|
+
border: 1px solid #949494;
|
|
217
|
+
text-decoration: unset !important;
|
|
218
|
+
appearance: initial;
|
|
222
219
|
}
|
|
223
220
|
|
|
224
221
|
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
|
|
225
222
|
padding: 4px;
|
|
226
|
-
border: 1px
|
|
223
|
+
border-width: 1px;
|
|
224
|
+
border-style: solid;
|
|
225
|
+
border-color: #949494;
|
|
227
226
|
background-color: #fff;
|
|
228
227
|
box-sizing: border-box;
|
|
229
228
|
}
|
|
@@ -147,11 +147,6 @@
|
|
|
147
147
|
transform: rotate(-45deg);
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
-
.accordion-content__heading {
|
|
151
|
-
margin-block-start: 0;
|
|
152
|
-
margin-block-end: 0;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
150
|
.accordion-content__toggle {
|
|
156
151
|
font-family: inherit;
|
|
157
152
|
font-size: inherit;
|
|
@@ -182,7 +177,11 @@
|
|
|
182
177
|
.is-layout-flow > .wp-block-accordion-panel,
|
|
183
178
|
.wp-block-accordion-panel {
|
|
184
179
|
overflow: hidden;
|
|
185
|
-
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.wp-block-accordion-panel[inert],
|
|
183
|
+
.wp-block-accordion-panel[aria-hidden=true] {
|
|
184
|
+
margin-block-start: 0;
|
|
186
185
|
}
|
|
187
186
|
|
|
188
187
|
.accordion-panel__wrapper {
|
|
@@ -1296,15 +1295,16 @@ body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-blo
|
|
|
1296
1295
|
width: fit-content;
|
|
1297
1296
|
}
|
|
1298
1297
|
|
|
1299
|
-
.wp-block-form-input__input {
|
|
1298
|
+
:where(.wp-block-form-input__input) {
|
|
1300
1299
|
padding: 0 0.5em;
|
|
1301
1300
|
font-size: 1em;
|
|
1302
1301
|
margin-bottom: 0.5em;
|
|
1303
1302
|
}
|
|
1304
|
-
.wp-block-form-input__input[type=text], .wp-block-form-input__input[type=password], .wp-block-form-input__input[type=date], .wp-block-form-input__input[type=datetime], .wp-block-form-input__input[type=datetime-local], .wp-block-form-input__input[type=email], .wp-block-form-input__input[type=month], .wp-block-form-input__input[type=number], .wp-block-form-input__input[type=search], .wp-block-form-input__input[type=tel], .wp-block-form-input__input[type=time], .wp-block-form-input__input[type=url], .wp-block-form-input__input[type=week] {
|
|
1303
|
+
:where(.wp-block-form-input__input)[type=text], :where(.wp-block-form-input__input)[type=password], :where(.wp-block-form-input__input)[type=date], :where(.wp-block-form-input__input)[type=datetime], :where(.wp-block-form-input__input)[type=datetime-local], :where(.wp-block-form-input__input)[type=email], :where(.wp-block-form-input__input)[type=month], :where(.wp-block-form-input__input)[type=number], :where(.wp-block-form-input__input)[type=search], :where(.wp-block-form-input__input)[type=tel], :where(.wp-block-form-input__input)[type=time], :where(.wp-block-form-input__input)[type=url], :where(.wp-block-form-input__input)[type=week] {
|
|
1305
1304
|
min-height: 2em;
|
|
1306
1305
|
line-height: 2;
|
|
1307
|
-
border: 1px
|
|
1306
|
+
border-width: 1px;
|
|
1307
|
+
border-style: solid;
|
|
1308
1308
|
}
|
|
1309
1309
|
|
|
1310
1310
|
textarea.wp-block-form-input__input {
|
|
@@ -2870,7 +2870,7 @@ html.has-modal-open {
|
|
|
2870
2870
|
}
|
|
2871
2871
|
|
|
2872
2872
|
.link-ui-tools {
|
|
2873
|
-
|
|
2873
|
+
outline: 1px solid #f0f0f0;
|
|
2874
2874
|
padding: 8px;
|
|
2875
2875
|
}
|
|
2876
2876
|
|
|
@@ -2977,14 +2977,17 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
2977
2977
|
box-sizing: border-box;
|
|
2978
2978
|
}
|
|
2979
2979
|
|
|
2980
|
-
:where(.wp-block-post-comments-form
|
|
2981
|
-
:where(.wp-block-post-comments-form
|
|
2982
|
-
border: 1px
|
|
2980
|
+
:where(.wp-block-post-comments-form textarea),
|
|
2981
|
+
:where(.wp-block-post-comments-form input:not([type=submit])) {
|
|
2982
|
+
border-width: 1px;
|
|
2983
|
+
border-style: solid;
|
|
2984
|
+
border-color: #949494;
|
|
2983
2985
|
font-size: 1em;
|
|
2984
2986
|
font-family: inherit;
|
|
2985
2987
|
}
|
|
2986
|
-
|
|
2987
|
-
:where(.wp-block-post-comments-form
|
|
2988
|
+
|
|
2989
|
+
:where(.wp-block-post-comments-form textarea),
|
|
2990
|
+
:where(.wp-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox]))) {
|
|
2988
2991
|
padding: calc(0.667em + 2px);
|
|
2989
2992
|
}
|
|
2990
2993
|
|
|
@@ -3473,17 +3476,6 @@ ul.wp-block-rss.is-grid li {
|
|
|
3473
3476
|
width: 100%;
|
|
3474
3477
|
}
|
|
3475
3478
|
|
|
3476
|
-
.wp-block-search__input {
|
|
3477
|
-
padding: 8px;
|
|
3478
|
-
flex-grow: 1;
|
|
3479
|
-
margin-right: 0;
|
|
3480
|
-
margin-left: 0;
|
|
3481
|
-
min-width: 3rem;
|
|
3482
|
-
border: 1px solid #949494;
|
|
3483
|
-
text-decoration: unset !important;
|
|
3484
|
-
appearance: initial;
|
|
3485
|
-
}
|
|
3486
|
-
|
|
3487
3479
|
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
|
|
3488
3480
|
margin-right: 0;
|
|
3489
3481
|
flex-shrink: 0;
|
|
@@ -3526,11 +3518,21 @@ ul.wp-block-rss.is-grid li {
|
|
|
3526
3518
|
letter-spacing: inherit;
|
|
3527
3519
|
text-transform: inherit;
|
|
3528
3520
|
font-style: inherit;
|
|
3521
|
+
padding: 8px;
|
|
3522
|
+
flex-grow: 1;
|
|
3523
|
+
margin-right: 0;
|
|
3524
|
+
margin-left: 0;
|
|
3525
|
+
min-width: 3rem;
|
|
3526
|
+
border: 1px solid #949494;
|
|
3527
|
+
text-decoration: unset !important;
|
|
3528
|
+
appearance: initial;
|
|
3529
3529
|
}
|
|
3530
3530
|
|
|
3531
3531
|
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
|
|
3532
3532
|
padding: 4px;
|
|
3533
|
-
border: 1px
|
|
3533
|
+
border-width: 1px;
|
|
3534
|
+
border-style: solid;
|
|
3535
|
+
border-color: #949494;
|
|
3534
3536
|
background-color: #fff;
|
|
3535
3537
|
box-sizing: border-box;
|
|
3536
3538
|
}
|
|
@@ -4233,6 +4235,22 @@ ul.wp-block-rss.is-grid li {
|
|
|
4233
4235
|
margin-bottom: 0;
|
|
4234
4236
|
}
|
|
4235
4237
|
|
|
4238
|
+
.wp-block-term-template {
|
|
4239
|
+
margin-top: 0;
|
|
4240
|
+
margin-bottom: 0;
|
|
4241
|
+
max-width: 100%;
|
|
4242
|
+
box-sizing: border-box;
|
|
4243
|
+
}
|
|
4244
|
+
.wp-block-term-template.is-layout-grid, .wp-block-term-template.is-layout-flex {
|
|
4245
|
+
list-style: none;
|
|
4246
|
+
padding: 0;
|
|
4247
|
+
}
|
|
4248
|
+
|
|
4249
|
+
.wp-block-terms-query .wp-block-term {
|
|
4250
|
+
margin-block-start: 0;
|
|
4251
|
+
margin-block-end: 0;
|
|
4252
|
+
}
|
|
4253
|
+
|
|
4236
4254
|
.wp-block-text-columns {
|
|
4237
4255
|
display: flex;
|
|
4238
4256
|
}
|
package/build-style/style.css
CHANGED
|
@@ -147,11 +147,6 @@
|
|
|
147
147
|
transform: rotate(45deg);
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
-
.accordion-content__heading {
|
|
151
|
-
margin-block-start: 0;
|
|
152
|
-
margin-block-end: 0;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
150
|
.accordion-content__toggle {
|
|
156
151
|
font-family: inherit;
|
|
157
152
|
font-size: inherit;
|
|
@@ -182,7 +177,11 @@
|
|
|
182
177
|
.is-layout-flow > .wp-block-accordion-panel,
|
|
183
178
|
.wp-block-accordion-panel {
|
|
184
179
|
overflow: hidden;
|
|
185
|
-
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.wp-block-accordion-panel[inert],
|
|
183
|
+
.wp-block-accordion-panel[aria-hidden=true] {
|
|
184
|
+
margin-block-start: 0;
|
|
186
185
|
}
|
|
187
186
|
|
|
188
187
|
.accordion-panel__wrapper {
|
|
@@ -1304,15 +1303,16 @@ body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-blo
|
|
|
1304
1303
|
width: fit-content;
|
|
1305
1304
|
}
|
|
1306
1305
|
|
|
1307
|
-
.wp-block-form-input__input {
|
|
1306
|
+
:where(.wp-block-form-input__input) {
|
|
1308
1307
|
padding: 0 0.5em;
|
|
1309
1308
|
font-size: 1em;
|
|
1310
1309
|
margin-bottom: 0.5em;
|
|
1311
1310
|
}
|
|
1312
|
-
.wp-block-form-input__input[type=text], .wp-block-form-input__input[type=password], .wp-block-form-input__input[type=date], .wp-block-form-input__input[type=datetime], .wp-block-form-input__input[type=datetime-local], .wp-block-form-input__input[type=email], .wp-block-form-input__input[type=month], .wp-block-form-input__input[type=number], .wp-block-form-input__input[type=search], .wp-block-form-input__input[type=tel], .wp-block-form-input__input[type=time], .wp-block-form-input__input[type=url], .wp-block-form-input__input[type=week] {
|
|
1311
|
+
:where(.wp-block-form-input__input)[type=text], :where(.wp-block-form-input__input)[type=password], :where(.wp-block-form-input__input)[type=date], :where(.wp-block-form-input__input)[type=datetime], :where(.wp-block-form-input__input)[type=datetime-local], :where(.wp-block-form-input__input)[type=email], :where(.wp-block-form-input__input)[type=month], :where(.wp-block-form-input__input)[type=number], :where(.wp-block-form-input__input)[type=search], :where(.wp-block-form-input__input)[type=tel], :where(.wp-block-form-input__input)[type=time], :where(.wp-block-form-input__input)[type=url], :where(.wp-block-form-input__input)[type=week] {
|
|
1313
1312
|
min-height: 2em;
|
|
1314
1313
|
line-height: 2;
|
|
1315
|
-
border: 1px
|
|
1314
|
+
border-width: 1px;
|
|
1315
|
+
border-style: solid;
|
|
1316
1316
|
}
|
|
1317
1317
|
|
|
1318
1318
|
textarea.wp-block-form-input__input {
|
|
@@ -2900,7 +2900,7 @@ html.has-modal-open {
|
|
|
2900
2900
|
}
|
|
2901
2901
|
|
|
2902
2902
|
.link-ui-tools {
|
|
2903
|
-
|
|
2903
|
+
outline: 1px solid #f0f0f0;
|
|
2904
2904
|
padding: 8px;
|
|
2905
2905
|
}
|
|
2906
2906
|
|
|
@@ -3007,14 +3007,17 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
3007
3007
|
box-sizing: border-box;
|
|
3008
3008
|
}
|
|
3009
3009
|
|
|
3010
|
-
:where(.wp-block-post-comments-form
|
|
3011
|
-
:where(.wp-block-post-comments-form
|
|
3012
|
-
border: 1px
|
|
3010
|
+
:where(.wp-block-post-comments-form textarea),
|
|
3011
|
+
:where(.wp-block-post-comments-form input:not([type=submit])) {
|
|
3012
|
+
border-width: 1px;
|
|
3013
|
+
border-style: solid;
|
|
3014
|
+
border-color: #949494;
|
|
3013
3015
|
font-size: 1em;
|
|
3014
3016
|
font-family: inherit;
|
|
3015
3017
|
}
|
|
3016
|
-
|
|
3017
|
-
:where(.wp-block-post-comments-form
|
|
3018
|
+
|
|
3019
|
+
:where(.wp-block-post-comments-form textarea),
|
|
3020
|
+
:where(.wp-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox]))) {
|
|
3018
3021
|
padding: calc(0.667em + 2px);
|
|
3019
3022
|
}
|
|
3020
3023
|
|
|
@@ -3505,17 +3508,6 @@ ul.wp-block-rss.is-grid li {
|
|
|
3505
3508
|
width: 100%;
|
|
3506
3509
|
}
|
|
3507
3510
|
|
|
3508
|
-
.wp-block-search__input {
|
|
3509
|
-
padding: 8px;
|
|
3510
|
-
flex-grow: 1;
|
|
3511
|
-
margin-left: 0;
|
|
3512
|
-
margin-right: 0;
|
|
3513
|
-
min-width: 3rem;
|
|
3514
|
-
border: 1px solid #949494;
|
|
3515
|
-
text-decoration: unset !important;
|
|
3516
|
-
appearance: initial;
|
|
3517
|
-
}
|
|
3518
|
-
|
|
3519
3511
|
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
|
|
3520
3512
|
margin-left: 0;
|
|
3521
3513
|
flex-shrink: 0;
|
|
@@ -3558,11 +3550,21 @@ ul.wp-block-rss.is-grid li {
|
|
|
3558
3550
|
letter-spacing: inherit;
|
|
3559
3551
|
text-transform: inherit;
|
|
3560
3552
|
font-style: inherit;
|
|
3553
|
+
padding: 8px;
|
|
3554
|
+
flex-grow: 1;
|
|
3555
|
+
margin-left: 0;
|
|
3556
|
+
margin-right: 0;
|
|
3557
|
+
min-width: 3rem;
|
|
3558
|
+
border: 1px solid #949494;
|
|
3559
|
+
text-decoration: unset !important;
|
|
3560
|
+
appearance: initial;
|
|
3561
3561
|
}
|
|
3562
3562
|
|
|
3563
3563
|
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
|
|
3564
3564
|
padding: 4px;
|
|
3565
|
-
border: 1px
|
|
3565
|
+
border-width: 1px;
|
|
3566
|
+
border-style: solid;
|
|
3567
|
+
border-color: #949494;
|
|
3566
3568
|
background-color: #fff;
|
|
3567
3569
|
box-sizing: border-box;
|
|
3568
3570
|
}
|
|
@@ -4266,6 +4268,22 @@ ul.wp-block-rss.is-grid li {
|
|
|
4266
4268
|
margin-bottom: 0;
|
|
4267
4269
|
}
|
|
4268
4270
|
|
|
4271
|
+
.wp-block-term-template {
|
|
4272
|
+
margin-top: 0;
|
|
4273
|
+
margin-bottom: 0;
|
|
4274
|
+
max-width: 100%;
|
|
4275
|
+
box-sizing: border-box;
|
|
4276
|
+
}
|
|
4277
|
+
.wp-block-term-template.is-layout-grid, .wp-block-term-template.is-layout-flex {
|
|
4278
|
+
list-style: none;
|
|
4279
|
+
padding: 0;
|
|
4280
|
+
}
|
|
4281
|
+
|
|
4282
|
+
.wp-block-terms-query .wp-block-term {
|
|
4283
|
+
margin-block-start: 0;
|
|
4284
|
+
margin-block-end: 0;
|
|
4285
|
+
}
|
|
4286
|
+
|
|
4269
4287
|
.wp-block-text-columns {
|
|
4270
4288
|
display: flex;
|
|
4271
4289
|
}
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Colors
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Breakpoints & Media Queries
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
* Colors
|
|
9
|
+
*/
|
|
10
|
+
/**
|
|
11
|
+
* SCSS Variables.
|
|
12
|
+
*
|
|
13
|
+
* Please use variables from this sheet to ensure consistency across the UI.
|
|
14
|
+
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
|
|
15
|
+
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
|
|
16
|
+
*/
|
|
17
|
+
/**
|
|
18
|
+
* Fonts & basic variables.
|
|
19
|
+
*/
|
|
20
|
+
/**
|
|
21
|
+
* Typography
|
|
22
|
+
*/
|
|
23
|
+
/**
|
|
24
|
+
* Grid System.
|
|
25
|
+
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
|
|
26
|
+
*/
|
|
27
|
+
/**
|
|
28
|
+
* Radius scale.
|
|
29
|
+
*/
|
|
30
|
+
/**
|
|
31
|
+
* Elevation scale.
|
|
32
|
+
*/
|
|
33
|
+
/**
|
|
34
|
+
* Dimensions.
|
|
35
|
+
*/
|
|
36
|
+
/**
|
|
37
|
+
* Mobile specific styles
|
|
38
|
+
*/
|
|
39
|
+
/**
|
|
40
|
+
* Editor styles.
|
|
41
|
+
*/
|
|
42
|
+
/**
|
|
43
|
+
* Block & Editor UI.
|
|
44
|
+
*/
|
|
45
|
+
/**
|
|
46
|
+
* Block paddings.
|
|
47
|
+
*/
|
|
48
|
+
/**
|
|
49
|
+
* React Native specific.
|
|
50
|
+
* These variables do not appear to be used anywhere else.
|
|
51
|
+
*/
|
|
52
|
+
/**
|
|
53
|
+
* Colors
|
|
54
|
+
*/
|
|
55
|
+
/**
|
|
56
|
+
* SCSS Variables.
|
|
57
|
+
*
|
|
58
|
+
* Please use variables from this sheet to ensure consistency across the UI.
|
|
59
|
+
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
|
|
60
|
+
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
|
|
61
|
+
*/
|
|
62
|
+
/**
|
|
63
|
+
* Fonts & basic variables.
|
|
64
|
+
*/
|
|
65
|
+
/**
|
|
66
|
+
* Typography
|
|
67
|
+
*/
|
|
68
|
+
/**
|
|
69
|
+
* Grid System.
|
|
70
|
+
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
|
|
71
|
+
*/
|
|
72
|
+
/**
|
|
73
|
+
* Radius scale.
|
|
74
|
+
*/
|
|
75
|
+
/**
|
|
76
|
+
* Elevation scale.
|
|
77
|
+
*/
|
|
78
|
+
/**
|
|
79
|
+
* Dimensions.
|
|
80
|
+
*/
|
|
81
|
+
/**
|
|
82
|
+
* Mobile specific styles
|
|
83
|
+
*/
|
|
84
|
+
/**
|
|
85
|
+
* Editor styles.
|
|
86
|
+
*/
|
|
87
|
+
/**
|
|
88
|
+
* Block & Editor UI.
|
|
89
|
+
*/
|
|
90
|
+
/**
|
|
91
|
+
* Block paddings.
|
|
92
|
+
*/
|
|
93
|
+
/**
|
|
94
|
+
* React Native specific.
|
|
95
|
+
* These variables do not appear to be used anywhere else.
|
|
96
|
+
*/
|
|
97
|
+
/**
|
|
98
|
+
* Breakpoints & Media Queries
|
|
99
|
+
*/
|
|
100
|
+
/**
|
|
101
|
+
* Converts a hex value into the rgb equivalent.
|
|
102
|
+
*
|
|
103
|
+
* @param {string} hex - the hexadecimal value to convert
|
|
104
|
+
* @return {string} comma separated rgb values
|
|
105
|
+
*/
|
|
106
|
+
/**
|
|
107
|
+
* Long content fade mixin
|
|
108
|
+
*
|
|
109
|
+
* Creates a fading overlay to signify that the content is longer
|
|
110
|
+
* than the space allows.
|
|
111
|
+
*/
|
|
112
|
+
/**
|
|
113
|
+
* Typography
|
|
114
|
+
*/
|
|
115
|
+
/**
|
|
116
|
+
* Breakpoint mixins
|
|
117
|
+
*/
|
|
118
|
+
/**
|
|
119
|
+
* Focus styles.
|
|
120
|
+
*/
|
|
121
|
+
/**
|
|
122
|
+
* Applies editor left position to the selector passed as argument
|
|
123
|
+
*/
|
|
124
|
+
/**
|
|
125
|
+
* Styles that are reused verbatim in a few places
|
|
126
|
+
*/
|
|
127
|
+
/**
|
|
128
|
+
* Allows users to opt-out of animations via OS-level preferences.
|
|
129
|
+
*/
|
|
130
|
+
/**
|
|
131
|
+
* Reset default styles for JavaScript UI based pages.
|
|
132
|
+
* This is a WP-admin agnostic reset
|
|
133
|
+
*/
|
|
134
|
+
/**
|
|
135
|
+
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
136
|
+
*/
|
|
137
|
+
.wp-block-term-template .term-loading .term-loading-placeholder {
|
|
138
|
+
width: 100%;
|
|
139
|
+
height: 1.5em;
|
|
140
|
+
margin-bottom: 0.25em;
|
|
141
|
+
background-color: #f0f0f0;
|
|
142
|
+
border-radius: 2px;
|
|
143
|
+
}
|
|
144
|
+
@media not (prefers-reduced-motion) {
|
|
145
|
+
.wp-block-term-template .term-loading .term-loading-placeholder {
|
|
146
|
+
animation: loadingpulse 1.5s ease-in-out infinite;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
@keyframes loadingpulse {
|
|
151
|
+
0% {
|
|
152
|
+
opacity: 1;
|
|
153
|
+
}
|
|
154
|
+
50% {
|
|
155
|
+
opacity: 0.5;
|
|
156
|
+
}
|
|
157
|
+
100% {
|
|
158
|
+
opacity: 1;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Colors
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Breakpoints & Media Queries
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
* Colors
|
|
9
|
+
*/
|
|
10
|
+
/**
|
|
11
|
+
* SCSS Variables.
|
|
12
|
+
*
|
|
13
|
+
* Please use variables from this sheet to ensure consistency across the UI.
|
|
14
|
+
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
|
|
15
|
+
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
|
|
16
|
+
*/
|
|
17
|
+
/**
|
|
18
|
+
* Fonts & basic variables.
|
|
19
|
+
*/
|
|
20
|
+
/**
|
|
21
|
+
* Typography
|
|
22
|
+
*/
|
|
23
|
+
/**
|
|
24
|
+
* Grid System.
|
|
25
|
+
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
|
|
26
|
+
*/
|
|
27
|
+
/**
|
|
28
|
+
* Radius scale.
|
|
29
|
+
*/
|
|
30
|
+
/**
|
|
31
|
+
* Elevation scale.
|
|
32
|
+
*/
|
|
33
|
+
/**
|
|
34
|
+
* Dimensions.
|
|
35
|
+
*/
|
|
36
|
+
/**
|
|
37
|
+
* Mobile specific styles
|
|
38
|
+
*/
|
|
39
|
+
/**
|
|
40
|
+
* Editor styles.
|
|
41
|
+
*/
|
|
42
|
+
/**
|
|
43
|
+
* Block & Editor UI.
|
|
44
|
+
*/
|
|
45
|
+
/**
|
|
46
|
+
* Block paddings.
|
|
47
|
+
*/
|
|
48
|
+
/**
|
|
49
|
+
* React Native specific.
|
|
50
|
+
* These variables do not appear to be used anywhere else.
|
|
51
|
+
*/
|
|
52
|
+
/**
|
|
53
|
+
* Colors
|
|
54
|
+
*/
|
|
55
|
+
/**
|
|
56
|
+
* SCSS Variables.
|
|
57
|
+
*
|
|
58
|
+
* Please use variables from this sheet to ensure consistency across the UI.
|
|
59
|
+
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
|
|
60
|
+
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
|
|
61
|
+
*/
|
|
62
|
+
/**
|
|
63
|
+
* Fonts & basic variables.
|
|
64
|
+
*/
|
|
65
|
+
/**
|
|
66
|
+
* Typography
|
|
67
|
+
*/
|
|
68
|
+
/**
|
|
69
|
+
* Grid System.
|
|
70
|
+
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
|
|
71
|
+
*/
|
|
72
|
+
/**
|
|
73
|
+
* Radius scale.
|
|
74
|
+
*/
|
|
75
|
+
/**
|
|
76
|
+
* Elevation scale.
|
|
77
|
+
*/
|
|
78
|
+
/**
|
|
79
|
+
* Dimensions.
|
|
80
|
+
*/
|
|
81
|
+
/**
|
|
82
|
+
* Mobile specific styles
|
|
83
|
+
*/
|
|
84
|
+
/**
|
|
85
|
+
* Editor styles.
|
|
86
|
+
*/
|
|
87
|
+
/**
|
|
88
|
+
* Block & Editor UI.
|
|
89
|
+
*/
|
|
90
|
+
/**
|
|
91
|
+
* Block paddings.
|
|
92
|
+
*/
|
|
93
|
+
/**
|
|
94
|
+
* React Native specific.
|
|
95
|
+
* These variables do not appear to be used anywhere else.
|
|
96
|
+
*/
|
|
97
|
+
/**
|
|
98
|
+
* Breakpoints & Media Queries
|
|
99
|
+
*/
|
|
100
|
+
/**
|
|
101
|
+
* Converts a hex value into the rgb equivalent.
|
|
102
|
+
*
|
|
103
|
+
* @param {string} hex - the hexadecimal value to convert
|
|
104
|
+
* @return {string} comma separated rgb values
|
|
105
|
+
*/
|
|
106
|
+
/**
|
|
107
|
+
* Long content fade mixin
|
|
108
|
+
*
|
|
109
|
+
* Creates a fading overlay to signify that the content is longer
|
|
110
|
+
* than the space allows.
|
|
111
|
+
*/
|
|
112
|
+
/**
|
|
113
|
+
* Typography
|
|
114
|
+
*/
|
|
115
|
+
/**
|
|
116
|
+
* Breakpoint mixins
|
|
117
|
+
*/
|
|
118
|
+
/**
|
|
119
|
+
* Focus styles.
|
|
120
|
+
*/
|
|
121
|
+
/**
|
|
122
|
+
* Applies editor left position to the selector passed as argument
|
|
123
|
+
*/
|
|
124
|
+
/**
|
|
125
|
+
* Styles that are reused verbatim in a few places
|
|
126
|
+
*/
|
|
127
|
+
/**
|
|
128
|
+
* Allows users to opt-out of animations via OS-level preferences.
|
|
129
|
+
*/
|
|
130
|
+
/**
|
|
131
|
+
* Reset default styles for JavaScript UI based pages.
|
|
132
|
+
* This is a WP-admin agnostic reset
|
|
133
|
+
*/
|
|
134
|
+
/**
|
|
135
|
+
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
136
|
+
*/
|
|
137
|
+
.wp-block-term-template .term-loading .term-loading-placeholder {
|
|
138
|
+
width: 100%;
|
|
139
|
+
height: 1.5em;
|
|
140
|
+
margin-bottom: 0.25em;
|
|
141
|
+
background-color: #f0f0f0;
|
|
142
|
+
border-radius: 2px;
|
|
143
|
+
}
|
|
144
|
+
@media not (prefers-reduced-motion) {
|
|
145
|
+
.wp-block-term-template .term-loading .term-loading-placeholder {
|
|
146
|
+
animation: loadingpulse 1.5s ease-in-out infinite;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
@keyframes loadingpulse {
|
|
151
|
+
0% {
|
|
152
|
+
opacity: 1;
|
|
153
|
+
}
|
|
154
|
+
50% {
|
|
155
|
+
opacity: 0.5;
|
|
156
|
+
}
|
|
157
|
+
100% {
|
|
158
|
+
opacity: 1;
|
|
159
|
+
}
|
|
160
|
+
}
|