@wordpress/edit-site 5.10.0 → 5.12.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/build/components/add-new-page/index.js +105 -0
- package/build/components/add-new-page/index.js.map +1 -0
- package/build/components/add-new-template/{add-custom-generic-template-modal.js → add-custom-generic-template-modal-content.js} +9 -25
- package/build/components/add-new-template/add-custom-generic-template-modal-content.js.map +1 -0
- package/build/components/add-new-template/{add-custom-template-modal.js → add-custom-template-modal-content.js} +28 -41
- package/build/components/add-new-template/add-custom-template-modal-content.js.map +1 -0
- package/build/components/add-new-template/index.js +4 -5
- package/build/components/add-new-template/index.js.map +1 -1
- package/build/components/add-new-template/new-template-part.js +9 -12
- package/build/components/add-new-template/new-template-part.js.map +1 -1
- package/build/components/add-new-template/new-template.js +106 -80
- package/build/components/add-new-template/new-template.js.map +1 -1
- package/build/components/add-new-template/utils.js +71 -120
- package/build/components/add-new-template/utils.js.map +1 -1
- package/build/components/block-editor/back-button.js +1 -3
- package/build/components/block-editor/back-button.js.map +1 -1
- package/build/components/block-editor/block-inspector-button.js +3 -4
- package/build/components/block-editor/block-inspector-button.js.map +1 -1
- package/build/components/block-editor/editor-canvas.js +6 -7
- package/build/components/block-editor/editor-canvas.js.map +1 -1
- package/build/components/block-editor/index.js +14 -13
- package/build/components/block-editor/index.js.map +1 -1
- package/build/components/block-editor/inserter-media-categories.js +25 -42
- package/build/components/block-editor/inserter-media-categories.js.map +1 -1
- package/build/components/block-editor/resizable-editor.js +6 -7
- package/build/components/block-editor/resizable-editor.js.map +1 -1
- package/build/components/block-editor/resize-handle.js +5 -7
- package/build/components/block-editor/resize-handle.js.map +1 -1
- package/build/components/code-editor/code-editor-text-area.js +5 -6
- package/build/components/code-editor/code-editor-text-area.js.map +1 -1
- package/build/components/create-template-part-modal/index.js +30 -35
- package/build/components/create-template-part-modal/index.js.map +1 -1
- package/build/components/editor/index.js +37 -53
- package/build/components/editor/index.js.map +1 -1
- package/build/components/editor-canvas-container/index.js +15 -9
- package/build/components/editor-canvas-container/index.js.map +1 -1
- package/build/components/error-boundary/warning.js +8 -10
- package/build/components/error-boundary/warning.js.map +1 -1
- package/build/components/global-styles/block-preview-panel.js +7 -10
- package/build/components/global-styles/block-preview-panel.js.map +1 -1
- package/build/components/global-styles/color-indicator-wrapper.js +4 -5
- package/build/components/global-styles/color-indicator-wrapper.js.map +1 -1
- package/build/components/global-styles/color-palette-panel.js +3 -4
- package/build/components/global-styles/color-palette-panel.js.map +1 -1
- package/build/components/global-styles/dimensions-panel.js +1 -3
- package/build/components/global-styles/dimensions-panel.js.map +1 -1
- package/build/components/global-styles/global-styles-provider.js +8 -10
- package/build/components/global-styles/global-styles-provider.js.map +1 -1
- package/build/components/global-styles/gradients-palette-panel.js +3 -4
- package/build/components/global-styles/gradients-palette-panel.js.map +1 -1
- package/build/components/global-styles/header.js +4 -5
- package/build/components/global-styles/header.js.map +1 -1
- package/build/components/global-styles/icon-with-current-color.js +4 -5
- package/build/components/global-styles/icon-with-current-color.js.map +1 -1
- package/build/components/global-styles/navigation-button.js +5 -6
- package/build/components/global-styles/navigation-button.js.map +1 -1
- package/build/components/global-styles/palette.js +10 -14
- package/build/components/global-styles/palette.js.map +1 -1
- package/build/components/global-styles/preview.js +41 -51
- package/build/components/global-styles/preview.js.map +1 -1
- package/build/components/global-styles/screen-block-list.js +4 -7
- package/build/components/global-styles/screen-block-list.js.map +1 -1
- package/build/components/global-styles/screen-block.js +88 -12
- package/build/components/global-styles/screen-block.js.map +1 -1
- package/build/components/global-styles/screen-color-palette.js +3 -4
- package/build/components/global-styles/screen-color-palette.js.map +1 -1
- package/build/components/global-styles/screen-revisions/index.js +10 -17
- package/build/components/global-styles/screen-revisions/index.js.map +1 -1
- package/build/components/global-styles/screen-revisions/revisions-buttons.js +26 -33
- package/build/components/global-styles/screen-revisions/revisions-buttons.js.map +1 -1
- package/build/components/global-styles/screen-revisions/use-global-styles-revisions.js +20 -35
- package/build/components/global-styles/screen-revisions/use-global-styles-revisions.js.map +1 -1
- package/build/components/global-styles/screen-root.js +5 -5
- package/build/components/global-styles/screen-root.js.map +1 -1
- package/build/components/global-styles/screen-typography-element.js +3 -4
- package/build/components/global-styles/screen-typography-element.js.map +1 -1
- package/build/components/global-styles/screen-typography.js +5 -6
- package/build/components/global-styles/screen-typography.js.map +1 -1
- package/build/components/global-styles/style-variations-container.js +11 -16
- package/build/components/global-styles/style-variations-container.js.map +1 -1
- package/build/components/global-styles/subtitle.js +4 -5
- package/build/components/global-styles/subtitle.js.map +1 -1
- package/build/components/global-styles/typography-panel.js +4 -5
- package/build/components/global-styles/typography-panel.js.map +1 -1
- package/build/components/global-styles/typography-preview.js +5 -6
- package/build/components/global-styles/typography-preview.js.map +1 -1
- package/build/components/global-styles/ui.js +49 -30
- package/build/components/global-styles/ui.js.map +1 -1
- package/build/components/global-styles/variations-panel.js +5 -6
- package/build/components/global-styles/variations-panel.js.map +1 -1
- package/build/components/header-edit-mode/document-actions/index.js +99 -95
- package/build/components/header-edit-mode/document-actions/index.js.map +1 -1
- package/build/components/header-edit-mode/index.js +16 -7
- package/build/components/header-edit-mode/index.js.map +1 -1
- package/build/components/header-edit-mode/more-menu/index.js +49 -53
- package/build/components/header-edit-mode/more-menu/index.js.map +1 -1
- package/build/components/header-edit-mode/tools-more-menu-group/index.js +5 -14
- package/build/components/header-edit-mode/tools-more-menu-group/index.js.map +1 -1
- package/build/components/keyboard-shortcut-help-modal/dynamic-shortcut.js +3 -4
- package/build/components/keyboard-shortcut-help-modal/dynamic-shortcut.js.map +1 -1
- package/build/components/keyboard-shortcut-help-modal/index.js +41 -51
- package/build/components/keyboard-shortcut-help-modal/index.js.map +1 -1
- package/build/components/keyboard-shortcut-help-modal/shortcut.js +10 -12
- package/build/components/keyboard-shortcut-help-modal/shortcut.js.map +1 -1
- package/build/components/layout/hooks.js +54 -0
- package/build/components/layout/hooks.js.map +1 -0
- package/build/components/layout/index.js +33 -94
- package/build/components/layout/index.js.map +1 -1
- package/build/components/list/added-by.js +13 -23
- package/build/components/list/added-by.js.map +1 -1
- package/build/components/list/header.js +4 -7
- package/build/components/list/header.js.map +1 -1
- package/build/components/list/index.js +2 -4
- package/build/components/list/index.js.map +1 -1
- package/build/components/list/table.js +35 -40
- package/build/components/list/table.js.map +1 -1
- package/build/components/page-actions/delete-page-menu-item.js +70 -0
- package/build/components/page-actions/delete-page-menu-item.js.map +1 -0
- package/build/components/page-actions/index.js +43 -0
- package/build/components/page-actions/index.js.map +1 -0
- package/build/components/page-content-lock/constants.js +9 -0
- package/build/components/page-content-lock/constants.js.map +1 -0
- package/build/components/page-content-lock/index.js +29 -0
- package/build/components/page-content-lock/index.js.map +1 -0
- package/build/components/page-content-lock/use-disable-non-content-blocks.js +49 -0
- package/build/components/page-content-lock/use-disable-non-content-blocks.js.map +1 -0
- package/build/components/page-content-lock/use-page-content-lock-notifications.js +112 -0
- package/build/components/page-content-lock/use-page-content-lock-notifications.js.map +1 -0
- package/build/components/preferences-modal/index.js +4 -5
- package/build/components/preferences-modal/index.js.map +1 -1
- package/build/components/resizable-frame/index.js +250 -0
- package/build/components/resizable-frame/index.js.map +1 -0
- package/build/components/revisions/index.js +13 -15
- package/build/components/revisions/index.js.map +1 -1
- package/build/components/routes/link.js +8 -12
- package/build/components/routes/link.js.map +1 -1
- package/build/components/routes/use-title.js +1 -5
- package/build/components/routes/use-title.js.map +1 -1
- package/build/components/save-button/index.js +13 -7
- package/build/components/save-button/index.js.map +1 -1
- package/build/components/save-hub/index.js +97 -5
- package/build/components/save-hub/index.js.map +1 -1
- package/build/components/save-panel/index.js +63 -17
- package/build/components/save-panel/index.js.map +1 -1
- package/build/components/secondary-sidebar/list-view-sidebar.js +12 -6
- package/build/components/secondary-sidebar/list-view-sidebar.js.map +1 -1
- package/build/components/sidebar/index.js +11 -9
- package/build/components/sidebar/index.js.map +1 -1
- package/build/components/sidebar-edit-mode/default-sidebar.js +11 -12
- package/build/components/sidebar-edit-mode/default-sidebar.js.map +1 -1
- package/build/components/sidebar-edit-mode/index.js +13 -10
- package/build/components/sidebar-edit-mode/index.js.map +1 -1
- package/build/components/sidebar-edit-mode/page-panels/content-blocks-list.js +79 -0
- package/build/components/sidebar-edit-mode/page-panels/content-blocks-list.js.map +1 -0
- package/build/components/sidebar-edit-mode/page-panels/index.js +86 -0
- package/build/components/sidebar-edit-mode/page-panels/index.js.map +1 -0
- package/build/components/sidebar-edit-mode/plugin-sidebar/index.js +4 -5
- package/build/components/sidebar-edit-mode/plugin-sidebar/index.js.map +1 -1
- package/build/components/sidebar-edit-mode/settings-header/index.js +39 -21
- package/build/components/sidebar-edit-mode/settings-header/index.js.map +1 -1
- package/build/components/sidebar-edit-mode/sidebar-card/index.js +46 -0
- package/build/components/sidebar-edit-mode/sidebar-card/index.js.map +1 -0
- package/build/components/sidebar-edit-mode/sidebar-fixed-bottom.js +3 -4
- package/build/components/sidebar-edit-mode/sidebar-fixed-bottom.js.map +1 -1
- package/build/components/sidebar-edit-mode/{template-card → template-panel}/index.js +22 -18
- package/build/components/sidebar-edit-mode/template-panel/index.js.map +1 -0
- package/build/components/sidebar-edit-mode/{template-revisions/index.js → template-panel/last-revision.js} +7 -8
- package/build/components/sidebar-edit-mode/template-panel/last-revision.js.map +1 -0
- package/build/components/sidebar-edit-mode/{template-card → template-panel}/template-actions.js +12 -16
- package/build/components/sidebar-edit-mode/template-panel/template-actions.js.map +1 -0
- package/build/components/sidebar-edit-mode/{template-card → template-panel}/template-areas.js +15 -19
- package/build/components/sidebar-edit-mode/template-panel/template-areas.js.map +1 -0
- package/build/components/sidebar-navigation-item/index.js +7 -8
- package/build/components/sidebar-navigation-item/index.js.map +1 -1
- package/build/components/sidebar-navigation-screen/index.js +21 -14
- package/build/components/sidebar-navigation-screen/index.js.map +1 -1
- package/build/components/sidebar-navigation-screen-global-styles/index.js +166 -12
- package/build/components/sidebar-navigation-screen-global-styles/index.js.map +1 -1
- package/build/components/sidebar-navigation-screen-main/index.js +24 -33
- package/build/components/sidebar-navigation-screen-main/index.js.map +1 -1
- package/build/components/sidebar-navigation-screen-navigation-item/index.js +3 -5
- package/build/components/sidebar-navigation-screen-navigation-item/index.js.map +1 -1
- package/build/components/sidebar-navigation-screen-navigation-menu/index.js +159 -0
- package/build/components/sidebar-navigation-screen-navigation-menu/index.js.map +1 -0
- package/build/components/sidebar-navigation-screen-navigation-menus/constants.js +17 -0
- package/build/components/sidebar-navigation-screen-navigation-menus/constants.js.map +1 -0
- package/build/components/sidebar-navigation-screen-navigation-menus/index.js +51 -107
- package/build/components/sidebar-navigation-screen-navigation-menus/index.js.map +1 -1
- package/build/components/sidebar-navigation-screen-navigation-menus/leaf-more-menu.js +84 -0
- package/build/components/sidebar-navigation-screen-navigation-menus/leaf-more-menu.js.map +1 -0
- package/build/components/sidebar-navigation-screen-navigation-menus/navigation-menu-content.js +16 -74
- package/build/components/sidebar-navigation-screen-navigation-menus/navigation-menu-content.js.map +1 -1
- package/build/components/sidebar-navigation-screen-navigation-menus/navigator-button.js +52 -0
- package/build/components/sidebar-navigation-screen-navigation-menus/navigator-button.js.map +1 -0
- package/build/components/sidebar-navigation-screen-page/index.js +81 -10
- package/build/components/sidebar-navigation-screen-page/index.js.map +1 -1
- package/build/components/sidebar-navigation-screen-page/page-details.js +148 -0
- package/build/components/sidebar-navigation-screen-page/page-details.js.map +1 -0
- package/build/components/sidebar-navigation-screen-page/status-label.js +110 -0
- package/build/components/sidebar-navigation-screen-page/status-label.js.map +1 -0
- package/build/components/sidebar-navigation-screen-pages/index.js +128 -17
- package/build/components/sidebar-navigation-screen-pages/index.js.map +1 -1
- package/build/components/sidebar-navigation-screen-template/index.js +22 -16
- package/build/components/sidebar-navigation-screen-template/index.js.map +1 -1
- package/build/components/sidebar-navigation-screen-template-part/index.js +105 -0
- package/build/components/sidebar-navigation-screen-template-part/index.js.map +1 -0
- package/build/components/sidebar-navigation-screen-templates/index.js +44 -24
- package/build/components/sidebar-navigation-screen-templates/index.js.map +1 -1
- package/build/components/sidebar-navigation-subtitle/index.js +3 -4
- package/build/components/sidebar-navigation-subtitle/index.js.map +1 -1
- package/build/components/site-hub/index.js +20 -15
- package/build/components/site-hub/index.js.map +1 -1
- package/build/components/site-icon/index.js +4 -5
- package/build/components/site-icon/index.js.map +1 -1
- package/build/components/start-template-options/index.js +15 -21
- package/build/components/start-template-options/index.js.map +1 -1
- package/build/components/style-book/index.js +107 -37
- package/build/components/style-book/index.js.map +1 -1
- package/build/components/sync-state-with-url/use-init-edited-entity-from-url.js +2 -2
- package/build/components/sync-state-with-url/use-init-edited-entity-from-url.js.map +1 -1
- package/build/components/sync-state-with-url/use-sync-path-with-url.js +9 -10
- package/build/components/sync-state-with-url/use-sync-path-with-url.js.map +1 -1
- package/build/components/{list/actions → template-actions}/index.js +39 -33
- package/build/components/template-actions/index.js.map +1 -0
- package/build/components/{list/actions → template-actions}/rename-menu-item.js +4 -5
- package/build/components/template-actions/rename-menu-item.js.map +1 -0
- package/build/components/template-part-converter/convert-to-regular.js +4 -5
- package/build/components/template-part-converter/convert-to-regular.js.map +1 -1
- package/build/components/template-part-converter/convert-to-template-part.js +8 -10
- package/build/components/template-part-converter/convert-to-template-part.js.map +1 -1
- package/build/components/template-part-converter/index.js +12 -18
- package/build/components/template-part-converter/index.js.map +1 -1
- package/build/components/use-edited-entity-record/index.js +8 -4
- package/build/components/use-edited-entity-record/index.js.map +1 -1
- package/build/components/welcome-guide/image.js +4 -5
- package/build/components/welcome-guide/image.js.map +1 -1
- package/build/hooks/commands/use-edit-mode-commands.js +103 -0
- package/build/hooks/commands/use-edit-mode-commands.js.map +1 -0
- package/build/hooks/push-changes-to-global-styles/index.js +11 -8
- package/build/hooks/push-changes-to-global-styles/index.js.map +1 -1
- package/build/hooks/template-part-edit.js +5 -6
- package/build/hooks/template-part-edit.js.map +1 -1
- package/build/index.js +3 -6
- package/build/index.js.map +1 -1
- package/build/store/actions.js +131 -125
- package/build/store/actions.js.map +1 -1
- package/build/store/private-actions.js +7 -10
- package/build/store/private-actions.js.map +1 -1
- package/build/store/reducer.js +32 -33
- package/build/store/reducer.js.map +1 -1
- package/build/store/selectors.js +35 -11
- package/build/store/selectors.js.map +1 -1
- package/build/store/utils.js +1 -3
- package/build/store/utils.js.map +1 -1
- package/build/utils/get-is-list-page.js +3 -4
- package/build/utils/get-is-list-page.js.map +1 -1
- package/build/utils/is-previewing-theme.js +1 -3
- package/build/utils/is-previewing-theme.js.map +1 -1
- package/build/utils/is-template-revertable.js +1 -1
- package/build/utils/is-template-revertable.js.map +1 -1
- package/build-module/components/add-new-page/index.js +93 -0
- package/build-module/components/add-new-page/index.js.map +1 -0
- package/build-module/components/add-new-template/{add-custom-generic-template-modal.js → add-custom-generic-template-modal-content.js} +10 -23
- package/build-module/components/add-new-template/add-custom-generic-template-modal-content.js.map +1 -0
- package/build-module/components/add-new-template/{add-custom-template-modal.js → add-custom-template-modal-content.js} +30 -42
- package/build-module/components/add-new-template/add-custom-template-modal-content.js.map +1 -0
- package/build-module/components/add-new-template/index.js +4 -5
- package/build-module/components/add-new-template/index.js.map +1 -1
- package/build-module/components/add-new-template/new-template-part.js +9 -12
- package/build-module/components/add-new-template/new-template-part.js.map +1 -1
- package/build-module/components/add-new-template/new-template.js +105 -82
- package/build-module/components/add-new-template/new-template.js.map +1 -1
- package/build-module/components/add-new-template/utils.js +71 -120
- package/build-module/components/add-new-template/utils.js.map +1 -1
- package/build-module/components/block-editor/back-button.js +1 -3
- package/build-module/components/block-editor/back-button.js.map +1 -1
- package/build-module/components/block-editor/block-inspector-button.js +3 -4
- package/build-module/components/block-editor/block-inspector-button.js.map +1 -1
- package/build-module/components/block-editor/editor-canvas.js +6 -7
- package/build-module/components/block-editor/editor-canvas.js.map +1 -1
- package/build-module/components/block-editor/index.js +13 -13
- package/build-module/components/block-editor/index.js.map +1 -1
- package/build-module/components/block-editor/inserter-media-categories.js +25 -42
- package/build-module/components/block-editor/inserter-media-categories.js.map +1 -1
- package/build-module/components/block-editor/resizable-editor.js +6 -7
- package/build-module/components/block-editor/resizable-editor.js.map +1 -1
- package/build-module/components/block-editor/resize-handle.js +5 -7
- package/build-module/components/block-editor/resize-handle.js.map +1 -1
- package/build-module/components/code-editor/code-editor-text-area.js +5 -6
- package/build-module/components/code-editor/code-editor-text-area.js.map +1 -1
- package/build-module/components/create-template-part-modal/index.js +31 -36
- package/build-module/components/create-template-part-modal/index.js.map +1 -1
- package/build-module/components/editor/index.js +38 -56
- package/build-module/components/editor/index.js.map +1 -1
- package/build-module/components/editor-canvas-container/index.js +12 -9
- package/build-module/components/editor-canvas-container/index.js.map +1 -1
- package/build-module/components/error-boundary/warning.js +8 -10
- package/build-module/components/error-boundary/warning.js.map +1 -1
- package/build-module/components/global-styles/block-preview-panel.js +7 -10
- package/build-module/components/global-styles/block-preview-panel.js.map +1 -1
- package/build-module/components/global-styles/color-indicator-wrapper.js +4 -5
- package/build-module/components/global-styles/color-indicator-wrapper.js.map +1 -1
- package/build-module/components/global-styles/color-palette-panel.js +3 -4
- package/build-module/components/global-styles/color-palette-panel.js.map +1 -1
- package/build-module/components/global-styles/dimensions-panel.js +1 -3
- package/build-module/components/global-styles/dimensions-panel.js.map +1 -1
- package/build-module/components/global-styles/global-styles-provider.js +8 -10
- package/build-module/components/global-styles/global-styles-provider.js.map +1 -1
- package/build-module/components/global-styles/gradients-palette-panel.js +3 -4
- package/build-module/components/global-styles/gradients-palette-panel.js.map +1 -1
- package/build-module/components/global-styles/header.js +4 -5
- package/build-module/components/global-styles/header.js.map +1 -1
- package/build-module/components/global-styles/icon-with-current-color.js +4 -5
- package/build-module/components/global-styles/icon-with-current-color.js.map +1 -1
- package/build-module/components/global-styles/navigation-button.js +5 -6
- package/build-module/components/global-styles/navigation-button.js.map +1 -1
- package/build-module/components/global-styles/palette.js +10 -14
- package/build-module/components/global-styles/palette.js.map +1 -1
- package/build-module/components/global-styles/preview.js +41 -51
- package/build-module/components/global-styles/preview.js.map +1 -1
- package/build-module/components/global-styles/screen-block-list.js +4 -7
- package/build-module/components/global-styles/screen-block-list.js.map +1 -1
- package/build-module/components/global-styles/screen-block.js +90 -13
- package/build-module/components/global-styles/screen-block.js.map +1 -1
- package/build-module/components/global-styles/screen-color-palette.js +3 -4
- package/build-module/components/global-styles/screen-color-palette.js.map +1 -1
- package/build-module/components/global-styles/screen-revisions/index.js +10 -17
- package/build-module/components/global-styles/screen-revisions/index.js.map +1 -1
- package/build-module/components/global-styles/screen-revisions/revisions-buttons.js +26 -34
- package/build-module/components/global-styles/screen-revisions/revisions-buttons.js.map +1 -1
- package/build-module/components/global-styles/screen-revisions/use-global-styles-revisions.js +20 -34
- package/build-module/components/global-styles/screen-revisions/use-global-styles-revisions.js.map +1 -1
- package/build-module/components/global-styles/screen-root.js +5 -5
- package/build-module/components/global-styles/screen-root.js.map +1 -1
- package/build-module/components/global-styles/screen-typography-element.js +3 -4
- package/build-module/components/global-styles/screen-typography-element.js.map +1 -1
- package/build-module/components/global-styles/screen-typography.js +5 -6
- package/build-module/components/global-styles/screen-typography.js.map +1 -1
- package/build-module/components/global-styles/style-variations-container.js +12 -17
- package/build-module/components/global-styles/style-variations-container.js.map +1 -1
- package/build-module/components/global-styles/subtitle.js +4 -5
- package/build-module/components/global-styles/subtitle.js.map +1 -1
- package/build-module/components/global-styles/typography-panel.js +4 -5
- package/build-module/components/global-styles/typography-panel.js.map +1 -1
- package/build-module/components/global-styles/typography-preview.js +5 -6
- package/build-module/components/global-styles/typography-preview.js.map +1 -1
- package/build-module/components/global-styles/ui.js +50 -31
- package/build-module/components/global-styles/ui.js.map +1 -1
- package/build-module/components/global-styles/variations-panel.js +5 -6
- package/build-module/components/global-styles/variations-panel.js.map +1 -1
- package/build-module/components/header-edit-mode/document-actions/index.js +99 -97
- package/build-module/components/header-edit-mode/document-actions/index.js.map +1 -1
- package/build-module/components/header-edit-mode/index.js +16 -8
- package/build-module/components/header-edit-mode/index.js.map +1 -1
- package/build-module/components/header-edit-mode/more-menu/index.js +49 -53
- package/build-module/components/header-edit-mode/more-menu/index.js.map +1 -1
- package/build-module/components/header-edit-mode/tools-more-menu-group/index.js +5 -13
- package/build-module/components/header-edit-mode/tools-more-menu-group/index.js.map +1 -1
- package/build-module/components/keyboard-shortcut-help-modal/dynamic-shortcut.js +3 -4
- package/build-module/components/keyboard-shortcut-help-modal/dynamic-shortcut.js.map +1 -1
- package/build-module/components/keyboard-shortcut-help-modal/index.js +39 -49
- package/build-module/components/keyboard-shortcut-help-modal/index.js.map +1 -1
- package/build-module/components/keyboard-shortcut-help-modal/shortcut.js +10 -12
- package/build-module/components/keyboard-shortcut-help-modal/shortcut.js.map +1 -1
- package/build-module/components/layout/hooks.js +41 -0
- package/build-module/components/layout/hooks.js.map +1 -0
- package/build-module/components/layout/index.js +34 -97
- package/build-module/components/layout/index.js.map +1 -1
- package/build-module/components/list/added-by.js +13 -23
- package/build-module/components/list/added-by.js.map +1 -1
- package/build-module/components/list/header.js +4 -7
- package/build-module/components/list/header.js.map +1 -1
- package/build-module/components/list/index.js +2 -4
- package/build-module/components/list/index.js.map +1 -1
- package/build-module/components/list/table.js +34 -39
- package/build-module/components/list/table.js.map +1 -1
- package/build-module/components/page-actions/delete-page-menu-item.js +58 -0
- package/build-module/components/page-actions/delete-page-menu-item.js.map +1 -0
- package/build-module/components/page-actions/index.js +30 -0
- package/build-module/components/page-actions/index.js.map +1 -0
- package/build-module/components/page-content-lock/constants.js +2 -0
- package/build-module/components/page-content-lock/constants.js.map +1 -0
- package/build-module/components/page-content-lock/index.js +14 -0
- package/build-module/components/page-content-lock/index.js.map +1 -0
- package/build-module/components/page-content-lock/use-disable-non-content-blocks.js +36 -0
- package/build-module/components/page-content-lock/use-disable-non-content-blocks.js.map +1 -0
- package/build-module/components/page-content-lock/use-page-content-lock-notifications.js +98 -0
- package/build-module/components/page-content-lock/use-page-content-lock-notifications.js.map +1 -0
- package/build-module/components/preferences-modal/index.js +4 -5
- package/build-module/components/preferences-modal/index.js.map +1 -1
- package/build-module/components/resizable-frame/index.js +236 -0
- package/build-module/components/resizable-frame/index.js.map +1 -0
- package/build-module/components/revisions/index.js +13 -14
- package/build-module/components/revisions/index.js.map +1 -1
- package/build-module/components/routes/link.js +8 -12
- package/build-module/components/routes/link.js.map +1 -1
- package/build-module/components/routes/use-title.js +1 -5
- package/build-module/components/routes/use-title.js.map +1 -1
- package/build-module/components/save-button/index.js +13 -7
- package/build-module/components/save-button/index.js.map +1 -1
- package/build-module/components/save-hub/index.js +95 -8
- package/build-module/components/save-hub/index.js.map +1 -1
- package/build-module/components/save-panel/index.js +62 -19
- package/build-module/components/save-panel/index.js.map +1 -1
- package/build-module/components/secondary-sidebar/list-view-sidebar.js +12 -6
- package/build-module/components/secondary-sidebar/list-view-sidebar.js.map +1 -1
- package/build-module/components/sidebar/index.js +9 -8
- package/build-module/components/sidebar/index.js.map +1 -1
- package/build-module/components/sidebar-edit-mode/default-sidebar.js +11 -12
- package/build-module/components/sidebar-edit-mode/default-sidebar.js.map +1 -1
- package/build-module/components/sidebar-edit-mode/index.js +14 -11
- package/build-module/components/sidebar-edit-mode/index.js.map +1 -1
- package/build-module/components/sidebar-edit-mode/page-panels/content-blocks-list.js +67 -0
- package/build-module/components/sidebar-edit-mode/page-panels/content-blocks-list.js.map +1 -0
- package/build-module/components/sidebar-edit-mode/page-panels/index.js +67 -0
- package/build-module/components/sidebar-edit-mode/page-panels/index.js.map +1 -0
- package/build-module/components/sidebar-edit-mode/plugin-sidebar/index.js +4 -5
- package/build-module/components/sidebar-edit-mode/plugin-sidebar/index.js.map +1 -1
- package/build-module/components/sidebar-edit-mode/settings-header/index.js +36 -22
- package/build-module/components/sidebar-edit-mode/settings-header/index.js.map +1 -1
- package/build-module/components/sidebar-edit-mode/sidebar-card/index.js +35 -0
- package/build-module/components/sidebar-edit-mode/sidebar-card/index.js.map +1 -0
- package/build-module/components/sidebar-edit-mode/sidebar-fixed-bottom.js +3 -4
- package/build-module/components/sidebar-edit-mode/sidebar-fixed-bottom.js.map +1 -1
- package/build-module/components/sidebar-edit-mode/{template-card → template-panel}/index.js +20 -19
- package/build-module/components/sidebar-edit-mode/template-panel/index.js.map +1 -0
- package/build-module/components/sidebar-edit-mode/{template-revisions/index.js → template-panel/last-revision.js} +7 -8
- package/build-module/components/sidebar-edit-mode/template-panel/last-revision.js.map +1 -0
- package/build-module/components/sidebar-edit-mode/{template-card → template-panel}/template-actions.js +12 -16
- package/build-module/components/sidebar-edit-mode/template-panel/template-actions.js.map +1 -0
- package/build-module/components/sidebar-edit-mode/{template-card → template-panel}/template-areas.js +15 -19
- package/build-module/components/sidebar-edit-mode/template-panel/template-areas.js.map +1 -0
- package/build-module/components/sidebar-navigation-item/index.js +7 -8
- package/build-module/components/sidebar-navigation-item/index.js.map +1 -1
- package/build-module/components/sidebar-navigation-screen/index.js +22 -15
- package/build-module/components/sidebar-navigation-screen/index.js.map +1 -1
- package/build-module/components/sidebar-navigation-screen-global-styles/index.js +161 -15
- package/build-module/components/sidebar-navigation-screen-global-styles/index.js.map +1 -1
- package/build-module/components/sidebar-navigation-screen-main/index.js +21 -32
- package/build-module/components/sidebar-navigation-screen-main/index.js.map +1 -1
- package/build-module/components/sidebar-navigation-screen-navigation-item/index.js +3 -5
- package/build-module/components/sidebar-navigation-screen-navigation-item/index.js.map +1 -1
- package/build-module/components/sidebar-navigation-screen-navigation-menu/index.js +138 -0
- package/build-module/components/sidebar-navigation-screen-navigation-menu/index.js.map +1 -0
- package/build-module/components/sidebar-navigation-screen-navigation-menus/constants.js +10 -0
- package/build-module/components/sidebar-navigation-screen-navigation-menus/constants.js.map +1 -0
- package/build-module/components/sidebar-navigation-screen-navigation-menus/index.js +49 -106
- package/build-module/components/sidebar-navigation-screen-navigation-menus/index.js.map +1 -1
- package/build-module/components/sidebar-navigation-screen-navigation-menus/leaf-more-menu.js +68 -0
- package/build-module/components/sidebar-navigation-screen-navigation-menus/leaf-more-menu.js.map +1 -0
- package/build-module/components/sidebar-navigation-screen-navigation-menus/navigation-menu-content.js +14 -74
- package/build-module/components/sidebar-navigation-screen-navigation-menus/navigation-menu-content.js.map +1 -1
- package/build-module/components/sidebar-navigation-screen-navigation-menus/navigator-button.js +39 -0
- package/build-module/components/sidebar-navigation-screen-navigation-menus/navigator-button.js.map +1 -0
- package/build-module/components/sidebar-navigation-screen-page/index.js +79 -14
- package/build-module/components/sidebar-navigation-screen-page/index.js.map +1 -1
- package/build-module/components/sidebar-navigation-screen-page/page-details.js +131 -0
- package/build-module/components/sidebar-navigation-screen-page/page-details.js.map +1 -0
- package/build-module/components/sidebar-navigation-screen-page/status-label.js +97 -0
- package/build-module/components/sidebar-navigation-screen-page/status-label.js.map +1 -0
- package/build-module/components/sidebar-navigation-screen-pages/index.js +125 -19
- package/build-module/components/sidebar-navigation-screen-pages/index.js.map +1 -1
- package/build-module/components/sidebar-navigation-screen-template/index.js +22 -17
- package/build-module/components/sidebar-navigation-screen-template/index.js.map +1 -1
- package/build-module/components/sidebar-navigation-screen-template-part/index.js +86 -0
- package/build-module/components/sidebar-navigation-screen-template-part/index.js.map +1 -0
- package/build-module/components/sidebar-navigation-screen-templates/index.js +43 -24
- package/build-module/components/sidebar-navigation-screen-templates/index.js.map +1 -1
- package/build-module/components/sidebar-navigation-subtitle/index.js +3 -4
- package/build-module/components/sidebar-navigation-subtitle/index.js.map +1 -1
- package/build-module/components/site-hub/index.js +21 -16
- package/build-module/components/site-hub/index.js.map +1 -1
- package/build-module/components/site-icon/index.js +4 -5
- package/build-module/components/site-icon/index.js.map +1 -1
- package/build-module/components/start-template-options/index.js +15 -21
- package/build-module/components/start-template-options/index.js.map +1 -1
- package/build-module/components/style-book/index.js +107 -38
- package/build-module/components/style-book/index.js.map +1 -1
- package/build-module/components/sync-state-with-url/use-init-edited-entity-from-url.js +2 -2
- package/build-module/components/sync-state-with-url/use-init-edited-entity-from-url.js.map +1 -1
- package/build-module/components/sync-state-with-url/use-sync-path-with-url.js +9 -10
- package/build-module/components/sync-state-with-url/use-sync-path-with-url.js.map +1 -1
- package/build-module/components/template-actions/index.js +92 -0
- package/build-module/components/template-actions/index.js.map +1 -0
- package/build-module/components/{list/actions → template-actions}/rename-menu-item.js +4 -5
- package/build-module/components/template-actions/rename-menu-item.js.map +1 -0
- package/build-module/components/template-part-converter/convert-to-regular.js +4 -5
- package/build-module/components/template-part-converter/convert-to-regular.js.map +1 -1
- package/build-module/components/template-part-converter/convert-to-template-part.js +8 -10
- package/build-module/components/template-part-converter/convert-to-template-part.js.map +1 -1
- package/build-module/components/template-part-converter/index.js +12 -18
- package/build-module/components/template-part-converter/index.js.map +1 -1
- package/build-module/components/use-edited-entity-record/index.js +8 -4
- package/build-module/components/use-edited-entity-record/index.js.map +1 -1
- package/build-module/components/welcome-guide/image.js +4 -5
- package/build-module/components/welcome-guide/image.js.map +1 -1
- package/build-module/hooks/commands/use-edit-mode-commands.js +84 -0
- package/build-module/hooks/commands/use-edit-mode-commands.js.map +1 -0
- package/build-module/hooks/push-changes-to-global-styles/index.js +11 -8
- package/build-module/hooks/push-changes-to-global-styles/index.js.map +1 -1
- package/build-module/hooks/template-part-edit.js +5 -6
- package/build-module/hooks/template-part-edit.js.map +1 -1
- package/build-module/index.js +3 -6
- package/build-module/index.js.map +1 -1
- package/build-module/store/actions.js +127 -126
- package/build-module/store/actions.js.map +1 -1
- package/build-module/store/private-actions.js +7 -10
- package/build-module/store/private-actions.js.map +1 -1
- package/build-module/store/reducer.js +30 -33
- package/build-module/store/reducer.js.map +1 -1
- package/build-module/store/selectors.js +31 -11
- package/build-module/store/selectors.js.map +1 -1
- package/build-module/store/utils.js +1 -3
- package/build-module/store/utils.js.map +1 -1
- package/build-module/utils/get-is-list-page.js +3 -4
- package/build-module/utils/get-is-list-page.js.map +1 -1
- package/build-module/utils/is-previewing-theme.js +1 -3
- package/build-module/utils/is-previewing-theme.js.map +1 -1
- package/build-module/utils/is-template-revertable.js +1 -1
- package/build-module/utils/is-template-revertable.js.map +1 -1
- package/build-style/style-rtl.css +477 -232
- package/build-style/style.css +478 -232
- package/package.json +40 -37
- package/src/components/add-new-page/index.js +105 -0
- package/src/components/add-new-template/add-custom-generic-template-modal-content.js +82 -0
- package/src/components/add-new-template/{add-custom-template-modal.js → add-custom-template-modal-content.js} +13 -26
- package/src/components/add-new-template/new-template.js +141 -154
- package/src/components/add-new-template/style.scss +79 -66
- package/src/components/block-editor/index.js +27 -17
- package/src/components/create-template-part-modal/index.js +19 -25
- package/src/components/editor/index.js +30 -53
- package/src/components/editor/style.scss +11 -1
- package/src/components/editor-canvas-container/index.js +28 -19
- package/src/components/global-styles/screen-block.js +74 -3
- package/src/components/global-styles/screen-revisions/index.js +3 -11
- package/src/components/global-styles/screen-revisions/revisions-buttons.js +33 -25
- package/src/components/global-styles/screen-revisions/style.scss +3 -2
- package/src/components/global-styles/screen-revisions/test/use-global-styles-revisions.js +16 -3
- package/src/components/global-styles/screen-revisions/use-global-styles-revisions.js +22 -24
- package/src/components/global-styles/screen-root.js +5 -3
- package/src/components/global-styles/style-variations-container.js +13 -18
- package/src/components/global-styles/style.scss +3 -0
- package/src/components/global-styles/ui.js +39 -9
- package/src/components/header-edit-mode/document-actions/index.js +112 -121
- package/src/components/header-edit-mode/document-actions/style.scss +78 -54
- package/src/components/header-edit-mode/index.js +18 -0
- package/src/components/header-edit-mode/style.scss +1 -0
- package/src/components/header-edit-mode/tools-more-menu-group/index.js +1 -6
- package/src/components/layout/hooks.js +46 -0
- package/src/components/layout/index.js +47 -122
- package/src/components/layout/style.scss +8 -2
- package/src/components/list/style.scss +1 -0
- package/src/components/list/table.js +6 -2
- package/src/components/page-actions/delete-page-menu-item.js +71 -0
- package/src/components/page-actions/index.js +36 -0
- package/src/components/page-content-lock/constants.js +5 -0
- package/src/components/page-content-lock/index.js +14 -0
- package/src/components/page-content-lock/use-disable-non-content-blocks.js +44 -0
- package/src/components/page-content-lock/use-page-content-lock-notifications.js +128 -0
- package/src/components/resizable-frame/index.js +263 -0
- package/src/components/resizable-frame/style.scss +71 -0
- package/src/components/revisions/index.js +7 -7
- package/src/components/save-button/index.js +6 -0
- package/src/components/save-hub/index.js +143 -38
- package/src/components/save-hub/style.scss +6 -0
- package/src/components/save-panel/index.js +62 -15
- package/src/components/secondary-sidebar/list-view-sidebar.js +10 -2
- package/src/components/sidebar/index.js +10 -8
- package/src/components/sidebar/style.scss +3 -4
- package/src/components/sidebar-edit-mode/index.js +16 -14
- package/src/components/sidebar-edit-mode/page-panels/content-blocks-list.js +77 -0
- package/src/components/sidebar-edit-mode/page-panels/index.js +89 -0
- package/src/components/sidebar-edit-mode/page-panels/style.scss +10 -0
- package/src/components/sidebar-edit-mode/settings-header/index.js +51 -28
- package/src/components/sidebar-edit-mode/sidebar-card/index.js +34 -0
- package/src/components/sidebar-edit-mode/sidebar-card/style.scss +34 -0
- package/src/components/sidebar-edit-mode/{template-card → template-panel}/index.js +22 -19
- package/src/components/sidebar-edit-mode/{template-revisions/index.js → template-panel/last-revision.js} +1 -2
- package/src/components/sidebar-edit-mode/{template-card → template-panel}/style.scss +2 -32
- package/src/components/sidebar-navigation-item/style.scss +9 -0
- package/src/components/sidebar-navigation-screen/index.js +74 -50
- package/src/components/sidebar-navigation-screen/style.scss +46 -6
- package/src/components/sidebar-navigation-screen-global-styles/index.js +212 -21
- package/src/components/sidebar-navigation-screen-global-styles/style.scss +15 -0
- package/src/components/sidebar-navigation-screen-main/index.js +35 -52
- package/src/components/sidebar-navigation-screen-navigation-menu/index.js +157 -0
- package/src/components/sidebar-navigation-screen-navigation-menus/constants.js +9 -0
- package/src/components/sidebar-navigation-screen-navigation-menus/index.js +63 -117
- package/src/components/sidebar-navigation-screen-navigation-menus/leaf-more-menu.js +83 -0
- package/src/components/sidebar-navigation-screen-navigation-menus/navigation-menu-content.js +6 -72
- package/src/components/sidebar-navigation-screen-navigation-menus/navigator-button.js +47 -0
- package/src/components/sidebar-navigation-screen-navigation-menus/style.scss +7 -21
- package/src/components/sidebar-navigation-screen-page/index.js +137 -24
- package/src/components/sidebar-navigation-screen-page/page-details.js +163 -0
- package/src/components/sidebar-navigation-screen-page/status-label.js +101 -0
- package/src/components/sidebar-navigation-screen-page/style.scss +80 -0
- package/src/components/sidebar-navigation-screen-pages/index.js +180 -44
- package/src/components/sidebar-navigation-screen-template/index.js +25 -22
- package/src/components/sidebar-navigation-screen-template-part/index.js +103 -0
- package/src/components/sidebar-navigation-screen-templates/index.js +52 -13
- package/src/components/sidebar-navigation-subtitle/style.scss +2 -2
- package/src/components/site-hub/index.js +29 -15
- package/src/components/site-hub/style.scss +26 -0
- package/src/components/start-template-options/style.scss +20 -21
- package/src/components/style-book/index.js +132 -43
- package/src/components/style-book/style.scss +19 -0
- package/src/components/{list/actions → template-actions}/index.js +31 -11
- package/src/components/use-edited-entity-record/index.js +12 -3
- package/src/hooks/commands/use-edit-mode-commands.js +79 -0
- package/src/hooks/push-changes-to-global-styles/index.js +13 -7
- package/src/store/actions.js +24 -6
- package/src/store/reducer.js +20 -0
- package/src/store/selectors.js +24 -0
- package/src/store/test/actions.js +31 -0
- package/src/store/test/reducer.js +44 -0
- package/src/store/test/selectors.js +57 -0
- package/src/store/test/utils.js +15 -5
- package/src/style.scss +6 -3
- package/src/utils/is-previewing-theme.js +1 -4
- package/build/components/add-new-template/add-custom-generic-template-modal.js.map +0 -1
- package/build/components/add-new-template/add-custom-template-modal.js.map +0 -1
- package/build/components/global-styles/border-panel.js +0 -135
- package/build/components/global-styles/border-panel.js.map +0 -1
- package/build/components/list/actions/index.js.map +0 -1
- package/build/components/list/actions/rename-menu-item.js.map +0 -1
- package/build/components/navigate-to-link/index.js +0 -51
- package/build/components/navigate-to-link/index.js.map +0 -1
- package/build/components/sidebar-edit-mode/template-card/index.js.map +0 -1
- package/build/components/sidebar-edit-mode/template-card/template-actions.js.map +0 -1
- package/build/components/sidebar-edit-mode/template-card/template-areas.js.map +0 -1
- package/build/components/sidebar-edit-mode/template-revisions/index.js.map +0 -1
- package/build/components/sidebar-navigation-screen-navigation-menus/loader.js +0 -19
- package/build/components/sidebar-navigation-screen-navigation-menus/loader.js.map +0 -1
- package/build/components/template-details/edit-template-title.js +0 -42
- package/build/components/template-details/edit-template-title.js.map +0 -1
- package/build/components/template-details/index.js +0 -103
- package/build/components/template-details/index.js.map +0 -1
- package/build/components/template-details/template-areas.js +0 -166
- package/build/components/template-details/template-areas.js.map +0 -1
- package/build/components/template-details/template-part-area-selector.js +0 -48
- package/build/components/template-details/template-part-area-selector.js.map +0 -1
- package/build-module/components/add-new-template/add-custom-generic-template-modal.js.map +0 -1
- package/build-module/components/add-new-template/add-custom-template-modal.js.map +0 -1
- package/build-module/components/global-styles/border-panel.js +0 -125
- package/build-module/components/global-styles/border-panel.js.map +0 -1
- package/build-module/components/list/actions/index.js +0 -86
- package/build-module/components/list/actions/index.js.map +0 -1
- package/build-module/components/list/actions/rename-menu-item.js.map +0 -1
- package/build-module/components/navigate-to-link/index.js +0 -39
- package/build-module/components/navigate-to-link/index.js.map +0 -1
- package/build-module/components/sidebar-edit-mode/template-card/index.js.map +0 -1
- package/build-module/components/sidebar-edit-mode/template-card/template-actions.js.map +0 -1
- package/build-module/components/sidebar-edit-mode/template-card/template-areas.js.map +0 -1
- package/build-module/components/sidebar-edit-mode/template-revisions/index.js.map +0 -1
- package/build-module/components/sidebar-navigation-screen-navigation-menus/loader.js +0 -11
- package/build-module/components/sidebar-navigation-screen-navigation-menus/loader.js.map +0 -1
- package/build-module/components/template-details/edit-template-title.js +0 -33
- package/build-module/components/template-details/edit-template-title.js.map +0 -1
- package/build-module/components/template-details/index.js +0 -83
- package/build-module/components/template-details/index.js.map +0 -1
- package/build-module/components/template-details/template-areas.js +0 -145
- package/build-module/components/template-details/template-areas.js.map +0 -1
- package/build-module/components/template-details/template-part-area-selector.js +0 -36
- package/build-module/components/template-details/template-part-area-selector.js.map +0 -1
- package/src/components/add-new-template/add-custom-generic-template-modal.js +0 -101
- package/src/components/global-styles/border-panel.js +0 -114
- package/src/components/navigate-to-link/index.js +0 -46
- package/src/components/sidebar-navigation-screen-navigation-menus/loader.js +0 -9
- package/src/components/sidebar-navigation-screen-pages/style.scss +0 -4
- package/src/components/template-details/edit-template-title.js +0 -41
- package/src/components/template-details/index.js +0 -113
- package/src/components/template-details/style.scss +0 -72
- package/src/components/template-details/template-areas.js +0 -167
- package/src/components/template-details/template-part-area-selector.js +0 -39
- /package/src/components/sidebar-edit-mode/{template-card → template-panel}/template-actions.js +0 -0
- /package/src/components/sidebar-edit-mode/{template-card → template-panel}/template-areas.js +0 -0
- /package/src/components/{list/actions → template-actions}/rename-menu-item.js +0 -0
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
--wp-block-synced-color: #7a00df;
|
|
98
98
|
--wp-block-synced-color--rgb: 122, 0, 223;
|
|
99
99
|
}
|
|
100
|
-
@media (
|
|
100
|
+
@media (min-resolution: 192dpi) {
|
|
101
101
|
:root {
|
|
102
102
|
--wp-admin-border-width-focus: 1.5px;
|
|
103
103
|
}
|
|
@@ -571,56 +571,21 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
571
571
|
margin-right: 48px;
|
|
572
572
|
}
|
|
573
573
|
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
}
|
|
574
|
+
.edit-site-custom-template-modal__contents-wrapper {
|
|
575
|
+
height: 100%;
|
|
576
|
+
justify-content: flex-start !important;
|
|
578
577
|
}
|
|
579
|
-
.edit-site-
|
|
580
|
-
|
|
581
|
-
padding: 8px 12px;
|
|
582
|
-
border-radius: 2px;
|
|
583
|
-
white-space: pre-wrap;
|
|
584
|
-
min-width: 0;
|
|
585
|
-
width: auto;
|
|
586
|
-
text-align: right;
|
|
578
|
+
.edit-site-custom-template-modal__contents-wrapper > * {
|
|
579
|
+
width: 100%;
|
|
587
580
|
}
|
|
588
|
-
|
|
589
|
-
.edit-site-custom-template-modal__suggestions_list {
|
|
581
|
+
.edit-site-custom-template-modal__contents-wrapper__suggestions_list {
|
|
590
582
|
margin-right: -12px;
|
|
591
583
|
margin-left: -12px;
|
|
584
|
+
width: calc(100% + 24px);
|
|
592
585
|
}
|
|
593
586
|
.edit-site-custom-template-modal__contents > .components-button {
|
|
594
|
-
padding: 24px;
|
|
595
|
-
border-radius: 2px;
|
|
596
587
|
height: auto;
|
|
597
|
-
display: flex;
|
|
598
|
-
flex-direction: column;
|
|
599
588
|
justify-content: center;
|
|
600
|
-
border: 1px solid #ddd;
|
|
601
|
-
outline: 1px solid transparent;
|
|
602
|
-
}
|
|
603
|
-
.edit-site-custom-template-modal__contents > .components-button span:first-child {
|
|
604
|
-
color: #1e1e1e;
|
|
605
|
-
}
|
|
606
|
-
.edit-site-custom-template-modal__contents > .components-button span {
|
|
607
|
-
color: #757575;
|
|
608
|
-
}
|
|
609
|
-
.edit-site-custom-template-modal__contents > .components-button:hover {
|
|
610
|
-
color: var(--wp-admin-theme-color-darker-10);
|
|
611
|
-
background: rgba(var(--wp-admin-theme-color--rgb), 0.04);
|
|
612
|
-
border-color: transparent;
|
|
613
|
-
}
|
|
614
|
-
.edit-site-custom-template-modal__contents > .components-button:hover span {
|
|
615
|
-
color: var(--wp-admin-theme-color);
|
|
616
|
-
}
|
|
617
|
-
.edit-site-custom-template-modal__contents > .components-button:focus {
|
|
618
|
-
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
619
|
-
border-color: transparent;
|
|
620
|
-
outline: 3px solid transparent;
|
|
621
|
-
}
|
|
622
|
-
.edit-site-custom-template-modal__contents > .components-button:focus span:first-child {
|
|
623
|
-
color: var(--wp-admin-theme-color);
|
|
624
589
|
}
|
|
625
590
|
.edit-site-custom-template-modal .components-search-control input[type=search].components-search-control__input {
|
|
626
591
|
background: #fff;
|
|
@@ -637,7 +602,6 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
637
602
|
}
|
|
638
603
|
@media (min-width: 600px) {
|
|
639
604
|
.edit-site-custom-template-modal .edit-site-custom-template-modal__suggestions_list {
|
|
640
|
-
height: 232px;
|
|
641
605
|
overflow: scroll;
|
|
642
606
|
}
|
|
643
607
|
}
|
|
@@ -685,11 +649,6 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
685
649
|
padding: 16px;
|
|
686
650
|
}
|
|
687
651
|
|
|
688
|
-
@media (min-width: 782px) {
|
|
689
|
-
.edit-site-custom-generic-template__modal .components-base-control {
|
|
690
|
-
width: 320px;
|
|
691
|
-
}
|
|
692
|
-
}
|
|
693
652
|
.edit-site-custom-generic-template__modal .components-modal__header {
|
|
694
653
|
border-bottom: none;
|
|
695
654
|
}
|
|
@@ -713,6 +672,66 @@ body.is-fullscreen-mode .interface-interface-skeleton {
|
|
|
713
672
|
align-items: center;
|
|
714
673
|
justify-content: center;
|
|
715
674
|
height: 100%;
|
|
675
|
+
position: absolute;
|
|
676
|
+
right: 50%;
|
|
677
|
+
transform: translateX(50%);
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
.edit-site-add-new-template__modal {
|
|
681
|
+
max-width: 832px;
|
|
682
|
+
width: calc(100% - 64px);
|
|
683
|
+
margin-top: 64px;
|
|
684
|
+
max-height: calc(100% - 128px);
|
|
685
|
+
}
|
|
686
|
+
@media (min-width: 960px) {
|
|
687
|
+
.edit-site-add-new-template__modal {
|
|
688
|
+
width: calc(100% - 128px);
|
|
689
|
+
}
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
.edit-site-custom-template-modal__contents > .components-button,
|
|
693
|
+
.edit-site-add-new-template__template-list__contents > .components-button {
|
|
694
|
+
padding: 24px;
|
|
695
|
+
border-radius: 2px;
|
|
696
|
+
display: flex;
|
|
697
|
+
flex-direction: column;
|
|
698
|
+
border: 1px solid #ddd;
|
|
699
|
+
min-height: 192px;
|
|
700
|
+
outline: 1px solid transparent;
|
|
701
|
+
}
|
|
702
|
+
.edit-site-custom-template-modal__contents > .components-button span:first-child,
|
|
703
|
+
.edit-site-add-new-template__template-list__contents > .components-button span:first-child {
|
|
704
|
+
color: #1e1e1e;
|
|
705
|
+
}
|
|
706
|
+
.edit-site-custom-template-modal__contents > .components-button span,
|
|
707
|
+
.edit-site-add-new-template__template-list__contents > .components-button span {
|
|
708
|
+
color: #757575;
|
|
709
|
+
}
|
|
710
|
+
.edit-site-custom-template-modal__contents > .components-button:hover,
|
|
711
|
+
.edit-site-add-new-template__template-list__contents > .components-button:hover {
|
|
712
|
+
color: var(--wp-admin-theme-color-darker-10);
|
|
713
|
+
background: rgba(var(--wp-admin-theme-color--rgb), 0.04);
|
|
714
|
+
border-color: transparent;
|
|
715
|
+
}
|
|
716
|
+
.edit-site-custom-template-modal__contents > .components-button:hover span,
|
|
717
|
+
.edit-site-add-new-template__template-list__contents > .components-button:hover span {
|
|
718
|
+
color: var(--wp-admin-theme-color);
|
|
719
|
+
}
|
|
720
|
+
.edit-site-custom-template-modal__contents > .components-button:focus,
|
|
721
|
+
.edit-site-add-new-template__template-list__contents > .components-button:focus {
|
|
722
|
+
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
723
|
+
border-color: transparent;
|
|
724
|
+
outline: 3px solid transparent;
|
|
725
|
+
}
|
|
726
|
+
.edit-site-custom-template-modal__contents > .components-button:focus span:first-child,
|
|
727
|
+
.edit-site-add-new-template__template-list__contents > .components-button:focus span:first-child {
|
|
728
|
+
color: var(--wp-admin-theme-color);
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
.edit-site-add-new-template__template-list__contents > .components-button {
|
|
732
|
+
height: 100%;
|
|
733
|
+
text-align: start;
|
|
734
|
+
align-items: flex-start;
|
|
716
735
|
}
|
|
717
736
|
|
|
718
737
|
.edit-site-block-editor__editor-styles-wrapper .components-button {
|
|
@@ -1099,6 +1118,7 @@ textarea.edit-site-code-editor-text-area.edit-site-code-editor-text-area:-ms-inp
|
|
|
1099
1118
|
}
|
|
1100
1119
|
.edit-site-global-styles-screen-css .components-v-stack .block-editor-global-styles-advanced-panel__custom-css-input .components-base-control__field .components-textarea-control__input {
|
|
1101
1120
|
flex: 1 1 auto;
|
|
1121
|
+
direction: ltr;
|
|
1102
1122
|
}
|
|
1103
1123
|
|
|
1104
1124
|
.edit-site-global-styles-screen-css-help-link {
|
|
@@ -1164,7 +1184,7 @@ textarea.edit-site-code-editor-text-area.edit-site-code-editor-text-area:-ms-inp
|
|
|
1164
1184
|
right: 0;
|
|
1165
1185
|
transform: translate(50%, -50%);
|
|
1166
1186
|
}
|
|
1167
|
-
.edit-site-global-styles-screen-revisions__revision-item.is-
|
|
1187
|
+
.edit-site-global-styles-screen-revisions__revision-item.is-selected::before {
|
|
1168
1188
|
background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
|
|
1169
1189
|
}
|
|
1170
1190
|
|
|
@@ -1181,12 +1201,12 @@ textarea.edit-site-code-editor-text-area.edit-site-code-editor-text-area:-ms-inp
|
|
|
1181
1201
|
color: var(--wp-admin-theme-color);
|
|
1182
1202
|
}
|
|
1183
1203
|
|
|
1184
|
-
.is-
|
|
1204
|
+
.is-selected .edit-site-global-styles-screen-revisions__revision-button {
|
|
1185
1205
|
color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
|
|
1186
1206
|
opacity: 1;
|
|
1187
1207
|
background: rgba(var(--wp-admin-theme-color--rgb), 0.04);
|
|
1188
1208
|
}
|
|
1189
|
-
.is-
|
|
1209
|
+
.is-selected .edit-site-global-styles-screen-revisions__meta {
|
|
1190
1210
|
color: var(--wp-admin-theme-color);
|
|
1191
1211
|
}
|
|
1192
1212
|
|
|
@@ -1208,6 +1228,7 @@ textarea.edit-site-code-editor-text-area.edit-site-code-editor-text-area:-ms-inp
|
|
|
1208
1228
|
justify-content: space-between;
|
|
1209
1229
|
width: 100%;
|
|
1210
1230
|
align-items: center;
|
|
1231
|
+
text-align: right;
|
|
1211
1232
|
}
|
|
1212
1233
|
.edit-site-global-styles-screen-revisions__meta img {
|
|
1213
1234
|
width: 16px;
|
|
@@ -1244,6 +1265,7 @@ textarea.edit-site-code-editor-text-area.edit-site-code-editor-text-area:-ms-inp
|
|
|
1244
1265
|
align-items: center;
|
|
1245
1266
|
height: 100%;
|
|
1246
1267
|
flex-grow: 1;
|
|
1268
|
+
margin: 0 8px;
|
|
1247
1269
|
justify-content: center;
|
|
1248
1270
|
min-width: 0;
|
|
1249
1271
|
}
|
|
@@ -1387,72 +1409,109 @@ textarea.edit-site-code-editor-text-area.edit-site-code-editor-text-area:-ms-inp
|
|
|
1387
1409
|
}
|
|
1388
1410
|
|
|
1389
1411
|
.edit-site-document-actions {
|
|
1390
|
-
display:
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
padding: 0 8px;
|
|
1394
|
-
height: 100%;
|
|
1395
|
-
min-width: 0;
|
|
1396
|
-
}
|
|
1397
|
-
.edit-site-document-actions .edit-site-document-actions__title-wrapper {
|
|
1398
|
-
display: flex;
|
|
1399
|
-
flex-direction: row;
|
|
1400
|
-
justify-content: center;
|
|
1401
|
-
align-items: center;
|
|
1412
|
+
display: grid;
|
|
1413
|
+
grid-template-columns: 1fr 2fr 1fr;
|
|
1414
|
+
height: 36px;
|
|
1402
1415
|
min-width: 0;
|
|
1416
|
+
background: #f0f0f0;
|
|
1417
|
+
border-radius: 4px;
|
|
1418
|
+
width: min(100%, 450px);
|
|
1419
|
+
overflow: hidden;
|
|
1403
1420
|
}
|
|
1404
|
-
.edit-site-document-actions
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
}
|
|
1408
|
-
.edit-site-document-actions .edit-site-document-actions__title-wrapper .components-dropdown .components-button {
|
|
1409
|
-
min-width: 0;
|
|
1410
|
-
padding: 0;
|
|
1421
|
+
.edit-site-document-actions:hover {
|
|
1422
|
+
color: currentColor;
|
|
1423
|
+
background: #e0e0e0;
|
|
1411
1424
|
}
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1425
|
+
|
|
1426
|
+
.edit-site-document-actions__command {
|
|
1427
|
+
grid-column: 1/-1;
|
|
1428
|
+
display: grid;
|
|
1429
|
+
grid-template-columns: 1fr 2fr 1fr;
|
|
1430
|
+
grid-row: 1;
|
|
1415
1431
|
}
|
|
1416
|
-
|
|
1417
|
-
|
|
1432
|
+
|
|
1433
|
+
.edit-site-document-actions__title {
|
|
1434
|
+
flex-grow: 1;
|
|
1435
|
+
color: var(--wp-block-synced-color);
|
|
1418
1436
|
overflow: hidden;
|
|
1419
|
-
|
|
1420
|
-
color: currentColor;
|
|
1437
|
+
grid-column: 2/3;
|
|
1421
1438
|
}
|
|
1422
|
-
.edit-site-document-
|
|
1423
|
-
display: flex;
|
|
1424
|
-
align-items: center;
|
|
1439
|
+
.edit-site-document-actions__title h1 {
|
|
1425
1440
|
white-space: nowrap;
|
|
1426
1441
|
overflow: hidden;
|
|
1427
1442
|
text-overflow: ellipsis;
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1443
|
+
color: var(--wp-block-synced-color);
|
|
1444
|
+
}
|
|
1445
|
+
.edit-site-document-actions.is-page .edit-site-document-actions__title {
|
|
1446
|
+
color: #2f2f2f;
|
|
1447
|
+
}
|
|
1448
|
+
.edit-site-document-actions.is-page .edit-site-document-actions__title h1 {
|
|
1449
|
+
color: #2f2f2f;
|
|
1450
|
+
}
|
|
1451
|
+
.edit-site-document-actions.is-animated .edit-site-document-actions__title {
|
|
1452
|
+
animation: edit-site-document-actions__slide-in-left 0.3s;
|
|
1434
1453
|
}
|
|
1435
1454
|
@media (prefers-reduced-motion: reduce) {
|
|
1436
|
-
.edit-site-document-actions .edit-site-document-
|
|
1437
|
-
|
|
1438
|
-
|
|
1455
|
+
.edit-site-document-actions.is-animated .edit-site-document-actions__title {
|
|
1456
|
+
animation-duration: 1ms;
|
|
1457
|
+
animation-delay: 0s;
|
|
1439
1458
|
}
|
|
1440
1459
|
}
|
|
1441
|
-
.edit-site-document-actions .edit-site-document-
|
|
1442
|
-
|
|
1460
|
+
.edit-site-document-actions.is-animated.is-page .edit-site-document-actions__title {
|
|
1461
|
+
animation: edit-site-document-actions__slide-in-right 0.3s;
|
|
1443
1462
|
}
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1463
|
+
@media (prefers-reduced-motion: reduce) {
|
|
1464
|
+
.edit-site-document-actions.is-animated.is-page .edit-site-document-actions__title {
|
|
1465
|
+
animation-duration: 1ms;
|
|
1466
|
+
animation-delay: 0s;
|
|
1467
|
+
}
|
|
1449
1468
|
}
|
|
1450
1469
|
|
|
1451
|
-
.edit-site-document-
|
|
1452
|
-
|
|
1453
|
-
|
|
1470
|
+
.edit-site-document-actions__shortcut {
|
|
1471
|
+
color: #757575;
|
|
1472
|
+
text-align: left;
|
|
1473
|
+
}
|
|
1474
|
+
.edit-site-document-actions__shortcut:hover {
|
|
1475
|
+
color: #757575;
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
.edit-site-document-actions__back {
|
|
1479
|
+
min-width: 36px;
|
|
1480
|
+
flex-shrink: 0;
|
|
1481
|
+
grid-column: 1/2;
|
|
1482
|
+
grid-row: 1;
|
|
1483
|
+
z-index: 1;
|
|
1484
|
+
}
|
|
1485
|
+
.edit-site-document-actions.is-animated .edit-site-document-actions__back {
|
|
1486
|
+
animation: edit-site-document-actions__slide-in-left 0.3s;
|
|
1487
|
+
}
|
|
1488
|
+
@media (prefers-reduced-motion: reduce) {
|
|
1489
|
+
.edit-site-document-actions.is-animated .edit-site-document-actions__back {
|
|
1490
|
+
animation-duration: 1ms;
|
|
1491
|
+
animation-delay: 0s;
|
|
1492
|
+
}
|
|
1454
1493
|
}
|
|
1455
1494
|
|
|
1495
|
+
@keyframes edit-site-document-actions__slide-in-right {
|
|
1496
|
+
from {
|
|
1497
|
+
transform: translateX(15%);
|
|
1498
|
+
opacity: 0;
|
|
1499
|
+
}
|
|
1500
|
+
to {
|
|
1501
|
+
transform: translateX(0);
|
|
1502
|
+
opacity: 1;
|
|
1503
|
+
}
|
|
1504
|
+
}
|
|
1505
|
+
@keyframes edit-site-document-actions__slide-in-left {
|
|
1506
|
+
from {
|
|
1507
|
+
transform: translateX(-15%);
|
|
1508
|
+
opacity: 0;
|
|
1509
|
+
}
|
|
1510
|
+
to {
|
|
1511
|
+
transform: translateX(0);
|
|
1512
|
+
opacity: 1;
|
|
1513
|
+
}
|
|
1514
|
+
}
|
|
1456
1515
|
.edit-site-list-header {
|
|
1457
1516
|
position: relative;
|
|
1458
1517
|
align-items: center;
|
|
@@ -1489,6 +1548,7 @@ body.is-fullscreen-mode .edit-site-list-header {
|
|
|
1489
1548
|
}
|
|
1490
1549
|
|
|
1491
1550
|
.edit-site .edit-site-list {
|
|
1551
|
+
flex-grow: 1;
|
|
1492
1552
|
background: #fff;
|
|
1493
1553
|
border-radius: 8px;
|
|
1494
1554
|
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.8), 0 8px 10px -6px rgba(0, 0, 0, 0.8);
|
|
@@ -1608,8 +1668,7 @@ body.is-fullscreen-mode .edit-site-list-header {
|
|
|
1608
1668
|
.edit-site-list-added-by__avatar img {
|
|
1609
1669
|
width: 32px;
|
|
1610
1670
|
height: 32px;
|
|
1611
|
-
|
|
1612
|
-
object-fit: cover;
|
|
1671
|
+
object-fit: cover;
|
|
1613
1672
|
opacity: 0;
|
|
1614
1673
|
transition: opacity 0.1s linear;
|
|
1615
1674
|
}
|
|
@@ -1724,6 +1783,17 @@ body.is-fullscreen-mode .edit-site-list-header {
|
|
|
1724
1783
|
box-sizing: content-box;
|
|
1725
1784
|
}
|
|
1726
1785
|
|
|
1786
|
+
.edit-site-page-panels__edit-template-preview {
|
|
1787
|
+
border: 1px solid #e0e0e0;
|
|
1788
|
+
height: 200px;
|
|
1789
|
+
max-height: 200px;
|
|
1790
|
+
overflow: hidden;
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
.edit-site-page-panels__edit-template-button {
|
|
1794
|
+
justify-content: center;
|
|
1795
|
+
}
|
|
1796
|
+
|
|
1727
1797
|
.components-panel__header.edit-site-sidebar-edit-mode__panel-tabs {
|
|
1728
1798
|
justify-content: flex-start;
|
|
1729
1799
|
padding-right: 0;
|
|
@@ -1813,31 +1883,39 @@ body.is-fullscreen-mode .edit-site-list-header {
|
|
|
1813
1883
|
outline: 2px solid transparent;
|
|
1814
1884
|
}
|
|
1815
1885
|
|
|
1816
|
-
.edit-site-
|
|
1886
|
+
.edit-site-sidebar-card {
|
|
1817
1887
|
display: flex;
|
|
1818
1888
|
align-items: flex-start;
|
|
1819
1889
|
}
|
|
1820
|
-
.edit-site-
|
|
1890
|
+
.edit-site-sidebar-card__content {
|
|
1821
1891
|
flex-grow: 1;
|
|
1822
1892
|
margin-bottom: 4px;
|
|
1823
1893
|
}
|
|
1824
|
-
.edit-site-
|
|
1894
|
+
.edit-site-sidebar-card__title {
|
|
1825
1895
|
font-weight: 500;
|
|
1826
1896
|
line-height: 24px;
|
|
1827
1897
|
}
|
|
1828
|
-
.edit-site-
|
|
1898
|
+
.edit-site-sidebar-card__title.edit-site-sidebar-card__title {
|
|
1829
1899
|
margin: 0;
|
|
1830
1900
|
}
|
|
1831
|
-
.edit-site-
|
|
1901
|
+
.edit-site-sidebar-card__description {
|
|
1832
1902
|
font-size: 13px;
|
|
1833
|
-
margin: 0 0 16px;
|
|
1834
1903
|
}
|
|
1835
|
-
.edit-site-
|
|
1904
|
+
.edit-site-sidebar-card__icon {
|
|
1836
1905
|
flex: 0 0 24px;
|
|
1837
1906
|
margin-left: 12px;
|
|
1838
1907
|
width: 24px;
|
|
1839
1908
|
height: 24px;
|
|
1840
1909
|
}
|
|
1910
|
+
.edit-site-sidebar-card__header {
|
|
1911
|
+
display: flex;
|
|
1912
|
+
justify-content: space-between;
|
|
1913
|
+
margin: 0 0 4px;
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
.edit-site-template-card__template-areas {
|
|
1917
|
+
margin-top: 16px;
|
|
1918
|
+
}
|
|
1841
1919
|
.edit-site-template-card__template-areas-list {
|
|
1842
1920
|
margin: 0;
|
|
1843
1921
|
}
|
|
@@ -1850,11 +1928,6 @@ body.is-fullscreen-mode .edit-site-list-header {
|
|
|
1850
1928
|
.edit-site-template-card__template-areas-item.components-button.has-icon {
|
|
1851
1929
|
padding: 0;
|
|
1852
1930
|
}
|
|
1853
|
-
.edit-site-template-card__header {
|
|
1854
|
-
display: flex;
|
|
1855
|
-
justify-content: space-between;
|
|
1856
|
-
margin: 0 0 4px;
|
|
1857
|
-
}
|
|
1858
1931
|
.edit-site-template-card__actions {
|
|
1859
1932
|
line-height: 0;
|
|
1860
1933
|
}
|
|
@@ -1872,6 +1945,20 @@ h3.edit-site-template-card__template-areas-title {
|
|
|
1872
1945
|
margin: 0 0 8px;
|
|
1873
1946
|
}
|
|
1874
1947
|
|
|
1948
|
+
.edit-site-editor__interface-skeleton {
|
|
1949
|
+
opacity: 1;
|
|
1950
|
+
transition: opacity 0.1s ease-out;
|
|
1951
|
+
}
|
|
1952
|
+
@media (prefers-reduced-motion: reduce) {
|
|
1953
|
+
.edit-site-editor__interface-skeleton {
|
|
1954
|
+
transition-duration: 0s;
|
|
1955
|
+
transition-delay: 0s;
|
|
1956
|
+
}
|
|
1957
|
+
}
|
|
1958
|
+
.edit-site-editor__interface-skeleton.is-loading {
|
|
1959
|
+
opacity: 0;
|
|
1960
|
+
}
|
|
1961
|
+
|
|
1875
1962
|
.edit-site-editor__toggle-save-panel {
|
|
1876
1963
|
box-sizing: border-box;
|
|
1877
1964
|
width: 280px;
|
|
@@ -1883,7 +1970,7 @@ h3.edit-site-template-card__template-areas-title {
|
|
|
1883
1970
|
}
|
|
1884
1971
|
|
|
1885
1972
|
.edit-site .components-editor-notices__snackbar {
|
|
1886
|
-
position:
|
|
1973
|
+
position: absolute;
|
|
1887
1974
|
left: 0;
|
|
1888
1975
|
bottom: 40px;
|
|
1889
1976
|
padding-right: 16px;
|
|
@@ -1928,62 +2015,6 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar {
|
|
|
1928
2015
|
right: 0 !important;
|
|
1929
2016
|
}
|
|
1930
2017
|
|
|
1931
|
-
.edit-site-template-details .edit-site-template-details__group {
|
|
1932
|
-
margin: 0;
|
|
1933
|
-
padding: 16px;
|
|
1934
|
-
}
|
|
1935
|
-
.edit-site-template-details .edit-site-template-details__group + .edit-site-template-details__group {
|
|
1936
|
-
border-top: 1px solid #ccc;
|
|
1937
|
-
}
|
|
1938
|
-
.edit-site-template-details .edit-site-template-details__description {
|
|
1939
|
-
color: #757575;
|
|
1940
|
-
}
|
|
1941
|
-
.edit-site-template-details .edit-site-template-details__group.edit-site-template-details__template-areas {
|
|
1942
|
-
padding: 8px;
|
|
1943
|
-
}
|
|
1944
|
-
.edit-site-template-details .edit-site-template-details__template-areas-item {
|
|
1945
|
-
position: relative;
|
|
1946
|
-
}
|
|
1947
|
-
.edit-site-template-details .edit-site-template-details__template-areas-item .components-menu-items__item-icon {
|
|
1948
|
-
color: var(--wp-block-synced-color);
|
|
1949
|
-
}
|
|
1950
|
-
.edit-site-template-details .edit-site-template-details__template-areas-item .edit-site-template-details__template-areas-item-more {
|
|
1951
|
-
position: absolute;
|
|
1952
|
-
left: 0;
|
|
1953
|
-
top: 0;
|
|
1954
|
-
bottom: 0;
|
|
1955
|
-
margin: auto 0;
|
|
1956
|
-
}
|
|
1957
|
-
.edit-site-template-details .edit-site-template-details__revert {
|
|
1958
|
-
padding: 12px 8px;
|
|
1959
|
-
}
|
|
1960
|
-
.edit-site-template-details .edit-site-template-details__revert-button {
|
|
1961
|
-
height: auto;
|
|
1962
|
-
padding: 4px 8px;
|
|
1963
|
-
text-align: right;
|
|
1964
|
-
}
|
|
1965
|
-
.edit-site-template-details .edit-site-template-details__revert-button:focus:not(:disabled) {
|
|
1966
|
-
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 3px #fff;
|
|
1967
|
-
}
|
|
1968
|
-
.edit-site-template-details .edit-site-template-details__show-all-button.components-button {
|
|
1969
|
-
display: flex;
|
|
1970
|
-
justify-content: center;
|
|
1971
|
-
background: #1e1e1e;
|
|
1972
|
-
color: #fff;
|
|
1973
|
-
width: 100%;
|
|
1974
|
-
height: 44px;
|
|
1975
|
-
border-radius: 0;
|
|
1976
|
-
}
|
|
1977
|
-
.edit-site-template-details .edit-site-template-details__show-all-button.components-button:hover {
|
|
1978
|
-
color: #fff;
|
|
1979
|
-
}
|
|
1980
|
-
.edit-site-template-details .edit-site-template-details__show-all-button.components-button:active {
|
|
1981
|
-
color: #ccc;
|
|
1982
|
-
}
|
|
1983
|
-
.edit-site-template-details .edit-site-template-details__show-all-button.components-button:focus:not(:disabled) {
|
|
1984
|
-
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 3px #fff;
|
|
1985
|
-
}
|
|
1986
|
-
|
|
1987
2018
|
.edit-site-create-template-part-modal {
|
|
1988
2019
|
z-index: 1000001;
|
|
1989
2020
|
}
|
|
@@ -2130,8 +2161,7 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar {
|
|
|
2130
2161
|
.edit-site-welcome-guide__image > img {
|
|
2131
2162
|
display: block;
|
|
2132
2163
|
max-width: 100%;
|
|
2133
|
-
|
|
2134
|
-
object-fit: cover;
|
|
2164
|
+
object-fit: cover;
|
|
2135
2165
|
}
|
|
2136
2166
|
.edit-site-welcome-guide__heading {
|
|
2137
2167
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
@@ -2154,27 +2184,21 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar {
|
|
|
2154
2184
|
vertical-align: text-top;
|
|
2155
2185
|
}
|
|
2156
2186
|
|
|
2157
|
-
.edit-site-start-template-options__modal .
|
|
2158
|
-
|
|
2159
|
-
}
|
|
2160
|
-
.edit-site-start-template-options__modal .components-modal__children-container {
|
|
2161
|
-
display: flex;
|
|
2162
|
-
height: 100%;
|
|
2163
|
-
flex-direction: column;
|
|
2164
|
-
}
|
|
2165
|
-
.edit-site-start-template-options__modal .components-modal__children-container .edit-site-start-template-options__modal__actions {
|
|
2166
|
-
margin-top: auto;
|
|
2167
|
-
position: sticky;
|
|
2187
|
+
.edit-site-start-template-options__modal .edit-site-start-template-options__modal__actions {
|
|
2188
|
+
position: absolute;
|
|
2168
2189
|
bottom: 0;
|
|
2190
|
+
width: 100%;
|
|
2191
|
+
height: 92px;
|
|
2169
2192
|
background-color: #fff;
|
|
2170
2193
|
margin-right: -32px;
|
|
2171
2194
|
margin-left: -32px;
|
|
2172
|
-
padding:
|
|
2195
|
+
padding-right: 32px;
|
|
2196
|
+
padding-left: 32px;
|
|
2173
2197
|
border-top: 1px solid #ddd;
|
|
2174
2198
|
z-index: 1;
|
|
2175
2199
|
}
|
|
2176
2200
|
.edit-site-start-template-options__modal .block-editor-block-patterns-list {
|
|
2177
|
-
padding-bottom:
|
|
2201
|
+
padding-bottom: 92px;
|
|
2178
2202
|
}
|
|
2179
2203
|
|
|
2180
2204
|
.edit-site-start-template-options__modal-content .block-editor-block-patterns-list {
|
|
@@ -2349,7 +2373,12 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar {
|
|
|
2349
2373
|
right: 0;
|
|
2350
2374
|
bottom: 0;
|
|
2351
2375
|
width: 100%;
|
|
2352
|
-
|
|
2376
|
+
display: flex;
|
|
2377
|
+
justify-content: center;
|
|
2378
|
+
align-items: center;
|
|
2379
|
+
}
|
|
2380
|
+
.edit-site-layout__canvas:has(.edit-site-layout__resizable-frame-oversized) {
|
|
2381
|
+
justify-content: flex-end;
|
|
2353
2382
|
}
|
|
2354
2383
|
.edit-site-layout__canvas > div {
|
|
2355
2384
|
color: #1e1e1e;
|
|
@@ -2469,10 +2498,16 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar {
|
|
|
2469
2498
|
|
|
2470
2499
|
.edit-site-save-hub {
|
|
2471
2500
|
color: #949494;
|
|
2501
|
+
border-top: 1px solid #2f2f2f;
|
|
2502
|
+
flex-shrink: 0;
|
|
2503
|
+
margin: 0;
|
|
2504
|
+
padding: 24px;
|
|
2472
2505
|
}
|
|
2473
2506
|
|
|
2474
2507
|
.edit-site-save-hub__button {
|
|
2475
2508
|
color: inherit;
|
|
2509
|
+
width: 100%;
|
|
2510
|
+
justify-content: center;
|
|
2476
2511
|
}
|
|
2477
2512
|
.edit-site-save-hub__button[aria-disabled=true] {
|
|
2478
2513
|
opacity: 1;
|
|
@@ -2497,6 +2532,9 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar {
|
|
|
2497
2532
|
scrollbar-color: transparent transparent;
|
|
2498
2533
|
will-change: transform;
|
|
2499
2534
|
scrollbar-gutter: stable;
|
|
2535
|
+
display: flex;
|
|
2536
|
+
flex-direction: column;
|
|
2537
|
+
height: 100%;
|
|
2500
2538
|
}
|
|
2501
2539
|
.edit-site-sidebar__content .components-navigator-screen::-webkit-scrollbar {
|
|
2502
2540
|
width: 12px;
|
|
@@ -2530,10 +2568,6 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar {
|
|
|
2530
2568
|
padding: 24px 0;
|
|
2531
2569
|
}
|
|
2532
2570
|
|
|
2533
|
-
.edit-site-sidebar__content.edit-site-sidebar__content {
|
|
2534
|
-
overflow-x: unset;
|
|
2535
|
-
}
|
|
2536
|
-
|
|
2537
2571
|
.edit-site-sidebar__content > div {
|
|
2538
2572
|
padding: 0 12px;
|
|
2539
2573
|
}
|
|
@@ -2570,6 +2604,13 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar {
|
|
|
2570
2604
|
.edit-site-sidebar-navigation-item.components-item .edit-site-sidebar-navigation-item__drilldown-indicator {
|
|
2571
2605
|
fill: #757575;
|
|
2572
2606
|
}
|
|
2607
|
+
.edit-site-sidebar-navigation-item.components-item:is(a) {
|
|
2608
|
+
text-decoration: none;
|
|
2609
|
+
}
|
|
2610
|
+
.edit-site-sidebar-navigation-item.components-item:is(a):focus {
|
|
2611
|
+
box-shadow: none;
|
|
2612
|
+
outline: none;
|
|
2613
|
+
}
|
|
2573
2614
|
|
|
2574
2615
|
.edit-site-sidebar-navigation-screen__content .block-editor-list-view-block-select-button {
|
|
2575
2616
|
cursor: grab;
|
|
@@ -2583,14 +2624,33 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar {
|
|
|
2583
2624
|
position: relative;
|
|
2584
2625
|
}
|
|
2585
2626
|
|
|
2627
|
+
.edit-site-sidebar-navigation-screen__main {
|
|
2628
|
+
flex-grow: 1;
|
|
2629
|
+
}
|
|
2630
|
+
|
|
2586
2631
|
.edit-site-sidebar-navigation-screen__content {
|
|
2587
|
-
|
|
2588
|
-
|
|
2632
|
+
color: #ccc;
|
|
2633
|
+
padding: 0 16px;
|
|
2634
|
+
}
|
|
2635
|
+
.edit-site-sidebar-navigation-screen__content .components-item-group {
|
|
2636
|
+
margin-right: -16px;
|
|
2637
|
+
margin-left: -16px;
|
|
2638
|
+
}
|
|
2639
|
+
.edit-site-sidebar-navigation-screen__content .components-text {
|
|
2640
|
+
color: #ccc;
|
|
2641
|
+
}
|
|
2642
|
+
|
|
2643
|
+
.edit-site-sidebar-navigation-screen__meta {
|
|
2644
|
+
margin: 0 0 16px 0;
|
|
2645
|
+
color: #ccc;
|
|
2646
|
+
margin-right: 16px;
|
|
2647
|
+
}
|
|
2648
|
+
.edit-site-sidebar-navigation-screen__meta .components-text {
|
|
2649
|
+
color: #ccc;
|
|
2589
2650
|
}
|
|
2590
2651
|
|
|
2591
2652
|
.edit-site-sidebar-navigation-screen__page-link {
|
|
2592
2653
|
color: #949494;
|
|
2593
|
-
margin-right: 16px;
|
|
2594
2654
|
display: inline-block;
|
|
2595
2655
|
}
|
|
2596
2656
|
.edit-site-sidebar-navigation-screen__page-link:hover, .edit-site-sidebar-navigation-screen__page-link:focus {
|
|
@@ -2608,7 +2668,6 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar {
|
|
|
2608
2668
|
box-shadow: 0 8px 16px #1e1e1e;
|
|
2609
2669
|
margin-bottom: 8px;
|
|
2610
2670
|
padding-bottom: 8px;
|
|
2611
|
-
padding-left: 16px;
|
|
2612
2671
|
z-index: 1;
|
|
2613
2672
|
}
|
|
2614
2673
|
|
|
@@ -2617,9 +2676,10 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar {
|
|
|
2617
2676
|
padding: 6px 0 0 0;
|
|
2618
2677
|
}
|
|
2619
2678
|
|
|
2620
|
-
.edit-site-sidebar-navigation-
|
|
2621
|
-
|
|
2679
|
+
.edit-site-sidebar-navigation-screen__actions {
|
|
2680
|
+
flex-shrink: 0;
|
|
2622
2681
|
}
|
|
2682
|
+
|
|
2623
2683
|
.edit-site-sidebar-navigation-screen__content .edit-site-global-styles-style-variations-container .edit-site-global-styles-variations_item-preview {
|
|
2624
2684
|
border: #1e1e1e 1px solid;
|
|
2625
2685
|
}
|
|
@@ -2633,9 +2693,109 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar {
|
|
|
2633
2693
|
border: var(--wp-admin-theme-color) var(--wp-admin-border-width-focus) solid;
|
|
2634
2694
|
}
|
|
2635
2695
|
|
|
2636
|
-
.edit-site-sidebar-navigation-
|
|
2637
|
-
|
|
2638
|
-
|
|
2696
|
+
.edit-site-sidebar-navigation-screen__sticky-section.edit-site-sidebar-navigation-screen__sticky-section {
|
|
2697
|
+
position: sticky;
|
|
2698
|
+
bottom: 0;
|
|
2699
|
+
background-color: #1e1e1e;
|
|
2700
|
+
gap: 0;
|
|
2701
|
+
padding: 16px 0;
|
|
2702
|
+
margin: 16px 0 0;
|
|
2703
|
+
border-top: 1px solid #2f2f2f;
|
|
2704
|
+
box-shadow: 0 -8px 16px #1e1e1e;
|
|
2705
|
+
}
|
|
2706
|
+
|
|
2707
|
+
.edit-site-sidebar-navigation-screen__footer {
|
|
2708
|
+
position: sticky;
|
|
2709
|
+
bottom: 0;
|
|
2710
|
+
background-color: #1e1e1e;
|
|
2711
|
+
padding: 16px 0;
|
|
2712
|
+
}
|
|
2713
|
+
|
|
2714
|
+
.edit-site-sidebar-navigation-screen-global-styles__footer {
|
|
2715
|
+
padding-right: 12px;
|
|
2716
|
+
}
|
|
2717
|
+
|
|
2718
|
+
.edit-site-sidebar-navigation-screen-global-styles__revisions {
|
|
2719
|
+
border-radius: 2px;
|
|
2720
|
+
}
|
|
2721
|
+
.edit-site-sidebar-navigation-screen-global-styles__revisions:not(:hover) {
|
|
2722
|
+
color: #e0e0e0;
|
|
2723
|
+
}
|
|
2724
|
+
.edit-site-sidebar-navigation-screen-global-styles__revisions:not(:hover) .edit-site-sidebar-navigation-screen-global-styles__revisions__label {
|
|
2725
|
+
color: #949494;
|
|
2726
|
+
}
|
|
2727
|
+
|
|
2728
|
+
.edit-site-sidebar-navigation-screen-page__featured-image-wrapper {
|
|
2729
|
+
background-color: #2f2f2f;
|
|
2730
|
+
margin-bottom: 16px;
|
|
2731
|
+
min-height: 128px;
|
|
2732
|
+
border-radius: 4px;
|
|
2733
|
+
}
|
|
2734
|
+
|
|
2735
|
+
.edit-site-sidebar-navigation-screen-page__featured-image {
|
|
2736
|
+
border-radius: 2px;
|
|
2737
|
+
height: 128px;
|
|
2738
|
+
overflow: hidden;
|
|
2739
|
+
width: 100%;
|
|
2740
|
+
background-size: cover;
|
|
2741
|
+
background-position: 50% 50%;
|
|
2742
|
+
display: flex;
|
|
2743
|
+
align-items: center;
|
|
2744
|
+
justify-content: center;
|
|
2745
|
+
color: #949494;
|
|
2746
|
+
}
|
|
2747
|
+
.edit-site-sidebar-navigation-screen-page__featured-image img {
|
|
2748
|
+
object-fit: cover;
|
|
2749
|
+
height: 100%;
|
|
2750
|
+
width: 100%;
|
|
2751
|
+
object-position: 50% 50%;
|
|
2752
|
+
}
|
|
2753
|
+
|
|
2754
|
+
.edit-site-sidebar-navigation-screen-page__featured-image-description {
|
|
2755
|
+
font-size: 12px;
|
|
2756
|
+
}
|
|
2757
|
+
|
|
2758
|
+
.edit-site-sidebar-navigation-screen-page__excerpt {
|
|
2759
|
+
font-size: 12px;
|
|
2760
|
+
}
|
|
2761
|
+
|
|
2762
|
+
.edit-site-sidebar-navigation-screen-page__modified {
|
|
2763
|
+
margin: 0 0 16px 0;
|
|
2764
|
+
color: #949494;
|
|
2765
|
+
margin-right: 16px;
|
|
2766
|
+
}
|
|
2767
|
+
.edit-site-sidebar-navigation-screen-page__modified .components-text {
|
|
2768
|
+
color: #949494;
|
|
2769
|
+
}
|
|
2770
|
+
|
|
2771
|
+
.edit-site-sidebar-navigation-screen-page__status {
|
|
2772
|
+
display: inline-flex;
|
|
2773
|
+
}
|
|
2774
|
+
.edit-site-sidebar-navigation-screen-page__status time {
|
|
2775
|
+
display: contents;
|
|
2776
|
+
}
|
|
2777
|
+
.edit-site-sidebar-navigation-screen-page__status svg {
|
|
2778
|
+
height: 16px;
|
|
2779
|
+
width: 16px;
|
|
2780
|
+
margin-left: 8px;
|
|
2781
|
+
fill: #f0b849;
|
|
2782
|
+
}
|
|
2783
|
+
.edit-site-sidebar-navigation-screen-page__status.has-publish-status svg, .edit-site-sidebar-navigation-screen-page__status.has-future-status svg {
|
|
2784
|
+
fill: #4ab866;
|
|
2785
|
+
}
|
|
2786
|
+
|
|
2787
|
+
.edit-site-sidebar-navigation-screen-page__footer {
|
|
2788
|
+
padding-top: 8px;
|
|
2789
|
+
padding-bottom: 8px;
|
|
2790
|
+
padding-right: 16px;
|
|
2791
|
+
}
|
|
2792
|
+
|
|
2793
|
+
.edit-site-sidebar-navigation-screen-page__details .edit-site-sidebar-navigation-screen-page__details-label {
|
|
2794
|
+
color: #949494;
|
|
2795
|
+
width: 100px;
|
|
2796
|
+
}
|
|
2797
|
+
.edit-site-sidebar-navigation-screen-page__details .edit-site-sidebar-navigation-screen-page__details-value.edit-site-sidebar-navigation-screen-page__details-value {
|
|
2798
|
+
color: #e0e0e0;
|
|
2639
2799
|
}
|
|
2640
2800
|
|
|
2641
2801
|
.edit-site-sidebar-navigation-screen-template__added-by-description {
|
|
@@ -2666,11 +2826,11 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar {
|
|
|
2666
2826
|
}
|
|
2667
2827
|
|
|
2668
2828
|
.edit-site-sidebar-navigation-subtitle {
|
|
2669
|
-
color: #
|
|
2829
|
+
color: #ccc;
|
|
2670
2830
|
text-transform: uppercase;
|
|
2671
2831
|
font-weight: 500;
|
|
2672
2832
|
font-size: 11px;
|
|
2673
|
-
padding:
|
|
2833
|
+
padding: 8px 0;
|
|
2674
2834
|
}
|
|
2675
2835
|
|
|
2676
2836
|
.edit-site-site-hub {
|
|
@@ -2679,6 +2839,29 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar {
|
|
|
2679
2839
|
justify-content: space-between;
|
|
2680
2840
|
gap: 8px;
|
|
2681
2841
|
}
|
|
2842
|
+
.edit-site-site-hub .edit-site-site-hub__container {
|
|
2843
|
+
gap: 0;
|
|
2844
|
+
}
|
|
2845
|
+
.edit-site-site-hub .edit-site-site-hub__site-view-link {
|
|
2846
|
+
flex-grow: 0;
|
|
2847
|
+
}
|
|
2848
|
+
@media (min-width: 480px) {
|
|
2849
|
+
.edit-site-site-hub .edit-site-site-hub__site-view-link {
|
|
2850
|
+
opacity: 0;
|
|
2851
|
+
transition: opacity 0.2s ease-in-out;
|
|
2852
|
+
}
|
|
2853
|
+
}
|
|
2854
|
+
.edit-site-site-hub .edit-site-site-hub__site-view-link:focus {
|
|
2855
|
+
outline: none;
|
|
2856
|
+
box-shadow: none;
|
|
2857
|
+
opacity: 1;
|
|
2858
|
+
}
|
|
2859
|
+
.edit-site-site-hub .edit-site-site-hub__site-view-link svg {
|
|
2860
|
+
fill: #fff;
|
|
2861
|
+
}
|
|
2862
|
+
.edit-site-site-hub:hover .edit-site-site-hub__site-view-link {
|
|
2863
|
+
opacity: 1;
|
|
2864
|
+
}
|
|
2682
2865
|
|
|
2683
2866
|
.edit-site-site-hub__post-type {
|
|
2684
2867
|
opacity: 0.6;
|
|
@@ -2703,6 +2886,7 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar {
|
|
|
2703
2886
|
|
|
2704
2887
|
.edit-site-site-hub__site-title {
|
|
2705
2888
|
margin-right: 4px;
|
|
2889
|
+
flex-grow: 1;
|
|
2706
2890
|
}
|
|
2707
2891
|
|
|
2708
2892
|
.edit-site-site-hub_toggle-command-center {
|
|
@@ -2713,28 +2897,9 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar {
|
|
|
2713
2897
|
}
|
|
2714
2898
|
|
|
2715
2899
|
.edit-site-sidebar-navigation-screen__description {
|
|
2716
|
-
margin: 0
|
|
2900
|
+
margin: 0 0 32px 0;
|
|
2717
2901
|
}
|
|
2718
2902
|
|
|
2719
|
-
.edit-site-sidebar-navigation-screen-navigation-menus__placeholder {
|
|
2720
|
-
padding: 8px;
|
|
2721
|
-
margin: 8px;
|
|
2722
|
-
background-color: #f0f0f0;
|
|
2723
|
-
animation: loadingpulse 1s linear infinite;
|
|
2724
|
-
animation-delay: 0.5s;
|
|
2725
|
-
}
|
|
2726
|
-
|
|
2727
|
-
@keyframes loadingpulse {
|
|
2728
|
-
0% {
|
|
2729
|
-
opacity: 1;
|
|
2730
|
-
}
|
|
2731
|
-
50% {
|
|
2732
|
-
opacity: 0.5;
|
|
2733
|
-
}
|
|
2734
|
-
100% {
|
|
2735
|
-
opacity: 1;
|
|
2736
|
-
}
|
|
2737
|
-
}
|
|
2738
2903
|
.edit-site-sidebar-navigation-screen-navigation-menus__content .offcanvas-editor-list-view-leaf {
|
|
2739
2904
|
max-width: calc(100% - 4px);
|
|
2740
2905
|
border-radius: 2px;
|
|
@@ -2798,6 +2963,12 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar {
|
|
|
2798
2963
|
display: none;
|
|
2799
2964
|
}
|
|
2800
2965
|
|
|
2966
|
+
.edit-site-sidebar-navigation-screen-navigation-menus__loading.components-spinner {
|
|
2967
|
+
margin-right: auto;
|
|
2968
|
+
margin-left: auto;
|
|
2969
|
+
display: block;
|
|
2970
|
+
}
|
|
2971
|
+
|
|
2801
2972
|
.edit-site-site-icon__icon {
|
|
2802
2973
|
fill: currentColor;
|
|
2803
2974
|
}
|
|
@@ -2806,14 +2977,28 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar {
|
|
|
2806
2977
|
width: 100%;
|
|
2807
2978
|
height: auto;
|
|
2808
2979
|
border-radius: 4px;
|
|
2809
|
-
|
|
2810
|
-
object-fit: cover;
|
|
2980
|
+
object-fit: cover;
|
|
2811
2981
|
background: #333;
|
|
2812
2982
|
}
|
|
2813
2983
|
.edit-site-layout.is-full-canvas.is-edit-mode .edit-site-site-icon__image {
|
|
2814
2984
|
border-radius: 0;
|
|
2815
2985
|
}
|
|
2816
2986
|
|
|
2987
|
+
.edit-site-style-book {
|
|
2988
|
+
height: 100%;
|
|
2989
|
+
}
|
|
2990
|
+
.edit-site-style-book.is-button {
|
|
2991
|
+
border-radius: 8px;
|
|
2992
|
+
}
|
|
2993
|
+
|
|
2994
|
+
.edit-site-style-book__iframe.is-button {
|
|
2995
|
+
border-radius: 8px;
|
|
2996
|
+
}
|
|
2997
|
+
.edit-site-style-book__iframe.is-focused {
|
|
2998
|
+
outline: calc(2 * var(--wp-admin-border-width-focus)) solid var(--wp-admin-theme-color);
|
|
2999
|
+
outline-offset: calc(-2 * var(--wp-admin-border-width-focus));
|
|
3000
|
+
}
|
|
3001
|
+
|
|
2817
3002
|
.edit-site-style-book__tab-panel .components-tab-panel__tabs {
|
|
2818
3003
|
background: #fff;
|
|
2819
3004
|
color: #1e1e1e;
|
|
@@ -2848,6 +3033,66 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar {
|
|
|
2848
3033
|
background: #fff;
|
|
2849
3034
|
}
|
|
2850
3035
|
|
|
3036
|
+
.edit-site-resizable-frame__inner {
|
|
3037
|
+
position: relative;
|
|
3038
|
+
}
|
|
3039
|
+
body:has(.edit-site-resizable-frame__inner.is-resizing) {
|
|
3040
|
+
cursor: col-resize;
|
|
3041
|
+
user-select: none;
|
|
3042
|
+
-webkit-user-select: none;
|
|
3043
|
+
}
|
|
3044
|
+
|
|
3045
|
+
.edit-site-resizable-frame__inner.is-resizing::before {
|
|
3046
|
+
position: absolute;
|
|
3047
|
+
z-index: 1;
|
|
3048
|
+
inset: 0;
|
|
3049
|
+
content: "";
|
|
3050
|
+
}
|
|
3051
|
+
|
|
3052
|
+
.edit-site-resizable-frame__inner-content {
|
|
3053
|
+
position: absolute;
|
|
3054
|
+
z-index: 0;
|
|
3055
|
+
inset: 0;
|
|
3056
|
+
}
|
|
3057
|
+
|
|
3058
|
+
.edit-site-resizable-frame__handle {
|
|
3059
|
+
align-items: center;
|
|
3060
|
+
background-color: rgba(117, 117, 117, 0.4);
|
|
3061
|
+
border-radius: 4px;
|
|
3062
|
+
cursor: col-resize;
|
|
3063
|
+
display: flex;
|
|
3064
|
+
height: 64px;
|
|
3065
|
+
justify-content: flex-end;
|
|
3066
|
+
position: absolute;
|
|
3067
|
+
top: calc(50% - 32px);
|
|
3068
|
+
width: 4px;
|
|
3069
|
+
z-index: 100;
|
|
3070
|
+
}
|
|
3071
|
+
.edit-site-resizable-frame__handle::before {
|
|
3072
|
+
content: "";
|
|
3073
|
+
height: 100%;
|
|
3074
|
+
right: 100%;
|
|
3075
|
+
position: absolute;
|
|
3076
|
+
width: 32px;
|
|
3077
|
+
}
|
|
3078
|
+
.edit-site-resizable-frame__handle::after {
|
|
3079
|
+
content: "";
|
|
3080
|
+
height: 100%;
|
|
3081
|
+
position: absolute;
|
|
3082
|
+
left: 100%;
|
|
3083
|
+
width: 32px;
|
|
3084
|
+
}
|
|
3085
|
+
.edit-site-resizable-frame__handle:hover, .is-resizing .edit-site-resizable-frame__handle {
|
|
3086
|
+
background-color: var(--wp-admin-theme-color);
|
|
3087
|
+
}
|
|
3088
|
+
.edit-site-resizable-frame__handle .edit-site-resizable-frame__handle-label {
|
|
3089
|
+
background: var(--wp-admin-theme-color);
|
|
3090
|
+
border-radius: 2px;
|
|
3091
|
+
color: #fff;
|
|
3092
|
+
margin-left: 8px;
|
|
3093
|
+
padding: 4px 8px;
|
|
3094
|
+
}
|
|
3095
|
+
|
|
2851
3096
|
.edit-site-push-changes-to-global-styles-control .components-button {
|
|
2852
3097
|
justify-content: center;
|
|
2853
3098
|
width: 100%;
|
|
@@ -2961,7 +3206,7 @@ body.admin-color-light {
|
|
|
2961
3206
|
--wp-admin-theme-color-darker-20--rgb: 0, 97, 135;
|
|
2962
3207
|
--wp-admin-border-width-focus: 2px;
|
|
2963
3208
|
}
|
|
2964
|
-
@media (
|
|
3209
|
+
@media (min-resolution: 192dpi) {
|
|
2965
3210
|
body.admin-color-light {
|
|
2966
3211
|
--wp-admin-border-width-focus: 1.5px;
|
|
2967
3212
|
}
|
|
@@ -2976,7 +3221,7 @@ body.admin-color-modern {
|
|
|
2976
3221
|
--wp-admin-theme-color-darker-20--rgb: 24, 58, 214;
|
|
2977
3222
|
--wp-admin-border-width-focus: 2px;
|
|
2978
3223
|
}
|
|
2979
|
-
@media (
|
|
3224
|
+
@media (min-resolution: 192dpi) {
|
|
2980
3225
|
body.admin-color-modern {
|
|
2981
3226
|
--wp-admin-border-width-focus: 1.5px;
|
|
2982
3227
|
}
|
|
@@ -2991,7 +3236,7 @@ body.admin-color-blue {
|
|
|
2991
3236
|
--wp-admin-theme-color-darker-20--rgb: 6, 64, 84;
|
|
2992
3237
|
--wp-admin-border-width-focus: 2px;
|
|
2993
3238
|
}
|
|
2994
|
-
@media (
|
|
3239
|
+
@media (min-resolution: 192dpi) {
|
|
2995
3240
|
body.admin-color-blue {
|
|
2996
3241
|
--wp-admin-border-width-focus: 1.5px;
|
|
2997
3242
|
}
|
|
@@ -3006,7 +3251,7 @@ body.admin-color-coffee {
|
|
|
3006
3251
|
--wp-admin-theme-color-darker-20--rgb: 43, 39, 36;
|
|
3007
3252
|
--wp-admin-border-width-focus: 2px;
|
|
3008
3253
|
}
|
|
3009
|
-
@media (
|
|
3254
|
+
@media (min-resolution: 192dpi) {
|
|
3010
3255
|
body.admin-color-coffee {
|
|
3011
3256
|
--wp-admin-border-width-focus: 1.5px;
|
|
3012
3257
|
}
|
|
@@ -3021,7 +3266,7 @@ body.admin-color-ectoplasm {
|
|
|
3021
3266
|
--wp-admin-theme-color-darker-20--rgb: 58, 44, 77;
|
|
3022
3267
|
--wp-admin-border-width-focus: 2px;
|
|
3023
3268
|
}
|
|
3024
|
-
@media (
|
|
3269
|
+
@media (min-resolution: 192dpi) {
|
|
3025
3270
|
body.admin-color-ectoplasm {
|
|
3026
3271
|
--wp-admin-border-width-focus: 1.5px;
|
|
3027
3272
|
}
|
|
@@ -3036,7 +3281,7 @@ body.admin-color-midnight {
|
|
|
3036
3281
|
--wp-admin-theme-color-darker-20--rgb: 208, 44, 33;
|
|
3037
3282
|
--wp-admin-border-width-focus: 2px;
|
|
3038
3283
|
}
|
|
3039
|
-
@media (
|
|
3284
|
+
@media (min-resolution: 192dpi) {
|
|
3040
3285
|
body.admin-color-midnight {
|
|
3041
3286
|
--wp-admin-border-width-focus: 1.5px;
|
|
3042
3287
|
}
|
|
@@ -3051,7 +3296,7 @@ body.admin-color-ocean {
|
|
|
3051
3296
|
--wp-admin-theme-color-darker-20--rgb: 76, 96, 102;
|
|
3052
3297
|
--wp-admin-border-width-focus: 2px;
|
|
3053
3298
|
}
|
|
3054
|
-
@media (
|
|
3299
|
+
@media (min-resolution: 192dpi) {
|
|
3055
3300
|
body.admin-color-ocean {
|
|
3056
3301
|
--wp-admin-border-width-focus: 1.5px;
|
|
3057
3302
|
}
|
|
@@ -3066,7 +3311,7 @@ body.admin-color-sunrise {
|
|
|
3066
3311
|
--wp-admin-theme-color-darker-20--rgb: 195, 105, 34;
|
|
3067
3312
|
--wp-admin-border-width-focus: 2px;
|
|
3068
3313
|
}
|
|
3069
|
-
@media (
|
|
3314
|
+
@media (min-resolution: 192dpi) {
|
|
3070
3315
|
body.admin-color-sunrise {
|
|
3071
3316
|
--wp-admin-border-width-focus: 1.5px;
|
|
3072
3317
|
}
|