@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 DialtoneTokensDpDark {
|
|
12
|
-
public static let dtActionColorBackgroundBaseActive = UIColor(red: 0.671, green: 0.494, blue: 1.000, alpha:
|
|
12
|
+
public static let dtActionColorBackgroundBaseActive = UIColor(red: 0.671, green: 0.494, blue: 1.000, alpha: 0.200)
|
|
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.671, green: 0.494, blue: 1.000, alpha:
|
|
15
|
-
public static let dtActionColorBackgroundBasePrimaryActive = UIColor(red: 0.
|
|
14
|
+
public static let dtActionColorBackgroundBaseHover = UIColor(red: 0.671, green: 0.494, blue: 1.000, alpha: 0.102)
|
|
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.302)
|
|
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.200)
|
|
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.227, green: 0.227, blue: 0.227, alpha: 1)
|
|
25
|
-
public static let dtActionColorBackgroundInvertedActive = UIColor(red: 0.
|
|
25
|
+
public static let dtActionColorBackgroundInvertedActive = UIColor(red: 0.122, green: 0.122, blue: 0.122, 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: 0.
|
|
27
|
+
public static let dtActionColorBackgroundInvertedHover = UIColor(red: 0.122, green: 0.122, blue: 0.122, alpha: 0.149)
|
|
28
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.
|
|
29
|
+
public static let dtActionColorBackgroundInvertedPrimaryDefault = UIColor(red: 0.122, green: 0.122, blue: 0.122, alpha: 1)
|
|
30
30
|
public static let dtActionColorBackgroundInvertedPrimaryHover = UIColor(red: 0.063, green: 0.008, blue: 0.173, alpha: 1)
|
|
31
|
-
public static let dtActionColorBackgroundMutedActive = UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha:
|
|
31
|
+
public static let dtActionColorBackgroundMutedActive = UIColor(red: 0.831, green: 0.831, blue: 0.831, 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.831, green: 0.831, blue: 0.831, alpha:
|
|
34
|
-
public static let dtActionColorBackgroundPositiveActive = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha:
|
|
33
|
+
public static let dtActionColorBackgroundMutedHover = UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha: 0.102)
|
|
34
|
+
public static let dtActionColorBackgroundPositiveActive = UIColor(red: 0.690, green: 1.000, blue: 0.639, 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.475, green: 0.863, blue: 0.576, alpha: 1)
|
|
37
|
+
public static let dtActionColorBackgroundPositivePrimaryActive = UIColor(red: 0.467, green: 1.000, blue: 0.376, alpha: 1)
|
|
38
38
|
public static let dtActionColorBackgroundPositivePrimaryDefault = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
|
|
39
|
-
public static let dtActionColorBackgroundPositivePrimaryHover = UIColor(red: 0.
|
|
39
|
+
public static let dtActionColorBackgroundPositivePrimaryHover = UIColor(red: 0.549, green: 1.000, blue: 0.475, alpha: 1)
|
|
40
40
|
public static let dtActionColorBorderBaseOutlinedDefault = UIColor(red: 0.671, green: 0.494, blue: 1.000, alpha: 1)
|
|
41
41
|
public static let dtActionColorBorderCriticalOutlinedDefault = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
|
|
42
|
-
public static let dtActionColorBorderInvertedOutlinedDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
43
|
-
public static let dtActionColorBorderMutedOutlinedDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
44
|
-
public static let dtActionColorForegroundBaseActive = UIColor(red: 0.
|
|
42
|
+
public static let dtActionColorBorderInvertedOutlinedDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.180)
|
|
43
|
+
public static let dtActionColorBorderMutedOutlinedDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.220)
|
|
44
|
+
public static let dtActionColorForegroundBaseActive = UIColor(red: 0.745, green: 0.592, blue: 1.000, alpha: 1)
|
|
45
45
|
public static let dtActionColorForegroundBaseDefault = UIColor(red: 0.671, green: 0.494, blue: 1.000, alpha: 1)
|
|
46
|
-
public static let dtActionColorForegroundBaseHover = UIColor(red: 0.
|
|
46
|
+
public static let dtActionColorForegroundBaseHover = UIColor(red: 0.745, green: 0.592, 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: 1.000, green: 0.
|
|
48
|
+
public static let dtActionColorForegroundCriticalActive = UIColor(red: 1.000, green: 0.647, blue: 0.635, alpha: 1)
|
|
49
49
|
public static let dtActionColorForegroundCriticalDefault = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
|
|
50
|
-
public static let dtActionColorForegroundCriticalHover = UIColor(red: 1.000, green: 0.
|
|
50
|
+
public static let dtActionColorForegroundCriticalHover = UIColor(red: 1.000, green: 0.647, blue: 0.635, 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.667, green: 0.667, blue: 0.667, alpha: 1)
|
|
53
53
|
public static let dtActionColorForegroundInvertedActive = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
@@ -59,9 +59,9 @@ public enum DialtoneTokensDpDark {
|
|
|
59
59
|
public static let dtActionColorForegroundMutedActive = UIColor(red: 0.761, green: 0.761, blue: 0.761, alpha: 1)
|
|
60
60
|
public static let dtActionColorForegroundMutedDefault = UIColor(red: 0.761, green: 0.761, blue: 0.761, alpha: 1)
|
|
61
61
|
public static let dtActionColorForegroundMutedHover = UIColor(red: 0.761, green: 0.761, blue: 0.761, alpha: 1)
|
|
62
|
-
public static let dtActionColorForegroundPositiveActive = UIColor(red: 0.
|
|
62
|
+
public static let dtActionColorForegroundPositiveActive = UIColor(red: 0.435, green: 1.000, blue: 0.345, alpha: 1)
|
|
63
63
|
public static let dtActionColorForegroundPositiveDefault = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
|
|
64
|
-
public static let dtActionColorForegroundPositiveHover = UIColor(red: 0.
|
|
64
|
+
public static let dtActionColorForegroundPositiveHover = UIColor(red: 0.435, green: 1.000, blue: 0.345, 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,14 +84,14 @@ public enum DialtoneTokensDpDark {
|
|
|
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.671, green: 0.494, blue: 1.000, alpha:
|
|
87
|
+
public static let dtBadgeColorBackgroundBulletinSubtle = UIColor(red: 0.671, green: 0.494, blue: 1.000, alpha: 0.600)
|
|
88
88
|
public static let dtBadgeColorBackgroundCritical = UIColor(red: 0.357, green: 0.020, blue: 0.020, alpha: 1)
|
|
89
|
-
public static let dtBadgeColorBackgroundDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
89
|
+
public static let dtBadgeColorBackgroundDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
90
90
|
public static let dtBadgeColorBackgroundInfo = UIColor(red: 0.004, green: 0.196, blue: 0.427, alpha: 1)
|
|
91
91
|
public static let dtBadgeColorBackgroundSuccess = UIColor(red: 0.071, green: 0.275, blue: 0.125, alpha: 1)
|
|
92
92
|
public static let dtBadgeColorBackgroundWarning = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)
|
|
93
|
-
public static let dtBadgeColorBorderBulletinSubtle = UIColor(red: 0.671, green: 0.494, blue: 1.000, alpha:
|
|
94
|
-
public static let dtBadgeColorBorderDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
93
|
+
public static let dtBadgeColorBorderBulletinSubtle = UIColor(red: 0.671, green: 0.494, blue: 1.000, alpha: 0.600)
|
|
94
|
+
public static let dtBadgeColorBorderDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.141)
|
|
95
95
|
public static let dtBadgeColorForegroundBulletin = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
96
96
|
public static let dtBadgeColorForegroundBulletinSubtle = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
97
97
|
public static let dtBadgeColorForegroundDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
@@ -117,13 +117,13 @@ public enum DialtoneTokensDpDark {
|
|
|
117
117
|
public static let dtButtonSizeRadiusXs = CGFloat(4.00)
|
|
118
118
|
public static let dtCheckboxColorBackgroundChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
119
119
|
public static let dtCheckboxColorBorderChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
120
|
-
public static let dtCheckboxColorBorderUnchecked = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
120
|
+
public static let dtCheckboxColorBorderUnchecked = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.361)
|
|
121
121
|
public static let dtCheckboxSizeHeight = CGFloat(16.00)
|
|
122
122
|
public static let dtCheckboxSizeRadius = CGFloat(4.00)
|
|
123
123
|
public static let dtCheckboxSizeWidth = CGFloat(16.00)
|
|
124
124
|
public static let dtColorBorderAccent = UIColor(red: 0.976, green: 0.000, blue: 0.557, alpha: 1)
|
|
125
|
-
public static let dtColorBorderBold = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
126
|
-
public static let dtColorBorderBoldInverted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
125
|
+
public static let dtColorBorderBold = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.502)
|
|
126
|
+
public static let dtColorBorderBoldInverted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.502)
|
|
127
127
|
public static let dtColorBorderBrand = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
128
128
|
public static let dtColorBorderBrandInverted = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
129
129
|
public static let dtColorBorderBrandStrong = UIColor(red: 0.855, green: 0.780, blue: 1.000, alpha: 1)
|
|
@@ -136,13 +136,13 @@ public enum DialtoneTokensDpDark {
|
|
|
136
136
|
public static let dtColorBorderCriticalStrongInverted = UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha: 1)
|
|
137
137
|
public static let dtColorBorderCriticalSubtle = UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha: 1)
|
|
138
138
|
public static let dtColorBorderCriticalSubtleInverted = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
|
|
139
|
-
public static let dtColorBorderDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
140
|
-
public static let dtColorBorderDefaultInverted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
139
|
+
public static let dtColorBorderDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.220)
|
|
140
|
+
public static let dtColorBorderDefaultInverted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.180)
|
|
141
141
|
public static let dtColorBorderFocus = UIColor(red: 0.318, green: 0.627, blue: 0.996, alpha: 1)
|
|
142
|
-
public static let dtColorBorderModerate = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
143
|
-
public static let dtColorBorderModerateInverted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
144
|
-
public static let dtColorBorderSubtle = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
145
|
-
public static let dtColorBorderSubtleInverted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
142
|
+
public static let dtColorBorderModerate = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.361)
|
|
143
|
+
public static let dtColorBorderModerateInverted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.341)
|
|
144
|
+
public static let dtColorBorderSubtle = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.141)
|
|
145
|
+
public static let dtColorBorderSubtleInverted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.102)
|
|
146
146
|
public static let dtColorBorderSuccess = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
|
|
147
147
|
public static let dtColorBorderSuccessInverted = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
|
|
148
148
|
public static let dtColorBorderSuccessStrong = UIColor(red: 0.929, green: 0.976, blue: 0.922, alpha: 1)
|
|
@@ -157,12 +157,12 @@ public enum DialtoneTokensDpDark {
|
|
|
157
157
|
public static let dtColorBorderWarningSubtleInverted = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
|
|
158
158
|
public static let dtColorForegroundCritical = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
|
|
159
159
|
public static let dtColorForegroundCriticalInverted = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
|
|
160
|
-
public static let dtColorForegroundCriticalStrong = UIColor(red: 1.000, green: 0.
|
|
160
|
+
public static let dtColorForegroundCriticalStrong = UIColor(red: 1.000, green: 0.643, blue: 0.643, alpha: 1)
|
|
161
161
|
public static let dtColorForegroundCriticalStrongInverted = UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha: 1)
|
|
162
162
|
public static let dtColorForegroundDisabled = UIColor(red: 0.667, green: 0.667, blue: 0.667, alpha: 1)
|
|
163
163
|
public static let dtColorForegroundDisabledInverted = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
|
|
164
|
-
public static let dtColorForegroundMuted = UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha:
|
|
165
|
-
public static let dtColorForegroundMutedInverted = UIColor(red: 0.149, green: 0.149, blue: 0.149, alpha:
|
|
164
|
+
public static let dtColorForegroundMuted = UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha: 0.600)
|
|
165
|
+
public static let dtColorForegroundMutedInverted = UIColor(red: 0.149, green: 0.149, blue: 0.149, alpha: 0.600)
|
|
166
166
|
public static let dtColorForegroundPlaceholder = UIColor(red: 0.667, green: 0.667, blue: 0.667, alpha: 1)
|
|
167
167
|
public static let dtColorForegroundPlaceholderInverted = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
|
|
168
168
|
public static let dtColorForegroundPrimary = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
@@ -171,7 +171,7 @@ public enum DialtoneTokensDpDark {
|
|
|
171
171
|
public static let dtColorForegroundSecondaryInverted = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
|
|
172
172
|
public static let dtColorForegroundSuccess = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
|
|
173
173
|
public static let dtColorForegroundSuccessInverted = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
|
|
174
|
-
public static let dtColorForegroundSuccessStrong = UIColor(red: 0.
|
|
174
|
+
public static let dtColorForegroundSuccessStrong = UIColor(red: 0.800, green: 1.000, blue: 0.765, alpha: 1)
|
|
175
175
|
public static let dtColorForegroundSuccessStrongInverted = UIColor(red: 0.071, green: 0.275, blue: 0.125, alpha: 1)
|
|
176
176
|
public static let dtColorForegroundTertiary = UIColor(red: 0.667, green: 0.667, blue: 0.667, alpha: 1)
|
|
177
177
|
public static let dtColorForegroundTertiaryInverted = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
|
|
@@ -189,7 +189,7 @@ public enum DialtoneTokensDpDark {
|
|
|
189
189
|
public static let dtColorLinkMutedHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
190
190
|
public static let dtColorLinkMutedInverted = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
|
|
191
191
|
public static let dtColorLinkMutedInvertedHover = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
192
|
-
public static let dtColorLinkPrimary = UIColor(red: 0.
|
|
192
|
+
public static let dtColorLinkPrimary = UIColor(red: 0.718, green: 0.565, blue: 1.000, alpha: 1)
|
|
193
193
|
public static let dtColorLinkPrimaryHover = UIColor(red: 0.855, green: 0.780, blue: 1.000, alpha: 1)
|
|
194
194
|
public static let dtColorLinkPrimaryInverted = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
195
195
|
public static let dtColorLinkPrimaryInvertedHover = UIColor(red: 0.227, green: 0.114, blue: 0.584, alpha: 1)
|
|
@@ -201,38 +201,38 @@ public enum DialtoneTokensDpDark {
|
|
|
201
201
|
public static let dtColorLinkWarningHover = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)
|
|
202
202
|
public static let dtColorLinkWarningInverted = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)
|
|
203
203
|
public static let dtColorLinkWarningInvertedHover = UIColor(red: 0.149, green: 0.149, blue: 0.149, alpha: 1)
|
|
204
|
-
public static let dtColorSurfaceBackdrop = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
204
|
+
public static let dtColorSurfaceBackdrop = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.702)
|
|
205
205
|
public static let dtColorSurfaceBold = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
|
|
206
|
-
public static let dtColorSurfaceBoldOpaque = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
206
|
+
public static let dtColorSurfaceBoldOpaque = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.271)
|
|
207
207
|
public static let dtColorSurfaceContrast = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
208
|
-
public static let dtColorSurfaceContrastOpaque = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
208
|
+
public static let dtColorSurfaceContrastOpaque = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.961)
|
|
209
209
|
public static let dtColorSurfaceCritical = UIColor(red: 0.357, green: 0.020, blue: 0.020, alpha: 1)
|
|
210
|
-
public static let dtColorSurfaceCriticalOpaque = UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha:
|
|
210
|
+
public static let dtColorSurfaceCriticalOpaque = UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha: 0.322)
|
|
211
211
|
public static let dtColorSurfaceCriticalStrong = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
|
|
212
|
-
public static let dtColorSurfaceCriticalSubtle = UIColor(red: 0.
|
|
213
|
-
public static let dtColorSurfaceCriticalSubtleOpaque = UIColor(red: 0.
|
|
212
|
+
public static let dtColorSurfaceCriticalSubtle = UIColor(red: 0.180, green: 0.012, blue: 0.012, alpha: 1)
|
|
213
|
+
public static let dtColorSurfaceCriticalSubtleOpaque = UIColor(red: 0.180, green: 0.012, blue: 0.012, alpha: 0.502)
|
|
214
214
|
public static let dtColorSurfaceInfo = UIColor(red: 0.004, green: 0.196, blue: 0.427, alpha: 1)
|
|
215
|
-
public static let dtColorSurfaceInfoOpaque = UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha:
|
|
215
|
+
public static let dtColorSurfaceInfoOpaque = UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha: 0.290)
|
|
216
216
|
public static let dtColorSurfaceInfoStrong = UIColor(red: 0.600, green: 0.784, blue: 1.000, alpha: 1)
|
|
217
|
-
public static let dtColorSurfaceInfoSubtle = UIColor(red: 0.004, green: 0.
|
|
218
|
-
public static let dtColorSurfaceInfoSubtleOpaque = UIColor(red: 0.004, green: 0.
|
|
217
|
+
public static let dtColorSurfaceInfoSubtle = UIColor(red: 0.004, green: 0.118, blue: 0.255, alpha: 1)
|
|
218
|
+
public static let dtColorSurfaceInfoSubtleOpaque = UIColor(red: 0.004, green: 0.118, blue: 0.255, alpha: 0.502)
|
|
219
219
|
public static let dtColorSurfaceModerate = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
|
|
220
|
-
public static let dtColorSurfaceModerateOpaque = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
221
|
-
public static let dtColorSurfacePrimary = UIColor(red: 0.
|
|
220
|
+
public static let dtColorSurfaceModerateOpaque = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
221
|
+
public static let dtColorSurfacePrimary = UIColor(red: 0.122, green: 0.122, blue: 0.122, alpha: 1)
|
|
222
222
|
public static let dtColorSurfaceSecondary = UIColor(red: 0.149, green: 0.149, blue: 0.149, alpha: 1)
|
|
223
|
-
public static let dtColorSurfaceSecondaryOpaque = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
223
|
+
public static let dtColorSurfaceSecondaryOpaque = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.059)
|
|
224
224
|
public static let dtColorSurfaceStrong = UIColor(red: 0.667, green: 0.667, blue: 0.667, alpha: 1)
|
|
225
|
-
public static let dtColorSurfaceStrongOpaque = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
225
|
+
public static let dtColorSurfaceStrongOpaque = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.651)
|
|
226
226
|
public static let dtColorSurfaceSuccess = UIColor(red: 0.071, green: 0.275, blue: 0.125, alpha: 1)
|
|
227
|
-
public static let dtColorSurfaceSuccessOpaque = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha:
|
|
227
|
+
public static let dtColorSurfaceSuccessOpaque = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 0.259)
|
|
228
228
|
public static let dtColorSurfaceSuccessStrong = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
|
|
229
|
-
public static let dtColorSurfaceSuccessSubtle = UIColor(red: 0.
|
|
230
|
-
public static let dtColorSurfaceSuccessSubtleOpaque = UIColor(red: 0.
|
|
229
|
+
public static let dtColorSurfaceSuccessSubtle = UIColor(red: 0.035, green: 0.137, blue: 0.063, alpha: 1)
|
|
230
|
+
public static let dtColorSurfaceSuccessSubtleOpaque = UIColor(red: 0.035, green: 0.137, blue: 0.063, alpha: 0.502)
|
|
231
231
|
public static let dtColorSurfaceWarning = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)
|
|
232
|
-
public static let dtColorSurfaceWarningOpaque = UIColor(red: 0.824, green: 0.561, blue: 0.169, alpha:
|
|
232
|
+
public static let dtColorSurfaceWarningOpaque = UIColor(red: 0.824, green: 0.561, blue: 0.169, alpha: 0.478)
|
|
233
233
|
public static let dtColorSurfaceWarningStrong = UIColor(red: 0.824, green: 0.561, blue: 0.169, alpha: 1)
|
|
234
|
-
public static let dtColorSurfaceWarningSubtle = UIColor(red: 0.
|
|
235
|
-
public static let dtColorSurfaceWarningSubtleOpaque = UIColor(red: 0.
|
|
234
|
+
public static let dtColorSurfaceWarningSubtle = UIColor(red: 0.255, green: 0.157, blue: 0.016, alpha: 1)
|
|
235
|
+
public static let dtColorSurfaceWarningSubtleOpaque = UIColor(red: 0.255, green: 0.157, blue: 0.016, alpha: 0.502)
|
|
236
236
|
public static let dtIconSize100 = CGFloat(10.00) * 0.8 * 1.5
|
|
237
237
|
public static let dtIconSize200 = CGFloat(10.00) * 0.8 * 1.75
|
|
238
238
|
public static let dtIconSize300 = CGFloat(10.00) * 0.8 * 2.25
|
|
@@ -249,11 +249,11 @@ public enum DialtoneTokensDpDark {
|
|
|
249
249
|
public static let dtIconSizeBorder600 = CGFloat(1.00) * 2.5
|
|
250
250
|
public static let dtIconSizeBorder700 = CGFloat(1.00) * 2.75
|
|
251
251
|
public static let dtIconSizeBorder800 = CGFloat(1.00) * 3.5
|
|
252
|
-
public static let dtInputsColorBackgroundDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
253
|
-
public static let dtInputsColorBackgroundDisabled = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
254
|
-
public static let dtInputsColorBackgroundFocus = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
252
|
+
public static let dtInputsColorBackgroundDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.059)
|
|
253
|
+
public static let dtInputsColorBackgroundDisabled = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
254
|
+
public static let dtInputsColorBackgroundFocus = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.031)
|
|
255
255
|
public static let dtInputsColorBorderCritical = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
|
|
256
|
-
public static let dtInputsColorBorderDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
256
|
+
public static let dtInputsColorBorderDefault = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.220)
|
|
257
257
|
public static let dtInputsColorBorderDisabled = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
258
258
|
public static let dtInputsColorBorderFocus = UIColor(red: 0.318, green: 0.627, blue: 0.996, alpha: 1)
|
|
259
259
|
public static let dtInputsColorBorderSuccess = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
|
|
@@ -285,7 +285,7 @@ public enum DialtoneTokensDpDark {
|
|
|
285
285
|
public static let dtInputsSizeRadiusXs = CGFloat(4.00)
|
|
286
286
|
public static let dtRadioColorBackgroundChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
287
287
|
public static let dtRadioColorBorderChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
288
|
-
public static let dtRadioColorBorderUnchecked = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:
|
|
288
|
+
public static let dtRadioColorBorderUnchecked = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.361)
|
|
289
289
|
public static let dtRadioSizeHeight = CGFloat(16.00)
|
|
290
290
|
public static let dtRadioSizeRadius = CGFloat(50.00)
|
|
291
291
|
public static let dtRadioSizeWidth = CGFloat(16.00)
|
|
@@ -303,33 +303,33 @@ public enum DialtoneTokensDpDark {
|
|
|
303
303
|
public static let dtThemeSidebarColorForeground = UIColor(red: 0.761, green: 0.761, blue: 0.761, alpha: 1)
|
|
304
304
|
public static let dtThemeSidebarColorForegroundUnread = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
305
305
|
public static let dtThemeSidebarIconColorForeground = UIColor(red: 0.761, green: 0.761, blue: 0.761, alpha: 1)
|
|
306
|
-
public static let dtThemeSidebarRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
307
|
-
public static let dtThemeSidebarRowColorBackgroundActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
308
|
-
public static let dtThemeSidebarRowColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
306
|
+
public static let dtThemeSidebarRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0)
|
|
307
|
+
public static let dtThemeSidebarRowColorBackgroundActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.239)
|
|
308
|
+
public static let dtThemeSidebarRowColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.180)
|
|
309
309
|
public static let dtThemeSidebarSectionColorForeground = UIColor(red: 0.667, green: 0.667, blue: 0.667, alpha: 1)
|
|
310
|
-
public static let dtThemeSidebarSelectedRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
310
|
+
public static let dtThemeSidebarSelectedRowColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.200)
|
|
311
311
|
public static let dtThemeSidebarSelectedRowColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
312
312
|
public static let dtThemeSidebarStatusColorForeground = UIColor(red: 0.667, green: 0.667, blue: 0.667, alpha: 1)
|
|
313
|
-
public static let dtThemeTopbarButtonColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
314
|
-
public static let dtThemeTopbarButtonColorBackgroundActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
315
|
-
public static let dtThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
316
|
-
public static let dtThemeTopbarButtonColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
313
|
+
public static let dtThemeTopbarButtonColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0)
|
|
314
|
+
public static let dtThemeTopbarButtonColorBackgroundActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.102)
|
|
315
|
+
public static let dtThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.149)
|
|
316
|
+
public static let dtThemeTopbarButtonColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.651)
|
|
317
317
|
public static let dtThemeTopbarButtonColorForegroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
318
318
|
public static let dtThemeTopbarColorBackground = UIColor(red: 0.149, green: 0.149, blue: 0.149, alpha: 1)
|
|
319
|
-
public static let dtThemeTopbarColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
320
|
-
public static let dtThemeTopbarFieldColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
321
|
-
public static let dtThemeTopbarFieldColorBackgroundHover = UIColor(red: 0.
|
|
322
|
-
public static let dtThemeTopbarFieldColorBorder = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
323
|
-
public static let dtThemeTopbarFieldColorBorderActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
324
|
-
public static let dtThemeTopbarFieldColorBorderHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
325
|
-
public static let dtThemeTopbarFieldColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
326
|
-
public static let dtThemeTopbarFieldColorForegroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
327
|
-
public static let dtThemeTopbarProfileColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
328
|
-
public static let dtThemeTopbarProfileColorBackgroundActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
329
|
-
public static let dtThemeTopbarProfileColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
330
|
-
public static let dtThemeTopbarProfileColorBackgroundInverted = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
331
|
-
public static let dtThemeTopbarProfileColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha:
|
|
332
|
-
public static let dtThemeTopbarProfileColorForegroundInverted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:
|
|
319
|
+
public static let dtThemeTopbarColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.749)
|
|
320
|
+
public static let dtThemeTopbarFieldColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.051)
|
|
321
|
+
public static let dtThemeTopbarFieldColorBackgroundHover = UIColor(red: 0.102, green: 0.102, blue: 0.102, alpha: 1)
|
|
322
|
+
public static let dtThemeTopbarFieldColorBorder = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0)
|
|
323
|
+
public static let dtThemeTopbarFieldColorBorderActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.200)
|
|
324
|
+
public static let dtThemeTopbarFieldColorBorderHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.102)
|
|
325
|
+
public static let dtThemeTopbarFieldColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.502)
|
|
326
|
+
public static let dtThemeTopbarFieldColorForegroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.749)
|
|
327
|
+
public static let dtThemeTopbarProfileColorBackground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.051)
|
|
328
|
+
public static let dtThemeTopbarProfileColorBackgroundActive = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.141)
|
|
329
|
+
public static let dtThemeTopbarProfileColorBackgroundHover = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.102)
|
|
330
|
+
public static let dtThemeTopbarProfileColorBackgroundInverted = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.749)
|
|
331
|
+
public static let dtThemeTopbarProfileColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.749)
|
|
332
|
+
public static let dtThemeTopbarProfileColorForegroundInverted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.749)
|
|
333
333
|
public static let dtTypographyBodyMdCompactFontFamily = UIFont.systemFont(ofSize: 15)
|
|
334
334
|
public static let dtTypographyBodyMdCompactFontSize = CGFloat(10.00) * 1.5
|
|
335
335
|
public static let dtTypographyBodyMdCompactFontWeight = 400
|