@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
@@ -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 {
@@ -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,10 +122,14 @@
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) {
130
130
  padding: 0;
131
+ }
132
+
133
+ .wp-block-social-link__toolbar_content_text {
134
+ width: 250px;
131
135
  }
@@ -122,10 +122,14 @@
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) {
130
130
  padding: 0;
131
+ }
132
+
133
+ .wp-block-social-link__toolbar_content_text {
134
+ width: 250px;
131
135
  }
@@ -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 {