@dialpad/dialtone-tokens 1.17.0 → 1.18.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 Tue, 30 May 2023 23:54:29 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,10 @@ 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 dtThemeTopbarProfileColorForeground = Color(0xbff9f9f9)
766
774
  val dtTypographyBodyBaseFontFamily = FontFamily.Default
767
775
  val dtTypographyBodyBaseFontSize = 15.sp
768
776
  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 Tue, 30 May 2023 23:54:29 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,10 @@ 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 dtThemeTopbarProfileColorForeground = Color(0xbf000000)
646
654
  val dtTypographyBodyBaseFontFamily = FontFamily.Default
647
655
  val dtTypographyBodyBaseFontSize = 15.sp
648
656
  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 Tue, 30 May 2023 23:54:29 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="dt_dark_radio_color_border_unchecked">#ff808080</color>
@@ -273,6 +273,10 @@
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_background">#0df9f9f9</color>
278
+ <color name="dt_dark_theme_topbar_profile_color_background_hover">#1af9f9f9</color>
279
+ <color name="dt_dark_theme_topbar_profile_color_background_active">#24f9f9f9</color>
276
280
  <color name="dt_dark_theme_sidebar_section_color_foreground">#ffa7a7a7</color>
277
281
  <color name="dt_dark_theme_sidebar_icon_color_foreground">#ffc0c0c0</color>
278
282
  <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 Tue, 30 May 2023 23:54:29 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="dt_light_radio_color_border_unchecked">#ffaaaaaa</color>
@@ -274,6 +274,10 @@
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_background">#0d000000</color>
279
+ <color name="dt_light_theme_topbar_profile_color_background_hover">#1a000000</color>
280
+ <color name="dt_light_theme_topbar_profile_color_background_active">#24000000</color>
277
281
  <color name="dt_light_theme_sidebar_color_foreground">#ff000000</color>
278
282
  <color name="dt_light_theme_sidebar_color_background">#fff9f9f9</color>
279
283
  <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 Tue, 30 May 2023 23:54:29 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 Tue, 30 May 2023 23:54:29 GMT
4
4
  */
5
5
 
6
6
  .dialtone-theme-dark {
@@ -307,6 +307,10 @@
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-background: #f9f9f90d;
312
+ --dt-theme-topbar-profile-color-background-hover: #f9f9f91a;
313
+ --dt-theme-topbar-profile-color-background-active: #f9f9f924;
310
314
  --dt-theme-sidebar-section-color-foreground: #a7a7a7;
311
315
  --dt-theme-sidebar-icon-color-foreground: #c0c0c0;
312
316
  --dt-theme-sidebar-row-color-background-hover: #f9f9f92e;
@@ -468,6 +472,7 @@
468
472
  --dt-size-400: 0.8rem;
469
473
  --dt-size-450: 1.2rem;
470
474
  --dt-size-500: 1.6rem;
475
+ --dt-size-525: 2rem;
471
476
  --dt-size-550: 2.4rem;
472
477
  --dt-size-600: 3.2rem;
473
478
  --dt-size-625: 4.2rem;
@@ -516,6 +521,7 @@
516
521
  --dt-size-400-negative: -0.8rem;
517
522
  --dt-size-450-negative: -1.2rem;
518
523
  --dt-size-500-negative: -1.6rem;
524
+ --dt-size-525-negative: -2rem;
519
525
  --dt-size-550-negative: -2.4rem;
520
526
  --dt-size-600-negative: -3.2rem;
521
527
  --dt-size-625-negative: -4.2rem;
@@ -801,6 +807,7 @@
801
807
  --dt-space-400: 0.8rem;
802
808
  --dt-space-450: 1.2rem;
803
809
  --dt-space-500: 1.6rem;
810
+ --dt-space-525: 2rem;
804
811
  --dt-space-550: 2.4rem;
805
812
  --dt-space-600: 3.2rem;
806
813
  --dt-space-625: 4.2rem;
@@ -841,6 +848,7 @@
841
848
  --dt-space-400-negative: -0.8rem;
842
849
  --dt-space-450-negative: -1.2rem;
843
850
  --dt-space-500-negative: -1.6rem;
851
+ --dt-space-525-negative: -2rem;
844
852
  --dt-space-550-negative: -2.4rem;
845
853
  --dt-space-600-negative: -3.2rem;
846
854
  --dt-space-625-negative: -4.2rem;
@@ -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 Tue, 30 May 2023 23:54:29 GMT
4
4
  */
5
5
 
6
6
  .dialtone-theme-light {
@@ -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;
@@ -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;
@@ -559,6 +561,10 @@
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-background: #0000000d;
566
+ --dt-theme-topbar-profile-color-background-hover: #0000001a;
567
+ --dt-theme-topbar-profile-color-background-active: #00000024;
562
568
  --dt-theme-sidebar-color-foreground: #000000;
563
569
  --dt-theme-sidebar-color-background: #F9F9F9;
564
570
  --dt-theme-sidebar-icon-color-foreground: #3b3b3b;
@@ -621,6 +627,7 @@
621
627
  --dt-space-400: 0.8rem;
622
628
  --dt-space-450: 1.2rem;
623
629
  --dt-space-500: 1.6rem;
630
+ --dt-space-525: 2rem;
624
631
  --dt-space-550: 2.4rem;
625
632
  --dt-space-600: 3.2rem;
626
633
  --dt-space-625: 4.2rem;
@@ -661,6 +668,7 @@
661
668
  --dt-space-400-negative: -0.8rem;
662
669
  --dt-space-450-negative: -1.2rem;
663
670
  --dt-space-500-negative: -1.6rem;
671
+ --dt-space-525-negative: -2rem;
664
672
  --dt-space-550-negative: -2.4rem;
665
673
  --dt-space-600-negative: -3.2rem;
666
674
  --dt-space-625-negative: -4.2rem;
package/dist/doc.json CHANGED
@@ -6651,6 +6651,24 @@
6651
6651
  "value": "CGFloat(16.00)"
6652
6652
  }
6653
6653
  },
6654
+ "size/525": {
6655
+ "css/variables": {
6656
+ "name": "var(--dt-size-525)",
6657
+ "value": "2rem"
6658
+ },
6659
+ "android/resources": {
6660
+ "name": "dt_dark_size_525",
6661
+ "value": "320.00dp"
6662
+ },
6663
+ "compose/object": {
6664
+ "name": "dtSize525",
6665
+ "value": "20.dp"
6666
+ },
6667
+ "ios-swift/enum.swift": {
6668
+ "name": "dtSize525",
6669
+ "value": "CGFloat(20.00)"
6670
+ }
6671
+ },
6654
6672
  "size/550": {
6655
6673
  "css/variables": {
6656
6674
  "name": "var(--dt-size-550)",
@@ -7515,6 +7533,24 @@
7515
7533
  "value": "CGFloat(-16.00)"
7516
7534
  }
7517
7535
  },
7536
+ "size/525-negative": {
7537
+ "css/variables": {
7538
+ "name": "var(--dt-size-525-negative)",
7539
+ "value": "-2rem"
7540
+ },
7541
+ "android/resources": {
7542
+ "name": "dt_dark_size_525_negative",
7543
+ "value": "-320.00dp"
7544
+ },
7545
+ "compose/object": {
7546
+ "name": "dtSize525Negative",
7547
+ "value": "-20.dp"
7548
+ },
7549
+ "ios-swift/enum.swift": {
7550
+ "name": "dtSize525Negative",
7551
+ "value": "CGFloat(-20.00)"
7552
+ }
7553
+ },
7518
7554
  "size/550-negative": {
7519
7555
  "css/variables": {
7520
7556
  "name": "var(--dt-size-550-negative)",
@@ -10089,6 +10125,78 @@
10089
10125
  "value": "UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.10196078431372549)"
10090
10126
  }
10091
10127
  },
10128
+ "theme/topbar/profile/color/foreground": {
10129
+ "css/variables": {
10130
+ "name": "var(--dt-theme-topbar-profile-color-foreground)",
10131
+ "value": "#f9f9f9bf"
10132
+ },
10133
+ "android/resources": {
10134
+ "name": "dt_dark_theme_topbar_profile_color_foreground",
10135
+ "value": "#bff9f9f9"
10136
+ },
10137
+ "compose/object": {
10138
+ "name": "dtThemeTopbarProfileColorForeground",
10139
+ "value": "Color(0xbff9f9f9)"
10140
+ },
10141
+ "ios-swift/enum.swift": {
10142
+ "name": "dtThemeTopbarProfileColorForeground",
10143
+ "value": "UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.7490196078431373)"
10144
+ }
10145
+ },
10146
+ "theme/topbar/profile/color/background": {
10147
+ "css/variables": {
10148
+ "name": "var(--dt-theme-topbar-profile-color-background)",
10149
+ "value": "#f9f9f90d"
10150
+ },
10151
+ "android/resources": {
10152
+ "name": "dt_dark_theme_topbar_profile_color_background",
10153
+ "value": "#0df9f9f9"
10154
+ },
10155
+ "compose/object": {
10156
+ "name": "dtThemeTopbarProfileColorBackground",
10157
+ "value": "Color(0x0df9f9f9)"
10158
+ },
10159
+ "ios-swift/enum.swift": {
10160
+ "name": "dtThemeTopbarProfileColorBackground",
10161
+ "value": "UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.050980392156862744)"
10162
+ }
10163
+ },
10164
+ "theme/topbar/profile/color/background-hover": {
10165
+ "css/variables": {
10166
+ "name": "var(--dt-theme-topbar-profile-color-background-hover)",
10167
+ "value": "#f9f9f91a"
10168
+ },
10169
+ "android/resources": {
10170
+ "name": "dt_dark_theme_topbar_profile_color_background_hover",
10171
+ "value": "#1af9f9f9"
10172
+ },
10173
+ "compose/object": {
10174
+ "name": "dtThemeTopbarProfileColorBackgroundHover",
10175
+ "value": "Color(0x1af9f9f9)"
10176
+ },
10177
+ "ios-swift/enum.swift": {
10178
+ "name": "dtThemeTopbarProfileColorBackgroundHover",
10179
+ "value": "UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.10196078431372549)"
10180
+ }
10181
+ },
10182
+ "theme/topbar/profile/color/background-active": {
10183
+ "css/variables": {
10184
+ "name": "var(--dt-theme-topbar-profile-color-background-active)",
10185
+ "value": "#f9f9f924"
10186
+ },
10187
+ "android/resources": {
10188
+ "name": "dt_dark_theme_topbar_profile_color_background_active",
10189
+ "value": "#24f9f9f9"
10190
+ },
10191
+ "compose/object": {
10192
+ "name": "dtThemeTopbarProfileColorBackgroundActive",
10193
+ "value": "Color(0x24f9f9f9)"
10194
+ },
10195
+ "ios-swift/enum.swift": {
10196
+ "name": "dtThemeTopbarProfileColorBackgroundActive",
10197
+ "value": "UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.1411764705882353)"
10198
+ }
10199
+ },
10092
10200
  "theme/sidebar/color/foreground": {
10093
10201
  "css/variables": {
10094
10202
  "name": "var(--dt-theme-sidebar-color-foreground)",
@@ -11211,6 +11319,24 @@
11211
11319
  "value": "CGFloat(16.00)"
11212
11320
  }
11213
11321
  },
11322
+ "space/525": {
11323
+ "css/variables": {
11324
+ "name": "var(--dt-space-525)",
11325
+ "value": "2rem"
11326
+ },
11327
+ "android/resources": {
11328
+ "name": "dt_dark_space_525",
11329
+ "value": "20px"
11330
+ },
11331
+ "compose/object": {
11332
+ "name": "dtSpace525",
11333
+ "value": "20.dp"
11334
+ },
11335
+ "ios-swift/enum.swift": {
11336
+ "name": "dtSpace525",
11337
+ "value": "CGFloat(20.00)"
11338
+ }
11339
+ },
11214
11340
  "space/550": {
11215
11341
  "css/variables": {
11216
11342
  "name": "var(--dt-space-550)",
@@ -11931,6 +12057,24 @@
11931
12057
  "value": "CGFloat(-16.00)"
11932
12058
  }
11933
12059
  },
12060
+ "space/525-negative": {
12061
+ "css/variables": {
12062
+ "name": "var(--dt-space-525-negative)",
12063
+ "value": "-2rem"
12064
+ },
12065
+ "android/resources": {
12066
+ "name": "dt_dark_space_525_negative",
12067
+ "value": "-20px"
12068
+ },
12069
+ "compose/object": {
12070
+ "name": "dtSpace525Negative",
12071
+ "value": "-20.dp"
12072
+ },
12073
+ "ios-swift/enum.swift": {
12074
+ "name": "dtSpace525Negative",
12075
+ "value": "CGFloat(-20.00)"
12076
+ }
12077
+ },
11934
12078
  "space/550-negative": {
11935
12079
  "css/variables": {
11936
12080
  "name": "var(--dt-space-550-negative)",
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 29 May 2023 19:21:19 GMT
7
+ // Generated on Tue, 30 May 2023 23:54:29 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -568,6 +568,8 @@ public enum DialtoneTokensDark {
568
568
  public static let dtSize500Negative = CGFloat(-16.00)
569
569
  public static let dtSize50Negative = CGFloat(-0.50)
570
570
  public static let dtSize50Percent = CGFloat(50.00)
571
+ public static let dtSize525 = CGFloat(20.00)
572
+ public static let dtSize525Negative = CGFloat(-20.00)
571
573
  public static let dtSize550 = CGFloat(24.00)
572
574
  public static let dtSize550Negative = CGFloat(-24.00)
573
575
  public static let dtSize5Percent = CGFloat(5.00)
@@ -684,6 +686,8 @@ public enum DialtoneTokensDark {
684
686
  public static let dtSpace500Negative = CGFloat(-16.00)
685
687
  public static let dtSpace50Negative = CGFloat(-0.50)
686
688
  public static let dtSpace50Percent = CGFloat(50.00)
689
+ public static let dtSpace525 = CGFloat(20.00)
690
+ public static let dtSpace525Negative = CGFloat(-20.00)
687
691
  public static let dtSpace550 = CGFloat(24.00)
688
692
  public static let dtSpace550Negative = CGFloat(-24.00)
689
693
  public static let dtSpace5Percent = CGFloat(5.00)
@@ -762,6 +766,10 @@ public enum DialtoneTokensDark {
762
766
  public static let dtThemeTopbarFieldColorBorderHover = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.10196078431372549)
763
767
  public static let dtThemeTopbarFieldColorForeground = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.5019607843137255)
764
768
  public static let dtThemeTopbarFieldColorForegroundHover = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.7490196078431373)
769
+ public static let dtThemeTopbarProfileColorBackground = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.050980392156862744)
770
+ public static let dtThemeTopbarProfileColorBackgroundActive = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.1411764705882353)
771
+ public static let dtThemeTopbarProfileColorBackgroundHover = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.10196078431372549)
772
+ public static let dtThemeTopbarProfileColorForeground = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.7490196078431373)
765
773
  public static let dtTypographyBodyBaseFontFamily = UIFont.systemFont(ofSize: 15)
766
774
  public static let dtTypographyBodyBaseFontSize = CGFloat(15.00)
767
775
  public static let dtTypographyBodyBaseFontWeight = 400
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 29 May 2023 19:21:18 GMT
7
+ // Generated on Tue, 30 May 2023 23:54:29 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -448,6 +448,8 @@ public enum DialtoneTokensLight {
448
448
  public static let dtSize500Negative = CGFloat(-16.00)
449
449
  public static let dtSize50Negative = CGFloat(-0.50)
450
450
  public static let dtSize50Percent = CGFloat(50.00)
451
+ public static let dtSize525 = CGFloat(20.00)
452
+ public static let dtSize525Negative = CGFloat(-20.00)
451
453
  public static let dtSize550 = CGFloat(24.00)
452
454
  public static let dtSize550Negative = CGFloat(-24.00)
453
455
  public static let dtSize5Percent = CGFloat(5.00)
@@ -564,6 +566,8 @@ public enum DialtoneTokensLight {
564
566
  public static let dtSpace500Negative = CGFloat(-16.00)
565
567
  public static let dtSpace50Negative = CGFloat(-0.50)
566
568
  public static let dtSpace50Percent = CGFloat(50.00)
569
+ public static let dtSpace525 = CGFloat(20.00)
570
+ public static let dtSpace525Negative = CGFloat(-20.00)
567
571
  public static let dtSpace550 = CGFloat(24.00)
568
572
  public static let dtSpace550Negative = CGFloat(-24.00)
569
573
  public static let dtSpace5Percent = CGFloat(5.00)
@@ -642,6 +646,10 @@ public enum DialtoneTokensLight {
642
646
  public static let dtThemeTopbarFieldColorBorderHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10196078431372549)
643
647
  public static let dtThemeTopbarFieldColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.5019607843137255)
644
648
  public static let dtThemeTopbarFieldColorForegroundHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.7490196078431373)
649
+ public static let dtThemeTopbarProfileColorBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.050980392156862744)
650
+ public static let dtThemeTopbarProfileColorBackgroundActive = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.1411764705882353)
651
+ public static let dtThemeTopbarProfileColorBackgroundHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.10196078431372549)
652
+ public static let dtThemeTopbarProfileColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.7490196078431373)
645
653
  public static let dtTypographyBodyBaseFontFamily = UIFont.systemFont(ofSize: 15)
646
654
  public static let dtTypographyBodyBaseFontSize = CGFloat(15.00)
647
655
  public static let dtTypographyBodyBaseFontWeight = 400
@@ -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 Tue, 30 May 2023 23:54:29 GMT
4
4
 
5
5
  @dt-radio-color-border-unchecked: #808080;
6
6
  @dt-radio-color-border-checked: #7C52FF;
@@ -305,6 +305,10 @@
305
305
  @dt-theme-topbar-button-color-background-active: #f9f9f91a;
306
306
  @dt-theme-topbar-color-foreground: #f9f9f9bf;
307
307
  @dt-theme-topbar-color-background: #1b1b1b;
308
+ @dt-theme-topbar-profile-color-foreground: #f9f9f9bf;
309
+ @dt-theme-topbar-profile-color-background: #f9f9f90d;
310
+ @dt-theme-topbar-profile-color-background-hover: #f9f9f91a;
311
+ @dt-theme-topbar-profile-color-background-active: #f9f9f924;
308
312
  @dt-theme-sidebar-section-color-foreground: #a7a7a7;
309
313
  @dt-theme-sidebar-icon-color-foreground: #c0c0c0;
310
314
  @dt-theme-sidebar-row-color-background-hover: #f9f9f92e;
@@ -466,6 +470,7 @@
466
470
  @dt-size-400: 0.8rem;
467
471
  @dt-size-450: 1.2rem;
468
472
  @dt-size-500: 1.6rem;
473
+ @dt-size-525: 2rem;
469
474
  @dt-size-550: 2.4rem;
470
475
  @dt-size-600: 3.2rem;
471
476
  @dt-size-625: 4.2rem;
@@ -514,6 +519,7 @@
514
519
  @dt-size-400-negative: -0.8rem;
515
520
  @dt-size-450-negative: -1.2rem;
516
521
  @dt-size-500-negative: -1.6rem;
522
+ @dt-size-525-negative: -2rem;
517
523
  @dt-size-550-negative: -2.4rem;
518
524
  @dt-size-600-negative: -3.2rem;
519
525
  @dt-size-625-negative: -4.2rem;
@@ -799,6 +805,7 @@
799
805
  @dt-space-400: 0.8rem;
800
806
  @dt-space-450: 1.2rem;
801
807
  @dt-space-500: 1.6rem;
808
+ @dt-space-525: 2rem;
802
809
  @dt-space-550: 2.4rem;
803
810
  @dt-space-600: 3.2rem;
804
811
  @dt-space-625: 4.2rem;
@@ -839,6 +846,7 @@
839
846
  @dt-space-400-negative: -0.8rem;
840
847
  @dt-space-450-negative: -1.2rem;
841
848
  @dt-space-500-negative: -1.6rem;
849
+ @dt-space-525-negative: -2rem;
842
850
  @dt-space-550-negative: -2.4rem;
843
851
  @dt-space-600-negative: -3.2rem;
844
852
  @dt-space-625-negative: -4.2rem;
@@ -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 Tue, 30 May 2023 23:54:29 GMT
4
4
 
5
5
  @dt-radio-size-width: 1.6rem;
6
6
  @dt-radio-size-height: 1.6rem;
@@ -366,6 +366,7 @@
366
366
  @dt-size-400: 0.8rem;
367
367
  @dt-size-450: 1.2rem;
368
368
  @dt-size-500: 1.6rem;
369
+ @dt-size-525: 2rem;
369
370
  @dt-size-550: 2.4rem;
370
371
  @dt-size-600: 3.2rem;
371
372
  @dt-size-625: 4.2rem;
@@ -414,6 +415,7 @@
414
415
  @dt-size-400-negative: -0.8rem;
415
416
  @dt-size-450-negative: -1.2rem;
416
417
  @dt-size-500-negative: -1.6rem;
418
+ @dt-size-525-negative: -2rem;
417
419
  @dt-size-550-negative: -2.4rem;
418
420
  @dt-size-600-negative: -3.2rem;
419
421
  @dt-size-625-negative: -4.2rem;
@@ -557,6 +559,10 @@
557
559
  @dt-theme-topbar-button-color-background: #0000;
558
560
  @dt-theme-topbar-button-color-background-hover: #0000000d;
559
561
  @dt-theme-topbar-button-color-background-active: #0000001a;
562
+ @dt-theme-topbar-profile-color-foreground: #000000bf;
563
+ @dt-theme-topbar-profile-color-background: #0000000d;
564
+ @dt-theme-topbar-profile-color-background-hover: #0000001a;
565
+ @dt-theme-topbar-profile-color-background-active: #00000024;
560
566
  @dt-theme-sidebar-color-foreground: #000000;
561
567
  @dt-theme-sidebar-color-background: #F9F9F9;
562
568
  @dt-theme-sidebar-icon-color-foreground: #3b3b3b;
@@ -619,6 +625,7 @@
619
625
  @dt-space-400: 0.8rem;
620
626
  @dt-space-450: 1.2rem;
621
627
  @dt-space-500: 1.6rem;
628
+ @dt-space-525: 2rem;
622
629
  @dt-space-550: 2.4rem;
623
630
  @dt-space-600: 3.2rem;
624
631
  @dt-space-625: 4.2rem;
@@ -659,6 +666,7 @@
659
666
  @dt-space-400-negative: -0.8rem;
660
667
  @dt-space-450-negative: -1.2rem;
661
668
  @dt-space-500-negative: -1.6rem;
669
+ @dt-space-525-negative: -2rem;
662
670
  @dt-space-550-negative: -2.4rem;
663
671
  @dt-space-600-negative: -3.2rem;
664
672
  @dt-space-625-negative: -4.2rem;
@@ -302,6 +302,10 @@
302
302
  "dtThemeTopbarButtonColorBackgroundActive": "#f9f9f91a",
303
303
  "dtThemeTopbarColorForeground": "#f9f9f9bf",
304
304
  "dtThemeTopbarColorBackground": "#1b1b1b",
305
+ "dtThemeTopbarProfileColorForeground": "#f9f9f9bf",
306
+ "dtThemeTopbarProfileColorBackground": "#f9f9f90d",
307
+ "dtThemeTopbarProfileColorBackgroundHover": "#f9f9f91a",
308
+ "dtThemeTopbarProfileColorBackgroundActive": "#f9f9f924",
305
309
  "dtThemeSidebarSectionColorForeground": "#a7a7a7",
306
310
  "dtThemeSidebarIconColorForeground": "#c0c0c0",
307
311
  "dtThemeSidebarRowColorBackgroundHover": "#f9f9f92e",
@@ -463,6 +467,7 @@
463
467
  "dtSize400": "0.8rem",
464
468
  "dtSize450": "1.2rem",
465
469
  "dtSize500": "1.6rem",
470
+ "dtSize525": "2rem",
466
471
  "dtSize550": "2.4rem",
467
472
  "dtSize600": "3.2rem",
468
473
  "dtSize625": "4.2rem",
@@ -511,6 +516,7 @@
511
516
  "dtSize400Negative": "-0.8rem",
512
517
  "dtSize450Negative": "-1.2rem",
513
518
  "dtSize500Negative": "-1.6rem",
519
+ "dtSize525Negative": "-2rem",
514
520
  "dtSize550Negative": "-2.4rem",
515
521
  "dtSize600Negative": "-3.2rem",
516
522
  "dtSize625Negative": "-4.2rem",
@@ -796,6 +802,7 @@
796
802
  "dtSpace400": "0.8rem",
797
803
  "dtSpace450": "1.2rem",
798
804
  "dtSpace500": "1.6rem",
805
+ "dtSpace525": "2rem",
799
806
  "dtSpace550": "2.4rem",
800
807
  "dtSpace600": "3.2rem",
801
808
  "dtSpace625": "4.2rem",
@@ -836,6 +843,7 @@
836
843
  "dtSpace400Negative": "-0.8rem",
837
844
  "dtSpace450Negative": "-1.2rem",
838
845
  "dtSpace500Negative": "-1.6rem",
846
+ "dtSpace525Negative": "-2rem",
839
847
  "dtSpace550Negative": "-2.4rem",
840
848
  "dtSpace600Negative": "-3.2rem",
841
849
  "dtSpace625Negative": "-4.2rem",
@@ -363,6 +363,7 @@
363
363
  "dtSize400": "0.8rem",
364
364
  "dtSize450": "1.2rem",
365
365
  "dtSize500": "1.6rem",
366
+ "dtSize525": "2rem",
366
367
  "dtSize550": "2.4rem",
367
368
  "dtSize600": "3.2rem",
368
369
  "dtSize625": "4.2rem",
@@ -411,6 +412,7 @@
411
412
  "dtSize400Negative": "-0.8rem",
412
413
  "dtSize450Negative": "-1.2rem",
413
414
  "dtSize500Negative": "-1.6rem",
415
+ "dtSize525Negative": "-2rem",
414
416
  "dtSize550Negative": "-2.4rem",
415
417
  "dtSize600Negative": "-3.2rem",
416
418
  "dtSize625Negative": "-4.2rem",
@@ -554,6 +556,10 @@
554
556
  "dtThemeTopbarButtonColorBackground": "#0000",
555
557
  "dtThemeTopbarButtonColorBackgroundHover": "#0000000d",
556
558
  "dtThemeTopbarButtonColorBackgroundActive": "#0000001a",
559
+ "dtThemeTopbarProfileColorForeground": "#000000bf",
560
+ "dtThemeTopbarProfileColorBackground": "#0000000d",
561
+ "dtThemeTopbarProfileColorBackgroundHover": "#0000001a",
562
+ "dtThemeTopbarProfileColorBackgroundActive": "#00000024",
557
563
  "dtThemeSidebarColorForeground": "#000000",
558
564
  "dtThemeSidebarColorBackground": "#F9F9F9",
559
565
  "dtThemeSidebarIconColorForeground": "#3b3b3b",
@@ -616,6 +622,7 @@
616
622
  "dtSpace400": "0.8rem",
617
623
  "dtSpace450": "1.2rem",
618
624
  "dtSpace500": "1.6rem",
625
+ "dtSpace525": "2rem",
619
626
  "dtSpace550": "2.4rem",
620
627
  "dtSpace600": "3.2rem",
621
628
  "dtSpace625": "4.2rem",
@@ -656,6 +663,7 @@
656
663
  "dtSpace400Negative": "-0.8rem",
657
664
  "dtSpace450Negative": "-1.2rem",
658
665
  "dtSpace500Negative": "-1.6rem",
666
+ "dtSpace525Negative": "-2rem",
659
667
  "dtSpace550Negative": "-2.4rem",
660
668
  "dtSpace600Negative": "-3.2rem",
661
669
  "dtSpace625Negative": "-4.2rem",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-tokens",
3
- "version": "1.17.0",
3
+ "version": "1.18.0",
4
4
  "description": "Design tokens for Dialtone.",
5
5
  "main": "index.js",
6
6
  "scripts": {