@wordpress/block-library 9.11.0 → 9.12.1-next.082ed6819.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-keyboard-shortcuts/index.js +7 -7
- package/build/block-keyboard-shortcuts/index.js.map +1 -1
- package/build/button/index.js +1 -1
- package/build/button/index.js.map +1 -1
- package/build/cover/deprecated.js +140 -4
- package/build/cover/deprecated.js.map +1 -1
- package/build/cover/edit/block-controls.js +1 -1
- package/build/cover/edit/block-controls.js.map +1 -1
- package/build/cover/edit/cover-placeholder.js +1 -2
- package/build/cover/edit/cover-placeholder.js.map +1 -1
- package/build/cover/edit/index.js +23 -23
- package/build/cover/edit/index.js.map +1 -1
- package/build/cover/index.js +10 -10
- package/build/cover/index.js.map +1 -1
- package/build/cover/save.js +13 -13
- package/build/cover/save.js.map +1 -1
- package/build/cover/shared.js +6 -7
- package/build/cover/shared.js.map +1 -1
- package/build/details/index.js +20 -0
- package/build/details/index.js.map +1 -1
- package/build/file/edit.js +8 -4
- package/build/file/edit.js.map +1 -1
- package/build/freeform/modal.js +1 -1
- package/build/freeform/modal.js.map +1 -1
- package/build/gallery/edit.js +1 -1
- package/build/gallery/edit.js.map +1 -1
- package/build/heading/index.js +1 -7
- package/build/heading/index.js.map +1 -1
- package/build/home-link/edit.js +20 -36
- package/build/home-link/edit.js.map +1 -1
- package/build/image/edit.js +1 -1
- package/build/image/edit.js.map +1 -1
- package/build/image/image.js +144 -78
- package/build/image/image.js.map +1 -1
- package/build/image/index.js +1 -1
- package/build/latest-posts/edit.js +0 -1
- package/build/latest-posts/edit.js.map +1 -1
- package/build/lock-unlock.js.map +1 -1
- package/build/navigation/edit/index.js +2 -23
- package/build/navigation/edit/index.js.map +1 -1
- package/build/navigation/use-template-part-area-label.js +6 -8
- package/build/navigation/use-template-part-area-label.js.map +1 -1
- package/build/page-list/index.js +14 -0
- package/build/page-list/index.js.map +1 -1
- package/build/paragraph/edit.js +26 -25
- package/build/paragraph/edit.js.map +1 -1
- package/build/post-content/index.js +13 -0
- package/build/post-content/index.js.map +1 -1
- package/build/post-template/edit.js +11 -0
- package/build/post-template/edit.js.map +1 -1
- package/build/post-template/index.js +1 -1
- package/build/query/edit/inspector-controls/enhanced-pagination-control.js +1 -3
- package/build/query/edit/inspector-controls/enhanced-pagination-control.js.map +1 -1
- package/build/query/edit/inspector-controls/index.js +3 -13
- package/build/query/edit/inspector-controls/index.js.map +1 -1
- package/build/query/edit/pattern-selection-modal.js +0 -3
- package/build/query/edit/pattern-selection-modal.js.map +1 -1
- package/build/query/edit/query-content.js +10 -12
- package/build/query/edit/query-content.js.map +1 -1
- package/build/query/index.js +1 -1
- package/build/query/utils.js +38 -9
- package/build/query/utils.js.map +1 -1
- package/build/social-link/edit.js +22 -9
- package/build/social-link/edit.js.map +1 -1
- package/build/template-part/edit/advanced-controls.js +2 -7
- package/build/template-part/edit/advanced-controls.js.map +1 -1
- package/build/template-part/edit/index.js +1 -4
- package/build/template-part/edit/index.js.map +1 -1
- package/build/template-part/edit/selection-modal.js +0 -3
- package/build/template-part/edit/selection-modal.js.map +1 -1
- package/build/template-part/edit/utils/get-template-part-icon.js +23 -0
- package/build/template-part/edit/utils/get-template-part-icon.js.map +1 -0
- package/build/template-part/edit/utils/hooks.js +1 -6
- package/build/template-part/edit/utils/hooks.js.map +1 -1
- package/build/template-part/variations.js +6 -12
- package/build/template-part/variations.js.map +1 -1
- package/build/video/edit.js +1 -1
- package/build/video/edit.js.map +1 -1
- package/build/video/tracks-editor.js +135 -123
- package/build/video/tracks-editor.js.map +1 -1
- package/build-module/block-keyboard-shortcuts/index.js +7 -7
- package/build-module/block-keyboard-shortcuts/index.js.map +1 -1
- package/build-module/button/index.js +1 -1
- package/build-module/button/index.js.map +1 -1
- package/build-module/cover/deprecated.js +140 -4
- package/build-module/cover/deprecated.js.map +1 -1
- package/build-module/cover/edit/block-controls.js +1 -1
- package/build-module/cover/edit/block-controls.js.map +1 -1
- package/build-module/cover/edit/cover-placeholder.js +1 -2
- package/build-module/cover/edit/cover-placeholder.js.map +1 -1
- package/build-module/cover/edit/index.js +23 -23
- package/build-module/cover/edit/index.js.map +1 -1
- package/build-module/cover/index.js +10 -10
- package/build-module/cover/index.js.map +1 -1
- package/build-module/cover/save.js +13 -13
- package/build-module/cover/save.js.map +1 -1
- package/build-module/cover/shared.js +6 -7
- package/build-module/cover/shared.js.map +1 -1
- package/build-module/details/index.js +21 -1
- package/build-module/details/index.js.map +1 -1
- package/build-module/file/edit.js +8 -4
- package/build-module/file/edit.js.map +1 -1
- package/build-module/freeform/modal.js +1 -1
- package/build-module/freeform/modal.js.map +1 -1
- package/build-module/gallery/edit.js +1 -1
- package/build-module/gallery/edit.js.map +1 -1
- package/build-module/heading/index.js +1 -7
- package/build-module/heading/index.js.map +1 -1
- package/build-module/home-link/edit.js +23 -39
- package/build-module/home-link/edit.js.map +1 -1
- package/build-module/image/edit.js +1 -1
- package/build-module/image/edit.js.map +1 -1
- package/build-module/image/image.js +149 -83
- package/build-module/image/image.js.map +1 -1
- package/build-module/image/index.js +1 -1
- package/build-module/latest-posts/edit.js +0 -1
- package/build-module/latest-posts/edit.js.map +1 -1
- package/build-module/lock-unlock.js.map +1 -1
- package/build-module/navigation/edit/index.js +2 -23
- package/build-module/navigation/edit/index.js.map +1 -1
- package/build-module/navigation/use-template-part-area-label.js +6 -8
- package/build-module/navigation/use-template-part-area-label.js.map +1 -1
- package/build-module/page-list/index.js +14 -0
- package/build-module/page-list/index.js.map +1 -1
- package/build-module/paragraph/edit.js +26 -25
- package/build-module/paragraph/edit.js.map +1 -1
- package/build-module/post-content/index.js +13 -0
- package/build-module/post-content/index.js.map +1 -1
- package/build-module/post-template/edit.js +11 -0
- package/build-module/post-template/edit.js.map +1 -1
- package/build-module/post-template/index.js +1 -1
- package/build-module/query/edit/inspector-controls/enhanced-pagination-control.js +1 -3
- package/build-module/query/edit/inspector-controls/enhanced-pagination-control.js.map +1 -1
- package/build-module/query/edit/inspector-controls/index.js +3 -13
- package/build-module/query/edit/inspector-controls/index.js.map +1 -1
- package/build-module/query/edit/pattern-selection-modal.js +0 -3
- package/build-module/query/edit/pattern-selection-modal.js.map +1 -1
- package/build-module/query/edit/query-content.js +10 -12
- package/build-module/query/edit/query-content.js.map +1 -1
- package/build-module/query/index.js +1 -1
- package/build-module/query/utils.js +35 -8
- package/build-module/query/utils.js.map +1 -1
- package/build-module/social-link/edit.js +24 -11
- package/build-module/social-link/edit.js.map +1 -1
- package/build-module/template-part/edit/advanced-controls.js +3 -8
- package/build-module/template-part/edit/advanced-controls.js.map +1 -1
- package/build-module/template-part/edit/index.js +1 -4
- package/build-module/template-part/edit/index.js.map +1 -1
- package/build-module/template-part/edit/selection-modal.js +0 -3
- package/build-module/template-part/edit/selection-modal.js.map +1 -1
- package/build-module/template-part/edit/utils/get-template-part-icon.js +15 -0
- package/build-module/template-part/edit/utils/get-template-part-icon.js.map +1 -0
- package/build-module/template-part/edit/utils/hooks.js +1 -6
- package/build-module/template-part/edit/utils/hooks.js.map +1 -1
- package/build-module/template-part/variations.js +5 -11
- package/build-module/template-part/variations.js.map +1 -1
- package/build-module/video/edit.js +1 -1
- package/build-module/video/edit.js.map +1 -1
- package/build-module/video/tracks-editor.js +136 -124
- package/build-module/video/tracks-editor.js.map +1 -1
- package/build-style/cover/editor-rtl.css +3 -5
- package/build-style/cover/editor.css +3 -5
- package/build-style/cover/style-rtl.css +19 -15
- package/build-style/cover/style.css +19 -15
- package/build-style/editor-rtl.css +19 -30
- package/build-style/editor.css +19 -30
- package/build-style/group/editor-rtl.css +0 -10
- package/build-style/group/editor.css +0 -10
- package/build-style/image/editor-rtl.css +4 -0
- package/build-style/image/editor.css +4 -0
- package/build-style/image/style-rtl.css +0 -2
- package/build-style/image/style.css +0 -2
- package/build-style/latest-posts/editor-rtl.css +0 -7
- package/build-style/latest-posts/editor.css +0 -7
- package/build-style/media-text/style-rtl.css +1 -1
- package/build-style/media-text/style.css +1 -1
- package/build-style/navigation/style-rtl.css +1 -1
- package/build-style/navigation/style.css +1 -1
- package/build-style/page-list/style-rtl.css +4 -0
- package/build-style/page-list/style.css +4 -0
- package/build-style/query/editor-rtl.css +0 -4
- package/build-style/query/editor.css +0 -4
- package/build-style/search/style-rtl.css +3 -3
- package/build-style/search/style.css +3 -3
- package/build-style/social-link/editor-rtl.css +4 -4
- package/build-style/social-link/editor.css +4 -4
- package/build-style/style-rtl.css +28 -22
- package/build-style/style.css +28 -22
- package/build-style/video/editor-rtl.css +8 -0
- package/build-style/video/editor.css +8 -0
- package/build-types/lock-unlock.d.ts +2 -0
- package/build-types/lock-unlock.d.ts.map +1 -0
- package/package.json +39 -39
- package/src/block-keyboard-shortcuts/index.js +25 -11
- package/src/button/index.js +1 -1
- package/src/comments/block.json +3 -9
- package/src/cover/deprecated.js +182 -4
- package/src/cover/edit/block-controls.js +1 -1
- package/src/cover/edit/cover-placeholder.js +0 -3
- package/src/cover/edit/index.js +42 -27
- package/src/cover/editor.scss +4 -5
- package/src/cover/index.js +8 -8
- package/src/cover/save.js +27 -20
- package/src/cover/shared.js +10 -10
- package/src/cover/style.scss +40 -16
- package/src/cover/test/__snapshots__/edit.native.js.snap +9 -9
- package/src/cover/test/__snapshots__/transforms.native.js.snap +4 -4
- package/src/cover/test/edit.js +2 -2
- package/src/cover/test/edit.native.js +4 -4
- package/src/cover/test/transforms.native.js +4 -4
- package/src/details/block.json +1 -0
- package/src/details/index.js +23 -1
- package/src/file/edit.js +9 -3
- package/src/freeform/modal.js +1 -1
- package/src/gallery/edit.js +1 -1
- package/src/group/editor.scss +0 -12
- package/src/heading/block.json +1 -7
- package/src/home-link/edit.js +27 -45
- package/src/home-link/index.php +0 -3
- package/src/image/block.json +1 -1
- package/src/image/edit.js +1 -1
- package/src/image/editor.scss +4 -0
- package/src/image/image.js +200 -109
- package/src/image/style.scss +0 -1
- package/src/image/test/__snapshots__/transforms.native.js.snap +1 -1
- package/src/latest-posts/edit.js +0 -1
- package/src/latest-posts/editor.scss +0 -11
- package/src/media-text/style.scss +1 -1
- package/src/media-text/test/__snapshots__/transforms.native.js.snap +2 -2
- package/src/navigation/edit/index.js +3 -30
- package/src/navigation/index.php +5 -151
- package/src/navigation/style.scss +1 -1
- package/src/navigation/use-template-part-area-label.js +10 -10
- package/src/page-list/block.json +14 -0
- package/src/page-list/style.scss +4 -0
- package/src/paragraph/edit.js +20 -17
- package/src/pattern/index.php +0 -7
- package/src/post-content/block.json +14 -1
- package/src/post-template/block.json +2 -1
- package/src/post-template/edit.js +19 -0
- package/src/query/block.json +1 -1
- package/src/query/edit/inspector-controls/enhanced-pagination-control.js +3 -5
- package/src/query/edit/inspector-controls/index.js +2 -12
- package/src/query/edit/pattern-selection-modal.js +0 -3
- package/src/query/edit/query-content.js +9 -17
- package/src/query/editor.scss +0 -4
- package/src/query/index.php +1 -1
- package/src/query/test/utils.js +59 -1
- package/src/query/utils.js +43 -15
- package/src/rss/index.php +11 -8
- package/src/search/index.php +2 -2
- package/src/search/style.scss +3 -5
- package/src/social-link/edit.js +47 -19
- package/src/social-link/editor.scss +6 -7
- package/src/template-part/edit/advanced-controls.js +13 -13
- package/src/template-part/edit/index.js +1 -4
- package/src/template-part/edit/selection-modal.js +0 -3
- package/src/template-part/edit/utils/get-template-part-icon.js +20 -0
- package/src/template-part/edit/utils/hooks.js +2 -7
- package/src/template-part/variations.js +4 -16
- package/src/video/edit.js +1 -1
- package/src/video/editor.scss +9 -0
- package/src/video/test/__snapshots__/transforms.native.js.snap +1 -1
- package/src/video/tracks-editor.js +157 -141
- package/tsconfig.tsbuildinfo +1 -1
- package/build/query/edit/inspector-controls/create-new-post-link.js +0 -40
- package/build/query/edit/inspector-controls/create-new-post-link.js.map +0 -1
- package/build-module/query/edit/inspector-controls/create-new-post-link.js +0 -33
- package/build-module/query/edit/inspector-controls/create-new-post-link.js.map +0 -1
- package/src/query/edit/inspector-controls/create-new-post-link.js +0 -32
- /package/src/{lock-unlock.js → lock-unlock.ts} +0 -0
|
@@ -126,9 +126,11 @@
|
|
|
126
126
|
width: 100%;
|
|
127
127
|
z-index: 1;
|
|
128
128
|
}
|
|
129
|
+
.wp-block-cover.is-transient .wp-block-cover__inner-container {
|
|
130
|
+
z-index: 2;
|
|
131
|
+
}
|
|
129
132
|
.wp-block-cover .components-spinner {
|
|
130
133
|
position: absolute;
|
|
131
|
-
z-index: 1;
|
|
132
134
|
top: 50%;
|
|
133
135
|
right: 50%;
|
|
134
136
|
transform: translate(50%, -50%);
|
|
@@ -175,10 +177,6 @@
|
|
|
175
177
|
overflow: visible;
|
|
176
178
|
}
|
|
177
179
|
|
|
178
|
-
.wp-block-cover > .components-drop-zone .components-drop-zone__content {
|
|
179
|
-
opacity: 0.8 !important;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
180
|
.block-editor-block-patterns-list__list-item .has-parallax.wp-block-cover {
|
|
183
181
|
background-attachment: scroll;
|
|
184
182
|
}
|
|
@@ -126,9 +126,11 @@
|
|
|
126
126
|
width: 100%;
|
|
127
127
|
z-index: 1;
|
|
128
128
|
}
|
|
129
|
+
.wp-block-cover.is-transient .wp-block-cover__inner-container {
|
|
130
|
+
z-index: 2;
|
|
131
|
+
}
|
|
129
132
|
.wp-block-cover .components-spinner {
|
|
130
133
|
position: absolute;
|
|
131
|
-
z-index: 1;
|
|
132
134
|
top: 50%;
|
|
133
135
|
left: 50%;
|
|
134
136
|
transform: translate(-50%, -50%);
|
|
@@ -175,10 +177,6 @@
|
|
|
175
177
|
overflow: visible;
|
|
176
178
|
}
|
|
177
179
|
|
|
178
|
-
.wp-block-cover > .components-drop-zone .components-drop-zone__content {
|
|
179
|
-
opacity: 0.8 !important;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
180
|
.block-editor-block-patterns-list__list-item .has-parallax.wp-block-cover {
|
|
183
181
|
background-attachment: scroll;
|
|
184
182
|
}
|
|
@@ -147,7 +147,6 @@
|
|
|
147
147
|
right: 0;
|
|
148
148
|
bottom: 0;
|
|
149
149
|
left: 0;
|
|
150
|
-
z-index: 1;
|
|
151
150
|
opacity: 0.5;
|
|
152
151
|
}
|
|
153
152
|
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before,
|
|
@@ -310,15 +309,10 @@
|
|
|
310
309
|
}
|
|
311
310
|
.wp-block-cover-image .wp-block-cover__inner-container,
|
|
312
311
|
.wp-block-cover .wp-block-cover__inner-container {
|
|
312
|
+
position: relative;
|
|
313
313
|
width: 100%;
|
|
314
|
-
z-index: 1;
|
|
315
314
|
color: inherit; direction: rtl;
|
|
316
315
|
}
|
|
317
|
-
.has-modal-open .wp-block-cover-image .wp-block-cover__inner-container,
|
|
318
|
-
.has-modal-open .wp-block-cover .wp-block-cover__inner-container {
|
|
319
|
-
z-index: auto;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
316
|
.wp-block-cover-image.is-position-top-left,
|
|
323
317
|
.wp-block-cover.is-position-top-left {
|
|
324
318
|
align-items: flex-start;
|
|
@@ -431,14 +425,6 @@ video.wp-block-cover__video-background.is-repeated {
|
|
|
431
425
|
background-size: auto;
|
|
432
426
|
}
|
|
433
427
|
|
|
434
|
-
.wp-block-cover__video-background {
|
|
435
|
-
z-index: 0;
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
.wp-block-cover__image-background {
|
|
439
|
-
z-index: 0;
|
|
440
|
-
}
|
|
441
|
-
|
|
442
428
|
section.wp-block-cover-image h2,
|
|
443
429
|
.wp-block-cover-image-text,
|
|
444
430
|
.wp-block-cover-text {
|
|
@@ -510,4 +496,22 @@ section.wp-block-cover-image > h2,
|
|
|
510
496
|
:root :where(.wp-block-cover h5:not(.has-text-color)),
|
|
511
497
|
:root :where(.wp-block-cover h6:not(.has-text-color)) {
|
|
512
498
|
color: inherit;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container)) .wp-block-cover__video-background {
|
|
502
|
+
z-index: 0;
|
|
503
|
+
}
|
|
504
|
+
body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container)) .wp-block-cover__image-background {
|
|
505
|
+
z-index: 0;
|
|
506
|
+
}
|
|
507
|
+
body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient)::before,
|
|
508
|
+
body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container)) .wp-block-cover__background,
|
|
509
|
+
body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container)) .wp-block-cover__gradient-background {
|
|
510
|
+
z-index: 1;
|
|
511
|
+
}
|
|
512
|
+
body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container)) .wp-block-cover__inner-container {
|
|
513
|
+
z-index: 1;
|
|
514
|
+
}
|
|
515
|
+
.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container)) .wp-block-cover__inner-container {
|
|
516
|
+
z-index: auto;
|
|
513
517
|
}
|
|
@@ -148,7 +148,6 @@
|
|
|
148
148
|
left: 0;
|
|
149
149
|
bottom: 0;
|
|
150
150
|
right: 0;
|
|
151
|
-
z-index: 1;
|
|
152
151
|
opacity: 0.5;
|
|
153
152
|
}
|
|
154
153
|
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before,
|
|
@@ -311,16 +310,11 @@
|
|
|
311
310
|
}
|
|
312
311
|
.wp-block-cover-image .wp-block-cover__inner-container,
|
|
313
312
|
.wp-block-cover .wp-block-cover__inner-container {
|
|
313
|
+
position: relative;
|
|
314
314
|
width: 100%;
|
|
315
|
-
z-index: 1;
|
|
316
315
|
color: inherit;
|
|
317
316
|
/*rtl:raw: direction: rtl; */
|
|
318
317
|
}
|
|
319
|
-
.has-modal-open .wp-block-cover-image .wp-block-cover__inner-container,
|
|
320
|
-
.has-modal-open .wp-block-cover .wp-block-cover__inner-container {
|
|
321
|
-
z-index: auto;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
318
|
.wp-block-cover-image.is-position-top-left,
|
|
325
319
|
.wp-block-cover.is-position-top-left {
|
|
326
320
|
align-items: flex-start;
|
|
@@ -433,14 +427,6 @@ video.wp-block-cover__video-background.is-repeated {
|
|
|
433
427
|
background-size: auto;
|
|
434
428
|
}
|
|
435
429
|
|
|
436
|
-
.wp-block-cover__video-background {
|
|
437
|
-
z-index: 0;
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
.wp-block-cover__image-background {
|
|
441
|
-
z-index: 0;
|
|
442
|
-
}
|
|
443
|
-
|
|
444
430
|
section.wp-block-cover-image h2,
|
|
445
431
|
.wp-block-cover-image-text,
|
|
446
432
|
.wp-block-cover-text {
|
|
@@ -512,4 +498,22 @@ section.wp-block-cover-image > h2,
|
|
|
512
498
|
:root :where(.wp-block-cover h5:not(.has-text-color)),
|
|
513
499
|
:root :where(.wp-block-cover h6:not(.has-text-color)) {
|
|
514
500
|
color: inherit;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container)) .wp-block-cover__video-background {
|
|
504
|
+
z-index: 0;
|
|
505
|
+
}
|
|
506
|
+
body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container)) .wp-block-cover__image-background {
|
|
507
|
+
z-index: 0;
|
|
508
|
+
}
|
|
509
|
+
body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient)::before,
|
|
510
|
+
body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container)) .wp-block-cover__background,
|
|
511
|
+
body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container)) .wp-block-cover__gradient-background {
|
|
512
|
+
z-index: 1;
|
|
513
|
+
}
|
|
514
|
+
body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container)) .wp-block-cover__inner-container {
|
|
515
|
+
z-index: 1;
|
|
516
|
+
}
|
|
517
|
+
.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background + .wp-block-cover__inner-container)) .wp-block-cover__inner-container {
|
|
518
|
+
z-index: auto;
|
|
515
519
|
}
|
|
@@ -440,9 +440,11 @@ html :where(.wp-block-column) {
|
|
|
440
440
|
width: 100%;
|
|
441
441
|
z-index: 1;
|
|
442
442
|
}
|
|
443
|
+
.wp-block-cover.is-transient .wp-block-cover__inner-container {
|
|
444
|
+
z-index: 2;
|
|
445
|
+
}
|
|
443
446
|
.wp-block-cover .components-spinner {
|
|
444
447
|
position: absolute;
|
|
445
|
-
z-index: 1;
|
|
446
448
|
top: 50%;
|
|
447
449
|
right: 50%;
|
|
448
450
|
transform: translate(50%, -50%);
|
|
@@ -489,10 +491,6 @@ html :where(.wp-block-column) {
|
|
|
489
491
|
overflow: visible;
|
|
490
492
|
}
|
|
491
493
|
|
|
492
|
-
.wp-block-cover > .components-drop-zone .components-drop-zone__content {
|
|
493
|
-
opacity: 0.8 !important;
|
|
494
|
-
}
|
|
495
|
-
|
|
496
494
|
.block-editor-block-patterns-list__list-item .has-parallax.wp-block-cover {
|
|
497
495
|
background-attachment: scroll;
|
|
498
496
|
}
|
|
@@ -1158,16 +1156,6 @@ div[data-type="core/freeform"].is-selected .block-library-classic__toolbar {
|
|
|
1158
1156
|
left: 0;
|
|
1159
1157
|
}
|
|
1160
1158
|
|
|
1161
|
-
:where([data-has-multi-selection]:not([contenteditable="true"]) .wp-block-group > *) {
|
|
1162
|
-
-webkit-user-select: initial;
|
|
1163
|
-
user-select: initial;
|
|
1164
|
-
}
|
|
1165
|
-
|
|
1166
|
-
:where([data-has-multi-selection]:not([contenteditable="true"]) .wp-block-group) {
|
|
1167
|
-
-webkit-user-select: none;
|
|
1168
|
-
user-select: none;
|
|
1169
|
-
}
|
|
1170
|
-
|
|
1171
1159
|
[data-type="core/group"].is-selected .block-list-appender {
|
|
1172
1160
|
margin-right: 0;
|
|
1173
1161
|
margin-left: 0;
|
|
@@ -1362,6 +1350,10 @@ figure.wp-block-image:not(.wp-block) {
|
|
|
1362
1350
|
overflow: visible !important;
|
|
1363
1351
|
}
|
|
1364
1352
|
|
|
1353
|
+
.wp-block-image__toolbar_content_textarea__container {
|
|
1354
|
+
padding: 8px;
|
|
1355
|
+
}
|
|
1356
|
+
|
|
1365
1357
|
.wp-block-image__toolbar_content_textarea {
|
|
1366
1358
|
width: 250px;
|
|
1367
1359
|
}
|
|
@@ -1383,13 +1375,6 @@ figure.wp-block-image:not(.wp-block) {
|
|
|
1383
1375
|
padding-right: 0;
|
|
1384
1376
|
}
|
|
1385
1377
|
|
|
1386
|
-
.wp-block-latest-posts__post-content-radio {
|
|
1387
|
-
margin-bottom: 24px;
|
|
1388
|
-
}
|
|
1389
|
-
.wp-block-latest-posts__post-content-radio:last-child {
|
|
1390
|
-
margin-bottom: 8px;
|
|
1391
|
-
}
|
|
1392
|
-
|
|
1393
1378
|
.wp-block-media-text__media {
|
|
1394
1379
|
position: relative;
|
|
1395
1380
|
}
|
|
@@ -2417,13 +2402,13 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
2417
2402
|
font-size: inherit;
|
|
2418
2403
|
color: currentColor;
|
|
2419
2404
|
height: auto;
|
|
2405
|
+
font-weight: inherit;
|
|
2406
|
+
font-family: inherit;
|
|
2420
2407
|
opacity: 1;
|
|
2421
2408
|
padding: 0.25em;
|
|
2422
2409
|
}
|
|
2423
|
-
.wp-block-social-link-anchor:
|
|
2424
|
-
|
|
2425
|
-
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
2426
|
-
outline: 3px solid transparent;
|
|
2410
|
+
.wp-block-social-link-anchor:hover {
|
|
2411
|
+
transform: none;
|
|
2427
2412
|
}
|
|
2428
2413
|
|
|
2429
2414
|
:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link button) {
|
|
@@ -2712,6 +2697,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
2712
2697
|
max-width: 240px;
|
|
2713
2698
|
}
|
|
2714
2699
|
|
|
2700
|
+
.block-library-video-tracks-editor__tracks-informative-message-title,
|
|
2715
2701
|
.block-library-video-tracks-editor__single-track-editor-edit-track-label {
|
|
2716
2702
|
margin-top: 4px;
|
|
2717
2703
|
color: #757575;
|
|
@@ -2730,6 +2716,13 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
2730
2716
|
padding: 0;
|
|
2731
2717
|
}
|
|
2732
2718
|
|
|
2719
|
+
.block-library-video-tracks-editor__tracks-informative-message {
|
|
2720
|
+
padding: 8px;
|
|
2721
|
+
}
|
|
2722
|
+
.block-library-video-tracks-editor__tracks-informative-message-description {
|
|
2723
|
+
margin-bottom: 0;
|
|
2724
|
+
}
|
|
2725
|
+
|
|
2733
2726
|
.editor-styles-wrapper ul.wp-block-post-template {
|
|
2734
2727
|
padding-right: 0;
|
|
2735
2728
|
margin-right: 0;
|
|
@@ -2743,10 +2736,6 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
2743
2736
|
margin-bottom: 8px;
|
|
2744
2737
|
}
|
|
2745
2738
|
|
|
2746
|
-
.wp-block-query__create-new-link {
|
|
2747
|
-
padding: 0 52px 16px 16px;
|
|
2748
|
-
}
|
|
2749
|
-
|
|
2750
2739
|
.block-library-query__pattern-selection-content .block-editor-block-patterns-list {
|
|
2751
2740
|
display: grid;
|
|
2752
2741
|
grid-template-columns: 1fr 1fr 1fr;
|
package/build-style/editor.css
CHANGED
|
@@ -444,9 +444,11 @@ html :where(.wp-block-column) {
|
|
|
444
444
|
width: 100%;
|
|
445
445
|
z-index: 1;
|
|
446
446
|
}
|
|
447
|
+
.wp-block-cover.is-transient .wp-block-cover__inner-container {
|
|
448
|
+
z-index: 2;
|
|
449
|
+
}
|
|
447
450
|
.wp-block-cover .components-spinner {
|
|
448
451
|
position: absolute;
|
|
449
|
-
z-index: 1;
|
|
450
452
|
top: 50%;
|
|
451
453
|
left: 50%;
|
|
452
454
|
transform: translate(-50%, -50%);
|
|
@@ -493,10 +495,6 @@ html :where(.wp-block-column) {
|
|
|
493
495
|
overflow: visible;
|
|
494
496
|
}
|
|
495
497
|
|
|
496
|
-
.wp-block-cover > .components-drop-zone .components-drop-zone__content {
|
|
497
|
-
opacity: 0.8 !important;
|
|
498
|
-
}
|
|
499
|
-
|
|
500
498
|
.block-editor-block-patterns-list__list-item .has-parallax.wp-block-cover {
|
|
501
499
|
background-attachment: scroll;
|
|
502
500
|
}
|
|
@@ -1166,16 +1164,6 @@ div[data-type="core/freeform"].is-selected .block-library-classic__toolbar {
|
|
|
1166
1164
|
right: 0;
|
|
1167
1165
|
}
|
|
1168
1166
|
|
|
1169
|
-
:where([data-has-multi-selection]:not([contenteditable="true"]) .wp-block-group > *) {
|
|
1170
|
-
-webkit-user-select: initial;
|
|
1171
|
-
user-select: initial;
|
|
1172
|
-
}
|
|
1173
|
-
|
|
1174
|
-
:where([data-has-multi-selection]:not([contenteditable="true"]) .wp-block-group) {
|
|
1175
|
-
-webkit-user-select: none;
|
|
1176
|
-
user-select: none;
|
|
1177
|
-
}
|
|
1178
|
-
|
|
1179
1167
|
[data-type="core/group"].is-selected .block-list-appender {
|
|
1180
1168
|
margin-left: 0;
|
|
1181
1169
|
margin-right: 0;
|
|
@@ -1371,6 +1359,10 @@ figure.wp-block-image:not(.wp-block) {
|
|
|
1371
1359
|
overflow: visible !important;
|
|
1372
1360
|
}
|
|
1373
1361
|
|
|
1362
|
+
.wp-block-image__toolbar_content_textarea__container {
|
|
1363
|
+
padding: 8px;
|
|
1364
|
+
}
|
|
1365
|
+
|
|
1374
1366
|
.wp-block-image__toolbar_content_textarea {
|
|
1375
1367
|
width: 250px;
|
|
1376
1368
|
}
|
|
@@ -1392,13 +1384,6 @@ figure.wp-block-image:not(.wp-block) {
|
|
|
1392
1384
|
padding-left: 0;
|
|
1393
1385
|
}
|
|
1394
1386
|
|
|
1395
|
-
.wp-block-latest-posts__post-content-radio {
|
|
1396
|
-
margin-bottom: 24px;
|
|
1397
|
-
}
|
|
1398
|
-
.wp-block-latest-posts__post-content-radio:last-child {
|
|
1399
|
-
margin-bottom: 8px;
|
|
1400
|
-
}
|
|
1401
|
-
|
|
1402
1387
|
.wp-block-media-text__media {
|
|
1403
1388
|
position: relative;
|
|
1404
1389
|
}
|
|
@@ -2426,13 +2411,13 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
2426
2411
|
font-size: inherit;
|
|
2427
2412
|
color: currentColor;
|
|
2428
2413
|
height: auto;
|
|
2414
|
+
font-weight: inherit;
|
|
2415
|
+
font-family: inherit;
|
|
2429
2416
|
opacity: 1;
|
|
2430
2417
|
padding: 0.25em;
|
|
2431
2418
|
}
|
|
2432
|
-
.wp-block-social-link-anchor:
|
|
2433
|
-
|
|
2434
|
-
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
2435
|
-
outline: 3px solid transparent;
|
|
2419
|
+
.wp-block-social-link-anchor:hover {
|
|
2420
|
+
transform: none;
|
|
2436
2421
|
}
|
|
2437
2422
|
|
|
2438
2423
|
:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link button) {
|
|
@@ -2721,6 +2706,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
2721
2706
|
max-width: 240px;
|
|
2722
2707
|
}
|
|
2723
2708
|
|
|
2709
|
+
.block-library-video-tracks-editor__tracks-informative-message-title,
|
|
2724
2710
|
.block-library-video-tracks-editor__single-track-editor-edit-track-label {
|
|
2725
2711
|
margin-top: 4px;
|
|
2726
2712
|
color: #757575;
|
|
@@ -2739,6 +2725,13 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
2739
2725
|
padding: 0;
|
|
2740
2726
|
}
|
|
2741
2727
|
|
|
2728
|
+
.block-library-video-tracks-editor__tracks-informative-message {
|
|
2729
|
+
padding: 8px;
|
|
2730
|
+
}
|
|
2731
|
+
.block-library-video-tracks-editor__tracks-informative-message-description {
|
|
2732
|
+
margin-bottom: 0;
|
|
2733
|
+
}
|
|
2734
|
+
|
|
2742
2735
|
.editor-styles-wrapper ul.wp-block-post-template {
|
|
2743
2736
|
padding-left: 0;
|
|
2744
2737
|
margin-left: 0;
|
|
@@ -2752,10 +2745,6 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
|
|
|
2752
2745
|
margin-bottom: 8px;
|
|
2753
2746
|
}
|
|
2754
2747
|
|
|
2755
|
-
.wp-block-query__create-new-link {
|
|
2756
|
-
padding: 0 16px 16px 52px;
|
|
2757
|
-
}
|
|
2758
|
-
|
|
2759
2748
|
.block-library-query__pattern-selection-content .block-editor-block-patterns-list {
|
|
2760
2749
|
display: grid;
|
|
2761
2750
|
grid-template-columns: 1fr 1fr 1fr;
|
|
@@ -106,16 +106,6 @@
|
|
|
106
106
|
left: 0;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
:where([data-has-multi-selection]:not([contenteditable="true"]) .wp-block-group > *) {
|
|
110
|
-
-webkit-user-select: initial;
|
|
111
|
-
user-select: initial;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
:where([data-has-multi-selection]:not([contenteditable="true"]) .wp-block-group) {
|
|
115
|
-
-webkit-user-select: none;
|
|
116
|
-
user-select: none;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
109
|
[data-type="core/group"].is-selected .block-list-appender {
|
|
120
110
|
margin-right: 0;
|
|
121
111
|
margin-left: 0;
|
|
@@ -106,16 +106,6 @@
|
|
|
106
106
|
right: 0;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
:where([data-has-multi-selection]:not([contenteditable="true"]) .wp-block-group > *) {
|
|
110
|
-
-webkit-user-select: initial;
|
|
111
|
-
user-select: initial;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
:where([data-has-multi-selection]:not([contenteditable="true"]) .wp-block-group) {
|
|
115
|
-
-webkit-user-select: none;
|
|
116
|
-
user-select: none;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
109
|
[data-type="core/group"].is-selected .block-list-appender {
|
|
120
110
|
margin-left: 0;
|
|
121
111
|
margin-right: 0;
|
|
@@ -113,11 +113,4 @@
|
|
|
113
113
|
:root :where(.wp-block-latest-posts.is-grid),
|
|
114
114
|
:root :where(.wp-block-latest-posts__list) {
|
|
115
115
|
padding-right: 0;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.wp-block-latest-posts__post-content-radio {
|
|
119
|
-
margin-bottom: 24px;
|
|
120
|
-
}
|
|
121
|
-
.wp-block-latest-posts__post-content-radio:last-child {
|
|
122
|
-
margin-bottom: 8px;
|
|
123
116
|
}
|
|
@@ -113,11 +113,4 @@
|
|
|
113
113
|
:root :where(.wp-block-latest-posts.is-grid),
|
|
114
114
|
:root :where(.wp-block-latest-posts__list) {
|
|
115
115
|
padding-left: 0;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.wp-block-latest-posts__post-content-radio {
|
|
119
|
-
margin-bottom: 24px;
|
|
120
|
-
}
|
|
121
|
-
.wp-block-latest-posts__post-content-radio:last-child {
|
|
122
|
-
margin-bottom: 8px;
|
|
123
116
|
}
|
|
@@ -448,7 +448,7 @@ button.wp-block-navigation-item__content {
|
|
|
448
448
|
padding-top: clamp(1rem, var(--wp--style--root--padding-top), 20rem);
|
|
449
449
|
padding-left: clamp(1rem, var(--wp--style--root--padding-right), 20rem);
|
|
450
450
|
padding-bottom: clamp(1rem, var(--wp--style--root--padding-bottom), 20rem);
|
|
451
|
-
padding-right: clamp(1rem, var(--wp--style--root--padding-left),
|
|
451
|
+
padding-right: clamp(1rem, var(--wp--style--root--padding-left), 20rem);
|
|
452
452
|
overflow: auto;
|
|
453
453
|
z-index: 100000;
|
|
454
454
|
}
|
|
@@ -448,7 +448,7 @@ button.wp-block-navigation-item__content {
|
|
|
448
448
|
padding-top: clamp(1rem, var(--wp--style--root--padding-top), 20rem);
|
|
449
449
|
padding-right: clamp(1rem, var(--wp--style--root--padding-right), 20rem);
|
|
450
450
|
padding-bottom: clamp(1rem, var(--wp--style--root--padding-bottom), 20rem);
|
|
451
|
-
padding-left: clamp(1rem, var(--wp--style--root--padding-left),
|
|
451
|
+
padding-left: clamp(1rem, var(--wp--style--root--padding-left), 20rem);
|
|
452
452
|
overflow: auto;
|
|
453
453
|
z-index: 100000;
|
|
454
454
|
}
|
|
@@ -105,10 +105,6 @@
|
|
|
105
105
|
margin-bottom: 8px;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
.wp-block-query__create-new-link {
|
|
109
|
-
padding: 0 52px 16px 16px;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
108
|
.block-library-query__pattern-selection-content .block-editor-block-patterns-list {
|
|
113
109
|
display: grid;
|
|
114
110
|
grid-template-columns: 1fr 1fr 1fr;
|
|
@@ -105,10 +105,6 @@
|
|
|
105
105
|
margin-bottom: 8px;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
.wp-block-query__create-new-link {
|
|
109
|
-
padding: 0 16px 16px 52px;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
108
|
.block-library-query__pattern-selection-content .block-editor-block-patterns-list {
|
|
113
109
|
display: grid;
|
|
114
110
|
grid-template-columns: 1fr 1fr 1fr;
|
|
@@ -145,9 +145,9 @@
|
|
|
145
145
|
margin-right: 0;
|
|
146
146
|
flex-shrink: 0;
|
|
147
147
|
max-width: 100%;
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
148
|
+
box-sizing: border-box;
|
|
149
|
+
display: flex;
|
|
150
|
+
justify-content: center;
|
|
151
151
|
}
|
|
152
152
|
.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
|
|
153
153
|
transition-property: width;
|
|
@@ -145,9 +145,9 @@
|
|
|
145
145
|
margin-left: 0;
|
|
146
146
|
flex-shrink: 0;
|
|
147
147
|
max-width: 100%;
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
148
|
+
box-sizing: border-box;
|
|
149
|
+
display: flex;
|
|
150
|
+
justify-content: center;
|
|
151
151
|
}
|
|
152
152
|
.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
|
|
153
153
|
transition-property: width;
|
|
@@ -112,13 +112,13 @@
|
|
|
112
112
|
font-size: inherit;
|
|
113
113
|
color: currentColor;
|
|
114
114
|
height: auto;
|
|
115
|
+
font-weight: inherit;
|
|
116
|
+
font-family: inherit;
|
|
115
117
|
opacity: 1;
|
|
116
118
|
padding: 0.25em;
|
|
117
119
|
}
|
|
118
|
-
.wp-block-social-link-anchor:
|
|
119
|
-
|
|
120
|
-
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
121
|
-
outline: 3px solid transparent;
|
|
120
|
+
.wp-block-social-link-anchor:hover {
|
|
121
|
+
transform: none;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link button) {
|
|
@@ -112,13 +112,13 @@
|
|
|
112
112
|
font-size: inherit;
|
|
113
113
|
color: currentColor;
|
|
114
114
|
height: auto;
|
|
115
|
+
font-weight: inherit;
|
|
116
|
+
font-family: inherit;
|
|
115
117
|
opacity: 1;
|
|
116
118
|
padding: 0.25em;
|
|
117
119
|
}
|
|
118
|
-
.wp-block-social-link-anchor:
|
|
119
|
-
|
|
120
|
-
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
121
|
-
outline: 3px solid transparent;
|
|
120
|
+
.wp-block-social-link-anchor:hover {
|
|
121
|
+
transform: none;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link button) {
|