@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.
- package/CHANGELOG.md +17 -4
- package/README.md +333 -39
- package/build/bindings/index.js +1 -3
- package/build/bindings/index.js.map +1 -1
- package/build/bindings/pattern-overrides.js +71 -2
- package/build/bindings/pattern-overrides.js.map +1 -1
- package/build/bindings/post-meta.js +38 -2
- package/build/bindings/post-meta.js.map +1 -1
- package/build/components/autocompleters/user.js +12 -8
- package/build/components/autocompleters/user.js.map +1 -1
- package/build/components/block-manager/category.js +19 -17
- package/build/components/block-manager/category.js.map +1 -1
- package/build/components/block-manager/checklist.js +15 -14
- package/build/components/block-manager/checklist.js.map +1 -1
- package/build/components/block-manager/index.js +37 -33
- package/build/components/block-manager/index.js.map +1 -1
- package/build/components/block-removal-warnings/index.js +2 -2
- package/build/components/block-removal-warnings/index.js.map +1 -1
- package/build/components/block-settings-menu/content-only-settings-menu.js +140 -0
- package/build/components/block-settings-menu/content-only-settings-menu.js.map +1 -0
- package/build/components/block-settings-menu/content-only-settings-menu.native.js +11 -0
- package/build/components/block-settings-menu/content-only-settings-menu.native.js.map +1 -0
- package/build/components/block-settings-menu/plugin-block-settings-menu-item.js +16 -13
- package/build/components/block-settings-menu/plugin-block-settings-menu-item.js.map +1 -1
- package/build/components/blog-title/index.js +116 -0
- package/build/components/blog-title/index.js.map +1 -0
- package/build/components/collapsible-block-toolbar/index.js +22 -19
- package/build/components/collapsible-block-toolbar/index.js.map +1 -1
- package/build/components/commands/index.js +109 -3
- package/build/components/commands/index.js.map +1 -1
- package/build/components/create-template-part-modal/index.js +167 -0
- package/build/components/create-template-part-modal/index.js.map +1 -0
- package/build/components/create-template-part-modal/utils.js +64 -0
- package/build/components/create-template-part-modal/utils.js.map +1 -0
- package/build/components/deprecated.js +2 -2
- package/build/components/deprecated.js.map +1 -1
- package/build/components/document-bar/index.js +96 -72
- package/build/components/document-bar/index.js.map +1 -1
- package/build/components/document-outline/index.js +124 -121
- package/build/components/document-outline/index.js.map +1 -1
- package/build/components/document-outline/item.js +20 -16
- package/build/components/document-outline/item.js.map +1 -1
- package/build/components/document-tools/index.js +69 -69
- package/build/components/document-tools/index.js.map +1 -1
- package/build/components/editor-help/add-blocks.native.js +14 -11
- package/build/components/editor-help/add-blocks.native.js.map +1 -1
- package/build/components/editor-help/customize-blocks.native.js +14 -11
- package/build/components/editor-help/customize-blocks.native.js.map +1 -1
- package/build/components/editor-help/help-detail-navigation-screen.native.js +32 -22
- package/build/components/editor-help/help-detail-navigation-screen.native.js.map +1 -1
- package/build/components/editor-help/help-get-support-button.native.js +8 -6
- package/build/components/editor-help/help-get-support-button.native.js.map +1 -1
- package/build/components/editor-help/help-section-title.native.js +8 -6
- package/build/components/editor-help/help-section-title.native.js.map +1 -1
- package/build/components/editor-help/help-topic-row.native.js +7 -6
- package/build/components/editor-help/help-topic-row.native.js.map +1 -1
- package/build/components/editor-help/icon-move-blocks.native.js +7 -6
- package/build/components/editor-help/icon-move-blocks.native.js.map +1 -1
- package/build/components/editor-help/index.native.js +94 -76
- package/build/components/editor-help/index.native.js.map +1 -1
- package/build/components/editor-help/intro-to-blocks.native.js +41 -37
- package/build/components/editor-help/intro-to-blocks.native.js.map +1 -1
- package/build/components/editor-help/move-blocks.native.js +25 -21
- package/build/components/editor-help/move-blocks.native.js.map +1 -1
- package/build/components/editor-help/remove-blocks.native.js +12 -9
- package/build/components/editor-help/remove-blocks.native.js.map +1 -1
- package/build/components/editor-help/view-sections.native.js +24 -19
- package/build/components/editor-help/view-sections.native.js.map +1 -1
- package/build/components/editor-history/redo.js +2 -2
- package/build/components/editor-history/redo.js.map +1 -1
- package/build/components/editor-history/undo.js +2 -2
- package/build/components/editor-history/undo.js.map +1 -1
- package/build/components/editor-interface/content-slot-fill.js +23 -0
- package/build/components/editor-interface/content-slot-fill.js.map +1 -0
- package/build/components/editor-interface/index.js +178 -0
- package/build/components/editor-interface/index.js.map +1 -0
- package/build/components/editor-notices/index.js +22 -9
- package/build/components/editor-notices/index.js.map +1 -1
- package/build/components/editor-snackbars/index.js +2 -2
- package/build/components/editor-snackbars/index.js.map +1 -1
- package/build/components/entities-saved-states/entity-record-item.js +37 -10
- package/build/components/entities-saved-states/entity-record-item.js.map +1 -1
- package/build/components/entities-saved-states/entity-type-list.js +25 -22
- package/build/components/entities-saved-states/entity-type-list.js.map +1 -1
- package/build/components/entities-saved-states/index.js +53 -46
- package/build/components/entities-saved-states/index.js.map +1 -1
- package/build/components/error-boundary/index.js +27 -14
- package/build/components/error-boundary/index.js.map +1 -1
- package/build/components/error-boundary/index.native.js +45 -35
- package/build/components/error-boundary/index.native.js.map +1 -1
- package/build/components/global-keyboard-shortcuts/register-shortcuts.js +4 -5
- package/build/components/global-keyboard-shortcuts/register-shortcuts.js.map +1 -1
- package/build/components/global-styles-provider/index.js +195 -0
- package/build/components/global-styles-provider/index.js.map +1 -0
- package/build/components/header/back-button.js +34 -0
- package/build/components/header/back-button.js.map +1 -0
- package/build/components/header/index.js +176 -0
- package/build/components/header/index.js.map +1 -0
- package/build/components/inserter-sidebar/index.js +83 -32
- package/build/components/inserter-sidebar/index.js.map +1 -1
- package/build/components/keyboard-shortcut-help-modal/dynamic-shortcut.js +2 -2
- package/build/components/keyboard-shortcut-help-modal/dynamic-shortcut.js.map +1 -1
- package/build/components/keyboard-shortcut-help-modal/index.js +54 -49
- package/build/components/keyboard-shortcut-help-modal/index.js.map +1 -1
- package/build/components/keyboard-shortcut-help-modal/shortcut.js +30 -26
- package/build/components/keyboard-shortcut-help-modal/shortcut.js.map +1 -1
- package/build/components/list-view-sidebar/index.js +59 -47
- package/build/components/list-view-sidebar/index.js.map +1 -1
- package/build/components/list-view-sidebar/list-view-outline.js +21 -4
- package/build/components/list-view-sidebar/list-view-outline.js.map +1 -1
- package/build/components/local-autosave-monitor/index.js +15 -2
- package/build/components/local-autosave-monitor/index.js.map +1 -1
- package/build/components/mode-switcher/index.js +10 -10
- package/build/components/mode-switcher/index.js.map +1 -1
- package/build/components/more-menu/copy-content-menu-item.js +5 -4
- package/build/components/more-menu/copy-content-menu-item.js.map +1 -1
- package/build/components/more-menu/index.js +89 -76
- package/build/components/more-menu/index.js.map +1 -1
- package/build/components/more-menu/tools-more-menu-group.js +2 -2
- package/build/components/more-menu/tools-more-menu-group.js.map +1 -1
- package/build/components/more-menu/view-more-menu-group.js +2 -2
- package/build/components/more-menu/view-more-menu-group.js.map +1 -1
- package/build/components/offline-status/index.native.js +12 -11
- package/build/components/offline-status/index.native.js.map +1 -1
- package/build/components/page-attributes/order.js +87 -14
- package/build/components/page-attributes/order.js.map +1 -1
- package/build/components/page-attributes/panel.js +10 -19
- package/build/components/page-attributes/panel.js.map +1 -1
- package/build/components/page-attributes/parent.js +86 -3
- package/build/components/page-attributes/parent.js.map +1 -1
- package/build/components/pattern-duplicate-modal/index.js +59 -0
- package/build/components/pattern-duplicate-modal/index.js.map +1 -0
- package/build/components/pattern-overrides-panel/index.js +2 -2
- package/build/components/pattern-overrides-panel/index.js.map +1 -1
- package/build/components/pattern-rename-modal/index.js +58 -0
- package/build/components/pattern-rename-modal/index.js.map +1 -0
- package/build/components/plugin-document-setting-panel/index.js +17 -12
- package/build/components/plugin-document-setting-panel/index.js.map +1 -1
- package/build/components/plugin-post-publish-panel/index.js +10 -7
- package/build/components/plugin-post-publish-panel/index.js.map +1 -1
- package/build/components/plugin-post-status-info/index.js +7 -4
- package/build/components/plugin-post-status-info/index.js.map +1 -1
- package/build/components/plugin-pre-publish-panel/index.js +10 -7
- package/build/components/plugin-pre-publish-panel/index.js.map +1 -1
- package/build/components/plugin-sidebar/index.js +3 -4
- package/build/components/plugin-sidebar/index.js.map +1 -1
- package/build/components/plugin-sidebar-more-menu-item/index.js +3 -5
- package/build/components/plugin-sidebar-more-menu-item/index.js.map +1 -1
- package/build/components/post-actions/actions.js +454 -327
- package/build/components/post-actions/actions.js.map +1 -1
- package/build/components/post-actions/export-pattern-action.js +64 -0
- package/build/components/post-actions/export-pattern-action.js.map +1 -0
- package/build/components/post-actions/export-pattern-action.native.js +11 -0
- package/build/components/post-actions/export-pattern-action.native.js.map +1 -0
- package/build/components/post-actions/index.js +71 -62
- package/build/components/post-actions/index.js.map +1 -1
- package/build/components/post-author/check.js +6 -6
- package/build/components/post-author/check.js.map +1 -1
- package/build/components/post-author/combobox.js +4 -3
- package/build/components/post-author/combobox.js.map +1 -1
- package/build/components/post-author/hook.js +2 -1
- package/build/components/post-author/hook.js.map +1 -1
- package/build/components/post-author/index.js +3 -3
- package/build/components/post-author/index.js.map +1 -1
- package/build/components/post-author/panel.js +72 -4
- package/build/components/post-author/panel.js.map +1 -1
- package/build/components/post-author/select.js +4 -3
- package/build/components/post-author/select.js.map +1 -1
- package/build/components/post-card-panel/index.js +46 -35
- package/build/components/post-card-panel/index.js.map +1 -1
- package/build/components/post-comments/index.js +44 -8
- package/build/components/post-comments/index.js.map +1 -1
- package/build/components/post-content-information/index.js +8 -5
- package/build/components/post-content-information/index.js.map +1 -1
- package/build/components/post-discussion/panel.js +122 -24
- package/build/components/post-discussion/panel.js.map +1 -1
- package/build/components/post-excerpt/check.js +6 -6
- package/build/components/post-excerpt/check.js.map +1 -1
- package/build/components/post-excerpt/index.js +18 -17
- package/build/components/post-excerpt/index.js.map +1 -1
- package/build/components/post-excerpt/panel.js +59 -42
- package/build/components/post-excerpt/panel.js.map +1 -1
- package/build/components/post-excerpt/plugin.js +7 -4
- package/build/components/post-excerpt/plugin.js.map +1 -1
- package/build/components/post-featured-image/check.js +17 -7
- package/build/components/post-featured-image/check.js.map +1 -1
- package/build/components/post-featured-image/index.js +77 -49
- package/build/components/post-featured-image/index.js.map +1 -1
- package/build/components/post-featured-image/panel.js +22 -7
- package/build/components/post-featured-image/panel.js.map +1 -1
- package/build/components/post-format/check.js +14 -4
- package/build/components/post-format/check.js.map +1 -1
- package/build/components/post-format/index.js +37 -20
- package/build/components/post-format/index.js.map +1 -1
- package/build/components/post-format/panel.js +93 -0
- package/build/components/post-format/panel.js.map +1 -0
- package/build/components/post-last-edited-panel/index.js +7 -4
- package/build/components/post-last-edited-panel/index.js.map +1 -1
- package/build/components/post-last-revision/check.js +13 -5
- package/build/components/post-last-revision/check.js.map +1 -1
- package/build/components/post-last-revision/index.js +19 -13
- package/build/components/post-last-revision/index.js.map +1 -1
- package/build/components/post-last-revision/panel.js +12 -5
- package/build/components/post-last-revision/panel.js.map +1 -1
- package/build/components/post-locked-modal/index.js +57 -35
- package/build/components/post-locked-modal/index.js.map +1 -1
- package/build/components/post-panel-row/index.js +13 -10
- package/build/components/post-panel-row/index.js.map +1 -1
- package/build/components/post-panel-section/index.js +29 -0
- package/build/components/post-panel-section/index.js.map +1 -0
- package/build/components/post-pending-status/check.js +10 -0
- package/build/components/post-pending-status/check.js.map +1 -1
- package/build/components/post-pending-status/index.js +14 -7
- package/build/components/post-pending-status/index.js.map +1 -1
- package/build/components/post-pingbacks/index.js +15 -4
- package/build/components/post-pingbacks/index.js.map +1 -1
- package/build/components/post-preview-button/index.js +45 -21
- package/build/components/post-preview-button/index.js.map +1 -1
- package/build/components/post-publish-button/index.js +21 -11
- package/build/components/post-publish-button/index.js.map +1 -1
- package/build/components/post-publish-button/post-publish-button-or-toggle.js +2 -2
- package/build/components/post-publish-button/post-publish-button-or-toggle.js.map +1 -1
- package/build/components/post-publish-panel/index.js +46 -33
- package/build/components/post-publish-panel/index.js.map +1 -1
- package/build/components/post-publish-panel/maybe-category-panel.js +12 -9
- package/build/components/post-publish-panel/maybe-category-panel.js.map +1 -1
- package/build/components/post-publish-panel/maybe-post-format-panel.js +21 -15
- package/build/components/post-publish-panel/maybe-post-format-panel.js.map +1 -1
- package/build/components/post-publish-panel/maybe-tags-panel.js +13 -10
- package/build/components/post-publish-panel/maybe-tags-panel.js.map +1 -1
- package/build/components/post-publish-panel/maybe-upload-media.js +29 -24
- package/build/components/post-publish-panel/maybe-upload-media.js.map +1 -1
- package/build/components/post-publish-panel/postpublish.js +55 -38
- package/build/components/post-publish-panel/postpublish.js.map +1 -1
- package/build/components/post-publish-panel/prepublish.js +41 -26
- package/build/components/post-publish-panel/prepublish.js.map +1 -1
- package/build/components/post-saved-state/index.js +10 -10
- package/build/components/post-saved-state/index.js.map +1 -1
- package/build/components/post-schedule/check.js +8 -0
- package/build/components/post-schedule/check.js.map +1 -1
- package/build/components/post-schedule/index.js +30 -5
- package/build/components/post-schedule/index.js.map +1 -1
- package/build/components/post-schedule/label.js +16 -0
- package/build/components/post-schedule/label.js.map +1 -1
- package/build/components/post-schedule/panel.js +43 -30
- package/build/components/post-schedule/panel.js.map +1 -1
- package/build/components/post-slug/check.js +5 -4
- package/build/components/post-slug/check.js.map +1 -1
- package/build/components/post-slug/index.js +5 -3
- package/build/components/post-slug/index.js.map +1 -1
- package/build/components/post-slug/panel.js +30 -0
- package/build/components/post-slug/panel.js.map +1 -0
- package/build/components/post-status/index.js +118 -119
- package/build/components/post-status/index.js.map +1 -1
- package/build/components/post-sticky/index.js +16 -8
- package/build/components/post-sticky/index.js.map +1 -1
- package/build/components/post-sticky/panel.js +25 -0
- package/build/components/post-sticky/panel.js.map +1 -0
- package/build/components/post-switch-to-draft-button/index.js +25 -21
- package/build/components/post-switch-to-draft-button/index.js.map +1 -1
- package/build/components/post-sync-status/index.js +8 -6
- package/build/components/post-sync-status/index.js.map +1 -1
- package/build/components/post-taxonomies/flat-term-selector.js +21 -20
- package/build/components/post-taxonomies/flat-term-selector.js.map +1 -1
- package/build/components/post-taxonomies/hierarchical-term-selector.js +71 -61
- package/build/components/post-taxonomies/hierarchical-term-selector.js.map +1 -1
- package/build/components/post-taxonomies/index.js +6 -6
- package/build/components/post-taxonomies/index.js.map +1 -1
- package/build/components/post-taxonomies/most-used-terms.js +19 -15
- package/build/components/post-taxonomies/most-used-terms.js.map +1 -1
- package/build/components/post-taxonomies/panel.js +15 -11
- package/build/components/post-taxonomies/panel.js.map +1 -1
- package/build/components/post-template/block-theme.js +42 -32
- package/build/components/post-template/block-theme.js.map +1 -1
- package/build/components/post-template/classic-theme.js +73 -50
- package/build/components/post-template/classic-theme.js.map +1 -1
- package/build/components/post-template/create-new-template-modal.js +33 -27
- package/build/components/post-template/create-new-template-modal.js.map +1 -1
- package/build/components/post-template/create-new-template.js +14 -11
- package/build/components/post-template/create-new-template.js.map +1 -1
- package/build/components/post-template/panel.js +16 -10
- package/build/components/post-template/panel.js.map +1 -1
- package/build/components/post-template/reset-default-template.js +5 -4
- package/build/components/post-template/reset-default-template.js.map +1 -1
- package/build/components/post-template/swap-template-button.js +20 -15
- package/build/components/post-template/swap-template-button.js.map +1 -1
- package/build/components/post-text-editor/index.js +27 -20
- package/build/components/post-text-editor/index.js.map +1 -1
- package/build/components/post-title/index.js +31 -19
- package/build/components/post-title/index.js.map +1 -1
- package/build/components/post-title/index.native.js +81 -57
- package/build/components/post-title/index.native.js.map +1 -1
- package/build/components/post-title/post-title-raw.js +12 -5
- package/build/components/post-title/post-title-raw.js.map +1 -1
- package/build/components/post-title/use-post-title-focus.js +7 -0
- package/build/components/post-title/use-post-title-focus.js.map +1 -1
- package/build/components/post-title/use-post-title.js +5 -0
- package/build/components/post-title/use-post-title.js.map +1 -1
- package/build/components/post-transform-panel/hooks.js +90 -0
- package/build/components/post-transform-panel/hooks.js.map +1 -0
- package/build/components/post-transform-panel/index.js +101 -0
- package/build/components/post-transform-panel/index.js.map +1 -0
- package/build/components/post-trash/index.js +19 -15
- package/build/components/post-trash/index.js.map +1 -1
- package/build/components/post-type-support-check/index.js +1 -1
- package/build/components/post-type-support-check/index.js.map +1 -1
- package/build/components/post-url/check.js +8 -0
- package/build/components/post-url/check.js.map +1 -1
- package/build/components/post-url/index.js +98 -73
- package/build/components/post-url/index.js.map +1 -1
- package/build/components/post-url/label.js +11 -0
- package/build/components/post-url/label.js.map +1 -1
- package/build/components/post-url/panel.js +33 -25
- package/build/components/post-url/panel.js.map +1 -1
- package/build/components/post-view-link/index.js +2 -2
- package/build/components/post-view-link/index.js.map +1 -1
- package/build/components/post-visibility/check.js +9 -0
- package/build/components/post-visibility/check.js.map +1 -1
- package/build/components/post-visibility/index.js +83 -68
- package/build/components/post-visibility/index.js.map +1 -1
- package/build/components/post-visibility/label.js +11 -0
- package/build/components/post-visibility/label.js.map +1 -1
- package/build/components/posts-per-page/index.js +109 -0
- package/build/components/posts-per-page/index.js.map +1 -0
- package/build/components/preferences-modal/enable-plugin-document-setting-panel.js +7 -5
- package/build/components/preferences-modal/enable-plugin-document-setting-panel.js.map +1 -1
- package/build/components/preferences-modal/index.js +124 -102
- package/build/components/preferences-modal/index.js.map +1 -1
- package/build/components/preview-dropdown/index.js +47 -31
- package/build/components/preview-dropdown/index.js.map +1 -1
- package/build/components/provider/index.js +96 -20
- package/build/components/provider/index.js.map +1 -1
- package/build/components/provider/index.native.js +55 -19
- package/build/components/provider/index.native.js.map +1 -1
- package/build/components/provider/use-block-editor-settings.js +23 -4
- package/build/components/provider/use-block-editor-settings.js.map +1 -1
- package/build/components/provider/with-registry-provider.js +31 -24
- package/build/components/provider/with-registry-provider.js.map +1 -1
- package/build/components/resizable-editor/index.js +96 -0
- package/build/components/resizable-editor/index.js.map +1 -0
- package/build/components/resizable-editor/resize-handle.js +59 -0
- package/build/components/resizable-editor/resize-handle.js.map +1 -0
- package/build/components/save-publish-panels/index.js +35 -26
- package/build/components/save-publish-panels/index.js.map +1 -1
- package/build/components/sidebar/constants.js +11 -0
- package/build/components/sidebar/constants.js.map +1 -0
- package/build/components/sidebar/header.js +56 -0
- package/build/components/sidebar/header.js.map +1 -0
- package/build/components/sidebar/index.js +161 -0
- package/build/components/sidebar/index.js.map +1 -0
- package/build/components/sidebar/post-summary.js +89 -0
- package/build/components/sidebar/post-summary.js.map +1 -0
- package/build/components/site-discussion/index.js +133 -0
- package/build/components/site-discussion/index.js.map +1 -0
- package/build/components/start-page-options/index.js +18 -18
- package/build/components/start-page-options/index.js.map +1 -1
- package/build/components/start-template-options/index.js +198 -0
- package/build/components/start-template-options/index.js.map +1 -0
- package/build/components/table-of-contents/index.js +4 -4
- package/build/components/table-of-contents/index.js.map +1 -1
- package/build/components/table-of-contents/panel.js +53 -35
- package/build/components/table-of-contents/panel.js.map +1 -1
- package/build/components/template-areas/index.js +36 -22
- package/build/components/template-areas/index.js.map +1 -1
- package/build/components/template-content-panel/index.js +39 -0
- package/build/components/template-content-panel/index.js.map +1 -0
- package/build/components/template-validation-notice/index.js +25 -21
- package/build/components/template-validation-notice/index.js.map +1 -1
- package/build/components/text-editor/index.js +73 -0
- package/build/components/text-editor/index.js.map +1 -0
- package/build/components/time-to-read/index.js +8 -8
- package/build/components/time-to-read/index.js.map +1 -1
- package/build/components/{editor-canvas → visual-editor}/edit-template-blocks-notification.js +6 -6
- package/build/components/visual-editor/edit-template-blocks-notification.js.map +1 -0
- package/build/components/{editor-canvas → visual-editor}/index.js +130 -78
- package/build/components/visual-editor/index.js.map +1 -0
- package/build/components/word-count/index.js +5 -4
- package/build/components/word-count/index.js.map +1 -1
- package/build/hooks/custom-sources-backwards-compatibility.js +3 -4
- package/build/hooks/custom-sources-backwards-compatibility.js.map +1 -1
- package/build/hooks/index.js +1 -0
- package/build/hooks/index.js.map +1 -1
- package/build/hooks/media-upload.js +10 -0
- package/build/hooks/media-upload.js.map +1 -0
- package/build/hooks/pattern-overrides.js +25 -16
- package/build/hooks/pattern-overrides.js.map +1 -1
- package/build/private-apis.js +15 -38
- package/build/private-apis.js.map +1 -1
- package/build/private-apis.native.js +48 -0
- package/build/private-apis.native.js.map +1 -0
- package/build/store/constants.js +4 -1
- package/build/store/constants.js.map +1 -1
- package/build/store/private-actions.js +10 -14
- package/build/store/private-actions.js.map +1 -1
- package/build/store/private-selectors.js +45 -2
- package/build/store/private-selectors.js.map +1 -1
- package/build/store/reducer.js +15 -0
- package/build/store/reducer.js.map +1 -1
- package/build/store/selectors.js +1 -1
- package/build/store/selectors.js.map +1 -1
- package/build/utils/set-nested-value.js +44 -0
- package/build/utils/set-nested-value.js.map +1 -0
- package/build-module/bindings/index.js +1 -3
- package/build-module/bindings/index.js.map +1 -1
- package/build-module/bindings/pattern-overrides.js +70 -2
- package/build-module/bindings/pattern-overrides.js.map +1 -1
- package/build-module/bindings/post-meta.js +38 -2
- package/build-module/bindings/post-meta.js.map +1 -1
- package/build-module/components/autocompleters/user.js +14 -9
- package/build-module/components/autocompleters/user.js.map +1 -1
- package/build-module/components/block-manager/category.js +20 -17
- package/build-module/components/block-manager/category.js.map +1 -1
- package/build-module/components/block-manager/checklist.js +16 -14
- package/build-module/components/block-manager/checklist.js.map +1 -1
- package/build-module/components/block-manager/index.js +38 -33
- package/build-module/components/block-manager/index.js.map +1 -1
- package/build-module/components/block-removal-warnings/index.js +2 -2
- package/build-module/components/block-removal-warnings/index.js.map +1 -1
- package/build-module/components/block-settings-menu/content-only-settings-menu.js +135 -0
- package/build-module/components/block-settings-menu/content-only-settings-menu.js.map +1 -0
- package/build-module/components/block-settings-menu/content-only-settings-menu.native.js +5 -0
- package/build-module/components/block-settings-menu/content-only-settings-menu.native.js.map +1 -0
- package/build-module/components/block-settings-menu/plugin-block-settings-menu-item.js +16 -13
- package/build-module/components/block-settings-menu/plugin-block-settings-menu-item.js.map +1 -1
- package/build-module/components/blog-title/index.js +110 -0
- package/build-module/components/blog-title/index.js.map +1 -0
- package/build-module/components/collapsible-block-toolbar/index.js +24 -19
- package/build-module/components/collapsible-block-toolbar/index.js.map +1 -1
- package/build-module/components/commands/index.js +111 -5
- package/build-module/components/commands/index.js.map +1 -1
- package/build-module/components/create-template-part-modal/index.js +160 -0
- package/build-module/components/create-template-part-modal/index.js.map +1 -0
- package/build-module/components/create-template-part-modal/utils.js +54 -0
- package/build-module/components/create-template-part-modal/utils.js.map +1 -0
- package/build-module/components/deprecated.js +2 -2
- package/build-module/components/deprecated.js.map +1 -1
- package/build-module/components/document-bar/index.js +95 -70
- package/build-module/components/document-bar/index.js.map +1 -1
- package/build-module/components/document-outline/index.js +125 -120
- package/build-module/components/document-outline/index.js.map +1 -1
- package/build-module/components/document-outline/item.js +21 -16
- package/build-module/components/document-outline/item.js.map +1 -1
- package/build-module/components/document-tools/index.js +72 -70
- package/build-module/components/document-tools/index.js.map +1 -1
- package/build-module/components/editor-help/add-blocks.native.js +16 -11
- package/build-module/components/editor-help/add-blocks.native.js.map +1 -1
- package/build-module/components/editor-help/customize-blocks.native.js +16 -11
- package/build-module/components/editor-help/customize-blocks.native.js.map +1 -1
- package/build-module/components/editor-help/help-detail-navigation-screen.native.js +33 -22
- package/build-module/components/editor-help/help-detail-navigation-screen.native.js.map +1 -1
- package/build-module/components/editor-help/help-get-support-button.native.js +8 -6
- package/build-module/components/editor-help/help-get-support-button.native.js.map +1 -1
- package/build-module/components/editor-help/help-section-title.native.js +8 -6
- package/build-module/components/editor-help/help-section-title.native.js.map +1 -1
- package/build-module/components/editor-help/help-topic-row.native.js +7 -6
- package/build-module/components/editor-help/help-topic-row.native.js.map +1 -1
- package/build-module/components/editor-help/icon-move-blocks.native.js +7 -6
- package/build-module/components/editor-help/icon-move-blocks.native.js.map +1 -1
- package/build-module/components/editor-help/index.native.js +96 -76
- package/build-module/components/editor-help/index.native.js.map +1 -1
- package/build-module/components/editor-help/intro-to-blocks.native.js +43 -37
- package/build-module/components/editor-help/intro-to-blocks.native.js.map +1 -1
- package/build-module/components/editor-help/move-blocks.native.js +27 -21
- package/build-module/components/editor-help/move-blocks.native.js.map +1 -1
- package/build-module/components/editor-help/remove-blocks.native.js +14 -9
- package/build-module/components/editor-help/remove-blocks.native.js.map +1 -1
- package/build-module/components/editor-help/view-sections.native.js +25 -19
- package/build-module/components/editor-help/view-sections.native.js.map +1 -1
- package/build-module/components/editor-history/redo.js +2 -2
- package/build-module/components/editor-history/redo.js.map +1 -1
- package/build-module/components/editor-history/undo.js +2 -2
- package/build-module/components/editor-history/undo.js.map +1 -1
- package/build-module/components/editor-interface/content-slot-fill.js +16 -0
- package/build-module/components/editor-interface/content-slot-fill.js.map +1 -0
- package/build-module/components/editor-interface/index.js +172 -0
- package/build-module/components/editor-interface/index.js.map +1 -0
- package/build-module/components/editor-notices/index.js +25 -9
- package/build-module/components/editor-notices/index.js.map +1 -1
- package/build-module/components/editor-snackbars/index.js +2 -2
- package/build-module/components/editor-snackbars/index.js.map +1 -1
- package/build-module/components/entities-saved-states/entity-record-item.js +40 -11
- package/build-module/components/entities-saved-states/entity-record-item.js.map +1 -1
- package/build-module/components/entities-saved-states/entity-type-list.js +26 -22
- package/build-module/components/entities-saved-states/entity-type-list.js.map +1 -1
- package/build-module/components/entities-saved-states/index.js +54 -46
- package/build-module/components/entities-saved-states/index.js.map +1 -1
- package/build-module/components/error-boundary/index.js +27 -14
- package/build-module/components/error-boundary/index.js.map +1 -1
- package/build-module/components/error-boundary/index.native.js +46 -35
- package/build-module/components/error-boundary/index.native.js.map +1 -1
- package/build-module/components/global-keyboard-shortcuts/register-shortcuts.js +3 -3
- package/build-module/components/global-keyboard-shortcuts/register-shortcuts.js.map +1 -1
- package/build-module/components/global-styles-provider/index.js +185 -0
- package/build-module/components/global-styles-provider/index.js.map +1 -0
- package/build-module/components/header/back-button.js +28 -0
- package/build-module/components/header/back-button.js.map +1 -0
- package/build-module/components/header/index.js +169 -0
- package/build-module/components/header/index.js.map +1 -0
- package/build-module/components/inserter-sidebar/index.js +85 -34
- package/build-module/components/inserter-sidebar/index.js.map +1 -1
- package/build-module/components/keyboard-shortcut-help-modal/dynamic-shortcut.js +2 -2
- package/build-module/components/keyboard-shortcut-help-modal/dynamic-shortcut.js.map +1 -1
- package/build-module/components/keyboard-shortcut-help-modal/index.js +55 -49
- package/build-module/components/keyboard-shortcut-help-modal/index.js.map +1 -1
- package/build-module/components/keyboard-shortcut-help-modal/shortcut.js +32 -26
- package/build-module/components/keyboard-shortcut-help-modal/shortcut.js.map +1 -1
- package/build-module/components/list-view-sidebar/index.js +60 -47
- package/build-module/components/list-view-sidebar/index.js.map +1 -1
- package/build-module/components/list-view-sidebar/list-view-outline.js +23 -4
- package/build-module/components/list-view-sidebar/list-view-outline.js.map +1 -1
- package/build-module/components/local-autosave-monitor/index.js +15 -2
- package/build-module/components/local-autosave-monitor/index.js.map +1 -1
- package/build-module/components/mode-switcher/index.js +9 -8
- package/build-module/components/mode-switcher/index.js.map +1 -1
- package/build-module/components/more-menu/copy-content-menu-item.js +5 -4
- package/build-module/components/more-menu/copy-content-menu-item.js.map +1 -1
- package/build-module/components/more-menu/index.js +91 -76
- package/build-module/components/more-menu/index.js.map +1 -1
- package/build-module/components/more-menu/tools-more-menu-group.js +2 -2
- package/build-module/components/more-menu/tools-more-menu-group.js.map +1 -1
- package/build-module/components/more-menu/view-more-menu-group.js +2 -2
- package/build-module/components/more-menu/view-more-menu-group.js.map +1 -1
- package/build-module/components/offline-status/index.native.js +12 -9
- package/build-module/components/offline-status/index.native.js.map +1 -1
- package/build-module/components/page-attributes/order.js +90 -17
- package/build-module/components/page-attributes/order.js.map +1 -1
- package/build-module/components/page-attributes/panel.js +13 -21
- package/build-module/components/page-attributes/panel.js.map +1 -1
- package/build-module/components/page-attributes/parent.js +88 -5
- package/build-module/components/page-attributes/parent.js.map +1 -1
- package/build-module/components/pattern-duplicate-modal/index.js +51 -0
- package/build-module/components/pattern-duplicate-modal/index.js.map +1 -0
- package/build-module/components/pattern-overrides-panel/index.js +2 -2
- package/build-module/components/pattern-overrides-panel/index.js.map +1 -1
- package/build-module/components/pattern-rename-modal/index.js +50 -0
- package/build-module/components/pattern-rename-modal/index.js.map +1 -0
- package/build-module/components/plugin-document-setting-panel/index.js +19 -12
- package/build-module/components/plugin-document-setting-panel/index.js.map +1 -1
- package/build-module/components/plugin-post-publish-panel/index.js +10 -7
- package/build-module/components/plugin-post-publish-panel/index.js.map +1 -1
- package/build-module/components/plugin-post-status-info/index.js +7 -4
- package/build-module/components/plugin-post-status-info/index.js.map +1 -1
- package/build-module/components/plugin-pre-publish-panel/index.js +10 -7
- package/build-module/components/plugin-pre-publish-panel/index.js.map +1 -1
- package/build-module/components/plugin-sidebar/index.js +2 -2
- package/build-module/components/plugin-sidebar/index.js.map +1 -1
- package/build-module/components/plugin-sidebar-more-menu-item/index.js +2 -3
- package/build-module/components/plugin-sidebar-more-menu-item/index.js.map +1 -1
- package/build-module/components/post-actions/actions.js +458 -329
- package/build-module/components/post-actions/actions.js.map +1 -1
- package/build-module/components/post-actions/export-pattern-action.js +58 -0
- package/build-module/components/post-actions/export-pattern-action.js.map +1 -0
- package/build-module/components/post-actions/export-pattern-action.native.js +5 -0
- package/build-module/components/post-actions/export-pattern-action.native.js.map +1 -0
- package/build-module/components/post-actions/index.js +73 -62
- package/build-module/components/post-actions/index.js.map +1 -1
- package/build-module/components/post-author/check.js +5 -4
- package/build-module/components/post-author/check.js.map +1 -1
- package/build-module/components/post-author/combobox.js +4 -3
- package/build-module/components/post-author/combobox.js.map +1 -1
- package/build-module/components/post-author/hook.js +2 -1
- package/build-module/components/post-author/hook.js.map +1 -1
- package/build-module/components/post-author/index.js +3 -3
- package/build-module/components/post-author/index.js.map +1 -1
- package/build-module/components/post-author/panel.js +72 -4
- package/build-module/components/post-author/panel.js.map +1 -1
- package/build-module/components/post-author/select.js +4 -3
- package/build-module/components/post-author/select.js.map +1 -1
- package/build-module/components/post-card-panel/index.js +49 -38
- package/build-module/components/post-card-panel/index.js.map +1 -1
- package/build-module/components/post-comments/index.js +47 -9
- package/build-module/components/post-comments/index.js.map +1 -1
- package/build-module/components/post-content-information/index.js +8 -5
- package/build-module/components/post-content-information/index.js.map +1 -1
- package/build-module/components/post-discussion/panel.js +125 -26
- package/build-module/components/post-discussion/panel.js.map +1 -1
- package/build-module/components/post-excerpt/check.js +5 -4
- package/build-module/components/post-excerpt/check.js.map +1 -1
- package/build-module/components/post-excerpt/index.js +17 -15
- package/build-module/components/post-excerpt/index.js.map +1 -1
- package/build-module/components/post-excerpt/panel.js +60 -40
- package/build-module/components/post-excerpt/panel.js.map +1 -1
- package/build-module/components/post-excerpt/plugin.js +7 -4
- package/build-module/components/post-excerpt/plugin.js.map +1 -1
- package/build-module/components/post-featured-image/check.js +18 -6
- package/build-module/components/post-featured-image/check.js.map +1 -1
- package/build-module/components/post-featured-image/index.js +78 -49
- package/build-module/components/post-featured-image/index.js.map +1 -1
- package/build-module/components/post-featured-image/panel.js +22 -7
- package/build-module/components/post-featured-image/panel.js.map +1 -1
- package/build-module/components/post-format/check.js +14 -4
- package/build-module/components/post-format/check.js.map +1 -1
- package/build-module/components/post-format/index.js +39 -21
- package/build-module/components/post-format/index.js.map +1 -1
- package/build-module/components/post-format/panel.js +86 -0
- package/build-module/components/post-format/panel.js.map +1 -0
- package/build-module/components/post-last-edited-panel/index.js +7 -4
- package/build-module/components/post-last-edited-panel/index.js.map +1 -1
- package/build-module/components/post-last-revision/check.js +14 -4
- package/build-module/components/post-last-revision/check.js.map +1 -1
- package/build-module/components/post-last-revision/index.js +21 -13
- package/build-module/components/post-last-revision/index.js.map +1 -1
- package/build-module/components/post-last-revision/panel.js +13 -4
- package/build-module/components/post-last-revision/panel.js.map +1 -1
- package/build-module/components/post-locked-modal/index.js +60 -34
- package/build-module/components/post-locked-modal/index.js.map +1 -1
- package/build-module/components/post-panel-row/index.js +14 -10
- package/build-module/components/post-panel-row/index.js.map +1 -1
- package/build-module/components/post-panel-section/index.js +21 -0
- package/build-module/components/post-panel-section/index.js.map +1 -0
- package/build-module/components/post-pending-status/check.js +11 -0
- package/build-module/components/post-pending-status/check.js.map +1 -1
- package/build-module/components/post-pending-status/index.js +15 -7
- package/build-module/components/post-pending-status/index.js.map +1 -1
- package/build-module/components/post-pingbacks/index.js +16 -5
- package/build-module/components/post-pingbacks/index.js.map +1 -1
- package/build-module/components/post-preview-button/index.js +47 -21
- package/build-module/components/post-preview-button/index.js.map +1 -1
- package/build-module/components/post-publish-button/index.js +22 -11
- package/build-module/components/post-publish-button/index.js.map +1 -1
- package/build-module/components/post-publish-button/post-publish-button-or-toggle.js +2 -2
- package/build-module/components/post-publish-button/post-publish-button-or-toggle.js.map +1 -1
- package/build-module/components/post-publish-panel/index.js +48 -33
- package/build-module/components/post-publish-panel/index.js.map +1 -1
- package/build-module/components/post-publish-panel/maybe-category-panel.js +13 -9
- package/build-module/components/post-publish-panel/maybe-category-panel.js.map +1 -1
- package/build-module/components/post-publish-panel/maybe-post-format-panel.js +22 -15
- package/build-module/components/post-publish-panel/maybe-post-format-panel.js.map +1 -1
- package/build-module/components/post-publish-panel/maybe-tags-panel.js +14 -10
- package/build-module/components/post-publish-panel/maybe-tags-panel.js.map +1 -1
- package/build-module/components/post-publish-panel/maybe-upload-media.js +30 -24
- package/build-module/components/post-publish-panel/maybe-upload-media.js.map +1 -1
- package/build-module/components/post-publish-panel/postpublish.js +57 -38
- package/build-module/components/post-publish-panel/postpublish.js.map +1 -1
- package/build-module/components/post-publish-panel/prepublish.js +43 -26
- package/build-module/components/post-publish-panel/prepublish.js.map +1 -1
- package/build-module/components/post-saved-state/index.js +10 -8
- package/build-module/components/post-saved-state/index.js.map +1 -1
- package/build-module/components/post-schedule/check.js +9 -0
- package/build-module/components/post-schedule/check.js.map +1 -1
- package/build-module/components/post-schedule/index.js +30 -6
- package/build-module/components/post-schedule/index.js.map +1 -1
- package/build-module/components/post-schedule/label.js +17 -0
- package/build-module/components/post-schedule/label.js.map +1 -1
- package/build-module/components/post-schedule/panel.js +43 -30
- package/build-module/components/post-schedule/panel.js.map +1 -1
- package/build-module/components/post-slug/check.js +5 -4
- package/build-module/components/post-slug/check.js.map +1 -1
- package/build-module/components/post-slug/index.js +5 -3
- package/build-module/components/post-slug/index.js.map +1 -1
- package/build-module/components/post-slug/panel.js +21 -0
- package/build-module/components/post-slug/panel.js.map +1 -0
- package/build-module/components/post-status/index.js +121 -120
- package/build-module/components/post-status/index.js.map +1 -1
- package/build-module/components/post-sticky/index.js +17 -9
- package/build-module/components/post-sticky/index.js.map +1 -1
- package/build-module/components/post-sticky/panel.js +16 -0
- package/build-module/components/post-sticky/panel.js.map +1 -0
- package/build-module/components/post-switch-to-draft-button/index.js +27 -21
- package/build-module/components/post-switch-to-draft-button/index.js.map +1 -1
- package/build-module/components/post-sync-status/index.js +8 -6
- package/build-module/components/post-sync-status/index.js.map +1 -1
- package/build-module/components/post-taxonomies/flat-term-selector.js +22 -18
- package/build-module/components/post-taxonomies/flat-term-selector.js.map +1 -1
- package/build-module/components/post-taxonomies/hierarchical-term-selector.js +71 -59
- package/build-module/components/post-taxonomies/hierarchical-term-selector.js.map +1 -1
- package/build-module/components/post-taxonomies/index.js +6 -6
- package/build-module/components/post-taxonomies/index.js.map +1 -1
- package/build-module/components/post-taxonomies/most-used-terms.js +20 -15
- package/build-module/components/post-taxonomies/most-used-terms.js.map +1 -1
- package/build-module/components/post-taxonomies/panel.js +15 -11
- package/build-module/components/post-taxonomies/panel.js.map +1 -1
- package/build-module/components/post-template/block-theme.js +44 -32
- package/build-module/components/post-template/block-theme.js.map +1 -1
- package/build-module/components/post-template/classic-theme.js +74 -50
- package/build-module/components/post-template/classic-theme.js.map +1 -1
- package/build-module/components/post-template/create-new-template-modal.js +34 -27
- package/build-module/components/post-template/create-new-template-modal.js.map +1 -1
- package/build-module/components/post-template/create-new-template.js +16 -11
- package/build-module/components/post-template/create-new-template.js.map +1 -1
- package/build-module/components/post-template/panel.js +17 -9
- package/build-module/components/post-template/panel.js.map +1 -1
- package/build-module/components/post-template/reset-default-template.js +5 -4
- package/build-module/components/post-template/reset-default-template.js.map +1 -1
- package/build-module/components/post-template/swap-template-button.js +22 -15
- package/build-module/components/post-template/swap-template-button.js.map +1 -1
- package/build-module/components/post-text-editor/index.js +30 -19
- package/build-module/components/post-text-editor/index.js.map +1 -1
- package/build-module/components/post-title/index.js +31 -20
- package/build-module/components/post-title/index.js.map +1 -1
- package/build-module/components/post-title/index.native.js +81 -57
- package/build-module/components/post-title/index.native.js.map +1 -1
- package/build-module/components/post-title/post-title-raw.js +13 -4
- package/build-module/components/post-title/post-title-raw.js.map +1 -1
- package/build-module/components/post-title/use-post-title-focus.js +8 -0
- package/build-module/components/post-title/use-post-title-focus.js.map +1 -1
- package/build-module/components/post-title/use-post-title.js +6 -0
- package/build-module/components/post-title/use-post-title.js.map +1 -1
- package/build-module/components/post-transform-panel/hooks.js +83 -0
- package/build-module/components/post-transform-panel/hooks.js.map +1 -0
- package/build-module/components/post-transform-panel/index.js +94 -0
- package/build-module/components/post-transform-panel/index.js.map +1 -0
- package/build-module/components/post-trash/index.js +21 -15
- package/build-module/components/post-trash/index.js.map +1 -1
- package/build-module/components/post-type-support-check/index.js +1 -1
- package/build-module/components/post-type-support-check/index.js.map +1 -1
- package/build-module/components/post-url/check.js +9 -0
- package/build-module/components/post-url/check.js.map +1 -1
- package/build-module/components/post-url/index.js +100 -72
- package/build-module/components/post-url/index.js.map +1 -1
- package/build-module/components/post-url/label.js +12 -0
- package/build-module/components/post-url/label.js.map +1 -1
- package/build-module/components/post-url/panel.js +35 -24
- package/build-module/components/post-url/panel.js.map +1 -1
- package/build-module/components/post-view-link/index.js +2 -2
- package/build-module/components/post-view-link/index.js.map +1 -1
- package/build-module/components/post-visibility/check.js +10 -0
- package/build-module/components/post-visibility/check.js.map +1 -1
- package/build-module/components/post-visibility/index.js +85 -67
- package/build-module/components/post-visibility/index.js.map +1 -1
- package/build-module/components/post-visibility/label.js +12 -0
- package/build-module/components/post-visibility/label.js.map +1 -1
- package/build-module/components/posts-per-page/index.js +103 -0
- package/build-module/components/posts-per-page/index.js.map +1 -0
- package/build-module/components/preferences-modal/enable-plugin-document-setting-panel.js +7 -5
- package/build-module/components/preferences-modal/enable-plugin-document-setting-panel.js.map +1 -1
- package/build-module/components/preferences-modal/index.js +126 -102
- package/build-module/components/preferences-modal/index.js.map +1 -1
- package/build-module/components/preview-dropdown/index.js +49 -31
- package/build-module/components/preview-dropdown/index.js.map +1 -1
- package/build-module/components/provider/index.js +98 -20
- package/build-module/components/provider/index.js.map +1 -1
- package/build-module/components/provider/index.native.js +58 -20
- package/build-module/components/provider/index.native.js.map +1 -1
- package/build-module/components/provider/use-block-editor-settings.js +23 -4
- package/build-module/components/provider/use-block-editor-settings.js.map +1 -1
- package/build-module/components/provider/with-registry-provider.js +33 -26
- package/build-module/components/provider/with-registry-provider.js.map +1 -1
- package/build-module/components/resizable-editor/index.js +89 -0
- package/build-module/components/resizable-editor/index.js.map +1 -0
- package/build-module/components/resizable-editor/resize-handle.js +54 -0
- package/build-module/components/resizable-editor/resize-handle.js.map +1 -0
- package/build-module/components/save-publish-panels/index.js +37 -26
- package/build-module/components/save-publish-panels/index.js.map +1 -1
- package/build-module/components/sidebar/constants.js +5 -0
- package/build-module/components/sidebar/constants.js.map +1 -0
- package/build-module/components/sidebar/header.js +50 -0
- package/build-module/components/sidebar/header.js.map +1 -0
- package/build-module/components/sidebar/index.js +154 -0
- package/build-module/components/sidebar/index.js.map +1 -0
- package/build-module/components/sidebar/post-summary.js +85 -0
- package/build-module/components/sidebar/post-summary.js.map +1 -0
- package/build-module/components/site-discussion/index.js +127 -0
- package/build-module/components/site-discussion/index.js.map +1 -0
- package/build-module/components/start-page-options/index.js +18 -18
- package/build-module/components/start-page-options/index.js.map +1 -1
- package/build-module/components/start-template-options/index.js +192 -0
- package/build-module/components/start-template-options/index.js.map +1 -0
- package/build-module/components/table-of-contents/index.js +4 -4
- package/build-module/components/table-of-contents/index.js.map +1 -1
- package/build-module/components/table-of-contents/panel.js +55 -35
- package/build-module/components/table-of-contents/panel.js.map +1 -1
- package/build-module/components/template-areas/index.js +37 -22
- package/build-module/components/template-areas/index.js.map +1 -1
- package/build-module/components/template-content-panel/index.js +32 -0
- package/build-module/components/template-content-panel/index.js.map +1 -0
- package/build-module/components/template-validation-notice/index.js +27 -21
- package/build-module/components/template-validation-notice/index.js.map +1 -1
- package/build-module/components/text-editor/index.js +66 -0
- package/build-module/components/text-editor/index.js.map +1 -0
- package/build-module/components/time-to-read/index.js +7 -6
- package/build-module/components/time-to-read/index.js.map +1 -1
- package/build-module/components/{editor-canvas → visual-editor}/edit-template-blocks-notification.js +5 -4
- package/build-module/components/visual-editor/edit-template-blocks-notification.js.map +1 -0
- package/build-module/components/{editor-canvas → visual-editor}/index.js +133 -79
- package/build-module/components/visual-editor/index.js.map +1 -0
- package/build-module/components/word-count/index.js +5 -4
- package/build-module/components/word-count/index.js.map +1 -1
- package/build-module/hooks/custom-sources-backwards-compatibility.js +2 -2
- package/build-module/hooks/custom-sources-backwards-compatibility.js.map +1 -1
- package/build-module/hooks/index.js +1 -0
- package/build-module/hooks/index.js.map +1 -1
- package/build-module/hooks/media-upload.js +7 -0
- package/build-module/hooks/media-upload.js.map +1 -0
- package/build-module/hooks/pattern-overrides.js +27 -16
- package/build-module/hooks/pattern-overrides.js.map +1 -1
- package/build-module/private-apis.js +15 -38
- package/build-module/private-apis.js.map +1 -1
- package/build-module/private-apis.native.js +38 -0
- package/build-module/private-apis.native.js.map +1 -0
- package/build-module/store/constants.js +3 -0
- package/build-module/store/constants.js.map +1 -1
- package/build-module/store/private-actions.js +10 -14
- package/build-module/store/private-actions.js.map +1 -1
- package/build-module/store/private-selectors.js +41 -1
- package/build-module/store/private-selectors.js.map +1 -1
- package/build-module/store/reducer.js +14 -0
- package/build-module/store/reducer.js.map +1 -1
- package/build-module/store/selectors.js +1 -1
- package/build-module/store/selectors.js.map +1 -1
- package/build-module/utils/set-nested-value.js +38 -0
- package/build-module/utils/set-nested-value.js.map +1 -0
- package/build-style/style-rtl.css +623 -85
- package/build-style/style.css +623 -85
- package/package.json +43 -37
- package/src/bindings/index.js +1 -4
- package/src/bindings/pattern-overrides.js +84 -2
- package/src/bindings/post-meta.js +46 -6
- package/src/components/autocompleters/style.scss +1 -2
- package/src/components/block-settings-menu/content-only-settings-menu.js +175 -0
- package/src/components/block-settings-menu/content-only-settings-menu.native.js +4 -0
- package/src/components/block-settings-menu/style.scss +4 -0
- package/src/components/blog-title/index.js +124 -0
- package/src/components/blog-title/style.scss +4 -0
- package/src/components/collapsible-block-toolbar/index.js +2 -2
- package/src/components/commands/index.js +113 -3
- package/src/components/create-template-part-modal/index.js +205 -0
- package/src/components/create-template-part-modal/style.scss +69 -0
- package/src/components/create-template-part-modal/test/utils.js +60 -0
- package/src/components/create-template-part-modal/utils.js +67 -0
- package/src/components/document-bar/index.js +34 -23
- package/src/components/document-outline/item.js +2 -2
- package/src/components/document-tools/index.js +21 -28
- package/src/components/editor-help/help-get-support-button.native.js +1 -1
- package/src/components/editor-interface/content-slot-fill.js +15 -0
- package/src/components/editor-interface/index.js +230 -0
- package/src/components/editor-notices/index.js +10 -0
- package/src/components/entities-saved-states/entity-record-item.js +45 -16
- package/src/components/entities-saved-states/style.scss +13 -0
- package/src/components/error-boundary/index.js +10 -0
- package/src/components/error-boundary/index.native.js +1 -1
- package/src/components/global-keyboard-shortcuts/register-shortcuts.js +1 -1
- package/src/components/global-styles-provider/index.js +254 -0
- package/src/components/header/back-button.js +27 -0
- package/src/components/header/index.js +169 -0
- package/src/components/header/style.scss +236 -0
- package/src/components/inserter-sidebar/index.js +92 -36
- package/src/components/inserter-sidebar/style.scss +1 -7
- package/src/components/keyboard-shortcut-help-modal/index.js +2 -2
- package/src/components/list-view-sidebar/style.scss +1 -0
- package/src/components/local-autosave-monitor/index.js +12 -0
- package/src/components/page-attributes/order.js +79 -3
- package/src/components/page-attributes/panel.js +10 -26
- package/src/components/page-attributes/parent.js +98 -2
- package/src/components/page-attributes/style.scss +19 -0
- package/src/components/page-attributes/test/order.js +5 -1
- package/src/components/pattern-duplicate-modal/index.js +50 -0
- package/src/components/pattern-rename-modal/index.js +44 -0
- package/src/components/post-actions/actions.js +522 -371
- package/src/components/post-actions/export-pattern-action.js +74 -0
- package/src/components/post-actions/export-pattern-action.native.js +4 -0
- package/src/components/post-actions/index.js +20 -42
- package/src/components/post-author/combobox.js +1 -0
- package/src/components/post-author/hook.js +1 -1
- package/src/components/post-author/panel.js +63 -2
- package/src/components/post-author/select.js +1 -0
- package/src/components/post-author/style.scss +6 -0
- package/src/components/post-card-panel/index.js +56 -55
- package/src/components/post-card-panel/style.scss +23 -1
- package/src/components/post-comments/index.js +52 -9
- package/src/components/post-discussion/panel.js +115 -31
- package/src/components/post-discussion/style.scss +24 -0
- package/src/components/post-excerpt/panel.js +45 -48
- package/src/components/post-excerpt/style.scss +0 -17
- package/src/components/post-featured-image/check.js +9 -0
- package/src/components/post-featured-image/index.js +15 -0
- package/src/components/post-featured-image/panel.js +9 -0
- package/src/components/post-format/check.js +8 -0
- package/src/components/post-format/index.js +15 -4
- package/src/components/post-format/panel.js +87 -0
- package/src/components/post-format/style.scss +12 -0
- package/src/components/post-last-revision/check.js +8 -0
- package/src/components/post-last-revision/index.js +7 -2
- package/src/components/post-last-revision/panel.js +5 -0
- package/src/components/post-last-revision/test/check.js +5 -1
- package/src/components/post-locked-modal/index.js +6 -0
- package/src/components/post-panel-row/index.js +2 -2
- package/src/components/post-panel-row/style.scss +15 -0
- package/src/components/post-panel-section/index.js +19 -0
- package/src/components/post-panel-section/style.scss +3 -0
- package/src/components/post-pending-status/check.js +10 -0
- package/src/components/post-pending-status/index.js +5 -0
- package/src/components/post-pingbacks/index.js +17 -2
- package/src/components/post-preview-button/index.js +15 -0
- package/src/components/post-publish-button/index.js +17 -4
- package/src/components/post-publish-panel/index.js +1 -0
- package/src/components/post-publish-panel/maybe-tags-panel.js +1 -1
- package/src/components/post-publish-panel/style.scss +5 -0
- package/src/components/post-publish-panel/test/__snapshots__/index.js.snap +3 -3
- package/src/components/post-saved-state/index.js +2 -2
- package/src/components/post-schedule/check.js +8 -0
- package/src/components/post-schedule/index.js +30 -3
- package/src/components/post-schedule/label.js +15 -0
- package/src/components/post-schedule/panel.js +9 -1
- package/src/components/post-schedule/style.scss +0 -11
- package/src/components/post-slug/panel.js +22 -0
- package/src/components/post-slug/style.scss +5 -0
- package/src/components/post-slug/test/index.js +5 -1
- package/src/components/post-status/index.js +30 -52
- package/src/components/post-status/style.scss +4 -34
- package/src/components/post-sticky/index.js +12 -7
- package/src/components/post-sticky/panel.js +18 -0
- package/src/components/post-sticky/style.scss +3 -0
- package/src/components/post-template/block-theme.js +1 -0
- package/src/components/post-template/classic-theme.js +15 -0
- package/src/components/post-template/panel.js +5 -0
- package/src/components/post-template/style.scss +0 -8
- package/src/components/post-text-editor/index.js +5 -0
- package/src/components/post-title/index.js +10 -3
- package/src/components/post-title/index.native.js +70 -35
- package/src/components/post-title/post-title-raw.js +10 -2
- package/src/components/post-title/use-post-title-focus.js +7 -0
- package/src/components/post-title/use-post-title.js +5 -0
- package/src/components/post-transform-panel/hooks.js +114 -0
- package/src/components/post-transform-panel/index.js +91 -0
- package/src/components/post-type-support-check/index.js +1 -1
- package/src/components/post-type-support-check/test/index.js +2 -2
- package/src/components/post-url/check.js +8 -0
- package/src/components/post-url/index.js +41 -24
- package/src/components/post-url/label.js +10 -0
- package/src/components/post-url/panel.js +6 -1
- package/src/components/post-url/style.scss +0 -9
- package/src/components/post-visibility/check.js +9 -0
- package/src/components/post-visibility/index.js +7 -0
- package/src/components/post-visibility/label.js +10 -0
- package/src/components/posts-per-page/index.js +101 -0
- package/src/components/posts-per-page/style.scss +4 -0
- package/src/components/preferences-modal/index.js +3 -3
- package/src/components/provider/index.js +72 -0
- package/src/components/provider/index.native.js +43 -2
- package/src/components/provider/use-block-editor-settings.js +19 -6
- package/src/components/provider/with-registry-provider.js +32 -31
- package/src/components/resizable-editor/index.js +90 -0
- package/src/components/resizable-editor/resize-handle.js +62 -0
- package/src/components/resizable-editor/style.scss +53 -0
- package/src/components/save-publish-panels/index.js +10 -2
- package/src/components/sidebar/constants.js +4 -0
- package/src/components/sidebar/header.js +49 -0
- package/src/components/sidebar/index.js +196 -0
- package/src/components/sidebar/post-summary.js +97 -0
- package/src/components/sidebar/style.scss +18 -0
- package/src/components/site-discussion/index.js +138 -0
- package/src/components/site-discussion/style.scss +19 -0
- package/src/components/start-page-options/index.js +6 -4
- package/src/components/start-template-options/index.js +219 -0
- package/src/components/start-template-options/style.scss +47 -0
- package/src/components/template-areas/index.js +15 -6
- package/src/components/template-areas/style.scss +0 -1
- package/src/components/template-content-panel/index.js +36 -0
- package/src/components/text-editor/index.js +57 -0
- package/src/components/text-editor/style.scss +71 -0
- package/src/components/{editor-canvas → visual-editor}/index.js +191 -110
- package/src/components/visual-editor/style.scss +37 -0
- package/src/hooks/index.js +1 -0
- package/src/hooks/media-upload.js +11 -0
- package/src/hooks/pattern-overrides.js +12 -6
- package/src/private-apis.js +18 -38
- package/src/private-apis.native.js +37 -0
- package/src/store/constants.js +7 -0
- package/src/store/private-actions.js +22 -50
- package/src/store/private-selectors.js +48 -0
- package/src/store/reducer.js +12 -0
- package/src/store/selectors.js +1 -1
- package/src/style.scss +16 -0
- package/src/utils/set-nested-value.js +39 -0
- package/build/components/editor-canvas/edit-template-blocks-notification.js.map +0 -1
- package/build/components/editor-canvas/index.js.map +0 -1
- package/build-module/components/editor-canvas/edit-template-blocks-notification.js.map +0 -1
- package/build-module/components/editor-canvas/index.js.map +0 -1
- package/src/components/post-slug/test/check.js +0 -17
- package/src/components/provider/README.md +0 -37
- /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:
|
|
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.
|
|
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.
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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:
|
|
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-
|
|
1193
|
-
width:
|
|
1194
|
-
margin
|
|
1513
|
+
.editor-post-discussion__panel-dialog .editor-post-discussion {
|
|
1514
|
+
min-width: 248px;
|
|
1515
|
+
margin: 8px;
|
|
1195
1516
|
}
|
|
1196
|
-
|
|
1197
|
-
|
|
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-
|
|
1202
|
-
|
|
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
|
-
|
|
1205
|
-
|
|
1524
|
+
|
|
1525
|
+
.editor-post-discussion__panel-toggle .components-text {
|
|
1526
|
+
color: inherit;
|
|
1206
1527
|
}
|
|
1207
1528
|
|
|
1208
|
-
.editor-post-
|
|
1209
|
-
|
|
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-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
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
|
|
1644
|
-
padding:
|
|
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
|
}
|