@wordpress/block-library 9.13.0 → 9.13.1-next.a9f418477.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (178) hide show
  1. package/build/block/edit.js +2 -29
  2. package/build/block/edit.js.map +1 -1
  3. package/build/cover/edit/index.js +4 -2
  4. package/build/cover/edit/index.js.map +1 -1
  5. package/build/cover/edit/inspector-controls.js +6 -4
  6. package/build/cover/edit/inspector-controls.js.map +1 -1
  7. package/build/form/index.js +1 -2
  8. package/build/form/index.js.map +1 -1
  9. package/build/form/view.js +10 -5
  10. package/build/form/view.js.map +1 -1
  11. package/build/list-item/hooks/use-merge.js +2 -2
  12. package/build/list-item/hooks/use-merge.js.map +1 -1
  13. package/build/navigation/edit/deleted-navigation-warning.js +9 -2
  14. package/build/navigation/edit/deleted-navigation-warning.js.map +1 -1
  15. package/build/navigation-link/edit.js +1 -2
  16. package/build/navigation-link/edit.js.map +1 -1
  17. package/build/navigation-submenu/edit.js +3 -1
  18. package/build/navigation-submenu/edit.js.map +1 -1
  19. package/build/pattern/recursion-detector.js +0 -1
  20. package/build/pattern/recursion-detector.js.map +1 -1
  21. package/build/query/edit/index.js +2 -2
  22. package/build/query/edit/index.js.map +1 -1
  23. package/build/query/edit/inspector-controls/author-control.js +0 -1
  24. package/build/query/edit/inspector-controls/author-control.js.map +1 -1
  25. package/build/query/edit/inspector-controls/parent-control.js +0 -1
  26. package/build/query/edit/inspector-controls/parent-control.js.map +1 -1
  27. package/build/query/edit/inspector-controls/taxonomy-controls.js +0 -1
  28. package/build/query/edit/inspector-controls/taxonomy-controls.js.map +1 -1
  29. package/build/query/edit/{pattern-selection-modal.js → pattern-selection.js} +55 -36
  30. package/build/query/edit/pattern-selection.js.map +1 -0
  31. package/build/query/edit/query-content.js +5 -8
  32. package/build/query/edit/query-content.js.map +1 -1
  33. package/build/query/edit/query-placeholder.js +5 -11
  34. package/build/query/edit/query-placeholder.js.map +1 -1
  35. package/build/query/edit/query-toolbar.js +31 -11
  36. package/build/query/edit/query-toolbar.js.map +1 -1
  37. package/build/separator/deprecated.js +2 -1
  38. package/build/separator/deprecated.js.map +1 -1
  39. package/build/separator/edit.js +29 -4
  40. package/build/separator/edit.js.map +1 -1
  41. package/build/separator/index.js +5 -0
  42. package/build/separator/index.js.map +1 -1
  43. package/build/separator/save.js +3 -2
  44. package/build/separator/save.js.map +1 -1
  45. package/build/template-part/edit/import-controls.js +0 -1
  46. package/build/template-part/edit/import-controls.js.map +1 -1
  47. package/build-module/block/edit.js +3 -30
  48. package/build-module/block/edit.js.map +1 -1
  49. package/build-module/cover/edit/index.js +4 -2
  50. package/build-module/cover/edit/index.js.map +1 -1
  51. package/build-module/cover/edit/inspector-controls.js +6 -4
  52. package/build-module/cover/edit/inspector-controls.js.map +1 -1
  53. package/build-module/form/index.js +1 -2
  54. package/build-module/form/index.js.map +1 -1
  55. package/build-module/form/view.js +10 -5
  56. package/build-module/form/view.js.map +1 -1
  57. package/build-module/list-item/hooks/use-merge.js +2 -2
  58. package/build-module/list-item/hooks/use-merge.js.map +1 -1
  59. package/build-module/navigation/edit/deleted-navigation-warning.js +10 -3
  60. package/build-module/navigation/edit/deleted-navigation-warning.js.map +1 -1
  61. package/build-module/navigation-link/edit.js +1 -2
  62. package/build-module/navigation-link/edit.js.map +1 -1
  63. package/build-module/navigation-submenu/edit.js +3 -1
  64. package/build-module/navigation-submenu/edit.js.map +1 -1
  65. package/build-module/pattern/recursion-detector.js +0 -1
  66. package/build-module/pattern/recursion-detector.js.map +1 -1
  67. package/build-module/query/edit/index.js +1 -1
  68. package/build-module/query/edit/index.js.map +1 -1
  69. package/build-module/query/edit/inspector-controls/author-control.js +0 -1
  70. package/build-module/query/edit/inspector-controls/author-control.js.map +1 -1
  71. package/build-module/query/edit/inspector-controls/parent-control.js +0 -1
  72. package/build-module/query/edit/inspector-controls/parent-control.js.map +1 -1
  73. package/build-module/query/edit/inspector-controls/taxonomy-controls.js +0 -1
  74. package/build-module/query/edit/inspector-controls/taxonomy-controls.js.map +1 -1
  75. package/build-module/query/edit/{pattern-selection-modal.js → pattern-selection.js} +53 -36
  76. package/build-module/query/edit/pattern-selection.js.map +1 -0
  77. package/build-module/query/edit/query-content.js +5 -8
  78. package/build-module/query/edit/query-content.js.map +1 -1
  79. package/build-module/query/edit/query-placeholder.js +6 -12
  80. package/build-module/query/edit/query-placeholder.js.map +1 -1
  81. package/build-module/query/edit/query-toolbar.js +31 -13
  82. package/build-module/query/edit/query-toolbar.js.map +1 -1
  83. package/build-module/separator/deprecated.js +2 -1
  84. package/build-module/separator/deprecated.js.map +1 -1
  85. package/build-module/separator/edit.js +32 -7
  86. package/build-module/separator/edit.js.map +1 -1
  87. package/build-module/separator/index.js +5 -0
  88. package/build-module/separator/index.js.map +1 -1
  89. package/build-module/separator/save.js +3 -2
  90. package/build-module/separator/save.js.map +1 -1
  91. package/build-module/template-part/edit/import-controls.js +0 -1
  92. package/build-module/template-part/edit/import-controls.js.map +1 -1
  93. package/build-style/button/style-rtl.css +3 -3
  94. package/build-style/button/style.css +3 -3
  95. package/build-style/comments/editor-rtl.css +1 -1
  96. package/build-style/comments/editor.css +1 -1
  97. package/build-style/comments/style-rtl.css +1 -1
  98. package/build-style/comments/style.css +1 -1
  99. package/build-style/comments-pagination/editor-rtl.css +1 -0
  100. package/build-style/comments-pagination/editor.css +1 -0
  101. package/build-style/comments-pagination/style-rtl.css +1 -0
  102. package/build-style/comments-pagination/style.css +1 -0
  103. package/build-style/common-rtl.css +17 -17
  104. package/build-style/common.css +17 -17
  105. package/build-style/editor-rtl.css +72 -41
  106. package/build-style/editor.css +72 -41
  107. package/build-style/gallery/style-rtl.css +2 -2
  108. package/build-style/gallery/style.css +2 -2
  109. package/build-style/heading/style-rtl.css +11 -11
  110. package/build-style/heading/style.css +11 -11
  111. package/build-style/image/style-rtl.css +4 -3
  112. package/build-style/image/style.css +4 -3
  113. package/build-style/latest-comments/style-rtl.css +4 -4
  114. package/build-style/latest-comments/style.css +4 -4
  115. package/build-style/latest-posts/style-rtl.css +2 -1
  116. package/build-style/latest-posts/style.css +2 -1
  117. package/build-style/more/editor-rtl.css +1 -1
  118. package/build-style/more/editor.css +1 -1
  119. package/build-style/nextpage/editor-rtl.css +1 -1
  120. package/build-style/nextpage/editor.css +1 -1
  121. package/build-style/post-comments-form/style-rtl.css +2 -2
  122. package/build-style/post-comments-form/style.css +2 -2
  123. package/build-style/post-featured-image/editor-rtl.css +27 -27
  124. package/build-style/post-featured-image/editor.css +27 -27
  125. package/build-style/pullquote/style-rtl.css +1 -0
  126. package/build-style/pullquote/style.css +1 -0
  127. package/build-style/query/editor-rtl.css +30 -0
  128. package/build-style/query/editor.css +30 -0
  129. package/build-style/read-more/style-rtl.css +2 -2
  130. package/build-style/read-more/style.css +2 -2
  131. package/build-style/social-link/editor-rtl.css +2 -2
  132. package/build-style/social-link/editor.css +2 -2
  133. package/build-style/social-links/editor-rtl.css +2 -2
  134. package/build-style/social-links/editor.css +2 -2
  135. package/build-style/social-links/style-rtl.css +2 -2
  136. package/build-style/social-links/style.css +2 -2
  137. package/build-style/style-rtl.css +55 -51
  138. package/build-style/style.css +55 -51
  139. package/build-style/text-columns/style-rtl.css +3 -3
  140. package/build-style/text-columns/style.css +3 -3
  141. package/build-types/lock-unlock.d.ts +1 -1
  142. package/build-types/lock-unlock.d.ts.map +1 -1
  143. package/package.json +35 -34
  144. package/src/block/edit.js +6 -51
  145. package/src/comments-pagination/editor.scss +1 -0
  146. package/src/comments-pagination/style.scss +1 -0
  147. package/src/cover/edit/index.js +4 -1
  148. package/src/cover/edit/inspector-controls.js +10 -3
  149. package/src/cover/index.php +2 -2
  150. package/src/form/block.json +1 -2
  151. package/src/form/index.php +1 -20
  152. package/src/form/view.js +18 -5
  153. package/src/image/style.scss +4 -3
  154. package/src/latest-posts/style.scss +2 -1
  155. package/src/list-item/hooks/use-merge.js +2 -2
  156. package/src/missing/test/edit.native.js +0 -1
  157. package/src/navigation/README.md +1 -0
  158. package/src/navigation/edit/deleted-navigation-warning.js +11 -2
  159. package/src/navigation/index.php +9 -35
  160. package/src/navigation-link/edit.js +0 -6
  161. package/src/navigation-submenu/edit.js +5 -6
  162. package/src/navigation-submenu/index.php +17 -1
  163. package/src/pullquote/style.scss +1 -0
  164. package/src/query/edit/index.js +1 -1
  165. package/src/query/edit/{pattern-selection-modal.js → pattern-selection.js} +53 -33
  166. package/src/query/edit/query-content.js +4 -10
  167. package/src/query/edit/query-placeholder.js +5 -14
  168. package/src/query/edit/query-toolbar.js +38 -17
  169. package/src/query/editor.scss +30 -0
  170. package/src/search/index.php +3 -3
  171. package/src/separator/block.json +5 -0
  172. package/src/separator/deprecated.js +1 -0
  173. package/src/separator/edit.js +28 -3
  174. package/src/separator/save.js +2 -2
  175. package/src/separator/test/edit.js +1 -0
  176. package/tsconfig.tsbuildinfo +1 -1
  177. package/build/query/edit/pattern-selection-modal.js.map +0 -1
  178. package/build-module/query/edit/pattern-selection-modal.js.map +0 -1
@@ -350,7 +350,7 @@ html :where(.wp-block-column) {
350
350
  padding: calc(0.667em + 2px);
351
351
  }
352
352
 
353
- :where(.wp-block-post-comments input[type="submit"]) {
353
+ :where(.wp-block-post-comments input[type=submit], .wp-block-comments__legacy-placeholder input[type=submit]) {
354
354
  border: none;
355
355
  }
356
356
 
@@ -393,6 +393,7 @@ html :where(.wp-block-column) {
393
393
  /*rtl:ignore*/
394
394
  margin-right: 0.5em;
395
395
  margin-bottom: 0.5em;
396
+ font-size: inherit;
396
397
  }
397
398
  .wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child,
398
399
  .wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child,
@@ -1459,7 +1460,7 @@ figure.wp-block-image:not(.wp-block) {
1459
1460
  .wp-block-more::before {
1460
1461
  content: "";
1461
1462
  position: absolute;
1462
- top: calc(50%);
1463
+ top: 50%;
1463
1464
  left: 0;
1464
1465
  right: 0;
1465
1466
  border-top: 3px dashed #ccc;
@@ -2118,7 +2119,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2118
2119
  .wp-block-nextpage::before {
2119
2120
  content: "";
2120
2121
  position: absolute;
2121
- top: calc(50%);
2122
+ top: 50%;
2122
2123
  left: 0;
2123
2124
  right: 0;
2124
2125
  border-top: 3px dashed #ccc;
@@ -2421,8 +2422,8 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2421
2422
  }
2422
2423
 
2423
2424
  :root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link button) {
2424
- padding-left: calc((2/3) * 1em);
2425
- padding-right: calc((2/3) * 1em);
2425
+ padding-left: 0.6666666667em;
2426
+ padding-right: 0.6666666667em;
2426
2427
  }
2427
2428
 
2428
2429
  :root :where(.wp-block-social-links.is-style-logos-only .wp-social-link button) {
@@ -2452,8 +2453,8 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2452
2453
  }
2453
2454
 
2454
2455
  :root :where(.wp-block-social-links.is-style-pill-shape .wp-block-social-links__social-placeholder .wp-social-link) {
2455
- padding-left: calc((2/3) * 1em);
2456
- padding-right: calc((2/3) * 1em);
2456
+ padding-left: 0.6666666667em;
2457
+ padding-right: 0.6666666667em;
2457
2458
  }
2458
2459
 
2459
2460
  .wp-block-social-links__social-placeholder {
@@ -2783,6 +2784,10 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2783
2784
  z-index: 2;
2784
2785
  }
2785
2786
 
2787
+ .block-library-query-toolspanel__design .block-library-query-pattern__selection-content {
2788
+ margin-top: 8px;
2789
+ }
2790
+
2786
2791
  @media (min-width: 600px) {
2787
2792
  .wp-block-query__enhanced-pagination-modal {
2788
2793
  max-width: 480px;
@@ -2793,6 +2798,32 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2793
2798
  margin: 0;
2794
2799
  }
2795
2800
 
2801
+ .block-editor-block-settings-menu__popover.is-expanded {
2802
+ overflow-y: scroll;
2803
+ }
2804
+ .block-editor-block-settings-menu__popover .block-library-query-pattern__selection-content {
2805
+ height: 100%;
2806
+ }
2807
+ .block-editor-block-settings-menu__popover .block-editor-block-patterns-list {
2808
+ display: grid;
2809
+ grid-template-columns: 1fr;
2810
+ grid-gap: 12px;
2811
+ min-width: 280px;
2812
+ }
2813
+ @media (min-width: 600px) {
2814
+ .block-editor-block-settings-menu__popover .block-editor-block-patterns-list {
2815
+ grid-template-columns: 1fr 1fr;
2816
+ }
2817
+ }
2818
+ @media (min-width: 600px) {
2819
+ .block-editor-block-settings-menu__popover .block-editor-block-patterns-list {
2820
+ min-width: 480px;
2821
+ }
2822
+ }
2823
+ .block-editor-block-settings-menu__popover .block-editor-block-patterns-list__list-item {
2824
+ margin-bottom: 0;
2825
+ }
2826
+
2796
2827
  .wp-block[data-align=center] > .wp-block-query-pagination {
2797
2828
  justify-content: center;
2798
2829
  }
@@ -2857,49 +2888,49 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2857
2888
  .wp-block-post-featured-image img:where(.has-border-color) {
2858
2889
  border-style: solid;
2859
2890
  }
2860
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-top-color"]),
2861
- .wp-block-post-featured-image .components-placeholder:where([style*="border-top-color"]),
2862
- .wp-block-post-featured-image img:where([style*="border-top-color"]) {
2891
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-top-color]),
2892
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-top-color]),
2893
+ .wp-block-post-featured-image img:where([style*=border-top-color]) {
2863
2894
  border-top-style: solid;
2864
2895
  }
2865
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-right-color"]),
2866
- .wp-block-post-featured-image .components-placeholder:where([style*="border-right-color"]),
2867
- .wp-block-post-featured-image img:where([style*="border-right-color"]) {
2896
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-right-color]),
2897
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-right-color]),
2898
+ .wp-block-post-featured-image img:where([style*=border-right-color]) {
2868
2899
  border-right-style: solid;
2869
2900
  }
2870
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-bottom-color"]),
2871
- .wp-block-post-featured-image .components-placeholder:where([style*="border-bottom-color"]),
2872
- .wp-block-post-featured-image img:where([style*="border-bottom-color"]) {
2901
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-bottom-color]),
2902
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-bottom-color]),
2903
+ .wp-block-post-featured-image img:where([style*=border-bottom-color]) {
2873
2904
  border-bottom-style: solid;
2874
2905
  }
2875
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-left-color"]),
2876
- .wp-block-post-featured-image .components-placeholder:where([style*="border-left-color"]),
2877
- .wp-block-post-featured-image img:where([style*="border-left-color"]) {
2906
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-left-color]),
2907
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-left-color]),
2908
+ .wp-block-post-featured-image img:where([style*=border-left-color]) {
2878
2909
  border-left-style: solid;
2879
2910
  }
2880
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-width"]),
2881
- .wp-block-post-featured-image .components-placeholder:where([style*="border-width"]),
2882
- .wp-block-post-featured-image img:where([style*="border-width"]) {
2911
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-width]),
2912
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-width]),
2913
+ .wp-block-post-featured-image img:where([style*=border-width]) {
2883
2914
  border-style: solid;
2884
2915
  }
2885
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-top-width"]),
2886
- .wp-block-post-featured-image .components-placeholder:where([style*="border-top-width"]),
2887
- .wp-block-post-featured-image img:where([style*="border-top-width"]) {
2916
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-top-width]),
2917
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-top-width]),
2918
+ .wp-block-post-featured-image img:where([style*=border-top-width]) {
2888
2919
  border-top-style: solid;
2889
2920
  }
2890
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-right-width"]),
2891
- .wp-block-post-featured-image .components-placeholder:where([style*="border-right-width"]),
2892
- .wp-block-post-featured-image img:where([style*="border-right-width"]) {
2921
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-right-width]),
2922
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-right-width]),
2923
+ .wp-block-post-featured-image img:where([style*=border-right-width]) {
2893
2924
  border-right-style: solid;
2894
2925
  }
2895
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-bottom-width"]),
2896
- .wp-block-post-featured-image .components-placeholder:where([style*="border-bottom-width"]),
2897
- .wp-block-post-featured-image img:where([style*="border-bottom-width"]) {
2926
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-bottom-width]),
2927
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-bottom-width]),
2928
+ .wp-block-post-featured-image img:where([style*=border-bottom-width]) {
2898
2929
  border-bottom-style: solid;
2899
2930
  }
2900
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-left-width"]),
2901
- .wp-block-post-featured-image .components-placeholder:where([style*="border-left-width"]),
2902
- .wp-block-post-featured-image img:where([style*="border-left-width"]) {
2931
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-left-width]),
2932
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-left-width]),
2933
+ .wp-block-post-featured-image img:where([style*=border-left-width]) {
2903
2934
  border-left-style: solid;
2904
2935
  }
2905
2936
  .wp-block-post-featured-image[style*=height] .components-placeholder {
@@ -2970,25 +3001,25 @@ div[data-type="core/post-featured-image"] img {
2970
3001
  color: #313131;
2971
3002
  }
2972
3003
  :root .editor-styles-wrapper .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
2973
- background: linear-gradient(135deg, #00d084 0%, #0693e3 100%);
3004
+ background: linear-gradient(135deg, rgb(0, 208, 132) 0%, rgb(6, 147, 227) 100%);
2974
3005
  }
2975
3006
  :root .editor-styles-wrapper .has-purple-crush-gradient-background {
2976
- background: linear-gradient(135deg, #34e2e4 0%, #4721fb 50%, #ab1dfe 100%);
3007
+ background: linear-gradient(135deg, rgb(52, 226, 228) 0%, rgb(71, 33, 251) 50%, rgb(171, 29, 254) 100%);
2977
3008
  }
2978
3009
  :root .editor-styles-wrapper .has-hazy-dawn-gradient-background {
2979
- background: linear-gradient(135deg, #faaca8 0%, #dad0ec 100%);
3010
+ background: linear-gradient(135deg, rgb(250, 172, 168) 0%, rgb(218, 208, 236) 100%);
2980
3011
  }
2981
3012
  :root .editor-styles-wrapper .has-subdued-olive-gradient-background {
2982
- background: linear-gradient(135deg, #fafae1 0%, #67a671 100%);
3013
+ background: linear-gradient(135deg, rgb(250, 250, 225) 0%, rgb(103, 166, 113) 100%);
2983
3014
  }
2984
3015
  :root .editor-styles-wrapper .has-atomic-cream-gradient-background {
2985
- background: linear-gradient(135deg, #fdd79a 0%, #004a59 100%);
3016
+ background: linear-gradient(135deg, rgb(253, 215, 154) 0%, rgb(0, 74, 89) 100%);
2986
3017
  }
2987
3018
  :root .editor-styles-wrapper .has-nightshade-gradient-background {
2988
- background: linear-gradient(135deg, #330968 0%, #31cdcf 100%);
3019
+ background: linear-gradient(135deg, rgb(51, 9, 104) 0%, rgb(49, 205, 207) 100%);
2989
3020
  }
2990
3021
  :root .editor-styles-wrapper .has-midnight-gradient-background {
2991
- background: linear-gradient(135deg, #020381 0%, #2874fc 100%);
3022
+ background: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
2992
3023
  }
2993
3024
 
2994
3025
  :where(.editor-styles-wrapper) .has-regular-font-size {
@@ -293,7 +293,7 @@ figure.wp-block-gallery.has-nested-images {
293
293
  }
294
294
 
295
295
  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
296
- width: calc(50% - (var(--wp--style--unstable-gallery-gap, 16px) / 2));
296
+ width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
297
297
  margin: 0;
298
298
  }
299
299
  .wp-block-gallery.has-nested-images figure.wp-block-image {
@@ -449,7 +449,7 @@ figure.wp-block-gallery.has-nested-images {
449
449
  }
450
450
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
451
451
  .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) {
452
- width: calc(50% - (var(--wp--style--unstable-gallery-gap, 16px) * 0.5));
452
+ width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
453
453
  }
454
454
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(1) {
455
455
  width: 100%;
@@ -293,7 +293,7 @@ figure.wp-block-gallery.has-nested-images {
293
293
  }
294
294
 
295
295
  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
296
- width: calc(50% - (var(--wp--style--unstable-gallery-gap, 16px) / 2));
296
+ width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
297
297
  margin: 0;
298
298
  }
299
299
  .wp-block-gallery.has-nested-images figure.wp-block-image {
@@ -449,7 +449,7 @@ figure.wp-block-gallery.has-nested-images {
449
449
  }
450
450
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
451
451
  .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) {
452
- width: calc(50% - (var(--wp--style--unstable-gallery-gap, 16px) * 0.5));
452
+ width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
453
453
  }
454
454
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(1) {
455
455
  width: 100%;
@@ -106,16 +106,16 @@ h5.has-background,
106
106
  h6.has-background {
107
107
  padding: 1.25em 2.375em;
108
108
  }
109
- h1.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]), h1.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
110
- h2.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
111
- h2.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
112
- h3.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
113
- h3.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
114
- h4.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
115
- h4.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
116
- h5.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
117
- h5.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
118
- h6.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
119
- h6.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]) {
109
+ h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
110
+ h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
111
+ h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
112
+ h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
113
+ h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
114
+ h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
115
+ h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
116
+ h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
117
+ h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
118
+ h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
119
+ h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]) {
120
120
  rotate: 180deg;
121
121
  }
@@ -106,16 +106,16 @@ h5.has-background,
106
106
  h6.has-background {
107
107
  padding: 1.25em 2.375em;
108
108
  }
109
- h1.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]), h1.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
110
- h2.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
111
- h2.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
112
- h3.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
113
- h3.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
114
- h4.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
115
- h4.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
116
- h5.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
117
- h5.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
118
- h6.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
119
- h6.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]) {
109
+ h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
110
+ h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
111
+ h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
112
+ h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
113
+ h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
114
+ h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
115
+ h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
116
+ h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
117
+ h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
118
+ h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
119
+ h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]) {
120
120
  rotate: 180deg;
121
121
  }
@@ -98,7 +98,8 @@
98
98
  /**
99
99
  * Reset the WP Admin page styles for Gutenberg-like pages.
100
100
  */
101
- .wp-block-image a {
101
+ .wp-block-image > a,
102
+ .wp-block-image > figure > a {
102
103
  display: inline-block;
103
104
  }
104
105
  .wp-block-image img {
@@ -125,7 +126,7 @@
125
126
  .wp-block-image.aligncenter {
126
127
  text-align: center;
127
128
  }
128
- .wp-block-image.alignfull a, .wp-block-image.alignwide a {
129
+ .wp-block-image.alignfull > a, .wp-block-image.alignwide > a {
129
130
  width: 100%;
130
131
  }
131
132
  .wp-block-image.alignfull img, .wp-block-image.alignwide img {
@@ -313,7 +314,7 @@
313
314
  height: 100%;
314
315
  position: absolute;
315
316
  z-index: 2000000;
316
- background-color: white;
317
+ background-color: rgb(255, 255, 255);
317
318
  opacity: 0.9;
318
319
  }
319
320
  .wp-lightbox-overlay.active {
@@ -98,7 +98,8 @@
98
98
  /**
99
99
  * Reset the WP Admin page styles for Gutenberg-like pages.
100
100
  */
101
- .wp-block-image a {
101
+ .wp-block-image > a,
102
+ .wp-block-image > figure > a {
102
103
  display: inline-block;
103
104
  }
104
105
  .wp-block-image img {
@@ -125,7 +126,7 @@
125
126
  .wp-block-image.aligncenter {
126
127
  text-align: center;
127
128
  }
128
- .wp-block-image.alignfull a, .wp-block-image.alignwide a {
129
+ .wp-block-image.alignfull > a, .wp-block-image.alignwide > a {
129
130
  width: 100%;
130
131
  }
131
132
  .wp-block-image.alignfull img, .wp-block-image.alignwide img {
@@ -319,7 +320,7 @@
319
320
  height: 100%;
320
321
  position: absolute;
321
322
  z-index: 2000000;
322
- background-color: white;
323
+ background-color: rgb(255, 255, 255);
323
324
  opacity: 0.9;
324
325
  }
325
326
  .wp-lightbox-overlay.active {
@@ -103,16 +103,16 @@ ol.wp-block-latest-comments {
103
103
  box-sizing: border-box;
104
104
  }
105
105
 
106
- :where(.wp-block-latest-comments:not([style*="line-height"] .wp-block-latest-comments__comment)) {
106
+ :where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
107
107
  line-height: 1.1;
108
108
  }
109
109
 
110
- :where(.wp-block-latest-comments:not([style*="line-height"] .wp-block-latest-comments__comment-excerpt p)) {
110
+ :where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
111
111
  line-height: 1.8;
112
112
  }
113
113
 
114
- .has-dates :where(.wp-block-latest-comments:not([style*="line-height"])),
115
- .has-excerpts :where(.wp-block-latest-comments:not([style*="line-height"])) {
114
+ .has-dates :where(.wp-block-latest-comments:not([style*=line-height])),
115
+ .has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
116
116
  line-height: 1.5;
117
117
  }
118
118
 
@@ -103,16 +103,16 @@ ol.wp-block-latest-comments {
103
103
  box-sizing: border-box;
104
104
  }
105
105
 
106
- :where(.wp-block-latest-comments:not([style*="line-height"] .wp-block-latest-comments__comment)) {
106
+ :where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
107
107
  line-height: 1.1;
108
108
  }
109
109
 
110
- :where(.wp-block-latest-comments:not([style*="line-height"] .wp-block-latest-comments__comment-excerpt p)) {
110
+ :where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
111
111
  line-height: 1.8;
112
112
  }
113
113
 
114
- .has-dates :where(.wp-block-latest-comments:not([style*="line-height"])),
115
- .has-excerpts :where(.wp-block-latest-comments:not([style*="line-height"])) {
114
+ .has-dates :where(.wp-block-latest-comments:not([style*=line-height])),
115
+ .has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
116
116
  line-height: 1.5;
117
117
  }
118
118
 
@@ -168,7 +168,8 @@
168
168
  font-size: 0.8125em;
169
169
  }
170
170
 
171
- .wp-block-latest-posts__post-excerpt {
171
+ .wp-block-latest-posts__post-excerpt,
172
+ .wp-block-latest-posts__post-full-content {
172
173
  margin-top: 0.5em;
173
174
  margin-bottom: 1em;
174
175
  }
@@ -170,7 +170,8 @@
170
170
  font-size: 0.8125em;
171
171
  }
172
172
 
173
- .wp-block-latest-posts__post-excerpt {
173
+ .wp-block-latest-posts__post-excerpt,
174
+ .wp-block-latest-posts__post-full-content {
174
175
  margin-top: 0.5em;
175
176
  margin-bottom: 1em;
176
177
  }
@@ -134,7 +134,7 @@
134
134
  .wp-block-more::before {
135
135
  content: "";
136
136
  position: absolute;
137
- top: calc(50%);
137
+ top: 50%;
138
138
  right: 0;
139
139
  left: 0;
140
140
  border-top: 3px dashed #ccc;
@@ -134,7 +134,7 @@
134
134
  .wp-block-more::before {
135
135
  content: "";
136
136
  position: absolute;
137
- top: calc(50%);
137
+ top: 50%;
138
138
  left: 0;
139
139
  right: 0;
140
140
  border-top: 3px dashed #ccc;
@@ -125,7 +125,7 @@
125
125
  .wp-block-nextpage::before {
126
126
  content: "";
127
127
  position: absolute;
128
- top: calc(50%);
128
+ top: 50%;
129
129
  right: 0;
130
130
  left: 0;
131
131
  border-top: 3px dashed #ccc;
@@ -125,7 +125,7 @@
125
125
  .wp-block-nextpage::before {
126
126
  content: "";
127
127
  position: absolute;
128
- top: calc(50%);
128
+ top: 50%;
129
129
  left: 0;
130
130
  right: 0;
131
131
  border-top: 3px dashed #ccc;
@@ -105,7 +105,7 @@
105
105
  font-family: inherit;
106
106
  }
107
107
  :where(.wp-block-post-comments-form) textarea,
108
- :where(.wp-block-post-comments-form) input:where(:not([type="submit"]):not([type="checkbox"])) {
108
+ :where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])) {
109
109
  padding: calc(0.667em + 2px);
110
110
  }
111
111
 
@@ -130,7 +130,7 @@
130
130
  .wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
131
131
  letter-spacing: inherit;
132
132
  }
133
- .wp-block-post-comments-form :where(input[type="submit"]) {
133
+ .wp-block-post-comments-form :where(input[type=submit]) {
134
134
  box-shadow: none;
135
135
  cursor: pointer;
136
136
  display: inline-block;
@@ -105,7 +105,7 @@
105
105
  font-family: inherit;
106
106
  }
107
107
  :where(.wp-block-post-comments-form) textarea,
108
- :where(.wp-block-post-comments-form) input:where(:not([type="submit"]):not([type="checkbox"])) {
108
+ :where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])) {
109
109
  padding: calc(0.667em + 2px);
110
110
  }
111
111
 
@@ -130,7 +130,7 @@
130
130
  .wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
131
131
  letter-spacing: inherit;
132
132
  }
133
- .wp-block-post-comments-form :where(input[type="submit"]) {
133
+ .wp-block-post-comments-form :where(input[type=submit]) {
134
134
  box-shadow: none;
135
135
  cursor: pointer;
136
136
  display: inline-block;
@@ -140,49 +140,49 @@
140
140
  .wp-block-post-featured-image img:where(.has-border-color) {
141
141
  border-style: solid;
142
142
  }
143
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-top-color"]),
144
- .wp-block-post-featured-image .components-placeholder:where([style*="border-top-color"]),
145
- .wp-block-post-featured-image img:where([style*="border-top-color"]) {
143
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-top-color]),
144
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-top-color]),
145
+ .wp-block-post-featured-image img:where([style*=border-top-color]) {
146
146
  border-top-style: solid;
147
147
  }
148
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-right-color"]),
149
- .wp-block-post-featured-image .components-placeholder:where([style*="border-right-color"]),
150
- .wp-block-post-featured-image img:where([style*="border-right-color"]) {
148
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-right-color]),
149
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-right-color]),
150
+ .wp-block-post-featured-image img:where([style*=border-right-color]) {
151
151
  border-left-style: solid;
152
152
  }
153
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-bottom-color"]),
154
- .wp-block-post-featured-image .components-placeholder:where([style*="border-bottom-color"]),
155
- .wp-block-post-featured-image img:where([style*="border-bottom-color"]) {
153
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-bottom-color]),
154
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-bottom-color]),
155
+ .wp-block-post-featured-image img:where([style*=border-bottom-color]) {
156
156
  border-bottom-style: solid;
157
157
  }
158
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-left-color"]),
159
- .wp-block-post-featured-image .components-placeholder:where([style*="border-left-color"]),
160
- .wp-block-post-featured-image img:where([style*="border-left-color"]) {
158
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-left-color]),
159
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-left-color]),
160
+ .wp-block-post-featured-image img:where([style*=border-left-color]) {
161
161
  border-right-style: solid;
162
162
  }
163
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-width"]),
164
- .wp-block-post-featured-image .components-placeholder:where([style*="border-width"]),
165
- .wp-block-post-featured-image img:where([style*="border-width"]) {
163
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-width]),
164
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-width]),
165
+ .wp-block-post-featured-image img:where([style*=border-width]) {
166
166
  border-style: solid;
167
167
  }
168
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-top-width"]),
169
- .wp-block-post-featured-image .components-placeholder:where([style*="border-top-width"]),
170
- .wp-block-post-featured-image img:where([style*="border-top-width"]) {
168
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-top-width]),
169
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-top-width]),
170
+ .wp-block-post-featured-image img:where([style*=border-top-width]) {
171
171
  border-top-style: solid;
172
172
  }
173
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-right-width"]),
174
- .wp-block-post-featured-image .components-placeholder:where([style*="border-right-width"]),
175
- .wp-block-post-featured-image img:where([style*="border-right-width"]) {
173
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-right-width]),
174
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-right-width]),
175
+ .wp-block-post-featured-image img:where([style*=border-right-width]) {
176
176
  border-left-style: solid;
177
177
  }
178
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-bottom-width"]),
179
- .wp-block-post-featured-image .components-placeholder:where([style*="border-bottom-width"]),
180
- .wp-block-post-featured-image img:where([style*="border-bottom-width"]) {
178
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-bottom-width]),
179
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-bottom-width]),
180
+ .wp-block-post-featured-image img:where([style*=border-bottom-width]) {
181
181
  border-bottom-style: solid;
182
182
  }
183
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-left-width"]),
184
- .wp-block-post-featured-image .components-placeholder:where([style*="border-left-width"]),
185
- .wp-block-post-featured-image img:where([style*="border-left-width"]) {
183
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-left-width]),
184
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-left-width]),
185
+ .wp-block-post-featured-image img:where([style*=border-left-width]) {
186
186
  border-right-style: solid;
187
187
  }
188
188
  .wp-block-post-featured-image[style*=height] .components-placeholder {