@wordpress/editor 13.35.0 → 14.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- 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 +1 -1
- 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 +59 -36
- package/build/components/block-settings-menu/content-only-settings-menu.js.map +1 -1
- 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 +21 -18
- 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 +94 -70
- 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 +18 -14
- package/build/components/document-outline/item.js.map +1 -1
- package/build/components/document-tools/index.js +56 -53
- package/build/components/document-tools/index.js.map +1 -1
- package/build/components/editor/index.js +83 -0
- package/build/components/editor/index.js.map +1 -0
- 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 +176 -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 +3 -4
- package/build/components/global-keyboard-shortcuts/register-shortcuts.js.map +1 -1
- package/build/components/global-styles-provider/index.js +81 -16
- package/build/components/global-styles-provider/index.js.map +1 -1
- package/build/components/header/back-button.js +37 -0
- package/build/components/header/back-button.js.map +1 -0
- package/build/components/header/index.js +85 -60
- package/build/components/header/index.js.map +1 -1
- package/build/components/inserter-sidebar/index.js +45 -19
- 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 +53 -48
- 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/media-categories/index.js +1 -1
- package/build/components/media-categories/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 +379 -309
- 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 +66 -50
- 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 +54 -19
- package/build/components/post-card-panel/index.js.map +1 -1
- package/build/components/post-comments/index.js +38 -22
- 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 +54 -38
- 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 +73 -7
- package/build/components/post-format/panel.js.map +1 -1
- 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 +49 -17
- 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 +11 -8
- package/build/components/post-panel-row/index.js.map +1 -1
- package/build/components/post-panel-section/index.js +5 -4
- package/build/components/post-panel-section/index.js.map +1 -1
- 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 +13 -5
- package/build/components/post-pingbacks/index.js.map +1 -1
- package/build/components/post-preview-button/index.js +46 -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 +47 -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 +8 -8
- 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 +7 -4
- package/build/components/post-slug/panel.js.map +1 -1
- 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 +6 -2
- package/build/components/post-sticky/panel.js.map +1 -1
- 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 +29 -17
- 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 +10 -3
- 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/index.js +11 -11
- package/build/components/post-transform-panel/index.js.map +1 -1
- package/build/components/post-trash/index.js +19 -15
- package/build/components/post-trash/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 +56 -26
- 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/disable-non-page-content-blocks.js +5 -3
- package/build/components/provider/disable-non-page-content-blocks.js.map +1 -1
- package/build/components/provider/index.js +94 -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 +7 -6
- 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/header.js +17 -14
- package/build/components/sidebar/header.js.map +1 -1
- package/build/components/sidebar/index.js +36 -32
- package/build/components/sidebar/index.js.map +1 -1
- package/build/components/sidebar/post-summary.js +39 -33
- package/build/components/sidebar/post-summary.js.map +1 -1
- 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 +13 -11
- package/build/components/start-page-options/index.js.map +1 -1
- package/build/components/start-template-options/index.js +29 -23
- package/build/components/start-template-options/index.js.map +1 -1
- 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 +7 -6
- package/build/components/template-content-panel/index.js.map +1 -1
- 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 +115 -74
- 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 +15 -11
- package/build/hooks/pattern-overrides.js.map +1 -1
- package/build/private-apis.js +12 -28
- package/build/private-apis.js.map +1 -1
- package/build/private-apis.native.js +2 -26
- package/build/private-apis.native.js.map +1 -1
- 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 +39 -1
- package/build/store/private-selectors.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 +1 -1
- 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 +61 -36
- package/build-module/components/block-settings-menu/content-only-settings-menu.js.map +1 -1
- 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 +23 -18
- 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 +93 -68
- 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 +19 -14
- package/build-module/components/document-outline/item.js.map +1 -1
- package/build-module/components/document-tools/index.js +58 -53
- package/build-module/components/document-tools/index.js.map +1 -1
- package/build-module/components/editor/index.js +76 -0
- package/build-module/components/editor/index.js.map +1 -0
- 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 +170 -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 +2 -2
- package/build-module/components/global-keyboard-shortcuts/register-shortcuts.js.map +1 -1
- package/build-module/components/global-styles-provider/index.js +82 -17
- package/build-module/components/global-styles-provider/index.js.map +1 -1
- package/build-module/components/header/back-button.js +31 -0
- package/build-module/components/header/back-button.js.map +1 -0
- package/build-module/components/header/index.js +86 -60
- package/build-module/components/header/index.js.map +1 -1
- package/build-module/components/inserter-sidebar/index.js +47 -21
- 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 +54 -48
- 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/media-categories/index.js +1 -1
- package/build-module/components/media-categories/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 +380 -309
- 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 +68 -50
- 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 +54 -20
- package/build-module/components/post-card-panel/index.js.map +1 -1
- package/build-module/components/post-comments/index.js +40 -22
- 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 +56 -39
- 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 +75 -7
- package/build-module/components/post-format/panel.js.map +1 -1
- 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 +48 -17
- 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 +12 -8
- package/build-module/components/post-panel-row/index.js.map +1 -1
- package/build-module/components/post-panel-section/index.js +5 -4
- package/build-module/components/post-panel-section/index.js.map +1 -1
- 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 +13 -5
- package/build-module/components/post-pingbacks/index.js.map +1 -1
- package/build-module/components/post-preview-button/index.js +48 -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 +49 -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 +8 -6
- 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 +7 -4
- package/build-module/components/post-slug/panel.js.map +1 -1
- 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 +6 -2
- package/build-module/components/post-sticky/panel.js.map +1 -1
- 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 +29 -18
- 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 +11 -2
- 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/index.js +12 -12
- package/build-module/components/post-transform-panel/index.js.map +1 -1
- 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-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 +59 -25
- 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/disable-non-page-content-blocks.js +5 -3
- package/build-module/components/provider/disable-non-page-content-blocks.js.map +1 -1
- package/build-module/components/provider/index.js +96 -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 +7 -6
- 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/header.js +18 -14
- package/build-module/components/sidebar/header.js.map +1 -1
- package/build-module/components/sidebar/index.js +36 -31
- package/build-module/components/sidebar/index.js.map +1 -1
- package/build-module/components/sidebar/post-summary.js +34 -25
- package/build-module/components/sidebar/post-summary.js.map +1 -1
- 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 +13 -11
- package/build-module/components/start-page-options/index.js.map +1 -1
- package/build-module/components/start-template-options/index.js +30 -23
- package/build-module/components/start-template-options/index.js.map +1 -1
- 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 +7 -6
- package/build-module/components/template-content-panel/index.js.map +1 -1
- 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 +118 -75
- 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 +17 -11
- package/build-module/hooks/pattern-overrides.js.map +1 -1
- package/build-module/private-apis.js +12 -28
- package/build-module/private-apis.js.map +1 -1
- package/build-module/private-apis.native.js +2 -26
- package/build-module/private-apis.native.js.map +1 -1
- 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 +38 -1
- package/build-module/store/private-selectors.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 +344 -129
- package/build-style/style.css +344 -129
- package/package.json +40 -36
- package/src/bindings/index.js +1 -4
- package/src/bindings/pattern-overrides.js +1 -1
- package/src/bindings/post-meta.js +46 -6
- package/src/components/block-settings-menu/content-only-settings-menu.js +26 -12
- package/src/components/blog-title/index.js +124 -0
- package/src/components/blog-title/style.scss +4 -0
- package/src/components/collapsible-block-toolbar/style.scss +3 -1
- 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 +32 -21
- package/src/components/document-tools/index.js +2 -7
- package/src/components/editor/index.js +93 -0
- 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-interface/style.scss +3 -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 +11 -5
- package/src/components/error-boundary/index.js +10 -0
- package/src/components/error-boundary/index.native.js +1 -1
- package/src/components/global-styles-provider/index.js +100 -8
- package/src/components/header/back-button.js +32 -0
- package/src/components/header/index.js +26 -18
- package/src/components/header/style.scss +6 -1
- package/src/components/inserter-sidebar/index.js +65 -32
- package/src/components/inserter-sidebar/style.scss +0 -13
- package/src/components/local-autosave-monitor/index.js +12 -0
- package/src/components/media-categories/index.js +1 -3
- 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/pattern-duplicate-modal/index.js +50 -0
- package/src/components/pattern-rename-modal/index.js +44 -0
- package/src/components/post-actions/actions.js +308 -261
- 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 +16 -5
- 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 +69 -22
- package/src/components/post-card-panel/style.scss +23 -1
- package/src/components/post-comments/index.js +5 -0
- package/src/components/post-discussion/panel.js +9 -2
- package/src/components/post-discussion/style.scss +1 -3
- 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 +71 -6
- package/src/components/post-format/style.scss +10 -4
- package/src/components/post-last-revision/check.js +8 -0
- package/src/components/post-last-revision/index.js +31 -3
- package/src/components/post-last-revision/panel.js +5 -0
- package/src/components/post-last-revision/style.scss +4 -0
- package/src/components/post-locked-modal/index.js +6 -0
- package/src/components/post-panel-row/style.scss +16 -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 +6 -0
- package/src/components/post-preview-button/index.js +16 -0
- package/src/components/post-preview-button/test/index.js +10 -2
- package/src/components/post-publish-button/index.js +17 -4
- package/src/components/post-publish-panel/index.js +2 -0
- package/src/components/post-publish-panel/maybe-tags-panel.js +1 -1
- package/src/components/post-publish-panel/style.scss +28 -36
- package/src/components/post-publish-panel/test/__snapshots__/index.js.snap +3 -3
- 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-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/style.scss +3 -0
- package/src/components/post-sync-status/index.js +2 -8
- 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 +8 -1
- package/src/components/post-title/index.native.js +70 -35
- package/src/components/post-title/post-title-raw.js +8 -0
- 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/index.js +2 -10
- 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 +18 -5
- 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/provider/disable-non-page-content-blocks.js +9 -4
- package/src/components/provider/index.js +68 -0
- package/src/components/provider/index.native.js +43 -2
- package/src/components/provider/use-block-editor-settings.js +4 -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/save-publish-panels/style.scss +0 -8
- package/src/components/sidebar/index.js +0 -4
- package/src/components/sidebar/post-summary.js +16 -21
- package/src/components/sidebar/style.scss +1 -1
- package/src/components/site-discussion/index.js +138 -0
- package/src/components/site-discussion/style.scss +19 -0
- package/src/components/start-template-options/style.scss +0 -8
- package/src/components/template-areas/index.js +15 -6
- 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 +177 -108
- 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/private-apis.js +12 -28
- package/src/private-apis.native.js +2 -26
- package/src/store/constants.js +7 -0
- package/src/store/private-actions.js +22 -50
- package/src/store/private-selectors.js +45 -0
- package/src/store/selectors.js +1 -1
- package/src/style.scss +10 -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/components/post-trash/panel.js +0 -18
- package/build/components/post-trash/panel.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/build-module/components/post-trash/panel.js +0 -10
- package/build-module/components/post-trash/panel.js.map +0 -1
- package/src/components/post-trash/panel.js +0 -13
- package/src/components/provider/README.md +0 -37
- /package/src/components/{editor-canvas → visual-editor}/edit-template-blocks-notification.js +0 -0
package/build-style/style.css
CHANGED
|
@@ -352,36 +352,37 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
352
352
|
.interface-interface-skeleton__sidebar {
|
|
353
353
|
position: relative !important;
|
|
354
354
|
}
|
|
355
|
-
.is-sidebar-opened .interface-interface-skeleton__secondary-sidebar,
|
|
356
|
-
.is-sidebar-opened .interface-interface-skeleton__sidebar {
|
|
357
|
-
z-index: 90;
|
|
358
|
-
}
|
|
359
355
|
}
|
|
360
356
|
|
|
361
357
|
.interface-interface-skeleton__sidebar {
|
|
358
|
+
border-top: 1px solid #e0e0e0;
|
|
362
359
|
overflow: hidden;
|
|
363
360
|
}
|
|
364
361
|
@media (min-width: 782px) {
|
|
365
362
|
.interface-interface-skeleton__sidebar {
|
|
366
|
-
|
|
363
|
+
box-shadow: -1px 1px 0 0 rgba(0, 0, 0, 0.133);
|
|
364
|
+
outline: 1px solid transparent;
|
|
367
365
|
}
|
|
368
366
|
}
|
|
369
367
|
|
|
370
368
|
.interface-interface-skeleton__secondary-sidebar {
|
|
369
|
+
border-top: 1px solid #e0e0e0;
|
|
371
370
|
right: 0;
|
|
372
371
|
}
|
|
373
372
|
@media (min-width: 782px) {
|
|
374
373
|
.interface-interface-skeleton__secondary-sidebar {
|
|
375
|
-
|
|
374
|
+
box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.133);
|
|
375
|
+
outline: 1px solid transparent;
|
|
376
376
|
}
|
|
377
377
|
}
|
|
378
378
|
|
|
379
379
|
.interface-interface-skeleton__header {
|
|
380
380
|
flex-shrink: 0;
|
|
381
381
|
height: auto;
|
|
382
|
-
|
|
382
|
+
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.133);
|
|
383
383
|
z-index: 30;
|
|
384
384
|
color: #1e1e1e;
|
|
385
|
+
outline: 1px solid transparent;
|
|
385
386
|
}
|
|
386
387
|
|
|
387
388
|
.interface-interface-skeleton__footer {
|
|
@@ -587,6 +588,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
587
588
|
.editor-collapsible-block-toolbar .block-editor-block-contextual-toolbar {
|
|
588
589
|
border-bottom: 0;
|
|
589
590
|
height: 100%;
|
|
591
|
+
background: transparent;
|
|
590
592
|
}
|
|
591
593
|
.editor-collapsible-block-toolbar .block-editor-block-toolbar {
|
|
592
594
|
height: 100%;
|
|
@@ -627,8 +629,9 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
627
629
|
}
|
|
628
630
|
@media (min-width: 600px) {
|
|
629
631
|
.editor-collapsible-block-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container {
|
|
632
|
+
height: 40px;
|
|
630
633
|
position: relative;
|
|
631
|
-
top: -
|
|
634
|
+
top: -5px;
|
|
632
635
|
}
|
|
633
636
|
}
|
|
634
637
|
.editor-collapsible-block-toolbar.is-collapsed {
|
|
@@ -639,11 +642,72 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
639
642
|
margin-left: 2px;
|
|
640
643
|
}
|
|
641
644
|
|
|
645
|
+
.editor-create-template-part-modal {
|
|
646
|
+
z-index: 1000001;
|
|
647
|
+
}
|
|
648
|
+
@media (min-width: 600px) {
|
|
649
|
+
.editor-create-template-part-modal .components-modal__frame {
|
|
650
|
+
max-width: 500px;
|
|
651
|
+
}
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
.editor-create-template-part-modal__area-radio-group {
|
|
655
|
+
width: 100%;
|
|
656
|
+
border: 1px solid #757575;
|
|
657
|
+
border-radius: 2px;
|
|
658
|
+
}
|
|
659
|
+
.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio {
|
|
660
|
+
display: block;
|
|
661
|
+
width: 100%;
|
|
662
|
+
height: 100%;
|
|
663
|
+
text-align: left;
|
|
664
|
+
padding: 12px;
|
|
665
|
+
}
|
|
666
|
+
.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio, .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-secondary:hover, .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-primary:hover {
|
|
667
|
+
margin: 0;
|
|
668
|
+
background-color: inherit;
|
|
669
|
+
border-bottom: 1px solid #757575;
|
|
670
|
+
border-radius: 0;
|
|
671
|
+
}
|
|
672
|
+
.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio:not(:focus), .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-secondary:hover:not(:focus), .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-primary:hover:not(:focus) {
|
|
673
|
+
box-shadow: none;
|
|
674
|
+
}
|
|
675
|
+
.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio:focus, .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-secondary:hover:focus, .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-primary:hover:focus {
|
|
676
|
+
border-bottom: 1px solid #fff;
|
|
677
|
+
}
|
|
678
|
+
.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio:last-of-type, .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-secondary:hover:last-of-type, .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio.is-primary:hover:last-of-type {
|
|
679
|
+
border-bottom: none;
|
|
680
|
+
}
|
|
681
|
+
.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio:not(:hover), .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio[aria-checked=true] {
|
|
682
|
+
color: #1e1e1e;
|
|
683
|
+
cursor: auto;
|
|
684
|
+
}
|
|
685
|
+
.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio:not(:hover) .editor-create-template-part-modal__option-label div, .editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio[aria-checked=true] .editor-create-template-part-modal__option-label div {
|
|
686
|
+
color: #949494;
|
|
687
|
+
}
|
|
688
|
+
.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio .editor-create-template-part-modal__option-label {
|
|
689
|
+
padding-top: 4px;
|
|
690
|
+
white-space: normal;
|
|
691
|
+
}
|
|
692
|
+
.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio .editor-create-template-part-modal__option-label div {
|
|
693
|
+
padding-top: 4px;
|
|
694
|
+
font-size: 12px;
|
|
695
|
+
}
|
|
696
|
+
.editor-create-template-part-modal__area-radio-group .components-button.editor-create-template-part-modal__area-radio .editor-create-template-part-modal__checkbox {
|
|
697
|
+
margin-left: auto;
|
|
698
|
+
min-width: 24px;
|
|
699
|
+
}
|
|
700
|
+
|
|
642
701
|
.editor-content-only-settings-menu__description {
|
|
643
702
|
padding: 8px;
|
|
644
703
|
min-width: 235px;
|
|
645
704
|
}
|
|
646
705
|
|
|
706
|
+
.editor-blog-title-dropdown__content .components-popover__content {
|
|
707
|
+
min-width: 320px;
|
|
708
|
+
padding: 16px;
|
|
709
|
+
}
|
|
710
|
+
|
|
647
711
|
.editor-document-bar {
|
|
648
712
|
display: flex;
|
|
649
713
|
align-items: center;
|
|
@@ -899,6 +963,10 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
899
963
|
margin-left: 8px;
|
|
900
964
|
}
|
|
901
965
|
|
|
966
|
+
.editor-editor-interface .entities-saved-states__panel-header {
|
|
967
|
+
height: 61px;
|
|
968
|
+
}
|
|
969
|
+
|
|
902
970
|
.components-editor-notices__dismissible,
|
|
903
971
|
.components-editor-notices__pinned {
|
|
904
972
|
position: relative;
|
|
@@ -951,9 +1019,17 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
951
1019
|
margin-bottom: 4px;
|
|
952
1020
|
}
|
|
953
1021
|
|
|
954
|
-
.
|
|
955
|
-
|
|
956
|
-
|
|
1022
|
+
.entities-saved-states__post-meta {
|
|
1023
|
+
margin-left: 24px;
|
|
1024
|
+
align-items: center;
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
.entities-saved-states__connections-icon {
|
|
1028
|
+
flex-grow: 0;
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
.entities-saved-states__bindings-text {
|
|
1032
|
+
flex-grow: 1;
|
|
957
1033
|
}
|
|
958
1034
|
|
|
959
1035
|
.editor-error-boundary {
|
|
@@ -1005,6 +1081,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1005
1081
|
flex-grow: 1;
|
|
1006
1082
|
display: flex;
|
|
1007
1083
|
justify-content: center;
|
|
1084
|
+
min-width: 0;
|
|
1008
1085
|
}
|
|
1009
1086
|
.editor-header__center.is-collapsed {
|
|
1010
1087
|
display: none;
|
|
@@ -1134,28 +1211,28 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1134
1211
|
}
|
|
1135
1212
|
}
|
|
1136
1213
|
|
|
1137
|
-
.is-distraction-free .interface-interface-skeleton__header {
|
|
1214
|
+
.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header {
|
|
1138
1215
|
border-bottom: none;
|
|
1139
1216
|
}
|
|
1140
|
-
.is-distraction-free .editor-header {
|
|
1217
|
+
.editor-editor-interface.is-distraction-free .editor-header {
|
|
1141
1218
|
background-color: #fff;
|
|
1142
1219
|
border-bottom: 1px solid #e0e0e0;
|
|
1143
1220
|
position: absolute;
|
|
1144
1221
|
width: 100%;
|
|
1145
1222
|
}
|
|
1146
|
-
.is-distraction-free .editor-header > .edit-post-header__settings > .edit-post-header__post-preview-button {
|
|
1223
|
+
.editor-editor-interface.is-distraction-free .editor-header > .edit-post-header__settings > .edit-post-header__post-preview-button {
|
|
1147
1224
|
visibility: hidden;
|
|
1148
1225
|
}
|
|
1149
|
-
.is-distraction-free .editor-header > .editor-header__toolbar .editor-document-tools__document-overview-toggle, .is-distraction-free .editor-header > .editor-header__settings > .editor-preview-dropdown, .is-distraction-free .editor-header > .editor-header__settings > .interface-pinned-items {
|
|
1226
|
+
.editor-editor-interface.is-distraction-free .editor-header > .editor-header__toolbar .editor-document-tools__document-overview-toggle, .editor-editor-interface.is-distraction-free .editor-header > .editor-header__settings > .editor-preview-dropdown, .editor-editor-interface.is-distraction-free .editor-header > .editor-header__settings > .interface-pinned-items {
|
|
1150
1227
|
display: none;
|
|
1151
1228
|
}
|
|
1152
|
-
.is-distraction-free .interface-interface-skeleton__header:focus-within {
|
|
1229
|
+
.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within {
|
|
1153
1230
|
opacity: 1 !important;
|
|
1154
1231
|
}
|
|
1155
|
-
.is-distraction-free .interface-interface-skeleton__header:focus-within div {
|
|
1232
|
+
.editor-editor-interface.is-distraction-free .interface-interface-skeleton__header:focus-within div {
|
|
1156
1233
|
transform: translateX(0) translateZ(0) !important;
|
|
1157
1234
|
}
|
|
1158
|
-
.is-distraction-free .components-editor-notices__dismissible {
|
|
1235
|
+
.editor-editor-interface.is-distraction-free .components-editor-notices__dismissible {
|
|
1159
1236
|
position: absolute;
|
|
1160
1237
|
z-index: 35;
|
|
1161
1238
|
}
|
|
@@ -1176,18 +1253,6 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1176
1253
|
box-sizing: inherit;
|
|
1177
1254
|
}
|
|
1178
1255
|
|
|
1179
|
-
.block-editor-inserter-sidebar__header {
|
|
1180
|
-
border-bottom: 1px solid #ddd;
|
|
1181
|
-
padding-right: 8px;
|
|
1182
|
-
display: flex;
|
|
1183
|
-
justify-content: space-between;
|
|
1184
|
-
}
|
|
1185
|
-
.block-editor-inserter-sidebar__header .block-editor-inserter-sidebar__close-button {
|
|
1186
|
-
/* stylelint-disable-next-line property-disallowed-list -- This should be refactored to avoid order if possible */
|
|
1187
|
-
order: 1;
|
|
1188
|
-
align-self: center;
|
|
1189
|
-
}
|
|
1190
|
-
|
|
1191
1256
|
.editor-inserter-sidebar__content {
|
|
1192
1257
|
height: calc(100% - 36px - 8px);
|
|
1193
1258
|
}
|
|
@@ -1354,6 +1419,26 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1354
1419
|
color: #757575;
|
|
1355
1420
|
}
|
|
1356
1421
|
|
|
1422
|
+
.editor-post-parent__panel,
|
|
1423
|
+
.editor-post-order__panel {
|
|
1424
|
+
padding-top: 8px;
|
|
1425
|
+
}
|
|
1426
|
+
.editor-post-parent__panel .editor-post-panel__row-control > div,
|
|
1427
|
+
.editor-post-order__panel .editor-post-panel__row-control > div {
|
|
1428
|
+
width: 100%;
|
|
1429
|
+
}
|
|
1430
|
+
|
|
1431
|
+
.editor-post-parent__panel-dialog .editor-post-parent,
|
|
1432
|
+
.editor-post-parent__panel-dialog .editor-post-order,
|
|
1433
|
+
.editor-post-order__panel-dialog .editor-post-parent,
|
|
1434
|
+
.editor-post-order__panel-dialog .editor-post-order {
|
|
1435
|
+
margin: 8px;
|
|
1436
|
+
}
|
|
1437
|
+
.editor-post-parent__panel-dialog .components-popover__content,
|
|
1438
|
+
.editor-post-order__panel-dialog .components-popover__content {
|
|
1439
|
+
min-width: 320px;
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1357
1442
|
.editor-post-author__panel {
|
|
1358
1443
|
padding-top: 8px;
|
|
1359
1444
|
}
|
|
@@ -1362,6 +1447,11 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1362
1447
|
width: 100%;
|
|
1363
1448
|
}
|
|
1364
1449
|
|
|
1450
|
+
.editor-post-author__panel-dialog .editor-post-author {
|
|
1451
|
+
min-width: 248px;
|
|
1452
|
+
margin: 8px;
|
|
1453
|
+
}
|
|
1454
|
+
|
|
1365
1455
|
.editor-action-modal {
|
|
1366
1456
|
z-index: 1000001;
|
|
1367
1457
|
}
|
|
@@ -1373,7 +1463,13 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1373
1463
|
width: 100%;
|
|
1374
1464
|
}
|
|
1375
1465
|
.editor-post-card-panel__title.editor-post-card-panel__title {
|
|
1376
|
-
margin:
|
|
1466
|
+
margin: 0;
|
|
1467
|
+
padding: 2px 0;
|
|
1468
|
+
display: flex;
|
|
1469
|
+
align-items: center;
|
|
1470
|
+
flex-wrap: wrap;
|
|
1471
|
+
column-gap: 8px;
|
|
1472
|
+
row-gap: 4px;
|
|
1377
1473
|
}
|
|
1378
1474
|
.editor-post-card-panel__icon {
|
|
1379
1475
|
flex: 0 0 24px;
|
|
@@ -1388,6 +1484,22 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1388
1484
|
margin-bottom: 8px;
|
|
1389
1485
|
}
|
|
1390
1486
|
|
|
1487
|
+
.editor-post-card-panel__icon.is-sync {
|
|
1488
|
+
fill: var(--wp-block-synced-color);
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1491
|
+
.editor-post-card-panel__title-badge {
|
|
1492
|
+
background: #f0f0f0;
|
|
1493
|
+
color: #757575;
|
|
1494
|
+
padding: 0 4px;
|
|
1495
|
+
border-radius: 2px;
|
|
1496
|
+
font-size: 12px;
|
|
1497
|
+
font-weight: 400;
|
|
1498
|
+
flex-shrink: 0;
|
|
1499
|
+
line-height: 20px;
|
|
1500
|
+
display: inline-block;
|
|
1501
|
+
}
|
|
1502
|
+
|
|
1391
1503
|
.editor-post-content-information {
|
|
1392
1504
|
color: #757575;
|
|
1393
1505
|
}
|
|
@@ -1407,9 +1519,6 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1407
1519
|
margin-top: 4px;
|
|
1408
1520
|
}
|
|
1409
1521
|
|
|
1410
|
-
.editor-post-discussion__panel-toggle.components-button {
|
|
1411
|
-
height: auto;
|
|
1412
|
-
}
|
|
1413
1522
|
.editor-post-discussion__panel-toggle .components-text {
|
|
1414
1523
|
color: inherit;
|
|
1415
1524
|
}
|
|
@@ -1423,21 +1532,6 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1423
1532
|
margin-bottom: 10px;
|
|
1424
1533
|
}
|
|
1425
1534
|
|
|
1426
|
-
.editor-post-excerpt__dropdown__trigger {
|
|
1427
|
-
height: auto;
|
|
1428
|
-
padding: 0;
|
|
1429
|
-
}
|
|
1430
|
-
.editor-post-excerpt__dropdown__trigger:not(.has-excerpt) {
|
|
1431
|
-
color: #757575;
|
|
1432
|
-
}
|
|
1433
|
-
.editor-post-excerpt__dropdown__trigger:hover {
|
|
1434
|
-
color: #1e1e1e;
|
|
1435
|
-
}
|
|
1436
|
-
|
|
1437
|
-
.editor-post-excerpt__dropdown {
|
|
1438
|
-
display: block;
|
|
1439
|
-
}
|
|
1440
|
-
|
|
1441
1535
|
.editor-post-excerpt__dropdown__content .components-popover__content {
|
|
1442
1536
|
min-width: 320px;
|
|
1443
1537
|
padding: 16px;
|
|
@@ -1527,10 +1621,13 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1527
1621
|
margin: 4px 0 0 0;
|
|
1528
1622
|
}
|
|
1529
1623
|
|
|
1530
|
-
.editor-post-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1624
|
+
.editor-post-format__dialog .editor-post-format__dialog-content {
|
|
1625
|
+
min-width: 248px;
|
|
1626
|
+
margin: 8px;
|
|
1627
|
+
}
|
|
1628
|
+
|
|
1629
|
+
.editor-post-format__options .components-base-control__field > .components-v-stack {
|
|
1630
|
+
gap: 12px;
|
|
1534
1631
|
}
|
|
1535
1632
|
|
|
1536
1633
|
.editor-post-last-edited-panel {
|
|
@@ -1565,6 +1662,10 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1565
1662
|
padding: 16px;
|
|
1566
1663
|
}
|
|
1567
1664
|
|
|
1665
|
+
.editor-private-post-last-revision__button {
|
|
1666
|
+
display: inline-block;
|
|
1667
|
+
}
|
|
1668
|
+
|
|
1568
1669
|
.editor-post-locked-modal__buttons {
|
|
1569
1670
|
margin-top: 24px;
|
|
1570
1671
|
}
|
|
@@ -1588,6 +1689,10 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1588
1689
|
min-height: 32px;
|
|
1589
1690
|
display: flex;
|
|
1590
1691
|
align-items: center;
|
|
1692
|
+
padding: 6px 0;
|
|
1693
|
+
line-height: 20px;
|
|
1694
|
+
-webkit-hyphens: auto;
|
|
1695
|
+
hyphens: auto;
|
|
1591
1696
|
}
|
|
1592
1697
|
|
|
1593
1698
|
.editor-post-panel__row-control {
|
|
@@ -1596,15 +1701,22 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1596
1701
|
display: flex;
|
|
1597
1702
|
align-items: center;
|
|
1598
1703
|
}
|
|
1704
|
+
.editor-post-panel__row-control .components-button {
|
|
1705
|
+
max-width: 100%;
|
|
1706
|
+
text-align: left;
|
|
1707
|
+
text-wrap: balance;
|
|
1708
|
+
text-wrap: pretty;
|
|
1709
|
+
height: auto;
|
|
1710
|
+
min-height: 32px;
|
|
1711
|
+
}
|
|
1712
|
+
.editor-post-panel__row-control .components-dropdown {
|
|
1713
|
+
max-width: 100%;
|
|
1714
|
+
}
|
|
1599
1715
|
|
|
1600
1716
|
.editor-post-panel__section {
|
|
1601
1717
|
padding: 16px;
|
|
1602
1718
|
}
|
|
1603
1719
|
|
|
1604
|
-
.editor-post-publish-panel {
|
|
1605
|
-
background: #fff;
|
|
1606
|
-
}
|
|
1607
|
-
|
|
1608
1720
|
.editor-post-publish-panel__content {
|
|
1609
1721
|
min-height: calc(100% - 144px);
|
|
1610
1722
|
}
|
|
@@ -1670,6 +1782,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1670
1782
|
|
|
1671
1783
|
.editor-post-publish-panel__header-publish-button {
|
|
1672
1784
|
padding-right: 4px;
|
|
1785
|
+
justify-content: center;
|
|
1673
1786
|
}
|
|
1674
1787
|
|
|
1675
1788
|
.editor-post-publish-panel__header-cancel-button {
|
|
@@ -1716,6 +1829,7 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1716
1829
|
}
|
|
1717
1830
|
.editor-post-publish-panel__prepublish .components-panel__body-title .components-button {
|
|
1718
1831
|
align-items: flex-start;
|
|
1832
|
+
text-wrap: balance;
|
|
1719
1833
|
text-wrap: pretty;
|
|
1720
1834
|
}
|
|
1721
1835
|
|
|
@@ -1777,19 +1891,18 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1777
1891
|
height: 40px;
|
|
1778
1892
|
}
|
|
1779
1893
|
}
|
|
1780
|
-
.
|
|
1781
|
-
.edit-site-editor__interface-skeleton .editor-post-publish-panel {
|
|
1894
|
+
.editor-post-publish-panel {
|
|
1782
1895
|
position: fixed;
|
|
1783
1896
|
z-index: 100001;
|
|
1784
|
-
|
|
1897
|
+
background: #fff;
|
|
1898
|
+
top: 0;
|
|
1785
1899
|
bottom: 0;
|
|
1786
1900
|
right: 0;
|
|
1787
1901
|
left: 0;
|
|
1788
1902
|
overflow: auto;
|
|
1789
1903
|
}
|
|
1790
1904
|
@media (min-width: 782px) {
|
|
1791
|
-
.
|
|
1792
|
-
.edit-site-editor__interface-skeleton .editor-post-publish-panel {
|
|
1905
|
+
.editor-post-publish-panel {
|
|
1793
1906
|
z-index: 99998;
|
|
1794
1907
|
top: 32px;
|
|
1795
1908
|
left: auto;
|
|
@@ -1800,28 +1913,21 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
1800
1913
|
}
|
|
1801
1914
|
}
|
|
1802
1915
|
@media (min-width: 782px) and (prefers-reduced-motion: reduce) {
|
|
1803
|
-
.
|
|
1804
|
-
.edit-site-editor__interface-skeleton .editor-post-publish-panel {
|
|
1916
|
+
.editor-post-publish-panel {
|
|
1805
1917
|
animation-duration: 1ms;
|
|
1806
1918
|
animation-delay: 0s;
|
|
1807
1919
|
}
|
|
1808
1920
|
}
|
|
1809
1921
|
@media (min-width: 782px) {
|
|
1810
|
-
body.is-fullscreen-mode .
|
|
1811
|
-
body.is-fullscreen-mode .edit-site-editor__interface-skeleton .editor-post-publish-panel {
|
|
1922
|
+
body.is-fullscreen-mode .editor-post-publish-panel {
|
|
1812
1923
|
top: 0;
|
|
1813
1924
|
}
|
|
1814
1925
|
}
|
|
1815
1926
|
@media (min-width: 782px) {
|
|
1816
|
-
[role=region]:focus .
|
|
1817
|
-
[role=region]:focus .edit-site-editor__interface-skeleton .editor-post-publish-panel {
|
|
1927
|
+
[role=region]:focus .editor-post-publish-panel {
|
|
1818
1928
|
transform: translateX(0%);
|
|
1819
1929
|
}
|
|
1820
1930
|
}
|
|
1821
|
-
.edit-post-layout .editor-post-publish-panel__header-publish-button,
|
|
1822
|
-
.edit-site-editor__interface-skeleton .editor-post-publish-panel__header-publish-button {
|
|
1823
|
-
justify-content: center;
|
|
1824
|
-
}
|
|
1825
1931
|
|
|
1826
1932
|
@keyframes editor-post-publish-panel__slide-in-animation {
|
|
1827
1933
|
100% {
|
|
@@ -1871,15 +1977,6 @@ body.is-fullscreen-mode .edit-site-editor__interface-skeleton .editor-post-publi
|
|
|
1871
1977
|
padding: 16px;
|
|
1872
1978
|
}
|
|
1873
1979
|
|
|
1874
|
-
.editor-post-schedule__dialog-toggle.components-button {
|
|
1875
|
-
overflow: hidden;
|
|
1876
|
-
text-align: left;
|
|
1877
|
-
white-space: unset;
|
|
1878
|
-
height: auto;
|
|
1879
|
-
min-height: 32px;
|
|
1880
|
-
line-height: inherit;
|
|
1881
|
-
}
|
|
1882
|
-
|
|
1883
1980
|
.editor-post-slug {
|
|
1884
1981
|
display: flex;
|
|
1885
1982
|
flex-direction: column;
|
|
@@ -1889,35 +1986,12 @@ body.is-fullscreen-mode .edit-site-editor__interface-skeleton .editor-post-publi
|
|
|
1889
1986
|
.editor-post-status {
|
|
1890
1987
|
max-width: 100%;
|
|
1891
1988
|
}
|
|
1892
|
-
.editor-post-status
|
|
1893
|
-
padding:
|
|
1894
|
-
height: auto;
|
|
1895
|
-
border-radius: 16px;
|
|
1896
|
-
}
|
|
1897
|
-
.editor-post-status .editor-post-status-label {
|
|
1898
|
-
border-radius: 16px;
|
|
1899
|
-
display: inline-flex;
|
|
1900
|
-
padding: 0 12px 0 12px;
|
|
1901
|
-
background: rgba(30, 30, 30, 0.04);
|
|
1902
|
-
height: 32px;
|
|
1903
|
-
align-items: center;
|
|
1904
|
-
color: #1e1e1e;
|
|
1905
|
-
}
|
|
1906
|
-
.editor-post-status .editor-post-status-label.has-icon {
|
|
1907
|
-
padding: 0 8px 0 12px;
|
|
1908
|
-
}
|
|
1909
|
-
.editor-post-status .editor-post-status-label.has-icon:hover {
|
|
1910
|
-
background: rgba(30, 30, 30, 0.08);
|
|
1911
|
-
}
|
|
1912
|
-
.editor-post-status .editor-post-status-label.has-status-publish, .editor-post-status .editor-post-status-label.has-status-private, .editor-post-status .editor-post-status-label.has-status-future {
|
|
1913
|
-
background: rgba(var(--wp-admin-theme-color--rgb), 0.04);
|
|
1914
|
-
color: var(--wp-admin-theme-color);
|
|
1915
|
-
}
|
|
1916
|
-
.editor-post-status .editor-post-status-label.has-status-publish:hover, .editor-post-status .editor-post-status-label.has-status-private:hover, .editor-post-status .editor-post-status-label.has-status-future:hover {
|
|
1917
|
-
background: rgba(var(--wp-admin-theme-color--rgb), 0.08);
|
|
1989
|
+
.editor-post-status.is-read-only {
|
|
1990
|
+
padding: 6px 12px;
|
|
1918
1991
|
}
|
|
1919
1992
|
|
|
1920
|
-
.editor-change-status__password-fieldset
|
|
1993
|
+
.editor-change-status__password-fieldset,
|
|
1994
|
+
.editor-change-status__publish-date-wrapper {
|
|
1921
1995
|
border-top: 1px solid #e0e0e0;
|
|
1922
1996
|
padding-top: 16px;
|
|
1923
1997
|
}
|
|
@@ -1941,6 +2015,10 @@ body.is-fullscreen-mode .edit-site-editor__interface-skeleton .editor-post-publi
|
|
|
1941
2015
|
margin-bottom: 8px;
|
|
1942
2016
|
}
|
|
1943
2017
|
|
|
2018
|
+
.editor-post-sticky__toggle-control {
|
|
2019
|
+
padding: 6px 12px;
|
|
2020
|
+
}
|
|
2021
|
+
|
|
1944
2022
|
.editor-post-sync-status__value {
|
|
1945
2023
|
padding: 6px 0 6px 12px;
|
|
1946
2024
|
}
|
|
@@ -2003,9 +2081,6 @@ body.is-fullscreen-mode .edit-site-editor__interface-skeleton .editor-post-publi
|
|
|
2003
2081
|
.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item {
|
|
2004
2082
|
break-inside: avoid-column;
|
|
2005
2083
|
}
|
|
2006
|
-
.editor-post-template__swap-template-modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__item:not(:focus):not(:hover) .block-editor-block-preview__container {
|
|
2007
|
-
box-shadow: 0 0 0 1px #ddd;
|
|
2008
|
-
}
|
|
2009
2084
|
|
|
2010
2085
|
.editor-post-template__dropdown .components-popover__content {
|
|
2011
2086
|
min-width: 240px;
|
|
@@ -2085,15 +2160,6 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
|
|
|
2085
2160
|
width: 100%;
|
|
2086
2161
|
}
|
|
2087
2162
|
|
|
2088
|
-
.components-button.editor-post-url__panel-toggle {
|
|
2089
|
-
display: block;
|
|
2090
|
-
max-width: 100%;
|
|
2091
|
-
overflow: hidden;
|
|
2092
|
-
text-align: left;
|
|
2093
|
-
text-overflow: ellipsis;
|
|
2094
|
-
white-space: nowrap;
|
|
2095
|
-
}
|
|
2096
|
-
|
|
2097
2163
|
.editor-post-url__panel-dialog .editor-post-url {
|
|
2098
2164
|
min-width: 248px;
|
|
2099
2165
|
margin: 8px;
|
|
@@ -2251,6 +2317,11 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
|
|
|
2251
2317
|
color: rgba(30, 30, 30, 0.62);
|
|
2252
2318
|
}
|
|
2253
2319
|
|
|
2320
|
+
.editor-posts-per-page-dropdown__content .components-popover__content {
|
|
2321
|
+
min-width: 320px;
|
|
2322
|
+
padding: 16px;
|
|
2323
|
+
}
|
|
2324
|
+
|
|
2254
2325
|
.editor-post-trash.components-button {
|
|
2255
2326
|
flex-grow: 1;
|
|
2256
2327
|
justify-content: center;
|
|
@@ -2262,6 +2333,51 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
|
|
|
2262
2333
|
justify-content: space-between;
|
|
2263
2334
|
}
|
|
2264
2335
|
|
|
2336
|
+
.editor-resizable-editor.is-resizable {
|
|
2337
|
+
overflow: visible;
|
|
2338
|
+
margin: 0 auto;
|
|
2339
|
+
}
|
|
2340
|
+
|
|
2341
|
+
.editor-resizable-editor__resize-handle {
|
|
2342
|
+
position: absolute;
|
|
2343
|
+
top: 0;
|
|
2344
|
+
bottom: 0;
|
|
2345
|
+
padding: 0;
|
|
2346
|
+
margin: auto 0;
|
|
2347
|
+
width: 12px;
|
|
2348
|
+
-webkit-appearance: none;
|
|
2349
|
+
appearance: none;
|
|
2350
|
+
cursor: ew-resize;
|
|
2351
|
+
outline: none;
|
|
2352
|
+
background: none;
|
|
2353
|
+
border-radius: 2px;
|
|
2354
|
+
border: 0;
|
|
2355
|
+
height: 100px;
|
|
2356
|
+
}
|
|
2357
|
+
.editor-resizable-editor__resize-handle::after {
|
|
2358
|
+
position: absolute;
|
|
2359
|
+
top: 16px;
|
|
2360
|
+
left: 4px;
|
|
2361
|
+
right: 0;
|
|
2362
|
+
bottom: 16px;
|
|
2363
|
+
content: "";
|
|
2364
|
+
width: 4px;
|
|
2365
|
+
background-color: rgba(117, 117, 117, 0.4);
|
|
2366
|
+
border-radius: 2px;
|
|
2367
|
+
}
|
|
2368
|
+
.editor-resizable-editor__resize-handle.is-left {
|
|
2369
|
+
left: -18px;
|
|
2370
|
+
}
|
|
2371
|
+
.editor-resizable-editor__resize-handle.is-right {
|
|
2372
|
+
right: -18px;
|
|
2373
|
+
}
|
|
2374
|
+
.editor-resizable-editor__resize-handle:hover, .editor-resizable-editor__resize-handle:focus, .editor-resizable-editor__resize-handle:active {
|
|
2375
|
+
opacity: 1;
|
|
2376
|
+
}
|
|
2377
|
+
.editor-resizable-editor__resize-handle:hover::after, .editor-resizable-editor__resize-handle:focus::after, .editor-resizable-editor__resize-handle:active::after {
|
|
2378
|
+
background-color: var(--wp-admin-theme-color);
|
|
2379
|
+
}
|
|
2380
|
+
|
|
2265
2381
|
.editor-layout__toggle-publish-panel,
|
|
2266
2382
|
.editor-layout__toggle-sidebar-panel,
|
|
2267
2383
|
.editor-layout__toggle-entities-saved-states-panel {
|
|
@@ -2288,11 +2404,6 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
|
|
|
2288
2404
|
bottom: 0;
|
|
2289
2405
|
}
|
|
2290
2406
|
|
|
2291
|
-
.interface-interface-skeleton__sidebar:focus .edit-post-layout__toggle-sidebar-panel, .interface-interface-skeleton__sidebar:focus-within .edit-post-layout__toggle-sidebar-panel {
|
|
2292
|
-
top: auto;
|
|
2293
|
-
bottom: 0;
|
|
2294
|
-
}
|
|
2295
|
-
|
|
2296
2407
|
.editor-start-page-options__modal-content .block-editor-block-patterns-list {
|
|
2297
2408
|
column-count: 2;
|
|
2298
2409
|
column-gap: 24px;
|
|
@@ -2355,13 +2466,10 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
|
|
|
2355
2466
|
.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 {
|
|
2356
2467
|
display: none;
|
|
2357
2468
|
}
|
|
2358
|
-
.editor-start-template-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__item:not(:focus):not(:hover) .block-editor-block-preview__container {
|
|
2359
|
-
box-shadow: 0 0 0 1px #ddd;
|
|
2360
|
-
}
|
|
2361
2469
|
|
|
2362
2470
|
.components-panel__header.editor-sidebar__panel-tabs {
|
|
2363
2471
|
padding-left: 0;
|
|
2364
|
-
padding-right:
|
|
2472
|
+
padding-right: 12px;
|
|
2365
2473
|
}
|
|
2366
2474
|
.components-panel__header.editor-sidebar__panel-tabs .components-button.has-icon {
|
|
2367
2475
|
padding: 0;
|
|
@@ -2378,6 +2486,19 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
|
|
|
2378
2486
|
display: none;
|
|
2379
2487
|
}
|
|
2380
2488
|
|
|
2489
|
+
.editor-site-discussion-dropdown__content .components-popover__content {
|
|
2490
|
+
min-width: 320px;
|
|
2491
|
+
padding: 16px;
|
|
2492
|
+
}
|
|
2493
|
+
|
|
2494
|
+
.editor-site-discussion__options .components-radio-control__option {
|
|
2495
|
+
align-items: flex-start;
|
|
2496
|
+
}
|
|
2497
|
+
.editor-site-discussion__options label .components-text {
|
|
2498
|
+
display: block;
|
|
2499
|
+
margin-top: 4px;
|
|
2500
|
+
}
|
|
2501
|
+
|
|
2381
2502
|
.table-of-contents__popover.components-popover .components-popover__content {
|
|
2382
2503
|
min-width: 380px;
|
|
2383
2504
|
}
|
|
@@ -2463,4 +2584,98 @@ textarea.editor-post-text-editor:-ms-input-placeholder {
|
|
|
2463
2584
|
h3.components-heading.editor-template-areas__title {
|
|
2464
2585
|
font-weight: 500;
|
|
2465
2586
|
margin: 0 0 8px;
|
|
2587
|
+
}
|
|
2588
|
+
|
|
2589
|
+
.editor-text-editor {
|
|
2590
|
+
position: relative;
|
|
2591
|
+
width: 100%;
|
|
2592
|
+
background-color: #fff;
|
|
2593
|
+
flex-grow: 1;
|
|
2594
|
+
}
|
|
2595
|
+
.editor-text-editor .editor-post-title:not(.is-raw-text),
|
|
2596
|
+
.editor-text-editor .editor-post-title.is-raw-text textarea {
|
|
2597
|
+
max-width: none;
|
|
2598
|
+
line-height: 1.4;
|
|
2599
|
+
font-family: Menlo, Consolas, monaco, monospace;
|
|
2600
|
+
font-size: 2.5em;
|
|
2601
|
+
font-weight: normal;
|
|
2602
|
+
border: 1px solid #949494;
|
|
2603
|
+
border-radius: 0;
|
|
2604
|
+
padding: 16px;
|
|
2605
|
+
}
|
|
2606
|
+
@media (min-width: 600px) {
|
|
2607
|
+
.editor-text-editor .editor-post-title:not(.is-raw-text),
|
|
2608
|
+
.editor-text-editor .editor-post-title.is-raw-text textarea {
|
|
2609
|
+
padding: 24px;
|
|
2610
|
+
}
|
|
2611
|
+
}
|
|
2612
|
+
.editor-text-editor .editor-post-title:not(.is-raw-text):focus,
|
|
2613
|
+
.editor-text-editor .editor-post-title.is-raw-text textarea:focus {
|
|
2614
|
+
border-color: var(--wp-admin-theme-color);
|
|
2615
|
+
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
2616
|
+
}
|
|
2617
|
+
|
|
2618
|
+
.editor-text-editor__body {
|
|
2619
|
+
width: 100%;
|
|
2620
|
+
padding: 0 12px 12px 12px;
|
|
2621
|
+
max-width: 1080px;
|
|
2622
|
+
margin-left: auto;
|
|
2623
|
+
margin-right: auto;
|
|
2624
|
+
}
|
|
2625
|
+
@media (min-width: 960px) {
|
|
2626
|
+
.editor-text-editor__body {
|
|
2627
|
+
padding: 0 24px 24px 24px;
|
|
2628
|
+
}
|
|
2629
|
+
}
|
|
2630
|
+
|
|
2631
|
+
.editor-text-editor__toolbar {
|
|
2632
|
+
position: sticky;
|
|
2633
|
+
z-index: 1;
|
|
2634
|
+
top: 0;
|
|
2635
|
+
left: 0;
|
|
2636
|
+
right: 0;
|
|
2637
|
+
display: flex;
|
|
2638
|
+
background: rgba(255, 255, 255, 0.8);
|
|
2639
|
+
padding: 4px 12px;
|
|
2640
|
+
}
|
|
2641
|
+
@media (min-width: 600px) {
|
|
2642
|
+
.editor-text-editor__toolbar {
|
|
2643
|
+
padding: 12px;
|
|
2644
|
+
}
|
|
2645
|
+
}
|
|
2646
|
+
@media (min-width: 960px) {
|
|
2647
|
+
.editor-text-editor__toolbar {
|
|
2648
|
+
padding: 12px 24px;
|
|
2649
|
+
}
|
|
2650
|
+
}
|
|
2651
|
+
.editor-text-editor__toolbar h2 {
|
|
2652
|
+
line-height: 36px;
|
|
2653
|
+
margin: 0 auto 0 0;
|
|
2654
|
+
font-size: 13px;
|
|
2655
|
+
color: #1e1e1e;
|
|
2656
|
+
}
|
|
2657
|
+
|
|
2658
|
+
.editor-visual-editor {
|
|
2659
|
+
position: relative;
|
|
2660
|
+
height: 100%;
|
|
2661
|
+
display: block;
|
|
2662
|
+
background-color: #ddd;
|
|
2663
|
+
align-items: center;
|
|
2664
|
+
}
|
|
2665
|
+
.editor-visual-editor.is-resizable {
|
|
2666
|
+
max-height: 100%;
|
|
2667
|
+
}
|
|
2668
|
+
.editor-visual-editor.has-padding {
|
|
2669
|
+
padding: 24px 24px 0;
|
|
2670
|
+
}
|
|
2671
|
+
.editor-visual-editor .is-iframed {
|
|
2672
|
+
overflow: hidden;
|
|
2673
|
+
}
|
|
2674
|
+
.editor-visual-editor .components-button {
|
|
2675
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
2676
|
+
font-size: 13px;
|
|
2677
|
+
padding: 6px 12px;
|
|
2678
|
+
}
|
|
2679
|
+
.editor-visual-editor .components-button.is-tertiary, .editor-visual-editor .components-button.has-icon {
|
|
2680
|
+
padding: 6px;
|
|
2466
2681
|
}
|