@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,38 +9,38 @@
|
|
|
9
9
|
import UIKit
|
|
10
10
|
|
|
11
11
|
public enum DialtoneTokensDecaLight {
|
|
12
|
-
public static let dtActionColorBackgroundBaseActive = UIColor(red: 0.
|
|
12
|
+
public static let dtActionColorBackgroundBaseActive = UIColor(red: 0.725, green: 0.584, blue: 1.000, alpha: 0.271)
|
|
13
13
|
public static let dtActionColorBackgroundBaseDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
14
|
-
public static let dtActionColorBackgroundBaseHover = UIColor(red: 0.855, green: 0.780, blue: 1.000, alpha:
|
|
14
|
+
public static let dtActionColorBackgroundBaseHover = UIColor(red: 0.855, green: 0.780, blue: 1.000, alpha: 0.271)
|
|
15
15
|
public static let dtActionColorBackgroundBasePrimaryActive = UIColor(red: 0.314, green: 0.137, blue: 0.867, alpha: 1)
|
|
16
16
|
public static let dtActionColorBackgroundBasePrimaryDefault = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
17
17
|
public static let dtActionColorBackgroundBasePrimaryHover = UIColor(red: 0.396, green: 0.220, blue: 0.945, alpha: 1)
|
|
18
|
-
public static let dtActionColorBackgroundCriticalActive = UIColor(red: 1.000, green: 0.
|
|
18
|
+
public static let dtActionColorBackgroundCriticalActive = UIColor(red: 1.000, green: 0.506, blue: 0.463, alpha: 0.310)
|
|
19
19
|
public static let dtActionColorBackgroundCriticalDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
20
|
-
public static let dtActionColorBackgroundCriticalHover = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha:
|
|
20
|
+
public static let dtActionColorBackgroundCriticalHover = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 0.310)
|
|
21
21
|
public static let dtActionColorBackgroundCriticalPrimaryActive = UIColor(red: 0.686, green: 0.000, blue: 0.196, alpha: 1)
|
|
22
22
|
public static let dtActionColorBackgroundCriticalPrimaryDefault = UIColor(red: 1.000, green: 0.075, blue: 0.337, alpha: 1)
|
|
23
23
|
public static let dtActionColorBackgroundCriticalPrimaryHover = UIColor(red: 0.851, green: 0.039, blue: 0.271, alpha: 1)
|
|
24
|
-
public static let dtActionColorBackgroundDisabledDefault = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
24
|
+
public static let dtActionColorBackgroundDisabledDefault = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.188)
|
|
25
25
|
public static let dtActionColorBackgroundInvertedActive = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
|
|
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.325, green: 0.325, blue: 0.325, alpha: 1)
|
|
28
28
|
public static let dtActionColorBackgroundInvertedPrimaryActive = UIColor(red: 0.855, green: 0.780, blue: 1.000, alpha: 1)
|
|
29
29
|
public static let dtActionColorBackgroundInvertedPrimaryDefault = UIColor(red: 0.976, green: 0.976, blue: 0.976, 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.110, green: 0.110, blue: 0.110, alpha:
|
|
31
|
+
public static let dtActionColorBackgroundMutedActive = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.141)
|
|
32
32
|
public static let dtActionColorBackgroundMutedDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
33
|
-
public static let dtActionColorBackgroundMutedHover = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
34
|
-
public static let dtActionColorBackgroundPositiveActive = UIColor(red: 0.
|
|
33
|
+
public static let dtActionColorBackgroundMutedHover = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.102)
|
|
34
|
+
public static let dtActionColorBackgroundPositiveActive = UIColor(red: 0.651, green: 1.000, blue: 0.165, alpha: 0.251)
|
|
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.859, green: 1.000, blue: 0.663, alpha:
|
|
37
|
-
public static let dtActionColorBackgroundPositivePrimaryActive = UIColor(red: 0.000, green: 0.
|
|
36
|
+
public static let dtActionColorBackgroundPositiveHover = UIColor(red: 0.859, green: 1.000, blue: 0.663, alpha: 0.251)
|
|
37
|
+
public static let dtActionColorBackgroundPositivePrimaryActive = UIColor(red: 0.000, green: 0.494, blue: 0.286, alpha: 1)
|
|
38
38
|
public static let dtActionColorBackgroundPositivePrimaryDefault = UIColor(red: 0.180, green: 0.659, blue: 0.204, alpha: 1)
|
|
39
39
|
public static let dtActionColorBackgroundPositivePrimaryHover = UIColor(red: 0.000, green: 0.557, blue: 0.322, alpha: 1)
|
|
40
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: 1.000, green: 0.075, blue: 0.337, 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.110, green: 0.110, blue: 0.110, alpha:
|
|
42
|
+
public static let dtActionColorBorderInvertedOutlinedDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.200)
|
|
43
|
+
public static let dtActionColorBorderMutedOutlinedDefault = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.169)
|
|
44
44
|
public static let dtActionColorForegroundBaseActive = UIColor(red: 0.314, green: 0.137, blue: 0.867, alpha: 1)
|
|
45
45
|
public static let dtActionColorForegroundBaseDefault = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
46
46
|
public static let dtActionColorForegroundBaseHover = UIColor(red: 0.314, green: 0.137, blue: 0.867, alpha: 1)
|
|
@@ -86,12 +86,12 @@ public enum DialtoneTokensDecaLight {
|
|
|
86
86
|
public static let dtBadgeColorBackgroundBulletin = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
87
87
|
public static let dtBadgeColorBackgroundBulletinSubtle = UIColor(red: 0.855, green: 0.780, blue: 1.000, alpha: 1)
|
|
88
88
|
public static let dtBadgeColorBackgroundCritical = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 1)
|
|
89
|
-
public static let dtBadgeColorBackgroundDefault = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
89
|
+
public static let dtBadgeColorBackgroundDefault = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.102)
|
|
90
90
|
public static let dtBadgeColorBackgroundInfo = UIColor(red: 0.741, green: 0.910, blue: 1.000, alpha: 1)
|
|
91
91
|
public static let dtBadgeColorBackgroundSuccess = UIColor(red: 0.859, green: 1.000, blue: 0.663, alpha: 1)
|
|
92
92
|
public static let dtBadgeColorBackgroundWarning = UIColor(red: 1.000, green: 0.910, blue: 0.612, 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.110, green: 0.110, blue: 0.110, 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.110, green: 0.110, blue: 0.110, alpha: 0.110)
|
|
95
95
|
public static let dtBadgeColorForegroundAi = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
96
96
|
public static let dtBadgeColorForegroundBulletin = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
97
97
|
public static let dtBadgeColorForegroundBulletinSubtle = UIColor(red: 0.227, green: 0.114, blue: 0.584, alpha: 1)
|
|
@@ -118,15 +118,15 @@ public enum DialtoneTokensDecaLight {
|
|
|
118
118
|
public static let dtButtonSizeRadiusXs = CGFloat(4.00)
|
|
119
119
|
public static let dtCheckboxColorBackgroundChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
120
120
|
public static let dtCheckboxColorBorderChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
121
|
-
public static let dtCheckboxColorBorderUnchecked = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
121
|
+
public static let dtCheckboxColorBorderUnchecked = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.251)
|
|
122
122
|
public static let dtCheckboxColorForegroundChecked = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
|
|
123
123
|
public static let dtCheckboxColorForegroundDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
124
124
|
public static let dtCheckboxSizeHeight = CGFloat(16.00)
|
|
125
125
|
public static let dtCheckboxSizeRadius = CGFloat(4.00)
|
|
126
126
|
public static let dtCheckboxSizeWidth = CGFloat(16.00)
|
|
127
127
|
public static let dtColorBorderAccent = UIColor(red: 1.000, green: 0.106, blue: 0.643, alpha: 1)
|
|
128
|
-
public static let dtColorBorderBold = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
129
|
-
public static let dtColorBorderBoldInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
128
|
+
public static let dtColorBorderBold = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.502)
|
|
129
|
+
public static let dtColorBorderBoldInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.502)
|
|
130
130
|
public static let dtColorBorderBrand = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
131
131
|
public static let dtColorBorderBrandInverted = UIColor(red: 0.671, green: 0.494, blue: 1.000, alpha: 1)
|
|
132
132
|
public static let dtColorBorderBrandStrong = UIColor(red: 0.314, green: 0.137, blue: 0.867, alpha: 1)
|
|
@@ -139,13 +139,13 @@ public enum DialtoneTokensDecaLight {
|
|
|
139
139
|
public static let dtColorBorderCriticalStrongInverted = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 1)
|
|
140
140
|
public static let dtColorBorderCriticalSubtle = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
141
141
|
public static let dtColorBorderCriticalSubtleInverted = UIColor(red: 0.392, green: 0.031, blue: 0.137, alpha: 1)
|
|
142
|
-
public static let dtColorBorderDefault = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
143
|
-
public static let dtColorBorderDefaultInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
142
|
+
public static let dtColorBorderDefault = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.169)
|
|
143
|
+
public static let dtColorBorderDefaultInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.200)
|
|
144
144
|
public static let dtColorBorderFocus = UIColor(red: 0.173, green: 0.514, blue: 0.835, alpha: 1)
|
|
145
|
-
public static let dtColorBorderModerate = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
146
|
-
public static let dtColorBorderModerateInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
147
|
-
public static let dtColorBorderSubtle = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
148
|
-
public static let dtColorBorderSubtleInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
145
|
+
public static let dtColorBorderModerate = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.251)
|
|
146
|
+
public static let dtColorBorderModerateInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.349)
|
|
147
|
+
public static let dtColorBorderSubtle = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.110)
|
|
148
|
+
public static let dtColorBorderSubtleInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.122)
|
|
149
149
|
public static let dtColorBorderSuccess = UIColor(red: 0.180, green: 0.659, blue: 0.204, alpha: 1)
|
|
150
150
|
public static let dtColorBorderSuccessInverted = UIColor(red: 0.322, green: 0.788, blue: 0.149, alpha: 1)
|
|
151
151
|
public static let dtColorBorderSuccessStrong = UIColor(red: 0.000, green: 0.310, blue: 0.180, alpha: 1)
|
|
@@ -164,8 +164,8 @@ public enum DialtoneTokensDecaLight {
|
|
|
164
164
|
public static let dtColorForegroundCriticalStrongInverted = UIColor(red: 1.000, green: 0.898, blue: 0.902, alpha: 1)
|
|
165
165
|
public static let dtColorForegroundDisabled = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
|
|
166
166
|
public static let dtColorForegroundDisabledInverted = UIColor(red: 0.667, green: 0.667, blue: 0.667, alpha: 1)
|
|
167
|
-
public static let dtColorForegroundMuted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
168
|
-
public static let dtColorForegroundMutedInverted = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha:
|
|
167
|
+
public static let dtColorForegroundMuted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.502)
|
|
168
|
+
public static let dtColorForegroundMutedInverted = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.651)
|
|
169
169
|
public static let dtColorForegroundPlaceholder = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
|
|
170
170
|
public static let dtColorForegroundPlaceholderInverted = UIColor(red: 0.667, green: 0.667, blue: 0.667, alpha: 1)
|
|
171
171
|
public static let dtColorForegroundPrimary = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 1)
|
|
@@ -204,80 +204,80 @@ public enum DialtoneTokensDecaLight {
|
|
|
204
204
|
public static let dtColorLinkWarningHover = UIColor(red: 0.325, green: 0.196, blue: 0.016, alpha: 1)
|
|
205
205
|
public static let dtColorLinkWarningInverted = UIColor(red: 1.000, green: 0.620, blue: 0.055, alpha: 1)
|
|
206
206
|
public static let dtColorLinkWarningInvertedHover = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
|
|
207
|
-
public static let dtColorSurfaceBackdrop = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
207
|
+
public static let dtColorSurfaceBackdrop = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.651)
|
|
208
208
|
public static let dtColorSurfaceBold = UIColor(red: 0.824, green: 0.824, blue: 0.824, alpha: 1)
|
|
209
209
|
public static let dtColorSurfaceBoldInverted = UIColor(red: 0.325, green: 0.325, blue: 0.325, alpha: 1)
|
|
210
|
-
public static let dtColorSurfaceBoldOpaque = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
211
|
-
public static let dtColorSurfaceBoldOpaqueInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
210
|
+
public static let dtColorSurfaceBoldOpaque = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.188)
|
|
211
|
+
public static let dtColorSurfaceBoldOpaqueInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.322)
|
|
212
212
|
public static let dtColorSurfaceBrand = UIColor(red: 0.961, green: 0.941, blue: 1.000, alpha: 1)
|
|
213
213
|
public static let dtColorSurfaceBrandInverted = UIColor(red: 0.114, green: 0.004, blue: 0.333, alpha: 1)
|
|
214
|
-
public static let dtColorSurfaceBrandOpaque = UIColor(red: 0.855, green: 0.780, blue: 1.000, alpha:
|
|
215
|
-
public static let dtColorSurfaceBrandOpaqueInverted = UIColor(red: 0.114, green: 0.004, blue: 0.333, alpha:
|
|
214
|
+
public static let dtColorSurfaceBrandOpaque = UIColor(red: 0.855, green: 0.780, blue: 1.000, alpha: 0.271)
|
|
215
|
+
public static let dtColorSurfaceBrandOpaqueInverted = UIColor(red: 0.114, green: 0.004, blue: 0.333, alpha: 0.800)
|
|
216
216
|
public static let dtColorSurfaceBrandStrong = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
217
217
|
public static let dtColorSurfaceBrandStrongInverted = UIColor(red: 0.671, green: 0.494, blue: 1.000, alpha: 1)
|
|
218
218
|
public static let dtColorSurfaceBrandSubtle = UIColor(red: 0.976, green: 0.965, blue: 1.000, alpha: 1)
|
|
219
219
|
public static let dtColorSurfaceBrandSubtleInverted = UIColor(red: 0.055, green: 0.000, blue: 0.165, alpha: 1)
|
|
220
|
-
public static let dtColorSurfaceBrandSubtleOpaque = UIColor(red: 0.855, green: 0.780, blue: 1.000, alpha:
|
|
221
|
-
public static let dtColorSurfaceBrandSubtleOpaqueInverted = UIColor(red: 0.055, green: 0.000, blue: 0.165, alpha:
|
|
220
|
+
public static let dtColorSurfaceBrandSubtleOpaque = UIColor(red: 0.855, green: 0.780, blue: 1.000, alpha: 0.200)
|
|
221
|
+
public static let dtColorSurfaceBrandSubtleOpaqueInverted = UIColor(red: 0.055, green: 0.000, blue: 0.165, alpha: 0.659)
|
|
222
222
|
public static let dtColorSurfaceContrast = UIColor(red: 0.145, green: 0.145, blue: 0.145, alpha: 1)
|
|
223
223
|
public static let dtColorSurfaceContrastInverted = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
|
|
224
|
-
public static let dtColorSurfaceContrastOpaque = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
225
|
-
public static let dtColorSurfaceContrastOpaqueInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
224
|
+
public static let dtColorSurfaceContrastOpaque = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.941)
|
|
225
|
+
public static let dtColorSurfaceContrastOpaqueInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.969)
|
|
226
226
|
public static let dtColorSurfaceCritical = UIColor(red: 1.000, green: 0.898, blue: 0.902, alpha: 1)
|
|
227
227
|
public static let dtColorSurfaceCriticalInverted = UIColor(red: 0.220, green: 0.000, blue: 0.063, alpha: 1)
|
|
228
|
-
public static let dtColorSurfaceCriticalOpaque = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha:
|
|
229
|
-
public static let dtColorSurfaceCriticalOpaqueInverted = UIColor(red: 0.392, green: 0.031, blue: 0.137, alpha:
|
|
228
|
+
public static let dtColorSurfaceCriticalOpaque = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 0.310)
|
|
229
|
+
public static let dtColorSurfaceCriticalOpaqueInverted = UIColor(red: 0.392, green: 0.031, blue: 0.137, alpha: 0.502)
|
|
230
230
|
public static let dtColorSurfaceCriticalStrong = UIColor(red: 0.851, green: 0.039, blue: 0.271, alpha: 1)
|
|
231
231
|
public static let dtColorSurfaceCriticalStrongInverted = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
232
232
|
public static let dtColorSurfaceCriticalSubtle = UIColor(red: 1.000, green: 0.949, blue: 0.953, alpha: 1)
|
|
233
233
|
public static let dtColorSurfaceCriticalSubtleInverted = UIColor(red: 0.110, green: 0.004, blue: 0.031, alpha: 1)
|
|
234
|
-
public static let dtColorSurfaceCriticalSubtleOpaque = UIColor(red: 1.000, green: 0.898, blue: 0.902, alpha:
|
|
235
|
-
public static let dtColorSurfaceCriticalSubtleOpaqueInverted = UIColor(red: 0.110, green: 0.004, blue: 0.031, alpha:
|
|
234
|
+
public static let dtColorSurfaceCriticalSubtleOpaque = UIColor(red: 1.000, green: 0.898, blue: 0.902, alpha: 0.502)
|
|
235
|
+
public static let dtColorSurfaceCriticalSubtleOpaqueInverted = UIColor(red: 0.110, green: 0.004, blue: 0.031, alpha: 0.600)
|
|
236
236
|
public static let dtColorSurfaceInfo = UIColor(red: 0.918, green: 0.949, blue: 0.980, alpha: 1)
|
|
237
237
|
public static let dtColorSurfaceInfoInverted = UIColor(red: 0.000, green: 0.078, blue: 0.161, alpha: 1)
|
|
238
|
-
public static let dtColorSurfaceInfoOpaque = UIColor(red: 0.741, green: 0.910, blue: 1.000, alpha:
|
|
239
|
-
public static let dtColorSurfaceInfoOpaqueInverted = UIColor(red: 0.000, green: 0.078, blue: 0.161, alpha:
|
|
238
|
+
public static let dtColorSurfaceInfoOpaque = UIColor(red: 0.741, green: 0.910, blue: 1.000, alpha: 0.349)
|
|
239
|
+
public static let dtColorSurfaceInfoOpaqueInverted = UIColor(red: 0.000, green: 0.078, blue: 0.161, alpha: 0.600)
|
|
240
240
|
public static let dtColorSurfaceInfoStrong = UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha: 1)
|
|
241
241
|
public static let dtColorSurfaceInfoStrongInverted = UIColor(red: 0.290, green: 0.663, blue: 0.918, alpha: 1)
|
|
242
242
|
public static let dtColorSurfaceInfoSubtle = UIColor(red: 0.961, green: 0.976, blue: 0.992, alpha: 1)
|
|
243
243
|
public static let dtColorSurfaceInfoSubtleInverted = UIColor(red: 0.004, green: 0.043, blue: 0.086, alpha: 1)
|
|
244
|
-
public static let dtColorSurfaceInfoSubtleOpaque = UIColor(red: 0.918, green: 0.949, blue: 0.980, alpha:
|
|
245
|
-
public static let dtColorSurfaceInfoSubtleOpaqueInverted = UIColor(red: 0.004, green: 0.043, blue: 0.086, alpha:
|
|
244
|
+
public static let dtColorSurfaceInfoSubtleOpaque = UIColor(red: 0.918, green: 0.949, blue: 0.980, alpha: 0.502)
|
|
245
|
+
public static let dtColorSurfaceInfoSubtleOpaqueInverted = UIColor(red: 0.004, green: 0.043, blue: 0.086, alpha: 0.659)
|
|
246
246
|
public static let dtColorSurfaceModerate = UIColor(red: 0.914, green: 0.914, blue: 0.914, alpha: 1)
|
|
247
247
|
public static let dtColorSurfaceModerateInverted = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
|
|
248
|
-
public static let dtColorSurfaceModerateOpaque = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
249
|
-
public static let dtColorSurfaceModerateOpaqueInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
248
|
+
public static let dtColorSurfaceModerateOpaque = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.102)
|
|
249
|
+
public static let dtColorSurfaceModerateOpaqueInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.231)
|
|
250
250
|
public static let dtColorSurfacePrimary = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
251
251
|
public static let dtColorSurfacePrimaryInverted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
252
|
-
public static let dtColorSurfacePrimaryOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
252
|
+
public static let dtColorSurfacePrimaryOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.200)
|
|
253
253
|
public static let dtColorSurfaceSecondary = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
|
|
254
254
|
public static let dtColorSurfaceSecondaryInverted = UIColor(red: 0.145, green: 0.145, blue: 0.145, alpha: 1)
|
|
255
|
-
public static let dtColorSurfaceSecondaryOpaque = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
256
|
-
public static let dtColorSurfaceSecondaryOpaqueInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
255
|
+
public static let dtColorSurfaceSecondaryOpaque = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.020)
|
|
256
|
+
public static let dtColorSurfaceSecondaryOpaqueInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.149)
|
|
257
257
|
public static let dtColorSurfaceStrong = UIColor(red: 0.325, green: 0.325, blue: 0.325, alpha: 1)
|
|
258
258
|
public static let dtColorSurfaceStrongInverted = UIColor(red: 0.667, green: 0.667, blue: 0.667, alpha: 1)
|
|
259
|
-
public static let dtColorSurfaceStrongOpaque = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
260
|
-
public static let dtColorSurfaceStrongOpaqueInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
259
|
+
public static let dtColorSurfaceStrongOpaque = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.761)
|
|
260
|
+
public static let dtColorSurfaceStrongOpaqueInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.671)
|
|
261
261
|
public static let dtColorSurfaceSuccess = UIColor(red: 0.929, green: 0.976, blue: 0.922, alpha: 1)
|
|
262
262
|
public static let dtColorSurfaceSuccessInverted = UIColor(red: 0.004, green: 0.153, blue: 0.090, alpha: 1)
|
|
263
|
-
public static let dtColorSurfaceSuccessOpaque = UIColor(red: 0.859, green: 1.000, blue: 0.663, alpha:
|
|
264
|
-
public static let dtColorSurfaceSuccessOpaqueInverted = UIColor(red: 0.000, green: 0.310, blue: 0.180, alpha:
|
|
263
|
+
public static let dtColorSurfaceSuccessOpaque = UIColor(red: 0.859, green: 1.000, blue: 0.663, alpha: 0.251)
|
|
264
|
+
public static let dtColorSurfaceSuccessOpaqueInverted = UIColor(red: 0.000, green: 0.310, blue: 0.180, alpha: 0.302)
|
|
265
265
|
public static let dtColorSurfaceSuccessStrong = UIColor(red: 0.000, green: 0.557, blue: 0.322, alpha: 1)
|
|
266
266
|
public static let dtColorSurfaceSuccessStrongInverted = UIColor(red: 0.682, green: 0.984, blue: 0.235, alpha: 1)
|
|
267
267
|
public static let dtColorSurfaceSuccessSubtle = UIColor(red: 0.965, green: 0.988, blue: 0.961, alpha: 1)
|
|
268
268
|
public static let dtColorSurfaceSuccessSubtleInverted = UIColor(red: 0.000, green: 0.082, blue: 0.051, alpha: 1)
|
|
269
|
-
public static let dtColorSurfaceSuccessSubtleOpaque = UIColor(red: 0.929, green: 0.976, blue: 0.922, alpha:
|
|
270
|
-
public static let dtColorSurfaceSuccessSubtleOpaqueInverted = UIColor(red: 0.000, green: 0.082, blue: 0.051, alpha:
|
|
269
|
+
public static let dtColorSurfaceSuccessSubtleOpaque = UIColor(red: 0.929, green: 0.976, blue: 0.922, alpha: 0.502)
|
|
270
|
+
public static let dtColorSurfaceSuccessSubtleOpaqueInverted = UIColor(red: 0.000, green: 0.082, blue: 0.051, alpha: 0.659)
|
|
271
271
|
public static let dtColorSurfaceWarning = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)
|
|
272
272
|
public static let dtColorSurfaceWarningInverted = UIColor(red: 0.173, green: 0.106, blue: 0.008, alpha: 1)
|
|
273
|
-
public static let dtColorSurfaceWarningOpaque = UIColor(red: 1.000, green: 0.910, blue: 0.612, alpha:
|
|
274
|
-
public static let dtColorSurfaceWarningOpaqueInverted = UIColor(red: 0.325, green: 0.196, blue: 0.016, alpha:
|
|
273
|
+
public static let dtColorSurfaceWarningOpaque = UIColor(red: 1.000, green: 0.910, blue: 0.612, alpha: 0.502)
|
|
274
|
+
public static let dtColorSurfaceWarningOpaqueInverted = UIColor(red: 0.325, green: 0.196, blue: 0.016, alpha: 0.349)
|
|
275
275
|
public static let dtColorSurfaceWarningStrong = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
|
|
276
276
|
public static let dtColorSurfaceWarningStrongInverted = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
|
|
277
277
|
public static let dtColorSurfaceWarningSubtle = UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 1)
|
|
278
278
|
public static let dtColorSurfaceWarningSubtleInverted = UIColor(red: 0.125, green: 0.075, blue: 0.004, alpha: 1)
|
|
279
|
-
public static let dtColorSurfaceWarningSubtleOpaque = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha:
|
|
280
|
-
public static let dtColorSurfaceWarningSubtleOpaqueInverted = UIColor(red: 0.125, green: 0.075, blue: 0.004, alpha:
|
|
279
|
+
public static let dtColorSurfaceWarningSubtleOpaque = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 0.502)
|
|
280
|
+
public static let dtColorSurfaceWarningSubtleOpaqueInverted = UIColor(red: 0.125, green: 0.075, blue: 0.004, alpha: 0.702)
|
|
281
281
|
public static let dtIconSize100 = CGFloat(10.00) * 0.8 * 1.5
|
|
282
282
|
public static let dtIconSize200 = CGFloat(10.00) * 0.8 * 1.75
|
|
283
283
|
public static let dtIconSize300 = CGFloat(10.00) * 0.8 * 2.25
|
|
@@ -294,11 +294,11 @@ public enum DialtoneTokensDecaLight {
|
|
|
294
294
|
public static let dtIconSizeBorder600 = CGFloat(1.00) * 2.5
|
|
295
295
|
public static let dtIconSizeBorder700 = CGFloat(1.00) * 2.75
|
|
296
296
|
public static let dtIconSizeBorder800 = CGFloat(1.00) * 3.5
|
|
297
|
-
public static let dtInputsColorBackgroundDefault = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
298
|
-
public static let dtInputsColorBackgroundDisabled = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
297
|
+
public static let dtInputsColorBackgroundDefault = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.020)
|
|
298
|
+
public static let dtInputsColorBackgroundDisabled = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.102)
|
|
299
299
|
public static let dtInputsColorBackgroundFocus = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
|
|
300
300
|
public static let dtInputsColorBorderCritical = UIColor(red: 1.000, green: 0.075, blue: 0.337, alpha: 1)
|
|
301
|
-
public static let dtInputsColorBorderDefault = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
301
|
+
public static let dtInputsColorBorderDefault = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.169)
|
|
302
302
|
public static let dtInputsColorBorderDisabled = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
303
303
|
public static let dtInputsColorBorderFocus = UIColor(red: 0.173, green: 0.514, blue: 0.835, alpha: 1)
|
|
304
304
|
public static let dtInputsColorBorderSuccess = UIColor(red: 0.180, green: 0.659, blue: 0.204, alpha: 1)
|
|
@@ -330,7 +330,7 @@ public enum DialtoneTokensDecaLight {
|
|
|
330
330
|
public static let dtInputsSizeRadiusXs = CGFloat(4.00)
|
|
331
331
|
public static let dtRadioColorBackgroundChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
332
332
|
public static let dtRadioColorBorderChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
333
|
-
public static let dtRadioColorBorderUnchecked = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
333
|
+
public static let dtRadioColorBorderUnchecked = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.251)
|
|
334
334
|
public static let dtRadioColorForegroundChecked = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
|
|
335
335
|
public static let dtRadioColorForegroundDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
336
336
|
public static let dtRadioSizeHeight = CGFloat(16.00)
|
|
@@ -350,33 +350,33 @@ public enum DialtoneTokensDecaLight {
|
|
|
350
350
|
public static let dtThemeSidebarColorForeground = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
|
|
351
351
|
public static let dtThemeSidebarColorForegroundUnread = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 1)
|
|
352
352
|
public static let dtThemeSidebarIconColorForeground = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
|
|
353
|
-
public static let dtThemeSidebarRowColorBackground = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
354
|
-
public static let dtThemeSidebarRowColorBackgroundActive = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
355
|
-
public static let dtThemeSidebarRowColorBackgroundHover = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
353
|
+
public static let dtThemeSidebarRowColorBackground = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0)
|
|
354
|
+
public static let dtThemeSidebarRowColorBackgroundActive = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.149)
|
|
355
|
+
public static let dtThemeSidebarRowColorBackgroundHover = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.110)
|
|
356
356
|
public static let dtThemeSidebarSectionColorForeground = UIColor(red: 0.325, green: 0.325, blue: 0.325, alpha: 1)
|
|
357
|
-
public static let dtThemeSidebarSelectedRowColorBackground = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
357
|
+
public static let dtThemeSidebarSelectedRowColorBackground = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.090)
|
|
358
358
|
public static let dtThemeSidebarSelectedRowColorForeground = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 1)
|
|
359
359
|
public static let dtThemeSidebarStatusColorForeground = UIColor(red: 0.325, green: 0.325, blue: 0.325, alpha: 1)
|
|
360
|
-
public static let dtThemeTopbarButtonColorBackground = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
361
|
-
public static let dtThemeTopbarButtonColorBackgroundActive = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
362
|
-
public static let dtThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
363
|
-
public static let dtThemeTopbarButtonColorForeground = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
360
|
+
public static let dtThemeTopbarButtonColorBackground = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0)
|
|
361
|
+
public static let dtThemeTopbarButtonColorBackgroundActive = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.102)
|
|
362
|
+
public static let dtThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.051)
|
|
363
|
+
public static let dtThemeTopbarButtonColorForeground = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.651)
|
|
364
364
|
public static let dtThemeTopbarButtonColorForegroundHover = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 1)
|
|
365
365
|
public static let dtThemeTopbarColorBackground = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
|
|
366
|
-
public static let dtThemeTopbarColorForeground = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
367
|
-
public static let dtThemeTopbarFieldColorBackground = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
368
|
-
public static let dtThemeTopbarFieldColorBackgroundHover = UIColor(red:
|
|
369
|
-
public static let dtThemeTopbarFieldColorBorder = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
370
|
-
public static let dtThemeTopbarFieldColorBorderActive = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
371
|
-
public static let dtThemeTopbarFieldColorBorderHover = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
372
|
-
public static let dtThemeTopbarFieldColorForeground = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
373
|
-
public static let dtThemeTopbarFieldColorForegroundHover = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
374
|
-
public static let dtThemeTopbarProfileColorBackground = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
375
|
-
public static let dtThemeTopbarProfileColorBackgroundActive = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
376
|
-
public static let dtThemeTopbarProfileColorBackgroundHover = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
377
|
-
public static let dtThemeTopbarProfileColorBackgroundInverted = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
378
|
-
public static let dtThemeTopbarProfileColorForeground = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha:
|
|
379
|
-
public static let dtThemeTopbarProfileColorForegroundInverted = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha:
|
|
366
|
+
public static let dtThemeTopbarColorForeground = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.800)
|
|
367
|
+
public static let dtThemeTopbarFieldColorBackground = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.051)
|
|
368
|
+
public static let dtThemeTopbarFieldColorBackgroundHover = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
369
|
+
public static let dtThemeTopbarFieldColorBorder = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0)
|
|
370
|
+
public static let dtThemeTopbarFieldColorBorderActive = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.200)
|
|
371
|
+
public static let dtThemeTopbarFieldColorBorderHover = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.102)
|
|
372
|
+
public static let dtThemeTopbarFieldColorForeground = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.502)
|
|
373
|
+
public static let dtThemeTopbarFieldColorForegroundHover = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.749)
|
|
374
|
+
public static let dtThemeTopbarProfileColorBackground = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.051)
|
|
375
|
+
public static let dtThemeTopbarProfileColorBackgroundActive = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.141)
|
|
376
|
+
public static let dtThemeTopbarProfileColorBackgroundHover = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.102)
|
|
377
|
+
public static let dtThemeTopbarProfileColorBackgroundInverted = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.749)
|
|
378
|
+
public static let dtThemeTopbarProfileColorForeground = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 0.800)
|
|
379
|
+
public static let dtThemeTopbarProfileColorForegroundInverted = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.749)
|
|
380
380
|
public static let dtTypographyBodyMdCompactFontFamily = UIFont.systemFont(ofSize: 15)
|
|
381
381
|
public static let dtTypographyBodyMdCompactFontSize = CGFloat(10.00) * 1.5
|
|
382
382
|
public static let dtTypographyBodyMdCompactFontWeight = 400
|