@wordpress/block-library 8.29.0 → 8.31.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 (527) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/build/audio/edit.js +7 -17
  3. package/build/audio/edit.js.map +1 -1
  4. package/build/audio/edit.native.js.map +1 -1
  5. package/build/avatar/edit.js.map +1 -1
  6. package/build/block/deprecated.js +71 -11
  7. package/build/block/deprecated.js.map +1 -1
  8. package/build/block/edit.js +65 -31
  9. package/build/block/edit.js.map +1 -1
  10. package/build/button/edit.js +2 -2
  11. package/build/button/edit.js.map +1 -1
  12. package/build/buttons/edit.native.js.map +1 -1
  13. package/build/buttons/transforms.js +16 -2
  14. package/build/buttons/transforms.js.map +1 -1
  15. package/build/code/save.js +3 -1
  16. package/build/code/save.js.map +1 -1
  17. package/build/code/transforms.js +17 -6
  18. package/build/code/transforms.js.map +1 -1
  19. package/build/columns/edit.js +3 -2
  20. package/build/columns/edit.js.map +1 -1
  21. package/build/comment-author-avatar/edit.js +1 -1
  22. package/build/comment-author-avatar/edit.js.map +1 -1
  23. package/build/cover/edit/block-controls.js +14 -3
  24. package/build/cover/edit/block-controls.js.map +1 -1
  25. package/build/cover/edit/index.js +2 -1
  26. package/build/cover/edit/index.js.map +1 -1
  27. package/build/cover/edit/inspector-controls.js.map +1 -1
  28. package/build/cover/edit/resizable-cover-popover.js +0 -6
  29. package/build/cover/edit/resizable-cover-popover.js.map +1 -1
  30. package/build/cover/edit.native.js.map +1 -1
  31. package/build/details/edit.js +1 -0
  32. package/build/details/edit.js.map +1 -1
  33. package/build/file/deprecated.js.map +1 -1
  34. package/build/file/edit.js +8 -13
  35. package/build/file/edit.js.map +1 -1
  36. package/build/file/edit.native.js.map +1 -1
  37. package/build/file/save.js.map +1 -1
  38. package/build/form-input/edit.js +1 -1
  39. package/build/form-input/edit.js.map +1 -1
  40. package/build/gallery/edit.js.map +1 -1
  41. package/build/gallery/gallery.native.js.map +1 -1
  42. package/build/gallery/v1/edit.js.map +1 -1
  43. package/build/gallery/v1/gallery.native.js.map +1 -1
  44. package/build/heading/index.js +4 -3
  45. package/build/heading/index.js.map +1 -1
  46. package/build/heading/transforms.js +17 -4
  47. package/build/heading/transforms.js.map +1 -1
  48. package/build/image/edit.js +8 -4
  49. package/build/image/edit.js.map +1 -1
  50. package/build/image/edit.native.js.map +1 -1
  51. package/build/image/image.js +22 -8
  52. package/build/image/image.js.map +1 -1
  53. package/build/latest-posts/edit.native.js.map +1 -1
  54. package/build/list/ordered-list-settings.js +1 -1
  55. package/build/list/ordered-list-settings.js.map +1 -1
  56. package/build/list-item/edit.js +1 -3
  57. package/build/list-item/edit.js.map +1 -1
  58. package/build/list-item/edit.native.js.map +1 -1
  59. package/build/list-item/hooks/index.js +0 -7
  60. package/build/list-item/hooks/index.js.map +1 -1
  61. package/build/list-item/hooks/use-indent-list-item.js +1 -0
  62. package/build/list-item/hooks/use-indent-list-item.js.map +1 -1
  63. package/build/list-item/hooks/use-outdent-list-item.js +1 -0
  64. package/build/list-item/hooks/use-outdent-list-item.js.map +1 -1
  65. package/build/list-item/hooks/use-space.js +16 -7
  66. package/build/list-item/hooks/use-space.js.map +1 -1
  67. package/build/list-item/index.js +4 -1
  68. package/build/list-item/index.js.map +1 -1
  69. package/build/media-text/edit.js +33 -9
  70. package/build/media-text/edit.js.map +1 -1
  71. package/build/media-text/index.js +5 -0
  72. package/build/media-text/index.js.map +1 -1
  73. package/build/media-text/media-container.js +30 -11
  74. package/build/media-text/media-container.js.map +1 -1
  75. package/build/media-text/media-container.native.js +1 -1
  76. package/build/media-text/media-container.native.js.map +1 -1
  77. package/build/media-text/save.js +2 -2
  78. package/build/media-text/save.js.map +1 -1
  79. package/build/navigation/edit/index.js +23 -29
  80. package/build/navigation/edit/index.js.map +1 -1
  81. package/build/navigation/edit/navigation-menu-delete-control.js +12 -20
  82. package/build/navigation/edit/navigation-menu-delete-control.js.map +1 -1
  83. package/build/navigation/edit/navigation-menu-selector.js +24 -23
  84. package/build/navigation/edit/navigation-menu-selector.js.map +1 -1
  85. package/build/navigation/edit/placeholder/index.js +4 -4
  86. package/build/navigation/edit/placeholder/index.js.map +1 -1
  87. package/build/navigation/use-navigation-menu.js +15 -12
  88. package/build/navigation/use-navigation-menu.js.map +1 -1
  89. package/build/navigation-link/edit.js +12 -10
  90. package/build/navigation-link/edit.js.map +1 -1
  91. package/build/navigation-link/link-ui.js.map +1 -1
  92. package/build/navigation-submenu/edit.js +4 -0
  93. package/build/navigation-submenu/edit.js.map +1 -1
  94. package/build/paragraph/edit.native.js.map +1 -1
  95. package/build/pattern/edit.js +11 -0
  96. package/build/pattern/edit.js.map +1 -1
  97. package/build/post-author/edit.js +1 -0
  98. package/build/post-author/edit.js.map +1 -1
  99. package/build/post-excerpt/edit.js +1 -0
  100. package/build/post-excerpt/edit.js.map +1 -1
  101. package/build/post-featured-image/dimension-controls.js.map +1 -1
  102. package/build/post-featured-image/edit.js +12 -12
  103. package/build/post-featured-image/edit.js.map +1 -1
  104. package/build/post-featured-image/index.js +6 -0
  105. package/build/post-featured-image/index.js.map +1 -1
  106. package/build/post-navigation-link/edit.js +1 -0
  107. package/build/post-navigation-link/edit.js.map +1 -1
  108. package/build/post-terms/edit.js +2 -0
  109. package/build/post-terms/edit.js.map +1 -1
  110. package/build/post-title/edit.js +2 -2
  111. package/build/post-title/edit.js.map +1 -1
  112. package/build/query/edit/pattern-selection-modal.js.map +1 -1
  113. package/build/query/utils.js +7 -5
  114. package/build/query/utils.js.map +1 -1
  115. package/build/query-pagination-next/edit.js.map +1 -1
  116. package/build/query-pagination-previous/edit.js.map +1 -1
  117. package/build/quote/deprecated.js +111 -12
  118. package/build/quote/deprecated.js.map +1 -1
  119. package/build/quote/edit.js +7 -7
  120. package/build/quote/edit.js.map +1 -1
  121. package/build/quote/index.js +1 -1
  122. package/build/quote/index.js.map +1 -1
  123. package/build/quote/save.js +2 -2
  124. package/build/quote/save.js.map +1 -1
  125. package/build/read-more/edit.js +1 -0
  126. package/build/read-more/edit.js.map +1 -1
  127. package/build/search/edit.js +3 -1
  128. package/build/search/edit.js.map +1 -1
  129. package/build/search/edit.native.js +2 -2
  130. package/build/search/edit.native.js.map +1 -1
  131. package/build/site-logo/edit.js +7 -2
  132. package/build/site-logo/edit.js.map +1 -1
  133. package/build/site-title/{edit/index.js → edit.js} +1 -1
  134. package/build/site-title/edit.js.map +1 -0
  135. package/build/social-link/edit.js +1 -1
  136. package/build/social-link/edit.js.map +1 -1
  137. package/build/social-link/icons/medium.js +1 -1
  138. package/build/social-link/icons/medium.js.map +1 -1
  139. package/build/social-link/icons/reddit.js +1 -1
  140. package/build/social-link/icons/reddit.js.map +1 -1
  141. package/build/social-links/edit.native.js.map +1 -1
  142. package/build/spacer/edit.js.map +1 -1
  143. package/build/table/deprecated.js +285 -175
  144. package/build/table/deprecated.js.map +1 -1
  145. package/build/table/index.js +1 -1
  146. package/build/table-of-contents/edit.js.map +1 -1
  147. package/build/template-part/edit/index.js +53 -1
  148. package/build/template-part/edit/index.js.map +1 -1
  149. package/build/template-part/edit/selection-modal.js +2 -8
  150. package/build/template-part/edit/selection-modal.js.map +1 -1
  151. package/build/template-part/edit/utils/map-template-part-to-block-pattern.js +30 -0
  152. package/build/template-part/edit/utils/map-template-part-to-block-pattern.js.map +1 -0
  153. package/build/utils/caption.js +15 -5
  154. package/build/utils/caption.js.map +1 -1
  155. package/build/utils/get-transformed-metadata.js +57 -0
  156. package/build/utils/get-transformed-metadata.js.map +1 -0
  157. package/build/utils/hooks.js +55 -4
  158. package/build/utils/hooks.js.map +1 -1
  159. package/build/video/edit-common-settings.js.map +1 -1
  160. package/build/video/edit.js +7 -16
  161. package/build/video/edit.js.map +1 -1
  162. package/build/video/edit.native.js +3 -8
  163. package/build/video/edit.native.js.map +1 -1
  164. package/build-module/audio/edit.js +10 -20
  165. package/build-module/audio/edit.js.map +1 -1
  166. package/build-module/audio/edit.native.js.map +1 -1
  167. package/build-module/avatar/edit.js.map +1 -1
  168. package/build-module/block/deprecated.js +71 -11
  169. package/build-module/block/deprecated.js.map +1 -1
  170. package/build-module/block/edit.js +66 -32
  171. package/build-module/block/edit.js.map +1 -1
  172. package/build-module/button/edit.js +3 -3
  173. package/build-module/button/edit.js.map +1 -1
  174. package/build-module/buttons/edit.native.js.map +1 -1
  175. package/build-module/buttons/transforms.js +16 -2
  176. package/build-module/buttons/transforms.js.map +1 -1
  177. package/build-module/code/save.js +3 -1
  178. package/build-module/code/save.js.map +1 -1
  179. package/build-module/code/transforms.js +17 -6
  180. package/build-module/code/transforms.js.map +1 -1
  181. package/build-module/columns/edit.js +3 -2
  182. package/build-module/columns/edit.js.map +1 -1
  183. package/build-module/comment-author-avatar/edit.js +1 -1
  184. package/build-module/comment-author-avatar/edit.js.map +1 -1
  185. package/build-module/cover/edit/block-controls.js +15 -4
  186. package/build-module/cover/edit/block-controls.js.map +1 -1
  187. package/build-module/cover/edit/index.js +2 -1
  188. package/build-module/cover/edit/index.js.map +1 -1
  189. package/build-module/cover/edit/inspector-controls.js.map +1 -1
  190. package/build-module/cover/edit/resizable-cover-popover.js +1 -7
  191. package/build-module/cover/edit/resizable-cover-popover.js.map +1 -1
  192. package/build-module/cover/edit.native.js.map +1 -1
  193. package/build-module/details/edit.js +1 -0
  194. package/build-module/details/edit.js.map +1 -1
  195. package/build-module/file/deprecated.js.map +1 -1
  196. package/build-module/file/edit.js +9 -14
  197. package/build-module/file/edit.js.map +1 -1
  198. package/build-module/file/edit.native.js.map +1 -1
  199. package/build-module/file/save.js.map +1 -1
  200. package/build-module/form-input/edit.js +1 -1
  201. package/build-module/form-input/edit.js.map +1 -1
  202. package/build-module/gallery/edit.js.map +1 -1
  203. package/build-module/gallery/gallery.native.js.map +1 -1
  204. package/build-module/gallery/v1/edit.js.map +1 -1
  205. package/build-module/gallery/v1/gallery.native.js.map +1 -1
  206. package/build-module/heading/index.js +4 -3
  207. package/build-module/heading/index.js.map +1 -1
  208. package/build-module/heading/transforms.js +17 -4
  209. package/build-module/heading/transforms.js.map +1 -1
  210. package/build-module/image/edit.js +9 -5
  211. package/build-module/image/edit.js.map +1 -1
  212. package/build-module/image/edit.native.js.map +1 -1
  213. package/build-module/image/image.js +23 -9
  214. package/build-module/image/image.js.map +1 -1
  215. package/build-module/latest-posts/edit.native.js.map +1 -1
  216. package/build-module/list/ordered-list-settings.js +1 -1
  217. package/build-module/list/ordered-list-settings.js.map +1 -1
  218. package/build-module/list-item/edit.js +2 -4
  219. package/build-module/list-item/edit.js.map +1 -1
  220. package/build-module/list-item/edit.native.js.map +1 -1
  221. package/build-module/list-item/hooks/index.js +0 -1
  222. package/build-module/list-item/hooks/index.js.map +1 -1
  223. package/build-module/list-item/hooks/use-indent-list-item.js +1 -0
  224. package/build-module/list-item/hooks/use-indent-list-item.js.map +1 -1
  225. package/build-module/list-item/hooks/use-outdent-list-item.js +1 -0
  226. package/build-module/list-item/hooks/use-outdent-list-item.js.map +1 -1
  227. package/build-module/list-item/hooks/use-space.js +17 -8
  228. package/build-module/list-item/hooks/use-space.js.map +1 -1
  229. package/build-module/list-item/index.js +4 -1
  230. package/build-module/list-item/index.js.map +1 -1
  231. package/build-module/media-text/edit.js +34 -10
  232. package/build-module/media-text/edit.js.map +1 -1
  233. package/build-module/media-text/index.js +5 -0
  234. package/build-module/media-text/index.js.map +1 -1
  235. package/build-module/media-text/media-container.js +31 -12
  236. package/build-module/media-text/media-container.js.map +1 -1
  237. package/build-module/media-text/media-container.native.js +1 -1
  238. package/build-module/media-text/media-container.native.js.map +1 -1
  239. package/build-module/media-text/save.js +2 -2
  240. package/build-module/media-text/save.js.map +1 -1
  241. package/build-module/navigation/edit/index.js +24 -30
  242. package/build-module/navigation/edit/index.js.map +1 -1
  243. package/build-module/navigation/edit/navigation-menu-delete-control.js +15 -23
  244. package/build-module/navigation/edit/navigation-menu-delete-control.js.map +1 -1
  245. package/build-module/navigation/edit/navigation-menu-selector.js +24 -23
  246. package/build-module/navigation/edit/navigation-menu-selector.js.map +1 -1
  247. package/build-module/navigation/edit/placeholder/index.js +4 -4
  248. package/build-module/navigation/edit/placeholder/index.js.map +1 -1
  249. package/build-module/navigation/use-navigation-menu.js +15 -12
  250. package/build-module/navigation/use-navigation-menu.js.map +1 -1
  251. package/build-module/navigation-link/edit.js +13 -11
  252. package/build-module/navigation-link/edit.js.map +1 -1
  253. package/build-module/navigation-link/link-ui.js.map +1 -1
  254. package/build-module/navigation-submenu/edit.js +4 -0
  255. package/build-module/navigation-submenu/edit.js.map +1 -1
  256. package/build-module/paragraph/edit.native.js.map +1 -1
  257. package/build-module/pattern/edit.js +11 -0
  258. package/build-module/pattern/edit.js.map +1 -1
  259. package/build-module/post-author/edit.js +1 -0
  260. package/build-module/post-author/edit.js.map +1 -1
  261. package/build-module/post-excerpt/edit.js +1 -0
  262. package/build-module/post-excerpt/edit.js.map +1 -1
  263. package/build-module/post-featured-image/dimension-controls.js.map +1 -1
  264. package/build-module/post-featured-image/edit.js +13 -13
  265. package/build-module/post-featured-image/edit.js.map +1 -1
  266. package/build-module/post-featured-image/index.js +6 -0
  267. package/build-module/post-featured-image/index.js.map +1 -1
  268. package/build-module/post-navigation-link/edit.js +1 -0
  269. package/build-module/post-navigation-link/edit.js.map +1 -1
  270. package/build-module/post-terms/edit.js +2 -0
  271. package/build-module/post-terms/edit.js.map +1 -1
  272. package/build-module/post-title/edit.js +2 -2
  273. package/build-module/post-title/edit.js.map +1 -1
  274. package/build-module/query/edit/pattern-selection-modal.js.map +1 -1
  275. package/build-module/query/utils.js +7 -5
  276. package/build-module/query/utils.js.map +1 -1
  277. package/build-module/query-pagination-next/edit.js.map +1 -1
  278. package/build-module/query-pagination-previous/edit.js.map +1 -1
  279. package/build-module/quote/deprecated.js +112 -13
  280. package/build-module/quote/deprecated.js.map +1 -1
  281. package/build-module/quote/edit.js +7 -7
  282. package/build-module/quote/edit.js.map +1 -1
  283. package/build-module/quote/index.js +1 -1
  284. package/build-module/quote/index.js.map +1 -1
  285. package/build-module/quote/save.js +2 -2
  286. package/build-module/quote/save.js.map +1 -1
  287. package/build-module/read-more/edit.js +1 -0
  288. package/build-module/read-more/edit.js.map +1 -1
  289. package/build-module/search/edit.js +3 -1
  290. package/build-module/search/edit.js.map +1 -1
  291. package/build-module/search/edit.native.js +2 -2
  292. package/build-module/search/edit.native.js.map +1 -1
  293. package/build-module/site-logo/edit.js +7 -2
  294. package/build-module/site-logo/edit.js.map +1 -1
  295. package/build-module/site-title/{edit/index.js → edit.js} +1 -1
  296. package/build-module/site-title/edit.js.map +1 -0
  297. package/build-module/social-link/edit.js +1 -1
  298. package/build-module/social-link/edit.js.map +1 -1
  299. package/build-module/social-link/icons/medium.js +1 -1
  300. package/build-module/social-link/icons/medium.js.map +1 -1
  301. package/build-module/social-link/icons/reddit.js +1 -1
  302. package/build-module/social-link/icons/reddit.js.map +1 -1
  303. package/build-module/social-links/edit.native.js.map +1 -1
  304. package/build-module/spacer/edit.js.map +1 -1
  305. package/build-module/table/deprecated.js +286 -176
  306. package/build-module/table/deprecated.js.map +1 -1
  307. package/build-module/table/index.js +1 -1
  308. package/build-module/table-of-contents/edit.js.map +1 -1
  309. package/build-module/template-part/edit/index.js +57 -5
  310. package/build-module/template-part/edit/index.js.map +1 -1
  311. package/build-module/template-part/edit/selection-modal.js +2 -8
  312. package/build-module/template-part/edit/selection-modal.js.map +1 -1
  313. package/build-module/template-part/edit/utils/map-template-part-to-block-pattern.js +24 -0
  314. package/build-module/template-part/edit/utils/map-template-part-to-block-pattern.js.map +1 -0
  315. package/build-module/utils/caption.js +13 -3
  316. package/build-module/utils/caption.js.map +1 -1
  317. package/build-module/utils/get-transformed-metadata.js +51 -0
  318. package/build-module/utils/get-transformed-metadata.js.map +1 -0
  319. package/build-module/utils/hooks.js +54 -3
  320. package/build-module/utils/hooks.js.map +1 -1
  321. package/build-module/video/edit-common-settings.js.map +1 -1
  322. package/build-module/video/edit.js +10 -19
  323. package/build-module/video/edit.js.map +1 -1
  324. package/build-module/video/edit.native.js +3 -8
  325. package/build-module/video/edit.native.js.map +1 -1
  326. package/build-style/common-rtl.css +1 -0
  327. package/build-style/common.css +1 -0
  328. package/build-style/cover/style-rtl.css +2 -1
  329. package/build-style/cover/style.css +2 -1
  330. package/build-style/editor-rtl.css +11 -2
  331. package/build-style/editor.css +11 -2
  332. package/build-style/file/editor-rtl.css +3 -0
  333. package/build-style/file/editor.css +3 -0
  334. package/build-style/group/editor-rtl.css +1 -1
  335. package/build-style/group/editor.css +1 -1
  336. package/build-style/media-text/editor-rtl.css +7 -1
  337. package/build-style/media-text/editor.css +7 -1
  338. package/build-style/search/style-rtl.css +2 -0
  339. package/build-style/search/style.css +2 -0
  340. package/build-style/social-links/style-rtl.css +2 -2
  341. package/build-style/social-links/style.css +2 -2
  342. package/build-style/style-rtl.css +6 -3
  343. package/build-style/style.css +6 -3
  344. package/package.json +34 -34
  345. package/src/archives/index.php +4 -0
  346. package/src/audio/edit.js +9 -19
  347. package/src/audio/edit.native.js +3 -3
  348. package/src/avatar/edit.js +1 -1
  349. package/src/avatar/index.php +6 -0
  350. package/src/block/deprecated.js +76 -11
  351. package/src/block/edit.js +100 -32
  352. package/src/block/index.php +27 -12
  353. package/src/block/test/edit.native.js +67 -0
  354. package/src/button/edit.js +4 -3
  355. package/src/buttons/edit.native.js +1 -1
  356. package/src/buttons/transforms.js +14 -4
  357. package/src/calendar/index.php +17 -0
  358. package/src/categories/index.php +6 -0
  359. package/src/code/save.js +7 -1
  360. package/src/code/transforms.js +20 -5
  361. package/src/columns/edit.js +3 -2
  362. package/src/comment-author-avatar/edit.js +1 -1
  363. package/src/comment-author-name/index.php +4 -0
  364. package/src/comment-content/index.php +4 -0
  365. package/src/comment-date/index.php +4 -0
  366. package/src/comment-edit-link/index.php +4 -0
  367. package/src/comment-reply-link/index.php +4 -0
  368. package/src/comment-template/index.php +4 -0
  369. package/src/comments/index.php +12 -0
  370. package/src/comments-pagination/index.php +4 -0
  371. package/src/comments-pagination-next/index.php +4 -0
  372. package/src/comments-pagination-numbers/index.php +4 -0
  373. package/src/comments-pagination-previous/index.php +4 -0
  374. package/src/comments-title/index.php +4 -0
  375. package/src/cover/edit/block-controls.js +16 -2
  376. package/src/cover/edit/index.js +6 -3
  377. package/src/cover/edit/inspector-controls.js +1 -1
  378. package/src/cover/edit/resizable-cover-popover.js +1 -6
  379. package/src/cover/edit.native.js +1 -1
  380. package/src/cover/index.php +4 -0
  381. package/src/cover/style.scss +3 -2
  382. package/src/details/edit.js +1 -0
  383. package/src/file/deprecated.js +3 -3
  384. package/src/file/edit.js +10 -15
  385. package/src/file/edit.native.js +4 -4
  386. package/src/file/editor.scss +3 -0
  387. package/src/file/index.php +4 -0
  388. package/src/file/save.js +1 -1
  389. package/src/footnotes/index.php +1 -1
  390. package/src/form-input/edit.js +1 -1
  391. package/src/gallery/edit.js +3 -3
  392. package/src/gallery/gallery.native.js +1 -1
  393. package/src/gallery/index.php +6 -0
  394. package/src/gallery/test/index.native.js +1 -1
  395. package/src/gallery/v1/edit.js +2 -2
  396. package/src/gallery/v1/gallery.native.js +1 -1
  397. package/src/group/editor.scss +1 -1
  398. package/src/heading/index.js +4 -3
  399. package/src/heading/index.php +4 -0
  400. package/src/heading/transforms.js +27 -8
  401. package/src/home-link/index.php +10 -0
  402. package/src/image/edit.js +13 -5
  403. package/src/image/edit.native.js +1 -1
  404. package/src/image/editor.scss +1 -0
  405. package/src/image/image.js +34 -22
  406. package/src/image/index.php +12 -1
  407. package/src/latest-comments/index.php +4 -0
  408. package/src/latest-posts/edit.native.js +1 -1
  409. package/src/latest-posts/index.php +8 -0
  410. package/src/list/ordered-list-settings.js +1 -1
  411. package/src/list-item/edit.js +1 -2
  412. package/src/list-item/edit.native.js +1 -1
  413. package/src/list-item/hooks/index.js +0 -1
  414. package/src/list-item/hooks/use-indent-list-item.js +2 -0
  415. package/src/list-item/hooks/use-outdent-list-item.js +2 -0
  416. package/src/list-item/hooks/use-space.js +16 -9
  417. package/src/list-item/index.js +3 -0
  418. package/src/loginout/index.php +4 -0
  419. package/src/media-text/block.json +5 -0
  420. package/src/media-text/edit.js +70 -19
  421. package/src/media-text/editor.scss +7 -1
  422. package/src/media-text/index.php +70 -0
  423. package/src/media-text/media-container.js +49 -9
  424. package/src/media-text/media-container.native.js +5 -3
  425. package/src/media-text/save.js +2 -2
  426. package/src/media-text/test/edit.native.js +58 -0
  427. package/src/missing/test/edit-integration.native.js +2 -1
  428. package/src/navigation/edit/index.js +68 -72
  429. package/src/navigation/edit/navigation-menu-delete-control.js +22 -49
  430. package/src/navigation/edit/navigation-menu-selector.js +39 -21
  431. package/src/navigation/edit/placeholder/index.js +4 -4
  432. package/src/navigation/edit/test/navigation-menu-selector.js +77 -55
  433. package/src/navigation/index.php +118 -34
  434. package/src/navigation/test/use-navigation-menu.js +21 -21
  435. package/src/navigation/use-navigation-menu.js +23 -9
  436. package/src/navigation-link/edit.js +12 -13
  437. package/src/navigation-link/index.php +14 -0
  438. package/src/navigation-link/link-ui.js +2 -2
  439. package/src/navigation-submenu/edit.js +4 -0
  440. package/src/navigation-submenu/index.php +8 -0
  441. package/src/page-list/index.php +12 -0
  442. package/src/page-list-item/index.php +2 -0
  443. package/src/paragraph/edit.native.js +1 -1
  444. package/src/paragraph/test/edit.native.js +36 -0
  445. package/src/pattern/edit.js +14 -0
  446. package/src/pattern/index.php +2 -0
  447. package/src/post-author/edit.js +1 -0
  448. package/src/post-author/index.php +4 -0
  449. package/src/post-author-biography/index.php +4 -0
  450. package/src/post-author-name/index.php +4 -0
  451. package/src/post-comments-form/index.php +6 -0
  452. package/src/post-content/index.php +4 -0
  453. package/src/post-date/index.php +4 -0
  454. package/src/post-excerpt/edit.js +2 -1
  455. package/src/post-excerpt/index.php +4 -0
  456. package/src/post-featured-image/block.json +6 -0
  457. package/src/post-featured-image/dimension-controls.js +4 -4
  458. package/src/post-featured-image/edit.js +14 -12
  459. package/src/post-featured-image/index.php +15 -0
  460. package/src/post-navigation-link/edit.js +2 -1
  461. package/src/post-navigation-link/index.php +4 -0
  462. package/src/post-template/index.php +6 -0
  463. package/src/post-terms/edit.js +2 -0
  464. package/src/post-terms/index.php +6 -0
  465. package/src/post-title/edit.js +49 -43
  466. package/src/post-title/index.php +2 -0
  467. package/src/query/edit/pattern-selection-modal.js +1 -1
  468. package/src/query/index.php +2 -0
  469. package/src/query/utils.js +6 -4
  470. package/src/query-no-results/index.php +4 -0
  471. package/src/query-pagination/index.php +4 -0
  472. package/src/query-pagination-next/edit.js +1 -1
  473. package/src/query-pagination-next/index.php +4 -0
  474. package/src/query-pagination-numbers/index.php +4 -0
  475. package/src/query-pagination-previous/edit.js +1 -1
  476. package/src/query-pagination-previous/index.php +4 -0
  477. package/src/query-title/index.php +4 -0
  478. package/src/quote/block.json +1 -1
  479. package/src/quote/deprecated.js +110 -15
  480. package/src/quote/edit.js +16 -10
  481. package/src/quote/save.js +2 -2
  482. package/src/quote/test/__snapshots__/transforms.native.js.snap +2 -2
  483. package/src/read-more/edit.js +2 -1
  484. package/src/read-more/index.php +4 -0
  485. package/src/rss/index.php +4 -0
  486. package/src/search/edit.js +3 -1
  487. package/src/search/edit.native.js +6 -6
  488. package/src/search/index.php +20 -2
  489. package/src/search/style.scss +2 -0
  490. package/src/shortcode/index.php +4 -0
  491. package/src/site-logo/edit.js +11 -6
  492. package/src/site-logo/index.php +20 -0
  493. package/src/site-tagline/index.php +4 -0
  494. package/src/site-title/index.php +4 -0
  495. package/src/social-link/edit.js +2 -2
  496. package/src/social-link/icons/medium.js +1 -1
  497. package/src/social-link/icons/reddit.js +1 -1
  498. package/src/social-link/index.php +22 -9
  499. package/src/social-link/socials-with-bg.scss +1 -1
  500. package/src/social-link/socials-without-bg.scss +1 -1
  501. package/src/social-links/edit.native.js +1 -1
  502. package/src/spacer/edit.js +1 -1
  503. package/src/table/block.json +1 -1
  504. package/src/table/deprecated.js +308 -175
  505. package/src/table-of-contents/edit.js +1 -1
  506. package/src/tag-cloud/index.php +4 -0
  507. package/src/template-part/edit/index.js +91 -4
  508. package/src/template-part/edit/selection-modal.js +4 -8
  509. package/src/template-part/edit/utils/map-template-part-to-block-pattern.js +23 -0
  510. package/src/template-part/index.php +10 -0
  511. package/src/term-description/index.php +4 -0
  512. package/src/utils/caption.js +10 -1
  513. package/src/utils/get-transformed-metadata.js +65 -0
  514. package/src/utils/hooks.js +53 -3
  515. package/src/video/edit-common-settings.js +1 -1
  516. package/src/video/edit.js +10 -18
  517. package/src/video/edit.native.js +7 -8
  518. package/src/video/test/edit.native.js +0 -14
  519. package/tsconfig.json +1 -0
  520. package/build/list-item/hooks/use-copy.js +0 -39
  521. package/build/list-item/hooks/use-copy.js.map +0 -1
  522. package/build/site-title/edit/index.js.map +0 -1
  523. package/build-module/list-item/hooks/use-copy.js +0 -32
  524. package/build-module/list-item/hooks/use-copy.js.map +0 -1
  525. package/build-module/site-title/edit/index.js.map +0 -1
  526. package/src/list-item/hooks/use-copy.js +0 -38
  527. /package/src/site-title/{edit/index.js → edit.js} +0 -0
@@ -13,6 +13,8 @@
13
13
  * we add a custom `data-id` attribute before rendering the gallery
14
14
  * so that the Image Block can pick it up in its render_callback.
15
15
  *
16
+ * @since 5.9.0
17
+ *
16
18
  * @param array $parsed_block The block being rendered.
17
19
  * @return array The migrated block object.
18
20
  */
@@ -35,6 +37,8 @@ add_filter( 'render_block_data', 'block_core_gallery_data_id_backcompatibility'
35
37
  /**
36
38
  * Renders the `core/gallery` block on the server.
37
39
  *
40
+ * @since 6.0.0
41
+ *
38
42
  * @param array $attributes Attributes of the block being rendered.
39
43
  * @param string $content Content of the block being rendered.
40
44
  * @return string The content of the block being rendered.
@@ -164,6 +168,8 @@ function block_core_gallery_render( $attributes, $content ) {
164
168
  }
165
169
  /**
166
170
  * Registers the `core/gallery` block on server.
171
+ *
172
+ * @since 5.9.0
167
173
  */
168
174
  function register_block_core_gallery() {
169
175
  register_block_type_from_metadata(
@@ -92,7 +92,7 @@ describe( 'Gallery block', () => {
92
92
  expect( getBlock( screen, 'Gallery' ) ).toBeVisible();
93
93
  expect( getEditorHtml() ).toMatchSnapshot();
94
94
 
95
- getBlockSpy.mockReset();
95
+ getBlockSpy.mockRestore();
96
96
  } );
97
97
 
98
98
  it( 'selects a gallery item', async () => {
@@ -411,7 +411,7 @@ function GalleryEdit( props ) {
411
411
  value={ linkTo }
412
412
  onChange={ setLinkTo }
413
413
  options={ linkOptions }
414
- hideCancelButton={ true }
414
+ hideCancelButton
415
415
  />
416
416
  { shouldShowSizeOptions && (
417
417
  <SelectControl
@@ -420,7 +420,7 @@ function GalleryEdit( props ) {
420
420
  value={ sizeSlug }
421
421
  options={ imageSizeOptions }
422
422
  onChange={ updateImagesSize }
423
- hideCancelButton={ true }
423
+ hideCancelButton
424
424
  />
425
425
  ) }
426
426
  </PanelBody>
@@ -140,7 +140,7 @@ export const Gallery = ( props ) => {
140
140
  <BlockCaption
141
141
  clientId={ clientId }
142
142
  isSelected={ isCaptionSelected }
143
- accessible={ true }
143
+ accessible
144
144
  accessibilityLabelCreator={ ( caption ) =>
145
145
  RichText.isEmpty( caption )
146
146
  ? /* translators: accessibility text. Empty gallery caption. */
@@ -65,7 +65,6 @@
65
65
  margin: 0;
66
66
  }
67
67
  .components-placeholder__instructions {
68
- text-align: center;
69
68
  margin-bottom: 18px;
70
69
  }
71
70
  .wp-block-group-placeholder__variations svg {
@@ -92,6 +91,7 @@
92
91
  .components-placeholder {
93
92
  min-height: auto;
94
93
  padding: $grid-unit-30;
94
+ align-items: center;
95
95
  }
96
96
  .is-small,
97
97
  .is-medium {
@@ -30,15 +30,16 @@ export const settings = {
30
30
  const { content, level } = attributes;
31
31
 
32
32
  const customName = attributes?.metadata?.name;
33
+ const hasContent = content?.trim().length > 0;
33
34
 
34
35
  // In the list view, use the block's content as the label.
35
36
  // If the content is empty, fall back to the default label.
36
- if ( context === 'list-view' && ( customName || content ) ) {
37
- return attributes?.metadata?.name || content;
37
+ if ( context === 'list-view' && ( customName || hasContent ) ) {
38
+ return customName || content;
38
39
  }
39
40
 
40
41
  if ( context === 'accessibility' ) {
41
- return ! content || content.length === 0
42
+ return ! hasContent
42
43
  ? sprintf(
43
44
  /* translators: accessibility text. %s: heading level. */
44
45
  __( 'Level %s. Empty.' ),
@@ -14,6 +14,8 @@
14
14
  * Would be transformed to:
15
15
  * <h2 class="align-left wp-block-heading">Hello World</h2>
16
16
  *
17
+ * @since 6.2.0
18
+ *
17
19
  * @param array $attributes Attributes of the block being rendered.
18
20
  * @param string $content Content of the block being rendered.
19
21
  *
@@ -39,6 +41,8 @@ function block_core_heading_render( $attributes, $content ) {
39
41
 
40
42
  /**
41
43
  * Registers the `core/heading` block on server.
44
+ *
45
+ * @since 6.2.0
42
46
  */
43
47
  function register_block_core_heading() {
44
48
  register_block_type_from_metadata(
@@ -7,6 +7,7 @@ import { createBlock, getBlockAttributes } from '@wordpress/blocks';
7
7
  * Internal dependencies
8
8
  */
9
9
  import { getLevelFromHeadingNodeName } from './shared';
10
+ import { getTransformedMetadata } from '../utils/get-transformed-metadata';
10
11
 
11
12
  const transforms = {
12
13
  from: [
@@ -15,12 +16,20 @@ const transforms = {
15
16
  isMultiBlock: true,
16
17
  blocks: [ 'core/paragraph' ],
17
18
  transform: ( attributes ) =>
18
- attributes.map( ( { content, anchor, align: textAlign } ) =>
19
- createBlock( 'core/heading', {
20
- content,
21
- anchor,
22
- textAlign,
23
- } )
19
+ attributes.map(
20
+ ( { content, anchor, align: textAlign, metadata } ) =>
21
+ createBlock( 'core/heading', {
22
+ content,
23
+ anchor,
24
+ textAlign,
25
+ metadata: getTransformedMetadata(
26
+ metadata,
27
+ 'core/heading',
28
+ ( { content: contentBinding } ) => ( {
29
+ content: contentBinding,
30
+ } )
31
+ ),
32
+ } )
24
33
  ),
25
34
  },
26
35
  {
@@ -82,8 +91,18 @@ const transforms = {
82
91
  isMultiBlock: true,
83
92
  blocks: [ 'core/paragraph' ],
84
93
  transform: ( attributes ) =>
85
- attributes.map( ( { content, textAlign: align } ) =>
86
- createBlock( 'core/paragraph', { content, align } )
94
+ attributes.map( ( { content, textAlign: align, metadata } ) =>
95
+ createBlock( 'core/paragraph', {
96
+ content,
97
+ align,
98
+ metadata: getTransformedMetadata(
99
+ metadata,
100
+ 'core/paragraph',
101
+ ( { content: contentBinding } ) => ( {
102
+ content: contentBinding,
103
+ } )
104
+ ),
105
+ } )
87
106
  ),
88
107
  },
89
108
  ],
@@ -9,6 +9,8 @@
9
9
  * Build an array with CSS classes and inline styles defining the colors
10
10
  * which will be applied to the home link markup in the front-end.
11
11
  *
12
+ * @since 6.0.0
13
+ *
12
14
  * @param array $context home link block context.
13
15
  * @return array Colors CSS classes and inline styles.
14
16
  */
@@ -61,6 +63,8 @@ function block_core_home_link_build_css_colors( $context ) {
61
63
  * Build an array with CSS classes and inline styles defining the font sizes
62
64
  * which will be applied to the home link markup in the front-end.
63
65
  *
66
+ * @since 6.0.0
67
+ *
64
68
  * @param array $context Home link block context.
65
69
  * @return array Font size CSS classes and inline styles.
66
70
  */
@@ -88,6 +92,8 @@ function block_core_home_link_build_css_font_sizes( $context ) {
88
92
  /**
89
93
  * Builds an array with classes and style for the li wrapper
90
94
  *
95
+ * @since 6.0.0
96
+ *
91
97
  * @param array $context Home link block context.
92
98
  * @return string The li wrapper attributes.
93
99
  */
@@ -121,6 +127,8 @@ function block_core_home_link_build_li_wrapper_attributes( $context ) {
121
127
  /**
122
128
  * Renders the `core/home-link` block.
123
129
  *
130
+ * @since 6.0.0
131
+ *
124
132
  * @param array $attributes The block attributes.
125
133
  * @param string $content The saved content.
126
134
  * @param WP_Block $block The parsed block.
@@ -155,6 +163,8 @@ function render_block_core_home_link( $attributes, $content, $block ) {
155
163
  /**
156
164
  * Register the home block
157
165
  *
166
+ * @since 6.0.0
167
+ *
158
168
  * @uses render_block_core_home_link()
159
169
  * @throws WP_Error An WP_Error exception parsing the block definition.
160
170
  */
package/src/image/edit.js CHANGED
@@ -7,6 +7,7 @@ import classnames from 'classnames';
7
7
  * WordPress dependencies
8
8
  */
9
9
  import { getBlobByURL, isBlobURL, revokeBlobURL } from '@wordpress/blob';
10
+ import { store as blocksStore } from '@wordpress/blocks';
10
11
  import { Placeholder } from '@wordpress/components';
11
12
  import { useDispatch, useSelect } from '@wordpress/data';
12
13
  import {
@@ -19,7 +20,7 @@ import {
19
20
  useBlockEditingMode,
20
21
  } from '@wordpress/block-editor';
21
22
  import { useEffect, useRef, useState } from '@wordpress/element';
22
- import { __ } from '@wordpress/i18n';
23
+ import { __, sprintf } from '@wordpress/i18n';
23
24
  import { image as icon, plugins as pluginsIcon } from '@wordpress/icons';
24
25
  import { store as noticesStore } from '@wordpress/notices';
25
26
 
@@ -335,14 +336,14 @@ export function ImageEdit( {
335
336
  } );
336
337
 
337
338
  // Much of this description is duplicated from MediaPlaceholder.
338
- const { lockUrlControls = false } = useSelect(
339
+ const { lockUrlControls = false, lockUrlControlsMessage } = useSelect(
339
340
  ( select ) => {
340
341
  if ( ! isSingleSelected ) {
341
342
  return {};
342
343
  }
343
344
 
344
345
  const blockBindingsSource = unlock(
345
- select( blockEditorStore )
346
+ select( blocksStore )
346
347
  ).getBlockBindingsSource( metadata?.bindings?.url?.source );
347
348
 
348
349
  return {
@@ -350,6 +351,13 @@ export function ImageEdit( {
350
351
  !! metadata?.bindings?.url &&
351
352
  ( ! blockBindingsSource ||
352
353
  blockBindingsSource?.lockAttributesEditing ),
354
+ lockUrlControlsMessage: blockBindingsSource?.label
355
+ ? sprintf(
356
+ /* translators: %s: Label of the bindings source. */
357
+ __( 'Connected to %s' ),
358
+ blockBindingsSource.label
359
+ )
360
+ : __( 'Connected to dynamic data' ),
353
361
  };
354
362
  },
355
363
  [ isSingleSelected ]
@@ -361,7 +369,7 @@ export function ImageEdit( {
361
369
  [ borderProps.className ]:
362
370
  !! borderProps.className && ! isSingleSelected,
363
371
  } ) }
364
- withIllustration={ true }
372
+ withIllustration
365
373
  icon={ lockUrlControls ? pluginsIcon : icon }
366
374
  label={ __( 'Image' ) }
367
375
  instructions={
@@ -386,7 +394,7 @@ export function ImageEdit( {
386
394
  <span
387
395
  className={ 'block-bindings-media-placeholder-message' }
388
396
  >
389
- { __( 'Connected to a custom field' ) }
397
+ { lockUrlControlsMessage }
390
398
  </span>
391
399
  ) : (
392
400
  content
@@ -889,7 +889,7 @@ export class ImageEdit extends Component {
889
889
  return (
890
890
  <MediaUpload
891
891
  allowedTypes={ [ MEDIA_TYPE_IMAGE ] }
892
- isReplacingMedia={ true }
892
+ isReplacingMedia
893
893
  onSelect={ this.onSelectMediaUploadOption }
894
894
  onSelectURL={ this.onSelectURL }
895
895
  render={ ( { open, getMediaOptions } ) => {
@@ -1,6 +1,7 @@
1
1
  // Provide special styling for the placeholder.
2
2
  // @todo: this particular minimal style of placeholder could be componentized further.
3
3
  .wp-block-image.wp-block-image {
4
+
4
5
  // Show Placeholder style on-select.
5
6
  &.is-selected .components-placeholder {
6
7
  // Block UI appearance.
@@ -33,7 +33,7 @@ import { useEffect, useMemo, useState, useRef } from '@wordpress/element';
33
33
  import { __, _x, sprintf, isRTL } from '@wordpress/i18n';
34
34
  import { DOWN } from '@wordpress/keycodes';
35
35
  import { getFilename } from '@wordpress/url';
36
- import { switchToBlockType } from '@wordpress/blocks';
36
+ import { switchToBlockType, store as blocksStore } from '@wordpress/blocks';
37
37
  import { crop, overlayText, upload } from '@wordpress/icons';
38
38
  import { store as noticesStore } from '@wordpress/notices';
39
39
  import { store as coreStore } from '@wordpress/core-data';
@@ -78,7 +78,7 @@ const ImageWrapper = ( { href, children } ) => {
78
78
  <a
79
79
  href={ href }
80
80
  onClick={ ( event ) => event.preventDefault() }
81
- aria-disabled={ true }
81
+ aria-disabled
82
82
  style={ {
83
83
  // When the Image block is linked,
84
84
  // it's wrapped with a disabled <a /> tag.
@@ -410,15 +410,19 @@ export default function Image( {
410
410
  lockUrlControls = false,
411
411
  lockHrefControls = false,
412
412
  lockAltControls = false,
413
+ lockAltControlsMessage,
413
414
  lockTitleControls = false,
415
+ lockTitleControlsMessage,
416
+ lockCaption = false,
414
417
  } = useSelect(
415
418
  ( select ) => {
416
419
  if ( ! isSingleSelected ) {
417
420
  return {};
418
421
  }
419
-
420
- const { getBlockBindingsSource, getBlockParentsByBlockName } =
421
- unlock( select( blockEditorStore ) );
422
+ const { getBlockBindingsSource } = unlock( select( blocksStore ) );
423
+ const { getBlockParentsByBlockName } = unlock(
424
+ select( blockEditorStore )
425
+ );
422
426
  const {
423
427
  url: urlBinding,
424
428
  alt: altBinding,
@@ -444,14 +448,32 @@ export default function Image( {
444
448
  // Disable editing the link of the URL if the image is inside a pattern instance.
445
449
  // This is a temporary solution until we support overriding the link on the frontend.
446
450
  hasParentPattern,
451
+ lockCaption:
452
+ // Disable editing the caption if the image is inside a pattern instance.
453
+ // This is a temporary solution until we support overriding the caption on the frontend.
454
+ hasParentPattern,
447
455
  lockAltControls:
448
456
  !! altBinding &&
449
457
  ( ! altBindingSource ||
450
458
  altBindingSource?.lockAttributesEditing ),
459
+ lockAltControlsMessage: altBindingSource?.label
460
+ ? sprintf(
461
+ /* translators: %s: Label of the bindings source. */
462
+ __( 'Connected to %s' ),
463
+ altBindingSource.label
464
+ )
465
+ : __( 'Connected to dynamic data' ),
451
466
  lockTitleControls:
452
467
  !! titleBinding &&
453
468
  ( ! titleBindingSource ||
454
469
  titleBindingSource?.lockAttributesEditing ),
470
+ lockTitleControlsMessage: titleBindingSource?.label
471
+ ? sprintf(
472
+ /* translators: %s: Label of the bindings source. */
473
+ __( 'Connected to %s' ),
474
+ titleBindingSource.label
475
+ )
476
+ : __( 'Connected to dynamic data' ),
455
477
  };
456
478
  },
457
479
  [ clientId, isSingleSelected, metadata?.bindings ]
@@ -551,11 +573,7 @@ export default function Image( {
551
573
  disabled={ lockAltControls }
552
574
  help={
553
575
  lockAltControls ? (
554
- <>
555
- { __(
556
- 'Connected to a custom field'
557
- ) }
558
- </>
576
+ <>{ lockAltControlsMessage }</>
559
577
  ) : (
560
578
  <>
561
579
  <ExternalLink href="https://www.w3.org/WAI/tutorials/images/decision-tree">
@@ -601,11 +619,7 @@ export default function Image( {
601
619
  disabled={ lockTitleControls }
602
620
  help={
603
621
  lockTitleControls ? (
604
- <>
605
- { __(
606
- 'Connected to a custom field'
607
- ) }
608
- </>
622
+ <>{ lockTitleControlsMessage }</>
609
623
  ) : (
610
624
  <>
611
625
  { __(
@@ -633,7 +647,7 @@ export default function Image( {
633
647
  { isSingleSelected && (
634
648
  <ToolsPanelItem
635
649
  label={ __( 'Alternative text' ) }
636
- isShownByDefault={ true }
650
+ isShownByDefault
637
651
  hasValue={ () => !! alt }
638
652
  onDeselect={ () =>
639
653
  setAttributes( { alt: undefined } )
@@ -646,11 +660,7 @@ export default function Image( {
646
660
  readOnly={ lockAltControls }
647
661
  help={
648
662
  lockAltControls ? (
649
- <>
650
- { __(
651
- 'Connected to a custom field'
652
- ) }
653
- </>
663
+ <>{ lockAltControlsMessage }</>
654
664
  ) : (
655
665
  <>
656
666
  <ExternalLink href="https://www.w3.org/WAI/tutorials/images/decision-tree">
@@ -688,7 +698,7 @@ export default function Image( {
688
698
  readOnly={ lockTitleControls }
689
699
  help={
690
700
  lockTitleControls ? (
691
- <>{ __( 'Connected to a custom field' ) }</>
701
+ <>{ lockTitleControlsMessage }</>
692
702
  ) : (
693
703
  <>
694
704
  { __(
@@ -907,6 +917,7 @@ export default function Image( {
907
917
  which causes duplicated image upload. */ }
908
918
  { ! temporaryURL && controls }
909
919
  { img }
920
+
910
921
  <Caption
911
922
  attributes={ attributes }
912
923
  setAttributes={ setAttributes }
@@ -914,6 +925,7 @@ export default function Image( {
914
925
  insertBlocksAfter={ insertBlocksAfter }
915
926
  label={ __( 'Image caption text' ) }
916
927
  showToolbarButton={ isSingleSelected && hasNonContentControls }
928
+ disableEditing={ lockCaption }
917
929
  />
918
930
  </>
919
931
  );
@@ -9,6 +9,8 @@
9
9
  * Renders the `core/image` block on the server,
10
10
  * adding a data-id attribute to the element if core/gallery has added on pre-render.
11
11
  *
12
+ * @since 5.9.0
13
+ *
12
14
  * @param array $attributes The block attributes.
13
15
  * @param string $content The block content.
14
16
  * @param WP_Block $block The block object.
@@ -85,6 +87,8 @@ function render_block_core_image( $attributes, $content, $block ) {
85
87
  *
86
88
  * This is used to determine whether the lightbox should be rendered or not.
87
89
  *
90
+ * @since 6.4.0
91
+ *
88
92
  * @param array $block Block data.
89
93
  *
90
94
  * @return array Filtered block data.
@@ -115,6 +119,8 @@ function block_core_image_get_lightbox_settings( $block ) {
115
119
  /**
116
120
  * Adds the directives and layout needed for the lightbox behavior.
117
121
  *
122
+ * @since 6.4.0
123
+ *
118
124
  * @param string $block_content Rendered block content.
119
125
  * @param array $block Block object.
120
126
  *
@@ -219,6 +225,9 @@ function block_core_image_render_lightbox( $block_content, $block ) {
219
225
  return $body_content;
220
226
  }
221
227
 
228
+ /**
229
+ * @since 6.5.0
230
+ */
222
231
  function block_core_image_print_lightbox_overlay() {
223
232
  $close_button_label = esc_attr__( 'Close' );
224
233
 
@@ -238,7 +247,7 @@ function block_core_image_print_lightbox_overlay() {
238
247
  }
239
248
 
240
249
  echo <<<HTML
241
- <div
250
+ <div
242
251
  class="wp-lightbox-overlay zoom"
243
252
  data-wp-interactive="core/image"
244
253
  data-wp-context='{}'
@@ -278,6 +287,8 @@ HTML;
278
287
 
279
288
  /**
280
289
  * Registers the `core/image` block on server.
290
+ *
291
+ * @since 5.9.0
281
292
  */
282
293
  function register_block_core_image() {
283
294
  register_block_type_from_metadata(
@@ -36,6 +36,8 @@ function wp_latest_comments_draft_or_post_title( $post = 0 ) {
36
36
  /**
37
37
  * Renders the `core/latest-comments` block on server.
38
38
  *
39
+ * @since 5.1.0
40
+ *
39
41
  * @param array $attributes The block attributes.
40
42
  *
41
43
  * @return string Returns the post content with latest comments added.
@@ -145,6 +147,8 @@ function render_block_core_latest_comments( $attributes = array() ) {
145
147
 
146
148
  /**
147
149
  * Registers the `core/latest-comments` block.
150
+ *
151
+ * @since 5.3.0
148
152
  */
149
153
  function register_block_core_latest_comments() {
150
154
  register_block_type_from_metadata(
@@ -201,7 +201,7 @@ class LatestPostsEdit extends Component {
201
201
  value={ featuredImageAlign }
202
202
  onChange={ this.onSetFeaturedImageAlign }
203
203
  controls={ [ 'left', 'center', 'right' ] }
204
- isBottomSheetControl={ true }
204
+ isBottomSheetControl
205
205
  />
206
206
  <ToggleControl
207
207
  label={ __( 'Add link to featured image' ) }
@@ -18,6 +18,8 @@ $block_core_latest_posts_excerpt_length = 0;
18
18
  * Callback for the excerpt_length filter used by
19
19
  * the Latest Posts block at render time.
20
20
  *
21
+ * @since 5.4.0
22
+ *
21
23
  * @return int Returns the global $block_core_latest_posts_excerpt_length variable
22
24
  * to allow the excerpt_length filter respect the Latest Block setting.
23
25
  */
@@ -29,6 +31,8 @@ function block_core_latest_posts_get_excerpt_length() {
29
31
  /**
30
32
  * Renders the `core/latest-posts` block on server.
31
33
  *
34
+ * @since 5.0.0
35
+ *
32
36
  * @param array $attributes The block attributes.
33
37
  *
34
38
  * @return string Returns the post content with latest posts added.
@@ -218,6 +222,8 @@ function render_block_core_latest_posts( $attributes ) {
218
222
 
219
223
  /**
220
224
  * Registers the `core/latest-posts` block on server.
225
+ *
226
+ * @since 5.0.0
221
227
  */
222
228
  function register_block_core_latest_posts() {
223
229
  register_block_type_from_metadata(
@@ -241,6 +247,8 @@ add_action( 'init', 'register_block_core_latest_posts' );
241
247
  * TODO: Remove when and if the bottom client-side deprecation for this block
242
248
  * is removed.
243
249
  *
250
+ * @since 5.5.0
251
+ *
244
252
  * @param array $block A single parsed block object.
245
253
  *
246
254
  * @return array The migrated block object.
@@ -12,7 +12,7 @@ import {
12
12
 
13
13
  const OrderedListSettings = ( { setAttributes, reversed, start, type } ) => (
14
14
  <InspectorControls>
15
- <PanelBody title={ __( 'Ordered list settings' ) }>
15
+ <PanelBody title={ __( 'Settings' ) }>
16
16
  <TextControl
17
17
  __nextHasNoMarginBottom
18
18
  label={ __( 'Start value' ) }
@@ -29,7 +29,6 @@ import {
29
29
  useOutdentListItem,
30
30
  useSplit,
31
31
  useMerge,
32
- useCopy,
33
32
  } from './hooks';
34
33
  import { convertToListItems } from './utils';
35
34
 
@@ -79,7 +78,7 @@ export default function ListItemEdit( {
79
78
  mergeBlocks,
80
79
  } ) {
81
80
  const { placeholder, content } = attributes;
82
- const blockProps = useBlockProps( { ref: useCopy( clientId ) } );
81
+ const blockProps = useBlockProps();
83
82
  const innerBlocksProps = useInnerBlocksProps( blockProps, {
84
83
  renderAppender: false,
85
84
  __unstableDisableDropZone: true,
@@ -181,7 +181,7 @@ export default function ListItemEdit( {
181
181
  onReplace={ onReplaceList }
182
182
  onEnter={ onEnter }
183
183
  style={ styleWithPlaceholderOpacity }
184
- deleteEnter={ true }
184
+ deleteEnter
185
185
  containerWidth={ contentWidth }
186
186
  />
187
187
  </View>
@@ -4,4 +4,3 @@ export { default as useEnter } from './use-enter';
4
4
  export { default as useSpace } from './use-space';
5
5
  export { default as useSplit } from './use-split';
6
6
  export { default as useMerge } from './use-merge';
7
- export { default as useCopy } from './use-copy';
@@ -61,5 +61,7 @@ export default function useIndentListItem( clientId ) {
61
61
  clonedBlocks[ clonedBlocks.length - 1 ].clientId
62
62
  );
63
63
  }
64
+
65
+ return true;
64
66
  }, [ clientId ] );
65
67
  }
@@ -93,5 +93,7 @@ export default function useOutdentListItem() {
93
93
  removeBlock( parentListId, shouldSelectParent );
94
94
  }
95
95
  } );
96
+
97
+ return true;
96
98
  }, [] );
97
99
  }