@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
@@ -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-right-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-left-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-right-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-left-style: solid;
187
187
  }
188
188
  .wp-block-post-featured-image[style*=height] .components-placeholder {
@@ -158,4 +158,5 @@
158
158
 
159
159
  .wp-block-pullquote cite {
160
160
  color: inherit;
161
+ display: block;
161
162
  }
@@ -158,4 +158,5 @@
158
158
 
159
159
  .wp-block-pullquote cite {
160
160
  color: inherit;
161
+ display: block;
161
162
  }
@@ -139,6 +139,10 @@
139
139
  z-index: 2;
140
140
  }
141
141
 
142
+ .block-library-query-toolspanel__design .block-library-query-pattern__selection-content {
143
+ margin-top: 8px;
144
+ }
145
+
142
146
  @media (min-width: 600px) {
143
147
  .wp-block-query__enhanced-pagination-modal {
144
148
  max-width: 480px;
@@ -147,4 +151,30 @@
147
151
 
148
152
  .wp-block-query__enhanced-pagination-notice {
149
153
  margin: 0;
154
+ }
155
+
156
+ .block-editor-block-settings-menu__popover.is-expanded {
157
+ overflow-y: scroll;
158
+ }
159
+ .block-editor-block-settings-menu__popover .block-library-query-pattern__selection-content {
160
+ height: 100%;
161
+ }
162
+ .block-editor-block-settings-menu__popover .block-editor-block-patterns-list {
163
+ display: grid;
164
+ grid-template-columns: 1fr;
165
+ grid-gap: 12px;
166
+ min-width: 280px;
167
+ }
168
+ @media (min-width: 600px) {
169
+ .block-editor-block-settings-menu__popover .block-editor-block-patterns-list {
170
+ grid-template-columns: 1fr 1fr;
171
+ }
172
+ }
173
+ @media (min-width: 600px) {
174
+ .block-editor-block-settings-menu__popover .block-editor-block-patterns-list {
175
+ min-width: 480px;
176
+ }
177
+ }
178
+ .block-editor-block-settings-menu__popover .block-editor-block-patterns-list__list-item {
179
+ margin-bottom: 0;
150
180
  }
@@ -139,6 +139,10 @@
139
139
  z-index: 2;
140
140
  }
141
141
 
142
+ .block-library-query-toolspanel__design .block-library-query-pattern__selection-content {
143
+ margin-top: 8px;
144
+ }
145
+
142
146
  @media (min-width: 600px) {
143
147
  .wp-block-query__enhanced-pagination-modal {
144
148
  max-width: 480px;
@@ -147,4 +151,30 @@
147
151
 
148
152
  .wp-block-query__enhanced-pagination-notice {
149
153
  margin: 0;
154
+ }
155
+
156
+ .block-editor-block-settings-menu__popover.is-expanded {
157
+ overflow-y: scroll;
158
+ }
159
+ .block-editor-block-settings-menu__popover .block-library-query-pattern__selection-content {
160
+ height: 100%;
161
+ }
162
+ .block-editor-block-settings-menu__popover .block-editor-block-patterns-list {
163
+ display: grid;
164
+ grid-template-columns: 1fr;
165
+ grid-gap: 12px;
166
+ min-width: 280px;
167
+ }
168
+ @media (min-width: 600px) {
169
+ .block-editor-block-settings-menu__popover .block-editor-block-patterns-list {
170
+ grid-template-columns: 1fr 1fr;
171
+ }
172
+ }
173
+ @media (min-width: 600px) {
174
+ .block-editor-block-settings-menu__popover .block-editor-block-patterns-list {
175
+ min-width: 480px;
176
+ }
177
+ }
178
+ .block-editor-block-settings-menu__popover .block-editor-block-patterns-list__list-item {
179
+ margin-bottom: 0;
150
180
  }
@@ -103,9 +103,9 @@
103
103
  width: -moz-fit-content;
104
104
  width: fit-content;
105
105
  }
106
- .wp-block-read-more:where(:not([style*="text-decoration"])) {
106
+ .wp-block-read-more:where(:not([style*=text-decoration])) {
107
107
  text-decoration: none;
108
108
  }
109
- .wp-block-read-more:where(:not([style*="text-decoration"])):focus, .wp-block-read-more:where(:not([style*="text-decoration"])):active {
109
+ .wp-block-read-more:where(:not([style*=text-decoration])):focus, .wp-block-read-more:where(:not([style*=text-decoration])):active {
110
110
  text-decoration: none;
111
111
  }
@@ -103,9 +103,9 @@
103
103
  width: -moz-fit-content;
104
104
  width: fit-content;
105
105
  }
106
- .wp-block-read-more:where(:not([style*="text-decoration"])) {
106
+ .wp-block-read-more:where(:not([style*=text-decoration])) {
107
107
  text-decoration: none;
108
108
  }
109
- .wp-block-read-more:where(:not([style*="text-decoration"])):focus, .wp-block-read-more:where(:not([style*="text-decoration"])):active {
109
+ .wp-block-read-more:where(:not([style*=text-decoration])):focus, .wp-block-read-more:where(:not([style*=text-decoration])):active {
110
110
  text-decoration: none;
111
111
  }
@@ -122,8 +122,8 @@
122
122
  }
123
123
 
124
124
  :root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link button) {
125
- padding-right: calc((2/3) * 1em);
126
- padding-left: calc((2/3) * 1em);
125
+ padding-right: 0.6666666667em;
126
+ padding-left: 0.6666666667em;
127
127
  }
128
128
 
129
129
  :root :where(.wp-block-social-links.is-style-logos-only .wp-social-link button) {
@@ -122,8 +122,8 @@
122
122
  }
123
123
 
124
124
  :root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link button) {
125
- padding-left: calc((2/3) * 1em);
126
- padding-right: calc((2/3) * 1em);
125
+ padding-left: 0.6666666667em;
126
+ padding-right: 0.6666666667em;
127
127
  }
128
128
 
129
129
  :root :where(.wp-block-social-links.is-style-logos-only .wp-social-link button) {
@@ -117,8 +117,8 @@
117
117
  }
118
118
 
119
119
  :root :where(.wp-block-social-links.is-style-pill-shape .wp-block-social-links__social-placeholder .wp-social-link) {
120
- padding-right: calc((2/3) * 1em);
121
- padding-left: calc((2/3) * 1em);
120
+ padding-right: 0.6666666667em;
121
+ padding-left: 0.6666666667em;
122
122
  }
123
123
 
124
124
  .wp-block-social-links__social-placeholder {
@@ -117,8 +117,8 @@
117
117
  }
118
118
 
119
119
  :root :where(.wp-block-social-links.is-style-pill-shape .wp-block-social-links__social-placeholder .wp-social-link) {
120
- padding-left: calc((2/3) * 1em);
121
- padding-right: calc((2/3) * 1em);
120
+ padding-left: 0.6666666667em;
121
+ padding-right: 0.6666666667em;
122
122
  }
123
123
 
124
124
  .wp-block-social-links__social-placeholder {
@@ -510,8 +510,8 @@
510
510
  }
511
511
 
512
512
  :root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
513
- padding-right: calc((2/3) * 1em);
514
- padding-left: calc((2/3) * 1em);
513
+ padding-right: 0.6666666667em;
514
+ padding-left: 0.6666666667em;
515
515
  }
516
516
 
517
517
  .wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
@@ -510,8 +510,8 @@
510
510
  }
511
511
 
512
512
  :root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
513
- padding-left: calc((2/3) * 1em);
514
- padding-right: calc((2/3) * 1em);
513
+ padding-left: 0.6666666667em;
514
+ padding-right: 0.6666666667em;
515
515
  }
516
516
 
517
517
  .wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
@@ -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% - (var(--wp--style--block-gap, 0.5em) * 0.75));
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% - (var(--wp--style--block-gap, 0.5em) * 0.5));
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% - (var(--wp--style--block-gap, 0.5em) * 0.25));
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="submit"]) {
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% - (var(--wp--style--unstable-gallery-gap, 16px) / 2));
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% - (var(--wp--style--unstable-gallery-gap, 16px) * 0.5));
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*="vertical-rl"]), h1.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
1589
- h2.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
1590
- h2.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
1591
- h3.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
1592
- h3.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
1593
- h4.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
1594
- h4.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
1595
- h5.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
1596
- h5.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
1597
- h6.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
1598
- h6.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]) {
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: white;
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*="line-height"] .wp-block-latest-comments__comment)) {
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*="line-height"] .wp-block-latest-comments__comment-excerpt p)) {
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*="line-height"])),
1930
- .has-excerpts :where(.wp-block-latest-comments:not([style*="line-height"])) {
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="submit"]):not([type="checkbox"])) {
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="submit"]) {
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*="text-decoration"])) {
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*="text-decoration"])):focus, .wp-block-read-more:where(:not([style*="text-decoration"])):active {
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: calc((2/3) * 1em);
3901
- padding-left: calc((2/3) * 1em);
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: calc(100% / 2);
4114
+ width: 50%;
4111
4115
  }
4112
4116
  .wp-block-text-columns.columns-3 .wp-block-column {
4113
- width: calc(100% / 3);
4117
+ width: 33.3333333333%;
4114
4118
  }
4115
4119
  .wp-block-text-columns.columns-4 .wp-block-column {
4116
- width: calc(100% / 4);
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, #00d084 0%, #0693e3 100%);
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, #34e2e4 0%, #4721fb 50%, #ab1dfe 100%);
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, #faaca8 0%, #dad0ec 100%);
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, #fafae1 0%, #67a671 100%);
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, #fdd79a 0%, #004a59 100%);
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, #330968 0%, #31cdcf 100%);
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, #020381 0%, #2874fc 100%);
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*="border-top-color"]) {
4314
+ html :where([style*=border-top-color]) {
4311
4315
  border-top-style: solid;
4312
4316
  }
4313
4317
 
4314
- html :where([style*="border-right-color"]) {
4318
+ html :where([style*=border-right-color]) {
4315
4319
  border-left-style: solid;
4316
4320
  }
4317
4321
 
4318
- html :where([style*="border-bottom-color"]) {
4322
+ html :where([style*=border-bottom-color]) {
4319
4323
  border-bottom-style: solid;
4320
4324
  }
4321
4325
 
4322
- html :where([style*="border-left-color"]) {
4326
+ html :where([style*=border-left-color]) {
4323
4327
  border-right-style: solid;
4324
4328
  }
4325
4329
 
4326
- html :where([style*="border-width"]) {
4330
+ html :where([style*=border-width]) {
4327
4331
  border-style: solid;
4328
4332
  }
4329
4333
 
4330
- html :where([style*="border-top-width"]) {
4334
+ html :where([style*=border-top-width]) {
4331
4335
  border-top-style: solid;
4332
4336
  }
4333
4337
 
4334
- html :where([style*="border-right-width"]) {
4338
+ html :where([style*=border-right-width]) {
4335
4339
  border-left-style: solid;
4336
4340
  }
4337
4341
 
4338
- html :where([style*="border-bottom-width"]) {
4342
+ html :where([style*=border-bottom-width]) {
4339
4343
  border-bottom-style: solid;
4340
4344
  }
4341
4345
 
4342
- html :where([style*="border-left-width"]) {
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*="wp-image-"]) {
4353
+ html :where(img[class*=wp-image-]) {
4350
4354
  height: auto;
4351
4355
  max-width: 100%;
4352
4356
  }