baseui 14.0.0 → 15.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/accordion.js +4 -4
- package/accordion/panel.d.ts +1 -1
- package/accordion/styled-components.js +1 -1
- package/accordion/types.d.ts +1 -1
- package/app-nav-bar/mobile-menu.js +3 -1
- package/banner/banner.js +3 -1
- package/banner/types.d.ts +2 -1
- package/bottom-navigation/bottom-navigation.js +3 -1
- package/bottom-navigation/selector.js +1 -1
- package/bottom-navigation/styled-components.js +1 -1
- package/button/button.d.ts +1 -3
- package/button/button.js +6 -2
- package/button/styled-components.d.ts +1 -0
- package/button/styled-components.js +61 -4
- package/button/types.d.ts +15 -3
- package/button-timed/button-timed.js +4 -5
- package/button-timed/styled-components.js +5 -3
- package/button-timed/types.d.ts +1 -1
- package/data-table/column-categorical.js +2 -2
- package/data-table/locale.d.ts +2 -0
- package/data-table/locale.js +2 -1
- package/data-table/stateful-container.js +1 -1
- package/data-table/stateful-data-table.js +7 -3
- package/data-table/types.d.ts +2 -0
- package/datepicker/day.js +2 -4
- package/datepicker/utils/date-helpers.d.ts +1 -0
- package/datepicker/utils/date-helpers.js +3 -0
- package/dialog/dialog.d.ts +1 -1
- package/dialog/dialog.js +38 -56
- package/dialog/styled-components.d.ts +2 -2
- package/dialog/styled-components.js +56 -24
- package/dialog/types.d.ts +5 -2
- package/file-uploader/constants.d.ts +16 -0
- package/file-uploader/constants.js +30 -0
- package/file-uploader/file-uploader.d.ts +2 -2
- package/file-uploader/file-uploader.js +387 -117
- package/file-uploader/index.d.ts +1 -1
- package/file-uploader/index.js +67 -18
- package/file-uploader/locale.d.ts +10 -10
- package/file-uploader/locale.js +5 -5
- package/file-uploader/styled-components.d.ts +13 -6
- package/file-uploader/styled-components.js +261 -64
- package/file-uploader/types.d.ts +47 -32
- package/file-uploader/utils.d.ts +5 -0
- package/file-uploader/utils.js +45 -0
- package/file-uploader-basic/file-uploader-basic.d.ts +10 -0
- package/file-uploader-basic/file-uploader-basic.js +175 -0
- package/file-uploader-basic/index.d.ts +4 -0
- package/file-uploader-basic/index.js +71 -0
- package/file-uploader-basic/locale.d.ts +15 -0
- package/file-uploader-basic/locale.js +21 -0
- package/file-uploader-basic/styled-components.d.ts +7 -0
- package/file-uploader-basic/styled-components.js +83 -0
- package/file-uploader-basic/types.d.ts +41 -0
- package/form-control/form-control.js +38 -3
- package/form-control/styled-components.d.ts +2 -0
- package/form-control/styled-components.js +22 -2
- package/form-control/types.d.ts +4 -0
- package/icon/circle-check-filled.d.ts +9 -0
- package/icon/circle-check-filled.js +50 -0
- package/icon/circle-exclamation-point-filled.d.ts +9 -0
- package/icon/circle-exclamation-point-filled.js +50 -0
- package/icon/hide.js +1 -1
- package/icon/icon-exports.d.ts +4 -0
- package/icon/icon-exports.js +28 -0
- package/icon/paperclip-filled.d.ts +9 -0
- package/icon/paperclip-filled.js +50 -0
- package/icon/show.js +1 -1
- package/icon/trash-can-filled.d.ts +9 -0
- package/{button-docked/button-docked.js → icon/trash-can-filled.js} +35 -16
- package/locale/en_US.js +14 -12
- package/locale/es_AR.js +9 -1
- package/locale/index.d.ts +3 -0
- package/locale/index.js +2 -0
- package/locale/tr_TR.js +9 -1
- package/locale/types.d.ts +2 -0
- package/message-card/message-card.js +2 -2
- package/message-card/utils.js +8 -3
- package/modal/modal-button.d.ts +1 -3
- package/package.json +5 -3
- package/payment-card/custom-cards.config.d.ts +1 -11
- package/payment-card/payment-card.js +1 -3
- package/phone-input/base-country-picker.js +2 -2
- package/phone-input/country-picker.js +0 -10
- package/progress-bar/progressbar-rounded.js +1 -1
- package/progress-bar/styled-components.js +8 -6
- package/rating/styled-components.js +3 -2
- package/rating/svg-icons.d.ts +5 -5
- package/rating/svg-icons.js +20 -20
- package/select/multi-value.js +1 -1
- package/snackbar/index.d.ts +1 -0
- package/snackbar/snackbar-context.d.ts +1 -2
- package/snackbar/snackbar-context.js +27 -21
- package/spinner/index.d.ts +4 -2
- package/stepper/stepper.js +28 -27
- package/styles/__mocks__/styled.js +0 -2
- package/styles/as-primary-export-hoc.js +0 -2
- package/styles/styled.js +0 -2
- package/styles/types.d.ts +7 -3
- package/tabs-motion/tabs.js +2 -2
- package/tag/constants.d.ts +5 -4
- package/tag/constants.js +7 -6
- package/tag/index.d.ts +1 -1
- package/tag/index.js +7 -7
- package/tag/styled-components.d.ts +1 -1
- package/tag/styled-components.js +137 -124
- package/tag/tag.js +2 -2
- package/tag/types.d.ts +9 -8
- package/tag/types.js +2 -2
- package/themes/dark-theme/color-component-tokens.d.ts +2 -2
- package/themes/dark-theme/color-component-tokens.js +279 -275
- package/themes/dark-theme/color-foundation-tokens.d.ts +3 -0
- package/themes/dark-theme/{color-tokens.js → color-foundation-tokens.js} +11 -14
- package/themes/dark-theme/color-semantic-tokens.d.ts +2 -2
- package/themes/dark-theme/color-semantic-tokens.js +52 -58
- package/themes/dark-theme/create-dark-theme.d.ts +1 -1
- package/themes/dark-theme/create-dark-theme.js +12 -32
- package/themes/dark-theme/dark-theme.js +4 -4
- package/themes/dark-theme/primitives.js +2 -2
- package/themes/light-theme/color-component-tokens.d.ts +2 -2
- package/themes/light-theme/color-component-tokens.js +287 -282
- package/themes/light-theme/color-foundation-tokens.d.ts +3 -0
- package/themes/light-theme/{color-tokens.js → color-foundation-tokens.js} +10 -13
- package/themes/light-theme/color-semantic-tokens.d.ts +2 -2
- package/themes/light-theme/color-semantic-tokens.js +50 -53
- package/themes/light-theme/create-light-theme.d.ts +1 -1
- package/themes/light-theme/create-light-theme.js +12 -32
- package/themes/light-theme/light-theme.js +4 -4
- package/themes/light-theme/primitives.js +2 -2
- package/themes/types.d.ts +74 -13
- package/themes/utils.d.ts +1 -1
- package/themes/utils.js +4 -4
- package/tile/tile-group.js +2 -2
- package/timezonepicker/update-tzdata.js +0 -1
- package/tokens/color-primitive-tokens.d.ts +5 -0
- package/tokens/color-primitive-tokens.js +301 -0
- package/tokens/index.d.ts +5 -4
- package/tokens/index.js +25 -3
- package/tokens/types.d.ts +170 -1
- package/button-docked/button-docked.d.ts +0 -4
- package/button-docked/index.d.ts +0 -3
- package/button-docked/index.js +0 -40
- package/button-docked/styled-components.d.ts +0 -5
- package/button-docked/styled-components.js +0 -55
- package/button-docked/types.d.ts +0 -14
- package/themes/dark-theme/color-tokens.d.ts +0 -3
- package/themes/light-theme/color-tokens.d.ts +0 -3
- package/tokens/colors.d.ts +0 -3
- package/tokens/colors.js +0 -125
- /package/{button-docked → file-uploader-basic}/types.js +0 -0
|
@@ -4,7 +4,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
var
|
|
7
|
+
var _colorSemanticTokens = _interopRequireDefault(require("./color-semantic-tokens"));
|
|
8
|
+
var _tokens = require("../../tokens");
|
|
8
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
9
10
|
/*
|
|
10
11
|
Copyright (c) Uber Technologies, Inc.
|
|
@@ -13,341 +14,345 @@ This source code is licensed under the MIT license found in the
|
|
|
13
14
|
LICENSE file in the root directory of this source tree.
|
|
14
15
|
*/
|
|
15
16
|
|
|
17
|
+
const defaultSemanticColors = (0, _colorSemanticTokens.default)();
|
|
16
18
|
const tagHoverBackground = `rgba(0, 0, 0, 0.08)`;
|
|
17
19
|
|
|
18
20
|
/* ---- Component colors ---- */
|
|
19
|
-
|
|
20
|
-
//
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
21
|
+
var _default = (semanticColors = defaultSemanticColors) => ({
|
|
22
|
+
// Banner
|
|
23
|
+
bannerActionLowInfo: _tokens.primitiveLightColors.blue100,
|
|
24
|
+
bannerActionLowNegative: _tokens.primitiveLightColors.red100,
|
|
25
|
+
bannerActionLowPositive: _tokens.primitiveLightColors.green100,
|
|
26
|
+
bannerActionLowWarning: _tokens.primitiveLightColors.yellow100,
|
|
27
|
+
bannerActionHighInfo: _tokens.primitiveLightColors.blue700,
|
|
28
|
+
bannerActionHighNegative: _tokens.primitiveLightColors.red700,
|
|
29
|
+
bannerActionHighPositive: _tokens.primitiveLightColors.green700,
|
|
30
|
+
bannerActionHighWarning: _tokens.primitiveLightColors.yellow200,
|
|
31
|
+
// BottomNavigation
|
|
32
|
+
bottomNavigationText: _tokens.primitiveLightColors.gray600,
|
|
33
|
+
bottomNavigationSelectedText: semanticColors.contentPrimary,
|
|
32
34
|
// Buttons
|
|
33
|
-
buttonPrimaryFill:
|
|
34
|
-
buttonPrimaryText:
|
|
35
|
-
buttonPrimaryHover:
|
|
36
|
-
buttonPrimaryActive:
|
|
37
|
-
buttonPrimarySelectedFill:
|
|
38
|
-
buttonPrimarySelectedText:
|
|
39
|
-
buttonPrimarySpinnerForeground:
|
|
40
|
-
buttonPrimarySpinnerBackground:
|
|
41
|
-
buttonSecondaryFill:
|
|
42
|
-
buttonSecondaryText:
|
|
43
|
-
buttonSecondaryHover:
|
|
44
|
-
buttonSecondaryActive:
|
|
45
|
-
buttonSecondarySelectedFill:
|
|
46
|
-
buttonSecondarySelectedText:
|
|
47
|
-
buttonSecondarySpinnerForeground:
|
|
48
|
-
buttonSecondarySpinnerBackground:
|
|
35
|
+
buttonPrimaryFill: semanticColors.backgroundInversePrimary,
|
|
36
|
+
buttonPrimaryText: semanticColors.contentInversePrimary,
|
|
37
|
+
buttonPrimaryHover: _tokens.primitiveLightColors.gray900,
|
|
38
|
+
buttonPrimaryActive: _tokens.primitiveLightColors.gray800,
|
|
39
|
+
buttonPrimarySelectedFill: semanticColors.backgroundInversePrimary,
|
|
40
|
+
buttonPrimarySelectedText: semanticColors.contentInversePrimary,
|
|
41
|
+
buttonPrimarySpinnerForeground: semanticColors.backgroundAccent,
|
|
42
|
+
buttonPrimarySpinnerBackground: semanticColors.backgroundPrimary,
|
|
43
|
+
buttonSecondaryFill: semanticColors.backgroundSecondary,
|
|
44
|
+
buttonSecondaryText: semanticColors.contentPrimary,
|
|
45
|
+
buttonSecondaryHover: _tokens.primitiveLightColors.gray200,
|
|
46
|
+
buttonSecondaryActive: _tokens.primitiveLightColors.gray300,
|
|
47
|
+
buttonSecondarySelectedFill: semanticColors.backgroundInversePrimary,
|
|
48
|
+
buttonSecondarySelectedText: semanticColors.contentInversePrimary,
|
|
49
|
+
buttonSecondarySpinnerForeground: semanticColors.backgroundAccent,
|
|
50
|
+
buttonSecondarySpinnerBackground: semanticColors.backgroundPrimary,
|
|
49
51
|
buttonTertiaryFill: 'transparent',
|
|
50
|
-
buttonTertiaryText:
|
|
51
|
-
buttonTertiaryHover:
|
|
52
|
-
buttonTertiaryActive:
|
|
53
|
-
buttonTertiarySelectedFill:
|
|
54
|
-
buttonTertiarySelectedText:
|
|
55
|
-
buttonTertiaryDisabledActiveFill:
|
|
56
|
-
buttonTertiaryDisabledActiveText:
|
|
57
|
-
buttonTertiarySpinnerForeground:
|
|
58
|
-
buttonTertiarySpinnerBackground:
|
|
59
|
-
buttonDisabledFill:
|
|
60
|
-
buttonDisabledText:
|
|
61
|
-
buttonDisabledActiveFill:
|
|
62
|
-
buttonDisabledActiveText:
|
|
63
|
-
buttonDisabledSpinnerForeground:
|
|
64
|
-
buttonDisabledSpinnerBackground:
|
|
52
|
+
buttonTertiaryText: semanticColors.contentPrimary,
|
|
53
|
+
buttonTertiaryHover: _tokens.primitiveLightColors.gray50,
|
|
54
|
+
buttonTertiaryActive: _tokens.primitiveLightColors.gray100,
|
|
55
|
+
buttonTertiarySelectedFill: semanticColors.backgroundInversePrimary,
|
|
56
|
+
buttonTertiarySelectedText: semanticColors.contentInversePrimary,
|
|
57
|
+
buttonTertiaryDisabledActiveFill: semanticColors.backgroundStateDisabled,
|
|
58
|
+
buttonTertiaryDisabledActiveText: semanticColors.contentStateDisabled,
|
|
59
|
+
buttonTertiarySpinnerForeground: semanticColors.backgroundAccent,
|
|
60
|
+
buttonTertiarySpinnerBackground: semanticColors.backgroundTertiary,
|
|
61
|
+
buttonDisabledFill: semanticColors.backgroundStateDisabled,
|
|
62
|
+
buttonDisabledText: semanticColors.contentStateDisabled,
|
|
63
|
+
buttonDisabledActiveFill: semanticColors.backgroundStateDisabled,
|
|
64
|
+
buttonDisabledActiveText: semanticColors.contentStateDisabled,
|
|
65
|
+
buttonDisabledSpinnerForeground: semanticColors.contentStateDisabled,
|
|
66
|
+
buttonDisabledSpinnerBackground: semanticColors.backgroundPrimary,
|
|
65
67
|
// Breadcrumbs
|
|
66
|
-
breadcrumbsText:
|
|
67
|
-
breadcrumbsSeparatorFill:
|
|
68
|
+
breadcrumbsText: semanticColors.contentPrimary,
|
|
69
|
+
breadcrumbsSeparatorFill: semanticColors.contentTertiary,
|
|
68
70
|
// Datepicker
|
|
69
|
-
calendarBackground:
|
|
70
|
-
calendarForeground:
|
|
71
|
-
calendarForegroundDisabled:
|
|
72
|
-
calendarHeaderBackground:
|
|
73
|
-
calendarHeaderForeground:
|
|
74
|
-
calendarHeaderBackgroundActive:
|
|
75
|
-
calendarHeaderForegroundDisabled:
|
|
76
|
-
calendarDayForegroundPseudoSelected:
|
|
77
|
-
calendarDayBackgroundPseudoSelectedHighlighted:
|
|
78
|
-
calendarDayForegroundPseudoSelectedHighlighted:
|
|
79
|
-
calendarDayBackgroundSelected:
|
|
80
|
-
calendarDayForegroundSelected:
|
|
81
|
-
calendarDayBackgroundSelectedHighlighted:
|
|
82
|
-
calendarDayForegroundSelectedHighlighted:
|
|
71
|
+
calendarBackground: semanticColors.backgroundPrimary,
|
|
72
|
+
calendarForeground: semanticColors.contentPrimary,
|
|
73
|
+
calendarForegroundDisabled: semanticColors.contentStateDisabled,
|
|
74
|
+
calendarHeaderBackground: semanticColors.backgroundPrimary,
|
|
75
|
+
calendarHeaderForeground: semanticColors.contentPrimary,
|
|
76
|
+
calendarHeaderBackgroundActive: semanticColors.backgroundInversePrimary,
|
|
77
|
+
calendarHeaderForegroundDisabled: semanticColors.contentStateDisabled,
|
|
78
|
+
calendarDayForegroundPseudoSelected: semanticColors.backgroundInversePrimary,
|
|
79
|
+
calendarDayBackgroundPseudoSelectedHighlighted: semanticColors.backgroundTertiary,
|
|
80
|
+
calendarDayForegroundPseudoSelectedHighlighted: semanticColors.contentPrimary,
|
|
81
|
+
calendarDayBackgroundSelected: semanticColors.backgroundInversePrimary,
|
|
82
|
+
calendarDayForegroundSelected: semanticColors.contentInversePrimary,
|
|
83
|
+
calendarDayBackgroundSelectedHighlighted: semanticColors.backgroundInversePrimary,
|
|
84
|
+
calendarDayForegroundSelectedHighlighted: semanticColors.contentInversePrimary,
|
|
83
85
|
// Combobox
|
|
84
|
-
comboboxListItemFocus:
|
|
85
|
-
comboboxListItemHover:
|
|
86
|
+
comboboxListItemFocus: semanticColors.backgroundSecondary,
|
|
87
|
+
comboboxListItemHover: semanticColors.backgroundTertiary,
|
|
86
88
|
// FileUploader
|
|
87
|
-
fileUploaderBackgroundColor:
|
|
88
|
-
fileUploaderBackgroundColorActive:
|
|
89
|
-
fileUploaderBorderColorActive:
|
|
90
|
-
fileUploaderBorderColorDefault:
|
|
91
|
-
fileUploaderMessageColor:
|
|
89
|
+
fileUploaderBackgroundColor: semanticColors.backgroundSecondary,
|
|
90
|
+
fileUploaderBackgroundColorActive: semanticColors.backgroundPrimary,
|
|
91
|
+
fileUploaderBorderColorActive: semanticColors.borderSelected,
|
|
92
|
+
fileUploaderBorderColorDefault: semanticColors.borderOpaque,
|
|
93
|
+
fileUploaderMessageColor: semanticColors.contentPrimary,
|
|
92
94
|
// Links
|
|
93
|
-
linkText:
|
|
94
|
-
linkVisited:
|
|
95
|
-
linkHover:
|
|
96
|
-
linkActive:
|
|
95
|
+
linkText: semanticColors.contentPrimary,
|
|
96
|
+
linkVisited: _tokens.primitiveLightColors.gray600,
|
|
97
|
+
linkHover: _tokens.primitiveLightColors.gray800,
|
|
98
|
+
linkActive: _tokens.primitiveLightColors.gray700,
|
|
97
99
|
// List
|
|
98
|
-
listHeaderFill:
|
|
99
|
-
listBodyFill:
|
|
100
|
+
listHeaderFill: semanticColors.backgroundPrimary,
|
|
101
|
+
listBodyFill: semanticColors.backgroundPrimary,
|
|
100
102
|
// ProgressSteps
|
|
101
|
-
progressStepsCompletedText:
|
|
102
|
-
progressStepsCompletedFill:
|
|
103
|
-
progressStepsActiveText:
|
|
104
|
-
progressStepsActiveFill:
|
|
103
|
+
progressStepsCompletedText: semanticColors.contentInversePrimary,
|
|
104
|
+
progressStepsCompletedFill: semanticColors.backgroundInversePrimary,
|
|
105
|
+
progressStepsActiveText: semanticColors.contentInversePrimary,
|
|
106
|
+
progressStepsActiveFill: semanticColors.backgroundInversePrimary,
|
|
105
107
|
// Toggle
|
|
106
|
-
toggleFill:
|
|
107
|
-
toggleFillChecked:
|
|
108
|
-
toggleFillDisabled:
|
|
109
|
-
toggleTrackFill:
|
|
110
|
-
toggleTrackFillDisabled:
|
|
108
|
+
toggleFill: semanticColors.backgroundPrimary,
|
|
109
|
+
toggleFillChecked: semanticColors.contentPrimary,
|
|
110
|
+
toggleFillDisabled: semanticColors.contentStateDisabled,
|
|
111
|
+
toggleTrackFill: semanticColors.backgroundTertiary,
|
|
112
|
+
toggleTrackFillDisabled: semanticColors.backgroundStateDisabled,
|
|
111
113
|
// Tick
|
|
112
|
-
tickFill:
|
|
113
|
-
tickFillHover:
|
|
114
|
-
tickFillActive:
|
|
115
|
-
tickFillSelected:
|
|
116
|
-
tickFillSelectedHover:
|
|
117
|
-
tickFillSelectedHoverActive:
|
|
118
|
-
tickFillError:
|
|
119
|
-
tickFillErrorHover:
|
|
120
|
-
tickFillErrorHoverActive:
|
|
121
|
-
tickFillErrorSelected:
|
|
122
|
-
tickFillErrorSelectedHover:
|
|
123
|
-
tickFillErrorSelectedHoverActive:
|
|
124
|
-
tickFillDisabled:
|
|
125
|
-
tickBorder:
|
|
126
|
-
tickBorderError:
|
|
127
|
-
tickMarkFill:
|
|
128
|
-
tickMarkFillError:
|
|
129
|
-
tickMarkFillDisabled:
|
|
114
|
+
tickFill: semanticColors.backgroundPrimary,
|
|
115
|
+
tickFillHover: _tokens.primitiveLightColors.gray50,
|
|
116
|
+
tickFillActive: _tokens.primitiveLightColors.gray100,
|
|
117
|
+
tickFillSelected: semanticColors.contentPrimary,
|
|
118
|
+
tickFillSelectedHover: _tokens.primitiveLightColors.gray900,
|
|
119
|
+
tickFillSelectedHoverActive: _tokens.primitiveLightColors.gray800,
|
|
120
|
+
tickFillError: semanticColors.backgroundPrimary,
|
|
121
|
+
tickFillErrorHover: _tokens.primitiveLightColors.gray50,
|
|
122
|
+
tickFillErrorHoverActive: _tokens.primitiveLightColors.gray100,
|
|
123
|
+
tickFillErrorSelected: semanticColors.contentNegative,
|
|
124
|
+
tickFillErrorSelectedHover: _tokens.primitiveLightColors.red700,
|
|
125
|
+
tickFillErrorSelectedHoverActive: _tokens.primitiveLightColors.red800,
|
|
126
|
+
tickFillDisabled: semanticColors.backgroundStateDisabled,
|
|
127
|
+
tickBorder: semanticColors.contentTertiary,
|
|
128
|
+
tickBorderError: semanticColors.borderNegative,
|
|
129
|
+
tickMarkFill: semanticColors.contentInversePrimary,
|
|
130
|
+
tickMarkFillError: semanticColors.contentOnColor,
|
|
131
|
+
tickMarkFillDisabled: semanticColors.contentInversePrimary,
|
|
130
132
|
// Slider/Toggle
|
|
131
133
|
sliderTrackFill: 'transparent',
|
|
132
|
-
sliderHandleFill:
|
|
133
|
-
sliderHandleFillDisabled:
|
|
134
|
-
sliderHandleInnerFill:
|
|
135
|
-
sliderTrackFillHover:
|
|
136
|
-
sliderTrackFillActive:
|
|
137
|
-
sliderTrackFillDisabled:
|
|
138
|
-
sliderHandleInnerFillDisabled:
|
|
139
|
-
sliderHandleInnerFillSelectedHover:
|
|
140
|
-
sliderHandleInnerFillSelectedActive:
|
|
134
|
+
sliderHandleFill: semanticColors.contentPrimary,
|
|
135
|
+
sliderHandleFillDisabled: semanticColors.backgroundStateDisabled,
|
|
136
|
+
sliderHandleInnerFill: semanticColors.contentPrimary,
|
|
137
|
+
sliderTrackFillHover: _tokens.primitiveLightColors.gray200,
|
|
138
|
+
sliderTrackFillActive: _tokens.primitiveLightColors.gray300,
|
|
139
|
+
sliderTrackFillDisabled: semanticColors.backgroundStateDisabled,
|
|
140
|
+
sliderHandleInnerFillDisabled: semanticColors.backgroundStateDisabled,
|
|
141
|
+
sliderHandleInnerFillSelectedHover: _tokens.primitiveLightColors.gray900,
|
|
142
|
+
sliderHandleInnerFillSelectedActive: _tokens.primitiveLightColors.gray800,
|
|
141
143
|
// Inputs
|
|
142
|
-
inputBorder:
|
|
143
|
-
inputFill:
|
|
144
|
-
inputFillError:
|
|
145
|
-
inputFillDisabled:
|
|
146
|
-
inputFillActive:
|
|
147
|
-
inputFillPositive:
|
|
148
|
-
inputTextDisabled:
|
|
149
|
-
inputBorderError:
|
|
150
|
-
inputBorderPositive:
|
|
151
|
-
inputEnhancerFill:
|
|
152
|
-
inputEnhancerFillDisabled:
|
|
153
|
-
inputEnhancerTextDisabled:
|
|
154
|
-
inputPlaceholder:
|
|
155
|
-
inputPlaceholderDisabled:
|
|
144
|
+
inputBorder: semanticColors.borderOpaque,
|
|
145
|
+
inputFill: semanticColors.backgroundSecondary,
|
|
146
|
+
inputFillError: semanticColors.backgroundPrimary,
|
|
147
|
+
inputFillDisabled: semanticColors.backgroundStateDisabled,
|
|
148
|
+
inputFillActive: semanticColors.backgroundPrimary,
|
|
149
|
+
inputFillPositive: semanticColors.backgroundPrimary,
|
|
150
|
+
inputTextDisabled: semanticColors.contentStateDisabled,
|
|
151
|
+
inputBorderError: semanticColors.borderNegative,
|
|
152
|
+
inputBorderPositive: semanticColors.borderPositive,
|
|
153
|
+
inputEnhancerFill: semanticColors.contentPrimary,
|
|
154
|
+
inputEnhancerFillDisabled: semanticColors.contentStateDisabled,
|
|
155
|
+
inputEnhancerTextDisabled: semanticColors.contentStateDisabled,
|
|
156
|
+
inputPlaceholder: semanticColors.contentTertiary,
|
|
157
|
+
inputPlaceholderDisabled: semanticColors.contentStateDisabled,
|
|
156
158
|
// Menu
|
|
157
|
-
menuFill:
|
|
158
|
-
menuFillHover:
|
|
159
|
-
menuFontDefault:
|
|
160
|
-
menuFontDisabled:
|
|
161
|
-
menuFontHighlighted:
|
|
162
|
-
menuFontSelected:
|
|
159
|
+
menuFill: semanticColors.backgroundPrimary,
|
|
160
|
+
menuFillHover: semanticColors.backgroundSecondary,
|
|
161
|
+
menuFontDefault: semanticColors.contentPrimary,
|
|
162
|
+
menuFontDisabled: semanticColors.contentStateDisabled,
|
|
163
|
+
menuFontHighlighted: semanticColors.contentPrimary,
|
|
164
|
+
menuFontSelected: semanticColors.contentPrimary,
|
|
163
165
|
// Modal
|
|
164
|
-
modalCloseColor:
|
|
165
|
-
modalCloseColorHover:
|
|
166
|
-
modalCloseColorFocus:
|
|
166
|
+
modalCloseColor: semanticColors.contentPrimary,
|
|
167
|
+
modalCloseColorHover: _tokens.primitiveLightColors.gray900,
|
|
168
|
+
modalCloseColorFocus: _tokens.primitiveLightColors.gray800,
|
|
167
169
|
// Tab
|
|
168
|
-
tabBarFill:
|
|
169
|
-
tabColor:
|
|
170
|
+
tabBarFill: semanticColors.backgroundPrimary,
|
|
171
|
+
tabColor: semanticColors.contentTertiary,
|
|
170
172
|
// Notification
|
|
171
|
-
notificationInfoBackground:
|
|
172
|
-
notificationInfoText:
|
|
173
|
-
notificationPositiveBackground:
|
|
174
|
-
notificationPositiveText:
|
|
175
|
-
notificationWarningBackground:
|
|
176
|
-
notificationWarningText:
|
|
177
|
-
notificationNegativeBackground:
|
|
178
|
-
notificationNegativeText:
|
|
173
|
+
notificationInfoBackground: semanticColors.backgroundAccentLight,
|
|
174
|
+
notificationInfoText: semanticColors.contentPrimary,
|
|
175
|
+
notificationPositiveBackground: semanticColors.backgroundPositiveLight,
|
|
176
|
+
notificationPositiveText: semanticColors.contentPrimary,
|
|
177
|
+
notificationWarningBackground: semanticColors.backgroundWarningLight,
|
|
178
|
+
notificationWarningText: semanticColors.contentPrimary,
|
|
179
|
+
notificationNegativeBackground: semanticColors.backgroundNegativeLight,
|
|
180
|
+
notificationNegativeText: semanticColors.contentPrimary,
|
|
179
181
|
// Tag
|
|
180
182
|
|
|
181
183
|
// Custom ramps
|
|
182
|
-
tagFontDisabledRampUnit: '
|
|
184
|
+
tagFontDisabledRampUnit: '200',
|
|
183
185
|
tagSolidFontRampUnit: '0',
|
|
184
186
|
tagSolidRampUnit: '400',
|
|
185
|
-
tagOutlinedFontRampUnit: '
|
|
186
|
-
tagOutlinedRampUnit: '
|
|
187
|
+
tagOutlinedFontRampUnit: '600',
|
|
188
|
+
tagOutlinedRampUnit: '600',
|
|
187
189
|
// Deprecated
|
|
188
190
|
tagSolidHoverRampUnit: '50',
|
|
189
191
|
tagSolidActiveRampUnit: '100',
|
|
190
192
|
tagSolidDisabledRampUnit: '50',
|
|
191
|
-
tagSolidFontHoverRampUnit: '
|
|
193
|
+
tagSolidFontHoverRampUnit: '700',
|
|
192
194
|
tagLightRampUnit: '50',
|
|
193
195
|
tagLightHoverRampUnit: '100',
|
|
194
|
-
tagLightActiveRampUnit: '
|
|
195
|
-
tagLightFontRampUnit: '
|
|
196
|
-
tagLightFontHoverRampUnit: '
|
|
197
|
-
tagOutlinedHoverRampUnit: '
|
|
198
|
-
tagOutlinedActiveRampUnit: '
|
|
199
|
-
tagOutlinedFontHoverRampUnit: '
|
|
196
|
+
tagLightActiveRampUnit: '200',
|
|
197
|
+
tagLightFontRampUnit: '600',
|
|
198
|
+
tagLightFontHoverRampUnit: '200',
|
|
199
|
+
tagOutlinedHoverRampUnit: '700',
|
|
200
|
+
tagOutlinedActiveRampUnit: '800',
|
|
201
|
+
tagOutlinedFontHoverRampUnit: '700',
|
|
200
202
|
// Neutral
|
|
201
|
-
tagNeutralFontDisabled:
|
|
202
|
-
tagNeutralOutlinedDisabled:
|
|
203
|
-
tagNeutralSolidFont:
|
|
204
|
-
tagNeutralSolidBackground:
|
|
205
|
-
tagNeutralOutlinedBackground:
|
|
206
|
-
tagNeutralOutlinedFont:
|
|
203
|
+
tagNeutralFontDisabled: _tokens.primitiveLightColors.gray200,
|
|
204
|
+
tagNeutralOutlinedDisabled: _tokens.primitiveLightColors.gray200,
|
|
205
|
+
tagNeutralSolidFont: _tokens.primitiveLightColors.white,
|
|
206
|
+
tagNeutralSolidBackground: _tokens.primitiveLightColors.gray600,
|
|
207
|
+
tagNeutralOutlinedBackground: _tokens.primitiveLightColors.gray50,
|
|
208
|
+
tagNeutralOutlinedFont: _tokens.primitiveLightColors.gray700,
|
|
207
209
|
// Deprecated
|
|
208
|
-
tagNeutralSolidHover:
|
|
209
|
-
tagNeutralSolidActive:
|
|
210
|
-
tagNeutralSolidDisabled:
|
|
211
|
-
tagNeutralSolidFontHover:
|
|
212
|
-
tagNeutralLightBackground:
|
|
213
|
-
tagNeutralLightHover:
|
|
214
|
-
tagNeutralLightActive:
|
|
215
|
-
tagNeutralLightDisabled:
|
|
216
|
-
tagNeutralLightFont:
|
|
217
|
-
tagNeutralLightFontHover:
|
|
218
|
-
tagNeutralOutlinedActive:
|
|
219
|
-
tagNeutralOutlinedFontHover:
|
|
210
|
+
tagNeutralSolidHover: _tokens.primitiveLightColors.gray900,
|
|
211
|
+
tagNeutralSolidActive: _tokens.primitiveLightColors.gray800,
|
|
212
|
+
tagNeutralSolidDisabled: _tokens.primitiveLightColors.gray200,
|
|
213
|
+
tagNeutralSolidFontHover: _tokens.primitiveLightColors.gray700,
|
|
214
|
+
tagNeutralLightBackground: _tokens.primitiveLightColors.white,
|
|
215
|
+
tagNeutralLightHover: _tokens.primitiveLightColors.gray50,
|
|
216
|
+
tagNeutralLightActive: _tokens.primitiveLightColors.gray100,
|
|
217
|
+
tagNeutralLightDisabled: _tokens.primitiveLightColors.gray200,
|
|
218
|
+
tagNeutralLightFont: _tokens.primitiveLightColors.gray600,
|
|
219
|
+
tagNeutralLightFontHover: _tokens.primitiveLightColors.gray700,
|
|
220
|
+
tagNeutralOutlinedActive: _tokens.primitiveLightColors.gray800,
|
|
221
|
+
tagNeutralOutlinedFontHover: _tokens.primitiveLightColors.gray700,
|
|
220
222
|
tagNeutralOutlinedHover: tagHoverBackground,
|
|
221
223
|
// Primary
|
|
222
|
-
tagPrimaryFontDisabled:
|
|
223
|
-
tagPrimaryOutlinedDisabled:
|
|
224
|
-
tagPrimarySolidFont:
|
|
225
|
-
tagPrimarySolidBackground:
|
|
226
|
-
tagPrimaryOutlinedFontHover:
|
|
227
|
-
tagPrimaryOutlinedFont:
|
|
224
|
+
tagPrimaryFontDisabled: _tokens.primitiveLightColors.gray300,
|
|
225
|
+
tagPrimaryOutlinedDisabled: _tokens.primitiveLightColors.gray200,
|
|
226
|
+
tagPrimarySolidFont: _tokens.primitiveLightColors.white,
|
|
227
|
+
tagPrimarySolidBackground: _tokens.primitiveLightColors.gray600,
|
|
228
|
+
tagPrimaryOutlinedFontHover: _tokens.primitiveLightColors.gray900,
|
|
229
|
+
tagPrimaryOutlinedFont: _tokens.primitiveLightColors.gray700,
|
|
228
230
|
// Deprecated
|
|
229
|
-
tagPrimarySolidHover:
|
|
230
|
-
tagPrimarySolidActive:
|
|
231
|
-
tagPrimarySolidDisabled:
|
|
232
|
-
tagPrimarySolidFontHover:
|
|
233
|
-
tagPrimaryLightBackground:
|
|
234
|
-
tagPrimaryLightHover:
|
|
235
|
-
tagPrimaryLightActive:
|
|
236
|
-
tagPrimaryLightDisabled:
|
|
237
|
-
tagPrimaryLightFont:
|
|
238
|
-
tagPrimaryLightFontHover:
|
|
239
|
-
tagPrimaryOutlinedActive:
|
|
231
|
+
tagPrimarySolidHover: _tokens.primitiveLightColors.gray900,
|
|
232
|
+
tagPrimarySolidActive: _tokens.primitiveLightColors.gray900,
|
|
233
|
+
tagPrimarySolidDisabled: _tokens.primitiveLightColors.gray200,
|
|
234
|
+
tagPrimarySolidFontHover: _tokens.primitiveLightColors.gray900,
|
|
235
|
+
tagPrimaryLightBackground: _tokens.primitiveLightColors.white,
|
|
236
|
+
tagPrimaryLightHover: _tokens.primitiveLightColors.gray50,
|
|
237
|
+
tagPrimaryLightActive: _tokens.primitiveLightColors.gray100,
|
|
238
|
+
tagPrimaryLightDisabled: _tokens.primitiveLightColors.gray200,
|
|
239
|
+
tagPrimaryLightFont: _tokens.primitiveLightColors.black,
|
|
240
|
+
tagPrimaryLightFontHover: _tokens.primitiveLightColors.gray900,
|
|
241
|
+
tagPrimaryOutlinedActive: _tokens.primitiveLightColors.gray900,
|
|
240
242
|
tagPrimaryOutlinedHover: tagHoverBackground,
|
|
241
|
-
tagPrimaryOutlinedBackground:
|
|
243
|
+
tagPrimaryOutlinedBackground: _tokens.primitiveLightColors.gray50,
|
|
242
244
|
// Accent
|
|
243
|
-
tagAccentFontDisabled:
|
|
244
|
-
tagAccentOutlinedDisabled:
|
|
245
|
-
tagAccentSolidFont:
|
|
246
|
-
tagAccentSolidBackground:
|
|
247
|
-
tagAccentOutlinedBackground:
|
|
248
|
-
tagAccentOutlinedFont:
|
|
245
|
+
tagAccentFontDisabled: _tokens.primitiveLightColors.blue300,
|
|
246
|
+
tagAccentOutlinedDisabled: _tokens.primitiveLightColors.blue200,
|
|
247
|
+
tagAccentSolidFont: _tokens.primitiveLightColors.white,
|
|
248
|
+
tagAccentSolidBackground: _tokens.primitiveLightColors.blue600,
|
|
249
|
+
tagAccentOutlinedBackground: _tokens.primitiveLightColors.blue50,
|
|
250
|
+
tagAccentOutlinedFont: _tokens.primitiveLightColors.blue700,
|
|
249
251
|
// Deprecated
|
|
250
|
-
tagAccentSolidHover:
|
|
251
|
-
tagAccentSolidActive:
|
|
252
|
-
tagAccentSolidDisabled:
|
|
253
|
-
tagAccentSolidFontHover:
|
|
254
|
-
tagAccentLightBackground:
|
|
255
|
-
tagAccentLightHover:
|
|
256
|
-
tagAccentLightActive:
|
|
257
|
-
tagAccentLightDisabled:
|
|
258
|
-
tagAccentLightFont:
|
|
259
|
-
tagAccentLightFontHover:
|
|
260
|
-
tagAccentOutlinedActive:
|
|
261
|
-
tagAccentOutlinedFontHover:
|
|
252
|
+
tagAccentSolidHover: _tokens.primitiveLightColors.blue50,
|
|
253
|
+
tagAccentSolidActive: _tokens.primitiveLightColors.blue100,
|
|
254
|
+
tagAccentSolidDisabled: _tokens.primitiveLightColors.blue50,
|
|
255
|
+
tagAccentSolidFontHover: _tokens.primitiveLightColors.blue500,
|
|
256
|
+
tagAccentLightBackground: _tokens.primitiveLightColors.blue50,
|
|
257
|
+
tagAccentLightHover: _tokens.primitiveLightColors.blue100,
|
|
258
|
+
tagAccentLightActive: _tokens.primitiveLightColors.blue200,
|
|
259
|
+
tagAccentLightDisabled: _tokens.primitiveLightColors.blue50,
|
|
260
|
+
tagAccentLightFont: _tokens.primitiveLightColors.blue600,
|
|
261
|
+
tagAccentLightFontHover: _tokens.primitiveLightColors.blue700,
|
|
262
|
+
tagAccentOutlinedActive: _tokens.primitiveLightColors.blue800,
|
|
263
|
+
tagAccentOutlinedFontHover: _tokens.primitiveLightColors.blue700,
|
|
262
264
|
tagAccentOutlinedHover: tagHoverBackground,
|
|
263
265
|
// Positive
|
|
264
|
-
tagPositiveFontDisabled:
|
|
265
|
-
tagPositiveOutlinedDisabled:
|
|
266
|
-
tagPositiveSolidFont:
|
|
267
|
-
tagPositiveSolidBackground:
|
|
268
|
-
tagPositiveOutlinedBackground:
|
|
269
|
-
tagPositiveOutlinedFont:
|
|
266
|
+
tagPositiveFontDisabled: _tokens.primitiveLightColors.green300,
|
|
267
|
+
tagPositiveOutlinedDisabled: _tokens.primitiveLightColors.green200,
|
|
268
|
+
tagPositiveSolidFont: _tokens.primitiveLightColors.white,
|
|
269
|
+
tagPositiveSolidBackground: _tokens.primitiveLightColors.green600,
|
|
270
|
+
tagPositiveOutlinedBackground: _tokens.primitiveLightColors.green50,
|
|
271
|
+
tagPositiveOutlinedFont: _tokens.primitiveLightColors.green700,
|
|
270
272
|
// Deprecated
|
|
271
|
-
tagPositiveSolidHover:
|
|
272
|
-
tagPositiveSolidActive:
|
|
273
|
-
tagPositiveSolidDisabled:
|
|
274
|
-
tagPositiveSolidFontHover:
|
|
275
|
-
tagPositiveLightBackground:
|
|
276
|
-
tagPositiveLightHover:
|
|
277
|
-
tagPositiveLightActive:
|
|
278
|
-
tagPositiveLightDisabled:
|
|
279
|
-
tagPositiveLightFont:
|
|
280
|
-
tagPositiveLightFontHover:
|
|
281
|
-
tagPositiveOutlinedActive:
|
|
282
|
-
tagPositiveOutlinedFontHover:
|
|
273
|
+
tagPositiveSolidHover: _tokens.primitiveLightColors.green50,
|
|
274
|
+
tagPositiveSolidActive: _tokens.primitiveLightColors.green100,
|
|
275
|
+
tagPositiveSolidDisabled: _tokens.primitiveLightColors.green50,
|
|
276
|
+
tagPositiveSolidFontHover: _tokens.primitiveLightColors.green500,
|
|
277
|
+
tagPositiveLightBackground: _tokens.primitiveLightColors.green50,
|
|
278
|
+
tagPositiveLightHover: _tokens.primitiveLightColors.green100,
|
|
279
|
+
tagPositiveLightActive: _tokens.primitiveLightColors.green200,
|
|
280
|
+
tagPositiveLightDisabled: _tokens.primitiveLightColors.green50,
|
|
281
|
+
tagPositiveLightFont: _tokens.primitiveLightColors.green600,
|
|
282
|
+
tagPositiveLightFontHover: _tokens.primitiveLightColors.green700,
|
|
283
|
+
tagPositiveOutlinedActive: _tokens.primitiveLightColors.green800,
|
|
284
|
+
tagPositiveOutlinedFontHover: _tokens.primitiveLightColors.green700,
|
|
283
285
|
tagPositiveOutlinedHover: tagHoverBackground,
|
|
284
286
|
// Warning
|
|
285
|
-
tagWarningFontDisabled:
|
|
286
|
-
tagWarningOutlinedDisabled:
|
|
287
|
-
tagWarningSolidFont:
|
|
288
|
-
tagWarningSolidBackground:
|
|
289
|
-
tagWarningOutlinedBackground:
|
|
290
|
-
tagWarningOutlinedFont:
|
|
287
|
+
tagWarningFontDisabled: _tokens.primitiveLightColors.yellow200,
|
|
288
|
+
tagWarningOutlinedDisabled: _tokens.primitiveLightColors.yellow200,
|
|
289
|
+
tagWarningSolidFont: _tokens.primitiveLightColors.yellow900,
|
|
290
|
+
tagWarningSolidBackground: _tokens.primitiveLightColors.yellow300,
|
|
291
|
+
tagWarningOutlinedBackground: _tokens.primitiveLightColors.yellow50,
|
|
292
|
+
tagWarningOutlinedFont: _tokens.primitiveLightColors.yellow700,
|
|
291
293
|
// Deprecated
|
|
292
|
-
tagWarningSolidHover:
|
|
293
|
-
tagWarningSolidActive:
|
|
294
|
-
tagWarningSolidDisabled:
|
|
295
|
-
tagWarningSolidFontHover:
|
|
296
|
-
tagWarningLightBackground:
|
|
297
|
-
tagWarningLightHover:
|
|
298
|
-
tagWarningLightActive:
|
|
299
|
-
tagWarningLightDisabled:
|
|
300
|
-
tagWarningLightFont:
|
|
301
|
-
tagWarningLightFontHover:
|
|
302
|
-
tagWarningOutlinedActive:
|
|
303
|
-
tagWarningOutlinedFontHover:
|
|
294
|
+
tagWarningSolidHover: _tokens.primitiveLightColors.yellow50,
|
|
295
|
+
tagWarningSolidActive: _tokens.primitiveLightColors.yellow100,
|
|
296
|
+
tagWarningSolidDisabled: _tokens.primitiveLightColors.yellow50,
|
|
297
|
+
tagWarningSolidFontHover: _tokens.primitiveLightColors.yellow500,
|
|
298
|
+
tagWarningLightBackground: _tokens.primitiveLightColors.yellow50,
|
|
299
|
+
tagWarningLightHover: _tokens.primitiveLightColors.yellow100,
|
|
300
|
+
tagWarningLightActive: _tokens.primitiveLightColors.yellow200,
|
|
301
|
+
tagWarningLightDisabled: _tokens.primitiveLightColors.yellow50,
|
|
302
|
+
tagWarningLightFont: _tokens.primitiveLightColors.yellow600,
|
|
303
|
+
tagWarningLightFontHover: _tokens.primitiveLightColors.yellow700,
|
|
304
|
+
tagWarningOutlinedActive: _tokens.primitiveLightColors.yellow800,
|
|
305
|
+
tagWarningOutlinedFontHover: _tokens.primitiveLightColors.yellow700,
|
|
304
306
|
tagWarningOutlinedHover: tagHoverBackground,
|
|
305
307
|
// Negative
|
|
306
|
-
tagNegativeFontDisabled:
|
|
307
|
-
tagNegativeOutlinedDisabled:
|
|
308
|
-
tagNegativeSolidFont:
|
|
309
|
-
tagNegativeSolidBackground:
|
|
310
|
-
tagNegativeOutlinedBackground:
|
|
311
|
-
tagNegativeOutlinedFont:
|
|
308
|
+
tagNegativeFontDisabled: _tokens.primitiveLightColors.red300,
|
|
309
|
+
tagNegativeOutlinedDisabled: _tokens.primitiveLightColors.red200,
|
|
310
|
+
tagNegativeSolidFont: _tokens.primitiveLightColors.white,
|
|
311
|
+
tagNegativeSolidBackground: _tokens.primitiveLightColors.red600,
|
|
312
|
+
tagNegativeOutlinedBackground: _tokens.primitiveLightColors.red50,
|
|
313
|
+
tagNegativeOutlinedFont: _tokens.primitiveLightColors.red700,
|
|
312
314
|
// Deprecated
|
|
313
|
-
tagNegativeSolidHover:
|
|
314
|
-
tagNegativeSolidActive:
|
|
315
|
-
tagNegativeSolidDisabled:
|
|
316
|
-
tagNegativeSolidFontHover:
|
|
317
|
-
tagNegativeLightBackground:
|
|
318
|
-
tagNegativeLightHover:
|
|
319
|
-
tagNegativeLightActive:
|
|
320
|
-
tagNegativeLightDisabled:
|
|
321
|
-
tagNegativeLightFont:
|
|
322
|
-
tagNegativeLightFontHover:
|
|
323
|
-
tagNegativeOutlinedActive:
|
|
324
|
-
tagNegativeOutlinedFontHover:
|
|
315
|
+
tagNegativeSolidHover: _tokens.primitiveLightColors.red50,
|
|
316
|
+
tagNegativeSolidActive: _tokens.primitiveLightColors.red100,
|
|
317
|
+
tagNegativeSolidDisabled: _tokens.primitiveLightColors.red50,
|
|
318
|
+
tagNegativeSolidFontHover: _tokens.primitiveLightColors.red500,
|
|
319
|
+
tagNegativeLightBackground: _tokens.primitiveLightColors.red50,
|
|
320
|
+
tagNegativeLightHover: _tokens.primitiveLightColors.red100,
|
|
321
|
+
tagNegativeLightActive: _tokens.primitiveLightColors.red200,
|
|
322
|
+
tagNegativeLightDisabled: _tokens.primitiveLightColors.red50,
|
|
323
|
+
tagNegativeLightFont: _tokens.primitiveLightColors.red600,
|
|
324
|
+
tagNegativeLightFontHover: _tokens.primitiveLightColors.red700,
|
|
325
|
+
tagNegativeOutlinedActive: _tokens.primitiveLightColors.red800,
|
|
326
|
+
tagNegativeOutlinedFontHover: _tokens.primitiveLightColors.red700,
|
|
325
327
|
tagNegativeOutlinedHover: tagHoverBackground,
|
|
326
328
|
// Table
|
|
327
|
-
tableHeadBackgroundColor:
|
|
328
|
-
tableBackground:
|
|
329
|
-
tableStripedBackground:
|
|
330
|
-
tableFilter:
|
|
331
|
-
tableFilterHeading:
|
|
332
|
-
tableFilterBackground:
|
|
333
|
-
tableFilterFooterBackground:
|
|
329
|
+
tableHeadBackgroundColor: semanticColors.backgroundPrimary,
|
|
330
|
+
tableBackground: semanticColors.backgroundPrimary,
|
|
331
|
+
tableStripedBackground: semanticColors.backgroundSecondary,
|
|
332
|
+
tableFilter: semanticColors.contentTertiary,
|
|
333
|
+
tableFilterHeading: semanticColors.contentPrimary,
|
|
334
|
+
tableFilterBackground: semanticColors.backgroundPrimary,
|
|
335
|
+
tableFilterFooterBackground: semanticColors.backgroundSecondary,
|
|
334
336
|
// Toast
|
|
335
|
-
toastText:
|
|
336
|
-
toastPrimaryText:
|
|
337
|
-
toastInfoBackground:
|
|
338
|
-
toastInfoText:
|
|
339
|
-
toastPositiveBackground:
|
|
340
|
-
toastPositiveText:
|
|
341
|
-
toastWarningBackground:
|
|
342
|
-
toastWarningText:
|
|
343
|
-
toastNegativeBackground:
|
|
344
|
-
toastNegativeText:
|
|
337
|
+
toastText: semanticColors.contentOnColor,
|
|
338
|
+
toastPrimaryText: semanticColors.contentOnColor,
|
|
339
|
+
toastInfoBackground: semanticColors.backgroundAccent,
|
|
340
|
+
toastInfoText: semanticColors.contentOnColor,
|
|
341
|
+
toastPositiveBackground: semanticColors.backgroundPositive,
|
|
342
|
+
toastPositiveText: semanticColors.contentOnColor,
|
|
343
|
+
toastWarningBackground: semanticColors.backgroundWarning,
|
|
344
|
+
toastWarningText: semanticColors.contentOnColorInverse,
|
|
345
|
+
toastNegativeBackground: semanticColors.backgroundNegative,
|
|
346
|
+
toastNegativeText: semanticColors.contentOnColor,
|
|
345
347
|
// Spinner
|
|
346
|
-
spinnerTrackFill:
|
|
348
|
+
spinnerTrackFill: semanticColors.backgroundTertiary,
|
|
347
349
|
// Progress bar
|
|
348
|
-
progressbarTrackFill:
|
|
350
|
+
progressbarTrackFill: semanticColors.backgroundTertiary,
|
|
349
351
|
// Tooltip
|
|
350
|
-
tooltipBackground:
|
|
351
|
-
tooltipText:
|
|
352
|
+
tooltipBackground: semanticColors.backgroundInverseSecondary,
|
|
353
|
+
tooltipText: semanticColors.contentInversePrimary,
|
|
354
|
+
// Rating
|
|
355
|
+
ratingInactiveFill: semanticColors.backgroundPrimary,
|
|
356
|
+
ratingStroke: semanticColors.contentPrimary
|
|
352
357
|
});
|
|
353
358
|
exports.default = _default;
|