@gainsight-hub/design-tokens 0.1.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.
@@ -0,0 +1,525 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+
5
+ export const BorderWidth100: string;
6
+ export const BorderWidth200: string;
7
+ export const ColorBrand100: string;
8
+ export const ColorBrand200: string;
9
+ export const ColorBrand300: string;
10
+ export const ColorBrand400: string;
11
+ export const ColorBrand500: string;
12
+ export const ColorBrand600: string;
13
+ export const ColorBrand700: string;
14
+ export const ColorBrand800: string;
15
+ export const ColorBrand900: string;
16
+ export const ColorBrand1000: string;
17
+ export const ColorNeutral0: string;
18
+ export const ColorNeutral100: string;
19
+ export const ColorNeutral200: string;
20
+ export const ColorNeutral300: string;
21
+ export const ColorNeutral400: string;
22
+ export const ColorNeutral500: string;
23
+ export const ColorNeutral600: string;
24
+ export const ColorNeutral700: string;
25
+ export const ColorNeutral800: string;
26
+ export const ColorNeutral900: string;
27
+ export const ColorNeutral1000: string;
28
+ export const ColorNeutralA100: string;
29
+ export const ColorNeutralA200: string;
30
+ export const ColorNeutralA300: string;
31
+ export const ColorNeutralA400: string;
32
+ export const ColorNeutralA500: string;
33
+ export const ColorBlue100: string;
34
+ export const ColorBlue200: string;
35
+ export const ColorBlue300: string;
36
+ export const ColorBlue400: string;
37
+ export const ColorBlue500: string;
38
+ export const ColorBlue600: string;
39
+ export const ColorBlue700: string;
40
+ export const ColorBlue800: string;
41
+ export const ColorBlue900: string;
42
+ export const ColorBlue1000: string;
43
+ export const ColorGreen100: string;
44
+ export const ColorGreen200: string;
45
+ export const ColorGreen300: string;
46
+ export const ColorGreen400: string;
47
+ export const ColorGreen500: string;
48
+ export const ColorGreen600: string;
49
+ export const ColorGreen700: string;
50
+ export const ColorGreen800: string;
51
+ export const ColorGreen900: string;
52
+ export const ColorGreen1000: string;
53
+ export const ColorRed100: string;
54
+ export const ColorRed200: string;
55
+ export const ColorRed300: string;
56
+ export const ColorRed400: string;
57
+ export const ColorRed500: string;
58
+ export const ColorRed600: string;
59
+ export const ColorRed700: string;
60
+ export const ColorRed800: string;
61
+ export const ColorRed900: string;
62
+ export const ColorRed1000: string;
63
+ export const ColorYellow100: string;
64
+ export const ColorYellow200: string;
65
+ export const ColorYellow300: string;
66
+ export const ColorYellow400: string;
67
+ export const ColorYellow500: string;
68
+ export const ColorYellow600: string;
69
+ export const ColorYellow700: string;
70
+ export const ColorYellow800: string;
71
+ export const ColorYellow900: string;
72
+ export const ColorYellow1000: string;
73
+ /** default color used for the most prominent call-to-action in the interface */
74
+ export const ColorActionPrimaryDefault: string;
75
+ /** color used when a primary action is hovered */
76
+ export const ColorActionPrimaryHover: string;
77
+ /** color used when a primary action is actively pressed */
78
+ export const ColorActionPrimaryPressed: string;
79
+ /** color used for less prominent actions that support the primary action */
80
+ export const ColorActionNeutralDefault: string;
81
+ /** color used when a secondary action is hovered */
82
+ export const ColorActionNeutralHover: string;
83
+ /** color used when a secondary action is actively pressed */
84
+ export const ColorActionNeutralPressed: string;
85
+ /** color used for actions that perform irreversible or potentially harmful operations */
86
+ export const ColorActionDestructiveDefault: string;
87
+ /** color used when a destructive action is hovered */
88
+ export const ColorActionDestructiveHover: string;
89
+ /** color used when a destructive action is actively pressed */
90
+ export const ColorActionDestructivePressed: string;
91
+ /** application canvas background used behind all UI surfaces */
92
+ export const ColorSurfacePage: string;
93
+ /** default container surface for standard UI sections (cards, panels, content areas) */
94
+ export const ColorSurfaceDefault: string;
95
+ /** sub-surface used inside containers to visually group secondary areas (e.g., comment/reply bubbles) */
96
+ export const ColorSurfaceMuted: string;
97
+ /** background of disabled interactive elements such as inputs, buttons, or selection controls */
98
+ export const ColorSurfaceDisabled: string;
99
+ /** elevated surface for overlays and floating layers (modals, dropdowns, popovers). */
100
+ export const ColorSurfaceOverlay: string;
101
+ /** color used for inverse surfaces such as tooltips and high-contrast floating UI */
102
+ export const ColorSurfaceInverse: string;
103
+ /** default color used for primary body text and high-emphasis content */
104
+ export const ColorContentDefault: string;
105
+ /** color used for secondary text such as helper text, metadata, or supporting information */
106
+ export const ColorContentSubtle: string;
107
+ /** color used for low-emphasis text such as placeholders or less important UI copy */
108
+ export const ColorContentSubtlest: string;
109
+ /** default color used for section and component headings */
110
+ export const ColorContentHeadingDefault: string;
111
+ /** color used for prominent page-level headings displayed on hero or banner areas */
112
+ export const ColorContentHeadingHero: string;
113
+ /** color used for text displayed on high-contrast or brand-colored backgrounds */
114
+ export const ColorContentInverse: string;
115
+ /** color used for text on disabled elements or unavailable content */
116
+ export const ColorContentDisabled: string;
117
+ /** default border and divider color used for standard UI boundaries, separators, and component outlines */
118
+ export const ColorLineDefault: string;
119
+ /** border and divider color used for disabled components or non-interactive states where visual emphasis is reduced */
120
+ export const ColorLineDisabled: string;
121
+ /** high-emphasis color used to communicate successful outcomes or confirmations */
122
+ export const ColorStatusSuccessBold: string;
123
+ /** high-emphasis color used to indicate errors or critical issues */
124
+ export const ColorStatusInformationBold: string;
125
+ /** high-emphasis color used for neutral informational messages */
126
+ export const ColorStatusDangerBold: string;
127
+ /** color used to indicate that a question or thread has received an accepted answer */
128
+ export const ColorCommunityAnswered: string;
129
+ /** color used to indicate that a question or thread has not yet received a response */
130
+ export const ColorCommunityUnanswered: string;
131
+ /** color used to highlight content that is featured or editorially promoted */
132
+ export const ColorCommunityHighlighted: string;
133
+ /** color used to indicate content that is pinned and prioritized in listings */
134
+ export const ColorCommunityPinned: string;
135
+ /** default color used for interactive text links */
136
+ export const ColorLinkDefault: string;
137
+ /** color used for interactive text links on hover */
138
+ export const ColorLinkHover: string;
139
+ /** default color used for focus rings on interactive elements */
140
+ export const ColorFocusRing: string;
141
+ /** semi-transparent color displayed behind modals to obscure background content */
142
+ export const ColorOverlayBackdrop: string;
143
+ /** overlay color applied to interactive elements to indicate a hover state */
144
+ export const ColorOverlayInteractiveHover: string;
145
+ /** overlay color applied to interactive elements to indicate an active or pressed state */
146
+ export const ColorOverlayInteractivePressed: string;
147
+ /** base color used for loading placeholders while content is being fetched */
148
+ export const ColorSkeletonDefault: string;
149
+ /** highlight color used in animated skeleton states to simulate loading progress */
150
+ export const ColorSkeletonSubtle: string;
151
+ export const FontFamilySans: string;
152
+ export const FontFamilyMono: string;
153
+ export const FontWeightRegular: number;
154
+ export const FontWeightMedium: number;
155
+ export const FontWeightBold: number;
156
+ export const FontSize100: string;
157
+ export const FontSize200: string;
158
+ export const FontSize300: string;
159
+ export const FontSize400: string;
160
+ export const FontSize500: string;
161
+ export const FontSize600: string;
162
+ export const FontSize700: string;
163
+ export const LineHeightRatioTight: number;
164
+ export const LineHeightRatioRelaxed: number;
165
+ export const LineHeightGrid100: string;
166
+ export const LineHeightGrid200: string;
167
+ export const LineHeightGrid300: string;
168
+ export const LineHeightGrid400: string;
169
+ export const LineHeightGrid500: string;
170
+ export const LineHeightGrid600: string;
171
+ export const LineHeightGrid700: string;
172
+ export const Radius100: string;
173
+ export const Radius150: string;
174
+ export const Radius200: string;
175
+ export const Radius025: string;
176
+ export const Radius050: string;
177
+ export const RadiusFull: string;
178
+ export const Shadow100: string;
179
+ export const Shadow200: string;
180
+ export const Shadow300: string;
181
+ export const Space0: string;
182
+ export const Space100: string;
183
+ export const Space125: string;
184
+ export const Space200: string;
185
+ export const Space250: string;
186
+ export const Space300: string;
187
+ export const Space400: string;
188
+ export const Space500: string;
189
+ export const Space600: string;
190
+ export const Space800: string;
191
+ export const Space1000: string;
192
+ export const Space025: string;
193
+ export const Space050: string;
194
+ export const Space075: string;
195
+ /** space used as the default gap between columns or layout elements */
196
+ export const SpaceLayoutGutter: string;
197
+ /** low elevation used for raised surfaces above the base layout */
198
+ export const Elevation1: string;
199
+ /** medium elevation used for floating surfaces above regular content */
200
+ export const Elevation2: string;
201
+ /** high elevation used for top-level surfaces above other floating elements */
202
+ export const Elevation3: string;
203
+ export const TextHeroFontFamily: string;
204
+ export const TextHeroFontWeight: number;
205
+ export const TextHeroFontSize: string;
206
+ export const TextHeroLineHeight: number;
207
+ export const TextHeadingSmallFontFamily: string;
208
+ export const TextHeadingSmallFontWeight: number;
209
+ export const TextHeadingSmallFontSize: string;
210
+ export const TextHeadingSmallLineHeight: number;
211
+ export const TextHeadingMediumFontFamily: string;
212
+ export const TextHeadingMediumFontWeight: number;
213
+ export const TextHeadingMediumFontSize: string;
214
+ export const TextHeadingMediumLineHeight: number;
215
+ export const TextHeadingLargeFontFamily: string;
216
+ export const TextHeadingLargeFontWeight: number;
217
+ export const TextHeadingLargeFontSize: string;
218
+ export const TextHeadingLargeLineHeight: number;
219
+ export const TextHeadingXlargeFontFamily: string;
220
+ export const TextHeadingXlargeFontWeight: number;
221
+ export const TextHeadingXlargeFontSize: string;
222
+ export const TextHeadingXlargeLineHeight: number;
223
+ export const TextBodySmallFontFamily: string;
224
+ export const TextBodySmallFontWeight: number;
225
+ export const TextBodySmallFontSize: string;
226
+ export const TextBodySmallLineHeight: number;
227
+ export const TextBodyMediumFontFamily: string;
228
+ export const TextBodyMediumFontWeight: number;
229
+ export const TextBodyMediumFontSize: string;
230
+ export const TextBodyMediumLineHeight: number;
231
+ export const TextBodyLargeFontFamily: string;
232
+ export const TextBodyLargeFontWeight: number;
233
+ export const TextBodyLargeFontSize: string;
234
+ export const TextBodyLargeLineHeight: number;
235
+ export const TextNavigationFontFamily: string;
236
+ export const TextNavigationFontWeight: number;
237
+ export const TextNavigationFontSize: string;
238
+ export const TextNavigationLineHeight: string;
239
+ export const TextMenuFontFamily: string;
240
+ export const TextMenuFontWeight: number;
241
+ export const TextMenuFontSize: string;
242
+ export const TextMenuLineHeight: string;
243
+ export const TextButtonFontFamily: string;
244
+ export const TextButtonFontWeight: number;
245
+ export const TextButtonFontSize: string;
246
+ export const TextButtonLineHeight: string;
247
+ export const TextLabelSmallFontFamily: string;
248
+ export const TextLabelSmallFontWeight: number;
249
+ export const TextLabelSmallFontSize: string;
250
+ export const TextLabelSmallLineHeight: string;
251
+ export const TextLabelMediumFontFamily: string;
252
+ export const TextLabelMediumFontWeight: number;
253
+ export const TextLabelMediumFontSize: string;
254
+ export const TextLabelMediumLineHeight: string;
255
+ export const TextCaptionFontFamily: string;
256
+ export const TextCaptionFontWeight: number;
257
+ export const TextCaptionFontSize: string;
258
+ export const TextCaptionLineHeight: string;
259
+ export const TextCodeFontFamily: string;
260
+ export const TextCodeFontWeight: number;
261
+ export const TextCodeFontSize: string;
262
+ export const TextCodeLineHeight: number;
263
+ /** Back-to-top button background. */
264
+ export const BacktotopBackground: string;
265
+ /** Back-to-top button icon/content color. */
266
+ export const BacktotopContent: string;
267
+ /** Border radius used for all button variants. */
268
+ export const ButtonRadius: string;
269
+ /** Border width used for all button variants. */
270
+ export const ButtonBorderWidth: string;
271
+ /** Font weight used for button labels across all variants. */
272
+ export const ButtonFontWeight: number;
273
+ /** Text transform applied to button labels (e.g., none/uppercase). */
274
+ export const ButtonTextTransform: string;
275
+ /** Primary button background in default state. */
276
+ export const ButtonPrimaryBackgroundDefault: string;
277
+ /** Primary button background on hover. */
278
+ export const ButtonPrimaryBackgroundHover: string;
279
+ /** Primary button background on press. */
280
+ export const ButtonPrimaryBackgroundPressed: string;
281
+ /** Primary button label/icon color in default state. */
282
+ export const ButtonPrimaryContentDefault: string;
283
+ /** Primary button label/icon color on hover. */
284
+ export const ButtonPrimaryContentHover: string;
285
+ /** Primary button label/icon color on press. */
286
+ export const ButtonPrimaryContentPressed: string;
287
+ /** Primary button border color in default state (no visible border). */
288
+ export const ButtonPrimaryBorderDefault: string;
289
+ /** Primary button border color on hover (no visible border). */
290
+ export const ButtonPrimaryBorderHover: string;
291
+ /** Primary button border color on press (no visible border). */
292
+ export const ButtonPrimaryBorderPressed: string;
293
+ /** Primary button shadow (none). */
294
+ export const ButtonPrimaryShadow: string;
295
+ /** Secondary button background in default state. */
296
+ export const ButtonSecondaryBackgroundDefault: string;
297
+ /** Secondary button background on hover. */
298
+ export const ButtonSecondaryBackgroundHover: string;
299
+ /** Secondary button background on press. */
300
+ export const ButtonSecondaryBackgroundPressed: string;
301
+ /** Secondary button label/icon color in default state. */
302
+ export const ButtonSecondaryContentDefault: string;
303
+ /** Secondary button label/icon color on hover. */
304
+ export const ButtonSecondaryContentHover: string;
305
+ /** Secondary button label/icon color on press. */
306
+ export const ButtonSecondaryContentPressed: string;
307
+ /** Secondary button border color in default state. */
308
+ export const ButtonSecondaryBorderDefault: string;
309
+ /** Secondary button border color on hover. */
310
+ export const ButtonSecondaryBorderHover: string;
311
+ /** Secondary button border color on press. */
312
+ export const ButtonSecondaryBorderPressed: string;
313
+ /** Secondary button shadow (none). */
314
+ export const ButtonSecondaryShadow: string;
315
+ /** Destructive button background in default state. */
316
+ export const ButtonDestructiveBackgroundDefault: string;
317
+ /** Destructive button background on hover. */
318
+ export const ButtonDestructiveBackgroundHover: string;
319
+ /** Destructive button background on press. */
320
+ export const ButtonDestructiveBackgroundPressed: string;
321
+ /** Destructive button label/icon color in default state. */
322
+ export const ButtonDestructiveContentDefault: string;
323
+ /** Destructive button label/icon color on hover. */
324
+ export const ButtonDestructiveContentHover: string;
325
+ /** Destructive button label/icon color on press. */
326
+ export const ButtonDestructiveContentPressed: string;
327
+ /** Destructive button border color in default state (no visible border). */
328
+ export const ButtonDestructiveBorderDefault: string;
329
+ /** Destructive button border color on hover (no visible border). */
330
+ export const ButtonDestructiveBorderHover: string;
331
+ /** Destructive button border color on press (no visible border). */
332
+ export const ButtonDestructiveBorderPressed: string;
333
+ /** Destructive button shadow (none). */
334
+ export const ButtonDestructiveShadow: string;
335
+ /** Vote button background in default state. */
336
+ export const ButtonVoteBackgroundDefault: string;
337
+ /** Vote button background on hover. */
338
+ export const ButtonVoteBackgroundHover: string;
339
+ /** Vote button background on press. */
340
+ export const ButtonVoteBackgroundPressed: string;
341
+ /** Vote button content color in default state. */
342
+ export const ButtonVoteContentDefault: string;
343
+ /** Vote button content color on hover. */
344
+ export const ButtonVoteContentHover: string;
345
+ /** Vote button content color on press. */
346
+ export const ButtonVoteContentPressed: string;
347
+ /** Vote button border color in default state. */
348
+ export const ButtonVoteBorderDefault: string;
349
+ /** Vote button border color on hover. */
350
+ export const ButtonVoteBorderHover: string;
351
+ /** Vote button border color on press. */
352
+ export const ButtonVoteBorderPressed: string;
353
+ /** Vote button shadow in default state (none). */
354
+ export const ButtonVoteShadowDefault: string;
355
+ /** Vote button shadow on hover (none). */
356
+ export const ButtonVoteShadowHover: string;
357
+ /** Vote button shadow on press (none). */
358
+ export const ButtonVoteShadowPressed: string;
359
+ /** Vote button background when selected (default). */
360
+ export const ButtonVoteSelectedBackgroundDefault: string;
361
+ /** Vote button background when selected (hovered). */
362
+ export const ButtonVoteSelectedBackgroundHover: string;
363
+ /** Vote button background when selected (pressed). */
364
+ export const ButtonVoteSelectedBackgroundPressed: string;
365
+ /** Vote button content color when selected (default). */
366
+ export const ButtonVoteSelectedContentDefault: string;
367
+ /** Vote button content color when selected (hovered). */
368
+ export const ButtonVoteSelectedContentHover: string;
369
+ /** Vote button content color when selected (pressed). */
370
+ export const ButtonVoteSelectedContentPressed: string;
371
+ /** Vote button border when selected (default) (no visible border). */
372
+ export const ButtonVoteSelectedBorderDefault: string;
373
+ /** Vote button border when selected (hovered) (no visible border). */
374
+ export const ButtonVoteSelectedBorderHover: string;
375
+ /** Vote button border when selected (pressed) (no visible border). */
376
+ export const ButtonVoteSelectedBorderPressed: string;
377
+ /** Vote button shadow when selected (default) (none). */
378
+ export const ButtonVoteSelectedShadowDefault: string;
379
+ /** Vote button shadow when selected (hovered) (none). */
380
+ export const ButtonVoteSelectedShadowHover: string;
381
+ /** Vote button shadow when selected (pressed) (none). */
382
+ export const ButtonVoteSelectedShadowPressed: string;
383
+ /** Border radius used for cards. */
384
+ export const CardRadius: string;
385
+ /** Border width used for cards. */
386
+ export const CardBorderWidth: string;
387
+ /** Card border color in default state. */
388
+ export const CardBorderDefault: string;
389
+ /** Card border color on hover. */
390
+ export const CardBorderHover: string;
391
+ /** Card border color on press. */
392
+ export const CardBorderPressed: string;
393
+ /** Card background in default state. */
394
+ export const CardBackgroundDefault: string;
395
+ /** Card background on hover. */
396
+ export const CardBackgroundHover: string;
397
+ /** Card background on press. */
398
+ export const CardBackgroundPressed: string;
399
+ /** Card title color in default state. */
400
+ export const CardTitleDefault: string;
401
+ /** Card title color on hover (link styling). */
402
+ export const CardTitleHover: string;
403
+ /** Card title color on press. */
404
+ export const CardTitlePressed: string;
405
+ /** Card body/content color in default state. */
406
+ export const CardContentDefault: string;
407
+ /** Card body/content color on hover. */
408
+ export const CardContentHover: string;
409
+ /** Card body/content color on press (link hovered styling). */
410
+ export const CardContentPressed: string;
411
+ /** Card shadow in default state (none). */
412
+ export const CardShadowDefault: string;
413
+ /** Card shadow on hover. */
414
+ export const CardShadowHover: string;
415
+ /** Card shadow on press. */
416
+ export const CardShadowPressed: string;
417
+ /** Border radius used for the feed container. */
418
+ export const FeedContainerRadius: string;
419
+ /** Border width used for the feed container. */
420
+ export const FeedContainerBorderWidth: string;
421
+ /** Feed container border color. */
422
+ export const FeedContainerBorderColor: string;
423
+ /** Feed container background. */
424
+ export const FeedContainerBackground: string;
425
+ /** Feed container shadow (none). */
426
+ export const FeedContainerShadow: string;
427
+ /** Border radius used for feed items. */
428
+ export const FeedItemRadius: string;
429
+ /** Border width used for feed items. */
430
+ export const FeedItemBorderWidth: string;
431
+ /** Feed item border color in default state. */
432
+ export const FeedItemBorderDefault: string;
433
+ /** Feed item border color on hover. */
434
+ export const FeedItemBorderHover: string;
435
+ /** Feed item border color on press. */
436
+ export const FeedItemBorderPressed: string;
437
+ /** Feed item background in default state. */
438
+ export const FeedItemBackgroundDefault: string;
439
+ /** Feed item background on hover. */
440
+ export const FeedItemBackgroundHover: string;
441
+ /** Feed item background on press. */
442
+ export const FeedItemBackgroundPressed: string;
443
+ /** Feed item title color in default state. */
444
+ export const FeedItemTitleDefault: string;
445
+ /** Feed item title color on hover (link styling). */
446
+ export const FeedItemTitleHover: string;
447
+ /** Feed item title color on press (link hovered styling). */
448
+ export const FeedItemTitlePressed: string;
449
+ /** Feed item content color in default state. */
450
+ export const FeedItemContentDefault: string;
451
+ /** Feed item content color on hover. */
452
+ export const FeedItemContentHover: string;
453
+ /** Feed item content color on press (link hovered styling). */
454
+ export const FeedItemContentPressed: string;
455
+ /** Feed item shadow in default state (none). */
456
+ export const FeedItemShadowDefault: string;
457
+ /** Feed item shadow on hover. */
458
+ export const FeedItemShadowHover: string;
459
+ /** Feed item shadow on press. */
460
+ export const FeedItemShadowPressed: string;
461
+ /** Navigation bar background. */
462
+ export const NavigationBackground: string;
463
+ /** Navigation bar content color (text/icons). */
464
+ export const NavigationContent: string;
465
+ /** Navigation dropdown background. */
466
+ export const NavigationDropdownBackground: string;
467
+ /** Navigation dropdown content color. */
468
+ export const NavigationDropdownContent: string;
469
+ /** Top border of navigation (transparent). */
470
+ export const NavigationBorderTop: string;
471
+ /** Bottom border of navigation. */
472
+ export const NavigationBorderBottom: string;
473
+ /** Default widget title color. */
474
+ export const WidgetTitle: string;
475
+ /** Default widget subtitle color. */
476
+ export const WidgetSubtitle: string;
477
+ /** Default widget background. */
478
+ export const WidgetBackground: string;
479
+ /** Default widget shadow (none). */
480
+ export const WidgetShadow: string;
481
+ /** Hero widget title color. */
482
+ export const WidgetHeroTitle: string;
483
+ /** Hero widget subtitle color. */
484
+ export const WidgetHeroSubtitle: string;
485
+ /** Hero widget content shadow (none; handled by image/overlay as needed). */
486
+ export const WidgetHeroContentShadow: string;
487
+ /** Background of the hero section. */
488
+ export const WidgetHeroBackground: string;
489
+ /** Height of the hero section. */
490
+ export const WidgetHeroHeight: string;
491
+ /** Featured topic widget background. */
492
+ export const WidgetFeaturedBackground: string;
493
+ /** Featured topic widget content color. */
494
+ export const WidgetFeaturedContent: string;
495
+ /** Introduction widget background. */
496
+ export const WidgetIntroductionBackground: string;
497
+ /** Introduction widget body/content color. */
498
+ export const WidgetIntroductionContent: string;
499
+ /** Introduction widget icon container background. */
500
+ export const WidgetIntroductionIconBackground: string;
501
+ /** Introduction widget icon color. */
502
+ export const WidgetIntroductionIconContent: string;
503
+ /** Introduction widget close button color. */
504
+ export const WidgetIntroductionCloseContent: string;
505
+ export const ThemeBrand100: string;
506
+ export const ThemeBrand200: string;
507
+ export const ThemeBrand300: string;
508
+ export const ThemeBrand400: string;
509
+ export const ThemeBrand500: string;
510
+ export const ThemeBrand600: string;
511
+ export const ThemeBrand700: string;
512
+ export const ThemeBrand800: string;
513
+ export const ThemeBrand900: string;
514
+ export const ThemeBrand1000: string;
515
+ export const ThemeNeutral0: string;
516
+ export const ThemeNeutral100: string;
517
+ export const ThemeNeutral200: string;
518
+ export const ThemeNeutral300: string;
519
+ export const ThemeNeutral400: string;
520
+ export const ThemeNeutral500: string;
521
+ export const ThemeNeutral600: string;
522
+ export const ThemeNeutral700: string;
523
+ export const ThemeNeutral800: string;
524
+ export const ThemeNeutral900: string;
525
+ export const ThemeNeutral1000: string;