@wordpress/edit-site 6.31.1-next.f56bd8138.0 → 6.32.1-next.47f435fc9.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/build/components/add-new-pattern/index.js +153 -141
- package/build/components/add-new-pattern/index.js.map +7 -1
- package/build/components/add-new-post/index.js +114 -89
- package/build/components/add-new-post/index.js.map +7 -1
- package/build/components/add-new-template/add-custom-generic-template-modal-content.js +80 -60
- package/build/components/add-new-template/add-custom-generic-template-modal-content.js.map +7 -1
- package/build/components/add-new-template/add-custom-template-modal-content.js +284 -207
- package/build/components/add-new-template/add-custom-template-modal-content.js.map +7 -1
- package/build/components/add-new-template/index.js +309 -248
- package/build/components/add-new-template/index.js.map +7 -1
- package/build/components/add-new-template/utils.js +459 -446
- package/build/components/add-new-template/utils.js.map +7 -1
- package/build/components/app/index.js +72 -63
- package/build/components/app/index.js.map +7 -1
- package/build/components/block-editor/use-editor-iframe-props.js +63 -66
- package/build/components/block-editor/use-editor-iframe-props.js.map +7 -1
- package/build/components/block-editor/use-navigate-to-entity-record.js +34 -22
- package/build/components/block-editor/use-navigate-to-entity-record.js.map +7 -1
- package/build/components/block-editor/use-site-editor-settings.js +64 -51
- package/build/components/block-editor/use-site-editor-settings.js.map +7 -1
- package/build/components/canvas-loader/index.js +41 -56
- package/build/components/canvas-loader/index.js.map +7 -1
- package/build/components/dataviews-actions/index.js +96 -83
- package/build/components/dataviews-actions/index.js.map +7 -1
- package/build/components/editor/index.js +288 -235
- package/build/components/editor/index.js.map +7 -1
- package/build/components/editor/site-preview.js +55 -42
- package/build/components/editor/site-preview.js.map +7 -1
- package/build/components/editor/use-adapt-editor-to-canvas.js +49 -31
- package/build/components/editor/use-adapt-editor-to-canvas.js.map +7 -1
- package/build/components/editor/use-editor-title.js +79 -61
- package/build/components/editor/use-editor-title.js.map +7 -1
- package/build/components/editor/use-resolve-edited-entity.js +112 -140
- package/build/components/editor/use-resolve-edited-entity.js.map +7 -1
- package/build/components/editor-canvas-container/index.js +101 -91
- package/build/components/editor-canvas-container/index.js.map +7 -1
- package/build/components/global-styles/background-panel.js +46 -39
- package/build/components/global-styles/background-panel.js.map +7 -1
- package/build/components/global-styles/block-preview-panel.js +58 -52
- package/build/components/global-styles/block-preview-panel.js.map +7 -1
- package/build/components/global-styles/color-indicator-wrapper.js +47 -26
- package/build/components/global-styles/color-indicator-wrapper.js.map +7 -1
- package/build/components/global-styles/color-palette-panel.js +130 -81
- package/build/components/global-styles/color-palette-panel.js.map +7 -1
- package/build/components/global-styles/confirm-reset-shadow-dialog.js +38 -22
- package/build/components/global-styles/confirm-reset-shadow-dialog.js.map +7 -1
- package/build/components/global-styles/dimensions-panel.js +46 -41
- package/build/components/global-styles/dimensions-panel.js.map +7 -1
- package/build/components/global-styles/font-families.js +106 -102
- package/build/components/global-styles/font-families.js.map +7 -1
- package/build/components/global-styles/font-family-item.js +41 -43
- package/build/components/global-styles/font-family-item.js.map +7 -1
- package/build/components/global-styles/font-library-modal/collection-font-variant.js +55 -39
- package/build/components/global-styles/font-library-modal/collection-font-variant.js.map +7 -1
- package/build/components/global-styles/font-library-modal/context.js +228 -243
- package/build/components/global-styles/font-library-modal/context.js.map +7 -1
- package/build/components/global-styles/font-library-modal/font-card.js +70 -59
- package/build/components/global-styles/font-library-modal/font-card.js.map +7 -1
- package/build/components/global-styles/font-library-modal/font-collection.js +407 -321
- package/build/components/global-styles/font-library-modal/font-collection.js.map +7 -1
- package/build/components/global-styles/font-library-modal/font-demo.js +54 -50
- package/build/components/global-styles/font-library-modal/font-demo.js.map +7 -1
- package/build/components/global-styles/font-library-modal/google-fonts-confirm-dialog.js +52 -44
- package/build/components/global-styles/font-library-modal/google-fonts-confirm-dialog.js.map +7 -1
- package/build/components/global-styles/font-library-modal/index.js +90 -87
- package/build/components/global-styles/font-library-modal/index.js.map +7 -1
- package/build/components/global-styles/font-library-modal/installed-fonts.js +369 -255
- package/build/components/global-styles/font-library-modal/installed-fonts.js.map +7 -1
- package/build/components/global-styles/font-library-modal/library-font-details.js +60 -42
- package/build/components/global-styles/font-library-modal/library-font-details.js.map +7 -1
- package/build/components/global-styles/font-library-modal/library-font-variant.js +64 -49
- package/build/components/global-styles/font-library-modal/library-font-variant.js.map +7 -1
- package/build/components/global-styles/font-library-modal/resolvers.js +64 -31
- package/build/components/global-styles/font-library-modal/resolvers.js.map +7 -1
- package/build/components/global-styles/font-library-modal/upload-fonts.js +133 -145
- package/build/components/global-styles/font-library-modal/upload-fonts.js.map +7 -1
- package/build/components/global-styles/font-library-modal/utils/constants.js +45 -24
- package/build/components/global-styles/font-library-modal/utils/constants.js.map +7 -1
- package/build/components/global-styles/font-library-modal/utils/filter-fonts.js +30 -27
- package/build/components/global-styles/font-library-modal/utils/filter-fonts.js.map +7 -1
- package/build/components/global-styles/font-library-modal/utils/fonts-outline.js +41 -13
- package/build/components/global-styles/font-library-modal/utils/fonts-outline.js.map +7 -1
- package/build/components/global-styles/font-library-modal/utils/index.js +127 -161
- package/build/components/global-styles/font-library-modal/utils/index.js.map +7 -1
- package/build/components/global-styles/font-library-modal/utils/make-families-from-faces.js +25 -18
- package/build/components/global-styles/font-library-modal/utils/make-families-from-faces.js.map +7 -1
- package/build/components/global-styles/font-library-modal/utils/preview-styles.js +55 -74
- package/build/components/global-styles/font-library-modal/utils/preview-styles.js.map +7 -1
- package/build/components/global-styles/font-library-modal/utils/sort-font-faces.js +32 -16
- package/build/components/global-styles/font-library-modal/utils/sort-font-faces.js.map +7 -1
- package/build/components/global-styles/font-library-modal/utils/toggleFont.js +43 -72
- package/build/components/global-styles/font-library-modal/utils/toggleFont.js.map +7 -1
- package/build/components/global-styles/font-sizes/confirm-delete-font-size-dialog.js +44 -23
- package/build/components/global-styles/font-sizes/confirm-delete-font-size-dialog.js.map +7 -1
- package/build/components/global-styles/font-sizes/confirm-reset-font-sizes-dialog.js +38 -22
- package/build/components/global-styles/font-sizes/confirm-reset-font-sizes-dialog.js.map +7 -1
- package/build/components/global-styles/font-sizes/font-size-preview.js +42 -35
- package/build/components/global-styles/font-sizes/font-size-preview.js.map +7 -1
- package/build/components/global-styles/font-sizes/font-size.js +207 -170
- package/build/components/global-styles/font-sizes/font-size.js.map +7 -1
- package/build/components/global-styles/font-sizes/font-sizes-count.js +46 -45
- package/build/components/global-styles/font-sizes/font-sizes-count.js.map +7 -1
- package/build/components/global-styles/font-sizes/font-sizes.js +199 -136
- package/build/components/global-styles/font-sizes/font-sizes.js.map +7 -1
- package/build/components/global-styles/font-sizes/rename-font-size-dialog.js +81 -58
- package/build/components/global-styles/font-sizes/rename-font-size-dialog.js.map +7 -1
- package/build/components/global-styles/gradients-palette-panel.js +140 -85
- package/build/components/global-styles/gradients-palette-panel.js.map +7 -1
- package/build/components/global-styles/header.js +51 -48
- package/build/components/global-styles/header.js.map +7 -1
- package/build/components/global-styles/highlighted-colors.js +48 -40
- package/build/components/global-styles/highlighted-colors.js.map +7 -1
- package/build/components/global-styles/hooks.js +89 -68
- package/build/components/global-styles/hooks.js.map +7 -1
- package/build/components/global-styles/icon-with-current-color.js +50 -25
- package/build/components/global-styles/icon-with-current-color.js.map +7 -1
- package/build/components/global-styles/index.js +36 -11
- package/build/components/global-styles/index.js.map +7 -1
- package/build/components/global-styles/navigation-button.js +41 -42
- package/build/components/global-styles/navigation-button.js.map +7 -1
- package/build/components/global-styles/palette.js +82 -73
- package/build/components/global-styles/palette.js.map +7 -1
- package/build/components/global-styles/preset-colors.js +36 -24
- package/build/components/global-styles/preset-colors.js.map +7 -1
- package/build/components/global-styles/preview-colors.js +68 -46
- package/build/components/global-styles/preview-colors.js.map +7 -1
- package/build/components/global-styles/preview-styles.js +182 -136
- package/build/components/global-styles/preview-styles.js.map +7 -1
- package/build/components/global-styles/preview-typography.js +65 -44
- package/build/components/global-styles/preview-typography.js.map +7 -1
- package/build/components/global-styles/preview-wrapper.js +70 -85
- package/build/components/global-styles/preview-wrapper.js.map +7 -1
- package/build/components/global-styles/root-menu.js +53 -52
- package/build/components/global-styles/root-menu.js.map +7 -1
- package/build/components/global-styles/screen-background.js +54 -35
- package/build/components/global-styles/screen-background.js.map +7 -1
- package/build/components/global-styles/screen-block-list.js +129 -118
- package/build/components/global-styles/screen-block-list.js.map +7 -1
- package/build/components/global-styles/screen-block.js +185 -182
- package/build/components/global-styles/screen-block.js.map +7 -1
- package/build/components/global-styles/screen-color-palette.js +61 -56
- package/build/components/global-styles/screen-color-palette.js.map +7 -1
- package/build/components/global-styles/screen-colors.js +64 -40
- package/build/components/global-styles/screen-colors.js.map +7 -1
- package/build/components/global-styles/screen-css.js +80 -50
- package/build/components/global-styles/screen-css.js.map +7 -1
- package/build/components/global-styles/screen-layout.js +45 -32
- package/build/components/global-styles/screen-layout.js.map +7 -1
- package/build/components/global-styles/screen-revisions/index.js +144 -116
- package/build/components/global-styles/screen-revisions/index.js.map +7 -1
- package/build/components/global-styles/screen-revisions/revisions-buttons.js +165 -166
- package/build/components/global-styles/screen-revisions/revisions-buttons.js.map +7 -1
- package/build/components/global-styles/screen-revisions/use-global-styles-revisions.js +93 -81
- package/build/components/global-styles/screen-revisions/use-global-styles-revisions.js.map +7 -1
- package/build/components/global-styles/screen-root.js +93 -84
- package/build/components/global-styles/screen-root.js.map +7 -1
- package/build/components/global-styles/screen-shadows.js +43 -16
- package/build/components/global-styles/screen-shadows.js.map +7 -1
- package/build/components/global-styles/screen-style-variations.js +64 -44
- package/build/components/global-styles/screen-style-variations.js.map +7 -1
- package/build/components/global-styles/screen-typography-element.js +146 -93
- package/build/components/global-styles/screen-typography-element.js.map +7 -1
- package/build/components/global-styles/screen-typography.js +64 -40
- package/build/components/global-styles/screen-typography.js.map +7 -1
- package/build/components/global-styles/shadow-utils.js +75 -180
- package/build/components/global-styles/shadow-utils.js.map +7 -1
- package/build/components/global-styles/shadows-edit-panel.js +433 -358
- package/build/components/global-styles/shadows-edit-panel.js.map +7 -1
- package/build/components/global-styles/shadows-panel.js +178 -131
- package/build/components/global-styles/shadows-panel.js.map +7 -1
- package/build/components/global-styles/size-control/index.js +66 -76
- package/build/components/global-styles/size-control/index.js.map +7 -1
- package/build/components/global-styles/style-variations-container.js +114 -102
- package/build/components/global-styles/style-variations-container.js.map +7 -1
- package/build/components/global-styles/subtitle.js +34 -21
- package/build/components/global-styles/subtitle.js.map +7 -1
- package/build/components/global-styles/typeset.js +73 -75
- package/build/components/global-styles/typeset.js.map +7 -1
- package/build/components/global-styles/typography-elements.js +109 -86
- package/build/components/global-styles/typography-elements.js.map +7 -1
- package/build/components/global-styles/typography-example.js +66 -65
- package/build/components/global-styles/typography-example.js.map +7 -1
- package/build/components/global-styles/typography-panel.js +57 -39
- package/build/components/global-styles/typography-panel.js.map +7 -1
- package/build/components/global-styles/typography-preview.js +73 -53
- package/build/components/global-styles/typography-preview.js.map +7 -1
- package/build/components/global-styles/ui.js +282 -314
- package/build/components/global-styles/ui.js.map +7 -1
- package/build/components/global-styles/utils.js +45 -31
- package/build/components/global-styles/utils.js.map +7 -1
- package/build/components/global-styles/variations/variation.js +90 -74
- package/build/components/global-styles/variations/variation.js.map +7 -1
- package/build/components/global-styles/variations/variations-color.js +52 -41
- package/build/components/global-styles/variations/variations-color.js.map +7 -1
- package/build/components/global-styles/variations/variations-panel.js +61 -51
- package/build/components/global-styles/variations/variations-panel.js.map +7 -1
- package/build/components/global-styles/variations/variations-typography.js +69 -49
- package/build/components/global-styles/variations/variations-typography.js.map +7 -1
- package/build/components/global-styles-renderer/index.js +39 -33
- package/build/components/global-styles-renderer/index.js.map +7 -1
- package/build/components/global-styles-sidebar/default-sidebar.js +53 -40
- package/build/components/global-styles-sidebar/default-sidebar.js.map +7 -1
- package/build/components/global-styles-sidebar/index.js +164 -141
- package/build/components/global-styles-sidebar/index.js.map +7 -1
- package/build/components/layout/animation.js +53 -78
- package/build/components/layout/animation.js.map +7 -1
- package/build/components/layout/hooks.js +40 -35
- package/build/components/layout/hooks.js.map +7 -1
- package/build/components/layout/index.js +220 -199
- package/build/components/layout/index.js.map +7 -1
- package/build/components/media/index.js +31 -26
- package/build/components/media/index.js.map +7 -1
- package/build/components/more-menu/index.js +45 -28
- package/build/components/more-menu/index.js.map +7 -1
- package/build/components/more-menu/site-export.js +69 -44
- package/build/components/more-menu/site-export.js.map +7 -1
- package/build/components/more-menu/welcome-guide-menu-item.js +29 -21
- package/build/components/more-menu/welcome-guide-menu-item.js.map +7 -1
- package/build/components/page-patterns/actions.js +82 -0
- package/build/components/page-patterns/actions.js.map +7 -0
- package/build/components/page-patterns/delete-category-menu-item.js +94 -82
- package/build/components/page-patterns/delete-category-menu-item.js.map +7 -1
- package/build/components/page-patterns/fields.js +135 -123
- package/build/components/page-patterns/fields.js.map +7 -1
- package/build/components/page-patterns/index.js +182 -148
- package/build/components/page-patterns/index.js.map +7 -1
- package/build/components/page-patterns/rename-category-menu-item.js +67 -62
- package/build/components/page-patterns/rename-category-menu-item.js.map +7 -1
- package/build/components/page-patterns/search-items.js +65 -89
- package/build/components/page-patterns/search-items.js.map +7 -1
- package/build/components/page-patterns/use-pattern-settings.js +45 -35
- package/build/components/page-patterns/use-pattern-settings.js.map +7 -1
- package/build/components/page-patterns/use-patterns.js +266 -200
- package/build/components/page-patterns/use-patterns.js.map +7 -1
- package/build/components/page-patterns/utils.js +27 -7
- package/build/components/page-patterns/utils.js.map +7 -1
- package/build/components/page-templates/fields.js +165 -159
- package/build/components/page-templates/fields.js.map +7 -1
- package/build/components/page-templates/hooks.js +66 -64
- package/build/components/page-templates/hooks.js.map +7 -1
- package/build/components/page-templates/index.js +211 -207
- package/build/components/page-templates/index.js.map +7 -1
- package/build/components/page-templates/view-utils.js +67 -0
- package/build/components/page-templates/view-utils.js.map +7 -0
- package/build/components/pagination/index.js +119 -82
- package/build/components/pagination/index.js.map +7 -1
- package/build/components/plugin-template-setting-panel/index.js +49 -56
- package/build/components/plugin-template-setting-panel/index.js.map +7 -1
- package/build/components/post-edit/index.js +171 -144
- package/build/components/post-edit/index.js.map +7 -1
- package/build/components/post-list/index.js +230 -301
- package/build/components/post-list/index.js.map +7 -1
- package/build/components/post-list/view-utils.js +167 -0
- package/build/components/post-list/view-utils.js.map +7 -0
- package/build/components/posts-app/index.js +44 -32
- package/build/components/posts-app/index.js.map +7 -1
- package/build/components/posts-app-routes/index.js +36 -25
- package/build/components/posts-app-routes/index.js.map +7 -1
- package/build/components/posts-app-routes/post-item.js +54 -35
- package/build/components/posts-app-routes/post-item.js.map +7 -1
- package/build/components/posts-app-routes/posts.js +91 -76
- package/build/components/posts-app-routes/posts.js.map +7 -1
- package/build/components/resizable-frame/index.js +200 -224
- package/build/components/resizable-frame/index.js.map +7 -1
- package/build/components/revisions/index.js +102 -71
- package/build/components/revisions/index.js.map +7 -1
- package/build/components/routes/use-title.js +45 -35
- package/build/components/routes/use-title.js.map +7 -1
- package/build/components/save-button/index.js +113 -111
- package/build/components/save-button/index.js.map +7 -1
- package/build/components/save-hub/index.js +52 -40
- package/build/components/save-hub/index.js.map +7 -1
- package/build/components/save-keyboard-shortcut/index.js +46 -52
- package/build/components/save-keyboard-shortcut/index.js.map +7 -1
- package/build/components/save-panel/index.js +155 -136
- package/build/components/save-panel/index.js.map +7 -1
- package/build/components/sidebar/index.js +81 -79
- package/build/components/sidebar/index.js.map +7 -1
- package/build/components/sidebar-button/index.js +43 -22
- package/build/components/sidebar-button/index.js.map +7 -1
- package/build/components/sidebar-dataviews/dataview-item.js +68 -55
- package/build/components/sidebar-dataviews/dataview-item.js.map +7 -1
- package/build/components/sidebar-dataviews/index.js +68 -54
- package/build/components/sidebar-dataviews/index.js.map +7 -1
- package/build/components/sidebar-global-styles-wrapper/index.js +125 -111
- package/build/components/sidebar-global-styles-wrapper/index.js.map +7 -1
- package/build/components/sidebar-navigation-item/index.js +79 -62
- package/build/components/sidebar-navigation-item/index.js.map +7 -1
- package/build/components/sidebar-navigation-screen/index.js +129 -104
- package/build/components/sidebar-navigation-screen/index.js.map +7 -1
- package/build/components/sidebar-navigation-screen-details-footer/index.js +63 -53
- package/build/components/sidebar-navigation-screen-details-footer/index.js.map +7 -1
- package/build/components/sidebar-navigation-screen-global-styles/content.js +50 -33
- package/build/components/sidebar-navigation-screen-global-styles/content.js.map +7 -1
- package/build/components/sidebar-navigation-screen-global-styles/index.js +94 -81
- package/build/components/sidebar-navigation-screen-global-styles/index.js.map +7 -1
- package/build/components/sidebar-navigation-screen-main/index.js +141 -90
- package/build/components/sidebar-navigation-screen-main/index.js.map +7 -1
- package/build/components/sidebar-navigation-screen-navigation-menu/delete-confirm-dialog.js +40 -29
- package/build/components/sidebar-navigation-screen-navigation-menu/delete-confirm-dialog.js.map +7 -1
- package/build/components/sidebar-navigation-screen-navigation-menu/index.js +124 -91
- package/build/components/sidebar-navigation-screen-navigation-menu/index.js.map +7 -1
- package/build/components/sidebar-navigation-screen-navigation-menu/more-menu.js +116 -83
- package/build/components/sidebar-navigation-screen-navigation-menu/more-menu.js.map +7 -1
- package/build/components/sidebar-navigation-screen-navigation-menu/navigation-menu-editor.js +57 -48
- package/build/components/sidebar-navigation-screen-navigation-menu/navigation-menu-editor.js.map +7 -1
- package/build/components/sidebar-navigation-screen-navigation-menu/rename-modal.js +80 -66
- package/build/components/sidebar-navigation-screen-navigation-menu/rename-modal.js.map +7 -1
- package/build/components/sidebar-navigation-screen-navigation-menu/single-navigation-menu.js +64 -38
- package/build/components/sidebar-navigation-screen-navigation-menu/single-navigation-menu.js.map +7 -1
- package/build/components/sidebar-navigation-screen-navigation-menu/use-navigation-menu-handlers.js +125 -96
- package/build/components/sidebar-navigation-screen-navigation-menu/use-navigation-menu-handlers.js.map +7 -1
- package/build/components/sidebar-navigation-screen-navigation-menus/build-navigation-label.js +33 -19
- package/build/components/sidebar-navigation-screen-navigation-menus/build-navigation-label.js.map +7 -1
- package/build/components/sidebar-navigation-screen-navigation-menus/constants.js +30 -16
- package/build/components/sidebar-navigation-screen-navigation-menus/constants.js.map +7 -1
- package/build/components/sidebar-navigation-screen-navigation-menus/index.js +119 -105
- package/build/components/sidebar-navigation-screen-navigation-menus/index.js.map +7 -1
- package/build/components/sidebar-navigation-screen-navigation-menus/leaf-more-menu.js +130 -121
- package/build/components/sidebar-navigation-screen-navigation-menus/leaf-more-menu.js.map +7 -1
- package/build/components/sidebar-navigation-screen-navigation-menus/navigation-menu-content.js +106 -88
- package/build/components/sidebar-navigation-screen-navigation-menus/navigation-menu-content.js.map +7 -1
- package/build/components/sidebar-navigation-screen-patterns/category-item.js +44 -21
- package/build/components/sidebar-navigation-screen-patterns/category-item.js.map +7 -1
- package/build/components/sidebar-navigation-screen-patterns/index.js +129 -106
- package/build/components/sidebar-navigation-screen-patterns/index.js.map +7 -1
- package/build/components/sidebar-navigation-screen-patterns/use-default-pattern-categories.js +36 -25
- package/build/components/sidebar-navigation-screen-patterns/use-default-pattern-categories.js.map +7 -1
- package/build/components/sidebar-navigation-screen-patterns/use-pattern-categories.js +81 -70
- package/build/components/sidebar-navigation-screen-patterns/use-pattern-categories.js.map +7 -1
- package/build/components/sidebar-navigation-screen-patterns/use-template-part-areas.js +42 -32
- package/build/components/sidebar-navigation-screen-patterns/use-template-part-areas.js.map +7 -1
- package/build/components/sidebar-navigation-screen-patterns/use-theme-patterns.js +41 -28
- package/build/components/sidebar-navigation-screen-patterns/use-theme-patterns.js.map +7 -1
- package/build/components/sidebar-navigation-screen-templates-browse/content.js +95 -76
- package/build/components/sidebar-navigation-screen-templates-browse/content.js.map +7 -1
- package/build/components/sidebar-navigation-screen-templates-browse/index.js +48 -27
- package/build/components/sidebar-navigation-screen-templates-browse/index.js.map +7 -1
- package/build/components/sidebar-navigation-screen-unsupported/index.js +28 -20
- package/build/components/sidebar-navigation-screen-unsupported/index.js.map +7 -1
- package/build/components/site-editor-routes/home.js +50 -32
- package/build/components/site-editor-routes/home.js.map +7 -1
- package/build/components/site-editor-routes/index.js +62 -36
- package/build/components/site-editor-routes/index.js.map +7 -1
- package/build/components/site-editor-routes/navigation-item.js +55 -49
- package/build/components/site-editor-routes/navigation-item.js.map +7 -1
- package/build/components/site-editor-routes/navigation.js +55 -49
- package/build/components/site-editor-routes/navigation.js.map +7 -1
- package/build/components/site-editor-routes/notfound.js +54 -34
- package/build/components/site-editor-routes/notfound.js.map +7 -1
- package/build/components/site-editor-routes/page-item.js +58 -41
- package/build/components/site-editor-routes/page-item.js.map +7 -1
- package/build/components/site-editor-routes/pages.js +96 -86
- package/build/components/site-editor-routes/pages.js.map +7 -1
- package/build/components/site-editor-routes/pattern-item.js +48 -26
- package/build/components/site-editor-routes/pattern-item.js.map +7 -1
- package/build/components/site-editor-routes/patterns.js +51 -36
- package/build/components/site-editor-routes/patterns.js.map +7 -1
- package/build/components/site-editor-routes/stylebook.js +60 -43
- package/build/components/site-editor-routes/stylebook.js.map +7 -1
- package/build/components/site-editor-routes/styles.js +58 -46
- package/build/components/site-editor-routes/styles.js.map +7 -1
- package/build/components/site-editor-routes/template-item.js +54 -34
- package/build/components/site-editor-routes/template-item.js.map +7 -1
- package/build/components/site-editor-routes/template-part-item.js +45 -21
- package/build/components/site-editor-routes/template-part-item.js.map +7 -1
- package/build/components/site-editor-routes/templates.js +69 -44
- package/build/components/site-editor-routes/templates.js.map +7 -1
- package/build/components/site-editor-routes/utils.js +27 -13
- package/build/components/site-editor-routes/utils.js.map +7 -1
- package/build/components/site-hub/index.js +233 -222
- package/build/components/site-hub/index.js.map +7 -1
- package/build/components/site-icon/index.js +61 -49
- package/build/components/site-icon/index.js.map +7 -1
- package/build/components/style-book/categories.js +61 -52
- package/build/components/style-book/categories.js.map +7 -1
- package/build/components/style-book/color-examples.js +54 -40
- package/build/components/style-book/color-examples.js.map +7 -1
- package/build/components/style-book/constants.js +218 -144
- package/build/components/style-book/constants.js.map +7 -1
- package/build/components/style-book/duotone-examples.js +54 -40
- package/build/components/style-book/duotone-examples.js.map +7 -1
- package/build/components/style-book/examples.js +145 -120
- package/build/components/style-book/examples.js.map +7 -1
- package/build/components/style-book/index.js +454 -409
- package/build/components/style-book/index.js.map +7 -1
- package/build/components/style-book/types.js +16 -5
- package/build/components/style-book/types.js.map +7 -1
- package/build/components/welcome-guide/editor.js +87 -60
- package/build/components/welcome-guide/editor.js.map +7 -1
- package/build/components/welcome-guide/image.js +34 -22
- package/build/components/welcome-guide/image.js.map +7 -1
- package/build/components/welcome-guide/index.js +44 -21
- package/build/components/welcome-guide/index.js.map +7 -1
- package/build/components/welcome-guide/page.js +76 -52
- package/build/components/welcome-guide/page.js.map +7 -1
- package/build/components/welcome-guide/styles.js +135 -102
- package/build/components/welcome-guide/styles.js.map +7 -1
- package/build/components/welcome-guide/template.js +71 -59
- package/build/components/welcome-guide/template.js.map +7 -1
- package/build/deprecated.js +56 -46
- package/build/deprecated.js.map +7 -1
- package/build/hooks/commands/use-common-commands.js +117 -119
- package/build/hooks/commands/use-common-commands.js.map +7 -1
- package/build/hooks/commands/use-set-command-context.js +40 -50
- package/build/hooks/commands/use-set-command-context.js.map +7 -1
- package/build/hooks/index.js +2 -3
- package/build/hooks/index.js.map +7 -1
- package/build/hooks/push-changes-to-global-styles/index.js +236 -251
- package/build/hooks/push-changes-to-global-styles/index.js.map +7 -1
- package/build/hooks/use-theme-style-variations/use-theme-style-variations-by-property.js +78 -111
- package/build/hooks/use-theme-style-variations/use-theme-style-variations-by-property.js.map +7 -1
- package/build/index.js +87 -112
- package/build/index.js.map +7 -1
- package/build/lock-unlock.js +31 -14
- package/build/lock-unlock.js.map +7 -1
- package/build/posts.js +67 -63
- package/build/posts.js.map +7 -1
- package/build/store/actions.js +199 -365
- package/build/store/actions.js.map +7 -1
- package/build/store/constants.js +27 -11
- package/build/store/constants.js.map +7 -1
- package/build/store/index.js +52 -30
- package/build/store/index.js.map +7 -1
- package/build/store/private-actions.js +34 -19
- package/build/store/private-actions.js.map +7 -1
- package/build/store/private-selectors.js +28 -13
- package/build/store/private-selectors.js.map +7 -1
- package/build/store/reducer.js +42 -57
- package/build/store/reducer.js.map +7 -1
- package/build/store/selectors.js +205 -301
- package/build/store/selectors.js.map +7 -1
- package/build/utils/constants.js +94 -53
- package/build/utils/constants.js.map +7 -1
- package/build/utils/get-filtered-template-parts.js +36 -42
- package/build/utils/get-filtered-template-parts.js.map +7 -1
- package/build/utils/is-previewing-theme.js +31 -13
- package/build/utils/is-previewing-theme.js.map +7 -1
- package/build/utils/is-template-removable.js +24 -17
- package/build/utils/is-template-removable.js.map +7 -1
- package/build/utils/is-template-revertable.js +24 -19
- package/build/utils/is-template-revertable.js.map +7 -1
- package/build/utils/set-nested-value.js +24 -25
- package/build/utils/set-nested-value.js.map +7 -1
- package/build/utils/template-part-create.js +1 -1
- package/build/utils/template-part-create.js.map +7 -1
- package/build/utils/use-activate-theme.js +40 -45
- package/build/utils/use-activate-theme.js.map +7 -1
- package/build/utils/use-actual-current-theme.js +47 -25
- package/build/utils/use-actual-current-theme.js.map +7 -1
- package/build-module/components/add-new-pattern/index.js +133 -127
- package/build-module/components/add-new-pattern/index.js.map +7 -1
- package/build-module/components/add-new-post/index.js +100 -82
- package/build-module/components/add-new-post/index.js.map +7 -1
- package/build-module/components/add-new-template/add-custom-generic-template-modal-content.js +63 -51
- package/build-module/components/add-new-template/add-custom-generic-template-modal-content.js.map +7 -1
- package/build-module/components/add-new-template/add-custom-template-modal-content.js +269 -196
- package/build-module/components/add-new-template/add-custom-template-modal-content.js.map +7 -1
- package/build-module/components/add-new-template/index.js +289 -219
- package/build-module/components/add-new-template/index.js.map +7 -1
- package/build-module/components/add-new-template/utils.js +430 -432
- package/build-module/components/add-new-template/utils.js.map +7 -1
- package/build-module/components/app/index.js +41 -51
- package/build-module/components/app/index.js.map +7 -1
- package/build-module/components/block-editor/use-editor-iframe-props.js +33 -58
- package/build-module/components/block-editor/use-editor-iframe-props.js.map +7 -1
- package/build-module/components/block-editor/use-navigate-to-entity-record.js +17 -18
- package/build-module/components/block-editor/use-navigate-to-entity-record.js.map +7 -1
- package/build-module/components/block-editor/use-site-editor-settings.js +28 -41
- package/build-module/components/block-editor/use-site-editor-settings.js.map +7 -1
- package/build-module/components/canvas-loader/index.js +25 -50
- package/build-module/components/canvas-loader/index.js.map +7 -1
- package/build-module/components/dataviews-actions/index.js +75 -78
- package/build-module/components/dataviews-actions/index.js.map +7 -1
- package/build-module/components/editor/index.js +261 -220
- package/build-module/components/editor/index.js.map +7 -1
- package/build-module/components/editor/site-preview.js +38 -38
- package/build-module/components/editor/site-preview.js.map +7 -1
- package/build-module/components/editor/use-adapt-editor-to-canvas.js +25 -24
- package/build-module/components/editor/use-adapt-editor-to-canvas.js.map +7 -1
- package/build-module/components/editor/use-editor-title.js +49 -53
- package/build-module/components/editor/use-editor-title.js.map +7 -1
- package/build-module/components/editor/use-resolve-edited-entity.js +89 -129
- package/build-module/components/editor/use-resolve-edited-entity.js.map +7 -1
- package/build-module/components/editor-canvas-container/index.js +79 -80
- package/build-module/components/editor-canvas-container/index.js.map +7 -1
- package/build-module/components/global-styles/background-panel.js +25 -35
- package/build-module/components/global-styles/background-panel.js.map +7 -1
- package/build-module/components/global-styles/block-preview-panel.js +36 -43
- package/build-module/components/global-styles/block-preview-panel.js.map +7 -1
- package/build-module/components/global-styles/color-indicator-wrapper.js +19 -20
- package/build-module/components/global-styles/color-indicator-wrapper.js.map +7 -1
- package/build-module/components/global-styles/color-palette-panel.js +105 -74
- package/build-module/components/global-styles/color-palette-panel.js.map +7 -1
- package/build-module/components/global-styles/confirm-reset-shadow-dialog.js +20 -17
- package/build-module/components/global-styles/confirm-reset-shadow-dialog.js.map +7 -1
- package/build-module/components/global-styles/dimensions-panel.js +26 -34
- package/build-module/components/global-styles/dimensions-panel.js.map +7 -1
- package/build-module/components/global-styles/font-families.js +86 -93
- package/build-module/components/global-styles/font-families.js.map +7 -1
- package/build-module/components/global-styles/font-family-item.js +26 -37
- package/build-module/components/global-styles/font-family-item.js.map +7 -1
- package/build-module/components/global-styles/font-library-modal/collection-font-variant.js +26 -32
- package/build-module/components/global-styles/font-library-modal/collection-font-variant.js.map +7 -1
- package/build-module/components/global-styles/font-library-modal/context.js +203 -224
- package/build-module/components/global-styles/font-library-modal/context.js.map +7 -1
- package/build-module/components/global-styles/font-library-modal/font-card.js +48 -52
- package/build-module/components/global-styles/font-library-modal/font-card.js.map +7 -1
- package/build-module/components/global-styles/font-library-modal/font-collection.js +397 -302
- package/build-module/components/global-styles/font-library-modal/font-collection.js.map +7 -1
- package/build-module/components/global-styles/font-library-modal/font-demo.js +32 -38
- package/build-module/components/global-styles/font-library-modal/font-demo.js.map +7 -1
- package/build-module/components/global-styles/font-library-modal/google-fonts-confirm-dialog.js +41 -39
- package/build-module/components/global-styles/font-library-modal/google-fonts-confirm-dialog.js.map +7 -1
- package/build-module/components/global-styles/font-library-modal/index.js +65 -81
- package/build-module/components/global-styles/font-library-modal/index.js.map +7 -1
- package/build-module/components/global-styles/font-library-modal/installed-fonts.js +354 -243
- package/build-module/components/global-styles/font-library-modal/installed-fonts.js.map +7 -1
- package/build-module/components/global-styles/font-library-modal/library-font-details.js +35 -36
- package/build-module/components/global-styles/font-library-modal/library-font-details.js.map +7 -1
- package/build-module/components/global-styles/font-library-modal/library-font-variant.js +35 -42
- package/build-module/components/global-styles/font-library-modal/library-font-variant.js.map +7 -1
- package/build-module/components/global-styles/font-library-modal/resolvers.js +27 -20
- package/build-module/components/global-styles/font-library-modal/resolvers.js.map +7 -1
- package/build-module/components/global-styles/font-library-modal/upload-fonts.js +111 -135
- package/build-module/components/global-styles/font-library-modal/upload-fonts.js.map +7 -1
- package/build-module/components/global-styles/font-library-modal/utils/constants.js +21 -19
- package/build-module/components/global-styles/font-library-modal/utils/constants.js.map +7 -1
- package/build-module/components/global-styles/font-library-modal/utils/filter-fonts.js +13 -24
- package/build-module/components/global-styles/font-library-modal/utils/filter-fonts.js.map +7 -1
- package/build-module/components/global-styles/font-library-modal/utils/fonts-outline.js +20 -10
- package/build-module/components/global-styles/font-library-modal/utils/fonts-outline.js.map +7 -1
- package/build-module/components/global-styles/font-library-modal/utils/index.js +102 -154
- package/build-module/components/global-styles/font-library-modal/utils/index.js.map +7 -1
- package/build-module/components/global-styles/font-library-modal/utils/make-families-from-faces.js +8 -14
- package/build-module/components/global-styles/font-library-modal/utils/make-families-from-faces.js.map +7 -1
- package/build-module/components/global-styles/font-library-modal/utils/preview-styles.js +34 -71
- package/build-module/components/global-styles/font-library-modal/utils/preview-styles.js.map +7 -1
- package/build-module/components/global-styles/font-library-modal/utils/sort-font-faces.js +11 -13
- package/build-module/components/global-styles/font-library-modal/utils/sort-font-faces.js.map +7 -1
- package/build-module/components/global-styles/font-library-modal/utils/toggleFont.js +22 -69
- package/build-module/components/global-styles/font-library-modal/utils/toggleFont.js.map +7 -1
- package/build-module/components/global-styles/font-sizes/confirm-delete-font-size-dialog.js +26 -18
- package/build-module/components/global-styles/font-sizes/confirm-delete-font-size-dialog.js.map +7 -1
- package/build-module/components/global-styles/font-sizes/confirm-reset-font-sizes-dialog.js +20 -17
- package/build-module/components/global-styles/font-sizes/confirm-reset-font-sizes-dialog.js.map +7 -1
- package/build-module/components/global-styles/font-sizes/font-size-preview.js +26 -29
- package/build-module/components/global-styles/font-sizes/font-size-preview.js.map +7 -1
- package/build-module/components/global-styles/font-sizes/font-size.js +185 -160
- package/build-module/components/global-styles/font-sizes/font-size.js.map +7 -1
- package/build-module/components/global-styles/font-sizes/font-sizes-count.js +23 -39
- package/build-module/components/global-styles/font-sizes/font-sizes-count.js.map +7 -1
- package/build-module/components/global-styles/font-sizes/font-sizes.js +184 -128
- package/build-module/components/global-styles/font-sizes/font-sizes.js.map +7 -1
- package/build-module/components/global-styles/font-sizes/rename-font-size-dialog.js +68 -52
- package/build-module/components/global-styles/font-sizes/rename-font-size-dialog.js.map +7 -1
- package/build-module/components/global-styles/gradients-palette-panel.js +117 -79
- package/build-module/components/global-styles/gradients-palette-panel.js.map +7 -1
- package/build-module/components/global-styles/header.js +40 -43
- package/build-module/components/global-styles/header.js.map +7 -1
- package/build-module/components/global-styles/highlighted-colors.js +31 -36
- package/build-module/components/global-styles/highlighted-colors.js.map +7 -1
- package/build-module/components/global-styles/hooks.js +56 -61
- package/build-module/components/global-styles/hooks.js.map +7 -1
- package/build-module/components/global-styles/icon-with-current-color.js +18 -19
- package/build-module/components/global-styles/icon-with-current-color.js.map +7 -1
- package/build-module/components/global-styles/index.js +5 -2
- package/build-module/components/global-styles/index.js.map +7 -1
- package/build-module/components/global-styles/navigation-button.js +23 -37
- package/build-module/components/global-styles/navigation-button.js.map +7 -1
- package/build-module/components/global-styles/palette.js +61 -67
- package/build-module/components/global-styles/palette.js.map +7 -1
- package/build-module/components/global-styles/preset-colors.js +19 -20
- package/build-module/components/global-styles/preset-colors.js.map +7 -1
- package/build-module/components/global-styles/preview-colors.js +43 -40
- package/build-module/components/global-styles/preview-colors.js.map +7 -1
- package/build-module/components/global-styles/preview-styles.js +158 -130
- package/build-module/components/global-styles/preview-styles.js.map +7 -1
- package/build-module/components/global-styles/preview-typography.js +37 -38
- package/build-module/components/global-styles/preview-typography.js.map +7 -1
- package/build-module/components/global-styles/preview-wrapper.js +51 -75
- package/build-module/components/global-styles/preview-wrapper.js.map +7 -1
- package/build-module/components/global-styles/root-menu.js +38 -44
- package/build-module/components/global-styles/root-menu.js.map +7 -1
- package/build-module/components/global-styles/screen-background.js +26 -29
- package/build-module/components/global-styles/screen-background.js.map +7 -1
- package/build-module/components/global-styles/screen-block-list.js +105 -105
- package/build-module/components/global-styles/screen-block-list.js.map +7 -1
- package/build-module/components/global-styles/screen-block.js +156 -169
- package/build-module/components/global-styles/screen-block.js.map +7 -1
- package/build-module/components/global-styles/screen-color-palette.js +33 -50
- package/build-module/components/global-styles/screen-color-palette.js.map +7 -1
- package/build-module/components/global-styles/screen-colors.js +35 -33
- package/build-module/components/global-styles/screen-colors.js.map +7 -1
- package/build-module/components/global-styles/screen-css.js +52 -44
- package/build-module/components/global-styles/screen-css.js.map +7 -1
- package/build-module/components/global-styles/screen-layout.js +17 -26
- package/build-module/components/global-styles/screen-layout.js.map +7 -1
- package/build-module/components/global-styles/screen-revisions/index.js +117 -105
- package/build-module/components/global-styles/screen-revisions/index.js.map +7 -1
- package/build-module/components/global-styles/screen-revisions/revisions-buttons.js +145 -158
- package/build-module/components/global-styles/screen-revisions/revisions-buttons.js.map +7 -1
- package/build-module/components/global-styles/screen-revisions/use-global-styles-revisions.js +74 -75
- package/build-module/components/global-styles/screen-revisions/use-global-styles-revisions.js.map +7 -1
- package/build-module/components/global-styles/screen-root.js +74 -77
- package/build-module/components/global-styles/screen-root.js.map +7 -1
- package/build-module/components/global-styles/screen-shadows.js +12 -11
- package/build-module/components/global-styles/screen-shadows.js.map +7 -1
- package/build-module/components/global-styles/screen-style-variations.js +38 -37
- package/build-module/components/global-styles/screen-style-variations.js.map +7 -1
- package/build-module/components/global-styles/screen-typography-element.js +122 -87
- package/build-module/components/global-styles/screen-typography-element.js.map +7 -1
- package/build-module/components/global-styles/screen-typography.js +36 -34
- package/build-module/components/global-styles/screen-typography.js.map +7 -1
- package/build-module/components/global-styles/shadow-utils.js +53 -176
- package/build-module/components/global-styles/shadow-utils.js.map +7 -1
- package/build-module/components/global-styles/shadows-edit-panel.js +426 -344
- package/build-module/components/global-styles/shadows-edit-panel.js.map +7 -1
- package/build-module/components/global-styles/shadows-panel.js +159 -124
- package/build-module/components/global-styles/shadows-panel.js.map +7 -1
- package/build-module/components/global-styles/size-control/index.js +57 -70
- package/build-module/components/global-styles/size-control/index.js.map +7 -1
- package/build-module/components/global-styles/style-variations-container.js +85 -95
- package/build-module/components/global-styles/style-variations-container.js.map +7 -1
- package/build-module/components/global-styles/subtitle.js +16 -16
- package/build-module/components/global-styles/subtitle.js.map +7 -1
- package/build-module/components/global-styles/typeset.js +50 -65
- package/build-module/components/global-styles/typeset.js.map +7 -1
- package/build-module/components/global-styles/typography-elements.js +86 -80
- package/build-module/components/global-styles/typography-elements.js.map +7 -1
- package/build-module/components/global-styles/typography-example.js +45 -57
- package/build-module/components/global-styles/typography-example.js.map +7 -1
- package/build-module/components/global-styles/typography-panel.js +38 -33
- package/build-module/components/global-styles/typography-panel.js.map +7 -1
- package/build-module/components/global-styles/typography-preview.js +55 -48
- package/build-module/components/global-styles/typography-preview.js.map +7 -1
- package/build-module/components/global-styles/ui.js +252 -295
- package/build-module/components/global-styles/ui.js.map +7 -1
- package/build-module/components/global-styles/utils.js +24 -28
- package/build-module/components/global-styles/utils.js.map +7 -1
- package/build-module/components/global-styles/variations/variation.js +59 -65
- package/build-module/components/global-styles/variations/variation.js.map +7 -1
- package/build-module/components/global-styles/variations/variations-color.js +26 -34
- package/build-module/components/global-styles/variations/variations-color.js.map +7 -1
- package/build-module/components/global-styles/variations/variations-panel.js +39 -46
- package/build-module/components/global-styles/variations/variations-panel.js.map +7 -1
- package/build-module/components/global-styles/variations/variations-typography.js +43 -42
- package/build-module/components/global-styles/variations/variations-typography.js.map +7 -1
- package/build-module/components/global-styles-renderer/index.js +16 -27
- package/build-module/components/global-styles-renderer/index.js.map +7 -1
- package/build-module/components/global-styles-sidebar/default-sidebar.js +36 -36
- package/build-module/components/global-styles-sidebar/default-sidebar.js.map +7 -1
- package/build-module/components/global-styles-sidebar/index.js +137 -133
- package/build-module/components/global-styles-sidebar/index.js.map +7 -1
- package/build-module/components/layout/animation.js +31 -69
- package/build-module/components/layout/animation.js.map +7 -1
- package/build-module/components/layout/hooks.js +16 -28
- package/build-module/components/layout/hooks.js.map +7 -1
- package/build-module/components/layout/index.js +199 -183
- package/build-module/components/layout/index.js.map +7 -1
- package/build-module/components/media/index.js +13 -21
- package/build-module/components/media/index.js.map +7 -1
- package/build-module/components/more-menu/index.js +18 -23
- package/build-module/components/more-menu/index.js.map +7 -1
- package/build-module/components/more-menu/site-export.js +41 -38
- package/build-module/components/more-menu/site-export.js.map +7 -1
- package/build-module/components/more-menu/welcome-guide-menu-item.js +12 -17
- package/build-module/components/more-menu/welcome-guide-menu-item.js.map +7 -1
- package/build-module/components/page-patterns/actions.js +52 -0
- package/build-module/components/page-patterns/actions.js.map +7 -0
- package/build-module/components/page-patterns/delete-category-menu-item.js +78 -76
- package/build-module/components/page-patterns/delete-category-menu-item.js.map +7 -1
- package/build-module/components/page-patterns/fields.js +103 -112
- package/build-module/components/page-patterns/fields.js.map +7 -1
- package/build-module/components/page-patterns/index.js +144 -120
- package/build-module/components/page-patterns/index.js.map +7 -1
- package/build-module/components/page-patterns/rename-category-menu-item.js +37 -53
- package/build-module/components/page-patterns/rename-category-menu-item.js.map +7 -1
- package/build-module/components/page-patterns/search-items.js +43 -77
- package/build-module/components/page-patterns/search-items.js.map +7 -1
- package/build-module/components/page-patterns/use-pattern-settings.js +27 -30
- package/build-module/components/page-patterns/use-pattern-settings.js.map +7 -1
- package/build-module/components/page-patterns/use-patterns.js +249 -192
- package/build-module/components/page-patterns/use-patterns.js.map +7 -1
- package/build-module/components/page-patterns/utils.js +5 -2
- package/build-module/components/page-patterns/utils.js.map +7 -1
- package/build-module/components/page-templates/fields.js +132 -147
- package/build-module/components/page-templates/fields.js.map +7 -1
- package/build-module/components/page-templates/hooks.js +44 -55
- package/build-module/components/page-templates/hooks.js.map +7 -1
- package/build-module/components/page-templates/index.js +189 -194
- package/build-module/components/page-templates/index.js.map +7 -1
- package/build-module/components/page-templates/view-utils.js +42 -0
- package/build-module/components/page-templates/view-utils.js.map +7 -0
- package/build-module/components/pagination/index.js +96 -77
- package/build-module/components/pagination/index.js.map +7 -1
- package/build-module/components/plugin-template-setting-panel/index.js +21 -50
- package/build-module/components/plugin-template-setting-panel/index.js.map +7 -1
- package/build-module/components/post-edit/index.js +136 -135
- package/build-module/components/post-edit/index.js.map +7 -1
- package/build-module/components/post-list/index.js +205 -291
- package/build-module/components/post-list/index.js.map +7 -1
- package/build-module/components/post-list/view-utils.js +149 -0
- package/build-module/components/post-list/view-utils.js.map +7 -0
- package/build-module/components/posts-app/index.js +15 -25
- package/build-module/components/posts-app/index.js.map +7 -1
- package/build-module/components/posts-app-routes/index.js +12 -18
- package/build-module/components/posts-app-routes/index.js.map +7 -1
- package/build-module/components/posts-app-routes/post-item.js +22 -29
- package/build-module/components/posts-app-routes/post-item.js.map +7 -1
- package/build-module/components/posts-app-routes/posts.js +59 -70
- package/build-module/components/posts-app-routes/posts.js.map +7 -1
- package/build-module/components/resizable-frame/index.js +169 -211
- package/build-module/components/resizable-frame/index.js.map +7 -1
- package/build-module/components/revisions/index.js +78 -64
- package/build-module/components/revisions/index.js.map +7 -1
- package/build-module/components/routes/use-title.js +25 -28
- package/build-module/components/routes/use-title.js.map +7 -1
- package/build-module/components/save-button/index.js +99 -104
- package/build-module/components/save-button/index.js.map +7 -1
- package/build-module/components/save-hub/index.js +23 -33
- package/build-module/components/save-hub/index.js.map +7 -1
- package/build-module/components/save-keyboard-shortcut/index.js +31 -47
- package/build-module/components/save-keyboard-shortcut/index.js.map +7 -1
- package/build-module/components/save-panel/index.js +125 -124
- package/build-module/components/save-panel/index.js.map +7 -1
- package/build-module/components/sidebar/index.js +47 -65
- package/build-module/components/sidebar/index.js.map +7 -1
- package/build-module/components/sidebar-button/index.js +16 -17
- package/build-module/components/sidebar-button/index.js.map +7 -1
- package/build-module/components/sidebar-dataviews/dataview-item.js +41 -50
- package/build-module/components/sidebar-dataviews/dataview-item.js.map +7 -1
- package/build-module/components/sidebar-dataviews/index.js +40 -48
- package/build-module/components/sidebar-dataviews/index.js.map +7 -1
- package/build-module/components/sidebar-global-styles-wrapper/index.js +100 -104
- package/build-module/components/sidebar-global-styles-wrapper/index.js.map +7 -1
- package/build-module/components/sidebar-navigation-item/index.js +56 -57
- package/build-module/components/sidebar-navigation-item/index.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen/index.js +108 -98
- package/build-module/components/sidebar-navigation-screen/index.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-details-footer/index.js +36 -48
- package/build-module/components/sidebar-navigation-screen-details-footer/index.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-global-styles/content.js +23 -28
- package/build-module/components/sidebar-navigation-screen-global-styles/content.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-global-styles/index.js +61 -73
- package/build-module/components/sidebar-navigation-screen-global-styles/index.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-main/index.js +108 -82
- package/build-module/components/sidebar-navigation-screen-main/index.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-navigation-menu/delete-confirm-dialog.js +22 -24
- package/build-module/components/sidebar-navigation-screen-navigation-menu/delete-confirm-dialog.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-navigation-menu/index.js +92 -84
- package/build-module/components/sidebar-navigation-screen-navigation-menu/index.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-navigation-menu/more-menu.js +87 -76
- package/build-module/components/sidebar-navigation-screen-navigation-menu/more-menu.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-navigation-menu/navigation-menu-editor.js +28 -41
- package/build-module/components/sidebar-navigation-screen-navigation-menu/navigation-menu-editor.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-navigation-menu/rename-modal.js +67 -60
- package/build-module/components/sidebar-navigation-screen-navigation-menu/rename-modal.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-navigation-menu/single-navigation-menu.js +37 -32
- package/build-module/components/sidebar-navigation-screen-navigation-menu/single-navigation-menu.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-navigation-menu/use-navigation-menu-handlers.js +107 -91
- package/build-module/components/sidebar-navigation-screen-navigation-menu/use-navigation-menu-handlers.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-navigation-menus/build-navigation-label.js +14 -14
- package/build-module/components/sidebar-navigation-screen-navigation-menus/build-navigation-label.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-navigation-menus/constants.js +8 -12
- package/build-module/components/sidebar-navigation-screen-navigation-menus/constants.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-navigation-menus/index.js +89 -98
- package/build-module/components/sidebar-navigation-screen-navigation-menus/index.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-navigation-menus/leaf-more-menu.js +113 -117
- package/build-module/components/sidebar-navigation-screen-navigation-menus/leaf-more-menu.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-navigation-menus/navigation-menu-content.js +82 -82
- package/build-module/components/sidebar-navigation-screen-navigation-menus/navigation-menu-content.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-patterns/category-item.js +17 -16
- package/build-module/components/sidebar-navigation-screen-patterns/category-item.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-patterns/index.js +108 -99
- package/build-module/components/sidebar-navigation-screen-patterns/index.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-patterns/use-default-pattern-categories.js +19 -21
- package/build-module/components/sidebar-navigation-screen-patterns/use-default-pattern-categories.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-patterns/use-pattern-categories.js +53 -59
- package/build-module/components/sidebar-navigation-screen-patterns/use-pattern-categories.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-patterns/use-template-part-areas.js +27 -27
- package/build-module/components/sidebar-navigation-screen-patterns/use-template-part-areas.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-patterns/use-theme-patterns.js +24 -24
- package/build-module/components/sidebar-navigation-screen-patterns/use-theme-patterns.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-templates-browse/content.js +67 -70
- package/build-module/components/sidebar-navigation-screen-templates-browse/content.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-templates-browse/index.js +20 -21
- package/build-module/components/sidebar-navigation-screen-templates-browse/index.js.map +7 -1
- package/build-module/components/sidebar-navigation-screen-unsupported/index.js +11 -16
- package/build-module/components/sidebar-navigation-screen-unsupported/index.js.map +7 -1
- package/build-module/components/site-editor-routes/home.js +18 -26
- package/build-module/components/site-editor-routes/home.js.map +7 -1
- package/build-module/components/site-editor-routes/index.js +39 -30
- package/build-module/components/site-editor-routes/index.js.map +7 -1
- package/build-module/components/site-editor-routes/navigation-item.js +23 -43
- package/build-module/components/site-editor-routes/navigation-item.js.map +7 -1
- package/build-module/components/site-editor-routes/navigation.js +23 -43
- package/build-module/components/site-editor-routes/navigation.js.map +7 -1
- package/build-module/components/site-editor-routes/notfound.js +22 -28
- package/build-module/components/site-editor-routes/notfound.js.map +7 -1
- package/build-module/components/site-editor-routes/page-item.js +26 -35
- package/build-module/components/site-editor-routes/page-item.js.map +7 -1
- package/build-module/components/site-editor-routes/pages.js +64 -80
- package/build-module/components/site-editor-routes/pages.js.map +7 -1
- package/build-module/components/site-editor-routes/pattern-item.js +16 -20
- package/build-module/components/site-editor-routes/pattern-item.js.map +7 -1
- package/build-module/components/site-editor-routes/patterns.js +19 -30
- package/build-module/components/site-editor-routes/patterns.js.map +7 -1
- package/build-module/components/site-editor-routes/stylebook.js +28 -37
- package/build-module/components/site-editor-routes/stylebook.js.map +7 -1
- package/build-module/components/site-editor-routes/styles.js +26 -40
- package/build-module/components/site-editor-routes/styles.js.map +7 -1
- package/build-module/components/site-editor-routes/template-item.js +21 -28
- package/build-module/components/site-editor-routes/template-item.js.map +7 -1
- package/build-module/components/site-editor-routes/template-part-item.js +13 -15
- package/build-module/components/site-editor-routes/template-part-item.js.map +7 -1
- package/build-module/components/site-editor-routes/templates.js +37 -38
- package/build-module/components/site-editor-routes/templates.js.map +7 -1
- package/build-module/components/site-editor-routes/utils.js +6 -10
- package/build-module/components/site-editor-routes/utils.js.map +7 -1
- package/build-module/components/site-hub/index.js +204 -215
- package/build-module/components/site-hub/index.js.map +7 -1
- package/build-module/components/site-icon/index.js +33 -43
- package/build-module/components/site-icon/index.js.map +7 -1
- package/build-module/components/style-book/categories.js +41 -48
- package/build-module/components/style-book/categories.js.map +7 -1
- package/build-module/components/style-book/color-examples.js +29 -37
- package/build-module/components/style-book/color-examples.js.map +7 -1
- package/build-module/components/style-book/constants.js +191 -140
- package/build-module/components/style-book/constants.js.map +7 -1
- package/build-module/components/style-book/duotone-examples.js +36 -35
- package/build-module/components/style-book/duotone-examples.js.map +7 -1
- package/build-module/components/style-book/examples.js +114 -116
- package/build-module/components/style-book/examples.js.map +7 -1
- package/build-module/components/style-book/index.js +431 -384
- package/build-module/components/style-book/index.js.map +7 -1
- package/build-module/components/style-book/types.js +1 -2
- package/build-module/components/style-book/types.js.map +7 -1
- package/build-module/components/welcome-guide/editor.js +59 -54
- package/build-module/components/welcome-guide/editor.js.map +7 -1
- package/build-module/components/welcome-guide/image.js +16 -18
- package/build-module/components/welcome-guide/image.js.map +7 -1
- package/build-module/components/welcome-guide/index.js +16 -15
- package/build-module/components/welcome-guide/index.js.map +7 -1
- package/build-module/components/welcome-guide/page.js +59 -48
- package/build-module/components/welcome-guide/page.js.map +7 -1
- package/build-module/components/welcome-guide/styles.js +108 -97
- package/build-module/components/welcome-guide/styles.js.map +7 -1
- package/build-module/components/welcome-guide/template.js +54 -55
- package/build-module/components/welcome-guide/template.js.map +7 -1
- package/build-module/deprecated.js +28 -40
- package/build-module/deprecated.js.map +7 -1
- package/build-module/hooks/commands/use-common-commands.js +89 -108
- package/build-module/hooks/commands/use-common-commands.js.map +7 -1
- package/build-module/hooks/commands/use-set-command-context.js +21 -44
- package/build-module/hooks/commands/use-set-command-context.js.map +7 -1
- package/build-module/hooks/index.js +2 -5
- package/build-module/hooks/index.js.map +7 -1
- package/build-module/hooks/push-changes-to-global-styles/index.js +218 -243
- package/build-module/hooks/push-changes-to-global-styles/index.js.map +7 -1
- package/build-module/hooks/use-theme-style-variations/use-theme-style-variations-by-property.js +56 -105
- package/build-module/hooks/use-theme-style-variations/use-theme-style-variations-by-property.js.map +7 -1
- package/build-module/index.js +55 -69
- package/build-module/index.js.map +7 -1
- package/build-module/lock-unlock.js +8 -7
- package/build-module/lock-unlock.js.map +7 -1
- package/build-module/posts.js +38 -54
- package/build-module/posts.js.map +7 -1
- package/build-module/store/actions.js +140 -320
- package/build-module/store/actions.js.map +7 -1
- package/build-module/store/constants.js +5 -7
- package/build-module/store/constants.js.map +7 -1
- package/build-module/store/index.js +15 -18
- package/build-module/store/index.js.map +7 -1
- package/build-module/store/private-actions.js +12 -14
- package/build-module/store/private-actions.js.map +7 -1
- package/build-module/store/private-selectors.js +7 -10
- package/build-module/store/private-selectors.js.map +7 -1
- package/build-module/store/reducer.js +21 -53
- package/build-module/store/reducer.js.map +7 -1
- package/build-module/store/selectors.js +151 -278
- package/build-module/store/selectors.js.map +7 -1
- package/build-module/utils/constants.js +53 -44
- package/build-module/utils/constants.js.map +7 -1
- package/build-module/utils/get-filtered-template-parts.js +18 -37
- package/build-module/utils/get-filtered-template-parts.js.map +7 -1
- package/build-module/utils/is-previewing-theme.js +10 -9
- package/build-module/utils/is-previewing-theme.js.map +7 -1
- package/build-module/utils/is-template-removable.js +6 -13
- package/build-module/utils/is-template-removable.js.map +7 -1
- package/build-module/utils/is-template-revertable.js +6 -15
- package/build-module/utils/is-template-revertable.js.map +7 -1
- package/build-module/utils/set-nested-value.js +7 -22
- package/build-module/utils/set-nested-value.js.map +7 -1
- package/build-module/utils/template-part-create.js +1 -2
- package/build-module/utils/template-part-create.js.map +7 -1
- package/build-module/utils/use-activate-theme.js +21 -40
- package/build-module/utils/use-activate-theme.js.map +7 -1
- package/build-module/utils/use-actual-current-theme.js +13 -17
- package/build-module/utils/use-actual-current-theme.js.map +7 -1
- package/build-style/posts-rtl.css +484 -214
- package/build-style/posts.css +484 -214
- package/build-style/style-rtl.css +629 -271
- package/build-style/style.css +629 -271
- package/package.json +52 -42
- package/src/components/add-new-post/index.js +2 -1
- package/src/components/add-new-template/index.js +7 -4
- package/src/components/add-new-template/style.scss +4 -0
- package/src/components/dataviews-actions/index.js +16 -9
- package/src/components/editor/index.js +1 -1
- package/src/components/editor/style.scss +3 -0
- package/src/components/editor/use-resolve-edited-entity.js +4 -18
- package/src/components/editor-canvas-container/style.scss +4 -1
- package/src/components/global-styles/font-library-modal/style.scss +4 -0
- package/src/components/global-styles/screen-revisions/style.scss +4 -0
- package/src/components/global-styles/style.scss +3 -0
- package/src/components/global-styles/variations/style.scss +3 -0
- package/src/components/global-styles-sidebar/style.scss +3 -0
- package/src/components/layout/index.js +2 -1
- package/src/components/layout/style.scss +5 -0
- package/src/components/page-patterns/actions.js +54 -0
- package/src/components/page-patterns/index.js +79 -32
- package/src/components/page-patterns/style.scss +4 -0
- package/src/components/page-templates/fields.js +22 -1
- package/src/components/page-templates/index.js +71 -104
- package/src/components/page-templates/style.scss +4 -0
- package/src/components/page-templates/view-utils.js +41 -0
- package/src/components/pagination/style.scss +2 -0
- package/src/components/post-edit/index.js +10 -4
- package/src/components/post-edit/style.scss +3 -6
- package/src/components/post-list/index.js +76 -188
- package/src/components/post-list/style.scss +3 -0
- package/src/components/post-list/view-utils.js +155 -0
- package/src/components/posts-app-routes/posts.js +29 -16
- package/src/components/resizable-frame/style.scss +3 -0
- package/src/components/save-hub/style.scss +3 -0
- package/src/components/save-panel/index.js +2 -2
- package/src/components/save-panel/style.scss +2 -0
- package/src/components/sidebar/style.scss +4 -0
- package/src/components/sidebar-button/style.scss +2 -0
- package/src/components/sidebar-dataviews/dataview-item.js +5 -11
- package/src/components/sidebar-dataviews/index.js +17 -17
- package/src/components/sidebar-dataviews/style.scss +2 -16
- package/src/components/sidebar-global-styles-wrapper/index.js +16 -21
- package/src/components/sidebar-global-styles-wrapper/style.scss +4 -30
- package/src/components/sidebar-navigation-item/style.scss +3 -0
- package/src/components/sidebar-navigation-screen/style.scss +5 -0
- package/src/components/sidebar-navigation-screen-main/style.scss +2 -0
- package/src/components/sidebar-navigation-screen-navigation-menu/style.scss +2 -0
- package/src/components/sidebar-navigation-screen-navigation-menus/style.scss +3 -0
- package/src/components/sidebar-navigation-screen-patterns/style.scss +3 -0
- package/src/components/sidebar-navigation-screen-templates-browse/style.scss +2 -0
- package/src/components/site-editor-routes/pages.js +29 -16
- package/src/components/site-editor-routes/templates.js +21 -4
- package/src/components/site-hub/style.scss +3 -0
- package/src/components/site-icon/style.scss +3 -0
- package/src/components/style-book/style.scss +3 -0
- package/src/components/welcome-guide/style.scss +2 -0
- package/src/posts.scss +14 -11
- package/src/style.scss +42 -39
- package/tsconfig.json +2 -0
- package/tsconfig.tsbuildinfo +1 -1
- package/build/components/page/header.js +0 -45
- package/build/components/page/header.js.map +0 -1
- package/build/components/page/index.js +0 -50
- package/build/components/page/index.js.map +0 -1
- package/build/components/page-patterns/header.js +0 -96
- package/build/components/page-patterns/header.js.map +0 -1
- package/build/components/sidebar-dataviews/add-new-view.js +0 -137
- package/build/components/sidebar-dataviews/add-new-view.js.map +0 -1
- package/build/components/sidebar-dataviews/custom-dataviews-list.js +0 -211
- package/build/components/sidebar-dataviews/custom-dataviews-list.js.map +0 -1
- package/build/components/sidebar-dataviews/default-views.js +0 -141
- package/build/components/sidebar-dataviews/default-views.js.map +0 -1
- package/build-module/components/page/header.js +0 -40
- package/build-module/components/page/header.js.map +0 -1
- package/build-module/components/page/index.js +0 -42
- package/build-module/components/page/index.js.map +0 -1
- package/build-module/components/page-patterns/header.js +0 -88
- package/build-module/components/page-patterns/header.js.map +0 -1
- package/build-module/components/sidebar-dataviews/add-new-view.js +0 -129
- package/build-module/components/sidebar-dataviews/add-new-view.js.map +0 -1
- package/build-module/components/sidebar-dataviews/custom-dataviews-list.js +0 -202
- package/build-module/components/sidebar-dataviews/custom-dataviews-list.js.map +0 -1
- package/build-module/components/sidebar-dataviews/default-views.js +0 -133
- package/build-module/components/sidebar-dataviews/default-views.js.map +0 -1
- package/src/components/page/header.js +0 -44
- package/src/components/page/index.js +0 -43
- package/src/components/page/style.scss +0 -56
- package/src/components/page-patterns/header.js +0 -120
- package/src/components/sidebar-dataviews/add-new-view.js +0 -143
- package/src/components/sidebar-dataviews/custom-dataviews-list.js +0 -233
- package/src/components/sidebar-dataviews/default-views.js +0 -168
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
*/
|
|
5
|
-
/**
|
|
6
|
-
* Breakpoints & Media Queries
|
|
7
|
-
*/
|
|
8
|
-
/**
|
|
9
|
-
* Colors
|
|
3
|
+
* Typography
|
|
10
4
|
*/
|
|
11
5
|
/**
|
|
12
6
|
* SCSS Variables.
|
|
@@ -15,6 +9,9 @@
|
|
|
15
9
|
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
|
|
16
10
|
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
|
|
17
11
|
*/
|
|
12
|
+
/**
|
|
13
|
+
* Colors
|
|
14
|
+
*/
|
|
18
15
|
/**
|
|
19
16
|
* Fonts & basic variables.
|
|
20
17
|
*/
|
|
@@ -50,6 +47,62 @@
|
|
|
50
47
|
* React Native specific.
|
|
51
48
|
* These variables do not appear to be used anywhere else.
|
|
52
49
|
*/
|
|
50
|
+
/**
|
|
51
|
+
* Breakpoints & Media Queries
|
|
52
|
+
*/
|
|
53
|
+
/**
|
|
54
|
+
* Converts a hex value into the rgb equivalent.
|
|
55
|
+
*
|
|
56
|
+
* @param {string} hex - the hexadecimal value to convert
|
|
57
|
+
* @return {string} comma separated rgb values
|
|
58
|
+
*/
|
|
59
|
+
/**
|
|
60
|
+
* Long content fade mixin
|
|
61
|
+
*
|
|
62
|
+
* Creates a fading overlay to signify that the content is longer
|
|
63
|
+
* than the space allows.
|
|
64
|
+
*/
|
|
65
|
+
/**
|
|
66
|
+
* Breakpoint mixins
|
|
67
|
+
*/
|
|
68
|
+
/**
|
|
69
|
+
* Focus styles.
|
|
70
|
+
*/
|
|
71
|
+
/**
|
|
72
|
+
* Applies editor left position to the selector passed as argument
|
|
73
|
+
*/
|
|
74
|
+
/**
|
|
75
|
+
* Styles that are reused verbatim in a few places
|
|
76
|
+
*/
|
|
77
|
+
/**
|
|
78
|
+
* Allows users to opt-out of animations via OS-level preferences.
|
|
79
|
+
*/
|
|
80
|
+
/**
|
|
81
|
+
* Reset default styles for JavaScript UI based pages.
|
|
82
|
+
* This is a WP-admin agnostic reset
|
|
83
|
+
*/
|
|
84
|
+
/**
|
|
85
|
+
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
86
|
+
*/
|
|
87
|
+
:root {
|
|
88
|
+
--wp-block-synced-color: #7a00df;
|
|
89
|
+
--wp-block-synced-color--rgb: 122, 0, 223;
|
|
90
|
+
--wp-bound-block-color: var(--wp-block-synced-color);
|
|
91
|
+
--wp-editor-canvas-background: #ddd;
|
|
92
|
+
--wp-admin-theme-color: #007cba;
|
|
93
|
+
--wp-admin-theme-color--rgb: 0, 124, 186;
|
|
94
|
+
--wp-admin-theme-color-darker-10: rgb(0, 107, 160.5);
|
|
95
|
+
--wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
|
|
96
|
+
--wp-admin-theme-color-darker-20: #005a87;
|
|
97
|
+
--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
|
|
98
|
+
--wp-admin-border-width-focus: 2px;
|
|
99
|
+
}
|
|
100
|
+
@media (min-resolution: 192dpi) {
|
|
101
|
+
:root {
|
|
102
|
+
--wp-admin-border-width-focus: 1.5px;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
53
106
|
/**
|
|
54
107
|
* Colors
|
|
55
108
|
*/
|
|
@@ -95,6 +148,9 @@
|
|
|
95
148
|
* React Native specific.
|
|
96
149
|
* These variables do not appear to be used anywhere else.
|
|
97
150
|
*/
|
|
151
|
+
/**
|
|
152
|
+
* Typography
|
|
153
|
+
*/
|
|
98
154
|
/**
|
|
99
155
|
* Breakpoints & Media Queries
|
|
100
156
|
*/
|
|
@@ -110,9 +166,6 @@
|
|
|
110
166
|
* Creates a fading overlay to signify that the content is longer
|
|
111
167
|
* than the space allows.
|
|
112
168
|
*/
|
|
113
|
-
/**
|
|
114
|
-
* Typography
|
|
115
|
-
*/
|
|
116
169
|
/**
|
|
117
170
|
* Breakpoint mixins
|
|
118
171
|
*/
|
|
@@ -135,6 +188,75 @@
|
|
|
135
188
|
/**
|
|
136
189
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
137
190
|
*/
|
|
191
|
+
.admin-ui-page {
|
|
192
|
+
display: flex;
|
|
193
|
+
height: 100%;
|
|
194
|
+
background-color: #fff;
|
|
195
|
+
color: #2f2f2f;
|
|
196
|
+
position: relative;
|
|
197
|
+
z-index: 1;
|
|
198
|
+
flex-flow: column;
|
|
199
|
+
container: admin-ui-page/inline-size;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
@media not (prefers-reduced-motion) {
|
|
203
|
+
.admin-ui-page {
|
|
204
|
+
transition: width ease-out 0.2s;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
.admin-ui-page__header {
|
|
208
|
+
padding: 16px 48px;
|
|
209
|
+
border-bottom: 1px solid #f0f0f0;
|
|
210
|
+
background: #fff;
|
|
211
|
+
position: sticky;
|
|
212
|
+
top: 0;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
@container (max-width: 430px) {
|
|
216
|
+
.admin-ui-page__header {
|
|
217
|
+
padding: 16px 24px;
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
.admin-ui-page__header-subtitle {
|
|
221
|
+
padding-block-end: 8px;
|
|
222
|
+
color: #757575;
|
|
223
|
+
font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
224
|
+
font-weight: 400;
|
|
225
|
+
font-size: 13px;
|
|
226
|
+
line-height: 20px;
|
|
227
|
+
margin: 0;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.admin-ui-page__content {
|
|
231
|
+
flex-grow: 1;
|
|
232
|
+
overflow: auto;
|
|
233
|
+
display: flex;
|
|
234
|
+
flex-direction: column;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.admin-ui-page__content.has-padding {
|
|
238
|
+
padding: 16px 20px;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
@container (max-width: 430px) {
|
|
242
|
+
.admin-ui-page__content.has-padding {
|
|
243
|
+
padding: 16px 24px;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon {
|
|
247
|
+
width: auto;
|
|
248
|
+
padding: 0 8px;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg {
|
|
252
|
+
display: none;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.show-icon-labels .admin-ui-page__header-actions .components-button.has-icon::after {
|
|
256
|
+
content: attr(aria-label);
|
|
257
|
+
font-size: 12px;
|
|
258
|
+
}
|
|
259
|
+
|
|
138
260
|
/**
|
|
139
261
|
* Colors
|
|
140
262
|
*/
|
|
@@ -180,6 +302,9 @@
|
|
|
180
302
|
* React Native specific.
|
|
181
303
|
* These variables do not appear to be used anywhere else.
|
|
182
304
|
*/
|
|
305
|
+
/**
|
|
306
|
+
* Typography
|
|
307
|
+
*/
|
|
183
308
|
/**
|
|
184
309
|
* Breakpoints & Media Queries
|
|
185
310
|
*/
|
|
@@ -195,9 +320,6 @@
|
|
|
195
320
|
* Creates a fading overlay to signify that the content is longer
|
|
196
321
|
* than the space allows.
|
|
197
322
|
*/
|
|
198
|
-
/**
|
|
199
|
-
* Typography
|
|
200
|
-
*/
|
|
201
323
|
/**
|
|
202
324
|
* Breakpoint mixins
|
|
203
325
|
*/
|
|
@@ -220,24 +342,6 @@
|
|
|
220
342
|
/**
|
|
221
343
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
222
344
|
*/
|
|
223
|
-
:root {
|
|
224
|
-
--wp-block-synced-color: #7a00df;
|
|
225
|
-
--wp-block-synced-color--rgb: 122, 0, 223;
|
|
226
|
-
--wp-bound-block-color: var(--wp-block-synced-color);
|
|
227
|
-
--wp-admin-theme-color: #007cba;
|
|
228
|
-
--wp-admin-theme-color--rgb: 0, 124, 186;
|
|
229
|
-
--wp-admin-theme-color-darker-10: #006ba1;
|
|
230
|
-
--wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
|
|
231
|
-
--wp-admin-theme-color-darker-20: #005a87;
|
|
232
|
-
--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
|
|
233
|
-
--wp-admin-border-width-focus: 2px;
|
|
234
|
-
}
|
|
235
|
-
@media (min-resolution: 192dpi) {
|
|
236
|
-
:root {
|
|
237
|
-
--wp-admin-border-width-focus: 1.5px;
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
|
|
241
345
|
.dataviews-wrapper,
|
|
242
346
|
.dataviews-picker-wrapper {
|
|
243
347
|
height: 100%;
|
|
@@ -260,13 +364,13 @@
|
|
|
260
364
|
position: sticky;
|
|
261
365
|
right: 0;
|
|
262
366
|
}
|
|
367
|
+
|
|
263
368
|
@media not (prefers-reduced-motion) {
|
|
264
369
|
.dataviews__view-actions,
|
|
265
|
-
.dataviews-filters__container {
|
|
370
|
+
.dataviews-filters__container {
|
|
266
371
|
transition: padding ease-out 0.1s;
|
|
267
372
|
}
|
|
268
373
|
}
|
|
269
|
-
|
|
270
374
|
.dataviews-no-results,
|
|
271
375
|
.dataviews-loading {
|
|
272
376
|
padding: 0 48px;
|
|
@@ -275,24 +379,24 @@
|
|
|
275
379
|
align-items: center;
|
|
276
380
|
justify-content: center;
|
|
277
381
|
}
|
|
382
|
+
|
|
278
383
|
@media not (prefers-reduced-motion) {
|
|
279
384
|
.dataviews-no-results,
|
|
280
|
-
.dataviews-loading {
|
|
385
|
+
.dataviews-loading {
|
|
281
386
|
transition: padding ease-out 0.1s;
|
|
282
387
|
}
|
|
283
388
|
}
|
|
284
|
-
|
|
285
389
|
.dataviews-loading-more {
|
|
286
390
|
text-align: center;
|
|
287
391
|
}
|
|
288
392
|
|
|
289
393
|
@container (max-width: 430px) {
|
|
290
394
|
.dataviews__view-actions,
|
|
291
|
-
.dataviews-filters__container {
|
|
395
|
+
.dataviews-filters__container {
|
|
292
396
|
padding: 12px 24px;
|
|
293
397
|
}
|
|
294
398
|
.dataviews-no-results,
|
|
295
|
-
.dataviews-loading {
|
|
399
|
+
.dataviews-loading {
|
|
296
400
|
padding-right: 24px;
|
|
297
401
|
padding-left: 24px;
|
|
298
402
|
}
|
|
@@ -305,6 +409,7 @@
|
|
|
305
409
|
white-space: nowrap;
|
|
306
410
|
width: 100%;
|
|
307
411
|
}
|
|
412
|
+
|
|
308
413
|
.dataviews-title-field a {
|
|
309
414
|
text-decoration: none;
|
|
310
415
|
text-overflow: ellipsis;
|
|
@@ -314,14 +419,17 @@
|
|
|
314
419
|
flex-grow: 0;
|
|
315
420
|
color: #2f2f2f;
|
|
316
421
|
}
|
|
422
|
+
|
|
317
423
|
.dataviews-title-field a:hover {
|
|
318
424
|
color: var(--wp-admin-theme-color);
|
|
319
425
|
}
|
|
426
|
+
|
|
320
427
|
.dataviews-title-field a:focus {
|
|
321
428
|
color: var(--wp-admin-theme-color--rgb);
|
|
322
429
|
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba);
|
|
323
430
|
border-radius: 2px;
|
|
324
431
|
}
|
|
432
|
+
|
|
325
433
|
.dataviews-title-field button.components-button.is-link {
|
|
326
434
|
text-decoration: none;
|
|
327
435
|
font-weight: inherit;
|
|
@@ -332,6 +440,7 @@
|
|
|
332
440
|
width: 100%;
|
|
333
441
|
color: #1e1e1e;
|
|
334
442
|
}
|
|
443
|
+
|
|
335
444
|
.dataviews-title-field button.components-button.is-link:hover {
|
|
336
445
|
color: var(--wp-admin-theme-color);
|
|
337
446
|
}
|
|
@@ -340,9 +449,11 @@
|
|
|
340
449
|
cursor: pointer;
|
|
341
450
|
color: #2f2f2f;
|
|
342
451
|
}
|
|
452
|
+
|
|
343
453
|
.dataviews-title-field--clickable:hover {
|
|
344
454
|
color: var(--wp-admin-theme-color);
|
|
345
455
|
}
|
|
456
|
+
|
|
346
457
|
.dataviews-title-field--clickable:focus {
|
|
347
458
|
color: var(--wp-admin-theme-color--rgb);
|
|
348
459
|
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba);
|
|
@@ -357,6 +468,7 @@
|
|
|
357
468
|
padding: 8px 0 0;
|
|
358
469
|
overflow: hidden;
|
|
359
470
|
}
|
|
471
|
+
|
|
360
472
|
.components-card__body:has(> .dataviews-wrapper) .dataviews__view-actions,
|
|
361
473
|
.components-card__body:has(> .dataviews-wrapper) .dataviews-filters__container,
|
|
362
474
|
.components-card__body:has(> .dataviews-wrapper) .dataviews-footer,
|
|
@@ -371,12 +483,14 @@
|
|
|
371
483
|
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-no-results {
|
|
372
484
|
padding-inline: 24px;
|
|
373
485
|
}
|
|
486
|
+
|
|
374
487
|
.components-card__body:has(> .dataviews-wrapper) .dataviews-view-table tr td:first-child,
|
|
375
488
|
.components-card__body:has(> .dataviews-wrapper) .dataviews-view-table tr th:first-child,
|
|
376
489
|
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-view-table tr td:first-child,
|
|
377
490
|
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-view-table tr th:first-child {
|
|
378
491
|
padding-inline-start: 24px;
|
|
379
492
|
}
|
|
493
|
+
|
|
380
494
|
.components-card__body:has(> .dataviews-wrapper) .dataviews-view-table tr td:last-child,
|
|
381
495
|
.components-card__body:has(> .dataviews-wrapper) .dataviews-view-table tr th:last-child,
|
|
382
496
|
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-view-table tr td:last-child,
|
|
@@ -407,6 +521,7 @@
|
|
|
407
521
|
.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true], .dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover {
|
|
408
522
|
opacity: 0;
|
|
409
523
|
}
|
|
524
|
+
|
|
410
525
|
.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus {
|
|
411
526
|
opacity: 1;
|
|
412
527
|
}
|
|
@@ -415,12 +530,14 @@
|
|
|
415
530
|
font-size: 13px;
|
|
416
531
|
line-height: 1.4;
|
|
417
532
|
}
|
|
533
|
+
|
|
418
534
|
.dataviews-filters__summary-popover .components-popover__content {
|
|
419
535
|
width: 100%;
|
|
420
536
|
min-width: 230px;
|
|
421
537
|
max-width: 250px;
|
|
422
538
|
border-radius: 4px;
|
|
423
539
|
}
|
|
540
|
+
|
|
424
541
|
.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content {
|
|
425
542
|
padding: 0;
|
|
426
543
|
}
|
|
@@ -428,12 +545,15 @@
|
|
|
428
545
|
.dataviews-filters__summary-operators-container {
|
|
429
546
|
padding: 8px 16px;
|
|
430
547
|
}
|
|
548
|
+
|
|
431
549
|
.dataviews-filters__summary-operators-container:has(+ .dataviews-filters__search-widget-listbox), .dataviews-filters__summary-operators-container:has(+ .dataviews-filters__user-input-widget) {
|
|
432
550
|
border-bottom: 1px solid #e0e0e0;
|
|
433
551
|
}
|
|
552
|
+
|
|
434
553
|
.dataviews-filters__summary-operators-container:empty {
|
|
435
554
|
display: none;
|
|
436
555
|
}
|
|
556
|
+
|
|
437
557
|
.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name {
|
|
438
558
|
color: #757575;
|
|
439
559
|
white-space: nowrap;
|
|
@@ -442,6 +562,7 @@
|
|
|
442
562
|
flex-shrink: 0; /* Prevents this element from shrinking */
|
|
443
563
|
max-width: calc(100% - 55px);
|
|
444
564
|
}
|
|
565
|
+
|
|
445
566
|
.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-select {
|
|
446
567
|
width: 100%;
|
|
447
568
|
white-space: nowrap;
|
|
@@ -452,6 +573,7 @@
|
|
|
452
573
|
position: relative;
|
|
453
574
|
white-space: pre-wrap;
|
|
454
575
|
}
|
|
576
|
+
|
|
455
577
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip {
|
|
456
578
|
border-radius: 16px;
|
|
457
579
|
border: 1px solid transparent;
|
|
@@ -465,30 +587,38 @@
|
|
|
465
587
|
align-items: center;
|
|
466
588
|
box-sizing: border-box;
|
|
467
589
|
}
|
|
590
|
+
|
|
468
591
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable {
|
|
469
592
|
cursor: default;
|
|
470
593
|
}
|
|
594
|
+
|
|
471
595
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset {
|
|
472
596
|
padding-inline-end: 28px;
|
|
473
597
|
}
|
|
598
|
+
|
|
474
599
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover:not(.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable), .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true] {
|
|
475
600
|
background: #e0e0e0;
|
|
476
601
|
color: #1e1e1e;
|
|
477
602
|
}
|
|
603
|
+
|
|
478
604
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values {
|
|
479
605
|
color: var(--wp-admin-theme-color);
|
|
480
606
|
background: rgba(var(--wp-admin-theme-color--rgb), 0.04);
|
|
481
607
|
}
|
|
608
|
+
|
|
482
609
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true] {
|
|
483
610
|
background: rgba(var(--wp-admin-theme-color--rgb), 0.12);
|
|
484
611
|
}
|
|
612
|
+
|
|
485
613
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible {
|
|
486
614
|
outline: none;
|
|
487
615
|
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
488
616
|
}
|
|
617
|
+
|
|
489
618
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name {
|
|
490
619
|
font-weight: 500;
|
|
491
620
|
}
|
|
621
|
+
|
|
492
622
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove {
|
|
493
623
|
width: 24px;
|
|
494
624
|
height: 24px;
|
|
@@ -505,21 +635,27 @@
|
|
|
505
635
|
background: transparent;
|
|
506
636
|
cursor: pointer;
|
|
507
637
|
}
|
|
638
|
+
|
|
508
639
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg {
|
|
509
640
|
fill: #757575;
|
|
510
641
|
}
|
|
642
|
+
|
|
511
643
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus {
|
|
512
644
|
background: #e0e0e0;
|
|
513
645
|
}
|
|
646
|
+
|
|
514
647
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg {
|
|
515
648
|
fill: #1e1e1e;
|
|
516
649
|
}
|
|
650
|
+
|
|
517
651
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg {
|
|
518
652
|
fill: var(--wp-admin-theme-color);
|
|
519
653
|
}
|
|
654
|
+
|
|
520
655
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover {
|
|
521
656
|
background: rgba(var(--wp-admin-theme-color--rgb), 0.08);
|
|
522
657
|
}
|
|
658
|
+
|
|
523
659
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible {
|
|
524
660
|
outline: none;
|
|
525
661
|
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
@@ -531,6 +667,7 @@
|
|
|
531
667
|
overflow: auto;
|
|
532
668
|
border-top: 1px solid #e0e0e0;
|
|
533
669
|
}
|
|
670
|
+
|
|
534
671
|
.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value] {
|
|
535
672
|
font-weight: 600;
|
|
536
673
|
}
|
|
@@ -554,31 +691,39 @@
|
|
|
554
691
|
font-size: 13px;
|
|
555
692
|
line-height: 20px;
|
|
556
693
|
}
|
|
694
|
+
|
|
557
695
|
.dataviews-filters__search-widget-listitem:last-child {
|
|
558
696
|
margin-block-end: 0;
|
|
559
697
|
}
|
|
698
|
+
|
|
560
699
|
.dataviews-filters__search-widget-listitem:hover, .dataviews-filters__search-widget-listitem[data-active-item], .dataviews-filters__search-widget-listitem:focus {
|
|
561
700
|
background-color: var(--wp-admin-theme-color);
|
|
562
701
|
color: #fff;
|
|
563
702
|
}
|
|
703
|
+
|
|
564
704
|
.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description {
|
|
565
705
|
color: #fff;
|
|
566
706
|
}
|
|
707
|
+
|
|
567
708
|
.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection {
|
|
568
709
|
border-color: var(--wp-admin-theme-color-darker-20, #183ad6);
|
|
569
710
|
background: #fff;
|
|
570
711
|
}
|
|
712
|
+
|
|
571
713
|
.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection.is-selected, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection.is-selected, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection.is-selected {
|
|
572
714
|
border-color: var(--wp-admin-theme-color-darker-20, #183ad6);
|
|
573
715
|
background: var(--wp-admin-theme-color-darker-20, #183ad6);
|
|
574
716
|
}
|
|
717
|
+
|
|
575
718
|
.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection {
|
|
576
719
|
border-color: var(--wp-admin-theme-color-darker-20, #183ad6);
|
|
577
720
|
}
|
|
721
|
+
|
|
578
722
|
.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection.is-selected, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection.is-selected, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection.is-selected {
|
|
579
723
|
border-color: var(--wp-admin-theme-color-darker-20, #183ad6);
|
|
580
724
|
background: var(--wp-admin-theme-color-darker-20, #183ad6);
|
|
581
725
|
}
|
|
726
|
+
|
|
582
727
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description {
|
|
583
728
|
display: block;
|
|
584
729
|
overflow: hidden;
|
|
@@ -587,6 +732,7 @@
|
|
|
587
732
|
line-height: 16px;
|
|
588
733
|
color: #757575;
|
|
589
734
|
}
|
|
735
|
+
|
|
590
736
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection {
|
|
591
737
|
border: 1px solid #1e1e1e;
|
|
592
738
|
margin-left: 12px;
|
|
@@ -597,9 +743,8 @@
|
|
|
597
743
|
min-width: 24px;
|
|
598
744
|
max-width: 24px;
|
|
599
745
|
position: relative;
|
|
600
|
-
margin: 0;
|
|
601
|
-
padding: 0;
|
|
602
746
|
}
|
|
747
|
+
|
|
603
748
|
@media not (prefers-reduced-motion) {
|
|
604
749
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection {
|
|
605
750
|
transition: box-shadow 0.1s linear;
|
|
@@ -625,6 +770,7 @@
|
|
|
625
770
|
background-color: #fff;
|
|
626
771
|
border: 4px solid #fff;
|
|
627
772
|
}
|
|
773
|
+
|
|
628
774
|
@media (min-width: 600px) {
|
|
629
775
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked::before {
|
|
630
776
|
width: 8px;
|
|
@@ -635,14 +781,22 @@
|
|
|
635
781
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
|
|
636
782
|
outline: 2px solid transparent;
|
|
637
783
|
}
|
|
784
|
+
|
|
638
785
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked {
|
|
639
786
|
background: var(--wp-admin-theme-color);
|
|
640
787
|
border: none;
|
|
641
788
|
}
|
|
789
|
+
|
|
790
|
+
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection {
|
|
791
|
+
margin: 0;
|
|
792
|
+
padding: 0;
|
|
793
|
+
}
|
|
794
|
+
|
|
642
795
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected {
|
|
643
796
|
background: var(--wp-admin-theme-color, #3858e9);
|
|
644
797
|
border-color: var(--wp-admin-theme-color, #3858e9);
|
|
645
798
|
}
|
|
799
|
+
|
|
646
800
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected::before {
|
|
647
801
|
content: "";
|
|
648
802
|
border-radius: 50%;
|
|
@@ -657,6 +811,7 @@
|
|
|
657
811
|
background-color: #fff;
|
|
658
812
|
border: 4px solid #fff;
|
|
659
813
|
}
|
|
814
|
+
|
|
660
815
|
@media (min-width: 600px) {
|
|
661
816
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected::before {
|
|
662
817
|
width: 8px;
|
|
@@ -678,14 +833,8 @@
|
|
|
678
833
|
box-shadow: 0 0 0 transparent;
|
|
679
834
|
border-radius: 2px;
|
|
680
835
|
border: 1px solid #949494;
|
|
681
|
-
position: relative;
|
|
682
|
-
background: #fff;
|
|
683
|
-
color: #1e1e1e;
|
|
684
|
-
margin: 0;
|
|
685
|
-
padding: 0;
|
|
686
|
-
width: var(--checkbox-size);
|
|
687
|
-
height: var(--checkbox-size);
|
|
688
836
|
}
|
|
837
|
+
|
|
689
838
|
@media not (prefers-reduced-motion) {
|
|
690
839
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection {
|
|
691
840
|
transition: box-shadow 0.1s linear;
|
|
@@ -703,30 +852,38 @@
|
|
|
703
852
|
box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
|
|
704
853
|
outline: 2px solid transparent;
|
|
705
854
|
}
|
|
855
|
+
|
|
706
856
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-webkit-input-placeholder {
|
|
707
857
|
color: rgba(30, 30, 30, 0.62);
|
|
708
858
|
}
|
|
859
|
+
|
|
709
860
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-moz-placeholder {
|
|
710
861
|
color: rgba(30, 30, 30, 0.62);
|
|
711
862
|
}
|
|
863
|
+
|
|
712
864
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:-ms-input-placeholder {
|
|
713
865
|
color: rgba(30, 30, 30, 0.62);
|
|
714
866
|
}
|
|
867
|
+
|
|
715
868
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus {
|
|
716
869
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
|
|
717
870
|
outline: 2px solid transparent;
|
|
718
871
|
}
|
|
872
|
+
|
|
719
873
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked {
|
|
720
874
|
background: var(--wp-admin-theme-color);
|
|
721
875
|
border-color: var(--wp-admin-theme-color);
|
|
722
876
|
}
|
|
877
|
+
|
|
723
878
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked::-ms-check {
|
|
724
879
|
opacity: 0;
|
|
725
880
|
}
|
|
881
|
+
|
|
726
882
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked::before, .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]::before {
|
|
727
883
|
margin: -3px -5px;
|
|
728
884
|
color: #fff;
|
|
729
885
|
}
|
|
886
|
+
|
|
730
887
|
@media (min-width: 782px) {
|
|
731
888
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked::before, .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]::before {
|
|
732
889
|
margin: -4px -5px 0 0;
|
|
@@ -736,6 +893,7 @@
|
|
|
736
893
|
background: var(--wp-admin-theme-color);
|
|
737
894
|
border-color: var(--wp-admin-theme-color);
|
|
738
895
|
}
|
|
896
|
+
|
|
739
897
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]::before {
|
|
740
898
|
content: "\f460";
|
|
741
899
|
float: right;
|
|
@@ -748,6 +906,7 @@
|
|
|
748
906
|
-webkit-font-smoothing: antialiased;
|
|
749
907
|
-moz-osx-font-smoothing: grayscale;
|
|
750
908
|
}
|
|
909
|
+
|
|
751
910
|
@media (min-width: 782px) {
|
|
752
911
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]::before {
|
|
753
912
|
float: none;
|
|
@@ -760,6 +919,17 @@
|
|
|
760
919
|
cursor: default;
|
|
761
920
|
opacity: 1;
|
|
762
921
|
}
|
|
922
|
+
|
|
923
|
+
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection {
|
|
924
|
+
position: relative;
|
|
925
|
+
background: #fff;
|
|
926
|
+
color: #1e1e1e;
|
|
927
|
+
margin: 0;
|
|
928
|
+
padding: 0;
|
|
929
|
+
width: var(--checkbox-size);
|
|
930
|
+
height: var(--checkbox-size);
|
|
931
|
+
}
|
|
932
|
+
|
|
763
933
|
@media (min-width: 600px) {
|
|
764
934
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection {
|
|
765
935
|
--checkbox-size: 16px;
|
|
@@ -774,6 +944,7 @@
|
|
|
774
944
|
background: var(--wp-admin-theme-color, #3858e9);
|
|
775
945
|
border-color: var(--wp-admin-theme-color, #3858e9);
|
|
776
946
|
}
|
|
947
|
+
|
|
777
948
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg {
|
|
778
949
|
--checkmark-size: var(--checkbox-size);
|
|
779
950
|
fill: #fff;
|
|
@@ -784,16 +955,17 @@
|
|
|
784
955
|
width: var(--checkmark-size);
|
|
785
956
|
height: var(--checkmark-size);
|
|
786
957
|
}
|
|
958
|
+
|
|
787
959
|
@media (min-width: 600px) {
|
|
788
960
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg {
|
|
789
961
|
--checkmark-size: calc(var(--checkbox-size) + 4px);
|
|
790
962
|
}
|
|
791
963
|
}
|
|
792
|
-
|
|
793
964
|
.dataviews-filters__search-widget-filter-combobox__wrapper {
|
|
794
965
|
position: relative;
|
|
795
966
|
padding: 8px;
|
|
796
967
|
}
|
|
968
|
+
|
|
797
969
|
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
|
|
798
970
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
799
971
|
padding: 6px 8px;
|
|
@@ -804,17 +976,8 @@
|
|
|
804
976
|
box-shadow: 0 0 0 transparent;
|
|
805
977
|
border-radius: 2px;
|
|
806
978
|
border: 1px solid #949494;
|
|
807
|
-
display: block;
|
|
808
|
-
padding: 0 8px 0 32px;
|
|
809
|
-
background: #f0f0f0;
|
|
810
|
-
border: none;
|
|
811
|
-
width: 100%;
|
|
812
|
-
height: 32px;
|
|
813
|
-
margin-right: 0;
|
|
814
|
-
margin-left: 0;
|
|
815
|
-
/* Fonts smaller than 16px causes mobile safari to zoom. */
|
|
816
|
-
font-size: 16px;
|
|
817
979
|
}
|
|
980
|
+
|
|
818
981
|
@media not (prefers-reduced-motion) {
|
|
819
982
|
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
|
|
820
983
|
transition: box-shadow 0.1s linear;
|
|
@@ -832,15 +995,30 @@
|
|
|
832
995
|
box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
|
|
833
996
|
outline: 2px solid transparent;
|
|
834
997
|
}
|
|
998
|
+
|
|
835
999
|
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-input-placeholder {
|
|
836
1000
|
color: rgba(30, 30, 30, 0.62);
|
|
837
1001
|
}
|
|
1002
|
+
|
|
838
1003
|
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder {
|
|
839
1004
|
color: rgba(30, 30, 30, 0.62);
|
|
840
1005
|
}
|
|
1006
|
+
|
|
841
1007
|
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:-ms-input-placeholder {
|
|
842
1008
|
color: rgba(30, 30, 30, 0.62);
|
|
843
1009
|
}
|
|
1010
|
+
|
|
1011
|
+
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
|
|
1012
|
+
display: block;
|
|
1013
|
+
padding: 0 32px 0 8px;
|
|
1014
|
+
width: 100%;
|
|
1015
|
+
height: 32px;
|
|
1016
|
+
margin-right: 0;
|
|
1017
|
+
margin-left: 0;
|
|
1018
|
+
/* Fonts smaller than 16px causes mobile safari to zoom. */
|
|
1019
|
+
font-size: 16px;
|
|
1020
|
+
}
|
|
1021
|
+
|
|
844
1022
|
@media (min-width: 600px) {
|
|
845
1023
|
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
|
|
846
1024
|
font-size: 13px;
|
|
@@ -850,23 +1028,30 @@
|
|
|
850
1028
|
background: #fff;
|
|
851
1029
|
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
852
1030
|
}
|
|
1031
|
+
|
|
853
1032
|
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder {
|
|
854
1033
|
color: #757575;
|
|
855
1034
|
}
|
|
1035
|
+
|
|
856
1036
|
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration, .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button, .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button, .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration {
|
|
857
1037
|
-webkit-appearance: none;
|
|
858
1038
|
}
|
|
1039
|
+
|
|
859
1040
|
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon {
|
|
860
1041
|
position: absolute;
|
|
861
|
-
|
|
862
|
-
top:
|
|
863
|
-
|
|
1042
|
+
inset-inline-start: 12px;
|
|
1043
|
+
top: 0;
|
|
1044
|
+
bottom: 0;
|
|
864
1045
|
display: flex;
|
|
865
1046
|
align-items: center;
|
|
866
1047
|
justify-content: center;
|
|
867
1048
|
width: 24px;
|
|
868
1049
|
}
|
|
869
1050
|
|
|
1051
|
+
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon:dir(ltr) {
|
|
1052
|
+
transform: scaleX(-1);
|
|
1053
|
+
}
|
|
1054
|
+
|
|
870
1055
|
.dataviews-filters__container-visibility-toggle {
|
|
871
1056
|
position: relative;
|
|
872
1057
|
flex-shrink: 0;
|
|
@@ -897,6 +1082,7 @@
|
|
|
897
1082
|
.dataviews-filters__user-input-widget {
|
|
898
1083
|
padding: 16px;
|
|
899
1084
|
}
|
|
1085
|
+
|
|
900
1086
|
.dataviews-filters__user-input-widget .components-input-control__prefix {
|
|
901
1087
|
padding-right: 8px;
|
|
902
1088
|
}
|
|
@@ -909,13 +1095,16 @@
|
|
|
909
1095
|
padding: 12px 48px;
|
|
910
1096
|
border-top: 1px solid #f0f0f0;
|
|
911
1097
|
flex-shrink: 0;
|
|
912
|
-
z-index: 2;
|
|
913
1098
|
}
|
|
1099
|
+
|
|
914
1100
|
@media not (prefers-reduced-motion) {
|
|
915
1101
|
.dataviews-footer {
|
|
916
1102
|
transition: padding ease-out 0.1s;
|
|
917
1103
|
}
|
|
918
1104
|
}
|
|
1105
|
+
.dataviews-footer {
|
|
1106
|
+
z-index: 2;
|
|
1107
|
+
}
|
|
919
1108
|
|
|
920
1109
|
@container (max-width: 430px) {
|
|
921
1110
|
.dataviews-footer {
|
|
@@ -942,13 +1131,13 @@
|
|
|
942
1131
|
font-weight: 500;
|
|
943
1132
|
text-transform: uppercase;
|
|
944
1133
|
}
|
|
1134
|
+
|
|
945
1135
|
@media (min-width: 600px) {
|
|
946
1136
|
.dataviews-pagination__page-select .components-select-control__input {
|
|
947
1137
|
font-size: 11px !important;
|
|
948
1138
|
font-weight: 500;
|
|
949
1139
|
}
|
|
950
1140
|
}
|
|
951
|
-
|
|
952
1141
|
.dataviews-action-modal {
|
|
953
1142
|
z-index: 1000001;
|
|
954
1143
|
}
|
|
@@ -964,14 +1153,18 @@
|
|
|
964
1153
|
|
|
965
1154
|
.dataviews-selection-checkbox {
|
|
966
1155
|
--checkbox-input-size: 24px;
|
|
967
|
-
line-height: 0;
|
|
968
|
-
flex-shrink: 0;
|
|
969
1156
|
}
|
|
1157
|
+
|
|
970
1158
|
@media (min-width: 600px) {
|
|
971
1159
|
.dataviews-selection-checkbox {
|
|
972
1160
|
--checkbox-input-size: 16px;
|
|
973
1161
|
}
|
|
974
1162
|
}
|
|
1163
|
+
.dataviews-selection-checkbox {
|
|
1164
|
+
line-height: 0;
|
|
1165
|
+
flex-shrink: 0;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
975
1168
|
.dataviews-selection-checkbox .components-checkbox-control__input-container {
|
|
976
1169
|
margin: 0;
|
|
977
1170
|
}
|
|
@@ -988,6 +1181,7 @@
|
|
|
988
1181
|
overflow-y: scroll;
|
|
989
1182
|
height: 100%;
|
|
990
1183
|
}
|
|
1184
|
+
|
|
991
1185
|
.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper .dataviews-view-config {
|
|
992
1186
|
width: auto;
|
|
993
1187
|
}
|
|
@@ -1013,6 +1207,7 @@
|
|
|
1013
1207
|
.dataviews-settings-section__content .is-divided-in-two {
|
|
1014
1208
|
display: contents;
|
|
1015
1209
|
}
|
|
1210
|
+
|
|
1016
1211
|
.dataviews-settings-section__content .is-divided-in-two > * {
|
|
1017
1212
|
grid-column: span 4;
|
|
1018
1213
|
}
|
|
@@ -1086,6 +1281,7 @@
|
|
|
1086
1281
|
* the sidebar width. This was done to match the existing styles we had.
|
|
1087
1282
|
*/
|
|
1088
1283
|
}
|
|
1284
|
+
|
|
1089
1285
|
@container (max-width: 430px) {
|
|
1090
1286
|
.dataviews-view-grid-items {
|
|
1091
1287
|
padding-right: 24px;
|
|
@@ -1097,36 +1293,44 @@
|
|
|
1097
1293
|
transition: padding ease-out 0.1s;
|
|
1098
1294
|
}
|
|
1099
1295
|
}
|
|
1100
|
-
|
|
1101
1296
|
.dataviews-view-grid .dataviews-view-grid__card {
|
|
1102
1297
|
height: 100%;
|
|
1103
1298
|
justify-content: flex-start;
|
|
1104
1299
|
position: relative;
|
|
1105
1300
|
}
|
|
1301
|
+
|
|
1106
1302
|
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions {
|
|
1107
1303
|
padding: 8px 0 4px;
|
|
1108
1304
|
}
|
|
1305
|
+
|
|
1109
1306
|
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field {
|
|
1110
1307
|
min-height: 24px;
|
|
1111
|
-
|
|
1112
|
-
align-
|
|
1308
|
+
overflow: hidden;
|
|
1309
|
+
align-content: center;
|
|
1310
|
+
text-align: start;
|
|
1113
1311
|
}
|
|
1312
|
+
|
|
1114
1313
|
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable {
|
|
1115
1314
|
width: fit-content;
|
|
1116
1315
|
}
|
|
1316
|
+
|
|
1117
1317
|
.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value {
|
|
1118
1318
|
color: #1e1e1e;
|
|
1119
1319
|
}
|
|
1320
|
+
|
|
1120
1321
|
.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media::after,
|
|
1121
1322
|
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus::after {
|
|
1122
1323
|
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
|
|
1123
1324
|
}
|
|
1325
|
+
|
|
1124
1326
|
.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media::after {
|
|
1125
1327
|
box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color);
|
|
1126
1328
|
}
|
|
1329
|
+
|
|
1127
1330
|
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus::after {
|
|
1128
1331
|
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
1129
1332
|
}
|
|
1333
|
+
|
|
1130
1334
|
.dataviews-view-grid .dataviews-view-grid__media {
|
|
1131
1335
|
width: 100%;
|
|
1132
1336
|
aspect-ratio: 1/1;
|
|
@@ -1135,11 +1339,13 @@
|
|
|
1135
1339
|
overflow: hidden;
|
|
1136
1340
|
position: relative;
|
|
1137
1341
|
}
|
|
1342
|
+
|
|
1138
1343
|
.dataviews-view-grid .dataviews-view-grid__media img {
|
|
1139
1344
|
object-fit: cover;
|
|
1140
1345
|
width: 100%;
|
|
1141
1346
|
height: 100%;
|
|
1142
1347
|
}
|
|
1348
|
+
|
|
1143
1349
|
.dataviews-view-grid .dataviews-view-grid__media::after {
|
|
1144
1350
|
content: "";
|
|
1145
1351
|
position: absolute;
|
|
@@ -1151,23 +1357,28 @@
|
|
|
1151
1357
|
border-radius: 4px;
|
|
1152
1358
|
pointer-events: none;
|
|
1153
1359
|
}
|
|
1360
|
+
|
|
1154
1361
|
.dataviews-view-grid .dataviews-view-grid__fields {
|
|
1155
1362
|
position: relative;
|
|
1156
1363
|
font-size: 12px;
|
|
1157
1364
|
line-height: 16px;
|
|
1158
1365
|
}
|
|
1366
|
+
|
|
1159
1367
|
.dataviews-view-grid .dataviews-view-grid__fields:not(:empty) {
|
|
1160
1368
|
padding: 0 0 12px;
|
|
1161
1369
|
}
|
|
1370
|
+
|
|
1162
1371
|
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty) {
|
|
1163
1372
|
min-height: 24px;
|
|
1164
1373
|
line-height: 20px;
|
|
1165
1374
|
padding-top: 2px;
|
|
1166
1375
|
}
|
|
1376
|
+
|
|
1167
1377
|
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field {
|
|
1168
1378
|
min-height: 24px;
|
|
1169
1379
|
align-items: center;
|
|
1170
1380
|
}
|
|
1381
|
+
|
|
1171
1382
|
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name {
|
|
1172
1383
|
width: 35%;
|
|
1173
1384
|
color: #757575;
|
|
@@ -1175,15 +1386,18 @@
|
|
|
1175
1386
|
text-overflow: ellipsis;
|
|
1176
1387
|
white-space: nowrap;
|
|
1177
1388
|
}
|
|
1389
|
+
|
|
1178
1390
|
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value {
|
|
1179
1391
|
width: 65%;
|
|
1180
1392
|
overflow: hidden;
|
|
1181
1393
|
text-overflow: ellipsis;
|
|
1182
1394
|
white-space: nowrap;
|
|
1183
1395
|
}
|
|
1396
|
+
|
|
1184
1397
|
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))) {
|
|
1185
1398
|
display: none;
|
|
1186
1399
|
}
|
|
1400
|
+
|
|
1187
1401
|
.dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty) {
|
|
1188
1402
|
padding-bottom: 12px;
|
|
1189
1403
|
}
|
|
@@ -1200,6 +1414,7 @@
|
|
|
1200
1414
|
z-index: 1;
|
|
1201
1415
|
opacity: 0;
|
|
1202
1416
|
}
|
|
1417
|
+
|
|
1203
1418
|
@media not (prefers-reduced-motion) {
|
|
1204
1419
|
.dataviews-view-grid__card .dataviews-selection-checkbox {
|
|
1205
1420
|
transition: opacity 0.1s linear;
|
|
@@ -1211,7 +1426,6 @@
|
|
|
1211
1426
|
top: 8px;
|
|
1212
1427
|
}
|
|
1213
1428
|
}
|
|
1214
|
-
|
|
1215
1429
|
.dataviews-view-grid__card:hover .dataviews-selection-checkbox,
|
|
1216
1430
|
.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,
|
|
1217
1431
|
.dataviews-view-grid__card.is-selected .dataviews-selection-checkbox {
|
|
@@ -1225,9 +1439,11 @@
|
|
|
1225
1439
|
opacity: 0;
|
|
1226
1440
|
left: 4px;
|
|
1227
1441
|
}
|
|
1442
|
+
|
|
1228
1443
|
.dataviews-view-grid__card .dataviews-view-grid__media-actions .dataviews-all-actions-button {
|
|
1229
1444
|
background-color: #fff;
|
|
1230
1445
|
}
|
|
1446
|
+
|
|
1231
1447
|
@media not (prefers-reduced-motion) {
|
|
1232
1448
|
.dataviews-view-grid__card .dataviews-view-grid__media-actions {
|
|
1233
1449
|
transition: opacity 0.1s linear;
|
|
@@ -1239,7 +1455,6 @@
|
|
|
1239
1455
|
top: 4px;
|
|
1240
1456
|
}
|
|
1241
1457
|
}
|
|
1242
|
-
|
|
1243
1458
|
.dataviews-view-grid__card:hover .dataviews-view-grid__media-actions,
|
|
1244
1459
|
.dataviews-view-grid__card:focus-within .dataviews-view-grid__media-actions,
|
|
1245
1460
|
.dataviews-view-grid__card .dataviews-view-grid__media-actions:has(.dataviews-all-actions-button[aria-expanded=true]) {
|
|
@@ -1258,13 +1473,13 @@
|
|
|
1258
1473
|
padding: 0 48px;
|
|
1259
1474
|
container-type: inline-size;
|
|
1260
1475
|
}
|
|
1476
|
+
|
|
1261
1477
|
@container (max-width: 430px) {
|
|
1262
1478
|
.dataviews-view-grid__group-header {
|
|
1263
1479
|
padding-right: 24px;
|
|
1264
1480
|
padding-left: 24px;
|
|
1265
1481
|
}
|
|
1266
1482
|
}
|
|
1267
|
-
|
|
1268
1483
|
div.dataviews-view-list {
|
|
1269
1484
|
list-style-type: none;
|
|
1270
1485
|
}
|
|
@@ -1272,17 +1487,20 @@ div.dataviews-view-list {
|
|
|
1272
1487
|
.dataviews-view-list {
|
|
1273
1488
|
margin: 0 0 auto;
|
|
1274
1489
|
}
|
|
1490
|
+
|
|
1275
1491
|
.dataviews-view-list div[role=row],
|
|
1276
1492
|
.dataviews-view-list div[role=article] {
|
|
1277
1493
|
margin: 0;
|
|
1278
1494
|
border-top: 1px solid #f0f0f0;
|
|
1279
1495
|
}
|
|
1496
|
+
|
|
1280
1497
|
.dataviews-view-list div[role=row] .dataviews-view-list__item-wrapper,
|
|
1281
1498
|
.dataviews-view-list div[role=article] .dataviews-view-list__item-wrapper {
|
|
1282
1499
|
position: relative;
|
|
1283
1500
|
padding: 16px 24px;
|
|
1284
1501
|
box-sizing: border-box;
|
|
1285
1502
|
}
|
|
1503
|
+
|
|
1286
1504
|
.dataviews-view-list div[role=row] .dataviews-view-list__item-actions,
|
|
1287
1505
|
.dataviews-view-list div[role=article] .dataviews-view-list__item-actions {
|
|
1288
1506
|
display: flex;
|
|
@@ -1290,30 +1508,35 @@ div.dataviews-view-list {
|
|
|
1290
1508
|
flex: 0 0 auto;
|
|
1291
1509
|
gap: 4px;
|
|
1292
1510
|
}
|
|
1511
|
+
|
|
1293
1512
|
.dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button,
|
|
1294
1513
|
.dataviews-view-list div[role=article] .dataviews-view-list__item-actions .components-button {
|
|
1295
1514
|
position: relative;
|
|
1296
1515
|
z-index: 1;
|
|
1297
1516
|
}
|
|
1517
|
+
|
|
1298
1518
|
.dataviews-view-list div[role=row] .dataviews-view-list__item-actions > div,
|
|
1299
1519
|
.dataviews-view-list div[role=article] .dataviews-view-list__item-actions > div {
|
|
1300
1520
|
height: 24px;
|
|
1301
1521
|
}
|
|
1522
|
+
|
|
1302
1523
|
.dataviews-view-list div[role=row] .dataviews-view-list__item-actions > :not(:last-child),
|
|
1303
1524
|
.dataviews-view-list div[role=article] .dataviews-view-list__item-actions > :not(:last-child) {
|
|
1304
1525
|
flex: 0;
|
|
1305
1526
|
overflow: hidden;
|
|
1306
1527
|
width: 0;
|
|
1307
1528
|
}
|
|
1529
|
+
|
|
1308
1530
|
.dataviews-view-list div[role=row]:where(.is-selected, .is-hovered, :focus-within) .dataviews-view-list__item-actions > :not(:last-child),
|
|
1309
1531
|
.dataviews-view-list div[role=article]:where(.is-selected, .is-hovered, :focus-within) .dataviews-view-list__item-actions > :not(:last-child) {
|
|
1310
1532
|
flex-basis: min-content;
|
|
1311
1533
|
width: auto;
|
|
1312
1534
|
overflow: unset;
|
|
1313
1535
|
}
|
|
1536
|
+
|
|
1314
1537
|
@media (hover: none) {
|
|
1315
1538
|
.dataviews-view-list div[role=row] .dataviews-view-list__item-actions > :not(:last-child),
|
|
1316
|
-
.dataviews-view-list div[role=article] .dataviews-view-list__item-actions > :not(:last-child) {
|
|
1539
|
+
.dataviews-view-list div[role=article] .dataviews-view-list__item-actions > :not(:last-child) {
|
|
1317
1540
|
flex-basis: min-content;
|
|
1318
1541
|
width: auto;
|
|
1319
1542
|
overflow: unset;
|
|
@@ -1323,15 +1546,18 @@ div.dataviews-view-list {
|
|
|
1323
1546
|
.dataviews-view-list div[role=article].is-selected.is-selected {
|
|
1324
1547
|
border-top: 1px solid rgba(var(--wp-admin-theme-color--rgb), 0.12);
|
|
1325
1548
|
}
|
|
1549
|
+
|
|
1326
1550
|
.dataviews-view-list div[role=row].is-selected.is-selected + div[role=row], .dataviews-view-list div[role=row].is-selected.is-selected + div[role=article],
|
|
1327
1551
|
.dataviews-view-list div[role=article].is-selected.is-selected + div[role=row],
|
|
1328
1552
|
.dataviews-view-list div[role=article].is-selected.is-selected + div[role=article] {
|
|
1329
1553
|
border-top: 1px solid rgba(var(--wp-admin-theme-color--rgb), 0.12);
|
|
1330
1554
|
}
|
|
1555
|
+
|
|
1331
1556
|
.dataviews-view-list div[role=row]:not(.is-selected) .dataviews-view-list__title-field,
|
|
1332
1557
|
.dataviews-view-list div[role=article]:not(.is-selected) .dataviews-view-list__title-field {
|
|
1333
1558
|
color: #1e1e1e;
|
|
1334
1559
|
}
|
|
1560
|
+
|
|
1335
1561
|
.dataviews-view-list div[role=row]:not(.is-selected):hover, .dataviews-view-list div[role=row]:not(.is-selected).is-hovered, .dataviews-view-list div[role=row]:not(.is-selected):focus-within,
|
|
1336
1562
|
.dataviews-view-list div[role=article]:not(.is-selected):hover,
|
|
1337
1563
|
.dataviews-view-list div[role=article]:not(.is-selected).is-hovered,
|
|
@@ -1339,6 +1565,7 @@ div.dataviews-view-list {
|
|
|
1339
1565
|
color: var(--wp-admin-theme-color);
|
|
1340
1566
|
background-color: #f8f8f8;
|
|
1341
1567
|
}
|
|
1568
|
+
|
|
1342
1569
|
.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__title-field,
|
|
1343
1570
|
.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__fields, .dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__title-field,
|
|
1344
1571
|
.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__fields, .dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__title-field,
|
|
@@ -1351,6 +1578,7 @@ div.dataviews-view-list {
|
|
|
1351
1578
|
.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__fields {
|
|
1352
1579
|
color: var(--wp-admin-theme-color);
|
|
1353
1580
|
}
|
|
1581
|
+
|
|
1354
1582
|
.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper,
|
|
1355
1583
|
.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper,
|
|
1356
1584
|
.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper,
|
|
@@ -1358,6 +1586,7 @@ div.dataviews-view-list {
|
|
|
1358
1586
|
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.04);
|
|
1359
1587
|
color: #1e1e1e;
|
|
1360
1588
|
}
|
|
1589
|
+
|
|
1361
1590
|
.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,
|
|
1362
1591
|
.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,
|
|
1363
1592
|
.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,
|
|
@@ -1368,6 +1597,7 @@ div.dataviews-view-list {
|
|
|
1368
1597
|
.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields {
|
|
1369
1598
|
color: var(--wp-admin-theme-color);
|
|
1370
1599
|
}
|
|
1600
|
+
|
|
1371
1601
|
.dataviews-view-list .dataviews-view-list__item {
|
|
1372
1602
|
position: absolute;
|
|
1373
1603
|
z-index: 1;
|
|
@@ -1379,9 +1609,11 @@ div.dataviews-view-list {
|
|
|
1379
1609
|
padding: 0;
|
|
1380
1610
|
cursor: pointer;
|
|
1381
1611
|
}
|
|
1612
|
+
|
|
1382
1613
|
.dataviews-view-list .dataviews-view-list__item:focus-visible {
|
|
1383
1614
|
outline: none;
|
|
1384
1615
|
}
|
|
1616
|
+
|
|
1385
1617
|
.dataviews-view-list .dataviews-view-list__item:focus-visible::before {
|
|
1386
1618
|
position: absolute;
|
|
1387
1619
|
content: "";
|
|
@@ -1390,15 +1622,18 @@ div.dataviews-view-list {
|
|
|
1390
1622
|
border-radius: 2px;
|
|
1391
1623
|
outline: 2px solid transparent;
|
|
1392
1624
|
}
|
|
1625
|
+
|
|
1393
1626
|
.dataviews-view-list .dataviews-view-list__title-field {
|
|
1394
1627
|
flex: 1;
|
|
1395
1628
|
min-height: 24px;
|
|
1396
1629
|
line-height: 24px;
|
|
1397
1630
|
overflow: hidden;
|
|
1398
1631
|
}
|
|
1632
|
+
|
|
1399
1633
|
.dataviews-view-list .dataviews-view-list__title-field:has(a, button) {
|
|
1400
1634
|
z-index: 1;
|
|
1401
1635
|
}
|
|
1636
|
+
|
|
1402
1637
|
.dataviews-view-list .dataviews-view-list__media-wrapper {
|
|
1403
1638
|
width: 52px;
|
|
1404
1639
|
height: 52px;
|
|
@@ -1408,11 +1643,13 @@ div.dataviews-view-list {
|
|
|
1408
1643
|
background-color: #fff;
|
|
1409
1644
|
border-radius: 4px;
|
|
1410
1645
|
}
|
|
1646
|
+
|
|
1411
1647
|
.dataviews-view-list .dataviews-view-list__media-wrapper img {
|
|
1412
1648
|
width: 100%;
|
|
1413
1649
|
height: 100%;
|
|
1414
1650
|
object-fit: cover;
|
|
1415
1651
|
}
|
|
1652
|
+
|
|
1416
1653
|
.dataviews-view-list .dataviews-view-list__media-wrapper::after {
|
|
1417
1654
|
content: "";
|
|
1418
1655
|
position: absolute;
|
|
@@ -1423,10 +1660,12 @@ div.dataviews-view-list {
|
|
|
1423
1660
|
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
1424
1661
|
border-radius: 4px;
|
|
1425
1662
|
}
|
|
1663
|
+
|
|
1426
1664
|
.dataviews-view-list .dataviews-view-list__field-wrapper {
|
|
1427
1665
|
min-height: 52px;
|
|
1428
1666
|
flex-grow: 1;
|
|
1429
1667
|
}
|
|
1668
|
+
|
|
1430
1669
|
.dataviews-view-list .dataviews-view-list__fields {
|
|
1431
1670
|
color: #757575;
|
|
1432
1671
|
display: flex;
|
|
@@ -1435,18 +1674,22 @@ div.dataviews-view-list {
|
|
|
1435
1674
|
flex-wrap: wrap;
|
|
1436
1675
|
font-size: 12px;
|
|
1437
1676
|
}
|
|
1677
|
+
|
|
1438
1678
|
.dataviews-view-list .dataviews-view-list__fields:empty {
|
|
1439
1679
|
display: none;
|
|
1440
1680
|
}
|
|
1681
|
+
|
|
1441
1682
|
.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty) {
|
|
1442
1683
|
display: none;
|
|
1443
1684
|
}
|
|
1685
|
+
|
|
1444
1686
|
.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value {
|
|
1445
1687
|
min-height: 24px;
|
|
1446
1688
|
line-height: 20px;
|
|
1447
1689
|
display: flex;
|
|
1448
1690
|
align-items: center;
|
|
1449
1691
|
}
|
|
1692
|
+
|
|
1450
1693
|
.dataviews-view-list + .dataviews-pagination {
|
|
1451
1694
|
justify-content: space-between;
|
|
1452
1695
|
}
|
|
@@ -1468,26 +1711,31 @@ div.dataviews-view-list {
|
|
|
1468
1711
|
color: #757575;
|
|
1469
1712
|
margin-bottom: auto;
|
|
1470
1713
|
}
|
|
1714
|
+
|
|
1471
1715
|
.dataviews-view-table th {
|
|
1472
1716
|
text-align: right;
|
|
1473
1717
|
color: #1e1e1e;
|
|
1474
1718
|
font-weight: normal;
|
|
1475
1719
|
font-size: 13px;
|
|
1476
1720
|
}
|
|
1721
|
+
|
|
1477
1722
|
.dataviews-view-table td,
|
|
1478
1723
|
.dataviews-view-table th {
|
|
1479
1724
|
padding: 12px;
|
|
1480
1725
|
}
|
|
1726
|
+
|
|
1481
1727
|
.dataviews-view-table td.dataviews-view-table__actions-column,
|
|
1482
1728
|
.dataviews-view-table th.dataviews-view-table__actions-column {
|
|
1483
1729
|
text-align: left;
|
|
1484
1730
|
}
|
|
1731
|
+
|
|
1485
1732
|
.dataviews-view-table td.dataviews-view-table__actions-column--sticky,
|
|
1486
1733
|
.dataviews-view-table th.dataviews-view-table__actions-column--sticky {
|
|
1487
1734
|
position: sticky;
|
|
1488
1735
|
left: 0;
|
|
1489
1736
|
background-color: #fff;
|
|
1490
1737
|
}
|
|
1738
|
+
|
|
1491
1739
|
.dataviews-view-table td.dataviews-view-table__actions-column--stuck::after,
|
|
1492
1740
|
.dataviews-view-table th.dataviews-view-table__actions-column--stuck::after {
|
|
1493
1741
|
display: block;
|
|
@@ -1499,58 +1747,72 @@ div.dataviews-view-list {
|
|
|
1499
1747
|
width: 1px;
|
|
1500
1748
|
background-color: #f0f0f0;
|
|
1501
1749
|
}
|
|
1750
|
+
|
|
1502
1751
|
.dataviews-view-table td.dataviews-view-table__checkbox-column,
|
|
1503
1752
|
.dataviews-view-table th.dataviews-view-table__checkbox-column {
|
|
1504
1753
|
padding-left: 0;
|
|
1505
1754
|
width: 1%;
|
|
1506
1755
|
}
|
|
1756
|
+
|
|
1507
1757
|
.dataviews-view-table td.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper,
|
|
1508
1758
|
.dataviews-view-table th.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper {
|
|
1509
1759
|
max-width: auto;
|
|
1510
1760
|
min-width: auto;
|
|
1511
1761
|
}
|
|
1762
|
+
|
|
1512
1763
|
.dataviews-view-table tr {
|
|
1513
1764
|
border-top: 1px solid #f0f0f0;
|
|
1514
1765
|
}
|
|
1766
|
+
|
|
1515
1767
|
.dataviews-view-table tr .dataviews-view-table-header-button {
|
|
1516
1768
|
gap: 4px;
|
|
1517
1769
|
}
|
|
1770
|
+
|
|
1518
1771
|
.dataviews-view-table tr td:first-child,
|
|
1519
1772
|
.dataviews-view-table tr th:first-child {
|
|
1520
1773
|
padding-right: 48px;
|
|
1521
1774
|
}
|
|
1775
|
+
|
|
1522
1776
|
.dataviews-view-table tr td:first-child .dataviews-view-table-header-button,
|
|
1523
1777
|
.dataviews-view-table tr th:first-child .dataviews-view-table-header-button {
|
|
1524
1778
|
margin-right: -8px;
|
|
1525
1779
|
}
|
|
1780
|
+
|
|
1526
1781
|
.dataviews-view-table tr td:last-child,
|
|
1527
1782
|
.dataviews-view-table tr th:last-child {
|
|
1528
1783
|
padding-left: 48px;
|
|
1529
1784
|
}
|
|
1785
|
+
|
|
1530
1786
|
.dataviews-view-table tr:last-child {
|
|
1531
1787
|
border-bottom: 0;
|
|
1532
1788
|
}
|
|
1789
|
+
|
|
1533
1790
|
.dataviews-view-table tr.is-hovered, .dataviews-view-table tr.is-hovered .dataviews-view-table__actions-column--sticky {
|
|
1534
1791
|
background-color: #f8f8f8;
|
|
1535
1792
|
}
|
|
1793
|
+
|
|
1536
1794
|
.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input {
|
|
1537
1795
|
opacity: 0;
|
|
1538
1796
|
}
|
|
1797
|
+
|
|
1539
1798
|
.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:checked, .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:indeterminate, .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:focus {
|
|
1540
1799
|
opacity: 1;
|
|
1541
1800
|
}
|
|
1801
|
+
|
|
1542
1802
|
.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
|
|
1543
1803
|
opacity: 0;
|
|
1544
1804
|
}
|
|
1805
|
+
|
|
1545
1806
|
.dataviews-view-table tr:focus-within .components-checkbox-control__input,
|
|
1546
1807
|
.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table tr.is-hovered .components-checkbox-control__input,
|
|
1547
1808
|
.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table tr:hover .components-checkbox-control__input,
|
|
1548
1809
|
.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
|
|
1549
1810
|
opacity: 1;
|
|
1550
1811
|
}
|
|
1812
|
+
|
|
1551
1813
|
@media (hover: none) {
|
|
1552
1814
|
.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,
|
|
1553
|
-
.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
|
|
1815
|
+
.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
|
|
1554
1816
|
opacity: 1;
|
|
1555
1817
|
}
|
|
1556
1818
|
}
|
|
@@ -1558,26 +1820,37 @@ div.dataviews-view-list {
|
|
|
1558
1820
|
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.04);
|
|
1559
1821
|
color: #757575;
|
|
1560
1822
|
}
|
|
1823
|
+
|
|
1561
1824
|
.dataviews-view-table tr.is-selected, .dataviews-view-table tr.is-selected + tr {
|
|
1562
1825
|
border-top: 1px solid rgba(var(--wp-admin-theme-color--rgb), 0.12);
|
|
1563
1826
|
}
|
|
1827
|
+
|
|
1564
1828
|
.dataviews-view-table tr.is-selected:hover {
|
|
1565
1829
|
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
|
|
1566
1830
|
}
|
|
1831
|
+
|
|
1567
1832
|
.dataviews-view-table tr.is-selected .dataviews-view-table__actions-column--sticky {
|
|
1568
1833
|
background-color: color-mix(in srgb, rgb(var(--wp-admin-theme-color--rgb)) 4%, #fff);
|
|
1569
1834
|
}
|
|
1835
|
+
|
|
1570
1836
|
.dataviews-view-table tr.is-selected:hover .dataviews-view-table__actions-column--sticky {
|
|
1571
1837
|
background-color: color-mix(in srgb, rgb(var(--wp-admin-theme-color--rgb)) 8%, #fff);
|
|
1572
1838
|
}
|
|
1839
|
+
|
|
1573
1840
|
.dataviews-view-table thead {
|
|
1574
1841
|
position: sticky;
|
|
1575
1842
|
inset-block-start: 0;
|
|
1576
1843
|
z-index: 1;
|
|
1577
1844
|
}
|
|
1845
|
+
|
|
1578
1846
|
.dataviews-view-table thead tr {
|
|
1579
1847
|
border: 0;
|
|
1580
1848
|
}
|
|
1849
|
+
|
|
1850
|
+
.dataviews-view-table thead tr .components-checkbox-control__input.components-checkbox-control__input {
|
|
1851
|
+
opacity: 1;
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1581
1854
|
.dataviews-view-table thead th {
|
|
1582
1855
|
background-color: #fff;
|
|
1583
1856
|
padding-top: 8px;
|
|
@@ -1587,63 +1860,80 @@ div.dataviews-view-list {
|
|
|
1587
1860
|
text-transform: uppercase;
|
|
1588
1861
|
font-weight: 500;
|
|
1589
1862
|
}
|
|
1863
|
+
|
|
1590
1864
|
.dataviews-view-table thead th:has(.dataviews-view-table-header-button):not(:first-child) {
|
|
1591
1865
|
padding-right: 4px;
|
|
1592
1866
|
}
|
|
1867
|
+
|
|
1593
1868
|
.dataviews-view-table tbody td {
|
|
1594
1869
|
vertical-align: top;
|
|
1595
1870
|
}
|
|
1871
|
+
|
|
1596
1872
|
.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper {
|
|
1597
1873
|
min-height: 32px;
|
|
1598
1874
|
display: flex;
|
|
1599
1875
|
align-items: center;
|
|
1600
1876
|
}
|
|
1877
|
+
|
|
1601
1878
|
.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-end {
|
|
1602
1879
|
justify-content: flex-end;
|
|
1603
1880
|
}
|
|
1881
|
+
|
|
1604
1882
|
.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-center {
|
|
1605
1883
|
justify-content: center;
|
|
1606
1884
|
}
|
|
1885
|
+
|
|
1607
1886
|
.dataviews-view-table tbody .components-v-stack > .dataviews-view-table__cell-content-wrapper:not(:first-child) {
|
|
1608
1887
|
min-height: 0;
|
|
1609
1888
|
}
|
|
1889
|
+
|
|
1610
1890
|
.dataviews-view-table .dataviews-view-table-header-button {
|
|
1611
1891
|
padding: 4px 8px;
|
|
1612
1892
|
font-size: 11px;
|
|
1613
1893
|
text-transform: uppercase;
|
|
1614
1894
|
font-weight: 500;
|
|
1615
1895
|
}
|
|
1896
|
+
|
|
1616
1897
|
.dataviews-view-table .dataviews-view-table-header-button:not(:hover) {
|
|
1617
1898
|
color: #1e1e1e;
|
|
1618
1899
|
}
|
|
1900
|
+
|
|
1619
1901
|
.dataviews-view-table .dataviews-view-table-header-button span {
|
|
1620
1902
|
speak: none;
|
|
1621
1903
|
}
|
|
1904
|
+
|
|
1622
1905
|
.dataviews-view-table .dataviews-view-table-header-button span:empty {
|
|
1623
1906
|
display: none;
|
|
1624
1907
|
}
|
|
1908
|
+
|
|
1625
1909
|
.dataviews-view-table .dataviews-view-table-header {
|
|
1626
1910
|
padding-right: 4px;
|
|
1627
1911
|
}
|
|
1912
|
+
|
|
1628
1913
|
.dataviews-view-table .dataviews-view-table__actions-column {
|
|
1629
1914
|
width: 1%;
|
|
1630
1915
|
max-width: inherit;
|
|
1631
1916
|
min-width: inherit;
|
|
1632
1917
|
}
|
|
1918
|
+
|
|
1633
1919
|
.dataviews-view-table:has(tr.is-selected) .components-checkbox-control__input {
|
|
1634
1920
|
opacity: 1;
|
|
1635
1921
|
}
|
|
1922
|
+
|
|
1636
1923
|
.dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:first-child) {
|
|
1637
1924
|
padding-right: 0;
|
|
1638
1925
|
}
|
|
1926
|
+
|
|
1639
1927
|
.dataviews-view-table.has-compact-density td,
|
|
1640
1928
|
.dataviews-view-table.has-compact-density th {
|
|
1641
1929
|
padding: 4px 8px;
|
|
1642
1930
|
}
|
|
1931
|
+
|
|
1643
1932
|
.dataviews-view-table.has-comfortable-density td,
|
|
1644
1933
|
.dataviews-view-table.has-comfortable-density th {
|
|
1645
1934
|
padding: 16px 12px;
|
|
1646
1935
|
}
|
|
1936
|
+
|
|
1647
1937
|
.dataviews-view-table.has-compact-density td.dataviews-view-table__checkbox-column,
|
|
1648
1938
|
.dataviews-view-table.has-compact-density th.dataviews-view-table__checkbox-column, .dataviews-view-table.has-comfortable-density td.dataviews-view-table__checkbox-column,
|
|
1649
1939
|
.dataviews-view-table.has-comfortable-density th.dataviews-view-table__checkbox-column {
|
|
@@ -1652,23 +1942,23 @@ div.dataviews-view-list {
|
|
|
1652
1942
|
|
|
1653
1943
|
@container (max-width: 430px) {
|
|
1654
1944
|
.dataviews-view-table tr td:first-child,
|
|
1655
|
-
.dataviews-view-table tr th:first-child {
|
|
1945
|
+
.dataviews-view-table tr th:first-child {
|
|
1656
1946
|
padding-right: 24px;
|
|
1657
1947
|
}
|
|
1658
1948
|
.dataviews-view-table tr td:last-child,
|
|
1659
|
-
.dataviews-view-table tr th:last-child {
|
|
1949
|
+
.dataviews-view-table tr th:last-child {
|
|
1660
1950
|
padding-left: 24px;
|
|
1661
1951
|
}
|
|
1662
1952
|
}
|
|
1663
1953
|
.dataviews-view-table-selection-checkbox {
|
|
1664
1954
|
--checkbox-input-size: 24px;
|
|
1665
1955
|
}
|
|
1956
|
+
|
|
1666
1957
|
@media (min-width: 600px) {
|
|
1667
1958
|
.dataviews-view-table-selection-checkbox {
|
|
1668
1959
|
--checkbox-input-size: 16px;
|
|
1669
1960
|
}
|
|
1670
1961
|
}
|
|
1671
|
-
|
|
1672
1962
|
.dataviews-column-primary__media {
|
|
1673
1963
|
max-width: 60px;
|
|
1674
1964
|
overflow: hidden;
|
|
@@ -1677,11 +1967,13 @@ div.dataviews-view-list {
|
|
|
1677
1967
|
background-color: #fff;
|
|
1678
1968
|
border-radius: 4px;
|
|
1679
1969
|
}
|
|
1970
|
+
|
|
1680
1971
|
.dataviews-column-primary__media img {
|
|
1681
1972
|
width: 100%;
|
|
1682
1973
|
height: 100%;
|
|
1683
1974
|
object-fit: cover;
|
|
1684
1975
|
}
|
|
1976
|
+
|
|
1685
1977
|
.dataviews-column-primary__media::after {
|
|
1686
1978
|
content: "";
|
|
1687
1979
|
position: absolute;
|
|
@@ -1705,72 +1997,60 @@ div.dataviews-view-list {
|
|
|
1705
1997
|
color: #1e1e1e;
|
|
1706
1998
|
}
|
|
1707
1999
|
|
|
1708
|
-
.dataviews-view-grid-items {
|
|
1709
|
-
margin-bottom: auto;
|
|
1710
|
-
display: grid;
|
|
1711
|
-
gap: 32px;
|
|
1712
|
-
grid-template-rows: max-content;
|
|
1713
|
-
grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
|
|
1714
|
-
padding: 0 48px 24px;
|
|
1715
|
-
container-type: inline-size;
|
|
1716
|
-
/**
|
|
1717
|
-
* Breakpoints were adjusted from media queries breakpoints to account for
|
|
1718
|
-
* the sidebar width. This was done to match the existing styles we had.
|
|
1719
|
-
*/
|
|
1720
|
-
}
|
|
1721
|
-
@container (max-width: 430px) {
|
|
1722
|
-
.dataviews-view-grid-items {
|
|
1723
|
-
padding-right: 24px;
|
|
1724
|
-
padding-left: 24px;
|
|
1725
|
-
}
|
|
1726
|
-
}
|
|
1727
|
-
@media not (prefers-reduced-motion) {
|
|
1728
|
-
.dataviews-view-grid-items {
|
|
1729
|
-
transition: padding ease-out 0.1s;
|
|
1730
|
-
}
|
|
1731
|
-
}
|
|
1732
|
-
|
|
1733
2000
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__card {
|
|
1734
2001
|
height: 100%;
|
|
1735
2002
|
justify-content: flex-start;
|
|
1736
2003
|
position: relative;
|
|
1737
2004
|
}
|
|
2005
|
+
|
|
1738
2006
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-actions {
|
|
1739
2007
|
padding: 8px 0 4px;
|
|
1740
2008
|
}
|
|
2009
|
+
|
|
1741
2010
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field {
|
|
1742
2011
|
min-height: 24px;
|
|
1743
|
-
|
|
1744
|
-
align-
|
|
2012
|
+
overflow: hidden;
|
|
2013
|
+
align-content: center;
|
|
2014
|
+
text-align: start;
|
|
1745
2015
|
}
|
|
2016
|
+
|
|
1746
2017
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field--clickable {
|
|
1747
2018
|
width: fit-content;
|
|
1748
2019
|
}
|
|
2020
|
+
|
|
1749
2021
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value {
|
|
1750
2022
|
color: #1e1e1e;
|
|
1751
2023
|
}
|
|
2024
|
+
|
|
1752
2025
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media::after,
|
|
1753
2026
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus::after {
|
|
1754
2027
|
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
|
|
1755
2028
|
}
|
|
2029
|
+
|
|
1756
2030
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media::after {
|
|
1757
2031
|
box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color);
|
|
1758
2032
|
}
|
|
2033
|
+
|
|
1759
2034
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus::after {
|
|
1760
2035
|
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
1761
2036
|
}
|
|
2037
|
+
|
|
1762
2038
|
.dataviews-view-picker-grid:focus-visible[aria-activedescendant] {
|
|
1763
2039
|
outline: none;
|
|
1764
2040
|
}
|
|
2041
|
+
|
|
1765
2042
|
.dataviews-view-picker-grid:focus-visible [data-active-item=true] {
|
|
1766
2043
|
outline: 2px solid var(--wp-admin-theme-color);
|
|
1767
2044
|
}
|
|
2045
|
+
|
|
1768
2046
|
.dataviews-view-picker-grid .dataviews-selection-checkbox {
|
|
1769
2047
|
top: 8px !important;
|
|
1770
2048
|
}
|
|
2049
|
+
|
|
1771
2050
|
.dataviews-view-picker-grid .dataviews-selection-checkbox input {
|
|
1772
2051
|
pointer-events: none;
|
|
1773
2052
|
}
|
|
2053
|
+
|
|
1774
2054
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__media {
|
|
1775
2055
|
width: 100%;
|
|
1776
2056
|
aspect-ratio: 1/1;
|
|
@@ -1778,11 +2058,13 @@ div.dataviews-view-list {
|
|
|
1778
2058
|
border-radius: 4px;
|
|
1779
2059
|
position: relative;
|
|
1780
2060
|
}
|
|
2061
|
+
|
|
1781
2062
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__media img {
|
|
1782
2063
|
object-fit: cover;
|
|
1783
2064
|
width: 100%;
|
|
1784
2065
|
height: 100%;
|
|
1785
2066
|
}
|
|
2067
|
+
|
|
1786
2068
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__media::after {
|
|
1787
2069
|
content: "";
|
|
1788
2070
|
position: absolute;
|
|
@@ -1794,23 +2076,28 @@ div.dataviews-view-list {
|
|
|
1794
2076
|
border-radius: 4px;
|
|
1795
2077
|
pointer-events: none;
|
|
1796
2078
|
}
|
|
2079
|
+
|
|
1797
2080
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields {
|
|
1798
2081
|
position: relative;
|
|
1799
2082
|
font-size: 12px;
|
|
1800
2083
|
line-height: 16px;
|
|
1801
2084
|
}
|
|
2085
|
+
|
|
1802
2086
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields:not(:empty) {
|
|
1803
2087
|
padding: 0 0 12px;
|
|
1804
2088
|
}
|
|
2089
|
+
|
|
1805
2090
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field-value:not(:empty) {
|
|
1806
2091
|
min-height: 24px;
|
|
1807
2092
|
line-height: 20px;
|
|
1808
2093
|
padding-top: 2px;
|
|
1809
2094
|
}
|
|
2095
|
+
|
|
1810
2096
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field {
|
|
1811
2097
|
min-height: 24px;
|
|
1812
2098
|
align-items: center;
|
|
1813
2099
|
}
|
|
2100
|
+
|
|
1814
2101
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-name {
|
|
1815
2102
|
width: 35%;
|
|
1816
2103
|
color: #757575;
|
|
@@ -1818,15 +2105,18 @@ div.dataviews-view-list {
|
|
|
1818
2105
|
text-overflow: ellipsis;
|
|
1819
2106
|
white-space: nowrap;
|
|
1820
2107
|
}
|
|
2108
|
+
|
|
1821
2109
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value {
|
|
1822
2110
|
width: 65%;
|
|
1823
2111
|
overflow: hidden;
|
|
1824
2112
|
text-overflow: ellipsis;
|
|
1825
2113
|
white-space: nowrap;
|
|
1826
2114
|
}
|
|
2115
|
+
|
|
1827
2116
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field:not(:has(.dataviews-view-picker-grid__field-value:not(:empty))) {
|
|
1828
2117
|
display: none;
|
|
1829
2118
|
}
|
|
2119
|
+
|
|
1830
2120
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__badge-fields:not(:empty) {
|
|
1831
2121
|
padding-bottom: 12px;
|
|
1832
2122
|
}
|
|
@@ -1842,12 +2132,12 @@ div.dataviews-view-list {
|
|
|
1842
2132
|
right: 8px;
|
|
1843
2133
|
z-index: 1;
|
|
1844
2134
|
}
|
|
2135
|
+
|
|
1845
2136
|
@media (hover: none) {
|
|
1846
2137
|
.dataviews-view-picker-grid__card .dataviews-selection-checkbox {
|
|
1847
2138
|
top: 8px;
|
|
1848
2139
|
}
|
|
1849
2140
|
}
|
|
1850
|
-
|
|
1851
2141
|
.dataviews-view-picker-grid__card:hover .dataviews-selection-checkbox,
|
|
1852
2142
|
.dataviews-view-picker-grid__card:focus-within .dataviews-selection-checkbox,
|
|
1853
2143
|
.dataviews-view-picker-grid__card.is-selected .dataviews-selection-checkbox {
|
|
@@ -1885,6 +2175,7 @@ div.dataviews-view-list {
|
|
|
1885
2175
|
.dataviews-controls__date-preset {
|
|
1886
2176
|
border: 1px solid #ddd;
|
|
1887
2177
|
}
|
|
2178
|
+
|
|
1888
2179
|
.dataviews-controls__date-preset:active {
|
|
1889
2180
|
background-color: #000;
|
|
1890
2181
|
}
|
|
@@ -1905,6 +2196,7 @@ div.dataviews-view-list {
|
|
|
1905
2196
|
line-height: 20px;
|
|
1906
2197
|
hyphens: auto;
|
|
1907
2198
|
}
|
|
2199
|
+
|
|
1908
2200
|
.dataforms-layouts-panel__field-label--label-position-side {
|
|
1909
2201
|
align-self: center;
|
|
1910
2202
|
}
|
|
@@ -1915,6 +2207,7 @@ div.dataviews-view-list {
|
|
|
1915
2207
|
display: flex;
|
|
1916
2208
|
align-items: center;
|
|
1917
2209
|
}
|
|
2210
|
+
|
|
1918
2211
|
.dataforms-layouts-panel__field-control .components-button {
|
|
1919
2212
|
max-width: 100%;
|
|
1920
2213
|
text-align: right;
|
|
@@ -1923,9 +2216,11 @@ div.dataviews-view-list {
|
|
|
1923
2216
|
text-wrap: pretty;
|
|
1924
2217
|
min-height: 32px;
|
|
1925
2218
|
}
|
|
2219
|
+
|
|
1926
2220
|
.dataforms-layouts-panel__field-control.components-button.is-link[aria-disabled=true] {
|
|
1927
2221
|
text-decoration: none;
|
|
1928
2222
|
}
|
|
2223
|
+
|
|
1929
2224
|
.dataforms-layouts-panel__field-control .components-dropdown {
|
|
1930
2225
|
max-width: 100%;
|
|
1931
2226
|
}
|
|
@@ -1963,6 +2258,7 @@ div.dataviews-view-list {
|
|
|
1963
2258
|
line-height: 20px;
|
|
1964
2259
|
hyphens: auto;
|
|
1965
2260
|
}
|
|
2261
|
+
|
|
1966
2262
|
.dataforms-layouts-regular__field-label--label-position-side {
|
|
1967
2263
|
align-self: center;
|
|
1968
2264
|
}
|
|
@@ -1974,6 +2270,13 @@ div.dataviews-view-list {
|
|
|
1974
2270
|
align-items: center;
|
|
1975
2271
|
}
|
|
1976
2272
|
|
|
2273
|
+
.dataforms-layouts-card__field-header-label {
|
|
2274
|
+
font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
2275
|
+
font-weight: 500;
|
|
2276
|
+
font-size: 15px;
|
|
2277
|
+
line-height: 20px;
|
|
2278
|
+
}
|
|
2279
|
+
|
|
1977
2280
|
.dataforms-layouts-card__field {
|
|
1978
2281
|
width: 100%;
|
|
1979
2282
|
}
|
|
@@ -1985,10 +2288,23 @@ div.dataviews-view-list {
|
|
|
1985
2288
|
margin-bottom: 16px;
|
|
1986
2289
|
}
|
|
1987
2290
|
|
|
2291
|
+
.dataforms-layouts-card__field-summary {
|
|
2292
|
+
display: flex;
|
|
2293
|
+
flex-direction: row;
|
|
2294
|
+
gap: 16px;
|
|
2295
|
+
}
|
|
2296
|
+
|
|
1988
2297
|
.dataforms-layouts-row__field-control {
|
|
1989
2298
|
width: 100%;
|
|
1990
2299
|
}
|
|
1991
2300
|
|
|
2301
|
+
.dataforms-layouts__wrapper {
|
|
2302
|
+
font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
2303
|
+
font-weight: 400;
|
|
2304
|
+
font-size: 13px;
|
|
2305
|
+
line-height: 20px;
|
|
2306
|
+
}
|
|
2307
|
+
|
|
1992
2308
|
.edit-site-layout {
|
|
1993
2309
|
height: 100%;
|
|
1994
2310
|
background: #1e1e1e;
|
|
@@ -2112,8 +2428,6 @@ div.dataviews-view-list {
|
|
|
2112
2428
|
.edit-site-layout:not(.is-full-canvas) .edit-site-layout__canvas .edit-site-resizable-frame__inner-content {
|
|
2113
2429
|
border-radius: 8px;
|
|
2114
2430
|
}
|
|
2115
|
-
}
|
|
2116
|
-
@media (min-width: 782px) {
|
|
2117
2431
|
.edit-site-layout__canvas .edit-site-resizable-frame__inner-content:hover {
|
|
2118
2432
|
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08), 0 15px 27px rgba(0, 0, 0, 0.07), 0 30px 36px rgba(0, 0, 0, 0.04), 0 50px 43px rgba(0, 0, 0, 0.02);
|
|
2119
2433
|
}
|
|
@@ -2142,8 +2456,8 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2142
2456
|
|
|
2143
2457
|
@media (prefers-reduced-motion) {
|
|
2144
2458
|
::view-transition-group(*),
|
|
2145
|
-
::view-transition-old(*),
|
|
2146
|
-
::view-transition-new(*) {
|
|
2459
|
+
::view-transition-old(*),
|
|
2460
|
+
::view-transition-new(*) {
|
|
2147
2461
|
animation: none !important;
|
|
2148
2462
|
}
|
|
2149
2463
|
}
|
|
@@ -2245,60 +2559,6 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2245
2559
|
padding-left: 16px;
|
|
2246
2560
|
}
|
|
2247
2561
|
|
|
2248
|
-
.edit-site-page {
|
|
2249
|
-
color: #2f2f2f;
|
|
2250
|
-
background: #fff;
|
|
2251
|
-
height: 100%;
|
|
2252
|
-
/* stylelint-disable-next-line property-no-unknown -- '@container' not globally permitted */
|
|
2253
|
-
container: edit-site-page/inline-size;
|
|
2254
|
-
}
|
|
2255
|
-
@media not (prefers-reduced-motion) {
|
|
2256
|
-
.edit-site-page {
|
|
2257
|
-
transition: width ease-out 0.2s;
|
|
2258
|
-
}
|
|
2259
|
-
}
|
|
2260
|
-
|
|
2261
|
-
.edit-site-page-header {
|
|
2262
|
-
padding: 16px 48px;
|
|
2263
|
-
border-bottom: 1px solid #f0f0f0;
|
|
2264
|
-
background: #fff;
|
|
2265
|
-
position: sticky;
|
|
2266
|
-
top: 0;
|
|
2267
|
-
z-index: 2;
|
|
2268
|
-
}
|
|
2269
|
-
@media not (prefers-reduced-motion) {
|
|
2270
|
-
.edit-site-page-header {
|
|
2271
|
-
transition: padding ease-out 0.1s;
|
|
2272
|
-
}
|
|
2273
|
-
}
|
|
2274
|
-
.edit-site-page-header .components-heading {
|
|
2275
|
-
color: #1e1e1e;
|
|
2276
|
-
}
|
|
2277
|
-
.edit-site-page-header .edit-site-page-header__page-title {
|
|
2278
|
-
min-height: 40px;
|
|
2279
|
-
}
|
|
2280
|
-
.edit-site-page-header .edit-site-page-header__page-title .components-heading {
|
|
2281
|
-
flex-grow: 1;
|
|
2282
|
-
flex-basis: 0;
|
|
2283
|
-
white-space: nowrap;
|
|
2284
|
-
}
|
|
2285
|
-
.edit-site-page-header .edit-site-page-header__sub-title {
|
|
2286
|
-
margin-bottom: 8px;
|
|
2287
|
-
}
|
|
2288
|
-
|
|
2289
|
-
@container (max-width: 430px) {
|
|
2290
|
-
.edit-site-page-header {
|
|
2291
|
-
padding: 16px 24px;
|
|
2292
|
-
}
|
|
2293
|
-
}
|
|
2294
|
-
.edit-site-page-content {
|
|
2295
|
-
height: 100%;
|
|
2296
|
-
display: flex;
|
|
2297
|
-
flex-flow: column;
|
|
2298
|
-
position: relative;
|
|
2299
|
-
z-index: 1;
|
|
2300
|
-
}
|
|
2301
|
-
|
|
2302
2562
|
.edit-site-save-hub {
|
|
2303
2563
|
color: #949494;
|
|
2304
2564
|
border-top: 1px solid #2f2f2f;
|
|
@@ -2335,7 +2595,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2335
2595
|
contain: content;
|
|
2336
2596
|
}
|
|
2337
2597
|
|
|
2338
|
-
@keyframes
|
|
2598
|
+
@keyframes local--slide-from-right {
|
|
2339
2599
|
from {
|
|
2340
2600
|
transform: translateX(-50px);
|
|
2341
2601
|
opacity: 0;
|
|
@@ -2345,7 +2605,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2345
2605
|
opacity: 1;
|
|
2346
2606
|
}
|
|
2347
2607
|
}
|
|
2348
|
-
@keyframes
|
|
2608
|
+
@keyframes local--slide-from-left {
|
|
2349
2609
|
from {
|
|
2350
2610
|
transform: translateX(50px);
|
|
2351
2611
|
opacity: 0;
|
|
@@ -2357,19 +2617,6 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2357
2617
|
}
|
|
2358
2618
|
.edit-site-sidebar__screen-wrapper {
|
|
2359
2619
|
overflow-x: auto;
|
|
2360
|
-
scrollbar-width: thin;
|
|
2361
|
-
scrollbar-gutter: stable both-edges;
|
|
2362
|
-
scrollbar-color: transparent transparent;
|
|
2363
|
-
will-change: transform;
|
|
2364
|
-
scrollbar-gutter: stable;
|
|
2365
|
-
display: flex;
|
|
2366
|
-
flex-direction: column;
|
|
2367
|
-
height: 100%;
|
|
2368
|
-
max-height: 100%;
|
|
2369
|
-
padding: 0 12px;
|
|
2370
|
-
animation-duration: 0.14s;
|
|
2371
|
-
animation-timing-function: ease-in-out;
|
|
2372
|
-
will-change: transform, opacity;
|
|
2373
2620
|
}
|
|
2374
2621
|
.edit-site-sidebar__screen-wrapper::-webkit-scrollbar {
|
|
2375
2622
|
width: 12px;
|
|
@@ -2387,24 +2634,43 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2387
2634
|
.edit-site-sidebar__screen-wrapper:hover::-webkit-scrollbar-thumb, .edit-site-sidebar__screen-wrapper:focus::-webkit-scrollbar-thumb, .edit-site-sidebar__screen-wrapper:focus-within::-webkit-scrollbar-thumb {
|
|
2388
2635
|
background-color: #757575;
|
|
2389
2636
|
}
|
|
2637
|
+
.edit-site-sidebar__screen-wrapper {
|
|
2638
|
+
scrollbar-width: thin;
|
|
2639
|
+
scrollbar-gutter: stable both-edges;
|
|
2640
|
+
scrollbar-color: transparent transparent;
|
|
2641
|
+
}
|
|
2390
2642
|
.edit-site-sidebar__screen-wrapper:hover, .edit-site-sidebar__screen-wrapper:focus, .edit-site-sidebar__screen-wrapper:focus-within {
|
|
2391
2643
|
scrollbar-color: #757575 transparent;
|
|
2392
2644
|
}
|
|
2645
|
+
.edit-site-sidebar__screen-wrapper {
|
|
2646
|
+
will-change: transform;
|
|
2647
|
+
}
|
|
2393
2648
|
@media (hover: none) {
|
|
2394
2649
|
.edit-site-sidebar__screen-wrapper {
|
|
2395
2650
|
scrollbar-color: #757575 transparent;
|
|
2396
2651
|
}
|
|
2397
2652
|
}
|
|
2653
|
+
.edit-site-sidebar__screen-wrapper {
|
|
2654
|
+
scrollbar-gutter: stable;
|
|
2655
|
+
display: flex;
|
|
2656
|
+
flex-direction: column;
|
|
2657
|
+
height: 100%;
|
|
2658
|
+
max-height: 100%;
|
|
2659
|
+
padding: 0 12px;
|
|
2660
|
+
animation-duration: 0.14s;
|
|
2661
|
+
animation-timing-function: ease-in-out;
|
|
2662
|
+
will-change: transform, opacity;
|
|
2663
|
+
}
|
|
2398
2664
|
@media (prefers-reduced-motion: reduce) {
|
|
2399
2665
|
.edit-site-sidebar__screen-wrapper {
|
|
2400
2666
|
animation-duration: 0s;
|
|
2401
2667
|
}
|
|
2402
2668
|
}
|
|
2403
2669
|
.edit-site-sidebar__screen-wrapper.slide-from-left {
|
|
2404
|
-
animation-name:
|
|
2670
|
+
animation-name: local--slide-from-left;
|
|
2405
2671
|
}
|
|
2406
2672
|
.edit-site-sidebar__screen-wrapper.slide-from-right {
|
|
2407
|
-
animation-name:
|
|
2673
|
+
animation-name: local--slide-from-right;
|
|
2408
2674
|
}
|
|
2409
2675
|
|
|
2410
2676
|
.edit-site-site-hub {
|
|
@@ -2515,7 +2781,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
2515
2781
|
|
|
2516
2782
|
.edit-site-editor-canvas-container {
|
|
2517
2783
|
height: 100%;
|
|
2518
|
-
background-color:
|
|
2784
|
+
background-color: var(--wp-editor-canvas-background);
|
|
2519
2785
|
}
|
|
2520
2786
|
.edit-site-editor-canvas-container iframe {
|
|
2521
2787
|
display: block;
|
|
@@ -2674,10 +2940,10 @@ body:has(.edit-site-resizable-frame__inner.is-resizing) {
|
|
|
2674
2940
|
body.admin-color-light {
|
|
2675
2941
|
--wp-admin-theme-color: #0085ba;
|
|
2676
2942
|
--wp-admin-theme-color--rgb: 0, 133, 186;
|
|
2677
|
-
--wp-admin-theme-color-darker-10:
|
|
2678
|
-
--wp-admin-theme-color-darker-10--rgb: 0,
|
|
2679
|
-
--wp-admin-theme-color-darker-20:
|
|
2680
|
-
--wp-admin-theme-color-darker-20--rgb: 0,
|
|
2943
|
+
--wp-admin-theme-color-darker-10: rgb(0, 114.7661290323, 160.5);
|
|
2944
|
+
--wp-admin-theme-color-darker-10--rgb: 0, 114.7661290323, 160.5;
|
|
2945
|
+
--wp-admin-theme-color-darker-20: rgb(0, 96.5322580645, 135);
|
|
2946
|
+
--wp-admin-theme-color-darker-20--rgb: 0, 96.5322580645, 135;
|
|
2681
2947
|
--wp-admin-border-width-focus: 2px;
|
|
2682
2948
|
}
|
|
2683
2949
|
@media (min-resolution: 192dpi) {
|
|
@@ -2689,10 +2955,10 @@ body.admin-color-light {
|
|
|
2689
2955
|
body.admin-color-modern {
|
|
2690
2956
|
--wp-admin-theme-color: #3858e9;
|
|
2691
2957
|
--wp-admin-theme-color--rgb: 56, 88, 233;
|
|
2692
|
-
--wp-admin-theme-color-darker-10:
|
|
2693
|
-
--wp-admin-theme-color-darker-10--rgb: 33,
|
|
2694
|
-
--wp-admin-theme-color-darker-20:
|
|
2695
|
-
--wp-admin-theme-color-darker-20--rgb:
|
|
2958
|
+
--wp-admin-theme-color-darker-10: rgb(33.0384615385, 68.7307692308, 230.4615384615);
|
|
2959
|
+
--wp-admin-theme-color-darker-10--rgb: 33.0384615385, 68.7307692308, 230.4615384615;
|
|
2960
|
+
--wp-admin-theme-color-darker-20: rgb(23.6923076923, 58.1538461538, 214.3076923077);
|
|
2961
|
+
--wp-admin-theme-color-darker-20--rgb: 23.6923076923, 58.1538461538, 214.3076923077;
|
|
2696
2962
|
--wp-admin-border-width-focus: 2px;
|
|
2697
2963
|
}
|
|
2698
2964
|
@media (min-resolution: 192dpi) {
|
|
@@ -2704,10 +2970,10 @@ body.admin-color-modern {
|
|
|
2704
2970
|
body.admin-color-blue {
|
|
2705
2971
|
--wp-admin-theme-color: #096484;
|
|
2706
2972
|
--wp-admin-theme-color--rgb: 9, 100, 132;
|
|
2707
|
-
--wp-admin-theme-color-darker-10:
|
|
2708
|
-
--wp-admin-theme-color-darker-10--rgb: 7,
|
|
2709
|
-
--wp-admin-theme-color-darker-20:
|
|
2710
|
-
--wp-admin-theme-color-darker-20--rgb:
|
|
2973
|
+
--wp-admin-theme-color-darker-10: rgb(7.3723404255, 81.914893617, 108.1276595745);
|
|
2974
|
+
--wp-admin-theme-color-darker-10--rgb: 7.3723404255, 81.914893617, 108.1276595745;
|
|
2975
|
+
--wp-admin-theme-color-darker-20: rgb(5.7446808511, 63.829787234, 84.2553191489);
|
|
2976
|
+
--wp-admin-theme-color-darker-20--rgb: 5.7446808511, 63.829787234, 84.2553191489;
|
|
2711
2977
|
--wp-admin-border-width-focus: 2px;
|
|
2712
2978
|
}
|
|
2713
2979
|
@media (min-resolution: 192dpi) {
|
|
@@ -2719,10 +2985,10 @@ body.admin-color-blue {
|
|
|
2719
2985
|
body.admin-color-coffee {
|
|
2720
2986
|
--wp-admin-theme-color: #46403c;
|
|
2721
2987
|
--wp-admin-theme-color--rgb: 70, 64, 60;
|
|
2722
|
-
--wp-admin-theme-color-darker-10:
|
|
2723
|
-
--wp-admin-theme-color-darker-10--rgb: 56, 51, 48;
|
|
2724
|
-
--wp-admin-theme-color-darker-20:
|
|
2725
|
-
--wp-admin-theme-color-darker-20--rgb:
|
|
2988
|
+
--wp-admin-theme-color-darker-10: rgb(56.2692307692, 51.4461538462, 48.2307692308);
|
|
2989
|
+
--wp-admin-theme-color-darker-10--rgb: 56.2692307692, 51.4461538462, 48.2307692308;
|
|
2990
|
+
--wp-admin-theme-color-darker-20: rgb(42.5384615385, 38.8923076923, 36.4615384615);
|
|
2991
|
+
--wp-admin-theme-color-darker-20--rgb: 42.5384615385, 38.8923076923, 36.4615384615;
|
|
2726
2992
|
--wp-admin-border-width-focus: 2px;
|
|
2727
2993
|
}
|
|
2728
2994
|
@media (min-resolution: 192dpi) {
|
|
@@ -2734,10 +3000,10 @@ body.admin-color-coffee {
|
|
|
2734
3000
|
body.admin-color-ectoplasm {
|
|
2735
3001
|
--wp-admin-theme-color: #523f6d;
|
|
2736
3002
|
--wp-admin-theme-color--rgb: 82, 63, 109;
|
|
2737
|
-
--wp-admin-theme-color-darker-10:
|
|
2738
|
-
--wp-admin-theme-color-darker-10--rgb:
|
|
2739
|
-
--wp-admin-theme-color-darker-20:
|
|
2740
|
-
--wp-admin-theme-color-darker-20--rgb:
|
|
3003
|
+
--wp-admin-theme-color-darker-10: rgb(69.8430232558, 53.6598837209, 92.8401162791);
|
|
3004
|
+
--wp-admin-theme-color-darker-10--rgb: 69.8430232558, 53.6598837209, 92.8401162791;
|
|
3005
|
+
--wp-admin-theme-color-darker-20: rgb(57.6860465116, 44.3197674419, 76.6802325581);
|
|
3006
|
+
--wp-admin-theme-color-darker-20--rgb: 57.6860465116, 44.3197674419, 76.6802325581;
|
|
2741
3007
|
--wp-admin-border-width-focus: 2px;
|
|
2742
3008
|
}
|
|
2743
3009
|
@media (min-resolution: 192dpi) {
|
|
@@ -2749,10 +3015,10 @@ body.admin-color-ectoplasm {
|
|
|
2749
3015
|
body.admin-color-midnight {
|
|
2750
3016
|
--wp-admin-theme-color: #e14d43;
|
|
2751
3017
|
--wp-admin-theme-color--rgb: 225, 77, 67;
|
|
2752
|
-
--wp-admin-theme-color-darker-10:
|
|
2753
|
-
--wp-admin-theme-color-darker-10--rgb: 221, 56, 45;
|
|
2754
|
-
--wp-admin-theme-color-darker-20:
|
|
2755
|
-
--wp-admin-theme-color-darker-20--rgb:
|
|
3018
|
+
--wp-admin-theme-color-darker-10: rgb(221.4908256881, 56.1788990826, 45.0091743119);
|
|
3019
|
+
--wp-admin-theme-color-darker-10--rgb: 221.4908256881, 56.1788990826, 45.0091743119;
|
|
3020
|
+
--wp-admin-theme-color-darker-20: rgb(207.8348623853, 44.2201834862, 33.1651376147);
|
|
3021
|
+
--wp-admin-theme-color-darker-20--rgb: 207.8348623853, 44.2201834862, 33.1651376147;
|
|
2756
3022
|
--wp-admin-border-width-focus: 2px;
|
|
2757
3023
|
}
|
|
2758
3024
|
@media (min-resolution: 192dpi) {
|
|
@@ -2764,10 +3030,10 @@ body.admin-color-midnight {
|
|
|
2764
3030
|
body.admin-color-ocean {
|
|
2765
3031
|
--wp-admin-theme-color: #627c83;
|
|
2766
3032
|
--wp-admin-theme-color--rgb: 98, 124, 131;
|
|
2767
|
-
--wp-admin-theme-color-darker-10:
|
|
2768
|
-
--wp-admin-theme-color-darker-10--rgb: 87, 110, 116;
|
|
2769
|
-
--wp-admin-theme-color-darker-20:
|
|
2770
|
-
--wp-admin-theme-color-darker-20--rgb: 76, 96,
|
|
3033
|
+
--wp-admin-theme-color-darker-10: rgb(87.0873362445, 110.192139738, 116.4126637555);
|
|
3034
|
+
--wp-admin-theme-color-darker-10--rgb: 87.0873362445, 110.192139738, 116.4126637555;
|
|
3035
|
+
--wp-admin-theme-color-darker-20: rgb(76.1746724891, 96.384279476, 101.8253275109);
|
|
3036
|
+
--wp-admin-theme-color-darker-20--rgb: 76.1746724891, 96.384279476, 101.8253275109;
|
|
2771
3037
|
--wp-admin-border-width-focus: 2px;
|
|
2772
3038
|
}
|
|
2773
3039
|
@media (min-resolution: 192dpi) {
|
|
@@ -2779,10 +3045,10 @@ body.admin-color-ocean {
|
|
|
2779
3045
|
body.admin-color-sunrise {
|
|
2780
3046
|
--wp-admin-theme-color: #dd823b;
|
|
2781
3047
|
--wp-admin-theme-color--rgb: 221, 130, 59;
|
|
2782
|
-
--wp-admin-theme-color-darker-10:
|
|
2783
|
-
--wp-admin-theme-color-darker-10--rgb:
|
|
2784
|
-
--wp-admin-theme-color-darker-20:
|
|
2785
|
-
--wp-admin-theme-color-darker-20--rgb: 195,
|
|
3048
|
+
--wp-admin-theme-color-darker-10: rgb(216.8782608696, 116.1847826087, 37.6217391304);
|
|
3049
|
+
--wp-admin-theme-color-darker-10--rgb: 216.8782608696, 116.1847826087, 37.6217391304;
|
|
3050
|
+
--wp-admin-theme-color-darker-20: rgb(195.147826087, 104.5434782609, 33.852173913);
|
|
3051
|
+
--wp-admin-theme-color-darker-20--rgb: 195.147826087, 104.5434782609, 33.852173913;
|
|
2786
3052
|
--wp-admin-border-width-focus: 2px;
|
|
2787
3053
|
}
|
|
2788
3054
|
@media (min-resolution: 192dpi) {
|
|
@@ -2806,8 +3072,6 @@ body.js #wpbody {
|
|
|
2806
3072
|
|
|
2807
3073
|
body {
|
|
2808
3074
|
background: #fff;
|
|
2809
|
-
/* We hide legacy notices in Gutenberg Based Pages, because they were not designed in a way that scaled well.
|
|
2810
|
-
Plugins can use Gutenberg notices if they need to pass on information to the user when they are editing. */
|
|
2811
3075
|
}
|
|
2812
3076
|
body #wpcontent {
|
|
2813
3077
|
padding-right: 0;
|
|
@@ -2815,6 +3079,10 @@ body #wpcontent {
|
|
|
2815
3079
|
body #wpbody-content {
|
|
2816
3080
|
padding-bottom: 0;
|
|
2817
3081
|
}
|
|
3082
|
+
body {
|
|
3083
|
+
/* We hide legacy notices in Gutenberg Based Pages, because they were not designed in a way that scaled well.
|
|
3084
|
+
Plugins can use Gutenberg notices if they need to pass on information to the user when they are editing. */
|
|
3085
|
+
}
|
|
2818
3086
|
body #wpbody-content > div:not(#gutenberg-posts-dashboard):not(#screen-meta) {
|
|
2819
3087
|
display: none;
|
|
2820
3088
|
}
|
|
@@ -2836,13 +3104,15 @@ body .media-frame select.attachment-filters:last-of-type {
|
|
|
2836
3104
|
|
|
2837
3105
|
#gutenberg-posts-dashboard {
|
|
2838
3106
|
box-sizing: border-box;
|
|
2839
|
-
height: 100vh;
|
|
2840
3107
|
}
|
|
2841
3108
|
#gutenberg-posts-dashboard *,
|
|
2842
3109
|
#gutenberg-posts-dashboard *::before,
|
|
2843
3110
|
#gutenberg-posts-dashboard *::after {
|
|
2844
3111
|
box-sizing: inherit;
|
|
2845
3112
|
}
|
|
3113
|
+
#gutenberg-posts-dashboard {
|
|
3114
|
+
height: 100vh;
|
|
3115
|
+
}
|
|
2846
3116
|
@media (min-width: 600px) {
|
|
2847
3117
|
#gutenberg-posts-dashboard {
|
|
2848
3118
|
bottom: 0;
|