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.
Files changed (150) hide show
  1. package/accordion/accordion.js +4 -4
  2. package/accordion/panel.d.ts +1 -1
  3. package/accordion/styled-components.js +1 -1
  4. package/accordion/types.d.ts +1 -1
  5. package/app-nav-bar/mobile-menu.js +3 -1
  6. package/banner/banner.js +3 -1
  7. package/banner/types.d.ts +2 -1
  8. package/bottom-navigation/bottom-navigation.js +3 -1
  9. package/bottom-navigation/selector.js +1 -1
  10. package/bottom-navigation/styled-components.js +1 -1
  11. package/button/button.d.ts +1 -3
  12. package/button/button.js +6 -2
  13. package/button/styled-components.d.ts +1 -0
  14. package/button/styled-components.js +61 -4
  15. package/button/types.d.ts +15 -3
  16. package/button-timed/button-timed.js +4 -5
  17. package/button-timed/styled-components.js +5 -3
  18. package/button-timed/types.d.ts +1 -1
  19. package/data-table/column-categorical.js +2 -2
  20. package/data-table/locale.d.ts +2 -0
  21. package/data-table/locale.js +2 -1
  22. package/data-table/stateful-container.js +1 -1
  23. package/data-table/stateful-data-table.js +7 -3
  24. package/data-table/types.d.ts +2 -0
  25. package/datepicker/day.js +2 -4
  26. package/datepicker/utils/date-helpers.d.ts +1 -0
  27. package/datepicker/utils/date-helpers.js +3 -0
  28. package/dialog/dialog.d.ts +1 -1
  29. package/dialog/dialog.js +38 -56
  30. package/dialog/styled-components.d.ts +2 -2
  31. package/dialog/styled-components.js +56 -24
  32. package/dialog/types.d.ts +5 -2
  33. package/file-uploader/constants.d.ts +16 -0
  34. package/file-uploader/constants.js +30 -0
  35. package/file-uploader/file-uploader.d.ts +2 -2
  36. package/file-uploader/file-uploader.js +387 -117
  37. package/file-uploader/index.d.ts +1 -1
  38. package/file-uploader/index.js +67 -18
  39. package/file-uploader/locale.d.ts +10 -10
  40. package/file-uploader/locale.js +5 -5
  41. package/file-uploader/styled-components.d.ts +13 -6
  42. package/file-uploader/styled-components.js +261 -64
  43. package/file-uploader/types.d.ts +47 -32
  44. package/file-uploader/utils.d.ts +5 -0
  45. package/file-uploader/utils.js +45 -0
  46. package/file-uploader-basic/file-uploader-basic.d.ts +10 -0
  47. package/file-uploader-basic/file-uploader-basic.js +175 -0
  48. package/file-uploader-basic/index.d.ts +4 -0
  49. package/file-uploader-basic/index.js +71 -0
  50. package/file-uploader-basic/locale.d.ts +15 -0
  51. package/file-uploader-basic/locale.js +21 -0
  52. package/file-uploader-basic/styled-components.d.ts +7 -0
  53. package/file-uploader-basic/styled-components.js +83 -0
  54. package/file-uploader-basic/types.d.ts +41 -0
  55. package/form-control/form-control.js +38 -3
  56. package/form-control/styled-components.d.ts +2 -0
  57. package/form-control/styled-components.js +22 -2
  58. package/form-control/types.d.ts +4 -0
  59. package/icon/circle-check-filled.d.ts +9 -0
  60. package/icon/circle-check-filled.js +50 -0
  61. package/icon/circle-exclamation-point-filled.d.ts +9 -0
  62. package/icon/circle-exclamation-point-filled.js +50 -0
  63. package/icon/hide.js +1 -1
  64. package/icon/icon-exports.d.ts +4 -0
  65. package/icon/icon-exports.js +28 -0
  66. package/icon/paperclip-filled.d.ts +9 -0
  67. package/icon/paperclip-filled.js +50 -0
  68. package/icon/show.js +1 -1
  69. package/icon/trash-can-filled.d.ts +9 -0
  70. package/{button-docked/button-docked.js → icon/trash-can-filled.js} +35 -16
  71. package/locale/en_US.js +14 -12
  72. package/locale/es_AR.js +9 -1
  73. package/locale/index.d.ts +3 -0
  74. package/locale/index.js +2 -0
  75. package/locale/tr_TR.js +9 -1
  76. package/locale/types.d.ts +2 -0
  77. package/message-card/message-card.js +2 -2
  78. package/message-card/utils.js +8 -3
  79. package/modal/modal-button.d.ts +1 -3
  80. package/package.json +5 -3
  81. package/payment-card/custom-cards.config.d.ts +1 -11
  82. package/payment-card/payment-card.js +1 -3
  83. package/phone-input/base-country-picker.js +2 -2
  84. package/phone-input/country-picker.js +0 -10
  85. package/progress-bar/progressbar-rounded.js +1 -1
  86. package/progress-bar/styled-components.js +8 -6
  87. package/rating/styled-components.js +3 -2
  88. package/rating/svg-icons.d.ts +5 -5
  89. package/rating/svg-icons.js +20 -20
  90. package/select/multi-value.js +1 -1
  91. package/snackbar/index.d.ts +1 -0
  92. package/snackbar/snackbar-context.d.ts +1 -2
  93. package/snackbar/snackbar-context.js +27 -21
  94. package/spinner/index.d.ts +4 -2
  95. package/stepper/stepper.js +28 -27
  96. package/styles/__mocks__/styled.js +0 -2
  97. package/styles/as-primary-export-hoc.js +0 -2
  98. package/styles/styled.js +0 -2
  99. package/styles/types.d.ts +7 -3
  100. package/tabs-motion/tabs.js +2 -2
  101. package/tag/constants.d.ts +5 -4
  102. package/tag/constants.js +7 -6
  103. package/tag/index.d.ts +1 -1
  104. package/tag/index.js +7 -7
  105. package/tag/styled-components.d.ts +1 -1
  106. package/tag/styled-components.js +137 -124
  107. package/tag/tag.js +2 -2
  108. package/tag/types.d.ts +9 -8
  109. package/tag/types.js +2 -2
  110. package/themes/dark-theme/color-component-tokens.d.ts +2 -2
  111. package/themes/dark-theme/color-component-tokens.js +279 -275
  112. package/themes/dark-theme/color-foundation-tokens.d.ts +3 -0
  113. package/themes/dark-theme/{color-tokens.js → color-foundation-tokens.js} +11 -14
  114. package/themes/dark-theme/color-semantic-tokens.d.ts +2 -2
  115. package/themes/dark-theme/color-semantic-tokens.js +52 -58
  116. package/themes/dark-theme/create-dark-theme.d.ts +1 -1
  117. package/themes/dark-theme/create-dark-theme.js +12 -32
  118. package/themes/dark-theme/dark-theme.js +4 -4
  119. package/themes/dark-theme/primitives.js +2 -2
  120. package/themes/light-theme/color-component-tokens.d.ts +2 -2
  121. package/themes/light-theme/color-component-tokens.js +287 -282
  122. package/themes/light-theme/color-foundation-tokens.d.ts +3 -0
  123. package/themes/light-theme/{color-tokens.js → color-foundation-tokens.js} +10 -13
  124. package/themes/light-theme/color-semantic-tokens.d.ts +2 -2
  125. package/themes/light-theme/color-semantic-tokens.js +50 -53
  126. package/themes/light-theme/create-light-theme.d.ts +1 -1
  127. package/themes/light-theme/create-light-theme.js +12 -32
  128. package/themes/light-theme/light-theme.js +4 -4
  129. package/themes/light-theme/primitives.js +2 -2
  130. package/themes/types.d.ts +74 -13
  131. package/themes/utils.d.ts +1 -1
  132. package/themes/utils.js +4 -4
  133. package/tile/tile-group.js +2 -2
  134. package/timezonepicker/update-tzdata.js +0 -1
  135. package/tokens/color-primitive-tokens.d.ts +5 -0
  136. package/tokens/color-primitive-tokens.js +301 -0
  137. package/tokens/index.d.ts +5 -4
  138. package/tokens/index.js +25 -3
  139. package/tokens/types.d.ts +170 -1
  140. package/button-docked/button-docked.d.ts +0 -4
  141. package/button-docked/index.d.ts +0 -3
  142. package/button-docked/index.js +0 -40
  143. package/button-docked/styled-components.d.ts +0 -5
  144. package/button-docked/styled-components.js +0 -55
  145. package/button-docked/types.d.ts +0 -14
  146. package/themes/dark-theme/color-tokens.d.ts +0 -3
  147. package/themes/light-theme/color-tokens.d.ts +0 -3
  148. package/tokens/colors.d.ts +0 -3
  149. package/tokens/colors.js +0 -125
  150. /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 _colorTokens = _interopRequireDefault(require("./color-tokens"));
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
- // TODO(#2318) Make it a plain object in the next v11 major version
20
- // with values taken from `defaultFoundationColorTokens`.
21
- // Due to the legacy `createTheme` type the value need to be
22
- // overrideable through primitives (`foundation` )
23
- var _default = (themePrimitives = _colorTokens.default) => ({
24
- bannerActionLowInfo: themePrimitives.accent100,
25
- bannerActionLowNegative: themePrimitives.negative100,
26
- bannerActionLowPositive: themePrimitives.positive100,
27
- bannerActionLowWarning: themePrimitives.warning200,
28
- bannerActionHighInfo: themePrimitives.accent500,
29
- bannerActionHighNegative: themePrimitives.negative500,
30
- bannerActionHighPositive: themePrimitives.positive500,
31
- bannerActionHighWarning: themePrimitives.warning200,
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: themePrimitives.primary,
34
- buttonPrimaryText: themePrimitives.white,
35
- buttonPrimaryHover: themePrimitives.primary700,
36
- buttonPrimaryActive: themePrimitives.primary600,
37
- buttonPrimarySelectedFill: themePrimitives.primary600,
38
- buttonPrimarySelectedText: themePrimitives.white,
39
- buttonPrimarySpinnerForeground: themePrimitives.accent,
40
- buttonPrimarySpinnerBackground: themePrimitives.primaryB,
41
- buttonSecondaryFill: themePrimitives.primary100,
42
- buttonSecondaryText: themePrimitives.primary,
43
- buttonSecondaryHover: themePrimitives.primary200,
44
- buttonSecondaryActive: themePrimitives.primary300,
45
- buttonSecondarySelectedFill: themePrimitives.primary300,
46
- buttonSecondarySelectedText: themePrimitives.primary,
47
- buttonSecondarySpinnerForeground: themePrimitives.accent,
48
- buttonSecondarySpinnerBackground: themePrimitives.primaryB,
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: themePrimitives.primary,
51
- buttonTertiaryHover: themePrimitives.primary50,
52
- buttonTertiaryActive: themePrimitives.primary100,
53
- buttonTertiarySelectedFill: themePrimitives.primary100,
54
- buttonTertiarySelectedText: themePrimitives.primary,
55
- buttonTertiaryDisabledActiveFill: themePrimitives.primary50,
56
- buttonTertiaryDisabledActiveText: themePrimitives.mono600,
57
- buttonTertiarySpinnerForeground: themePrimitives.accent,
58
- buttonTertiarySpinnerBackground: themePrimitives.primary100,
59
- buttonDisabledFill: themePrimitives.mono200,
60
- buttonDisabledText: themePrimitives.mono600,
61
- buttonDisabledActiveFill: themePrimitives.mono700,
62
- buttonDisabledActiveText: themePrimitives.mono100,
63
- buttonDisabledSpinnerForeground: themePrimitives.mono600,
64
- buttonDisabledSpinnerBackground: themePrimitives.mono400,
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: themePrimitives.black,
67
- breadcrumbsSeparatorFill: themePrimitives.mono700,
68
+ breadcrumbsText: semanticColors.contentPrimary,
69
+ breadcrumbsSeparatorFill: semanticColors.contentTertiary,
68
70
  // Datepicker
69
- calendarBackground: themePrimitives.mono100,
70
- calendarForeground: themePrimitives.mono1000,
71
- calendarForegroundDisabled: themePrimitives.mono500,
72
- calendarHeaderBackground: themePrimitives.white,
73
- calendarHeaderForeground: themePrimitives.primary,
74
- calendarHeaderBackgroundActive: themePrimitives.primary700,
75
- calendarHeaderForegroundDisabled: themePrimitives.primary500,
76
- calendarDayForegroundPseudoSelected: themePrimitives.mono1000,
77
- calendarDayBackgroundPseudoSelectedHighlighted: themePrimitives.primary200,
78
- calendarDayForegroundPseudoSelectedHighlighted: themePrimitives.mono1000,
79
- calendarDayBackgroundSelected: themePrimitives.primary,
80
- calendarDayForegroundSelected: themePrimitives.white,
81
- calendarDayBackgroundSelectedHighlighted: themePrimitives.primary,
82
- calendarDayForegroundSelectedHighlighted: themePrimitives.white,
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: themePrimitives.mono200,
85
- comboboxListItemHover: themePrimitives.mono300,
86
+ comboboxListItemFocus: semanticColors.backgroundSecondary,
87
+ comboboxListItemHover: semanticColors.backgroundTertiary,
86
88
  // FileUploader
87
- fileUploaderBackgroundColor: themePrimitives.mono200,
88
- fileUploaderBackgroundColorActive: themePrimitives.primary50,
89
- fileUploaderBorderColorActive: themePrimitives.primary,
90
- fileUploaderBorderColorDefault: themePrimitives.mono500,
91
- fileUploaderMessageColor: themePrimitives.mono800,
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: themePrimitives.primary,
94
- linkVisited: themePrimitives.primary700,
95
- linkHover: themePrimitives.primary600,
96
- linkActive: themePrimitives.primary500,
95
+ linkText: semanticColors.contentPrimary,
96
+ linkVisited: _tokens.primitiveLightColors.gray600,
97
+ linkHover: _tokens.primitiveLightColors.gray800,
98
+ linkActive: _tokens.primitiveLightColors.gray700,
97
99
  // List
98
- listHeaderFill: themePrimitives.white,
99
- listBodyFill: themePrimitives.white,
100
+ listHeaderFill: semanticColors.backgroundPrimary,
101
+ listBodyFill: semanticColors.backgroundPrimary,
100
102
  // ProgressSteps
101
- progressStepsCompletedText: themePrimitives.white,
102
- progressStepsCompletedFill: themePrimitives.primary,
103
- progressStepsActiveText: themePrimitives.white,
104
- progressStepsActiveFill: themePrimitives.primary,
103
+ progressStepsCompletedText: semanticColors.contentInversePrimary,
104
+ progressStepsCompletedFill: semanticColors.backgroundInversePrimary,
105
+ progressStepsActiveText: semanticColors.contentInversePrimary,
106
+ progressStepsActiveFill: semanticColors.backgroundInversePrimary,
105
107
  // Toggle
106
- toggleFill: themePrimitives.white,
107
- toggleFillChecked: themePrimitives.primary,
108
- toggleFillDisabled: themePrimitives.mono600,
109
- toggleTrackFill: themePrimitives.mono400,
110
- toggleTrackFillDisabled: themePrimitives.mono300,
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: themePrimitives.mono100,
113
- tickFillHover: themePrimitives.mono200,
114
- tickFillActive: themePrimitives.mono300,
115
- tickFillSelected: themePrimitives.primary,
116
- tickFillSelectedHover: themePrimitives.primary700,
117
- tickFillSelectedHoverActive: themePrimitives.primary600,
118
- tickFillError: themePrimitives.negative50,
119
- tickFillErrorHover: themePrimitives.negative100,
120
- tickFillErrorHoverActive: themePrimitives.negative200,
121
- tickFillErrorSelected: themePrimitives.negative400,
122
- tickFillErrorSelectedHover: themePrimitives.negative500,
123
- tickFillErrorSelectedHoverActive: themePrimitives.negative600,
124
- tickFillDisabled: themePrimitives.mono600,
125
- tickBorder: themePrimitives.mono700,
126
- tickBorderError: themePrimitives.negative400,
127
- tickMarkFill: themePrimitives.white,
128
- tickMarkFillError: themePrimitives.white,
129
- tickMarkFillDisabled: themePrimitives.mono100,
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: themePrimitives.primaryA,
133
- sliderHandleFillDisabled: themePrimitives.primary400,
134
- sliderHandleInnerFill: themePrimitives.primaryA,
135
- sliderTrackFillHover: themePrimitives.mono500,
136
- sliderTrackFillActive: themePrimitives.mono600,
137
- sliderTrackFillDisabled: themePrimitives.mono300,
138
- sliderHandleInnerFillDisabled: themePrimitives.mono400,
139
- sliderHandleInnerFillSelectedHover: themePrimitives.primary,
140
- sliderHandleInnerFillSelectedActive: themePrimitives.primary500,
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: themePrimitives.mono300,
143
- inputFill: themePrimitives.mono300,
144
- inputFillError: themePrimitives.negative50,
145
- inputFillDisabled: themePrimitives.mono200,
146
- inputFillActive: themePrimitives.mono200,
147
- inputFillPositive: themePrimitives.positive50,
148
- inputTextDisabled: themePrimitives.mono600,
149
- inputBorderError: themePrimitives.negative200,
150
- inputBorderPositive: themePrimitives.positive200,
151
- inputEnhancerFill: themePrimitives.mono300,
152
- inputEnhancerFillDisabled: themePrimitives.mono300,
153
- inputEnhancerTextDisabled: themePrimitives.mono600,
154
- inputPlaceholder: themePrimitives.mono700,
155
- inputPlaceholderDisabled: themePrimitives.mono600,
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: themePrimitives.mono100,
158
- menuFillHover: themePrimitives.mono200,
159
- menuFontDefault: themePrimitives.mono800,
160
- menuFontDisabled: themePrimitives.mono500,
161
- menuFontHighlighted: themePrimitives.mono1000,
162
- menuFontSelected: themePrimitives.mono1000,
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: themePrimitives.mono1000,
165
- modalCloseColorHover: themePrimitives.mono800,
166
- modalCloseColorFocus: themePrimitives.mono800,
166
+ modalCloseColor: semanticColors.contentPrimary,
167
+ modalCloseColorHover: _tokens.primitiveLightColors.gray900,
168
+ modalCloseColorFocus: _tokens.primitiveLightColors.gray800,
167
169
  // Tab
168
- tabBarFill: themePrimitives.mono200,
169
- tabColor: themePrimitives.mono800,
170
+ tabBarFill: semanticColors.backgroundPrimary,
171
+ tabColor: semanticColors.contentTertiary,
170
172
  // Notification
171
- notificationInfoBackground: themePrimitives.accent50,
172
- notificationInfoText: themePrimitives.primaryA,
173
- notificationPositiveBackground: themePrimitives.positive50,
174
- notificationPositiveText: themePrimitives.primaryA,
175
- notificationWarningBackground: themePrimitives.warning50,
176
- notificationWarningText: themePrimitives.primaryA,
177
- notificationNegativeBackground: themePrimitives.negative50,
178
- notificationNegativeText: themePrimitives.primaryA,
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: '100',
184
+ tagFontDisabledRampUnit: '200',
183
185
  tagSolidFontRampUnit: '0',
184
186
  tagSolidRampUnit: '400',
185
- tagOutlinedFontRampUnit: '400',
186
- tagOutlinedRampUnit: '200',
187
+ tagOutlinedFontRampUnit: '600',
188
+ tagOutlinedRampUnit: '600',
187
189
  // Deprecated
188
190
  tagSolidHoverRampUnit: '50',
189
191
  tagSolidActiveRampUnit: '100',
190
192
  tagSolidDisabledRampUnit: '50',
191
- tagSolidFontHoverRampUnit: '500',
193
+ tagSolidFontHoverRampUnit: '700',
192
194
  tagLightRampUnit: '50',
193
195
  tagLightHoverRampUnit: '100',
194
- tagLightActiveRampUnit: '100',
195
- tagLightFontRampUnit: '500',
196
- tagLightFontHoverRampUnit: '500',
197
- tagOutlinedHoverRampUnit: '50',
198
- tagOutlinedActiveRampUnit: '0',
199
- tagOutlinedFontHoverRampUnit: '400',
196
+ tagLightActiveRampUnit: '200',
197
+ tagLightFontRampUnit: '600',
198
+ tagLightFontHoverRampUnit: '200',
199
+ tagOutlinedHoverRampUnit: '700',
200
+ tagOutlinedActiveRampUnit: '800',
201
+ tagOutlinedFontHoverRampUnit: '700',
200
202
  // Neutral
201
- tagNeutralFontDisabled: themePrimitives.mono600,
202
- tagNeutralOutlinedDisabled: themePrimitives.mono400,
203
- tagNeutralSolidFont: themePrimitives.white,
204
- tagNeutralSolidBackground: themePrimitives.black,
205
- tagNeutralOutlinedBackground: themePrimitives.mono600,
206
- tagNeutralOutlinedFont: themePrimitives.black,
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: themePrimitives.mono300,
209
- tagNeutralSolidActive: themePrimitives.mono400,
210
- tagNeutralSolidDisabled: themePrimitives.mono200,
211
- tagNeutralSolidFontHover: themePrimitives.mono900,
212
- tagNeutralLightBackground: themePrimitives.mono300,
213
- tagNeutralLightHover: themePrimitives.mono300,
214
- tagNeutralLightActive: themePrimitives.mono400,
215
- tagNeutralLightDisabled: themePrimitives.mono200,
216
- tagNeutralLightFont: themePrimitives.mono900,
217
- tagNeutralLightFontHover: themePrimitives.mono900,
218
- tagNeutralOutlinedActive: themePrimitives.mono900,
219
- tagNeutralOutlinedFontHover: themePrimitives.mono800,
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: themePrimitives.primary400,
223
- tagPrimaryOutlinedDisabled: themePrimitives.primary200,
224
- tagPrimarySolidFont: themePrimitives.white,
225
- tagPrimarySolidBackground: themePrimitives.primary,
226
- tagPrimaryOutlinedFontHover: themePrimitives.primary,
227
- tagPrimaryOutlinedFont: themePrimitives.primary,
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: themePrimitives.primary100,
230
- tagPrimarySolidActive: themePrimitives.primary200,
231
- tagPrimarySolidDisabled: themePrimitives.primary50,
232
- tagPrimarySolidFontHover: themePrimitives.primary700,
233
- tagPrimaryLightBackground: themePrimitives.primary50,
234
- tagPrimaryLightHover: themePrimitives.primary100,
235
- tagPrimaryLightActive: themePrimitives.primary100,
236
- tagPrimaryLightDisabled: themePrimitives.primary50,
237
- tagPrimaryLightFont: themePrimitives.primary500,
238
- tagPrimaryLightFontHover: themePrimitives.primary500,
239
- tagPrimaryOutlinedActive: themePrimitives.primary600,
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: themePrimitives.primary400,
243
+ tagPrimaryOutlinedBackground: _tokens.primitiveLightColors.gray50,
242
244
  // Accent
243
- tagAccentFontDisabled: themePrimitives.accent200,
244
- tagAccentOutlinedDisabled: themePrimitives.accent200,
245
- tagAccentSolidFont: themePrimitives.white,
246
- tagAccentSolidBackground: themePrimitives.accent400,
247
- tagAccentOutlinedBackground: themePrimitives.accent200,
248
- tagAccentOutlinedFont: themePrimitives.accent400,
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: themePrimitives.accent50,
251
- tagAccentSolidActive: themePrimitives.accent100,
252
- tagAccentSolidDisabled: themePrimitives.accent50,
253
- tagAccentSolidFontHover: themePrimitives.accent500,
254
- tagAccentLightBackground: themePrimitives.accent50,
255
- tagAccentLightHover: themePrimitives.accent100,
256
- tagAccentLightActive: themePrimitives.accent100,
257
- tagAccentLightDisabled: themePrimitives.accent50,
258
- tagAccentLightFont: themePrimitives.accent500,
259
- tagAccentLightFontHover: themePrimitives.accent500,
260
- tagAccentOutlinedActive: themePrimitives.accent600,
261
- tagAccentOutlinedFontHover: themePrimitives.accent400,
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: themePrimitives.positive200,
265
- tagPositiveOutlinedDisabled: themePrimitives.positive200,
266
- tagPositiveSolidFont: themePrimitives.white,
267
- tagPositiveSolidBackground: themePrimitives.positive400,
268
- tagPositiveOutlinedBackground: themePrimitives.positive200,
269
- tagPositiveOutlinedFont: themePrimitives.positive400,
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: themePrimitives.positive50,
272
- tagPositiveSolidActive: themePrimitives.positive100,
273
- tagPositiveSolidDisabled: themePrimitives.positive50,
274
- tagPositiveSolidFontHover: themePrimitives.positive500,
275
- tagPositiveLightBackground: themePrimitives.positive50,
276
- tagPositiveLightHover: themePrimitives.positive100,
277
- tagPositiveLightActive: themePrimitives.positive100,
278
- tagPositiveLightDisabled: themePrimitives.positive50,
279
- tagPositiveLightFont: themePrimitives.positive500,
280
- tagPositiveLightFontHover: themePrimitives.positive500,
281
- tagPositiveOutlinedActive: themePrimitives.positive600,
282
- tagPositiveOutlinedFontHover: themePrimitives.positive400,
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: themePrimitives.warning300,
286
- tagWarningOutlinedDisabled: themePrimitives.warning300,
287
- tagWarningSolidFont: themePrimitives.warning700,
288
- tagWarningSolidBackground: themePrimitives.warning400,
289
- tagWarningOutlinedBackground: themePrimitives.warning300,
290
- tagWarningOutlinedFont: themePrimitives.warning600,
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: themePrimitives.warning50,
293
- tagWarningSolidActive: themePrimitives.warning100,
294
- tagWarningSolidDisabled: themePrimitives.warning50,
295
- tagWarningSolidFontHover: themePrimitives.warning500,
296
- tagWarningLightBackground: themePrimitives.warning50,
297
- tagWarningLightHover: themePrimitives.warning100,
298
- tagWarningLightActive: themePrimitives.warning100,
299
- tagWarningLightDisabled: themePrimitives.warning50,
300
- tagWarningLightFont: themePrimitives.warning500,
301
- tagWarningLightFontHover: themePrimitives.warning500,
302
- tagWarningOutlinedActive: themePrimitives.warning600,
303
- tagWarningOutlinedFontHover: themePrimitives.warning600,
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: themePrimitives.negative200,
307
- tagNegativeOutlinedDisabled: themePrimitives.negative200,
308
- tagNegativeSolidFont: themePrimitives.white,
309
- tagNegativeSolidBackground: themePrimitives.negative400,
310
- tagNegativeOutlinedBackground: themePrimitives.negative200,
311
- tagNegativeOutlinedFont: themePrimitives.negative400,
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: themePrimitives.negative50,
314
- tagNegativeSolidActive: themePrimitives.negative100,
315
- tagNegativeSolidDisabled: themePrimitives.negative50,
316
- tagNegativeSolidFontHover: themePrimitives.negative500,
317
- tagNegativeLightBackground: themePrimitives.negative50,
318
- tagNegativeLightHover: themePrimitives.negative100,
319
- tagNegativeLightActive: themePrimitives.negative100,
320
- tagNegativeLightDisabled: themePrimitives.negative50,
321
- tagNegativeLightFont: themePrimitives.negative500,
322
- tagNegativeLightFontHover: themePrimitives.negative500,
323
- tagNegativeOutlinedActive: themePrimitives.negative600,
324
- tagNegativeOutlinedFontHover: themePrimitives.negative400,
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: themePrimitives.mono100,
328
- tableBackground: themePrimitives.mono100,
329
- tableStripedBackground: themePrimitives.mono200,
330
- tableFilter: themePrimitives.mono600,
331
- tableFilterHeading: themePrimitives.mono700,
332
- tableFilterBackground: themePrimitives.mono100,
333
- tableFilterFooterBackground: themePrimitives.mono200,
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: themePrimitives.white,
336
- toastPrimaryText: themePrimitives.white,
337
- toastInfoBackground: themePrimitives.accent400,
338
- toastInfoText: themePrimitives.white,
339
- toastPositiveBackground: themePrimitives.positive400,
340
- toastPositiveText: themePrimitives.white,
341
- toastWarningBackground: themePrimitives.warning400,
342
- toastWarningText: themePrimitives.black,
343
- toastNegativeBackground: themePrimitives.negative400,
344
- toastNegativeText: themePrimitives.white,
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: themePrimitives.mono900,
348
+ spinnerTrackFill: semanticColors.backgroundTertiary,
347
349
  // Progress bar
348
- progressbarTrackFill: themePrimitives.mono900,
350
+ progressbarTrackFill: semanticColors.backgroundTertiary,
349
351
  // Tooltip
350
- tooltipBackground: themePrimitives.mono900,
351
- tooltipText: themePrimitives.mono100
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;