@wordpress/block-editor 11.3.6 → 11.5.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 (357) hide show
  1. package/CHANGELOG.md +3 -1
  2. package/build/components/block-lock/modal.js +1 -0
  3. package/build/components/block-lock/modal.js.map +1 -1
  4. package/build/components/block-popover/inbetween.js +10 -33
  5. package/build/components/block-popover/inbetween.js.map +1 -1
  6. package/build/components/block-settings-menu/block-settings-dropdown.js +2 -2
  7. package/build/components/block-settings-menu/block-settings-dropdown.js.map +1 -1
  8. package/build/components/block-styles/index.js +2 -1
  9. package/build/components/block-styles/index.js.map +1 -1
  10. package/build/components/block-types-list/index.native.js +2 -0
  11. package/build/components/block-types-list/index.native.js.map +1 -1
  12. package/build/components/child-layout-control/index.js +107 -0
  13. package/build/components/child-layout-control/index.js.map +1 -0
  14. package/build/components/colors-gradients/control.js +6 -3
  15. package/build/components/colors-gradients/control.js.map +1 -1
  16. package/build/components/date-format-picker/index.js +3 -3
  17. package/build/components/date-format-picker/index.js.map +1 -1
  18. package/build/components/font-appearance-control/index.js +0 -3
  19. package/build/components/font-appearance-control/index.js.map +1 -1
  20. package/build/components/global-styles/dimensions-panel.js +594 -0
  21. package/build/components/global-styles/dimensions-panel.js.map +1 -0
  22. package/build/components/global-styles/hooks.js +142 -45
  23. package/build/components/global-styles/hooks.js.map +1 -1
  24. package/build/components/global-styles/index.js +38 -0
  25. package/build/components/global-styles/index.js.map +1 -1
  26. package/build/components/global-styles/typography-panel.js +434 -0
  27. package/build/components/global-styles/typography-panel.js.map +1 -0
  28. package/build/components/global-styles/use-global-styles-output.js +7 -3
  29. package/build/components/global-styles/use-global-styles-output.js.map +1 -1
  30. package/build/components/global-styles/utils.js +2 -0
  31. package/build/components/global-styles/utils.js.map +1 -1
  32. package/build/components/iframe/index.js +17 -11
  33. package/build/components/iframe/index.js.map +1 -1
  34. package/build/components/image-editor/aspect-ratio-dropdown.js +2 -1
  35. package/build/components/image-editor/aspect-ratio-dropdown.js.map +1 -1
  36. package/build/components/image-size-control/index.js +6 -11
  37. package/build/components/image-size-control/index.js.map +1 -1
  38. package/build/components/index.native.js +23 -0
  39. package/build/components/index.native.js.map +1 -1
  40. package/build/components/inserter/block-patterns-tab.js +9 -15
  41. package/build/components/inserter/block-patterns-tab.js.map +1 -1
  42. package/build/components/inserter/block-types-tab.native.js +4 -1
  43. package/build/components/inserter/block-types-tab.native.js.map +1 -1
  44. package/build/components/inserter/reusable-blocks-tab.native.js +4 -1
  45. package/build/components/inserter/reusable-blocks-tab.native.js.map +1 -1
  46. package/build/components/inserter/search-results.native.js +4 -1
  47. package/build/components/inserter/search-results.native.js.map +1 -1
  48. package/build/components/inspector-controls/block-support-tools-panel.js +1 -1
  49. package/build/components/inspector-controls/block-support-tools-panel.js.map +1 -1
  50. package/build/components/inspector-controls/fill.js +38 -9
  51. package/build/components/inspector-controls/fill.js.map +1 -1
  52. package/build/components/link-control/index.js +55 -28
  53. package/build/components/link-control/index.js.map +1 -1
  54. package/build/components/link-control/settings-drawer.js +72 -30
  55. package/build/components/link-control/settings-drawer.js.map +1 -1
  56. package/build/components/link-control/settings.js +53 -0
  57. package/build/components/link-control/settings.js.map +1 -0
  58. package/build/components/list-view/block.js +4 -2
  59. package/build/components/list-view/block.js.map +1 -1
  60. package/build/components/list-view/expander.js +2 -1
  61. package/build/components/list-view/expander.js.map +1 -1
  62. package/build/components/list-view/index.js +6 -1
  63. package/build/components/list-view/index.js.map +1 -1
  64. package/build/components/off-canvas-editor/appender.js +5 -10
  65. package/build/components/off-canvas-editor/appender.js.map +1 -1
  66. package/build/components/off-canvas-editor/block-contents.js +3 -2
  67. package/build/components/off-canvas-editor/block-contents.js.map +1 -1
  68. package/build/components/off-canvas-editor/branch.js +1 -0
  69. package/build/components/off-canvas-editor/branch.js.map +1 -1
  70. package/build/components/off-canvas-editor/index.js +7 -3
  71. package/build/components/off-canvas-editor/index.js.map +1 -1
  72. package/build/components/off-canvas-editor/leaf-more-menu.js +24 -4
  73. package/build/components/off-canvas-editor/leaf-more-menu.js.map +1 -1
  74. package/build/components/off-canvas-editor/link-ui.js +2 -0
  75. package/build/components/off-canvas-editor/link-ui.js.map +1 -1
  76. package/build/components/responsive-block-control/index.js +1 -0
  77. package/build/components/responsive-block-control/index.js.map +1 -1
  78. package/build/components/rich-text/index.js +9 -45
  79. package/build/components/rich-text/index.js.map +1 -1
  80. package/build/components/rich-text/use-delete.js +73 -0
  81. package/build/components/rich-text/use-delete.js.map +1 -0
  82. package/build/components/rich-text/use-input-rules.js +14 -6
  83. package/build/components/rich-text/use-input-rules.js.map +1 -1
  84. package/build/components/url-input/index.js +2 -2
  85. package/build/components/url-input/index.js.map +1 -1
  86. package/build/components/writing-flow/use-selection-observer.js +4 -1
  87. package/build/components/writing-flow/use-selection-observer.js.map +1 -1
  88. package/build/hooks/align.js +3 -1
  89. package/build/hooks/align.js.map +1 -1
  90. package/build/hooks/dimensions.js +78 -190
  91. package/build/hooks/dimensions.js.map +1 -1
  92. package/build/hooks/duotone.js +94 -25
  93. package/build/hooks/duotone.js.map +1 -1
  94. package/build/hooks/font-family.js +2 -76
  95. package/build/hooks/font-family.js.map +1 -1
  96. package/build/hooks/font-size.js +3 -51
  97. package/build/hooks/font-size.js.map +1 -1
  98. package/build/hooks/gap.js +0 -201
  99. package/build/hooks/gap.js.map +1 -1
  100. package/build/hooks/index.js +2 -0
  101. package/build/hooks/index.js.map +1 -1
  102. package/build/hooks/layout.js +14 -5
  103. package/build/hooks/layout.js.map +1 -1
  104. package/build/hooks/line-height.js +0 -42
  105. package/build/hooks/line-height.js.map +1 -1
  106. package/build/hooks/margin.js +7 -163
  107. package/build/hooks/margin.js.map +1 -1
  108. package/build/hooks/padding.js +7 -163
  109. package/build/hooks/padding.js.map +1 -1
  110. package/build/hooks/typography.js +98 -128
  111. package/build/hooks/typography.js.map +1 -1
  112. package/build/hooks/utils.js +75 -0
  113. package/build/hooks/utils.js.map +1 -1
  114. package/build/layouts/flex.js +1 -0
  115. package/build/layouts/flex.js.map +1 -1
  116. package/build/store/actions.js +24 -12
  117. package/build/store/actions.js.map +1 -1
  118. package/build/store/reducer.js +53 -47
  119. package/build/store/reducer.js.map +1 -1
  120. package/build/store/selectors.js +22 -1
  121. package/build/store/selectors.js.map +1 -1
  122. package/build/utils/parse-css-unit-to-px.js +36 -3
  123. package/build/utils/parse-css-unit-to-px.js.map +1 -1
  124. package/build-module/components/block-lock/modal.js +1 -0
  125. package/build-module/components/block-lock/modal.js.map +1 -1
  126. package/build-module/components/block-popover/inbetween.js +10 -33
  127. package/build-module/components/block-popover/inbetween.js.map +1 -1
  128. package/build-module/components/block-settings-menu/block-settings-dropdown.js +2 -2
  129. package/build-module/components/block-settings-menu/block-settings-dropdown.js.map +1 -1
  130. package/build-module/components/block-styles/index.js +2 -1
  131. package/build-module/components/block-styles/index.js.map +1 -1
  132. package/build-module/components/block-types-list/index.native.js +2 -0
  133. package/build-module/components/block-types-list/index.native.js.map +1 -1
  134. package/build-module/components/child-layout-control/index.js +98 -0
  135. package/build-module/components/child-layout-control/index.js.map +1 -0
  136. package/build-module/components/colors-gradients/control.js +6 -3
  137. package/build-module/components/colors-gradients/control.js.map +1 -1
  138. package/build-module/components/date-format-picker/index.js +4 -4
  139. package/build-module/components/date-format-picker/index.js.map +1 -1
  140. package/build-module/components/font-appearance-control/index.js +2 -1
  141. package/build-module/components/font-appearance-control/index.js.map +1 -1
  142. package/build-module/components/global-styles/dimensions-panel.js +574 -0
  143. package/build-module/components/global-styles/dimensions-panel.js.map +1 -0
  144. package/build-module/components/global-styles/hooks.js +138 -46
  145. package/build-module/components/global-styles/hooks.js.map +1 -1
  146. package/build-module/components/global-styles/index.js +3 -1
  147. package/build-module/components/global-styles/index.js.map +1 -1
  148. package/build-module/components/global-styles/typography-panel.js +415 -0
  149. package/build-module/components/global-styles/typography-panel.js.map +1 -0
  150. package/build-module/components/global-styles/use-global-styles-output.js +7 -3
  151. package/build-module/components/global-styles/use-global-styles-output.js.map +1 -1
  152. package/build-module/components/global-styles/utils.js +2 -0
  153. package/build-module/components/global-styles/utils.js.map +1 -1
  154. package/build-module/components/iframe/index.js +17 -11
  155. package/build-module/components/iframe/index.js.map +1 -1
  156. package/build-module/components/image-editor/aspect-ratio-dropdown.js +2 -1
  157. package/build-module/components/image-editor/aspect-ratio-dropdown.js.map +1 -1
  158. package/build-module/components/image-size-control/index.js +7 -12
  159. package/build-module/components/image-size-control/index.js.map +1 -1
  160. package/build-module/components/index.native.js +2 -1
  161. package/build-module/components/index.native.js.map +1 -1
  162. package/build-module/components/inserter/block-patterns-tab.js +9 -15
  163. package/build-module/components/inserter/block-patterns-tab.js.map +1 -1
  164. package/build-module/components/inserter/block-types-tab.native.js +3 -1
  165. package/build-module/components/inserter/block-types-tab.native.js.map +1 -1
  166. package/build-module/components/inserter/reusable-blocks-tab.native.js +3 -1
  167. package/build-module/components/inserter/reusable-blocks-tab.native.js.map +1 -1
  168. package/build-module/components/inserter/search-results.native.js +3 -1
  169. package/build-module/components/inserter/search-results.native.js.map +1 -1
  170. package/build-module/components/inspector-controls/block-support-tools-panel.js +1 -1
  171. package/build-module/components/inspector-controls/block-support-tools-panel.js.map +1 -1
  172. package/build-module/components/inspector-controls/fill.js +39 -9
  173. package/build-module/components/inspector-controls/fill.js.map +1 -1
  174. package/build-module/components/link-control/index.js +56 -28
  175. package/build-module/components/link-control/index.js.map +1 -1
  176. package/build-module/components/link-control/settings-drawer.js +68 -30
  177. package/build-module/components/link-control/settings-drawer.js.map +1 -1
  178. package/build-module/components/link-control/settings.js +44 -0
  179. package/build-module/components/link-control/settings.js.map +1 -0
  180. package/build-module/components/list-view/block.js +4 -2
  181. package/build-module/components/list-view/block.js.map +1 -1
  182. package/build-module/components/list-view/expander.js +2 -1
  183. package/build-module/components/list-view/expander.js.map +1 -1
  184. package/build-module/components/list-view/index.js +6 -1
  185. package/build-module/components/list-view/index.js.map +1 -1
  186. package/build-module/components/off-canvas-editor/appender.js +5 -10
  187. package/build-module/components/off-canvas-editor/appender.js.map +1 -1
  188. package/build-module/components/off-canvas-editor/block-contents.js +3 -2
  189. package/build-module/components/off-canvas-editor/block-contents.js.map +1 -1
  190. package/build-module/components/off-canvas-editor/branch.js +1 -0
  191. package/build-module/components/off-canvas-editor/branch.js.map +1 -1
  192. package/build-module/components/off-canvas-editor/index.js +7 -3
  193. package/build-module/components/off-canvas-editor/index.js.map +1 -1
  194. package/build-module/components/off-canvas-editor/leaf-more-menu.js +27 -7
  195. package/build-module/components/off-canvas-editor/leaf-more-menu.js.map +1 -1
  196. package/build-module/components/off-canvas-editor/link-ui.js +2 -0
  197. package/build-module/components/off-canvas-editor/link-ui.js.map +1 -1
  198. package/build-module/components/responsive-block-control/index.js +1 -0
  199. package/build-module/components/responsive-block-control/index.js.map +1 -1
  200. package/build-module/components/rich-text/index.js +9 -45
  201. package/build-module/components/rich-text/index.js.map +1 -1
  202. package/build-module/components/rich-text/use-delete.js +62 -0
  203. package/build-module/components/rich-text/use-delete.js.map +1 -0
  204. package/build-module/components/rich-text/use-input-rules.js +14 -6
  205. package/build-module/components/rich-text/use-input-rules.js.map +1 -1
  206. package/build-module/components/url-input/index.js +2 -2
  207. package/build-module/components/url-input/index.js.map +1 -1
  208. package/build-module/components/writing-flow/use-selection-observer.js +4 -1
  209. package/build-module/components/writing-flow/use-selection-observer.js.map +1 -1
  210. package/build-module/hooks/align.js +3 -1
  211. package/build-module/hooks/align.js.map +1 -1
  212. package/build-module/hooks/dimensions.js +81 -187
  213. package/build-module/hooks/dimensions.js.map +1 -1
  214. package/build-module/hooks/duotone.js +86 -24
  215. package/build-module/hooks/duotone.js.map +1 -1
  216. package/build-module/hooks/font-family.js +3 -69
  217. package/build-module/hooks/font-family.js.map +1 -1
  218. package/build-module/hooks/font-size.js +6 -47
  219. package/build-module/hooks/font-size.js.map +1 -1
  220. package/build-module/hooks/gap.js +0 -182
  221. package/build-module/hooks/gap.js.map +1 -1
  222. package/build-module/hooks/index.js +1 -0
  223. package/build-module/hooks/index.js.map +1 -1
  224. package/build-module/hooks/layout.js +14 -5
  225. package/build-module/hooks/layout.js.map +1 -1
  226. package/build-module/hooks/line-height.js +0 -38
  227. package/build-module/hooks/line-height.js.map +1 -1
  228. package/build-module/hooks/margin.js +4 -143
  229. package/build-module/hooks/margin.js.map +1 -1
  230. package/build-module/hooks/padding.js +4 -143
  231. package/build-module/hooks/padding.js.map +1 -1
  232. package/build-module/hooks/typography.js +97 -123
  233. package/build-module/hooks/typography.js.map +1 -1
  234. package/build-module/hooks/utils.js +70 -0
  235. package/build-module/hooks/utils.js.map +1 -1
  236. package/build-module/layouts/flex.js +1 -0
  237. package/build-module/layouts/flex.js.map +1 -1
  238. package/build-module/store/actions.js +24 -12
  239. package/build-module/store/actions.js.map +1 -1
  240. package/build-module/store/reducer.js +53 -45
  241. package/build-module/store/reducer.js.map +1 -1
  242. package/build-module/store/selectors.js +22 -1
  243. package/build-module/store/selectors.js.map +1 -1
  244. package/build-module/utils/parse-css-unit-to-px.js +36 -3
  245. package/build-module/utils/parse-css-unit-to-px.js.map +1 -1
  246. package/build-style/style-rtl.css +54 -64
  247. package/build-style/style.css +54 -64
  248. package/package.json +31 -31
  249. package/src/components/block-draggable/test/__snapshots__/index.native.js.snap +24 -24
  250. package/src/components/block-lock/modal.js +1 -0
  251. package/src/components/block-lock/style.scss +0 -9
  252. package/src/components/block-mobile-toolbar/test/__snapshots__/block-actions-menu.native.js.snap +20 -20
  253. package/src/components/block-mover/test/__snapshots__/index.native.js.snap +15 -15
  254. package/src/components/block-popover/inbetween.js +21 -53
  255. package/src/components/block-settings-menu/block-settings-dropdown.js +4 -1
  256. package/src/components/block-styles/index.js +5 -1
  257. package/src/components/block-types-list/index.native.js +2 -0
  258. package/src/components/child-layout-control/index.js +106 -0
  259. package/src/components/color-palette/test/__snapshots__/control.js.snap +1 -1
  260. package/src/components/colors-gradients/control.js +3 -0
  261. package/src/components/date-format-picker/index.js +6 -8
  262. package/src/components/date-format-picker/style.scss +0 -5
  263. package/src/components/font-appearance-control/index.js +1 -1
  264. package/src/components/global-styles/dimensions-panel.js +627 -0
  265. package/src/components/global-styles/hooks.js +229 -66
  266. package/src/components/global-styles/index.js +9 -0
  267. package/src/components/global-styles/typography-panel.js +428 -0
  268. package/src/components/global-styles/use-global-styles-output.js +10 -5
  269. package/src/components/global-styles/utils.js +2 -0
  270. package/src/components/iframe/index.js +20 -18
  271. package/src/components/image-editor/aspect-ratio-dropdown.js +1 -0
  272. package/src/components/image-size-control/index.js +10 -12
  273. package/src/components/image-size-control/style.scss +3 -21
  274. package/src/components/index.native.js +5 -0
  275. package/src/components/inner-blocks/test/__snapshots__/index.js.snap +1 -1
  276. package/src/components/inserter/block-patterns-tab.js +9 -23
  277. package/src/components/inserter/block-types-tab.native.js +2 -0
  278. package/src/components/inserter/reusable-blocks-tab.native.js +2 -0
  279. package/src/components/inserter/search-results.native.js +2 -0
  280. package/src/components/inserter/test/__snapshots__/index.native.js.snap +15 -15
  281. package/src/components/inspector-controls/block-support-tools-panel.js +0 -1
  282. package/src/components/inspector-controls/fill.js +32 -8
  283. package/src/components/link-control/index.js +69 -34
  284. package/src/components/link-control/settings-drawer.js +85 -29
  285. package/src/components/link-control/settings.js +42 -0
  286. package/src/components/link-control/style.scss +63 -37
  287. package/src/components/link-control/test/index.js +347 -9
  288. package/src/components/list-view/block.js +7 -1
  289. package/src/components/list-view/expander.js +1 -0
  290. package/src/components/list-view/index.js +5 -0
  291. package/src/components/media-replace-flow/style.scss +7 -9
  292. package/src/components/media-replace-flow/test/index.js +1 -1
  293. package/src/components/off-canvas-editor/appender.js +13 -16
  294. package/src/components/off-canvas-editor/block-contents.js +2 -1
  295. package/src/components/off-canvas-editor/branch.js +1 -0
  296. package/src/components/off-canvas-editor/index.js +8 -2
  297. package/src/components/off-canvas-editor/leaf-more-menu.js +52 -15
  298. package/src/components/off-canvas-editor/link-ui.js +2 -0
  299. package/src/components/responsive-block-control/index.js +1 -0
  300. package/src/components/rich-text/index.js +8 -46
  301. package/src/components/rich-text/use-delete.js +59 -0
  302. package/src/components/rich-text/use-input-rules.js +13 -5
  303. package/src/components/url-input/index.js +3 -2
  304. package/src/components/url-popover/stories/index.js +1 -0
  305. package/src/components/writing-flow/use-selection-observer.js +5 -1
  306. package/src/hooks/align.js +1 -1
  307. package/src/hooks/dimensions.js +97 -269
  308. package/src/hooks/duotone.js +100 -30
  309. package/src/hooks/font-family.js +0 -58
  310. package/src/hooks/font-size.js +1 -36
  311. package/src/hooks/gap.js +0 -201
  312. package/src/hooks/index.js +1 -0
  313. package/src/hooks/layout.js +19 -6
  314. package/src/hooks/line-height.js +0 -33
  315. package/src/hooks/margin.js +1 -164
  316. package/src/hooks/padding.js +1 -163
  317. package/src/hooks/test/__snapshots__/align.native.js.snap +24 -24
  318. package/src/hooks/test/duotone.js +102 -0
  319. package/src/hooks/typography.js +112 -213
  320. package/src/hooks/utils.js +90 -0
  321. package/src/layouts/flex.js +1 -0
  322. package/src/store/actions.js +12 -4
  323. package/src/store/reducer.js +68 -43
  324. package/src/store/selectors.js +20 -1
  325. package/src/store/test/actions.js +4 -2
  326. package/src/utils/parse-css-unit-to-px.js +35 -5
  327. package/src/utils/test/parse-css-unit-to-px.js +12 -0
  328. package/build/hooks/child-layout.js +0 -213
  329. package/build/hooks/child-layout.js.map +0 -1
  330. package/build/hooks/font-appearance.js +0 -188
  331. package/build/hooks/font-appearance.js.map +0 -1
  332. package/build/hooks/letter-spacing.js +0 -129
  333. package/build/hooks/letter-spacing.js.map +0 -1
  334. package/build/hooks/min-height.js +0 -139
  335. package/build/hooks/min-height.js.map +0 -1
  336. package/build/hooks/text-decoration.js +0 -130
  337. package/build/hooks/text-decoration.js.map +0 -1
  338. package/build/hooks/text-transform.js +0 -130
  339. package/build/hooks/text-transform.js.map +0 -1
  340. package/build-module/hooks/child-layout.js +0 -193
  341. package/build-module/hooks/child-layout.js.map +0 -1
  342. package/build-module/hooks/font-appearance.js +0 -161
  343. package/build-module/hooks/font-appearance.js.map +0 -1
  344. package/build-module/hooks/letter-spacing.js +0 -107
  345. package/build-module/hooks/letter-spacing.js.map +0 -1
  346. package/build-module/hooks/min-height.js +0 -116
  347. package/build-module/hooks/min-height.js.map +0 -1
  348. package/build-module/hooks/text-decoration.js +0 -108
  349. package/build-module/hooks/text-decoration.js.map +0 -1
  350. package/build-module/hooks/text-transform.js +0 -108
  351. package/build-module/hooks/text-transform.js.map +0 -1
  352. package/src/hooks/child-layout.js +0 -195
  353. package/src/hooks/font-appearance.js +0 -146
  354. package/src/hooks/letter-spacing.js +0 -101
  355. package/src/hooks/min-height.js +0 -104
  356. package/src/hooks/text-decoration.js +0 -102
  357. package/src/hooks/text-transform.js +0 -101
@@ -157,41 +157,6 @@ export function FontSizeEdit( props ) {
157
157
  );
158
158
  }
159
159
 
160
- /**
161
- * Checks if there is a current value set for the font size block support.
162
- *
163
- * @param {Object} props Block props.
164
- * @return {boolean} Whether or not the block has a font size value set.
165
- */
166
- export function hasFontSizeValue( props ) {
167
- const { fontSize, style } = props.attributes;
168
- return !! fontSize || !! style?.typography?.fontSize;
169
- }
170
-
171
- /**
172
- * Resets the font size block support attribute. This can be used when
173
- * disabling the font size support controls for a block via a progressive
174
- * discovery panel.
175
- *
176
- * @param {Object} props Block props.
177
- * @param {Object} props.attributes Block's attributes.
178
- * @param {Object} props.setAttributes Function to set block's attributes.
179
- */
180
- export function resetFontSize( { attributes = {}, setAttributes } ) {
181
- const { style } = attributes;
182
-
183
- setAttributes( {
184
- fontSize: undefined,
185
- style: cleanEmptyObject( {
186
- ...style,
187
- typography: {
188
- ...style?.typography,
189
- fontSize: undefined,
190
- },
191
- } ),
192
- } );
193
- }
194
-
195
160
  /**
196
161
  * Custom hook that checks if font-size settings have been disabled.
197
162
  *
@@ -268,7 +233,7 @@ const MIGRATION_PATHS = {
268
233
  fontSize: [ [ 'fontSize' ], [ 'style', 'typography', 'fontSize' ] ],
269
234
  };
270
235
 
271
- export function addTransforms( result, source, index, results ) {
236
+ function addTransforms( result, source, index, results ) {
272
237
  const destinationBlockType = result.name;
273
238
  const activeSupports = {
274
239
  fontSize: hasBlockSupport(
package/src/hooks/gap.js CHANGED
@@ -1,45 +1,7 @@
1
- /**
2
- * WordPress dependencies
3
- */
4
- import { __ } from '@wordpress/i18n';
5
- import { Platform } from '@wordpress/element';
6
- import { getBlockSupport } from '@wordpress/blocks';
7
- import {
8
- __experimentalUseCustomUnits as useCustomUnits,
9
- __experimentalBoxControl as BoxControl,
10
- __experimentalUnitControl as UnitControl,
11
- } from '@wordpress/components';
12
-
13
1
  /**
14
2
  * Internal dependencies
15
3
  */
16
- import { __unstableUseBlockRef as useBlockRef } from '../components/block-list/use-block-props/use-block-refs';
17
4
  import { getSpacingPresetCssVar } from '../components/spacing-sizes-control/utils';
18
- import SpacingSizesControl from '../components/spacing-sizes-control';
19
- import useSetting from '../components/use-setting';
20
- import { AXIAL_SIDES, SPACING_SUPPORT_KEY, useCustomSides } from './dimensions';
21
- import { cleanEmptyObject } from './utils';
22
-
23
- /**
24
- * Determines if there is gap support.
25
- *
26
- * @param {string|Object} blockType Block name or Block Type object.
27
- * @return {boolean} Whether there is support.
28
- */
29
- export function hasGapSupport( blockType ) {
30
- const support = getBlockSupport( blockType, SPACING_SUPPORT_KEY );
31
- return !! ( true === support || support?.blockGap );
32
- }
33
-
34
- /**
35
- * Checks if there is a current value in the gap block support attributes.
36
- *
37
- * @param {Object} props Block props.
38
- * @return {boolean} Whether or not the block has a gap value set.
39
- */
40
- export function hasGapValue( props ) {
41
- return props.attributes.style?.spacing?.blockGap !== undefined;
42
- }
43
5
 
44
6
  /**
45
7
  * Returns a BoxControl object value from a given blockGap style value.
@@ -82,166 +44,3 @@ export function getGapCSSValue( blockGapValue, defaultValue = '0' ) {
82
44
 
83
45
  return row === column ? row : `${ row } ${ column }`;
84
46
  }
85
-
86
- /**
87
- * Resets the gap block support attribute. This can be used when disabling
88
- * the gap support controls for a block via a progressive discovery panel.
89
- *
90
- * @param {Object} props Block props.
91
- * @param {Object} props.attributes Block's attributes.
92
- * @param {Object} props.setAttributes Function to set block's attributes.
93
- */
94
- export function resetGap( { attributes = {}, setAttributes } ) {
95
- const { style } = attributes;
96
-
97
- setAttributes( {
98
- style: {
99
- ...style,
100
- spacing: {
101
- ...style?.spacing,
102
- blockGap: undefined,
103
- },
104
- },
105
- } );
106
- }
107
-
108
- /**
109
- * Custom hook that checks if gap settings have been disabled.
110
- *
111
- * @param {string} name The name of the block.
112
- * @return {boolean} Whether the gap setting is disabled.
113
- */
114
- export function useIsGapDisabled( { name: blockName } = {} ) {
115
- const isDisabled = ! useSetting( 'spacing.blockGap' );
116
- return ! hasGapSupport( blockName ) || isDisabled;
117
- }
118
-
119
- /**
120
- * Inspector control panel containing the gap related configuration
121
- *
122
- * @param {Object} props
123
- *
124
- * @return {WPElement} Gap edit element.
125
- */
126
- export function GapEdit( props ) {
127
- const {
128
- clientId,
129
- attributes: { style },
130
- name: blockName,
131
- setAttributes,
132
- } = props;
133
-
134
- const spacingSizes = useSetting( 'spacing.spacingSizes' );
135
-
136
- const units = useCustomUnits( {
137
- availableUnits: useSetting( 'spacing.units' ) || [
138
- '%',
139
- 'px',
140
- 'em',
141
- 'rem',
142
- 'vw',
143
- ],
144
- } );
145
- const sides = useCustomSides( blockName, 'blockGap' );
146
- const ref = useBlockRef( clientId );
147
-
148
- if ( useIsGapDisabled( props ) ) {
149
- return null;
150
- }
151
-
152
- const splitOnAxis =
153
- sides && sides.some( ( side ) => AXIAL_SIDES.includes( side ) );
154
-
155
- const onChange = ( next ) => {
156
- let blockGap = next;
157
-
158
- // If splitOnAxis activated we need to return a BoxControl object to the BoxControl component.
159
- if ( !! next && splitOnAxis ) {
160
- blockGap = { ...getGapBoxControlValueFromStyle( next ) };
161
- } else if ( next?.hasOwnProperty( 'top' ) ) {
162
- // If splitOnAxis is not enabled, treat the 'top' value as the shorthand gap value.
163
- blockGap = next.top;
164
- }
165
-
166
- const newStyle = {
167
- ...style,
168
- spacing: {
169
- ...style?.spacing,
170
- blockGap,
171
- },
172
- };
173
-
174
- setAttributes( {
175
- style: cleanEmptyObject( newStyle ),
176
- } );
177
-
178
- // In Safari, changing the `gap` CSS value on its own will not trigger the layout
179
- // to be recalculated / re-rendered. To force the updated gap to re-render, here
180
- // we replace the block's node with itself.
181
- const isSafari =
182
- window?.navigator.userAgent &&
183
- window.navigator.userAgent.includes( 'Safari' ) &&
184
- ! window.navigator.userAgent.includes( 'Chrome ' ) &&
185
- ! window.navigator.userAgent.includes( 'Chromium ' );
186
-
187
- if ( ref.current && isSafari ) {
188
- ref.current.parentNode?.replaceChild( ref.current, ref.current );
189
- }
190
- };
191
-
192
- const gapValue = getGapBoxControlValueFromStyle( style?.spacing?.blockGap );
193
-
194
- // The BoxControl component expects a full complement of side values.
195
- // Gap row and column values translate to top/bottom and left/right respectively.
196
- const boxControlGapValue = splitOnAxis
197
- ? {
198
- ...gapValue,
199
- right: gapValue?.left,
200
- bottom: gapValue?.top,
201
- }
202
- : {
203
- top: gapValue?.top,
204
- };
205
-
206
- return Platform.select( {
207
- web: (
208
- <>
209
- { ( ! spacingSizes || spacingSizes?.length === 0 ) &&
210
- ( splitOnAxis ? (
211
- <BoxControl
212
- label={ __( 'Block spacing' ) }
213
- min={ 0 }
214
- onChange={ onChange }
215
- units={ units }
216
- sides={ sides }
217
- values={ boxControlGapValue }
218
- allowReset={ false }
219
- splitOnAxis={ splitOnAxis }
220
- />
221
- ) : (
222
- <UnitControl
223
- label={ __( 'Block spacing' ) }
224
- __unstableInputWidth="80px"
225
- min={ 0 }
226
- onChange={ onChange }
227
- units={ units }
228
- // Default to `row` for combined values.
229
- value={ boxControlGapValue }
230
- />
231
- ) ) }
232
- { spacingSizes?.length > 0 && (
233
- <SpacingSizesControl
234
- values={ boxControlGapValue }
235
- onChange={ onChange }
236
- label={ __( 'Block spacing' ) }
237
- sides={ splitOnAxis ? sides : [ 'top' ] } // Use 'top' as the shorthand property in non-axial configurations.
238
- units={ units }
239
- allowReset={ false }
240
- splitOnAxis={ splitOnAxis }
241
- />
242
- ) }
243
- </>
244
- ),
245
- native: null,
246
- } );
247
- }
@@ -12,6 +12,7 @@ import './style';
12
12
  import './settings';
13
13
  import './color';
14
14
  import './duotone';
15
+ import './font-family';
15
16
  import './font-size';
16
17
  import './border';
17
18
  import './position';
@@ -128,13 +128,25 @@ export function useLayoutStyles( block = {}, selector ) {
128
128
  return css;
129
129
  }
130
130
 
131
- function LayoutPanel( { setAttributes, attributes, name: blockName } ) {
131
+ function LayoutPanel( {
132
+ clientId,
133
+ setAttributes,
134
+ attributes,
135
+ name: blockName,
136
+ } ) {
132
137
  const { layout } = attributes;
133
138
  const defaultThemeLayout = useSetting( 'layout' );
134
- const themeSupportsLayout = useSelect( ( select ) => {
135
- const { getSettings } = select( blockEditorStore );
136
- return getSettings().supportsLayout;
137
- }, [] );
139
+ const { themeSupportsLayout, isContentLocked } = useSelect(
140
+ ( select ) => {
141
+ const { getSettings, __unstableGetContentLockingParent } =
142
+ select( blockEditorStore );
143
+ return {
144
+ themeSupportsLayout: getSettings().supportsLayout,
145
+ isContentLocked: __unstableGetContentLockingParent( clientId ),
146
+ };
147
+ },
148
+ [ clientId ]
149
+ );
138
150
 
139
151
  const layoutBlockSupport = getBlockSupport(
140
152
  blockName,
@@ -199,6 +211,7 @@ function LayoutPanel( { setAttributes, attributes, name: blockName } ) {
199
211
  { showInheritToggle && (
200
212
  <>
201
213
  <ToggleControl
214
+ __nextHasNoMarginBottom
202
215
  className="block-editor-hooks__toggle-control"
203
216
  label={ __( 'Inner blocks use content width' ) }
204
217
  checked={
@@ -254,7 +267,7 @@ function LayoutPanel( { setAttributes, attributes, name: blockName } ) {
254
267
  ) }
255
268
  </PanelBody>
256
269
  </InspectorControls>
257
- { ! inherit && layoutType && (
270
+ { ! inherit && ! isContentLocked && layoutType && (
258
271
  <layoutType.toolBarControls
259
272
  layout={ usedLayout }
260
273
  onChange={ onChangeLayout }
@@ -60,36 +60,3 @@ export function useIsLineHeightDisabled( { name: blockName } = {} ) {
60
60
  ! hasBlockSupport( blockName, LINE_HEIGHT_SUPPORT_KEY ) || isDisabled
61
61
  );
62
62
  }
63
-
64
- /**
65
- * Checks if there is a current value set for the line height block support.
66
- *
67
- * @param {Object} props Block props.
68
- * @return {boolean} Whether or not the block has a line height value set.
69
- */
70
- export function hasLineHeightValue( props ) {
71
- return !! props.attributes.style?.typography?.lineHeight;
72
- }
73
-
74
- /**
75
- * Resets the line height block support attribute. This can be used when
76
- * disabling the line height support controls for a block via a progressive
77
- * discovery panel.
78
- *
79
- * @param {Object} props Block props.
80
- * @param {Object} props.attributes Block's attributes.
81
- * @param {Object} props.setAttributes Function to set block's attributes.
82
- */
83
- export function resetLineHeight( { attributes = {}, setAttributes } ) {
84
- const { style } = attributes;
85
-
86
- setAttributes( {
87
- style: cleanEmptyObject( {
88
- ...style,
89
- typography: {
90
- ...style?.typography,
91
- lineHeight: undefined,
92
- },
93
- } ),
94
- } );
95
- }
@@ -1,178 +1,15 @@
1
1
  /**
2
2
  * WordPress dependencies
3
3
  */
4
- import { __ } from '@wordpress/i18n';
5
- import {
6
- Platform,
7
- useMemo,
8
- useRef,
9
- useState,
10
- useEffect,
11
- } from '@wordpress/element';
12
- import { getBlockSupport } from '@wordpress/blocks';
13
- import {
14
- __experimentalUseCustomUnits as useCustomUnits,
15
- __experimentalBoxControl as BoxControl,
16
- } from '@wordpress/components';
4
+ import { useMemo, useRef, useState, useEffect } from '@wordpress/element';
17
5
  import isShallowEqual from '@wordpress/is-shallow-equal';
18
6
 
19
7
  /**
20
8
  * Internal dependencies
21
9
  */
22
- import useSetting from '../components/use-setting';
23
- import {
24
- AXIAL_SIDES,
25
- SPACING_SUPPORT_KEY,
26
- useCustomSides,
27
- useIsDimensionsSupportValid,
28
- } from './dimensions';
29
- import { cleanEmptyObject } from './utils';
30
10
  import BlockPopover from '../components/block-popover';
31
- import SpacingSizesControl from '../components/spacing-sizes-control';
32
11
  import { getSpacingPresetCssVar } from '../components/spacing-sizes-control/utils';
33
12
 
34
- /**
35
- * Determines if there is margin support.
36
- *
37
- * @param {string|Object} blockType Block name or Block Type object.
38
- *
39
- * @return {boolean} Whether there is support.
40
- */
41
- export function hasMarginSupport( blockType ) {
42
- const support = getBlockSupport( blockType, SPACING_SUPPORT_KEY );
43
- return !! ( true === support || support?.margin );
44
- }
45
-
46
- /**
47
- * Checks if there is a current value in the margin block support attributes.
48
- *
49
- * @param {Object} props Block props.
50
- * @return {boolean} Whether or not the block has a margin value set.
51
- */
52
- export function hasMarginValue( props ) {
53
- return props.attributes.style?.spacing?.margin !== undefined;
54
- }
55
-
56
- /**
57
- * Resets the margin block support attributes. This can be used when disabling
58
- * the margin support controls for a block via a `ToolsPanel`.
59
- *
60
- * @param {Object} props Block props.
61
- * @param {Object} props.attributes Block's attributes.
62
- * @param {Object} props.setAttributes Function to set block's attributes.
63
- */
64
- export function resetMargin( { attributes = {}, setAttributes } ) {
65
- const { style } = attributes;
66
-
67
- setAttributes( {
68
- style: cleanEmptyObject( {
69
- ...style,
70
- spacing: {
71
- ...style?.spacing,
72
- margin: undefined,
73
- },
74
- } ),
75
- } );
76
- }
77
-
78
- /**
79
- * Custom hook that checks if margin settings have been disabled.
80
- *
81
- * @param {string} name The name of the block.
82
- *
83
- * @return {boolean} Whether margin setting is disabled.
84
- */
85
- export function useIsMarginDisabled( { name: blockName } = {} ) {
86
- const isDisabled = ! useSetting( 'spacing.margin' );
87
- const isInvalid = ! useIsDimensionsSupportValid( blockName, 'margin' );
88
-
89
- return ! hasMarginSupport( blockName ) || isDisabled || isInvalid;
90
- }
91
-
92
- /**
93
- * Inspector control panel containing the margin related configuration
94
- *
95
- * @param {Object} props Block props.
96
- *
97
- * @return {WPElement} Margin edit element.
98
- */
99
- export function MarginEdit( props ) {
100
- const {
101
- name: blockName,
102
- attributes: { style },
103
- setAttributes,
104
- onMouseOver,
105
- onMouseOut,
106
- } = props;
107
-
108
- const spacingSizes = useSetting( 'spacing.spacingSizes' );
109
-
110
- const units = useCustomUnits( {
111
- availableUnits: useSetting( 'spacing.units' ) || [
112
- '%',
113
- 'px',
114
- 'em',
115
- 'rem',
116
- 'vw',
117
- ],
118
- } );
119
- const sides = useCustomSides( blockName, 'margin' );
120
- const splitOnAxis =
121
- sides && sides.some( ( side ) => AXIAL_SIDES.includes( side ) );
122
-
123
- if ( useIsMarginDisabled( props ) ) {
124
- return null;
125
- }
126
-
127
- const onChange = ( next ) => {
128
- const newStyle = {
129
- ...style,
130
- spacing: {
131
- ...style?.spacing,
132
- margin: next,
133
- },
134
- };
135
-
136
- setAttributes( {
137
- style: cleanEmptyObject( newStyle ),
138
- } );
139
- };
140
-
141
- return Platform.select( {
142
- web: (
143
- <>
144
- { ( ! spacingSizes || spacingSizes?.length === 0 ) && (
145
- <BoxControl
146
- values={ style?.spacing?.margin }
147
- onChange={ onChange }
148
- label={ __( 'Margin' ) }
149
- sides={ sides }
150
- units={ units }
151
- allowReset={ false }
152
- splitOnAxis={ splitOnAxis }
153
- onMouseOver={ onMouseOver }
154
- onMouseOut={ onMouseOut }
155
- />
156
- ) }
157
- { spacingSizes?.length > 0 && (
158
- <SpacingSizesControl
159
- values={ style?.spacing?.margin }
160
- onChange={ onChange }
161
- label={ __( 'Margin' ) }
162
- sides={ sides }
163
- units={ units }
164
- allowReset={ false }
165
- splitOnAxis={ false }
166
- onMouseOver={ onMouseOver }
167
- onMouseOut={ onMouseOut }
168
- />
169
- ) }
170
- </>
171
- ),
172
- native: null,
173
- } );
174
- }
175
-
176
13
  export function MarginVisualizer( { clientId, attributes, forceShow } ) {
177
14
  const margin = attributes?.style?.spacing?.margin;
178
15
 
@@ -1,176 +1,14 @@
1
1
  /**
2
2
  * WordPress dependencies
3
3
  */
4
- import { __ } from '@wordpress/i18n';
5
- import {
6
- Platform,
7
- useState,
8
- useRef,
9
- useEffect,
10
- useMemo,
11
- } from '@wordpress/element';
12
- import { getBlockSupport } from '@wordpress/blocks';
13
- import {
14
- __experimentalUseCustomUnits as useCustomUnits,
15
- __experimentalBoxControl as BoxControl,
16
- } from '@wordpress/components';
4
+ import { useState, useRef, useEffect, useMemo } from '@wordpress/element';
17
5
  import isShallowEqual from '@wordpress/is-shallow-equal';
18
6
 
19
7
  /**
20
8
  * Internal dependencies
21
9
  */
22
- import useSetting from '../components/use-setting';
23
- import {
24
- AXIAL_SIDES,
25
- SPACING_SUPPORT_KEY,
26
- useCustomSides,
27
- useIsDimensionsSupportValid,
28
- } from './dimensions';
29
- import { cleanEmptyObject } from './utils';
30
10
  import BlockPopover from '../components/block-popover';
31
- import SpacingSizesControl from '../components/spacing-sizes-control';
32
11
  import { getSpacingPresetCssVar } from '../components/spacing-sizes-control/utils';
33
- /**
34
- * Determines if there is padding support.
35
- *
36
- * @param {string|Object} blockType Block name or Block Type object.
37
- *
38
- * @return {boolean} Whether there is support.
39
- */
40
- export function hasPaddingSupport( blockType ) {
41
- const support = getBlockSupport( blockType, SPACING_SUPPORT_KEY );
42
- return !! ( true === support || support?.padding );
43
- }
44
-
45
- /**
46
- * Checks if there is a current value in the padding block support attributes.
47
- *
48
- * @param {Object} props Block props.
49
- * @return {boolean} Whether or not the block has a padding value set.
50
- */
51
- export function hasPaddingValue( props ) {
52
- return props.attributes.style?.spacing?.padding !== undefined;
53
- }
54
-
55
- /**
56
- * Resets the padding block support attributes. This can be used when disabling
57
- * the padding support controls for a block via a `ToolsPanel`.
58
- *
59
- * @param {Object} props Block props.
60
- * @param {Object} props.attributes Block's attributes.
61
- * @param {Object} props.setAttributes Function to set block's attributes.
62
- */
63
- export function resetPadding( { attributes = {}, setAttributes } ) {
64
- const { style } = attributes;
65
-
66
- setAttributes( {
67
- style: cleanEmptyObject( {
68
- ...style,
69
- spacing: {
70
- ...style?.spacing,
71
- padding: undefined,
72
- },
73
- } ),
74
- } );
75
- }
76
-
77
- /**
78
- * Custom hook that checks if padding settings have been disabled.
79
- *
80
- * @param {string} name The name of the block.
81
- *
82
- * @return {boolean} Whether padding setting is disabled.
83
- */
84
- export function useIsPaddingDisabled( { name: blockName } = {} ) {
85
- const isDisabled = ! useSetting( 'spacing.padding' );
86
- const isInvalid = ! useIsDimensionsSupportValid( blockName, 'padding' );
87
-
88
- return ! hasPaddingSupport( blockName ) || isDisabled || isInvalid;
89
- }
90
-
91
- /**
92
- * Inspector control panel containing the padding related configuration
93
- *
94
- * @param {Object} props
95
- *
96
- * @return {WPElement} Padding edit element.
97
- */
98
- export function PaddingEdit( props ) {
99
- const {
100
- name: blockName,
101
- attributes: { style },
102
- setAttributes,
103
- onMouseOver,
104
- onMouseOut,
105
- } = props;
106
-
107
- const spacingSizes = useSetting( 'spacing.spacingSizes' );
108
-
109
- const units = useCustomUnits( {
110
- availableUnits: useSetting( 'spacing.units' ) || [
111
- '%',
112
- 'px',
113
- 'em',
114
- 'rem',
115
- 'vw',
116
- ],
117
- } );
118
- const sides = useCustomSides( blockName, 'padding' );
119
- const splitOnAxis =
120
- sides && sides.some( ( side ) => AXIAL_SIDES.includes( side ) );
121
-
122
- if ( useIsPaddingDisabled( props ) ) {
123
- return null;
124
- }
125
-
126
- const onChange = ( next ) => {
127
- const newStyle = {
128
- ...style,
129
- spacing: {
130
- ...style?.spacing,
131
- padding: next,
132
- },
133
- };
134
-
135
- setAttributes( {
136
- style: cleanEmptyObject( newStyle ),
137
- } );
138
- };
139
-
140
- return Platform.select( {
141
- web: (
142
- <>
143
- { ( ! spacingSizes || spacingSizes?.length === 0 ) && (
144
- <BoxControl
145
- values={ style?.spacing?.padding }
146
- onChange={ onChange }
147
- label={ __( 'Padding' ) }
148
- sides={ sides }
149
- units={ units }
150
- allowReset={ false }
151
- splitOnAxis={ splitOnAxis }
152
- onMouseOver={ onMouseOver }
153
- onMouseOut={ onMouseOut }
154
- />
155
- ) }
156
- { spacingSizes?.length > 0 && (
157
- <SpacingSizesControl
158
- values={ style?.spacing?.padding }
159
- onChange={ onChange }
160
- label={ __( 'Padding' ) }
161
- sides={ sides }
162
- units={ units }
163
- allowReset={ false }
164
- splitOnAxis={ splitOnAxis }
165
- onMouseOver={ onMouseOver }
166
- onMouseOut={ onMouseOut }
167
- />
168
- ) }
169
- </>
170
- ),
171
- native: null,
172
- } );
173
- }
174
12
 
175
13
  export function PaddingVisualizer( { clientId, attributes, forceShow } ) {
176
14
  const padding = attributes?.style?.spacing?.padding;