@dialpad/dialtone-tokens 1.41.0 → 1.41.2
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-deca-dark.kt +44 -44
- package/dist/android/java/tokens-deca-light.kt +46 -46
- package/dist/android/java/tokens-dp-dark.kt +70 -70
- package/dist/android/java/tokens-dp-light.kt +66 -66
- package/dist/android/java/tokens-expressive-dark.kt +66 -66
- package/dist/android/java/tokens-expressive-light.kt +61 -61
- package/dist/android/java/tokens-expressive-sm-dark.kt +66 -66
- package/dist/android/java/tokens-expressive-sm-light.kt +61 -61
- package/dist/android/java/tokens-tmo-dark.kt +70 -70
- package/dist/android/java/tokens-tmo-light.kt +66 -66
- package/dist/android/res/values/colors-base-dark.xml +1 -1
- package/dist/android/res/values/colors-base-deca-dark.xml +1 -1
- package/dist/android/res/values/colors-base-deca-light.xml +1 -1
- package/dist/android/res/values/colors-base-light.xml +1 -1
- package/dist/android/res/values/colors-deca-dark.xml +91 -91
- package/dist/android/res/values/colors-deca-light.xml +92 -92
- package/dist/android/res/values/colors-dp-dark.xml +95 -95
- package/dist/android/res/values/colors-dp-light.xml +97 -97
- package/dist/android/res/values/colors-expressive-dark.xml +96 -96
- package/dist/android/res/values/colors-expressive-light.xml +97 -97
- package/dist/android/res/values/colors-expressive-sm-dark.xml +96 -96
- package/dist/android/res/values/colors-expressive-sm-light.xml +97 -97
- package/dist/android/res/values/colors-tmo-dark.xml +95 -95
- package/dist/android/res/values/colors-tmo-light.xml +97 -97
- package/dist/doc.json +19724 -19724
- package/dist/ios/tokens-base-dark.swift +7 -7
- package/dist/ios/tokens-base-deca-dark.swift +7 -7
- package/dist/ios/tokens-base-deca-light.swift +7 -7
- package/dist/ios/tokens-base-light.swift +7 -7
- package/dist/ios/tokens-deca-dark.swift +83 -83
- package/dist/ios/tokens-deca-light.swift +84 -84
- package/dist/ios/tokens-dp-dark.swift +89 -89
- package/dist/ios/tokens-dp-light.swift +91 -91
- package/dist/ios/tokens-expressive-dark.swift +90 -90
- package/dist/ios/tokens-expressive-light.swift +91 -91
- package/dist/ios/tokens-expressive-sm-dark.swift +90 -90
- package/dist/ios/tokens-expressive-sm-light.swift +91 -91
- package/dist/ios/tokens-tmo-dark.swift +89 -89
- package/dist/ios/tokens-tmo-light.swift +91 -91
- package/package.json +1 -3
|
@@ -9,45 +9,45 @@
|
|
|
9
9
|
import UIKit
|
|
10
10
|
|
|
11
11
|
public enum DialtoneTokensExpressiveLight {
|
|
12
|
-
public static let dtActionColorBackgroundBaseActive = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha:
|
|
12
|
+
public static let dtActionColorBackgroundBaseActive = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 0.180)
|
|
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.486, green: 0.322, blue: 1.000, alpha:
|
|
15
|
-
public static let dtActionColorBackgroundBasePrimaryActive = UIColor(red: 0.
|
|
14
|
+
public static let dtActionColorBackgroundBaseHover = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 0.141)
|
|
15
|
+
public static let dtActionColorBackgroundBasePrimaryActive = UIColor(red: 0.404, green: 0.216, blue: 1.000, alpha: 1)
|
|
16
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.
|
|
18
|
-
public static let dtActionColorBackgroundCriticalActive = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha:
|
|
17
|
+
public static let dtActionColorBackgroundBasePrimaryHover = UIColor(red: 0.447, green: 0.271, blue: 1.000, alpha: 1)
|
|
18
|
+
public static let dtActionColorBackgroundCriticalActive = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 0.122)
|
|
19
19
|
public static let dtActionColorBackgroundCriticalDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
20
|
-
public static let dtActionColorBackgroundCriticalHover = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha:
|
|
21
|
-
public static let dtActionColorBackgroundCriticalPrimaryActive = UIColor(red: 0.
|
|
20
|
+
public static let dtActionColorBackgroundCriticalHover = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 0.071)
|
|
21
|
+
public static let dtActionColorBackgroundCriticalPrimaryActive = UIColor(red: 0.816, green: 0.047, blue: 0.047, alpha: 1)
|
|
22
22
|
public static let dtActionColorBackgroundCriticalPrimaryDefault = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
|
|
23
|
-
public static let dtActionColorBackgroundCriticalPrimaryHover = UIColor(red: 0.
|
|
23
|
+
public static let dtActionColorBackgroundCriticalPrimaryHover = UIColor(red: 0.851, green: 0.051, blue: 0.051, alpha: 1)
|
|
24
24
|
public static let dtActionColorBackgroundDisabledDefault = UIColor(red: 0.824, green: 0.824, blue: 0.824, alpha: 1)
|
|
25
|
-
public static let dtActionColorBackgroundInvertedActive = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
25
|
+
public static let dtActionColorBackgroundInvertedActive = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.302)
|
|
26
26
|
public static let dtActionColorBackgroundInvertedDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
27
|
-
public static let dtActionColorBackgroundInvertedHover = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
28
|
-
public static let dtActionColorBackgroundInvertedPrimaryActive = UIColor(red: 0.
|
|
27
|
+
public static let dtActionColorBackgroundInvertedHover = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.149)
|
|
28
|
+
public static let dtActionColorBackgroundInvertedPrimaryActive = UIColor(red: 0.910, green: 0.863, blue: 1.000, alpha: 1)
|
|
29
29
|
public static let dtActionColorBackgroundInvertedPrimaryDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
30
30
|
public static let dtActionColorBackgroundInvertedPrimaryHover = UIColor(red: 0.961, green: 0.941, blue: 1.000, alpha: 1)
|
|
31
|
-
public static let dtActionColorBackgroundMutedActive = UIColor(red: 0.133, green: 0.133, blue: 0.133, alpha:
|
|
31
|
+
public static let dtActionColorBackgroundMutedActive = UIColor(red: 0.133, green: 0.133, blue: 0.133, alpha: 0.161)
|
|
32
32
|
public static let dtActionColorBackgroundMutedDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
33
|
-
public static let dtActionColorBackgroundMutedHover = UIColor(red: 0.133, green: 0.133, blue: 0.133, alpha:
|
|
34
|
-
public static let dtActionColorBackgroundPositiveActive = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha:
|
|
33
|
+
public static let dtActionColorBackgroundMutedHover = UIColor(red: 0.133, green: 0.133, blue: 0.133, alpha: 0.102)
|
|
34
|
+
public static let dtActionColorBackgroundPositiveActive = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 0.078)
|
|
35
35
|
public static let dtActionColorBackgroundPositiveDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
36
|
-
public static let dtActionColorBackgroundPositiveHover = UIColor(red: 0.
|
|
37
|
-
public static let dtActionColorBackgroundPositivePrimaryActive = UIColor(red: 0.
|
|
36
|
+
public static let dtActionColorBackgroundPositiveHover = UIColor(red: 0.973, green: 0.992, blue: 0.969, alpha: 1)
|
|
37
|
+
public static let dtActionColorBackgroundPositivePrimaryActive = UIColor(red: 0.086, green: 0.537, blue: 0.212, alpha: 1)
|
|
38
38
|
public static let dtActionColorBackgroundPositivePrimaryDefault = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
|
|
39
|
-
public static let dtActionColorBackgroundPositivePrimaryHover = UIColor(red: 0.
|
|
39
|
+
public static let dtActionColorBackgroundPositivePrimaryHover = UIColor(red: 0.090, green: 0.576, blue: 0.227, alpha: 1)
|
|
40
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.925, green: 0.055, blue: 0.055, alpha: 1)
|
|
42
|
-
public static let dtActionColorBorderInvertedOutlinedDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
43
|
-
public static let dtActionColorBorderMutedOutlinedDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
44
|
-
public static let dtActionColorForegroundBaseActive = UIColor(red: 0.
|
|
42
|
+
public static let dtActionColorBorderInvertedOutlinedDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.220)
|
|
43
|
+
public static let dtActionColorBorderMutedOutlinedDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.180)
|
|
44
|
+
public static let dtActionColorForegroundBaseActive = UIColor(red: 0.447, green: 0.271, blue: 1.000, alpha: 1)
|
|
45
45
|
public static let dtActionColorForegroundBaseDefault = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
46
|
-
public static let dtActionColorForegroundBaseHover = UIColor(red: 0.
|
|
46
|
+
public static let dtActionColorForegroundBaseHover = UIColor(red: 0.447, green: 0.271, blue: 1.000, alpha: 1)
|
|
47
47
|
public static let dtActionColorForegroundBasePrimaryDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
48
|
-
public static let dtActionColorForegroundCriticalActive = UIColor(red: 0.
|
|
48
|
+
public static let dtActionColorForegroundCriticalActive = UIColor(red: 0.851, green: 0.051, blue: 0.051, alpha: 1)
|
|
49
49
|
public static let dtActionColorForegroundCriticalDefault = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
|
|
50
|
-
public static let dtActionColorForegroundCriticalHover = UIColor(red: 0.
|
|
50
|
+
public static let dtActionColorForegroundCriticalHover = UIColor(red: 0.851, green: 0.051, blue: 0.051, alpha: 1)
|
|
51
51
|
public static let dtActionColorForegroundCriticalPrimaryDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
52
52
|
public static let dtActionColorForegroundDisabledDefault = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
|
|
53
53
|
public static let dtActionColorForegroundInvertedActive = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
@@ -59,9 +59,9 @@ public enum DialtoneTokensExpressiveLight {
|
|
|
59
59
|
public static let dtActionColorForegroundMutedActive = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
|
|
60
60
|
public static let dtActionColorForegroundMutedDefault = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
|
|
61
61
|
public static let dtActionColorForegroundMutedHover = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
|
|
62
|
-
public static let dtActionColorForegroundPositiveActive = UIColor(red: 0.
|
|
62
|
+
public static let dtActionColorForegroundPositiveActive = UIColor(red: 0.082, green: 0.525, blue: 0.204, alpha: 1)
|
|
63
63
|
public static let dtActionColorForegroundPositiveDefault = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
|
|
64
|
-
public static let dtActionColorForegroundPositiveHover = UIColor(red: 0.
|
|
64
|
+
public static let dtActionColorForegroundPositiveHover = UIColor(red: 0.082, green: 0.525, blue: 0.204, alpha: 1)
|
|
65
65
|
public static let dtActionColorForegroundPositivePrimaryDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
66
66
|
public static let dtAvatarColorBackground000 = UIColor(red: 0.878, green: 0.878, blue: 0.878, alpha: 1)
|
|
67
67
|
public static let dtAvatarColorBackground100 = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
|
|
@@ -84,26 +84,26 @@ public enum DialtoneTokensExpressiveLight {
|
|
|
84
84
|
public static let dtAvatarColorBackground900 = UIColor(red: 0.318, green: 0.627, blue: 0.996, alpha: 1)
|
|
85
85
|
public static let dtAvatarColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
86
86
|
public static let dtBadgeColorBackgroundBulletin = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
87
|
-
public static let dtBadgeColorBackgroundBulletinSubtle = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha:
|
|
87
|
+
public static let dtBadgeColorBackgroundBulletinSubtle = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 0.102)
|
|
88
88
|
public static let dtBadgeColorBackgroundCritical = UIColor(red: 1.000, green: 0.898, blue: 0.902, alpha: 1)
|
|
89
|
-
public static let dtBadgeColorBackgroundDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
89
|
+
public static let dtBadgeColorBackgroundDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.090)
|
|
90
90
|
public static let dtBadgeColorBackgroundInfo = UIColor(red: 0.918, green: 0.949, blue: 0.980, alpha: 1)
|
|
91
91
|
public static let dtBadgeColorBackgroundSuccess = UIColor(red: 0.929, green: 0.976, blue: 0.922, alpha: 1)
|
|
92
92
|
public static let dtBadgeColorBackgroundWarning = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)
|
|
93
|
-
public static let dtBadgeColorBorderBulletinSubtle = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha:
|
|
94
|
-
public static let dtBadgeColorBorderDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
93
|
+
public static let dtBadgeColorBorderBulletinSubtle = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 0.502)
|
|
94
|
+
public static let dtBadgeColorBorderDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.102)
|
|
95
95
|
public static let dtBadgeColorForegroundBulletin = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
96
|
-
public static let dtBadgeColorForegroundBulletinSubtle = UIColor(red: 0.
|
|
96
|
+
public static let dtBadgeColorForegroundBulletinSubtle = UIColor(red: 0.129, green: 0.000, blue: 0.529, alpha: 1)
|
|
97
97
|
public static let dtBadgeColorForegroundDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
98
98
|
public static let dtCheckboxColorBackgroundChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
99
99
|
public static let dtCheckboxColorBorderChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
100
|
-
public static let dtCheckboxColorBorderUnchecked = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
100
|
+
public static let dtCheckboxColorBorderUnchecked = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.341)
|
|
101
101
|
public static let dtCheckboxSizeHeight = CGFloat(16.00)
|
|
102
102
|
public static let dtCheckboxSizeRadius = CGFloat(4.00)
|
|
103
103
|
public static let dtCheckboxSizeWidth = CGFloat(16.00)
|
|
104
104
|
public static let dtColorBorderAccent = UIColor(red: 0.976, green: 0.000, blue: 0.557, alpha: 1)
|
|
105
|
-
public static let dtColorBorderBold = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
106
|
-
public static let dtColorBorderBoldInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
105
|
+
public static let dtColorBorderBold = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.502)
|
|
106
|
+
public static let dtColorBorderBoldInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.502)
|
|
107
107
|
public static let dtColorBorderBrand = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
108
108
|
public static let dtColorBorderBrandInverted = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
109
109
|
public static let dtColorBorderBrandStrong = UIColor(red: 0.227, green: 0.114, blue: 0.584, alpha: 1)
|
|
@@ -116,13 +116,13 @@ public enum DialtoneTokensExpressiveLight {
|
|
|
116
116
|
public static let dtColorBorderCriticalStrongInverted = UIColor(red: 1.000, green: 0.898, blue: 0.902, alpha: 1)
|
|
117
117
|
public static let dtColorBorderCriticalSubtle = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
|
|
118
118
|
public static let dtColorBorderCriticalSubtleInverted = UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha: 1)
|
|
119
|
-
public static let dtColorBorderDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
120
|
-
public static let dtColorBorderDefaultInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
119
|
+
public static let dtColorBorderDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.180)
|
|
120
|
+
public static let dtColorBorderDefaultInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.220)
|
|
121
121
|
public static let dtColorBorderFocus = UIColor(red: 0.318, green: 0.627, blue: 0.996, alpha: 1)
|
|
122
|
-
public static let dtColorBorderModerate = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
123
|
-
public static let dtColorBorderModerateInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
124
|
-
public static let dtColorBorderSubtle = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
125
|
-
public static let dtColorBorderSubtleInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
122
|
+
public static let dtColorBorderModerate = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.341)
|
|
123
|
+
public static let dtColorBorderModerateInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.380)
|
|
124
|
+
public static let dtColorBorderSubtle = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.102)
|
|
125
|
+
public static let dtColorBorderSubtleInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.141)
|
|
126
126
|
public static let dtColorBorderSuccess = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
|
|
127
127
|
public static let dtColorBorderSuccessInverted = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
|
|
128
128
|
public static let dtColorBorderSuccessStrong = UIColor(red: 0.071, green: 0.275, blue: 0.125, alpha: 1)
|
|
@@ -131,18 +131,18 @@ public enum DialtoneTokensExpressiveLight {
|
|
|
131
131
|
public static let dtColorBorderSuccessSubtleInverted = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
|
|
132
132
|
public static let dtColorBorderWarning = UIColor(red: 0.824, green: 0.561, blue: 0.169, alpha: 1)
|
|
133
133
|
public static let dtColorBorderWarningInverted = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
|
|
134
|
-
public static let dtColorBorderWarningStrong = UIColor(red: 0.
|
|
134
|
+
public static let dtColorBorderWarningStrong = UIColor(red: 0.404, green: 0.251, blue: 0.024, alpha: 1)
|
|
135
135
|
public static let dtColorBorderWarningStrongInverted = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)
|
|
136
136
|
public static let dtColorBorderWarningSubtle = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
|
|
137
137
|
public static let dtColorBorderWarningSubtleInverted = UIColor(red: 0.824, green: 0.561, blue: 0.169, alpha: 1)
|
|
138
138
|
public static let dtColorForegroundCritical = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
|
|
139
139
|
public static let dtColorForegroundCriticalInverted = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
|
|
140
140
|
public static let dtColorForegroundCriticalStrong = UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha: 1)
|
|
141
|
-
public static let dtColorForegroundCriticalStrongInverted = UIColor(red: 1.000, green: 0.
|
|
141
|
+
public static let dtColorForegroundCriticalStrongInverted = UIColor(red: 1.000, green: 0.643, blue: 0.643, alpha: 1)
|
|
142
142
|
public static let dtColorForegroundDisabled = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
|
|
143
143
|
public static let dtColorForegroundDisabledInverted = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
|
|
144
|
-
public static let dtColorForegroundMuted = UIColor(red: 0.133, green: 0.133, blue: 0.133, alpha:
|
|
145
|
-
public static let dtColorForegroundMutedInverted = UIColor(red: 0.914, green: 0.914, blue: 0.914, alpha:
|
|
144
|
+
public static let dtColorForegroundMuted = UIColor(red: 0.133, green: 0.133, blue: 0.133, alpha: 0.502)
|
|
145
|
+
public static let dtColorForegroundMutedInverted = UIColor(red: 0.914, green: 0.914, blue: 0.914, alpha: 0.600)
|
|
146
146
|
public static let dtColorForegroundPlaceholder = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
|
|
147
147
|
public static let dtColorForegroundPlaceholderInverted = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
|
|
148
148
|
public static let dtColorForegroundPrimary = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
@@ -152,7 +152,7 @@ public enum DialtoneTokensExpressiveLight {
|
|
|
152
152
|
public static let dtColorForegroundSuccess = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
|
|
153
153
|
public static let dtColorForegroundSuccessInverted = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
|
|
154
154
|
public static let dtColorForegroundSuccessStrong = UIColor(red: 0.071, green: 0.275, blue: 0.125, alpha: 1)
|
|
155
|
-
public static let dtColorForegroundSuccessStrongInverted = UIColor(red: 0.
|
|
155
|
+
public static let dtColorForegroundSuccessStrongInverted = UIColor(red: 0.831, green: 1.000, blue: 0.800, alpha: 1)
|
|
156
156
|
public static let dtColorForegroundTertiary = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
|
|
157
157
|
public static let dtColorForegroundTertiaryInverted = UIColor(red: 0.824, green: 0.824, blue: 0.824, alpha: 1)
|
|
158
158
|
public static let dtColorForegroundWarning = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)
|
|
@@ -160,7 +160,7 @@ public enum DialtoneTokensExpressiveLight {
|
|
|
160
160
|
public static let dtColorLinkCritical = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
|
|
161
161
|
public static let dtColorLinkCriticalHover = UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha: 1)
|
|
162
162
|
public static let dtColorLinkCriticalInverted = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
|
|
163
|
-
public static let dtColorLinkCriticalInvertedHover = UIColor(red: 1.000, green: 0.
|
|
163
|
+
public static let dtColorLinkCriticalInvertedHover = UIColor(red: 1.000, green: 0.643, blue: 0.643, alpha: 1)
|
|
164
164
|
public static let dtColorLinkDisabled = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
|
|
165
165
|
public static let dtColorLinkDisabledHover = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
|
|
166
166
|
public static let dtColorLinkDisabledInverted = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
|
|
@@ -176,43 +176,43 @@ public enum DialtoneTokensExpressiveLight {
|
|
|
176
176
|
public static let dtColorLinkSuccess = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
|
|
177
177
|
public static let dtColorLinkSuccessHover = UIColor(red: 0.071, green: 0.275, blue: 0.125, alpha: 1)
|
|
178
178
|
public static let dtColorLinkSuccessInverted = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
|
|
179
|
-
public static let dtColorLinkSuccessInvertedHover = UIColor(red: 0.
|
|
179
|
+
public static let dtColorLinkSuccessInvertedHover = UIColor(red: 0.831, green: 1.000, blue: 0.800, alpha: 1)
|
|
180
180
|
public static let dtColorLinkWarning = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)
|
|
181
181
|
public static let dtColorLinkWarningHover = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
|
|
182
182
|
public static let dtColorLinkWarningInverted = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)
|
|
183
183
|
public static let dtColorLinkWarningInvertedHover = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
|
|
184
|
-
public static let dtColorSurfaceBackdrop = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
184
|
+
public static let dtColorSurfaceBackdrop = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.702)
|
|
185
185
|
public static let dtColorSurfaceBold = UIColor(red: 0.824, green: 0.824, blue: 0.824, alpha: 1)
|
|
186
|
-
public static let dtColorSurfaceBoldOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
186
|
+
public static let dtColorSurfaceBoldOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.180)
|
|
187
187
|
public static let dtColorSurfaceContrast = UIColor(red: 0.133, green: 0.133, blue: 0.133, alpha: 1)
|
|
188
|
-
public static let dtColorSurfaceContrastOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
188
|
+
public static let dtColorSurfaceContrastOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.871)
|
|
189
189
|
public static let dtColorSurfaceCritical = UIColor(red: 1.000, green: 0.898, blue: 0.902, alpha: 1)
|
|
190
|
-
public static let dtColorSurfaceCriticalOpaque = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha:
|
|
190
|
+
public static let dtColorSurfaceCriticalOpaque = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 0.110)
|
|
191
191
|
public static let dtColorSurfaceCriticalStrong = UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha: 1)
|
|
192
|
-
public static let dtColorSurfaceCriticalSubtle = UIColor(red: 1.000, green: 0.
|
|
193
|
-
public static let dtColorSurfaceCriticalSubtleOpaque = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha:
|
|
192
|
+
public static let dtColorSurfaceCriticalSubtle = UIColor(red: 1.000, green: 0.949, blue: 0.953, alpha: 1)
|
|
193
|
+
public static let dtColorSurfaceCriticalSubtleOpaque = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 0.051)
|
|
194
194
|
public static let dtColorSurfaceInfo = UIColor(red: 0.918, green: 0.949, blue: 0.980, alpha: 1)
|
|
195
|
-
public static let dtColorSurfaceInfoOpaque = UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha:
|
|
195
|
+
public static let dtColorSurfaceInfoOpaque = UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha: 0.090)
|
|
196
196
|
public static let dtColorSurfaceInfoStrong = UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha: 1)
|
|
197
|
-
public static let dtColorSurfaceInfoSubtle = UIColor(red: 0.
|
|
198
|
-
public static let dtColorSurfaceInfoSubtleOpaque = UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha:
|
|
197
|
+
public static let dtColorSurfaceInfoSubtle = UIColor(red: 0.961, green: 0.973, blue: 0.988, alpha: 1)
|
|
198
|
+
public static let dtColorSurfaceInfoSubtleOpaque = UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha: 0.039)
|
|
199
199
|
public static let dtColorSurfaceModerate = UIColor(red: 0.914, green: 0.914, blue: 0.914, alpha: 1)
|
|
200
|
-
public static let dtColorSurfaceModerateOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
200
|
+
public static let dtColorSurfaceModerateOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.090)
|
|
201
201
|
public static let dtColorSurfacePrimary = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
202
202
|
public static let dtColorSurfaceSecondary = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
|
|
203
|
-
public static let dtColorSurfaceSecondaryOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
203
|
+
public static let dtColorSurfaceSecondaryOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.020)
|
|
204
204
|
public static let dtColorSurfaceStrong = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
|
|
205
|
-
public static let dtColorSurfaceStrongOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
205
|
+
public static let dtColorSurfaceStrongOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.671)
|
|
206
206
|
public static let dtColorSurfaceSuccess = UIColor(red: 0.929, green: 0.976, blue: 0.922, alpha: 1)
|
|
207
|
-
public static let dtColorSurfaceSuccessOpaque = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha:
|
|
207
|
+
public static let dtColorSurfaceSuccessOpaque = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 0.078)
|
|
208
208
|
public static let dtColorSurfaceSuccessStrong = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
|
|
209
|
-
public static let dtColorSurfaceSuccessSubtle = UIColor(red: 0.
|
|
210
|
-
public static let dtColorSurfaceSuccessSubtleOpaque = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha:
|
|
209
|
+
public static let dtColorSurfaceSuccessSubtle = UIColor(red: 0.973, green: 0.992, blue: 0.969, alpha: 1)
|
|
210
|
+
public static let dtColorSurfaceSuccessSubtleOpaque = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 0.031)
|
|
211
211
|
public static let dtColorSurfaceWarning = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)
|
|
212
|
-
public static let dtColorSurfaceWarningOpaque = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha:
|
|
212
|
+
public static let dtColorSurfaceWarningOpaque = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 0.380)
|
|
213
213
|
public static let dtColorSurfaceWarningStrong = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
|
|
214
|
-
public static let dtColorSurfaceWarningSubtle = UIColor(red: 1.000, green: 0.
|
|
215
|
-
public static let dtColorSurfaceWarningSubtleOpaque = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha:
|
|
214
|
+
public static let dtColorSurfaceWarningSubtle = UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 1)
|
|
215
|
+
public static let dtColorSurfaceWarningSubtleOpaque = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 0.180)
|
|
216
216
|
public static let dtFontSize100 = CGFloat(10.00) * 1.6
|
|
217
217
|
public static let dtFontSize200 = CGFloat(10.00) * 2
|
|
218
218
|
public static let dtFontSize300 = CGFloat(10.00) * 2.8
|
|
@@ -235,11 +235,11 @@ public enum DialtoneTokensExpressiveLight {
|
|
|
235
235
|
public static let dtIconSizeBorder600 = CGFloat(1.00) * 2.5
|
|
236
236
|
public static let dtIconSizeBorder700 = CGFloat(1.00) * 2.75
|
|
237
237
|
public static let dtIconSizeBorder800 = CGFloat(1.00) * 3.5
|
|
238
|
-
public static let dtInputsColorBackgroundDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
239
|
-
public static let dtInputsColorBackgroundDisabled = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
240
|
-
public static let dtInputsColorBackgroundFocus = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
238
|
+
public static let dtInputsColorBackgroundDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.031)
|
|
239
|
+
public static let dtInputsColorBackgroundDisabled = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.122)
|
|
240
|
+
public static let dtInputsColorBackgroundFocus = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.012)
|
|
241
241
|
public static let dtInputsColorBorderCritical = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
|
|
242
|
-
public static let dtInputsColorBorderDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
242
|
+
public static let dtInputsColorBorderDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.180)
|
|
243
243
|
public static let dtInputsColorBorderDisabled = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
244
244
|
public static let dtInputsColorBorderFocus = UIColor(red: 0.318, green: 0.627, blue: 0.996, alpha: 1)
|
|
245
245
|
public static let dtInputsColorBorderSuccess = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
|
|
@@ -271,7 +271,7 @@ public enum DialtoneTokensExpressiveLight {
|
|
|
271
271
|
public static let dtInputsSizeRadiusXs = CGFloat(4.00)
|
|
272
272
|
public static let dtRadioColorBackgroundChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
273
273
|
public static let dtRadioColorBorderChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
274
|
-
public static let dtRadioColorBorderUnchecked = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
274
|
+
public static let dtRadioColorBorderUnchecked = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.341)
|
|
275
275
|
public static let dtRadioSizeHeight = CGFloat(16.00)
|
|
276
276
|
public static let dtRadioSizeRadius = CGFloat(50.00)
|
|
277
277
|
public static let dtRadioSizeWidth = CGFloat(16.00)
|
|
@@ -289,33 +289,33 @@ public enum DialtoneTokensExpressiveLight {
|
|
|
289
289
|
public static let dtThemeSidebarColorForeground = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
|
|
290
290
|
public static let dtThemeSidebarColorForegroundUnread = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
291
291
|
public static let dtThemeSidebarIconColorForeground = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
|
|
292
|
-
public static let dtThemeSidebarRowColorBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
293
|
-
public static let dtThemeSidebarRowColorBackgroundActive = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
294
|
-
public static let dtThemeSidebarRowColorBackgroundHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
292
|
+
public static let dtThemeSidebarRowColorBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
293
|
+
public static let dtThemeSidebarRowColorBackgroundActive = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.161)
|
|
294
|
+
public static let dtThemeSidebarRowColorBackgroundHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.122)
|
|
295
295
|
public static let dtThemeSidebarSectionColorForeground = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
|
|
296
|
-
public static let dtThemeSidebarSelectedRowColorBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
296
|
+
public static let dtThemeSidebarSelectedRowColorBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.102)
|
|
297
297
|
public static let dtThemeSidebarSelectedRowColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
298
298
|
public static let dtThemeSidebarStatusColorForeground = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
|
|
299
|
-
public static let dtThemeTopbarButtonColorBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
300
|
-
public static let dtThemeTopbarButtonColorBackgroundActive = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
301
|
-
public static let dtThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
302
|
-
public static let dtThemeTopbarButtonColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
299
|
+
public static let dtThemeTopbarButtonColorBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
300
|
+
public static let dtThemeTopbarButtonColorBackgroundActive = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.102)
|
|
301
|
+
public static let dtThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.051)
|
|
302
|
+
public static let dtThemeTopbarButtonColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.651)
|
|
303
303
|
public static let dtThemeTopbarButtonColorForegroundHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
304
304
|
public static let dtThemeTopbarColorBackground = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
|
|
305
|
-
public static let dtThemeTopbarColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
306
|
-
public static let dtThemeTopbarFieldColorBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
307
|
-
public static let dtThemeTopbarFieldColorBackgroundHover = UIColor(red:
|
|
308
|
-
public static let dtThemeTopbarFieldColorBorder = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
309
|
-
public static let dtThemeTopbarFieldColorBorderActive = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
310
|
-
public static let dtThemeTopbarFieldColorBorderHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
311
|
-
public static let dtThemeTopbarFieldColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
312
|
-
public static let dtThemeTopbarFieldColorForegroundHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
313
|
-
public static let dtThemeTopbarProfileColorBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
314
|
-
public static let dtThemeTopbarProfileColorBackgroundActive = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
315
|
-
public static let dtThemeTopbarProfileColorBackgroundHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
316
|
-
public static let dtThemeTopbarProfileColorBackgroundInverted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
317
|
-
public static let dtThemeTopbarProfileColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
318
|
-
public static let dtThemeTopbarProfileColorForegroundInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
305
|
+
public static let dtThemeTopbarColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.749)
|
|
306
|
+
public static let dtThemeTopbarFieldColorBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.051)
|
|
307
|
+
public static let dtThemeTopbarFieldColorBackgroundHover = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
308
|
+
public static let dtThemeTopbarFieldColorBorder = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
309
|
+
public static let dtThemeTopbarFieldColorBorderActive = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.200)
|
|
310
|
+
public static let dtThemeTopbarFieldColorBorderHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.102)
|
|
311
|
+
public static let dtThemeTopbarFieldColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.502)
|
|
312
|
+
public static let dtThemeTopbarFieldColorForegroundHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.749)
|
|
313
|
+
public static let dtThemeTopbarProfileColorBackground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.051)
|
|
314
|
+
public static let dtThemeTopbarProfileColorBackgroundActive = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.141)
|
|
315
|
+
public static let dtThemeTopbarProfileColorBackgroundHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.102)
|
|
316
|
+
public static let dtThemeTopbarProfileColorBackgroundInverted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.749)
|
|
317
|
+
public static let dtThemeTopbarProfileColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.749)
|
|
318
|
+
public static let dtThemeTopbarProfileColorForegroundInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.749)
|
|
319
319
|
public static let dtTypographyBodyMdCompactFontFamily = UIFont.systemFont(ofSize: 15)
|
|
320
320
|
public static let dtTypographyBodyMdCompactFontSize = CGFloat(10.00) * 2
|
|
321
321
|
public static let dtTypographyBodyMdCompactFontWeight = 400
|