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