@wordpress/editor 14.45.2-next.v.202605131032.0 → 14.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -1
- package/build/components/collab-sidebar/add-note.cjs +6 -0
- package/build/components/collab-sidebar/add-note.cjs.map +2 -2
- package/build/components/collab-sidebar/hooks.cjs +36 -24
- package/build/components/collab-sidebar/hooks.cjs.map +2 -2
- package/build/components/collab-sidebar/index.cjs +19 -10
- package/build/components/collab-sidebar/index.cjs.map +2 -2
- package/build/components/collab-sidebar/note-byline.cjs +16 -9
- package/build/components/collab-sidebar/note-byline.cjs.map +2 -2
- package/build/components/collab-sidebar/notes.cjs +20 -11
- package/build/components/collab-sidebar/notes.cjs.map +2 -2
- package/build/components/collab-sidebar/utils.cjs +42 -2
- package/build/components/collab-sidebar/utils.cjs.map +2 -2
- package/build/components/collaborators-overlay/compute-selection.cjs +39 -15
- package/build/components/collaborators-overlay/compute-selection.cjs.map +3 -3
- package/build/components/collaborators-overlay/use-block-highlighting.cjs +10 -2
- package/build/components/collaborators-overlay/use-block-highlighting.cjs.map +3 -3
- package/build/components/collaborators-overlay/use-render-cursors.cjs +15 -7
- package/build/components/collaborators-overlay/use-render-cursors.cjs.map +3 -3
- package/build/components/collaborators-presence/avatar/component.cjs +5 -1
- package/build/components/collaborators-presence/avatar/component.cjs.map +3 -3
- package/build/components/collaborators-presence/use-collaborator-notifications.cjs +6 -3
- package/build/components/collaborators-presence/use-collaborator-notifications.cjs.map +2 -2
- package/build/components/editor-interface/index.cjs +17 -16
- package/build/components/editor-interface/index.cjs.map +3 -3
- package/build/components/editor-notices/index.cjs +6 -1
- package/build/components/editor-notices/index.cjs.map +3 -3
- package/build/components/global-styles/hooks.cjs +12 -1
- package/build/components/global-styles/hooks.cjs.map +2 -2
- package/build/components/header/index.cjs +11 -6
- package/build/components/header/index.cjs.map +2 -2
- package/build/components/media/media-editor-modal.cjs +14 -1
- package/build/components/media/media-editor-modal.cjs.map +2 -2
- package/build/components/post-card-panel/index.cjs +7 -1
- package/build/components/post-card-panel/index.cjs.map +3 -3
- package/build/components/post-last-revision/index.cjs +28 -8
- package/build/components/post-last-revision/index.cjs.map +2 -2
- package/build/components/post-locked-modal/index.cjs +9 -6
- package/build/components/post-locked-modal/index.cjs.map +2 -2
- package/build/components/post-publish-button/label.cjs +0 -7
- package/build/components/post-publish-button/label.cjs.map +2 -2
- package/build/components/post-publish-panel/prepublish.cjs +8 -1
- package/build/components/post-publish-panel/prepublish.cjs.map +3 -3
- package/build/components/post-revisions-panel/index.cjs +7 -0
- package/build/components/post-revisions-panel/index.cjs.map +2 -2
- package/build/components/post-revisions-preview/diff-markers.cjs +21 -13
- package/build/components/post-revisions-preview/diff-markers.cjs.map +2 -2
- package/build/components/post-revisions-preview/revisions-canvas.cjs +7 -1
- package/build/components/post-revisions-preview/revisions-canvas.cjs.map +2 -2
- package/build/components/post-taxonomies/check.cjs +1 -2
- package/build/components/post-taxonomies/check.cjs.map +2 -2
- package/build/components/post-taxonomies/index.cjs +1 -2
- package/build/components/post-taxonomies/index.cjs.map +2 -2
- package/build/components/preferences-modal/index.cjs +1 -1
- package/build/components/preferences-modal/index.cjs.map +2 -2
- package/build/components/preview-dropdown/index.cjs.map +3 -3
- package/build/components/provider/index.cjs +5 -21
- package/build/components/provider/index.cjs.map +3 -3
- package/build/components/provider/use-block-editor-settings.cjs +16 -9
- package/build/components/provider/use-block-editor-settings.cjs.map +3 -3
- package/build/components/resizable-editor/resize-handle.cjs +24 -16
- package/build/components/resizable-editor/resize-handle.cjs.map +2 -2
- package/build/components/sidebar/header.cjs +16 -21
- package/build/components/sidebar/header.cjs.map +3 -3
- package/build/components/sidebar/index.cjs +2 -6
- package/build/components/sidebar/index.cjs.map +2 -2
- package/build/components/start-page-options/index.cjs +14 -4
- package/build/components/start-page-options/index.cjs.map +2 -2
- package/build/components/start-template-options/index.cjs +8 -6
- package/build/components/start-template-options/index.cjs.map +2 -2
- package/build/components/styles-canvas/style-book.cjs +59 -2
- package/build/components/styles-canvas/style-book.cjs.map +2 -2
- package/build/components/sync-connection-error-modal/index.cjs +10 -7
- package/build/components/sync-connection-error-modal/index.cjs.map +3 -3
- package/build/components/template-actions-panel/block-theme-content.cjs +21 -12
- package/build/components/template-actions-panel/block-theme-content.cjs.map +2 -2
- package/build/dataviews/store/private-actions.cjs.map +2 -2
- package/build/store/private-actions.cjs +17 -1
- package/build/store/private-actions.cjs.map +3 -3
- package/build/store/private-selectors.cjs +18 -0
- package/build/store/private-selectors.cjs.map +2 -2
- package/build/store/selectors.cjs +0 -17
- package/build/store/selectors.cjs.map +2 -2
- package/build/{components/media → utils/media-delete}/index.cjs +12 -13
- package/build/utils/media-delete/index.cjs.map +7 -0
- package/build/utils/media-finalize/index.cjs +3 -1
- package/build/utils/media-finalize/index.cjs.map +2 -2
- package/build/utils/sync-error-messages.cjs +9 -0
- package/build/utils/sync-error-messages.cjs.map +2 -2
- package/build-module/components/collab-sidebar/add-note.mjs +6 -0
- package/build-module/components/collab-sidebar/add-note.mjs.map +2 -2
- package/build-module/components/collab-sidebar/hooks.mjs +42 -25
- package/build-module/components/collab-sidebar/hooks.mjs.map +2 -2
- package/build-module/components/collab-sidebar/index.mjs +19 -10
- package/build-module/components/collab-sidebar/index.mjs.map +2 -2
- package/build-module/components/collab-sidebar/note-byline.mjs +17 -10
- package/build-module/components/collab-sidebar/note-byline.mjs.map +2 -2
- package/build-module/components/collab-sidebar/notes.mjs +26 -13
- package/build-module/components/collab-sidebar/notes.mjs.map +2 -2
- package/build-module/components/collab-sidebar/utils.mjs +38 -2
- package/build-module/components/collab-sidebar/utils.mjs.map +2 -2
- package/build-module/components/collaborators-overlay/compute-selection.mjs +36 -12
- package/build-module/components/collaborators-overlay/compute-selection.mjs.map +2 -2
- package/build-module/components/collaborators-overlay/use-block-highlighting.mjs +10 -3
- package/build-module/components/collaborators-overlay/use-block-highlighting.mjs.map +2 -2
- package/build-module/components/collaborators-overlay/use-render-cursors.mjs +11 -6
- package/build-module/components/collaborators-overlay/use-render-cursors.mjs.map +2 -2
- package/build-module/components/collaborators-presence/avatar/component.mjs +7 -3
- package/build-module/components/collaborators-presence/avatar/component.mjs.map +2 -2
- package/build-module/components/collaborators-presence/use-collaborator-notifications.mjs +6 -3
- package/build-module/components/collaborators-presence/use-collaborator-notifications.mjs.map +2 -2
- package/build-module/components/editor-interface/index.mjs +22 -17
- package/build-module/components/editor-interface/index.mjs.map +2 -2
- package/build-module/components/editor-notices/index.mjs +6 -1
- package/build-module/components/editor-notices/index.mjs.map +2 -2
- package/build-module/components/global-styles/hooks.mjs +12 -1
- package/build-module/components/global-styles/hooks.mjs.map +2 -2
- package/build-module/components/header/index.mjs +11 -6
- package/build-module/components/header/index.mjs.map +2 -2
- package/build-module/components/media/media-editor-modal.mjs +14 -1
- package/build-module/components/media/media-editor-modal.mjs.map +2 -2
- package/build-module/components/post-card-panel/index.mjs +8 -2
- package/build-module/components/post-card-panel/index.mjs.map +2 -2
- package/build-module/components/post-last-revision/index.mjs +29 -9
- package/build-module/components/post-last-revision/index.mjs.map +2 -2
- package/build-module/components/post-locked-modal/index.mjs +9 -6
- package/build-module/components/post-locked-modal/index.mjs.map +2 -2
- package/build-module/components/post-publish-button/label.mjs +0 -7
- package/build-module/components/post-publish-button/label.mjs.map +2 -2
- package/build-module/components/post-publish-panel/prepublish.mjs +9 -2
- package/build-module/components/post-publish-panel/prepublish.mjs.map +2 -2
- package/build-module/components/post-revisions-panel/index.mjs +7 -0
- package/build-module/components/post-revisions-panel/index.mjs.map +2 -2
- package/build-module/components/post-revisions-preview/diff-markers.mjs +22 -14
- package/build-module/components/post-revisions-preview/diff-markers.mjs.map +2 -2
- package/build-module/components/post-revisions-preview/revisions-canvas.mjs +7 -1
- package/build-module/components/post-revisions-preview/revisions-canvas.mjs.map +2 -2
- package/build-module/components/post-taxonomies/check.mjs +1 -2
- package/build-module/components/post-taxonomies/check.mjs.map +2 -2
- package/build-module/components/post-taxonomies/index.mjs +1 -2
- package/build-module/components/post-taxonomies/index.mjs.map +2 -2
- package/build-module/components/preferences-modal/index.mjs +1 -1
- package/build-module/components/preferences-modal/index.mjs.map +2 -2
- package/build-module/components/preview-dropdown/index.mjs +2 -2
- package/build-module/components/preview-dropdown/index.mjs.map +2 -2
- package/build-module/components/provider/index.mjs +6 -22
- package/build-module/components/provider/index.mjs.map +2 -2
- package/build-module/components/provider/use-block-editor-settings.mjs +16 -9
- package/build-module/components/provider/use-block-editor-settings.mjs.map +2 -2
- package/build-module/components/resizable-editor/resize-handle.mjs +26 -18
- package/build-module/components/resizable-editor/resize-handle.mjs.map +2 -2
- package/build-module/components/sidebar/header.mjs +11 -16
- package/build-module/components/sidebar/header.mjs.map +2 -2
- package/build-module/components/sidebar/index.mjs +2 -7
- package/build-module/components/sidebar/index.mjs.map +2 -2
- package/build-module/components/start-page-options/index.mjs +14 -4
- package/build-module/components/start-page-options/index.mjs.map +2 -2
- package/build-module/components/start-template-options/index.mjs +8 -6
- package/build-module/components/start-template-options/index.mjs.map +2 -2
- package/build-module/components/styles-canvas/style-book.mjs +60 -3
- package/build-module/components/styles-canvas/style-book.mjs.map +2 -2
- package/build-module/components/sync-connection-error-modal/index.mjs +14 -8
- package/build-module/components/sync-connection-error-modal/index.mjs.map +2 -2
- package/build-module/components/template-actions-panel/block-theme-content.mjs +21 -13
- package/build-module/components/template-actions-panel/block-theme-content.mjs.map +2 -2
- package/build-module/dataviews/store/private-actions.mjs.map +2 -2
- package/build-module/store/private-actions.mjs +16 -1
- package/build-module/store/private-actions.mjs.map +2 -2
- package/build-module/store/private-selectors.mjs +18 -0
- package/build-module/store/private-selectors.mjs.map +2 -2
- package/build-module/store/selectors.mjs +0 -16
- package/build-module/store/selectors.mjs.map +2 -2
- package/build-module/utils/media-delete/index.mjs +12 -0
- package/build-module/utils/media-delete/index.mjs.map +7 -0
- package/build-module/utils/media-finalize/index.mjs +3 -1
- package/build-module/utils/media-finalize/index.mjs.map +2 -2
- package/build-module/utils/sync-error-messages.mjs +8 -0
- package/build-module/utils/sync-error-messages.mjs.map +2 -2
- package/build-style/style-rtl.css +462 -408
- package/build-style/style.css +462 -408
- package/build-types/components/collab-sidebar/add-note.d.ts.map +1 -1
- package/build-types/components/collab-sidebar/hooks.d.ts.map +1 -1
- package/build-types/components/collab-sidebar/index.d.ts.map +1 -1
- package/build-types/components/collab-sidebar/note-byline.d.ts +3 -0
- package/build-types/components/collab-sidebar/note-byline.d.ts.map +1 -1
- package/build-types/components/collab-sidebar/notes.d.ts.map +1 -1
- package/build-types/components/collab-sidebar/utils.d.ts +33 -0
- package/build-types/components/collab-sidebar/utils.d.ts.map +1 -1
- package/build-types/components/collaborators-overlay/compute-selection.d.ts.map +1 -1
- package/build-types/components/collaborators-overlay/use-block-highlighting.d.ts +3 -0
- package/build-types/components/collaborators-overlay/use-block-highlighting.d.ts.map +1 -1
- package/build-types/components/collaborators-overlay/use-render-cursors.d.ts.map +1 -1
- package/build-types/components/collaborators-presence/avatar/component.d.ts.map +1 -1
- package/build-types/components/collaborators-presence/use-collaborator-notifications.d.ts.map +1 -1
- package/build-types/components/editor-interface/index.d.ts.map +1 -1
- package/build-types/components/editor-notices/index.d.ts.map +1 -1
- package/build-types/components/global-styles/hooks.d.ts.map +1 -1
- package/build-types/components/media/media-editor-modal.d.ts +6 -2
- package/build-types/components/media/media-editor-modal.d.ts.map +1 -1
- package/build-types/components/post-card-panel/index.d.ts.map +1 -1
- package/build-types/components/post-last-revision/index.d.ts.map +1 -1
- package/build-types/components/post-locked-modal/index.d.ts +1 -6
- package/build-types/components/post-locked-modal/index.d.ts.map +1 -1
- package/build-types/components/post-publish-button/label.d.ts.map +1 -1
- package/build-types/components/post-publish-panel/prepublish.d.ts.map +1 -1
- package/build-types/components/post-revisions-panel/index.d.ts +1 -1
- package/build-types/components/post-revisions-panel/index.d.ts.map +1 -1
- package/build-types/components/post-revisions-preview/diff-markers.d.ts.map +1 -1
- package/build-types/components/post-revisions-preview/revisions-canvas.d.ts.map +1 -1
- package/build-types/components/post-taxonomies/check.d.ts.map +1 -1
- package/build-types/components/post-taxonomies/flat-term-selector.d.ts +1 -6
- package/build-types/components/post-taxonomies/hierarchical-term-selector.d.ts +1 -6
- package/build-types/components/post-taxonomies/index.d.ts.map +1 -1
- package/build-types/components/provider/index.d.ts.map +1 -1
- package/build-types/components/provider/use-block-editor-settings.d.ts.map +1 -1
- package/build-types/components/resizable-editor/resize-handle.d.ts.map +1 -1
- package/build-types/components/sidebar/index.d.ts.map +1 -1
- package/build-types/components/start-page-options/index.d.ts.map +1 -1
- package/build-types/components/start-template-options/index.d.ts.map +1 -1
- package/build-types/components/styles-canvas/style-book.d.ts.map +1 -1
- package/build-types/components/sync-connection-error-modal/index.d.ts.map +1 -1
- package/build-types/components/template-actions-panel/block-theme-content.d.ts.map +1 -1
- package/build-types/dataviews/store/private-actions.d.ts +0 -1
- package/build-types/dataviews/store/private-actions.d.ts.map +1 -1
- package/build-types/store/private-actions.d.ts +15 -0
- package/build-types/store/private-actions.d.ts.map +1 -1
- package/build-types/store/private-selectors.d.ts +10 -0
- package/build-types/store/private-selectors.d.ts.map +1 -1
- package/build-types/store/selectors.d.ts +0 -10
- package/build-types/store/selectors.d.ts.map +1 -1
- package/build-types/utils/get-template-part-icon.d.ts.map +1 -1
- package/build-types/utils/media-delete/index.d.ts +2 -0
- package/build-types/utils/media-delete/index.d.ts.map +1 -0
- package/build-types/utils/media-finalize/index.d.ts +1 -1
- package/build-types/utils/media-finalize/index.d.ts.map +1 -1
- package/build-types/utils/sync-error-messages.d.ts +1 -0
- package/build-types/utils/sync-error-messages.d.ts.map +1 -1
- package/package.json +48 -48
- package/src/components/collab-sidebar/add-note.js +9 -0
- package/src/components/collab-sidebar/hooks.js +53 -29
- package/src/components/collab-sidebar/index.js +28 -14
- package/src/components/collab-sidebar/note-byline.js +15 -10
- package/src/components/collab-sidebar/notes.js +36 -14
- package/src/components/collab-sidebar/test/utils.js +375 -1
- package/src/components/collab-sidebar/utils.js +70 -1
- package/src/components/collaborators-overlay/compute-selection.ts +67 -19
- package/src/components/collaborators-overlay/use-block-highlighting.ts +14 -1
- package/src/components/collaborators-overlay/use-render-cursors.ts +15 -4
- package/src/components/collaborators-presence/avatar/component.tsx +10 -3
- package/src/components/collaborators-presence/avatar/test/index.tsx +50 -18
- package/src/components/collaborators-presence/styles/collaborators-presence.scss +4 -1
- package/src/components/collaborators-presence/test/use-collaborator-notifications.ts +2 -1
- package/src/components/collaborators-presence/use-collaborator-notifications.ts +6 -4
- package/src/components/editor-help/help-topic-row.native.js +2 -2
- package/src/components/editor-interface/index.js +22 -23
- package/src/components/editor-interface/style.scss +4 -0
- package/src/components/editor-notices/index.js +7 -1
- package/src/components/error-boundary/index.native.js +2 -2
- package/src/components/global-styles/hooks.js +26 -0
- package/src/components/global-styles-sidebar/style.scss +0 -9
- package/src/components/header/index.js +12 -12
- package/src/components/media/media-editor-modal.js +20 -2
- package/src/components/offline-status/index.native.js +2 -2
- package/src/components/post-card-panel/index.js +5 -2
- package/src/components/post-last-revision/index.js +37 -9
- package/src/components/post-last-revision/style.scss +0 -3
- package/src/components/post-locked-modal/index.js +8 -5
- package/src/components/post-panel-row/style.scss +1 -0
- package/src/components/post-publish-button/label.js +0 -11
- package/src/components/post-publish-panel/prepublish.js +6 -2
- package/src/components/post-revisions-panel/index.js +8 -0
- package/src/components/post-revisions-preview/diff-markers.js +17 -11
- package/src/components/post-revisions-preview/revisions-canvas.js +7 -1
- package/src/components/post-revisions-preview/style.scss +4 -4
- package/src/components/post-taxonomies/check.js +1 -2
- package/src/components/post-taxonomies/index.js +1 -2
- package/src/components/preferences-modal/index.js +1 -1
- package/src/components/preview-dropdown/index.js +2 -2
- package/src/components/provider/index.js +10 -31
- package/src/components/provider/use-block-editor-settings.js +19 -12
- package/src/components/resizable-editor/resize-handle.js +22 -16
- package/src/components/sidebar/header.js +18 -28
- package/src/components/sidebar/index.js +5 -14
- package/src/components/start-page-options/index.js +19 -4
- package/src/components/start-template-options/index.js +13 -6
- package/src/components/styles-canvas/style-book.js +75 -13
- package/src/components/sync-connection-error-modal/index.tsx +25 -11
- package/src/components/template-actions-panel/block-theme-content.js +19 -13
- package/src/components/text-editor/style.scss +2 -2
- package/src/dataviews/store/private-actions.ts +0 -1
- package/src/store/private-actions.js +27 -0
- package/src/store/private-selectors.js +26 -0
- package/src/store/selectors.js +0 -24
- package/src/store/test/actions.js +34 -0
- package/src/utils/media-delete/index.js +11 -0
- package/src/utils/media-finalize/index.js +6 -1
- package/src/utils/media-finalize/test/index.js +32 -2
- package/src/utils/sync-error-messages.ts +8 -0
- package/src/utils/test/sync-error-messages.js +1 -0
- package/build/components/global-styles-provider/index.cjs +0 -181
- package/build/components/global-styles-provider/index.cjs.map +0 -7
- package/build/components/media/index.cjs.map +0 -7
- package/build/components/media/metadata-panel.cjs +0 -96
- package/build/components/media/metadata-panel.cjs.map +0 -7
- package/build/components/media/preview.cjs +0 -39
- package/build/components/media/preview.cjs.map +0 -7
- package/build-module/components/global-styles-provider/index.mjs +0 -156
- package/build-module/components/global-styles-provider/index.mjs.map +0 -7
- package/build-module/components/media/index.mjs +0 -8
- package/build-module/components/media/index.mjs.map +0 -7
- package/build-module/components/media/metadata-panel.mjs +0 -65
- package/build-module/components/media/metadata-panel.mjs.map +0 -7
- package/build-module/components/media/preview.mjs +0 -21
- package/build-module/components/media/preview.mjs.map +0 -7
- package/build-types/components/global-styles-provider/index.d.ts +0 -16
- package/build-types/components/global-styles-provider/index.d.ts.map +0 -1
- package/build-types/components/media/index.d.ts +0 -3
- package/build-types/components/media/index.d.ts.map +0 -1
- package/build-types/components/media/metadata-panel.d.ts +0 -12
- package/build-types/components/media/metadata-panel.d.ts.map +0 -1
- package/build-types/components/media/preview.d.ts +0 -9
- package/build-types/components/media/preview.d.ts.map +0 -1
- package/src/components/global-styles-provider/index.js +0 -207
- package/src/components/media/index.js +0 -2
- package/src/components/media/metadata-panel.js +0 -77
- package/src/components/media/preview.js +0 -35
|
@@ -1307,7 +1307,7 @@ button.font-library__upload-area {
|
|
|
1307
1307
|
}
|
|
1308
1308
|
|
|
1309
1309
|
/**
|
|
1310
|
-
*
|
|
1310
|
+
* Typography
|
|
1311
1311
|
*/
|
|
1312
1312
|
/**
|
|
1313
1313
|
* SCSS Variables.
|
|
@@ -1316,6 +1316,9 @@ button.font-library__upload-area {
|
|
|
1316
1316
|
* Don't add to this sheet unless you're pretty sure the value will be reused in many places.
|
|
1317
1317
|
* For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
|
|
1318
1318
|
*/
|
|
1319
|
+
/**
|
|
1320
|
+
* Colors
|
|
1321
|
+
*/
|
|
1319
1322
|
/**
|
|
1320
1323
|
* Fonts & basic variables.
|
|
1321
1324
|
*/
|
|
@@ -1351,9 +1354,6 @@ button.font-library__upload-area {
|
|
|
1351
1354
|
* React Native specific.
|
|
1352
1355
|
* These variables do not appear to be used anywhere else.
|
|
1353
1356
|
*/
|
|
1354
|
-
/**
|
|
1355
|
-
* Typography
|
|
1356
|
-
*/
|
|
1357
1357
|
/**
|
|
1358
1358
|
* Breakpoints & Media Queries
|
|
1359
1359
|
*/
|
|
@@ -1398,21 +1398,23 @@ button.font-library__upload-area {
|
|
|
1398
1398
|
.dataviews-wrapper,
|
|
1399
1399
|
.dataviews-picker-wrapper {
|
|
1400
1400
|
height: 100%;
|
|
1401
|
+
flex-grow: 1;
|
|
1402
|
+
min-height: 0;
|
|
1401
1403
|
box-sizing: border-box;
|
|
1402
|
-
scroll-padding-bottom:
|
|
1404
|
+
scroll-padding-bottom: calc(var(--wpds-dimension-base, 4px) * 16);
|
|
1403
1405
|
/* stylelint-disable-next-line property-no-unknown -- '@container' not globally permitted */
|
|
1404
1406
|
container: dataviews-wrapper/inline-size;
|
|
1405
1407
|
display: flex;
|
|
1406
1408
|
flex-direction: column;
|
|
1407
|
-
font-size: 13px;
|
|
1408
|
-
line-height:
|
|
1409
|
-
background-color: var(--wp-dataviews-color-background, #fff);
|
|
1409
|
+
font-size: var(--wpds-typography-font-size-md, 13px);
|
|
1410
|
+
line-height: var(--wpds-typography-line-height-sm, 20px);
|
|
1411
|
+
background-color: var(--wp-dataviews-color-background, var(--wpds-color-bg-surface-neutral-strong, #fff));
|
|
1410
1412
|
}
|
|
1411
1413
|
|
|
1412
1414
|
.dataviews__view-actions,
|
|
1413
1415
|
.dataviews-filters__container {
|
|
1414
1416
|
box-sizing: border-box;
|
|
1415
|
-
padding: 16px 24px;
|
|
1417
|
+
padding: var(--wpds-dimension-padding-lg, 16px) var(--wpds-dimension-padding-2xl, 24px);
|
|
1416
1418
|
flex-shrink: 0;
|
|
1417
1419
|
position: sticky;
|
|
1418
1420
|
right: 0;
|
|
@@ -1427,7 +1429,7 @@ button.font-library__upload-area {
|
|
|
1427
1429
|
}
|
|
1428
1430
|
.dataviews-no-results,
|
|
1429
1431
|
.dataviews-loading {
|
|
1430
|
-
padding: 0 24px;
|
|
1432
|
+
padding: 0 var(--wpds-dimension-padding-2xl, 24px);
|
|
1431
1433
|
flex-grow: 1;
|
|
1432
1434
|
display: flex;
|
|
1433
1435
|
align-items: center;
|
|
@@ -1466,13 +1468,13 @@ button.font-library__upload-area {
|
|
|
1466
1468
|
@container (max-width: 430px) {
|
|
1467
1469
|
.dataviews__view-actions,
|
|
1468
1470
|
.dataviews-filters__container {
|
|
1469
|
-
padding: 12px 24px;
|
|
1471
|
+
padding: var(--wpds-dimension-padding-md, 12px) var(--wpds-dimension-padding-2xl, 24px);
|
|
1470
1472
|
}
|
|
1471
1473
|
}
|
|
1472
1474
|
.dataviews-title-field {
|
|
1473
|
-
font-size: 13px;
|
|
1474
|
-
font-weight: 499;
|
|
1475
|
-
color: #
|
|
1475
|
+
font-size: var(--wpds-typography-font-size-md, 13px);
|
|
1476
|
+
font-weight: var(--wpds-typography-font-weight-medium, 499);
|
|
1477
|
+
color: var(--wpds-color-fg-content-neutral, #1e1e1e);
|
|
1476
1478
|
text-overflow: ellipsis;
|
|
1477
1479
|
white-space: nowrap;
|
|
1478
1480
|
width: 100%;
|
|
@@ -1485,11 +1487,11 @@ button.font-library__upload-area {
|
|
|
1485
1487
|
overflow: hidden;
|
|
1486
1488
|
display: block;
|
|
1487
1489
|
flex-grow: 0;
|
|
1488
|
-
color: #
|
|
1490
|
+
color: var(--wpds-color-fg-interactive-neutral, #1e1e1e);
|
|
1489
1491
|
}
|
|
1490
1492
|
|
|
1491
1493
|
.dataviews-title-field a:hover {
|
|
1492
|
-
color: var(--wp-admin-theme-color);
|
|
1494
|
+
color: var(--wpds-color-fg-interactive-brand, var(--wp-admin-theme-color, #3858e9));
|
|
1493
1495
|
}
|
|
1494
1496
|
|
|
1495
1497
|
.dataviews-title-field a:focus {
|
|
@@ -1506,20 +1508,20 @@ button.font-library__upload-area {
|
|
|
1506
1508
|
overflow: hidden;
|
|
1507
1509
|
display: block;
|
|
1508
1510
|
width: 100%;
|
|
1509
|
-
color: #1e1e1e;
|
|
1511
|
+
color: var(--wpds-color-fg-interactive-neutral-active, #1e1e1e);
|
|
1510
1512
|
}
|
|
1511
1513
|
|
|
1512
1514
|
.dataviews-title-field button.components-button.is-link:hover {
|
|
1513
|
-
color: var(--wp-admin-theme-color);
|
|
1515
|
+
color: var(--wpds-color-fg-interactive-brand, var(--wp-admin-theme-color, #3858e9));
|
|
1514
1516
|
}
|
|
1515
1517
|
|
|
1516
1518
|
.dataviews-title-field--clickable {
|
|
1517
1519
|
cursor: var(--wpds-cursor-control, pointer);
|
|
1518
|
-
color: #
|
|
1520
|
+
color: var(--wpds-color-fg-interactive-neutral, #1e1e1e);
|
|
1519
1521
|
}
|
|
1520
1522
|
|
|
1521
1523
|
.dataviews-title-field--clickable:hover {
|
|
1522
|
-
color: var(--wp-admin-theme-color);
|
|
1524
|
+
color: var(--wpds-color-fg-interactive-brand, var(--wp-admin-theme-color, #3858e9));
|
|
1523
1525
|
}
|
|
1524
1526
|
|
|
1525
1527
|
.dataviews-title-field--clickable:focus {
|
|
@@ -1535,13 +1537,22 @@ button.font-library__upload-area {
|
|
|
1535
1537
|
background-color: #fff;
|
|
1536
1538
|
}
|
|
1537
1539
|
|
|
1540
|
+
/**
|
|
1541
|
+
* When DataViews are placed within cards, apply a consistent top padding.
|
|
1542
|
+
*/
|
|
1543
|
+
.components-card__body:has(> .dataviews-wrapper),
|
|
1544
|
+
.components-card__body:has(> .dataviews-picker-wrapper) {
|
|
1545
|
+
padding: var(--wpds-dimension-padding-sm, 8px) 0 0;
|
|
1546
|
+
overflow: hidden;
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1538
1549
|
.dataviews-bulk-actions-footer__item-count {
|
|
1539
|
-
color: #1e1e1e;
|
|
1550
|
+
color: var(--wpds-color-fg-content-neutral, #1e1e1e);
|
|
1540
1551
|
}
|
|
1541
1552
|
|
|
1542
1553
|
.dataviews-bulk-actions-footer__container {
|
|
1543
1554
|
margin-left: auto;
|
|
1544
|
-
min-height:
|
|
1555
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 8);
|
|
1545
1556
|
}
|
|
1546
1557
|
|
|
1547
1558
|
.dataviews-layout__container {
|
|
@@ -1570,15 +1581,15 @@ button.font-library__upload-area {
|
|
|
1570
1581
|
}
|
|
1571
1582
|
|
|
1572
1583
|
.dataviews-filters__summary-popover {
|
|
1573
|
-
font-size: 13px;
|
|
1574
|
-
line-height:
|
|
1584
|
+
font-size: var(--wpds-typography-font-size-md, 13px);
|
|
1585
|
+
line-height: var(--wpds-typography-line-height-sm, 20px);
|
|
1575
1586
|
}
|
|
1576
1587
|
|
|
1577
1588
|
.dataviews-filters__summary-popover .components-popover__content {
|
|
1578
1589
|
width: 100%;
|
|
1579
1590
|
min-width: 230px;
|
|
1580
1591
|
max-width: 250px;
|
|
1581
|
-
border-radius: 4px;
|
|
1592
|
+
border-radius: var(--wpds-border-radius-md, 4px);
|
|
1582
1593
|
}
|
|
1583
1594
|
|
|
1584
1595
|
.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content {
|
|
@@ -1586,11 +1597,11 @@ button.font-library__upload-area {
|
|
|
1586
1597
|
}
|
|
1587
1598
|
|
|
1588
1599
|
.dataviews-filters__summary-operators-container {
|
|
1589
|
-
padding: 8px 16px;
|
|
1600
|
+
padding: var(--wpds-dimension-padding-sm, 8px) var(--wpds-dimension-padding-lg, 16px);
|
|
1590
1601
|
}
|
|
1591
1602
|
|
|
1592
1603
|
.dataviews-filters__summary-operators-container:has(+ .dataviews-filters__search-widget-listbox), .dataviews-filters__summary-operators-container:has(+ .dataviews-filters__search-widget-no-elements), .dataviews-filters__summary-operators-container:has(+ .dataviews-filters__user-input-widget) {
|
|
1593
|
-
border-bottom: 1px solid #
|
|
1604
|
+
border-bottom: 1px solid var(--wpds-color-stroke-surface-neutral, #dbdbdb);
|
|
1594
1605
|
}
|
|
1595
1606
|
|
|
1596
1607
|
.dataviews-filters__summary-operators-container:empty {
|
|
@@ -1598,7 +1609,7 @@ button.font-library__upload-area {
|
|
|
1598
1609
|
}
|
|
1599
1610
|
|
|
1600
1611
|
.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name {
|
|
1601
|
-
color: #
|
|
1612
|
+
color: var(--wpds-color-fg-content-neutral-weak, #707070);
|
|
1602
1613
|
white-space: nowrap;
|
|
1603
1614
|
overflow: hidden;
|
|
1604
1615
|
text-overflow: ellipsis;
|
|
@@ -1618,13 +1629,12 @@ button.font-library__upload-area {
|
|
|
1618
1629
|
}
|
|
1619
1630
|
|
|
1620
1631
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip {
|
|
1621
|
-
border-radius:
|
|
1622
|
-
border: 1px solid
|
|
1632
|
+
border-radius: var(--wpds-border-radius-lg, 8px);
|
|
1633
|
+
border: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-interactive-neutral, #8d8d8d);
|
|
1623
1634
|
cursor: var(--wpds-cursor-control, pointer);
|
|
1624
|
-
padding: 4px 12px;
|
|
1625
|
-
min-height:
|
|
1626
|
-
|
|
1627
|
-
color: #2f2f2f;
|
|
1635
|
+
padding: var(--wpds-dimension-padding-xs, 4px) var(--wpds-dimension-padding-md, 12px);
|
|
1636
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 8);
|
|
1637
|
+
color: var(--wpds-color-fg-interactive-neutral, #1e1e1e);
|
|
1628
1638
|
position: relative;
|
|
1629
1639
|
display: flex;
|
|
1630
1640
|
align-items: center;
|
|
@@ -1636,40 +1646,44 @@ button.font-library__upload-area {
|
|
|
1636
1646
|
}
|
|
1637
1647
|
|
|
1638
1648
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset {
|
|
1639
|
-
padding-inline-end:
|
|
1649
|
+
padding-inline-end: calc(24px + var(--wpds-dimension-padding-xs, 4px));
|
|
1640
1650
|
}
|
|
1641
1651
|
|
|
1642
1652
|
.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] {
|
|
1643
|
-
|
|
1644
|
-
color: #
|
|
1653
|
+
color: var(--wpds-color-fg-interactive-neutral, #1e1e1e);
|
|
1654
|
+
border-color: var(--wpds-color-stroke-interactive-neutral-active, #6e6e6e);
|
|
1655
|
+
background-color: var(--wpds-color-bg-interactive-neutral-weak-active, #ededed);
|
|
1645
1656
|
}
|
|
1646
1657
|
|
|
1647
1658
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values {
|
|
1648
|
-
color: var(--wp-admin-theme-color);
|
|
1649
|
-
background:
|
|
1659
|
+
color: var(--wpds-color-fg-interactive-brand, var(--wp-admin-theme-color, #3858e9));
|
|
1660
|
+
background: var(--wpds-color-bg-interactive-brand-weak, rgba(0, 0, 0, 0));
|
|
1661
|
+
border-color: var(--wpds-color-stroke-interactive-brand, var(--wp-admin-theme-color, #3858e9));
|
|
1650
1662
|
}
|
|
1651
1663
|
|
|
1652
|
-
.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] {
|
|
1653
|
-
|
|
1664
|
+
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover:not(.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values.is-not-clickable), .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true] {
|
|
1665
|
+
color: var(--wpds-color-fg-interactive-brand-active, var(--wp-admin-theme-color, #3858e9));
|
|
1666
|
+
background: var(--wpds-color-bg-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white));
|
|
1667
|
+
border-color: var(--wpds-color-stroke-interactive-brand-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 85%, black));
|
|
1654
1668
|
}
|
|
1655
1669
|
|
|
1656
1670
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible {
|
|
1657
1671
|
outline: none;
|
|
1658
|
-
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
1672
|
+
box-shadow: 0 0 0 var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) var(--wpds-color-stroke-focus-brand, var(--wp-admin-theme-color, #3858e9));
|
|
1659
1673
|
}
|
|
1660
1674
|
|
|
1661
1675
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name {
|
|
1662
|
-
font-weight: 499;
|
|
1676
|
+
font-weight: var(--wpds-typography-font-weight-medium, 499);
|
|
1663
1677
|
}
|
|
1664
1678
|
|
|
1665
1679
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove {
|
|
1666
1680
|
width: 24px;
|
|
1667
1681
|
height: 24px;
|
|
1668
|
-
border-radius:
|
|
1682
|
+
border-radius: var(--wpds-border-radius-md, 4px);
|
|
1669
1683
|
border: 0;
|
|
1670
1684
|
padding: 0;
|
|
1671
1685
|
position: absolute;
|
|
1672
|
-
left: 4px;
|
|
1686
|
+
left: var(--wpds-dimension-padding-xs, 4px);
|
|
1673
1687
|
top: 50%;
|
|
1674
1688
|
transform: translateY(-50%);
|
|
1675
1689
|
display: flex;
|
|
@@ -1680,35 +1694,35 @@ button.font-library__upload-area {
|
|
|
1680
1694
|
}
|
|
1681
1695
|
|
|
1682
1696
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg {
|
|
1683
|
-
fill: #
|
|
1697
|
+
fill: var(--wpds-color-fg-interactive-neutral, #1e1e1e);
|
|
1684
1698
|
}
|
|
1685
1699
|
|
|
1686
1700
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus {
|
|
1687
|
-
background: #
|
|
1701
|
+
background: var(--wpds-color-bg-interactive-neutral-weak-active, #ededed);
|
|
1688
1702
|
}
|
|
1689
1703
|
|
|
1690
1704
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg {
|
|
1691
|
-
fill: #1e1e1e;
|
|
1705
|
+
fill: var(--wpds-color-fg-interactive-neutral-active, #1e1e1e);
|
|
1692
1706
|
}
|
|
1693
1707
|
|
|
1694
1708
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg {
|
|
1695
|
-
fill: var(--wp-admin-theme-color);
|
|
1709
|
+
fill: var(--wpds-color-fg-interactive-brand, var(--wp-admin-theme-color, #3858e9));
|
|
1696
1710
|
}
|
|
1697
1711
|
|
|
1698
1712
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover {
|
|
1699
|
-
background:
|
|
1713
|
+
background: var(--wpds-color-bg-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white));
|
|
1700
1714
|
}
|
|
1701
1715
|
|
|
1702
1716
|
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible {
|
|
1703
1717
|
outline: none;
|
|
1704
|
-
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
1718
|
+
box-shadow: 0 0 0 var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) var(--wpds-color-stroke-focus-brand, var(--wp-admin-theme-color, #3858e9));
|
|
1705
1719
|
}
|
|
1706
1720
|
|
|
1707
1721
|
.dataviews-filters__search-widget-filter-combobox-list {
|
|
1708
|
-
max-height:
|
|
1709
|
-
padding: 4px;
|
|
1722
|
+
max-height: calc(var(--wpds-dimension-base, 4px) * 46);
|
|
1723
|
+
padding: var(--wpds-dimension-padding-xs, 4px);
|
|
1710
1724
|
overflow: auto;
|
|
1711
|
-
border-top: 1px solid #
|
|
1725
|
+
border-top: 1px solid var(--wpds-color-stroke-surface-neutral, #dbdbdb);
|
|
1712
1726
|
}
|
|
1713
1727
|
|
|
1714
1728
|
.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value] {
|
|
@@ -1716,19 +1730,19 @@ button.font-library__upload-area {
|
|
|
1716
1730
|
}
|
|
1717
1731
|
|
|
1718
1732
|
.dataviews-filters__search-widget-listbox {
|
|
1719
|
-
padding: 4px;
|
|
1733
|
+
padding: var(--wpds-dimension-padding-xs, 4px);
|
|
1720
1734
|
overflow: auto;
|
|
1721
1735
|
}
|
|
1722
1736
|
|
|
1723
1737
|
.dataviews-filters__search-widget-listitem {
|
|
1724
1738
|
display: flex;
|
|
1725
1739
|
align-items: center;
|
|
1726
|
-
gap:
|
|
1727
|
-
border-radius: 2px;
|
|
1740
|
+
gap: var(--wpds-dimension-gap-md, 12px);
|
|
1741
|
+
border-radius: var(--wpds-border-radius-sm, 2px);
|
|
1728
1742
|
box-sizing: border-box;
|
|
1729
|
-
padding: 4px 12px;
|
|
1743
|
+
padding: var(--wpds-dimension-padding-xs, 4px) var(--wpds-dimension-padding-md, 12px);
|
|
1730
1744
|
cursor: default;
|
|
1731
|
-
min-height:
|
|
1745
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 8);
|
|
1732
1746
|
font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
1733
1747
|
font-weight: 400;
|
|
1734
1748
|
font-size: 13px;
|
|
@@ -1740,31 +1754,27 @@ button.font-library__upload-area {
|
|
|
1740
1754
|
}
|
|
1741
1755
|
|
|
1742
1756
|
.dataviews-filters__search-widget-listitem:hover, .dataviews-filters__search-widget-listitem[data-active-item], .dataviews-filters__search-widget-listitem:focus {
|
|
1743
|
-
background-color: var(--wp-admin-theme-color);
|
|
1744
|
-
color: #fff;
|
|
1745
|
-
}
|
|
1746
|
-
|
|
1747
|
-
.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 {
|
|
1748
|
-
color: #fff;
|
|
1757
|
+
background-color: var(--wpds-color-bg-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white));
|
|
1749
1758
|
}
|
|
1750
1759
|
|
|
1751
1760
|
.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 {
|
|
1752
|
-
border-color: var(--wp-admin-theme-color
|
|
1753
|
-
background: #fff;
|
|
1761
|
+
border-color: var(--wpds-color-stroke-interactive-brand-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 85%, black));
|
|
1762
|
+
background: var(--wpds-color-bg-surface-neutral-strong, #fff);
|
|
1754
1763
|
}
|
|
1755
1764
|
|
|
1756
1765
|
.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 {
|
|
1757
|
-
border-color: var(--wp-admin-theme-color
|
|
1758
|
-
background: var(--wp-admin-theme-color
|
|
1766
|
+
border-color: var(--wpds-color-stroke-interactive-brand-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 85%, black));
|
|
1767
|
+
background: var(--wpds-color-bg-interactive-brand-strong-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 93%, black));
|
|
1759
1768
|
}
|
|
1760
1769
|
|
|
1761
1770
|
.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 {
|
|
1762
|
-
border-color: var(--wp-admin-theme-color
|
|
1771
|
+
border-color: var(--wpds-color-stroke-interactive-brand-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 85%, black));
|
|
1772
|
+
background: var(--wpds-color-bg-surface-neutral-strong, #fff);
|
|
1763
1773
|
}
|
|
1764
1774
|
|
|
1765
1775
|
.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 {
|
|
1766
|
-
border-color: var(--wp-admin-theme-color
|
|
1767
|
-
background: var(--wp-admin-theme-color
|
|
1776
|
+
border-color: var(--wpds-color-stroke-interactive-brand-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 85%, black));
|
|
1777
|
+
background: var(--wpds-color-bg-interactive-brand-strong-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 93%, black));
|
|
1768
1778
|
}
|
|
1769
1779
|
|
|
1770
1780
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-value {
|
|
@@ -1778,9 +1788,9 @@ button.font-library__upload-area {
|
|
|
1778
1788
|
display: block;
|
|
1779
1789
|
overflow: hidden;
|
|
1780
1790
|
text-overflow: ellipsis;
|
|
1781
|
-
font-size: 12px;
|
|
1791
|
+
font-size: var(--wpds-typography-font-size-sm, 12px);
|
|
1782
1792
|
line-height: 16px;
|
|
1783
|
-
color: #
|
|
1793
|
+
color: var(--wpds-color-fg-content-neutral-weak, #707070);
|
|
1784
1794
|
}
|
|
1785
1795
|
|
|
1786
1796
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection {
|
|
@@ -1843,8 +1853,8 @@ button.font-library__upload-area {
|
|
|
1843
1853
|
}
|
|
1844
1854
|
|
|
1845
1855
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected {
|
|
1846
|
-
background: var(--wp-admin-theme-color, #3858e9);
|
|
1847
|
-
border-color: var(--wp-admin-theme-color, #3858e9);
|
|
1856
|
+
background: var(--wpds-color-bg-interactive-brand-strong, var(--wp-admin-theme-color, #3858e9));
|
|
1857
|
+
border-color: var(--wpds-color-stroke-interactive-brand, var(--wp-admin-theme-color, #3858e9));
|
|
1848
1858
|
}
|
|
1849
1859
|
|
|
1850
1860
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected::before {
|
|
@@ -1858,8 +1868,8 @@ button.font-library__upload-area {
|
|
|
1858
1868
|
right: 50%;
|
|
1859
1869
|
transform: translate(50%, -50%);
|
|
1860
1870
|
margin: 0;
|
|
1861
|
-
background-color: #fff;
|
|
1862
|
-
border: 4px solid #fff;
|
|
1871
|
+
background-color: var(--wpds-color-fg-interactive-brand-strong, #fff);
|
|
1872
|
+
border: 4px solid var(--wpds-color-fg-interactive-brand-strong, #fff);
|
|
1863
1873
|
}
|
|
1864
1874
|
|
|
1865
1875
|
@media (min-width: 600px) {
|
|
@@ -1961,8 +1971,8 @@ button.font-library__upload-area {
|
|
|
1961
1971
|
|
|
1962
1972
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection {
|
|
1963
1973
|
position: relative;
|
|
1964
|
-
background:
|
|
1965
|
-
color: #1e1e1e;
|
|
1974
|
+
background: var(--wpds-color-bg-interactive-neutral-weak, rgba(0, 0, 0, 0));
|
|
1975
|
+
color: var(--wpds-color-fg-content-neutral, #1e1e1e);
|
|
1966
1976
|
margin: 0;
|
|
1967
1977
|
padding: 0;
|
|
1968
1978
|
width: var(--checkbox-size);
|
|
@@ -1980,13 +1990,13 @@ button.font-library__upload-area {
|
|
|
1980
1990
|
}
|
|
1981
1991
|
}
|
|
1982
1992
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected {
|
|
1983
|
-
background: var(--wp-admin-theme-color, #3858e9);
|
|
1984
|
-
border-color: var(--wp-admin-theme-color, #3858e9);
|
|
1993
|
+
background: var(--wpds-color-bg-interactive-brand-strong, var(--wp-admin-theme-color, #3858e9));
|
|
1994
|
+
border-color: var(--wpds-color-stroke-interactive-brand, var(--wp-admin-theme-color, #3858e9));
|
|
1985
1995
|
}
|
|
1986
1996
|
|
|
1987
1997
|
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg {
|
|
1988
1998
|
--checkmark-size: var(--checkbox-size);
|
|
1989
|
-
fill: #
|
|
1999
|
+
fill: var(--wpds-color-fg-interactive-neutral-strong, #f0f0f0);
|
|
1990
2000
|
position: absolute;
|
|
1991
2001
|
right: 50%;
|
|
1992
2002
|
top: 50%;
|
|
@@ -2002,7 +2012,7 @@ button.font-library__upload-area {
|
|
|
2002
2012
|
}
|
|
2003
2013
|
.dataviews-filters__search-widget-filter-combobox__wrapper {
|
|
2004
2014
|
position: relative;
|
|
2005
|
-
padding: 8px;
|
|
2015
|
+
padding: var(--wpds-dimension-padding-sm, 8px);
|
|
2006
2016
|
}
|
|
2007
2017
|
|
|
2008
2018
|
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
|
|
@@ -2041,9 +2051,9 @@ button.font-library__upload-area {
|
|
|
2041
2051
|
|
|
2042
2052
|
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
|
|
2043
2053
|
display: block;
|
|
2044
|
-
padding: 0
|
|
2054
|
+
padding: 0 calc(var(--wpds-dimension-base, 4px) * 8) 0 var(--wpds-dimension-padding-sm, 8px);
|
|
2045
2055
|
width: 100%;
|
|
2046
|
-
height:
|
|
2056
|
+
height: calc(var(--wpds-dimension-base, 4px) * 8);
|
|
2047
2057
|
margin-right: 0;
|
|
2048
2058
|
margin-left: 0;
|
|
2049
2059
|
/* Fonts smaller than 16px causes mobile safari to zoom. */
|
|
@@ -2052,16 +2062,16 @@ button.font-library__upload-area {
|
|
|
2052
2062
|
|
|
2053
2063
|
@media (min-width: 600px) {
|
|
2054
2064
|
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
|
|
2055
|
-
font-size: 13px;
|
|
2065
|
+
font-size: var(--wpds-typography-font-size-md, 13px);
|
|
2056
2066
|
}
|
|
2057
2067
|
}
|
|
2058
2068
|
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus {
|
|
2059
|
-
background: #fff;
|
|
2060
|
-
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
2069
|
+
background: var(--wpds-color-bg-surface-neutral-strong, #fff);
|
|
2070
|
+
box-shadow: inset 0 0 0 var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) var(--wpds-color-stroke-focus-brand, var(--wp-admin-theme-color, #3858e9));
|
|
2061
2071
|
}
|
|
2062
2072
|
|
|
2063
2073
|
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder {
|
|
2064
|
-
color: #
|
|
2074
|
+
color: var(--wpds-color-fg-content-neutral-weak, #707070);
|
|
2065
2075
|
}
|
|
2066
2076
|
|
|
2067
2077
|
.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 {
|
|
@@ -2070,7 +2080,7 @@ button.font-library__upload-area {
|
|
|
2070
2080
|
|
|
2071
2081
|
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon {
|
|
2072
2082
|
position: absolute;
|
|
2073
|
-
inset-inline-start: 12px;
|
|
2083
|
+
inset-inline-start: var(--wpds-dimension-gap-md, 12px);
|
|
2074
2084
|
top: 0;
|
|
2075
2085
|
bottom: 0;
|
|
2076
2086
|
display: flex;
|
|
@@ -2093,16 +2103,16 @@ button.font-library__upload-area {
|
|
|
2093
2103
|
top: 0;
|
|
2094
2104
|
left: 0;
|
|
2095
2105
|
transform: translate(-50%, -50%);
|
|
2096
|
-
background: var(--wp-admin-theme-color, #3858e9);
|
|
2097
|
-
height:
|
|
2098
|
-
min-width:
|
|
2099
|
-
line-height: 16px;
|
|
2100
|
-
padding: 0 4px;
|
|
2106
|
+
background: var(--wpds-color-bg-interactive-brand-strong, var(--wp-admin-theme-color, #3858e9));
|
|
2107
|
+
height: calc(var(--wpds-dimension-base, 4px) * 4);
|
|
2108
|
+
min-width: calc(var(--wpds-dimension-base, 4px) * 4);
|
|
2109
|
+
line-height: var(--wpds-typography-line-height-xs, 16px);
|
|
2110
|
+
padding: 0 var(--wpds-dimension-padding-xs, 4px);
|
|
2101
2111
|
text-align: center;
|
|
2102
|
-
border-radius: 8px;
|
|
2112
|
+
border-radius: var(--wpds-border-radius-lg, 8px);
|
|
2103
2113
|
font-size: 11px;
|
|
2104
|
-
outline: var(--wp-admin-border-width-focus) solid #fff;
|
|
2105
|
-
color: #
|
|
2114
|
+
outline: var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) solid var(--wpds-color-bg-surface-neutral-strong, #fff);
|
|
2115
|
+
color: var(--wpds-color-fg-interactive-neutral-strong, #f0f0f0);
|
|
2106
2116
|
box-sizing: border-box;
|
|
2107
2117
|
}
|
|
2108
2118
|
|
|
@@ -2111,18 +2121,18 @@ button.font-library__upload-area {
|
|
|
2111
2121
|
}
|
|
2112
2122
|
|
|
2113
2123
|
.dataviews-filters__user-input-widget {
|
|
2114
|
-
padding: 16px;
|
|
2124
|
+
padding: var(--wpds-dimension-padding-lg, 16px);
|
|
2115
2125
|
}
|
|
2116
2126
|
|
|
2117
2127
|
.dataviews-filters__user-input-widget .components-input-control__prefix {
|
|
2118
|
-
padding-right: 8px;
|
|
2128
|
+
padding-right: var(--wpds-dimension-padding-sm, 8px);
|
|
2119
2129
|
}
|
|
2120
2130
|
|
|
2121
2131
|
.dataviews-filters__search-widget-no-elements {
|
|
2122
2132
|
display: flex;
|
|
2123
2133
|
align-items: center;
|
|
2124
2134
|
justify-content: center;
|
|
2125
|
-
padding: 16px;
|
|
2135
|
+
padding: var(--wpds-dimension-padding-lg, 16px);
|
|
2126
2136
|
}
|
|
2127
2137
|
|
|
2128
2138
|
.dataviews-footer {
|
|
@@ -2130,8 +2140,8 @@ button.font-library__upload-area {
|
|
|
2130
2140
|
bottom: 0;
|
|
2131
2141
|
right: 0;
|
|
2132
2142
|
background-color: inherit;
|
|
2133
|
-
padding: 12px 24px;
|
|
2134
|
-
border-top: 1px solid #
|
|
2143
|
+
padding: var(--wpds-dimension-padding-md, 12px) var(--wpds-dimension-padding-2xl, 24px);
|
|
2144
|
+
border-top: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-surface-neutral-weak, #e4e4e4);
|
|
2135
2145
|
flex-shrink: 0;
|
|
2136
2146
|
}
|
|
2137
2147
|
|
|
@@ -2141,7 +2151,7 @@ button.font-library__upload-area {
|
|
|
2141
2151
|
}
|
|
2142
2152
|
}
|
|
2143
2153
|
.dataviews-footer {
|
|
2144
|
-
z-index:
|
|
2154
|
+
z-index: 1;
|
|
2145
2155
|
}
|
|
2146
2156
|
|
|
2147
2157
|
.dataviews-footer .is-refreshing {
|
|
@@ -2172,14 +2182,14 @@ button.font-library__upload-area {
|
|
|
2172
2182
|
}
|
|
2173
2183
|
.dataviews-pagination__page-select {
|
|
2174
2184
|
font-size: 11px;
|
|
2175
|
-
font-weight: 499;
|
|
2185
|
+
font-weight: var(--wpds-typography-font-weight-medium, 499);
|
|
2176
2186
|
text-transform: uppercase;
|
|
2177
2187
|
}
|
|
2178
2188
|
|
|
2179
2189
|
@media (min-width: 600px) {
|
|
2180
2190
|
.dataviews-pagination__page-select .components-select-control__input {
|
|
2181
2191
|
font-size: 11px !important;
|
|
2182
|
-
font-weight: 499;
|
|
2192
|
+
font-weight: var(--wpds-typography-font-weight-medium, 499);
|
|
2183
2193
|
}
|
|
2184
2194
|
}
|
|
2185
2195
|
.dataviews-action-modal {
|
|
@@ -2187,7 +2197,7 @@ button.font-library__upload-area {
|
|
|
2187
2197
|
}
|
|
2188
2198
|
|
|
2189
2199
|
.dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
|
|
2190
|
-
padding: 0 4px;
|
|
2200
|
+
padding: 0 var(--wpds-dimension-padding-xs, 4px);
|
|
2191
2201
|
}
|
|
2192
2202
|
|
|
2193
2203
|
.dataviews-selection-checkbox {
|
|
@@ -2212,8 +2222,8 @@ button.font-library__upload-area {
|
|
|
2212
2222
|
width: 320px;
|
|
2213
2223
|
/* stylelint-disable-next-line property-no-unknown -- the linter needs to be updated to accepted the container-type property */
|
|
2214
2224
|
container-type: inline-size;
|
|
2215
|
-
font-size: 13px;
|
|
2216
|
-
line-height:
|
|
2225
|
+
font-size: var(--wpds-typography-font-size-md, 13px);
|
|
2226
|
+
line-height: var(--wpds-typography-line-height-sm, 20px);
|
|
2217
2227
|
}
|
|
2218
2228
|
|
|
2219
2229
|
.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper {
|
|
@@ -2230,7 +2240,7 @@ button.font-library__upload-area {
|
|
|
2230
2240
|
}
|
|
2231
2241
|
|
|
2232
2242
|
.dataviews-settings-section__title.dataviews-settings-section__title {
|
|
2233
|
-
line-height: 24px;
|
|
2243
|
+
line-height: var(--wpds-typography-line-height-md, 24px);
|
|
2234
2244
|
font-size: 15px;
|
|
2235
2245
|
}
|
|
2236
2246
|
|
|
@@ -2281,11 +2291,11 @@ button.font-library__upload-area {
|
|
|
2281
2291
|
|
|
2282
2292
|
.dataviews-view-config__modified-indicator {
|
|
2283
2293
|
position: absolute;
|
|
2284
|
-
top: 4px;
|
|
2285
|
-
left: 4px;
|
|
2286
|
-
width: 4px;
|
|
2287
|
-
height: 4px;
|
|
2288
|
-
background: var(--wp-admin-theme-color, #3858e9);
|
|
2294
|
+
top: var(--wpds-dimension-gap-xs, 4px);
|
|
2295
|
+
left: var(--wpds-dimension-gap-xs, 4px);
|
|
2296
|
+
width: var(--wpds-dimension-gap-xs, 4px);
|
|
2297
|
+
height: var(--wpds-dimension-gap-xs, 4px);
|
|
2298
|
+
background: var(--wpds-color-bg-interactive-brand-strong, var(--wp-admin-theme-color, #3858e9));
|
|
2289
2299
|
border-radius: 50%;
|
|
2290
2300
|
pointer-events: none;
|
|
2291
2301
|
}
|
|
@@ -2293,10 +2303,10 @@ button.font-library__upload-area {
|
|
|
2293
2303
|
.dataviews-view-grid-items {
|
|
2294
2304
|
margin-bottom: auto;
|
|
2295
2305
|
display: grid;
|
|
2296
|
-
gap: 24px;
|
|
2306
|
+
gap: var(--wpds-dimension-gap-xl, 24px);
|
|
2297
2307
|
grid-template-rows: max-content;
|
|
2298
2308
|
grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
|
|
2299
|
-
padding: 0 24px 24px;
|
|
2309
|
+
padding: 0 var(--wpds-dimension-padding-2xl, 24px) var(--wpds-dimension-padding-2xl, 24px);
|
|
2300
2310
|
container-type: inline-size;
|
|
2301
2311
|
}
|
|
2302
2312
|
|
|
@@ -2306,18 +2316,18 @@ button.font-library__upload-area {
|
|
|
2306
2316
|
}
|
|
2307
2317
|
}
|
|
2308
2318
|
.dataviews-view-grid-items.has-compact-density {
|
|
2309
|
-
gap: 16px;
|
|
2319
|
+
gap: var(--wpds-dimension-gap-lg, 16px);
|
|
2310
2320
|
}
|
|
2311
2321
|
|
|
2312
2322
|
.dataviews-view-grid-items.has-comfortable-density {
|
|
2313
|
-
gap: 32px;
|
|
2323
|
+
gap: var(--wpds-dimension-gap-2xl, 32px);
|
|
2314
2324
|
}
|
|
2315
2325
|
|
|
2316
2326
|
.dataviews-view-grid {
|
|
2317
|
-
padding: 0 24px 24px;
|
|
2327
|
+
padding: 0 var(--wpds-dimension-padding-2xl, 24px) var(--wpds-dimension-padding-2xl, 24px);
|
|
2318
2328
|
display: flex;
|
|
2319
2329
|
flex-direction: column;
|
|
2320
|
-
gap: 24px;
|
|
2330
|
+
gap: var(--wpds-dimension-gap-xl, 24px);
|
|
2321
2331
|
container-type: inline-size;
|
|
2322
2332
|
margin-bottom: auto;
|
|
2323
2333
|
}
|
|
@@ -2328,28 +2338,28 @@ button.font-library__upload-area {
|
|
|
2328
2338
|
}
|
|
2329
2339
|
}
|
|
2330
2340
|
.dataviews-view-grid.has-compact-density {
|
|
2331
|
-
gap: 16px;
|
|
2341
|
+
gap: var(--wpds-dimension-gap-lg, 16px);
|
|
2332
2342
|
}
|
|
2333
2343
|
|
|
2334
2344
|
.dataviews-view-grid.has-compact-density .dataviews-view-grid__row {
|
|
2335
|
-
gap: 16px;
|
|
2345
|
+
gap: var(--wpds-dimension-gap-lg, 16px);
|
|
2336
2346
|
}
|
|
2337
2347
|
|
|
2338
2348
|
.dataviews-view-grid.has-comfortable-density {
|
|
2339
|
-
gap: 32px;
|
|
2349
|
+
gap: var(--wpds-dimension-gap-2xl, 32px);
|
|
2340
2350
|
}
|
|
2341
2351
|
|
|
2342
2352
|
.dataviews-view-grid.has-comfortable-density .dataviews-view-grid__row {
|
|
2343
|
-
gap: 32px;
|
|
2353
|
+
gap: var(--wpds-dimension-gap-2xl, 32px);
|
|
2344
2354
|
}
|
|
2345
2355
|
|
|
2346
2356
|
.dataviews-view-grid .dataviews-view-grid__row {
|
|
2347
2357
|
display: grid;
|
|
2348
|
-
gap: 24px;
|
|
2358
|
+
gap: var(--wpds-dimension-gap-xl, 24px);
|
|
2349
2359
|
}
|
|
2350
2360
|
|
|
2351
2361
|
.dataviews-view-grid .dataviews-view-grid__row .dataviews-view-grid__row__gridcell {
|
|
2352
|
-
border-radius: 4px;
|
|
2362
|
+
border-radius: var(--wpds-border-radius-md, 4px);
|
|
2353
2363
|
position: relative;
|
|
2354
2364
|
}
|
|
2355
2365
|
|
|
@@ -2360,8 +2370,8 @@ button.font-library__upload-area {
|
|
|
2360
2370
|
right: 0;
|
|
2361
2371
|
width: 100%;
|
|
2362
2372
|
height: 100%;
|
|
2363
|
-
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
2364
|
-
border-radius: 4px;
|
|
2373
|
+
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wpds-color-stroke-focus-brand, var(--wp-admin-theme-color, #3858e9));
|
|
2374
|
+
border-radius: var(--wpds-border-radius-md, 4px);
|
|
2365
2375
|
pointer-events: none;
|
|
2366
2376
|
outline: 2px solid transparent;
|
|
2367
2377
|
}
|
|
@@ -2371,16 +2381,17 @@ button.font-library__upload-area {
|
|
|
2371
2381
|
height: 100%;
|
|
2372
2382
|
justify-content: flex-start;
|
|
2373
2383
|
position: relative;
|
|
2384
|
+
isolation: isolate;
|
|
2374
2385
|
}
|
|
2375
2386
|
|
|
2376
|
-
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title,
|
|
2377
|
-
.dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__title {
|
|
2378
|
-
padding: 8px 0 4px;
|
|
2387
|
+
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions,
|
|
2388
|
+
.dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__title-actions {
|
|
2389
|
+
padding: var(--wpds-dimension-padding-sm, 8px) 0 var(--wpds-dimension-padding-xs, 4px);
|
|
2379
2390
|
}
|
|
2380
2391
|
|
|
2381
2392
|
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field,
|
|
2382
2393
|
.dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__title-field {
|
|
2383
|
-
min-height:
|
|
2394
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 6);
|
|
2384
2395
|
overflow: hidden;
|
|
2385
2396
|
align-content: center;
|
|
2386
2397
|
text-align: start;
|
|
@@ -2393,32 +2404,25 @@ button.font-library__upload-area {
|
|
|
2393
2404
|
|
|
2394
2405
|
.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value,
|
|
2395
2406
|
.dataviews-view-grid-infinite-scroll .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value {
|
|
2396
|
-
color: #1e1e1e;
|
|
2397
|
-
}
|
|
2398
|
-
|
|
2399
|
-
.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media::after,
|
|
2400
|
-
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus::after,
|
|
2401
|
-
.dataviews-view-grid-infinite-scroll .dataviews-view-grid__card.is-selected .dataviews-view-grid__media::after,
|
|
2402
|
-
.dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__media:focus::after {
|
|
2403
|
-
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
|
|
2407
|
+
color: var(--wpds-color-fg-content-neutral, #1e1e1e);
|
|
2404
2408
|
}
|
|
2405
2409
|
|
|
2406
2410
|
.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media::after,
|
|
2407
2411
|
.dataviews-view-grid-infinite-scroll .dataviews-view-grid__card.is-selected .dataviews-view-grid__media::after {
|
|
2408
|
-
box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color);
|
|
2412
|
+
box-shadow: inset 0 0 0 var(--wpds-border-width-xs, 1px) var(--wpds-color-stroke-interactive-brand, var(--wp-admin-theme-color, #3858e9)), inset 0 0 0 var(--wpds-border-width-sm, 2px) var(--wpds-color-bg-surface-neutral-strong, #fff);
|
|
2409
2413
|
}
|
|
2410
2414
|
|
|
2411
2415
|
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus::after,
|
|
2412
2416
|
.dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__media:focus::after {
|
|
2413
|
-
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
2417
|
+
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wpds-color-stroke-focus-brand, var(--wp-admin-theme-color, #3858e9));
|
|
2414
2418
|
}
|
|
2415
2419
|
|
|
2416
2420
|
.dataviews-view-grid .dataviews-view-grid__media,
|
|
2417
2421
|
.dataviews-view-grid-infinite-scroll .dataviews-view-grid__media {
|
|
2418
2422
|
width: 100%;
|
|
2419
2423
|
aspect-ratio: 1/1;
|
|
2420
|
-
background-color: #fff;
|
|
2421
|
-
border-radius: 4px;
|
|
2424
|
+
background-color: var(--wpds-color-bg-surface-neutral-strong, #fff);
|
|
2425
|
+
border-radius: var(--wpds-border-radius-md, 4px);
|
|
2422
2426
|
overflow: hidden;
|
|
2423
2427
|
position: relative;
|
|
2424
2428
|
}
|
|
@@ -2443,8 +2447,8 @@ button.font-library__upload-area {
|
|
|
2443
2447
|
right: 0;
|
|
2444
2448
|
width: 100%;
|
|
2445
2449
|
height: 100%;
|
|
2446
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
2447
|
-
border-radius: 4px;
|
|
2450
|
+
box-shadow: inset 0 0 0 var(--wpds-border-width-xs, 1px) rgba(0, 0, 0, 0.1);
|
|
2451
|
+
border-radius: var(--wpds-border-radius-md, 4px);
|
|
2448
2452
|
pointer-events: none;
|
|
2449
2453
|
}
|
|
2450
2454
|
|
|
@@ -2453,9 +2457,9 @@ button.font-library__upload-area {
|
|
|
2453
2457
|
width: 100%;
|
|
2454
2458
|
height: 100%;
|
|
2455
2459
|
display: block;
|
|
2456
|
-
border-radius: 4px;
|
|
2460
|
+
border-radius: var(--wpds-border-radius-md, 4px);
|
|
2457
2461
|
box-shadow: none;
|
|
2458
|
-
background: #
|
|
2462
|
+
background: var(--wpds-color-bg-surface-neutral, #fcfcfc);
|
|
2459
2463
|
}
|
|
2460
2464
|
|
|
2461
2465
|
.dataviews-view-grid .dataviews-view-grid__fields,
|
|
@@ -2467,26 +2471,26 @@ button.font-library__upload-area {
|
|
|
2467
2471
|
|
|
2468
2472
|
.dataviews-view-grid .dataviews-view-grid__fields:not(:empty),
|
|
2469
2473
|
.dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields:not(:empty) {
|
|
2470
|
-
padding: 0 0 12px;
|
|
2474
|
+
padding: 0 0 var(--wpds-dimension-padding-md, 12px);
|
|
2471
2475
|
}
|
|
2472
2476
|
|
|
2473
2477
|
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty),
|
|
2474
2478
|
.dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty) {
|
|
2475
|
-
min-height:
|
|
2476
|
-
line-height: 20px;
|
|
2477
|
-
padding-top:
|
|
2479
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 6);
|
|
2480
|
+
line-height: var(--wpds-typography-line-height-sm, 20px);
|
|
2481
|
+
padding-top: calc(var(--wpds-dimension-base, 4px) / 2);
|
|
2478
2482
|
}
|
|
2479
2483
|
|
|
2480
2484
|
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field,
|
|
2481
2485
|
.dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field {
|
|
2482
|
-
min-height:
|
|
2486
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 6);
|
|
2483
2487
|
align-items: center;
|
|
2484
2488
|
}
|
|
2485
2489
|
|
|
2486
2490
|
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name,
|
|
2487
2491
|
.dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name {
|
|
2488
2492
|
width: 35%;
|
|
2489
|
-
color: #
|
|
2493
|
+
color: var(--wpds-color-fg-content-neutral-weak, #707070);
|
|
2490
2494
|
overflow: hidden;
|
|
2491
2495
|
text-overflow: ellipsis;
|
|
2492
2496
|
white-space: nowrap;
|
|
@@ -2507,7 +2511,7 @@ button.font-library__upload-area {
|
|
|
2507
2511
|
|
|
2508
2512
|
.dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty),
|
|
2509
2513
|
.dataviews-view-grid-infinite-scroll .dataviews-view-grid__badge-fields:not(:empty) {
|
|
2510
|
-
padding-bottom: 12px;
|
|
2514
|
+
padding-bottom: var(--wpds-dimension-padding-md, 12px);
|
|
2511
2515
|
}
|
|
2512
2516
|
|
|
2513
2517
|
.dataviews-view-grid.is-refreshing,
|
|
@@ -2531,7 +2535,7 @@ button.font-library__upload-area {
|
|
|
2531
2535
|
.dataviews-view-grid__card .dataviews-selection-checkbox {
|
|
2532
2536
|
position: absolute;
|
|
2533
2537
|
top: -9999em;
|
|
2534
|
-
right: 8px;
|
|
2538
|
+
right: var(--wpds-dimension-padding-sm, 8px);
|
|
2535
2539
|
z-index: 1;
|
|
2536
2540
|
opacity: 0;
|
|
2537
2541
|
}
|
|
@@ -2544,26 +2548,26 @@ button.font-library__upload-area {
|
|
|
2544
2548
|
@media (hover: none) {
|
|
2545
2549
|
.dataviews-view-grid__card .dataviews-selection-checkbox {
|
|
2546
2550
|
opacity: 1;
|
|
2547
|
-
top: 8px;
|
|
2551
|
+
top: var(--wpds-dimension-padding-sm, 8px);
|
|
2548
2552
|
}
|
|
2549
2553
|
}
|
|
2550
2554
|
.dataviews-view-grid__card:hover .dataviews-selection-checkbox,
|
|
2551
2555
|
.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,
|
|
2552
2556
|
.dataviews-view-grid__card.is-selected .dataviews-selection-checkbox {
|
|
2553
2557
|
opacity: 1;
|
|
2554
|
-
top: 8px;
|
|
2558
|
+
top: var(--wpds-dimension-padding-sm, 8px);
|
|
2555
2559
|
}
|
|
2556
2560
|
|
|
2557
2561
|
.dataviews-view-grid__card .dataviews-view-grid__media-actions {
|
|
2558
2562
|
position: absolute;
|
|
2559
2563
|
z-index: 1;
|
|
2560
|
-
top: 4px;
|
|
2564
|
+
top: var(--wpds-dimension-padding-xs, 4px);
|
|
2561
2565
|
opacity: 0;
|
|
2562
|
-
left: 4px;
|
|
2566
|
+
left: var(--wpds-dimension-padding-xs, 4px);
|
|
2563
2567
|
}
|
|
2564
2568
|
|
|
2565
2569
|
.dataviews-view-grid__card .dataviews-view-grid__media-actions .dataviews-all-actions-button {
|
|
2566
|
-
background-color: #fff;
|
|
2570
|
+
background-color: var(--wpds-color-bg-surface-neutral-strong, #fff);
|
|
2567
2571
|
}
|
|
2568
2572
|
|
|
2569
2573
|
@media not (prefers-reduced-motion) {
|
|
@@ -2574,7 +2578,7 @@ button.font-library__upload-area {
|
|
|
2574
2578
|
@media (hover: none) {
|
|
2575
2579
|
.dataviews-view-grid__card .dataviews-view-grid__media-actions {
|
|
2576
2580
|
opacity: 1;
|
|
2577
|
-
top: 4px;
|
|
2581
|
+
top: var(--wpds-dimension-padding-xs, 4px);
|
|
2578
2582
|
}
|
|
2579
2583
|
}
|
|
2580
2584
|
.dataviews-view-grid__card:hover .dataviews-view-grid__media-actions,
|
|
@@ -2588,11 +2592,11 @@ button.font-library__upload-area {
|
|
|
2588
2592
|
}
|
|
2589
2593
|
|
|
2590
2594
|
.dataviews-view-grid__group-header {
|
|
2591
|
-
font-size: 15px;
|
|
2592
|
-
font-weight: 499;
|
|
2593
|
-
color: #1e1e1e;
|
|
2594
|
-
margin: 0 0 8px 0;
|
|
2595
|
-
padding: 0 24px;
|
|
2595
|
+
font-size: var(--wpds-typography-font-size-lg, 15px);
|
|
2596
|
+
font-weight: var(--wpds-typography-font-weight-medium, 499);
|
|
2597
|
+
color: var(--wpds-color-fg-content-neutral, #1e1e1e);
|
|
2598
|
+
margin: 0 0 var(--wpds-dimension-gap-sm, 8px) 0;
|
|
2599
|
+
padding: 0 var(--wpds-dimension-padding-2xl, 24px);
|
|
2596
2600
|
container-type: inline-size;
|
|
2597
2601
|
}
|
|
2598
2602
|
|
|
@@ -2607,13 +2611,13 @@ div.dataviews-view-list {
|
|
|
2607
2611
|
.dataviews-view-list div[role=row],
|
|
2608
2612
|
.dataviews-view-list div[role=article] {
|
|
2609
2613
|
margin: 0;
|
|
2610
|
-
border-top: 1px solid #
|
|
2614
|
+
border-top: 1px solid var(--wpds-color-stroke-surface-neutral-weak, #e4e4e4);
|
|
2611
2615
|
}
|
|
2612
2616
|
|
|
2613
2617
|
.dataviews-view-list div[role=row] .dataviews-view-list__item-wrapper,
|
|
2614
2618
|
.dataviews-view-list div[role=article] .dataviews-view-list__item-wrapper {
|
|
2615
2619
|
position: relative;
|
|
2616
|
-
padding: 16px 24px;
|
|
2620
|
+
padding: var(--wpds-dimension-padding-lg, 16px) var(--wpds-dimension-padding-2xl, 24px);
|
|
2617
2621
|
box-sizing: border-box;
|
|
2618
2622
|
}
|
|
2619
2623
|
|
|
@@ -2622,7 +2626,7 @@ div.dataviews-view-list {
|
|
|
2622
2626
|
display: flex;
|
|
2623
2627
|
width: max-content;
|
|
2624
2628
|
flex: 0 0 auto;
|
|
2625
|
-
gap: 4px;
|
|
2629
|
+
gap: var(--wpds-dimension-gap-xs, 4px);
|
|
2626
2630
|
white-space: nowrap;
|
|
2627
2631
|
}
|
|
2628
2632
|
|
|
@@ -2661,32 +2665,21 @@ div.dataviews-view-list {
|
|
|
2661
2665
|
}
|
|
2662
2666
|
.dataviews-view-list div[role=row].is-selected.is-selected,
|
|
2663
2667
|
.dataviews-view-list div[role=article].is-selected.is-selected {
|
|
2664
|
-
border-top: 1px solid
|
|
2668
|
+
border-top: 1px solid var(--wpds-color-stroke-surface-brand, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 46%, white));
|
|
2665
2669
|
}
|
|
2666
2670
|
|
|
2667
2671
|
.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],
|
|
2668
2672
|
.dataviews-view-list div[role=article].is-selected.is-selected + div[role=row],
|
|
2669
2673
|
.dataviews-view-list div[role=article].is-selected.is-selected + div[role=article] {
|
|
2670
|
-
border-top: 1px solid
|
|
2674
|
+
border-top: 1px solid var(--wpds-color-stroke-surface-brand, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 46%, white));
|
|
2671
2675
|
}
|
|
2672
2676
|
|
|
2673
2677
|
.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,
|
|
2674
2678
|
.dataviews-view-list div[role=article]:not(.is-selected):hover,
|
|
2675
2679
|
.dataviews-view-list div[role=article]:not(.is-selected).is-hovered,
|
|
2676
2680
|
.dataviews-view-list div[role=article]:not(.is-selected):focus-within {
|
|
2677
|
-
color: var(--wp-admin-theme-color);
|
|
2678
|
-
background-color:
|
|
2679
|
-
border-top: 1px solid rgba(var(--wp-admin-theme-color--rgb), 0.12);
|
|
2680
|
-
}
|
|
2681
|
-
|
|
2682
|
-
.dataviews-view-list div[role=row]:not(.is-selected):hover + div[role=row], .dataviews-view-list div[role=row]:not(.is-selected):hover + div[role=article], .dataviews-view-list div[role=row]:not(.is-selected).is-hovered + div[role=row], .dataviews-view-list div[role=row]:not(.is-selected).is-hovered + div[role=article], .dataviews-view-list div[role=row]:not(.is-selected):focus-within + div[role=row], .dataviews-view-list div[role=row]:not(.is-selected):focus-within + div[role=article],
|
|
2683
|
-
.dataviews-view-list div[role=article]:not(.is-selected):hover + div[role=row],
|
|
2684
|
-
.dataviews-view-list div[role=article]:not(.is-selected):hover + div[role=article],
|
|
2685
|
-
.dataviews-view-list div[role=article]:not(.is-selected).is-hovered + div[role=row],
|
|
2686
|
-
.dataviews-view-list div[role=article]:not(.is-selected).is-hovered + div[role=article],
|
|
2687
|
-
.dataviews-view-list div[role=article]:not(.is-selected):focus-within + div[role=row],
|
|
2688
|
-
.dataviews-view-list div[role=article]:not(.is-selected):focus-within + div[role=article] {
|
|
2689
|
-
border-top: 1px solid rgba(var(--wp-admin-theme-color--rgb), 0.12);
|
|
2681
|
+
color: var(--wpds-color-fg-interactive-brand, var(--wp-admin-theme-color, #3858e9));
|
|
2682
|
+
background-color: var(--wpds-color-bg-interactive-brand-weak, rgba(0, 0, 0, 0));
|
|
2690
2683
|
}
|
|
2691
2684
|
|
|
2692
2685
|
.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-title-field,
|
|
@@ -2699,15 +2692,15 @@ div.dataviews-view-list {
|
|
|
2699
2692
|
.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__field,
|
|
2700
2693
|
.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-title-field,
|
|
2701
2694
|
.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__field {
|
|
2702
|
-
color: var(--wp-admin-theme-color);
|
|
2695
|
+
color: var(--wpds-color-fg-interactive-brand, var(--wp-admin-theme-color, #3858e9));
|
|
2703
2696
|
}
|
|
2704
2697
|
|
|
2705
2698
|
.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper,
|
|
2706
2699
|
.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper,
|
|
2707
2700
|
.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper,
|
|
2708
2701
|
.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper {
|
|
2709
|
-
background-color:
|
|
2710
|
-
color: #1e1e1e;
|
|
2702
|
+
background-color: var(--wpds-color-bg-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white));
|
|
2703
|
+
color: var(--wpds-color-fg-interactive-neutral, #1e1e1e);
|
|
2711
2704
|
}
|
|
2712
2705
|
|
|
2713
2706
|
.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-title-field,
|
|
@@ -2718,14 +2711,14 @@ div.dataviews-view-list {
|
|
|
2718
2711
|
.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__field,
|
|
2719
2712
|
.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-title-field,
|
|
2720
2713
|
.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__field {
|
|
2721
|
-
color: #1e1e1e;
|
|
2714
|
+
color: var(--wpds-color-fg-interactive-neutral-active, #1e1e1e);
|
|
2722
2715
|
}
|
|
2723
2716
|
|
|
2724
2717
|
.dataviews-view-list .dataviews-view-list__item {
|
|
2725
2718
|
position: absolute;
|
|
2726
2719
|
z-index: 1;
|
|
2727
2720
|
inset: 0;
|
|
2728
|
-
scroll-margin: 8px 0;
|
|
2721
|
+
scroll-margin: var(--wpds-dimension-gap-sm, 8px) 0;
|
|
2729
2722
|
appearance: none;
|
|
2730
2723
|
border: none;
|
|
2731
2724
|
background: none;
|
|
@@ -2741,15 +2734,15 @@ div.dataviews-view-list {
|
|
|
2741
2734
|
position: absolute;
|
|
2742
2735
|
content: "";
|
|
2743
2736
|
inset: var(--wp-admin-border-width-focus);
|
|
2744
|
-
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
2745
|
-
border-radius: 2px;
|
|
2737
|
+
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wpds-color-stroke-focus-brand, var(--wp-admin-theme-color, #3858e9));
|
|
2738
|
+
border-radius: var(--wpds-border-radius-sm, 2px);
|
|
2746
2739
|
outline: 2px solid transparent;
|
|
2747
2740
|
}
|
|
2748
2741
|
|
|
2749
2742
|
.dataviews-view-list .dataviews-view-list__title-field {
|
|
2750
2743
|
flex: 1;
|
|
2751
|
-
min-height:
|
|
2752
|
-
line-height: 24px;
|
|
2744
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 6);
|
|
2745
|
+
line-height: var(--wpds-typography-line-height-md, 24px);
|
|
2753
2746
|
overflow: hidden;
|
|
2754
2747
|
}
|
|
2755
2748
|
|
|
@@ -2758,13 +2751,13 @@ div.dataviews-view-list {
|
|
|
2758
2751
|
}
|
|
2759
2752
|
|
|
2760
2753
|
.dataviews-view-list .dataviews-view-list__media-wrapper {
|
|
2761
|
-
width:
|
|
2762
|
-
height:
|
|
2754
|
+
width: calc(var(--wpds-dimension-base, 4px) * 13);
|
|
2755
|
+
height: calc(var(--wpds-dimension-base, 4px) * 13);
|
|
2763
2756
|
overflow: hidden;
|
|
2764
2757
|
position: relative;
|
|
2765
2758
|
flex-shrink: 0;
|
|
2766
|
-
background-color: #fff;
|
|
2767
|
-
border-radius: 4px;
|
|
2759
|
+
background-color: var(--wpds-color-bg-surface-neutral-strong, #fff);
|
|
2760
|
+
border-radius: var(--wpds-border-radius-md, 4px);
|
|
2768
2761
|
}
|
|
2769
2762
|
|
|
2770
2763
|
.dataviews-view-list .dataviews-view-list__media-wrapper img {
|
|
@@ -2780,23 +2773,24 @@ div.dataviews-view-list {
|
|
|
2780
2773
|
right: 0;
|
|
2781
2774
|
width: 100%;
|
|
2782
2775
|
height: 100%;
|
|
2783
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
2784
|
-
border-radius: 4px;
|
|
2776
|
+
box-shadow: inset 0 0 0 var(--wpds-border-width-xs, 1px) rgba(0, 0, 0, 0.1);
|
|
2777
|
+
border-radius: var(--wpds-border-radius-md, 4px);
|
|
2785
2778
|
}
|
|
2786
2779
|
|
|
2787
2780
|
.dataviews-view-list .dataviews-view-list__field-wrapper {
|
|
2781
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 13);
|
|
2788
2782
|
flex-grow: 1;
|
|
2789
2783
|
min-width: 0;
|
|
2790
2784
|
}
|
|
2791
2785
|
|
|
2792
2786
|
.dataviews-view-list .dataviews-view-list__field {
|
|
2793
|
-
color: #
|
|
2787
|
+
color: var(--wpds-color-fg-interactive-neutral-weak, #707070);
|
|
2794
2788
|
}
|
|
2795
2789
|
|
|
2796
2790
|
.dataviews-view-list .dataviews-view-list__fields {
|
|
2797
2791
|
display: flex;
|
|
2798
|
-
gap: 12px;
|
|
2799
|
-
row-gap: 4px;
|
|
2792
|
+
gap: var(--wpds-dimension-gap-md, 12px);
|
|
2793
|
+
row-gap: var(--wpds-dimension-gap-xs, 4px);
|
|
2800
2794
|
flex-wrap: wrap;
|
|
2801
2795
|
font-size: 12px;
|
|
2802
2796
|
}
|
|
@@ -2810,8 +2804,8 @@ div.dataviews-view-list {
|
|
|
2810
2804
|
}
|
|
2811
2805
|
|
|
2812
2806
|
.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value {
|
|
2813
|
-
min-height:
|
|
2814
|
-
line-height: 20px;
|
|
2807
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 6);
|
|
2808
|
+
line-height: var(--wpds-typography-line-height-sm, 20px);
|
|
2815
2809
|
display: flex;
|
|
2816
2810
|
align-items: center;
|
|
2817
2811
|
}
|
|
@@ -2821,51 +2815,59 @@ div.dataviews-view-list {
|
|
|
2821
2815
|
}
|
|
2822
2816
|
|
|
2823
2817
|
.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__item-wrapper {
|
|
2824
|
-
padding: 8px 24px;
|
|
2818
|
+
padding: var(--wpds-dimension-padding-sm, 8px) var(--wpds-dimension-padding-2xl, 24px);
|
|
2825
2819
|
}
|
|
2826
2820
|
|
|
2827
2821
|
.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__title-field {
|
|
2828
|
-
min-height:
|
|
2829
|
-
line-height: 16px;
|
|
2822
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 4);
|
|
2823
|
+
line-height: var(--wpds-typography-line-height-xs, 16px);
|
|
2830
2824
|
}
|
|
2831
2825
|
|
|
2832
2826
|
.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__media-wrapper {
|
|
2833
|
-
width:
|
|
2834
|
-
height:
|
|
2827
|
+
width: calc(var(--wpds-dimension-base, 4px) * 8);
|
|
2828
|
+
height: calc(var(--wpds-dimension-base, 4px) * 8);
|
|
2829
|
+
}
|
|
2830
|
+
|
|
2831
|
+
.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__field-wrapper {
|
|
2832
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 8);
|
|
2835
2833
|
}
|
|
2836
2834
|
|
|
2837
2835
|
.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__fields {
|
|
2838
|
-
gap: 8px;
|
|
2839
|
-
row-gap: 4px;
|
|
2836
|
+
gap: var(--wpds-dimension-gap-sm, 8px);
|
|
2837
|
+
row-gap: var(--wpds-dimension-gap-xs, 4px);
|
|
2840
2838
|
}
|
|
2841
2839
|
|
|
2842
2840
|
.dataviews-view-list.has-compact-density div[role=row] .dataviews-view-list__fields .dataviews-view-list__field-value {
|
|
2843
|
-
min-height:
|
|
2844
|
-
line-height: 16px;
|
|
2841
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 4);
|
|
2842
|
+
line-height: var(--wpds-typography-line-height-xs, 16px);
|
|
2845
2843
|
}
|
|
2846
2844
|
|
|
2847
2845
|
.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__item-wrapper {
|
|
2848
|
-
padding: 24px 24px;
|
|
2846
|
+
padding: var(--wpds-dimension-padding-2xl, 24px) var(--wpds-dimension-padding-2xl, 24px);
|
|
2849
2847
|
}
|
|
2850
2848
|
|
|
2851
2849
|
.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__title-field {
|
|
2852
|
-
min-height:
|
|
2853
|
-
line-height: 32px;
|
|
2850
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 8);
|
|
2851
|
+
line-height: var(--wpds-typography-line-height-xl, 32px);
|
|
2854
2852
|
}
|
|
2855
2853
|
|
|
2856
2854
|
.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__media-wrapper {
|
|
2857
|
-
width:
|
|
2858
|
-
height:
|
|
2855
|
+
width: calc(var(--wpds-dimension-base, 4px) * 16);
|
|
2856
|
+
height: calc(var(--wpds-dimension-base, 4px) * 16);
|
|
2857
|
+
}
|
|
2858
|
+
|
|
2859
|
+
.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__field-wrapper {
|
|
2860
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 16);
|
|
2859
2861
|
}
|
|
2860
2862
|
|
|
2861
2863
|
.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__fields {
|
|
2862
|
-
gap: 16px;
|
|
2863
|
-
row-gap: 8px;
|
|
2864
|
+
gap: var(--wpds-dimension-gap-lg, 16px);
|
|
2865
|
+
row-gap: var(--wpds-dimension-gap-sm, 8px);
|
|
2864
2866
|
}
|
|
2865
2867
|
|
|
2866
2868
|
.dataviews-view-list.has-comfortable-density div[role=row] .dataviews-view-list__fields .dataviews-view-list__field-value {
|
|
2867
|
-
min-height:
|
|
2868
|
-
line-height: 24px;
|
|
2869
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 8);
|
|
2870
|
+
line-height: var(--wpds-typography-line-height-md, 24px);
|
|
2869
2871
|
}
|
|
2870
2872
|
|
|
2871
2873
|
.dataviews-view-list.is-refreshing {
|
|
@@ -2880,11 +2882,11 @@ div.dataviews-view-list {
|
|
|
2880
2882
|
}
|
|
2881
2883
|
}
|
|
2882
2884
|
.dataviews-view-list__group-header {
|
|
2883
|
-
font-size: 15px;
|
|
2884
|
-
font-weight: 499;
|
|
2885
|
-
color: #1e1e1e;
|
|
2886
|
-
margin: 0 0 8px 0;
|
|
2887
|
-
padding: 0 24px;
|
|
2885
|
+
font-size: var(--wpds-typography-font-size-lg, 15px);
|
|
2886
|
+
font-weight: var(--wpds-typography-font-weight-medium, 499);
|
|
2887
|
+
color: var(--wpds-color-fg-content-neutral, #1e1e1e);
|
|
2888
|
+
margin: 0 0 var(--wpds-dimension-gap-sm, 8px) 0;
|
|
2889
|
+
padding: 0 var(--wpds-dimension-padding-2xl, 24px);
|
|
2888
2890
|
}
|
|
2889
2891
|
|
|
2890
2892
|
.dataviews-view-table {
|
|
@@ -2893,21 +2895,21 @@ div.dataviews-view-list {
|
|
|
2893
2895
|
border-color: inherit;
|
|
2894
2896
|
border-collapse: collapse;
|
|
2895
2897
|
position: relative;
|
|
2896
|
-
color: #
|
|
2898
|
+
color: var(--wpds-color-fg-content-neutral-weak, #707070);
|
|
2897
2899
|
margin-bottom: auto;
|
|
2898
2900
|
background-color: inherit;
|
|
2899
2901
|
}
|
|
2900
2902
|
|
|
2901
2903
|
.dataviews-view-table th {
|
|
2902
2904
|
text-align: right;
|
|
2903
|
-
color: #1e1e1e;
|
|
2905
|
+
color: var(--wpds-color-fg-content-neutral, #1e1e1e);
|
|
2904
2906
|
font-weight: normal;
|
|
2905
|
-
font-size: 13px;
|
|
2907
|
+
font-size: var(--wpds-typography-font-size-md, 13px);
|
|
2906
2908
|
}
|
|
2907
2909
|
|
|
2908
2910
|
.dataviews-view-table td,
|
|
2909
2911
|
.dataviews-view-table th {
|
|
2910
|
-
padding: 12px;
|
|
2912
|
+
padding: var(--wpds-dimension-padding-md, 12px);
|
|
2911
2913
|
}
|
|
2912
2914
|
|
|
2913
2915
|
.dataviews-view-table td.dataviews-view-table__actions-column,
|
|
@@ -2919,7 +2921,7 @@ div.dataviews-view-list {
|
|
|
2919
2921
|
.dataviews-view-table th.dataviews-view-table__actions-column--sticky {
|
|
2920
2922
|
position: sticky;
|
|
2921
2923
|
left: 0;
|
|
2922
|
-
background-color: var(--wp-dataviews-color-background, #fff);
|
|
2924
|
+
background-color: var(--wp-dataviews-color-background, var(--wpds-color-bg-surface-neutral-strong, #fff));
|
|
2923
2925
|
}
|
|
2924
2926
|
|
|
2925
2927
|
.dataviews-view-table td.dataviews-view-table__actions-column--stuck::after,
|
|
@@ -2931,7 +2933,7 @@ div.dataviews-view-list {
|
|
|
2931
2933
|
bottom: 0;
|
|
2932
2934
|
right: 0;
|
|
2933
2935
|
width: 1px;
|
|
2934
|
-
background-color: #
|
|
2936
|
+
background-color: var(--wpds-color-bg-surface-neutral, #fcfcfc);
|
|
2935
2937
|
}
|
|
2936
2938
|
|
|
2937
2939
|
.dataviews-view-table td.dataviews-view-table__checkbox-column,
|
|
@@ -2946,18 +2948,18 @@ div.dataviews-view-list {
|
|
|
2946
2948
|
}
|
|
2947
2949
|
|
|
2948
2950
|
.dataviews-view-table tr {
|
|
2949
|
-
border-top: 1px solid #
|
|
2951
|
+
border-top: 1px solid var(--wpds-color-stroke-surface-neutral-weak, #e4e4e4);
|
|
2950
2952
|
background-color: inherit;
|
|
2951
2953
|
}
|
|
2952
2954
|
|
|
2953
2955
|
.dataviews-view-table tr td:first-child,
|
|
2954
2956
|
.dataviews-view-table tr th:first-child {
|
|
2955
|
-
padding-right: 24px;
|
|
2957
|
+
padding-right: var(--wpds-dimension-padding-2xl, 24px);
|
|
2956
2958
|
}
|
|
2957
2959
|
|
|
2958
2960
|
.dataviews-view-table tr td:last-child,
|
|
2959
2961
|
.dataviews-view-table tr th:last-child {
|
|
2960
|
-
padding-left: 24px;
|
|
2962
|
+
padding-left: var(--wpds-dimension-padding-2xl, 24px);
|
|
2961
2963
|
}
|
|
2962
2964
|
|
|
2963
2965
|
.dataviews-view-table tr:last-child {
|
|
@@ -2974,16 +2976,16 @@ div.dataviews-view-list {
|
|
|
2974
2976
|
}
|
|
2975
2977
|
}
|
|
2976
2978
|
.dataviews-view-table tr.is-selected {
|
|
2977
|
-
background-color: color-mix(in
|
|
2978
|
-
color: #
|
|
2979
|
+
background-color: var(--wpds-color-bg-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white));
|
|
2980
|
+
color: var(--wpds-color-fg-content-neutral, #1e1e1e);
|
|
2979
2981
|
}
|
|
2980
2982
|
|
|
2981
2983
|
.dataviews-view-table tr.is-selected, .dataviews-view-table tr.is-selected + tr {
|
|
2982
|
-
border-top: 1px solid
|
|
2984
|
+
border-top: 1px solid var(--wpds-color-stroke-surface-brand, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 46%, white));
|
|
2983
2985
|
}
|
|
2984
2986
|
|
|
2985
2987
|
.dataviews-view-table tr.is-selected .dataviews-view-table__actions-column--sticky {
|
|
2986
|
-
background-color: color-mix(in
|
|
2988
|
+
background-color: var(--wpds-color-bg-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white));
|
|
2987
2989
|
}
|
|
2988
2990
|
|
|
2989
2991
|
.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
|
|
@@ -2991,11 +2993,11 @@ div.dataviews-view-list {
|
|
|
2991
2993
|
}
|
|
2992
2994
|
|
|
2993
2995
|
.dataviews-view-table.has-bulk-actions tr:focus-within .dataviews-view-table__actions-column--sticky, .dataviews-view-table.has-bulk-actions tr:hover .dataviews-view-table__actions-column--sticky {
|
|
2994
|
-
background-color: var(--wp-dataviews-color-background, #fff);
|
|
2996
|
+
background-color: var(--wp-dataviews-color-background, var(--wpds-color-bg-surface-neutral-strong, #fff));
|
|
2995
2997
|
}
|
|
2996
2998
|
|
|
2997
2999
|
.dataviews-view-table.has-bulk-actions tr.is-selected .dataviews-view-table__actions-column--sticky, .dataviews-view-table.has-bulk-actions tr.is-selected:hover .dataviews-view-table__actions-column--sticky {
|
|
2998
|
-
background-color: color-mix(in
|
|
3000
|
+
background-color: var(--wpds-color-bg-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white));
|
|
2999
3001
|
}
|
|
3000
3002
|
|
|
3001
3003
|
.dataviews-view-table thead {
|
|
@@ -3013,7 +3015,7 @@ div.dataviews-view-list {
|
|
|
3013
3015
|
right: 0;
|
|
3014
3016
|
left: 0;
|
|
3015
3017
|
height: 1px;
|
|
3016
|
-
background-color: #
|
|
3018
|
+
background-color: var(--wpds-color-stroke-surface-neutral-weak, #e4e4e4);
|
|
3017
3019
|
}
|
|
3018
3020
|
|
|
3019
3021
|
.dataviews-view-table thead tr {
|
|
@@ -3022,28 +3024,28 @@ div.dataviews-view-list {
|
|
|
3022
3024
|
|
|
3023
3025
|
.dataviews-view-table thead th {
|
|
3024
3026
|
background-color: inherit;
|
|
3025
|
-
padding-top: 8px;
|
|
3026
|
-
padding-bottom: 8px;
|
|
3027
|
+
padding-top: var(--wpds-dimension-padding-sm, 8px);
|
|
3028
|
+
padding-bottom: var(--wpds-dimension-padding-sm, 8px);
|
|
3027
3029
|
font-size: 11px;
|
|
3028
3030
|
text-transform: uppercase;
|
|
3029
|
-
font-weight: 499;
|
|
3031
|
+
font-weight: var(--wpds-typography-font-weight-medium, 499);
|
|
3030
3032
|
}
|
|
3031
3033
|
|
|
3032
3034
|
.dataviews-view-table thead th:has(.dataviews-view-table-header-button) {
|
|
3033
|
-
padding-right: 4px;
|
|
3034
|
-
padding-left: 4px;
|
|
3035
|
+
padding-right: var(--wpds-dimension-padding-xs, 4px);
|
|
3036
|
+
padding-left: var(--wpds-dimension-padding-xs, 4px);
|
|
3035
3037
|
}
|
|
3036
3038
|
|
|
3037
3039
|
.dataviews-view-table thead th:has(.dataviews-view-table-header-button) .dataviews-view-table-header-button {
|
|
3038
|
-
gap: 4px;
|
|
3040
|
+
gap: var(--wpds-dimension-gap-xs, 4px);
|
|
3039
3041
|
}
|
|
3040
3042
|
|
|
3041
3043
|
.dataviews-view-table thead th:has(.dataviews-view-table-header-button):first-child {
|
|
3042
|
-
padding-right: 16px;
|
|
3044
|
+
padding-right: var(--wpds-dimension-padding-lg, 16px);
|
|
3043
3045
|
}
|
|
3044
3046
|
|
|
3045
3047
|
.dataviews-view-table thead th:has(.dataviews-view-table-header-button):last-child {
|
|
3046
|
-
padding-left: 16px;
|
|
3048
|
+
padding-left: var(--wpds-dimension-padding-lg, 16px);
|
|
3047
3049
|
}
|
|
3048
3050
|
|
|
3049
3051
|
.dataviews-view-table tbody td {
|
|
@@ -3051,7 +3053,7 @@ div.dataviews-view-list {
|
|
|
3051
3053
|
}
|
|
3052
3054
|
|
|
3053
3055
|
.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper {
|
|
3054
|
-
min-height:
|
|
3056
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 8);
|
|
3055
3057
|
display: flex;
|
|
3056
3058
|
align-items: center;
|
|
3057
3059
|
white-space: nowrap;
|
|
@@ -3071,14 +3073,14 @@ div.dataviews-view-list {
|
|
|
3071
3073
|
}
|
|
3072
3074
|
|
|
3073
3075
|
.dataviews-view-table .dataviews-view-table-header-button {
|
|
3074
|
-
padding: 4px 8px;
|
|
3076
|
+
padding: var(--wpds-dimension-padding-xs, 4px) var(--wpds-dimension-padding-sm, 8px);
|
|
3075
3077
|
font-size: 11px;
|
|
3076
3078
|
text-transform: uppercase;
|
|
3077
|
-
font-weight: 499;
|
|
3079
|
+
font-weight: var(--wpds-typography-font-weight-medium, 499);
|
|
3078
3080
|
}
|
|
3079
3081
|
|
|
3080
3082
|
.dataviews-view-table .dataviews-view-table-header-button:not(:hover) {
|
|
3081
|
-
color: #1e1e1e;
|
|
3083
|
+
color: var(--wpds-color-fg-interactive-neutral, #1e1e1e);
|
|
3082
3084
|
}
|
|
3083
3085
|
|
|
3084
3086
|
.dataviews-view-table .dataviews-view-table-header-button span {
|
|
@@ -3090,7 +3092,7 @@ div.dataviews-view-list {
|
|
|
3090
3092
|
}
|
|
3091
3093
|
|
|
3092
3094
|
.dataviews-view-table .dataviews-view-table-header {
|
|
3093
|
-
padding-right: 4px;
|
|
3095
|
+
padding-right: var(--wpds-dimension-padding-xs, 4px);
|
|
3094
3096
|
}
|
|
3095
3097
|
|
|
3096
3098
|
.dataviews-view-table .dataviews-view-table__actions-column {
|
|
@@ -3108,12 +3110,12 @@ div.dataviews-view-list {
|
|
|
3108
3110
|
|
|
3109
3111
|
.dataviews-view-table.has-compact-density td,
|
|
3110
3112
|
.dataviews-view-table.has-compact-density th {
|
|
3111
|
-
padding: 4px 8px;
|
|
3113
|
+
padding: var(--wpds-dimension-padding-xs, 4px) var(--wpds-dimension-padding-sm, 8px);
|
|
3112
3114
|
}
|
|
3113
3115
|
|
|
3114
3116
|
.dataviews-view-table.has-comfortable-density td,
|
|
3115
3117
|
.dataviews-view-table.has-comfortable-density th {
|
|
3116
|
-
padding: 16px 12px;
|
|
3118
|
+
padding: var(--wpds-dimension-padding-lg, 16px) var(--wpds-dimension-padding-md, 12px);
|
|
3117
3119
|
}
|
|
3118
3120
|
|
|
3119
3121
|
.dataviews-view-table.has-compact-density td.dataviews-view-table__checkbox-column,
|
|
@@ -3133,18 +3135,18 @@ div.dataviews-view-list {
|
|
|
3133
3135
|
}
|
|
3134
3136
|
.dataviews-column-primary__media {
|
|
3135
3137
|
max-width: 60px;
|
|
3136
|
-
min-width:
|
|
3137
|
-
min-height:
|
|
3138
|
+
min-width: calc(var(--wpds-dimension-base, 4px) * 8);
|
|
3139
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 8);
|
|
3138
3140
|
overflow: hidden;
|
|
3139
3141
|
position: relative;
|
|
3140
3142
|
flex-shrink: 0;
|
|
3141
|
-
background-color: #fff;
|
|
3142
|
-
border-radius: 4px;
|
|
3143
|
+
background-color: var(--wpds-color-bg-surface-neutral-strong, #fff);
|
|
3144
|
+
border-radius: var(--wpds-border-radius-md, 4px);
|
|
3143
3145
|
}
|
|
3144
3146
|
|
|
3145
3147
|
.dataviews-column-primary__media img {
|
|
3146
|
-
width:
|
|
3147
|
-
height:
|
|
3148
|
+
width: calc(var(--wpds-dimension-base, 4px) * 8);
|
|
3149
|
+
height: calc(var(--wpds-dimension-base, 4px) * 8);
|
|
3148
3150
|
object-fit: cover;
|
|
3149
3151
|
}
|
|
3150
3152
|
|
|
@@ -3155,8 +3157,8 @@ div.dataviews-view-list {
|
|
|
3155
3157
|
right: 0;
|
|
3156
3158
|
width: 100%;
|
|
3157
3159
|
height: 100%;
|
|
3158
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
3159
|
-
border-radius: 4px;
|
|
3160
|
+
box-shadow: inset 0 0 0 var(--wpds-border-width-xs, 1px) rgba(0, 0, 0, 0.1);
|
|
3161
|
+
border-radius: var(--wpds-border-radius-md, 4px);
|
|
3160
3162
|
}
|
|
3161
3163
|
|
|
3162
3164
|
.dataviews-view-table__cell-content-wrapper:not(.dataviews-column-primary__media),
|
|
@@ -3166,9 +3168,9 @@ div.dataviews-view-list {
|
|
|
3166
3168
|
}
|
|
3167
3169
|
|
|
3168
3170
|
.dataviews-view-table__group-header-row .dataviews-view-table__group-header-cell {
|
|
3169
|
-
font-weight: 499;
|
|
3170
|
-
padding: 12px 24px;
|
|
3171
|
-
color: #1e1e1e;
|
|
3171
|
+
font-weight: var(--wpds-typography-font-weight-medium, 499);
|
|
3172
|
+
padding: var(--wpds-dimension-padding-md, 12px) var(--wpds-dimension-padding-2xl, 24px);
|
|
3173
|
+
color: var(--wpds-color-fg-content-neutral, #1e1e1e);
|
|
3172
3174
|
}
|
|
3173
3175
|
|
|
3174
3176
|
/* Column width intents via colgroup: make non-primary columns shrink-to-fit */
|
|
@@ -3188,25 +3190,26 @@ div.dataviews-view-list {
|
|
|
3188
3190
|
}
|
|
3189
3191
|
}
|
|
3190
3192
|
.dataviews-view-picker-grid.has-compact-density .dataviews-view-grid-items {
|
|
3191
|
-
gap: 16px;
|
|
3193
|
+
gap: var(--wpds-dimension-gap-lg, 16px);
|
|
3192
3194
|
}
|
|
3193
3195
|
|
|
3194
3196
|
.dataviews-view-picker-grid.has-comfortable-density .dataviews-view-grid-items {
|
|
3195
|
-
gap: 32px;
|
|
3197
|
+
gap: var(--wpds-dimension-gap-2xl, 32px);
|
|
3196
3198
|
}
|
|
3197
3199
|
|
|
3198
3200
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__card {
|
|
3199
3201
|
height: 100%;
|
|
3200
3202
|
justify-content: flex-start;
|
|
3201
3203
|
position: relative;
|
|
3204
|
+
isolation: isolate;
|
|
3202
3205
|
}
|
|
3203
3206
|
|
|
3204
3207
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-actions {
|
|
3205
|
-
padding: 8px 0 4px;
|
|
3208
|
+
padding: var(--wpds-dimension-padding-sm, 8px) 0 var(--wpds-dimension-padding-xs, 4px);
|
|
3206
3209
|
}
|
|
3207
3210
|
|
|
3208
3211
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field {
|
|
3209
|
-
min-height:
|
|
3212
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 6);
|
|
3210
3213
|
overflow: hidden;
|
|
3211
3214
|
align-content: center;
|
|
3212
3215
|
text-align: start;
|
|
@@ -3217,20 +3220,15 @@ div.dataviews-view-list {
|
|
|
3217
3220
|
}
|
|
3218
3221
|
|
|
3219
3222
|
.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 {
|
|
3220
|
-
color: #1e1e1e;
|
|
3221
|
-
}
|
|
3222
|
-
|
|
3223
|
-
.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media::after,
|
|
3224
|
-
.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus::after {
|
|
3225
|
-
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
|
|
3223
|
+
color: var(--wpds-color-fg-content-neutral, #1e1e1e);
|
|
3226
3224
|
}
|
|
3227
3225
|
|
|
3228
3226
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media::after {
|
|
3229
|
-
box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color);
|
|
3227
|
+
box-shadow: inset 0 0 0 var(--wpds-border-width-xs, 1px) var(--wpds-color-stroke-interactive-brand, var(--wp-admin-theme-color, #3858e9)), inset 0 0 0 var(--wpds-border-width-sm, 2px) var(--wpds-color-bg-surface-neutral-strong, #fff);
|
|
3230
3228
|
}
|
|
3231
3229
|
|
|
3232
3230
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus::after {
|
|
3233
|
-
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
|
|
3231
|
+
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wpds-color-stroke-focus-brand, var(--wp-admin-theme-color, #3858e9));
|
|
3234
3232
|
}
|
|
3235
3233
|
|
|
3236
3234
|
.dataviews-view-picker-grid:focus-visible[aria-activedescendant] {
|
|
@@ -3238,11 +3236,11 @@ div.dataviews-view-list {
|
|
|
3238
3236
|
}
|
|
3239
3237
|
|
|
3240
3238
|
.dataviews-view-picker-grid:focus-visible [data-active-item=true] {
|
|
3241
|
-
outline: 2px solid var(--wp-admin-theme-color);
|
|
3239
|
+
outline: 2px solid var(--wpds-color-stroke-focus-brand, var(--wp-admin-theme-color, #3858e9));
|
|
3242
3240
|
}
|
|
3243
3241
|
|
|
3244
3242
|
.dataviews-view-picker-grid .dataviews-selection-checkbox {
|
|
3245
|
-
top: 8px !important;
|
|
3243
|
+
top: var(--wpds-dimension-padding-sm, 8px) !important;
|
|
3246
3244
|
}
|
|
3247
3245
|
|
|
3248
3246
|
.dataviews-view-picker-grid .dataviews-selection-checkbox input {
|
|
@@ -3253,8 +3251,8 @@ div.dataviews-view-list {
|
|
|
3253
3251
|
width: 100%;
|
|
3254
3252
|
aspect-ratio: 1/1;
|
|
3255
3253
|
min-height: 0;
|
|
3256
|
-
background-color: #fff;
|
|
3257
|
-
border-radius: 4px;
|
|
3254
|
+
background-color: var(--wpds-color-bg-surface-neutral-strong, #fff);
|
|
3255
|
+
border-radius: var(--wpds-border-radius-md, 4px);
|
|
3258
3256
|
position: relative;
|
|
3259
3257
|
}
|
|
3260
3258
|
|
|
@@ -3271,8 +3269,8 @@ div.dataviews-view-list {
|
|
|
3271
3269
|
right: 0;
|
|
3272
3270
|
width: 100%;
|
|
3273
3271
|
height: 100%;
|
|
3274
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
3275
|
-
border-radius: 4px;
|
|
3272
|
+
box-shadow: inset 0 0 0 var(--wpds-border-width-xs, 1px) rgba(0, 0, 0, 0.1);
|
|
3273
|
+
border-radius: var(--wpds-border-radius-md, 4px);
|
|
3276
3274
|
pointer-events: none;
|
|
3277
3275
|
}
|
|
3278
3276
|
|
|
@@ -3283,23 +3281,23 @@ div.dataviews-view-list {
|
|
|
3283
3281
|
}
|
|
3284
3282
|
|
|
3285
3283
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields:not(:empty) {
|
|
3286
|
-
padding: 0 0 12px;
|
|
3284
|
+
padding: 0 0 var(--wpds-dimension-padding-md, 12px);
|
|
3287
3285
|
}
|
|
3288
3286
|
|
|
3289
3287
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field-value:not(:empty) {
|
|
3290
|
-
min-height:
|
|
3291
|
-
line-height: 20px;
|
|
3292
|
-
padding-top:
|
|
3288
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 6);
|
|
3289
|
+
line-height: var(--wpds-typography-line-height-sm, 20px);
|
|
3290
|
+
padding-top: calc(var(--wpds-dimension-base, 4px) / 2);
|
|
3293
3291
|
}
|
|
3294
3292
|
|
|
3295
3293
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field {
|
|
3296
|
-
min-height:
|
|
3294
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 6);
|
|
3297
3295
|
align-items: center;
|
|
3298
3296
|
}
|
|
3299
3297
|
|
|
3300
3298
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-name {
|
|
3301
3299
|
width: 35%;
|
|
3302
|
-
color: #
|
|
3300
|
+
color: var(--wpds-color-fg-content-neutral-weak, #707070);
|
|
3303
3301
|
overflow: hidden;
|
|
3304
3302
|
text-overflow: ellipsis;
|
|
3305
3303
|
white-space: nowrap;
|
|
@@ -3317,7 +3315,7 @@ div.dataviews-view-list {
|
|
|
3317
3315
|
}
|
|
3318
3316
|
|
|
3319
3317
|
.dataviews-view-picker-grid .dataviews-view-picker-grid__badge-fields:not(:empty) {
|
|
3320
|
-
padding-bottom: 12px;
|
|
3318
|
+
padding-bottom: var(--wpds-dimension-padding-md, 12px);
|
|
3321
3319
|
}
|
|
3322
3320
|
|
|
3323
3321
|
.dataviews-view-picker-grid__field-value:empty,
|
|
@@ -3328,19 +3326,19 @@ div.dataviews-view-list {
|
|
|
3328
3326
|
.dataviews-view-picker-grid__card .dataviews-selection-checkbox {
|
|
3329
3327
|
position: absolute;
|
|
3330
3328
|
top: -9999em;
|
|
3331
|
-
right: 8px;
|
|
3329
|
+
right: var(--wpds-dimension-padding-sm, 8px);
|
|
3332
3330
|
z-index: 1;
|
|
3333
3331
|
}
|
|
3334
3332
|
|
|
3335
3333
|
@media (hover: none) {
|
|
3336
3334
|
.dataviews-view-picker-grid__card .dataviews-selection-checkbox {
|
|
3337
|
-
top: 8px;
|
|
3335
|
+
top: var(--wpds-dimension-padding-sm, 8px);
|
|
3338
3336
|
}
|
|
3339
3337
|
}
|
|
3340
3338
|
.dataviews-view-picker-grid__card:hover .dataviews-selection-checkbox,
|
|
3341
3339
|
.dataviews-view-picker-grid__card:focus-within .dataviews-selection-checkbox,
|
|
3342
3340
|
.dataviews-view-picker-grid__card.is-selected .dataviews-selection-checkbox {
|
|
3343
|
-
top: 8px;
|
|
3341
|
+
top: var(--wpds-dimension-padding-sm, 8px);
|
|
3344
3342
|
}
|
|
3345
3343
|
|
|
3346
3344
|
.dataviews-view-picker-grid__media--clickable {
|
|
@@ -3348,11 +3346,11 @@ div.dataviews-view-list {
|
|
|
3348
3346
|
}
|
|
3349
3347
|
|
|
3350
3348
|
.dataviews-view-picker-grid-group__header {
|
|
3351
|
-
font-size: 15px;
|
|
3352
|
-
font-weight: 499;
|
|
3353
|
-
color: #1e1e1e;
|
|
3354
|
-
margin: 0 0 8px 0;
|
|
3355
|
-
padding: 0
|
|
3349
|
+
font-size: var(--wpds-typography-font-size-lg, 15px);
|
|
3350
|
+
font-weight: var(--wpds-typography-font-weight-medium, 499);
|
|
3351
|
+
color: var(--wpds-color-fg-content-neutral, #1e1e1e);
|
|
3352
|
+
margin: 0 0 var(--wpds-dimension-gap-sm, 8px) 0;
|
|
3353
|
+
padding: 0 calc(var(--wpds-dimension-base, 4px) * 12);
|
|
3356
3354
|
}
|
|
3357
3355
|
|
|
3358
3356
|
.dataviews-view-picker-table {
|
|
@@ -3360,7 +3358,7 @@ div.dataviews-view-list {
|
|
|
3360
3358
|
}
|
|
3361
3359
|
|
|
3362
3360
|
.dataviews-view-picker-table .dataviews-view-table__checkbox-column {
|
|
3363
|
-
width:
|
|
3361
|
+
width: calc(var(--wpds-dimension-base, 4px) * 12);
|
|
3364
3362
|
}
|
|
3365
3363
|
|
|
3366
3364
|
.dataviews-view-picker-table tbody:focus-visible[aria-activedescendant] {
|
|
@@ -3368,7 +3366,7 @@ div.dataviews-view-list {
|
|
|
3368
3366
|
}
|
|
3369
3367
|
|
|
3370
3368
|
.dataviews-view-picker-table tbody:focus-visible [data-active-item=true] {
|
|
3371
|
-
outline: 2px solid var(--wp-admin-theme-color);
|
|
3369
|
+
outline: 2px solid var(--wpds-color-stroke-focus-brand, var(--wp-admin-theme-color, #3858e9));
|
|
3372
3370
|
}
|
|
3373
3371
|
|
|
3374
3372
|
.dataviews-view-picker-table .dataviews-selection-checkbox .components-checkbox-control__input.components-checkbox-control__input {
|
|
@@ -3381,32 +3379,32 @@ div.dataviews-view-list {
|
|
|
3381
3379
|
}
|
|
3382
3380
|
|
|
3383
3381
|
.dataviews-view-picker-table .dataviews-view-table__row.is-selected {
|
|
3384
|
-
background-color:
|
|
3382
|
+
background-color: var(--wpds-color-bg-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white));
|
|
3385
3383
|
}
|
|
3386
3384
|
|
|
3387
3385
|
.dataviews-view-picker-table .dataviews-view-table__row.is-hovered {
|
|
3388
|
-
background-color:
|
|
3386
|
+
background-color: var(--wpds-color-bg-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white));
|
|
3389
3387
|
}
|
|
3390
3388
|
|
|
3391
3389
|
.dataviews-view-picker-table .dataviews-view-table__row.is-selected.is-hovered {
|
|
3392
|
-
background-color:
|
|
3390
|
+
background-color: var(--wpds-color-bg-interactive-brand-weak-active, color-mix(in oklch, var(--wp-admin-theme-color, #3858e9) 12%, white));
|
|
3393
3391
|
}
|
|
3394
3392
|
|
|
3395
3393
|
.dataviews-view-activity {
|
|
3396
3394
|
margin: 0 0 auto;
|
|
3397
|
-
padding: 0 24px;
|
|
3395
|
+
padding: 0 var(--wpds-dimension-padding-2xl, 24px);
|
|
3398
3396
|
}
|
|
3399
3397
|
|
|
3400
3398
|
.dataviews-view-activity .dataviews-view-activity__group-header {
|
|
3401
|
-
font-size: 15px;
|
|
3402
|
-
font-weight: 499;
|
|
3403
|
-
color: #
|
|
3404
|
-
margin: 0 0 8px 0;
|
|
3399
|
+
font-size: var(--wpds-typography-font-size-lg, 15px);
|
|
3400
|
+
font-weight: var(--wpds-typography-font-weight-medium, 499);
|
|
3401
|
+
color: var(--wpds-color-fg-content-neutral-weak, #707070);
|
|
3402
|
+
margin: 0 0 var(--wpds-dimension-gap-sm, 8px) 0;
|
|
3405
3403
|
padding: 0;
|
|
3406
3404
|
}
|
|
3407
3405
|
|
|
3408
3406
|
.dataviews-view-activity .dataviews-view-activity__item-actions {
|
|
3409
|
-
min-width:
|
|
3407
|
+
min-width: calc(var(--wpds-dimension-base, 4px) * 6);
|
|
3410
3408
|
}
|
|
3411
3409
|
|
|
3412
3410
|
.dataviews-view-activity .dataviews-view-activity__item-content {
|
|
@@ -3416,7 +3414,7 @@ div.dataviews-view-list {
|
|
|
3416
3414
|
.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title,
|
|
3417
3415
|
.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-description,
|
|
3418
3416
|
.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields {
|
|
3419
|
-
min-height:
|
|
3417
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 4);
|
|
3420
3418
|
}
|
|
3421
3419
|
|
|
3422
3420
|
.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title {
|
|
@@ -3432,9 +3430,9 @@ div.dataviews-view-list {
|
|
|
3432
3430
|
}
|
|
3433
3431
|
|
|
3434
3432
|
.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-title--clickable:focus-visible {
|
|
3435
|
-
outline: var(--wp-admin-border-width-focus) solid var(--wp-admin-theme-color);
|
|
3433
|
+
outline: var(--wp-admin-border-width-focus) solid var(--wpds-color-stroke-focus-brand, var(--wp-admin-theme-color, #3858e9));
|
|
3436
3434
|
outline-offset: var(--wp-admin-border-width-focus);
|
|
3437
|
-
border-radius: 2px;
|
|
3435
|
+
border-radius: var(--wpds-border-radius-sm, 2px);
|
|
3438
3436
|
}
|
|
3439
3437
|
|
|
3440
3438
|
.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__primary-actions {
|
|
@@ -3449,10 +3447,10 @@ div.dataviews-view-list {
|
|
|
3449
3447
|
}
|
|
3450
3448
|
|
|
3451
3449
|
.dataviews-view-activity .dataviews-view-activity__item-content .dataviews-view-activity__item-fields {
|
|
3452
|
-
color: #
|
|
3450
|
+
color: var(--wpds-color-fg-content-neutral-weak, #707070);
|
|
3453
3451
|
display: flex;
|
|
3454
|
-
gap: 12px;
|
|
3455
|
-
row-gap: 4px;
|
|
3452
|
+
gap: var(--wpds-dimension-gap-md, 12px);
|
|
3453
|
+
row-gap: var(--wpds-dimension-gap-xs, 4px);
|
|
3456
3454
|
flex-wrap: wrap;
|
|
3457
3455
|
}
|
|
3458
3456
|
|
|
@@ -3479,7 +3477,7 @@ div.dataviews-view-list {
|
|
|
3479
3477
|
flex: 1 1 auto;
|
|
3480
3478
|
width: 1px;
|
|
3481
3479
|
margin: 0 auto;
|
|
3482
|
-
background-color: #
|
|
3480
|
+
background-color: var(--wpds-color-stroke-surface-neutral, #dbdbdb);
|
|
3483
3481
|
}
|
|
3484
3482
|
|
|
3485
3483
|
.dataviews-view-activity .dataviews-view-activity__item-type::before {
|
|
@@ -3487,65 +3485,65 @@ div.dataviews-view-list {
|
|
|
3487
3485
|
flex: 0 0 auto;
|
|
3488
3486
|
width: 1px;
|
|
3489
3487
|
margin: 0 auto;
|
|
3490
|
-
background-color: #
|
|
3488
|
+
background-color: var(--wpds-color-stroke-surface-neutral, #dbdbdb);
|
|
3491
3489
|
}
|
|
3492
3490
|
|
|
3493
3491
|
.dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-type {
|
|
3494
|
-
width: 12px;
|
|
3492
|
+
width: var(--wpds-dimension-padding-md, 12px);
|
|
3495
3493
|
}
|
|
3496
3494
|
|
|
3497
3495
|
.dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-type::before {
|
|
3498
|
-
height:
|
|
3496
|
+
height: calc(var(--wpds-dimension-base, 4px) * 3);
|
|
3499
3497
|
}
|
|
3500
3498
|
|
|
3501
3499
|
.dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-type-icon {
|
|
3502
|
-
width:
|
|
3503
|
-
height:
|
|
3500
|
+
width: calc(var(--wpds-dimension-base, 4px) * 3 - 1px);
|
|
3501
|
+
height: calc(var(--wpds-dimension-base, 4px) * 3 - 1px);
|
|
3504
3502
|
}
|
|
3505
3503
|
|
|
3506
3504
|
.dataviews-view-activity .dataviews-view-activity__item.is-compact .dataviews-view-activity__item-content {
|
|
3507
|
-
margin: 12px 0;
|
|
3505
|
+
margin: var(--wpds-dimension-gap-md, 12px) 0;
|
|
3508
3506
|
}
|
|
3509
3507
|
|
|
3510
3508
|
.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-type {
|
|
3511
|
-
width:
|
|
3509
|
+
width: calc(var(--wpds-dimension-base, 4px) * 6);
|
|
3512
3510
|
}
|
|
3513
3511
|
|
|
3514
3512
|
.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-type::before {
|
|
3515
|
-
height:
|
|
3513
|
+
height: calc(var(--wpds-dimension-base, 4px) * 3);
|
|
3516
3514
|
}
|
|
3517
3515
|
|
|
3518
3516
|
.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-type-icon {
|
|
3519
|
-
width:
|
|
3520
|
-
height:
|
|
3517
|
+
width: calc(var(--wpds-dimension-base, 4px) * 6 + 1px);
|
|
3518
|
+
height: calc(var(--wpds-dimension-base, 4px) * 6 + 1px);
|
|
3521
3519
|
}
|
|
3522
3520
|
|
|
3523
3521
|
.dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-content {
|
|
3524
|
-
margin: 12px 0;
|
|
3525
|
-
padding-top: 8px;
|
|
3522
|
+
margin: var(--wpds-dimension-gap-md, 12px) 0;
|
|
3523
|
+
padding-top: var(--wpds-dimension-padding-sm, 8px);
|
|
3526
3524
|
}
|
|
3527
3525
|
|
|
3528
3526
|
.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-type {
|
|
3529
|
-
width:
|
|
3527
|
+
width: calc(var(--wpds-dimension-base, 4px) * 8);
|
|
3530
3528
|
}
|
|
3531
3529
|
|
|
3532
3530
|
.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-type::before {
|
|
3533
|
-
height:
|
|
3531
|
+
height: calc(var(--wpds-dimension-base, 4px) * 2);
|
|
3534
3532
|
}
|
|
3535
3533
|
|
|
3536
3534
|
.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-type-icon {
|
|
3537
|
-
width:
|
|
3538
|
-
height:
|
|
3535
|
+
width: calc(var(--wpds-dimension-base, 4px) * 8 + 1px);
|
|
3536
|
+
height: calc(var(--wpds-dimension-base, 4px) * 8 + 1px);
|
|
3539
3537
|
}
|
|
3540
3538
|
|
|
3541
3539
|
.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-content {
|
|
3542
|
-
margin: 8px 0 16px;
|
|
3543
|
-
padding-top: 12px;
|
|
3540
|
+
margin: var(--wpds-dimension-gap-sm, 8px) 0 var(--wpds-dimension-gap-lg, 16px);
|
|
3541
|
+
padding-top: var(--wpds-dimension-padding-md, 12px);
|
|
3544
3542
|
}
|
|
3545
3543
|
|
|
3546
3544
|
.dataviews-view-activity .dataviews-view-activity__item.is-comfortable .dataviews-view-activity__item-bullet, .dataviews-view-activity .dataviews-view-activity__item.is-balanced .dataviews-view-activity__item-bullet {
|
|
3547
|
-
width:
|
|
3548
|
-
height:
|
|
3545
|
+
width: calc(var(--wpds-dimension-base, 4px) * 2 + 1px);
|
|
3546
|
+
height: calc(var(--wpds-dimension-base, 4px) * 2 + 1px);
|
|
3549
3547
|
position: relative;
|
|
3550
3548
|
top: 50%;
|
|
3551
3549
|
transform: translateY(-50%);
|
|
@@ -3556,13 +3554,13 @@ div.dataviews-view-list {
|
|
|
3556
3554
|
}
|
|
3557
3555
|
|
|
3558
3556
|
.dataviews-view-activity .dataviews-view-activity__group:last-of-type > .dataviews-view-activity__item:last-of-type .dataviews-view-activity__item-type::after, .dataviews-view-activity > .dataviews-view-activity__item:last-child .dataviews-view-activity__item-type::after {
|
|
3559
|
-
background: linear-gradient(to bottom, #
|
|
3557
|
+
background: linear-gradient(to bottom, var(--wpds-color-stroke-surface-neutral, #dbdbdb) 0%, color-mix(in srgb, var(--wpds-color-stroke-surface-neutral, #dbdbdb) 20%, transparent) 60%, transparent 100%);
|
|
3560
3558
|
}
|
|
3561
3559
|
|
|
3562
3560
|
.dataviews-view-activity .dataviews-view-activity__item-type-icon {
|
|
3563
3561
|
overflow: hidden;
|
|
3564
3562
|
flex-shrink: 0;
|
|
3565
|
-
background-color: #fff;
|
|
3563
|
+
background-color: var(--wpds-color-bg-surface-neutral-strong, #fff);
|
|
3566
3564
|
}
|
|
3567
3565
|
|
|
3568
3566
|
.dataviews-view-activity .dataviews-view-activity__item-type-icon img,
|
|
@@ -3575,16 +3573,16 @@ div.dataviews-view-list {
|
|
|
3575
3573
|
object-fit: cover;
|
|
3576
3574
|
border-radius: 50%;
|
|
3577
3575
|
box-sizing: border-box;
|
|
3578
|
-
box-shadow: inset 0 0 0 1px #
|
|
3576
|
+
box-shadow: inset 0 0 0 var(--wpds-border-width-xs, 1px) var(--wpds-color-stroke-surface-neutral, #dbdbdb);
|
|
3579
3577
|
}
|
|
3580
3578
|
|
|
3581
3579
|
.dataviews-view-activity .dataviews-view-activity__item-type-icon svg {
|
|
3582
|
-
padding: 4px;
|
|
3580
|
+
padding: var(--wpds-dimension-padding-xs, 4px);
|
|
3583
3581
|
}
|
|
3584
3582
|
|
|
3585
3583
|
.dataviews-view-activity .dataviews-view-activity__item-type-icon .dataviews-view-activity__item-bullet {
|
|
3586
3584
|
content: "";
|
|
3587
|
-
background-color: #
|
|
3585
|
+
background-color: var(--wpds-color-stroke-surface-neutral, #dbdbdb);
|
|
3588
3586
|
}
|
|
3589
3587
|
|
|
3590
3588
|
.dataviews-view-activity.is-refreshing {
|
|
@@ -3604,7 +3602,7 @@ div.dataviews-view-list {
|
|
|
3604
3602
|
|
|
3605
3603
|
.dataviews-picker-footer__bulk-selection {
|
|
3606
3604
|
align-self: flex-start;
|
|
3607
|
-
height:
|
|
3605
|
+
height: calc(var(--wpds-dimension-base, 4px) * 8);
|
|
3608
3606
|
}
|
|
3609
3607
|
|
|
3610
3608
|
.dataviews-picker-footer__actions {
|
|
@@ -3636,11 +3634,11 @@ div.dataviews-view-list {
|
|
|
3636
3634
|
}
|
|
3637
3635
|
|
|
3638
3636
|
.dataviews-controls__date-preset {
|
|
3639
|
-
border: 1px solid #
|
|
3637
|
+
border: 1px solid var(--wpds-color-stroke-surface-neutral, #dbdbdb);
|
|
3640
3638
|
}
|
|
3641
3639
|
|
|
3642
3640
|
.dataviews-controls__date-preset:active {
|
|
3643
|
-
background-color: #
|
|
3641
|
+
background-color: var(--wpds-color-bg-interactive-neutral-strong-active, #1e1e1e);
|
|
3644
3642
|
}
|
|
3645
3643
|
|
|
3646
3644
|
.dataforms-layouts-panel__field-trigger {
|
|
@@ -3648,10 +3646,10 @@ div.dataviews-view-list {
|
|
|
3648
3646
|
color: inherit;
|
|
3649
3647
|
display: flex;
|
|
3650
3648
|
width: 100%;
|
|
3651
|
-
min-height:
|
|
3649
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 6);
|
|
3652
3650
|
cursor: var(--wpds-cursor-control, pointer);
|
|
3653
3651
|
align-items: flex-start;
|
|
3654
|
-
border-radius: 2px;
|
|
3652
|
+
border-radius: var(--wpds-border-radius-sm, 2px);
|
|
3655
3653
|
isolation: isolate;
|
|
3656
3654
|
}
|
|
3657
3655
|
|
|
@@ -3670,7 +3668,7 @@ div.dataviews-view-list {
|
|
|
3670
3668
|
}
|
|
3671
3669
|
|
|
3672
3670
|
.dataforms-layouts-panel__field-trigger:not(.is-disabled):hover {
|
|
3673
|
-
color: var(--wp-admin-theme-color);
|
|
3671
|
+
color: var(--wpds-color-fg-interactive-brand, var(--wp-admin-theme-color, #3858e9));
|
|
3674
3672
|
}
|
|
3675
3673
|
|
|
3676
3674
|
.dataforms-layouts-panel__field-trigger:not(.is-disabled):hover .dataforms-layouts-panel__field-trigger-icon {
|
|
@@ -3678,7 +3676,7 @@ div.dataviews-view-list {
|
|
|
3678
3676
|
}
|
|
3679
3677
|
|
|
3680
3678
|
.dataforms-layouts-panel__field-trigger:not(.is-disabled):hover .dataforms-layouts-panel__field-label {
|
|
3681
|
-
color: var(--wp-admin-theme-color);
|
|
3679
|
+
color: var(--wpds-color-fg-interactive-brand, var(--wp-admin-theme-color, #3858e9));
|
|
3682
3680
|
}
|
|
3683
3681
|
|
|
3684
3682
|
.dataforms-layouts-panel__field-trigger.is-disabled {
|
|
@@ -3686,7 +3684,7 @@ div.dataviews-view-list {
|
|
|
3686
3684
|
}
|
|
3687
3685
|
|
|
3688
3686
|
.dataforms-layouts-panel__field-trigger.is-disabled .dataforms-layouts-panel__field-control {
|
|
3689
|
-
color: #
|
|
3687
|
+
color: var(--wpds-color-fg-content-neutral-weak, #707070);
|
|
3690
3688
|
font-weight: var(--wpds-typography-font-weight-regular, 400);
|
|
3691
3689
|
}
|
|
3692
3690
|
|
|
@@ -3696,12 +3694,12 @@ div.dataviews-view-list {
|
|
|
3696
3694
|
}
|
|
3697
3695
|
|
|
3698
3696
|
.dataforms-layouts-panel__field-trigger--edit-always .dataforms-layouts-panel__field-trigger-icon:hover, .dataforms-layouts-panel__field-trigger--edit-always .dataforms-layouts-panel__field-trigger-icon:focus-visible {
|
|
3699
|
-
fill: var(--wp-admin-theme-color);
|
|
3697
|
+
fill: var(--wpds-color-fg-interactive-brand, var(--wp-admin-theme-color, #3858e9));
|
|
3700
3698
|
}
|
|
3701
3699
|
|
|
3702
3700
|
.dataforms-layouts-panel__field-trigger-icon {
|
|
3703
3701
|
padding: 0;
|
|
3704
|
-
color: var(--wp-admin-theme-color);
|
|
3702
|
+
color: var(--wpds-color-fg-interactive-brand, var(--wp-admin-theme-color, #3858e9));
|
|
3705
3703
|
flex: 0 0 auto;
|
|
3706
3704
|
opacity: 0;
|
|
3707
3705
|
border-radius: var(--wpds-border-radius-xs, 1px);
|
|
@@ -3709,7 +3707,7 @@ div.dataviews-view-list {
|
|
|
3709
3707
|
|
|
3710
3708
|
.dataforms-layouts-panel__field-trigger-icon:focus-visible {
|
|
3711
3709
|
opacity: 1;
|
|
3712
|
-
outline: var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) solid var(--wp-admin-theme-color);
|
|
3710
|
+
outline: var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) solid var(--wpds-color-stroke-focus-brand, var(--wp-admin-theme-color, #3858e9));
|
|
3713
3711
|
}
|
|
3714
3712
|
|
|
3715
3713
|
.dataforms-layouts-panel__field-dropdown-anchor {
|
|
@@ -3723,12 +3721,12 @@ div.dataviews-view-list {
|
|
|
3723
3721
|
.dataforms-layouts-panel__field-label {
|
|
3724
3722
|
width: 38%;
|
|
3725
3723
|
flex-shrink: 0;
|
|
3726
|
-
min-height:
|
|
3724
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 6);
|
|
3727
3725
|
display: flex;
|
|
3728
3726
|
align-items: center;
|
|
3729
|
-
line-height: 20px;
|
|
3727
|
+
line-height: var(--wpds-typography-line-height-sm, 20px);
|
|
3730
3728
|
hyphens: auto;
|
|
3731
|
-
color: #
|
|
3729
|
+
color: var(--wpds-color-fg-content-neutral-weak, #707070);
|
|
3732
3730
|
}
|
|
3733
3731
|
|
|
3734
3732
|
.dataforms-layouts-panel__field-label .components-base-control__label {
|
|
@@ -3738,18 +3736,18 @@ div.dataviews-view-list {
|
|
|
3738
3736
|
}
|
|
3739
3737
|
|
|
3740
3738
|
.dataforms-layouts-panel__field-label.has-error {
|
|
3741
|
-
color: #cc1818;
|
|
3739
|
+
color: var(--wpds-color-fg-content-error-weak, #cc1818);
|
|
3742
3740
|
}
|
|
3743
3741
|
|
|
3744
3742
|
.dataforms-layouts-panel__field-label-error-content {
|
|
3745
3743
|
position: relative;
|
|
3746
3744
|
z-index: 1;
|
|
3747
3745
|
cursor: help;
|
|
3748
|
-
fill: #cc1818;
|
|
3746
|
+
fill: var(--wpds-color-fg-content-error-weak, #cc1818);
|
|
3749
3747
|
display: inline-flex;
|
|
3750
3748
|
flex-direction: row;
|
|
3751
3749
|
align-items: center;
|
|
3752
|
-
gap: 4px;
|
|
3750
|
+
gap: var(--wpds-dimension-gap-xs, 4px);
|
|
3753
3751
|
}
|
|
3754
3752
|
|
|
3755
3753
|
.dataforms-layouts-panel__field-label-error-content svg {
|
|
@@ -3759,7 +3757,7 @@ div.dataviews-view-list {
|
|
|
3759
3757
|
.dataforms-layouts-panel__field-control {
|
|
3760
3758
|
flex-grow: 1;
|
|
3761
3759
|
min-width: 0;
|
|
3762
|
-
min-height:
|
|
3760
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 6);
|
|
3763
3761
|
line-height: var(--wpds-typography-line-height-md, 24px);
|
|
3764
3762
|
display: flex;
|
|
3765
3763
|
align-items: center;
|
|
@@ -3772,6 +3770,23 @@ div.dataviews-view-list {
|
|
|
3772
3770
|
min-width: 0;
|
|
3773
3771
|
}
|
|
3774
3772
|
|
|
3773
|
+
.dataforms-layouts-panel__field-control .components-button {
|
|
3774
|
+
max-width: 100%;
|
|
3775
|
+
text-align: right;
|
|
3776
|
+
white-space: normal;
|
|
3777
|
+
text-wrap: balance;
|
|
3778
|
+
text-wrap: pretty;
|
|
3779
|
+
min-height: 32px;
|
|
3780
|
+
}
|
|
3781
|
+
|
|
3782
|
+
.dataforms-layouts-panel__field-control.components-button.is-link[aria-disabled=true] {
|
|
3783
|
+
text-decoration: none;
|
|
3784
|
+
}
|
|
3785
|
+
|
|
3786
|
+
.dataforms-layouts-panel__field-control .components-dropdown {
|
|
3787
|
+
max-width: 100%;
|
|
3788
|
+
}
|
|
3789
|
+
|
|
3775
3790
|
.dataforms-layouts-panel__field-trigger--label-top .dataforms-layouts-panel__field-label {
|
|
3776
3791
|
width: 100%;
|
|
3777
3792
|
}
|
|
@@ -3786,25 +3801,29 @@ div.dataviews-view-list {
|
|
|
3786
3801
|
}
|
|
3787
3802
|
|
|
3788
3803
|
.dataforms-layouts-panel__field-dropdown .components-popover__content {
|
|
3789
|
-
min-width:
|
|
3790
|
-
padding: 16px;
|
|
3804
|
+
min-width: 320px;
|
|
3805
|
+
padding: var(--wpds-dimension-padding-lg, 16px);
|
|
3791
3806
|
}
|
|
3792
3807
|
|
|
3793
3808
|
.dataforms-layouts-panel__dropdown-header {
|
|
3794
|
-
margin-bottom: 16px;
|
|
3809
|
+
margin-bottom: var(--wpds-dimension-gap-lg, 16px);
|
|
3795
3810
|
}
|
|
3796
3811
|
|
|
3797
3812
|
.dataforms-layouts-panel__modal-footer {
|
|
3798
|
-
margin-top: 16px;
|
|
3813
|
+
margin-top: var(--wpds-dimension-gap-lg, 16px);
|
|
3799
3814
|
}
|
|
3800
3815
|
|
|
3801
3816
|
.components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown {
|
|
3802
3817
|
z-index: 159990;
|
|
3803
3818
|
}
|
|
3804
3819
|
|
|
3820
|
+
.dataforms-layouts-panel__summary-button:empty {
|
|
3821
|
+
min-width: 160px;
|
|
3822
|
+
}
|
|
3823
|
+
|
|
3805
3824
|
.dataforms-layouts-regular__field {
|
|
3806
3825
|
width: 100%;
|
|
3807
|
-
min-height:
|
|
3826
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 8);
|
|
3808
3827
|
justify-content: flex-start !important;
|
|
3809
3828
|
align-items: flex-start !important;
|
|
3810
3829
|
}
|
|
@@ -3812,16 +3831,16 @@ div.dataviews-view-list {
|
|
|
3812
3831
|
.dataforms-layouts-regular__field .components-base-control__label,
|
|
3813
3832
|
.dataforms-layouts-regular__field .components-input-control__label,
|
|
3814
3833
|
.dataforms-layouts-regular__field .components-form-token-field__label {
|
|
3815
|
-
color: #1e1e1e;
|
|
3834
|
+
color: var(--wpds-color-fg-content-neutral, #1e1e1e);
|
|
3816
3835
|
}
|
|
3817
3836
|
|
|
3818
3837
|
.dataforms-layouts-regular__field-label {
|
|
3819
3838
|
width: 38%;
|
|
3820
3839
|
flex-shrink: 0;
|
|
3821
|
-
min-height:
|
|
3840
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 8);
|
|
3822
3841
|
display: flex;
|
|
3823
3842
|
align-items: center;
|
|
3824
|
-
line-height: 20px;
|
|
3843
|
+
line-height: var(--wpds-typography-line-height-sm, 20px);
|
|
3825
3844
|
hyphens: auto;
|
|
3826
3845
|
}
|
|
3827
3846
|
|
|
@@ -3835,7 +3854,7 @@ div.dataviews-view-list {
|
|
|
3835
3854
|
|
|
3836
3855
|
.dataforms-layouts-regular__field-control {
|
|
3837
3856
|
flex-grow: 1;
|
|
3838
|
-
min-height:
|
|
3857
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 8);
|
|
3839
3858
|
display: flex;
|
|
3840
3859
|
align-items: center;
|
|
3841
3860
|
}
|
|
@@ -3853,26 +3872,26 @@ div.dataviews-view-list {
|
|
|
3853
3872
|
}
|
|
3854
3873
|
|
|
3855
3874
|
.dataforms-layouts-card__field-description {
|
|
3856
|
-
color: #
|
|
3875
|
+
color: var(--wpds-color-fg-content-neutral-weak, #707070);
|
|
3857
3876
|
display: block;
|
|
3858
|
-
font-size: 13px;
|
|
3859
|
-
margin-bottom: 16px;
|
|
3877
|
+
font-size: var(--wpds-typography-font-size-md, 13px);
|
|
3878
|
+
margin-bottom: var(--wpds-dimension-gap-lg, 16px);
|
|
3860
3879
|
}
|
|
3861
3880
|
|
|
3862
3881
|
.dataforms-layouts-card__field-summary {
|
|
3863
3882
|
display: flex;
|
|
3864
3883
|
flex-direction: row;
|
|
3865
|
-
gap: 16px;
|
|
3884
|
+
gap: var(--wpds-dimension-gap-lg, 16px);
|
|
3866
3885
|
align-items: center;
|
|
3867
3886
|
}
|
|
3868
3887
|
|
|
3869
3888
|
.dataforms-layouts-details__summary-content {
|
|
3870
3889
|
display: inline-flex;
|
|
3871
|
-
min-height:
|
|
3890
|
+
min-height: calc(var(--wpds-dimension-base, 4px) * 6);
|
|
3872
3891
|
}
|
|
3873
3892
|
|
|
3874
3893
|
.dataforms-layouts-details__content {
|
|
3875
|
-
padding-top: 12px;
|
|
3894
|
+
padding-top: var(--wpds-dimension-padding-md, 12px);
|
|
3876
3895
|
}
|
|
3877
3896
|
|
|
3878
3897
|
.dataforms-layouts-row__field-control {
|
|
@@ -4705,6 +4724,20 @@ fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields_
|
|
|
4705
4724
|
width: 1px;
|
|
4706
4725
|
}
|
|
4707
4726
|
|
|
4727
|
+
.wp-media-editor-image-editor__dimensions-tooltip {
|
|
4728
|
+
position: absolute;
|
|
4729
|
+
padding: 2px 6px;
|
|
4730
|
+
background: #fff;
|
|
4731
|
+
color: #1e1e1e;
|
|
4732
|
+
font-size: 11px;
|
|
4733
|
+
line-height: 1.4;
|
|
4734
|
+
font-variant-numeric: tabular-nums;
|
|
4735
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.08);
|
|
4736
|
+
pointer-events: none;
|
|
4737
|
+
white-space: nowrap;
|
|
4738
|
+
z-index: 2;
|
|
4739
|
+
}
|
|
4740
|
+
|
|
4708
4741
|
.wp-media-editor-image-editor__stencil-rect {
|
|
4709
4742
|
position: absolute;
|
|
4710
4743
|
border: 1px solid rgba(255, 255, 255, 0.7);
|
|
@@ -4713,7 +4746,7 @@ fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields_
|
|
|
4713
4746
|
transition: border-color 0.15s ease, box-shadow 0.15s ease;
|
|
4714
4747
|
}
|
|
4715
4748
|
|
|
4716
|
-
.wp-media-editor-image-editor__canvas--focus-visible .wp-media-editor-image-editor__stencil-rect {
|
|
4749
|
+
.wp-media-editor-image-editor__canvas--focus-visible:focus .wp-media-editor-image-editor__stencil-rect {
|
|
4717
4750
|
border-color: var(--wp-image-editor-focus-color, var(--wp-admin-theme-color, #007cba));
|
|
4718
4751
|
box-shadow: 0 0 0 1px var(--wp-image-editor-focus-color, var(--wp-admin-theme-color, #007cba));
|
|
4719
4752
|
}
|
|
@@ -4739,7 +4772,7 @@ fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields_
|
|
|
4739
4772
|
outline: none;
|
|
4740
4773
|
}
|
|
4741
4774
|
|
|
4742
|
-
.wp-media-editor-image-
|
|
4775
|
+
.wp-media-editor-image-editor__canvas--focus-visible .wp-media-editor-image-editor__handle:focus {
|
|
4743
4776
|
background: var(--wp-image-editor-focus-color, var(--wp-admin-theme-color, #007cba));
|
|
4744
4777
|
border-color: transparent;
|
|
4745
4778
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-image-editor-focus-color, var(--wp-admin-theme-color, #007cba));
|
|
@@ -5134,11 +5167,10 @@ fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields_
|
|
|
5134
5167
|
position: absolute;
|
|
5135
5168
|
bottom: 0;
|
|
5136
5169
|
right: 50%;
|
|
5137
|
-
width:
|
|
5138
|
-
height:
|
|
5139
|
-
|
|
5140
|
-
border-
|
|
5141
|
-
border-bottom: 9px solid var(--wp-admin-theme-color, #3858e9);
|
|
5170
|
+
width: 2px;
|
|
5171
|
+
height: 18px;
|
|
5172
|
+
background: var(--wp-admin-theme-color, #3858e9);
|
|
5173
|
+
border-radius: 1px;
|
|
5142
5174
|
transform: translateX(50%);
|
|
5143
5175
|
pointer-events: none;
|
|
5144
5176
|
}
|
|
@@ -5189,15 +5221,41 @@ fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields_
|
|
|
5189
5221
|
right: 50%;
|
|
5190
5222
|
height: 14px;
|
|
5191
5223
|
transform: translateX(50%);
|
|
5192
|
-
padding: 0 12px;
|
|
5193
5224
|
font-size: 12px;
|
|
5194
5225
|
font-weight: 600;
|
|
5195
5226
|
line-height: 14px;
|
|
5196
5227
|
color: #1e1e1e;
|
|
5197
|
-
background: linear-gradient(to left, transparent 0, #fff 12px, #fff calc(100% - 12px), transparent 100%);
|
|
5198
5228
|
pointer-events: none;
|
|
5199
5229
|
}
|
|
5200
5230
|
|
|
5231
|
+
.rotation-ruler__active-label::before {
|
|
5232
|
+
content: "";
|
|
5233
|
+
position: absolute;
|
|
5234
|
+
top: 0;
|
|
5235
|
+
right: 50%;
|
|
5236
|
+
width: 60px;
|
|
5237
|
+
height: 100%;
|
|
5238
|
+
transform: translateX(50%);
|
|
5239
|
+
background: linear-gradient(to left, transparent 0, #fff 12px, #fff calc(100% - 12px), transparent 100%);
|
|
5240
|
+
}
|
|
5241
|
+
|
|
5242
|
+
.rotation-ruler__active-label-number {
|
|
5243
|
+
position: relative;
|
|
5244
|
+
display: inline-block;
|
|
5245
|
+
}
|
|
5246
|
+
|
|
5247
|
+
.rotation-ruler__active-label-sign {
|
|
5248
|
+
position: absolute;
|
|
5249
|
+
top: 0;
|
|
5250
|
+
left: 100%;
|
|
5251
|
+
}
|
|
5252
|
+
|
|
5253
|
+
.rotation-ruler__active-label-unit {
|
|
5254
|
+
position: absolute;
|
|
5255
|
+
top: 0;
|
|
5256
|
+
right: 100%;
|
|
5257
|
+
}
|
|
5258
|
+
|
|
5201
5259
|
@container (max-width: 220px) {
|
|
5202
5260
|
.rotation-ruler__tick--minor {
|
|
5203
5261
|
opacity: 0;
|
|
@@ -5738,7 +5796,6 @@ fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields_
|
|
|
5738
5796
|
height: 32px;
|
|
5739
5797
|
background: #f0f0f0;
|
|
5740
5798
|
border-radius: 4px;
|
|
5741
|
-
margin-left: 8px;
|
|
5742
5799
|
}
|
|
5743
5800
|
.editor-collaborators-presence:hover {
|
|
5744
5801
|
background-color: #e0e0e0;
|
|
@@ -5747,6 +5804,10 @@ fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields_
|
|
|
5747
5804
|
background-color: #e0e0e0;
|
|
5748
5805
|
}
|
|
5749
5806
|
|
|
5807
|
+
.editor-header__center .editor-collaborators-presence {
|
|
5808
|
+
margin-left: 8px;
|
|
5809
|
+
}
|
|
5810
|
+
|
|
5750
5811
|
.editor-collaborators-presence__button.editor-collaborators-presence__button.components-button {
|
|
5751
5812
|
display: flex;
|
|
5752
5813
|
align-items: center;
|
|
@@ -6127,6 +6188,10 @@ fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields_
|
|
|
6127
6188
|
isolation: isolate;
|
|
6128
6189
|
}
|
|
6129
6190
|
|
|
6191
|
+
.editor-editor-interface .editor-notices {
|
|
6192
|
+
padding: var(--wpds-dimension-padding-md, 12px);
|
|
6193
|
+
}
|
|
6194
|
+
|
|
6130
6195
|
.editor-visual-editor {
|
|
6131
6196
|
flex: 1 0 auto;
|
|
6132
6197
|
}
|
|
@@ -6235,15 +6300,6 @@ fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields_
|
|
|
6235
6300
|
flex: 1;
|
|
6236
6301
|
}
|
|
6237
6302
|
|
|
6238
|
-
.editor-global-styles-sidebar .components-navigation__menu-title-heading {
|
|
6239
|
-
font-size: 15.6px;
|
|
6240
|
-
font-weight: 499;
|
|
6241
|
-
}
|
|
6242
|
-
|
|
6243
|
-
.editor-global-styles-sidebar .components-navigation__item > button span {
|
|
6244
|
-
font-weight: 499;
|
|
6245
|
-
}
|
|
6246
|
-
|
|
6247
6303
|
.editor-global-styles-sidebar .block-editor-panel-color-gradient-settings {
|
|
6248
6304
|
border: 0;
|
|
6249
6305
|
}
|
|
@@ -6983,10 +7039,6 @@ fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields_
|
|
|
6983
7039
|
padding: 16px;
|
|
6984
7040
|
}
|
|
6985
7041
|
|
|
6986
|
-
.editor-private-post-last-revision__button {
|
|
6987
|
-
display: inline-block;
|
|
6988
|
-
}
|
|
6989
|
-
|
|
6990
7042
|
.editor-post-locked-modal__buttons {
|
|
6991
7043
|
margin-top: 24px;
|
|
6992
7044
|
}
|
|
@@ -7013,6 +7065,7 @@ fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields_
|
|
|
7013
7065
|
padding: 6px 0;
|
|
7014
7066
|
line-height: 20px;
|
|
7015
7067
|
hyphens: auto;
|
|
7068
|
+
word-break: break-word;
|
|
7016
7069
|
}
|
|
7017
7070
|
|
|
7018
7071
|
.editor-post-panel__row-control {
|
|
@@ -7310,7 +7363,7 @@ fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields_
|
|
|
7310
7363
|
.revision-diff-markers {
|
|
7311
7364
|
position: relative;
|
|
7312
7365
|
flex-shrink: 0;
|
|
7313
|
-
width:
|
|
7366
|
+
width: max(16px, 1rem);
|
|
7314
7367
|
background: rgba(0, 0, 0, 0.05);
|
|
7315
7368
|
}
|
|
7316
7369
|
.revision-diff-markers .revision-diff-marker {
|
|
@@ -7323,13 +7376,13 @@ fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields_
|
|
|
7323
7376
|
transition: opacity 0.1s ease;
|
|
7324
7377
|
}
|
|
7325
7378
|
.revision-diff-markers .revision-diff-marker.is-added {
|
|
7326
|
-
background: #
|
|
7379
|
+
background: #008a20;
|
|
7327
7380
|
}
|
|
7328
7381
|
.revision-diff-markers .revision-diff-marker.is-removed {
|
|
7329
|
-
background: repeating-linear-gradient(-45deg, #d63638, #d63638
|
|
7382
|
+
background: repeating-linear-gradient(-45deg, #d63638, #d63638 6px, rgba(214, 54, 56, 0.45) 6px, rgba(214, 54, 56, 0.45) 8px);
|
|
7330
7383
|
}
|
|
7331
7384
|
.revision-diff-markers .revision-diff-marker.is-modified {
|
|
7332
|
-
background: repeating-linear-gradient(45deg, #
|
|
7385
|
+
background: repeating-linear-gradient(45deg, #9a7000, #9a7000 6px, rgba(154, 112, 0, 0.45) 6px, rgba(154, 112, 0, 0.45) 8px);
|
|
7333
7386
|
}
|
|
7334
7387
|
.revision-diff-markers .revision-diff-marker:hover {
|
|
7335
7388
|
opacity: 0.7;
|
|
@@ -8028,6 +8081,7 @@ textarea.editor-post-text-editor::placeholder {
|
|
|
8028
8081
|
}
|
|
8029
8082
|
.editor-text-editor {
|
|
8030
8083
|
position: relative;
|
|
8084
|
+
isolation: isolate;
|
|
8031
8085
|
width: 100%;
|
|
8032
8086
|
background-color: #fff;
|
|
8033
8087
|
flex-grow: 1;
|