@dialpad/dialtone-tokens 1.32.0 → 1.34.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.
Files changed (79) hide show
  1. package/README.md +6 -6
  2. package/dist/android/java/tokens-base-dark.kt +498 -0
  3. package/dist/android/java/tokens-base-light.kt +378 -0
  4. package/dist/android/java/tokens-dp-dark.kt +464 -0
  5. package/dist/android/java/tokens-dp-light.kt +464 -0
  6. package/dist/android/java/tokens-expressive-dark.kt +470 -0
  7. package/dist/android/java/tokens-expressive-light.kt +470 -0
  8. package/dist/android/java/tokens-expressive-sm-dark.kt +470 -0
  9. package/dist/android/java/tokens-expressive-sm-light.kt +470 -0
  10. package/dist/android/java/tokens-tmo-dark.kt +464 -0
  11. package/dist/android/java/tokens-tmo-light.kt +464 -0
  12. package/dist/android/res/values/colors-base-dark.xml +89 -0
  13. package/dist/android/res/values/colors-base-light.xml +69 -0
  14. package/dist/android/res/values/colors-dp-dark.xml +265 -0
  15. package/dist/android/res/values/colors-dp-light.xml +265 -0
  16. package/dist/android/res/values/colors-expressive-dark.xml +265 -0
  17. package/dist/android/res/values/colors-expressive-light.xml +265 -0
  18. package/dist/android/res/values/colors-expressive-sm-dark.xml +265 -0
  19. package/dist/android/res/values/colors-expressive-sm-light.xml +265 -0
  20. package/dist/android/res/values/colors-tmo-dark.xml +265 -0
  21. package/dist/android/res/values/colors-tmo-light.xml +265 -0
  22. package/dist/android/res/values/dimens.xml +338 -291
  23. package/dist/css/tokens-base-dark.css +937 -0
  24. package/dist/css/tokens-base-light.css +717 -0
  25. package/dist/css/tokens-dp-dark.css +1806 -0
  26. package/dist/css/tokens-dp-light.css +1806 -0
  27. package/dist/css/tokens-expressive-dark.css +1812 -0
  28. package/dist/css/tokens-expressive-light.css +1812 -0
  29. package/dist/css/tokens-expressive-sm-dark.css +1812 -0
  30. package/dist/css/tokens-expressive-sm-light.css +1812 -0
  31. package/dist/css/tokens-tmo-dark.css +1806 -0
  32. package/dist/css/tokens-tmo-light.css +1806 -0
  33. package/dist/doc.json +91479 -78799
  34. package/dist/ios/tokens-base-dark.swift +495 -0
  35. package/dist/ios/tokens-base-light.swift +375 -0
  36. package/dist/ios/tokens-dp-dark.swift +461 -0
  37. package/dist/ios/{tokens-light.swift → tokens-dp-light.swift} +148 -511
  38. package/dist/ios/tokens-expressive-dark.swift +467 -0
  39. package/dist/ios/tokens-expressive-light.swift +467 -0
  40. package/dist/ios/tokens-expressive-sm-dark.swift +467 -0
  41. package/dist/ios/tokens-expressive-sm-light.swift +467 -0
  42. package/dist/ios/tokens-tmo-dark.swift +461 -0
  43. package/dist/ios/tokens-tmo-light.swift +461 -0
  44. package/dist/less/tokens-base-dark.less +487 -0
  45. package/dist/less/tokens-base-light.less +367 -0
  46. package/dist/less/{variables-dark.less → tokens-dp-dark.less} +84 -570
  47. package/dist/less/{variables-light.less → tokens-dp-light.less} +47 -413
  48. package/dist/less/{variables-expressive-dark.less → tokens-expressive-dark.less} +90 -571
  49. package/dist/less/{variables-expressive-light.less → tokens-expressive-light.less} +53 -414
  50. package/dist/less/{variables-expressive-sm-dark.less → tokens-expressive-sm-dark.less} +90 -571
  51. package/dist/less/{variables-expressive-sm-light.less → tokens-expressive-sm-light.less} +53 -414
  52. package/dist/less/{variables-tmo-dark.less → tokens-tmo-dark.less} +84 -570
  53. package/dist/less/{variables-tmo-light.less → tokens-tmo-light.less} +47 -413
  54. package/dist/tokens-base-dark.json +486 -0
  55. package/dist/tokens-base-light.json +366 -0
  56. package/dist/tokens-dp-dark.json +451 -0
  57. package/dist/tokens-dp-light.json +451 -0
  58. package/dist/tokens-expressive-dark.json +457 -0
  59. package/dist/tokens-expressive-light.json +457 -0
  60. package/dist/tokens-expressive-sm-dark.json +457 -0
  61. package/dist/tokens-expressive-sm-light.json +457 -0
  62. package/dist/tokens-tmo-dark.json +451 -0
  63. package/dist/tokens-tmo-light.json +451 -0
  64. package/package.json +9 -11
  65. package/dist/android/java/tokens-dark.kt +0 -947
  66. package/dist/android/java/tokens-light.kt +0 -827
  67. package/dist/android/res/values/colors-dark.xml +0 -347
  68. package/dist/android/res/values/colors-light.xml +0 -327
  69. package/dist/css/variables-dark.css +0 -941
  70. package/dist/css/variables-expressive-dark.css +0 -942
  71. package/dist/css/variables-expressive-light.css +0 -822
  72. package/dist/css/variables-expressive-sm-dark.css +0 -942
  73. package/dist/css/variables-expressive-sm-light.css +0 -822
  74. package/dist/css/variables-light.css +0 -821
  75. package/dist/css/variables-tmo-dark.css +0 -941
  76. package/dist/css/variables-tmo-light.css +0 -821
  77. package/dist/ios/tokens-dark.swift +0 -944
  78. package/dist/tokens-dark.json +0 -933
  79. package/dist/tokens-light.json +0 -813
@@ -0,0 +1,467 @@
1
+
2
+ //
3
+ // tokens-expressive-light.swift
4
+ //
5
+
6
+ // Do not edit directly, this file was auto-generated.
7
+
8
+
9
+ import UIKit
10
+
11
+ public enum DialtoneTokensExpressiveLight {
12
+ public static let dtActionColorBackgroundBaseActive = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
13
+ public static let dtActionColorBackgroundBaseDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
14
+ public static let dtActionColorBackgroundBaseHover = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
15
+ public static let dtActionColorBackgroundBasePrimaryActive = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
16
+ public static let dtActionColorBackgroundBasePrimaryDefault = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
17
+ public static let dtActionColorBackgroundBasePrimaryHover = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
18
+ public static let dtActionColorBackgroundCriticalActive = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
19
+ public static let dtActionColorBackgroundCriticalDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
20
+ public static let dtActionColorBackgroundCriticalHover = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
21
+ public static let dtActionColorBackgroundCriticalPrimaryActive = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
22
+ public static let dtActionColorBackgroundCriticalPrimaryDefault = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
23
+ public static let dtActionColorBackgroundCriticalPrimaryHover = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
24
+ public static let dtActionColorBackgroundDisabledDefault = UIColor(red: 0.824, green: 0.824, blue: 0.824, alpha: 1)
25
+ public static let dtActionColorBackgroundInvertedActive = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
26
+ public static let dtActionColorBackgroundInvertedDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
27
+ public static let dtActionColorBackgroundInvertedHover = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
28
+ public static let dtActionColorBackgroundInvertedPrimaryActive = UIColor(red: 0.961, green: 0.941, blue: 1.000, alpha: 1)
29
+ public static let dtActionColorBackgroundInvertedPrimaryDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
30
+ public static let dtActionColorBackgroundInvertedPrimaryHover = UIColor(red: 0.961, green: 0.941, blue: 1.000, alpha: 1)
31
+ public static let dtActionColorBackgroundMutedActive = UIColor(red: 0.133, green: 0.133, blue: 0.133, alpha: 1)
32
+ public static let dtActionColorBackgroundMutedDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
33
+ public static let dtActionColorBackgroundMutedHover = UIColor(red: 0.133, green: 0.133, blue: 0.133, alpha: 1)
34
+ public static let dtActionColorBackgroundPositiveActive = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
35
+ public static let dtActionColorBackgroundPositiveDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
36
+ public static let dtActionColorBackgroundPositiveHover = UIColor(red: 0.929, green: 0.976, blue: 0.922, alpha: 1)
37
+ public static let dtActionColorBackgroundPositivePrimaryActive = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
38
+ public static let dtActionColorBackgroundPositivePrimaryDefault = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
39
+ public static let dtActionColorBackgroundPositivePrimaryHover = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
40
+ public static let dtActionColorBorderBaseOutlinedDefault = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
41
+ public static let dtActionColorBorderCriticalOutlinedDefault = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
42
+ public static let dtActionColorBorderInvertedOutlinedDefault = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
43
+ public static let dtActionColorBorderMutedOutlinedDefault = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
44
+ public static let dtActionColorForegroundBaseActive = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
45
+ public static let dtActionColorForegroundBaseDefault = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
46
+ public static let dtActionColorForegroundBaseHover = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
47
+ public static let dtActionColorForegroundBasePrimaryDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
48
+ public static let dtActionColorForegroundCriticalActive = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
49
+ public static let dtActionColorForegroundCriticalDefault = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
50
+ public static let dtActionColorForegroundCriticalHover = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
51
+ public static let dtActionColorForegroundCriticalPrimaryDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
52
+ public static let dtActionColorForegroundDisabledDefault = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
53
+ public static let dtActionColorForegroundInvertedActive = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
54
+ public static let dtActionColorForegroundInvertedDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
55
+ public static let dtActionColorForegroundInvertedHover = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
56
+ public static let dtActionColorForegroundInvertedPrimaryActive = UIColor(red: 0.227, green: 0.114, blue: 0.584, alpha: 1)
57
+ public static let dtActionColorForegroundInvertedPrimaryDefault = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
58
+ public static let dtActionColorForegroundInvertedPrimaryHover = UIColor(red: 0.227, green: 0.114, blue: 0.584, alpha: 1)
59
+ public static let dtActionColorForegroundMutedActive = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
60
+ public static let dtActionColorForegroundMutedDefault = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
61
+ public static let dtActionColorForegroundMutedHover = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
62
+ public static let dtActionColorForegroundPositiveActive = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
63
+ public static let dtActionColorForegroundPositiveDefault = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
64
+ public static let dtActionColorForegroundPositiveHover = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
65
+ public static let dtActionColorForegroundPositivePrimaryDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
66
+ public static let dtAvatarColorBackground000 = UIColor(red: 0.878, green: 0.878, blue: 0.878, alpha: 1)
67
+ public static let dtAvatarColorBackground100 = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
68
+ public static let dtAvatarColorBackground1000 = UIColor(red: 0.714, green: 0.812, blue: 1.000, alpha: 1)
69
+ public static let dtAvatarColorBackground1100 = UIColor(red: 0.945, green: 0.718, blue: 0.910, alpha: 1)
70
+ public static let dtAvatarColorBackground1200 = UIColor(red: 0.925, green: 0.467, blue: 0.741, alpha: 1)
71
+ public static let dtAvatarColorBackground1300 = UIColor(red: 1.000, green: 0.404, blue: 0.745, alpha: 1)
72
+ public static let dtAvatarColorBackground1400 = UIColor(red: 0.973, green: 0.494, blue: 0.494, alpha: 1)
73
+ public static let dtAvatarColorBackground1500 = UIColor(red: 0.925, green: 0.659, blue: 0.467, alpha: 1)
74
+ public static let dtAvatarColorBackground1600 = UIColor(red: 1.000, green: 0.745, blue: 0.255, alpha: 1)
75
+ public static let dtAvatarColorBackground1700 = UIColor(red: 1.000, green: 0.839, blue: 0.275, alpha: 1)
76
+ public static let dtAvatarColorBackground1800 = UIColor(red: 0.945, green: 0.855, blue: 0.718, alpha: 1)
77
+ public static let dtAvatarColorBackground200 = UIColor(red: 0.667, green: 1.000, blue: 0.514, alpha: 1)
78
+ public static let dtAvatarColorBackground300 = UIColor(red: 0.678, green: 0.918, blue: 0.533, alpha: 1)
79
+ public static let dtAvatarColorBackground400 = UIColor(red: 0.467, green: 0.925, blue: 0.651, alpha: 1)
80
+ public static let dtAvatarColorBackground500 = UIColor(red: 0.478, green: 0.929, blue: 0.741, alpha: 1)
81
+ public static let dtAvatarColorBackground600 = UIColor(red: 0.467, green: 0.871, blue: 0.925, alpha: 1)
82
+ public static let dtAvatarColorBackground700 = UIColor(red: 0.369, green: 0.847, blue: 1.000, alpha: 1)
83
+ public static let dtAvatarColorBackground800 = UIColor(red: 0.600, green: 0.906, blue: 1.000, alpha: 1)
84
+ public static let dtAvatarColorBackground900 = UIColor(red: 0.318, green: 0.627, blue: 0.996, alpha: 1)
85
+ public static let dtAvatarColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
86
+ public static let dtBadgeColorBackgroundAi = linear-gradient(135deg, UIColor(red: 0.976, green: 0.000, blue: 0.557, alpha: 1) 10%, UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1) 90%)
87
+ public static let dtBadgeColorBackgroundBulletin = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
88
+ public static let dtBadgeColorBackgroundBulletinSubtle = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
89
+ public static let dtBadgeColorBackgroundCritical = UIColor(red: 1.000, green: 0.898, blue: 0.902, alpha: 1)
90
+ public static let dtBadgeColorBackgroundDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
91
+ public static let dtBadgeColorBackgroundInfo = UIColor(red: 0.918, green: 0.949, blue: 0.980, alpha: 1)
92
+ public static let dtBadgeColorBackgroundSuccess = UIColor(red: 0.929, green: 0.976, blue: 0.922, alpha: 1)
93
+ public static let dtBadgeColorBackgroundWarning = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)
94
+ public static let dtBadgeColorBorderBulletinSubtle = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
95
+ public static let dtBadgeColorBorderDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
96
+ public static let dtBadgeColorForegroundBulletin = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
97
+ public static let dtBadgeColorForegroundBulletinSubtle = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
98
+ public static let dtBadgeColorForegroundDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
99
+ public static let dtCheckboxColorBackgroundChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
100
+ public static let dtCheckboxColorBorderChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
101
+ public static let dtCheckboxColorBorderUnchecked = UIColor(red: 0.667, green: 0.667, blue: 0.667, alpha: 1)
102
+ public static let dtCheckboxSizeHeight = CGFloat(16.00)
103
+ public static let dtCheckboxSizeRadius = CGFloat(4.00)
104
+ public static let dtCheckboxSizeWidth = CGFloat(16.00)
105
+ public static let dtColorBorderAccent = UIColor(red: 0.976, green: 0.000, blue: 0.557, alpha: 1)
106
+ public static let dtColorBorderAi = linear-gradient(135deg, UIColor(red: 0.976, green: 0.000, blue: 0.557, alpha: 1) 10%, UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1) 90%)
107
+ public static let dtColorBorderBold = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
108
+ public static let dtColorBorderBoldInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
109
+ public static let dtColorBorderBrand = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
110
+ public static let dtColorBorderBrandInverted = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
111
+ public static let dtColorBorderBrandStrong = UIColor(red: 0.227, green: 0.114, blue: 0.584, alpha: 1)
112
+ public static let dtColorBorderBrandStrongInverted = UIColor(red: 0.855, green: 0.780, blue: 1.000, alpha: 1)
113
+ public static let dtColorBorderBrandSubtle = UIColor(red: 0.855, green: 0.780, blue: 1.000, alpha: 1)
114
+ public static let dtColorBorderBrandSubtleInverted = UIColor(red: 0.227, green: 0.114, blue: 0.584, alpha: 1)
115
+ public static let dtColorBorderCritical = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
116
+ public static let dtColorBorderCriticalInverted = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
117
+ public static let dtColorBorderCriticalStrong = UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha: 1)
118
+ public static let dtColorBorderCriticalStrongInverted = UIColor(red: 1.000, green: 0.898, blue: 0.902, alpha: 1)
119
+ public static let dtColorBorderCriticalSubtle = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
120
+ public static let dtColorBorderCriticalSubtleInverted = UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha: 1)
121
+ public static let dtColorBorderDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
122
+ public static let dtColorBorderDefaultInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
123
+ public static let dtColorBorderFocus = UIColor(red: 0.318, green: 0.627, blue: 0.996, alpha: 1)
124
+ public static let dtColorBorderModerate = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
125
+ public static let dtColorBorderModerateInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
126
+ public static let dtColorBorderSubtle = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
127
+ public static let dtColorBorderSubtleInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
128
+ public static let dtColorBorderSuccess = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
129
+ public static let dtColorBorderSuccessInverted = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
130
+ public static let dtColorBorderSuccessStrong = UIColor(red: 0.071, green: 0.275, blue: 0.125, alpha: 1)
131
+ public static let dtColorBorderSuccessStrongInverted = UIColor(red: 0.929, green: 0.976, blue: 0.922, alpha: 1)
132
+ public static let dtColorBorderSuccessSubtle = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
133
+ public static let dtColorBorderSuccessSubtleInverted = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
134
+ public static let dtColorBorderWarning = UIColor(red: 0.824, green: 0.561, blue: 0.169, alpha: 1)
135
+ public static let dtColorBorderWarningInverted = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
136
+ public static let dtColorBorderWarningStrong = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)
137
+ public static let dtColorBorderWarningStrongInverted = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)
138
+ public static let dtColorBorderWarningSubtle = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
139
+ public static let dtColorBorderWarningSubtleInverted = UIColor(red: 0.824, green: 0.561, blue: 0.169, alpha: 1)
140
+ public static let dtColorForegroundCritical = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
141
+ public static let dtColorForegroundCriticalInverted = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
142
+ public static let dtColorForegroundCriticalStrong = UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha: 1)
143
+ public static let dtColorForegroundCriticalStrongInverted = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
144
+ public static let dtColorForegroundDisabled = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
145
+ public static let dtColorForegroundDisabledInverted = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
146
+ public static let dtColorForegroundMuted = UIColor(red: 0.133, green: 0.133, blue: 0.133, alpha: 1)
147
+ public static let dtColorForegroundMutedInverted = UIColor(red: 0.914, green: 0.914, blue: 0.914, alpha: 1)
148
+ public static let dtColorForegroundPlaceholder = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
149
+ public static let dtColorForegroundPlaceholderInverted = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
150
+ public static let dtColorForegroundPrimary = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
151
+ public static let dtColorForegroundPrimaryInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
152
+ public static let dtColorForegroundSecondary = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
153
+ public static let dtColorForegroundSecondaryInverted = UIColor(red: 0.914, green: 0.914, blue: 0.914, alpha: 1)
154
+ public static let dtColorForegroundSuccess = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
155
+ public static let dtColorForegroundSuccessInverted = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
156
+ public static let dtColorForegroundSuccessStrong = UIColor(red: 0.071, green: 0.275, blue: 0.125, alpha: 1)
157
+ public static let dtColorForegroundSuccessStrongInverted = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
158
+ public static let dtColorForegroundTertiary = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
159
+ public static let dtColorForegroundTertiaryInverted = UIColor(red: 0.824, green: 0.824, blue: 0.824, alpha: 1)
160
+ public static let dtColorForegroundWarning = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)
161
+ public static let dtColorForegroundWarningInverted = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)
162
+ public static let dtColorLinkCritical = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
163
+ public static let dtColorLinkCriticalHover = UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha: 1)
164
+ public static let dtColorLinkCriticalInverted = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
165
+ public static let dtColorLinkCriticalInvertedHover = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
166
+ public static let dtColorLinkDisabled = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
167
+ public static let dtColorLinkDisabledHover = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
168
+ public static let dtColorLinkDisabledInverted = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
169
+ public static let dtColorLinkDisabledInvertedHover = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
170
+ public static let dtColorLinkMuted = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
171
+ public static let dtColorLinkMutedHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
172
+ public static let dtColorLinkMutedInverted = UIColor(red: 0.914, green: 0.914, blue: 0.914, alpha: 1)
173
+ public static let dtColorLinkMutedInvertedHover = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
174
+ public static let dtColorLinkPrimary = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
175
+ public static let dtColorLinkPrimaryHover = UIColor(red: 0.227, green: 0.114, blue: 0.584, alpha: 1)
176
+ public static let dtColorLinkPrimaryInverted = UIColor(red: 0.671, green: 0.494, blue: 1.000, alpha: 1)
177
+ public static let dtColorLinkPrimaryInvertedHover = UIColor(red: 0.855, green: 0.780, blue: 1.000, alpha: 1)
178
+ public static let dtColorLinkSuccess = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
179
+ public static let dtColorLinkSuccessHover = UIColor(red: 0.071, green: 0.275, blue: 0.125, alpha: 1)
180
+ public static let dtColorLinkSuccessInverted = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
181
+ public static let dtColorLinkSuccessInvertedHover = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
182
+ public static let dtColorLinkWarning = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)
183
+ public static let dtColorLinkWarningHover = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
184
+ public static let dtColorLinkWarningInverted = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)
185
+ public static let dtColorLinkWarningInvertedHover = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
186
+ public static let dtColorSurfaceBackdrop = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
187
+ public static let dtColorSurfaceBold = UIColor(red: 0.824, green: 0.824, blue: 0.824, alpha: 1)
188
+ public static let dtColorSurfaceBoldOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
189
+ public static let dtColorSurfaceContrast = UIColor(red: 0.133, green: 0.133, blue: 0.133, alpha: 1)
190
+ public static let dtColorSurfaceContrastOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
191
+ public static let dtColorSurfaceCritical = UIColor(red: 1.000, green: 0.898, blue: 0.902, alpha: 1)
192
+ public static let dtColorSurfaceCriticalOpaque = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
193
+ public static let dtColorSurfaceCriticalStrong = UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha: 1)
194
+ public static let dtColorSurfaceCriticalSubtle = UIColor(red: 1.000, green: 0.898, blue: 0.902, alpha: 1)
195
+ public static let dtColorSurfaceCriticalSubtleOpaque = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
196
+ public static let dtColorSurfaceInfo = UIColor(red: 0.918, green: 0.949, blue: 0.980, alpha: 1)
197
+ public static let dtColorSurfaceInfoOpaque = UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha: 1)
198
+ public static let dtColorSurfaceInfoStrong = UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha: 1)
199
+ public static let dtColorSurfaceInfoSubtle = UIColor(red: 0.918, green: 0.949, blue: 0.980, alpha: 1)
200
+ public static let dtColorSurfaceInfoSubtleOpaque = UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha: 1)
201
+ public static let dtColorSurfaceModerate = UIColor(red: 0.914, green: 0.914, blue: 0.914, alpha: 1)
202
+ public static let dtColorSurfaceModerateOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
203
+ public static let dtColorSurfacePrimary = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
204
+ public static let dtColorSurfaceSecondary = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
205
+ public static let dtColorSurfaceSecondaryOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
206
+ public static let dtColorSurfaceStrong = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
207
+ public static let dtColorSurfaceStrongOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
208
+ public static let dtColorSurfaceSuccess = UIColor(red: 0.929, green: 0.976, blue: 0.922, alpha: 1)
209
+ public static let dtColorSurfaceSuccessOpaque = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
210
+ public static let dtColorSurfaceSuccessStrong = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
211
+ public static let dtColorSurfaceSuccessSubtle = UIColor(red: 0.929, green: 0.976, blue: 0.922, alpha: 1)
212
+ public static let dtColorSurfaceSuccessSubtleOpaque = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
213
+ public static let dtColorSurfaceWarning = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)
214
+ public static let dtColorSurfaceWarningOpaque = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
215
+ public static let dtColorSurfaceWarningStrong = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
216
+ public static let dtColorSurfaceWarningSubtle = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)
217
+ public static let dtColorSurfaceWarningSubtleOpaque = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
218
+ public static let dtFontSize100 = CGFloat(10.00) * 1.6
219
+ public static let dtFontSize200 = CGFloat(10.00) * 2
220
+ public static let dtFontSize300 = CGFloat(10.00) * 2.8
221
+ public static let dtFontSize400 = CGFloat(10.00) * 4.1
222
+ public static let dtFontSize500 = CGFloat(10.00) * 6.5
223
+ public static let dtFontSize600 = CGFloat(10.00) * 10.5
224
+ public static let dtIconSize100 = CGFloat(10.00) * .8 * 1.5
225
+ public static let dtIconSize200 = CGFloat(10.00) * .8 * 1.75
226
+ public static let dtIconSize300 = CGFloat(10.00) * .8 * 2.25
227
+ public static let dtIconSize400 = CGFloat(10.00) * .8 * 2.5
228
+ public static let dtIconSize500 = CGFloat(10.00) * .8 * 3
229
+ public static let dtIconSize600 = CGFloat(10.00) * .8 * 4
230
+ public static let dtIconSize700 = CGFloat(10.00) * .8 * 4.75
231
+ public static let dtIconSize800 = CGFloat(10.00) * .8 * 6
232
+ public static let dtIconSizeBorder100 = CGFloat(1.00)
233
+ public static let dtIconSizeBorder200 = CGFloat(1.00) * 1.25
234
+ public static let dtIconSizeBorder300 = CGFloat(1.00) * 1.5
235
+ public static let dtIconSizeBorder400 = CGFloat(1.00) * 1.75
236
+ public static let dtIconSizeBorder500 = CGFloat(1.00) * 1.75
237
+ public static let dtIconSizeBorder600 = CGFloat(1.00) * 2.5
238
+ public static let dtIconSizeBorder700 = CGFloat(1.00) * 2.75
239
+ public static let dtIconSizeBorder800 = CGFloat(1.00) * 3.5
240
+ public static let dtInputsColorBackgroundDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
241
+ public static let dtInputsColorBackgroundDisabled = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
242
+ public static let dtInputsColorBackgroundFocus = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
243
+ public static let dtInputsColorBorderCritical = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
244
+ public static let dtInputsColorBorderDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
245
+ public static let dtInputsColorBorderDisabled = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
246
+ public static let dtInputsColorBorderFocus = UIColor(red: 0.318, green: 0.627, blue: 0.996, alpha: 1)
247
+ public static let dtInputsColorBorderSuccess = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
248
+ public static let dtInputsColorBorderWarning = UIColor(red: 0.824, green: 0.561, blue: 0.169, alpha: 1)
249
+ public static let dtInputsColorForegroundDefault = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
250
+ public static let dtInputsColorForegroundDisabled = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
251
+ public static let dtInputsColorForegroundPlaceholder = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
252
+ public static let dtInputsFontSizeLg = CGFloat(10.00) * 2.8
253
+ public static let dtInputsFontSizeMd = CGFloat(10.00) * 2
254
+ public static let dtInputsFontSizeSm = CGFloat(10.00) * 1.6
255
+ public static let dtInputsFontSizeXl = CGFloat(10.00) * 1.6
256
+ public static let dtInputsFontSizeXs = CGFloat(10.00) * 1.6
257
+ public static let dtInputsLineHeightDefault = CGFloat(120.00)
258
+ public static let dtInputsSizeBorderDefault = CGFloat(1.50)
259
+ public static let dtInputsSizeBorderStatus = CGFloat(2.00)
260
+ public static let dtInputsSizeRadiusLg = CGFloat(4.00) * 3
261
+ public static let dtInputsSizeRadiusMd = CGFloat(8.00)
262
+ public static let dtInputsSizeRadiusSm = CGFloat(8.00)
263
+ public static let dtInputsSizeRadiusXl = CGFloat(16.00)
264
+ public static let dtInputsSizeRadiusXs = CGFloat(4.00)
265
+ public static let dtRadioColorBackgroundChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
266
+ public static let dtRadioColorBorderChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
267
+ public static let dtRadioColorBorderUnchecked = UIColor(red: 0.667, green: 0.667, blue: 0.667, alpha: 1)
268
+ public static let dtRadioSizeHeight = CGFloat(16.00)
269
+ public static let dtRadioSizeRadius = CGFloat(50.00)
270
+ public static let dtRadioSizeWidth = CGFloat(16.00)
271
+ public static let dtSizeBorderFocus = CGFloat(2.00) + CGFloat(1.00)
272
+ public static let dtThemeColorBase = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
273
+ public static let dtThemeMentionColorBackground = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
274
+ public static let dtThemeMentionColorBackgroundStrong = UIColor(red: 0.227, green: 0.114, blue: 0.584, alpha: 1)
275
+ public static let dtThemeMentionColorForeground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
276
+ public static let dtThemeMentionColorForegroundStrong = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
277
+ public static let dtThemePresenceColorBackgroundAvailable = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
278
+ public static let dtThemePresenceColorBackgroundBusy = UIColor(red: 0.965, green: 0.671, blue: 0.235, alpha: 1)
279
+ public static let dtThemePresenceColorBackgroundBusyUnavailable = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
280
+ public static let dtThemePresenceColorBackgroundOffline = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
281
+ public static let dtThemeSidebarColorBackground = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
282
+ public static let dtThemeSidebarColorForeground = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
283
+ public static let dtThemeSidebarColorForegroundUnread = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
284
+ public static let dtThemeSidebarIconColorForeground = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
285
+ public static let dtThemeSidebarRowColorBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
286
+ public static let dtThemeSidebarRowColorBackgroundActive = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
287
+ public static let dtThemeSidebarRowColorBackgroundHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
288
+ public static let dtThemeSidebarSectionColorForeground = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
289
+ public static let dtThemeSidebarSelectedRowColorBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
290
+ public static let dtThemeSidebarSelectedRowColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
291
+ public static let dtThemeSidebarStatusColorForeground = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
292
+ public static let dtThemeTopbarButtonColorBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
293
+ public static let dtThemeTopbarButtonColorBackgroundActive = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
294
+ public static let dtThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
295
+ public static let dtThemeTopbarButtonColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
296
+ public static let dtThemeTopbarButtonColorForegroundHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
297
+ public static let dtThemeTopbarColorBackground = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
298
+ public static let dtThemeTopbarColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
299
+ public static let dtThemeTopbarFieldColorBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
300
+ public static let dtThemeTopbarFieldColorBackgroundHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
301
+ public static let dtThemeTopbarFieldColorBorder = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
302
+ public static let dtThemeTopbarFieldColorBorderActive = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
303
+ public static let dtThemeTopbarFieldColorBorderHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
304
+ public static let dtThemeTopbarFieldColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
305
+ public static let dtThemeTopbarFieldColorForegroundHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
306
+ public static let dtThemeTopbarProfileColorBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
307
+ public static let dtThemeTopbarProfileColorBackgroundActive = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
308
+ public static let dtThemeTopbarProfileColorBackgroundHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
309
+ public static let dtThemeTopbarProfileColorBackgroundInverted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
310
+ public static let dtThemeTopbarProfileColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
311
+ public static let dtThemeTopbarProfileColorForegroundInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
312
+ public static let dtTypographyBodyMdCompactFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
313
+ public static let dtTypographyBodyMdCompactFontSize = CGFloat(10.00) * 2
314
+ public static let dtTypographyBodyMdCompactFontWeight = 400
315
+ public static let dtTypographyBodyMdCompactLineHeight = CGFloat(140.00)
316
+ public static let dtTypographyBodyMdCompactTextCase = "none"
317
+ public static let dtTypographyBodyMdFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
318
+ public static let dtTypographyBodyMdFontSize = CGFloat(10.00) * 2
319
+ public static let dtTypographyBodyMdFontWeight = 400
320
+ public static let dtTypographyBodyMdLineHeight = CGFloat(160.00)
321
+ public static let dtTypographyBodyMdTextCase = "none"
322
+ public static let dtTypographyBodySmCompactFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
323
+ public static let dtTypographyBodySmCompactFontSize = CGFloat(10.00) * 1.6
324
+ public static let dtTypographyBodySmCompactFontWeight = 400
325
+ public static let dtTypographyBodySmCompactLineHeight = CGFloat(120.00)
326
+ public static let dtTypographyBodySmCompactTextCase = "none"
327
+ public static let dtTypographyBodySmFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
328
+ public static let dtTypographyBodySmFontSize = CGFloat(10.00) * 1.6
329
+ public static let dtTypographyBodySmFontWeight = 400
330
+ public static let dtTypographyBodySmLineHeight = CGFloat(140.00)
331
+ public static let dtTypographyBodySmTextCase = "none"
332
+ public static let dtTypographyCodeMdFontFamily = UIFont.monospacedSystemFont(ofSize: 15, weight: .regular)
333
+ public static let dtTypographyCodeMdFontSize = CGFloat(10.00) * 2
334
+ public static let dtTypographyCodeMdFontWeight = 400
335
+ public static let dtTypographyCodeMdLineHeight = CGFloat(120.00)
336
+ public static let dtTypographyCodeMdTextCase = "none"
337
+ public static let dtTypographyCodeSmFontFamily = UIFont.monospacedSystemFont(ofSize: 15, weight: .regular)
338
+ public static let dtTypographyCodeSmFontSize = CGFloat(10.00) * 1.6
339
+ public static let dtTypographyCodeSmFontWeight = 400
340
+ public static let dtTypographyCodeSmLineHeight = CGFloat(120.00)
341
+ public static let dtTypographyCodeSmTextCase = "none"
342
+ public static let dtTypographyHeadlineEyebrowFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
343
+ public static let dtTypographyHeadlineEyebrowFontSize = CGFloat(10.00) * 1.6
344
+ public static let dtTypographyHeadlineEyebrowFontWeight = 400
345
+ public static let dtTypographyHeadlineEyebrowLineHeight = CGFloat(140.00)
346
+ public static let dtTypographyHeadlineEyebrowTextCase = "uppercase"
347
+ public static let dtTypographyHeadlineLgCompactFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
348
+ public static let dtTypographyHeadlineLgCompactFontSize = CGFloat(10.00) * 4.1
349
+ public static let dtTypographyHeadlineLgCompactFontWeight = 700
350
+ public static let dtTypographyHeadlineLgCompactLineHeight = CGFloat(140.00)
351
+ public static let dtTypographyHeadlineLgCompactTextCase = "none"
352
+ public static let dtTypographyHeadlineLgFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
353
+ public static let dtTypographyHeadlineLgFontSize = CGFloat(10.00) * 4.1
354
+ public static let dtTypographyHeadlineLgFontWeight = 700
355
+ public static let dtTypographyHeadlineLgLineHeight = CGFloat(160.00)
356
+ public static let dtTypographyHeadlineLgSoftCompactFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
357
+ public static let dtTypographyHeadlineLgSoftCompactFontSize = CGFloat(10.00) * 4.1
358
+ public static let dtTypographyHeadlineLgSoftCompactFontWeight = 500
359
+ public static let dtTypographyHeadlineLgSoftCompactLineHeight = CGFloat(140.00)
360
+ public static let dtTypographyHeadlineLgSoftCompactTextCase = "none"
361
+ public static let dtTypographyHeadlineLgSoftFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
362
+ public static let dtTypographyHeadlineLgSoftFontSize = CGFloat(10.00) * 4.1
363
+ public static let dtTypographyHeadlineLgSoftFontWeight = 500
364
+ public static let dtTypographyHeadlineLgSoftLineHeight = CGFloat(160.00)
365
+ public static let dtTypographyHeadlineLgSoftTextCase = "none"
366
+ public static let dtTypographyHeadlineLgTextCase = "none"
367
+ public static let dtTypographyHeadlineMdCompactFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
368
+ public static let dtTypographyHeadlineMdCompactFontSize = CGFloat(10.00) * 2.8
369
+ public static let dtTypographyHeadlineMdCompactFontWeight = 700
370
+ public static let dtTypographyHeadlineMdCompactLineHeight = CGFloat(140.00)
371
+ public static let dtTypographyHeadlineMdCompactTextCase = "none"
372
+ public static let dtTypographyHeadlineMdFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
373
+ public static let dtTypographyHeadlineMdFontSize = CGFloat(10.00) * 2.8
374
+ public static let dtTypographyHeadlineMdFontWeight = 700
375
+ public static let dtTypographyHeadlineMdLineHeight = CGFloat(160.00)
376
+ public static let dtTypographyHeadlineMdTextCase = "none"
377
+ public static let dtTypographyHeadlineSmCompactFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
378
+ public static let dtTypographyHeadlineSmCompactFontSize = CGFloat(10.00) * 2
379
+ public static let dtTypographyHeadlineSmCompactFontWeight = 700
380
+ public static let dtTypographyHeadlineSmCompactLineHeight = CGFloat(120.00)
381
+ public static let dtTypographyHeadlineSmCompactTextCase = "none"
382
+ public static let dtTypographyHeadlineSmFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
383
+ public static let dtTypographyHeadlineSmFontSize = CGFloat(10.00) * 2
384
+ public static let dtTypographyHeadlineSmFontWeight = 700
385
+ public static let dtTypographyHeadlineSmLineHeight = CGFloat(140.00)
386
+ public static let dtTypographyHeadlineSmSoftCompactFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
387
+ public static let dtTypographyHeadlineSmSoftCompactFontSize = CGFloat(10.00) * 2
388
+ public static let dtTypographyHeadlineSmSoftCompactFontWeight = 500
389
+ public static let dtTypographyHeadlineSmSoftCompactLineHeight = CGFloat(120.00)
390
+ public static let dtTypographyHeadlineSmSoftCompactTextCase = "none"
391
+ public static let dtTypographyHeadlineSmSoftFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
392
+ public static let dtTypographyHeadlineSmSoftFontSize = CGFloat(10.00) * 2
393
+ public static let dtTypographyHeadlineSmSoftFontWeight = 500
394
+ public static let dtTypographyHeadlineSmSoftLineHeight = CGFloat(140.00)
395
+ public static let dtTypographyHeadlineSmSoftTextCase = "none"
396
+ public static let dtTypographyHeadlineSmTextCase = "none"
397
+ public static let dtTypographyHeadlineXlCompactFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
398
+ public static let dtTypographyHeadlineXlCompactFontSize = CGFloat(10.00) * 6.5
399
+ public static let dtTypographyHeadlineXlCompactFontWeight = 500
400
+ public static let dtTypographyHeadlineXlCompactLineHeight = CGFloat(100.00)
401
+ public static let dtTypographyHeadlineXlCompactTextCase = "none"
402
+ public static let dtTypographyHeadlineXlFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
403
+ public static let dtTypographyHeadlineXlFontSize = CGFloat(10.00) * 6.5
404
+ public static let dtTypographyHeadlineXlFontWeight = 500
405
+ public static let dtTypographyHeadlineXlLineHeight = CGFloat(120.00)
406
+ public static let dtTypographyHeadlineXlTextCase = "none"
407
+ public static let dtTypographyHeadlineXxlCompactFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
408
+ public static let dtTypographyHeadlineXxlCompactFontSize = CGFloat(10.00) * 10.5
409
+ public static let dtTypographyHeadlineXxlCompactFontWeight = 500
410
+ public static let dtTypographyHeadlineXxlCompactLineHeight = CGFloat(100.00)
411
+ public static let dtTypographyHeadlineXxlCompactTextCase = "none"
412
+ public static let dtTypographyHeadlineXxlFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
413
+ public static let dtTypographyHeadlineXxlFontSize = CGFloat(10.00) * 10.5
414
+ public static let dtTypographyHeadlineXxlFontWeight = 500
415
+ public static let dtTypographyHeadlineXxlLineHeight = CGFloat(120.00)
416
+ public static let dtTypographyHeadlineXxlTextCase = "none"
417
+ public static let dtTypographyHelperMdFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
418
+ public static let dtTypographyHelperMdFontSize = CGFloat(10.00) * 2
419
+ public static let dtTypographyHelperMdFontWeight = 400
420
+ public static let dtTypographyHelperMdLineHeight = CGFloat(140.00)
421
+ public static let dtTypographyHelperMdTextCase = "none"
422
+ public static let dtTypographyHelperSmFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
423
+ public static let dtTypographyHelperSmFontSize = CGFloat(10.00) * 1.6
424
+ public static let dtTypographyHelperSmFontWeight = 400
425
+ public static let dtTypographyHelperSmLineHeight = CGFloat(120.00)
426
+ public static let dtTypographyHelperSmTextCase = "none"
427
+ public static let dtTypographyLabelMdCompactFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
428
+ public static let dtTypographyLabelMdCompactFontSize = CGFloat(10.00) * 2
429
+ public static let dtTypographyLabelMdCompactFontWeight = 600
430
+ public static let dtTypographyLabelMdCompactLineHeight = CGFloat(140.00)
431
+ public static let dtTypographyLabelMdCompactTextCase = "none"
432
+ public static let dtTypographyLabelMdFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
433
+ public static let dtTypographyLabelMdFontSize = CGFloat(10.00) * 2
434
+ public static let dtTypographyLabelMdFontWeight = 600
435
+ public static let dtTypographyLabelMdLineHeight = CGFloat(160.00)
436
+ public static let dtTypographyLabelMdPlainCompactFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
437
+ public static let dtTypographyLabelMdPlainCompactFontSize = CGFloat(10.00) * 2
438
+ public static let dtTypographyLabelMdPlainCompactFontWeight = 400
439
+ public static let dtTypographyLabelMdPlainCompactLineHeight = CGFloat(140.00)
440
+ public static let dtTypographyLabelMdPlainCompactTextCase = "none"
441
+ public static let dtTypographyLabelMdPlainFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
442
+ public static let dtTypographyLabelMdPlainFontSize = CGFloat(10.00) * 2
443
+ public static let dtTypographyLabelMdPlainFontWeight = 400
444
+ public static let dtTypographyLabelMdPlainLineHeight = CGFloat(160.00)
445
+ public static let dtTypographyLabelMdPlainTextCase = "none"
446
+ public static let dtTypographyLabelMdTextCase = "none"
447
+ public static let dtTypographyLabelSmCompactFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
448
+ public static let dtTypographyLabelSmCompactFontSize = CGFloat(10.00) * 1.6
449
+ public static let dtTypographyLabelSmCompactFontWeight = 600
450
+ public static let dtTypographyLabelSmCompactLineHeight = CGFloat(120.00)
451
+ public static let dtTypographyLabelSmCompactTextCase = "none"
452
+ public static let dtTypographyLabelSmFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
453
+ public static let dtTypographyLabelSmFontSize = CGFloat(10.00) * 1.6
454
+ public static let dtTypographyLabelSmFontWeight = 600
455
+ public static let dtTypographyLabelSmLineHeight = CGFloat(140.00)
456
+ public static let dtTypographyLabelSmPlainCompactFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
457
+ public static let dtTypographyLabelSmPlainCompactFontSize = CGFloat(10.00) * 1.6
458
+ public static let dtTypographyLabelSmPlainCompactFontWeight = 400
459
+ public static let dtTypographyLabelSmPlainCompactLineHeight = CGFloat(120.00)
460
+ public static let dtTypographyLabelSmPlainCompactTextCase = "none"
461
+ public static let dtTypographyLabelSmPlainFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
462
+ public static let dtTypographyLabelSmPlainFontSize = CGFloat(10.00) * 1.6
463
+ public static let dtTypographyLabelSmPlainFontWeight = 400
464
+ public static let dtTypographyLabelSmPlainLineHeight = CGFloat(140.00)
465
+ public static let dtTypographyLabelSmPlainTextCase = "none"
466
+ public static let dtTypographyLabelSmTextCase = "none"
467
+ }