@nova-design-system/nova-base 3.30.0 → 3.31.1-beta.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/assets/icons/icon-sprite.svg +1 -1
- package/dist/css/ocean.css +2071 -2071
- package/dist/css/spark.css +2071 -2071
- package/dist/js/ocean_dark.d.ts +635 -635
- package/dist/js/ocean_dark.js +35 -35
- package/dist/js/ocean_light.d.ts +635 -635
- package/dist/js/ocean_light.js +35 -35
- package/dist/js/primitives.d.ts +276 -276
- package/dist/js/spacings.d.ts +484 -484
- package/dist/js/spacings.js +2 -2
- package/dist/js/spark_dark.d.ts +635 -635
- package/dist/js/spark_dark.js +36 -36
- package/dist/js/spark_light.d.ts +635 -635
- package/dist/js/spark_light.js +34 -34
- package/package.json +2 -2
package/dist/js/spark_light.d.ts
CHANGED
|
@@ -2,638 +2,638 @@
|
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
export const ColorInteractionContainerNeutralBackground
|
|
6
|
-
export const ColorInteractionContainerNeutralBackgroundHover
|
|
7
|
-
export const ColorInteractionContainerNeutralBackgroundActive
|
|
8
|
-
export const ColorInteractionContainerNeutralBorder
|
|
9
|
-
export const ColorInteractionContainerNeutralBorderActive
|
|
10
|
-
export const ColorInteractionContainerNeutralBorderHover
|
|
11
|
-
export const ColorInteractionContainerNeutralIcon
|
|
12
|
-
export const ColorInteractionContainerNeutralIconActive
|
|
13
|
-
export const ColorInteractionContainerNeutralIconHover
|
|
14
|
-
export const ColorInteractionContainerNeutralText
|
|
15
|
-
export const ColorInteractionContainerNeutralTextActive
|
|
16
|
-
export const ColorInteractionContainerNeutralTextHover
|
|
17
|
-
export const ColorInteractionContainerBrandedHighBackground
|
|
18
|
-
export const ColorInteractionContainerBrandedHighBackgroundActive
|
|
19
|
-
export const ColorInteractionContainerBrandedHighBackgroundHover
|
|
20
|
-
export const ColorInteractionContainerBrandedHighBorder
|
|
21
|
-
export const ColorInteractionContainerBrandedHighBorderActive
|
|
22
|
-
export const ColorInteractionContainerBrandedHighBorderHover
|
|
23
|
-
export const ColorInteractionContainerBrandedHighIcon
|
|
24
|
-
export const ColorInteractionContainerBrandedHighIconActive
|
|
25
|
-
export const ColorInteractionContainerBrandedHighIconHover
|
|
26
|
-
export const ColorInteractionContainerBrandedHighText
|
|
27
|
-
export const ColorInteractionContainerBrandedHighTextActive
|
|
28
|
-
export const ColorInteractionContainerBrandedHighTextHover
|
|
29
|
-
export const ColorInteractionContainerBrandedLowBackground
|
|
30
|
-
export const ColorInteractionContainerBrandedLowBackgroundActive
|
|
31
|
-
export const ColorInteractionContainerBrandedLowBackgroundHover
|
|
32
|
-
export const ColorInteractionContainerBrandedLowBorder
|
|
33
|
-
export const ColorInteractionContainerBrandedLowBorderActive
|
|
34
|
-
export const ColorInteractionContainerBrandedLowBorderHover
|
|
35
|
-
export const ColorInteractionContainerBrandedLowIcon
|
|
36
|
-
export const ColorInteractionContainerBrandedLowIconActive
|
|
37
|
-
export const ColorInteractionContainerBrandedLowIconHover
|
|
38
|
-
export const ColorInteractionContainerBrandedLowText
|
|
39
|
-
export const ColorInteractionContainerBrandedLowTextActive
|
|
40
|
-
export const ColorInteractionContainerBrandedLowTextHover
|
|
41
|
-
export const ColorInteractionLinkHighIcon
|
|
42
|
-
export const ColorInteractionLinkHighIconHover
|
|
43
|
-
export const ColorInteractionLinkHighIconInactive
|
|
44
|
-
export const ColorInteractionLinkHighIconVisited
|
|
45
|
-
export const ColorInteractionLinkHighText
|
|
46
|
-
export const ColorInteractionLinkHighTextHover
|
|
47
|
-
export const ColorInteractionLinkHighTextDisabled
|
|
48
|
-
export const ColorInteractionLinkHighTextVisited
|
|
49
|
-
export const ColorInteractionLinkLowIcon
|
|
50
|
-
export const ColorInteractionLinkLowIconHover
|
|
51
|
-
export const ColorInteractionLinkLowIconDisabled
|
|
52
|
-
export const ColorInteractionLinkLowIconVisited
|
|
53
|
-
export const ColorInteractionLinkLowText
|
|
54
|
-
export const ColorInteractionLinkLowTextHover
|
|
55
|
-
export const ColorInteractionLinkLowTextDisabled
|
|
56
|
-
export const ColorInteractionLinkLowTextVisited
|
|
57
|
-
export const ColorInteractionLinkInvertedIcon
|
|
58
|
-
export const ColorInteractionLinkInvertedIconHover
|
|
59
|
-
export const ColorInteractionLinkInvertedIconDisabled
|
|
60
|
-
export const ColorInteractionLinkInvertedIconVisited
|
|
61
|
-
export const ColorInteractionLinkInvertedText
|
|
62
|
-
export const ColorInteractionLinkInvertedTextHover
|
|
63
|
-
export const ColorInteractionLinkInvertedTextInactive
|
|
64
|
-
export const ColorInteractionLinkInvertedTextVisited
|
|
65
|
-
export const ColorBlack
|
|
66
|
-
export const ColorWhite
|
|
67
|
-
export const ColorTransparent
|
|
68
|
-
export const ColorLevel10Background
|
|
69
|
-
export const ColorLevel15Background
|
|
70
|
-
export const ColorLevel20Background
|
|
71
|
-
export const ColorLevel30Background
|
|
72
|
-
export const ColorLevel40Background
|
|
73
|
-
export const ColorLevel00Background
|
|
74
|
-
export const ColorLevel05Background
|
|
75
|
-
export const ColorLevelInverted10Background
|
|
76
|
-
export const ColorLevelInverted15Background
|
|
77
|
-
export const ColorLevelInverted20Background
|
|
78
|
-
export const ColorLevelInverted30Background
|
|
79
|
-
export const ColorLevelInverted40Background
|
|
80
|
-
export const ColorLevelInverted00Background
|
|
81
|
-
export const ColorLevelInverted05Background
|
|
82
|
-
export const ColorContentHighBorder
|
|
83
|
-
export const ColorContentHighText
|
|
84
|
-
export const ColorContentHighIcon
|
|
85
|
-
export const ColorContentMediumBorder
|
|
86
|
-
export const ColorContentMediumText
|
|
87
|
-
export const ColorContentMediumIcon
|
|
88
|
-
export const ColorContentLowBorder
|
|
89
|
-
export const ColorContentLowText
|
|
90
|
-
export const ColorContentLowIcon
|
|
91
|
-
export const ColorContentLowerText
|
|
92
|
-
export const ColorContentInvertedHighText
|
|
93
|
-
export const ColorContentInvertedHighIcon
|
|
94
|
-
export const ColorContentInvertedMediumText
|
|
95
|
-
export const ColorContentInvertedMediumIcon
|
|
96
|
-
export const ColorContentInvertedLowText
|
|
97
|
-
export const ColorContentInvertedLowIcon
|
|
98
|
-
export const ColorAccent50
|
|
99
|
-
export const ColorAccent100
|
|
100
|
-
export const ColorAccent200
|
|
101
|
-
export const ColorAccent300
|
|
102
|
-
export const ColorAccent400
|
|
103
|
-
export const ColorAccent500
|
|
104
|
-
export const ColorAccent600
|
|
105
|
-
export const ColorAccent700
|
|
106
|
-
export const ColorAccent800
|
|
107
|
-
export const ColorAccent900
|
|
108
|
-
export const ColorBrand50
|
|
109
|
-
export const ColorBrand100
|
|
110
|
-
export const ColorBrand200
|
|
111
|
-
export const ColorBrand300
|
|
112
|
-
export const ColorBrand400
|
|
113
|
-
export const ColorBrand500
|
|
114
|
-
export const ColorBrand600
|
|
115
|
-
export const ColorBrand700
|
|
116
|
-
export const ColorBrand800
|
|
117
|
-
export const ColorBrand900
|
|
118
|
-
export const ColorChart1
|
|
119
|
-
export const ColorChart2
|
|
120
|
-
export const ColorChart3
|
|
121
|
-
export const ColorChart4
|
|
122
|
-
export const ColorChart5
|
|
123
|
-
export const ColorChart6
|
|
124
|
-
export const ColorChart7
|
|
125
|
-
export const ColorChart8
|
|
126
|
-
export const ColorChart9
|
|
127
|
-
export const ColorChart10
|
|
128
|
-
export const ColorFeedbackInformationHighBackground
|
|
129
|
-
export const ColorFeedbackInformationHighBorder
|
|
130
|
-
export const ColorFeedbackInformationHighIcon
|
|
131
|
-
export const ColorFeedbackInformationHighText
|
|
132
|
-
export const ColorFeedbackInformationLowBackground
|
|
133
|
-
export const ColorFeedbackInformationLowBorder
|
|
134
|
-
export const ColorFeedbackInformationLowBorderSubtle
|
|
135
|
-
export const ColorFeedbackInformationLowIcon
|
|
136
|
-
export const ColorFeedbackInformationLowText
|
|
137
|
-
export const ColorFeedbackInformationHighContrastBackground
|
|
138
|
-
export const ColorFeedbackInformationHighContrastBorder
|
|
139
|
-
export const ColorFeedbackInformationHighContrastIcon
|
|
140
|
-
export const ColorFeedbackInformationHighContrastText
|
|
141
|
-
export const ColorFeedbackInformationHighContrastTitle
|
|
142
|
-
export const ColorFeedbackErrorHighBackground
|
|
143
|
-
export const ColorFeedbackErrorHighBorder
|
|
144
|
-
export const ColorFeedbackErrorHighIcon
|
|
145
|
-
export const ColorFeedbackErrorHighText
|
|
146
|
-
export const ColorFeedbackErrorLowBackground
|
|
147
|
-
export const ColorFeedbackErrorLowBorder
|
|
148
|
-
export const ColorFeedbackErrorLowBorderSubtle
|
|
149
|
-
export const ColorFeedbackErrorLowIcon
|
|
150
|
-
export const ColorFeedbackErrorLowText
|
|
151
|
-
export const ColorFeedbackErrorHighContrastBackground
|
|
152
|
-
export const ColorFeedbackErrorHighContrastBorder
|
|
153
|
-
export const ColorFeedbackErrorHighContrastIcon
|
|
154
|
-
export const ColorFeedbackErrorHighContrastText
|
|
155
|
-
export const ColorFeedbackErrorHighContrastTitle
|
|
156
|
-
export const ColorFeedbackNeutralHighBackground
|
|
157
|
-
export const ColorFeedbackNeutralHighBorder
|
|
158
|
-
export const ColorFeedbackNeutralHighIcon
|
|
159
|
-
export const ColorFeedbackNeutralHighText
|
|
160
|
-
export const ColorFeedbackNeutralLowBackground
|
|
161
|
-
export const ColorFeedbackNeutralLowBorder
|
|
162
|
-
export const ColorFeedbackNeutralLowBorderSubtle
|
|
163
|
-
export const ColorFeedbackNeutralLowIcon
|
|
164
|
-
export const ColorFeedbackNeutralLowText
|
|
165
|
-
export const ColorFeedbackNeutralHighContrastBackground
|
|
166
|
-
export const ColorFeedbackNeutralHighContrastBorder
|
|
167
|
-
export const ColorFeedbackNeutralHighContrastIcon
|
|
168
|
-
export const ColorFeedbackNeutralHighContrastText
|
|
169
|
-
export const ColorFeedbackNeutralHighContrastTitle
|
|
170
|
-
export const ColorFeedbackWarningHighBackground
|
|
171
|
-
export const ColorFeedbackWarningHighBorder
|
|
172
|
-
export const ColorFeedbackWarningHighIcon
|
|
173
|
-
export const ColorFeedbackWarningHighText
|
|
174
|
-
export const ColorFeedbackWarningLowBackground
|
|
175
|
-
export const ColorFeedbackWarningLowBorder
|
|
176
|
-
export const ColorFeedbackWarningLowBorderSubtle
|
|
177
|
-
export const ColorFeedbackWarningLowIcon
|
|
178
|
-
export const ColorFeedbackWarningLowText
|
|
179
|
-
export const ColorFeedbackWarningHighContrastBackground
|
|
180
|
-
export const ColorFeedbackWarningHighContrastBorder
|
|
181
|
-
export const ColorFeedbackWarningHighContrastIcon
|
|
182
|
-
export const ColorFeedbackWarningHighContrastText
|
|
183
|
-
export const ColorFeedbackWarningHighContrastTitle
|
|
184
|
-
export const ColorFeedbackSuccessHighBackground
|
|
185
|
-
export const ColorFeedbackSuccessHighBorder
|
|
186
|
-
export const ColorFeedbackSuccessHighIcon
|
|
187
|
-
export const ColorFeedbackSuccessHighText
|
|
188
|
-
export const ColorFeedbackSuccessLowBackground
|
|
189
|
-
export const ColorFeedbackSuccessLowBorder
|
|
190
|
-
export const ColorFeedbackSuccessLowBorderSubtle
|
|
191
|
-
export const ColorFeedbackSuccessLowIcon
|
|
192
|
-
export const ColorFeedbackSuccessLowText
|
|
193
|
-
export const ColorFeedbackSuccessHighContrastBackground
|
|
194
|
-
export const ColorFeedbackSuccessHighContrastBorder
|
|
195
|
-
export const ColorFeedbackSuccessHighContrastIcon
|
|
196
|
-
export const ColorFeedbackSuccessHighContrastText
|
|
197
|
-
export const ColorFeedbackSuccessHighContrastTitle
|
|
198
|
-
export const ColorFocusBrand
|
|
199
|
-
export const ColorFocusBackground
|
|
200
|
-
export const ColorFocusBackgroundInverted
|
|
201
|
-
export const ColorFocusDestructive
|
|
202
|
-
export const ColorFocusDestructiveInField
|
|
203
|
-
export const ColorFocusSuccess
|
|
204
|
-
export const ColorRainbow1Background
|
|
205
|
-
export const ColorRainbow1Border
|
|
206
|
-
export const ColorRainbow1BorderLight
|
|
207
|
-
export const ColorRainbow1Icon
|
|
208
|
-
export const ColorRainbow1Text
|
|
209
|
-
export const ColorRainbow2Background
|
|
210
|
-
export const ColorRainbow2Border
|
|
211
|
-
export const ColorRainbow2BorderLight
|
|
212
|
-
export const ColorRainbow2Icon
|
|
213
|
-
export const ColorRainbow2Text
|
|
214
|
-
export const ColorRainbow3Background
|
|
215
|
-
export const ColorRainbow3Border
|
|
216
|
-
export const ColorRainbow3BorderLight
|
|
217
|
-
export const ColorRainbow3Icon
|
|
218
|
-
export const ColorRainbow3Text
|
|
219
|
-
export const ColorRainbow4Background
|
|
220
|
-
export const ColorRainbow4Border
|
|
221
|
-
export const ColorRainbow4BorderLight
|
|
222
|
-
export const ColorRainbow4Icon
|
|
223
|
-
export const ColorRainbow4Text
|
|
224
|
-
export const ColorRainbow5Background
|
|
225
|
-
export const ColorRainbow5Border
|
|
226
|
-
export const ColorRainbow5BorderLight
|
|
227
|
-
export const ColorRainbow5Icon
|
|
228
|
-
export const ColorRainbow5Text
|
|
229
|
-
export const ColorRainbow6Background
|
|
230
|
-
export const ColorRainbow6Border
|
|
231
|
-
export const ColorRainbow6BorderLight
|
|
232
|
-
export const ColorRainbow6Icon
|
|
233
|
-
export const ColorRainbow6Text
|
|
234
|
-
export const ColorRainbow7Background
|
|
235
|
-
export const ColorRainbow7Border
|
|
236
|
-
export const ColorRainbow7BorderLight
|
|
237
|
-
export const ColorRainbow7Icon
|
|
238
|
-
export const ColorRainbow7Text
|
|
239
|
-
export const ColorRainbow8Background
|
|
240
|
-
export const ColorRainbow8Border
|
|
241
|
-
export const ColorRainbow8BorderLight
|
|
242
|
-
export const ColorRainbow8Icon
|
|
243
|
-
export const ColorRainbow8Text
|
|
244
|
-
export const ColorRainbow9Background
|
|
245
|
-
export const ColorRainbow9Border
|
|
246
|
-
export const ColorRainbow9BorderLight
|
|
247
|
-
export const ColorRainbow9Icon
|
|
248
|
-
export const ColorRainbow9Text
|
|
249
|
-
export const ColorRainbow10Background
|
|
250
|
-
export const ColorRainbow10Border
|
|
251
|
-
export const ColorRainbow10BorderLight
|
|
252
|
-
export const ColorRainbow10Icon
|
|
253
|
-
export const ColorRainbow10Text
|
|
254
|
-
export const ColorDontUseBorder
|
|
255
|
-
export const ColorDontUseContent
|
|
256
|
-
export const ColorDontUseBackground
|
|
257
|
-
export const OpacityDisabled
|
|
258
|
-
export const OpacityDisabled2
|
|
259
|
-
export const ShadowColorOpacity0
|
|
260
|
-
export const ShadowColorOpacity1
|
|
261
|
-
export const ShadowColorOpacity2
|
|
262
|
-
export const ShadowColorOpacity3
|
|
263
|
-
export const ShadowBlurBase1
|
|
264
|
-
export const ShadowBlurBase2
|
|
265
|
-
export const ShadowBlurMd1
|
|
266
|
-
export const ShadowBlurMd2
|
|
267
|
-
export const ShadowBlurLg1
|
|
268
|
-
export const ShadowBlurLg2
|
|
269
|
-
export const ShadowBlurXl1
|
|
270
|
-
export const ShadowBlurXl2
|
|
271
|
-
export const ShadowBlur2xl
|
|
272
|
-
export const ShadowSpreadBase
|
|
273
|
-
export const ShadowSpreadMd
|
|
274
|
-
export const ShadowSpreadLg1
|
|
275
|
-
export const ShadowSpreadLg2
|
|
276
|
-
export const ShadowSpreadXl
|
|
277
|
-
export const ShadowSpread2xl
|
|
278
|
-
export const ShadowYAxisNone
|
|
279
|
-
export const ShadowYAxisBase1
|
|
280
|
-
export const ShadowYAxisBase2
|
|
281
|
-
export const ShadowYAxisMd1
|
|
282
|
-
export const ShadowYAxisMd2
|
|
283
|
-
export const ShadowYAxisLg1
|
|
284
|
-
export const ShadowYAxisLg2
|
|
285
|
-
export const ShadowYAxisXl1
|
|
286
|
-
export const ShadowYAxisXl2
|
|
287
|
-
export const ShadowYAxis2xl
|
|
288
|
-
export const ComponentsButtonHighBorder
|
|
289
|
-
export const ComponentsButtonHighBackground
|
|
290
|
-
export const ComponentsButtonHighBackgroundActive
|
|
291
|
-
export const ComponentsButtonHighBackgroundHover
|
|
292
|
-
export const ComponentsButtonHighBorderHover
|
|
293
|
-
export const ComponentsButtonHighBorderActive
|
|
294
|
-
export const ComponentsButtonHighText
|
|
295
|
-
export const ComponentsButtonHighTextActive
|
|
296
|
-
export const ComponentsButtonHighTextHover
|
|
297
|
-
export const ComponentsButtonHighIcon
|
|
298
|
-
export const ComponentsButtonHighIconActive
|
|
299
|
-
export const ComponentsButtonHighIconHover
|
|
300
|
-
export const ComponentsButtonLowBackground
|
|
301
|
-
export const ComponentsButtonLowBorder
|
|
302
|
-
export const ComponentsButtonLowBorderActive
|
|
303
|
-
export const ComponentsButtonLowBorderHover
|
|
304
|
-
export const ComponentsButtonLowBackgroundActive
|
|
305
|
-
export const ComponentsButtonLowBackgroundHover
|
|
306
|
-
export const ComponentsButtonLowIcon
|
|
307
|
-
export const ComponentsButtonLowIconActive
|
|
308
|
-
export const ComponentsButtonLowIconHover
|
|
309
|
-
export const ComponentsButtonLowText
|
|
310
|
-
export const ComponentsButtonLowTextActive
|
|
311
|
-
export const ComponentsButtonLowTextHover
|
|
312
|
-
export const ComponentsButtonLowerBorder
|
|
313
|
-
export const ComponentsButtonLowerBorderActive
|
|
314
|
-
export const ComponentsButtonLowerBorderHover
|
|
315
|
-
export const ComponentsButtonLowerBackground
|
|
316
|
-
export const ComponentsButtonLowerBackgroundActive
|
|
317
|
-
export const ComponentsButtonLowerBackgroundHover
|
|
318
|
-
export const ComponentsButtonLowerIcon
|
|
319
|
-
export const ComponentsButtonLowerIconActive
|
|
320
|
-
export const ComponentsButtonLowerIconHover
|
|
321
|
-
export const ComponentsButtonLowerText
|
|
322
|
-
export const ComponentsButtonLowerTextActive
|
|
323
|
-
export const ComponentsButtonLowerTextHover
|
|
324
|
-
export const ComponentsButtonGrAsComplementaryBorder
|
|
325
|
-
export const ComponentsButtonGrAsComplementaryBorderHover
|
|
326
|
-
export const ComponentsButtonGrAsComplementaryBackground
|
|
327
|
-
export const ComponentsButtonGrAsComplementaryBackgroundHover
|
|
328
|
-
export const ComponentsButtonGrAsComplementaryText
|
|
329
|
-
export const ComponentsButtonGrAsComplementaryTextHover
|
|
330
|
-
export const ComponentsButtonGrAsComplementaryIcon
|
|
331
|
-
export const ComponentsButtonGrAsComplementaryIconHover
|
|
332
|
-
export const ComponentsButtonMediumBackground
|
|
333
|
-
export const ComponentsButtonMediumBackgroundActive
|
|
334
|
-
export const ComponentsButtonMediumBackgroundHover
|
|
335
|
-
export const ComponentsButtonMediumBorder
|
|
336
|
-
export const ComponentsButtonMediumBorderActive
|
|
337
|
-
export const ComponentsButtonMediumBorderHover
|
|
338
|
-
export const ComponentsButtonMediumIcon
|
|
339
|
-
export const ComponentsButtonMediumIconActive
|
|
340
|
-
export const ComponentsButtonMediumIconHover
|
|
341
|
-
export const ComponentsButtonMediumText
|
|
342
|
-
export const ComponentsButtonMediumTextActive
|
|
343
|
-
export const ComponentsButtonMediumTextHover
|
|
344
|
-
export const ComponentsFormOpacityDefault
|
|
345
|
-
export const ComponentsFormOpacityDisabled
|
|
346
|
-
export const ComponentsFormTextRequired
|
|
347
|
-
export const ComponentsFormTextInfoIcon
|
|
348
|
-
export const ComponentsFormTextLabelDefault
|
|
349
|
-
export const ComponentsFormTextLabelDisabled
|
|
350
|
-
export const ComponentsFormTextDescriptionDefault
|
|
351
|
-
export const ComponentsFormTextDescriptionError
|
|
352
|
-
export const ComponentsFormFieldBackgroundDefault
|
|
353
|
-
export const ComponentsFormFieldBackgroundFocus
|
|
354
|
-
export const ComponentsFormFieldBackgroundHover
|
|
355
|
-
export const ComponentsFormFieldBackgroundDisabled
|
|
356
|
-
export const ComponentsFormFieldBackgroundChecked
|
|
357
|
-
export const ComponentsFormFieldBackgroundError
|
|
358
|
-
export const ComponentsFormFieldBackgroundReadonly
|
|
359
|
-
export const ComponentsFormFieldBorderDefault
|
|
360
|
-
export const ComponentsFormFieldBorderDisabled
|
|
361
|
-
export const ComponentsFormFieldBorderHover
|
|
362
|
-
export const ComponentsFormFieldBorderFocus
|
|
363
|
-
export const ComponentsFormFieldBorderError
|
|
364
|
-
export const ComponentsFormFieldBorderSuccess
|
|
365
|
-
export const ComponentsFormFieldBorderReadonly
|
|
366
|
-
export const ComponentsFormFieldContentPlaceholder
|
|
367
|
-
export const ComponentsFormFieldContentText
|
|
368
|
-
export const ComponentsFormFieldIconDefault
|
|
369
|
-
export const ComponentsFormFieldIconDisabled
|
|
370
|
-
export const ComponentsFormFieldIconError
|
|
371
|
-
export const ComponentsFormFieldIconSuccess
|
|
372
|
-
export const ComponentsFormShapeBackgroundDefault
|
|
373
|
-
export const ComponentsFormShapeBackgroundHover
|
|
374
|
-
export const ComponentsFormShapeBackgroundDisabled
|
|
375
|
-
export const ComponentsFormShapeBackgroundSelected
|
|
376
|
-
export const ComponentsFormShapeBackgroundError
|
|
377
|
-
export const ComponentsFormShapeBorderDefault
|
|
378
|
-
export const ComponentsFormShapeBorderHover
|
|
379
|
-
export const ComponentsFormShapeBorderFocus
|
|
380
|
-
export const ComponentsFormShapeBorderError
|
|
381
|
-
export const ComponentsFormShapeBorderSuccess
|
|
382
|
-
export const ComponentsFormShapeForegroundDefault
|
|
383
|
-
export const ComponentsFormShapeForegroundSwitchDot
|
|
384
|
-
export const ComponentsFormShapeForegroundDisabled
|
|
385
|
-
export const ComponentsFormShapeForegroundDisabledError
|
|
386
|
-
export const ComponentsLoaderWhiteBackground
|
|
387
|
-
export const ComponentsLoaderWhiteForeground
|
|
388
|
-
export const ComponentsLoaderBrandBackground
|
|
389
|
-
export const ComponentsLoaderBrandForeground
|
|
390
|
-
export const ComponentsButtonDestructiveMediumBackground
|
|
391
|
-
export const ComponentsButtonDestructiveMediumBackgroundHover
|
|
392
|
-
export const ComponentsButtonDestructiveMediumText
|
|
393
|
-
export const ComponentsButtonDestructiveMediumTextHover
|
|
394
|
-
export const ComponentsButtonDestructiveMediumIcon
|
|
395
|
-
export const ComponentsButtonDestructiveMediumIconHover
|
|
396
|
-
export const ComponentsButtonDestructiveMediumBorder
|
|
397
|
-
export const ComponentsButtonDestructiveMediumBorderHover
|
|
398
|
-
export const ComponentsButtonDestructiveLowBackground
|
|
399
|
-
export const ComponentsButtonDestructiveLowBorder
|
|
400
|
-
export const ComponentsButtonDestructiveLowBorderHover
|
|
401
|
-
export const ComponentsButtonDestructiveLowBackgroundHover
|
|
402
|
-
export const ComponentsButtonDestructiveLowText
|
|
403
|
-
export const ComponentsButtonDestructiveLowTextHover
|
|
404
|
-
export const ComponentsButtonDestructiveLowIcon
|
|
405
|
-
export const ComponentsButtonDestructiveLowIconHover
|
|
406
|
-
export const ComponentsButtonDestructiveHighBackground
|
|
407
|
-
export const ComponentsButtonDestructiveHighBackgroundHover
|
|
408
|
-
export const ComponentsButtonDestructiveHighText
|
|
409
|
-
export const ComponentsButtonDestructiveHighTextHover
|
|
410
|
-
export const ComponentsButtonDestructiveHighIcon
|
|
411
|
-
export const ComponentsButtonDestructiveHighIconHover
|
|
412
|
-
export const ComponentsButtonDestructiveLowerBackground
|
|
413
|
-
export const ComponentsButtonDestructiveLowerBackgroundHover
|
|
414
|
-
export const ComponentsButtonDestructiveLowerText
|
|
415
|
-
export const ComponentsButtonDestructiveLowerTextHover
|
|
416
|
-
export const ComponentsButtonDestructiveLowerIcon
|
|
417
|
-
export const ComponentsButtonDestructiveLowerIconHover
|
|
418
|
-
export const ComponentsButtonDestructiveLowerBorder
|
|
419
|
-
export const ComponentsButtonDestructiveLowerBorderHover
|
|
420
|
-
export const ComponentsOverlayOpacity
|
|
421
|
-
export const ComponentsOverlayBackground
|
|
422
|
-
export const ComponentsAlertInformationBackground
|
|
423
|
-
export const ComponentsAlertInformationIcon
|
|
424
|
-
export const ComponentsAlertInformationBorder
|
|
425
|
-
export const ComponentsAlertContentDescription
|
|
426
|
-
export const ComponentsAlertContentTitle
|
|
427
|
-
export const ComponentsAlertWarningBackground
|
|
428
|
-
export const ComponentsAlertWarningBorder
|
|
429
|
-
export const ComponentsAlertWarningIcon
|
|
430
|
-
export const ComponentsAlertErrorBackground
|
|
431
|
-
export const ComponentsAlertErrorBorder
|
|
432
|
-
export const ComponentsAlertErrorIcon
|
|
433
|
-
export const ComponentsAlertSuccessBackground
|
|
434
|
-
export const ComponentsAlertSuccessBorder
|
|
435
|
-
export const ComponentsAlertSuccessIcon
|
|
436
|
-
export const ComponentsAlertNeutralBackground
|
|
437
|
-
export const ComponentsAlertNeutralBorder
|
|
438
|
-
export const ComponentsAlertNeutralIcon
|
|
439
|
-
export const ComponentsAvatarBackground1
|
|
440
|
-
export const ComponentsAvatarBackground2
|
|
441
|
-
export const ComponentsAvatarBackground3
|
|
442
|
-
export const ComponentsAvatarBackground4
|
|
443
|
-
export const ComponentsAvatarBackground5
|
|
444
|
-
export const ComponentsAvatarBackground6
|
|
445
|
-
export const ComponentsAvatarBackground7
|
|
446
|
-
export const ComponentsAvatarBackground8
|
|
447
|
-
export const ComponentsAvatarBackground9
|
|
448
|
-
export const ComponentsAvatarBackground10
|
|
449
|
-
export const ComponentsAvatarBorder1
|
|
450
|
-
export const ComponentsAvatarBorder2
|
|
451
|
-
export const ComponentsAvatarBorder3
|
|
452
|
-
export const ComponentsAvatarBorder4
|
|
453
|
-
export const ComponentsAvatarBorder5
|
|
454
|
-
export const ComponentsAvatarBorder6
|
|
455
|
-
export const ComponentsAvatarBorder7
|
|
456
|
-
export const ComponentsAvatarBorder8
|
|
457
|
-
export const ComponentsAvatarBorder9
|
|
458
|
-
export const ComponentsAvatarBorder10
|
|
459
|
-
export const ComponentsAvatarContent1
|
|
460
|
-
export const ComponentsAvatarContent2
|
|
461
|
-
export const ComponentsAvatarContent3
|
|
462
|
-
export const ComponentsAvatarContent4
|
|
463
|
-
export const ComponentsAvatarContent5
|
|
464
|
-
export const ComponentsAvatarContent6
|
|
465
|
-
export const ComponentsAvatarContent7
|
|
466
|
-
export const ComponentsAvatarContent8
|
|
467
|
-
export const ComponentsAvatarContent9
|
|
468
|
-
export const ComponentsAvatarContent10
|
|
469
|
-
export const ComponentsBreadcrumbText
|
|
470
|
-
export const ComponentsBreadcrumbTextHover
|
|
471
|
-
export const ComponentsBreadcrumbTextCurrent
|
|
472
|
-
export const ComponentsButtongroupHighBorder
|
|
473
|
-
export const ComponentsButtongroupHighBackground
|
|
474
|
-
export const ComponentsButtongroupMediumBorder
|
|
475
|
-
export const ComponentsButtongroupMediumBackground
|
|
476
|
-
export const ComponentsButtongroupLowBorder
|
|
477
|
-
export const ComponentsButtongroupLowBackground
|
|
478
|
-
export const ComponentsButtongroupLowerBorder
|
|
479
|
-
export const ComponentsButtongroupLowerBackground
|
|
480
|
-
export const ComponentsDatagridHeaderBorder
|
|
481
|
-
export const ComponentsDatagridHeaderText
|
|
482
|
-
export const ComponentsDatagridHeaderBackground
|
|
483
|
-
export const ComponentsDatagridBodyBorder
|
|
484
|
-
export const ComponentsDatagridBodyText
|
|
485
|
-
export const ComponentsDatagridBodySubtext
|
|
486
|
-
export const ComponentsDatagridBodyBackgroundDefault
|
|
487
|
-
export const ComponentsDatagridBodyBackgroundActive
|
|
488
|
-
export const ComponentsDatagridBodyBackgroundHover
|
|
489
|
-
export const ComponentsDatagridExpanderContentBackground
|
|
490
|
-
export const ComponentsDatagridExpanderBorder
|
|
491
|
-
export const ComponentsDatagridExpanderExpanderBackground
|
|
492
|
-
export const ComponentsFieldTimeBackgroundDefault
|
|
493
|
-
export const ComponentsFieldTimeBackgroundHover
|
|
494
|
-
export const ComponentsFieldTimeBackgroundActive
|
|
495
|
-
export const ComponentsFieldTimeTextDefault
|
|
496
|
-
export const ComponentsFieldTimeTextHover
|
|
497
|
-
export const ComponentsFieldTimeTextActive
|
|
498
|
-
export const ComponentsFieldTimeBorderActive
|
|
499
|
-
export const ComponentsCalendarBorder
|
|
500
|
-
export const ComponentsCalendarHeaderText
|
|
501
|
-
export const ComponentsCalendarWeeksBackground
|
|
502
|
-
export const ComponentsCalendarWeeksBackgroundHover
|
|
503
|
-
export const ComponentsCalendarWeeksText
|
|
504
|
-
export const ComponentsCalendarWeeksTextHover
|
|
505
|
-
export const ComponentsCalendarCellBackground
|
|
506
|
-
export const ComponentsCalendarCellBackgroundSelected
|
|
507
|
-
export const ComponentsCalendarCellBackgroundInRange
|
|
508
|
-
export const ComponentsCalendarCellBackgroundHover
|
|
509
|
-
export const ComponentsCalendarCellBackgroundToday
|
|
510
|
-
export const ComponentsCalendarCellDot
|
|
511
|
-
export const ComponentsCalendarCellDotSelected
|
|
512
|
-
export const ComponentsCalendarCellDotHover
|
|
513
|
-
export const ComponentsCalendarCellText
|
|
514
|
-
export const ComponentsCalendarCellTextSelected
|
|
515
|
-
export const ComponentsCalendarCellTextInRange
|
|
516
|
-
export const ComponentsCalendarCellTextHover
|
|
517
|
-
export const ComponentsCalendarCellTextOutsideMonth
|
|
518
|
-
export const ComponentsCalendarCellTextToday
|
|
519
|
-
export const ComponentsCalendarBackground
|
|
520
|
-
export const ComponentsListSelectBackground
|
|
521
|
-
export const ComponentsListSelectOptionContentDefault
|
|
522
|
-
export const ComponentsListSelectOptionContentHover
|
|
523
|
-
export const ComponentsListSelectOptionContentDisabled
|
|
524
|
-
export const ComponentsListSelectOptionContentActive
|
|
525
|
-
export const ComponentsListSelectOptionBackgroundDefault
|
|
526
|
-
export const ComponentsListSelectOptionBackgroundHover
|
|
527
|
-
export const ComponentsListSelectOptionBackgroundDisabled
|
|
528
|
-
export const ComponentsListSelectOptionBackgroundActive
|
|
529
|
-
export const ComponentsListSelectOptgroupContent
|
|
530
|
-
export const ComponentsListSelectBorder
|
|
531
|
-
export const ComponentsListSelectHr
|
|
532
|
-
export const ComponentsListDropdownBackground
|
|
533
|
-
export const ComponentsListDropdownHeaderBackground
|
|
534
|
-
export const ComponentsListDropdownItemBorderActive
|
|
535
|
-
export const ComponentsListDropdownItemLabelDefault
|
|
536
|
-
export const ComponentsListDropdownItemLabelHover
|
|
537
|
-
export const ComponentsListDropdownItemLabelDisabled
|
|
538
|
-
export const ComponentsListDropdownItemLabelActive
|
|
539
|
-
export const ComponentsListDropdownItemDescriptionDefault
|
|
540
|
-
export const ComponentsListDropdownItemDescriptionHover
|
|
541
|
-
export const ComponentsListDropdownItemDescriptionDisabled
|
|
542
|
-
export const ComponentsListDropdownItemBackgroundDefault
|
|
543
|
-
export const ComponentsListDropdownItemBackgroundHover
|
|
544
|
-
export const ComponentsListDropdownItemBackgroundDisabled
|
|
545
|
-
export const ComponentsListDropdownItemBackgroundActive
|
|
546
|
-
export const ComponentsListDropdownGroupTitleContent
|
|
547
|
-
export const ComponentsListDropdownGroupTitleBackground
|
|
548
|
-
export const ComponentsListDropdownSeparator
|
|
549
|
-
export const ComponentsListDropdownBorder
|
|
550
|
-
export const ComponentsMenuContextualBackground
|
|
551
|
-
export const ComponentsMenuContextualBorder
|
|
552
|
-
export const ComponentsMenuContextualItemBackground
|
|
553
|
-
export const ComponentsMenuContextualItemBackgroundHover
|
|
554
|
-
export const ComponentsMenuContextualItemShortcut
|
|
555
|
-
export const ComponentsMenuContextualItemContent
|
|
556
|
-
export const ComponentsMenuContextualItemContentDisabled
|
|
557
|
-
export const ComponentsMenuContextualItemContentHover
|
|
558
|
-
export const ComponentsNotificationInformationBackground
|
|
559
|
-
export const ComponentsNotificationInformationIcon
|
|
560
|
-
export const ComponentsNotificationInformationBorder
|
|
561
|
-
export const ComponentsNotificationContentDescription
|
|
562
|
-
export const ComponentsNotificationContentTimestamp
|
|
563
|
-
export const ComponentsNotificationContentTitle
|
|
564
|
-
export const ComponentsNotificationWarningBackground
|
|
565
|
-
export const ComponentsNotificationWarningBorder
|
|
566
|
-
export const ComponentsNotificationWarningIcon
|
|
567
|
-
export const ComponentsNotificationErrorBackground
|
|
568
|
-
export const ComponentsNotificationErrorBorder
|
|
569
|
-
export const ComponentsNotificationErrorIcon
|
|
570
|
-
export const ComponentsNotificationSuccessBackground
|
|
571
|
-
export const ComponentsNotificationSuccessBorder
|
|
572
|
-
export const ComponentsNotificationSuccessIcon
|
|
573
|
-
export const ComponentsNotificationNeutralBackground
|
|
574
|
-
export const ComponentsNotificationNeutralBorder
|
|
575
|
-
export const ComponentsNotificationNeutralIcon
|
|
576
|
-
export const ComponentsPopoverBackground
|
|
577
|
-
export const ComponentsPopoverBorder
|
|
578
|
-
export const ComponentsPopoverText
|
|
579
|
-
export const ComponentsPopoverSupportingText
|
|
580
|
-
export const ComponentsSidebarBackground
|
|
581
|
-
export const ComponentsSidebarDivider
|
|
582
|
-
export const ComponentsSidebarBorder
|
|
583
|
-
export const ComponentsSliderTrackBackground
|
|
584
|
-
export const ComponentsSliderTrackFilledDefault
|
|
585
|
-
export const ComponentsSliderTrackFilledHover
|
|
586
|
-
export const ComponentsSliderTrackFilledFocus
|
|
587
|
-
export const ComponentsSliderTrackFilledError
|
|
588
|
-
export const ComponentsSliderTrackFilledDisabled
|
|
589
|
-
export const ComponentsSliderTrackFilledReadonly
|
|
590
|
-
export const ComponentsSliderHandlerBackgroundDefault
|
|
591
|
-
export const ComponentsSliderHandlerBackgroundHover
|
|
592
|
-
export const ComponentsSliderHandlerBackgroundFocus
|
|
593
|
-
export const ComponentsSliderHandlerBackgroundError
|
|
594
|
-
export const ComponentsSliderHandlerBackgroundDisabled
|
|
595
|
-
export const ComponentsSliderHandlerBackgroundReadonly
|
|
596
|
-
export const ComponentsSliderHandlerBorderDefault
|
|
597
|
-
export const ComponentsSliderHandlerBorderHover
|
|
598
|
-
export const ComponentsSliderHandlerBorderFocus
|
|
599
|
-
export const ComponentsSliderHandlerBorderError
|
|
600
|
-
export const ComponentsSliderHandlerBorderDisabled
|
|
601
|
-
export const ComponentsSliderHandlerBorderReadonly
|
|
602
|
-
export const ComponentsSplitterOldBackground
|
|
603
|
-
export const ComponentsSplitterOldBackgroundHover
|
|
604
|
-
export const ComponentsSplitterOldBackgroundActive
|
|
605
|
-
export const ComponentsSplitterOldBorder
|
|
606
|
-
export const ComponentsSplitterOldBorderHover
|
|
607
|
-
export const ComponentsSplitterOldBorderActive
|
|
608
|
-
export const ComponentsSplitterLineBackground
|
|
609
|
-
export const ComponentsSplitterLineBackgroundActive
|
|
610
|
-
export const ComponentsSplitterLineBackgroundHover
|
|
611
|
-
export const ComponentsSplitterHandleBackground
|
|
612
|
-
export const ComponentsSplitterHandleBackgroundActive
|
|
613
|
-
export const ComponentsSplitterHandleBackgroundHover
|
|
614
|
-
export const ComponentsTooltipBackground
|
|
615
|
-
export const ComponentsTooltipBorder
|
|
616
|
-
export const ComponentsTooltipText
|
|
617
|
-
export const ComponentsTooltipSupportingText
|
|
618
|
-
export const ComponentsToggleBorderDefault
|
|
619
|
-
export const ComponentsToggleBorderDefaultChecked
|
|
620
|
-
export const ComponentsToggleBorderHover
|
|
621
|
-
export const ComponentsToggleBorderHoverChecked
|
|
622
|
-
export const ComponentsToggleBorderDisabled
|
|
623
|
-
export const ComponentsToggleBorderDisabledChecked
|
|
624
|
-
export const ComponentsToggleBackgroundDefault
|
|
625
|
-
export const ComponentsToggleBackgroundDefaultChecked
|
|
626
|
-
export const ComponentsToggleBackgroundHover
|
|
627
|
-
export const ComponentsToggleBackgroundHoverChecked
|
|
628
|
-
export const ComponentsToggleBackgroundDisabled
|
|
629
|
-
export const ComponentsToggleBackgroundDisabledChecked
|
|
630
|
-
export const ComponentsToggleShapeDefault
|
|
631
|
-
export const ComponentsToggleShapeDefaultChecked
|
|
632
|
-
export const ComponentsToggleShapeHover
|
|
633
|
-
export const ComponentsToggleShapeHoverChecked
|
|
634
|
-
export const ComponentsToggleShapeDisabled
|
|
635
|
-
export const ComponentsToggleShapeDisabledChecked
|
|
636
|
-
export const ComponentsTogglegroupHighBorder
|
|
637
|
-
export const ComponentsTogglegroupHighBackground
|
|
638
|
-
export const ComponentsTogglegroupLowBorder
|
|
639
|
-
export const ComponentsTogglegroupLowBackground
|
|
5
|
+
export const ColorInteractionContainerNeutralBackground: string;
|
|
6
|
+
export const ColorInteractionContainerNeutralBackgroundHover: string;
|
|
7
|
+
export const ColorInteractionContainerNeutralBackgroundActive: string;
|
|
8
|
+
export const ColorInteractionContainerNeutralBorder: string;
|
|
9
|
+
export const ColorInteractionContainerNeutralBorderActive: string;
|
|
10
|
+
export const ColorInteractionContainerNeutralBorderHover: string;
|
|
11
|
+
export const ColorInteractionContainerNeutralIcon: string;
|
|
12
|
+
export const ColorInteractionContainerNeutralIconActive: string;
|
|
13
|
+
export const ColorInteractionContainerNeutralIconHover: string;
|
|
14
|
+
export const ColorInteractionContainerNeutralText: string;
|
|
15
|
+
export const ColorInteractionContainerNeutralTextActive: string;
|
|
16
|
+
export const ColorInteractionContainerNeutralTextHover: string;
|
|
17
|
+
export const ColorInteractionContainerBrandedHighBackground: string;
|
|
18
|
+
export const ColorInteractionContainerBrandedHighBackgroundActive: string;
|
|
19
|
+
export const ColorInteractionContainerBrandedHighBackgroundHover: string;
|
|
20
|
+
export const ColorInteractionContainerBrandedHighBorder: string;
|
|
21
|
+
export const ColorInteractionContainerBrandedHighBorderActive: string;
|
|
22
|
+
export const ColorInteractionContainerBrandedHighBorderHover: string;
|
|
23
|
+
export const ColorInteractionContainerBrandedHighIcon: string;
|
|
24
|
+
export const ColorInteractionContainerBrandedHighIconActive: string;
|
|
25
|
+
export const ColorInteractionContainerBrandedHighIconHover: string;
|
|
26
|
+
export const ColorInteractionContainerBrandedHighText: string;
|
|
27
|
+
export const ColorInteractionContainerBrandedHighTextActive: string;
|
|
28
|
+
export const ColorInteractionContainerBrandedHighTextHover: string;
|
|
29
|
+
export const ColorInteractionContainerBrandedLowBackground: string;
|
|
30
|
+
export const ColorInteractionContainerBrandedLowBackgroundActive: string;
|
|
31
|
+
export const ColorInteractionContainerBrandedLowBackgroundHover: string;
|
|
32
|
+
export const ColorInteractionContainerBrandedLowBorder: string;
|
|
33
|
+
export const ColorInteractionContainerBrandedLowBorderActive: string;
|
|
34
|
+
export const ColorInteractionContainerBrandedLowBorderHover: string;
|
|
35
|
+
export const ColorInteractionContainerBrandedLowIcon: string;
|
|
36
|
+
export const ColorInteractionContainerBrandedLowIconActive: string;
|
|
37
|
+
export const ColorInteractionContainerBrandedLowIconHover: string;
|
|
38
|
+
export const ColorInteractionContainerBrandedLowText: string;
|
|
39
|
+
export const ColorInteractionContainerBrandedLowTextActive: string;
|
|
40
|
+
export const ColorInteractionContainerBrandedLowTextHover: string;
|
|
41
|
+
export const ColorInteractionLinkHighIcon: string;
|
|
42
|
+
export const ColorInteractionLinkHighIconHover: string;
|
|
43
|
+
export const ColorInteractionLinkHighIconInactive: string;
|
|
44
|
+
export const ColorInteractionLinkHighIconVisited: string;
|
|
45
|
+
export const ColorInteractionLinkHighText: string;
|
|
46
|
+
export const ColorInteractionLinkHighTextHover: string;
|
|
47
|
+
export const ColorInteractionLinkHighTextDisabled: string;
|
|
48
|
+
export const ColorInteractionLinkHighTextVisited: string;
|
|
49
|
+
export const ColorInteractionLinkLowIcon: string;
|
|
50
|
+
export const ColorInteractionLinkLowIconHover: string;
|
|
51
|
+
export const ColorInteractionLinkLowIconDisabled: string;
|
|
52
|
+
export const ColorInteractionLinkLowIconVisited: string;
|
|
53
|
+
export const ColorInteractionLinkLowText: string;
|
|
54
|
+
export const ColorInteractionLinkLowTextHover: string;
|
|
55
|
+
export const ColorInteractionLinkLowTextDisabled: string;
|
|
56
|
+
export const ColorInteractionLinkLowTextVisited: string;
|
|
57
|
+
export const ColorInteractionLinkInvertedIcon: string;
|
|
58
|
+
export const ColorInteractionLinkInvertedIconHover: string;
|
|
59
|
+
export const ColorInteractionLinkInvertedIconDisabled: string;
|
|
60
|
+
export const ColorInteractionLinkInvertedIconVisited: string;
|
|
61
|
+
export const ColorInteractionLinkInvertedText: string;
|
|
62
|
+
export const ColorInteractionLinkInvertedTextHover: string;
|
|
63
|
+
export const ColorInteractionLinkInvertedTextInactive: string;
|
|
64
|
+
export const ColorInteractionLinkInvertedTextVisited: string;
|
|
65
|
+
export const ColorBlack: string;
|
|
66
|
+
export const ColorWhite: string;
|
|
67
|
+
export const ColorTransparent: string;
|
|
68
|
+
export const ColorLevel10Background: string;
|
|
69
|
+
export const ColorLevel15Background: string;
|
|
70
|
+
export const ColorLevel20Background: string;
|
|
71
|
+
export const ColorLevel30Background: string;
|
|
72
|
+
export const ColorLevel40Background: string;
|
|
73
|
+
export const ColorLevel00Background: string;
|
|
74
|
+
export const ColorLevel05Background: string;
|
|
75
|
+
export const ColorLevelInverted10Background: string;
|
|
76
|
+
export const ColorLevelInverted15Background: string;
|
|
77
|
+
export const ColorLevelInverted20Background: string;
|
|
78
|
+
export const ColorLevelInverted30Background: string;
|
|
79
|
+
export const ColorLevelInverted40Background: string;
|
|
80
|
+
export const ColorLevelInverted00Background: string;
|
|
81
|
+
export const ColorLevelInverted05Background: string;
|
|
82
|
+
export const ColorContentHighBorder: string;
|
|
83
|
+
export const ColorContentHighText: string;
|
|
84
|
+
export const ColorContentHighIcon: string;
|
|
85
|
+
export const ColorContentMediumBorder: string;
|
|
86
|
+
export const ColorContentMediumText: string;
|
|
87
|
+
export const ColorContentMediumIcon: string;
|
|
88
|
+
export const ColorContentLowBorder: string;
|
|
89
|
+
export const ColorContentLowText: string;
|
|
90
|
+
export const ColorContentLowIcon: string;
|
|
91
|
+
export const ColorContentLowerText: string;
|
|
92
|
+
export const ColorContentInvertedHighText: string;
|
|
93
|
+
export const ColorContentInvertedHighIcon: string;
|
|
94
|
+
export const ColorContentInvertedMediumText: string;
|
|
95
|
+
export const ColorContentInvertedMediumIcon: string;
|
|
96
|
+
export const ColorContentInvertedLowText: string;
|
|
97
|
+
export const ColorContentInvertedLowIcon: string;
|
|
98
|
+
export const ColorAccent50: string;
|
|
99
|
+
export const ColorAccent100: string;
|
|
100
|
+
export const ColorAccent200: string;
|
|
101
|
+
export const ColorAccent300: string;
|
|
102
|
+
export const ColorAccent400: string;
|
|
103
|
+
export const ColorAccent500: string;
|
|
104
|
+
export const ColorAccent600: string;
|
|
105
|
+
export const ColorAccent700: string;
|
|
106
|
+
export const ColorAccent800: string;
|
|
107
|
+
export const ColorAccent900: string;
|
|
108
|
+
export const ColorBrand50: string;
|
|
109
|
+
export const ColorBrand100: string;
|
|
110
|
+
export const ColorBrand200: string;
|
|
111
|
+
export const ColorBrand300: string;
|
|
112
|
+
export const ColorBrand400: string;
|
|
113
|
+
export const ColorBrand500: string;
|
|
114
|
+
export const ColorBrand600: string;
|
|
115
|
+
export const ColorBrand700: string;
|
|
116
|
+
export const ColorBrand800: string;
|
|
117
|
+
export const ColorBrand900: string;
|
|
118
|
+
export const ColorChart1: string;
|
|
119
|
+
export const ColorChart2: string;
|
|
120
|
+
export const ColorChart3: string;
|
|
121
|
+
export const ColorChart4: string;
|
|
122
|
+
export const ColorChart5: string;
|
|
123
|
+
export const ColorChart6: string;
|
|
124
|
+
export const ColorChart7: string;
|
|
125
|
+
export const ColorChart8: string;
|
|
126
|
+
export const ColorChart9: string;
|
|
127
|
+
export const ColorChart10: string;
|
|
128
|
+
export const ColorFeedbackInformationHighBackground: string;
|
|
129
|
+
export const ColorFeedbackInformationHighBorder: string;
|
|
130
|
+
export const ColorFeedbackInformationHighIcon: string;
|
|
131
|
+
export const ColorFeedbackInformationHighText: string;
|
|
132
|
+
export const ColorFeedbackInformationLowBackground: string;
|
|
133
|
+
export const ColorFeedbackInformationLowBorder: string;
|
|
134
|
+
export const ColorFeedbackInformationLowBorderSubtle: string;
|
|
135
|
+
export const ColorFeedbackInformationLowIcon: string;
|
|
136
|
+
export const ColorFeedbackInformationLowText: string;
|
|
137
|
+
export const ColorFeedbackInformationHighContrastBackground: string;
|
|
138
|
+
export const ColorFeedbackInformationHighContrastBorder: string;
|
|
139
|
+
export const ColorFeedbackInformationHighContrastIcon: string;
|
|
140
|
+
export const ColorFeedbackInformationHighContrastText: string;
|
|
141
|
+
export const ColorFeedbackInformationHighContrastTitle: string;
|
|
142
|
+
export const ColorFeedbackErrorHighBackground: string;
|
|
143
|
+
export const ColorFeedbackErrorHighBorder: string;
|
|
144
|
+
export const ColorFeedbackErrorHighIcon: string;
|
|
145
|
+
export const ColorFeedbackErrorHighText: string;
|
|
146
|
+
export const ColorFeedbackErrorLowBackground: string;
|
|
147
|
+
export const ColorFeedbackErrorLowBorder: string;
|
|
148
|
+
export const ColorFeedbackErrorLowBorderSubtle: string;
|
|
149
|
+
export const ColorFeedbackErrorLowIcon: string;
|
|
150
|
+
export const ColorFeedbackErrorLowText: string;
|
|
151
|
+
export const ColorFeedbackErrorHighContrastBackground: string;
|
|
152
|
+
export const ColorFeedbackErrorHighContrastBorder: string;
|
|
153
|
+
export const ColorFeedbackErrorHighContrastIcon: string;
|
|
154
|
+
export const ColorFeedbackErrorHighContrastText: string;
|
|
155
|
+
export const ColorFeedbackErrorHighContrastTitle: string;
|
|
156
|
+
export const ColorFeedbackNeutralHighBackground: string;
|
|
157
|
+
export const ColorFeedbackNeutralHighBorder: string;
|
|
158
|
+
export const ColorFeedbackNeutralHighIcon: string;
|
|
159
|
+
export const ColorFeedbackNeutralHighText: string;
|
|
160
|
+
export const ColorFeedbackNeutralLowBackground: string;
|
|
161
|
+
export const ColorFeedbackNeutralLowBorder: string;
|
|
162
|
+
export const ColorFeedbackNeutralLowBorderSubtle: string;
|
|
163
|
+
export const ColorFeedbackNeutralLowIcon: string;
|
|
164
|
+
export const ColorFeedbackNeutralLowText: string;
|
|
165
|
+
export const ColorFeedbackNeutralHighContrastBackground: string;
|
|
166
|
+
export const ColorFeedbackNeutralHighContrastBorder: string;
|
|
167
|
+
export const ColorFeedbackNeutralHighContrastIcon: string;
|
|
168
|
+
export const ColorFeedbackNeutralHighContrastText: string;
|
|
169
|
+
export const ColorFeedbackNeutralHighContrastTitle: string;
|
|
170
|
+
export const ColorFeedbackWarningHighBackground: string;
|
|
171
|
+
export const ColorFeedbackWarningHighBorder: string;
|
|
172
|
+
export const ColorFeedbackWarningHighIcon: string;
|
|
173
|
+
export const ColorFeedbackWarningHighText: string;
|
|
174
|
+
export const ColorFeedbackWarningLowBackground: string;
|
|
175
|
+
export const ColorFeedbackWarningLowBorder: string;
|
|
176
|
+
export const ColorFeedbackWarningLowBorderSubtle: string;
|
|
177
|
+
export const ColorFeedbackWarningLowIcon: string;
|
|
178
|
+
export const ColorFeedbackWarningLowText: string;
|
|
179
|
+
export const ColorFeedbackWarningHighContrastBackground: string;
|
|
180
|
+
export const ColorFeedbackWarningHighContrastBorder: string;
|
|
181
|
+
export const ColorFeedbackWarningHighContrastIcon: string;
|
|
182
|
+
export const ColorFeedbackWarningHighContrastText: string;
|
|
183
|
+
export const ColorFeedbackWarningHighContrastTitle: string;
|
|
184
|
+
export const ColorFeedbackSuccessHighBackground: string;
|
|
185
|
+
export const ColorFeedbackSuccessHighBorder: string;
|
|
186
|
+
export const ColorFeedbackSuccessHighIcon: string;
|
|
187
|
+
export const ColorFeedbackSuccessHighText: string;
|
|
188
|
+
export const ColorFeedbackSuccessLowBackground: string;
|
|
189
|
+
export const ColorFeedbackSuccessLowBorder: string;
|
|
190
|
+
export const ColorFeedbackSuccessLowBorderSubtle: string;
|
|
191
|
+
export const ColorFeedbackSuccessLowIcon: string;
|
|
192
|
+
export const ColorFeedbackSuccessLowText: string;
|
|
193
|
+
export const ColorFeedbackSuccessHighContrastBackground: string;
|
|
194
|
+
export const ColorFeedbackSuccessHighContrastBorder: string;
|
|
195
|
+
export const ColorFeedbackSuccessHighContrastIcon: string;
|
|
196
|
+
export const ColorFeedbackSuccessHighContrastText: string;
|
|
197
|
+
export const ColorFeedbackSuccessHighContrastTitle: string;
|
|
198
|
+
export const ColorFocusBrand: string;
|
|
199
|
+
export const ColorFocusBackground: string;
|
|
200
|
+
export const ColorFocusBackgroundInverted: string;
|
|
201
|
+
export const ColorFocusDestructive: string;
|
|
202
|
+
export const ColorFocusDestructiveInField: string;
|
|
203
|
+
export const ColorFocusSuccess: string;
|
|
204
|
+
export const ColorRainbow1Background: string;
|
|
205
|
+
export const ColorRainbow1Border: string;
|
|
206
|
+
export const ColorRainbow1BorderLight: string;
|
|
207
|
+
export const ColorRainbow1Icon: string;
|
|
208
|
+
export const ColorRainbow1Text: string;
|
|
209
|
+
export const ColorRainbow2Background: string;
|
|
210
|
+
export const ColorRainbow2Border: string;
|
|
211
|
+
export const ColorRainbow2BorderLight: string;
|
|
212
|
+
export const ColorRainbow2Icon: string;
|
|
213
|
+
export const ColorRainbow2Text: string;
|
|
214
|
+
export const ColorRainbow3Background: string;
|
|
215
|
+
export const ColorRainbow3Border: string;
|
|
216
|
+
export const ColorRainbow3BorderLight: string;
|
|
217
|
+
export const ColorRainbow3Icon: string;
|
|
218
|
+
export const ColorRainbow3Text: string;
|
|
219
|
+
export const ColorRainbow4Background: string;
|
|
220
|
+
export const ColorRainbow4Border: string;
|
|
221
|
+
export const ColorRainbow4BorderLight: string;
|
|
222
|
+
export const ColorRainbow4Icon: string;
|
|
223
|
+
export const ColorRainbow4Text: string;
|
|
224
|
+
export const ColorRainbow5Background: string;
|
|
225
|
+
export const ColorRainbow5Border: string;
|
|
226
|
+
export const ColorRainbow5BorderLight: string;
|
|
227
|
+
export const ColorRainbow5Icon: string;
|
|
228
|
+
export const ColorRainbow5Text: string;
|
|
229
|
+
export const ColorRainbow6Background: string;
|
|
230
|
+
export const ColorRainbow6Border: string;
|
|
231
|
+
export const ColorRainbow6BorderLight: string;
|
|
232
|
+
export const ColorRainbow6Icon: string;
|
|
233
|
+
export const ColorRainbow6Text: string;
|
|
234
|
+
export const ColorRainbow7Background: string;
|
|
235
|
+
export const ColorRainbow7Border: string;
|
|
236
|
+
export const ColorRainbow7BorderLight: string;
|
|
237
|
+
export const ColorRainbow7Icon: string;
|
|
238
|
+
export const ColorRainbow7Text: string;
|
|
239
|
+
export const ColorRainbow8Background: string;
|
|
240
|
+
export const ColorRainbow8Border: string;
|
|
241
|
+
export const ColorRainbow8BorderLight: string;
|
|
242
|
+
export const ColorRainbow8Icon: string;
|
|
243
|
+
export const ColorRainbow8Text: string;
|
|
244
|
+
export const ColorRainbow9Background: string;
|
|
245
|
+
export const ColorRainbow9Border: string;
|
|
246
|
+
export const ColorRainbow9BorderLight: string;
|
|
247
|
+
export const ColorRainbow9Icon: string;
|
|
248
|
+
export const ColorRainbow9Text: string;
|
|
249
|
+
export const ColorRainbow10Background: string;
|
|
250
|
+
export const ColorRainbow10Border: string;
|
|
251
|
+
export const ColorRainbow10BorderLight: string;
|
|
252
|
+
export const ColorRainbow10Icon: string;
|
|
253
|
+
export const ColorRainbow10Text: string;
|
|
254
|
+
export const ColorDontUseBorder: string;
|
|
255
|
+
export const ColorDontUseContent: string;
|
|
256
|
+
export const ColorDontUseBackground: string;
|
|
257
|
+
export const OpacityDisabled: string;
|
|
258
|
+
export const OpacityDisabled2: string;
|
|
259
|
+
export const ShadowColorOpacity0: string;
|
|
260
|
+
export const ShadowColorOpacity1: string;
|
|
261
|
+
export const ShadowColorOpacity2: string;
|
|
262
|
+
export const ShadowColorOpacity3: string;
|
|
263
|
+
export const ShadowBlurBase1: string;
|
|
264
|
+
export const ShadowBlurBase2: string;
|
|
265
|
+
export const ShadowBlurMd1: string;
|
|
266
|
+
export const ShadowBlurMd2: string;
|
|
267
|
+
export const ShadowBlurLg1: string;
|
|
268
|
+
export const ShadowBlurLg2: string;
|
|
269
|
+
export const ShadowBlurXl1: string;
|
|
270
|
+
export const ShadowBlurXl2: string;
|
|
271
|
+
export const ShadowBlur2xl: string;
|
|
272
|
+
export const ShadowSpreadBase: string;
|
|
273
|
+
export const ShadowSpreadMd: string;
|
|
274
|
+
export const ShadowSpreadLg1: string;
|
|
275
|
+
export const ShadowSpreadLg2: string;
|
|
276
|
+
export const ShadowSpreadXl: string;
|
|
277
|
+
export const ShadowSpread2xl: string;
|
|
278
|
+
export const ShadowYAxisNone: string;
|
|
279
|
+
export const ShadowYAxisBase1: string;
|
|
280
|
+
export const ShadowYAxisBase2: string;
|
|
281
|
+
export const ShadowYAxisMd1: string;
|
|
282
|
+
export const ShadowYAxisMd2: string;
|
|
283
|
+
export const ShadowYAxisLg1: string;
|
|
284
|
+
export const ShadowYAxisLg2: string;
|
|
285
|
+
export const ShadowYAxisXl1: string;
|
|
286
|
+
export const ShadowYAxisXl2: string;
|
|
287
|
+
export const ShadowYAxis2xl: string;
|
|
288
|
+
export const ComponentsButtonHighBorder: string;
|
|
289
|
+
export const ComponentsButtonHighBackground: string;
|
|
290
|
+
export const ComponentsButtonHighBackgroundActive: string;
|
|
291
|
+
export const ComponentsButtonHighBackgroundHover: string;
|
|
292
|
+
export const ComponentsButtonHighBorderHover: string;
|
|
293
|
+
export const ComponentsButtonHighBorderActive: string;
|
|
294
|
+
export const ComponentsButtonHighText: string;
|
|
295
|
+
export const ComponentsButtonHighTextActive: string;
|
|
296
|
+
export const ComponentsButtonHighTextHover: string;
|
|
297
|
+
export const ComponentsButtonHighIcon: string;
|
|
298
|
+
export const ComponentsButtonHighIconActive: string;
|
|
299
|
+
export const ComponentsButtonHighIconHover: string;
|
|
300
|
+
export const ComponentsButtonLowBackground: string;
|
|
301
|
+
export const ComponentsButtonLowBorder: string;
|
|
302
|
+
export const ComponentsButtonLowBorderActive: string;
|
|
303
|
+
export const ComponentsButtonLowBorderHover: string;
|
|
304
|
+
export const ComponentsButtonLowBackgroundActive: string;
|
|
305
|
+
export const ComponentsButtonLowBackgroundHover: string;
|
|
306
|
+
export const ComponentsButtonLowIcon: string;
|
|
307
|
+
export const ComponentsButtonLowIconActive: string;
|
|
308
|
+
export const ComponentsButtonLowIconHover: string;
|
|
309
|
+
export const ComponentsButtonLowText: string;
|
|
310
|
+
export const ComponentsButtonLowTextActive: string;
|
|
311
|
+
export const ComponentsButtonLowTextHover: string;
|
|
312
|
+
export const ComponentsButtonLowerBorder: string;
|
|
313
|
+
export const ComponentsButtonLowerBorderActive: string;
|
|
314
|
+
export const ComponentsButtonLowerBorderHover: string;
|
|
315
|
+
export const ComponentsButtonLowerBackground: string;
|
|
316
|
+
export const ComponentsButtonLowerBackgroundActive: string;
|
|
317
|
+
export const ComponentsButtonLowerBackgroundHover: string;
|
|
318
|
+
export const ComponentsButtonLowerIcon: string;
|
|
319
|
+
export const ComponentsButtonLowerIconActive: string;
|
|
320
|
+
export const ComponentsButtonLowerIconHover: string;
|
|
321
|
+
export const ComponentsButtonLowerText: string;
|
|
322
|
+
export const ComponentsButtonLowerTextActive: string;
|
|
323
|
+
export const ComponentsButtonLowerTextHover: string;
|
|
324
|
+
export const ComponentsButtonGrAsComplementaryBorder: string;
|
|
325
|
+
export const ComponentsButtonGrAsComplementaryBorderHover: string;
|
|
326
|
+
export const ComponentsButtonGrAsComplementaryBackground: string;
|
|
327
|
+
export const ComponentsButtonGrAsComplementaryBackgroundHover: string;
|
|
328
|
+
export const ComponentsButtonGrAsComplementaryText: string;
|
|
329
|
+
export const ComponentsButtonGrAsComplementaryTextHover: string;
|
|
330
|
+
export const ComponentsButtonGrAsComplementaryIcon: string;
|
|
331
|
+
export const ComponentsButtonGrAsComplementaryIconHover: string;
|
|
332
|
+
export const ComponentsButtonMediumBackground: string;
|
|
333
|
+
export const ComponentsButtonMediumBackgroundActive: string;
|
|
334
|
+
export const ComponentsButtonMediumBackgroundHover: string;
|
|
335
|
+
export const ComponentsButtonMediumBorder: string;
|
|
336
|
+
export const ComponentsButtonMediumBorderActive: string;
|
|
337
|
+
export const ComponentsButtonMediumBorderHover: string;
|
|
338
|
+
export const ComponentsButtonMediumIcon: string;
|
|
339
|
+
export const ComponentsButtonMediumIconActive: string;
|
|
340
|
+
export const ComponentsButtonMediumIconHover: string;
|
|
341
|
+
export const ComponentsButtonMediumText: string;
|
|
342
|
+
export const ComponentsButtonMediumTextActive: string;
|
|
343
|
+
export const ComponentsButtonMediumTextHover: string;
|
|
344
|
+
export const ComponentsFormOpacityDefault: string;
|
|
345
|
+
export const ComponentsFormOpacityDisabled: string;
|
|
346
|
+
export const ComponentsFormTextRequired: string;
|
|
347
|
+
export const ComponentsFormTextInfoIcon: string;
|
|
348
|
+
export const ComponentsFormTextLabelDefault: string;
|
|
349
|
+
export const ComponentsFormTextLabelDisabled: string;
|
|
350
|
+
export const ComponentsFormTextDescriptionDefault: string;
|
|
351
|
+
export const ComponentsFormTextDescriptionError: string;
|
|
352
|
+
export const ComponentsFormFieldBackgroundDefault: string;
|
|
353
|
+
export const ComponentsFormFieldBackgroundFocus: string;
|
|
354
|
+
export const ComponentsFormFieldBackgroundHover: string;
|
|
355
|
+
export const ComponentsFormFieldBackgroundDisabled: string;
|
|
356
|
+
export const ComponentsFormFieldBackgroundChecked: string;
|
|
357
|
+
export const ComponentsFormFieldBackgroundError: string;
|
|
358
|
+
export const ComponentsFormFieldBackgroundReadonly: string;
|
|
359
|
+
export const ComponentsFormFieldBorderDefault: string;
|
|
360
|
+
export const ComponentsFormFieldBorderDisabled: string;
|
|
361
|
+
export const ComponentsFormFieldBorderHover: string;
|
|
362
|
+
export const ComponentsFormFieldBorderFocus: string;
|
|
363
|
+
export const ComponentsFormFieldBorderError: string;
|
|
364
|
+
export const ComponentsFormFieldBorderSuccess: string;
|
|
365
|
+
export const ComponentsFormFieldBorderReadonly: string;
|
|
366
|
+
export const ComponentsFormFieldContentPlaceholder: string;
|
|
367
|
+
export const ComponentsFormFieldContentText: string;
|
|
368
|
+
export const ComponentsFormFieldIconDefault: string;
|
|
369
|
+
export const ComponentsFormFieldIconDisabled: string;
|
|
370
|
+
export const ComponentsFormFieldIconError: string;
|
|
371
|
+
export const ComponentsFormFieldIconSuccess: string;
|
|
372
|
+
export const ComponentsFormShapeBackgroundDefault: string;
|
|
373
|
+
export const ComponentsFormShapeBackgroundHover: string;
|
|
374
|
+
export const ComponentsFormShapeBackgroundDisabled: string;
|
|
375
|
+
export const ComponentsFormShapeBackgroundSelected: string;
|
|
376
|
+
export const ComponentsFormShapeBackgroundError: string;
|
|
377
|
+
export const ComponentsFormShapeBorderDefault: string;
|
|
378
|
+
export const ComponentsFormShapeBorderHover: string;
|
|
379
|
+
export const ComponentsFormShapeBorderFocus: string;
|
|
380
|
+
export const ComponentsFormShapeBorderError: string;
|
|
381
|
+
export const ComponentsFormShapeBorderSuccess: string;
|
|
382
|
+
export const ComponentsFormShapeForegroundDefault: string;
|
|
383
|
+
export const ComponentsFormShapeForegroundSwitchDot: string;
|
|
384
|
+
export const ComponentsFormShapeForegroundDisabled: string;
|
|
385
|
+
export const ComponentsFormShapeForegroundDisabledError: string;
|
|
386
|
+
export const ComponentsLoaderWhiteBackground: string;
|
|
387
|
+
export const ComponentsLoaderWhiteForeground: string;
|
|
388
|
+
export const ComponentsLoaderBrandBackground: string;
|
|
389
|
+
export const ComponentsLoaderBrandForeground: string;
|
|
390
|
+
export const ComponentsButtonDestructiveMediumBackground: string;
|
|
391
|
+
export const ComponentsButtonDestructiveMediumBackgroundHover: string;
|
|
392
|
+
export const ComponentsButtonDestructiveMediumText: string;
|
|
393
|
+
export const ComponentsButtonDestructiveMediumTextHover: string;
|
|
394
|
+
export const ComponentsButtonDestructiveMediumIcon: string;
|
|
395
|
+
export const ComponentsButtonDestructiveMediumIconHover: string;
|
|
396
|
+
export const ComponentsButtonDestructiveMediumBorder: string;
|
|
397
|
+
export const ComponentsButtonDestructiveMediumBorderHover: string;
|
|
398
|
+
export const ComponentsButtonDestructiveLowBackground: string;
|
|
399
|
+
export const ComponentsButtonDestructiveLowBorder: string;
|
|
400
|
+
export const ComponentsButtonDestructiveLowBorderHover: string;
|
|
401
|
+
export const ComponentsButtonDestructiveLowBackgroundHover: string;
|
|
402
|
+
export const ComponentsButtonDestructiveLowText: string;
|
|
403
|
+
export const ComponentsButtonDestructiveLowTextHover: string;
|
|
404
|
+
export const ComponentsButtonDestructiveLowIcon: string;
|
|
405
|
+
export const ComponentsButtonDestructiveLowIconHover: string;
|
|
406
|
+
export const ComponentsButtonDestructiveHighBackground: string;
|
|
407
|
+
export const ComponentsButtonDestructiveHighBackgroundHover: string;
|
|
408
|
+
export const ComponentsButtonDestructiveHighText: string;
|
|
409
|
+
export const ComponentsButtonDestructiveHighTextHover: string;
|
|
410
|
+
export const ComponentsButtonDestructiveHighIcon: string;
|
|
411
|
+
export const ComponentsButtonDestructiveHighIconHover: string;
|
|
412
|
+
export const ComponentsButtonDestructiveLowerBackground: string;
|
|
413
|
+
export const ComponentsButtonDestructiveLowerBackgroundHover: string;
|
|
414
|
+
export const ComponentsButtonDestructiveLowerText: string;
|
|
415
|
+
export const ComponentsButtonDestructiveLowerTextHover: string;
|
|
416
|
+
export const ComponentsButtonDestructiveLowerIcon: string;
|
|
417
|
+
export const ComponentsButtonDestructiveLowerIconHover: string;
|
|
418
|
+
export const ComponentsButtonDestructiveLowerBorder: string;
|
|
419
|
+
export const ComponentsButtonDestructiveLowerBorderHover: string;
|
|
420
|
+
export const ComponentsOverlayOpacity: string;
|
|
421
|
+
export const ComponentsOverlayBackground: string;
|
|
422
|
+
export const ComponentsAlertInformationBackground: string;
|
|
423
|
+
export const ComponentsAlertInformationIcon: string;
|
|
424
|
+
export const ComponentsAlertInformationBorder: string;
|
|
425
|
+
export const ComponentsAlertContentDescription: string;
|
|
426
|
+
export const ComponentsAlertContentTitle: string;
|
|
427
|
+
export const ComponentsAlertWarningBackground: string;
|
|
428
|
+
export const ComponentsAlertWarningBorder: string;
|
|
429
|
+
export const ComponentsAlertWarningIcon: string;
|
|
430
|
+
export const ComponentsAlertErrorBackground: string;
|
|
431
|
+
export const ComponentsAlertErrorBorder: string;
|
|
432
|
+
export const ComponentsAlertErrorIcon: string;
|
|
433
|
+
export const ComponentsAlertSuccessBackground: string;
|
|
434
|
+
export const ComponentsAlertSuccessBorder: string;
|
|
435
|
+
export const ComponentsAlertSuccessIcon: string;
|
|
436
|
+
export const ComponentsAlertNeutralBackground: string;
|
|
437
|
+
export const ComponentsAlertNeutralBorder: string;
|
|
438
|
+
export const ComponentsAlertNeutralIcon: string;
|
|
439
|
+
export const ComponentsAvatarBackground1: string;
|
|
440
|
+
export const ComponentsAvatarBackground2: string;
|
|
441
|
+
export const ComponentsAvatarBackground3: string;
|
|
442
|
+
export const ComponentsAvatarBackground4: string;
|
|
443
|
+
export const ComponentsAvatarBackground5: string;
|
|
444
|
+
export const ComponentsAvatarBackground6: string;
|
|
445
|
+
export const ComponentsAvatarBackground7: string;
|
|
446
|
+
export const ComponentsAvatarBackground8: string;
|
|
447
|
+
export const ComponentsAvatarBackground9: string;
|
|
448
|
+
export const ComponentsAvatarBackground10: string;
|
|
449
|
+
export const ComponentsAvatarBorder1: string;
|
|
450
|
+
export const ComponentsAvatarBorder2: string;
|
|
451
|
+
export const ComponentsAvatarBorder3: string;
|
|
452
|
+
export const ComponentsAvatarBorder4: string;
|
|
453
|
+
export const ComponentsAvatarBorder5: string;
|
|
454
|
+
export const ComponentsAvatarBorder6: string;
|
|
455
|
+
export const ComponentsAvatarBorder7: string;
|
|
456
|
+
export const ComponentsAvatarBorder8: string;
|
|
457
|
+
export const ComponentsAvatarBorder9: string;
|
|
458
|
+
export const ComponentsAvatarBorder10: string;
|
|
459
|
+
export const ComponentsAvatarContent1: string;
|
|
460
|
+
export const ComponentsAvatarContent2: string;
|
|
461
|
+
export const ComponentsAvatarContent3: string;
|
|
462
|
+
export const ComponentsAvatarContent4: string;
|
|
463
|
+
export const ComponentsAvatarContent5: string;
|
|
464
|
+
export const ComponentsAvatarContent6: string;
|
|
465
|
+
export const ComponentsAvatarContent7: string;
|
|
466
|
+
export const ComponentsAvatarContent8: string;
|
|
467
|
+
export const ComponentsAvatarContent9: string;
|
|
468
|
+
export const ComponentsAvatarContent10: string;
|
|
469
|
+
export const ComponentsBreadcrumbText: string;
|
|
470
|
+
export const ComponentsBreadcrumbTextHover: string;
|
|
471
|
+
export const ComponentsBreadcrumbTextCurrent: string;
|
|
472
|
+
export const ComponentsButtongroupHighBorder: string;
|
|
473
|
+
export const ComponentsButtongroupHighBackground: string;
|
|
474
|
+
export const ComponentsButtongroupMediumBorder: string;
|
|
475
|
+
export const ComponentsButtongroupMediumBackground: string;
|
|
476
|
+
export const ComponentsButtongroupLowBorder: string;
|
|
477
|
+
export const ComponentsButtongroupLowBackground: string;
|
|
478
|
+
export const ComponentsButtongroupLowerBorder: string;
|
|
479
|
+
export const ComponentsButtongroupLowerBackground: string;
|
|
480
|
+
export const ComponentsDatagridHeaderBorder: string;
|
|
481
|
+
export const ComponentsDatagridHeaderText: string;
|
|
482
|
+
export const ComponentsDatagridHeaderBackground: string;
|
|
483
|
+
export const ComponentsDatagridBodyBorder: string;
|
|
484
|
+
export const ComponentsDatagridBodyText: string;
|
|
485
|
+
export const ComponentsDatagridBodySubtext: string;
|
|
486
|
+
export const ComponentsDatagridBodyBackgroundDefault: string;
|
|
487
|
+
export const ComponentsDatagridBodyBackgroundActive: string;
|
|
488
|
+
export const ComponentsDatagridBodyBackgroundHover: string;
|
|
489
|
+
export const ComponentsDatagridExpanderContentBackground: string;
|
|
490
|
+
export const ComponentsDatagridExpanderBorder: string;
|
|
491
|
+
export const ComponentsDatagridExpanderExpanderBackground: string;
|
|
492
|
+
export const ComponentsFieldTimeBackgroundDefault: string;
|
|
493
|
+
export const ComponentsFieldTimeBackgroundHover: string;
|
|
494
|
+
export const ComponentsFieldTimeBackgroundActive: string;
|
|
495
|
+
export const ComponentsFieldTimeTextDefault: string;
|
|
496
|
+
export const ComponentsFieldTimeTextHover: string;
|
|
497
|
+
export const ComponentsFieldTimeTextActive: string;
|
|
498
|
+
export const ComponentsFieldTimeBorderActive: string;
|
|
499
|
+
export const ComponentsCalendarBorder: string;
|
|
500
|
+
export const ComponentsCalendarHeaderText: string;
|
|
501
|
+
export const ComponentsCalendarWeeksBackground: string;
|
|
502
|
+
export const ComponentsCalendarWeeksBackgroundHover: string;
|
|
503
|
+
export const ComponentsCalendarWeeksText: string;
|
|
504
|
+
export const ComponentsCalendarWeeksTextHover: string;
|
|
505
|
+
export const ComponentsCalendarCellBackground: string;
|
|
506
|
+
export const ComponentsCalendarCellBackgroundSelected: string;
|
|
507
|
+
export const ComponentsCalendarCellBackgroundInRange: string;
|
|
508
|
+
export const ComponentsCalendarCellBackgroundHover: string;
|
|
509
|
+
export const ComponentsCalendarCellBackgroundToday: string;
|
|
510
|
+
export const ComponentsCalendarCellDot: string;
|
|
511
|
+
export const ComponentsCalendarCellDotSelected: string;
|
|
512
|
+
export const ComponentsCalendarCellDotHover: string;
|
|
513
|
+
export const ComponentsCalendarCellText: string;
|
|
514
|
+
export const ComponentsCalendarCellTextSelected: string;
|
|
515
|
+
export const ComponentsCalendarCellTextInRange: string;
|
|
516
|
+
export const ComponentsCalendarCellTextHover: string;
|
|
517
|
+
export const ComponentsCalendarCellTextOutsideMonth: string;
|
|
518
|
+
export const ComponentsCalendarCellTextToday: string;
|
|
519
|
+
export const ComponentsCalendarBackground: string;
|
|
520
|
+
export const ComponentsListSelectBackground: string;
|
|
521
|
+
export const ComponentsListSelectOptionContentDefault: string;
|
|
522
|
+
export const ComponentsListSelectOptionContentHover: string;
|
|
523
|
+
export const ComponentsListSelectOptionContentDisabled: string;
|
|
524
|
+
export const ComponentsListSelectOptionContentActive: string;
|
|
525
|
+
export const ComponentsListSelectOptionBackgroundDefault: string;
|
|
526
|
+
export const ComponentsListSelectOptionBackgroundHover: string;
|
|
527
|
+
export const ComponentsListSelectOptionBackgroundDisabled: string;
|
|
528
|
+
export const ComponentsListSelectOptionBackgroundActive: string;
|
|
529
|
+
export const ComponentsListSelectOptgroupContent: string;
|
|
530
|
+
export const ComponentsListSelectBorder: string;
|
|
531
|
+
export const ComponentsListSelectHr: string;
|
|
532
|
+
export const ComponentsListDropdownBackground: string;
|
|
533
|
+
export const ComponentsListDropdownHeaderBackground: string;
|
|
534
|
+
export const ComponentsListDropdownItemBorderActive: string;
|
|
535
|
+
export const ComponentsListDropdownItemLabelDefault: string;
|
|
536
|
+
export const ComponentsListDropdownItemLabelHover: string;
|
|
537
|
+
export const ComponentsListDropdownItemLabelDisabled: string;
|
|
538
|
+
export const ComponentsListDropdownItemLabelActive: string;
|
|
539
|
+
export const ComponentsListDropdownItemDescriptionDefault: string;
|
|
540
|
+
export const ComponentsListDropdownItemDescriptionHover: string;
|
|
541
|
+
export const ComponentsListDropdownItemDescriptionDisabled: string;
|
|
542
|
+
export const ComponentsListDropdownItemBackgroundDefault: string;
|
|
543
|
+
export const ComponentsListDropdownItemBackgroundHover: string;
|
|
544
|
+
export const ComponentsListDropdownItemBackgroundDisabled: string;
|
|
545
|
+
export const ComponentsListDropdownItemBackgroundActive: string;
|
|
546
|
+
export const ComponentsListDropdownGroupTitleContent: string;
|
|
547
|
+
export const ComponentsListDropdownGroupTitleBackground: string;
|
|
548
|
+
export const ComponentsListDropdownSeparator: string;
|
|
549
|
+
export const ComponentsListDropdownBorder: string;
|
|
550
|
+
export const ComponentsMenuContextualBackground: string;
|
|
551
|
+
export const ComponentsMenuContextualBorder: string;
|
|
552
|
+
export const ComponentsMenuContextualItemBackground: string;
|
|
553
|
+
export const ComponentsMenuContextualItemBackgroundHover: string;
|
|
554
|
+
export const ComponentsMenuContextualItemShortcut: string;
|
|
555
|
+
export const ComponentsMenuContextualItemContent: string;
|
|
556
|
+
export const ComponentsMenuContextualItemContentDisabled: string;
|
|
557
|
+
export const ComponentsMenuContextualItemContentHover: string;
|
|
558
|
+
export const ComponentsNotificationInformationBackground: string;
|
|
559
|
+
export const ComponentsNotificationInformationIcon: string;
|
|
560
|
+
export const ComponentsNotificationInformationBorder: string;
|
|
561
|
+
export const ComponentsNotificationContentDescription: string;
|
|
562
|
+
export const ComponentsNotificationContentTimestamp: string;
|
|
563
|
+
export const ComponentsNotificationContentTitle: string;
|
|
564
|
+
export const ComponentsNotificationWarningBackground: string;
|
|
565
|
+
export const ComponentsNotificationWarningBorder: string;
|
|
566
|
+
export const ComponentsNotificationWarningIcon: string;
|
|
567
|
+
export const ComponentsNotificationErrorBackground: string;
|
|
568
|
+
export const ComponentsNotificationErrorBorder: string;
|
|
569
|
+
export const ComponentsNotificationErrorIcon: string;
|
|
570
|
+
export const ComponentsNotificationSuccessBackground: string;
|
|
571
|
+
export const ComponentsNotificationSuccessBorder: string;
|
|
572
|
+
export const ComponentsNotificationSuccessIcon: string;
|
|
573
|
+
export const ComponentsNotificationNeutralBackground: string;
|
|
574
|
+
export const ComponentsNotificationNeutralBorder: string;
|
|
575
|
+
export const ComponentsNotificationNeutralIcon: string;
|
|
576
|
+
export const ComponentsPopoverBackground: string;
|
|
577
|
+
export const ComponentsPopoverBorder: string;
|
|
578
|
+
export const ComponentsPopoverText: string;
|
|
579
|
+
export const ComponentsPopoverSupportingText: string;
|
|
580
|
+
export const ComponentsSidebarBackground: string;
|
|
581
|
+
export const ComponentsSidebarDivider: string;
|
|
582
|
+
export const ComponentsSidebarBorder: string;
|
|
583
|
+
export const ComponentsSliderTrackBackground: string;
|
|
584
|
+
export const ComponentsSliderTrackFilledDefault: string;
|
|
585
|
+
export const ComponentsSliderTrackFilledHover: string;
|
|
586
|
+
export const ComponentsSliderTrackFilledFocus: string;
|
|
587
|
+
export const ComponentsSliderTrackFilledError: string;
|
|
588
|
+
export const ComponentsSliderTrackFilledDisabled: string;
|
|
589
|
+
export const ComponentsSliderTrackFilledReadonly: string;
|
|
590
|
+
export const ComponentsSliderHandlerBackgroundDefault: string;
|
|
591
|
+
export const ComponentsSliderHandlerBackgroundHover: string;
|
|
592
|
+
export const ComponentsSliderHandlerBackgroundFocus: string;
|
|
593
|
+
export const ComponentsSliderHandlerBackgroundError: string;
|
|
594
|
+
export const ComponentsSliderHandlerBackgroundDisabled: string;
|
|
595
|
+
export const ComponentsSliderHandlerBackgroundReadonly: string;
|
|
596
|
+
export const ComponentsSliderHandlerBorderDefault: string;
|
|
597
|
+
export const ComponentsSliderHandlerBorderHover: string;
|
|
598
|
+
export const ComponentsSliderHandlerBorderFocus: string;
|
|
599
|
+
export const ComponentsSliderHandlerBorderError: string;
|
|
600
|
+
export const ComponentsSliderHandlerBorderDisabled: string;
|
|
601
|
+
export const ComponentsSliderHandlerBorderReadonly: string;
|
|
602
|
+
export const ComponentsSplitterOldBackground: string;
|
|
603
|
+
export const ComponentsSplitterOldBackgroundHover: string;
|
|
604
|
+
export const ComponentsSplitterOldBackgroundActive: string;
|
|
605
|
+
export const ComponentsSplitterOldBorder: string;
|
|
606
|
+
export const ComponentsSplitterOldBorderHover: string;
|
|
607
|
+
export const ComponentsSplitterOldBorderActive: string;
|
|
608
|
+
export const ComponentsSplitterLineBackground: string;
|
|
609
|
+
export const ComponentsSplitterLineBackgroundActive: string;
|
|
610
|
+
export const ComponentsSplitterLineBackgroundHover: string;
|
|
611
|
+
export const ComponentsSplitterHandleBackground: string;
|
|
612
|
+
export const ComponentsSplitterHandleBackgroundActive: string;
|
|
613
|
+
export const ComponentsSplitterHandleBackgroundHover: string;
|
|
614
|
+
export const ComponentsTooltipBackground: string;
|
|
615
|
+
export const ComponentsTooltipBorder: string;
|
|
616
|
+
export const ComponentsTooltipText: string;
|
|
617
|
+
export const ComponentsTooltipSupportingText: string;
|
|
618
|
+
export const ComponentsToggleBorderDefault: string;
|
|
619
|
+
export const ComponentsToggleBorderDefaultChecked: string;
|
|
620
|
+
export const ComponentsToggleBorderHover: string;
|
|
621
|
+
export const ComponentsToggleBorderHoverChecked: string;
|
|
622
|
+
export const ComponentsToggleBorderDisabled: string;
|
|
623
|
+
export const ComponentsToggleBorderDisabledChecked: string;
|
|
624
|
+
export const ComponentsToggleBackgroundDefault: string;
|
|
625
|
+
export const ComponentsToggleBackgroundDefaultChecked: string;
|
|
626
|
+
export const ComponentsToggleBackgroundHover: string;
|
|
627
|
+
export const ComponentsToggleBackgroundHoverChecked: string;
|
|
628
|
+
export const ComponentsToggleBackgroundDisabled: string;
|
|
629
|
+
export const ComponentsToggleBackgroundDisabledChecked: string;
|
|
630
|
+
export const ComponentsToggleShapeDefault: string;
|
|
631
|
+
export const ComponentsToggleShapeDefaultChecked: string;
|
|
632
|
+
export const ComponentsToggleShapeHover: string;
|
|
633
|
+
export const ComponentsToggleShapeHoverChecked: string;
|
|
634
|
+
export const ComponentsToggleShapeDisabled: string;
|
|
635
|
+
export const ComponentsToggleShapeDisabledChecked: string;
|
|
636
|
+
export const ComponentsTogglegroupHighBorder: string;
|
|
637
|
+
export const ComponentsTogglegroupHighBackground: string;
|
|
638
|
+
export const ComponentsTogglegroupLowBorder: string;
|
|
639
|
+
export const ComponentsTogglegroupLowBackground: string;
|