@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
@@ -7,7 +7,7 @@ import classnames from 'classnames';
7
7
  * WordPress dependencies
8
8
  */
9
9
  import { createBlock, parseWithAttributeSchema } from '@wordpress/blocks';
10
- import { RichText, useBlockProps } from '@wordpress/block-editor';
10
+ import { InnerBlocks, RichText, useBlockProps } from '@wordpress/block-editor';
11
11
 
12
12
  export const migrateToQuoteV2 = ( attributes ) => {
13
13
  const { value, ...restAttributes } = attributes;
@@ -34,6 +34,102 @@ export const migrateToQuoteV2 = ( attributes ) => {
34
34
  ];
35
35
  };
36
36
 
37
+ const TEXT_ALIGN_OPTIONS = [ 'left', 'right', 'center' ];
38
+
39
+ // Migrate existing text alignment settings to the renamed attribute.
40
+ const migrateTextAlign = ( attributes, innerBlocks ) => {
41
+ const { align, ...rest } = attributes;
42
+ // Check if there are valid alignments stored in the old attribute
43
+ // and assign them to the new attribute name.
44
+ const migratedAttributes = TEXT_ALIGN_OPTIONS.includes( align )
45
+ ? { ...rest, textAlign: align }
46
+ : attributes;
47
+
48
+ return [ migratedAttributes, innerBlocks ];
49
+ };
50
+
51
+ // Migrate the v2 blocks with style === `2`;
52
+ const migrateLargeStyle = ( attributes, innerBlocks ) => {
53
+ return [
54
+ {
55
+ ...attributes,
56
+ className: attributes.className
57
+ ? attributes.className + ' is-style-large'
58
+ : 'is-style-large',
59
+ },
60
+ innerBlocks,
61
+ ];
62
+ };
63
+
64
+ // Version before the 'align' attribute was replaced with 'textAlign'.
65
+ const v4 = {
66
+ attributes: {
67
+ value: {
68
+ type: 'string',
69
+ source: 'html',
70
+ selector: 'blockquote',
71
+ multiline: 'p',
72
+ default: '',
73
+ __experimentalRole: 'content',
74
+ },
75
+ citation: {
76
+ type: 'string',
77
+ source: 'html',
78
+ selector: 'cite',
79
+ default: '',
80
+ __experimentalRole: 'content',
81
+ },
82
+ align: {
83
+ type: 'string',
84
+ },
85
+ },
86
+ supports: {
87
+ anchor: true,
88
+ html: false,
89
+ __experimentalOnEnter: true,
90
+ __experimentalOnMerge: true,
91
+ typography: {
92
+ fontSize: true,
93
+ lineHeight: true,
94
+ __experimentalFontFamily: true,
95
+ __experimentalFontWeight: true,
96
+ __experimentalFontStyle: true,
97
+ __experimentalTextTransform: true,
98
+ __experimentalTextDecoration: true,
99
+ __experimentalLetterSpacing: true,
100
+ __experimentalDefaultControls: {
101
+ fontSize: true,
102
+ fontAppearance: true,
103
+ },
104
+ },
105
+ color: {
106
+ gradients: true,
107
+ heading: true,
108
+ link: true,
109
+ __experimentalDefaultControls: {
110
+ background: true,
111
+ text: true,
112
+ },
113
+ },
114
+ },
115
+ isEligible: ( { align } ) => TEXT_ALIGN_OPTIONS.includes( align ),
116
+ save( { attributes } ) {
117
+ const { align, citation } = attributes;
118
+ const className = classnames( {
119
+ [ `has-text-align-${ align }` ]: align,
120
+ } );
121
+ return (
122
+ <blockquote { ...useBlockProps.save( { className } ) }>
123
+ <InnerBlocks.Content />
124
+ { ! RichText.isEmpty( citation ) && (
125
+ <RichText.Content tagName="cite" value={ citation } />
126
+ ) }
127
+ </blockquote>
128
+ );
129
+ },
130
+ migrate: migrateTextAlign,
131
+ };
132
+
37
133
  const v3 = {
38
134
  attributes: {
39
135
  value: {
@@ -87,7 +183,9 @@ const v3 = {
87
183
  </blockquote>
88
184
  );
89
185
  },
90
- migrate: migrateToQuoteV2,
186
+ migrate( attributes ) {
187
+ return migrateTextAlign( ...migrateToQuoteV2( attributes ) );
188
+ },
91
189
  };
92
190
 
93
191
  const v2 = {
@@ -109,7 +207,9 @@ const v2 = {
109
207
  type: 'string',
110
208
  },
111
209
  },
112
- migrate: migrateToQuoteV2,
210
+ migrate( attributes ) {
211
+ return migrateTextAlign( ...migrateToQuoteV2( attributes ) );
212
+ },
113
213
  save( { attributes } ) {
114
214
  const { align, value, citation } = attributes;
115
215
 
@@ -151,15 +251,12 @@ const v1 = {
151
251
  migrate( attributes ) {
152
252
  if ( attributes.style === 2 ) {
153
253
  const { style, ...restAttributes } = attributes;
154
- return migrateToQuoteV2( {
155
- ...restAttributes,
156
- className: attributes.className
157
- ? attributes.className + ' is-style-large'
158
- : 'is-style-large',
159
- } );
254
+ return migrateTextAlign(
255
+ ...migrateLargeStyle( ...migrateToQuoteV2( restAttributes ) )
256
+ );
160
257
  }
161
258
 
162
- return migrateToQuoteV2( attributes );
259
+ return migrateTextAlign( ...migrateToQuoteV2( attributes ) );
163
260
  },
164
261
 
165
262
  save( { attributes } ) {
@@ -206,12 +303,10 @@ const v0 = {
206
303
  migrate( attributes ) {
207
304
  if ( ! isNaN( parseInt( attributes.style ) ) ) {
208
305
  const { style, ...restAttributes } = attributes;
209
- return migrateToQuoteV2( {
210
- ...restAttributes,
211
- } );
306
+ return migrateTextAlign( ...migrateToQuoteV2( restAttributes ) );
212
307
  }
213
308
 
214
- return migrateToQuoteV2( attributes );
309
+ return migrateTextAlign( ...migrateToQuoteV2( attributes ) );
215
310
  },
216
311
 
217
312
  save( { attributes } ) {
@@ -239,4 +334,4 @@ const v0 = {
239
334
  *
240
335
  * See block-deprecation.md
241
336
  */
242
- export default [ v3, v2, v1, v0 ];
337
+ export default [ v4, v3, v2, v1, v0 ];
package/src/quote/edit.js CHANGED
@@ -74,19 +74,25 @@ export default function QuoteEdit( {
74
74
  className,
75
75
  style,
76
76
  } ) {
77
- const { align, citation } = attributes;
77
+ const { textAlign, citation } = attributes;
78
78
 
79
79
  useMigrateOnLoad( attributes, clientId );
80
80
 
81
- const hasSelection = useSelect( ( select ) => {
82
- const { isBlockSelected, hasSelectedInnerBlock } =
83
- select( blockEditorStore );
84
- return hasSelectedInnerBlock( clientId ) || isBlockSelected( clientId );
85
- }, [] );
81
+ const hasSelection = useSelect(
82
+ ( select ) => {
83
+ const { isBlockSelected, hasSelectedInnerBlock } =
84
+ select( blockEditorStore );
85
+ return (
86
+ hasSelectedInnerBlock( clientId, true ) ||
87
+ isBlockSelected( clientId )
88
+ );
89
+ },
90
+ [ clientId ]
91
+ );
86
92
 
87
93
  const blockProps = useBlockProps( {
88
94
  className: classNames( className, {
89
- [ `has-text-align-${ align }` ]: align,
95
+ [ `has-text-align-${ textAlign }` ]: textAlign,
90
96
  } ),
91
97
  ...( ! isWebPlatform && { style } ),
92
98
  } );
@@ -100,9 +106,9 @@ export default function QuoteEdit( {
100
106
  <>
101
107
  <BlockControls group="block">
102
108
  <AlignmentControl
103
- value={ align }
109
+ value={ textAlign }
104
110
  onChange={ ( nextAlign ) => {
105
- setAttributes( { align: nextAlign } );
111
+ setAttributes( { textAlign: nextAlign } );
106
112
  } }
107
113
  />
108
114
  </BlockControls>
@@ -132,7 +138,7 @@ export default function QuoteEdit( {
132
138
  createBlock( getDefaultBlockName() )
133
139
  )
134
140
  }
135
- { ...( ! isWebPlatform ? { textAlign: align } : {} ) }
141
+ { ...( ! isWebPlatform ? { textAlign } : {} ) }
136
142
  />
137
143
  ) }
138
144
  </BlockQuotation>
package/src/quote/save.js CHANGED
@@ -9,10 +9,10 @@ import classNames from 'classnames';
9
9
  import { InnerBlocks, RichText, useBlockProps } from '@wordpress/block-editor';
10
10
 
11
11
  export default function save( { attributes } ) {
12
- const { align, citation } = attributes;
12
+ const { textAlign, citation } = attributes;
13
13
 
14
14
  const className = classNames( {
15
- [ `has-text-align-${ align }` ]: align,
15
+ [ `has-text-align-${ textAlign }` ]: textAlign,
16
16
  } );
17
17
 
18
18
  return (
@@ -3,7 +3,7 @@
3
3
  exports[`Quote block transforms to Columns block 1`] = `
4
4
  "<!-- wp:columns -->
5
5
  <div class="wp-block-columns"><!-- wp:column {"width":"100%"} -->
6
- <div class="wp-block-column" style="flex-basis:100%"><!-- wp:quote {"align":"left","className":"is-style-large"} -->
6
+ <div class="wp-block-column" style="flex-basis:100%"><!-- wp:quote {"textAlign":"left","className":"is-style-large"} -->
7
7
  <blockquote class="wp-block-quote has-text-align-left is-style-large"><!-- wp:paragraph -->
8
8
  <p>"This will make running your own blog a viable alternative again."</p>
9
9
  <!-- /wp:paragraph --><cite>— <a href="https://twitter.com/azumbrunnen_/status/1019347243084800005">Adrian Zumbrunnen</a></cite></blockquote>
@@ -14,7 +14,7 @@ exports[`Quote block transforms to Columns block 1`] = `
14
14
 
15
15
  exports[`Quote block transforms to Group block 1`] = `
16
16
  "<!-- wp:group {"layout":{"type":"constrained"}} -->
17
- <div class="wp-block-group"><!-- wp:quote {"align":"left","className":"is-style-large"} -->
17
+ <div class="wp-block-group"><!-- wp:quote {"textAlign":"left","className":"is-style-large"} -->
18
18
  <blockquote class="wp-block-quote has-text-align-left is-style-large"><!-- wp:paragraph -->
19
19
  <p>"This will make running your own blog a viable alternative again."</p>
20
20
  <!-- /wp:paragraph --><cite>— <a href="https://twitter.com/azumbrunnen_/status/1019347243084800005">Adrian Zumbrunnen</a></cite></blockquote>
@@ -33,6 +33,7 @@ export default function ReadMore( {
33
33
  </PanelBody>
34
34
  </InspectorControls>
35
35
  <RichText
36
+ identifier="content"
36
37
  tagName="a"
37
38
  aria-label={ __( '“Read more” link text' ) }
38
39
  placeholder={ __( 'Read more' ) }
@@ -43,7 +44,7 @@ export default function ReadMore( {
43
44
  __unstableOnSplitAtEnd={ () =>
44
45
  insertBlocksAfter( createBlock( getDefaultBlockName() ) )
45
46
  }
46
- withoutInteractiveFormatting={ true }
47
+ withoutInteractiveFormatting
47
48
  { ...blockProps }
48
49
  />
49
50
  </>
@@ -8,6 +8,8 @@
8
8
  /**
9
9
  * Renders the `core/read-more` block on the server.
10
10
  *
11
+ * @since 6.0.0
12
+ *
11
13
  * @param array $attributes Block attributes.
12
14
  * @param string $content Block default content.
13
15
  * @param WP_Block $block Block instance.
@@ -47,6 +49,8 @@ function render_block_core_read_more( $attributes, $content, $block ) {
47
49
 
48
50
  /**
49
51
  * Registers the `core/read-more` block on the server.
52
+ *
53
+ * @since 6.0.0
50
54
  */
51
55
  function register_block_core_read_more() {
52
56
  register_block_type_from_metadata(
package/src/rss/index.php CHANGED
@@ -8,6 +8,8 @@
8
8
  /**
9
9
  * Renders the `core/rss` block on server.
10
10
  *
11
+ * @since 5.2.0
12
+ *
11
13
  * @param array $attributes The block attributes.
12
14
  *
13
15
  * @return string Returns the block content with received rss items.
@@ -107,6 +109,8 @@ function render_block_core_rss( $attributes ) {
107
109
 
108
110
  /**
109
111
  * Registers the `core/rss` block on server.
112
+ *
113
+ * @since 5.2.0
110
114
  */
111
115
  function register_block_core_rss() {
112
116
  register_block_type_from_metadata(
@@ -347,6 +347,7 @@ export default function SearchEdit( {
347
347
 
348
348
  { ! buttonUseIcon && (
349
349
  <RichText
350
+ identifier="buttonText"
350
351
  className={ buttonClasses }
351
352
  style={ buttonStyles }
352
353
  aria-label={ __( 'Button text' ) }
@@ -400,7 +401,7 @@ export default function SearchEdit( {
400
401
  </BlockControls>
401
402
 
402
403
  <InspectorControls>
403
- <PanelBody title={ __( 'Display Settings' ) }>
404
+ <PanelBody title={ __( 'Settings' ) }>
404
405
  <BaseControl
405
406
  label={ __( 'Width' ) }
406
407
  id={ unitControlInputId }
@@ -546,6 +547,7 @@ export default function SearchEdit( {
546
547
 
547
548
  { showLabel && (
548
549
  <RichText
550
+ identifier="label"
549
551
  className={ labelClassnames }
550
552
  aria-label={ __( 'Label text' ) }
551
553
  placeholder={ __( 'Add label…' ) }
@@ -192,7 +192,7 @@ export default function SearchEdit( {
192
192
  } );
193
193
  } }
194
194
  options={ BUTTON_OPTIONS }
195
- hideCancelButton={ true }
195
+ hideCancelButton
196
196
  />
197
197
  { buttonPosition !== 'no-button' && (
198
198
  <ToggleControl
@@ -294,7 +294,7 @@ export default function SearchEdit( {
294
294
  return (
295
295
  <View
296
296
  style={ styles.searchInputContainer }
297
- accessible={ true }
297
+ accessible
298
298
  accessibilityRole="none"
299
299
  accessibilityHint={
300
300
  isScreenReaderEnabled
@@ -383,7 +383,7 @@ export default function SearchEdit( {
383
383
 
384
384
  { ! buttonUseIcon && (
385
385
  <View
386
- accessible={ true }
386
+ accessible
387
387
  accessibilityRole="none"
388
388
  accessibilityHint={
389
389
  isScreenReaderEnabled
@@ -395,7 +395,7 @@ export default function SearchEdit( {
395
395
  >
396
396
  <RichText
397
397
  className="wp-block-search__button"
398
- identifier="text"
398
+ identifier="buttonText"
399
399
  tagName="p"
400
400
  style={ richTextButtonStyle }
401
401
  placeholder={ buttonPlaceholderText }
@@ -438,7 +438,7 @@ export default function SearchEdit( {
438
438
 
439
439
  { showLabel && (
440
440
  <View
441
- accessible={ true }
441
+ accessible
442
442
  accessibilityRole="none"
443
443
  accessibilityHint={
444
444
  isScreenReaderEnabled
@@ -449,7 +449,7 @@ export default function SearchEdit( {
449
449
  >
450
450
  <RichText
451
451
  className="wp-block-search__label"
452
- identifier="text"
452
+ identifier="label"
453
453
  tagName="p"
454
454
  style={ styles.richTextLabel }
455
455
  placeholder={ __( 'Add label…' ) }
@@ -179,7 +179,7 @@ function render_block_core_search( $attributes ) {
179
179
  if ( $is_expandable_searchfield ) {
180
180
  $aria_label_expanded = __( 'Submit Search' );
181
181
  $aria_label_collapsed = __( 'Expand search field' );
182
- $form_context = data_wp_context(
182
+ $form_context = wp_interactivity_data_wp_context(
183
183
  array(
184
184
  'isSearchInputVisible' => $open_by_default,
185
185
  'inputId' => $input_id,
@@ -207,6 +207,8 @@ function render_block_core_search( $attributes ) {
207
207
 
208
208
  /**
209
209
  * Registers the `core/search` block on the server.
210
+ *
211
+ * @since 5.2.0
210
212
  */
211
213
  function register_block_core_search() {
212
214
  register_block_type_from_metadata(
@@ -221,6 +223,8 @@ add_action( 'init', 'register_block_core_search' );
221
223
  /**
222
224
  * Builds the correct top level classnames for the 'core/search' block.
223
225
  *
226
+ * @since 5.6.0
227
+ *
224
228
  * @param array $attributes The block attributes.
225
229
  *
226
230
  * @return string The classnames used in the block.
@@ -265,6 +269,8 @@ function classnames_for_block_core_search( $attributes ) {
265
269
  * or not, the generated rule is injected into the appropriate collection of
266
270
  * styles for later application in the block's markup.
267
271
  *
272
+ * @since 6.1.0
273
+ *
268
274
  * @param array $attributes The block attributes.
269
275
  * @param string $property Border property to generate rule for e.g. width or color.
270
276
  * @param string $side Optional side border. The dictates the value retrieved and final CSS property.
@@ -310,6 +316,8 @@ function apply_block_core_search_border_style( $attributes, $property, $side, &$
310
316
  * injects rules into the provided wrapper, button and input style arrays for
311
317
  * uniform "flat" borders or those with individual sides configured.
312
318
  *
319
+ * @since 6.1.0
320
+ *
313
321
  * @param array $attributes The block attributes.
314
322
  * @param string $property Border property to generate rule for e.g. width or color.
315
323
  * @param array $wrapper_styles Current collection of wrapper styles.
@@ -331,6 +339,8 @@ function apply_block_core_search_border_styles( $attributes, $property, &$wrappe
331
339
  * inner input or button and a second for the inner wrapper should the block
332
340
  * be positioning the button "inside".
333
341
  *
342
+ * @since 5.8.0
343
+ *
334
344
  * @param array $attributes The block attributes.
335
345
  *
336
346
  * @return array Style HTML attribute.
@@ -457,7 +467,9 @@ function styles_for_block_core_search( $attributes ) {
457
467
  }
458
468
 
459
469
  /**
460
- * Returns typography classnames depending on whether there are named font sizes/families .
470
+ * Returns typography classnames depending on whether there are named font sizes/families.
471
+ *
472
+ * @since 6.1.0
461
473
  *
462
474
  * @param array $attributes The block attributes.
463
475
  *
@@ -483,6 +495,8 @@ function get_typography_classes_for_block_core_search( $attributes ) {
483
495
  * Returns typography styles to be included in an HTML style tag.
484
496
  * This excludes text-decoration, which is applied only to the label and button elements of the search block.
485
497
  *
498
+ * @since 6.1.0
499
+ *
486
500
  * @param array $attributes The block attributes.
487
501
  *
488
502
  * @return string A string of typography CSS declarations.
@@ -533,6 +547,8 @@ function get_typography_styles_for_block_core_search( $attributes ) {
533
547
  /**
534
548
  * Returns border color classnames depending on whether there are named or custom border colors.
535
549
  *
550
+ * @since 5.9.0
551
+ *
536
552
  * @param array $attributes The block attributes.
537
553
  *
538
554
  * @return string The border color classnames to be applied to the block elements.
@@ -556,6 +572,8 @@ function get_border_color_classes_for_block_core_search( $attributes ) {
556
572
  /**
557
573
  * Returns color classnames depending on whether there are named or custom text and background colors.
558
574
  *
575
+ * @since 5.9.0
576
+ *
559
577
  * @param array $attributes The block attributes.
560
578
  *
561
579
  * @return string The color classnames to be applied to the block elements.
@@ -12,6 +12,8 @@ $button-spacing-y: math.div($grid-unit-15, 2); // 6px
12
12
  svg {
13
13
  min-width: $grid-unit-30;
14
14
  min-height: $grid-unit-30;
15
+ width: 1.25em;
16
+ height: 1.25em;
15
17
  fill: currentColor;
16
18
  vertical-align: text-bottom;
17
19
  }
@@ -8,6 +8,8 @@
8
8
  /**
9
9
  * Performs wpautop() on the shortcode block content.
10
10
  *
11
+ * @since 5.0.0
12
+ *
11
13
  * @param array $attributes The block attributes.
12
14
  * @param string $content The block content.
13
15
  *
@@ -19,6 +21,8 @@ function render_block_core_shortcode( $attributes, $content ) {
19
21
 
20
22
  /**
21
23
  * Registers the `core/shortcode` block on server.
24
+ *
25
+ * @since 5.0.0
22
26
  */
23
27
  function register_block_core_shortcode() {
24
28
  register_block_type_from_metadata(
@@ -268,6 +268,14 @@ const SiteLogo = ( {
268
268
  </ResizableBox>
269
269
  );
270
270
 
271
+ // Support the previous location for the Site Icon settings. To be removed
272
+ // when the required WP core version for Gutenberg is >= 6.5.0.
273
+ const shouldUseNewUrl = ! window?.__experimentalUseCustomizerSiteLogoUrl;
274
+
275
+ const siteIconSettingsUrl = shouldUseNewUrl
276
+ ? siteUrl + '/wp-admin/options-general.php'
277
+ : siteUrl + '/wp-admin/customize.php?autofocus[section]=title_tagline';
278
+
271
279
  const syncSiteIconHelpText = createInterpolateElement(
272
280
  __(
273
281
  'Site Icons are what you see in browser tabs, bookmark bars, and within the WordPress mobile apps. To use a custom icon that is different from your site logo, use the <a>Site Icon settings</a>.'
@@ -276,10 +284,7 @@ const SiteLogo = ( {
276
284
  a: (
277
285
  // eslint-disable-next-line jsx-a11y/anchor-has-content
278
286
  <a
279
- href={
280
- siteUrl +
281
- '/wp-admin/customize.php?autofocus[section]=title_tagline'
282
- }
287
+ href={ siteIconSettingsUrl }
283
288
  target="_blank"
284
289
  rel="noopener noreferrer"
285
290
  />
@@ -331,7 +336,7 @@ const SiteLogo = ( {
331
336
  <>
332
337
  <ToggleControl
333
338
  __nextHasNoMarginBottom
334
- label={ __( 'Use as site icon' ) }
339
+ label={ __( 'Use as Site Icon' ) }
335
340
  onChange={ ( value ) => {
336
341
  setAttributes( { shouldSyncIcon: value } );
337
342
  setIcon( value ? logoId : undefined );
@@ -569,7 +574,7 @@ export default function LogoEdit( {
569
574
  <Placeholder
570
575
  className={ placeholderClassName }
571
576
  preview={ logoImage }
572
- withIllustration={ true }
577
+ withIllustration
573
578
  style={ {
574
579
  width,
575
580
  } }
@@ -8,6 +8,8 @@
8
8
  /**
9
9
  * Renders the `core/site-logo` block on the server.
10
10
  *
11
+ * @since 5.8.0
12
+ *
11
13
  * @param array $attributes The block attributes.
12
14
  *
13
15
  * @return string The render.
@@ -60,6 +62,8 @@ function render_block_core_site_logo( $attributes ) {
60
62
 
61
63
  /**
62
64
  * Register a core site setting for a site logo
65
+ *
66
+ * @since 5.8.0
63
67
  */
64
68
  function register_block_core_site_logo_setting() {
65
69
  register_setting(
@@ -79,6 +83,8 @@ add_action( 'rest_api_init', 'register_block_core_site_logo_setting', 10 );
79
83
 
80
84
  /**
81
85
  * Register a core site setting for a site icon
86
+ *
87
+ * @since 5.9.0
82
88
  */
83
89
  function register_block_core_site_icon_setting() {
84
90
  register_setting(
@@ -96,6 +102,8 @@ add_action( 'rest_api_init', 'register_block_core_site_icon_setting', 10 );
96
102
 
97
103
  /**
98
104
  * Registers the `core/site-logo` block on the server.
105
+ *
106
+ * @since 5.8.0
99
107
  */
100
108
  function register_block_core_site_logo() {
101
109
  register_block_type_from_metadata(
@@ -111,6 +119,8 @@ add_action( 'init', 'register_block_core_site_logo' );
111
119
  /**
112
120
  * Overrides the custom logo with a site logo, if the option is set.
113
121
  *
122
+ * @since 5.8.0
123
+ *
114
124
  * @param string $custom_logo The custom logo set by a theme.
115
125
  *
116
126
  * @return string The site logo if set.
@@ -125,6 +135,8 @@ add_filter( 'theme_mod_custom_logo', '_override_custom_logo_theme_mod' );
125
135
  /**
126
136
  * Updates the site_logo option when the custom_logo theme-mod gets updated.
127
137
  *
138
+ * @since 5.8.0
139
+ *
128
140
  * @param mixed $value Attachment ID of the custom logo or an empty value.
129
141
  * @return mixed
130
142
  */
@@ -143,6 +155,8 @@ add_filter( 'pre_set_theme_mod_custom_logo', '_sync_custom_logo_to_site_logo' );
143
155
  /**
144
156
  * Deletes the site_logo when the custom_logo theme mod is removed.
145
157
  *
158
+ * @since 5.8.0
159
+ *
146
160
  * @param array $old_value Previous theme mod settings.
147
161
  * @param array $value Updated theme mod settings.
148
162
  */
@@ -161,6 +175,8 @@ function _delete_site_logo_on_remove_custom_logo( $old_value, $value ) {
161
175
 
162
176
  /**
163
177
  * Deletes the site logo when all theme mods are being removed.
178
+ *
179
+ * @since 5.8.0
164
180
  */
165
181
  function _delete_site_logo_on_remove_theme_mods() {
166
182
  global $_ignore_site_logo_changes;
@@ -179,6 +195,8 @@ function _delete_site_logo_on_remove_theme_mods() {
179
195
  * Hooks `_delete_site_logo_on_remove_theme_mods` in `delete_option_theme_mods_$theme`.
180
196
  *
181
197
  * Runs on `setup_theme` to account for dynamically-switched themes in the Customizer.
198
+ *
199
+ * @since 5.8.0
182
200
  */
183
201
  function _delete_site_logo_on_remove_custom_logo_on_setup_theme() {
184
202
  $theme = get_option( 'stylesheet' );
@@ -189,6 +207,8 @@ add_action( 'setup_theme', '_delete_site_logo_on_remove_custom_logo_on_setup_the
189
207
 
190
208
  /**
191
209
  * Removes the custom_logo theme-mod when the site_logo option gets deleted.
210
+ *
211
+ * @since 5.9.0
192
212
  */
193
213
  function _delete_custom_logo_on_remove_site_logo() {
194
214
  global $_ignore_site_logo_changes;
@@ -8,6 +8,8 @@
8
8
  /**
9
9
  * Renders the `core/site-tagline` block on the server.
10
10
  *
11
+ * @since 5.8.0
12
+ *
11
13
  * @param array $attributes The block attributes.
12
14
  *
13
15
  * @return string The render.
@@ -29,6 +31,8 @@ function render_block_core_site_tagline( $attributes ) {
29
31
 
30
32
  /**
31
33
  * Registers the `core/site-tagline` block on the server.
34
+ *
35
+ * @since 5.8.0
32
36
  */
33
37
  function register_block_core_site_tagline() {
34
38
  register_block_type_from_metadata(
@@ -8,6 +8,8 @@
8
8
  /**
9
9
  * Renders the `core/site-title` block on the server.
10
10
  *
11
+ * @since 5.8.0
12
+ *
11
13
  * @param array $attributes The block attributes.
12
14
  *
13
15
  * @return string The render.
@@ -53,6 +55,8 @@ function render_block_core_site_title( $attributes ) {
53
55
 
54
56
  /**
55
57
  * Registers the `core/site-title` block on the server.
58
+ *
59
+ * @since 5.8.0
56
60
  */
57
61
  function register_block_core_site_title() {
58
62
  register_block_type_from_metadata(