@haiilo/catalyst-tokens 14.5.2 → 14.6.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.
@@ -402,6 +402,10 @@
402
402
  "$type": "color",
403
403
  "$value": "#026371"
404
404
  },
405
+ "bgOutlined": {
406
+ "$type": "color",
407
+ "$value": "#ffffff"
408
+ },
405
409
  "fill": {
406
410
  "$type": "color",
407
411
  "$value": "#ffffff"
@@ -478,6 +482,10 @@
478
482
  "$type": "color",
479
483
  "$value": "#697687"
480
484
  },
485
+ "bgOutlined": {
486
+ "$type": "color",
487
+ "$value": "#ffffff"
488
+ },
481
489
  "fill": {
482
490
  "$type": "color",
483
491
  "$value": "#ffffff"
@@ -554,6 +562,10 @@
554
562
  "$type": "color",
555
563
  "$value": "#0060df"
556
564
  },
565
+ "bgOutlined": {
566
+ "$type": "color",
567
+ "$value": "#ffffff"
568
+ },
557
569
  "fill": {
558
570
  "$type": "color",
559
571
  "$value": "#ffffff"
@@ -592,6 +604,10 @@
592
604
  "$type": "color",
593
605
  "$value": "#006946"
594
606
  },
607
+ "bgOutlined": {
608
+ "$type": "color",
609
+ "$value": "#ffffff"
610
+ },
595
611
  "fill": {
596
612
  "$type": "color",
597
613
  "$value": "#ffffff"
@@ -630,6 +646,10 @@
630
646
  "$type": "color",
631
647
  "$value": "#ffdea8"
632
648
  },
649
+ "bgOutlined": {
650
+ "$type": "color",
651
+ "$value": "#ffffff"
652
+ },
633
653
  "fill": {
634
654
  "$type": "color",
635
655
  "$value": "#000000"
@@ -668,6 +688,10 @@
668
688
  "$type": "color",
669
689
  "$value": "#ae2a0a"
670
690
  },
691
+ "bgOutlined": {
692
+ "$type": "color",
693
+ "$value": "#ffffff"
694
+ },
671
695
  "fill": {
672
696
  "$type": "color",
673
697
  "$value": "#ffffff"
@@ -2,259 +2,265 @@
2
2
  * Auto-generated file. Do not edit directly.
3
3
  */
4
4
 
5
- export const assetFontLatoName : string;
6
- export const assetFontLatoWoffBlack : string;
7
- export const assetFontLatoWoff2Black : string;
8
- export const assetFontLatoWoffBlackItalic : string;
9
- export const assetFontLatoWoff2BlackItalic : string;
10
- export const assetFontLatoWoffBold : string;
11
- export const assetFontLatoWoff2Bold : string;
12
- export const assetFontLatoWoffBoldItalic : string;
13
- export const assetFontLatoWoff2BoldItalic : string;
14
- export const assetFontLatoWoffHairline : string;
15
- export const assetFontLatoWoff2Hairline : string;
16
- export const assetFontLatoWoffHairlineItalic : string;
17
- export const assetFontLatoWoff2HairlineItalic : string;
18
- export const assetFontLatoWoffHeavy : string;
19
- export const assetFontLatoWoff2Heavy : string;
20
- export const assetFontLatoWoffHeavyItalic : string;
21
- export const assetFontLatoWoff2HeavyItalic : string;
22
- export const assetFontLatoWoffItalic : string;
23
- export const assetFontLatoWoff2Italic : string;
24
- export const assetFontLatoWoffLight : string;
25
- export const assetFontLatoWoff2Light : string;
26
- export const assetFontLatoWoffLightItalic : string;
27
- export const assetFontLatoWoff2LightItalic : string;
28
- export const assetFontLatoWoffMedium : string;
29
- export const assetFontLatoWoff2Medium : string;
30
- export const assetFontLatoWoffMediumItalic : string;
31
- export const assetFontLatoWoff2MediumItalic : string;
32
- export const assetFontLatoWoffRegular : string;
33
- export const assetFontLatoWoff2Regular : string;
34
- export const assetFontLatoWoffSemibold : string;
35
- export const assetFontLatoWoff2Semibold : string;
36
- export const assetFontLatoWoffSemiboldItalic : string;
37
- export const assetFontLatoWoff2SemiboldItalic : string;
38
- export const assetFontLatoWoffThin : string;
39
- export const assetFontLatoWoff2Thin : string;
40
- export const assetFontLatoWoffThinItalic : string;
41
- export const assetFontLatoWoff2ThinItalic : string;
42
- export const assetFontAzeretMonoName : string;
43
- export const assetFontAzeretMonoWoff2Regular : string;
44
- export const assetFontSs3vName : string;
45
- export const assetFontSs3vWoff : string;
46
- export const assetFontSs3vWoff2 : string;
47
- export const colorBaseWhite : string;
48
- export const colorBaseBlack : string;
49
- export const colorBaseNeutral100 : string;
50
- export const colorBaseNeutral200 : string;
51
- export const colorBaseNeutral300 : string;
52
- export const colorBaseNeutral400 : string;
53
- export const colorBaseNeutral500 : string;
54
- export const colorBaseNeutral600 : string;
55
- export const colorBaseNeutral700 : string;
56
- export const colorBaseNeutralInverted400 : string;
57
- export const colorBaseBrand100 : string;
58
- export const colorBaseBrand200 : string;
59
- export const colorBaseBrand300 : string;
60
- export const colorBaseBrand400 : string;
61
- export const colorBaseBrand500 : string;
62
- export const colorBaseBrand600 : string;
63
- export const colorBaseBrand700 : string;
64
- export const colorBaseBrandInverted400 : string;
65
- export const colorBaseBrandInverted500 : string;
66
- export const colorBaseBrandInverted600 : string;
67
- export const colorBaseBlue100 : string;
68
- export const colorBaseBlue200 : string;
69
- export const colorBaseBlue300 : string;
70
- export const colorBaseBlue400 : string;
71
- export const colorBaseBlue500 : string;
72
- export const colorBaseBlue600 : string;
73
- export const colorBaseBlue700 : string;
74
- export const colorBaseGreen100 : string;
75
- export const colorBaseGreen200 : string;
76
- export const colorBaseGreen300 : string;
77
- export const colorBaseGreen400 : string;
78
- export const colorBaseGreen500 : string;
79
- export const colorBaseGreen600 : string;
80
- export const colorBaseGreen700 : string;
81
- export const colorBaseOrange100 : string;
82
- export const colorBaseOrange200 : string;
83
- export const colorBaseOrange300 : string;
84
- export const colorBaseOrange400 : string;
85
- export const colorBaseOrange500 : string;
86
- export const colorBaseOrange600 : string;
87
- export const colorBaseOrange700 : string;
88
- export const colorBaseRed100 : string;
89
- export const colorBaseRed200 : string;
90
- export const colorBaseRed300 : string;
91
- export const colorBaseRed400 : string;
92
- export const colorBaseRed500 : string;
93
- export const colorBaseRed600 : string;
94
- export const colorBaseRed700 : string;
95
- export const colorThemePrimaryBg : string;
96
- export const colorThemePrimaryBgHover : string;
97
- export const colorThemePrimaryBgActive : string;
98
- export const colorThemePrimaryFill : string;
99
- export const colorThemePrimaryFillHover : string;
100
- export const colorThemePrimaryFillActive : string;
101
- export const colorThemePrimaryText : string;
102
- export const colorThemePrimaryTextHover : string;
103
- export const colorThemePrimaryTextActive : string;
104
- export const colorThemePrimaryInvertedBg : string;
105
- export const colorThemePrimaryInvertedBgHover : string;
106
- export const colorThemePrimaryInvertedBgActive : string;
107
- export const colorThemePrimaryInvertedFill : string;
108
- export const colorThemePrimaryInvertedFillHover : string;
109
- export const colorThemePrimaryInvertedFillActive : string;
110
- export const colorThemePrimaryInvertedText : string;
111
- export const colorThemePrimaryInvertedTextHover : string;
112
- export const colorThemePrimaryInvertedTextActive : string;
113
- export const colorThemeSecondaryBg : string;
114
- export const colorThemeSecondaryBgHover : string;
115
- export const colorThemeSecondaryBgActive : string;
116
- export const colorThemeSecondaryFill : string;
117
- export const colorThemeSecondaryFillHover : string;
118
- export const colorThemeSecondaryFillActive : string;
119
- export const colorThemeSecondaryText : string;
120
- export const colorThemeSecondaryTextHover : string;
121
- export const colorThemeSecondaryTextActive : string;
122
- export const colorThemeSecondaryInvertedBg : string;
123
- export const colorThemeSecondaryInvertedBgHover : string;
124
- export const colorThemeSecondaryInvertedBgActive : string;
125
- export const colorThemeSecondaryInvertedFill : string;
126
- export const colorThemeSecondaryInvertedFillHover : string;
127
- export const colorThemeSecondaryInvertedFillActive : string;
128
- export const colorThemeSecondaryInvertedText : string;
129
- export const colorThemeSecondaryInvertedTextHover : string;
130
- export const colorThemeSecondaryInvertedTextActive : string;
131
- export const colorThemeInfoBg : string;
132
- export const colorThemeInfoBgHover : string;
133
- export const colorThemeInfoBgActive : string;
134
- export const colorThemeInfoFill : string;
135
- export const colorThemeInfoFillHover : string;
136
- export const colorThemeInfoFillActive : string;
137
- export const colorThemeInfoText : string;
138
- export const colorThemeInfoTextHover : string;
139
- export const colorThemeInfoTextActive : string;
140
- export const colorThemeSuccessBg : string;
141
- export const colorThemeSuccessBgHover : string;
142
- export const colorThemeSuccessBgActive : string;
143
- export const colorThemeSuccessFill : string;
144
- export const colorThemeSuccessFillHover : string;
145
- export const colorThemeSuccessFillActive : string;
146
- export const colorThemeSuccessText : string;
147
- export const colorThemeSuccessTextHover : string;
148
- export const colorThemeSuccessTextActive : string;
149
- export const colorThemeWarningBg : string;
150
- export const colorThemeWarningBgHover : string;
151
- export const colorThemeWarningBgActive : string;
152
- export const colorThemeWarningFill : string;
153
- export const colorThemeWarningFillHover : string;
154
- export const colorThemeWarningFillActive : string;
155
- export const colorThemeWarningText : string;
156
- export const colorThemeWarningTextHover : string;
157
- export const colorThemeWarningTextActive : string;
158
- export const colorThemeDangerBg : string;
159
- export const colorThemeDangerBgHover : string;
160
- export const colorThemeDangerBgActive : string;
161
- export const colorThemeDangerFill : string;
162
- export const colorThemeDangerFillHover : string;
163
- export const colorThemeDangerFillActive : string;
164
- export const colorThemeDangerText : string;
165
- export const colorThemeDangerTextHover : string;
166
- export const colorThemeDangerTextActive : string;
167
- export const colorUiBackgroundCanvas : string;
168
- export const colorUiBackgroundSurface : string;
169
- export const colorUiBackgroundSurfaceInverted : string;
170
- export const colorUiBackgroundMuted : string;
171
- export const colorUiBackgroundInput : string;
172
- export const colorUiBackgroundInputAutofill : string;
173
- export const colorUiBackgroundSkeleton : string;
174
- export const colorUiBackgroundSkeletonHighlight : string;
175
- export const colorUiBackgroundTooltip : string;
176
- export const colorUiBackgroundBackdrop : string;
177
- export const colorUiBorderLight : string;
178
- export const colorUiBorderDefault : string;
179
- export const colorUiBorderDark : string;
180
- export const colorUiBorderFocus : string;
181
- export const colorUiBorderQuote : string;
182
- export const colorUiBorderCard : string;
183
- export const colorUiFontBase : string;
184
- export const colorUiFontBaseInverted : string;
185
- export const colorUiFontMuted : string;
186
- export const colorUiFontQuote : string;
187
- export const colorUiFontTooltip : string;
188
- export const fontFamilyBase : string;
189
- export const fontFamilyMono : string;
190
- export const fontFamilyEmoji : string;
191
- export const fontWeightHead : number;
192
- export const fontWeightBody : number;
193
- export const fontWeightMono : number;
194
- export const fontDecorationLink : string;
195
- export const fontDecorationLinkHover : string;
196
- export const fontDecorationLinkButton : string;
197
- export const fontDecorationLinkButtonHover : string;
198
- export const opacityDisabled : number;
199
- export const opacityBackdrop : number;
200
- export const opacityTooltip : number;
201
- export const sizeBorderRadiusL : number;
202
- export const sizeBorderRadiusM : number;
203
- export const sizeBorderRadiusS : number;
204
- export const sizeFontHead1 : number;
205
- export const sizeFontHead2 : number;
206
- export const sizeFontHead3 : number;
207
- export const sizeFontHead4 : number;
208
- export const sizeFontHead5 : number;
209
- export const sizeFontHead6 : number;
210
- export const sizeFontBodyXl : number;
211
- export const sizeFontBodyL : number;
212
- export const sizeFontBodyM : number;
213
- export const sizeFontBodyS : number;
214
- export const sizeFontBodyXs : number;
215
- export const sizeFontMonoXl : number;
216
- export const sizeFontMonoL : number;
217
- export const sizeFontMonoM : number;
218
- export const sizeFontMonoS : number;
219
- export const sizeFontMonoXs : number;
220
- export const sizeLineHead1 : number;
221
- export const sizeLineHead2 : number;
222
- export const sizeLineHead3 : number;
223
- export const sizeLineHead4 : number;
224
- export const sizeLineHead5 : number;
225
- export const sizeLineHead6 : number;
226
- export const sizeLineBodyXl : number;
227
- export const sizeLineBodyL : number;
228
- export const sizeLineBodyM : number;
229
- export const sizeLineBodyS : number;
230
- export const sizeLineBodyXs : number;
231
- export const sizeLineMonoXl : number;
232
- export const sizeLineMonoL : number;
233
- export const sizeLineMonoM : number;
234
- export const sizeLineMonoS : number;
235
- export const sizeLineMonoXs : number;
236
- export const sizeModalS : number;
237
- export const sizeModalM : number;
238
- export const sizeModalL : number;
239
- export const sizeScreenXs : number;
240
- export const sizeScreenS : number;
241
- export const sizeScreenM : number;
242
- export const sizeScreenL : number;
243
- export const sizeScreenXl : number;
244
- export const sizeSpacingXl : number;
245
- export const sizeSpacingL : number;
246
- export const sizeSpacingM : number;
247
- export const sizeSpacingS : number;
248
- export const sizeSpacingXs : number;
249
- export const timeTransitionL : number;
250
- export const timeTransitionM : number;
251
- export const timeTransitionS : number;
252
- export const timeDelayL : number;
253
- export const timeDelayM : number;
254
- export const timeDelayS : number;
255
- export const timeDurationL : number;
256
- export const timeDurationM : number;
257
- export const timeDurationS : number;
258
- export const zIndexBase : number;
259
- export const zIndexDropdown : number;
260
- export const zIndexTooltip : number;
5
+ export const assetFontLatoName: string;
6
+ export const assetFontLatoWoffBlack: string;
7
+ export const assetFontLatoWoff2Black: string;
8
+ export const assetFontLatoWoffBlackItalic: string;
9
+ export const assetFontLatoWoff2BlackItalic: string;
10
+ export const assetFontLatoWoffBold: string;
11
+ export const assetFontLatoWoff2Bold: string;
12
+ export const assetFontLatoWoffBoldItalic: string;
13
+ export const assetFontLatoWoff2BoldItalic: string;
14
+ export const assetFontLatoWoffHairline: string;
15
+ export const assetFontLatoWoff2Hairline: string;
16
+ export const assetFontLatoWoffHairlineItalic: string;
17
+ export const assetFontLatoWoff2HairlineItalic: string;
18
+ export const assetFontLatoWoffHeavy: string;
19
+ export const assetFontLatoWoff2Heavy: string;
20
+ export const assetFontLatoWoffHeavyItalic: string;
21
+ export const assetFontLatoWoff2HeavyItalic: string;
22
+ export const assetFontLatoWoffItalic: string;
23
+ export const assetFontLatoWoff2Italic: string;
24
+ export const assetFontLatoWoffLight: string;
25
+ export const assetFontLatoWoff2Light: string;
26
+ export const assetFontLatoWoffLightItalic: string;
27
+ export const assetFontLatoWoff2LightItalic: string;
28
+ export const assetFontLatoWoffMedium: string;
29
+ export const assetFontLatoWoff2Medium: string;
30
+ export const assetFontLatoWoffMediumItalic: string;
31
+ export const assetFontLatoWoff2MediumItalic: string;
32
+ export const assetFontLatoWoffRegular: string;
33
+ export const assetFontLatoWoff2Regular: string;
34
+ export const assetFontLatoWoffSemibold: string;
35
+ export const assetFontLatoWoff2Semibold: string;
36
+ export const assetFontLatoWoffSemiboldItalic: string;
37
+ export const assetFontLatoWoff2SemiboldItalic: string;
38
+ export const assetFontLatoWoffThin: string;
39
+ export const assetFontLatoWoff2Thin: string;
40
+ export const assetFontLatoWoffThinItalic: string;
41
+ export const assetFontLatoWoff2ThinItalic: string;
42
+ export const assetFontAzeretMonoName: string;
43
+ export const assetFontAzeretMonoWoff2Regular: string;
44
+ export const assetFontSs3vName: string;
45
+ export const assetFontSs3vWoff: string;
46
+ export const assetFontSs3vWoff2: string;
47
+ export const colorBaseWhite: string;
48
+ export const colorBaseBlack: string;
49
+ export const colorBaseNeutral100: string;
50
+ export const colorBaseNeutral200: string;
51
+ export const colorBaseNeutral300: string;
52
+ export const colorBaseNeutral400: string;
53
+ export const colorBaseNeutral500: string;
54
+ export const colorBaseNeutral600: string;
55
+ export const colorBaseNeutral700: string;
56
+ export const colorBaseNeutralInverted400: string;
57
+ export const colorBaseBrand100: string;
58
+ export const colorBaseBrand200: string;
59
+ export const colorBaseBrand300: string;
60
+ export const colorBaseBrand400: string;
61
+ export const colorBaseBrand500: string;
62
+ export const colorBaseBrand600: string;
63
+ export const colorBaseBrand700: string;
64
+ export const colorBaseBrandInverted400: string;
65
+ export const colorBaseBrandInverted500: string;
66
+ export const colorBaseBrandInverted600: string;
67
+ export const colorBaseBlue100: string;
68
+ export const colorBaseBlue200: string;
69
+ export const colorBaseBlue300: string;
70
+ export const colorBaseBlue400: string;
71
+ export const colorBaseBlue500: string;
72
+ export const colorBaseBlue600: string;
73
+ export const colorBaseBlue700: string;
74
+ export const colorBaseGreen100: string;
75
+ export const colorBaseGreen200: string;
76
+ export const colorBaseGreen300: string;
77
+ export const colorBaseGreen400: string;
78
+ export const colorBaseGreen500: string;
79
+ export const colorBaseGreen600: string;
80
+ export const colorBaseGreen700: string;
81
+ export const colorBaseOrange100: string;
82
+ export const colorBaseOrange200: string;
83
+ export const colorBaseOrange300: string;
84
+ export const colorBaseOrange400: string;
85
+ export const colorBaseOrange500: string;
86
+ export const colorBaseOrange600: string;
87
+ export const colorBaseOrange700: string;
88
+ export const colorBaseRed100: string;
89
+ export const colorBaseRed200: string;
90
+ export const colorBaseRed300: string;
91
+ export const colorBaseRed400: string;
92
+ export const colorBaseRed500: string;
93
+ export const colorBaseRed600: string;
94
+ export const colorBaseRed700: string;
95
+ export const colorThemePrimaryBg: string;
96
+ export const colorThemePrimaryBgHover: string;
97
+ export const colorThemePrimaryBgActive: string;
98
+ export const colorThemePrimaryBgOutlined: string;
99
+ export const colorThemePrimaryFill: string;
100
+ export const colorThemePrimaryFillHover: string;
101
+ export const colorThemePrimaryFillActive: string;
102
+ export const colorThemePrimaryText: string;
103
+ export const colorThemePrimaryTextHover: string;
104
+ export const colorThemePrimaryTextActive: string;
105
+ export const colorThemePrimaryInvertedBg: string;
106
+ export const colorThemePrimaryInvertedBgHover: string;
107
+ export const colorThemePrimaryInvertedBgActive: string;
108
+ export const colorThemePrimaryInvertedFill: string;
109
+ export const colorThemePrimaryInvertedFillHover: string;
110
+ export const colorThemePrimaryInvertedFillActive: string;
111
+ export const colorThemePrimaryInvertedText: string;
112
+ export const colorThemePrimaryInvertedTextHover: string;
113
+ export const colorThemePrimaryInvertedTextActive: string;
114
+ export const colorThemeSecondaryBg: string;
115
+ export const colorThemeSecondaryBgHover: string;
116
+ export const colorThemeSecondaryBgActive: string;
117
+ export const colorThemeSecondaryBgOutlined: string;
118
+ export const colorThemeSecondaryFill: string;
119
+ export const colorThemeSecondaryFillHover: string;
120
+ export const colorThemeSecondaryFillActive: string;
121
+ export const colorThemeSecondaryText: string;
122
+ export const colorThemeSecondaryTextHover: string;
123
+ export const colorThemeSecondaryTextActive: string;
124
+ export const colorThemeSecondaryInvertedBg: string;
125
+ export const colorThemeSecondaryInvertedBgHover: string;
126
+ export const colorThemeSecondaryInvertedBgActive: string;
127
+ export const colorThemeSecondaryInvertedFill: string;
128
+ export const colorThemeSecondaryInvertedFillHover: string;
129
+ export const colorThemeSecondaryInvertedFillActive: string;
130
+ export const colorThemeSecondaryInvertedText: string;
131
+ export const colorThemeSecondaryInvertedTextHover: string;
132
+ export const colorThemeSecondaryInvertedTextActive: string;
133
+ export const colorThemeInfoBg: string;
134
+ export const colorThemeInfoBgHover: string;
135
+ export const colorThemeInfoBgActive: string;
136
+ export const colorThemeInfoBgOutlined: string;
137
+ export const colorThemeInfoFill: string;
138
+ export const colorThemeInfoFillHover: string;
139
+ export const colorThemeInfoFillActive: string;
140
+ export const colorThemeInfoText: string;
141
+ export const colorThemeInfoTextHover: string;
142
+ export const colorThemeInfoTextActive: string;
143
+ export const colorThemeSuccessBg: string;
144
+ export const colorThemeSuccessBgHover: string;
145
+ export const colorThemeSuccessBgActive: string;
146
+ export const colorThemeSuccessBgOutlined: string;
147
+ export const colorThemeSuccessFill: string;
148
+ export const colorThemeSuccessFillHover: string;
149
+ export const colorThemeSuccessFillActive: string;
150
+ export const colorThemeSuccessText: string;
151
+ export const colorThemeSuccessTextHover: string;
152
+ export const colorThemeSuccessTextActive: string;
153
+ export const colorThemeWarningBg: string;
154
+ export const colorThemeWarningBgHover: string;
155
+ export const colorThemeWarningBgActive: string;
156
+ export const colorThemeWarningBgOutlined: string;
157
+ export const colorThemeWarningFill: string;
158
+ export const colorThemeWarningFillHover: string;
159
+ export const colorThemeWarningFillActive: string;
160
+ export const colorThemeWarningText: string;
161
+ export const colorThemeWarningTextHover: string;
162
+ export const colorThemeWarningTextActive: string;
163
+ export const colorThemeDangerBg: string;
164
+ export const colorThemeDangerBgHover: string;
165
+ export const colorThemeDangerBgActive: string;
166
+ export const colorThemeDangerBgOutlined: string;
167
+ export const colorThemeDangerFill: string;
168
+ export const colorThemeDangerFillHover: string;
169
+ export const colorThemeDangerFillActive: string;
170
+ export const colorThemeDangerText: string;
171
+ export const colorThemeDangerTextHover: string;
172
+ export const colorThemeDangerTextActive: string;
173
+ export const colorUiBackgroundCanvas: string;
174
+ export const colorUiBackgroundSurface: string;
175
+ export const colorUiBackgroundSurfaceInverted: string;
176
+ export const colorUiBackgroundMuted: string;
177
+ export const colorUiBackgroundInput: string;
178
+ export const colorUiBackgroundInputAutofill: string;
179
+ export const colorUiBackgroundSkeleton: string;
180
+ export const colorUiBackgroundSkeletonHighlight: string;
181
+ export const colorUiBackgroundTooltip: string;
182
+ export const colorUiBackgroundBackdrop: string;
183
+ export const colorUiBorderLight: string;
184
+ export const colorUiBorderDefault: string;
185
+ export const colorUiBorderDark: string;
186
+ export const colorUiBorderFocus: string;
187
+ export const colorUiBorderQuote: string;
188
+ export const colorUiBorderCard: string;
189
+ export const colorUiFontBase: string;
190
+ export const colorUiFontBaseInverted: string;
191
+ export const colorUiFontMuted: string;
192
+ export const colorUiFontQuote: string;
193
+ export const colorUiFontTooltip: string;
194
+ export const fontFamilyBase: string;
195
+ export const fontFamilyMono: string;
196
+ export const fontFamilyEmoji: string;
197
+ export const fontWeightHead: number;
198
+ export const fontWeightBody: number;
199
+ export const fontWeightMono: number;
200
+ export const fontDecorationLink: string;
201
+ export const fontDecorationLinkHover: string;
202
+ export const fontDecorationLinkButton: string;
203
+ export const fontDecorationLinkButtonHover: string;
204
+ export const opacityDisabled: number;
205
+ export const opacityBackdrop: number;
206
+ export const opacityTooltip: number;
207
+ export const sizeBorderRadiusL: number;
208
+ export const sizeBorderRadiusM: number;
209
+ export const sizeBorderRadiusS: number;
210
+ export const sizeFontHead1: number;
211
+ export const sizeFontHead2: number;
212
+ export const sizeFontHead3: number;
213
+ export const sizeFontHead4: number;
214
+ export const sizeFontHead5: number;
215
+ export const sizeFontHead6: number;
216
+ export const sizeFontBodyXl: number;
217
+ export const sizeFontBodyL: number;
218
+ export const sizeFontBodyM: number;
219
+ export const sizeFontBodyS: number;
220
+ export const sizeFontBodyXs: number;
221
+ export const sizeFontMonoXl: number;
222
+ export const sizeFontMonoL: number;
223
+ export const sizeFontMonoM: number;
224
+ export const sizeFontMonoS: number;
225
+ export const sizeFontMonoXs: number;
226
+ export const sizeLineHead1: number;
227
+ export const sizeLineHead2: number;
228
+ export const sizeLineHead3: number;
229
+ export const sizeLineHead4: number;
230
+ export const sizeLineHead5: number;
231
+ export const sizeLineHead6: number;
232
+ export const sizeLineBodyXl: number;
233
+ export const sizeLineBodyL: number;
234
+ export const sizeLineBodyM: number;
235
+ export const sizeLineBodyS: number;
236
+ export const sizeLineBodyXs: number;
237
+ export const sizeLineMonoXl: number;
238
+ export const sizeLineMonoL: number;
239
+ export const sizeLineMonoM: number;
240
+ export const sizeLineMonoS: number;
241
+ export const sizeLineMonoXs: number;
242
+ export const sizeModalS: number;
243
+ export const sizeModalM: number;
244
+ export const sizeModalL: number;
245
+ export const sizeScreenXs: number;
246
+ export const sizeScreenS: number;
247
+ export const sizeScreenM: number;
248
+ export const sizeScreenL: number;
249
+ export const sizeScreenXl: number;
250
+ export const sizeSpacingXl: number;
251
+ export const sizeSpacingL: number;
252
+ export const sizeSpacingM: number;
253
+ export const sizeSpacingS: number;
254
+ export const sizeSpacingXs: number;
255
+ export const timeTransitionL: number;
256
+ export const timeTransitionM: number;
257
+ export const timeTransitionS: number;
258
+ export const timeDelayL: number;
259
+ export const timeDelayM: number;
260
+ export const timeDelayS: number;
261
+ export const timeDurationL: number;
262
+ export const timeDurationM: number;
263
+ export const timeDurationS: number;
264
+ export const zIndexBase: number;
265
+ export const zIndexDropdown: number;
266
+ export const zIndexTooltip: number;
@@ -95,6 +95,7 @@ export const colorBaseRed700 = "#9e2609";
95
95
  export const colorThemePrimaryBg = "#008194";
96
96
  export const colorThemePrimaryBgHover = "#017384";
97
97
  export const colorThemePrimaryBgActive = "#026371";
98
+ export const colorThemePrimaryBgOutlined = "#ffffff";
98
99
  export const colorThemePrimaryFill = "#ffffff";
99
100
  export const colorThemePrimaryFillHover = "#ffffff";
100
101
  export const colorThemePrimaryFillActive = "#ffffff";
@@ -113,6 +114,7 @@ export const colorThemePrimaryInvertedTextActive = "#93b4f2";
113
114
  export const colorThemeSecondaryBg = "#697687";
114
115
  export const colorThemeSecondaryBgHover = "#697687";
115
116
  export const colorThemeSecondaryBgActive = "#697687";
117
+ export const colorThemeSecondaryBgOutlined = "#ffffff";
116
118
  export const colorThemeSecondaryFill = "#ffffff";
117
119
  export const colorThemeSecondaryFillHover = "#ffffff";
118
120
  export const colorThemeSecondaryFillActive = "#ffffff";
@@ -131,6 +133,7 @@ export const colorThemeSecondaryInvertedTextActive = "#ffffff";
131
133
  export const colorThemeInfoBg = "#0073e6";
132
134
  export const colorThemeInfoBgHover = "#006be3";
133
135
  export const colorThemeInfoBgActive = "#0060df";
136
+ export const colorThemeInfoBgOutlined = "#ffffff";
134
137
  export const colorThemeInfoFill = "#ffffff";
135
138
  export const colorThemeInfoFillHover = "#ffffff";
136
139
  export const colorThemeInfoFillActive = "#ffffff";
@@ -140,6 +143,7 @@ export const colorThemeInfoTextActive = "#0060df";
140
143
  export const colorThemeSuccessBg = "#008458";
141
144
  export const colorThemeSuccessBgHover = "#00754e";
142
145
  export const colorThemeSuccessBgActive = "#006946";
146
+ export const colorThemeSuccessBgOutlined = "#ffffff";
143
147
  export const colorThemeSuccessFill = "#ffffff";
144
148
  export const colorThemeSuccessFillHover = "#ffffff";
145
149
  export const colorThemeSuccessFillActive = "#ffffff";
@@ -149,6 +153,7 @@ export const colorThemeSuccessTextActive = "#006946";
149
153
  export const colorThemeWarningBg = "#ffce80";
150
154
  export const colorThemeWarningBgHover = "#ffd694";
151
155
  export const colorThemeWarningBgActive = "#ffdea8";
156
+ export const colorThemeWarningBgOutlined = "#ffffff";
152
157
  export const colorThemeWarningFill = "#000000";
153
158
  export const colorThemeWarningFillHover = "#000000";
154
159
  export const colorThemeWarningFillActive = "#000000";
@@ -158,6 +163,7 @@ export const colorThemeWarningTextActive = "#9f6100";
158
163
  export const colorThemeDangerBg = "#d9340d";
159
164
  export const colorThemeDangerBgHover = "#c22e0b";
160
165
  export const colorThemeDangerBgActive = "#ae2a0a";
166
+ export const colorThemeDangerBgOutlined = "#ffffff";
161
167
  export const colorThemeDangerFill = "#ffffff";
162
168
  export const colorThemeDangerFillHover = "#ffffff";
163
169
  export const colorThemeDangerFillActive = "#ffffff";