@splunk/themes 0.23.0 → 1.0.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/CHANGELOG.v1.md +83 -0
  3. package/design-tokens/colors.js +544 -0
  4. package/design-tokens/dataViz.js +486 -0
  5. package/design-tokens/deprecated.js +254 -0
  6. package/design-tokens/elevation.js +46 -0
  7. package/design-tokens/index.js +23 -0
  8. package/design-tokens/spacing-sizing.js +44 -0
  9. package/design-tokens/typography.js +67 -0
  10. package/enterprise/comfortable.js +20 -17
  11. package/enterprise/compact.js +20 -21
  12. package/enterprise/dark.js +163 -58
  13. package/enterprise/dataViz.js +414 -0
  14. package/enterprise/index.js +1 -6
  15. package/enterprise/light.js +254 -265
  16. package/index.js +8 -0
  17. package/mixins/index.js +39 -1
  18. package/mixins/layout.js +42 -0
  19. package/mixins/prose.js +67 -0
  20. package/mixins/tests/prose.unit.js +49 -0
  21. package/mixins/tests/typography.unit.js +15 -18
  22. package/mixins/tests/utilityMixins.unit.js +2 -2
  23. package/mixins/typography.js +141 -144
  24. package/mixins/utilityMixins.js +6 -9
  25. package/package.json +6 -9
  26. package/prisma/base.js +19 -59
  27. package/prisma/comfortable.js +1 -14
  28. package/prisma/compact.js +1 -18
  29. package/prisma/dark.js +88 -73
  30. package/prisma/dataViz.js +0 -202
  31. package/prisma/light.js +89 -74
  32. package/splunk-magnetic/index.js +178 -0
  33. package/splunk-magnetic/magneticTokensDark.js +706 -0
  34. package/splunk-magnetic/magneticTokensLight.js +706 -0
  35. package/storybook-addon-splunk-themes/withSplunkTheme.js +8 -4
  36. package/types/design-tokens/colors.d.ts +945 -0
  37. package/types/design-tokens/dataViz.d.ts +433 -0
  38. package/types/design-tokens/deprecated.d.ts +478 -0
  39. package/types/design-tokens/elevation.d.ts +51 -0
  40. package/types/design-tokens/index.d.ts +563 -0
  41. package/types/design-tokens/spacing-sizing.d.ts +44 -0
  42. package/types/design-tokens/typography.d.ts +79 -0
  43. package/types/enterprise/comfortable.d.ts +11 -17
  44. package/types/enterprise/compact.d.ts +11 -21
  45. package/types/enterprise/dark.d.ts +424 -113
  46. package/types/enterprise/dataViz.d.ts +9 -0
  47. package/types/enterprise/index.d.ts +1 -2
  48. package/types/enterprise/light.d.ts +450 -139
  49. package/types/index.d.ts +1 -0
  50. package/types/mixins/index.d.ts +8 -0
  51. package/types/mixins/layout.d.ts +21 -0
  52. package/types/mixins/prose.d.ts +41 -0
  53. package/types/mixins/tests/prose.unit.d.ts +1 -0
  54. package/types/mixins/typography.d.ts +5 -12
  55. package/types/mixins/utilityMixins.d.ts +4 -4
  56. package/types/prisma/base.d.ts +12 -16
  57. package/types/prisma/comfortable.d.ts +2 -24
  58. package/types/prisma/compact.d.ts +2 -28
  59. package/types/prisma/dark.d.ts +78 -10
  60. package/types/prisma/dataViz.d.ts +7 -430
  61. package/types/prisma/light.d.ts +80 -12
  62. package/types/splunk-magnetic/index.d.ts +3073 -0
  63. package/types/splunk-magnetic/magneticTokensDark.d.ts +700 -0
  64. package/types/splunk-magnetic/magneticTokensLight.d.ts +700 -0
  65. package/types/storybook-addon-splunk-themes/SplunkThemesTool.d.ts +1 -1
  66. package/enterprise/prismaAliases.js +0 -95
  67. package/types/enterprise/prismaAliases.d.ts +0 -47
@@ -0,0 +1,3073 @@
1
+ import { AnyTheme } from 'src/types';
2
+ declare const splunkMagneticThemeCustomizer: (currentTheme: AnyTheme) => {
3
+ accentColor: string;
4
+ actionColorBackgroundDestructive: string;
5
+ actionColorBackgroundDestructiveActive: string;
6
+ actionColorBackgroundDestructiveDisabled: string;
7
+ actionColorBackgroundDestructiveHover: string;
8
+ actionColorBackgroundDestructiveSecondary: string;
9
+ actionColorBackgroundDestructiveSecondaryActive: string;
10
+ actionColorBackgroundDestructiveSecondaryDisabled: string;
11
+ actionColorBackgroundDestructiveSecondaryHover: string;
12
+ actionColorBackgroundPrimary: string;
13
+ actionColorBackgroundPrimaryActive: string;
14
+ actionColorBackgroundPrimaryDisabled: string;
15
+ actionColorBackgroundPrimaryHover: string;
16
+ actionColorBackgroundSecondary: string;
17
+ actionColorBackgroundSecondaryActive: string;
18
+ actionColorBackgroundSecondaryDisabled: string;
19
+ actionColorBackgroundSecondaryHover: string;
20
+ actionColorBackgroundSubtle: string;
21
+ actionColorBackgroundSubtleActive: string;
22
+ actionColorBackgroundSubtleDisabled: string;
23
+ actionColorBackgroundSubtleHover: string;
24
+ actionColorBorder: string;
25
+ actionColorBorderDestructiveSecondary: string;
26
+ actionColorBorderDestructiveSecondaryActive: string;
27
+ actionColorBorderDestructiveSecondaryDisabled: string;
28
+ actionColorBorderDestructiveSecondaryHover: string;
29
+ actionColorBorderSecondary: string;
30
+ actionColorBorderSecondaryActive: string;
31
+ actionColorBorderSecondaryDisabled: string;
32
+ actionColorBorderSecondaryHover: string;
33
+ actionColorBorderWeak: string;
34
+ actionColorPrimary: string;
35
+ actionColorDestructive: string;
36
+ actionColorDestructiveStrong: string;
37
+ actionColorDestructiveWeak: string;
38
+ backgroundColorDialog: string;
39
+ backgroundColorInverted: string;
40
+ backgroundColorPage: string;
41
+ backgroundColorNavigation: string;
42
+ backgroundColorPopup: string;
43
+ backgroundColorScrim: string;
44
+ backgroundColorSidebar: string;
45
+ backgroundColorSection: string;
46
+ borderColor: string;
47
+ borderColorStrong: string;
48
+ borderColorWeak: string;
49
+ contentBackgroundColorNegativeWeak: string;
50
+ contentColorActive: string;
51
+ contentColorDefault: string;
52
+ contentColorDisabled: string;
53
+ contentColorInverted: string;
54
+ contentColorMuted: string;
55
+ contentColorNegative: string;
56
+ embossShadow: string;
57
+ focusColor: string;
58
+ focusShadow: string;
59
+ interactiveColorAccent: string;
60
+ interactiveColorAccentError: string;
61
+ interactiveColorAccentErrorStrong: string;
62
+ interactiveColorAccentErrorWeak: string;
63
+ interactiveColorBackground: string;
64
+ interactiveColorBackgroundDisabled: string;
65
+ interactiveColorBorder: string;
66
+ interactiveColorBorderDisabled: string;
67
+ interactiveColorBorderDisabledError: string;
68
+ interactiveColorBorderHover: string;
69
+ linkColor: string;
70
+ modalShadow: string;
71
+ overlayShadow: string;
72
+ statusColorHigh: string;
73
+ statusColorHighStrong: string;
74
+ statusColorHighWeak: string;
75
+ statusColorInfo: string;
76
+ statusColorInfoStrong: string;
77
+ statusColorInfoWeak: string;
78
+ statusColorMedium: string;
79
+ statusColorMediumStrong: string;
80
+ statusColorMediumWeak: string;
81
+ statusColorNormal: string;
82
+ statusColorNormalStrong: string;
83
+ statusColorNormalWeak: string;
84
+ categorical1D1: string;
85
+ categorical1D2: string;
86
+ categorical1D3: string;
87
+ categorical1D4: string;
88
+ categorical1D5: string;
89
+ categorical1D6: string;
90
+ categorical1D7: string;
91
+ categorical2D1: string;
92
+ categorical2D2: string;
93
+ categorical2D3: string;
94
+ categorical2D4: string;
95
+ categorical2D5: string;
96
+ categorical2D6: string;
97
+ categorical2D7: string;
98
+ categorical1L1: string;
99
+ categorical1L2: string;
100
+ categorical1L3: string;
101
+ categorical1L4: string;
102
+ categorical1L5: string;
103
+ categorical1L6: string;
104
+ categorical1L7: string;
105
+ categorical2L1: string;
106
+ categorical2L2: string;
107
+ categorical2L3: string;
108
+ categorical2L4: string;
109
+ categorical2L5: string;
110
+ categorical2L6: string;
111
+ categorical2L7: string;
112
+ fontFamily: string;
113
+ fontFamilyTitle: string;
114
+ monoFontFamily: string;
115
+ interactiveColorPrimary: string;
116
+ accentColorPositive: string;
117
+ accentColorWarning: string;
118
+ accentColorAlert: string;
119
+ accentColorNegative: string;
120
+ textColor: string;
121
+ textGray: string;
122
+ linkColorHover: string;
123
+ borderLightColor: string;
124
+ textDisabledColor: string;
125
+ backgroundColor: string;
126
+ border: string;
127
+ brandColorL50: string;
128
+ brandColorL40: string;
129
+ brandColorL30: string;
130
+ brandColorL20: string;
131
+ brandColorL10: string;
132
+ brandColorD10: string;
133
+ brandColorD20: string;
134
+ brandColorD30: string;
135
+ brandColorD40: string;
136
+ brandColorD50: string;
137
+ gray25: string;
138
+ gray22: string;
139
+ gray20: string;
140
+ accentColorL50: string;
141
+ accentColorL40: string;
142
+ accentColorL30: string;
143
+ accentColorL20: string;
144
+ accentColorL10: string;
145
+ accentColorD20: string;
146
+ accentColorD30: string;
147
+ accentColorD40: string;
148
+ accentColorD50: string;
149
+ errorColorL50: string;
150
+ errorColorL40: string;
151
+ errorColorL30: string;
152
+ errorColorL20: string;
153
+ errorColorD30: string;
154
+ errorColorD40: string;
155
+ errorColorD50: string;
156
+ alertColorL50: string;
157
+ alertColorL40: string;
158
+ alertColorL30: string;
159
+ alertColorL20: string;
160
+ alertColorD20: string;
161
+ alertColorD30: string;
162
+ alertColorD40: string;
163
+ alertColorD50: string;
164
+ warningColorL50: string;
165
+ warningColorL40: string;
166
+ warningColorL30: string;
167
+ warningColorL20: string;
168
+ warningColorD20: string;
169
+ warningColorD30: string;
170
+ warningColorD40: string;
171
+ warningColorD50: string;
172
+ successColorL50: string;
173
+ successColorL40: string;
174
+ successColorL30: string;
175
+ successColorL20: string;
176
+ successColorD20: string;
177
+ successColorD30: string;
178
+ successColorD40: string;
179
+ successColorD50: string;
180
+ infoColorL50: string;
181
+ infoColorL40: string;
182
+ infoColorL30: string;
183
+ infoColorL20: string;
184
+ infoColorD20: string;
185
+ infoColorD30: string;
186
+ infoColorD40: string;
187
+ infoColorD50: string;
188
+ diverging1ColorA: string;
189
+ diverging1ColorB: string;
190
+ diverging2ColorA: string;
191
+ diverging2ColorB: string;
192
+ diverging3ColorA: string;
193
+ diverging3ColorB: string;
194
+ diverging4ColorA: string;
195
+ diverging4ColorB: string;
196
+ diverging5ColorA: string;
197
+ diverging5ColorB: string;
198
+ cat1Color: string;
199
+ cat1ColorL: string;
200
+ cat2Color: string;
201
+ cat2ColorL: string;
202
+ cat3Color: string;
203
+ cat3ColorL: string;
204
+ cat4Color: string;
205
+ cat4ColorL: string;
206
+ cat5Color: string;
207
+ cat5ColorL: string;
208
+ cat6Color: string;
209
+ cat6ColorL: string;
210
+ cat7Color: string;
211
+ cat7ColorL: string;
212
+ cat8Color: string;
213
+ cat8ColorL: string;
214
+ cat9Color: string;
215
+ cat9ColorL: string;
216
+ cat10Color: string;
217
+ cat10ColorL: string;
218
+ cat11Color: string;
219
+ cat11ColorL: string;
220
+ cat12Color: string;
221
+ cat12ColorL: string;
222
+ cat13Color: string;
223
+ cat13ColorL: string;
224
+ cat14Color: string;
225
+ cat14ColorL: string;
226
+ cat15Color: string;
227
+ cat15ColorL: string;
228
+ cat16Color: string;
229
+ cat16ColorL: string;
230
+ cat17Color: string;
231
+ cat17ColorL: string;
232
+ cat18Color: string;
233
+ cat18ColorL: string;
234
+ cat19Color: string;
235
+ cat19ColorL: string;
236
+ cat20Color: string;
237
+ cat20ColorL: string;
238
+ cat21Color: string;
239
+ cat21ColorL: string;
240
+ cat22Color: string;
241
+ cat22ColorL: string;
242
+ cat23Color: string;
243
+ cat23ColorL: string;
244
+ cat24Color: string;
245
+ cat24ColorL: string;
246
+ cat25Color: string;
247
+ cat25ColorL: string;
248
+ cat26Color: string;
249
+ cat26ColorL: string;
250
+ cat27Color: string;
251
+ cat27ColorL: string;
252
+ cat28Color: string;
253
+ cat28ColorL: string;
254
+ cat29Color: string;
255
+ cat29ColorL: string;
256
+ cat30Color: string;
257
+ cat30ColorL: string;
258
+ syntaxBlueLight: string;
259
+ syntaxGreenLight: string;
260
+ syntaxPurpleLight: string;
261
+ syntaxRedLight: string;
262
+ highLow4LHigh: string;
263
+ highLow4LLow: string;
264
+ highLow4DHigh: string;
265
+ highLow4DLow: string;
266
+ highLow3LHigh: string;
267
+ highLow3LLow: string;
268
+ highLow3DHigh: string;
269
+ highLow3DLow: string;
270
+ highLow2LHigh: string;
271
+ highLow2LLow: string;
272
+ highLow2DHigh: string;
273
+ highLow2DLow: string;
274
+ highLow1LHigh: string;
275
+ highLow1LLow: string;
276
+ highLow1DHigh: string;
277
+ highLow1DLow: string;
278
+ sequential6L1: string;
279
+ sequential6L2: string;
280
+ sequential6L3: string;
281
+ sequential6L4: string;
282
+ sequential6L5: string;
283
+ sequential6L6: string;
284
+ sequential6L7: string;
285
+ sequential6D1: string;
286
+ sequential6D2: string;
287
+ sequential6D3: string;
288
+ sequential6D4: string;
289
+ sequential6D5: string;
290
+ sequential6D6: string;
291
+ sequential6D7: string;
292
+ sequential5L1: string;
293
+ sequential5L2: string;
294
+ sequential5L3: string;
295
+ sequential5L4: string;
296
+ sequential5L5: string;
297
+ sequential5L6: string;
298
+ sequential5L7: string;
299
+ sequential5D1: string;
300
+ sequential5D2: string;
301
+ sequential5D3: string;
302
+ sequential5D4: string;
303
+ sequential5D5: string;
304
+ sequential5D6: string;
305
+ sequential5D7: string;
306
+ sequential4L1: string;
307
+ sequential4L2: string;
308
+ sequential4L3: string;
309
+ sequential4L4: string;
310
+ sequential4L5: string;
311
+ sequential4L6: string;
312
+ sequential4L7: string;
313
+ sequential4D1: string;
314
+ sequential4D2: string;
315
+ sequential4D3: string;
316
+ sequential4D4: string;
317
+ sequential4D5: string;
318
+ sequential4D6: string;
319
+ sequential4D7: string;
320
+ sequential3L1: string;
321
+ sequential3L2: string;
322
+ sequential3L3: string;
323
+ sequential3L4: string;
324
+ sequential3L5: string;
325
+ sequential3L6: string;
326
+ sequential3L7: string;
327
+ sequential3D1: string;
328
+ sequential3D2: string;
329
+ sequential3D3: string;
330
+ sequential3D4: string;
331
+ sequential3D5: string;
332
+ sequential3D6: string;
333
+ sequential3D7: string;
334
+ sequential2L1: string;
335
+ sequential2L2: string;
336
+ sequential2L3: string;
337
+ sequential2L4: string;
338
+ sequential2L5: string;
339
+ sequential2L6: string;
340
+ sequential2L7: string;
341
+ sequential2D1: string;
342
+ sequential2D2: string;
343
+ sequential2D3: string;
344
+ sequential2D4: string;
345
+ sequential2D5: string;
346
+ sequential2D6: string;
347
+ sequential2D7: string;
348
+ sequential1L1: string;
349
+ sequential1L2: string;
350
+ sequential1L3: string;
351
+ sequential1L4: string;
352
+ sequential1L5: string;
353
+ sequential1L6: string;
354
+ sequential1L7: string;
355
+ sequential1D1: string;
356
+ sequential1D2: string;
357
+ sequential1D3: string;
358
+ sequential1D4: string;
359
+ sequential1D5: string;
360
+ sequential1D6: string;
361
+ sequential1D7: string;
362
+ divergent4L1: string;
363
+ divergent4L2: string;
364
+ divergent4L3: string;
365
+ divergent4L4: string;
366
+ divergent4L5: string;
367
+ divergent4L6: string;
368
+ divergent4L7: string;
369
+ divergent4D1: string;
370
+ divergent4D2: string;
371
+ divergent4D3: string;
372
+ divergent4D4: string;
373
+ divergent4D5: string;
374
+ divergent4D6: string;
375
+ divergent4D7: string;
376
+ divergent3L1: string;
377
+ divergent3L2: string;
378
+ divergent3L3: string;
379
+ divergent3L4: string;
380
+ divergent3L5: string;
381
+ divergent3L6: string;
382
+ divergent3L7: string;
383
+ divergent3D1: string;
384
+ divergent3D2: string;
385
+ divergent3D3: string;
386
+ divergent3D4: string;
387
+ divergent3D5: string;
388
+ divergent3D6: string;
389
+ divergent3D7: string;
390
+ divergent2L1: string;
391
+ divergent2L2: string;
392
+ divergent2L3: string;
393
+ divergent2L4: string;
394
+ divergent2L5: string;
395
+ divergent2L6: string;
396
+ divergent2L7: string;
397
+ divergent2D1: string;
398
+ divergent2D2: string;
399
+ divergent2D3: string;
400
+ divergent2D4: string;
401
+ divergent2D5: string;
402
+ divergent2D6: string;
403
+ divergent2D7: string;
404
+ divergent1L1: string;
405
+ divergent1L2: string;
406
+ divergent1L3: string;
407
+ divergent1L4: string;
408
+ divergent1L5: string;
409
+ divergent1L6: string;
410
+ divergent1L7: string;
411
+ divergent1D1: string;
412
+ divergent1D2: string;
413
+ divergent1D3: string;
414
+ divergent1D4: string;
415
+ divergent1D5: string;
416
+ divergent1D6: string;
417
+ divergent1D7: string;
418
+ static1: string;
419
+ static2: string;
420
+ static3: string;
421
+ static4: string;
422
+ static5: string;
423
+ static6: string;
424
+ static7: string;
425
+ static8: string;
426
+ static9: string;
427
+ static10: string;
428
+ static11: string;
429
+ static12: string;
430
+ static13: string;
431
+ static14: string;
432
+ static15: string;
433
+ static16: string;
434
+ static17: string;
435
+ static18: string;
436
+ static19: string;
437
+ static20: string;
438
+ zindexLayer: number;
439
+ zindexFixedNavbar: number;
440
+ zindexModalBackdrop: number;
441
+ zindexModal: number;
442
+ zindexPopover: number;
443
+ zindexToastMessages: number;
444
+ interactiveColorBorderActive: string;
445
+ interactiveColorOverlaySelected: string;
446
+ interactiveColorOverlayHover: string;
447
+ interactiveColorOverlayActive: string;
448
+ interactiveColorOverlayDrag: string;
449
+ contentColorLink: string;
450
+ contentColorAccent: string;
451
+ contentColorAccentStrong: string;
452
+ contentColorAccentWeak: string;
453
+ contentColorInfo: string;
454
+ contentColorNegativeStrong: string;
455
+ contentColorNegativeWeak: string;
456
+ contentColorPositive: string;
457
+ contentColorWarning: string;
458
+ lineLength: string;
459
+ lineHeight: string;
460
+ fontSizeSmall: string;
461
+ fontSize: string;
462
+ fontSizeLarge: string;
463
+ fontSizeXLarge: string;
464
+ fontSizeXXLarge: string;
465
+ fontWeightLight: number;
466
+ fontWeightNormal: number;
467
+ fontWeightSemiBold: number;
468
+ fontWeightBold: number;
469
+ fontWeightHeavy: number;
470
+ fontWeightExtraBold: number;
471
+ sansFontFamily: string;
472
+ serifFontFamily: string;
473
+ focusShadowInset: string;
474
+ draggableBackground: string;
475
+ borderActiveColor: string;
476
+ backgroundColorHover: string;
477
+ syntaxBlue: string;
478
+ syntaxBrown: string;
479
+ syntaxGray: string;
480
+ syntaxGreen: string;
481
+ syntaxOrange: string;
482
+ syntaxPink: string;
483
+ syntaxPurple: string;
484
+ syntaxRed: string;
485
+ syntaxTeal: string;
486
+ dragShadow: string;
487
+ statusColorLow: string;
488
+ statusColorLowWeak: string;
489
+ statusColorLowStrong: string;
490
+ statusColorCritical: string;
491
+ statusColorCriticalWeak: string;
492
+ statusColorCriticalStrong: string;
493
+ severityColorCustom: string;
494
+ severityColorUnknown: string;
495
+ severityColorInfo: string;
496
+ severityColorNormal: string;
497
+ severityColorNotice: string;
498
+ severityColorWarning: string;
499
+ severityColorAlert: string;
500
+ severityColorCritical: string;
501
+ severityColorEmergency: string;
502
+ notificationColorInfoWeak: string;
503
+ notificationColorInfo: string;
504
+ notificationColorInfoStrong: string;
505
+ notificationColorPositiveWeak: string;
506
+ notificationColorPositive: string;
507
+ notificationColorPositiveStrong: string;
508
+ notificationColorCautionWeak: string;
509
+ notificationColorCaution: string;
510
+ notificationColorCautionStrong: string;
511
+ notificationColorNegativeWeak: string;
512
+ notificationColorNegative: string;
513
+ notificationColorNegativeStrong: string;
514
+ black: string;
515
+ neutral50: string;
516
+ neutral100: string;
517
+ neutral200: string;
518
+ neutral300: string;
519
+ neutral400: string;
520
+ neutral500: string;
521
+ white: string;
522
+ transparent: string;
523
+ backgroundColorFloating: string;
524
+ gray30: string;
525
+ gray45: string;
526
+ gray60: string;
527
+ gray80: string;
528
+ gray92: string;
529
+ gray96: string;
530
+ gray98: string;
531
+ successColor: string;
532
+ warningColor: string;
533
+ alertColor: string;
534
+ errorColor: string;
535
+ accentColorD10: string;
536
+ infoColor: string;
537
+ infoColorL10: string;
538
+ infoColorD10: string;
539
+ successColorL10: string;
540
+ successColorD10: string;
541
+ warningColorL10: string;
542
+ warningColorD10: string;
543
+ alertColorL10: string;
544
+ alertColorD10: string;
545
+ errorColorL10: string;
546
+ errorColorD10: string;
547
+ errorColorD20: string;
548
+ brandColor: string;
549
+ spacingQuarter: string;
550
+ spacingHalf: string;
551
+ spacing: string;
552
+ borderRadius: string;
553
+ inputHeight: string;
554
+ spacingXSmall: string;
555
+ spacingSmall: string;
556
+ spacingMedium: string;
557
+ spacingLarge: string;
558
+ spacingXLarge: string;
559
+ spacingXXLarge: string;
560
+ spacingXXXLarge: string;
561
+ colorScheme: import("src/types").ColorScheme;
562
+ density: import("src/types").Density;
563
+ isPrisma: boolean;
564
+ isEnterprise: true;
565
+ isComfortable: boolean;
566
+ isCompact: boolean;
567
+ isDark: boolean;
568
+ isLight: boolean;
569
+ family: "enterprise";
570
+ } | {
571
+ accentColor: string;
572
+ actionColorBackgroundDestructive: string;
573
+ actionColorBackgroundDestructiveActive: string;
574
+ actionColorBackgroundDestructiveDisabled: string;
575
+ actionColorBackgroundDestructiveHover: string;
576
+ actionColorBackgroundDestructiveSecondary: string;
577
+ actionColorBackgroundDestructiveSecondaryActive: string;
578
+ actionColorBackgroundDestructiveSecondaryDisabled: string;
579
+ actionColorBackgroundDestructiveSecondaryHover: string;
580
+ actionColorBackgroundPrimary: string;
581
+ actionColorBackgroundPrimaryActive: string;
582
+ actionColorBackgroundPrimaryDisabled: string;
583
+ actionColorBackgroundPrimaryHover: string;
584
+ actionColorBackgroundSecondary: string;
585
+ actionColorBackgroundSecondaryActive: string;
586
+ actionColorBackgroundSecondaryDisabled: string;
587
+ actionColorBackgroundSecondaryHover: string;
588
+ actionColorBackgroundSubtle: string;
589
+ actionColorBackgroundSubtleActive: string;
590
+ actionColorBackgroundSubtleDisabled: string;
591
+ actionColorBackgroundSubtleHover: string;
592
+ actionColorBorder: string;
593
+ actionColorBorderDestructiveSecondary: string;
594
+ actionColorBorderDestructiveSecondaryActive: string;
595
+ actionColorBorderDestructiveSecondaryDisabled: string;
596
+ actionColorBorderDestructiveSecondaryHover: string;
597
+ actionColorBorderSecondary: string;
598
+ actionColorBorderSecondaryActive: string;
599
+ actionColorBorderSecondaryDisabled: string;
600
+ actionColorBorderSecondaryHover: string;
601
+ actionColorBorderWeak: string;
602
+ actionColorPrimary: string;
603
+ actionColorDestructive: string;
604
+ actionColorDestructiveStrong: string;
605
+ actionColorDestructiveWeak: string;
606
+ backgroundColorDialog: string;
607
+ backgroundColorInverted: string;
608
+ backgroundColorPage: string;
609
+ backgroundColorNavigation: string;
610
+ backgroundColorPopup: string;
611
+ backgroundColorScrim: string;
612
+ backgroundColorSidebar: string;
613
+ backgroundColorSection: string;
614
+ borderColor: string;
615
+ borderColorStrong: string;
616
+ borderColorWeak: string;
617
+ contentBackgroundColorNegativeWeak: string;
618
+ contentColorActive: string;
619
+ contentColorDefault: string;
620
+ contentColorDisabled: string;
621
+ contentColorInverted: string;
622
+ contentColorMuted: string;
623
+ contentColorNegative: string;
624
+ embossShadow: string;
625
+ focusColor: string;
626
+ focusShadow: string;
627
+ interactiveColorAccent: string;
628
+ interactiveColorAccentError: string;
629
+ interactiveColorAccentErrorStrong: string;
630
+ interactiveColorAccentErrorWeak: string;
631
+ interactiveColorBackground: string;
632
+ interactiveColorBackgroundDisabled: string;
633
+ interactiveColorBorder: string;
634
+ interactiveColorBorderDisabled: string;
635
+ interactiveColorBorderDisabledError: string;
636
+ interactiveColorBorderHover: string;
637
+ linkColor: string;
638
+ modalShadow: string;
639
+ overlayShadow: string;
640
+ statusColorHigh: string;
641
+ statusColorHighStrong: string;
642
+ statusColorHighWeak: string;
643
+ statusColorInfo: string;
644
+ statusColorInfoStrong: string;
645
+ statusColorInfoWeak: string;
646
+ statusColorMedium: string;
647
+ statusColorMediumStrong: string;
648
+ statusColorMediumWeak: string;
649
+ statusColorNormal: string;
650
+ statusColorNormalStrong: string;
651
+ statusColorNormalWeak: string;
652
+ categorical1D1: string;
653
+ categorical1D2: string;
654
+ categorical1D3: string;
655
+ categorical1D4: string;
656
+ categorical1D5: string;
657
+ categorical1D6: string;
658
+ categorical1D7: string;
659
+ categorical2D1: string;
660
+ categorical2D2: string;
661
+ categorical2D3: string;
662
+ categorical2D4: string;
663
+ categorical2D5: string;
664
+ categorical2D6: string;
665
+ categorical2D7: string;
666
+ categorical1L1: string;
667
+ categorical1L2: string;
668
+ categorical1L3: string;
669
+ categorical1L4: string;
670
+ categorical1L5: string;
671
+ categorical1L6: string;
672
+ categorical1L7: string;
673
+ categorical2L1: string;
674
+ categorical2L2: string;
675
+ categorical2L3: string;
676
+ categorical2L4: string;
677
+ categorical2L5: string;
678
+ categorical2L6: string;
679
+ categorical2L7: string;
680
+ fontFamily: string;
681
+ fontFamilyTitle: string;
682
+ monoFontFamily: string;
683
+ interactiveColorPrimary: string;
684
+ accentColorPositive: string;
685
+ accentColorWarning: string;
686
+ accentColorAlert: string;
687
+ accentColorNegative: string;
688
+ textColor: string;
689
+ textGray: string;
690
+ linkColorHover: string;
691
+ borderLightColor: string;
692
+ textDisabledColor: string;
693
+ backgroundColor: string;
694
+ border: string;
695
+ brandColorL50: string;
696
+ brandColorL40: string;
697
+ brandColorL30: string;
698
+ brandColorL20: string;
699
+ brandColorL10: string;
700
+ brandColorD10: string;
701
+ brandColorD20: string;
702
+ brandColorD30: string;
703
+ brandColorD40: string;
704
+ brandColorD50: string;
705
+ gray25: string;
706
+ gray22: string;
707
+ gray20: string;
708
+ accentColorL50: string;
709
+ accentColorL40: string;
710
+ accentColorL30: string;
711
+ accentColorL20: string;
712
+ accentColorL10: string;
713
+ accentColorD20: string;
714
+ accentColorD30: string;
715
+ accentColorD40: string;
716
+ accentColorD50: string;
717
+ errorColorL50: string;
718
+ errorColorL40: string;
719
+ errorColorL30: string;
720
+ errorColorL20: string;
721
+ errorColorD30: string;
722
+ errorColorD40: string;
723
+ errorColorD50: string;
724
+ alertColorL50: string;
725
+ alertColorL40: string;
726
+ alertColorL30: string;
727
+ alertColorL20: string;
728
+ alertColorD20: string;
729
+ alertColorD30: string;
730
+ alertColorD40: string;
731
+ alertColorD50: string;
732
+ warningColorL50: string;
733
+ warningColorL40: string;
734
+ warningColorL30: string;
735
+ warningColorL20: string;
736
+ warningColorD20: string;
737
+ warningColorD30: string;
738
+ warningColorD40: string;
739
+ warningColorD50: string;
740
+ successColorL50: string;
741
+ successColorL40: string;
742
+ successColorL30: string;
743
+ successColorL20: string;
744
+ successColorD20: string;
745
+ successColorD30: string;
746
+ successColorD40: string;
747
+ successColorD50: string;
748
+ infoColorL50: string;
749
+ infoColorL40: string;
750
+ infoColorL30: string;
751
+ infoColorL20: string;
752
+ infoColorD20: string;
753
+ infoColorD30: string;
754
+ infoColorD40: string;
755
+ infoColorD50: string;
756
+ diverging1ColorA: string;
757
+ diverging1ColorB: string;
758
+ diverging2ColorA: string;
759
+ diverging2ColorB: string;
760
+ diverging3ColorA: string;
761
+ diverging3ColorB: string;
762
+ diverging4ColorA: string;
763
+ diverging4ColorB: string;
764
+ diverging5ColorA: string;
765
+ diverging5ColorB: string;
766
+ cat1Color: string;
767
+ cat1ColorL: string;
768
+ cat2Color: string;
769
+ cat2ColorL: string;
770
+ cat3Color: string;
771
+ cat3ColorL: string;
772
+ cat4Color: string;
773
+ cat4ColorL: string;
774
+ cat5Color: string;
775
+ cat5ColorL: string;
776
+ cat6Color: string;
777
+ cat6ColorL: string;
778
+ cat7Color: string;
779
+ cat7ColorL: string;
780
+ cat8Color: string;
781
+ cat8ColorL: string;
782
+ cat9Color: string;
783
+ cat9ColorL: string;
784
+ cat10Color: string;
785
+ cat10ColorL: string;
786
+ cat11Color: string;
787
+ cat11ColorL: string;
788
+ cat12Color: string;
789
+ cat12ColorL: string;
790
+ cat13Color: string;
791
+ cat13ColorL: string;
792
+ cat14Color: string;
793
+ cat14ColorL: string;
794
+ cat15Color: string;
795
+ cat15ColorL: string;
796
+ cat16Color: string;
797
+ cat16ColorL: string;
798
+ cat17Color: string;
799
+ cat17ColorL: string;
800
+ cat18Color: string;
801
+ cat18ColorL: string;
802
+ cat19Color: string;
803
+ cat19ColorL: string;
804
+ cat20Color: string;
805
+ cat20ColorL: string;
806
+ cat21Color: string;
807
+ cat21ColorL: string;
808
+ cat22Color: string;
809
+ cat22ColorL: string;
810
+ cat23Color: string;
811
+ cat23ColorL: string;
812
+ cat24Color: string;
813
+ cat24ColorL: string;
814
+ cat25Color: string;
815
+ cat25ColorL: string;
816
+ cat26Color: string;
817
+ cat26ColorL: string;
818
+ cat27Color: string;
819
+ cat27ColorL: string;
820
+ cat28Color: string;
821
+ cat28ColorL: string;
822
+ cat29Color: string;
823
+ cat29ColorL: string;
824
+ cat30Color: string;
825
+ cat30ColorL: string;
826
+ syntaxBlueLight: string;
827
+ syntaxGreenLight: string;
828
+ syntaxPurpleLight: string;
829
+ syntaxRedLight: string;
830
+ highLow4LHigh: string;
831
+ highLow4LLow: string;
832
+ highLow4DHigh: string;
833
+ highLow4DLow: string;
834
+ highLow3LHigh: string;
835
+ highLow3LLow: string;
836
+ highLow3DHigh: string;
837
+ highLow3DLow: string;
838
+ highLow2LHigh: string;
839
+ highLow2LLow: string;
840
+ highLow2DHigh: string;
841
+ highLow2DLow: string;
842
+ highLow1LHigh: string;
843
+ highLow1LLow: string;
844
+ highLow1DHigh: string;
845
+ highLow1DLow: string;
846
+ sequential6L1: string;
847
+ sequential6L2: string;
848
+ sequential6L3: string;
849
+ sequential6L4: string;
850
+ sequential6L5: string;
851
+ sequential6L6: string;
852
+ sequential6L7: string;
853
+ sequential6D1: string;
854
+ sequential6D2: string;
855
+ sequential6D3: string;
856
+ sequential6D4: string;
857
+ sequential6D5: string;
858
+ sequential6D6: string;
859
+ sequential6D7: string;
860
+ sequential5L1: string;
861
+ sequential5L2: string;
862
+ sequential5L3: string;
863
+ sequential5L4: string;
864
+ sequential5L5: string;
865
+ sequential5L6: string;
866
+ sequential5L7: string;
867
+ sequential5D1: string;
868
+ sequential5D2: string;
869
+ sequential5D3: string;
870
+ sequential5D4: string;
871
+ sequential5D5: string;
872
+ sequential5D6: string;
873
+ sequential5D7: string;
874
+ sequential4L1: string;
875
+ sequential4L2: string;
876
+ sequential4L3: string;
877
+ sequential4L4: string;
878
+ sequential4L5: string;
879
+ sequential4L6: string;
880
+ sequential4L7: string;
881
+ sequential4D1: string;
882
+ sequential4D2: string;
883
+ sequential4D3: string;
884
+ sequential4D4: string;
885
+ sequential4D5: string;
886
+ sequential4D6: string;
887
+ sequential4D7: string;
888
+ sequential3L1: string;
889
+ sequential3L2: string;
890
+ sequential3L3: string;
891
+ sequential3L4: string;
892
+ sequential3L5: string;
893
+ sequential3L6: string;
894
+ sequential3L7: string;
895
+ sequential3D1: string;
896
+ sequential3D2: string;
897
+ sequential3D3: string;
898
+ sequential3D4: string;
899
+ sequential3D5: string;
900
+ sequential3D6: string;
901
+ sequential3D7: string;
902
+ sequential2L1: string;
903
+ sequential2L2: string;
904
+ sequential2L3: string;
905
+ sequential2L4: string;
906
+ sequential2L5: string;
907
+ sequential2L6: string;
908
+ sequential2L7: string;
909
+ sequential2D1: string;
910
+ sequential2D2: string;
911
+ sequential2D3: string;
912
+ sequential2D4: string;
913
+ sequential2D5: string;
914
+ sequential2D6: string;
915
+ sequential2D7: string;
916
+ sequential1L1: string;
917
+ sequential1L2: string;
918
+ sequential1L3: string;
919
+ sequential1L4: string;
920
+ sequential1L5: string;
921
+ sequential1L6: string;
922
+ sequential1L7: string;
923
+ sequential1D1: string;
924
+ sequential1D2: string;
925
+ sequential1D3: string;
926
+ sequential1D4: string;
927
+ sequential1D5: string;
928
+ sequential1D6: string;
929
+ sequential1D7: string;
930
+ divergent4L1: string;
931
+ divergent4L2: string;
932
+ divergent4L3: string;
933
+ divergent4L4: string;
934
+ divergent4L5: string;
935
+ divergent4L6: string;
936
+ divergent4L7: string;
937
+ divergent4D1: string;
938
+ divergent4D2: string;
939
+ divergent4D3: string;
940
+ divergent4D4: string;
941
+ divergent4D5: string;
942
+ divergent4D6: string;
943
+ divergent4D7: string;
944
+ divergent3L1: string;
945
+ divergent3L2: string;
946
+ divergent3L3: string;
947
+ divergent3L4: string;
948
+ divergent3L5: string;
949
+ divergent3L6: string;
950
+ divergent3L7: string;
951
+ divergent3D1: string;
952
+ divergent3D2: string;
953
+ divergent3D3: string;
954
+ divergent3D4: string;
955
+ divergent3D5: string;
956
+ divergent3D6: string;
957
+ divergent3D7: string;
958
+ divergent2L1: string;
959
+ divergent2L2: string;
960
+ divergent2L3: string;
961
+ divergent2L4: string;
962
+ divergent2L5: string;
963
+ divergent2L6: string;
964
+ divergent2L7: string;
965
+ divergent2D1: string;
966
+ divergent2D2: string;
967
+ divergent2D3: string;
968
+ divergent2D4: string;
969
+ divergent2D5: string;
970
+ divergent2D6: string;
971
+ divergent2D7: string;
972
+ divergent1L1: string;
973
+ divergent1L2: string;
974
+ divergent1L3: string;
975
+ divergent1L4: string;
976
+ divergent1L5: string;
977
+ divergent1L6: string;
978
+ divergent1L7: string;
979
+ divergent1D1: string;
980
+ divergent1D2: string;
981
+ divergent1D3: string;
982
+ divergent1D4: string;
983
+ divergent1D5: string;
984
+ divergent1D6: string;
985
+ divergent1D7: string;
986
+ static1: string;
987
+ static2: string;
988
+ static3: string;
989
+ static4: string;
990
+ static5: string;
991
+ static6: string;
992
+ static7: string;
993
+ static8: string;
994
+ static9: string;
995
+ static10: string;
996
+ static11: string;
997
+ static12: string;
998
+ static13: string;
999
+ static14: string;
1000
+ static15: string;
1001
+ static16: string;
1002
+ static17: string;
1003
+ static18: string;
1004
+ static19: string;
1005
+ static20: string;
1006
+ zindexLayer: number;
1007
+ zindexFixedNavbar: number;
1008
+ zindexModalBackdrop: number;
1009
+ zindexModal: number;
1010
+ zindexPopover: number;
1011
+ zindexToastMessages: number;
1012
+ interactiveColorBorderActive: string;
1013
+ interactiveColorOverlaySelected: string;
1014
+ interactiveColorOverlayHover: string;
1015
+ interactiveColorOverlayActive: string;
1016
+ interactiveColorOverlayDrag: string;
1017
+ contentColorLink: string;
1018
+ contentColorAccent: string;
1019
+ contentColorAccentStrong: string;
1020
+ contentColorAccentWeak: string;
1021
+ contentColorInfo: string;
1022
+ contentColorNegativeStrong: string;
1023
+ contentColorNegativeWeak: string;
1024
+ contentColorPositive: string;
1025
+ contentColorWarning: string;
1026
+ lineLength: string;
1027
+ lineHeight: string;
1028
+ fontSizeSmall: string;
1029
+ fontSize: string;
1030
+ fontSizeLarge: string;
1031
+ fontSizeXLarge: string;
1032
+ fontSizeXXLarge: string;
1033
+ fontWeightLight: number;
1034
+ fontWeightNormal: number;
1035
+ fontWeightSemiBold: number;
1036
+ fontWeightBold: number;
1037
+ fontWeightHeavy: number;
1038
+ fontWeightExtraBold: number;
1039
+ sansFontFamily: string;
1040
+ serifFontFamily: string;
1041
+ focusShadowInset: string;
1042
+ draggableBackground: string;
1043
+ borderActiveColor: string;
1044
+ backgroundColorHover: string;
1045
+ syntaxBlue: string;
1046
+ syntaxBrown: string;
1047
+ syntaxGray: string;
1048
+ syntaxGreen: string;
1049
+ syntaxOrange: string;
1050
+ syntaxPink: string;
1051
+ syntaxPurple: string;
1052
+ syntaxRed: string;
1053
+ syntaxTeal: string;
1054
+ dragShadow: string;
1055
+ statusColorLow: string;
1056
+ statusColorLowWeak: string;
1057
+ statusColorLowStrong: string;
1058
+ statusColorCritical: string;
1059
+ statusColorCriticalWeak: string;
1060
+ statusColorCriticalStrong: string;
1061
+ severityColorCustom: string;
1062
+ severityColorUnknown: string;
1063
+ severityColorInfo: string;
1064
+ severityColorNormal: string;
1065
+ severityColorNotice: string;
1066
+ severityColorWarning: string;
1067
+ severityColorAlert: string;
1068
+ severityColorCritical: string;
1069
+ severityColorEmergency: string;
1070
+ notificationColorInfoWeak: string;
1071
+ notificationColorInfo: string;
1072
+ notificationColorInfoStrong: string;
1073
+ notificationColorPositiveWeak: string;
1074
+ notificationColorPositive: string;
1075
+ notificationColorPositiveStrong: string;
1076
+ notificationColorCautionWeak: string;
1077
+ notificationColorCaution: string;
1078
+ notificationColorCautionStrong: string;
1079
+ notificationColorNegativeWeak: string;
1080
+ notificationColorNegative: string;
1081
+ notificationColorNegativeStrong: string;
1082
+ black: string;
1083
+ neutral50: string;
1084
+ neutral100: string;
1085
+ neutral200: string;
1086
+ neutral300: string;
1087
+ neutral400: string;
1088
+ neutral500: string;
1089
+ white: string;
1090
+ transparent: string;
1091
+ backgroundColorFloating: string;
1092
+ gray30: string;
1093
+ gray45: string;
1094
+ gray60: string;
1095
+ gray80: string;
1096
+ gray92: string;
1097
+ gray96: string;
1098
+ gray98: string;
1099
+ successColor: string;
1100
+ warningColor: string;
1101
+ alertColor: string;
1102
+ errorColor: string;
1103
+ accentColorD10: string;
1104
+ infoColor: string;
1105
+ infoColorL10: string;
1106
+ infoColorD10: string;
1107
+ successColorL10: string;
1108
+ successColorD10: string;
1109
+ warningColorL10: string;
1110
+ warningColorD10: string;
1111
+ alertColorL10: string;
1112
+ alertColorD10: string;
1113
+ errorColorL10: string;
1114
+ errorColorD10: string;
1115
+ errorColorD20: string;
1116
+ brandColor: string;
1117
+ spacingQuarter: string;
1118
+ spacingHalf: string;
1119
+ spacing: string;
1120
+ borderRadius: string;
1121
+ inputHeight: string;
1122
+ spacingXSmall: string;
1123
+ spacingSmall: string;
1124
+ spacingMedium: string;
1125
+ spacingLarge: string;
1126
+ spacingXLarge: string;
1127
+ spacingXXLarge: string;
1128
+ spacingXXXLarge: string;
1129
+ colorScheme: import("src/types").ColorScheme;
1130
+ density: import("src/types").Density;
1131
+ isPrisma: boolean;
1132
+ isEnterprise: true;
1133
+ isComfortable: boolean;
1134
+ isCompact: boolean;
1135
+ isDark: boolean;
1136
+ isLight: boolean;
1137
+ family: "enterprise";
1138
+ } | {
1139
+ accentColor: string;
1140
+ actionColorBackgroundDestructive: string;
1141
+ actionColorBackgroundDestructiveActive: string;
1142
+ actionColorBackgroundDestructiveDisabled: string;
1143
+ actionColorBackgroundDestructiveHover: string;
1144
+ actionColorBackgroundDestructiveSecondary: string;
1145
+ actionColorBackgroundDestructiveSecondaryActive: string;
1146
+ actionColorBackgroundDestructiveSecondaryDisabled: string;
1147
+ actionColorBackgroundDestructiveSecondaryHover: string;
1148
+ actionColorBackgroundPrimary: string;
1149
+ actionColorBackgroundPrimaryActive: string;
1150
+ actionColorBackgroundPrimaryDisabled: string;
1151
+ actionColorBackgroundPrimaryHover: string;
1152
+ actionColorBackgroundSecondary: string;
1153
+ actionColorBackgroundSecondaryActive: string;
1154
+ actionColorBackgroundSecondaryDisabled: string;
1155
+ actionColorBackgroundSecondaryHover: string;
1156
+ actionColorBackgroundSubtle: string;
1157
+ actionColorBackgroundSubtleActive: string;
1158
+ actionColorBackgroundSubtleDisabled: string;
1159
+ actionColorBackgroundSubtleHover: string;
1160
+ actionColorBorder: string;
1161
+ actionColorBorderDestructiveSecondary: string;
1162
+ actionColorBorderDestructiveSecondaryActive: string;
1163
+ actionColorBorderDestructiveSecondaryDisabled: string;
1164
+ actionColorBorderDestructiveSecondaryHover: string;
1165
+ actionColorBorderSecondary: string;
1166
+ actionColorBorderSecondaryActive: string;
1167
+ actionColorBorderSecondaryDisabled: string;
1168
+ actionColorBorderSecondaryHover: string;
1169
+ actionColorBorderWeak: string;
1170
+ actionColorPrimary: string;
1171
+ actionColorDestructive: string;
1172
+ actionColorDestructiveStrong: string;
1173
+ actionColorDestructiveWeak: string;
1174
+ backgroundColorDialog: string;
1175
+ backgroundColorInverted: string;
1176
+ backgroundColorPage: string;
1177
+ backgroundColorNavigation: string;
1178
+ backgroundColorPopup: string;
1179
+ backgroundColorScrim: string;
1180
+ backgroundColorSidebar: string;
1181
+ backgroundColorSection: string;
1182
+ borderColor: string;
1183
+ borderColorStrong: string;
1184
+ borderColorWeak: string;
1185
+ contentBackgroundColorNegativeWeak: string;
1186
+ contentColorActive: string;
1187
+ contentColorDefault: string;
1188
+ contentColorDisabled: string;
1189
+ contentColorInverted: string;
1190
+ contentColorMuted: string;
1191
+ contentColorNegative: string;
1192
+ embossShadow: string;
1193
+ focusColor: string;
1194
+ focusShadow: string;
1195
+ interactiveColorAccent: string;
1196
+ interactiveColorAccentError: string;
1197
+ interactiveColorAccentErrorStrong: string;
1198
+ interactiveColorAccentErrorWeak: string;
1199
+ interactiveColorBackground: string;
1200
+ interactiveColorBackgroundDisabled: string;
1201
+ interactiveColorBorder: string;
1202
+ interactiveColorBorderDisabled: string;
1203
+ interactiveColorBorderDisabledError: string;
1204
+ interactiveColorBorderHover: string;
1205
+ linkColor: string;
1206
+ modalShadow: string;
1207
+ overlayShadow: string;
1208
+ statusColorHigh: string;
1209
+ statusColorHighStrong: string;
1210
+ statusColorHighWeak: string;
1211
+ statusColorInfo: string;
1212
+ statusColorInfoStrong: string;
1213
+ statusColorInfoWeak: string;
1214
+ statusColorMedium: string;
1215
+ statusColorMediumStrong: string;
1216
+ statusColorMediumWeak: string;
1217
+ statusColorNormal: string;
1218
+ statusColorNormalStrong: string;
1219
+ statusColorNormalWeak: string;
1220
+ categorical1D1: string;
1221
+ categorical1D2: string;
1222
+ categorical1D3: string;
1223
+ categorical1D4: string;
1224
+ categorical1D5: string;
1225
+ categorical1D6: string;
1226
+ categorical1D7: string;
1227
+ categorical2D1: string;
1228
+ categorical2D2: string;
1229
+ categorical2D3: string;
1230
+ categorical2D4: string;
1231
+ categorical2D5: string;
1232
+ categorical2D6: string;
1233
+ categorical2D7: string;
1234
+ categorical1L1: string;
1235
+ categorical1L2: string;
1236
+ categorical1L3: string;
1237
+ categorical1L4: string;
1238
+ categorical1L5: string;
1239
+ categorical1L6: string;
1240
+ categorical1L7: string;
1241
+ categorical2L1: string;
1242
+ categorical2L2: string;
1243
+ categorical2L3: string;
1244
+ categorical2L4: string;
1245
+ categorical2L5: string;
1246
+ categorical2L6: string;
1247
+ categorical2L7: string;
1248
+ fontFamily: string;
1249
+ fontFamilyTitle: string;
1250
+ monoFontFamily: string;
1251
+ draggableBackground: string;
1252
+ interactiveColorPrimary: string;
1253
+ accentColorPositive: string;
1254
+ accentColorWarning: string;
1255
+ accentColorAlert: string;
1256
+ accentColorNegative: string;
1257
+ textColor: string;
1258
+ textGray: string;
1259
+ linkColorHover: string;
1260
+ borderLightColor: string;
1261
+ textDisabledColor: string;
1262
+ backgroundColor: string;
1263
+ border: string;
1264
+ borderDark: string;
1265
+ borderLight: string;
1266
+ interactiveColorBorderActive: string;
1267
+ interactiveColorOverlaySelected: string;
1268
+ interactiveColorOverlayHover: string;
1269
+ interactiveColorOverlayActive: string;
1270
+ interactiveColorOverlayDrag: string;
1271
+ dragShadow: string;
1272
+ focusShadowInset: string;
1273
+ contentColorLink: string;
1274
+ contentColorAccent: string;
1275
+ contentColorAccentStrong: string;
1276
+ contentColorAccentWeak: string;
1277
+ contentColorInfo: string;
1278
+ contentColorNegativeStrong: string;
1279
+ contentColorNegativeWeak: string;
1280
+ contentColorPositive: string;
1281
+ contentColorWarning: string;
1282
+ syntaxBlue: string;
1283
+ syntaxBrown: string;
1284
+ syntaxGray: string;
1285
+ syntaxGreen: string;
1286
+ syntaxOrange: string;
1287
+ syntaxPink: string;
1288
+ syntaxPurple: string;
1289
+ syntaxRed: string;
1290
+ syntaxTeal: string;
1291
+ black: string;
1292
+ neutral50: string;
1293
+ neutral100: string;
1294
+ neutral200: string;
1295
+ neutral300: string;
1296
+ neutral400: string;
1297
+ neutral500: string;
1298
+ white: string;
1299
+ transparent: string;
1300
+ backgroundColorFloating: string;
1301
+ statusColorLow: string;
1302
+ statusColorLowWeak: string;
1303
+ statusColorLowStrong: string;
1304
+ statusColorCritical: string;
1305
+ statusColorCriticalWeak: string;
1306
+ statusColorCriticalStrong: string;
1307
+ severityColorCustom: string;
1308
+ severityColorUnknown: string;
1309
+ severityColorInfo: string;
1310
+ severityColorNormal: string;
1311
+ severityColorNotice: string;
1312
+ severityColorWarning: string;
1313
+ severityColorAlert: string;
1314
+ severityColorCritical: string;
1315
+ severityColorEmergency: string;
1316
+ notificationColorInfoWeak: string;
1317
+ notificationColorInfo: string;
1318
+ notificationColorInfoStrong: string;
1319
+ notificationColorPositiveWeak: string;
1320
+ notificationColorPositive: string;
1321
+ notificationColorPositiveStrong: string;
1322
+ notificationColorCautionWeak: string;
1323
+ notificationColorCaution: string;
1324
+ notificationColorCautionStrong: string;
1325
+ notificationColorNegativeWeak: string;
1326
+ notificationColorNegative: string;
1327
+ notificationColorNegativeStrong: string;
1328
+ backgroundColorHover: string;
1329
+ borderActiveColor: string;
1330
+ brandColorL50: string;
1331
+ brandColorL40: string;
1332
+ brandColorL30: string;
1333
+ brandColorL20: string;
1334
+ brandColorL10: string;
1335
+ brandColorD10: string;
1336
+ brandColorD20: string;
1337
+ brandColorD30: string;
1338
+ brandColorD40: string;
1339
+ brandColorD50: string;
1340
+ gray25: string;
1341
+ gray22: string;
1342
+ gray20: string;
1343
+ accentColorL50: string;
1344
+ accentColorL40: string;
1345
+ accentColorL30: string;
1346
+ accentColorL20: string;
1347
+ accentColorL10: string;
1348
+ accentColorD20: string;
1349
+ accentColorD30: string;
1350
+ accentColorD40: string;
1351
+ accentColorD50: string;
1352
+ errorColorL50: string;
1353
+ errorColorL40: string;
1354
+ errorColorL30: string;
1355
+ errorColorL20: string;
1356
+ errorColorD30: string;
1357
+ errorColorD40: string;
1358
+ errorColorD50: string;
1359
+ alertColorL50: string;
1360
+ alertColorL40: string;
1361
+ alertColorL30: string;
1362
+ alertColorL20: string;
1363
+ alertColorD20: string;
1364
+ alertColorD30: string;
1365
+ alertColorD40: string;
1366
+ alertColorD50: string;
1367
+ warningColorL50: string;
1368
+ warningColorL40: string;
1369
+ warningColorL30: string;
1370
+ warningColorL20: string;
1371
+ warningColorD20: string;
1372
+ warningColorD30: string;
1373
+ warningColorD40: string;
1374
+ warningColorD50: string;
1375
+ successColorL50: string;
1376
+ successColorL40: string;
1377
+ successColorL30: string;
1378
+ successColorL20: string;
1379
+ successColorD20: string;
1380
+ successColorD30: string;
1381
+ successColorD40: string;
1382
+ successColorD50: string;
1383
+ infoColorL50: string;
1384
+ infoColorL40: string;
1385
+ infoColorL30: string;
1386
+ infoColorL20: string;
1387
+ infoColorD20: string;
1388
+ infoColorD30: string;
1389
+ infoColorD40: string;
1390
+ infoColorD50: string;
1391
+ diverging1ColorA: string;
1392
+ diverging1ColorB: string;
1393
+ diverging2ColorA: string;
1394
+ diverging2ColorB: string;
1395
+ diverging3ColorA: string;
1396
+ diverging3ColorB: string;
1397
+ diverging4ColorA: string;
1398
+ diverging4ColorB: string;
1399
+ diverging5ColorA: string;
1400
+ diverging5ColorB: string;
1401
+ cat1Color: string;
1402
+ cat1ColorL: string;
1403
+ cat2Color: string;
1404
+ cat2ColorL: string;
1405
+ cat3Color: string;
1406
+ cat3ColorL: string;
1407
+ cat4Color: string;
1408
+ cat4ColorL: string;
1409
+ cat5Color: string;
1410
+ cat5ColorL: string;
1411
+ cat6Color: string;
1412
+ cat6ColorL: string;
1413
+ cat7Color: string;
1414
+ cat7ColorL: string;
1415
+ cat8Color: string;
1416
+ cat8ColorL: string;
1417
+ cat9Color: string;
1418
+ cat9ColorL: string;
1419
+ cat10Color: string;
1420
+ cat10ColorL: string;
1421
+ cat11Color: string;
1422
+ cat11ColorL: string;
1423
+ cat12Color: string;
1424
+ cat12ColorL: string;
1425
+ cat13Color: string;
1426
+ cat13ColorL: string;
1427
+ cat14Color: string;
1428
+ cat14ColorL: string;
1429
+ cat15Color: string;
1430
+ cat15ColorL: string;
1431
+ cat16Color: string;
1432
+ cat16ColorL: string;
1433
+ cat17Color: string;
1434
+ cat17ColorL: string;
1435
+ cat18Color: string;
1436
+ cat18ColorL: string;
1437
+ cat19Color: string;
1438
+ cat19ColorL: string;
1439
+ cat20Color: string;
1440
+ cat20ColorL: string;
1441
+ cat21Color: string;
1442
+ cat21ColorL: string;
1443
+ cat22Color: string;
1444
+ cat22ColorL: string;
1445
+ cat23Color: string;
1446
+ cat23ColorL: string;
1447
+ cat24Color: string;
1448
+ cat24ColorL: string;
1449
+ cat25Color: string;
1450
+ cat25ColorL: string;
1451
+ cat26Color: string;
1452
+ cat26ColorL: string;
1453
+ cat27Color: string;
1454
+ cat27ColorL: string;
1455
+ cat28Color: string;
1456
+ cat28ColorL: string;
1457
+ cat29Color: string;
1458
+ cat29ColorL: string;
1459
+ cat30Color: string;
1460
+ cat30ColorL: string;
1461
+ syntaxBlueLight: string;
1462
+ syntaxGreenLight: string;
1463
+ syntaxPurpleLight: string;
1464
+ syntaxRedLight: string;
1465
+ highLow4LHigh: string;
1466
+ highLow4LLow: string;
1467
+ highLow4DHigh: string;
1468
+ highLow4DLow: string;
1469
+ highLow3LHigh: string;
1470
+ highLow3LLow: string;
1471
+ highLow3DHigh: string;
1472
+ highLow3DLow: string;
1473
+ highLow2LHigh: string;
1474
+ highLow2LLow: string;
1475
+ highLow2DHigh: string;
1476
+ highLow2DLow: string;
1477
+ highLow1LHigh: string;
1478
+ highLow1LLow: string;
1479
+ highLow1DHigh: string;
1480
+ highLow1DLow: string;
1481
+ sequential6L1: string;
1482
+ sequential6L2: string;
1483
+ sequential6L3: string;
1484
+ sequential6L4: string;
1485
+ sequential6L5: string;
1486
+ sequential6L6: string;
1487
+ sequential6L7: string;
1488
+ sequential6D1: string;
1489
+ sequential6D2: string;
1490
+ sequential6D3: string;
1491
+ sequential6D4: string;
1492
+ sequential6D5: string;
1493
+ sequential6D6: string;
1494
+ sequential6D7: string;
1495
+ sequential5L1: string;
1496
+ sequential5L2: string;
1497
+ sequential5L3: string;
1498
+ sequential5L4: string;
1499
+ sequential5L5: string;
1500
+ sequential5L6: string;
1501
+ sequential5L7: string;
1502
+ sequential5D1: string;
1503
+ sequential5D2: string;
1504
+ sequential5D3: string;
1505
+ sequential5D4: string;
1506
+ sequential5D5: string;
1507
+ sequential5D6: string;
1508
+ sequential5D7: string;
1509
+ sequential4L1: string;
1510
+ sequential4L2: string;
1511
+ sequential4L3: string;
1512
+ sequential4L4: string;
1513
+ sequential4L5: string;
1514
+ sequential4L6: string;
1515
+ sequential4L7: string;
1516
+ sequential4D1: string;
1517
+ sequential4D2: string;
1518
+ sequential4D3: string;
1519
+ sequential4D4: string;
1520
+ sequential4D5: string;
1521
+ sequential4D6: string;
1522
+ sequential4D7: string;
1523
+ sequential3L1: string;
1524
+ sequential3L2: string;
1525
+ sequential3L3: string;
1526
+ sequential3L4: string;
1527
+ sequential3L5: string;
1528
+ sequential3L6: string;
1529
+ sequential3L7: string;
1530
+ sequential3D1: string;
1531
+ sequential3D2: string;
1532
+ sequential3D3: string;
1533
+ sequential3D4: string;
1534
+ sequential3D5: string;
1535
+ sequential3D6: string;
1536
+ sequential3D7: string;
1537
+ sequential2L1: string;
1538
+ sequential2L2: string;
1539
+ sequential2L3: string;
1540
+ sequential2L4: string;
1541
+ sequential2L5: string;
1542
+ sequential2L6: string;
1543
+ sequential2L7: string;
1544
+ sequential2D1: string;
1545
+ sequential2D2: string;
1546
+ sequential2D3: string;
1547
+ sequential2D4: string;
1548
+ sequential2D5: string;
1549
+ sequential2D6: string;
1550
+ sequential2D7: string;
1551
+ sequential1L1: string;
1552
+ sequential1L2: string;
1553
+ sequential1L3: string;
1554
+ sequential1L4: string;
1555
+ sequential1L5: string;
1556
+ sequential1L6: string;
1557
+ sequential1L7: string;
1558
+ sequential1D1: string;
1559
+ sequential1D2: string;
1560
+ sequential1D3: string;
1561
+ sequential1D4: string;
1562
+ sequential1D5: string;
1563
+ sequential1D6: string;
1564
+ sequential1D7: string;
1565
+ divergent4L1: string;
1566
+ divergent4L2: string;
1567
+ divergent4L3: string;
1568
+ divergent4L4: string;
1569
+ divergent4L5: string;
1570
+ divergent4L6: string;
1571
+ divergent4L7: string;
1572
+ divergent4D1: string;
1573
+ divergent4D2: string;
1574
+ divergent4D3: string;
1575
+ divergent4D4: string;
1576
+ divergent4D5: string;
1577
+ divergent4D6: string;
1578
+ divergent4D7: string;
1579
+ divergent3L1: string;
1580
+ divergent3L2: string;
1581
+ divergent3L3: string;
1582
+ divergent3L4: string;
1583
+ divergent3L5: string;
1584
+ divergent3L6: string;
1585
+ divergent3L7: string;
1586
+ divergent3D1: string;
1587
+ divergent3D2: string;
1588
+ divergent3D3: string;
1589
+ divergent3D4: string;
1590
+ divergent3D5: string;
1591
+ divergent3D6: string;
1592
+ divergent3D7: string;
1593
+ divergent2L1: string;
1594
+ divergent2L2: string;
1595
+ divergent2L3: string;
1596
+ divergent2L4: string;
1597
+ divergent2L5: string;
1598
+ divergent2L6: string;
1599
+ divergent2L7: string;
1600
+ divergent2D1: string;
1601
+ divergent2D2: string;
1602
+ divergent2D3: string;
1603
+ divergent2D4: string;
1604
+ divergent2D5: string;
1605
+ divergent2D6: string;
1606
+ divergent2D7: string;
1607
+ divergent1L1: string;
1608
+ divergent1L2: string;
1609
+ divergent1L3: string;
1610
+ divergent1L4: string;
1611
+ divergent1L5: string;
1612
+ divergent1L6: string;
1613
+ divergent1L7: string;
1614
+ divergent1D1: string;
1615
+ divergent1D2: string;
1616
+ divergent1D3: string;
1617
+ divergent1D4: string;
1618
+ divergent1D5: string;
1619
+ divergent1D6: string;
1620
+ divergent1D7: string;
1621
+ static1: string;
1622
+ static2: string;
1623
+ static3: string;
1624
+ static4: string;
1625
+ static5: string;
1626
+ static6: string;
1627
+ static7: string;
1628
+ static8: string;
1629
+ static9: string;
1630
+ static10: string;
1631
+ static11: string;
1632
+ static12: string;
1633
+ static13: string;
1634
+ static14: string;
1635
+ static15: string;
1636
+ static16: string;
1637
+ static17: string;
1638
+ static18: string;
1639
+ static19: string;
1640
+ static20: string;
1641
+ zindexLayer: number;
1642
+ zindexFixedNavbar: number;
1643
+ zindexModalBackdrop: number;
1644
+ zindexModal: number;
1645
+ zindexPopover: number;
1646
+ zindexToastMessages: number;
1647
+ lineLength: string;
1648
+ lineHeight: string;
1649
+ fontSizeSmall: string;
1650
+ fontSize: string;
1651
+ fontSizeLarge: string;
1652
+ fontSizeXLarge: string;
1653
+ fontSizeXXLarge: string;
1654
+ fontWeightLight: number;
1655
+ fontWeightNormal: number;
1656
+ fontWeightSemiBold: number;
1657
+ fontWeightBold: number;
1658
+ fontWeightHeavy: number;
1659
+ fontWeightExtraBold: number;
1660
+ sansFontFamily: string;
1661
+ serifFontFamily: string;
1662
+ gray30: string;
1663
+ gray45: string;
1664
+ gray60: string;
1665
+ gray80: string;
1666
+ gray92: string;
1667
+ gray96: string;
1668
+ gray98: string;
1669
+ successColor: string;
1670
+ warningColor: string;
1671
+ alertColor: string;
1672
+ errorColor: string;
1673
+ accentColorD10: string;
1674
+ infoColor: string;
1675
+ infoColorL10: string;
1676
+ infoColorD10: string;
1677
+ successColorL10: string;
1678
+ successColorD10: string;
1679
+ warningColorL10: string;
1680
+ warningColorD10: string;
1681
+ alertColorL10: string;
1682
+ alertColorD10: string;
1683
+ errorColorL10: string;
1684
+ errorColorD10: string;
1685
+ errorColorD20: string;
1686
+ brandColor: string;
1687
+ spacingQuarter: string;
1688
+ spacingHalf: string;
1689
+ spacing: string;
1690
+ borderRadius: string;
1691
+ inputHeight: string;
1692
+ spacingXSmall: string;
1693
+ spacingSmall: string;
1694
+ spacingMedium: string;
1695
+ spacingLarge: string;
1696
+ spacingXLarge: string;
1697
+ spacingXXLarge: string;
1698
+ spacingXXXLarge: string;
1699
+ colorScheme: import("src/types").ColorScheme;
1700
+ density: import("src/types").Density;
1701
+ isPrisma: boolean;
1702
+ isEnterprise: true;
1703
+ isComfortable: boolean;
1704
+ isCompact: boolean;
1705
+ isDark: boolean;
1706
+ isLight: boolean;
1707
+ family: "enterprise";
1708
+ } | {
1709
+ accentColor: string;
1710
+ actionColorBackgroundDestructive: string;
1711
+ actionColorBackgroundDestructiveActive: string;
1712
+ actionColorBackgroundDestructiveDisabled: string;
1713
+ actionColorBackgroundDestructiveHover: string;
1714
+ actionColorBackgroundDestructiveSecondary: string;
1715
+ actionColorBackgroundDestructiveSecondaryActive: string;
1716
+ actionColorBackgroundDestructiveSecondaryDisabled: string;
1717
+ actionColorBackgroundDestructiveSecondaryHover: string;
1718
+ actionColorBackgroundPrimary: string;
1719
+ actionColorBackgroundPrimaryActive: string;
1720
+ actionColorBackgroundPrimaryDisabled: string;
1721
+ actionColorBackgroundPrimaryHover: string;
1722
+ actionColorBackgroundSecondary: string;
1723
+ actionColorBackgroundSecondaryActive: string;
1724
+ actionColorBackgroundSecondaryDisabled: string;
1725
+ actionColorBackgroundSecondaryHover: string;
1726
+ actionColorBackgroundSubtle: string;
1727
+ actionColorBackgroundSubtleActive: string;
1728
+ actionColorBackgroundSubtleDisabled: string;
1729
+ actionColorBackgroundSubtleHover: string;
1730
+ actionColorBorder: string;
1731
+ actionColorBorderDestructiveSecondary: string;
1732
+ actionColorBorderDestructiveSecondaryActive: string;
1733
+ actionColorBorderDestructiveSecondaryDisabled: string;
1734
+ actionColorBorderDestructiveSecondaryHover: string;
1735
+ actionColorBorderSecondary: string;
1736
+ actionColorBorderSecondaryActive: string;
1737
+ actionColorBorderSecondaryDisabled: string;
1738
+ actionColorBorderSecondaryHover: string;
1739
+ actionColorBorderWeak: string;
1740
+ actionColorPrimary: string;
1741
+ actionColorDestructive: string;
1742
+ actionColorDestructiveStrong: string;
1743
+ actionColorDestructiveWeak: string;
1744
+ backgroundColorDialog: string;
1745
+ backgroundColorInverted: string;
1746
+ backgroundColorPage: string;
1747
+ backgroundColorNavigation: string;
1748
+ backgroundColorPopup: string;
1749
+ backgroundColorScrim: string;
1750
+ backgroundColorSidebar: string;
1751
+ backgroundColorSection: string;
1752
+ borderColor: string;
1753
+ borderColorStrong: string;
1754
+ borderColorWeak: string;
1755
+ contentBackgroundColorNegativeWeak: string;
1756
+ contentColorActive: string;
1757
+ contentColorDefault: string;
1758
+ contentColorDisabled: string;
1759
+ contentColorInverted: string;
1760
+ contentColorMuted: string;
1761
+ contentColorNegative: string;
1762
+ embossShadow: string;
1763
+ focusColor: string;
1764
+ focusShadow: string;
1765
+ interactiveColorAccent: string;
1766
+ interactiveColorAccentError: string;
1767
+ interactiveColorAccentErrorStrong: string;
1768
+ interactiveColorAccentErrorWeak: string;
1769
+ interactiveColorBackground: string;
1770
+ interactiveColorBackgroundDisabled: string;
1771
+ interactiveColorBorder: string;
1772
+ interactiveColorBorderDisabled: string;
1773
+ interactiveColorBorderDisabledError: string;
1774
+ interactiveColorBorderHover: string;
1775
+ linkColor: string;
1776
+ modalShadow: string;
1777
+ overlayShadow: string;
1778
+ statusColorHigh: string;
1779
+ statusColorHighStrong: string;
1780
+ statusColorHighWeak: string;
1781
+ statusColorInfo: string;
1782
+ statusColorInfoStrong: string;
1783
+ statusColorInfoWeak: string;
1784
+ statusColorMedium: string;
1785
+ statusColorMediumStrong: string;
1786
+ statusColorMediumWeak: string;
1787
+ statusColorNormal: string;
1788
+ statusColorNormalStrong: string;
1789
+ statusColorNormalWeak: string;
1790
+ categorical1D1: string;
1791
+ categorical1D2: string;
1792
+ categorical1D3: string;
1793
+ categorical1D4: string;
1794
+ categorical1D5: string;
1795
+ categorical1D6: string;
1796
+ categorical1D7: string;
1797
+ categorical2D1: string;
1798
+ categorical2D2: string;
1799
+ categorical2D3: string;
1800
+ categorical2D4: string;
1801
+ categorical2D5: string;
1802
+ categorical2D6: string;
1803
+ categorical2D7: string;
1804
+ categorical1L1: string;
1805
+ categorical1L2: string;
1806
+ categorical1L3: string;
1807
+ categorical1L4: string;
1808
+ categorical1L5: string;
1809
+ categorical1L6: string;
1810
+ categorical1L7: string;
1811
+ categorical2L1: string;
1812
+ categorical2L2: string;
1813
+ categorical2L3: string;
1814
+ categorical2L4: string;
1815
+ categorical2L5: string;
1816
+ categorical2L6: string;
1817
+ categorical2L7: string;
1818
+ fontFamily: string;
1819
+ fontFamilyTitle: string;
1820
+ monoFontFamily: string;
1821
+ draggableBackground: string;
1822
+ interactiveColorPrimary: string;
1823
+ accentColorPositive: string;
1824
+ accentColorWarning: string;
1825
+ accentColorAlert: string;
1826
+ accentColorNegative: string;
1827
+ textColor: string;
1828
+ textGray: string;
1829
+ linkColorHover: string;
1830
+ borderLightColor: string;
1831
+ textDisabledColor: string;
1832
+ backgroundColor: string;
1833
+ border: string;
1834
+ borderDark: string;
1835
+ borderLight: string;
1836
+ interactiveColorBorderActive: string;
1837
+ interactiveColorOverlaySelected: string;
1838
+ interactiveColorOverlayHover: string;
1839
+ interactiveColorOverlayActive: string;
1840
+ interactiveColorOverlayDrag: string;
1841
+ dragShadow: string;
1842
+ focusShadowInset: string;
1843
+ contentColorLink: string;
1844
+ contentColorAccent: string;
1845
+ contentColorAccentStrong: string;
1846
+ contentColorAccentWeak: string;
1847
+ contentColorInfo: string;
1848
+ contentColorNegativeStrong: string;
1849
+ contentColorNegativeWeak: string;
1850
+ contentColorPositive: string;
1851
+ contentColorWarning: string;
1852
+ syntaxBlue: string;
1853
+ syntaxBrown: string;
1854
+ syntaxGray: string;
1855
+ syntaxGreen: string;
1856
+ syntaxOrange: string;
1857
+ syntaxPink: string;
1858
+ syntaxPurple: string;
1859
+ syntaxRed: string;
1860
+ syntaxTeal: string;
1861
+ black: string;
1862
+ neutral50: string;
1863
+ neutral100: string;
1864
+ neutral200: string;
1865
+ neutral300: string;
1866
+ neutral400: string;
1867
+ neutral500: string;
1868
+ white: string;
1869
+ transparent: string;
1870
+ backgroundColorFloating: string;
1871
+ statusColorLow: string;
1872
+ statusColorLowWeak: string;
1873
+ statusColorLowStrong: string;
1874
+ statusColorCritical: string;
1875
+ statusColorCriticalWeak: string;
1876
+ statusColorCriticalStrong: string;
1877
+ severityColorCustom: string;
1878
+ severityColorUnknown: string;
1879
+ severityColorInfo: string;
1880
+ severityColorNormal: string;
1881
+ severityColorNotice: string;
1882
+ severityColorWarning: string;
1883
+ severityColorAlert: string;
1884
+ severityColorCritical: string;
1885
+ severityColorEmergency: string;
1886
+ notificationColorInfoWeak: string;
1887
+ notificationColorInfo: string;
1888
+ notificationColorInfoStrong: string;
1889
+ notificationColorPositiveWeak: string;
1890
+ notificationColorPositive: string;
1891
+ notificationColorPositiveStrong: string;
1892
+ notificationColorCautionWeak: string;
1893
+ notificationColorCaution: string;
1894
+ notificationColorCautionStrong: string;
1895
+ notificationColorNegativeWeak: string;
1896
+ notificationColorNegative: string;
1897
+ notificationColorNegativeStrong: string;
1898
+ backgroundColorHover: string;
1899
+ borderActiveColor: string;
1900
+ brandColorL50: string;
1901
+ brandColorL40: string;
1902
+ brandColorL30: string;
1903
+ brandColorL20: string;
1904
+ brandColorL10: string;
1905
+ brandColorD10: string;
1906
+ brandColorD20: string;
1907
+ brandColorD30: string;
1908
+ brandColorD40: string;
1909
+ brandColorD50: string;
1910
+ gray25: string;
1911
+ gray22: string;
1912
+ gray20: string;
1913
+ accentColorL50: string;
1914
+ accentColorL40: string;
1915
+ accentColorL30: string;
1916
+ accentColorL20: string;
1917
+ accentColorL10: string;
1918
+ accentColorD20: string;
1919
+ accentColorD30: string;
1920
+ accentColorD40: string;
1921
+ accentColorD50: string;
1922
+ errorColorL50: string;
1923
+ errorColorL40: string;
1924
+ errorColorL30: string;
1925
+ errorColorL20: string;
1926
+ errorColorD30: string;
1927
+ errorColorD40: string;
1928
+ errorColorD50: string;
1929
+ alertColorL50: string;
1930
+ alertColorL40: string;
1931
+ alertColorL30: string;
1932
+ alertColorL20: string;
1933
+ alertColorD20: string;
1934
+ alertColorD30: string;
1935
+ alertColorD40: string;
1936
+ alertColorD50: string;
1937
+ warningColorL50: string;
1938
+ warningColorL40: string;
1939
+ warningColorL30: string;
1940
+ warningColorL20: string;
1941
+ warningColorD20: string;
1942
+ warningColorD30: string;
1943
+ warningColorD40: string;
1944
+ warningColorD50: string;
1945
+ successColorL50: string;
1946
+ successColorL40: string;
1947
+ successColorL30: string;
1948
+ successColorL20: string;
1949
+ successColorD20: string;
1950
+ successColorD30: string;
1951
+ successColorD40: string;
1952
+ successColorD50: string;
1953
+ infoColorL50: string;
1954
+ infoColorL40: string;
1955
+ infoColorL30: string;
1956
+ infoColorL20: string;
1957
+ infoColorD20: string;
1958
+ infoColorD30: string;
1959
+ infoColorD40: string;
1960
+ infoColorD50: string;
1961
+ diverging1ColorA: string;
1962
+ diverging1ColorB: string;
1963
+ diverging2ColorA: string;
1964
+ diverging2ColorB: string;
1965
+ diverging3ColorA: string;
1966
+ diverging3ColorB: string;
1967
+ diverging4ColorA: string;
1968
+ diverging4ColorB: string;
1969
+ diverging5ColorA: string;
1970
+ diverging5ColorB: string;
1971
+ cat1Color: string;
1972
+ cat1ColorL: string;
1973
+ cat2Color: string;
1974
+ cat2ColorL: string;
1975
+ cat3Color: string;
1976
+ cat3ColorL: string;
1977
+ cat4Color: string;
1978
+ cat4ColorL: string;
1979
+ cat5Color: string;
1980
+ cat5ColorL: string;
1981
+ cat6Color: string;
1982
+ cat6ColorL: string;
1983
+ cat7Color: string;
1984
+ cat7ColorL: string;
1985
+ cat8Color: string;
1986
+ cat8ColorL: string;
1987
+ cat9Color: string;
1988
+ cat9ColorL: string;
1989
+ cat10Color: string;
1990
+ cat10ColorL: string;
1991
+ cat11Color: string;
1992
+ cat11ColorL: string;
1993
+ cat12Color: string;
1994
+ cat12ColorL: string;
1995
+ cat13Color: string;
1996
+ cat13ColorL: string;
1997
+ cat14Color: string;
1998
+ cat14ColorL: string;
1999
+ cat15Color: string;
2000
+ cat15ColorL: string;
2001
+ cat16Color: string;
2002
+ cat16ColorL: string;
2003
+ cat17Color: string;
2004
+ cat17ColorL: string;
2005
+ cat18Color: string;
2006
+ cat18ColorL: string;
2007
+ cat19Color: string;
2008
+ cat19ColorL: string;
2009
+ cat20Color: string;
2010
+ cat20ColorL: string;
2011
+ cat21Color: string;
2012
+ cat21ColorL: string;
2013
+ cat22Color: string;
2014
+ cat22ColorL: string;
2015
+ cat23Color: string;
2016
+ cat23ColorL: string;
2017
+ cat24Color: string;
2018
+ cat24ColorL: string;
2019
+ cat25Color: string;
2020
+ cat25ColorL: string;
2021
+ cat26Color: string;
2022
+ cat26ColorL: string;
2023
+ cat27Color: string;
2024
+ cat27ColorL: string;
2025
+ cat28Color: string;
2026
+ cat28ColorL: string;
2027
+ cat29Color: string;
2028
+ cat29ColorL: string;
2029
+ cat30Color: string;
2030
+ cat30ColorL: string;
2031
+ syntaxBlueLight: string;
2032
+ syntaxGreenLight: string;
2033
+ syntaxPurpleLight: string;
2034
+ syntaxRedLight: string;
2035
+ highLow4LHigh: string;
2036
+ highLow4LLow: string;
2037
+ highLow4DHigh: string;
2038
+ highLow4DLow: string;
2039
+ highLow3LHigh: string;
2040
+ highLow3LLow: string;
2041
+ highLow3DHigh: string;
2042
+ highLow3DLow: string;
2043
+ highLow2LHigh: string;
2044
+ highLow2LLow: string;
2045
+ highLow2DHigh: string;
2046
+ highLow2DLow: string;
2047
+ highLow1LHigh: string;
2048
+ highLow1LLow: string;
2049
+ highLow1DHigh: string;
2050
+ highLow1DLow: string;
2051
+ sequential6L1: string;
2052
+ sequential6L2: string;
2053
+ sequential6L3: string;
2054
+ sequential6L4: string;
2055
+ sequential6L5: string;
2056
+ sequential6L6: string;
2057
+ sequential6L7: string;
2058
+ sequential6D1: string;
2059
+ sequential6D2: string;
2060
+ sequential6D3: string;
2061
+ sequential6D4: string;
2062
+ sequential6D5: string;
2063
+ sequential6D6: string;
2064
+ sequential6D7: string;
2065
+ sequential5L1: string;
2066
+ sequential5L2: string;
2067
+ sequential5L3: string;
2068
+ sequential5L4: string;
2069
+ sequential5L5: string;
2070
+ sequential5L6: string;
2071
+ sequential5L7: string;
2072
+ sequential5D1: string;
2073
+ sequential5D2: string;
2074
+ sequential5D3: string;
2075
+ sequential5D4: string;
2076
+ sequential5D5: string;
2077
+ sequential5D6: string;
2078
+ sequential5D7: string;
2079
+ sequential4L1: string;
2080
+ sequential4L2: string;
2081
+ sequential4L3: string;
2082
+ sequential4L4: string;
2083
+ sequential4L5: string;
2084
+ sequential4L6: string;
2085
+ sequential4L7: string;
2086
+ sequential4D1: string;
2087
+ sequential4D2: string;
2088
+ sequential4D3: string;
2089
+ sequential4D4: string;
2090
+ sequential4D5: string;
2091
+ sequential4D6: string;
2092
+ sequential4D7: string;
2093
+ sequential3L1: string;
2094
+ sequential3L2: string;
2095
+ sequential3L3: string;
2096
+ sequential3L4: string;
2097
+ sequential3L5: string;
2098
+ sequential3L6: string;
2099
+ sequential3L7: string;
2100
+ sequential3D1: string;
2101
+ sequential3D2: string;
2102
+ sequential3D3: string;
2103
+ sequential3D4: string;
2104
+ sequential3D5: string;
2105
+ sequential3D6: string;
2106
+ sequential3D7: string;
2107
+ sequential2L1: string;
2108
+ sequential2L2: string;
2109
+ sequential2L3: string;
2110
+ sequential2L4: string;
2111
+ sequential2L5: string;
2112
+ sequential2L6: string;
2113
+ sequential2L7: string;
2114
+ sequential2D1: string;
2115
+ sequential2D2: string;
2116
+ sequential2D3: string;
2117
+ sequential2D4: string;
2118
+ sequential2D5: string;
2119
+ sequential2D6: string;
2120
+ sequential2D7: string;
2121
+ sequential1L1: string;
2122
+ sequential1L2: string;
2123
+ sequential1L3: string;
2124
+ sequential1L4: string;
2125
+ sequential1L5: string;
2126
+ sequential1L6: string;
2127
+ sequential1L7: string;
2128
+ sequential1D1: string;
2129
+ sequential1D2: string;
2130
+ sequential1D3: string;
2131
+ sequential1D4: string;
2132
+ sequential1D5: string;
2133
+ sequential1D6: string;
2134
+ sequential1D7: string;
2135
+ divergent4L1: string;
2136
+ divergent4L2: string;
2137
+ divergent4L3: string;
2138
+ divergent4L4: string;
2139
+ divergent4L5: string;
2140
+ divergent4L6: string;
2141
+ divergent4L7: string;
2142
+ divergent4D1: string;
2143
+ divergent4D2: string;
2144
+ divergent4D3: string;
2145
+ divergent4D4: string;
2146
+ divergent4D5: string;
2147
+ divergent4D6: string;
2148
+ divergent4D7: string;
2149
+ divergent3L1: string;
2150
+ divergent3L2: string;
2151
+ divergent3L3: string;
2152
+ divergent3L4: string;
2153
+ divergent3L5: string;
2154
+ divergent3L6: string;
2155
+ divergent3L7: string;
2156
+ divergent3D1: string;
2157
+ divergent3D2: string;
2158
+ divergent3D3: string;
2159
+ divergent3D4: string;
2160
+ divergent3D5: string;
2161
+ divergent3D6: string;
2162
+ divergent3D7: string;
2163
+ divergent2L1: string;
2164
+ divergent2L2: string;
2165
+ divergent2L3: string;
2166
+ divergent2L4: string;
2167
+ divergent2L5: string;
2168
+ divergent2L6: string;
2169
+ divergent2L7: string;
2170
+ divergent2D1: string;
2171
+ divergent2D2: string;
2172
+ divergent2D3: string;
2173
+ divergent2D4: string;
2174
+ divergent2D5: string;
2175
+ divergent2D6: string;
2176
+ divergent2D7: string;
2177
+ divergent1L1: string;
2178
+ divergent1L2: string;
2179
+ divergent1L3: string;
2180
+ divergent1L4: string;
2181
+ divergent1L5: string;
2182
+ divergent1L6: string;
2183
+ divergent1L7: string;
2184
+ divergent1D1: string;
2185
+ divergent1D2: string;
2186
+ divergent1D3: string;
2187
+ divergent1D4: string;
2188
+ divergent1D5: string;
2189
+ divergent1D6: string;
2190
+ divergent1D7: string;
2191
+ static1: string;
2192
+ static2: string;
2193
+ static3: string;
2194
+ static4: string;
2195
+ static5: string;
2196
+ static6: string;
2197
+ static7: string;
2198
+ static8: string;
2199
+ static9: string;
2200
+ static10: string;
2201
+ static11: string;
2202
+ static12: string;
2203
+ static13: string;
2204
+ static14: string;
2205
+ static15: string;
2206
+ static16: string;
2207
+ static17: string;
2208
+ static18: string;
2209
+ static19: string;
2210
+ static20: string;
2211
+ zindexLayer: number;
2212
+ zindexFixedNavbar: number;
2213
+ zindexModalBackdrop: number;
2214
+ zindexModal: number;
2215
+ zindexPopover: number;
2216
+ zindexToastMessages: number;
2217
+ lineLength: string;
2218
+ lineHeight: string;
2219
+ fontSizeSmall: string;
2220
+ fontSize: string;
2221
+ fontSizeLarge: string;
2222
+ fontSizeXLarge: string;
2223
+ fontSizeXXLarge: string;
2224
+ fontWeightLight: number;
2225
+ fontWeightNormal: number;
2226
+ fontWeightSemiBold: number;
2227
+ fontWeightBold: number;
2228
+ fontWeightHeavy: number;
2229
+ fontWeightExtraBold: number;
2230
+ sansFontFamily: string;
2231
+ serifFontFamily: string;
2232
+ gray30: string;
2233
+ gray45: string;
2234
+ gray60: string;
2235
+ gray80: string;
2236
+ gray92: string;
2237
+ gray96: string;
2238
+ gray98: string;
2239
+ successColor: string;
2240
+ warningColor: string;
2241
+ alertColor: string;
2242
+ errorColor: string;
2243
+ accentColorD10: string;
2244
+ infoColor: string;
2245
+ infoColorL10: string;
2246
+ infoColorD10: string;
2247
+ successColorL10: string;
2248
+ successColorD10: string;
2249
+ warningColorL10: string;
2250
+ warningColorD10: string;
2251
+ alertColorL10: string;
2252
+ alertColorD10: string;
2253
+ errorColorL10: string;
2254
+ errorColorD10: string;
2255
+ errorColorD20: string;
2256
+ brandColor: string;
2257
+ spacingQuarter: string;
2258
+ spacingHalf: string;
2259
+ spacing: string;
2260
+ borderRadius: string;
2261
+ inputHeight: string;
2262
+ spacingXSmall: string;
2263
+ spacingSmall: string;
2264
+ spacingMedium: string;
2265
+ spacingLarge: string;
2266
+ spacingXLarge: string;
2267
+ spacingXXLarge: string;
2268
+ spacingXXXLarge: string;
2269
+ colorScheme: import("src/types").ColorScheme;
2270
+ density: import("src/types").Density;
2271
+ isPrisma: boolean;
2272
+ isEnterprise: true;
2273
+ isComfortable: boolean;
2274
+ isCompact: boolean;
2275
+ isDark: boolean;
2276
+ isLight: boolean;
2277
+ family: "enterprise";
2278
+ } | {
2279
+ accentColor: string;
2280
+ actionColorBackgroundDestructive: string;
2281
+ actionColorBackgroundDestructiveActive: string;
2282
+ actionColorBackgroundDestructiveDisabled: string;
2283
+ actionColorBackgroundDestructiveHover: string;
2284
+ actionColorBackgroundDestructiveSecondary: string;
2285
+ actionColorBackgroundDestructiveSecondaryActive: string;
2286
+ actionColorBackgroundDestructiveSecondaryDisabled: string;
2287
+ actionColorBackgroundDestructiveSecondaryHover: string;
2288
+ actionColorBackgroundPrimary: string;
2289
+ actionColorBackgroundPrimaryActive: string;
2290
+ actionColorBackgroundPrimaryDisabled: string;
2291
+ actionColorBackgroundPrimaryHover: string;
2292
+ actionColorBackgroundSecondary: string;
2293
+ actionColorBackgroundSecondaryActive: string;
2294
+ actionColorBackgroundSecondaryDisabled: string;
2295
+ actionColorBackgroundSecondaryHover: string;
2296
+ actionColorBackgroundSubtle: string;
2297
+ actionColorBackgroundSubtleActive: string;
2298
+ actionColorBackgroundSubtleDisabled: string;
2299
+ actionColorBackgroundSubtleHover: string;
2300
+ actionColorBorder: string;
2301
+ actionColorBorderDestructiveSecondary: string;
2302
+ actionColorBorderDestructiveSecondaryActive: string;
2303
+ actionColorBorderDestructiveSecondaryDisabled: string;
2304
+ actionColorBorderDestructiveSecondaryHover: string;
2305
+ actionColorBorderSecondary: string;
2306
+ actionColorBorderSecondaryActive: string;
2307
+ actionColorBorderSecondaryDisabled: string;
2308
+ actionColorBorderSecondaryHover: string;
2309
+ actionColorBorderWeak: string;
2310
+ actionColorPrimary: string;
2311
+ actionColorDestructive: string;
2312
+ actionColorDestructiveStrong: string;
2313
+ actionColorDestructiveWeak: string;
2314
+ backgroundColorDialog: string;
2315
+ backgroundColorInverted: string;
2316
+ backgroundColorPage: string;
2317
+ backgroundColorNavigation: string;
2318
+ backgroundColorPopup: string;
2319
+ backgroundColorScrim: string;
2320
+ backgroundColorSidebar: string;
2321
+ backgroundColorSection: string;
2322
+ borderColor: string;
2323
+ borderColorStrong: string;
2324
+ borderColorWeak: string;
2325
+ contentBackgroundColorNegativeWeak: string;
2326
+ contentColorActive: string;
2327
+ contentColorDefault: string;
2328
+ contentColorDisabled: string;
2329
+ contentColorInverted: string;
2330
+ contentColorMuted: string;
2331
+ contentColorNegative: string;
2332
+ embossShadow: string;
2333
+ focusColor: string;
2334
+ focusShadow: string;
2335
+ interactiveColorAccent: string;
2336
+ interactiveColorAccentError: string;
2337
+ interactiveColorAccentErrorStrong: string;
2338
+ interactiveColorAccentErrorWeak: string;
2339
+ interactiveColorBackground: string;
2340
+ interactiveColorBackgroundDisabled: string;
2341
+ interactiveColorBorder: string;
2342
+ interactiveColorBorderDisabled: string;
2343
+ interactiveColorBorderDisabledError: string;
2344
+ interactiveColorBorderHover: string;
2345
+ linkColor: string;
2346
+ modalShadow: string;
2347
+ overlayShadow: string;
2348
+ statusColorHigh: string;
2349
+ statusColorHighStrong: string;
2350
+ statusColorHighWeak: string;
2351
+ statusColorInfo: string;
2352
+ statusColorInfoStrong: string;
2353
+ statusColorInfoWeak: string;
2354
+ statusColorMedium: string;
2355
+ statusColorMediumStrong: string;
2356
+ statusColorMediumWeak: string;
2357
+ statusColorNormal: string;
2358
+ statusColorNormalStrong: string;
2359
+ statusColorNormalWeak: string;
2360
+ categorical1D1: string;
2361
+ categorical1D2: string;
2362
+ categorical1D3: string;
2363
+ categorical1D4: string;
2364
+ categorical1D5: string;
2365
+ categorical1D6: string;
2366
+ categorical1D7: string;
2367
+ categorical2D1: string;
2368
+ categorical2D2: string;
2369
+ categorical2D3: string;
2370
+ categorical2D4: string;
2371
+ categorical2D5: string;
2372
+ categorical2D6: string;
2373
+ categorical2D7: string;
2374
+ categorical1L1: string;
2375
+ categorical1L2: string;
2376
+ categorical1L3: string;
2377
+ categorical1L4: string;
2378
+ categorical1L5: string;
2379
+ categorical1L6: string;
2380
+ categorical1L7: string;
2381
+ categorical2L1: string;
2382
+ categorical2L2: string;
2383
+ categorical2L3: string;
2384
+ categorical2L4: string;
2385
+ categorical2L5: string;
2386
+ categorical2L6: string;
2387
+ categorical2L7: string;
2388
+ fontFamily: string;
2389
+ fontFamilyTitle: string;
2390
+ monoFontFamily: string;
2391
+ zindexLayer: number;
2392
+ zindexFixedNavbar: number;
2393
+ zindexModalBackdrop: number;
2394
+ zindexModal: number;
2395
+ zindexPopover: number;
2396
+ zindexToastMessages: number;
2397
+ draggableBackground: string;
2398
+ focusShadowInset: string;
2399
+ hoverShadow: string;
2400
+ highLow4LHigh: string;
2401
+ highLow4LLow: string;
2402
+ highLow4DHigh: string;
2403
+ highLow4DLow: string;
2404
+ highLow3LHigh: string;
2405
+ highLow3LLow: string;
2406
+ highLow3DHigh: string;
2407
+ highLow3DLow: string;
2408
+ highLow2LHigh: string;
2409
+ highLow2LLow: string;
2410
+ highLow2DHigh: string;
2411
+ highLow2DLow: string;
2412
+ highLow1LHigh: string;
2413
+ highLow1LLow: string;
2414
+ highLow1DHigh: string;
2415
+ highLow1DLow: string;
2416
+ sequential6L1: string;
2417
+ sequential6L2: string;
2418
+ sequential6L3: string;
2419
+ sequential6L4: string;
2420
+ sequential6L5: string;
2421
+ sequential6L6: string;
2422
+ sequential6L7: string;
2423
+ sequential6D1: string;
2424
+ sequential6D2: string;
2425
+ sequential6D3: string;
2426
+ sequential6D4: string;
2427
+ sequential6D5: string;
2428
+ sequential6D6: string;
2429
+ sequential6D7: string;
2430
+ sequential5L1: string;
2431
+ sequential5L2: string;
2432
+ sequential5L3: string;
2433
+ sequential5L4: string;
2434
+ sequential5L5: string;
2435
+ sequential5L6: string;
2436
+ sequential5L7: string;
2437
+ sequential5D1: string;
2438
+ sequential5D2: string;
2439
+ sequential5D3: string;
2440
+ sequential5D4: string;
2441
+ sequential5D5: string;
2442
+ sequential5D6: string;
2443
+ sequential5D7: string;
2444
+ sequential4L1: string;
2445
+ sequential4L2: string;
2446
+ sequential4L3: string;
2447
+ sequential4L4: string;
2448
+ sequential4L5: string;
2449
+ sequential4L6: string;
2450
+ sequential4L7: string;
2451
+ sequential4D1: string;
2452
+ sequential4D2: string;
2453
+ sequential4D3: string;
2454
+ sequential4D4: string;
2455
+ sequential4D5: string;
2456
+ sequential4D6: string;
2457
+ sequential4D7: string;
2458
+ sequential3L1: string;
2459
+ sequential3L2: string;
2460
+ sequential3L3: string;
2461
+ sequential3L4: string;
2462
+ sequential3L5: string;
2463
+ sequential3L6: string;
2464
+ sequential3L7: string;
2465
+ sequential3D1: string;
2466
+ sequential3D2: string;
2467
+ sequential3D3: string;
2468
+ sequential3D4: string;
2469
+ sequential3D5: string;
2470
+ sequential3D6: string;
2471
+ sequential3D7: string;
2472
+ sequential2L1: string;
2473
+ sequential2L2: string;
2474
+ sequential2L3: string;
2475
+ sequential2L4: string;
2476
+ sequential2L5: string;
2477
+ sequential2L6: string;
2478
+ sequential2L7: string;
2479
+ sequential2D1: string;
2480
+ sequential2D2: string;
2481
+ sequential2D3: string;
2482
+ sequential2D4: string;
2483
+ sequential2D5: string;
2484
+ sequential2D6: string;
2485
+ sequential2D7: string;
2486
+ sequential1L1: string;
2487
+ sequential1L2: string;
2488
+ sequential1L3: string;
2489
+ sequential1L4: string;
2490
+ sequential1L5: string;
2491
+ sequential1L6: string;
2492
+ sequential1L7: string;
2493
+ sequential1D1: string;
2494
+ sequential1D2: string;
2495
+ sequential1D3: string;
2496
+ sequential1D4: string;
2497
+ sequential1D5: string;
2498
+ sequential1D6: string;
2499
+ sequential1D7: string;
2500
+ divergent4L1: string;
2501
+ divergent4L2: string;
2502
+ divergent4L3: string;
2503
+ divergent4L4: string;
2504
+ divergent4L5: string;
2505
+ divergent4L6: string;
2506
+ divergent4L7: string;
2507
+ divergent4D1: string;
2508
+ divergent4D2: string;
2509
+ divergent4D3: string;
2510
+ divergent4D4: string;
2511
+ divergent4D5: string;
2512
+ divergent4D6: string;
2513
+ divergent4D7: string;
2514
+ divergent3L1: string;
2515
+ divergent3L2: string;
2516
+ divergent3L3: string;
2517
+ divergent3L4: string;
2518
+ divergent3L5: string;
2519
+ divergent3L6: string;
2520
+ divergent3L7: string;
2521
+ divergent3D1: string;
2522
+ divergent3D2: string;
2523
+ divergent3D3: string;
2524
+ divergent3D4: string;
2525
+ divergent3D5: string;
2526
+ divergent3D6: string;
2527
+ divergent3D7: string;
2528
+ divergent2L1: string;
2529
+ divergent2L2: string;
2530
+ divergent2L3: string;
2531
+ divergent2L4: string;
2532
+ divergent2L5: string;
2533
+ divergent2L6: string;
2534
+ divergent2L7: string;
2535
+ divergent2D1: string;
2536
+ divergent2D2: string;
2537
+ divergent2D3: string;
2538
+ divergent2D4: string;
2539
+ divergent2D5: string;
2540
+ divergent2D6: string;
2541
+ divergent2D7: string;
2542
+ divergent1L1: string;
2543
+ divergent1L2: string;
2544
+ divergent1L3: string;
2545
+ divergent1L4: string;
2546
+ divergent1L5: string;
2547
+ divergent1L6: string;
2548
+ divergent1L7: string;
2549
+ divergent1D1: string;
2550
+ divergent1D2: string;
2551
+ divergent1D3: string;
2552
+ divergent1D4: string;
2553
+ divergent1D5: string;
2554
+ divergent1D6: string;
2555
+ divergent1D7: string;
2556
+ static1: string;
2557
+ static2: string;
2558
+ static3: string;
2559
+ static4: string;
2560
+ static5: string;
2561
+ static6: string;
2562
+ static7: string;
2563
+ static8: string;
2564
+ static9: string;
2565
+ static10: string;
2566
+ static11: string;
2567
+ static12: string;
2568
+ static13: string;
2569
+ static14: string;
2570
+ static15: string;
2571
+ static16: string;
2572
+ static17: string;
2573
+ static18: string;
2574
+ static19: string;
2575
+ static20: string;
2576
+ lineLength: string;
2577
+ lineHeight: string;
2578
+ fontSizeSmall: string;
2579
+ fontSize: string;
2580
+ fontSizeLarge: string;
2581
+ fontSizeXLarge: string;
2582
+ fontSizeXXLarge: string;
2583
+ fontWeightLight: number;
2584
+ fontWeightNormal: number;
2585
+ fontWeightSemiBold: number;
2586
+ fontWeightBold: number;
2587
+ fontWeightHeavy: number;
2588
+ fontWeightExtraBold: number;
2589
+ sansFontFamily: string;
2590
+ serifFontFamily: string;
2591
+ interactiveColorPrimary: string;
2592
+ accentColorPositive: string;
2593
+ accentColorWarning: string;
2594
+ accentColorAlert: string;
2595
+ accentColorNegative: string;
2596
+ syntaxBlue: string;
2597
+ syntaxBrown: string;
2598
+ syntaxGray: string;
2599
+ syntaxGreen: string;
2600
+ syntaxOrange: string;
2601
+ syntaxPink: string;
2602
+ syntaxPurple: string;
2603
+ syntaxRed: string;
2604
+ syntaxTeal: string;
2605
+ interactiveColorBorderActive: string;
2606
+ interactiveColorOverlaySelected: string;
2607
+ interactiveColorOverlayHover: string;
2608
+ interactiveColorOverlayActive: string;
2609
+ interactiveColorOverlayDrag: string;
2610
+ black: string;
2611
+ neutral50: string;
2612
+ neutral100: string;
2613
+ neutral200: string;
2614
+ neutral300: string;
2615
+ neutral400: string;
2616
+ neutral500: string;
2617
+ white: string;
2618
+ transparent: string;
2619
+ contentColorLink: string;
2620
+ contentColorAccent: string;
2621
+ contentColorAccentStrong: string;
2622
+ contentColorAccentWeak: string;
2623
+ contentColorInfo: string;
2624
+ contentColorNegativeStrong: string;
2625
+ contentColorNegativeWeak: string;
2626
+ contentColorPositive: string;
2627
+ contentColorWarning: string;
2628
+ backgroundColorFloating: string;
2629
+ dragShadow: string;
2630
+ statusColorLow: string;
2631
+ statusColorLowWeak: string;
2632
+ statusColorLowStrong: string;
2633
+ statusColorCritical: string;
2634
+ statusColorCriticalWeak: string;
2635
+ statusColorCriticalStrong: string;
2636
+ severityColorCustom: string;
2637
+ severityColorUnknown: string;
2638
+ severityColorInfo: string;
2639
+ severityColorNormal: string;
2640
+ severityColorNotice: string;
2641
+ severityColorWarning: string;
2642
+ severityColorAlert: string;
2643
+ severityColorCritical: string;
2644
+ severityColorEmergency: string;
2645
+ notificationColorInfoWeak: string;
2646
+ notificationColorInfo: string;
2647
+ notificationColorInfoStrong: string;
2648
+ notificationColorPositiveWeak: string;
2649
+ notificationColorPositive: string;
2650
+ notificationColorPositiveStrong: string;
2651
+ notificationColorCautionWeak: string;
2652
+ notificationColorCaution: string;
2653
+ notificationColorCautionStrong: string;
2654
+ notificationColorNegativeWeak: string;
2655
+ notificationColorNegative: string;
2656
+ notificationColorNegativeStrong: string;
2657
+ borderRadius: string;
2658
+ inputHeight: string;
2659
+ spacingXSmall: string;
2660
+ spacingSmall: string;
2661
+ spacingMedium: string;
2662
+ spacingLarge: string;
2663
+ spacingXLarge: string;
2664
+ spacingXXLarge: string;
2665
+ spacingXXXLarge: string;
2666
+ colorScheme: import("src/types").ColorScheme;
2667
+ density: import("src/types").Density;
2668
+ isPrisma: true;
2669
+ isEnterprise: boolean;
2670
+ isComfortable: boolean;
2671
+ isCompact: boolean;
2672
+ isDark: boolean;
2673
+ isLight: boolean;
2674
+ family: "prisma";
2675
+ } | {
2676
+ accentColor: string;
2677
+ actionColorBackgroundDestructive: string;
2678
+ actionColorBackgroundDestructiveActive: string;
2679
+ actionColorBackgroundDestructiveDisabled: string;
2680
+ actionColorBackgroundDestructiveHover: string;
2681
+ actionColorBackgroundDestructiveSecondary: string;
2682
+ actionColorBackgroundDestructiveSecondaryActive: string;
2683
+ actionColorBackgroundDestructiveSecondaryDisabled: string;
2684
+ actionColorBackgroundDestructiveSecondaryHover: string;
2685
+ actionColorBackgroundPrimary: string;
2686
+ actionColorBackgroundPrimaryActive: string;
2687
+ actionColorBackgroundPrimaryDisabled: string;
2688
+ actionColorBackgroundPrimaryHover: string;
2689
+ actionColorBackgroundSecondary: string;
2690
+ actionColorBackgroundSecondaryActive: string;
2691
+ actionColorBackgroundSecondaryDisabled: string;
2692
+ actionColorBackgroundSecondaryHover: string;
2693
+ actionColorBackgroundSubtle: string;
2694
+ actionColorBackgroundSubtleActive: string;
2695
+ actionColorBackgroundSubtleDisabled: string;
2696
+ actionColorBackgroundSubtleHover: string;
2697
+ actionColorBorder: string;
2698
+ actionColorBorderDestructiveSecondary: string;
2699
+ actionColorBorderDestructiveSecondaryActive: string;
2700
+ actionColorBorderDestructiveSecondaryDisabled: string;
2701
+ actionColorBorderDestructiveSecondaryHover: string;
2702
+ actionColorBorderSecondary: string;
2703
+ actionColorBorderSecondaryActive: string;
2704
+ actionColorBorderSecondaryDisabled: string;
2705
+ actionColorBorderSecondaryHover: string;
2706
+ actionColorBorderWeak: string;
2707
+ actionColorPrimary: string;
2708
+ actionColorDestructive: string;
2709
+ actionColorDestructiveStrong: string;
2710
+ actionColorDestructiveWeak: string;
2711
+ backgroundColorDialog: string;
2712
+ backgroundColorInverted: string;
2713
+ backgroundColorPage: string;
2714
+ backgroundColorNavigation: string;
2715
+ backgroundColorPopup: string;
2716
+ backgroundColorScrim: string;
2717
+ backgroundColorSidebar: string;
2718
+ backgroundColorSection: string;
2719
+ borderColor: string;
2720
+ borderColorStrong: string;
2721
+ borderColorWeak: string;
2722
+ contentBackgroundColorNegativeWeak: string;
2723
+ contentColorActive: string;
2724
+ contentColorDefault: string;
2725
+ contentColorDisabled: string;
2726
+ contentColorInverted: string;
2727
+ contentColorMuted: string;
2728
+ contentColorNegative: string;
2729
+ embossShadow: string;
2730
+ focusColor: string;
2731
+ focusShadow: string;
2732
+ interactiveColorAccent: string;
2733
+ interactiveColorAccentError: string;
2734
+ interactiveColorAccentErrorStrong: string;
2735
+ interactiveColorAccentErrorWeak: string;
2736
+ interactiveColorBackground: string;
2737
+ interactiveColorBackgroundDisabled: string;
2738
+ interactiveColorBorder: string;
2739
+ interactiveColorBorderDisabled: string;
2740
+ interactiveColorBorderDisabledError: string;
2741
+ interactiveColorBorderHover: string;
2742
+ linkColor: string;
2743
+ modalShadow: string;
2744
+ overlayShadow: string;
2745
+ statusColorHigh: string;
2746
+ statusColorHighStrong: string;
2747
+ statusColorHighWeak: string;
2748
+ statusColorInfo: string;
2749
+ statusColorInfoStrong: string;
2750
+ statusColorInfoWeak: string;
2751
+ statusColorMedium: string;
2752
+ statusColorMediumStrong: string;
2753
+ statusColorMediumWeak: string;
2754
+ statusColorNormal: string;
2755
+ statusColorNormalStrong: string;
2756
+ statusColorNormalWeak: string;
2757
+ categorical1D1: string;
2758
+ categorical1D2: string;
2759
+ categorical1D3: string;
2760
+ categorical1D4: string;
2761
+ categorical1D5: string;
2762
+ categorical1D6: string;
2763
+ categorical1D7: string;
2764
+ categorical2D1: string;
2765
+ categorical2D2: string;
2766
+ categorical2D3: string;
2767
+ categorical2D4: string;
2768
+ categorical2D5: string;
2769
+ categorical2D6: string;
2770
+ categorical2D7: string;
2771
+ categorical1L1: string;
2772
+ categorical1L2: string;
2773
+ categorical1L3: string;
2774
+ categorical1L4: string;
2775
+ categorical1L5: string;
2776
+ categorical1L6: string;
2777
+ categorical1L7: string;
2778
+ categorical2L1: string;
2779
+ categorical2L2: string;
2780
+ categorical2L3: string;
2781
+ categorical2L4: string;
2782
+ categorical2L5: string;
2783
+ categorical2L6: string;
2784
+ categorical2L7: string;
2785
+ fontFamily: string;
2786
+ fontFamilyTitle: string;
2787
+ monoFontFamily: string;
2788
+ zindexLayer: number;
2789
+ zindexFixedNavbar: number;
2790
+ zindexModalBackdrop: number;
2791
+ zindexModal: number;
2792
+ zindexPopover: number;
2793
+ zindexToastMessages: number;
2794
+ draggableBackground: string;
2795
+ focusShadowInset: string;
2796
+ hoverShadow: string;
2797
+ highLow4LHigh: string;
2798
+ highLow4LLow: string;
2799
+ highLow4DHigh: string;
2800
+ highLow4DLow: string;
2801
+ highLow3LHigh: string;
2802
+ highLow3LLow: string;
2803
+ highLow3DHigh: string;
2804
+ highLow3DLow: string;
2805
+ highLow2LHigh: string;
2806
+ highLow2LLow: string;
2807
+ highLow2DHigh: string;
2808
+ highLow2DLow: string;
2809
+ highLow1LHigh: string;
2810
+ highLow1LLow: string;
2811
+ highLow1DHigh: string;
2812
+ highLow1DLow: string;
2813
+ sequential6L1: string;
2814
+ sequential6L2: string;
2815
+ sequential6L3: string;
2816
+ sequential6L4: string;
2817
+ sequential6L5: string;
2818
+ sequential6L6: string;
2819
+ sequential6L7: string;
2820
+ sequential6D1: string;
2821
+ sequential6D2: string;
2822
+ sequential6D3: string;
2823
+ sequential6D4: string;
2824
+ sequential6D5: string;
2825
+ sequential6D6: string;
2826
+ sequential6D7: string;
2827
+ sequential5L1: string;
2828
+ sequential5L2: string;
2829
+ sequential5L3: string;
2830
+ sequential5L4: string;
2831
+ sequential5L5: string;
2832
+ sequential5L6: string;
2833
+ sequential5L7: string;
2834
+ sequential5D1: string;
2835
+ sequential5D2: string;
2836
+ sequential5D3: string;
2837
+ sequential5D4: string;
2838
+ sequential5D5: string;
2839
+ sequential5D6: string;
2840
+ sequential5D7: string;
2841
+ sequential4L1: string;
2842
+ sequential4L2: string;
2843
+ sequential4L3: string;
2844
+ sequential4L4: string;
2845
+ sequential4L5: string;
2846
+ sequential4L6: string;
2847
+ sequential4L7: string;
2848
+ sequential4D1: string;
2849
+ sequential4D2: string;
2850
+ sequential4D3: string;
2851
+ sequential4D4: string;
2852
+ sequential4D5: string;
2853
+ sequential4D6: string;
2854
+ sequential4D7: string;
2855
+ sequential3L1: string;
2856
+ sequential3L2: string;
2857
+ sequential3L3: string;
2858
+ sequential3L4: string;
2859
+ sequential3L5: string;
2860
+ sequential3L6: string;
2861
+ sequential3L7: string;
2862
+ sequential3D1: string;
2863
+ sequential3D2: string;
2864
+ sequential3D3: string;
2865
+ sequential3D4: string;
2866
+ sequential3D5: string;
2867
+ sequential3D6: string;
2868
+ sequential3D7: string;
2869
+ sequential2L1: string;
2870
+ sequential2L2: string;
2871
+ sequential2L3: string;
2872
+ sequential2L4: string;
2873
+ sequential2L5: string;
2874
+ sequential2L6: string;
2875
+ sequential2L7: string;
2876
+ sequential2D1: string;
2877
+ sequential2D2: string;
2878
+ sequential2D3: string;
2879
+ sequential2D4: string;
2880
+ sequential2D5: string;
2881
+ sequential2D6: string;
2882
+ sequential2D7: string;
2883
+ sequential1L1: string;
2884
+ sequential1L2: string;
2885
+ sequential1L3: string;
2886
+ sequential1L4: string;
2887
+ sequential1L5: string;
2888
+ sequential1L6: string;
2889
+ sequential1L7: string;
2890
+ sequential1D1: string;
2891
+ sequential1D2: string;
2892
+ sequential1D3: string;
2893
+ sequential1D4: string;
2894
+ sequential1D5: string;
2895
+ sequential1D6: string;
2896
+ sequential1D7: string;
2897
+ divergent4L1: string;
2898
+ divergent4L2: string;
2899
+ divergent4L3: string;
2900
+ divergent4L4: string;
2901
+ divergent4L5: string;
2902
+ divergent4L6: string;
2903
+ divergent4L7: string;
2904
+ divergent4D1: string;
2905
+ divergent4D2: string;
2906
+ divergent4D3: string;
2907
+ divergent4D4: string;
2908
+ divergent4D5: string;
2909
+ divergent4D6: string;
2910
+ divergent4D7: string;
2911
+ divergent3L1: string;
2912
+ divergent3L2: string;
2913
+ divergent3L3: string;
2914
+ divergent3L4: string;
2915
+ divergent3L5: string;
2916
+ divergent3L6: string;
2917
+ divergent3L7: string;
2918
+ divergent3D1: string;
2919
+ divergent3D2: string;
2920
+ divergent3D3: string;
2921
+ divergent3D4: string;
2922
+ divergent3D5: string;
2923
+ divergent3D6: string;
2924
+ divergent3D7: string;
2925
+ divergent2L1: string;
2926
+ divergent2L2: string;
2927
+ divergent2L3: string;
2928
+ divergent2L4: string;
2929
+ divergent2L5: string;
2930
+ divergent2L6: string;
2931
+ divergent2L7: string;
2932
+ divergent2D1: string;
2933
+ divergent2D2: string;
2934
+ divergent2D3: string;
2935
+ divergent2D4: string;
2936
+ divergent2D5: string;
2937
+ divergent2D6: string;
2938
+ divergent2D7: string;
2939
+ divergent1L1: string;
2940
+ divergent1L2: string;
2941
+ divergent1L3: string;
2942
+ divergent1L4: string;
2943
+ divergent1L5: string;
2944
+ divergent1L6: string;
2945
+ divergent1L7: string;
2946
+ divergent1D1: string;
2947
+ divergent1D2: string;
2948
+ divergent1D3: string;
2949
+ divergent1D4: string;
2950
+ divergent1D5: string;
2951
+ divergent1D6: string;
2952
+ divergent1D7: string;
2953
+ static1: string;
2954
+ static2: string;
2955
+ static3: string;
2956
+ static4: string;
2957
+ static5: string;
2958
+ static6: string;
2959
+ static7: string;
2960
+ static8: string;
2961
+ static9: string;
2962
+ static10: string;
2963
+ static11: string;
2964
+ static12: string;
2965
+ static13: string;
2966
+ static14: string;
2967
+ static15: string;
2968
+ static16: string;
2969
+ static17: string;
2970
+ static18: string;
2971
+ static19: string;
2972
+ static20: string;
2973
+ lineLength: string;
2974
+ lineHeight: string;
2975
+ fontSizeSmall: string;
2976
+ fontSize: string;
2977
+ fontSizeLarge: string;
2978
+ fontSizeXLarge: string;
2979
+ fontSizeXXLarge: string;
2980
+ fontWeightLight: number;
2981
+ fontWeightNormal: number;
2982
+ fontWeightSemiBold: number;
2983
+ fontWeightBold: number;
2984
+ fontWeightHeavy: number;
2985
+ fontWeightExtraBold: number;
2986
+ sansFontFamily: string;
2987
+ serifFontFamily: string;
2988
+ interactiveColorPrimary: string;
2989
+ accentColorPositive: string;
2990
+ accentColorWarning: string;
2991
+ accentColorAlert: string;
2992
+ accentColorNegative: string;
2993
+ syntaxBlue: string;
2994
+ syntaxBrown: string;
2995
+ syntaxGray: string;
2996
+ syntaxGreen: string;
2997
+ syntaxOrange: string;
2998
+ syntaxPink: string;
2999
+ syntaxPurple: string;
3000
+ syntaxRed: string;
3001
+ syntaxTeal: string;
3002
+ interactiveColorBorderActive: string;
3003
+ interactiveColorOverlaySelected: string;
3004
+ interactiveColorOverlayHover: string;
3005
+ interactiveColorOverlayActive: string;
3006
+ interactiveColorOverlayDrag: string;
3007
+ black: string;
3008
+ neutral50: string;
3009
+ neutral100: string;
3010
+ neutral200: string;
3011
+ neutral300: string;
3012
+ neutral400: string;
3013
+ neutral500: string;
3014
+ white: string;
3015
+ transparent: string;
3016
+ contentColorLink: string;
3017
+ contentColorAccent: string;
3018
+ contentColorAccentStrong: string;
3019
+ contentColorAccentWeak: string;
3020
+ contentColorInfo: string;
3021
+ contentColorNegativeStrong: string;
3022
+ contentColorNegativeWeak: string;
3023
+ contentColorPositive: string;
3024
+ contentColorWarning: string;
3025
+ backgroundColorFloating: string;
3026
+ dragShadow: string;
3027
+ statusColorLow: string;
3028
+ statusColorLowWeak: string;
3029
+ statusColorLowStrong: string;
3030
+ statusColorCritical: string;
3031
+ statusColorCriticalWeak: string;
3032
+ statusColorCriticalStrong: string;
3033
+ severityColorCustom: string;
3034
+ severityColorUnknown: string;
3035
+ severityColorInfo: string;
3036
+ severityColorNormal: string;
3037
+ severityColorNotice: string;
3038
+ severityColorWarning: string;
3039
+ severityColorAlert: string;
3040
+ severityColorCritical: string;
3041
+ severityColorEmergency: string;
3042
+ notificationColorInfoWeak: string;
3043
+ notificationColorInfo: string;
3044
+ notificationColorInfoStrong: string;
3045
+ notificationColorPositiveWeak: string;
3046
+ notificationColorPositive: string;
3047
+ notificationColorPositiveStrong: string;
3048
+ notificationColorCautionWeak: string;
3049
+ notificationColorCaution: string;
3050
+ notificationColorCautionStrong: string;
3051
+ notificationColorNegativeWeak: string;
3052
+ notificationColorNegative: string;
3053
+ notificationColorNegativeStrong: string;
3054
+ borderRadius: string;
3055
+ inputHeight: string;
3056
+ spacingXSmall: string;
3057
+ spacingSmall: string;
3058
+ spacingMedium: string;
3059
+ spacingLarge: string;
3060
+ spacingXLarge: string;
3061
+ spacingXXLarge: string;
3062
+ spacingXXXLarge: string;
3063
+ colorScheme: import("src/types").ColorScheme;
3064
+ density: import("src/types").Density;
3065
+ isPrisma: true;
3066
+ isEnterprise: boolean;
3067
+ isComfortable: boolean;
3068
+ isCompact: boolean;
3069
+ isDark: boolean;
3070
+ isLight: boolean;
3071
+ family: "prisma";
3072
+ };
3073
+ export default splunkMagneticThemeCustomizer;