@wordpress/editor 13.34.0 → 14.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (972) hide show
  1. package/CHANGELOG.md +17 -4
  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 +71 -2
  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 +140 -0
  20. package/build/components/block-settings-menu/content-only-settings-menu.js.map +1 -0
  21. package/build/components/block-settings-menu/content-only-settings-menu.native.js +11 -0
  22. package/build/components/block-settings-menu/content-only-settings-menu.native.js.map +1 -0
  23. package/build/components/block-settings-menu/plugin-block-settings-menu-item.js +16 -13
  24. package/build/components/block-settings-menu/plugin-block-settings-menu-item.js.map +1 -1
  25. package/build/components/blog-title/index.js +116 -0
  26. package/build/components/blog-title/index.js.map +1 -0
  27. package/build/components/collapsible-block-toolbar/index.js +22 -19
  28. package/build/components/collapsible-block-toolbar/index.js.map +1 -1
  29. package/build/components/commands/index.js +109 -3
  30. package/build/components/commands/index.js.map +1 -1
  31. package/build/components/create-template-part-modal/index.js +167 -0
  32. package/build/components/create-template-part-modal/index.js.map +1 -0
  33. package/build/components/create-template-part-modal/utils.js +64 -0
  34. package/build/components/create-template-part-modal/utils.js.map +1 -0
  35. package/build/components/deprecated.js +2 -2
  36. package/build/components/deprecated.js.map +1 -1
  37. package/build/components/document-bar/index.js +96 -72
  38. package/build/components/document-bar/index.js.map +1 -1
  39. package/build/components/document-outline/index.js +124 -121
  40. package/build/components/document-outline/index.js.map +1 -1
  41. package/build/components/document-outline/item.js +20 -16
  42. package/build/components/document-outline/item.js.map +1 -1
  43. package/build/components/document-tools/index.js +69 -69
  44. package/build/components/document-tools/index.js.map +1 -1
  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 +178 -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 +4 -5
  92. package/build/components/global-keyboard-shortcuts/register-shortcuts.js.map +1 -1
  93. package/build/components/global-styles-provider/index.js +195 -0
  94. package/build/components/global-styles-provider/index.js.map +1 -0
  95. package/build/components/header/back-button.js +34 -0
  96. package/build/components/header/back-button.js.map +1 -0
  97. package/build/components/header/index.js +176 -0
  98. package/build/components/header/index.js.map +1 -0
  99. package/build/components/inserter-sidebar/index.js +83 -32
  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 +54 -49
  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/mode-switcher/index.js +10 -10
  114. package/build/components/mode-switcher/index.js.map +1 -1
  115. package/build/components/more-menu/copy-content-menu-item.js +5 -4
  116. package/build/components/more-menu/copy-content-menu-item.js.map +1 -1
  117. package/build/components/more-menu/index.js +89 -76
  118. package/build/components/more-menu/index.js.map +1 -1
  119. package/build/components/more-menu/tools-more-menu-group.js +2 -2
  120. package/build/components/more-menu/tools-more-menu-group.js.map +1 -1
  121. package/build/components/more-menu/view-more-menu-group.js +2 -2
  122. package/build/components/more-menu/view-more-menu-group.js.map +1 -1
  123. package/build/components/offline-status/index.native.js +12 -11
  124. package/build/components/offline-status/index.native.js.map +1 -1
  125. package/build/components/page-attributes/order.js +87 -14
  126. package/build/components/page-attributes/order.js.map +1 -1
  127. package/build/components/page-attributes/panel.js +10 -19
  128. package/build/components/page-attributes/panel.js.map +1 -1
  129. package/build/components/page-attributes/parent.js +86 -3
  130. package/build/components/page-attributes/parent.js.map +1 -1
  131. package/build/components/pattern-duplicate-modal/index.js +59 -0
  132. package/build/components/pattern-duplicate-modal/index.js.map +1 -0
  133. package/build/components/pattern-overrides-panel/index.js +2 -2
  134. package/build/components/pattern-overrides-panel/index.js.map +1 -1
  135. package/build/components/pattern-rename-modal/index.js +58 -0
  136. package/build/components/pattern-rename-modal/index.js.map +1 -0
  137. package/build/components/plugin-document-setting-panel/index.js +17 -12
  138. package/build/components/plugin-document-setting-panel/index.js.map +1 -1
  139. package/build/components/plugin-post-publish-panel/index.js +10 -7
  140. package/build/components/plugin-post-publish-panel/index.js.map +1 -1
  141. package/build/components/plugin-post-status-info/index.js +7 -4
  142. package/build/components/plugin-post-status-info/index.js.map +1 -1
  143. package/build/components/plugin-pre-publish-panel/index.js +10 -7
  144. package/build/components/plugin-pre-publish-panel/index.js.map +1 -1
  145. package/build/components/plugin-sidebar/index.js +3 -4
  146. package/build/components/plugin-sidebar/index.js.map +1 -1
  147. package/build/components/plugin-sidebar-more-menu-item/index.js +3 -5
  148. package/build/components/plugin-sidebar-more-menu-item/index.js.map +1 -1
  149. package/build/components/post-actions/actions.js +454 -327
  150. package/build/components/post-actions/actions.js.map +1 -1
  151. package/build/components/post-actions/export-pattern-action.js +64 -0
  152. package/build/components/post-actions/export-pattern-action.js.map +1 -0
  153. package/build/components/post-actions/export-pattern-action.native.js +11 -0
  154. package/build/components/post-actions/export-pattern-action.native.js.map +1 -0
  155. package/build/components/post-actions/index.js +71 -62
  156. package/build/components/post-actions/index.js.map +1 -1
  157. package/build/components/post-author/check.js +6 -6
  158. package/build/components/post-author/check.js.map +1 -1
  159. package/build/components/post-author/combobox.js +4 -3
  160. package/build/components/post-author/combobox.js.map +1 -1
  161. package/build/components/post-author/hook.js +2 -1
  162. package/build/components/post-author/hook.js.map +1 -1
  163. package/build/components/post-author/index.js +3 -3
  164. package/build/components/post-author/index.js.map +1 -1
  165. package/build/components/post-author/panel.js +72 -4
  166. package/build/components/post-author/panel.js.map +1 -1
  167. package/build/components/post-author/select.js +4 -3
  168. package/build/components/post-author/select.js.map +1 -1
  169. package/build/components/post-card-panel/index.js +46 -35
  170. package/build/components/post-card-panel/index.js.map +1 -1
  171. package/build/components/post-comments/index.js +44 -8
  172. package/build/components/post-comments/index.js.map +1 -1
  173. package/build/components/post-content-information/index.js +8 -5
  174. package/build/components/post-content-information/index.js.map +1 -1
  175. package/build/components/post-discussion/panel.js +122 -24
  176. package/build/components/post-discussion/panel.js.map +1 -1
  177. package/build/components/post-excerpt/check.js +6 -6
  178. package/build/components/post-excerpt/check.js.map +1 -1
  179. package/build/components/post-excerpt/index.js +18 -17
  180. package/build/components/post-excerpt/index.js.map +1 -1
  181. package/build/components/post-excerpt/panel.js +59 -42
  182. package/build/components/post-excerpt/panel.js.map +1 -1
  183. package/build/components/post-excerpt/plugin.js +7 -4
  184. package/build/components/post-excerpt/plugin.js.map +1 -1
  185. package/build/components/post-featured-image/check.js +17 -7
  186. package/build/components/post-featured-image/check.js.map +1 -1
  187. package/build/components/post-featured-image/index.js +77 -49
  188. package/build/components/post-featured-image/index.js.map +1 -1
  189. package/build/components/post-featured-image/panel.js +22 -7
  190. package/build/components/post-featured-image/panel.js.map +1 -1
  191. package/build/components/post-format/check.js +14 -4
  192. package/build/components/post-format/check.js.map +1 -1
  193. package/build/components/post-format/index.js +37 -20
  194. package/build/components/post-format/index.js.map +1 -1
  195. package/build/components/post-format/panel.js +93 -0
  196. package/build/components/post-format/panel.js.map +1 -0
  197. package/build/components/post-last-edited-panel/index.js +7 -4
  198. package/build/components/post-last-edited-panel/index.js.map +1 -1
  199. package/build/components/post-last-revision/check.js +13 -5
  200. package/build/components/post-last-revision/check.js.map +1 -1
  201. package/build/components/post-last-revision/index.js +19 -13
  202. package/build/components/post-last-revision/index.js.map +1 -1
  203. package/build/components/post-last-revision/panel.js +12 -5
  204. package/build/components/post-last-revision/panel.js.map +1 -1
  205. package/build/components/post-locked-modal/index.js +57 -35
  206. package/build/components/post-locked-modal/index.js.map +1 -1
  207. package/build/components/post-panel-row/index.js +13 -10
  208. package/build/components/post-panel-row/index.js.map +1 -1
  209. package/build/components/post-panel-section/index.js +29 -0
  210. package/build/components/post-panel-section/index.js.map +1 -0
  211. package/build/components/post-pending-status/check.js +10 -0
  212. package/build/components/post-pending-status/check.js.map +1 -1
  213. package/build/components/post-pending-status/index.js +14 -7
  214. package/build/components/post-pending-status/index.js.map +1 -1
  215. package/build/components/post-pingbacks/index.js +15 -4
  216. package/build/components/post-pingbacks/index.js.map +1 -1
  217. package/build/components/post-preview-button/index.js +45 -21
  218. package/build/components/post-preview-button/index.js.map +1 -1
  219. package/build/components/post-publish-button/index.js +21 -11
  220. package/build/components/post-publish-button/index.js.map +1 -1
  221. package/build/components/post-publish-button/post-publish-button-or-toggle.js +2 -2
  222. package/build/components/post-publish-button/post-publish-button-or-toggle.js.map +1 -1
  223. package/build/components/post-publish-panel/index.js +46 -33
  224. package/build/components/post-publish-panel/index.js.map +1 -1
  225. package/build/components/post-publish-panel/maybe-category-panel.js +12 -9
  226. package/build/components/post-publish-panel/maybe-category-panel.js.map +1 -1
  227. package/build/components/post-publish-panel/maybe-post-format-panel.js +21 -15
  228. package/build/components/post-publish-panel/maybe-post-format-panel.js.map +1 -1
  229. package/build/components/post-publish-panel/maybe-tags-panel.js +13 -10
  230. package/build/components/post-publish-panel/maybe-tags-panel.js.map +1 -1
  231. package/build/components/post-publish-panel/maybe-upload-media.js +29 -24
  232. package/build/components/post-publish-panel/maybe-upload-media.js.map +1 -1
  233. package/build/components/post-publish-panel/postpublish.js +55 -38
  234. package/build/components/post-publish-panel/postpublish.js.map +1 -1
  235. package/build/components/post-publish-panel/prepublish.js +41 -26
  236. package/build/components/post-publish-panel/prepublish.js.map +1 -1
  237. package/build/components/post-saved-state/index.js +10 -10
  238. package/build/components/post-saved-state/index.js.map +1 -1
  239. package/build/components/post-schedule/check.js +8 -0
  240. package/build/components/post-schedule/check.js.map +1 -1
  241. package/build/components/post-schedule/index.js +30 -5
  242. package/build/components/post-schedule/index.js.map +1 -1
  243. package/build/components/post-schedule/label.js +16 -0
  244. package/build/components/post-schedule/label.js.map +1 -1
  245. package/build/components/post-schedule/panel.js +43 -30
  246. package/build/components/post-schedule/panel.js.map +1 -1
  247. package/build/components/post-slug/check.js +5 -4
  248. package/build/components/post-slug/check.js.map +1 -1
  249. package/build/components/post-slug/index.js +5 -3
  250. package/build/components/post-slug/index.js.map +1 -1
  251. package/build/components/post-slug/panel.js +30 -0
  252. package/build/components/post-slug/panel.js.map +1 -0
  253. package/build/components/post-status/index.js +118 -119
  254. package/build/components/post-status/index.js.map +1 -1
  255. package/build/components/post-sticky/index.js +16 -8
  256. package/build/components/post-sticky/index.js.map +1 -1
  257. package/build/components/post-sticky/panel.js +25 -0
  258. package/build/components/post-sticky/panel.js.map +1 -0
  259. package/build/components/post-switch-to-draft-button/index.js +25 -21
  260. package/build/components/post-switch-to-draft-button/index.js.map +1 -1
  261. package/build/components/post-sync-status/index.js +8 -6
  262. package/build/components/post-sync-status/index.js.map +1 -1
  263. package/build/components/post-taxonomies/flat-term-selector.js +21 -20
  264. package/build/components/post-taxonomies/flat-term-selector.js.map +1 -1
  265. package/build/components/post-taxonomies/hierarchical-term-selector.js +71 -61
  266. package/build/components/post-taxonomies/hierarchical-term-selector.js.map +1 -1
  267. package/build/components/post-taxonomies/index.js +6 -6
  268. package/build/components/post-taxonomies/index.js.map +1 -1
  269. package/build/components/post-taxonomies/most-used-terms.js +19 -15
  270. package/build/components/post-taxonomies/most-used-terms.js.map +1 -1
  271. package/build/components/post-taxonomies/panel.js +15 -11
  272. package/build/components/post-taxonomies/panel.js.map +1 -1
  273. package/build/components/post-template/block-theme.js +42 -32
  274. package/build/components/post-template/block-theme.js.map +1 -1
  275. package/build/components/post-template/classic-theme.js +73 -50
  276. package/build/components/post-template/classic-theme.js.map +1 -1
  277. package/build/components/post-template/create-new-template-modal.js +33 -27
  278. package/build/components/post-template/create-new-template-modal.js.map +1 -1
  279. package/build/components/post-template/create-new-template.js +14 -11
  280. package/build/components/post-template/create-new-template.js.map +1 -1
  281. package/build/components/post-template/panel.js +16 -10
  282. package/build/components/post-template/panel.js.map +1 -1
  283. package/build/components/post-template/reset-default-template.js +5 -4
  284. package/build/components/post-template/reset-default-template.js.map +1 -1
  285. package/build/components/post-template/swap-template-button.js +20 -15
  286. package/build/components/post-template/swap-template-button.js.map +1 -1
  287. package/build/components/post-text-editor/index.js +27 -20
  288. package/build/components/post-text-editor/index.js.map +1 -1
  289. package/build/components/post-title/index.js +31 -19
  290. package/build/components/post-title/index.js.map +1 -1
  291. package/build/components/post-title/index.native.js +81 -57
  292. package/build/components/post-title/index.native.js.map +1 -1
  293. package/build/components/post-title/post-title-raw.js +12 -5
  294. package/build/components/post-title/post-title-raw.js.map +1 -1
  295. package/build/components/post-title/use-post-title-focus.js +7 -0
  296. package/build/components/post-title/use-post-title-focus.js.map +1 -1
  297. package/build/components/post-title/use-post-title.js +5 -0
  298. package/build/components/post-title/use-post-title.js.map +1 -1
  299. package/build/components/post-transform-panel/hooks.js +90 -0
  300. package/build/components/post-transform-panel/hooks.js.map +1 -0
  301. package/build/components/post-transform-panel/index.js +101 -0
  302. package/build/components/post-transform-panel/index.js.map +1 -0
  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-type-support-check/index.js +1 -1
  306. package/build/components/post-type-support-check/index.js.map +1 -1
  307. package/build/components/post-url/check.js +8 -0
  308. package/build/components/post-url/check.js.map +1 -1
  309. package/build/components/post-url/index.js +98 -73
  310. package/build/components/post-url/index.js.map +1 -1
  311. package/build/components/post-url/label.js +11 -0
  312. package/build/components/post-url/label.js.map +1 -1
  313. package/build/components/post-url/panel.js +33 -25
  314. package/build/components/post-url/panel.js.map +1 -1
  315. package/build/components/post-view-link/index.js +2 -2
  316. package/build/components/post-view-link/index.js.map +1 -1
  317. package/build/components/post-visibility/check.js +9 -0
  318. package/build/components/post-visibility/check.js.map +1 -1
  319. package/build/components/post-visibility/index.js +83 -68
  320. package/build/components/post-visibility/index.js.map +1 -1
  321. package/build/components/post-visibility/label.js +11 -0
  322. package/build/components/post-visibility/label.js.map +1 -1
  323. package/build/components/posts-per-page/index.js +109 -0
  324. package/build/components/posts-per-page/index.js.map +1 -0
  325. package/build/components/preferences-modal/enable-plugin-document-setting-panel.js +7 -5
  326. package/build/components/preferences-modal/enable-plugin-document-setting-panel.js.map +1 -1
  327. package/build/components/preferences-modal/index.js +124 -102
  328. package/build/components/preferences-modal/index.js.map +1 -1
  329. package/build/components/preview-dropdown/index.js +47 -31
  330. package/build/components/preview-dropdown/index.js.map +1 -1
  331. package/build/components/provider/index.js +96 -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 +23 -4
  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/constants.js +11 -0
  346. package/build/components/sidebar/constants.js.map +1 -0
  347. package/build/components/sidebar/header.js +56 -0
  348. package/build/components/sidebar/header.js.map +1 -0
  349. package/build/components/sidebar/index.js +161 -0
  350. package/build/components/sidebar/index.js.map +1 -0
  351. package/build/components/sidebar/post-summary.js +89 -0
  352. package/build/components/sidebar/post-summary.js.map +1 -0
  353. package/build/components/site-discussion/index.js +133 -0
  354. package/build/components/site-discussion/index.js.map +1 -0
  355. package/build/components/start-page-options/index.js +18 -18
  356. package/build/components/start-page-options/index.js.map +1 -1
  357. package/build/components/start-template-options/index.js +198 -0
  358. package/build/components/start-template-options/index.js.map +1 -0
  359. package/build/components/table-of-contents/index.js +4 -4
  360. package/build/components/table-of-contents/index.js.map +1 -1
  361. package/build/components/table-of-contents/panel.js +53 -35
  362. package/build/components/table-of-contents/panel.js.map +1 -1
  363. package/build/components/template-areas/index.js +36 -22
  364. package/build/components/template-areas/index.js.map +1 -1
  365. package/build/components/template-content-panel/index.js +39 -0
  366. package/build/components/template-content-panel/index.js.map +1 -0
  367. package/build/components/template-validation-notice/index.js +25 -21
  368. package/build/components/template-validation-notice/index.js.map +1 -1
  369. package/build/components/text-editor/index.js +73 -0
  370. package/build/components/text-editor/index.js.map +1 -0
  371. package/build/components/time-to-read/index.js +8 -8
  372. package/build/components/time-to-read/index.js.map +1 -1
  373. package/build/components/{editor-canvas → visual-editor}/edit-template-blocks-notification.js +6 -6
  374. package/build/components/visual-editor/edit-template-blocks-notification.js.map +1 -0
  375. package/build/components/{editor-canvas → visual-editor}/index.js +130 -78
  376. package/build/components/visual-editor/index.js.map +1 -0
  377. package/build/components/word-count/index.js +5 -4
  378. package/build/components/word-count/index.js.map +1 -1
  379. package/build/hooks/custom-sources-backwards-compatibility.js +3 -4
  380. package/build/hooks/custom-sources-backwards-compatibility.js.map +1 -1
  381. package/build/hooks/index.js +1 -0
  382. package/build/hooks/index.js.map +1 -1
  383. package/build/hooks/media-upload.js +10 -0
  384. package/build/hooks/media-upload.js.map +1 -0
  385. package/build/hooks/pattern-overrides.js +25 -16
  386. package/build/hooks/pattern-overrides.js.map +1 -1
  387. package/build/private-apis.js +15 -38
  388. package/build/private-apis.js.map +1 -1
  389. package/build/private-apis.native.js +48 -0
  390. package/build/private-apis.native.js.map +1 -0
  391. package/build/store/constants.js +4 -1
  392. package/build/store/constants.js.map +1 -1
  393. package/build/store/private-actions.js +10 -14
  394. package/build/store/private-actions.js.map +1 -1
  395. package/build/store/private-selectors.js +45 -2
  396. package/build/store/private-selectors.js.map +1 -1
  397. package/build/store/reducer.js +15 -0
  398. package/build/store/reducer.js.map +1 -1
  399. package/build/store/selectors.js +1 -1
  400. package/build/store/selectors.js.map +1 -1
  401. package/build/utils/set-nested-value.js +44 -0
  402. package/build/utils/set-nested-value.js.map +1 -0
  403. package/build-module/bindings/index.js +1 -3
  404. package/build-module/bindings/index.js.map +1 -1
  405. package/build-module/bindings/pattern-overrides.js +70 -2
  406. package/build-module/bindings/pattern-overrides.js.map +1 -1
  407. package/build-module/bindings/post-meta.js +38 -2
  408. package/build-module/bindings/post-meta.js.map +1 -1
  409. package/build-module/components/autocompleters/user.js +14 -9
  410. package/build-module/components/autocompleters/user.js.map +1 -1
  411. package/build-module/components/block-manager/category.js +20 -17
  412. package/build-module/components/block-manager/category.js.map +1 -1
  413. package/build-module/components/block-manager/checklist.js +16 -14
  414. package/build-module/components/block-manager/checklist.js.map +1 -1
  415. package/build-module/components/block-manager/index.js +38 -33
  416. package/build-module/components/block-manager/index.js.map +1 -1
  417. package/build-module/components/block-removal-warnings/index.js +2 -2
  418. package/build-module/components/block-removal-warnings/index.js.map +1 -1
  419. package/build-module/components/block-settings-menu/content-only-settings-menu.js +135 -0
  420. package/build-module/components/block-settings-menu/content-only-settings-menu.js.map +1 -0
  421. package/build-module/components/block-settings-menu/content-only-settings-menu.native.js +5 -0
  422. package/build-module/components/block-settings-menu/content-only-settings-menu.native.js.map +1 -0
  423. package/build-module/components/block-settings-menu/plugin-block-settings-menu-item.js +16 -13
  424. package/build-module/components/block-settings-menu/plugin-block-settings-menu-item.js.map +1 -1
  425. package/build-module/components/blog-title/index.js +110 -0
  426. package/build-module/components/blog-title/index.js.map +1 -0
  427. package/build-module/components/collapsible-block-toolbar/index.js +24 -19
  428. package/build-module/components/collapsible-block-toolbar/index.js.map +1 -1
  429. package/build-module/components/commands/index.js +111 -5
  430. package/build-module/components/commands/index.js.map +1 -1
  431. package/build-module/components/create-template-part-modal/index.js +160 -0
  432. package/build-module/components/create-template-part-modal/index.js.map +1 -0
  433. package/build-module/components/create-template-part-modal/utils.js +54 -0
  434. package/build-module/components/create-template-part-modal/utils.js.map +1 -0
  435. package/build-module/components/deprecated.js +2 -2
  436. package/build-module/components/deprecated.js.map +1 -1
  437. package/build-module/components/document-bar/index.js +95 -70
  438. package/build-module/components/document-bar/index.js.map +1 -1
  439. package/build-module/components/document-outline/index.js +125 -120
  440. package/build-module/components/document-outline/index.js.map +1 -1
  441. package/build-module/components/document-outline/item.js +21 -16
  442. package/build-module/components/document-outline/item.js.map +1 -1
  443. package/build-module/components/document-tools/index.js +72 -70
  444. package/build-module/components/document-tools/index.js.map +1 -1
  445. package/build-module/components/editor-help/add-blocks.native.js +16 -11
  446. package/build-module/components/editor-help/add-blocks.native.js.map +1 -1
  447. package/build-module/components/editor-help/customize-blocks.native.js +16 -11
  448. package/build-module/components/editor-help/customize-blocks.native.js.map +1 -1
  449. package/build-module/components/editor-help/help-detail-navigation-screen.native.js +33 -22
  450. package/build-module/components/editor-help/help-detail-navigation-screen.native.js.map +1 -1
  451. package/build-module/components/editor-help/help-get-support-button.native.js +8 -6
  452. package/build-module/components/editor-help/help-get-support-button.native.js.map +1 -1
  453. package/build-module/components/editor-help/help-section-title.native.js +8 -6
  454. package/build-module/components/editor-help/help-section-title.native.js.map +1 -1
  455. package/build-module/components/editor-help/help-topic-row.native.js +7 -6
  456. package/build-module/components/editor-help/help-topic-row.native.js.map +1 -1
  457. package/build-module/components/editor-help/icon-move-blocks.native.js +7 -6
  458. package/build-module/components/editor-help/icon-move-blocks.native.js.map +1 -1
  459. package/build-module/components/editor-help/index.native.js +96 -76
  460. package/build-module/components/editor-help/index.native.js.map +1 -1
  461. package/build-module/components/editor-help/intro-to-blocks.native.js +43 -37
  462. package/build-module/components/editor-help/intro-to-blocks.native.js.map +1 -1
  463. package/build-module/components/editor-help/move-blocks.native.js +27 -21
  464. package/build-module/components/editor-help/move-blocks.native.js.map +1 -1
  465. package/build-module/components/editor-help/remove-blocks.native.js +14 -9
  466. package/build-module/components/editor-help/remove-blocks.native.js.map +1 -1
  467. package/build-module/components/editor-help/view-sections.native.js +25 -19
  468. package/build-module/components/editor-help/view-sections.native.js.map +1 -1
  469. package/build-module/components/editor-history/redo.js +2 -2
  470. package/build-module/components/editor-history/redo.js.map +1 -1
  471. package/build-module/components/editor-history/undo.js +2 -2
  472. package/build-module/components/editor-history/undo.js.map +1 -1
  473. package/build-module/components/editor-interface/content-slot-fill.js +16 -0
  474. package/build-module/components/editor-interface/content-slot-fill.js.map +1 -0
  475. package/build-module/components/editor-interface/index.js +172 -0
  476. package/build-module/components/editor-interface/index.js.map +1 -0
  477. package/build-module/components/editor-notices/index.js +25 -9
  478. package/build-module/components/editor-notices/index.js.map +1 -1
  479. package/build-module/components/editor-snackbars/index.js +2 -2
  480. package/build-module/components/editor-snackbars/index.js.map +1 -1
  481. package/build-module/components/entities-saved-states/entity-record-item.js +40 -11
  482. package/build-module/components/entities-saved-states/entity-record-item.js.map +1 -1
  483. package/build-module/components/entities-saved-states/entity-type-list.js +26 -22
  484. package/build-module/components/entities-saved-states/entity-type-list.js.map +1 -1
  485. package/build-module/components/entities-saved-states/index.js +54 -46
  486. package/build-module/components/entities-saved-states/index.js.map +1 -1
  487. package/build-module/components/error-boundary/index.js +27 -14
  488. package/build-module/components/error-boundary/index.js.map +1 -1
  489. package/build-module/components/error-boundary/index.native.js +46 -35
  490. package/build-module/components/error-boundary/index.native.js.map +1 -1
  491. package/build-module/components/global-keyboard-shortcuts/register-shortcuts.js +3 -3
  492. package/build-module/components/global-keyboard-shortcuts/register-shortcuts.js.map +1 -1
  493. package/build-module/components/global-styles-provider/index.js +185 -0
  494. package/build-module/components/global-styles-provider/index.js.map +1 -0
  495. package/build-module/components/header/back-button.js +28 -0
  496. package/build-module/components/header/back-button.js.map +1 -0
  497. package/build-module/components/header/index.js +169 -0
  498. package/build-module/components/header/index.js.map +1 -0
  499. package/build-module/components/inserter-sidebar/index.js +85 -34
  500. package/build-module/components/inserter-sidebar/index.js.map +1 -1
  501. package/build-module/components/keyboard-shortcut-help-modal/dynamic-shortcut.js +2 -2
  502. package/build-module/components/keyboard-shortcut-help-modal/dynamic-shortcut.js.map +1 -1
  503. package/build-module/components/keyboard-shortcut-help-modal/index.js +55 -49
  504. package/build-module/components/keyboard-shortcut-help-modal/index.js.map +1 -1
  505. package/build-module/components/keyboard-shortcut-help-modal/shortcut.js +32 -26
  506. package/build-module/components/keyboard-shortcut-help-modal/shortcut.js.map +1 -1
  507. package/build-module/components/list-view-sidebar/index.js +60 -47
  508. package/build-module/components/list-view-sidebar/index.js.map +1 -1
  509. package/build-module/components/list-view-sidebar/list-view-outline.js +23 -4
  510. package/build-module/components/list-view-sidebar/list-view-outline.js.map +1 -1
  511. package/build-module/components/local-autosave-monitor/index.js +15 -2
  512. package/build-module/components/local-autosave-monitor/index.js.map +1 -1
  513. package/build-module/components/mode-switcher/index.js +9 -8
  514. package/build-module/components/mode-switcher/index.js.map +1 -1
  515. package/build-module/components/more-menu/copy-content-menu-item.js +5 -4
  516. package/build-module/components/more-menu/copy-content-menu-item.js.map +1 -1
  517. package/build-module/components/more-menu/index.js +91 -76
  518. package/build-module/components/more-menu/index.js.map +1 -1
  519. package/build-module/components/more-menu/tools-more-menu-group.js +2 -2
  520. package/build-module/components/more-menu/tools-more-menu-group.js.map +1 -1
  521. package/build-module/components/more-menu/view-more-menu-group.js +2 -2
  522. package/build-module/components/more-menu/view-more-menu-group.js.map +1 -1
  523. package/build-module/components/offline-status/index.native.js +12 -9
  524. package/build-module/components/offline-status/index.native.js.map +1 -1
  525. package/build-module/components/page-attributes/order.js +90 -17
  526. package/build-module/components/page-attributes/order.js.map +1 -1
  527. package/build-module/components/page-attributes/panel.js +13 -21
  528. package/build-module/components/page-attributes/panel.js.map +1 -1
  529. package/build-module/components/page-attributes/parent.js +88 -5
  530. package/build-module/components/page-attributes/parent.js.map +1 -1
  531. package/build-module/components/pattern-duplicate-modal/index.js +51 -0
  532. package/build-module/components/pattern-duplicate-modal/index.js.map +1 -0
  533. package/build-module/components/pattern-overrides-panel/index.js +2 -2
  534. package/build-module/components/pattern-overrides-panel/index.js.map +1 -1
  535. package/build-module/components/pattern-rename-modal/index.js +50 -0
  536. package/build-module/components/pattern-rename-modal/index.js.map +1 -0
  537. package/build-module/components/plugin-document-setting-panel/index.js +19 -12
  538. package/build-module/components/plugin-document-setting-panel/index.js.map +1 -1
  539. package/build-module/components/plugin-post-publish-panel/index.js +10 -7
  540. package/build-module/components/plugin-post-publish-panel/index.js.map +1 -1
  541. package/build-module/components/plugin-post-status-info/index.js +7 -4
  542. package/build-module/components/plugin-post-status-info/index.js.map +1 -1
  543. package/build-module/components/plugin-pre-publish-panel/index.js +10 -7
  544. package/build-module/components/plugin-pre-publish-panel/index.js.map +1 -1
  545. package/build-module/components/plugin-sidebar/index.js +2 -2
  546. package/build-module/components/plugin-sidebar/index.js.map +1 -1
  547. package/build-module/components/plugin-sidebar-more-menu-item/index.js +2 -3
  548. package/build-module/components/plugin-sidebar-more-menu-item/index.js.map +1 -1
  549. package/build-module/components/post-actions/actions.js +458 -329
  550. package/build-module/components/post-actions/actions.js.map +1 -1
  551. package/build-module/components/post-actions/export-pattern-action.js +58 -0
  552. package/build-module/components/post-actions/export-pattern-action.js.map +1 -0
  553. package/build-module/components/post-actions/export-pattern-action.native.js +5 -0
  554. package/build-module/components/post-actions/export-pattern-action.native.js.map +1 -0
  555. package/build-module/components/post-actions/index.js +73 -62
  556. package/build-module/components/post-actions/index.js.map +1 -1
  557. package/build-module/components/post-author/check.js +5 -4
  558. package/build-module/components/post-author/check.js.map +1 -1
  559. package/build-module/components/post-author/combobox.js +4 -3
  560. package/build-module/components/post-author/combobox.js.map +1 -1
  561. package/build-module/components/post-author/hook.js +2 -1
  562. package/build-module/components/post-author/hook.js.map +1 -1
  563. package/build-module/components/post-author/index.js +3 -3
  564. package/build-module/components/post-author/index.js.map +1 -1
  565. package/build-module/components/post-author/panel.js +72 -4
  566. package/build-module/components/post-author/panel.js.map +1 -1
  567. package/build-module/components/post-author/select.js +4 -3
  568. package/build-module/components/post-author/select.js.map +1 -1
  569. package/build-module/components/post-card-panel/index.js +49 -38
  570. package/build-module/components/post-card-panel/index.js.map +1 -1
  571. package/build-module/components/post-comments/index.js +47 -9
  572. package/build-module/components/post-comments/index.js.map +1 -1
  573. package/build-module/components/post-content-information/index.js +8 -5
  574. package/build-module/components/post-content-information/index.js.map +1 -1
  575. package/build-module/components/post-discussion/panel.js +125 -26
  576. package/build-module/components/post-discussion/panel.js.map +1 -1
  577. package/build-module/components/post-excerpt/check.js +5 -4
  578. package/build-module/components/post-excerpt/check.js.map +1 -1
  579. package/build-module/components/post-excerpt/index.js +17 -15
  580. package/build-module/components/post-excerpt/index.js.map +1 -1
  581. package/build-module/components/post-excerpt/panel.js +60 -40
  582. package/build-module/components/post-excerpt/panel.js.map +1 -1
  583. package/build-module/components/post-excerpt/plugin.js +7 -4
  584. package/build-module/components/post-excerpt/plugin.js.map +1 -1
  585. package/build-module/components/post-featured-image/check.js +18 -6
  586. package/build-module/components/post-featured-image/check.js.map +1 -1
  587. package/build-module/components/post-featured-image/index.js +78 -49
  588. package/build-module/components/post-featured-image/index.js.map +1 -1
  589. package/build-module/components/post-featured-image/panel.js +22 -7
  590. package/build-module/components/post-featured-image/panel.js.map +1 -1
  591. package/build-module/components/post-format/check.js +14 -4
  592. package/build-module/components/post-format/check.js.map +1 -1
  593. package/build-module/components/post-format/index.js +39 -21
  594. package/build-module/components/post-format/index.js.map +1 -1
  595. package/build-module/components/post-format/panel.js +86 -0
  596. package/build-module/components/post-format/panel.js.map +1 -0
  597. package/build-module/components/post-last-edited-panel/index.js +7 -4
  598. package/build-module/components/post-last-edited-panel/index.js.map +1 -1
  599. package/build-module/components/post-last-revision/check.js +14 -4
  600. package/build-module/components/post-last-revision/check.js.map +1 -1
  601. package/build-module/components/post-last-revision/index.js +21 -13
  602. package/build-module/components/post-last-revision/index.js.map +1 -1
  603. package/build-module/components/post-last-revision/panel.js +13 -4
  604. package/build-module/components/post-last-revision/panel.js.map +1 -1
  605. package/build-module/components/post-locked-modal/index.js +60 -34
  606. package/build-module/components/post-locked-modal/index.js.map +1 -1
  607. package/build-module/components/post-panel-row/index.js +14 -10
  608. package/build-module/components/post-panel-row/index.js.map +1 -1
  609. package/build-module/components/post-panel-section/index.js +21 -0
  610. package/build-module/components/post-panel-section/index.js.map +1 -0
  611. package/build-module/components/post-pending-status/check.js +11 -0
  612. package/build-module/components/post-pending-status/check.js.map +1 -1
  613. package/build-module/components/post-pending-status/index.js +15 -7
  614. package/build-module/components/post-pending-status/index.js.map +1 -1
  615. package/build-module/components/post-pingbacks/index.js +16 -5
  616. package/build-module/components/post-pingbacks/index.js.map +1 -1
  617. package/build-module/components/post-preview-button/index.js +47 -21
  618. package/build-module/components/post-preview-button/index.js.map +1 -1
  619. package/build-module/components/post-publish-button/index.js +22 -11
  620. package/build-module/components/post-publish-button/index.js.map +1 -1
  621. package/build-module/components/post-publish-button/post-publish-button-or-toggle.js +2 -2
  622. package/build-module/components/post-publish-button/post-publish-button-or-toggle.js.map +1 -1
  623. package/build-module/components/post-publish-panel/index.js +48 -33
  624. package/build-module/components/post-publish-panel/index.js.map +1 -1
  625. package/build-module/components/post-publish-panel/maybe-category-panel.js +13 -9
  626. package/build-module/components/post-publish-panel/maybe-category-panel.js.map +1 -1
  627. package/build-module/components/post-publish-panel/maybe-post-format-panel.js +22 -15
  628. package/build-module/components/post-publish-panel/maybe-post-format-panel.js.map +1 -1
  629. package/build-module/components/post-publish-panel/maybe-tags-panel.js +14 -10
  630. package/build-module/components/post-publish-panel/maybe-tags-panel.js.map +1 -1
  631. package/build-module/components/post-publish-panel/maybe-upload-media.js +30 -24
  632. package/build-module/components/post-publish-panel/maybe-upload-media.js.map +1 -1
  633. package/build-module/components/post-publish-panel/postpublish.js +57 -38
  634. package/build-module/components/post-publish-panel/postpublish.js.map +1 -1
  635. package/build-module/components/post-publish-panel/prepublish.js +43 -26
  636. package/build-module/components/post-publish-panel/prepublish.js.map +1 -1
  637. package/build-module/components/post-saved-state/index.js +10 -8
  638. package/build-module/components/post-saved-state/index.js.map +1 -1
  639. package/build-module/components/post-schedule/check.js +9 -0
  640. package/build-module/components/post-schedule/check.js.map +1 -1
  641. package/build-module/components/post-schedule/index.js +30 -6
  642. package/build-module/components/post-schedule/index.js.map +1 -1
  643. package/build-module/components/post-schedule/label.js +17 -0
  644. package/build-module/components/post-schedule/label.js.map +1 -1
  645. package/build-module/components/post-schedule/panel.js +43 -30
  646. package/build-module/components/post-schedule/panel.js.map +1 -1
  647. package/build-module/components/post-slug/check.js +5 -4
  648. package/build-module/components/post-slug/check.js.map +1 -1
  649. package/build-module/components/post-slug/index.js +5 -3
  650. package/build-module/components/post-slug/index.js.map +1 -1
  651. package/build-module/components/post-slug/panel.js +21 -0
  652. package/build-module/components/post-slug/panel.js.map +1 -0
  653. package/build-module/components/post-status/index.js +121 -120
  654. package/build-module/components/post-status/index.js.map +1 -1
  655. package/build-module/components/post-sticky/index.js +17 -9
  656. package/build-module/components/post-sticky/index.js.map +1 -1
  657. package/build-module/components/post-sticky/panel.js +16 -0
  658. package/build-module/components/post-sticky/panel.js.map +1 -0
  659. package/build-module/components/post-switch-to-draft-button/index.js +27 -21
  660. package/build-module/components/post-switch-to-draft-button/index.js.map +1 -1
  661. package/build-module/components/post-sync-status/index.js +8 -6
  662. package/build-module/components/post-sync-status/index.js.map +1 -1
  663. package/build-module/components/post-taxonomies/flat-term-selector.js +22 -18
  664. package/build-module/components/post-taxonomies/flat-term-selector.js.map +1 -1
  665. package/build-module/components/post-taxonomies/hierarchical-term-selector.js +71 -59
  666. package/build-module/components/post-taxonomies/hierarchical-term-selector.js.map +1 -1
  667. package/build-module/components/post-taxonomies/index.js +6 -6
  668. package/build-module/components/post-taxonomies/index.js.map +1 -1
  669. package/build-module/components/post-taxonomies/most-used-terms.js +20 -15
  670. package/build-module/components/post-taxonomies/most-used-terms.js.map +1 -1
  671. package/build-module/components/post-taxonomies/panel.js +15 -11
  672. package/build-module/components/post-taxonomies/panel.js.map +1 -1
  673. package/build-module/components/post-template/block-theme.js +44 -32
  674. package/build-module/components/post-template/block-theme.js.map +1 -1
  675. package/build-module/components/post-template/classic-theme.js +74 -50
  676. package/build-module/components/post-template/classic-theme.js.map +1 -1
  677. package/build-module/components/post-template/create-new-template-modal.js +34 -27
  678. package/build-module/components/post-template/create-new-template-modal.js.map +1 -1
  679. package/build-module/components/post-template/create-new-template.js +16 -11
  680. package/build-module/components/post-template/create-new-template.js.map +1 -1
  681. package/build-module/components/post-template/panel.js +17 -9
  682. package/build-module/components/post-template/panel.js.map +1 -1
  683. package/build-module/components/post-template/reset-default-template.js +5 -4
  684. package/build-module/components/post-template/reset-default-template.js.map +1 -1
  685. package/build-module/components/post-template/swap-template-button.js +22 -15
  686. package/build-module/components/post-template/swap-template-button.js.map +1 -1
  687. package/build-module/components/post-text-editor/index.js +30 -19
  688. package/build-module/components/post-text-editor/index.js.map +1 -1
  689. package/build-module/components/post-title/index.js +31 -20
  690. package/build-module/components/post-title/index.js.map +1 -1
  691. package/build-module/components/post-title/index.native.js +81 -57
  692. package/build-module/components/post-title/index.native.js.map +1 -1
  693. package/build-module/components/post-title/post-title-raw.js +13 -4
  694. package/build-module/components/post-title/post-title-raw.js.map +1 -1
  695. package/build-module/components/post-title/use-post-title-focus.js +8 -0
  696. package/build-module/components/post-title/use-post-title-focus.js.map +1 -1
  697. package/build-module/components/post-title/use-post-title.js +6 -0
  698. package/build-module/components/post-title/use-post-title.js.map +1 -1
  699. package/build-module/components/post-transform-panel/hooks.js +83 -0
  700. package/build-module/components/post-transform-panel/hooks.js.map +1 -0
  701. package/build-module/components/post-transform-panel/index.js +94 -0
  702. package/build-module/components/post-transform-panel/index.js.map +1 -0
  703. package/build-module/components/post-trash/index.js +21 -15
  704. package/build-module/components/post-trash/index.js.map +1 -1
  705. package/build-module/components/post-type-support-check/index.js +1 -1
  706. package/build-module/components/post-type-support-check/index.js.map +1 -1
  707. package/build-module/components/post-url/check.js +9 -0
  708. package/build-module/components/post-url/check.js.map +1 -1
  709. package/build-module/components/post-url/index.js +100 -72
  710. package/build-module/components/post-url/index.js.map +1 -1
  711. package/build-module/components/post-url/label.js +12 -0
  712. package/build-module/components/post-url/label.js.map +1 -1
  713. package/build-module/components/post-url/panel.js +35 -24
  714. package/build-module/components/post-url/panel.js.map +1 -1
  715. package/build-module/components/post-view-link/index.js +2 -2
  716. package/build-module/components/post-view-link/index.js.map +1 -1
  717. package/build-module/components/post-visibility/check.js +10 -0
  718. package/build-module/components/post-visibility/check.js.map +1 -1
  719. package/build-module/components/post-visibility/index.js +85 -67
  720. package/build-module/components/post-visibility/index.js.map +1 -1
  721. package/build-module/components/post-visibility/label.js +12 -0
  722. package/build-module/components/post-visibility/label.js.map +1 -1
  723. package/build-module/components/posts-per-page/index.js +103 -0
  724. package/build-module/components/posts-per-page/index.js.map +1 -0
  725. package/build-module/components/preferences-modal/enable-plugin-document-setting-panel.js +7 -5
  726. package/build-module/components/preferences-modal/enable-plugin-document-setting-panel.js.map +1 -1
  727. package/build-module/components/preferences-modal/index.js +126 -102
  728. package/build-module/components/preferences-modal/index.js.map +1 -1
  729. package/build-module/components/preview-dropdown/index.js +49 -31
  730. package/build-module/components/preview-dropdown/index.js.map +1 -1
  731. package/build-module/components/provider/index.js +98 -20
  732. package/build-module/components/provider/index.js.map +1 -1
  733. package/build-module/components/provider/index.native.js +58 -20
  734. package/build-module/components/provider/index.native.js.map +1 -1
  735. package/build-module/components/provider/use-block-editor-settings.js +23 -4
  736. package/build-module/components/provider/use-block-editor-settings.js.map +1 -1
  737. package/build-module/components/provider/with-registry-provider.js +33 -26
  738. package/build-module/components/provider/with-registry-provider.js.map +1 -1
  739. package/build-module/components/resizable-editor/index.js +89 -0
  740. package/build-module/components/resizable-editor/index.js.map +1 -0
  741. package/build-module/components/resizable-editor/resize-handle.js +54 -0
  742. package/build-module/components/resizable-editor/resize-handle.js.map +1 -0
  743. package/build-module/components/save-publish-panels/index.js +37 -26
  744. package/build-module/components/save-publish-panels/index.js.map +1 -1
  745. package/build-module/components/sidebar/constants.js +5 -0
  746. package/build-module/components/sidebar/constants.js.map +1 -0
  747. package/build-module/components/sidebar/header.js +50 -0
  748. package/build-module/components/sidebar/header.js.map +1 -0
  749. package/build-module/components/sidebar/index.js +154 -0
  750. package/build-module/components/sidebar/index.js.map +1 -0
  751. package/build-module/components/sidebar/post-summary.js +85 -0
  752. package/build-module/components/sidebar/post-summary.js.map +1 -0
  753. package/build-module/components/site-discussion/index.js +127 -0
  754. package/build-module/components/site-discussion/index.js.map +1 -0
  755. package/build-module/components/start-page-options/index.js +18 -18
  756. package/build-module/components/start-page-options/index.js.map +1 -1
  757. package/build-module/components/start-template-options/index.js +192 -0
  758. package/build-module/components/start-template-options/index.js.map +1 -0
  759. package/build-module/components/table-of-contents/index.js +4 -4
  760. package/build-module/components/table-of-contents/index.js.map +1 -1
  761. package/build-module/components/table-of-contents/panel.js +55 -35
  762. package/build-module/components/table-of-contents/panel.js.map +1 -1
  763. package/build-module/components/template-areas/index.js +37 -22
  764. package/build-module/components/template-areas/index.js.map +1 -1
  765. package/build-module/components/template-content-panel/index.js +32 -0
  766. package/build-module/components/template-content-panel/index.js.map +1 -0
  767. package/build-module/components/template-validation-notice/index.js +27 -21
  768. package/build-module/components/template-validation-notice/index.js.map +1 -1
  769. package/build-module/components/text-editor/index.js +66 -0
  770. package/build-module/components/text-editor/index.js.map +1 -0
  771. package/build-module/components/time-to-read/index.js +7 -6
  772. package/build-module/components/time-to-read/index.js.map +1 -1
  773. package/build-module/components/{editor-canvas → visual-editor}/edit-template-blocks-notification.js +5 -4
  774. package/build-module/components/visual-editor/edit-template-blocks-notification.js.map +1 -0
  775. package/build-module/components/{editor-canvas → visual-editor}/index.js +133 -79
  776. package/build-module/components/visual-editor/index.js.map +1 -0
  777. package/build-module/components/word-count/index.js +5 -4
  778. package/build-module/components/word-count/index.js.map +1 -1
  779. package/build-module/hooks/custom-sources-backwards-compatibility.js +2 -2
  780. package/build-module/hooks/custom-sources-backwards-compatibility.js.map +1 -1
  781. package/build-module/hooks/index.js +1 -0
  782. package/build-module/hooks/index.js.map +1 -1
  783. package/build-module/hooks/media-upload.js +7 -0
  784. package/build-module/hooks/media-upload.js.map +1 -0
  785. package/build-module/hooks/pattern-overrides.js +27 -16
  786. package/build-module/hooks/pattern-overrides.js.map +1 -1
  787. package/build-module/private-apis.js +15 -38
  788. package/build-module/private-apis.js.map +1 -1
  789. package/build-module/private-apis.native.js +38 -0
  790. package/build-module/private-apis.native.js.map +1 -0
  791. package/build-module/store/constants.js +3 -0
  792. package/build-module/store/constants.js.map +1 -1
  793. package/build-module/store/private-actions.js +10 -14
  794. package/build-module/store/private-actions.js.map +1 -1
  795. package/build-module/store/private-selectors.js +41 -1
  796. package/build-module/store/private-selectors.js.map +1 -1
  797. package/build-module/store/reducer.js +14 -0
  798. package/build-module/store/reducer.js.map +1 -1
  799. package/build-module/store/selectors.js +1 -1
  800. package/build-module/store/selectors.js.map +1 -1
  801. package/build-module/utils/set-nested-value.js +38 -0
  802. package/build-module/utils/set-nested-value.js.map +1 -0
  803. package/build-style/style-rtl.css +623 -85
  804. package/build-style/style.css +623 -85
  805. package/package.json +43 -37
  806. package/src/bindings/index.js +1 -4
  807. package/src/bindings/pattern-overrides.js +84 -2
  808. package/src/bindings/post-meta.js +46 -6
  809. package/src/components/autocompleters/style.scss +1 -2
  810. package/src/components/block-settings-menu/content-only-settings-menu.js +175 -0
  811. package/src/components/block-settings-menu/content-only-settings-menu.native.js +4 -0
  812. package/src/components/block-settings-menu/style.scss +4 -0
  813. package/src/components/blog-title/index.js +124 -0
  814. package/src/components/blog-title/style.scss +4 -0
  815. package/src/components/collapsible-block-toolbar/index.js +2 -2
  816. package/src/components/commands/index.js +113 -3
  817. package/src/components/create-template-part-modal/index.js +205 -0
  818. package/src/components/create-template-part-modal/style.scss +69 -0
  819. package/src/components/create-template-part-modal/test/utils.js +60 -0
  820. package/src/components/create-template-part-modal/utils.js +67 -0
  821. package/src/components/document-bar/index.js +34 -23
  822. package/src/components/document-outline/item.js +2 -2
  823. package/src/components/document-tools/index.js +21 -28
  824. package/src/components/editor-help/help-get-support-button.native.js +1 -1
  825. package/src/components/editor-interface/content-slot-fill.js +15 -0
  826. package/src/components/editor-interface/index.js +230 -0
  827. package/src/components/editor-notices/index.js +10 -0
  828. package/src/components/entities-saved-states/entity-record-item.js +45 -16
  829. package/src/components/entities-saved-states/style.scss +13 -0
  830. package/src/components/error-boundary/index.js +10 -0
  831. package/src/components/error-boundary/index.native.js +1 -1
  832. package/src/components/global-keyboard-shortcuts/register-shortcuts.js +1 -1
  833. package/src/components/global-styles-provider/index.js +254 -0
  834. package/src/components/header/back-button.js +27 -0
  835. package/src/components/header/index.js +169 -0
  836. package/src/components/header/style.scss +236 -0
  837. package/src/components/inserter-sidebar/index.js +92 -36
  838. package/src/components/inserter-sidebar/style.scss +1 -7
  839. package/src/components/keyboard-shortcut-help-modal/index.js +2 -2
  840. package/src/components/list-view-sidebar/style.scss +1 -0
  841. package/src/components/local-autosave-monitor/index.js +12 -0
  842. package/src/components/page-attributes/order.js +79 -3
  843. package/src/components/page-attributes/panel.js +10 -26
  844. package/src/components/page-attributes/parent.js +98 -2
  845. package/src/components/page-attributes/style.scss +19 -0
  846. package/src/components/page-attributes/test/order.js +5 -1
  847. package/src/components/pattern-duplicate-modal/index.js +50 -0
  848. package/src/components/pattern-rename-modal/index.js +44 -0
  849. package/src/components/post-actions/actions.js +522 -371
  850. package/src/components/post-actions/export-pattern-action.js +74 -0
  851. package/src/components/post-actions/export-pattern-action.native.js +4 -0
  852. package/src/components/post-actions/index.js +20 -42
  853. package/src/components/post-author/combobox.js +1 -0
  854. package/src/components/post-author/hook.js +1 -1
  855. package/src/components/post-author/panel.js +63 -2
  856. package/src/components/post-author/select.js +1 -0
  857. package/src/components/post-author/style.scss +6 -0
  858. package/src/components/post-card-panel/index.js +56 -55
  859. package/src/components/post-card-panel/style.scss +23 -1
  860. package/src/components/post-comments/index.js +52 -9
  861. package/src/components/post-discussion/panel.js +115 -31
  862. package/src/components/post-discussion/style.scss +24 -0
  863. package/src/components/post-excerpt/panel.js +45 -48
  864. package/src/components/post-excerpt/style.scss +0 -17
  865. package/src/components/post-featured-image/check.js +9 -0
  866. package/src/components/post-featured-image/index.js +15 -0
  867. package/src/components/post-featured-image/panel.js +9 -0
  868. package/src/components/post-format/check.js +8 -0
  869. package/src/components/post-format/index.js +15 -4
  870. package/src/components/post-format/panel.js +87 -0
  871. package/src/components/post-format/style.scss +12 -0
  872. package/src/components/post-last-revision/check.js +8 -0
  873. package/src/components/post-last-revision/index.js +7 -2
  874. package/src/components/post-last-revision/panel.js +5 -0
  875. package/src/components/post-last-revision/test/check.js +5 -1
  876. package/src/components/post-locked-modal/index.js +6 -0
  877. package/src/components/post-panel-row/index.js +2 -2
  878. package/src/components/post-panel-row/style.scss +15 -0
  879. package/src/components/post-panel-section/index.js +19 -0
  880. package/src/components/post-panel-section/style.scss +3 -0
  881. package/src/components/post-pending-status/check.js +10 -0
  882. package/src/components/post-pending-status/index.js +5 -0
  883. package/src/components/post-pingbacks/index.js +17 -2
  884. package/src/components/post-preview-button/index.js +15 -0
  885. package/src/components/post-publish-button/index.js +17 -4
  886. package/src/components/post-publish-panel/index.js +1 -0
  887. package/src/components/post-publish-panel/maybe-tags-panel.js +1 -1
  888. package/src/components/post-publish-panel/style.scss +5 -0
  889. package/src/components/post-publish-panel/test/__snapshots__/index.js.snap +3 -3
  890. package/src/components/post-saved-state/index.js +2 -2
  891. package/src/components/post-schedule/check.js +8 -0
  892. package/src/components/post-schedule/index.js +30 -3
  893. package/src/components/post-schedule/label.js +15 -0
  894. package/src/components/post-schedule/panel.js +9 -1
  895. package/src/components/post-schedule/style.scss +0 -11
  896. package/src/components/post-slug/panel.js +22 -0
  897. package/src/components/post-slug/style.scss +5 -0
  898. package/src/components/post-slug/test/index.js +5 -1
  899. package/src/components/post-status/index.js +30 -52
  900. package/src/components/post-status/style.scss +4 -34
  901. package/src/components/post-sticky/index.js +12 -7
  902. package/src/components/post-sticky/panel.js +18 -0
  903. package/src/components/post-sticky/style.scss +3 -0
  904. package/src/components/post-template/block-theme.js +1 -0
  905. package/src/components/post-template/classic-theme.js +15 -0
  906. package/src/components/post-template/panel.js +5 -0
  907. package/src/components/post-template/style.scss +0 -8
  908. package/src/components/post-text-editor/index.js +5 -0
  909. package/src/components/post-title/index.js +10 -3
  910. package/src/components/post-title/index.native.js +70 -35
  911. package/src/components/post-title/post-title-raw.js +10 -2
  912. package/src/components/post-title/use-post-title-focus.js +7 -0
  913. package/src/components/post-title/use-post-title.js +5 -0
  914. package/src/components/post-transform-panel/hooks.js +114 -0
  915. package/src/components/post-transform-panel/index.js +91 -0
  916. package/src/components/post-type-support-check/index.js +1 -1
  917. package/src/components/post-type-support-check/test/index.js +2 -2
  918. package/src/components/post-url/check.js +8 -0
  919. package/src/components/post-url/index.js +41 -24
  920. package/src/components/post-url/label.js +10 -0
  921. package/src/components/post-url/panel.js +6 -1
  922. package/src/components/post-url/style.scss +0 -9
  923. package/src/components/post-visibility/check.js +9 -0
  924. package/src/components/post-visibility/index.js +7 -0
  925. package/src/components/post-visibility/label.js +10 -0
  926. package/src/components/posts-per-page/index.js +101 -0
  927. package/src/components/posts-per-page/style.scss +4 -0
  928. package/src/components/preferences-modal/index.js +3 -3
  929. package/src/components/provider/index.js +72 -0
  930. package/src/components/provider/index.native.js +43 -2
  931. package/src/components/provider/use-block-editor-settings.js +19 -6
  932. package/src/components/provider/with-registry-provider.js +32 -31
  933. package/src/components/resizable-editor/index.js +90 -0
  934. package/src/components/resizable-editor/resize-handle.js +62 -0
  935. package/src/components/resizable-editor/style.scss +53 -0
  936. package/src/components/save-publish-panels/index.js +10 -2
  937. package/src/components/sidebar/constants.js +4 -0
  938. package/src/components/sidebar/header.js +49 -0
  939. package/src/components/sidebar/index.js +196 -0
  940. package/src/components/sidebar/post-summary.js +97 -0
  941. package/src/components/sidebar/style.scss +18 -0
  942. package/src/components/site-discussion/index.js +138 -0
  943. package/src/components/site-discussion/style.scss +19 -0
  944. package/src/components/start-page-options/index.js +6 -4
  945. package/src/components/start-template-options/index.js +219 -0
  946. package/src/components/start-template-options/style.scss +47 -0
  947. package/src/components/template-areas/index.js +15 -6
  948. package/src/components/template-areas/style.scss +0 -1
  949. package/src/components/template-content-panel/index.js +36 -0
  950. package/src/components/text-editor/index.js +57 -0
  951. package/src/components/text-editor/style.scss +71 -0
  952. package/src/components/{editor-canvas → visual-editor}/index.js +191 -110
  953. package/src/components/visual-editor/style.scss +37 -0
  954. package/src/hooks/index.js +1 -0
  955. package/src/hooks/media-upload.js +11 -0
  956. package/src/hooks/pattern-overrides.js +12 -6
  957. package/src/private-apis.js +18 -38
  958. package/src/private-apis.native.js +37 -0
  959. package/src/store/constants.js +7 -0
  960. package/src/store/private-actions.js +22 -50
  961. package/src/store/private-selectors.js +48 -0
  962. package/src/store/reducer.js +12 -0
  963. package/src/store/selectors.js +1 -1
  964. package/src/style.scss +16 -0
  965. package/src/utils/set-nested-value.js +39 -0
  966. package/build/components/editor-canvas/edit-template-blocks-notification.js.map +0 -1
  967. package/build/components/editor-canvas/index.js.map +0 -1
  968. package/build-module/components/editor-canvas/edit-template-blocks-notification.js.map +0 -1
  969. package/build-module/components/editor-canvas/index.js.map +0 -1
  970. package/src/components/post-slug/test/check.js +0 -17
  971. package/src/components/provider/README.md +0 -37
  972. /package/src/components/{editor-canvas → visual-editor}/edit-template-blocks-notification.js +0 -0
@@ -124,7 +124,8 @@
124
124
 
125
125
  .interface-complementary-area-header {
126
126
  background: #fff;
127
- padding-left: 4px;
127
+ padding-left: 12px;
128
+ gap: 8px;
128
129
  }
129
130
  .interface-complementary-area-header .interface-complementary-area-header__title {
130
131
  margin: 0;
@@ -142,12 +143,6 @@
142
143
  }
143
144
  }
144
145
 
145
- @media (min-width: 782px) {
146
- .components-panel__header + .interface-complementary-area-header {
147
- margin-top: 0;
148
- }
149
- }
150
-
151
146
  .interface-complementary-area {
152
147
  background: #fff;
153
148
  color: #1e1e1e;
@@ -174,11 +169,11 @@
174
169
  top: 0;
175
170
  z-index: 1;
176
171
  }
177
- .interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs {
172
+ .interface-complementary-area .components-panel__header.editor-sidebar__panel-tabs {
178
173
  top: 48px;
179
174
  }
180
175
  @media (min-width: 782px) {
181
- .interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs {
176
+ .interface-complementary-area .components-panel__header.editor-sidebar__panel-tabs {
182
177
  top: 0;
183
178
  }
184
179
  }
@@ -187,6 +182,7 @@
187
182
  }
188
183
  .interface-complementary-area h2 {
189
184
  font-size: 13px;
185
+ font-weight: 500;
190
186
  color: #1e1e1e;
191
187
  margin-bottom: 1.5em;
192
188
  }
@@ -242,7 +238,7 @@ html.interface-interface-skeleton__html-container {
242
238
  width: 100%;
243
239
  }
244
240
  @media (min-width: 782px) {
245
- html.interface-interface-skeleton__html-container {
241
+ html.interface-interface-skeleton__html-container:not(:has(.is-zoom-out)) {
246
242
  position: initial;
247
243
  width: initial;
248
244
  }
@@ -363,29 +359,34 @@ body.is-fullscreen-mode .interface-interface-skeleton {
363
359
  }
364
360
 
365
361
  .interface-interface-skeleton__sidebar {
362
+ border-top: 1px solid #e0e0e0;
366
363
  overflow: hidden;
367
364
  }
368
365
  @media (min-width: 782px) {
369
366
  .interface-interface-skeleton__sidebar {
370
- border-right: 1px solid #e0e0e0;
367
+ box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.133);
368
+ outline: 1px solid transparent;
371
369
  }
372
370
  }
373
371
 
374
372
  .interface-interface-skeleton__secondary-sidebar {
373
+ border-top: 1px solid #e0e0e0;
375
374
  left: 0;
376
375
  }
377
376
  @media (min-width: 782px) {
378
377
  .interface-interface-skeleton__secondary-sidebar {
379
- border-left: 1px solid #e0e0e0;
378
+ box-shadow: -1px 1px 0 0 rgba(0, 0, 0, 0.133);
379
+ outline: 1px solid transparent;
380
380
  }
381
381
  }
382
382
 
383
383
  .interface-interface-skeleton__header {
384
384
  flex-shrink: 0;
385
385
  height: auto;
386
- border-bottom: 1px solid #e0e0e0;
386
+ box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.133);
387
387
  z-index: 30;
388
388
  color: #1e1e1e;
389
+ outline: 1px solid transparent;
389
390
  }
390
391
 
391
392
  .interface-interface-skeleton__footer {
@@ -471,9 +472,8 @@ body.is-fullscreen-mode .interface-interface-skeleton {
471
472
  }
472
473
 
473
474
  .editor-autocompleters__user .editor-autocompleters__no-avatar::before {
474
- /* stylelint-disable */
475
+ /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword -- dashicons don't need a generic family keyword. */
475
476
  font: normal 20px/1 dashicons;
476
- /* stylelint-enable */
477
477
  content: "";
478
478
  margin-left: 5px;
479
479
  vertical-align: middle;
@@ -644,6 +644,72 @@ body.is-fullscreen-mode .interface-interface-skeleton {
644
644
  margin-right: 2px;
645
645
  }
646
646
 
647
+ .editor-create-template-part-modal {
648
+ z-index: 1000001;
649
+ }
650
+ @media (min-width: 600px) {
651
+ .editor-create-template-part-modal .components-modal__frame {
652
+ max-width: 500px;
653
+ }
654
+ }
655
+
656
+ .editor-create-template-part-modal__area-radio-group {
657
+ width: 100%;
658
+ border: 1px solid #757575;
659
+ border-radius: 2px;
660
+ }
661
+ .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio {
662
+ display: block;
663
+ width: 100%;
664
+ height: 100%;
665
+ text-align: right;
666
+ padding: 12px;
667
+ }
668
+ .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 {
669
+ margin: 0;
670
+ background-color: inherit;
671
+ border-bottom: 1px solid #757575;
672
+ border-radius: 0;
673
+ }
674
+ .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) {
675
+ box-shadow: none;
676
+ }
677
+ .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 {
678
+ border-bottom: 1px solid #fff;
679
+ }
680
+ .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 {
681
+ border-bottom: none;
682
+ }
683
+ .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] {
684
+ color: #1e1e1e;
685
+ cursor: auto;
686
+ }
687
+ .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 {
688
+ color: #949494;
689
+ }
690
+ .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio .editor-create-template-part-modal__option-label {
691
+ padding-top: 4px;
692
+ white-space: normal;
693
+ }
694
+ .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 {
695
+ padding-top: 4px;
696
+ font-size: 12px;
697
+ }
698
+ .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio .editor-create-template-part-modal__checkbox {
699
+ margin-right: auto;
700
+ min-width: 24px;
701
+ }
702
+
703
+ .editor-content-only-settings-menu__description {
704
+ padding: 8px;
705
+ min-width: 235px;
706
+ }
707
+
708
+ .editor-blog-title-dropdown__content .components-popover__content {
709
+ min-width: 320px;
710
+ padding: 16px;
711
+ }
712
+
647
713
  .editor-document-bar {
648
714
  display: flex;
649
715
  align-items: center;
@@ -956,6 +1022,19 @@ body.is-fullscreen-mode .interface-interface-skeleton {
956
1022
  height: 61px;
957
1023
  }
958
1024
 
1025
+ .entities-saved-states__post-meta {
1026
+ margin-right: 24px;
1027
+ align-items: center;
1028
+ }
1029
+
1030
+ .entities-saved-states__connections-icon {
1031
+ flex-grow: 0;
1032
+ }
1033
+
1034
+ .entities-saved-states__bindings-text {
1035
+ flex-grow: 1;
1036
+ }
1037
+
959
1038
  .editor-error-boundary {
960
1039
  margin: auto;
961
1040
  max-width: 780px;
@@ -964,6 +1043,207 @@ body.is-fullscreen-mode .interface-interface-skeleton {
964
1043
  box-shadow: 0 0.7px 1px rgba(0, 0, 0, 0.15), 0 2.7px 3.8px -0.2px rgba(0, 0, 0, 0.15), 0 5.5px 7.8px -0.3px rgba(0, 0, 0, 0.15), -0.1px 11.5px 16.4px -0.5px rgba(0, 0, 0, 0.15);
965
1044
  }
966
1045
 
1046
+ .editor-header {
1047
+ height: 60px;
1048
+ background: #fff;
1049
+ display: flex;
1050
+ flex-wrap: wrap;
1051
+ align-items: center;
1052
+ max-width: 100vw;
1053
+ justify-content: space-between;
1054
+ }
1055
+ @media (min-width: 280px) {
1056
+ .editor-header {
1057
+ flex-wrap: nowrap;
1058
+ }
1059
+ }
1060
+
1061
+ .editor-header__toolbar {
1062
+ display: flex;
1063
+ flex-shrink: 8;
1064
+ flex-grow: 3;
1065
+ overflow: hidden;
1066
+ padding: 2px 0;
1067
+ align-items: center;
1068
+ }
1069
+ @media (min-width: 782px) {
1070
+ .editor-header__toolbar {
1071
+ padding-left: var(--wp-admin-border-width-focus);
1072
+ }
1073
+ }
1074
+ .editor-header__toolbar .table-of-contents {
1075
+ display: none;
1076
+ }
1077
+ @media (min-width: 600px) {
1078
+ .editor-header__toolbar .table-of-contents {
1079
+ display: block;
1080
+ }
1081
+ }
1082
+
1083
+ .editor-header__center {
1084
+ flex-grow: 1;
1085
+ display: flex;
1086
+ justify-content: center;
1087
+ min-width: 0;
1088
+ }
1089
+ .editor-header__center.is-collapsed {
1090
+ display: none;
1091
+ }
1092
+
1093
+ /**
1094
+ * Buttons on the right side
1095
+ */
1096
+ .editor-header__settings {
1097
+ display: inline-flex;
1098
+ align-items: center;
1099
+ flex-wrap: nowrap;
1100
+ padding-left: 4px;
1101
+ gap: 8px;
1102
+ }
1103
+ @media (min-width: 600px) {
1104
+ .editor-header__settings {
1105
+ padding-left: 8px;
1106
+ }
1107
+ }
1108
+
1109
+ /**
1110
+ * Show icon labels.
1111
+ */
1112
+ .show-icon-labels.interface-pinned-items .components-button.has-icon,
1113
+ .show-icon-labels .editor-header .components-button.has-icon {
1114
+ width: auto;
1115
+ }
1116
+ .show-icon-labels.interface-pinned-items .components-button.has-icon svg,
1117
+ .show-icon-labels .editor-header .components-button.has-icon svg {
1118
+ display: none;
1119
+ }
1120
+ .show-icon-labels.interface-pinned-items .components-button.has-icon::after,
1121
+ .show-icon-labels .editor-header .components-button.has-icon::after {
1122
+ content: attr(aria-label);
1123
+ }
1124
+ .show-icon-labels.interface-pinned-items .components-button.has-icon[aria-disabled=true],
1125
+ .show-icon-labels .editor-header .components-button.has-icon[aria-disabled=true] {
1126
+ background-color: transparent;
1127
+ }
1128
+ .show-icon-labels.interface-pinned-items .is-tertiary:active,
1129
+ .show-icon-labels .editor-header .is-tertiary:active {
1130
+ box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color);
1131
+ background-color: transparent;
1132
+ }
1133
+ .show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle svg,
1134
+ .show-icon-labels .editor-header .components-button.has-icon.button-toggle svg {
1135
+ display: block;
1136
+ }
1137
+ .show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle::after,
1138
+ .show-icon-labels .editor-header .components-button.has-icon.button-toggle::after {
1139
+ content: none;
1140
+ }
1141
+ .show-icon-labels.interface-pinned-items .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon,
1142
+ .show-icon-labels .editor-header .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon {
1143
+ display: block;
1144
+ }
1145
+ .show-icon-labels.interface-pinned-items .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,
1146
+ .show-icon-labels.interface-pinned-items .interface-pinned-items .components-button,
1147
+ .show-icon-labels .editor-header .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,
1148
+ .show-icon-labels .editor-header .interface-pinned-items .components-button {
1149
+ padding-right: 8px;
1150
+ padding-left: 8px;
1151
+ }
1152
+ @media (min-width: 600px) {
1153
+ .show-icon-labels.interface-pinned-items .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,
1154
+ .show-icon-labels.interface-pinned-items .interface-pinned-items .components-button,
1155
+ .show-icon-labels .editor-header .editor-document-tools__inserter-toggle.editor-document-tools__inserter-toggle,
1156
+ .show-icon-labels .editor-header .interface-pinned-items .components-button {
1157
+ padding-right: 12px;
1158
+ padding-left: 12px;
1159
+ }
1160
+ }
1161
+ .show-icon-labels.interface-pinned-items .editor-post-save-draft.editor-post-save-draft::after,
1162
+ .show-icon-labels.interface-pinned-items .editor-post-saved-state.editor-post-saved-state::after,
1163
+ .show-icon-labels .editor-header .editor-post-save-draft.editor-post-save-draft::after,
1164
+ .show-icon-labels .editor-header .editor-post-saved-state.editor-post-saved-state::after {
1165
+ content: none;
1166
+ }
1167
+
1168
+ .show-icon-labels .editor-header__toolbar .block-editor-block-mover {
1169
+ border-right: none;
1170
+ }
1171
+ .show-icon-labels .editor-header__toolbar .block-editor-block-mover::before {
1172
+ content: "";
1173
+ width: 1px;
1174
+ height: 24px;
1175
+ background-color: #ddd;
1176
+ margin-top: 4px;
1177
+ margin-right: 8px;
1178
+ }
1179
+ .show-icon-labels .editor-header__toolbar .block-editor-block-mover .block-editor-block-mover__move-button-container::before {
1180
+ width: calc(100% - 24px);
1181
+ background: #ddd;
1182
+ right: calc(50% + 1px);
1183
+ }
1184
+
1185
+ .show-icon-labels.interface-pinned-items {
1186
+ padding: 6px 12px 12px;
1187
+ margin-top: 0;
1188
+ margin-bottom: 0;
1189
+ margin-right: -12px;
1190
+ margin-left: -12px;
1191
+ border-bottom: 1px solid #ccc;
1192
+ display: block;
1193
+ }
1194
+ .show-icon-labels.interface-pinned-items > .components-button.has-icon {
1195
+ margin: 0;
1196
+ padding: 6px 8px 6px 6px;
1197
+ width: 14.625rem;
1198
+ justify-content: flex-start;
1199
+ }
1200
+ .show-icon-labels.interface-pinned-items > .components-button.has-icon[aria-expanded=true] svg {
1201
+ display: block;
1202
+ max-width: 24px;
1203
+ }
1204
+ .show-icon-labels.interface-pinned-items > .components-button.has-icon[aria-expanded=false] {
1205
+ padding-right: 40px;
1206
+ }
1207
+ .show-icon-labels.interface-pinned-items > .components-button.has-icon svg {
1208
+ margin-left: 8px;
1209
+ }
1210
+
1211
+ @media (min-width: 600px) {
1212
+ .editor-header__post-preview-button {
1213
+ display: none;
1214
+ }
1215
+ }
1216
+
1217
+ .is-distraction-free .interface-interface-skeleton__header {
1218
+ border-bottom: none;
1219
+ }
1220
+ .is-distraction-free .editor-header {
1221
+ background-color: #fff;
1222
+ border-bottom: 1px solid #e0e0e0;
1223
+ position: absolute;
1224
+ width: 100%;
1225
+ }
1226
+ .is-distraction-free .editor-header > .edit-post-header__settings > .edit-post-header__post-preview-button {
1227
+ visibility: hidden;
1228
+ }
1229
+ .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 {
1230
+ display: none;
1231
+ }
1232
+ .is-distraction-free .interface-interface-skeleton__header:focus-within {
1233
+ opacity: 1 !important;
1234
+ }
1235
+ .is-distraction-free .interface-interface-skeleton__header:focus-within div {
1236
+ transform: translateX(0) translateZ(0) !important;
1237
+ }
1238
+ .is-distraction-free .components-editor-notices__dismissible {
1239
+ position: absolute;
1240
+ z-index: 35;
1241
+ }
1242
+
1243
+ .components-popover.more-menu-dropdown__content {
1244
+ z-index: 99998;
1245
+ }
1246
+
967
1247
  .editor-inserter-sidebar {
968
1248
  box-sizing: border-box;
969
1249
  height: 100%;
@@ -976,13 +1256,6 @@ body.is-fullscreen-mode .interface-interface-skeleton {
976
1256
  box-sizing: inherit;
977
1257
  }
978
1258
 
979
- .editor-inserter-sidebar__header {
980
- padding-top: 8px;
981
- padding-left: 8px;
982
- display: flex;
983
- justify-content: flex-end;
984
- }
985
-
986
1259
  .editor-inserter-sidebar__content {
987
1260
  height: calc(100% - 36px - 8px);
988
1261
  }
@@ -1056,6 +1329,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1056
1329
  }
1057
1330
  .editor-list-view-sidebar .editor-list-view-sidebar__close-button {
1058
1331
  background: #fff;
1332
+ /* stylelint-disable-next-line property-disallowed-list -- This should be removed when https://github.com/WordPress/gutenberg/issues/59013 is fixed. */
1059
1333
  order: 1;
1060
1334
  align-self: center;
1061
1335
  margin-left: 12px;
@@ -1148,6 +1422,26 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1148
1422
  color: #757575;
1149
1423
  }
1150
1424
 
1425
+ .editor-post-parent__panel,
1426
+ .editor-post-order__panel {
1427
+ padding-top: 8px;
1428
+ }
1429
+ .editor-post-parent__panel .editor-post-panel__row-control > div,
1430
+ .editor-post-order__panel .editor-post-panel__row-control > div {
1431
+ width: 100%;
1432
+ }
1433
+
1434
+ .editor-post-parent__panel-dialog .editor-post-parent,
1435
+ .editor-post-parent__panel-dialog .editor-post-order,
1436
+ .editor-post-order__panel-dialog .editor-post-parent,
1437
+ .editor-post-order__panel-dialog .editor-post-order {
1438
+ margin: 8px;
1439
+ }
1440
+ .editor-post-parent__panel-dialog .components-popover__content,
1441
+ .editor-post-order__panel-dialog .components-popover__content {
1442
+ min-width: 320px;
1443
+ }
1444
+
1151
1445
  .editor-post-author__panel {
1152
1446
  padding-top: 8px;
1153
1447
  }
@@ -1156,6 +1450,11 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1156
1450
  width: 100%;
1157
1451
  }
1158
1452
 
1453
+ .editor-post-author__panel-dialog .editor-post-author {
1454
+ min-width: 248px;
1455
+ margin: 8px;
1456
+ }
1457
+
1159
1458
  .editor-action-modal {
1160
1459
  z-index: 1000001;
1161
1460
  }
@@ -1167,7 +1466,13 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1167
1466
  width: 100%;
1168
1467
  }
1169
1468
  .editor-post-card-panel__title.editor-post-card-panel__title {
1170
- margin: 3px 0 0 0;
1469
+ margin: 0;
1470
+ padding: 2px 0;
1471
+ display: flex;
1472
+ align-items: center;
1473
+ flex-wrap: wrap;
1474
+ column-gap: 8px;
1475
+ row-gap: 4px;
1171
1476
  }
1172
1477
  .editor-post-card-panel__icon {
1173
1478
  flex: 0 0 24px;
@@ -1182,6 +1487,22 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1182
1487
  margin-bottom: 8px;
1183
1488
  }
1184
1489
 
1490
+ .editor-post-card-panel__icon.is-sync {
1491
+ fill: var(--wp-block-synced-color);
1492
+ }
1493
+
1494
+ .editor-post-card-panel__title-badge {
1495
+ background: #f0f0f0;
1496
+ color: #757575;
1497
+ padding: 0 4px;
1498
+ border-radius: 2px;
1499
+ font-size: 12px;
1500
+ font-weight: 400;
1501
+ flex-shrink: 0;
1502
+ line-height: 20px;
1503
+ display: inline-block;
1504
+ }
1505
+
1185
1506
  .editor-post-content-information {
1186
1507
  color: #757575;
1187
1508
  }
@@ -1189,24 +1510,29 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1189
1510
  color: inherit;
1190
1511
  }
1191
1512
 
1192
- .editor-post-excerpt__textarea {
1193
- width: 100%;
1194
- margin-bottom: 10px;
1513
+ .editor-post-discussion__panel-dialog .editor-post-discussion {
1514
+ min-width: 248px;
1515
+ margin: 8px;
1195
1516
  }
1196
-
1197
- .editor-post-excerpt__dropdown__trigger {
1198
- height: auto;
1199
- padding: 0;
1517
+ .editor-post-discussion__panel-dialog .editor-post-discussion .components-radio-control__option {
1518
+ align-items: flex-start;
1200
1519
  }
1201
- .editor-post-excerpt__dropdown__trigger:not(.has-excerpt) {
1202
- color: #757575;
1520
+ .editor-post-discussion__panel-dialog .editor-post-discussion .components-radio-control__label .components-text {
1521
+ display: block;
1522
+ margin-top: 4px;
1203
1523
  }
1204
- .editor-post-excerpt__dropdown__trigger:hover {
1205
- color: #1e1e1e;
1524
+
1525
+ .editor-post-discussion__panel-toggle .components-text {
1526
+ color: inherit;
1206
1527
  }
1207
1528
 
1208
- .editor-post-excerpt__dropdown {
1209
- display: block;
1529
+ .editor-post-discussion__panel-dialog .components-popover__content {
1530
+ min-width: 320px;
1531
+ }
1532
+
1533
+ .editor-post-excerpt__textarea {
1534
+ width: 100%;
1535
+ margin-bottom: 10px;
1210
1536
  }
1211
1537
 
1212
1538
  .editor-post-excerpt__dropdown__content .components-popover__content {
@@ -1298,6 +1624,15 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1298
1624
  margin: 4px 0 0 0;
1299
1625
  }
1300
1626
 
1627
+ .editor-post-format__dialog .editor-post-format__dialog-content {
1628
+ min-width: 248px;
1629
+ margin: 8px;
1630
+ }
1631
+
1632
+ .editor-post-format__options .components-base-control__field > .components-v-stack {
1633
+ gap: 12px;
1634
+ }
1635
+
1301
1636
  .editor-post-last-edited-panel {
1302
1637
  color: #757575;
1303
1638
  }
@@ -1353,6 +1688,10 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1353
1688
  min-height: 32px;
1354
1689
  display: flex;
1355
1690
  align-items: center;
1691
+ padding: 6px 0;
1692
+ line-height: 20px;
1693
+ -webkit-hyphens: auto;
1694
+ hyphens: auto;
1356
1695
  }
1357
1696
 
1358
1697
  .editor-post-panel__row-control {
@@ -1361,6 +1700,20 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1361
1700
  display: flex;
1362
1701
  align-items: center;
1363
1702
  }
1703
+ .editor-post-panel__row-control .components-button {
1704
+ max-width: 100%;
1705
+ text-align: right;
1706
+ text-wrap: pretty;
1707
+ height: auto;
1708
+ min-height: 32px;
1709
+ }
1710
+ .editor-post-panel__row-control .components-dropdown {
1711
+ max-width: 100%;
1712
+ }
1713
+
1714
+ .editor-post-panel__section {
1715
+ padding: 16px;
1716
+ }
1364
1717
 
1365
1718
  .editor-post-publish-panel {
1366
1719
  background: #fff;
@@ -1475,6 +1828,10 @@ body.is-fullscreen-mode .interface-interface-skeleton {
1475
1828
  .editor-post-publish-panel__prepublish .editor-post-visibility__dialog-legend {
1476
1829
  display: none;
1477
1830
  }
1831
+ .editor-post-publish-panel__prepublish .components-panel__body-title .components-button {
1832
+ align-items: flex-start;
1833
+ text-wrap: pretty;
1834
+ }
1478
1835
 
1479
1836
  .post-publish-panel__postpublish .components-panel__body {
1480
1837
  border-bottom: 1px solid #e0e0e0;
@@ -1628,47 +1985,21 @@ body.is-fullscreen-mode .edit-site-editor__interface-skeleton .editor-post-publi
1628
1985
  padding: 16px;
1629
1986
  }
1630
1987
 
1631
- .editor-post-schedule__dialog-toggle.components-button {
1632
- overflow: hidden;
1633
- text-align: right;
1634
- white-space: unset;
1635
- height: auto;
1636
- min-height: 32px;
1637
- line-height: inherit;
1988
+ .editor-post-slug {
1989
+ display: flex;
1990
+ flex-direction: column;
1991
+ align-items: stretch;
1638
1992
  }
1639
1993
 
1640
1994
  .editor-post-status {
1641
1995
  max-width: 100%;
1642
1996
  }
1643
- .editor-post-status .editor-post-status-trigger {
1644
- padding: 1px;
1645
- height: auto;
1646
- border-radius: 16px;
1647
- }
1648
- .editor-post-status .editor-post-status-label {
1649
- border-radius: 16px;
1650
- display: inline-flex;
1651
- padding: 0 12px 0 12px;
1652
- background: rgba(30, 30, 30, 0.04);
1653
- height: 32px;
1654
- align-items: center;
1655
- color: #1e1e1e;
1656
- }
1657
- .editor-post-status .editor-post-status-label.has-icon {
1658
- padding: 0 12px 0 8px;
1659
- }
1660
- .editor-post-status .editor-post-status-label.has-icon:hover {
1661
- background: rgba(30, 30, 30, 0.08);
1662
- }
1663
- .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 {
1664
- background: rgba(var(--wp-admin-theme-color--rgb), 0.04);
1665
- color: var(--wp-admin-theme-color);
1666
- }
1667
- .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 {
1668
- background: rgba(var(--wp-admin-theme-color--rgb), 0.08);
1997
+ .editor-post-status.is-read-only {
1998
+ padding: 6px 12px;
1669
1999
  }
1670
2000
 
1671
- .editor-change-status__password-fieldset {
2001
+ .editor-change-status__password-fieldset,
2002
+ .editor-change-status__publish-date-wrapper {
1672
2003
  border-top: 1px solid #e0e0e0;
1673
2004
  padding-top: 16px;
1674
2005
  }
@@ -1692,6 +2023,10 @@ body.is-fullscreen-mode .edit-site-editor__interface-skeleton .editor-post-publi
1692
2023
  margin-bottom: 8px;
1693
2024
  }
1694
2025
 
2026
+ .editor-post-sticky__toggle-control {
2027
+ padding: 6px 12px;
2028
+ }
2029
+
1695
2030
  .editor-post-sync-status__value {
1696
2031
  padding: 6px 12px 6px 0;
1697
2032
  }
@@ -1754,9 +2089,6 @@ body.is-fullscreen-mode .edit-site-editor__interface-skeleton .editor-post-publi
1754
2089
  .editor-post-template__swap-template-modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item {
1755
2090
  break-inside: avoid-column;
1756
2091
  }
1757
- .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 {
1758
- box-shadow: 0 0 0 1px #ddd;
1759
- }
1760
2092
 
1761
2093
  .editor-post-template__dropdown .components-popover__content {
1762
2094
  min-width: 240px;
@@ -1836,15 +2168,6 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
1836
2168
  width: 100%;
1837
2169
  }
1838
2170
 
1839
- .components-button.editor-post-url__panel-toggle {
1840
- display: block;
1841
- max-width: 100%;
1842
- overflow: hidden;
1843
- text-align: right;
1844
- text-overflow: ellipsis;
1845
- white-space: nowrap;
1846
- }
1847
-
1848
2171
  .editor-post-url__panel-dialog .editor-post-url {
1849
2172
  min-width: 248px;
1850
2173
  margin: 8px;
@@ -1880,6 +2203,8 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
1880
2203
  border-radius: 50%;
1881
2204
  width: 24px;
1882
2205
  height: 24px;
2206
+ min-width: 24px;
2207
+ max-width: 24px;
1883
2208
  margin-top: 2px;
1884
2209
  }
1885
2210
  @media (prefers-reduced-motion: reduce) {
@@ -1914,6 +2239,8 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
1914
2239
  .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio] {
1915
2240
  height: 20px;
1916
2241
  width: 20px;
2242
+ min-width: 20px;
2243
+ max-width: 20px;
1917
2244
  }
1918
2245
  }
1919
2246
  .editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio]:checked::before {
@@ -1994,6 +2321,11 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
1994
2321
  color: rgba(30, 30, 30, 0.62);
1995
2322
  }
1996
2323
 
2324
+ .editor-posts-per-page-dropdown__content .components-popover__content {
2325
+ min-width: 320px;
2326
+ padding: 16px;
2327
+ }
2328
+
1997
2329
  .editor-post-trash.components-button {
1998
2330
  flex-grow: 1;
1999
2331
  justify-content: center;
@@ -2005,6 +2337,51 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
2005
2337
  justify-content: space-between;
2006
2338
  }
2007
2339
 
2340
+ .editor-resizable-editor.is-resizable {
2341
+ overflow: visible;
2342
+ margin: 0 auto;
2343
+ }
2344
+
2345
+ .editor-resizable-editor__resize-handle {
2346
+ position: absolute;
2347
+ top: 0;
2348
+ bottom: 0;
2349
+ padding: 0;
2350
+ margin: auto 0;
2351
+ width: 12px;
2352
+ -webkit-appearance: none;
2353
+ appearance: none;
2354
+ cursor: ew-resize;
2355
+ outline: none;
2356
+ background: none;
2357
+ border-radius: 2px;
2358
+ border: 0;
2359
+ height: 100px;
2360
+ }
2361
+ .editor-resizable-editor__resize-handle::after {
2362
+ position: absolute;
2363
+ top: 16px;
2364
+ right: 4px;
2365
+ left: 0;
2366
+ bottom: 16px;
2367
+ content: "";
2368
+ width: 4px;
2369
+ background-color: rgba(117, 117, 117, 0.4);
2370
+ border-radius: 2px;
2371
+ }
2372
+ .editor-resizable-editor__resize-handle.is-left {
2373
+ right: -18px;
2374
+ }
2375
+ .editor-resizable-editor__resize-handle.is-right {
2376
+ left: -18px;
2377
+ }
2378
+ .editor-resizable-editor__resize-handle:hover, .editor-resizable-editor__resize-handle:focus, .editor-resizable-editor__resize-handle:active {
2379
+ opacity: 1;
2380
+ }
2381
+ .editor-resizable-editor__resize-handle:hover::after, .editor-resizable-editor__resize-handle:focus::after, .editor-resizable-editor__resize-handle:active::after {
2382
+ background-color: var(--wp-admin-theme-color);
2383
+ }
2384
+
2008
2385
  .editor-layout__toggle-publish-panel,
2009
2386
  .editor-layout__toggle-sidebar-panel,
2010
2387
  .editor-layout__toggle-entities-saved-states-panel {
@@ -2061,6 +2438,76 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
2061
2438
  width: 100%;
2062
2439
  }
2063
2440
 
2441
+ .editor-start-template-options__modal .editor-start-template-options__modal__actions {
2442
+ position: absolute;
2443
+ bottom: 0;
2444
+ width: 100%;
2445
+ height: 92px;
2446
+ background-color: #fff;
2447
+ margin-right: -32px;
2448
+ margin-left: -32px;
2449
+ padding-right: 32px;
2450
+ padding-left: 32px;
2451
+ border-top: 1px solid #ddd;
2452
+ z-index: 1;
2453
+ }
2454
+ .editor-start-template-options__modal .block-editor-block-patterns-list {
2455
+ padding-bottom: 92px;
2456
+ }
2457
+
2458
+ .editor-start-template-options__modal-content .block-editor-block-patterns-list {
2459
+ column-count: 2;
2460
+ column-gap: 24px;
2461
+ }
2462
+ @media (min-width: 782px) {
2463
+ .editor-start-template-options__modal-content .block-editor-block-patterns-list {
2464
+ column-count: 3;
2465
+ }
2466
+ }
2467
+ @media (min-width: 1280px) {
2468
+ .editor-start-template-options__modal-content .block-editor-block-patterns-list {
2469
+ column-count: 4;
2470
+ }
2471
+ }
2472
+ .editor-start-template-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item {
2473
+ break-inside: avoid-column;
2474
+ }
2475
+ .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 {
2476
+ display: none;
2477
+ }
2478
+
2479
+ .components-panel__header.editor-sidebar__panel-tabs {
2480
+ padding-right: 0;
2481
+ padding-left: 12px;
2482
+ }
2483
+ .components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon {
2484
+ padding: 0;
2485
+ min-width: 24px;
2486
+ height: 24px;
2487
+ }
2488
+ @media (min-width: 782px) {
2489
+ .components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon {
2490
+ display: flex;
2491
+ }
2492
+ }
2493
+
2494
+ .editor-post-summary .components-v-stack:empty {
2495
+ display: none;
2496
+ }
2497
+
2498
+ .editor-site-discussion-dropdown__content .components-popover__content {
2499
+ min-width: 320px;
2500
+ padding: 16px;
2501
+ }
2502
+
2503
+ .editor-site-discussion__options .components-radio-control__option {
2504
+ align-items: flex-start;
2505
+ }
2506
+ .editor-site-discussion__options label .components-text {
2507
+ display: block;
2508
+ margin-top: 4px;
2509
+ }
2510
+
2064
2511
  .table-of-contents__popover.components-popover .components-popover__content {
2065
2512
  min-width: 380px;
2066
2513
  }
@@ -2130,9 +2577,6 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
2130
2577
  font-weight: 600;
2131
2578
  }
2132
2579
 
2133
- .editor-template-areas {
2134
- margin-top: 16px;
2135
- }
2136
2580
  .editor-template-areas__list {
2137
2581
  margin: 0;
2138
2582
  }
@@ -2149,4 +2593,98 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
2149
2593
  h3.components-heading.editor-template-areas__title {
2150
2594
  font-weight: 500;
2151
2595
  margin: 0 0 8px;
2596
+ }
2597
+
2598
+ .editor-text-editor {
2599
+ position: relative;
2600
+ width: 100%;
2601
+ background-color: #fff;
2602
+ flex-grow: 1;
2603
+ }
2604
+ .editor-text-editor .editor-post-title:not(.is-raw-text),
2605
+ .editor-text-editor .editor-post-title.is-raw-text textarea {
2606
+ max-width: none;
2607
+ line-height: 1.4;
2608
+ font-family: Menlo, Consolas, monaco, monospace;
2609
+ font-size: 2.5em;
2610
+ font-weight: normal;
2611
+ border: 1px solid #949494;
2612
+ border-radius: 0;
2613
+ padding: 16px;
2614
+ }
2615
+ @media (min-width: 600px) {
2616
+ .editor-text-editor .editor-post-title:not(.is-raw-text),
2617
+ .editor-text-editor .editor-post-title.is-raw-text textarea {
2618
+ padding: 24px;
2619
+ }
2620
+ }
2621
+ .editor-text-editor .editor-post-title:not(.is-raw-text):focus,
2622
+ .editor-text-editor .editor-post-title.is-raw-text textarea:focus {
2623
+ border-color: var(--wp-admin-theme-color);
2624
+ box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
2625
+ }
2626
+
2627
+ .editor-text-editor__body {
2628
+ width: 100%;
2629
+ padding: 0 12px 12px 12px;
2630
+ max-width: 1080px;
2631
+ margin-right: auto;
2632
+ margin-left: auto;
2633
+ }
2634
+ @media (min-width: 960px) {
2635
+ .editor-text-editor__body {
2636
+ padding: 0 24px 24px 24px;
2637
+ }
2638
+ }
2639
+
2640
+ .editor-text-editor__toolbar {
2641
+ position: sticky;
2642
+ z-index: 1;
2643
+ top: 0;
2644
+ right: 0;
2645
+ left: 0;
2646
+ display: flex;
2647
+ background: rgba(255, 255, 255, 0.8);
2648
+ padding: 4px 12px;
2649
+ }
2650
+ @media (min-width: 600px) {
2651
+ .editor-text-editor__toolbar {
2652
+ padding: 12px;
2653
+ }
2654
+ }
2655
+ @media (min-width: 960px) {
2656
+ .editor-text-editor__toolbar {
2657
+ padding: 12px 24px;
2658
+ }
2659
+ }
2660
+ .editor-text-editor__toolbar h2 {
2661
+ line-height: 36px;
2662
+ margin: 0 0 0 auto;
2663
+ font-size: 13px;
2664
+ color: #1e1e1e;
2665
+ }
2666
+
2667
+ .editor-visual-editor {
2668
+ position: relative;
2669
+ height: 100%;
2670
+ display: block;
2671
+ background-color: #ddd;
2672
+ align-items: center;
2673
+ }
2674
+ .editor-visual-editor.is-resizable {
2675
+ max-height: 100%;
2676
+ }
2677
+ .editor-visual-editor.has-padding {
2678
+ padding: 24px 24px 0;
2679
+ }
2680
+ .editor-visual-editor .is-iframed {
2681
+ overflow: hidden;
2682
+ }
2683
+ .editor-visual-editor .components-button {
2684
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
2685
+ font-size: 13px;
2686
+ padding: 6px 12px;
2687
+ }
2688
+ .editor-visual-editor .components-button.is-tertiary, .editor-visual-editor .components-button.has-icon {
2689
+ padding: 6px;
2152
2690
  }