@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.
Files changed (40) hide show
  1. package/dist/android/java/tokens-deca-dark.kt +44 -44
  2. package/dist/android/java/tokens-deca-light.kt +46 -46
  3. package/dist/android/java/tokens-dp-dark.kt +70 -70
  4. package/dist/android/java/tokens-dp-light.kt +66 -66
  5. package/dist/android/java/tokens-expressive-dark.kt +66 -66
  6. package/dist/android/java/tokens-expressive-light.kt +61 -61
  7. package/dist/android/java/tokens-expressive-sm-dark.kt +66 -66
  8. package/dist/android/java/tokens-expressive-sm-light.kt +61 -61
  9. package/dist/android/java/tokens-tmo-dark.kt +70 -70
  10. package/dist/android/java/tokens-tmo-light.kt +66 -66
  11. package/dist/android/res/values/colors-base-dark.xml +1 -1
  12. package/dist/android/res/values/colors-base-deca-dark.xml +1 -1
  13. package/dist/android/res/values/colors-base-deca-light.xml +1 -1
  14. package/dist/android/res/values/colors-base-light.xml +1 -1
  15. package/dist/android/res/values/colors-deca-dark.xml +91 -91
  16. package/dist/android/res/values/colors-deca-light.xml +92 -92
  17. package/dist/android/res/values/colors-dp-dark.xml +95 -95
  18. package/dist/android/res/values/colors-dp-light.xml +97 -97
  19. package/dist/android/res/values/colors-expressive-dark.xml +96 -96
  20. package/dist/android/res/values/colors-expressive-light.xml +97 -97
  21. package/dist/android/res/values/colors-expressive-sm-dark.xml +96 -96
  22. package/dist/android/res/values/colors-expressive-sm-light.xml +97 -97
  23. package/dist/android/res/values/colors-tmo-dark.xml +95 -95
  24. package/dist/android/res/values/colors-tmo-light.xml +97 -97
  25. package/dist/doc.json +19724 -19724
  26. package/dist/ios/tokens-base-dark.swift +7 -7
  27. package/dist/ios/tokens-base-deca-dark.swift +7 -7
  28. package/dist/ios/tokens-base-deca-light.swift +7 -7
  29. package/dist/ios/tokens-base-light.swift +7 -7
  30. package/dist/ios/tokens-deca-dark.swift +83 -83
  31. package/dist/ios/tokens-deca-light.swift +84 -84
  32. package/dist/ios/tokens-dp-dark.swift +89 -89
  33. package/dist/ios/tokens-dp-light.swift +91 -91
  34. package/dist/ios/tokens-expressive-dark.swift +90 -90
  35. package/dist/ios/tokens-expressive-light.swift +91 -91
  36. package/dist/ios/tokens-expressive-sm-dark.swift +90 -90
  37. package/dist/ios/tokens-expressive-sm-light.swift +91 -91
  38. package/dist/ios/tokens-tmo-dark.swift +89 -89
  39. package/dist/ios/tokens-tmo-light.swift +91 -91
  40. package/package.json +1 -3
@@ -9,45 +9,45 @@
9
9
  import UIKit
10
10
 
11
11
  public enum DialtoneTokensTmoLight {
12
- public static let dtActionColorBackgroundBaseActive = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
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: 1)
15
- public static let dtActionColorBackgroundBasePrimaryActive = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
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.486, green: 0.322, blue: 1.000, alpha: 1)
18
- public static let dtActionColorBackgroundCriticalActive = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
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: 1)
21
- public static let dtActionColorBackgroundCriticalPrimaryActive = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
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.925, green: 0.055, blue: 0.055, alpha: 1)
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: 1)
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: 1)
28
- public static let dtActionColorBackgroundInvertedPrimaryActive = UIColor(red: 0.961, green: 0.941, blue: 1.000, alpha: 1)
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: 1)
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: 1)
34
- public static let dtActionColorBackgroundPositiveActive = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
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.929, green: 0.976, blue: 0.922, alpha: 1)
37
- public static let dtActionColorBackgroundPositivePrimaryActive = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
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.102, green: 0.639, blue: 0.251, alpha: 1)
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: 1)
43
- public static let dtActionColorBorderMutedOutlinedDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
44
- public static let dtActionColorForegroundBaseActive = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
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.486, green: 0.322, blue: 1.000, alpha: 1)
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.925, green: 0.055, blue: 0.055, alpha: 1)
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.925, green: 0.055, blue: 0.055, alpha: 1)
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 DialtoneTokensTmoLight {
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.102, green: 0.639, blue: 0.251, alpha: 1)
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.102, green: 0.639, blue: 0.251, alpha: 1)
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,16 +84,16 @@ public enum DialtoneTokensTmoLight {
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: 1)
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: 1)
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: 1)
94
- public static let dtBadgeColorBorderDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
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.486, green: 0.322, blue: 1.000, alpha: 1)
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 dtButtonFontSizeLg = CGFloat(10.00) * 1.9
99
99
  public static let dtButtonFontSizeMd = CGFloat(10.00) * 1.5
@@ -117,13 +117,13 @@ public enum DialtoneTokensTmoLight {
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: 0.000, green: 0.000, blue: 0.000, alpha: 1)
120
+ public static let dtCheckboxColorBorderUnchecked = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.341)
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: 0.000, green: 0.000, blue: 0.000, alpha: 1)
126
- public static let dtColorBorderBoldInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
125
+ public static let dtColorBorderBold = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.502)
126
+ public static let dtColorBorderBoldInverted = UIColor(red: 1.000, green: 1.000, blue: 1.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.227, green: 0.114, blue: 0.584, alpha: 1)
@@ -136,13 +136,13 @@ public enum DialtoneTokensTmoLight {
136
136
  public static let dtColorBorderCriticalStrongInverted = UIColor(red: 1.000, green: 0.898, blue: 0.902, alpha: 1)
137
137
  public static let dtColorBorderCriticalSubtle = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
138
138
  public static let dtColorBorderCriticalSubtleInverted = UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha: 1)
139
- public static let dtColorBorderDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
140
- public static let dtColorBorderDefaultInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
139
+ public static let dtColorBorderDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.180)
140
+ public static let dtColorBorderDefaultInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.220)
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: 0.000, green: 0.000, blue: 0.000, alpha: 1)
143
- public static let dtColorBorderModerateInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
144
- public static let dtColorBorderSubtle = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
145
- public static let dtColorBorderSubtleInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
142
+ public static let dtColorBorderModerate = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.341)
143
+ public static let dtColorBorderModerateInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.380)
144
+ public static let dtColorBorderSubtle = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.102)
145
+ public static let dtColorBorderSubtleInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.141)
146
146
  public static let dtColorBorderSuccess = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
147
147
  public static let dtColorBorderSuccessInverted = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
148
148
  public static let dtColorBorderSuccessStrong = UIColor(red: 0.071, green: 0.275, blue: 0.125, alpha: 1)
@@ -151,18 +151,18 @@ public enum DialtoneTokensTmoLight {
151
151
  public static let dtColorBorderSuccessSubtleInverted = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
152
152
  public static let dtColorBorderWarning = UIColor(red: 0.824, green: 0.561, blue: 0.169, alpha: 1)
153
153
  public static let dtColorBorderWarningInverted = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
154
- public static let dtColorBorderWarningStrong = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)
154
+ public static let dtColorBorderWarningStrong = UIColor(red: 0.404, green: 0.251, blue: 0.024, alpha: 1)
155
155
  public static let dtColorBorderWarningStrongInverted = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)
156
156
  public static let dtColorBorderWarningSubtle = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
157
157
  public static let dtColorBorderWarningSubtleInverted = UIColor(red: 0.824, green: 0.561, blue: 0.169, alpha: 1)
158
158
  public static let dtColorForegroundCritical = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
159
159
  public static let dtColorForegroundCriticalInverted = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
160
160
  public static let dtColorForegroundCriticalStrong = UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha: 1)
161
- public static let dtColorForegroundCriticalStrongInverted = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
161
+ public static let dtColorForegroundCriticalStrongInverted = UIColor(red: 1.000, green: 0.643, blue: 0.643, alpha: 1)
162
162
  public static let dtColorForegroundDisabled = UIColor(red: 0.502, green: 0.502, blue: 0.502, 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.133, green: 0.133, blue: 0.133, alpha: 1)
165
- public static let dtColorForegroundMutedInverted = UIColor(red: 0.914, green: 0.914, blue: 0.914, alpha: 1)
164
+ public static let dtColorForegroundMuted = UIColor(red: 0.133, green: 0.133, blue: 0.133, alpha: 0.502)
165
+ public static let dtColorForegroundMutedInverted = UIColor(red: 0.914, green: 0.914, blue: 0.914, alpha: 0.600)
166
166
  public static let dtColorForegroundPlaceholder = UIColor(red: 0.502, green: 0.502, blue: 0.502, 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.000, green: 0.000, blue: 0.000, alpha: 1)
@@ -172,7 +172,7 @@ public enum DialtoneTokensTmoLight {
172
172
  public static let dtColorForegroundSuccess = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
173
173
  public static let dtColorForegroundSuccessInverted = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
174
174
  public static let dtColorForegroundSuccessStrong = UIColor(red: 0.071, green: 0.275, blue: 0.125, alpha: 1)
175
- public static let dtColorForegroundSuccessStrongInverted = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
175
+ public static let dtColorForegroundSuccessStrongInverted = UIColor(red: 0.831, green: 1.000, blue: 0.800, alpha: 1)
176
176
  public static let dtColorForegroundTertiary = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
177
177
  public static let dtColorForegroundTertiaryInverted = UIColor(red: 0.824, green: 0.824, blue: 0.824, alpha: 1)
178
178
  public static let dtColorForegroundWarning = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)
@@ -180,7 +180,7 @@ public enum DialtoneTokensTmoLight {
180
180
  public static let dtColorLinkCritical = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
181
181
  public static let dtColorLinkCriticalHover = UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha: 1)
182
182
  public static let dtColorLinkCriticalInverted = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
183
- public static let dtColorLinkCriticalInvertedHover = UIColor(red: 1.000, green: 0.522, blue: 0.522, alpha: 1)
183
+ public static let dtColorLinkCriticalInvertedHover = UIColor(red: 1.000, green: 0.643, blue: 0.643, alpha: 1)
184
184
  public static let dtColorLinkDisabled = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
185
185
  public static let dtColorLinkDisabledHover = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
186
186
  public static let dtColorLinkDisabledInverted = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
@@ -196,43 +196,43 @@ public enum DialtoneTokensTmoLight {
196
196
  public static let dtColorLinkSuccess = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
197
197
  public static let dtColorLinkSuccessHover = UIColor(red: 0.071, green: 0.275, blue: 0.125, alpha: 1)
198
198
  public static let dtColorLinkSuccessInverted = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
199
- public static let dtColorLinkSuccessInvertedHover = UIColor(red: 0.690, green: 1.000, blue: 0.639, alpha: 1)
199
+ public static let dtColorLinkSuccessInvertedHover = UIColor(red: 0.831, green: 1.000, blue: 0.800, alpha: 1)
200
200
  public static let dtColorLinkWarning = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)
201
201
  public static let dtColorLinkWarningHover = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
202
202
  public static let dtColorLinkWarningInverted = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)
203
203
  public static let dtColorLinkWarningInvertedHover = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
204
- public static let dtColorSurfaceBackdrop = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
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.824, green: 0.824, blue: 0.824, alpha: 1)
206
- public static let dtColorSurfaceBoldOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
206
+ public static let dtColorSurfaceBoldOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.180)
207
207
  public static let dtColorSurfaceContrast = UIColor(red: 0.133, green: 0.133, blue: 0.133, alpha: 1)
208
- public static let dtColorSurfaceContrastOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
208
+ public static let dtColorSurfaceContrastOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.871)
209
209
  public static let dtColorSurfaceCritical = UIColor(red: 1.000, green: 0.898, blue: 0.902, alpha: 1)
210
- public static let dtColorSurfaceCriticalOpaque = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
210
+ public static let dtColorSurfaceCriticalOpaque = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 0.110)
211
211
  public static let dtColorSurfaceCriticalStrong = UIColor(red: 0.718, green: 0.043, blue: 0.043, alpha: 1)
212
- public static let dtColorSurfaceCriticalSubtle = UIColor(red: 1.000, green: 0.898, blue: 0.902, alpha: 1)
213
- public static let dtColorSurfaceCriticalSubtleOpaque = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
212
+ public static let dtColorSurfaceCriticalSubtle = UIColor(red: 1.000, green: 0.949, blue: 0.953, alpha: 1)
213
+ public static let dtColorSurfaceCriticalSubtleOpaque = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 0.051)
214
214
  public static let dtColorSurfaceInfo = UIColor(red: 0.918, green: 0.949, blue: 0.980, alpha: 1)
215
- public static let dtColorSurfaceInfoOpaque = UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha: 1)
215
+ public static let dtColorSurfaceInfoOpaque = UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha: 0.090)
216
216
  public static let dtColorSurfaceInfoStrong = UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha: 1)
217
- public static let dtColorSurfaceInfoSubtle = UIColor(red: 0.918, green: 0.949, blue: 0.980, alpha: 1)
218
- public static let dtColorSurfaceInfoSubtleOpaque = UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha: 1)
217
+ public static let dtColorSurfaceInfoSubtle = UIColor(red: 0.961, green: 0.973, blue: 0.988, alpha: 1)
218
+ public static let dtColorSurfaceInfoSubtleOpaque = UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha: 0.039)
219
219
  public static let dtColorSurfaceModerate = UIColor(red: 0.914, green: 0.914, blue: 0.914, alpha: 1)
220
- public static let dtColorSurfaceModerateOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
220
+ public static let dtColorSurfaceModerateOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.090)
221
221
  public static let dtColorSurfacePrimary = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
222
222
  public static let dtColorSurfaceSecondary = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
223
- public static let dtColorSurfaceSecondaryOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
223
+ public static let dtColorSurfaceSecondaryOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.020)
224
224
  public static let dtColorSurfaceStrong = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
225
- public static let dtColorSurfaceStrongOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
225
+ public static let dtColorSurfaceStrongOpaque = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.671)
226
226
  public static let dtColorSurfaceSuccess = UIColor(red: 0.929, green: 0.976, blue: 0.922, alpha: 1)
227
- public static let dtColorSurfaceSuccessOpaque = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
227
+ public static let dtColorSurfaceSuccessOpaque = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 0.078)
228
228
  public static let dtColorSurfaceSuccessStrong = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
229
- public static let dtColorSurfaceSuccessSubtle = UIColor(red: 0.929, green: 0.976, blue: 0.922, alpha: 1)
230
- public static let dtColorSurfaceSuccessSubtleOpaque = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 1)
229
+ public static let dtColorSurfaceSuccessSubtle = UIColor(red: 0.973, green: 0.992, blue: 0.969, alpha: 1)
230
+ public static let dtColorSurfaceSuccessSubtleOpaque = UIColor(red: 0.102, green: 0.639, blue: 0.251, alpha: 0.031)
231
231
  public static let dtColorSurfaceWarning = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)
232
- public static let dtColorSurfaceWarningOpaque = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
232
+ public static let dtColorSurfaceWarningOpaque = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 0.380)
233
233
  public static let dtColorSurfaceWarningStrong = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
234
- public static let dtColorSurfaceWarningSubtle = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)
235
- public static let dtColorSurfaceWarningSubtleOpaque = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
234
+ public static let dtColorSurfaceWarningSubtle = UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 1)
235
+ public static let dtColorSurfaceWarningSubtleOpaque = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 0.180)
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 DialtoneTokensTmoLight {
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.000, green: 0.000, blue: 0.000, alpha: 1)
253
- public static let dtInputsColorBackgroundDisabled = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
254
- public static let dtInputsColorBackgroundFocus = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
252
+ public static let dtInputsColorBackgroundDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.031)
253
+ public static let dtInputsColorBackgroundDisabled = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.122)
254
+ public static let dtInputsColorBackgroundFocus = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.012)
255
255
  public static let dtInputsColorBorderCritical = UIColor(red: 0.925, green: 0.055, blue: 0.055, alpha: 1)
256
- public static let dtInputsColorBorderDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
256
+ public static let dtInputsColorBorderDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.180)
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.102, green: 0.639, blue: 0.251, alpha: 1)
@@ -285,7 +285,7 @@ public enum DialtoneTokensTmoLight {
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: 0.000, green: 0.000, blue: 0.000, alpha: 1)
288
+ public static let dtRadioColorBorderUnchecked = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.341)
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 DialtoneTokensTmoLight {
303
303
  public static let dtThemeSidebarColorForeground = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
304
304
  public static let dtThemeSidebarColorForegroundUnread = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
305
305
  public static let dtThemeSidebarIconColorForeground = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
306
- public static let dtThemeSidebarRowColorBackground = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
307
- public static let dtThemeSidebarRowColorBackgroundActive = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
308
- public static let dtThemeSidebarRowColorBackgroundHover = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
306
+ public static let dtThemeSidebarRowColorBackground = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 0)
307
+ public static let dtThemeSidebarRowColorBackgroundActive = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 0.161)
308
+ public static let dtThemeSidebarRowColorBackgroundHover = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 0.122)
309
309
  public static let dtThemeSidebarSectionColorForeground = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
310
- public static let dtThemeSidebarSelectedRowColorBackground = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
310
+ public static let dtThemeSidebarSelectedRowColorBackground = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 0.102)
311
311
  public static let dtThemeSidebarSelectedRowColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
312
312
  public static let dtThemeSidebarStatusColorForeground = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
313
- public static let dtThemeTopbarButtonColorBackground = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
314
- public static let dtThemeTopbarButtonColorBackgroundActive = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
315
- public static let dtThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
316
- public static let dtThemeTopbarButtonColorForeground = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
313
+ public static let dtThemeTopbarButtonColorBackground = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 0)
314
+ public static let dtThemeTopbarButtonColorBackgroundActive = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 0.102)
315
+ public static let dtThemeTopbarButtonColorBackgroundHover = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 0.051)
316
+ public static let dtThemeTopbarButtonColorForeground = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 0.651)
317
317
  public static let dtThemeTopbarButtonColorForegroundHover = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
318
318
  public static let dtThemeTopbarColorBackground = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
319
- public static let dtThemeTopbarColorForeground = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
320
- public static let dtThemeTopbarFieldColorBackground = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
321
- public static let dtThemeTopbarFieldColorBackgroundHover = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
322
- public static let dtThemeTopbarFieldColorBorder = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
323
- public static let dtThemeTopbarFieldColorBorderActive = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
324
- public static let dtThemeTopbarFieldColorBorderHover = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
325
- public static let dtThemeTopbarFieldColorForeground = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
326
- public static let dtThemeTopbarFieldColorForegroundHover = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
327
- public static let dtThemeTopbarProfileColorBackground = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
328
- public static let dtThemeTopbarProfileColorBackgroundActive = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
329
- public static let dtThemeTopbarProfileColorBackgroundHover = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
330
- public static let dtThemeTopbarProfileColorBackgroundInverted = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
331
- public static let dtThemeTopbarProfileColorForeground = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 1)
332
- public static let dtThemeTopbarProfileColorForegroundInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
319
+ public static let dtThemeTopbarColorForeground = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 0.749)
320
+ public static let dtThemeTopbarFieldColorBackground = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 0.051)
321
+ public static let dtThemeTopbarFieldColorBackgroundHover = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
322
+ public static let dtThemeTopbarFieldColorBorder = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 0)
323
+ public static let dtThemeTopbarFieldColorBorderActive = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 0.200)
324
+ public static let dtThemeTopbarFieldColorBorderHover = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 0.102)
325
+ public static let dtThemeTopbarFieldColorForeground = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 0.502)
326
+ public static let dtThemeTopbarFieldColorForegroundHover = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 0.749)
327
+ public static let dtThemeTopbarProfileColorBackground = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 0.051)
328
+ public static let dtThemeTopbarProfileColorBackgroundActive = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 0.141)
329
+ public static let dtThemeTopbarProfileColorBackgroundHover = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 0.102)
330
+ public static let dtThemeTopbarProfileColorBackgroundInverted = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 0.749)
331
+ public static let dtThemeTopbarProfileColorForeground = UIColor(red: 0.886, green: 0.000, blue: 0.455, alpha: 0.749)
332
+ public static let dtThemeTopbarProfileColorForegroundInverted = UIColor(red: 1.000, green: 1.000, blue: 1.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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-tokens",
3
- "version": "1.41.0",
3
+ "version": "1.41.2",
4
4
  "description": "Design tokens for Dialtone.",
5
5
  "type": "module",
6
6
  "files": [
@@ -67,8 +67,6 @@
67
67
  }
68
68
  ],
69
69
  "scripts": {
70
- "publish:android-package": "cp ./AndroidManifest.xml dist/android && ./gradlew publishToMavenLocal -Pversion=$npm_package_version",
71
- "publish:ios-package": "./build-ios.js",
72
70
  "sync:tokens-to-figma": "tsx sync-scripts/sync_tokens_to_figma.ts",
73
71
  "sync:figma-to-tokens": "tsx sync-scripts/sync_figma_to_tokens.ts"
74
72
  }