@tamagui/themes 1.114.4 → 1.115.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/dist/cjs/componentThemeDefinitions.cjs +124 -0
  2. package/dist/cjs/generated-new.cjs +3425 -0
  3. package/dist/cjs/generated-v2.cjs +3327 -0
  4. package/dist/cjs/generated-v3.cjs +1995 -0
  5. package/dist/cjs/helpers.cjs +34 -0
  6. package/dist/cjs/index.cjs +25 -0
  7. package/dist/cjs/{masks.js → masks.cjs} +54 -26
  8. package/dist/cjs/palettes.cjs +52 -0
  9. package/dist/cjs/shadows.cjs +43 -0
  10. package/dist/cjs/templates.cjs +118 -0
  11. package/dist/cjs/themes-new.cjs +86 -0
  12. package/dist/cjs/themes-old.cjs +284 -0
  13. package/dist/cjs/{themes.js → themes.cjs} +22 -14
  14. package/dist/cjs/tokens.cjs +155 -0
  15. package/dist/cjs/v2-themes.cjs +466 -0
  16. package/dist/cjs/{v2.js → v2.cjs} +32 -15
  17. package/dist/cjs/v3-themes.cjs +556 -0
  18. package/dist/cjs/{v3.js → v3.cjs} +32 -15
  19. package/package.json +13 -12
  20. package/dist/cjs/componentThemeDefinitions.js +0 -123
  21. package/dist/cjs/generated-new.js +0 -1806
  22. package/dist/cjs/generated-v2.js +0 -1788
  23. package/dist/cjs/generated-v3.js +0 -3564
  24. package/dist/cjs/helpers.js +0 -29
  25. package/dist/cjs/index.js +0 -22
  26. package/dist/cjs/palettes.js +0 -82
  27. package/dist/cjs/shadows.js +0 -34
  28. package/dist/cjs/templates.js +0 -106
  29. package/dist/cjs/themes-new.js +0 -76
  30. package/dist/cjs/themes-old.js +0 -266
  31. package/dist/cjs/tokens.js +0 -143
  32. package/dist/cjs/v2-themes.js +0 -479
  33. package/dist/cjs/v3-themes.js +0 -594
  34. /package/dist/cjs/{componentThemeDefinitions.js.map → componentThemeDefinitions.cjs.map} +0 -0
  35. /package/dist/cjs/{generated-new.js.map → generated-new.cjs.map} +0 -0
  36. /package/dist/cjs/{generated-v2.js.map → generated-v2.cjs.map} +0 -0
  37. /package/dist/cjs/{generated-v3.js.map → generated-v3.cjs.map} +0 -0
  38. /package/dist/cjs/{helpers.js.map → helpers.cjs.map} +0 -0
  39. /package/dist/cjs/{index.js.map → index.cjs.map} +0 -0
  40. /package/dist/cjs/{masks.js.map → masks.cjs.map} +0 -0
  41. /package/dist/cjs/{palettes.js.map → palettes.cjs.map} +0 -0
  42. /package/dist/cjs/{shadows.js.map → shadows.cjs.map} +0 -0
  43. /package/dist/cjs/{templates.js.map → templates.cjs.map} +0 -0
  44. /package/dist/cjs/{themes-new.js.map → themes-new.cjs.map} +0 -0
  45. /package/dist/cjs/{themes-old.js.map → themes-old.cjs.map} +0 -0
  46. /package/dist/cjs/{themes.js.map → themes.cjs.map} +0 -0
  47. /package/dist/cjs/{tokens.js.map → tokens.cjs.map} +0 -0
  48. /package/dist/cjs/{v2-themes.js.map → v2-themes.cjs.map} +0 -0
  49. /package/dist/cjs/{v2.js.map → v2.cjs.map} +0 -0
  50. /package/dist/cjs/{v3-themes.js.map → v3-themes.cjs.map} +0 -0
  51. /package/dist/cjs/{v3.js.map → v3.cjs.map} +0 -0
@@ -0,0 +1,1995 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all) __defProp(target, name, {
7
+ get: all[name],
8
+ enumerable: !0
9
+ });
10
+ },
11
+ __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
13
+ get: () => from[key],
14
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
+ });
16
+ return to;
17
+ };
18
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
+ value: !0
20
+ }), mod);
21
+ var generated_v3_exports = {};
22
+ __export(generated_v3_exports, {
23
+ dark: () => dark,
24
+ dark_Button: () => dark_Button,
25
+ dark_Card: () => dark_Card,
26
+ dark_Checkbox: () => dark_Checkbox,
27
+ dark_DialogOverlay: () => dark_DialogOverlay,
28
+ dark_Input: () => dark_Input,
29
+ dark_ListItem: () => dark_ListItem,
30
+ dark_ModalOverlay: () => dark_ModalOverlay,
31
+ dark_Progress: () => dark_Progress,
32
+ dark_ProgressIndicator: () => dark_ProgressIndicator,
33
+ dark_RadioGroupItem: () => dark_RadioGroupItem,
34
+ dark_SelectTrigger: () => dark_SelectTrigger,
35
+ dark_SheetOverlay: () => dark_SheetOverlay,
36
+ dark_SliderThumb: () => dark_SliderThumb,
37
+ dark_SliderTrack: () => dark_SliderTrack,
38
+ dark_SliderTrackActive: () => dark_SliderTrackActive,
39
+ dark_Switch: () => dark_Switch,
40
+ dark_SwitchThumb: () => dark_SwitchThumb,
41
+ dark_TextArea: () => dark_TextArea,
42
+ dark_Tooltip: () => dark_Tooltip,
43
+ dark_TooltipArrow: () => dark_TooltipArrow,
44
+ dark_TooltipContent: () => dark_TooltipContent,
45
+ dark_active: () => dark_active,
46
+ dark_active_Button: () => dark_active_Button,
47
+ dark_active_Card: () => dark_active_Card,
48
+ dark_active_Checkbox: () => dark_active_Checkbox,
49
+ dark_active_DialogOverlay: () => dark_active_DialogOverlay,
50
+ dark_active_Input: () => dark_active_Input,
51
+ dark_active_ListItem: () => dark_active_ListItem,
52
+ dark_active_ModalOverlay: () => dark_active_ModalOverlay,
53
+ dark_active_Progress: () => dark_active_Progress,
54
+ dark_active_ProgressIndicator: () => dark_active_ProgressIndicator,
55
+ dark_active_RadioGroupItem: () => dark_active_RadioGroupItem,
56
+ dark_active_SelectTrigger: () => dark_active_SelectTrigger,
57
+ dark_active_SheetOverlay: () => dark_active_SheetOverlay,
58
+ dark_active_SliderThumb: () => dark_active_SliderThumb,
59
+ dark_active_SliderTrack: () => dark_active_SliderTrack,
60
+ dark_active_SliderTrackActive: () => dark_active_SliderTrackActive,
61
+ dark_active_Switch: () => dark_active_Switch,
62
+ dark_active_SwitchThumb: () => dark_active_SwitchThumb,
63
+ dark_active_TextArea: () => dark_active_TextArea,
64
+ dark_active_Tooltip: () => dark_active_Tooltip,
65
+ dark_active_TooltipArrow: () => dark_active_TooltipArrow,
66
+ dark_active_TooltipContent: () => dark_active_TooltipContent,
67
+ dark_alt1: () => dark_alt1,
68
+ dark_alt2: () => dark_alt2,
69
+ dark_blue: () => dark_blue,
70
+ dark_blue_Button: () => dark_blue_Button,
71
+ dark_blue_Card: () => dark_blue_Card,
72
+ dark_blue_Checkbox: () => dark_blue_Checkbox,
73
+ dark_blue_DialogOverlay: () => dark_blue_DialogOverlay,
74
+ dark_blue_Input: () => dark_blue_Input,
75
+ dark_blue_ListItem: () => dark_blue_ListItem,
76
+ dark_blue_ModalOverlay: () => dark_blue_ModalOverlay,
77
+ dark_blue_Progress: () => dark_blue_Progress,
78
+ dark_blue_ProgressIndicator: () => dark_blue_ProgressIndicator,
79
+ dark_blue_RadioGroupItem: () => dark_blue_RadioGroupItem,
80
+ dark_blue_SelectTrigger: () => dark_blue_SelectTrigger,
81
+ dark_blue_SheetOverlay: () => dark_blue_SheetOverlay,
82
+ dark_blue_SliderThumb: () => dark_blue_SliderThumb,
83
+ dark_blue_SliderTrack: () => dark_blue_SliderTrack,
84
+ dark_blue_SliderTrackActive: () => dark_blue_SliderTrackActive,
85
+ dark_blue_Switch: () => dark_blue_Switch,
86
+ dark_blue_SwitchThumb: () => dark_blue_SwitchThumb,
87
+ dark_blue_TextArea: () => dark_blue_TextArea,
88
+ dark_blue_Tooltip: () => dark_blue_Tooltip,
89
+ dark_blue_TooltipArrow: () => dark_blue_TooltipArrow,
90
+ dark_blue_TooltipContent: () => dark_blue_TooltipContent,
91
+ dark_blue_active: () => dark_blue_active,
92
+ dark_blue_active_Button: () => dark_blue_active_Button,
93
+ dark_blue_active_Card: () => dark_blue_active_Card,
94
+ dark_blue_active_Checkbox: () => dark_blue_active_Checkbox,
95
+ dark_blue_active_DialogOverlay: () => dark_blue_active_DialogOverlay,
96
+ dark_blue_active_Input: () => dark_blue_active_Input,
97
+ dark_blue_active_ListItem: () => dark_blue_active_ListItem,
98
+ dark_blue_active_ModalOverlay: () => dark_blue_active_ModalOverlay,
99
+ dark_blue_active_Progress: () => dark_blue_active_Progress,
100
+ dark_blue_active_ProgressIndicator: () => dark_blue_active_ProgressIndicator,
101
+ dark_blue_active_RadioGroupItem: () => dark_blue_active_RadioGroupItem,
102
+ dark_blue_active_SelectTrigger: () => dark_blue_active_SelectTrigger,
103
+ dark_blue_active_SheetOverlay: () => dark_blue_active_SheetOverlay,
104
+ dark_blue_active_SliderThumb: () => dark_blue_active_SliderThumb,
105
+ dark_blue_active_SliderTrack: () => dark_blue_active_SliderTrack,
106
+ dark_blue_active_SliderTrackActive: () => dark_blue_active_SliderTrackActive,
107
+ dark_blue_active_Switch: () => dark_blue_active_Switch,
108
+ dark_blue_active_SwitchThumb: () => dark_blue_active_SwitchThumb,
109
+ dark_blue_active_TextArea: () => dark_blue_active_TextArea,
110
+ dark_blue_active_Tooltip: () => dark_blue_active_Tooltip,
111
+ dark_blue_active_TooltipArrow: () => dark_blue_active_TooltipArrow,
112
+ dark_blue_active_TooltipContent: () => dark_blue_active_TooltipContent,
113
+ dark_blue_alt1: () => dark_blue_alt1,
114
+ dark_blue_alt2: () => dark_blue_alt2,
115
+ dark_blue_surface1: () => dark_blue_surface1,
116
+ dark_blue_surface2: () => dark_blue_surface2,
117
+ dark_blue_surface3: () => dark_blue_surface3,
118
+ dark_blue_surface4: () => dark_blue_surface4,
119
+ dark_gray: () => dark_gray,
120
+ dark_gray_Button: () => dark_gray_Button,
121
+ dark_gray_Card: () => dark_gray_Card,
122
+ dark_gray_Checkbox: () => dark_gray_Checkbox,
123
+ dark_gray_DialogOverlay: () => dark_gray_DialogOverlay,
124
+ dark_gray_Input: () => dark_gray_Input,
125
+ dark_gray_ListItem: () => dark_gray_ListItem,
126
+ dark_gray_ModalOverlay: () => dark_gray_ModalOverlay,
127
+ dark_gray_Progress: () => dark_gray_Progress,
128
+ dark_gray_ProgressIndicator: () => dark_gray_ProgressIndicator,
129
+ dark_gray_RadioGroupItem: () => dark_gray_RadioGroupItem,
130
+ dark_gray_SelectTrigger: () => dark_gray_SelectTrigger,
131
+ dark_gray_SheetOverlay: () => dark_gray_SheetOverlay,
132
+ dark_gray_SliderThumb: () => dark_gray_SliderThumb,
133
+ dark_gray_SliderTrack: () => dark_gray_SliderTrack,
134
+ dark_gray_SliderTrackActive: () => dark_gray_SliderTrackActive,
135
+ dark_gray_Switch: () => dark_gray_Switch,
136
+ dark_gray_SwitchThumb: () => dark_gray_SwitchThumb,
137
+ dark_gray_TextArea: () => dark_gray_TextArea,
138
+ dark_gray_Tooltip: () => dark_gray_Tooltip,
139
+ dark_gray_TooltipArrow: () => dark_gray_TooltipArrow,
140
+ dark_gray_TooltipContent: () => dark_gray_TooltipContent,
141
+ dark_gray_active: () => dark_gray_active,
142
+ dark_gray_active_Button: () => dark_gray_active_Button,
143
+ dark_gray_active_Card: () => dark_gray_active_Card,
144
+ dark_gray_active_Checkbox: () => dark_gray_active_Checkbox,
145
+ dark_gray_active_DialogOverlay: () => dark_gray_active_DialogOverlay,
146
+ dark_gray_active_Input: () => dark_gray_active_Input,
147
+ dark_gray_active_ListItem: () => dark_gray_active_ListItem,
148
+ dark_gray_active_ModalOverlay: () => dark_gray_active_ModalOverlay,
149
+ dark_gray_active_Progress: () => dark_gray_active_Progress,
150
+ dark_gray_active_ProgressIndicator: () => dark_gray_active_ProgressIndicator,
151
+ dark_gray_active_RadioGroupItem: () => dark_gray_active_RadioGroupItem,
152
+ dark_gray_active_SelectTrigger: () => dark_gray_active_SelectTrigger,
153
+ dark_gray_active_SheetOverlay: () => dark_gray_active_SheetOverlay,
154
+ dark_gray_active_SliderThumb: () => dark_gray_active_SliderThumb,
155
+ dark_gray_active_SliderTrack: () => dark_gray_active_SliderTrack,
156
+ dark_gray_active_SliderTrackActive: () => dark_gray_active_SliderTrackActive,
157
+ dark_gray_active_Switch: () => dark_gray_active_Switch,
158
+ dark_gray_active_SwitchThumb: () => dark_gray_active_SwitchThumb,
159
+ dark_gray_active_TextArea: () => dark_gray_active_TextArea,
160
+ dark_gray_active_Tooltip: () => dark_gray_active_Tooltip,
161
+ dark_gray_active_TooltipArrow: () => dark_gray_active_TooltipArrow,
162
+ dark_gray_active_TooltipContent: () => dark_gray_active_TooltipContent,
163
+ dark_gray_alt1: () => dark_gray_alt1,
164
+ dark_gray_alt2: () => dark_gray_alt2,
165
+ dark_gray_surface1: () => dark_gray_surface1,
166
+ dark_gray_surface2: () => dark_gray_surface2,
167
+ dark_gray_surface3: () => dark_gray_surface3,
168
+ dark_gray_surface4: () => dark_gray_surface4,
169
+ dark_green: () => dark_green,
170
+ dark_green_Button: () => dark_green_Button,
171
+ dark_green_Card: () => dark_green_Card,
172
+ dark_green_Checkbox: () => dark_green_Checkbox,
173
+ dark_green_DialogOverlay: () => dark_green_DialogOverlay,
174
+ dark_green_Input: () => dark_green_Input,
175
+ dark_green_ListItem: () => dark_green_ListItem,
176
+ dark_green_ModalOverlay: () => dark_green_ModalOverlay,
177
+ dark_green_Progress: () => dark_green_Progress,
178
+ dark_green_ProgressIndicator: () => dark_green_ProgressIndicator,
179
+ dark_green_RadioGroupItem: () => dark_green_RadioGroupItem,
180
+ dark_green_SelectTrigger: () => dark_green_SelectTrigger,
181
+ dark_green_SheetOverlay: () => dark_green_SheetOverlay,
182
+ dark_green_SliderThumb: () => dark_green_SliderThumb,
183
+ dark_green_SliderTrack: () => dark_green_SliderTrack,
184
+ dark_green_SliderTrackActive: () => dark_green_SliderTrackActive,
185
+ dark_green_Switch: () => dark_green_Switch,
186
+ dark_green_SwitchThumb: () => dark_green_SwitchThumb,
187
+ dark_green_TextArea: () => dark_green_TextArea,
188
+ dark_green_Tooltip: () => dark_green_Tooltip,
189
+ dark_green_TooltipArrow: () => dark_green_TooltipArrow,
190
+ dark_green_TooltipContent: () => dark_green_TooltipContent,
191
+ dark_green_active: () => dark_green_active,
192
+ dark_green_active_Button: () => dark_green_active_Button,
193
+ dark_green_active_Card: () => dark_green_active_Card,
194
+ dark_green_active_Checkbox: () => dark_green_active_Checkbox,
195
+ dark_green_active_DialogOverlay: () => dark_green_active_DialogOverlay,
196
+ dark_green_active_Input: () => dark_green_active_Input,
197
+ dark_green_active_ListItem: () => dark_green_active_ListItem,
198
+ dark_green_active_ModalOverlay: () => dark_green_active_ModalOverlay,
199
+ dark_green_active_Progress: () => dark_green_active_Progress,
200
+ dark_green_active_ProgressIndicator: () => dark_green_active_ProgressIndicator,
201
+ dark_green_active_RadioGroupItem: () => dark_green_active_RadioGroupItem,
202
+ dark_green_active_SelectTrigger: () => dark_green_active_SelectTrigger,
203
+ dark_green_active_SheetOverlay: () => dark_green_active_SheetOverlay,
204
+ dark_green_active_SliderThumb: () => dark_green_active_SliderThumb,
205
+ dark_green_active_SliderTrack: () => dark_green_active_SliderTrack,
206
+ dark_green_active_SliderTrackActive: () => dark_green_active_SliderTrackActive,
207
+ dark_green_active_Switch: () => dark_green_active_Switch,
208
+ dark_green_active_SwitchThumb: () => dark_green_active_SwitchThumb,
209
+ dark_green_active_TextArea: () => dark_green_active_TextArea,
210
+ dark_green_active_Tooltip: () => dark_green_active_Tooltip,
211
+ dark_green_active_TooltipArrow: () => dark_green_active_TooltipArrow,
212
+ dark_green_active_TooltipContent: () => dark_green_active_TooltipContent,
213
+ dark_green_alt1: () => dark_green_alt1,
214
+ dark_green_alt2: () => dark_green_alt2,
215
+ dark_green_surface1: () => dark_green_surface1,
216
+ dark_green_surface2: () => dark_green_surface2,
217
+ dark_green_surface3: () => dark_green_surface3,
218
+ dark_green_surface4: () => dark_green_surface4,
219
+ dark_orange: () => dark_orange,
220
+ dark_orange_Button: () => dark_orange_Button,
221
+ dark_orange_Card: () => dark_orange_Card,
222
+ dark_orange_Checkbox: () => dark_orange_Checkbox,
223
+ dark_orange_DialogOverlay: () => dark_orange_DialogOverlay,
224
+ dark_orange_Input: () => dark_orange_Input,
225
+ dark_orange_ListItem: () => dark_orange_ListItem,
226
+ dark_orange_ModalOverlay: () => dark_orange_ModalOverlay,
227
+ dark_orange_Progress: () => dark_orange_Progress,
228
+ dark_orange_ProgressIndicator: () => dark_orange_ProgressIndicator,
229
+ dark_orange_RadioGroupItem: () => dark_orange_RadioGroupItem,
230
+ dark_orange_SelectTrigger: () => dark_orange_SelectTrigger,
231
+ dark_orange_SheetOverlay: () => dark_orange_SheetOverlay,
232
+ dark_orange_SliderThumb: () => dark_orange_SliderThumb,
233
+ dark_orange_SliderTrack: () => dark_orange_SliderTrack,
234
+ dark_orange_SliderTrackActive: () => dark_orange_SliderTrackActive,
235
+ dark_orange_Switch: () => dark_orange_Switch,
236
+ dark_orange_SwitchThumb: () => dark_orange_SwitchThumb,
237
+ dark_orange_TextArea: () => dark_orange_TextArea,
238
+ dark_orange_Tooltip: () => dark_orange_Tooltip,
239
+ dark_orange_TooltipArrow: () => dark_orange_TooltipArrow,
240
+ dark_orange_TooltipContent: () => dark_orange_TooltipContent,
241
+ dark_orange_active: () => dark_orange_active,
242
+ dark_orange_active_Button: () => dark_orange_active_Button,
243
+ dark_orange_active_Card: () => dark_orange_active_Card,
244
+ dark_orange_active_Checkbox: () => dark_orange_active_Checkbox,
245
+ dark_orange_active_DialogOverlay: () => dark_orange_active_DialogOverlay,
246
+ dark_orange_active_Input: () => dark_orange_active_Input,
247
+ dark_orange_active_ListItem: () => dark_orange_active_ListItem,
248
+ dark_orange_active_ModalOverlay: () => dark_orange_active_ModalOverlay,
249
+ dark_orange_active_Progress: () => dark_orange_active_Progress,
250
+ dark_orange_active_ProgressIndicator: () => dark_orange_active_ProgressIndicator,
251
+ dark_orange_active_RadioGroupItem: () => dark_orange_active_RadioGroupItem,
252
+ dark_orange_active_SelectTrigger: () => dark_orange_active_SelectTrigger,
253
+ dark_orange_active_SheetOverlay: () => dark_orange_active_SheetOverlay,
254
+ dark_orange_active_SliderThumb: () => dark_orange_active_SliderThumb,
255
+ dark_orange_active_SliderTrack: () => dark_orange_active_SliderTrack,
256
+ dark_orange_active_SliderTrackActive: () => dark_orange_active_SliderTrackActive,
257
+ dark_orange_active_Switch: () => dark_orange_active_Switch,
258
+ dark_orange_active_SwitchThumb: () => dark_orange_active_SwitchThumb,
259
+ dark_orange_active_TextArea: () => dark_orange_active_TextArea,
260
+ dark_orange_active_Tooltip: () => dark_orange_active_Tooltip,
261
+ dark_orange_active_TooltipArrow: () => dark_orange_active_TooltipArrow,
262
+ dark_orange_active_TooltipContent: () => dark_orange_active_TooltipContent,
263
+ dark_orange_alt1: () => dark_orange_alt1,
264
+ dark_orange_alt2: () => dark_orange_alt2,
265
+ dark_orange_surface1: () => dark_orange_surface1,
266
+ dark_orange_surface2: () => dark_orange_surface2,
267
+ dark_orange_surface3: () => dark_orange_surface3,
268
+ dark_orange_surface4: () => dark_orange_surface4,
269
+ dark_pink: () => dark_pink,
270
+ dark_pink_Button: () => dark_pink_Button,
271
+ dark_pink_Card: () => dark_pink_Card,
272
+ dark_pink_Checkbox: () => dark_pink_Checkbox,
273
+ dark_pink_DialogOverlay: () => dark_pink_DialogOverlay,
274
+ dark_pink_Input: () => dark_pink_Input,
275
+ dark_pink_ListItem: () => dark_pink_ListItem,
276
+ dark_pink_ModalOverlay: () => dark_pink_ModalOverlay,
277
+ dark_pink_Progress: () => dark_pink_Progress,
278
+ dark_pink_ProgressIndicator: () => dark_pink_ProgressIndicator,
279
+ dark_pink_RadioGroupItem: () => dark_pink_RadioGroupItem,
280
+ dark_pink_SelectTrigger: () => dark_pink_SelectTrigger,
281
+ dark_pink_SheetOverlay: () => dark_pink_SheetOverlay,
282
+ dark_pink_SliderThumb: () => dark_pink_SliderThumb,
283
+ dark_pink_SliderTrack: () => dark_pink_SliderTrack,
284
+ dark_pink_SliderTrackActive: () => dark_pink_SliderTrackActive,
285
+ dark_pink_Switch: () => dark_pink_Switch,
286
+ dark_pink_SwitchThumb: () => dark_pink_SwitchThumb,
287
+ dark_pink_TextArea: () => dark_pink_TextArea,
288
+ dark_pink_Tooltip: () => dark_pink_Tooltip,
289
+ dark_pink_TooltipArrow: () => dark_pink_TooltipArrow,
290
+ dark_pink_TooltipContent: () => dark_pink_TooltipContent,
291
+ dark_pink_active: () => dark_pink_active,
292
+ dark_pink_active_Button: () => dark_pink_active_Button,
293
+ dark_pink_active_Card: () => dark_pink_active_Card,
294
+ dark_pink_active_Checkbox: () => dark_pink_active_Checkbox,
295
+ dark_pink_active_DialogOverlay: () => dark_pink_active_DialogOverlay,
296
+ dark_pink_active_Input: () => dark_pink_active_Input,
297
+ dark_pink_active_ListItem: () => dark_pink_active_ListItem,
298
+ dark_pink_active_ModalOverlay: () => dark_pink_active_ModalOverlay,
299
+ dark_pink_active_Progress: () => dark_pink_active_Progress,
300
+ dark_pink_active_ProgressIndicator: () => dark_pink_active_ProgressIndicator,
301
+ dark_pink_active_RadioGroupItem: () => dark_pink_active_RadioGroupItem,
302
+ dark_pink_active_SelectTrigger: () => dark_pink_active_SelectTrigger,
303
+ dark_pink_active_SheetOverlay: () => dark_pink_active_SheetOverlay,
304
+ dark_pink_active_SliderThumb: () => dark_pink_active_SliderThumb,
305
+ dark_pink_active_SliderTrack: () => dark_pink_active_SliderTrack,
306
+ dark_pink_active_SliderTrackActive: () => dark_pink_active_SliderTrackActive,
307
+ dark_pink_active_Switch: () => dark_pink_active_Switch,
308
+ dark_pink_active_SwitchThumb: () => dark_pink_active_SwitchThumb,
309
+ dark_pink_active_TextArea: () => dark_pink_active_TextArea,
310
+ dark_pink_active_Tooltip: () => dark_pink_active_Tooltip,
311
+ dark_pink_active_TooltipArrow: () => dark_pink_active_TooltipArrow,
312
+ dark_pink_active_TooltipContent: () => dark_pink_active_TooltipContent,
313
+ dark_pink_alt1: () => dark_pink_alt1,
314
+ dark_pink_alt2: () => dark_pink_alt2,
315
+ dark_pink_surface1: () => dark_pink_surface1,
316
+ dark_pink_surface2: () => dark_pink_surface2,
317
+ dark_pink_surface3: () => dark_pink_surface3,
318
+ dark_pink_surface4: () => dark_pink_surface4,
319
+ dark_purple: () => dark_purple,
320
+ dark_purple_Button: () => dark_purple_Button,
321
+ dark_purple_Card: () => dark_purple_Card,
322
+ dark_purple_Checkbox: () => dark_purple_Checkbox,
323
+ dark_purple_DialogOverlay: () => dark_purple_DialogOverlay,
324
+ dark_purple_Input: () => dark_purple_Input,
325
+ dark_purple_ListItem: () => dark_purple_ListItem,
326
+ dark_purple_ModalOverlay: () => dark_purple_ModalOverlay,
327
+ dark_purple_Progress: () => dark_purple_Progress,
328
+ dark_purple_ProgressIndicator: () => dark_purple_ProgressIndicator,
329
+ dark_purple_RadioGroupItem: () => dark_purple_RadioGroupItem,
330
+ dark_purple_SelectTrigger: () => dark_purple_SelectTrigger,
331
+ dark_purple_SheetOverlay: () => dark_purple_SheetOverlay,
332
+ dark_purple_SliderThumb: () => dark_purple_SliderThumb,
333
+ dark_purple_SliderTrack: () => dark_purple_SliderTrack,
334
+ dark_purple_SliderTrackActive: () => dark_purple_SliderTrackActive,
335
+ dark_purple_Switch: () => dark_purple_Switch,
336
+ dark_purple_SwitchThumb: () => dark_purple_SwitchThumb,
337
+ dark_purple_TextArea: () => dark_purple_TextArea,
338
+ dark_purple_Tooltip: () => dark_purple_Tooltip,
339
+ dark_purple_TooltipArrow: () => dark_purple_TooltipArrow,
340
+ dark_purple_TooltipContent: () => dark_purple_TooltipContent,
341
+ dark_purple_active: () => dark_purple_active,
342
+ dark_purple_active_Button: () => dark_purple_active_Button,
343
+ dark_purple_active_Card: () => dark_purple_active_Card,
344
+ dark_purple_active_Checkbox: () => dark_purple_active_Checkbox,
345
+ dark_purple_active_DialogOverlay: () => dark_purple_active_DialogOverlay,
346
+ dark_purple_active_Input: () => dark_purple_active_Input,
347
+ dark_purple_active_ListItem: () => dark_purple_active_ListItem,
348
+ dark_purple_active_ModalOverlay: () => dark_purple_active_ModalOverlay,
349
+ dark_purple_active_Progress: () => dark_purple_active_Progress,
350
+ dark_purple_active_ProgressIndicator: () => dark_purple_active_ProgressIndicator,
351
+ dark_purple_active_RadioGroupItem: () => dark_purple_active_RadioGroupItem,
352
+ dark_purple_active_SelectTrigger: () => dark_purple_active_SelectTrigger,
353
+ dark_purple_active_SheetOverlay: () => dark_purple_active_SheetOverlay,
354
+ dark_purple_active_SliderThumb: () => dark_purple_active_SliderThumb,
355
+ dark_purple_active_SliderTrack: () => dark_purple_active_SliderTrack,
356
+ dark_purple_active_SliderTrackActive: () => dark_purple_active_SliderTrackActive,
357
+ dark_purple_active_Switch: () => dark_purple_active_Switch,
358
+ dark_purple_active_SwitchThumb: () => dark_purple_active_SwitchThumb,
359
+ dark_purple_active_TextArea: () => dark_purple_active_TextArea,
360
+ dark_purple_active_Tooltip: () => dark_purple_active_Tooltip,
361
+ dark_purple_active_TooltipArrow: () => dark_purple_active_TooltipArrow,
362
+ dark_purple_active_TooltipContent: () => dark_purple_active_TooltipContent,
363
+ dark_purple_alt1: () => dark_purple_alt1,
364
+ dark_purple_alt2: () => dark_purple_alt2,
365
+ dark_purple_surface1: () => dark_purple_surface1,
366
+ dark_purple_surface2: () => dark_purple_surface2,
367
+ dark_purple_surface3: () => dark_purple_surface3,
368
+ dark_purple_surface4: () => dark_purple_surface4,
369
+ dark_red: () => dark_red,
370
+ dark_red_Button: () => dark_red_Button,
371
+ dark_red_Card: () => dark_red_Card,
372
+ dark_red_Checkbox: () => dark_red_Checkbox,
373
+ dark_red_DialogOverlay: () => dark_red_DialogOverlay,
374
+ dark_red_Input: () => dark_red_Input,
375
+ dark_red_ListItem: () => dark_red_ListItem,
376
+ dark_red_ModalOverlay: () => dark_red_ModalOverlay,
377
+ dark_red_Progress: () => dark_red_Progress,
378
+ dark_red_ProgressIndicator: () => dark_red_ProgressIndicator,
379
+ dark_red_RadioGroupItem: () => dark_red_RadioGroupItem,
380
+ dark_red_SelectTrigger: () => dark_red_SelectTrigger,
381
+ dark_red_SheetOverlay: () => dark_red_SheetOverlay,
382
+ dark_red_SliderThumb: () => dark_red_SliderThumb,
383
+ dark_red_SliderTrack: () => dark_red_SliderTrack,
384
+ dark_red_SliderTrackActive: () => dark_red_SliderTrackActive,
385
+ dark_red_Switch: () => dark_red_Switch,
386
+ dark_red_SwitchThumb: () => dark_red_SwitchThumb,
387
+ dark_red_TextArea: () => dark_red_TextArea,
388
+ dark_red_Tooltip: () => dark_red_Tooltip,
389
+ dark_red_TooltipArrow: () => dark_red_TooltipArrow,
390
+ dark_red_TooltipContent: () => dark_red_TooltipContent,
391
+ dark_red_active: () => dark_red_active,
392
+ dark_red_active_Button: () => dark_red_active_Button,
393
+ dark_red_active_Card: () => dark_red_active_Card,
394
+ dark_red_active_Checkbox: () => dark_red_active_Checkbox,
395
+ dark_red_active_DialogOverlay: () => dark_red_active_DialogOverlay,
396
+ dark_red_active_Input: () => dark_red_active_Input,
397
+ dark_red_active_ListItem: () => dark_red_active_ListItem,
398
+ dark_red_active_ModalOverlay: () => dark_red_active_ModalOverlay,
399
+ dark_red_active_Progress: () => dark_red_active_Progress,
400
+ dark_red_active_ProgressIndicator: () => dark_red_active_ProgressIndicator,
401
+ dark_red_active_RadioGroupItem: () => dark_red_active_RadioGroupItem,
402
+ dark_red_active_SelectTrigger: () => dark_red_active_SelectTrigger,
403
+ dark_red_active_SheetOverlay: () => dark_red_active_SheetOverlay,
404
+ dark_red_active_SliderThumb: () => dark_red_active_SliderThumb,
405
+ dark_red_active_SliderTrack: () => dark_red_active_SliderTrack,
406
+ dark_red_active_SliderTrackActive: () => dark_red_active_SliderTrackActive,
407
+ dark_red_active_Switch: () => dark_red_active_Switch,
408
+ dark_red_active_SwitchThumb: () => dark_red_active_SwitchThumb,
409
+ dark_red_active_TextArea: () => dark_red_active_TextArea,
410
+ dark_red_active_Tooltip: () => dark_red_active_Tooltip,
411
+ dark_red_active_TooltipArrow: () => dark_red_active_TooltipArrow,
412
+ dark_red_active_TooltipContent: () => dark_red_active_TooltipContent,
413
+ dark_red_alt1: () => dark_red_alt1,
414
+ dark_red_alt2: () => dark_red_alt2,
415
+ dark_red_surface1: () => dark_red_surface1,
416
+ dark_red_surface2: () => dark_red_surface2,
417
+ dark_red_surface3: () => dark_red_surface3,
418
+ dark_red_surface4: () => dark_red_surface4,
419
+ dark_surface1: () => dark_surface1,
420
+ dark_surface2: () => dark_surface2,
421
+ dark_surface3: () => dark_surface3,
422
+ dark_surface4: () => dark_surface4,
423
+ dark_yellow: () => dark_yellow,
424
+ dark_yellow_Button: () => dark_yellow_Button,
425
+ dark_yellow_Card: () => dark_yellow_Card,
426
+ dark_yellow_Checkbox: () => dark_yellow_Checkbox,
427
+ dark_yellow_DialogOverlay: () => dark_yellow_DialogOverlay,
428
+ dark_yellow_Input: () => dark_yellow_Input,
429
+ dark_yellow_ListItem: () => dark_yellow_ListItem,
430
+ dark_yellow_ModalOverlay: () => dark_yellow_ModalOverlay,
431
+ dark_yellow_Progress: () => dark_yellow_Progress,
432
+ dark_yellow_ProgressIndicator: () => dark_yellow_ProgressIndicator,
433
+ dark_yellow_RadioGroupItem: () => dark_yellow_RadioGroupItem,
434
+ dark_yellow_SelectTrigger: () => dark_yellow_SelectTrigger,
435
+ dark_yellow_SheetOverlay: () => dark_yellow_SheetOverlay,
436
+ dark_yellow_SliderThumb: () => dark_yellow_SliderThumb,
437
+ dark_yellow_SliderTrack: () => dark_yellow_SliderTrack,
438
+ dark_yellow_SliderTrackActive: () => dark_yellow_SliderTrackActive,
439
+ dark_yellow_Switch: () => dark_yellow_Switch,
440
+ dark_yellow_SwitchThumb: () => dark_yellow_SwitchThumb,
441
+ dark_yellow_TextArea: () => dark_yellow_TextArea,
442
+ dark_yellow_Tooltip: () => dark_yellow_Tooltip,
443
+ dark_yellow_TooltipArrow: () => dark_yellow_TooltipArrow,
444
+ dark_yellow_TooltipContent: () => dark_yellow_TooltipContent,
445
+ dark_yellow_active: () => dark_yellow_active,
446
+ dark_yellow_active_Button: () => dark_yellow_active_Button,
447
+ dark_yellow_active_Card: () => dark_yellow_active_Card,
448
+ dark_yellow_active_Checkbox: () => dark_yellow_active_Checkbox,
449
+ dark_yellow_active_DialogOverlay: () => dark_yellow_active_DialogOverlay,
450
+ dark_yellow_active_Input: () => dark_yellow_active_Input,
451
+ dark_yellow_active_ListItem: () => dark_yellow_active_ListItem,
452
+ dark_yellow_active_ModalOverlay: () => dark_yellow_active_ModalOverlay,
453
+ dark_yellow_active_Progress: () => dark_yellow_active_Progress,
454
+ dark_yellow_active_ProgressIndicator: () => dark_yellow_active_ProgressIndicator,
455
+ dark_yellow_active_RadioGroupItem: () => dark_yellow_active_RadioGroupItem,
456
+ dark_yellow_active_SelectTrigger: () => dark_yellow_active_SelectTrigger,
457
+ dark_yellow_active_SheetOverlay: () => dark_yellow_active_SheetOverlay,
458
+ dark_yellow_active_SliderThumb: () => dark_yellow_active_SliderThumb,
459
+ dark_yellow_active_SliderTrack: () => dark_yellow_active_SliderTrack,
460
+ dark_yellow_active_SliderTrackActive: () => dark_yellow_active_SliderTrackActive,
461
+ dark_yellow_active_Switch: () => dark_yellow_active_Switch,
462
+ dark_yellow_active_SwitchThumb: () => dark_yellow_active_SwitchThumb,
463
+ dark_yellow_active_TextArea: () => dark_yellow_active_TextArea,
464
+ dark_yellow_active_Tooltip: () => dark_yellow_active_Tooltip,
465
+ dark_yellow_active_TooltipArrow: () => dark_yellow_active_TooltipArrow,
466
+ dark_yellow_active_TooltipContent: () => dark_yellow_active_TooltipContent,
467
+ dark_yellow_alt1: () => dark_yellow_alt1,
468
+ dark_yellow_alt2: () => dark_yellow_alt2,
469
+ dark_yellow_surface1: () => dark_yellow_surface1,
470
+ dark_yellow_surface2: () => dark_yellow_surface2,
471
+ dark_yellow_surface3: () => dark_yellow_surface3,
472
+ dark_yellow_surface4: () => dark_yellow_surface4,
473
+ light: () => light,
474
+ light_Button: () => light_Button,
475
+ light_Card: () => light_Card,
476
+ light_Checkbox: () => light_Checkbox,
477
+ light_DialogOverlay: () => light_DialogOverlay,
478
+ light_Input: () => light_Input,
479
+ light_ListItem: () => light_ListItem,
480
+ light_ModalOverlay: () => light_ModalOverlay,
481
+ light_Progress: () => light_Progress,
482
+ light_ProgressIndicator: () => light_ProgressIndicator,
483
+ light_RadioGroupItem: () => light_RadioGroupItem,
484
+ light_SelectTrigger: () => light_SelectTrigger,
485
+ light_SheetOverlay: () => light_SheetOverlay,
486
+ light_SliderThumb: () => light_SliderThumb,
487
+ light_SliderTrack: () => light_SliderTrack,
488
+ light_SliderTrackActive: () => light_SliderTrackActive,
489
+ light_Switch: () => light_Switch,
490
+ light_SwitchThumb: () => light_SwitchThumb,
491
+ light_TextArea: () => light_TextArea,
492
+ light_Tooltip: () => light_Tooltip,
493
+ light_TooltipArrow: () => light_TooltipArrow,
494
+ light_TooltipContent: () => light_TooltipContent,
495
+ light_active: () => light_active,
496
+ light_active_Button: () => light_active_Button,
497
+ light_active_Card: () => light_active_Card,
498
+ light_active_Checkbox: () => light_active_Checkbox,
499
+ light_active_DialogOverlay: () => light_active_DialogOverlay,
500
+ light_active_Input: () => light_active_Input,
501
+ light_active_ListItem: () => light_active_ListItem,
502
+ light_active_ModalOverlay: () => light_active_ModalOverlay,
503
+ light_active_Progress: () => light_active_Progress,
504
+ light_active_ProgressIndicator: () => light_active_ProgressIndicator,
505
+ light_active_RadioGroupItem: () => light_active_RadioGroupItem,
506
+ light_active_SelectTrigger: () => light_active_SelectTrigger,
507
+ light_active_SheetOverlay: () => light_active_SheetOverlay,
508
+ light_active_SliderThumb: () => light_active_SliderThumb,
509
+ light_active_SliderTrack: () => light_active_SliderTrack,
510
+ light_active_SliderTrackActive: () => light_active_SliderTrackActive,
511
+ light_active_Switch: () => light_active_Switch,
512
+ light_active_SwitchThumb: () => light_active_SwitchThumb,
513
+ light_active_TextArea: () => light_active_TextArea,
514
+ light_active_Tooltip: () => light_active_Tooltip,
515
+ light_active_TooltipArrow: () => light_active_TooltipArrow,
516
+ light_active_TooltipContent: () => light_active_TooltipContent,
517
+ light_alt1: () => light_alt1,
518
+ light_alt2: () => light_alt2,
519
+ light_blue: () => light_blue,
520
+ light_blue_Button: () => light_blue_Button,
521
+ light_blue_Card: () => light_blue_Card,
522
+ light_blue_Checkbox: () => light_blue_Checkbox,
523
+ light_blue_DialogOverlay: () => light_blue_DialogOverlay,
524
+ light_blue_Input: () => light_blue_Input,
525
+ light_blue_ListItem: () => light_blue_ListItem,
526
+ light_blue_ModalOverlay: () => light_blue_ModalOverlay,
527
+ light_blue_Progress: () => light_blue_Progress,
528
+ light_blue_ProgressIndicator: () => light_blue_ProgressIndicator,
529
+ light_blue_RadioGroupItem: () => light_blue_RadioGroupItem,
530
+ light_blue_SelectTrigger: () => light_blue_SelectTrigger,
531
+ light_blue_SheetOverlay: () => light_blue_SheetOverlay,
532
+ light_blue_SliderThumb: () => light_blue_SliderThumb,
533
+ light_blue_SliderTrack: () => light_blue_SliderTrack,
534
+ light_blue_SliderTrackActive: () => light_blue_SliderTrackActive,
535
+ light_blue_Switch: () => light_blue_Switch,
536
+ light_blue_SwitchThumb: () => light_blue_SwitchThumb,
537
+ light_blue_TextArea: () => light_blue_TextArea,
538
+ light_blue_Tooltip: () => light_blue_Tooltip,
539
+ light_blue_TooltipArrow: () => light_blue_TooltipArrow,
540
+ light_blue_TooltipContent: () => light_blue_TooltipContent,
541
+ light_blue_active: () => light_blue_active,
542
+ light_blue_active_Button: () => light_blue_active_Button,
543
+ light_blue_active_Card: () => light_blue_active_Card,
544
+ light_blue_active_Checkbox: () => light_blue_active_Checkbox,
545
+ light_blue_active_DialogOverlay: () => light_blue_active_DialogOverlay,
546
+ light_blue_active_Input: () => light_blue_active_Input,
547
+ light_blue_active_ListItem: () => light_blue_active_ListItem,
548
+ light_blue_active_ModalOverlay: () => light_blue_active_ModalOverlay,
549
+ light_blue_active_Progress: () => light_blue_active_Progress,
550
+ light_blue_active_ProgressIndicator: () => light_blue_active_ProgressIndicator,
551
+ light_blue_active_RadioGroupItem: () => light_blue_active_RadioGroupItem,
552
+ light_blue_active_SelectTrigger: () => light_blue_active_SelectTrigger,
553
+ light_blue_active_SheetOverlay: () => light_blue_active_SheetOverlay,
554
+ light_blue_active_SliderThumb: () => light_blue_active_SliderThumb,
555
+ light_blue_active_SliderTrack: () => light_blue_active_SliderTrack,
556
+ light_blue_active_SliderTrackActive: () => light_blue_active_SliderTrackActive,
557
+ light_blue_active_Switch: () => light_blue_active_Switch,
558
+ light_blue_active_SwitchThumb: () => light_blue_active_SwitchThumb,
559
+ light_blue_active_TextArea: () => light_blue_active_TextArea,
560
+ light_blue_active_Tooltip: () => light_blue_active_Tooltip,
561
+ light_blue_active_TooltipArrow: () => light_blue_active_TooltipArrow,
562
+ light_blue_active_TooltipContent: () => light_blue_active_TooltipContent,
563
+ light_blue_alt1: () => light_blue_alt1,
564
+ light_blue_alt2: () => light_blue_alt2,
565
+ light_blue_surface1: () => light_blue_surface1,
566
+ light_blue_surface2: () => light_blue_surface2,
567
+ light_blue_surface3: () => light_blue_surface3,
568
+ light_blue_surface4: () => light_blue_surface4,
569
+ light_gray: () => light_gray,
570
+ light_gray_Button: () => light_gray_Button,
571
+ light_gray_Card: () => light_gray_Card,
572
+ light_gray_Checkbox: () => light_gray_Checkbox,
573
+ light_gray_DialogOverlay: () => light_gray_DialogOverlay,
574
+ light_gray_Input: () => light_gray_Input,
575
+ light_gray_ListItem: () => light_gray_ListItem,
576
+ light_gray_ModalOverlay: () => light_gray_ModalOverlay,
577
+ light_gray_Progress: () => light_gray_Progress,
578
+ light_gray_ProgressIndicator: () => light_gray_ProgressIndicator,
579
+ light_gray_RadioGroupItem: () => light_gray_RadioGroupItem,
580
+ light_gray_SelectTrigger: () => light_gray_SelectTrigger,
581
+ light_gray_SheetOverlay: () => light_gray_SheetOverlay,
582
+ light_gray_SliderThumb: () => light_gray_SliderThumb,
583
+ light_gray_SliderTrack: () => light_gray_SliderTrack,
584
+ light_gray_SliderTrackActive: () => light_gray_SliderTrackActive,
585
+ light_gray_Switch: () => light_gray_Switch,
586
+ light_gray_SwitchThumb: () => light_gray_SwitchThumb,
587
+ light_gray_TextArea: () => light_gray_TextArea,
588
+ light_gray_Tooltip: () => light_gray_Tooltip,
589
+ light_gray_TooltipArrow: () => light_gray_TooltipArrow,
590
+ light_gray_TooltipContent: () => light_gray_TooltipContent,
591
+ light_gray_active: () => light_gray_active,
592
+ light_gray_active_Button: () => light_gray_active_Button,
593
+ light_gray_active_Card: () => light_gray_active_Card,
594
+ light_gray_active_Checkbox: () => light_gray_active_Checkbox,
595
+ light_gray_active_DialogOverlay: () => light_gray_active_DialogOverlay,
596
+ light_gray_active_Input: () => light_gray_active_Input,
597
+ light_gray_active_ListItem: () => light_gray_active_ListItem,
598
+ light_gray_active_ModalOverlay: () => light_gray_active_ModalOverlay,
599
+ light_gray_active_Progress: () => light_gray_active_Progress,
600
+ light_gray_active_ProgressIndicator: () => light_gray_active_ProgressIndicator,
601
+ light_gray_active_RadioGroupItem: () => light_gray_active_RadioGroupItem,
602
+ light_gray_active_SelectTrigger: () => light_gray_active_SelectTrigger,
603
+ light_gray_active_SheetOverlay: () => light_gray_active_SheetOverlay,
604
+ light_gray_active_SliderThumb: () => light_gray_active_SliderThumb,
605
+ light_gray_active_SliderTrack: () => light_gray_active_SliderTrack,
606
+ light_gray_active_SliderTrackActive: () => light_gray_active_SliderTrackActive,
607
+ light_gray_active_Switch: () => light_gray_active_Switch,
608
+ light_gray_active_SwitchThumb: () => light_gray_active_SwitchThumb,
609
+ light_gray_active_TextArea: () => light_gray_active_TextArea,
610
+ light_gray_active_Tooltip: () => light_gray_active_Tooltip,
611
+ light_gray_active_TooltipArrow: () => light_gray_active_TooltipArrow,
612
+ light_gray_active_TooltipContent: () => light_gray_active_TooltipContent,
613
+ light_gray_alt1: () => light_gray_alt1,
614
+ light_gray_alt2: () => light_gray_alt2,
615
+ light_gray_surface1: () => light_gray_surface1,
616
+ light_gray_surface2: () => light_gray_surface2,
617
+ light_gray_surface3: () => light_gray_surface3,
618
+ light_gray_surface4: () => light_gray_surface4,
619
+ light_green: () => light_green,
620
+ light_green_Button: () => light_green_Button,
621
+ light_green_Card: () => light_green_Card,
622
+ light_green_Checkbox: () => light_green_Checkbox,
623
+ light_green_DialogOverlay: () => light_green_DialogOverlay,
624
+ light_green_Input: () => light_green_Input,
625
+ light_green_ListItem: () => light_green_ListItem,
626
+ light_green_ModalOverlay: () => light_green_ModalOverlay,
627
+ light_green_Progress: () => light_green_Progress,
628
+ light_green_ProgressIndicator: () => light_green_ProgressIndicator,
629
+ light_green_RadioGroupItem: () => light_green_RadioGroupItem,
630
+ light_green_SelectTrigger: () => light_green_SelectTrigger,
631
+ light_green_SheetOverlay: () => light_green_SheetOverlay,
632
+ light_green_SliderThumb: () => light_green_SliderThumb,
633
+ light_green_SliderTrack: () => light_green_SliderTrack,
634
+ light_green_SliderTrackActive: () => light_green_SliderTrackActive,
635
+ light_green_Switch: () => light_green_Switch,
636
+ light_green_SwitchThumb: () => light_green_SwitchThumb,
637
+ light_green_TextArea: () => light_green_TextArea,
638
+ light_green_Tooltip: () => light_green_Tooltip,
639
+ light_green_TooltipArrow: () => light_green_TooltipArrow,
640
+ light_green_TooltipContent: () => light_green_TooltipContent,
641
+ light_green_active: () => light_green_active,
642
+ light_green_active_Button: () => light_green_active_Button,
643
+ light_green_active_Card: () => light_green_active_Card,
644
+ light_green_active_Checkbox: () => light_green_active_Checkbox,
645
+ light_green_active_DialogOverlay: () => light_green_active_DialogOverlay,
646
+ light_green_active_Input: () => light_green_active_Input,
647
+ light_green_active_ListItem: () => light_green_active_ListItem,
648
+ light_green_active_ModalOverlay: () => light_green_active_ModalOverlay,
649
+ light_green_active_Progress: () => light_green_active_Progress,
650
+ light_green_active_ProgressIndicator: () => light_green_active_ProgressIndicator,
651
+ light_green_active_RadioGroupItem: () => light_green_active_RadioGroupItem,
652
+ light_green_active_SelectTrigger: () => light_green_active_SelectTrigger,
653
+ light_green_active_SheetOverlay: () => light_green_active_SheetOverlay,
654
+ light_green_active_SliderThumb: () => light_green_active_SliderThumb,
655
+ light_green_active_SliderTrack: () => light_green_active_SliderTrack,
656
+ light_green_active_SliderTrackActive: () => light_green_active_SliderTrackActive,
657
+ light_green_active_Switch: () => light_green_active_Switch,
658
+ light_green_active_SwitchThumb: () => light_green_active_SwitchThumb,
659
+ light_green_active_TextArea: () => light_green_active_TextArea,
660
+ light_green_active_Tooltip: () => light_green_active_Tooltip,
661
+ light_green_active_TooltipArrow: () => light_green_active_TooltipArrow,
662
+ light_green_active_TooltipContent: () => light_green_active_TooltipContent,
663
+ light_green_alt1: () => light_green_alt1,
664
+ light_green_alt2: () => light_green_alt2,
665
+ light_green_surface1: () => light_green_surface1,
666
+ light_green_surface2: () => light_green_surface2,
667
+ light_green_surface3: () => light_green_surface3,
668
+ light_green_surface4: () => light_green_surface4,
669
+ light_orange: () => light_orange,
670
+ light_orange_Button: () => light_orange_Button,
671
+ light_orange_Card: () => light_orange_Card,
672
+ light_orange_Checkbox: () => light_orange_Checkbox,
673
+ light_orange_DialogOverlay: () => light_orange_DialogOverlay,
674
+ light_orange_Input: () => light_orange_Input,
675
+ light_orange_ListItem: () => light_orange_ListItem,
676
+ light_orange_ModalOverlay: () => light_orange_ModalOverlay,
677
+ light_orange_Progress: () => light_orange_Progress,
678
+ light_orange_ProgressIndicator: () => light_orange_ProgressIndicator,
679
+ light_orange_RadioGroupItem: () => light_orange_RadioGroupItem,
680
+ light_orange_SelectTrigger: () => light_orange_SelectTrigger,
681
+ light_orange_SheetOverlay: () => light_orange_SheetOverlay,
682
+ light_orange_SliderThumb: () => light_orange_SliderThumb,
683
+ light_orange_SliderTrack: () => light_orange_SliderTrack,
684
+ light_orange_SliderTrackActive: () => light_orange_SliderTrackActive,
685
+ light_orange_Switch: () => light_orange_Switch,
686
+ light_orange_SwitchThumb: () => light_orange_SwitchThumb,
687
+ light_orange_TextArea: () => light_orange_TextArea,
688
+ light_orange_Tooltip: () => light_orange_Tooltip,
689
+ light_orange_TooltipArrow: () => light_orange_TooltipArrow,
690
+ light_orange_TooltipContent: () => light_orange_TooltipContent,
691
+ light_orange_active: () => light_orange_active,
692
+ light_orange_active_Button: () => light_orange_active_Button,
693
+ light_orange_active_Card: () => light_orange_active_Card,
694
+ light_orange_active_Checkbox: () => light_orange_active_Checkbox,
695
+ light_orange_active_DialogOverlay: () => light_orange_active_DialogOverlay,
696
+ light_orange_active_Input: () => light_orange_active_Input,
697
+ light_orange_active_ListItem: () => light_orange_active_ListItem,
698
+ light_orange_active_ModalOverlay: () => light_orange_active_ModalOverlay,
699
+ light_orange_active_Progress: () => light_orange_active_Progress,
700
+ light_orange_active_ProgressIndicator: () => light_orange_active_ProgressIndicator,
701
+ light_orange_active_RadioGroupItem: () => light_orange_active_RadioGroupItem,
702
+ light_orange_active_SelectTrigger: () => light_orange_active_SelectTrigger,
703
+ light_orange_active_SheetOverlay: () => light_orange_active_SheetOverlay,
704
+ light_orange_active_SliderThumb: () => light_orange_active_SliderThumb,
705
+ light_orange_active_SliderTrack: () => light_orange_active_SliderTrack,
706
+ light_orange_active_SliderTrackActive: () => light_orange_active_SliderTrackActive,
707
+ light_orange_active_Switch: () => light_orange_active_Switch,
708
+ light_orange_active_SwitchThumb: () => light_orange_active_SwitchThumb,
709
+ light_orange_active_TextArea: () => light_orange_active_TextArea,
710
+ light_orange_active_Tooltip: () => light_orange_active_Tooltip,
711
+ light_orange_active_TooltipArrow: () => light_orange_active_TooltipArrow,
712
+ light_orange_active_TooltipContent: () => light_orange_active_TooltipContent,
713
+ light_orange_alt1: () => light_orange_alt1,
714
+ light_orange_alt2: () => light_orange_alt2,
715
+ light_orange_surface1: () => light_orange_surface1,
716
+ light_orange_surface2: () => light_orange_surface2,
717
+ light_orange_surface3: () => light_orange_surface3,
718
+ light_orange_surface4: () => light_orange_surface4,
719
+ light_pink: () => light_pink,
720
+ light_pink_Button: () => light_pink_Button,
721
+ light_pink_Card: () => light_pink_Card,
722
+ light_pink_Checkbox: () => light_pink_Checkbox,
723
+ light_pink_DialogOverlay: () => light_pink_DialogOverlay,
724
+ light_pink_Input: () => light_pink_Input,
725
+ light_pink_ListItem: () => light_pink_ListItem,
726
+ light_pink_ModalOverlay: () => light_pink_ModalOverlay,
727
+ light_pink_Progress: () => light_pink_Progress,
728
+ light_pink_ProgressIndicator: () => light_pink_ProgressIndicator,
729
+ light_pink_RadioGroupItem: () => light_pink_RadioGroupItem,
730
+ light_pink_SelectTrigger: () => light_pink_SelectTrigger,
731
+ light_pink_SheetOverlay: () => light_pink_SheetOverlay,
732
+ light_pink_SliderThumb: () => light_pink_SliderThumb,
733
+ light_pink_SliderTrack: () => light_pink_SliderTrack,
734
+ light_pink_SliderTrackActive: () => light_pink_SliderTrackActive,
735
+ light_pink_Switch: () => light_pink_Switch,
736
+ light_pink_SwitchThumb: () => light_pink_SwitchThumb,
737
+ light_pink_TextArea: () => light_pink_TextArea,
738
+ light_pink_Tooltip: () => light_pink_Tooltip,
739
+ light_pink_TooltipArrow: () => light_pink_TooltipArrow,
740
+ light_pink_TooltipContent: () => light_pink_TooltipContent,
741
+ light_pink_active: () => light_pink_active,
742
+ light_pink_active_Button: () => light_pink_active_Button,
743
+ light_pink_active_Card: () => light_pink_active_Card,
744
+ light_pink_active_Checkbox: () => light_pink_active_Checkbox,
745
+ light_pink_active_DialogOverlay: () => light_pink_active_DialogOverlay,
746
+ light_pink_active_Input: () => light_pink_active_Input,
747
+ light_pink_active_ListItem: () => light_pink_active_ListItem,
748
+ light_pink_active_ModalOverlay: () => light_pink_active_ModalOverlay,
749
+ light_pink_active_Progress: () => light_pink_active_Progress,
750
+ light_pink_active_ProgressIndicator: () => light_pink_active_ProgressIndicator,
751
+ light_pink_active_RadioGroupItem: () => light_pink_active_RadioGroupItem,
752
+ light_pink_active_SelectTrigger: () => light_pink_active_SelectTrigger,
753
+ light_pink_active_SheetOverlay: () => light_pink_active_SheetOverlay,
754
+ light_pink_active_SliderThumb: () => light_pink_active_SliderThumb,
755
+ light_pink_active_SliderTrack: () => light_pink_active_SliderTrack,
756
+ light_pink_active_SliderTrackActive: () => light_pink_active_SliderTrackActive,
757
+ light_pink_active_Switch: () => light_pink_active_Switch,
758
+ light_pink_active_SwitchThumb: () => light_pink_active_SwitchThumb,
759
+ light_pink_active_TextArea: () => light_pink_active_TextArea,
760
+ light_pink_active_Tooltip: () => light_pink_active_Tooltip,
761
+ light_pink_active_TooltipArrow: () => light_pink_active_TooltipArrow,
762
+ light_pink_active_TooltipContent: () => light_pink_active_TooltipContent,
763
+ light_pink_alt1: () => light_pink_alt1,
764
+ light_pink_alt2: () => light_pink_alt2,
765
+ light_pink_surface1: () => light_pink_surface1,
766
+ light_pink_surface2: () => light_pink_surface2,
767
+ light_pink_surface3: () => light_pink_surface3,
768
+ light_pink_surface4: () => light_pink_surface4,
769
+ light_purple: () => light_purple,
770
+ light_purple_Button: () => light_purple_Button,
771
+ light_purple_Card: () => light_purple_Card,
772
+ light_purple_Checkbox: () => light_purple_Checkbox,
773
+ light_purple_DialogOverlay: () => light_purple_DialogOverlay,
774
+ light_purple_Input: () => light_purple_Input,
775
+ light_purple_ListItem: () => light_purple_ListItem,
776
+ light_purple_ModalOverlay: () => light_purple_ModalOverlay,
777
+ light_purple_Progress: () => light_purple_Progress,
778
+ light_purple_ProgressIndicator: () => light_purple_ProgressIndicator,
779
+ light_purple_RadioGroupItem: () => light_purple_RadioGroupItem,
780
+ light_purple_SelectTrigger: () => light_purple_SelectTrigger,
781
+ light_purple_SheetOverlay: () => light_purple_SheetOverlay,
782
+ light_purple_SliderThumb: () => light_purple_SliderThumb,
783
+ light_purple_SliderTrack: () => light_purple_SliderTrack,
784
+ light_purple_SliderTrackActive: () => light_purple_SliderTrackActive,
785
+ light_purple_Switch: () => light_purple_Switch,
786
+ light_purple_SwitchThumb: () => light_purple_SwitchThumb,
787
+ light_purple_TextArea: () => light_purple_TextArea,
788
+ light_purple_Tooltip: () => light_purple_Tooltip,
789
+ light_purple_TooltipArrow: () => light_purple_TooltipArrow,
790
+ light_purple_TooltipContent: () => light_purple_TooltipContent,
791
+ light_purple_active: () => light_purple_active,
792
+ light_purple_active_Button: () => light_purple_active_Button,
793
+ light_purple_active_Card: () => light_purple_active_Card,
794
+ light_purple_active_Checkbox: () => light_purple_active_Checkbox,
795
+ light_purple_active_DialogOverlay: () => light_purple_active_DialogOverlay,
796
+ light_purple_active_Input: () => light_purple_active_Input,
797
+ light_purple_active_ListItem: () => light_purple_active_ListItem,
798
+ light_purple_active_ModalOverlay: () => light_purple_active_ModalOverlay,
799
+ light_purple_active_Progress: () => light_purple_active_Progress,
800
+ light_purple_active_ProgressIndicator: () => light_purple_active_ProgressIndicator,
801
+ light_purple_active_RadioGroupItem: () => light_purple_active_RadioGroupItem,
802
+ light_purple_active_SelectTrigger: () => light_purple_active_SelectTrigger,
803
+ light_purple_active_SheetOverlay: () => light_purple_active_SheetOverlay,
804
+ light_purple_active_SliderThumb: () => light_purple_active_SliderThumb,
805
+ light_purple_active_SliderTrack: () => light_purple_active_SliderTrack,
806
+ light_purple_active_SliderTrackActive: () => light_purple_active_SliderTrackActive,
807
+ light_purple_active_Switch: () => light_purple_active_Switch,
808
+ light_purple_active_SwitchThumb: () => light_purple_active_SwitchThumb,
809
+ light_purple_active_TextArea: () => light_purple_active_TextArea,
810
+ light_purple_active_Tooltip: () => light_purple_active_Tooltip,
811
+ light_purple_active_TooltipArrow: () => light_purple_active_TooltipArrow,
812
+ light_purple_active_TooltipContent: () => light_purple_active_TooltipContent,
813
+ light_purple_alt1: () => light_purple_alt1,
814
+ light_purple_alt2: () => light_purple_alt2,
815
+ light_purple_surface1: () => light_purple_surface1,
816
+ light_purple_surface2: () => light_purple_surface2,
817
+ light_purple_surface3: () => light_purple_surface3,
818
+ light_purple_surface4: () => light_purple_surface4,
819
+ light_red: () => light_red,
820
+ light_red_Button: () => light_red_Button,
821
+ light_red_Card: () => light_red_Card,
822
+ light_red_Checkbox: () => light_red_Checkbox,
823
+ light_red_DialogOverlay: () => light_red_DialogOverlay,
824
+ light_red_Input: () => light_red_Input,
825
+ light_red_ListItem: () => light_red_ListItem,
826
+ light_red_ModalOverlay: () => light_red_ModalOverlay,
827
+ light_red_Progress: () => light_red_Progress,
828
+ light_red_ProgressIndicator: () => light_red_ProgressIndicator,
829
+ light_red_RadioGroupItem: () => light_red_RadioGroupItem,
830
+ light_red_SelectTrigger: () => light_red_SelectTrigger,
831
+ light_red_SheetOverlay: () => light_red_SheetOverlay,
832
+ light_red_SliderThumb: () => light_red_SliderThumb,
833
+ light_red_SliderTrack: () => light_red_SliderTrack,
834
+ light_red_SliderTrackActive: () => light_red_SliderTrackActive,
835
+ light_red_Switch: () => light_red_Switch,
836
+ light_red_SwitchThumb: () => light_red_SwitchThumb,
837
+ light_red_TextArea: () => light_red_TextArea,
838
+ light_red_Tooltip: () => light_red_Tooltip,
839
+ light_red_TooltipArrow: () => light_red_TooltipArrow,
840
+ light_red_TooltipContent: () => light_red_TooltipContent,
841
+ light_red_active: () => light_red_active,
842
+ light_red_active_Button: () => light_red_active_Button,
843
+ light_red_active_Card: () => light_red_active_Card,
844
+ light_red_active_Checkbox: () => light_red_active_Checkbox,
845
+ light_red_active_DialogOverlay: () => light_red_active_DialogOverlay,
846
+ light_red_active_Input: () => light_red_active_Input,
847
+ light_red_active_ListItem: () => light_red_active_ListItem,
848
+ light_red_active_ModalOverlay: () => light_red_active_ModalOverlay,
849
+ light_red_active_Progress: () => light_red_active_Progress,
850
+ light_red_active_ProgressIndicator: () => light_red_active_ProgressIndicator,
851
+ light_red_active_RadioGroupItem: () => light_red_active_RadioGroupItem,
852
+ light_red_active_SelectTrigger: () => light_red_active_SelectTrigger,
853
+ light_red_active_SheetOverlay: () => light_red_active_SheetOverlay,
854
+ light_red_active_SliderThumb: () => light_red_active_SliderThumb,
855
+ light_red_active_SliderTrack: () => light_red_active_SliderTrack,
856
+ light_red_active_SliderTrackActive: () => light_red_active_SliderTrackActive,
857
+ light_red_active_Switch: () => light_red_active_Switch,
858
+ light_red_active_SwitchThumb: () => light_red_active_SwitchThumb,
859
+ light_red_active_TextArea: () => light_red_active_TextArea,
860
+ light_red_active_Tooltip: () => light_red_active_Tooltip,
861
+ light_red_active_TooltipArrow: () => light_red_active_TooltipArrow,
862
+ light_red_active_TooltipContent: () => light_red_active_TooltipContent,
863
+ light_red_alt1: () => light_red_alt1,
864
+ light_red_alt2: () => light_red_alt2,
865
+ light_red_surface1: () => light_red_surface1,
866
+ light_red_surface2: () => light_red_surface2,
867
+ light_red_surface3: () => light_red_surface3,
868
+ light_red_surface4: () => light_red_surface4,
869
+ light_surface1: () => light_surface1,
870
+ light_surface2: () => light_surface2,
871
+ light_surface3: () => light_surface3,
872
+ light_surface4: () => light_surface4,
873
+ light_yellow: () => light_yellow,
874
+ light_yellow_Button: () => light_yellow_Button,
875
+ light_yellow_Card: () => light_yellow_Card,
876
+ light_yellow_Checkbox: () => light_yellow_Checkbox,
877
+ light_yellow_DialogOverlay: () => light_yellow_DialogOverlay,
878
+ light_yellow_Input: () => light_yellow_Input,
879
+ light_yellow_ListItem: () => light_yellow_ListItem,
880
+ light_yellow_ModalOverlay: () => light_yellow_ModalOverlay,
881
+ light_yellow_Progress: () => light_yellow_Progress,
882
+ light_yellow_ProgressIndicator: () => light_yellow_ProgressIndicator,
883
+ light_yellow_RadioGroupItem: () => light_yellow_RadioGroupItem,
884
+ light_yellow_SelectTrigger: () => light_yellow_SelectTrigger,
885
+ light_yellow_SheetOverlay: () => light_yellow_SheetOverlay,
886
+ light_yellow_SliderThumb: () => light_yellow_SliderThumb,
887
+ light_yellow_SliderTrack: () => light_yellow_SliderTrack,
888
+ light_yellow_SliderTrackActive: () => light_yellow_SliderTrackActive,
889
+ light_yellow_Switch: () => light_yellow_Switch,
890
+ light_yellow_SwitchThumb: () => light_yellow_SwitchThumb,
891
+ light_yellow_TextArea: () => light_yellow_TextArea,
892
+ light_yellow_Tooltip: () => light_yellow_Tooltip,
893
+ light_yellow_TooltipArrow: () => light_yellow_TooltipArrow,
894
+ light_yellow_TooltipContent: () => light_yellow_TooltipContent,
895
+ light_yellow_active: () => light_yellow_active,
896
+ light_yellow_active_Button: () => light_yellow_active_Button,
897
+ light_yellow_active_Card: () => light_yellow_active_Card,
898
+ light_yellow_active_Checkbox: () => light_yellow_active_Checkbox,
899
+ light_yellow_active_DialogOverlay: () => light_yellow_active_DialogOverlay,
900
+ light_yellow_active_Input: () => light_yellow_active_Input,
901
+ light_yellow_active_ListItem: () => light_yellow_active_ListItem,
902
+ light_yellow_active_ModalOverlay: () => light_yellow_active_ModalOverlay,
903
+ light_yellow_active_Progress: () => light_yellow_active_Progress,
904
+ light_yellow_active_ProgressIndicator: () => light_yellow_active_ProgressIndicator,
905
+ light_yellow_active_RadioGroupItem: () => light_yellow_active_RadioGroupItem,
906
+ light_yellow_active_SelectTrigger: () => light_yellow_active_SelectTrigger,
907
+ light_yellow_active_SheetOverlay: () => light_yellow_active_SheetOverlay,
908
+ light_yellow_active_SliderThumb: () => light_yellow_active_SliderThumb,
909
+ light_yellow_active_SliderTrack: () => light_yellow_active_SliderTrack,
910
+ light_yellow_active_SliderTrackActive: () => light_yellow_active_SliderTrackActive,
911
+ light_yellow_active_Switch: () => light_yellow_active_Switch,
912
+ light_yellow_active_SwitchThumb: () => light_yellow_active_SwitchThumb,
913
+ light_yellow_active_TextArea: () => light_yellow_active_TextArea,
914
+ light_yellow_active_Tooltip: () => light_yellow_active_Tooltip,
915
+ light_yellow_active_TooltipArrow: () => light_yellow_active_TooltipArrow,
916
+ light_yellow_active_TooltipContent: () => light_yellow_active_TooltipContent,
917
+ light_yellow_alt1: () => light_yellow_alt1,
918
+ light_yellow_alt2: () => light_yellow_alt2,
919
+ light_yellow_surface1: () => light_yellow_surface1,
920
+ light_yellow_surface2: () => light_yellow_surface2,
921
+ light_yellow_surface3: () => light_yellow_surface3,
922
+ light_yellow_surface4: () => light_yellow_surface4
923
+ });
924
+ module.exports = __toCommonJS(generated_v3_exports);
925
+ function t(a) {
926
+ let res = {};
927
+ for (const [ki, vi] of a) res[ks[ki]] = vs[vi];
928
+ return res;
929
+ }
930
+ const vs = ["hsl(210, 98.8%, 94.0%)", "hsl(214, 65.8%, 17.9%)", "rgba(255,255,255,0)", "rgba(255,255,255,0.25)", "rgba(255,255,255,0.5)", "rgba(255,255,255,0.75)", "#fff", "#f8f8f8", "hsl(0, 0%, 96.3%)", "hsl(0, 0%, 94.1%)", "hsl(0, 0%, 92.0%)", "hsl(0, 0%, 90.0%)", "hsl(0, 0%, 88.5%)", "hsl(0, 0%, 81.0%)", "hsl(0, 0%, 56.1%)", "hsl(0, 0%, 50.3%)", "hsl(0, 0%, 42.5%)", "hsl(0, 0%, 9.0%)", "rgba(10,10,10,0)", "rgba(10,10,10,0.25)", "rgba(10,10,10,0.5)", "rgba(10,10,10,0.75)", "hsl(206, 100%, 99.2%)", "hsl(210, 100%, 98.0%)", "hsl(209, 100%, 96.5%)", "hsl(209, 95.0%, 90.1%)", "hsl(209, 81.2%, 84.5%)", "hsl(208, 77.5%, 76.9%)", "hsl(206, 81.9%, 65.3%)", "hsl(206, 100%, 50.0%)", "hsl(208, 100%, 47.3%)", "hsl(211, 100%, 43.2%)", "hsl(211, 100%, 15.0%)", "hsl(0, 0%, 99.0%)", "hsl(0, 0%, 97.3%)", "hsl(0, 0%, 95.1%)", "hsl(0, 0%, 93.0%)", "hsl(0, 0%, 90.9%)", "hsl(0, 0%, 88.7%)", "hsl(0, 0%, 85.8%)", "hsl(0, 0%, 78.0%)", "hsl(0, 0%, 52.3%)", "hsl(0, 0%, 43.5%)", "hsl(136, 50.0%, 98.9%)", "hsl(138, 62.5%, 96.9%)", "hsl(139, 55.2%, 94.5%)", "hsl(140, 48.7%, 91.0%)", "hsl(141, 43.7%, 86.0%)", "hsl(143, 40.3%, 79.0%)", "hsl(146, 38.5%, 69.0%)", "hsl(151, 40.2%, 54.1%)", "hsl(151, 55.0%, 41.5%)", "hsl(152, 57.5%, 37.6%)", "hsl(153, 67.0%, 28.5%)", "hsl(155, 40.0%, 14.0%)", "hsl(24, 70.0%, 99.0%)", "hsl(24, 83.3%, 97.6%)", "hsl(24, 100%, 95.3%)", "hsl(25, 100%, 92.2%)", "hsl(25, 100%, 88.2%)", "hsl(25, 100%, 82.8%)", "hsl(24, 100%, 75.3%)", "hsl(24, 94.5%, 64.3%)", "hsl(24, 94.0%, 50.0%)", "hsl(24, 100%, 46.5%)", "hsl(24, 100%, 37.0%)", "hsl(15, 60.0%, 17.0%)", "hsl(322, 100%, 99.4%)", "hsl(323, 100%, 98.4%)", "hsl(323, 86.3%, 96.5%)", "hsl(323, 78.7%, 94.2%)", "hsl(323, 72.2%, 91.1%)", "hsl(323, 66.3%, 86.6%)", "hsl(323, 62.0%, 80.1%)", "hsl(323, 60.3%, 72.4%)", "hsl(322, 65.0%, 54.5%)", "hsl(322, 63.9%, 50.7%)", "hsl(322, 75.0%, 46.0%)", "hsl(320, 70.0%, 13.5%)", "hsl(280, 65.0%, 99.4%)", "hsl(276, 100%, 99.0%)", "hsl(276, 83.1%, 97.0%)", "hsl(275, 76.4%, 94.7%)", "hsl(275, 70.8%, 91.8%)", "hsl(274, 65.4%, 87.8%)", "hsl(273, 61.0%, 81.7%)", "hsl(272, 60.0%, 73.5%)", "hsl(272, 51.0%, 54.0%)", "hsl(272, 46.8%, 50.3%)", "hsl(272, 50.0%, 45.8%)", "hsl(272, 66.0%, 16.0%)", "hsl(359, 100%, 99.4%)", "hsl(359, 100%, 98.6%)", "hsl(360, 100%, 96.8%)", "hsl(360, 97.9%, 94.8%)", "hsl(360, 90.2%, 91.9%)", "hsl(360, 81.7%, 87.8%)", "hsl(359, 74.2%, 81.7%)", "hsl(359, 69.5%, 74.3%)", "hsl(358, 75.0%, 59.0%)", "hsl(358, 69.4%, 55.2%)", "hsl(358, 65.0%, 48.7%)", "hsl(354, 50.0%, 14.6%)", "hsl(60, 54.0%, 98.5%)", "hsl(52, 100%, 95.5%)", "hsl(55, 100%, 90.9%)", "hsl(54, 100%, 86.6%)", "hsl(52, 97.9%, 82.0%)", "hsl(50, 89.4%, 76.1%)", "hsl(47, 80.4%, 68.0%)", "hsl(48, 100%, 46.1%)", "hsl(53, 92.0%, 50.0%)", "hsl(50, 100%, 48.5%)", "hsl(42, 100%, 29.0%)", "hsl(40, 55.0%, 13.5%)", "rgba(0,0,0,0.085)", "rgba(0,0,0,0.04)", "#050505", "#151515", "#191919", "#232323", "#282828", "#323232", "#424242", "#494949", "#545454", "#626262", "#a5a5a5", "hsl(212, 35.0%, 9.2%)", "hsl(216, 50.0%, 11.8%)", "hsl(214, 59.4%, 15.3%)", "hsl(213, 71.2%, 20.2%)", "hsl(212, 77.4%, 23.1%)", "hsl(211, 85.1%, 27.4%)", "hsl(211, 89.7%, 34.1%)", "hsl(209, 100%, 60.6%)", "hsl(210, 100%, 66.1%)", "hsl(206, 98.0%, 95.8%)", "hsl(0, 0%, 8.5%)", "hsl(0, 0%, 11.0%)", "hsl(0, 0%, 13.6%)", "hsl(0, 0%, 15.8%)", "hsl(0, 0%, 17.9%)", "hsl(0, 0%, 20.5%)", "hsl(0, 0%, 24.3%)", "hsl(0, 0%, 31.2%)", "hsl(0, 0%, 43.9%)", "hsl(0, 0%, 49.4%)", "hsl(0, 0%, 62.8%)", "hsl(146, 30.0%, 7.4%)", "hsl(155, 44.2%, 8.4%)", "hsl(155, 46.7%, 10.9%)", "hsl(154, 48.4%, 12.9%)", "hsl(154, 49.7%, 14.9%)", "hsl(154, 50.9%, 17.6%)", "hsl(153, 51.8%, 21.8%)", "hsl(151, 51.7%, 28.4%)", "hsl(151, 49.3%, 46.5%)", "hsl(151, 50.0%, 53.2%)", "hsl(137, 72.0%, 94.0%)", "hsl(30, 70.0%, 7.2%)", "hsl(28, 100%, 8.4%)", "hsl(26, 91.1%, 11.6%)", "hsl(25, 88.3%, 14.1%)", "hsl(24, 87.6%, 16.6%)", "hsl(24, 88.6%, 19.8%)", "hsl(24, 92.4%, 24.0%)", "hsl(25, 100%, 29.0%)", "hsl(24, 100%, 58.5%)", "hsl(24, 100%, 62.2%)", "hsl(24, 97.0%, 93.2%)", "hsl(318, 25.0%, 9.6%)", "hsl(319, 32.2%, 11.6%)", "hsl(319, 41.0%, 16.0%)", "hsl(320, 45.4%, 18.7%)", "hsl(320, 49.0%, 21.1%)", "hsl(321, 53.6%, 24.4%)", "hsl(321, 61.1%, 29.7%)", "hsl(322, 74.9%, 37.5%)", "hsl(323, 72.8%, 59.2%)", "hsl(325, 90.0%, 66.4%)", "hsl(322, 90.0%, 95.8%)", "hsl(284, 20.0%, 9.6%)", "hsl(283, 30.0%, 11.8%)", "hsl(281, 37.5%, 16.5%)", "hsl(280, 41.2%, 20.0%)", "hsl(279, 43.8%, 23.3%)", "hsl(277, 46.4%, 27.5%)", "hsl(275, 49.3%, 34.6%)", "hsl(272, 52.1%, 45.9%)", "hsl(273, 57.3%, 59.1%)", "hsl(275, 80.0%, 71.0%)", "hsl(279, 75.0%, 95.7%)", "hsl(353, 23.0%, 9.8%)", "hsl(357, 34.4%, 12.0%)", "hsl(356, 43.4%, 16.4%)", "hsl(356, 47.6%, 19.2%)", "hsl(356, 51.1%, 21.9%)", "hsl(356, 55.2%, 25.9%)", "hsl(357, 60.2%, 31.8%)", "hsl(358, 65.0%, 40.4%)", "hsl(358, 85.3%, 64.0%)", "hsl(358, 100%, 69.5%)", "hsl(351, 89.0%, 96.0%)", "hsl(45, 100%, 5.5%)", "hsl(46, 100%, 6.7%)", "hsl(45, 100%, 8.7%)", "hsl(45, 100%, 10.4%)", "hsl(47, 100%, 12.1%)", "hsl(49, 100%, 14.3%)", "hsl(49, 90.3%, 18.4%)", "hsl(50, 100%, 22.0%)", "hsl(54, 100%, 68.0%)", "hsl(48, 100%, 47.0%)", "hsl(53, 100%, 91.0%)", "rgba(0,0,0,0.3)", "rgba(0,0,0,0.2)", "hsla(24, 70.0%, 99.0%, 0)", "hsla(24, 70.0%, 99.0%, 0.25)", "hsla(24, 70.0%, 99.0%, 0.5)", "hsla(24, 70.0%, 99.0%, 0.75)", "hsla(24, 94.0%, 50.0%, 0)", "hsla(24, 94.0%, 50.0%, 0.25)", "hsla(24, 94.0%, 50.0%, 0.5)", "hsla(24, 94.0%, 50.0%, 0.75)", "hsla(60, 54.0%, 98.5%, 0)", "hsla(60, 54.0%, 98.5%, 0.25)", "hsla(60, 54.0%, 98.5%, 0.5)", "hsla(60, 54.0%, 98.5%, 0.75)", "hsla(53, 92.0%, 50.0%, 0)", "hsla(53, 92.0%, 50.0%, 0.25)", "hsla(53, 92.0%, 50.0%, 0.5)", "hsla(53, 92.0%, 50.0%, 0.75)", "hsla(136, 50.0%, 98.9%, 0)", "hsla(136, 50.0%, 98.9%, 0.25)", "hsla(136, 50.0%, 98.9%, 0.5)", "hsla(136, 50.0%, 98.9%, 0.75)", "hsla(151, 55.0%, 41.5%, 0)", "hsla(151, 55.0%, 41.5%, 0.25)", "hsla(151, 55.0%, 41.5%, 0.5)", "hsla(151, 55.0%, 41.5%, 0.75)", "hsla(206, 100%, 99.2%, 0)", "hsla(206, 100%, 99.2%, 0.25)", "hsla(206, 100%, 99.2%, 0.5)", "hsla(206, 100%, 99.2%, 0.75)", "hsla(206, 100%, 50.0%, 0)", "hsla(206, 100%, 50.0%, 0.25)", "hsla(206, 100%, 50.0%, 0.5)", "hsla(206, 100%, 50.0%, 0.75)", "hsla(280, 65.0%, 99.4%, 0)", "hsla(280, 65.0%, 99.4%, 0.25)", "hsla(280, 65.0%, 99.4%, 0.5)", "hsla(280, 65.0%, 99.4%, 0.75)", "hsla(272, 51.0%, 54.0%, 0)", "hsla(272, 51.0%, 54.0%, 0.25)", "hsla(272, 51.0%, 54.0%, 0.5)", "hsla(272, 51.0%, 54.0%, 0.75)", "hsla(322, 100%, 99.4%, 0)", "hsla(322, 100%, 99.4%, 0.25)", "hsla(322, 100%, 99.4%, 0.5)", "hsla(322, 100%, 99.4%, 0.75)", "hsla(322, 65.0%, 54.5%, 0)", "hsla(322, 65.0%, 54.5%, 0.25)", "hsla(322, 65.0%, 54.5%, 0.5)", "hsla(322, 65.0%, 54.5%, 0.75)", "hsla(359, 100%, 99.4%, 0)", "hsla(359, 100%, 99.4%, 0.25)", "hsla(359, 100%, 99.4%, 0.5)", "hsla(359, 100%, 99.4%, 0.75)", "hsla(358, 75.0%, 59.0%, 0)", "hsla(358, 75.0%, 59.0%, 0.25)", "hsla(358, 75.0%, 59.0%, 0.5)", "hsla(358, 75.0%, 59.0%, 0.75)", "hsla(0, 0%, 99.0%, 0)", "hsla(0, 0%, 99.0%, 0.25)", "hsla(0, 0%, 99.0%, 0.5)", "hsla(0, 0%, 99.0%, 0.75)", "hsla(0, 0%, 56.1%, 0)", "hsla(0, 0%, 56.1%, 0.25)", "hsla(0, 0%, 56.1%, 0.5)", "hsla(0, 0%, 56.1%, 0.75)", "hsla(30, 70.0%, 7.2%, 0)", "hsla(30, 70.0%, 7.2%, 0.25)", "hsla(30, 70.0%, 7.2%, 0.5)", "hsla(30, 70.0%, 7.2%, 0.75)", "hsla(45, 100%, 5.5%, 0)", "hsla(45, 100%, 5.5%, 0.25)", "hsla(45, 100%, 5.5%, 0.5)", "hsla(45, 100%, 5.5%, 0.75)", "hsla(146, 30.0%, 7.4%, 0)", "hsla(146, 30.0%, 7.4%, 0.25)", "hsla(146, 30.0%, 7.4%, 0.5)", "hsla(146, 30.0%, 7.4%, 0.75)", "hsla(212, 35.0%, 9.2%, 0)", "hsla(212, 35.0%, 9.2%, 0.25)", "hsla(212, 35.0%, 9.2%, 0.5)", "hsla(212, 35.0%, 9.2%, 0.75)", "hsla(284, 20.0%, 9.6%, 0)", "hsla(284, 20.0%, 9.6%, 0.25)", "hsla(284, 20.0%, 9.6%, 0.5)", "hsla(284, 20.0%, 9.6%, 0.75)", "hsla(318, 25.0%, 9.6%, 0)", "hsla(318, 25.0%, 9.6%, 0.25)", "hsla(318, 25.0%, 9.6%, 0.5)", "hsla(318, 25.0%, 9.6%, 0.75)", "hsla(353, 23.0%, 9.8%, 0)", "hsla(353, 23.0%, 9.8%, 0.25)", "hsla(353, 23.0%, 9.8%, 0.5)", "hsla(353, 23.0%, 9.8%, 0.75)", "hsla(0, 0%, 8.5%, 0)", "hsla(0, 0%, 8.5%, 0.25)", "hsla(0, 0%, 8.5%, 0.5)", "hsla(0, 0%, 8.5%, 0.75)", "hsla(0, 0%, 43.9%, 0)", "hsla(0, 0%, 43.9%, 0.25)", "hsla(0, 0%, 43.9%, 0.5)", "hsla(0, 0%, 43.9%, 0.75)", "rgba(0,0,0,0.5)", "rgba(0,0,0,0.8)"],
931
+ ks = ["accentBackground", "accentColor", "background0", "background025", "background05", "background075", "color1", "color2", "color3", "color4", "color5", "color6", "color7", "color8", "color9", "color10", "color11", "color12", "color0", "color025", "color05", "color075", "background", "backgroundHover", "backgroundPress", "backgroundFocus", "borderColor", "borderColorHover", "borderColorPress", "borderColorFocus", "color", "colorHover", "colorPress", "colorFocus", "colorTransparent", "placeholderColor", "outlineColor", "blue1", "blue2", "blue3", "blue4", "blue5", "blue6", "blue7", "blue8", "blue9", "blue10", "blue11", "blue12", "gray1", "gray2", "gray3", "gray4", "gray5", "gray6", "gray7", "gray8", "gray9", "gray10", "gray11", "gray12", "green1", "green2", "green3", "green4", "green5", "green6", "green7", "green8", "green9", "green10", "green11", "green12", "orange1", "orange2", "orange3", "orange4", "orange5", "orange6", "orange7", "orange8", "orange9", "orange10", "orange11", "orange12", "pink1", "pink2", "pink3", "pink4", "pink5", "pink6", "pink7", "pink8", "pink9", "pink10", "pink11", "pink12", "purple1", "purple2", "purple3", "purple4", "purple5", "purple6", "purple7", "purple8", "purple9", "purple10", "purple11", "purple12", "red1", "red2", "red3", "red4", "red5", "red6", "red7", "red8", "red9", "red10", "red11", "red12", "yellow1", "yellow2", "yellow3", "yellow4", "yellow5", "yellow6", "yellow7", "yellow8", "yellow9", "yellow10", "yellow11", "yellow12", "shadowColor", "shadowColorHover", "shadowColorPress", "shadowColorFocus"],
932
+ n1 = t([[0, 0], [1, 1], [2, 2], [3, 3], [4, 4], [5, 5], [6, 6], [7, 7], [8, 8], [9, 9], [10, 10], [11, 11], [12, 12], [13, 13], [14, 14], [15, 15], [16, 16], [17, 17], [18, 18], [19, 19], [20, 20], [21, 21], [22, 6], [23, 5], [24, 7], [25, 7], [26, 9], [27, 8], [28, 10], [29, 9], [30, 17], [31, 16], [32, 17], [33, 16], [34, 18], [35, 14], [36, 19], [37, 22], [38, 23], [39, 24], [40, 0], [41, 25], [42, 26], [43, 27], [44, 28], [45, 29], [46, 30], [47, 31], [48, 32], [49, 33], [50, 34], [51, 35], [52, 36], [53, 37], [54, 38], [55, 39], [56, 40], [57, 14], [58, 41], [59, 42], [60, 17], [61, 43], [62, 44], [63, 45], [64, 46], [65, 47], [66, 48], [67, 49], [68, 50], [69, 51], [70, 52], [71, 53], [72, 54], [73, 55], [74, 56], [75, 57], [76, 58], [77, 59], [78, 60], [79, 61], [80, 62], [81, 63], [82, 64], [83, 65], [84, 66], [85, 67], [86, 68], [87, 69], [88, 70], [89, 71], [90, 72], [91, 73], [92, 74], [93, 75], [94, 76], [95, 77], [96, 78], [97, 79], [98, 80], [99, 81], [100, 82], [101, 83], [102, 84], [103, 85], [104, 86], [105, 87], [106, 88], [107, 89], [108, 90], [109, 91], [110, 92], [111, 93], [112, 94], [113, 95], [114, 96], [115, 97], [116, 98], [117, 99], [118, 100], [119, 101], [120, 102], [121, 103], [122, 104], [123, 105], [124, 106], [125, 107], [126, 108], [127, 109], [128, 110], [129, 111], [130, 112], [131, 113], [132, 114], [133, 115], [134, 115], [135, 116], [136, 116]]),
933
+ light = n1,
934
+ n2 = t([[0, 1], [1, 0], [2, 18], [3, 19], [4, 20], [5, 21], [6, 117], [7, 118], [8, 119], [9, 120], [10, 121], [11, 122], [12, 123], [13, 124], [14, 125], [15, 126], [16, 127], [17, 6], [18, 2], [19, 3], [20, 4], [21, 5], [22, 117], [23, 118], [24, 21], [25, 21], [26, 120], [27, 121], [28, 119], [29, 120], [30, 6], [31, 127], [32, 6], [33, 127], [34, 2], [35, 125], [36, 3], [37, 128], [38, 129], [39, 130], [40, 1], [41, 131], [42, 132], [43, 133], [44, 134], [45, 29], [46, 135], [47, 136], [48, 137], [49, 138], [50, 139], [51, 140], [52, 141], [53, 142], [54, 143], [55, 144], [56, 145], [57, 146], [58, 147], [59, 148], [60, 36], [61, 149], [62, 150], [63, 151], [64, 152], [65, 153], [66, 154], [67, 155], [68, 156], [69, 51], [70, 157], [71, 158], [72, 159], [73, 160], [74, 161], [75, 162], [76, 163], [77, 164], [78, 165], [79, 166], [80, 167], [81, 63], [82, 168], [83, 169], [84, 170], [85, 171], [86, 172], [87, 173], [88, 174], [89, 175], [90, 176], [91, 177], [92, 178], [93, 75], [94, 179], [95, 180], [96, 181], [97, 182], [98, 183], [99, 184], [100, 185], [101, 186], [102, 187], [103, 188], [104, 189], [105, 87], [106, 190], [107, 191], [108, 192], [109, 193], [110, 194], [111, 195], [112, 196], [113, 197], [114, 198], [115, 199], [116, 200], [117, 99], [118, 201], [119, 202], [120, 203], [121, 204], [122, 205], [123, 206], [124, 207], [125, 208], [126, 209], [127, 210], [128, 211], [129, 111], [130, 212], [131, 213], [132, 214], [133, 215], [134, 215], [135, 216], [136, 216]]),
935
+ dark = n2,
936
+ n3 = t([[0, 67], [1, 78], [2, 217], [3, 218], [4, 219], [5, 220], [6, 55], [7, 56], [8, 57], [9, 58], [10, 59], [11, 60], [12, 61], [13, 62], [14, 63], [15, 64], [16, 65], [17, 66], [18, 221], [19, 222], [20, 223], [21, 224], [22, 55], [23, 220], [24, 56], [25, 56], [26, 58], [27, 57], [28, 59], [29, 58], [30, 66], [31, 65], [32, 66], [33, 65], [34, 221], [35, 63], [36, 222]]),
937
+ light_orange = n3,
938
+ n4 = t([[0, 22], [1, 32], [2, 225], [3, 226], [4, 227], [5, 228], [6, 103], [7, 104], [8, 105], [9, 106], [10, 107], [11, 108], [12, 109], [13, 110], [14, 111], [15, 112], [16, 113], [17, 114], [18, 229], [19, 230], [20, 231], [21, 232], [22, 103], [23, 228], [24, 104], [25, 104], [26, 106], [27, 105], [28, 107], [29, 106], [30, 114], [31, 113], [32, 114], [33, 113], [34, 229], [35, 111], [36, 230]]),
939
+ light_yellow = n4,
940
+ n5 = t([[0, 55], [1, 66], [2, 233], [3, 234], [4, 235], [5, 236], [6, 43], [7, 44], [8, 45], [9, 46], [10, 47], [11, 48], [12, 49], [13, 50], [14, 51], [15, 52], [16, 53], [17, 54], [18, 237], [19, 238], [20, 239], [21, 240], [22, 43], [23, 236], [24, 44], [25, 44], [26, 46], [27, 45], [28, 47], [29, 46], [30, 54], [31, 53], [32, 54], [33, 53], [34, 237], [35, 51], [36, 238]]),
941
+ light_green = n5,
942
+ n6 = t([[0, 33], [1, 17], [2, 241], [3, 242], [4, 243], [5, 244], [6, 22], [7, 23], [8, 24], [9, 0], [10, 25], [11, 26], [12, 27], [13, 28], [14, 29], [15, 30], [16, 31], [17, 32], [18, 245], [19, 246], [20, 247], [21, 248], [22, 22], [23, 244], [24, 23], [25, 23], [26, 0], [27, 24], [28, 25], [29, 0], [30, 32], [31, 31], [32, 32], [33, 31], [34, 245], [35, 29], [36, 246]]),
943
+ light_blue = n6,
944
+ n7 = t([[0, 91], [1, 102], [2, 249], [3, 250], [4, 251], [5, 252], [6, 79], [7, 80], [8, 81], [9, 82], [10, 83], [11, 84], [12, 85], [13, 86], [14, 87], [15, 88], [16, 89], [17, 90], [18, 253], [19, 254], [20, 255], [21, 256], [22, 79], [23, 252], [24, 80], [25, 80], [26, 82], [27, 81], [28, 83], [29, 82], [30, 90], [31, 89], [32, 90], [33, 89], [34, 253], [35, 87], [36, 254]]),
945
+ light_purple = n7,
946
+ n8 = t([[0, 79], [1, 90], [2, 257], [3, 258], [4, 259], [5, 260], [6, 67], [7, 68], [8, 69], [9, 70], [10, 71], [11, 72], [12, 73], [13, 74], [14, 75], [15, 76], [16, 77], [17, 78], [18, 261], [19, 262], [20, 263], [21, 264], [22, 67], [23, 260], [24, 68], [25, 68], [26, 70], [27, 69], [28, 71], [29, 70], [30, 78], [31, 77], [32, 78], [33, 77], [34, 261], [35, 75], [36, 262]]),
947
+ light_pink = n8,
948
+ n9 = t([[0, 103], [1, 114], [2, 265], [3, 266], [4, 267], [5, 268], [6, 91], [7, 92], [8, 93], [9, 94], [10, 95], [11, 96], [12, 97], [13, 98], [14, 99], [15, 100], [16, 101], [17, 102], [18, 269], [19, 270], [20, 271], [21, 272], [22, 91], [23, 268], [24, 92], [25, 92], [26, 94], [27, 93], [28, 95], [29, 94], [30, 102], [31, 101], [32, 102], [33, 101], [34, 269], [35, 99], [36, 270]]),
949
+ light_red = n9,
950
+ n10 = t([[0, 43], [1, 54], [2, 273], [3, 274], [4, 275], [5, 276], [6, 33], [7, 34], [8, 35], [9, 36], [10, 37], [11, 38], [12, 39], [13, 40], [14, 14], [15, 41], [16, 42], [17, 17], [18, 277], [19, 278], [20, 279], [21, 280], [22, 33], [23, 276], [24, 34], [25, 34], [26, 36], [27, 35], [28, 37], [29, 36], [30, 17], [31, 42], [32, 17], [33, 42], [34, 277], [35, 14], [36, 278]]),
951
+ light_gray = n10,
952
+ n11 = t([[0, 67], [1, 78], [2, 281], [3, 282], [4, 283], [5, 284], [6, 160], [7, 161], [8, 162], [9, 163], [10, 164], [11, 165], [12, 166], [13, 167], [14, 63], [15, 168], [16, 169], [17, 170], [18, 221], [19, 222], [20, 223], [21, 224], [22, 160], [23, 161], [24, 284], [25, 284], [26, 163], [27, 164], [28, 162], [29, 163], [30, 170], [31, 169], [32, 170], [33, 169], [34, 221], [35, 63], [36, 222]]),
953
+ dark_orange = n11,
954
+ n12 = t([[0, 22], [1, 32], [2, 285], [3, 286], [4, 287], [5, 288], [6, 204], [7, 205], [8, 206], [9, 207], [10, 208], [11, 209], [12, 210], [13, 211], [14, 111], [15, 212], [16, 213], [17, 214], [18, 229], [19, 230], [20, 231], [21, 232], [22, 204], [23, 205], [24, 288], [25, 288], [26, 207], [27, 208], [28, 206], [29, 207], [30, 214], [31, 213], [32, 214], [33, 213], [34, 229], [35, 111], [36, 230]]),
955
+ dark_yellow = n12,
956
+ n13 = t([[0, 55], [1, 66], [2, 289], [3, 290], [4, 291], [5, 292], [6, 149], [7, 150], [8, 151], [9, 152], [10, 153], [11, 154], [12, 155], [13, 156], [14, 51], [15, 157], [16, 158], [17, 159], [18, 237], [19, 238], [20, 239], [21, 240], [22, 149], [23, 150], [24, 292], [25, 292], [26, 152], [27, 153], [28, 151], [29, 152], [30, 159], [31, 158], [32, 159], [33, 158], [34, 237], [35, 51], [36, 238]]),
957
+ dark_green = n13,
958
+ n14 = t([[0, 33], [1, 17], [2, 293], [3, 294], [4, 295], [5, 296], [6, 128], [7, 129], [8, 130], [9, 1], [10, 131], [11, 132], [12, 133], [13, 134], [14, 29], [15, 135], [16, 136], [17, 137], [18, 245], [19, 246], [20, 247], [21, 248], [22, 128], [23, 129], [24, 296], [25, 296], [26, 1], [27, 131], [28, 130], [29, 1], [30, 137], [31, 136], [32, 137], [33, 136], [34, 245], [35, 29], [36, 246]]),
959
+ dark_blue = n14,
960
+ n15 = t([[0, 91], [1, 102], [2, 297], [3, 298], [4, 299], [5, 300], [6, 182], [7, 183], [8, 184], [9, 185], [10, 186], [11, 187], [12, 188], [13, 189], [14, 87], [15, 190], [16, 191], [17, 192], [18, 253], [19, 254], [20, 255], [21, 256], [22, 182], [23, 183], [24, 300], [25, 300], [26, 185], [27, 186], [28, 184], [29, 185], [30, 192], [31, 191], [32, 192], [33, 191], [34, 253], [35, 87], [36, 254]]),
961
+ dark_purple = n15,
962
+ n16 = t([[0, 79], [1, 90], [2, 301], [3, 302], [4, 303], [5, 304], [6, 171], [7, 172], [8, 173], [9, 174], [10, 175], [11, 176], [12, 177], [13, 178], [14, 75], [15, 179], [16, 180], [17, 181], [18, 261], [19, 262], [20, 263], [21, 264], [22, 171], [23, 172], [24, 304], [25, 304], [26, 174], [27, 175], [28, 173], [29, 174], [30, 181], [31, 180], [32, 181], [33, 180], [34, 261], [35, 75], [36, 262]]),
963
+ dark_pink = n16,
964
+ n17 = t([[0, 103], [1, 114], [2, 305], [3, 306], [4, 307], [5, 308], [6, 193], [7, 194], [8, 195], [9, 196], [10, 197], [11, 198], [12, 199], [13, 200], [14, 99], [15, 201], [16, 202], [17, 203], [18, 269], [19, 270], [20, 271], [21, 272], [22, 193], [23, 194], [24, 308], [25, 308], [26, 196], [27, 197], [28, 195], [29, 196], [30, 203], [31, 202], [32, 203], [33, 202], [34, 269], [35, 99], [36, 270]]),
965
+ dark_red = n17,
966
+ n18 = t([[0, 43], [1, 54], [2, 309], [3, 310], [4, 311], [5, 312], [6, 138], [7, 139], [8, 140], [9, 141], [10, 142], [11, 143], [12, 144], [13, 145], [14, 146], [15, 147], [16, 148], [17, 36], [18, 313], [19, 314], [20, 315], [21, 316], [22, 138], [23, 139], [24, 312], [25, 312], [26, 141], [27, 142], [28, 140], [29, 141], [30, 36], [31, 148], [32, 36], [33, 148], [34, 313], [35, 146], [36, 314]]),
967
+ dark_gray = n18,
968
+ n19 = t([[30, 16], [31, 15], [32, 16], [33, 15]]),
969
+ light_alt1 = n19,
970
+ n20 = t([[30, 15], [31, 14], [32, 15], [33, 14]]),
971
+ light_alt2 = n20,
972
+ n21 = t([[22, 9], [23, 8], [24, 10], [25, 10], [26, 12], [27, 11], [29, 12], [28, 13]]),
973
+ light_active = n21,
974
+ light_surface3 = n21,
975
+ light_Button = n21,
976
+ light_SliderTrackActive = n21,
977
+ light_active_SliderTrackActive = n21,
978
+ n22 = t([[22, 7], [23, 6], [24, 8], [25, 8], [26, 10], [27, 9], [29, 10], [28, 11]]),
979
+ light_surface1 = n22,
980
+ light_ListItem = n22,
981
+ light_SelectTrigger = n22,
982
+ light_Card = n22,
983
+ light_Progress = n22,
984
+ light_TooltipArrow = n22,
985
+ light_SliderTrack = n22,
986
+ light_Input = n22,
987
+ light_TextArea = n22,
988
+ light_active_ListItem = n22,
989
+ light_active_Progress = n22,
990
+ light_active_TooltipArrow = n22,
991
+ light_active_SliderTrack = n22,
992
+ n23 = t([[22, 8], [23, 7], [24, 9], [25, 9], [26, 11], [27, 10], [29, 11], [28, 12]]),
993
+ light_surface2 = n23,
994
+ light_Checkbox = n23,
995
+ light_Switch = n23,
996
+ light_TooltipContent = n23,
997
+ light_RadioGroupItem = n23,
998
+ n24 = t([[22, 11], [23, 11], [24, 12], [25, 12], [26, 11], [27, 11], [29, 12], [28, 12]]),
999
+ light_surface4 = n24,
1000
+ light_active_SelectTrigger = n24,
1001
+ light_active_Card = n24,
1002
+ light_active_Button = n24,
1003
+ light_active_Checkbox = n24,
1004
+ light_active_Switch = n24,
1005
+ light_active_TooltipContent = n24,
1006
+ light_active_RadioGroupItem = n24,
1007
+ light_active_Input = n24,
1008
+ light_active_TextArea = n24,
1009
+ n25 = t([[30, 127], [31, 126], [32, 127], [33, 126]]),
1010
+ dark_alt1 = n25,
1011
+ n26 = t([[30, 126], [31, 125], [32, 126], [33, 125]]),
1012
+ dark_alt2 = n26,
1013
+ n27 = t([[22, 120], [23, 121], [24, 119], [25, 119], [26, 123], [27, 124], [29, 123], [28, 122]]),
1014
+ dark_active = n27,
1015
+ dark_surface3 = n27,
1016
+ dark_Button = n27,
1017
+ dark_SliderTrackActive = n27,
1018
+ dark_active_SliderTrackActive = n27,
1019
+ n28 = t([[22, 118], [23, 119], [24, 117], [25, 117], [26, 121], [27, 122], [29, 121], [28, 120]]),
1020
+ dark_surface1 = n28,
1021
+ dark_ListItem = n28,
1022
+ dark_SelectTrigger = n28,
1023
+ dark_Card = n28,
1024
+ dark_Progress = n28,
1025
+ dark_TooltipArrow = n28,
1026
+ dark_SliderTrack = n28,
1027
+ dark_Input = n28,
1028
+ dark_TextArea = n28,
1029
+ dark_active_ListItem = n28,
1030
+ dark_active_Progress = n28,
1031
+ dark_active_TooltipArrow = n28,
1032
+ dark_active_SliderTrack = n28,
1033
+ n29 = t([[22, 119], [23, 120], [24, 118], [25, 118], [26, 122], [27, 123], [29, 122], [28, 121]]),
1034
+ dark_surface2 = n29,
1035
+ dark_Checkbox = n29,
1036
+ dark_Switch = n29,
1037
+ dark_TooltipContent = n29,
1038
+ dark_RadioGroupItem = n29,
1039
+ n30 = t([[22, 122], [23, 122], [24, 121], [25, 121], [26, 122], [27, 122], [29, 121], [28, 121]]),
1040
+ dark_surface4 = n30,
1041
+ dark_active_SelectTrigger = n30,
1042
+ dark_active_Card = n30,
1043
+ dark_active_Button = n30,
1044
+ dark_active_Checkbox = n30,
1045
+ dark_active_Switch = n30,
1046
+ dark_active_TooltipContent = n30,
1047
+ dark_active_RadioGroupItem = n30,
1048
+ dark_active_Input = n30,
1049
+ dark_active_TextArea = n30,
1050
+ n31 = t([[30, 65], [31, 64], [32, 65], [33, 64]]),
1051
+ light_orange_alt1 = n31,
1052
+ n32 = t([[30, 64], [31, 63], [32, 64], [33, 63]]),
1053
+ light_orange_alt2 = n32,
1054
+ n33 = t([[22, 58], [23, 57], [24, 59], [25, 59], [26, 61], [27, 60], [29, 61], [28, 62]]),
1055
+ light_orange_active = n33,
1056
+ light_orange_surface3 = n33,
1057
+ light_orange_Button = n33,
1058
+ light_orange_SliderTrackActive = n33,
1059
+ light_orange_active_SliderTrackActive = n33,
1060
+ n34 = t([[22, 56], [23, 55], [24, 57], [25, 57], [26, 59], [27, 58], [29, 59], [28, 60]]),
1061
+ light_orange_surface1 = n34,
1062
+ light_orange_ListItem = n34,
1063
+ light_orange_SelectTrigger = n34,
1064
+ light_orange_Card = n34,
1065
+ light_orange_Progress = n34,
1066
+ light_orange_TooltipArrow = n34,
1067
+ light_orange_SliderTrack = n34,
1068
+ light_orange_Input = n34,
1069
+ light_orange_TextArea = n34,
1070
+ light_orange_active_ListItem = n34,
1071
+ light_orange_active_Progress = n34,
1072
+ light_orange_active_TooltipArrow = n34,
1073
+ light_orange_active_SliderTrack = n34,
1074
+ n35 = t([[22, 57], [23, 56], [24, 58], [25, 58], [26, 60], [27, 59], [29, 60], [28, 61]]),
1075
+ light_orange_surface2 = n35,
1076
+ light_orange_Checkbox = n35,
1077
+ light_orange_Switch = n35,
1078
+ light_orange_TooltipContent = n35,
1079
+ light_orange_RadioGroupItem = n35,
1080
+ n36 = t([[22, 60], [23, 60], [24, 61], [25, 61], [26, 60], [27, 60], [29, 61], [28, 61]]),
1081
+ light_orange_surface4 = n36,
1082
+ light_orange_active_SelectTrigger = n36,
1083
+ light_orange_active_Card = n36,
1084
+ light_orange_active_Button = n36,
1085
+ light_orange_active_Checkbox = n36,
1086
+ light_orange_active_Switch = n36,
1087
+ light_orange_active_TooltipContent = n36,
1088
+ light_orange_active_RadioGroupItem = n36,
1089
+ light_orange_active_Input = n36,
1090
+ light_orange_active_TextArea = n36,
1091
+ n37 = t([[30, 113], [31, 112], [32, 113], [33, 112]]),
1092
+ light_yellow_alt1 = n37,
1093
+ n38 = t([[30, 112], [31, 111], [32, 112], [33, 111]]),
1094
+ light_yellow_alt2 = n38,
1095
+ n39 = t([[22, 106], [23, 105], [24, 107], [25, 107], [26, 109], [27, 108], [29, 109], [28, 110]]),
1096
+ light_yellow_active = n39,
1097
+ light_yellow_surface3 = n39,
1098
+ light_yellow_Button = n39,
1099
+ light_yellow_SliderTrackActive = n39,
1100
+ light_yellow_active_SliderTrackActive = n39,
1101
+ n40 = t([[22, 104], [23, 103], [24, 105], [25, 105], [26, 107], [27, 106], [29, 107], [28, 108]]),
1102
+ light_yellow_surface1 = n40,
1103
+ light_yellow_ListItem = n40,
1104
+ light_yellow_SelectTrigger = n40,
1105
+ light_yellow_Card = n40,
1106
+ light_yellow_Progress = n40,
1107
+ light_yellow_TooltipArrow = n40,
1108
+ light_yellow_SliderTrack = n40,
1109
+ light_yellow_Input = n40,
1110
+ light_yellow_TextArea = n40,
1111
+ light_yellow_active_ListItem = n40,
1112
+ light_yellow_active_Progress = n40,
1113
+ light_yellow_active_TooltipArrow = n40,
1114
+ light_yellow_active_SliderTrack = n40,
1115
+ n41 = t([[22, 105], [23, 104], [24, 106], [25, 106], [26, 108], [27, 107], [29, 108], [28, 109]]),
1116
+ light_yellow_surface2 = n41,
1117
+ light_yellow_Checkbox = n41,
1118
+ light_yellow_Switch = n41,
1119
+ light_yellow_TooltipContent = n41,
1120
+ light_yellow_RadioGroupItem = n41,
1121
+ n42 = t([[22, 108], [23, 108], [24, 109], [25, 109], [26, 108], [27, 108], [29, 109], [28, 109]]),
1122
+ light_yellow_surface4 = n42,
1123
+ light_yellow_active_SelectTrigger = n42,
1124
+ light_yellow_active_Card = n42,
1125
+ light_yellow_active_Button = n42,
1126
+ light_yellow_active_Checkbox = n42,
1127
+ light_yellow_active_Switch = n42,
1128
+ light_yellow_active_TooltipContent = n42,
1129
+ light_yellow_active_RadioGroupItem = n42,
1130
+ light_yellow_active_Input = n42,
1131
+ light_yellow_active_TextArea = n42,
1132
+ n43 = t([[30, 53], [31, 52], [32, 53], [33, 52]]),
1133
+ light_green_alt1 = n43,
1134
+ n44 = t([[30, 52], [31, 51], [32, 52], [33, 51]]),
1135
+ light_green_alt2 = n44,
1136
+ n45 = t([[22, 46], [23, 45], [24, 47], [25, 47], [26, 49], [27, 48], [29, 49], [28, 50]]),
1137
+ light_green_active = n45,
1138
+ light_green_surface3 = n45,
1139
+ light_green_Button = n45,
1140
+ light_green_SliderTrackActive = n45,
1141
+ light_green_active_SliderTrackActive = n45,
1142
+ n46 = t([[22, 44], [23, 43], [24, 45], [25, 45], [26, 47], [27, 46], [29, 47], [28, 48]]),
1143
+ light_green_surface1 = n46,
1144
+ light_green_ListItem = n46,
1145
+ light_green_SelectTrigger = n46,
1146
+ light_green_Card = n46,
1147
+ light_green_Progress = n46,
1148
+ light_green_TooltipArrow = n46,
1149
+ light_green_SliderTrack = n46,
1150
+ light_green_Input = n46,
1151
+ light_green_TextArea = n46,
1152
+ light_green_active_ListItem = n46,
1153
+ light_green_active_Progress = n46,
1154
+ light_green_active_TooltipArrow = n46,
1155
+ light_green_active_SliderTrack = n46,
1156
+ n47 = t([[22, 45], [23, 44], [24, 46], [25, 46], [26, 48], [27, 47], [29, 48], [28, 49]]),
1157
+ light_green_surface2 = n47,
1158
+ light_green_Checkbox = n47,
1159
+ light_green_Switch = n47,
1160
+ light_green_TooltipContent = n47,
1161
+ light_green_RadioGroupItem = n47,
1162
+ n48 = t([[22, 48], [23, 48], [24, 49], [25, 49], [26, 48], [27, 48], [29, 49], [28, 49]]),
1163
+ light_green_surface4 = n48,
1164
+ light_green_active_SelectTrigger = n48,
1165
+ light_green_active_Card = n48,
1166
+ light_green_active_Button = n48,
1167
+ light_green_active_Checkbox = n48,
1168
+ light_green_active_Switch = n48,
1169
+ light_green_active_TooltipContent = n48,
1170
+ light_green_active_RadioGroupItem = n48,
1171
+ light_green_active_Input = n48,
1172
+ light_green_active_TextArea = n48,
1173
+ n49 = t([[30, 31], [31, 30], [32, 31], [33, 30]]),
1174
+ light_blue_alt1 = n49,
1175
+ n50 = t([[30, 30], [31, 29], [32, 30], [33, 29]]),
1176
+ light_blue_alt2 = n50,
1177
+ n51 = t([[22, 0], [23, 24], [24, 25], [25, 25], [26, 27], [27, 26], [29, 27], [28, 28]]),
1178
+ light_blue_active = n51,
1179
+ light_blue_surface3 = n51,
1180
+ light_blue_Button = n51,
1181
+ light_blue_SliderTrackActive = n51,
1182
+ light_blue_active_SliderTrackActive = n51,
1183
+ n52 = t([[22, 23], [23, 22], [24, 24], [25, 24], [26, 25], [27, 0], [29, 25], [28, 26]]),
1184
+ light_blue_surface1 = n52,
1185
+ light_blue_ListItem = n52,
1186
+ light_blue_SelectTrigger = n52,
1187
+ light_blue_Card = n52,
1188
+ light_blue_Progress = n52,
1189
+ light_blue_TooltipArrow = n52,
1190
+ light_blue_SliderTrack = n52,
1191
+ light_blue_Input = n52,
1192
+ light_blue_TextArea = n52,
1193
+ light_blue_active_ListItem = n52,
1194
+ light_blue_active_Progress = n52,
1195
+ light_blue_active_TooltipArrow = n52,
1196
+ light_blue_active_SliderTrack = n52,
1197
+ n53 = t([[22, 24], [23, 23], [24, 0], [25, 0], [26, 26], [27, 25], [29, 26], [28, 27]]),
1198
+ light_blue_surface2 = n53,
1199
+ light_blue_Checkbox = n53,
1200
+ light_blue_Switch = n53,
1201
+ light_blue_TooltipContent = n53,
1202
+ light_blue_RadioGroupItem = n53,
1203
+ n54 = t([[22, 26], [23, 26], [24, 27], [25, 27], [26, 26], [27, 26], [29, 27], [28, 27]]),
1204
+ light_blue_surface4 = n54,
1205
+ light_blue_active_SelectTrigger = n54,
1206
+ light_blue_active_Card = n54,
1207
+ light_blue_active_Button = n54,
1208
+ light_blue_active_Checkbox = n54,
1209
+ light_blue_active_Switch = n54,
1210
+ light_blue_active_TooltipContent = n54,
1211
+ light_blue_active_RadioGroupItem = n54,
1212
+ light_blue_active_Input = n54,
1213
+ light_blue_active_TextArea = n54,
1214
+ n55 = t([[30, 89], [31, 88], [32, 89], [33, 88]]),
1215
+ light_purple_alt1 = n55,
1216
+ n56 = t([[30, 88], [31, 87], [32, 88], [33, 87]]),
1217
+ light_purple_alt2 = n56,
1218
+ n57 = t([[22, 82], [23, 81], [24, 83], [25, 83], [26, 85], [27, 84], [29, 85], [28, 86]]),
1219
+ light_purple_active = n57,
1220
+ light_purple_surface3 = n57,
1221
+ light_purple_Button = n57,
1222
+ light_purple_SliderTrackActive = n57,
1223
+ light_purple_active_SliderTrackActive = n57,
1224
+ n58 = t([[22, 80], [23, 79], [24, 81], [25, 81], [26, 83], [27, 82], [29, 83], [28, 84]]),
1225
+ light_purple_surface1 = n58,
1226
+ light_purple_ListItem = n58,
1227
+ light_purple_SelectTrigger = n58,
1228
+ light_purple_Card = n58,
1229
+ light_purple_Progress = n58,
1230
+ light_purple_TooltipArrow = n58,
1231
+ light_purple_SliderTrack = n58,
1232
+ light_purple_Input = n58,
1233
+ light_purple_TextArea = n58,
1234
+ light_purple_active_ListItem = n58,
1235
+ light_purple_active_Progress = n58,
1236
+ light_purple_active_TooltipArrow = n58,
1237
+ light_purple_active_SliderTrack = n58,
1238
+ n59 = t([[22, 81], [23, 80], [24, 82], [25, 82], [26, 84], [27, 83], [29, 84], [28, 85]]),
1239
+ light_purple_surface2 = n59,
1240
+ light_purple_Checkbox = n59,
1241
+ light_purple_Switch = n59,
1242
+ light_purple_TooltipContent = n59,
1243
+ light_purple_RadioGroupItem = n59,
1244
+ n60 = t([[22, 84], [23, 84], [24, 85], [25, 85], [26, 84], [27, 84], [29, 85], [28, 85]]),
1245
+ light_purple_surface4 = n60,
1246
+ light_purple_active_SelectTrigger = n60,
1247
+ light_purple_active_Card = n60,
1248
+ light_purple_active_Button = n60,
1249
+ light_purple_active_Checkbox = n60,
1250
+ light_purple_active_Switch = n60,
1251
+ light_purple_active_TooltipContent = n60,
1252
+ light_purple_active_RadioGroupItem = n60,
1253
+ light_purple_active_Input = n60,
1254
+ light_purple_active_TextArea = n60,
1255
+ n61 = t([[30, 77], [31, 76], [32, 77], [33, 76]]),
1256
+ light_pink_alt1 = n61,
1257
+ n62 = t([[30, 76], [31, 75], [32, 76], [33, 75]]),
1258
+ light_pink_alt2 = n62,
1259
+ n63 = t([[22, 70], [23, 69], [24, 71], [25, 71], [26, 73], [27, 72], [29, 73], [28, 74]]),
1260
+ light_pink_active = n63,
1261
+ light_pink_surface3 = n63,
1262
+ light_pink_Button = n63,
1263
+ light_pink_SliderTrackActive = n63,
1264
+ light_pink_active_SliderTrackActive = n63,
1265
+ n64 = t([[22, 68], [23, 67], [24, 69], [25, 69], [26, 71], [27, 70], [29, 71], [28, 72]]),
1266
+ light_pink_surface1 = n64,
1267
+ light_pink_ListItem = n64,
1268
+ light_pink_SelectTrigger = n64,
1269
+ light_pink_Card = n64,
1270
+ light_pink_Progress = n64,
1271
+ light_pink_TooltipArrow = n64,
1272
+ light_pink_SliderTrack = n64,
1273
+ light_pink_Input = n64,
1274
+ light_pink_TextArea = n64,
1275
+ light_pink_active_ListItem = n64,
1276
+ light_pink_active_Progress = n64,
1277
+ light_pink_active_TooltipArrow = n64,
1278
+ light_pink_active_SliderTrack = n64,
1279
+ n65 = t([[22, 69], [23, 68], [24, 70], [25, 70], [26, 72], [27, 71], [29, 72], [28, 73]]),
1280
+ light_pink_surface2 = n65,
1281
+ light_pink_Checkbox = n65,
1282
+ light_pink_Switch = n65,
1283
+ light_pink_TooltipContent = n65,
1284
+ light_pink_RadioGroupItem = n65,
1285
+ n66 = t([[22, 72], [23, 72], [24, 73], [25, 73], [26, 72], [27, 72], [29, 73], [28, 73]]),
1286
+ light_pink_surface4 = n66,
1287
+ light_pink_active_SelectTrigger = n66,
1288
+ light_pink_active_Card = n66,
1289
+ light_pink_active_Button = n66,
1290
+ light_pink_active_Checkbox = n66,
1291
+ light_pink_active_Switch = n66,
1292
+ light_pink_active_TooltipContent = n66,
1293
+ light_pink_active_RadioGroupItem = n66,
1294
+ light_pink_active_Input = n66,
1295
+ light_pink_active_TextArea = n66,
1296
+ n67 = t([[30, 101], [31, 100], [32, 101], [33, 100]]),
1297
+ light_red_alt1 = n67,
1298
+ n68 = t([[30, 100], [31, 99], [32, 100], [33, 99]]),
1299
+ light_red_alt2 = n68,
1300
+ n69 = t([[22, 94], [23, 93], [24, 95], [25, 95], [26, 97], [27, 96], [29, 97], [28, 98]]),
1301
+ light_red_active = n69,
1302
+ light_red_surface3 = n69,
1303
+ light_red_Button = n69,
1304
+ light_red_SliderTrackActive = n69,
1305
+ light_red_active_SliderTrackActive = n69,
1306
+ n70 = t([[22, 92], [23, 91], [24, 93], [25, 93], [26, 95], [27, 94], [29, 95], [28, 96]]),
1307
+ light_red_surface1 = n70,
1308
+ light_red_ListItem = n70,
1309
+ light_red_SelectTrigger = n70,
1310
+ light_red_Card = n70,
1311
+ light_red_Progress = n70,
1312
+ light_red_TooltipArrow = n70,
1313
+ light_red_SliderTrack = n70,
1314
+ light_red_Input = n70,
1315
+ light_red_TextArea = n70,
1316
+ light_red_active_ListItem = n70,
1317
+ light_red_active_Progress = n70,
1318
+ light_red_active_TooltipArrow = n70,
1319
+ light_red_active_SliderTrack = n70,
1320
+ n71 = t([[22, 93], [23, 92], [24, 94], [25, 94], [26, 96], [27, 95], [29, 96], [28, 97]]),
1321
+ light_red_surface2 = n71,
1322
+ light_red_Checkbox = n71,
1323
+ light_red_Switch = n71,
1324
+ light_red_TooltipContent = n71,
1325
+ light_red_RadioGroupItem = n71,
1326
+ n72 = t([[22, 96], [23, 96], [24, 97], [25, 97], [26, 96], [27, 96], [29, 97], [28, 97]]),
1327
+ light_red_surface4 = n72,
1328
+ light_red_active_SelectTrigger = n72,
1329
+ light_red_active_Card = n72,
1330
+ light_red_active_Button = n72,
1331
+ light_red_active_Checkbox = n72,
1332
+ light_red_active_Switch = n72,
1333
+ light_red_active_TooltipContent = n72,
1334
+ light_red_active_RadioGroupItem = n72,
1335
+ light_red_active_Input = n72,
1336
+ light_red_active_TextArea = n72,
1337
+ n73 = t([[30, 42], [31, 41], [32, 42], [33, 41]]),
1338
+ light_gray_alt1 = n73,
1339
+ n74 = t([[30, 41], [31, 14], [32, 41], [33, 14]]),
1340
+ light_gray_alt2 = n74,
1341
+ n75 = t([[22, 36], [23, 35], [24, 37], [25, 37], [26, 39], [27, 38], [29, 39], [28, 40]]),
1342
+ light_gray_active = n75,
1343
+ light_gray_surface3 = n75,
1344
+ light_gray_Button = n75,
1345
+ light_gray_SliderTrackActive = n75,
1346
+ light_gray_active_SliderTrackActive = n75,
1347
+ n76 = t([[22, 34], [23, 33], [24, 35], [25, 35], [26, 37], [27, 36], [29, 37], [28, 38]]),
1348
+ light_gray_surface1 = n76,
1349
+ light_gray_ListItem = n76,
1350
+ light_gray_SelectTrigger = n76,
1351
+ light_gray_Card = n76,
1352
+ light_gray_Progress = n76,
1353
+ light_gray_TooltipArrow = n76,
1354
+ light_gray_SliderTrack = n76,
1355
+ light_gray_Input = n76,
1356
+ light_gray_TextArea = n76,
1357
+ light_gray_active_ListItem = n76,
1358
+ light_gray_active_Progress = n76,
1359
+ light_gray_active_TooltipArrow = n76,
1360
+ light_gray_active_SliderTrack = n76,
1361
+ n77 = t([[22, 35], [23, 34], [24, 36], [25, 36], [26, 38], [27, 37], [29, 38], [28, 39]]),
1362
+ light_gray_surface2 = n77,
1363
+ light_gray_Checkbox = n77,
1364
+ light_gray_Switch = n77,
1365
+ light_gray_TooltipContent = n77,
1366
+ light_gray_RadioGroupItem = n77,
1367
+ n78 = t([[22, 38], [23, 38], [24, 39], [25, 39], [26, 38], [27, 38], [29, 39], [28, 39]]),
1368
+ light_gray_surface4 = n78,
1369
+ light_gray_active_SelectTrigger = n78,
1370
+ light_gray_active_Card = n78,
1371
+ light_gray_active_Button = n78,
1372
+ light_gray_active_Checkbox = n78,
1373
+ light_gray_active_Switch = n78,
1374
+ light_gray_active_TooltipContent = n78,
1375
+ light_gray_active_RadioGroupItem = n78,
1376
+ light_gray_active_Input = n78,
1377
+ light_gray_active_TextArea = n78,
1378
+ n79 = t([[30, 169], [31, 168], [32, 169], [33, 168]]),
1379
+ dark_orange_alt1 = n79,
1380
+ n80 = t([[30, 168], [31, 63], [32, 168], [33, 63]]),
1381
+ dark_orange_alt2 = n80,
1382
+ n81 = t([[22, 163], [23, 164], [24, 162], [25, 162], [26, 166], [27, 167], [29, 166], [28, 165]]),
1383
+ dark_orange_active = n81,
1384
+ dark_orange_surface3 = n81,
1385
+ dark_orange_Button = n81,
1386
+ dark_orange_SliderTrackActive = n81,
1387
+ dark_orange_active_SliderTrackActive = n81,
1388
+ n82 = t([[22, 161], [23, 162], [24, 160], [25, 160], [26, 164], [27, 165], [29, 164], [28, 163]]),
1389
+ dark_orange_surface1 = n82,
1390
+ dark_orange_ListItem = n82,
1391
+ dark_orange_SelectTrigger = n82,
1392
+ dark_orange_Card = n82,
1393
+ dark_orange_Progress = n82,
1394
+ dark_orange_TooltipArrow = n82,
1395
+ dark_orange_SliderTrack = n82,
1396
+ dark_orange_Input = n82,
1397
+ dark_orange_TextArea = n82,
1398
+ dark_orange_active_ListItem = n82,
1399
+ dark_orange_active_Progress = n82,
1400
+ dark_orange_active_TooltipArrow = n82,
1401
+ dark_orange_active_SliderTrack = n82,
1402
+ n83 = t([[22, 162], [23, 163], [24, 161], [25, 161], [26, 165], [27, 166], [29, 165], [28, 164]]),
1403
+ dark_orange_surface2 = n83,
1404
+ dark_orange_Checkbox = n83,
1405
+ dark_orange_Switch = n83,
1406
+ dark_orange_TooltipContent = n83,
1407
+ dark_orange_RadioGroupItem = n83,
1408
+ n84 = t([[22, 165], [23, 165], [24, 164], [25, 164], [26, 165], [27, 165], [29, 164], [28, 164]]),
1409
+ dark_orange_surface4 = n84,
1410
+ dark_orange_active_SelectTrigger = n84,
1411
+ dark_orange_active_Card = n84,
1412
+ dark_orange_active_Button = n84,
1413
+ dark_orange_active_Checkbox = n84,
1414
+ dark_orange_active_Switch = n84,
1415
+ dark_orange_active_TooltipContent = n84,
1416
+ dark_orange_active_RadioGroupItem = n84,
1417
+ dark_orange_active_Input = n84,
1418
+ dark_orange_active_TextArea = n84,
1419
+ n85 = t([[30, 213], [31, 212], [32, 213], [33, 212]]),
1420
+ dark_yellow_alt1 = n85,
1421
+ n86 = t([[30, 212], [31, 111], [32, 212], [33, 111]]),
1422
+ dark_yellow_alt2 = n86,
1423
+ n87 = t([[22, 207], [23, 208], [24, 206], [25, 206], [26, 210], [27, 211], [29, 210], [28, 209]]),
1424
+ dark_yellow_active = n87,
1425
+ dark_yellow_surface3 = n87,
1426
+ dark_yellow_Button = n87,
1427
+ dark_yellow_SliderTrackActive = n87,
1428
+ dark_yellow_active_SliderTrackActive = n87,
1429
+ n88 = t([[22, 205], [23, 206], [24, 204], [25, 204], [26, 208], [27, 209], [29, 208], [28, 207]]),
1430
+ dark_yellow_surface1 = n88,
1431
+ dark_yellow_ListItem = n88,
1432
+ dark_yellow_SelectTrigger = n88,
1433
+ dark_yellow_Card = n88,
1434
+ dark_yellow_Progress = n88,
1435
+ dark_yellow_TooltipArrow = n88,
1436
+ dark_yellow_SliderTrack = n88,
1437
+ dark_yellow_Input = n88,
1438
+ dark_yellow_TextArea = n88,
1439
+ dark_yellow_active_ListItem = n88,
1440
+ dark_yellow_active_Progress = n88,
1441
+ dark_yellow_active_TooltipArrow = n88,
1442
+ dark_yellow_active_SliderTrack = n88,
1443
+ n89 = t([[22, 206], [23, 207], [24, 205], [25, 205], [26, 209], [27, 210], [29, 209], [28, 208]]),
1444
+ dark_yellow_surface2 = n89,
1445
+ dark_yellow_Checkbox = n89,
1446
+ dark_yellow_Switch = n89,
1447
+ dark_yellow_TooltipContent = n89,
1448
+ dark_yellow_RadioGroupItem = n89,
1449
+ n90 = t([[22, 209], [23, 209], [24, 208], [25, 208], [26, 209], [27, 209], [29, 208], [28, 208]]),
1450
+ dark_yellow_surface4 = n90,
1451
+ dark_yellow_active_SelectTrigger = n90,
1452
+ dark_yellow_active_Card = n90,
1453
+ dark_yellow_active_Button = n90,
1454
+ dark_yellow_active_Checkbox = n90,
1455
+ dark_yellow_active_Switch = n90,
1456
+ dark_yellow_active_TooltipContent = n90,
1457
+ dark_yellow_active_RadioGroupItem = n90,
1458
+ dark_yellow_active_Input = n90,
1459
+ dark_yellow_active_TextArea = n90,
1460
+ n91 = t([[30, 158], [31, 157], [32, 158], [33, 157]]),
1461
+ dark_green_alt1 = n91,
1462
+ n92 = t([[30, 157], [31, 51], [32, 157], [33, 51]]),
1463
+ dark_green_alt2 = n92,
1464
+ n93 = t([[22, 152], [23, 153], [24, 151], [25, 151], [26, 155], [27, 156], [29, 155], [28, 154]]),
1465
+ dark_green_active = n93,
1466
+ dark_green_surface3 = n93,
1467
+ dark_green_Button = n93,
1468
+ dark_green_SliderTrackActive = n93,
1469
+ dark_green_active_SliderTrackActive = n93,
1470
+ n94 = t([[22, 150], [23, 151], [24, 149], [25, 149], [26, 153], [27, 154], [29, 153], [28, 152]]),
1471
+ dark_green_surface1 = n94,
1472
+ dark_green_ListItem = n94,
1473
+ dark_green_SelectTrigger = n94,
1474
+ dark_green_Card = n94,
1475
+ dark_green_Progress = n94,
1476
+ dark_green_TooltipArrow = n94,
1477
+ dark_green_SliderTrack = n94,
1478
+ dark_green_Input = n94,
1479
+ dark_green_TextArea = n94,
1480
+ dark_green_active_ListItem = n94,
1481
+ dark_green_active_Progress = n94,
1482
+ dark_green_active_TooltipArrow = n94,
1483
+ dark_green_active_SliderTrack = n94,
1484
+ n95 = t([[22, 151], [23, 152], [24, 150], [25, 150], [26, 154], [27, 155], [29, 154], [28, 153]]),
1485
+ dark_green_surface2 = n95,
1486
+ dark_green_Checkbox = n95,
1487
+ dark_green_Switch = n95,
1488
+ dark_green_TooltipContent = n95,
1489
+ dark_green_RadioGroupItem = n95,
1490
+ n96 = t([[22, 154], [23, 154], [24, 153], [25, 153], [26, 154], [27, 154], [29, 153], [28, 153]]),
1491
+ dark_green_surface4 = n96,
1492
+ dark_green_active_SelectTrigger = n96,
1493
+ dark_green_active_Card = n96,
1494
+ dark_green_active_Button = n96,
1495
+ dark_green_active_Checkbox = n96,
1496
+ dark_green_active_Switch = n96,
1497
+ dark_green_active_TooltipContent = n96,
1498
+ dark_green_active_RadioGroupItem = n96,
1499
+ dark_green_active_Input = n96,
1500
+ dark_green_active_TextArea = n96,
1501
+ n97 = t([[30, 136], [31, 135], [32, 136], [33, 135]]),
1502
+ dark_blue_alt1 = n97,
1503
+ n98 = t([[30, 135], [31, 29], [32, 135], [33, 29]]),
1504
+ dark_blue_alt2 = n98,
1505
+ n99 = t([[22, 1], [23, 131], [24, 130], [25, 130], [26, 133], [27, 134], [29, 133], [28, 132]]),
1506
+ dark_blue_active = n99,
1507
+ dark_blue_surface3 = n99,
1508
+ dark_blue_Button = n99,
1509
+ dark_blue_SliderTrackActive = n99,
1510
+ dark_blue_active_SliderTrackActive = n99,
1511
+ n100 = t([[22, 129], [23, 130], [24, 128], [25, 128], [26, 131], [27, 132], [29, 131], [28, 1]]),
1512
+ dark_blue_surface1 = n100,
1513
+ dark_blue_ListItem = n100,
1514
+ dark_blue_SelectTrigger = n100,
1515
+ dark_blue_Card = n100,
1516
+ dark_blue_Progress = n100,
1517
+ dark_blue_TooltipArrow = n100,
1518
+ dark_blue_SliderTrack = n100,
1519
+ dark_blue_Input = n100,
1520
+ dark_blue_TextArea = n100,
1521
+ dark_blue_active_ListItem = n100,
1522
+ dark_blue_active_Progress = n100,
1523
+ dark_blue_active_TooltipArrow = n100,
1524
+ dark_blue_active_SliderTrack = n100,
1525
+ n101 = t([[22, 130], [23, 1], [24, 129], [25, 129], [26, 132], [27, 133], [29, 132], [28, 131]]),
1526
+ dark_blue_surface2 = n101,
1527
+ dark_blue_Checkbox = n101,
1528
+ dark_blue_Switch = n101,
1529
+ dark_blue_TooltipContent = n101,
1530
+ dark_blue_RadioGroupItem = n101,
1531
+ n102 = t([[22, 132], [23, 132], [24, 131], [25, 131], [26, 132], [27, 132], [29, 131], [28, 131]]),
1532
+ dark_blue_surface4 = n102,
1533
+ dark_blue_active_SelectTrigger = n102,
1534
+ dark_blue_active_Card = n102,
1535
+ dark_blue_active_Button = n102,
1536
+ dark_blue_active_Checkbox = n102,
1537
+ dark_blue_active_Switch = n102,
1538
+ dark_blue_active_TooltipContent = n102,
1539
+ dark_blue_active_RadioGroupItem = n102,
1540
+ dark_blue_active_Input = n102,
1541
+ dark_blue_active_TextArea = n102,
1542
+ n103 = t([[30, 191], [31, 190], [32, 191], [33, 190]]),
1543
+ dark_purple_alt1 = n103,
1544
+ n104 = t([[30, 190], [31, 87], [32, 190], [33, 87]]),
1545
+ dark_purple_alt2 = n104,
1546
+ n105 = t([[22, 185], [23, 186], [24, 184], [25, 184], [26, 188], [27, 189], [29, 188], [28, 187]]),
1547
+ dark_purple_active = n105,
1548
+ dark_purple_surface3 = n105,
1549
+ dark_purple_Button = n105,
1550
+ dark_purple_SliderTrackActive = n105,
1551
+ dark_purple_active_SliderTrackActive = n105,
1552
+ n106 = t([[22, 183], [23, 184], [24, 182], [25, 182], [26, 186], [27, 187], [29, 186], [28, 185]]),
1553
+ dark_purple_surface1 = n106,
1554
+ dark_purple_ListItem = n106,
1555
+ dark_purple_SelectTrigger = n106,
1556
+ dark_purple_Card = n106,
1557
+ dark_purple_Progress = n106,
1558
+ dark_purple_TooltipArrow = n106,
1559
+ dark_purple_SliderTrack = n106,
1560
+ dark_purple_Input = n106,
1561
+ dark_purple_TextArea = n106,
1562
+ dark_purple_active_ListItem = n106,
1563
+ dark_purple_active_Progress = n106,
1564
+ dark_purple_active_TooltipArrow = n106,
1565
+ dark_purple_active_SliderTrack = n106,
1566
+ n107 = t([[22, 184], [23, 185], [24, 183], [25, 183], [26, 187], [27, 188], [29, 187], [28, 186]]),
1567
+ dark_purple_surface2 = n107,
1568
+ dark_purple_Checkbox = n107,
1569
+ dark_purple_Switch = n107,
1570
+ dark_purple_TooltipContent = n107,
1571
+ dark_purple_RadioGroupItem = n107,
1572
+ n108 = t([[22, 187], [23, 187], [24, 186], [25, 186], [26, 187], [27, 187], [29, 186], [28, 186]]),
1573
+ dark_purple_surface4 = n108,
1574
+ dark_purple_active_SelectTrigger = n108,
1575
+ dark_purple_active_Card = n108,
1576
+ dark_purple_active_Button = n108,
1577
+ dark_purple_active_Checkbox = n108,
1578
+ dark_purple_active_Switch = n108,
1579
+ dark_purple_active_TooltipContent = n108,
1580
+ dark_purple_active_RadioGroupItem = n108,
1581
+ dark_purple_active_Input = n108,
1582
+ dark_purple_active_TextArea = n108,
1583
+ n109 = t([[30, 180], [31, 179], [32, 180], [33, 179]]),
1584
+ dark_pink_alt1 = n109,
1585
+ n110 = t([[30, 179], [31, 75], [32, 179], [33, 75]]),
1586
+ dark_pink_alt2 = n110,
1587
+ n111 = t([[22, 174], [23, 175], [24, 173], [25, 173], [26, 177], [27, 178], [29, 177], [28, 176]]),
1588
+ dark_pink_active = n111,
1589
+ dark_pink_surface3 = n111,
1590
+ dark_pink_Button = n111,
1591
+ dark_pink_SliderTrackActive = n111,
1592
+ dark_pink_active_SliderTrackActive = n111,
1593
+ n112 = t([[22, 172], [23, 173], [24, 171], [25, 171], [26, 175], [27, 176], [29, 175], [28, 174]]),
1594
+ dark_pink_surface1 = n112,
1595
+ dark_pink_ListItem = n112,
1596
+ dark_pink_SelectTrigger = n112,
1597
+ dark_pink_Card = n112,
1598
+ dark_pink_Progress = n112,
1599
+ dark_pink_TooltipArrow = n112,
1600
+ dark_pink_SliderTrack = n112,
1601
+ dark_pink_Input = n112,
1602
+ dark_pink_TextArea = n112,
1603
+ dark_pink_active_ListItem = n112,
1604
+ dark_pink_active_Progress = n112,
1605
+ dark_pink_active_TooltipArrow = n112,
1606
+ dark_pink_active_SliderTrack = n112,
1607
+ n113 = t([[22, 173], [23, 174], [24, 172], [25, 172], [26, 176], [27, 177], [29, 176], [28, 175]]),
1608
+ dark_pink_surface2 = n113,
1609
+ dark_pink_Checkbox = n113,
1610
+ dark_pink_Switch = n113,
1611
+ dark_pink_TooltipContent = n113,
1612
+ dark_pink_RadioGroupItem = n113,
1613
+ n114 = t([[22, 176], [23, 176], [24, 175], [25, 175], [26, 176], [27, 176], [29, 175], [28, 175]]),
1614
+ dark_pink_surface4 = n114,
1615
+ dark_pink_active_SelectTrigger = n114,
1616
+ dark_pink_active_Card = n114,
1617
+ dark_pink_active_Button = n114,
1618
+ dark_pink_active_Checkbox = n114,
1619
+ dark_pink_active_Switch = n114,
1620
+ dark_pink_active_TooltipContent = n114,
1621
+ dark_pink_active_RadioGroupItem = n114,
1622
+ dark_pink_active_Input = n114,
1623
+ dark_pink_active_TextArea = n114,
1624
+ n115 = t([[30, 202], [31, 201], [32, 202], [33, 201]]),
1625
+ dark_red_alt1 = n115,
1626
+ n116 = t([[30, 201], [31, 99], [32, 201], [33, 99]]),
1627
+ dark_red_alt2 = n116,
1628
+ n117 = t([[22, 196], [23, 197], [24, 195], [25, 195], [26, 199], [27, 200], [29, 199], [28, 198]]),
1629
+ dark_red_active = n117,
1630
+ dark_red_surface3 = n117,
1631
+ dark_red_Button = n117,
1632
+ dark_red_SliderTrackActive = n117,
1633
+ dark_red_active_SliderTrackActive = n117,
1634
+ n118 = t([[22, 194], [23, 195], [24, 193], [25, 193], [26, 197], [27, 198], [29, 197], [28, 196]]),
1635
+ dark_red_surface1 = n118,
1636
+ dark_red_ListItem = n118,
1637
+ dark_red_SelectTrigger = n118,
1638
+ dark_red_Card = n118,
1639
+ dark_red_Progress = n118,
1640
+ dark_red_TooltipArrow = n118,
1641
+ dark_red_SliderTrack = n118,
1642
+ dark_red_Input = n118,
1643
+ dark_red_TextArea = n118,
1644
+ dark_red_active_ListItem = n118,
1645
+ dark_red_active_Progress = n118,
1646
+ dark_red_active_TooltipArrow = n118,
1647
+ dark_red_active_SliderTrack = n118,
1648
+ n119 = t([[22, 195], [23, 196], [24, 194], [25, 194], [26, 198], [27, 199], [29, 198], [28, 197]]),
1649
+ dark_red_surface2 = n119,
1650
+ dark_red_Checkbox = n119,
1651
+ dark_red_Switch = n119,
1652
+ dark_red_TooltipContent = n119,
1653
+ dark_red_RadioGroupItem = n119,
1654
+ n120 = t([[22, 198], [23, 198], [24, 197], [25, 197], [26, 198], [27, 198], [29, 197], [28, 197]]),
1655
+ dark_red_surface4 = n120,
1656
+ dark_red_active_SelectTrigger = n120,
1657
+ dark_red_active_Card = n120,
1658
+ dark_red_active_Button = n120,
1659
+ dark_red_active_Checkbox = n120,
1660
+ dark_red_active_Switch = n120,
1661
+ dark_red_active_TooltipContent = n120,
1662
+ dark_red_active_RadioGroupItem = n120,
1663
+ dark_red_active_Input = n120,
1664
+ dark_red_active_TextArea = n120,
1665
+ n121 = t([[30, 148], [31, 147], [32, 148], [33, 147]]),
1666
+ dark_gray_alt1 = n121,
1667
+ n122 = t([[30, 147], [31, 146], [32, 147], [33, 146]]),
1668
+ dark_gray_alt2 = n122,
1669
+ n123 = t([[22, 141], [23, 142], [24, 140], [25, 140], [26, 144], [27, 145], [29, 144], [28, 143]]),
1670
+ dark_gray_active = n123,
1671
+ dark_gray_surface3 = n123,
1672
+ dark_gray_Button = n123,
1673
+ dark_gray_SliderTrackActive = n123,
1674
+ dark_gray_active_SliderTrackActive = n123,
1675
+ n124 = t([[22, 139], [23, 140], [24, 138], [25, 138], [26, 142], [27, 143], [29, 142], [28, 141]]),
1676
+ dark_gray_surface1 = n124,
1677
+ dark_gray_ListItem = n124,
1678
+ dark_gray_SelectTrigger = n124,
1679
+ dark_gray_Card = n124,
1680
+ dark_gray_Progress = n124,
1681
+ dark_gray_TooltipArrow = n124,
1682
+ dark_gray_SliderTrack = n124,
1683
+ dark_gray_Input = n124,
1684
+ dark_gray_TextArea = n124,
1685
+ dark_gray_active_ListItem = n124,
1686
+ dark_gray_active_Progress = n124,
1687
+ dark_gray_active_TooltipArrow = n124,
1688
+ dark_gray_active_SliderTrack = n124,
1689
+ n125 = t([[22, 140], [23, 141], [24, 139], [25, 139], [26, 143], [27, 144], [29, 143], [28, 142]]),
1690
+ dark_gray_surface2 = n125,
1691
+ dark_gray_Checkbox = n125,
1692
+ dark_gray_Switch = n125,
1693
+ dark_gray_TooltipContent = n125,
1694
+ dark_gray_RadioGroupItem = n125,
1695
+ n126 = t([[22, 143], [23, 143], [24, 142], [25, 142], [26, 143], [27, 143], [29, 142], [28, 142]]),
1696
+ dark_gray_surface4 = n126,
1697
+ dark_gray_active_SelectTrigger = n126,
1698
+ dark_gray_active_Card = n126,
1699
+ dark_gray_active_Button = n126,
1700
+ dark_gray_active_Checkbox = n126,
1701
+ dark_gray_active_Switch = n126,
1702
+ dark_gray_active_TooltipContent = n126,
1703
+ dark_gray_active_RadioGroupItem = n126,
1704
+ dark_gray_active_Input = n126,
1705
+ dark_gray_active_TextArea = n126,
1706
+ n127 = t([[30, 7], [31, 6], [32, 8], [33, 8], [22, 17], [23, 16], [24, 17], [25, 16], [26, 15], [27, 14], [29, 13], [28, 12]]),
1707
+ light_SwitchThumb = n127,
1708
+ light_SliderThumb = n127,
1709
+ light_Tooltip = n127,
1710
+ light_ProgressIndicator = n127,
1711
+ n128 = t([[22, 317]]),
1712
+ light_SheetOverlay = n128,
1713
+ light_DialogOverlay = n128,
1714
+ light_ModalOverlay = n128,
1715
+ light_orange_SheetOverlay = n128,
1716
+ light_orange_DialogOverlay = n128,
1717
+ light_orange_ModalOverlay = n128,
1718
+ light_yellow_SheetOverlay = n128,
1719
+ light_yellow_DialogOverlay = n128,
1720
+ light_yellow_ModalOverlay = n128,
1721
+ light_green_SheetOverlay = n128,
1722
+ light_green_DialogOverlay = n128,
1723
+ light_green_ModalOverlay = n128,
1724
+ light_blue_SheetOverlay = n128,
1725
+ light_blue_DialogOverlay = n128,
1726
+ light_blue_ModalOverlay = n128,
1727
+ light_purple_SheetOverlay = n128,
1728
+ light_purple_DialogOverlay = n128,
1729
+ light_purple_ModalOverlay = n128,
1730
+ light_pink_SheetOverlay = n128,
1731
+ light_pink_DialogOverlay = n128,
1732
+ light_pink_ModalOverlay = n128,
1733
+ light_red_SheetOverlay = n128,
1734
+ light_red_DialogOverlay = n128,
1735
+ light_red_ModalOverlay = n128,
1736
+ light_gray_SheetOverlay = n128,
1737
+ light_gray_DialogOverlay = n128,
1738
+ light_gray_ModalOverlay = n128,
1739
+ light_active_SheetOverlay = n128,
1740
+ light_active_DialogOverlay = n128,
1741
+ light_active_ModalOverlay = n128,
1742
+ light_orange_active_SheetOverlay = n128,
1743
+ light_orange_active_DialogOverlay = n128,
1744
+ light_orange_active_ModalOverlay = n128,
1745
+ light_yellow_active_SheetOverlay = n128,
1746
+ light_yellow_active_DialogOverlay = n128,
1747
+ light_yellow_active_ModalOverlay = n128,
1748
+ light_green_active_SheetOverlay = n128,
1749
+ light_green_active_DialogOverlay = n128,
1750
+ light_green_active_ModalOverlay = n128,
1751
+ light_blue_active_SheetOverlay = n128,
1752
+ light_blue_active_DialogOverlay = n128,
1753
+ light_blue_active_ModalOverlay = n128,
1754
+ light_purple_active_SheetOverlay = n128,
1755
+ light_purple_active_DialogOverlay = n128,
1756
+ light_purple_active_ModalOverlay = n128,
1757
+ light_pink_active_SheetOverlay = n128,
1758
+ light_pink_active_DialogOverlay = n128,
1759
+ light_pink_active_ModalOverlay = n128,
1760
+ light_red_active_SheetOverlay = n128,
1761
+ light_red_active_DialogOverlay = n128,
1762
+ light_red_active_ModalOverlay = n128,
1763
+ light_gray_active_SheetOverlay = n128,
1764
+ light_gray_active_DialogOverlay = n128,
1765
+ light_gray_active_ModalOverlay = n128,
1766
+ n129 = t([[30, 118], [31, 119], [32, 117], [33, 117], [22, 6], [23, 127], [24, 6], [25, 127], [26, 126], [27, 125], [29, 124], [28, 123]]),
1767
+ dark_SwitchThumb = n129,
1768
+ dark_SliderThumb = n129,
1769
+ dark_Tooltip = n129,
1770
+ dark_ProgressIndicator = n129,
1771
+ n130 = t([[22, 318]]),
1772
+ dark_SheetOverlay = n130,
1773
+ dark_DialogOverlay = n130,
1774
+ dark_ModalOverlay = n130,
1775
+ dark_orange_SheetOverlay = n130,
1776
+ dark_orange_DialogOverlay = n130,
1777
+ dark_orange_ModalOverlay = n130,
1778
+ dark_yellow_SheetOverlay = n130,
1779
+ dark_yellow_DialogOverlay = n130,
1780
+ dark_yellow_ModalOverlay = n130,
1781
+ dark_green_SheetOverlay = n130,
1782
+ dark_green_DialogOverlay = n130,
1783
+ dark_green_ModalOverlay = n130,
1784
+ dark_blue_SheetOverlay = n130,
1785
+ dark_blue_DialogOverlay = n130,
1786
+ dark_blue_ModalOverlay = n130,
1787
+ dark_purple_SheetOverlay = n130,
1788
+ dark_purple_DialogOverlay = n130,
1789
+ dark_purple_ModalOverlay = n130,
1790
+ dark_pink_SheetOverlay = n130,
1791
+ dark_pink_DialogOverlay = n130,
1792
+ dark_pink_ModalOverlay = n130,
1793
+ dark_red_SheetOverlay = n130,
1794
+ dark_red_DialogOverlay = n130,
1795
+ dark_red_ModalOverlay = n130,
1796
+ dark_gray_SheetOverlay = n130,
1797
+ dark_gray_DialogOverlay = n130,
1798
+ dark_gray_ModalOverlay = n130,
1799
+ dark_active_SheetOverlay = n130,
1800
+ dark_active_DialogOverlay = n130,
1801
+ dark_active_ModalOverlay = n130,
1802
+ dark_orange_active_SheetOverlay = n130,
1803
+ dark_orange_active_DialogOverlay = n130,
1804
+ dark_orange_active_ModalOverlay = n130,
1805
+ dark_yellow_active_SheetOverlay = n130,
1806
+ dark_yellow_active_DialogOverlay = n130,
1807
+ dark_yellow_active_ModalOverlay = n130,
1808
+ dark_green_active_SheetOverlay = n130,
1809
+ dark_green_active_DialogOverlay = n130,
1810
+ dark_green_active_ModalOverlay = n130,
1811
+ dark_blue_active_SheetOverlay = n130,
1812
+ dark_blue_active_DialogOverlay = n130,
1813
+ dark_blue_active_ModalOverlay = n130,
1814
+ dark_purple_active_SheetOverlay = n130,
1815
+ dark_purple_active_DialogOverlay = n130,
1816
+ dark_purple_active_ModalOverlay = n130,
1817
+ dark_pink_active_SheetOverlay = n130,
1818
+ dark_pink_active_DialogOverlay = n130,
1819
+ dark_pink_active_ModalOverlay = n130,
1820
+ dark_red_active_SheetOverlay = n130,
1821
+ dark_red_active_DialogOverlay = n130,
1822
+ dark_red_active_ModalOverlay = n130,
1823
+ dark_gray_active_SheetOverlay = n130,
1824
+ dark_gray_active_DialogOverlay = n130,
1825
+ dark_gray_active_ModalOverlay = n130,
1826
+ n131 = t([[30, 56], [31, 55], [32, 57], [33, 57], [22, 66], [23, 65], [24, 66], [25, 65], [26, 64], [27, 63], [29, 62], [28, 61]]),
1827
+ light_orange_SwitchThumb = n131,
1828
+ light_orange_SliderThumb = n131,
1829
+ light_orange_Tooltip = n131,
1830
+ light_orange_ProgressIndicator = n131,
1831
+ n132 = t([[30, 104], [31, 103], [32, 105], [33, 105], [22, 114], [23, 113], [24, 114], [25, 113], [26, 112], [27, 111], [29, 110], [28, 109]]),
1832
+ light_yellow_SwitchThumb = n132,
1833
+ light_yellow_SliderThumb = n132,
1834
+ light_yellow_Tooltip = n132,
1835
+ light_yellow_ProgressIndicator = n132,
1836
+ n133 = t([[30, 44], [31, 43], [32, 45], [33, 45], [22, 54], [23, 53], [24, 54], [25, 53], [26, 52], [27, 51], [29, 50], [28, 49]]),
1837
+ light_green_SwitchThumb = n133,
1838
+ light_green_SliderThumb = n133,
1839
+ light_green_Tooltip = n133,
1840
+ light_green_ProgressIndicator = n133,
1841
+ n134 = t([[30, 23], [31, 22], [32, 24], [33, 24], [22, 32], [23, 31], [24, 32], [25, 31], [26, 30], [27, 29], [29, 28], [28, 27]]),
1842
+ light_blue_SwitchThumb = n134,
1843
+ light_blue_SliderThumb = n134,
1844
+ light_blue_Tooltip = n134,
1845
+ light_blue_ProgressIndicator = n134,
1846
+ n135 = t([[30, 80], [31, 79], [32, 81], [33, 81], [22, 90], [23, 89], [24, 90], [25, 89], [26, 88], [27, 87], [29, 86], [28, 85]]),
1847
+ light_purple_SwitchThumb = n135,
1848
+ light_purple_SliderThumb = n135,
1849
+ light_purple_Tooltip = n135,
1850
+ light_purple_ProgressIndicator = n135,
1851
+ n136 = t([[30, 68], [31, 67], [32, 69], [33, 69], [22, 78], [23, 77], [24, 78], [25, 77], [26, 76], [27, 75], [29, 74], [28, 73]]),
1852
+ light_pink_SwitchThumb = n136,
1853
+ light_pink_SliderThumb = n136,
1854
+ light_pink_Tooltip = n136,
1855
+ light_pink_ProgressIndicator = n136,
1856
+ n137 = t([[30, 92], [31, 91], [32, 93], [33, 93], [22, 102], [23, 101], [24, 102], [25, 101], [26, 100], [27, 99], [29, 98], [28, 97]]),
1857
+ light_red_SwitchThumb = n137,
1858
+ light_red_SliderThumb = n137,
1859
+ light_red_Tooltip = n137,
1860
+ light_red_ProgressIndicator = n137,
1861
+ n138 = t([[30, 34], [31, 33], [32, 35], [33, 35], [22, 17], [23, 42], [24, 17], [25, 42], [26, 41], [27, 14], [29, 40], [28, 39]]),
1862
+ light_gray_SwitchThumb = n138,
1863
+ light_gray_SliderThumb = n138,
1864
+ light_gray_Tooltip = n138,
1865
+ light_gray_ProgressIndicator = n138,
1866
+ n139 = t([[30, 161], [31, 162], [32, 160], [33, 160], [22, 170], [23, 169], [24, 170], [25, 169], [26, 168], [27, 63], [29, 167], [28, 166]]),
1867
+ dark_orange_SwitchThumb = n139,
1868
+ dark_orange_SliderThumb = n139,
1869
+ dark_orange_Tooltip = n139,
1870
+ dark_orange_ProgressIndicator = n139,
1871
+ n140 = t([[30, 205], [31, 206], [32, 204], [33, 204], [22, 214], [23, 213], [24, 214], [25, 213], [26, 212], [27, 111], [29, 211], [28, 210]]),
1872
+ dark_yellow_SwitchThumb = n140,
1873
+ dark_yellow_SliderThumb = n140,
1874
+ dark_yellow_Tooltip = n140,
1875
+ dark_yellow_ProgressIndicator = n140,
1876
+ n141 = t([[30, 150], [31, 151], [32, 149], [33, 149], [22, 159], [23, 158], [24, 159], [25, 158], [26, 157], [27, 51], [29, 156], [28, 155]]),
1877
+ dark_green_SwitchThumb = n141,
1878
+ dark_green_SliderThumb = n141,
1879
+ dark_green_Tooltip = n141,
1880
+ dark_green_ProgressIndicator = n141,
1881
+ n142 = t([[30, 129], [31, 130], [32, 128], [33, 128], [22, 137], [23, 136], [24, 137], [25, 136], [26, 135], [27, 29], [29, 134], [28, 133]]),
1882
+ dark_blue_SwitchThumb = n142,
1883
+ dark_blue_SliderThumb = n142,
1884
+ dark_blue_Tooltip = n142,
1885
+ dark_blue_ProgressIndicator = n142,
1886
+ n143 = t([[30, 183], [31, 184], [32, 182], [33, 182], [22, 192], [23, 191], [24, 192], [25, 191], [26, 190], [27, 87], [29, 189], [28, 188]]),
1887
+ dark_purple_SwitchThumb = n143,
1888
+ dark_purple_SliderThumb = n143,
1889
+ dark_purple_Tooltip = n143,
1890
+ dark_purple_ProgressIndicator = n143,
1891
+ n144 = t([[30, 172], [31, 173], [32, 171], [33, 171], [22, 181], [23, 180], [24, 181], [25, 180], [26, 179], [27, 75], [29, 178], [28, 177]]),
1892
+ dark_pink_SwitchThumb = n144,
1893
+ dark_pink_SliderThumb = n144,
1894
+ dark_pink_Tooltip = n144,
1895
+ dark_pink_ProgressIndicator = n144,
1896
+ n145 = t([[30, 194], [31, 195], [32, 193], [33, 193], [22, 203], [23, 202], [24, 203], [25, 202], [26, 201], [27, 99], [29, 200], [28, 199]]),
1897
+ dark_red_SwitchThumb = n145,
1898
+ dark_red_SliderThumb = n145,
1899
+ dark_red_Tooltip = n145,
1900
+ dark_red_ProgressIndicator = n145,
1901
+ n146 = t([[30, 139], [31, 140], [32, 138], [33, 138], [22, 36], [23, 148], [24, 36], [25, 148], [26, 147], [27, 146], [29, 145], [28, 144]]),
1902
+ dark_gray_SwitchThumb = n146,
1903
+ dark_gray_SliderThumb = n146,
1904
+ dark_gray_Tooltip = n146,
1905
+ dark_gray_ProgressIndicator = n146,
1906
+ n147 = t([[30, 7], [31, 6], [32, 8], [33, 8], [22, 15], [23, 14], [24, 15], [25, 14], [26, 13], [27, 12], [29, 11], [28, 10]]),
1907
+ light_active_SwitchThumb = n147,
1908
+ light_active_SliderThumb = n147,
1909
+ light_active_Tooltip = n147,
1910
+ light_active_ProgressIndicator = n147,
1911
+ n148 = t([[30, 118], [31, 119], [32, 117], [33, 117], [22, 126], [23, 125], [24, 126], [25, 125], [26, 124], [27, 123], [29, 122], [28, 121]]),
1912
+ dark_active_SwitchThumb = n148,
1913
+ dark_active_SliderThumb = n148,
1914
+ dark_active_Tooltip = n148,
1915
+ dark_active_ProgressIndicator = n148,
1916
+ n149 = t([[30, 56], [31, 55], [32, 57], [33, 57], [22, 64], [23, 63], [24, 64], [25, 63], [26, 62], [27, 61], [29, 60], [28, 59]]),
1917
+ light_orange_active_SwitchThumb = n149,
1918
+ light_orange_active_SliderThumb = n149,
1919
+ light_orange_active_Tooltip = n149,
1920
+ light_orange_active_ProgressIndicator = n149,
1921
+ n150 = t([[30, 104], [31, 103], [32, 105], [33, 105], [22, 112], [23, 111], [24, 112], [25, 111], [26, 110], [27, 109], [29, 108], [28, 107]]),
1922
+ light_yellow_active_SwitchThumb = n150,
1923
+ light_yellow_active_SliderThumb = n150,
1924
+ light_yellow_active_Tooltip = n150,
1925
+ light_yellow_active_ProgressIndicator = n150,
1926
+ n151 = t([[30, 44], [31, 43], [32, 45], [33, 45], [22, 52], [23, 51], [24, 52], [25, 51], [26, 50], [27, 49], [29, 48], [28, 47]]),
1927
+ light_green_active_SwitchThumb = n151,
1928
+ light_green_active_SliderThumb = n151,
1929
+ light_green_active_Tooltip = n151,
1930
+ light_green_active_ProgressIndicator = n151,
1931
+ n152 = t([[30, 23], [31, 22], [32, 24], [33, 24], [22, 30], [23, 29], [24, 30], [25, 29], [26, 28], [27, 27], [29, 26], [28, 25]]),
1932
+ light_blue_active_SwitchThumb = n152,
1933
+ light_blue_active_SliderThumb = n152,
1934
+ light_blue_active_Tooltip = n152,
1935
+ light_blue_active_ProgressIndicator = n152,
1936
+ n153 = t([[30, 80], [31, 79], [32, 81], [33, 81], [22, 88], [23, 87], [24, 88], [25, 87], [26, 86], [27, 85], [29, 84], [28, 83]]),
1937
+ light_purple_active_SwitchThumb = n153,
1938
+ light_purple_active_SliderThumb = n153,
1939
+ light_purple_active_Tooltip = n153,
1940
+ light_purple_active_ProgressIndicator = n153,
1941
+ n154 = t([[30, 68], [31, 67], [32, 69], [33, 69], [22, 76], [23, 75], [24, 76], [25, 75], [26, 74], [27, 73], [29, 72], [28, 71]]),
1942
+ light_pink_active_SwitchThumb = n154,
1943
+ light_pink_active_SliderThumb = n154,
1944
+ light_pink_active_Tooltip = n154,
1945
+ light_pink_active_ProgressIndicator = n154,
1946
+ n155 = t([[30, 92], [31, 91], [32, 93], [33, 93], [22, 100], [23, 99], [24, 100], [25, 99], [26, 98], [27, 97], [29, 96], [28, 95]]),
1947
+ light_red_active_SwitchThumb = n155,
1948
+ light_red_active_SliderThumb = n155,
1949
+ light_red_active_Tooltip = n155,
1950
+ light_red_active_ProgressIndicator = n155,
1951
+ n156 = t([[30, 34], [31, 33], [32, 35], [33, 35], [22, 41], [23, 14], [24, 41], [25, 14], [26, 40], [27, 39], [29, 38], [28, 37]]),
1952
+ light_gray_active_SwitchThumb = n156,
1953
+ light_gray_active_SliderThumb = n156,
1954
+ light_gray_active_Tooltip = n156,
1955
+ light_gray_active_ProgressIndicator = n156,
1956
+ n157 = t([[30, 161], [31, 162], [32, 160], [33, 160], [22, 168], [23, 63], [24, 168], [25, 63], [26, 167], [27, 166], [29, 165], [28, 164]]),
1957
+ dark_orange_active_SwitchThumb = n157,
1958
+ dark_orange_active_SliderThumb = n157,
1959
+ dark_orange_active_Tooltip = n157,
1960
+ dark_orange_active_ProgressIndicator = n157,
1961
+ n158 = t([[30, 205], [31, 206], [32, 204], [33, 204], [22, 212], [23, 111], [24, 212], [25, 111], [26, 211], [27, 210], [29, 209], [28, 208]]),
1962
+ dark_yellow_active_SwitchThumb = n158,
1963
+ dark_yellow_active_SliderThumb = n158,
1964
+ dark_yellow_active_Tooltip = n158,
1965
+ dark_yellow_active_ProgressIndicator = n158,
1966
+ n159 = t([[30, 150], [31, 151], [32, 149], [33, 149], [22, 157], [23, 51], [24, 157], [25, 51], [26, 156], [27, 155], [29, 154], [28, 153]]),
1967
+ dark_green_active_SwitchThumb = n159,
1968
+ dark_green_active_SliderThumb = n159,
1969
+ dark_green_active_Tooltip = n159,
1970
+ dark_green_active_ProgressIndicator = n159,
1971
+ n160 = t([[30, 129], [31, 130], [32, 128], [33, 128], [22, 135], [23, 29], [24, 135], [25, 29], [26, 134], [27, 133], [29, 132], [28, 131]]),
1972
+ dark_blue_active_SwitchThumb = n160,
1973
+ dark_blue_active_SliderThumb = n160,
1974
+ dark_blue_active_Tooltip = n160,
1975
+ dark_blue_active_ProgressIndicator = n160,
1976
+ n161 = t([[30, 183], [31, 184], [32, 182], [33, 182], [22, 190], [23, 87], [24, 190], [25, 87], [26, 189], [27, 188], [29, 187], [28, 186]]),
1977
+ dark_purple_active_SwitchThumb = n161,
1978
+ dark_purple_active_SliderThumb = n161,
1979
+ dark_purple_active_Tooltip = n161,
1980
+ dark_purple_active_ProgressIndicator = n161,
1981
+ n162 = t([[30, 172], [31, 173], [32, 171], [33, 171], [22, 179], [23, 75], [24, 179], [25, 75], [26, 178], [27, 177], [29, 176], [28, 175]]),
1982
+ dark_pink_active_SwitchThumb = n162,
1983
+ dark_pink_active_SliderThumb = n162,
1984
+ dark_pink_active_Tooltip = n162,
1985
+ dark_pink_active_ProgressIndicator = n162,
1986
+ n163 = t([[30, 194], [31, 195], [32, 193], [33, 193], [22, 201], [23, 99], [24, 201], [25, 99], [26, 200], [27, 199], [29, 198], [28, 197]]),
1987
+ dark_red_active_SwitchThumb = n163,
1988
+ dark_red_active_SliderThumb = n163,
1989
+ dark_red_active_Tooltip = n163,
1990
+ dark_red_active_ProgressIndicator = n163,
1991
+ n164 = t([[30, 139], [31, 140], [32, 138], [33, 138], [22, 147], [23, 146], [24, 147], [25, 146], [26, 145], [27, 144], [29, 143], [28, 142]]),
1992
+ dark_gray_active_SwitchThumb = n164,
1993
+ dark_gray_active_SliderThumb = n164,
1994
+ dark_gray_active_Tooltip = n164,
1995
+ dark_gray_active_ProgressIndicator = n164;