@planningcenter/tapestry-tokens 2.6.1-qa-522.0 → 2.7.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.
@@ -0,0 +1,198 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+
5
+
6
+ import Foundation
7
+ import SwiftUI
8
+
9
+ public enum TapestryDarkTokens {
10
+ public static let tTextColorHeadline = Color(red: 240/255, green: 240/255, blue: 240/255, opacity: 1)
11
+ public static let tTextColor = Color(red: 204/255, green: 204/255, blue: 204/255, opacity: 1)
12
+ public static let tTextColorSecondary = Color(red: 138/255, green: 138/255, blue: 138/255, opacity: 1)
13
+ public static let tTextColorDisabled = Color(red: 82/255, green: 82/255, blue: 82/255, opacity: 1)
14
+ public static let tTextColorPlaceholder = Color(red: 97/255, green: 97/255, blue: 97/255, opacity: 1)
15
+ public static let tTextColorInteraction = Color(red: 62/255, green: 156/255, blue: 218/255, opacity: 1)
16
+ public static let tTextColorInteractionActive = Color(red: 37/255, green: 131/255, blue: 193/255, opacity: 1)
17
+ public static let tTextColorInteractionVisited = Color(red: 41/255, green: 145/255, blue: 214/255, opacity: 1)
18
+ public static let tTextColorStatusNeutral = Color(red: 204/255, green: 204/255, blue: 204/255, opacity: 1)
19
+ public static let tTextColorStatusInfo = Color(red: 62/255, green: 156/255, blue: 218/255, opacity: 1)
20
+ public static let tTextColorStatusSuccess = Color(red: 91/255, green: 164/255, blue: 45/255, opacity: 1)
21
+ public static let tTextColorStatusWarning = Color(red: 237/255, green: 179/255, blue: 44/255, opacity: 1)
22
+ public static let tTextColorStatusError = Color(red: 216/255, green: 112/255, blue: 96/255, opacity: 1)
23
+ public static let tTextColorTagSubtleGray = Color(red: 204/255, green: 204/255, blue: 204/255, opacity: 1)
24
+ public static let tTextColorTagSubtleBlue = Color(red: 195/255, green: 206/255, blue: 233/255, opacity: 1)
25
+ public static let tTextColorTagSubtleIndigo = Color(red: 182/255, green: 189/255, blue: 246/255, opacity: 1)
26
+ public static let tTextColorTagSubtleAqua = Color(red: 187/255, green: 218/255, blue: 246/255, opacity: 1)
27
+ public static let tTextColorTagSubtleTeal = Color(red: 126/255, green: 252/255, blue: 252/255, opacity: 1)
28
+ public static let tTextColorTagSubtleGreen = Color(red: 202/255, green: 252/255, blue: 176/255, opacity: 1)
29
+ public static let tTextColorTagSubtleYellow = Color(red: 255/255, green: 215/255, blue: 178/255, opacity: 1)
30
+ public static let tTextColorTagSubtleOrange = Color(red: 255/255, green: 201/255, blue: 178/255, opacity: 1)
31
+ public static let tTextColorTagSubtlePink = Color(red: 252/255, green: 202/255, blue: 229/255, opacity: 1)
32
+ public static let tTextColorTagSubtlePurple = Color(red: 223/255, green: 203/255, blue: 246/255, opacity: 1)
33
+ public static let tTextColorTagSubtleMagenta = Color(red: 235/255, green: 203/255, blue: 246/255, opacity: 1)
34
+ public static let tTextColorTagBoldGray = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 1)
35
+ public static let tTextColorTagBoldIndigo = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 1)
36
+ public static let tTextColorTagBoldBlue = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 1)
37
+ public static let tTextColorTagBoldAqua = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 1)
38
+ public static let tTextColorTagBoldTeal = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 1)
39
+ public static let tTextColorTagBoldGreen = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 1)
40
+ public static let tTextColorTagBoldYellow = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 1)
41
+ public static let tTextColorTagBoldOrange = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 1)
42
+ public static let tTextColorTagBoldPink = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 1)
43
+ public static let tTextColorTagBoldPurple = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 1)
44
+ public static let tTextColorTagBoldMagenta = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 1)
45
+ public static let tIconColor = Color(red: 204/255, green: 204/255, blue: 204/255, opacity: 1)
46
+ public static let tIconColorSecondary = Color(red: 138/255, green: 138/255, blue: 138/255, opacity: 1)
47
+ public static let tIconColorDim = Color(red: 97/255, green: 97/255, blue: 97/255, opacity: 1)
48
+ public static let tIconColorDisabled = Color(red: 64/255, green: 64/255, blue: 64/255, opacity: 1)
49
+ public static let tIconColorStatusNeutral = Color(red: 138/255, green: 138/255, blue: 138/255, opacity: 1)
50
+ public static let tIconColorStatusNeutralSecondary = Color(red: 97/255, green: 97/255, blue: 97/255, opacity: 1)
51
+ public static let tIconColorStatusNeutralBold = Color(red: 204/255, green: 204/255, blue: 204/255, opacity: 1)
52
+ public static let tIconColorStatusInfo = Color(red: 62/255, green: 156/255, blue: 218/255, opacity: 1)
53
+ public static let tIconColorStatusError = Color(red: 216/255, green: 112/255, blue: 96/255, opacity: 1)
54
+ public static let tFillColorNeutral_100 = Color(red: 26/255, green: 26/255, blue: 26/255, opacity: 1)
55
+ public static let tFillColorNeutral_000 = Color(red: 250/255, green: 250/255, blue: 250/255, opacity: 1)
56
+ public static let tFillColorNeutral_010 = Color(red: 224/255, green: 224/255, blue: 224/255, opacity: 1)
57
+ public static let tFillColorNeutral_020 = Color(red: 173/255, green: 173/255, blue: 173/255, opacity: 1)
58
+ public static let tFillColorNeutral_025 = Color(red: 148/255, green: 148/255, blue: 148/255, opacity: 1)
59
+ public static let tFillColorNeutral_030 = Color(red: 128/255, green: 128/255, blue: 128/255, opacity: 1)
60
+ public static let tFillColorNeutral_040 = Color(red: 82/255, green: 82/255, blue: 82/255, opacity: 1)
61
+ public static let tFillColorNeutral_050 = Color(red: 61/255, green: 61/255, blue: 61/255, opacity: 1)
62
+ public static let tFillColorNeutral_060 = Color(red: 48/255, green: 48/255, blue: 48/255, opacity: 1)
63
+ public static let tFillColorNeutral_070 = Color(red: 43/255, green: 43/255, blue: 43/255, opacity: 1)
64
+ public static let tFillColorNeutral_080 = Color(red: 38/255, green: 38/255, blue: 38/255, opacity: 1)
65
+ public static let tFillColorNeutral_090 = Color(red: 31/255, green: 31/255, blue: 31/255, opacity: 1)
66
+ public static let tFillColorInteraction = Color(red: 0/255, green: 107/255, blue: 178/255, opacity: 1)
67
+ public static let tFillColorInteractionActive = Color(red: 23/255, green: 133/255, blue: 207/255, opacity: 1)
68
+ public static let tFillColorInteractionDisabled = Color(red: 64/255, green: 64/255, blue: 64/255, opacity: 1)
69
+ public static let tFillColorControlNeutralOff = Color(red: 82/255, green: 82/255, blue: 82/255, opacity: 1)
70
+ public static let tFillColorControlNeutralOn = Color(red: 128/255, green: 128/255, blue: 128/255, opacity: 1)
71
+ public static let tFillColorControl = Color(red: 0/255, green: 107/255, blue: 178/255, opacity: 1)
72
+ public static let tFillColorControlDisabled = Color(red: 51/255, green: 51/255, blue: 51/255, opacity: 1)
73
+ public static let tFillColorStatusNeutral = Color(red: 61/255, green: 61/255, blue: 61/255, opacity: 1)
74
+ public static let tFillColorStatusNeutralGhost = Color(red: 46/255, green: 46/255, blue: 46/255, opacity: 1)
75
+ public static let tFillColorStatusNeutralDim = Color(red: 38/255, green: 38/255, blue: 38/255, opacity: 1)
76
+ public static let tFillColorStatusInfo = Color(red: 0/255, green: 107/255, blue: 178/255, opacity: 1)
77
+ public static let tFillColorStatusInfoGhost = Color(red: 27/255, green: 42/255, blue: 52/255, opacity: 1)
78
+ public static let tFillColorStatusInfoDim = Color(red: 29/255, green: 38/255, blue: 45/255, opacity: 1)
79
+ public static let tFillColorStatusSuccessGhost = Color(red: 32/255, green: 45/255, blue: 33/255, opacity: 1)
80
+ public static let tFillColorStatusSuccessDim = Color(red: 32/255, green: 41/255, blue: 32/255, opacity: 1)
81
+ public static let tFillColorStatusWarningGhost = Color(red: 52/255, green: 47/255, blue: 36/255, opacity: 1)
82
+ public static let tFillColorStatusWarningDim = Color(red: 44/255, green: 41/255, blue: 34/255, opacity: 1)
83
+ public static let tFillColorStatusErrorGhost = Color(red: 49/255, green: 35/255, blue: 33/255, opacity: 1)
84
+ public static let tFillColorStatusErrorDim = Color(red: 44/255, green: 34/255, blue: 32/255, opacity: 1)
85
+ public static let tFillColorTooltip = Color(red: 61/255, green: 61/255, blue: 61/255, opacity: 0.8980392156862745)
86
+ public static let tFillColorTagGray_010 = Color(red: 51/255, green: 51/255, blue: 51/255, opacity: 1)
87
+ public static let tFillColorTagGray_020 = Color(red: 61/255, green: 61/255, blue: 61/255, opacity: 1)
88
+ public static let tFillColorTagGray_030 = Color(red: 92/255, green: 92/255, blue: 92/255, opacity: 1)
89
+ public static let tFillColorTagGray_040 = Color(red: 107/255, green: 107/255, blue: 107/255, opacity: 1)
90
+ public static let tFillColorTagBlue_010 = Color(red: 45/255, green: 56/255, blue: 76/255, opacity: 1)
91
+ public static let tFillColorTagBlue_020 = Color(red: 54/255, green: 68/255, blue: 95/255, opacity: 1)
92
+ public static let tFillColorTagBlue_030 = Color(red: 78/255, green: 103/255, blue: 151/255, opacity: 1)
93
+ public static let tFillColorTagBlue_040 = Color(red: 89/255, green: 118/255, blue: 175/255, opacity: 1)
94
+ public static let tFillColorTagAqua_010 = Color(red: 38/255, green: 60/255, blue: 71/255, opacity: 1)
95
+ public static let tFillColorTagAqua_020 = Color(red: 44/255, green: 73/255, blue: 88/255, opacity: 1)
96
+ public static let tFillColorTagAqua_030 = Color(red: 59/255, green: 108/255, blue: 133/255, opacity: 1)
97
+ public static let tFillColorTagAqua_040 = Color(red: 67/255, green: 125/255, blue: 154/255, opacity: 1)
98
+ public static let tFillColorTagTeal_010 = Color(red: 33/255, green: 66/255, blue: 60/255, opacity: 1)
99
+ public static let tFillColorTagTeal_020 = Color(red: 36/255, green: 78/255, blue: 70/255, opacity: 1)
100
+ public static let tFillColorTagTeal_030 = Color(red: 46/255, green: 114/255, blue: 102/255, opacity: 1)
101
+ public static let tFillColorTagTeal_040 = Color(red: 50/255, green: 130/255, blue: 115/255, opacity: 1)
102
+ public static let tFillColorTagGreen_010 = Color(red: 40/255, green: 65/255, blue: 35/255, opacity: 1)
103
+ public static let tFillColorTagGreen_020 = Color(red: 44/255, green: 77/255, blue: 39/255, opacity: 1)
104
+ public static let tFillColorTagGreen_030 = Color(red: 60/255, green: 114/255, blue: 52/255, opacity: 1)
105
+ public static let tFillColorTagGreen_040 = Color(red: 68/255, green: 133/255, blue: 58/255, opacity: 1)
106
+ public static let tFillColorTagYellow_010 = Color(red: 66/255, green: 56/255, blue: 29/255, opacity: 1)
107
+ public static let tFillColorTagYellow_020 = Color(red: 82/255, green: 69/255, blue: 32/255, opacity: 1)
108
+ public static let tFillColorTagYellow_030 = Color(red: 118/255, green: 97/255, blue: 39/255, opacity: 1)
109
+ public static let tFillColorTagYellow_040 = Color(red: 141/255, green: 115/255, blue: 43/255, opacity: 1)
110
+ public static let tFillColorTagOrange_010 = Color(red: 74/255, green: 49/255, blue: 36/255, opacity: 1)
111
+ public static let tFillColorTagOrange_020 = Color(red: 91/255, green: 58/255, blue: 41/255, opacity: 1)
112
+ public static let tFillColorTagOrange_030 = Color(red: 147/255, green: 88/255, blue: 57/255, opacity: 1)
113
+ public static let tFillColorTagOrange_040 = Color(red: 169/255, green: 100/255, blue: 63/255, opacity: 1)
114
+ public static let tFillColorTagPink_010 = Color(red: 75/255, green: 48/255, blue: 61/255, opacity: 1)
115
+ public static let tFillColorTagPink_020 = Color(red: 85/255, green: 50/255, blue: 71/255, opacity: 1)
116
+ public static let tFillColorTagPink_030 = Color(red: 150/255, green: 80/255, blue: 122/255, opacity: 1)
117
+ public static let tFillColorTagPink_040 = Color(red: 172/255, green: 90/255, blue: 139/255, opacity: 1)
118
+ public static let tFillColorTagPurple_010 = Color(red: 60/255, green: 47/255, blue: 70/255, opacity: 1)
119
+ public static let tFillColorTagPurple_020 = Color(red: 73/255, green: 56/255, blue: 86/255, opacity: 1)
120
+ public static let tFillColorTagPurple_030 = Color(red: 122/255, green: 89/255, blue: 148/255, opacity: 1)
121
+ public static let tFillColorTagPurple_040 = Color(red: 138/255, green: 100/255, blue: 168/255, opacity: 1)
122
+ public static let tFillColorTagMagenta_010 = Color(red: 62/255, green: 43/255, blue: 65/255, opacity: 1)
123
+ public static let tFillColorTagMagenta_020 = Color(red: 76/255, green: 51/255, blue: 80/255, opacity: 1)
124
+ public static let tFillColorTagMagenta_030 = Color(red: 128/255, green: 79/255, blue: 135/255, opacity: 1)
125
+ public static let tFillColorTagMagenta_040 = Color(red: 145/255, green: 89/255, blue: 154/255, opacity: 1)
126
+ public static let tFillColorTagIndigo_010 = Color(red: 48/255, green: 50/255, blue: 73/255, opacity: 1)
127
+ public static let tFillColorTagIndigo_020 = Color(red: 58/255, green: 60/255, blue: 91/255, opacity: 1)
128
+ public static let tFillColorTagIndigo_030 = Color(red: 94/255, green: 98/255, blue: 159/255, opacity: 1)
129
+ public static let tFillColorTagIndigo_040 = Color(red: 106/255, green: 111/255, blue: 181/255, opacity: 1)
130
+ public static let tFillColorButtonNeutralSolid = Color(red: 48/255, green: 48/255, blue: 48/255, opacity: 1)
131
+ public static let tFillColorButtonNeutralSolidActive = Color(red: 82/255, green: 82/255, blue: 82/255, opacity: 1)
132
+ public static let tFillColorButtonNeutralSolidDisabled = Color(red: 31/255, green: 31/255, blue: 31/255, opacity: 1)
133
+ public static let tFillColorButtonNeutralOutline = Color(red: 38/255, green: 38/255, blue: 38/255, opacity: 1)
134
+ public static let tFillColorButtonNeutralOutlineActive = Color(red: 48/255, green: 48/255, blue: 48/255, opacity: 1)
135
+ public static let tFillColorButtonNeutralOutlineDisabled = Color(red: 31/255, green: 31/255, blue: 31/255, opacity: 1)
136
+ public static let tFillColorButtonNeutralGhost = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0)
137
+ public static let tFillColorButtonNeutralGhostActive = Color(red: 48/255, green: 48/255, blue: 48/255, opacity: 1)
138
+ public static let tFillColorButtonNeutralGhostDisabled = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0)
139
+ public static let tFillColorButtonNeutralResponsiveHeaderDisabled = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.050980392156862744)
140
+ public static let tFillColorButtonInteractionSolid = Color(red: 0/255, green: 107/255, blue: 178/255, opacity: 1)
141
+ public static let tFillColorButtonInteractionSolidActive = Color(red: 23/255, green: 133/255, blue: 207/255, opacity: 1)
142
+ public static let tFillColorButtonInteractionSolidDisabled = Color(red: 31/255, green: 31/255, blue: 31/255, opacity: 1)
143
+ public static let tFillColorButtonInteractionOutline = Color(red: 27/255, green: 42/255, blue: 52/255, opacity: 1)
144
+ public static let tFillColorButtonInteractionOutlineActive = Color(red: 25/255, green: 49/255, blue: 66/255, opacity: 1)
145
+ public static let tFillColorButtonInteractionOutlineDisabled = Color(red: 31/255, green: 31/255, blue: 31/255, opacity: 1)
146
+ public static let tFillColorButtonInteractionGhost = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0)
147
+ public static let tFillColorButtonInteractionGhostActive = Color(red: 26/255, green: 46/255, blue: 59/255, opacity: 1)
148
+ public static let tFillColorButtonInteractionGhostDisabled = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0)
149
+ public static let tFillColorButtonDeleteSolid = Color(red: 163/255, green: 58/255, blue: 41/255, opacity: 1)
150
+ public static let tFillColorButtonDeleteSolidActive = Color(red: 194/255, green: 68/255, blue: 48/255, opacity: 1)
151
+ public static let tFillColorButtonDeleteSolidDisabled = Color(red: 31/255, green: 31/255, blue: 31/255, opacity: 1)
152
+ public static let tFillColorButtonDeleteOutline = Color(red: 49/255, green: 35/255, blue: 33/255, opacity: 1)
153
+ public static let tFillColorButtonDeleteOutlineActive = Color(red: 62/255, green: 38/255, blue: 34/255, opacity: 1)
154
+ public static let tFillColorButtonDeleteOutlineDisabled = Color(red: 31/255, green: 31/255, blue: 31/255, opacity: 1)
155
+ public static let tFillColorButtonDeleteGhost = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0)
156
+ public static let tFillColorButtonDeleteGhostActive = Color(red: 55/255, green: 37/255, blue: 34/255, opacity: 1)
157
+ public static let tFillColorButtonDeleteGhostDisabled = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0)
158
+ public static let tFillColorButtonPill = Color(red: 46/255, green: 46/255, blue: 46/255, opacity: 1)
159
+ public static let tFillColorButtonPillActive = Color(red: 54/255, green: 54/255, blue: 54/255, opacity: 1)
160
+ public static let tFillColorButtonPillDisabled = Color(red: 46/255, green: 46/255, blue: 46/255, opacity: 1)
161
+ public static let tFillColorTransparencyLight_010 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.10196078431372549)
162
+ public static let tFillColorTransparencyLight_020 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.2)
163
+ public static let tFillColorTransparencyLight_030 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.30196078431372547)
164
+ public static let tFillColorTransparencyLight_040 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.4)
165
+ public static let tFillColorTransparencyLight_050 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.5019607843137255)
166
+ public static let tFillColorTransparencyLight_060 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.6)
167
+ public static let tFillColorTransparencyLight_070 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.6980392156862745)
168
+ public static let tFillColorTransparencyLight_080 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.8)
169
+ public static let tFillColorTransparencyLight_090 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.8980392156862745)
170
+ public static let tFillColorTransparencyDark_010 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.10196078431372549)
171
+ public static let tFillColorTransparencyDark_020 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.2)
172
+ public static let tFillColorTransparencyDark_030 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.30196078431372547)
173
+ public static let tFillColorTransparencyDark_040 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.4)
174
+ public static let tFillColorTransparencyDark_050 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.5019607843137255)
175
+ public static let tFillColorTransparencyDark_060 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.6)
176
+ public static let tFillColorTransparencyDark_070 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.6980392156862745)
177
+ public static let tFillColorTransparencyDark_080 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.8)
178
+ public static let tFillColorTransparencyDark_090 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.8980392156862745)
179
+ public static let tSurfaceColorCard = Color(red: 31/255, green: 31/255, blue: 31/255, opacity: 1)
180
+ public static let tSurfaceColorCanvas = Color(red: 26/255, green: 26/255, blue: 26/255, opacity: 1)
181
+ public static let tBorderColor = Color(red: 54/255, green: 54/255, blue: 54/255, opacity: 1)
182
+ public static let tBorderColorDark = Color(red: 64/255, green: 64/255, blue: 64/255, opacity: 1)
183
+ public static let tBorderColorDarker = Color(red: 84/255, green: 84/255, blue: 84/255, opacity: 1)
184
+ public static let tBorderColorDarkest = Color(red: 97/255, green: 97/255, blue: 97/255, opacity: 1)
185
+ public static let tBorderColorDisabled = Color(red: 54/255, green: 54/255, blue: 54/255, opacity: 1)
186
+ public static let tBorderColorDim = Color(red: 41/255, green: 41/255, blue: 41/255, opacity: 1)
187
+ public static let tBorderColorWhite = Color(red: 31/255, green: 31/255, blue: 31/255, opacity: 1)
188
+ public static let tBorderColorStatusNeutral = Color(red: 97/255, green: 97/255, blue: 97/255, opacity: 1)
189
+ public static let tBorderColorStatusInfo = Color(red: 0/255, green: 107/255, blue: 178/255, opacity: 1)
190
+ public static let tBorderColorButtonNeutral = Color(red: 48/255, green: 48/255, blue: 48/255, opacity: 1)
191
+ public static let tBorderColorButtonInfo = Color(red: 0/255, green: 122/255, blue: 204/255, opacity: 0.25098039215686274)
192
+ public static let tBorderColorButtonCreate = Color(red: 75/255, green: 132/255, blue: 36/255, opacity: 0.25098039215686274)
193
+ public static let tBorderColorButtonDelete = Color(red: 194/255, green: 68/255, blue: 48/255, opacity: 0.25098039215686274)
194
+ public static let tBorderColorControlNeutral = Color(red: 84/255, green: 84/255, blue: 84/255, opacity: 1)
195
+ public static let tBorderColorControlInfo = Color(red: 0/255, green: 107/255, blue: 178/255, opacity: 1)
196
+ public static let tBorderColorControlDisabled = Color(red: 61/255, green: 61/255, blue: 61/255, opacity: 1)
197
+ public static let tShadowOverflowColor = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.6)
198
+ }
@@ -0,0 +1,382 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+
5
+
6
+ import Foundation
7
+ import SwiftUI
8
+
9
+ public enum TapestryTokens {
10
+ public static let tBorderRadiusSm = CGFloat(2)
11
+ public static let tBorderRadiusMd = CGFloat(4)
12
+ public static let tBorderRadiusLg = CGFloat(8)
13
+ public static let tBorderRadiusXl = CGFloat(16)
14
+ public static let tBorderRadiusRound = CGFloat(56)
15
+ public static let tBorderRadius = CGFloat(4)
16
+ public static let tBorderWidth = CGFloat(1)
17
+ public static let tBorderWidthThick = CGFloat(2)
18
+ public static let tSpacing_1 = CGFloat(8)
19
+ public static let tSpacing_2 = CGFloat(16)
20
+ public static let tSpacing_3 = CGFloat(24)
21
+ public static let tSpacing_4 = CGFloat(32)
22
+ public static let tSpacing_5 = CGFloat(40)
23
+ public static let tSpacing_6 = CGFloat(48)
24
+ public static let tSpacing_7 = CGFloat(56)
25
+ public static let tSpacingFourth = CGFloat(2)
26
+ public static let tSpacingHalf = CGFloat(4)
27
+ public static let tSpacing_1Half = CGFloat(12)
28
+ public static let tElementSize_3xl = CGFloat(48)
29
+ public static let tElementSize_2xl = CGFloat(32)
30
+ public static let tElementSizeXl = CGFloat(24)
31
+ public static let tElementSizeLg = CGFloat(18)
32
+ public static let tElementSizeMd = CGFloat(16)
33
+ public static let tElementSizeSm = CGFloat(14)
34
+ public static let tElementSizeXs = CGFloat(12)
35
+ public static let tFontSize_4xl = [object Object]
36
+ public static let tFontSize_3xl = [object Object]
37
+ public static let tFontSize_2xl = [object Object]
38
+ public static let tFontSizeXl = [object Object]
39
+ public static let tFontSizeLg = [object Object]
40
+ public static let tFontSizeMd = [object Object]
41
+ public static let tFontSizeSm = [object Object]
42
+ public static let tFontSizeXs = [object Object]
43
+ public static let tFontSize_2xs = [object Object]
44
+ public static let tFontWeightNormal = Font.Weight.regular
45
+ public static let tFontWeightMedium = Font.Weight.medium
46
+ public static let tFontWeightSemibold = Font.Weight.semibold
47
+ public static let tFontWeightBold = Font.Weight.bold
48
+ public static let tContainerSizeXl = CGFloat(48)
49
+ public static let tContainerSizeLg = CGFloat(40)
50
+ public static let tContainerSizeMd = CGFloat(32)
51
+ public static let tContainerSizeSm = CGFloat(24)
52
+ public static let tContainerSizeXs = CGFloat(20)
53
+ public static let tAvatarSize_20 = CGFloat(20)
54
+ public static let tAvatarSize_24 = CGFloat(24)
55
+ public static let tAvatarSize_36 = CGFloat(36)
56
+ public static let tAvatarSize_48 = CGFloat(48)
57
+ public static let tAvatarSize_72 = CGFloat(72)
58
+ public static let tAvatarSize_112 = CGFloat(112)
59
+ public static let tTextColorHeadline = Color(red: 31/255, green: 31/255, blue: 31/255, opacity: 1)
60
+ public static let tTextColor = Color(red: 61/255, green: 61/255, blue: 61/255, opacity: 1)
61
+ public static let tTextColorSecondary = Color(red: 107/255, green: 107/255, blue: 107/255, opacity: 1)
62
+ public static let tTextColorDisabled = Color(red: 173/255, green: 173/255, blue: 173/255, opacity: 1)
63
+ public static let tTextColorPlaceholder = Color(red: 148/255, green: 148/255, blue: 148/255, opacity: 1)
64
+ public static let tTextColorInverted = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 1)
65
+ public static let tTextColorInteraction = Color(red: 0/255, green: 122/255, blue: 204/255, opacity: 1)
66
+ public static let tTextColorInteractionActive = Color(red: 0/255, green: 92/255, blue: 153/255, opacity: 1)
67
+ public static let tTextColorInteractionVisited = Color(red: 0/255, green: 92/255, blue: 153/255, opacity: 1)
68
+ public static let tTextColorStatusNeutral = Color(red: 61/255, green: 61/255, blue: 61/255, opacity: 1)
69
+ public static let tTextColorStatusInfo = Color(red: 0/255, green: 107/255, blue: 178/255, opacity: 1)
70
+ public static let tTextColorStatusSuccess = Color(red: 62/255, green: 112/255, blue: 31/255, opacity: 1)
71
+ public static let tTextColorStatusWarning = Color(red: 148/255, green: 104/255, blue: 0/255, opacity: 1)
72
+ public static let tTextColorStatusError = Color(red: 184/255, green: 64/255, blue: 46/255, opacity: 1)
73
+ public static let tTextColorTagSubtleGray = Color(red: 61/255, green: 61/255, blue: 61/255, opacity: 1)
74
+ public static let tTextColorTagSubtleBlue = Color(red: 42/255, green: 62/255, blue: 116/255, opacity: 1)
75
+ public static let tTextColorTagSubtleIndigo = Color(red: 30/255, green: 29/255, blue: 114/255, opacity: 1)
76
+ public static let tTextColorTagSubtleAqua = Color(red: 13/255, green: 58/255, blue: 99/255, opacity: 1)
77
+ public static let tTextColorTagSubtleTeal = Color(red: 2/255, green: 74/255, blue: 74/255, opacity: 1)
78
+ public static let tTextColorTagSubtleGreen = Color(red: 30/255, green: 84/255, blue: 3/255, opacity: 1)
79
+ public static let tTextColorTagSubtleYellow = Color(red: 118/255, green: 57/255, blue: 0/255, opacity: 1)
80
+ public static let tTextColorTagSubtleOrange = Color(red: 92/255, green: 28/255, blue: 0/255, opacity: 1)
81
+ public static let tTextColorTagSubtlePink = Color(red: 96/255, green: 6/255, blue: 55/255, opacity: 1)
82
+ public static let tTextColorTagSubtlePurple = Color(red: 65/255, green: 20/255, blue: 118/255, opacity: 1)
83
+ public static let tTextColorTagSubtleMagenta = Color(red: 69/255, green: 15/255, blue: 87/255, opacity: 1)
84
+ public static let tTextColorTagBoldGray = Color(red: 61/255, green: 61/255, blue: 61/255, opacity: 1)
85
+ public static let tTextColorTagBoldIndigo = Color(red: 30/255, green: 29/255, blue: 114/255, opacity: 1)
86
+ public static let tTextColorTagBoldBlue = Color(red: 42/255, green: 62/255, blue: 116/255, opacity: 1)
87
+ public static let tTextColorTagBoldAqua = Color(red: 13/255, green: 58/255, blue: 99/255, opacity: 1)
88
+ public static let tTextColorTagBoldTeal = Color(red: 2/255, green: 74/255, blue: 74/255, opacity: 1)
89
+ public static let tTextColorTagBoldGreen = Color(red: 30/255, green: 84/255, blue: 3/255, opacity: 1)
90
+ public static let tTextColorTagBoldYellow = Color(red: 118/255, green: 57/255, blue: 0/255, opacity: 1)
91
+ public static let tTextColorTagBoldOrange = Color(red: 92/255, green: 28/255, blue: 0/255, opacity: 1)
92
+ public static let tTextColorTagBoldPink = Color(red: 96/255, green: 6/255, blue: 55/255, opacity: 1)
93
+ public static let tTextColorTagBoldPurple = Color(red: 65/255, green: 20/255, blue: 118/255, opacity: 1)
94
+ public static let tTextColorTagBoldMagenta = Color(red: 69/255, green: 15/255, blue: 87/255, opacity: 1)
95
+ public static let tIconColor = Color(red: 61/255, green: 61/255, blue: 61/255, opacity: 1)
96
+ public static let tIconColorSecondary = Color(red: 107/255, green: 107/255, blue: 107/255, opacity: 1)
97
+ public static let tIconColorDim = Color(red: 148/255, green: 148/255, blue: 148/255, opacity: 1)
98
+ public static let tIconColorDisabled = Color(red: 207/255, green: 207/255, blue: 207/255, opacity: 1)
99
+ public static let tIconColorInverted = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 1)
100
+ public static let tIconColorStatusNeutral = Color(red: 107/255, green: 107/255, blue: 107/255, opacity: 1)
101
+ public static let tIconColorStatusNeutralSecondary = Color(red: 148/255, green: 148/255, blue: 148/255, opacity: 1)
102
+ public static let tIconColorStatusNeutralBold = Color(red: 61/255, green: 61/255, blue: 61/255, opacity: 1)
103
+ public static let tIconColorStatusInfo = Color(red: 0/255, green: 122/255, blue: 204/255, opacity: 1)
104
+ public static let tIconColorStatusSuccess = Color(red: 75/255, green: 132/255, blue: 36/255, opacity: 1)
105
+ public static let tIconColorStatusSuccessSecondary = Color(red: 88/255, green: 160/255, blue: 44/255, opacity: 1)
106
+ public static let tIconColorStatusWarning = Color(red: 230/255, green: 167/255, blue: 20/255, opacity: 1)
107
+ public static let tIconColorStatusError = Color(red: 194/255, green: 68/255, blue: 48/255, opacity: 1)
108
+ public static let tFillColorNeutral_100 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 1)
109
+ public static let tFillColorNeutral_000 = Color(red: 31/255, green: 31/255, blue: 31/255, opacity: 1)
110
+ public static let tFillColorNeutral_010 = Color(red: 61/255, green: 61/255, blue: 61/255, opacity: 1)
111
+ public static let tFillColorNeutral_020 = Color(red: 107/255, green: 107/255, blue: 107/255, opacity: 1)
112
+ public static let tFillColorNeutral_025 = Color(red: 128/255, green: 128/255, blue: 128/255, opacity: 1)
113
+ public static let tFillColorNeutral_030 = Color(red: 148/255, green: 148/255, blue: 148/255, opacity: 1)
114
+ public static let tFillColorNeutral_040 = Color(red: 207/255, green: 207/255, blue: 207/255, opacity: 1)
115
+ public static let tFillColorNeutral_050 = Color(red: 224/255, green: 224/255, blue: 224/255, opacity: 1)
116
+ public static let tFillColorNeutral_060 = Color(red: 237/255, green: 237/255, blue: 237/255, opacity: 1)
117
+ public static let tFillColorNeutral_070 = Color(red: 242/255, green: 242/255, blue: 242/255, opacity: 1)
118
+ public static let tFillColorNeutral_080 = Color(red: 247/255, green: 247/255, blue: 247/255, opacity: 1)
119
+ public static let tFillColorNeutral_090 = Color(red: 250/255, green: 250/255, blue: 250/255, opacity: 1)
120
+ public static let tFillColorInteraction = Color(red: 0/255, green: 122/255, blue: 204/255, opacity: 1)
121
+ public static let tFillColorInteractionActive = Color(red: 0/255, green: 92/255, blue: 153/255, opacity: 1)
122
+ public static let tFillColorInteractionDisabled = Color(red: 207/255, green: 207/255, blue: 207/255, opacity: 1)
123
+ public static let tFillColorControlNeutralOff = Color(red: 148/255, green: 148/255, blue: 148/255, opacity: 1)
124
+ public static let tFillColorControlNeutralOn = Color(red: 61/255, green: 61/255, blue: 61/255, opacity: 1)
125
+ public static let tFillColorControl = Color(red: 0/255, green: 122/255, blue: 204/255, opacity: 1)
126
+ public static let tFillColorControlSecondary = Color(red: 88/255, green: 160/255, blue: 44/255, opacity: 1)
127
+ public static let tFillColorControlError = Color(red: 194/255, green: 68/255, blue: 48/255, opacity: 1)
128
+ public static let tFillColorControlDisabled = Color(red: 207/255, green: 207/255, blue: 207/255, opacity: 1)
129
+ public static let tFillColorStatusNeutral = Color(red: 107/255, green: 107/255, blue: 107/255, opacity: 1)
130
+ public static let tFillColorStatusNeutralGhost = Color(red: 237/255, green: 237/255, blue: 237/255, opacity: 1)
131
+ public static let tFillColorStatusNeutralDim = Color(red: 247/255, green: 247/255, blue: 247/255, opacity: 1)
132
+ public static let tFillColorStatusInfo = Color(red: 0/255, green: 122/255, blue: 204/255, opacity: 1)
133
+ public static let tFillColorStatusInfoGhost = Color(red: 225/255, green: 243/255, blue: 254/255, opacity: 1)
134
+ public static let tFillColorStatusInfoDim = Color(red: 240/255, green: 249/255, blue: 255/255, opacity: 1)
135
+ public static let tFillColorStatusSuccess = Color(red: 75/255, green: 132/255, blue: 36/255, opacity: 1)
136
+ public static let tFillColorStatusSuccessGhost = Color(red: 226/255, green: 244/255, blue: 215/255, opacity: 1)
137
+ public static let tFillColorStatusSuccessDim = Color(red: 241/255, green: 250/255, blue: 235/255, opacity: 1)
138
+ public static let tFillColorStatusWarning = Color(red: 240/255, green: 192/255, blue: 81/255, opacity: 1)
139
+ public static let tFillColorStatusWarningGhost = Color(red: 253/255, green: 245/255, blue: 226/255, opacity: 1)
140
+ public static let tFillColorStatusWarningDim = Color(red: 254/255, green: 250/255, blue: 241/255, opacity: 1)
141
+ public static let tFillColorStatusError = Color(red: 194/255, green: 68/255, blue: 48/255, opacity: 1)
142
+ public static let tFillColorStatusErrorGhost = Color(red: 248/255, green: 231/255, blue: 228/255, opacity: 1)
143
+ public static let tFillColorStatusErrorDim = Color(red: 252/255, green: 244/255, blue: 243/255, opacity: 1)
144
+ public static let tFillColorTooltip = Color(red: 31/255, green: 31/255, blue: 31/255, opacity: 0.8980392156862745)
145
+ public static let tFillColorProductAccounts_010 = Color(red: 228/255, green: 237/255, blue: 247/255, opacity: 1)
146
+ public static let tFillColorProductAccounts_020 = Color(red: 216/255, green: 230/255, blue: 243/255, opacity: 1)
147
+ public static let tFillColorProductAccounts_030 = Color(red: 136/255, green: 179/255, blue: 221/255, opacity: 1)
148
+ public static let tFillColorProductAccounts_040 = Color(red: 98/255, green: 153/255, blue: 208/255, opacity: 1)
149
+ public static let tFillColorProductAccounts_050 = Color(red: 57/255, green: 128/255, blue: 198/255, opacity: 1)
150
+ public static let tFillColorProductAccounts_060 = Color(red: 36/255, green: 102/255, blue: 168/255, opacity: 1)
151
+ public static let tFillColorProductAccounts_070 = Color(red: 25/255, green: 81/255, blue: 139/255, opacity: 1)
152
+ public static let tFillColorProductAccounts_080 = Color(red: 16/255, green: 63/255, blue: 110/255, opacity: 1)
153
+ public static let tFillColorProductCalendar_010 = Color(red: 245/255, green: 218/255, blue: 214/255, opacity: 1)
154
+ public static let tFillColorProductCalendar_020 = Color(red: 225/255, green: 145/255, blue: 132/255, opacity: 1)
155
+ public static let tFillColorProductCalendar_030 = Color(red: 226/255, green: 95/255, blue: 76/255, opacity: 1)
156
+ public static let tFillColorProductCalendar_040 = Color(red: 215/255, green: 86/255, blue: 66/255, opacity: 1)
157
+ public static let tFillColorProductCalendar_050 = Color(red: 204/255, green: 72/255, blue: 50/255, opacity: 1)
158
+ public static let tFillColorProductCalendar_060 = Color(red: 175/255, green: 56/255, blue: 37/255, opacity: 1)
159
+ public static let tFillColorProductCalendar_070 = Color(red: 144/255, green: 45/255, blue: 31/255, opacity: 1)
160
+ public static let tFillColorProductCalendar_080 = Color(red: 111/255, green: 39/255, blue: 27/255, opacity: 1)
161
+ public static let tFillColorProductCheckins_010 = Color(red: 237/255, green: 231/255, blue: 239/255, opacity: 1)
162
+ public static let tFillColorProductCheckins_020 = Color(red: 197/255, green: 177/255, blue: 205/255, opacity: 1)
163
+ public static let tFillColorProductCheckins_030 = Color(red: 172/255, green: 143/255, blue: 183/255, opacity: 1)
164
+ public static let tFillColorProductCheckins_040 = Color(red: 151/255, green: 115/255, blue: 165/255, opacity: 1)
165
+ public static let tFillColorProductCheckins_050 = Color(red: 135/255, green: 96/255, blue: 150/255, opacity: 1)
166
+ public static let tFillColorProductCheckins_060 = Color(red: 119/255, green: 77/255, blue: 135/255, opacity: 1)
167
+ public static let tFillColorProductCheckins_070 = Color(red: 101/255, green: 59/255, blue: 116/255, opacity: 1)
168
+ public static let tFillColorProductCheckins_080 = Color(red: 79/255, green: 46/255, blue: 92/255, opacity: 1)
169
+ public static let tFillColorProductGiving_010 = Color(red: 254/255, green: 243/255, blue: 219/255, opacity: 1)
170
+ public static let tFillColorProductGiving_020 = Color(red: 253/255, green: 228/255, blue: 170/255, opacity: 1)
171
+ public static let tFillColorProductGiving_030 = Color(red: 252/255, green: 219/255, blue: 133/255, opacity: 1)
172
+ public static let tFillColorProductGiving_040 = Color(red: 246/255, green: 207/255, blue: 111/255, opacity: 1)
173
+ public static let tFillColorProductGiving_050 = Color(red: 244/255, green: 197/255, blue: 81/255, opacity: 1)
174
+ public static let tFillColorProductGiving_060 = Color(red: 237/255, green: 179/255, blue: 44/255, opacity: 1)
175
+ public static let tFillColorProductGiving_070 = Color(red: 226/255, green: 164/255, blue: 19/255, opacity: 1)
176
+ public static let tFillColorProductGiving_080 = Color(red: 204/255, green: 143/255, blue: 0/255, opacity: 1)
177
+ public static let tFillColorProductGroups_010 = Color(red: 254/255, green: 228/255, blue: 217/255, opacity: 1)
178
+ public static let tFillColorProductGroups_020 = Color(red: 253/255, green: 183/255, blue: 155/255, opacity: 1)
179
+ public static let tFillColorProductGroups_030 = Color(red: 252/255, green: 147/255, blue: 105/255, opacity: 1)
180
+ public static let tFillColorProductGroups_040 = Color(red: 251/255, green: 122/255, blue: 70/255, opacity: 1)
181
+ public static let tFillColorProductGroups_050 = Color(red: 241/255, green: 97/255, blue: 39/255, opacity: 1)
182
+ public static let tFillColorProductGroups_060 = Color(red: 209/255, green: 72/255, blue: 37/255, opacity: 1)
183
+ public static let tFillColorProductGroups_070 = Color(red: 173/255, green: 60/255, blue: 31/255, opacity: 1)
184
+ public static let tFillColorProductGroups_080 = Color(red: 147/255, green: 54/255, blue: 26/255, opacity: 1)
185
+ public static let tFillColorProductHome_010 = Color(red: 221/255, green: 231/255, blue: 253/255, opacity: 1)
186
+ public static let tFillColorProductHome_020 = Color(red: 211/255, green: 224/255, blue: 253/255, opacity: 1)
187
+ public static let tFillColorProductHome_030 = Color(red: 192/255, green: 211/255, blue: 252/255, opacity: 1)
188
+ public static let tFillColorProductHome_040 = Color(red: 70/255, green: 126/255, blue: 246/255, opacity: 1)
189
+ public static let tFillColorProductHome_050 = Color(red: 36/255, green: 101/255, blue: 245/255, opacity: 1)
190
+ public static let tFillColorProductHome_060 = Color(red: 13/255, green: 85/255, blue: 242/255, opacity: 1)
191
+ public static let tFillColorProductHome_070 = Color(red: 11/255, green: 77/255, blue: 218/255, opacity: 1)
192
+ public static let tFillColorProductHome_080 = Color(red: 10/255, green: 48/255, blue: 116/255, opacity: 1)
193
+ public static let tFillColorProductMusicstand_010 = Color(red: 226/255, green: 238/255, blue: 248/255, opacity: 1)
194
+ public static let tFillColorProductMusicstand_020 = Color(red: 214/255, green: 231/255, blue: 245/255, opacity: 1)
195
+ public static let tFillColorProductMusicstand_030 = Color(red: 194/255, green: 219/255, blue: 239/255, opacity: 1)
196
+ public static let tFillColorProductMusicstand_040 = Color(red: 93/255, green: 159/255, blue: 213/255, opacity: 1)
197
+ public static let tFillColorProductMusicstand_050 = Color(red: 52/255, green: 134/255, blue: 203/255, opacity: 1)
198
+ public static let tFillColorProductMusicstand_060 = Color(red: 42/255, green: 108/255, blue: 162/255, opacity: 1)
199
+ public static let tFillColorProductMusicstand_070 = Color(red: 37/255, green: 95/255, blue: 142/255, opacity: 1)
200
+ public static let tFillColorProductMusicstand_080 = Color(red: 26/255, green: 67/255, blue: 100/255, opacity: 1)
201
+ public static let tFillColorProductPeople_010 = Color(red: 217/255, green: 228/255, blue: 249/255, opacity: 1)
202
+ public static let tFillColorProductPeople_020 = Color(red: 173/255, green: 195/255, blue: 240/255, opacity: 1)
203
+ public static let tFillColorProductPeople_030 = Color(red: 127/255, green: 162/255, blue: 235/255, opacity: 1)
204
+ public static let tFillColorProductPeople_040 = Color(red: 98/255, green: 141/255, blue: 231/255, opacity: 1)
205
+ public static let tFillColorProductPeople_050 = Color(red: 66/255, green: 120/255, blue: 227/255, opacity: 1)
206
+ public static let tFillColorProductPeople_060 = Color(red: 44/255, green: 100/255, blue: 215/255, opacity: 1)
207
+ public static let tFillColorProductPeople_070 = Color(red: 33/255, green: 80/255, blue: 176/255, opacity: 1)
208
+ public static let tFillColorProductPeople_080 = Color(red: 25/255, green: 60/255, blue: 133/255, opacity: 1)
209
+ public static let tFillColorProductPublishing_010 = Color(red: 218/255, green: 219/255, blue: 221/255, opacity: 1)
210
+ public static let tFillColorProductPublishing_020 = Color(red: 143/255, green: 149/255, blue: 163/255, opacity: 1)
211
+ public static let tFillColorProductPublishing_030 = Color(red: 113/255, green: 122/255, blue: 142/255, opacity: 1)
212
+ public static let tFillColorProductPublishing_040 = Color(red: 88/255, green: 95/255, blue: 111/255, opacity: 1)
213
+ public static let tFillColorProductPublishing_050 = Color(red: 69/255, green: 75/255, blue: 87/255, opacity: 1)
214
+ public static let tFillColorProductPublishing_060 = Color(red: 59/255, green: 64/255, blue: 74/255, opacity: 1)
215
+ public static let tFillColorProductPublishing_070 = Color(red: 49/255, green: 54/255, blue: 62/255, opacity: 1)
216
+ public static let tFillColorProductPublishing_080 = Color(red: 27/255, green: 30/255, blue: 34/255, opacity: 1)
217
+ public static let tFillColorProductRegistrations_010 = Color(red: 218/255, green: 234/255, blue: 232/255, opacity: 1)
218
+ public static let tFillColorProductRegistrations_020 = Color(red: 178/255, green: 220/255, blue: 217/255, opacity: 1)
219
+ public static let tFillColorProductRegistrations_030 = Color(red: 143/255, green: 204/255, blue: 200/255, opacity: 1)
220
+ public static let tFillColorProductRegistrations_040 = Color(red: 116/255, green: 191/255, blue: 186/255, opacity: 1)
221
+ public static let tFillColorProductRegistrations_050 = Color(red: 70/255, green: 148/255, blue: 141/255, opacity: 1)
222
+ public static let tFillColorProductRegistrations_060 = Color(red: 42/255, green: 130/255, blue: 122/255, opacity: 1)
223
+ public static let tFillColorProductRegistrations_070 = Color(red: 35/255, green: 108/255, blue: 101/255, opacity: 1)
224
+ public static let tFillColorProductRegistrations_080 = Color(red: 27/255, green: 85/255, blue: 80/255, opacity: 1)
225
+ public static let tFillColorProductServices_010 = Color(red: 225/255, green: 234/255, blue: 215/255, opacity: 1)
226
+ public static let tFillColorProductServices_020 = Color(red: 193/255, green: 216/255, blue: 167/255, opacity: 1)
227
+ public static let tFillColorProductServices_030 = Color(red: 171/255, green: 202/255, blue: 135/255, opacity: 1)
228
+ public static let tFillColorProductServices_040 = Color(red: 141/255, green: 185/255, blue: 91/255, opacity: 1)
229
+ public static let tFillColorProductServices_050 = Color(red: 106/255, green: 150/255, blue: 57/255, opacity: 1)
230
+ public static let tFillColorProductServices_060 = Color(red: 81/255, green: 128/255, blue: 30/255, opacity: 1)
231
+ public static let tFillColorProductServices_070 = Color(red: 68/255, green: 107/255, blue: 25/255, opacity: 1)
232
+ public static let tFillColorProductServices_080 = Color(red: 55/255, green: 87/255, blue: 20/255, opacity: 1)
233
+ public static let tFillColorProductStaff = Color(red: 229/255, green: 0/255, blue: 124/255, opacity: 1)
234
+ public static let tFillColorProductStaffDark = Color(red: 194/255, green: 0/255, blue: 105/255, opacity: 1)
235
+ public static let tFillColorProductStaffDarker = Color(red: 168/255, green: 0/255, blue: 91/255, opacity: 1)
236
+ public static let tFillColorTagGray_010 = Color(red: 237/255, green: 237/255, blue: 237/255, opacity: 1)
237
+ public static let tFillColorTagGray_020 = Color(red: 224/255, green: 224/255, blue: 224/255, opacity: 1)
238
+ public static let tFillColorTagGray_030 = Color(red: 224/255, green: 224/255, blue: 224/255, opacity: 1)
239
+ public static let tFillColorTagGray_040 = Color(red: 207/255, green: 207/255, blue: 207/255, opacity: 1)
240
+ public static let tFillColorTagBlue_010 = Color(red: 228/255, green: 237/255, blue: 255/255, opacity: 1)
241
+ public static let tFillColorTagBlue_020 = Color(red: 194/255, green: 213/255, blue: 255/255, opacity: 1)
242
+ public static let tFillColorTagBlue_030 = Color(red: 159/255, green: 191/255, blue: 254/255, opacity: 1)
243
+ public static let tFillColorTagBlue_040 = Color(red: 124/255, green: 168/255, blue: 254/255, opacity: 1)
244
+ public static let tFillColorTagAqua_010 = Color(red: 203/255, green: 234/255, blue: 250/255, opacity: 1)
245
+ public static let tFillColorTagAqua_020 = Color(red: 172/255, green: 222/255, blue: 247/255, opacity: 1)
246
+ public static let tFillColorTagAqua_030 = Color(red: 126/255, green: 199/255, blue: 237/255, opacity: 1)
247
+ public static let tFillColorTagAqua_040 = Color(red: 94/255, green: 186/255, blue: 232/255, opacity: 1)
248
+ public static let tFillColorTagTeal_010 = Color(red: 190/255, green: 235/255, blue: 222/255, opacity: 1)
249
+ public static let tFillColorTagTeal_020 = Color(red: 162/255, green: 226/255, blue: 209/255, opacity: 1)
250
+ public static let tFillColorTagTeal_030 = Color(red: 106/255, green: 220/255, blue: 200/255, opacity: 1)
251
+ public static let tFillColorTagTeal_040 = Color(red: 73/255, green: 212/255, blue: 187/255, opacity: 1)
252
+ public static let tFillColorTagGreen_010 = Color(red: 209/255, green: 239/255, blue: 192/255, opacity: 1)
253
+ public static let tFillColorTagGreen_020 = Color(red: 189/255, green: 232/255, blue: 166/255, opacity: 1)
254
+ public static let tFillColorTagGreen_030 = Color(red: 129/255, green: 217/255, blue: 115/255, opacity: 1)
255
+ public static let tFillColorTagGreen_040 = Color(red: 100/255, green: 208/255, blue: 83/255, opacity: 1)
256
+ public static let tFillColorTagYellow_010 = Color(red: 246/255, green: 231/255, blue: 187/255, opacity: 1)
257
+ public static let tFillColorTagYellow_020 = Color(red: 242/255, green: 218/255, blue: 151/255, opacity: 1)
258
+ public static let tFillColorTagYellow_030 = Color(red: 249/255, green: 210/255, blue: 102/255, opacity: 1)
259
+ public static let tFillColorTagYellow_040 = Color(red: 248/255, green: 199/255, blue: 63/255, opacity: 1)
260
+ public static let tFillColorTagOrange_010 = Color(red: 252/255, green: 220/255, blue: 202/255, opacity: 1)
261
+ public static let tFillColorTagOrange_020 = Color(red: 250/255, green: 197/255, blue: 168/255, opacity: 1)
262
+ public static let tFillColorTagOrange_030 = Color(red: 245/255, green: 165/255, blue: 122/255, opacity: 1)
263
+ public static let tFillColorTagOrange_040 = Color(red: 242/255, green: 139/255, blue: 84/255, opacity: 1)
264
+ public static let tFillColorTagPink_010 = Color(red: 248/255, green: 221/255, blue: 243/255, opacity: 1)
265
+ public static let tFillColorTagPink_020 = Color(red: 241/255, green: 192/255, blue: 233/255, opacity: 1)
266
+ public static let tFillColorTagPink_030 = Color(red: 242/255, green: 151/255, blue: 205/255, opacity: 1)
267
+ public static let tFillColorTagPink_040 = Color(red: 237/255, green: 120/255, blue: 190/255, opacity: 1)
268
+ public static let tFillColorTagPurple_010 = Color(red: 231/255, green: 222/255, blue: 250/255, opacity: 1)
269
+ public static let tFillColorTagPurple_020 = Color(red: 207/255, green: 189/255, blue: 245/255, opacity: 1)
270
+ public static let tFillColorTagPurple_030 = Color(red: 198/255, green: 156/255, blue: 232/255, opacity: 1)
271
+ public static let tFillColorTagPurple_040 = Color(red: 184/255, green: 131/255, blue: 226/255, opacity: 1)
272
+ public static let tFillColorTagMagenta_010 = Color(red: 237/255, green: 220/255, blue: 239/255, opacity: 1)
273
+ public static let tFillColorTagMagenta_020 = Color(red: 224/255, green: 195/255, blue: 229/255, opacity: 1)
274
+ public static let tFillColorTagMagenta_030 = Color(red: 204/255, green: 140/255, blue: 215/255, opacity: 1)
275
+ public static let tFillColorTagMagenta_040 = Color(red: 194/255, green: 115/255, blue: 206/255, opacity: 1)
276
+ public static let tFillColorTagIndigo_010 = Color(red: 223/255, green: 226/255, blue: 251/255, opacity: 1)
277
+ public static let tFillColorTagIndigo_020 = Color(red: 196/255, green: 202/255, blue: 248/255, opacity: 1)
278
+ public static let tFillColorTagIndigo_030 = Color(red: 169/255, green: 178/255, blue: 244/255, opacity: 1)
279
+ public static let tFillColorTagIndigo_040 = Color(red: 137/255, green: 144/255, blue: 241/255, opacity: 1)
280
+ public static let tFillColorButtonNeutralSolid = Color(red: 237/255, green: 237/255, blue: 237/255, opacity: 1)
281
+ public static let tFillColorButtonNeutralSolidActive = Color(red: 207/255, green: 207/255, blue: 207/255, opacity: 1)
282
+ public static let tFillColorButtonNeutralSolidDisabled = Color(red: 242/255, green: 242/255, blue: 242/255, opacity: 1)
283
+ public static let tFillColorButtonNeutralOutline = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0)
284
+ public static let tFillColorButtonNeutralOutlineActive = Color(red: 237/255, green: 237/255, blue: 237/255, opacity: 1)
285
+ public static let tFillColorButtonNeutralOutlineDisabled = Color(red: 250/255, green: 250/255, blue: 250/255, opacity: 1)
286
+ public static let tFillColorButtonNeutralGhost = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0)
287
+ public static let tFillColorButtonNeutralGhostActive = Color(red: 237/255, green: 237/255, blue: 237/255, opacity: 1)
288
+ public static let tFillColorButtonNeutralGhostDisabled = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0)
289
+ public static let tFillColorButtonNeutralResponsiveHeader = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.10196078431372549)
290
+ public static let tFillColorButtonNeutralResponsiveHeaderActive = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.30196078431372547)
291
+ public static let tFillColorButtonNeutralResponsiveHeaderDisabled = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.050980392156862744)
292
+ public static let tFillColorButtonInteractionSolid = Color(red: 0/255, green: 122/255, blue: 204/255, opacity: 1)
293
+ public static let tFillColorButtonInteractionSolidActive = Color(red: 0/255, green: 92/255, blue: 153/255, opacity: 1)
294
+ public static let tFillColorButtonInteractionSolidDisabled = Color(red: 242/255, green: 242/255, blue: 242/255, opacity: 1)
295
+ public static let tFillColorButtonInteractionOutline = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0)
296
+ public static let tFillColorButtonInteractionOutlineActive = Color(red: 225/255, green: 243/255, blue: 254/255, opacity: 1)
297
+ public static let tFillColorButtonInteractionOutlineDisabled = Color(red: 250/255, green: 250/255, blue: 250/255, opacity: 1)
298
+ public static let tFillColorButtonInteractionGhost = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0)
299
+ public static let tFillColorButtonInteractionGhostActive = Color(red: 225/255, green: 243/255, blue: 254/255, opacity: 1)
300
+ public static let tFillColorButtonInteractionGhostDisabled = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0)
301
+ public static let tFillColorButtonDeleteSolid = Color(red: 194/255, green: 68/255, blue: 48/255, opacity: 1)
302
+ public static let tFillColorButtonDeleteSolidActive = Color(red: 163/255, green: 58/255, blue: 41/255, opacity: 1)
303
+ public static let tFillColorButtonDeleteSolidDisabled = Color(red: 242/255, green: 242/255, blue: 242/255, opacity: 1)
304
+ public static let tFillColorButtonDeleteOutline = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0)
305
+ public static let tFillColorButtonDeleteOutlineActive = Color(red: 248/255, green: 231/255, blue: 228/255, opacity: 1)
306
+ public static let tFillColorButtonDeleteOutlineDisabled = Color(red: 250/255, green: 250/255, blue: 250/255, opacity: 1)
307
+ public static let tFillColorButtonDeleteGhost = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0)
308
+ public static let tFillColorButtonDeleteGhostActive = Color(red: 248/255, green: 231/255, blue: 228/255, opacity: 1)
309
+ public static let tFillColorButtonDeleteGhostDisabled = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0)
310
+ public static let tFillColorButtonPill = Color(red: 237/255, green: 237/255, blue: 237/255, opacity: 1)
311
+ public static let tFillColorButtonPillActive = Color(red: 224/255, green: 224/255, blue: 224/255, opacity: 1)
312
+ public static let tFillColorButtonPillDisabled = Color(red: 237/255, green: 237/255, blue: 237/255, opacity: 1)
313
+ public static let tFillColorTransparencyLight_010 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.10196078431372549)
314
+ public static let tFillColorTransparencyLight_020 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.2)
315
+ public static let tFillColorTransparencyLight_030 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.30196078431372547)
316
+ public static let tFillColorTransparencyLight_040 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.4)
317
+ public static let tFillColorTransparencyLight_050 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.5019607843137255)
318
+ public static let tFillColorTransparencyLight_060 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.6)
319
+ public static let tFillColorTransparencyLight_070 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.6980392156862745)
320
+ public static let tFillColorTransparencyLight_080 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.8)
321
+ public static let tFillColorTransparencyLight_090 = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0.8980392156862745)
322
+ public static let tFillColorTransparencyDark_010 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.10196078431372549)
323
+ public static let tFillColorTransparencyDark_020 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.2)
324
+ public static let tFillColorTransparencyDark_030 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.30196078431372547)
325
+ public static let tFillColorTransparencyDark_040 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.4)
326
+ public static let tFillColorTransparencyDark_050 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.5019607843137255)
327
+ public static let tFillColorTransparencyDark_060 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.6)
328
+ public static let tFillColorTransparencyDark_070 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.6980392156862745)
329
+ public static let tFillColorTransparencyDark_080 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.8)
330
+ public static let tFillColorTransparencyDark_090 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.8980392156862745)
331
+ public static let tFillColorTransparencyDarkStatic_010 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.10196078431372549)
332
+ public static let tFillColorTransparencyDarkStatic_020 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.2)
333
+ public static let tFillColorTransparencyDarkStatic_030 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.30196078431372547)
334
+ public static let tFillColorTransparencyDarkStatic_040 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.4)
335
+ public static let tFillColorTransparencyDarkStatic_050 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.5019607843137255)
336
+ public static let tFillColorTransparencyDarkStatic_060 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.6)
337
+ public static let tFillColorTransparencyDarkStatic_070 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.6980392156862745)
338
+ public static let tFillColorTransparencyDarkStatic_080 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.8)
339
+ public static let tFillColorTransparencyDarkStatic_090 = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.8980392156862745)
340
+ public static let tSurfaceColorCard = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 1)
341
+ public static let tSurfaceColorCanvas = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 1)
342
+ public static let tBorderColor = Color(red: 224/255, green: 224/255, blue: 224/255, opacity: 1)
343
+ public static let tBorderColorDark = Color(red: 207/255, green: 207/255, blue: 207/255, opacity: 1)
344
+ public static let tBorderColorDarker = Color(red: 173/255, green: 173/255, blue: 173/255, opacity: 1)
345
+ public static let tBorderColorDarkest = Color(red: 148/255, green: 148/255, blue: 148/255, opacity: 1)
346
+ public static let tBorderColorDisabled = Color(red: 224/255, green: 224/255, blue: 224/255, opacity: 1)
347
+ public static let tBorderColorDim = Color(red: 242/255, green: 242/255, blue: 242/255, opacity: 1)
348
+ public static let tBorderColorWhite = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 1)
349
+ public static let tBorderColorStatusNeutral = Color(red: 148/255, green: 148/255, blue: 148/255, opacity: 1)
350
+ public static let tBorderColorStatusInfo = Color(red: 0/255, green: 122/255, blue: 204/255, opacity: 1)
351
+ public static let tBorderColorStatusSuccess = Color(red: 88/255, green: 160/255, blue: 44/255, opacity: 1)
352
+ public static let tBorderColorStatusWarning = Color(red: 240/255, green: 192/255, blue: 81/255, opacity: 1)
353
+ public static let tBorderColorStatusError = Color(red: 194/255, green: 68/255, blue: 48/255, opacity: 1)
354
+ public static let tBorderColorButtonNeutral = Color(red: 224/255, green: 224/255, blue: 224/255, opacity: 1)
355
+ public static let tBorderColorButtonInfo = Color(red: 0/255, green: 122/255, blue: 204/255, opacity: 1)
356
+ public static let tBorderColorButtonCreate = Color(red: 75/255, green: 132/255, blue: 36/255, opacity: 1)
357
+ public static let tBorderColorButtonDelete = Color(red: 194/255, green: 68/255, blue: 48/255, opacity: 1)
358
+ public static let tBorderColorControlNeutral = Color(red: 173/255, green: 173/255, blue: 173/255, opacity: 1)
359
+ public static let tBorderColorControlInfo = Color(red: 0/255, green: 122/255, blue: 204/255, opacity: 1)
360
+ public static let tBorderColorControlSuccess = Color(red: 88/255, green: 160/255, blue: 44/255, opacity: 1)
361
+ public static let tBorderColorControlWarning = Color(red: 240/255, green: 192/255, blue: 81/255, opacity: 1)
362
+ public static let tBorderColorControlError = Color(red: 194/255, green: 68/255, blue: 48/255, opacity: 1)
363
+ public static let tBorderColorControlDisabled = Color(red: 207/255, green: 207/255, blue: 207/255, opacity: 1)
364
+ public static let tShadowOverflowColor = Color(red: 0/255, green: 0/255, blue: 0/255, opacity: 0.07058823529411765)
365
+ public static let tFormBackgroundColor = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 1)
366
+ public static let tFormBackgroundColorDisabled = Color(red: 242/255, green: 242/255, blue: 242/255, opacity: 1)
367
+ public static let tFormBackgroundColorError = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 1)
368
+ public static let tFormBackgroundColorReadonly = Color(red: 242/255, green: 242/255, blue: 242/255, opacity: 1)
369
+ public static let tFormBorderColor = Color(red: 224/255, green: 224/255, blue: 224/255, opacity: 1)
370
+ public static let tFormBorderColorDisabled = Color(red: 224/255, green: 224/255, blue: 224/255, opacity: 1)
371
+ public static let tFormBorderColorError = Color(red: 194/255, green: 68/255, blue: 48/255, opacity: 1)
372
+ public static let tFormBorderColorFocus = Color(red: 0/255, green: 122/255, blue: 204/255, opacity: 1)
373
+ public static let tFormBorderColorReadonly = Color(red: 255/255, green: 255/255, blue: 255/255, opacity: 0)
374
+ public static let tFormBorderRadius = CGFloat(4)
375
+ public static let tFormBorderWidth = CGFloat(1)
376
+ public static let tFormFontColor = Color(red: 61/255, green: 61/255, blue: 61/255, opacity: 1)
377
+ public static let tFormFontColorDisabled = Color(red: 173/255, green: 173/255, blue: 173/255, opacity: 1)
378
+ public static let tFormFontColorError = Color(red: 184/255, green: 64/255, blue: 46/255, opacity: 1)
379
+ public static let tFormFontColorReadonly = Color(red: 61/255, green: 61/255, blue: 61/255, opacity: 1)
380
+ public static let tFormPickerIconColor = Color(red: 61/255, green: 61/255, blue: 61/255, opacity: 1)
381
+ public static let tFormPlaceholderColor = Color(red: 148/255, green: 148/255, blue: 148/255, opacity: 1)
382
+ }