@wordpress/editor 13.31.0 → 13.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +1080 -0
- package/build/bindings/index.js.map +1 -1
- package/build/bindings/pattern-overrides.js.map +1 -1
- package/build/bindings/post-meta.js +12 -30
- package/build/bindings/post-meta.js.map +1 -1
- package/build/components/autocompleters/index.js.map +1 -1
- package/build/components/autocompleters/user.js.map +1 -1
- package/build/components/autosave-monitor/index.js +10 -0
- package/build/components/autosave-monitor/index.js.map +1 -1
- package/build/components/block-manager/category.js.map +1 -1
- package/build/components/block-manager/checklist.js.map +1 -1
- package/build/components/block-manager/index.js.map +1 -1
- package/build/components/block-removal-warnings/index.js.map +1 -1
- package/build/components/block-settings-menu/plugin-block-settings-menu-item.js +107 -0
- package/build/components/block-settings-menu/plugin-block-settings-menu-item.js.map +1 -0
- package/build/components/character-count/index.js.map +1 -1
- package/build/components/commands/index.js +20 -1
- package/build/components/commands/index.js.map +1 -1
- package/build/components/commands/index.native.js.map +1 -1
- package/build/components/deprecated.js +158 -0
- package/build/components/deprecated.js.map +1 -1
- package/build/components/deprecated.native.js.map +1 -1
- package/build/components/document-bar/index.js +5 -8
- package/build/components/document-bar/index.js.map +1 -1
- package/build/components/document-outline/check.js.map +1 -1
- package/build/components/document-outline/index.js.map +1 -1
- package/build/components/document-outline/item.js.map +1 -1
- package/build/components/document-tools/index.js +1 -1
- package/build/components/document-tools/index.js.map +1 -1
- package/build/components/editor-canvas/edit-template-blocks-notification.js +12 -38
- package/build/components/editor-canvas/edit-template-blocks-notification.js.map +1 -1
- package/build/components/editor-canvas/index.js +5 -2
- package/build/components/editor-canvas/index.js.map +1 -1
- package/build/components/editor-help/add-blocks.native.js.map +1 -1
- package/build/components/editor-help/customize-blocks.native.js.map +1 -1
- 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.map +1 -1
- package/build/components/editor-help/help-section-title.native.js.map +1 -1
- package/build/components/editor-help/help-topic-row.native.js.map +1 -1
- package/build/components/editor-help/icon-move-blocks.native.js.map +1 -1
- package/build/components/editor-help/index.native.js.map +1 -1
- package/build/components/editor-help/intro-to-blocks.native.js.map +1 -1
- package/build/components/editor-help/move-blocks.native.js.map +1 -1
- package/build/components/editor-help/remove-blocks.native.js.map +1 -1
- package/build/components/editor-help/view-sections.native.js.map +1 -1
- package/build/components/editor-history/redo.js.map +1 -1
- package/build/components/editor-history/undo.js.map +1 -1
- package/build/components/editor-notices/index.js.map +1 -1
- package/build/components/editor-snackbars/index.js.map +1 -1
- package/build/components/entities-saved-states/entity-record-item.js.map +1 -1
- package/build/components/entities-saved-states/entity-type-list.js.map +1 -1
- package/build/components/entities-saved-states/hooks/use-is-dirty.js.map +1 -1
- package/build/components/entities-saved-states/index.js +11 -85
- package/build/components/entities-saved-states/index.js.map +1 -1
- package/build/components/error-boundary/index.js.map +1 -1
- package/build/components/error-boundary/index.native.js.map +1 -1
- package/build/components/global-keyboard-shortcuts/index.js +24 -0
- package/build/components/global-keyboard-shortcuts/index.js.map +1 -1
- package/build/components/global-keyboard-shortcuts/register-shortcuts.js +18 -0
- package/build/components/global-keyboard-shortcuts/register-shortcuts.js.map +1 -1
- package/build/components/index.js +57 -1
- package/build/components/index.js.map +1 -1
- package/build/components/index.native.js.map +1 -1
- package/build/components/inserter-sidebar/index.js +5 -1
- package/build/components/inserter-sidebar/index.js.map +1 -1
- package/build/components/keyboard-shortcut-help-modal/config.js +78 -0
- package/build/components/keyboard-shortcut-help-modal/config.js.map +1 -0
- package/build/components/keyboard-shortcut-help-modal/dynamic-shortcut.js +49 -0
- package/build/components/keyboard-shortcut-help-modal/dynamic-shortcut.js.map +1 -0
- package/build/components/keyboard-shortcut-help-modal/index.js +126 -0
- package/build/components/keyboard-shortcut-help-modal/index.js.map +1 -0
- package/build/components/keyboard-shortcut-help-modal/shortcut.js +55 -0
- package/build/components/keyboard-shortcut-help-modal/shortcut.js.map +1 -0
- package/build/components/list-view-sidebar/index.js +2 -1
- package/build/components/list-view-sidebar/index.js.map +1 -1
- package/build/components/list-view-sidebar/list-view-outline.js.map +1 -1
- package/build/components/local-autosave-monitor/index.js.map +1 -1
- package/build/components/media-categories/index.js.map +1 -1
- package/build/components/mode-switcher/index.js.map +1 -1
- package/build/components/offline-status/index.native.js.map +1 -1
- package/build/components/page-attributes/check.js.map +1 -1
- package/build/components/page-attributes/order.js.map +1 -1
- package/build/components/page-attributes/panel.js.map +1 -1
- package/build/components/page-attributes/parent.js.map +1 -1
- package/build/components/pattern-overrides-panel/index.js +30 -0
- package/build/components/pattern-overrides-panel/index.js.map +1 -0
- package/build/components/plugin-document-setting-panel/index.js.map +1 -1
- package/build/components/plugin-more-menu-item/index.js +78 -0
- package/build/components/plugin-more-menu-item/index.js.map +1 -0
- package/build/components/plugin-post-publish-panel/index.js +68 -0
- package/build/components/plugin-post-publish-panel/index.js.map +1 -0
- package/build/components/plugin-post-status-info/index.js +73 -0
- package/build/components/plugin-post-status-info/index.js.map +1 -0
- package/build/components/plugin-pre-publish-panel/index.js +71 -0
- package/build/components/plugin-pre-publish-panel/index.js.map +1 -0
- package/build/components/plugin-sidebar/index.js +108 -0
- package/build/components/plugin-sidebar/index.js.map +1 -0
- package/build/components/plugin-sidebar-more-menu-item/index.js +71 -0
- package/build/components/plugin-sidebar-more-menu-item/index.js.map +1 -0
- package/build/components/post-actions/actions.js +656 -0
- package/build/components/post-actions/actions.js.map +1 -0
- package/build/components/post-actions/index.js +137 -0
- package/build/components/post-actions/index.js.map +1 -0
- package/build/components/post-author/check.js.map +1 -1
- package/build/components/post-author/combobox.js.map +1 -1
- package/build/components/post-author/constants.js.map +1 -1
- package/build/components/post-author/hook.js.map +1 -1
- package/build/components/post-author/index.js.map +1 -1
- package/build/components/post-author/panel.js.map +1 -1
- package/build/components/post-author/select.js.map +1 -1
- package/build/components/post-card-panel/index.js +127 -0
- package/build/components/post-card-panel/index.js.map +1 -0
- package/build/components/post-comments/index.js.map +1 -1
- package/build/components/post-discussion/panel.js.map +1 -1
- package/build/components/post-excerpt/check.js +8 -0
- package/build/components/post-excerpt/check.js.map +1 -1
- package/build/components/post-excerpt/index.js.map +1 -1
- package/build/components/post-excerpt/panel.js.map +1 -1
- package/build/components/post-excerpt/plugin.js.map +1 -1
- package/build/components/post-featured-image/check.js.map +1 -1
- package/build/components/post-featured-image/index.js.map +1 -1
- package/build/components/post-featured-image/panel.js.map +1 -1
- package/build/components/post-format/check.js.map +1 -1
- package/build/components/post-format/index.js.map +1 -1
- package/build/components/post-last-revision/check.js.map +1 -1
- package/build/components/post-last-revision/index.js.map +1 -1
- package/build/components/post-last-revision/panel.js.map +1 -1
- package/build/components/post-locked-modal/index.js.map +1 -1
- package/build/components/post-panel-row/index.js.map +1 -1
- package/build/components/post-pending-status/check.js.map +1 -1
- package/build/components/post-pending-status/index.js.map +1 -1
- package/build/components/post-pingbacks/index.js.map +1 -1
- package/build/components/post-preview-button/index.js.map +1 -1
- package/build/components/post-publish-button/index.js +31 -31
- package/build/components/post-publish-button/index.js.map +1 -1
- package/build/components/post-publish-button/label.js +51 -43
- package/build/components/post-publish-button/label.js.map +1 -1
- package/build/components/post-publish-panel/index.js.map +1 -1
- package/build/components/post-publish-panel/maybe-category-panel.js.map +1 -1
- package/build/components/post-publish-panel/maybe-post-format-panel.js.map +1 -1
- package/build/components/post-publish-panel/maybe-tags-panel.js.map +1 -1
- package/build/components/post-publish-panel/maybe-upload-media.js.map +1 -1
- package/build/components/post-publish-panel/postpublish.js.map +1 -1
- package/build/components/post-publish-panel/prepublish.js.map +1 -1
- package/build/components/post-saved-state/index.js +10 -6
- package/build/components/post-saved-state/index.js.map +1 -1
- package/build/components/post-schedule/check.js.map +1 -1
- package/build/components/post-schedule/index.js.map +1 -1
- package/build/components/post-schedule/label.js.map +1 -1
- package/build/components/post-schedule/panel.js +8 -0
- package/build/components/post-schedule/panel.js.map +1 -1
- package/build/components/post-slug/check.js.map +1 -1
- package/build/components/post-slug/index.js +43 -68
- package/build/components/post-slug/index.js.map +1 -1
- package/build/components/post-status/index.js +239 -0
- package/build/components/post-status/index.js.map +1 -0
- package/build/components/post-sticky/check.js.map +1 -1
- package/build/components/post-sticky/index.js.map +1 -1
- package/build/components/post-switch-to-draft-button/index.js +6 -1
- package/build/components/post-switch-to-draft-button/index.js.map +1 -1
- package/build/components/post-sync-status/index.js.map +1 -1
- package/build/components/post-taxonomies/check.js.map +1 -1
- package/build/components/post-taxonomies/flat-term-selector.js.map +1 -1
- package/build/components/post-taxonomies/hierarchical-term-selector.js.map +1 -1
- package/build/components/post-taxonomies/index.js.map +1 -1
- package/build/components/post-taxonomies/most-used-terms.js.map +1 -1
- package/build/components/post-taxonomies/panel.js.map +1 -1
- package/build/components/post-template/block-theme.js +6 -2
- package/build/components/post-template/block-theme.js.map +1 -1
- package/build/components/post-template/classic-theme.js.map +1 -1
- package/build/components/post-template/create-new-template-modal.js.map +1 -1
- package/build/components/post-template/create-new-template.js.map +1 -1
- package/build/components/post-template/hooks.js.map +1 -1
- package/build/components/post-template/panel.js.map +1 -1
- package/build/components/post-template/reset-default-template.js.map +1 -1
- package/build/components/post-template/swap-template-button.js.map +1 -1
- package/build/components/post-text-editor/index.js.map +1 -1
- package/build/components/post-title/constants.js.map +1 -1
- package/build/components/post-title/index.js.map +1 -1
- package/build/components/post-title/index.native.js +1 -1
- package/build/components/post-title/index.native.js.map +1 -1
- package/build/components/post-title/post-title-raw.js.map +1 -1
- package/build/components/post-title/use-post-title-focus.js.map +1 -1
- package/build/components/post-title/use-post-title.js.map +1 -1
- package/build/components/post-trash/check.js +23 -25
- package/build/components/post-trash/check.js.map +1 -1
- package/build/components/post-trash/index.js +2 -1
- package/build/components/post-trash/index.js.map +1 -1
- package/build/components/post-type-support-check/index.js.map +1 -1
- package/build/components/post-url/check.js.map +1 -1
- package/build/components/post-url/index.js +44 -19
- package/build/components/post-url/index.js.map +1 -1
- package/build/components/post-url/label.js.map +1 -1
- package/build/components/post-url/panel.js +14 -7
- package/build/components/post-url/panel.js.map +1 -1
- package/build/components/post-view-link/index.js.map +1 -1
- package/build/components/post-visibility/check.js.map +1 -1
- package/build/components/post-visibility/index.js +2 -1
- package/build/components/post-visibility/index.js.map +1 -1
- package/build/components/post-visibility/label.js.map +1 -1
- package/build/components/post-visibility/utils.js.map +1 -1
- package/build/components/preferences-modal/enable-panel.js.map +1 -1
- package/build/components/preferences-modal/enable-plugin-document-setting-panel.js.map +1 -1
- package/build/components/preferences-modal/index.js +19 -17
- package/build/components/preferences-modal/index.js.map +1 -1
- package/build/components/preview-dropdown/index.js.map +1 -1
- package/build/components/provider/disable-non-page-content-blocks.js +36 -20
- package/build/components/provider/disable-non-page-content-blocks.js.map +1 -1
- package/build/components/provider/index.js +4 -2
- package/build/components/provider/index.js.map +1 -1
- package/build/components/provider/index.native.js +6 -1
- package/build/components/provider/index.native.js.map +1 -1
- package/build/components/provider/navigation-block-editing-mode.js.map +1 -1
- package/build/components/provider/use-auto-switch-editor-sidebars.js +52 -0
- package/build/components/provider/use-auto-switch-editor-sidebars.js.map +1 -0
- package/build/components/provider/use-block-editor-settings.js +70 -50
- package/build/components/provider/use-block-editor-settings.js.map +1 -1
- package/build/components/provider/use-block-editor-settings.native.js.map +1 -1
- package/build/components/provider/use-hide-blocks-from-inserter.js.map +1 -1
- package/build/components/provider/with-registry-provider.js +1 -0
- package/build/components/provider/with-registry-provider.js.map +1 -1
- package/build/components/start-page-options/index.js +139 -0
- package/build/components/start-page-options/index.js.map +1 -0
- package/build/components/table-of-contents/index.js.map +1 -1
- package/build/components/table-of-contents/panel.js.map +1 -1
- package/build/components/template-areas/index.js +70 -0
- package/build/components/template-areas/index.js.map +1 -0
- package/build/components/template-validation-notice/index.js +23 -29
- package/build/components/template-validation-notice/index.js.map +1 -1
- package/build/components/theme-support-check/index.js +10 -16
- package/build/components/theme-support-check/index.js.map +1 -1
- package/build/components/time-to-read/index.js.map +1 -1
- package/build/components/unsaved-changes-warning/index.js.map +1 -1
- package/build/components/word-count/index.js.map +1 -1
- package/build/hooks/custom-sources-backwards-compatibility.js.map +1 -1
- package/build/hooks/default-autocompleters.js.map +1 -1
- package/build/hooks/index.js.map +1 -1
- package/build/hooks/index.native.js.map +1 -1
- package/build/hooks/pattern-overrides.js +22 -10
- package/build/hooks/pattern-overrides.js.map +1 -1
- package/build/hooks/use-select-nearest-editable-block.js +87 -0
- package/build/hooks/use-select-nearest-editable-block.js.map +1 -0
- package/build/index.js.map +1 -1
- package/build/index.native.js.map +1 -1
- package/build/lock-unlock.js.map +1 -1
- package/build/private-apis.js +26 -1
- package/build/private-apis.js.map +1 -1
- package/build/store/actions.js +46 -6
- package/build/store/actions.js.map +1 -1
- package/build/store/actions.native.js.map +1 -1
- package/build/store/constants.js +10 -1
- package/build/store/constants.js.map +1 -1
- package/build/store/defaults.js.map +1 -1
- package/build/store/index.js +1 -1
- package/build/store/index.js.map +1 -1
- package/build/store/local-autosave.js.map +1 -1
- package/build/store/private-actions.js +253 -1
- package/build/store/private-actions.js.map +1 -1
- package/build/store/private-selectors.js +50 -3
- package/build/store/private-selectors.js.map +1 -1
- package/build/store/reducer.js +14 -1
- package/build/store/reducer.js.map +1 -1
- package/build/store/reducer.native.js.map +1 -1
- package/build/store/selectors.js +25 -20
- package/build/store/selectors.js.map +1 -1
- package/build/store/selectors.native.js.map +1 -1
- package/build/store/utils/get-filtered-template-parts.js +71 -0
- package/build/store/utils/get-filtered-template-parts.js.map +1 -0
- package/build/store/utils/is-template-revertable.js +28 -0
- package/build/store/utils/is-template-revertable.js.map +1 -0
- package/build/store/utils/notice-builder.js.map +1 -1
- package/build/utils/get-template-part-icon.js.map +1 -1
- package/build/utils/index.js.map +1 -1
- package/build/utils/index.native.js.map +1 -1
- package/build/utils/media-upload/index.js.map +1 -1
- package/build/utils/media-upload/index.native.js.map +1 -1
- package/build/utils/terms.js.map +1 -1
- package/build/utils/url.js.map +1 -1
- package/build-module/bindings/index.js.map +1 -1
- package/build-module/bindings/pattern-overrides.js.map +1 -1
- package/build-module/bindings/post-meta.js +14 -31
- package/build-module/bindings/post-meta.js.map +1 -1
- package/build-module/components/autocompleters/index.js.map +1 -1
- package/build-module/components/autocompleters/user.js.map +1 -1
- package/build-module/components/autosave-monitor/index.js +10 -0
- package/build-module/components/autosave-monitor/index.js.map +1 -1
- package/build-module/components/block-manager/category.js.map +1 -1
- package/build-module/components/block-manager/checklist.js.map +1 -1
- package/build-module/components/block-manager/index.js.map +1 -1
- package/build-module/components/block-removal-warnings/index.js.map +1 -1
- package/build-module/components/block-settings-menu/plugin-block-settings-menu-item.js +100 -0
- package/build-module/components/block-settings-menu/plugin-block-settings-menu-item.js.map +1 -0
- package/build-module/components/character-count/index.js.map +1 -1
- package/build-module/components/commands/index.js +21 -2
- package/build-module/components/commands/index.js.map +1 -1
- package/build-module/components/commands/index.native.js.map +1 -1
- package/build-module/components/deprecated.js +159 -0
- package/build-module/components/deprecated.js.map +1 -1
- package/build-module/components/deprecated.native.js.map +1 -1
- package/build-module/components/document-bar/index.js +6 -9
- package/build-module/components/document-bar/index.js.map +1 -1
- package/build-module/components/document-outline/check.js.map +1 -1
- package/build-module/components/document-outline/index.js.map +1 -1
- package/build-module/components/document-outline/item.js.map +1 -1
- package/build-module/components/document-tools/index.js +1 -1
- package/build-module/components/document-tools/index.js.map +1 -1
- package/build-module/components/editor-canvas/edit-template-blocks-notification.js +14 -40
- package/build-module/components/editor-canvas/edit-template-blocks-notification.js.map +1 -1
- package/build-module/components/editor-canvas/index.js +5 -2
- package/build-module/components/editor-canvas/index.js.map +1 -1
- package/build-module/components/editor-help/add-blocks.native.js.map +1 -1
- 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.map +1 -1
- 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.map +1 -1
- 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.map +1 -1
- package/build-module/components/editor-help/index.native.js.map +1 -1
- package/build-module/components/editor-help/intro-to-blocks.native.js.map +1 -1
- package/build-module/components/editor-help/move-blocks.native.js.map +1 -1
- package/build-module/components/editor-help/remove-blocks.native.js.map +1 -1
- package/build-module/components/editor-help/view-sections.native.js.map +1 -1
- package/build-module/components/editor-history/redo.js.map +1 -1
- package/build-module/components/editor-history/undo.js.map +1 -1
- package/build-module/components/editor-notices/index.js.map +1 -1
- package/build-module/components/editor-snackbars/index.js.map +1 -1
- 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.map +1 -1
- package/build-module/components/entities-saved-states/hooks/use-is-dirty.js.map +1 -1
- package/build-module/components/entities-saved-states/index.js +11 -85
- package/build-module/components/entities-saved-states/index.js.map +1 -1
- package/build-module/components/error-boundary/index.js.map +1 -1
- package/build-module/components/error-boundary/index.native.js.map +1 -1
- package/build-module/components/global-keyboard-shortcuts/index.js +24 -0
- package/build-module/components/global-keyboard-shortcuts/index.js.map +1 -1
- package/build-module/components/global-keyboard-shortcuts/register-shortcuts.js +18 -0
- package/build-module/components/global-keyboard-shortcuts/register-shortcuts.js.map +1 -1
- package/build-module/components/index.js +7 -0
- package/build-module/components/index.js.map +1 -1
- package/build-module/components/index.native.js.map +1 -1
- package/build-module/components/inserter-sidebar/index.js +5 -1
- package/build-module/components/inserter-sidebar/index.js.map +1 -1
- package/build-module/components/keyboard-shortcut-help-modal/config.js +71 -0
- package/build-module/components/keyboard-shortcut-help-modal/config.js.map +1 -0
- package/build-module/components/keyboard-shortcut-help-modal/dynamic-shortcut.js +41 -0
- package/build-module/components/keyboard-shortcut-help-modal/dynamic-shortcut.js.map +1 -0
- package/build-module/components/keyboard-shortcut-help-modal/index.js +118 -0
- package/build-module/components/keyboard-shortcut-help-modal/index.js.map +1 -0
- package/build-module/components/keyboard-shortcut-help-modal/shortcut.js +48 -0
- package/build-module/components/keyboard-shortcut-help-modal/shortcut.js.map +1 -0
- package/build-module/components/list-view-sidebar/index.js +2 -1
- package/build-module/components/list-view-sidebar/index.js.map +1 -1
- package/build-module/components/list-view-sidebar/list-view-outline.js.map +1 -1
- package/build-module/components/local-autosave-monitor/index.js.map +1 -1
- package/build-module/components/media-categories/index.js.map +1 -1
- package/build-module/components/mode-switcher/index.js.map +1 -1
- package/build-module/components/offline-status/index.native.js.map +1 -1
- package/build-module/components/page-attributes/check.js.map +1 -1
- package/build-module/components/page-attributes/order.js.map +1 -1
- package/build-module/components/page-attributes/panel.js.map +1 -1
- package/build-module/components/page-attributes/parent.js.map +1 -1
- package/build-module/components/pattern-overrides-panel/index.js +23 -0
- package/build-module/components/pattern-overrides-panel/index.js.map +1 -0
- package/build-module/components/plugin-document-setting-panel/index.js.map +1 -1
- package/build-module/components/plugin-more-menu-item/index.js +73 -0
- package/build-module/components/plugin-more-menu-item/index.js.map +1 -0
- package/build-module/components/plugin-post-publish-panel/index.js +61 -0
- package/build-module/components/plugin-post-publish-panel/index.js.map +1 -0
- package/build-module/components/plugin-post-status-info/index.js +66 -0
- package/build-module/components/plugin-post-status-info/index.js.map +1 -0
- package/build-module/components/plugin-pre-publish-panel/index.js +64 -0
- package/build-module/components/plugin-pre-publish-panel/index.js.map +1 -0
- package/build-module/components/plugin-sidebar/index.js +102 -0
- package/build-module/components/plugin-sidebar/index.js.map +1 -0
- package/build-module/components/plugin-sidebar-more-menu-item/index.js +65 -0
- package/build-module/components/plugin-sidebar-more-menu-item/index.js.map +1 -0
- package/build-module/components/post-actions/actions.js +648 -0
- package/build-module/components/post-actions/actions.js.map +1 -0
- package/build-module/components/post-actions/index.js +130 -0
- package/build-module/components/post-actions/index.js.map +1 -0
- package/build-module/components/post-author/check.js.map +1 -1
- package/build-module/components/post-author/combobox.js.map +1 -1
- package/build-module/components/post-author/constants.js.map +1 -1
- package/build-module/components/post-author/hook.js.map +1 -1
- package/build-module/components/post-author/index.js.map +1 -1
- package/build-module/components/post-author/panel.js.map +1 -1
- package/build-module/components/post-author/select.js.map +1 -1
- package/build-module/components/post-card-panel/index.js +119 -0
- package/build-module/components/post-card-panel/index.js.map +1 -0
- package/build-module/components/post-comments/index.js.map +1 -1
- package/build-module/components/post-discussion/panel.js.map +1 -1
- package/build-module/components/post-excerpt/check.js +9 -0
- package/build-module/components/post-excerpt/check.js.map +1 -1
- package/build-module/components/post-excerpt/index.js.map +1 -1
- package/build-module/components/post-excerpt/panel.js.map +1 -1
- package/build-module/components/post-excerpt/plugin.js.map +1 -1
- package/build-module/components/post-featured-image/check.js.map +1 -1
- package/build-module/components/post-featured-image/index.js.map +1 -1
- package/build-module/components/post-featured-image/panel.js.map +1 -1
- package/build-module/components/post-format/check.js.map +1 -1
- package/build-module/components/post-format/index.js.map +1 -1
- package/build-module/components/post-last-revision/check.js.map +1 -1
- package/build-module/components/post-last-revision/index.js.map +1 -1
- package/build-module/components/post-last-revision/panel.js.map +1 -1
- package/build-module/components/post-locked-modal/index.js.map +1 -1
- package/build-module/components/post-panel-row/index.js.map +1 -1
- package/build-module/components/post-pending-status/check.js.map +1 -1
- package/build-module/components/post-pending-status/index.js.map +1 -1
- package/build-module/components/post-pingbacks/index.js.map +1 -1
- package/build-module/components/post-preview-button/index.js.map +1 -1
- package/build-module/components/post-publish-button/index.js +31 -31
- package/build-module/components/post-publish-button/index.js.map +1 -1
- package/build-module/components/post-publish-button/label.js +51 -42
- package/build-module/components/post-publish-button/label.js.map +1 -1
- package/build-module/components/post-publish-panel/index.js.map +1 -1
- 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.map +1 -1
- 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.map +1 -1
- package/build-module/components/post-publish-panel/postpublish.js.map +1 -1
- package/build-module/components/post-publish-panel/prepublish.js.map +1 -1
- package/build-module/components/post-saved-state/index.js +10 -6
- package/build-module/components/post-saved-state/index.js.map +1 -1
- package/build-module/components/post-schedule/check.js.map +1 -1
- package/build-module/components/post-schedule/index.js.map +1 -1
- package/build-module/components/post-schedule/label.js.map +1 -1
- package/build-module/components/post-schedule/panel.js +8 -0
- package/build-module/components/post-schedule/panel.js.map +1 -1
- package/build-module/components/post-slug/check.js.map +1 -1
- package/build-module/components/post-slug/index.js +44 -68
- package/build-module/components/post-slug/index.js.map +1 -1
- package/build-module/components/post-status/index.js +231 -0
- package/build-module/components/post-status/index.js.map +1 -0
- package/build-module/components/post-sticky/check.js.map +1 -1
- package/build-module/components/post-sticky/index.js.map +1 -1
- package/build-module/components/post-switch-to-draft-button/index.js +7 -1
- package/build-module/components/post-switch-to-draft-button/index.js.map +1 -1
- package/build-module/components/post-sync-status/index.js.map +1 -1
- package/build-module/components/post-taxonomies/check.js.map +1 -1
- package/build-module/components/post-taxonomies/flat-term-selector.js.map +1 -1
- package/build-module/components/post-taxonomies/hierarchical-term-selector.js.map +1 -1
- package/build-module/components/post-taxonomies/index.js.map +1 -1
- package/build-module/components/post-taxonomies/most-used-terms.js.map +1 -1
- package/build-module/components/post-taxonomies/panel.js.map +1 -1
- package/build-module/components/post-template/block-theme.js +7 -3
- package/build-module/components/post-template/block-theme.js.map +1 -1
- package/build-module/components/post-template/classic-theme.js.map +1 -1
- package/build-module/components/post-template/create-new-template-modal.js.map +1 -1
- package/build-module/components/post-template/create-new-template.js.map +1 -1
- package/build-module/components/post-template/hooks.js.map +1 -1
- package/build-module/components/post-template/panel.js.map +1 -1
- package/build-module/components/post-template/reset-default-template.js.map +1 -1
- package/build-module/components/post-template/swap-template-button.js.map +1 -1
- package/build-module/components/post-text-editor/index.js.map +1 -1
- package/build-module/components/post-title/constants.js.map +1 -1
- package/build-module/components/post-title/index.js.map +1 -1
- package/build-module/components/post-title/index.native.js +1 -1
- package/build-module/components/post-title/index.native.js.map +1 -1
- package/build-module/components/post-title/post-title-raw.js.map +1 -1
- package/build-module/components/post-title/use-post-title-focus.js.map +1 -1
- package/build-module/components/post-title/use-post-title.js.map +1 -1
- package/build-module/components/post-trash/check.js +24 -26
- package/build-module/components/post-trash/check.js.map +1 -1
- package/build-module/components/post-trash/index.js +2 -1
- package/build-module/components/post-trash/index.js.map +1 -1
- package/build-module/components/post-type-support-check/index.js.map +1 -1
- package/build-module/components/post-url/check.js.map +1 -1
- package/build-module/components/post-url/index.js +46 -21
- package/build-module/components/post-url/index.js.map +1 -1
- package/build-module/components/post-url/label.js.map +1 -1
- package/build-module/components/post-url/panel.js +14 -7
- package/build-module/components/post-url/panel.js.map +1 -1
- package/build-module/components/post-view-link/index.js.map +1 -1
- package/build-module/components/post-visibility/check.js.map +1 -1
- package/build-module/components/post-visibility/index.js +2 -1
- package/build-module/components/post-visibility/index.js.map +1 -1
- package/build-module/components/post-visibility/label.js.map +1 -1
- package/build-module/components/post-visibility/utils.js.map +1 -1
- package/build-module/components/preferences-modal/enable-panel.js.map +1 -1
- package/build-module/components/preferences-modal/enable-plugin-document-setting-panel.js.map +1 -1
- package/build-module/components/preferences-modal/index.js +19 -17
- package/build-module/components/preferences-modal/index.js.map +1 -1
- package/build-module/components/preview-dropdown/index.js.map +1 -1
- package/build-module/components/provider/disable-non-page-content-blocks.js +36 -20
- package/build-module/components/provider/disable-non-page-content-blocks.js.map +1 -1
- package/build-module/components/provider/index.js +5 -3
- package/build-module/components/provider/index.js.map +1 -1
- package/build-module/components/provider/index.native.js.map +1 -1
- package/build-module/components/provider/navigation-block-editing-mode.js.map +1 -1
- package/build-module/components/provider/use-auto-switch-editor-sidebars.js +46 -0
- package/build-module/components/provider/use-auto-switch-editor-sidebars.js.map +1 -0
- package/build-module/components/provider/use-block-editor-settings.js +73 -53
- package/build-module/components/provider/use-block-editor-settings.js.map +1 -1
- package/build-module/components/provider/use-block-editor-settings.native.js.map +1 -1
- package/build-module/components/provider/use-hide-blocks-from-inserter.js.map +1 -1
- package/build-module/components/provider/with-registry-provider.js +1 -0
- package/build-module/components/provider/with-registry-provider.js.map +1 -1
- package/build-module/components/start-page-options/index.js +132 -0
- package/build-module/components/start-page-options/index.js.map +1 -0
- package/build-module/components/table-of-contents/index.js.map +1 -1
- package/build-module/components/table-of-contents/panel.js.map +1 -1
- package/build-module/components/template-areas/index.js +63 -0
- package/build-module/components/template-areas/index.js.map +1 -0
- package/build-module/components/template-validation-notice/index.js +25 -31
- package/build-module/components/template-validation-notice/index.js.map +1 -1
- package/build-module/components/theme-support-check/index.js +11 -16
- package/build-module/components/theme-support-check/index.js.map +1 -1
- package/build-module/components/time-to-read/index.js.map +1 -1
- package/build-module/components/unsaved-changes-warning/index.js.map +1 -1
- package/build-module/components/word-count/index.js.map +1 -1
- package/build-module/hooks/custom-sources-backwards-compatibility.js.map +1 -1
- package/build-module/hooks/default-autocompleters.js.map +1 -1
- package/build-module/hooks/index.js.map +1 -1
- package/build-module/hooks/index.native.js.map +1 -1
- package/build-module/hooks/pattern-overrides.js +22 -10
- package/build-module/hooks/pattern-overrides.js.map +1 -1
- package/build-module/hooks/use-select-nearest-editable-block.js +80 -0
- package/build-module/hooks/use-select-nearest-editable-block.js.map +1 -0
- package/build-module/index.js.map +1 -1
- package/build-module/index.native.js.map +1 -1
- package/build-module/lock-unlock.js.map +1 -1
- package/build-module/private-apis.js +24 -1
- package/build-module/private-apis.js.map +1 -1
- package/build-module/store/actions.js +37 -3
- package/build-module/store/actions.js.map +1 -1
- package/build-module/store/actions.native.js.map +1 -1
- package/build-module/store/constants.js +9 -0
- package/build-module/store/constants.js.map +1 -1
- package/build-module/store/defaults.js.map +1 -1
- package/build-module/store/index.js.map +1 -1
- package/build-module/store/local-autosave.js.map +1 -1
- package/build-module/store/private-actions.js +249 -1
- package/build-module/store/private-actions.js.map +1 -1
- package/build-module/store/private-selectors.js +50 -4
- package/build-module/store/private-selectors.js.map +1 -1
- package/build-module/store/reducer.js +13 -1
- package/build-module/store/reducer.js.map +1 -1
- package/build-module/store/reducer.native.js.map +1 -1
- package/build-module/store/selectors.js +20 -16
- package/build-module/store/selectors.js.map +1 -1
- package/build-module/store/selectors.native.js.map +1 -1
- package/build-module/store/utils/get-filtered-template-parts.js +64 -0
- package/build-module/store/utils/get-filtered-template-parts.js.map +1 -0
- package/build-module/store/utils/is-template-revertable.js +22 -0
- package/build-module/store/utils/is-template-revertable.js.map +1 -0
- package/build-module/store/utils/notice-builder.js.map +1 -1
- package/build-module/utils/get-template-part-icon.js.map +1 -1
- package/build-module/utils/index.js.map +1 -1
- package/build-module/utils/index.native.js.map +1 -1
- package/build-module/utils/media-upload/index.js.map +1 -1
- package/build-module/utils/media-upload/index.native.js.map +1 -1
- package/build-module/utils/terms.js.map +1 -1
- package/build-module/utils/url.js.map +1 -1
- package/build-style/style-rtl.css +565 -49
- package/build-style/style.css +565 -49
- package/package.json +36 -36
- package/src/bindings/post-meta.js +11 -27
- package/src/components/autosave-monitor/index.js +9 -0
- package/src/components/block-settings-menu/plugin-block-settings-menu-item.js +108 -0
- package/src/components/commands/index.js +21 -2
- package/src/components/deprecated.js +157 -0
- package/src/components/document-bar/index.js +9 -15
- package/src/components/document-bar/style.scss +9 -12
- package/src/components/document-tools/index.js +16 -14
- package/src/components/document-tools/style.scss +4 -11
- package/src/components/editor-canvas/edit-template-blocks-notification.js +17 -53
- package/src/components/editor-canvas/index.js +8 -4
- package/src/components/entities-saved-states/index.js +12 -113
- package/src/components/error-boundary/style.native.scss +1 -1
- package/src/components/global-keyboard-shortcuts/index.js +25 -0
- package/src/components/global-keyboard-shortcuts/register-shortcuts.js +20 -0
- package/src/components/index.js +7 -0
- package/src/components/inserter-sidebar/index.js +7 -1
- package/src/components/keyboard-shortcut-help-modal/config.js +53 -0
- package/src/components/keyboard-shortcut-help-modal/dynamic-shortcut.js +43 -0
- package/src/components/keyboard-shortcut-help-modal/index.js +160 -0
- package/src/components/keyboard-shortcut-help-modal/shortcut.js +67 -0
- package/src/components/keyboard-shortcut-help-modal/style.scss +61 -0
- package/src/components/list-view-sidebar/index.js +1 -0
- package/src/components/list-view-sidebar/style.scss +1 -1
- package/src/components/pattern-overrides-panel/index.js +26 -0
- package/src/components/plugin-more-menu-item/index.js +73 -0
- package/src/components/plugin-post-publish-panel/index.js +64 -0
- package/src/components/plugin-post-publish-panel/test/__snapshots__/index.js.snap +39 -0
- package/src/components/plugin-post-publish-panel/test/index.js +33 -0
- package/src/components/plugin-post-status-info/index.js +63 -0
- package/src/components/plugin-pre-publish-panel/index.js +67 -0
- package/src/components/plugin-pre-publish-panel/test/index.js +33 -0
- package/src/components/plugin-sidebar/index.js +98 -0
- package/src/components/plugin-sidebar-more-menu-item/index.js +64 -0
- package/src/components/post-actions/actions.js +862 -0
- package/src/components/post-actions/index.js +156 -0
- package/src/components/post-actions/style.scss +3 -0
- package/src/components/post-card-panel/index.js +168 -0
- package/src/components/post-card-panel/style.scss +32 -0
- package/src/components/post-excerpt/check.js +8 -0
- package/src/components/post-featured-image/style.scss +3 -2
- package/src/components/post-publish-button/index.js +23 -36
- package/src/components/post-publish-button/label.js +54 -39
- package/src/components/post-publish-button/test/index.js +15 -26
- package/src/components/post-publish-button/test/label.js +44 -21
- package/src/components/post-saved-state/index.js +13 -6
- package/src/components/post-saved-state/test/index.js +4 -0
- package/src/components/post-schedule/panel.js +22 -0
- package/src/components/post-slug/index.js +50 -68
- package/src/components/post-slug/test/index.js +29 -6
- package/src/components/post-status/index.js +310 -0
- package/src/components/post-status/style.scss +75 -0
- package/src/components/post-switch-to-draft-button/index.js +5 -0
- package/src/components/post-template/block-theme.js +31 -22
- package/src/components/post-title/index.native.js +1 -1
- package/src/components/post-trash/check.js +19 -19
- package/src/components/post-trash/index.js +1 -0
- package/src/components/post-url/index.js +131 -101
- package/src/components/post-url/panel.js +20 -7
- package/src/components/post-url/style.scss +8 -6
- package/src/components/post-visibility/index.js +1 -0
- package/src/components/preferences-modal/index.js +26 -22
- package/src/components/provider/disable-non-page-content-blocks.js +40 -20
- package/src/components/provider/index.js +17 -8
- package/src/components/provider/use-auto-switch-editor-sidebars.js +49 -0
- package/src/components/provider/use-block-editor-settings.js +70 -44
- package/src/components/provider/with-registry-provider.js +1 -0
- package/src/components/start-page-options/index.js +135 -0
- package/src/components/start-page-options/style.scss +26 -0
- package/src/components/template-areas/index.js +85 -0
- package/src/components/template-areas/style.scss +23 -0
- package/src/components/template-validation-notice/index.js +48 -50
- package/src/components/theme-support-check/index.js +9 -16
- package/src/components/theme-support-check/test/index.js +44 -43
- package/src/hooks/pattern-overrides.js +25 -14
- package/src/hooks/use-select-nearest-editable-block.js +95 -0
- package/src/private-apis.js +21 -0
- package/src/store/actions.js +37 -3
- package/src/store/constants.js +9 -0
- package/src/store/private-actions.js +377 -1
- package/src/store/private-selectors.js +101 -18
- package/src/store/reducer.js +13 -0
- package/src/store/selectors.js +51 -46
- package/src/store/utils/get-filtered-template-parts.js +69 -0
- package/src/store/utils/is-template-revertable.js +23 -0
- package/src/store/utils/test/get-filtered-template-parts.js +189 -0
- package/src/style.scss +8 -2
- package/src/components/post-publish-button/style.scss +0 -8
- package/src/components/provider/test/disable-non-page-content-blocks.js +0 -90
- package/src/components/template-validation-notice/style.scss +0 -9
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
--wp-admin-border-width-focus: 2px;
|
|
98
98
|
--wp-block-synced-color: #7a00df;
|
|
99
99
|
--wp-block-synced-color--rgb: 122, 0, 223;
|
|
100
|
-
--wp-bound-block-color:
|
|
100
|
+
--wp-bound-block-color: var(--wp-block-synced-color);
|
|
101
101
|
}
|
|
102
102
|
@media (min-resolution: 192dpi) {
|
|
103
103
|
:root {
|
|
@@ -105,6 +105,364 @@
|
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
+
.components-panel__header.interface-complementary-area-header__small {
|
|
109
|
+
background: #fff;
|
|
110
|
+
padding-left: 4px;
|
|
111
|
+
}
|
|
112
|
+
.components-panel__header.interface-complementary-area-header__small .interface-complementary-area-header__small-title {
|
|
113
|
+
overflow: hidden;
|
|
114
|
+
text-overflow: ellipsis;
|
|
115
|
+
white-space: nowrap;
|
|
116
|
+
width: 100%;
|
|
117
|
+
margin: 0;
|
|
118
|
+
}
|
|
119
|
+
@media (min-width: 782px) {
|
|
120
|
+
.components-panel__header.interface-complementary-area-header__small {
|
|
121
|
+
display: none;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.interface-complementary-area-header {
|
|
126
|
+
background: #fff;
|
|
127
|
+
padding-left: 4px;
|
|
128
|
+
}
|
|
129
|
+
.interface-complementary-area-header .interface-complementary-area-header__title {
|
|
130
|
+
margin: 0;
|
|
131
|
+
}
|
|
132
|
+
.interface-complementary-area-header .components-button.has-icon {
|
|
133
|
+
display: none;
|
|
134
|
+
margin-right: auto;
|
|
135
|
+
}
|
|
136
|
+
.interface-complementary-area-header .components-button.has-icon ~ .components-button {
|
|
137
|
+
margin-right: 0;
|
|
138
|
+
}
|
|
139
|
+
@media (min-width: 782px) {
|
|
140
|
+
.interface-complementary-area-header .components-button.has-icon {
|
|
141
|
+
display: flex;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
@media (min-width: 782px) {
|
|
146
|
+
.components-panel__header + .interface-complementary-area-header {
|
|
147
|
+
margin-top: 0;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.interface-complementary-area {
|
|
152
|
+
background: #fff;
|
|
153
|
+
color: #1e1e1e;
|
|
154
|
+
}
|
|
155
|
+
@media (min-width: 600px) {
|
|
156
|
+
.interface-complementary-area {
|
|
157
|
+
-webkit-overflow-scrolling: touch;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
@media (min-width: 782px) {
|
|
161
|
+
.interface-complementary-area {
|
|
162
|
+
width: 280px;
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
.interface-complementary-area .components-panel {
|
|
166
|
+
border: none;
|
|
167
|
+
position: relative;
|
|
168
|
+
z-index: 0;
|
|
169
|
+
}
|
|
170
|
+
.interface-complementary-area .components-panel__header {
|
|
171
|
+
position: sticky;
|
|
172
|
+
top: 0;
|
|
173
|
+
z-index: 1;
|
|
174
|
+
}
|
|
175
|
+
.interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs {
|
|
176
|
+
top: 48px;
|
|
177
|
+
}
|
|
178
|
+
@media (min-width: 782px) {
|
|
179
|
+
.interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs {
|
|
180
|
+
top: 0;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
.interface-complementary-area p:not(.components-base-control__help) {
|
|
184
|
+
margin-top: 0;
|
|
185
|
+
}
|
|
186
|
+
.interface-complementary-area h2 {
|
|
187
|
+
font-size: 13px;
|
|
188
|
+
color: #1e1e1e;
|
|
189
|
+
margin-bottom: 1.5em;
|
|
190
|
+
}
|
|
191
|
+
.interface-complementary-area h3 {
|
|
192
|
+
font-size: 11px;
|
|
193
|
+
text-transform: uppercase;
|
|
194
|
+
font-weight: 500;
|
|
195
|
+
color: #1e1e1e;
|
|
196
|
+
margin-bottom: 1.5em;
|
|
197
|
+
}
|
|
198
|
+
.interface-complementary-area hr {
|
|
199
|
+
border-top: none;
|
|
200
|
+
border-bottom: 1px solid #f0f0f0;
|
|
201
|
+
margin: 1.5em 0;
|
|
202
|
+
}
|
|
203
|
+
.interface-complementary-area div.components-toolbar-group,
|
|
204
|
+
.interface-complementary-area div.components-toolbar {
|
|
205
|
+
box-shadow: none;
|
|
206
|
+
margin-bottom: 1.5em;
|
|
207
|
+
}
|
|
208
|
+
.interface-complementary-area div.components-toolbar-group:last-child,
|
|
209
|
+
.interface-complementary-area div.components-toolbar:last-child {
|
|
210
|
+
margin-bottom: 0;
|
|
211
|
+
}
|
|
212
|
+
.interface-complementary-area .block-editor-skip-to-selected-block:focus {
|
|
213
|
+
top: auto;
|
|
214
|
+
left: 10px;
|
|
215
|
+
bottom: 10px;
|
|
216
|
+
right: auto;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
@media (min-width: 782px) {
|
|
220
|
+
body.js.is-fullscreen-mode {
|
|
221
|
+
margin-top: -32px;
|
|
222
|
+
height: calc(100% + 32px);
|
|
223
|
+
}
|
|
224
|
+
body.js.is-fullscreen-mode #adminmenumain,
|
|
225
|
+
body.js.is-fullscreen-mode #wpadminbar {
|
|
226
|
+
display: none;
|
|
227
|
+
}
|
|
228
|
+
body.js.is-fullscreen-mode #wpcontent,
|
|
229
|
+
body.js.is-fullscreen-mode #wpfooter {
|
|
230
|
+
margin-right: 0;
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
html.interface-interface-skeleton__html-container {
|
|
235
|
+
position: fixed;
|
|
236
|
+
width: 100%;
|
|
237
|
+
}
|
|
238
|
+
@media (min-width: 782px) {
|
|
239
|
+
html.interface-interface-skeleton__html-container {
|
|
240
|
+
position: initial;
|
|
241
|
+
width: initial;
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.interface-interface-skeleton {
|
|
246
|
+
display: flex;
|
|
247
|
+
flex-direction: row;
|
|
248
|
+
height: auto;
|
|
249
|
+
max-height: 100%;
|
|
250
|
+
position: fixed;
|
|
251
|
+
top: 46px;
|
|
252
|
+
right: 0;
|
|
253
|
+
left: 0;
|
|
254
|
+
bottom: 0;
|
|
255
|
+
}
|
|
256
|
+
@media (min-width: 783px) {
|
|
257
|
+
.interface-interface-skeleton {
|
|
258
|
+
top: 32px;
|
|
259
|
+
}
|
|
260
|
+
.is-fullscreen-mode .interface-interface-skeleton {
|
|
261
|
+
top: 0;
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.interface-interface-skeleton__editor {
|
|
266
|
+
display: flex;
|
|
267
|
+
flex-direction: column;
|
|
268
|
+
flex: 0 1 100%;
|
|
269
|
+
overflow: hidden;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.interface-interface-skeleton {
|
|
273
|
+
/* Set left position when auto-fold is not on the body element. */
|
|
274
|
+
right: 0;
|
|
275
|
+
}
|
|
276
|
+
@media (min-width: 783px) {
|
|
277
|
+
.interface-interface-skeleton {
|
|
278
|
+
right: 160px;
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.auto-fold .interface-interface-skeleton {
|
|
283
|
+
/* Auto fold is when on smaller breakpoints, nav menu auto collapses. */
|
|
284
|
+
}
|
|
285
|
+
@media (min-width: 783px) {
|
|
286
|
+
.auto-fold .interface-interface-skeleton {
|
|
287
|
+
right: 36px;
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
@media (min-width: 961px) {
|
|
291
|
+
.auto-fold .interface-interface-skeleton {
|
|
292
|
+
right: 160px;
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
/* Sidebar manually collapsed. */
|
|
297
|
+
.folded .interface-interface-skeleton {
|
|
298
|
+
right: 0;
|
|
299
|
+
}
|
|
300
|
+
@media (min-width: 783px) {
|
|
301
|
+
.folded .interface-interface-skeleton {
|
|
302
|
+
right: 36px;
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
body.is-fullscreen-mode .interface-interface-skeleton {
|
|
307
|
+
right: 0 !important;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.interface-interface-skeleton__body {
|
|
311
|
+
flex-grow: 1;
|
|
312
|
+
display: flex;
|
|
313
|
+
overflow: auto;
|
|
314
|
+
overscroll-behavior-y: none;
|
|
315
|
+
}
|
|
316
|
+
@media (min-width: 782px) {
|
|
317
|
+
.has-footer .interface-interface-skeleton__body {
|
|
318
|
+
padding-bottom: 25px;
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.interface-interface-skeleton__content {
|
|
323
|
+
flex-grow: 1;
|
|
324
|
+
display: flex;
|
|
325
|
+
flex-direction: column;
|
|
326
|
+
overflow: auto;
|
|
327
|
+
z-index: 20;
|
|
328
|
+
}
|
|
329
|
+
@media (min-width: 782px) {
|
|
330
|
+
.interface-interface-skeleton__content {
|
|
331
|
+
z-index: auto;
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.interface-interface-skeleton__secondary-sidebar,
|
|
336
|
+
.interface-interface-skeleton__sidebar {
|
|
337
|
+
flex-shrink: 0;
|
|
338
|
+
position: absolute;
|
|
339
|
+
z-index: 100000;
|
|
340
|
+
top: 0;
|
|
341
|
+
right: 0;
|
|
342
|
+
bottom: 0;
|
|
343
|
+
background: #fff;
|
|
344
|
+
color: #1e1e1e;
|
|
345
|
+
width: auto;
|
|
346
|
+
}
|
|
347
|
+
@media (min-width: 782px) {
|
|
348
|
+
.interface-interface-skeleton__secondary-sidebar,
|
|
349
|
+
.interface-interface-skeleton__sidebar {
|
|
350
|
+
position: relative !important;
|
|
351
|
+
}
|
|
352
|
+
.is-sidebar-opened .interface-interface-skeleton__secondary-sidebar,
|
|
353
|
+
.is-sidebar-opened .interface-interface-skeleton__sidebar {
|
|
354
|
+
z-index: 90;
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.interface-interface-skeleton__sidebar {
|
|
359
|
+
overflow: auto;
|
|
360
|
+
}
|
|
361
|
+
@media (min-width: 782px) {
|
|
362
|
+
.interface-interface-skeleton__sidebar {
|
|
363
|
+
border-right: 1px solid #e0e0e0;
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.interface-interface-skeleton__secondary-sidebar {
|
|
368
|
+
left: 0;
|
|
369
|
+
}
|
|
370
|
+
@media (min-width: 782px) {
|
|
371
|
+
.interface-interface-skeleton__secondary-sidebar {
|
|
372
|
+
border-left: 1px solid #e0e0e0;
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.interface-interface-skeleton__header {
|
|
377
|
+
flex-shrink: 0;
|
|
378
|
+
height: auto;
|
|
379
|
+
border-bottom: 1px solid #e0e0e0;
|
|
380
|
+
z-index: 30;
|
|
381
|
+
color: #1e1e1e;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.interface-interface-skeleton__footer {
|
|
385
|
+
height: auto;
|
|
386
|
+
flex-shrink: 0;
|
|
387
|
+
border-top: 1px solid #e0e0e0;
|
|
388
|
+
color: #1e1e1e;
|
|
389
|
+
position: absolute;
|
|
390
|
+
bottom: 0;
|
|
391
|
+
right: 0;
|
|
392
|
+
width: 100%;
|
|
393
|
+
background-color: #fff;
|
|
394
|
+
z-index: 90;
|
|
395
|
+
display: none;
|
|
396
|
+
}
|
|
397
|
+
@media (min-width: 782px) {
|
|
398
|
+
.interface-interface-skeleton__footer {
|
|
399
|
+
display: flex;
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
.interface-interface-skeleton__footer .block-editor-block-breadcrumb {
|
|
403
|
+
z-index: 30;
|
|
404
|
+
display: flex;
|
|
405
|
+
background: #fff;
|
|
406
|
+
height: 24px;
|
|
407
|
+
align-items: center;
|
|
408
|
+
font-size: 13px;
|
|
409
|
+
padding: 0 18px;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
.interface-interface-skeleton__actions {
|
|
413
|
+
z-index: 100000;
|
|
414
|
+
position: fixed !important;
|
|
415
|
+
top: -9999em;
|
|
416
|
+
bottom: auto;
|
|
417
|
+
right: auto;
|
|
418
|
+
left: 0;
|
|
419
|
+
color: #1e1e1e;
|
|
420
|
+
background: #fff;
|
|
421
|
+
width: 100vw;
|
|
422
|
+
}
|
|
423
|
+
@media (min-width: 782px) {
|
|
424
|
+
.interface-interface-skeleton__actions {
|
|
425
|
+
width: 280px;
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
.interface-interface-skeleton__actions:focus, .interface-interface-skeleton__actions:focus-within {
|
|
429
|
+
top: auto;
|
|
430
|
+
bottom: 0;
|
|
431
|
+
}
|
|
432
|
+
.is-entity-save-view-open .interface-interface-skeleton__actions:focus, .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within {
|
|
433
|
+
top: 46px;
|
|
434
|
+
}
|
|
435
|
+
@media (min-width: 782px) {
|
|
436
|
+
.is-entity-save-view-open .interface-interface-skeleton__actions:focus, .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within {
|
|
437
|
+
border-right: 1px solid #ddd;
|
|
438
|
+
top: 32px;
|
|
439
|
+
}
|
|
440
|
+
.is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus, .is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within {
|
|
441
|
+
top: 0;
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.interface-pinned-items {
|
|
446
|
+
display: flex;
|
|
447
|
+
gap: 8px;
|
|
448
|
+
}
|
|
449
|
+
.interface-pinned-items .components-button {
|
|
450
|
+
display: none;
|
|
451
|
+
margin: 0;
|
|
452
|
+
}
|
|
453
|
+
.interface-pinned-items .components-button[aria-controls="edit-post:document"], .interface-pinned-items .components-button[aria-controls="edit-post:block"], .interface-pinned-items .components-button[aria-controls="edit-site:template"], .interface-pinned-items .components-button[aria-controls="edit-site:block-inspector"] {
|
|
454
|
+
display: flex;
|
|
455
|
+
}
|
|
456
|
+
.interface-pinned-items .components-button svg {
|
|
457
|
+
max-width: 24px;
|
|
458
|
+
max-height: 24px;
|
|
459
|
+
}
|
|
460
|
+
@media (min-width: 600px) {
|
|
461
|
+
.interface-pinned-items .components-button {
|
|
462
|
+
display: flex;
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
|
|
108
466
|
.editor-autocompleters__user .editor-autocompleters__no-avatar::before {
|
|
109
467
|
/* stylelint-disable */
|
|
110
468
|
font: normal 20px/1 dashicons;
|
|
@@ -226,16 +584,22 @@
|
|
|
226
584
|
min-width: 0;
|
|
227
585
|
background: #f0f0f0;
|
|
228
586
|
border-radius: 4px;
|
|
229
|
-
width: min(100%,
|
|
587
|
+
width: min(100%, 416px);
|
|
230
588
|
}
|
|
231
589
|
.editor-document-bar:hover {
|
|
232
590
|
background-color: #e0e0e0;
|
|
233
591
|
}
|
|
234
592
|
.editor-document-bar .components-button {
|
|
235
593
|
border-radius: 4px;
|
|
594
|
+
transition: all 0.1s ease-out;
|
|
595
|
+
}
|
|
596
|
+
@media (prefers-reduced-motion: reduce) {
|
|
597
|
+
.editor-document-bar .components-button {
|
|
598
|
+
transition-duration: 0s;
|
|
599
|
+
transition-delay: 0s;
|
|
600
|
+
}
|
|
236
601
|
}
|
|
237
602
|
.editor-document-bar .components-button:hover {
|
|
238
|
-
color: var(--wp-block-synced-color);
|
|
239
603
|
background: #e0e0e0;
|
|
240
604
|
}
|
|
241
605
|
@media (min-width: 960px) {
|
|
@@ -253,20 +617,17 @@
|
|
|
253
617
|
.editor-document-bar__title {
|
|
254
618
|
flex-grow: 1;
|
|
255
619
|
overflow: hidden;
|
|
256
|
-
color: #
|
|
620
|
+
color: #1e1e1e;
|
|
257
621
|
gap: 4px;
|
|
258
622
|
display: flex;
|
|
259
623
|
justify-content: center;
|
|
260
624
|
align-items: center;
|
|
261
625
|
}
|
|
262
|
-
@media (min-width:
|
|
626
|
+
@media (min-width: 782px) {
|
|
263
627
|
.editor-document-bar__title {
|
|
264
|
-
padding-right:
|
|
628
|
+
padding-right: 24px;
|
|
265
629
|
}
|
|
266
630
|
}
|
|
267
|
-
.editor-document-bar__title:hover {
|
|
268
|
-
color: var(--wp-block-synced-color);
|
|
269
|
-
}
|
|
270
631
|
.editor-document-bar.is-global .editor-document-bar__title {
|
|
271
632
|
color: var(--wp-block-synced-color);
|
|
272
633
|
}
|
|
@@ -278,13 +639,13 @@
|
|
|
278
639
|
white-space: nowrap;
|
|
279
640
|
overflow: hidden;
|
|
280
641
|
text-overflow: ellipsis;
|
|
281
|
-
max-width:
|
|
642
|
+
max-width: 70%;
|
|
282
643
|
color: currentColor;
|
|
283
644
|
}
|
|
284
645
|
|
|
285
646
|
.editor-document-bar__shortcut {
|
|
286
647
|
color: #2f2f2f;
|
|
287
|
-
min-width:
|
|
648
|
+
min-width: 24px;
|
|
288
649
|
display: none;
|
|
289
650
|
}
|
|
290
651
|
@media (min-width: 782px) {
|
|
@@ -302,7 +663,7 @@
|
|
|
302
663
|
position: absolute;
|
|
303
664
|
}
|
|
304
665
|
.editor-document-bar__back.components-button.has-icon.has-text:hover {
|
|
305
|
-
color:
|
|
666
|
+
color: #1e1e1e;
|
|
306
667
|
background-color: transparent;
|
|
307
668
|
}
|
|
308
669
|
|
|
@@ -393,11 +754,13 @@
|
|
|
393
754
|
display: inline-flex;
|
|
394
755
|
align-items: center;
|
|
395
756
|
}
|
|
396
|
-
.editor-document-tools .editor-document-tools__left > .
|
|
757
|
+
.editor-document-tools .editor-document-tools__left > .editor-history__redo,
|
|
758
|
+
.editor-document-tools .editor-document-tools__left > .editor-history__undo {
|
|
397
759
|
display: none;
|
|
398
760
|
}
|
|
399
|
-
@media (min-width:
|
|
400
|
-
.editor-document-tools .editor-document-tools__left > .
|
|
761
|
+
@media (min-width: 782px) {
|
|
762
|
+
.editor-document-tools .editor-document-tools__left > .editor-history__redo,
|
|
763
|
+
.editor-document-tools .editor-document-tools__left > .editor-history__undo {
|
|
401
764
|
display: inline-flex;
|
|
402
765
|
}
|
|
403
766
|
}
|
|
@@ -451,16 +814,6 @@
|
|
|
451
814
|
gap: 8px;
|
|
452
815
|
margin-left: 8px;
|
|
453
816
|
}
|
|
454
|
-
@media (min-width: 782px) {
|
|
455
|
-
.editor-document-tools__left {
|
|
456
|
-
padding-right: 20px;
|
|
457
|
-
}
|
|
458
|
-
}
|
|
459
|
-
@media (min-width: 1280px) {
|
|
460
|
-
.editor-document-tools__left {
|
|
461
|
-
padding-left: 8px;
|
|
462
|
-
}
|
|
463
|
-
}
|
|
464
817
|
|
|
465
818
|
.editor-document-tools .editor-document-tools__left > .editor-document-tools__inserter-toggle.has-icon {
|
|
466
819
|
min-width: 32px;
|
|
@@ -566,6 +919,54 @@
|
|
|
566
919
|
}
|
|
567
920
|
}
|
|
568
921
|
|
|
922
|
+
.editor-keyboard-shortcut-help-modal__section {
|
|
923
|
+
margin: 0 0 2rem 0;
|
|
924
|
+
}
|
|
925
|
+
.editor-keyboard-shortcut-help-modal__section-title {
|
|
926
|
+
font-size: 0.9rem;
|
|
927
|
+
font-weight: 600;
|
|
928
|
+
}
|
|
929
|
+
.editor-keyboard-shortcut-help-modal__shortcut {
|
|
930
|
+
display: flex;
|
|
931
|
+
align-items: baseline;
|
|
932
|
+
padding: 0.6rem 0;
|
|
933
|
+
border-top: 1px solid #ddd;
|
|
934
|
+
margin-bottom: 0;
|
|
935
|
+
}
|
|
936
|
+
.editor-keyboard-shortcut-help-modal__shortcut:last-child {
|
|
937
|
+
border-bottom: 1px solid #ddd;
|
|
938
|
+
}
|
|
939
|
+
.editor-keyboard-shortcut-help-modal__shortcut:empty {
|
|
940
|
+
display: none;
|
|
941
|
+
}
|
|
942
|
+
.editor-keyboard-shortcut-help-modal__shortcut-term {
|
|
943
|
+
font-weight: 600;
|
|
944
|
+
margin: 0 1rem 0 0;
|
|
945
|
+
text-align: left;
|
|
946
|
+
}
|
|
947
|
+
.editor-keyboard-shortcut-help-modal__shortcut-description {
|
|
948
|
+
flex: 1;
|
|
949
|
+
margin: 0;
|
|
950
|
+
flex-basis: auto;
|
|
951
|
+
}
|
|
952
|
+
.editor-keyboard-shortcut-help-modal__shortcut-key-combination {
|
|
953
|
+
display: block;
|
|
954
|
+
background: none;
|
|
955
|
+
margin: 0;
|
|
956
|
+
padding: 0;
|
|
957
|
+
}
|
|
958
|
+
.editor-keyboard-shortcut-help-modal__shortcut-key-combination + .editor-keyboard-shortcut-help-modal__shortcut-key-combination {
|
|
959
|
+
margin-top: 10px;
|
|
960
|
+
}
|
|
961
|
+
.editor-keyboard-shortcut-help-modal__shortcut-key {
|
|
962
|
+
padding: 0.25rem 0.5rem;
|
|
963
|
+
border-radius: 8%;
|
|
964
|
+
margin: 0 0.2rem 0 0.2rem;
|
|
965
|
+
}
|
|
966
|
+
.editor-keyboard-shortcut-help-modal__shortcut-key:last-child {
|
|
967
|
+
margin: 0 0.2rem 0 0;
|
|
968
|
+
}
|
|
969
|
+
|
|
569
970
|
.editor-list-view-sidebar {
|
|
570
971
|
height: 100%;
|
|
571
972
|
display: flex;
|
|
@@ -584,7 +985,7 @@
|
|
|
584
985
|
background: #fff;
|
|
585
986
|
order: 1;
|
|
586
987
|
align-self: center;
|
|
587
|
-
margin-left:
|
|
988
|
+
margin-left: 12px;
|
|
588
989
|
}
|
|
589
990
|
|
|
590
991
|
.editor-list-view-sidebar__tabs-tablist {
|
|
@@ -682,6 +1083,36 @@
|
|
|
682
1083
|
width: 100%;
|
|
683
1084
|
}
|
|
684
1085
|
|
|
1086
|
+
.editor-action-modal {
|
|
1087
|
+
z-index: 1000001;
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
.editor-post-card-panel__content {
|
|
1091
|
+
flex-grow: 1;
|
|
1092
|
+
}
|
|
1093
|
+
.editor-post-card-panel__title {
|
|
1094
|
+
width: 100%;
|
|
1095
|
+
}
|
|
1096
|
+
.editor-post-card-panel__title.editor-post-card-panel__title {
|
|
1097
|
+
margin: 3px 0 0 0;
|
|
1098
|
+
}
|
|
1099
|
+
.editor-post-card-panel__icon {
|
|
1100
|
+
flex: 0 0 24px;
|
|
1101
|
+
width: 24px;
|
|
1102
|
+
height: 24px;
|
|
1103
|
+
}
|
|
1104
|
+
.editor-post-card-panel__header {
|
|
1105
|
+
display: flex;
|
|
1106
|
+
justify-content: space-between;
|
|
1107
|
+
margin: 0 0 8px;
|
|
1108
|
+
}
|
|
1109
|
+
.editor-post-card-panel__description {
|
|
1110
|
+
color: #757575;
|
|
1111
|
+
}
|
|
1112
|
+
.editor-post-card-panel__description .components-text {
|
|
1113
|
+
color: inherit;
|
|
1114
|
+
}
|
|
1115
|
+
|
|
685
1116
|
.editor-post-excerpt__textarea {
|
|
686
1117
|
width: 100%;
|
|
687
1118
|
margin-bottom: 10px;
|
|
@@ -700,7 +1131,6 @@
|
|
|
700
1131
|
|
|
701
1132
|
.editor-post-featured-image__container {
|
|
702
1133
|
position: relative;
|
|
703
|
-
aspect-ratio: 2/1;
|
|
704
1134
|
}
|
|
705
1135
|
.editor-post-featured-image__container:hover .editor-post-featured-image__actions, .editor-post-featured-image__container:focus .editor-post-featured-image__actions, .editor-post-featured-image__container:focus-within .editor-post-featured-image__actions {
|
|
706
1136
|
opacity: 1;
|
|
@@ -713,8 +1143,9 @@
|
|
|
713
1143
|
transition: all 0.1s ease-out;
|
|
714
1144
|
box-shadow: 0 0 0 0 var(--wp-admin-theme-color);
|
|
715
1145
|
overflow: hidden;
|
|
716
|
-
outline: 1px solid rgba(0, 0, 0, 0.1);
|
|
717
1146
|
outline-offset: -1px;
|
|
1147
|
+
min-height: 80px;
|
|
1148
|
+
margin-bottom: 16px;
|
|
718
1149
|
display: flex;
|
|
719
1150
|
justify-content: center;
|
|
720
1151
|
}
|
|
@@ -728,6 +1159,7 @@
|
|
|
728
1159
|
|
|
729
1160
|
.editor-post-featured-image__preview {
|
|
730
1161
|
height: auto;
|
|
1162
|
+
outline: 1px solid rgba(0, 0, 0, 0.1);
|
|
731
1163
|
}
|
|
732
1164
|
.editor-post-featured-image__preview .editor-post-featured-image__preview-image {
|
|
733
1165
|
object-fit: cover;
|
|
@@ -832,15 +1264,6 @@
|
|
|
832
1264
|
align-items: center;
|
|
833
1265
|
}
|
|
834
1266
|
|
|
835
|
-
.editor-post-publish-button__button.has-changes-dot::before {
|
|
836
|
-
background: currentcolor;
|
|
837
|
-
border-radius: 4px;
|
|
838
|
-
content: "";
|
|
839
|
-
height: 8px;
|
|
840
|
-
margin: auto -3px auto 5px;
|
|
841
|
-
width: 8px;
|
|
842
|
-
}
|
|
843
|
-
|
|
844
1267
|
.editor-post-publish-panel {
|
|
845
1268
|
background: #fff;
|
|
846
1269
|
}
|
|
@@ -1067,6 +1490,62 @@
|
|
|
1067
1490
|
line-height: 16px;
|
|
1068
1491
|
}
|
|
1069
1492
|
|
|
1493
|
+
.editor-post-status {
|
|
1494
|
+
max-width: 100%;
|
|
1495
|
+
margin-bottom: 16px;
|
|
1496
|
+
}
|
|
1497
|
+
.editor-post-status .editor-post-status-trigger {
|
|
1498
|
+
padding: 1px;
|
|
1499
|
+
height: auto;
|
|
1500
|
+
border-radius: 16px;
|
|
1501
|
+
}
|
|
1502
|
+
.editor-post-status .editor-post-status-label {
|
|
1503
|
+
border-radius: 16px;
|
|
1504
|
+
display: inline-flex;
|
|
1505
|
+
padding: 0 12px 0 12px;
|
|
1506
|
+
background: rgba(30, 30, 30, 0.04);
|
|
1507
|
+
height: 32px;
|
|
1508
|
+
align-items: center;
|
|
1509
|
+
color: #1e1e1e;
|
|
1510
|
+
}
|
|
1511
|
+
.editor-post-status .editor-post-status-label.has-icon {
|
|
1512
|
+
padding: 0 12px 0 8px;
|
|
1513
|
+
}
|
|
1514
|
+
.editor-post-status .editor-post-status-label.has-icon:hover {
|
|
1515
|
+
background: rgba(30, 30, 30, 0.08);
|
|
1516
|
+
}
|
|
1517
|
+
.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 {
|
|
1518
|
+
background: rgba(var(--wp-admin-theme-color--rgb), 0.04);
|
|
1519
|
+
color: var(--wp-admin-theme-color);
|
|
1520
|
+
}
|
|
1521
|
+
.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 {
|
|
1522
|
+
background: rgba(var(--wp-admin-theme-color--rgb), 0.08);
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1525
|
+
.editor-change-status__password-fieldset {
|
|
1526
|
+
border-top: 1px solid #e0e0e0;
|
|
1527
|
+
padding-top: 16px;
|
|
1528
|
+
}
|
|
1529
|
+
|
|
1530
|
+
.editor-change-status__content .components-popover__content {
|
|
1531
|
+
min-width: 320px;
|
|
1532
|
+
padding: 16px;
|
|
1533
|
+
}
|
|
1534
|
+
.editor-change-status__content .editor-change-status__options .components-base-control__field > .components-v-stack {
|
|
1535
|
+
gap: 12px;
|
|
1536
|
+
}
|
|
1537
|
+
.editor-change-status__content .editor-change-status__options .components-radio-control__option {
|
|
1538
|
+
align-items: flex-start;
|
|
1539
|
+
}
|
|
1540
|
+
.editor-change-status__content .editor-change-status__options label .components-text {
|
|
1541
|
+
display: block;
|
|
1542
|
+
margin-top: 4px;
|
|
1543
|
+
}
|
|
1544
|
+
.editor-change-status__content .editor-change-status__password-legend {
|
|
1545
|
+
padding: 0;
|
|
1546
|
+
margin-bottom: 8px;
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1070
1549
|
.editor-post-sync-status__value {
|
|
1071
1550
|
padding: 6px 12px 6px 0;
|
|
1072
1551
|
}
|
|
@@ -1224,20 +1703,20 @@
|
|
|
1224
1703
|
min-width: 248px;
|
|
1225
1704
|
margin: 8px;
|
|
1226
1705
|
}
|
|
1227
|
-
|
|
1228
|
-
.editor-post-url__link-label {
|
|
1229
|
-
font-size: 13px;
|
|
1230
|
-
font-weight: 400;
|
|
1231
|
-
margin: 0;
|
|
1232
|
-
}
|
|
1233
1706
|
.editor-post-url__link {
|
|
1234
1707
|
direction: ltr;
|
|
1235
1708
|
word-break: break-word;
|
|
1709
|
+
margin-top: 4px;
|
|
1710
|
+
color: #757575;
|
|
1236
1711
|
}
|
|
1237
1712
|
.editor-post-url__link-slug {
|
|
1238
1713
|
font-weight: 600;
|
|
1239
1714
|
}
|
|
1240
1715
|
|
|
1716
|
+
.editor-post-url__input input.components-input-control__input {
|
|
1717
|
+
padding-inline-start: 0 !important;
|
|
1718
|
+
}
|
|
1719
|
+
|
|
1241
1720
|
.editor-post-visibility__fieldset .editor-post-visibility__radio[type=radio] {
|
|
1242
1721
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
1243
1722
|
padding: 6px 8px;
|
|
@@ -1380,6 +1859,31 @@
|
|
|
1380
1859
|
justify-content: space-between;
|
|
1381
1860
|
}
|
|
1382
1861
|
|
|
1862
|
+
.editor-start-page-options__modal-content .block-editor-block-patterns-list {
|
|
1863
|
+
column-count: 2;
|
|
1864
|
+
column-gap: 24px;
|
|
1865
|
+
}
|
|
1866
|
+
@media (min-width: 782px) {
|
|
1867
|
+
.editor-start-page-options__modal-content .block-editor-block-patterns-list {
|
|
1868
|
+
column-count: 3;
|
|
1869
|
+
}
|
|
1870
|
+
}
|
|
1871
|
+
@media (min-width: 1280px) {
|
|
1872
|
+
.editor-start-page-options__modal-content .block-editor-block-patterns-list {
|
|
1873
|
+
column-count: 4;
|
|
1874
|
+
}
|
|
1875
|
+
}
|
|
1876
|
+
.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item {
|
|
1877
|
+
break-inside: avoid-column;
|
|
1878
|
+
margin-bottom: 24px;
|
|
1879
|
+
}
|
|
1880
|
+
.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container {
|
|
1881
|
+
min-height: 100px;
|
|
1882
|
+
}
|
|
1883
|
+
.editor-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__content {
|
|
1884
|
+
width: 100%;
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1383
1887
|
.table-of-contents__popover.components-popover .components-popover__content {
|
|
1384
1888
|
min-width: 380px;
|
|
1385
1889
|
}
|
|
@@ -1449,11 +1953,23 @@
|
|
|
1449
1953
|
font-weight: 600;
|
|
1450
1954
|
}
|
|
1451
1955
|
|
|
1452
|
-
.editor-template-
|
|
1453
|
-
|
|
1454
|
-
justify-content: space-between;
|
|
1455
|
-
align-items: center;
|
|
1956
|
+
.editor-template-areas {
|
|
1957
|
+
margin-top: 16px;
|
|
1456
1958
|
}
|
|
1457
|
-
.editor-template-
|
|
1458
|
-
margin
|
|
1959
|
+
.editor-template-areas__list {
|
|
1960
|
+
margin: 0;
|
|
1961
|
+
}
|
|
1962
|
+
.editor-template-areas__list > li {
|
|
1963
|
+
margin: 0;
|
|
1964
|
+
}
|
|
1965
|
+
.editor-template-areas__item {
|
|
1966
|
+
width: 100%;
|
|
1967
|
+
}
|
|
1968
|
+
.editor-template-areas__item.components-button.has-icon {
|
|
1969
|
+
padding: 0;
|
|
1970
|
+
}
|
|
1971
|
+
|
|
1972
|
+
h3.components-heading.editor-template-areas__title {
|
|
1973
|
+
font-weight: 500;
|
|
1974
|
+
margin: 0 0 8px;
|
|
1459
1975
|
}
|