@wordpress/edit-site 6.32.0 → 6.32.1-next.b8c8708f3.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/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 -149
- 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 -140
- 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-template/index.js +5 -3
- package/src/components/add-new-template/style.scss +4 -0
- package/src/components/dataviews-actions/index.js +16 -9
- 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 +4 -3
- 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
package/build-style/style.css
CHANGED
|
@@ -3,10 +3,7 @@
|
|
|
3
3
|
* Colors
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
7
|
-
*/
|
|
8
|
-
/**
|
|
9
|
-
* Colors
|
|
6
|
+
* Typography
|
|
10
7
|
*/
|
|
11
8
|
/**
|
|
12
9
|
* SCSS Variables.
|
|
@@ -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
|
left: 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-left: 24px;
|
|
297
401
|
padding-right: 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-right: 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 0 0 -5px;
|
|
@@ -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: left;
|
|
@@ -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 32px 0 8px;
|
|
809
|
-
background: #f0f0f0;
|
|
810
|
-
border: none;
|
|
811
|
-
width: 100%;
|
|
812
|
-
height: 32px;
|
|
813
|
-
margin-left: 0;
|
|
814
|
-
margin-right: 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 8px 0 32px;
|
|
1014
|
+
width: 100%;
|
|
1015
|
+
height: 32px;
|
|
1016
|
+
margin-left: 0;
|
|
1017
|
+
margin-right: 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-left: 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-left: 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
|
right: 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-left: 24px;
|
|
1264
1480
|
padding-right: 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: left;
|
|
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: right;
|
|
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
|
right: 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-right: 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-left: 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-left: -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-right: 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-left: 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-left: 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-left: 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-left: 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-right: 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-left: 24px;
|
|
1724
|
-
padding-right: 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
|
left: 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: left;
|
|
@@ -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,127 @@ div.dataviews-view-list {
|
|
|
1985
2288
|
margin-bottom: 16px;
|
|
1986
2289
|
}
|
|
1987
2290
|
|
|
1988
|
-
.dataforms-layouts-
|
|
1989
|
-
|
|
2291
|
+
.dataforms-layouts-card__field-summary {
|
|
2292
|
+
display: flex;
|
|
2293
|
+
flex-direction: row;
|
|
2294
|
+
gap: 16px;
|
|
2295
|
+
}
|
|
2296
|
+
|
|
2297
|
+
.dataforms-layouts-row__field-control {
|
|
2298
|
+
width: 100%;
|
|
2299
|
+
}
|
|
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
|
+
|
|
2308
|
+
/**
|
|
2309
|
+
* Typography
|
|
2310
|
+
*/
|
|
2311
|
+
/**
|
|
2312
|
+
* SCSS Variables.
|
|
2313
|
+
*
|
|
2314
|
+
* Please use variables from this sheet to ensure consistency across the UI.
|
|
2315
|
+
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
|
|
2316
|
+
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
|
|
2317
|
+
*/
|
|
2318
|
+
/**
|
|
2319
|
+
* Colors
|
|
2320
|
+
*/
|
|
2321
|
+
/**
|
|
2322
|
+
* Fonts & basic variables.
|
|
2323
|
+
*/
|
|
2324
|
+
/**
|
|
2325
|
+
* Typography
|
|
2326
|
+
*/
|
|
2327
|
+
/**
|
|
2328
|
+
* Grid System.
|
|
2329
|
+
* https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
|
|
2330
|
+
*/
|
|
2331
|
+
/**
|
|
2332
|
+
* Radius scale.
|
|
2333
|
+
*/
|
|
2334
|
+
/**
|
|
2335
|
+
* Elevation scale.
|
|
2336
|
+
*/
|
|
2337
|
+
/**
|
|
2338
|
+
* Dimensions.
|
|
2339
|
+
*/
|
|
2340
|
+
/**
|
|
2341
|
+
* Mobile specific styles
|
|
2342
|
+
*/
|
|
2343
|
+
/**
|
|
2344
|
+
* Editor styles.
|
|
2345
|
+
*/
|
|
2346
|
+
/**
|
|
2347
|
+
* Block & Editor UI.
|
|
2348
|
+
*/
|
|
2349
|
+
/**
|
|
2350
|
+
* Block paddings.
|
|
2351
|
+
*/
|
|
2352
|
+
/**
|
|
2353
|
+
* React Native specific.
|
|
2354
|
+
* These variables do not appear to be used anywhere else.
|
|
2355
|
+
*/
|
|
2356
|
+
/**
|
|
2357
|
+
* Breakpoints & Media Queries
|
|
2358
|
+
*/
|
|
2359
|
+
/**
|
|
2360
|
+
* Converts a hex value into the rgb equivalent.
|
|
2361
|
+
*
|
|
2362
|
+
* @param {string} hex - the hexadecimal value to convert
|
|
2363
|
+
* @return {string} comma separated rgb values
|
|
2364
|
+
*/
|
|
2365
|
+
/**
|
|
2366
|
+
* Long content fade mixin
|
|
2367
|
+
*
|
|
2368
|
+
* Creates a fading overlay to signify that the content is longer
|
|
2369
|
+
* than the space allows.
|
|
2370
|
+
*/
|
|
2371
|
+
/**
|
|
2372
|
+
* Breakpoint mixins
|
|
2373
|
+
*/
|
|
2374
|
+
/**
|
|
2375
|
+
* Focus styles.
|
|
2376
|
+
*/
|
|
2377
|
+
/**
|
|
2378
|
+
* Applies editor left position to the selector passed as argument
|
|
2379
|
+
*/
|
|
2380
|
+
/**
|
|
2381
|
+
* Styles that are reused verbatim in a few places
|
|
2382
|
+
*/
|
|
2383
|
+
/**
|
|
2384
|
+
* Allows users to opt-out of animations via OS-level preferences.
|
|
2385
|
+
*/
|
|
2386
|
+
/**
|
|
2387
|
+
* Reset default styles for JavaScript UI based pages.
|
|
2388
|
+
* This is a WP-admin agnostic reset
|
|
2389
|
+
*/
|
|
2390
|
+
/**
|
|
2391
|
+
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
2392
|
+
*/
|
|
2393
|
+
:root {
|
|
2394
|
+
--wp-block-synced-color: #7a00df;
|
|
2395
|
+
--wp-block-synced-color--rgb: 122, 0, 223;
|
|
2396
|
+
--wp-bound-block-color: var(--wp-block-synced-color);
|
|
2397
|
+
--wp-editor-canvas-background: #ddd;
|
|
2398
|
+
--wp-admin-theme-color: #007cba;
|
|
2399
|
+
--wp-admin-theme-color--rgb: 0, 124, 186;
|
|
2400
|
+
--wp-admin-theme-color-darker-10: rgb(0, 107, 160.5);
|
|
2401
|
+
--wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
|
|
2402
|
+
--wp-admin-theme-color-darker-20: #005a87;
|
|
2403
|
+
--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
|
|
2404
|
+
--wp-admin-border-width-focus: 2px;
|
|
2405
|
+
}
|
|
2406
|
+
|
|
2407
|
+
@media (min-resolution: 192dpi) {
|
|
2408
|
+
:root {
|
|
2409
|
+
--wp-admin-border-width-focus: 1.5px;
|
|
2410
|
+
}
|
|
1990
2411
|
}
|
|
1991
|
-
|
|
1992
2412
|
.fields-create-template-part-modal {
|
|
1993
2413
|
z-index: 1000001;
|
|
1994
2414
|
}
|
|
@@ -2013,19 +2433,24 @@ div.dataviews-view-list {
|
|
|
2013
2433
|
grid-gap: 4px 8px;
|
|
2014
2434
|
color: #1e1e1e;
|
|
2015
2435
|
}
|
|
2436
|
+
|
|
2016
2437
|
.fields-create-template-part-modal__area-radio-wrapper + .fields-create-template-part-modal__area-radio-wrapper {
|
|
2017
2438
|
border-top: 1px solid #949494;
|
|
2018
2439
|
}
|
|
2440
|
+
|
|
2019
2441
|
.fields-create-template-part-modal__area-radio-wrapper input[type=radio] {
|
|
2020
2442
|
position: absolute;
|
|
2021
2443
|
opacity: 0;
|
|
2022
2444
|
}
|
|
2445
|
+
|
|
2023
2446
|
.fields-create-template-part-modal__area-radio-wrapper:has(input[type=radio]:checked) {
|
|
2024
2447
|
z-index: 1;
|
|
2025
2448
|
}
|
|
2449
|
+
|
|
2026
2450
|
.fields-create-template-part-modal__area-radio-wrapper:has(input[type=radio]:not(:checked)):hover {
|
|
2027
2451
|
color: var(--wp-admin-theme-color);
|
|
2028
2452
|
}
|
|
2453
|
+
|
|
2029
2454
|
.fields-create-template-part-modal__area-radio-wrapper > *:not(.fields-create-template-part-modal__area-radio-label) {
|
|
2030
2455
|
pointer-events: none;
|
|
2031
2456
|
}
|
|
@@ -2035,9 +2460,11 @@ div.dataviews-view-list {
|
|
|
2035
2460
|
position: absolute;
|
|
2036
2461
|
inset: 0;
|
|
2037
2462
|
}
|
|
2463
|
+
|
|
2038
2464
|
input[type=radio]:not(:checked) ~ .fields-create-template-part-modal__area-radio-label::before {
|
|
2039
2465
|
cursor: pointer;
|
|
2040
2466
|
}
|
|
2467
|
+
|
|
2041
2468
|
input[type=radio]:focus-visible ~ .fields-create-template-part-modal__area-radio-label::before {
|
|
2042
2469
|
outline: 4px solid transparent;
|
|
2043
2470
|
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
@@ -2060,6 +2487,7 @@ input[type=radio]:not(:checked) ~ .fields-create-template-part-modal__area-radio
|
|
|
2060
2487
|
line-height: normal;
|
|
2061
2488
|
text-wrap: pretty;
|
|
2062
2489
|
}
|
|
2490
|
+
|
|
2063
2491
|
input[type=radio]:not(:checked):hover ~ .fields-create-template-part-modal__area-radio-description {
|
|
2064
2492
|
color: inherit;
|
|
2065
2493
|
}
|
|
@@ -2069,19 +2497,24 @@ input[type=radio]:not(:checked):hover ~ .fields-create-template-part-modal__area
|
|
|
2069
2497
|
padding: 0;
|
|
2070
2498
|
margin: 0;
|
|
2071
2499
|
}
|
|
2500
|
+
|
|
2072
2501
|
.fields-controls__slug .fields-controls__slug-external-icon {
|
|
2073
2502
|
margin-left: 5ch;
|
|
2074
2503
|
}
|
|
2504
|
+
|
|
2075
2505
|
.fields-controls__slug .fields-controls__slug-input input.components-input-control__input {
|
|
2076
2506
|
padding-inline-start: 0 !important;
|
|
2077
2507
|
}
|
|
2508
|
+
|
|
2078
2509
|
.fields-controls__slug .fields-controls__slug-help-link {
|
|
2079
2510
|
word-break: break-word;
|
|
2080
2511
|
}
|
|
2512
|
+
|
|
2081
2513
|
.fields-controls__slug .fields-controls__slug-help {
|
|
2082
2514
|
display: flex;
|
|
2083
2515
|
flex-direction: column;
|
|
2084
2516
|
}
|
|
2517
|
+
|
|
2085
2518
|
.fields-controls__slug .fields-controls__slug-help .fields-controls__slug-help-slug {
|
|
2086
2519
|
font-weight: 600;
|
|
2087
2520
|
}
|
|
@@ -2112,6 +2545,7 @@ input[type=radio]:not(:checked):hover ~ .fields-create-template-part-modal__area
|
|
|
2112
2545
|
.fields-controls__featured-image-container .fields-controls__featured-image-placeholder {
|
|
2113
2546
|
margin: 0;
|
|
2114
2547
|
}
|
|
2548
|
+
|
|
2115
2549
|
.fields-controls__featured-image-container span {
|
|
2116
2550
|
margin-right: auto;
|
|
2117
2551
|
}
|
|
@@ -2121,32 +2555,39 @@ fieldset.fields-controls__featured-image {
|
|
|
2121
2555
|
padding: 0;
|
|
2122
2556
|
margin: 0;
|
|
2123
2557
|
}
|
|
2558
|
+
|
|
2124
2559
|
fieldset.fields-controls__featured-image .fields-controls__featured-image-container {
|
|
2125
2560
|
border: 1px solid #ddd;
|
|
2126
2561
|
border-radius: 2px;
|
|
2127
2562
|
padding: 8px 12px;
|
|
2128
2563
|
cursor: pointer;
|
|
2129
2564
|
}
|
|
2565
|
+
|
|
2130
2566
|
fieldset.fields-controls__featured-image .fields-controls__featured-image-container:hover {
|
|
2131
2567
|
background-color: #f0f0f0;
|
|
2132
2568
|
}
|
|
2569
|
+
|
|
2133
2570
|
fieldset.fields-controls__featured-image .fields-controls__featured-image-placeholder {
|
|
2134
2571
|
width: 24px;
|
|
2135
2572
|
height: 24px;
|
|
2136
2573
|
}
|
|
2574
|
+
|
|
2137
2575
|
fieldset.fields-controls__featured-image span {
|
|
2138
2576
|
align-self: center;
|
|
2139
2577
|
text-align: start;
|
|
2140
2578
|
white-space: nowrap;
|
|
2141
2579
|
}
|
|
2580
|
+
|
|
2142
2581
|
fieldset.fields-controls__featured-image .fields-controls__featured-image-upload-button {
|
|
2143
2582
|
padding: 0;
|
|
2144
2583
|
height: fit-content;
|
|
2145
2584
|
}
|
|
2585
|
+
|
|
2146
2586
|
fieldset.fields-controls__featured-image .fields-controls__featured-image-upload-button:hover, fieldset.fields-controls__featured-image .fields-controls__featured-image-upload-button:focus {
|
|
2147
2587
|
border: 0;
|
|
2148
2588
|
color: unset;
|
|
2149
2589
|
}
|
|
2590
|
+
|
|
2150
2591
|
fieldset.fields-controls__featured-image .fields-controls__featured-image-remove-button {
|
|
2151
2592
|
place-self: end;
|
|
2152
2593
|
}
|
|
@@ -2155,6 +2596,7 @@ fieldset.fields-controls__featured-image .fields-controls__featured-image-remove
|
|
|
2155
2596
|
width: 16px;
|
|
2156
2597
|
height: 16px;
|
|
2157
2598
|
}
|
|
2599
|
+
|
|
2158
2600
|
.dataforms-layouts-panel__field-control .fields-controls__featured-image-placeholder {
|
|
2159
2601
|
width: 16px;
|
|
2160
2602
|
height: 16px;
|
|
@@ -2171,6 +2613,7 @@ fieldset.fields-controls__featured-image .fields-controls__featured-image-remove
|
|
|
2171
2613
|
display: block;
|
|
2172
2614
|
border-radius: 4px;
|
|
2173
2615
|
}
|
|
2616
|
+
|
|
2174
2617
|
.dataviews-view-grid__media .fields-controls__featured-image-placeholder,
|
|
2175
2618
|
.dataviews-view-table__cell-content-wrapper.dataviews-column-primary__media .fields-controls__featured-image-placeholder,
|
|
2176
2619
|
.dataviews-view-list__media-wrapper .fields-controls__featured-image-placeholder {
|
|
@@ -2211,6 +2654,7 @@ fieldset.fields-controls__featured-image .fields-controls__featured-image-remove
|
|
|
2211
2654
|
column-gap: 24px;
|
|
2212
2655
|
padding-top: 2px;
|
|
2213
2656
|
}
|
|
2657
|
+
|
|
2214
2658
|
@media (min-width: 782px) {
|
|
2215
2659
|
.fields-controls__template-content .block-editor-block-patterns-list {
|
|
2216
2660
|
column-count: 3;
|
|
@@ -2225,7 +2669,7 @@ fieldset.fields-controls__featured-image .fields-controls__featured-image-remove
|
|
|
2225
2669
|
break-inside: avoid-column;
|
|
2226
2670
|
}
|
|
2227
2671
|
|
|
2228
|
-
.fields-field__title span:first-child {
|
|
2672
|
+
.fields-field__title > span:first-child {
|
|
2229
2673
|
text-overflow: ellipsis;
|
|
2230
2674
|
overflow: hidden;
|
|
2231
2675
|
text-decoration: none;
|
|
@@ -2900,60 +3344,6 @@ fieldset.fields-controls__featured-image .fields-controls__featured-image-remove
|
|
|
2900
3344
|
font-size: 12px;
|
|
2901
3345
|
}
|
|
2902
3346
|
|
|
2903
|
-
.edit-site-page {
|
|
2904
|
-
color: #2f2f2f;
|
|
2905
|
-
background: #fff;
|
|
2906
|
-
height: 100%;
|
|
2907
|
-
/* stylelint-disable-next-line property-no-unknown -- '@container' not globally permitted */
|
|
2908
|
-
container: edit-site-page/inline-size;
|
|
2909
|
-
}
|
|
2910
|
-
@media not (prefers-reduced-motion) {
|
|
2911
|
-
.edit-site-page {
|
|
2912
|
-
transition: width ease-out 0.2s;
|
|
2913
|
-
}
|
|
2914
|
-
}
|
|
2915
|
-
|
|
2916
|
-
.edit-site-page-header {
|
|
2917
|
-
padding: 16px 48px;
|
|
2918
|
-
border-bottom: 1px solid #f0f0f0;
|
|
2919
|
-
background: #fff;
|
|
2920
|
-
position: sticky;
|
|
2921
|
-
top: 0;
|
|
2922
|
-
z-index: 2;
|
|
2923
|
-
}
|
|
2924
|
-
@media not (prefers-reduced-motion) {
|
|
2925
|
-
.edit-site-page-header {
|
|
2926
|
-
transition: padding ease-out 0.1s;
|
|
2927
|
-
}
|
|
2928
|
-
}
|
|
2929
|
-
.edit-site-page-header .components-heading {
|
|
2930
|
-
color: #1e1e1e;
|
|
2931
|
-
}
|
|
2932
|
-
.edit-site-page-header .edit-site-page-header__page-title {
|
|
2933
|
-
min-height: 40px;
|
|
2934
|
-
}
|
|
2935
|
-
.edit-site-page-header .edit-site-page-header__page-title .components-heading {
|
|
2936
|
-
flex-grow: 1;
|
|
2937
|
-
flex-basis: 0;
|
|
2938
|
-
white-space: nowrap;
|
|
2939
|
-
}
|
|
2940
|
-
.edit-site-page-header .edit-site-page-header__sub-title {
|
|
2941
|
-
margin-bottom: 8px;
|
|
2942
|
-
}
|
|
2943
|
-
|
|
2944
|
-
@container (max-width: 430px) {
|
|
2945
|
-
.edit-site-page-header {
|
|
2946
|
-
padding: 16px 24px;
|
|
2947
|
-
}
|
|
2948
|
-
}
|
|
2949
|
-
.edit-site-page-content {
|
|
2950
|
-
height: 100%;
|
|
2951
|
-
display: flex;
|
|
2952
|
-
flex-flow: column;
|
|
2953
|
-
position: relative;
|
|
2954
|
-
z-index: 1;
|
|
2955
|
-
}
|
|
2956
|
-
|
|
2957
3347
|
.edit-site-patterns__delete-modal {
|
|
2958
3348
|
width: 384px;
|
|
2959
3349
|
}
|
|
@@ -3189,14 +3579,14 @@ fieldset.fields-controls__featured-image .fields-controls__featured-image-remove
|
|
|
3189
3579
|
display: flex;
|
|
3190
3580
|
align-items: center;
|
|
3191
3581
|
justify-content: center;
|
|
3192
|
-
background-color: hsl(
|
|
3582
|
+
background-color: hsl(0, 0%, 80%);
|
|
3193
3583
|
pointer-events: none;
|
|
3194
3584
|
}
|
|
3195
3585
|
.edit-site-editor__back-icon svg {
|
|
3196
3586
|
fill: currentColor;
|
|
3197
3587
|
}
|
|
3198
3588
|
.edit-site-editor__back-icon.has-site-icon {
|
|
3199
|
-
background-color: hsla(
|
|
3589
|
+
background-color: hsla(0, 0%, 100%, 0.6);
|
|
3200
3590
|
backdrop-filter: saturate(180%) blur(15px);
|
|
3201
3591
|
}
|
|
3202
3592
|
|
|
@@ -3366,8 +3756,6 @@ fieldset.fields-controls__featured-image .fields-controls__featured-image-remove
|
|
|
3366
3756
|
.edit-site-layout:not(.is-full-canvas) .edit-site-layout__canvas .edit-site-resizable-frame__inner-content {
|
|
3367
3757
|
border-radius: 8px;
|
|
3368
3758
|
}
|
|
3369
|
-
}
|
|
3370
|
-
@media (min-width: 782px) {
|
|
3371
3759
|
.edit-site-layout__canvas .edit-site-resizable-frame__inner-content:hover {
|
|
3372
3760
|
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);
|
|
3373
3761
|
}
|
|
@@ -3396,8 +3784,8 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
3396
3784
|
|
|
3397
3785
|
@media (prefers-reduced-motion) {
|
|
3398
3786
|
::view-transition-group(*),
|
|
3399
|
-
::view-transition-old(*),
|
|
3400
|
-
::view-transition-new(*) {
|
|
3787
|
+
::view-transition-old(*),
|
|
3788
|
+
::view-transition-new(*) {
|
|
3401
3789
|
animation: none !important;
|
|
3402
3790
|
}
|
|
3403
3791
|
}
|
|
@@ -3535,7 +3923,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
3535
3923
|
contain: content;
|
|
3536
3924
|
}
|
|
3537
3925
|
|
|
3538
|
-
@keyframes
|
|
3926
|
+
@keyframes local--slide-from-right {
|
|
3539
3927
|
from {
|
|
3540
3928
|
transform: translateX(50px);
|
|
3541
3929
|
opacity: 0;
|
|
@@ -3545,7 +3933,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
3545
3933
|
opacity: 1;
|
|
3546
3934
|
}
|
|
3547
3935
|
}
|
|
3548
|
-
@keyframes
|
|
3936
|
+
@keyframes local--slide-from-left {
|
|
3549
3937
|
from {
|
|
3550
3938
|
transform: translateX(-50px);
|
|
3551
3939
|
opacity: 0;
|
|
@@ -3557,19 +3945,6 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
3557
3945
|
}
|
|
3558
3946
|
.edit-site-sidebar__screen-wrapper {
|
|
3559
3947
|
overflow-x: auto;
|
|
3560
|
-
scrollbar-width: thin;
|
|
3561
|
-
scrollbar-gutter: stable both-edges;
|
|
3562
|
-
scrollbar-color: transparent transparent;
|
|
3563
|
-
will-change: transform;
|
|
3564
|
-
scrollbar-gutter: stable;
|
|
3565
|
-
display: flex;
|
|
3566
|
-
flex-direction: column;
|
|
3567
|
-
height: 100%;
|
|
3568
|
-
max-height: 100%;
|
|
3569
|
-
padding: 0 12px;
|
|
3570
|
-
animation-duration: 0.14s;
|
|
3571
|
-
animation-timing-function: ease-in-out;
|
|
3572
|
-
will-change: transform, opacity;
|
|
3573
3948
|
}
|
|
3574
3949
|
.edit-site-sidebar__screen-wrapper::-webkit-scrollbar {
|
|
3575
3950
|
width: 12px;
|
|
@@ -3587,24 +3962,43 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
3587
3962
|
.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 {
|
|
3588
3963
|
background-color: #757575;
|
|
3589
3964
|
}
|
|
3965
|
+
.edit-site-sidebar__screen-wrapper {
|
|
3966
|
+
scrollbar-width: thin;
|
|
3967
|
+
scrollbar-gutter: stable both-edges;
|
|
3968
|
+
scrollbar-color: transparent transparent;
|
|
3969
|
+
}
|
|
3590
3970
|
.edit-site-sidebar__screen-wrapper:hover, .edit-site-sidebar__screen-wrapper:focus, .edit-site-sidebar__screen-wrapper:focus-within {
|
|
3591
3971
|
scrollbar-color: #757575 transparent;
|
|
3592
3972
|
}
|
|
3973
|
+
.edit-site-sidebar__screen-wrapper {
|
|
3974
|
+
will-change: transform;
|
|
3975
|
+
}
|
|
3593
3976
|
@media (hover: none) {
|
|
3594
3977
|
.edit-site-sidebar__screen-wrapper {
|
|
3595
3978
|
scrollbar-color: #757575 transparent;
|
|
3596
3979
|
}
|
|
3597
3980
|
}
|
|
3981
|
+
.edit-site-sidebar__screen-wrapper {
|
|
3982
|
+
scrollbar-gutter: stable;
|
|
3983
|
+
display: flex;
|
|
3984
|
+
flex-direction: column;
|
|
3985
|
+
height: 100%;
|
|
3986
|
+
max-height: 100%;
|
|
3987
|
+
padding: 0 12px;
|
|
3988
|
+
animation-duration: 0.14s;
|
|
3989
|
+
animation-timing-function: ease-in-out;
|
|
3990
|
+
will-change: transform, opacity;
|
|
3991
|
+
}
|
|
3598
3992
|
@media (prefers-reduced-motion: reduce) {
|
|
3599
3993
|
.edit-site-sidebar__screen-wrapper {
|
|
3600
3994
|
animation-duration: 0s;
|
|
3601
3995
|
}
|
|
3602
3996
|
}
|
|
3603
3997
|
.edit-site-sidebar__screen-wrapper.slide-from-left {
|
|
3604
|
-
animation-name:
|
|
3998
|
+
animation-name: local--slide-from-left;
|
|
3605
3999
|
}
|
|
3606
4000
|
.edit-site-sidebar__screen-wrapper.slide-from-right {
|
|
3607
|
-
animation-name:
|
|
4001
|
+
animation-name: local--slide-from-right;
|
|
3608
4002
|
}
|
|
3609
4003
|
|
|
3610
4004
|
.edit-site-sidebar-button {
|
|
@@ -3861,30 +4255,14 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
3861
4255
|
margin-right: -16px;
|
|
3862
4256
|
}
|
|
3863
4257
|
|
|
3864
|
-
.edit-site-sidebar-navigation-screen-dataviews__group-header {
|
|
3865
|
-
margin-top: 32px;
|
|
3866
|
-
}
|
|
3867
|
-
.edit-site-sidebar-navigation-screen-dataviews__group-header h2 {
|
|
3868
|
-
font-size: 11px;
|
|
3869
|
-
font-weight: 500;
|
|
3870
|
-
text-transform: uppercase;
|
|
3871
|
-
}
|
|
3872
|
-
|
|
3873
4258
|
.edit-site-sidebar-dataviews {
|
|
3874
4259
|
margin-left: -16px;
|
|
3875
4260
|
margin-right: -16px;
|
|
3876
4261
|
}
|
|
3877
4262
|
|
|
3878
|
-
.edit-site-sidebar-navigation-screen-dataviews__custom-items .edit-site-sidebar-dataviews-dataview-item {
|
|
3879
|
-
padding-right: 8px;
|
|
3880
|
-
}
|
|
3881
|
-
|
|
3882
4263
|
.edit-site-sidebar-dataviews-dataview-item {
|
|
3883
4264
|
border-radius: 2px;
|
|
3884
4265
|
}
|
|
3885
|
-
.edit-site-sidebar-dataviews-dataview-item .edit-site-sidebar-dataviews-dataview-item__dropdown-menu {
|
|
3886
|
-
min-width: initial;
|
|
3887
|
-
}
|
|
3888
4266
|
.edit-site-sidebar-dataviews-dataview-item:hover, .edit-site-sidebar-dataviews-dataview-item:focus, .edit-site-sidebar-dataviews-dataview-item[aria-current] {
|
|
3889
4267
|
color: #e0e0e0;
|
|
3890
4268
|
}
|
|
@@ -4002,13 +4380,15 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
4002
4380
|
|
|
4003
4381
|
.edit-site-style-book {
|
|
4004
4382
|
height: 100%;
|
|
4005
|
-
display: flex;
|
|
4006
|
-
flex-direction: column;
|
|
4007
|
-
align-items: stretch;
|
|
4008
4383
|
}
|
|
4009
4384
|
.edit-site-style-book.is-button {
|
|
4010
4385
|
border-radius: 8px;
|
|
4011
4386
|
}
|
|
4387
|
+
.edit-site-style-book {
|
|
4388
|
+
display: flex;
|
|
4389
|
+
flex-direction: column;
|
|
4390
|
+
align-items: stretch;
|
|
4391
|
+
}
|
|
4012
4392
|
|
|
4013
4393
|
.edit-site-style-book__iframe {
|
|
4014
4394
|
display: block;
|
|
@@ -4038,7 +4418,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
4038
4418
|
|
|
4039
4419
|
.edit-site-editor-canvas-container {
|
|
4040
4420
|
height: 100%;
|
|
4041
|
-
background-color:
|
|
4421
|
+
background-color: var(--wp-editor-canvas-background);
|
|
4042
4422
|
}
|
|
4043
4423
|
.edit-site-editor-canvas-container iframe {
|
|
4044
4424
|
display: block;
|
|
@@ -4076,11 +4456,6 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
|
|
|
4076
4456
|
.edit-site-post-edit {
|
|
4077
4457
|
padding: 24px;
|
|
4078
4458
|
}
|
|
4079
|
-
.edit-site-post-edit.is-empty .edit-site-page-content {
|
|
4080
|
-
display: flex;
|
|
4081
|
-
align-items: center;
|
|
4082
|
-
justify-content: center;
|
|
4083
|
-
}
|
|
4084
4459
|
|
|
4085
4460
|
.dataforms-layouts-panel__field-dropdown .fields-controls__password {
|
|
4086
4461
|
border-top: 1px solid #e0e0e0;
|
|
@@ -4430,53 +4805,31 @@ button.font-library-modal__upload-area {
|
|
|
4430
4805
|
outline-color: var(--wp-admin-theme-color);
|
|
4431
4806
|
}
|
|
4432
4807
|
|
|
4433
|
-
.edit-site-styles .edit-site-
|
|
4808
|
+
.edit-site-styles .edit-site-global-styles-screen-root {
|
|
4434
4809
|
box-shadow: none;
|
|
4435
4810
|
}
|
|
4436
|
-
.edit-site-styles .edit-site-
|
|
4811
|
+
.edit-site-styles .edit-site-global-styles-screen-root > div > hr {
|
|
4437
4812
|
display: none;
|
|
4438
4813
|
}
|
|
4439
|
-
.edit-site-styles .edit-site-
|
|
4814
|
+
.edit-site-styles .edit-site-global-styles-sidebar__navigator-provider .components-tools-panel {
|
|
4815
|
+
border-top: none;
|
|
4816
|
+
}
|
|
4817
|
+
.edit-site-styles .edit-site-global-styles-sidebar__navigator-provider {
|
|
4440
4818
|
overflow-y: auto;
|
|
4441
4819
|
padding-left: 0;
|
|
4442
4820
|
padding-right: 0;
|
|
4443
4821
|
}
|
|
4444
|
-
.edit-site-styles .edit-site-
|
|
4445
|
-
border-top: none;
|
|
4446
|
-
}
|
|
4447
|
-
.edit-site-styles .edit-site-page-content .edit-site-global-styles-sidebar__navigator-provider .edit-site-global-styles-sidebar__navigator-screen {
|
|
4822
|
+
.edit-site-styles .edit-site-global-styles-sidebar__navigator-provider .edit-site-global-styles-sidebar__navigator-screen {
|
|
4448
4823
|
padding-top: 12px;
|
|
4449
4824
|
padding-left: 12px;
|
|
4450
4825
|
padding-right: 12px;
|
|
4451
4826
|
padding-bottom: 12px;
|
|
4452
4827
|
outline: none;
|
|
4453
4828
|
}
|
|
4454
|
-
.edit-site-styles .edit-site-
|
|
4455
|
-
padding-left: 48px;
|
|
4456
|
-
padding-right: 48px;
|
|
4457
|
-
}
|
|
4458
|
-
@container (max-width: 430px) {
|
|
4459
|
-
.edit-site-styles .edit-site-page-content .edit-site-page-header {
|
|
4460
|
-
padding-left: 24px;
|
|
4461
|
-
padding-right: 24px;
|
|
4462
|
-
}
|
|
4463
|
-
}
|
|
4464
|
-
.edit-site-styles .edit-site-page-content .edit-site-sidebar-button {
|
|
4829
|
+
.edit-site-styles .edit-site-sidebar-button {
|
|
4465
4830
|
color: #1e1e1e;
|
|
4466
4831
|
}
|
|
4467
4832
|
|
|
4468
|
-
.show-icon-labels .edit-site-styles .edit-site-page-content .edit-site-page-header__actions .components-button.has-icon {
|
|
4469
|
-
width: auto;
|
|
4470
|
-
padding: 0 8px;
|
|
4471
|
-
}
|
|
4472
|
-
.show-icon-labels .edit-site-styles .edit-site-page-content .edit-site-page-header__actions .components-button.has-icon svg {
|
|
4473
|
-
display: none;
|
|
4474
|
-
}
|
|
4475
|
-
.show-icon-labels .edit-site-styles .edit-site-page-content .edit-site-page-header__actions .components-button.has-icon::after {
|
|
4476
|
-
content: attr(aria-label);
|
|
4477
|
-
font-size: 12px;
|
|
4478
|
-
}
|
|
4479
|
-
|
|
4480
4833
|
/* stylelint-disable -- Disable reason: View Transitions not supported properly by stylelint. */
|
|
4481
4834
|
::view-transition-image-pair(root) {
|
|
4482
4835
|
isolation: auto;
|
|
@@ -4501,8 +4854,6 @@ body.js #wpbody {
|
|
|
4501
4854
|
body.js.appearance_page_gutenberg-template-parts,
|
|
4502
4855
|
body.js.site-editor-php {
|
|
4503
4856
|
background: #fff;
|
|
4504
|
-
/* We hide legacy notices in Gutenberg Based Pages, because they were not designed in a way that scaled well.
|
|
4505
|
-
Plugins can use Gutenberg notices if they need to pass on information to the user when they are editing. */
|
|
4506
4857
|
}
|
|
4507
4858
|
body.js.appearance_page_gutenberg-template-parts #wpcontent,
|
|
4508
4859
|
body.js.site-editor-php #wpcontent {
|
|
@@ -4512,6 +4863,11 @@ body.js.appearance_page_gutenberg-template-parts #wpbody-content,
|
|
|
4512
4863
|
body.js.site-editor-php #wpbody-content {
|
|
4513
4864
|
padding-bottom: 0;
|
|
4514
4865
|
}
|
|
4866
|
+
body.js.appearance_page_gutenberg-template-parts,
|
|
4867
|
+
body.js.site-editor-php {
|
|
4868
|
+
/* We hide legacy notices in Gutenberg Based Pages, because they were not designed in a way that scaled well.
|
|
4869
|
+
Plugins can use Gutenberg notices if they need to pass on information to the user when they are editing. */
|
|
4870
|
+
}
|
|
4515
4871
|
body.js.appearance_page_gutenberg-template-parts #wpbody-content > div:not(.edit-site):not(#screen-meta),
|
|
4516
4872
|
body.js.site-editor-php #wpbody-content > div:not(.edit-site):not(#screen-meta) {
|
|
4517
4873
|
display: none;
|
|
@@ -4543,13 +4899,15 @@ body.js.site-editor-php {
|
|
|
4543
4899
|
|
|
4544
4900
|
.edit-site {
|
|
4545
4901
|
box-sizing: border-box;
|
|
4546
|
-
height: 100vh;
|
|
4547
4902
|
}
|
|
4548
4903
|
.edit-site *,
|
|
4549
4904
|
.edit-site *::before,
|
|
4550
4905
|
.edit-site *::after {
|
|
4551
4906
|
box-sizing: inherit;
|
|
4552
4907
|
}
|
|
4908
|
+
.edit-site {
|
|
4909
|
+
height: 100vh;
|
|
4910
|
+
}
|
|
4553
4911
|
@media (min-width: 600px) {
|
|
4554
4912
|
.edit-site {
|
|
4555
4913
|
bottom: 0;
|
|
@@ -4571,10 +4929,10 @@ body.js.site-editor-php {
|
|
|
4571
4929
|
body.admin-color-light {
|
|
4572
4930
|
--wp-admin-theme-color: #0085ba;
|
|
4573
4931
|
--wp-admin-theme-color--rgb: 0, 133, 186;
|
|
4574
|
-
--wp-admin-theme-color-darker-10:
|
|
4575
|
-
--wp-admin-theme-color-darker-10--rgb: 0,
|
|
4576
|
-
--wp-admin-theme-color-darker-20:
|
|
4577
|
-
--wp-admin-theme-color-darker-20--rgb: 0,
|
|
4932
|
+
--wp-admin-theme-color-darker-10: rgb(0, 114.7661290323, 160.5);
|
|
4933
|
+
--wp-admin-theme-color-darker-10--rgb: 0, 114.7661290323, 160.5;
|
|
4934
|
+
--wp-admin-theme-color-darker-20: rgb(0, 96.5322580645, 135);
|
|
4935
|
+
--wp-admin-theme-color-darker-20--rgb: 0, 96.5322580645, 135;
|
|
4578
4936
|
--wp-admin-border-width-focus: 2px;
|
|
4579
4937
|
}
|
|
4580
4938
|
@media (min-resolution: 192dpi) {
|
|
@@ -4586,10 +4944,10 @@ body.admin-color-light {
|
|
|
4586
4944
|
body.admin-color-modern {
|
|
4587
4945
|
--wp-admin-theme-color: #3858e9;
|
|
4588
4946
|
--wp-admin-theme-color--rgb: 56, 88, 233;
|
|
4589
|
-
--wp-admin-theme-color-darker-10:
|
|
4590
|
-
--wp-admin-theme-color-darker-10--rgb: 33,
|
|
4591
|
-
--wp-admin-theme-color-darker-20:
|
|
4592
|
-
--wp-admin-theme-color-darker-20--rgb:
|
|
4947
|
+
--wp-admin-theme-color-darker-10: rgb(33.0384615385, 68.7307692308, 230.4615384615);
|
|
4948
|
+
--wp-admin-theme-color-darker-10--rgb: 33.0384615385, 68.7307692308, 230.4615384615;
|
|
4949
|
+
--wp-admin-theme-color-darker-20: rgb(23.6923076923, 58.1538461538, 214.3076923077);
|
|
4950
|
+
--wp-admin-theme-color-darker-20--rgb: 23.6923076923, 58.1538461538, 214.3076923077;
|
|
4593
4951
|
--wp-admin-border-width-focus: 2px;
|
|
4594
4952
|
}
|
|
4595
4953
|
@media (min-resolution: 192dpi) {
|
|
@@ -4601,10 +4959,10 @@ body.admin-color-modern {
|
|
|
4601
4959
|
body.admin-color-blue {
|
|
4602
4960
|
--wp-admin-theme-color: #096484;
|
|
4603
4961
|
--wp-admin-theme-color--rgb: 9, 100, 132;
|
|
4604
|
-
--wp-admin-theme-color-darker-10:
|
|
4605
|
-
--wp-admin-theme-color-darker-10--rgb: 7,
|
|
4606
|
-
--wp-admin-theme-color-darker-20:
|
|
4607
|
-
--wp-admin-theme-color-darker-20--rgb:
|
|
4962
|
+
--wp-admin-theme-color-darker-10: rgb(7.3723404255, 81.914893617, 108.1276595745);
|
|
4963
|
+
--wp-admin-theme-color-darker-10--rgb: 7.3723404255, 81.914893617, 108.1276595745;
|
|
4964
|
+
--wp-admin-theme-color-darker-20: rgb(5.7446808511, 63.829787234, 84.2553191489);
|
|
4965
|
+
--wp-admin-theme-color-darker-20--rgb: 5.7446808511, 63.829787234, 84.2553191489;
|
|
4608
4966
|
--wp-admin-border-width-focus: 2px;
|
|
4609
4967
|
}
|
|
4610
4968
|
@media (min-resolution: 192dpi) {
|
|
@@ -4616,10 +4974,10 @@ body.admin-color-blue {
|
|
|
4616
4974
|
body.admin-color-coffee {
|
|
4617
4975
|
--wp-admin-theme-color: #46403c;
|
|
4618
4976
|
--wp-admin-theme-color--rgb: 70, 64, 60;
|
|
4619
|
-
--wp-admin-theme-color-darker-10:
|
|
4620
|
-
--wp-admin-theme-color-darker-10--rgb: 56, 51, 48;
|
|
4621
|
-
--wp-admin-theme-color-darker-20:
|
|
4622
|
-
--wp-admin-theme-color-darker-20--rgb:
|
|
4977
|
+
--wp-admin-theme-color-darker-10: rgb(56.2692307692, 51.4461538462, 48.2307692308);
|
|
4978
|
+
--wp-admin-theme-color-darker-10--rgb: 56.2692307692, 51.4461538462, 48.2307692308;
|
|
4979
|
+
--wp-admin-theme-color-darker-20: rgb(42.5384615385, 38.8923076923, 36.4615384615);
|
|
4980
|
+
--wp-admin-theme-color-darker-20--rgb: 42.5384615385, 38.8923076923, 36.4615384615;
|
|
4623
4981
|
--wp-admin-border-width-focus: 2px;
|
|
4624
4982
|
}
|
|
4625
4983
|
@media (min-resolution: 192dpi) {
|
|
@@ -4631,10 +4989,10 @@ body.admin-color-coffee {
|
|
|
4631
4989
|
body.admin-color-ectoplasm {
|
|
4632
4990
|
--wp-admin-theme-color: #523f6d;
|
|
4633
4991
|
--wp-admin-theme-color--rgb: 82, 63, 109;
|
|
4634
|
-
--wp-admin-theme-color-darker-10:
|
|
4635
|
-
--wp-admin-theme-color-darker-10--rgb:
|
|
4636
|
-
--wp-admin-theme-color-darker-20:
|
|
4637
|
-
--wp-admin-theme-color-darker-20--rgb:
|
|
4992
|
+
--wp-admin-theme-color-darker-10: rgb(69.8430232558, 53.6598837209, 92.8401162791);
|
|
4993
|
+
--wp-admin-theme-color-darker-10--rgb: 69.8430232558, 53.6598837209, 92.8401162791;
|
|
4994
|
+
--wp-admin-theme-color-darker-20: rgb(57.6860465116, 44.3197674419, 76.6802325581);
|
|
4995
|
+
--wp-admin-theme-color-darker-20--rgb: 57.6860465116, 44.3197674419, 76.6802325581;
|
|
4638
4996
|
--wp-admin-border-width-focus: 2px;
|
|
4639
4997
|
}
|
|
4640
4998
|
@media (min-resolution: 192dpi) {
|
|
@@ -4646,10 +5004,10 @@ body.admin-color-ectoplasm {
|
|
|
4646
5004
|
body.admin-color-midnight {
|
|
4647
5005
|
--wp-admin-theme-color: #e14d43;
|
|
4648
5006
|
--wp-admin-theme-color--rgb: 225, 77, 67;
|
|
4649
|
-
--wp-admin-theme-color-darker-10:
|
|
4650
|
-
--wp-admin-theme-color-darker-10--rgb: 221, 56, 45;
|
|
4651
|
-
--wp-admin-theme-color-darker-20:
|
|
4652
|
-
--wp-admin-theme-color-darker-20--rgb:
|
|
5007
|
+
--wp-admin-theme-color-darker-10: rgb(221.4908256881, 56.1788990826, 45.0091743119);
|
|
5008
|
+
--wp-admin-theme-color-darker-10--rgb: 221.4908256881, 56.1788990826, 45.0091743119;
|
|
5009
|
+
--wp-admin-theme-color-darker-20: rgb(207.8348623853, 44.2201834862, 33.1651376147);
|
|
5010
|
+
--wp-admin-theme-color-darker-20--rgb: 207.8348623853, 44.2201834862, 33.1651376147;
|
|
4653
5011
|
--wp-admin-border-width-focus: 2px;
|
|
4654
5012
|
}
|
|
4655
5013
|
@media (min-resolution: 192dpi) {
|
|
@@ -4661,10 +5019,10 @@ body.admin-color-midnight {
|
|
|
4661
5019
|
body.admin-color-ocean {
|
|
4662
5020
|
--wp-admin-theme-color: #627c83;
|
|
4663
5021
|
--wp-admin-theme-color--rgb: 98, 124, 131;
|
|
4664
|
-
--wp-admin-theme-color-darker-10:
|
|
4665
|
-
--wp-admin-theme-color-darker-10--rgb: 87, 110, 116;
|
|
4666
|
-
--wp-admin-theme-color-darker-20:
|
|
4667
|
-
--wp-admin-theme-color-darker-20--rgb: 76, 96,
|
|
5022
|
+
--wp-admin-theme-color-darker-10: rgb(87.0873362445, 110.192139738, 116.4126637555);
|
|
5023
|
+
--wp-admin-theme-color-darker-10--rgb: 87.0873362445, 110.192139738, 116.4126637555;
|
|
5024
|
+
--wp-admin-theme-color-darker-20: rgb(76.1746724891, 96.384279476, 101.8253275109);
|
|
5025
|
+
--wp-admin-theme-color-darker-20--rgb: 76.1746724891, 96.384279476, 101.8253275109;
|
|
4668
5026
|
--wp-admin-border-width-focus: 2px;
|
|
4669
5027
|
}
|
|
4670
5028
|
@media (min-resolution: 192dpi) {
|
|
@@ -4676,10 +5034,10 @@ body.admin-color-ocean {
|
|
|
4676
5034
|
body.admin-color-sunrise {
|
|
4677
5035
|
--wp-admin-theme-color: #dd823b;
|
|
4678
5036
|
--wp-admin-theme-color--rgb: 221, 130, 59;
|
|
4679
|
-
--wp-admin-theme-color-darker-10:
|
|
4680
|
-
--wp-admin-theme-color-darker-10--rgb:
|
|
4681
|
-
--wp-admin-theme-color-darker-20:
|
|
4682
|
-
--wp-admin-theme-color-darker-20--rgb: 195,
|
|
5037
|
+
--wp-admin-theme-color-darker-10: rgb(216.8782608696, 116.1847826087, 37.6217391304);
|
|
5038
|
+
--wp-admin-theme-color-darker-10--rgb: 216.8782608696, 116.1847826087, 37.6217391304;
|
|
5039
|
+
--wp-admin-theme-color-darker-20: rgb(195.147826087, 104.5434782609, 33.852173913);
|
|
5040
|
+
--wp-admin-theme-color-darker-20--rgb: 195.147826087, 104.5434782609, 33.852173913;
|
|
4683
5041
|
--wp-admin-border-width-focus: 2px;
|
|
4684
5042
|
}
|
|
4685
5043
|
@media (min-resolution: 192dpi) {
|