@tamagui/themes 1.121.11 → 1.121.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/getThemeSuitePalettes.cjs +81 -0
- package/dist/cjs/getThemeSuitePalettes.js +63 -0
- package/dist/cjs/getThemeSuitePalettes.js.map +6 -0
- package/dist/cjs/getThemeSuitePalettes.native.js +94 -0
- package/dist/cjs/getThemeSuitePalettes.native.js.map +6 -0
- package/dist/cjs/index.cjs +10 -10
- package/dist/cjs/index.js +10 -10
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/index.native.js +10 -10
- package/dist/cjs/index.native.js.map +1 -1
- package/dist/cjs/types.cjs +16 -0
- package/dist/cjs/types.js +14 -0
- package/dist/cjs/types.js.map +6 -0
- package/dist/cjs/types.native.js +15 -0
- package/dist/cjs/types.native.js.map +6 -0
- package/dist/cjs/utils.cjs +40 -0
- package/dist/cjs/utils.js +37 -0
- package/dist/cjs/utils.js.map +6 -0
- package/dist/cjs/utils.native.js +49 -0
- package/dist/cjs/utils.native.js.map +6 -0
- package/dist/cjs/v3-themes.cjs +12 -27
- package/dist/cjs/v3-themes.js +10 -28
- package/dist/cjs/v3-themes.js.map +1 -1
- package/dist/cjs/v3-themes.native.js +8 -34
- package/dist/cjs/v3-themes.native.js.map +2 -2
- package/dist/cjs/v4-createTheme.cjs +257 -0
- package/dist/cjs/v4-createTheme.js +232 -0
- package/dist/cjs/v4-createTheme.js.map +6 -0
- package/dist/cjs/v4-createTheme.native.js +284 -0
- package/dist/cjs/v4-createTheme.native.js.map +6 -0
- package/dist/cjs/v4-default.cjs +102 -0
- package/dist/cjs/v4-default.js +89 -0
- package/dist/cjs/v4-default.js.map +6 -0
- package/dist/cjs/v4-default.native.js +99 -0
- package/dist/cjs/v4-default.native.js.map +6 -0
- package/dist/cjs/v4-defaultTemplates.cjs +158 -0
- package/dist/cjs/v4-defaultTemplates.js +144 -0
- package/dist/cjs/v4-defaultTemplates.js.map +6 -0
- package/dist/cjs/v4-defaultTemplates.native.js +154 -0
- package/dist/cjs/v4-defaultTemplates.native.js.map +6 -0
- package/dist/cjs/v4-tamagui-out.cjs +1217 -0
- package/dist/cjs/v4-tamagui-out.js +1241 -0
- package/dist/cjs/v4-tamagui-out.js.map +6 -0
- package/dist/cjs/v4-tamagui-out.native.js +12662 -0
- package/dist/cjs/v4-tamagui-out.native.js.map +6 -0
- package/dist/cjs/v4-tamagui.cjs +175 -0
- package/dist/cjs/v4-tamagui.js +214 -0
- package/dist/cjs/v4-tamagui.js.map +6 -0
- package/dist/cjs/v4-tamagui.native.js +218 -0
- package/dist/cjs/v4-tamagui.native.js.map +6 -0
- package/dist/cjs/v4.cjs +41 -0
- package/dist/cjs/v4.js +30 -0
- package/dist/cjs/v4.js.map +6 -0
- package/dist/cjs/v4.native.js +37 -0
- package/dist/cjs/v4.native.js.map +6 -0
- package/dist/esm/getThemeSuitePalettes.js +47 -0
- package/dist/esm/getThemeSuitePalettes.js.map +6 -0
- package/dist/esm/getThemeSuitePalettes.mjs +57 -0
- package/dist/esm/getThemeSuitePalettes.mjs.map +1 -0
- package/dist/esm/getThemeSuitePalettes.native.js +73 -0
- package/dist/esm/getThemeSuitePalettes.native.js.map +6 -0
- package/dist/esm/types.js +1 -0
- package/dist/esm/types.js.map +6 -0
- package/dist/esm/types.mjs +2 -0
- package/dist/esm/types.mjs.map +1 -0
- package/dist/esm/types.native.js +1 -0
- package/dist/esm/types.native.js.map +6 -0
- package/dist/esm/utils.js +21 -0
- package/dist/esm/utils.js.map +6 -0
- package/dist/esm/utils.mjs +14 -0
- package/dist/esm/utils.mjs.map +1 -0
- package/dist/esm/utils.native.js +25 -0
- package/dist/esm/utils.native.js.map +6 -0
- package/dist/esm/v3-themes.js +2 -19
- package/dist/esm/v3-themes.js.map +1 -1
- package/dist/esm/v3-themes.mjs +3 -14
- package/dist/esm/v3-themes.mjs.map +1 -1
- package/dist/esm/v3-themes.native.js +2 -23
- package/dist/esm/v3-themes.native.js.map +2 -2
- package/dist/esm/v4-createTheme.js +221 -0
- package/dist/esm/v4-createTheme.js.map +6 -0
- package/dist/esm/v4-createTheme.mjs +226 -0
- package/dist/esm/v4-createTheme.mjs.map +1 -0
- package/dist/esm/v4-createTheme.native.js +261 -0
- package/dist/esm/v4-createTheme.native.js.map +6 -0
- package/dist/esm/v4-default.js +74 -0
- package/dist/esm/v4-default.js.map +6 -0
- package/dist/esm/v4-default.mjs +79 -0
- package/dist/esm/v4-default.mjs.map +1 -0
- package/dist/esm/v4-default.native.js +80 -0
- package/dist/esm/v4-default.native.js.map +6 -0
- package/dist/esm/v4-defaultTemplates.js +128 -0
- package/dist/esm/v4-defaultTemplates.js.map +6 -0
- package/dist/esm/v4-defaultTemplates.mjs +135 -0
- package/dist/esm/v4-defaultTemplates.mjs.map +1 -0
- package/dist/esm/v4-defaultTemplates.native.js +134 -0
- package/dist/esm/v4-defaultTemplates.native.js.map +6 -0
- package/dist/esm/v4-tamagui-out.js +1225 -0
- package/dist/esm/v4-tamagui-out.js.map +6 -0
- package/dist/esm/v4-tamagui-out.mjs +677 -0
- package/dist/esm/v4-tamagui-out.mjs.map +1 -0
- package/dist/esm/v4-tamagui-out.native.js +12124 -0
- package/dist/esm/v4-tamagui-out.native.js.map +6 -0
- package/dist/esm/v4-tamagui.js +216 -0
- package/dist/esm/v4-tamagui.js.map +6 -0
- package/dist/esm/v4-tamagui.mjs +152 -0
- package/dist/esm/v4-tamagui.mjs.map +1 -0
- package/dist/esm/v4-tamagui.native.js +199 -0
- package/dist/esm/v4-tamagui.native.js.map +6 -0
- package/dist/esm/v4.js +8 -0
- package/dist/esm/v4.js.map +6 -0
- package/dist/esm/v4.mjs +5 -0
- package/dist/esm/v4.mjs.map +1 -0
- package/dist/esm/v4.native.js +8 -0
- package/dist/esm/v4.native.js.map +6 -0
- package/package.json +17 -7
- package/src/getThemeSuitePalettes.ts +94 -0
- package/src/types.ts +94 -0
- package/src/utils.ts +51 -0
- package/src/v3-themes.ts +2 -53
- package/src/v4-createTheme.ts +403 -0
- package/src/v4-default.ts +88 -0
- package/src/v4-defaultTemplates.ts +165 -0
- package/src/v4-tamagui-out.ts +1667 -0
- package/src/v4-tamagui.ts +232 -0
- package/src/v4.tsx +4 -0
- package/tsconfig.json +2 -1
- package/types/getThemeSuitePalettes.d.ts +7 -0
- package/types/types.d.ts +72 -0
- package/types/utils.d.ts +21 -0
- package/types/v3-themes.d.ts +0 -20
- package/types/v4-createTheme.d.ts +157 -0
- package/types/v4-default.d.ts +797 -0
- package/types/v4-defaultTemplates.d.ts +44 -0
- package/types/v4-tamagui-out.d.ts +659 -0
- package/types/v4-tamagui.d.ts +15575 -0
- package/types/v4.d.ts +4 -0
- package/v4.d.ts +1 -0
- package/v4.js +1 -0
|
@@ -0,0 +1,1667 @@
|
|
|
1
|
+
type Theme = {
|
|
2
|
+
accentBackground: string;
|
|
3
|
+
accentColor: string;
|
|
4
|
+
shadowColor: string;
|
|
5
|
+
shadowColorHover: string;
|
|
6
|
+
shadowColorPress: string;
|
|
7
|
+
shadowColorFocus: string;
|
|
8
|
+
background0: string;
|
|
9
|
+
background025: string;
|
|
10
|
+
background05: string;
|
|
11
|
+
background075: string;
|
|
12
|
+
color1: string;
|
|
13
|
+
color2: string;
|
|
14
|
+
color3: string;
|
|
15
|
+
color4: string;
|
|
16
|
+
color5: string;
|
|
17
|
+
color6: string;
|
|
18
|
+
color7: string;
|
|
19
|
+
color8: string;
|
|
20
|
+
color9: string;
|
|
21
|
+
color10: string;
|
|
22
|
+
color11: string;
|
|
23
|
+
color12: string;
|
|
24
|
+
color0: string;
|
|
25
|
+
color025: string;
|
|
26
|
+
color05: string;
|
|
27
|
+
color075: string;
|
|
28
|
+
background: string;
|
|
29
|
+
backgroundHover: string;
|
|
30
|
+
backgroundPress: string;
|
|
31
|
+
backgroundFocus: string;
|
|
32
|
+
borderColor: string;
|
|
33
|
+
borderColorHover: string;
|
|
34
|
+
borderColorPress: string;
|
|
35
|
+
borderColorFocus: string;
|
|
36
|
+
color: string;
|
|
37
|
+
colorHover: string;
|
|
38
|
+
colorPress: string;
|
|
39
|
+
colorFocus: string;
|
|
40
|
+
colorTransparent: string;
|
|
41
|
+
placeholderColor: string;
|
|
42
|
+
outlineColor: string;
|
|
43
|
+
blue1: string;
|
|
44
|
+
blue2: string;
|
|
45
|
+
blue3: string;
|
|
46
|
+
blue4: string;
|
|
47
|
+
blue5: string;
|
|
48
|
+
blue6: string;
|
|
49
|
+
blue7: string;
|
|
50
|
+
blue8: string;
|
|
51
|
+
blue9: string;
|
|
52
|
+
blue10: string;
|
|
53
|
+
blue11: string;
|
|
54
|
+
blue12: string;
|
|
55
|
+
gray1: string;
|
|
56
|
+
gray2: string;
|
|
57
|
+
gray3: string;
|
|
58
|
+
gray4: string;
|
|
59
|
+
gray5: string;
|
|
60
|
+
gray6: string;
|
|
61
|
+
gray7: string;
|
|
62
|
+
gray8: string;
|
|
63
|
+
gray9: string;
|
|
64
|
+
gray10: string;
|
|
65
|
+
gray11: string;
|
|
66
|
+
gray12: string;
|
|
67
|
+
green1: string;
|
|
68
|
+
green2: string;
|
|
69
|
+
green3: string;
|
|
70
|
+
green4: string;
|
|
71
|
+
green5: string;
|
|
72
|
+
green6: string;
|
|
73
|
+
green7: string;
|
|
74
|
+
green8: string;
|
|
75
|
+
green9: string;
|
|
76
|
+
green10: string;
|
|
77
|
+
green11: string;
|
|
78
|
+
green12: string;
|
|
79
|
+
orange1: string;
|
|
80
|
+
orange2: string;
|
|
81
|
+
orange3: string;
|
|
82
|
+
orange4: string;
|
|
83
|
+
orange5: string;
|
|
84
|
+
orange6: string;
|
|
85
|
+
orange7: string;
|
|
86
|
+
orange8: string;
|
|
87
|
+
orange9: string;
|
|
88
|
+
orange10: string;
|
|
89
|
+
orange11: string;
|
|
90
|
+
orange12: string;
|
|
91
|
+
pink1: string;
|
|
92
|
+
pink2: string;
|
|
93
|
+
pink3: string;
|
|
94
|
+
pink4: string;
|
|
95
|
+
pink5: string;
|
|
96
|
+
pink6: string;
|
|
97
|
+
pink7: string;
|
|
98
|
+
pink8: string;
|
|
99
|
+
pink9: string;
|
|
100
|
+
pink10: string;
|
|
101
|
+
pink11: string;
|
|
102
|
+
pink12: string;
|
|
103
|
+
purple1: string;
|
|
104
|
+
purple2: string;
|
|
105
|
+
purple3: string;
|
|
106
|
+
purple4: string;
|
|
107
|
+
purple5: string;
|
|
108
|
+
purple6: string;
|
|
109
|
+
purple7: string;
|
|
110
|
+
purple8: string;
|
|
111
|
+
purple9: string;
|
|
112
|
+
purple10: string;
|
|
113
|
+
purple11: string;
|
|
114
|
+
purple12: string;
|
|
115
|
+
red1: string;
|
|
116
|
+
red2: string;
|
|
117
|
+
red3: string;
|
|
118
|
+
red4: string;
|
|
119
|
+
red5: string;
|
|
120
|
+
red6: string;
|
|
121
|
+
red7: string;
|
|
122
|
+
red8: string;
|
|
123
|
+
red9: string;
|
|
124
|
+
red10: string;
|
|
125
|
+
red11: string;
|
|
126
|
+
red12: string;
|
|
127
|
+
yellow1: string;
|
|
128
|
+
yellow2: string;
|
|
129
|
+
yellow3: string;
|
|
130
|
+
yellow4: string;
|
|
131
|
+
yellow5: string;
|
|
132
|
+
yellow6: string;
|
|
133
|
+
yellow7: string;
|
|
134
|
+
yellow8: string;
|
|
135
|
+
yellow9: string;
|
|
136
|
+
yellow10: string;
|
|
137
|
+
yellow11: string;
|
|
138
|
+
yellow12: string;
|
|
139
|
+
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
function t(a: [number, number][]) {
|
|
143
|
+
let res: Record<string,string> = {}
|
|
144
|
+
for (const [ki, vi] of a) {
|
|
145
|
+
res[ks[ki] as string] = vs[vi] as string
|
|
146
|
+
}
|
|
147
|
+
return res as Theme
|
|
148
|
+
}
|
|
149
|
+
const vs = [
|
|
150
|
+
'hsla(0, 0%, 14%, 1)',
|
|
151
|
+
'hsla(0, 0%, 33%, 1)',
|
|
152
|
+
'rgba(0,0,0,0.085)',
|
|
153
|
+
'rgba(0,0,0,0.04)',
|
|
154
|
+
'hsla(0, 0%, 100%, 0)',
|
|
155
|
+
'hsla(0, 0%, 100%, 0.25)',
|
|
156
|
+
'hsla(0, 0%, 100%, 0.5)',
|
|
157
|
+
'hsla(0, 0%, 100%, 0.75)',
|
|
158
|
+
'hsla(0, 0%, 100%, 1)',
|
|
159
|
+
'hsla(0, 0%, 97%, 1)',
|
|
160
|
+
'hsla(0, 0%, 96%, 1)',
|
|
161
|
+
'hsla(0, 0%, 94%, 1)',
|
|
162
|
+
'hsla(0, 0%, 92%, 1)',
|
|
163
|
+
'hsla(0, 0%, 90%, 1)',
|
|
164
|
+
'hsla(0, 0%, 89%, 1)',
|
|
165
|
+
'hsla(0, 0%, 81%, 1)',
|
|
166
|
+
'hsla(0, 0%, 56%, 1)',
|
|
167
|
+
'hsla(0, 0%, 50%, 1)',
|
|
168
|
+
'hsla(0, 0%, 42%, 1)',
|
|
169
|
+
'hsla(0, 0%, 9%, 1)',
|
|
170
|
+
'hsla(0, 0%, 9%, 0)',
|
|
171
|
+
'hsla(0, 0%, 9%, 0.25)',
|
|
172
|
+
'hsla(0, 0%, 9%, 0.5)',
|
|
173
|
+
'hsla(0, 0%, 9%, 0.75)',
|
|
174
|
+
'hsl(206, 100%, 99.2%)',
|
|
175
|
+
'hsl(210, 100%, 98.0%)',
|
|
176
|
+
'hsl(209, 100%, 96.5%)',
|
|
177
|
+
'hsl(210, 98.8%, 94.0%)',
|
|
178
|
+
'hsl(209, 95.0%, 90.1%)',
|
|
179
|
+
'hsl(209, 81.2%, 84.5%)',
|
|
180
|
+
'hsl(208, 77.5%, 76.9%)',
|
|
181
|
+
'hsl(206, 81.9%, 65.3%)',
|
|
182
|
+
'hsl(206, 100%, 50.0%)',
|
|
183
|
+
'hsl(208, 100%, 47.3%)',
|
|
184
|
+
'hsl(211, 100%, 43.2%)',
|
|
185
|
+
'hsl(211, 100%, 15.0%)',
|
|
186
|
+
'hsl(0, 0%, 99.0%)',
|
|
187
|
+
'hsl(0, 0%, 97.3%)',
|
|
188
|
+
'hsl(0, 0%, 95.1%)',
|
|
189
|
+
'hsl(0, 0%, 93.0%)',
|
|
190
|
+
'hsl(0, 0%, 90.9%)',
|
|
191
|
+
'hsl(0, 0%, 88.7%)',
|
|
192
|
+
'hsl(0, 0%, 85.8%)',
|
|
193
|
+
'hsl(0, 0%, 78.0%)',
|
|
194
|
+
'hsl(0, 0%, 56.1%)',
|
|
195
|
+
'hsl(0, 0%, 52.3%)',
|
|
196
|
+
'hsl(0, 0%, 43.5%)',
|
|
197
|
+
'hsl(0, 0%, 9.0%)',
|
|
198
|
+
'hsl(136, 50.0%, 98.9%)',
|
|
199
|
+
'hsl(138, 62.5%, 96.9%)',
|
|
200
|
+
'hsl(139, 55.2%, 94.5%)',
|
|
201
|
+
'hsl(140, 48.7%, 91.0%)',
|
|
202
|
+
'hsl(141, 43.7%, 86.0%)',
|
|
203
|
+
'hsl(143, 40.3%, 79.0%)',
|
|
204
|
+
'hsl(146, 38.5%, 69.0%)',
|
|
205
|
+
'hsl(151, 40.2%, 54.1%)',
|
|
206
|
+
'hsl(151, 55.0%, 41.5%)',
|
|
207
|
+
'hsl(152, 57.5%, 37.6%)',
|
|
208
|
+
'hsl(153, 67.0%, 28.5%)',
|
|
209
|
+
'hsl(155, 40.0%, 14.0%)',
|
|
210
|
+
'hsl(24, 70.0%, 99.0%)',
|
|
211
|
+
'hsl(24, 83.3%, 97.6%)',
|
|
212
|
+
'hsl(24, 100%, 95.3%)',
|
|
213
|
+
'hsl(25, 100%, 92.2%)',
|
|
214
|
+
'hsl(25, 100%, 88.2%)',
|
|
215
|
+
'hsl(25, 100%, 82.8%)',
|
|
216
|
+
'hsl(24, 100%, 75.3%)',
|
|
217
|
+
'hsl(24, 94.5%, 64.3%)',
|
|
218
|
+
'hsl(24, 94.0%, 50.0%)',
|
|
219
|
+
'hsl(24, 100%, 46.5%)',
|
|
220
|
+
'hsl(24, 100%, 37.0%)',
|
|
221
|
+
'hsl(15, 60.0%, 17.0%)',
|
|
222
|
+
'hsl(322, 100%, 99.4%)',
|
|
223
|
+
'hsl(323, 100%, 98.4%)',
|
|
224
|
+
'hsl(323, 86.3%, 96.5%)',
|
|
225
|
+
'hsl(323, 78.7%, 94.2%)',
|
|
226
|
+
'hsl(323, 72.2%, 91.1%)',
|
|
227
|
+
'hsl(323, 66.3%, 86.6%)',
|
|
228
|
+
'hsl(323, 62.0%, 80.1%)',
|
|
229
|
+
'hsl(323, 60.3%, 72.4%)',
|
|
230
|
+
'hsl(322, 65.0%, 54.5%)',
|
|
231
|
+
'hsl(322, 63.9%, 50.7%)',
|
|
232
|
+
'hsl(322, 75.0%, 46.0%)',
|
|
233
|
+
'hsl(320, 70.0%, 13.5%)',
|
|
234
|
+
'hsl(280, 65.0%, 99.4%)',
|
|
235
|
+
'hsl(276, 100%, 99.0%)',
|
|
236
|
+
'hsl(276, 83.1%, 97.0%)',
|
|
237
|
+
'hsl(275, 76.4%, 94.7%)',
|
|
238
|
+
'hsl(275, 70.8%, 91.8%)',
|
|
239
|
+
'hsl(274, 65.4%, 87.8%)',
|
|
240
|
+
'hsl(273, 61.0%, 81.7%)',
|
|
241
|
+
'hsl(272, 60.0%, 73.5%)',
|
|
242
|
+
'hsl(272, 51.0%, 54.0%)',
|
|
243
|
+
'hsl(272, 46.8%, 50.3%)',
|
|
244
|
+
'hsl(272, 50.0%, 45.8%)',
|
|
245
|
+
'hsl(272, 66.0%, 16.0%)',
|
|
246
|
+
'hsl(359, 100%, 99.4%)',
|
|
247
|
+
'hsl(359, 100%, 98.6%)',
|
|
248
|
+
'hsl(360, 100%, 96.8%)',
|
|
249
|
+
'hsl(360, 97.9%, 94.8%)',
|
|
250
|
+
'hsl(360, 90.2%, 91.9%)',
|
|
251
|
+
'hsl(360, 81.7%, 87.8%)',
|
|
252
|
+
'hsl(359, 74.2%, 81.7%)',
|
|
253
|
+
'hsl(359, 69.5%, 74.3%)',
|
|
254
|
+
'hsl(358, 75.0%, 59.0%)',
|
|
255
|
+
'hsl(358, 69.4%, 55.2%)',
|
|
256
|
+
'hsl(358, 65.0%, 48.7%)',
|
|
257
|
+
'hsl(354, 50.0%, 14.6%)',
|
|
258
|
+
'hsl(60, 54.0%, 98.5%)',
|
|
259
|
+
'hsl(52, 100%, 95.5%)',
|
|
260
|
+
'hsl(55, 100%, 90.9%)',
|
|
261
|
+
'hsl(54, 100%, 86.6%)',
|
|
262
|
+
'hsl(52, 97.9%, 82.0%)',
|
|
263
|
+
'hsl(50, 89.4%, 76.1%)',
|
|
264
|
+
'hsl(47, 80.4%, 68.0%)',
|
|
265
|
+
'hsl(48, 100%, 46.1%)',
|
|
266
|
+
'hsl(53, 92.0%, 50.0%)',
|
|
267
|
+
'hsl(50, 100%, 48.5%)',
|
|
268
|
+
'hsl(42, 100%, 29.0%)',
|
|
269
|
+
'hsl(40, 55.0%, 13.5%)',
|
|
270
|
+
'rgba(0,0,0,0.3)',
|
|
271
|
+
'rgba(0,0,0,0.2)',
|
|
272
|
+
'hsla(0, 0%, 2%, 0)',
|
|
273
|
+
'hsla(0, 0%, 2%, 0.25)',
|
|
274
|
+
'hsla(0, 0%, 2%, 0.5)',
|
|
275
|
+
'hsla(0, 0%, 2%, 0.75)',
|
|
276
|
+
'hsla(0, 0%, 2%, 1)',
|
|
277
|
+
'hsla(0, 0%, 8%, 1)',
|
|
278
|
+
'hsla(0, 0%, 10%, 1)',
|
|
279
|
+
'hsla(0, 0%, 16%, 1)',
|
|
280
|
+
'hsla(0, 0%, 20%, 1)',
|
|
281
|
+
'hsla(0, 0%, 26%, 1)',
|
|
282
|
+
'hsla(0, 0%, 29%, 1)',
|
|
283
|
+
'hsla(0, 0%, 38%, 1)',
|
|
284
|
+
'hsla(0, 0%, 65%, 1)',
|
|
285
|
+
'hsl(212, 35.0%, 9.2%)',
|
|
286
|
+
'hsl(216, 50.0%, 11.8%)',
|
|
287
|
+
'hsl(214, 59.4%, 15.3%)',
|
|
288
|
+
'hsl(214, 65.8%, 17.9%)',
|
|
289
|
+
'hsl(213, 71.2%, 20.2%)',
|
|
290
|
+
'hsl(212, 77.4%, 23.1%)',
|
|
291
|
+
'hsl(211, 85.1%, 27.4%)',
|
|
292
|
+
'hsl(211, 89.7%, 34.1%)',
|
|
293
|
+
'hsl(209, 100%, 60.6%)',
|
|
294
|
+
'hsl(210, 100%, 66.1%)',
|
|
295
|
+
'hsl(206, 98.0%, 95.8%)',
|
|
296
|
+
'hsl(0, 0%, 8.5%)',
|
|
297
|
+
'hsl(0, 0%, 11.0%)',
|
|
298
|
+
'hsl(0, 0%, 13.6%)',
|
|
299
|
+
'hsl(0, 0%, 15.8%)',
|
|
300
|
+
'hsl(0, 0%, 17.9%)',
|
|
301
|
+
'hsl(0, 0%, 20.5%)',
|
|
302
|
+
'hsl(0, 0%, 24.3%)',
|
|
303
|
+
'hsl(0, 0%, 31.2%)',
|
|
304
|
+
'hsl(0, 0%, 43.9%)',
|
|
305
|
+
'hsl(0, 0%, 49.4%)',
|
|
306
|
+
'hsl(0, 0%, 62.8%)',
|
|
307
|
+
'hsl(146, 30.0%, 7.4%)',
|
|
308
|
+
'hsl(155, 44.2%, 8.4%)',
|
|
309
|
+
'hsl(155, 46.7%, 10.9%)',
|
|
310
|
+
'hsl(154, 48.4%, 12.9%)',
|
|
311
|
+
'hsl(154, 49.7%, 14.9%)',
|
|
312
|
+
'hsl(154, 50.9%, 17.6%)',
|
|
313
|
+
'hsl(153, 51.8%, 21.8%)',
|
|
314
|
+
'hsl(151, 51.7%, 28.4%)',
|
|
315
|
+
'hsl(151, 49.3%, 46.5%)',
|
|
316
|
+
'hsl(151, 50.0%, 53.2%)',
|
|
317
|
+
'hsl(137, 72.0%, 94.0%)',
|
|
318
|
+
'hsl(30, 70.0%, 7.2%)',
|
|
319
|
+
'hsl(28, 100%, 8.4%)',
|
|
320
|
+
'hsl(26, 91.1%, 11.6%)',
|
|
321
|
+
'hsl(25, 88.3%, 14.1%)',
|
|
322
|
+
'hsl(24, 87.6%, 16.6%)',
|
|
323
|
+
'hsl(24, 88.6%, 19.8%)',
|
|
324
|
+
'hsl(24, 92.4%, 24.0%)',
|
|
325
|
+
'hsl(25, 100%, 29.0%)',
|
|
326
|
+
'hsl(24, 100%, 58.5%)',
|
|
327
|
+
'hsl(24, 100%, 62.2%)',
|
|
328
|
+
'hsl(24, 97.0%, 93.2%)',
|
|
329
|
+
'hsl(318, 25.0%, 9.6%)',
|
|
330
|
+
'hsl(319, 32.2%, 11.6%)',
|
|
331
|
+
'hsl(319, 41.0%, 16.0%)',
|
|
332
|
+
'hsl(320, 45.4%, 18.7%)',
|
|
333
|
+
'hsl(320, 49.0%, 21.1%)',
|
|
334
|
+
'hsl(321, 53.6%, 24.4%)',
|
|
335
|
+
'hsl(321, 61.1%, 29.7%)',
|
|
336
|
+
'hsl(322, 74.9%, 37.5%)',
|
|
337
|
+
'hsl(323, 72.8%, 59.2%)',
|
|
338
|
+
'hsl(325, 90.0%, 66.4%)',
|
|
339
|
+
'hsl(322, 90.0%, 95.8%)',
|
|
340
|
+
'hsl(284, 20.0%, 9.6%)',
|
|
341
|
+
'hsl(283, 30.0%, 11.8%)',
|
|
342
|
+
'hsl(281, 37.5%, 16.5%)',
|
|
343
|
+
'hsl(280, 41.2%, 20.0%)',
|
|
344
|
+
'hsl(279, 43.8%, 23.3%)',
|
|
345
|
+
'hsl(277, 46.4%, 27.5%)',
|
|
346
|
+
'hsl(275, 49.3%, 34.6%)',
|
|
347
|
+
'hsl(272, 52.1%, 45.9%)',
|
|
348
|
+
'hsl(273, 57.3%, 59.1%)',
|
|
349
|
+
'hsl(275, 80.0%, 71.0%)',
|
|
350
|
+
'hsl(279, 75.0%, 95.7%)',
|
|
351
|
+
'hsl(353, 23.0%, 9.8%)',
|
|
352
|
+
'hsl(357, 34.4%, 12.0%)',
|
|
353
|
+
'hsl(356, 43.4%, 16.4%)',
|
|
354
|
+
'hsl(356, 47.6%, 19.2%)',
|
|
355
|
+
'hsl(356, 51.1%, 21.9%)',
|
|
356
|
+
'hsl(356, 55.2%, 25.9%)',
|
|
357
|
+
'hsl(357, 60.2%, 31.8%)',
|
|
358
|
+
'hsl(358, 65.0%, 40.4%)',
|
|
359
|
+
'hsl(358, 85.3%, 64.0%)',
|
|
360
|
+
'hsl(358, 100%, 69.5%)',
|
|
361
|
+
'hsl(351, 89.0%, 96.0%)',
|
|
362
|
+
'hsl(45, 100%, 5.5%)',
|
|
363
|
+
'hsl(46, 100%, 6.7%)',
|
|
364
|
+
'hsl(45, 100%, 8.7%)',
|
|
365
|
+
'hsl(45, 100%, 10.4%)',
|
|
366
|
+
'hsl(47, 100%, 12.1%)',
|
|
367
|
+
'hsl(49, 100%, 14.3%)',
|
|
368
|
+
'hsl(49, 90.3%, 18.4%)',
|
|
369
|
+
'hsl(50, 100%, 22.0%)',
|
|
370
|
+
'hsl(54, 100%, 68.0%)',
|
|
371
|
+
'hsl(48, 100%, 47.0%)',
|
|
372
|
+
'hsl(53, 100%, 91.0%)',
|
|
373
|
+
'hsla(0, 0%, 99%, 0)',
|
|
374
|
+
'hsla(0, 0%, 99%, 0.25)',
|
|
375
|
+
'hsla(0, 0%, 99%, 0.5)',
|
|
376
|
+
'hsla(0, 0%, 99%, 0.75)',
|
|
377
|
+
'hsla(0, 0%, 99%, 1)',
|
|
378
|
+
'hsla(0, 0%, 95%, 1)',
|
|
379
|
+
'hsla(0, 0%, 93%, 1)',
|
|
380
|
+
'hsla(0, 0%, 91%, 1)',
|
|
381
|
+
'hsla(0, 0%, 86%, 1)',
|
|
382
|
+
'hsla(0, 0%, 78%, 1)',
|
|
383
|
+
'hsla(0, 0%, 52%, 1)',
|
|
384
|
+
'hsla(0, 0%, 44%, 1)',
|
|
385
|
+
'hsla(216, 100%, 99%, 0)',
|
|
386
|
+
'hsla(216, 100%, 99%, 0.25)',
|
|
387
|
+
'hsla(216, 100%, 99%, 0.5)',
|
|
388
|
+
'hsla(216, 100%, 99%, 0.75)',
|
|
389
|
+
'hsla(210, 100%, 99%, 1)',
|
|
390
|
+
'hsla(210, 100%, 98%, 1)',
|
|
391
|
+
'hsla(210, 100%, 96%, 1)',
|
|
392
|
+
'hsla(210, 100%, 94%, 1)',
|
|
393
|
+
'hsla(209, 96%, 90%, 1)',
|
|
394
|
+
'hsla(209, 82%, 85%, 1)',
|
|
395
|
+
'hsla(208, 78%, 77%, 1)',
|
|
396
|
+
'hsla(206, 82%, 65%, 1)',
|
|
397
|
+
'hsla(206, 100%, 50%, 1)',
|
|
398
|
+
'hsla(208, 100%, 47%, 1)',
|
|
399
|
+
'hsla(211, 100%, 43%, 1)',
|
|
400
|
+
'hsla(211, 100%, 15%, 1)',
|
|
401
|
+
'hsla(211, 100%, 15%, 0)',
|
|
402
|
+
'hsla(211, 100%, 15%, 0.25)',
|
|
403
|
+
'hsla(211, 100%, 15%, 0.5)',
|
|
404
|
+
'hsla(211, 100%, 15%, 0.75)',
|
|
405
|
+
'hsla(20, 60%, 99%, 0)',
|
|
406
|
+
'hsla(20, 60%, 99%, 0.25)',
|
|
407
|
+
'hsla(20, 60%, 99%, 0.5)',
|
|
408
|
+
'hsla(20, 60%, 99%, 0.75)',
|
|
409
|
+
'hsla(20, 60%, 99%, 1)',
|
|
410
|
+
'hsla(24, 83%, 98%, 1)',
|
|
411
|
+
'hsla(25, 100%, 95%, 1)',
|
|
412
|
+
'hsla(25, 100%, 92%, 1)',
|
|
413
|
+
'hsla(25, 100%, 88%, 1)',
|
|
414
|
+
'hsla(25, 100%, 83%, 1)',
|
|
415
|
+
'hsla(24, 100%, 75%, 1)',
|
|
416
|
+
'hsla(24, 95%, 64%, 1)',
|
|
417
|
+
'hsla(24, 94%, 50%, 1)',
|
|
418
|
+
'hsla(24, 100%, 46%, 1)',
|
|
419
|
+
'hsla(24, 100%, 37%, 1)',
|
|
420
|
+
'hsla(15, 60%, 17%, 1)',
|
|
421
|
+
'hsla(15, 60%, 17%, 0)',
|
|
422
|
+
'hsla(15, 60%, 17%, 0.25)',
|
|
423
|
+
'hsla(15, 60%, 17%, 0.5)',
|
|
424
|
+
'hsla(15, 60%, 17%, 0.75)',
|
|
425
|
+
'hsla(0, 100%, 99%, 0)',
|
|
426
|
+
'hsla(0, 100%, 99%, 0.25)',
|
|
427
|
+
'hsla(0, 100%, 99%, 0.5)',
|
|
428
|
+
'hsla(0, 100%, 99%, 0.75)',
|
|
429
|
+
'hsla(0, 100%, 99%, 1)',
|
|
430
|
+
'hsla(0, 100%, 97%, 1)',
|
|
431
|
+
'hsla(0, 100%, 95%, 1)',
|
|
432
|
+
'hsla(0, 90%, 92%, 1)',
|
|
433
|
+
'hsla(0, 81%, 88%, 1)',
|
|
434
|
+
'hsla(359, 74%, 82%, 1)',
|
|
435
|
+
'hsla(359, 69%, 74%, 1)',
|
|
436
|
+
'hsla(358, 75%, 59%, 1)',
|
|
437
|
+
'hsla(358, 69%, 55%, 1)',
|
|
438
|
+
'hsla(358, 65%, 49%, 1)',
|
|
439
|
+
'hsla(355, 49%, 15%, 1)',
|
|
440
|
+
'hsla(355, 48%, 15%, 0)',
|
|
441
|
+
'hsla(355, 48%, 15%, 0.25)',
|
|
442
|
+
'hsla(355, 48%, 15%, 0.5)',
|
|
443
|
+
'hsla(355, 48%, 15%, 0.75)',
|
|
444
|
+
'hsla(60, 45%, 98%, 0)',
|
|
445
|
+
'hsla(60, 45%, 98%, 0.25)',
|
|
446
|
+
'hsla(60, 45%, 98%, 0.5)',
|
|
447
|
+
'hsla(60, 45%, 98%, 0.75)',
|
|
448
|
+
'hsla(60, 50%, 98%, 1)',
|
|
449
|
+
'hsla(52, 100%, 95%, 1)',
|
|
450
|
+
'hsla(55, 100%, 91%, 1)',
|
|
451
|
+
'hsla(54, 100%, 87%, 1)',
|
|
452
|
+
'hsla(52, 98%, 82%, 1)',
|
|
453
|
+
'hsla(50, 90%, 76%, 1)',
|
|
454
|
+
'hsla(47, 80%, 68%, 1)',
|
|
455
|
+
'hsla(48, 100%, 46%, 1)',
|
|
456
|
+
'hsla(53, 92%, 50%, 1)',
|
|
457
|
+
'hsla(50, 100%, 48%, 1)',
|
|
458
|
+
'hsla(42, 100%, 29%, 1)',
|
|
459
|
+
'hsla(41, 56%, 13%, 1)',
|
|
460
|
+
'hsla(41, 55%, 13%, 0)',
|
|
461
|
+
'hsla(41, 55%, 13%, 0.25)',
|
|
462
|
+
'hsla(41, 55%, 13%, 0.5)',
|
|
463
|
+
'hsla(41, 55%, 13%, 0.75)',
|
|
464
|
+
'hsla(140, 60%, 99%, 0)',
|
|
465
|
+
'hsla(140, 60%, 99%, 0.25)',
|
|
466
|
+
'hsla(140, 60%, 99%, 0.5)',
|
|
467
|
+
'hsla(140, 60%, 99%, 0.75)',
|
|
468
|
+
'hsla(140, 60%, 99%, 1)',
|
|
469
|
+
'hsla(138, 63%, 97%, 1)',
|
|
470
|
+
'hsla(139, 57%, 95%, 1)',
|
|
471
|
+
'hsla(139, 48%, 91%, 1)',
|
|
472
|
+
'hsla(141, 44%, 86%, 1)',
|
|
473
|
+
'hsla(142, 40%, 79%, 1)',
|
|
474
|
+
'hsla(146, 38%, 69%, 1)',
|
|
475
|
+
'hsla(151, 40%, 54%, 1)',
|
|
476
|
+
'hsla(151, 55%, 42%, 1)',
|
|
477
|
+
'hsla(152, 57%, 38%, 1)',
|
|
478
|
+
'hsla(153, 67%, 28%, 1)',
|
|
479
|
+
'hsla(155, 41%, 14%, 1)',
|
|
480
|
+
'hsla(155, 41%, 14%, 0)',
|
|
481
|
+
'hsla(155, 41%, 14%, 0.25)',
|
|
482
|
+
'hsla(155, 41%, 14%, 0.5)',
|
|
483
|
+
'hsla(155, 41%, 14%, 0.75)',
|
|
484
|
+
'hsla(300, 60%, 99%, 0)',
|
|
485
|
+
'hsla(300, 60%, 99%, 0.25)',
|
|
486
|
+
'hsla(300, 60%, 99%, 0.5)',
|
|
487
|
+
'hsla(300, 60%, 99%, 0.75)',
|
|
488
|
+
'hsla(300, 50%, 99%, 1)',
|
|
489
|
+
'hsla(276, 100%, 99%, 1)',
|
|
490
|
+
'hsla(277, 87%, 97%, 1)',
|
|
491
|
+
'hsla(274, 78%, 95%, 1)',
|
|
492
|
+
'hsla(276, 71%, 92%, 1)',
|
|
493
|
+
'hsla(274, 65%, 88%, 1)',
|
|
494
|
+
'hsla(273, 61%, 82%, 1)',
|
|
495
|
+
'hsla(272, 60%, 74%, 1)',
|
|
496
|
+
'hsla(272, 51%, 54%, 1)',
|
|
497
|
+
'hsla(272, 47%, 50%, 1)',
|
|
498
|
+
'hsla(272, 50%, 46%, 1)',
|
|
499
|
+
'hsla(272, 66%, 16%, 1)',
|
|
500
|
+
'hsla(272, 66%, 16%, 0)',
|
|
501
|
+
'hsla(272, 66%, 16%, 0.25)',
|
|
502
|
+
'hsla(272, 66%, 16%, 0.5)',
|
|
503
|
+
'hsla(272, 66%, 16%, 0.75)',
|
|
504
|
+
'hsla(324, 100%, 99%, 0)',
|
|
505
|
+
'hsla(324, 100%, 99%, 0.25)',
|
|
506
|
+
'hsla(324, 100%, 99%, 0.5)',
|
|
507
|
+
'hsla(324, 100%, 99%, 0.75)',
|
|
508
|
+
'hsla(320, 100%, 99%, 1)',
|
|
509
|
+
'hsla(322, 100%, 98%, 1)',
|
|
510
|
+
'hsla(323, 89%, 96%, 1)',
|
|
511
|
+
'hsla(323, 79%, 94%, 1)',
|
|
512
|
+
'hsla(324, 73%, 91%, 1)',
|
|
513
|
+
'hsla(323, 65%, 86%, 1)',
|
|
514
|
+
'hsla(323, 62%, 80%, 1)',
|
|
515
|
+
'hsla(323, 60%, 72%, 1)',
|
|
516
|
+
'hsla(322, 65%, 55%, 1)',
|
|
517
|
+
'hsla(322, 64%, 51%, 1)',
|
|
518
|
+
'hsla(322, 75%, 46%, 1)',
|
|
519
|
+
'hsla(321, 71%, 14%, 1)',
|
|
520
|
+
'hsla(321, 72%, 14%, 0)',
|
|
521
|
+
'hsla(321, 72%, 14%, 0.25)',
|
|
522
|
+
'hsla(321, 72%, 14%, 0.5)',
|
|
523
|
+
'hsla(321, 72%, 14%, 0.75)',
|
|
524
|
+
'hsla(30, 20%, 98%, 0)',
|
|
525
|
+
'hsla(30, 20%, 98%, 0.25)',
|
|
526
|
+
'hsla(30, 20%, 98%, 0.5)',
|
|
527
|
+
'hsla(30, 20%, 98%, 0.75)',
|
|
528
|
+
'hsla(40, 27%, 98%, 1)',
|
|
529
|
+
'hsla(43, 23%, 94%, 1)',
|
|
530
|
+
'hsla(36, 22%, 91%, 1)',
|
|
531
|
+
'hsla(38, 22%, 90%, 1)',
|
|
532
|
+
'hsla(37, 21%, 88%, 1)',
|
|
533
|
+
'hsla(36, 19%, 85%, 1)',
|
|
534
|
+
'hsla(34, 21%, 74%, 1)',
|
|
535
|
+
'hsla(35, 20%, 70%, 1)',
|
|
536
|
+
'hsla(35, 20%, 67%, 1)',
|
|
537
|
+
'hsla(34, 19%, 47%, 1)',
|
|
538
|
+
'hsla(35, 18%, 37%, 1)',
|
|
539
|
+
'hsla(33, 18%, 20%, 1)',
|
|
540
|
+
'hsla(33, 18%, 20%, 0)',
|
|
541
|
+
'hsla(33, 18%, 20%, 0.25)',
|
|
542
|
+
'hsla(33, 18%, 20%, 0.5)',
|
|
543
|
+
'hsla(33, 18%, 20%, 0.75)',
|
|
544
|
+
'hsla(0, 0%, 11%, 1)',
|
|
545
|
+
'hsla(0, 0%, 18%, 1)',
|
|
546
|
+
'hsla(0, 0%, 24%, 1)',
|
|
547
|
+
'hsla(0, 0%, 31%, 1)',
|
|
548
|
+
'hsla(0, 0%, 49%, 1)',
|
|
549
|
+
'hsla(0, 0%, 63%, 1)',
|
|
550
|
+
'hsla(0, 0%, 93%, 0)',
|
|
551
|
+
'hsla(0, 0%, 93%, 0.25)',
|
|
552
|
+
'hsla(0, 0%, 93%, 0.5)',
|
|
553
|
+
'hsla(0, 0%, 93%, 0.75)',
|
|
554
|
+
'hsla(214, 35%, 9%, 0)',
|
|
555
|
+
'hsla(214, 35%, 9%, 0.25)',
|
|
556
|
+
'hsla(214, 35%, 9%, 0.5)',
|
|
557
|
+
'hsla(214, 35%, 9%, 0.75)',
|
|
558
|
+
'hsla(212, 36%, 9%, 1)',
|
|
559
|
+
'hsla(216, 50%, 12%, 1)',
|
|
560
|
+
'hsla(214, 59%, 15%, 1)',
|
|
561
|
+
'hsla(214, 65%, 18%, 1)',
|
|
562
|
+
'hsla(213, 71%, 20%, 1)',
|
|
563
|
+
'hsla(212, 78%, 23%, 1)',
|
|
564
|
+
'hsla(211, 86%, 27%, 1)',
|
|
565
|
+
'hsla(211, 90%, 34%, 1)',
|
|
566
|
+
'hsla(209, 100%, 61%, 1)',
|
|
567
|
+
'hsla(210, 100%, 66%, 1)',
|
|
568
|
+
'hsla(206, 100%, 96%, 1)',
|
|
569
|
+
'hsla(207, 100%, 96%, 0)',
|
|
570
|
+
'hsla(207, 100%, 96%, 0.25)',
|
|
571
|
+
'hsla(207, 100%, 96%, 0.5)',
|
|
572
|
+
'hsla(207, 100%, 96%, 0.75)',
|
|
573
|
+
'hsla(28, 67%, 7%, 0)',
|
|
574
|
+
'hsla(28, 67%, 7%, 0.25)',
|
|
575
|
+
'hsla(28, 67%, 7%, 0.5)',
|
|
576
|
+
'hsla(28, 67%, 7%, 0.75)',
|
|
577
|
+
'hsla(29, 68%, 7%, 1)',
|
|
578
|
+
'hsla(28, 100%, 8%, 1)',
|
|
579
|
+
'hsla(26, 90%, 12%, 1)',
|
|
580
|
+
'hsla(25, 89%, 14%, 1)',
|
|
581
|
+
'hsla(24, 88%, 16%, 1)',
|
|
582
|
+
'hsla(24, 88%, 20%, 1)',
|
|
583
|
+
'hsla(24, 92%, 24%, 1)',
|
|
584
|
+
'hsla(25, 100%, 29%, 1)',
|
|
585
|
+
'hsla(24, 100%, 58%, 1)',
|
|
586
|
+
'hsla(24, 100%, 62%, 1)',
|
|
587
|
+
'hsla(24, 94%, 93%, 1)',
|
|
588
|
+
'hsla(25, 94%, 93%, 0)',
|
|
589
|
+
'hsla(25, 94%, 93%, 0.25)',
|
|
590
|
+
'hsla(25, 94%, 93%, 0.5)',
|
|
591
|
+
'hsla(25, 94%, 93%, 0.75)',
|
|
592
|
+
'hsla(351, 25%, 10%, 0)',
|
|
593
|
+
'hsla(351, 25%, 10%, 0.25)',
|
|
594
|
+
'hsla(351, 25%, 10%, 0.5)',
|
|
595
|
+
'hsla(351, 25%, 10%, 0.75)',
|
|
596
|
+
'hsla(350, 24%, 10%, 1)',
|
|
597
|
+
'hsla(357, 34%, 12%, 1)',
|
|
598
|
+
'hsla(357, 43%, 16%, 1)',
|
|
599
|
+
'hsla(356, 47%, 19%, 1)',
|
|
600
|
+
'hsla(356, 51%, 22%, 1)',
|
|
601
|
+
'hsla(357, 55%, 26%, 1)',
|
|
602
|
+
'hsla(357, 60%, 32%, 1)',
|
|
603
|
+
'hsla(358, 65%, 40%, 1)',
|
|
604
|
+
'hsla(358, 86%, 64%, 1)',
|
|
605
|
+
'hsla(358, 100%, 69%, 1)',
|
|
606
|
+
'hsla(353, 90%, 96%, 1)',
|
|
607
|
+
'hsla(353, 90%, 96%, 0)',
|
|
608
|
+
'hsla(353, 90%, 96%, 0.25)',
|
|
609
|
+
'hsla(353, 90%, 96%, 0.5)',
|
|
610
|
+
'hsla(353, 90%, 96%, 0.75)',
|
|
611
|
+
'hsla(46, 100%, 5%, 0)',
|
|
612
|
+
'hsla(46, 100%, 5%, 0.25)',
|
|
613
|
+
'hsla(46, 100%, 5%, 0.5)',
|
|
614
|
+
'hsla(46, 100%, 5%, 0.75)',
|
|
615
|
+
'hsla(45, 100%, 5%, 1)',
|
|
616
|
+
'hsla(46, 100%, 7%, 1)',
|
|
617
|
+
'hsla(45, 100%, 9%, 1)',
|
|
618
|
+
'hsla(45, 100%, 10%, 1)',
|
|
619
|
+
'hsla(46, 100%, 12%, 1)',
|
|
620
|
+
'hsla(49, 100%, 14%, 1)',
|
|
621
|
+
'hsla(49, 89%, 18%, 1)',
|
|
622
|
+
'hsla(50, 100%, 22%, 1)',
|
|
623
|
+
'hsla(54, 100%, 68%, 1)',
|
|
624
|
+
'hsla(48, 100%, 47%, 1)',
|
|
625
|
+
'hsla(53, 100%, 91%, 1)',
|
|
626
|
+
'hsla(53, 100%, 91%, 0)',
|
|
627
|
+
'hsla(53, 100%, 91%, 0.25)',
|
|
628
|
+
'hsla(53, 100%, 91%, 0.5)',
|
|
629
|
+
'hsla(53, 100%, 91%, 0.75)',
|
|
630
|
+
'hsla(145, 33%, 7%, 0)',
|
|
631
|
+
'hsla(145, 33%, 7%, 0.25)',
|
|
632
|
+
'hsla(145, 33%, 7%, 0.5)',
|
|
633
|
+
'hsla(145, 33%, 7%, 0.75)',
|
|
634
|
+
'hsla(145, 32%, 7%, 1)',
|
|
635
|
+
'hsla(155, 44%, 8%, 1)',
|
|
636
|
+
'hsla(155, 46%, 11%, 1)',
|
|
637
|
+
'hsla(154, 48%, 13%, 1)',
|
|
638
|
+
'hsla(155, 50%, 15%, 1)',
|
|
639
|
+
'hsla(154, 51%, 18%, 1)',
|
|
640
|
+
'hsla(153, 51%, 22%, 1)',
|
|
641
|
+
'hsla(151, 52%, 28%, 1)',
|
|
642
|
+
'hsla(151, 49%, 46%, 1)',
|
|
643
|
+
'hsla(151, 50%, 53%, 1)',
|
|
644
|
+
'hsla(136, 73%, 94%, 1)',
|
|
645
|
+
'hsla(134, 73%, 94%, 0)',
|
|
646
|
+
'hsla(134, 73%, 94%, 0.25)',
|
|
647
|
+
'hsla(134, 73%, 94%, 0.5)',
|
|
648
|
+
'hsla(134, 73%, 94%, 0.75)',
|
|
649
|
+
'hsla(287, 18%, 10%, 0)',
|
|
650
|
+
'hsla(287, 18%, 10%, 0.25)',
|
|
651
|
+
'hsla(287, 18%, 10%, 0.5)',
|
|
652
|
+
'hsla(287, 18%, 10%, 0.75)',
|
|
653
|
+
'hsla(287, 18%, 10%, 1)',
|
|
654
|
+
'hsla(283, 30%, 12%, 1)',
|
|
655
|
+
'hsla(281, 38%, 16%, 1)',
|
|
656
|
+
'hsla(280, 41%, 20%, 1)',
|
|
657
|
+
'hsla(279, 44%, 23%, 1)',
|
|
658
|
+
'hsla(277, 46%, 28%, 1)',
|
|
659
|
+
'hsla(274, 49%, 35%, 1)',
|
|
660
|
+
'hsla(272, 52%, 46%, 1)',
|
|
661
|
+
'hsla(273, 57%, 59%, 1)',
|
|
662
|
+
'hsla(275, 80%, 71%, 1)',
|
|
663
|
+
'hsla(281, 73%, 96%, 1)',
|
|
664
|
+
'hsla(284, 71%, 96%, 0)',
|
|
665
|
+
'hsla(284, 71%, 96%, 0.25)',
|
|
666
|
+
'hsla(284, 71%, 96%, 0.5)',
|
|
667
|
+
'hsla(284, 71%, 96%, 0.75)',
|
|
668
|
+
'hsla(318, 25%, 10%, 0)',
|
|
669
|
+
'hsla(318, 25%, 10%, 0.25)',
|
|
670
|
+
'hsla(318, 25%, 10%, 0.5)',
|
|
671
|
+
'hsla(318, 25%, 10%, 0.75)',
|
|
672
|
+
'hsla(318, 27%, 10%, 1)',
|
|
673
|
+
'hsla(319, 32%, 12%, 1)',
|
|
674
|
+
'hsla(319, 41%, 16%, 1)',
|
|
675
|
+
'hsla(320, 45%, 19%, 1)',
|
|
676
|
+
'hsla(319, 50%, 21%, 1)',
|
|
677
|
+
'hsla(321, 54%, 25%, 1)',
|
|
678
|
+
'hsla(321, 62%, 30%, 1)',
|
|
679
|
+
'hsla(322, 75%, 37%, 1)',
|
|
680
|
+
'hsla(323, 73%, 59%, 1)',
|
|
681
|
+
'hsla(325, 90%, 66%, 1)',
|
|
682
|
+
'hsla(322, 90%, 96%, 1)',
|
|
683
|
+
'hsla(323, 90%, 96%, 0)',
|
|
684
|
+
'hsla(323, 90%, 96%, 0.25)',
|
|
685
|
+
'hsla(323, 90%, 96%, 0.5)',
|
|
686
|
+
'hsla(323, 90%, 96%, 0.75)',
|
|
687
|
+
'hsla(36, 10%, 10%, 0)',
|
|
688
|
+
'hsla(36, 10%, 10%, 0.25)',
|
|
689
|
+
'hsla(36, 10%, 10%, 0.5)',
|
|
690
|
+
'hsla(36, 10%, 10%, 0.75)',
|
|
691
|
+
'hsla(36, 10%, 10%, 1)',
|
|
692
|
+
'hsla(30, 10%, 12%, 1)',
|
|
693
|
+
'hsla(30, 11%, 18%, 1)',
|
|
694
|
+
'hsla(30, 12%, 23%, 1)',
|
|
695
|
+
'hsla(30, 14%, 28%, 1)',
|
|
696
|
+
'hsla(29, 16%, 33%, 1)',
|
|
697
|
+
'hsla(31, 18%, 38%, 1)',
|
|
698
|
+
'hsla(30, 20%, 45%, 1)',
|
|
699
|
+
'hsla(31, 21%, 50%, 1)',
|
|
700
|
+
'hsla(29, 22%, 58%, 1)',
|
|
701
|
+
'hsla(34, 24%, 70%, 1)',
|
|
702
|
+
'hsla(9, 12%, 79%, 1)',
|
|
703
|
+
'hsla(9, 12%, 79%, 0)',
|
|
704
|
+
'hsla(9, 12%, 79%, 0.25)',
|
|
705
|
+
'hsla(9, 12%, 79%, 0.5)',
|
|
706
|
+
'hsla(9, 12%, 79%, 0.75)',
|
|
707
|
+
'undefined',
|
|
708
|
+
]
|
|
709
|
+
|
|
710
|
+
const ks = [
|
|
711
|
+
'accentBackground',
|
|
712
|
+
'accentColor',
|
|
713
|
+
'shadowColor',
|
|
714
|
+
'shadowColorHover',
|
|
715
|
+
'shadowColorPress',
|
|
716
|
+
'shadowColorFocus',
|
|
717
|
+
'background0',
|
|
718
|
+
'background025',
|
|
719
|
+
'background05',
|
|
720
|
+
'background075',
|
|
721
|
+
'color1',
|
|
722
|
+
'color2',
|
|
723
|
+
'color3',
|
|
724
|
+
'color4',
|
|
725
|
+
'color5',
|
|
726
|
+
'color6',
|
|
727
|
+
'color7',
|
|
728
|
+
'color8',
|
|
729
|
+
'color9',
|
|
730
|
+
'color10',
|
|
731
|
+
'color11',
|
|
732
|
+
'color12',
|
|
733
|
+
'color0',
|
|
734
|
+
'color025',
|
|
735
|
+
'color05',
|
|
736
|
+
'color075',
|
|
737
|
+
'background',
|
|
738
|
+
'backgroundHover',
|
|
739
|
+
'backgroundPress',
|
|
740
|
+
'backgroundFocus',
|
|
741
|
+
'borderColor',
|
|
742
|
+
'borderColorHover',
|
|
743
|
+
'borderColorPress',
|
|
744
|
+
'borderColorFocus',
|
|
745
|
+
'color',
|
|
746
|
+
'colorHover',
|
|
747
|
+
'colorPress',
|
|
748
|
+
'colorFocus',
|
|
749
|
+
'colorTransparent',
|
|
750
|
+
'placeholderColor',
|
|
751
|
+
'outlineColor',
|
|
752
|
+
'blue1',
|
|
753
|
+
'blue2',
|
|
754
|
+
'blue3',
|
|
755
|
+
'blue4',
|
|
756
|
+
'blue5',
|
|
757
|
+
'blue6',
|
|
758
|
+
'blue7',
|
|
759
|
+
'blue8',
|
|
760
|
+
'blue9',
|
|
761
|
+
'blue10',
|
|
762
|
+
'blue11',
|
|
763
|
+
'blue12',
|
|
764
|
+
'gray1',
|
|
765
|
+
'gray2',
|
|
766
|
+
'gray3',
|
|
767
|
+
'gray4',
|
|
768
|
+
'gray5',
|
|
769
|
+
'gray6',
|
|
770
|
+
'gray7',
|
|
771
|
+
'gray8',
|
|
772
|
+
'gray9',
|
|
773
|
+
'gray10',
|
|
774
|
+
'gray11',
|
|
775
|
+
'gray12',
|
|
776
|
+
'green1',
|
|
777
|
+
'green2',
|
|
778
|
+
'green3',
|
|
779
|
+
'green4',
|
|
780
|
+
'green5',
|
|
781
|
+
'green6',
|
|
782
|
+
'green7',
|
|
783
|
+
'green8',
|
|
784
|
+
'green9',
|
|
785
|
+
'green10',
|
|
786
|
+
'green11',
|
|
787
|
+
'green12',
|
|
788
|
+
'orange1',
|
|
789
|
+
'orange2',
|
|
790
|
+
'orange3',
|
|
791
|
+
'orange4',
|
|
792
|
+
'orange5',
|
|
793
|
+
'orange6',
|
|
794
|
+
'orange7',
|
|
795
|
+
'orange8',
|
|
796
|
+
'orange9',
|
|
797
|
+
'orange10',
|
|
798
|
+
'orange11',
|
|
799
|
+
'orange12',
|
|
800
|
+
'pink1',
|
|
801
|
+
'pink2',
|
|
802
|
+
'pink3',
|
|
803
|
+
'pink4',
|
|
804
|
+
'pink5',
|
|
805
|
+
'pink6',
|
|
806
|
+
'pink7',
|
|
807
|
+
'pink8',
|
|
808
|
+
'pink9',
|
|
809
|
+
'pink10',
|
|
810
|
+
'pink11',
|
|
811
|
+
'pink12',
|
|
812
|
+
'purple1',
|
|
813
|
+
'purple2',
|
|
814
|
+
'purple3',
|
|
815
|
+
'purple4',
|
|
816
|
+
'purple5',
|
|
817
|
+
'purple6',
|
|
818
|
+
'purple7',
|
|
819
|
+
'purple8',
|
|
820
|
+
'purple9',
|
|
821
|
+
'purple10',
|
|
822
|
+
'purple11',
|
|
823
|
+
'purple12',
|
|
824
|
+
'red1',
|
|
825
|
+
'red2',
|
|
826
|
+
'red3',
|
|
827
|
+
'red4',
|
|
828
|
+
'red5',
|
|
829
|
+
'red6',
|
|
830
|
+
'red7',
|
|
831
|
+
'red8',
|
|
832
|
+
'red9',
|
|
833
|
+
'red10',
|
|
834
|
+
'red11',
|
|
835
|
+
'red12',
|
|
836
|
+
'yellow1',
|
|
837
|
+
'yellow2',
|
|
838
|
+
'yellow3',
|
|
839
|
+
'yellow4',
|
|
840
|
+
'yellow5',
|
|
841
|
+
'yellow6',
|
|
842
|
+
'yellow7',
|
|
843
|
+
'yellow8',
|
|
844
|
+
'yellow9',
|
|
845
|
+
'yellow10',
|
|
846
|
+
'yellow11',
|
|
847
|
+
'yellow12']
|
|
848
|
+
|
|
849
|
+
|
|
850
|
+
const n1 = t([[0, 0],[1, 1],[2, 2],[3, 2],[4, 3],[5, 3],[6, 4],[7, 5],[8, 6],[9, 7],[10, 8],[11, 9],[12, 10],[13, 11],[14, 12],[15, 13],[16, 14],[17, 15],[18, 16],[19, 17],[20, 18],[21, 19],[22, 20],[23, 21],[24, 22],[25, 23],[26, 8],[27, 7],[28, 9],[29, 9],[30, 11],[31, 10],[32, 12],[33, 11],[34, 19],[35, 18],[36, 19],[37, 18],[38, 20],[39, 16],[40, 21],[41, 24],[42, 25],[43, 26],[44, 27],[45, 28],[46, 29],[47, 30],[48, 31],[49, 32],[50, 33],[51, 34],[52, 35],[53, 36],[54, 37],[55, 38],[56, 39],[57, 40],[58, 41],[59, 42],[60, 43],[61, 44],[62, 45],[63, 46],[64, 47],[65, 48],[66, 49],[67, 50],[68, 51],[69, 52],[70, 53],[71, 54],[72, 55],[73, 56],[74, 57],[75, 58],[76, 59],[77, 60],[78, 61],[79, 62],[80, 63],[81, 64],[82, 65],[83, 66],[84, 67],[85, 68],[86, 69],[87, 70],[88, 71],[89, 72],[90, 73],[91, 74],[92, 75],[93, 76],[94, 77],[95, 78],[96, 79],[97, 80],[98, 81],[99, 82],[100, 83],[101, 84],[102, 85],[103, 86],[104, 87],[105, 88],[106, 89],[107, 90],[108, 91],[109, 92],[110, 93],[111, 94],[112, 95],[113, 96],[114, 97],[115, 98],[116, 99],[117, 100],[118, 101],[119, 102],[120, 103],[121, 104],[122, 105],[123, 106],[124, 107],[125, 108],[126, 109],[127, 110],[128, 111],[129, 112],[130, 113],[131, 114],[132, 115],[133, 116],[134, 117],[135, 118],[136, 119]])
|
|
851
|
+
|
|
852
|
+
export const light = n1
|
|
853
|
+
const n2 = t([[0, 16],[1, 11],[2, 120],[3, 120],[4, 121],[5, 121],[6, 122],[7, 123],[8, 124],[9, 125],[10, 126],[11, 127],[12, 128],[13, 0],[14, 129],[15, 130],[16, 131],[17, 132],[18, 1],[19, 133],[20, 134],[21, 8],[22, 4],[23, 5],[24, 6],[25, 7],[26, 126],[27, 127],[28, 125],[29, 125],[30, 0],[31, 129],[32, 128],[33, 0],[34, 8],[35, 134],[36, 8],[37, 134],[38, 4],[39, 1],[40, 5],[41, 135],[42, 136],[43, 137],[44, 138],[45, 139],[46, 140],[47, 141],[48, 142],[49, 32],[50, 143],[51, 144],[52, 145],[53, 146],[54, 147],[55, 148],[56, 149],[57, 150],[58, 151],[59, 152],[60, 153],[61, 154],[62, 155],[63, 156],[64, 39],[65, 157],[66, 158],[67, 159],[68, 160],[69, 161],[70, 162],[71, 163],[72, 164],[73, 56],[74, 165],[75, 166],[76, 167],[77, 168],[78, 169],[79, 170],[80, 171],[81, 172],[82, 173],[83, 174],[84, 175],[85, 68],[86, 176],[87, 177],[88, 178],[89, 179],[90, 180],[91, 181],[92, 182],[93, 183],[94, 184],[95, 185],[96, 186],[97, 80],[98, 187],[99, 188],[100, 189],[101, 190],[102, 191],[103, 192],[104, 193],[105, 194],[106, 195],[107, 196],[108, 197],[109, 92],[110, 198],[111, 199],[112, 200],[113, 201],[114, 202],[115, 203],[116, 204],[117, 205],[118, 206],[119, 207],[120, 208],[121, 104],[122, 209],[123, 210],[124, 211],[125, 212],[126, 213],[127, 214],[128, 215],[129, 216],[130, 217],[131, 218],[132, 219],[133, 116],[134, 220],[135, 221],[136, 222]])
|
|
854
|
+
|
|
855
|
+
export const dark = n2
|
|
856
|
+
const n3 = t([[0, 11],[1, 16],[2, 2],[3, 2],[4, 3],[5, 3],[6, 122],[7, 123],[8, 124],[9, 125],[10, 126],[11, 127],[12, 128],[13, 0],[14, 129],[15, 130],[16, 131],[17, 132],[18, 1],[19, 133],[20, 134],[21, 8],[22, 4],[23, 5],[24, 6],[25, 7],[26, 126],[27, 125],[28, 127],[29, 127],[30, 0],[31, 128],[32, 129],[33, 0],[34, 8],[35, 134],[36, 8],[37, 134],[38, 4],[39, 1],[40, 5]])
|
|
857
|
+
|
|
858
|
+
export const light_accent = n3
|
|
859
|
+
const n4 = t([[0, 1],[1, 0],[2, 120],[3, 120],[4, 121],[5, 121],[6, 4],[7, 5],[8, 6],[9, 7],[10, 8],[11, 9],[12, 10],[13, 11],[14, 12],[15, 13],[16, 14],[17, 15],[18, 16],[19, 17],[20, 18],[21, 19],[22, 20],[23, 21],[24, 22],[25, 23],[26, 8],[27, 9],[28, 7],[29, 7],[30, 11],[31, 12],[32, 10],[33, 11],[34, 19],[35, 18],[36, 19],[37, 18],[38, 20],[39, 16],[40, 21]])
|
|
860
|
+
|
|
861
|
+
export const dark_accent = n4
|
|
862
|
+
const n5 = t([[0, 0],[1, 1],[2, 2],[3, 2],[4, 3],[5, 3],[6, 223],[7, 224],[8, 225],[9, 226],[10, 227],[11, 9],[12, 228],[13, 229],[14, 230],[15, 14],[16, 231],[17, 232],[18, 16],[19, 233],[20, 234],[21, 19],[22, 20],[23, 21],[24, 22],[25, 23],[26, 227],[27, 226],[28, 9],[29, 9],[30, 229],[31, 228],[32, 230],[33, 229],[34, 19],[35, 234],[36, 19],[37, 234],[38, 20],[39, 16],[40, 21]])
|
|
863
|
+
|
|
864
|
+
export const light_gray = n5
|
|
865
|
+
const n6 = t([[0, 0],[1, 1],[2, 2],[3, 2],[4, 3],[5, 3],[6, 235],[7, 236],[8, 237],[9, 238],[10, 239],[11, 240],[12, 241],[13, 242],[14, 243],[15, 244],[16, 245],[17, 246],[18, 247],[19, 248],[20, 249],[21, 250],[22, 251],[23, 252],[24, 253],[25, 254],[26, 239],[27, 238],[28, 240],[29, 240],[30, 242],[31, 241],[32, 243],[33, 242],[34, 250],[35, 249],[36, 250],[37, 249],[38, 251],[39, 247],[40, 252]])
|
|
866
|
+
|
|
867
|
+
export const light_blue = n6
|
|
868
|
+
const n7 = t([[0, 0],[1, 1],[2, 2],[3, 2],[4, 3],[5, 3],[6, 255],[7, 256],[8, 257],[9, 258],[10, 259],[11, 260],[12, 261],[13, 262],[14, 263],[15, 264],[16, 265],[17, 266],[18, 267],[19, 268],[20, 269],[21, 270],[22, 271],[23, 272],[24, 273],[25, 274],[26, 259],[27, 258],[28, 260],[29, 260],[30, 262],[31, 261],[32, 263],[33, 262],[34, 270],[35, 269],[36, 270],[37, 269],[38, 271],[39, 267],[40, 272]])
|
|
869
|
+
|
|
870
|
+
export const light_orange = n7
|
|
871
|
+
const n8 = t([[0, 0],[1, 1],[2, 2],[3, 2],[4, 3],[5, 3],[6, 275],[7, 276],[8, 277],[9, 278],[10, 279],[11, 279],[12, 280],[13, 281],[14, 282],[15, 283],[16, 284],[17, 285],[18, 286],[19, 287],[20, 288],[21, 289],[22, 290],[23, 291],[24, 292],[25, 293],[26, 279],[27, 278],[28, 279],[29, 279],[30, 281],[31, 280],[32, 282],[33, 281],[34, 289],[35, 288],[36, 289],[37, 288],[38, 290],[39, 286],[40, 291]])
|
|
872
|
+
|
|
873
|
+
export const light_red = n8
|
|
874
|
+
const n9 = t([[0, 0],[1, 1],[2, 2],[3, 2],[4, 3],[5, 3],[6, 294],[7, 295],[8, 296],[9, 297],[10, 298],[11, 299],[12, 300],[13, 301],[14, 302],[15, 303],[16, 304],[17, 305],[18, 306],[19, 307],[20, 308],[21, 309],[22, 310],[23, 311],[24, 312],[25, 313],[26, 298],[27, 297],[28, 299],[29, 299],[30, 301],[31, 300],[32, 302],[33, 301],[34, 309],[35, 308],[36, 309],[37, 308],[38, 310],[39, 306],[40, 311]])
|
|
875
|
+
|
|
876
|
+
export const light_yellow = n9
|
|
877
|
+
const n10 = t([[0, 0],[1, 1],[2, 2],[3, 2],[4, 3],[5, 3],[6, 314],[7, 315],[8, 316],[9, 317],[10, 318],[11, 319],[12, 320],[13, 321],[14, 322],[15, 323],[16, 324],[17, 325],[18, 326],[19, 327],[20, 328],[21, 329],[22, 330],[23, 331],[24, 332],[25, 333],[26, 318],[27, 317],[28, 319],[29, 319],[30, 321],[31, 320],[32, 322],[33, 321],[34, 329],[35, 328],[36, 329],[37, 328],[38, 330],[39, 326],[40, 331]])
|
|
878
|
+
|
|
879
|
+
export const light_green = n10
|
|
880
|
+
const n11 = t([[0, 0],[1, 1],[2, 2],[3, 2],[4, 3],[5, 3],[6, 334],[7, 335],[8, 336],[9, 337],[10, 338],[11, 339],[12, 340],[13, 341],[14, 342],[15, 343],[16, 344],[17, 345],[18, 346],[19, 347],[20, 348],[21, 349],[22, 350],[23, 351],[24, 352],[25, 353],[26, 338],[27, 337],[28, 339],[29, 339],[30, 341],[31, 340],[32, 342],[33, 341],[34, 349],[35, 348],[36, 349],[37, 348],[38, 350],[39, 346],[40, 351]])
|
|
881
|
+
|
|
882
|
+
export const light_purple = n11
|
|
883
|
+
const n12 = t([[0, 0],[1, 1],[2, 2],[3, 2],[4, 3],[5, 3],[6, 354],[7, 355],[8, 356],[9, 357],[10, 358],[11, 359],[12, 360],[13, 361],[14, 362],[15, 363],[16, 364],[17, 365],[18, 366],[19, 367],[20, 368],[21, 369],[22, 370],[23, 371],[24, 372],[25, 373],[26, 358],[27, 357],[28, 359],[29, 359],[30, 361],[31, 360],[32, 362],[33, 361],[34, 369],[35, 368],[36, 369],[37, 368],[38, 370],[39, 366],[40, 371]])
|
|
884
|
+
|
|
885
|
+
export const light_pink = n12
|
|
886
|
+
const n13 = t([[0, 0],[1, 1],[2, 2],[3, 2],[4, 3],[5, 3],[6, 374],[7, 375],[8, 376],[9, 377],[10, 378],[11, 379],[12, 380],[13, 381],[14, 382],[15, 383],[16, 384],[17, 385],[18, 386],[19, 387],[20, 388],[21, 389],[22, 390],[23, 391],[24, 392],[25, 393],[26, 378],[27, 377],[28, 379],[29, 379],[30, 381],[31, 380],[32, 382],[33, 381],[34, 389],[35, 388],[36, 389],[37, 388],[38, 390],[39, 386],[40, 391]])
|
|
887
|
+
|
|
888
|
+
export const light_tan = n13
|
|
889
|
+
const n14 = t([[0, 16],[1, 11],[2, 120],[3, 120],[4, 121],[5, 121],[6, 20],[7, 21],[8, 22],[9, 23],[10, 19],[11, 394],[12, 0],[13, 129],[14, 395],[15, 130],[16, 396],[17, 397],[18, 234],[19, 398],[20, 399],[21, 229],[22, 400],[23, 401],[24, 402],[25, 403],[26, 19],[27, 394],[28, 23],[29, 23],[30, 129],[31, 395],[32, 0],[33, 129],[34, 229],[35, 399],[36, 229],[37, 399],[38, 400],[39, 234],[40, 401]])
|
|
890
|
+
|
|
891
|
+
export const dark_gray = n14
|
|
892
|
+
const n15 = t([[0, 16],[1, 11],[2, 120],[3, 120],[4, 121],[5, 121],[6, 404],[7, 405],[8, 406],[9, 407],[10, 408],[11, 409],[12, 410],[13, 411],[14, 412],[15, 413],[16, 414],[17, 415],[18, 247],[19, 416],[20, 417],[21, 418],[22, 419],[23, 420],[24, 421],[25, 422],[26, 408],[27, 409],[28, 407],[29, 407],[30, 411],[31, 412],[32, 410],[33, 411],[34, 418],[35, 417],[36, 418],[37, 417],[38, 419],[39, 247],[40, 420]])
|
|
893
|
+
|
|
894
|
+
export const dark_blue = n15
|
|
895
|
+
const n16 = t([[0, 16],[1, 11],[2, 120],[3, 120],[4, 121],[5, 121],[6, 423],[7, 424],[8, 425],[9, 426],[10, 427],[11, 428],[12, 429],[13, 430],[14, 431],[15, 432],[16, 433],[17, 434],[18, 267],[19, 435],[20, 436],[21, 437],[22, 438],[23, 439],[24, 440],[25, 441],[26, 427],[27, 428],[28, 426],[29, 426],[30, 430],[31, 431],[32, 429],[33, 430],[34, 437],[35, 436],[36, 437],[37, 436],[38, 438],[39, 267],[40, 439]])
|
|
896
|
+
|
|
897
|
+
export const dark_orange = n16
|
|
898
|
+
const n17 = t([[0, 16],[1, 11],[2, 120],[3, 120],[4, 121],[5, 121],[6, 442],[7, 443],[8, 444],[9, 445],[10, 446],[11, 447],[12, 448],[13, 449],[14, 450],[15, 451],[16, 452],[17, 453],[18, 286],[19, 454],[20, 455],[21, 456],[22, 457],[23, 458],[24, 459],[25, 460],[26, 446],[27, 447],[28, 445],[29, 445],[30, 449],[31, 450],[32, 448],[33, 449],[34, 456],[35, 455],[36, 456],[37, 455],[38, 457],[39, 286],[40, 458]])
|
|
899
|
+
|
|
900
|
+
export const dark_red = n17
|
|
901
|
+
const n18 = t([[0, 16],[1, 11],[2, 120],[3, 120],[4, 121],[5, 121],[6, 461],[7, 462],[8, 463],[9, 464],[10, 465],[11, 466],[12, 467],[13, 468],[14, 469],[15, 470],[16, 471],[17, 472],[18, 306],[19, 473],[20, 474],[21, 475],[22, 476],[23, 477],[24, 478],[25, 479],[26, 465],[27, 466],[28, 464],[29, 464],[30, 468],[31, 469],[32, 467],[33, 468],[34, 475],[35, 474],[36, 475],[37, 474],[38, 476],[39, 306],[40, 477]])
|
|
902
|
+
|
|
903
|
+
export const dark_yellow = n18
|
|
904
|
+
const n19 = t([[0, 16],[1, 11],[2, 120],[3, 120],[4, 121],[5, 121],[6, 480],[7, 481],[8, 482],[9, 483],[10, 484],[11, 485],[12, 486],[13, 487],[14, 488],[15, 489],[16, 490],[17, 491],[18, 326],[19, 492],[20, 493],[21, 494],[22, 495],[23, 496],[24, 497],[25, 498],[26, 484],[27, 485],[28, 483],[29, 483],[30, 487],[31, 488],[32, 486],[33, 487],[34, 494],[35, 493],[36, 494],[37, 493],[38, 495],[39, 326],[40, 496]])
|
|
905
|
+
|
|
906
|
+
export const dark_green = n19
|
|
907
|
+
const n20 = t([[0, 16],[1, 11],[2, 120],[3, 120],[4, 121],[5, 121],[6, 499],[7, 500],[8, 501],[9, 502],[10, 503],[11, 504],[12, 505],[13, 506],[14, 507],[15, 508],[16, 509],[17, 510],[18, 346],[19, 511],[20, 512],[21, 513],[22, 514],[23, 515],[24, 516],[25, 517],[26, 503],[27, 504],[28, 502],[29, 502],[30, 506],[31, 507],[32, 505],[33, 506],[34, 513],[35, 512],[36, 513],[37, 512],[38, 514],[39, 346],[40, 515]])
|
|
908
|
+
|
|
909
|
+
export const dark_purple = n20
|
|
910
|
+
const n21 = t([[0, 16],[1, 11],[2, 120],[3, 120],[4, 121],[5, 121],[6, 518],[7, 519],[8, 520],[9, 521],[10, 522],[11, 523],[12, 524],[13, 525],[14, 526],[15, 527],[16, 528],[17, 529],[18, 366],[19, 530],[20, 531],[21, 532],[22, 533],[23, 534],[24, 535],[25, 536],[26, 522],[27, 523],[28, 521],[29, 521],[30, 525],[31, 526],[32, 524],[33, 525],[34, 532],[35, 531],[36, 532],[37, 531],[38, 533],[39, 366],[40, 534]])
|
|
911
|
+
|
|
912
|
+
export const dark_pink = n21
|
|
913
|
+
const n22 = t([[0, 16],[1, 11],[2, 120],[3, 120],[4, 121],[5, 121],[6, 537],[7, 538],[8, 539],[9, 540],[10, 541],[11, 542],[12, 543],[13, 544],[14, 545],[15, 546],[16, 547],[17, 548],[18, 549],[19, 550],[20, 551],[21, 552],[22, 553],[23, 554],[24, 555],[25, 556],[26, 541],[27, 542],[28, 540],[29, 540],[30, 544],[31, 545],[32, 543],[33, 544],[34, 552],[35, 551],[36, 552],[37, 551],[38, 553],[39, 549],[40, 554]])
|
|
914
|
+
|
|
915
|
+
export const dark_tan = n22
|
|
916
|
+
const n23 = t([[34, 18],[35, 17],[36, 18],[37, 17]])
|
|
917
|
+
|
|
918
|
+
export const light_alt1 = n23
|
|
919
|
+
const n24 = t([[34, 17],[35, 16],[36, 17],[37, 16]])
|
|
920
|
+
|
|
921
|
+
export const light_alt2 = n24
|
|
922
|
+
const n25 = t([[26, 9],[27, 8],[28, 10],[29, 10],[30, 12],[31, 11],[33, 12],[32, 13]])
|
|
923
|
+
|
|
924
|
+
export const light_surface1 = n25
|
|
925
|
+
export const light_ListItem = n25
|
|
926
|
+
export const light_SelectTrigger = n25
|
|
927
|
+
export const light_Card = n25
|
|
928
|
+
export const light_Progress = n25
|
|
929
|
+
export const light_TooltipArrow = n25
|
|
930
|
+
export const light_SliderTrack = n25
|
|
931
|
+
export const light_Input = n25
|
|
932
|
+
export const light_TextArea = n25
|
|
933
|
+
const n26 = t([[26, 10],[27, 9],[28, 11],[29, 11],[30, 13],[31, 12],[33, 13],[32, 14]])
|
|
934
|
+
|
|
935
|
+
export const light_surface2 = n26
|
|
936
|
+
export const light_Checkbox = n26
|
|
937
|
+
export const light_Switch = n26
|
|
938
|
+
export const light_TooltipContent = n26
|
|
939
|
+
export const light_RadioGroupItem = n26
|
|
940
|
+
const n27 = t([[26, 11],[27, 10],[28, 12],[29, 12],[30, 14],[31, 13],[33, 14],[32, 15]])
|
|
941
|
+
|
|
942
|
+
export const light_surface3 = n27
|
|
943
|
+
export const light_Button = n27
|
|
944
|
+
export const light_SliderTrackActive = n27
|
|
945
|
+
const n28 = t([[34, 134],[35, 133],[36, 134],[37, 133]])
|
|
946
|
+
|
|
947
|
+
export const dark_alt1 = n28
|
|
948
|
+
const n29 = t([[34, 133],[35, 1],[36, 133],[37, 1]])
|
|
949
|
+
|
|
950
|
+
export const dark_alt2 = n29
|
|
951
|
+
const n30 = t([[26, 127],[27, 128],[28, 126],[29, 126],[30, 129],[31, 130],[33, 129],[32, 0]])
|
|
952
|
+
|
|
953
|
+
export const dark_surface1 = n30
|
|
954
|
+
export const dark_ListItem = n30
|
|
955
|
+
export const dark_SelectTrigger = n30
|
|
956
|
+
export const dark_Card = n30
|
|
957
|
+
export const dark_Progress = n30
|
|
958
|
+
export const dark_TooltipArrow = n30
|
|
959
|
+
export const dark_SliderTrack = n30
|
|
960
|
+
export const dark_Input = n30
|
|
961
|
+
export const dark_TextArea = n30
|
|
962
|
+
const n31 = t([[26, 128],[27, 0],[28, 127],[29, 127],[30, 130],[31, 131],[33, 130],[32, 129]])
|
|
963
|
+
|
|
964
|
+
export const dark_surface2 = n31
|
|
965
|
+
export const dark_Checkbox = n31
|
|
966
|
+
export const dark_Switch = n31
|
|
967
|
+
export const dark_TooltipContent = n31
|
|
968
|
+
export const dark_RadioGroupItem = n31
|
|
969
|
+
const n32 = t([[26, 0],[27, 129],[28, 128],[29, 128],[30, 131],[31, 132],[33, 131],[32, 130]])
|
|
970
|
+
|
|
971
|
+
export const dark_surface3 = n32
|
|
972
|
+
export const dark_Button = n32
|
|
973
|
+
export const dark_SliderTrackActive = n32
|
|
974
|
+
const n33 = t([[34, 234],[35, 233],[36, 234],[37, 233]])
|
|
975
|
+
|
|
976
|
+
export const light_gray_alt1 = n33
|
|
977
|
+
const n34 = t([[34, 233],[35, 16],[36, 233],[37, 16]])
|
|
978
|
+
|
|
979
|
+
export const light_gray_alt2 = n34
|
|
980
|
+
const n35 = t([[26, 9],[27, 227],[28, 228],[29, 228],[30, 230],[31, 229],[33, 230],[32, 14]])
|
|
981
|
+
|
|
982
|
+
export const light_gray_surface1 = n35
|
|
983
|
+
export const light_gray_ListItem = n35
|
|
984
|
+
export const light_gray_SelectTrigger = n35
|
|
985
|
+
export const light_gray_Card = n35
|
|
986
|
+
export const light_gray_Progress = n35
|
|
987
|
+
export const light_gray_TooltipArrow = n35
|
|
988
|
+
export const light_gray_SliderTrack = n35
|
|
989
|
+
export const light_gray_Input = n35
|
|
990
|
+
export const light_gray_TextArea = n35
|
|
991
|
+
const n36 = t([[26, 228],[27, 9],[28, 229],[29, 229],[30, 14],[31, 230],[33, 14],[32, 231]])
|
|
992
|
+
|
|
993
|
+
export const light_gray_surface2 = n36
|
|
994
|
+
export const light_gray_Checkbox = n36
|
|
995
|
+
export const light_gray_Switch = n36
|
|
996
|
+
export const light_gray_TooltipContent = n36
|
|
997
|
+
export const light_gray_RadioGroupItem = n36
|
|
998
|
+
const n37 = t([[26, 229],[27, 228],[28, 230],[29, 230],[30, 231],[31, 14],[33, 231],[32, 232]])
|
|
999
|
+
|
|
1000
|
+
export const light_gray_surface3 = n37
|
|
1001
|
+
export const light_gray_Button = n37
|
|
1002
|
+
export const light_gray_SliderTrackActive = n37
|
|
1003
|
+
const n38 = t([[34, 249],[35, 248],[36, 249],[37, 248]])
|
|
1004
|
+
|
|
1005
|
+
export const light_blue_alt1 = n38
|
|
1006
|
+
const n39 = t([[34, 248],[35, 247],[36, 248],[37, 247]])
|
|
1007
|
+
|
|
1008
|
+
export const light_blue_alt2 = n39
|
|
1009
|
+
const n40 = t([[26, 240],[27, 239],[28, 241],[29, 241],[30, 243],[31, 242],[33, 243],[32, 244]])
|
|
1010
|
+
|
|
1011
|
+
export const light_blue_surface1 = n40
|
|
1012
|
+
export const light_blue_ListItem = n40
|
|
1013
|
+
export const light_blue_SelectTrigger = n40
|
|
1014
|
+
export const light_blue_Card = n40
|
|
1015
|
+
export const light_blue_Progress = n40
|
|
1016
|
+
export const light_blue_TooltipArrow = n40
|
|
1017
|
+
export const light_blue_SliderTrack = n40
|
|
1018
|
+
export const light_blue_Input = n40
|
|
1019
|
+
export const light_blue_TextArea = n40
|
|
1020
|
+
const n41 = t([[26, 241],[27, 240],[28, 242],[29, 242],[30, 244],[31, 243],[33, 244],[32, 245]])
|
|
1021
|
+
|
|
1022
|
+
export const light_blue_surface2 = n41
|
|
1023
|
+
export const light_blue_Checkbox = n41
|
|
1024
|
+
export const light_blue_Switch = n41
|
|
1025
|
+
export const light_blue_TooltipContent = n41
|
|
1026
|
+
export const light_blue_RadioGroupItem = n41
|
|
1027
|
+
const n42 = t([[26, 242],[27, 241],[28, 243],[29, 243],[30, 245],[31, 244],[33, 245],[32, 246]])
|
|
1028
|
+
|
|
1029
|
+
export const light_blue_surface3 = n42
|
|
1030
|
+
export const light_blue_Button = n42
|
|
1031
|
+
export const light_blue_SliderTrackActive = n42
|
|
1032
|
+
const n43 = t([[34, 269],[35, 268],[36, 269],[37, 268]])
|
|
1033
|
+
|
|
1034
|
+
export const light_orange_alt1 = n43
|
|
1035
|
+
const n44 = t([[34, 268],[35, 267],[36, 268],[37, 267]])
|
|
1036
|
+
|
|
1037
|
+
export const light_orange_alt2 = n44
|
|
1038
|
+
const n45 = t([[26, 260],[27, 259],[28, 261],[29, 261],[30, 263],[31, 262],[33, 263],[32, 264]])
|
|
1039
|
+
|
|
1040
|
+
export const light_orange_surface1 = n45
|
|
1041
|
+
export const light_orange_ListItem = n45
|
|
1042
|
+
export const light_orange_SelectTrigger = n45
|
|
1043
|
+
export const light_orange_Card = n45
|
|
1044
|
+
export const light_orange_Progress = n45
|
|
1045
|
+
export const light_orange_TooltipArrow = n45
|
|
1046
|
+
export const light_orange_SliderTrack = n45
|
|
1047
|
+
export const light_orange_Input = n45
|
|
1048
|
+
export const light_orange_TextArea = n45
|
|
1049
|
+
const n46 = t([[26, 261],[27, 260],[28, 262],[29, 262],[30, 264],[31, 263],[33, 264],[32, 265]])
|
|
1050
|
+
|
|
1051
|
+
export const light_orange_surface2 = n46
|
|
1052
|
+
export const light_orange_Checkbox = n46
|
|
1053
|
+
export const light_orange_Switch = n46
|
|
1054
|
+
export const light_orange_TooltipContent = n46
|
|
1055
|
+
export const light_orange_RadioGroupItem = n46
|
|
1056
|
+
const n47 = t([[26, 262],[27, 261],[28, 263],[29, 263],[30, 265],[31, 264],[33, 265],[32, 266]])
|
|
1057
|
+
|
|
1058
|
+
export const light_orange_surface3 = n47
|
|
1059
|
+
export const light_orange_Button = n47
|
|
1060
|
+
export const light_orange_SliderTrackActive = n47
|
|
1061
|
+
const n48 = t([[34, 288],[35, 287],[36, 288],[37, 287]])
|
|
1062
|
+
|
|
1063
|
+
export const light_red_alt1 = n48
|
|
1064
|
+
const n49 = t([[34, 287],[35, 286],[36, 287],[37, 286]])
|
|
1065
|
+
|
|
1066
|
+
export const light_red_alt2 = n49
|
|
1067
|
+
const n50 = t([[26, 279],[27, 279],[28, 280],[29, 280],[30, 282],[31, 281],[33, 282],[32, 283]])
|
|
1068
|
+
|
|
1069
|
+
export const light_red_surface1 = n50
|
|
1070
|
+
export const light_red_ListItem = n50
|
|
1071
|
+
export const light_red_SelectTrigger = n50
|
|
1072
|
+
export const light_red_Card = n50
|
|
1073
|
+
export const light_red_Progress = n50
|
|
1074
|
+
export const light_red_TooltipArrow = n50
|
|
1075
|
+
export const light_red_SliderTrack = n50
|
|
1076
|
+
export const light_red_Input = n50
|
|
1077
|
+
export const light_red_TextArea = n50
|
|
1078
|
+
const n51 = t([[26, 280],[27, 279],[28, 281],[29, 281],[30, 283],[31, 282],[33, 283],[32, 284]])
|
|
1079
|
+
|
|
1080
|
+
export const light_red_surface2 = n51
|
|
1081
|
+
export const light_red_Checkbox = n51
|
|
1082
|
+
export const light_red_Switch = n51
|
|
1083
|
+
export const light_red_TooltipContent = n51
|
|
1084
|
+
export const light_red_RadioGroupItem = n51
|
|
1085
|
+
const n52 = t([[26, 281],[27, 280],[28, 282],[29, 282],[30, 284],[31, 283],[33, 284],[32, 285]])
|
|
1086
|
+
|
|
1087
|
+
export const light_red_surface3 = n52
|
|
1088
|
+
export const light_red_Button = n52
|
|
1089
|
+
export const light_red_SliderTrackActive = n52
|
|
1090
|
+
const n53 = t([[34, 308],[35, 307],[36, 308],[37, 307]])
|
|
1091
|
+
|
|
1092
|
+
export const light_yellow_alt1 = n53
|
|
1093
|
+
const n54 = t([[34, 307],[35, 306],[36, 307],[37, 306]])
|
|
1094
|
+
|
|
1095
|
+
export const light_yellow_alt2 = n54
|
|
1096
|
+
const n55 = t([[26, 299],[27, 298],[28, 300],[29, 300],[30, 302],[31, 301],[33, 302],[32, 303]])
|
|
1097
|
+
|
|
1098
|
+
export const light_yellow_surface1 = n55
|
|
1099
|
+
export const light_yellow_ListItem = n55
|
|
1100
|
+
export const light_yellow_SelectTrigger = n55
|
|
1101
|
+
export const light_yellow_Card = n55
|
|
1102
|
+
export const light_yellow_Progress = n55
|
|
1103
|
+
export const light_yellow_TooltipArrow = n55
|
|
1104
|
+
export const light_yellow_SliderTrack = n55
|
|
1105
|
+
export const light_yellow_Input = n55
|
|
1106
|
+
export const light_yellow_TextArea = n55
|
|
1107
|
+
const n56 = t([[26, 300],[27, 299],[28, 301],[29, 301],[30, 303],[31, 302],[33, 303],[32, 304]])
|
|
1108
|
+
|
|
1109
|
+
export const light_yellow_surface2 = n56
|
|
1110
|
+
export const light_yellow_Checkbox = n56
|
|
1111
|
+
export const light_yellow_Switch = n56
|
|
1112
|
+
export const light_yellow_TooltipContent = n56
|
|
1113
|
+
export const light_yellow_RadioGroupItem = n56
|
|
1114
|
+
const n57 = t([[26, 301],[27, 300],[28, 302],[29, 302],[30, 304],[31, 303],[33, 304],[32, 305]])
|
|
1115
|
+
|
|
1116
|
+
export const light_yellow_surface3 = n57
|
|
1117
|
+
export const light_yellow_Button = n57
|
|
1118
|
+
export const light_yellow_SliderTrackActive = n57
|
|
1119
|
+
const n58 = t([[34, 328],[35, 327],[36, 328],[37, 327]])
|
|
1120
|
+
|
|
1121
|
+
export const light_green_alt1 = n58
|
|
1122
|
+
const n59 = t([[34, 327],[35, 326],[36, 327],[37, 326]])
|
|
1123
|
+
|
|
1124
|
+
export const light_green_alt2 = n59
|
|
1125
|
+
const n60 = t([[26, 319],[27, 318],[28, 320],[29, 320],[30, 322],[31, 321],[33, 322],[32, 323]])
|
|
1126
|
+
|
|
1127
|
+
export const light_green_surface1 = n60
|
|
1128
|
+
export const light_green_ListItem = n60
|
|
1129
|
+
export const light_green_SelectTrigger = n60
|
|
1130
|
+
export const light_green_Card = n60
|
|
1131
|
+
export const light_green_Progress = n60
|
|
1132
|
+
export const light_green_TooltipArrow = n60
|
|
1133
|
+
export const light_green_SliderTrack = n60
|
|
1134
|
+
export const light_green_Input = n60
|
|
1135
|
+
export const light_green_TextArea = n60
|
|
1136
|
+
const n61 = t([[26, 320],[27, 319],[28, 321],[29, 321],[30, 323],[31, 322],[33, 323],[32, 324]])
|
|
1137
|
+
|
|
1138
|
+
export const light_green_surface2 = n61
|
|
1139
|
+
export const light_green_Checkbox = n61
|
|
1140
|
+
export const light_green_Switch = n61
|
|
1141
|
+
export const light_green_TooltipContent = n61
|
|
1142
|
+
export const light_green_RadioGroupItem = n61
|
|
1143
|
+
const n62 = t([[26, 321],[27, 320],[28, 322],[29, 322],[30, 324],[31, 323],[33, 324],[32, 325]])
|
|
1144
|
+
|
|
1145
|
+
export const light_green_surface3 = n62
|
|
1146
|
+
export const light_green_Button = n62
|
|
1147
|
+
export const light_green_SliderTrackActive = n62
|
|
1148
|
+
const n63 = t([[34, 348],[35, 347],[36, 348],[37, 347]])
|
|
1149
|
+
|
|
1150
|
+
export const light_purple_alt1 = n63
|
|
1151
|
+
const n64 = t([[34, 347],[35, 346],[36, 347],[37, 346]])
|
|
1152
|
+
|
|
1153
|
+
export const light_purple_alt2 = n64
|
|
1154
|
+
const n65 = t([[26, 339],[27, 338],[28, 340],[29, 340],[30, 342],[31, 341],[33, 342],[32, 343]])
|
|
1155
|
+
|
|
1156
|
+
export const light_purple_surface1 = n65
|
|
1157
|
+
export const light_purple_ListItem = n65
|
|
1158
|
+
export const light_purple_SelectTrigger = n65
|
|
1159
|
+
export const light_purple_Card = n65
|
|
1160
|
+
export const light_purple_Progress = n65
|
|
1161
|
+
export const light_purple_TooltipArrow = n65
|
|
1162
|
+
export const light_purple_SliderTrack = n65
|
|
1163
|
+
export const light_purple_Input = n65
|
|
1164
|
+
export const light_purple_TextArea = n65
|
|
1165
|
+
const n66 = t([[26, 340],[27, 339],[28, 341],[29, 341],[30, 343],[31, 342],[33, 343],[32, 344]])
|
|
1166
|
+
|
|
1167
|
+
export const light_purple_surface2 = n66
|
|
1168
|
+
export const light_purple_Checkbox = n66
|
|
1169
|
+
export const light_purple_Switch = n66
|
|
1170
|
+
export const light_purple_TooltipContent = n66
|
|
1171
|
+
export const light_purple_RadioGroupItem = n66
|
|
1172
|
+
const n67 = t([[26, 341],[27, 340],[28, 342],[29, 342],[30, 344],[31, 343],[33, 344],[32, 345]])
|
|
1173
|
+
|
|
1174
|
+
export const light_purple_surface3 = n67
|
|
1175
|
+
export const light_purple_Button = n67
|
|
1176
|
+
export const light_purple_SliderTrackActive = n67
|
|
1177
|
+
const n68 = t([[34, 368],[35, 367],[36, 368],[37, 367]])
|
|
1178
|
+
|
|
1179
|
+
export const light_pink_alt1 = n68
|
|
1180
|
+
const n69 = t([[34, 367],[35, 366],[36, 367],[37, 366]])
|
|
1181
|
+
|
|
1182
|
+
export const light_pink_alt2 = n69
|
|
1183
|
+
const n70 = t([[26, 359],[27, 358],[28, 360],[29, 360],[30, 362],[31, 361],[33, 362],[32, 363]])
|
|
1184
|
+
|
|
1185
|
+
export const light_pink_surface1 = n70
|
|
1186
|
+
export const light_pink_ListItem = n70
|
|
1187
|
+
export const light_pink_SelectTrigger = n70
|
|
1188
|
+
export const light_pink_Card = n70
|
|
1189
|
+
export const light_pink_Progress = n70
|
|
1190
|
+
export const light_pink_TooltipArrow = n70
|
|
1191
|
+
export const light_pink_SliderTrack = n70
|
|
1192
|
+
export const light_pink_Input = n70
|
|
1193
|
+
export const light_pink_TextArea = n70
|
|
1194
|
+
const n71 = t([[26, 360],[27, 359],[28, 361],[29, 361],[30, 363],[31, 362],[33, 363],[32, 364]])
|
|
1195
|
+
|
|
1196
|
+
export const light_pink_surface2 = n71
|
|
1197
|
+
export const light_pink_Checkbox = n71
|
|
1198
|
+
export const light_pink_Switch = n71
|
|
1199
|
+
export const light_pink_TooltipContent = n71
|
|
1200
|
+
export const light_pink_RadioGroupItem = n71
|
|
1201
|
+
const n72 = t([[26, 361],[27, 360],[28, 362],[29, 362],[30, 364],[31, 363],[33, 364],[32, 365]])
|
|
1202
|
+
|
|
1203
|
+
export const light_pink_surface3 = n72
|
|
1204
|
+
export const light_pink_Button = n72
|
|
1205
|
+
export const light_pink_SliderTrackActive = n72
|
|
1206
|
+
const n73 = t([[34, 388],[35, 387],[36, 388],[37, 387]])
|
|
1207
|
+
|
|
1208
|
+
export const light_tan_alt1 = n73
|
|
1209
|
+
const n74 = t([[34, 387],[35, 386],[36, 387],[37, 386]])
|
|
1210
|
+
|
|
1211
|
+
export const light_tan_alt2 = n74
|
|
1212
|
+
const n75 = t([[26, 379],[27, 378],[28, 380],[29, 380],[30, 382],[31, 381],[33, 382],[32, 383]])
|
|
1213
|
+
|
|
1214
|
+
export const light_tan_surface1 = n75
|
|
1215
|
+
export const light_tan_ListItem = n75
|
|
1216
|
+
export const light_tan_SelectTrigger = n75
|
|
1217
|
+
export const light_tan_Card = n75
|
|
1218
|
+
export const light_tan_Progress = n75
|
|
1219
|
+
export const light_tan_TooltipArrow = n75
|
|
1220
|
+
export const light_tan_SliderTrack = n75
|
|
1221
|
+
export const light_tan_Input = n75
|
|
1222
|
+
export const light_tan_TextArea = n75
|
|
1223
|
+
const n76 = t([[26, 380],[27, 379],[28, 381],[29, 381],[30, 383],[31, 382],[33, 383],[32, 384]])
|
|
1224
|
+
|
|
1225
|
+
export const light_tan_surface2 = n76
|
|
1226
|
+
export const light_tan_Checkbox = n76
|
|
1227
|
+
export const light_tan_Switch = n76
|
|
1228
|
+
export const light_tan_TooltipContent = n76
|
|
1229
|
+
export const light_tan_RadioGroupItem = n76
|
|
1230
|
+
const n77 = t([[26, 381],[27, 380],[28, 382],[29, 382],[30, 384],[31, 383],[33, 384],[32, 385]])
|
|
1231
|
+
|
|
1232
|
+
export const light_tan_surface3 = n77
|
|
1233
|
+
export const light_tan_Button = n77
|
|
1234
|
+
export const light_tan_SliderTrackActive = n77
|
|
1235
|
+
const n78 = t([[34, 399],[35, 398],[36, 399],[37, 398]])
|
|
1236
|
+
|
|
1237
|
+
export const dark_gray_alt1 = n78
|
|
1238
|
+
const n79 = t([[34, 398],[35, 234],[36, 398],[37, 234]])
|
|
1239
|
+
|
|
1240
|
+
export const dark_gray_alt2 = n79
|
|
1241
|
+
const n80 = t([[26, 394],[27, 0],[28, 19],[29, 19],[30, 395],[31, 130],[33, 395],[32, 129]])
|
|
1242
|
+
|
|
1243
|
+
export const dark_gray_surface1 = n80
|
|
1244
|
+
export const dark_gray_ListItem = n80
|
|
1245
|
+
export const dark_gray_SelectTrigger = n80
|
|
1246
|
+
export const dark_gray_Card = n80
|
|
1247
|
+
export const dark_gray_Progress = n80
|
|
1248
|
+
export const dark_gray_TooltipArrow = n80
|
|
1249
|
+
export const dark_gray_SliderTrack = n80
|
|
1250
|
+
export const dark_gray_Input = n80
|
|
1251
|
+
export const dark_gray_TextArea = n80
|
|
1252
|
+
const n81 = t([[26, 0],[27, 129],[28, 394],[29, 394],[30, 130],[31, 396],[33, 130],[32, 395]])
|
|
1253
|
+
|
|
1254
|
+
export const dark_gray_surface2 = n81
|
|
1255
|
+
export const dark_gray_Checkbox = n81
|
|
1256
|
+
export const dark_gray_Switch = n81
|
|
1257
|
+
export const dark_gray_TooltipContent = n81
|
|
1258
|
+
export const dark_gray_RadioGroupItem = n81
|
|
1259
|
+
const n82 = t([[26, 129],[27, 395],[28, 0],[29, 0],[30, 396],[31, 397],[33, 396],[32, 130]])
|
|
1260
|
+
|
|
1261
|
+
export const dark_gray_surface3 = n82
|
|
1262
|
+
export const dark_gray_Button = n82
|
|
1263
|
+
export const dark_gray_SliderTrackActive = n82
|
|
1264
|
+
const n83 = t([[34, 417],[35, 416],[36, 417],[37, 416]])
|
|
1265
|
+
|
|
1266
|
+
export const dark_blue_alt1 = n83
|
|
1267
|
+
const n84 = t([[34, 416],[35, 247],[36, 416],[37, 247]])
|
|
1268
|
+
|
|
1269
|
+
export const dark_blue_alt2 = n84
|
|
1270
|
+
const n85 = t([[26, 409],[27, 410],[28, 408],[29, 408],[30, 412],[31, 413],[33, 412],[32, 411]])
|
|
1271
|
+
|
|
1272
|
+
export const dark_blue_surface1 = n85
|
|
1273
|
+
export const dark_blue_ListItem = n85
|
|
1274
|
+
export const dark_blue_SelectTrigger = n85
|
|
1275
|
+
export const dark_blue_Card = n85
|
|
1276
|
+
export const dark_blue_Progress = n85
|
|
1277
|
+
export const dark_blue_TooltipArrow = n85
|
|
1278
|
+
export const dark_blue_SliderTrack = n85
|
|
1279
|
+
export const dark_blue_Input = n85
|
|
1280
|
+
export const dark_blue_TextArea = n85
|
|
1281
|
+
const n86 = t([[26, 410],[27, 411],[28, 409],[29, 409],[30, 413],[31, 414],[33, 413],[32, 412]])
|
|
1282
|
+
|
|
1283
|
+
export const dark_blue_surface2 = n86
|
|
1284
|
+
export const dark_blue_Checkbox = n86
|
|
1285
|
+
export const dark_blue_Switch = n86
|
|
1286
|
+
export const dark_blue_TooltipContent = n86
|
|
1287
|
+
export const dark_blue_RadioGroupItem = n86
|
|
1288
|
+
const n87 = t([[26, 411],[27, 412],[28, 410],[29, 410],[30, 414],[31, 415],[33, 414],[32, 413]])
|
|
1289
|
+
|
|
1290
|
+
export const dark_blue_surface3 = n87
|
|
1291
|
+
export const dark_blue_Button = n87
|
|
1292
|
+
export const dark_blue_SliderTrackActive = n87
|
|
1293
|
+
const n88 = t([[34, 436],[35, 435],[36, 436],[37, 435]])
|
|
1294
|
+
|
|
1295
|
+
export const dark_orange_alt1 = n88
|
|
1296
|
+
const n89 = t([[34, 435],[35, 267],[36, 435],[37, 267]])
|
|
1297
|
+
|
|
1298
|
+
export const dark_orange_alt2 = n89
|
|
1299
|
+
const n90 = t([[26, 428],[27, 429],[28, 427],[29, 427],[30, 431],[31, 432],[33, 431],[32, 430]])
|
|
1300
|
+
|
|
1301
|
+
export const dark_orange_surface1 = n90
|
|
1302
|
+
export const dark_orange_ListItem = n90
|
|
1303
|
+
export const dark_orange_SelectTrigger = n90
|
|
1304
|
+
export const dark_orange_Card = n90
|
|
1305
|
+
export const dark_orange_Progress = n90
|
|
1306
|
+
export const dark_orange_TooltipArrow = n90
|
|
1307
|
+
export const dark_orange_SliderTrack = n90
|
|
1308
|
+
export const dark_orange_Input = n90
|
|
1309
|
+
export const dark_orange_TextArea = n90
|
|
1310
|
+
const n91 = t([[26, 429],[27, 430],[28, 428],[29, 428],[30, 432],[31, 433],[33, 432],[32, 431]])
|
|
1311
|
+
|
|
1312
|
+
export const dark_orange_surface2 = n91
|
|
1313
|
+
export const dark_orange_Checkbox = n91
|
|
1314
|
+
export const dark_orange_Switch = n91
|
|
1315
|
+
export const dark_orange_TooltipContent = n91
|
|
1316
|
+
export const dark_orange_RadioGroupItem = n91
|
|
1317
|
+
const n92 = t([[26, 430],[27, 431],[28, 429],[29, 429],[30, 433],[31, 434],[33, 433],[32, 432]])
|
|
1318
|
+
|
|
1319
|
+
export const dark_orange_surface3 = n92
|
|
1320
|
+
export const dark_orange_Button = n92
|
|
1321
|
+
export const dark_orange_SliderTrackActive = n92
|
|
1322
|
+
const n93 = t([[34, 455],[35, 454],[36, 455],[37, 454]])
|
|
1323
|
+
|
|
1324
|
+
export const dark_red_alt1 = n93
|
|
1325
|
+
const n94 = t([[34, 454],[35, 286],[36, 454],[37, 286]])
|
|
1326
|
+
|
|
1327
|
+
export const dark_red_alt2 = n94
|
|
1328
|
+
const n95 = t([[26, 447],[27, 448],[28, 446],[29, 446],[30, 450],[31, 451],[33, 450],[32, 449]])
|
|
1329
|
+
|
|
1330
|
+
export const dark_red_surface1 = n95
|
|
1331
|
+
export const dark_red_ListItem = n95
|
|
1332
|
+
export const dark_red_SelectTrigger = n95
|
|
1333
|
+
export const dark_red_Card = n95
|
|
1334
|
+
export const dark_red_Progress = n95
|
|
1335
|
+
export const dark_red_TooltipArrow = n95
|
|
1336
|
+
export const dark_red_SliderTrack = n95
|
|
1337
|
+
export const dark_red_Input = n95
|
|
1338
|
+
export const dark_red_TextArea = n95
|
|
1339
|
+
const n96 = t([[26, 448],[27, 449],[28, 447],[29, 447],[30, 451],[31, 452],[33, 451],[32, 450]])
|
|
1340
|
+
|
|
1341
|
+
export const dark_red_surface2 = n96
|
|
1342
|
+
export const dark_red_Checkbox = n96
|
|
1343
|
+
export const dark_red_Switch = n96
|
|
1344
|
+
export const dark_red_TooltipContent = n96
|
|
1345
|
+
export const dark_red_RadioGroupItem = n96
|
|
1346
|
+
const n97 = t([[26, 449],[27, 450],[28, 448],[29, 448],[30, 452],[31, 453],[33, 452],[32, 451]])
|
|
1347
|
+
|
|
1348
|
+
export const dark_red_surface3 = n97
|
|
1349
|
+
export const dark_red_Button = n97
|
|
1350
|
+
export const dark_red_SliderTrackActive = n97
|
|
1351
|
+
const n98 = t([[34, 474],[35, 473],[36, 474],[37, 473]])
|
|
1352
|
+
|
|
1353
|
+
export const dark_yellow_alt1 = n98
|
|
1354
|
+
const n99 = t([[34, 473],[35, 306],[36, 473],[37, 306]])
|
|
1355
|
+
|
|
1356
|
+
export const dark_yellow_alt2 = n99
|
|
1357
|
+
const n100 = t([[26, 466],[27, 467],[28, 465],[29, 465],[30, 469],[31, 470],[33, 469],[32, 468]])
|
|
1358
|
+
|
|
1359
|
+
export const dark_yellow_surface1 = n100
|
|
1360
|
+
export const dark_yellow_ListItem = n100
|
|
1361
|
+
export const dark_yellow_SelectTrigger = n100
|
|
1362
|
+
export const dark_yellow_Card = n100
|
|
1363
|
+
export const dark_yellow_Progress = n100
|
|
1364
|
+
export const dark_yellow_TooltipArrow = n100
|
|
1365
|
+
export const dark_yellow_SliderTrack = n100
|
|
1366
|
+
export const dark_yellow_Input = n100
|
|
1367
|
+
export const dark_yellow_TextArea = n100
|
|
1368
|
+
const n101 = t([[26, 467],[27, 468],[28, 466],[29, 466],[30, 470],[31, 471],[33, 470],[32, 469]])
|
|
1369
|
+
|
|
1370
|
+
export const dark_yellow_surface2 = n101
|
|
1371
|
+
export const dark_yellow_Checkbox = n101
|
|
1372
|
+
export const dark_yellow_Switch = n101
|
|
1373
|
+
export const dark_yellow_TooltipContent = n101
|
|
1374
|
+
export const dark_yellow_RadioGroupItem = n101
|
|
1375
|
+
const n102 = t([[26, 468],[27, 469],[28, 467],[29, 467],[30, 471],[31, 472],[33, 471],[32, 470]])
|
|
1376
|
+
|
|
1377
|
+
export const dark_yellow_surface3 = n102
|
|
1378
|
+
export const dark_yellow_Button = n102
|
|
1379
|
+
export const dark_yellow_SliderTrackActive = n102
|
|
1380
|
+
const n103 = t([[34, 493],[35, 492],[36, 493],[37, 492]])
|
|
1381
|
+
|
|
1382
|
+
export const dark_green_alt1 = n103
|
|
1383
|
+
const n104 = t([[34, 492],[35, 326],[36, 492],[37, 326]])
|
|
1384
|
+
|
|
1385
|
+
export const dark_green_alt2 = n104
|
|
1386
|
+
const n105 = t([[26, 485],[27, 486],[28, 484],[29, 484],[30, 488],[31, 489],[33, 488],[32, 487]])
|
|
1387
|
+
|
|
1388
|
+
export const dark_green_surface1 = n105
|
|
1389
|
+
export const dark_green_ListItem = n105
|
|
1390
|
+
export const dark_green_SelectTrigger = n105
|
|
1391
|
+
export const dark_green_Card = n105
|
|
1392
|
+
export const dark_green_Progress = n105
|
|
1393
|
+
export const dark_green_TooltipArrow = n105
|
|
1394
|
+
export const dark_green_SliderTrack = n105
|
|
1395
|
+
export const dark_green_Input = n105
|
|
1396
|
+
export const dark_green_TextArea = n105
|
|
1397
|
+
const n106 = t([[26, 486],[27, 487],[28, 485],[29, 485],[30, 489],[31, 490],[33, 489],[32, 488]])
|
|
1398
|
+
|
|
1399
|
+
export const dark_green_surface2 = n106
|
|
1400
|
+
export const dark_green_Checkbox = n106
|
|
1401
|
+
export const dark_green_Switch = n106
|
|
1402
|
+
export const dark_green_TooltipContent = n106
|
|
1403
|
+
export const dark_green_RadioGroupItem = n106
|
|
1404
|
+
const n107 = t([[26, 487],[27, 488],[28, 486],[29, 486],[30, 490],[31, 491],[33, 490],[32, 489]])
|
|
1405
|
+
|
|
1406
|
+
export const dark_green_surface3 = n107
|
|
1407
|
+
export const dark_green_Button = n107
|
|
1408
|
+
export const dark_green_SliderTrackActive = n107
|
|
1409
|
+
const n108 = t([[34, 512],[35, 511],[36, 512],[37, 511]])
|
|
1410
|
+
|
|
1411
|
+
export const dark_purple_alt1 = n108
|
|
1412
|
+
const n109 = t([[34, 511],[35, 346],[36, 511],[37, 346]])
|
|
1413
|
+
|
|
1414
|
+
export const dark_purple_alt2 = n109
|
|
1415
|
+
const n110 = t([[26, 504],[27, 505],[28, 503],[29, 503],[30, 507],[31, 508],[33, 507],[32, 506]])
|
|
1416
|
+
|
|
1417
|
+
export const dark_purple_surface1 = n110
|
|
1418
|
+
export const dark_purple_ListItem = n110
|
|
1419
|
+
export const dark_purple_SelectTrigger = n110
|
|
1420
|
+
export const dark_purple_Card = n110
|
|
1421
|
+
export const dark_purple_Progress = n110
|
|
1422
|
+
export const dark_purple_TooltipArrow = n110
|
|
1423
|
+
export const dark_purple_SliderTrack = n110
|
|
1424
|
+
export const dark_purple_Input = n110
|
|
1425
|
+
export const dark_purple_TextArea = n110
|
|
1426
|
+
const n111 = t([[26, 505],[27, 506],[28, 504],[29, 504],[30, 508],[31, 509],[33, 508],[32, 507]])
|
|
1427
|
+
|
|
1428
|
+
export const dark_purple_surface2 = n111
|
|
1429
|
+
export const dark_purple_Checkbox = n111
|
|
1430
|
+
export const dark_purple_Switch = n111
|
|
1431
|
+
export const dark_purple_TooltipContent = n111
|
|
1432
|
+
export const dark_purple_RadioGroupItem = n111
|
|
1433
|
+
const n112 = t([[26, 506],[27, 507],[28, 505],[29, 505],[30, 509],[31, 510],[33, 509],[32, 508]])
|
|
1434
|
+
|
|
1435
|
+
export const dark_purple_surface3 = n112
|
|
1436
|
+
export const dark_purple_Button = n112
|
|
1437
|
+
export const dark_purple_SliderTrackActive = n112
|
|
1438
|
+
const n113 = t([[34, 531],[35, 530],[36, 531],[37, 530]])
|
|
1439
|
+
|
|
1440
|
+
export const dark_pink_alt1 = n113
|
|
1441
|
+
const n114 = t([[34, 530],[35, 366],[36, 530],[37, 366]])
|
|
1442
|
+
|
|
1443
|
+
export const dark_pink_alt2 = n114
|
|
1444
|
+
const n115 = t([[26, 523],[27, 524],[28, 522],[29, 522],[30, 526],[31, 527],[33, 526],[32, 525]])
|
|
1445
|
+
|
|
1446
|
+
export const dark_pink_surface1 = n115
|
|
1447
|
+
export const dark_pink_ListItem = n115
|
|
1448
|
+
export const dark_pink_SelectTrigger = n115
|
|
1449
|
+
export const dark_pink_Card = n115
|
|
1450
|
+
export const dark_pink_Progress = n115
|
|
1451
|
+
export const dark_pink_TooltipArrow = n115
|
|
1452
|
+
export const dark_pink_SliderTrack = n115
|
|
1453
|
+
export const dark_pink_Input = n115
|
|
1454
|
+
export const dark_pink_TextArea = n115
|
|
1455
|
+
const n116 = t([[26, 524],[27, 525],[28, 523],[29, 523],[30, 527],[31, 528],[33, 527],[32, 526]])
|
|
1456
|
+
|
|
1457
|
+
export const dark_pink_surface2 = n116
|
|
1458
|
+
export const dark_pink_Checkbox = n116
|
|
1459
|
+
export const dark_pink_Switch = n116
|
|
1460
|
+
export const dark_pink_TooltipContent = n116
|
|
1461
|
+
export const dark_pink_RadioGroupItem = n116
|
|
1462
|
+
const n117 = t([[26, 525],[27, 526],[28, 524],[29, 524],[30, 528],[31, 529],[33, 528],[32, 527]])
|
|
1463
|
+
|
|
1464
|
+
export const dark_pink_surface3 = n117
|
|
1465
|
+
export const dark_pink_Button = n117
|
|
1466
|
+
export const dark_pink_SliderTrackActive = n117
|
|
1467
|
+
const n118 = t([[34, 551],[35, 550],[36, 551],[37, 550]])
|
|
1468
|
+
|
|
1469
|
+
export const dark_tan_alt1 = n118
|
|
1470
|
+
const n119 = t([[34, 550],[35, 549],[36, 550],[37, 549]])
|
|
1471
|
+
|
|
1472
|
+
export const dark_tan_alt2 = n119
|
|
1473
|
+
const n120 = t([[26, 542],[27, 543],[28, 541],[29, 541],[30, 545],[31, 546],[33, 545],[32, 544]])
|
|
1474
|
+
|
|
1475
|
+
export const dark_tan_surface1 = n120
|
|
1476
|
+
export const dark_tan_ListItem = n120
|
|
1477
|
+
export const dark_tan_SelectTrigger = n120
|
|
1478
|
+
export const dark_tan_Card = n120
|
|
1479
|
+
export const dark_tan_Progress = n120
|
|
1480
|
+
export const dark_tan_TooltipArrow = n120
|
|
1481
|
+
export const dark_tan_SliderTrack = n120
|
|
1482
|
+
export const dark_tan_Input = n120
|
|
1483
|
+
export const dark_tan_TextArea = n120
|
|
1484
|
+
const n121 = t([[26, 543],[27, 544],[28, 542],[29, 542],[30, 546],[31, 547],[33, 546],[32, 545]])
|
|
1485
|
+
|
|
1486
|
+
export const dark_tan_surface2 = n121
|
|
1487
|
+
export const dark_tan_Checkbox = n121
|
|
1488
|
+
export const dark_tan_Switch = n121
|
|
1489
|
+
export const dark_tan_TooltipContent = n121
|
|
1490
|
+
export const dark_tan_RadioGroupItem = n121
|
|
1491
|
+
const n122 = t([[26, 544],[27, 545],[28, 543],[29, 543],[30, 547],[31, 548],[33, 547],[32, 546]])
|
|
1492
|
+
|
|
1493
|
+
export const dark_tan_surface3 = n122
|
|
1494
|
+
export const dark_tan_Button = n122
|
|
1495
|
+
export const dark_tan_SliderTrackActive = n122
|
|
1496
|
+
const n123 = t([[0, 1],[1, 0],[2, 557],[3, 557],[4, 557],[5, 557],[6, 20],[7, 21],[8, 22],[9, 23],[10, 19],[11, 18],[12, 17],[13, 16],[14, 15],[15, 14],[16, 13],[17, 12],[18, 11],[19, 10],[20, 9],[21, 8],[22, 4],[23, 5],[24, 6],[25, 7],[26, 19],[27, 23],[28, 18],[29, 18],[30, 16],[31, 17],[32, 15],[33, 16],[34, 8],[35, 9],[36, 8],[37, 9],[38, 4],[39, 11],[40, 5]])
|
|
1497
|
+
|
|
1498
|
+
export const light_SwitchThumb = n123
|
|
1499
|
+
export const light_SliderThumb = n123
|
|
1500
|
+
export const light_Tooltip = n123
|
|
1501
|
+
export const light_ProgressIndicator = n123
|
|
1502
|
+
const n124 = t([[0, 11],[1, 16],[2, 557],[3, 557],[4, 557],[5, 557],[6, 4],[7, 5],[8, 6],[9, 7],[10, 8],[11, 134],[12, 133],[13, 1],[14, 132],[15, 131],[16, 130],[17, 129],[18, 0],[19, 128],[20, 127],[21, 126],[22, 122],[23, 123],[24, 124],[25, 125],[26, 8],[27, 134],[28, 7],[29, 7],[30, 1],[31, 132],[32, 133],[33, 1],[34, 126],[35, 127],[36, 126],[37, 127],[38, 122],[39, 0],[40, 123]])
|
|
1503
|
+
|
|
1504
|
+
export const dark_SwitchThumb = n124
|
|
1505
|
+
export const dark_SliderThumb = n124
|
|
1506
|
+
export const dark_Tooltip = n124
|
|
1507
|
+
export const dark_ProgressIndicator = n124
|
|
1508
|
+
const n125 = t([[26, 127],[27, 126],[28, 128],[29, 128],[30, 129],[31, 0],[33, 129],[32, 130]])
|
|
1509
|
+
|
|
1510
|
+
export const light_accent_ListItem = n125
|
|
1511
|
+
export const light_accent_SelectTrigger = n125
|
|
1512
|
+
export const light_accent_Card = n125
|
|
1513
|
+
export const light_accent_Progress = n125
|
|
1514
|
+
export const light_accent_TooltipArrow = n125
|
|
1515
|
+
export const light_accent_SliderTrack = n125
|
|
1516
|
+
export const light_accent_Input = n125
|
|
1517
|
+
export const light_accent_TextArea = n125
|
|
1518
|
+
const n126 = t([[26, 0],[27, 128],[28, 129],[29, 129],[30, 131],[31, 130],[33, 131],[32, 132]])
|
|
1519
|
+
|
|
1520
|
+
export const light_accent_Button = n126
|
|
1521
|
+
export const light_accent_SliderTrackActive = n126
|
|
1522
|
+
const n127 = t([[26, 128],[27, 127],[28, 0],[29, 0],[30, 130],[31, 129],[33, 130],[32, 131]])
|
|
1523
|
+
|
|
1524
|
+
export const light_accent_Checkbox = n127
|
|
1525
|
+
export const light_accent_Switch = n127
|
|
1526
|
+
export const light_accent_TooltipContent = n127
|
|
1527
|
+
export const light_accent_RadioGroupItem = n127
|
|
1528
|
+
const n128 = t([[0, 16],[1, 11],[2, 557],[3, 557],[4, 557],[5, 557],[6, 4],[7, 5],[8, 6],[9, 7],[10, 8],[11, 134],[12, 133],[13, 1],[14, 132],[15, 131],[16, 130],[17, 129],[18, 0],[19, 128],[20, 127],[21, 126],[22, 122],[23, 123],[24, 124],[25, 125],[26, 8],[27, 7],[28, 134],[29, 134],[30, 1],[31, 133],[32, 132],[33, 1],[34, 126],[35, 127],[36, 126],[37, 127],[38, 122],[39, 0],[40, 123]])
|
|
1529
|
+
|
|
1530
|
+
export const light_accent_SwitchThumb = n128
|
|
1531
|
+
export const light_accent_SliderThumb = n128
|
|
1532
|
+
export const light_accent_Tooltip = n128
|
|
1533
|
+
export const light_accent_ProgressIndicator = n128
|
|
1534
|
+
const n129 = t([[26, 9],[27, 10],[28, 8],[29, 8],[30, 12],[31, 13],[33, 12],[32, 11]])
|
|
1535
|
+
|
|
1536
|
+
export const dark_accent_ListItem = n129
|
|
1537
|
+
export const dark_accent_SelectTrigger = n129
|
|
1538
|
+
export const dark_accent_Card = n129
|
|
1539
|
+
export const dark_accent_Progress = n129
|
|
1540
|
+
export const dark_accent_TooltipArrow = n129
|
|
1541
|
+
export const dark_accent_SliderTrack = n129
|
|
1542
|
+
export const dark_accent_Input = n129
|
|
1543
|
+
export const dark_accent_TextArea = n129
|
|
1544
|
+
const n130 = t([[26, 11],[27, 12],[28, 10],[29, 10],[30, 14],[31, 15],[33, 14],[32, 13]])
|
|
1545
|
+
|
|
1546
|
+
export const dark_accent_Button = n130
|
|
1547
|
+
export const dark_accent_SliderTrackActive = n130
|
|
1548
|
+
const n131 = t([[26, 10],[27, 11],[28, 9],[29, 9],[30, 13],[31, 14],[33, 13],[32, 12]])
|
|
1549
|
+
|
|
1550
|
+
export const dark_accent_Checkbox = n131
|
|
1551
|
+
export const dark_accent_Switch = n131
|
|
1552
|
+
export const dark_accent_TooltipContent = n131
|
|
1553
|
+
export const dark_accent_RadioGroupItem = n131
|
|
1554
|
+
const n132 = t([[0, 0],[1, 1],[2, 557],[3, 557],[4, 557],[5, 557],[6, 20],[7, 21],[8, 22],[9, 23],[10, 19],[11, 18],[12, 17],[13, 16],[14, 15],[15, 14],[16, 13],[17, 12],[18, 11],[19, 10],[20, 9],[21, 8],[22, 4],[23, 5],[24, 6],[25, 7],[26, 19],[27, 18],[28, 23],[29, 23],[30, 16],[31, 15],[32, 17],[33, 16],[34, 8],[35, 9],[36, 8],[37, 9],[38, 4],[39, 11],[40, 5]])
|
|
1555
|
+
|
|
1556
|
+
export const dark_accent_SwitchThumb = n132
|
|
1557
|
+
export const dark_accent_SliderThumb = n132
|
|
1558
|
+
export const dark_accent_Tooltip = n132
|
|
1559
|
+
export const dark_accent_ProgressIndicator = n132
|
|
1560
|
+
const n133 = t([[0, 1],[1, 0],[2, 557],[3, 557],[4, 557],[5, 557],[6, 20],[7, 21],[8, 22],[9, 23],[10, 19],[11, 234],[12, 233],[13, 16],[14, 232],[15, 231],[16, 14],[17, 230],[18, 229],[19, 228],[20, 9],[21, 227],[22, 223],[23, 224],[24, 225],[25, 226],[26, 19],[27, 23],[28, 234],[29, 234],[30, 16],[31, 233],[32, 232],[33, 16],[34, 227],[35, 9],[36, 227],[37, 9],[38, 223],[39, 229],[40, 224]])
|
|
1561
|
+
|
|
1562
|
+
export const light_gray_SwitchThumb = n133
|
|
1563
|
+
export const light_gray_SliderThumb = n133
|
|
1564
|
+
export const light_gray_Tooltip = n133
|
|
1565
|
+
export const light_gray_ProgressIndicator = n133
|
|
1566
|
+
const n134 = t([[0, 1],[1, 0],[2, 557],[3, 557],[4, 557],[5, 557],[6, 251],[7, 252],[8, 253],[9, 254],[10, 250],[11, 249],[12, 248],[13, 247],[14, 246],[15, 245],[16, 244],[17, 243],[18, 242],[19, 241],[20, 240],[21, 239],[22, 235],[23, 236],[24, 237],[25, 238],[26, 250],[27, 254],[28, 249],[29, 249],[30, 247],[31, 248],[32, 246],[33, 247],[34, 239],[35, 240],[36, 239],[37, 240],[38, 235],[39, 242],[40, 236]])
|
|
1567
|
+
|
|
1568
|
+
export const light_blue_SwitchThumb = n134
|
|
1569
|
+
export const light_blue_SliderThumb = n134
|
|
1570
|
+
export const light_blue_Tooltip = n134
|
|
1571
|
+
export const light_blue_ProgressIndicator = n134
|
|
1572
|
+
const n135 = t([[0, 1],[1, 0],[2, 557],[3, 557],[4, 557],[5, 557],[6, 271],[7, 272],[8, 273],[9, 274],[10, 270],[11, 269],[12, 268],[13, 267],[14, 266],[15, 265],[16, 264],[17, 263],[18, 262],[19, 261],[20, 260],[21, 259],[22, 255],[23, 256],[24, 257],[25, 258],[26, 270],[27, 274],[28, 269],[29, 269],[30, 267],[31, 268],[32, 266],[33, 267],[34, 259],[35, 260],[36, 259],[37, 260],[38, 255],[39, 262],[40, 256]])
|
|
1573
|
+
|
|
1574
|
+
export const light_orange_SwitchThumb = n135
|
|
1575
|
+
export const light_orange_SliderThumb = n135
|
|
1576
|
+
export const light_orange_Tooltip = n135
|
|
1577
|
+
export const light_orange_ProgressIndicator = n135
|
|
1578
|
+
const n136 = t([[0, 1],[1, 0],[2, 557],[3, 557],[4, 557],[5, 557],[6, 290],[7, 291],[8, 292],[9, 293],[10, 289],[11, 288],[12, 287],[13, 286],[14, 285],[15, 284],[16, 283],[17, 282],[18, 281],[19, 280],[20, 279],[21, 279],[22, 275],[23, 276],[24, 277],[25, 278],[26, 289],[27, 293],[28, 288],[29, 288],[30, 286],[31, 287],[32, 285],[33, 286],[34, 279],[35, 279],[36, 279],[37, 279],[38, 275],[39, 281],[40, 276]])
|
|
1579
|
+
|
|
1580
|
+
export const light_red_SwitchThumb = n136
|
|
1581
|
+
export const light_red_SliderThumb = n136
|
|
1582
|
+
export const light_red_Tooltip = n136
|
|
1583
|
+
export const light_red_ProgressIndicator = n136
|
|
1584
|
+
const n137 = t([[0, 1],[1, 0],[2, 557],[3, 557],[4, 557],[5, 557],[6, 310],[7, 311],[8, 312],[9, 313],[10, 309],[11, 308],[12, 307],[13, 306],[14, 305],[15, 304],[16, 303],[17, 302],[18, 301],[19, 300],[20, 299],[21, 298],[22, 294],[23, 295],[24, 296],[25, 297],[26, 309],[27, 313],[28, 308],[29, 308],[30, 306],[31, 307],[32, 305],[33, 306],[34, 298],[35, 299],[36, 298],[37, 299],[38, 294],[39, 301],[40, 295]])
|
|
1585
|
+
|
|
1586
|
+
export const light_yellow_SwitchThumb = n137
|
|
1587
|
+
export const light_yellow_SliderThumb = n137
|
|
1588
|
+
export const light_yellow_Tooltip = n137
|
|
1589
|
+
export const light_yellow_ProgressIndicator = n137
|
|
1590
|
+
const n138 = t([[0, 1],[1, 0],[2, 557],[3, 557],[4, 557],[5, 557],[6, 330],[7, 331],[8, 332],[9, 333],[10, 329],[11, 328],[12, 327],[13, 326],[14, 325],[15, 324],[16, 323],[17, 322],[18, 321],[19, 320],[20, 319],[21, 318],[22, 314],[23, 315],[24, 316],[25, 317],[26, 329],[27, 333],[28, 328],[29, 328],[30, 326],[31, 327],[32, 325],[33, 326],[34, 318],[35, 319],[36, 318],[37, 319],[38, 314],[39, 321],[40, 315]])
|
|
1591
|
+
|
|
1592
|
+
export const light_green_SwitchThumb = n138
|
|
1593
|
+
export const light_green_SliderThumb = n138
|
|
1594
|
+
export const light_green_Tooltip = n138
|
|
1595
|
+
export const light_green_ProgressIndicator = n138
|
|
1596
|
+
const n139 = t([[0, 1],[1, 0],[2, 557],[3, 557],[4, 557],[5, 557],[6, 350],[7, 351],[8, 352],[9, 353],[10, 349],[11, 348],[12, 347],[13, 346],[14, 345],[15, 344],[16, 343],[17, 342],[18, 341],[19, 340],[20, 339],[21, 338],[22, 334],[23, 335],[24, 336],[25, 337],[26, 349],[27, 353],[28, 348],[29, 348],[30, 346],[31, 347],[32, 345],[33, 346],[34, 338],[35, 339],[36, 338],[37, 339],[38, 334],[39, 341],[40, 335]])
|
|
1597
|
+
|
|
1598
|
+
export const light_purple_SwitchThumb = n139
|
|
1599
|
+
export const light_purple_SliderThumb = n139
|
|
1600
|
+
export const light_purple_Tooltip = n139
|
|
1601
|
+
export const light_purple_ProgressIndicator = n139
|
|
1602
|
+
const n140 = t([[0, 1],[1, 0],[2, 557],[3, 557],[4, 557],[5, 557],[6, 370],[7, 371],[8, 372],[9, 373],[10, 369],[11, 368],[12, 367],[13, 366],[14, 365],[15, 364],[16, 363],[17, 362],[18, 361],[19, 360],[20, 359],[21, 358],[22, 354],[23, 355],[24, 356],[25, 357],[26, 369],[27, 373],[28, 368],[29, 368],[30, 366],[31, 367],[32, 365],[33, 366],[34, 358],[35, 359],[36, 358],[37, 359],[38, 354],[39, 361],[40, 355]])
|
|
1603
|
+
|
|
1604
|
+
export const light_pink_SwitchThumb = n140
|
|
1605
|
+
export const light_pink_SliderThumb = n140
|
|
1606
|
+
export const light_pink_Tooltip = n140
|
|
1607
|
+
export const light_pink_ProgressIndicator = n140
|
|
1608
|
+
const n141 = t([[0, 1],[1, 0],[2, 557],[3, 557],[4, 557],[5, 557],[6, 390],[7, 391],[8, 392],[9, 393],[10, 389],[11, 388],[12, 387],[13, 386],[14, 385],[15, 384],[16, 383],[17, 382],[18, 381],[19, 380],[20, 379],[21, 378],[22, 374],[23, 375],[24, 376],[25, 377],[26, 389],[27, 393],[28, 388],[29, 388],[30, 386],[31, 387],[32, 385],[33, 386],[34, 378],[35, 379],[36, 378],[37, 379],[38, 374],[39, 381],[40, 375]])
|
|
1609
|
+
|
|
1610
|
+
export const light_tan_SwitchThumb = n141
|
|
1611
|
+
export const light_tan_SliderThumb = n141
|
|
1612
|
+
export const light_tan_Tooltip = n141
|
|
1613
|
+
export const light_tan_ProgressIndicator = n141
|
|
1614
|
+
const n142 = t([[0, 11],[1, 16],[2, 557],[3, 557],[4, 557],[5, 557],[6, 400],[7, 401],[8, 402],[9, 403],[10, 229],[11, 399],[12, 398],[13, 234],[14, 397],[15, 396],[16, 130],[17, 395],[18, 129],[19, 0],[20, 394],[21, 19],[22, 20],[23, 21],[24, 22],[25, 23],[26, 229],[27, 399],[28, 403],[29, 403],[30, 234],[31, 397],[32, 398],[33, 234],[34, 19],[35, 394],[36, 19],[37, 394],[38, 20],[39, 129],[40, 21]])
|
|
1615
|
+
|
|
1616
|
+
export const dark_gray_SwitchThumb = n142
|
|
1617
|
+
export const dark_gray_SliderThumb = n142
|
|
1618
|
+
export const dark_gray_Tooltip = n142
|
|
1619
|
+
export const dark_gray_ProgressIndicator = n142
|
|
1620
|
+
const n143 = t([[0, 11],[1, 16],[2, 557],[3, 557],[4, 557],[5, 557],[6, 419],[7, 420],[8, 421],[9, 422],[10, 418],[11, 417],[12, 416],[13, 247],[14, 415],[15, 414],[16, 413],[17, 412],[18, 411],[19, 410],[20, 409],[21, 408],[22, 404],[23, 405],[24, 406],[25, 407],[26, 418],[27, 417],[28, 422],[29, 422],[30, 247],[31, 415],[32, 416],[33, 247],[34, 408],[35, 409],[36, 408],[37, 409],[38, 404],[39, 411],[40, 405]])
|
|
1621
|
+
|
|
1622
|
+
export const dark_blue_SwitchThumb = n143
|
|
1623
|
+
export const dark_blue_SliderThumb = n143
|
|
1624
|
+
export const dark_blue_Tooltip = n143
|
|
1625
|
+
export const dark_blue_ProgressIndicator = n143
|
|
1626
|
+
const n144 = t([[0, 11],[1, 16],[2, 557],[3, 557],[4, 557],[5, 557],[6, 438],[7, 439],[8, 440],[9, 441],[10, 437],[11, 436],[12, 435],[13, 267],[14, 434],[15, 433],[16, 432],[17, 431],[18, 430],[19, 429],[20, 428],[21, 427],[22, 423],[23, 424],[24, 425],[25, 426],[26, 437],[27, 436],[28, 441],[29, 441],[30, 267],[31, 434],[32, 435],[33, 267],[34, 427],[35, 428],[36, 427],[37, 428],[38, 423],[39, 430],[40, 424]])
|
|
1627
|
+
|
|
1628
|
+
export const dark_orange_SwitchThumb = n144
|
|
1629
|
+
export const dark_orange_SliderThumb = n144
|
|
1630
|
+
export const dark_orange_Tooltip = n144
|
|
1631
|
+
export const dark_orange_ProgressIndicator = n144
|
|
1632
|
+
const n145 = t([[0, 11],[1, 16],[2, 557],[3, 557],[4, 557],[5, 557],[6, 457],[7, 458],[8, 459],[9, 460],[10, 456],[11, 455],[12, 454],[13, 286],[14, 453],[15, 452],[16, 451],[17, 450],[18, 449],[19, 448],[20, 447],[21, 446],[22, 442],[23, 443],[24, 444],[25, 445],[26, 456],[27, 455],[28, 460],[29, 460],[30, 286],[31, 453],[32, 454],[33, 286],[34, 446],[35, 447],[36, 446],[37, 447],[38, 442],[39, 449],[40, 443]])
|
|
1633
|
+
|
|
1634
|
+
export const dark_red_SwitchThumb = n145
|
|
1635
|
+
export const dark_red_SliderThumb = n145
|
|
1636
|
+
export const dark_red_Tooltip = n145
|
|
1637
|
+
export const dark_red_ProgressIndicator = n145
|
|
1638
|
+
const n146 = t([[0, 11],[1, 16],[2, 557],[3, 557],[4, 557],[5, 557],[6, 476],[7, 477],[8, 478],[9, 479],[10, 475],[11, 474],[12, 473],[13, 306],[14, 472],[15, 471],[16, 470],[17, 469],[18, 468],[19, 467],[20, 466],[21, 465],[22, 461],[23, 462],[24, 463],[25, 464],[26, 475],[27, 474],[28, 479],[29, 479],[30, 306],[31, 472],[32, 473],[33, 306],[34, 465],[35, 466],[36, 465],[37, 466],[38, 461],[39, 468],[40, 462]])
|
|
1639
|
+
|
|
1640
|
+
export const dark_yellow_SwitchThumb = n146
|
|
1641
|
+
export const dark_yellow_SliderThumb = n146
|
|
1642
|
+
export const dark_yellow_Tooltip = n146
|
|
1643
|
+
export const dark_yellow_ProgressIndicator = n146
|
|
1644
|
+
const n147 = t([[0, 11],[1, 16],[2, 557],[3, 557],[4, 557],[5, 557],[6, 495],[7, 496],[8, 497],[9, 498],[10, 494],[11, 493],[12, 492],[13, 326],[14, 491],[15, 490],[16, 489],[17, 488],[18, 487],[19, 486],[20, 485],[21, 484],[22, 480],[23, 481],[24, 482],[25, 483],[26, 494],[27, 493],[28, 498],[29, 498],[30, 326],[31, 491],[32, 492],[33, 326],[34, 484],[35, 485],[36, 484],[37, 485],[38, 480],[39, 487],[40, 481]])
|
|
1645
|
+
|
|
1646
|
+
export const dark_green_SwitchThumb = n147
|
|
1647
|
+
export const dark_green_SliderThumb = n147
|
|
1648
|
+
export const dark_green_Tooltip = n147
|
|
1649
|
+
export const dark_green_ProgressIndicator = n147
|
|
1650
|
+
const n148 = t([[0, 11],[1, 16],[2, 557],[3, 557],[4, 557],[5, 557],[6, 514],[7, 515],[8, 516],[9, 517],[10, 513],[11, 512],[12, 511],[13, 346],[14, 510],[15, 509],[16, 508],[17, 507],[18, 506],[19, 505],[20, 504],[21, 503],[22, 499],[23, 500],[24, 501],[25, 502],[26, 513],[27, 512],[28, 517],[29, 517],[30, 346],[31, 510],[32, 511],[33, 346],[34, 503],[35, 504],[36, 503],[37, 504],[38, 499],[39, 506],[40, 500]])
|
|
1651
|
+
|
|
1652
|
+
export const dark_purple_SwitchThumb = n148
|
|
1653
|
+
export const dark_purple_SliderThumb = n148
|
|
1654
|
+
export const dark_purple_Tooltip = n148
|
|
1655
|
+
export const dark_purple_ProgressIndicator = n148
|
|
1656
|
+
const n149 = t([[0, 11],[1, 16],[2, 557],[3, 557],[4, 557],[5, 557],[6, 533],[7, 534],[8, 535],[9, 536],[10, 532],[11, 531],[12, 530],[13, 366],[14, 529],[15, 528],[16, 527],[17, 526],[18, 525],[19, 524],[20, 523],[21, 522],[22, 518],[23, 519],[24, 520],[25, 521],[26, 532],[27, 531],[28, 536],[29, 536],[30, 366],[31, 529],[32, 530],[33, 366],[34, 522],[35, 523],[36, 522],[37, 523],[38, 518],[39, 525],[40, 519]])
|
|
1657
|
+
|
|
1658
|
+
export const dark_pink_SwitchThumb = n149
|
|
1659
|
+
export const dark_pink_SliderThumb = n149
|
|
1660
|
+
export const dark_pink_Tooltip = n149
|
|
1661
|
+
export const dark_pink_ProgressIndicator = n149
|
|
1662
|
+
const n150 = t([[0, 11],[1, 16],[2, 557],[3, 557],[4, 557],[5, 557],[6, 553],[7, 554],[8, 555],[9, 556],[10, 552],[11, 551],[12, 550],[13, 549],[14, 548],[15, 547],[16, 546],[17, 545],[18, 544],[19, 543],[20, 542],[21, 541],[22, 537],[23, 538],[24, 539],[25, 540],[26, 552],[27, 551],[28, 556],[29, 556],[30, 549],[31, 548],[32, 550],[33, 549],[34, 541],[35, 542],[36, 541],[37, 542],[38, 537],[39, 544],[40, 538]])
|
|
1663
|
+
|
|
1664
|
+
export const dark_tan_SwitchThumb = n150
|
|
1665
|
+
export const dark_tan_SliderThumb = n150
|
|
1666
|
+
export const dark_tan_Tooltip = n150
|
|
1667
|
+
export const dark_tan_ProgressIndicator = n150
|