@wordpress/block-library 7.3.2 → 7.4.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 (266) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/build/archives/edit.js +1 -1
  3. package/build/archives/edit.js.map +1 -1
  4. package/build/audio/edit.js +1 -1
  5. package/build/audio/edit.js.map +1 -1
  6. package/build/audio/edit.native.js +1 -1
  7. package/build/audio/edit.native.js.map +1 -1
  8. package/build/categories/edit.js +8 -3
  9. package/build/categories/edit.js.map +1 -1
  10. package/build/categories/index.js +4 -0
  11. package/build/categories/index.js.map +1 -1
  12. package/build/column/index.js +10 -0
  13. package/build/column/index.js.map +1 -1
  14. package/build/comment-template/hooks.js +11 -3
  15. package/build/comment-template/hooks.js.map +1 -1
  16. package/build/comments-pagination/edit.js +18 -1
  17. package/build/comments-pagination/edit.js.map +1 -1
  18. package/build/comments-query-loop/edit.js +1 -1
  19. package/build/comments-query-loop/edit.js.map +1 -1
  20. package/build/comments-title/edit.js +149 -0
  21. package/build/comments-title/edit.js.map +1 -0
  22. package/build/comments-title/index.js +101 -0
  23. package/build/comments-title/index.js.map +1 -0
  24. package/build/embed/edit.js +12 -18
  25. package/build/embed/edit.js.map +1 -1
  26. package/build/embed/edit.native.js +1 -7
  27. package/build/embed/edit.native.js.map +1 -1
  28. package/build/embed/util.js +29 -4
  29. package/build/embed/util.js.map +1 -1
  30. package/build/file/inspector.js +2 -4
  31. package/build/file/inspector.js.map +1 -1
  32. package/build/gallery/edit.js +1 -1
  33. package/build/gallery/edit.js.map +1 -1
  34. package/build/gallery/v1/edit.js +1 -1
  35. package/build/gallery/v1/edit.js.map +1 -1
  36. package/build/html/edit.js +2 -2
  37. package/build/html/edit.js.map +1 -1
  38. package/build/image/edit.js +4 -6
  39. package/build/image/edit.js.map +1 -1
  40. package/build/image/edit.native.js +1 -1
  41. package/build/image/edit.native.js.map +1 -1
  42. package/build/image/image.js +1 -1
  43. package/build/image/image.js.map +1 -1
  44. package/build/index.js +3 -1
  45. package/build/index.js.map +1 -1
  46. package/build/index.native.js +14 -3
  47. package/build/index.native.js.map +1 -1
  48. package/build/latest-comments/edit.js +1 -1
  49. package/build/latest-comments/edit.js.map +1 -1
  50. package/build/loginout/edit.js +1 -1
  51. package/build/loginout/edit.js.map +1 -1
  52. package/build/media-text/edit.js +1 -2
  53. package/build/media-text/edit.js.map +1 -1
  54. package/build/media-text/edit.native.js +1 -1
  55. package/build/media-text/edit.native.js.map +1 -1
  56. package/build/navigation/edit/index.js +17 -1
  57. package/build/navigation/edit/index.js.map +1 -1
  58. package/build/navigation/edit/navigation-menu-selector.js +7 -2
  59. package/build/navigation/edit/navigation-menu-selector.js.map +1 -1
  60. package/build/navigation/edit/unsaved-inner-blocks.js +5 -4
  61. package/build/navigation/edit/unsaved-inner-blocks.js.map +1 -1
  62. package/build/navigation/index.js +1 -1
  63. package/build/navigation/view-modal.js +37 -0
  64. package/build/navigation/view-modal.js.map +1 -0
  65. package/build/navigation/view.js +1 -34
  66. package/build/navigation/view.js.map +1 -1
  67. package/build/paragraph/edit.native.js +6 -2
  68. package/build/paragraph/edit.native.js.map +1 -1
  69. package/build/post-author/edit.js +1 -1
  70. package/build/post-author/edit.js.map +1 -1
  71. package/build/post-excerpt/edit.js +1 -1
  72. package/build/post-excerpt/edit.js.map +1 -1
  73. package/build/quote/index.js +6 -0
  74. package/build/quote/index.js.map +1 -1
  75. package/build/quote/v2/edit.js +11 -3
  76. package/build/quote/v2/edit.js.map +1 -1
  77. package/build/rss/edit.js +1 -1
  78. package/build/rss/edit.js.map +1 -1
  79. package/build/search/edit.js +11 -9
  80. package/build/search/edit.js.map +1 -1
  81. package/build/spacer/constants.js +9 -0
  82. package/build/spacer/constants.js.map +1 -0
  83. package/build/spacer/controls.js +3 -3
  84. package/build/spacer/controls.js.map +1 -1
  85. package/build/spacer/controls.native.js +2 -2
  86. package/build/spacer/controls.native.js.map +1 -1
  87. package/build/spacer/edit.js +5 -6
  88. package/build/spacer/edit.js.map +1 -1
  89. package/build/table/edit.js +8 -2
  90. package/build/table/edit.js.map +1 -1
  91. package/build/tag-cloud/edit.js +1 -1
  92. package/build/tag-cloud/edit.js.map +1 -1
  93. package/build/video/edit.js +1 -1
  94. package/build/video/edit.js.map +1 -1
  95. package/build/video/edit.native.js +1 -1
  96. package/build/video/edit.native.js.map +1 -1
  97. package/build-module/archives/edit.js +1 -1
  98. package/build-module/archives/edit.js.map +1 -1
  99. package/build-module/audio/edit.js +1 -1
  100. package/build-module/audio/edit.js.map +1 -1
  101. package/build-module/audio/edit.native.js +1 -1
  102. package/build-module/audio/edit.native.js.map +1 -1
  103. package/build-module/categories/edit.js +8 -3
  104. package/build-module/categories/edit.js.map +1 -1
  105. package/build-module/categories/index.js +4 -0
  106. package/build-module/categories/index.js.map +1 -1
  107. package/build-module/column/index.js +10 -0
  108. package/build-module/column/index.js.map +1 -1
  109. package/build-module/comment-template/hooks.js +11 -3
  110. package/build-module/comment-template/hooks.js.map +1 -1
  111. package/build-module/comments-pagination/edit.js +19 -2
  112. package/build-module/comments-pagination/edit.js.map +1 -1
  113. package/build-module/comments-query-loop/edit.js +1 -1
  114. package/build-module/comments-query-loop/edit.js.map +1 -1
  115. package/build-module/comments-title/edit.js +133 -0
  116. package/build-module/comments-title/edit.js.map +1 -0
  117. package/build-module/comments-title/index.js +88 -0
  118. package/build-module/comments-title/index.js.map +1 -0
  119. package/build-module/embed/edit.js +13 -19
  120. package/build-module/embed/edit.js.map +1 -1
  121. package/build-module/embed/edit.native.js +2 -8
  122. package/build-module/embed/edit.native.js.map +1 -1
  123. package/build-module/embed/util.js +25 -3
  124. package/build-module/embed/util.js.map +1 -1
  125. package/build-module/file/inspector.js +2 -4
  126. package/build-module/file/inspector.js.map +1 -1
  127. package/build-module/gallery/edit.js +1 -1
  128. package/build-module/gallery/edit.js.map +1 -1
  129. package/build-module/gallery/v1/edit.js +1 -1
  130. package/build-module/gallery/v1/edit.js.map +1 -1
  131. package/build-module/html/edit.js +2 -2
  132. package/build-module/html/edit.js.map +1 -1
  133. package/build-module/image/edit.js +4 -6
  134. package/build-module/image/edit.js.map +1 -1
  135. package/build-module/image/edit.native.js +1 -1
  136. package/build-module/image/edit.native.js.map +1 -1
  137. package/build-module/image/image.js +1 -1
  138. package/build-module/image/image.js.map +1 -1
  139. package/build-module/index.js +2 -1
  140. package/build-module/index.js.map +1 -1
  141. package/build-module/index.native.js +14 -3
  142. package/build-module/index.native.js.map +1 -1
  143. package/build-module/latest-comments/edit.js +1 -1
  144. package/build-module/latest-comments/edit.js.map +1 -1
  145. package/build-module/loginout/edit.js +1 -1
  146. package/build-module/loginout/edit.js.map +1 -1
  147. package/build-module/media-text/edit.js +1 -2
  148. package/build-module/media-text/edit.js.map +1 -1
  149. package/build-module/media-text/edit.native.js +1 -1
  150. package/build-module/media-text/edit.native.js.map +1 -1
  151. package/build-module/navigation/edit/index.js +17 -1
  152. package/build-module/navigation/edit/index.js.map +1 -1
  153. package/build-module/navigation/edit/navigation-menu-selector.js +6 -2
  154. package/build-module/navigation/edit/navigation-menu-selector.js.map +1 -1
  155. package/build-module/navigation/edit/unsaved-inner-blocks.js +5 -4
  156. package/build-module/navigation/edit/unsaved-inner-blocks.js.map +1 -1
  157. package/build-module/navigation/index.js +1 -1
  158. package/build-module/navigation/view-modal.js +32 -0
  159. package/build-module/navigation/view-modal.js.map +1 -0
  160. package/build-module/navigation/view.js +1 -30
  161. package/build-module/navigation/view.js.map +1 -1
  162. package/build-module/paragraph/edit.native.js +6 -2
  163. package/build-module/paragraph/edit.native.js.map +1 -1
  164. package/build-module/post-author/edit.js +1 -1
  165. package/build-module/post-author/edit.js.map +1 -1
  166. package/build-module/post-excerpt/edit.js +1 -1
  167. package/build-module/post-excerpt/edit.js.map +1 -1
  168. package/build-module/quote/index.js +1 -1
  169. package/build-module/quote/index.js.map +1 -1
  170. package/build-module/quote/v2/edit.js +10 -3
  171. package/build-module/quote/v2/edit.js.map +1 -1
  172. package/build-module/rss/edit.js +1 -1
  173. package/build-module/rss/edit.js.map +1 -1
  174. package/build-module/search/edit.js +11 -9
  175. package/build-module/search/edit.js.map +1 -1
  176. package/build-module/spacer/constants.js +2 -0
  177. package/build-module/spacer/constants.js.map +1 -0
  178. package/build-module/spacer/controls.js +2 -2
  179. package/build-module/spacer/controls.js.map +1 -1
  180. package/build-module/spacer/controls.native.js +1 -1
  181. package/build-module/spacer/controls.native.js.map +1 -1
  182. package/build-module/spacer/edit.js +1 -1
  183. package/build-module/spacer/edit.js.map +1 -1
  184. package/build-module/table/edit.js +9 -3
  185. package/build-module/table/edit.js.map +1 -1
  186. package/build-module/tag-cloud/edit.js +1 -1
  187. package/build-module/tag-cloud/edit.js.map +1 -1
  188. package/build-module/video/edit.js +1 -1
  189. package/build-module/video/edit.js.map +1 -1
  190. package/build-module/video/edit.native.js +1 -1
  191. package/build-module/video/edit.native.js.map +1 -1
  192. package/build-style/comments-title/editor-rtl.css +79 -0
  193. package/build-style/comments-title/editor.css +79 -0
  194. package/build-style/common-rtl.css +32 -0
  195. package/build-style/common.css +32 -0
  196. package/build-style/editor-rtl.css +12 -0
  197. package/build-style/editor.css +12 -0
  198. package/build-style/post-comments-form/style-rtl.css +9 -0
  199. package/build-style/post-comments-form/style.css +9 -0
  200. package/build-style/style-rtl.css +79 -0
  201. package/build-style/style.css +79 -0
  202. package/build-style/table/editor-rtl.css +8 -0
  203. package/build-style/table/editor.css +8 -0
  204. package/build-style/table/style-rtl.css +38 -0
  205. package/build-style/table/style.css +38 -0
  206. package/package.json +28 -28
  207. package/src/archives/edit.js +1 -1
  208. package/src/audio/edit.js +1 -1
  209. package/src/audio/edit.native.js +1 -1
  210. package/src/categories/block.json +4 -0
  211. package/src/categories/edit.js +8 -2
  212. package/src/categories/index.php +1 -0
  213. package/src/column/block.json +10 -0
  214. package/src/comment-template/hooks.js +13 -1
  215. package/src/comment-template/index.php +13 -4
  216. package/src/comments-pagination/edit.js +23 -0
  217. package/src/comments-query-loop/edit.js +1 -0
  218. package/src/comments-title/block.json +70 -0
  219. package/src/comments-title/edit.js +197 -0
  220. package/src/comments-title/editor.scss +4 -0
  221. package/src/comments-title/index.js +18 -0
  222. package/src/comments-title/index.php +68 -0
  223. package/src/common.scss +24 -1
  224. package/src/editor.scss +1 -0
  225. package/src/embed/edit.js +19 -24
  226. package/src/embed/edit.native.js +9 -14
  227. package/src/embed/util.js +34 -2
  228. package/src/file/inspector.js +1 -3
  229. package/src/gallery/edit.js +1 -1
  230. package/src/gallery/v1/edit.js +1 -1
  231. package/src/html/edit.js +2 -2
  232. package/src/image/edit.js +2 -4
  233. package/src/image/edit.native.js +1 -1
  234. package/src/image/image.js +1 -1
  235. package/src/index.js +3 -0
  236. package/src/index.native.js +12 -2
  237. package/src/latest-comments/edit.js +1 -1
  238. package/src/loginout/edit.js +1 -1
  239. package/src/media-text/edit.js +1 -2
  240. package/src/media-text/edit.native.js +1 -1
  241. package/src/navigation/block.json +1 -1
  242. package/src/navigation/edit/index.js +24 -0
  243. package/src/navigation/edit/navigation-menu-selector.js +15 -9
  244. package/src/navigation/edit/unsaved-inner-blocks.js +5 -4
  245. package/src/navigation/index.php +5 -0
  246. package/src/navigation/view-modal.js +36 -0
  247. package/src/navigation/view.js +0 -35
  248. package/src/paragraph/edit.native.js +13 -1
  249. package/src/post-author/edit.js +1 -1
  250. package/src/post-comments-form/style.scss +11 -0
  251. package/src/post-excerpt/edit.js +1 -1
  252. package/src/quote/index.js +1 -1
  253. package/src/quote/v2/edit.js +3 -0
  254. package/src/rss/edit.js +1 -1
  255. package/src/search/edit.js +13 -7
  256. package/src/search/index.php +84 -33
  257. package/src/spacer/constants.js +1 -0
  258. package/src/spacer/controls.js +2 -2
  259. package/src/spacer/controls.native.js +1 -1
  260. package/src/spacer/edit.js +1 -2
  261. package/src/table/edit.js +11 -2
  262. package/src/table/editor.scss +13 -0
  263. package/src/table/style.scss +52 -0
  264. package/src/tag-cloud/edit.js +1 -1
  265. package/src/video/edit.js +1 -1
  266. package/src/video/edit.native.js +1 -1
@@ -0,0 +1,79 @@
1
+ /**
2
+ * Colors
3
+ */
4
+ /**
5
+ * Breakpoints & Media Queries
6
+ */
7
+ /**
8
+ * SCSS Variables.
9
+ *
10
+ * Please use variables from this sheet to ensure consistency across the UI.
11
+ * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
12
+ * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
13
+ */
14
+ /**
15
+ * Colors
16
+ */
17
+ /**
18
+ * Fonts & basic variables.
19
+ */
20
+ /**
21
+ * Grid System.
22
+ * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
23
+ */
24
+ /**
25
+ * Dimensions.
26
+ */
27
+ /**
28
+ * Shadows.
29
+ */
30
+ /**
31
+ * Editor widths.
32
+ */
33
+ /**
34
+ * Block & Editor UI.
35
+ */
36
+ /**
37
+ * Block paddings.
38
+ */
39
+ /**
40
+ * React Native specific.
41
+ * These variables do not appear to be used anywhere else.
42
+ */
43
+ /**
44
+ * Converts a hex value into the rgb equivalent.
45
+ *
46
+ * @param {string} hex - the hexadecimal value to convert
47
+ * @return {string} comma separated rgb values
48
+ */
49
+ /**
50
+ * Breakpoint mixins
51
+ */
52
+ /**
53
+ * Long content fade mixin
54
+ *
55
+ * Creates a fading overlay to signify that the content is longer
56
+ * than the space allows.
57
+ */
58
+ /**
59
+ * Focus styles.
60
+ */
61
+ /**
62
+ * Applies editor left position to the selector passed as argument
63
+ */
64
+ /**
65
+ * Styles that are reused verbatim in a few places
66
+ */
67
+ /**
68
+ * Allows users to opt-out of animations via OS-level preferences.
69
+ */
70
+ /**
71
+ * Reset default styles for JavaScript UI based pages.
72
+ * This is a WP-admin agnostic reset
73
+ */
74
+ /**
75
+ * Reset the WP Admin page styles for Gutenberg-like pages.
76
+ */
77
+ .wp-block-comments-title.has-background {
78
+ padding: inherit;
79
+ }
@@ -0,0 +1,79 @@
1
+ /**
2
+ * Colors
3
+ */
4
+ /**
5
+ * Breakpoints & Media Queries
6
+ */
7
+ /**
8
+ * SCSS Variables.
9
+ *
10
+ * Please use variables from this sheet to ensure consistency across the UI.
11
+ * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
12
+ * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
13
+ */
14
+ /**
15
+ * Colors
16
+ */
17
+ /**
18
+ * Fonts & basic variables.
19
+ */
20
+ /**
21
+ * Grid System.
22
+ * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
23
+ */
24
+ /**
25
+ * Dimensions.
26
+ */
27
+ /**
28
+ * Shadows.
29
+ */
30
+ /**
31
+ * Editor widths.
32
+ */
33
+ /**
34
+ * Block & Editor UI.
35
+ */
36
+ /**
37
+ * Block paddings.
38
+ */
39
+ /**
40
+ * React Native specific.
41
+ * These variables do not appear to be used anywhere else.
42
+ */
43
+ /**
44
+ * Converts a hex value into the rgb equivalent.
45
+ *
46
+ * @param {string} hex - the hexadecimal value to convert
47
+ * @return {string} comma separated rgb values
48
+ */
49
+ /**
50
+ * Breakpoint mixins
51
+ */
52
+ /**
53
+ * Long content fade mixin
54
+ *
55
+ * Creates a fading overlay to signify that the content is longer
56
+ * than the space allows.
57
+ */
58
+ /**
59
+ * Focus styles.
60
+ */
61
+ /**
62
+ * Applies editor left position to the selector passed as argument
63
+ */
64
+ /**
65
+ * Styles that are reused verbatim in a few places
66
+ */
67
+ /**
68
+ * Allows users to opt-out of animations via OS-level preferences.
69
+ */
70
+ /**
71
+ * Reset default styles for JavaScript UI based pages.
72
+ * This is a WP-admin agnostic reset
73
+ */
74
+ /**
75
+ * Reset the WP Admin page styles for Gutenberg-like pages.
76
+ */
77
+ .wp-block-comments-title.has-background {
78
+ padding: inherit;
79
+ }
@@ -232,10 +232,42 @@ html :where(.has-border-color) {
232
232
  border-style: solid;
233
233
  }
234
234
 
235
+ html :where([style*="border-top-color"]) {
236
+ border-top-style: solid;
237
+ }
238
+
239
+ html :where([style*="border-right-color"]) {
240
+ border-left-style: solid;
241
+ }
242
+
243
+ html :where([style*="border-bottom-color"]) {
244
+ border-bottom-style: solid;
245
+ }
246
+
247
+ html :where([style*="border-left-color"]) {
248
+ border-right-style: solid;
249
+ }
250
+
235
251
  html :where([style*="border-width"]) {
236
252
  border-style: solid;
237
253
  }
238
254
 
255
+ html :where([style*="border-top-width"]) {
256
+ border-top-style: solid;
257
+ }
258
+
259
+ html :where([style*="border-right-width"]) {
260
+ border-left-style: solid;
261
+ }
262
+
263
+ html :where([style*="border-bottom-width"]) {
264
+ border-bottom-style: solid;
265
+ }
266
+
267
+ html :where([style*="border-left-width"]) {
268
+ border-right-style: solid;
269
+ }
270
+
239
271
  /**
240
272
  * Provide baseline responsiveness for images.
241
273
  */
@@ -234,10 +234,42 @@ html :where(.has-border-color) {
234
234
  border-style: solid;
235
235
  }
236
236
 
237
+ html :where([style*="border-top-color"]) {
238
+ border-top-style: solid;
239
+ }
240
+
241
+ html :where([style*="border-right-color"]) {
242
+ border-right-style: solid;
243
+ }
244
+
245
+ html :where([style*="border-bottom-color"]) {
246
+ border-bottom-style: solid;
247
+ }
248
+
249
+ html :where([style*="border-left-color"]) {
250
+ border-left-style: solid;
251
+ }
252
+
237
253
  html :where([style*="border-width"]) {
238
254
  border-style: solid;
239
255
  }
240
256
 
257
+ html :where([style*="border-top-width"]) {
258
+ border-top-style: solid;
259
+ }
260
+
261
+ html :where([style*="border-right-width"]) {
262
+ border-right-style: solid;
263
+ }
264
+
265
+ html :where([style*="border-bottom-width"]) {
266
+ border-bottom-style: solid;
267
+ }
268
+
269
+ html :where([style*="border-left-width"]) {
270
+ border-left-style: solid;
271
+ }
272
+
241
273
  /**
242
274
  * Provide baseline responsiveness for images.
243
275
  */
@@ -287,6 +287,10 @@ html :where(.wp-block-column) {
287
287
  margin-right: 0;
288
288
  }
289
289
 
290
+ .wp-block-comments-title.has-background {
291
+ padding: inherit;
292
+ }
293
+
290
294
  .wp-block-cover {
291
295
  /* Extra specificity needed because the reset.css applied in the editor context is overriding this rule. */
292
296
  }
@@ -2343,6 +2347,14 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2343
2347
  .is-dark-theme .wp-block-table figcaption {
2344
2348
  color: rgba(255, 255, 255, 0.65);
2345
2349
  }
2350
+ .wp-block-table table.has-individual-borders > *,
2351
+ .wp-block-table table.has-individual-borders tr,
2352
+ .wp-block-table table.has-individual-borders th,
2353
+ .wp-block-table table.has-individual-borders td {
2354
+ border-width: 1px;
2355
+ border-style: solid;
2356
+ border-color: currentColor;
2357
+ }
2346
2358
 
2347
2359
  .blocks-table__placeholder-form.blocks-table__placeholder-form {
2348
2360
  display: flex;
@@ -291,6 +291,10 @@ html :where(.wp-block-column) {
291
291
  margin-right: 0;
292
292
  }
293
293
 
294
+ .wp-block-comments-title.has-background {
295
+ padding: inherit;
296
+ }
297
+
294
298
  .wp-block-cover {
295
299
  /* Extra specificity needed because the reset.css applied in the editor context is overriding this rule. */
296
300
  }
@@ -2351,6 +2355,14 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2351
2355
  .is-dark-theme .wp-block-table figcaption {
2352
2356
  color: rgba(255, 255, 255, 0.65);
2353
2357
  }
2358
+ .wp-block-table table.has-individual-borders > *,
2359
+ .wp-block-table table.has-individual-borders tr,
2360
+ .wp-block-table table.has-individual-borders th,
2361
+ .wp-block-table table.has-individual-borders td {
2362
+ border-width: 1px;
2363
+ border-style: solid;
2364
+ border-color: currentColor;
2365
+ }
2354
2366
 
2355
2367
  .blocks-table__placeholder-form.blocks-table__placeholder-form {
2356
2368
  display: flex;
@@ -128,4 +128,13 @@
128
128
  }
129
129
  .wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
130
130
  margin-top: 0.35em;
131
+ }
132
+ .wp-block-post-comments-form .comment-reply-title {
133
+ align-items: baseline;
134
+ display: flex;
135
+ justify-content: space-between;
136
+ margin-bottom: 0;
137
+ }
138
+ .wp-block-post-comments-form .comment-reply-title :where(small) {
139
+ font-size: var(--wp--preset--font-size--medium, smaller);
131
140
  }
@@ -128,4 +128,13 @@
128
128
  }
129
129
  .wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
130
130
  margin-top: 0.35em;
131
+ }
132
+ .wp-block-post-comments-form .comment-reply-title {
133
+ align-items: baseline;
134
+ display: flex;
135
+ justify-content: space-between;
136
+ margin-bottom: 0;
137
+ }
138
+ .wp-block-post-comments-form .comment-reply-title :where(small) {
139
+ font-size: var(--wp--preset--font-size--medium, smaller);
131
140
  }
@@ -2240,6 +2240,15 @@ p.has-background {
2240
2240
  .wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
2241
2241
  margin-top: 0.35em;
2242
2242
  }
2243
+ .wp-block-post-comments-form .comment-reply-title {
2244
+ align-items: baseline;
2245
+ display: flex;
2246
+ justify-content: space-between;
2247
+ margin-bottom: 0;
2248
+ }
2249
+ .wp-block-post-comments-form .comment-reply-title :where(small) {
2250
+ font-size: var(--wp--preset--font-size--medium, smaller);
2251
+ }
2243
2252
 
2244
2253
  .wp-block-post-excerpt__more-link {
2245
2254
  display: inline-block;
@@ -3078,6 +3087,44 @@ ul.wp-block-rss.is-grid li {
3078
3087
  .wp-block-table .has-border-color td {
3079
3088
  border-color: inherit;
3080
3089
  }
3090
+ .wp-block-table table[style*=border-top-color] > *,
3091
+ .wp-block-table table[style*=border-top-color] tr:first-child {
3092
+ border-top-color: inherit;
3093
+ }
3094
+ .wp-block-table table[style*=border-top-color] > * th,
3095
+ .wp-block-table table[style*=border-top-color] > * td,
3096
+ .wp-block-table table[style*=border-top-color] tr:first-child th,
3097
+ .wp-block-table table[style*=border-top-color] tr:first-child td {
3098
+ border-top-color: inherit;
3099
+ }
3100
+ .wp-block-table table[style*=border-top-color] tr:not(:first-child) {
3101
+ border-top-color: currentColor;
3102
+ }
3103
+ .wp-block-table table[style*=border-right-color] > *,
3104
+ .wp-block-table table[style*=border-right-color] tr,
3105
+ .wp-block-table table[style*=border-right-color] th,
3106
+ .wp-block-table table[style*=border-right-color] td:last-child {
3107
+ border-left-color: inherit;
3108
+ }
3109
+ .wp-block-table table[style*=border-bottom-color] > *,
3110
+ .wp-block-table table[style*=border-bottom-color] tr:last-child {
3111
+ border-bottom-color: inherit;
3112
+ }
3113
+ .wp-block-table table[style*=border-bottom-color] > * th,
3114
+ .wp-block-table table[style*=border-bottom-color] > * td,
3115
+ .wp-block-table table[style*=border-bottom-color] tr:last-child th,
3116
+ .wp-block-table table[style*=border-bottom-color] tr:last-child td {
3117
+ border-bottom-color: inherit;
3118
+ }
3119
+ .wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
3120
+ border-bottom-color: currentColor;
3121
+ }
3122
+ .wp-block-table table[style*=border-left-color] > *,
3123
+ .wp-block-table table[style*=border-left-color] tr,
3124
+ .wp-block-table table[style*=border-left-color] th,
3125
+ .wp-block-table table[style*=border-left-color] td:first-child {
3126
+ border-right-color: inherit;
3127
+ }
3081
3128
  .wp-block-table table[style*=border-style] > *,
3082
3129
  .wp-block-table table[style*=border-style] tr,
3083
3130
  .wp-block-table table[style*=border-style] th,
@@ -3287,10 +3334,42 @@ html :where(.has-border-color) {
3287
3334
  border-style: solid;
3288
3335
  }
3289
3336
 
3337
+ html :where([style*="border-top-color"]) {
3338
+ border-top-style: solid;
3339
+ }
3340
+
3341
+ html :where([style*="border-right-color"]) {
3342
+ border-left-style: solid;
3343
+ }
3344
+
3345
+ html :where([style*="border-bottom-color"]) {
3346
+ border-bottom-style: solid;
3347
+ }
3348
+
3349
+ html :where([style*="border-left-color"]) {
3350
+ border-right-style: solid;
3351
+ }
3352
+
3290
3353
  html :where([style*="border-width"]) {
3291
3354
  border-style: solid;
3292
3355
  }
3293
3356
 
3357
+ html :where([style*="border-top-width"]) {
3358
+ border-top-style: solid;
3359
+ }
3360
+
3361
+ html :where([style*="border-right-width"]) {
3362
+ border-left-style: solid;
3363
+ }
3364
+
3365
+ html :where([style*="border-bottom-width"]) {
3366
+ border-bottom-style: solid;
3367
+ }
3368
+
3369
+ html :where([style*="border-left-width"]) {
3370
+ border-right-style: solid;
3371
+ }
3372
+
3294
3373
  /**
3295
3374
  * Provide baseline responsiveness for images.
3296
3375
  */
@@ -2264,6 +2264,15 @@ p.has-background {
2264
2264
  .wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
2265
2265
  margin-top: 0.35em;
2266
2266
  }
2267
+ .wp-block-post-comments-form .comment-reply-title {
2268
+ align-items: baseline;
2269
+ display: flex;
2270
+ justify-content: space-between;
2271
+ margin-bottom: 0;
2272
+ }
2273
+ .wp-block-post-comments-form .comment-reply-title :where(small) {
2274
+ font-size: var(--wp--preset--font-size--medium, smaller);
2275
+ }
2267
2276
 
2268
2277
  .wp-block-post-excerpt__more-link {
2269
2278
  display: inline-block;
@@ -3107,6 +3116,44 @@ ul.wp-block-rss.is-grid li {
3107
3116
  .wp-block-table .has-border-color td {
3108
3117
  border-color: inherit;
3109
3118
  }
3119
+ .wp-block-table table[style*=border-top-color] > *,
3120
+ .wp-block-table table[style*=border-top-color] tr:first-child {
3121
+ border-top-color: inherit;
3122
+ }
3123
+ .wp-block-table table[style*=border-top-color] > * th,
3124
+ .wp-block-table table[style*=border-top-color] > * td,
3125
+ .wp-block-table table[style*=border-top-color] tr:first-child th,
3126
+ .wp-block-table table[style*=border-top-color] tr:first-child td {
3127
+ border-top-color: inherit;
3128
+ }
3129
+ .wp-block-table table[style*=border-top-color] tr:not(:first-child) {
3130
+ border-top-color: currentColor;
3131
+ }
3132
+ .wp-block-table table[style*=border-right-color] > *,
3133
+ .wp-block-table table[style*=border-right-color] tr,
3134
+ .wp-block-table table[style*=border-right-color] th,
3135
+ .wp-block-table table[style*=border-right-color] td:last-child {
3136
+ border-right-color: inherit;
3137
+ }
3138
+ .wp-block-table table[style*=border-bottom-color] > *,
3139
+ .wp-block-table table[style*=border-bottom-color] tr:last-child {
3140
+ border-bottom-color: inherit;
3141
+ }
3142
+ .wp-block-table table[style*=border-bottom-color] > * th,
3143
+ .wp-block-table table[style*=border-bottom-color] > * td,
3144
+ .wp-block-table table[style*=border-bottom-color] tr:last-child th,
3145
+ .wp-block-table table[style*=border-bottom-color] tr:last-child td {
3146
+ border-bottom-color: inherit;
3147
+ }
3148
+ .wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
3149
+ border-bottom-color: currentColor;
3150
+ }
3151
+ .wp-block-table table[style*=border-left-color] > *,
3152
+ .wp-block-table table[style*=border-left-color] tr,
3153
+ .wp-block-table table[style*=border-left-color] th,
3154
+ .wp-block-table table[style*=border-left-color] td:first-child {
3155
+ border-left-color: inherit;
3156
+ }
3110
3157
  .wp-block-table table[style*=border-style] > *,
3111
3158
  .wp-block-table table[style*=border-style] tr,
3112
3159
  .wp-block-table table[style*=border-style] th,
@@ -3318,10 +3365,42 @@ html :where(.has-border-color) {
3318
3365
  border-style: solid;
3319
3366
  }
3320
3367
 
3368
+ html :where([style*="border-top-color"]) {
3369
+ border-top-style: solid;
3370
+ }
3371
+
3372
+ html :where([style*="border-right-color"]) {
3373
+ border-right-style: solid;
3374
+ }
3375
+
3376
+ html :where([style*="border-bottom-color"]) {
3377
+ border-bottom-style: solid;
3378
+ }
3379
+
3380
+ html :where([style*="border-left-color"]) {
3381
+ border-left-style: solid;
3382
+ }
3383
+
3321
3384
  html :where([style*="border-width"]) {
3322
3385
  border-style: solid;
3323
3386
  }
3324
3387
 
3388
+ html :where([style*="border-top-width"]) {
3389
+ border-top-style: solid;
3390
+ }
3391
+
3392
+ html :where([style*="border-right-width"]) {
3393
+ border-right-style: solid;
3394
+ }
3395
+
3396
+ html :where([style*="border-bottom-width"]) {
3397
+ border-bottom-style: solid;
3398
+ }
3399
+
3400
+ html :where([style*="border-left-width"]) {
3401
+ border-left-style: solid;
3402
+ }
3403
+
3325
3404
  /**
3326
3405
  * Provide baseline responsiveness for images.
3327
3406
  */
@@ -113,6 +113,14 @@
113
113
  .is-dark-theme .wp-block-table figcaption {
114
114
  color: rgba(255, 255, 255, 0.65);
115
115
  }
116
+ .wp-block-table table.has-individual-borders > *,
117
+ .wp-block-table table.has-individual-borders tr,
118
+ .wp-block-table table.has-individual-borders th,
119
+ .wp-block-table table.has-individual-borders td {
120
+ border-width: 1px;
121
+ border-style: solid;
122
+ border-color: currentColor;
123
+ }
116
124
 
117
125
  .blocks-table__placeholder-form.blocks-table__placeholder-form {
118
126
  display: flex;
@@ -113,6 +113,14 @@
113
113
  .is-dark-theme .wp-block-table figcaption {
114
114
  color: rgba(255, 255, 255, 0.65);
115
115
  }
116
+ .wp-block-table table.has-individual-borders > *,
117
+ .wp-block-table table.has-individual-borders tr,
118
+ .wp-block-table table.has-individual-borders th,
119
+ .wp-block-table table.has-individual-borders td {
120
+ border-width: 1px;
121
+ border-style: solid;
122
+ border-color: currentColor;
123
+ }
116
124
 
117
125
  .blocks-table__placeholder-form.blocks-table__placeholder-form {
118
126
  display: flex;
@@ -143,6 +143,44 @@
143
143
  .wp-block-table .has-border-color td {
144
144
  border-color: inherit;
145
145
  }
146
+ .wp-block-table table[style*=border-top-color] > *,
147
+ .wp-block-table table[style*=border-top-color] tr:first-child {
148
+ border-top-color: inherit;
149
+ }
150
+ .wp-block-table table[style*=border-top-color] > * th,
151
+ .wp-block-table table[style*=border-top-color] > * td,
152
+ .wp-block-table table[style*=border-top-color] tr:first-child th,
153
+ .wp-block-table table[style*=border-top-color] tr:first-child td {
154
+ border-top-color: inherit;
155
+ }
156
+ .wp-block-table table[style*=border-top-color] tr:not(:first-child) {
157
+ border-top-color: currentColor;
158
+ }
159
+ .wp-block-table table[style*=border-right-color] > *,
160
+ .wp-block-table table[style*=border-right-color] tr,
161
+ .wp-block-table table[style*=border-right-color] th,
162
+ .wp-block-table table[style*=border-right-color] td:last-child {
163
+ border-left-color: inherit;
164
+ }
165
+ .wp-block-table table[style*=border-bottom-color] > *,
166
+ .wp-block-table table[style*=border-bottom-color] tr:last-child {
167
+ border-bottom-color: inherit;
168
+ }
169
+ .wp-block-table table[style*=border-bottom-color] > * th,
170
+ .wp-block-table table[style*=border-bottom-color] > * td,
171
+ .wp-block-table table[style*=border-bottom-color] tr:last-child th,
172
+ .wp-block-table table[style*=border-bottom-color] tr:last-child td {
173
+ border-bottom-color: inherit;
174
+ }
175
+ .wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
176
+ border-bottom-color: currentColor;
177
+ }
178
+ .wp-block-table table[style*=border-left-color] > *,
179
+ .wp-block-table table[style*=border-left-color] tr,
180
+ .wp-block-table table[style*=border-left-color] th,
181
+ .wp-block-table table[style*=border-left-color] td:first-child {
182
+ border-right-color: inherit;
183
+ }
146
184
  .wp-block-table table[style*=border-style] > *,
147
185
  .wp-block-table table[style*=border-style] tr,
148
186
  .wp-block-table table[style*=border-style] th,
@@ -143,6 +143,44 @@
143
143
  .wp-block-table .has-border-color td {
144
144
  border-color: inherit;
145
145
  }
146
+ .wp-block-table table[style*=border-top-color] > *,
147
+ .wp-block-table table[style*=border-top-color] tr:first-child {
148
+ border-top-color: inherit;
149
+ }
150
+ .wp-block-table table[style*=border-top-color] > * th,
151
+ .wp-block-table table[style*=border-top-color] > * td,
152
+ .wp-block-table table[style*=border-top-color] tr:first-child th,
153
+ .wp-block-table table[style*=border-top-color] tr:first-child td {
154
+ border-top-color: inherit;
155
+ }
156
+ .wp-block-table table[style*=border-top-color] tr:not(:first-child) {
157
+ border-top-color: currentColor;
158
+ }
159
+ .wp-block-table table[style*=border-right-color] > *,
160
+ .wp-block-table table[style*=border-right-color] tr,
161
+ .wp-block-table table[style*=border-right-color] th,
162
+ .wp-block-table table[style*=border-right-color] td:last-child {
163
+ border-right-color: inherit;
164
+ }
165
+ .wp-block-table table[style*=border-bottom-color] > *,
166
+ .wp-block-table table[style*=border-bottom-color] tr:last-child {
167
+ border-bottom-color: inherit;
168
+ }
169
+ .wp-block-table table[style*=border-bottom-color] > * th,
170
+ .wp-block-table table[style*=border-bottom-color] > * td,
171
+ .wp-block-table table[style*=border-bottom-color] tr:last-child th,
172
+ .wp-block-table table[style*=border-bottom-color] tr:last-child td {
173
+ border-bottom-color: inherit;
174
+ }
175
+ .wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
176
+ border-bottom-color: currentColor;
177
+ }
178
+ .wp-block-table table[style*=border-left-color] > *,
179
+ .wp-block-table table[style*=border-left-color] tr,
180
+ .wp-block-table table[style*=border-left-color] th,
181
+ .wp-block-table table[style*=border-left-color] td:first-child {
182
+ border-left-color: inherit;
183
+ }
146
184
  .wp-block-table table[style*=border-style] > *,
147
185
  .wp-block-table table[style*=border-style] tr,
148
186
  .wp-block-table table[style*=border-style] th,