@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.
Files changed (190) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/build/block/edit.js +2 -29
  3. package/build/block/edit.js.map +1 -1
  4. package/build/cover/edit/index.js +4 -2
  5. package/build/cover/edit/index.js.map +1 -1
  6. package/build/cover/edit/inspector-controls.js +6 -4
  7. package/build/cover/edit/inspector-controls.js.map +1 -1
  8. package/build/form/index.js +1 -2
  9. package/build/form/index.js.map +1 -1
  10. package/build/form/view.js +10 -5
  11. package/build/form/view.js.map +1 -1
  12. package/build/list-item/hooks/use-merge.js +2 -2
  13. package/build/list-item/hooks/use-merge.js.map +1 -1
  14. package/build/navigation/edit/deleted-navigation-warning.js +9 -2
  15. package/build/navigation/edit/deleted-navigation-warning.js.map +1 -1
  16. package/build/navigation-link/edit.js +1 -2
  17. package/build/navigation-link/edit.js.map +1 -1
  18. package/build/navigation-submenu/edit.js +3 -1
  19. package/build/navigation-submenu/edit.js.map +1 -1
  20. package/build/pattern/recursion-detector.js +0 -1
  21. package/build/pattern/recursion-detector.js.map +1 -1
  22. package/build/query/edit/index.js +2 -2
  23. package/build/query/edit/index.js.map +1 -1
  24. package/build/query/edit/inspector-controls/author-control.js +0 -1
  25. package/build/query/edit/inspector-controls/author-control.js.map +1 -1
  26. package/build/query/edit/inspector-controls/parent-control.js +0 -1
  27. package/build/query/edit/inspector-controls/parent-control.js.map +1 -1
  28. package/build/query/edit/inspector-controls/taxonomy-controls.js +0 -1
  29. package/build/query/edit/inspector-controls/taxonomy-controls.js.map +1 -1
  30. package/build/query/edit/{pattern-selection-modal.js → pattern-selection.js} +55 -36
  31. package/build/query/edit/pattern-selection.js.map +1 -0
  32. package/build/query/edit/query-content.js +5 -8
  33. package/build/query/edit/query-content.js.map +1 -1
  34. package/build/query/edit/query-placeholder.js +5 -11
  35. package/build/query/edit/query-placeholder.js.map +1 -1
  36. package/build/query/edit/query-toolbar.js +31 -11
  37. package/build/query/edit/query-toolbar.js.map +1 -1
  38. package/build/separator/deprecated.js +2 -1
  39. package/build/separator/deprecated.js.map +1 -1
  40. package/build/separator/edit.js +29 -4
  41. package/build/separator/edit.js.map +1 -1
  42. package/build/separator/index.js +5 -0
  43. package/build/separator/index.js.map +1 -1
  44. package/build/separator/save.js +3 -2
  45. package/build/separator/save.js.map +1 -1
  46. package/build/social-link/edit.js +35 -1
  47. package/build/social-link/edit.js.map +1 -1
  48. package/build/social-link/index.js +4 -2
  49. package/build/social-link/index.js.map +1 -1
  50. package/build/template-part/edit/import-controls.js +0 -1
  51. package/build/template-part/edit/import-controls.js.map +1 -1
  52. package/build-module/block/edit.js +3 -30
  53. package/build-module/block/edit.js.map +1 -1
  54. package/build-module/cover/edit/index.js +4 -2
  55. package/build-module/cover/edit/index.js.map +1 -1
  56. package/build-module/cover/edit/inspector-controls.js +6 -4
  57. package/build-module/cover/edit/inspector-controls.js.map +1 -1
  58. package/build-module/form/index.js +1 -2
  59. package/build-module/form/index.js.map +1 -1
  60. package/build-module/form/view.js +10 -5
  61. package/build-module/form/view.js.map +1 -1
  62. package/build-module/list-item/hooks/use-merge.js +2 -2
  63. package/build-module/list-item/hooks/use-merge.js.map +1 -1
  64. package/build-module/navigation/edit/deleted-navigation-warning.js +10 -3
  65. package/build-module/navigation/edit/deleted-navigation-warning.js.map +1 -1
  66. package/build-module/navigation-link/edit.js +1 -2
  67. package/build-module/navigation-link/edit.js.map +1 -1
  68. package/build-module/navigation-submenu/edit.js +3 -1
  69. package/build-module/navigation-submenu/edit.js.map +1 -1
  70. package/build-module/pattern/recursion-detector.js +0 -1
  71. package/build-module/pattern/recursion-detector.js.map +1 -1
  72. package/build-module/query/edit/index.js +1 -1
  73. package/build-module/query/edit/index.js.map +1 -1
  74. package/build-module/query/edit/inspector-controls/author-control.js +0 -1
  75. package/build-module/query/edit/inspector-controls/author-control.js.map +1 -1
  76. package/build-module/query/edit/inspector-controls/parent-control.js +0 -1
  77. package/build-module/query/edit/inspector-controls/parent-control.js.map +1 -1
  78. package/build-module/query/edit/inspector-controls/taxonomy-controls.js +0 -1
  79. package/build-module/query/edit/inspector-controls/taxonomy-controls.js.map +1 -1
  80. package/build-module/query/edit/{pattern-selection-modal.js → pattern-selection.js} +53 -36
  81. package/build-module/query/edit/pattern-selection.js.map +1 -0
  82. package/build-module/query/edit/query-content.js +5 -8
  83. package/build-module/query/edit/query-content.js.map +1 -1
  84. package/build-module/query/edit/query-placeholder.js +6 -12
  85. package/build-module/query/edit/query-placeholder.js.map +1 -1
  86. package/build-module/query/edit/query-toolbar.js +31 -13
  87. package/build-module/query/edit/query-toolbar.js.map +1 -1
  88. package/build-module/separator/deprecated.js +2 -1
  89. package/build-module/separator/deprecated.js.map +1 -1
  90. package/build-module/separator/edit.js +32 -7
  91. package/build-module/separator/edit.js.map +1 -1
  92. package/build-module/separator/index.js +5 -0
  93. package/build-module/separator/index.js.map +1 -1
  94. package/build-module/separator/save.js +3 -2
  95. package/build-module/separator/save.js.map +1 -1
  96. package/build-module/social-link/edit.js +37 -3
  97. package/build-module/social-link/edit.js.map +1 -1
  98. package/build-module/social-link/index.js +4 -2
  99. package/build-module/social-link/index.js.map +1 -1
  100. package/build-module/template-part/edit/import-controls.js +0 -1
  101. package/build-module/template-part/edit/import-controls.js.map +1 -1
  102. package/build-style/button/style-rtl.css +3 -3
  103. package/build-style/button/style.css +3 -3
  104. package/build-style/comments/editor-rtl.css +1 -1
  105. package/build-style/comments/editor.css +1 -1
  106. package/build-style/comments/style-rtl.css +1 -1
  107. package/build-style/comments/style.css +1 -1
  108. package/build-style/comments-pagination/editor-rtl.css +1 -0
  109. package/build-style/comments-pagination/editor.css +1 -0
  110. package/build-style/comments-pagination/style-rtl.css +1 -0
  111. package/build-style/comments-pagination/style.css +1 -0
  112. package/build-style/common-rtl.css +17 -17
  113. package/build-style/common.css +17 -17
  114. package/build-style/editor-rtl.css +76 -41
  115. package/build-style/editor.css +76 -41
  116. package/build-style/gallery/style-rtl.css +2 -2
  117. package/build-style/gallery/style.css +2 -2
  118. package/build-style/heading/style-rtl.css +11 -11
  119. package/build-style/heading/style.css +11 -11
  120. package/build-style/image/style-rtl.css +4 -3
  121. package/build-style/image/style.css +4 -3
  122. package/build-style/latest-comments/style-rtl.css +4 -4
  123. package/build-style/latest-comments/style.css +4 -4
  124. package/build-style/latest-posts/style-rtl.css +2 -1
  125. package/build-style/latest-posts/style.css +2 -1
  126. package/build-style/more/editor-rtl.css +1 -1
  127. package/build-style/more/editor.css +1 -1
  128. package/build-style/nextpage/editor-rtl.css +1 -1
  129. package/build-style/nextpage/editor.css +1 -1
  130. package/build-style/post-comments-form/style-rtl.css +2 -2
  131. package/build-style/post-comments-form/style.css +2 -2
  132. package/build-style/post-featured-image/editor-rtl.css +27 -27
  133. package/build-style/post-featured-image/editor.css +27 -27
  134. package/build-style/pullquote/style-rtl.css +1 -0
  135. package/build-style/pullquote/style.css +1 -0
  136. package/build-style/query/editor-rtl.css +30 -0
  137. package/build-style/query/editor.css +30 -0
  138. package/build-style/read-more/style-rtl.css +2 -2
  139. package/build-style/read-more/style.css +2 -2
  140. package/build-style/social-link/editor-rtl.css +6 -2
  141. package/build-style/social-link/editor.css +6 -2
  142. package/build-style/social-links/editor-rtl.css +2 -2
  143. package/build-style/social-links/editor.css +2 -2
  144. package/build-style/social-links/style-rtl.css +2 -2
  145. package/build-style/social-links/style.css +2 -2
  146. package/build-style/style-rtl.css +55 -51
  147. package/build-style/style.css +55 -51
  148. package/build-style/text-columns/style-rtl.css +3 -3
  149. package/build-style/text-columns/style.css +3 -3
  150. package/build-types/lock-unlock.d.ts +1 -1
  151. package/build-types/lock-unlock.d.ts.map +1 -1
  152. package/package.json +35 -34
  153. package/src/block/edit.js +6 -51
  154. package/src/comments-pagination/editor.scss +1 -0
  155. package/src/comments-pagination/style.scss +1 -0
  156. package/src/cover/edit/index.js +4 -1
  157. package/src/cover/edit/inspector-controls.js +10 -3
  158. package/src/cover/index.php +2 -2
  159. package/src/form/block.json +1 -2
  160. package/src/form/index.php +1 -20
  161. package/src/form/view.js +18 -5
  162. package/src/image/style.scss +4 -3
  163. package/src/latest-posts/style.scss +2 -1
  164. package/src/list-item/hooks/use-merge.js +2 -2
  165. package/src/missing/test/edit.native.js +0 -1
  166. package/src/navigation/README.md +1 -0
  167. package/src/navigation/edit/deleted-navigation-warning.js +11 -2
  168. package/src/navigation/index.php +9 -35
  169. package/src/navigation-link/edit.js +0 -6
  170. package/src/navigation-submenu/edit.js +5 -6
  171. package/src/navigation-submenu/index.php +17 -1
  172. package/src/pullquote/style.scss +1 -0
  173. package/src/query/edit/index.js +1 -1
  174. package/src/query/edit/{pattern-selection-modal.js → pattern-selection.js} +53 -33
  175. package/src/query/edit/query-content.js +4 -10
  176. package/src/query/edit/query-placeholder.js +5 -14
  177. package/src/query/edit/query-toolbar.js +38 -17
  178. package/src/query/editor.scss +30 -0
  179. package/src/search/index.php +3 -3
  180. package/src/separator/block.json +5 -0
  181. package/src/separator/deprecated.js +1 -0
  182. package/src/separator/edit.js +28 -3
  183. package/src/separator/save.js +2 -2
  184. package/src/separator/test/edit.js +1 -0
  185. package/src/social-link/block.json +4 -2
  186. package/src/social-link/edit.js +40 -0
  187. package/src/social-link/editor.scss +5 -0
  188. package/tsconfig.tsbuildinfo +1 -1
  189. package/build/query/edit/pattern-selection-modal.js.map +0 -1
  190. package/build-module/query/edit/pattern-selection-modal.js.map +0 -1
@@ -349,7 +349,7 @@ html :where(.wp-block-column) {
349
349
  padding: calc(0.667em + 2px);
350
350
  }
351
351
 
352
- :where(.wp-block-post-comments input[type="submit"]) {
352
+ :where(.wp-block-post-comments input[type=submit], .wp-block-comments__legacy-placeholder input[type=submit]) {
353
353
  border: none;
354
354
  }
355
355
 
@@ -391,6 +391,7 @@ html :where(.wp-block-column) {
391
391
  margin-top: 0.5em;
392
392
  margin-right: 0.5em;
393
393
  margin-bottom: 0.5em;
394
+ font-size: inherit;
394
395
  }
395
396
  .wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child,
396
397
  .wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child,
@@ -1450,7 +1451,7 @@ figure.wp-block-image:not(.wp-block) {
1450
1451
  .wp-block-more::before {
1451
1452
  content: "";
1452
1453
  position: absolute;
1453
- top: calc(50%);
1454
+ top: 50%;
1454
1455
  right: 0;
1455
1456
  left: 0;
1456
1457
  border-top: 3px dashed #ccc;
@@ -2109,7 +2110,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2109
2110
  .wp-block-nextpage::before {
2110
2111
  content: "";
2111
2112
  position: absolute;
2112
- top: calc(50%);
2113
+ top: 50%;
2113
2114
  right: 0;
2114
2115
  left: 0;
2115
2116
  border-top: 3px dashed #ccc;
@@ -2412,14 +2413,18 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2412
2413
  }
2413
2414
 
2414
2415
  :root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link button) {
2415
- padding-right: calc((2/3) * 1em);
2416
- padding-left: calc((2/3) * 1em);
2416
+ padding-right: 0.6666666667em;
2417
+ padding-left: 0.6666666667em;
2417
2418
  }
2418
2419
 
2419
2420
  :root :where(.wp-block-social-links.is-style-logos-only .wp-social-link button) {
2420
2421
  padding: 0;
2421
2422
  }
2422
2423
 
2424
+ .wp-block-social-link__toolbar_content_text {
2425
+ width: 250px;
2426
+ }
2427
+
2423
2428
  .wp-block-social-links div.block-editor-url-input {
2424
2429
  display: inline-block;
2425
2430
  margin-right: 8px;
@@ -2439,8 +2444,8 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2439
2444
  }
2440
2445
 
2441
2446
  :root :where(.wp-block-social-links.is-style-pill-shape .wp-block-social-links__social-placeholder .wp-social-link) {
2442
- padding-right: calc((2/3) * 1em);
2443
- padding-left: calc((2/3) * 1em);
2447
+ padding-right: 0.6666666667em;
2448
+ padding-left: 0.6666666667em;
2444
2449
  }
2445
2450
 
2446
2451
  .wp-block-social-links__social-placeholder {
@@ -2770,6 +2775,10 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2770
2775
  z-index: 2;
2771
2776
  }
2772
2777
 
2778
+ .block-library-query-toolspanel__design .block-library-query-pattern__selection-content {
2779
+ margin-top: 8px;
2780
+ }
2781
+
2773
2782
  @media (min-width: 600px) {
2774
2783
  .wp-block-query__enhanced-pagination-modal {
2775
2784
  max-width: 480px;
@@ -2780,6 +2789,32 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2780
2789
  margin: 0;
2781
2790
  }
2782
2791
 
2792
+ .block-editor-block-settings-menu__popover.is-expanded {
2793
+ overflow-y: scroll;
2794
+ }
2795
+ .block-editor-block-settings-menu__popover .block-library-query-pattern__selection-content {
2796
+ height: 100%;
2797
+ }
2798
+ .block-editor-block-settings-menu__popover .block-editor-block-patterns-list {
2799
+ display: grid;
2800
+ grid-template-columns: 1fr;
2801
+ grid-gap: 12px;
2802
+ min-width: 280px;
2803
+ }
2804
+ @media (min-width: 600px) {
2805
+ .block-editor-block-settings-menu__popover .block-editor-block-patterns-list {
2806
+ grid-template-columns: 1fr 1fr;
2807
+ }
2808
+ }
2809
+ @media (min-width: 600px) {
2810
+ .block-editor-block-settings-menu__popover .block-editor-block-patterns-list {
2811
+ min-width: 480px;
2812
+ }
2813
+ }
2814
+ .block-editor-block-settings-menu__popover .block-editor-block-patterns-list__list-item {
2815
+ margin-bottom: 0;
2816
+ }
2817
+
2783
2818
  .wp-block[data-align=center] > .wp-block-query-pagination {
2784
2819
  justify-content: center;
2785
2820
  }
@@ -2843,49 +2878,49 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2843
2878
  .wp-block-post-featured-image img:where(.has-border-color) {
2844
2879
  border-style: solid;
2845
2880
  }
2846
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-top-color"]),
2847
- .wp-block-post-featured-image .components-placeholder:where([style*="border-top-color"]),
2848
- .wp-block-post-featured-image img:where([style*="border-top-color"]) {
2881
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-top-color]),
2882
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-top-color]),
2883
+ .wp-block-post-featured-image img:where([style*=border-top-color]) {
2849
2884
  border-top-style: solid;
2850
2885
  }
2851
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-right-color"]),
2852
- .wp-block-post-featured-image .components-placeholder:where([style*="border-right-color"]),
2853
- .wp-block-post-featured-image img:where([style*="border-right-color"]) {
2886
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-right-color]),
2887
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-right-color]),
2888
+ .wp-block-post-featured-image img:where([style*=border-right-color]) {
2854
2889
  border-left-style: solid;
2855
2890
  }
2856
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-bottom-color"]),
2857
- .wp-block-post-featured-image .components-placeholder:where([style*="border-bottom-color"]),
2858
- .wp-block-post-featured-image img:where([style*="border-bottom-color"]) {
2891
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-bottom-color]),
2892
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-bottom-color]),
2893
+ .wp-block-post-featured-image img:where([style*=border-bottom-color]) {
2859
2894
  border-bottom-style: solid;
2860
2895
  }
2861
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-left-color"]),
2862
- .wp-block-post-featured-image .components-placeholder:where([style*="border-left-color"]),
2863
- .wp-block-post-featured-image img:where([style*="border-left-color"]) {
2896
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-left-color]),
2897
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-left-color]),
2898
+ .wp-block-post-featured-image img:where([style*=border-left-color]) {
2864
2899
  border-right-style: solid;
2865
2900
  }
2866
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-width"]),
2867
- .wp-block-post-featured-image .components-placeholder:where([style*="border-width"]),
2868
- .wp-block-post-featured-image img:where([style*="border-width"]) {
2901
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-width]),
2902
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-width]),
2903
+ .wp-block-post-featured-image img:where([style*=border-width]) {
2869
2904
  border-style: solid;
2870
2905
  }
2871
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-top-width"]),
2872
- .wp-block-post-featured-image .components-placeholder:where([style*="border-top-width"]),
2873
- .wp-block-post-featured-image img:where([style*="border-top-width"]) {
2906
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-top-width]),
2907
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-top-width]),
2908
+ .wp-block-post-featured-image img:where([style*=border-top-width]) {
2874
2909
  border-top-style: solid;
2875
2910
  }
2876
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-right-width"]),
2877
- .wp-block-post-featured-image .components-placeholder:where([style*="border-right-width"]),
2878
- .wp-block-post-featured-image img:where([style*="border-right-width"]) {
2911
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-right-width]),
2912
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-right-width]),
2913
+ .wp-block-post-featured-image img:where([style*=border-right-width]) {
2879
2914
  border-left-style: solid;
2880
2915
  }
2881
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-bottom-width"]),
2882
- .wp-block-post-featured-image .components-placeholder:where([style*="border-bottom-width"]),
2883
- .wp-block-post-featured-image img:where([style*="border-bottom-width"]) {
2916
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-bottom-width]),
2917
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-bottom-width]),
2918
+ .wp-block-post-featured-image img:where([style*=border-bottom-width]) {
2884
2919
  border-bottom-style: solid;
2885
2920
  }
2886
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-left-width"]),
2887
- .wp-block-post-featured-image .components-placeholder:where([style*="border-left-width"]),
2888
- .wp-block-post-featured-image img:where([style*="border-left-width"]) {
2921
+ .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-left-width]),
2922
+ .wp-block-post-featured-image .components-placeholder:where([style*=border-left-width]),
2923
+ .wp-block-post-featured-image img:where([style*=border-left-width]) {
2889
2924
  border-right-style: solid;
2890
2925
  }
2891
2926
  .wp-block-post-featured-image[style*=height] .components-placeholder {
@@ -2956,25 +2991,25 @@ div[data-type="core/post-featured-image"] img {
2956
2991
  color: #313131;
2957
2992
  }
2958
2993
  :root .editor-styles-wrapper .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
2959
- background: linear-gradient(-135deg, #00d084 0%, #0693e3 100%);
2994
+ background: linear-gradient(-135deg, rgb(0, 208, 132) 0%, rgb(6, 147, 227) 100%);
2960
2995
  }
2961
2996
  :root .editor-styles-wrapper .has-purple-crush-gradient-background {
2962
- background: linear-gradient(-135deg, #34e2e4 0%, #4721fb 50%, #ab1dfe 100%);
2997
+ background: linear-gradient(-135deg, rgb(52, 226, 228) 0%, rgb(71, 33, 251) 50%, rgb(171, 29, 254) 100%);
2963
2998
  }
2964
2999
  :root .editor-styles-wrapper .has-hazy-dawn-gradient-background {
2965
- background: linear-gradient(-135deg, #faaca8 0%, #dad0ec 100%);
3000
+ background: linear-gradient(-135deg, rgb(250, 172, 168) 0%, rgb(218, 208, 236) 100%);
2966
3001
  }
2967
3002
  :root .editor-styles-wrapper .has-subdued-olive-gradient-background {
2968
- background: linear-gradient(-135deg, #fafae1 0%, #67a671 100%);
3003
+ background: linear-gradient(-135deg, rgb(250, 250, 225) 0%, rgb(103, 166, 113) 100%);
2969
3004
  }
2970
3005
  :root .editor-styles-wrapper .has-atomic-cream-gradient-background {
2971
- background: linear-gradient(-135deg, #fdd79a 0%, #004a59 100%);
3006
+ background: linear-gradient(-135deg, rgb(253, 215, 154) 0%, rgb(0, 74, 89) 100%);
2972
3007
  }
2973
3008
  :root .editor-styles-wrapper .has-nightshade-gradient-background {
2974
- background: linear-gradient(-135deg, #330968 0%, #31cdcf 100%);
3009
+ background: linear-gradient(-135deg, rgb(51, 9, 104) 0%, rgb(49, 205, 207) 100%);
2975
3010
  }
2976
3011
  :root .editor-styles-wrapper .has-midnight-gradient-background {
2977
- background: linear-gradient(-135deg, #020381 0%, #2874fc 100%);
3012
+ background: linear-gradient(-135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
2978
3013
  }
2979
3014
 
2980
3015
  :where(.editor-styles-wrapper) .has-regular-font-size {
@@ -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,14 +2422,18 @@ 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) {
2429
2430
  padding: 0;
2430
2431
  }
2431
2432
 
2433
+ .wp-block-social-link__toolbar_content_text {
2434
+ width: 250px;
2435
+ }
2436
+
2432
2437
  .wp-block-social-links div.block-editor-url-input {
2433
2438
  display: inline-block;
2434
2439
  margin-left: 8px;
@@ -2448,8 +2453,8 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2448
2453
  }
2449
2454
 
2450
2455
  :root :where(.wp-block-social-links.is-style-pill-shape .wp-block-social-links__social-placeholder .wp-social-link) {
2451
- padding-left: calc((2/3) * 1em);
2452
- padding-right: calc((2/3) * 1em);
2456
+ padding-left: 0.6666666667em;
2457
+ padding-right: 0.6666666667em;
2453
2458
  }
2454
2459
 
2455
2460
  .wp-block-social-links__social-placeholder {
@@ -2779,6 +2784,10 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2779
2784
  z-index: 2;
2780
2785
  }
2781
2786
 
2787
+ .block-library-query-toolspanel__design .block-library-query-pattern__selection-content {
2788
+ margin-top: 8px;
2789
+ }
2790
+
2782
2791
  @media (min-width: 600px) {
2783
2792
  .wp-block-query__enhanced-pagination-modal {
2784
2793
  max-width: 480px;
@@ -2789,6 +2798,32 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2789
2798
  margin: 0;
2790
2799
  }
2791
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
+
2792
2827
  .wp-block[data-align=center] > .wp-block-query-pagination {
2793
2828
  justify-content: center;
2794
2829
  }
@@ -2853,49 +2888,49 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2853
2888
  .wp-block-post-featured-image img:where(.has-border-color) {
2854
2889
  border-style: solid;
2855
2890
  }
2856
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-top-color"]),
2857
- .wp-block-post-featured-image .components-placeholder:where([style*="border-top-color"]),
2858
- .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]) {
2859
2894
  border-top-style: solid;
2860
2895
  }
2861
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-right-color"]),
2862
- .wp-block-post-featured-image .components-placeholder:where([style*="border-right-color"]),
2863
- .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]) {
2864
2899
  border-right-style: solid;
2865
2900
  }
2866
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-bottom-color"]),
2867
- .wp-block-post-featured-image .components-placeholder:where([style*="border-bottom-color"]),
2868
- .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]) {
2869
2904
  border-bottom-style: solid;
2870
2905
  }
2871
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-left-color"]),
2872
- .wp-block-post-featured-image .components-placeholder:where([style*="border-left-color"]),
2873
- .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]) {
2874
2909
  border-left-style: solid;
2875
2910
  }
2876
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-width"]),
2877
- .wp-block-post-featured-image .components-placeholder:where([style*="border-width"]),
2878
- .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]) {
2879
2914
  border-style: solid;
2880
2915
  }
2881
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-top-width"]),
2882
- .wp-block-post-featured-image .components-placeholder:where([style*="border-top-width"]),
2883
- .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]) {
2884
2919
  border-top-style: solid;
2885
2920
  }
2886
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-right-width"]),
2887
- .wp-block-post-featured-image .components-placeholder:where([style*="border-right-width"]),
2888
- .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]) {
2889
2924
  border-right-style: solid;
2890
2925
  }
2891
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-bottom-width"]),
2892
- .wp-block-post-featured-image .components-placeholder:where([style*="border-bottom-width"]),
2893
- .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]) {
2894
2929
  border-bottom-style: solid;
2895
2930
  }
2896
- .wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*="border-left-width"]),
2897
- .wp-block-post-featured-image .components-placeholder:where([style*="border-left-width"]),
2898
- .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]) {
2899
2934
  border-left-style: solid;
2900
2935
  }
2901
2936
  .wp-block-post-featured-image[style*=height] .components-placeholder {
@@ -2966,25 +3001,25 @@ div[data-type="core/post-featured-image"] img {
2966
3001
  color: #313131;
2967
3002
  }
2968
3003
  :root .editor-styles-wrapper .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
2969
- background: linear-gradient(135deg, #00d084 0%, #0693e3 100%);
3004
+ background: linear-gradient(135deg, rgb(0, 208, 132) 0%, rgb(6, 147, 227) 100%);
2970
3005
  }
2971
3006
  :root .editor-styles-wrapper .has-purple-crush-gradient-background {
2972
- 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%);
2973
3008
  }
2974
3009
  :root .editor-styles-wrapper .has-hazy-dawn-gradient-background {
2975
- background: linear-gradient(135deg, #faaca8 0%, #dad0ec 100%);
3010
+ background: linear-gradient(135deg, rgb(250, 172, 168) 0%, rgb(218, 208, 236) 100%);
2976
3011
  }
2977
3012
  :root .editor-styles-wrapper .has-subdued-olive-gradient-background {
2978
- background: linear-gradient(135deg, #fafae1 0%, #67a671 100%);
3013
+ background: linear-gradient(135deg, rgb(250, 250, 225) 0%, rgb(103, 166, 113) 100%);
2979
3014
  }
2980
3015
  :root .editor-styles-wrapper .has-atomic-cream-gradient-background {
2981
- background: linear-gradient(135deg, #fdd79a 0%, #004a59 100%);
3016
+ background: linear-gradient(135deg, rgb(253, 215, 154) 0%, rgb(0, 74, 89) 100%);
2982
3017
  }
2983
3018
  :root .editor-styles-wrapper .has-nightshade-gradient-background {
2984
- background: linear-gradient(135deg, #330968 0%, #31cdcf 100%);
3019
+ background: linear-gradient(135deg, rgb(51, 9, 104) 0%, rgb(49, 205, 207) 100%);
2985
3020
  }
2986
3021
  :root .editor-styles-wrapper .has-midnight-gradient-background {
2987
- background: linear-gradient(135deg, #020381 0%, #2874fc 100%);
3022
+ background: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
2988
3023
  }
2989
3024
 
2990
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
  }