@wordpress/block-editor 13.3.0 → 13.4.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 +2 -0
- package/README.md +0 -4
- package/build/components/alignment-control/ui.js +2 -2
- package/build/components/alignment-control/ui.js.map +1 -1
- package/build/components/block-alignment-control/ui.js +1 -1
- package/build/components/block-alignment-control/ui.js.map +1 -1
- package/build/components/block-alignment-control/ui.native.js +1 -1
- package/build/components/block-alignment-control/ui.native.js.map +1 -1
- package/build/components/block-inspector/index.js +6 -3
- package/build/components/block-inspector/index.js.map +1 -1
- package/build/components/block-list/use-block-props/index.js +3 -1
- package/build/components/block-list/use-block-props/index.js.map +1 -1
- package/build/components/block-list/use-block-props/use-block-refs.js +9 -2
- package/build/components/block-list/use-block-props/use-block-refs.js.map +1 -1
- package/build/components/block-list/use-block-props/use-is-hovered.js +25 -9
- package/build/components/block-list/use-block-props/use-is-hovered.js.map +1 -1
- package/build/components/block-list/use-in-between-inserter.js +3 -2
- package/build/components/block-list/use-in-between-inserter.js.map +1 -1
- package/build/components/block-lock/modal.js +2 -0
- package/build/components/block-lock/modal.js.map +1 -1
- package/build/components/block-removal-warning-modal/index.js +2 -0
- package/build/components/block-removal-warning-modal/index.js.map +1 -1
- package/build/components/block-switcher/index.js +1 -1
- package/build/components/block-switcher/index.js.map +1 -1
- package/build/components/block-switcher/pattern-transformations-menu.js +11 -12
- package/build/components/block-switcher/pattern-transformations-menu.js.map +1 -1
- package/build/components/block-switcher/preview-block-popover.js +20 -17
- package/build/components/block-switcher/preview-block-popover.js.map +1 -1
- package/build/components/block-toolbar/shuffle.js +5 -2
- package/build/components/block-toolbar/shuffle.js.map +1 -1
- package/build/components/block-tools/use-show-block-tools.js +7 -8
- package/build/components/block-tools/use-show-block-tools.js.map +1 -1
- package/build/components/block-tools/zoom-out-mode-inserter-button.js +45 -0
- package/build/components/block-tools/zoom-out-mode-inserter-button.js.map +1 -0
- package/build/components/block-tools/zoom-out-mode-inserters.js +27 -27
- package/build/components/block-tools/zoom-out-mode-inserters.js.map +1 -1
- package/build/components/block-tools/zoom-out-popover.js +2 -1
- package/build/components/block-tools/zoom-out-popover.js.map +1 -1
- package/build/components/block-tools/zoom-out-toolbar.js +1 -1
- package/build/components/block-tools/zoom-out-toolbar.js.map +1 -1
- package/build/components/date-format-picker/index.js +2 -11
- package/build/components/date-format-picker/index.js.map +1 -1
- package/build/components/default-block-appender/index.js +7 -4
- package/build/components/default-block-appender/index.js.map +1 -1
- package/build/components/font-appearance-control/index.js +2 -7
- package/build/components/font-appearance-control/index.js.map +1 -1
- package/build/components/global-styles/background-panel.js +8 -1
- package/build/components/global-styles/background-panel.js.map +1 -1
- package/build/components/global-styles/hooks.js +5 -1
- package/build/components/global-styles/hooks.js.map +1 -1
- package/build/components/global-styles/typography-panel.js +26 -43
- package/build/components/global-styles/typography-panel.js.map +1 -1
- package/build/components/global-styles/typography-utils.js +78 -7
- package/build/components/global-styles/typography-utils.js.map +1 -1
- package/build/components/global-styles/use-global-styles-output.js +24 -5
- package/build/components/global-styles/use-global-styles-output.js.map +1 -1
- package/build/components/grid/grid-item-movers.js +89 -44
- package/build/components/grid/grid-item-movers.js.map +1 -1
- package/build/components/grid/grid-visualizer.js +1 -1
- package/build/components/grid/grid-visualizer.js.map +1 -1
- package/build/components/grid/use-grid-layout-sync.js +40 -28
- package/build/components/grid/use-grid-layout-sync.js.map +1 -1
- package/build/components/index.js +1 -9
- package/build/components/index.js.map +1 -1
- package/build/components/inner-blocks/index.js +1 -1
- package/build/components/inner-blocks/index.js.map +1 -1
- package/build/components/inserter/block-patterns-tab/patterns-filter.js +20 -23
- package/build/components/inserter/block-patterns-tab/patterns-filter.js.map +1 -1
- package/build/components/inserter/media-tab/media-panel.js +1 -0
- package/build/components/inserter/media-tab/media-panel.js.map +1 -1
- package/build/components/inserter/menu.js +1 -1
- package/build/components/inserter/menu.js.map +1 -1
- package/build/components/inserter/preview-panel.js +20 -3
- package/build/components/inserter/preview-panel.js.map +1 -1
- package/build/components/inserter-draggable-blocks/index.js +10 -3
- package/build/components/inserter-draggable-blocks/index.js.map +1 -1
- package/build/components/inspector-controls-tabs/settings-tab.js +1 -2
- package/build/components/inspector-controls-tabs/settings-tab.js.map +1 -1
- package/build/components/list-view/block-select-button.js +2 -6
- package/build/components/list-view/block-select-button.js.map +1 -1
- package/build/components/list-view/block.js +2 -2
- package/build/components/list-view/block.js.map +1 -1
- package/build/components/list-view/utils.js +3 -1
- package/build/components/list-view/utils.js.map +1 -1
- package/build/components/rich-text/format-toolbar/index.js +1 -1
- package/build/components/rich-text/format-toolbar/index.js.map +1 -1
- package/build/components/rich-text/index.js +1 -1
- package/build/components/rich-text/index.js.map +1 -1
- package/build/components/spacing-sizes-control/input-controls/spacing-input-control.js +4 -2
- package/build/components/spacing-sizes-control/input-controls/spacing-input-control.js.map +1 -1
- package/build/components/url-popover/image-url-input-ui.js +3 -3
- package/build/components/url-popover/image-url-input-ui.js.map +1 -1
- package/build/hooks/grid-visualizer.js +5 -8
- package/build/hooks/grid-visualizer.js.map +1 -1
- package/build/hooks/layout-child.js +9 -2
- package/build/hooks/layout-child.js.map +1 -1
- package/build/hooks/position.js +3 -7
- package/build/hooks/position.js.map +1 -1
- package/build/hooks/use-bindings-attributes.js +81 -50
- package/build/hooks/use-bindings-attributes.js.map +1 -1
- package/build/layouts/constrained.js +6 -2
- package/build/layouts/constrained.js.map +1 -1
- package/build/layouts/grid.js +2 -0
- package/build/layouts/grid.js.map +1 -1
- package/build/private-apis.js +0 -3
- package/build/private-apis.js.map +1 -1
- package/build/store/actions.js +18 -1
- package/build/store/actions.js.map +1 -1
- package/build/store/reducer.js +19 -1
- package/build/store/reducer.js.map +1 -1
- package/build/store/selectors.js +13 -1
- package/build/store/selectors.js.map +1 -1
- package/build-module/components/alignment-control/ui.js +2 -2
- package/build-module/components/alignment-control/ui.js.map +1 -1
- package/build-module/components/block-alignment-control/ui.js +1 -1
- package/build-module/components/block-alignment-control/ui.js.map +1 -1
- package/build-module/components/block-alignment-control/ui.native.js +1 -1
- package/build-module/components/block-alignment-control/ui.native.js.map +1 -1
- package/build-module/components/block-inspector/index.js +6 -3
- package/build-module/components/block-inspector/index.js.map +1 -1
- package/build-module/components/block-list/use-block-props/index.js +3 -1
- package/build-module/components/block-list/use-block-props/index.js.map +1 -1
- package/build-module/components/block-list/use-block-props/use-block-refs.js +11 -4
- package/build-module/components/block-list/use-block-props/use-block-refs.js.map +1 -1
- package/build-module/components/block-list/use-block-props/use-is-hovered.js +26 -9
- package/build-module/components/block-list/use-block-props/use-is-hovered.js.map +1 -1
- package/build-module/components/block-list/use-in-between-inserter.js +3 -2
- package/build-module/components/block-list/use-in-between-inserter.js.map +1 -1
- package/build-module/components/block-lock/modal.js +2 -0
- package/build-module/components/block-lock/modal.js.map +1 -1
- package/build-module/components/block-removal-warning-modal/index.js +2 -0
- package/build-module/components/block-removal-warning-modal/index.js.map +1 -1
- package/build-module/components/block-switcher/index.js +1 -1
- package/build-module/components/block-switcher/index.js.map +1 -1
- package/build-module/components/block-switcher/pattern-transformations-menu.js +12 -13
- package/build-module/components/block-switcher/pattern-transformations-menu.js.map +1 -1
- package/build-module/components/block-switcher/preview-block-popover.js +20 -17
- package/build-module/components/block-switcher/preview-block-popover.js.map +1 -1
- package/build-module/components/block-toolbar/shuffle.js +5 -2
- package/build-module/components/block-toolbar/shuffle.js.map +1 -1
- package/build-module/components/block-tools/use-show-block-tools.js +7 -8
- package/build-module/components/block-tools/use-show-block-tools.js.map +1 -1
- package/build-module/components/block-tools/zoom-out-mode-inserter-button.js +37 -0
- package/build-module/components/block-tools/zoom-out-mode-inserter-button.js.map +1 -0
- package/build-module/components/block-tools/zoom-out-mode-inserters.js +28 -28
- package/build-module/components/block-tools/zoom-out-mode-inserters.js.map +1 -1
- package/build-module/components/block-tools/zoom-out-popover.js +2 -1
- package/build-module/components/block-tools/zoom-out-popover.js.map +1 -1
- package/build-module/components/block-tools/zoom-out-toolbar.js +1 -1
- package/build-module/components/block-tools/zoom-out-toolbar.js.map +1 -1
- package/build-module/components/date-format-picker/index.js +4 -12
- package/build-module/components/date-format-picker/index.js.map +1 -1
- package/build-module/components/default-block-appender/index.js +7 -4
- package/build-module/components/default-block-appender/index.js.map +1 -1
- package/build-module/components/font-appearance-control/index.js +3 -6
- package/build-module/components/font-appearance-control/index.js.map +1 -1
- package/build-module/components/global-styles/background-panel.js +8 -1
- package/build-module/components/global-styles/background-panel.js.map +1 -1
- package/build-module/components/global-styles/hooks.js +5 -1
- package/build-module/components/global-styles/hooks.js.map +1 -1
- package/build-module/components/global-styles/typography-panel.js +27 -44
- package/build-module/components/global-styles/typography-panel.js.map +1 -1
- package/build-module/components/global-styles/typography-utils.js +76 -7
- package/build-module/components/global-styles/typography-utils.js.map +1 -1
- package/build-module/components/global-styles/use-global-styles-output.js +24 -5
- package/build-module/components/global-styles/use-global-styles-output.js.map +1 -1
- package/build-module/components/grid/grid-item-movers.js +92 -46
- package/build-module/components/grid/grid-item-movers.js.map +1 -1
- package/build-module/components/grid/grid-visualizer.js +1 -1
- package/build-module/components/grid/grid-visualizer.js.map +1 -1
- package/build-module/components/grid/use-grid-layout-sync.js +41 -29
- package/build-module/components/grid/use-grid-layout-sync.js.map +1 -1
- package/build-module/components/index.js +0 -5
- package/build-module/components/index.js.map +1 -1
- package/build-module/components/inner-blocks/index.js +1 -1
- package/build-module/components/inner-blocks/index.js.map +1 -1
- package/build-module/components/inserter/block-patterns-tab/patterns-filter.js +20 -23
- package/build-module/components/inserter/block-patterns-tab/patterns-filter.js.map +1 -1
- package/build-module/components/inserter/media-tab/media-panel.js +1 -0
- package/build-module/components/inserter/media-tab/media-panel.js.map +1 -1
- package/build-module/components/inserter/menu.js +1 -1
- package/build-module/components/inserter/menu.js.map +1 -1
- package/build-module/components/inserter/preview-panel.js +20 -3
- package/build-module/components/inserter/preview-panel.js.map +1 -1
- package/build-module/components/inserter-draggable-blocks/index.js +10 -3
- package/build-module/components/inserter-draggable-blocks/index.js.map +1 -1
- package/build-module/components/inspector-controls-tabs/settings-tab.js +1 -2
- package/build-module/components/inspector-controls-tabs/settings-tab.js.map +1 -1
- package/build-module/components/list-view/block-select-button.js +3 -7
- package/build-module/components/list-view/block-select-button.js.map +1 -1
- package/build-module/components/list-view/block.js +2 -2
- package/build-module/components/list-view/block.js.map +1 -1
- package/build-module/components/list-view/utils.js +3 -1
- package/build-module/components/list-view/utils.js.map +1 -1
- package/build-module/components/rich-text/format-toolbar/index.js +1 -1
- package/build-module/components/rich-text/format-toolbar/index.js.map +1 -1
- package/build-module/components/rich-text/index.js +1 -1
- package/build-module/components/rich-text/index.js.map +1 -1
- package/build-module/components/spacing-sizes-control/input-controls/spacing-input-control.js +4 -2
- package/build-module/components/spacing-sizes-control/input-controls/spacing-input-control.js.map +1 -1
- package/build-module/components/url-popover/image-url-input-ui.js +3 -3
- package/build-module/components/url-popover/image-url-input-ui.js.map +1 -1
- package/build-module/hooks/grid-visualizer.js +5 -8
- package/build-module/hooks/grid-visualizer.js.map +1 -1
- package/build-module/hooks/layout-child.js +9 -2
- package/build-module/hooks/layout-child.js.map +1 -1
- package/build-module/hooks/position.js +3 -7
- package/build-module/hooks/position.js.map +1 -1
- package/build-module/hooks/use-bindings-attributes.js +81 -51
- package/build-module/hooks/use-bindings-attributes.js.map +1 -1
- package/build-module/layouts/constrained.js +6 -2
- package/build-module/layouts/constrained.js.map +1 -1
- package/build-module/layouts/grid.js +2 -0
- package/build-module/layouts/grid.js.map +1 -1
- package/build-module/private-apis.js +0 -3
- package/build-module/private-apis.js.map +1 -1
- package/build-module/store/actions.js +15 -0
- package/build-module/store/actions.js.map +1 -1
- package/build-module/store/reducer.js +18 -1
- package/build-module/store/reducer.js.map +1 -1
- package/build-module/store/selectors.js +10 -0
- package/build-module/store/selectors.js.map +1 -1
- package/build-style/content-rtl.css +6 -6
- package/build-style/content.css +6 -6
- package/build-style/style-rtl.css +167 -103
- package/build-style/style.css +167 -103
- package/build-types/components/block-context/index.d.ts +2 -2
- package/build-types/components/block-context/index.d.ts.map +1 -1
- package/build-types/utils/dom.d.ts.map +1 -1
- package/package.json +31 -31
- package/src/components/alignment-control/ui.js +2 -2
- package/src/components/block-alignment-control/ui.js +1 -1
- package/src/components/block-alignment-control/ui.native.js +1 -1
- package/src/components/block-context/README.md +4 -4
- package/src/components/block-inspector/index.js +8 -4
- package/src/components/block-list/content.scss +2 -16
- package/src/components/block-list/use-block-props/index.js +1 -1
- package/src/components/block-list/use-block-props/use-block-refs.js +19 -3
- package/src/components/block-list/use-block-props/use-is-hovered.js +26 -11
- package/src/components/block-list/use-in-between-inserter.js +5 -1
- package/src/components/block-lock/modal.js +10 -2
- package/src/components/block-lock/style.scss +4 -8
- package/src/components/block-patterns-paging/style.scss +0 -23
- package/src/components/block-removal-warning-modal/index.js +10 -2
- package/src/components/block-switcher/index.js +1 -1
- package/src/components/block-switcher/pattern-transformations-menu.js +17 -15
- package/src/components/block-switcher/preview-block-popover.js +20 -14
- package/src/components/block-switcher/style.scss +8 -17
- package/src/components/block-toolbar/shuffle.js +8 -1
- package/src/components/block-tools/style.scss +8 -0
- package/src/components/block-tools/use-show-block-tools.js +12 -9
- package/src/components/block-tools/zoom-out-mode-inserter-button.js +47 -0
- package/src/components/block-tools/zoom-out-mode-inserters.js +43 -33
- package/src/components/block-tools/zoom-out-popover.js +1 -0
- package/src/components/block-tools/zoom-out-toolbar.js +1 -1
- package/src/components/date-format-picker/index.js +2 -11
- package/src/components/default-block-appender/index.js +11 -4
- package/src/components/font-appearance-control/index.js +1 -5
- package/src/components/global-styles/background-panel.js +21 -1
- package/src/components/global-styles/hooks.js +5 -1
- package/src/components/global-styles/style.scss +12 -0
- package/src/components/global-styles/test/typography-utils.js +325 -0
- package/src/components/global-styles/test/use-global-styles-output.js +3 -1
- package/src/components/global-styles/typography-panel.js +36 -44
- package/src/components/global-styles/typography-utils.js +103 -7
- package/src/components/global-styles/use-global-styles-output.js +22 -2
- package/src/components/grid/grid-item-movers.js +139 -69
- package/src/components/grid/grid-visualizer.js +1 -1
- package/src/components/grid/style.scss +114 -0
- package/src/components/grid/use-grid-layout-sync.js +66 -27
- package/src/components/iframe/content.scss +1 -1
- package/src/components/index.js +0 -5
- package/src/components/inner-blocks/index.js +4 -1
- package/src/components/inserter/block-patterns-tab/patterns-filter.js +40 -44
- package/src/components/inserter/media-tab/media-panel.js +1 -0
- package/src/components/inserter/menu.js +1 -1
- package/src/components/inserter/preview-panel.js +27 -4
- package/src/components/inserter/style.scss +57 -43
- package/src/components/inserter-draggable-blocks/index.js +11 -3
- package/src/components/inspector-controls-tabs/settings-tab.js +0 -2
- package/src/components/inspector-controls-tabs/style.scss +0 -21
- package/src/components/list-view/block-select-button.js +3 -13
- package/src/components/list-view/block.js +10 -3
- package/src/components/list-view/style.scss +2 -1
- package/src/components/list-view/utils.js +13 -2
- package/src/components/rich-text/format-toolbar/index.js +1 -1
- package/src/components/rich-text/index.js +1 -1
- package/src/components/spacing-sizes-control/input-controls/spacing-input-control.js +3 -1
- package/src/components/url-popover/image-url-input-ui.js +3 -3
- package/src/components/url-popover/style.scss +1 -0
- package/src/hooks/grid-visualizer.js +5 -7
- package/src/hooks/layout-child.js +12 -3
- package/src/hooks/position.js +3 -13
- package/src/hooks/use-bindings-attributes.js +89 -59
- package/src/layouts/constrained.js +10 -2
- package/src/layouts/grid.js +2 -0
- package/src/private-apis.js +0 -6
- package/src/store/actions.js +15 -0
- package/src/store/reducer.js +18 -0
- package/src/store/selectors.js +10 -0
- package/tsconfig.tsbuildinfo +1 -1
- package/build/components/inserter/reusable-block-rename-hint.js +0 -71
- package/build/components/inserter/reusable-block-rename-hint.js.map +0 -1
- package/build/components/inspector-controls-tabs/settings-tab-hint.js +0 -53
- package/build/components/inspector-controls-tabs/settings-tab-hint.js.map +0 -1
- package/build-module/components/inserter/reusable-block-rename-hint.js +0 -64
- package/build-module/components/inserter/reusable-block-rename-hint.js.map +0 -1
- package/build-module/components/inspector-controls-tabs/settings-tab-hint.js +0 -47
- package/build-module/components/inspector-controls-tabs/settings-tab-hint.js.map +0 -1
- package/src/components/inserter/reusable-block-rename-hint.js +0 -69
- package/src/components/inspector-controls-tabs/settings-tab-hint.js +0 -52
|
@@ -195,8 +195,8 @@ _::-webkit-full-page-media, _:future, :root .has-multi-selection .block-editor-b
|
|
|
195
195
|
right: 0;
|
|
196
196
|
outline-color: var(--wp-admin-theme-color);
|
|
197
197
|
outline-style: solid;
|
|
198
|
-
outline-width: calc(var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1));
|
|
199
|
-
outline-offset: calc((-1 * var(--wp-admin-border-width-focus)) / var(--wp-block-editor-iframe-zoom-out-scale, 1));
|
|
198
|
+
outline-width: calc(1 * (var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1)));
|
|
199
|
+
outline-offset: calc(1 * ((-1 * var(--wp-admin-border-width-focus) ) / var(--wp-block-editor-iframe-zoom-out-scale, 1)));
|
|
200
200
|
z-index: 1;
|
|
201
201
|
}
|
|
202
202
|
.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after,
|
|
@@ -321,8 +321,8 @@ _::-webkit-full-page-media, _:future, :root .has-multi-selection .block-editor-b
|
|
|
321
321
|
right: 0;
|
|
322
322
|
outline-color: var(--wp-admin-theme-color);
|
|
323
323
|
outline-style: solid;
|
|
324
|
-
outline-width: calc(var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1));
|
|
325
|
-
outline-offset: calc((-1 * var(--wp-admin-border-width-focus)) / var(--wp-block-editor-iframe-zoom-out-scale, 1));
|
|
324
|
+
outline-width: calc(1 * (var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1)));
|
|
325
|
+
outline-offset: calc(1 * ((-1 * var(--wp-admin-border-width-focus) ) / var(--wp-block-editor-iframe-zoom-out-scale, 1)));
|
|
326
326
|
}
|
|
327
327
|
|
|
328
328
|
.is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-hovered::after, .is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-selected::after, .is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-highlighted::after,
|
|
@@ -835,13 +835,13 @@ _::-webkit-full-page-media, _:future, :root .has-multi-selection .block-editor-b
|
|
|
835
835
|
display: flex;
|
|
836
836
|
flex-direction: column;
|
|
837
837
|
}
|
|
838
|
-
.block-editor-iframe__html.is-zoomed-out body > .is-root-container {
|
|
838
|
+
.block-editor-iframe__html.is-zoomed-out body > .is-root-container:not(.wp-block-post-content) {
|
|
839
839
|
flex: 1;
|
|
840
840
|
display: flex;
|
|
841
841
|
flex-direction: column;
|
|
842
842
|
height: 100%;
|
|
843
843
|
}
|
|
844
|
-
.block-editor-iframe__html.is-zoomed-out body > .is-root-container > main {
|
|
844
|
+
.block-editor-iframe__html.is-zoomed-out body > .is-root-container:not(.wp-block-post-content) > main {
|
|
845
845
|
flex: 1;
|
|
846
846
|
}
|
|
847
847
|
|
package/build-style/content.css
CHANGED
|
@@ -195,8 +195,8 @@ _::-webkit-full-page-media, _:future, :root .has-multi-selection .block-editor-b
|
|
|
195
195
|
left: 0;
|
|
196
196
|
outline-color: var(--wp-admin-theme-color);
|
|
197
197
|
outline-style: solid;
|
|
198
|
-
outline-width: calc(var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1));
|
|
199
|
-
outline-offset: calc((-1 * var(--wp-admin-border-width-focus)) / var(--wp-block-editor-iframe-zoom-out-scale, 1));
|
|
198
|
+
outline-width: calc(1 * (var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1)));
|
|
199
|
+
outline-offset: calc(1 * ((-1 * var(--wp-admin-border-width-focus) ) / var(--wp-block-editor-iframe-zoom-out-scale, 1)));
|
|
200
200
|
z-index: 1;
|
|
201
201
|
}
|
|
202
202
|
.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after,
|
|
@@ -321,8 +321,8 @@ _::-webkit-full-page-media, _:future, :root .has-multi-selection .block-editor-b
|
|
|
321
321
|
left: 0;
|
|
322
322
|
outline-color: var(--wp-admin-theme-color);
|
|
323
323
|
outline-style: solid;
|
|
324
|
-
outline-width: calc(var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1));
|
|
325
|
-
outline-offset: calc((-1 * var(--wp-admin-border-width-focus)) / var(--wp-block-editor-iframe-zoom-out-scale, 1));
|
|
324
|
+
outline-width: calc(1 * (var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1)));
|
|
325
|
+
outline-offset: calc(1 * ((-1 * var(--wp-admin-border-width-focus) ) / var(--wp-block-editor-iframe-zoom-out-scale, 1)));
|
|
326
326
|
}
|
|
327
327
|
|
|
328
328
|
.is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-hovered::after, .is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-selected::after, .is-outline-mode .block-editor-block-list__block:not(.remove-outline).wp-block-template-part.is-highlighted::after,
|
|
@@ -835,13 +835,13 @@ _::-webkit-full-page-media, _:future, :root .has-multi-selection .block-editor-b
|
|
|
835
835
|
display: flex;
|
|
836
836
|
flex-direction: column;
|
|
837
837
|
}
|
|
838
|
-
.block-editor-iframe__html.is-zoomed-out body > .is-root-container {
|
|
838
|
+
.block-editor-iframe__html.is-zoomed-out body > .is-root-container:not(.wp-block-post-content) {
|
|
839
839
|
flex: 1;
|
|
840
840
|
display: flex;
|
|
841
841
|
flex-direction: column;
|
|
842
842
|
height: 100%;
|
|
843
843
|
}
|
|
844
|
-
.block-editor-iframe__html.is-zoomed-out body > .is-root-container > main {
|
|
844
|
+
.block-editor-iframe__html.is-zoomed-out body > .is-root-container:not(.wp-block-post-content) > main {
|
|
845
845
|
flex: 1;
|
|
846
846
|
}
|
|
847
847
|
|
|
@@ -418,6 +418,13 @@ iframe[name=editor-canvas] {
|
|
|
418
418
|
border: none;
|
|
419
419
|
}
|
|
420
420
|
|
|
421
|
+
.block-editor-block-tools__zoom-out-mode-inserter-button {
|
|
422
|
+
visibility: hidden;
|
|
423
|
+
}
|
|
424
|
+
.block-editor-block-tools__zoom-out-mode-inserter-button.is-visible {
|
|
425
|
+
visibility: visible;
|
|
426
|
+
}
|
|
427
|
+
|
|
421
428
|
.block-editor-block-lock-modal {
|
|
422
429
|
z-index: 1000001;
|
|
423
430
|
}
|
|
@@ -427,9 +434,6 @@ iframe[name=editor-canvas] {
|
|
|
427
434
|
}
|
|
428
435
|
}
|
|
429
436
|
|
|
430
|
-
.block-editor-block-lock-modal__options {
|
|
431
|
-
margin-top: 16px;
|
|
432
|
-
}
|
|
433
437
|
.block-editor-block-lock-modal__options legend {
|
|
434
438
|
margin-bottom: 16px;
|
|
435
439
|
padding: 0;
|
|
@@ -467,7 +471,7 @@ iframe[name=editor-canvas] {
|
|
|
467
471
|
.block-editor-block-lock-modal__template-lock {
|
|
468
472
|
border-top: 1px solid #ddd;
|
|
469
473
|
margin-top: 16px;
|
|
470
|
-
padding:
|
|
474
|
+
padding-top: 16px;
|
|
471
475
|
}
|
|
472
476
|
|
|
473
477
|
.block-editor-block-lock-modal__actions {
|
|
@@ -888,13 +892,6 @@ iframe[name=editor-canvas] {
|
|
|
888
892
|
background-color: #757575;
|
|
889
893
|
}
|
|
890
894
|
|
|
891
|
-
.show-icon-labels .block-editor-patterns__grid-pagination {
|
|
892
|
-
flex-direction: column;
|
|
893
|
-
}
|
|
894
|
-
.show-icon-labels .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous,
|
|
895
|
-
.show-icon-labels .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next {
|
|
896
|
-
flex-direction: column;
|
|
897
|
-
}
|
|
898
895
|
.show-icon-labels .block-editor-patterns__grid-pagination .components-button {
|
|
899
896
|
width: auto;
|
|
900
897
|
}
|
|
@@ -904,23 +901,6 @@ iframe[name=editor-canvas] {
|
|
|
904
901
|
.show-icon-labels .block-editor-patterns__grid-pagination .components-button::before {
|
|
905
902
|
content: attr(aria-label);
|
|
906
903
|
}
|
|
907
|
-
@media screen and (min-width: 960px) {
|
|
908
|
-
.show-icon-labels .block-editor-patterns__grid-pagination {
|
|
909
|
-
flex-direction: row;
|
|
910
|
-
}
|
|
911
|
-
.show-icon-labels .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous,
|
|
912
|
-
.show-icon-labels .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next {
|
|
913
|
-
flex-direction: row;
|
|
914
|
-
}
|
|
915
|
-
}
|
|
916
|
-
|
|
917
|
-
.block-editor-block-patterns-list .block-editor-patterns__grid-pagination {
|
|
918
|
-
flex-direction: column;
|
|
919
|
-
}
|
|
920
|
-
.block-editor-block-patterns-list .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous,
|
|
921
|
-
.block-editor-block-patterns-list .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next {
|
|
922
|
-
flex-direction: column;
|
|
923
|
-
}
|
|
924
904
|
|
|
925
905
|
.components-popover.block-editor-block-popover {
|
|
926
906
|
z-index: 31;
|
|
@@ -1119,25 +1099,19 @@ iframe[name=editor-canvas] {
|
|
|
1119
1099
|
min-width: 300px;
|
|
1120
1100
|
}
|
|
1121
1101
|
|
|
1122
|
-
.block-editor-block-
|
|
1102
|
+
.block-editor-block-switcher__popover-preview-container {
|
|
1103
|
+
right: 0;
|
|
1123
1104
|
position: absolute;
|
|
1124
|
-
top: -
|
|
1125
|
-
|
|
1105
|
+
top: -1px;
|
|
1106
|
+
width: 100%;
|
|
1107
|
+
bottom: 0;
|
|
1108
|
+
pointer-events: none;
|
|
1126
1109
|
}
|
|
1127
1110
|
|
|
1128
|
-
.block-editor-block-
|
|
1129
|
-
display: none;
|
|
1111
|
+
.block-editor-block-switcher__popover-preview {
|
|
1130
1112
|
overflow: hidden;
|
|
1131
1113
|
}
|
|
1132
|
-
.block-editor-block-
|
|
1133
|
-
margin-top: 11px;
|
|
1134
|
-
}
|
|
1135
|
-
@media (min-width: 782px) {
|
|
1136
|
-
.block-editor-block-switcher__preview__popover {
|
|
1137
|
-
display: block;
|
|
1138
|
-
}
|
|
1139
|
-
}
|
|
1140
|
-
.block-editor-block-switcher__preview__popover .components-popover__content {
|
|
1114
|
+
.block-editor-block-switcher__popover-preview .components-popover__content {
|
|
1141
1115
|
width: 300px;
|
|
1142
1116
|
border: 1px solid #1e1e1e;
|
|
1143
1117
|
background: #fff;
|
|
@@ -1146,13 +1120,13 @@ iframe[name=editor-canvas] {
|
|
|
1146
1120
|
box-shadow: none;
|
|
1147
1121
|
overflow: auto;
|
|
1148
1122
|
}
|
|
1149
|
-
.block-editor-block-
|
|
1123
|
+
.block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview {
|
|
1150
1124
|
max-height: calc(500px - 32px);
|
|
1151
1125
|
margin: 16px 0;
|
|
1152
1126
|
padding: 0 16px;
|
|
1153
1127
|
overflow: hidden;
|
|
1154
1128
|
}
|
|
1155
|
-
.block-editor-block-
|
|
1129
|
+
.block-editor-block-switcher__popover-preview .block-editor-block-switcher__preview.is-pattern-list-preview {
|
|
1156
1130
|
overflow: unset;
|
|
1157
1131
|
}
|
|
1158
1132
|
|
|
@@ -1659,6 +1633,7 @@ iframe[name=editor-canvas] {
|
|
|
1659
1633
|
border: 1px solid #ddd;
|
|
1660
1634
|
border-radius: 2px;
|
|
1661
1635
|
grid-column: 1/-1;
|
|
1636
|
+
position: relative;
|
|
1662
1637
|
}
|
|
1663
1638
|
.block-editor-global-styles-background-panel__image-tools-panel-item .components-drop-zone__content-icon {
|
|
1664
1639
|
display: none;
|
|
@@ -1744,6 +1719,9 @@ iframe[name=editor-canvas] {
|
|
|
1744
1719
|
.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker__media--image {
|
|
1745
1720
|
max-height: 180px;
|
|
1746
1721
|
}
|
|
1722
|
+
.block-editor-global-styles-background-panel__dropdown-content-wrapper .components-focal-point-picker::after {
|
|
1723
|
+
content: none;
|
|
1724
|
+
}
|
|
1747
1725
|
|
|
1748
1726
|
.block-editor-global-styles-background-panel__hidden-tools-panel-item {
|
|
1749
1727
|
height: 0;
|
|
@@ -1839,6 +1817,100 @@ iframe[name=editor-canvas] {
|
|
|
1839
1817
|
pointer-events: all;
|
|
1840
1818
|
}
|
|
1841
1819
|
|
|
1820
|
+
.block-editor-grid-item-mover__move-button-container {
|
|
1821
|
+
display: flex;
|
|
1822
|
+
padding: 0;
|
|
1823
|
+
border: none;
|
|
1824
|
+
justify-content: center;
|
|
1825
|
+
}
|
|
1826
|
+
.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button {
|
|
1827
|
+
width: 24px;
|
|
1828
|
+
min-width: 0 !important;
|
|
1829
|
+
overflow: hidden;
|
|
1830
|
+
padding-right: 0;
|
|
1831
|
+
padding-left: 0;
|
|
1832
|
+
}
|
|
1833
|
+
.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button svg {
|
|
1834
|
+
min-width: 24px;
|
|
1835
|
+
}
|
|
1836
|
+
.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button::before {
|
|
1837
|
+
content: "";
|
|
1838
|
+
position: absolute;
|
|
1839
|
+
display: block;
|
|
1840
|
+
border-radius: 2px;
|
|
1841
|
+
height: 32px;
|
|
1842
|
+
right: 8px;
|
|
1843
|
+
left: 8px;
|
|
1844
|
+
z-index: -1;
|
|
1845
|
+
animation: components-button__appear-animation 0.1s ease;
|
|
1846
|
+
animation-fill-mode: forwards;
|
|
1847
|
+
}
|
|
1848
|
+
@media (prefers-reduced-motion: reduce) {
|
|
1849
|
+
.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button::before {
|
|
1850
|
+
animation-duration: 1ms;
|
|
1851
|
+
animation-delay: 0s;
|
|
1852
|
+
}
|
|
1853
|
+
}
|
|
1854
|
+
.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus, .block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus:enabled, .block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus::before {
|
|
1855
|
+
box-shadow: none;
|
|
1856
|
+
outline: none;
|
|
1857
|
+
}
|
|
1858
|
+
.block-editor-grid-item-mover__move-button-container .block-editor-grid-item-mover-button:focus-visible::before {
|
|
1859
|
+
box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
1860
|
+
outline: 2px solid transparent;
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1863
|
+
.block-editor-grid-item-mover__move-vertical-button-container {
|
|
1864
|
+
display: flex;
|
|
1865
|
+
position: relative;
|
|
1866
|
+
}
|
|
1867
|
+
@media (min-width: 600px) {
|
|
1868
|
+
.block-editor-grid-item-mover__move-vertical-button-container {
|
|
1869
|
+
flex-direction: column;
|
|
1870
|
+
justify-content: space-around;
|
|
1871
|
+
}
|
|
1872
|
+
.block-editor-grid-item-mover__move-vertical-button-container > .block-editor-grid-item-mover-button.block-editor-grid-item-mover-button {
|
|
1873
|
+
height: 20px;
|
|
1874
|
+
width: 100%;
|
|
1875
|
+
min-width: 0 !important;
|
|
1876
|
+
}
|
|
1877
|
+
.block-editor-grid-item-mover__move-vertical-button-container > .block-editor-grid-item-mover-button.block-editor-grid-item-mover-button::before {
|
|
1878
|
+
height: calc(100% - 4px);
|
|
1879
|
+
}
|
|
1880
|
+
.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-up-button svg,
|
|
1881
|
+
.block-editor-grid-item-mover__move-vertical-button-container .block-editor-grid-item-mover-button.is-down-button svg {
|
|
1882
|
+
flex-shrink: 0;
|
|
1883
|
+
height: 20px;
|
|
1884
|
+
}
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1887
|
+
.show-icon-labels .block-editor-grid-item-mover-button.block-editor-grid-item-mover-button.is-left-button {
|
|
1888
|
+
border-left: 1px solid #757575;
|
|
1889
|
+
padding-left: 12px;
|
|
1890
|
+
}
|
|
1891
|
+
.show-icon-labels .block-editor-grid-item-mover-button.block-editor-grid-item-mover-button.is-right-button {
|
|
1892
|
+
border-right: 1px solid #757575;
|
|
1893
|
+
padding-right: 12px;
|
|
1894
|
+
}
|
|
1895
|
+
@media (min-width: 600px) {
|
|
1896
|
+
.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container::before {
|
|
1897
|
+
content: "";
|
|
1898
|
+
height: 1px;
|
|
1899
|
+
width: 100%;
|
|
1900
|
+
background: #e0e0e0;
|
|
1901
|
+
position: absolute;
|
|
1902
|
+
top: 50%;
|
|
1903
|
+
right: 50%;
|
|
1904
|
+
transform: translate(50%, 0);
|
|
1905
|
+
margin-top: -0.5px;
|
|
1906
|
+
}
|
|
1907
|
+
}
|
|
1908
|
+
@media (min-width: 782px) {
|
|
1909
|
+
.show-icon-labels .block-editor-grid-item-mover__move-vertical-button-container::before {
|
|
1910
|
+
background: #1e1e1e;
|
|
1911
|
+
}
|
|
1912
|
+
}
|
|
1913
|
+
|
|
1842
1914
|
.block-editor-height-control {
|
|
1843
1915
|
border: 0;
|
|
1844
1916
|
margin: 0;
|
|
@@ -1967,25 +2039,6 @@ iframe[name=editor-canvas] {
|
|
|
1967
2039
|
justify-content: center;
|
|
1968
2040
|
}
|
|
1969
2041
|
|
|
1970
|
-
.block-editor-inspector-controls-tabs__hint {
|
|
1971
|
-
align-items: flex-start;
|
|
1972
|
-
background: #f0f0f0;
|
|
1973
|
-
border-radius: 2px;
|
|
1974
|
-
color: #1e1e1e;
|
|
1975
|
-
display: flex;
|
|
1976
|
-
flex-direction: row;
|
|
1977
|
-
margin: 16px;
|
|
1978
|
-
font-size: 13px;
|
|
1979
|
-
}
|
|
1980
|
-
|
|
1981
|
-
.block-editor-inspector-controls-tabs__hint-content {
|
|
1982
|
-
margin: 12px 12px 12px 0;
|
|
1983
|
-
}
|
|
1984
|
-
|
|
1985
|
-
.block-editor-inspector-controls-tabs__hint-dismiss {
|
|
1986
|
-
margin: 4px 0 4px 4px;
|
|
1987
|
-
}
|
|
1988
|
-
|
|
1989
2042
|
.block-editor-inspector-popover-header {
|
|
1990
2043
|
margin-bottom: 16px;
|
|
1991
2044
|
}
|
|
@@ -2753,7 +2806,8 @@ iframe[name=editor-canvas] {
|
|
|
2753
2806
|
.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__anchor {
|
|
2754
2807
|
background: rgba(0, 0, 0, 0.3);
|
|
2755
2808
|
}
|
|
2756
|
-
.block-editor-list-view-leaf .block-editor-list-view-block-select-button__lock
|
|
2809
|
+
.block-editor-list-view-leaf .block-editor-list-view-block-select-button__lock,
|
|
2810
|
+
.block-editor-list-view-leaf .block-editor-list-view-block-select-button__sticky {
|
|
2757
2811
|
line-height: 0;
|
|
2758
2812
|
}
|
|
2759
2813
|
.block-editor-list-view-leaf .block-editor-list-view-block-select-button__images {
|
|
@@ -3372,6 +3426,7 @@ iframe[name=editor-canvas] {
|
|
|
3372
3426
|
.block-editor-url-popover__row {
|
|
3373
3427
|
display: flex;
|
|
3374
3428
|
gap: 4px;
|
|
3429
|
+
align-items: center;
|
|
3375
3430
|
}
|
|
3376
3431
|
|
|
3377
3432
|
.block-editor-url-popover__row > :not(.block-editor-url-popover__settings-toggle) {
|
|
@@ -3998,6 +4053,9 @@ iframe[name=editor-canvas] {
|
|
|
3998
4053
|
.block-editor-inserter__category-tablist div[role=listitem]:last-child {
|
|
3999
4054
|
margin-top: auto;
|
|
4000
4055
|
}
|
|
4056
|
+
.block-editor-inserter__category-tablist[aria-orientation=vertical]::after {
|
|
4057
|
+
content: none;
|
|
4058
|
+
}
|
|
4001
4059
|
.block-editor-inserter__category-tablist .block-editor-inserter__category-tab {
|
|
4002
4060
|
padding: 8px 12px 8px 4px;
|
|
4003
4061
|
text-align: right;
|
|
@@ -4043,18 +4101,10 @@ iframe[name=editor-canvas] {
|
|
|
4043
4101
|
}
|
|
4044
4102
|
|
|
4045
4103
|
.block-editor-inserter__category-panel {
|
|
4046
|
-
background: #f0f0f0;
|
|
4047
|
-
border-top: 1px solid #e0e0e0;
|
|
4048
|
-
box-shadow: -1px 1px 0 0 rgba(0, 0, 0, 0.133);
|
|
4049
4104
|
outline: 1px solid transparent;
|
|
4050
|
-
position: absolute;
|
|
4051
|
-
top: -1px;
|
|
4052
|
-
right: 0;
|
|
4053
|
-
height: calc(100% + 1px);
|
|
4054
|
-
width: 100%;
|
|
4055
|
-
padding: 0 16px;
|
|
4056
4105
|
display: flex;
|
|
4057
4106
|
flex-direction: column;
|
|
4107
|
+
padding: 0 16px;
|
|
4058
4108
|
}
|
|
4059
4109
|
@media (min-width: 782px) {
|
|
4060
4110
|
.block-editor-inserter__category-panel {
|
|
@@ -4062,15 +4112,26 @@ iframe[name=editor-canvas] {
|
|
|
4062
4112
|
padding: 0;
|
|
4063
4113
|
right: 100%;
|
|
4064
4114
|
width: 300px;
|
|
4115
|
+
position: absolute;
|
|
4116
|
+
top: -1px;
|
|
4117
|
+
height: calc(100% + 1px);
|
|
4118
|
+
background: #f0f0f0;
|
|
4119
|
+
border-top: 1px solid #e0e0e0;
|
|
4120
|
+
box-shadow: -1px 1px 0 0 rgba(0, 0, 0, 0.133);
|
|
4065
4121
|
}
|
|
4066
|
-
|
|
4067
|
-
.block-editor-inserter__category-panel .block-editor-inserter__media-list,
|
|
4122
|
+
.block-editor-inserter__category-panel .block-editor-inserter__media-list,
|
|
4068
4123
|
.block-editor-inserter__category-panel .block-editor-block-patterns-list {
|
|
4069
|
-
|
|
4124
|
+
padding: 0 24px 16px;
|
|
4125
|
+
}
|
|
4070
4126
|
}
|
|
4071
4127
|
|
|
4072
4128
|
.block-editor-inserter__patterns-category-panel-header {
|
|
4073
|
-
padding: 8px
|
|
4129
|
+
padding: 8px 0;
|
|
4130
|
+
}
|
|
4131
|
+
@media (min-width: 782px) {
|
|
4132
|
+
.block-editor-inserter__patterns-category-panel-header {
|
|
4133
|
+
padding: 8px 24px;
|
|
4134
|
+
}
|
|
4074
4135
|
}
|
|
4075
4136
|
|
|
4076
4137
|
.block-editor-inserter__patterns-category-no-results {
|
|
@@ -4085,7 +4146,6 @@ iframe[name=editor-canvas] {
|
|
|
4085
4146
|
}
|
|
4086
4147
|
|
|
4087
4148
|
.block-editor-inserter__preview-content {
|
|
4088
|
-
min-height: 144px;
|
|
4089
4149
|
background: #f0f0f0;
|
|
4090
4150
|
display: grid;
|
|
4091
4151
|
flex-grow: 1;
|
|
@@ -4256,10 +4316,16 @@ iframe[name=editor-canvas] {
|
|
|
4256
4316
|
flex: 1;
|
|
4257
4317
|
}
|
|
4258
4318
|
.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search {
|
|
4259
|
-
|
|
4319
|
+
margin-bottom: 24px;
|
|
4260
4320
|
}
|
|
4261
|
-
|
|
4262
|
-
|
|
4321
|
+
@media (min-width: 782px) {
|
|
4322
|
+
.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search {
|
|
4323
|
+
margin-bottom: 0;
|
|
4324
|
+
padding: 16px 24px 16px;
|
|
4325
|
+
}
|
|
4326
|
+
.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search:not(:focus-within) {
|
|
4327
|
+
--wp-components-color-background: #fff;
|
|
4328
|
+
}
|
|
4263
4329
|
}
|
|
4264
4330
|
|
|
4265
4331
|
.block-editor-inserter__media-list__list-item {
|
|
@@ -4361,28 +4427,6 @@ iframe[name=editor-canvas] {
|
|
|
4361
4427
|
margin: 16px 16px 0;
|
|
4362
4428
|
}
|
|
4363
4429
|
|
|
4364
|
-
.reusable-blocks-menu-items__rename-hint {
|
|
4365
|
-
align-items: top;
|
|
4366
|
-
background: #f0f0f0;
|
|
4367
|
-
border-radius: 2px;
|
|
4368
|
-
color: #1e1e1e;
|
|
4369
|
-
display: flex;
|
|
4370
|
-
flex-direction: row;
|
|
4371
|
-
max-width: 380px;
|
|
4372
|
-
}
|
|
4373
|
-
|
|
4374
|
-
.reusable-blocks-menu-items__rename-hint-content {
|
|
4375
|
-
margin: 12px 12px 12px 0;
|
|
4376
|
-
}
|
|
4377
|
-
|
|
4378
|
-
.reusable-blocks-menu-items__rename-hint-dismiss {
|
|
4379
|
-
margin: 4px 0 4px 4px;
|
|
4380
|
-
}
|
|
4381
|
-
|
|
4382
|
-
.components-menu-group .reusable-blocks-menu-items__rename-hint {
|
|
4383
|
-
margin: 0;
|
|
4384
|
-
}
|
|
4385
|
-
|
|
4386
4430
|
.block-editor-patterns__sync-status-filter .components-input-control__container select.components-select-control__input {
|
|
4387
4431
|
height: 40px;
|
|
4388
4432
|
}
|
|
@@ -4402,6 +4446,26 @@ iframe[name=editor-canvas] {
|
|
|
4402
4446
|
height: 100%;
|
|
4403
4447
|
}
|
|
4404
4448
|
}
|
|
4449
|
+
.block-editor-inserter__menu.is-zoom-out .block-editor-inserter__category-panel {
|
|
4450
|
+
box-shadow: none;
|
|
4451
|
+
}
|
|
4452
|
+
|
|
4453
|
+
@media (max-width: 959px) {
|
|
4454
|
+
.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination {
|
|
4455
|
+
flex-direction: column;
|
|
4456
|
+
}
|
|
4457
|
+
.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous,
|
|
4458
|
+
.show-icon-labels .block-editor-block-patterns-explorer .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next {
|
|
4459
|
+
flex-direction: column;
|
|
4460
|
+
}
|
|
4461
|
+
}
|
|
4462
|
+
.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination {
|
|
4463
|
+
flex-direction: column;
|
|
4464
|
+
}
|
|
4465
|
+
.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous,
|
|
4466
|
+
.show-icon-labels .block-editor-inserter__category-panel .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next {
|
|
4467
|
+
flex-direction: column;
|
|
4468
|
+
}
|
|
4405
4469
|
|
|
4406
4470
|
.spacing-sizes-control .spacing-sizes-control__custom-value-input,
|
|
4407
4471
|
.spacing-sizes-control .spacing-sizes-control__label {
|