@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.
- package/dist/android/java/tokens-aegean-dark.kt +133 -0
- package/dist/android/java/tokens-aegean-light.kt +133 -0
- package/dist/android/java/tokens-botany-dark.kt +134 -0
- package/dist/android/java/tokens-botany-light.kt +132 -0
- package/dist/android/java/tokens-buttercream-dark.kt +134 -0
- package/dist/android/java/tokens-buttercream-light.kt +723 -0
- package/dist/android/java/tokens-ceruleo-dark.kt +136 -0
- package/dist/android/java/tokens-ceruleo-default.kt +136 -0
- package/dist/android/java/tokens-deca-dark.kt +4 -422
- package/dist/android/java/tokens-deca-light.kt +4 -423
- package/dist/android/java/tokens-dp-dark.kt +182 -18
- package/dist/android/java/tokens-dp-light.kt +143 -3
- package/dist/android/java/tokens-expressive-dark.kt +178 -18
- package/dist/android/java/tokens-expressive-light.kt +143 -3
- package/dist/android/java/tokens-expressive-sm-dark.kt +182 -18
- package/dist/android/java/tokens-expressive-sm-light.kt +143 -3
- package/dist/android/java/tokens-high-desert-dark.kt +133 -0
- package/dist/android/java/tokens-high-desert-light.kt +133 -0
- package/dist/android/java/tokens-melon-dark.kt +133 -0
- package/dist/android/java/tokens-melon-light.kt +133 -0
- package/dist/android/java/tokens-plum-dark.kt +132 -0
- package/dist/android/java/tokens-plum-light.kt +132 -0
- package/dist/android/java/tokens-sunflower-dark.kt +133 -0
- package/dist/android/java/tokens-sunflower-light.kt +133 -0
- package/dist/android/java/tokens-tmo-dark.kt +219 -55
- package/dist/android/java/tokens-tmo-light.kt +185 -45
- package/dist/android/java/tokens-verdant-haze-dark.kt +134 -0
- package/dist/android/java/tokens-verdant-haze-light.kt +134 -0
- package/dist/android/res/values/colors-aegean-dark.xml +63 -0
- package/dist/android/res/values/colors-aegean-light.xml +63 -0
- package/dist/android/res/values/colors-botany-dark.xml +64 -0
- package/dist/android/res/values/colors-botany-light.xml +62 -0
- package/dist/android/res/values/colors-buttercream-dark.xml +64 -0
- package/dist/android/res/values/colors-buttercream-light.xml +455 -0
- package/dist/android/res/values/colors-ceruleo-dark.xml +66 -0
- package/dist/android/res/values/colors-ceruleo-default.xml +66 -0
- package/dist/android/res/values/colors-deca-dark.xml +4 -224
- package/dist/android/res/values/colors-deca-light.xml +4 -225
- package/dist/android/res/values/colors-dp-dark.xml +182 -18
- package/dist/android/res/values/colors-dp-light.xml +143 -3
- package/dist/android/res/values/colors-expressive-dark.xml +178 -18
- package/dist/android/res/values/colors-expressive-light.xml +143 -3
- package/dist/android/res/values/colors-expressive-sm-dark.xml +182 -18
- package/dist/android/res/values/colors-expressive-sm-light.xml +143 -3
- package/dist/android/res/values/colors-high-desert-dark.xml +63 -0
- package/dist/android/res/values/colors-high-desert-light.xml +63 -0
- package/dist/android/res/values/colors-melon-dark.xml +63 -0
- package/dist/android/res/values/colors-melon-light.xml +63 -0
- package/dist/android/res/values/colors-plum-dark.xml +62 -0
- package/dist/android/res/values/colors-plum-light.xml +62 -0
- package/dist/android/res/values/colors-sunflower-dark.xml +63 -0
- package/dist/android/res/values/colors-sunflower-light.xml +63 -0
- package/dist/android/res/values/colors-tmo-dark.xml +219 -55
- package/dist/android/res/values/colors-tmo-light.xml +185 -45
- package/dist/android/res/values/colors-verdant-haze-dark.xml +64 -0
- package/dist/android/res/values/colors-verdant-haze-light.xml +64 -0
- package/dist/android/res/values/dimens.xml +32 -219
- package/dist/css/tokens-aegean-dark.css +467 -0
- package/dist/css/tokens-aegean-light.css +467 -0
- package/dist/css/tokens-base-dark.css +8 -8
- package/dist/css/tokens-base-deca-dark.css +8 -8
- package/dist/css/tokens-botany-dark.css +474 -0
- package/dist/css/tokens-botany-light.css +460 -0
- package/dist/css/tokens-buttercream-dark.css +474 -0
- package/dist/css/tokens-buttercream-light.css +3476 -0
- package/dist/css/tokens-ceruleo-dark.css +488 -0
- package/dist/css/tokens-ceruleo-default.css +488 -0
- package/dist/css/tokens-debug-dp.css +986 -6
- package/dist/css/tokens-deca-dark.css +41 -1846
- package/dist/css/tokens-deca-light.css +62 -1874
- package/dist/css/tokens-dp-dark.css +1259 -111
- package/dist/css/tokens-dp-light.css +1001 -21
- package/dist/css/tokens-expressive-dark.css +1231 -111
- package/dist/css/tokens-expressive-light.css +1001 -21
- package/dist/css/tokens-expressive-sm-dark.css +1259 -111
- package/dist/css/tokens-expressive-sm-light.css +1001 -21
- package/dist/css/tokens-high-desert-dark.css +467 -0
- package/dist/css/tokens-high-desert-light.css +467 -0
- package/dist/css/tokens-melon-dark.css +467 -0
- package/dist/css/tokens-melon-light.css +467 -0
- package/dist/css/tokens-plum-dark.css +460 -0
- package/dist/css/tokens-plum-light.css +460 -0
- package/dist/css/tokens-sunflower-dark.css +467 -0
- package/dist/css/tokens-sunflower-light.css +467 -0
- package/dist/css/tokens-tmo-dark.css +1511 -363
- package/dist/css/tokens-tmo-light.css +1295 -315
- package/dist/css/tokens-verdant-haze-dark.css +474 -0
- package/dist/css/tokens-verdant-haze-light.css +474 -0
- package/dist/doc.json +204128 -129420
- package/dist/ios/tokens-aegean-dark.swift +130 -0
- package/dist/ios/tokens-aegean-light.swift +130 -0
- package/dist/ios/tokens-botany-dark.swift +131 -0
- package/dist/ios/tokens-botany-light.swift +129 -0
- package/dist/ios/tokens-buttercream-dark.swift +131 -0
- package/dist/ios/tokens-buttercream-light.swift +720 -0
- package/dist/ios/tokens-ceruleo-dark.swift +133 -0
- package/dist/ios/tokens-ceruleo-default.swift +133 -0
- package/dist/ios/tokens-deca-dark.swift +4 -422
- package/dist/ios/tokens-deca-light.swift +4 -423
- package/dist/ios/tokens-dp-dark.swift +182 -18
- package/dist/ios/tokens-dp-light.swift +143 -3
- package/dist/ios/tokens-expressive-dark.swift +178 -18
- package/dist/ios/tokens-expressive-light.swift +143 -3
- package/dist/ios/tokens-expressive-sm-dark.swift +182 -18
- package/dist/ios/tokens-expressive-sm-light.swift +143 -3
- package/dist/ios/tokens-high-desert-dark.swift +130 -0
- package/dist/ios/tokens-high-desert-light.swift +130 -0
- package/dist/ios/tokens-melon-dark.swift +130 -0
- package/dist/ios/tokens-melon-light.swift +130 -0
- package/dist/ios/tokens-plum-dark.swift +129 -0
- package/dist/ios/tokens-plum-light.swift +129 -0
- package/dist/ios/tokens-sunflower-dark.swift +130 -0
- package/dist/ios/tokens-sunflower-light.swift +130 -0
- package/dist/ios/tokens-tmo-dark.swift +219 -55
- package/dist/ios/tokens-tmo-light.swift +185 -45
- package/dist/ios/tokens-verdant-haze-dark.swift +131 -0
- package/dist/ios/tokens-verdant-haze-light.swift +131 -0
- package/dist/less/tokens-aegean-dark.less +122 -0
- package/dist/less/tokens-aegean-light.less +122 -0
- package/dist/less/tokens-base-dark.less +8 -8
- package/dist/less/tokens-base-deca-dark.less +8 -8
- package/dist/less/tokens-botany-dark.less +123 -0
- package/dist/less/tokens-botany-light.less +121 -0
- package/dist/less/tokens-buttercream-dark.less +123 -0
- package/dist/less/tokens-buttercream-light.less +714 -0
- package/dist/less/tokens-ceruleo-dark.less +125 -0
- package/dist/less/tokens-ceruleo-default.less +125 -0
- package/dist/less/tokens-deca-dark.less +16 -436
- package/dist/less/tokens-deca-light.less +36 -457
- package/dist/less/tokens-dp-dark.less +200 -36
- package/dist/less/tokens-dp-light.less +143 -3
- package/dist/less/tokens-expressive-dark.less +196 -36
- package/dist/less/tokens-expressive-light.less +143 -3
- package/dist/less/tokens-expressive-sm-dark.less +200 -36
- package/dist/less/tokens-expressive-sm-light.less +143 -3
- package/dist/less/tokens-high-desert-dark.less +122 -0
- package/dist/less/tokens-high-desert-light.less +122 -0
- package/dist/less/tokens-melon-dark.less +122 -0
- package/dist/less/tokens-melon-light.less +122 -0
- package/dist/less/tokens-plum-dark.less +121 -0
- package/dist/less/tokens-plum-light.less +121 -0
- package/dist/less/tokens-sunflower-dark.less +122 -0
- package/dist/less/tokens-sunflower-light.less +122 -0
- package/dist/less/tokens-tmo-dark.less +236 -72
- package/dist/less/tokens-tmo-light.less +185 -45
- package/dist/less/tokens-verdant-haze-dark.less +123 -0
- package/dist/less/tokens-verdant-haze-light.less +123 -0
- package/dist/themes/chunks/{tokens-base-dark-CLL9Sz8C.js → tokens-base-dark-CsHhZ6Yf.js} +1 -1
- package/dist/themes/chunks/{tokens-base-dark-CKvoqrK2.js → tokens-base-dark-Db7N5w7K.js} +1 -1
- package/dist/themes/debug.cjs +1 -1
- package/dist/themes/debug.js +1 -1
- package/dist/themes/dp-dark.cjs +1 -1
- package/dist/themes/dp-dark.js +3 -3
- package/dist/themes/dp-deca-dark.cjs +1 -1
- package/dist/themes/dp-deca-dark.js +3 -3
- package/dist/themes/dp-deca-light.cjs +1 -1
- package/dist/themes/dp-deca-light.js +4 -4
- package/dist/themes/dp-light.cjs +1 -1
- package/dist/themes/dp-light.js +2 -2
- package/dist/themes/expressive-dark.cjs +1 -1
- package/dist/themes/expressive-dark.js +2 -2
- package/dist/themes/expressive-light.cjs +1 -1
- package/dist/themes/expressive-light.js +1 -1
- package/dist/themes/expressive-sm-dark.cjs +1 -1
- package/dist/themes/expressive-sm-dark.js +2 -2
- package/dist/themes/expressive-sm-light.cjs +1 -1
- package/dist/themes/expressive-sm-light.js +1 -1
- package/dist/themes/tmo-dark.cjs +1 -1
- package/dist/themes/tmo-dark.js +3 -3
- package/dist/themes/tmo-light.cjs +1 -1
- package/dist/themes/tmo-light.js +2 -2
- package/dist/tokens-aegean-dark.json +121 -0
- package/dist/tokens-aegean-light.json +121 -0
- package/dist/tokens-base-dark.json +8 -8
- package/dist/tokens-base-deca-dark.json +8 -8
- package/dist/tokens-botany-dark.json +122 -0
- package/dist/tokens-botany-light.json +120 -0
- package/dist/tokens-buttercream-dark.json +122 -0
- package/dist/tokens-buttercream-light.json +713 -0
- package/dist/tokens-ceruleo-dark.json +124 -0
- package/dist/tokens-ceruleo-default.json +124 -0
- package/dist/tokens-deca-dark.json +5 -425
- package/dist/tokens-deca-light.json +4 -425
- package/dist/tokens-dp-dark.json +199 -35
- package/dist/tokens-dp-light.json +143 -3
- package/dist/tokens-expressive-dark.json +195 -35
- package/dist/tokens-expressive-light.json +143 -3
- package/dist/tokens-expressive-sm-dark.json +199 -35
- package/dist/tokens-expressive-sm-light.json +143 -3
- package/dist/tokens-high-desert-dark.json +121 -0
- package/dist/tokens-high-desert-light.json +121 -0
- package/dist/tokens-melon-dark.json +121 -0
- package/dist/tokens-melon-light.json +121 -0
- package/dist/tokens-plum-dark.json +120 -0
- package/dist/tokens-plum-light.json +120 -0
- package/dist/tokens-sunflower-dark.json +121 -0
- package/dist/tokens-sunflower-light.json +121 -0
- package/dist/tokens-tmo-dark.json +234 -70
- package/dist/tokens-tmo-light.json +185 -45
- package/dist/tokens-verdant-haze-dark.json +122 -0
- package/dist/tokens-verdant-haze-light.json +122 -0
- package/package.json +1 -1
|
@@ -9,42 +9,42 @@
|
|
|
9
9
|
import UIKit
|
|
10
10
|
|
|
11
11
|
public enum DialtoneTokensTmoDark {
|
|
12
|
-
public static let dtActionColorBackgroundBaseActive = UIColor(red: 0.
|
|
12
|
+
public static let dtActionColorBackgroundBaseActive = UIColor(red: 0.102, green: 0.004, blue: 0.298, alpha: 0.702)
|
|
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.
|
|
15
|
-
public static let dtActionColorBackgroundBasePrimaryActive = UIColor(red:
|
|
16
|
-
public static let dtActionColorBackgroundBasePrimaryDefault = UIColor(red:
|
|
17
|
-
public static let dtActionColorBackgroundBasePrimaryHover = UIColor(red:
|
|
18
|
-
public static let dtActionColorBackgroundCriticalActive = UIColor(red: 0.
|
|
14
|
+
public static let dtActionColorBackgroundBaseHover = UIColor(red: 0.114, green: 0.004, blue: 0.333, alpha: 0.702)
|
|
15
|
+
public static let dtActionColorBackgroundBasePrimaryActive = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
16
|
+
public static let dtActionColorBackgroundBasePrimaryDefault = UIColor(red: 0.565, green: 0.443, blue: 0.988, alpha: 1)
|
|
17
|
+
public static let dtActionColorBackgroundBasePrimaryHover = UIColor(red: 0.639, green: 0.561, blue: 0.976, alpha: 1)
|
|
18
|
+
public static let dtActionColorBackgroundCriticalActive = UIColor(red: 0.514, green: 0.078, blue: 0.204, alpha: 0.200)
|
|
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: 0.576, green: 0.090, blue: 0.227, alpha: 0.200)
|
|
21
|
-
public static let dtActionColorBackgroundCriticalPrimaryActive = UIColor(red: 1.000, green: 0.
|
|
22
|
-
public static let dtActionColorBackgroundCriticalPrimaryDefault = UIColor(red:
|
|
23
|
-
public static let dtActionColorBackgroundCriticalPrimaryHover = UIColor(red: 1.000, green: 0.
|
|
21
|
+
public static let dtActionColorBackgroundCriticalPrimaryActive = UIColor(red: 1.000, green: 0.255, blue: 0.357, alpha: 1)
|
|
22
|
+
public static let dtActionColorBackgroundCriticalPrimaryDefault = UIColor(red: 0.851, green: 0.039, blue: 0.271, alpha: 1)
|
|
23
|
+
public static let dtActionColorBackgroundCriticalPrimaryHover = UIColor(red: 1.000, green: 0.075, blue: 0.337, alpha: 1)
|
|
24
24
|
public static let dtActionColorBackgroundDisabledDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.302)
|
|
25
25
|
public static let dtActionColorBackgroundInvertedActive = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.180)
|
|
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: 0.000, green: 0.000, blue: 0.000, alpha: 0.110)
|
|
28
|
-
public static let dtActionColorBackgroundInvertedPrimaryActive = UIColor(red: 0.
|
|
29
|
-
public static let dtActionColorBackgroundInvertedPrimaryDefault = UIColor(red: 0.
|
|
30
|
-
public static let dtActionColorBackgroundInvertedPrimaryHover = UIColor(red: 0.
|
|
31
|
-
public static let dtActionColorBackgroundMutedActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.
|
|
28
|
+
public static let dtActionColorBackgroundInvertedPrimaryActive = UIColor(red: 0.227, green: 0.114, blue: 0.584, alpha: 1)
|
|
29
|
+
public static let dtActionColorBackgroundInvertedPrimaryDefault = UIColor(red: 0.090, green: 0.090, blue: 0.090, alpha: 1)
|
|
30
|
+
public static let dtActionColorBackgroundInvertedPrimaryHover = UIColor(red: 0.114, green: 0.004, blue: 0.333, alpha: 1)
|
|
31
|
+
public static let dtActionColorBackgroundMutedActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, 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.902, green: 0.902, blue: 0.902, alpha: 0.180)
|
|
34
|
-
public static let dtActionColorBackgroundPositiveActive = UIColor(red: 0.000, green: 0.
|
|
34
|
+
public static let dtActionColorBackgroundPositiveActive = UIColor(red: 0.000, green: 0.216, blue: 0.125, alpha: 0.278)
|
|
35
35
|
public static let dtActionColorBackgroundPositiveDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
36
36
|
public static let dtActionColorBackgroundPositiveHover = UIColor(red: 0.000, green: 0.310, blue: 0.180, alpha: 0.278)
|
|
37
|
-
public static let dtActionColorBackgroundPositivePrimaryActive = UIColor(red: 0.
|
|
37
|
+
public static let dtActionColorBackgroundPositivePrimaryActive = UIColor(red: 0.765, green: 1.000, blue: 0.302, alpha: 1)
|
|
38
38
|
public static let dtActionColorBackgroundPositivePrimaryDefault = UIColor(red: 0.682, green: 0.984, blue: 0.235, alpha: 1)
|
|
39
39
|
public static let dtActionColorBackgroundPositivePrimaryHover = UIColor(red: 0.820, green: 1.000, blue: 0.463, alpha: 1)
|
|
40
|
-
public static let dtActionColorBorderBaseOutlinedDefault = UIColor(red:
|
|
40
|
+
public static let dtActionColorBorderBaseOutlinedDefault = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
41
41
|
public static let dtActionColorBorderCriticalOutlinedDefault = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
42
42
|
public static let dtActionColorBorderInvertedOutlinedDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.180)
|
|
43
43
|
public static let dtActionColorBorderMutedOutlinedDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.220)
|
|
44
44
|
public static let dtActionColorBorderPositiveOutlinedDefault = UIColor(red: 0.820, green: 1.000, blue: 0.463, alpha: 1)
|
|
45
|
-
public static let dtActionColorForegroundBaseActive = UIColor(red:
|
|
46
|
-
public static let dtActionColorForegroundBaseDefault = UIColor(red:
|
|
47
|
-
public static let dtActionColorForegroundBaseHover = UIColor(red:
|
|
45
|
+
public static let dtActionColorForegroundBaseActive = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 1)
|
|
46
|
+
public static let dtActionColorForegroundBaseDefault = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
47
|
+
public static let dtActionColorForegroundBaseHover = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 1)
|
|
48
48
|
public static let dtActionColorForegroundBasePrimaryDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
49
49
|
public static let dtActionColorForegroundCriticalActive = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 1)
|
|
50
50
|
public static let dtActionColorForegroundCriticalDefault = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
@@ -54,9 +54,9 @@ public enum DialtoneTokensTmoDark {
|
|
|
54
54
|
public static let dtActionColorForegroundInvertedActive = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
55
55
|
public static let dtActionColorForegroundInvertedDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
56
56
|
public static let dtActionColorForegroundInvertedHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
57
|
-
public static let dtActionColorForegroundInvertedPrimaryActive = UIColor(red:
|
|
58
|
-
public static let dtActionColorForegroundInvertedPrimaryDefault = UIColor(red:
|
|
59
|
-
public static let dtActionColorForegroundInvertedPrimaryHover = UIColor(red:
|
|
57
|
+
public static let dtActionColorForegroundInvertedPrimaryActive = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 1)
|
|
58
|
+
public static let dtActionColorForegroundInvertedPrimaryDefault = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
59
|
+
public static let dtActionColorForegroundInvertedPrimaryHover = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 1)
|
|
60
60
|
public static let dtActionColorForegroundMutedActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
61
61
|
public static let dtActionColorForegroundMutedDefault = UIColor(red: 0.780, green: 0.780, blue: 0.780, alpha: 1)
|
|
62
62
|
public static let dtActionColorForegroundMutedHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
@@ -84,7 +84,7 @@ public enum DialtoneTokensTmoDark {
|
|
|
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:
|
|
87
|
+
public static let dtBadgeColorBackgroundBulletin = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
88
88
|
public static let dtBadgeColorBackgroundBulletinSubtle = UIColor(red: 0.227, green: 0.114, blue: 0.584, alpha: 1)
|
|
89
89
|
public static let dtBadgeColorBackgroundCritical = UIColor(red: 0.392, green: 0.031, blue: 0.137, alpha: 1)
|
|
90
90
|
public static let dtBadgeColorBackgroundDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.180)
|
|
@@ -117,8 +117,8 @@ public enum DialtoneTokensTmoDark {
|
|
|
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:
|
|
121
|
-
public static let dtCheckboxColorBorderChecked = UIColor(red:
|
|
120
|
+
public static let dtCheckboxColorBackgroundChecked = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
121
|
+
public static let dtCheckboxColorBorderChecked = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
122
122
|
public static let dtCheckboxColorBorderUnchecked = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.361)
|
|
123
123
|
public static let dtCheckboxColorBorderUncheckedHover = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.502)
|
|
124
124
|
public static let dtCheckboxColorForegroundChecked = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
@@ -126,15 +126,28 @@ public enum DialtoneTokensTmoDark {
|
|
|
126
126
|
public static let dtCheckboxSizeHeight = CGFloat(16.00)
|
|
127
127
|
public static let dtCheckboxSizeRadius = CGFloat(4.00)
|
|
128
128
|
public static let dtCheckboxSizeWidth = CGFloat(16.00)
|
|
129
|
+
public static let dtColorActionColorBackgroundBaseActive = UIColor(red: 0.114, green: 0.004, blue: 0.333, alpha: 0.302)
|
|
130
|
+
public static let dtColorActionColorBackgroundBaseHover = UIColor(red: 0.565, green: 0.443, blue: 0.988, alpha: 0.200)
|
|
131
|
+
public static let dtColorActionColorBackgroundBasePrimaryActive = UIColor(red: 0.565, green: 0.443, blue: 0.988, alpha: 1)
|
|
132
|
+
public static let dtColorActionColorBackgroundBasePrimaryDefault = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
133
|
+
public static let dtColorActionColorBackgroundBasePrimaryHover = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 1)
|
|
134
|
+
public static let dtColorActionColorBackgroundCriticalActive = UIColor(red: 0.863, green: 0.133, blue: 0.341, alpha: 0.200)
|
|
135
|
+
public static let dtColorActionColorBackgroundCriticalPrimaryActive = UIColor(red: 0.851, green: 0.039, blue: 0.271, alpha: 1)
|
|
136
|
+
public static let dtColorActionColorBackgroundCriticalPrimaryDefault = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
137
|
+
public static let dtColorActionColorBackgroundCriticalPrimaryHover = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 1)
|
|
138
|
+
public static let dtColorActionColorBackgroundMutedActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.302)
|
|
139
|
+
public static let dtColorActionColorBackgroundMutedHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.180)
|
|
140
|
+
public static let dtColorActionColorBackgroundPositiveActive = UIColor(red: 0.000, green: 0.733, blue: 0.424, alpha: 0.278)
|
|
141
|
+
public static let dtColorActionColorBackgroundPositivePrimaryActive = UIColor(red: 0.682, green: 0.984, blue: 0.235, alpha: 1)
|
|
129
142
|
public static let dtColorBorderAccent = UIColor(red: 1.000, green: 0.106, blue: 0.643, alpha: 1)
|
|
130
143
|
public static let dtColorBorderBold = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.502)
|
|
131
144
|
public static let dtColorBorderBoldInverted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.502)
|
|
132
|
-
public static let dtColorBorderBrand = UIColor(red:
|
|
133
|
-
public static let dtColorBorderBrandInverted = UIColor(red: 0.
|
|
134
|
-
public static let dtColorBorderBrandStrong = UIColor(red:
|
|
135
|
-
public static let dtColorBorderBrandStrongInverted = UIColor(red: 0.
|
|
136
|
-
public static let dtColorBorderBrandSubtle = UIColor(red:
|
|
137
|
-
public static let dtColorBorderBrandSubtleInverted = UIColor(red:
|
|
145
|
+
public static let dtColorBorderBrand = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
146
|
+
public static let dtColorBorderBrandInverted = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
147
|
+
public static let dtColorBorderBrandStrong = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 1)
|
|
148
|
+
public static let dtColorBorderBrandStrongInverted = UIColor(red: 0.314, green: 0.137, blue: 0.867, alpha: 1)
|
|
149
|
+
public static let dtColorBorderBrandSubtle = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
150
|
+
public static let dtColorBorderBrandSubtleInverted = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
138
151
|
public static let dtColorBorderCritical = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
139
152
|
public static let dtColorBorderCriticalInverted = UIColor(red: 1.000, green: 0.075, blue: 0.337, alpha: 1)
|
|
140
153
|
public static let dtColorBorderCriticalStrong = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 1)
|
|
@@ -160,6 +173,87 @@ public enum DialtoneTokensTmoDark {
|
|
|
160
173
|
public static let dtColorBorderWarningStrongInverted = UIColor(red: 0.835, green: 0.498, blue: 0.000, alpha: 1)
|
|
161
174
|
public static let dtColorBorderWarningSubtle = UIColor(red: 1.000, green: 0.620, blue: 0.055, alpha: 1)
|
|
162
175
|
public static let dtColorBorderWarningSubtleInverted = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
|
|
176
|
+
public static let dtColorChartAccent = UIColor(red: 0.161, green: 0.435, blue: 0.639, alpha: 1)
|
|
177
|
+
public static let dtColorChartAccentHover = UIColor(red: 0.235, green: 0.537, blue: 0.765, alpha: 1)
|
|
178
|
+
public static let dtColorChartAccentSelected = UIColor(red: 0.431, green: 0.651, blue: 0.886, alpha: 1)
|
|
179
|
+
public static let dtColorChartBrand = UIColor(red: 0.396, green: 0.220, blue: 0.945, alpha: 1)
|
|
180
|
+
public static let dtColorChartBrandHover = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
181
|
+
public static let dtColorChartBrandSelected = UIColor(red: 0.639, green: 0.561, blue: 0.976, alpha: 1)
|
|
182
|
+
public static let dtColorChartCategorical01 = UIColor(red: 0.314, green: 0.137, blue: 0.867, alpha: 1)
|
|
183
|
+
public static let dtColorChartCategorical01Hover = UIColor(red: 0.396, green: 0.220, blue: 0.945, alpha: 1)
|
|
184
|
+
public static let dtColorChartCategorical01Selected = UIColor(red: 0.639, green: 0.561, blue: 0.976, alpha: 1)
|
|
185
|
+
public static let dtColorChartCategorical02 = UIColor(red: 0.996, green: 0.529, blue: 0.718, alpha: 1)
|
|
186
|
+
public static let dtColorChartCategorical02Hover = UIColor(red: 1.000, green: 0.694, blue: 0.812, alpha: 1)
|
|
187
|
+
public static let dtColorChartCategorical02Selected = UIColor(red: 1.000, green: 0.878, blue: 0.949, alpha: 1)
|
|
188
|
+
public static let dtColorChartCategorical03 = UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha: 1)
|
|
189
|
+
public static let dtColorChartCategorical03Hover = UIColor(red: 0.173, green: 0.514, blue: 0.835, alpha: 1)
|
|
190
|
+
public static let dtColorChartCategorical03Selected = UIColor(red: 0.290, green: 0.663, blue: 0.918, alpha: 1)
|
|
191
|
+
public static let dtColorChartCategorical04 = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)
|
|
192
|
+
public static let dtColorChartCategorical04Hover = UIColor(red: 0.918, green: 0.561, blue: 0.027, alpha: 1)
|
|
193
|
+
public static let dtColorChartCategorical04Selected = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
|
|
194
|
+
public static let dtColorChartCategorical05 = UIColor(red: 0.000, green: 0.557, blue: 0.322, alpha: 1)
|
|
195
|
+
public static let dtColorChartCategorical05Hover = UIColor(red: 0.192, green: 0.698, blue: 0.216, alpha: 1)
|
|
196
|
+
public static let dtColorChartCategorical05Selected = UIColor(red: 0.518, green: 0.933, blue: 0.043, alpha: 1)
|
|
197
|
+
public static let dtColorChartCategorical06 = UIColor(red: 0.749, green: 0.020, blue: 0.941, alpha: 1)
|
|
198
|
+
public static let dtColorChartCategorical06Hover = UIColor(red: 0.886, green: 0.125, blue: 0.976, alpha: 1)
|
|
199
|
+
public static let dtColorChartCategorical06Selected = UIColor(red: 0.969, green: 0.271, blue: 0.933, alpha: 1)
|
|
200
|
+
public static let dtColorChartCategorical07 = UIColor(red: 0.525, green: 0.149, blue: 0.035, alpha: 1)
|
|
201
|
+
public static let dtColorChartCategorical07Hover = UIColor(red: 0.663, green: 0.188, blue: 0.035, alpha: 1)
|
|
202
|
+
public static let dtColorChartCategorical07Selected = UIColor(red: 0.965, green: 0.392, blue: 0.216, alpha: 1)
|
|
203
|
+
public static let dtColorChartCategorical08 = UIColor(red: 0.416, green: 0.396, blue: 0.165, alpha: 1)
|
|
204
|
+
public static let dtColorChartCategorical08Hover = UIColor(red: 0.588, green: 0.557, blue: 0.133, alpha: 1)
|
|
205
|
+
public static let dtColorChartCategorical08Selected = UIColor(red: 0.792, green: 0.749, blue: 0.153, alpha: 1)
|
|
206
|
+
public static let dtColorChartCategorical09 = UIColor(red: 0.576, green: 0.090, blue: 0.227, alpha: 1)
|
|
207
|
+
public static let dtColorChartCategorical09Hover = UIColor(red: 0.686, green: 0.000, blue: 0.196, alpha: 1)
|
|
208
|
+
public static let dtColorChartCategorical09Selected = UIColor(red: 1.000, green: 0.075, blue: 0.337, alpha: 1)
|
|
209
|
+
public static let dtColorChartCategorical10 = UIColor(red: 0.133, green: 0.529, blue: 0.510, alpha: 1)
|
|
210
|
+
public static let dtColorChartCategorical10Hover = UIColor(red: 0.208, green: 0.718, blue: 0.694, alpha: 1)
|
|
211
|
+
public static let dtColorChartCategorical10Selected = UIColor(red: 0.537, green: 0.910, blue: 0.890, alpha: 1)
|
|
212
|
+
public static let dtColorChartCritical = UIColor(red: 0.576, green: 0.090, blue: 0.227, alpha: 1)
|
|
213
|
+
public static let dtColorChartCriticalHover = UIColor(red: 0.851, green: 0.039, blue: 0.271, alpha: 1)
|
|
214
|
+
public static let dtColorChartCriticalSelected = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
215
|
+
public static let dtColorChartInfo = UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha: 1)
|
|
216
|
+
public static let dtColorChartInfoHover = UIColor(red: 0.173, green: 0.514, blue: 0.835, alpha: 1)
|
|
217
|
+
public static let dtColorChartInfoSelected = UIColor(red: 0.741, green: 0.910, blue: 1.000, alpha: 1)
|
|
218
|
+
public static let dtColorChartNeutral = UIColor(red: 0.529, green: 0.502, blue: 0.482, alpha: 1)
|
|
219
|
+
public static let dtColorChartNeutralHover = UIColor(red: 0.667, green: 0.643, blue: 0.631, alpha: 1)
|
|
220
|
+
public static let dtColorChartNeutralSelected = UIColor(red: 0.878, green: 0.863, blue: 0.851, alpha: 1)
|
|
221
|
+
public static let dtColorChartPositive = UIColor(red: 0.000, green: 0.557, blue: 0.322, alpha: 1)
|
|
222
|
+
public static let dtColorChartPositiveHover = UIColor(red: 0.322, green: 0.788, blue: 0.149, alpha: 1)
|
|
223
|
+
public static let dtColorChartPositiveSelected = UIColor(red: 0.820, green: 1.000, blue: 0.463, alpha: 1)
|
|
224
|
+
public static let dtColorChartSequential01 = UIColor(red: 0.020, green: 0.129, blue: 0.200, alpha: 1)
|
|
225
|
+
public static let dtColorChartSequential01Hover = UIColor(red: 0.078, green: 0.227, blue: 0.322, alpha: 1)
|
|
226
|
+
public static let dtColorChartSequential01Selected = UIColor(red: 0.235, green: 0.537, blue: 0.765, alpha: 1)
|
|
227
|
+
public static let dtColorChartSequential02 = UIColor(red: 0.078, green: 0.227, blue: 0.322, alpha: 1)
|
|
228
|
+
public static let dtColorChartSequential02Hover = UIColor(red: 0.161, green: 0.435, blue: 0.639, alpha: 1)
|
|
229
|
+
public static let dtColorChartSequential02Selected = UIColor(red: 0.337, green: 0.600, blue: 0.843, alpha: 1)
|
|
230
|
+
public static let dtColorChartSequential03 = UIColor(red: 0.161, green: 0.435, blue: 0.639, alpha: 1)
|
|
231
|
+
public static let dtColorChartSequential03Hover = UIColor(red: 0.235, green: 0.537, blue: 0.765, alpha: 1)
|
|
232
|
+
public static let dtColorChartSequential03Selected = UIColor(red: 0.431, green: 0.651, blue: 0.886, alpha: 1)
|
|
233
|
+
public static let dtColorChartSequential04 = UIColor(red: 0.235, green: 0.537, blue: 0.765, alpha: 1)
|
|
234
|
+
public static let dtColorChartSequential04Hover = UIColor(red: 0.337, green: 0.600, blue: 0.843, alpha: 1)
|
|
235
|
+
public static let dtColorChartSequential04Selected = UIColor(red: 0.549, green: 0.729, blue: 0.922, alpha: 1)
|
|
236
|
+
public static let dtColorChartSequential05 = UIColor(red: 0.337, green: 0.600, blue: 0.843, alpha: 1)
|
|
237
|
+
public static let dtColorChartSequential05Hover = UIColor(red: 0.431, green: 0.651, blue: 0.886, alpha: 1)
|
|
238
|
+
public static let dtColorChartSequential05Selected = UIColor(red: 0.745, green: 0.824, blue: 0.941, alpha: 1)
|
|
239
|
+
public static let dtColorChartSequential06 = UIColor(red: 0.431, green: 0.651, blue: 0.886, alpha: 1)
|
|
240
|
+
public static let dtColorChartSequential06Hover = UIColor(red: 0.549, green: 0.729, blue: 0.922, alpha: 1)
|
|
241
|
+
public static let dtColorChartSequential06Selected = UIColor(red: 0.925, green: 0.941, blue: 0.976, alpha: 1)
|
|
242
|
+
public static let dtColorChartSequential07 = UIColor(red: 0.549, green: 0.729, blue: 0.922, alpha: 1)
|
|
243
|
+
public static let dtColorChartSequential07Hover = UIColor(red: 0.745, green: 0.824, blue: 0.941, alpha: 1)
|
|
244
|
+
public static let dtColorChartSequential07Selected = UIColor(red: 0.953, green: 0.965, blue: 0.984, alpha: 1)
|
|
245
|
+
public static let dtColorChartSequential08 = UIColor(red: 0.745, green: 0.824, blue: 0.941, alpha: 1)
|
|
246
|
+
public static let dtColorChartSequential08Hover = UIColor(red: 0.827, green: 0.878, blue: 0.957, alpha: 1)
|
|
247
|
+
public static let dtColorChartSequential08Selected = UIColor(red: 0.925, green: 0.941, blue: 0.976, alpha: 1)
|
|
248
|
+
public static let dtColorChartSequential09 = UIColor(red: 0.827, green: 0.878, blue: 0.957, alpha: 1)
|
|
249
|
+
public static let dtColorChartSequential09Hover = UIColor(red: 0.925, green: 0.941, blue: 0.976, alpha: 1)
|
|
250
|
+
public static let dtColorChartSequential09Selected = UIColor(red: 0.953, green: 0.965, blue: 0.984, alpha: 1)
|
|
251
|
+
public static let dtColorChartSequential10 = UIColor(red: 0.925, green: 0.941, blue: 0.976, alpha: 1)
|
|
252
|
+
public static let dtColorChartSequential10Hover = UIColor(red: 0.953, green: 0.965, blue: 0.984, alpha: 1)
|
|
253
|
+
public static let dtColorChartSequential10Selected = UIColor(red: 0.953, green: 0.965, blue: 0.984, alpha: 1)
|
|
254
|
+
public static let dtColorChartWarning = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)
|
|
255
|
+
public static let dtColorChartWarningHover = UIColor(red: 0.918, green: 0.561, blue: 0.027, alpha: 1)
|
|
256
|
+
public static let dtColorChartWarningSelected = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
|
|
163
257
|
public static let dtColorForegroundCritical = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
164
258
|
public static let dtColorForegroundCriticalInverted = UIColor(red: 1.000, green: 0.075, blue: 0.337, alpha: 1)
|
|
165
259
|
public static let dtColorForegroundCriticalStrong = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 1)
|
|
@@ -182,6 +276,7 @@ public enum DialtoneTokensTmoDark {
|
|
|
182
276
|
public static let dtColorForegroundTertiaryInverted = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
|
|
183
277
|
public static let dtColorForegroundWarning = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
|
|
184
278
|
public static let dtColorForegroundWarningInverted = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)
|
|
279
|
+
public static let dtColorInputsColorForegroundDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
185
280
|
public static let dtColorLinkCritical = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
186
281
|
public static let dtColorLinkCriticalHover = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 1)
|
|
187
282
|
public static let dtColorLinkCriticalInverted = UIColor(red: 1.000, green: 0.075, blue: 0.337, alpha: 1)
|
|
@@ -194,10 +289,10 @@ public enum DialtoneTokensTmoDark {
|
|
|
194
289
|
public static let dtColorLinkMutedHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
195
290
|
public static let dtColorLinkMutedInverted = UIColor(red: 0.239, green: 0.239, blue: 0.239, alpha: 1)
|
|
196
291
|
public static let dtColorLinkMutedInvertedHover = UIColor(red: 0.090, green: 0.090, blue: 0.090, alpha: 1)
|
|
197
|
-
public static let dtColorLinkPrimary = UIColor(red:
|
|
198
|
-
public static let dtColorLinkPrimaryHover = UIColor(red:
|
|
199
|
-
public static let dtColorLinkPrimaryInverted = UIColor(red: 0.
|
|
200
|
-
public static let dtColorLinkPrimaryInvertedHover = UIColor(red: 0.
|
|
292
|
+
public static let dtColorLinkPrimary = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
293
|
+
public static let dtColorLinkPrimaryHover = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 1)
|
|
294
|
+
public static let dtColorLinkPrimaryInverted = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
295
|
+
public static let dtColorLinkPrimaryInvertedHover = UIColor(red: 0.314, green: 0.137, blue: 0.867, alpha: 1)
|
|
201
296
|
public static let dtColorLinkSuccess = UIColor(red: 0.682, green: 0.984, blue: 0.235, alpha: 1)
|
|
202
297
|
public static let dtColorLinkSuccessHover = UIColor(red: 0.859, green: 1.000, blue: 0.663, alpha: 1)
|
|
203
298
|
public static let dtColorLinkSuccessInverted = UIColor(red: 0.000, green: 0.557, blue: 0.322, alpha: 1)
|
|
@@ -211,16 +306,16 @@ public enum DialtoneTokensTmoDark {
|
|
|
211
306
|
public static let dtColorSurfaceBoldInverted = UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha: 1)
|
|
212
307
|
public static let dtColorSurfaceBoldOpaque = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.302)
|
|
213
308
|
public static let dtColorSurfaceBoldOpaqueInverted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.180)
|
|
214
|
-
public static let dtColorSurfaceBrand = UIColor(red: 0.
|
|
215
|
-
public static let dtColorSurfaceBrandInverted = UIColor(red:
|
|
216
|
-
public static let dtColorSurfaceBrandOpaque = UIColor(red: 0.
|
|
217
|
-
public static let dtColorSurfaceBrandOpaqueInverted = UIColor(red: 0.
|
|
218
|
-
public static let dtColorSurfaceBrandStrong = UIColor(red:
|
|
219
|
-
public static let dtColorSurfaceBrandStrongInverted = UIColor(red: 0.
|
|
220
|
-
public static let dtColorSurfaceBrandSubtle = UIColor(red: 0.
|
|
221
|
-
public static let dtColorSurfaceBrandSubtleInverted = UIColor(red:
|
|
222
|
-
public static let dtColorSurfaceBrandSubtleOpaque = UIColor(red: 0.
|
|
223
|
-
public static let dtColorSurfaceBrandSubtleOpaqueInverted = UIColor(red: 0.
|
|
309
|
+
public static let dtColorSurfaceBrand = UIColor(red: 0.114, green: 0.004, blue: 0.333, alpha: 1)
|
|
310
|
+
public static let dtColorSurfaceBrandInverted = UIColor(red: 0.961, green: 0.941, blue: 1.000, alpha: 1)
|
|
311
|
+
public static let dtColorSurfaceBrandOpaque = UIColor(red: 0.114, green: 0.004, blue: 0.333, alpha: 0.702)
|
|
312
|
+
public static let dtColorSurfaceBrandOpaqueInverted = UIColor(red: 0.961, green: 0.941, blue: 1.000, alpha: 0.800)
|
|
313
|
+
public static let dtColorSurfaceBrandStrong = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
314
|
+
public static let dtColorSurfaceBrandStrongInverted = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
315
|
+
public static let dtColorSurfaceBrandSubtle = UIColor(red: 0.063, green: 0.008, blue: 0.173, alpha: 1)
|
|
316
|
+
public static let dtColorSurfaceBrandSubtleInverted = UIColor(red: 0.976, green: 0.965, blue: 1.000, alpha: 1)
|
|
317
|
+
public static let dtColorSurfaceBrandSubtleOpaque = UIColor(red: 0.063, green: 0.008, blue: 0.173, alpha: 0.651)
|
|
318
|
+
public static let dtColorSurfaceBrandSubtleOpaqueInverted = UIColor(red: 0.976, green: 0.965, blue: 1.000, alpha: 0.659)
|
|
224
319
|
public static let dtColorSurfaceContrast = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
225
320
|
public static let dtColorSurfaceContrastInverted = UIColor(red: 0.090, green: 0.090, blue: 0.090, alpha: 1)
|
|
226
321
|
public static let dtColorSurfaceContrastOpaque = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.969)
|
|
@@ -281,6 +376,15 @@ public enum DialtoneTokensTmoDark {
|
|
|
281
376
|
public static let dtColorSurfaceWarningSubtleInverted = UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 1)
|
|
282
377
|
public static let dtColorSurfaceWarningSubtleOpaque = UIColor(red: 0.173, green: 0.106, blue: 0.008, alpha: 0.702)
|
|
283
378
|
public static let dtColorSurfaceWarningSubtleOpaqueInverted = UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 0.702)
|
|
379
|
+
public static let dtColorThemeMentionColorBackgroundStrong = UIColor(red: 0.961, green: 0.941, blue: 1.000, alpha: 1)
|
|
380
|
+
public static let dtColorThemePresenceColorBackgroundAvailable = UIColor(red: 0.518, green: 0.933, blue: 0.043, alpha: 1)
|
|
381
|
+
public static let dtColorThemePresenceColorBackgroundBusy = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
|
|
382
|
+
public static let dtColorThemePresenceColorBackgroundBusyUnavailable = UIColor(red: 1.000, green: 0.255, blue: 0.357, alpha: 1)
|
|
383
|
+
public static let dtColorThemeSidebarRowColorBackgroundActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
384
|
+
public static let dtColorThemeSidebarRowColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.102)
|
|
385
|
+
public static let dtColorThemeSidebarSelectedRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.122)
|
|
386
|
+
public static let dtColorThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
387
|
+
public static let dtColorThemeTopbarFieldColorBackgroundHover = UIColor(red: 0.082, green: 0.082, blue: 0.082, alpha: 1)
|
|
284
388
|
public static let dtIconSize100 = CGFloat(10.00) * 0.8 * 1.5
|
|
285
389
|
public static let dtIconSize200 = CGFloat(10.00) * 0.8 * 1.75
|
|
286
390
|
public static let dtIconSize300 = CGFloat(10.00) * 0.8 * 2.25
|
|
@@ -307,7 +411,7 @@ public enum DialtoneTokensTmoDark {
|
|
|
307
411
|
public static let dtInputsColorBorderHover = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.361)
|
|
308
412
|
public static let dtInputsColorBorderSuccess = UIColor(red: 0.820, green: 1.000, blue: 0.463, alpha: 1)
|
|
309
413
|
public static let dtInputsColorBorderWarning = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
|
|
310
|
-
public static let dtInputsColorForegroundDefault = UIColor(red: 0.
|
|
414
|
+
public static let dtInputsColorForegroundDefault = UIColor(red: 0.780, green: 0.780, blue: 0.780, alpha: 1)
|
|
311
415
|
public static let dtInputsColorForegroundDisabled = UIColor(red: 0.690, green: 0.690, blue: 0.690, alpha: 1)
|
|
312
416
|
public static let dtInputsColorForegroundPlaceholder = UIColor(red: 0.690, green: 0.690, blue: 0.690, alpha: 1)
|
|
313
417
|
public static let dtInputsFontSizeLg = CGFloat(10.00) * 1.9
|
|
@@ -332,8 +436,12 @@ public enum DialtoneTokensTmoDark {
|
|
|
332
436
|
public static let dtInputsSizeRadiusSm = CGFloat(8.00)
|
|
333
437
|
public static let dtInputsSizeRadiusXl = CGFloat(16.00)
|
|
334
438
|
public static let dtInputsSizeRadiusXs = CGFloat(4.00)
|
|
335
|
-
public static let
|
|
336
|
-
public static let
|
|
439
|
+
public static let dtPresenceColorAvailable = UIColor(red: 0.518, green: 0.933, blue: 0.043, alpha: 1)
|
|
440
|
+
public static let dtPresenceColorBusy = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
|
|
441
|
+
public static let dtPresenceColorOffline = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
|
|
442
|
+
public static let dtPresenceColorUnavailable = UIColor(red: 1.000, green: 0.255, blue: 0.357, alpha: 1)
|
|
443
|
+
public static let dtRadioColorBackgroundChecked = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
444
|
+
public static let dtRadioColorBorderChecked = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
337
445
|
public static let dtRadioColorBorderUnchecked = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.361)
|
|
338
446
|
public static let dtRadioColorBorderUncheckedHover = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.502)
|
|
339
447
|
public static let dtRadioColorForegroundChecked = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
@@ -341,36 +449,92 @@ public enum DialtoneTokensTmoDark {
|
|
|
341
449
|
public static let dtRadioSizeHeight = CGFloat(16.00)
|
|
342
450
|
public static let dtRadioSizeRadius = CGFloat(50.00)
|
|
343
451
|
public static let dtRadioSizeWidth = CGFloat(16.00)
|
|
452
|
+
public static let dtShellActionColorBackgroundMutedActive = UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha: 0.071)
|
|
453
|
+
public static let dtShellActionColorBackgroundMutedDefault = UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha: 0.051)
|
|
454
|
+
public static let dtShellActionColorBackgroundMutedHover = UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha: 0.102)
|
|
455
|
+
public static let dtShellActionColorBackgroundMutedSelected = UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha: 0.071)
|
|
456
|
+
public static let dtShellActionColorBackgroundPrimaryActive = UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha: 0.161)
|
|
457
|
+
public static let dtShellActionColorBackgroundPrimaryDefault = UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha: 0)
|
|
458
|
+
public static let dtShellActionColorBackgroundPrimaryHover = UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha: 0.102)
|
|
459
|
+
public static let dtShellActionColorBackgroundPrimarySelected = UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha: 0.129)
|
|
460
|
+
public static let dtShellActionColorBackgroundSecondaryActive = UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha: 0.161)
|
|
461
|
+
public static let dtShellActionColorBackgroundSecondaryDefault = UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha: 0)
|
|
462
|
+
public static let dtShellActionColorBackgroundSecondaryHover = UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha: 0.102)
|
|
463
|
+
public static let dtShellActionColorBackgroundSecondarySelected = UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha: 0.129)
|
|
464
|
+
public static let dtShellActionColorForegroundMutedActive = UIColor(red: 0.541, green: 0.541, blue: 0.541, alpha: 0.600)
|
|
465
|
+
public static let dtShellActionColorForegroundMutedDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.600)
|
|
466
|
+
public static let dtShellActionColorForegroundMutedHover = UIColor(red: 0.541, green: 0.541, blue: 0.541, alpha: 0.600)
|
|
467
|
+
public static let dtShellActionColorForegroundMutedSelected = UIColor(red: 0.361, green: 0.361, blue: 0.361, alpha: 0.600)
|
|
468
|
+
public static let dtShellActionColorForegroundPrimaryDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.859)
|
|
469
|
+
public static let dtShellActionColorForegroundPrimaryDisabled = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.569)
|
|
470
|
+
public static let dtShellActionColorForegroundPrimaryStrong = UIColor(red: 0.980, green: 0.980, blue: 0.980, alpha: 1)
|
|
471
|
+
public static let dtShellActionColorForegroundSecondaryDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.859)
|
|
472
|
+
public static let dtShellActionColorForegroundSecondaryDisabled = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.569)
|
|
473
|
+
public static let dtShellActionColorForegroundTertiaryDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.722)
|
|
474
|
+
public static let dtShellBaseActionColorBackgroundMuted = UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha: 1)
|
|
475
|
+
public static let dtShellBaseActionColorBackgroundPrimary = UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha: 1)
|
|
476
|
+
public static let dtShellBaseActionColorBackgroundSecondary = UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha: 1)
|
|
477
|
+
public static let dtShellBaseColorAccent = UIColor(red: 0.957, green: 0.604, blue: 0.784, alpha: 1)
|
|
478
|
+
public static let dtShellBaseColorBorder = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
479
|
+
public static let dtShellBaseColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
480
|
+
public static let dtShellBaseColorStatusAway = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
|
|
481
|
+
public static let dtShellBaseColorStatusCritical = UIColor(red: 1.000, green: 0.255, blue: 0.357, alpha: 1)
|
|
482
|
+
public static let dtShellBaseColorStatusPositive = UIColor(red: 0.518, green: 0.933, blue: 0.043, alpha: 1)
|
|
483
|
+
public static let dtShellBaseColorStatusWarning = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
|
|
484
|
+
public static let dtShellBaseColorSurface = UIColor(red: 0.122, green: 0.122, blue: 0.122, alpha: 1)
|
|
485
|
+
public static let dtShellColorBorderBase = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
486
|
+
public static let dtShellColorBorderDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.180)
|
|
487
|
+
public static let dtShellColorBorderSubtle = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
488
|
+
public static let dtShellColorForegroundCritical = UIColor(red: 1.000, green: 0.369, blue: 0.455, alpha: 1)
|
|
489
|
+
public static let dtShellColorForegroundDisabled = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.569)
|
|
490
|
+
public static let dtShellColorForegroundMuted = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.600)
|
|
491
|
+
public static let dtShellColorForegroundPositive = UIColor(red: 0.518, green: 0.933, blue: 0.043, alpha: 1)
|
|
492
|
+
public static let dtShellColorForegroundPrimary = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
493
|
+
public static let dtShellColorForegroundSecondary = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.859)
|
|
494
|
+
public static let dtShellColorForegroundStrong = UIColor(red: 0.980, green: 0.980, blue: 0.980, alpha: 1)
|
|
495
|
+
public static let dtShellColorForegroundTertiary = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.722)
|
|
496
|
+
public static let dtShellColorForegroundWarning = UIColor(red: 1.000, green: 0.780, blue: 0.388, alpha: 1)
|
|
497
|
+
public static let dtShellColorSurfaceDefault = UIColor(red: 0.122, green: 0.122, blue: 0.122, alpha: 1)
|
|
498
|
+
public static let dtShellLogoColorStar = UIColor(red: 0.565, green: 0.443, blue: 0.988, alpha: 1)
|
|
499
|
+
public static let dtShellLogoColorWordmark = UIColor(red: 0.976, green: 0.965, blue: 1.000, alpha: 1)
|
|
500
|
+
public static let dtShellMentionColorForegroundPrimary = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
501
|
+
public static let dtShellMentionColorForegroundSecondary = UIColor(red: 0.090, green: 0.090, blue: 0.090, alpha: 1)
|
|
502
|
+
public static let dtShellMentionColorSurfacePrimary = UIColor(red: 0.957, green: 0.604, blue: 0.784, alpha: 1)
|
|
503
|
+
public static let dtShellMentionColorSurfaceSecondary = UIColor(red: 0.992, green: 0.863, blue: 0.922, alpha: 1)
|
|
504
|
+
public static let dtShellPresenceColorAvailable = UIColor(red: 0.518, green: 0.933, blue: 0.043, alpha: 1)
|
|
505
|
+
public static let dtShellPresenceColorBusy = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
|
|
506
|
+
public static let dtShellPresenceColorOffline = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
|
|
507
|
+
public static let dtShellPresenceColorUnavailable = UIColor(red: 1.000, green: 0.255, blue: 0.357, alpha: 1)
|
|
344
508
|
public static let dtSizeBorderFocus = CGFloat(2.00) + CGFloat(1.00)
|
|
345
509
|
public static let dtThemeColorBase = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
346
|
-
public static let dtThemeMentionColorBackground = UIColor(red:
|
|
347
|
-
public static let dtThemeMentionColorBackgroundStrong = UIColor(red: 0.
|
|
510
|
+
public static let dtThemeMentionColorBackground = UIColor(red: 0.733, green: 0.651, blue: 0.988, alpha: 1)
|
|
511
|
+
public static let dtThemeMentionColorBackgroundStrong = UIColor(red: 0.827, green: 0.737, blue: 1.000, alpha: 1)
|
|
348
512
|
public static let dtThemeMentionColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
349
513
|
public static let dtThemeMentionColorForegroundStrong = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
350
514
|
public static let dtThemePresenceColorBackgroundAvailable = UIColor(red: 0.518, green: 0.933, blue: 0.043, alpha: 1)
|
|
351
515
|
public static let dtThemePresenceColorBackgroundBusy = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
|
|
352
516
|
public static let dtThemePresenceColorBackgroundBusyUnavailable = UIColor(red: 1.000, green: 0.255, blue: 0.357, alpha: 1)
|
|
353
|
-
public static let dtThemePresenceColorBackgroundOffline = UIColor(red:
|
|
517
|
+
public static let dtThemePresenceColorBackgroundOffline = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
|
|
354
518
|
public static let dtThemeSidebarColorBackground = UIColor(red: 0.122, green: 0.122, blue: 0.122, alpha: 1)
|
|
355
519
|
public static let dtThemeSidebarColorForeground = UIColor(red: 0.780, green: 0.780, blue: 0.780, alpha: 1)
|
|
356
520
|
public static let dtThemeSidebarColorForegroundUnread = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
357
521
|
public static let dtThemeSidebarIconColorForeground = UIColor(red: 0.780, green: 0.780, blue: 0.780, alpha: 1)
|
|
358
522
|
public static let dtThemeSidebarRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0)
|
|
359
523
|
public static let dtThemeSidebarRowColorBackgroundActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
360
|
-
public static let dtThemeSidebarRowColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.
|
|
524
|
+
public static let dtThemeSidebarRowColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.110)
|
|
361
525
|
public static let dtThemeSidebarSectionColorForeground = UIColor(red: 0.690, green: 0.690, blue: 0.690, alpha: 1)
|
|
362
|
-
public static let dtThemeSidebarSelectedRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.
|
|
526
|
+
public static let dtThemeSidebarSelectedRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.090)
|
|
363
527
|
public static let dtThemeSidebarSelectedRowColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
364
528
|
public static let dtThemeSidebarStatusColorForeground = UIColor(red: 0.690, green: 0.690, blue: 0.690, alpha: 1)
|
|
365
529
|
public static let dtThemeTopbarButtonColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0)
|
|
366
530
|
public static let dtThemeTopbarButtonColorBackgroundActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.102)
|
|
367
|
-
public static let dtThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.
|
|
531
|
+
public static let dtThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.051)
|
|
368
532
|
public static let dtThemeTopbarButtonColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.651)
|
|
369
533
|
public static let dtThemeTopbarButtonColorForegroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
370
534
|
public static let dtThemeTopbarColorBackground = UIColor(red: 0.122, green: 0.122, blue: 0.122, alpha: 1)
|
|
371
535
|
public static let dtThemeTopbarColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.800)
|
|
372
536
|
public static let dtThemeTopbarFieldColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.051)
|
|
373
|
-
public static let dtThemeTopbarFieldColorBackgroundHover = UIColor(red:
|
|
537
|
+
public static let dtThemeTopbarFieldColorBackgroundHover = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
374
538
|
public static let dtThemeTopbarFieldColorBorder = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0)
|
|
375
539
|
public static let dtThemeTopbarFieldColorBorderActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.200)
|
|
376
540
|
public static let dtThemeTopbarFieldColorBorderHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.102)
|