@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
|
@@ -183,6 +183,10 @@ module.exports.preset = {
|
|
|
183
183
|
"light": "#db0000",
|
|
184
184
|
"dark": "#db0000"
|
|
185
185
|
},
|
|
186
|
+
"colorError700": {
|
|
187
|
+
"light": "#c20000",
|
|
188
|
+
"dark": "#c20000"
|
|
189
|
+
},
|
|
186
190
|
"colorError800": {
|
|
187
191
|
"light": "#990000",
|
|
188
192
|
"dark": "#990000"
|
|
@@ -207,6 +211,10 @@ module.exports.preset = {
|
|
|
207
211
|
"light": "#d9ffd6",
|
|
208
212
|
"dark": "#d9ffd6"
|
|
209
213
|
},
|
|
214
|
+
"colorSuccess200": {
|
|
215
|
+
"light": "#aeffa8",
|
|
216
|
+
"dark": "#aeffa8"
|
|
217
|
+
},
|
|
210
218
|
"colorSuccess400": {
|
|
211
219
|
"light": "#00e500",
|
|
212
220
|
"dark": "#00e500"
|
|
@@ -239,6 +247,10 @@ module.exports.preset = {
|
|
|
239
247
|
"light": "#fffbbd",
|
|
240
248
|
"dark": "#fffbbd"
|
|
241
249
|
},
|
|
250
|
+
"colorWarning200": {
|
|
251
|
+
"light": "#fef571",
|
|
252
|
+
"dark": "#fef571"
|
|
253
|
+
},
|
|
242
254
|
"colorWarning400": {
|
|
243
255
|
"light": "#ffe347",
|
|
244
256
|
"dark": "#ffe347"
|
|
@@ -2303,6 +2315,10 @@ module.exports.preset = {
|
|
|
2303
2315
|
"light": "{colorNeutral350}",
|
|
2304
2316
|
"dark": "{colorNeutral650}"
|
|
2305
2317
|
},
|
|
2318
|
+
"colorBorderLayoutSideNavigation": {
|
|
2319
|
+
"light": "{colorBorderLayout}",
|
|
2320
|
+
"dark": "{colorBorderLayout}"
|
|
2321
|
+
},
|
|
2306
2322
|
"colorBorderNotificationStackBar": {
|
|
2307
2323
|
"light": "{colorNeutral750}",
|
|
2308
2324
|
"dark": "{colorNeutral750}"
|
|
@@ -3015,149 +3031,117 @@ module.exports.preset = {
|
|
|
3015
3031
|
"light": "#f8f8f8",
|
|
3016
3032
|
"dark": "#282c34"
|
|
3017
3033
|
},
|
|
3018
|
-
"
|
|
3019
|
-
"light": "
|
|
3034
|
+
"colorBackgroundVisualAccentRed": {
|
|
3035
|
+
"light": "#ffe0e0",
|
|
3020
3036
|
"dark": "rgba(255, 61, 61, 0.2)"
|
|
3021
3037
|
},
|
|
3022
|
-
"
|
|
3023
|
-
"light": "
|
|
3038
|
+
"colorBackgroundVisualAccentYellow": {
|
|
3039
|
+
"light": "#fffbbd",
|
|
3024
3040
|
"dark": "rgba(251, 211, 50, 0.2)"
|
|
3025
3041
|
},
|
|
3026
|
-
"
|
|
3027
|
-
"light": "
|
|
3028
|
-
"dark": "rgba(
|
|
3042
|
+
"colorBackgroundVisualAccentIndigo": {
|
|
3043
|
+
"light": "#dbe4ff",
|
|
3044
|
+
"dark": "rgba(92, 127, 255, 0.2)"
|
|
3029
3045
|
},
|
|
3030
|
-
"
|
|
3031
|
-
"light": "
|
|
3046
|
+
"colorBackgroundVisualAccentGreen": {
|
|
3047
|
+
"light": "#d9ffd6",
|
|
3032
3048
|
"dark": "rgba(43, 181, 52, 0.2)"
|
|
3033
3049
|
},
|
|
3034
|
-
"
|
|
3035
|
-
"light": "
|
|
3050
|
+
"colorBackgroundVisualAccentOrange": {
|
|
3051
|
+
"light": "rgba(255, 224, 214, 0.6)",
|
|
3036
3052
|
"dark": "rgba(255, 75, 20, 0.2)"
|
|
3037
3053
|
},
|
|
3038
|
-
"
|
|
3039
|
-
"light": "
|
|
3054
|
+
"colorBackgroundVisualAccentPurple": {
|
|
3055
|
+
"light": "rgba(242, 229, 255, 0.6)",
|
|
3040
3056
|
"dark": "rgba(173, 92, 255, 0.2)"
|
|
3041
3057
|
},
|
|
3042
|
-
"
|
|
3043
|
-
"light": "{colorMint100}",
|
|
3044
|
-
"dark": "rgba(0, 189, 107, 0.2)"
|
|
3045
|
-
},
|
|
3046
|
-
"colorBackgroundAccentLime": {
|
|
3058
|
+
"colorBackgroundVisualAccentLime": {
|
|
3047
3059
|
"light": "{colorLime100}",
|
|
3048
3060
|
"dark": "rgba(49, 184, 0, 0.2)"
|
|
3049
3061
|
},
|
|
3050
|
-
"
|
|
3062
|
+
"colorBackgroundVisualAccentGrey": {
|
|
3051
3063
|
"light": "{colorNeutral250}",
|
|
3052
3064
|
"dark": "{colorNeutral700}"
|
|
3053
3065
|
},
|
|
3054
|
-
"
|
|
3055
|
-
"light": "
|
|
3066
|
+
"colorBackgroundVisualAccentTeal": {
|
|
3067
|
+
"light": "rgba(204, 255, 252, 0.7)",
|
|
3056
3068
|
"dark": "rgba(0, 173, 162, 0.2)"
|
|
3057
3069
|
},
|
|
3058
|
-
"
|
|
3059
|
-
"light": "
|
|
3060
|
-
"dark": "rgba(0, 164, 189, 0.2)"
|
|
3061
|
-
},
|
|
3062
|
-
"colorBackgroundAccentBlue": {
|
|
3063
|
-
"light": "{colorInfo100}",
|
|
3070
|
+
"colorBackgroundVisualAccentBlue": {
|
|
3071
|
+
"light": "rgba(209, 241, 255, 0.6)",
|
|
3064
3072
|
"dark": "rgba(0, 153, 255, 0.2)"
|
|
3065
3073
|
},
|
|
3066
|
-
"
|
|
3067
|
-
"light": "
|
|
3074
|
+
"colorBackgroundVisualAccentViolet": {
|
|
3075
|
+
"light": "rgba(232, 229, 255, 0.6)",
|
|
3068
3076
|
"dark": "rgba(133, 117, 255, 0.2)"
|
|
3069
3077
|
},
|
|
3070
|
-
"
|
|
3071
|
-
"light": "
|
|
3072
|
-
"dark": "rgba(228, 51, 255, 0.2)"
|
|
3073
|
-
},
|
|
3074
|
-
"colorBackgroundAccentMagenta": {
|
|
3075
|
-
"light": "{colorMagenta100}",
|
|
3078
|
+
"colorBackgroundVisualAccentMagenta": {
|
|
3079
|
+
"light": "rgba(255, 224, 251, 0.6)",
|
|
3076
3080
|
"dark": "rgba(255, 26, 224, 0.2)"
|
|
3077
3081
|
},
|
|
3078
|
-
"
|
|
3079
|
-
"light": "
|
|
3082
|
+
"colorBackgroundVisualAccentPink": {
|
|
3083
|
+
"light": "rgba(255, 224, 240, 0.7)",
|
|
3080
3084
|
"dark": "rgba(255, 51, 153, 0.2)"
|
|
3081
3085
|
},
|
|
3082
|
-
"
|
|
3083
|
-
"light": "
|
|
3084
|
-
"dark": "rgba(255, 56, 106, 0.2)"
|
|
3085
|
-
},
|
|
3086
|
-
"colorBackgroundAccentAmber": {
|
|
3087
|
-
"light": "{colorAmber100}",
|
|
3086
|
+
"colorBackgroundVisualAccentAmber": {
|
|
3087
|
+
"light": "rgba(255, 232, 189, 0.7)",
|
|
3088
3088
|
"dark": "rgba(250, 111, 0, 0.2)"
|
|
3089
3089
|
},
|
|
3090
|
-
"
|
|
3091
|
-
"light": "{
|
|
3090
|
+
"colorTextVisualAccentRed": {
|
|
3091
|
+
"light": "{colorError700}",
|
|
3092
3092
|
"dark": "{colorError400}"
|
|
3093
3093
|
},
|
|
3094
|
-
"
|
|
3094
|
+
"colorTextVisualAccentYellow": {
|
|
3095
3095
|
"light": "{colorWarning900}",
|
|
3096
|
-
"dark": "{
|
|
3096
|
+
"dark": "{colorWarning200}"
|
|
3097
3097
|
},
|
|
3098
|
-
"
|
|
3098
|
+
"colorTextVisualAccentIndigo": {
|
|
3099
3099
|
"light": "{colorInfo800}",
|
|
3100
|
-
"dark": "{
|
|
3101
|
-
},
|
|
3102
|
-
"colorTextAccentGreen": {
|
|
3103
|
-
"light": "{colorSuccess800}",
|
|
3104
|
-
"dark": "{colorSuccess400}"
|
|
3100
|
+
"dark": "{colorInfo300}"
|
|
3105
3101
|
},
|
|
3106
|
-
"
|
|
3107
|
-
"light": "{
|
|
3108
|
-
"dark": "{
|
|
3102
|
+
"colorTextVisualAccentGreen": {
|
|
3103
|
+
"light": "{colorSuccess600}",
|
|
3104
|
+
"dark": "{colorSuccess200}"
|
|
3109
3105
|
},
|
|
3110
|
-
"
|
|
3111
|
-
"light": "
|
|
3112
|
-
"dark": "
|
|
3106
|
+
"colorTextVisualAccentOrange": {
|
|
3107
|
+
"light": "#a82700",
|
|
3108
|
+
"dark": "#ff997a"
|
|
3113
3109
|
},
|
|
3114
|
-
"
|
|
3115
|
-
"light": "
|
|
3116
|
-
"dark": "
|
|
3110
|
+
"colorTextVisualAccentPurple": {
|
|
3111
|
+
"light": "#962eff",
|
|
3112
|
+
"dark": "#d4a8ff"
|
|
3117
3113
|
},
|
|
3118
|
-
"
|
|
3119
|
-
"light": "
|
|
3120
|
-
"dark": "
|
|
3114
|
+
"colorTextVisualAccentLime": {
|
|
3115
|
+
"light": "#007000",
|
|
3116
|
+
"dark": "#acff2e"
|
|
3121
3117
|
},
|
|
3122
|
-
"
|
|
3123
|
-
"light": "{
|
|
3118
|
+
"colorTextVisualAccentGrey": {
|
|
3119
|
+
"light": "{colorNeutral850}",
|
|
3124
3120
|
"dark": "{colorNeutral300}"
|
|
3125
3121
|
},
|
|
3126
|
-
"
|
|
3127
|
-
"light": "
|
|
3128
|
-
"dark": "
|
|
3129
|
-
},
|
|
3130
|
-
"colorTextAccentCyan": {
|
|
3131
|
-
"light": "{colorCyan800}",
|
|
3132
|
-
"dark": "{colorCyan400}"
|
|
3133
|
-
},
|
|
3134
|
-
"colorTextAccentBlue": {
|
|
3135
|
-
"light": "{colorInfo800}",
|
|
3136
|
-
"dark": "{colorInfo400}"
|
|
3137
|
-
},
|
|
3138
|
-
"colorTextAccentViolet": {
|
|
3139
|
-
"light": "{colorViolet800}",
|
|
3140
|
-
"dark": "{colorViolet400}"
|
|
3122
|
+
"colorTextVisualAccentTeal": {
|
|
3123
|
+
"light": "#008077",
|
|
3124
|
+
"dark": "#00f5e4"
|
|
3141
3125
|
},
|
|
3142
|
-
"
|
|
3143
|
-
"light": "
|
|
3144
|
-
"dark": "
|
|
3126
|
+
"colorTextVisualAccentBlue": {
|
|
3127
|
+
"light": "#006ce0",
|
|
3128
|
+
"dark": "#75cfff"
|
|
3145
3129
|
},
|
|
3146
|
-
"
|
|
3147
|
-
"light": "
|
|
3148
|
-
"dark": "
|
|
3130
|
+
"colorTextVisualAccentViolet": {
|
|
3131
|
+
"light": "#6842ff",
|
|
3132
|
+
"dark": "#b2a8ff"
|
|
3149
3133
|
},
|
|
3150
|
-
"
|
|
3151
|
-
"light": "
|
|
3152
|
-
"dark": "
|
|
3134
|
+
"colorTextVisualAccentMagenta": {
|
|
3135
|
+
"light": "#b2008f",
|
|
3136
|
+
"dark": "#ff57e9"
|
|
3153
3137
|
},
|
|
3154
|
-
"
|
|
3155
|
-
"light": "
|
|
3156
|
-
"dark": "
|
|
3138
|
+
"colorTextVisualAccentPink": {
|
|
3139
|
+
"light": "#bb005d",
|
|
3140
|
+
"dark": "#ff99cc"
|
|
3157
3141
|
},
|
|
3158
|
-
"
|
|
3159
|
-
"light": "
|
|
3160
|
-
"dark": "
|
|
3142
|
+
"colorTextVisualAccentAmber": {
|
|
3143
|
+
"light": "#9e3700",
|
|
3144
|
+
"dark": "#ffbb45"
|
|
3161
3145
|
},
|
|
3162
3146
|
"fontBoxValueLargeWeight": "700",
|
|
3163
3147
|
"fontButtonLetterSpacing": "0.005em",
|
|
@@ -3307,6 +3291,7 @@ module.exports.preset = {
|
|
|
3307
3291
|
"borderWidthItemCard": "{borderWidthCard}",
|
|
3308
3292
|
"borderWidthItemCardHighlighted": "{borderWidthCardSelected}",
|
|
3309
3293
|
"borderWidthItemSelected": "2px",
|
|
3294
|
+
"borderWidthLayoutSideNavigation": "{borderDividerSectionWidth}",
|
|
3310
3295
|
"borderWidthBadge": "0px",
|
|
3311
3296
|
"borderWidthPopover": "2px",
|
|
3312
3297
|
"borderWidthToken": "2px",
|
|
@@ -3458,6 +3443,14 @@ module.exports.preset = {
|
|
|
3458
3443
|
"default": "{motionDurationRefreshOnlySlow}",
|
|
3459
3444
|
"disabled": "{motionDurationRefreshOnlySlow}"
|
|
3460
3445
|
},
|
|
3446
|
+
"motionDurationTooltipEnter": {
|
|
3447
|
+
"default": "{motionDurationRefreshOnlyFast}",
|
|
3448
|
+
"disabled": "{motionDurationRefreshOnlyFast}"
|
|
3449
|
+
},
|
|
3450
|
+
"motionEasingTooltipEnter": {
|
|
3451
|
+
"default": "{motionEasingRefreshOnlyA}",
|
|
3452
|
+
"disabled": "{motionEasingRefreshOnlyA}"
|
|
3453
|
+
},
|
|
3461
3454
|
"motionKeyframesFadeIn": {
|
|
3462
3455
|
"default": "awsui-fade-in-35003c",
|
|
3463
3456
|
"disabled": "awsui-fade-in-35003c"
|
|
@@ -3794,13 +3787,13 @@ module.exports.preset = {
|
|
|
3794
3787
|
"comfortable": "{spaceXl}",
|
|
3795
3788
|
"compact": "{spaceXl}"
|
|
3796
3789
|
},
|
|
3797
|
-
"
|
|
3798
|
-
"comfortable": "
|
|
3799
|
-
"compact": "
|
|
3790
|
+
"spaceSideNavigationItemDefaultGap": {
|
|
3791
|
+
"comfortable": "{spaceNone}",
|
|
3792
|
+
"compact": "{spaceNone}"
|
|
3800
3793
|
},
|
|
3801
|
-
"
|
|
3802
|
-
"comfortable": "{
|
|
3803
|
-
"compact": "{
|
|
3794
|
+
"spaceSideNavigationItemIconGap": {
|
|
3795
|
+
"comfortable": "{spaceXxs}",
|
|
3796
|
+
"compact": "{spaceXxs}"
|
|
3804
3797
|
},
|
|
3805
3798
|
"spaceTileGutter": {
|
|
3806
3799
|
"comfortable": "{spaceXl}",
|
|
@@ -4356,13 +4349,13 @@ module.exports.preset = {
|
|
|
4356
4349
|
"comfortable": "{spaceXl}",
|
|
4357
4350
|
"compact": "{spaceXl}"
|
|
4358
4351
|
},
|
|
4359
|
-
"
|
|
4360
|
-
"comfortable": "
|
|
4361
|
-
"compact": "
|
|
4352
|
+
"spaceSideNavigationItemDefaultGap": {
|
|
4353
|
+
"comfortable": "{spaceNone}",
|
|
4354
|
+
"compact": "{spaceNone}"
|
|
4362
4355
|
},
|
|
4363
|
-
"
|
|
4364
|
-
"comfortable": "{
|
|
4365
|
-
"compact": "{
|
|
4356
|
+
"spaceSideNavigationItemIconGap": {
|
|
4357
|
+
"comfortable": "{spaceXxs}",
|
|
4358
|
+
"compact": "{spaceXxs}"
|
|
4366
4359
|
},
|
|
4367
4360
|
"spaceTileGutter": {
|
|
4368
4361
|
"comfortable": "{spaceXl}",
|
|
@@ -5326,6 +5319,10 @@ module.exports.preset = {
|
|
|
5326
5319
|
"light": "{colorNeutral650}",
|
|
5327
5320
|
"dark": "{colorNeutral650}"
|
|
5328
5321
|
},
|
|
5322
|
+
"colorBorderLayoutSideNavigation": {
|
|
5323
|
+
"light": "{colorBorderLayout}",
|
|
5324
|
+
"dark": "{colorBorderLayout}"
|
|
5325
|
+
},
|
|
5329
5326
|
"colorBorderNotificationStackBar": {
|
|
5330
5327
|
"light": "{colorNeutral750}",
|
|
5331
5328
|
"dark": "{colorNeutral750}"
|
|
@@ -6038,149 +6035,117 @@ module.exports.preset = {
|
|
|
6038
6035
|
"light": "#282c34",
|
|
6039
6036
|
"dark": "#282c34"
|
|
6040
6037
|
},
|
|
6041
|
-
"
|
|
6038
|
+
"colorBackgroundVisualAccentRed": {
|
|
6042
6039
|
"light": "rgba(255, 61, 61, 0.2)",
|
|
6043
6040
|
"dark": "rgba(255, 61, 61, 0.2)"
|
|
6044
6041
|
},
|
|
6045
|
-
"
|
|
6042
|
+
"colorBackgroundVisualAccentYellow": {
|
|
6046
6043
|
"light": "rgba(251, 211, 50, 0.2)",
|
|
6047
6044
|
"dark": "rgba(251, 211, 50, 0.2)"
|
|
6048
6045
|
},
|
|
6049
|
-
"
|
|
6050
|
-
"light": "rgba(
|
|
6051
|
-
"dark": "rgba(
|
|
6046
|
+
"colorBackgroundVisualAccentIndigo": {
|
|
6047
|
+
"light": "rgba(92, 127, 255, 0.2)",
|
|
6048
|
+
"dark": "rgba(92, 127, 255, 0.2)"
|
|
6052
6049
|
},
|
|
6053
|
-
"
|
|
6050
|
+
"colorBackgroundVisualAccentGreen": {
|
|
6054
6051
|
"light": "rgba(43, 181, 52, 0.2)",
|
|
6055
6052
|
"dark": "rgba(43, 181, 52, 0.2)"
|
|
6056
6053
|
},
|
|
6057
|
-
"
|
|
6054
|
+
"colorBackgroundVisualAccentOrange": {
|
|
6058
6055
|
"light": "rgba(255, 75, 20, 0.2)",
|
|
6059
6056
|
"dark": "rgba(255, 75, 20, 0.2)"
|
|
6060
6057
|
},
|
|
6061
|
-
"
|
|
6058
|
+
"colorBackgroundVisualAccentPurple": {
|
|
6062
6059
|
"light": "rgba(173, 92, 255, 0.2)",
|
|
6063
6060
|
"dark": "rgba(173, 92, 255, 0.2)"
|
|
6064
6061
|
},
|
|
6065
|
-
"
|
|
6066
|
-
"light": "rgba(0, 189, 107, 0.2)",
|
|
6067
|
-
"dark": "rgba(0, 189, 107, 0.2)"
|
|
6068
|
-
},
|
|
6069
|
-
"colorBackgroundAccentLime": {
|
|
6062
|
+
"colorBackgroundVisualAccentLime": {
|
|
6070
6063
|
"light": "rgba(49, 184, 0, 0.2)",
|
|
6071
6064
|
"dark": "rgba(49, 184, 0, 0.2)"
|
|
6072
6065
|
},
|
|
6073
|
-
"
|
|
6066
|
+
"colorBackgroundVisualAccentGrey": {
|
|
6074
6067
|
"light": "{colorNeutral700}",
|
|
6075
6068
|
"dark": "{colorNeutral700}"
|
|
6076
6069
|
},
|
|
6077
|
-
"
|
|
6070
|
+
"colorBackgroundVisualAccentTeal": {
|
|
6078
6071
|
"light": "rgba(0, 173, 162, 0.2)",
|
|
6079
6072
|
"dark": "rgba(0, 173, 162, 0.2)"
|
|
6080
6073
|
},
|
|
6081
|
-
"
|
|
6082
|
-
"light": "rgba(0, 164, 189, 0.2)",
|
|
6083
|
-
"dark": "rgba(0, 164, 189, 0.2)"
|
|
6084
|
-
},
|
|
6085
|
-
"colorBackgroundAccentBlue": {
|
|
6074
|
+
"colorBackgroundVisualAccentBlue": {
|
|
6086
6075
|
"light": "rgba(0, 153, 255, 0.2)",
|
|
6087
6076
|
"dark": "rgba(0, 153, 255, 0.2)"
|
|
6088
6077
|
},
|
|
6089
|
-
"
|
|
6078
|
+
"colorBackgroundVisualAccentViolet": {
|
|
6090
6079
|
"light": "rgba(133, 117, 255, 0.2)",
|
|
6091
6080
|
"dark": "rgba(133, 117, 255, 0.2)"
|
|
6092
6081
|
},
|
|
6093
|
-
"
|
|
6094
|
-
"light": "rgba(228, 51, 255, 0.2)",
|
|
6095
|
-
"dark": "rgba(228, 51, 255, 0.2)"
|
|
6096
|
-
},
|
|
6097
|
-
"colorBackgroundAccentMagenta": {
|
|
6082
|
+
"colorBackgroundVisualAccentMagenta": {
|
|
6098
6083
|
"light": "rgba(255, 26, 224, 0.2)",
|
|
6099
6084
|
"dark": "rgba(255, 26, 224, 0.2)"
|
|
6100
6085
|
},
|
|
6101
|
-
"
|
|
6086
|
+
"colorBackgroundVisualAccentPink": {
|
|
6102
6087
|
"light": "rgba(255, 51, 153, 0.2)",
|
|
6103
6088
|
"dark": "rgba(255, 51, 153, 0.2)"
|
|
6104
6089
|
},
|
|
6105
|
-
"
|
|
6106
|
-
"light": "rgba(255, 56, 106, 0.2)",
|
|
6107
|
-
"dark": "rgba(255, 56, 106, 0.2)"
|
|
6108
|
-
},
|
|
6109
|
-
"colorBackgroundAccentAmber": {
|
|
6090
|
+
"colorBackgroundVisualAccentAmber": {
|
|
6110
6091
|
"light": "rgba(250, 111, 0, 0.2)",
|
|
6111
6092
|
"dark": "rgba(250, 111, 0, 0.2)"
|
|
6112
6093
|
},
|
|
6113
|
-
"
|
|
6094
|
+
"colorTextVisualAccentRed": {
|
|
6114
6095
|
"light": "{colorError400}",
|
|
6115
6096
|
"dark": "{colorError400}"
|
|
6116
6097
|
},
|
|
6117
|
-
"
|
|
6118
|
-
"light": "{
|
|
6119
|
-
"dark": "{
|
|
6120
|
-
},
|
|
6121
|
-
"colorTextAccentIndigo": {
|
|
6122
|
-
"light": "{colorInfo400}",
|
|
6123
|
-
"dark": "{colorInfo400}"
|
|
6098
|
+
"colorTextVisualAccentYellow": {
|
|
6099
|
+
"light": "{colorWarning200}",
|
|
6100
|
+
"dark": "{colorWarning200}"
|
|
6124
6101
|
},
|
|
6125
|
-
"
|
|
6126
|
-
"light": "{
|
|
6127
|
-
"dark": "{
|
|
6102
|
+
"colorTextVisualAccentIndigo": {
|
|
6103
|
+
"light": "{colorInfo300}",
|
|
6104
|
+
"dark": "{colorInfo300}"
|
|
6128
6105
|
},
|
|
6129
|
-
"
|
|
6130
|
-
"light": "{
|
|
6131
|
-
"dark": "{
|
|
6106
|
+
"colorTextVisualAccentGreen": {
|
|
6107
|
+
"light": "{colorSuccess200}",
|
|
6108
|
+
"dark": "{colorSuccess200}"
|
|
6132
6109
|
},
|
|
6133
|
-
"
|
|
6134
|
-
"light": "
|
|
6135
|
-
"dark": "
|
|
6110
|
+
"colorTextVisualAccentOrange": {
|
|
6111
|
+
"light": "#ff997a",
|
|
6112
|
+
"dark": "#ff997a"
|
|
6136
6113
|
},
|
|
6137
|
-
"
|
|
6138
|
-
"light": "
|
|
6139
|
-
"dark": "
|
|
6114
|
+
"colorTextVisualAccentPurple": {
|
|
6115
|
+
"light": "#d4a8ff",
|
|
6116
|
+
"dark": "#d4a8ff"
|
|
6140
6117
|
},
|
|
6141
|
-
"
|
|
6142
|
-
"light": "
|
|
6143
|
-
"dark": "
|
|
6118
|
+
"colorTextVisualAccentLime": {
|
|
6119
|
+
"light": "#acff2e",
|
|
6120
|
+
"dark": "#acff2e"
|
|
6144
6121
|
},
|
|
6145
|
-
"
|
|
6122
|
+
"colorTextVisualAccentGrey": {
|
|
6146
6123
|
"light": "{colorNeutral300}",
|
|
6147
6124
|
"dark": "{colorNeutral300}"
|
|
6148
6125
|
},
|
|
6149
|
-
"
|
|
6150
|
-
"light": "
|
|
6151
|
-
"dark": "
|
|
6152
|
-
},
|
|
6153
|
-
"colorTextAccentCyan": {
|
|
6154
|
-
"light": "{colorCyan400}",
|
|
6155
|
-
"dark": "{colorCyan400}"
|
|
6156
|
-
},
|
|
6157
|
-
"colorTextAccentBlue": {
|
|
6158
|
-
"light": "{colorInfo400}",
|
|
6159
|
-
"dark": "{colorInfo400}"
|
|
6160
|
-
},
|
|
6161
|
-
"colorTextAccentViolet": {
|
|
6162
|
-
"light": "{colorViolet400}",
|
|
6163
|
-
"dark": "{colorViolet400}"
|
|
6126
|
+
"colorTextVisualAccentTeal": {
|
|
6127
|
+
"light": "#00f5e4",
|
|
6128
|
+
"dark": "#00f5e4"
|
|
6164
6129
|
},
|
|
6165
|
-
"
|
|
6166
|
-
"light": "
|
|
6167
|
-
"dark": "
|
|
6130
|
+
"colorTextVisualAccentBlue": {
|
|
6131
|
+
"light": "#75cfff",
|
|
6132
|
+
"dark": "#75cfff"
|
|
6168
6133
|
},
|
|
6169
|
-
"
|
|
6170
|
-
"light": "
|
|
6171
|
-
"dark": "
|
|
6134
|
+
"colorTextVisualAccentViolet": {
|
|
6135
|
+
"light": "#b2a8ff",
|
|
6136
|
+
"dark": "#b2a8ff"
|
|
6172
6137
|
},
|
|
6173
|
-
"
|
|
6174
|
-
"light": "
|
|
6175
|
-
"dark": "
|
|
6138
|
+
"colorTextVisualAccentMagenta": {
|
|
6139
|
+
"light": "#ff57e9",
|
|
6140
|
+
"dark": "#ff57e9"
|
|
6176
6141
|
},
|
|
6177
|
-
"
|
|
6178
|
-
"light": "
|
|
6179
|
-
"dark": "
|
|
6142
|
+
"colorTextVisualAccentPink": {
|
|
6143
|
+
"light": "#ff99cc",
|
|
6144
|
+
"dark": "#ff99cc"
|
|
6180
6145
|
},
|
|
6181
|
-
"
|
|
6182
|
-
"light": "
|
|
6183
|
-
"dark": "
|
|
6146
|
+
"colorTextVisualAccentAmber": {
|
|
6147
|
+
"light": "#ffbb45",
|
|
6148
|
+
"dark": "#ffbb45"
|
|
6184
6149
|
},
|
|
6185
6150
|
"colorPrimary50": "#f0fbff",
|
|
6186
6151
|
"colorPrimary100": "#d1f1ff",
|
|
@@ -6218,12 +6183,14 @@ module.exports.preset = {
|
|
|
6218
6183
|
"colorError100": "#ffe0e0",
|
|
6219
6184
|
"colorError400": "#ff7a7a",
|
|
6220
6185
|
"colorError600": "#db0000",
|
|
6186
|
+
"colorError700": "#c20000",
|
|
6221
6187
|
"colorError800": "#990000",
|
|
6222
6188
|
"colorError900": "#700000",
|
|
6223
6189
|
"colorError950": "#520000",
|
|
6224
6190
|
"colorError1000": "#1f0000",
|
|
6225
6191
|
"colorSuccess50": "#effff1",
|
|
6226
6192
|
"colorSuccess100": "#d9ffd6",
|
|
6193
|
+
"colorSuccess200": "#aeffa8",
|
|
6227
6194
|
"colorSuccess400": "#00e500",
|
|
6228
6195
|
"colorSuccess500": "#2bb534",
|
|
6229
6196
|
"colorSuccess600": "#00802f",
|
|
@@ -6232,6 +6199,7 @@ module.exports.preset = {
|
|
|
6232
6199
|
"colorSuccess1000": "#001401",
|
|
6233
6200
|
"colorWarning50": "#fffef0",
|
|
6234
6201
|
"colorWarning100": "#fffbbd",
|
|
6202
|
+
"colorWarning200": "#fef571",
|
|
6235
6203
|
"colorWarning400": "#ffe347",
|
|
6236
6204
|
"colorWarning500": "#fbd332",
|
|
6237
6205
|
"colorWarning600": "#f2b100",
|
|
@@ -7167,6 +7135,10 @@ module.exports.preset = {
|
|
|
7167
7135
|
"light": "{colorNeutral650}",
|
|
7168
7136
|
"dark": "{colorNeutral650}"
|
|
7169
7137
|
},
|
|
7138
|
+
"colorBorderLayoutSideNavigation": {
|
|
7139
|
+
"light": "{colorBorderLayout}",
|
|
7140
|
+
"dark": "{colorBorderLayout}"
|
|
7141
|
+
},
|
|
7170
7142
|
"colorBorderNotificationStackBar": {
|
|
7171
7143
|
"light": "{colorNeutral750}",
|
|
7172
7144
|
"dark": "{colorNeutral750}"
|
|
@@ -7879,149 +7851,117 @@ module.exports.preset = {
|
|
|
7879
7851
|
"light": "#282c34",
|
|
7880
7852
|
"dark": "#282c34"
|
|
7881
7853
|
},
|
|
7882
|
-
"
|
|
7854
|
+
"colorBackgroundVisualAccentRed": {
|
|
7883
7855
|
"light": "rgba(255, 61, 61, 0.2)",
|
|
7884
7856
|
"dark": "rgba(255, 61, 61, 0.2)"
|
|
7885
7857
|
},
|
|
7886
|
-
"
|
|
7858
|
+
"colorBackgroundVisualAccentYellow": {
|
|
7887
7859
|
"light": "rgba(251, 211, 50, 0.2)",
|
|
7888
7860
|
"dark": "rgba(251, 211, 50, 0.2)"
|
|
7889
7861
|
},
|
|
7890
|
-
"
|
|
7891
|
-
"light": "rgba(
|
|
7892
|
-
"dark": "rgba(
|
|
7862
|
+
"colorBackgroundVisualAccentIndigo": {
|
|
7863
|
+
"light": "rgba(92, 127, 255, 0.2)",
|
|
7864
|
+
"dark": "rgba(92, 127, 255, 0.2)"
|
|
7893
7865
|
},
|
|
7894
|
-
"
|
|
7866
|
+
"colorBackgroundVisualAccentGreen": {
|
|
7895
7867
|
"light": "rgba(43, 181, 52, 0.2)",
|
|
7896
7868
|
"dark": "rgba(43, 181, 52, 0.2)"
|
|
7897
7869
|
},
|
|
7898
|
-
"
|
|
7870
|
+
"colorBackgroundVisualAccentOrange": {
|
|
7899
7871
|
"light": "rgba(255, 75, 20, 0.2)",
|
|
7900
7872
|
"dark": "rgba(255, 75, 20, 0.2)"
|
|
7901
7873
|
},
|
|
7902
|
-
"
|
|
7874
|
+
"colorBackgroundVisualAccentPurple": {
|
|
7903
7875
|
"light": "rgba(173, 92, 255, 0.2)",
|
|
7904
7876
|
"dark": "rgba(173, 92, 255, 0.2)"
|
|
7905
7877
|
},
|
|
7906
|
-
"
|
|
7907
|
-
"light": "rgba(0, 189, 107, 0.2)",
|
|
7908
|
-
"dark": "rgba(0, 189, 107, 0.2)"
|
|
7909
|
-
},
|
|
7910
|
-
"colorBackgroundAccentLime": {
|
|
7878
|
+
"colorBackgroundVisualAccentLime": {
|
|
7911
7879
|
"light": "rgba(49, 184, 0, 0.2)",
|
|
7912
7880
|
"dark": "rgba(49, 184, 0, 0.2)"
|
|
7913
7881
|
},
|
|
7914
|
-
"
|
|
7882
|
+
"colorBackgroundVisualAccentGrey": {
|
|
7915
7883
|
"light": "{colorNeutral700}",
|
|
7916
7884
|
"dark": "{colorNeutral700}"
|
|
7917
7885
|
},
|
|
7918
|
-
"
|
|
7886
|
+
"colorBackgroundVisualAccentTeal": {
|
|
7919
7887
|
"light": "rgba(0, 173, 162, 0.2)",
|
|
7920
7888
|
"dark": "rgba(0, 173, 162, 0.2)"
|
|
7921
7889
|
},
|
|
7922
|
-
"
|
|
7923
|
-
"light": "rgba(0, 164, 189, 0.2)",
|
|
7924
|
-
"dark": "rgba(0, 164, 189, 0.2)"
|
|
7925
|
-
},
|
|
7926
|
-
"colorBackgroundAccentBlue": {
|
|
7890
|
+
"colorBackgroundVisualAccentBlue": {
|
|
7927
7891
|
"light": "rgba(0, 153, 255, 0.2)",
|
|
7928
7892
|
"dark": "rgba(0, 153, 255, 0.2)"
|
|
7929
7893
|
},
|
|
7930
|
-
"
|
|
7894
|
+
"colorBackgroundVisualAccentViolet": {
|
|
7931
7895
|
"light": "rgba(133, 117, 255, 0.2)",
|
|
7932
7896
|
"dark": "rgba(133, 117, 255, 0.2)"
|
|
7933
7897
|
},
|
|
7934
|
-
"
|
|
7935
|
-
"light": "rgba(228, 51, 255, 0.2)",
|
|
7936
|
-
"dark": "rgba(228, 51, 255, 0.2)"
|
|
7937
|
-
},
|
|
7938
|
-
"colorBackgroundAccentMagenta": {
|
|
7898
|
+
"colorBackgroundVisualAccentMagenta": {
|
|
7939
7899
|
"light": "rgba(255, 26, 224, 0.2)",
|
|
7940
7900
|
"dark": "rgba(255, 26, 224, 0.2)"
|
|
7941
7901
|
},
|
|
7942
|
-
"
|
|
7902
|
+
"colorBackgroundVisualAccentPink": {
|
|
7943
7903
|
"light": "rgba(255, 51, 153, 0.2)",
|
|
7944
7904
|
"dark": "rgba(255, 51, 153, 0.2)"
|
|
7945
7905
|
},
|
|
7946
|
-
"
|
|
7947
|
-
"light": "rgba(255, 56, 106, 0.2)",
|
|
7948
|
-
"dark": "rgba(255, 56, 106, 0.2)"
|
|
7949
|
-
},
|
|
7950
|
-
"colorBackgroundAccentAmber": {
|
|
7906
|
+
"colorBackgroundVisualAccentAmber": {
|
|
7951
7907
|
"light": "rgba(250, 111, 0, 0.2)",
|
|
7952
7908
|
"dark": "rgba(250, 111, 0, 0.2)"
|
|
7953
7909
|
},
|
|
7954
|
-
"
|
|
7910
|
+
"colorTextVisualAccentRed": {
|
|
7955
7911
|
"light": "{colorError400}",
|
|
7956
7912
|
"dark": "{colorError400}"
|
|
7957
7913
|
},
|
|
7958
|
-
"
|
|
7959
|
-
"light": "{
|
|
7960
|
-
"dark": "{
|
|
7914
|
+
"colorTextVisualAccentYellow": {
|
|
7915
|
+
"light": "{colorWarning200}",
|
|
7916
|
+
"dark": "{colorWarning200}"
|
|
7961
7917
|
},
|
|
7962
|
-
"
|
|
7963
|
-
"light": "{
|
|
7964
|
-
"dark": "{
|
|
7965
|
-
},
|
|
7966
|
-
"colorTextAccentGreen": {
|
|
7967
|
-
"light": "{colorSuccess400}",
|
|
7968
|
-
"dark": "{colorSuccess400}"
|
|
7918
|
+
"colorTextVisualAccentIndigo": {
|
|
7919
|
+
"light": "{colorInfo300}",
|
|
7920
|
+
"dark": "{colorInfo300}"
|
|
7969
7921
|
},
|
|
7970
|
-
"
|
|
7971
|
-
"light": "{
|
|
7972
|
-
"dark": "{
|
|
7922
|
+
"colorTextVisualAccentGreen": {
|
|
7923
|
+
"light": "{colorSuccess200}",
|
|
7924
|
+
"dark": "{colorSuccess200}"
|
|
7973
7925
|
},
|
|
7974
|
-
"
|
|
7975
|
-
"light": "
|
|
7976
|
-
"dark": "
|
|
7926
|
+
"colorTextVisualAccentOrange": {
|
|
7927
|
+
"light": "#ff997a",
|
|
7928
|
+
"dark": "#ff997a"
|
|
7977
7929
|
},
|
|
7978
|
-
"
|
|
7979
|
-
"light": "
|
|
7980
|
-
"dark": "
|
|
7930
|
+
"colorTextVisualAccentPurple": {
|
|
7931
|
+
"light": "#d4a8ff",
|
|
7932
|
+
"dark": "#d4a8ff"
|
|
7981
7933
|
},
|
|
7982
|
-
"
|
|
7983
|
-
"light": "
|
|
7984
|
-
"dark": "
|
|
7934
|
+
"colorTextVisualAccentLime": {
|
|
7935
|
+
"light": "#acff2e",
|
|
7936
|
+
"dark": "#acff2e"
|
|
7985
7937
|
},
|
|
7986
|
-
"
|
|
7938
|
+
"colorTextVisualAccentGrey": {
|
|
7987
7939
|
"light": "{colorNeutral300}",
|
|
7988
7940
|
"dark": "{colorNeutral300}"
|
|
7989
7941
|
},
|
|
7990
|
-
"
|
|
7991
|
-
"light": "
|
|
7992
|
-
"dark": "
|
|
7993
|
-
},
|
|
7994
|
-
"colorTextAccentCyan": {
|
|
7995
|
-
"light": "{colorCyan400}",
|
|
7996
|
-
"dark": "{colorCyan400}"
|
|
7997
|
-
},
|
|
7998
|
-
"colorTextAccentBlue": {
|
|
7999
|
-
"light": "{colorInfo400}",
|
|
8000
|
-
"dark": "{colorInfo400}"
|
|
8001
|
-
},
|
|
8002
|
-
"colorTextAccentViolet": {
|
|
8003
|
-
"light": "{colorViolet400}",
|
|
8004
|
-
"dark": "{colorViolet400}"
|
|
7942
|
+
"colorTextVisualAccentTeal": {
|
|
7943
|
+
"light": "#00f5e4",
|
|
7944
|
+
"dark": "#00f5e4"
|
|
8005
7945
|
},
|
|
8006
|
-
"
|
|
8007
|
-
"light": "
|
|
8008
|
-
"dark": "
|
|
7946
|
+
"colorTextVisualAccentBlue": {
|
|
7947
|
+
"light": "#75cfff",
|
|
7948
|
+
"dark": "#75cfff"
|
|
8009
7949
|
},
|
|
8010
|
-
"
|
|
8011
|
-
"light": "
|
|
8012
|
-
"dark": "
|
|
7950
|
+
"colorTextVisualAccentViolet": {
|
|
7951
|
+
"light": "#b2a8ff",
|
|
7952
|
+
"dark": "#b2a8ff"
|
|
8013
7953
|
},
|
|
8014
|
-
"
|
|
8015
|
-
"light": "
|
|
8016
|
-
"dark": "
|
|
7954
|
+
"colorTextVisualAccentMagenta": {
|
|
7955
|
+
"light": "#ff57e9",
|
|
7956
|
+
"dark": "#ff57e9"
|
|
8017
7957
|
},
|
|
8018
|
-
"
|
|
8019
|
-
"light": "
|
|
8020
|
-
"dark": "
|
|
7958
|
+
"colorTextVisualAccentPink": {
|
|
7959
|
+
"light": "#ff99cc",
|
|
7960
|
+
"dark": "#ff99cc"
|
|
8021
7961
|
},
|
|
8022
|
-
"
|
|
8023
|
-
"light": "
|
|
8024
|
-
"dark": "
|
|
7962
|
+
"colorTextVisualAccentAmber": {
|
|
7963
|
+
"light": "#ffbb45",
|
|
7964
|
+
"dark": "#ffbb45"
|
|
8025
7965
|
},
|
|
8026
7966
|
"colorPrimary50": "#f0fbff",
|
|
8027
7967
|
"colorPrimary100": "#d1f1ff",
|
|
@@ -8059,12 +7999,14 @@ module.exports.preset = {
|
|
|
8059
7999
|
"colorError100": "#ffe0e0",
|
|
8060
8000
|
"colorError400": "#ff7a7a",
|
|
8061
8001
|
"colorError600": "#db0000",
|
|
8002
|
+
"colorError700": "#c20000",
|
|
8062
8003
|
"colorError800": "#990000",
|
|
8063
8004
|
"colorError900": "#700000",
|
|
8064
8005
|
"colorError950": "#520000",
|
|
8065
8006
|
"colorError1000": "#1f0000",
|
|
8066
8007
|
"colorSuccess50": "#effff1",
|
|
8067
8008
|
"colorSuccess100": "#d9ffd6",
|
|
8009
|
+
"colorSuccess200": "#aeffa8",
|
|
8068
8010
|
"colorSuccess400": "#00e500",
|
|
8069
8011
|
"colorSuccess500": "#2bb534",
|
|
8070
8012
|
"colorSuccess600": "#00802f",
|
|
@@ -8073,6 +8015,7 @@ module.exports.preset = {
|
|
|
8073
8015
|
"colorSuccess1000": "#001401",
|
|
8074
8016
|
"colorWarning50": "#fffef0",
|
|
8075
8017
|
"colorWarning100": "#fffbbd",
|
|
8018
|
+
"colorWarning200": "#fef571",
|
|
8076
8019
|
"colorWarning400": "#ffe347",
|
|
8077
8020
|
"colorWarning500": "#fbd332",
|
|
8078
8021
|
"colorWarning600": "#f2b100",
|
|
@@ -8936,6 +8879,10 @@ module.exports.preset = {
|
|
|
8936
8879
|
"light": "{colorNeutral350}",
|
|
8937
8880
|
"dark": "{colorNeutral650}"
|
|
8938
8881
|
},
|
|
8882
|
+
"colorBorderLayoutSideNavigation": {
|
|
8883
|
+
"light": "{colorBorderLayout}",
|
|
8884
|
+
"dark": "{colorBorderLayout}"
|
|
8885
|
+
},
|
|
8939
8886
|
"colorBorderNotificationStackBar": {
|
|
8940
8887
|
"light": "{colorNeutral750}",
|
|
8941
8888
|
"dark": "{colorNeutral750}"
|
|
@@ -9648,149 +9595,117 @@ module.exports.preset = {
|
|
|
9648
9595
|
"light": "#f8f8f8",
|
|
9649
9596
|
"dark": "#282c34"
|
|
9650
9597
|
},
|
|
9651
|
-
"
|
|
9652
|
-
"light": "
|
|
9598
|
+
"colorBackgroundVisualAccentRed": {
|
|
9599
|
+
"light": "#ffe0e0",
|
|
9653
9600
|
"dark": "rgba(255, 61, 61, 0.2)"
|
|
9654
9601
|
},
|
|
9655
|
-
"
|
|
9656
|
-
"light": "
|
|
9602
|
+
"colorBackgroundVisualAccentYellow": {
|
|
9603
|
+
"light": "#fffbbd",
|
|
9657
9604
|
"dark": "rgba(251, 211, 50, 0.2)"
|
|
9658
9605
|
},
|
|
9659
|
-
"
|
|
9660
|
-
"light": "
|
|
9661
|
-
"dark": "rgba(
|
|
9606
|
+
"colorBackgroundVisualAccentIndigo": {
|
|
9607
|
+
"light": "#dbe4ff",
|
|
9608
|
+
"dark": "rgba(92, 127, 255, 0.2)"
|
|
9662
9609
|
},
|
|
9663
|
-
"
|
|
9664
|
-
"light": "
|
|
9610
|
+
"colorBackgroundVisualAccentGreen": {
|
|
9611
|
+
"light": "#d9ffd6",
|
|
9665
9612
|
"dark": "rgba(43, 181, 52, 0.2)"
|
|
9666
9613
|
},
|
|
9667
|
-
"
|
|
9668
|
-
"light": "
|
|
9614
|
+
"colorBackgroundVisualAccentOrange": {
|
|
9615
|
+
"light": "rgba(255, 224, 214, 0.6)",
|
|
9669
9616
|
"dark": "rgba(255, 75, 20, 0.2)"
|
|
9670
9617
|
},
|
|
9671
|
-
"
|
|
9672
|
-
"light": "
|
|
9618
|
+
"colorBackgroundVisualAccentPurple": {
|
|
9619
|
+
"light": "rgba(242, 229, 255, 0.6)",
|
|
9673
9620
|
"dark": "rgba(173, 92, 255, 0.2)"
|
|
9674
9621
|
},
|
|
9675
|
-
"
|
|
9676
|
-
"light": "{colorMint100}",
|
|
9677
|
-
"dark": "rgba(0, 189, 107, 0.2)"
|
|
9678
|
-
},
|
|
9679
|
-
"colorBackgroundAccentLime": {
|
|
9622
|
+
"colorBackgroundVisualAccentLime": {
|
|
9680
9623
|
"light": "{colorLime100}",
|
|
9681
9624
|
"dark": "rgba(49, 184, 0, 0.2)"
|
|
9682
9625
|
},
|
|
9683
|
-
"
|
|
9626
|
+
"colorBackgroundVisualAccentGrey": {
|
|
9684
9627
|
"light": "{colorNeutral250}",
|
|
9685
9628
|
"dark": "{colorNeutral700}"
|
|
9686
9629
|
},
|
|
9687
|
-
"
|
|
9688
|
-
"light": "
|
|
9630
|
+
"colorBackgroundVisualAccentTeal": {
|
|
9631
|
+
"light": "rgba(204, 255, 252, 0.7)",
|
|
9689
9632
|
"dark": "rgba(0, 173, 162, 0.2)"
|
|
9690
9633
|
},
|
|
9691
|
-
"
|
|
9692
|
-
"light": "
|
|
9693
|
-
"dark": "rgba(0, 164, 189, 0.2)"
|
|
9694
|
-
},
|
|
9695
|
-
"colorBackgroundAccentBlue": {
|
|
9696
|
-
"light": "{colorInfo100}",
|
|
9634
|
+
"colorBackgroundVisualAccentBlue": {
|
|
9635
|
+
"light": "rgba(209, 241, 255, 0.6)",
|
|
9697
9636
|
"dark": "rgba(0, 153, 255, 0.2)"
|
|
9698
9637
|
},
|
|
9699
|
-
"
|
|
9700
|
-
"light": "
|
|
9638
|
+
"colorBackgroundVisualAccentViolet": {
|
|
9639
|
+
"light": "rgba(232, 229, 255, 0.6)",
|
|
9701
9640
|
"dark": "rgba(133, 117, 255, 0.2)"
|
|
9702
9641
|
},
|
|
9703
|
-
"
|
|
9704
|
-
"light": "
|
|
9705
|
-
"dark": "rgba(228, 51, 255, 0.2)"
|
|
9706
|
-
},
|
|
9707
|
-
"colorBackgroundAccentMagenta": {
|
|
9708
|
-
"light": "{colorMagenta100}",
|
|
9642
|
+
"colorBackgroundVisualAccentMagenta": {
|
|
9643
|
+
"light": "rgba(255, 224, 251, 0.6)",
|
|
9709
9644
|
"dark": "rgba(255, 26, 224, 0.2)"
|
|
9710
9645
|
},
|
|
9711
|
-
"
|
|
9712
|
-
"light": "
|
|
9646
|
+
"colorBackgroundVisualAccentPink": {
|
|
9647
|
+
"light": "rgba(255, 224, 240, 0.7)",
|
|
9713
9648
|
"dark": "rgba(255, 51, 153, 0.2)"
|
|
9714
9649
|
},
|
|
9715
|
-
"
|
|
9716
|
-
"light": "
|
|
9717
|
-
"dark": "rgba(255, 56, 106, 0.2)"
|
|
9718
|
-
},
|
|
9719
|
-
"colorBackgroundAccentAmber": {
|
|
9720
|
-
"light": "{colorAmber100}",
|
|
9650
|
+
"colorBackgroundVisualAccentAmber": {
|
|
9651
|
+
"light": "rgba(255, 232, 189, 0.7)",
|
|
9721
9652
|
"dark": "rgba(250, 111, 0, 0.2)"
|
|
9722
9653
|
},
|
|
9723
|
-
"
|
|
9724
|
-
"light": "{
|
|
9654
|
+
"colorTextVisualAccentRed": {
|
|
9655
|
+
"light": "{colorError700}",
|
|
9725
9656
|
"dark": "{colorError400}"
|
|
9726
9657
|
},
|
|
9727
|
-
"
|
|
9658
|
+
"colorTextVisualAccentYellow": {
|
|
9728
9659
|
"light": "{colorWarning900}",
|
|
9729
|
-
"dark": "{
|
|
9660
|
+
"dark": "{colorWarning200}"
|
|
9730
9661
|
},
|
|
9731
|
-
"
|
|
9662
|
+
"colorTextVisualAccentIndigo": {
|
|
9732
9663
|
"light": "{colorInfo800}",
|
|
9733
|
-
"dark": "{
|
|
9664
|
+
"dark": "{colorInfo300}"
|
|
9734
9665
|
},
|
|
9735
|
-
"
|
|
9736
|
-
"light": "{
|
|
9737
|
-
"dark": "{
|
|
9666
|
+
"colorTextVisualAccentGreen": {
|
|
9667
|
+
"light": "{colorSuccess600}",
|
|
9668
|
+
"dark": "{colorSuccess200}"
|
|
9738
9669
|
},
|
|
9739
|
-
"
|
|
9740
|
-
"light": "
|
|
9741
|
-
"dark": "
|
|
9670
|
+
"colorTextVisualAccentOrange": {
|
|
9671
|
+
"light": "#a82700",
|
|
9672
|
+
"dark": "#ff997a"
|
|
9742
9673
|
},
|
|
9743
|
-
"
|
|
9744
|
-
"light": "
|
|
9745
|
-
"dark": "
|
|
9674
|
+
"colorTextVisualAccentPurple": {
|
|
9675
|
+
"light": "#962eff",
|
|
9676
|
+
"dark": "#d4a8ff"
|
|
9746
9677
|
},
|
|
9747
|
-
"
|
|
9748
|
-
"light": "
|
|
9749
|
-
"dark": "
|
|
9678
|
+
"colorTextVisualAccentLime": {
|
|
9679
|
+
"light": "#007000",
|
|
9680
|
+
"dark": "#acff2e"
|
|
9750
9681
|
},
|
|
9751
|
-
"
|
|
9752
|
-
"light": "{
|
|
9753
|
-
"dark": "{colorLime400}"
|
|
9754
|
-
},
|
|
9755
|
-
"colorTextAccentGrey": {
|
|
9756
|
-
"light": "{colorNeutral800}",
|
|
9682
|
+
"colorTextVisualAccentGrey": {
|
|
9683
|
+
"light": "{colorNeutral850}",
|
|
9757
9684
|
"dark": "{colorNeutral300}"
|
|
9758
9685
|
},
|
|
9759
|
-
"
|
|
9760
|
-
"light": "
|
|
9761
|
-
"dark": "
|
|
9762
|
-
},
|
|
9763
|
-
"colorTextAccentCyan": {
|
|
9764
|
-
"light": "{colorCyan800}",
|
|
9765
|
-
"dark": "{colorCyan400}"
|
|
9766
|
-
},
|
|
9767
|
-
"colorTextAccentBlue": {
|
|
9768
|
-
"light": "{colorInfo800}",
|
|
9769
|
-
"dark": "{colorInfo400}"
|
|
9770
|
-
},
|
|
9771
|
-
"colorTextAccentViolet": {
|
|
9772
|
-
"light": "{colorViolet800}",
|
|
9773
|
-
"dark": "{colorViolet400}"
|
|
9686
|
+
"colorTextVisualAccentTeal": {
|
|
9687
|
+
"light": "#008077",
|
|
9688
|
+
"dark": "#00f5e4"
|
|
9774
9689
|
},
|
|
9775
|
-
"
|
|
9776
|
-
"light": "
|
|
9777
|
-
"dark": "
|
|
9690
|
+
"colorTextVisualAccentBlue": {
|
|
9691
|
+
"light": "#006ce0",
|
|
9692
|
+
"dark": "#75cfff"
|
|
9778
9693
|
},
|
|
9779
|
-
"
|
|
9780
|
-
"light": "
|
|
9781
|
-
"dark": "
|
|
9694
|
+
"colorTextVisualAccentViolet": {
|
|
9695
|
+
"light": "#6842ff",
|
|
9696
|
+
"dark": "#b2a8ff"
|
|
9782
9697
|
},
|
|
9783
|
-
"
|
|
9784
|
-
"light": "
|
|
9785
|
-
"dark": "
|
|
9698
|
+
"colorTextVisualAccentMagenta": {
|
|
9699
|
+
"light": "#b2008f",
|
|
9700
|
+
"dark": "#ff57e9"
|
|
9786
9701
|
},
|
|
9787
|
-
"
|
|
9788
|
-
"light": "
|
|
9789
|
-
"dark": "
|
|
9702
|
+
"colorTextVisualAccentPink": {
|
|
9703
|
+
"light": "#bb005d",
|
|
9704
|
+
"dark": "#ff99cc"
|
|
9790
9705
|
},
|
|
9791
|
-
"
|
|
9792
|
-
"light": "
|
|
9793
|
-
"dark": "
|
|
9706
|
+
"colorTextVisualAccentAmber": {
|
|
9707
|
+
"light": "#9e3700",
|
|
9708
|
+
"dark": "#ffbb45"
|
|
9794
9709
|
}
|
|
9795
9710
|
}
|
|
9796
9711
|
},
|
|
@@ -10554,6 +10469,10 @@ module.exports.preset = {
|
|
|
10554
10469
|
"light": "{colorNeutral350}",
|
|
10555
10470
|
"dark": "{colorNeutral650}"
|
|
10556
10471
|
},
|
|
10472
|
+
"colorBorderLayoutSideNavigation": {
|
|
10473
|
+
"light": "{colorBorderLayout}",
|
|
10474
|
+
"dark": "{colorBorderLayout}"
|
|
10475
|
+
},
|
|
10557
10476
|
"colorBorderNotificationStackBar": {
|
|
10558
10477
|
"light": "{colorNeutral750}",
|
|
10559
10478
|
"dark": "{colorNeutral750}"
|
|
@@ -11266,149 +11185,117 @@ module.exports.preset = {
|
|
|
11266
11185
|
"light": "#f8f8f8",
|
|
11267
11186
|
"dark": "#282c34"
|
|
11268
11187
|
},
|
|
11269
|
-
"
|
|
11270
|
-
"light": "
|
|
11188
|
+
"colorBackgroundVisualAccentRed": {
|
|
11189
|
+
"light": "#ffe0e0",
|
|
11271
11190
|
"dark": "rgba(255, 61, 61, 0.2)"
|
|
11272
11191
|
},
|
|
11273
|
-
"
|
|
11274
|
-
"light": "
|
|
11192
|
+
"colorBackgroundVisualAccentYellow": {
|
|
11193
|
+
"light": "#fffbbd",
|
|
11275
11194
|
"dark": "rgba(251, 211, 50, 0.2)"
|
|
11276
11195
|
},
|
|
11277
|
-
"
|
|
11278
|
-
"light": "
|
|
11279
|
-
"dark": "rgba(
|
|
11196
|
+
"colorBackgroundVisualAccentIndigo": {
|
|
11197
|
+
"light": "#dbe4ff",
|
|
11198
|
+
"dark": "rgba(92, 127, 255, 0.2)"
|
|
11280
11199
|
},
|
|
11281
|
-
"
|
|
11282
|
-
"light": "
|
|
11200
|
+
"colorBackgroundVisualAccentGreen": {
|
|
11201
|
+
"light": "#d9ffd6",
|
|
11283
11202
|
"dark": "rgba(43, 181, 52, 0.2)"
|
|
11284
11203
|
},
|
|
11285
|
-
"
|
|
11286
|
-
"light": "
|
|
11204
|
+
"colorBackgroundVisualAccentOrange": {
|
|
11205
|
+
"light": "rgba(255, 224, 214, 0.6)",
|
|
11287
11206
|
"dark": "rgba(255, 75, 20, 0.2)"
|
|
11288
11207
|
},
|
|
11289
|
-
"
|
|
11290
|
-
"light": "
|
|
11208
|
+
"colorBackgroundVisualAccentPurple": {
|
|
11209
|
+
"light": "rgba(242, 229, 255, 0.6)",
|
|
11291
11210
|
"dark": "rgba(173, 92, 255, 0.2)"
|
|
11292
11211
|
},
|
|
11293
|
-
"
|
|
11294
|
-
"light": "{colorMint100}",
|
|
11295
|
-
"dark": "rgba(0, 189, 107, 0.2)"
|
|
11296
|
-
},
|
|
11297
|
-
"colorBackgroundAccentLime": {
|
|
11212
|
+
"colorBackgroundVisualAccentLime": {
|
|
11298
11213
|
"light": "{colorLime100}",
|
|
11299
11214
|
"dark": "rgba(49, 184, 0, 0.2)"
|
|
11300
11215
|
},
|
|
11301
|
-
"
|
|
11216
|
+
"colorBackgroundVisualAccentGrey": {
|
|
11302
11217
|
"light": "{colorNeutral250}",
|
|
11303
11218
|
"dark": "{colorNeutral700}"
|
|
11304
11219
|
},
|
|
11305
|
-
"
|
|
11306
|
-
"light": "
|
|
11220
|
+
"colorBackgroundVisualAccentTeal": {
|
|
11221
|
+
"light": "rgba(204, 255, 252, 0.7)",
|
|
11307
11222
|
"dark": "rgba(0, 173, 162, 0.2)"
|
|
11308
11223
|
},
|
|
11309
|
-
"
|
|
11310
|
-
"light": "
|
|
11311
|
-
"dark": "rgba(0, 164, 189, 0.2)"
|
|
11312
|
-
},
|
|
11313
|
-
"colorBackgroundAccentBlue": {
|
|
11314
|
-
"light": "{colorInfo100}",
|
|
11224
|
+
"colorBackgroundVisualAccentBlue": {
|
|
11225
|
+
"light": "rgba(209, 241, 255, 0.6)",
|
|
11315
11226
|
"dark": "rgba(0, 153, 255, 0.2)"
|
|
11316
11227
|
},
|
|
11317
|
-
"
|
|
11318
|
-
"light": "
|
|
11228
|
+
"colorBackgroundVisualAccentViolet": {
|
|
11229
|
+
"light": "rgba(232, 229, 255, 0.6)",
|
|
11319
11230
|
"dark": "rgba(133, 117, 255, 0.2)"
|
|
11320
11231
|
},
|
|
11321
|
-
"
|
|
11322
|
-
"light": "
|
|
11323
|
-
"dark": "rgba(228, 51, 255, 0.2)"
|
|
11324
|
-
},
|
|
11325
|
-
"colorBackgroundAccentMagenta": {
|
|
11326
|
-
"light": "{colorMagenta100}",
|
|
11232
|
+
"colorBackgroundVisualAccentMagenta": {
|
|
11233
|
+
"light": "rgba(255, 224, 251, 0.6)",
|
|
11327
11234
|
"dark": "rgba(255, 26, 224, 0.2)"
|
|
11328
11235
|
},
|
|
11329
|
-
"
|
|
11330
|
-
"light": "
|
|
11236
|
+
"colorBackgroundVisualAccentPink": {
|
|
11237
|
+
"light": "rgba(255, 224, 240, 0.7)",
|
|
11331
11238
|
"dark": "rgba(255, 51, 153, 0.2)"
|
|
11332
11239
|
},
|
|
11333
|
-
"
|
|
11334
|
-
"light": "
|
|
11335
|
-
"dark": "rgba(255, 56, 106, 0.2)"
|
|
11336
|
-
},
|
|
11337
|
-
"colorBackgroundAccentAmber": {
|
|
11338
|
-
"light": "{colorAmber100}",
|
|
11240
|
+
"colorBackgroundVisualAccentAmber": {
|
|
11241
|
+
"light": "rgba(255, 232, 189, 0.7)",
|
|
11339
11242
|
"dark": "rgba(250, 111, 0, 0.2)"
|
|
11340
11243
|
},
|
|
11341
|
-
"
|
|
11342
|
-
"light": "{
|
|
11244
|
+
"colorTextVisualAccentRed": {
|
|
11245
|
+
"light": "{colorError700}",
|
|
11343
11246
|
"dark": "{colorError400}"
|
|
11344
11247
|
},
|
|
11345
|
-
"
|
|
11248
|
+
"colorTextVisualAccentYellow": {
|
|
11346
11249
|
"light": "{colorWarning900}",
|
|
11347
|
-
"dark": "{
|
|
11250
|
+
"dark": "{colorWarning200}"
|
|
11348
11251
|
},
|
|
11349
|
-
"
|
|
11252
|
+
"colorTextVisualAccentIndigo": {
|
|
11350
11253
|
"light": "{colorInfo800}",
|
|
11351
|
-
"dark": "{
|
|
11352
|
-
},
|
|
11353
|
-
"colorTextAccentGreen": {
|
|
11354
|
-
"light": "{colorSuccess800}",
|
|
11355
|
-
"dark": "{colorSuccess400}"
|
|
11254
|
+
"dark": "{colorInfo300}"
|
|
11356
11255
|
},
|
|
11357
|
-
"
|
|
11358
|
-
"light": "{
|
|
11359
|
-
"dark": "{
|
|
11256
|
+
"colorTextVisualAccentGreen": {
|
|
11257
|
+
"light": "{colorSuccess600}",
|
|
11258
|
+
"dark": "{colorSuccess200}"
|
|
11360
11259
|
},
|
|
11361
|
-
"
|
|
11362
|
-
"light": "
|
|
11363
|
-
"dark": "
|
|
11260
|
+
"colorTextVisualAccentOrange": {
|
|
11261
|
+
"light": "#a82700",
|
|
11262
|
+
"dark": "#ff997a"
|
|
11364
11263
|
},
|
|
11365
|
-
"
|
|
11366
|
-
"light": "
|
|
11367
|
-
"dark": "
|
|
11264
|
+
"colorTextVisualAccentPurple": {
|
|
11265
|
+
"light": "#962eff",
|
|
11266
|
+
"dark": "#d4a8ff"
|
|
11368
11267
|
},
|
|
11369
|
-
"
|
|
11370
|
-
"light": "
|
|
11371
|
-
"dark": "
|
|
11268
|
+
"colorTextVisualAccentLime": {
|
|
11269
|
+
"light": "#007000",
|
|
11270
|
+
"dark": "#acff2e"
|
|
11372
11271
|
},
|
|
11373
|
-
"
|
|
11374
|
-
"light": "{
|
|
11272
|
+
"colorTextVisualAccentGrey": {
|
|
11273
|
+
"light": "{colorNeutral850}",
|
|
11375
11274
|
"dark": "{colorNeutral300}"
|
|
11376
11275
|
},
|
|
11377
|
-
"
|
|
11378
|
-
"light": "
|
|
11379
|
-
"dark": "
|
|
11380
|
-
},
|
|
11381
|
-
"colorTextAccentCyan": {
|
|
11382
|
-
"light": "{colorCyan800}",
|
|
11383
|
-
"dark": "{colorCyan400}"
|
|
11384
|
-
},
|
|
11385
|
-
"colorTextAccentBlue": {
|
|
11386
|
-
"light": "{colorInfo800}",
|
|
11387
|
-
"dark": "{colorInfo400}"
|
|
11388
|
-
},
|
|
11389
|
-
"colorTextAccentViolet": {
|
|
11390
|
-
"light": "{colorViolet800}",
|
|
11391
|
-
"dark": "{colorViolet400}"
|
|
11276
|
+
"colorTextVisualAccentTeal": {
|
|
11277
|
+
"light": "#008077",
|
|
11278
|
+
"dark": "#00f5e4"
|
|
11392
11279
|
},
|
|
11393
|
-
"
|
|
11394
|
-
"light": "
|
|
11395
|
-
"dark": "
|
|
11280
|
+
"colorTextVisualAccentBlue": {
|
|
11281
|
+
"light": "#006ce0",
|
|
11282
|
+
"dark": "#75cfff"
|
|
11396
11283
|
},
|
|
11397
|
-
"
|
|
11398
|
-
"light": "
|
|
11399
|
-
"dark": "
|
|
11284
|
+
"colorTextVisualAccentViolet": {
|
|
11285
|
+
"light": "#6842ff",
|
|
11286
|
+
"dark": "#b2a8ff"
|
|
11400
11287
|
},
|
|
11401
|
-
"
|
|
11402
|
-
"light": "
|
|
11403
|
-
"dark": "
|
|
11288
|
+
"colorTextVisualAccentMagenta": {
|
|
11289
|
+
"light": "#b2008f",
|
|
11290
|
+
"dark": "#ff57e9"
|
|
11404
11291
|
},
|
|
11405
|
-
"
|
|
11406
|
-
"light": "
|
|
11407
|
-
"dark": "
|
|
11292
|
+
"colorTextVisualAccentPink": {
|
|
11293
|
+
"light": "#bb005d",
|
|
11294
|
+
"dark": "#ff99cc"
|
|
11408
11295
|
},
|
|
11409
|
-
"
|
|
11410
|
-
"light": "
|
|
11411
|
-
"dark": "
|
|
11296
|
+
"colorTextVisualAccentAmber": {
|
|
11297
|
+
"light": "#9e3700",
|
|
11298
|
+
"dark": "#ffbb45"
|
|
11412
11299
|
}
|
|
11413
11300
|
}
|
|
11414
11301
|
},
|
|
@@ -12172,6 +12059,10 @@ module.exports.preset = {
|
|
|
12172
12059
|
"light": "{colorNeutral350}",
|
|
12173
12060
|
"dark": "{colorNeutral650}"
|
|
12174
12061
|
},
|
|
12062
|
+
"colorBorderLayoutSideNavigation": {
|
|
12063
|
+
"light": "{colorBorderLayout}",
|
|
12064
|
+
"dark": "{colorBorderLayout}"
|
|
12065
|
+
},
|
|
12175
12066
|
"colorBorderNotificationStackBar": {
|
|
12176
12067
|
"light": "{colorNeutral750}",
|
|
12177
12068
|
"dark": "{colorNeutral750}"
|
|
@@ -12884,149 +12775,117 @@ module.exports.preset = {
|
|
|
12884
12775
|
"light": "#f8f8f8",
|
|
12885
12776
|
"dark": "#282c34"
|
|
12886
12777
|
},
|
|
12887
|
-
"
|
|
12888
|
-
"light": "
|
|
12778
|
+
"colorBackgroundVisualAccentRed": {
|
|
12779
|
+
"light": "#ffe0e0",
|
|
12889
12780
|
"dark": "rgba(255, 61, 61, 0.2)"
|
|
12890
12781
|
},
|
|
12891
|
-
"
|
|
12892
|
-
"light": "
|
|
12782
|
+
"colorBackgroundVisualAccentYellow": {
|
|
12783
|
+
"light": "#fffbbd",
|
|
12893
12784
|
"dark": "rgba(251, 211, 50, 0.2)"
|
|
12894
12785
|
},
|
|
12895
|
-
"
|
|
12896
|
-
"light": "
|
|
12897
|
-
"dark": "rgba(
|
|
12786
|
+
"colorBackgroundVisualAccentIndigo": {
|
|
12787
|
+
"light": "#dbe4ff",
|
|
12788
|
+
"dark": "rgba(92, 127, 255, 0.2)"
|
|
12898
12789
|
},
|
|
12899
|
-
"
|
|
12900
|
-
"light": "
|
|
12790
|
+
"colorBackgroundVisualAccentGreen": {
|
|
12791
|
+
"light": "#d9ffd6",
|
|
12901
12792
|
"dark": "rgba(43, 181, 52, 0.2)"
|
|
12902
12793
|
},
|
|
12903
|
-
"
|
|
12904
|
-
"light": "
|
|
12794
|
+
"colorBackgroundVisualAccentOrange": {
|
|
12795
|
+
"light": "rgba(255, 224, 214, 0.6)",
|
|
12905
12796
|
"dark": "rgba(255, 75, 20, 0.2)"
|
|
12906
12797
|
},
|
|
12907
|
-
"
|
|
12908
|
-
"light": "
|
|
12798
|
+
"colorBackgroundVisualAccentPurple": {
|
|
12799
|
+
"light": "rgba(242, 229, 255, 0.6)",
|
|
12909
12800
|
"dark": "rgba(173, 92, 255, 0.2)"
|
|
12910
12801
|
},
|
|
12911
|
-
"
|
|
12912
|
-
"light": "{colorMint100}",
|
|
12913
|
-
"dark": "rgba(0, 189, 107, 0.2)"
|
|
12914
|
-
},
|
|
12915
|
-
"colorBackgroundAccentLime": {
|
|
12802
|
+
"colorBackgroundVisualAccentLime": {
|
|
12916
12803
|
"light": "{colorLime100}",
|
|
12917
12804
|
"dark": "rgba(49, 184, 0, 0.2)"
|
|
12918
12805
|
},
|
|
12919
|
-
"
|
|
12806
|
+
"colorBackgroundVisualAccentGrey": {
|
|
12920
12807
|
"light": "{colorNeutral250}",
|
|
12921
12808
|
"dark": "{colorNeutral700}"
|
|
12922
12809
|
},
|
|
12923
|
-
"
|
|
12924
|
-
"light": "
|
|
12810
|
+
"colorBackgroundVisualAccentTeal": {
|
|
12811
|
+
"light": "rgba(204, 255, 252, 0.7)",
|
|
12925
12812
|
"dark": "rgba(0, 173, 162, 0.2)"
|
|
12926
12813
|
},
|
|
12927
|
-
"
|
|
12928
|
-
"light": "
|
|
12929
|
-
"dark": "rgba(0, 164, 189, 0.2)"
|
|
12930
|
-
},
|
|
12931
|
-
"colorBackgroundAccentBlue": {
|
|
12932
|
-
"light": "{colorInfo100}",
|
|
12814
|
+
"colorBackgroundVisualAccentBlue": {
|
|
12815
|
+
"light": "rgba(209, 241, 255, 0.6)",
|
|
12933
12816
|
"dark": "rgba(0, 153, 255, 0.2)"
|
|
12934
12817
|
},
|
|
12935
|
-
"
|
|
12936
|
-
"light": "
|
|
12818
|
+
"colorBackgroundVisualAccentViolet": {
|
|
12819
|
+
"light": "rgba(232, 229, 255, 0.6)",
|
|
12937
12820
|
"dark": "rgba(133, 117, 255, 0.2)"
|
|
12938
12821
|
},
|
|
12939
|
-
"
|
|
12940
|
-
"light": "
|
|
12941
|
-
"dark": "rgba(228, 51, 255, 0.2)"
|
|
12942
|
-
},
|
|
12943
|
-
"colorBackgroundAccentMagenta": {
|
|
12944
|
-
"light": "{colorMagenta100}",
|
|
12822
|
+
"colorBackgroundVisualAccentMagenta": {
|
|
12823
|
+
"light": "rgba(255, 224, 251, 0.6)",
|
|
12945
12824
|
"dark": "rgba(255, 26, 224, 0.2)"
|
|
12946
12825
|
},
|
|
12947
|
-
"
|
|
12948
|
-
"light": "
|
|
12826
|
+
"colorBackgroundVisualAccentPink": {
|
|
12827
|
+
"light": "rgba(255, 224, 240, 0.7)",
|
|
12949
12828
|
"dark": "rgba(255, 51, 153, 0.2)"
|
|
12950
12829
|
},
|
|
12951
|
-
"
|
|
12952
|
-
"light": "
|
|
12953
|
-
"dark": "rgba(255, 56, 106, 0.2)"
|
|
12954
|
-
},
|
|
12955
|
-
"colorBackgroundAccentAmber": {
|
|
12956
|
-
"light": "{colorAmber100}",
|
|
12830
|
+
"colorBackgroundVisualAccentAmber": {
|
|
12831
|
+
"light": "rgba(255, 232, 189, 0.7)",
|
|
12957
12832
|
"dark": "rgba(250, 111, 0, 0.2)"
|
|
12958
12833
|
},
|
|
12959
|
-
"
|
|
12960
|
-
"light": "{
|
|
12834
|
+
"colorTextVisualAccentRed": {
|
|
12835
|
+
"light": "{colorError700}",
|
|
12961
12836
|
"dark": "{colorError400}"
|
|
12962
12837
|
},
|
|
12963
|
-
"
|
|
12838
|
+
"colorTextVisualAccentYellow": {
|
|
12964
12839
|
"light": "{colorWarning900}",
|
|
12965
|
-
"dark": "{
|
|
12840
|
+
"dark": "{colorWarning200}"
|
|
12966
12841
|
},
|
|
12967
|
-
"
|
|
12842
|
+
"colorTextVisualAccentIndigo": {
|
|
12968
12843
|
"light": "{colorInfo800}",
|
|
12969
|
-
"dark": "{
|
|
12970
|
-
},
|
|
12971
|
-
"colorTextAccentGreen": {
|
|
12972
|
-
"light": "{colorSuccess800}",
|
|
12973
|
-
"dark": "{colorSuccess400}"
|
|
12844
|
+
"dark": "{colorInfo300}"
|
|
12974
12845
|
},
|
|
12975
|
-
"
|
|
12976
|
-
"light": "{
|
|
12977
|
-
"dark": "{
|
|
12846
|
+
"colorTextVisualAccentGreen": {
|
|
12847
|
+
"light": "{colorSuccess600}",
|
|
12848
|
+
"dark": "{colorSuccess200}"
|
|
12978
12849
|
},
|
|
12979
|
-
"
|
|
12980
|
-
"light": "
|
|
12981
|
-
"dark": "
|
|
12850
|
+
"colorTextVisualAccentOrange": {
|
|
12851
|
+
"light": "#a82700",
|
|
12852
|
+
"dark": "#ff997a"
|
|
12982
12853
|
},
|
|
12983
|
-
"
|
|
12984
|
-
"light": "
|
|
12985
|
-
"dark": "
|
|
12854
|
+
"colorTextVisualAccentPurple": {
|
|
12855
|
+
"light": "#962eff",
|
|
12856
|
+
"dark": "#d4a8ff"
|
|
12986
12857
|
},
|
|
12987
|
-
"
|
|
12988
|
-
"light": "
|
|
12989
|
-
"dark": "
|
|
12858
|
+
"colorTextVisualAccentLime": {
|
|
12859
|
+
"light": "#007000",
|
|
12860
|
+
"dark": "#acff2e"
|
|
12990
12861
|
},
|
|
12991
|
-
"
|
|
12992
|
-
"light": "{
|
|
12862
|
+
"colorTextVisualAccentGrey": {
|
|
12863
|
+
"light": "{colorNeutral850}",
|
|
12993
12864
|
"dark": "{colorNeutral300}"
|
|
12994
12865
|
},
|
|
12995
|
-
"
|
|
12996
|
-
"light": "
|
|
12997
|
-
"dark": "
|
|
12998
|
-
},
|
|
12999
|
-
"colorTextAccentCyan": {
|
|
13000
|
-
"light": "{colorCyan800}",
|
|
13001
|
-
"dark": "{colorCyan400}"
|
|
13002
|
-
},
|
|
13003
|
-
"colorTextAccentBlue": {
|
|
13004
|
-
"light": "{colorInfo800}",
|
|
13005
|
-
"dark": "{colorInfo400}"
|
|
13006
|
-
},
|
|
13007
|
-
"colorTextAccentViolet": {
|
|
13008
|
-
"light": "{colorViolet800}",
|
|
13009
|
-
"dark": "{colorViolet400}"
|
|
12866
|
+
"colorTextVisualAccentTeal": {
|
|
12867
|
+
"light": "#008077",
|
|
12868
|
+
"dark": "#00f5e4"
|
|
13010
12869
|
},
|
|
13011
|
-
"
|
|
13012
|
-
"light": "
|
|
13013
|
-
"dark": "
|
|
12870
|
+
"colorTextVisualAccentBlue": {
|
|
12871
|
+
"light": "#006ce0",
|
|
12872
|
+
"dark": "#75cfff"
|
|
13014
12873
|
},
|
|
13015
|
-
"
|
|
13016
|
-
"light": "
|
|
13017
|
-
"dark": "
|
|
12874
|
+
"colorTextVisualAccentViolet": {
|
|
12875
|
+
"light": "#6842ff",
|
|
12876
|
+
"dark": "#b2a8ff"
|
|
13018
12877
|
},
|
|
13019
|
-
"
|
|
13020
|
-
"light": "
|
|
13021
|
-
"dark": "
|
|
12878
|
+
"colorTextVisualAccentMagenta": {
|
|
12879
|
+
"light": "#b2008f",
|
|
12880
|
+
"dark": "#ff57e9"
|
|
13022
12881
|
},
|
|
13023
|
-
"
|
|
13024
|
-
"light": "
|
|
13025
|
-
"dark": "
|
|
12882
|
+
"colorTextVisualAccentPink": {
|
|
12883
|
+
"light": "#bb005d",
|
|
12884
|
+
"dark": "#ff99cc"
|
|
13026
12885
|
},
|
|
13027
|
-
"
|
|
13028
|
-
"light": "
|
|
13029
|
-
"dark": "
|
|
12886
|
+
"colorTextVisualAccentAmber": {
|
|
12887
|
+
"light": "#9e3700",
|
|
12888
|
+
"dark": "#ffbb45"
|
|
13030
12889
|
},
|
|
13031
12890
|
"fontSizeExpandableHeading": "14px",
|
|
13032
12891
|
"borderDividerSectionWidth": "1px"
|
|
@@ -13792,6 +13651,10 @@ module.exports.preset = {
|
|
|
13792
13651
|
"light": "{colorNeutral650}",
|
|
13793
13652
|
"dark": "{colorNeutral650}"
|
|
13794
13653
|
},
|
|
13654
|
+
"colorBorderLayoutSideNavigation": {
|
|
13655
|
+
"light": "{colorBorderLayout}",
|
|
13656
|
+
"dark": "{colorBorderLayout}"
|
|
13657
|
+
},
|
|
13795
13658
|
"colorBorderNotificationStackBar": {
|
|
13796
13659
|
"light": "{colorNeutral750}",
|
|
13797
13660
|
"dark": "{colorNeutral750}"
|
|
@@ -14504,149 +14367,117 @@ module.exports.preset = {
|
|
|
14504
14367
|
"light": "#282c34",
|
|
14505
14368
|
"dark": "#282c34"
|
|
14506
14369
|
},
|
|
14507
|
-
"
|
|
14370
|
+
"colorBackgroundVisualAccentRed": {
|
|
14508
14371
|
"light": "rgba(255, 61, 61, 0.2)",
|
|
14509
14372
|
"dark": "rgba(255, 61, 61, 0.2)"
|
|
14510
14373
|
},
|
|
14511
|
-
"
|
|
14374
|
+
"colorBackgroundVisualAccentYellow": {
|
|
14512
14375
|
"light": "rgba(251, 211, 50, 0.2)",
|
|
14513
14376
|
"dark": "rgba(251, 211, 50, 0.2)"
|
|
14514
14377
|
},
|
|
14515
|
-
"
|
|
14516
|
-
"light": "rgba(
|
|
14517
|
-
"dark": "rgba(
|
|
14378
|
+
"colorBackgroundVisualAccentIndigo": {
|
|
14379
|
+
"light": "rgba(92, 127, 255, 0.2)",
|
|
14380
|
+
"dark": "rgba(92, 127, 255, 0.2)"
|
|
14518
14381
|
},
|
|
14519
|
-
"
|
|
14382
|
+
"colorBackgroundVisualAccentGreen": {
|
|
14520
14383
|
"light": "rgba(43, 181, 52, 0.2)",
|
|
14521
14384
|
"dark": "rgba(43, 181, 52, 0.2)"
|
|
14522
14385
|
},
|
|
14523
|
-
"
|
|
14386
|
+
"colorBackgroundVisualAccentOrange": {
|
|
14524
14387
|
"light": "rgba(255, 75, 20, 0.2)",
|
|
14525
14388
|
"dark": "rgba(255, 75, 20, 0.2)"
|
|
14526
14389
|
},
|
|
14527
|
-
"
|
|
14390
|
+
"colorBackgroundVisualAccentPurple": {
|
|
14528
14391
|
"light": "rgba(173, 92, 255, 0.2)",
|
|
14529
14392
|
"dark": "rgba(173, 92, 255, 0.2)"
|
|
14530
14393
|
},
|
|
14531
|
-
"
|
|
14532
|
-
"light": "rgba(0, 189, 107, 0.2)",
|
|
14533
|
-
"dark": "rgba(0, 189, 107, 0.2)"
|
|
14534
|
-
},
|
|
14535
|
-
"colorBackgroundAccentLime": {
|
|
14394
|
+
"colorBackgroundVisualAccentLime": {
|
|
14536
14395
|
"light": "rgba(49, 184, 0, 0.2)",
|
|
14537
14396
|
"dark": "rgba(49, 184, 0, 0.2)"
|
|
14538
14397
|
},
|
|
14539
|
-
"
|
|
14398
|
+
"colorBackgroundVisualAccentGrey": {
|
|
14540
14399
|
"light": "{colorNeutral700}",
|
|
14541
14400
|
"dark": "{colorNeutral700}"
|
|
14542
14401
|
},
|
|
14543
|
-
"
|
|
14402
|
+
"colorBackgroundVisualAccentTeal": {
|
|
14544
14403
|
"light": "rgba(0, 173, 162, 0.2)",
|
|
14545
14404
|
"dark": "rgba(0, 173, 162, 0.2)"
|
|
14546
14405
|
},
|
|
14547
|
-
"
|
|
14548
|
-
"light": "rgba(0, 164, 189, 0.2)",
|
|
14549
|
-
"dark": "rgba(0, 164, 189, 0.2)"
|
|
14550
|
-
},
|
|
14551
|
-
"colorBackgroundAccentBlue": {
|
|
14406
|
+
"colorBackgroundVisualAccentBlue": {
|
|
14552
14407
|
"light": "rgba(0, 153, 255, 0.2)",
|
|
14553
14408
|
"dark": "rgba(0, 153, 255, 0.2)"
|
|
14554
14409
|
},
|
|
14555
|
-
"
|
|
14410
|
+
"colorBackgroundVisualAccentViolet": {
|
|
14556
14411
|
"light": "rgba(133, 117, 255, 0.2)",
|
|
14557
14412
|
"dark": "rgba(133, 117, 255, 0.2)"
|
|
14558
14413
|
},
|
|
14559
|
-
"
|
|
14560
|
-
"light": "rgba(228, 51, 255, 0.2)",
|
|
14561
|
-
"dark": "rgba(228, 51, 255, 0.2)"
|
|
14562
|
-
},
|
|
14563
|
-
"colorBackgroundAccentMagenta": {
|
|
14414
|
+
"colorBackgroundVisualAccentMagenta": {
|
|
14564
14415
|
"light": "rgba(255, 26, 224, 0.2)",
|
|
14565
14416
|
"dark": "rgba(255, 26, 224, 0.2)"
|
|
14566
14417
|
},
|
|
14567
|
-
"
|
|
14418
|
+
"colorBackgroundVisualAccentPink": {
|
|
14568
14419
|
"light": "rgba(255, 51, 153, 0.2)",
|
|
14569
14420
|
"dark": "rgba(255, 51, 153, 0.2)"
|
|
14570
14421
|
},
|
|
14571
|
-
"
|
|
14572
|
-
"light": "rgba(255, 56, 106, 0.2)",
|
|
14573
|
-
"dark": "rgba(255, 56, 106, 0.2)"
|
|
14574
|
-
},
|
|
14575
|
-
"colorBackgroundAccentAmber": {
|
|
14422
|
+
"colorBackgroundVisualAccentAmber": {
|
|
14576
14423
|
"light": "rgba(250, 111, 0, 0.2)",
|
|
14577
14424
|
"dark": "rgba(250, 111, 0, 0.2)"
|
|
14578
14425
|
},
|
|
14579
|
-
"
|
|
14426
|
+
"colorTextVisualAccentRed": {
|
|
14580
14427
|
"light": "{colorError400}",
|
|
14581
14428
|
"dark": "{colorError400}"
|
|
14582
14429
|
},
|
|
14583
|
-
"
|
|
14584
|
-
"light": "{
|
|
14585
|
-
"dark": "{
|
|
14586
|
-
},
|
|
14587
|
-
"colorTextAccentIndigo": {
|
|
14588
|
-
"light": "{colorInfo400}",
|
|
14589
|
-
"dark": "{colorInfo400}"
|
|
14430
|
+
"colorTextVisualAccentYellow": {
|
|
14431
|
+
"light": "{colorWarning200}",
|
|
14432
|
+
"dark": "{colorWarning200}"
|
|
14590
14433
|
},
|
|
14591
|
-
"
|
|
14592
|
-
"light": "{
|
|
14593
|
-
"dark": "{
|
|
14434
|
+
"colorTextVisualAccentIndigo": {
|
|
14435
|
+
"light": "{colorInfo300}",
|
|
14436
|
+
"dark": "{colorInfo300}"
|
|
14594
14437
|
},
|
|
14595
|
-
"
|
|
14596
|
-
"light": "{
|
|
14597
|
-
"dark": "{
|
|
14438
|
+
"colorTextVisualAccentGreen": {
|
|
14439
|
+
"light": "{colorSuccess200}",
|
|
14440
|
+
"dark": "{colorSuccess200}"
|
|
14598
14441
|
},
|
|
14599
|
-
"
|
|
14600
|
-
"light": "
|
|
14601
|
-
"dark": "
|
|
14442
|
+
"colorTextVisualAccentOrange": {
|
|
14443
|
+
"light": "#ff997a",
|
|
14444
|
+
"dark": "#ff997a"
|
|
14602
14445
|
},
|
|
14603
|
-
"
|
|
14604
|
-
"light": "
|
|
14605
|
-
"dark": "
|
|
14446
|
+
"colorTextVisualAccentPurple": {
|
|
14447
|
+
"light": "#d4a8ff",
|
|
14448
|
+
"dark": "#d4a8ff"
|
|
14606
14449
|
},
|
|
14607
|
-
"
|
|
14608
|
-
"light": "
|
|
14609
|
-
"dark": "
|
|
14450
|
+
"colorTextVisualAccentLime": {
|
|
14451
|
+
"light": "#acff2e",
|
|
14452
|
+
"dark": "#acff2e"
|
|
14610
14453
|
},
|
|
14611
|
-
"
|
|
14454
|
+
"colorTextVisualAccentGrey": {
|
|
14612
14455
|
"light": "{colorNeutral300}",
|
|
14613
14456
|
"dark": "{colorNeutral300}"
|
|
14614
14457
|
},
|
|
14615
|
-
"
|
|
14616
|
-
"light": "
|
|
14617
|
-
"dark": "
|
|
14618
|
-
},
|
|
14619
|
-
"colorTextAccentCyan": {
|
|
14620
|
-
"light": "{colorCyan400}",
|
|
14621
|
-
"dark": "{colorCyan400}"
|
|
14458
|
+
"colorTextVisualAccentTeal": {
|
|
14459
|
+
"light": "#00f5e4",
|
|
14460
|
+
"dark": "#00f5e4"
|
|
14622
14461
|
},
|
|
14623
|
-
"
|
|
14624
|
-
"light": "
|
|
14625
|
-
"dark": "
|
|
14626
|
-
},
|
|
14627
|
-
"colorTextAccentViolet": {
|
|
14628
|
-
"light": "{colorViolet400}",
|
|
14629
|
-
"dark": "{colorViolet400}"
|
|
14630
|
-
},
|
|
14631
|
-
"colorTextAccentFuchsia": {
|
|
14632
|
-
"light": "{colorFuchsia400}",
|
|
14633
|
-
"dark": "{colorFuchsia400}"
|
|
14462
|
+
"colorTextVisualAccentBlue": {
|
|
14463
|
+
"light": "#75cfff",
|
|
14464
|
+
"dark": "#75cfff"
|
|
14634
14465
|
},
|
|
14635
|
-
"
|
|
14636
|
-
"light": "
|
|
14637
|
-
"dark": "
|
|
14466
|
+
"colorTextVisualAccentViolet": {
|
|
14467
|
+
"light": "#b2a8ff",
|
|
14468
|
+
"dark": "#b2a8ff"
|
|
14638
14469
|
},
|
|
14639
|
-
"
|
|
14640
|
-
"light": "
|
|
14641
|
-
"dark": "
|
|
14470
|
+
"colorTextVisualAccentMagenta": {
|
|
14471
|
+
"light": "#ff57e9",
|
|
14472
|
+
"dark": "#ff57e9"
|
|
14642
14473
|
},
|
|
14643
|
-
"
|
|
14644
|
-
"light": "
|
|
14645
|
-
"dark": "
|
|
14474
|
+
"colorTextVisualAccentPink": {
|
|
14475
|
+
"light": "#ff99cc",
|
|
14476
|
+
"dark": "#ff99cc"
|
|
14646
14477
|
},
|
|
14647
|
-
"
|
|
14648
|
-
"light": "
|
|
14649
|
-
"dark": "
|
|
14478
|
+
"colorTextVisualAccentAmber": {
|
|
14479
|
+
"light": "#ffbb45",
|
|
14480
|
+
"dark": "#ffbb45"
|
|
14650
14481
|
}
|
|
14651
14482
|
}
|
|
14652
14483
|
},
|
|
@@ -14698,12 +14529,14 @@ module.exports.preset = {
|
|
|
14698
14529
|
"colorError100": "color",
|
|
14699
14530
|
"colorError400": "color",
|
|
14700
14531
|
"colorError600": "color",
|
|
14532
|
+
"colorError700": "color",
|
|
14701
14533
|
"colorError800": "color",
|
|
14702
14534
|
"colorError900": "color",
|
|
14703
14535
|
"colorError950": "color",
|
|
14704
14536
|
"colorError1000": "color",
|
|
14705
14537
|
"colorSuccess50": "color",
|
|
14706
14538
|
"colorSuccess100": "color",
|
|
14539
|
+
"colorSuccess200": "color",
|
|
14707
14540
|
"colorSuccess400": "color",
|
|
14708
14541
|
"colorSuccess500": "color",
|
|
14709
14542
|
"colorSuccess600": "color",
|
|
@@ -14712,6 +14545,7 @@ module.exports.preset = {
|
|
|
14712
14545
|
"colorSuccess1000": "color",
|
|
14713
14546
|
"colorWarning50": "color",
|
|
14714
14547
|
"colorWarning100": "color",
|
|
14548
|
+
"colorWarning200": "color",
|
|
14715
14549
|
"colorWarning400": "color",
|
|
14716
14550
|
"colorWarning500": "color",
|
|
14717
14551
|
"colorWarning600": "color",
|
|
@@ -15228,6 +15062,7 @@ module.exports.preset = {
|
|
|
15228
15062
|
"colorBorderItemPlaceholder": "color",
|
|
15229
15063
|
"colorBorderItemSelected": "color",
|
|
15230
15064
|
"colorBorderLayout": "color",
|
|
15065
|
+
"colorBorderLayoutSideNavigation": "color",
|
|
15231
15066
|
"colorBorderNotificationStackBar": "color",
|
|
15232
15067
|
"colorBorderPanelHeader": "color",
|
|
15233
15068
|
"colorBorderPopover": "color",
|
|
@@ -15406,42 +15241,34 @@ module.exports.preset = {
|
|
|
15406
15241
|
"colorTextBadgeBlue": "color",
|
|
15407
15242
|
"colorTextBadgeRed": "color",
|
|
15408
15243
|
"colorBackgroundCodeView": "color",
|
|
15409
|
-
"
|
|
15410
|
-
"
|
|
15411
|
-
"
|
|
15412
|
-
"
|
|
15413
|
-
"
|
|
15414
|
-
"
|
|
15415
|
-
"
|
|
15416
|
-
"
|
|
15417
|
-
"
|
|
15418
|
-
"
|
|
15419
|
-
"
|
|
15420
|
-
"
|
|
15421
|
-
"
|
|
15422
|
-
"
|
|
15423
|
-
"
|
|
15424
|
-
"
|
|
15425
|
-
"
|
|
15426
|
-
"
|
|
15427
|
-
"
|
|
15428
|
-
"
|
|
15429
|
-
"
|
|
15430
|
-
"
|
|
15431
|
-
"
|
|
15432
|
-
"
|
|
15433
|
-
"
|
|
15434
|
-
"
|
|
15435
|
-
"
|
|
15436
|
-
"
|
|
15437
|
-
"colorTextAccentCyan": "color",
|
|
15438
|
-
"colorTextAccentBlue": "color",
|
|
15439
|
-
"colorTextAccentViolet": "color",
|
|
15440
|
-
"colorTextAccentFuchsia": "color",
|
|
15441
|
-
"colorTextAccentMagenta": "color",
|
|
15442
|
-
"colorTextAccentPink": "color",
|
|
15443
|
-
"colorTextAccentRose": "color",
|
|
15444
|
-
"colorTextAccentAmber": "color",
|
|
15244
|
+
"colorBackgroundVisualAccentRed": "color",
|
|
15245
|
+
"colorBackgroundVisualAccentYellow": "color",
|
|
15246
|
+
"colorBackgroundVisualAccentIndigo": "color",
|
|
15247
|
+
"colorBackgroundVisualAccentGreen": "color",
|
|
15248
|
+
"colorBackgroundVisualAccentOrange": "color",
|
|
15249
|
+
"colorBackgroundVisualAccentPurple": "color",
|
|
15250
|
+
"colorBackgroundVisualAccentLime": "color",
|
|
15251
|
+
"colorBackgroundVisualAccentGrey": "color",
|
|
15252
|
+
"colorBackgroundVisualAccentTeal": "color",
|
|
15253
|
+
"colorBackgroundVisualAccentBlue": "color",
|
|
15254
|
+
"colorBackgroundVisualAccentViolet": "color",
|
|
15255
|
+
"colorBackgroundVisualAccentMagenta": "color",
|
|
15256
|
+
"colorBackgroundVisualAccentPink": "color",
|
|
15257
|
+
"colorBackgroundVisualAccentAmber": "color",
|
|
15258
|
+
"colorTextVisualAccentRed": "color",
|
|
15259
|
+
"colorTextVisualAccentYellow": "color",
|
|
15260
|
+
"colorTextVisualAccentIndigo": "color",
|
|
15261
|
+
"colorTextVisualAccentGreen": "color",
|
|
15262
|
+
"colorTextVisualAccentOrange": "color",
|
|
15263
|
+
"colorTextVisualAccentPurple": "color",
|
|
15264
|
+
"colorTextVisualAccentLime": "color",
|
|
15265
|
+
"colorTextVisualAccentGrey": "color",
|
|
15266
|
+
"colorTextVisualAccentTeal": "color",
|
|
15267
|
+
"colorTextVisualAccentBlue": "color",
|
|
15268
|
+
"colorTextVisualAccentViolet": "color",
|
|
15269
|
+
"colorTextVisualAccentMagenta": "color",
|
|
15270
|
+
"colorTextVisualAccentPink": "color",
|
|
15271
|
+
"colorTextVisualAccentAmber": "color",
|
|
15445
15272
|
"motionDurationExtraFast": "motion",
|
|
15446
15273
|
"motionDurationExtraSlow": "motion",
|
|
15447
15274
|
"motionDurationFast": "motion",
|
|
@@ -15479,6 +15306,8 @@ module.exports.preset = {
|
|
|
15479
15306
|
"motionDurationResponsive": "motion",
|
|
15480
15307
|
"motionDurationExpressive": "motion",
|
|
15481
15308
|
"motionDurationComplex": "motion",
|
|
15309
|
+
"motionDurationTooltipEnter": "motion",
|
|
15310
|
+
"motionEasingTooltipEnter": "motion",
|
|
15482
15311
|
"motionKeyframesFadeIn": "motion",
|
|
15483
15312
|
"motionKeyframesFadeOut": "motion",
|
|
15484
15313
|
"motionKeyframesStatusIconError": "motion",
|
|
@@ -15563,8 +15392,8 @@ module.exports.preset = {
|
|
|
15563
15392
|
"spaceTableHeaderToolsFullPageBottom": "density",
|
|
15564
15393
|
"spaceTableHorizontal": "density",
|
|
15565
15394
|
"spaceTreeViewIndentation": "density",
|
|
15566
|
-
"
|
|
15567
|
-
"
|
|
15395
|
+
"spaceSideNavigationItemDefaultGap": "density",
|
|
15396
|
+
"spaceSideNavigationItemIconGap": "density",
|
|
15568
15397
|
"spaceTileGutter": "density",
|
|
15569
15398
|
"spaceActionCardHorizontalDefault": "density",
|
|
15570
15399
|
"spaceActionCardHorizontalEmbedded": "density",
|
|
@@ -15784,6 +15613,10 @@ module.exports.preset = {
|
|
|
15784
15613
|
"light": "#db0000",
|
|
15785
15614
|
"dark": "#db0000"
|
|
15786
15615
|
},
|
|
15616
|
+
"700": {
|
|
15617
|
+
"light": "#c20000",
|
|
15618
|
+
"dark": "#c20000"
|
|
15619
|
+
},
|
|
15787
15620
|
"800": {
|
|
15788
15621
|
"light": "#990000",
|
|
15789
15622
|
"dark": "#990000"
|
|
@@ -15810,6 +15643,10 @@ module.exports.preset = {
|
|
|
15810
15643
|
"light": "#d9ffd6",
|
|
15811
15644
|
"dark": "#d9ffd6"
|
|
15812
15645
|
},
|
|
15646
|
+
"200": {
|
|
15647
|
+
"light": "#aeffa8",
|
|
15648
|
+
"dark": "#aeffa8"
|
|
15649
|
+
},
|
|
15813
15650
|
"400": {
|
|
15814
15651
|
"light": "#00e500",
|
|
15815
15652
|
"dark": "#00e500"
|
|
@@ -15844,6 +15681,10 @@ module.exports.preset = {
|
|
|
15844
15681
|
"light": "#fffbbd",
|
|
15845
15682
|
"dark": "#fffbbd"
|
|
15846
15683
|
},
|
|
15684
|
+
"200": {
|
|
15685
|
+
"light": "#fef571",
|
|
15686
|
+
"dark": "#fef571"
|
|
15687
|
+
},
|
|
15847
15688
|
"400": {
|
|
15848
15689
|
"light": "#ffe347",
|
|
15849
15690
|
"dark": "#ffe347"
|
|
@@ -16113,6 +15954,7 @@ module.exports.preset = {
|
|
|
16113
15954
|
"colorBorderDropdownItemFocused",
|
|
16114
15955
|
"colorBorderItemSelected",
|
|
16115
15956
|
"colorBorderLayout",
|
|
15957
|
+
"colorBorderLayoutSideNavigation",
|
|
16116
15958
|
"colorBorderPopover",
|
|
16117
15959
|
"colorBorderSegmentActive",
|
|
16118
15960
|
"colorBorderSegmentDefault",
|
|
@@ -16197,6 +16039,7 @@ module.exports.preset = {
|
|
|
16197
16039
|
"colorTextLinkInfoDefault",
|
|
16198
16040
|
"colorTextLinkInfoHover",
|
|
16199
16041
|
"colorTextNotificationDefault",
|
|
16042
|
+
"colorTextNotificationYellow",
|
|
16200
16043
|
"colorTextSegmentActive",
|
|
16201
16044
|
"colorTextSegmentDefault",
|
|
16202
16045
|
"colorTextSegmentHover",
|
|
@@ -16342,9 +16185,12 @@ module.exports.preset = {
|
|
|
16342
16185
|
"borderWidthIconSmall",
|
|
16343
16186
|
"borderWidthIconXSmall",
|
|
16344
16187
|
"borderWidthItemSelected",
|
|
16188
|
+
"borderWidthLayoutSideNavigation",
|
|
16345
16189
|
"borderWidthBadge",
|
|
16346
16190
|
"borderWidthPopover",
|
|
16347
16191
|
"borderWidthToken",
|
|
16192
|
+
"motionDurationTooltipEnter",
|
|
16193
|
+
"motionEasingTooltipEnter",
|
|
16348
16194
|
"sizeVerticalInput",
|
|
16349
16195
|
"sizeSideNavigationItemHeight",
|
|
16350
16196
|
"spaceAlertVertical",
|
|
@@ -16357,7 +16203,8 @@ module.exports.preset = {
|
|
|
16357
16203
|
"spaceCardVerticalDefault",
|
|
16358
16204
|
"spaceCardVerticalEmbedded",
|
|
16359
16205
|
"spaceTabsVertical",
|
|
16360
|
-
"
|
|
16206
|
+
"spaceSideNavigationItemDefaultGap",
|
|
16207
|
+
"spaceSideNavigationItemIconGap",
|
|
16361
16208
|
"spaceActionCardHorizontalDefault",
|
|
16362
16209
|
"spaceActionCardHorizontalEmbedded",
|
|
16363
16210
|
"spaceActionCardVerticalDefault",
|
|
@@ -16650,6 +16497,7 @@ module.exports.preset = {
|
|
|
16650
16497
|
"colorBorderItemFocused",
|
|
16651
16498
|
"colorBorderDropdownItemFocused",
|
|
16652
16499
|
"colorBorderItemSelected",
|
|
16500
|
+
"colorBorderLayoutSideNavigation",
|
|
16653
16501
|
"colorBorderPopover",
|
|
16654
16502
|
"colorBorderSegmentActive",
|
|
16655
16503
|
"colorBorderSegmentDefault",
|
|
@@ -16727,6 +16575,7 @@ module.exports.preset = {
|
|
|
16727
16575
|
"colorTextLinkInfoDefault",
|
|
16728
16576
|
"colorTextLinkInfoHover",
|
|
16729
16577
|
"colorTextNotificationDefault",
|
|
16578
|
+
"colorTextNotificationYellow",
|
|
16730
16579
|
"colorTextSegmentActive",
|
|
16731
16580
|
"colorTextSegmentDefault",
|
|
16732
16581
|
"colorTextSegmentHover",
|
|
@@ -16863,6 +16712,7 @@ module.exports.preset = {
|
|
|
16863
16712
|
"borderWidthIconSmall",
|
|
16864
16713
|
"borderWidthIconXSmall",
|
|
16865
16714
|
"borderWidthItemSelected",
|
|
16715
|
+
"borderWidthLayoutSideNavigation",
|
|
16866
16716
|
"borderWidthBadge",
|
|
16867
16717
|
"borderWidthPopover",
|
|
16868
16718
|
"borderWidthToken",
|
|
@@ -16875,6 +16725,8 @@ module.exports.preset = {
|
|
|
16875
16725
|
"motionDurationResponsive",
|
|
16876
16726
|
"motionDurationExpressive",
|
|
16877
16727
|
"motionDurationComplex",
|
|
16728
|
+
"motionDurationTooltipEnter",
|
|
16729
|
+
"motionEasingTooltipEnter",
|
|
16878
16730
|
"motionKeyframesFadeIn",
|
|
16879
16731
|
"motionKeyframesFadeOut",
|
|
16880
16732
|
"motionKeyframesStatusIconError",
|
|
@@ -16894,7 +16746,8 @@ module.exports.preset = {
|
|
|
16894
16746
|
"spaceFieldHorizontal",
|
|
16895
16747
|
"spaceTabsVertical",
|
|
16896
16748
|
"spaceTreeViewIndentation",
|
|
16897
|
-
"
|
|
16749
|
+
"spaceSideNavigationItemDefaultGap",
|
|
16750
|
+
"spaceSideNavigationItemIconGap",
|
|
16898
16751
|
"spaceActionCardHorizontalDefault",
|
|
16899
16752
|
"spaceActionCardHorizontalEmbedded",
|
|
16900
16753
|
"spaceActionCardVerticalDefault",
|
|
@@ -16959,12 +16812,14 @@ module.exports.preset = {
|
|
|
16959
16812
|
"colorError100": "color-error-100",
|
|
16960
16813
|
"colorError400": "color-error-400",
|
|
16961
16814
|
"colorError600": "color-error-600",
|
|
16815
|
+
"colorError700": "color-error-700",
|
|
16962
16816
|
"colorError800": "color-error-800",
|
|
16963
16817
|
"colorError900": "color-error-900",
|
|
16964
16818
|
"colorError950": "color-error-950",
|
|
16965
16819
|
"colorError1000": "color-error-1000",
|
|
16966
16820
|
"colorSuccess50": "color-success-50",
|
|
16967
16821
|
"colorSuccess100": "color-success-100",
|
|
16822
|
+
"colorSuccess200": "color-success-200",
|
|
16968
16823
|
"colorSuccess400": "color-success-400",
|
|
16969
16824
|
"colorSuccess500": "color-success-500",
|
|
16970
16825
|
"colorSuccess600": "color-success-600",
|
|
@@ -16973,6 +16828,7 @@ module.exports.preset = {
|
|
|
16973
16828
|
"colorSuccess1000": "color-success-1000",
|
|
16974
16829
|
"colorWarning50": "color-warning-50",
|
|
16975
16830
|
"colorWarning100": "color-warning-100",
|
|
16831
|
+
"colorWarning200": "color-warning-200",
|
|
16976
16832
|
"colorWarning400": "color-warning-400",
|
|
16977
16833
|
"colorWarning500": "color-warning-500",
|
|
16978
16834
|
"colorWarning600": "color-warning-600",
|
|
@@ -17489,6 +17345,7 @@ module.exports.preset = {
|
|
|
17489
17345
|
"colorBorderItemPlaceholder": "color-border-item-placeholder",
|
|
17490
17346
|
"colorBorderItemSelected": "color-border-item-selected",
|
|
17491
17347
|
"colorBorderLayout": "color-border-layout",
|
|
17348
|
+
"colorBorderLayoutSideNavigation": "color-border-layout-side-navigation",
|
|
17492
17349
|
"colorBorderNotificationStackBar": "color-border-notification-stack-bar",
|
|
17493
17350
|
"colorBorderPanelHeader": "color-border-panel-header",
|
|
17494
17351
|
"colorBorderPopover": "color-border-popover",
|
|
@@ -17667,42 +17524,34 @@ module.exports.preset = {
|
|
|
17667
17524
|
"colorTextBadgeBlue": "color-text-badge-blue",
|
|
17668
17525
|
"colorTextBadgeRed": "color-text-badge-red",
|
|
17669
17526
|
"colorBackgroundCodeView": "color-background-code-view",
|
|
17670
|
-
"
|
|
17671
|
-
"
|
|
17672
|
-
"
|
|
17673
|
-
"
|
|
17674
|
-
"
|
|
17675
|
-
"
|
|
17676
|
-
"
|
|
17677
|
-
"
|
|
17678
|
-
"
|
|
17679
|
-
"
|
|
17680
|
-
"
|
|
17681
|
-
"
|
|
17682
|
-
"
|
|
17683
|
-
"
|
|
17684
|
-
"
|
|
17685
|
-
"
|
|
17686
|
-
"
|
|
17687
|
-
"
|
|
17688
|
-
"
|
|
17689
|
-
"
|
|
17690
|
-
"
|
|
17691
|
-
"
|
|
17692
|
-
"
|
|
17693
|
-
"
|
|
17694
|
-
"
|
|
17695
|
-
"
|
|
17696
|
-
"
|
|
17697
|
-
"
|
|
17698
|
-
"colorTextAccentCyan": "color-text-accent-cyan",
|
|
17699
|
-
"colorTextAccentBlue": "color-text-accent-blue",
|
|
17700
|
-
"colorTextAccentViolet": "color-text-accent-violet",
|
|
17701
|
-
"colorTextAccentFuchsia": "color-text-accent-fuchsia",
|
|
17702
|
-
"colorTextAccentMagenta": "color-text-accent-magenta",
|
|
17703
|
-
"colorTextAccentPink": "color-text-accent-pink",
|
|
17704
|
-
"colorTextAccentRose": "color-text-accent-rose",
|
|
17705
|
-
"colorTextAccentAmber": "color-text-accent-amber",
|
|
17527
|
+
"colorBackgroundVisualAccentRed": "color-background-visual-accent-red",
|
|
17528
|
+
"colorBackgroundVisualAccentYellow": "color-background-visual-accent-yellow",
|
|
17529
|
+
"colorBackgroundVisualAccentIndigo": "color-background-visual-accent-indigo",
|
|
17530
|
+
"colorBackgroundVisualAccentGreen": "color-background-visual-accent-green",
|
|
17531
|
+
"colorBackgroundVisualAccentOrange": "color-background-visual-accent-orange",
|
|
17532
|
+
"colorBackgroundVisualAccentPurple": "color-background-visual-accent-purple",
|
|
17533
|
+
"colorBackgroundVisualAccentLime": "color-background-visual-accent-lime",
|
|
17534
|
+
"colorBackgroundVisualAccentGrey": "color-background-visual-accent-grey",
|
|
17535
|
+
"colorBackgroundVisualAccentTeal": "color-background-visual-accent-teal",
|
|
17536
|
+
"colorBackgroundVisualAccentBlue": "color-background-visual-accent-blue",
|
|
17537
|
+
"colorBackgroundVisualAccentViolet": "color-background-visual-accent-violet",
|
|
17538
|
+
"colorBackgroundVisualAccentMagenta": "color-background-visual-accent-magenta",
|
|
17539
|
+
"colorBackgroundVisualAccentPink": "color-background-visual-accent-pink",
|
|
17540
|
+
"colorBackgroundVisualAccentAmber": "color-background-visual-accent-amber",
|
|
17541
|
+
"colorTextVisualAccentRed": "color-text-visual-accent-red",
|
|
17542
|
+
"colorTextVisualAccentYellow": "color-text-visual-accent-yellow",
|
|
17543
|
+
"colorTextVisualAccentIndigo": "color-text-visual-accent-indigo",
|
|
17544
|
+
"colorTextVisualAccentGreen": "color-text-visual-accent-green",
|
|
17545
|
+
"colorTextVisualAccentOrange": "color-text-visual-accent-orange",
|
|
17546
|
+
"colorTextVisualAccentPurple": "color-text-visual-accent-purple",
|
|
17547
|
+
"colorTextVisualAccentLime": "color-text-visual-accent-lime",
|
|
17548
|
+
"colorTextVisualAccentGrey": "color-text-visual-accent-grey",
|
|
17549
|
+
"colorTextVisualAccentTeal": "color-text-visual-accent-teal",
|
|
17550
|
+
"colorTextVisualAccentBlue": "color-text-visual-accent-blue",
|
|
17551
|
+
"colorTextVisualAccentViolet": "color-text-visual-accent-violet",
|
|
17552
|
+
"colorTextVisualAccentMagenta": "color-text-visual-accent-magenta",
|
|
17553
|
+
"colorTextVisualAccentPink": "color-text-visual-accent-pink",
|
|
17554
|
+
"colorTextVisualAccentAmber": "color-text-visual-accent-amber",
|
|
17706
17555
|
"fontBoxValueLargeWeight": "font-box-value-large-weight",
|
|
17707
17556
|
"fontButtonLetterSpacing": "font-button-letter-spacing",
|
|
17708
17557
|
"fontChartDetailSize": "font-chart-detail-size",
|
|
@@ -17851,6 +17700,7 @@ module.exports.preset = {
|
|
|
17851
17700
|
"borderWidthItemCard": "border-width-item-card",
|
|
17852
17701
|
"borderWidthItemCardHighlighted": "border-width-item-card-highlighted",
|
|
17853
17702
|
"borderWidthItemSelected": "border-width-item-selected",
|
|
17703
|
+
"borderWidthLayoutSideNavigation": "border-width-layout-side-navigation",
|
|
17854
17704
|
"borderWidthBadge": "border-width-badge",
|
|
17855
17705
|
"borderWidthPopover": "border-width-popover",
|
|
17856
17706
|
"borderWidthToken": "border-width-token",
|
|
@@ -17891,6 +17741,8 @@ module.exports.preset = {
|
|
|
17891
17741
|
"motionDurationResponsive": "motion-duration-responsive",
|
|
17892
17742
|
"motionDurationExpressive": "motion-duration-expressive",
|
|
17893
17743
|
"motionDurationComplex": "motion-duration-complex",
|
|
17744
|
+
"motionDurationTooltipEnter": "motion-duration-tooltip-enter",
|
|
17745
|
+
"motionEasingTooltipEnter": "motion-easing-tooltip-enter",
|
|
17894
17746
|
"motionKeyframesFadeIn": "motion-keyframes-fade-in",
|
|
17895
17747
|
"motionKeyframesFadeOut": "motion-keyframes-fade-out",
|
|
17896
17748
|
"motionKeyframesStatusIconError": "motion-keyframes-status-icon-error",
|
|
@@ -17975,8 +17827,8 @@ module.exports.preset = {
|
|
|
17975
17827
|
"spaceTableHeaderToolsFullPageBottom": "space-table-header-tools-full-page-bottom",
|
|
17976
17828
|
"spaceTableHorizontal": "space-table-horizontal",
|
|
17977
17829
|
"spaceTreeViewIndentation": "space-tree-view-indentation",
|
|
17978
|
-
"
|
|
17979
|
-
"
|
|
17830
|
+
"spaceSideNavigationItemDefaultGap": "space-side-navigation-item-default-gap",
|
|
17831
|
+
"spaceSideNavigationItemIconGap": "space-side-navigation-item-icon-gap",
|
|
17980
17832
|
"spaceTileGutter": "space-tile-gutter",
|
|
17981
17833
|
"spaceActionCardHorizontalDefault": "space-action-card-horizontal-default",
|
|
17982
17834
|
"spaceActionCardHorizontalEmbedded": "space-action-card-horizontal-embedded",
|
|
@@ -18082,12 +17934,14 @@ module.exports.preset = {
|
|
|
18082
17934
|
"colorError100": "--color-error-100-eq1ucx",
|
|
18083
17935
|
"colorError400": "--color-error-400-c0knb8",
|
|
18084
17936
|
"colorError600": "--color-error-600-mdn3ng",
|
|
17937
|
+
"colorError700": "--color-error-700-pz2kai",
|
|
18085
17938
|
"colorError800": "--color-error-800-sb9qfi",
|
|
18086
17939
|
"colorError900": "--color-error-900-skonp1",
|
|
18087
17940
|
"colorError950": "--color-error-950-o9nk8o",
|
|
18088
17941
|
"colorError1000": "--color-error-1000-ecmudm",
|
|
18089
17942
|
"colorSuccess50": "--color-success-50-yow9uc",
|
|
18090
17943
|
"colorSuccess100": "--color-success-100-0kjz92",
|
|
17944
|
+
"colorSuccess200": "--color-success-200-3vtc6u",
|
|
18091
17945
|
"colorSuccess400": "--color-success-400-x40jxn",
|
|
18092
17946
|
"colorSuccess500": "--color-success-500-hhxb4g",
|
|
18093
17947
|
"colorSuccess600": "--color-success-600-g7hz2i",
|
|
@@ -18096,6 +17950,7 @@ module.exports.preset = {
|
|
|
18096
17950
|
"colorSuccess1000": "--color-success-1000-xy1gvq",
|
|
18097
17951
|
"colorWarning50": "--color-warning-50-uxheb8",
|
|
18098
17952
|
"colorWarning100": "--color-warning-100-0snzyo",
|
|
17953
|
+
"colorWarning200": "--color-warning-200-ssqjgd",
|
|
18099
17954
|
"colorWarning400": "--color-warning-400-55puga",
|
|
18100
17955
|
"colorWarning500": "--color-warning-500-zidhub",
|
|
18101
17956
|
"colorWarning600": "--color-warning-600-iyo9qe",
|
|
@@ -18612,6 +18467,7 @@ module.exports.preset = {
|
|
|
18612
18467
|
"colorBorderItemPlaceholder": "--color-border-item-placeholder-x8kbjp",
|
|
18613
18468
|
"colorBorderItemSelected": "--color-border-item-selected-wl5ttm",
|
|
18614
18469
|
"colorBorderLayout": "--color-border-layout-ayg8vb",
|
|
18470
|
+
"colorBorderLayoutSideNavigation": "--color-border-layout-side-navigation-n9t35t",
|
|
18615
18471
|
"colorBorderNotificationStackBar": "--color-border-notification-stack-bar-aszsse",
|
|
18616
18472
|
"colorBorderPanelHeader": "--color-border-panel-header-ygztvl",
|
|
18617
18473
|
"colorBorderPopover": "--color-border-popover-1ye6tz",
|
|
@@ -18790,42 +18646,34 @@ module.exports.preset = {
|
|
|
18790
18646
|
"colorTextBadgeBlue": "--color-text-badge-blue-cq2uzn",
|
|
18791
18647
|
"colorTextBadgeRed": "--color-text-badge-red-60jprp",
|
|
18792
18648
|
"colorBackgroundCodeView": "--color-background-code-view-6vvqfk",
|
|
18793
|
-
"
|
|
18794
|
-
"
|
|
18795
|
-
"
|
|
18796
|
-
"
|
|
18797
|
-
"
|
|
18798
|
-
"
|
|
18799
|
-
"
|
|
18800
|
-
"
|
|
18801
|
-
"
|
|
18802
|
-
"
|
|
18803
|
-
"
|
|
18804
|
-
"
|
|
18805
|
-
"
|
|
18806
|
-
"
|
|
18807
|
-
"
|
|
18808
|
-
"
|
|
18809
|
-
"
|
|
18810
|
-
"
|
|
18811
|
-
"
|
|
18812
|
-
"
|
|
18813
|
-
"
|
|
18814
|
-
"
|
|
18815
|
-
"
|
|
18816
|
-
"
|
|
18817
|
-
"
|
|
18818
|
-
"
|
|
18819
|
-
"
|
|
18820
|
-
"
|
|
18821
|
-
"colorTextAccentCyan": "--color-text-accent-cyan-q1yu1l",
|
|
18822
|
-
"colorTextAccentBlue": "--color-text-accent-blue-niopud",
|
|
18823
|
-
"colorTextAccentViolet": "--color-text-accent-violet-5t8obx",
|
|
18824
|
-
"colorTextAccentFuchsia": "--color-text-accent-fuchsia-08sd4f",
|
|
18825
|
-
"colorTextAccentMagenta": "--color-text-accent-magenta-t0gcyy",
|
|
18826
|
-
"colorTextAccentPink": "--color-text-accent-pink-j1kafk",
|
|
18827
|
-
"colorTextAccentRose": "--color-text-accent-rose-6xosmy",
|
|
18828
|
-
"colorTextAccentAmber": "--color-text-accent-amber-121gnk",
|
|
18649
|
+
"colorBackgroundVisualAccentRed": "--color-background-visual-accent-red-habalf",
|
|
18650
|
+
"colorBackgroundVisualAccentYellow": "--color-background-visual-accent-yellow-v3fumq",
|
|
18651
|
+
"colorBackgroundVisualAccentIndigo": "--color-background-visual-accent-indigo-z8baso",
|
|
18652
|
+
"colorBackgroundVisualAccentGreen": "--color-background-visual-accent-green-6tpc42",
|
|
18653
|
+
"colorBackgroundVisualAccentOrange": "--color-background-visual-accent-orange-vtf549",
|
|
18654
|
+
"colorBackgroundVisualAccentPurple": "--color-background-visual-accent-purple-jgly27",
|
|
18655
|
+
"colorBackgroundVisualAccentLime": "--color-background-visual-accent-lime-9n4rqq",
|
|
18656
|
+
"colorBackgroundVisualAccentGrey": "--color-background-visual-accent-grey-2gfhie",
|
|
18657
|
+
"colorBackgroundVisualAccentTeal": "--color-background-visual-accent-teal-gkix69",
|
|
18658
|
+
"colorBackgroundVisualAccentBlue": "--color-background-visual-accent-blue-t0e9pu",
|
|
18659
|
+
"colorBackgroundVisualAccentViolet": "--color-background-visual-accent-violet-flqcgb",
|
|
18660
|
+
"colorBackgroundVisualAccentMagenta": "--color-background-visual-accent-magenta-ip1yzm",
|
|
18661
|
+
"colorBackgroundVisualAccentPink": "--color-background-visual-accent-pink-695vlu",
|
|
18662
|
+
"colorBackgroundVisualAccentAmber": "--color-background-visual-accent-amber-duj9a6",
|
|
18663
|
+
"colorTextVisualAccentRed": "--color-text-visual-accent-red-nvp8v6",
|
|
18664
|
+
"colorTextVisualAccentYellow": "--color-text-visual-accent-yellow-2tbbh8",
|
|
18665
|
+
"colorTextVisualAccentIndigo": "--color-text-visual-accent-indigo-z73u1l",
|
|
18666
|
+
"colorTextVisualAccentGreen": "--color-text-visual-accent-green-i9t8cq",
|
|
18667
|
+
"colorTextVisualAccentOrange": "--color-text-visual-accent-orange-71tmqe",
|
|
18668
|
+
"colorTextVisualAccentPurple": "--color-text-visual-accent-purple-o5g0nc",
|
|
18669
|
+
"colorTextVisualAccentLime": "--color-text-visual-accent-lime-s3vqqf",
|
|
18670
|
+
"colorTextVisualAccentGrey": "--color-text-visual-accent-grey-frg4hd",
|
|
18671
|
+
"colorTextVisualAccentTeal": "--color-text-visual-accent-teal-ttn72h",
|
|
18672
|
+
"colorTextVisualAccentBlue": "--color-text-visual-accent-blue-kqsvc5",
|
|
18673
|
+
"colorTextVisualAccentViolet": "--color-text-visual-accent-violet-iec48z",
|
|
18674
|
+
"colorTextVisualAccentMagenta": "--color-text-visual-accent-magenta-jcsc58",
|
|
18675
|
+
"colorTextVisualAccentPink": "--color-text-visual-accent-pink-p6qiw6",
|
|
18676
|
+
"colorTextVisualAccentAmber": "--color-text-visual-accent-amber-8mh5q9",
|
|
18829
18677
|
"fontBoxValueLargeWeight": "--font-box-value-large-weight-wr00sw",
|
|
18830
18678
|
"fontButtonLetterSpacing": "--font-button-letter-spacing-ufowe3",
|
|
18831
18679
|
"fontChartDetailSize": "--font-chart-detail-size-9qr25q",
|
|
@@ -18974,6 +18822,7 @@ module.exports.preset = {
|
|
|
18974
18822
|
"borderWidthItemCard": "--border-width-item-card-3wmyp3",
|
|
18975
18823
|
"borderWidthItemCardHighlighted": "--border-width-item-card-highlighted-jay4ll",
|
|
18976
18824
|
"borderWidthItemSelected": "--border-width-item-selected-yv93vd",
|
|
18825
|
+
"borderWidthLayoutSideNavigation": "--border-width-layout-side-navigation-brgx8q",
|
|
18977
18826
|
"borderWidthBadge": "--border-width-badge-7pmgfh",
|
|
18978
18827
|
"borderWidthPopover": "--border-width-popover-nflirh",
|
|
18979
18828
|
"borderWidthToken": "--border-width-token-2ukdpu",
|
|
@@ -19014,6 +18863,8 @@ module.exports.preset = {
|
|
|
19014
18863
|
"motionDurationResponsive": "--motion-duration-responsive-mehora",
|
|
19015
18864
|
"motionDurationExpressive": "--motion-duration-expressive-cbdcwy",
|
|
19016
18865
|
"motionDurationComplex": "--motion-duration-complex-tbdo30",
|
|
18866
|
+
"motionDurationTooltipEnter": "--motion-duration-tooltip-enter-8e7aex",
|
|
18867
|
+
"motionEasingTooltipEnter": "--motion-easing-tooltip-enter-i9exfu",
|
|
19017
18868
|
"motionKeyframesFadeIn": "--motion-keyframes-fade-in-0r842q",
|
|
19018
18869
|
"motionKeyframesFadeOut": "--motion-keyframes-fade-out-g7fgdu",
|
|
19019
18870
|
"motionKeyframesStatusIconError": "--motion-keyframes-status-icon-error-wkou39",
|
|
@@ -19098,8 +18949,8 @@ module.exports.preset = {
|
|
|
19098
18949
|
"spaceTableHeaderToolsFullPageBottom": "--space-table-header-tools-full-page-bottom-9m47g6",
|
|
19099
18950
|
"spaceTableHorizontal": "--space-table-horizontal-suurzj",
|
|
19100
18951
|
"spaceTreeViewIndentation": "--space-tree-view-indentation-xh9kis",
|
|
19101
|
-
"
|
|
19102
|
-
"
|
|
18952
|
+
"spaceSideNavigationItemDefaultGap": "--space-side-navigation-item-default-gap-a1luyq",
|
|
18953
|
+
"spaceSideNavigationItemIconGap": "--space-side-navigation-item-icon-gap-h45akr",
|
|
19103
18954
|
"spaceTileGutter": "--space-tile-gutter-bi2bdv",
|
|
19104
18955
|
"spaceActionCardHorizontalDefault": "--space-action-card-horizontal-default-su1e86",
|
|
19105
18956
|
"spaceActionCardHorizontalEmbedded": "--space-action-card-horizontal-embedded-pb8pj4",
|