@cloudscape-design/components-themeable 3.0.1332 → 3.0.1334
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/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/app-layout/constants.scss +4 -0
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/navigation/styles.scss +43 -13
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/skeleton/styles.scss +7 -1
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/toolbar/styles.scss +2 -2
- package/lib/internal/scss/box/visual-accent.scss +61 -25
- package/lib/internal/scss/button/styles.scss +6 -0
- package/lib/internal/scss/code-editor/ace-editor.scss +1 -1
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +174 -173
- package/lib/internal/scss/side-navigation/styles.scss +14 -10
- package/lib/internal/scss/status-indicator/styles.scss +4 -2
- package/lib/internal/scss/steps/styles.scss +113 -31
- package/lib/internal/scss/table/header-cell/styles.scss +42 -14
- package/lib/internal/scss/table/styles.scss +6 -0
- package/lib/internal/scss/tooltip/styles.scss +22 -0
- package/lib/internal/template/alert/styles.css.js +27 -27
- package/lib/internal/template/alert/styles.scoped.css +50 -50
- package/lib/internal/template/alert/styles.selectors.js +27 -27
- package/lib/internal/template/annotation-context/annotation/styles.css.js +13 -13
- package/lib/internal/template/annotation-context/annotation/styles.scoped.css +21 -21
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +13 -13
- package/lib/internal/template/app-layout/classic.d.ts +1 -0
- package/lib/internal/template/app-layout/classic.d.ts.map +1 -1
- package/lib/internal/template/app-layout/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/index.js +2 -1
- package/lib/internal/template/app-layout/index.js.map +1 -1
- package/lib/internal/template/app-layout/interfaces.d.ts +16 -1
- package/lib/internal/template/app-layout/interfaces.d.ts.map +1 -1
- package/lib/internal/template/app-layout/interfaces.js.map +1 -1
- package/lib/internal/template/app-layout/internal.d.ts +1 -0
- package/lib/internal/template/app-layout/internal.d.ts.map +1 -1
- package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
- package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
- package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
- package/lib/internal/template/app-layout/visual-refresh/index.d.ts +1 -0
- package/lib/internal/template/app-layout/visual-refresh/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +262 -262
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.d.ts +3 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.js +2 -2
- package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +93 -93
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/interfaces.d.ts +2 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/interfaces.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/interfaces.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.d.ts +2 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.js +11 -5
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +6 -4
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +34 -15
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +6 -4
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/skeleton-parts.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/skeleton-parts.js +4 -2
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/skeleton-parts.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +30 -29
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +72 -67
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +30 -29
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/interfaces.d.ts +1 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/interfaces.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/interfaces.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/props-merger.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/props-merger.js +2 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/props-merger.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.d.ts +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.js +26 -3
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-skeleton-slots-attributes.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-skeleton-slots-attributes.js +2 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-skeleton-slots-attributes.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.d.ts +1 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.css.js +14 -14
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.scoped.css +36 -36
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.selectors.js +14 -14
- package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/before-main-slot.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/before-main-slot.js +3 -3
- package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/before-main-slot.js.map +1 -1
- package/lib/internal/template/app-layout-toolbar/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout-toolbar/index.js +2 -1
- package/lib/internal/template/app-layout-toolbar/index.js.map +1 -1
- package/lib/internal/template/attribute-editor/styles.css.js +15 -15
- package/lib/internal/template/attribute-editor/styles.scoped.css +29 -29
- package/lib/internal/template/attribute-editor/styles.selectors.js +15 -15
- package/lib/internal/template/box/interfaces.d.ts +1 -1
- package/lib/internal/template/box/interfaces.d.ts.map +1 -1
- package/lib/internal/template/box/interfaces.js.map +1 -1
- package/lib/internal/template/box/styles.css.js +220 -224
- package/lib/internal/template/box/styles.scoped.css +293 -313
- package/lib/internal/template/box/styles.selectors.js +220 -224
- package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +30 -30
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
- package/lib/internal/template/button/internal.d.ts +2 -0
- package/lib/internal/template/button/internal.d.ts.map +1 -1
- package/lib/internal/template/button/internal.js +2 -1
- package/lib/internal/template/button/internal.js.map +1 -1
- package/lib/internal/template/button/styles.css.js +23 -22
- package/lib/internal/template/button/styles.scoped.css +261 -256
- package/lib/internal/template/button/styles.selectors.js +23 -22
- package/lib/internal/template/button-dropdown/internal-interfaces.d.ts +11 -0
- package/lib/internal/template/button-dropdown/internal-interfaces.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/internal-interfaces.js.map +1 -1
- package/lib/internal/template/button-dropdown/internal.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/internal.js +3 -2
- package/lib/internal/template/button-dropdown/internal.js.map +1 -1
- package/lib/internal/template/button-dropdown/item-element/styles.css.js +21 -21
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +37 -37
- package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +21 -21
- package/lib/internal/template/button-group/copy-to-clipboard-item.d.ts +16 -0
- package/lib/internal/template/button-group/copy-to-clipboard-item.d.ts.map +1 -0
- package/lib/internal/template/button-group/copy-to-clipboard-item.js +38 -0
- package/lib/internal/template/button-group/copy-to-clipboard-item.js.map +1 -0
- package/lib/internal/template/button-group/index.d.ts.map +1 -1
- package/lib/internal/template/button-group/index.js +9 -1
- package/lib/internal/template/button-group/index.js.map +1 -1
- package/lib/internal/template/button-group/interfaces.d.ts +38 -2
- package/lib/internal/template/button-group/interfaces.d.ts.map +1 -1
- package/lib/internal/template/button-group/interfaces.js.map +1 -1
- package/lib/internal/template/button-group/internal-interfaces.d.ts +1 -1
- package/lib/internal/template/button-group/internal-interfaces.d.ts.map +1 -1
- package/lib/internal/template/button-group/internal-interfaces.js.map +1 -1
- package/lib/internal/template/button-group/internal.d.ts.map +1 -1
- package/lib/internal/template/button-group/internal.js +2 -2
- package/lib/internal/template/button-group/internal.js.map +1 -1
- package/lib/internal/template/button-group/item-element.d.ts +2 -0
- package/lib/internal/template/button-group/item-element.d.ts.map +1 -1
- package/lib/internal/template/button-group/item-element.js +13 -3
- package/lib/internal/template/button-group/item-element.js.map +1 -1
- package/lib/internal/template/checkbox/styles.css.js +3 -3
- package/lib/internal/template/checkbox/styles.scoped.css +11 -11
- package/lib/internal/template/checkbox/styles.selectors.js +3 -3
- package/lib/internal/template/code-editor/styles.css.js +33 -33
- package/lib/internal/template/code-editor/styles.scoped.css +187 -187
- package/lib/internal/template/code-editor/styles.selectors.js +33 -33
- package/lib/internal/template/content-layout/styles.css.js +14 -14
- package/lib/internal/template/content-layout/styles.scoped.css +27 -27
- package/lib/internal/template/content-layout/styles.selectors.js +14 -14
- package/lib/internal/template/dropdown/styles.css.js +20 -20
- package/lib/internal/template/dropdown/styles.scoped.css +49 -49
- package/lib/internal/template/dropdown/styles.selectors.js +20 -20
- package/lib/internal/template/file-token-group/styles.css.js +23 -23
- package/lib/internal/template/file-token-group/styles.scoped.css +36 -36
- package/lib/internal/template/file-token-group/styles.selectors.js +23 -23
- package/lib/internal/template/flashbar/styles.css.js +50 -50
- package/lib/internal/template/flashbar/styles.scoped.css +192 -192
- package/lib/internal/template/flashbar/styles.selectors.js +50 -50
- package/lib/internal/template/help-panel/styles.css.js +6 -6
- package/lib/internal/template/help-panel/styles.scoped.css +72 -72
- package/lib/internal/template/help-panel/styles.selectors.js +6 -6
- package/lib/internal/template/i18n/messages/all.all.js +1 -1
- package/lib/internal/template/i18n/messages/all.all.json +1 -1
- package/lib/internal/template/i18n/messages/all.ar.js +1 -1
- package/lib/internal/template/i18n/messages/all.ar.json +1 -1
- package/lib/internal/template/i18n/messages/all.de.js +1 -1
- package/lib/internal/template/i18n/messages/all.de.json +1 -1
- package/lib/internal/template/i18n/messages/all.en-GB.js +1 -1
- package/lib/internal/template/i18n/messages/all.en-GB.json +1 -1
- package/lib/internal/template/i18n/messages/all.en.js +1 -1
- package/lib/internal/template/i18n/messages/all.en.json +1 -1
- package/lib/internal/template/i18n/messages/all.es.js +1 -1
- package/lib/internal/template/i18n/messages/all.es.json +1 -1
- package/lib/internal/template/i18n/messages/all.fr.js +1 -1
- package/lib/internal/template/i18n/messages/all.fr.json +1 -1
- package/lib/internal/template/i18n/messages/all.id.js +1 -1
- package/lib/internal/template/i18n/messages/all.id.json +1 -1
- package/lib/internal/template/i18n/messages/all.it.js +1 -1
- package/lib/internal/template/i18n/messages/all.it.json +1 -1
- package/lib/internal/template/i18n/messages/all.ja.js +1 -1
- package/lib/internal/template/i18n/messages/all.ja.json +1 -1
- package/lib/internal/template/i18n/messages/all.ko.js +1 -1
- package/lib/internal/template/i18n/messages/all.ko.json +1 -1
- package/lib/internal/template/i18n/messages/all.pt-BR.js +1 -1
- package/lib/internal/template/i18n/messages/all.pt-BR.json +1 -1
- package/lib/internal/template/i18n/messages/all.tr.js +1 -1
- package/lib/internal/template/i18n/messages/all.tr.json +1 -1
- package/lib/internal/template/i18n/messages/all.zh-CN.js +1 -1
- package/lib/internal/template/i18n/messages/all.zh-CN.json +1 -1
- package/lib/internal/template/i18n/messages/all.zh-TW.js +1 -1
- package/lib/internal/template/i18n/messages/all.zh-TW.json +1 -1
- package/lib/internal/template/i18n/messages-types.d.ts +19 -0
- package/lib/internal/template/i18n/messages-types.d.ts.map +1 -1
- package/lib/internal/template/i18n/messages-types.js.map +1 -1
- package/lib/internal/template/input/styles.css.js +18 -18
- package/lib/internal/template/input/styles.scoped.css +82 -82
- package/lib/internal/template/input/styles.selectors.js +18 -18
- package/lib/internal/template/internal/base-component/styles.scoped.css +171 -3
- package/lib/internal/template/internal/components/abstract-switch/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/abstract-switch/index.js +7 -1
- package/lib/internal/template/internal/components/abstract-switch/index.js.map +1 -1
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.css.js +30 -30
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.scoped.css +58 -58
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.selectors.js +30 -30
- package/lib/internal/template/internal/components/option/styles.css.js +17 -17
- package/lib/internal/template/internal/components/option/styles.scoped.css +31 -31
- package/lib/internal/template/internal/components/option/styles.selectors.js +17 -17
- package/lib/internal/template/internal/components/radio-button/styles.css.js +7 -7
- package/lib/internal/template/internal/components/radio-button/styles.scoped.css +18 -18
- package/lib/internal/template/internal/components/radio-button/styles.selectors.js +7 -7
- package/lib/internal/template/internal/components/selectable-item/styles.css.js +22 -22
- package/lib/internal/template/internal/components/selectable-item/styles.scoped.css +57 -57
- package/lib/internal/template/internal/components/selectable-item/styles.selectors.js +22 -22
- package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
- package/lib/internal/template/internal/components/token-list/styles.scoped.css +25 -25
- package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts +1 -0
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
- package/lib/internal/template/internal/generated/custom-css-properties/index.js +173 -172
- package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
- package/lib/internal/template/internal/generated/styles/tokens.d.ts +37 -38
- package/lib/internal/template/internal/generated/styles/tokens.js +37 -38
- package/lib/internal/template/internal/generated/theming/index.cjs +625 -774
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +63 -9
- package/lib/internal/template/internal/generated/theming/index.d.ts +63 -9
- package/lib/internal/template/internal/generated/theming/index.js +625 -774
- package/lib/internal/template/item-card/styles.css.js +14 -14
- package/lib/internal/template/item-card/styles.scoped.css +63 -63
- package/lib/internal/template/item-card/styles.selectors.js +14 -14
- package/lib/internal/template/link/styles.css.js +21 -21
- package/lib/internal/template/link/styles.scoped.css +117 -117
- package/lib/internal/template/link/styles.selectors.js +21 -21
- package/lib/internal/template/modal/styles.css.js +31 -31
- package/lib/internal/template/modal/styles.scoped.css +48 -48
- package/lib/internal/template/modal/styles.selectors.js +31 -31
- package/lib/internal/template/package.json +94 -0
- package/lib/internal/template/progress-bar/styles.css.js +18 -18
- package/lib/internal/template/progress-bar/styles.scoped.css +48 -48
- package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
- package/lib/internal/template/prompt-input/styles.css.js +26 -26
- package/lib/internal/template/prompt-input/styles.scoped.css +105 -105
- package/lib/internal/template/prompt-input/styles.selectors.js +26 -26
- package/lib/internal/template/segmented-control/styles.css.js +16 -16
- package/lib/internal/template/segmented-control/styles.scoped.css +46 -46
- package/lib/internal/template/segmented-control/styles.selectors.js +16 -16
- package/lib/internal/template/side-navigation/implementation.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/implementation.js +6 -4
- package/lib/internal/template/side-navigation/implementation.js.map +1 -1
- package/lib/internal/template/side-navigation/parts.d.ts +4 -1
- package/lib/internal/template/side-navigation/parts.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/parts.js +45 -32
- package/lib/internal/template/side-navigation/parts.js.map +1 -1
- package/lib/internal/template/side-navigation/styles.css.js +48 -47
- package/lib/internal/template/side-navigation/styles.scoped.css +79 -78
- package/lib/internal/template/side-navigation/styles.selectors.js +48 -47
- package/lib/internal/template/side-navigation/util.d.ts +1 -0
- package/lib/internal/template/side-navigation/util.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/util.js +5 -0
- package/lib/internal/template/side-navigation/util.js.map +1 -1
- package/lib/internal/template/slider/styles.css.js +26 -26
- package/lib/internal/template/slider/styles.scoped.css +165 -165
- package/lib/internal/template/slider/styles.selectors.js +26 -26
- package/lib/internal/template/spinner/styles.css.js +13 -13
- package/lib/internal/template/spinner/styles.scoped.css +39 -39
- package/lib/internal/template/spinner/styles.selectors.js +13 -13
- package/lib/internal/template/status-indicator/internal-interfaces.d.ts +3 -0
- package/lib/internal/template/status-indicator/internal-interfaces.d.ts.map +1 -0
- package/lib/internal/template/status-indicator/internal-interfaces.js +2 -0
- package/lib/internal/template/status-indicator/internal-interfaces.js.map +1 -0
- package/lib/internal/template/status-indicator/internal.d.ts +6 -2
- package/lib/internal/template/status-indicator/internal.d.ts.map +1 -1
- package/lib/internal/template/status-indicator/internal.js +1 -0
- package/lib/internal/template/status-indicator/internal.js.map +1 -1
- package/lib/internal/template/status-indicator/styles.css.js +25 -24
- package/lib/internal/template/status-indicator/styles.scoped.css +59 -53
- package/lib/internal/template/status-indicator/styles.selectors.js +25 -24
- package/lib/internal/template/steps/interfaces.d.ts +4 -2
- package/lib/internal/template/steps/interfaces.d.ts.map +1 -1
- package/lib/internal/template/steps/interfaces.js.map +1 -1
- package/lib/internal/template/steps/internal.d.ts.map +1 -1
- package/lib/internal/template/steps/internal.js +36 -12
- package/lib/internal/template/steps/internal.js.map +1 -1
- package/lib/internal/template/steps/styles.css.js +17 -13
- package/lib/internal/template/steps/styles.scoped.css +99 -42
- package/lib/internal/template/steps/styles.selectors.js +17 -13
- package/lib/internal/template/table/clear-sort.d.ts +9 -0
- package/lib/internal/template/table/clear-sort.d.ts.map +1 -0
- package/lib/internal/template/table/clear-sort.js +15 -0
- package/lib/internal/template/table/clear-sort.js.map +1 -0
- package/lib/internal/template/table/header-cell/index.d.ts +4 -1
- package/lib/internal/template/table/header-cell/index.d.ts.map +1 -1
- package/lib/internal/template/table/header-cell/index.js +122 -33
- package/lib/internal/template/table/header-cell/index.js.map +1 -1
- package/lib/internal/template/table/header-cell/sort-menu.d.ts +14 -0
- package/lib/internal/template/table/header-cell/sort-menu.d.ts.map +1 -0
- package/lib/internal/template/table/header-cell/sort-menu.js +50 -0
- package/lib/internal/template/table/header-cell/sort-menu.js.map +1 -0
- package/lib/internal/template/table/header-cell/styles.css.js +38 -33
- package/lib/internal/template/table/header-cell/styles.scoped.css +101 -76
- package/lib/internal/template/table/header-cell/styles.selectors.js +38 -33
- package/lib/internal/template/table/header-cell/th-element.d.ts +8 -1
- package/lib/internal/template/table/header-cell/th-element.d.ts.map +1 -1
- package/lib/internal/template/table/header-cell/th-element.js +6 -2
- package/lib/internal/template/table/header-cell/th-element.js.map +1 -1
- package/lib/internal/template/table/index.d.ts.map +1 -1
- package/lib/internal/template/table/index.js +1 -0
- package/lib/internal/template/table/index.js.map +1 -1
- package/lib/internal/template/table/interfaces.d.ts +67 -1
- package/lib/internal/template/table/interfaces.d.ts.map +1 -1
- package/lib/internal/template/table/interfaces.js.map +1 -1
- package/lib/internal/template/table/internal.d.ts.map +1 -1
- package/lib/internal/template/table/internal.js +21 -3
- package/lib/internal/template/table/internal.js.map +1 -1
- package/lib/internal/template/table/multi-column-sort/live-announcement.d.ts +16 -0
- package/lib/internal/template/table/multi-column-sort/live-announcement.d.ts.map +1 -0
- package/lib/internal/template/table/multi-column-sort/live-announcement.js +68 -0
- package/lib/internal/template/table/multi-column-sort/live-announcement.js.map +1 -0
- package/lib/internal/template/table/multi-column-sort/utils.d.ts +45 -0
- package/lib/internal/template/table/multi-column-sort/utils.d.ts.map +1 -0
- package/lib/internal/template/table/multi-column-sort/utils.js +76 -0
- package/lib/internal/template/table/multi-column-sort/utils.js.map +1 -0
- package/lib/internal/template/table/styles.css.js +37 -36
- package/lib/internal/template/table/styles.scoped.css +46 -43
- package/lib/internal/template/table/styles.selectors.js +37 -36
- package/lib/internal/template/table/thead.d.ts +3 -0
- package/lib/internal/template/table/thead.d.ts.map +1 -1
- package/lib/internal/template/table/thead.js +3 -3
- package/lib/internal/template/table/thead.js.map +1 -1
- package/lib/internal/template/table/tools-header.d.ts +2 -1
- package/lib/internal/template/table/tools-header.d.ts.map +1 -1
- package/lib/internal/template/table/tools-header.js +4 -3
- package/lib/internal/template/table/tools-header.js.map +1 -1
- package/lib/internal/template/tabs/styles.css.js +30 -30
- package/lib/internal/template/tabs/styles.scoped.css +76 -76
- package/lib/internal/template/tabs/styles.selectors.js +30 -30
- package/lib/internal/template/tag-editor/styles.css.js +3 -3
- package/lib/internal/template/tag-editor/styles.scoped.css +13 -13
- package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
- package/lib/internal/template/test-utils/dom/button-group/index.d.ts +4 -0
- package/lib/internal/template/test-utils/dom/button-group/index.js +8 -0
- package/lib/internal/template/test-utils/dom/button-group/index.js.map +1 -1
- package/lib/internal/template/test-utils/dom/steps/index.d.ts +4 -0
- package/lib/internal/template/test-utils/dom/steps/index.js +6 -0
- package/lib/internal/template/test-utils/dom/steps/index.js.map +1 -1
- package/lib/internal/template/test-utils/dom/table/index.d.ts +77 -0
- package/lib/internal/template/test-utils/dom/table/index.js +87 -2
- package/lib/internal/template/test-utils/dom/table/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/button-group/index.d.ts +4 -0
- package/lib/internal/template/test-utils/selectors/button-group/index.js +8 -0
- package/lib/internal/template/test-utils/selectors/button-group/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/steps/index.d.ts +4 -0
- package/lib/internal/template/test-utils/selectors/steps/index.js +6 -0
- package/lib/internal/template/test-utils/selectors/steps/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/table/index.d.ts +77 -0
- package/lib/internal/template/test-utils/selectors/table/index.js +87 -2
- package/lib/internal/template/test-utils/selectors/table/index.js.map +1 -1
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +66 -66
- package/lib/internal/template/text-content/styles.selectors.js +1 -1
- package/lib/internal/template/textarea/styles.css.js +5 -5
- package/lib/internal/template/textarea/styles.scoped.css +45 -45
- package/lib/internal/template/textarea/styles.selectors.js +5 -5
- package/lib/internal/template/toggle/styles.css.js +10 -10
- package/lib/internal/template/toggle/styles.scoped.css +23 -23
- package/lib/internal/template/toggle/styles.selectors.js +10 -10
- package/lib/internal/template/token/styles.css.js +14 -14
- package/lib/internal/template/token/styles.scoped.css +47 -47
- package/lib/internal/template/token/styles.selectors.js +14 -14
- package/lib/internal/template/tooltip/internal.d.ts.map +1 -1
- package/lib/internal/template/tooltip/internal.js +2 -1
- package/lib/internal/template/tooltip/internal.js.map +1 -1
- package/lib/internal/template/tooltip/styles.css.js +7 -0
- package/lib/internal/template/tooltip/styles.scoped.css +165 -0
- package/lib/internal/template/tooltip/styles.selectors.js +8 -0
- package/lib/internal/template/top-navigation/use-top-navigation.d.ts.map +1 -1
- package/lib/internal/template/top-navigation/use-top-navigation.js +2 -5
- package/lib/internal/template/top-navigation/use-top-navigation.js.map +1 -1
- package/package.json +1 -1
|
@@ -199,6 +199,7 @@ export declare interface TypedOverride {
|
|
|
199
199
|
colorBorderDropdownItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
200
200
|
colorBorderItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
201
201
|
colorBorderLayout?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
202
|
+
colorBorderLayoutSideNavigation?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
202
203
|
colorBorderPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
203
204
|
colorBorderSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
204
205
|
colorBorderSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -283,6 +284,7 @@ export declare interface TypedOverride {
|
|
|
283
284
|
colorTextLinkInfoDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
284
285
|
colorTextLinkInfoHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
285
286
|
colorTextNotificationDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
287
|
+
colorTextNotificationYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
286
288
|
colorTextSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
287
289
|
colorTextSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
288
290
|
colorTextSegmentHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -428,9 +430,12 @@ export declare interface TypedOverride {
|
|
|
428
430
|
borderWidthIconSmall?: GlobalValue;
|
|
429
431
|
borderWidthIconXSmall?: GlobalValue;
|
|
430
432
|
borderWidthItemSelected?: GlobalValue;
|
|
433
|
+
borderWidthLayoutSideNavigation?: GlobalValue;
|
|
431
434
|
borderWidthBadge?: GlobalValue;
|
|
432
435
|
borderWidthPopover?: GlobalValue;
|
|
433
436
|
borderWidthToken?: GlobalValue;
|
|
437
|
+
motionDurationTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
|
|
438
|
+
motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
|
|
434
439
|
sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
435
440
|
sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
436
441
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -443,7 +448,8 @@ export declare interface TypedOverride {
|
|
|
443
448
|
spaceCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
444
449
|
spaceCardVerticalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
445
450
|
spaceTabsVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
446
|
-
|
|
451
|
+
spaceSideNavigationItemDefaultGap?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
452
|
+
spaceSideNavigationItemIconGap?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
447
453
|
spaceActionCardHorizontalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
448
454
|
spaceActionCardHorizontalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
449
455
|
spaceActionCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -651,6 +657,7 @@ export declare interface TypedOverride {
|
|
|
651
657
|
colorBorderDropdownItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
652
658
|
colorBorderItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
653
659
|
colorBorderLayout?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
660
|
+
colorBorderLayoutSideNavigation?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
654
661
|
colorBorderPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
655
662
|
colorBorderSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
656
663
|
colorBorderSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -735,6 +742,7 @@ export declare interface TypedOverride {
|
|
|
735
742
|
colorTextLinkInfoDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
736
743
|
colorTextLinkInfoHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
737
744
|
colorTextNotificationDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
745
|
+
colorTextNotificationYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
738
746
|
colorTextSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
739
747
|
colorTextSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
740
748
|
colorTextSegmentHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -880,9 +888,12 @@ export declare interface TypedOverride {
|
|
|
880
888
|
borderWidthIconSmall?: GlobalValue;
|
|
881
889
|
borderWidthIconXSmall?: GlobalValue;
|
|
882
890
|
borderWidthItemSelected?: GlobalValue;
|
|
891
|
+
borderWidthLayoutSideNavigation?: GlobalValue;
|
|
883
892
|
borderWidthBadge?: GlobalValue;
|
|
884
893
|
borderWidthPopover?: GlobalValue;
|
|
885
894
|
borderWidthToken?: GlobalValue;
|
|
895
|
+
motionDurationTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
|
|
896
|
+
motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
|
|
886
897
|
sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
887
898
|
sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
888
899
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -895,7 +906,8 @@ export declare interface TypedOverride {
|
|
|
895
906
|
spaceCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
896
907
|
spaceCardVerticalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
897
908
|
spaceTabsVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
898
|
-
|
|
909
|
+
spaceSideNavigationItemDefaultGap?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
910
|
+
spaceSideNavigationItemIconGap?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
899
911
|
spaceActionCardHorizontalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
900
912
|
spaceActionCardHorizontalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
901
913
|
spaceActionCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -1103,6 +1115,7 @@ export declare interface TypedOverride {
|
|
|
1103
1115
|
colorBorderDropdownItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1104
1116
|
colorBorderItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1105
1117
|
colorBorderLayout?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1118
|
+
colorBorderLayoutSideNavigation?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1106
1119
|
colorBorderPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1107
1120
|
colorBorderSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1108
1121
|
colorBorderSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1187,6 +1200,7 @@ export declare interface TypedOverride {
|
|
|
1187
1200
|
colorTextLinkInfoDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1188
1201
|
colorTextLinkInfoHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1189
1202
|
colorTextNotificationDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1203
|
+
colorTextNotificationYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1190
1204
|
colorTextSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1191
1205
|
colorTextSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1192
1206
|
colorTextSegmentHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1332,9 +1346,12 @@ export declare interface TypedOverride {
|
|
|
1332
1346
|
borderWidthIconSmall?: GlobalValue;
|
|
1333
1347
|
borderWidthIconXSmall?: GlobalValue;
|
|
1334
1348
|
borderWidthItemSelected?: GlobalValue;
|
|
1349
|
+
borderWidthLayoutSideNavigation?: GlobalValue;
|
|
1335
1350
|
borderWidthBadge?: GlobalValue;
|
|
1336
1351
|
borderWidthPopover?: GlobalValue;
|
|
1337
1352
|
borderWidthToken?: GlobalValue;
|
|
1353
|
+
motionDurationTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
|
|
1354
|
+
motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
|
|
1338
1355
|
sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1339
1356
|
sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1340
1357
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -1347,7 +1364,8 @@ export declare interface TypedOverride {
|
|
|
1347
1364
|
spaceCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1348
1365
|
spaceCardVerticalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1349
1366
|
spaceTabsVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1350
|
-
|
|
1367
|
+
spaceSideNavigationItemDefaultGap?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1368
|
+
spaceSideNavigationItemIconGap?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1351
1369
|
spaceActionCardHorizontalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1352
1370
|
spaceActionCardHorizontalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1353
1371
|
spaceActionCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -1555,6 +1573,7 @@ export declare interface TypedOverride {
|
|
|
1555
1573
|
colorBorderDropdownItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1556
1574
|
colorBorderItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1557
1575
|
colorBorderLayout?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1576
|
+
colorBorderLayoutSideNavigation?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1558
1577
|
colorBorderPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1559
1578
|
colorBorderSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1560
1579
|
colorBorderSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1639,6 +1658,7 @@ export declare interface TypedOverride {
|
|
|
1639
1658
|
colorTextLinkInfoDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1640
1659
|
colorTextLinkInfoHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1641
1660
|
colorTextNotificationDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1661
|
+
colorTextNotificationYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1642
1662
|
colorTextSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1643
1663
|
colorTextSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1644
1664
|
colorTextSegmentHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1784,9 +1804,12 @@ export declare interface TypedOverride {
|
|
|
1784
1804
|
borderWidthIconSmall?: GlobalValue;
|
|
1785
1805
|
borderWidthIconXSmall?: GlobalValue;
|
|
1786
1806
|
borderWidthItemSelected?: GlobalValue;
|
|
1807
|
+
borderWidthLayoutSideNavigation?: GlobalValue;
|
|
1787
1808
|
borderWidthBadge?: GlobalValue;
|
|
1788
1809
|
borderWidthPopover?: GlobalValue;
|
|
1789
1810
|
borderWidthToken?: GlobalValue;
|
|
1811
|
+
motionDurationTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
|
|
1812
|
+
motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
|
|
1790
1813
|
sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1791
1814
|
sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1792
1815
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -1799,7 +1822,8 @@ export declare interface TypedOverride {
|
|
|
1799
1822
|
spaceCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1800
1823
|
spaceCardVerticalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1801
1824
|
spaceTabsVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1802
|
-
|
|
1825
|
+
spaceSideNavigationItemDefaultGap?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1826
|
+
spaceSideNavigationItemIconGap?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1803
1827
|
spaceActionCardHorizontalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1804
1828
|
spaceActionCardHorizontalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1805
1829
|
spaceActionCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -2007,6 +2031,7 @@ export declare interface TypedOverride {
|
|
|
2007
2031
|
colorBorderDropdownItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2008
2032
|
colorBorderItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2009
2033
|
colorBorderLayout?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2034
|
+
colorBorderLayoutSideNavigation?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2010
2035
|
colorBorderPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2011
2036
|
colorBorderSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2012
2037
|
colorBorderSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2091,6 +2116,7 @@ export declare interface TypedOverride {
|
|
|
2091
2116
|
colorTextLinkInfoDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2092
2117
|
colorTextLinkInfoHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2093
2118
|
colorTextNotificationDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2119
|
+
colorTextNotificationYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2094
2120
|
colorTextSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2095
2121
|
colorTextSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2096
2122
|
colorTextSegmentHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2236,9 +2262,12 @@ export declare interface TypedOverride {
|
|
|
2236
2262
|
borderWidthIconSmall?: GlobalValue;
|
|
2237
2263
|
borderWidthIconXSmall?: GlobalValue;
|
|
2238
2264
|
borderWidthItemSelected?: GlobalValue;
|
|
2265
|
+
borderWidthLayoutSideNavigation?: GlobalValue;
|
|
2239
2266
|
borderWidthBadge?: GlobalValue;
|
|
2240
2267
|
borderWidthPopover?: GlobalValue;
|
|
2241
2268
|
borderWidthToken?: GlobalValue;
|
|
2269
|
+
motionDurationTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
|
|
2270
|
+
motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
|
|
2242
2271
|
sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2243
2272
|
sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2244
2273
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -2251,7 +2280,8 @@ export declare interface TypedOverride {
|
|
|
2251
2280
|
spaceCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2252
2281
|
spaceCardVerticalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2253
2282
|
spaceTabsVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2254
|
-
|
|
2283
|
+
spaceSideNavigationItemDefaultGap?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2284
|
+
spaceSideNavigationItemIconGap?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2255
2285
|
spaceActionCardHorizontalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2256
2286
|
spaceActionCardHorizontalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2257
2287
|
spaceActionCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -2459,6 +2489,7 @@ export declare interface TypedOverride {
|
|
|
2459
2489
|
colorBorderDropdownItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2460
2490
|
colorBorderItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2461
2491
|
colorBorderLayout?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2492
|
+
colorBorderLayoutSideNavigation?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2462
2493
|
colorBorderPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2463
2494
|
colorBorderSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2464
2495
|
colorBorderSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2543,6 +2574,7 @@ export declare interface TypedOverride {
|
|
|
2543
2574
|
colorTextLinkInfoDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2544
2575
|
colorTextLinkInfoHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2545
2576
|
colorTextNotificationDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2577
|
+
colorTextNotificationYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2546
2578
|
colorTextSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2547
2579
|
colorTextSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2548
2580
|
colorTextSegmentHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2688,9 +2720,12 @@ export declare interface TypedOverride {
|
|
|
2688
2720
|
borderWidthIconSmall?: GlobalValue;
|
|
2689
2721
|
borderWidthIconXSmall?: GlobalValue;
|
|
2690
2722
|
borderWidthItemSelected?: GlobalValue;
|
|
2723
|
+
borderWidthLayoutSideNavigation?: GlobalValue;
|
|
2691
2724
|
borderWidthBadge?: GlobalValue;
|
|
2692
2725
|
borderWidthPopover?: GlobalValue;
|
|
2693
2726
|
borderWidthToken?: GlobalValue;
|
|
2727
|
+
motionDurationTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
|
|
2728
|
+
motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
|
|
2694
2729
|
sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2695
2730
|
sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2696
2731
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -2703,7 +2738,8 @@ export declare interface TypedOverride {
|
|
|
2703
2738
|
spaceCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2704
2739
|
spaceCardVerticalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2705
2740
|
spaceTabsVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2706
|
-
|
|
2741
|
+
spaceSideNavigationItemDefaultGap?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2742
|
+
spaceSideNavigationItemIconGap?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2707
2743
|
spaceActionCardHorizontalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2708
2744
|
spaceActionCardHorizontalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2709
2745
|
spaceActionCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -2911,6 +2947,7 @@ export declare interface TypedOverride {
|
|
|
2911
2947
|
colorBorderDropdownItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2912
2948
|
colorBorderItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2913
2949
|
colorBorderLayout?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2950
|
+
colorBorderLayoutSideNavigation?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2914
2951
|
colorBorderPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2915
2952
|
colorBorderSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2916
2953
|
colorBorderSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2995,6 +3032,7 @@ export declare interface TypedOverride {
|
|
|
2995
3032
|
colorTextLinkInfoDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2996
3033
|
colorTextLinkInfoHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2997
3034
|
colorTextNotificationDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3035
|
+
colorTextNotificationYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2998
3036
|
colorTextSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2999
3037
|
colorTextSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3000
3038
|
colorTextSegmentHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -3140,9 +3178,12 @@ export declare interface TypedOverride {
|
|
|
3140
3178
|
borderWidthIconSmall?: GlobalValue;
|
|
3141
3179
|
borderWidthIconXSmall?: GlobalValue;
|
|
3142
3180
|
borderWidthItemSelected?: GlobalValue;
|
|
3181
|
+
borderWidthLayoutSideNavigation?: GlobalValue;
|
|
3143
3182
|
borderWidthBadge?: GlobalValue;
|
|
3144
3183
|
borderWidthPopover?: GlobalValue;
|
|
3145
3184
|
borderWidthToken?: GlobalValue;
|
|
3185
|
+
motionDurationTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
|
|
3186
|
+
motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
|
|
3146
3187
|
sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3147
3188
|
sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3148
3189
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -3155,7 +3196,8 @@ export declare interface TypedOverride {
|
|
|
3155
3196
|
spaceCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3156
3197
|
spaceCardVerticalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3157
3198
|
spaceTabsVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3158
|
-
|
|
3199
|
+
spaceSideNavigationItemDefaultGap?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3200
|
+
spaceSideNavigationItemIconGap?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3159
3201
|
spaceActionCardHorizontalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3160
3202
|
spaceActionCardHorizontalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3161
3203
|
spaceActionCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -3363,6 +3405,7 @@ export declare interface TypedOverride {
|
|
|
3363
3405
|
colorBorderDropdownItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3364
3406
|
colorBorderItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3365
3407
|
colorBorderLayout?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3408
|
+
colorBorderLayoutSideNavigation?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3366
3409
|
colorBorderPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3367
3410
|
colorBorderSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3368
3411
|
colorBorderSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -3447,6 +3490,7 @@ export declare interface TypedOverride {
|
|
|
3447
3490
|
colorTextLinkInfoDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3448
3491
|
colorTextLinkInfoHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3449
3492
|
colorTextNotificationDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3493
|
+
colorTextNotificationYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3450
3494
|
colorTextSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3451
3495
|
colorTextSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3452
3496
|
colorTextSegmentHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -3592,9 +3636,12 @@ export declare interface TypedOverride {
|
|
|
3592
3636
|
borderWidthIconSmall?: GlobalValue;
|
|
3593
3637
|
borderWidthIconXSmall?: GlobalValue;
|
|
3594
3638
|
borderWidthItemSelected?: GlobalValue;
|
|
3639
|
+
borderWidthLayoutSideNavigation?: GlobalValue;
|
|
3595
3640
|
borderWidthBadge?: GlobalValue;
|
|
3596
3641
|
borderWidthPopover?: GlobalValue;
|
|
3597
3642
|
borderWidthToken?: GlobalValue;
|
|
3643
|
+
motionDurationTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
|
|
3644
|
+
motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
|
|
3598
3645
|
sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3599
3646
|
sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3600
3647
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -3607,7 +3654,8 @@ export declare interface TypedOverride {
|
|
|
3607
3654
|
spaceCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3608
3655
|
spaceCardVerticalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3609
3656
|
spaceTabsVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3610
|
-
|
|
3657
|
+
spaceSideNavigationItemDefaultGap?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3658
|
+
spaceSideNavigationItemIconGap?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3611
3659
|
spaceActionCardHorizontalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3612
3660
|
spaceActionCardHorizontalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3613
3661
|
spaceActionCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -3815,6 +3863,7 @@ export declare interface TypedOverride {
|
|
|
3815
3863
|
colorBorderDropdownItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3816
3864
|
colorBorderItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3817
3865
|
colorBorderLayout?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3866
|
+
colorBorderLayoutSideNavigation?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3818
3867
|
colorBorderPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3819
3868
|
colorBorderSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3820
3869
|
colorBorderSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -3899,6 +3948,7 @@ export declare interface TypedOverride {
|
|
|
3899
3948
|
colorTextLinkInfoDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3900
3949
|
colorTextLinkInfoHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3901
3950
|
colorTextNotificationDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3951
|
+
colorTextNotificationYellow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3902
3952
|
colorTextSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3903
3953
|
colorTextSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3904
3954
|
colorTextSegmentHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -4044,9 +4094,12 @@ export declare interface TypedOverride {
|
|
|
4044
4094
|
borderWidthIconSmall?: GlobalValue;
|
|
4045
4095
|
borderWidthIconXSmall?: GlobalValue;
|
|
4046
4096
|
borderWidthItemSelected?: GlobalValue;
|
|
4097
|
+
borderWidthLayoutSideNavigation?: GlobalValue;
|
|
4047
4098
|
borderWidthBadge?: GlobalValue;
|
|
4048
4099
|
borderWidthPopover?: GlobalValue;
|
|
4049
4100
|
borderWidthToken?: GlobalValue;
|
|
4101
|
+
motionDurationTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
|
|
4102
|
+
motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
|
|
4050
4103
|
sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
4051
4104
|
sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
4052
4105
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -4059,7 +4112,8 @@ export declare interface TypedOverride {
|
|
|
4059
4112
|
spaceCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
4060
4113
|
spaceCardVerticalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
4061
4114
|
spaceTabsVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
4062
|
-
|
|
4115
|
+
spaceSideNavigationItemDefaultGap?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
4116
|
+
spaceSideNavigationItemIconGap?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
4063
4117
|
spaceActionCardHorizontalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
4064
4118
|
spaceActionCardHorizontalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
4065
4119
|
spaceActionCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|