@dialpad/dialtone-tokens 1.17.0 → 1.19.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.
@@ -1,7 +1,7 @@
1
1
 
2
2
 
3
3
  // Do not edit directly
4
- // Generated on Mon, 29 May 2023 19:21:19 GMT
4
+ // Generated on Thu, 01 Jun 2023 00:22:55 GMT
5
5
 
6
6
 
7
7
 
@@ -569,6 +569,8 @@ object DialtoneTokensDark {
569
569
  val dtSize500Negative = -16.dp
570
570
  val dtSize50Negative = -0.5.dp
571
571
  val dtSize50Percent = 50.dp
572
+ val dtSize525 = 20.dp
573
+ val dtSize525Negative = -20.dp
572
574
  val dtSize550 = 24.dp
573
575
  val dtSize550Negative = -24.dp
574
576
  val dtSize5Percent = 5.dp
@@ -685,6 +687,8 @@ object DialtoneTokensDark {
685
687
  val dtSpace500Negative = -16.dp
686
688
  val dtSpace50Negative = -0.5.dp
687
689
  val dtSpace50Percent = 50.dp
690
+ val dtSpace525 = 20.dp
691
+ val dtSpace525Negative = -20.dp
688
692
  val dtSpace550 = 24.dp
689
693
  val dtSpace550Negative = -24.dp
690
694
  val dtSpace5Percent = 5.dp
@@ -763,6 +767,12 @@ object DialtoneTokensDark {
763
767
  val dtThemeTopbarFieldColorBorderHover = Color(0x1af9f9f9)
764
768
  val dtThemeTopbarFieldColorForeground = Color(0x80f9f9f9)
765
769
  val dtThemeTopbarFieldColorForegroundHover = Color(0xbff9f9f9)
770
+ val dtThemeTopbarProfileColorBackground = Color(0x0df9f9f9)
771
+ val dtThemeTopbarProfileColorBackgroundActive = Color(0x24f9f9f9)
772
+ val dtThemeTopbarProfileColorBackgroundHover = Color(0x1af9f9f9)
773
+ val dtThemeTopbarProfileColorBackgroundInverted = Color(0xbff9f9f9)
774
+ val dtThemeTopbarProfileColorForeground = Color(0xbff9f9f9)
775
+ val dtThemeTopbarProfileColorForegroundInverted = Color(0xbf000000)
766
776
  val dtTypographyBodyBaseFontFamily = FontFamily.Default
767
777
  val dtTypographyBodyBaseFontSize = 15.sp
768
778
  val dtTypographyBodyBaseFontWeight = FontWeight.Normal
@@ -1,7 +1,7 @@
1
1
 
2
2
 
3
3
  // Do not edit directly
4
- // Generated on Mon, 29 May 2023 19:21:18 GMT
4
+ // Generated on Thu, 01 Jun 2023 00:22:55 GMT
5
5
 
6
6
 
7
7
 
@@ -449,6 +449,8 @@ object DialtoneTokensLight {
449
449
  val dtSize500Negative = -16.dp
450
450
  val dtSize50Negative = -0.5.dp
451
451
  val dtSize50Percent = 50.dp
452
+ val dtSize525 = 20.dp
453
+ val dtSize525Negative = -20.dp
452
454
  val dtSize550 = 24.dp
453
455
  val dtSize550Negative = -24.dp
454
456
  val dtSize5Percent = 5.dp
@@ -565,6 +567,8 @@ object DialtoneTokensLight {
565
567
  val dtSpace500Negative = -16.dp
566
568
  val dtSpace50Negative = -0.5.dp
567
569
  val dtSpace50Percent = 50.dp
570
+ val dtSpace525 = 20.dp
571
+ val dtSpace525Negative = -20.dp
568
572
  val dtSpace550 = 24.dp
569
573
  val dtSpace550Negative = -24.dp
570
574
  val dtSpace5Percent = 5.dp
@@ -643,6 +647,12 @@ object DialtoneTokensLight {
643
647
  val dtThemeTopbarFieldColorBorderHover = Color(0x1a000000)
644
648
  val dtThemeTopbarFieldColorForeground = Color(0x80000000)
645
649
  val dtThemeTopbarFieldColorForegroundHover = Color(0xbf000000)
650
+ val dtThemeTopbarProfileColorBackground = Color(0x0d000000)
651
+ val dtThemeTopbarProfileColorBackgroundActive = Color(0x24000000)
652
+ val dtThemeTopbarProfileColorBackgroundHover = Color(0x1a000000)
653
+ val dtThemeTopbarProfileColorBackgroundInverted = Color(0xbf000000)
654
+ val dtThemeTopbarProfileColorForeground = Color(0xbf000000)
655
+ val dtThemeTopbarProfileColorForegroundInverted = Color(0xbfffffff)
646
656
  val dtTypographyBodyBaseFontFamily = FontFamily.Default
647
657
  val dtTypographyBodyBaseFontSize = 15.sp
648
658
  val dtTypographyBodyBaseFontWeight = FontWeight.Normal
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 29 May 2023 19:21:18 GMT
5
+ Generated on Thu, 01 Jun 2023 00:22:55 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="dt_dark_radio_color_border_unchecked">#ff808080</color>
@@ -273,6 +273,12 @@
273
273
  <color name="dt_dark_theme_topbar_button_color_background_active">#1af9f9f9</color>
274
274
  <color name="dt_dark_theme_topbar_color_foreground">#bff9f9f9</color>
275
275
  <color name="dt_dark_theme_topbar_color_background">#ff1b1b1b</color>
276
+ <color name="dt_dark_theme_topbar_profile_color_foreground">#bff9f9f9</color>
277
+ <color name="dt_dark_theme_topbar_profile_color_foreground_inverted">#bf000000</color>
278
+ <color name="dt_dark_theme_topbar_profile_color_background">#0df9f9f9</color>
279
+ <color name="dt_dark_theme_topbar_profile_color_background_inverted">#bff9f9f9</color>
280
+ <color name="dt_dark_theme_topbar_profile_color_background_hover">#1af9f9f9</color>
281
+ <color name="dt_dark_theme_topbar_profile_color_background_active">#24f9f9f9</color>
276
282
  <color name="dt_dark_theme_sidebar_section_color_foreground">#ffa7a7a7</color>
277
283
  <color name="dt_dark_theme_sidebar_icon_color_foreground">#ffc0c0c0</color>
278
284
  <color name="dt_dark_theme_sidebar_row_color_background_hover">#2ef9f9f9</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 29 May 2023 19:21:18 GMT
5
+ Generated on Thu, 01 Jun 2023 00:22:55 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="dt_light_radio_color_border_unchecked">#ffaaaaaa</color>
@@ -274,6 +274,12 @@
274
274
  <color name="dt_light_theme_topbar_button_color_background">#00000000</color>
275
275
  <color name="dt_light_theme_topbar_button_color_background_hover">#0d000000</color>
276
276
  <color name="dt_light_theme_topbar_button_color_background_active">#1a000000</color>
277
+ <color name="dt_light_theme_topbar_profile_color_foreground">#bf000000</color>
278
+ <color name="dt_light_theme_topbar_profile_color_foreground_inverted">#bfffffff</color>
279
+ <color name="dt_light_theme_topbar_profile_color_background">#0d000000</color>
280
+ <color name="dt_light_theme_topbar_profile_color_background_inverted">#bf000000</color>
281
+ <color name="dt_light_theme_topbar_profile_color_background_hover">#1a000000</color>
282
+ <color name="dt_light_theme_topbar_profile_color_background_active">#24000000</color>
277
283
  <color name="dt_light_theme_sidebar_color_foreground">#ff000000</color>
278
284
  <color name="dt_light_theme_sidebar_color_background">#fff9f9f9</color>
279
285
  <color name="dt_light_theme_sidebar_icon_color_foreground">#ff3b3b3b</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 29 May 2023 19:21:18 GMT
5
+ Generated on Thu, 01 Jun 2023 00:22:55 GMT
6
6
  -->
7
7
  <resources>
8
8
  <dimen name="dt_dark_radio_size_width">16px</dimen>
@@ -75,6 +75,7 @@
75
75
  <dimen name="dt_dark_size_400">128.00dp</dimen>
76
76
  <dimen name="dt_dark_size_450">192.00dp</dimen>
77
77
  <dimen name="dt_dark_size_500">256.00dp</dimen>
78
+ <dimen name="dt_dark_size_525">320.00dp</dimen>
78
79
  <dimen name="dt_dark_size_550">384.00dp</dimen>
79
80
  <dimen name="dt_dark_size_600">512.00dp</dimen>
80
81
  <dimen name="dt_dark_size_625">672.00dp</dimen>
@@ -123,6 +124,7 @@
123
124
  <dimen name="dt_dark_size_400_negative">-128.00dp</dimen>
124
125
  <dimen name="dt_dark_size_450_negative">-192.00dp</dimen>
125
126
  <dimen name="dt_dark_size_500_negative">-256.00dp</dimen>
127
+ <dimen name="dt_dark_size_525_negative">-320.00dp</dimen>
126
128
  <dimen name="dt_dark_size_550_negative">-384.00dp</dimen>
127
129
  <dimen name="dt_dark_size_600_negative">-512.00dp</dimen>
128
130
  <dimen name="dt_dark_size_625_negative">-672.00dp</dimen>
@@ -197,6 +199,7 @@
197
199
  <dimen name="dt_dark_space_400">8px</dimen>
198
200
  <dimen name="dt_dark_space_450">12px</dimen>
199
201
  <dimen name="dt_dark_space_500">16px</dimen>
202
+ <dimen name="dt_dark_space_525">20px</dimen>
200
203
  <dimen name="dt_dark_space_550">24px</dimen>
201
204
  <dimen name="dt_dark_space_600">32px</dimen>
202
205
  <dimen name="dt_dark_space_625">42px</dimen>
@@ -237,6 +240,7 @@
237
240
  <dimen name="dt_dark_space_400_negative">-8px</dimen>
238
241
  <dimen name="dt_dark_space_450_negative">-12px</dimen>
239
242
  <dimen name="dt_dark_space_500_negative">-16px</dimen>
243
+ <dimen name="dt_dark_space_525_negative">-20px</dimen>
240
244
  <dimen name="dt_dark_space_550_negative">-24px</dimen>
241
245
  <dimen name="dt_dark_space_600_negative">-32px</dimen>
242
246
  <dimen name="dt_dark_space_625_negative">-42px</dimen>
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 29 May 2023 19:21:18 GMT
3
+ * Generated on Thu, 01 Jun 2023 00:22:55 GMT
4
4
  */
5
5
 
6
6
  .dialtone-theme-dark {
@@ -9,7 +9,7 @@
9
9
  --dt-radio-color-background-checked: #7C52FF;
10
10
  --dt-radio-size-width: 1.6rem;
11
11
  --dt-radio-size-height: 1.6rem;
12
- --dt-radio-size-radius: 5rem;
12
+ --dt-radio-size-radius: 50%;
13
13
  --dt-icon-size-100: 1.2rem;
14
14
  --dt-icon-size-200: 1.4rem;
15
15
  --dt-icon-size-300: 1.8rem;
@@ -307,6 +307,12 @@
307
307
  --dt-theme-topbar-button-color-background-active: #f9f9f91a;
308
308
  --dt-theme-topbar-color-foreground: #f9f9f9bf;
309
309
  --dt-theme-topbar-color-background: #1b1b1b;
310
+ --dt-theme-topbar-profile-color-foreground: #f9f9f9bf;
311
+ --dt-theme-topbar-profile-color-foreground-inverted: #000000bf;
312
+ --dt-theme-topbar-profile-color-background: #f9f9f90d;
313
+ --dt-theme-topbar-profile-color-background-inverted: #f9f9f9bf;
314
+ --dt-theme-topbar-profile-color-background-hover: #f9f9f91a;
315
+ --dt-theme-topbar-profile-color-background-active: #f9f9f924;
310
316
  --dt-theme-sidebar-section-color-foreground: #a7a7a7;
311
317
  --dt-theme-sidebar-icon-color-foreground: #c0c0c0;
312
318
  --dt-theme-sidebar-row-color-background-hover: #f9f9f92e;
@@ -459,7 +465,7 @@
459
465
  --dt-typography-code-base-line-height: 1.2;
460
466
  --dt-typography-code-base-font-size: 1.5rem;
461
467
  --dt-typography-code-base-text-case: none;
462
- --dt-size-0: 0rem;
468
+ --dt-size-0: 0;
463
469
  --dt-size-50: 0.05rem;
464
470
  --dt-size-100: 0.1rem;
465
471
  --dt-size-200: 0.2rem;
@@ -468,6 +474,7 @@
468
474
  --dt-size-400: 0.8rem;
469
475
  --dt-size-450: 1.2rem;
470
476
  --dt-size-500: 1.6rem;
477
+ --dt-size-525: 2rem;
471
478
  --dt-size-550: 2.4rem;
472
479
  --dt-size-600: 3.2rem;
473
480
  --dt-size-625: 4.2rem;
@@ -500,7 +507,7 @@
500
507
  --dt-size-1130: 134rem;
501
508
  --dt-size-1150: 153.6rem;
502
509
  --dt-size-1200: 204.8rem;
503
- --dt-size-border-0: 0rem;
510
+ --dt-size-border-0: 0;
504
511
  --dt-size-border-50: 0.05rem;
505
512
  --dt-size-border-100: 0.1rem;
506
513
  --dt-size-border-150: 0.15rem;
@@ -516,6 +523,7 @@
516
523
  --dt-size-400-negative: -0.8rem;
517
524
  --dt-size-450-negative: -1.2rem;
518
525
  --dt-size-500-negative: -1.6rem;
526
+ --dt-size-525-negative: -2rem;
519
527
  --dt-size-550-negative: -2.4rem;
520
528
  --dt-size-600-negative: -3.2rem;
521
529
  --dt-size-625-negative: -4.2rem;
@@ -548,25 +556,25 @@
548
556
  --dt-size-1130-negative: -134rem;
549
557
  --dt-size-1150-negative: -153.6rem;
550
558
  --dt-size-1200-negative: -204.8rem;
551
- --dt-size-0-percent: 0rem;
552
- --dt-size-5-percent: 0.5rem;
553
- --dt-size-10-percent: 1rem;
554
- --dt-size-20-percent: 2rem;
555
- --dt-size-25-percent: 2.5rem;
556
- --dt-size-30-percent: 3rem;
557
- --dt-size-33-percent: 3.3333rem;
558
- --dt-size-40-percent: 4rem;
559
- --dt-size-50-percent: 5rem;
560
- --dt-size-60-percent: 6rem;
561
- --dt-size-66-percent: 6.67rem;
562
- --dt-size-70-percent: 7rem;
563
- --dt-size-75-percent: 7.5rem;
564
- --dt-size-80-percent: 8rem;
565
- --dt-size-90-percent: 9rem;
566
- --dt-size-95-percent: 9.5rem;
567
- --dt-size-100-percent: 10rem;
559
+ --dt-size-0-percent: 0%;
560
+ --dt-size-5-percent: 5%;
561
+ --dt-size-10-percent: 10%;
562
+ --dt-size-20-percent: 20%;
563
+ --dt-size-25-percent: 25%;
564
+ --dt-size-30-percent: 30%;
565
+ --dt-size-33-percent: 33.333%;
566
+ --dt-size-40-percent: 40%;
567
+ --dt-size-50-percent: 50%;
568
+ --dt-size-60-percent: 60%;
569
+ --dt-size-66-percent: 66.7%;
570
+ --dt-size-70-percent: 70%;
571
+ --dt-size-75-percent: 75%;
572
+ --dt-size-80-percent: 80%;
573
+ --dt-size-90-percent: 90%;
574
+ --dt-size-95-percent: 95%;
575
+ --dt-size-100-percent: 100%;
568
576
  --dt-size-base: 0.8rem;
569
- --dt-size-radius-0: 0rem;
577
+ --dt-size-radius-0: 0;
570
578
  --dt-size-radius-100: 0.1rem;
571
579
  --dt-size-radius-200: 0.2rem;
572
580
  --dt-size-radius-300: 0.4rem;
@@ -574,7 +582,7 @@
574
582
  --dt-size-radius-500: 1.6rem;
575
583
  --dt-size-radius-600: 3.2rem;
576
584
  --dt-size-radius-pill: 10rem;
577
- --dt-size-radius-circle: 5rem;
585
+ --dt-size-radius-circle: 50%;
578
586
  --dt-shadow-small-0-x: 0;
579
587
  --dt-shadow-small-0-y: 0.2rem;
580
588
  --dt-shadow-small-0-blur: 0.4rem;
@@ -801,6 +809,7 @@
801
809
  --dt-space-400: 0.8rem;
802
810
  --dt-space-450: 1.2rem;
803
811
  --dt-space-500: 1.6rem;
812
+ --dt-space-525: 2rem;
804
813
  --dt-space-550: 2.4rem;
805
814
  --dt-space-600: 3.2rem;
806
815
  --dt-space-625: 4.2rem;
@@ -841,6 +850,7 @@
841
850
  --dt-space-400-negative: -0.8rem;
842
851
  --dt-space-450-negative: -1.2rem;
843
852
  --dt-space-500-negative: -1.6rem;
853
+ --dt-space-525-negative: -2rem;
844
854
  --dt-space-550-negative: -2.4rem;
845
855
  --dt-space-600-negative: -3.2rem;
846
856
  --dt-space-625-negative: -4.2rem;
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 29 May 2023 19:21:18 GMT
3
+ * Generated on Thu, 01 Jun 2023 00:22:55 GMT
4
4
  */
5
5
 
6
6
  .dialtone-theme-light {
7
7
  --dt-radio-size-width: 1.6rem;
8
8
  --dt-radio-size-height: 1.6rem;
9
- --dt-radio-size-radius: 5rem;
9
+ --dt-radio-size-radius: 50%;
10
10
  --dt-radio-color-border-unchecked: #AAAAAA;
11
11
  --dt-radio-color-border-checked: #7C52FF;
12
12
  --dt-radio-color-background-checked: #7C52FF;
@@ -359,7 +359,7 @@
359
359
  --dt-typography-code-base-line-height: 1.2;
360
360
  --dt-typography-code-base-font-size: 1.5rem;
361
361
  --dt-typography-code-base-text-case: none;
362
- --dt-size-0: 0rem;
362
+ --dt-size-0: 0;
363
363
  --dt-size-50: 0.05rem;
364
364
  --dt-size-100: 0.1rem;
365
365
  --dt-size-200: 0.2rem;
@@ -368,6 +368,7 @@
368
368
  --dt-size-400: 0.8rem;
369
369
  --dt-size-450: 1.2rem;
370
370
  --dt-size-500: 1.6rem;
371
+ --dt-size-525: 2rem;
371
372
  --dt-size-550: 2.4rem;
372
373
  --dt-size-600: 3.2rem;
373
374
  --dt-size-625: 4.2rem;
@@ -400,7 +401,7 @@
400
401
  --dt-size-1130: 134rem;
401
402
  --dt-size-1150: 153.6rem;
402
403
  --dt-size-1200: 204.8rem;
403
- --dt-size-border-0: 0rem;
404
+ --dt-size-border-0: 0;
404
405
  --dt-size-border-50: 0.05rem;
405
406
  --dt-size-border-100: 0.1rem;
406
407
  --dt-size-border-150: 0.15rem;
@@ -416,6 +417,7 @@
416
417
  --dt-size-400-negative: -0.8rem;
417
418
  --dt-size-450-negative: -1.2rem;
418
419
  --dt-size-500-negative: -1.6rem;
420
+ --dt-size-525-negative: -2rem;
419
421
  --dt-size-550-negative: -2.4rem;
420
422
  --dt-size-600-negative: -3.2rem;
421
423
  --dt-size-625-negative: -4.2rem;
@@ -448,25 +450,25 @@
448
450
  --dt-size-1130-negative: -134rem;
449
451
  --dt-size-1150-negative: -153.6rem;
450
452
  --dt-size-1200-negative: -204.8rem;
451
- --dt-size-0-percent: 0rem;
452
- --dt-size-5-percent: 0.5rem;
453
- --dt-size-10-percent: 1rem;
454
- --dt-size-20-percent: 2rem;
455
- --dt-size-25-percent: 2.5rem;
456
- --dt-size-30-percent: 3rem;
457
- --dt-size-33-percent: 3.3333rem;
458
- --dt-size-40-percent: 4rem;
459
- --dt-size-50-percent: 5rem;
460
- --dt-size-60-percent: 6rem;
461
- --dt-size-66-percent: 6.67rem;
462
- --dt-size-70-percent: 7rem;
463
- --dt-size-75-percent: 7.5rem;
464
- --dt-size-80-percent: 8rem;
465
- --dt-size-90-percent: 9rem;
466
- --dt-size-95-percent: 9.5rem;
467
- --dt-size-100-percent: 10rem;
453
+ --dt-size-0-percent: 0%;
454
+ --dt-size-5-percent: 5%;
455
+ --dt-size-10-percent: 10%;
456
+ --dt-size-20-percent: 20%;
457
+ --dt-size-25-percent: 25%;
458
+ --dt-size-30-percent: 30%;
459
+ --dt-size-33-percent: 33.333%;
460
+ --dt-size-40-percent: 40%;
461
+ --dt-size-50-percent: 50%;
462
+ --dt-size-60-percent: 60%;
463
+ --dt-size-66-percent: 66.7%;
464
+ --dt-size-70-percent: 70%;
465
+ --dt-size-75-percent: 75%;
466
+ --dt-size-80-percent: 80%;
467
+ --dt-size-90-percent: 90%;
468
+ --dt-size-95-percent: 95%;
469
+ --dt-size-100-percent: 100%;
468
470
  --dt-size-base: 0.8rem;
469
- --dt-size-radius-0: 0rem;
471
+ --dt-size-radius-0: 0;
470
472
  --dt-size-radius-100: 0.1rem;
471
473
  --dt-size-radius-200: 0.2rem;
472
474
  --dt-size-radius-300: 0.4rem;
@@ -474,7 +476,7 @@
474
476
  --dt-size-radius-500: 1.6rem;
475
477
  --dt-size-radius-600: 3.2rem;
476
478
  --dt-size-radius-pill: 10rem;
477
- --dt-size-radius-circle: 5rem;
479
+ --dt-size-radius-circle: 50%;
478
480
  --dt-inputs-size-border-default: 0.15rem;
479
481
  --dt-inputs-size-border-status: 0.2rem;
480
482
  --dt-inputs-size-radius-xs: 0.4rem;
@@ -559,6 +561,12 @@
559
561
  --dt-theme-topbar-button-color-background: #0000;
560
562
  --dt-theme-topbar-button-color-background-hover: #0000000d;
561
563
  --dt-theme-topbar-button-color-background-active: #0000001a;
564
+ --dt-theme-topbar-profile-color-foreground: #000000bf;
565
+ --dt-theme-topbar-profile-color-foreground-inverted: #ffffffbf;
566
+ --dt-theme-topbar-profile-color-background: #0000000d;
567
+ --dt-theme-topbar-profile-color-background-inverted: #000000bf;
568
+ --dt-theme-topbar-profile-color-background-hover: #0000001a;
569
+ --dt-theme-topbar-profile-color-background-active: #00000024;
562
570
  --dt-theme-sidebar-color-foreground: #000000;
563
571
  --dt-theme-sidebar-color-background: #F9F9F9;
564
572
  --dt-theme-sidebar-icon-color-foreground: #3b3b3b;
@@ -621,6 +629,7 @@
621
629
  --dt-space-400: 0.8rem;
622
630
  --dt-space-450: 1.2rem;
623
631
  --dt-space-500: 1.6rem;
632
+ --dt-space-525: 2rem;
624
633
  --dt-space-550: 2.4rem;
625
634
  --dt-space-600: 3.2rem;
626
635
  --dt-space-625: 4.2rem;
@@ -661,6 +670,7 @@
661
670
  --dt-space-400-negative: -0.8rem;
662
671
  --dt-space-450-negative: -1.2rem;
663
672
  --dt-space-500-negative: -1.6rem;
673
+ --dt-space-525-negative: -2rem;
664
674
  --dt-space-550-negative: -2.4rem;
665
675
  --dt-space-600-negative: -3.2rem;
666
676
  --dt-space-625-negative: -4.2rem;