@dialpad/dialtone-tokens 1.43.3 → 1.44.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 (202) hide show
  1. package/dist/android/java/tokens-aegean-dark.kt +133 -0
  2. package/dist/android/java/tokens-aegean-light.kt +133 -0
  3. package/dist/android/java/tokens-botany-dark.kt +134 -0
  4. package/dist/android/java/tokens-botany-light.kt +132 -0
  5. package/dist/android/java/tokens-buttercream-dark.kt +134 -0
  6. package/dist/android/java/tokens-buttercream-light.kt +723 -0
  7. package/dist/android/java/tokens-ceruleo-dark.kt +136 -0
  8. package/dist/android/java/tokens-ceruleo-default.kt +136 -0
  9. package/dist/android/java/tokens-deca-dark.kt +4 -422
  10. package/dist/android/java/tokens-deca-light.kt +4 -423
  11. package/dist/android/java/tokens-dp-dark.kt +182 -18
  12. package/dist/android/java/tokens-dp-light.kt +143 -3
  13. package/dist/android/java/tokens-expressive-dark.kt +178 -18
  14. package/dist/android/java/tokens-expressive-light.kt +143 -3
  15. package/dist/android/java/tokens-expressive-sm-dark.kt +182 -18
  16. package/dist/android/java/tokens-expressive-sm-light.kt +143 -3
  17. package/dist/android/java/tokens-high-desert-dark.kt +133 -0
  18. package/dist/android/java/tokens-high-desert-light.kt +133 -0
  19. package/dist/android/java/tokens-melon-dark.kt +133 -0
  20. package/dist/android/java/tokens-melon-light.kt +133 -0
  21. package/dist/android/java/tokens-plum-dark.kt +132 -0
  22. package/dist/android/java/tokens-plum-light.kt +132 -0
  23. package/dist/android/java/tokens-sunflower-dark.kt +133 -0
  24. package/dist/android/java/tokens-sunflower-light.kt +133 -0
  25. package/dist/android/java/tokens-tmo-dark.kt +219 -55
  26. package/dist/android/java/tokens-tmo-light.kt +185 -45
  27. package/dist/android/java/tokens-verdant-haze-dark.kt +134 -0
  28. package/dist/android/java/tokens-verdant-haze-light.kt +134 -0
  29. package/dist/android/res/values/colors-aegean-dark.xml +63 -0
  30. package/dist/android/res/values/colors-aegean-light.xml +63 -0
  31. package/dist/android/res/values/colors-botany-dark.xml +64 -0
  32. package/dist/android/res/values/colors-botany-light.xml +62 -0
  33. package/dist/android/res/values/colors-buttercream-dark.xml +64 -0
  34. package/dist/android/res/values/colors-buttercream-light.xml +455 -0
  35. package/dist/android/res/values/colors-ceruleo-dark.xml +66 -0
  36. package/dist/android/res/values/colors-ceruleo-default.xml +66 -0
  37. package/dist/android/res/values/colors-deca-dark.xml +4 -224
  38. package/dist/android/res/values/colors-deca-light.xml +4 -225
  39. package/dist/android/res/values/colors-dp-dark.xml +182 -18
  40. package/dist/android/res/values/colors-dp-light.xml +143 -3
  41. package/dist/android/res/values/colors-expressive-dark.xml +178 -18
  42. package/dist/android/res/values/colors-expressive-light.xml +143 -3
  43. package/dist/android/res/values/colors-expressive-sm-dark.xml +182 -18
  44. package/dist/android/res/values/colors-expressive-sm-light.xml +143 -3
  45. package/dist/android/res/values/colors-high-desert-dark.xml +63 -0
  46. package/dist/android/res/values/colors-high-desert-light.xml +63 -0
  47. package/dist/android/res/values/colors-melon-dark.xml +63 -0
  48. package/dist/android/res/values/colors-melon-light.xml +63 -0
  49. package/dist/android/res/values/colors-plum-dark.xml +62 -0
  50. package/dist/android/res/values/colors-plum-light.xml +62 -0
  51. package/dist/android/res/values/colors-sunflower-dark.xml +63 -0
  52. package/dist/android/res/values/colors-sunflower-light.xml +63 -0
  53. package/dist/android/res/values/colors-tmo-dark.xml +219 -55
  54. package/dist/android/res/values/colors-tmo-light.xml +185 -45
  55. package/dist/android/res/values/colors-verdant-haze-dark.xml +64 -0
  56. package/dist/android/res/values/colors-verdant-haze-light.xml +64 -0
  57. package/dist/android/res/values/dimens.xml +32 -219
  58. package/dist/css/tokens-aegean-dark.css +467 -0
  59. package/dist/css/tokens-aegean-light.css +467 -0
  60. package/dist/css/tokens-base-dark.css +8 -8
  61. package/dist/css/tokens-base-deca-dark.css +8 -8
  62. package/dist/css/tokens-botany-dark.css +474 -0
  63. package/dist/css/tokens-botany-light.css +460 -0
  64. package/dist/css/tokens-buttercream-dark.css +474 -0
  65. package/dist/css/tokens-buttercream-light.css +3476 -0
  66. package/dist/css/tokens-ceruleo-dark.css +488 -0
  67. package/dist/css/tokens-ceruleo-default.css +488 -0
  68. package/dist/css/tokens-debug-dp.css +986 -6
  69. package/dist/css/tokens-deca-dark.css +41 -1846
  70. package/dist/css/tokens-deca-light.css +62 -1874
  71. package/dist/css/tokens-dp-dark.css +1259 -111
  72. package/dist/css/tokens-dp-light.css +1001 -21
  73. package/dist/css/tokens-expressive-dark.css +1231 -111
  74. package/dist/css/tokens-expressive-light.css +1001 -21
  75. package/dist/css/tokens-expressive-sm-dark.css +1259 -111
  76. package/dist/css/tokens-expressive-sm-light.css +1001 -21
  77. package/dist/css/tokens-high-desert-dark.css +467 -0
  78. package/dist/css/tokens-high-desert-light.css +467 -0
  79. package/dist/css/tokens-melon-dark.css +467 -0
  80. package/dist/css/tokens-melon-light.css +467 -0
  81. package/dist/css/tokens-plum-dark.css +460 -0
  82. package/dist/css/tokens-plum-light.css +460 -0
  83. package/dist/css/tokens-sunflower-dark.css +467 -0
  84. package/dist/css/tokens-sunflower-light.css +467 -0
  85. package/dist/css/tokens-tmo-dark.css +1511 -363
  86. package/dist/css/tokens-tmo-light.css +1295 -315
  87. package/dist/css/tokens-verdant-haze-dark.css +474 -0
  88. package/dist/css/tokens-verdant-haze-light.css +474 -0
  89. package/dist/doc.json +204128 -129420
  90. package/dist/ios/tokens-aegean-dark.swift +130 -0
  91. package/dist/ios/tokens-aegean-light.swift +130 -0
  92. package/dist/ios/tokens-botany-dark.swift +131 -0
  93. package/dist/ios/tokens-botany-light.swift +129 -0
  94. package/dist/ios/tokens-buttercream-dark.swift +131 -0
  95. package/dist/ios/tokens-buttercream-light.swift +720 -0
  96. package/dist/ios/tokens-ceruleo-dark.swift +133 -0
  97. package/dist/ios/tokens-ceruleo-default.swift +133 -0
  98. package/dist/ios/tokens-deca-dark.swift +4 -422
  99. package/dist/ios/tokens-deca-light.swift +4 -423
  100. package/dist/ios/tokens-dp-dark.swift +182 -18
  101. package/dist/ios/tokens-dp-light.swift +143 -3
  102. package/dist/ios/tokens-expressive-dark.swift +178 -18
  103. package/dist/ios/tokens-expressive-light.swift +143 -3
  104. package/dist/ios/tokens-expressive-sm-dark.swift +182 -18
  105. package/dist/ios/tokens-expressive-sm-light.swift +143 -3
  106. package/dist/ios/tokens-high-desert-dark.swift +130 -0
  107. package/dist/ios/tokens-high-desert-light.swift +130 -0
  108. package/dist/ios/tokens-melon-dark.swift +130 -0
  109. package/dist/ios/tokens-melon-light.swift +130 -0
  110. package/dist/ios/tokens-plum-dark.swift +129 -0
  111. package/dist/ios/tokens-plum-light.swift +129 -0
  112. package/dist/ios/tokens-sunflower-dark.swift +130 -0
  113. package/dist/ios/tokens-sunflower-light.swift +130 -0
  114. package/dist/ios/tokens-tmo-dark.swift +219 -55
  115. package/dist/ios/tokens-tmo-light.swift +185 -45
  116. package/dist/ios/tokens-verdant-haze-dark.swift +131 -0
  117. package/dist/ios/tokens-verdant-haze-light.swift +131 -0
  118. package/dist/less/tokens-aegean-dark.less +122 -0
  119. package/dist/less/tokens-aegean-light.less +122 -0
  120. package/dist/less/tokens-base-dark.less +8 -8
  121. package/dist/less/tokens-base-deca-dark.less +8 -8
  122. package/dist/less/tokens-botany-dark.less +123 -0
  123. package/dist/less/tokens-botany-light.less +121 -0
  124. package/dist/less/tokens-buttercream-dark.less +123 -0
  125. package/dist/less/tokens-buttercream-light.less +714 -0
  126. package/dist/less/tokens-ceruleo-dark.less +125 -0
  127. package/dist/less/tokens-ceruleo-default.less +125 -0
  128. package/dist/less/tokens-deca-dark.less +16 -436
  129. package/dist/less/tokens-deca-light.less +36 -457
  130. package/dist/less/tokens-dp-dark.less +200 -36
  131. package/dist/less/tokens-dp-light.less +143 -3
  132. package/dist/less/tokens-expressive-dark.less +196 -36
  133. package/dist/less/tokens-expressive-light.less +143 -3
  134. package/dist/less/tokens-expressive-sm-dark.less +200 -36
  135. package/dist/less/tokens-expressive-sm-light.less +143 -3
  136. package/dist/less/tokens-high-desert-dark.less +122 -0
  137. package/dist/less/tokens-high-desert-light.less +122 -0
  138. package/dist/less/tokens-melon-dark.less +122 -0
  139. package/dist/less/tokens-melon-light.less +122 -0
  140. package/dist/less/tokens-plum-dark.less +121 -0
  141. package/dist/less/tokens-plum-light.less +121 -0
  142. package/dist/less/tokens-sunflower-dark.less +122 -0
  143. package/dist/less/tokens-sunflower-light.less +122 -0
  144. package/dist/less/tokens-tmo-dark.less +236 -72
  145. package/dist/less/tokens-tmo-light.less +185 -45
  146. package/dist/less/tokens-verdant-haze-dark.less +123 -0
  147. package/dist/less/tokens-verdant-haze-light.less +123 -0
  148. package/dist/themes/chunks/{tokens-base-dark-CLL9Sz8C.js → tokens-base-dark-CsHhZ6Yf.js} +1 -1
  149. package/dist/themes/chunks/{tokens-base-dark-CKvoqrK2.js → tokens-base-dark-Db7N5w7K.js} +1 -1
  150. package/dist/themes/debug.cjs +1 -1
  151. package/dist/themes/debug.js +1 -1
  152. package/dist/themes/dp-dark.cjs +1 -1
  153. package/dist/themes/dp-dark.js +3 -3
  154. package/dist/themes/dp-deca-dark.cjs +1 -1
  155. package/dist/themes/dp-deca-dark.js +3 -3
  156. package/dist/themes/dp-deca-light.cjs +1 -1
  157. package/dist/themes/dp-deca-light.js +4 -4
  158. package/dist/themes/dp-light.cjs +1 -1
  159. package/dist/themes/dp-light.js +2 -2
  160. package/dist/themes/expressive-dark.cjs +1 -1
  161. package/dist/themes/expressive-dark.js +2 -2
  162. package/dist/themes/expressive-light.cjs +1 -1
  163. package/dist/themes/expressive-light.js +1 -1
  164. package/dist/themes/expressive-sm-dark.cjs +1 -1
  165. package/dist/themes/expressive-sm-dark.js +2 -2
  166. package/dist/themes/expressive-sm-light.cjs +1 -1
  167. package/dist/themes/expressive-sm-light.js +1 -1
  168. package/dist/themes/tmo-dark.cjs +1 -1
  169. package/dist/themes/tmo-dark.js +3 -3
  170. package/dist/themes/tmo-light.cjs +1 -1
  171. package/dist/themes/tmo-light.js +2 -2
  172. package/dist/tokens-aegean-dark.json +121 -0
  173. package/dist/tokens-aegean-light.json +121 -0
  174. package/dist/tokens-base-dark.json +8 -8
  175. package/dist/tokens-base-deca-dark.json +8 -8
  176. package/dist/tokens-botany-dark.json +122 -0
  177. package/dist/tokens-botany-light.json +120 -0
  178. package/dist/tokens-buttercream-dark.json +122 -0
  179. package/dist/tokens-buttercream-light.json +713 -0
  180. package/dist/tokens-ceruleo-dark.json +124 -0
  181. package/dist/tokens-ceruleo-default.json +124 -0
  182. package/dist/tokens-deca-dark.json +5 -425
  183. package/dist/tokens-deca-light.json +4 -425
  184. package/dist/tokens-dp-dark.json +199 -35
  185. package/dist/tokens-dp-light.json +143 -3
  186. package/dist/tokens-expressive-dark.json +195 -35
  187. package/dist/tokens-expressive-light.json +143 -3
  188. package/dist/tokens-expressive-sm-dark.json +199 -35
  189. package/dist/tokens-expressive-sm-light.json +143 -3
  190. package/dist/tokens-high-desert-dark.json +121 -0
  191. package/dist/tokens-high-desert-light.json +121 -0
  192. package/dist/tokens-melon-dark.json +121 -0
  193. package/dist/tokens-melon-light.json +121 -0
  194. package/dist/tokens-plum-dark.json +120 -0
  195. package/dist/tokens-plum-light.json +120 -0
  196. package/dist/tokens-sunflower-dark.json +121 -0
  197. package/dist/tokens-sunflower-light.json +121 -0
  198. package/dist/tokens-tmo-dark.json +234 -70
  199. package/dist/tokens-tmo-light.json +185 -45
  200. package/dist/tokens-verdant-haze-dark.json +122 -0
  201. package/dist/tokens-verdant-haze-light.json +122 -0
  202. package/package.json +1 -1
@@ -9,12 +9,12 @@
9
9
  import UIKit
10
10
 
11
11
  public enum DialtoneTokensTmoLight {
12
- public static let dtActionColorBackgroundBaseActive = UIColor(red: 0.984, green: 0.561, blue: 0.784, alpha: 0.800)
12
+ public static let dtActionColorBackgroundBaseActive = UIColor(red: 0.702, green: 0.545, blue: 1.000, alpha: 0.271)
13
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.992, green: 0.745, blue: 0.875, alpha: 0.800)
15
- public static let dtActionColorBackgroundBasePrimaryActive = UIColor(red: 0.478, green: 0.000, blue: 0.247, alpha: 1)
16
- public static let dtActionColorBackgroundBasePrimaryDefault = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
17
- public static let dtActionColorBackgroundBasePrimaryHover = UIColor(red: 0.659, green: 0.000, blue: 0.337, alpha: 1)
14
+ public static let dtActionColorBackgroundBaseHover = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 0.271)
15
+ public static let dtActionColorBackgroundBasePrimaryActive = UIColor(red: 0.314, green: 0.137, blue: 0.867, 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.396, green: 0.220, blue: 0.945, alpha: 1)
18
18
  public static let dtActionColorBackgroundCriticalActive = UIColor(red: 1.000, green: 0.506, blue: 0.463, alpha: 0.310)
19
19
  public static let dtActionColorBackgroundCriticalDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
20
20
  public static let dtActionColorBackgroundCriticalHover = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 0.310)
@@ -25,9 +25,9 @@ public enum DialtoneTokensTmoLight {
25
25
  public static let dtActionColorBackgroundInvertedActive = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.322)
26
26
  public static let dtActionColorBackgroundInvertedDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
27
27
  public static let dtActionColorBackgroundInvertedHover = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.231)
28
- public static let dtActionColorBackgroundInvertedPrimaryActive = UIColor(red: 1.000, green: 0.941, blue: 0.973, alpha: 1)
29
- public static let dtActionColorBackgroundInvertedPrimaryDefault = UIColor(red: 1.000, green: 0.941, blue: 0.973, alpha: 1)
30
- public static let dtActionColorBackgroundInvertedPrimaryHover = UIColor(red: 1.000, green: 0.800, blue: 0.902, alpha: 1)
28
+ public static let dtActionColorBackgroundInvertedPrimaryActive = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 1)
29
+ public static let dtActionColorBackgroundInvertedPrimaryDefault = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
30
+ public static let dtActionColorBackgroundInvertedPrimaryHover = UIColor(red: 0.961, green: 0.941, blue: 1.000, alpha: 1)
31
31
  public static let dtActionColorBackgroundMutedActive = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.141)
32
32
  public static let dtActionColorBackgroundMutedDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
33
33
  public static let dtActionColorBackgroundMutedHover = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.102)
@@ -37,14 +37,14 @@ public enum DialtoneTokensTmoLight {
37
37
  public static let dtActionColorBackgroundPositivePrimaryActive = UIColor(red: 0.000, green: 0.494, blue: 0.286, alpha: 1)
38
38
  public static let dtActionColorBackgroundPositivePrimaryDefault = UIColor(red: 0.180, green: 0.659, blue: 0.204, alpha: 1)
39
39
  public static let dtActionColorBackgroundPositivePrimaryHover = UIColor(red: 0.000, green: 0.557, blue: 0.322, alpha: 1)
40
- public static let dtActionColorBorderBaseOutlinedDefault = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
40
+ public static let dtActionColorBorderBaseOutlinedDefault = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
41
41
  public static let dtActionColorBorderCriticalOutlinedDefault = UIColor(red: 0.851, green: 0.039, blue: 0.271, alpha: 1)
42
42
  public static let dtActionColorBorderInvertedOutlinedDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.200)
43
43
  public static let dtActionColorBorderMutedOutlinedDefault = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.169)
44
44
  public static let dtActionColorBorderPositiveOutlinedDefault = UIColor(red: 0.180, green: 0.659, blue: 0.204, alpha: 1)
45
- public static let dtActionColorForegroundBaseActive = UIColor(red: 0.659, green: 0.000, blue: 0.337, alpha: 1)
46
- public static let dtActionColorForegroundBaseDefault = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
47
- public static let dtActionColorForegroundBaseHover = UIColor(red: 0.659, green: 0.000, blue: 0.337, alpha: 1)
45
+ public static let dtActionColorForegroundBaseActive = UIColor(red: 0.314, green: 0.137, blue: 0.867, alpha: 1)
46
+ public static let dtActionColorForegroundBaseDefault = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
47
+ public static let dtActionColorForegroundBaseHover = UIColor(red: 0.314, green: 0.137, blue: 0.867, alpha: 1)
48
48
  public static let dtActionColorForegroundBasePrimaryDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
49
49
  public static let dtActionColorForegroundCriticalActive = UIColor(red: 0.686, green: 0.000, blue: 0.196, alpha: 1)
50
50
  public static let dtActionColorForegroundCriticalDefault = UIColor(red: 0.851, green: 0.039, blue: 0.271, alpha: 1)
@@ -54,9 +54,9 @@ public enum DialtoneTokensTmoLight {
54
54
  public static let dtActionColorForegroundInvertedActive = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
55
55
  public static let dtActionColorForegroundInvertedDefault = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
56
56
  public static let dtActionColorForegroundInvertedHover = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
57
- public static let dtActionColorForegroundInvertedPrimaryActive = UIColor(red: 0.659, green: 0.000, blue: 0.337, alpha: 1)
58
- public static let dtActionColorForegroundInvertedPrimaryDefault = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
59
- public static let dtActionColorForegroundInvertedPrimaryHover = UIColor(red: 0.659, green: 0.000, blue: 0.337, alpha: 1)
57
+ public static let dtActionColorForegroundInvertedPrimaryActive = UIColor(red: 0.314, green: 0.137, blue: 0.867, alpha: 1)
58
+ public static let dtActionColorForegroundInvertedPrimaryDefault = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
59
+ public static let dtActionColorForegroundInvertedPrimaryHover = UIColor(red: 0.314, green: 0.137, blue: 0.867, alpha: 1)
60
60
  public static let dtActionColorForegroundMutedActive = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 1)
61
61
  public static let dtActionColorForegroundMutedDefault = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
62
62
  public static let dtActionColorForegroundMutedHover = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 1)
@@ -84,7 +84,7 @@ public enum DialtoneTokensTmoLight {
84
84
  public static let dtAvatarColorBackground800 = UIColor(red: 0.600, green: 0.906, blue: 1.000, alpha: 1)
85
85
  public static let dtAvatarColorBackground900 = UIColor(red: 0.318, green: 0.627, blue: 0.996, alpha: 1)
86
86
  public static let dtAvatarColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
87
- public static let dtBadgeColorBackgroundBulletin = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
87
+ public static let dtBadgeColorBackgroundBulletin = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
88
88
  public static let dtBadgeColorBackgroundBulletinSubtle = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 1)
89
89
  public static let dtBadgeColorBackgroundCritical = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 1)
90
90
  public static let dtBadgeColorBackgroundDefault = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.102)
@@ -117,8 +117,8 @@ public enum DialtoneTokensTmoLight {
117
117
  public static let dtButtonSizeRadiusSm = CGFloat(8.00)
118
118
  public static let dtButtonSizeRadiusXl = CGFloat(16.00)
119
119
  public static let dtButtonSizeRadiusXs = CGFloat(4.00)
120
- public static let dtCheckboxColorBackgroundChecked = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
121
- public static let dtCheckboxColorBorderChecked = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
120
+ public static let dtCheckboxColorBackgroundChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
121
+ public static let dtCheckboxColorBorderChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
122
122
  public static let dtCheckboxColorBorderUnchecked = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.302)
123
123
  public static let dtCheckboxColorBorderUncheckedHover = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.502)
124
124
  public static let dtCheckboxColorForegroundChecked = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
@@ -129,12 +129,12 @@ public enum DialtoneTokensTmoLight {
129
129
  public static let dtColorBorderAccent = UIColor(red: 1.000, green: 0.106, blue: 0.643, alpha: 1)
130
130
  public static let dtColorBorderBold = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.502)
131
131
  public static let dtColorBorderBoldInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.502)
132
- public static let dtColorBorderBrand = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
133
- public static let dtColorBorderBrandInverted = UIColor(red: 1.000, green: 0.302, blue: 0.659, alpha: 1)
134
- public static let dtColorBorderBrandStrong = UIColor(red: 0.659, green: 0.000, blue: 0.337, alpha: 1)
135
- public static let dtColorBorderBrandStrongInverted = UIColor(red: 1.000, green: 0.698, blue: 0.855, alpha: 1)
136
- public static let dtColorBorderBrandSubtle = UIColor(red: 1.000, green: 0.698, blue: 0.855, alpha: 1)
137
- public static let dtColorBorderBrandSubtleInverted = UIColor(red: 0.659, green: 0.000, blue: 0.337, alpha: 1)
132
+ public static let dtColorBorderBrand = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
133
+ public static let dtColorBorderBrandInverted = UIColor(red: 0.639, green: 0.561, blue: 0.976, alpha: 1)
134
+ public static let dtColorBorderBrandStrong = UIColor(red: 0.314, green: 0.137, blue: 0.867, alpha: 1)
135
+ public static let dtColorBorderBrandStrongInverted = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 1)
136
+ public static let dtColorBorderBrandSubtle = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
137
+ public static let dtColorBorderBrandSubtleInverted = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
138
138
  public static let dtColorBorderCritical = UIColor(red: 0.851, green: 0.039, blue: 0.271, alpha: 1)
139
139
  public static let dtColorBorderCriticalInverted = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
140
140
  public static let dtColorBorderCriticalStrong = UIColor(red: 0.576, green: 0.090, blue: 0.227, alpha: 1)
@@ -160,6 +160,87 @@ public enum DialtoneTokensTmoLight {
160
160
  public static let dtColorBorderWarningStrongInverted = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
161
161
  public static let dtColorBorderWarningSubtle = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
162
162
  public static let dtColorBorderWarningSubtleInverted = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)
163
+ public static let dtColorChartAccent = UIColor(red: 0.431, green: 0.651, blue: 0.886, alpha: 1)
164
+ public static let dtColorChartAccentHover = UIColor(red: 0.337, green: 0.600, blue: 0.843, alpha: 1)
165
+ public static let dtColorChartAccentSelected = UIColor(red: 0.161, green: 0.435, blue: 0.639, alpha: 1)
166
+ public static let dtColorChartBrand = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
167
+ public static let dtColorChartBrandHover = UIColor(red: 0.396, green: 0.220, blue: 0.945, alpha: 1)
168
+ public static let dtColorChartBrandSelected = UIColor(red: 0.227, green: 0.114, blue: 0.584, alpha: 1)
169
+ public static let dtColorChartCategorical01 = UIColor(red: 0.396, green: 0.220, blue: 0.945, alpha: 1)
170
+ public static let dtColorChartCategorical01Hover = UIColor(red: 0.314, green: 0.137, blue: 0.867, alpha: 1)
171
+ public static let dtColorChartCategorical01Selected = UIColor(red: 0.114, green: 0.004, blue: 0.333, alpha: 1)
172
+ public static let dtColorChartCategorical02 = UIColor(red: 0.988, green: 0.369, blue: 0.627, alpha: 1)
173
+ public static let dtColorChartCategorical02Hover = UIColor(red: 1.000, green: 0.106, blue: 0.643, alpha: 1)
174
+ public static let dtColorChartCategorical02Selected = UIColor(red: 0.400, green: 0.133, blue: 0.318, alpha: 1)
175
+ public static let dtColorChartCategorical03 = UIColor(red: 0.373, green: 0.769, blue: 0.976, alpha: 1)
176
+ public static let dtColorChartCategorical03Hover = UIColor(red: 0.231, green: 0.588, blue: 0.875, alpha: 1)
177
+ public static let dtColorChartCategorical03Selected = UIColor(red: 0.000, green: 0.192, blue: 0.396, alpha: 1)
178
+ public static let dtColorChartCategorical04 = UIColor(red: 1.000, green: 0.620, blue: 0.055, alpha: 1)
179
+ public static let dtColorChartCategorical04Hover = UIColor(red: 0.835, green: 0.498, blue: 0.000, alpha: 1)
180
+ public static let dtColorChartCategorical04Selected = UIColor(red: 0.325, green: 0.196, blue: 0.016, alpha: 1)
181
+ public static let dtColorChartCategorical05 = UIColor(red: 0.322, green: 0.788, blue: 0.149, alpha: 1)
182
+ public static let dtColorChartCategorical05Hover = UIColor(red: 0.180, green: 0.659, blue: 0.204, alpha: 1)
183
+ public static let dtColorChartCategorical05Selected = UIColor(red: 0.000, green: 0.310, blue: 0.180, alpha: 1)
184
+ public static let dtColorChartCategorical06 = UIColor(red: 0.984, green: 0.475, blue: 0.953, alpha: 1)
185
+ public static let dtColorChartCategorical06Hover = UIColor(red: 0.969, green: 0.271, blue: 0.933, alpha: 1)
186
+ public static let dtColorChartCategorical06Selected = UIColor(red: 0.749, green: 0.020, blue: 0.941, alpha: 1)
187
+ public static let dtColorChartCategorical07 = UIColor(red: 0.965, green: 0.392, blue: 0.216, alpha: 1)
188
+ public static let dtColorChartCategorical07Hover = UIColor(red: 0.957, green: 0.278, blue: 0.063, alpha: 1)
189
+ public static let dtColorChartCategorical07Selected = UIColor(red: 0.396, green: 0.118, blue: 0.024, alpha: 1)
190
+ public static let dtColorChartCategorical08 = UIColor(red: 0.792, green: 0.749, blue: 0.153, alpha: 1)
191
+ public static let dtColorChartCategorical08Hover = UIColor(red: 0.714, green: 0.675, blue: 0.145, alpha: 1)
192
+ public static let dtColorChartCategorical08Selected = UIColor(red: 0.416, green: 0.396, blue: 0.165, alpha: 1)
193
+ public static let dtColorChartCategorical09 = UIColor(red: 1.000, green: 0.255, blue: 0.357, alpha: 1)
194
+ public static let dtColorChartCategorical09Hover = UIColor(red: 1.000, green: 0.075, blue: 0.337, alpha: 1)
195
+ public static let dtColorChartCategorical09Selected = UIColor(red: 0.576, green: 0.090, blue: 0.227, alpha: 1)
196
+ public static let dtColorChartCategorical10 = UIColor(red: 0.208, green: 0.718, blue: 0.694, alpha: 1)
197
+ public static let dtColorChartCategorical10Hover = UIColor(red: 0.165, green: 0.655, blue: 0.631, alpha: 1)
198
+ public static let dtColorChartCategorical10Selected = UIColor(red: 0.067, green: 0.302, blue: 0.290, alpha: 1)
199
+ public static let dtColorChartCritical = UIColor(red: 1.000, green: 0.075, blue: 0.337, alpha: 1)
200
+ public static let dtColorChartCriticalHover = UIColor(red: 0.851, green: 0.039, blue: 0.271, alpha: 1)
201
+ public static let dtColorChartCriticalSelected = UIColor(red: 0.576, green: 0.090, blue: 0.227, alpha: 1)
202
+ public static let dtColorChartInfo = UIColor(red: 0.290, green: 0.663, blue: 0.918, alpha: 1)
203
+ public static let dtColorChartInfoHover = UIColor(red: 0.173, green: 0.514, blue: 0.835, alpha: 1)
204
+ public static let dtColorChartInfoSelected = UIColor(red: 0.000, green: 0.192, blue: 0.396, alpha: 1)
205
+ public static let dtColorChartNeutral = UIColor(red: 0.808, green: 0.784, blue: 0.769, alpha: 1)
206
+ public static let dtColorChartNeutralHover = UIColor(red: 0.667, green: 0.643, blue: 0.631, alpha: 1)
207
+ public static let dtColorChartNeutralSelected = UIColor(red: 0.388, green: 0.373, blue: 0.365, alpha: 1)
208
+ public static let dtColorChartPositive = UIColor(red: 0.322, green: 0.788, blue: 0.149, alpha: 1)
209
+ public static let dtColorChartPositiveHover = UIColor(red: 0.180, green: 0.659, blue: 0.204, alpha: 1)
210
+ public static let dtColorChartPositiveSelected = UIColor(red: 0.000, green: 0.310, blue: 0.180, alpha: 1)
211
+ public static let dtColorChartSequential01 = UIColor(red: 0.925, green: 0.941, blue: 0.976, alpha: 1)
212
+ public static let dtColorChartSequential01Hover = UIColor(red: 0.827, green: 0.878, blue: 0.957, alpha: 1)
213
+ public static let dtColorChartSequential01Selected = UIColor(red: 0.549, green: 0.729, blue: 0.922, alpha: 1)
214
+ public static let dtColorChartSequential02 = UIColor(red: 0.827, green: 0.878, blue: 0.957, alpha: 1)
215
+ public static let dtColorChartSequential02Hover = UIColor(red: 0.745, green: 0.824, blue: 0.941, alpha: 1)
216
+ public static let dtColorChartSequential02Selected = UIColor(red: 0.431, green: 0.651, blue: 0.886, alpha: 1)
217
+ public static let dtColorChartSequential03 = UIColor(red: 0.745, green: 0.824, blue: 0.941, alpha: 1)
218
+ public static let dtColorChartSequential03Hover = UIColor(red: 0.549, green: 0.729, blue: 0.922, alpha: 1)
219
+ public static let dtColorChartSequential03Selected = UIColor(red: 0.337, green: 0.600, blue: 0.843, alpha: 1)
220
+ public static let dtColorChartSequential04 = UIColor(red: 0.549, green: 0.729, blue: 0.922, alpha: 1)
221
+ public static let dtColorChartSequential04Hover = UIColor(red: 0.431, green: 0.651, blue: 0.886, alpha: 1)
222
+ public static let dtColorChartSequential04Selected = UIColor(red: 0.235, green: 0.537, blue: 0.765, alpha: 1)
223
+ public static let dtColorChartSequential05 = UIColor(red: 0.431, green: 0.651, blue: 0.886, alpha: 1)
224
+ public static let dtColorChartSequential05Hover = UIColor(red: 0.337, green: 0.600, blue: 0.843, alpha: 1)
225
+ public static let dtColorChartSequential05Selected = UIColor(red: 0.161, green: 0.435, blue: 0.639, alpha: 1)
226
+ public static let dtColorChartSequential06 = UIColor(red: 0.337, green: 0.600, blue: 0.843, alpha: 1)
227
+ public static let dtColorChartSequential06Hover = UIColor(red: 0.235, green: 0.537, blue: 0.765, alpha: 1)
228
+ public static let dtColorChartSequential06Selected = UIColor(red: 0.020, green: 0.129, blue: 0.200, alpha: 1)
229
+ public static let dtColorChartSequential07 = UIColor(red: 0.235, green: 0.537, blue: 0.765, alpha: 1)
230
+ public static let dtColorChartSequential07Hover = UIColor(red: 0.161, green: 0.435, blue: 0.639, alpha: 1)
231
+ public static let dtColorChartSequential07Selected = UIColor(red: 0.000, green: 0.075, blue: 0.122, alpha: 1)
232
+ public static let dtColorChartSequential08 = UIColor(red: 0.161, green: 0.435, blue: 0.639, alpha: 1)
233
+ public static let dtColorChartSequential08Hover = UIColor(red: 0.078, green: 0.227, blue: 0.322, alpha: 1)
234
+ public static let dtColorChartSequential08Selected = UIColor(red: 0.020, green: 0.129, blue: 0.200, alpha: 1)
235
+ public static let dtColorChartSequential09 = UIColor(red: 0.078, green: 0.227, blue: 0.322, alpha: 1)
236
+ public static let dtColorChartSequential09Hover = UIColor(red: 0.020, green: 0.129, blue: 0.200, alpha: 1)
237
+ public static let dtColorChartSequential09Selected = UIColor(red: 0.000, green: 0.075, blue: 0.122, alpha: 1)
238
+ public static let dtColorChartSequential10 = UIColor(red: 0.020, green: 0.129, blue: 0.200, alpha: 1)
239
+ public static let dtColorChartSequential10Hover = UIColor(red: 0.000, green: 0.075, blue: 0.122, alpha: 1)
240
+ public static let dtColorChartSequential10Selected = UIColor(red: 0.000, green: 0.075, blue: 0.122, alpha: 1)
241
+ public static let dtColorChartWarning = UIColor(red: 1.000, green: 0.620, blue: 0.055, alpha: 1)
242
+ public static let dtColorChartWarningHover = UIColor(red: 0.835, green: 0.498, blue: 0.000, alpha: 1)
243
+ public static let dtColorChartWarningSelected = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)
163
244
  public static let dtColorForegroundCritical = UIColor(red: 0.851, green: 0.039, blue: 0.271, alpha: 1)
164
245
  public static let dtColorForegroundCriticalInverted = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
165
246
  public static let dtColorForegroundCriticalStrong = UIColor(red: 0.686, green: 0.000, blue: 0.196, alpha: 1)
@@ -194,10 +275,10 @@ public enum DialtoneTokensTmoLight {
194
275
  public static let dtColorLinkMutedHover = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 1)
195
276
  public static let dtColorLinkMutedInverted = UIColor(red: 0.914, green: 0.914, blue: 0.914, alpha: 1)
196
277
  public static let dtColorLinkMutedInvertedHover = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
197
- public static let dtColorLinkPrimary = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
198
- public static let dtColorLinkPrimaryHover = UIColor(red: 0.659, green: 0.000, blue: 0.337, alpha: 1)
199
- public static let dtColorLinkPrimaryInverted = UIColor(red: 1.000, green: 0.698, blue: 0.855, alpha: 1)
200
- public static let dtColorLinkPrimaryInvertedHover = UIColor(red: 1.000, green: 0.800, blue: 0.902, alpha: 1)
278
+ public static let dtColorLinkPrimary = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
279
+ public static let dtColorLinkPrimaryHover = UIColor(red: 0.314, green: 0.137, blue: 0.867, alpha: 1)
280
+ public static let dtColorLinkPrimaryInverted = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
281
+ public static let dtColorLinkPrimaryInvertedHover = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 1)
201
282
  public static let dtColorLinkSuccess = UIColor(red: 0.000, green: 0.557, blue: 0.322, alpha: 1)
202
283
  public static let dtColorLinkSuccessHover = UIColor(red: 0.000, green: 0.310, blue: 0.180, alpha: 1)
203
284
  public static let dtColorLinkSuccessInverted = UIColor(red: 0.682, green: 0.984, blue: 0.235, alpha: 1)
@@ -211,16 +292,16 @@ public enum DialtoneTokensTmoLight {
211
292
  public static let dtColorSurfaceBoldInverted = UIColor(red: 0.325, green: 0.325, blue: 0.325, alpha: 1)
212
293
  public static let dtColorSurfaceBoldOpaque = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.188)
213
294
  public static let dtColorSurfaceBoldOpaqueInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.322)
214
- public static let dtColorSurfaceBrand = UIColor(red: 1.000, green: 0.800, blue: 0.902, alpha: 1)
215
- public static let dtColorSurfaceBrandInverted = UIColor(red: 0.239, green: 0.000, blue: 0.122, alpha: 1)
216
- public static let dtColorSurfaceBrandOpaque = UIColor(red: 0.992, green: 0.745, blue: 0.875, alpha: 0.800)
217
- public static let dtColorSurfaceBrandOpaqueInverted = UIColor(red: 0.294, green: 0.000, blue: 0.153, alpha: 0.800)
218
- public static let dtColorSurfaceBrandStrong = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
219
- public static let dtColorSurfaceBrandStrongInverted = UIColor(red: 1.000, green: 0.698, blue: 0.855, alpha: 1)
220
- public static let dtColorSurfaceBrandSubtle = UIColor(red: 1.000, green: 0.941, blue: 0.973, alpha: 1)
221
- public static let dtColorSurfaceBrandSubtleInverted = UIColor(red: 0.180, green: 0.000, blue: 0.094, alpha: 1)
222
- public static let dtColorSurfaceBrandSubtleOpaque = UIColor(red: 0.992, green: 0.745, blue: 0.875, alpha: 0.251)
223
- public static let dtColorSurfaceBrandSubtleOpaqueInverted = UIColor(red: 0.208, green: 0.000, blue: 0.110, alpha: 0.902)
295
+ public static let dtColorSurfaceBrand = UIColor(red: 0.961, green: 0.941, blue: 1.000, alpha: 1)
296
+ public static let dtColorSurfaceBrandInverted = UIColor(red: 0.114, green: 0.004, blue: 0.333, alpha: 1)
297
+ public static let dtColorSurfaceBrandOpaque = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 0.271)
298
+ public static let dtColorSurfaceBrandOpaqueInverted = UIColor(red: 0.114, green: 0.004, blue: 0.333, alpha: 0.800)
299
+ public static let dtColorSurfaceBrandStrong = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
300
+ public static let dtColorSurfaceBrandStrongInverted = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
301
+ public static let dtColorSurfaceBrandSubtle = UIColor(red: 0.976, green: 0.965, blue: 1.000, alpha: 1)
302
+ public static let dtColorSurfaceBrandSubtleInverted = UIColor(red: 0.063, green: 0.008, blue: 0.173, alpha: 1)
303
+ public static let dtColorSurfaceBrandSubtleOpaque = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 0.200)
304
+ public static let dtColorSurfaceBrandSubtleOpaqueInverted = UIColor(red: 0.063, green: 0.008, blue: 0.173, alpha: 0.659)
224
305
  public static let dtColorSurfaceContrast = UIColor(red: 0.145, green: 0.145, blue: 0.145, alpha: 1)
225
306
  public static let dtColorSurfaceContrastInverted = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
226
307
  public static let dtColorSurfaceContrastOpaque = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.941)
@@ -332,8 +413,12 @@ public enum DialtoneTokensTmoLight {
332
413
  public static let dtInputsSizeRadiusSm = CGFloat(8.00)
333
414
  public static let dtInputsSizeRadiusXl = CGFloat(16.00)
334
415
  public static let dtInputsSizeRadiusXs = CGFloat(4.00)
335
- public static let dtRadioColorBackgroundChecked = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
336
- public static let dtRadioColorBorderChecked = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
416
+ public static let dtPresenceColorAvailable = UIColor(red: 0.180, green: 0.659, blue: 0.204, alpha: 1)
417
+ public static let dtPresenceColorBusy = UIColor(red: 1.000, green: 0.620, blue: 0.055, alpha: 1)
418
+ public static let dtPresenceColorOffline = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
419
+ public static let dtPresenceColorUnavailable = UIColor(red: 0.851, green: 0.039, blue: 0.271, alpha: 1)
420
+ public static let dtRadioColorBackgroundChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
421
+ public static let dtRadioColorBorderChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
337
422
  public static let dtRadioColorBorderUnchecked = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.302)
338
423
  public static let dtRadioColorBorderUncheckedHover = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.502)
339
424
  public static let dtRadioColorForegroundChecked = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
@@ -341,16 +426,71 @@ public enum DialtoneTokensTmoLight {
341
426
  public static let dtRadioSizeHeight = CGFloat(16.00)
342
427
  public static let dtRadioSizeRadius = CGFloat(50.00)
343
428
  public static let dtRadioSizeWidth = CGFloat(16.00)
429
+ public static let dtShellActionColorBackgroundMutedActive = UIColor(red: 0.145, green: 0.145, blue: 0.145, alpha: 0.071)
430
+ public static let dtShellActionColorBackgroundMutedDefault = UIColor(red: 0.145, green: 0.145, blue: 0.145, alpha: 0.051)
431
+ public static let dtShellActionColorBackgroundMutedHover = UIColor(red: 0.145, green: 0.145, blue: 0.145, alpha: 0.102)
432
+ public static let dtShellActionColorBackgroundMutedSelected = UIColor(red: 0.145, green: 0.145, blue: 0.145, alpha: 0.071)
433
+ public static let dtShellActionColorBackgroundPrimaryActive = UIColor(red: 0.145, green: 0.145, blue: 0.145, alpha: 0.161)
434
+ public static let dtShellActionColorBackgroundPrimaryDefault = UIColor(red: 0.145, green: 0.145, blue: 0.145, alpha: 0)
435
+ public static let dtShellActionColorBackgroundPrimaryHover = UIColor(red: 0.145, green: 0.145, blue: 0.145, alpha: 0.102)
436
+ public static let dtShellActionColorBackgroundPrimarySelected = UIColor(red: 0.145, green: 0.145, blue: 0.145, alpha: 0.129)
437
+ public static let dtShellActionColorBackgroundSecondaryActive = UIColor(red: 0.145, green: 0.145, blue: 0.145, alpha: 0.161)
438
+ public static let dtShellActionColorBackgroundSecondaryDefault = UIColor(red: 0.145, green: 0.145, blue: 0.145, alpha: 0)
439
+ public static let dtShellActionColorBackgroundSecondaryHover = UIColor(red: 0.145, green: 0.145, blue: 0.145, alpha: 0.102)
440
+ public static let dtShellActionColorBackgroundSecondarySelected = UIColor(red: 0.145, green: 0.145, blue: 0.145, alpha: 0.129)
441
+ public static let dtShellActionColorForegroundMutedActive = UIColor(red: 0.067, green: 0.067, blue: 0.067, alpha: 0.600)
442
+ public static let dtShellActionColorForegroundMutedDefault = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.600)
443
+ public static let dtShellActionColorForegroundMutedHover = UIColor(red: 0.067, green: 0.067, blue: 0.067, alpha: 0.600)
444
+ public static let dtShellActionColorForegroundMutedSelected = UIColor(red: 0.043, green: 0.043, blue: 0.043, alpha: 0.600)
445
+ public static let dtShellActionColorForegroundPrimaryDefault = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.859)
446
+ public static let dtShellActionColorForegroundPrimaryDisabled = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.569)
447
+ public static let dtShellActionColorForegroundPrimaryStrong = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 1)
448
+ public static let dtShellActionColorForegroundSecondaryDefault = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.859)
449
+ public static let dtShellActionColorForegroundSecondaryDisabled = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.569)
450
+ public static let dtShellActionColorForegroundTertiaryDefault = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.722)
451
+ public static let dtShellBaseActionColorBackgroundMuted = UIColor(red: 0.145, green: 0.145, blue: 0.145, alpha: 1)
452
+ public static let dtShellBaseActionColorBackgroundPrimary = UIColor(red: 0.145, green: 0.145, blue: 0.145, alpha: 1)
453
+ public static let dtShellBaseActionColorBackgroundSecondary = UIColor(red: 0.145, green: 0.145, blue: 0.145, alpha: 1)
454
+ public static let dtShellBaseColorAccent = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
455
+ public static let dtShellBaseColorBorder = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 1)
456
+ public static let dtShellBaseColorForeground = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 1)
457
+ public static let dtShellBaseColorStatusAway = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
458
+ public static let dtShellBaseColorStatusCritical = UIColor(red: 0.686, green: 0.000, blue: 0.196, alpha: 1)
459
+ public static let dtShellBaseColorStatusPositive = UIColor(red: 0.322, green: 0.788, blue: 0.149, alpha: 1)
460
+ public static let dtShellBaseColorStatusWarning = UIColor(red: 0.835, green: 0.498, blue: 0.000, alpha: 1)
461
+ public static let dtShellBaseColorSurface = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
462
+ public static let dtShellColorBorderDefault = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.169)
463
+ public static let dtShellColorBorderSubtle = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.102)
464
+ public static let dtShellColorForegroundCritical = UIColor(red: 0.549, green: 0.000, blue: 0.157, alpha: 1)
465
+ public static let dtShellColorForegroundDisabled = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.569)
466
+ public static let dtShellColorForegroundMuted = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.600)
467
+ public static let dtShellColorForegroundPositive = UIColor(red: 0.275, green: 0.671, blue: 0.125, alpha: 1)
468
+ public static let dtShellColorForegroundPrimary = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 1)
469
+ public static let dtShellColorForegroundSecondary = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.859)
470
+ public static let dtShellColorForegroundStrong = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 1)
471
+ public static let dtShellColorForegroundTertiary = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.722)
472
+ public static let dtShellColorForegroundWarning = UIColor(red: 0.627, green: 0.373, blue: 0.000, alpha: 1)
473
+ public static let dtShellColorSurfaceDefault = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
474
+ public static let dtShellLogoColorStar = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
475
+ public static let dtShellLogoColorWordmark = UIColor(red: 0.063, green: 0.008, blue: 0.173, alpha: 1)
476
+ public static let dtShellMentionColorForegroundPrimary = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
477
+ public static let dtShellMentionColorForegroundSecondary = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
478
+ public static let dtShellMentionColorSurfacePrimary = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
479
+ public static let dtShellMentionColorSurfaceSecondary = UIColor(red: 0.400, green: 0.000, blue: 0.204, alpha: 1)
480
+ public static let dtShellPresenceColorAvailable = UIColor(red: 0.322, green: 0.788, blue: 0.149, alpha: 1)
481
+ public static let dtShellPresenceColorBusy = UIColor(red: 0.835, green: 0.498, blue: 0.000, alpha: 1)
482
+ public static let dtShellPresenceColorOffline = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
483
+ public static let dtShellPresenceColorUnavailable = UIColor(red: 0.686, green: 0.000, blue: 0.196, alpha: 1)
344
484
  public static let dtSizeBorderFocus = CGFloat(2.00) + CGFloat(1.00)
345
485
  public static let dtThemeColorBase = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 1)
346
- public static let dtThemeMentionColorBackground = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
347
- public static let dtThemeMentionColorBackgroundStrong = UIColor(red: 0.478, green: 0.000, blue: 0.247, alpha: 1)
486
+ public static let dtThemeMentionColorBackground = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
487
+ public static let dtThemeMentionColorBackgroundStrong = UIColor(red: 0.227, green: 0.114, blue: 0.584, alpha: 1)
348
488
  public static let dtThemeMentionColorForeground = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
349
489
  public static let dtThemeMentionColorForegroundStrong = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
350
490
  public static let dtThemePresenceColorBackgroundAvailable = UIColor(red: 0.322, green: 0.788, blue: 0.149, alpha: 1)
351
- public static let dtThemePresenceColorBackgroundBusy = UIColor(red: 1.000, green: 0.620, blue: 0.055, alpha: 1)
352
- public static let dtThemePresenceColorBackgroundBusyUnavailable = UIColor(red: 1.000, green: 0.075, blue: 0.337, alpha: 1)
353
- public static let dtThemePresenceColorBackgroundOffline = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
491
+ public static let dtThemePresenceColorBackgroundBusy = UIColor(red: 0.835, green: 0.498, blue: 0.000, alpha: 1)
492
+ public static let dtThemePresenceColorBackgroundBusyUnavailable = UIColor(red: 0.686, green: 0.000, blue: 0.196, alpha: 1)
493
+ public static let dtThemePresenceColorBackgroundOffline = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
354
494
  public static let dtThemeSidebarColorBackground = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
355
495
  public static let dtThemeSidebarColorForeground = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
356
496
  public static let dtThemeSidebarColorForegroundUnread = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 1)
@@ -0,0 +1,131 @@
1
+
2
+ //
3
+ // tokens-verdant-haze-dark.swift
4
+ //
5
+
6
+ // Do not edit directly, this file was auto-generated.
7
+
8
+
9
+ import UIKit
10
+
11
+ public enum DialtoneTokensVerdantHazeDark {
12
+ public static let dtAvatarColorBackground000 = UIColor(red: 0.878, green: 0.878, blue: 0.878, alpha: 1)
13
+ public static let dtAvatarColorBackground100 = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
14
+ public static let dtAvatarColorBackground1000 = UIColor(red: 0.714, green: 0.812, blue: 1.000, alpha: 1)
15
+ public static let dtAvatarColorBackground1100 = UIColor(red: 0.945, green: 0.718, blue: 0.910, alpha: 1)
16
+ public static let dtAvatarColorBackground1200 = UIColor(red: 0.925, green: 0.467, blue: 0.741, alpha: 1)
17
+ public static let dtAvatarColorBackground1300 = UIColor(red: 1.000, green: 0.404, blue: 0.745, alpha: 1)
18
+ public static let dtAvatarColorBackground1400 = UIColor(red: 0.973, green: 0.494, blue: 0.494, alpha: 1)
19
+ public static let dtAvatarColorBackground1500 = UIColor(red: 0.925, green: 0.659, blue: 0.467, alpha: 1)
20
+ public static let dtAvatarColorBackground1600 = UIColor(red: 1.000, green: 0.745, blue: 0.255, alpha: 1)
21
+ public static let dtAvatarColorBackground1700 = UIColor(red: 1.000, green: 0.839, blue: 0.275, alpha: 1)
22
+ public static let dtAvatarColorBackground1800 = UIColor(red: 0.945, green: 0.855, blue: 0.718, alpha: 1)
23
+ public static let dtAvatarColorBackground200 = UIColor(red: 0.667, green: 1.000, blue: 0.514, alpha: 1)
24
+ public static let dtAvatarColorBackground300 = UIColor(red: 0.678, green: 0.918, blue: 0.533, alpha: 1)
25
+ public static let dtAvatarColorBackground400 = UIColor(red: 0.467, green: 0.925, blue: 0.651, alpha: 1)
26
+ public static let dtAvatarColorBackground500 = UIColor(red: 0.478, green: 0.929, blue: 0.741, alpha: 1)
27
+ public static let dtAvatarColorBackground600 = UIColor(red: 0.467, green: 0.871, blue: 0.925, alpha: 1)
28
+ public static let dtAvatarColorBackground700 = UIColor(red: 0.369, green: 0.847, blue: 1.000, alpha: 1)
29
+ public static let dtAvatarColorBackground800 = UIColor(red: 0.600, green: 0.906, blue: 1.000, alpha: 1)
30
+ public static let dtAvatarColorBackground900 = UIColor(red: 0.318, green: 0.627, blue: 0.996, alpha: 1)
31
+ public static let dtAvatarColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
32
+ public static let dtBadgeColorBackgroundBulletin = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
33
+ public static let dtBadgeColorBackgroundBulletinSubtle = UIColor(red: 0.227, green: 0.114, blue: 0.584, alpha: 1)
34
+ public static let dtBadgeColorBackgroundCritical = UIColor(red: 0.392, green: 0.031, blue: 0.137, alpha: 1)
35
+ public static let dtBadgeColorBackgroundDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.180)
36
+ public static let dtBadgeColorBackgroundInfo = UIColor(red: 0.000, green: 0.192, blue: 0.396, alpha: 1)
37
+ public static let dtBadgeColorBackgroundSuccess = UIColor(red: 0.000, green: 0.310, blue: 0.180, alpha: 1)
38
+ public static let dtBadgeColorBackgroundWarning = UIColor(red: 0.325, green: 0.196, blue: 0.016, alpha: 1)
39
+ public static let dtBadgeColorBorderBulletinSubtle = UIColor(red: 0.565, green: 0.443, blue: 0.988, alpha: 0.600)
40
+ public static let dtBadgeColorBorderDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.141)
41
+ public static let dtBadgeColorForegroundAi = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
42
+ public static let dtBadgeColorForegroundBulletin = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
43
+ public static let dtBadgeColorForegroundBulletinSubtle = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
44
+ public static let dtBadgeColorForegroundDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
45
+ public static let dtButtonFontSizeLg = CGFloat(10.00) * 1.9
46
+ public static let dtButtonFontSizeMd = CGFloat(10.00) * 1.5
47
+ public static let dtButtonFontSizeSm = CGFloat(10.00) * 1.2
48
+ public static let dtButtonFontSizeXl = CGFloat(10.00) * 2.7
49
+ public static let dtButtonFontSizeXs = CGFloat(10.00) * 1.2
50
+ public static let dtButtonFontWeightLg = 500
51
+ public static let dtButtonFontWeightMd = 600
52
+ public static let dtButtonFontWeightSm = 600
53
+ public static let dtButtonFontWeightXl = 400
54
+ public static let dtButtonFontWeightXs = 600
55
+ public static let dtButtonLineHeightLg = CGFloat(120.00)
56
+ public static let dtButtonLineHeightMd = CGFloat(120.00)
57
+ public static let dtButtonLineHeightSm = CGFloat(120.00)
58
+ public static let dtButtonLineHeightXl = CGFloat(120.00)
59
+ public static let dtButtonLineHeightXs = CGFloat(120.00)
60
+ public static let dtButtonSizeRadiusLg = CGFloat(12.00)
61
+ public static let dtButtonSizeRadiusMd = CGFloat(8.00)
62
+ public static let dtButtonSizeRadiusSm = CGFloat(8.00)
63
+ public static let dtButtonSizeRadiusXl = CGFloat(16.00)
64
+ public static let dtButtonSizeRadiusXs = CGFloat(4.00)
65
+ public static let dtCheckboxColorBackgroundChecked = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
66
+ public static let dtCheckboxColorBorderChecked = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
67
+ public static let dtCheckboxColorBorderUnchecked = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.361)
68
+ public static let dtCheckboxColorBorderUncheckedHover = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.502)
69
+ public static let dtCheckboxColorForegroundChecked = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
70
+ public static let dtCheckboxColorForegroundDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
71
+ public static let dtCheckboxSizeHeight = CGFloat(16.00)
72
+ public static let dtCheckboxSizeRadius = CGFloat(4.00)
73
+ public static let dtCheckboxSizeWidth = CGFloat(16.00)
74
+ public static let dtIconSize100 = CGFloat(10.00) * 0.8 * 1.5
75
+ public static let dtIconSize200 = CGFloat(10.00) * 0.8 * 1.75
76
+ public static let dtIconSize300 = CGFloat(10.00) * 0.8 * 2.25
77
+ public static let dtIconSize400 = CGFloat(10.00) * 0.8 * 2.5
78
+ public static let dtIconSize500 = CGFloat(10.00) * 0.8 * 3
79
+ public static let dtIconSize600 = CGFloat(10.00) * 0.8 * 4
80
+ public static let dtIconSize700 = CGFloat(10.00) * 0.8 * 4.75
81
+ public static let dtIconSize800 = CGFloat(10.00) * 0.8 * 6
82
+ public static let dtIconSizeBorder100 = CGFloat(1.00)
83
+ public static let dtIconSizeBorder200 = CGFloat(1.00) * 1.25
84
+ public static let dtIconSizeBorder300 = CGFloat(1.00) * 1.5
85
+ public static let dtIconSizeBorder400 = CGFloat(1.00) * 1.75
86
+ public static let dtIconSizeBorder500 = CGFloat(1.00) * 1.75
87
+ public static let dtIconSizeBorder600 = CGFloat(1.00) * 2.5
88
+ public static let dtIconSizeBorder700 = CGFloat(1.00) * 2.75
89
+ public static let dtIconSizeBorder800 = CGFloat(1.00) * 3.5
90
+ public static let dtPresenceColorAvailable = UIColor(red: 0.518, green: 0.933, blue: 0.043, alpha: 1)
91
+ public static let dtPresenceColorBusy = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
92
+ public static let dtPresenceColorOffline = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
93
+ public static let dtPresenceColorUnavailable = UIColor(red: 1.000, green: 0.255, blue: 0.357, alpha: 1)
94
+ public static let dtRadioColorBackgroundChecked = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
95
+ public static let dtRadioColorBorderChecked = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
96
+ public static let dtRadioColorBorderUnchecked = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.361)
97
+ public static let dtRadioColorBorderUncheckedHover = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.502)
98
+ public static let dtRadioColorForegroundChecked = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
99
+ public static let dtRadioColorForegroundDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
100
+ public static let dtRadioSizeHeight = CGFloat(16.00)
101
+ public static let dtRadioSizeRadius = CGFloat(50.00)
102
+ public static let dtRadioSizeWidth = CGFloat(16.00)
103
+ public static let dtShellBaseActionColorBackgroundMuted = UIColor(red: 0.753, green: 0.792, blue: 0.682, alpha: 1)
104
+ public static let dtShellBaseActionColorBackgroundPrimary = UIColor(red: 0.753, green: 0.792, blue: 0.682, alpha: 1)
105
+ public static let dtShellBaseActionColorBackgroundSecondary = UIColor(red: 0.753, green: 0.792, blue: 0.682, alpha: 1)
106
+ public static let dtShellBaseColorAccent = UIColor(red: 0.247, green: 0.373, blue: 0.004, alpha: 1)
107
+ public static let dtShellBaseColorBorder = UIColor(red: 0.753, green: 0.792, blue: 0.682, alpha: 1)
108
+ public static let dtShellBaseColorForeground = UIColor(red: 0.929, green: 0.941, blue: 0.922, alpha: 1)
109
+ public static let dtShellBaseColorSurface = UIColor(red: 0.102, green: 0.133, blue: 0.078, alpha: 1)
110
+ public static let dtShellMentionColorForegroundPrimary = UIColor(red: 0.929, green: 0.941, blue: 0.922, alpha: 1)
111
+ public static let dtTypographyButtonLgFontFamily = UIFont.systemFont(ofSize: 15)
112
+ public static let dtTypographyButtonLgFontSize = CGFloat(10.00) * 1.9
113
+ public static let dtTypographyButtonLgFontWeight = 500
114
+ public static let dtTypographyButtonLgLineHeight = CGFloat(120.00)
115
+ public static let dtTypographyButtonMdFontFamily = UIFont.systemFont(ofSize: 15)
116
+ public static let dtTypographyButtonMdFontSize = CGFloat(10.00) * 1.5
117
+ public static let dtTypographyButtonMdFontWeight = 600
118
+ public static let dtTypographyButtonMdLineHeight = CGFloat(120.00)
119
+ public static let dtTypographyButtonSmFontFamily = UIFont.systemFont(ofSize: 15)
120
+ public static let dtTypographyButtonSmFontSize = CGFloat(10.00) * 1.2
121
+ public static let dtTypographyButtonSmFontWeight = 600
122
+ public static let dtTypographyButtonSmLineHeight = CGFloat(120.00)
123
+ public static let dtTypographyButtonXlFontFamily = UIFont.systemFont(ofSize: 15)
124
+ public static let dtTypographyButtonXlFontSize = CGFloat(10.00) * 2.7
125
+ public static let dtTypographyButtonXlFontWeight = 400
126
+ public static let dtTypographyButtonXlLineHeight = CGFloat(120.00)
127
+ public static let dtTypographyButtonXsFontFamily = UIFont.systemFont(ofSize: 15)
128
+ public static let dtTypographyButtonXsFontSize = CGFloat(10.00) * 1.2
129
+ public static let dtTypographyButtonXsFontWeight = 600
130
+ public static let dtTypographyButtonXsLineHeight = CGFloat(120.00)
131
+ }
@@ -0,0 +1,131 @@
1
+
2
+ //
3
+ // tokens-verdant-haze-light.swift
4
+ //
5
+
6
+ // Do not edit directly, this file was auto-generated.
7
+
8
+
9
+ import UIKit
10
+
11
+ public enum DialtoneTokensVerdantHazeLight {
12
+ public static let dtAvatarColorBackground000 = UIColor(red: 0.878, green: 0.878, blue: 0.878, alpha: 1)
13
+ public static let dtAvatarColorBackground100 = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
14
+ public static let dtAvatarColorBackground1000 = UIColor(red: 0.714, green: 0.812, blue: 1.000, alpha: 1)
15
+ public static let dtAvatarColorBackground1100 = UIColor(red: 0.945, green: 0.718, blue: 0.910, alpha: 1)
16
+ public static let dtAvatarColorBackground1200 = UIColor(red: 0.925, green: 0.467, blue: 0.741, alpha: 1)
17
+ public static let dtAvatarColorBackground1300 = UIColor(red: 1.000, green: 0.404, blue: 0.745, alpha: 1)
18
+ public static let dtAvatarColorBackground1400 = UIColor(red: 0.973, green: 0.494, blue: 0.494, alpha: 1)
19
+ public static let dtAvatarColorBackground1500 = UIColor(red: 0.925, green: 0.659, blue: 0.467, alpha: 1)
20
+ public static let dtAvatarColorBackground1600 = UIColor(red: 1.000, green: 0.745, blue: 0.255, alpha: 1)
21
+ public static let dtAvatarColorBackground1700 = UIColor(red: 1.000, green: 0.839, blue: 0.275, alpha: 1)
22
+ public static let dtAvatarColorBackground1800 = UIColor(red: 0.945, green: 0.855, blue: 0.718, alpha: 1)
23
+ public static let dtAvatarColorBackground200 = UIColor(red: 0.667, green: 1.000, blue: 0.514, alpha: 1)
24
+ public static let dtAvatarColorBackground300 = UIColor(red: 0.678, green: 0.918, blue: 0.533, alpha: 1)
25
+ public static let dtAvatarColorBackground400 = UIColor(red: 0.467, green: 0.925, blue: 0.651, alpha: 1)
26
+ public static let dtAvatarColorBackground500 = UIColor(red: 0.478, green: 0.929, blue: 0.741, alpha: 1)
27
+ public static let dtAvatarColorBackground600 = UIColor(red: 0.467, green: 0.871, blue: 0.925, alpha: 1)
28
+ public static let dtAvatarColorBackground700 = UIColor(red: 0.369, green: 0.847, blue: 1.000, alpha: 1)
29
+ public static let dtAvatarColorBackground800 = UIColor(red: 0.600, green: 0.906, blue: 1.000, alpha: 1)
30
+ public static let dtAvatarColorBackground900 = UIColor(red: 0.318, green: 0.627, blue: 0.996, alpha: 1)
31
+ public static let dtAvatarColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
32
+ public static let dtBadgeColorBackgroundBulletin = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
33
+ public static let dtBadgeColorBackgroundBulletinSubtle = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 1)
34
+ public static let dtBadgeColorBackgroundCritical = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 1)
35
+ public static let dtBadgeColorBackgroundDefault = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.102)
36
+ public static let dtBadgeColorBackgroundInfo = UIColor(red: 0.741, green: 0.910, blue: 1.000, alpha: 1)
37
+ public static let dtBadgeColorBackgroundSuccess = UIColor(red: 0.859, green: 1.000, blue: 0.663, alpha: 1)
38
+ public static let dtBadgeColorBackgroundWarning = UIColor(red: 1.000, green: 0.910, blue: 0.612, alpha: 1)
39
+ public static let dtBadgeColorBorderBulletinSubtle = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 0.502)
40
+ public static let dtBadgeColorBorderDefault = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.110)
41
+ public static let dtBadgeColorForegroundAi = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
42
+ public static let dtBadgeColorForegroundBulletin = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
43
+ public static let dtBadgeColorForegroundBulletinSubtle = UIColor(red: 0.227, green: 0.114, blue: 0.584, alpha: 1)
44
+ public static let dtBadgeColorForegroundDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
45
+ public static let dtButtonFontSizeLg = CGFloat(10.00) * 1.9
46
+ public static let dtButtonFontSizeMd = CGFloat(10.00) * 1.5
47
+ public static let dtButtonFontSizeSm = CGFloat(10.00) * 1.2
48
+ public static let dtButtonFontSizeXl = CGFloat(10.00) * 2.7
49
+ public static let dtButtonFontSizeXs = CGFloat(10.00) * 1.2
50
+ public static let dtButtonFontWeightLg = 500
51
+ public static let dtButtonFontWeightMd = 600
52
+ public static let dtButtonFontWeightSm = 600
53
+ public static let dtButtonFontWeightXl = 400
54
+ public static let dtButtonFontWeightXs = 600
55
+ public static let dtButtonLineHeightLg = CGFloat(120.00)
56
+ public static let dtButtonLineHeightMd = CGFloat(120.00)
57
+ public static let dtButtonLineHeightSm = CGFloat(120.00)
58
+ public static let dtButtonLineHeightXl = CGFloat(120.00)
59
+ public static let dtButtonLineHeightXs = CGFloat(120.00)
60
+ public static let dtButtonSizeRadiusLg = CGFloat(12.00)
61
+ public static let dtButtonSizeRadiusMd = CGFloat(8.00)
62
+ public static let dtButtonSizeRadiusSm = CGFloat(8.00)
63
+ public static let dtButtonSizeRadiusXl = CGFloat(16.00)
64
+ public static let dtButtonSizeRadiusXs = CGFloat(4.00)
65
+ public static let dtCheckboxColorBackgroundChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
66
+ public static let dtCheckboxColorBorderChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
67
+ public static let dtCheckboxColorBorderUnchecked = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.302)
68
+ public static let dtCheckboxColorBorderUncheckedHover = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.502)
69
+ public static let dtCheckboxColorForegroundChecked = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
70
+ public static let dtCheckboxColorForegroundDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
71
+ public static let dtCheckboxSizeHeight = CGFloat(16.00)
72
+ public static let dtCheckboxSizeRadius = CGFloat(4.00)
73
+ public static let dtCheckboxSizeWidth = CGFloat(16.00)
74
+ public static let dtIconSize100 = CGFloat(10.00) * 0.8 * 1.5
75
+ public static let dtIconSize200 = CGFloat(10.00) * 0.8 * 1.75
76
+ public static let dtIconSize300 = CGFloat(10.00) * 0.8 * 2.25
77
+ public static let dtIconSize400 = CGFloat(10.00) * 0.8 * 2.5
78
+ public static let dtIconSize500 = CGFloat(10.00) * 0.8 * 3
79
+ public static let dtIconSize600 = CGFloat(10.00) * 0.8 * 4
80
+ public static let dtIconSize700 = CGFloat(10.00) * 0.8 * 4.75
81
+ public static let dtIconSize800 = CGFloat(10.00) * 0.8 * 6
82
+ public static let dtIconSizeBorder100 = CGFloat(1.00)
83
+ public static let dtIconSizeBorder200 = CGFloat(1.00) * 1.25
84
+ public static let dtIconSizeBorder300 = CGFloat(1.00) * 1.5
85
+ public static let dtIconSizeBorder400 = CGFloat(1.00) * 1.75
86
+ public static let dtIconSizeBorder500 = CGFloat(1.00) * 1.75
87
+ public static let dtIconSizeBorder600 = CGFloat(1.00) * 2.5
88
+ public static let dtIconSizeBorder700 = CGFloat(1.00) * 2.75
89
+ public static let dtIconSizeBorder800 = CGFloat(1.00) * 3.5
90
+ public static let dtPresenceColorAvailable = UIColor(red: 0.180, green: 0.659, blue: 0.204, alpha: 1)
91
+ public static let dtPresenceColorBusy = UIColor(red: 1.000, green: 0.620, blue: 0.055, alpha: 1)
92
+ public static let dtPresenceColorOffline = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
93
+ public static let dtPresenceColorUnavailable = UIColor(red: 0.851, green: 0.039, blue: 0.271, alpha: 1)
94
+ public static let dtRadioColorBackgroundChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
95
+ public static let dtRadioColorBorderChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
96
+ public static let dtRadioColorBorderUnchecked = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.302)
97
+ public static let dtRadioColorBorderUncheckedHover = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.502)
98
+ public static let dtRadioColorForegroundChecked = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
99
+ public static let dtRadioColorForegroundDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
100
+ public static let dtRadioSizeHeight = CGFloat(16.00)
101
+ public static let dtRadioSizeRadius = CGFloat(50.00)
102
+ public static let dtRadioSizeWidth = CGFloat(16.00)
103
+ public static let dtShellBaseActionColorBackgroundMuted = UIColor(red: 0.247, green: 0.373, blue: 0.004, alpha: 1)
104
+ public static let dtShellBaseActionColorBackgroundPrimary = UIColor(red: 0.247, green: 0.373, blue: 0.004, alpha: 1)
105
+ public static let dtShellBaseActionColorBackgroundSecondary = UIColor(red: 0.247, green: 0.373, blue: 0.004, alpha: 1)
106
+ public static let dtShellBaseColorAccent = UIColor(red: 0.753, green: 0.792, blue: 0.682, alpha: 1)
107
+ public static let dtShellBaseColorBorder = UIColor(red: 0.204, green: 0.275, blue: 0.149, alpha: 1)
108
+ public static let dtShellBaseColorForeground = UIColor(red: 0.102, green: 0.133, blue: 0.078, alpha: 1)
109
+ public static let dtShellBaseColorSurface = UIColor(red: 0.929, green: 0.941, blue: 0.922, alpha: 1)
110
+ public static let dtShellMentionColorForegroundPrimary = UIColor(red: 0.102, green: 0.133, blue: 0.078, alpha: 1)
111
+ public static let dtTypographyButtonLgFontFamily = UIFont.systemFont(ofSize: 15)
112
+ public static let dtTypographyButtonLgFontSize = CGFloat(10.00) * 1.9
113
+ public static let dtTypographyButtonLgFontWeight = 500
114
+ public static let dtTypographyButtonLgLineHeight = CGFloat(120.00)
115
+ public static let dtTypographyButtonMdFontFamily = UIFont.systemFont(ofSize: 15)
116
+ public static let dtTypographyButtonMdFontSize = CGFloat(10.00) * 1.5
117
+ public static let dtTypographyButtonMdFontWeight = 600
118
+ public static let dtTypographyButtonMdLineHeight = CGFloat(120.00)
119
+ public static let dtTypographyButtonSmFontFamily = UIFont.systemFont(ofSize: 15)
120
+ public static let dtTypographyButtonSmFontSize = CGFloat(10.00) * 1.2
121
+ public static let dtTypographyButtonSmFontWeight = 600
122
+ public static let dtTypographyButtonSmLineHeight = CGFloat(120.00)
123
+ public static let dtTypographyButtonXlFontFamily = UIFont.systemFont(ofSize: 15)
124
+ public static let dtTypographyButtonXlFontSize = CGFloat(10.00) * 2.7
125
+ public static let dtTypographyButtonXlFontWeight = 400
126
+ public static let dtTypographyButtonXlLineHeight = CGFloat(120.00)
127
+ public static let dtTypographyButtonXsFontFamily = UIFont.systemFont(ofSize: 15)
128
+ public static let dtTypographyButtonXsFontSize = CGFloat(10.00) * 1.2
129
+ public static let dtTypographyButtonXsFontWeight = 600
130
+ public static let dtTypographyButtonXsLineHeight = CGFloat(120.00)
131
+ }