@wordpress/editor 13.35.0 → 14.0.1

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 (947) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +333 -39
  3. package/build/bindings/index.js +1 -3
  4. package/build/bindings/index.js.map +1 -1
  5. package/build/bindings/pattern-overrides.js +1 -1
  6. package/build/bindings/pattern-overrides.js.map +1 -1
  7. package/build/bindings/post-meta.js +38 -2
  8. package/build/bindings/post-meta.js.map +1 -1
  9. package/build/components/autocompleters/user.js +12 -8
  10. package/build/components/autocompleters/user.js.map +1 -1
  11. package/build/components/block-manager/category.js +19 -17
  12. package/build/components/block-manager/category.js.map +1 -1
  13. package/build/components/block-manager/checklist.js +15 -14
  14. package/build/components/block-manager/checklist.js.map +1 -1
  15. package/build/components/block-manager/index.js +37 -33
  16. package/build/components/block-manager/index.js.map +1 -1
  17. package/build/components/block-removal-warnings/index.js +2 -2
  18. package/build/components/block-removal-warnings/index.js.map +1 -1
  19. package/build/components/block-settings-menu/content-only-settings-menu.js +59 -36
  20. package/build/components/block-settings-menu/content-only-settings-menu.js.map +1 -1
  21. package/build/components/block-settings-menu/plugin-block-settings-menu-item.js +16 -13
  22. package/build/components/block-settings-menu/plugin-block-settings-menu-item.js.map +1 -1
  23. package/build/components/blog-title/index.js +116 -0
  24. package/build/components/blog-title/index.js.map +1 -0
  25. package/build/components/collapsible-block-toolbar/index.js +21 -18
  26. package/build/components/collapsible-block-toolbar/index.js.map +1 -1
  27. package/build/components/commands/index.js +109 -3
  28. package/build/components/commands/index.js.map +1 -1
  29. package/build/components/create-template-part-modal/index.js +167 -0
  30. package/build/components/create-template-part-modal/index.js.map +1 -0
  31. package/build/components/create-template-part-modal/utils.js +64 -0
  32. package/build/components/create-template-part-modal/utils.js.map +1 -0
  33. package/build/components/deprecated.js +2 -2
  34. package/build/components/deprecated.js.map +1 -1
  35. package/build/components/document-bar/index.js +94 -70
  36. package/build/components/document-bar/index.js.map +1 -1
  37. package/build/components/document-outline/index.js +124 -121
  38. package/build/components/document-outline/index.js.map +1 -1
  39. package/build/components/document-outline/item.js +18 -14
  40. package/build/components/document-outline/item.js.map +1 -1
  41. package/build/components/document-tools/index.js +56 -53
  42. package/build/components/document-tools/index.js.map +1 -1
  43. package/build/components/editor/index.js +83 -0
  44. package/build/components/editor/index.js.map +1 -0
  45. package/build/components/editor-help/add-blocks.native.js +14 -11
  46. package/build/components/editor-help/add-blocks.native.js.map +1 -1
  47. package/build/components/editor-help/customize-blocks.native.js +14 -11
  48. package/build/components/editor-help/customize-blocks.native.js.map +1 -1
  49. package/build/components/editor-help/help-detail-navigation-screen.native.js +32 -22
  50. package/build/components/editor-help/help-detail-navigation-screen.native.js.map +1 -1
  51. package/build/components/editor-help/help-get-support-button.native.js +8 -6
  52. package/build/components/editor-help/help-get-support-button.native.js.map +1 -1
  53. package/build/components/editor-help/help-section-title.native.js +8 -6
  54. package/build/components/editor-help/help-section-title.native.js.map +1 -1
  55. package/build/components/editor-help/help-topic-row.native.js +7 -6
  56. package/build/components/editor-help/help-topic-row.native.js.map +1 -1
  57. package/build/components/editor-help/icon-move-blocks.native.js +7 -6
  58. package/build/components/editor-help/icon-move-blocks.native.js.map +1 -1
  59. package/build/components/editor-help/index.native.js +94 -76
  60. package/build/components/editor-help/index.native.js.map +1 -1
  61. package/build/components/editor-help/intro-to-blocks.native.js +41 -37
  62. package/build/components/editor-help/intro-to-blocks.native.js.map +1 -1
  63. package/build/components/editor-help/move-blocks.native.js +25 -21
  64. package/build/components/editor-help/move-blocks.native.js.map +1 -1
  65. package/build/components/editor-help/remove-blocks.native.js +12 -9
  66. package/build/components/editor-help/remove-blocks.native.js.map +1 -1
  67. package/build/components/editor-help/view-sections.native.js +24 -19
  68. package/build/components/editor-help/view-sections.native.js.map +1 -1
  69. package/build/components/editor-history/redo.js +2 -2
  70. package/build/components/editor-history/redo.js.map +1 -1
  71. package/build/components/editor-history/undo.js +2 -2
  72. package/build/components/editor-history/undo.js.map +1 -1
  73. package/build/components/editor-interface/content-slot-fill.js +23 -0
  74. package/build/components/editor-interface/content-slot-fill.js.map +1 -0
  75. package/build/components/editor-interface/index.js +176 -0
  76. package/build/components/editor-interface/index.js.map +1 -0
  77. package/build/components/editor-notices/index.js +22 -9
  78. package/build/components/editor-notices/index.js.map +1 -1
  79. package/build/components/editor-snackbars/index.js +2 -2
  80. package/build/components/editor-snackbars/index.js.map +1 -1
  81. package/build/components/entities-saved-states/entity-record-item.js +37 -10
  82. package/build/components/entities-saved-states/entity-record-item.js.map +1 -1
  83. package/build/components/entities-saved-states/entity-type-list.js +25 -22
  84. package/build/components/entities-saved-states/entity-type-list.js.map +1 -1
  85. package/build/components/entities-saved-states/index.js +53 -46
  86. package/build/components/entities-saved-states/index.js.map +1 -1
  87. package/build/components/error-boundary/index.js +27 -14
  88. package/build/components/error-boundary/index.js.map +1 -1
  89. package/build/components/error-boundary/index.native.js +45 -35
  90. package/build/components/error-boundary/index.native.js.map +1 -1
  91. package/build/components/global-keyboard-shortcuts/register-shortcuts.js +3 -4
  92. package/build/components/global-keyboard-shortcuts/register-shortcuts.js.map +1 -1
  93. package/build/components/global-styles-provider/index.js +81 -16
  94. package/build/components/global-styles-provider/index.js.map +1 -1
  95. package/build/components/header/back-button.js +37 -0
  96. package/build/components/header/back-button.js.map +1 -0
  97. package/build/components/header/index.js +85 -60
  98. package/build/components/header/index.js.map +1 -1
  99. package/build/components/inserter-sidebar/index.js +45 -19
  100. package/build/components/inserter-sidebar/index.js.map +1 -1
  101. package/build/components/keyboard-shortcut-help-modal/dynamic-shortcut.js +2 -2
  102. package/build/components/keyboard-shortcut-help-modal/dynamic-shortcut.js.map +1 -1
  103. package/build/components/keyboard-shortcut-help-modal/index.js +53 -48
  104. package/build/components/keyboard-shortcut-help-modal/index.js.map +1 -1
  105. package/build/components/keyboard-shortcut-help-modal/shortcut.js +30 -26
  106. package/build/components/keyboard-shortcut-help-modal/shortcut.js.map +1 -1
  107. package/build/components/list-view-sidebar/index.js +59 -47
  108. package/build/components/list-view-sidebar/index.js.map +1 -1
  109. package/build/components/list-view-sidebar/list-view-outline.js +21 -4
  110. package/build/components/list-view-sidebar/list-view-outline.js.map +1 -1
  111. package/build/components/local-autosave-monitor/index.js +15 -2
  112. package/build/components/local-autosave-monitor/index.js.map +1 -1
  113. package/build/components/media-categories/index.js +1 -1
  114. package/build/components/media-categories/index.js.map +1 -1
  115. package/build/components/mode-switcher/index.js +10 -10
  116. package/build/components/mode-switcher/index.js.map +1 -1
  117. package/build/components/more-menu/copy-content-menu-item.js +5 -4
  118. package/build/components/more-menu/copy-content-menu-item.js.map +1 -1
  119. package/build/components/more-menu/index.js +89 -76
  120. package/build/components/more-menu/index.js.map +1 -1
  121. package/build/components/more-menu/tools-more-menu-group.js +2 -2
  122. package/build/components/more-menu/tools-more-menu-group.js.map +1 -1
  123. package/build/components/more-menu/view-more-menu-group.js +2 -2
  124. package/build/components/more-menu/view-more-menu-group.js.map +1 -1
  125. package/build/components/offline-status/index.native.js +12 -11
  126. package/build/components/offline-status/index.native.js.map +1 -1
  127. package/build/components/page-attributes/order.js +87 -14
  128. package/build/components/page-attributes/order.js.map +1 -1
  129. package/build/components/page-attributes/panel.js +10 -19
  130. package/build/components/page-attributes/panel.js.map +1 -1
  131. package/build/components/page-attributes/parent.js +86 -3
  132. package/build/components/page-attributes/parent.js.map +1 -1
  133. package/build/components/pattern-duplicate-modal/index.js +59 -0
  134. package/build/components/pattern-duplicate-modal/index.js.map +1 -0
  135. package/build/components/pattern-overrides-panel/index.js +2 -2
  136. package/build/components/pattern-overrides-panel/index.js.map +1 -1
  137. package/build/components/pattern-rename-modal/index.js +58 -0
  138. package/build/components/pattern-rename-modal/index.js.map +1 -0
  139. package/build/components/plugin-document-setting-panel/index.js +17 -12
  140. package/build/components/plugin-document-setting-panel/index.js.map +1 -1
  141. package/build/components/plugin-post-publish-panel/index.js +10 -7
  142. package/build/components/plugin-post-publish-panel/index.js.map +1 -1
  143. package/build/components/plugin-post-status-info/index.js +7 -4
  144. package/build/components/plugin-post-status-info/index.js.map +1 -1
  145. package/build/components/plugin-pre-publish-panel/index.js +10 -7
  146. package/build/components/plugin-pre-publish-panel/index.js.map +1 -1
  147. package/build/components/plugin-sidebar/index.js +3 -4
  148. package/build/components/plugin-sidebar/index.js.map +1 -1
  149. package/build/components/plugin-sidebar-more-menu-item/index.js +3 -5
  150. package/build/components/plugin-sidebar-more-menu-item/index.js.map +1 -1
  151. package/build/components/post-actions/actions.js +379 -309
  152. package/build/components/post-actions/actions.js.map +1 -1
  153. package/build/components/post-actions/export-pattern-action.js +64 -0
  154. package/build/components/post-actions/export-pattern-action.js.map +1 -0
  155. package/build/components/post-actions/export-pattern-action.native.js +11 -0
  156. package/build/components/post-actions/export-pattern-action.native.js.map +1 -0
  157. package/build/components/post-actions/index.js +66 -50
  158. package/build/components/post-actions/index.js.map +1 -1
  159. package/build/components/post-author/check.js +6 -6
  160. package/build/components/post-author/check.js.map +1 -1
  161. package/build/components/post-author/combobox.js +4 -3
  162. package/build/components/post-author/combobox.js.map +1 -1
  163. package/build/components/post-author/hook.js +2 -1
  164. package/build/components/post-author/hook.js.map +1 -1
  165. package/build/components/post-author/index.js +3 -3
  166. package/build/components/post-author/index.js.map +1 -1
  167. package/build/components/post-author/panel.js +72 -4
  168. package/build/components/post-author/panel.js.map +1 -1
  169. package/build/components/post-author/select.js +4 -3
  170. package/build/components/post-author/select.js.map +1 -1
  171. package/build/components/post-card-panel/index.js +54 -19
  172. package/build/components/post-card-panel/index.js.map +1 -1
  173. package/build/components/post-comments/index.js +38 -22
  174. package/build/components/post-comments/index.js.map +1 -1
  175. package/build/components/post-content-information/index.js +8 -5
  176. package/build/components/post-content-information/index.js.map +1 -1
  177. package/build/components/post-discussion/panel.js +54 -38
  178. package/build/components/post-discussion/panel.js.map +1 -1
  179. package/build/components/post-excerpt/check.js +6 -6
  180. package/build/components/post-excerpt/check.js.map +1 -1
  181. package/build/components/post-excerpt/index.js +18 -17
  182. package/build/components/post-excerpt/index.js.map +1 -1
  183. package/build/components/post-excerpt/panel.js +59 -42
  184. package/build/components/post-excerpt/panel.js.map +1 -1
  185. package/build/components/post-excerpt/plugin.js +7 -4
  186. package/build/components/post-excerpt/plugin.js.map +1 -1
  187. package/build/components/post-featured-image/check.js +17 -7
  188. package/build/components/post-featured-image/check.js.map +1 -1
  189. package/build/components/post-featured-image/index.js +77 -49
  190. package/build/components/post-featured-image/index.js.map +1 -1
  191. package/build/components/post-featured-image/panel.js +22 -7
  192. package/build/components/post-featured-image/panel.js.map +1 -1
  193. package/build/components/post-format/check.js +14 -4
  194. package/build/components/post-format/check.js.map +1 -1
  195. package/build/components/post-format/index.js +37 -20
  196. package/build/components/post-format/index.js.map +1 -1
  197. package/build/components/post-format/panel.js +73 -7
  198. package/build/components/post-format/panel.js.map +1 -1
  199. package/build/components/post-last-edited-panel/index.js +7 -4
  200. package/build/components/post-last-edited-panel/index.js.map +1 -1
  201. package/build/components/post-last-revision/check.js +13 -5
  202. package/build/components/post-last-revision/check.js.map +1 -1
  203. package/build/components/post-last-revision/index.js +49 -17
  204. package/build/components/post-last-revision/index.js.map +1 -1
  205. package/build/components/post-last-revision/panel.js +12 -5
  206. package/build/components/post-last-revision/panel.js.map +1 -1
  207. package/build/components/post-locked-modal/index.js +57 -35
  208. package/build/components/post-locked-modal/index.js.map +1 -1
  209. package/build/components/post-panel-row/index.js +11 -8
  210. package/build/components/post-panel-row/index.js.map +1 -1
  211. package/build/components/post-panel-section/index.js +5 -4
  212. package/build/components/post-panel-section/index.js.map +1 -1
  213. package/build/components/post-pending-status/check.js +10 -0
  214. package/build/components/post-pending-status/check.js.map +1 -1
  215. package/build/components/post-pending-status/index.js +14 -7
  216. package/build/components/post-pending-status/index.js.map +1 -1
  217. package/build/components/post-pingbacks/index.js +13 -5
  218. package/build/components/post-pingbacks/index.js.map +1 -1
  219. package/build/components/post-preview-button/index.js +46 -21
  220. package/build/components/post-preview-button/index.js.map +1 -1
  221. package/build/components/post-publish-button/index.js +21 -11
  222. package/build/components/post-publish-button/index.js.map +1 -1
  223. package/build/components/post-publish-button/post-publish-button-or-toggle.js +2 -2
  224. package/build/components/post-publish-button/post-publish-button-or-toggle.js.map +1 -1
  225. package/build/components/post-publish-panel/index.js +47 -33
  226. package/build/components/post-publish-panel/index.js.map +1 -1
  227. package/build/components/post-publish-panel/maybe-category-panel.js +12 -9
  228. package/build/components/post-publish-panel/maybe-category-panel.js.map +1 -1
  229. package/build/components/post-publish-panel/maybe-post-format-panel.js +21 -15
  230. package/build/components/post-publish-panel/maybe-post-format-panel.js.map +1 -1
  231. package/build/components/post-publish-panel/maybe-tags-panel.js +13 -10
  232. package/build/components/post-publish-panel/maybe-tags-panel.js.map +1 -1
  233. package/build/components/post-publish-panel/maybe-upload-media.js +29 -24
  234. package/build/components/post-publish-panel/maybe-upload-media.js.map +1 -1
  235. package/build/components/post-publish-panel/postpublish.js +55 -38
  236. package/build/components/post-publish-panel/postpublish.js.map +1 -1
  237. package/build/components/post-publish-panel/prepublish.js +41 -26
  238. package/build/components/post-publish-panel/prepublish.js.map +1 -1
  239. package/build/components/post-saved-state/index.js +8 -8
  240. package/build/components/post-saved-state/index.js.map +1 -1
  241. package/build/components/post-schedule/check.js +8 -0
  242. package/build/components/post-schedule/check.js.map +1 -1
  243. package/build/components/post-schedule/index.js +30 -5
  244. package/build/components/post-schedule/index.js.map +1 -1
  245. package/build/components/post-schedule/label.js +16 -0
  246. package/build/components/post-schedule/label.js.map +1 -1
  247. package/build/components/post-schedule/panel.js +43 -30
  248. package/build/components/post-schedule/panel.js.map +1 -1
  249. package/build/components/post-slug/check.js +5 -4
  250. package/build/components/post-slug/check.js.map +1 -1
  251. package/build/components/post-slug/index.js +5 -3
  252. package/build/components/post-slug/index.js.map +1 -1
  253. package/build/components/post-slug/panel.js +7 -4
  254. package/build/components/post-slug/panel.js.map +1 -1
  255. package/build/components/post-status/index.js +118 -119
  256. package/build/components/post-status/index.js.map +1 -1
  257. package/build/components/post-sticky/index.js +16 -8
  258. package/build/components/post-sticky/index.js.map +1 -1
  259. package/build/components/post-sticky/panel.js +6 -2
  260. package/build/components/post-sticky/panel.js.map +1 -1
  261. package/build/components/post-switch-to-draft-button/index.js +25 -21
  262. package/build/components/post-switch-to-draft-button/index.js.map +1 -1
  263. package/build/components/post-sync-status/index.js +8 -6
  264. package/build/components/post-sync-status/index.js.map +1 -1
  265. package/build/components/post-taxonomies/flat-term-selector.js +21 -20
  266. package/build/components/post-taxonomies/flat-term-selector.js.map +1 -1
  267. package/build/components/post-taxonomies/hierarchical-term-selector.js +71 -61
  268. package/build/components/post-taxonomies/hierarchical-term-selector.js.map +1 -1
  269. package/build/components/post-taxonomies/index.js +6 -6
  270. package/build/components/post-taxonomies/index.js.map +1 -1
  271. package/build/components/post-taxonomies/most-used-terms.js +19 -15
  272. package/build/components/post-taxonomies/most-used-terms.js.map +1 -1
  273. package/build/components/post-taxonomies/panel.js +15 -11
  274. package/build/components/post-taxonomies/panel.js.map +1 -1
  275. package/build/components/post-template/block-theme.js +42 -32
  276. package/build/components/post-template/block-theme.js.map +1 -1
  277. package/build/components/post-template/classic-theme.js +73 -50
  278. package/build/components/post-template/classic-theme.js.map +1 -1
  279. package/build/components/post-template/create-new-template-modal.js +33 -27
  280. package/build/components/post-template/create-new-template-modal.js.map +1 -1
  281. package/build/components/post-template/create-new-template.js +14 -11
  282. package/build/components/post-template/create-new-template.js.map +1 -1
  283. package/build/components/post-template/panel.js +16 -10
  284. package/build/components/post-template/panel.js.map +1 -1
  285. package/build/components/post-template/reset-default-template.js +5 -4
  286. package/build/components/post-template/reset-default-template.js.map +1 -1
  287. package/build/components/post-template/swap-template-button.js +20 -15
  288. package/build/components/post-template/swap-template-button.js.map +1 -1
  289. package/build/components/post-text-editor/index.js +27 -20
  290. package/build/components/post-text-editor/index.js.map +1 -1
  291. package/build/components/post-title/index.js +29 -17
  292. package/build/components/post-title/index.js.map +1 -1
  293. package/build/components/post-title/index.native.js +81 -57
  294. package/build/components/post-title/index.native.js.map +1 -1
  295. package/build/components/post-title/post-title-raw.js +10 -3
  296. package/build/components/post-title/post-title-raw.js.map +1 -1
  297. package/build/components/post-title/use-post-title-focus.js +7 -0
  298. package/build/components/post-title/use-post-title-focus.js.map +1 -1
  299. package/build/components/post-title/use-post-title.js +5 -0
  300. package/build/components/post-title/use-post-title.js.map +1 -1
  301. package/build/components/post-transform-panel/index.js +11 -11
  302. package/build/components/post-transform-panel/index.js.map +1 -1
  303. package/build/components/post-trash/index.js +19 -15
  304. package/build/components/post-trash/index.js.map +1 -1
  305. package/build/components/post-url/check.js +8 -0
  306. package/build/components/post-url/check.js.map +1 -1
  307. package/build/components/post-url/index.js +98 -73
  308. package/build/components/post-url/index.js.map +1 -1
  309. package/build/components/post-url/label.js +11 -0
  310. package/build/components/post-url/label.js.map +1 -1
  311. package/build/components/post-url/panel.js +56 -26
  312. package/build/components/post-url/panel.js.map +1 -1
  313. package/build/components/post-view-link/index.js +2 -2
  314. package/build/components/post-view-link/index.js.map +1 -1
  315. package/build/components/post-visibility/check.js +9 -0
  316. package/build/components/post-visibility/check.js.map +1 -1
  317. package/build/components/post-visibility/index.js +83 -68
  318. package/build/components/post-visibility/index.js.map +1 -1
  319. package/build/components/post-visibility/label.js +11 -0
  320. package/build/components/post-visibility/label.js.map +1 -1
  321. package/build/components/posts-per-page/index.js +109 -0
  322. package/build/components/posts-per-page/index.js.map +1 -0
  323. package/build/components/preferences-modal/enable-plugin-document-setting-panel.js +7 -5
  324. package/build/components/preferences-modal/enable-plugin-document-setting-panel.js.map +1 -1
  325. package/build/components/preferences-modal/index.js +124 -102
  326. package/build/components/preferences-modal/index.js.map +1 -1
  327. package/build/components/preview-dropdown/index.js +47 -31
  328. package/build/components/preview-dropdown/index.js.map +1 -1
  329. package/build/components/provider/disable-non-page-content-blocks.js +5 -3
  330. package/build/components/provider/disable-non-page-content-blocks.js.map +1 -1
  331. package/build/components/provider/index.js +94 -20
  332. package/build/components/provider/index.js.map +1 -1
  333. package/build/components/provider/index.native.js +55 -19
  334. package/build/components/provider/index.native.js.map +1 -1
  335. package/build/components/provider/use-block-editor-settings.js +7 -6
  336. package/build/components/provider/use-block-editor-settings.js.map +1 -1
  337. package/build/components/provider/with-registry-provider.js +31 -24
  338. package/build/components/provider/with-registry-provider.js.map +1 -1
  339. package/build/components/resizable-editor/index.js +96 -0
  340. package/build/components/resizable-editor/index.js.map +1 -0
  341. package/build/components/resizable-editor/resize-handle.js +59 -0
  342. package/build/components/resizable-editor/resize-handle.js.map +1 -0
  343. package/build/components/save-publish-panels/index.js +35 -26
  344. package/build/components/save-publish-panels/index.js.map +1 -1
  345. package/build/components/sidebar/header.js +17 -14
  346. package/build/components/sidebar/header.js.map +1 -1
  347. package/build/components/sidebar/index.js +36 -32
  348. package/build/components/sidebar/index.js.map +1 -1
  349. package/build/components/sidebar/post-summary.js +39 -33
  350. package/build/components/sidebar/post-summary.js.map +1 -1
  351. package/build/components/site-discussion/index.js +133 -0
  352. package/build/components/site-discussion/index.js.map +1 -0
  353. package/build/components/start-page-options/index.js +13 -11
  354. package/build/components/start-page-options/index.js.map +1 -1
  355. package/build/components/start-template-options/index.js +29 -23
  356. package/build/components/start-template-options/index.js.map +1 -1
  357. package/build/components/table-of-contents/index.js +4 -4
  358. package/build/components/table-of-contents/index.js.map +1 -1
  359. package/build/components/table-of-contents/panel.js +53 -35
  360. package/build/components/table-of-contents/panel.js.map +1 -1
  361. package/build/components/template-areas/index.js +36 -22
  362. package/build/components/template-areas/index.js.map +1 -1
  363. package/build/components/template-content-panel/index.js +7 -6
  364. package/build/components/template-content-panel/index.js.map +1 -1
  365. package/build/components/template-validation-notice/index.js +25 -21
  366. package/build/components/template-validation-notice/index.js.map +1 -1
  367. package/build/components/text-editor/index.js +73 -0
  368. package/build/components/text-editor/index.js.map +1 -0
  369. package/build/components/time-to-read/index.js +8 -8
  370. package/build/components/time-to-read/index.js.map +1 -1
  371. package/build/components/{editor-canvas → visual-editor}/edit-template-blocks-notification.js +6 -6
  372. package/build/components/visual-editor/edit-template-blocks-notification.js.map +1 -0
  373. package/build/components/{editor-canvas → visual-editor}/index.js +115 -74
  374. package/build/components/visual-editor/index.js.map +1 -0
  375. package/build/components/word-count/index.js +5 -4
  376. package/build/components/word-count/index.js.map +1 -1
  377. package/build/hooks/custom-sources-backwards-compatibility.js +3 -4
  378. package/build/hooks/custom-sources-backwards-compatibility.js.map +1 -1
  379. package/build/hooks/index.js +1 -0
  380. package/build/hooks/index.js.map +1 -1
  381. package/build/hooks/media-upload.js +10 -0
  382. package/build/hooks/media-upload.js.map +1 -0
  383. package/build/hooks/pattern-overrides.js +15 -11
  384. package/build/hooks/pattern-overrides.js.map +1 -1
  385. package/build/private-apis.js +12 -28
  386. package/build/private-apis.js.map +1 -1
  387. package/build/private-apis.native.js +2 -26
  388. package/build/private-apis.native.js.map +1 -1
  389. package/build/store/constants.js +4 -1
  390. package/build/store/constants.js.map +1 -1
  391. package/build/store/private-actions.js +10 -14
  392. package/build/store/private-actions.js.map +1 -1
  393. package/build/store/private-selectors.js +39 -1
  394. package/build/store/private-selectors.js.map +1 -1
  395. package/build/store/selectors.js +1 -1
  396. package/build/store/selectors.js.map +1 -1
  397. package/build/utils/set-nested-value.js +44 -0
  398. package/build/utils/set-nested-value.js.map +1 -0
  399. package/build-module/bindings/index.js +1 -3
  400. package/build-module/bindings/index.js.map +1 -1
  401. package/build-module/bindings/pattern-overrides.js +1 -1
  402. package/build-module/bindings/pattern-overrides.js.map +1 -1
  403. package/build-module/bindings/post-meta.js +38 -2
  404. package/build-module/bindings/post-meta.js.map +1 -1
  405. package/build-module/components/autocompleters/user.js +14 -9
  406. package/build-module/components/autocompleters/user.js.map +1 -1
  407. package/build-module/components/block-manager/category.js +20 -17
  408. package/build-module/components/block-manager/category.js.map +1 -1
  409. package/build-module/components/block-manager/checklist.js +16 -14
  410. package/build-module/components/block-manager/checklist.js.map +1 -1
  411. package/build-module/components/block-manager/index.js +38 -33
  412. package/build-module/components/block-manager/index.js.map +1 -1
  413. package/build-module/components/block-removal-warnings/index.js +2 -2
  414. package/build-module/components/block-removal-warnings/index.js.map +1 -1
  415. package/build-module/components/block-settings-menu/content-only-settings-menu.js +61 -36
  416. package/build-module/components/block-settings-menu/content-only-settings-menu.js.map +1 -1
  417. package/build-module/components/block-settings-menu/plugin-block-settings-menu-item.js +16 -13
  418. package/build-module/components/block-settings-menu/plugin-block-settings-menu-item.js.map +1 -1
  419. package/build-module/components/blog-title/index.js +110 -0
  420. package/build-module/components/blog-title/index.js.map +1 -0
  421. package/build-module/components/collapsible-block-toolbar/index.js +23 -18
  422. package/build-module/components/collapsible-block-toolbar/index.js.map +1 -1
  423. package/build-module/components/commands/index.js +111 -5
  424. package/build-module/components/commands/index.js.map +1 -1
  425. package/build-module/components/create-template-part-modal/index.js +160 -0
  426. package/build-module/components/create-template-part-modal/index.js.map +1 -0
  427. package/build-module/components/create-template-part-modal/utils.js +54 -0
  428. package/build-module/components/create-template-part-modal/utils.js.map +1 -0
  429. package/build-module/components/deprecated.js +2 -2
  430. package/build-module/components/deprecated.js.map +1 -1
  431. package/build-module/components/document-bar/index.js +93 -68
  432. package/build-module/components/document-bar/index.js.map +1 -1
  433. package/build-module/components/document-outline/index.js +125 -120
  434. package/build-module/components/document-outline/index.js.map +1 -1
  435. package/build-module/components/document-outline/item.js +19 -14
  436. package/build-module/components/document-outline/item.js.map +1 -1
  437. package/build-module/components/document-tools/index.js +58 -53
  438. package/build-module/components/document-tools/index.js.map +1 -1
  439. package/build-module/components/editor/index.js +76 -0
  440. package/build-module/components/editor/index.js.map +1 -0
  441. package/build-module/components/editor-help/add-blocks.native.js +16 -11
  442. package/build-module/components/editor-help/add-blocks.native.js.map +1 -1
  443. package/build-module/components/editor-help/customize-blocks.native.js +16 -11
  444. package/build-module/components/editor-help/customize-blocks.native.js.map +1 -1
  445. package/build-module/components/editor-help/help-detail-navigation-screen.native.js +33 -22
  446. package/build-module/components/editor-help/help-detail-navigation-screen.native.js.map +1 -1
  447. package/build-module/components/editor-help/help-get-support-button.native.js +8 -6
  448. package/build-module/components/editor-help/help-get-support-button.native.js.map +1 -1
  449. package/build-module/components/editor-help/help-section-title.native.js +8 -6
  450. package/build-module/components/editor-help/help-section-title.native.js.map +1 -1
  451. package/build-module/components/editor-help/help-topic-row.native.js +7 -6
  452. package/build-module/components/editor-help/help-topic-row.native.js.map +1 -1
  453. package/build-module/components/editor-help/icon-move-blocks.native.js +7 -6
  454. package/build-module/components/editor-help/icon-move-blocks.native.js.map +1 -1
  455. package/build-module/components/editor-help/index.native.js +96 -76
  456. package/build-module/components/editor-help/index.native.js.map +1 -1
  457. package/build-module/components/editor-help/intro-to-blocks.native.js +43 -37
  458. package/build-module/components/editor-help/intro-to-blocks.native.js.map +1 -1
  459. package/build-module/components/editor-help/move-blocks.native.js +27 -21
  460. package/build-module/components/editor-help/move-blocks.native.js.map +1 -1
  461. package/build-module/components/editor-help/remove-blocks.native.js +14 -9
  462. package/build-module/components/editor-help/remove-blocks.native.js.map +1 -1
  463. package/build-module/components/editor-help/view-sections.native.js +25 -19
  464. package/build-module/components/editor-help/view-sections.native.js.map +1 -1
  465. package/build-module/components/editor-history/redo.js +2 -2
  466. package/build-module/components/editor-history/redo.js.map +1 -1
  467. package/build-module/components/editor-history/undo.js +2 -2
  468. package/build-module/components/editor-history/undo.js.map +1 -1
  469. package/build-module/components/editor-interface/content-slot-fill.js +16 -0
  470. package/build-module/components/editor-interface/content-slot-fill.js.map +1 -0
  471. package/build-module/components/editor-interface/index.js +170 -0
  472. package/build-module/components/editor-interface/index.js.map +1 -0
  473. package/build-module/components/editor-notices/index.js +25 -9
  474. package/build-module/components/editor-notices/index.js.map +1 -1
  475. package/build-module/components/editor-snackbars/index.js +2 -2
  476. package/build-module/components/editor-snackbars/index.js.map +1 -1
  477. package/build-module/components/entities-saved-states/entity-record-item.js +40 -11
  478. package/build-module/components/entities-saved-states/entity-record-item.js.map +1 -1
  479. package/build-module/components/entities-saved-states/entity-type-list.js +26 -22
  480. package/build-module/components/entities-saved-states/entity-type-list.js.map +1 -1
  481. package/build-module/components/entities-saved-states/index.js +54 -46
  482. package/build-module/components/entities-saved-states/index.js.map +1 -1
  483. package/build-module/components/error-boundary/index.js +27 -14
  484. package/build-module/components/error-boundary/index.js.map +1 -1
  485. package/build-module/components/error-boundary/index.native.js +46 -35
  486. package/build-module/components/error-boundary/index.native.js.map +1 -1
  487. package/build-module/components/global-keyboard-shortcuts/register-shortcuts.js +2 -2
  488. package/build-module/components/global-keyboard-shortcuts/register-shortcuts.js.map +1 -1
  489. package/build-module/components/global-styles-provider/index.js +82 -17
  490. package/build-module/components/global-styles-provider/index.js.map +1 -1
  491. package/build-module/components/header/back-button.js +31 -0
  492. package/build-module/components/header/back-button.js.map +1 -0
  493. package/build-module/components/header/index.js +86 -60
  494. package/build-module/components/header/index.js.map +1 -1
  495. package/build-module/components/inserter-sidebar/index.js +47 -21
  496. package/build-module/components/inserter-sidebar/index.js.map +1 -1
  497. package/build-module/components/keyboard-shortcut-help-modal/dynamic-shortcut.js +2 -2
  498. package/build-module/components/keyboard-shortcut-help-modal/dynamic-shortcut.js.map +1 -1
  499. package/build-module/components/keyboard-shortcut-help-modal/index.js +54 -48
  500. package/build-module/components/keyboard-shortcut-help-modal/index.js.map +1 -1
  501. package/build-module/components/keyboard-shortcut-help-modal/shortcut.js +32 -26
  502. package/build-module/components/keyboard-shortcut-help-modal/shortcut.js.map +1 -1
  503. package/build-module/components/list-view-sidebar/index.js +60 -47
  504. package/build-module/components/list-view-sidebar/index.js.map +1 -1
  505. package/build-module/components/list-view-sidebar/list-view-outline.js +23 -4
  506. package/build-module/components/list-view-sidebar/list-view-outline.js.map +1 -1
  507. package/build-module/components/local-autosave-monitor/index.js +15 -2
  508. package/build-module/components/local-autosave-monitor/index.js.map +1 -1
  509. package/build-module/components/media-categories/index.js +1 -1
  510. package/build-module/components/media-categories/index.js.map +1 -1
  511. package/build-module/components/mode-switcher/index.js +9 -8
  512. package/build-module/components/mode-switcher/index.js.map +1 -1
  513. package/build-module/components/more-menu/copy-content-menu-item.js +5 -4
  514. package/build-module/components/more-menu/copy-content-menu-item.js.map +1 -1
  515. package/build-module/components/more-menu/index.js +91 -76
  516. package/build-module/components/more-menu/index.js.map +1 -1
  517. package/build-module/components/more-menu/tools-more-menu-group.js +2 -2
  518. package/build-module/components/more-menu/tools-more-menu-group.js.map +1 -1
  519. package/build-module/components/more-menu/view-more-menu-group.js +2 -2
  520. package/build-module/components/more-menu/view-more-menu-group.js.map +1 -1
  521. package/build-module/components/offline-status/index.native.js +12 -9
  522. package/build-module/components/offline-status/index.native.js.map +1 -1
  523. package/build-module/components/page-attributes/order.js +90 -17
  524. package/build-module/components/page-attributes/order.js.map +1 -1
  525. package/build-module/components/page-attributes/panel.js +13 -21
  526. package/build-module/components/page-attributes/panel.js.map +1 -1
  527. package/build-module/components/page-attributes/parent.js +88 -5
  528. package/build-module/components/page-attributes/parent.js.map +1 -1
  529. package/build-module/components/pattern-duplicate-modal/index.js +51 -0
  530. package/build-module/components/pattern-duplicate-modal/index.js.map +1 -0
  531. package/build-module/components/pattern-overrides-panel/index.js +2 -2
  532. package/build-module/components/pattern-overrides-panel/index.js.map +1 -1
  533. package/build-module/components/pattern-rename-modal/index.js +50 -0
  534. package/build-module/components/pattern-rename-modal/index.js.map +1 -0
  535. package/build-module/components/plugin-document-setting-panel/index.js +19 -12
  536. package/build-module/components/plugin-document-setting-panel/index.js.map +1 -1
  537. package/build-module/components/plugin-post-publish-panel/index.js +10 -7
  538. package/build-module/components/plugin-post-publish-panel/index.js.map +1 -1
  539. package/build-module/components/plugin-post-status-info/index.js +7 -4
  540. package/build-module/components/plugin-post-status-info/index.js.map +1 -1
  541. package/build-module/components/plugin-pre-publish-panel/index.js +10 -7
  542. package/build-module/components/plugin-pre-publish-panel/index.js.map +1 -1
  543. package/build-module/components/plugin-sidebar/index.js +2 -2
  544. package/build-module/components/plugin-sidebar/index.js.map +1 -1
  545. package/build-module/components/plugin-sidebar-more-menu-item/index.js +2 -3
  546. package/build-module/components/plugin-sidebar-more-menu-item/index.js.map +1 -1
  547. package/build-module/components/post-actions/actions.js +380 -309
  548. package/build-module/components/post-actions/actions.js.map +1 -1
  549. package/build-module/components/post-actions/export-pattern-action.js +58 -0
  550. package/build-module/components/post-actions/export-pattern-action.js.map +1 -0
  551. package/build-module/components/post-actions/export-pattern-action.native.js +5 -0
  552. package/build-module/components/post-actions/export-pattern-action.native.js.map +1 -0
  553. package/build-module/components/post-actions/index.js +68 -50
  554. package/build-module/components/post-actions/index.js.map +1 -1
  555. package/build-module/components/post-author/check.js +5 -4
  556. package/build-module/components/post-author/check.js.map +1 -1
  557. package/build-module/components/post-author/combobox.js +4 -3
  558. package/build-module/components/post-author/combobox.js.map +1 -1
  559. package/build-module/components/post-author/hook.js +2 -1
  560. package/build-module/components/post-author/hook.js.map +1 -1
  561. package/build-module/components/post-author/index.js +3 -3
  562. package/build-module/components/post-author/index.js.map +1 -1
  563. package/build-module/components/post-author/panel.js +72 -4
  564. package/build-module/components/post-author/panel.js.map +1 -1
  565. package/build-module/components/post-author/select.js +4 -3
  566. package/build-module/components/post-author/select.js.map +1 -1
  567. package/build-module/components/post-card-panel/index.js +54 -20
  568. package/build-module/components/post-card-panel/index.js.map +1 -1
  569. package/build-module/components/post-comments/index.js +40 -22
  570. package/build-module/components/post-comments/index.js.map +1 -1
  571. package/build-module/components/post-content-information/index.js +8 -5
  572. package/build-module/components/post-content-information/index.js.map +1 -1
  573. package/build-module/components/post-discussion/panel.js +56 -39
  574. package/build-module/components/post-discussion/panel.js.map +1 -1
  575. package/build-module/components/post-excerpt/check.js +5 -4
  576. package/build-module/components/post-excerpt/check.js.map +1 -1
  577. package/build-module/components/post-excerpt/index.js +17 -15
  578. package/build-module/components/post-excerpt/index.js.map +1 -1
  579. package/build-module/components/post-excerpt/panel.js +60 -40
  580. package/build-module/components/post-excerpt/panel.js.map +1 -1
  581. package/build-module/components/post-excerpt/plugin.js +7 -4
  582. package/build-module/components/post-excerpt/plugin.js.map +1 -1
  583. package/build-module/components/post-featured-image/check.js +18 -6
  584. package/build-module/components/post-featured-image/check.js.map +1 -1
  585. package/build-module/components/post-featured-image/index.js +78 -49
  586. package/build-module/components/post-featured-image/index.js.map +1 -1
  587. package/build-module/components/post-featured-image/panel.js +22 -7
  588. package/build-module/components/post-featured-image/panel.js.map +1 -1
  589. package/build-module/components/post-format/check.js +14 -4
  590. package/build-module/components/post-format/check.js.map +1 -1
  591. package/build-module/components/post-format/index.js +39 -21
  592. package/build-module/components/post-format/index.js.map +1 -1
  593. package/build-module/components/post-format/panel.js +75 -7
  594. package/build-module/components/post-format/panel.js.map +1 -1
  595. package/build-module/components/post-last-edited-panel/index.js +7 -4
  596. package/build-module/components/post-last-edited-panel/index.js.map +1 -1
  597. package/build-module/components/post-last-revision/check.js +14 -4
  598. package/build-module/components/post-last-revision/check.js.map +1 -1
  599. package/build-module/components/post-last-revision/index.js +48 -17
  600. package/build-module/components/post-last-revision/index.js.map +1 -1
  601. package/build-module/components/post-last-revision/panel.js +13 -4
  602. package/build-module/components/post-last-revision/panel.js.map +1 -1
  603. package/build-module/components/post-locked-modal/index.js +60 -34
  604. package/build-module/components/post-locked-modal/index.js.map +1 -1
  605. package/build-module/components/post-panel-row/index.js +12 -8
  606. package/build-module/components/post-panel-row/index.js.map +1 -1
  607. package/build-module/components/post-panel-section/index.js +5 -4
  608. package/build-module/components/post-panel-section/index.js.map +1 -1
  609. package/build-module/components/post-pending-status/check.js +11 -0
  610. package/build-module/components/post-pending-status/check.js.map +1 -1
  611. package/build-module/components/post-pending-status/index.js +15 -7
  612. package/build-module/components/post-pending-status/index.js.map +1 -1
  613. package/build-module/components/post-pingbacks/index.js +13 -5
  614. package/build-module/components/post-pingbacks/index.js.map +1 -1
  615. package/build-module/components/post-preview-button/index.js +48 -21
  616. package/build-module/components/post-preview-button/index.js.map +1 -1
  617. package/build-module/components/post-publish-button/index.js +22 -11
  618. package/build-module/components/post-publish-button/index.js.map +1 -1
  619. package/build-module/components/post-publish-button/post-publish-button-or-toggle.js +2 -2
  620. package/build-module/components/post-publish-button/post-publish-button-or-toggle.js.map +1 -1
  621. package/build-module/components/post-publish-panel/index.js +49 -33
  622. package/build-module/components/post-publish-panel/index.js.map +1 -1
  623. package/build-module/components/post-publish-panel/maybe-category-panel.js +13 -9
  624. package/build-module/components/post-publish-panel/maybe-category-panel.js.map +1 -1
  625. package/build-module/components/post-publish-panel/maybe-post-format-panel.js +22 -15
  626. package/build-module/components/post-publish-panel/maybe-post-format-panel.js.map +1 -1
  627. package/build-module/components/post-publish-panel/maybe-tags-panel.js +14 -10
  628. package/build-module/components/post-publish-panel/maybe-tags-panel.js.map +1 -1
  629. package/build-module/components/post-publish-panel/maybe-upload-media.js +30 -24
  630. package/build-module/components/post-publish-panel/maybe-upload-media.js.map +1 -1
  631. package/build-module/components/post-publish-panel/postpublish.js +57 -38
  632. package/build-module/components/post-publish-panel/postpublish.js.map +1 -1
  633. package/build-module/components/post-publish-panel/prepublish.js +43 -26
  634. package/build-module/components/post-publish-panel/prepublish.js.map +1 -1
  635. package/build-module/components/post-saved-state/index.js +8 -6
  636. package/build-module/components/post-saved-state/index.js.map +1 -1
  637. package/build-module/components/post-schedule/check.js +9 -0
  638. package/build-module/components/post-schedule/check.js.map +1 -1
  639. package/build-module/components/post-schedule/index.js +30 -6
  640. package/build-module/components/post-schedule/index.js.map +1 -1
  641. package/build-module/components/post-schedule/label.js +17 -0
  642. package/build-module/components/post-schedule/label.js.map +1 -1
  643. package/build-module/components/post-schedule/panel.js +43 -30
  644. package/build-module/components/post-schedule/panel.js.map +1 -1
  645. package/build-module/components/post-slug/check.js +5 -4
  646. package/build-module/components/post-slug/check.js.map +1 -1
  647. package/build-module/components/post-slug/index.js +5 -3
  648. package/build-module/components/post-slug/index.js.map +1 -1
  649. package/build-module/components/post-slug/panel.js +7 -4
  650. package/build-module/components/post-slug/panel.js.map +1 -1
  651. package/build-module/components/post-status/index.js +121 -120
  652. package/build-module/components/post-status/index.js.map +1 -1
  653. package/build-module/components/post-sticky/index.js +17 -9
  654. package/build-module/components/post-sticky/index.js.map +1 -1
  655. package/build-module/components/post-sticky/panel.js +6 -2
  656. package/build-module/components/post-sticky/panel.js.map +1 -1
  657. package/build-module/components/post-switch-to-draft-button/index.js +27 -21
  658. package/build-module/components/post-switch-to-draft-button/index.js.map +1 -1
  659. package/build-module/components/post-sync-status/index.js +8 -6
  660. package/build-module/components/post-sync-status/index.js.map +1 -1
  661. package/build-module/components/post-taxonomies/flat-term-selector.js +22 -18
  662. package/build-module/components/post-taxonomies/flat-term-selector.js.map +1 -1
  663. package/build-module/components/post-taxonomies/hierarchical-term-selector.js +71 -59
  664. package/build-module/components/post-taxonomies/hierarchical-term-selector.js.map +1 -1
  665. package/build-module/components/post-taxonomies/index.js +6 -6
  666. package/build-module/components/post-taxonomies/index.js.map +1 -1
  667. package/build-module/components/post-taxonomies/most-used-terms.js +20 -15
  668. package/build-module/components/post-taxonomies/most-used-terms.js.map +1 -1
  669. package/build-module/components/post-taxonomies/panel.js +15 -11
  670. package/build-module/components/post-taxonomies/panel.js.map +1 -1
  671. package/build-module/components/post-template/block-theme.js +44 -32
  672. package/build-module/components/post-template/block-theme.js.map +1 -1
  673. package/build-module/components/post-template/classic-theme.js +74 -50
  674. package/build-module/components/post-template/classic-theme.js.map +1 -1
  675. package/build-module/components/post-template/create-new-template-modal.js +34 -27
  676. package/build-module/components/post-template/create-new-template-modal.js.map +1 -1
  677. package/build-module/components/post-template/create-new-template.js +16 -11
  678. package/build-module/components/post-template/create-new-template.js.map +1 -1
  679. package/build-module/components/post-template/panel.js +17 -9
  680. package/build-module/components/post-template/panel.js.map +1 -1
  681. package/build-module/components/post-template/reset-default-template.js +5 -4
  682. package/build-module/components/post-template/reset-default-template.js.map +1 -1
  683. package/build-module/components/post-template/swap-template-button.js +22 -15
  684. package/build-module/components/post-template/swap-template-button.js.map +1 -1
  685. package/build-module/components/post-text-editor/index.js +30 -19
  686. package/build-module/components/post-text-editor/index.js.map +1 -1
  687. package/build-module/components/post-title/index.js +29 -18
  688. package/build-module/components/post-title/index.js.map +1 -1
  689. package/build-module/components/post-title/index.native.js +81 -57
  690. package/build-module/components/post-title/index.native.js.map +1 -1
  691. package/build-module/components/post-title/post-title-raw.js +11 -2
  692. package/build-module/components/post-title/post-title-raw.js.map +1 -1
  693. package/build-module/components/post-title/use-post-title-focus.js +8 -0
  694. package/build-module/components/post-title/use-post-title-focus.js.map +1 -1
  695. package/build-module/components/post-title/use-post-title.js +6 -0
  696. package/build-module/components/post-title/use-post-title.js.map +1 -1
  697. package/build-module/components/post-transform-panel/index.js +12 -12
  698. package/build-module/components/post-transform-panel/index.js.map +1 -1
  699. package/build-module/components/post-trash/index.js +21 -15
  700. package/build-module/components/post-trash/index.js.map +1 -1
  701. package/build-module/components/post-url/check.js +9 -0
  702. package/build-module/components/post-url/check.js.map +1 -1
  703. package/build-module/components/post-url/index.js +100 -72
  704. package/build-module/components/post-url/index.js.map +1 -1
  705. package/build-module/components/post-url/label.js +12 -0
  706. package/build-module/components/post-url/label.js.map +1 -1
  707. package/build-module/components/post-url/panel.js +59 -25
  708. package/build-module/components/post-url/panel.js.map +1 -1
  709. package/build-module/components/post-view-link/index.js +2 -2
  710. package/build-module/components/post-view-link/index.js.map +1 -1
  711. package/build-module/components/post-visibility/check.js +10 -0
  712. package/build-module/components/post-visibility/check.js.map +1 -1
  713. package/build-module/components/post-visibility/index.js +85 -67
  714. package/build-module/components/post-visibility/index.js.map +1 -1
  715. package/build-module/components/post-visibility/label.js +12 -0
  716. package/build-module/components/post-visibility/label.js.map +1 -1
  717. package/build-module/components/posts-per-page/index.js +103 -0
  718. package/build-module/components/posts-per-page/index.js.map +1 -0
  719. package/build-module/components/preferences-modal/enable-plugin-document-setting-panel.js +7 -5
  720. package/build-module/components/preferences-modal/enable-plugin-document-setting-panel.js.map +1 -1
  721. package/build-module/components/preferences-modal/index.js +126 -102
  722. package/build-module/components/preferences-modal/index.js.map +1 -1
  723. package/build-module/components/preview-dropdown/index.js +49 -31
  724. package/build-module/components/preview-dropdown/index.js.map +1 -1
  725. package/build-module/components/provider/disable-non-page-content-blocks.js +5 -3
  726. package/build-module/components/provider/disable-non-page-content-blocks.js.map +1 -1
  727. package/build-module/components/provider/index.js +96 -20
  728. package/build-module/components/provider/index.js.map +1 -1
  729. package/build-module/components/provider/index.native.js +58 -20
  730. package/build-module/components/provider/index.native.js.map +1 -1
  731. package/build-module/components/provider/use-block-editor-settings.js +7 -6
  732. package/build-module/components/provider/use-block-editor-settings.js.map +1 -1
  733. package/build-module/components/provider/with-registry-provider.js +33 -26
  734. package/build-module/components/provider/with-registry-provider.js.map +1 -1
  735. package/build-module/components/resizable-editor/index.js +89 -0
  736. package/build-module/components/resizable-editor/index.js.map +1 -0
  737. package/build-module/components/resizable-editor/resize-handle.js +54 -0
  738. package/build-module/components/resizable-editor/resize-handle.js.map +1 -0
  739. package/build-module/components/save-publish-panels/index.js +37 -26
  740. package/build-module/components/save-publish-panels/index.js.map +1 -1
  741. package/build-module/components/sidebar/header.js +18 -14
  742. package/build-module/components/sidebar/header.js.map +1 -1
  743. package/build-module/components/sidebar/index.js +36 -31
  744. package/build-module/components/sidebar/index.js.map +1 -1
  745. package/build-module/components/sidebar/post-summary.js +34 -25
  746. package/build-module/components/sidebar/post-summary.js.map +1 -1
  747. package/build-module/components/site-discussion/index.js +127 -0
  748. package/build-module/components/site-discussion/index.js.map +1 -0
  749. package/build-module/components/start-page-options/index.js +13 -11
  750. package/build-module/components/start-page-options/index.js.map +1 -1
  751. package/build-module/components/start-template-options/index.js +30 -23
  752. package/build-module/components/start-template-options/index.js.map +1 -1
  753. package/build-module/components/table-of-contents/index.js +4 -4
  754. package/build-module/components/table-of-contents/index.js.map +1 -1
  755. package/build-module/components/table-of-contents/panel.js +55 -35
  756. package/build-module/components/table-of-contents/panel.js.map +1 -1
  757. package/build-module/components/template-areas/index.js +37 -22
  758. package/build-module/components/template-areas/index.js.map +1 -1
  759. package/build-module/components/template-content-panel/index.js +7 -6
  760. package/build-module/components/template-content-panel/index.js.map +1 -1
  761. package/build-module/components/template-validation-notice/index.js +27 -21
  762. package/build-module/components/template-validation-notice/index.js.map +1 -1
  763. package/build-module/components/text-editor/index.js +66 -0
  764. package/build-module/components/text-editor/index.js.map +1 -0
  765. package/build-module/components/time-to-read/index.js +7 -6
  766. package/build-module/components/time-to-read/index.js.map +1 -1
  767. package/build-module/components/{editor-canvas → visual-editor}/edit-template-blocks-notification.js +5 -4
  768. package/build-module/components/visual-editor/edit-template-blocks-notification.js.map +1 -0
  769. package/build-module/components/{editor-canvas → visual-editor}/index.js +118 -75
  770. package/build-module/components/visual-editor/index.js.map +1 -0
  771. package/build-module/components/word-count/index.js +5 -4
  772. package/build-module/components/word-count/index.js.map +1 -1
  773. package/build-module/hooks/custom-sources-backwards-compatibility.js +2 -2
  774. package/build-module/hooks/custom-sources-backwards-compatibility.js.map +1 -1
  775. package/build-module/hooks/index.js +1 -0
  776. package/build-module/hooks/index.js.map +1 -1
  777. package/build-module/hooks/media-upload.js +7 -0
  778. package/build-module/hooks/media-upload.js.map +1 -0
  779. package/build-module/hooks/pattern-overrides.js +17 -11
  780. package/build-module/hooks/pattern-overrides.js.map +1 -1
  781. package/build-module/private-apis.js +12 -28
  782. package/build-module/private-apis.js.map +1 -1
  783. package/build-module/private-apis.native.js +2 -26
  784. package/build-module/private-apis.native.js.map +1 -1
  785. package/build-module/store/constants.js +3 -0
  786. package/build-module/store/constants.js.map +1 -1
  787. package/build-module/store/private-actions.js +10 -14
  788. package/build-module/store/private-actions.js.map +1 -1
  789. package/build-module/store/private-selectors.js +38 -1
  790. package/build-module/store/private-selectors.js.map +1 -1
  791. package/build-module/store/selectors.js +1 -1
  792. package/build-module/store/selectors.js.map +1 -1
  793. package/build-module/utils/set-nested-value.js +38 -0
  794. package/build-module/utils/set-nested-value.js.map +1 -0
  795. package/build-style/style-rtl.css +344 -129
  796. package/build-style/style.css +344 -129
  797. package/package.json +40 -36
  798. package/src/bindings/index.js +1 -4
  799. package/src/bindings/pattern-overrides.js +1 -1
  800. package/src/bindings/post-meta.js +46 -6
  801. package/src/components/block-settings-menu/content-only-settings-menu.js +26 -12
  802. package/src/components/blog-title/index.js +124 -0
  803. package/src/components/blog-title/style.scss +4 -0
  804. package/src/components/collapsible-block-toolbar/style.scss +3 -1
  805. package/src/components/commands/index.js +113 -3
  806. package/src/components/create-template-part-modal/index.js +205 -0
  807. package/src/components/create-template-part-modal/style.scss +69 -0
  808. package/src/components/create-template-part-modal/test/utils.js +60 -0
  809. package/src/components/create-template-part-modal/utils.js +67 -0
  810. package/src/components/document-bar/index.js +32 -21
  811. package/src/components/document-tools/index.js +2 -7
  812. package/src/components/editor/index.js +93 -0
  813. package/src/components/editor-help/help-get-support-button.native.js +1 -1
  814. package/src/components/editor-interface/content-slot-fill.js +15 -0
  815. package/src/components/editor-interface/index.js +230 -0
  816. package/src/components/editor-interface/style.scss +3 -0
  817. package/src/components/editor-notices/index.js +10 -0
  818. package/src/components/entities-saved-states/entity-record-item.js +45 -16
  819. package/src/components/entities-saved-states/style.scss +11 -5
  820. package/src/components/error-boundary/index.js +10 -0
  821. package/src/components/error-boundary/index.native.js +1 -1
  822. package/src/components/global-styles-provider/index.js +100 -8
  823. package/src/components/header/back-button.js +32 -0
  824. package/src/components/header/index.js +26 -18
  825. package/src/components/header/style.scss +6 -1
  826. package/src/components/inserter-sidebar/index.js +65 -32
  827. package/src/components/inserter-sidebar/style.scss +0 -13
  828. package/src/components/local-autosave-monitor/index.js +12 -0
  829. package/src/components/media-categories/index.js +1 -3
  830. package/src/components/page-attributes/order.js +79 -3
  831. package/src/components/page-attributes/panel.js +10 -26
  832. package/src/components/page-attributes/parent.js +98 -2
  833. package/src/components/page-attributes/style.scss +19 -0
  834. package/src/components/pattern-duplicate-modal/index.js +50 -0
  835. package/src/components/pattern-rename-modal/index.js +44 -0
  836. package/src/components/post-actions/actions.js +308 -261
  837. package/src/components/post-actions/export-pattern-action.js +74 -0
  838. package/src/components/post-actions/export-pattern-action.native.js +4 -0
  839. package/src/components/post-actions/index.js +16 -5
  840. package/src/components/post-author/combobox.js +1 -0
  841. package/src/components/post-author/hook.js +1 -1
  842. package/src/components/post-author/panel.js +63 -2
  843. package/src/components/post-author/select.js +1 -0
  844. package/src/components/post-author/style.scss +6 -0
  845. package/src/components/post-card-panel/index.js +69 -22
  846. package/src/components/post-card-panel/style.scss +23 -1
  847. package/src/components/post-comments/index.js +5 -0
  848. package/src/components/post-discussion/panel.js +9 -2
  849. package/src/components/post-discussion/style.scss +1 -3
  850. package/src/components/post-excerpt/panel.js +45 -48
  851. package/src/components/post-excerpt/style.scss +0 -17
  852. package/src/components/post-featured-image/check.js +9 -0
  853. package/src/components/post-featured-image/index.js +15 -0
  854. package/src/components/post-featured-image/panel.js +9 -0
  855. package/src/components/post-format/check.js +8 -0
  856. package/src/components/post-format/index.js +15 -4
  857. package/src/components/post-format/panel.js +71 -6
  858. package/src/components/post-format/style.scss +10 -4
  859. package/src/components/post-last-revision/check.js +8 -0
  860. package/src/components/post-last-revision/index.js +31 -3
  861. package/src/components/post-last-revision/panel.js +5 -0
  862. package/src/components/post-last-revision/style.scss +4 -0
  863. package/src/components/post-locked-modal/index.js +6 -0
  864. package/src/components/post-panel-row/style.scss +16 -0
  865. package/src/components/post-pending-status/check.js +10 -0
  866. package/src/components/post-pending-status/index.js +5 -0
  867. package/src/components/post-pingbacks/index.js +6 -0
  868. package/src/components/post-preview-button/index.js +16 -0
  869. package/src/components/post-preview-button/test/index.js +10 -2
  870. package/src/components/post-publish-button/index.js +17 -4
  871. package/src/components/post-publish-panel/index.js +2 -0
  872. package/src/components/post-publish-panel/maybe-tags-panel.js +1 -1
  873. package/src/components/post-publish-panel/style.scss +28 -36
  874. package/src/components/post-publish-panel/test/__snapshots__/index.js.snap +3 -3
  875. package/src/components/post-schedule/check.js +8 -0
  876. package/src/components/post-schedule/index.js +30 -3
  877. package/src/components/post-schedule/label.js +15 -0
  878. package/src/components/post-schedule/panel.js +9 -1
  879. package/src/components/post-schedule/style.scss +0 -11
  880. package/src/components/post-status/index.js +30 -52
  881. package/src/components/post-status/style.scss +4 -34
  882. package/src/components/post-sticky/index.js +12 -7
  883. package/src/components/post-sticky/style.scss +3 -0
  884. package/src/components/post-sync-status/index.js +2 -8
  885. package/src/components/post-template/block-theme.js +1 -0
  886. package/src/components/post-template/classic-theme.js +15 -0
  887. package/src/components/post-template/panel.js +5 -0
  888. package/src/components/post-template/style.scss +0 -8
  889. package/src/components/post-text-editor/index.js +5 -0
  890. package/src/components/post-title/index.js +8 -1
  891. package/src/components/post-title/index.native.js +70 -35
  892. package/src/components/post-title/post-title-raw.js +8 -0
  893. package/src/components/post-title/use-post-title-focus.js +7 -0
  894. package/src/components/post-title/use-post-title.js +5 -0
  895. package/src/components/post-transform-panel/index.js +2 -10
  896. package/src/components/post-url/check.js +8 -0
  897. package/src/components/post-url/index.js +41 -24
  898. package/src/components/post-url/label.js +10 -0
  899. package/src/components/post-url/panel.js +18 -5
  900. package/src/components/post-url/style.scss +0 -9
  901. package/src/components/post-visibility/check.js +9 -0
  902. package/src/components/post-visibility/index.js +7 -0
  903. package/src/components/post-visibility/label.js +10 -0
  904. package/src/components/posts-per-page/index.js +101 -0
  905. package/src/components/posts-per-page/style.scss +4 -0
  906. package/src/components/provider/disable-non-page-content-blocks.js +9 -4
  907. package/src/components/provider/index.js +68 -0
  908. package/src/components/provider/index.native.js +43 -2
  909. package/src/components/provider/use-block-editor-settings.js +4 -6
  910. package/src/components/provider/with-registry-provider.js +32 -31
  911. package/src/components/resizable-editor/index.js +90 -0
  912. package/src/components/resizable-editor/resize-handle.js +62 -0
  913. package/src/components/resizable-editor/style.scss +53 -0
  914. package/src/components/save-publish-panels/index.js +10 -2
  915. package/src/components/save-publish-panels/style.scss +0 -8
  916. package/src/components/sidebar/index.js +0 -4
  917. package/src/components/sidebar/post-summary.js +16 -21
  918. package/src/components/sidebar/style.scss +1 -1
  919. package/src/components/site-discussion/index.js +138 -0
  920. package/src/components/site-discussion/style.scss +19 -0
  921. package/src/components/start-template-options/style.scss +0 -8
  922. package/src/components/template-areas/index.js +15 -6
  923. package/src/components/text-editor/index.js +57 -0
  924. package/src/components/text-editor/style.scss +71 -0
  925. package/src/components/{editor-canvas → visual-editor}/index.js +177 -108
  926. package/src/components/visual-editor/style.scss +37 -0
  927. package/src/hooks/index.js +1 -0
  928. package/src/hooks/media-upload.js +11 -0
  929. package/src/private-apis.js +12 -28
  930. package/src/private-apis.native.js +2 -26
  931. package/src/store/constants.js +7 -0
  932. package/src/store/private-actions.js +22 -50
  933. package/src/store/private-selectors.js +45 -0
  934. package/src/store/selectors.js +1 -1
  935. package/src/style.scss +10 -0
  936. package/src/utils/set-nested-value.js +39 -0
  937. package/build/components/editor-canvas/edit-template-blocks-notification.js.map +0 -1
  938. package/build/components/editor-canvas/index.js.map +0 -1
  939. package/build/components/post-trash/panel.js +0 -18
  940. package/build/components/post-trash/panel.js.map +0 -1
  941. package/build-module/components/editor-canvas/edit-template-blocks-notification.js.map +0 -1
  942. package/build-module/components/editor-canvas/index.js.map +0 -1
  943. package/build-module/components/post-trash/panel.js +0 -10
  944. package/build-module/components/post-trash/panel.js.map +0 -1
  945. package/src/components/post-trash/panel.js +0 -13
  946. package/src/components/provider/README.md +0 -37
  947. /package/src/components/{editor-canvas → visual-editor}/edit-template-blocks-notification.js +0 -0
@@ -352,36 +352,37 @@ body.is-fullscreen-mode .interface-interface-skeleton {
352
352
  .interface-interface-skeleton__sidebar {
353
353
  position: relative !important;
354
354
  }
355
- .is-sidebar-opened .interface-interface-skeleton__secondary-sidebar,
356
- .is-sidebar-opened .interface-interface-skeleton__sidebar {
357
- z-index: 90;
358
- }
359
355
  }
360
356
 
361
357
  .interface-interface-skeleton__sidebar {
358
+ border-top: 1px solid #e0e0e0;
362
359
  overflow: hidden;
363
360
  }
364
361
  @media (min-width: 782px) {
365
362
  .interface-interface-skeleton__sidebar {
366
- border-right: 1px solid #e0e0e0;
363
+ box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.133);
364
+ outline: 1px solid transparent;
367
365
  }
368
366
  }
369
367
 
370
368
  .interface-interface-skeleton__secondary-sidebar {
369
+ border-top: 1px solid #e0e0e0;
371
370
  left: 0;
372
371
  }
373
372
  @media (min-width: 782px) {
374
373
  .interface-interface-skeleton__secondary-sidebar {
375
- border-left: 1px solid #e0e0e0;
374
+ box-shadow: -1px 1px 0 0 rgba(0, 0, 0, 0.133);
375
+ outline: 1px solid transparent;
376
376
  }
377
377
  }
378
378
 
379
379
  .interface-interface-skeleton__header {
380
380
  flex-shrink: 0;
381
381
  height: auto;
382
- border-bottom: 1px solid #e0e0e0;
382
+ box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.133);
383
383
  z-index: 30;
384
384
  color: #1e1e1e;
385
+ outline: 1px solid transparent;
385
386
  }
386
387
 
387
388
  .interface-interface-skeleton__footer {
@@ -587,6 +588,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
587
588
  .editor-collapsible-block-toolbar .block-editor-block-contextual-toolbar {
588
589
  border-bottom: 0;
589
590
  height: 100%;
591
+ background: transparent;
590
592
  }
591
593
  .editor-collapsible-block-toolbar .block-editor-block-toolbar {
592
594
  height: 100%;
@@ -627,8 +629,9 @@ body.is-fullscreen-mode .interface-interface-skeleton {
627
629
  }
628
630
  @media (min-width: 600px) {
629
631
  .editor-collapsible-block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container {
632
+ height: 40px;
630
633
  position: relative;
631
- top: -10px;
634
+ top: -5px;
632
635
  }
633
636
  }
634
637
  .editor-collapsible-block-toolbar.is-collapsed {
@@ -639,11 +642,72 @@ body.is-fullscreen-mode .interface-interface-skeleton {
639
642
  margin-right: 2px;
640
643
  }
641
644
 
645
+ .editor-create-template-part-modal {
646
+ z-index: 1000001;
647
+ }
648
+ @media (min-width: 600px) {
649
+ .editor-create-template-part-modal .components-modal__frame {
650
+ max-width: 500px;
651
+ }
652
+ }
653
+
654
+ .editor-create-template-part-modal__area-radio-group {
655
+ width: 100%;
656
+ border: 1px solid #757575;
657
+ border-radius: 2px;
658
+ }
659
+ .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio {
660
+ display: block;
661
+ width: 100%;
662
+ height: 100%;
663
+ text-align: right;
664
+ padding: 12px;
665
+ }
666
+ .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio, .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-secondary:hover, .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-primary:hover {
667
+ margin: 0;
668
+ background-color: inherit;
669
+ border-bottom: 1px solid #757575;
670
+ border-radius: 0;
671
+ }
672
+ .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio:not(:focus), .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-secondary:hover:not(:focus), .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-primary:hover:not(:focus) {
673
+ box-shadow: none;
674
+ }
675
+ .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio:focus, .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-secondary:hover:focus, .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-primary:hover:focus {
676
+ border-bottom: 1px solid #fff;
677
+ }
678
+ .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio:last-of-type, .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-secondary:hover:last-of-type, .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-primary:hover:last-of-type {
679
+ border-bottom: none;
680
+ }
681
+ .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio:not(:hover), .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio[aria-checked=true] {
682
+ color: #1e1e1e;
683
+ cursor: auto;
684
+ }
685
+ .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio:not(:hover) .editor-create-template-part-modal__option-label div, .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio[aria-checked=true] .editor-create-template-part-modal__option-label div {
686
+ color: #949494;
687
+ }
688
+ .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio .editor-create-template-part-modal__option-label {
689
+ padding-top: 4px;
690
+ white-space: normal;
691
+ }
692
+ .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio .editor-create-template-part-modal__option-label div {
693
+ padding-top: 4px;
694
+ font-size: 12px;
695
+ }
696
+ .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio .editor-create-template-part-modal__checkbox {
697
+ margin-right: auto;
698
+ min-width: 24px;
699
+ }
700
+
642
701
  .editor-content-only-settings-menu__description {
643
702
  padding: 8px;
644
703
  min-width: 235px;
645
704
  }
646
705
 
706
+ .editor-blog-title-dropdown__content .components-popover__content {
707
+ min-width: 320px;
708
+ padding: 16px;
709
+ }
710
+
647
711
  .editor-document-bar {
648
712
  display: flex;
649
713
  align-items: center;
@@ -899,6 +963,10 @@ body.is-fullscreen-mode .interface-interface-skeleton {
899
963
  margin-right: 8px;
900
964
  }
901
965
 
966
+ .editor-editor-interface .entities-saved-states__panel-header {
967
+ height: 61px;
968
+ }
969
+
902
970
  .components-editor-notices__dismissible,
903
971
  .components-editor-notices__pinned {
904
972
  position: relative;
@@ -951,9 +1019,17 @@ body.is-fullscreen-mode .interface-interface-skeleton {
951
1019
  margin-bottom: 4px;
952
1020
  }
953
1021
 
954
- .edit-post-layout .entities-saved-states__panel-header,
955
- .edit-site-editor__interface-skeleton .entities-saved-states__panel-header {
956
- height: 61px;
1022
+ .entities-saved-states__post-meta {
1023
+ margin-right: 24px;
1024
+ align-items: center;
1025
+ }
1026
+
1027
+ .entities-saved-states__connections-icon {
1028
+ flex-grow: 0;
1029
+ }
1030
+
1031
+ .entities-saved-states__bindings-text {
1032
+ flex-grow: 1;
957
1033
  }
958
1034
 
959
1035
  .editor-error-boundary {
@@ -1005,6 +1081,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1005
1081
  flex-grow: 1;
1006
1082
  display: flex;
1007
1083
  justify-content: center;
1084
+ min-width: 0;
1008
1085
  }
1009
1086
  .editor-header__center.is-collapsed {
1010
1087
  display: none;
@@ -1134,28 +1211,28 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1134
1211
  }
1135
1212
  }
1136
1213
 
1137
- .is-distraction-free .interface-interface-skeleton__header {
1214
+ .editor-editor-interface.is-distraction-free .interface-interface-skeleton__header {
1138
1215
  border-bottom: none;
1139
1216
  }
1140
- .is-distraction-free .editor-header {
1217
+ .editor-editor-interface.is-distraction-free .editor-header {
1141
1218
  background-color: #fff;
1142
1219
  border-bottom: 1px solid #e0e0e0;
1143
1220
  position: absolute;
1144
1221
  width: 100%;
1145
1222
  }
1146
- .is-distraction-free .editor-header > .edit-post-header__settings > .edit-post-header__post-preview-button {
1223
+ .editor-editor-interface.is-distraction-free .editor-header > .edit-post-header__settings > .edit-post-header__post-preview-button {
1147
1224
  visibility: hidden;
1148
1225
  }
1149
- .is-distraction-free .editor-header > .editor-header__toolbar .editor-document-tools__document-overview-toggle, .is-distraction-free .editor-header > .editor-header__settings > .editor-preview-dropdown, .is-distraction-free .editor-header > .editor-header__settings > .interface-pinned-items {
1226
+ .editor-editor-interface.is-distraction-free .editor-header > .editor-header__toolbar .editor-document-tools__document-overview-toggle, .editor-editor-interface.is-distraction-free .editor-header > .editor-header__settings > .editor-preview-dropdown, .editor-editor-interface.is-distraction-free .editor-header > .editor-header__settings > .interface-pinned-items {
1150
1227
  display: none;
1151
1228
  }
1152
- .is-distraction-free .interface-interface-skeleton__header:focus-within {
1229
+ .editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within {
1153
1230
  opacity: 1 !important;
1154
1231
  }
1155
- .is-distraction-free .interface-interface-skeleton__header:focus-within div {
1232
+ .editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within div {
1156
1233
  transform: translateX(0) translateZ(0) !important;
1157
1234
  }
1158
- .is-distraction-free .components-editor-notices__dismissible {
1235
+ .editor-editor-interface.is-distraction-free .components-editor-notices__dismissible {
1159
1236
  position: absolute;
1160
1237
  z-index: 35;
1161
1238
  }
@@ -1176,18 +1253,6 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1176
1253
  box-sizing: inherit;
1177
1254
  }
1178
1255
 
1179
- .block-editor-inserter-sidebar__header {
1180
- border-bottom: 1px solid #ddd;
1181
- padding-left: 8px;
1182
- display: flex;
1183
- justify-content: space-between;
1184
- }
1185
- .block-editor-inserter-sidebar__header .block-editor-inserter-sidebar__close-button {
1186
- /* stylelint-disable-next-line property-disallowed-list -- This should be refactored to avoid order if possible */
1187
- order: 1;
1188
- align-self: center;
1189
- }
1190
-
1191
1256
  .editor-inserter-sidebar__content {
1192
1257
  height: calc(100% - 36px - 8px);
1193
1258
  }
@@ -1354,6 +1419,26 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1354
1419
  color: #757575;
1355
1420
  }
1356
1421
 
1422
+ .editor-post-parent__panel,
1423
+ .editor-post-order__panel {
1424
+ padding-top: 8px;
1425
+ }
1426
+ .editor-post-parent__panel .editor-post-panel__row-control > div,
1427
+ .editor-post-order__panel .editor-post-panel__row-control > div {
1428
+ width: 100%;
1429
+ }
1430
+
1431
+ .editor-post-parent__panel-dialog .editor-post-parent,
1432
+ .editor-post-parent__panel-dialog .editor-post-order,
1433
+ .editor-post-order__panel-dialog .editor-post-parent,
1434
+ .editor-post-order__panel-dialog .editor-post-order {
1435
+ margin: 8px;
1436
+ }
1437
+ .editor-post-parent__panel-dialog .components-popover__content,
1438
+ .editor-post-order__panel-dialog .components-popover__content {
1439
+ min-width: 320px;
1440
+ }
1441
+
1357
1442
  .editor-post-author__panel {
1358
1443
  padding-top: 8px;
1359
1444
  }
@@ -1362,6 +1447,11 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1362
1447
  width: 100%;
1363
1448
  }
1364
1449
 
1450
+ .editor-post-author__panel-dialog .editor-post-author {
1451
+ min-width: 248px;
1452
+ margin: 8px;
1453
+ }
1454
+
1365
1455
  .editor-action-modal {
1366
1456
  z-index: 1000001;
1367
1457
  }
@@ -1373,7 +1463,13 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1373
1463
  width: 100%;
1374
1464
  }
1375
1465
  .editor-post-card-panel__title.editor-post-card-panel__title {
1376
- margin: 3px 0 0 0;
1466
+ margin: 0;
1467
+ padding: 2px 0;
1468
+ display: flex;
1469
+ align-items: center;
1470
+ flex-wrap: wrap;
1471
+ column-gap: 8px;
1472
+ row-gap: 4px;
1377
1473
  }
1378
1474
  .editor-post-card-panel__icon {
1379
1475
  flex: 0 0 24px;
@@ -1388,6 +1484,22 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1388
1484
  margin-bottom: 8px;
1389
1485
  }
1390
1486
 
1487
+ .editor-post-card-panel__icon.is-sync {
1488
+ fill: var(--wp-block-synced-color);
1489
+ }
1490
+
1491
+ .editor-post-card-panel__title-badge {
1492
+ background: #f0f0f0;
1493
+ color: #757575;
1494
+ padding: 0 4px;
1495
+ border-radius: 2px;
1496
+ font-size: 12px;
1497
+ font-weight: 400;
1498
+ flex-shrink: 0;
1499
+ line-height: 20px;
1500
+ display: inline-block;
1501
+ }
1502
+
1391
1503
  .editor-post-content-information {
1392
1504
  color: #757575;
1393
1505
  }
@@ -1407,9 +1519,6 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1407
1519
  margin-top: 4px;
1408
1520
  }
1409
1521
 
1410
- .editor-post-discussion__panel-toggle.components-button {
1411
- height: auto;
1412
- }
1413
1522
  .editor-post-discussion__panel-toggle .components-text {
1414
1523
  color: inherit;
1415
1524
  }
@@ -1423,21 +1532,6 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1423
1532
  margin-bottom: 10px;
1424
1533
  }
1425
1534
 
1426
- .editor-post-excerpt__dropdown__trigger {
1427
- height: auto;
1428
- padding: 0;
1429
- }
1430
- .editor-post-excerpt__dropdown__trigger:not(.has-excerpt) {
1431
- color: #757575;
1432
- }
1433
- .editor-post-excerpt__dropdown__trigger:hover {
1434
- color: #1e1e1e;
1435
- }
1436
-
1437
- .editor-post-excerpt__dropdown {
1438
- display: block;
1439
- }
1440
-
1441
1535
  .editor-post-excerpt__dropdown__content .components-popover__content {
1442
1536
  min-width: 320px;
1443
1537
  padding: 16px;
@@ -1527,10 +1621,13 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1527
1621
  margin: 4px 0 0 0;
1528
1622
  }
1529
1623
 
1530
- .editor-post-format__panel {
1531
- display: flex;
1532
- flex-direction: column;
1533
- align-items: stretch;
1624
+ .editor-post-format__dialog .editor-post-format__dialog-content {
1625
+ min-width: 248px;
1626
+ margin: 8px;
1627
+ }
1628
+
1629
+ .editor-post-format__options .components-base-control__field > .components-v-stack {
1630
+ gap: 12px;
1534
1631
  }
1535
1632
 
1536
1633
  .editor-post-last-edited-panel {
@@ -1565,6 +1662,10 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1565
1662
  padding: 16px;
1566
1663
  }
1567
1664
 
1665
+ .editor-private-post-last-revision__button {
1666
+ display: inline-block;
1667
+ }
1668
+
1568
1669
  .editor-post-locked-modal__buttons {
1569
1670
  margin-top: 24px;
1570
1671
  }
@@ -1588,6 +1689,10 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1588
1689
  min-height: 32px;
1589
1690
  display: flex;
1590
1691
  align-items: center;
1692
+ padding: 6px 0;
1693
+ line-height: 20px;
1694
+ -webkit-hyphens: auto;
1695
+ hyphens: auto;
1591
1696
  }
1592
1697
 
1593
1698
  .editor-post-panel__row-control {
@@ -1596,15 +1701,22 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1596
1701
  display: flex;
1597
1702
  align-items: center;
1598
1703
  }
1704
+ .editor-post-panel__row-control .components-button {
1705
+ max-width: 100%;
1706
+ text-align: right;
1707
+ text-wrap: balance;
1708
+ text-wrap: pretty;
1709
+ height: auto;
1710
+ min-height: 32px;
1711
+ }
1712
+ .editor-post-panel__row-control .components-dropdown {
1713
+ max-width: 100%;
1714
+ }
1599
1715
 
1600
1716
  .editor-post-panel__section {
1601
1717
  padding: 16px;
1602
1718
  }
1603
1719
 
1604
- .editor-post-publish-panel {
1605
- background: #fff;
1606
- }
1607
-
1608
1720
  .editor-post-publish-panel__content {
1609
1721
  min-height: calc(100% - 144px);
1610
1722
  }
@@ -1670,6 +1782,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1670
1782
 
1671
1783
  .editor-post-publish-panel__header-publish-button {
1672
1784
  padding-left: 4px;
1785
+ justify-content: center;
1673
1786
  }
1674
1787
 
1675
1788
  .editor-post-publish-panel__header-cancel-button {
@@ -1716,6 +1829,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1716
1829
  }
1717
1830
  .editor-post-publish-panel__prepublish .components-panel__body-title .components-button {
1718
1831
  align-items: flex-start;
1832
+ text-wrap: balance;
1719
1833
  text-wrap: pretty;
1720
1834
  }
1721
1835
 
@@ -1777,19 +1891,18 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1777
1891
  height: 40px;
1778
1892
  }
1779
1893
  }
1780
- .edit-post-layout .editor-post-publish-panel,
1781
- .edit-site-editor__interface-skeleton .editor-post-publish-panel {
1894
+ .editor-post-publish-panel {
1782
1895
  position: fixed;
1783
1896
  z-index: 100001;
1784
- top: 46px;
1897
+ background: #fff;
1898
+ top: 0;
1785
1899
  bottom: 0;
1786
1900
  left: 0;
1787
1901
  right: 0;
1788
1902
  overflow: auto;
1789
1903
  }
1790
1904
  @media (min-width: 782px) {
1791
- .edit-post-layout .editor-post-publish-panel,
1792
- .edit-site-editor__interface-skeleton .editor-post-publish-panel {
1905
+ .editor-post-publish-panel {
1793
1906
  z-index: 99998;
1794
1907
  top: 32px;
1795
1908
  right: auto;
@@ -1800,28 +1913,21 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1800
1913
  }
1801
1914
  }
1802
1915
  @media (min-width: 782px) and (prefers-reduced-motion: reduce) {
1803
- .edit-post-layout .editor-post-publish-panel,
1804
- .edit-site-editor__interface-skeleton .editor-post-publish-panel {
1916
+ .editor-post-publish-panel {
1805
1917
  animation-duration: 1ms;
1806
1918
  animation-delay: 0s;
1807
1919
  }
1808
1920
  }
1809
1921
  @media (min-width: 782px) {
1810
- body.is-fullscreen-mode .edit-post-layout .editor-post-publish-panel,
1811
- body.is-fullscreen-mode .edit-site-editor__interface-skeleton .editor-post-publish-panel {
1922
+ body.is-fullscreen-mode .editor-post-publish-panel {
1812
1923
  top: 0;
1813
1924
  }
1814
1925
  }
1815
1926
  @media (min-width: 782px) {
1816
- [role=region]:focus .edit-post-layout .editor-post-publish-panel,
1817
- [role=region]:focus .edit-site-editor__interface-skeleton .editor-post-publish-panel {
1927
+ [role=region]:focus .editor-post-publish-panel {
1818
1928
  transform: translateX(0%);
1819
1929
  }
1820
1930
  }
1821
- .edit-post-layout .editor-post-publish-panel__header-publish-button,
1822
- .edit-site-editor__interface-skeleton .editor-post-publish-panel__header-publish-button {
1823
- justify-content: center;
1824
- }
1825
1931
 
1826
1932
  @keyframes editor-post-publish-panel__slide-in-animation {
1827
1933
  100% {
@@ -1871,15 +1977,6 @@ body.is-fullscreen-mode .edit-site-editor__interface-skeleton .editor-post-publi
1871
1977
  padding: 16px;
1872
1978
  }
1873
1979
 
1874
- .editor-post-schedule__dialog-toggle.components-button {
1875
- overflow: hidden;
1876
- text-align: right;
1877
- white-space: unset;
1878
- height: auto;
1879
- min-height: 32px;
1880
- line-height: inherit;
1881
- }
1882
-
1883
1980
  .editor-post-slug {
1884
1981
  display: flex;
1885
1982
  flex-direction: column;
@@ -1889,35 +1986,12 @@ body.is-fullscreen-mode .edit-site-editor__interface-skeleton .editor-post-publi
1889
1986
  .editor-post-status {
1890
1987
  max-width: 100%;
1891
1988
  }
1892
- .editor-post-status .editor-post-status-trigger {
1893
- padding: 1px;
1894
- height: auto;
1895
- border-radius: 16px;
1896
- }
1897
- .editor-post-status .editor-post-status-label {
1898
- border-radius: 16px;
1899
- display: inline-flex;
1900
- padding: 0 12px 0 12px;
1901
- background: rgba(30, 30, 30, 0.04);
1902
- height: 32px;
1903
- align-items: center;
1904
- color: #1e1e1e;
1905
- }
1906
- .editor-post-status .editor-post-status-label.has-icon {
1907
- padding: 0 12px 0 8px;
1908
- }
1909
- .editor-post-status .editor-post-status-label.has-icon:hover {
1910
- background: rgba(30, 30, 30, 0.08);
1911
- }
1912
- .editor-post-status .editor-post-status-label.has-status-publish, .editor-post-status .editor-post-status-label.has-status-private, .editor-post-status .editor-post-status-label.has-status-future {
1913
- background: rgba(var(--wp-admin-theme-color--rgb), 0.04);
1914
- color: var(--wp-admin-theme-color);
1915
- }
1916
- .editor-post-status .editor-post-status-label.has-status-publish:hover, .editor-post-status .editor-post-status-label.has-status-private:hover, .editor-post-status .editor-post-status-label.has-status-future:hover {
1917
- background: rgba(var(--wp-admin-theme-color--rgb), 0.08);
1989
+ .editor-post-status.is-read-only {
1990
+ padding: 6px 12px;
1918
1991
  }
1919
1992
 
1920
- .editor-change-status__password-fieldset {
1993
+ .editor-change-status__password-fieldset,
1994
+ .editor-change-status__publish-date-wrapper {
1921
1995
  border-top: 1px solid #e0e0e0;
1922
1996
  padding-top: 16px;
1923
1997
  }
@@ -1941,6 +2015,10 @@ body.is-fullscreen-mode .edit-site-editor__interface-skeleton .editor-post-publi
1941
2015
  margin-bottom: 8px;
1942
2016
  }
1943
2017
 
2018
+ .editor-post-sticky__toggle-control {
2019
+ padding: 6px 12px;
2020
+ }
2021
+
1944
2022
  .editor-post-sync-status__value {
1945
2023
  padding: 6px 12px 6px 0;
1946
2024
  }
@@ -2003,9 +2081,6 @@ body.is-fullscreen-mode .edit-site-editor__interface-skeleton .editor-post-publi
2003
2081
  .editor-post-template__swap-template-modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item {
2004
2082
  break-inside: avoid-column;
2005
2083
  }
2006
- .editor-post-template__swap-template-modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__item:not(:focus):not(:hover) .block-editor-block-preview__container {
2007
- box-shadow: 0 0 0 1px #ddd;
2008
- }
2009
2084
 
2010
2085
  .editor-post-template__dropdown .components-popover__content {
2011
2086
  min-width: 240px;
@@ -2085,15 +2160,6 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
2085
2160
  width: 100%;
2086
2161
  }
2087
2162
 
2088
- .components-button.editor-post-url__panel-toggle {
2089
- display: block;
2090
- max-width: 100%;
2091
- overflow: hidden;
2092
- text-align: right;
2093
- text-overflow: ellipsis;
2094
- white-space: nowrap;
2095
- }
2096
-
2097
2163
  .editor-post-url__panel-dialog .editor-post-url {
2098
2164
  min-width: 248px;
2099
2165
  margin: 8px;
@@ -2247,6 +2313,11 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
2247
2313
  color: rgba(30, 30, 30, 0.62);
2248
2314
  }
2249
2315
 
2316
+ .editor-posts-per-page-dropdown__content .components-popover__content {
2317
+ min-width: 320px;
2318
+ padding: 16px;
2319
+ }
2320
+
2250
2321
  .editor-post-trash.components-button {
2251
2322
  flex-grow: 1;
2252
2323
  justify-content: center;
@@ -2258,6 +2329,51 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
2258
2329
  justify-content: space-between;
2259
2330
  }
2260
2331
 
2332
+ .editor-resizable-editor.is-resizable {
2333
+ overflow: visible;
2334
+ margin: 0 auto;
2335
+ }
2336
+
2337
+ .editor-resizable-editor__resize-handle {
2338
+ position: absolute;
2339
+ top: 0;
2340
+ bottom: 0;
2341
+ padding: 0;
2342
+ margin: auto 0;
2343
+ width: 12px;
2344
+ -webkit-appearance: none;
2345
+ appearance: none;
2346
+ cursor: ew-resize;
2347
+ outline: none;
2348
+ background: none;
2349
+ border-radius: 2px;
2350
+ border: 0;
2351
+ height: 100px;
2352
+ }
2353
+ .editor-resizable-editor__resize-handle::after {
2354
+ position: absolute;
2355
+ top: 16px;
2356
+ right: 4px;
2357
+ left: 0;
2358
+ bottom: 16px;
2359
+ content: "";
2360
+ width: 4px;
2361
+ background-color: rgba(117, 117, 117, 0.4);
2362
+ border-radius: 2px;
2363
+ }
2364
+ .editor-resizable-editor__resize-handle.is-left {
2365
+ right: -18px;
2366
+ }
2367
+ .editor-resizable-editor__resize-handle.is-right {
2368
+ left: -18px;
2369
+ }
2370
+ .editor-resizable-editor__resize-handle:hover, .editor-resizable-editor__resize-handle:focus, .editor-resizable-editor__resize-handle:active {
2371
+ opacity: 1;
2372
+ }
2373
+ .editor-resizable-editor__resize-handle:hover::after, .editor-resizable-editor__resize-handle:focus::after, .editor-resizable-editor__resize-handle:active::after {
2374
+ background-color: var(--wp-admin-theme-color);
2375
+ }
2376
+
2261
2377
  .editor-layout__toggle-publish-panel,
2262
2378
  .editor-layout__toggle-sidebar-panel,
2263
2379
  .editor-layout__toggle-entities-saved-states-panel {
@@ -2284,11 +2400,6 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
2284
2400
  bottom: 0;
2285
2401
  }
2286
2402
 
2287
- .interface-interface-skeleton__sidebar:focus .edit-post-layout__toggle-sidebar-panel, .interface-interface-skeleton__sidebar:focus-within .edit-post-layout__toggle-sidebar-panel {
2288
- top: auto;
2289
- bottom: 0;
2290
- }
2291
-
2292
2403
  .editor-start-page-options__modal-content .block-editor-block-patterns-list {
2293
2404
  column-count: 2;
2294
2405
  column-gap: 24px;
@@ -2351,13 +2462,10 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
2351
2462
  .editor-start-template-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-patterns-list__item-title {
2352
2463
  display: none;
2353
2464
  }
2354
- .editor-start-template-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__item:not(:focus):not(:hover) .block-editor-block-preview__container {
2355
- box-shadow: 0 0 0 1px #ddd;
2356
- }
2357
2465
 
2358
2466
  .components-panel__header.editor-sidebar__panel-tabs {
2359
2467
  padding-right: 0;
2360
- padding-left: 16px;
2468
+ padding-left: 12px;
2361
2469
  }
2362
2470
  .components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon {
2363
2471
  padding: 0;
@@ -2374,6 +2482,19 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
2374
2482
  display: none;
2375
2483
  }
2376
2484
 
2485
+ .editor-site-discussion-dropdown__content .components-popover__content {
2486
+ min-width: 320px;
2487
+ padding: 16px;
2488
+ }
2489
+
2490
+ .editor-site-discussion__options .components-radio-control__option {
2491
+ align-items: flex-start;
2492
+ }
2493
+ .editor-site-discussion__options label .components-text {
2494
+ display: block;
2495
+ margin-top: 4px;
2496
+ }
2497
+
2377
2498
  .table-of-contents__popover.components-popover .components-popover__content {
2378
2499
  min-width: 380px;
2379
2500
  }
@@ -2459,4 +2580,98 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
2459
2580
  h3.components-heading.editor-template-areas__title {
2460
2581
  font-weight: 500;
2461
2582
  margin: 0 0 8px;
2583
+ }
2584
+
2585
+ .editor-text-editor {
2586
+ position: relative;
2587
+ width: 100%;
2588
+ background-color: #fff;
2589
+ flex-grow: 1;
2590
+ }
2591
+ .editor-text-editor .editor-post-title:not(.is-raw-text),
2592
+ .editor-text-editor .editor-post-title.is-raw-text textarea {
2593
+ max-width: none;
2594
+ line-height: 1.4;
2595
+ font-family: Menlo, Consolas, monaco, monospace;
2596
+ font-size: 2.5em;
2597
+ font-weight: normal;
2598
+ border: 1px solid #949494;
2599
+ border-radius: 0;
2600
+ padding: 16px;
2601
+ }
2602
+ @media (min-width: 600px) {
2603
+ .editor-text-editor .editor-post-title:not(.is-raw-text),
2604
+ .editor-text-editor .editor-post-title.is-raw-text textarea {
2605
+ padding: 24px;
2606
+ }
2607
+ }
2608
+ .editor-text-editor .editor-post-title:not(.is-raw-text):focus,
2609
+ .editor-text-editor .editor-post-title.is-raw-text textarea:focus {
2610
+ border-color: var(--wp-admin-theme-color);
2611
+ box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
2612
+ }
2613
+
2614
+ .editor-text-editor__body {
2615
+ width: 100%;
2616
+ padding: 0 12px 12px 12px;
2617
+ max-width: 1080px;
2618
+ margin-right: auto;
2619
+ margin-left: auto;
2620
+ }
2621
+ @media (min-width: 960px) {
2622
+ .editor-text-editor__body {
2623
+ padding: 0 24px 24px 24px;
2624
+ }
2625
+ }
2626
+
2627
+ .editor-text-editor__toolbar {
2628
+ position: sticky;
2629
+ z-index: 1;
2630
+ top: 0;
2631
+ right: 0;
2632
+ left: 0;
2633
+ display: flex;
2634
+ background: rgba(255, 255, 255, 0.8);
2635
+ padding: 4px 12px;
2636
+ }
2637
+ @media (min-width: 600px) {
2638
+ .editor-text-editor__toolbar {
2639
+ padding: 12px;
2640
+ }
2641
+ }
2642
+ @media (min-width: 960px) {
2643
+ .editor-text-editor__toolbar {
2644
+ padding: 12px 24px;
2645
+ }
2646
+ }
2647
+ .editor-text-editor__toolbar h2 {
2648
+ line-height: 36px;
2649
+ margin: 0 0 0 auto;
2650
+ font-size: 13px;
2651
+ color: #1e1e1e;
2652
+ }
2653
+
2654
+ .editor-visual-editor {
2655
+ position: relative;
2656
+ height: 100%;
2657
+ display: block;
2658
+ background-color: #ddd;
2659
+ align-items: center;
2660
+ }
2661
+ .editor-visual-editor.is-resizable {
2662
+ max-height: 100%;
2663
+ }
2664
+ .editor-visual-editor.has-padding {
2665
+ padding: 24px 24px 0;
2666
+ }
2667
+ .editor-visual-editor .is-iframed {
2668
+ overflow: hidden;
2669
+ }
2670
+ .editor-visual-editor .components-button {
2671
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
2672
+ font-size: 13px;
2673
+ padding: 6px 12px;
2674
+ }
2675
+ .editor-visual-editor .components-button.is-tertiary, .editor-visual-editor .components-button.has-icon {
2676
+ padding: 6px;
2462
2677
  }