@wordpress/block-library 9.22.0 → 9.24.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 (483) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/build/calendar/index.js +1 -0
  3. package/build/calendar/index.js.map +1 -1
  4. package/build/code/index.js +2 -1
  5. package/build/code/index.js.map +1 -1
  6. package/build/comments/edit/comments-inspector-controls.js +13 -13
  7. package/build/comments/edit/comments-inspector-controls.js.map +1 -1
  8. package/build/comments/edit/index.js +4 -2
  9. package/build/comments/edit/index.js.map +1 -1
  10. package/build/cover/edit/inspector-controls.js +9 -12
  11. package/build/cover/edit/inspector-controls.js.map +1 -1
  12. package/build/details/index.js +2 -1
  13. package/build/details/index.js.map +1 -1
  14. package/build/group/edit.js +17 -13
  15. package/build/group/edit.js.map +1 -1
  16. package/build/html/index.js +2 -1
  17. package/build/html/index.js.map +1 -1
  18. package/build/image/constants.js +2 -1
  19. package/build/image/constants.js.map +1 -1
  20. package/build/image/edit.js +1 -7
  21. package/build/image/edit.js.map +1 -1
  22. package/build/image/image.js +1 -4
  23. package/build/image/image.js.map +1 -1
  24. package/build/latest-posts/edit.js +100 -54
  25. package/build/latest-posts/edit.js.map +1 -1
  26. package/build/more/index.js +2 -1
  27. package/build/more/index.js.map +1 -1
  28. package/build/post-excerpt/edit.js +3 -1
  29. package/build/post-excerpt/edit.js.map +1 -1
  30. package/build/post-excerpt/index.js +2 -1
  31. package/build/post-excerpt/index.js.map +1 -1
  32. package/build/post-navigation-link/edit.js +3 -1
  33. package/build/post-navigation-link/edit.js.map +1 -1
  34. package/build/post-navigation-link/index.js +2 -1
  35. package/build/post-navigation-link/index.js.map +1 -1
  36. package/build/post-navigation-link/variations.js +13 -13
  37. package/build/post-navigation-link/variations.js.map +1 -1
  38. package/build/post-template/edit.js +5 -3
  39. package/build/post-template/edit.js.map +1 -1
  40. package/build/post-terms/edit.js +3 -1
  41. package/build/post-terms/edit.js.map +1 -1
  42. package/build/post-terms/index.js +4 -2
  43. package/build/post-terms/index.js.map +1 -1
  44. package/build/preformatted/transforms.js +5 -1
  45. package/build/preformatted/transforms.js.map +1 -1
  46. package/build/query/edit/query-content.js +11 -12
  47. package/build/query/edit/query-content.js.map +1 -1
  48. package/build/read-more/index.js +2 -1
  49. package/build/read-more/index.js.map +1 -1
  50. package/build/rss/index.js +2 -1
  51. package/build/rss/index.js.map +1 -1
  52. package/build/search/edit.js +76 -86
  53. package/build/search/edit.js.map +1 -1
  54. package/build/separator/edit.js +13 -12
  55. package/build/separator/edit.js.map +1 -1
  56. package/build/table/edit.js +3 -2
  57. package/build/table/edit.js.map +1 -1
  58. package/build/table/index.js +8 -4
  59. package/build/table/index.js.map +1 -1
  60. package/build/template-part/edit/advanced-controls.js +14 -12
  61. package/build/template-part/edit/advanced-controls.js.map +1 -1
  62. package/build/template-part/edit/index.js +2 -1
  63. package/build/template-part/edit/index.js.map +1 -1
  64. package/build-module/calendar/index.js +1 -0
  65. package/build-module/calendar/index.js.map +1 -1
  66. package/build-module/code/index.js +2 -1
  67. package/build-module/code/index.js.map +1 -1
  68. package/build-module/comments/edit/comments-inspector-controls.js +14 -14
  69. package/build-module/comments/edit/comments-inspector-controls.js.map +1 -1
  70. package/build-module/comments/edit/index.js +4 -2
  71. package/build-module/comments/edit/index.js.map +1 -1
  72. package/build-module/cover/edit/inspector-controls.js +10 -13
  73. package/build-module/cover/edit/inspector-controls.js.map +1 -1
  74. package/build-module/details/index.js +2 -1
  75. package/build-module/details/index.js.map +1 -1
  76. package/build-module/group/edit.js +16 -14
  77. package/build-module/group/edit.js.map +1 -1
  78. package/build-module/html/index.js +2 -1
  79. package/build-module/html/index.js.map +1 -1
  80. package/build-module/image/constants.js +1 -0
  81. package/build-module/image/constants.js.map +1 -1
  82. package/build-module/image/edit.js +2 -8
  83. package/build-module/image/edit.js.map +1 -1
  84. package/build-module/image/image.js +2 -5
  85. package/build-module/image/image.js.map +1 -1
  86. package/build-module/latest-posts/edit.js +100 -54
  87. package/build-module/latest-posts/edit.js.map +1 -1
  88. package/build-module/more/index.js +2 -1
  89. package/build-module/more/index.js.map +1 -1
  90. package/build-module/post-excerpt/edit.js +4 -2
  91. package/build-module/post-excerpt/edit.js.map +1 -1
  92. package/build-module/post-excerpt/index.js +2 -1
  93. package/build-module/post-excerpt/index.js.map +1 -1
  94. package/build-module/post-navigation-link/edit.js +4 -2
  95. package/build-module/post-navigation-link/edit.js.map +1 -1
  96. package/build-module/post-navigation-link/index.js +2 -1
  97. package/build-module/post-navigation-link/index.js.map +1 -1
  98. package/build-module/post-navigation-link/variations.js +13 -13
  99. package/build-module/post-navigation-link/variations.js.map +1 -1
  100. package/build-module/post-template/edit.js +5 -3
  101. package/build-module/post-template/edit.js.map +1 -1
  102. package/build-module/post-terms/edit.js +4 -2
  103. package/build-module/post-terms/edit.js.map +1 -1
  104. package/build-module/post-terms/index.js +4 -2
  105. package/build-module/post-terms/index.js.map +1 -1
  106. package/build-module/preformatted/transforms.js +5 -1
  107. package/build-module/preformatted/transforms.js.map +1 -1
  108. package/build-module/query/edit/query-content.js +12 -13
  109. package/build-module/query/edit/query-content.js.map +1 -1
  110. package/build-module/read-more/index.js +2 -1
  111. package/build-module/read-more/index.js.map +1 -1
  112. package/build-module/rss/index.js +2 -1
  113. package/build-module/rss/index.js.map +1 -1
  114. package/build-module/search/edit.js +78 -88
  115. package/build-module/search/edit.js.map +1 -1
  116. package/build-module/separator/edit.js +15 -14
  117. package/build-module/separator/edit.js.map +1 -1
  118. package/build-module/table/edit.js +4 -3
  119. package/build-module/table/edit.js.map +1 -1
  120. package/build-module/table/index.js +8 -4
  121. package/build-module/table/index.js.map +1 -1
  122. package/build-module/template-part/edit/advanced-controls.js +14 -12
  123. package/build-module/template-part/edit/advanced-controls.js.map +1 -1
  124. package/build-module/template-part/edit/index.js +2 -1
  125. package/build-module/template-part/edit/index.js.map +1 -1
  126. package/build-style/archives/editor-rtl.css +47 -11
  127. package/build-style/archives/editor.css +47 -11
  128. package/build-style/archives/style-rtl.css +47 -11
  129. package/build-style/archives/style.css +47 -11
  130. package/build-style/audio/editor-rtl.css +47 -11
  131. package/build-style/audio/editor.css +47 -11
  132. package/build-style/audio/style-rtl.css +47 -11
  133. package/build-style/audio/style.css +47 -11
  134. package/build-style/audio/theme-rtl.css +47 -11
  135. package/build-style/audio/theme.css +47 -11
  136. package/build-style/avatar/editor-rtl.css +47 -11
  137. package/build-style/avatar/editor.css +47 -11
  138. package/build-style/avatar/style-rtl.css +47 -11
  139. package/build-style/avatar/style.css +47 -11
  140. package/build-style/button/editor-rtl.css +47 -11
  141. package/build-style/button/editor.css +47 -11
  142. package/build-style/button/style-rtl.css +47 -12
  143. package/build-style/button/style.css +47 -12
  144. package/build-style/buttons/editor-rtl.css +47 -11
  145. package/build-style/buttons/editor.css +47 -11
  146. package/build-style/buttons/style-rtl.css +50 -11
  147. package/build-style/buttons/style.css +50 -11
  148. package/build-style/calendar/style-rtl.css +47 -11
  149. package/build-style/calendar/style.css +47 -11
  150. package/build-style/categories/editor-rtl.css +47 -11
  151. package/build-style/categories/editor.css +47 -11
  152. package/build-style/categories/style-rtl.css +47 -11
  153. package/build-style/categories/style.css +47 -11
  154. package/build-style/classic-rtl.css +47 -11
  155. package/build-style/classic.css +47 -11
  156. package/build-style/code/editor-rtl.css +47 -11
  157. package/build-style/code/editor.css +47 -11
  158. package/build-style/code/style-rtl.css +47 -11
  159. package/build-style/code/style.css +47 -11
  160. package/build-style/code/theme-rtl.css +47 -11
  161. package/build-style/code/theme.css +47 -11
  162. package/build-style/columns/editor-rtl.css +47 -11
  163. package/build-style/columns/editor.css +47 -11
  164. package/build-style/columns/style-rtl.css +47 -11
  165. package/build-style/columns/style.css +47 -11
  166. package/build-style/comment-author-avatar/editor-rtl.css +47 -11
  167. package/build-style/comment-author-avatar/editor.css +47 -11
  168. package/build-style/comment-author-name/style-rtl.css +47 -11
  169. package/build-style/comment-author-name/style.css +47 -11
  170. package/build-style/comment-content/style-rtl.css +47 -11
  171. package/build-style/comment-content/style.css +47 -11
  172. package/build-style/comment-date/style-rtl.css +47 -11
  173. package/build-style/comment-date/style.css +47 -11
  174. package/build-style/comment-edit-link/style-rtl.css +47 -11
  175. package/build-style/comment-edit-link/style.css +47 -11
  176. package/build-style/comment-reply-link/style-rtl.css +47 -11
  177. package/build-style/comment-reply-link/style.css +47 -11
  178. package/build-style/comment-template/style-rtl.css +47 -11
  179. package/build-style/comment-template/style.css +47 -11
  180. package/build-style/comments/editor-rtl.css +47 -11
  181. package/build-style/comments/editor.css +47 -11
  182. package/build-style/comments/style-rtl.css +47 -11
  183. package/build-style/comments/style.css +47 -11
  184. package/build-style/comments-pagination/editor-rtl.css +47 -11
  185. package/build-style/comments-pagination/editor.css +47 -11
  186. package/build-style/comments-pagination/style-rtl.css +47 -11
  187. package/build-style/comments-pagination/style.css +47 -11
  188. package/build-style/comments-pagination-numbers/editor-rtl.css +47 -11
  189. package/build-style/comments-pagination-numbers/editor.css +47 -11
  190. package/build-style/comments-title/editor-rtl.css +47 -11
  191. package/build-style/comments-title/editor.css +47 -11
  192. package/build-style/common-rtl.css +130 -9
  193. package/build-style/common.css +130 -9
  194. package/build-style/cover/editor-rtl.css +47 -11
  195. package/build-style/cover/editor.css +47 -11
  196. package/build-style/cover/style-rtl.css +47 -11
  197. package/build-style/cover/style.css +47 -11
  198. package/build-style/details/editor-rtl.css +47 -11
  199. package/build-style/details/editor.css +47 -11
  200. package/build-style/details/style-rtl.css +47 -11
  201. package/build-style/details/style.css +47 -11
  202. package/build-style/editor-elements-rtl.css +47 -11
  203. package/build-style/editor-elements.css +47 -11
  204. package/build-style/editor-rtl.css +48 -11
  205. package/build-style/editor.css +48 -11
  206. package/build-style/elements-rtl.css +47 -11
  207. package/build-style/elements.css +47 -11
  208. package/build-style/embed/editor-rtl.css +47 -11
  209. package/build-style/embed/editor.css +47 -11
  210. package/build-style/embed/style-rtl.css +47 -11
  211. package/build-style/embed/style.css +47 -11
  212. package/build-style/embed/theme-rtl.css +47 -11
  213. package/build-style/embed/theme.css +47 -11
  214. package/build-style/file/editor-rtl.css +47 -11
  215. package/build-style/file/editor.css +47 -11
  216. package/build-style/file/style-rtl.css +47 -11
  217. package/build-style/file/style.css +47 -11
  218. package/build-style/footnotes/style-rtl.css +47 -11
  219. package/build-style/footnotes/style.css +47 -11
  220. package/build-style/form-input/editor-rtl.css +47 -11
  221. package/build-style/form-input/editor.css +47 -11
  222. package/build-style/form-input/style-rtl.css +47 -11
  223. package/build-style/form-input/style.css +47 -11
  224. package/build-style/form-submission-notification/editor-rtl.css +47 -11
  225. package/build-style/form-submission-notification/editor.css +47 -11
  226. package/build-style/form-submit-button/style-rtl.css +47 -11
  227. package/build-style/form-submit-button/style.css +47 -11
  228. package/build-style/freeform/editor-rtl.css +47 -11
  229. package/build-style/freeform/editor.css +47 -11
  230. package/build-style/gallery/editor-rtl.css +47 -11
  231. package/build-style/gallery/editor.css +47 -11
  232. package/build-style/gallery/style-rtl.css +47 -11
  233. package/build-style/gallery/style.css +47 -11
  234. package/build-style/gallery/theme-rtl.css +47 -11
  235. package/build-style/gallery/theme.css +47 -11
  236. package/build-style/group/editor-rtl.css +47 -11
  237. package/build-style/group/editor.css +47 -11
  238. package/build-style/group/style-rtl.css +47 -11
  239. package/build-style/group/style.css +47 -11
  240. package/build-style/group/theme-rtl.css +47 -11
  241. package/build-style/group/theme.css +47 -11
  242. package/build-style/heading/style-rtl.css +47 -11
  243. package/build-style/heading/style.css +47 -11
  244. package/build-style/html/editor-rtl.css +48 -11
  245. package/build-style/html/editor.css +48 -11
  246. package/build-style/image/editor-rtl.css +47 -11
  247. package/build-style/image/editor.css +47 -11
  248. package/build-style/image/style-rtl.css +47 -11
  249. package/build-style/image/style.css +47 -11
  250. package/build-style/image/theme-rtl.css +47 -11
  251. package/build-style/image/theme.css +47 -11
  252. package/build-style/latest-comments/style-rtl.css +47 -11
  253. package/build-style/latest-comments/style.css +47 -11
  254. package/build-style/latest-posts/editor-rtl.css +47 -11
  255. package/build-style/latest-posts/editor.css +47 -11
  256. package/build-style/latest-posts/style-rtl.css +47 -11
  257. package/build-style/latest-posts/style.css +47 -11
  258. package/build-style/list/style-rtl.css +47 -11
  259. package/build-style/list/style.css +47 -11
  260. package/build-style/loginout/style-rtl.css +47 -11
  261. package/build-style/loginout/style.css +47 -11
  262. package/build-style/media-text/editor-rtl.css +47 -11
  263. package/build-style/media-text/editor.css +47 -11
  264. package/build-style/media-text/style-rtl.css +47 -11
  265. package/build-style/media-text/style.css +47 -11
  266. package/build-style/more/editor-rtl.css +47 -11
  267. package/build-style/more/editor.css +47 -11
  268. package/build-style/navigation/editor-rtl.css +47 -11
  269. package/build-style/navigation/editor.css +47 -11
  270. package/build-style/navigation/style-rtl.css +47 -11
  271. package/build-style/navigation/style.css +47 -11
  272. package/build-style/navigation-link/editor-rtl.css +47 -11
  273. package/build-style/navigation-link/editor.css +47 -11
  274. package/build-style/navigation-link/style-rtl.css +47 -11
  275. package/build-style/navigation-link/style.css +47 -11
  276. package/build-style/navigation-submenu/editor-rtl.css +47 -11
  277. package/build-style/navigation-submenu/editor.css +47 -11
  278. package/build-style/nextpage/editor-rtl.css +47 -11
  279. package/build-style/nextpage/editor.css +47 -11
  280. package/build-style/page-list/editor-rtl.css +47 -11
  281. package/build-style/page-list/editor.css +47 -11
  282. package/build-style/page-list/style-rtl.css +47 -11
  283. package/build-style/page-list/style.css +47 -11
  284. package/build-style/paragraph/editor-rtl.css +47 -11
  285. package/build-style/paragraph/editor.css +47 -11
  286. package/build-style/paragraph/style-rtl.css +47 -11
  287. package/build-style/paragraph/style.css +47 -11
  288. package/build-style/post-author/editor-rtl.css +47 -11
  289. package/build-style/post-author/editor.css +47 -11
  290. package/build-style/post-author/style-rtl.css +47 -11
  291. package/build-style/post-author/style.css +47 -11
  292. package/build-style/post-author-biography/style-rtl.css +47 -11
  293. package/build-style/post-author-biography/style.css +47 -11
  294. package/build-style/post-author-name/style-rtl.css +47 -11
  295. package/build-style/post-author-name/style.css +47 -11
  296. package/build-style/post-comments-count/style-rtl.css +47 -11
  297. package/build-style/post-comments-count/style.css +47 -11
  298. package/build-style/post-comments-form/editor-rtl.css +47 -11
  299. package/build-style/post-comments-form/editor.css +47 -11
  300. package/build-style/post-comments-form/style-rtl.css +47 -14
  301. package/build-style/post-comments-form/style.css +47 -14
  302. package/build-style/post-comments-link/style-rtl.css +47 -11
  303. package/build-style/post-comments-link/style.css +47 -11
  304. package/build-style/post-content/style-rtl.css +47 -11
  305. package/build-style/post-content/style.css +47 -11
  306. package/build-style/post-date/style-rtl.css +47 -11
  307. package/build-style/post-date/style.css +47 -11
  308. package/build-style/post-excerpt/editor-rtl.css +47 -11
  309. package/build-style/post-excerpt/editor.css +47 -11
  310. package/build-style/post-excerpt/style-rtl.css +47 -11
  311. package/build-style/post-excerpt/style.css +47 -11
  312. package/build-style/post-featured-image/editor-rtl.css +47 -11
  313. package/build-style/post-featured-image/editor.css +47 -11
  314. package/build-style/post-featured-image/style-rtl.css +47 -11
  315. package/build-style/post-featured-image/style.css +47 -11
  316. package/build-style/post-navigation-link/style-rtl.css +47 -11
  317. package/build-style/post-navigation-link/style.css +47 -11
  318. package/build-style/post-template/style-rtl.css +47 -11
  319. package/build-style/post-template/style.css +47 -11
  320. package/build-style/post-terms/style-rtl.css +47 -11
  321. package/build-style/post-terms/style.css +47 -11
  322. package/build-style/post-time-to-read/style-rtl.css +47 -11
  323. package/build-style/post-time-to-read/style.css +47 -11
  324. package/build-style/post-title/style-rtl.css +47 -11
  325. package/build-style/post-title/style.css +47 -11
  326. package/build-style/preformatted/style-rtl.css +47 -11
  327. package/build-style/preformatted/style.css +47 -11
  328. package/build-style/pullquote/editor-rtl.css +47 -11
  329. package/build-style/pullquote/editor.css +47 -11
  330. package/build-style/pullquote/style-rtl.css +47 -11
  331. package/build-style/pullquote/style.css +47 -11
  332. package/build-style/pullquote/theme-rtl.css +47 -11
  333. package/build-style/pullquote/theme.css +47 -11
  334. package/build-style/query/editor-rtl.css +47 -11
  335. package/build-style/query/editor.css +47 -11
  336. package/build-style/query-pagination/editor-rtl.css +47 -11
  337. package/build-style/query-pagination/editor.css +47 -11
  338. package/build-style/query-pagination/style-rtl.css +47 -11
  339. package/build-style/query-pagination/style.css +47 -11
  340. package/build-style/query-pagination-numbers/editor-rtl.css +47 -11
  341. package/build-style/query-pagination-numbers/editor.css +47 -11
  342. package/build-style/query-title/style-rtl.css +47 -11
  343. package/build-style/query-title/style.css +47 -11
  344. package/build-style/query-total/style-rtl.css +47 -11
  345. package/build-style/query-total/style.css +47 -11
  346. package/build-style/quote/style-rtl.css +47 -11
  347. package/build-style/quote/style.css +47 -11
  348. package/build-style/quote/theme-rtl.css +47 -11
  349. package/build-style/quote/theme.css +47 -11
  350. package/build-style/read-more/style-rtl.css +47 -11
  351. package/build-style/read-more/style.css +47 -11
  352. package/build-style/reset-rtl.css +47 -11
  353. package/build-style/reset.css +47 -11
  354. package/build-style/rss/editor-rtl.css +47 -11
  355. package/build-style/rss/editor.css +47 -11
  356. package/build-style/rss/style-rtl.css +47 -11
  357. package/build-style/rss/style.css +47 -11
  358. package/build-style/search/editor-rtl.css +47 -11
  359. package/build-style/search/editor.css +47 -11
  360. package/build-style/search/style-rtl.css +47 -11
  361. package/build-style/search/style.css +47 -11
  362. package/build-style/search/theme-rtl.css +47 -11
  363. package/build-style/search/theme.css +47 -11
  364. package/build-style/separator/editor-rtl.css +47 -11
  365. package/build-style/separator/editor.css +47 -11
  366. package/build-style/separator/style-rtl.css +47 -11
  367. package/build-style/separator/style.css +47 -11
  368. package/build-style/separator/theme-rtl.css +47 -11
  369. package/build-style/separator/theme.css +47 -11
  370. package/build-style/shortcode/editor-rtl.css +47 -11
  371. package/build-style/shortcode/editor.css +47 -11
  372. package/build-style/site-logo/editor-rtl.css +47 -11
  373. package/build-style/site-logo/editor.css +47 -11
  374. package/build-style/site-logo/style-rtl.css +47 -11
  375. package/build-style/site-logo/style.css +47 -11
  376. package/build-style/site-tagline/editor-rtl.css +47 -11
  377. package/build-style/site-tagline/editor.css +47 -11
  378. package/build-style/site-tagline/style-rtl.css +47 -11
  379. package/build-style/site-tagline/style.css +47 -11
  380. package/build-style/site-title/editor-rtl.css +47 -11
  381. package/build-style/site-title/editor.css +47 -11
  382. package/build-style/site-title/style-rtl.css +47 -11
  383. package/build-style/site-title/style.css +47 -11
  384. package/build-style/social-link/editor-rtl.css +47 -11
  385. package/build-style/social-link/editor.css +47 -11
  386. package/build-style/social-links/editor-rtl.css +47 -11
  387. package/build-style/social-links/editor.css +47 -11
  388. package/build-style/social-links/style-rtl.css +47 -11
  389. package/build-style/social-links/style.css +47 -11
  390. package/build-style/spacer/editor-rtl.css +47 -11
  391. package/build-style/spacer/editor.css +47 -11
  392. package/build-style/spacer/style-rtl.css +47 -11
  393. package/build-style/spacer/style.css +47 -11
  394. package/build-style/style-rtl.css +50 -15
  395. package/build-style/style.css +50 -15
  396. package/build-style/table/editor-rtl.css +47 -11
  397. package/build-style/table/editor.css +47 -11
  398. package/build-style/table/style-rtl.css +47 -11
  399. package/build-style/table/style.css +47 -11
  400. package/build-style/table/theme-rtl.css +47 -11
  401. package/build-style/table/theme.css +47 -11
  402. package/build-style/table-of-contents/style-rtl.css +47 -11
  403. package/build-style/table-of-contents/style.css +47 -11
  404. package/build-style/tag-cloud/editor-rtl.css +47 -11
  405. package/build-style/tag-cloud/editor.css +47 -11
  406. package/build-style/tag-cloud/style-rtl.css +47 -11
  407. package/build-style/tag-cloud/style.css +47 -11
  408. package/build-style/template-part/editor-rtl.css +47 -11
  409. package/build-style/template-part/editor.css +47 -11
  410. package/build-style/template-part/theme-rtl.css +47 -11
  411. package/build-style/template-part/theme.css +47 -11
  412. package/build-style/term-description/style-rtl.css +47 -11
  413. package/build-style/term-description/style.css +47 -11
  414. package/build-style/text-columns/editor-rtl.css +47 -11
  415. package/build-style/text-columns/editor.css +47 -11
  416. package/build-style/text-columns/style-rtl.css +47 -11
  417. package/build-style/text-columns/style.css +47 -11
  418. package/build-style/theme-rtl.css +47 -11
  419. package/build-style/theme.css +47 -11
  420. package/build-style/verse/style-rtl.css +47 -11
  421. package/build-style/verse/style.css +47 -11
  422. package/build-style/video/editor-rtl.css +47 -11
  423. package/build-style/video/editor.css +47 -11
  424. package/build-style/video/style-rtl.css +47 -11
  425. package/build-style/video/style.css +47 -11
  426. package/build-style/video/theme-rtl.css +47 -11
  427. package/build-style/video/theme.css +47 -11
  428. package/package.json +35 -35
  429. package/src/button/style.scss +0 -1
  430. package/src/buttons/style.scss +5 -0
  431. package/src/calendar/block.json +1 -0
  432. package/src/code/block.json +2 -1
  433. package/src/comments/edit/comments-inspector-controls.js +14 -12
  434. package/src/comments/edit/index.js +2 -1
  435. package/src/cover/edit/inspector-controls.js +9 -12
  436. package/src/details/block.json +2 -1
  437. package/src/group/edit.js +11 -10
  438. package/src/html/block.json +2 -1
  439. package/src/html/editor.scss +1 -0
  440. package/src/image/constants.js +1 -0
  441. package/src/image/edit.js +2 -5
  442. package/src/image/image.js +7 -5
  443. package/src/latest-posts/edit.js +113 -81
  444. package/src/loginout/index.php +5 -1
  445. package/src/more/block.json +2 -1
  446. package/src/navigation/index.php +0 -1
  447. package/src/navigation-link/index.php +1 -1
  448. package/src/navigation-submenu/index.php +1 -1
  449. package/src/post-author/index.php +1 -1
  450. package/src/post-author-name/index.php +1 -1
  451. package/src/post-comments-form/style.scss +0 -5
  452. package/src/post-excerpt/block.json +2 -1
  453. package/src/post-excerpt/edit.js +13 -8
  454. package/src/post-navigation-link/block.json +2 -1
  455. package/src/post-navigation-link/edit.js +13 -8
  456. package/src/post-navigation-link/variations.js +13 -13
  457. package/src/post-template/edit.js +4 -3
  458. package/src/post-terms/block.json +4 -2
  459. package/src/post-terms/edit.js +13 -8
  460. package/src/preformatted/test/__snapshots__/transforms.native.js.snap +6 -0
  461. package/src/preformatted/test/transforms.native.js +6 -1
  462. package/src/preformatted/transforms.js +7 -1
  463. package/src/query/edit/query-content.js +10 -11
  464. package/src/read-more/block.json +2 -1
  465. package/src/rss/block.json +2 -1
  466. package/src/search/edit.js +84 -99
  467. package/src/separator/edit.js +16 -12
  468. package/src/table/block.json +8 -4
  469. package/src/table/edit.js +6 -2
  470. package/src/template-part/edit/advanced-controls.js +9 -8
  471. package/src/template-part/edit/index.js +1 -0
  472. package/src/verse/test/__snapshots__/transforms.native.js.snap +6 -0
  473. package/src/verse/test/transforms.native.js +5 -1
  474. package/build/search/icons.js +0 -121
  475. package/build/search/icons.js.map +0 -1
  476. package/build/utils/messages.js +0 -22
  477. package/build/utils/messages.js.map +0 -1
  478. package/build-module/search/icons.js +0 -114
  479. package/build-module/search/icons.js.map +0 -1
  480. package/build-module/utils/messages.js +0 -15
  481. package/build-module/utils/messages.js.map +0 -1
  482. package/src/search/icons.js +0 -89
  483. package/src/utils/messages.js +0 -31
@@ -82,9 +82,4 @@
82
82
  margin-left: 0.5em;
83
83
  }
84
84
  }
85
-
86
- // Override the 100% width derived from the Button block
87
- input[type="submit"] {
88
- width: auto;
89
- }
90
85
  }
@@ -11,7 +11,8 @@
11
11
  "type": "string"
12
12
  },
13
13
  "moreText": {
14
- "type": "string"
14
+ "type": "string",
15
+ "role": "content"
15
16
  },
16
17
  "showMoreOnNewLine": {
17
18
  "type": "boolean",
@@ -15,6 +15,7 @@ import {
15
15
  RichText,
16
16
  Warning,
17
17
  useBlockProps,
18
+ useBlockEditingMode,
18
19
  } from '@wordpress/block-editor';
19
20
  import {
20
21
  ToggleControl,
@@ -41,6 +42,8 @@ export default function PostExcerptEditor( {
41
42
  isSelected,
42
43
  context: { postId, postType, queryId },
43
44
  } ) {
45
+ const blockEditingMode = useBlockEditingMode();
46
+ const showControls = blockEditingMode === 'default';
44
47
  const isDescendentOfQueryLoop = Number.isFinite( queryId );
45
48
  const userCanEdit = useCanEditEntity( 'postType', postType, postId );
46
49
  const [
@@ -220,14 +223,16 @@ export default function PostExcerptEditor( {
220
223
  );
221
224
  return (
222
225
  <>
223
- <BlockControls>
224
- <AlignmentToolbar
225
- value={ textAlign }
226
- onChange={ ( newAlign ) =>
227
- setAttributes( { textAlign: newAlign } )
228
- }
229
- />
230
- </BlockControls>
226
+ { showControls && (
227
+ <BlockControls>
228
+ <AlignmentToolbar
229
+ value={ textAlign }
230
+ onChange={ ( newAlign ) =>
231
+ setAttributes( { textAlign: newAlign } )
232
+ }
233
+ />
234
+ </BlockControls>
235
+ ) }
231
236
  <InspectorControls>
232
237
  <ToolsPanel
233
238
  label={ __( 'Settings' ) }
@@ -15,7 +15,8 @@
15
15
  "default": "next"
16
16
  },
17
17
  "label": {
18
- "type": "string"
18
+ "type": "string",
19
+ "role": "content"
19
20
  },
20
21
  "showTitle": {
21
22
  "type": "boolean",
@@ -19,6 +19,7 @@ import {
19
19
  BlockControls,
20
20
  AlignmentToolbar,
21
21
  useBlockProps,
22
+ useBlockEditingMode,
22
23
  } from '@wordpress/block-editor';
23
24
  import { __, _x } from '@wordpress/i18n';
24
25
  import { useSelect } from '@wordpress/data';
@@ -37,6 +38,8 @@ export default function PostNavigationLinkEdit( {
37
38
  },
38
39
  setAttributes,
39
40
  } ) {
41
+ const blockEditingMode = useBlockEditingMode();
42
+ const showControls = blockEditingMode === 'default';
40
43
  const isNext = type === 'next';
41
44
  let placeholder = isNext ? __( 'Next' ) : __( 'Previous' );
42
45
 
@@ -176,14 +179,16 @@ export default function PostNavigationLinkEdit( {
176
179
  ) }
177
180
  />
178
181
  </InspectorControls>
179
- <BlockControls>
180
- <AlignmentToolbar
181
- value={ textAlign }
182
- onChange={ ( nextAlign ) => {
183
- setAttributes( { textAlign: nextAlign } );
184
- } }
185
- />
186
- </BlockControls>
182
+ { showControls && (
183
+ <BlockControls>
184
+ <AlignmentToolbar
185
+ value={ textAlign }
186
+ onChange={ ( nextAlign ) => {
187
+ setAttributes( { textAlign: nextAlign } );
188
+ } }
189
+ />
190
+ </BlockControls>
191
+ ) }
187
192
  <div { ...blockProps }>
188
193
  { ! isNext && displayArrow && (
189
194
  <span
@@ -6,34 +6,34 @@ import { next, previous } from '@wordpress/icons';
6
6
 
7
7
  const variations = [
8
8
  {
9
- isDefault: true,
10
- name: 'post-next',
11
- title: __( 'Next Post' ),
9
+ name: 'post-previous',
10
+ title: __( 'Previous Post' ),
12
11
  description: __(
13
- 'Displays the post link that follows the current post.'
12
+ 'Displays the post link that precedes the current post.'
14
13
  ),
15
- icon: next,
16
- attributes: { type: 'next' },
14
+ icon: previous,
15
+ attributes: { type: 'previous' },
17
16
  scope: [ 'inserter', 'transform' ],
18
17
  example: {
19
18
  attributes: {
20
- label: __( 'Next post' ),
19
+ label: __( 'Previous post' ),
21
20
  arrow: 'arrow',
22
21
  },
23
22
  },
24
23
  },
25
24
  {
26
- name: 'post-previous',
27
- title: __( 'Previous Post' ),
25
+ isDefault: true,
26
+ name: 'post-next',
27
+ title: __( 'Next Post' ),
28
28
  description: __(
29
- 'Displays the post link that precedes the current post.'
29
+ 'Displays the post link that follows the current post.'
30
30
  ),
31
- icon: previous,
32
- attributes: { type: 'previous' },
31
+ icon: next,
32
+ attributes: { type: 'next' },
33
33
  scope: [ 'inserter', 'transform' ],
34
34
  example: {
35
35
  attributes: {
36
- label: __( 'Previous post' ),
36
+ label: __( 'Next post' ),
37
37
  arrow: 'arrow',
38
38
  },
39
39
  },
@@ -181,14 +181,15 @@ export default function PostTemplateEdit( {
181
181
  * Handle cases where sticky is set to `exclude` or `only`.
182
182
  * Which works as a `post__in/post__not_in` query for sticky posts.
183
183
  */
184
- if ( sticky && sticky !== 'ignore' ) {
184
+ if ( [ 'exclude', 'only' ].includes( sticky ) ) {
185
185
  query.sticky = sticky === 'only';
186
186
  }
187
187
 
188
- if ( sticky === 'ignore' ) {
188
+ // Empty string represents the default behavior of including sticky posts.
189
+ if ( [ '', 'ignore' ].includes( sticky ) ) {
189
190
  // Remove any leftover sticky query parameter.
190
191
  delete query.sticky;
191
- query.ignore_sticky = true;
192
+ query.ignore_sticky = sticky === 'ignore';
192
193
  }
193
194
 
194
195
  // If `inherit` is truthy, adjust conditionally the query to create a better preview.
@@ -19,11 +19,13 @@
19
19
  },
20
20
  "prefix": {
21
21
  "type": "string",
22
- "default": ""
22
+ "default": "",
23
+ "role": "content"
23
24
  },
24
25
  "suffix": {
25
26
  "type": "string",
26
- "default": ""
27
+ "default": "",
28
+ "role": "content"
27
29
  }
28
30
  },
29
31
  "usesContext": [ "postId", "postType" ],
@@ -13,6 +13,7 @@ import {
13
13
  useBlockProps,
14
14
  useBlockDisplayInformation,
15
15
  RichText,
16
+ useBlockEditingMode,
16
17
  } from '@wordpress/block-editor';
17
18
  import { createBlock, getDefaultBlockName } from '@wordpress/blocks';
18
19
  import { Spinner, TextControl } from '@wordpress/components';
@@ -46,6 +47,8 @@ export default function PostTermsEdit( {
46
47
  } ) {
47
48
  const { term, textAlign, separator, prefix, suffix } = attributes;
48
49
  const { postId, postType } = context;
50
+ const blockEditingMode = useBlockEditingMode();
51
+ const showControls = blockEditingMode === 'default';
49
52
 
50
53
  const selectedTerm = useSelect(
51
54
  ( select ) => {
@@ -73,14 +76,16 @@ export default function PostTermsEdit( {
73
76
 
74
77
  return (
75
78
  <>
76
- <BlockControls>
77
- <AlignmentToolbar
78
- value={ textAlign }
79
- onChange={ ( nextAlign ) => {
80
- setAttributes( { textAlign: nextAlign } );
81
- } }
82
- />
83
- </BlockControls>
79
+ { showControls && (
80
+ <BlockControls>
81
+ <AlignmentToolbar
82
+ value={ textAlign }
83
+ onChange={ ( nextAlign ) => {
84
+ setAttributes( { textAlign: nextAlign } );
85
+ } }
86
+ />
87
+ </BlockControls>
88
+ ) }
84
89
  <InspectorControls group="advanced">
85
90
  <TextControl
86
91
  __next40pxDefaultSize
@@ -29,3 +29,9 @@ exports[`Preformatted block transforms to Paragraph block 1`] = `
29
29
  <p>Some <em>preformatted</em> text...<br />And more!</p>
30
30
  <!-- /wp:paragraph -->"
31
31
  `;
32
+
33
+ exports[`Preformatted block transforms to Verse block 1`] = `
34
+ "<!-- wp:verse -->
35
+ <pre class="wp-block-verse">Some <em>preformatted</em> text...<br />And more!</pre>
36
+ <!-- /wp:verse -->"
37
+ `;
@@ -16,7 +16,12 @@ const initialHtml = `
16
16
  <!-- /wp:preformatted -->`;
17
17
 
18
18
  const transformsWithInnerBlocks = [ 'Columns', 'Group' ];
19
- const blockTransforms = [ 'Paragraph', 'Code', ...transformsWithInnerBlocks ];
19
+ const blockTransforms = [
20
+ 'Paragraph',
21
+ 'Code',
22
+ 'Verse',
23
+ ...transformsWithInnerBlocks,
24
+ ];
20
25
 
21
26
  setupCoreBlocks();
22
27
 
@@ -7,7 +7,7 @@ const transforms = {
7
7
  from: [
8
8
  {
9
9
  type: 'block',
10
- blocks: [ 'core/code', 'core/paragraph' ],
10
+ blocks: [ 'core/code', 'core/paragraph', 'core/verse' ],
11
11
  transform: ( { content, anchor } ) =>
12
12
  createBlock( 'core/preformatted', {
13
13
  content,
@@ -41,6 +41,12 @@ const transforms = {
41
41
  blocks: [ 'core/code' ],
42
42
  transform: ( attributes ) => createBlock( 'core/code', attributes ),
43
43
  },
44
+ {
45
+ type: 'block',
46
+ blocks: [ 'core/verse' ],
47
+ transform: ( attributes ) =>
48
+ createBlock( 'core/verse', attributes ),
49
+ },
44
50
  ],
45
51
  };
46
52
 
@@ -10,8 +10,8 @@ import {
10
10
  useBlockProps,
11
11
  store as blockEditorStore,
12
12
  useInnerBlocksProps,
13
+ privateApis as blockEditorPrivateApis,
13
14
  } from '@wordpress/block-editor';
14
- import { SelectControl } from '@wordpress/components';
15
15
  import { __ } from '@wordpress/i18n';
16
16
  import { store as coreStore } from '@wordpress/core-data';
17
17
 
@@ -19,11 +19,13 @@ import { store as coreStore } from '@wordpress/core-data';
19
19
  * Internal dependencies
20
20
  */
21
21
  import EnhancedPaginationControl from './inspector-controls/enhanced-pagination-control';
22
+ import { unlock } from '../../lock-unlock';
22
23
  import QueryInspectorControls from './inspector-controls';
23
24
  import EnhancedPaginationModal from './enhanced-pagination-modal';
24
25
  import { getQueryContextFromTemplate } from '../utils';
25
26
  import QueryToolbar from './query-toolbar';
26
- import { htmlElementMessages } from '../../utils/messages';
27
+
28
+ const { HTMLElementControl } = unlock( blockEditorPrivateApis );
27
29
 
28
30
  const DEFAULTS_POSTS_PER_PAGE = 3;
29
31
 
@@ -147,21 +149,18 @@ export default function QueryContent( {
147
149
  <QueryToolbar attributes={ attributes } clientId={ clientId } />
148
150
  </BlockControls>
149
151
  <InspectorControls group="advanced">
150
- <SelectControl
151
- __nextHasNoMarginBottom
152
- __next40pxDefaultSize
153
- label={ __( 'HTML element' ) }
152
+ <HTMLElementControl
153
+ tagName={ TagName }
154
+ onChange={ ( value ) =>
155
+ setAttributes( { tagName: value } )
156
+ }
157
+ clientId={ clientId }
154
158
  options={ [
155
159
  { label: __( 'Default (<div>)' ), value: 'div' },
156
160
  { label: '<main>', value: 'main' },
157
161
  { label: '<section>', value: 'section' },
158
162
  { label: '<aside>', value: 'aside' },
159
163
  ] }
160
- value={ TagName }
161
- onChange={ ( value ) =>
162
- setAttributes( { tagName: value } )
163
- }
164
- help={ htmlElementMessages[ TagName ] }
165
164
  />
166
165
  <EnhancedPaginationControl
167
166
  enhancedPagination={ enhancedPagination }
@@ -8,7 +8,8 @@
8
8
  "textdomain": "default",
9
9
  "attributes": {
10
10
  "content": {
11
- "type": "string"
11
+ "type": "string",
12
+ "role": "content"
12
13
  },
13
14
  "linkTarget": {
14
15
  "type": "string",
@@ -18,7 +18,8 @@
18
18
  },
19
19
  "feedURL": {
20
20
  "type": "string",
21
- "default": ""
21
+ "default": "",
22
+ "role": "content"
22
23
  },
23
24
  "itemsToShow": {
24
25
  "type": "number",
@@ -8,7 +8,6 @@ import clsx from 'clsx';
8
8
  */
9
9
  import {
10
10
  useBlockProps,
11
- BlockControls,
12
11
  InspectorControls,
13
12
  RichText,
14
13
  __experimentalUseBorderProps as useBorderProps,
@@ -21,9 +20,8 @@ import {
21
20
  import { useDispatch, useSelect } from '@wordpress/data';
22
21
  import { useEffect, useRef } from '@wordpress/element';
23
22
  import {
24
- ToolbarDropdownMenu,
25
- ToolbarGroup,
26
- ToolbarButton,
23
+ SelectControl,
24
+ ToggleControl,
27
25
  ResizableBox,
28
26
  __experimentalUseCustomUnits as useCustomUnits,
29
27
  __experimentalUnitControl as UnitControl,
@@ -41,14 +39,6 @@ import { __unstableStripHTML as stripHTML } from '@wordpress/dom';
41
39
  /**
42
40
  * Internal dependencies
43
41
  */
44
- import {
45
- buttonOnly,
46
- buttonOutside,
47
- buttonInside,
48
- noButton,
49
- buttonWithIcon,
50
- toggleLabel,
51
- } from './icons';
52
42
  import {
53
43
  PC_WIDTH_DEFAULT,
54
44
  PX_WIDTH_DEFAULT,
@@ -201,68 +191,23 @@ export default function SearchEdit( {
201
191
 
202
192
  const buttonPositionControls = [
203
193
  {
204
- role: 'menuitemradio',
205
- title: __( 'Button outside' ),
206
- isActive: buttonPosition === 'button-outside',
207
- icon: buttonOutside,
208
- onClick: () => {
209
- setAttributes( {
210
- buttonPosition: 'button-outside',
211
- isSearchFieldHidden: false,
212
- } );
213
- },
194
+ label: __( 'Button outside' ),
195
+ value: 'button-outside',
214
196
  },
215
197
  {
216
- role: 'menuitemradio',
217
- title: __( 'Button inside' ),
218
- isActive: buttonPosition === 'button-inside',
219
- icon: buttonInside,
220
- onClick: () => {
221
- setAttributes( {
222
- buttonPosition: 'button-inside',
223
- isSearchFieldHidden: false,
224
- } );
225
- },
198
+ label: __( 'Button inside' ),
199
+ value: 'button-inside',
226
200
  },
227
201
  {
228
- role: 'menuitemradio',
229
- title: __( 'No button' ),
230
- isActive: buttonPosition === 'no-button',
231
- icon: noButton,
232
- onClick: () => {
233
- setAttributes( {
234
- buttonPosition: 'no-button',
235
- isSearchFieldHidden: false,
236
- } );
237
- },
202
+ label: __( 'No button' ),
203
+ value: 'no-button',
238
204
  },
239
205
  {
240
- role: 'menuitemradio',
241
- title: __( 'Button only' ),
242
- isActive: buttonPosition === 'button-only',
243
- icon: buttonOnly,
244
- onClick: () => {
245
- setAttributes( {
246
- buttonPosition: 'button-only',
247
- isSearchFieldHidden: true,
248
- } );
249
- },
206
+ label: __( 'Button only' ),
207
+ value: 'button-only',
250
208
  },
251
209
  ];
252
210
 
253
- const getButtonPositionIcon = () => {
254
- switch ( buttonPosition ) {
255
- case 'button-inside':
256
- return buttonInside;
257
- case 'button-outside':
258
- return buttonOutside;
259
- case 'no-button':
260
- return noButton;
261
- case 'button-only':
262
- return buttonOnly;
263
- }
264
- };
265
-
266
211
  const getResizableSides = () => {
267
212
  if ( hasOnlyButton ) {
268
213
  return {};
@@ -376,40 +321,6 @@ export default function SearchEdit( {
376
321
 
377
322
  const controls = (
378
323
  <>
379
- <BlockControls>
380
- <ToolbarGroup>
381
- <ToolbarButton
382
- title={ __( 'Show search label' ) }
383
- icon={ toggleLabel }
384
- onClick={ () => {
385
- setAttributes( {
386
- showLabel: ! showLabel,
387
- } );
388
- } }
389
- className={ showLabel ? 'is-pressed' : undefined }
390
- />
391
- <ToolbarDropdownMenu
392
- icon={ getButtonPositionIcon() }
393
- label={ __( 'Change button position' ) }
394
- controls={ buttonPositionControls }
395
- />
396
- { ! hasNoButton && (
397
- <ToolbarButton
398
- title={ __( 'Use button with icon' ) }
399
- icon={ buttonWithIcon }
400
- onClick={ () => {
401
- setAttributes( {
402
- buttonUseIcon: ! buttonUseIcon,
403
- } );
404
- } }
405
- className={
406
- buttonUseIcon ? 'is-pressed' : undefined
407
- }
408
- />
409
- ) }
410
- </ToolbarGroup>
411
- </BlockControls>
412
-
413
324
  <InspectorControls>
414
325
  <ToolsPanel
415
326
  label={ __( 'Settings' ) }
@@ -417,10 +328,84 @@ export default function SearchEdit( {
417
328
  setAttributes( {
418
329
  width: undefined,
419
330
  widthUnit: undefined,
331
+ showLabel: true,
332
+ buttonUseIcon: false,
333
+ buttonPosition: 'button-outside',
334
+ isSearchFieldHidden: false,
420
335
  } );
421
336
  } }
422
337
  dropdownMenuProps={ dropdownMenuProps }
423
338
  >
339
+ <ToolsPanelItem
340
+ hasValue={ () => ! showLabel }
341
+ label={ __( 'Show label' ) }
342
+ onDeselect={ () => {
343
+ setAttributes( {
344
+ showLabel: true,
345
+ } );
346
+ } }
347
+ isShownByDefault
348
+ >
349
+ <ToggleControl
350
+ __nextHasNoMarginBottom
351
+ checked={ showLabel }
352
+ label={ __( 'Show label' ) }
353
+ onChange={ ( value ) =>
354
+ setAttributes( {
355
+ showLabel: value,
356
+ } )
357
+ }
358
+ />
359
+ </ToolsPanelItem>
360
+ <ToolsPanelItem
361
+ hasValue={ () => buttonPosition !== 'button-outside' }
362
+ label={ __( 'Button position' ) }
363
+ onDeselect={ () => {
364
+ setAttributes( {
365
+ buttonPosition: 'button-outside',
366
+ isSearchFieldHidden: false,
367
+ } );
368
+ } }
369
+ isShownByDefault
370
+ >
371
+ <SelectControl
372
+ value={ buttonPosition }
373
+ __next40pxDefaultSize
374
+ __nextHasNoMarginBottom
375
+ label={ __( 'Button position' ) }
376
+ onChange={ ( value ) => {
377
+ setAttributes( {
378
+ buttonPosition: value,
379
+ isSearchFieldHidden:
380
+ value === 'button-only',
381
+ } );
382
+ } }
383
+ options={ buttonPositionControls }
384
+ />
385
+ </ToolsPanelItem>
386
+ { buttonPosition !== 'no-button' && (
387
+ <ToolsPanelItem
388
+ hasValue={ () => !! buttonUseIcon }
389
+ label={ __( 'Use button with icon' ) }
390
+ onDeselect={ () => {
391
+ setAttributes( {
392
+ buttonUseIcon: false,
393
+ } );
394
+ } }
395
+ isShownByDefault
396
+ >
397
+ <ToggleControl
398
+ __nextHasNoMarginBottom
399
+ checked={ buttonUseIcon }
400
+ label={ __( 'Use button with icon' ) }
401
+ onChange={ ( value ) =>
402
+ setAttributes( {
403
+ buttonUseIcon: value,
404
+ } )
405
+ }
406
+ />
407
+ </ToolsPanelItem>
408
+ ) }
424
409
  <ToolsPanelItem
425
410
  hasValue={ () => !! width }
426
411
  label={ __( 'Width' ) }
@@ -6,12 +6,13 @@ import clsx from 'clsx';
6
6
  /**
7
7
  * WordPress dependencies
8
8
  */
9
- import { HorizontalRule, SelectControl } from '@wordpress/components';
9
+ import { HorizontalRule } from '@wordpress/components';
10
10
  import {
11
11
  useBlockProps,
12
12
  getColorClassName,
13
13
  __experimentalUseColorProps as useColorProps,
14
14
  InspectorControls,
15
+ privateApis as blockEditorPrivateApis,
15
16
  } from '@wordpress/block-editor';
16
17
  import { __ } from '@wordpress/i18n';
17
18
 
@@ -19,9 +20,15 @@ import { __ } from '@wordpress/i18n';
19
20
  * Internal dependencies
20
21
  */
21
22
  import useDeprecatedOpacity from './use-deprecated-opacity';
22
- import { htmlElementMessages } from '../utils/messages';
23
+ import { unlock } from '../lock-unlock';
23
24
 
24
- export default function SeparatorEdit( { attributes, setAttributes } ) {
25
+ const { HTMLElementControl } = unlock( blockEditorPrivateApis );
26
+
27
+ export default function SeparatorEdit( {
28
+ attributes,
29
+ setAttributes,
30
+ clientId,
31
+ } ) {
25
32
  const { backgroundColor, opacity, style, tagName } = attributes;
26
33
  const colorProps = useColorProps( attributes );
27
34
  const currentColor = colorProps?.style?.backgroundColor;
@@ -52,19 +59,16 @@ export default function SeparatorEdit( { attributes, setAttributes } ) {
52
59
  return (
53
60
  <>
54
61
  <InspectorControls group="advanced">
55
- <SelectControl
56
- __nextHasNoMarginBottom
57
- __next40pxDefaultSize
58
- label={ __( 'HTML element' ) }
62
+ <HTMLElementControl
63
+ tagName={ tagName }
64
+ onChange={ ( value ) =>
65
+ setAttributes( { tagName: value } )
66
+ }
67
+ clientId={ clientId }
59
68
  options={ [
60
69
  { label: __( 'Default (<hr>)' ), value: 'hr' },
61
70
  { label: '<div>', value: 'div' },
62
71
  ] }
63
- value={ tagName }
64
- onChange={ ( value ) =>
65
- setAttributes( { tagName: value } )
66
- }
67
- help={ htmlElementMessages[ tagName ] }
68
72
  />
69
73
  </InspectorControls>
70
74
  <Wrapper