@dialpad/dialtone-tokens 1.40.0 → 1.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/android/java/tokens-base-deca-dark.kt +76 -61
- package/dist/android/java/tokens-base-deca-light.kt +64 -49
- package/dist/android/java/tokens-deca-dark.kt +122 -80
- package/dist/android/java/tokens-deca-light.kt +102 -60
- package/dist/android/res/values/colors-base-deca-dark.xml +76 -61
- package/dist/android/res/values/colors-base-deca-light.xml +64 -49
- package/dist/android/res/values/colors-deca-dark.xml +120 -78
- package/dist/android/res/values/colors-deca-light.xml +90 -48
- package/dist/css/tokens-base-deca-dark.css +392 -287
- package/dist/css/tokens-base-deca-light.css +351 -246
- package/dist/css/tokens-deca-dark.css +868 -574
- package/dist/css/tokens-deca-light.css +825 -531
- package/dist/doc.json +25631 -21318
- package/dist/ios/tokens-base-deca-dark.swift +78 -63
- package/dist/ios/tokens-base-deca-light.swift +66 -51
- package/dist/ios/tokens-deca-dark.swift +120 -78
- package/dist/ios/tokens-deca-light.swift +90 -48
- package/dist/less/tokens-base-deca-dark.less +78 -63
- package/dist/less/tokens-base-deca-light.less +66 -51
- package/dist/less/tokens-deca-dark.less +122 -80
- package/dist/less/tokens-deca-light.less +102 -60
- package/dist/themes/dp-deca-dark.cjs +1 -1
- package/dist/themes/dp-deca-dark.js +1 -1
- package/dist/themes/dp-deca-light.cjs +1 -1
- package/dist/themes/dp-deca-light.js +2 -2
- package/dist/tokens-base-deca-dark.json +78 -63
- package/dist/tokens-base-deca-light.json +66 -51
- package/dist/tokens-deca-dark.json +120 -78
- package/dist/tokens-deca-light.json +91 -49
- package/package.json +1 -1
|
@@ -10,81 +10,96 @@ import UIKit
|
|
|
10
10
|
|
|
11
11
|
public enum DialtoneTokensBaseDecaDark {
|
|
12
12
|
public static let dtColorBlack100 = UIColor(red: 0.090, green: 0.090, blue: 0.090, alpha: 1)
|
|
13
|
-
public static let dtColorBlack1000 = UIColor(red:
|
|
13
|
+
public static let dtColorBlack1000 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
14
14
|
public static let dtColorBlack200 = UIColor(red: 0.122, green: 0.122, blue: 0.122, alpha: 1)
|
|
15
15
|
public static let dtColorBlack300 = UIColor(red: 0.239, green: 0.239, blue: 0.239, alpha: 1)
|
|
16
16
|
public static let dtColorBlack400 = UIColor(red: 0.333, green: 0.333, blue: 0.333, alpha: 1)
|
|
17
|
+
public static let dtColorBlack50 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
17
18
|
public static let dtColorBlack500 = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
|
|
18
19
|
public static let dtColorBlack600 = UIColor(red: 0.690, green: 0.690, blue: 0.690, alpha: 1)
|
|
19
20
|
public static let dtColorBlack700 = UIColor(red: 0.780, green: 0.780, blue: 0.780, alpha: 1)
|
|
20
21
|
public static let dtColorBlack800 = UIColor(red: 0.831, green: 0.831, blue: 0.831, alpha: 1)
|
|
21
22
|
public static let dtColorBlack900 = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
22
|
-
public static let
|
|
23
|
-
public static let
|
|
24
|
-
public static let
|
|
25
|
-
public static let
|
|
26
|
-
public static let
|
|
27
|
-
public static let
|
|
28
|
-
public static let
|
|
29
|
-
public static let
|
|
30
|
-
public static let
|
|
31
|
-
public static let
|
|
23
|
+
public static let dtColorBlack950 = UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 1)
|
|
24
|
+
public static let dtColorBlue100 = UIColor(red: 0.000, green: 0.078, blue: 0.161, alpha: 1)
|
|
25
|
+
public static let dtColorBlue1000 = UIColor(red: 0.961, green: 0.976, blue: 0.992, alpha: 1)
|
|
26
|
+
public static let dtColorBlue200 = UIColor(red: 0.000, green: 0.192, blue: 0.396, alpha: 1)
|
|
27
|
+
public static let dtColorBlue300 = UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha: 1)
|
|
28
|
+
public static let dtColorBlue400 = UIColor(red: 0.173, green: 0.514, blue: 0.835, alpha: 1)
|
|
29
|
+
public static let dtColorBlue425 = UIColor(red: 0.231, green: 0.588, blue: 0.875, alpha: 1)
|
|
30
|
+
public static let dtColorBlue450 = UIColor(red: 0.290, green: 0.663, blue: 0.918, alpha: 1)
|
|
31
|
+
public static let dtColorBlue475 = UIColor(red: 0.373, green: 0.769, blue: 0.976, alpha: 1)
|
|
32
|
+
public static let dtColorBlue50 = UIColor(red: 0.004, green: 0.043, blue: 0.086, alpha: 1)
|
|
33
|
+
public static let dtColorBlue500 = UIColor(red: 0.596, green: 0.863, blue: 1.000, alpha: 1)
|
|
34
|
+
public static let dtColorBlue600 = UIColor(red: 0.741, green: 0.910, blue: 1.000, alpha: 1)
|
|
35
|
+
public static let dtColorBlue900 = UIColor(red: 0.918, green: 0.949, blue: 0.980, alpha: 1)
|
|
32
36
|
public static let dtColorBrandGold = UIColor(red: 1.000, green: 0.620, blue: 0.055, alpha: 1)
|
|
33
37
|
public static let dtColorBrandMagenta = UIColor(red: 1.000, green: 0.106, blue: 0.643, alpha: 1)
|
|
34
38
|
public static let dtColorBrandPurple = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
35
|
-
public static let
|
|
36
|
-
public static let
|
|
37
|
-
public static let
|
|
38
|
-
public static let dtColorGold200 = UIColor(red: 0.
|
|
39
|
-
public static let
|
|
40
|
-
public static let
|
|
41
|
-
public static let
|
|
42
|
-
public static let
|
|
43
|
-
public static let
|
|
44
|
-
public static let
|
|
45
|
-
public static let
|
|
46
|
-
public static let
|
|
47
|
-
public static let
|
|
48
|
-
public static let
|
|
49
|
-
public static let
|
|
50
|
-
public static let
|
|
51
|
-
public static let
|
|
52
|
-
public static let
|
|
53
|
-
public static let dtColorGreen400 = UIColor(red: 0.
|
|
54
|
-
public static let
|
|
55
|
-
public static let
|
|
56
|
-
public static let
|
|
57
|
-
public static let
|
|
58
|
-
public static let
|
|
59
|
-
public static let
|
|
60
|
-
public static let
|
|
61
|
-
public static let
|
|
62
|
-
public static let
|
|
63
|
-
public static let
|
|
64
|
-
public static let
|
|
39
|
+
public static let dtColorBrandRed = UIColor(red: 1.000, green: 0.075, blue: 0.337, alpha: 1)
|
|
40
|
+
public static let dtColorGold100 = UIColor(red: 0.173, green: 0.106, blue: 0.008, alpha: 1)
|
|
41
|
+
public static let dtColorGold1000 = UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 1)
|
|
42
|
+
public static let dtColorGold200 = UIColor(red: 0.325, green: 0.196, blue: 0.016, alpha: 1)
|
|
43
|
+
public static let dtColorGold300 = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)
|
|
44
|
+
public static let dtColorGold350 = UIColor(red: 0.835, green: 0.498, blue: 0.000, alpha: 1)
|
|
45
|
+
public static let dtColorGold400 = UIColor(red: 0.918, green: 0.561, blue: 0.027, alpha: 1)
|
|
46
|
+
public static let dtColorGold450 = UIColor(red: 1.000, green: 0.620, blue: 0.055, alpha: 1)
|
|
47
|
+
public static let dtColorGold50 = UIColor(red: 0.125, green: 0.075, blue: 0.004, alpha: 1)
|
|
48
|
+
public static let dtColorGold500 = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
|
|
49
|
+
public static let dtColorGold600 = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
|
|
50
|
+
public static let dtColorGold700 = UIColor(red: 1.000, green: 0.910, blue: 0.612, alpha: 1)
|
|
51
|
+
public static let dtColorGold900 = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)
|
|
52
|
+
public static let dtColorGreen100 = UIColor(red: 0.004, green: 0.153, blue: 0.090, alpha: 1)
|
|
53
|
+
public static let dtColorGreen1000 = UIColor(red: 0.965, green: 0.988, blue: 0.961, alpha: 1)
|
|
54
|
+
public static let dtColorGreen200 = UIColor(red: 0.000, green: 0.310, blue: 0.180, alpha: 1)
|
|
55
|
+
public static let dtColorGreen300 = UIColor(red: 0.000, green: 0.557, blue: 0.322, alpha: 1)
|
|
56
|
+
public static let dtColorGreen350 = UIColor(red: 0.192, green: 0.698, blue: 0.216, alpha: 1)
|
|
57
|
+
public static let dtColorGreen400 = UIColor(red: 0.322, green: 0.788, blue: 0.149, alpha: 1)
|
|
58
|
+
public static let dtColorGreen425 = UIColor(red: 0.518, green: 0.933, blue: 0.043, alpha: 1)
|
|
59
|
+
public static let dtColorGreen475 = UIColor(red: 0.682, green: 0.984, blue: 0.235, alpha: 1)
|
|
60
|
+
public static let dtColorGreen50 = UIColor(red: 0.000, green: 0.082, blue: 0.051, alpha: 1)
|
|
61
|
+
public static let dtColorGreen500 = UIColor(red: 0.820, green: 1.000, blue: 0.463, alpha: 1)
|
|
62
|
+
public static let dtColorGreen600 = UIColor(red: 0.859, green: 1.000, blue: 0.663, alpha: 1)
|
|
63
|
+
public static let dtColorGreen900 = UIColor(red: 0.929, green: 0.976, blue: 0.922, alpha: 1)
|
|
64
|
+
public static let dtColorMagenta100 = UIColor(red: 0.200, green: 0.059, blue: 0.153, alpha: 1)
|
|
65
|
+
public static let dtColorMagenta1000 = UIColor(red: 1.000, green: 0.933, blue: 0.973, alpha: 1)
|
|
66
|
+
public static let dtColorMagenta200 = UIColor(red: 0.400, green: 0.133, blue: 0.318, alpha: 1)
|
|
67
|
+
public static let dtColorMagenta250 = UIColor(red: 0.604, green: 0.000, blue: 0.416, alpha: 1)
|
|
68
|
+
public static let dtColorMagenta300 = UIColor(red: 0.749, green: 0.039, blue: 0.502, alpha: 1)
|
|
69
|
+
public static let dtColorMagenta400 = UIColor(red: 0.851, green: 0.067, blue: 0.557, alpha: 1)
|
|
70
|
+
public static let dtColorMagenta425 = UIColor(red: 1.000, green: 0.106, blue: 0.643, alpha: 1)
|
|
71
|
+
public static let dtColorMagenta475 = UIColor(red: 0.988, green: 0.369, blue: 0.627, alpha: 1)
|
|
72
|
+
public static let dtColorMagenta50 = UIColor(red: 0.098, green: 0.027, blue: 0.075, alpha: 1)
|
|
73
|
+
public static let dtColorMagenta500 = UIColor(red: 0.996, green: 0.529, blue: 0.718, alpha: 1)
|
|
74
|
+
public static let dtColorMagenta600 = UIColor(red: 1.000, green: 0.694, blue: 0.812, alpha: 1)
|
|
75
|
+
public static let dtColorMagenta900 = UIColor(red: 1.000, green: 0.878, blue: 0.949, alpha: 1)
|
|
65
76
|
public static let dtColorNeutralBlack = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
66
77
|
public static let dtColorNeutralTransparent = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
67
78
|
public static let dtColorNeutralWhite = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
68
|
-
public static let dtColorPurple100 = UIColor(red: 0.
|
|
69
|
-
public static let dtColorPurple1000 = UIColor(red: 0.
|
|
70
|
-
public static let dtColorPurple200 = UIColor(red: 0.
|
|
71
|
-
public static let
|
|
72
|
-
public static let
|
|
73
|
-
public static let
|
|
74
|
-
public static let
|
|
75
|
-
public static let
|
|
76
|
-
public static let
|
|
77
|
-
public static let
|
|
78
|
-
public static let
|
|
79
|
-
public static let
|
|
80
|
-
public static let
|
|
81
|
-
public static let
|
|
82
|
-
public static let
|
|
83
|
-
public static let dtColorRed300 = UIColor(red: 0.
|
|
84
|
-
public static let dtColorRed350 = UIColor(red:
|
|
85
|
-
public static let dtColorRed400 = UIColor(red:
|
|
86
|
-
public static let dtColorRed450 = UIColor(red: 1.000, green: 0.
|
|
87
|
-
public static let
|
|
79
|
+
public static let dtColorPurple100 = UIColor(red: 0.114, green: 0.004, blue: 0.333, alpha: 1)
|
|
80
|
+
public static let dtColorPurple1000 = UIColor(red: 0.976, green: 0.965, blue: 1.000, alpha: 1)
|
|
81
|
+
public static let dtColorPurple200 = UIColor(red: 0.227, green: 0.114, blue: 0.584, alpha: 1)
|
|
82
|
+
public static let dtColorPurple250 = UIColor(red: 0.314, green: 0.137, blue: 0.867, alpha: 1)
|
|
83
|
+
public static let dtColorPurple300 = UIColor(red: 0.396, green: 0.220, blue: 0.945, alpha: 1)
|
|
84
|
+
public static let dtColorPurple350 = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
85
|
+
public static let dtColorPurple400 = UIColor(red: 0.584, green: 0.408, blue: 1.000, alpha: 1)
|
|
86
|
+
public static let dtColorPurple450 = UIColor(red: 0.671, green: 0.494, blue: 1.000, alpha: 1)
|
|
87
|
+
public static let dtColorPurple50 = UIColor(red: 0.055, green: 0.000, blue: 0.165, alpha: 1)
|
|
88
|
+
public static let dtColorPurple500 = UIColor(red: 0.761, green: 0.639, blue: 1.000, alpha: 1)
|
|
89
|
+
public static let dtColorPurple550 = UIColor(red: 0.855, green: 0.780, blue: 1.000, alpha: 1)
|
|
90
|
+
public static let dtColorPurple600 = UIColor(red: 0.961, green: 0.941, blue: 1.000, alpha: 1)
|
|
91
|
+
public static let dtColorRed100 = UIColor(red: 0.220, green: 0.000, blue: 0.063, alpha: 1)
|
|
92
|
+
public static let dtColorRed1000 = UIColor(red: 1.000, green: 0.949, blue: 0.953, alpha: 1)
|
|
93
|
+
public static let dtColorRed200 = UIColor(red: 0.392, green: 0.031, blue: 0.137, alpha: 1)
|
|
94
|
+
public static let dtColorRed300 = UIColor(red: 0.576, green: 0.090, blue: 0.227, alpha: 1)
|
|
95
|
+
public static let dtColorRed350 = UIColor(red: 0.686, green: 0.000, blue: 0.196, alpha: 1)
|
|
96
|
+
public static let dtColorRed400 = UIColor(red: 0.851, green: 0.039, blue: 0.271, alpha: 1)
|
|
97
|
+
public static let dtColorRed450 = UIColor(red: 1.000, green: 0.075, blue: 0.337, alpha: 1)
|
|
98
|
+
public static let dtColorRed50 = UIColor(red: 0.110, green: 0.004, blue: 0.031, alpha: 1)
|
|
99
|
+
public static let dtColorRed500 = UIColor(red: 1.000, green: 0.255, blue: 0.357, alpha: 1)
|
|
100
|
+
public static let dtColorRed600 = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
101
|
+
public static let dtColorRed700 = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 1)
|
|
102
|
+
public static let dtColorRed900 = UIColor(red: 1.000, green: 0.898, blue: 0.902, alpha: 1)
|
|
88
103
|
public static let dtColorTan100 = UIColor(red: 0.071, green: 0.071, blue: 0.071, alpha: 1)
|
|
89
104
|
public static let dtColorTan200 = UIColor(red: 0.247, green: 0.239, blue: 0.235, alpha: 1)
|
|
90
105
|
public static let dtColorTan300 = UIColor(red: 0.529, green: 0.502, blue: 0.482, alpha: 1)
|
|
@@ -206,13 +221,13 @@ public enum DialtoneTokensBaseDecaDark {
|
|
|
206
221
|
public static let dtShadowFocus1Spread = CGFloat(1.00)
|
|
207
222
|
public static let dtShadowFocus1Type = "dropShadow"
|
|
208
223
|
public static let dtShadowFocus2Blur = CGFloat(0.00)
|
|
209
|
-
public static let dtShadowFocus2Color = UIColor(red: 0.
|
|
224
|
+
public static let dtShadowFocus2Color = UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha: 1)
|
|
210
225
|
public static let dtShadowFocus2OffsetX = CGFloat(0.00)
|
|
211
226
|
public static let dtShadowFocus2OffsetY = CGFloat(0.00)
|
|
212
227
|
public static let dtShadowFocus2Spread = CGFloat(2.00) + CGFloat(1.00)
|
|
213
228
|
public static let dtShadowFocus2Type = "dropShadow"
|
|
214
229
|
public static let dtShadowFocusInsetBlur = CGFloat(0.00)
|
|
215
|
-
public static let dtShadowFocusInsetColor = UIColor(red: 0.
|
|
230
|
+
public static let dtShadowFocusInsetColor = UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha: 1)
|
|
216
231
|
public static let dtShadowFocusInsetOffsetX = CGFloat(0.00)
|
|
217
232
|
public static let dtShadowFocusInsetOffsetY = CGFloat(0.00)
|
|
218
233
|
public static let dtShadowFocusInsetSpread = CGFloat(2.00)
|
|
@@ -14,77 +14,92 @@ public enum DialtoneTokensBaseDecaLight {
|
|
|
14
14
|
public static let dtColorBlack200 = UIColor(red: 0.914, green: 0.914, blue: 0.914, alpha: 1)
|
|
15
15
|
public static let dtColorBlack300 = UIColor(red: 0.824, green: 0.824, blue: 0.824, alpha: 1)
|
|
16
16
|
public static let dtColorBlack400 = UIColor(red: 0.667, green: 0.667, blue: 0.667, alpha: 1)
|
|
17
|
+
public static let dtColorBlack50 = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
17
18
|
public static let dtColorBlack500 = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
|
|
18
19
|
public static let dtColorBlack600 = UIColor(red: 0.325, green: 0.325, blue: 0.325, alpha: 1)
|
|
19
20
|
public static let dtColorBlack700 = UIColor(red: 0.227, green: 0.227, blue: 0.227, alpha: 1)
|
|
20
21
|
public static let dtColorBlack800 = UIColor(red: 0.145, green: 0.145, blue: 0.145, alpha: 1)
|
|
21
22
|
public static let dtColorBlack900 = UIColor(red: 0.110, green: 0.110, blue: 0.110, alpha: 1)
|
|
23
|
+
public static let dtColorBlack950 = UIColor(red: 0.090, green: 0.090, blue: 0.090, alpha: 1)
|
|
22
24
|
public static let dtColorBlue100 = UIColor(red: 0.918, green: 0.949, blue: 0.980, alpha: 1)
|
|
23
|
-
public static let dtColorBlue1000 = UIColor(red: 0.
|
|
24
|
-
public static let
|
|
25
|
-
public static let
|
|
26
|
-
public static let
|
|
27
|
-
public static let
|
|
28
|
-
public static let
|
|
29
|
-
public static let
|
|
30
|
-
public static let
|
|
31
|
-
public static let dtColorBlue500 = UIColor(red: 0.
|
|
25
|
+
public static let dtColorBlue1000 = UIColor(red: 0.004, green: 0.043, blue: 0.086, alpha: 1)
|
|
26
|
+
public static let dtColorBlue200 = UIColor(red: 0.741, green: 0.910, blue: 1.000, alpha: 1)
|
|
27
|
+
public static let dtColorBlue300 = UIColor(red: 0.596, green: 0.863, blue: 1.000, alpha: 1)
|
|
28
|
+
public static let dtColorBlue400 = UIColor(red: 0.373, green: 0.769, blue: 0.976, alpha: 1)
|
|
29
|
+
public static let dtColorBlue425 = UIColor(red: 0.290, green: 0.663, blue: 0.918, alpha: 1)
|
|
30
|
+
public static let dtColorBlue450 = UIColor(red: 0.231, green: 0.588, blue: 0.875, alpha: 1)
|
|
31
|
+
public static let dtColorBlue475 = UIColor(red: 0.173, green: 0.514, blue: 0.835, alpha: 1)
|
|
32
|
+
public static let dtColorBlue50 = UIColor(red: 0.961, green: 0.976, blue: 0.992, alpha: 1)
|
|
33
|
+
public static let dtColorBlue500 = UIColor(red: 0.090, green: 0.408, blue: 0.776, alpha: 1)
|
|
34
|
+
public static let dtColorBlue600 = UIColor(red: 0.000, green: 0.192, blue: 0.396, alpha: 1)
|
|
35
|
+
public static let dtColorBlue900 = UIColor(red: 0.000, green: 0.078, blue: 0.161, alpha: 1)
|
|
32
36
|
public static let dtColorBrandGold = UIColor(red: 1.000, green: 0.620, blue: 0.055, alpha: 1)
|
|
33
37
|
public static let dtColorBrandMagenta = UIColor(red: 1.000, green: 0.106, blue: 0.643, alpha: 1)
|
|
34
38
|
public static let dtColorBrandPurple = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
39
|
+
public static let dtColorBrandRed = UIColor(red: 1.000, green: 0.075, blue: 0.337, alpha: 1)
|
|
35
40
|
public static let dtColorGold100 = UIColor(red: 1.000, green: 0.957, blue: 0.800, alpha: 1)
|
|
36
|
-
public static let dtColorGold1000 = UIColor(red: 0.
|
|
37
|
-
public static let
|
|
38
|
-
public static let
|
|
39
|
-
public static let
|
|
40
|
-
public static let
|
|
41
|
-
public static let
|
|
42
|
-
public static let
|
|
43
|
-
public static let dtColorGold500 = UIColor(red: 0.
|
|
44
|
-
public static let dtColorGold600 = UIColor(red: 0.
|
|
41
|
+
public static let dtColorGold1000 = UIColor(red: 0.125, green: 0.075, blue: 0.004, alpha: 1)
|
|
42
|
+
public static let dtColorGold200 = UIColor(red: 1.000, green: 0.910, blue: 0.612, alpha: 1)
|
|
43
|
+
public static let dtColorGold300 = UIColor(red: 1.000, green: 0.859, blue: 0.502, alpha: 1)
|
|
44
|
+
public static let dtColorGold350 = UIColor(red: 1.000, green: 0.741, blue: 0.282, alpha: 1)
|
|
45
|
+
public static let dtColorGold400 = UIColor(red: 1.000, green: 0.620, blue: 0.055, alpha: 1)
|
|
46
|
+
public static let dtColorGold450 = UIColor(red: 0.918, green: 0.561, blue: 0.027, alpha: 1)
|
|
47
|
+
public static let dtColorGold50 = UIColor(red: 1.000, green: 0.980, blue: 0.898, alpha: 1)
|
|
48
|
+
public static let dtColorGold500 = UIColor(red: 0.835, green: 0.498, blue: 0.000, alpha: 1)
|
|
49
|
+
public static let dtColorGold600 = UIColor(red: 0.506, green: 0.314, blue: 0.031, alpha: 1)
|
|
50
|
+
public static let dtColorGold700 = UIColor(red: 0.325, green: 0.196, blue: 0.016, alpha: 1)
|
|
51
|
+
public static let dtColorGold900 = UIColor(red: 0.173, green: 0.106, blue: 0.008, alpha: 1)
|
|
45
52
|
public static let dtColorGreen100 = UIColor(red: 0.929, green: 0.976, blue: 0.922, alpha: 1)
|
|
46
|
-
public static let dtColorGreen1000 = UIColor(red: 0.
|
|
47
|
-
public static let
|
|
48
|
-
public static let
|
|
49
|
-
public static let
|
|
50
|
-
public static let
|
|
51
|
-
public static let
|
|
52
|
-
public static let
|
|
53
|
-
public static let
|
|
54
|
-
public static let dtColorGreen500 = UIColor(red: 0.000, green: 0.
|
|
53
|
+
public static let dtColorGreen1000 = UIColor(red: 0.000, green: 0.082, blue: 0.051, alpha: 1)
|
|
54
|
+
public static let dtColorGreen200 = UIColor(red: 0.859, green: 1.000, blue: 0.663, alpha: 1)
|
|
55
|
+
public static let dtColorGreen300 = UIColor(red: 0.820, green: 1.000, blue: 0.463, alpha: 1)
|
|
56
|
+
public static let dtColorGreen350 = UIColor(red: 0.682, green: 0.984, blue: 0.235, alpha: 1)
|
|
57
|
+
public static let dtColorGreen400 = UIColor(red: 0.518, green: 0.933, blue: 0.043, alpha: 1)
|
|
58
|
+
public static let dtColorGreen425 = UIColor(red: 0.322, green: 0.788, blue: 0.149, alpha: 1)
|
|
59
|
+
public static let dtColorGreen475 = UIColor(red: 0.180, green: 0.659, blue: 0.204, alpha: 1)
|
|
60
|
+
public static let dtColorGreen50 = UIColor(red: 0.965, green: 0.988, blue: 0.961, alpha: 1)
|
|
61
|
+
public static let dtColorGreen500 = UIColor(red: 0.000, green: 0.557, blue: 0.322, alpha: 1)
|
|
62
|
+
public static let dtColorGreen600 = UIColor(red: 0.000, green: 0.310, blue: 0.180, alpha: 1)
|
|
63
|
+
public static let dtColorGreen900 = UIColor(red: 0.004, green: 0.153, blue: 0.090, alpha: 1)
|
|
55
64
|
public static let dtColorMagenta100 = UIColor(red: 1.000, green: 0.878, blue: 0.949, alpha: 1)
|
|
56
|
-
public static let dtColorMagenta1000 = UIColor(red: 0.
|
|
57
|
-
public static let
|
|
58
|
-
public static let
|
|
59
|
-
public static let
|
|
60
|
-
public static let
|
|
61
|
-
public static let
|
|
62
|
-
public static let
|
|
63
|
-
public static let
|
|
64
|
-
public static let dtColorMagenta500 = UIColor(red: 0.
|
|
65
|
+
public static let dtColorMagenta1000 = UIColor(red: 0.098, green: 0.027, blue: 0.075, alpha: 1)
|
|
66
|
+
public static let dtColorMagenta200 = UIColor(red: 1.000, green: 0.694, blue: 0.812, alpha: 1)
|
|
67
|
+
public static let dtColorMagenta250 = UIColor(red: 0.996, green: 0.529, blue: 0.718, alpha: 1)
|
|
68
|
+
public static let dtColorMagenta300 = UIColor(red: 0.988, green: 0.369, blue: 0.627, alpha: 1)
|
|
69
|
+
public static let dtColorMagenta400 = UIColor(red: 1.000, green: 0.106, blue: 0.643, alpha: 1)
|
|
70
|
+
public static let dtColorMagenta425 = UIColor(red: 0.851, green: 0.067, blue: 0.557, alpha: 1)
|
|
71
|
+
public static let dtColorMagenta475 = UIColor(red: 0.749, green: 0.039, blue: 0.502, alpha: 1)
|
|
72
|
+
public static let dtColorMagenta50 = UIColor(red: 1.000, green: 0.933, blue: 0.973, alpha: 1)
|
|
73
|
+
public static let dtColorMagenta500 = UIColor(red: 0.604, green: 0.000, blue: 0.416, alpha: 1)
|
|
74
|
+
public static let dtColorMagenta600 = UIColor(red: 0.400, green: 0.133, blue: 0.318, alpha: 1)
|
|
75
|
+
public static let dtColorMagenta900 = UIColor(red: 0.200, green: 0.059, blue: 0.153, alpha: 1)
|
|
65
76
|
public static let dtColorNeutralBlack = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
66
77
|
public static let dtColorNeutralTransparent = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0)
|
|
67
78
|
public static let dtColorNeutralWhite = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
68
79
|
public static let dtColorPurple100 = UIColor(red: 0.961, green: 0.941, blue: 1.000, alpha: 1)
|
|
69
|
-
public static let dtColorPurple1000 = UIColor(red: 0.
|
|
80
|
+
public static let dtColorPurple1000 = UIColor(red: 0.055, green: 0.000, blue: 0.165, alpha: 1)
|
|
70
81
|
public static let dtColorPurple200 = UIColor(red: 0.855, green: 0.780, blue: 1.000, alpha: 1)
|
|
82
|
+
public static let dtColorPurple250 = UIColor(red: 0.761, green: 0.639, blue: 1.000, alpha: 1)
|
|
71
83
|
public static let dtColorPurple300 = UIColor(red: 0.671, green: 0.494, blue: 1.000, alpha: 1)
|
|
72
84
|
public static let dtColorPurple350 = UIColor(red: 0.584, green: 0.408, blue: 1.000, alpha: 1)
|
|
73
85
|
public static let dtColorPurple400 = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
74
|
-
public static let
|
|
75
|
-
public static let
|
|
76
|
-
public static let dtColorPurple500 = UIColor(red: 0.
|
|
86
|
+
public static let dtColorPurple450 = UIColor(red: 0.396, green: 0.220, blue: 0.945, alpha: 1)
|
|
87
|
+
public static let dtColorPurple50 = UIColor(red: 0.976, green: 0.965, blue: 1.000, alpha: 1)
|
|
88
|
+
public static let dtColorPurple500 = UIColor(red: 0.314, green: 0.137, blue: 0.867, alpha: 1)
|
|
89
|
+
public static let dtColorPurple550 = UIColor(red: 0.227, green: 0.114, blue: 0.584, alpha: 1)
|
|
77
90
|
public static let dtColorPurple600 = UIColor(red: 0.114, green: 0.004, blue: 0.333, alpha: 1)
|
|
78
91
|
public static let dtColorRed100 = UIColor(red: 1.000, green: 0.898, blue: 0.902, alpha: 1)
|
|
79
|
-
public static let dtColorRed1000 = UIColor(red: 0.
|
|
80
|
-
public static let
|
|
81
|
-
public static let
|
|
82
|
-
public static let
|
|
83
|
-
public static let
|
|
84
|
-
public static let
|
|
85
|
-
public static let
|
|
86
|
-
public static let
|
|
87
|
-
public static let
|
|
92
|
+
public static let dtColorRed1000 = UIColor(red: 0.110, green: 0.004, blue: 0.031, alpha: 1)
|
|
93
|
+
public static let dtColorRed200 = UIColor(red: 1.000, green: 0.671, blue: 0.643, alpha: 1)
|
|
94
|
+
public static let dtColorRed300 = UIColor(red: 1.000, green: 0.443, blue: 0.435, alpha: 1)
|
|
95
|
+
public static let dtColorRed350 = UIColor(red: 1.000, green: 0.255, blue: 0.357, alpha: 1)
|
|
96
|
+
public static let dtColorRed400 = UIColor(red: 1.000, green: 0.075, blue: 0.337, alpha: 1)
|
|
97
|
+
public static let dtColorRed450 = UIColor(red: 0.851, green: 0.039, blue: 0.271, alpha: 1)
|
|
98
|
+
public static let dtColorRed50 = UIColor(red: 1.000, green: 0.949, blue: 0.953, alpha: 1)
|
|
99
|
+
public static let dtColorRed500 = UIColor(red: 0.686, green: 0.000, blue: 0.196, alpha: 1)
|
|
100
|
+
public static let dtColorRed600 = UIColor(red: 0.576, green: 0.090, blue: 0.227, alpha: 1)
|
|
101
|
+
public static let dtColorRed700 = UIColor(red: 0.392, green: 0.031, blue: 0.137, alpha: 1)
|
|
102
|
+
public static let dtColorRed900 = UIColor(red: 0.220, green: 0.000, blue: 0.063, alpha: 1)
|
|
88
103
|
public static let dtColorTan100 = UIColor(red: 0.949, green: 0.941, blue: 0.933, alpha: 1)
|
|
89
104
|
public static let dtColorTan200 = UIColor(red: 0.808, green: 0.784, blue: 0.769, alpha: 1)
|
|
90
105
|
public static let dtColorTan300 = UIColor(red: 0.529, green: 0.502, blue: 0.482, alpha: 1)
|
|
@@ -158,13 +173,13 @@ public enum DialtoneTokensBaseDecaLight {
|
|
|
158
173
|
public static let dtShadowFocus1Spread = CGFloat(1.00)
|
|
159
174
|
public static let dtShadowFocus1Type = "dropShadow"
|
|
160
175
|
public static let dtShadowFocus2Blur = CGFloat(0.00)
|
|
161
|
-
public static let dtShadowFocus2Color = UIColor(red: 0.
|
|
176
|
+
public static let dtShadowFocus2Color = UIColor(red: 0.596, green: 0.863, blue: 1.000, alpha: 1)
|
|
162
177
|
public static let dtShadowFocus2OffsetX = CGFloat(0.00)
|
|
163
178
|
public static let dtShadowFocus2OffsetY = CGFloat(0.00)
|
|
164
179
|
public static let dtShadowFocus2Spread = CGFloat(2.00) + CGFloat(1.00)
|
|
165
180
|
public static let dtShadowFocus2Type = "dropShadow"
|
|
166
181
|
public static let dtShadowFocusInsetBlur = CGFloat(0.00)
|
|
167
|
-
public static let dtShadowFocusInsetColor = UIColor(red: 0.
|
|
182
|
+
public static let dtShadowFocusInsetColor = UIColor(red: 0.596, green: 0.863, blue: 1.000, alpha: 1)
|
|
168
183
|
public static let dtShadowFocusInsetOffsetX = CGFloat(0.00)
|
|
169
184
|
public static let dtShadowFocusInsetOffsetY = CGFloat(0.00)
|
|
170
185
|
public static let dtShadowFocusInsetSpread = CGFloat(2.00)
|