@dynatrace/strato-design-tokens 0.16.0 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/colors/index.d.ts CHANGED
@@ -40,11 +40,11 @@ declare const _default: {
40
40
  '50': string;
41
41
  /** Css custom property: --dt-colors-theme-neutral-60. Default value: #b6b6cc. */
42
42
  '60': string;
43
- /** Css custom property: --dt-colors-theme-neutral-70. Default value: #585a8b. */
43
+ /** Css custom property: --dt-colors-theme-neutral-70. Default value: #565889. */
44
44
  '70': string;
45
- /** Css custom property: --dt-colors-theme-neutral-80. Default value: #41436d. */
45
+ /** Css custom property: --dt-colors-theme-neutral-80. Default value: #3f416a. */
46
46
  '80': string;
47
- /** Css custom property: --dt-colors-theme-neutral-90. Default value: #323456. */
47
+ /** Css custom property: --dt-colors-theme-neutral-90. Default value: #303253. */
48
48
  '90': string;
49
49
  };
50
50
  Primary: {
@@ -60,11 +60,11 @@ declare const _default: {
60
60
  '50': string;
61
61
  /** Css custom property: --dt-colors-theme-primary-60. Default value: #aeb1e8. */
62
62
  '60': string;
63
- /** Css custom property: --dt-colors-theme-primary-70. Default value: #464dd2. */
63
+ /** Css custom property: --dt-colors-theme-primary-70. Default value: #434ad1. */
64
64
  '70': string;
65
- /** Css custom property: --dt-colors-theme-primary-80. Default value: #2e35ae. */
65
+ /** Css custom property: --dt-colors-theme-primary-80. Default value: #2c34a9. */
66
66
  '80': string;
67
- /** Css custom property: --dt-colors-theme-primary-90. Default value: #23298b. */
67
+ /** Css custom property: --dt-colors-theme-primary-90. Default value: #212786. */
68
68
  '90': string;
69
69
  };
70
70
  Success: {
@@ -80,11 +80,11 @@ declare const _default: {
80
80
  '50': string;
81
81
  /** Css custom property: --dt-colors-theme-success-60. Default value: #a4bcbb. */
82
82
  '60': string;
83
- /** Css custom property: --dt-colors-theme-success-70. Default value: #2d6861. */
83
+ /** Css custom property: --dt-colors-theme-success-70. Default value: #2c655e. */
84
84
  '70': string;
85
- /** Css custom property: --dt-colors-theme-success-80. Default value: #204e49. */
85
+ /** Css custom property: --dt-colors-theme-success-80. Default value: #1f4c46. */
86
86
  '80': string;
87
- /** Css custom property: --dt-colors-theme-success-90. Default value: #173d38. */
87
+ /** Css custom property: --dt-colors-theme-success-90. Default value: #163a36. */
88
88
  '90': string;
89
89
  };
90
90
  Warning: {
@@ -100,11 +100,11 @@ declare const _default: {
100
100
  '50': string;
101
101
  /** Css custom property: --dt-colors-theme-warning-60. Default value: #cbb294. */
102
102
  '60': string;
103
- /** Css custom property: --dt-colors-theme-warning-70. Default value: #8e4e00. */
103
+ /** Css custom property: --dt-colors-theme-warning-70. Default value: #8b4c00. */
104
104
  '70': string;
105
- /** Css custom property: --dt-colors-theme-warning-80. Default value: #6c3a00. */
105
+ /** Css custom property: --dt-colors-theme-warning-80. Default value: #693800. */
106
106
  '80': string;
107
- /** Css custom property: --dt-colors-theme-warning-90. Default value: #552d00. */
107
+ /** Css custom property: --dt-colors-theme-warning-90. Default value: #522b00. */
108
108
  '90': string;
109
109
  };
110
110
  Critical: {
@@ -120,11 +120,11 @@ declare const _default: {
120
120
  '50': string;
121
121
  /** Css custom property: --dt-colors-theme-critical-60. Default value: #db9db5. */
122
122
  '60': string;
123
- /** Css custom property: --dt-colors-theme-critical-70. Default value: #b11a4f. */
123
+ /** Css custom property: --dt-colors-theme-critical-70. Default value: #ad194d. */
124
124
  '70': string;
125
- /** Css custom property: --dt-colors-theme-critical-80. Default value: #87113a. */
125
+ /** Css custom property: --dt-colors-theme-critical-80. Default value: #821038. */
126
126
  '80': string;
127
- /** Css custom property: --dt-colors-theme-critical-90. Default value: #6a0b2d. */
127
+ /** Css custom property: --dt-colors-theme-critical-90. Default value: #660a2b. */
128
128
  '90': string;
129
129
  };
130
130
  };
@@ -167,7 +167,7 @@ declare const _default: {
167
167
  Emphasized: string;
168
168
  /**
169
169
  * Use for accentuated neutral containers with high contrast. Use sparingly.
170
- * Css custom property: --dt-colors-background-container-neutral-accent. Default value: #585a8b.
170
+ * Css custom property: --dt-colors-background-container-neutral-accent. Default value: #565889.
171
171
  */
172
172
  Accent: string;
173
173
  };
@@ -184,7 +184,7 @@ declare const _default: {
184
184
  Emphasized: string;
185
185
  /**
186
186
  * Use for accentuated primary color containers with high contrast. Use sparingly.
187
- * Css custom property: --dt-colors-background-container-primary-accent. Default value: #464dd2.
187
+ * Css custom property: --dt-colors-background-container-primary-accent. Default value: #434ad1.
188
188
  */
189
189
  Accent: string;
190
190
  };
@@ -201,7 +201,7 @@ declare const _default: {
201
201
  Emphasized: string;
202
202
  /**
203
203
  * Use for accentuated success color containers with high contrast. Use sparingly.
204
- * Css custom property: --dt-colors-background-container-success-accent. Default value: #2d6861.
204
+ * Css custom property: --dt-colors-background-container-success-accent. Default value: #2c655e.
205
205
  */
206
206
  Accent: string;
207
207
  };
@@ -218,7 +218,7 @@ declare const _default: {
218
218
  Emphasized: string;
219
219
  /**
220
220
  * Use for accentuated warning color containers with high contrast. Use sparingly.
221
- * Css custom property: --dt-colors-background-container-warning-accent. Default value: #8e4e00.
221
+ * Css custom property: --dt-colors-background-container-warning-accent. Default value: #8b4c00.
222
222
  */
223
223
  Accent: string;
224
224
  };
@@ -235,7 +235,7 @@ declare const _default: {
235
235
  Emphasized: string;
236
236
  /**
237
237
  * Use for accentuated critical color containers with high contrast. Use sparingly.
238
- * Css custom property: --dt-colors-background-container-critical-accent. Default value: #b11a4f.
238
+ * Css custom property: --dt-colors-background-container-critical-accent. Default value: #ad194d.
239
239
  */
240
240
  Accent: string;
241
241
  };
@@ -279,17 +279,17 @@ declare const _default: {
279
279
  EmphasizedActive: string;
280
280
  /**
281
281
  * Use for accentuated neutral fields. Use sparingly.
282
- * Css custom property: --dt-colors-background-field-neutral-accent. Default value: #585a8b.
282
+ * Css custom property: --dt-colors-background-field-neutral-accent. Default value: #565889.
283
283
  */
284
284
  Accent: string;
285
285
  /**
286
286
  * Use for hover interaction on accentuated neutral fields.
287
- * Css custom property: --dt-colors-background-field-neutral-accent-hover. Default value: #41436d.
287
+ * Css custom property: --dt-colors-background-field-neutral-accent-hover. Default value: #3f416a.
288
288
  */
289
289
  AccentHover: string;
290
290
  /**
291
291
  * Use for click interaction on accentuated neutral fields.
292
- * Css custom property: --dt-colors-background-field-neutral-accent-active. Default value: #323456.
292
+ * Css custom property: --dt-colors-background-field-neutral-accent-active. Default value: #303253.
293
293
  */
294
294
  AccentActive: string;
295
295
  };
@@ -331,17 +331,17 @@ declare const _default: {
331
331
  EmphasizedActive: string;
332
332
  /**
333
333
  * Use for accentuated primary fields. Use sparingly.
334
- * Css custom property: --dt-colors-background-field-primary-accent. Default value: #464dd2.
334
+ * Css custom property: --dt-colors-background-field-primary-accent. Default value: #434ad1.
335
335
  */
336
336
  Accent: string;
337
337
  /**
338
338
  * Use for hover interaction on accentuated primary fields.
339
- * Css custom property: --dt-colors-background-field-primary-accent-hover. Default value: #2e35ae.
339
+ * Css custom property: --dt-colors-background-field-primary-accent-hover. Default value: #2c34a9.
340
340
  */
341
341
  AccentHover: string;
342
342
  /**
343
343
  * Use for click interaction on accentuated primary fields.
344
- * Css custom property: --dt-colors-background-field-primary-accent-active. Default value: #23298b.
344
+ * Css custom property: --dt-colors-background-field-primary-accent-active. Default value: #212786.
345
345
  */
346
346
  AccentActive: string;
347
347
  };
@@ -383,17 +383,17 @@ declare const _default: {
383
383
  EmphasizedActive: string;
384
384
  /**
385
385
  * Use for accentuated success fields. Use sparingly.
386
- * Css custom property: --dt-colors-background-field-success-accent. Default value: #2d6861.
386
+ * Css custom property: --dt-colors-background-field-success-accent. Default value: #2c655e.
387
387
  */
388
388
  Accent: string;
389
389
  /**
390
390
  * Use for hover interaction on accentuated success fields.
391
- * Css custom property: --dt-colors-background-field-success-accent-hover. Default value: #204e49.
391
+ * Css custom property: --dt-colors-background-field-success-accent-hover. Default value: #1f4c46.
392
392
  */
393
393
  AccentHover: string;
394
394
  /**
395
395
  * Use for click interaction on accentuated success fields.
396
- * Css custom property: --dt-colors-background-field-success-accent-active. Default value: #173d38.
396
+ * Css custom property: --dt-colors-background-field-success-accent-active. Default value: #163a36.
397
397
  */
398
398
  AccentActive: string;
399
399
  };
@@ -435,17 +435,17 @@ declare const _default: {
435
435
  EmphasizedActive: string;
436
436
  /**
437
437
  * Use for accentuated warning fields. Use sparingly.
438
- * Css custom property: --dt-colors-background-field-warning-accent. Default value: #8e4e00.
438
+ * Css custom property: --dt-colors-background-field-warning-accent. Default value: #8b4c00.
439
439
  */
440
440
  Accent: string;
441
441
  /**
442
442
  * Use for hover interaction on accentuated warning fields.
443
- * Css custom property: --dt-colors-background-field-warning-accent-hover. Default value: #6c3a00.
443
+ * Css custom property: --dt-colors-background-field-warning-accent-hover. Default value: #693800.
444
444
  */
445
445
  AccentHover: string;
446
446
  /**
447
447
  * Use for click interaction on accentuated warning fields.
448
- * Css custom property: --dt-colors-background-field-warning-accent-active. Default value: #552d00.
448
+ * Css custom property: --dt-colors-background-field-warning-accent-active. Default value: #522b00.
449
449
  */
450
450
  AccentActive: string;
451
451
  };
@@ -487,17 +487,17 @@ declare const _default: {
487
487
  EmphasizedActive: string;
488
488
  /**
489
489
  * Use for accentuated neutral fields. Use sparingly.
490
- * Css custom property: --dt-colors-background-field-critical-accent. Default value: #b11a4f.
490
+ * Css custom property: --dt-colors-background-field-critical-accent. Default value: #ad194d.
491
491
  */
492
492
  Accent: string;
493
493
  /**
494
494
  * Use for hover interaction on accentuated neutral fields.
495
- * Css custom property: --dt-colors-background-field-critical-accent-hover. Default value: #87113a.
495
+ * Css custom property: --dt-colors-background-field-critical-accent-hover. Default value: #821038.
496
496
  */
497
497
  AccentHover: string;
498
498
  /**
499
499
  * Use for click interaction on accentuated neutral fields.
500
- * Css custom property: --dt-colors-background-field-critical-accent-active. Default value: #6a0b2d.
500
+ * Css custom property: --dt-colors-background-field-critical-accent-active. Default value: #660a2b.
501
501
  */
502
502
  AccentActive: string;
503
503
  };
@@ -559,22 +559,22 @@ declare const _default: {
559
559
  DefaultHover: string;
560
560
  /**
561
561
  * Use as default border color on click interaction.
562
- * Css custom property: --dt-colors-border-neutral-default-active. Default value: #585a8b.
562
+ * Css custom property: --dt-colors-border-neutral-default-active. Default value: #565889.
563
563
  */
564
564
  DefaultActive: string;
565
565
  /**
566
566
  * Use as the border color of accentuated elements.
567
- * Css custom property: --dt-colors-border-neutral-accent. Default value: #585a8b.
567
+ * Css custom property: --dt-colors-border-neutral-accent. Default value: #565889.
568
568
  */
569
569
  Accent: string;
570
570
  /**
571
571
  * Use as border color of accentuated elements on hover interaction.
572
- * Css custom property: --dt-colors-border-neutral-accent-hover. Default value: #41436d.
572
+ * Css custom property: --dt-colors-border-neutral-accent-hover. Default value: #3f416a.
573
573
  */
574
574
  AccentHover: string;
575
575
  /**
576
576
  * Use as border color of accentuated elements on click interaction.
577
- * Css custom property: --dt-colors-border-neutral-accent-active. Default value: #323456.
577
+ * Css custom property: --dt-colors-border-neutral-accent-active. Default value: #303253.
578
578
  */
579
579
  AccentActive: string;
580
580
  };
@@ -596,22 +596,22 @@ declare const _default: {
596
596
  DefaultHover: string;
597
597
  /**
598
598
  * Use as default border primary color on click interaction.
599
- * Css custom property: --dt-colors-border-primary-default-active. Default value: #464dd2.
599
+ * Css custom property: --dt-colors-border-primary-default-active. Default value: #434ad1.
600
600
  */
601
601
  DefaultActive: string;
602
602
  /**
603
603
  * Use as the border color of primary accentuated elements.
604
- * Css custom property: --dt-colors-border-primary-accent. Default value: #464dd2.
604
+ * Css custom property: --dt-colors-border-primary-accent. Default value: #434ad1.
605
605
  */
606
606
  Accent: string;
607
607
  /**
608
608
  * Use as border color of primary accentuated elements on hover interaction.
609
- * Css custom property: --dt-colors-border-primary-accent-hover. Default value: #2e35ae.
609
+ * Css custom property: --dt-colors-border-primary-accent-hover. Default value: #2c34a9.
610
610
  */
611
611
  AccentHover: string;
612
612
  /**
613
613
  * Use as border color of primary accentuated elements on click interaction.
614
- * Css custom property: --dt-colors-border-primary-accent-active. Default value: #23298b.
614
+ * Css custom property: --dt-colors-border-primary-accent-active. Default value: #212786.
615
615
  */
616
616
  AccentActive: string;
617
617
  };
@@ -633,22 +633,22 @@ declare const _default: {
633
633
  DefaultHover: string;
634
634
  /**
635
635
  * Use as default border success color on click interaction.
636
- * Css custom property: --dt-colors-border-success-default-active. Default value: #2d6861.
636
+ * Css custom property: --dt-colors-border-success-default-active. Default value: #2c655e.
637
637
  */
638
638
  DefaultActive: string;
639
639
  /**
640
640
  * Use as the border color of success accentuated elements.
641
- * Css custom property: --dt-colors-border-success-accent. Default value: #2d6861.
641
+ * Css custom property: --dt-colors-border-success-accent. Default value: #2c655e.
642
642
  */
643
643
  Accent: string;
644
644
  /**
645
645
  * Use as border color of success accentuated elements on hover interaction.
646
- * Css custom property: --dt-colors-border-success-accent-hover. Default value: #204e49.
646
+ * Css custom property: --dt-colors-border-success-accent-hover. Default value: #1f4c46.
647
647
  */
648
648
  AccentHover: string;
649
649
  /**
650
650
  * Use as border color of success accentuated elements on click interaction.
651
- * Css custom property: --dt-colors-border-success-accent-active. Default value: #173d38.
651
+ * Css custom property: --dt-colors-border-success-accent-active. Default value: #163a36.
652
652
  */
653
653
  AccentActive: string;
654
654
  };
@@ -670,22 +670,22 @@ declare const _default: {
670
670
  DefaultHover: string;
671
671
  /**
672
672
  * Use as default border warning color on click interaction.
673
- * Css custom property: --dt-colors-border-warning-default-active. Default value: #8e4e00.
673
+ * Css custom property: --dt-colors-border-warning-default-active. Default value: #8b4c00.
674
674
  */
675
675
  DefaultActive: string;
676
676
  /**
677
677
  * Use as the border color of warning accentuated elements.
678
- * Css custom property: --dt-colors-border-warning-accent. Default value: #8e4e00.
678
+ * Css custom property: --dt-colors-border-warning-accent. Default value: #8b4c00.
679
679
  */
680
680
  Accent: string;
681
681
  /**
682
682
  * Use as border color of warning accentuated elements on hover interaction.
683
- * Css custom property: --dt-colors-border-warning-accent-hover. Default value: #6c3a00.
683
+ * Css custom property: --dt-colors-border-warning-accent-hover. Default value: #693800.
684
684
  */
685
685
  AccentHover: string;
686
686
  /**
687
687
  * Use as border color of warning accentuated elements on click interaction.
688
- * Css custom property: --dt-colors-border-warning-accent-active. Default value: #552d00.
688
+ * Css custom property: --dt-colors-border-warning-accent-active. Default value: #522b00.
689
689
  */
690
690
  AccentActive: string;
691
691
  };
@@ -707,22 +707,22 @@ declare const _default: {
707
707
  DefaultHover: string;
708
708
  /**
709
709
  * Use as default border critical color on click interaction.
710
- * Css custom property: --dt-colors-border-critical-default-active. Default value: #b11a4f.
710
+ * Css custom property: --dt-colors-border-critical-default-active. Default value: #ad194d.
711
711
  */
712
712
  DefaultActive: string;
713
713
  /**
714
714
  * Use as the border color of critical accentuated elements.
715
- * Css custom property: --dt-colors-border-critical-accent. Default value: #b11a4f.
715
+ * Css custom property: --dt-colors-border-critical-accent. Default value: #ad194d.
716
716
  */
717
717
  Accent: string;
718
718
  /**
719
719
  * Use as border color of critical accentuated elements on hover interaction.
720
- * Css custom property: --dt-colors-border-critical-accent-hover. Default value: #87113a.
720
+ * Css custom property: --dt-colors-border-critical-accent-hover. Default value: #821038.
721
721
  */
722
722
  AccentHover: string;
723
723
  /**
724
724
  * Use as border color of critical accentuated elements on click interaction.
725
- * Css custom property: --dt-colors-border-critical-accent-active. Default value: #6a0b2d.
725
+ * Css custom property: --dt-colors-border-critical-accent-active. Default value: #660a2b.
726
726
  */
727
727
  AccentActive: string;
728
728
  };
@@ -753,22 +753,22 @@ declare const _default: {
753
753
  Neutral: {
754
754
  /**
755
755
  * Use for text color on disabled state.
756
- * Css custom property: --dt-colors-text-neutral-disabled. Default value: #585a8b80.
756
+ * Css custom property: --dt-colors-text-neutral-disabled. Default value: #56588980.
757
757
  */
758
758
  Disabled: string;
759
759
  /**
760
760
  * Use for subtle, understated text color.
761
- * Css custom property: --dt-colors-text-neutral-subdued. Default value: #585a8b.
761
+ * Css custom property: --dt-colors-text-neutral-subdued. Default value: #565889.
762
762
  */
763
763
  Subdued: string;
764
764
  /**
765
765
  * Use for subtle, understated text color on hover interaction.
766
- * Css custom property: --dt-colors-text-neutral-subdued-hover. Default value: #41436d.
766
+ * Css custom property: --dt-colors-text-neutral-subdued-hover. Default value: #3f416a.
767
767
  */
768
768
  SubduedHover: string;
769
769
  /**
770
770
  * Use for subtle, understated text color on click interaction.
771
- * Css custom property: --dt-colors-text-neutral-subdued-active. Default value: #323456.
771
+ * Css custom property: --dt-colors-text-neutral-subdued-active. Default value: #303253.
772
772
  */
773
773
  SubduedActive: string;
774
774
  /**
@@ -778,100 +778,100 @@ declare const _default: {
778
778
  Default: string;
779
779
  /**
780
780
  * Use as the default text color on hover interaction.
781
- * Css custom property: --dt-colors-text-neutral-default-hover. Default value: #323456.
781
+ * Css custom property: --dt-colors-text-neutral-default-hover. Default value: #303253.
782
782
  */
783
783
  DefaultHover: string;
784
784
  /**
785
785
  * Use as the default text color on click interaction.
786
- * Css custom property: --dt-colors-text-neutral-default-active. Default value: #41436d.
786
+ * Css custom property: --dt-colors-text-neutral-default-active. Default value: #3f416a.
787
787
  */
788
788
  DefaultActive: string;
789
789
  };
790
790
  Primary: {
791
791
  /**
792
792
  * Use for primary text color on disabled state.
793
- * Css custom property: --dt-colors-text-primary-disabled. Default value: #585a8b80.
793
+ * Css custom property: --dt-colors-text-primary-disabled. Default value: #56588980.
794
794
  */
795
795
  Disabled: string;
796
796
  /**
797
797
  * Use as the default primary text color.
798
- * Css custom property: --dt-colors-text-primary-default. Default value: #464dd2.
798
+ * Css custom property: --dt-colors-text-primary-default. Default value: #434ad1.
799
799
  */
800
800
  Default: string;
801
801
  /**
802
802
  * Use as the default primary text color on hover interaction.
803
- * Css custom property: --dt-colors-text-primary-default-hover. Default value: #2e35ae.
803
+ * Css custom property: --dt-colors-text-primary-default-hover. Default value: #2c34a9.
804
804
  */
805
805
  DefaultHover: string;
806
806
  /**
807
807
  * Use as the default primary text color on click interaction.
808
- * Css custom property: --dt-colors-text-primary-default-active. Default value: #23298b.
808
+ * Css custom property: --dt-colors-text-primary-default-active. Default value: #212786.
809
809
  */
810
810
  DefaultActive: string;
811
811
  };
812
812
  Success: {
813
813
  /**
814
814
  * Use for success text color on disabled state.
815
- * Css custom property: --dt-colors-text-success-disabled. Default value: #585a8b80.
815
+ * Css custom property: --dt-colors-text-success-disabled. Default value: #56588980.
816
816
  */
817
817
  Disabled: string;
818
818
  /**
819
819
  * Use as the default success text color.
820
- * Css custom property: --dt-colors-text-success-default. Default value: #2d6861.
820
+ * Css custom property: --dt-colors-text-success-default. Default value: #2c655e.
821
821
  */
822
822
  Default: string;
823
823
  /**
824
824
  * Use as the default success text color on hover interaction.
825
- * Css custom property: --dt-colors-text-success-default-hover. Default value: #204e49.
825
+ * Css custom property: --dt-colors-text-success-default-hover. Default value: #1f4c46.
826
826
  */
827
827
  DefaultHover: string;
828
828
  /**
829
829
  * Use as the default success text color on click interaction.
830
- * Css custom property: --dt-colors-text-success-default-active. Default value: #173d38.
830
+ * Css custom property: --dt-colors-text-success-default-active. Default value: #163a36.
831
831
  */
832
832
  DefaultActive: string;
833
833
  };
834
834
  Warning: {
835
835
  /**
836
836
  * Use for warning text color on disabled state.
837
- * Css custom property: --dt-colors-text-warning-disabled. Default value: #585a8b80.
837
+ * Css custom property: --dt-colors-text-warning-disabled. Default value: #56588980.
838
838
  */
839
839
  Disabled: string;
840
840
  /**
841
841
  * Use as the default warning text color.
842
- * Css custom property: --dt-colors-text-warning-default. Default value: #8e4e00.
842
+ * Css custom property: --dt-colors-text-warning-default. Default value: #8b4c00.
843
843
  */
844
844
  Default: string;
845
845
  /**
846
846
  * Use as the default warning text color on hover interaction.
847
- * Css custom property: --dt-colors-text-warning-default-hover. Default value: #6c3a00.
847
+ * Css custom property: --dt-colors-text-warning-default-hover. Default value: #693800.
848
848
  */
849
849
  DefaultHover: string;
850
850
  /**
851
851
  * Use as the default warning text color on click interaction.
852
- * Css custom property: --dt-colors-text-warning-default-active. Default value: #552d00.
852
+ * Css custom property: --dt-colors-text-warning-default-active. Default value: #522b00.
853
853
  */
854
854
  DefaultActive: string;
855
855
  };
856
856
  Critical: {
857
857
  /**
858
858
  * Use for critical text color on disabled state.
859
- * Css custom property: --dt-colors-text-critical-disabled. Default value: #585a8b80.
859
+ * Css custom property: --dt-colors-text-critical-disabled. Default value: #56588980.
860
860
  */
861
861
  Disabled: string;
862
862
  /**
863
863
  * Use as the default critical text color.
864
- * Css custom property: --dt-colors-text-critical-default. Default value: #b11a4f.
864
+ * Css custom property: --dt-colors-text-critical-default. Default value: #ad194d.
865
865
  */
866
866
  Default: string;
867
867
  /**
868
868
  * Use as the default critical text color on hover interaction.
869
- * Css custom property: --dt-colors-text-critical-default-hover. Default value: #87113a.
869
+ * Css custom property: --dt-colors-text-critical-default-hover. Default value: #821038.
870
870
  */
871
871
  DefaultHover: string;
872
872
  /**
873
873
  * Use as the default critical text color on click interaction.
874
- * Css custom property: --dt-colors-text-critical-default-active. Default value: #6a0b2d.
874
+ * Css custom property: --dt-colors-text-critical-default-active. Default value: #660a2b.
875
875
  */
876
876
  DefaultActive: string;
877
877
  };
@@ -902,22 +902,22 @@ declare const _default: {
902
902
  Neutral: {
903
903
  /**
904
904
  * Use for icon color on disabled state.
905
- * Css custom property: --dt-colors-icon-neutral-disabled. Default value: #585a8b80.
905
+ * Css custom property: --dt-colors-icon-neutral-disabled. Default value: #56588980.
906
906
  */
907
907
  Disabled: string;
908
908
  /**
909
909
  * Use for subtle, understated icon color.
910
- * Css custom property: --dt-colors-icon-neutral-subdued. Default value: #585a8b.
910
+ * Css custom property: --dt-colors-icon-neutral-subdued. Default value: #565889.
911
911
  */
912
912
  Subdued: string;
913
913
  /**
914
914
  * Use for subtle, understated icon color on hover interaction.
915
- * Css custom property: --dt-colors-icon-neutral-subdued-hover. Default value: #41436d.
915
+ * Css custom property: --dt-colors-icon-neutral-subdued-hover. Default value: #3f416a.
916
916
  */
917
917
  SubduedHover: string;
918
918
  /**
919
919
  * Use for subtle, understated icon color on click interaction.
920
- * Css custom property: --dt-colors-icon-neutral-subdued-active. Default value: #323456.
920
+ * Css custom property: --dt-colors-icon-neutral-subdued-active. Default value: #303253.
921
921
  */
922
922
  SubduedActive: string;
923
923
  /**
@@ -927,100 +927,100 @@ declare const _default: {
927
927
  Default: string;
928
928
  /**
929
929
  * Use as the default icon color on hover interaction.
930
- * Css custom property: --dt-colors-icon-neutral-default-hover. Default value: #323456.
930
+ * Css custom property: --dt-colors-icon-neutral-default-hover. Default value: #303253.
931
931
  */
932
932
  DefaultHover: string;
933
933
  /**
934
934
  * Use as the default icon color on click interaction.
935
- * Css custom property: --dt-colors-icon-neutral-default-active. Default value: #41436d.
935
+ * Css custom property: --dt-colors-icon-neutral-default-active. Default value: #3f416a.
936
936
  */
937
937
  DefaultActive: string;
938
938
  };
939
939
  Primary: {
940
940
  /**
941
941
  * Use for primary icon color on disabled state.
942
- * Css custom property: --dt-colors-icon-primary-disabled. Default value: #585a8b80.
942
+ * Css custom property: --dt-colors-icon-primary-disabled. Default value: #56588980.
943
943
  */
944
944
  Disabled: string;
945
945
  /**
946
946
  * Use as the default primary icon color.
947
- * Css custom property: --dt-colors-icon-primary-default. Default value: #464dd2.
947
+ * Css custom property: --dt-colors-icon-primary-default. Default value: #434ad1.
948
948
  */
949
949
  Default: string;
950
950
  /**
951
951
  * Use as the default primary icon color on hover interaction.
952
- * Css custom property: --dt-colors-icon-primary-default-hover. Default value: #2e35ae.
952
+ * Css custom property: --dt-colors-icon-primary-default-hover. Default value: #2c34a9.
953
953
  */
954
954
  DefaultHover: string;
955
955
  /**
956
956
  * Use as the default primary icon color on click interaction.
957
- * Css custom property: --dt-colors-icon-primary-default-active. Default value: #23298b.
957
+ * Css custom property: --dt-colors-icon-primary-default-active. Default value: #212786.
958
958
  */
959
959
  DefaultActive: string;
960
960
  };
961
961
  Success: {
962
962
  /**
963
963
  * Use for success icon color on disabled state.
964
- * Css custom property: --dt-colors-icon-success-disabled. Default value: #585a8b80.
964
+ * Css custom property: --dt-colors-icon-success-disabled. Default value: #56588980.
965
965
  */
966
966
  Disabled: string;
967
967
  /**
968
968
  * Use as the default success icon color.
969
- * Css custom property: --dt-colors-icon-success-default. Default value: #2d6861.
969
+ * Css custom property: --dt-colors-icon-success-default. Default value: #2c655e.
970
970
  */
971
971
  Default: string;
972
972
  /**
973
973
  * Use as the default success icon color on hover interaction.
974
- * Css custom property: --dt-colors-icon-success-default-hover. Default value: #204e49.
974
+ * Css custom property: --dt-colors-icon-success-default-hover. Default value: #1f4c46.
975
975
  */
976
976
  DefaultHover: string;
977
977
  /**
978
978
  * Use as the default success icon color on click interaction.
979
- * Css custom property: --dt-colors-icon-success-default-active. Default value: #173d38.
979
+ * Css custom property: --dt-colors-icon-success-default-active. Default value: #163a36.
980
980
  */
981
981
  DefaultActive: string;
982
982
  };
983
983
  Warning: {
984
984
  /**
985
985
  * Use for warning icon color on disabled state.
986
- * Css custom property: --dt-colors-icon-warning-disabled. Default value: #585a8b80.
986
+ * Css custom property: --dt-colors-icon-warning-disabled. Default value: #56588980.
987
987
  */
988
988
  Disabled: string;
989
989
  /**
990
990
  * Use as the default warning icon color.
991
- * Css custom property: --dt-colors-icon-warning-default. Default value: #8e4e00.
991
+ * Css custom property: --dt-colors-icon-warning-default. Default value: #8b4c00.
992
992
  */
993
993
  Default: string;
994
994
  /**
995
995
  * Use as the default warning icon color on hover interaction.
996
- * Css custom property: --dt-colors-icon-warning-default-hover. Default value: #6c3a00.
996
+ * Css custom property: --dt-colors-icon-warning-default-hover. Default value: #693800.
997
997
  */
998
998
  DefaultHover: string;
999
999
  /**
1000
1000
  * Use as the default warning icon color on click interaction.
1001
- * Css custom property: --dt-colors-icon-warning-default-active. Default value: #552d00.
1001
+ * Css custom property: --dt-colors-icon-warning-default-active. Default value: #522b00.
1002
1002
  */
1003
1003
  DefaultActive: string;
1004
1004
  };
1005
1005
  Critical: {
1006
1006
  /**
1007
1007
  * Use for critical icon color on disabled state.
1008
- * Css custom property: --dt-colors-icon-critical-disabled. Default value: #585a8b80.
1008
+ * Css custom property: --dt-colors-icon-critical-disabled. Default value: #56588980.
1009
1009
  */
1010
1010
  Disabled: string;
1011
1011
  /**
1012
1012
  * Use as the default critical icon color.
1013
- * Css custom property: --dt-colors-icon-critical-default. Default value: #b11a4f.
1013
+ * Css custom property: --dt-colors-icon-critical-default. Default value: #ad194d.
1014
1014
  */
1015
1015
  Default: string;
1016
1016
  /**
1017
1017
  * Use as the default critical icon color on hover interaction.
1018
- * Css custom property: --dt-colors-icon-critical-default-hover. Default value: #87113a.
1018
+ * Css custom property: --dt-colors-icon-critical-default-hover. Default value: #821038.
1019
1019
  */
1020
1020
  DefaultHover: string;
1021
1021
  /**
1022
1022
  * Use as the default critical icon color on click interaction.
1023
- * Css custom property: --dt-colors-icon-critical-default-active. Default value: #6a0b2d.
1023
+ * Css custom property: --dt-colors-icon-critical-default-active. Default value: #660a2b.
1024
1024
  */
1025
1025
  DefaultActive: string;
1026
1026
  };
@@ -1050,52 +1050,52 @@ declare const _default: {
1050
1050
  Syntax: {
1051
1051
  /**
1052
1052
  * Use to style 'Comment' syntax on a code editor context.
1053
- * Css custom property: --dt-colors-syntax-comment. Default value: #99a0b2.
1053
+ * Css custom property: --dt-colors-syntax-comment. Default value: #565889.
1054
1054
  */
1055
1055
  Comment: string;
1056
1056
  /**
1057
1057
  * Use to style 'String' syntax on a code editor context.
1058
- * Css custom property: --dt-colors-syntax-string. Default value: #4875d5.
1058
+ * Css custom property: --dt-colors-syntax-string. Default value: #086568.
1059
1059
  */
1060
1060
  String: string;
1061
1061
  /**
1062
1062
  * Use to style 'Variable' syntax on a code editor context.
1063
- * Css custom property: --dt-colors-syntax-variable. Default value: #c96664.
1063
+ * Css custom property: --dt-colors-syntax-variable. Default value: #2956b7.
1064
1064
  */
1065
1065
  Variable: string;
1066
1066
  /**
1067
1067
  * Use to style 'Number' syntax on a code editor context.
1068
- * Css custom property: --dt-colors-syntax-number. Default value: #aa0981.
1068
+ * Css custom property: --dt-colors-syntax-number. Default value: #ae0984.
1069
1069
  */
1070
1070
  Number: string;
1071
1071
  /**
1072
1072
  * Use to style 'Punctuation' syntax on a code editor context.
1073
- * Css custom property: --dt-colors-syntax-punctuation. Default value: #994bc3.
1073
+ * Css custom property: --dt-colors-syntax-punctuation. Default value: #8439ac.
1074
1074
  */
1075
1075
  Punctuation: string;
1076
1076
  /**
1077
1077
  * Use to style 'Function' syntax on a code editor context.
1078
- * Css custom property: --dt-colors-syntax-function. Default value: #994bc3.
1078
+ * Css custom property: --dt-colors-syntax-function. Default value: #2956b7.
1079
1079
  */
1080
1080
  Function: string;
1081
1081
  /**
1082
1082
  * Use to style 'Classname' syntax on a code editor context.
1083
- * Css custom property: --dt-colors-syntax-classname. Default value: #121212.
1083
+ * Css custom property: --dt-colors-syntax-classname. Default value: #2c2d4d.
1084
1084
  */
1085
1085
  Classname: string;
1086
1086
  /**
1087
1087
  * Use to style 'Tag' syntax on a code editor context.
1088
- * Css custom property: --dt-colors-syntax-tag. Default value: #994bc3.
1088
+ * Css custom property: --dt-colors-syntax-tag. Default value: #b30926.
1089
1089
  */
1090
1090
  Tag: string;
1091
1091
  /**
1092
1092
  * Use to style 'Operators' syntax on a code editor context.
1093
- * Css custom property: --dt-colors-syntax-operators. Default value: #0c989d.
1093
+ * Css custom property: --dt-colors-syntax-operators. Default value: #8439ac.
1094
1094
  */
1095
1095
  Operators: string;
1096
1096
  /**
1097
1097
  * Use to style 'Boolean' syntax on a code editor context.
1098
- * Css custom property: --dt-colors-syntax-boolean. Default value: #bc5252.
1098
+ * Css custom property: --dt-colors-syntax-boolean. Default value: #994000.
1099
1099
  */
1100
1100
  Boolean: string;
1101
1101
  };