@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
|
@@ -168,13 +168,13 @@
|
|
|
168
168
|
font-size: inherit;
|
|
169
169
|
}
|
|
170
170
|
.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
|
|
171
|
-
width: calc(25% -
|
|
171
|
+
width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
|
|
172
172
|
}
|
|
173
173
|
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
|
|
174
|
-
width: calc(50% -
|
|
174
|
+
width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
|
|
175
175
|
}
|
|
176
176
|
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
|
|
177
|
-
width: calc(75% -
|
|
177
|
+
width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
|
|
178
178
|
}
|
|
179
179
|
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
|
|
180
180
|
width: 100%;
|
|
@@ -531,7 +531,7 @@
|
|
|
531
531
|
padding: calc(0.667em + 2px);
|
|
532
532
|
}
|
|
533
533
|
|
|
534
|
-
:where(.wp-block-post-comments input[type=
|
|
534
|
+
:where(.wp-block-post-comments input[type=submit]) {
|
|
535
535
|
border: none;
|
|
536
536
|
}
|
|
537
537
|
|
|
@@ -544,6 +544,7 @@
|
|
|
544
544
|
.wp-block-comments-pagination > .wp-block-comments-pagination-numbers {
|
|
545
545
|
margin-right: 0.5em;
|
|
546
546
|
margin-bottom: 0.5em;
|
|
547
|
+
font-size: inherit;
|
|
547
548
|
}
|
|
548
549
|
.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child,
|
|
549
550
|
.wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child,
|
|
@@ -1399,7 +1400,7 @@ figure.wp-block-gallery.has-nested-images {
|
|
|
1399
1400
|
}
|
|
1400
1401
|
|
|
1401
1402
|
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
|
|
1402
|
-
width: calc(50% -
|
|
1403
|
+
width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
|
|
1403
1404
|
margin: 0;
|
|
1404
1405
|
}
|
|
1405
1406
|
.wp-block-gallery.has-nested-images figure.wp-block-image {
|
|
@@ -1555,7 +1556,7 @@ figure.wp-block-gallery.has-nested-images {
|
|
|
1555
1556
|
}
|
|
1556
1557
|
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
|
|
1557
1558
|
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
|
|
1558
|
-
width: calc(50% -
|
|
1559
|
+
width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
|
|
1559
1560
|
}
|
|
1560
1561
|
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(1) {
|
|
1561
1562
|
width: 100%;
|
|
@@ -1585,21 +1586,22 @@ h5.has-background,
|
|
|
1585
1586
|
h6.has-background {
|
|
1586
1587
|
padding: 1.25em 2.375em;
|
|
1587
1588
|
}
|
|
1588
|
-
h1.has-text-align-right[style*=writing-mode]:where([style*=
|
|
1589
|
-
h2.has-text-align-right[style*=writing-mode]:where([style*=
|
|
1590
|
-
h2.has-text-align-left[style*=writing-mode]:where([style*=
|
|
1591
|
-
h3.has-text-align-right[style*=writing-mode]:where([style*=
|
|
1592
|
-
h3.has-text-align-left[style*=writing-mode]:where([style*=
|
|
1593
|
-
h4.has-text-align-right[style*=writing-mode]:where([style*=
|
|
1594
|
-
h4.has-text-align-left[style*=writing-mode]:where([style*=
|
|
1595
|
-
h5.has-text-align-right[style*=writing-mode]:where([style*=
|
|
1596
|
-
h5.has-text-align-left[style*=writing-mode]:where([style*=
|
|
1597
|
-
h6.has-text-align-right[style*=writing-mode]:where([style*=
|
|
1598
|
-
h6.has-text-align-left[style*=writing-mode]:where([style*=
|
|
1589
|
+
h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
|
1590
|
+
h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
|
1591
|
+
h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
|
1592
|
+
h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
|
1593
|
+
h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
|
1594
|
+
h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
|
1595
|
+
h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
|
1596
|
+
h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
|
1597
|
+
h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
|
1598
|
+
h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
|
1599
|
+
h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]) {
|
|
1599
1600
|
rotate: 180deg;
|
|
1600
1601
|
}
|
|
1601
1602
|
|
|
1602
|
-
.wp-block-image a
|
|
1603
|
+
.wp-block-image > a,
|
|
1604
|
+
.wp-block-image > figure > a {
|
|
1603
1605
|
display: inline-block;
|
|
1604
1606
|
}
|
|
1605
1607
|
.wp-block-image img {
|
|
@@ -1626,7 +1628,7 @@ h6.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]) {
|
|
|
1626
1628
|
.wp-block-image.aligncenter {
|
|
1627
1629
|
text-align: center;
|
|
1628
1630
|
}
|
|
1629
|
-
.wp-block-image.alignfull a, .wp-block-image.alignwide a {
|
|
1631
|
+
.wp-block-image.alignfull > a, .wp-block-image.alignwide > a {
|
|
1630
1632
|
width: 100%;
|
|
1631
1633
|
}
|
|
1632
1634
|
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
|
|
@@ -1814,7 +1816,7 @@ h6.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]) {
|
|
|
1814
1816
|
height: 100%;
|
|
1815
1817
|
position: absolute;
|
|
1816
1818
|
z-index: 2000000;
|
|
1817
|
-
background-color:
|
|
1819
|
+
background-color: rgb(255, 255, 255);
|
|
1818
1820
|
opacity: 0.9;
|
|
1819
1821
|
}
|
|
1820
1822
|
.wp-lightbox-overlay.active {
|
|
@@ -1918,16 +1920,16 @@ ol.wp-block-latest-comments {
|
|
|
1918
1920
|
box-sizing: border-box;
|
|
1919
1921
|
}
|
|
1920
1922
|
|
|
1921
|
-
:where(.wp-block-latest-comments:not([style*=
|
|
1923
|
+
:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
|
|
1922
1924
|
line-height: 1.1;
|
|
1923
1925
|
}
|
|
1924
1926
|
|
|
1925
|
-
:where(.wp-block-latest-comments:not([style*=
|
|
1927
|
+
:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
|
|
1926
1928
|
line-height: 1.8;
|
|
1927
1929
|
}
|
|
1928
1930
|
|
|
1929
|
-
.has-dates :where(.wp-block-latest-comments:not([style*=
|
|
1930
|
-
.has-excerpts :where(.wp-block-latest-comments:not([style*=
|
|
1931
|
+
.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),
|
|
1932
|
+
.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
|
|
1931
1933
|
line-height: 1.5;
|
|
1932
1934
|
}
|
|
1933
1935
|
|
|
@@ -2043,7 +2045,8 @@ ol.wp-block-latest-comments {
|
|
|
2043
2045
|
font-size: 0.8125em;
|
|
2044
2046
|
}
|
|
2045
2047
|
|
|
2046
|
-
.wp-block-latest-posts__post-excerpt
|
|
2048
|
+
.wp-block-latest-posts__post-excerpt,
|
|
2049
|
+
.wp-block-latest-posts__post-full-content {
|
|
2047
2050
|
margin-top: 0.5em;
|
|
2048
2051
|
margin-bottom: 1em;
|
|
2049
2052
|
}
|
|
@@ -2856,7 +2859,7 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
2856
2859
|
font-family: inherit;
|
|
2857
2860
|
}
|
|
2858
2861
|
:where(.wp-block-post-comments-form) textarea,
|
|
2859
|
-
:where(.wp-block-post-comments-form) input:where(:not([type=
|
|
2862
|
+
:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])) {
|
|
2860
2863
|
padding: calc(0.667em + 2px);
|
|
2861
2864
|
}
|
|
2862
2865
|
|
|
@@ -2881,7 +2884,7 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
2881
2884
|
.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
|
|
2882
2885
|
letter-spacing: inherit;
|
|
2883
2886
|
}
|
|
2884
|
-
.wp-block-post-comments-form :where(input[type=
|
|
2887
|
+
.wp-block-post-comments-form :where(input[type=submit]) {
|
|
2885
2888
|
box-shadow: none;
|
|
2886
2889
|
cursor: pointer;
|
|
2887
2890
|
display: inline-block;
|
|
@@ -3127,6 +3130,7 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
3127
3130
|
|
|
3128
3131
|
.wp-block-pullquote cite {
|
|
3129
3132
|
color: inherit;
|
|
3133
|
+
display: block;
|
|
3130
3134
|
}
|
|
3131
3135
|
|
|
3132
3136
|
.wp-block-post-template {
|
|
@@ -3245,10 +3249,10 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
3245
3249
|
width: -moz-fit-content;
|
|
3246
3250
|
width: fit-content;
|
|
3247
3251
|
}
|
|
3248
|
-
.wp-block-read-more:where(:not([style*=
|
|
3252
|
+
.wp-block-read-more:where(:not([style*=text-decoration])) {
|
|
3249
3253
|
text-decoration: none;
|
|
3250
3254
|
}
|
|
3251
|
-
.wp-block-read-more:where(:not([style*=
|
|
3255
|
+
.wp-block-read-more:where(:not([style*=text-decoration])):focus, .wp-block-read-more:where(:not([style*=text-decoration])):active {
|
|
3252
3256
|
text-decoration: none;
|
|
3253
3257
|
}
|
|
3254
3258
|
|
|
@@ -3897,8 +3901,8 @@ ul.wp-block-rss.is-grid li {
|
|
|
3897
3901
|
}
|
|
3898
3902
|
|
|
3899
3903
|
:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
|
|
3900
|
-
padding-right:
|
|
3901
|
-
padding-left:
|
|
3904
|
+
padding-right: 0.6666666667em;
|
|
3905
|
+
padding-left: 0.6666666667em;
|
|
3902
3906
|
}
|
|
3903
3907
|
|
|
3904
3908
|
.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
|
|
@@ -4107,13 +4111,13 @@ ul.wp-block-rss.is-grid li {
|
|
|
4107
4111
|
margin-left: 0;
|
|
4108
4112
|
}
|
|
4109
4113
|
.wp-block-text-columns.columns-2 .wp-block-column {
|
|
4110
|
-
width:
|
|
4114
|
+
width: 50%;
|
|
4111
4115
|
}
|
|
4112
4116
|
.wp-block-text-columns.columns-3 .wp-block-column {
|
|
4113
|
-
width:
|
|
4117
|
+
width: 33.3333333333%;
|
|
4114
4118
|
}
|
|
4115
4119
|
.wp-block-text-columns.columns-4 .wp-block-column {
|
|
4116
|
-
width:
|
|
4120
|
+
width: 25%;
|
|
4117
4121
|
}
|
|
4118
4122
|
|
|
4119
4123
|
pre.wp-block-verse {
|
|
@@ -4191,25 +4195,25 @@ a[data-fn].fn::after {
|
|
|
4191
4195
|
color: #313131;
|
|
4192
4196
|
}
|
|
4193
4197
|
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
|
|
4194
|
-
background: linear-gradient(-135deg,
|
|
4198
|
+
background: linear-gradient(-135deg, rgb(0, 208, 132) 0%, rgb(6, 147, 227) 100%);
|
|
4195
4199
|
}
|
|
4196
4200
|
:root .has-purple-crush-gradient-background {
|
|
4197
|
-
background: linear-gradient(-135deg,
|
|
4201
|
+
background: linear-gradient(-135deg, rgb(52, 226, 228) 0%, rgb(71, 33, 251) 50%, rgb(171, 29, 254) 100%);
|
|
4198
4202
|
}
|
|
4199
4203
|
:root .has-hazy-dawn-gradient-background {
|
|
4200
|
-
background: linear-gradient(-135deg,
|
|
4204
|
+
background: linear-gradient(-135deg, rgb(250, 172, 168) 0%, rgb(218, 208, 236) 100%);
|
|
4201
4205
|
}
|
|
4202
4206
|
:root .has-subdued-olive-gradient-background {
|
|
4203
|
-
background: linear-gradient(-135deg,
|
|
4207
|
+
background: linear-gradient(-135deg, rgb(250, 250, 225) 0%, rgb(103, 166, 113) 100%);
|
|
4204
4208
|
}
|
|
4205
4209
|
:root .has-atomic-cream-gradient-background {
|
|
4206
|
-
background: linear-gradient(-135deg,
|
|
4210
|
+
background: linear-gradient(-135deg, rgb(253, 215, 154) 0%, rgb(0, 74, 89) 100%);
|
|
4207
4211
|
}
|
|
4208
4212
|
:root .has-nightshade-gradient-background {
|
|
4209
|
-
background: linear-gradient(-135deg,
|
|
4213
|
+
background: linear-gradient(-135deg, rgb(51, 9, 104) 0%, rgb(49, 205, 207) 100%);
|
|
4210
4214
|
}
|
|
4211
4215
|
:root .has-midnight-gradient-background {
|
|
4212
|
-
background: linear-gradient(-135deg,
|
|
4216
|
+
background: linear-gradient(-135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
|
|
4213
4217
|
}
|
|
4214
4218
|
|
|
4215
4219
|
.has-regular-font-size {
|
|
@@ -4307,46 +4311,46 @@ html :where(.has-border-color) {
|
|
|
4307
4311
|
border-style: solid;
|
|
4308
4312
|
}
|
|
4309
4313
|
|
|
4310
|
-
html :where([style*=
|
|
4314
|
+
html :where([style*=border-top-color]) {
|
|
4311
4315
|
border-top-style: solid;
|
|
4312
4316
|
}
|
|
4313
4317
|
|
|
4314
|
-
html :where([style*=
|
|
4318
|
+
html :where([style*=border-right-color]) {
|
|
4315
4319
|
border-left-style: solid;
|
|
4316
4320
|
}
|
|
4317
4321
|
|
|
4318
|
-
html :where([style*=
|
|
4322
|
+
html :where([style*=border-bottom-color]) {
|
|
4319
4323
|
border-bottom-style: solid;
|
|
4320
4324
|
}
|
|
4321
4325
|
|
|
4322
|
-
html :where([style*=
|
|
4326
|
+
html :where([style*=border-left-color]) {
|
|
4323
4327
|
border-right-style: solid;
|
|
4324
4328
|
}
|
|
4325
4329
|
|
|
4326
|
-
html :where([style*=
|
|
4330
|
+
html :where([style*=border-width]) {
|
|
4327
4331
|
border-style: solid;
|
|
4328
4332
|
}
|
|
4329
4333
|
|
|
4330
|
-
html :where([style*=
|
|
4334
|
+
html :where([style*=border-top-width]) {
|
|
4331
4335
|
border-top-style: solid;
|
|
4332
4336
|
}
|
|
4333
4337
|
|
|
4334
|
-
html :where([style*=
|
|
4338
|
+
html :where([style*=border-right-width]) {
|
|
4335
4339
|
border-left-style: solid;
|
|
4336
4340
|
}
|
|
4337
4341
|
|
|
4338
|
-
html :where([style*=
|
|
4342
|
+
html :where([style*=border-bottom-width]) {
|
|
4339
4343
|
border-bottom-style: solid;
|
|
4340
4344
|
}
|
|
4341
4345
|
|
|
4342
|
-
html :where([style*=
|
|
4346
|
+
html :where([style*=border-left-width]) {
|
|
4343
4347
|
border-right-style: solid;
|
|
4344
4348
|
}
|
|
4345
4349
|
|
|
4346
4350
|
/**
|
|
4347
4351
|
* Provide baseline responsiveness for images.
|
|
4348
4352
|
*/
|
|
4349
|
-
html :where(img[class*=
|
|
4353
|
+
html :where(img[class*=wp-image-]) {
|
|
4350
4354
|
height: auto;
|
|
4351
4355
|
max-width: 100%;
|
|
4352
4356
|
}
|
package/build-style/style.css
CHANGED
|
@@ -169,13 +169,13 @@
|
|
|
169
169
|
font-size: inherit;
|
|
170
170
|
}
|
|
171
171
|
.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
|
|
172
|
-
width: calc(25% -
|
|
172
|
+
width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
|
|
173
173
|
}
|
|
174
174
|
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
|
|
175
|
-
width: calc(50% -
|
|
175
|
+
width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
|
|
176
176
|
}
|
|
177
177
|
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
|
|
178
|
-
width: calc(75% -
|
|
178
|
+
width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
|
|
179
179
|
}
|
|
180
180
|
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
|
|
181
181
|
width: 100%;
|
|
@@ -536,7 +536,7 @@
|
|
|
536
536
|
padding: calc(0.667em + 2px);
|
|
537
537
|
}
|
|
538
538
|
|
|
539
|
-
:where(.wp-block-post-comments input[type=
|
|
539
|
+
:where(.wp-block-post-comments input[type=submit]) {
|
|
540
540
|
border: none;
|
|
541
541
|
}
|
|
542
542
|
|
|
@@ -550,6 +550,7 @@
|
|
|
550
550
|
/*rtl:ignore*/
|
|
551
551
|
margin-right: 0.5em;
|
|
552
552
|
margin-bottom: 0.5em;
|
|
553
|
+
font-size: inherit;
|
|
553
554
|
}
|
|
554
555
|
.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child,
|
|
555
556
|
.wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child,
|
|
@@ -1409,7 +1410,7 @@ figure.wp-block-gallery.has-nested-images {
|
|
|
1409
1410
|
}
|
|
1410
1411
|
|
|
1411
1412
|
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
|
|
1412
|
-
width: calc(50% -
|
|
1413
|
+
width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
|
|
1413
1414
|
margin: 0;
|
|
1414
1415
|
}
|
|
1415
1416
|
.wp-block-gallery.has-nested-images figure.wp-block-image {
|
|
@@ -1565,7 +1566,7 @@ figure.wp-block-gallery.has-nested-images {
|
|
|
1565
1566
|
}
|
|
1566
1567
|
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
|
|
1567
1568
|
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
|
|
1568
|
-
width: calc(50% -
|
|
1569
|
+
width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
|
|
1569
1570
|
}
|
|
1570
1571
|
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(1) {
|
|
1571
1572
|
width: 100%;
|
|
@@ -1595,21 +1596,22 @@ h5.has-background,
|
|
|
1595
1596
|
h6.has-background {
|
|
1596
1597
|
padding: 1.25em 2.375em;
|
|
1597
1598
|
}
|
|
1598
|
-
h1.has-text-align-right[style*=writing-mode]:where([style*=
|
|
1599
|
-
h2.has-text-align-right[style*=writing-mode]:where([style*=
|
|
1600
|
-
h2.has-text-align-left[style*=writing-mode]:where([style*=
|
|
1601
|
-
h3.has-text-align-right[style*=writing-mode]:where([style*=
|
|
1602
|
-
h3.has-text-align-left[style*=writing-mode]:where([style*=
|
|
1603
|
-
h4.has-text-align-right[style*=writing-mode]:where([style*=
|
|
1604
|
-
h4.has-text-align-left[style*=writing-mode]:where([style*=
|
|
1605
|
-
h5.has-text-align-right[style*=writing-mode]:where([style*=
|
|
1606
|
-
h5.has-text-align-left[style*=writing-mode]:where([style*=
|
|
1607
|
-
h6.has-text-align-right[style*=writing-mode]:where([style*=
|
|
1608
|
-
h6.has-text-align-left[style*=writing-mode]:where([style*=
|
|
1599
|
+
h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
|
1600
|
+
h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
|
1601
|
+
h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
|
1602
|
+
h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
|
1603
|
+
h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
|
1604
|
+
h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
|
1605
|
+
h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
|
1606
|
+
h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
|
1607
|
+
h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
|
|
1608
|
+
h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
|
|
1609
|
+
h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]) {
|
|
1609
1610
|
rotate: 180deg;
|
|
1610
1611
|
}
|
|
1611
1612
|
|
|
1612
|
-
.wp-block-image a
|
|
1613
|
+
.wp-block-image > a,
|
|
1614
|
+
.wp-block-image > figure > a {
|
|
1613
1615
|
display: inline-block;
|
|
1614
1616
|
}
|
|
1615
1617
|
.wp-block-image img {
|
|
@@ -1636,7 +1638,7 @@ h6.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]) {
|
|
|
1636
1638
|
.wp-block-image.aligncenter {
|
|
1637
1639
|
text-align: center;
|
|
1638
1640
|
}
|
|
1639
|
-
.wp-block-image.alignfull a, .wp-block-image.alignwide a {
|
|
1641
|
+
.wp-block-image.alignfull > a, .wp-block-image.alignwide > a {
|
|
1640
1642
|
width: 100%;
|
|
1641
1643
|
}
|
|
1642
1644
|
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
|
|
@@ -1830,7 +1832,7 @@ h6.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]) {
|
|
|
1830
1832
|
height: 100%;
|
|
1831
1833
|
position: absolute;
|
|
1832
1834
|
z-index: 2000000;
|
|
1833
|
-
background-color:
|
|
1835
|
+
background-color: rgb(255, 255, 255);
|
|
1834
1836
|
opacity: 0.9;
|
|
1835
1837
|
}
|
|
1836
1838
|
.wp-lightbox-overlay.active {
|
|
@@ -1934,16 +1936,16 @@ ol.wp-block-latest-comments {
|
|
|
1934
1936
|
box-sizing: border-box;
|
|
1935
1937
|
}
|
|
1936
1938
|
|
|
1937
|
-
:where(.wp-block-latest-comments:not([style*=
|
|
1939
|
+
:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
|
|
1938
1940
|
line-height: 1.1;
|
|
1939
1941
|
}
|
|
1940
1942
|
|
|
1941
|
-
:where(.wp-block-latest-comments:not([style*=
|
|
1943
|
+
:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
|
|
1942
1944
|
line-height: 1.8;
|
|
1943
1945
|
}
|
|
1944
1946
|
|
|
1945
|
-
.has-dates :where(.wp-block-latest-comments:not([style*=
|
|
1946
|
-
.has-excerpts :where(.wp-block-latest-comments:not([style*=
|
|
1947
|
+
.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),
|
|
1948
|
+
.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
|
|
1947
1949
|
line-height: 1.5;
|
|
1948
1950
|
}
|
|
1949
1951
|
|
|
@@ -2061,7 +2063,8 @@ ol.wp-block-latest-comments {
|
|
|
2061
2063
|
font-size: 0.8125em;
|
|
2062
2064
|
}
|
|
2063
2065
|
|
|
2064
|
-
.wp-block-latest-posts__post-excerpt
|
|
2066
|
+
.wp-block-latest-posts__post-excerpt,
|
|
2067
|
+
.wp-block-latest-posts__post-full-content {
|
|
2065
2068
|
margin-top: 0.5em;
|
|
2066
2069
|
margin-bottom: 1em;
|
|
2067
2070
|
}
|
|
@@ -2888,7 +2891,7 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
2888
2891
|
font-family: inherit;
|
|
2889
2892
|
}
|
|
2890
2893
|
:where(.wp-block-post-comments-form) textarea,
|
|
2891
|
-
:where(.wp-block-post-comments-form) input:where(:not([type=
|
|
2894
|
+
:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])) {
|
|
2892
2895
|
padding: calc(0.667em + 2px);
|
|
2893
2896
|
}
|
|
2894
2897
|
|
|
@@ -2913,7 +2916,7 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
2913
2916
|
.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
|
|
2914
2917
|
letter-spacing: inherit;
|
|
2915
2918
|
}
|
|
2916
|
-
.wp-block-post-comments-form :where(input[type=
|
|
2919
|
+
.wp-block-post-comments-form :where(input[type=submit]) {
|
|
2917
2920
|
box-shadow: none;
|
|
2918
2921
|
cursor: pointer;
|
|
2919
2922
|
display: inline-block;
|
|
@@ -3159,6 +3162,7 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
3159
3162
|
|
|
3160
3163
|
.wp-block-pullquote cite {
|
|
3161
3164
|
color: inherit;
|
|
3165
|
+
display: block;
|
|
3162
3166
|
}
|
|
3163
3167
|
|
|
3164
3168
|
.wp-block-post-template {
|
|
@@ -3277,10 +3281,10 @@ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
|
|
|
3277
3281
|
width: -moz-fit-content;
|
|
3278
3282
|
width: fit-content;
|
|
3279
3283
|
}
|
|
3280
|
-
.wp-block-read-more:where(:not([style*=
|
|
3284
|
+
.wp-block-read-more:where(:not([style*=text-decoration])) {
|
|
3281
3285
|
text-decoration: none;
|
|
3282
3286
|
}
|
|
3283
|
-
.wp-block-read-more:where(:not([style*=
|
|
3287
|
+
.wp-block-read-more:where(:not([style*=text-decoration])):focus, .wp-block-read-more:where(:not([style*=text-decoration])):active {
|
|
3284
3288
|
text-decoration: none;
|
|
3285
3289
|
}
|
|
3286
3290
|
|
|
@@ -3932,8 +3936,8 @@ ul.wp-block-rss.is-grid li {
|
|
|
3932
3936
|
}
|
|
3933
3937
|
|
|
3934
3938
|
:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
|
|
3935
|
-
padding-left:
|
|
3936
|
-
padding-right:
|
|
3939
|
+
padding-left: 0.6666666667em;
|
|
3940
|
+
padding-right: 0.6666666667em;
|
|
3937
3941
|
}
|
|
3938
3942
|
|
|
3939
3943
|
.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
|
|
@@ -4142,13 +4146,13 @@ ul.wp-block-rss.is-grid li {
|
|
|
4142
4146
|
margin-right: 0;
|
|
4143
4147
|
}
|
|
4144
4148
|
.wp-block-text-columns.columns-2 .wp-block-column {
|
|
4145
|
-
width:
|
|
4149
|
+
width: 50%;
|
|
4146
4150
|
}
|
|
4147
4151
|
.wp-block-text-columns.columns-3 .wp-block-column {
|
|
4148
|
-
width:
|
|
4152
|
+
width: 33.3333333333%;
|
|
4149
4153
|
}
|
|
4150
4154
|
.wp-block-text-columns.columns-4 .wp-block-column {
|
|
4151
|
-
width:
|
|
4155
|
+
width: 25%;
|
|
4152
4156
|
}
|
|
4153
4157
|
|
|
4154
4158
|
pre.wp-block-verse {
|
|
@@ -4226,25 +4230,25 @@ a[data-fn].fn::after {
|
|
|
4226
4230
|
color: #313131;
|
|
4227
4231
|
}
|
|
4228
4232
|
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
|
|
4229
|
-
background: linear-gradient(135deg,
|
|
4233
|
+
background: linear-gradient(135deg, rgb(0, 208, 132) 0%, rgb(6, 147, 227) 100%);
|
|
4230
4234
|
}
|
|
4231
4235
|
:root .has-purple-crush-gradient-background {
|
|
4232
|
-
background: linear-gradient(135deg,
|
|
4236
|
+
background: linear-gradient(135deg, rgb(52, 226, 228) 0%, rgb(71, 33, 251) 50%, rgb(171, 29, 254) 100%);
|
|
4233
4237
|
}
|
|
4234
4238
|
:root .has-hazy-dawn-gradient-background {
|
|
4235
|
-
background: linear-gradient(135deg,
|
|
4239
|
+
background: linear-gradient(135deg, rgb(250, 172, 168) 0%, rgb(218, 208, 236) 100%);
|
|
4236
4240
|
}
|
|
4237
4241
|
:root .has-subdued-olive-gradient-background {
|
|
4238
|
-
background: linear-gradient(135deg,
|
|
4242
|
+
background: linear-gradient(135deg, rgb(250, 250, 225) 0%, rgb(103, 166, 113) 100%);
|
|
4239
4243
|
}
|
|
4240
4244
|
:root .has-atomic-cream-gradient-background {
|
|
4241
|
-
background: linear-gradient(135deg,
|
|
4245
|
+
background: linear-gradient(135deg, rgb(253, 215, 154) 0%, rgb(0, 74, 89) 100%);
|
|
4242
4246
|
}
|
|
4243
4247
|
:root .has-nightshade-gradient-background {
|
|
4244
|
-
background: linear-gradient(135deg,
|
|
4248
|
+
background: linear-gradient(135deg, rgb(51, 9, 104) 0%, rgb(49, 205, 207) 100%);
|
|
4245
4249
|
}
|
|
4246
4250
|
:root .has-midnight-gradient-background {
|
|
4247
|
-
background: linear-gradient(135deg,
|
|
4251
|
+
background: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
|
|
4248
4252
|
}
|
|
4249
4253
|
|
|
4250
4254
|
.has-regular-font-size {
|
|
@@ -4344,46 +4348,46 @@ html :where(.has-border-color) {
|
|
|
4344
4348
|
border-style: solid;
|
|
4345
4349
|
}
|
|
4346
4350
|
|
|
4347
|
-
html :where([style*=
|
|
4351
|
+
html :where([style*=border-top-color]) {
|
|
4348
4352
|
border-top-style: solid;
|
|
4349
4353
|
}
|
|
4350
4354
|
|
|
4351
|
-
html :where([style*=
|
|
4355
|
+
html :where([style*=border-right-color]) {
|
|
4352
4356
|
border-right-style: solid;
|
|
4353
4357
|
}
|
|
4354
4358
|
|
|
4355
|
-
html :where([style*=
|
|
4359
|
+
html :where([style*=border-bottom-color]) {
|
|
4356
4360
|
border-bottom-style: solid;
|
|
4357
4361
|
}
|
|
4358
4362
|
|
|
4359
|
-
html :where([style*=
|
|
4363
|
+
html :where([style*=border-left-color]) {
|
|
4360
4364
|
border-left-style: solid;
|
|
4361
4365
|
}
|
|
4362
4366
|
|
|
4363
|
-
html :where([style*=
|
|
4367
|
+
html :where([style*=border-width]) {
|
|
4364
4368
|
border-style: solid;
|
|
4365
4369
|
}
|
|
4366
4370
|
|
|
4367
|
-
html :where([style*=
|
|
4371
|
+
html :where([style*=border-top-width]) {
|
|
4368
4372
|
border-top-style: solid;
|
|
4369
4373
|
}
|
|
4370
4374
|
|
|
4371
|
-
html :where([style*=
|
|
4375
|
+
html :where([style*=border-right-width]) {
|
|
4372
4376
|
border-right-style: solid;
|
|
4373
4377
|
}
|
|
4374
4378
|
|
|
4375
|
-
html :where([style*=
|
|
4379
|
+
html :where([style*=border-bottom-width]) {
|
|
4376
4380
|
border-bottom-style: solid;
|
|
4377
4381
|
}
|
|
4378
4382
|
|
|
4379
|
-
html :where([style*=
|
|
4383
|
+
html :where([style*=border-left-width]) {
|
|
4380
4384
|
border-left-style: solid;
|
|
4381
4385
|
}
|
|
4382
4386
|
|
|
4383
4387
|
/**
|
|
4384
4388
|
* Provide baseline responsiveness for images.
|
|
4385
4389
|
*/
|
|
4386
|
-
html :where(img[class*=
|
|
4390
|
+
html :where(img[class*=wp-image-]) {
|
|
4387
4391
|
height: auto;
|
|
4388
4392
|
max-width: 100%;
|
|
4389
4393
|
}
|
|
@@ -115,11 +115,11 @@
|
|
|
115
115
|
margin-left: 0;
|
|
116
116
|
}
|
|
117
117
|
.wp-block-text-columns.columns-2 .wp-block-column {
|
|
118
|
-
width:
|
|
118
|
+
width: 50%;
|
|
119
119
|
}
|
|
120
120
|
.wp-block-text-columns.columns-3 .wp-block-column {
|
|
121
|
-
width:
|
|
121
|
+
width: 33.3333333333%;
|
|
122
122
|
}
|
|
123
123
|
.wp-block-text-columns.columns-4 .wp-block-column {
|
|
124
|
-
width:
|
|
124
|
+
width: 25%;
|
|
125
125
|
}
|
|
@@ -115,11 +115,11 @@
|
|
|
115
115
|
margin-right: 0;
|
|
116
116
|
}
|
|
117
117
|
.wp-block-text-columns.columns-2 .wp-block-column {
|
|
118
|
-
width:
|
|
118
|
+
width: 50%;
|
|
119
119
|
}
|
|
120
120
|
.wp-block-text-columns.columns-3 .wp-block-column {
|
|
121
|
-
width:
|
|
121
|
+
width: 33.3333333333%;
|
|
122
122
|
}
|
|
123
123
|
.wp-block-text-columns.columns-4 .wp-block-column {
|
|
124
|
-
width:
|
|
124
|
+
width: 25%;
|
|
125
125
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const lock: (object:
|
|
1
|
+
export declare const lock: (object: unknown, privateData: unknown) => void, unlock: <T = any>(object: unknown) => T;
|
|
2
2
|
//# sourceMappingURL=lock-unlock.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lock-unlock.d.ts","sourceRoot":"","sources":["../src/lock-unlock.ts"],"names":[],"mappings":"AAKA,eAAO,MAAQ,IAAI,
|
|
1
|
+
{"version":3,"file":"lock-unlock.d.ts","sourceRoot":"","sources":["../src/lock-unlock.ts"],"names":[],"mappings":"AAKA,eAAO,MAAQ,IAAI,mDAAE,MAAM,iCAIzB,CAAC"}
|