@tamagui/themes 1.116.0 → 1.116.2

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 (37) hide show
  1. package/dist/cjs/componentThemeDefinitions.js +123 -0
  2. package/dist/cjs/generated-new.js +1806 -0
  3. package/dist/cjs/generated-v2.js +1788 -0
  4. package/dist/cjs/generated-v3.js +3564 -0
  5. package/dist/cjs/helpers.js +29 -0
  6. package/dist/cjs/index.js +22 -0
  7. package/dist/cjs/masks.js +86 -0
  8. package/dist/cjs/palettes.js +82 -0
  9. package/dist/cjs/shadows.js +34 -0
  10. package/dist/cjs/templates.js +106 -0
  11. package/dist/cjs/themes-new.js +76 -0
  12. package/dist/cjs/themes-old.js +266 -0
  13. package/dist/cjs/themes.js +29 -0
  14. package/dist/cjs/tokens.js +143 -0
  15. package/dist/cjs/v2-themes.js +479 -0
  16. package/dist/cjs/v2.js +47 -0
  17. package/dist/cjs/v3-themes.js +594 -0
  18. package/dist/cjs/v3.js +47 -0
  19. package/package.json +7 -7
  20. /package/dist/cjs/{componentThemeDefinitions.cjs.map → componentThemeDefinitions.js.map} +0 -0
  21. /package/dist/cjs/{generated-new.cjs.map → generated-new.js.map} +0 -0
  22. /package/dist/cjs/{generated-v2.cjs.map → generated-v2.js.map} +0 -0
  23. /package/dist/cjs/{generated-v3.cjs.map → generated-v3.js.map} +0 -0
  24. /package/dist/cjs/{helpers.cjs.map → helpers.js.map} +0 -0
  25. /package/dist/cjs/{index.cjs.map → index.js.map} +0 -0
  26. /package/dist/cjs/{masks.cjs.map → masks.js.map} +0 -0
  27. /package/dist/cjs/{palettes.cjs.map → palettes.js.map} +0 -0
  28. /package/dist/cjs/{shadows.cjs.map → shadows.js.map} +0 -0
  29. /package/dist/cjs/{templates.cjs.map → templates.js.map} +0 -0
  30. /package/dist/cjs/{themes-new.cjs.map → themes-new.js.map} +0 -0
  31. /package/dist/cjs/{themes-old.cjs.map → themes-old.js.map} +0 -0
  32. /package/dist/cjs/{themes.cjs.map → themes.js.map} +0 -0
  33. /package/dist/cjs/{tokens.cjs.map → tokens.js.map} +0 -0
  34. /package/dist/cjs/{v2-themes.cjs.map → v2-themes.js.map} +0 -0
  35. /package/dist/cjs/{v2.cjs.map → v2.js.map} +0 -0
  36. /package/dist/cjs/{v3-themes.cjs.map → v3-themes.js.map} +0 -0
  37. /package/dist/cjs/{v3.cjs.map → v3.js.map} +0 -0
@@ -0,0 +1,1788 @@
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)
7
+ __defProp(target, name, { get: all[name], enumerable: !0 });
8
+ }, __copyProps = (to, from, except, desc) => {
9
+ if (from && typeof from == "object" || typeof from == "function")
10
+ for (let key of __getOwnPropNames(from))
11
+ !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
15
+ var generated_v2_exports = {};
16
+ __export(generated_v2_exports, {
17
+ dark: () => dark,
18
+ dark_Button: () => dark_Button,
19
+ dark_Card: () => dark_Card,
20
+ dark_Checkbox: () => dark_Checkbox,
21
+ dark_DialogOverlay: () => dark_DialogOverlay,
22
+ dark_DrawerFrame: () => dark_DrawerFrame,
23
+ dark_Input: () => dark_Input,
24
+ dark_ListItem: () => dark_ListItem,
25
+ dark_ModalOverlay: () => dark_ModalOverlay,
26
+ dark_Progress: () => dark_Progress,
27
+ dark_ProgressIndicator: () => dark_ProgressIndicator,
28
+ dark_RadioGroupItem: () => dark_RadioGroupItem,
29
+ dark_SheetOverlay: () => dark_SheetOverlay,
30
+ dark_SliderThumb: () => dark_SliderThumb,
31
+ dark_SliderTrack: () => dark_SliderTrack,
32
+ dark_SliderTrackActive: () => dark_SliderTrackActive,
33
+ dark_Switch: () => dark_Switch,
34
+ dark_SwitchThumb: () => dark_SwitchThumb,
35
+ dark_TextArea: () => dark_TextArea,
36
+ dark_Tooltip: () => dark_Tooltip,
37
+ dark_TooltipArrow: () => dark_TooltipArrow,
38
+ dark_TooltipContent: () => dark_TooltipContent,
39
+ dark_active: () => dark_active,
40
+ dark_active_Button: () => dark_active_Button,
41
+ dark_active_Checkbox: () => dark_active_Checkbox,
42
+ dark_active_DialogOverlay: () => dark_active_DialogOverlay,
43
+ dark_active_Input: () => dark_active_Input,
44
+ dark_active_ListItem: () => dark_active_ListItem,
45
+ dark_active_ModalOverlay: () => dark_active_ModalOverlay,
46
+ dark_active_SheetOverlay: () => dark_active_SheetOverlay,
47
+ dark_active_SliderTrackActive: () => dark_active_SliderTrackActive,
48
+ dark_active_Switch: () => dark_active_Switch,
49
+ dark_active_TextArea: () => dark_active_TextArea,
50
+ dark_alt1: () => dark_alt1,
51
+ dark_alt1_Button: () => dark_alt1_Button,
52
+ dark_alt1_Card: () => dark_alt1_Card,
53
+ dark_alt1_Checkbox: () => dark_alt1_Checkbox,
54
+ dark_alt1_DialogOverlay: () => dark_alt1_DialogOverlay,
55
+ dark_alt1_DrawerFrame: () => dark_alt1_DrawerFrame,
56
+ dark_alt1_Input: () => dark_alt1_Input,
57
+ dark_alt1_ListItem: () => dark_alt1_ListItem,
58
+ dark_alt1_ModalOverlay: () => dark_alt1_ModalOverlay,
59
+ dark_alt1_Progress: () => dark_alt1_Progress,
60
+ dark_alt1_ProgressIndicator: () => dark_alt1_ProgressIndicator,
61
+ dark_alt1_RadioGroupItem: () => dark_alt1_RadioGroupItem,
62
+ dark_alt1_SheetOverlay: () => dark_alt1_SheetOverlay,
63
+ dark_alt1_SliderThumb: () => dark_alt1_SliderThumb,
64
+ dark_alt1_SliderTrack: () => dark_alt1_SliderTrack,
65
+ dark_alt1_SliderTrackActive: () => dark_alt1_SliderTrackActive,
66
+ dark_alt1_Switch: () => dark_alt1_Switch,
67
+ dark_alt1_SwitchThumb: () => dark_alt1_SwitchThumb,
68
+ dark_alt1_TextArea: () => dark_alt1_TextArea,
69
+ dark_alt1_Tooltip: () => dark_alt1_Tooltip,
70
+ dark_alt1_TooltipArrow: () => dark_alt1_TooltipArrow,
71
+ dark_alt1_TooltipContent: () => dark_alt1_TooltipContent,
72
+ dark_alt2: () => dark_alt2,
73
+ dark_alt2_Button: () => dark_alt2_Button,
74
+ dark_alt2_Card: () => dark_alt2_Card,
75
+ dark_alt2_Checkbox: () => dark_alt2_Checkbox,
76
+ dark_alt2_DialogOverlay: () => dark_alt2_DialogOverlay,
77
+ dark_alt2_DrawerFrame: () => dark_alt2_DrawerFrame,
78
+ dark_alt2_Input: () => dark_alt2_Input,
79
+ dark_alt2_ListItem: () => dark_alt2_ListItem,
80
+ dark_alt2_ModalOverlay: () => dark_alt2_ModalOverlay,
81
+ dark_alt2_Progress: () => dark_alt2_Progress,
82
+ dark_alt2_ProgressIndicator: () => dark_alt2_ProgressIndicator,
83
+ dark_alt2_RadioGroupItem: () => dark_alt2_RadioGroupItem,
84
+ dark_alt2_SheetOverlay: () => dark_alt2_SheetOverlay,
85
+ dark_alt2_SliderThumb: () => dark_alt2_SliderThumb,
86
+ dark_alt2_SliderTrack: () => dark_alt2_SliderTrack,
87
+ dark_alt2_SliderTrackActive: () => dark_alt2_SliderTrackActive,
88
+ dark_alt2_Switch: () => dark_alt2_Switch,
89
+ dark_alt2_SwitchThumb: () => dark_alt2_SwitchThumb,
90
+ dark_alt2_TextArea: () => dark_alt2_TextArea,
91
+ dark_alt2_Tooltip: () => dark_alt2_Tooltip,
92
+ dark_alt2_TooltipArrow: () => dark_alt2_TooltipArrow,
93
+ dark_alt2_TooltipContent: () => dark_alt2_TooltipContent,
94
+ dark_blue: () => dark_blue,
95
+ dark_blue_Button: () => dark_blue_Button,
96
+ dark_blue_Card: () => dark_blue_Card,
97
+ dark_blue_Checkbox: () => dark_blue_Checkbox,
98
+ dark_blue_DialogOverlay: () => dark_blue_DialogOverlay,
99
+ dark_blue_DrawerFrame: () => dark_blue_DrawerFrame,
100
+ dark_blue_Input: () => dark_blue_Input,
101
+ dark_blue_ListItem: () => dark_blue_ListItem,
102
+ dark_blue_ModalOverlay: () => dark_blue_ModalOverlay,
103
+ dark_blue_Progress: () => dark_blue_Progress,
104
+ dark_blue_ProgressIndicator: () => dark_blue_ProgressIndicator,
105
+ dark_blue_RadioGroupItem: () => dark_blue_RadioGroupItem,
106
+ dark_blue_SheetOverlay: () => dark_blue_SheetOverlay,
107
+ dark_blue_SliderThumb: () => dark_blue_SliderThumb,
108
+ dark_blue_SliderTrack: () => dark_blue_SliderTrack,
109
+ dark_blue_SliderTrackActive: () => dark_blue_SliderTrackActive,
110
+ dark_blue_Switch: () => dark_blue_Switch,
111
+ dark_blue_SwitchThumb: () => dark_blue_SwitchThumb,
112
+ dark_blue_TextArea: () => dark_blue_TextArea,
113
+ dark_blue_Tooltip: () => dark_blue_Tooltip,
114
+ dark_blue_TooltipArrow: () => dark_blue_TooltipArrow,
115
+ dark_blue_TooltipContent: () => dark_blue_TooltipContent,
116
+ dark_blue_active: () => dark_blue_active,
117
+ dark_blue_active_Button: () => dark_blue_active_Button,
118
+ dark_blue_active_Checkbox: () => dark_blue_active_Checkbox,
119
+ dark_blue_active_DialogOverlay: () => dark_blue_active_DialogOverlay,
120
+ dark_blue_active_Input: () => dark_blue_active_Input,
121
+ dark_blue_active_ListItem: () => dark_blue_active_ListItem,
122
+ dark_blue_active_ModalOverlay: () => dark_blue_active_ModalOverlay,
123
+ dark_blue_active_SheetOverlay: () => dark_blue_active_SheetOverlay,
124
+ dark_blue_active_SliderTrackActive: () => dark_blue_active_SliderTrackActive,
125
+ dark_blue_active_Switch: () => dark_blue_active_Switch,
126
+ dark_blue_active_TextArea: () => dark_blue_active_TextArea,
127
+ dark_blue_alt1: () => dark_blue_alt1,
128
+ dark_blue_alt1_Button: () => dark_blue_alt1_Button,
129
+ dark_blue_alt1_Card: () => dark_blue_alt1_Card,
130
+ dark_blue_alt1_Checkbox: () => dark_blue_alt1_Checkbox,
131
+ dark_blue_alt1_DialogOverlay: () => dark_blue_alt1_DialogOverlay,
132
+ dark_blue_alt1_DrawerFrame: () => dark_blue_alt1_DrawerFrame,
133
+ dark_blue_alt1_Input: () => dark_blue_alt1_Input,
134
+ dark_blue_alt1_ListItem: () => dark_blue_alt1_ListItem,
135
+ dark_blue_alt1_ModalOverlay: () => dark_blue_alt1_ModalOverlay,
136
+ dark_blue_alt1_Progress: () => dark_blue_alt1_Progress,
137
+ dark_blue_alt1_ProgressIndicator: () => dark_blue_alt1_ProgressIndicator,
138
+ dark_blue_alt1_RadioGroupItem: () => dark_blue_alt1_RadioGroupItem,
139
+ dark_blue_alt1_SheetOverlay: () => dark_blue_alt1_SheetOverlay,
140
+ dark_blue_alt1_SliderThumb: () => dark_blue_alt1_SliderThumb,
141
+ dark_blue_alt1_SliderTrack: () => dark_blue_alt1_SliderTrack,
142
+ dark_blue_alt1_SliderTrackActive: () => dark_blue_alt1_SliderTrackActive,
143
+ dark_blue_alt1_Switch: () => dark_blue_alt1_Switch,
144
+ dark_blue_alt1_SwitchThumb: () => dark_blue_alt1_SwitchThumb,
145
+ dark_blue_alt1_TextArea: () => dark_blue_alt1_TextArea,
146
+ dark_blue_alt1_Tooltip: () => dark_blue_alt1_Tooltip,
147
+ dark_blue_alt1_TooltipArrow: () => dark_blue_alt1_TooltipArrow,
148
+ dark_blue_alt1_TooltipContent: () => dark_blue_alt1_TooltipContent,
149
+ dark_blue_alt2: () => dark_blue_alt2,
150
+ dark_blue_alt2_Button: () => dark_blue_alt2_Button,
151
+ dark_blue_alt2_Card: () => dark_blue_alt2_Card,
152
+ dark_blue_alt2_Checkbox: () => dark_blue_alt2_Checkbox,
153
+ dark_blue_alt2_DialogOverlay: () => dark_blue_alt2_DialogOverlay,
154
+ dark_blue_alt2_DrawerFrame: () => dark_blue_alt2_DrawerFrame,
155
+ dark_blue_alt2_Input: () => dark_blue_alt2_Input,
156
+ dark_blue_alt2_ListItem: () => dark_blue_alt2_ListItem,
157
+ dark_blue_alt2_ModalOverlay: () => dark_blue_alt2_ModalOverlay,
158
+ dark_blue_alt2_Progress: () => dark_blue_alt2_Progress,
159
+ dark_blue_alt2_ProgressIndicator: () => dark_blue_alt2_ProgressIndicator,
160
+ dark_blue_alt2_RadioGroupItem: () => dark_blue_alt2_RadioGroupItem,
161
+ dark_blue_alt2_SheetOverlay: () => dark_blue_alt2_SheetOverlay,
162
+ dark_blue_alt2_SliderThumb: () => dark_blue_alt2_SliderThumb,
163
+ dark_blue_alt2_SliderTrack: () => dark_blue_alt2_SliderTrack,
164
+ dark_blue_alt2_SliderTrackActive: () => dark_blue_alt2_SliderTrackActive,
165
+ dark_blue_alt2_Switch: () => dark_blue_alt2_Switch,
166
+ dark_blue_alt2_SwitchThumb: () => dark_blue_alt2_SwitchThumb,
167
+ dark_blue_alt2_TextArea: () => dark_blue_alt2_TextArea,
168
+ dark_blue_alt2_Tooltip: () => dark_blue_alt2_Tooltip,
169
+ dark_blue_alt2_TooltipArrow: () => dark_blue_alt2_TooltipArrow,
170
+ dark_blue_alt2_TooltipContent: () => dark_blue_alt2_TooltipContent,
171
+ dark_gray: () => dark_gray,
172
+ dark_gray_Button: () => dark_gray_Button,
173
+ dark_gray_Card: () => dark_gray_Card,
174
+ dark_gray_Checkbox: () => dark_gray_Checkbox,
175
+ dark_gray_DialogOverlay: () => dark_gray_DialogOverlay,
176
+ dark_gray_DrawerFrame: () => dark_gray_DrawerFrame,
177
+ dark_gray_Input: () => dark_gray_Input,
178
+ dark_gray_ListItem: () => dark_gray_ListItem,
179
+ dark_gray_ModalOverlay: () => dark_gray_ModalOverlay,
180
+ dark_gray_Progress: () => dark_gray_Progress,
181
+ dark_gray_ProgressIndicator: () => dark_gray_ProgressIndicator,
182
+ dark_gray_RadioGroupItem: () => dark_gray_RadioGroupItem,
183
+ dark_gray_SheetOverlay: () => dark_gray_SheetOverlay,
184
+ dark_gray_SliderThumb: () => dark_gray_SliderThumb,
185
+ dark_gray_SliderTrack: () => dark_gray_SliderTrack,
186
+ dark_gray_SliderTrackActive: () => dark_gray_SliderTrackActive,
187
+ dark_gray_Switch: () => dark_gray_Switch,
188
+ dark_gray_SwitchThumb: () => dark_gray_SwitchThumb,
189
+ dark_gray_TextArea: () => dark_gray_TextArea,
190
+ dark_gray_Tooltip: () => dark_gray_Tooltip,
191
+ dark_gray_TooltipArrow: () => dark_gray_TooltipArrow,
192
+ dark_gray_TooltipContent: () => dark_gray_TooltipContent,
193
+ dark_gray_active: () => dark_gray_active,
194
+ dark_gray_active_Button: () => dark_gray_active_Button,
195
+ dark_gray_active_Checkbox: () => dark_gray_active_Checkbox,
196
+ dark_gray_active_DialogOverlay: () => dark_gray_active_DialogOverlay,
197
+ dark_gray_active_Input: () => dark_gray_active_Input,
198
+ dark_gray_active_ListItem: () => dark_gray_active_ListItem,
199
+ dark_gray_active_ModalOverlay: () => dark_gray_active_ModalOverlay,
200
+ dark_gray_active_SheetOverlay: () => dark_gray_active_SheetOverlay,
201
+ dark_gray_active_SliderTrackActive: () => dark_gray_active_SliderTrackActive,
202
+ dark_gray_active_Switch: () => dark_gray_active_Switch,
203
+ dark_gray_active_TextArea: () => dark_gray_active_TextArea,
204
+ dark_gray_alt1: () => dark_gray_alt1,
205
+ dark_gray_alt1_Button: () => dark_gray_alt1_Button,
206
+ dark_gray_alt1_Card: () => dark_gray_alt1_Card,
207
+ dark_gray_alt1_Checkbox: () => dark_gray_alt1_Checkbox,
208
+ dark_gray_alt1_DialogOverlay: () => dark_gray_alt1_DialogOverlay,
209
+ dark_gray_alt1_DrawerFrame: () => dark_gray_alt1_DrawerFrame,
210
+ dark_gray_alt1_Input: () => dark_gray_alt1_Input,
211
+ dark_gray_alt1_ListItem: () => dark_gray_alt1_ListItem,
212
+ dark_gray_alt1_ModalOverlay: () => dark_gray_alt1_ModalOverlay,
213
+ dark_gray_alt1_Progress: () => dark_gray_alt1_Progress,
214
+ dark_gray_alt1_ProgressIndicator: () => dark_gray_alt1_ProgressIndicator,
215
+ dark_gray_alt1_RadioGroupItem: () => dark_gray_alt1_RadioGroupItem,
216
+ dark_gray_alt1_SheetOverlay: () => dark_gray_alt1_SheetOverlay,
217
+ dark_gray_alt1_SliderThumb: () => dark_gray_alt1_SliderThumb,
218
+ dark_gray_alt1_SliderTrack: () => dark_gray_alt1_SliderTrack,
219
+ dark_gray_alt1_SliderTrackActive: () => dark_gray_alt1_SliderTrackActive,
220
+ dark_gray_alt1_Switch: () => dark_gray_alt1_Switch,
221
+ dark_gray_alt1_SwitchThumb: () => dark_gray_alt1_SwitchThumb,
222
+ dark_gray_alt1_TextArea: () => dark_gray_alt1_TextArea,
223
+ dark_gray_alt1_Tooltip: () => dark_gray_alt1_Tooltip,
224
+ dark_gray_alt1_TooltipArrow: () => dark_gray_alt1_TooltipArrow,
225
+ dark_gray_alt1_TooltipContent: () => dark_gray_alt1_TooltipContent,
226
+ dark_gray_alt2: () => dark_gray_alt2,
227
+ dark_gray_alt2_Button: () => dark_gray_alt2_Button,
228
+ dark_gray_alt2_Card: () => dark_gray_alt2_Card,
229
+ dark_gray_alt2_Checkbox: () => dark_gray_alt2_Checkbox,
230
+ dark_gray_alt2_DialogOverlay: () => dark_gray_alt2_DialogOverlay,
231
+ dark_gray_alt2_DrawerFrame: () => dark_gray_alt2_DrawerFrame,
232
+ dark_gray_alt2_Input: () => dark_gray_alt2_Input,
233
+ dark_gray_alt2_ListItem: () => dark_gray_alt2_ListItem,
234
+ dark_gray_alt2_ModalOverlay: () => dark_gray_alt2_ModalOverlay,
235
+ dark_gray_alt2_Progress: () => dark_gray_alt2_Progress,
236
+ dark_gray_alt2_ProgressIndicator: () => dark_gray_alt2_ProgressIndicator,
237
+ dark_gray_alt2_RadioGroupItem: () => dark_gray_alt2_RadioGroupItem,
238
+ dark_gray_alt2_SheetOverlay: () => dark_gray_alt2_SheetOverlay,
239
+ dark_gray_alt2_SliderThumb: () => dark_gray_alt2_SliderThumb,
240
+ dark_gray_alt2_SliderTrack: () => dark_gray_alt2_SliderTrack,
241
+ dark_gray_alt2_SliderTrackActive: () => dark_gray_alt2_SliderTrackActive,
242
+ dark_gray_alt2_Switch: () => dark_gray_alt2_Switch,
243
+ dark_gray_alt2_SwitchThumb: () => dark_gray_alt2_SwitchThumb,
244
+ dark_gray_alt2_TextArea: () => dark_gray_alt2_TextArea,
245
+ dark_gray_alt2_Tooltip: () => dark_gray_alt2_Tooltip,
246
+ dark_gray_alt2_TooltipArrow: () => dark_gray_alt2_TooltipArrow,
247
+ dark_gray_alt2_TooltipContent: () => dark_gray_alt2_TooltipContent,
248
+ dark_green: () => dark_green,
249
+ dark_green_Button: () => dark_green_Button,
250
+ dark_green_Card: () => dark_green_Card,
251
+ dark_green_Checkbox: () => dark_green_Checkbox,
252
+ dark_green_DialogOverlay: () => dark_green_DialogOverlay,
253
+ dark_green_DrawerFrame: () => dark_green_DrawerFrame,
254
+ dark_green_Input: () => dark_green_Input,
255
+ dark_green_ListItem: () => dark_green_ListItem,
256
+ dark_green_ModalOverlay: () => dark_green_ModalOverlay,
257
+ dark_green_Progress: () => dark_green_Progress,
258
+ dark_green_ProgressIndicator: () => dark_green_ProgressIndicator,
259
+ dark_green_RadioGroupItem: () => dark_green_RadioGroupItem,
260
+ dark_green_SheetOverlay: () => dark_green_SheetOverlay,
261
+ dark_green_SliderThumb: () => dark_green_SliderThumb,
262
+ dark_green_SliderTrack: () => dark_green_SliderTrack,
263
+ dark_green_SliderTrackActive: () => dark_green_SliderTrackActive,
264
+ dark_green_Switch: () => dark_green_Switch,
265
+ dark_green_SwitchThumb: () => dark_green_SwitchThumb,
266
+ dark_green_TextArea: () => dark_green_TextArea,
267
+ dark_green_Tooltip: () => dark_green_Tooltip,
268
+ dark_green_TooltipArrow: () => dark_green_TooltipArrow,
269
+ dark_green_TooltipContent: () => dark_green_TooltipContent,
270
+ dark_green_active: () => dark_green_active,
271
+ dark_green_active_Button: () => dark_green_active_Button,
272
+ dark_green_active_Checkbox: () => dark_green_active_Checkbox,
273
+ dark_green_active_DialogOverlay: () => dark_green_active_DialogOverlay,
274
+ dark_green_active_Input: () => dark_green_active_Input,
275
+ dark_green_active_ListItem: () => dark_green_active_ListItem,
276
+ dark_green_active_ModalOverlay: () => dark_green_active_ModalOverlay,
277
+ dark_green_active_SheetOverlay: () => dark_green_active_SheetOverlay,
278
+ dark_green_active_SliderTrackActive: () => dark_green_active_SliderTrackActive,
279
+ dark_green_active_Switch: () => dark_green_active_Switch,
280
+ dark_green_active_TextArea: () => dark_green_active_TextArea,
281
+ dark_green_alt1: () => dark_green_alt1,
282
+ dark_green_alt1_Button: () => dark_green_alt1_Button,
283
+ dark_green_alt1_Card: () => dark_green_alt1_Card,
284
+ dark_green_alt1_Checkbox: () => dark_green_alt1_Checkbox,
285
+ dark_green_alt1_DialogOverlay: () => dark_green_alt1_DialogOverlay,
286
+ dark_green_alt1_DrawerFrame: () => dark_green_alt1_DrawerFrame,
287
+ dark_green_alt1_Input: () => dark_green_alt1_Input,
288
+ dark_green_alt1_ListItem: () => dark_green_alt1_ListItem,
289
+ dark_green_alt1_ModalOverlay: () => dark_green_alt1_ModalOverlay,
290
+ dark_green_alt1_Progress: () => dark_green_alt1_Progress,
291
+ dark_green_alt1_ProgressIndicator: () => dark_green_alt1_ProgressIndicator,
292
+ dark_green_alt1_RadioGroupItem: () => dark_green_alt1_RadioGroupItem,
293
+ dark_green_alt1_SheetOverlay: () => dark_green_alt1_SheetOverlay,
294
+ dark_green_alt1_SliderThumb: () => dark_green_alt1_SliderThumb,
295
+ dark_green_alt1_SliderTrack: () => dark_green_alt1_SliderTrack,
296
+ dark_green_alt1_SliderTrackActive: () => dark_green_alt1_SliderTrackActive,
297
+ dark_green_alt1_Switch: () => dark_green_alt1_Switch,
298
+ dark_green_alt1_SwitchThumb: () => dark_green_alt1_SwitchThumb,
299
+ dark_green_alt1_TextArea: () => dark_green_alt1_TextArea,
300
+ dark_green_alt1_Tooltip: () => dark_green_alt1_Tooltip,
301
+ dark_green_alt1_TooltipArrow: () => dark_green_alt1_TooltipArrow,
302
+ dark_green_alt1_TooltipContent: () => dark_green_alt1_TooltipContent,
303
+ dark_green_alt2: () => dark_green_alt2,
304
+ dark_green_alt2_Button: () => dark_green_alt2_Button,
305
+ dark_green_alt2_Card: () => dark_green_alt2_Card,
306
+ dark_green_alt2_Checkbox: () => dark_green_alt2_Checkbox,
307
+ dark_green_alt2_DialogOverlay: () => dark_green_alt2_DialogOverlay,
308
+ dark_green_alt2_DrawerFrame: () => dark_green_alt2_DrawerFrame,
309
+ dark_green_alt2_Input: () => dark_green_alt2_Input,
310
+ dark_green_alt2_ListItem: () => dark_green_alt2_ListItem,
311
+ dark_green_alt2_ModalOverlay: () => dark_green_alt2_ModalOverlay,
312
+ dark_green_alt2_Progress: () => dark_green_alt2_Progress,
313
+ dark_green_alt2_ProgressIndicator: () => dark_green_alt2_ProgressIndicator,
314
+ dark_green_alt2_RadioGroupItem: () => dark_green_alt2_RadioGroupItem,
315
+ dark_green_alt2_SheetOverlay: () => dark_green_alt2_SheetOverlay,
316
+ dark_green_alt2_SliderThumb: () => dark_green_alt2_SliderThumb,
317
+ dark_green_alt2_SliderTrack: () => dark_green_alt2_SliderTrack,
318
+ dark_green_alt2_SliderTrackActive: () => dark_green_alt2_SliderTrackActive,
319
+ dark_green_alt2_Switch: () => dark_green_alt2_Switch,
320
+ dark_green_alt2_SwitchThumb: () => dark_green_alt2_SwitchThumb,
321
+ dark_green_alt2_TextArea: () => dark_green_alt2_TextArea,
322
+ dark_green_alt2_Tooltip: () => dark_green_alt2_Tooltip,
323
+ dark_green_alt2_TooltipArrow: () => dark_green_alt2_TooltipArrow,
324
+ dark_green_alt2_TooltipContent: () => dark_green_alt2_TooltipContent,
325
+ dark_orange: () => dark_orange,
326
+ dark_orange_Button: () => dark_orange_Button,
327
+ dark_orange_Card: () => dark_orange_Card,
328
+ dark_orange_Checkbox: () => dark_orange_Checkbox,
329
+ dark_orange_DialogOverlay: () => dark_orange_DialogOverlay,
330
+ dark_orange_DrawerFrame: () => dark_orange_DrawerFrame,
331
+ dark_orange_Input: () => dark_orange_Input,
332
+ dark_orange_ListItem: () => dark_orange_ListItem,
333
+ dark_orange_ModalOverlay: () => dark_orange_ModalOverlay,
334
+ dark_orange_Progress: () => dark_orange_Progress,
335
+ dark_orange_ProgressIndicator: () => dark_orange_ProgressIndicator,
336
+ dark_orange_RadioGroupItem: () => dark_orange_RadioGroupItem,
337
+ dark_orange_SheetOverlay: () => dark_orange_SheetOverlay,
338
+ dark_orange_SliderThumb: () => dark_orange_SliderThumb,
339
+ dark_orange_SliderTrack: () => dark_orange_SliderTrack,
340
+ dark_orange_SliderTrackActive: () => dark_orange_SliderTrackActive,
341
+ dark_orange_Switch: () => dark_orange_Switch,
342
+ dark_orange_SwitchThumb: () => dark_orange_SwitchThumb,
343
+ dark_orange_TextArea: () => dark_orange_TextArea,
344
+ dark_orange_Tooltip: () => dark_orange_Tooltip,
345
+ dark_orange_TooltipArrow: () => dark_orange_TooltipArrow,
346
+ dark_orange_TooltipContent: () => dark_orange_TooltipContent,
347
+ dark_orange_active: () => dark_orange_active,
348
+ dark_orange_active_Button: () => dark_orange_active_Button,
349
+ dark_orange_active_Checkbox: () => dark_orange_active_Checkbox,
350
+ dark_orange_active_DialogOverlay: () => dark_orange_active_DialogOverlay,
351
+ dark_orange_active_Input: () => dark_orange_active_Input,
352
+ dark_orange_active_ListItem: () => dark_orange_active_ListItem,
353
+ dark_orange_active_ModalOverlay: () => dark_orange_active_ModalOverlay,
354
+ dark_orange_active_SheetOverlay: () => dark_orange_active_SheetOverlay,
355
+ dark_orange_active_SliderTrackActive: () => dark_orange_active_SliderTrackActive,
356
+ dark_orange_active_Switch: () => dark_orange_active_Switch,
357
+ dark_orange_active_TextArea: () => dark_orange_active_TextArea,
358
+ dark_orange_alt1: () => dark_orange_alt1,
359
+ dark_orange_alt1_Button: () => dark_orange_alt1_Button,
360
+ dark_orange_alt1_Card: () => dark_orange_alt1_Card,
361
+ dark_orange_alt1_Checkbox: () => dark_orange_alt1_Checkbox,
362
+ dark_orange_alt1_DialogOverlay: () => dark_orange_alt1_DialogOverlay,
363
+ dark_orange_alt1_DrawerFrame: () => dark_orange_alt1_DrawerFrame,
364
+ dark_orange_alt1_Input: () => dark_orange_alt1_Input,
365
+ dark_orange_alt1_ListItem: () => dark_orange_alt1_ListItem,
366
+ dark_orange_alt1_ModalOverlay: () => dark_orange_alt1_ModalOverlay,
367
+ dark_orange_alt1_Progress: () => dark_orange_alt1_Progress,
368
+ dark_orange_alt1_ProgressIndicator: () => dark_orange_alt1_ProgressIndicator,
369
+ dark_orange_alt1_RadioGroupItem: () => dark_orange_alt1_RadioGroupItem,
370
+ dark_orange_alt1_SheetOverlay: () => dark_orange_alt1_SheetOverlay,
371
+ dark_orange_alt1_SliderThumb: () => dark_orange_alt1_SliderThumb,
372
+ dark_orange_alt1_SliderTrack: () => dark_orange_alt1_SliderTrack,
373
+ dark_orange_alt1_SliderTrackActive: () => dark_orange_alt1_SliderTrackActive,
374
+ dark_orange_alt1_Switch: () => dark_orange_alt1_Switch,
375
+ dark_orange_alt1_SwitchThumb: () => dark_orange_alt1_SwitchThumb,
376
+ dark_orange_alt1_TextArea: () => dark_orange_alt1_TextArea,
377
+ dark_orange_alt1_Tooltip: () => dark_orange_alt1_Tooltip,
378
+ dark_orange_alt1_TooltipArrow: () => dark_orange_alt1_TooltipArrow,
379
+ dark_orange_alt1_TooltipContent: () => dark_orange_alt1_TooltipContent,
380
+ dark_orange_alt2: () => dark_orange_alt2,
381
+ dark_orange_alt2_Button: () => dark_orange_alt2_Button,
382
+ dark_orange_alt2_Card: () => dark_orange_alt2_Card,
383
+ dark_orange_alt2_Checkbox: () => dark_orange_alt2_Checkbox,
384
+ dark_orange_alt2_DialogOverlay: () => dark_orange_alt2_DialogOverlay,
385
+ dark_orange_alt2_DrawerFrame: () => dark_orange_alt2_DrawerFrame,
386
+ dark_orange_alt2_Input: () => dark_orange_alt2_Input,
387
+ dark_orange_alt2_ListItem: () => dark_orange_alt2_ListItem,
388
+ dark_orange_alt2_ModalOverlay: () => dark_orange_alt2_ModalOverlay,
389
+ dark_orange_alt2_Progress: () => dark_orange_alt2_Progress,
390
+ dark_orange_alt2_ProgressIndicator: () => dark_orange_alt2_ProgressIndicator,
391
+ dark_orange_alt2_RadioGroupItem: () => dark_orange_alt2_RadioGroupItem,
392
+ dark_orange_alt2_SheetOverlay: () => dark_orange_alt2_SheetOverlay,
393
+ dark_orange_alt2_SliderThumb: () => dark_orange_alt2_SliderThumb,
394
+ dark_orange_alt2_SliderTrack: () => dark_orange_alt2_SliderTrack,
395
+ dark_orange_alt2_SliderTrackActive: () => dark_orange_alt2_SliderTrackActive,
396
+ dark_orange_alt2_Switch: () => dark_orange_alt2_Switch,
397
+ dark_orange_alt2_SwitchThumb: () => dark_orange_alt2_SwitchThumb,
398
+ dark_orange_alt2_TextArea: () => dark_orange_alt2_TextArea,
399
+ dark_orange_alt2_Tooltip: () => dark_orange_alt2_Tooltip,
400
+ dark_orange_alt2_TooltipArrow: () => dark_orange_alt2_TooltipArrow,
401
+ dark_orange_alt2_TooltipContent: () => dark_orange_alt2_TooltipContent,
402
+ dark_pink: () => dark_pink,
403
+ dark_pink_Button: () => dark_pink_Button,
404
+ dark_pink_Card: () => dark_pink_Card,
405
+ dark_pink_Checkbox: () => dark_pink_Checkbox,
406
+ dark_pink_DialogOverlay: () => dark_pink_DialogOverlay,
407
+ dark_pink_DrawerFrame: () => dark_pink_DrawerFrame,
408
+ dark_pink_Input: () => dark_pink_Input,
409
+ dark_pink_ListItem: () => dark_pink_ListItem,
410
+ dark_pink_ModalOverlay: () => dark_pink_ModalOverlay,
411
+ dark_pink_Progress: () => dark_pink_Progress,
412
+ dark_pink_ProgressIndicator: () => dark_pink_ProgressIndicator,
413
+ dark_pink_RadioGroupItem: () => dark_pink_RadioGroupItem,
414
+ dark_pink_SheetOverlay: () => dark_pink_SheetOverlay,
415
+ dark_pink_SliderThumb: () => dark_pink_SliderThumb,
416
+ dark_pink_SliderTrack: () => dark_pink_SliderTrack,
417
+ dark_pink_SliderTrackActive: () => dark_pink_SliderTrackActive,
418
+ dark_pink_Switch: () => dark_pink_Switch,
419
+ dark_pink_SwitchThumb: () => dark_pink_SwitchThumb,
420
+ dark_pink_TextArea: () => dark_pink_TextArea,
421
+ dark_pink_Tooltip: () => dark_pink_Tooltip,
422
+ dark_pink_TooltipArrow: () => dark_pink_TooltipArrow,
423
+ dark_pink_TooltipContent: () => dark_pink_TooltipContent,
424
+ dark_pink_active: () => dark_pink_active,
425
+ dark_pink_active_Button: () => dark_pink_active_Button,
426
+ dark_pink_active_Checkbox: () => dark_pink_active_Checkbox,
427
+ dark_pink_active_DialogOverlay: () => dark_pink_active_DialogOverlay,
428
+ dark_pink_active_Input: () => dark_pink_active_Input,
429
+ dark_pink_active_ListItem: () => dark_pink_active_ListItem,
430
+ dark_pink_active_ModalOverlay: () => dark_pink_active_ModalOverlay,
431
+ dark_pink_active_SheetOverlay: () => dark_pink_active_SheetOverlay,
432
+ dark_pink_active_SliderTrackActive: () => dark_pink_active_SliderTrackActive,
433
+ dark_pink_active_Switch: () => dark_pink_active_Switch,
434
+ dark_pink_active_TextArea: () => dark_pink_active_TextArea,
435
+ dark_pink_alt1: () => dark_pink_alt1,
436
+ dark_pink_alt1_Button: () => dark_pink_alt1_Button,
437
+ dark_pink_alt1_Card: () => dark_pink_alt1_Card,
438
+ dark_pink_alt1_Checkbox: () => dark_pink_alt1_Checkbox,
439
+ dark_pink_alt1_DialogOverlay: () => dark_pink_alt1_DialogOverlay,
440
+ dark_pink_alt1_DrawerFrame: () => dark_pink_alt1_DrawerFrame,
441
+ dark_pink_alt1_Input: () => dark_pink_alt1_Input,
442
+ dark_pink_alt1_ListItem: () => dark_pink_alt1_ListItem,
443
+ dark_pink_alt1_ModalOverlay: () => dark_pink_alt1_ModalOverlay,
444
+ dark_pink_alt1_Progress: () => dark_pink_alt1_Progress,
445
+ dark_pink_alt1_ProgressIndicator: () => dark_pink_alt1_ProgressIndicator,
446
+ dark_pink_alt1_RadioGroupItem: () => dark_pink_alt1_RadioGroupItem,
447
+ dark_pink_alt1_SheetOverlay: () => dark_pink_alt1_SheetOverlay,
448
+ dark_pink_alt1_SliderThumb: () => dark_pink_alt1_SliderThumb,
449
+ dark_pink_alt1_SliderTrack: () => dark_pink_alt1_SliderTrack,
450
+ dark_pink_alt1_SliderTrackActive: () => dark_pink_alt1_SliderTrackActive,
451
+ dark_pink_alt1_Switch: () => dark_pink_alt1_Switch,
452
+ dark_pink_alt1_SwitchThumb: () => dark_pink_alt1_SwitchThumb,
453
+ dark_pink_alt1_TextArea: () => dark_pink_alt1_TextArea,
454
+ dark_pink_alt1_Tooltip: () => dark_pink_alt1_Tooltip,
455
+ dark_pink_alt1_TooltipArrow: () => dark_pink_alt1_TooltipArrow,
456
+ dark_pink_alt1_TooltipContent: () => dark_pink_alt1_TooltipContent,
457
+ dark_pink_alt2: () => dark_pink_alt2,
458
+ dark_pink_alt2_Button: () => dark_pink_alt2_Button,
459
+ dark_pink_alt2_Card: () => dark_pink_alt2_Card,
460
+ dark_pink_alt2_Checkbox: () => dark_pink_alt2_Checkbox,
461
+ dark_pink_alt2_DialogOverlay: () => dark_pink_alt2_DialogOverlay,
462
+ dark_pink_alt2_DrawerFrame: () => dark_pink_alt2_DrawerFrame,
463
+ dark_pink_alt2_Input: () => dark_pink_alt2_Input,
464
+ dark_pink_alt2_ListItem: () => dark_pink_alt2_ListItem,
465
+ dark_pink_alt2_ModalOverlay: () => dark_pink_alt2_ModalOverlay,
466
+ dark_pink_alt2_Progress: () => dark_pink_alt2_Progress,
467
+ dark_pink_alt2_ProgressIndicator: () => dark_pink_alt2_ProgressIndicator,
468
+ dark_pink_alt2_RadioGroupItem: () => dark_pink_alt2_RadioGroupItem,
469
+ dark_pink_alt2_SheetOverlay: () => dark_pink_alt2_SheetOverlay,
470
+ dark_pink_alt2_SliderThumb: () => dark_pink_alt2_SliderThumb,
471
+ dark_pink_alt2_SliderTrack: () => dark_pink_alt2_SliderTrack,
472
+ dark_pink_alt2_SliderTrackActive: () => dark_pink_alt2_SliderTrackActive,
473
+ dark_pink_alt2_Switch: () => dark_pink_alt2_Switch,
474
+ dark_pink_alt2_SwitchThumb: () => dark_pink_alt2_SwitchThumb,
475
+ dark_pink_alt2_TextArea: () => dark_pink_alt2_TextArea,
476
+ dark_pink_alt2_Tooltip: () => dark_pink_alt2_Tooltip,
477
+ dark_pink_alt2_TooltipArrow: () => dark_pink_alt2_TooltipArrow,
478
+ dark_pink_alt2_TooltipContent: () => dark_pink_alt2_TooltipContent,
479
+ dark_purple: () => dark_purple,
480
+ dark_purple_Button: () => dark_purple_Button,
481
+ dark_purple_Card: () => dark_purple_Card,
482
+ dark_purple_Checkbox: () => dark_purple_Checkbox,
483
+ dark_purple_DialogOverlay: () => dark_purple_DialogOverlay,
484
+ dark_purple_DrawerFrame: () => dark_purple_DrawerFrame,
485
+ dark_purple_Input: () => dark_purple_Input,
486
+ dark_purple_ListItem: () => dark_purple_ListItem,
487
+ dark_purple_ModalOverlay: () => dark_purple_ModalOverlay,
488
+ dark_purple_Progress: () => dark_purple_Progress,
489
+ dark_purple_ProgressIndicator: () => dark_purple_ProgressIndicator,
490
+ dark_purple_RadioGroupItem: () => dark_purple_RadioGroupItem,
491
+ dark_purple_SheetOverlay: () => dark_purple_SheetOverlay,
492
+ dark_purple_SliderThumb: () => dark_purple_SliderThumb,
493
+ dark_purple_SliderTrack: () => dark_purple_SliderTrack,
494
+ dark_purple_SliderTrackActive: () => dark_purple_SliderTrackActive,
495
+ dark_purple_Switch: () => dark_purple_Switch,
496
+ dark_purple_SwitchThumb: () => dark_purple_SwitchThumb,
497
+ dark_purple_TextArea: () => dark_purple_TextArea,
498
+ dark_purple_Tooltip: () => dark_purple_Tooltip,
499
+ dark_purple_TooltipArrow: () => dark_purple_TooltipArrow,
500
+ dark_purple_TooltipContent: () => dark_purple_TooltipContent,
501
+ dark_purple_active: () => dark_purple_active,
502
+ dark_purple_active_Button: () => dark_purple_active_Button,
503
+ dark_purple_active_Checkbox: () => dark_purple_active_Checkbox,
504
+ dark_purple_active_DialogOverlay: () => dark_purple_active_DialogOverlay,
505
+ dark_purple_active_Input: () => dark_purple_active_Input,
506
+ dark_purple_active_ListItem: () => dark_purple_active_ListItem,
507
+ dark_purple_active_ModalOverlay: () => dark_purple_active_ModalOverlay,
508
+ dark_purple_active_SheetOverlay: () => dark_purple_active_SheetOverlay,
509
+ dark_purple_active_SliderTrackActive: () => dark_purple_active_SliderTrackActive,
510
+ dark_purple_active_Switch: () => dark_purple_active_Switch,
511
+ dark_purple_active_TextArea: () => dark_purple_active_TextArea,
512
+ dark_purple_alt1: () => dark_purple_alt1,
513
+ dark_purple_alt1_Button: () => dark_purple_alt1_Button,
514
+ dark_purple_alt1_Card: () => dark_purple_alt1_Card,
515
+ dark_purple_alt1_Checkbox: () => dark_purple_alt1_Checkbox,
516
+ dark_purple_alt1_DialogOverlay: () => dark_purple_alt1_DialogOverlay,
517
+ dark_purple_alt1_DrawerFrame: () => dark_purple_alt1_DrawerFrame,
518
+ dark_purple_alt1_Input: () => dark_purple_alt1_Input,
519
+ dark_purple_alt1_ListItem: () => dark_purple_alt1_ListItem,
520
+ dark_purple_alt1_ModalOverlay: () => dark_purple_alt1_ModalOverlay,
521
+ dark_purple_alt1_Progress: () => dark_purple_alt1_Progress,
522
+ dark_purple_alt1_ProgressIndicator: () => dark_purple_alt1_ProgressIndicator,
523
+ dark_purple_alt1_RadioGroupItem: () => dark_purple_alt1_RadioGroupItem,
524
+ dark_purple_alt1_SheetOverlay: () => dark_purple_alt1_SheetOverlay,
525
+ dark_purple_alt1_SliderThumb: () => dark_purple_alt1_SliderThumb,
526
+ dark_purple_alt1_SliderTrack: () => dark_purple_alt1_SliderTrack,
527
+ dark_purple_alt1_SliderTrackActive: () => dark_purple_alt1_SliderTrackActive,
528
+ dark_purple_alt1_Switch: () => dark_purple_alt1_Switch,
529
+ dark_purple_alt1_SwitchThumb: () => dark_purple_alt1_SwitchThumb,
530
+ dark_purple_alt1_TextArea: () => dark_purple_alt1_TextArea,
531
+ dark_purple_alt1_Tooltip: () => dark_purple_alt1_Tooltip,
532
+ dark_purple_alt1_TooltipArrow: () => dark_purple_alt1_TooltipArrow,
533
+ dark_purple_alt1_TooltipContent: () => dark_purple_alt1_TooltipContent,
534
+ dark_purple_alt2: () => dark_purple_alt2,
535
+ dark_purple_alt2_Button: () => dark_purple_alt2_Button,
536
+ dark_purple_alt2_Card: () => dark_purple_alt2_Card,
537
+ dark_purple_alt2_Checkbox: () => dark_purple_alt2_Checkbox,
538
+ dark_purple_alt2_DialogOverlay: () => dark_purple_alt2_DialogOverlay,
539
+ dark_purple_alt2_DrawerFrame: () => dark_purple_alt2_DrawerFrame,
540
+ dark_purple_alt2_Input: () => dark_purple_alt2_Input,
541
+ dark_purple_alt2_ListItem: () => dark_purple_alt2_ListItem,
542
+ dark_purple_alt2_ModalOverlay: () => dark_purple_alt2_ModalOverlay,
543
+ dark_purple_alt2_Progress: () => dark_purple_alt2_Progress,
544
+ dark_purple_alt2_ProgressIndicator: () => dark_purple_alt2_ProgressIndicator,
545
+ dark_purple_alt2_RadioGroupItem: () => dark_purple_alt2_RadioGroupItem,
546
+ dark_purple_alt2_SheetOverlay: () => dark_purple_alt2_SheetOverlay,
547
+ dark_purple_alt2_SliderThumb: () => dark_purple_alt2_SliderThumb,
548
+ dark_purple_alt2_SliderTrack: () => dark_purple_alt2_SliderTrack,
549
+ dark_purple_alt2_SliderTrackActive: () => dark_purple_alt2_SliderTrackActive,
550
+ dark_purple_alt2_Switch: () => dark_purple_alt2_Switch,
551
+ dark_purple_alt2_SwitchThumb: () => dark_purple_alt2_SwitchThumb,
552
+ dark_purple_alt2_TextArea: () => dark_purple_alt2_TextArea,
553
+ dark_purple_alt2_Tooltip: () => dark_purple_alt2_Tooltip,
554
+ dark_purple_alt2_TooltipArrow: () => dark_purple_alt2_TooltipArrow,
555
+ dark_purple_alt2_TooltipContent: () => dark_purple_alt2_TooltipContent,
556
+ dark_red: () => dark_red,
557
+ dark_red_Button: () => dark_red_Button,
558
+ dark_red_Card: () => dark_red_Card,
559
+ dark_red_Checkbox: () => dark_red_Checkbox,
560
+ dark_red_DialogOverlay: () => dark_red_DialogOverlay,
561
+ dark_red_DrawerFrame: () => dark_red_DrawerFrame,
562
+ dark_red_Input: () => dark_red_Input,
563
+ dark_red_ListItem: () => dark_red_ListItem,
564
+ dark_red_ModalOverlay: () => dark_red_ModalOverlay,
565
+ dark_red_Progress: () => dark_red_Progress,
566
+ dark_red_ProgressIndicator: () => dark_red_ProgressIndicator,
567
+ dark_red_RadioGroupItem: () => dark_red_RadioGroupItem,
568
+ dark_red_SheetOverlay: () => dark_red_SheetOverlay,
569
+ dark_red_SliderThumb: () => dark_red_SliderThumb,
570
+ dark_red_SliderTrack: () => dark_red_SliderTrack,
571
+ dark_red_SliderTrackActive: () => dark_red_SliderTrackActive,
572
+ dark_red_Switch: () => dark_red_Switch,
573
+ dark_red_SwitchThumb: () => dark_red_SwitchThumb,
574
+ dark_red_TextArea: () => dark_red_TextArea,
575
+ dark_red_Tooltip: () => dark_red_Tooltip,
576
+ dark_red_TooltipArrow: () => dark_red_TooltipArrow,
577
+ dark_red_TooltipContent: () => dark_red_TooltipContent,
578
+ dark_red_active: () => dark_red_active,
579
+ dark_red_active_Button: () => dark_red_active_Button,
580
+ dark_red_active_Checkbox: () => dark_red_active_Checkbox,
581
+ dark_red_active_DialogOverlay: () => dark_red_active_DialogOverlay,
582
+ dark_red_active_Input: () => dark_red_active_Input,
583
+ dark_red_active_ListItem: () => dark_red_active_ListItem,
584
+ dark_red_active_ModalOverlay: () => dark_red_active_ModalOverlay,
585
+ dark_red_active_SheetOverlay: () => dark_red_active_SheetOverlay,
586
+ dark_red_active_SliderTrackActive: () => dark_red_active_SliderTrackActive,
587
+ dark_red_active_Switch: () => dark_red_active_Switch,
588
+ dark_red_active_TextArea: () => dark_red_active_TextArea,
589
+ dark_red_alt1: () => dark_red_alt1,
590
+ dark_red_alt1_Button: () => dark_red_alt1_Button,
591
+ dark_red_alt1_Card: () => dark_red_alt1_Card,
592
+ dark_red_alt1_Checkbox: () => dark_red_alt1_Checkbox,
593
+ dark_red_alt1_DialogOverlay: () => dark_red_alt1_DialogOverlay,
594
+ dark_red_alt1_DrawerFrame: () => dark_red_alt1_DrawerFrame,
595
+ dark_red_alt1_Input: () => dark_red_alt1_Input,
596
+ dark_red_alt1_ListItem: () => dark_red_alt1_ListItem,
597
+ dark_red_alt1_ModalOverlay: () => dark_red_alt1_ModalOverlay,
598
+ dark_red_alt1_Progress: () => dark_red_alt1_Progress,
599
+ dark_red_alt1_ProgressIndicator: () => dark_red_alt1_ProgressIndicator,
600
+ dark_red_alt1_RadioGroupItem: () => dark_red_alt1_RadioGroupItem,
601
+ dark_red_alt1_SheetOverlay: () => dark_red_alt1_SheetOverlay,
602
+ dark_red_alt1_SliderThumb: () => dark_red_alt1_SliderThumb,
603
+ dark_red_alt1_SliderTrack: () => dark_red_alt1_SliderTrack,
604
+ dark_red_alt1_SliderTrackActive: () => dark_red_alt1_SliderTrackActive,
605
+ dark_red_alt1_Switch: () => dark_red_alt1_Switch,
606
+ dark_red_alt1_SwitchThumb: () => dark_red_alt1_SwitchThumb,
607
+ dark_red_alt1_TextArea: () => dark_red_alt1_TextArea,
608
+ dark_red_alt1_Tooltip: () => dark_red_alt1_Tooltip,
609
+ dark_red_alt1_TooltipArrow: () => dark_red_alt1_TooltipArrow,
610
+ dark_red_alt1_TooltipContent: () => dark_red_alt1_TooltipContent,
611
+ dark_red_alt2: () => dark_red_alt2,
612
+ dark_red_alt2_Button: () => dark_red_alt2_Button,
613
+ dark_red_alt2_Card: () => dark_red_alt2_Card,
614
+ dark_red_alt2_Checkbox: () => dark_red_alt2_Checkbox,
615
+ dark_red_alt2_DialogOverlay: () => dark_red_alt2_DialogOverlay,
616
+ dark_red_alt2_DrawerFrame: () => dark_red_alt2_DrawerFrame,
617
+ dark_red_alt2_Input: () => dark_red_alt2_Input,
618
+ dark_red_alt2_ListItem: () => dark_red_alt2_ListItem,
619
+ dark_red_alt2_ModalOverlay: () => dark_red_alt2_ModalOverlay,
620
+ dark_red_alt2_Progress: () => dark_red_alt2_Progress,
621
+ dark_red_alt2_ProgressIndicator: () => dark_red_alt2_ProgressIndicator,
622
+ dark_red_alt2_RadioGroupItem: () => dark_red_alt2_RadioGroupItem,
623
+ dark_red_alt2_SheetOverlay: () => dark_red_alt2_SheetOverlay,
624
+ dark_red_alt2_SliderThumb: () => dark_red_alt2_SliderThumb,
625
+ dark_red_alt2_SliderTrack: () => dark_red_alt2_SliderTrack,
626
+ dark_red_alt2_SliderTrackActive: () => dark_red_alt2_SliderTrackActive,
627
+ dark_red_alt2_Switch: () => dark_red_alt2_Switch,
628
+ dark_red_alt2_SwitchThumb: () => dark_red_alt2_SwitchThumb,
629
+ dark_red_alt2_TextArea: () => dark_red_alt2_TextArea,
630
+ dark_red_alt2_Tooltip: () => dark_red_alt2_Tooltip,
631
+ dark_red_alt2_TooltipArrow: () => dark_red_alt2_TooltipArrow,
632
+ dark_red_alt2_TooltipContent: () => dark_red_alt2_TooltipContent,
633
+ dark_yellow: () => dark_yellow,
634
+ dark_yellow_Button: () => dark_yellow_Button,
635
+ dark_yellow_Card: () => dark_yellow_Card,
636
+ dark_yellow_Checkbox: () => dark_yellow_Checkbox,
637
+ dark_yellow_DialogOverlay: () => dark_yellow_DialogOverlay,
638
+ dark_yellow_DrawerFrame: () => dark_yellow_DrawerFrame,
639
+ dark_yellow_Input: () => dark_yellow_Input,
640
+ dark_yellow_ListItem: () => dark_yellow_ListItem,
641
+ dark_yellow_ModalOverlay: () => dark_yellow_ModalOverlay,
642
+ dark_yellow_Progress: () => dark_yellow_Progress,
643
+ dark_yellow_ProgressIndicator: () => dark_yellow_ProgressIndicator,
644
+ dark_yellow_RadioGroupItem: () => dark_yellow_RadioGroupItem,
645
+ dark_yellow_SheetOverlay: () => dark_yellow_SheetOverlay,
646
+ dark_yellow_SliderThumb: () => dark_yellow_SliderThumb,
647
+ dark_yellow_SliderTrack: () => dark_yellow_SliderTrack,
648
+ dark_yellow_SliderTrackActive: () => dark_yellow_SliderTrackActive,
649
+ dark_yellow_Switch: () => dark_yellow_Switch,
650
+ dark_yellow_SwitchThumb: () => dark_yellow_SwitchThumb,
651
+ dark_yellow_TextArea: () => dark_yellow_TextArea,
652
+ dark_yellow_Tooltip: () => dark_yellow_Tooltip,
653
+ dark_yellow_TooltipArrow: () => dark_yellow_TooltipArrow,
654
+ dark_yellow_TooltipContent: () => dark_yellow_TooltipContent,
655
+ dark_yellow_active: () => dark_yellow_active,
656
+ dark_yellow_active_Button: () => dark_yellow_active_Button,
657
+ dark_yellow_active_Checkbox: () => dark_yellow_active_Checkbox,
658
+ dark_yellow_active_DialogOverlay: () => dark_yellow_active_DialogOverlay,
659
+ dark_yellow_active_Input: () => dark_yellow_active_Input,
660
+ dark_yellow_active_ListItem: () => dark_yellow_active_ListItem,
661
+ dark_yellow_active_ModalOverlay: () => dark_yellow_active_ModalOverlay,
662
+ dark_yellow_active_SheetOverlay: () => dark_yellow_active_SheetOverlay,
663
+ dark_yellow_active_SliderTrackActive: () => dark_yellow_active_SliderTrackActive,
664
+ dark_yellow_active_Switch: () => dark_yellow_active_Switch,
665
+ dark_yellow_active_TextArea: () => dark_yellow_active_TextArea,
666
+ dark_yellow_alt1: () => dark_yellow_alt1,
667
+ dark_yellow_alt1_Button: () => dark_yellow_alt1_Button,
668
+ dark_yellow_alt1_Card: () => dark_yellow_alt1_Card,
669
+ dark_yellow_alt1_Checkbox: () => dark_yellow_alt1_Checkbox,
670
+ dark_yellow_alt1_DialogOverlay: () => dark_yellow_alt1_DialogOverlay,
671
+ dark_yellow_alt1_DrawerFrame: () => dark_yellow_alt1_DrawerFrame,
672
+ dark_yellow_alt1_Input: () => dark_yellow_alt1_Input,
673
+ dark_yellow_alt1_ListItem: () => dark_yellow_alt1_ListItem,
674
+ dark_yellow_alt1_ModalOverlay: () => dark_yellow_alt1_ModalOverlay,
675
+ dark_yellow_alt1_Progress: () => dark_yellow_alt1_Progress,
676
+ dark_yellow_alt1_ProgressIndicator: () => dark_yellow_alt1_ProgressIndicator,
677
+ dark_yellow_alt1_RadioGroupItem: () => dark_yellow_alt1_RadioGroupItem,
678
+ dark_yellow_alt1_SheetOverlay: () => dark_yellow_alt1_SheetOverlay,
679
+ dark_yellow_alt1_SliderThumb: () => dark_yellow_alt1_SliderThumb,
680
+ dark_yellow_alt1_SliderTrack: () => dark_yellow_alt1_SliderTrack,
681
+ dark_yellow_alt1_SliderTrackActive: () => dark_yellow_alt1_SliderTrackActive,
682
+ dark_yellow_alt1_Switch: () => dark_yellow_alt1_Switch,
683
+ dark_yellow_alt1_SwitchThumb: () => dark_yellow_alt1_SwitchThumb,
684
+ dark_yellow_alt1_TextArea: () => dark_yellow_alt1_TextArea,
685
+ dark_yellow_alt1_Tooltip: () => dark_yellow_alt1_Tooltip,
686
+ dark_yellow_alt1_TooltipArrow: () => dark_yellow_alt1_TooltipArrow,
687
+ dark_yellow_alt1_TooltipContent: () => dark_yellow_alt1_TooltipContent,
688
+ dark_yellow_alt2: () => dark_yellow_alt2,
689
+ dark_yellow_alt2_Button: () => dark_yellow_alt2_Button,
690
+ dark_yellow_alt2_Card: () => dark_yellow_alt2_Card,
691
+ dark_yellow_alt2_Checkbox: () => dark_yellow_alt2_Checkbox,
692
+ dark_yellow_alt2_DialogOverlay: () => dark_yellow_alt2_DialogOverlay,
693
+ dark_yellow_alt2_DrawerFrame: () => dark_yellow_alt2_DrawerFrame,
694
+ dark_yellow_alt2_Input: () => dark_yellow_alt2_Input,
695
+ dark_yellow_alt2_ListItem: () => dark_yellow_alt2_ListItem,
696
+ dark_yellow_alt2_ModalOverlay: () => dark_yellow_alt2_ModalOverlay,
697
+ dark_yellow_alt2_Progress: () => dark_yellow_alt2_Progress,
698
+ dark_yellow_alt2_ProgressIndicator: () => dark_yellow_alt2_ProgressIndicator,
699
+ dark_yellow_alt2_RadioGroupItem: () => dark_yellow_alt2_RadioGroupItem,
700
+ dark_yellow_alt2_SheetOverlay: () => dark_yellow_alt2_SheetOverlay,
701
+ dark_yellow_alt2_SliderThumb: () => dark_yellow_alt2_SliderThumb,
702
+ dark_yellow_alt2_SliderTrack: () => dark_yellow_alt2_SliderTrack,
703
+ dark_yellow_alt2_SliderTrackActive: () => dark_yellow_alt2_SliderTrackActive,
704
+ dark_yellow_alt2_Switch: () => dark_yellow_alt2_Switch,
705
+ dark_yellow_alt2_SwitchThumb: () => dark_yellow_alt2_SwitchThumb,
706
+ dark_yellow_alt2_TextArea: () => dark_yellow_alt2_TextArea,
707
+ dark_yellow_alt2_Tooltip: () => dark_yellow_alt2_Tooltip,
708
+ dark_yellow_alt2_TooltipArrow: () => dark_yellow_alt2_TooltipArrow,
709
+ dark_yellow_alt2_TooltipContent: () => dark_yellow_alt2_TooltipContent,
710
+ light: () => light,
711
+ light_Button: () => light_Button,
712
+ light_Card: () => light_Card,
713
+ light_Checkbox: () => light_Checkbox,
714
+ light_DialogOverlay: () => light_DialogOverlay,
715
+ light_DrawerFrame: () => light_DrawerFrame,
716
+ light_Input: () => light_Input,
717
+ light_ListItem: () => light_ListItem,
718
+ light_ModalOverlay: () => light_ModalOverlay,
719
+ light_Progress: () => light_Progress,
720
+ light_ProgressIndicator: () => light_ProgressIndicator,
721
+ light_RadioGroupItem: () => light_RadioGroupItem,
722
+ light_SheetOverlay: () => light_SheetOverlay,
723
+ light_SliderThumb: () => light_SliderThumb,
724
+ light_SliderTrack: () => light_SliderTrack,
725
+ light_SliderTrackActive: () => light_SliderTrackActive,
726
+ light_Switch: () => light_Switch,
727
+ light_SwitchThumb: () => light_SwitchThumb,
728
+ light_TextArea: () => light_TextArea,
729
+ light_Tooltip: () => light_Tooltip,
730
+ light_TooltipArrow: () => light_TooltipArrow,
731
+ light_TooltipContent: () => light_TooltipContent,
732
+ light_active: () => light_active,
733
+ light_active_Button: () => light_active_Button,
734
+ light_active_Checkbox: () => light_active_Checkbox,
735
+ light_active_DialogOverlay: () => light_active_DialogOverlay,
736
+ light_active_Input: () => light_active_Input,
737
+ light_active_ListItem: () => light_active_ListItem,
738
+ light_active_ModalOverlay: () => light_active_ModalOverlay,
739
+ light_active_SheetOverlay: () => light_active_SheetOverlay,
740
+ light_active_SliderTrackActive: () => light_active_SliderTrackActive,
741
+ light_active_Switch: () => light_active_Switch,
742
+ light_active_TextArea: () => light_active_TextArea,
743
+ light_alt1: () => light_alt1,
744
+ light_alt1_Button: () => light_alt1_Button,
745
+ light_alt1_Card: () => light_alt1_Card,
746
+ light_alt1_Checkbox: () => light_alt1_Checkbox,
747
+ light_alt1_DialogOverlay: () => light_alt1_DialogOverlay,
748
+ light_alt1_DrawerFrame: () => light_alt1_DrawerFrame,
749
+ light_alt1_Input: () => light_alt1_Input,
750
+ light_alt1_ListItem: () => light_alt1_ListItem,
751
+ light_alt1_ModalOverlay: () => light_alt1_ModalOverlay,
752
+ light_alt1_Progress: () => light_alt1_Progress,
753
+ light_alt1_ProgressIndicator: () => light_alt1_ProgressIndicator,
754
+ light_alt1_RadioGroupItem: () => light_alt1_RadioGroupItem,
755
+ light_alt1_SheetOverlay: () => light_alt1_SheetOverlay,
756
+ light_alt1_SliderThumb: () => light_alt1_SliderThumb,
757
+ light_alt1_SliderTrack: () => light_alt1_SliderTrack,
758
+ light_alt1_SliderTrackActive: () => light_alt1_SliderTrackActive,
759
+ light_alt1_Switch: () => light_alt1_Switch,
760
+ light_alt1_SwitchThumb: () => light_alt1_SwitchThumb,
761
+ light_alt1_TextArea: () => light_alt1_TextArea,
762
+ light_alt1_Tooltip: () => light_alt1_Tooltip,
763
+ light_alt1_TooltipArrow: () => light_alt1_TooltipArrow,
764
+ light_alt1_TooltipContent: () => light_alt1_TooltipContent,
765
+ light_alt2: () => light_alt2,
766
+ light_alt2_Button: () => light_alt2_Button,
767
+ light_alt2_Card: () => light_alt2_Card,
768
+ light_alt2_Checkbox: () => light_alt2_Checkbox,
769
+ light_alt2_DialogOverlay: () => light_alt2_DialogOverlay,
770
+ light_alt2_DrawerFrame: () => light_alt2_DrawerFrame,
771
+ light_alt2_Input: () => light_alt2_Input,
772
+ light_alt2_ListItem: () => light_alt2_ListItem,
773
+ light_alt2_ModalOverlay: () => light_alt2_ModalOverlay,
774
+ light_alt2_Progress: () => light_alt2_Progress,
775
+ light_alt2_ProgressIndicator: () => light_alt2_ProgressIndicator,
776
+ light_alt2_RadioGroupItem: () => light_alt2_RadioGroupItem,
777
+ light_alt2_SheetOverlay: () => light_alt2_SheetOverlay,
778
+ light_alt2_SliderThumb: () => light_alt2_SliderThumb,
779
+ light_alt2_SliderTrack: () => light_alt2_SliderTrack,
780
+ light_alt2_SliderTrackActive: () => light_alt2_SliderTrackActive,
781
+ light_alt2_Switch: () => light_alt2_Switch,
782
+ light_alt2_SwitchThumb: () => light_alt2_SwitchThumb,
783
+ light_alt2_TextArea: () => light_alt2_TextArea,
784
+ light_alt2_Tooltip: () => light_alt2_Tooltip,
785
+ light_alt2_TooltipArrow: () => light_alt2_TooltipArrow,
786
+ light_alt2_TooltipContent: () => light_alt2_TooltipContent,
787
+ light_blue: () => light_blue,
788
+ light_blue_Button: () => light_blue_Button,
789
+ light_blue_Card: () => light_blue_Card,
790
+ light_blue_Checkbox: () => light_blue_Checkbox,
791
+ light_blue_DialogOverlay: () => light_blue_DialogOverlay,
792
+ light_blue_DrawerFrame: () => light_blue_DrawerFrame,
793
+ light_blue_Input: () => light_blue_Input,
794
+ light_blue_ListItem: () => light_blue_ListItem,
795
+ light_blue_ModalOverlay: () => light_blue_ModalOverlay,
796
+ light_blue_Progress: () => light_blue_Progress,
797
+ light_blue_ProgressIndicator: () => light_blue_ProgressIndicator,
798
+ light_blue_RadioGroupItem: () => light_blue_RadioGroupItem,
799
+ light_blue_SheetOverlay: () => light_blue_SheetOverlay,
800
+ light_blue_SliderThumb: () => light_blue_SliderThumb,
801
+ light_blue_SliderTrack: () => light_blue_SliderTrack,
802
+ light_blue_SliderTrackActive: () => light_blue_SliderTrackActive,
803
+ light_blue_Switch: () => light_blue_Switch,
804
+ light_blue_SwitchThumb: () => light_blue_SwitchThumb,
805
+ light_blue_TextArea: () => light_blue_TextArea,
806
+ light_blue_Tooltip: () => light_blue_Tooltip,
807
+ light_blue_TooltipArrow: () => light_blue_TooltipArrow,
808
+ light_blue_TooltipContent: () => light_blue_TooltipContent,
809
+ light_blue_active: () => light_blue_active,
810
+ light_blue_active_Button: () => light_blue_active_Button,
811
+ light_blue_active_Checkbox: () => light_blue_active_Checkbox,
812
+ light_blue_active_DialogOverlay: () => light_blue_active_DialogOverlay,
813
+ light_blue_active_Input: () => light_blue_active_Input,
814
+ light_blue_active_ListItem: () => light_blue_active_ListItem,
815
+ light_blue_active_ModalOverlay: () => light_blue_active_ModalOverlay,
816
+ light_blue_active_SheetOverlay: () => light_blue_active_SheetOverlay,
817
+ light_blue_active_SliderTrackActive: () => light_blue_active_SliderTrackActive,
818
+ light_blue_active_Switch: () => light_blue_active_Switch,
819
+ light_blue_active_TextArea: () => light_blue_active_TextArea,
820
+ light_blue_alt1: () => light_blue_alt1,
821
+ light_blue_alt1_Button: () => light_blue_alt1_Button,
822
+ light_blue_alt1_Card: () => light_blue_alt1_Card,
823
+ light_blue_alt1_Checkbox: () => light_blue_alt1_Checkbox,
824
+ light_blue_alt1_DialogOverlay: () => light_blue_alt1_DialogOverlay,
825
+ light_blue_alt1_DrawerFrame: () => light_blue_alt1_DrawerFrame,
826
+ light_blue_alt1_Input: () => light_blue_alt1_Input,
827
+ light_blue_alt1_ListItem: () => light_blue_alt1_ListItem,
828
+ light_blue_alt1_ModalOverlay: () => light_blue_alt1_ModalOverlay,
829
+ light_blue_alt1_Progress: () => light_blue_alt1_Progress,
830
+ light_blue_alt1_ProgressIndicator: () => light_blue_alt1_ProgressIndicator,
831
+ light_blue_alt1_RadioGroupItem: () => light_blue_alt1_RadioGroupItem,
832
+ light_blue_alt1_SheetOverlay: () => light_blue_alt1_SheetOverlay,
833
+ light_blue_alt1_SliderThumb: () => light_blue_alt1_SliderThumb,
834
+ light_blue_alt1_SliderTrack: () => light_blue_alt1_SliderTrack,
835
+ light_blue_alt1_SliderTrackActive: () => light_blue_alt1_SliderTrackActive,
836
+ light_blue_alt1_Switch: () => light_blue_alt1_Switch,
837
+ light_blue_alt1_SwitchThumb: () => light_blue_alt1_SwitchThumb,
838
+ light_blue_alt1_TextArea: () => light_blue_alt1_TextArea,
839
+ light_blue_alt1_Tooltip: () => light_blue_alt1_Tooltip,
840
+ light_blue_alt1_TooltipArrow: () => light_blue_alt1_TooltipArrow,
841
+ light_blue_alt1_TooltipContent: () => light_blue_alt1_TooltipContent,
842
+ light_blue_alt2: () => light_blue_alt2,
843
+ light_blue_alt2_Button: () => light_blue_alt2_Button,
844
+ light_blue_alt2_Card: () => light_blue_alt2_Card,
845
+ light_blue_alt2_Checkbox: () => light_blue_alt2_Checkbox,
846
+ light_blue_alt2_DialogOverlay: () => light_blue_alt2_DialogOverlay,
847
+ light_blue_alt2_DrawerFrame: () => light_blue_alt2_DrawerFrame,
848
+ light_blue_alt2_Input: () => light_blue_alt2_Input,
849
+ light_blue_alt2_ListItem: () => light_blue_alt2_ListItem,
850
+ light_blue_alt2_ModalOverlay: () => light_blue_alt2_ModalOverlay,
851
+ light_blue_alt2_Progress: () => light_blue_alt2_Progress,
852
+ light_blue_alt2_ProgressIndicator: () => light_blue_alt2_ProgressIndicator,
853
+ light_blue_alt2_RadioGroupItem: () => light_blue_alt2_RadioGroupItem,
854
+ light_blue_alt2_SheetOverlay: () => light_blue_alt2_SheetOverlay,
855
+ light_blue_alt2_SliderThumb: () => light_blue_alt2_SliderThumb,
856
+ light_blue_alt2_SliderTrack: () => light_blue_alt2_SliderTrack,
857
+ light_blue_alt2_SliderTrackActive: () => light_blue_alt2_SliderTrackActive,
858
+ light_blue_alt2_Switch: () => light_blue_alt2_Switch,
859
+ light_blue_alt2_SwitchThumb: () => light_blue_alt2_SwitchThumb,
860
+ light_blue_alt2_TextArea: () => light_blue_alt2_TextArea,
861
+ light_blue_alt2_Tooltip: () => light_blue_alt2_Tooltip,
862
+ light_blue_alt2_TooltipArrow: () => light_blue_alt2_TooltipArrow,
863
+ light_blue_alt2_TooltipContent: () => light_blue_alt2_TooltipContent,
864
+ light_gray: () => light_gray,
865
+ light_gray_Button: () => light_gray_Button,
866
+ light_gray_Card: () => light_gray_Card,
867
+ light_gray_Checkbox: () => light_gray_Checkbox,
868
+ light_gray_DialogOverlay: () => light_gray_DialogOverlay,
869
+ light_gray_DrawerFrame: () => light_gray_DrawerFrame,
870
+ light_gray_Input: () => light_gray_Input,
871
+ light_gray_ListItem: () => light_gray_ListItem,
872
+ light_gray_ModalOverlay: () => light_gray_ModalOverlay,
873
+ light_gray_Progress: () => light_gray_Progress,
874
+ light_gray_ProgressIndicator: () => light_gray_ProgressIndicator,
875
+ light_gray_RadioGroupItem: () => light_gray_RadioGroupItem,
876
+ light_gray_SheetOverlay: () => light_gray_SheetOverlay,
877
+ light_gray_SliderThumb: () => light_gray_SliderThumb,
878
+ light_gray_SliderTrack: () => light_gray_SliderTrack,
879
+ light_gray_SliderTrackActive: () => light_gray_SliderTrackActive,
880
+ light_gray_Switch: () => light_gray_Switch,
881
+ light_gray_SwitchThumb: () => light_gray_SwitchThumb,
882
+ light_gray_TextArea: () => light_gray_TextArea,
883
+ light_gray_Tooltip: () => light_gray_Tooltip,
884
+ light_gray_TooltipArrow: () => light_gray_TooltipArrow,
885
+ light_gray_TooltipContent: () => light_gray_TooltipContent,
886
+ light_gray_active: () => light_gray_active,
887
+ light_gray_active_Button: () => light_gray_active_Button,
888
+ light_gray_active_Checkbox: () => light_gray_active_Checkbox,
889
+ light_gray_active_DialogOverlay: () => light_gray_active_DialogOverlay,
890
+ light_gray_active_Input: () => light_gray_active_Input,
891
+ light_gray_active_ListItem: () => light_gray_active_ListItem,
892
+ light_gray_active_ModalOverlay: () => light_gray_active_ModalOverlay,
893
+ light_gray_active_SheetOverlay: () => light_gray_active_SheetOverlay,
894
+ light_gray_active_SliderTrackActive: () => light_gray_active_SliderTrackActive,
895
+ light_gray_active_Switch: () => light_gray_active_Switch,
896
+ light_gray_active_TextArea: () => light_gray_active_TextArea,
897
+ light_gray_alt1: () => light_gray_alt1,
898
+ light_gray_alt1_Button: () => light_gray_alt1_Button,
899
+ light_gray_alt1_Card: () => light_gray_alt1_Card,
900
+ light_gray_alt1_Checkbox: () => light_gray_alt1_Checkbox,
901
+ light_gray_alt1_DialogOverlay: () => light_gray_alt1_DialogOverlay,
902
+ light_gray_alt1_DrawerFrame: () => light_gray_alt1_DrawerFrame,
903
+ light_gray_alt1_Input: () => light_gray_alt1_Input,
904
+ light_gray_alt1_ListItem: () => light_gray_alt1_ListItem,
905
+ light_gray_alt1_ModalOverlay: () => light_gray_alt1_ModalOverlay,
906
+ light_gray_alt1_Progress: () => light_gray_alt1_Progress,
907
+ light_gray_alt1_ProgressIndicator: () => light_gray_alt1_ProgressIndicator,
908
+ light_gray_alt1_RadioGroupItem: () => light_gray_alt1_RadioGroupItem,
909
+ light_gray_alt1_SheetOverlay: () => light_gray_alt1_SheetOverlay,
910
+ light_gray_alt1_SliderThumb: () => light_gray_alt1_SliderThumb,
911
+ light_gray_alt1_SliderTrack: () => light_gray_alt1_SliderTrack,
912
+ light_gray_alt1_SliderTrackActive: () => light_gray_alt1_SliderTrackActive,
913
+ light_gray_alt1_Switch: () => light_gray_alt1_Switch,
914
+ light_gray_alt1_SwitchThumb: () => light_gray_alt1_SwitchThumb,
915
+ light_gray_alt1_TextArea: () => light_gray_alt1_TextArea,
916
+ light_gray_alt1_Tooltip: () => light_gray_alt1_Tooltip,
917
+ light_gray_alt1_TooltipArrow: () => light_gray_alt1_TooltipArrow,
918
+ light_gray_alt1_TooltipContent: () => light_gray_alt1_TooltipContent,
919
+ light_gray_alt2: () => light_gray_alt2,
920
+ light_gray_alt2_Button: () => light_gray_alt2_Button,
921
+ light_gray_alt2_Card: () => light_gray_alt2_Card,
922
+ light_gray_alt2_Checkbox: () => light_gray_alt2_Checkbox,
923
+ light_gray_alt2_DialogOverlay: () => light_gray_alt2_DialogOverlay,
924
+ light_gray_alt2_DrawerFrame: () => light_gray_alt2_DrawerFrame,
925
+ light_gray_alt2_Input: () => light_gray_alt2_Input,
926
+ light_gray_alt2_ListItem: () => light_gray_alt2_ListItem,
927
+ light_gray_alt2_ModalOverlay: () => light_gray_alt2_ModalOverlay,
928
+ light_gray_alt2_Progress: () => light_gray_alt2_Progress,
929
+ light_gray_alt2_ProgressIndicator: () => light_gray_alt2_ProgressIndicator,
930
+ light_gray_alt2_RadioGroupItem: () => light_gray_alt2_RadioGroupItem,
931
+ light_gray_alt2_SheetOverlay: () => light_gray_alt2_SheetOverlay,
932
+ light_gray_alt2_SliderThumb: () => light_gray_alt2_SliderThumb,
933
+ light_gray_alt2_SliderTrack: () => light_gray_alt2_SliderTrack,
934
+ light_gray_alt2_SliderTrackActive: () => light_gray_alt2_SliderTrackActive,
935
+ light_gray_alt2_Switch: () => light_gray_alt2_Switch,
936
+ light_gray_alt2_SwitchThumb: () => light_gray_alt2_SwitchThumb,
937
+ light_gray_alt2_TextArea: () => light_gray_alt2_TextArea,
938
+ light_gray_alt2_Tooltip: () => light_gray_alt2_Tooltip,
939
+ light_gray_alt2_TooltipArrow: () => light_gray_alt2_TooltipArrow,
940
+ light_gray_alt2_TooltipContent: () => light_gray_alt2_TooltipContent,
941
+ light_green: () => light_green,
942
+ light_green_Button: () => light_green_Button,
943
+ light_green_Card: () => light_green_Card,
944
+ light_green_Checkbox: () => light_green_Checkbox,
945
+ light_green_DialogOverlay: () => light_green_DialogOverlay,
946
+ light_green_DrawerFrame: () => light_green_DrawerFrame,
947
+ light_green_Input: () => light_green_Input,
948
+ light_green_ListItem: () => light_green_ListItem,
949
+ light_green_ModalOverlay: () => light_green_ModalOverlay,
950
+ light_green_Progress: () => light_green_Progress,
951
+ light_green_ProgressIndicator: () => light_green_ProgressIndicator,
952
+ light_green_RadioGroupItem: () => light_green_RadioGroupItem,
953
+ light_green_SheetOverlay: () => light_green_SheetOverlay,
954
+ light_green_SliderThumb: () => light_green_SliderThumb,
955
+ light_green_SliderTrack: () => light_green_SliderTrack,
956
+ light_green_SliderTrackActive: () => light_green_SliderTrackActive,
957
+ light_green_Switch: () => light_green_Switch,
958
+ light_green_SwitchThumb: () => light_green_SwitchThumb,
959
+ light_green_TextArea: () => light_green_TextArea,
960
+ light_green_Tooltip: () => light_green_Tooltip,
961
+ light_green_TooltipArrow: () => light_green_TooltipArrow,
962
+ light_green_TooltipContent: () => light_green_TooltipContent,
963
+ light_green_active: () => light_green_active,
964
+ light_green_active_Button: () => light_green_active_Button,
965
+ light_green_active_Checkbox: () => light_green_active_Checkbox,
966
+ light_green_active_DialogOverlay: () => light_green_active_DialogOverlay,
967
+ light_green_active_Input: () => light_green_active_Input,
968
+ light_green_active_ListItem: () => light_green_active_ListItem,
969
+ light_green_active_ModalOverlay: () => light_green_active_ModalOverlay,
970
+ light_green_active_SheetOverlay: () => light_green_active_SheetOverlay,
971
+ light_green_active_SliderTrackActive: () => light_green_active_SliderTrackActive,
972
+ light_green_active_Switch: () => light_green_active_Switch,
973
+ light_green_active_TextArea: () => light_green_active_TextArea,
974
+ light_green_alt1: () => light_green_alt1,
975
+ light_green_alt1_Button: () => light_green_alt1_Button,
976
+ light_green_alt1_Card: () => light_green_alt1_Card,
977
+ light_green_alt1_Checkbox: () => light_green_alt1_Checkbox,
978
+ light_green_alt1_DialogOverlay: () => light_green_alt1_DialogOverlay,
979
+ light_green_alt1_DrawerFrame: () => light_green_alt1_DrawerFrame,
980
+ light_green_alt1_Input: () => light_green_alt1_Input,
981
+ light_green_alt1_ListItem: () => light_green_alt1_ListItem,
982
+ light_green_alt1_ModalOverlay: () => light_green_alt1_ModalOverlay,
983
+ light_green_alt1_Progress: () => light_green_alt1_Progress,
984
+ light_green_alt1_ProgressIndicator: () => light_green_alt1_ProgressIndicator,
985
+ light_green_alt1_RadioGroupItem: () => light_green_alt1_RadioGroupItem,
986
+ light_green_alt1_SheetOverlay: () => light_green_alt1_SheetOverlay,
987
+ light_green_alt1_SliderThumb: () => light_green_alt1_SliderThumb,
988
+ light_green_alt1_SliderTrack: () => light_green_alt1_SliderTrack,
989
+ light_green_alt1_SliderTrackActive: () => light_green_alt1_SliderTrackActive,
990
+ light_green_alt1_Switch: () => light_green_alt1_Switch,
991
+ light_green_alt1_SwitchThumb: () => light_green_alt1_SwitchThumb,
992
+ light_green_alt1_TextArea: () => light_green_alt1_TextArea,
993
+ light_green_alt1_Tooltip: () => light_green_alt1_Tooltip,
994
+ light_green_alt1_TooltipArrow: () => light_green_alt1_TooltipArrow,
995
+ light_green_alt1_TooltipContent: () => light_green_alt1_TooltipContent,
996
+ light_green_alt2: () => light_green_alt2,
997
+ light_green_alt2_Button: () => light_green_alt2_Button,
998
+ light_green_alt2_Card: () => light_green_alt2_Card,
999
+ light_green_alt2_Checkbox: () => light_green_alt2_Checkbox,
1000
+ light_green_alt2_DialogOverlay: () => light_green_alt2_DialogOverlay,
1001
+ light_green_alt2_DrawerFrame: () => light_green_alt2_DrawerFrame,
1002
+ light_green_alt2_Input: () => light_green_alt2_Input,
1003
+ light_green_alt2_ListItem: () => light_green_alt2_ListItem,
1004
+ light_green_alt2_ModalOverlay: () => light_green_alt2_ModalOverlay,
1005
+ light_green_alt2_Progress: () => light_green_alt2_Progress,
1006
+ light_green_alt2_ProgressIndicator: () => light_green_alt2_ProgressIndicator,
1007
+ light_green_alt2_RadioGroupItem: () => light_green_alt2_RadioGroupItem,
1008
+ light_green_alt2_SheetOverlay: () => light_green_alt2_SheetOverlay,
1009
+ light_green_alt2_SliderThumb: () => light_green_alt2_SliderThumb,
1010
+ light_green_alt2_SliderTrack: () => light_green_alt2_SliderTrack,
1011
+ light_green_alt2_SliderTrackActive: () => light_green_alt2_SliderTrackActive,
1012
+ light_green_alt2_Switch: () => light_green_alt2_Switch,
1013
+ light_green_alt2_SwitchThumb: () => light_green_alt2_SwitchThumb,
1014
+ light_green_alt2_TextArea: () => light_green_alt2_TextArea,
1015
+ light_green_alt2_Tooltip: () => light_green_alt2_Tooltip,
1016
+ light_green_alt2_TooltipArrow: () => light_green_alt2_TooltipArrow,
1017
+ light_green_alt2_TooltipContent: () => light_green_alt2_TooltipContent,
1018
+ light_orange: () => light_orange,
1019
+ light_orange_Button: () => light_orange_Button,
1020
+ light_orange_Card: () => light_orange_Card,
1021
+ light_orange_Checkbox: () => light_orange_Checkbox,
1022
+ light_orange_DialogOverlay: () => light_orange_DialogOverlay,
1023
+ light_orange_DrawerFrame: () => light_orange_DrawerFrame,
1024
+ light_orange_Input: () => light_orange_Input,
1025
+ light_orange_ListItem: () => light_orange_ListItem,
1026
+ light_orange_ModalOverlay: () => light_orange_ModalOverlay,
1027
+ light_orange_Progress: () => light_orange_Progress,
1028
+ light_orange_ProgressIndicator: () => light_orange_ProgressIndicator,
1029
+ light_orange_RadioGroupItem: () => light_orange_RadioGroupItem,
1030
+ light_orange_SheetOverlay: () => light_orange_SheetOverlay,
1031
+ light_orange_SliderThumb: () => light_orange_SliderThumb,
1032
+ light_orange_SliderTrack: () => light_orange_SliderTrack,
1033
+ light_orange_SliderTrackActive: () => light_orange_SliderTrackActive,
1034
+ light_orange_Switch: () => light_orange_Switch,
1035
+ light_orange_SwitchThumb: () => light_orange_SwitchThumb,
1036
+ light_orange_TextArea: () => light_orange_TextArea,
1037
+ light_orange_Tooltip: () => light_orange_Tooltip,
1038
+ light_orange_TooltipArrow: () => light_orange_TooltipArrow,
1039
+ light_orange_TooltipContent: () => light_orange_TooltipContent,
1040
+ light_orange_active: () => light_orange_active,
1041
+ light_orange_active_Button: () => light_orange_active_Button,
1042
+ light_orange_active_Checkbox: () => light_orange_active_Checkbox,
1043
+ light_orange_active_DialogOverlay: () => light_orange_active_DialogOverlay,
1044
+ light_orange_active_Input: () => light_orange_active_Input,
1045
+ light_orange_active_ListItem: () => light_orange_active_ListItem,
1046
+ light_orange_active_ModalOverlay: () => light_orange_active_ModalOverlay,
1047
+ light_orange_active_SheetOverlay: () => light_orange_active_SheetOverlay,
1048
+ light_orange_active_SliderTrackActive: () => light_orange_active_SliderTrackActive,
1049
+ light_orange_active_Switch: () => light_orange_active_Switch,
1050
+ light_orange_active_TextArea: () => light_orange_active_TextArea,
1051
+ light_orange_alt1: () => light_orange_alt1,
1052
+ light_orange_alt1_Button: () => light_orange_alt1_Button,
1053
+ light_orange_alt1_Card: () => light_orange_alt1_Card,
1054
+ light_orange_alt1_Checkbox: () => light_orange_alt1_Checkbox,
1055
+ light_orange_alt1_DialogOverlay: () => light_orange_alt1_DialogOverlay,
1056
+ light_orange_alt1_DrawerFrame: () => light_orange_alt1_DrawerFrame,
1057
+ light_orange_alt1_Input: () => light_orange_alt1_Input,
1058
+ light_orange_alt1_ListItem: () => light_orange_alt1_ListItem,
1059
+ light_orange_alt1_ModalOverlay: () => light_orange_alt1_ModalOverlay,
1060
+ light_orange_alt1_Progress: () => light_orange_alt1_Progress,
1061
+ light_orange_alt1_ProgressIndicator: () => light_orange_alt1_ProgressIndicator,
1062
+ light_orange_alt1_RadioGroupItem: () => light_orange_alt1_RadioGroupItem,
1063
+ light_orange_alt1_SheetOverlay: () => light_orange_alt1_SheetOverlay,
1064
+ light_orange_alt1_SliderThumb: () => light_orange_alt1_SliderThumb,
1065
+ light_orange_alt1_SliderTrack: () => light_orange_alt1_SliderTrack,
1066
+ light_orange_alt1_SliderTrackActive: () => light_orange_alt1_SliderTrackActive,
1067
+ light_orange_alt1_Switch: () => light_orange_alt1_Switch,
1068
+ light_orange_alt1_SwitchThumb: () => light_orange_alt1_SwitchThumb,
1069
+ light_orange_alt1_TextArea: () => light_orange_alt1_TextArea,
1070
+ light_orange_alt1_Tooltip: () => light_orange_alt1_Tooltip,
1071
+ light_orange_alt1_TooltipArrow: () => light_orange_alt1_TooltipArrow,
1072
+ light_orange_alt1_TooltipContent: () => light_orange_alt1_TooltipContent,
1073
+ light_orange_alt2: () => light_orange_alt2,
1074
+ light_orange_alt2_Button: () => light_orange_alt2_Button,
1075
+ light_orange_alt2_Card: () => light_orange_alt2_Card,
1076
+ light_orange_alt2_Checkbox: () => light_orange_alt2_Checkbox,
1077
+ light_orange_alt2_DialogOverlay: () => light_orange_alt2_DialogOverlay,
1078
+ light_orange_alt2_DrawerFrame: () => light_orange_alt2_DrawerFrame,
1079
+ light_orange_alt2_Input: () => light_orange_alt2_Input,
1080
+ light_orange_alt2_ListItem: () => light_orange_alt2_ListItem,
1081
+ light_orange_alt2_ModalOverlay: () => light_orange_alt2_ModalOverlay,
1082
+ light_orange_alt2_Progress: () => light_orange_alt2_Progress,
1083
+ light_orange_alt2_ProgressIndicator: () => light_orange_alt2_ProgressIndicator,
1084
+ light_orange_alt2_RadioGroupItem: () => light_orange_alt2_RadioGroupItem,
1085
+ light_orange_alt2_SheetOverlay: () => light_orange_alt2_SheetOverlay,
1086
+ light_orange_alt2_SliderThumb: () => light_orange_alt2_SliderThumb,
1087
+ light_orange_alt2_SliderTrack: () => light_orange_alt2_SliderTrack,
1088
+ light_orange_alt2_SliderTrackActive: () => light_orange_alt2_SliderTrackActive,
1089
+ light_orange_alt2_Switch: () => light_orange_alt2_Switch,
1090
+ light_orange_alt2_SwitchThumb: () => light_orange_alt2_SwitchThumb,
1091
+ light_orange_alt2_TextArea: () => light_orange_alt2_TextArea,
1092
+ light_orange_alt2_Tooltip: () => light_orange_alt2_Tooltip,
1093
+ light_orange_alt2_TooltipArrow: () => light_orange_alt2_TooltipArrow,
1094
+ light_orange_alt2_TooltipContent: () => light_orange_alt2_TooltipContent,
1095
+ light_pink: () => light_pink,
1096
+ light_pink_Button: () => light_pink_Button,
1097
+ light_pink_Card: () => light_pink_Card,
1098
+ light_pink_Checkbox: () => light_pink_Checkbox,
1099
+ light_pink_DialogOverlay: () => light_pink_DialogOverlay,
1100
+ light_pink_DrawerFrame: () => light_pink_DrawerFrame,
1101
+ light_pink_Input: () => light_pink_Input,
1102
+ light_pink_ListItem: () => light_pink_ListItem,
1103
+ light_pink_ModalOverlay: () => light_pink_ModalOverlay,
1104
+ light_pink_Progress: () => light_pink_Progress,
1105
+ light_pink_ProgressIndicator: () => light_pink_ProgressIndicator,
1106
+ light_pink_RadioGroupItem: () => light_pink_RadioGroupItem,
1107
+ light_pink_SheetOverlay: () => light_pink_SheetOverlay,
1108
+ light_pink_SliderThumb: () => light_pink_SliderThumb,
1109
+ light_pink_SliderTrack: () => light_pink_SliderTrack,
1110
+ light_pink_SliderTrackActive: () => light_pink_SliderTrackActive,
1111
+ light_pink_Switch: () => light_pink_Switch,
1112
+ light_pink_SwitchThumb: () => light_pink_SwitchThumb,
1113
+ light_pink_TextArea: () => light_pink_TextArea,
1114
+ light_pink_Tooltip: () => light_pink_Tooltip,
1115
+ light_pink_TooltipArrow: () => light_pink_TooltipArrow,
1116
+ light_pink_TooltipContent: () => light_pink_TooltipContent,
1117
+ light_pink_active: () => light_pink_active,
1118
+ light_pink_active_Button: () => light_pink_active_Button,
1119
+ light_pink_active_Checkbox: () => light_pink_active_Checkbox,
1120
+ light_pink_active_DialogOverlay: () => light_pink_active_DialogOverlay,
1121
+ light_pink_active_Input: () => light_pink_active_Input,
1122
+ light_pink_active_ListItem: () => light_pink_active_ListItem,
1123
+ light_pink_active_ModalOverlay: () => light_pink_active_ModalOverlay,
1124
+ light_pink_active_SheetOverlay: () => light_pink_active_SheetOverlay,
1125
+ light_pink_active_SliderTrackActive: () => light_pink_active_SliderTrackActive,
1126
+ light_pink_active_Switch: () => light_pink_active_Switch,
1127
+ light_pink_active_TextArea: () => light_pink_active_TextArea,
1128
+ light_pink_alt1: () => light_pink_alt1,
1129
+ light_pink_alt1_Button: () => light_pink_alt1_Button,
1130
+ light_pink_alt1_Card: () => light_pink_alt1_Card,
1131
+ light_pink_alt1_Checkbox: () => light_pink_alt1_Checkbox,
1132
+ light_pink_alt1_DialogOverlay: () => light_pink_alt1_DialogOverlay,
1133
+ light_pink_alt1_DrawerFrame: () => light_pink_alt1_DrawerFrame,
1134
+ light_pink_alt1_Input: () => light_pink_alt1_Input,
1135
+ light_pink_alt1_ListItem: () => light_pink_alt1_ListItem,
1136
+ light_pink_alt1_ModalOverlay: () => light_pink_alt1_ModalOverlay,
1137
+ light_pink_alt1_Progress: () => light_pink_alt1_Progress,
1138
+ light_pink_alt1_ProgressIndicator: () => light_pink_alt1_ProgressIndicator,
1139
+ light_pink_alt1_RadioGroupItem: () => light_pink_alt1_RadioGroupItem,
1140
+ light_pink_alt1_SheetOverlay: () => light_pink_alt1_SheetOverlay,
1141
+ light_pink_alt1_SliderThumb: () => light_pink_alt1_SliderThumb,
1142
+ light_pink_alt1_SliderTrack: () => light_pink_alt1_SliderTrack,
1143
+ light_pink_alt1_SliderTrackActive: () => light_pink_alt1_SliderTrackActive,
1144
+ light_pink_alt1_Switch: () => light_pink_alt1_Switch,
1145
+ light_pink_alt1_SwitchThumb: () => light_pink_alt1_SwitchThumb,
1146
+ light_pink_alt1_TextArea: () => light_pink_alt1_TextArea,
1147
+ light_pink_alt1_Tooltip: () => light_pink_alt1_Tooltip,
1148
+ light_pink_alt1_TooltipArrow: () => light_pink_alt1_TooltipArrow,
1149
+ light_pink_alt1_TooltipContent: () => light_pink_alt1_TooltipContent,
1150
+ light_pink_alt2: () => light_pink_alt2,
1151
+ light_pink_alt2_Button: () => light_pink_alt2_Button,
1152
+ light_pink_alt2_Card: () => light_pink_alt2_Card,
1153
+ light_pink_alt2_Checkbox: () => light_pink_alt2_Checkbox,
1154
+ light_pink_alt2_DialogOverlay: () => light_pink_alt2_DialogOverlay,
1155
+ light_pink_alt2_DrawerFrame: () => light_pink_alt2_DrawerFrame,
1156
+ light_pink_alt2_Input: () => light_pink_alt2_Input,
1157
+ light_pink_alt2_ListItem: () => light_pink_alt2_ListItem,
1158
+ light_pink_alt2_ModalOverlay: () => light_pink_alt2_ModalOverlay,
1159
+ light_pink_alt2_Progress: () => light_pink_alt2_Progress,
1160
+ light_pink_alt2_ProgressIndicator: () => light_pink_alt2_ProgressIndicator,
1161
+ light_pink_alt2_RadioGroupItem: () => light_pink_alt2_RadioGroupItem,
1162
+ light_pink_alt2_SheetOverlay: () => light_pink_alt2_SheetOverlay,
1163
+ light_pink_alt2_SliderThumb: () => light_pink_alt2_SliderThumb,
1164
+ light_pink_alt2_SliderTrack: () => light_pink_alt2_SliderTrack,
1165
+ light_pink_alt2_SliderTrackActive: () => light_pink_alt2_SliderTrackActive,
1166
+ light_pink_alt2_Switch: () => light_pink_alt2_Switch,
1167
+ light_pink_alt2_SwitchThumb: () => light_pink_alt2_SwitchThumb,
1168
+ light_pink_alt2_TextArea: () => light_pink_alt2_TextArea,
1169
+ light_pink_alt2_Tooltip: () => light_pink_alt2_Tooltip,
1170
+ light_pink_alt2_TooltipArrow: () => light_pink_alt2_TooltipArrow,
1171
+ light_pink_alt2_TooltipContent: () => light_pink_alt2_TooltipContent,
1172
+ light_purple: () => light_purple,
1173
+ light_purple_Button: () => light_purple_Button,
1174
+ light_purple_Card: () => light_purple_Card,
1175
+ light_purple_Checkbox: () => light_purple_Checkbox,
1176
+ light_purple_DialogOverlay: () => light_purple_DialogOverlay,
1177
+ light_purple_DrawerFrame: () => light_purple_DrawerFrame,
1178
+ light_purple_Input: () => light_purple_Input,
1179
+ light_purple_ListItem: () => light_purple_ListItem,
1180
+ light_purple_ModalOverlay: () => light_purple_ModalOverlay,
1181
+ light_purple_Progress: () => light_purple_Progress,
1182
+ light_purple_ProgressIndicator: () => light_purple_ProgressIndicator,
1183
+ light_purple_RadioGroupItem: () => light_purple_RadioGroupItem,
1184
+ light_purple_SheetOverlay: () => light_purple_SheetOverlay,
1185
+ light_purple_SliderThumb: () => light_purple_SliderThumb,
1186
+ light_purple_SliderTrack: () => light_purple_SliderTrack,
1187
+ light_purple_SliderTrackActive: () => light_purple_SliderTrackActive,
1188
+ light_purple_Switch: () => light_purple_Switch,
1189
+ light_purple_SwitchThumb: () => light_purple_SwitchThumb,
1190
+ light_purple_TextArea: () => light_purple_TextArea,
1191
+ light_purple_Tooltip: () => light_purple_Tooltip,
1192
+ light_purple_TooltipArrow: () => light_purple_TooltipArrow,
1193
+ light_purple_TooltipContent: () => light_purple_TooltipContent,
1194
+ light_purple_active: () => light_purple_active,
1195
+ light_purple_active_Button: () => light_purple_active_Button,
1196
+ light_purple_active_Checkbox: () => light_purple_active_Checkbox,
1197
+ light_purple_active_DialogOverlay: () => light_purple_active_DialogOverlay,
1198
+ light_purple_active_Input: () => light_purple_active_Input,
1199
+ light_purple_active_ListItem: () => light_purple_active_ListItem,
1200
+ light_purple_active_ModalOverlay: () => light_purple_active_ModalOverlay,
1201
+ light_purple_active_SheetOverlay: () => light_purple_active_SheetOverlay,
1202
+ light_purple_active_SliderTrackActive: () => light_purple_active_SliderTrackActive,
1203
+ light_purple_active_Switch: () => light_purple_active_Switch,
1204
+ light_purple_active_TextArea: () => light_purple_active_TextArea,
1205
+ light_purple_alt1: () => light_purple_alt1,
1206
+ light_purple_alt1_Button: () => light_purple_alt1_Button,
1207
+ light_purple_alt1_Card: () => light_purple_alt1_Card,
1208
+ light_purple_alt1_Checkbox: () => light_purple_alt1_Checkbox,
1209
+ light_purple_alt1_DialogOverlay: () => light_purple_alt1_DialogOverlay,
1210
+ light_purple_alt1_DrawerFrame: () => light_purple_alt1_DrawerFrame,
1211
+ light_purple_alt1_Input: () => light_purple_alt1_Input,
1212
+ light_purple_alt1_ListItem: () => light_purple_alt1_ListItem,
1213
+ light_purple_alt1_ModalOverlay: () => light_purple_alt1_ModalOverlay,
1214
+ light_purple_alt1_Progress: () => light_purple_alt1_Progress,
1215
+ light_purple_alt1_ProgressIndicator: () => light_purple_alt1_ProgressIndicator,
1216
+ light_purple_alt1_RadioGroupItem: () => light_purple_alt1_RadioGroupItem,
1217
+ light_purple_alt1_SheetOverlay: () => light_purple_alt1_SheetOverlay,
1218
+ light_purple_alt1_SliderThumb: () => light_purple_alt1_SliderThumb,
1219
+ light_purple_alt1_SliderTrack: () => light_purple_alt1_SliderTrack,
1220
+ light_purple_alt1_SliderTrackActive: () => light_purple_alt1_SliderTrackActive,
1221
+ light_purple_alt1_Switch: () => light_purple_alt1_Switch,
1222
+ light_purple_alt1_SwitchThumb: () => light_purple_alt1_SwitchThumb,
1223
+ light_purple_alt1_TextArea: () => light_purple_alt1_TextArea,
1224
+ light_purple_alt1_Tooltip: () => light_purple_alt1_Tooltip,
1225
+ light_purple_alt1_TooltipArrow: () => light_purple_alt1_TooltipArrow,
1226
+ light_purple_alt1_TooltipContent: () => light_purple_alt1_TooltipContent,
1227
+ light_purple_alt2: () => light_purple_alt2,
1228
+ light_purple_alt2_Button: () => light_purple_alt2_Button,
1229
+ light_purple_alt2_Card: () => light_purple_alt2_Card,
1230
+ light_purple_alt2_Checkbox: () => light_purple_alt2_Checkbox,
1231
+ light_purple_alt2_DialogOverlay: () => light_purple_alt2_DialogOverlay,
1232
+ light_purple_alt2_DrawerFrame: () => light_purple_alt2_DrawerFrame,
1233
+ light_purple_alt2_Input: () => light_purple_alt2_Input,
1234
+ light_purple_alt2_ListItem: () => light_purple_alt2_ListItem,
1235
+ light_purple_alt2_ModalOverlay: () => light_purple_alt2_ModalOverlay,
1236
+ light_purple_alt2_Progress: () => light_purple_alt2_Progress,
1237
+ light_purple_alt2_ProgressIndicator: () => light_purple_alt2_ProgressIndicator,
1238
+ light_purple_alt2_RadioGroupItem: () => light_purple_alt2_RadioGroupItem,
1239
+ light_purple_alt2_SheetOverlay: () => light_purple_alt2_SheetOverlay,
1240
+ light_purple_alt2_SliderThumb: () => light_purple_alt2_SliderThumb,
1241
+ light_purple_alt2_SliderTrack: () => light_purple_alt2_SliderTrack,
1242
+ light_purple_alt2_SliderTrackActive: () => light_purple_alt2_SliderTrackActive,
1243
+ light_purple_alt2_Switch: () => light_purple_alt2_Switch,
1244
+ light_purple_alt2_SwitchThumb: () => light_purple_alt2_SwitchThumb,
1245
+ light_purple_alt2_TextArea: () => light_purple_alt2_TextArea,
1246
+ light_purple_alt2_Tooltip: () => light_purple_alt2_Tooltip,
1247
+ light_purple_alt2_TooltipArrow: () => light_purple_alt2_TooltipArrow,
1248
+ light_purple_alt2_TooltipContent: () => light_purple_alt2_TooltipContent,
1249
+ light_red: () => light_red,
1250
+ light_red_Button: () => light_red_Button,
1251
+ light_red_Card: () => light_red_Card,
1252
+ light_red_Checkbox: () => light_red_Checkbox,
1253
+ light_red_DialogOverlay: () => light_red_DialogOverlay,
1254
+ light_red_DrawerFrame: () => light_red_DrawerFrame,
1255
+ light_red_Input: () => light_red_Input,
1256
+ light_red_ListItem: () => light_red_ListItem,
1257
+ light_red_ModalOverlay: () => light_red_ModalOverlay,
1258
+ light_red_Progress: () => light_red_Progress,
1259
+ light_red_ProgressIndicator: () => light_red_ProgressIndicator,
1260
+ light_red_RadioGroupItem: () => light_red_RadioGroupItem,
1261
+ light_red_SheetOverlay: () => light_red_SheetOverlay,
1262
+ light_red_SliderThumb: () => light_red_SliderThumb,
1263
+ light_red_SliderTrack: () => light_red_SliderTrack,
1264
+ light_red_SliderTrackActive: () => light_red_SliderTrackActive,
1265
+ light_red_Switch: () => light_red_Switch,
1266
+ light_red_SwitchThumb: () => light_red_SwitchThumb,
1267
+ light_red_TextArea: () => light_red_TextArea,
1268
+ light_red_Tooltip: () => light_red_Tooltip,
1269
+ light_red_TooltipArrow: () => light_red_TooltipArrow,
1270
+ light_red_TooltipContent: () => light_red_TooltipContent,
1271
+ light_red_active: () => light_red_active,
1272
+ light_red_active_Button: () => light_red_active_Button,
1273
+ light_red_active_Checkbox: () => light_red_active_Checkbox,
1274
+ light_red_active_DialogOverlay: () => light_red_active_DialogOverlay,
1275
+ light_red_active_Input: () => light_red_active_Input,
1276
+ light_red_active_ListItem: () => light_red_active_ListItem,
1277
+ light_red_active_ModalOverlay: () => light_red_active_ModalOverlay,
1278
+ light_red_active_SheetOverlay: () => light_red_active_SheetOverlay,
1279
+ light_red_active_SliderTrackActive: () => light_red_active_SliderTrackActive,
1280
+ light_red_active_Switch: () => light_red_active_Switch,
1281
+ light_red_active_TextArea: () => light_red_active_TextArea,
1282
+ light_red_alt1: () => light_red_alt1,
1283
+ light_red_alt1_Button: () => light_red_alt1_Button,
1284
+ light_red_alt1_Card: () => light_red_alt1_Card,
1285
+ light_red_alt1_Checkbox: () => light_red_alt1_Checkbox,
1286
+ light_red_alt1_DialogOverlay: () => light_red_alt1_DialogOverlay,
1287
+ light_red_alt1_DrawerFrame: () => light_red_alt1_DrawerFrame,
1288
+ light_red_alt1_Input: () => light_red_alt1_Input,
1289
+ light_red_alt1_ListItem: () => light_red_alt1_ListItem,
1290
+ light_red_alt1_ModalOverlay: () => light_red_alt1_ModalOverlay,
1291
+ light_red_alt1_Progress: () => light_red_alt1_Progress,
1292
+ light_red_alt1_ProgressIndicator: () => light_red_alt1_ProgressIndicator,
1293
+ light_red_alt1_RadioGroupItem: () => light_red_alt1_RadioGroupItem,
1294
+ light_red_alt1_SheetOverlay: () => light_red_alt1_SheetOverlay,
1295
+ light_red_alt1_SliderThumb: () => light_red_alt1_SliderThumb,
1296
+ light_red_alt1_SliderTrack: () => light_red_alt1_SliderTrack,
1297
+ light_red_alt1_SliderTrackActive: () => light_red_alt1_SliderTrackActive,
1298
+ light_red_alt1_Switch: () => light_red_alt1_Switch,
1299
+ light_red_alt1_SwitchThumb: () => light_red_alt1_SwitchThumb,
1300
+ light_red_alt1_TextArea: () => light_red_alt1_TextArea,
1301
+ light_red_alt1_Tooltip: () => light_red_alt1_Tooltip,
1302
+ light_red_alt1_TooltipArrow: () => light_red_alt1_TooltipArrow,
1303
+ light_red_alt1_TooltipContent: () => light_red_alt1_TooltipContent,
1304
+ light_red_alt2: () => light_red_alt2,
1305
+ light_red_alt2_Button: () => light_red_alt2_Button,
1306
+ light_red_alt2_Card: () => light_red_alt2_Card,
1307
+ light_red_alt2_Checkbox: () => light_red_alt2_Checkbox,
1308
+ light_red_alt2_DialogOverlay: () => light_red_alt2_DialogOverlay,
1309
+ light_red_alt2_DrawerFrame: () => light_red_alt2_DrawerFrame,
1310
+ light_red_alt2_Input: () => light_red_alt2_Input,
1311
+ light_red_alt2_ListItem: () => light_red_alt2_ListItem,
1312
+ light_red_alt2_ModalOverlay: () => light_red_alt2_ModalOverlay,
1313
+ light_red_alt2_Progress: () => light_red_alt2_Progress,
1314
+ light_red_alt2_ProgressIndicator: () => light_red_alt2_ProgressIndicator,
1315
+ light_red_alt2_RadioGroupItem: () => light_red_alt2_RadioGroupItem,
1316
+ light_red_alt2_SheetOverlay: () => light_red_alt2_SheetOverlay,
1317
+ light_red_alt2_SliderThumb: () => light_red_alt2_SliderThumb,
1318
+ light_red_alt2_SliderTrack: () => light_red_alt2_SliderTrack,
1319
+ light_red_alt2_SliderTrackActive: () => light_red_alt2_SliderTrackActive,
1320
+ light_red_alt2_Switch: () => light_red_alt2_Switch,
1321
+ light_red_alt2_SwitchThumb: () => light_red_alt2_SwitchThumb,
1322
+ light_red_alt2_TextArea: () => light_red_alt2_TextArea,
1323
+ light_red_alt2_Tooltip: () => light_red_alt2_Tooltip,
1324
+ light_red_alt2_TooltipArrow: () => light_red_alt2_TooltipArrow,
1325
+ light_red_alt2_TooltipContent: () => light_red_alt2_TooltipContent,
1326
+ light_yellow: () => light_yellow,
1327
+ light_yellow_Button: () => light_yellow_Button,
1328
+ light_yellow_Card: () => light_yellow_Card,
1329
+ light_yellow_Checkbox: () => light_yellow_Checkbox,
1330
+ light_yellow_DialogOverlay: () => light_yellow_DialogOverlay,
1331
+ light_yellow_DrawerFrame: () => light_yellow_DrawerFrame,
1332
+ light_yellow_Input: () => light_yellow_Input,
1333
+ light_yellow_ListItem: () => light_yellow_ListItem,
1334
+ light_yellow_ModalOverlay: () => light_yellow_ModalOverlay,
1335
+ light_yellow_Progress: () => light_yellow_Progress,
1336
+ light_yellow_ProgressIndicator: () => light_yellow_ProgressIndicator,
1337
+ light_yellow_RadioGroupItem: () => light_yellow_RadioGroupItem,
1338
+ light_yellow_SheetOverlay: () => light_yellow_SheetOverlay,
1339
+ light_yellow_SliderThumb: () => light_yellow_SliderThumb,
1340
+ light_yellow_SliderTrack: () => light_yellow_SliderTrack,
1341
+ light_yellow_SliderTrackActive: () => light_yellow_SliderTrackActive,
1342
+ light_yellow_Switch: () => light_yellow_Switch,
1343
+ light_yellow_SwitchThumb: () => light_yellow_SwitchThumb,
1344
+ light_yellow_TextArea: () => light_yellow_TextArea,
1345
+ light_yellow_Tooltip: () => light_yellow_Tooltip,
1346
+ light_yellow_TooltipArrow: () => light_yellow_TooltipArrow,
1347
+ light_yellow_TooltipContent: () => light_yellow_TooltipContent,
1348
+ light_yellow_active: () => light_yellow_active,
1349
+ light_yellow_active_Button: () => light_yellow_active_Button,
1350
+ light_yellow_active_Checkbox: () => light_yellow_active_Checkbox,
1351
+ light_yellow_active_DialogOverlay: () => light_yellow_active_DialogOverlay,
1352
+ light_yellow_active_Input: () => light_yellow_active_Input,
1353
+ light_yellow_active_ListItem: () => light_yellow_active_ListItem,
1354
+ light_yellow_active_ModalOverlay: () => light_yellow_active_ModalOverlay,
1355
+ light_yellow_active_SheetOverlay: () => light_yellow_active_SheetOverlay,
1356
+ light_yellow_active_SliderTrackActive: () => light_yellow_active_SliderTrackActive,
1357
+ light_yellow_active_Switch: () => light_yellow_active_Switch,
1358
+ light_yellow_active_TextArea: () => light_yellow_active_TextArea,
1359
+ light_yellow_alt1: () => light_yellow_alt1,
1360
+ light_yellow_alt1_Button: () => light_yellow_alt1_Button,
1361
+ light_yellow_alt1_Card: () => light_yellow_alt1_Card,
1362
+ light_yellow_alt1_Checkbox: () => light_yellow_alt1_Checkbox,
1363
+ light_yellow_alt1_DialogOverlay: () => light_yellow_alt1_DialogOverlay,
1364
+ light_yellow_alt1_DrawerFrame: () => light_yellow_alt1_DrawerFrame,
1365
+ light_yellow_alt1_Input: () => light_yellow_alt1_Input,
1366
+ light_yellow_alt1_ListItem: () => light_yellow_alt1_ListItem,
1367
+ light_yellow_alt1_ModalOverlay: () => light_yellow_alt1_ModalOverlay,
1368
+ light_yellow_alt1_Progress: () => light_yellow_alt1_Progress,
1369
+ light_yellow_alt1_ProgressIndicator: () => light_yellow_alt1_ProgressIndicator,
1370
+ light_yellow_alt1_RadioGroupItem: () => light_yellow_alt1_RadioGroupItem,
1371
+ light_yellow_alt1_SheetOverlay: () => light_yellow_alt1_SheetOverlay,
1372
+ light_yellow_alt1_SliderThumb: () => light_yellow_alt1_SliderThumb,
1373
+ light_yellow_alt1_SliderTrack: () => light_yellow_alt1_SliderTrack,
1374
+ light_yellow_alt1_SliderTrackActive: () => light_yellow_alt1_SliderTrackActive,
1375
+ light_yellow_alt1_Switch: () => light_yellow_alt1_Switch,
1376
+ light_yellow_alt1_SwitchThumb: () => light_yellow_alt1_SwitchThumb,
1377
+ light_yellow_alt1_TextArea: () => light_yellow_alt1_TextArea,
1378
+ light_yellow_alt1_Tooltip: () => light_yellow_alt1_Tooltip,
1379
+ light_yellow_alt1_TooltipArrow: () => light_yellow_alt1_TooltipArrow,
1380
+ light_yellow_alt1_TooltipContent: () => light_yellow_alt1_TooltipContent,
1381
+ light_yellow_alt2: () => light_yellow_alt2,
1382
+ light_yellow_alt2_Button: () => light_yellow_alt2_Button,
1383
+ light_yellow_alt2_Card: () => light_yellow_alt2_Card,
1384
+ light_yellow_alt2_Checkbox: () => light_yellow_alt2_Checkbox,
1385
+ light_yellow_alt2_DialogOverlay: () => light_yellow_alt2_DialogOverlay,
1386
+ light_yellow_alt2_DrawerFrame: () => light_yellow_alt2_DrawerFrame,
1387
+ light_yellow_alt2_Input: () => light_yellow_alt2_Input,
1388
+ light_yellow_alt2_ListItem: () => light_yellow_alt2_ListItem,
1389
+ light_yellow_alt2_ModalOverlay: () => light_yellow_alt2_ModalOverlay,
1390
+ light_yellow_alt2_Progress: () => light_yellow_alt2_Progress,
1391
+ light_yellow_alt2_ProgressIndicator: () => light_yellow_alt2_ProgressIndicator,
1392
+ light_yellow_alt2_RadioGroupItem: () => light_yellow_alt2_RadioGroupItem,
1393
+ light_yellow_alt2_SheetOverlay: () => light_yellow_alt2_SheetOverlay,
1394
+ light_yellow_alt2_SliderThumb: () => light_yellow_alt2_SliderThumb,
1395
+ light_yellow_alt2_SliderTrack: () => light_yellow_alt2_SliderTrack,
1396
+ light_yellow_alt2_SliderTrackActive: () => light_yellow_alt2_SliderTrackActive,
1397
+ light_yellow_alt2_Switch: () => light_yellow_alt2_Switch,
1398
+ light_yellow_alt2_SwitchThumb: () => light_yellow_alt2_SwitchThumb,
1399
+ light_yellow_alt2_TextArea: () => light_yellow_alt2_TextArea,
1400
+ light_yellow_alt2_Tooltip: () => light_yellow_alt2_Tooltip,
1401
+ light_yellow_alt2_TooltipArrow: () => light_yellow_alt2_TooltipArrow,
1402
+ light_yellow_alt2_TooltipContent: () => light_yellow_alt2_TooltipContent
1403
+ });
1404
+ module.exports = __toCommonJS(generated_v2_exports);
1405
+ function t(a) {
1406
+ let res = {};
1407
+ for (const [ki, vi] of a)
1408
+ res[ks[ki]] = vs[vi];
1409
+ return res;
1410
+ }
1411
+ const vs = [
1412
+ "#fff",
1413
+ "#f8f8f8",
1414
+ "hsl(0, 0%, 96.3%)",
1415
+ "hsl(0, 0%, 94.1%)",
1416
+ "hsl(0, 0%, 92.0%)",
1417
+ "hsl(0, 0%, 90.0%)",
1418
+ "hsl(0, 0%, 88.5%)",
1419
+ "hsl(0, 0%, 81.0%)",
1420
+ "hsl(0, 0%, 56.1%)",
1421
+ "hsl(0, 0%, 50.3%)",
1422
+ "hsl(0, 0%, 42.5%)",
1423
+ "hsl(0, 0%, 9.0%)",
1424
+ "rgba(255,255,255,0)",
1425
+ "rgba(10,10,10,0)",
1426
+ "hsl(206, 100%, 99.2%)",
1427
+ "hsl(210, 100%, 98.0%)",
1428
+ "hsl(209, 100%, 96.5%)",
1429
+ "hsl(210, 98.8%, 94.0%)",
1430
+ "hsl(209, 95.0%, 90.1%)",
1431
+ "hsl(209, 81.2%, 84.5%)",
1432
+ "hsl(208, 77.5%, 76.9%)",
1433
+ "hsl(206, 81.9%, 65.3%)",
1434
+ "hsl(206, 100%, 50.0%)",
1435
+ "hsl(208, 100%, 47.3%)",
1436
+ "hsl(211, 100%, 43.2%)",
1437
+ "hsl(211, 100%, 15.0%)",
1438
+ "hsl(0, 0%, 99.0%)",
1439
+ "hsl(0, 0%, 97.3%)",
1440
+ "hsl(0, 0%, 95.1%)",
1441
+ "hsl(0, 0%, 93.0%)",
1442
+ "hsl(0, 0%, 90.9%)",
1443
+ "hsl(0, 0%, 88.7%)",
1444
+ "hsl(0, 0%, 85.8%)",
1445
+ "hsl(0, 0%, 78.0%)",
1446
+ "hsl(0, 0%, 52.3%)",
1447
+ "hsl(0, 0%, 43.5%)",
1448
+ "hsl(136, 50.0%, 98.9%)",
1449
+ "hsl(138, 62.5%, 96.9%)",
1450
+ "hsl(139, 55.2%, 94.5%)",
1451
+ "hsl(140, 48.7%, 91.0%)",
1452
+ "hsl(141, 43.7%, 86.0%)",
1453
+ "hsl(143, 40.3%, 79.0%)",
1454
+ "hsl(146, 38.5%, 69.0%)",
1455
+ "hsl(151, 40.2%, 54.1%)",
1456
+ "hsl(151, 55.0%, 41.5%)",
1457
+ "hsl(152, 57.5%, 37.6%)",
1458
+ "hsl(153, 67.0%, 28.5%)",
1459
+ "hsl(155, 40.0%, 14.0%)",
1460
+ "hsl(24, 70.0%, 99.0%)",
1461
+ "hsl(24, 83.3%, 97.6%)",
1462
+ "hsl(24, 100%, 95.3%)",
1463
+ "hsl(25, 100%, 92.2%)",
1464
+ "hsl(25, 100%, 88.2%)",
1465
+ "hsl(25, 100%, 82.8%)",
1466
+ "hsl(24, 100%, 75.3%)",
1467
+ "hsl(24, 94.5%, 64.3%)",
1468
+ "hsl(24, 94.0%, 50.0%)",
1469
+ "hsl(24, 100%, 46.5%)",
1470
+ "hsl(24, 100%, 37.0%)",
1471
+ "hsl(15, 60.0%, 17.0%)",
1472
+ "hsl(322, 100%, 99.4%)",
1473
+ "hsl(323, 100%, 98.4%)",
1474
+ "hsl(323, 86.3%, 96.5%)",
1475
+ "hsl(323, 78.7%, 94.2%)",
1476
+ "hsl(323, 72.2%, 91.1%)",
1477
+ "hsl(323, 66.3%, 86.6%)",
1478
+ "hsl(323, 62.0%, 80.1%)",
1479
+ "hsl(323, 60.3%, 72.4%)",
1480
+ "hsl(322, 65.0%, 54.5%)",
1481
+ "hsl(322, 63.9%, 50.7%)",
1482
+ "hsl(322, 75.0%, 46.0%)",
1483
+ "hsl(320, 70.0%, 13.5%)",
1484
+ "hsl(280, 65.0%, 99.4%)",
1485
+ "hsl(276, 100%, 99.0%)",
1486
+ "hsl(276, 83.1%, 97.0%)",
1487
+ "hsl(275, 76.4%, 94.7%)",
1488
+ "hsl(275, 70.8%, 91.8%)",
1489
+ "hsl(274, 65.4%, 87.8%)",
1490
+ "hsl(273, 61.0%, 81.7%)",
1491
+ "hsl(272, 60.0%, 73.5%)",
1492
+ "hsl(272, 51.0%, 54.0%)",
1493
+ "hsl(272, 46.8%, 50.3%)",
1494
+ "hsl(272, 50.0%, 45.8%)",
1495
+ "hsl(272, 66.0%, 16.0%)",
1496
+ "hsl(359, 100%, 99.4%)",
1497
+ "hsl(359, 100%, 98.6%)",
1498
+ "hsl(360, 100%, 96.8%)",
1499
+ "hsl(360, 97.9%, 94.8%)",
1500
+ "hsl(360, 90.2%, 91.9%)",
1501
+ "hsl(360, 81.7%, 87.8%)",
1502
+ "hsl(359, 74.2%, 81.7%)",
1503
+ "hsl(359, 69.5%, 74.3%)",
1504
+ "hsl(358, 75.0%, 59.0%)",
1505
+ "hsl(358, 69.4%, 55.2%)",
1506
+ "hsl(358, 65.0%, 48.7%)",
1507
+ "hsl(354, 50.0%, 14.6%)",
1508
+ "hsl(60, 54.0%, 98.5%)",
1509
+ "hsl(52, 100%, 95.5%)",
1510
+ "hsl(55, 100%, 90.9%)",
1511
+ "hsl(54, 100%, 86.6%)",
1512
+ "hsl(52, 97.9%, 82.0%)",
1513
+ "hsl(50, 89.4%, 76.1%)",
1514
+ "hsl(47, 80.4%, 68.0%)",
1515
+ "hsl(48, 100%, 46.1%)",
1516
+ "hsl(53, 92.0%, 50.0%)",
1517
+ "hsl(50, 100%, 48.5%)",
1518
+ "hsl(42, 100%, 29.0%)",
1519
+ "hsl(40, 55.0%, 13.5%)",
1520
+ "rgba(0,0,0,0.085)",
1521
+ "rgba(0,0,0,0.04)",
1522
+ "#050505",
1523
+ "#151515",
1524
+ "#191919",
1525
+ "#232323",
1526
+ "#282828",
1527
+ "#323232",
1528
+ "#424242",
1529
+ "#494949",
1530
+ "#545454",
1531
+ "#626262",
1532
+ "#a5a5a5",
1533
+ "hsl(212, 35.0%, 9.2%)",
1534
+ "hsl(216, 50.0%, 11.8%)",
1535
+ "hsl(214, 59.4%, 15.3%)",
1536
+ "hsl(214, 65.8%, 17.9%)",
1537
+ "hsl(213, 71.2%, 20.2%)",
1538
+ "hsl(212, 77.4%, 23.1%)",
1539
+ "hsl(211, 85.1%, 27.4%)",
1540
+ "hsl(211, 89.7%, 34.1%)",
1541
+ "hsl(209, 100%, 60.6%)",
1542
+ "hsl(210, 100%, 66.1%)",
1543
+ "hsl(206, 98.0%, 95.8%)",
1544
+ "hsl(0, 0%, 8.5%)",
1545
+ "hsl(0, 0%, 11.0%)",
1546
+ "hsl(0, 0%, 13.6%)",
1547
+ "hsl(0, 0%, 15.8%)",
1548
+ "hsl(0, 0%, 17.9%)",
1549
+ "hsl(0, 0%, 20.5%)",
1550
+ "hsl(0, 0%, 24.3%)",
1551
+ "hsl(0, 0%, 31.2%)",
1552
+ "hsl(0, 0%, 43.9%)",
1553
+ "hsl(0, 0%, 49.4%)",
1554
+ "hsl(0, 0%, 62.8%)",
1555
+ "hsl(146, 30.0%, 7.4%)",
1556
+ "hsl(155, 44.2%, 8.4%)",
1557
+ "hsl(155, 46.7%, 10.9%)",
1558
+ "hsl(154, 48.4%, 12.9%)",
1559
+ "hsl(154, 49.7%, 14.9%)",
1560
+ "hsl(154, 50.9%, 17.6%)",
1561
+ "hsl(153, 51.8%, 21.8%)",
1562
+ "hsl(151, 51.7%, 28.4%)",
1563
+ "hsl(151, 49.3%, 46.5%)",
1564
+ "hsl(151, 50.0%, 53.2%)",
1565
+ "hsl(137, 72.0%, 94.0%)",
1566
+ "hsl(30, 70.0%, 7.2%)",
1567
+ "hsl(28, 100%, 8.4%)",
1568
+ "hsl(26, 91.1%, 11.6%)",
1569
+ "hsl(25, 88.3%, 14.1%)",
1570
+ "hsl(24, 87.6%, 16.6%)",
1571
+ "hsl(24, 88.6%, 19.8%)",
1572
+ "hsl(24, 92.4%, 24.0%)",
1573
+ "hsl(25, 100%, 29.0%)",
1574
+ "hsl(24, 100%, 58.5%)",
1575
+ "hsl(24, 100%, 62.2%)",
1576
+ "hsl(24, 97.0%, 93.2%)",
1577
+ "hsl(318, 25.0%, 9.6%)",
1578
+ "hsl(319, 32.2%, 11.6%)",
1579
+ "hsl(319, 41.0%, 16.0%)",
1580
+ "hsl(320, 45.4%, 18.7%)",
1581
+ "hsl(320, 49.0%, 21.1%)",
1582
+ "hsl(321, 53.6%, 24.4%)",
1583
+ "hsl(321, 61.1%, 29.7%)",
1584
+ "hsl(322, 74.9%, 37.5%)",
1585
+ "hsl(323, 72.8%, 59.2%)",
1586
+ "hsl(325, 90.0%, 66.4%)",
1587
+ "hsl(322, 90.0%, 95.8%)",
1588
+ "hsl(284, 20.0%, 9.6%)",
1589
+ "hsl(283, 30.0%, 11.8%)",
1590
+ "hsl(281, 37.5%, 16.5%)",
1591
+ "hsl(280, 41.2%, 20.0%)",
1592
+ "hsl(279, 43.8%, 23.3%)",
1593
+ "hsl(277, 46.4%, 27.5%)",
1594
+ "hsl(275, 49.3%, 34.6%)",
1595
+ "hsl(272, 52.1%, 45.9%)",
1596
+ "hsl(273, 57.3%, 59.1%)",
1597
+ "hsl(275, 80.0%, 71.0%)",
1598
+ "hsl(279, 75.0%, 95.7%)",
1599
+ "hsl(353, 23.0%, 9.8%)",
1600
+ "hsl(357, 34.4%, 12.0%)",
1601
+ "hsl(356, 43.4%, 16.4%)",
1602
+ "hsl(356, 47.6%, 19.2%)",
1603
+ "hsl(356, 51.1%, 21.9%)",
1604
+ "hsl(356, 55.2%, 25.9%)",
1605
+ "hsl(357, 60.2%, 31.8%)",
1606
+ "hsl(358, 65.0%, 40.4%)",
1607
+ "hsl(358, 85.3%, 64.0%)",
1608
+ "hsl(358, 100%, 69.5%)",
1609
+ "hsl(351, 89.0%, 96.0%)",
1610
+ "hsl(45, 100%, 5.5%)",
1611
+ "hsl(46, 100%, 6.7%)",
1612
+ "hsl(45, 100%, 8.7%)",
1613
+ "hsl(45, 100%, 10.4%)",
1614
+ "hsl(47, 100%, 12.1%)",
1615
+ "hsl(49, 100%, 14.3%)",
1616
+ "hsl(49, 90.3%, 18.4%)",
1617
+ "hsl(50, 100%, 22.0%)",
1618
+ "hsl(54, 100%, 68.0%)",
1619
+ "hsl(48, 100%, 47.0%)",
1620
+ "hsl(53, 100%, 91.0%)",
1621
+ "rgba(0,0,0,0.3)",
1622
+ "rgba(0,0,0,0.2)",
1623
+ "hsla(24, 70.0%, 99.0%, 0)",
1624
+ "hsla(15, 60.0%, 17.0%, 0)",
1625
+ "hsla(60, 54.0%, 98.5%, 0)",
1626
+ "hsla(40, 55.0%, 13.5%, 0)",
1627
+ "hsla(136, 50.0%, 98.9%, 0)",
1628
+ "hsla(155, 40.0%, 14.0%, 0)",
1629
+ "hsla(206, 100%, 99.2%, 0)",
1630
+ "hsla(211, 100%, 15.0%, 0)",
1631
+ "hsla(280, 65.0%, 99.4%, 0)",
1632
+ "hsla(272, 66.0%, 16.0%, 0)",
1633
+ "hsla(322, 100%, 99.4%, 0)",
1634
+ "hsla(320, 70.0%, 13.5%, 0)",
1635
+ "hsla(359, 100%, 99.4%, 0)",
1636
+ "hsla(354, 50.0%, 14.6%, 0)",
1637
+ "hsla(0, 0%, 99.0%, 0)",
1638
+ "hsla(0, 0%, 9.0%, 0)",
1639
+ "hsla(30, 70.0%, 7.2%, 0)",
1640
+ "hsla(24, 97.0%, 93.2%, 0)",
1641
+ "hsla(45, 100%, 5.5%, 0)",
1642
+ "hsla(53, 100%, 91.0%, 0)",
1643
+ "hsla(146, 30.0%, 7.4%, 0)",
1644
+ "hsla(137, 72.0%, 94.0%, 0)",
1645
+ "hsla(212, 35.0%, 9.2%, 0)",
1646
+ "hsla(206, 98.0%, 95.8%, 0)",
1647
+ "hsla(284, 20.0%, 9.6%, 0)",
1648
+ "hsla(279, 75.0%, 95.7%, 0)",
1649
+ "hsla(318, 25.0%, 9.6%, 0)",
1650
+ "hsla(322, 90.0%, 95.8%, 0)",
1651
+ "hsla(353, 23.0%, 9.8%, 0)",
1652
+ "hsla(351, 89.0%, 96.0%, 0)",
1653
+ "hsla(0, 0%, 8.5%, 0)",
1654
+ "hsla(0, 0%, 93.0%, 0)",
1655
+ "rgba(0,0,0,0.5)",
1656
+ "rgba(0,0,0,0.9)"
1657
+ ], ks = [
1658
+ "color1",
1659
+ "color2",
1660
+ "color3",
1661
+ "color4",
1662
+ "color5",
1663
+ "color6",
1664
+ "color7",
1665
+ "color8",
1666
+ "color9",
1667
+ "color10",
1668
+ "color11",
1669
+ "color12",
1670
+ "background",
1671
+ "backgroundHover",
1672
+ "backgroundPress",
1673
+ "backgroundFocus",
1674
+ "backgroundStrong",
1675
+ "backgroundTransparent",
1676
+ "color",
1677
+ "colorHover",
1678
+ "colorPress",
1679
+ "colorFocus",
1680
+ "colorTransparent",
1681
+ "borderColor",
1682
+ "borderColorHover",
1683
+ "borderColorFocus",
1684
+ "borderColorPress",
1685
+ "placeholderColor",
1686
+ "outlineColor",
1687
+ "blue1",
1688
+ "blue2",
1689
+ "blue3",
1690
+ "blue4",
1691
+ "blue5",
1692
+ "blue6",
1693
+ "blue7",
1694
+ "blue8",
1695
+ "blue9",
1696
+ "blue10",
1697
+ "blue11",
1698
+ "blue12",
1699
+ "gray1",
1700
+ "gray2",
1701
+ "gray3",
1702
+ "gray4",
1703
+ "gray5",
1704
+ "gray6",
1705
+ "gray7",
1706
+ "gray8",
1707
+ "gray9",
1708
+ "gray10",
1709
+ "gray11",
1710
+ "gray12",
1711
+ "green1",
1712
+ "green2",
1713
+ "green3",
1714
+ "green4",
1715
+ "green5",
1716
+ "green6",
1717
+ "green7",
1718
+ "green8",
1719
+ "green9",
1720
+ "green10",
1721
+ "green11",
1722
+ "green12",
1723
+ "orange1",
1724
+ "orange2",
1725
+ "orange3",
1726
+ "orange4",
1727
+ "orange5",
1728
+ "orange6",
1729
+ "orange7",
1730
+ "orange8",
1731
+ "orange9",
1732
+ "orange10",
1733
+ "orange11",
1734
+ "orange12",
1735
+ "pink1",
1736
+ "pink2",
1737
+ "pink3",
1738
+ "pink4",
1739
+ "pink5",
1740
+ "pink6",
1741
+ "pink7",
1742
+ "pink8",
1743
+ "pink9",
1744
+ "pink10",
1745
+ "pink11",
1746
+ "pink12",
1747
+ "purple1",
1748
+ "purple2",
1749
+ "purple3",
1750
+ "purple4",
1751
+ "purple5",
1752
+ "purple6",
1753
+ "purple7",
1754
+ "purple8",
1755
+ "purple9",
1756
+ "purple10",
1757
+ "purple11",
1758
+ "purple12",
1759
+ "red1",
1760
+ "red2",
1761
+ "red3",
1762
+ "red4",
1763
+ "red5",
1764
+ "red6",
1765
+ "red7",
1766
+ "red8",
1767
+ "red9",
1768
+ "red10",
1769
+ "red11",
1770
+ "red12",
1771
+ "yellow1",
1772
+ "yellow2",
1773
+ "yellow3",
1774
+ "yellow4",
1775
+ "yellow5",
1776
+ "yellow6",
1777
+ "yellow7",
1778
+ "yellow8",
1779
+ "yellow9",
1780
+ "yellow10",
1781
+ "yellow11",
1782
+ "yellow12",
1783
+ "shadowColor",
1784
+ "shadowColorHover",
1785
+ "shadowColorPress",
1786
+ "shadowColorFocus"
1787
+ ], 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, 1], [13, 2], [14, 3], [15, 4], [16, 0], [17, 12], [18, 11], [19, 10], [20, 11], [21, 10], [22, 13], [23, 4], [24, 5], [25, 3], [26, 4], [27, 8], [28, 8], [29, 14], [30, 15], [31, 16], [32, 17], [33, 18], [34, 19], [35, 20], [36, 21], [37, 22], [38, 23], [39, 24], [40, 25], [41, 26], [42, 27], [43, 28], [44, 29], [45, 30], [46, 31], [47, 32], [48, 33], [49, 8], [50, 34], [51, 35], [52, 11], [53, 36], [54, 37], [55, 38], [56, 39], [57, 40], [58, 41], [59, 42], [60, 43], [61, 44], [62, 45], [63, 46], [64, 47], [65, 48], [66, 49], [67, 50], [68, 51], [69, 52], [70, 53], [71, 54], [72, 55], [73, 56], [74, 57], [75, 58], [76, 59], [77, 60], [78, 61], [79, 62], [80, 63], [81, 64], [82, 65], [83, 66], [84, 67], [85, 68], [86, 69], [87, 70], [88, 71], [89, 72], [90, 73], [91, 74], [92, 75], [93, 76], [94, 77], [95, 78], [96, 79], [97, 80], [98, 81], [99, 82], [100, 83], [101, 84], [102, 85], [103, 86], [104, 87], [105, 88], [106, 89], [107, 90], [108, 91], [109, 92], [110, 93], [111, 94], [112, 95], [113, 96], [114, 97], [115, 98], [116, 99], [117, 100], [118, 101], [119, 102], [120, 103], [121, 104], [122, 105], [123, 106], [124, 107], [125, 108], [126, 108], [127, 109], [128, 109]]), light = n1, n2 = t([[0, 110], [1, 111], [2, 112], [3, 113], [4, 114], [5, 115], [6, 116], [7, 117], [8, 118], [9, 119], [10, 120], [11, 0], [12, 111], [13, 112], [14, 113], [15, 114], [16, 110], [17, 13], [18, 0], [19, 120], [20, 0], [21, 120], [22, 12], [23, 114], [24, 115], [25, 113], [26, 114], [27, 118], [28, 118], [29, 121], [30, 122], [31, 123], [32, 124], [33, 125], [34, 126], [35, 127], [36, 128], [37, 22], [38, 129], [39, 130], [40, 131], [41, 132], [42, 133], [43, 134], [44, 135], [45, 136], [46, 137], [47, 138], [48, 139], [49, 140], [50, 141], [51, 142], [52, 29], [53, 143], [54, 144], [55, 145], [56, 146], [57, 147], [58, 148], [59, 149], [60, 150], [61, 44], [62, 151], [63, 152], [64, 153], [65, 154], [66, 155], [67, 156], [68, 157], [69, 158], [70, 159], [71, 160], [72, 161], [73, 56], [74, 162], [75, 163], [76, 164], [77, 165], [78, 166], [79, 167], [80, 168], [81, 169], [82, 170], [83, 171], [84, 172], [85, 68], [86, 173], [87, 174], [88, 175], [89, 176], [90, 177], [91, 178], [92, 179], [93, 180], [94, 181], [95, 182], [96, 183], [97, 80], [98, 184], [99, 185], [100, 186], [101, 187], [102, 188], [103, 189], [104, 190], [105, 191], [106, 192], [107, 193], [108, 194], [109, 92], [110, 195], [111, 196], [112, 197], [113, 198], [114, 199], [115, 200], [116, 201], [117, 202], [118, 203], [119, 204], [120, 205], [121, 104], [122, 206], [123, 207], [124, 208], [125, 209], [126, 209], [127, 210], [128, 210]]), dark = n2, n3 = t([[0, 48], [1, 49], [2, 50], [3, 51], [4, 52], [5, 53], [6, 55], [7, 56], [8, 57], [9, 58], [10, 59], [11, 11], [12, 49], [13, 50], [14, 51], [15, 52], [16, 48], [17, 211], [18, 11], [19, 59], [20, 11], [21, 59], [22, 212], [23, 51], [24, 52], [25, 51], [26, 51], [27, 57], [28, 57]]), light_orange = n3, n4 = t([[0, 96], [1, 97], [2, 98], [3, 99], [4, 100], [5, 101], [6, 103], [7, 104], [8, 105], [9, 106], [10, 107], [11, 11], [12, 97], [13, 98], [14, 99], [15, 100], [16, 96], [17, 213], [18, 11], [19, 107], [20, 11], [21, 107], [22, 214], [23, 99], [24, 100], [25, 99], [26, 99], [27, 105], [28, 105]]), light_yellow = n4, n5 = t([[0, 36], [1, 37], [2, 38], [3, 39], [4, 40], [5, 41], [6, 43], [7, 44], [8, 45], [9, 46], [10, 47], [11, 11], [12, 37], [13, 38], [14, 39], [15, 40], [16, 36], [17, 215], [18, 11], [19, 47], [20, 11], [21, 47], [22, 216], [23, 39], [24, 40], [25, 39], [26, 39], [27, 45], [28, 45]]), light_green = n5, n6 = t([[0, 14], [1, 15], [2, 16], [3, 17], [4, 18], [5, 19], [6, 21], [7, 22], [8, 23], [9, 24], [10, 25], [11, 11], [12, 15], [13, 16], [14, 17], [15, 18], [16, 14], [17, 217], [18, 11], [19, 25], [20, 11], [21, 25], [22, 218], [23, 17], [24, 18], [25, 17], [26, 17], [27, 23], [28, 23]]), light_blue = n6, n7 = t([[0, 72], [1, 73], [2, 74], [3, 75], [4, 76], [5, 77], [6, 79], [7, 80], [8, 81], [9, 82], [10, 83], [11, 11], [12, 73], [13, 74], [14, 75], [15, 76], [16, 72], [17, 219], [18, 11], [19, 83], [20, 11], [21, 83], [22, 220], [23, 75], [24, 76], [25, 75], [26, 75], [27, 81], [28, 81]]), light_purple = n7, n8 = t([[0, 60], [1, 61], [2, 62], [3, 63], [4, 64], [5, 65], [6, 67], [7, 68], [8, 69], [9, 70], [10, 71], [11, 11], [12, 61], [13, 62], [14, 63], [15, 64], [16, 60], [17, 221], [18, 11], [19, 71], [20, 11], [21, 71], [22, 222], [23, 63], [24, 64], [25, 63], [26, 63], [27, 69], [28, 69]]), light_pink = n8, n9 = t([[0, 84], [1, 85], [2, 86], [3, 87], [4, 88], [5, 89], [6, 91], [7, 92], [8, 93], [9, 94], [10, 95], [11, 11], [12, 85], [13, 86], [14, 87], [15, 88], [16, 84], [17, 223], [18, 11], [19, 95], [20, 11], [21, 95], [22, 224], [23, 87], [24, 88], [25, 87], [26, 87], [27, 93], [28, 93]]), light_red = n9, n10 = t([[0, 26], [1, 27], [2, 28], [3, 29], [4, 30], [5, 31], [6, 33], [7, 8], [8, 34], [9, 35], [10, 11], [11, 11], [12, 27], [13, 28], [14, 29], [15, 30], [16, 26], [17, 225], [18, 11], [19, 11], [20, 11], [21, 11], [22, 226], [23, 29], [24, 30], [25, 29], [26, 29], [27, 34], [28, 34]]), light_gray = n10, n11 = t([[0, 154], [1, 155], [2, 156], [3, 157], [4, 158], [5, 159], [6, 161], [7, 56], [8, 162], [9, 163], [10, 164], [11, 0], [12, 155], [13, 156], [14, 157], [15, 158], [16, 154], [17, 227], [18, 0], [19, 164], [20, 0], [21, 164], [22, 228], [23, 158], [24, 159], [25, 157], [26, 158], [27, 162], [28, 162]]), dark_orange = n11, n12 = t([[0, 198], [1, 199], [2, 200], [3, 201], [4, 202], [5, 203], [6, 205], [7, 104], [8, 206], [9, 207], [10, 208], [11, 0], [12, 199], [13, 200], [14, 201], [15, 202], [16, 198], [17, 229], [18, 0], [19, 208], [20, 0], [21, 208], [22, 230], [23, 202], [24, 203], [25, 201], [26, 202], [27, 206], [28, 206]]), dark_yellow = n12, n13 = t([[0, 143], [1, 144], [2, 145], [3, 146], [4, 147], [5, 148], [6, 150], [7, 44], [8, 151], [9, 152], [10, 153], [11, 0], [12, 144], [13, 145], [14, 146], [15, 147], [16, 143], [17, 231], [18, 0], [19, 153], [20, 0], [21, 153], [22, 232], [23, 147], [24, 148], [25, 146], [26, 147], [27, 151], [28, 151]]), dark_green = n13, n14 = t([[0, 121], [1, 122], [2, 123], [3, 124], [4, 125], [5, 126], [6, 128], [7, 22], [8, 129], [9, 130], [10, 131], [11, 0], [12, 122], [13, 123], [14, 124], [15, 125], [16, 121], [17, 233], [18, 0], [19, 131], [20, 0], [21, 131], [22, 234], [23, 125], [24, 126], [25, 124], [26, 125], [27, 129], [28, 129]]), dark_blue = n14, n15 = t([[0, 176], [1, 177], [2, 178], [3, 179], [4, 180], [5, 181], [6, 183], [7, 80], [8, 184], [9, 185], [10, 186], [11, 0], [12, 177], [13, 178], [14, 179], [15, 180], [16, 176], [17, 235], [18, 0], [19, 186], [20, 0], [21, 186], [22, 236], [23, 180], [24, 181], [25, 179], [26, 180], [27, 184], [28, 184]]), dark_purple = n15, n16 = t([[0, 165], [1, 166], [2, 167], [3, 168], [4, 169], [5, 170], [6, 172], [7, 68], [8, 173], [9, 174], [10, 175], [11, 0], [12, 166], [13, 167], [14, 168], [15, 169], [16, 165], [17, 237], [18, 0], [19, 175], [20, 0], [21, 175], [22, 238], [23, 169], [24, 170], [25, 168], [26, 169], [27, 173], [28, 173]]), dark_pink = n16, n17 = t([[0, 187], [1, 188], [2, 189], [3, 190], [4, 191], [5, 192], [6, 194], [7, 92], [8, 195], [9, 196], [10, 197], [11, 0], [12, 188], [13, 189], [14, 190], [15, 191], [16, 187], [17, 239], [18, 0], [19, 197], [20, 0], [21, 197], [22, 240], [23, 191], [24, 192], [25, 190], [26, 191], [27, 195], [28, 195]]), dark_red = n17, n18 = t([[0, 132], [1, 133], [2, 134], [3, 135], [4, 136], [5, 137], [6, 139], [7, 140], [8, 141], [9, 142], [10, 29], [11, 0], [12, 133], [13, 134], [14, 135], [15, 136], [16, 132], [17, 241], [18, 0], [19, 29], [20, 0], [21, 29], [22, 242], [23, 136], [24, 137], [25, 135], [26, 136], [27, 141], [28, 141]]), dark_gray = n18, n19 = t([[12, 243]]), light_SheetOverlay = n19, light_DialogOverlay = n19, light_ModalOverlay = n19, light_orange_SheetOverlay = n19, light_orange_DialogOverlay = n19, light_orange_ModalOverlay = n19, light_yellow_SheetOverlay = n19, light_yellow_DialogOverlay = n19, light_yellow_ModalOverlay = n19, light_green_SheetOverlay = n19, light_green_DialogOverlay = n19, light_green_ModalOverlay = n19, light_blue_SheetOverlay = n19, light_blue_DialogOverlay = n19, light_blue_ModalOverlay = n19, light_purple_SheetOverlay = n19, light_purple_DialogOverlay = n19, light_purple_ModalOverlay = n19, light_pink_SheetOverlay = n19, light_pink_DialogOverlay = n19, light_pink_ModalOverlay = n19, light_red_SheetOverlay = n19, light_red_DialogOverlay = n19, light_red_ModalOverlay = n19, light_gray_SheetOverlay = n19, light_gray_DialogOverlay = n19, light_gray_ModalOverlay = n19, light_alt1_SheetOverlay = n19, light_alt1_DialogOverlay = n19, light_alt1_ModalOverlay = n19, light_alt2_SheetOverlay = n19, light_alt2_DialogOverlay = n19, light_alt2_ModalOverlay = n19, light_active_SheetOverlay = n19, light_active_DialogOverlay = n19, light_active_ModalOverlay = n19, light_orange_alt1_SheetOverlay = n19, light_orange_alt1_DialogOverlay = n19, light_orange_alt1_ModalOverlay = n19, light_orange_alt2_SheetOverlay = n19, light_orange_alt2_DialogOverlay = n19, light_orange_alt2_ModalOverlay = n19, light_orange_active_SheetOverlay = n19, light_orange_active_DialogOverlay = n19, light_orange_active_ModalOverlay = n19, light_yellow_alt1_SheetOverlay = n19, light_yellow_alt1_DialogOverlay = n19, light_yellow_alt1_ModalOverlay = n19, light_yellow_alt2_SheetOverlay = n19, light_yellow_alt2_DialogOverlay = n19, light_yellow_alt2_ModalOverlay = n19, light_yellow_active_SheetOverlay = n19, light_yellow_active_DialogOverlay = n19, light_yellow_active_ModalOverlay = n19, light_green_alt1_SheetOverlay = n19, light_green_alt1_DialogOverlay = n19, light_green_alt1_ModalOverlay = n19, light_green_alt2_SheetOverlay = n19, light_green_alt2_DialogOverlay = n19, light_green_alt2_ModalOverlay = n19, light_green_active_SheetOverlay = n19, light_green_active_DialogOverlay = n19, light_green_active_ModalOverlay = n19, light_blue_alt1_SheetOverlay = n19, light_blue_alt1_DialogOverlay = n19, light_blue_alt1_ModalOverlay = n19, light_blue_alt2_SheetOverlay = n19, light_blue_alt2_DialogOverlay = n19, light_blue_alt2_ModalOverlay = n19, light_blue_active_SheetOverlay = n19, light_blue_active_DialogOverlay = n19, light_blue_active_ModalOverlay = n19, light_purple_alt1_SheetOverlay = n19, light_purple_alt1_DialogOverlay = n19, light_purple_alt1_ModalOverlay = n19, light_purple_alt2_SheetOverlay = n19, light_purple_alt2_DialogOverlay = n19, light_purple_alt2_ModalOverlay = n19, light_purple_active_SheetOverlay = n19, light_purple_active_DialogOverlay = n19, light_purple_active_ModalOverlay = n19, light_pink_alt1_SheetOverlay = n19, light_pink_alt1_DialogOverlay = n19, light_pink_alt1_ModalOverlay = n19, light_pink_alt2_SheetOverlay = n19, light_pink_alt2_DialogOverlay = n19, light_pink_alt2_ModalOverlay = n19, light_pink_active_SheetOverlay = n19, light_pink_active_DialogOverlay = n19, light_pink_active_ModalOverlay = n19, light_red_alt1_SheetOverlay = n19, light_red_alt1_DialogOverlay = n19, light_red_alt1_ModalOverlay = n19, light_red_alt2_SheetOverlay = n19, light_red_alt2_DialogOverlay = n19, light_red_alt2_ModalOverlay = n19, light_red_active_SheetOverlay = n19, light_red_active_DialogOverlay = n19, light_red_active_ModalOverlay = n19, light_gray_alt1_SheetOverlay = n19, light_gray_alt1_DialogOverlay = n19, light_gray_alt1_ModalOverlay = n19, light_gray_alt2_SheetOverlay = n19, light_gray_alt2_DialogOverlay = n19, light_gray_alt2_ModalOverlay = n19, light_gray_active_SheetOverlay = n19, light_gray_active_DialogOverlay = n19, light_gray_active_ModalOverlay = n19, n20 = t([[12, 244]]), dark_SheetOverlay = n20, dark_DialogOverlay = n20, dark_ModalOverlay = n20, dark_orange_SheetOverlay = n20, dark_orange_DialogOverlay = n20, dark_orange_ModalOverlay = n20, dark_yellow_SheetOverlay = n20, dark_yellow_DialogOverlay = n20, dark_yellow_ModalOverlay = n20, dark_green_SheetOverlay = n20, dark_green_DialogOverlay = n20, dark_green_ModalOverlay = n20, dark_blue_SheetOverlay = n20, dark_blue_DialogOverlay = n20, dark_blue_ModalOverlay = n20, dark_purple_SheetOverlay = n20, dark_purple_DialogOverlay = n20, dark_purple_ModalOverlay = n20, dark_pink_SheetOverlay = n20, dark_pink_DialogOverlay = n20, dark_pink_ModalOverlay = n20, dark_red_SheetOverlay = n20, dark_red_DialogOverlay = n20, dark_red_ModalOverlay = n20, dark_gray_SheetOverlay = n20, dark_gray_DialogOverlay = n20, dark_gray_ModalOverlay = n20, dark_alt1_SheetOverlay = n20, dark_alt1_DialogOverlay = n20, dark_alt1_ModalOverlay = n20, dark_alt2_SheetOverlay = n20, dark_alt2_DialogOverlay = n20, dark_alt2_ModalOverlay = n20, dark_active_SheetOverlay = n20, dark_active_DialogOverlay = n20, dark_active_ModalOverlay = n20, dark_orange_alt1_SheetOverlay = n20, dark_orange_alt1_DialogOverlay = n20, dark_orange_alt1_ModalOverlay = n20, dark_orange_alt2_SheetOverlay = n20, dark_orange_alt2_DialogOverlay = n20, dark_orange_alt2_ModalOverlay = n20, dark_orange_active_SheetOverlay = n20, dark_orange_active_DialogOverlay = n20, dark_orange_active_ModalOverlay = n20, dark_yellow_alt1_SheetOverlay = n20, dark_yellow_alt1_DialogOverlay = n20, dark_yellow_alt1_ModalOverlay = n20, dark_yellow_alt2_SheetOverlay = n20, dark_yellow_alt2_DialogOverlay = n20, dark_yellow_alt2_ModalOverlay = n20, dark_yellow_active_SheetOverlay = n20, dark_yellow_active_DialogOverlay = n20, dark_yellow_active_ModalOverlay = n20, dark_green_alt1_SheetOverlay = n20, dark_green_alt1_DialogOverlay = n20, dark_green_alt1_ModalOverlay = n20, dark_green_alt2_SheetOverlay = n20, dark_green_alt2_DialogOverlay = n20, dark_green_alt2_ModalOverlay = n20, dark_green_active_SheetOverlay = n20, dark_green_active_DialogOverlay = n20, dark_green_active_ModalOverlay = n20, dark_blue_alt1_SheetOverlay = n20, dark_blue_alt1_DialogOverlay = n20, dark_blue_alt1_ModalOverlay = n20, dark_blue_alt2_SheetOverlay = n20, dark_blue_alt2_DialogOverlay = n20, dark_blue_alt2_ModalOverlay = n20, dark_blue_active_SheetOverlay = n20, dark_blue_active_DialogOverlay = n20, dark_blue_active_ModalOverlay = n20, dark_purple_alt1_SheetOverlay = n20, dark_purple_alt1_DialogOverlay = n20, dark_purple_alt1_ModalOverlay = n20, dark_purple_alt2_SheetOverlay = n20, dark_purple_alt2_DialogOverlay = n20, dark_purple_alt2_ModalOverlay = n20, dark_purple_active_SheetOverlay = n20, dark_purple_active_DialogOverlay = n20, dark_purple_active_ModalOverlay = n20, dark_pink_alt1_SheetOverlay = n20, dark_pink_alt1_DialogOverlay = n20, dark_pink_alt1_ModalOverlay = n20, dark_pink_alt2_SheetOverlay = n20, dark_pink_alt2_DialogOverlay = n20, dark_pink_alt2_ModalOverlay = n20, dark_pink_active_SheetOverlay = n20, dark_pink_active_DialogOverlay = n20, dark_pink_active_ModalOverlay = n20, dark_red_alt1_SheetOverlay = n20, dark_red_alt1_DialogOverlay = n20, dark_red_alt1_ModalOverlay = n20, dark_red_alt2_SheetOverlay = n20, dark_red_alt2_DialogOverlay = n20, dark_red_alt2_ModalOverlay = n20, dark_red_active_SheetOverlay = n20, dark_red_active_DialogOverlay = n20, dark_red_active_ModalOverlay = n20, dark_gray_alt1_SheetOverlay = n20, dark_gray_alt1_DialogOverlay = n20, dark_gray_alt1_ModalOverlay = n20, dark_gray_alt2_SheetOverlay = n20, dark_gray_alt2_DialogOverlay = n20, dark_gray_alt2_ModalOverlay = n20, dark_gray_active_SheetOverlay = n20, dark_gray_active_DialogOverlay = n20, dark_gray_active_ModalOverlay = n20, n21 = t([[0, 1], [1, 2], [2, 3], [3, 4], [4, 5], [5, 6], [6, 7], [7, 8], [8, 9], [9, 10], [10, 11], [11, 11], [12, 2], [13, 3], [14, 4], [15, 5], [16, 1], [17, 0], [18, 10], [19, 9], [20, 10], [21, 9], [22, 11], [23, 5], [24, 6], [25, 4], [26, 5], [27, 7], [28, 9]]), light_alt1 = n21, n22 = t([[0, 2], [1, 3], [2, 4], [3, 5], [4, 6], [5, 7], [6, 8], [7, 9], [8, 10], [9, 11], [10, 11], [11, 11], [12, 3], [13, 4], [14, 5], [15, 6], [16, 2], [17, 1], [18, 9], [19, 8], [20, 9], [21, 8], [22, 10], [23, 5], [24, 6], [25, 4], [26, 5], [27, 6], [28, 10]]), light_alt2 = n22, n23 = t([[0, 3], [1, 4], [2, 5], [3, 6], [4, 7], [5, 8], [6, 9], [7, 10], [8, 11], [9, 13], [10, 13], [11, 13], [12, 4], [13, 5], [14, 6], [15, 7], [16, 3], [17, 2], [19, 7], [20, 8], [21, 7], [22, 9], [23, 6], [24, 7], [25, 5], [26, 6], [27, 5], [28, 11]]), light_active = n23, n24 = t([[0, 111], [1, 112], [2, 113], [3, 114], [4, 115], [5, 116], [6, 117], [7, 118], [8, 119], [9, 120], [10, 0], [11, 0], [12, 112], [13, 113], [14, 114], [15, 115], [16, 111], [17, 110], [18, 120], [19, 119], [20, 120], [21, 119], [22, 0], [23, 115], [24, 116], [25, 114], [26, 115], [27, 117], [28, 119]]), dark_alt1 = n24, n25 = t([[0, 112], [1, 113], [2, 114], [3, 115], [4, 116], [5, 117], [6, 118], [7, 119], [8, 120], [9, 0], [10, 0], [11, 0], [12, 113], [13, 114], [14, 115], [15, 116], [16, 112], [17, 111], [18, 119], [19, 118], [20, 119], [21, 118], [22, 120], [23, 115], [24, 116], [25, 114], [26, 115], [27, 116], [28, 120]]), dark_alt2 = n25, n26 = t([[0, 113], [1, 114], [2, 115], [3, 116], [4, 117], [5, 118], [6, 119], [7, 120], [8, 0], [9, 12], [10, 12], [11, 12], [12, 114], [13, 115], [14, 116], [15, 117], [16, 113], [17, 112], [19, 117], [20, 118], [21, 117], [22, 119], [23, 116], [24, 117], [25, 115], [26, 116], [27, 115], [28, 0]]), dark_active = n26, n27 = t([[0, 49], [1, 50], [2, 51], [3, 52], [4, 53], [5, 55], [6, 56], [7, 57], [8, 58], [9, 59], [10, 11], [11, 11], [12, 50], [13, 51], [14, 52], [15, 53], [16, 49], [17, 48], [18, 59], [19, 58], [20, 59], [21, 58], [22, 11], [23, 52], [24, 53], [25, 52], [26, 52], [27, 56], [28, 58]]), light_orange_alt1 = n27, n28 = t([[0, 50], [1, 51], [2, 52], [3, 53], [4, 55], [5, 56], [6, 57], [7, 58], [8, 59], [9, 11], [10, 11], [11, 11], [12, 51], [13, 52], [14, 53], [15, 55], [16, 50], [17, 49], [18, 58], [19, 57], [20, 58], [21, 57], [22, 59], [23, 52], [24, 53], [25, 52], [26, 52], [27, 55], [28, 59]]), light_orange_alt2 = n28, n29 = t([[0, 51], [1, 52], [2, 53], [3, 55], [4, 56], [5, 57], [6, 58], [7, 59], [8, 11], [9, 212], [10, 212], [11, 212], [12, 52], [13, 53], [14, 55], [15, 56], [16, 51], [17, 50], [19, 56], [20, 57], [21, 56], [22, 58], [23, 53], [24, 55], [25, 53], [26, 53], [27, 53], [28, 11]]), light_orange_active = n29, n30 = t([[0, 97], [1, 98], [2, 99], [3, 100], [4, 101], [5, 103], [6, 104], [7, 105], [8, 106], [9, 107], [10, 11], [11, 11], [12, 98], [13, 99], [14, 100], [15, 101], [16, 97], [17, 96], [18, 107], [19, 106], [20, 107], [21, 106], [22, 11], [23, 100], [24, 101], [25, 100], [26, 100], [27, 104], [28, 106]]), light_yellow_alt1 = n30, n31 = t([[0, 98], [1, 99], [2, 100], [3, 101], [4, 103], [5, 104], [6, 105], [7, 106], [8, 107], [9, 11], [10, 11], [11, 11], [12, 99], [13, 100], [14, 101], [15, 103], [16, 98], [17, 97], [18, 106], [19, 105], [20, 106], [21, 105], [22, 107], [23, 100], [24, 101], [25, 100], [26, 100], [27, 103], [28, 107]]), light_yellow_alt2 = n31, n32 = t([[0, 99], [1, 100], [2, 101], [3, 103], [4, 104], [5, 105], [6, 106], [7, 107], [8, 11], [9, 214], [10, 214], [11, 214], [12, 100], [13, 101], [14, 103], [15, 104], [16, 99], [17, 98], [19, 104], [20, 105], [21, 104], [22, 106], [23, 101], [24, 103], [25, 101], [26, 101], [27, 101], [28, 11]]), light_yellow_active = n32, n33 = t([[0, 37], [1, 38], [2, 39], [3, 40], [4, 41], [5, 43], [6, 44], [7, 45], [8, 46], [9, 47], [10, 11], [11, 11], [12, 38], [13, 39], [14, 40], [15, 41], [16, 37], [17, 36], [18, 47], [19, 46], [20, 47], [21, 46], [22, 11], [23, 40], [24, 41], [25, 40], [26, 40], [27, 44], [28, 46]]), light_green_alt1 = n33, n34 = t([[0, 38], [1, 39], [2, 40], [3, 41], [4, 43], [5, 44], [6, 45], [7, 46], [8, 47], [9, 11], [10, 11], [11, 11], [12, 39], [13, 40], [14, 41], [15, 43], [16, 38], [17, 37], [18, 46], [19, 45], [20, 46], [21, 45], [22, 47], [23, 40], [24, 41], [25, 40], [26, 40], [27, 43], [28, 47]]), light_green_alt2 = n34, n35 = t([[0, 39], [1, 40], [2, 41], [3, 43], [4, 44], [5, 45], [6, 46], [7, 47], [8, 11], [9, 216], [10, 216], [11, 216], [12, 40], [13, 41], [14, 43], [15, 44], [16, 39], [17, 38], [19, 44], [20, 45], [21, 44], [22, 46], [23, 41], [24, 43], [25, 41], [26, 41], [27, 41], [28, 11]]), light_green_active = n35, n36 = t([[0, 15], [1, 16], [2, 17], [3, 18], [4, 19], [5, 21], [6, 22], [7, 23], [8, 24], [9, 25], [10, 11], [11, 11], [12, 16], [13, 17], [14, 18], [15, 19], [16, 15], [17, 14], [18, 25], [19, 24], [20, 25], [21, 24], [22, 11], [23, 18], [24, 19], [25, 18], [26, 18], [27, 22], [28, 24]]), light_blue_alt1 = n36, n37 = t([[0, 16], [1, 17], [2, 18], [3, 19], [4, 21], [5, 22], [6, 23], [7, 24], [8, 25], [9, 11], [10, 11], [11, 11], [12, 17], [13, 18], [14, 19], [15, 21], [16, 16], [17, 15], [18, 24], [19, 23], [20, 24], [21, 23], [22, 25], [23, 18], [24, 19], [25, 18], [26, 18], [27, 21], [28, 25]]), light_blue_alt2 = n37, n38 = t([[0, 17], [1, 18], [2, 19], [3, 21], [4, 22], [5, 23], [6, 24], [7, 25], [8, 11], [9, 218], [10, 218], [11, 218], [12, 18], [13, 19], [14, 21], [15, 22], [16, 17], [17, 16], [19, 22], [20, 23], [21, 22], [22, 24], [23, 19], [24, 21], [25, 19], [26, 19], [27, 19], [28, 11]]), light_blue_active = n38, n39 = t([[0, 73], [1, 74], [2, 75], [3, 76], [4, 77], [5, 79], [6, 80], [7, 81], [8, 82], [9, 83], [10, 11], [11, 11], [12, 74], [13, 75], [14, 76], [15, 77], [16, 73], [17, 72], [18, 83], [19, 82], [20, 83], [21, 82], [22, 11], [23, 76], [24, 77], [25, 76], [26, 76], [27, 80], [28, 82]]), light_purple_alt1 = n39, n40 = t([[0, 74], [1, 75], [2, 76], [3, 77], [4, 79], [5, 80], [6, 81], [7, 82], [8, 83], [9, 11], [10, 11], [11, 11], [12, 75], [13, 76], [14, 77], [15, 79], [16, 74], [17, 73], [18, 82], [19, 81], [20, 82], [21, 81], [22, 83], [23, 76], [24, 77], [25, 76], [26, 76], [27, 79], [28, 83]]), light_purple_alt2 = n40, n41 = t([[0, 75], [1, 76], [2, 77], [3, 79], [4, 80], [5, 81], [6, 82], [7, 83], [8, 11], [9, 220], [10, 220], [11, 220], [12, 76], [13, 77], [14, 79], [15, 80], [16, 75], [17, 74], [19, 80], [20, 81], [21, 80], [22, 82], [23, 77], [24, 79], [25, 77], [26, 77], [27, 77], [28, 11]]), light_purple_active = n41, n42 = t([[0, 61], [1, 62], [2, 63], [3, 64], [4, 65], [5, 67], [6, 68], [7, 69], [8, 70], [9, 71], [10, 11], [11, 11], [12, 62], [13, 63], [14, 64], [15, 65], [16, 61], [17, 60], [18, 71], [19, 70], [20, 71], [21, 70], [22, 11], [23, 64], [24, 65], [25, 64], [26, 64], [27, 68], [28, 70]]), light_pink_alt1 = n42, n43 = t([[0, 62], [1, 63], [2, 64], [3, 65], [4, 67], [5, 68], [6, 69], [7, 70], [8, 71], [9, 11], [10, 11], [11, 11], [12, 63], [13, 64], [14, 65], [15, 67], [16, 62], [17, 61], [18, 70], [19, 69], [20, 70], [21, 69], [22, 71], [23, 64], [24, 65], [25, 64], [26, 64], [27, 67], [28, 71]]), light_pink_alt2 = n43, n44 = t([[0, 63], [1, 64], [2, 65], [3, 67], [4, 68], [5, 69], [6, 70], [7, 71], [8, 11], [9, 222], [10, 222], [11, 222], [12, 64], [13, 65], [14, 67], [15, 68], [16, 63], [17, 62], [19, 68], [20, 69], [21, 68], [22, 70], [23, 65], [24, 67], [25, 65], [26, 65], [27, 65], [28, 11]]), light_pink_active = n44, n45 = t([[0, 85], [1, 86], [2, 87], [3, 88], [4, 89], [5, 91], [6, 92], [7, 93], [8, 94], [9, 95], [10, 11], [11, 11], [12, 86], [13, 87], [14, 88], [15, 89], [16, 85], [17, 84], [18, 95], [19, 94], [20, 95], [21, 94], [22, 11], [23, 88], [24, 89], [25, 88], [26, 88], [27, 92], [28, 94]]), light_red_alt1 = n45, n46 = t([[0, 86], [1, 87], [2, 88], [3, 89], [4, 91], [5, 92], [6, 93], [7, 94], [8, 95], [9, 11], [10, 11], [11, 11], [12, 87], [13, 88], [14, 89], [15, 91], [16, 86], [17, 85], [18, 94], [19, 93], [20, 94], [21, 93], [22, 95], [23, 88], [24, 89], [25, 88], [26, 88], [27, 91], [28, 95]]), light_red_alt2 = n46, n47 = t([[0, 87], [1, 88], [2, 89], [3, 91], [4, 92], [5, 93], [6, 94], [7, 95], [8, 11], [9, 224], [10, 224], [11, 224], [12, 88], [13, 89], [14, 91], [15, 92], [16, 87], [17, 86], [19, 92], [20, 93], [21, 92], [22, 94], [23, 89], [24, 91], [25, 89], [26, 89], [27, 89], [28, 11]]), light_red_active = n47, n48 = t([[0, 27], [1, 28], [2, 29], [3, 30], [4, 31], [5, 33], [6, 8], [7, 34], [8, 35], [9, 11], [10, 11], [11, 11], [12, 28], [13, 29], [14, 30], [15, 31], [16, 27], [17, 26], [18, 11], [19, 35], [20, 11], [21, 35], [22, 11], [23, 30], [24, 31], [25, 30], [26, 30], [27, 8], [28, 35]]), light_gray_alt1 = n48, n49 = t([[0, 28], [1, 29], [2, 30], [3, 31], [4, 33], [5, 8], [6, 34], [7, 35], [8, 11], [9, 11], [10, 11], [11, 11], [12, 29], [13, 30], [14, 31], [15, 33], [16, 28], [17, 27], [18, 35], [19, 34], [20, 35], [21, 34], [22, 11], [23, 30], [24, 31], [25, 30], [26, 30], [27, 33], [28, 11]]), light_gray_alt2 = n49, n50 = t([[0, 29], [1, 30], [2, 31], [3, 33], [4, 8], [5, 34], [6, 35], [7, 11], [8, 11], [9, 226], [10, 226], [11, 226], [12, 30], [13, 31], [14, 33], [15, 8], [16, 29], [17, 28], [19, 8], [20, 34], [21, 8], [22, 35], [23, 31], [24, 33], [25, 31], [26, 31], [27, 31], [28, 11]]), light_gray_active = n50, n51 = t([[0, 155], [1, 156], [2, 157], [3, 158], [4, 159], [5, 161], [6, 56], [7, 162], [8, 163], [9, 164], [10, 0], [11, 0], [12, 156], [13, 157], [14, 158], [15, 159], [16, 155], [17, 154], [18, 164], [19, 163], [20, 164], [21, 163], [22, 0], [23, 159], [24, 161], [25, 158], [26, 159], [27, 56], [28, 163]]), dark_orange_alt1 = n51, n52 = t([[0, 156], [1, 157], [2, 158], [3, 159], [4, 161], [5, 56], [6, 162], [7, 163], [8, 164], [9, 0], [10, 0], [11, 0], [12, 157], [13, 158], [14, 159], [15, 161], [16, 156], [17, 155], [18, 163], [19, 162], [20, 163], [21, 162], [22, 164], [23, 159], [24, 161], [25, 158], [26, 159], [27, 161], [28, 164]]), dark_orange_alt2 = n52, n53 = t([[0, 157], [1, 158], [2, 159], [3, 161], [4, 56], [5, 162], [6, 163], [7, 164], [8, 0], [9, 228], [10, 228], [11, 228], [12, 158], [13, 159], [14, 161], [15, 56], [16, 157], [17, 156], [19, 56], [20, 162], [21, 56], [22, 163], [23, 161], [24, 56], [25, 159], [26, 161], [27, 159], [28, 0]]), dark_orange_active = n53, n54 = t([[0, 199], [1, 200], [2, 201], [3, 202], [4, 203], [5, 205], [6, 104], [7, 206], [8, 207], [9, 208], [10, 0], [11, 0], [12, 200], [13, 201], [14, 202], [15, 203], [16, 199], [17, 198], [18, 208], [19, 207], [20, 208], [21, 207], [22, 0], [23, 203], [24, 205], [25, 202], [26, 203], [27, 104], [28, 207]]), dark_yellow_alt1 = n54, n55 = t([[0, 200], [1, 201], [2, 202], [3, 203], [4, 205], [5, 104], [6, 206], [7, 207], [8, 208], [9, 0], [10, 0], [11, 0], [12, 201], [13, 202], [14, 203], [15, 205], [16, 200], [17, 199], [18, 207], [19, 206], [20, 207], [21, 206], [22, 208], [23, 203], [24, 205], [25, 202], [26, 203], [27, 205], [28, 208]]), dark_yellow_alt2 = n55, n56 = t([[0, 201], [1, 202], [2, 203], [3, 205], [4, 104], [5, 206], [6, 207], [7, 208], [8, 0], [9, 230], [10, 230], [11, 230], [12, 202], [13, 203], [14, 205], [15, 104], [16, 201], [17, 200], [19, 104], [20, 206], [21, 104], [22, 207], [23, 205], [24, 104], [25, 203], [26, 205], [27, 203], [28, 0]]), dark_yellow_active = n56, n57 = t([[0, 144], [1, 145], [2, 146], [3, 147], [4, 148], [5, 150], [6, 44], [7, 151], [8, 152], [9, 153], [10, 0], [11, 0], [12, 145], [13, 146], [14, 147], [15, 148], [16, 144], [17, 143], [18, 153], [19, 152], [20, 153], [21, 152], [22, 0], [23, 148], [24, 150], [25, 147], [26, 148], [27, 44], [28, 152]]), dark_green_alt1 = n57, n58 = t([[0, 145], [1, 146], [2, 147], [3, 148], [4, 150], [5, 44], [6, 151], [7, 152], [8, 153], [9, 0], [10, 0], [11, 0], [12, 146], [13, 147], [14, 148], [15, 150], [16, 145], [17, 144], [18, 152], [19, 151], [20, 152], [21, 151], [22, 153], [23, 148], [24, 150], [25, 147], [26, 148], [27, 150], [28, 153]]), dark_green_alt2 = n58, n59 = t([[0, 146], [1, 147], [2, 148], [3, 150], [4, 44], [5, 151], [6, 152], [7, 153], [8, 0], [9, 232], [10, 232], [11, 232], [12, 147], [13, 148], [14, 150], [15, 44], [16, 146], [17, 145], [19, 44], [20, 151], [21, 44], [22, 152], [23, 150], [24, 44], [25, 148], [26, 150], [27, 148], [28, 0]]), dark_green_active = n59, n60 = t([[0, 122], [1, 123], [2, 124], [3, 125], [4, 126], [5, 128], [6, 22], [7, 129], [8, 130], [9, 131], [10, 0], [11, 0], [12, 123], [13, 124], [14, 125], [15, 126], [16, 122], [17, 121], [18, 131], [19, 130], [20, 131], [21, 130], [22, 0], [23, 126], [24, 128], [25, 125], [26, 126], [27, 22], [28, 130]]), dark_blue_alt1 = n60, n61 = t([[0, 123], [1, 124], [2, 125], [3, 126], [4, 128], [5, 22], [6, 129], [7, 130], [8, 131], [9, 0], [10, 0], [11, 0], [12, 124], [13, 125], [14, 126], [15, 128], [16, 123], [17, 122], [18, 130], [19, 129], [20, 130], [21, 129], [22, 131], [23, 126], [24, 128], [25, 125], [26, 126], [27, 128], [28, 131]]), dark_blue_alt2 = n61, n62 = t([[0, 124], [1, 125], [2, 126], [3, 128], [4, 22], [5, 129], [6, 130], [7, 131], [8, 0], [9, 234], [10, 234], [11, 234], [12, 125], [13, 126], [14, 128], [15, 22], [16, 124], [17, 123], [19, 22], [20, 129], [21, 22], [22, 130], [23, 128], [24, 22], [25, 126], [26, 128], [27, 126], [28, 0]]), dark_blue_active = n62, n63 = t([[0, 177], [1, 178], [2, 179], [3, 180], [4, 181], [5, 183], [6, 80], [7, 184], [8, 185], [9, 186], [10, 0], [11, 0], [12, 178], [13, 179], [14, 180], [15, 181], [16, 177], [17, 176], [18, 186], [19, 185], [20, 186], [21, 185], [22, 0], [23, 181], [24, 183], [25, 180], [26, 181], [27, 80], [28, 185]]), dark_purple_alt1 = n63, n64 = t([[0, 178], [1, 179], [2, 180], [3, 181], [4, 183], [5, 80], [6, 184], [7, 185], [8, 186], [9, 0], [10, 0], [11, 0], [12, 179], [13, 180], [14, 181], [15, 183], [16, 178], [17, 177], [18, 185], [19, 184], [20, 185], [21, 184], [22, 186], [23, 181], [24, 183], [25, 180], [26, 181], [27, 183], [28, 186]]), dark_purple_alt2 = n64, n65 = t([[0, 179], [1, 180], [2, 181], [3, 183], [4, 80], [5, 184], [6, 185], [7, 186], [8, 0], [9, 236], [10, 236], [11, 236], [12, 180], [13, 181], [14, 183], [15, 80], [16, 179], [17, 178], [19, 80], [20, 184], [21, 80], [22, 185], [23, 183], [24, 80], [25, 181], [26, 183], [27, 181], [28, 0]]), dark_purple_active = n65, n66 = t([[0, 166], [1, 167], [2, 168], [3, 169], [4, 170], [5, 172], [6, 68], [7, 173], [8, 174], [9, 175], [10, 0], [11, 0], [12, 167], [13, 168], [14, 169], [15, 170], [16, 166], [17, 165], [18, 175], [19, 174], [20, 175], [21, 174], [22, 0], [23, 170], [24, 172], [25, 169], [26, 170], [27, 68], [28, 174]]), dark_pink_alt1 = n66, n67 = t([[0, 167], [1, 168], [2, 169], [3, 170], [4, 172], [5, 68], [6, 173], [7, 174], [8, 175], [9, 0], [10, 0], [11, 0], [12, 168], [13, 169], [14, 170], [15, 172], [16, 167], [17, 166], [18, 174], [19, 173], [20, 174], [21, 173], [22, 175], [23, 170], [24, 172], [25, 169], [26, 170], [27, 172], [28, 175]]), dark_pink_alt2 = n67, n68 = t([[0, 168], [1, 169], [2, 170], [3, 172], [4, 68], [5, 173], [6, 174], [7, 175], [8, 0], [9, 238], [10, 238], [11, 238], [12, 169], [13, 170], [14, 172], [15, 68], [16, 168], [17, 167], [19, 68], [20, 173], [21, 68], [22, 174], [23, 172], [24, 68], [25, 170], [26, 172], [27, 170], [28, 0]]), dark_pink_active = n68, n69 = t([[0, 188], [1, 189], [2, 190], [3, 191], [4, 192], [5, 194], [6, 92], [7, 195], [8, 196], [9, 197], [10, 0], [11, 0], [12, 189], [13, 190], [14, 191], [15, 192], [16, 188], [17, 187], [18, 197], [19, 196], [20, 197], [21, 196], [22, 0], [23, 192], [24, 194], [25, 191], [26, 192], [27, 92], [28, 196]]), dark_red_alt1 = n69, n70 = t([[0, 189], [1, 190], [2, 191], [3, 192], [4, 194], [5, 92], [6, 195], [7, 196], [8, 197], [9, 0], [10, 0], [11, 0], [12, 190], [13, 191], [14, 192], [15, 194], [16, 189], [17, 188], [18, 196], [19, 195], [20, 196], [21, 195], [22, 197], [23, 192], [24, 194], [25, 191], [26, 192], [27, 194], [28, 197]]), dark_red_alt2 = n70, n71 = t([[0, 190], [1, 191], [2, 192], [3, 194], [4, 92], [5, 195], [6, 196], [7, 197], [8, 0], [9, 240], [10, 240], [11, 240], [12, 191], [13, 192], [14, 194], [15, 92], [16, 190], [17, 189], [19, 92], [20, 195], [21, 92], [22, 196], [23, 194], [24, 92], [25, 192], [26, 194], [27, 192], [28, 0]]), dark_red_active = n71, n72 = t([[0, 133], [1, 134], [2, 135], [3, 136], [4, 137], [5, 139], [6, 140], [7, 141], [8, 142], [9, 29], [10, 0], [11, 0], [12, 134], [13, 135], [14, 136], [15, 137], [16, 133], [17, 132], [18, 29], [19, 142], [20, 29], [21, 142], [22, 0], [23, 137], [24, 139], [25, 136], [26, 137], [27, 140], [28, 142]]), dark_gray_alt1 = n72, n73 = t([[0, 134], [1, 135], [2, 136], [3, 137], [4, 139], [5, 140], [6, 141], [7, 142], [8, 29], [9, 0], [10, 0], [11, 0], [12, 135], [13, 136], [14, 137], [15, 139], [16, 134], [17, 133], [18, 142], [19, 141], [20, 142], [21, 141], [22, 29], [23, 137], [24, 139], [25, 136], [26, 137], [27, 139], [28, 29]]), dark_gray_alt2 = n73, n74 = t([[0, 135], [1, 136], [2, 137], [3, 139], [4, 140], [5, 141], [6, 142], [7, 29], [8, 0], [9, 242], [10, 242], [11, 242], [12, 136], [13, 137], [14, 139], [15, 140], [16, 135], [17, 134], [19, 140], [20, 141], [21, 140], [22, 142], [23, 139], [24, 140], [25, 137], [26, 139], [27, 137], [28, 0]]), dark_gray_active = n74, n75 = t([[12, 1], [13, 2], [14, 3], [15, 4], [16, 0], [17, 12], [18, 11], [19, 10], [20, 11], [21, 10], [22, 13], [23, 4], [24, 5], [25, 3], [26, 4], [27, 8], [28, 8]]), light_ListItem = n75, n76 = t([[12, 2], [13, 3], [14, 4], [15, 5], [16, 1], [17, 0], [18, 11], [19, 10], [20, 11], [21, 10], [22, 11], [23, 5], [24, 6], [25, 4], [26, 5], [27, 7], [28, 9]]), light_Card = n76, light_DrawerFrame = n76, light_Progress = n76, light_TooltipArrow = n76, n77 = t([[12, 3], [13, 4], [14, 5], [15, 6], [16, 2], [17, 1], [18, 11], [19, 10], [20, 11], [21, 10], [22, 10], [23, 5], [24, 6], [25, 4], [26, 5], [27, 6], [28, 10]]), light_Button = n77, light_Switch = n77, light_TooltipContent = n77, light_SliderTrack = n77, n78 = t([[12, 1], [13, 2], [14, 3], [15, 4], [16, 0], [17, 12], [18, 11], [19, 10], [20, 11], [21, 10], [22, 13], [23, 6], [24, 7], [25, 5], [26, 6], [27, 8], [28, 8]]), light_Checkbox = n78, light_RadioGroupItem = n78, light_Input = n78, light_TextArea = n78, n79 = t([[12, 11], [13, 11], [14, 10], [15, 9], [16, 11], [17, 11], [18, 0], [19, 1], [20, 0], [21, 1], [22, 0], [23, 9], [24, 8], [25, 10], [26, 9], [27, 1], [28, 5]]), light_SwitchThumb = n79, n80 = t([[12, 8], [13, 7], [14, 6], [15, 5], [16, 9], [17, 10], [18, 0], [19, 1], [20, 0], [21, 1], [22, 1], [23, 5], [24, 4], [25, 6], [26, 5], [27, 5], [28, 1]]), light_SliderTrackActive = n80, n81 = t([[12, 10], [13, 9], [14, 8], [15, 7], [16, 11], [17, 13], [18, 0], [19, 1], [20, 0], [21, 1], [22, 12], [23, 7], [24, 6], [25, 8], [26, 7], [27, 3], [28, 3]]), light_SliderThumb = n81, light_Tooltip = n81, light_ProgressIndicator = n81, n82 = t([[12, 111], [13, 112], [14, 113], [15, 114], [16, 110], [17, 13], [18, 0], [19, 120], [20, 0], [21, 120], [22, 12], [23, 114], [24, 115], [25, 113], [26, 114], [27, 118], [28, 118]]), dark_ListItem = n82, n83 = t([[12, 112], [13, 113], [14, 114], [15, 115], [16, 111], [17, 110], [18, 0], [19, 120], [20, 0], [21, 120], [22, 0], [23, 115], [24, 116], [25, 114], [26, 115], [27, 117], [28, 119]]), dark_Card = n83, dark_DrawerFrame = n83, dark_Progress = n83, dark_TooltipArrow = n83, n84 = t([[12, 113], [13, 114], [14, 115], [15, 116], [16, 112], [17, 111], [18, 0], [19, 120], [20, 0], [21, 120], [22, 120], [23, 115], [24, 116], [25, 114], [26, 115], [27, 116], [28, 120]]), dark_Button = n84, dark_Switch = n84, dark_TooltipContent = n84, dark_SliderTrack = n84, n85 = t([[12, 111], [13, 112], [14, 113], [15, 114], [16, 110], [17, 13], [18, 0], [19, 120], [20, 0], [21, 120], [22, 12], [23, 116], [24, 117], [25, 115], [26, 116], [27, 118], [28, 118]]), dark_Checkbox = n85, dark_RadioGroupItem = n85, dark_Input = n85, dark_TextArea = n85, n86 = t([[12, 0], [13, 0], [14, 120], [15, 119], [16, 0], [17, 0], [18, 110], [19, 111], [20, 110], [21, 111], [22, 110], [23, 119], [24, 118], [25, 120], [26, 119], [27, 111], [28, 115]]), dark_SwitchThumb = n86, n87 = t([[12, 118], [13, 117], [14, 116], [15, 115], [16, 119], [17, 120], [18, 110], [19, 111], [20, 110], [21, 111], [22, 111], [23, 115], [24, 114], [25, 116], [26, 115], [27, 115], [28, 111]]), dark_SliderTrackActive = n87, n88 = t([[12, 120], [13, 119], [14, 118], [15, 117], [16, 0], [17, 12], [18, 110], [19, 111], [20, 110], [21, 111], [22, 13], [23, 117], [24, 116], [25, 118], [26, 117], [27, 113], [28, 113]]), dark_SliderThumb = n88, dark_Tooltip = n88, dark_ProgressIndicator = n88, n89 = t([[12, 49], [13, 50], [14, 51], [15, 52], [16, 48], [17, 211], [18, 11], [19, 59], [20, 11], [21, 59], [22, 212], [23, 51], [24, 52], [25, 51], [26, 51], [27, 57], [28, 57]]), light_orange_ListItem = n89, n90 = t([[12, 50], [13, 51], [14, 52], [15, 53], [16, 49], [17, 48], [18, 11], [19, 59], [20, 11], [21, 59], [22, 11], [23, 52], [24, 53], [25, 52], [26, 52], [27, 56], [28, 58]]), light_orange_Card = n90, light_orange_DrawerFrame = n90, light_orange_Progress = n90, light_orange_TooltipArrow = n90, n91 = t([[12, 51], [13, 52], [14, 53], [15, 55], [16, 50], [17, 49], [18, 11], [19, 59], [20, 11], [21, 59], [22, 59], [23, 52], [24, 53], [25, 52], [26, 52], [27, 55], [28, 59]]), light_orange_Button = n91, light_orange_Switch = n91, light_orange_TooltipContent = n91, light_orange_SliderTrack = n91, n92 = t([[12, 49], [13, 50], [14, 51], [15, 52], [16, 48], [17, 211], [18, 11], [19, 59], [20, 11], [21, 59], [22, 212], [23, 53], [24, 55], [25, 53], [26, 53], [27, 57], [28, 57]]), light_orange_Checkbox = n92, light_orange_RadioGroupItem = n92, light_orange_Input = n92, light_orange_TextArea = n92, n93 = t([[12, 11], [13, 11], [14, 59], [15, 58], [16, 11], [17, 11], [18, 48], [19, 49], [20, 48], [21, 49], [22, 48], [23, 59], [24, 58], [25, 59], [26, 59], [27, 49], [28, 53]]), light_orange_SwitchThumb = n93, n94 = t([[12, 57], [13, 56], [14, 55], [15, 53], [16, 58], [17, 59], [18, 48], [19, 49], [20, 48], [21, 49], [22, 49], [23, 55], [24, 53], [25, 55], [26, 55], [27, 53], [28, 49]]), light_orange_SliderTrackActive = n94, n95 = t([[12, 59], [13, 58], [14, 57], [15, 56], [16, 11], [17, 212], [18, 48], [19, 49], [20, 48], [21, 49], [22, 211], [23, 57], [24, 56], [25, 57], [26, 57], [27, 51], [28, 51]]), light_orange_SliderThumb = n95, light_orange_Tooltip = n95, light_orange_ProgressIndicator = n95, n96 = t([[12, 97], [13, 98], [14, 99], [15, 100], [16, 96], [17, 213], [18, 11], [19, 107], [20, 11], [21, 107], [22, 214], [23, 99], [24, 100], [25, 99], [26, 99], [27, 105], [28, 105]]), light_yellow_ListItem = n96, n97 = t([[12, 98], [13, 99], [14, 100], [15, 101], [16, 97], [17, 96], [18, 11], [19, 107], [20, 11], [21, 107], [22, 11], [23, 100], [24, 101], [25, 100], [26, 100], [27, 104], [28, 106]]), light_yellow_Card = n97, light_yellow_DrawerFrame = n97, light_yellow_Progress = n97, light_yellow_TooltipArrow = n97, n98 = t([[12, 99], [13, 100], [14, 101], [15, 103], [16, 98], [17, 97], [18, 11], [19, 107], [20, 11], [21, 107], [22, 107], [23, 100], [24, 101], [25, 100], [26, 100], [27, 103], [28, 107]]), light_yellow_Button = n98, light_yellow_Switch = n98, light_yellow_TooltipContent = n98, light_yellow_SliderTrack = n98, n99 = t([[12, 97], [13, 98], [14, 99], [15, 100], [16, 96], [17, 213], [18, 11], [19, 107], [20, 11], [21, 107], [22, 214], [23, 101], [24, 103], [25, 101], [26, 101], [27, 105], [28, 105]]), light_yellow_Checkbox = n99, light_yellow_RadioGroupItem = n99, light_yellow_Input = n99, light_yellow_TextArea = n99, n100 = t([[12, 11], [13, 11], [14, 107], [15, 106], [16, 11], [17, 11], [18, 96], [19, 97], [20, 96], [21, 97], [22, 96], [23, 107], [24, 106], [25, 107], [26, 107], [27, 97], [28, 101]]), light_yellow_SwitchThumb = n100, n101 = t([[12, 105], [13, 104], [14, 103], [15, 101], [16, 106], [17, 107], [18, 96], [19, 97], [20, 96], [21, 97], [22, 97], [23, 103], [24, 101], [25, 103], [26, 103], [27, 101], [28, 97]]), light_yellow_SliderTrackActive = n101, n102 = t([[12, 107], [13, 106], [14, 105], [15, 104], [16, 11], [17, 214], [18, 96], [19, 97], [20, 96], [21, 97], [22, 213], [23, 105], [24, 104], [25, 105], [26, 105], [27, 99], [28, 99]]), light_yellow_SliderThumb = n102, light_yellow_Tooltip = n102, light_yellow_ProgressIndicator = n102, n103 = t([[12, 37], [13, 38], [14, 39], [15, 40], [16, 36], [17, 215], [18, 11], [19, 47], [20, 11], [21, 47], [22, 216], [23, 39], [24, 40], [25, 39], [26, 39], [27, 45], [28, 45]]), light_green_ListItem = n103, n104 = t([[12, 38], [13, 39], [14, 40], [15, 41], [16, 37], [17, 36], [18, 11], [19, 47], [20, 11], [21, 47], [22, 11], [23, 40], [24, 41], [25, 40], [26, 40], [27, 44], [28, 46]]), light_green_Card = n104, light_green_DrawerFrame = n104, light_green_Progress = n104, light_green_TooltipArrow = n104, n105 = t([[12, 39], [13, 40], [14, 41], [15, 43], [16, 38], [17, 37], [18, 11], [19, 47], [20, 11], [21, 47], [22, 47], [23, 40], [24, 41], [25, 40], [26, 40], [27, 43], [28, 47]]), light_green_Button = n105, light_green_Switch = n105, light_green_TooltipContent = n105, light_green_SliderTrack = n105, n106 = t([[12, 37], [13, 38], [14, 39], [15, 40], [16, 36], [17, 215], [18, 11], [19, 47], [20, 11], [21, 47], [22, 216], [23, 41], [24, 43], [25, 41], [26, 41], [27, 45], [28, 45]]), light_green_Checkbox = n106, light_green_RadioGroupItem = n106, light_green_Input = n106, light_green_TextArea = n106, n107 = t([[12, 11], [13, 11], [14, 47], [15, 46], [16, 11], [17, 11], [18, 36], [19, 37], [20, 36], [21, 37], [22, 36], [23, 47], [24, 46], [25, 47], [26, 47], [27, 37], [28, 41]]), light_green_SwitchThumb = n107, n108 = t([[12, 45], [13, 44], [14, 43], [15, 41], [16, 46], [17, 47], [18, 36], [19, 37], [20, 36], [21, 37], [22, 37], [23, 43], [24, 41], [25, 43], [26, 43], [27, 41], [28, 37]]), light_green_SliderTrackActive = n108, n109 = t([[12, 47], [13, 46], [14, 45], [15, 44], [16, 11], [17, 216], [18, 36], [19, 37], [20, 36], [21, 37], [22, 215], [23, 45], [24, 44], [25, 45], [26, 45], [27, 39], [28, 39]]), light_green_SliderThumb = n109, light_green_Tooltip = n109, light_green_ProgressIndicator = n109, n110 = t([[12, 15], [13, 16], [14, 17], [15, 18], [16, 14], [17, 217], [18, 11], [19, 25], [20, 11], [21, 25], [22, 218], [23, 17], [24, 18], [25, 17], [26, 17], [27, 23], [28, 23]]), light_blue_ListItem = n110, n111 = t([[12, 16], [13, 17], [14, 18], [15, 19], [16, 15], [17, 14], [18, 11], [19, 25], [20, 11], [21, 25], [22, 11], [23, 18], [24, 19], [25, 18], [26, 18], [27, 22], [28, 24]]), light_blue_Card = n111, light_blue_DrawerFrame = n111, light_blue_Progress = n111, light_blue_TooltipArrow = n111, n112 = t([[12, 17], [13, 18], [14, 19], [15, 21], [16, 16], [17, 15], [18, 11], [19, 25], [20, 11], [21, 25], [22, 25], [23, 18], [24, 19], [25, 18], [26, 18], [27, 21], [28, 25]]), light_blue_Button = n112, light_blue_Switch = n112, light_blue_TooltipContent = n112, light_blue_SliderTrack = n112, n113 = t([[12, 15], [13, 16], [14, 17], [15, 18], [16, 14], [17, 217], [18, 11], [19, 25], [20, 11], [21, 25], [22, 218], [23, 19], [24, 21], [25, 19], [26, 19], [27, 23], [28, 23]]), light_blue_Checkbox = n113, light_blue_RadioGroupItem = n113, light_blue_Input = n113, light_blue_TextArea = n113, n114 = t([[12, 11], [13, 11], [14, 25], [15, 24], [16, 11], [17, 11], [18, 14], [19, 15], [20, 14], [21, 15], [22, 14], [23, 25], [24, 24], [25, 25], [26, 25], [27, 15], [28, 19]]), light_blue_SwitchThumb = n114, n115 = t([[12, 23], [13, 22], [14, 21], [15, 19], [16, 24], [17, 25], [18, 14], [19, 15], [20, 14], [21, 15], [22, 15], [23, 21], [24, 19], [25, 21], [26, 21], [27, 19], [28, 15]]), light_blue_SliderTrackActive = n115, n116 = t([[12, 25], [13, 24], [14, 23], [15, 22], [16, 11], [17, 218], [18, 14], [19, 15], [20, 14], [21, 15], [22, 217], [23, 23], [24, 22], [25, 23], [26, 23], [27, 17], [28, 17]]), light_blue_SliderThumb = n116, light_blue_Tooltip = n116, light_blue_ProgressIndicator = n116, n117 = t([[12, 73], [13, 74], [14, 75], [15, 76], [16, 72], [17, 219], [18, 11], [19, 83], [20, 11], [21, 83], [22, 220], [23, 75], [24, 76], [25, 75], [26, 75], [27, 81], [28, 81]]), light_purple_ListItem = n117, n118 = t([[12, 74], [13, 75], [14, 76], [15, 77], [16, 73], [17, 72], [18, 11], [19, 83], [20, 11], [21, 83], [22, 11], [23, 76], [24, 77], [25, 76], [26, 76], [27, 80], [28, 82]]), light_purple_Card = n118, light_purple_DrawerFrame = n118, light_purple_Progress = n118, light_purple_TooltipArrow = n118, n119 = t([[12, 75], [13, 76], [14, 77], [15, 79], [16, 74], [17, 73], [18, 11], [19, 83], [20, 11], [21, 83], [22, 83], [23, 76], [24, 77], [25, 76], [26, 76], [27, 79], [28, 83]]), light_purple_Button = n119, light_purple_Switch = n119, light_purple_TooltipContent = n119, light_purple_SliderTrack = n119, n120 = t([[12, 73], [13, 74], [14, 75], [15, 76], [16, 72], [17, 219], [18, 11], [19, 83], [20, 11], [21, 83], [22, 220], [23, 77], [24, 79], [25, 77], [26, 77], [27, 81], [28, 81]]), light_purple_Checkbox = n120, light_purple_RadioGroupItem = n120, light_purple_Input = n120, light_purple_TextArea = n120, n121 = t([[12, 11], [13, 11], [14, 83], [15, 82], [16, 11], [17, 11], [18, 72], [19, 73], [20, 72], [21, 73], [22, 72], [23, 83], [24, 82], [25, 83], [26, 83], [27, 73], [28, 77]]), light_purple_SwitchThumb = n121, n122 = t([[12, 81], [13, 80], [14, 79], [15, 77], [16, 82], [17, 83], [18, 72], [19, 73], [20, 72], [21, 73], [22, 73], [23, 79], [24, 77], [25, 79], [26, 79], [27, 77], [28, 73]]), light_purple_SliderTrackActive = n122, n123 = t([[12, 83], [13, 82], [14, 81], [15, 80], [16, 11], [17, 220], [18, 72], [19, 73], [20, 72], [21, 73], [22, 219], [23, 81], [24, 80], [25, 81], [26, 81], [27, 75], [28, 75]]), light_purple_SliderThumb = n123, light_purple_Tooltip = n123, light_purple_ProgressIndicator = n123, n124 = t([[12, 61], [13, 62], [14, 63], [15, 64], [16, 60], [17, 221], [18, 11], [19, 71], [20, 11], [21, 71], [22, 222], [23, 63], [24, 64], [25, 63], [26, 63], [27, 69], [28, 69]]), light_pink_ListItem = n124, n125 = t([[12, 62], [13, 63], [14, 64], [15, 65], [16, 61], [17, 60], [18, 11], [19, 71], [20, 11], [21, 71], [22, 11], [23, 64], [24, 65], [25, 64], [26, 64], [27, 68], [28, 70]]), light_pink_Card = n125, light_pink_DrawerFrame = n125, light_pink_Progress = n125, light_pink_TooltipArrow = n125, n126 = t([[12, 63], [13, 64], [14, 65], [15, 67], [16, 62], [17, 61], [18, 11], [19, 71], [20, 11], [21, 71], [22, 71], [23, 64], [24, 65], [25, 64], [26, 64], [27, 67], [28, 71]]), light_pink_Button = n126, light_pink_Switch = n126, light_pink_TooltipContent = n126, light_pink_SliderTrack = n126, n127 = t([[12, 61], [13, 62], [14, 63], [15, 64], [16, 60], [17, 221], [18, 11], [19, 71], [20, 11], [21, 71], [22, 222], [23, 65], [24, 67], [25, 65], [26, 65], [27, 69], [28, 69]]), light_pink_Checkbox = n127, light_pink_RadioGroupItem = n127, light_pink_Input = n127, light_pink_TextArea = n127, n128 = t([[12, 11], [13, 11], [14, 71], [15, 70], [16, 11], [17, 11], [18, 60], [19, 61], [20, 60], [21, 61], [22, 60], [23, 71], [24, 70], [25, 71], [26, 71], [27, 61], [28, 65]]), light_pink_SwitchThumb = n128, n129 = t([[12, 69], [13, 68], [14, 67], [15, 65], [16, 70], [17, 71], [18, 60], [19, 61], [20, 60], [21, 61], [22, 61], [23, 67], [24, 65], [25, 67], [26, 67], [27, 65], [28, 61]]), light_pink_SliderTrackActive = n129, n130 = t([[12, 71], [13, 70], [14, 69], [15, 68], [16, 11], [17, 222], [18, 60], [19, 61], [20, 60], [21, 61], [22, 221], [23, 69], [24, 68], [25, 69], [26, 69], [27, 63], [28, 63]]), light_pink_SliderThumb = n130, light_pink_Tooltip = n130, light_pink_ProgressIndicator = n130, n131 = t([[12, 85], [13, 86], [14, 87], [15, 88], [16, 84], [17, 223], [18, 11], [19, 95], [20, 11], [21, 95], [22, 224], [23, 87], [24, 88], [25, 87], [26, 87], [27, 93], [28, 93]]), light_red_ListItem = n131, n132 = t([[12, 86], [13, 87], [14, 88], [15, 89], [16, 85], [17, 84], [18, 11], [19, 95], [20, 11], [21, 95], [22, 11], [23, 88], [24, 89], [25, 88], [26, 88], [27, 92], [28, 94]]), light_red_Card = n132, light_red_DrawerFrame = n132, light_red_Progress = n132, light_red_TooltipArrow = n132, n133 = t([[12, 87], [13, 88], [14, 89], [15, 91], [16, 86], [17, 85], [18, 11], [19, 95], [20, 11], [21, 95], [22, 95], [23, 88], [24, 89], [25, 88], [26, 88], [27, 91], [28, 95]]), light_red_Button = n133, light_red_Switch = n133, light_red_TooltipContent = n133, light_red_SliderTrack = n133, n134 = t([[12, 85], [13, 86], [14, 87], [15, 88], [16, 84], [17, 223], [18, 11], [19, 95], [20, 11], [21, 95], [22, 224], [23, 89], [24, 91], [25, 89], [26, 89], [27, 93], [28, 93]]), light_red_Checkbox = n134, light_red_RadioGroupItem = n134, light_red_Input = n134, light_red_TextArea = n134, n135 = t([[12, 11], [13, 11], [14, 95], [15, 94], [16, 11], [17, 11], [18, 84], [19, 85], [20, 84], [21, 85], [22, 84], [23, 95], [24, 94], [25, 95], [26, 95], [27, 85], [28, 89]]), light_red_SwitchThumb = n135, n136 = t([[12, 93], [13, 92], [14, 91], [15, 89], [16, 94], [17, 95], [18, 84], [19, 85], [20, 84], [21, 85], [22, 85], [23, 91], [24, 89], [25, 91], [26, 91], [27, 89], [28, 85]]), light_red_SliderTrackActive = n136, n137 = t([[12, 95], [13, 94], [14, 93], [15, 92], [16, 11], [17, 224], [18, 84], [19, 85], [20, 84], [21, 85], [22, 223], [23, 93], [24, 92], [25, 93], [26, 93], [27, 87], [28, 87]]), light_red_SliderThumb = n137, light_red_Tooltip = n137, light_red_ProgressIndicator = n137, n138 = t([[12, 27], [13, 28], [14, 29], [15, 30], [16, 26], [17, 225], [18, 11], [19, 11], [20, 11], [21, 11], [22, 226], [23, 29], [24, 30], [25, 29], [26, 29], [27, 34], [28, 34]]), light_gray_ListItem = n138, n139 = t([[12, 28], [13, 29], [14, 30], [15, 31], [16, 27], [17, 26], [18, 11], [19, 11], [20, 11], [21, 11], [22, 11], [23, 30], [24, 31], [25, 30], [26, 30], [27, 8], [28, 35]]), light_gray_Card = n139, light_gray_DrawerFrame = n139, light_gray_Progress = n139, light_gray_TooltipArrow = n139, n140 = t([[12, 29], [13, 30], [14, 31], [15, 33], [16, 28], [17, 27], [18, 11], [19, 11], [20, 11], [21, 11], [22, 11], [23, 30], [24, 31], [25, 30], [26, 30], [27, 33], [28, 11]]), light_gray_Button = n140, light_gray_Switch = n140, light_gray_TooltipContent = n140, light_gray_SliderTrack = n140, n141 = t([[12, 27], [13, 28], [14, 29], [15, 30], [16, 26], [17, 225], [18, 11], [19, 11], [20, 11], [21, 11], [22, 226], [23, 31], [24, 33], [25, 31], [26, 31], [27, 34], [28, 34]]), light_gray_Checkbox = n141, light_gray_RadioGroupItem = n141, light_gray_Input = n141, light_gray_TextArea = n141, n142 = t([[12, 11], [13, 11], [14, 11], [15, 35], [16, 11], [17, 11], [18, 26], [19, 27], [20, 26], [21, 27], [22, 26], [23, 11], [24, 35], [25, 11], [26, 11], [27, 27], [28, 31]]), light_gray_SwitchThumb = n142, n143 = t([[12, 34], [13, 8], [14, 33], [15, 31], [16, 35], [17, 11], [18, 26], [19, 27], [20, 26], [21, 27], [22, 27], [23, 33], [24, 31], [25, 33], [26, 33], [27, 31], [28, 27]]), light_gray_SliderTrackActive = n143, n144 = t([[12, 11], [13, 35], [14, 34], [15, 8], [16, 11], [17, 226], [18, 26], [19, 27], [20, 26], [21, 27], [22, 225], [23, 34], [24, 8], [25, 34], [26, 34], [27, 29], [28, 29]]), light_gray_SliderThumb = n144, light_gray_Tooltip = n144, light_gray_ProgressIndicator = n144, n145 = t([[12, 155], [13, 156], [14, 157], [15, 158], [16, 154], [17, 227], [18, 0], [19, 164], [20, 0], [21, 164], [22, 228], [23, 158], [24, 159], [25, 157], [26, 158], [27, 162], [28, 162]]), dark_orange_ListItem = n145, n146 = t([[12, 156], [13, 157], [14, 158], [15, 159], [16, 155], [17, 154], [18, 0], [19, 164], [20, 0], [21, 164], [22, 0], [23, 159], [24, 161], [25, 158], [26, 159], [27, 56], [28, 163]]), dark_orange_Card = n146, dark_orange_DrawerFrame = n146, dark_orange_Progress = n146, dark_orange_TooltipArrow = n146, n147 = t([[12, 157], [13, 158], [14, 159], [15, 161], [16, 156], [17, 155], [18, 0], [19, 164], [20, 0], [21, 164], [22, 164], [23, 159], [24, 161], [25, 158], [26, 159], [27, 161], [28, 164]]), dark_orange_Button = n147, dark_orange_Switch = n147, dark_orange_TooltipContent = n147, dark_orange_SliderTrack = n147, n148 = t([[12, 155], [13, 156], [14, 157], [15, 158], [16, 154], [17, 227], [18, 0], [19, 164], [20, 0], [21, 164], [22, 228], [23, 161], [24, 56], [25, 159], [26, 161], [27, 162], [28, 162]]), dark_orange_Checkbox = n148, dark_orange_RadioGroupItem = n148, dark_orange_Input = n148, dark_orange_TextArea = n148, n149 = t([[12, 0], [13, 0], [14, 164], [15, 163], [16, 0], [17, 0], [18, 154], [19, 155], [20, 154], [21, 155], [22, 154], [23, 163], [24, 162], [25, 164], [26, 163], [27, 155], [28, 159]]), dark_orange_SwitchThumb = n149, n150 = t([[12, 162], [13, 56], [14, 161], [15, 159], [16, 163], [17, 164], [18, 154], [19, 155], [20, 154], [21, 155], [22, 155], [23, 159], [24, 158], [25, 161], [26, 159], [27, 159], [28, 155]]), dark_orange_SliderTrackActive = n150, n151 = t([[12, 164], [13, 163], [14, 162], [15, 56], [16, 0], [17, 228], [18, 154], [19, 155], [20, 154], [21, 155], [22, 227], [23, 56], [24, 161], [25, 162], [26, 56], [27, 157], [28, 157]]), dark_orange_SliderThumb = n151, dark_orange_Tooltip = n151, dark_orange_ProgressIndicator = n151, n152 = t([[12, 199], [13, 200], [14, 201], [15, 202], [16, 198], [17, 229], [18, 0], [19, 208], [20, 0], [21, 208], [22, 230], [23, 202], [24, 203], [25, 201], [26, 202], [27, 206], [28, 206]]), dark_yellow_ListItem = n152, n153 = t([[12, 200], [13, 201], [14, 202], [15, 203], [16, 199], [17, 198], [18, 0], [19, 208], [20, 0], [21, 208], [22, 0], [23, 203], [24, 205], [25, 202], [26, 203], [27, 104], [28, 207]]), dark_yellow_Card = n153, dark_yellow_DrawerFrame = n153, dark_yellow_Progress = n153, dark_yellow_TooltipArrow = n153, n154 = t([[12, 201], [13, 202], [14, 203], [15, 205], [16, 200], [17, 199], [18, 0], [19, 208], [20, 0], [21, 208], [22, 208], [23, 203], [24, 205], [25, 202], [26, 203], [27, 205], [28, 208]]), dark_yellow_Button = n154, dark_yellow_Switch = n154, dark_yellow_TooltipContent = n154, dark_yellow_SliderTrack = n154, n155 = t([[12, 199], [13, 200], [14, 201], [15, 202], [16, 198], [17, 229], [18, 0], [19, 208], [20, 0], [21, 208], [22, 230], [23, 205], [24, 104], [25, 203], [26, 205], [27, 206], [28, 206]]), dark_yellow_Checkbox = n155, dark_yellow_RadioGroupItem = n155, dark_yellow_Input = n155, dark_yellow_TextArea = n155, n156 = t([[12, 0], [13, 0], [14, 208], [15, 207], [16, 0], [17, 0], [18, 198], [19, 199], [20, 198], [21, 199], [22, 198], [23, 207], [24, 206], [25, 208], [26, 207], [27, 199], [28, 203]]), dark_yellow_SwitchThumb = n156, n157 = t([[12, 206], [13, 104], [14, 205], [15, 203], [16, 207], [17, 208], [18, 198], [19, 199], [20, 198], [21, 199], [22, 199], [23, 203], [24, 202], [25, 205], [26, 203], [27, 203], [28, 199]]), dark_yellow_SliderTrackActive = n157, n158 = t([[12, 208], [13, 207], [14, 206], [15, 104], [16, 0], [17, 230], [18, 198], [19, 199], [20, 198], [21, 199], [22, 229], [23, 104], [24, 205], [25, 206], [26, 104], [27, 201], [28, 201]]), dark_yellow_SliderThumb = n158, dark_yellow_Tooltip = n158, dark_yellow_ProgressIndicator = n158, n159 = t([[12, 144], [13, 145], [14, 146], [15, 147], [16, 143], [17, 231], [18, 0], [19, 153], [20, 0], [21, 153], [22, 232], [23, 147], [24, 148], [25, 146], [26, 147], [27, 151], [28, 151]]), dark_green_ListItem = n159, n160 = t([[12, 145], [13, 146], [14, 147], [15, 148], [16, 144], [17, 143], [18, 0], [19, 153], [20, 0], [21, 153], [22, 0], [23, 148], [24, 150], [25, 147], [26, 148], [27, 44], [28, 152]]), dark_green_Card = n160, dark_green_DrawerFrame = n160, dark_green_Progress = n160, dark_green_TooltipArrow = n160, n161 = t([[12, 146], [13, 147], [14, 148], [15, 150], [16, 145], [17, 144], [18, 0], [19, 153], [20, 0], [21, 153], [22, 153], [23, 148], [24, 150], [25, 147], [26, 148], [27, 150], [28, 153]]), dark_green_Button = n161, dark_green_Switch = n161, dark_green_TooltipContent = n161, dark_green_SliderTrack = n161, n162 = t([[12, 144], [13, 145], [14, 146], [15, 147], [16, 143], [17, 231], [18, 0], [19, 153], [20, 0], [21, 153], [22, 232], [23, 150], [24, 44], [25, 148], [26, 150], [27, 151], [28, 151]]), dark_green_Checkbox = n162, dark_green_RadioGroupItem = n162, dark_green_Input = n162, dark_green_TextArea = n162, n163 = t([[12, 0], [13, 0], [14, 153], [15, 152], [16, 0], [17, 0], [18, 143], [19, 144], [20, 143], [21, 144], [22, 143], [23, 152], [24, 151], [25, 153], [26, 152], [27, 144], [28, 148]]), dark_green_SwitchThumb = n163, n164 = t([[12, 151], [13, 44], [14, 150], [15, 148], [16, 152], [17, 153], [18, 143], [19, 144], [20, 143], [21, 144], [22, 144], [23, 148], [24, 147], [25, 150], [26, 148], [27, 148], [28, 144]]), dark_green_SliderTrackActive = n164, n165 = t([[12, 153], [13, 152], [14, 151], [15, 44], [16, 0], [17, 232], [18, 143], [19, 144], [20, 143], [21, 144], [22, 231], [23, 44], [24, 150], [25, 151], [26, 44], [27, 146], [28, 146]]), dark_green_SliderThumb = n165, dark_green_Tooltip = n165, dark_green_ProgressIndicator = n165, n166 = t([[12, 122], [13, 123], [14, 124], [15, 125], [16, 121], [17, 233], [18, 0], [19, 131], [20, 0], [21, 131], [22, 234], [23, 125], [24, 126], [25, 124], [26, 125], [27, 129], [28, 129]]), dark_blue_ListItem = n166, n167 = t([[12, 123], [13, 124], [14, 125], [15, 126], [16, 122], [17, 121], [18, 0], [19, 131], [20, 0], [21, 131], [22, 0], [23, 126], [24, 128], [25, 125], [26, 126], [27, 22], [28, 130]]), dark_blue_Card = n167, dark_blue_DrawerFrame = n167, dark_blue_Progress = n167, dark_blue_TooltipArrow = n167, n168 = t([[12, 124], [13, 125], [14, 126], [15, 128], [16, 123], [17, 122], [18, 0], [19, 131], [20, 0], [21, 131], [22, 131], [23, 126], [24, 128], [25, 125], [26, 126], [27, 128], [28, 131]]), dark_blue_Button = n168, dark_blue_Switch = n168, dark_blue_TooltipContent = n168, dark_blue_SliderTrack = n168, n169 = t([[12, 122], [13, 123], [14, 124], [15, 125], [16, 121], [17, 233], [18, 0], [19, 131], [20, 0], [21, 131], [22, 234], [23, 128], [24, 22], [25, 126], [26, 128], [27, 129], [28, 129]]), dark_blue_Checkbox = n169, dark_blue_RadioGroupItem = n169, dark_blue_Input = n169, dark_blue_TextArea = n169, n170 = t([[12, 0], [13, 0], [14, 131], [15, 130], [16, 0], [17, 0], [18, 121], [19, 122], [20, 121], [21, 122], [22, 121], [23, 130], [24, 129], [25, 131], [26, 130], [27, 122], [28, 126]]), dark_blue_SwitchThumb = n170, n171 = t([[12, 129], [13, 22], [14, 128], [15, 126], [16, 130], [17, 131], [18, 121], [19, 122], [20, 121], [21, 122], [22, 122], [23, 126], [24, 125], [25, 128], [26, 126], [27, 126], [28, 122]]), dark_blue_SliderTrackActive = n171, n172 = t([[12, 131], [13, 130], [14, 129], [15, 22], [16, 0], [17, 234], [18, 121], [19, 122], [20, 121], [21, 122], [22, 233], [23, 22], [24, 128], [25, 129], [26, 22], [27, 124], [28, 124]]), dark_blue_SliderThumb = n172, dark_blue_Tooltip = n172, dark_blue_ProgressIndicator = n172, n173 = t([[12, 177], [13, 178], [14, 179], [15, 180], [16, 176], [17, 235], [18, 0], [19, 186], [20, 0], [21, 186], [22, 236], [23, 180], [24, 181], [25, 179], [26, 180], [27, 184], [28, 184]]), dark_purple_ListItem = n173, n174 = t([[12, 178], [13, 179], [14, 180], [15, 181], [16, 177], [17, 176], [18, 0], [19, 186], [20, 0], [21, 186], [22, 0], [23, 181], [24, 183], [25, 180], [26, 181], [27, 80], [28, 185]]), dark_purple_Card = n174, dark_purple_DrawerFrame = n174, dark_purple_Progress = n174, dark_purple_TooltipArrow = n174, n175 = t([[12, 179], [13, 180], [14, 181], [15, 183], [16, 178], [17, 177], [18, 0], [19, 186], [20, 0], [21, 186], [22, 186], [23, 181], [24, 183], [25, 180], [26, 181], [27, 183], [28, 186]]), dark_purple_Button = n175, dark_purple_Switch = n175, dark_purple_TooltipContent = n175, dark_purple_SliderTrack = n175, n176 = t([[12, 177], [13, 178], [14, 179], [15, 180], [16, 176], [17, 235], [18, 0], [19, 186], [20, 0], [21, 186], [22, 236], [23, 183], [24, 80], [25, 181], [26, 183], [27, 184], [28, 184]]), dark_purple_Checkbox = n176, dark_purple_RadioGroupItem = n176, dark_purple_Input = n176, dark_purple_TextArea = n176, n177 = t([[12, 0], [13, 0], [14, 186], [15, 185], [16, 0], [17, 0], [18, 176], [19, 177], [20, 176], [21, 177], [22, 176], [23, 185], [24, 184], [25, 186], [26, 185], [27, 177], [28, 181]]), dark_purple_SwitchThumb = n177, n178 = t([[12, 184], [13, 80], [14, 183], [15, 181], [16, 185], [17, 186], [18, 176], [19, 177], [20, 176], [21, 177], [22, 177], [23, 181], [24, 180], [25, 183], [26, 181], [27, 181], [28, 177]]), dark_purple_SliderTrackActive = n178, n179 = t([[12, 186], [13, 185], [14, 184], [15, 80], [16, 0], [17, 236], [18, 176], [19, 177], [20, 176], [21, 177], [22, 235], [23, 80], [24, 183], [25, 184], [26, 80], [27, 179], [28, 179]]), dark_purple_SliderThumb = n179, dark_purple_Tooltip = n179, dark_purple_ProgressIndicator = n179, n180 = t([[12, 166], [13, 167], [14, 168], [15, 169], [16, 165], [17, 237], [18, 0], [19, 175], [20, 0], [21, 175], [22, 238], [23, 169], [24, 170], [25, 168], [26, 169], [27, 173], [28, 173]]), dark_pink_ListItem = n180, n181 = t([[12, 167], [13, 168], [14, 169], [15, 170], [16, 166], [17, 165], [18, 0], [19, 175], [20, 0], [21, 175], [22, 0], [23, 170], [24, 172], [25, 169], [26, 170], [27, 68], [28, 174]]), dark_pink_Card = n181, dark_pink_DrawerFrame = n181, dark_pink_Progress = n181, dark_pink_TooltipArrow = n181, n182 = t([[12, 168], [13, 169], [14, 170], [15, 172], [16, 167], [17, 166], [18, 0], [19, 175], [20, 0], [21, 175], [22, 175], [23, 170], [24, 172], [25, 169], [26, 170], [27, 172], [28, 175]]), dark_pink_Button = n182, dark_pink_Switch = n182, dark_pink_TooltipContent = n182, dark_pink_SliderTrack = n182, n183 = t([[12, 166], [13, 167], [14, 168], [15, 169], [16, 165], [17, 237], [18, 0], [19, 175], [20, 0], [21, 175], [22, 238], [23, 172], [24, 68], [25, 170], [26, 172], [27, 173], [28, 173]]), dark_pink_Checkbox = n183, dark_pink_RadioGroupItem = n183, dark_pink_Input = n183, dark_pink_TextArea = n183, n184 = t([[12, 0], [13, 0], [14, 175], [15, 174], [16, 0], [17, 0], [18, 165], [19, 166], [20, 165], [21, 166], [22, 165], [23, 174], [24, 173], [25, 175], [26, 174], [27, 166], [28, 170]]), dark_pink_SwitchThumb = n184, n185 = t([[12, 173], [13, 68], [14, 172], [15, 170], [16, 174], [17, 175], [18, 165], [19, 166], [20, 165], [21, 166], [22, 166], [23, 170], [24, 169], [25, 172], [26, 170], [27, 170], [28, 166]]), dark_pink_SliderTrackActive = n185, n186 = t([[12, 175], [13, 174], [14, 173], [15, 68], [16, 0], [17, 238], [18, 165], [19, 166], [20, 165], [21, 166], [22, 237], [23, 68], [24, 172], [25, 173], [26, 68], [27, 168], [28, 168]]), dark_pink_SliderThumb = n186, dark_pink_Tooltip = n186, dark_pink_ProgressIndicator = n186, n187 = t([[12, 188], [13, 189], [14, 190], [15, 191], [16, 187], [17, 239], [18, 0], [19, 197], [20, 0], [21, 197], [22, 240], [23, 191], [24, 192], [25, 190], [26, 191], [27, 195], [28, 195]]), dark_red_ListItem = n187, n188 = t([[12, 189], [13, 190], [14, 191], [15, 192], [16, 188], [17, 187], [18, 0], [19, 197], [20, 0], [21, 197], [22, 0], [23, 192], [24, 194], [25, 191], [26, 192], [27, 92], [28, 196]]), dark_red_Card = n188, dark_red_DrawerFrame = n188, dark_red_Progress = n188, dark_red_TooltipArrow = n188, n189 = t([[12, 190], [13, 191], [14, 192], [15, 194], [16, 189], [17, 188], [18, 0], [19, 197], [20, 0], [21, 197], [22, 197], [23, 192], [24, 194], [25, 191], [26, 192], [27, 194], [28, 197]]), dark_red_Button = n189, dark_red_Switch = n189, dark_red_TooltipContent = n189, dark_red_SliderTrack = n189, n190 = t([[12, 188], [13, 189], [14, 190], [15, 191], [16, 187], [17, 239], [18, 0], [19, 197], [20, 0], [21, 197], [22, 240], [23, 194], [24, 92], [25, 192], [26, 194], [27, 195], [28, 195]]), dark_red_Checkbox = n190, dark_red_RadioGroupItem = n190, dark_red_Input = n190, dark_red_TextArea = n190, n191 = t([[12, 0], [13, 0], [14, 197], [15, 196], [16, 0], [17, 0], [18, 187], [19, 188], [20, 187], [21, 188], [22, 187], [23, 196], [24, 195], [25, 197], [26, 196], [27, 188], [28, 192]]), dark_red_SwitchThumb = n191, n192 = t([[12, 195], [13, 92], [14, 194], [15, 192], [16, 196], [17, 197], [18, 187], [19, 188], [20, 187], [21, 188], [22, 188], [23, 192], [24, 191], [25, 194], [26, 192], [27, 192], [28, 188]]), dark_red_SliderTrackActive = n192, n193 = t([[12, 197], [13, 196], [14, 195], [15, 92], [16, 0], [17, 240], [18, 187], [19, 188], [20, 187], [21, 188], [22, 239], [23, 92], [24, 194], [25, 195], [26, 92], [27, 190], [28, 190]]), dark_red_SliderThumb = n193, dark_red_Tooltip = n193, dark_red_ProgressIndicator = n193, n194 = t([[12, 133], [13, 134], [14, 135], [15, 136], [16, 132], [17, 241], [18, 0], [19, 29], [20, 0], [21, 29], [22, 242], [23, 136], [24, 137], [25, 135], [26, 136], [27, 141], [28, 141]]), dark_gray_ListItem = n194, n195 = t([[12, 134], [13, 135], [14, 136], [15, 137], [16, 133], [17, 132], [18, 0], [19, 29], [20, 0], [21, 29], [22, 0], [23, 137], [24, 139], [25, 136], [26, 137], [27, 140], [28, 142]]), dark_gray_Card = n195, dark_gray_DrawerFrame = n195, dark_gray_Progress = n195, dark_gray_TooltipArrow = n195, n196 = t([[12, 135], [13, 136], [14, 137], [15, 139], [16, 134], [17, 133], [18, 0], [19, 29], [20, 0], [21, 29], [22, 29], [23, 137], [24, 139], [25, 136], [26, 137], [27, 139], [28, 29]]), dark_gray_Button = n196, dark_gray_Switch = n196, dark_gray_TooltipContent = n196, dark_gray_SliderTrack = n196, n197 = t([[12, 133], [13, 134], [14, 135], [15, 136], [16, 132], [17, 241], [18, 0], [19, 29], [20, 0], [21, 29], [22, 242], [23, 139], [24, 140], [25, 137], [26, 139], [27, 141], [28, 141]]), dark_gray_Checkbox = n197, dark_gray_RadioGroupItem = n197, dark_gray_Input = n197, dark_gray_TextArea = n197, n198 = t([[12, 0], [13, 0], [14, 29], [15, 142], [16, 0], [17, 0], [18, 132], [19, 133], [20, 132], [21, 133], [22, 132], [23, 142], [24, 141], [25, 29], [26, 142], [27, 133], [28, 137]]), dark_gray_SwitchThumb = n198, n199 = t([[12, 141], [13, 140], [14, 139], [15, 137], [16, 142], [17, 29], [18, 132], [19, 133], [20, 132], [21, 133], [22, 133], [23, 137], [24, 136], [25, 139], [26, 137], [27, 137], [28, 133]]), dark_gray_SliderTrackActive = n199, n200 = t([[12, 29], [13, 142], [14, 141], [15, 140], [16, 0], [17, 242], [18, 132], [19, 133], [20, 132], [21, 133], [22, 241], [23, 140], [24, 139], [25, 141], [26, 140], [27, 135], [28, 135]]), dark_gray_SliderThumb = n200, dark_gray_Tooltip = n200, dark_gray_ProgressIndicator = n200, n201 = t([[12, 2], [13, 3], [14, 4], [15, 5], [16, 1], [17, 0], [18, 10], [19, 9], [20, 10], [21, 9], [22, 11], [23, 5], [24, 6], [25, 4], [26, 5], [27, 7], [28, 9]]), light_alt1_ListItem = n201, n202 = t([[12, 3], [13, 4], [14, 5], [15, 6], [16, 2], [17, 1], [18, 10], [19, 9], [20, 10], [21, 9], [22, 10], [23, 6], [24, 7], [25, 5], [26, 6], [27, 6], [28, 10]]), light_alt1_Card = n202, light_alt1_DrawerFrame = n202, light_alt1_Progress = n202, light_alt1_TooltipArrow = n202, n203 = t([[12, 4], [13, 5], [14, 6], [15, 7], [16, 3], [17, 2], [18, 10], [19, 9], [20, 10], [21, 9], [22, 9], [23, 6], [24, 7], [25, 5], [26, 6], [27, 5], [28, 11]]), light_alt1_Button = n203, light_alt1_Switch = n203, light_alt1_TooltipContent = n203, light_alt1_SliderTrack = n203, n204 = t([[12, 2], [13, 3], [14, 4], [15, 5], [16, 1], [17, 0], [18, 10], [19, 9], [20, 10], [21, 9], [22, 11], [23, 7], [24, 8], [25, 6], [26, 7], [27, 7], [28, 9]]), light_alt1_Checkbox = n204, light_alt1_RadioGroupItem = n204, light_alt1_Input = n204, light_alt1_TextArea = n204, n205 = t([[12, 11], [13, 10], [14, 9], [15, 8], [16, 11], [17, 11], [18, 1], [19, 2], [20, 1], [21, 2], [22, 0], [23, 8], [24, 7], [25, 9], [26, 8], [27, 2], [28, 4]]), light_alt1_SwitchThumb = n205, n206 = t([[12, 7], [13, 6], [14, 5], [15, 4], [16, 8], [17, 9], [18, 1], [19, 2], [20, 1], [21, 2], [22, 2], [23, 4], [24, 3], [25, 5], [26, 4], [27, 6], [28, 0]]), light_alt1_SliderTrackActive = n206, n207 = t([[12, 9], [13, 8], [14, 7], [15, 6], [16, 10], [17, 11], [18, 1], [19, 2], [20, 1], [21, 2], [22, 0], [23, 6], [24, 5], [25, 7], [26, 6], [27, 4], [28, 2]]), light_alt1_SliderThumb = n207, light_alt1_Tooltip = n207, light_alt1_ProgressIndicator = n207, n208 = t([[12, 3], [13, 4], [14, 5], [15, 6], [16, 2], [17, 1], [18, 9], [19, 8], [20, 9], [21, 8], [22, 10], [23, 5], [24, 6], [25, 4], [26, 5], [27, 6], [28, 10]]), light_alt2_ListItem = n208, n209 = t([[12, 4], [13, 5], [14, 6], [15, 7], [16, 3], [17, 2], [18, 9], [19, 8], [20, 9], [21, 8], [22, 9], [23, 6], [24, 7], [25, 5], [26, 6], [27, 5], [28, 11]]), light_alt2_Card = n209, light_alt2_DrawerFrame = n209, light_alt2_Progress = n209, light_alt2_TooltipArrow = n209, n210 = t([[12, 5], [13, 6], [14, 7], [15, 8], [16, 4], [17, 3], [18, 9], [19, 8], [20, 9], [21, 8], [22, 8], [23, 6], [24, 7], [25, 5], [26, 6], [27, 4], [28, 11]]), light_alt2_Button = n210, light_alt2_Switch = n210, light_alt2_TooltipContent = n210, light_alt2_SliderTrack = n210, n211 = t([[12, 3], [13, 4], [14, 5], [15, 6], [16, 2], [17, 1], [18, 9], [19, 8], [20, 9], [21, 8], [22, 10], [23, 7], [24, 8], [25, 6], [26, 7], [27, 6], [28, 10]]), light_alt2_Checkbox = n211, light_alt2_RadioGroupItem = n211, light_alt2_Input = n211, light_alt2_TextArea = n211, n212 = t([[12, 10], [13, 9], [14, 8], [15, 7], [16, 11], [17, 11], [18, 2], [19, 3], [20, 2], [21, 3], [22, 0], [23, 8], [24, 7], [25, 9], [26, 8], [27, 3], [28, 3]]), light_alt2_SwitchThumb = n212, n213 = t([[12, 6], [13, 5], [14, 4], [15, 3], [16, 7], [17, 8], [18, 2], [19, 3], [20, 2], [21, 3], [22, 3], [23, 4], [24, 3], [25, 5], [26, 4], [27, 7], [28, 0]]), light_alt2_SliderTrackActive = n213, n214 = t([[12, 8], [13, 7], [14, 6], [15, 5], [16, 9], [17, 10], [18, 2], [19, 3], [20, 2], [21, 3], [22, 1], [23, 6], [24, 5], [25, 7], [26, 6], [27, 5], [28, 1]]), light_alt2_SliderThumb = n214, light_alt2_Tooltip = n214, light_alt2_ProgressIndicator = n214, n215 = t([[12, 4], [13, 5], [14, 6], [15, 7], [16, 3], [17, 2], [19, 7], [20, 8], [21, 7], [22, 9], [23, 6], [24, 7], [25, 5], [26, 6], [27, 5], [28, 11]]), light_active_ListItem = n215, n216 = t([[12, 6], [13, 7], [14, 8], [15, 9], [16, 5], [17, 4], [19, 7], [20, 8], [21, 7], [22, 7], [23, 7], [24, 8], [25, 6], [26, 7], [27, 3], [28, 11]]), light_active_Button = n216, light_active_Switch = n216, n217 = t([[12, 4], [13, 5], [14, 6], [15, 7], [16, 3], [17, 2], [19, 7], [20, 8], [21, 7], [22, 9], [23, 8], [24, 9], [25, 7], [26, 8], [27, 5], [28, 11]]), light_active_Checkbox = n217, light_active_Input = n217, light_active_TextArea = n217, n218 = t([[12, 5], [13, 4], [14, 3], [15, 2], [16, 6], [17, 7], [19, 4], [20, 3], [21, 4], [22, 4], [23, 3], [24, 2], [25, 4], [26, 3], [27, 8], [28, 0]]), light_active_SliderTrackActive = n218, n219 = t([[12, 112], [13, 113], [14, 114], [15, 115], [16, 111], [17, 110], [18, 120], [19, 119], [20, 120], [21, 119], [22, 0], [23, 115], [24, 116], [25, 114], [26, 115], [27, 117], [28, 119]]), dark_alt1_ListItem = n219, n220 = t([[12, 113], [13, 114], [14, 115], [15, 116], [16, 112], [17, 111], [18, 120], [19, 119], [20, 120], [21, 119], [22, 120], [23, 116], [24, 117], [25, 115], [26, 116], [27, 116], [28, 120]]), dark_alt1_Card = n220, dark_alt1_DrawerFrame = n220, dark_alt1_Progress = n220, dark_alt1_TooltipArrow = n220, n221 = t([[12, 114], [13, 115], [14, 116], [15, 117], [16, 113], [17, 112], [18, 120], [19, 119], [20, 120], [21, 119], [22, 119], [23, 116], [24, 117], [25, 115], [26, 116], [27, 115], [28, 0]]), dark_alt1_Button = n221, dark_alt1_Switch = n221, dark_alt1_TooltipContent = n221, dark_alt1_SliderTrack = n221, n222 = t([[12, 112], [13, 113], [14, 114], [15, 115], [16, 111], [17, 110], [18, 120], [19, 119], [20, 120], [21, 119], [22, 0], [23, 117], [24, 118], [25, 116], [26, 117], [27, 117], [28, 119]]), dark_alt1_Checkbox = n222, dark_alt1_RadioGroupItem = n222, dark_alt1_Input = n222, dark_alt1_TextArea = n222, n223 = t([[12, 0], [13, 120], [14, 119], [15, 118], [16, 0], [17, 0], [18, 111], [19, 112], [20, 111], [21, 112], [22, 110], [23, 118], [24, 117], [25, 119], [26, 118], [27, 112], [28, 114]]), dark_alt1_SwitchThumb = n223, n224 = t([[12, 117], [13, 116], [14, 115], [15, 114], [16, 118], [17, 119], [18, 111], [19, 112], [20, 111], [21, 112], [22, 112], [23, 114], [24, 113], [25, 115], [26, 114], [27, 116], [28, 110]]), dark_alt1_SliderTrackActive = n224, n225 = t([[12, 119], [13, 118], [14, 117], [15, 116], [16, 120], [17, 0], [18, 111], [19, 112], [20, 111], [21, 112], [22, 110], [23, 116], [24, 115], [25, 117], [26, 116], [27, 114], [28, 112]]), dark_alt1_SliderThumb = n225, dark_alt1_Tooltip = n225, dark_alt1_ProgressIndicator = n225, n226 = t([[12, 113], [13, 114], [14, 115], [15, 116], [16, 112], [17, 111], [18, 119], [19, 118], [20, 119], [21, 118], [22, 120], [23, 115], [24, 116], [25, 114], [26, 115], [27, 116], [28, 120]]), dark_alt2_ListItem = n226, n227 = t([[12, 114], [13, 115], [14, 116], [15, 117], [16, 113], [17, 112], [18, 119], [19, 118], [20, 119], [21, 118], [22, 119], [23, 116], [24, 117], [25, 115], [26, 116], [27, 115], [28, 0]]), dark_alt2_Card = n227, dark_alt2_DrawerFrame = n227, dark_alt2_Progress = n227, dark_alt2_TooltipArrow = n227, n228 = t([[12, 115], [13, 116], [14, 117], [15, 118], [16, 114], [17, 113], [18, 119], [19, 118], [20, 119], [21, 118], [22, 118], [23, 116], [24, 117], [25, 115], [26, 116], [27, 114], [28, 0]]), dark_alt2_Button = n228, dark_alt2_Switch = n228, dark_alt2_TooltipContent = n228, dark_alt2_SliderTrack = n228, n229 = t([[12, 113], [13, 114], [14, 115], [15, 116], [16, 112], [17, 111], [18, 119], [19, 118], [20, 119], [21, 118], [22, 120], [23, 117], [24, 118], [25, 116], [26, 117], [27, 116], [28, 120]]), dark_alt2_Checkbox = n229, dark_alt2_RadioGroupItem = n229, dark_alt2_Input = n229, dark_alt2_TextArea = n229, n230 = t([[12, 120], [13, 119], [14, 118], [15, 117], [16, 0], [17, 0], [18, 112], [19, 113], [20, 112], [21, 113], [22, 110], [23, 118], [24, 117], [25, 119], [26, 118], [27, 113], [28, 113]]), dark_alt2_SwitchThumb = n230, n231 = t([[12, 116], [13, 115], [14, 114], [15, 113], [16, 117], [17, 118], [18, 112], [19, 113], [20, 112], [21, 113], [22, 113], [23, 114], [24, 113], [25, 115], [26, 114], [27, 117], [28, 110]]), dark_alt2_SliderTrackActive = n231, n232 = t([[12, 118], [13, 117], [14, 116], [15, 115], [16, 119], [17, 120], [18, 112], [19, 113], [20, 112], [21, 113], [22, 111], [23, 116], [24, 115], [25, 117], [26, 116], [27, 115], [28, 111]]), dark_alt2_SliderThumb = n232, dark_alt2_Tooltip = n232, dark_alt2_ProgressIndicator = n232, n233 = t([[12, 114], [13, 115], [14, 116], [15, 117], [16, 113], [17, 112], [19, 117], [20, 118], [21, 117], [22, 119], [23, 116], [24, 117], [25, 115], [26, 116], [27, 115], [28, 0]]), dark_active_ListItem = n233, n234 = t([[12, 116], [13, 117], [14, 118], [15, 119], [16, 115], [17, 114], [19, 117], [20, 118], [21, 117], [22, 117], [23, 117], [24, 118], [25, 116], [26, 117], [27, 113], [28, 0]]), dark_active_Button = n234, dark_active_Switch = n234, n235 = t([[12, 114], [13, 115], [14, 116], [15, 117], [16, 113], [17, 112], [19, 117], [20, 118], [21, 117], [22, 119], [23, 118], [24, 119], [25, 117], [26, 118], [27, 115], [28, 0]]), dark_active_Checkbox = n235, dark_active_Input = n235, dark_active_TextArea = n235, n236 = t([[12, 115], [13, 114], [14, 113], [15, 112], [16, 116], [17, 117], [19, 114], [20, 113], [21, 114], [22, 114], [23, 113], [24, 112], [25, 114], [26, 113], [27, 118], [28, 110]]), dark_active_SliderTrackActive = n236, n237 = t([[12, 50], [13, 51], [14, 52], [15, 53], [16, 49], [17, 48], [18, 59], [19, 58], [20, 59], [21, 58], [22, 11], [23, 52], [24, 53], [25, 52], [26, 52], [27, 56], [28, 58]]), light_orange_alt1_ListItem = n237, n238 = t([[12, 51], [13, 52], [14, 53], [15, 55], [16, 50], [17, 49], [18, 59], [19, 58], [20, 59], [21, 58], [22, 59], [23, 53], [24, 55], [25, 53], [26, 53], [27, 55], [28, 59]]), light_orange_alt1_Card = n238, light_orange_alt1_DrawerFrame = n238, light_orange_alt1_Progress = n238, light_orange_alt1_TooltipArrow = n238, n239 = t([[12, 52], [13, 53], [14, 55], [15, 56], [16, 51], [17, 50], [18, 59], [19, 58], [20, 59], [21, 58], [22, 58], [23, 53], [24, 55], [25, 53], [26, 53], [27, 53], [28, 11]]), light_orange_alt1_Button = n239, light_orange_alt1_Switch = n239, light_orange_alt1_TooltipContent = n239, light_orange_alt1_SliderTrack = n239, n240 = t([[12, 50], [13, 51], [14, 52], [15, 53], [16, 49], [17, 48], [18, 59], [19, 58], [20, 59], [21, 58], [22, 11], [23, 55], [24, 56], [25, 55], [26, 55], [27, 56], [28, 58]]), light_orange_alt1_Checkbox = n240, light_orange_alt1_RadioGroupItem = n240, light_orange_alt1_Input = n240, light_orange_alt1_TextArea = n240, n241 = t([[12, 11], [13, 59], [14, 58], [15, 57], [16, 11], [17, 11], [18, 49], [19, 50], [20, 49], [21, 50], [22, 48], [23, 58], [24, 57], [25, 58], [26, 58], [27, 50], [28, 52]]), light_orange_alt1_SwitchThumb = n241, n242 = t([[12, 56], [13, 55], [14, 53], [15, 52], [16, 57], [17, 58], [18, 49], [19, 50], [20, 49], [21, 50], [22, 50], [23, 53], [24, 52], [25, 53], [26, 53], [27, 55], [28, 48]]), light_orange_alt1_SliderTrackActive = n242, n243 = t([[12, 58], [13, 57], [14, 56], [15, 55], [16, 59], [17, 11], [18, 49], [19, 50], [20, 49], [21, 50], [22, 48], [23, 56], [24, 55], [25, 56], [26, 56], [27, 52], [28, 50]]), light_orange_alt1_SliderThumb = n243, light_orange_alt1_Tooltip = n243, light_orange_alt1_ProgressIndicator = n243, n244 = t([[12, 51], [13, 52], [14, 53], [15, 55], [16, 50], [17, 49], [18, 58], [19, 57], [20, 58], [21, 57], [22, 59], [23, 52], [24, 53], [25, 52], [26, 52], [27, 55], [28, 59]]), light_orange_alt2_ListItem = n244, n245 = t([[12, 52], [13, 53], [14, 55], [15, 56], [16, 51], [17, 50], [18, 58], [19, 57], [20, 58], [21, 57], [22, 58], [23, 53], [24, 55], [25, 53], [26, 53], [27, 53], [28, 11]]), light_orange_alt2_Card = n245, light_orange_alt2_DrawerFrame = n245, light_orange_alt2_Progress = n245, light_orange_alt2_TooltipArrow = n245, n246 = t([[12, 53], [13, 55], [14, 56], [15, 57], [16, 52], [17, 51], [18, 58], [19, 57], [20, 58], [21, 57], [22, 57], [23, 53], [24, 55], [25, 53], [26, 53], [27, 52], [28, 11]]), light_orange_alt2_Button = n246, light_orange_alt2_Switch = n246, light_orange_alt2_TooltipContent = n246, light_orange_alt2_SliderTrack = n246, n247 = t([[12, 51], [13, 52], [14, 53], [15, 55], [16, 50], [17, 49], [18, 58], [19, 57], [20, 58], [21, 57], [22, 59], [23, 55], [24, 56], [25, 55], [26, 55], [27, 55], [28, 59]]), light_orange_alt2_Checkbox = n247, light_orange_alt2_RadioGroupItem = n247, light_orange_alt2_Input = n247, light_orange_alt2_TextArea = n247, n248 = t([[12, 59], [13, 58], [14, 57], [15, 56], [16, 11], [17, 11], [18, 50], [19, 51], [20, 50], [21, 51], [22, 48], [23, 58], [24, 57], [25, 58], [26, 58], [27, 51], [28, 51]]), light_orange_alt2_SwitchThumb = n248, n249 = t([[12, 55], [13, 53], [14, 52], [15, 51], [16, 56], [17, 57], [18, 50], [19, 51], [20, 50], [21, 51], [22, 51], [23, 53], [24, 52], [25, 53], [26, 53], [27, 56], [28, 48]]), light_orange_alt2_SliderTrackActive = n249, n250 = t([[12, 57], [13, 56], [14, 55], [15, 53], [16, 58], [17, 59], [18, 50], [19, 51], [20, 50], [21, 51], [22, 49], [23, 56], [24, 55], [25, 56], [26, 56], [27, 53], [28, 49]]), light_orange_alt2_SliderThumb = n250, light_orange_alt2_Tooltip = n250, light_orange_alt2_ProgressIndicator = n250, n251 = t([[12, 52], [13, 53], [14, 55], [15, 56], [16, 51], [17, 50], [19, 56], [20, 57], [21, 56], [22, 58], [23, 53], [24, 55], [25, 53], [26, 53], [27, 53], [28, 11]]), light_orange_active_ListItem = n251, n252 = t([[12, 55], [13, 56], [14, 57], [15, 58], [16, 53], [17, 52], [19, 56], [20, 57], [21, 56], [22, 56], [23, 55], [24, 56], [25, 55], [26, 55], [27, 51], [28, 11]]), light_orange_active_Button = n252, light_orange_active_Switch = n252, n253 = t([[12, 52], [13, 53], [14, 55], [15, 56], [16, 51], [17, 50], [19, 56], [20, 57], [21, 56], [22, 58], [23, 56], [24, 57], [25, 56], [26, 56], [27, 53], [28, 11]]), light_orange_active_Checkbox = n253, light_orange_active_Input = n253, light_orange_active_TextArea = n253, n254 = t([[12, 53], [13, 52], [14, 51], [15, 50], [16, 55], [17, 56], [19, 52], [20, 51], [21, 52], [22, 52], [23, 52], [24, 51], [25, 52], [26, 52], [27, 57], [28, 48]]), light_orange_active_SliderTrackActive = n254, n255 = t([[12, 98], [13, 99], [14, 100], [15, 101], [16, 97], [17, 96], [18, 107], [19, 106], [20, 107], [21, 106], [22, 11], [23, 100], [24, 101], [25, 100], [26, 100], [27, 104], [28, 106]]), light_yellow_alt1_ListItem = n255, n256 = t([[12, 99], [13, 100], [14, 101], [15, 103], [16, 98], [17, 97], [18, 107], [19, 106], [20, 107], [21, 106], [22, 107], [23, 101], [24, 103], [25, 101], [26, 101], [27, 103], [28, 107]]), light_yellow_alt1_Card = n256, light_yellow_alt1_DrawerFrame = n256, light_yellow_alt1_Progress = n256, light_yellow_alt1_TooltipArrow = n256, n257 = t([[12, 100], [13, 101], [14, 103], [15, 104], [16, 99], [17, 98], [18, 107], [19, 106], [20, 107], [21, 106], [22, 106], [23, 101], [24, 103], [25, 101], [26, 101], [27, 101], [28, 11]]), light_yellow_alt1_Button = n257, light_yellow_alt1_Switch = n257, light_yellow_alt1_TooltipContent = n257, light_yellow_alt1_SliderTrack = n257, n258 = t([[12, 98], [13, 99], [14, 100], [15, 101], [16, 97], [17, 96], [18, 107], [19, 106], [20, 107], [21, 106], [22, 11], [23, 103], [24, 104], [25, 103], [26, 103], [27, 104], [28, 106]]), light_yellow_alt1_Checkbox = n258, light_yellow_alt1_RadioGroupItem = n258, light_yellow_alt1_Input = n258, light_yellow_alt1_TextArea = n258, n259 = t([[12, 11], [13, 107], [14, 106], [15, 105], [16, 11], [17, 11], [18, 97], [19, 98], [20, 97], [21, 98], [22, 96], [23, 106], [24, 105], [25, 106], [26, 106], [27, 98], [28, 100]]), light_yellow_alt1_SwitchThumb = n259, n260 = t([[12, 104], [13, 103], [14, 101], [15, 100], [16, 105], [17, 106], [18, 97], [19, 98], [20, 97], [21, 98], [22, 98], [23, 101], [24, 100], [25, 101], [26, 101], [27, 103], [28, 96]]), light_yellow_alt1_SliderTrackActive = n260, n261 = t([[12, 106], [13, 105], [14, 104], [15, 103], [16, 107], [17, 11], [18, 97], [19, 98], [20, 97], [21, 98], [22, 96], [23, 104], [24, 103], [25, 104], [26, 104], [27, 100], [28, 98]]), light_yellow_alt1_SliderThumb = n261, light_yellow_alt1_Tooltip = n261, light_yellow_alt1_ProgressIndicator = n261, n262 = t([[12, 99], [13, 100], [14, 101], [15, 103], [16, 98], [17, 97], [18, 106], [19, 105], [20, 106], [21, 105], [22, 107], [23, 100], [24, 101], [25, 100], [26, 100], [27, 103], [28, 107]]), light_yellow_alt2_ListItem = n262, n263 = t([[12, 100], [13, 101], [14, 103], [15, 104], [16, 99], [17, 98], [18, 106], [19, 105], [20, 106], [21, 105], [22, 106], [23, 101], [24, 103], [25, 101], [26, 101], [27, 101], [28, 11]]), light_yellow_alt2_Card = n263, light_yellow_alt2_DrawerFrame = n263, light_yellow_alt2_Progress = n263, light_yellow_alt2_TooltipArrow = n263, n264 = t([[12, 101], [13, 103], [14, 104], [15, 105], [16, 100], [17, 99], [18, 106], [19, 105], [20, 106], [21, 105], [22, 105], [23, 101], [24, 103], [25, 101], [26, 101], [27, 100], [28, 11]]), light_yellow_alt2_Button = n264, light_yellow_alt2_Switch = n264, light_yellow_alt2_TooltipContent = n264, light_yellow_alt2_SliderTrack = n264, n265 = t([[12, 99], [13, 100], [14, 101], [15, 103], [16, 98], [17, 97], [18, 106], [19, 105], [20, 106], [21, 105], [22, 107], [23, 103], [24, 104], [25, 103], [26, 103], [27, 103], [28, 107]]), light_yellow_alt2_Checkbox = n265, light_yellow_alt2_RadioGroupItem = n265, light_yellow_alt2_Input = n265, light_yellow_alt2_TextArea = n265, n266 = t([[12, 107], [13, 106], [14, 105], [15, 104], [16, 11], [17, 11], [18, 98], [19, 99], [20, 98], [21, 99], [22, 96], [23, 106], [24, 105], [25, 106], [26, 106], [27, 99], [28, 99]]), light_yellow_alt2_SwitchThumb = n266, n267 = t([[12, 103], [13, 101], [14, 100], [15, 99], [16, 104], [17, 105], [18, 98], [19, 99], [20, 98], [21, 99], [22, 99], [23, 101], [24, 100], [25, 101], [26, 101], [27, 104], [28, 96]]), light_yellow_alt2_SliderTrackActive = n267, n268 = t([[12, 105], [13, 104], [14, 103], [15, 101], [16, 106], [17, 107], [18, 98], [19, 99], [20, 98], [21, 99], [22, 97], [23, 104], [24, 103], [25, 104], [26, 104], [27, 101], [28, 97]]), light_yellow_alt2_SliderThumb = n268, light_yellow_alt2_Tooltip = n268, light_yellow_alt2_ProgressIndicator = n268, n269 = t([[12, 100], [13, 101], [14, 103], [15, 104], [16, 99], [17, 98], [19, 104], [20, 105], [21, 104], [22, 106], [23, 101], [24, 103], [25, 101], [26, 101], [27, 101], [28, 11]]), light_yellow_active_ListItem = n269, n270 = t([[12, 103], [13, 104], [14, 105], [15, 106], [16, 101], [17, 100], [19, 104], [20, 105], [21, 104], [22, 104], [23, 103], [24, 104], [25, 103], [26, 103], [27, 99], [28, 11]]), light_yellow_active_Button = n270, light_yellow_active_Switch = n270, n271 = t([[12, 100], [13, 101], [14, 103], [15, 104], [16, 99], [17, 98], [19, 104], [20, 105], [21, 104], [22, 106], [23, 104], [24, 105], [25, 104], [26, 104], [27, 101], [28, 11]]), light_yellow_active_Checkbox = n271, light_yellow_active_Input = n271, light_yellow_active_TextArea = n271, n272 = t([[12, 101], [13, 100], [14, 99], [15, 98], [16, 103], [17, 104], [19, 100], [20, 99], [21, 100], [22, 100], [23, 100], [24, 99], [25, 100], [26, 100], [27, 105], [28, 96]]), light_yellow_active_SliderTrackActive = n272, n273 = t([[12, 38], [13, 39], [14, 40], [15, 41], [16, 37], [17, 36], [18, 47], [19, 46], [20, 47], [21, 46], [22, 11], [23, 40], [24, 41], [25, 40], [26, 40], [27, 44], [28, 46]]), light_green_alt1_ListItem = n273, n274 = t([[12, 39], [13, 40], [14, 41], [15, 43], [16, 38], [17, 37], [18, 47], [19, 46], [20, 47], [21, 46], [22, 47], [23, 41], [24, 43], [25, 41], [26, 41], [27, 43], [28, 47]]), light_green_alt1_Card = n274, light_green_alt1_DrawerFrame = n274, light_green_alt1_Progress = n274, light_green_alt1_TooltipArrow = n274, n275 = t([[12, 40], [13, 41], [14, 43], [15, 44], [16, 39], [17, 38], [18, 47], [19, 46], [20, 47], [21, 46], [22, 46], [23, 41], [24, 43], [25, 41], [26, 41], [27, 41], [28, 11]]), light_green_alt1_Button = n275, light_green_alt1_Switch = n275, light_green_alt1_TooltipContent = n275, light_green_alt1_SliderTrack = n275, n276 = t([[12, 38], [13, 39], [14, 40], [15, 41], [16, 37], [17, 36], [18, 47], [19, 46], [20, 47], [21, 46], [22, 11], [23, 43], [24, 44], [25, 43], [26, 43], [27, 44], [28, 46]]), light_green_alt1_Checkbox = n276, light_green_alt1_RadioGroupItem = n276, light_green_alt1_Input = n276, light_green_alt1_TextArea = n276, n277 = t([[12, 11], [13, 47], [14, 46], [15, 45], [16, 11], [17, 11], [18, 37], [19, 38], [20, 37], [21, 38], [22, 36], [23, 46], [24, 45], [25, 46], [26, 46], [27, 38], [28, 40]]), light_green_alt1_SwitchThumb = n277, n278 = t([[12, 44], [13, 43], [14, 41], [15, 40], [16, 45], [17, 46], [18, 37], [19, 38], [20, 37], [21, 38], [22, 38], [23, 41], [24, 40], [25, 41], [26, 41], [27, 43], [28, 36]]), light_green_alt1_SliderTrackActive = n278, n279 = t([[12, 46], [13, 45], [14, 44], [15, 43], [16, 47], [17, 11], [18, 37], [19, 38], [20, 37], [21, 38], [22, 36], [23, 44], [24, 43], [25, 44], [26, 44], [27, 40], [28, 38]]), light_green_alt1_SliderThumb = n279, light_green_alt1_Tooltip = n279, light_green_alt1_ProgressIndicator = n279, n280 = t([[12, 39], [13, 40], [14, 41], [15, 43], [16, 38], [17, 37], [18, 46], [19, 45], [20, 46], [21, 45], [22, 47], [23, 40], [24, 41], [25, 40], [26, 40], [27, 43], [28, 47]]), light_green_alt2_ListItem = n280, n281 = t([[12, 40], [13, 41], [14, 43], [15, 44], [16, 39], [17, 38], [18, 46], [19, 45], [20, 46], [21, 45], [22, 46], [23, 41], [24, 43], [25, 41], [26, 41], [27, 41], [28, 11]]), light_green_alt2_Card = n281, light_green_alt2_DrawerFrame = n281, light_green_alt2_Progress = n281, light_green_alt2_TooltipArrow = n281, n282 = t([[12, 41], [13, 43], [14, 44], [15, 45], [16, 40], [17, 39], [18, 46], [19, 45], [20, 46], [21, 45], [22, 45], [23, 41], [24, 43], [25, 41], [26, 41], [27, 40], [28, 11]]), light_green_alt2_Button = n282, light_green_alt2_Switch = n282, light_green_alt2_TooltipContent = n282, light_green_alt2_SliderTrack = n282, n283 = t([[12, 39], [13, 40], [14, 41], [15, 43], [16, 38], [17, 37], [18, 46], [19, 45], [20, 46], [21, 45], [22, 47], [23, 43], [24, 44], [25, 43], [26, 43], [27, 43], [28, 47]]), light_green_alt2_Checkbox = n283, light_green_alt2_RadioGroupItem = n283, light_green_alt2_Input = n283, light_green_alt2_TextArea = n283, n284 = t([[12, 47], [13, 46], [14, 45], [15, 44], [16, 11], [17, 11], [18, 38], [19, 39], [20, 38], [21, 39], [22, 36], [23, 46], [24, 45], [25, 46], [26, 46], [27, 39], [28, 39]]), light_green_alt2_SwitchThumb = n284, n285 = t([[12, 43], [13, 41], [14, 40], [15, 39], [16, 44], [17, 45], [18, 38], [19, 39], [20, 38], [21, 39], [22, 39], [23, 41], [24, 40], [25, 41], [26, 41], [27, 44], [28, 36]]), light_green_alt2_SliderTrackActive = n285, n286 = t([[12, 45], [13, 44], [14, 43], [15, 41], [16, 46], [17, 47], [18, 38], [19, 39], [20, 38], [21, 39], [22, 37], [23, 44], [24, 43], [25, 44], [26, 44], [27, 41], [28, 37]]), light_green_alt2_SliderThumb = n286, light_green_alt2_Tooltip = n286, light_green_alt2_ProgressIndicator = n286, n287 = t([[12, 40], [13, 41], [14, 43], [15, 44], [16, 39], [17, 38], [19, 44], [20, 45], [21, 44], [22, 46], [23, 41], [24, 43], [25, 41], [26, 41], [27, 41], [28, 11]]), light_green_active_ListItem = n287, n288 = t([[12, 43], [13, 44], [14, 45], [15, 46], [16, 41], [17, 40], [19, 44], [20, 45], [21, 44], [22, 44], [23, 43], [24, 44], [25, 43], [26, 43], [27, 39], [28, 11]]), light_green_active_Button = n288, light_green_active_Switch = n288, n289 = t([[12, 40], [13, 41], [14, 43], [15, 44], [16, 39], [17, 38], [19, 44], [20, 45], [21, 44], [22, 46], [23, 44], [24, 45], [25, 44], [26, 44], [27, 41], [28, 11]]), light_green_active_Checkbox = n289, light_green_active_Input = n289, light_green_active_TextArea = n289, n290 = t([[12, 41], [13, 40], [14, 39], [15, 38], [16, 43], [17, 44], [19, 40], [20, 39], [21, 40], [22, 40], [23, 40], [24, 39], [25, 40], [26, 40], [27, 45], [28, 36]]), light_green_active_SliderTrackActive = n290, n291 = t([[12, 16], [13, 17], [14, 18], [15, 19], [16, 15], [17, 14], [18, 25], [19, 24], [20, 25], [21, 24], [22, 11], [23, 18], [24, 19], [25, 18], [26, 18], [27, 22], [28, 24]]), light_blue_alt1_ListItem = n291, n292 = t([[12, 17], [13, 18], [14, 19], [15, 21], [16, 16], [17, 15], [18, 25], [19, 24], [20, 25], [21, 24], [22, 25], [23, 19], [24, 21], [25, 19], [26, 19], [27, 21], [28, 25]]), light_blue_alt1_Card = n292, light_blue_alt1_DrawerFrame = n292, light_blue_alt1_Progress = n292, light_blue_alt1_TooltipArrow = n292, n293 = t([[12, 18], [13, 19], [14, 21], [15, 22], [16, 17], [17, 16], [18, 25], [19, 24], [20, 25], [21, 24], [22, 24], [23, 19], [24, 21], [25, 19], [26, 19], [27, 19], [28, 11]]), light_blue_alt1_Button = n293, light_blue_alt1_Switch = n293, light_blue_alt1_TooltipContent = n293, light_blue_alt1_SliderTrack = n293, n294 = t([[12, 16], [13, 17], [14, 18], [15, 19], [16, 15], [17, 14], [18, 25], [19, 24], [20, 25], [21, 24], [22, 11], [23, 21], [24, 22], [25, 21], [26, 21], [27, 22], [28, 24]]), light_blue_alt1_Checkbox = n294, light_blue_alt1_RadioGroupItem = n294, light_blue_alt1_Input = n294, light_blue_alt1_TextArea = n294, n295 = t([[12, 11], [13, 25], [14, 24], [15, 23], [16, 11], [17, 11], [18, 15], [19, 16], [20, 15], [21, 16], [22, 14], [23, 24], [24, 23], [25, 24], [26, 24], [27, 16], [28, 18]]), light_blue_alt1_SwitchThumb = n295, n296 = t([[12, 22], [13, 21], [14, 19], [15, 18], [16, 23], [17, 24], [18, 15], [19, 16], [20, 15], [21, 16], [22, 16], [23, 19], [24, 18], [25, 19], [26, 19], [27, 21], [28, 14]]), light_blue_alt1_SliderTrackActive = n296, n297 = t([[12, 24], [13, 23], [14, 22], [15, 21], [16, 25], [17, 11], [18, 15], [19, 16], [20, 15], [21, 16], [22, 14], [23, 22], [24, 21], [25, 22], [26, 22], [27, 18], [28, 16]]), light_blue_alt1_SliderThumb = n297, light_blue_alt1_Tooltip = n297, light_blue_alt1_ProgressIndicator = n297, n298 = t([[12, 17], [13, 18], [14, 19], [15, 21], [16, 16], [17, 15], [18, 24], [19, 23], [20, 24], [21, 23], [22, 25], [23, 18], [24, 19], [25, 18], [26, 18], [27, 21], [28, 25]]), light_blue_alt2_ListItem = n298, n299 = t([[12, 18], [13, 19], [14, 21], [15, 22], [16, 17], [17, 16], [18, 24], [19, 23], [20, 24], [21, 23], [22, 24], [23, 19], [24, 21], [25, 19], [26, 19], [27, 19], [28, 11]]), light_blue_alt2_Card = n299, light_blue_alt2_DrawerFrame = n299, light_blue_alt2_Progress = n299, light_blue_alt2_TooltipArrow = n299, n300 = t([[12, 19], [13, 21], [14, 22], [15, 23], [16, 18], [17, 17], [18, 24], [19, 23], [20, 24], [21, 23], [22, 23], [23, 19], [24, 21], [25, 19], [26, 19], [27, 18], [28, 11]]), light_blue_alt2_Button = n300, light_blue_alt2_Switch = n300, light_blue_alt2_TooltipContent = n300, light_blue_alt2_SliderTrack = n300, n301 = t([[12, 17], [13, 18], [14, 19], [15, 21], [16, 16], [17, 15], [18, 24], [19, 23], [20, 24], [21, 23], [22, 25], [23, 21], [24, 22], [25, 21], [26, 21], [27, 21], [28, 25]]), light_blue_alt2_Checkbox = n301, light_blue_alt2_RadioGroupItem = n301, light_blue_alt2_Input = n301, light_blue_alt2_TextArea = n301, n302 = t([[12, 25], [13, 24], [14, 23], [15, 22], [16, 11], [17, 11], [18, 16], [19, 17], [20, 16], [21, 17], [22, 14], [23, 24], [24, 23], [25, 24], [26, 24], [27, 17], [28, 17]]), light_blue_alt2_SwitchThumb = n302, n303 = t([[12, 21], [13, 19], [14, 18], [15, 17], [16, 22], [17, 23], [18, 16], [19, 17], [20, 16], [21, 17], [22, 17], [23, 19], [24, 18], [25, 19], [26, 19], [27, 22], [28, 14]]), light_blue_alt2_SliderTrackActive = n303, n304 = t([[12, 23], [13, 22], [14, 21], [15, 19], [16, 24], [17, 25], [18, 16], [19, 17], [20, 16], [21, 17], [22, 15], [23, 22], [24, 21], [25, 22], [26, 22], [27, 19], [28, 15]]), light_blue_alt2_SliderThumb = n304, light_blue_alt2_Tooltip = n304, light_blue_alt2_ProgressIndicator = n304, n305 = t([[12, 18], [13, 19], [14, 21], [15, 22], [16, 17], [17, 16], [19, 22], [20, 23], [21, 22], [22, 24], [23, 19], [24, 21], [25, 19], [26, 19], [27, 19], [28, 11]]), light_blue_active_ListItem = n305, n306 = t([[12, 21], [13, 22], [14, 23], [15, 24], [16, 19], [17, 18], [19, 22], [20, 23], [21, 22], [22, 22], [23, 21], [24, 22], [25, 21], [26, 21], [27, 17], [28, 11]]), light_blue_active_Button = n306, light_blue_active_Switch = n306, n307 = t([[12, 18], [13, 19], [14, 21], [15, 22], [16, 17], [17, 16], [19, 22], [20, 23], [21, 22], [22, 24], [23, 22], [24, 23], [25, 22], [26, 22], [27, 19], [28, 11]]), light_blue_active_Checkbox = n307, light_blue_active_Input = n307, light_blue_active_TextArea = n307, n308 = t([[12, 19], [13, 18], [14, 17], [15, 16], [16, 21], [17, 22], [19, 18], [20, 17], [21, 18], [22, 18], [23, 18], [24, 17], [25, 18], [26, 18], [27, 23], [28, 14]]), light_blue_active_SliderTrackActive = n308, n309 = t([[12, 74], [13, 75], [14, 76], [15, 77], [16, 73], [17, 72], [18, 83], [19, 82], [20, 83], [21, 82], [22, 11], [23, 76], [24, 77], [25, 76], [26, 76], [27, 80], [28, 82]]), light_purple_alt1_ListItem = n309, n310 = t([[12, 75], [13, 76], [14, 77], [15, 79], [16, 74], [17, 73], [18, 83], [19, 82], [20, 83], [21, 82], [22, 83], [23, 77], [24, 79], [25, 77], [26, 77], [27, 79], [28, 83]]), light_purple_alt1_Card = n310, light_purple_alt1_DrawerFrame = n310, light_purple_alt1_Progress = n310, light_purple_alt1_TooltipArrow = n310, n311 = t([[12, 76], [13, 77], [14, 79], [15, 80], [16, 75], [17, 74], [18, 83], [19, 82], [20, 83], [21, 82], [22, 82], [23, 77], [24, 79], [25, 77], [26, 77], [27, 77], [28, 11]]), light_purple_alt1_Button = n311, light_purple_alt1_Switch = n311, light_purple_alt1_TooltipContent = n311, light_purple_alt1_SliderTrack = n311, n312 = t([[12, 74], [13, 75], [14, 76], [15, 77], [16, 73], [17, 72], [18, 83], [19, 82], [20, 83], [21, 82], [22, 11], [23, 79], [24, 80], [25, 79], [26, 79], [27, 80], [28, 82]]), light_purple_alt1_Checkbox = n312, light_purple_alt1_RadioGroupItem = n312, light_purple_alt1_Input = n312, light_purple_alt1_TextArea = n312, n313 = t([[12, 11], [13, 83], [14, 82], [15, 81], [16, 11], [17, 11], [18, 73], [19, 74], [20, 73], [21, 74], [22, 72], [23, 82], [24, 81], [25, 82], [26, 82], [27, 74], [28, 76]]), light_purple_alt1_SwitchThumb = n313, n314 = t([[12, 80], [13, 79], [14, 77], [15, 76], [16, 81], [17, 82], [18, 73], [19, 74], [20, 73], [21, 74], [22, 74], [23, 77], [24, 76], [25, 77], [26, 77], [27, 79], [28, 72]]), light_purple_alt1_SliderTrackActive = n314, n315 = t([[12, 82], [13, 81], [14, 80], [15, 79], [16, 83], [17, 11], [18, 73], [19, 74], [20, 73], [21, 74], [22, 72], [23, 80], [24, 79], [25, 80], [26, 80], [27, 76], [28, 74]]), light_purple_alt1_SliderThumb = n315, light_purple_alt1_Tooltip = n315, light_purple_alt1_ProgressIndicator = n315, n316 = t([[12, 75], [13, 76], [14, 77], [15, 79], [16, 74], [17, 73], [18, 82], [19, 81], [20, 82], [21, 81], [22, 83], [23, 76], [24, 77], [25, 76], [26, 76], [27, 79], [28, 83]]), light_purple_alt2_ListItem = n316, n317 = t([[12, 76], [13, 77], [14, 79], [15, 80], [16, 75], [17, 74], [18, 82], [19, 81], [20, 82], [21, 81], [22, 82], [23, 77], [24, 79], [25, 77], [26, 77], [27, 77], [28, 11]]), light_purple_alt2_Card = n317, light_purple_alt2_DrawerFrame = n317, light_purple_alt2_Progress = n317, light_purple_alt2_TooltipArrow = n317, n318 = t([[12, 77], [13, 79], [14, 80], [15, 81], [16, 76], [17, 75], [18, 82], [19, 81], [20, 82], [21, 81], [22, 81], [23, 77], [24, 79], [25, 77], [26, 77], [27, 76], [28, 11]]), light_purple_alt2_Button = n318, light_purple_alt2_Switch = n318, light_purple_alt2_TooltipContent = n318, light_purple_alt2_SliderTrack = n318, n319 = t([[12, 75], [13, 76], [14, 77], [15, 79], [16, 74], [17, 73], [18, 82], [19, 81], [20, 82], [21, 81], [22, 83], [23, 79], [24, 80], [25, 79], [26, 79], [27, 79], [28, 83]]), light_purple_alt2_Checkbox = n319, light_purple_alt2_RadioGroupItem = n319, light_purple_alt2_Input = n319, light_purple_alt2_TextArea = n319, n320 = t([[12, 83], [13, 82], [14, 81], [15, 80], [16, 11], [17, 11], [18, 74], [19, 75], [20, 74], [21, 75], [22, 72], [23, 82], [24, 81], [25, 82], [26, 82], [27, 75], [28, 75]]), light_purple_alt2_SwitchThumb = n320, n321 = t([[12, 79], [13, 77], [14, 76], [15, 75], [16, 80], [17, 81], [18, 74], [19, 75], [20, 74], [21, 75], [22, 75], [23, 77], [24, 76], [25, 77], [26, 77], [27, 80], [28, 72]]), light_purple_alt2_SliderTrackActive = n321, n322 = t([[12, 81], [13, 80], [14, 79], [15, 77], [16, 82], [17, 83], [18, 74], [19, 75], [20, 74], [21, 75], [22, 73], [23, 80], [24, 79], [25, 80], [26, 80], [27, 77], [28, 73]]), light_purple_alt2_SliderThumb = n322, light_purple_alt2_Tooltip = n322, light_purple_alt2_ProgressIndicator = n322, n323 = t([[12, 76], [13, 77], [14, 79], [15, 80], [16, 75], [17, 74], [19, 80], [20, 81], [21, 80], [22, 82], [23, 77], [24, 79], [25, 77], [26, 77], [27, 77], [28, 11]]), light_purple_active_ListItem = n323, n324 = t([[12, 79], [13, 80], [14, 81], [15, 82], [16, 77], [17, 76], [19, 80], [20, 81], [21, 80], [22, 80], [23, 79], [24, 80], [25, 79], [26, 79], [27, 75], [28, 11]]), light_purple_active_Button = n324, light_purple_active_Switch = n324, n325 = t([[12, 76], [13, 77], [14, 79], [15, 80], [16, 75], [17, 74], [19, 80], [20, 81], [21, 80], [22, 82], [23, 80], [24, 81], [25, 80], [26, 80], [27, 77], [28, 11]]), light_purple_active_Checkbox = n325, light_purple_active_Input = n325, light_purple_active_TextArea = n325, n326 = t([[12, 77], [13, 76], [14, 75], [15, 74], [16, 79], [17, 80], [19, 76], [20, 75], [21, 76], [22, 76], [23, 76], [24, 75], [25, 76], [26, 76], [27, 81], [28, 72]]), light_purple_active_SliderTrackActive = n326, n327 = t([[12, 62], [13, 63], [14, 64], [15, 65], [16, 61], [17, 60], [18, 71], [19, 70], [20, 71], [21, 70], [22, 11], [23, 64], [24, 65], [25, 64], [26, 64], [27, 68], [28, 70]]), light_pink_alt1_ListItem = n327, n328 = t([[12, 63], [13, 64], [14, 65], [15, 67], [16, 62], [17, 61], [18, 71], [19, 70], [20, 71], [21, 70], [22, 71], [23, 65], [24, 67], [25, 65], [26, 65], [27, 67], [28, 71]]), light_pink_alt1_Card = n328, light_pink_alt1_DrawerFrame = n328, light_pink_alt1_Progress = n328, light_pink_alt1_TooltipArrow = n328, n329 = t([[12, 64], [13, 65], [14, 67], [15, 68], [16, 63], [17, 62], [18, 71], [19, 70], [20, 71], [21, 70], [22, 70], [23, 65], [24, 67], [25, 65], [26, 65], [27, 65], [28, 11]]), light_pink_alt1_Button = n329, light_pink_alt1_Switch = n329, light_pink_alt1_TooltipContent = n329, light_pink_alt1_SliderTrack = n329, n330 = t([[12, 62], [13, 63], [14, 64], [15, 65], [16, 61], [17, 60], [18, 71], [19, 70], [20, 71], [21, 70], [22, 11], [23, 67], [24, 68], [25, 67], [26, 67], [27, 68], [28, 70]]), light_pink_alt1_Checkbox = n330, light_pink_alt1_RadioGroupItem = n330, light_pink_alt1_Input = n330, light_pink_alt1_TextArea = n330, n331 = t([[12, 11], [13, 71], [14, 70], [15, 69], [16, 11], [17, 11], [18, 61], [19, 62], [20, 61], [21, 62], [22, 60], [23, 70], [24, 69], [25, 70], [26, 70], [27, 62], [28, 64]]), light_pink_alt1_SwitchThumb = n331, n332 = t([[12, 68], [13, 67], [14, 65], [15, 64], [16, 69], [17, 70], [18, 61], [19, 62], [20, 61], [21, 62], [22, 62], [23, 65], [24, 64], [25, 65], [26, 65], [27, 67], [28, 60]]), light_pink_alt1_SliderTrackActive = n332, n333 = t([[12, 70], [13, 69], [14, 68], [15, 67], [16, 71], [17, 11], [18, 61], [19, 62], [20, 61], [21, 62], [22, 60], [23, 68], [24, 67], [25, 68], [26, 68], [27, 64], [28, 62]]), light_pink_alt1_SliderThumb = n333, light_pink_alt1_Tooltip = n333, light_pink_alt1_ProgressIndicator = n333, n334 = t([[12, 63], [13, 64], [14, 65], [15, 67], [16, 62], [17, 61], [18, 70], [19, 69], [20, 70], [21, 69], [22, 71], [23, 64], [24, 65], [25, 64], [26, 64], [27, 67], [28, 71]]), light_pink_alt2_ListItem = n334, n335 = t([[12, 64], [13, 65], [14, 67], [15, 68], [16, 63], [17, 62], [18, 70], [19, 69], [20, 70], [21, 69], [22, 70], [23, 65], [24, 67], [25, 65], [26, 65], [27, 65], [28, 11]]), light_pink_alt2_Card = n335, light_pink_alt2_DrawerFrame = n335, light_pink_alt2_Progress = n335, light_pink_alt2_TooltipArrow = n335, n336 = t([[12, 65], [13, 67], [14, 68], [15, 69], [16, 64], [17, 63], [18, 70], [19, 69], [20, 70], [21, 69], [22, 69], [23, 65], [24, 67], [25, 65], [26, 65], [27, 64], [28, 11]]), light_pink_alt2_Button = n336, light_pink_alt2_Switch = n336, light_pink_alt2_TooltipContent = n336, light_pink_alt2_SliderTrack = n336, n337 = t([[12, 63], [13, 64], [14, 65], [15, 67], [16, 62], [17, 61], [18, 70], [19, 69], [20, 70], [21, 69], [22, 71], [23, 67], [24, 68], [25, 67], [26, 67], [27, 67], [28, 71]]), light_pink_alt2_Checkbox = n337, light_pink_alt2_RadioGroupItem = n337, light_pink_alt2_Input = n337, light_pink_alt2_TextArea = n337, n338 = t([[12, 71], [13, 70], [14, 69], [15, 68], [16, 11], [17, 11], [18, 62], [19, 63], [20, 62], [21, 63], [22, 60], [23, 70], [24, 69], [25, 70], [26, 70], [27, 63], [28, 63]]), light_pink_alt2_SwitchThumb = n338, n339 = t([[12, 67], [13, 65], [14, 64], [15, 63], [16, 68], [17, 69], [18, 62], [19, 63], [20, 62], [21, 63], [22, 63], [23, 65], [24, 64], [25, 65], [26, 65], [27, 68], [28, 60]]), light_pink_alt2_SliderTrackActive = n339, n340 = t([[12, 69], [13, 68], [14, 67], [15, 65], [16, 70], [17, 71], [18, 62], [19, 63], [20, 62], [21, 63], [22, 61], [23, 68], [24, 67], [25, 68], [26, 68], [27, 65], [28, 61]]), light_pink_alt2_SliderThumb = n340, light_pink_alt2_Tooltip = n340, light_pink_alt2_ProgressIndicator = n340, n341 = t([[12, 64], [13, 65], [14, 67], [15, 68], [16, 63], [17, 62], [19, 68], [20, 69], [21, 68], [22, 70], [23, 65], [24, 67], [25, 65], [26, 65], [27, 65], [28, 11]]), light_pink_active_ListItem = n341, n342 = t([[12, 67], [13, 68], [14, 69], [15, 70], [16, 65], [17, 64], [19, 68], [20, 69], [21, 68], [22, 68], [23, 67], [24, 68], [25, 67], [26, 67], [27, 63], [28, 11]]), light_pink_active_Button = n342, light_pink_active_Switch = n342, n343 = t([[12, 64], [13, 65], [14, 67], [15, 68], [16, 63], [17, 62], [19, 68], [20, 69], [21, 68], [22, 70], [23, 68], [24, 69], [25, 68], [26, 68], [27, 65], [28, 11]]), light_pink_active_Checkbox = n343, light_pink_active_Input = n343, light_pink_active_TextArea = n343, n344 = t([[12, 65], [13, 64], [14, 63], [15, 62], [16, 67], [17, 68], [19, 64], [20, 63], [21, 64], [22, 64], [23, 64], [24, 63], [25, 64], [26, 64], [27, 69], [28, 60]]), light_pink_active_SliderTrackActive = n344, n345 = t([[12, 86], [13, 87], [14, 88], [15, 89], [16, 85], [17, 84], [18, 95], [19, 94], [20, 95], [21, 94], [22, 11], [23, 88], [24, 89], [25, 88], [26, 88], [27, 92], [28, 94]]), light_red_alt1_ListItem = n345, n346 = t([[12, 87], [13, 88], [14, 89], [15, 91], [16, 86], [17, 85], [18, 95], [19, 94], [20, 95], [21, 94], [22, 95], [23, 89], [24, 91], [25, 89], [26, 89], [27, 91], [28, 95]]), light_red_alt1_Card = n346, light_red_alt1_DrawerFrame = n346, light_red_alt1_Progress = n346, light_red_alt1_TooltipArrow = n346, n347 = t([[12, 88], [13, 89], [14, 91], [15, 92], [16, 87], [17, 86], [18, 95], [19, 94], [20, 95], [21, 94], [22, 94], [23, 89], [24, 91], [25, 89], [26, 89], [27, 89], [28, 11]]), light_red_alt1_Button = n347, light_red_alt1_Switch = n347, light_red_alt1_TooltipContent = n347, light_red_alt1_SliderTrack = n347, n348 = t([[12, 86], [13, 87], [14, 88], [15, 89], [16, 85], [17, 84], [18, 95], [19, 94], [20, 95], [21, 94], [22, 11], [23, 91], [24, 92], [25, 91], [26, 91], [27, 92], [28, 94]]), light_red_alt1_Checkbox = n348, light_red_alt1_RadioGroupItem = n348, light_red_alt1_Input = n348, light_red_alt1_TextArea = n348, n349 = t([[12, 11], [13, 95], [14, 94], [15, 93], [16, 11], [17, 11], [18, 85], [19, 86], [20, 85], [21, 86], [22, 84], [23, 94], [24, 93], [25, 94], [26, 94], [27, 86], [28, 88]]), light_red_alt1_SwitchThumb = n349, n350 = t([[12, 92], [13, 91], [14, 89], [15, 88], [16, 93], [17, 94], [18, 85], [19, 86], [20, 85], [21, 86], [22, 86], [23, 89], [24, 88], [25, 89], [26, 89], [27, 91], [28, 84]]), light_red_alt1_SliderTrackActive = n350, n351 = t([[12, 94], [13, 93], [14, 92], [15, 91], [16, 95], [17, 11], [18, 85], [19, 86], [20, 85], [21, 86], [22, 84], [23, 92], [24, 91], [25, 92], [26, 92], [27, 88], [28, 86]]), light_red_alt1_SliderThumb = n351, light_red_alt1_Tooltip = n351, light_red_alt1_ProgressIndicator = n351, n352 = t([[12, 87], [13, 88], [14, 89], [15, 91], [16, 86], [17, 85], [18, 94], [19, 93], [20, 94], [21, 93], [22, 95], [23, 88], [24, 89], [25, 88], [26, 88], [27, 91], [28, 95]]), light_red_alt2_ListItem = n352, n353 = t([[12, 88], [13, 89], [14, 91], [15, 92], [16, 87], [17, 86], [18, 94], [19, 93], [20, 94], [21, 93], [22, 94], [23, 89], [24, 91], [25, 89], [26, 89], [27, 89], [28, 11]]), light_red_alt2_Card = n353, light_red_alt2_DrawerFrame = n353, light_red_alt2_Progress = n353, light_red_alt2_TooltipArrow = n353, n354 = t([[12, 89], [13, 91], [14, 92], [15, 93], [16, 88], [17, 87], [18, 94], [19, 93], [20, 94], [21, 93], [22, 93], [23, 89], [24, 91], [25, 89], [26, 89], [27, 88], [28, 11]]), light_red_alt2_Button = n354, light_red_alt2_Switch = n354, light_red_alt2_TooltipContent = n354, light_red_alt2_SliderTrack = n354, n355 = t([[12, 87], [13, 88], [14, 89], [15, 91], [16, 86], [17, 85], [18, 94], [19, 93], [20, 94], [21, 93], [22, 95], [23, 91], [24, 92], [25, 91], [26, 91], [27, 91], [28, 95]]), light_red_alt2_Checkbox = n355, light_red_alt2_RadioGroupItem = n355, light_red_alt2_Input = n355, light_red_alt2_TextArea = n355, n356 = t([[12, 95], [13, 94], [14, 93], [15, 92], [16, 11], [17, 11], [18, 86], [19, 87], [20, 86], [21, 87], [22, 84], [23, 94], [24, 93], [25, 94], [26, 94], [27, 87], [28, 87]]), light_red_alt2_SwitchThumb = n356, n357 = t([[12, 91], [13, 89], [14, 88], [15, 87], [16, 92], [17, 93], [18, 86], [19, 87], [20, 86], [21, 87], [22, 87], [23, 89], [24, 88], [25, 89], [26, 89], [27, 92], [28, 84]]), light_red_alt2_SliderTrackActive = n357, n358 = t([[12, 93], [13, 92], [14, 91], [15, 89], [16, 94], [17, 95], [18, 86], [19, 87], [20, 86], [21, 87], [22, 85], [23, 92], [24, 91], [25, 92], [26, 92], [27, 89], [28, 85]]), light_red_alt2_SliderThumb = n358, light_red_alt2_Tooltip = n358, light_red_alt2_ProgressIndicator = n358, n359 = t([[12, 88], [13, 89], [14, 91], [15, 92], [16, 87], [17, 86], [19, 92], [20, 93], [21, 92], [22, 94], [23, 89], [24, 91], [25, 89], [26, 89], [27, 89], [28, 11]]), light_red_active_ListItem = n359, n360 = t([[12, 91], [13, 92], [14, 93], [15, 94], [16, 89], [17, 88], [19, 92], [20, 93], [21, 92], [22, 92], [23, 91], [24, 92], [25, 91], [26, 91], [27, 87], [28, 11]]), light_red_active_Button = n360, light_red_active_Switch = n360, n361 = t([[12, 88], [13, 89], [14, 91], [15, 92], [16, 87], [17, 86], [19, 92], [20, 93], [21, 92], [22, 94], [23, 92], [24, 93], [25, 92], [26, 92], [27, 89], [28, 11]]), light_red_active_Checkbox = n361, light_red_active_Input = n361, light_red_active_TextArea = n361, n362 = t([[12, 89], [13, 88], [14, 87], [15, 86], [16, 91], [17, 92], [19, 88], [20, 87], [21, 88], [22, 88], [23, 88], [24, 87], [25, 88], [26, 88], [27, 93], [28, 84]]), light_red_active_SliderTrackActive = n362, n363 = t([[12, 28], [13, 29], [14, 30], [15, 31], [16, 27], [17, 26], [18, 11], [19, 35], [20, 11], [21, 35], [22, 11], [23, 30], [24, 31], [25, 30], [26, 30], [27, 8], [28, 35]]), light_gray_alt1_ListItem = n363, n364 = t([[12, 29], [13, 30], [14, 31], [15, 33], [16, 28], [17, 27], [18, 11], [19, 35], [20, 11], [21, 35], [22, 11], [23, 31], [24, 33], [25, 31], [26, 31], [27, 33], [28, 11]]), light_gray_alt1_Card = n364, light_gray_alt1_DrawerFrame = n364, light_gray_alt1_Progress = n364, light_gray_alt1_TooltipArrow = n364, n365 = t([[12, 30], [13, 31], [14, 33], [15, 8], [16, 29], [17, 28], [18, 11], [19, 35], [20, 11], [21, 35], [22, 35], [23, 31], [24, 33], [25, 31], [26, 31], [27, 31], [28, 11]]), light_gray_alt1_Button = n365, light_gray_alt1_Switch = n365, light_gray_alt1_TooltipContent = n365, light_gray_alt1_SliderTrack = n365, n366 = t([[12, 28], [13, 29], [14, 30], [15, 31], [16, 27], [17, 26], [18, 11], [19, 35], [20, 11], [21, 35], [22, 11], [23, 33], [24, 8], [25, 33], [26, 33], [27, 8], [28, 35]]), light_gray_alt1_Checkbox = n366, light_gray_alt1_RadioGroupItem = n366, light_gray_alt1_Input = n366, light_gray_alt1_TextArea = n366, n367 = t([[12, 11], [13, 11], [14, 35], [15, 34], [16, 11], [17, 11], [18, 27], [19, 28], [20, 27], [21, 28], [22, 26], [23, 35], [24, 34], [25, 35], [26, 35], [27, 28], [28, 30]]), light_gray_alt1_SwitchThumb = n367, n368 = t([[12, 8], [13, 33], [14, 31], [15, 30], [16, 34], [17, 35], [18, 27], [19, 28], [20, 27], [21, 28], [22, 28], [23, 31], [24, 30], [25, 31], [26, 31], [27, 33], [28, 26]]), light_gray_alt1_SliderTrackActive = n368, n369 = t([[12, 35], [13, 34], [14, 8], [15, 33], [16, 11], [17, 11], [18, 27], [19, 28], [20, 27], [21, 28], [22, 26], [23, 8], [24, 33], [25, 8], [26, 8], [27, 30], [28, 28]]), light_gray_alt1_SliderThumb = n369, light_gray_alt1_Tooltip = n369, light_gray_alt1_ProgressIndicator = n369, n370 = t([[12, 29], [13, 30], [14, 31], [15, 33], [16, 28], [17, 27], [18, 35], [19, 34], [20, 35], [21, 34], [22, 11], [23, 30], [24, 31], [25, 30], [26, 30], [27, 33], [28, 11]]), light_gray_alt2_ListItem = n370, n371 = t([[12, 30], [13, 31], [14, 33], [15, 8], [16, 29], [17, 28], [18, 35], [19, 34], [20, 35], [21, 34], [22, 35], [23, 31], [24, 33], [25, 31], [26, 31], [27, 31], [28, 11]]), light_gray_alt2_Card = n371, light_gray_alt2_DrawerFrame = n371, light_gray_alt2_Progress = n371, light_gray_alt2_TooltipArrow = n371, n372 = t([[12, 31], [13, 33], [14, 8], [15, 34], [16, 30], [17, 29], [18, 35], [19, 34], [20, 35], [21, 34], [22, 34], [23, 31], [24, 33], [25, 31], [26, 31], [27, 30], [28, 11]]), light_gray_alt2_Button = n372, light_gray_alt2_Switch = n372, light_gray_alt2_TooltipContent = n372, light_gray_alt2_SliderTrack = n372, n373 = t([[12, 29], [13, 30], [14, 31], [15, 33], [16, 28], [17, 27], [18, 35], [19, 34], [20, 35], [21, 34], [22, 11], [23, 33], [24, 8], [25, 33], [26, 33], [27, 33], [28, 11]]), light_gray_alt2_Checkbox = n373, light_gray_alt2_RadioGroupItem = n373, light_gray_alt2_Input = n373, light_gray_alt2_TextArea = n373, n374 = t([[12, 11], [13, 35], [14, 34], [15, 8], [16, 11], [17, 11], [18, 28], [19, 29], [20, 28], [21, 29], [22, 26], [23, 35], [24, 34], [25, 35], [26, 35], [27, 29], [28, 29]]), light_gray_alt2_SwitchThumb = n374, n375 = t([[12, 33], [13, 31], [14, 30], [15, 29], [16, 8], [17, 34], [18, 28], [19, 29], [20, 28], [21, 29], [22, 29], [23, 31], [24, 30], [25, 31], [26, 31], [27, 8], [28, 26]]), light_gray_alt2_SliderTrackActive = n375, n376 = t([[12, 34], [13, 8], [14, 33], [15, 31], [16, 35], [17, 11], [18, 28], [19, 29], [20, 28], [21, 29], [22, 27], [23, 8], [24, 33], [25, 8], [26, 8], [27, 31], [28, 27]]), light_gray_alt2_SliderThumb = n376, light_gray_alt2_Tooltip = n376, light_gray_alt2_ProgressIndicator = n376, n377 = t([[12, 30], [13, 31], [14, 33], [15, 8], [16, 29], [17, 28], [19, 8], [20, 34], [21, 8], [22, 35], [23, 31], [24, 33], [25, 31], [26, 31], [27, 31], [28, 11]]), light_gray_active_ListItem = n377, n378 = t([[12, 33], [13, 8], [14, 34], [15, 35], [16, 31], [17, 30], [19, 8], [20, 34], [21, 8], [22, 8], [23, 33], [24, 8], [25, 33], [26, 33], [27, 29], [28, 11]]), light_gray_active_Button = n378, light_gray_active_Switch = n378, n379 = t([[12, 30], [13, 31], [14, 33], [15, 8], [16, 29], [17, 28], [19, 8], [20, 34], [21, 8], [22, 35], [23, 8], [24, 34], [25, 8], [26, 8], [27, 31], [28, 11]]), light_gray_active_Checkbox = n379, light_gray_active_Input = n379, light_gray_active_TextArea = n379, n380 = t([[12, 31], [13, 30], [14, 29], [15, 28], [16, 33], [17, 8], [19, 30], [20, 29], [21, 30], [22, 30], [23, 30], [24, 29], [25, 30], [26, 30], [27, 34], [28, 26]]), light_gray_active_SliderTrackActive = n380, n381 = t([[12, 156], [13, 157], [14, 158], [15, 159], [16, 155], [17, 154], [18, 164], [19, 163], [20, 164], [21, 163], [22, 0], [23, 159], [24, 161], [25, 158], [26, 159], [27, 56], [28, 163]]), dark_orange_alt1_ListItem = n381, n382 = t([[12, 157], [13, 158], [14, 159], [15, 161], [16, 156], [17, 155], [18, 164], [19, 163], [20, 164], [21, 163], [22, 164], [23, 161], [24, 56], [25, 159], [26, 161], [27, 161], [28, 164]]), dark_orange_alt1_Card = n382, dark_orange_alt1_DrawerFrame = n382, dark_orange_alt1_Progress = n382, dark_orange_alt1_TooltipArrow = n382, n383 = t([[12, 158], [13, 159], [14, 161], [15, 56], [16, 157], [17, 156], [18, 164], [19, 163], [20, 164], [21, 163], [22, 163], [23, 161], [24, 56], [25, 159], [26, 161], [27, 159], [28, 0]]), dark_orange_alt1_Button = n383, dark_orange_alt1_Switch = n383, dark_orange_alt1_TooltipContent = n383, dark_orange_alt1_SliderTrack = n383, n384 = t([[12, 156], [13, 157], [14, 158], [15, 159], [16, 155], [17, 154], [18, 164], [19, 163], [20, 164], [21, 163], [22, 0], [23, 56], [24, 162], [25, 161], [26, 56], [27, 56], [28, 163]]), dark_orange_alt1_Checkbox = n384, dark_orange_alt1_RadioGroupItem = n384, dark_orange_alt1_Input = n384, dark_orange_alt1_TextArea = n384, n385 = t([[12, 0], [13, 164], [14, 163], [15, 162], [16, 0], [17, 0], [18, 155], [19, 156], [20, 155], [21, 156], [22, 154], [23, 162], [24, 56], [25, 163], [26, 162], [27, 156], [28, 158]]), dark_orange_alt1_SwitchThumb = n385, n386 = t([[12, 56], [13, 161], [14, 159], [15, 158], [16, 162], [17, 163], [18, 155], [19, 156], [20, 155], [21, 156], [22, 156], [23, 158], [24, 157], [25, 159], [26, 158], [27, 161], [28, 154]]), dark_orange_alt1_SliderTrackActive = n386, n387 = t([[12, 163], [13, 162], [14, 56], [15, 161], [16, 164], [17, 0], [18, 155], [19, 156], [20, 155], [21, 156], [22, 154], [23, 161], [24, 159], [25, 56], [26, 161], [27, 158], [28, 156]]), dark_orange_alt1_SliderThumb = n387, dark_orange_alt1_Tooltip = n387, dark_orange_alt1_ProgressIndicator = n387, n388 = t([[12, 157], [13, 158], [14, 159], [15, 161], [16, 156], [17, 155], [18, 163], [19, 162], [20, 163], [21, 162], [22, 164], [23, 159], [24, 161], [25, 158], [26, 159], [27, 161], [28, 164]]), dark_orange_alt2_ListItem = n388, n389 = t([[12, 158], [13, 159], [14, 161], [15, 56], [16, 157], [17, 156], [18, 163], [19, 162], [20, 163], [21, 162], [22, 163], [23, 161], [24, 56], [25, 159], [26, 161], [27, 159], [28, 0]]), dark_orange_alt2_Card = n389, dark_orange_alt2_DrawerFrame = n389, dark_orange_alt2_Progress = n389, dark_orange_alt2_TooltipArrow = n389, n390 = t([[12, 159], [13, 161], [14, 56], [15, 162], [16, 158], [17, 157], [18, 163], [19, 162], [20, 163], [21, 162], [22, 162], [23, 161], [24, 56], [25, 159], [26, 161], [27, 158], [28, 0]]), dark_orange_alt2_Button = n390, dark_orange_alt2_Switch = n390, dark_orange_alt2_TooltipContent = n390, dark_orange_alt2_SliderTrack = n390, n391 = t([[12, 157], [13, 158], [14, 159], [15, 161], [16, 156], [17, 155], [18, 163], [19, 162], [20, 163], [21, 162], [22, 164], [23, 56], [24, 162], [25, 161], [26, 56], [27, 161], [28, 164]]), dark_orange_alt2_Checkbox = n391, dark_orange_alt2_RadioGroupItem = n391, dark_orange_alt2_Input = n391, dark_orange_alt2_TextArea = n391, n392 = t([[12, 164], [13, 163], [14, 162], [15, 56], [16, 0], [17, 0], [18, 156], [19, 157], [20, 156], [21, 157], [22, 154], [23, 162], [24, 56], [25, 163], [26, 162], [27, 157], [28, 157]]), dark_orange_alt2_SwitchThumb = n392, n393 = t([[12, 161], [13, 159], [14, 158], [15, 157], [16, 56], [17, 162], [18, 156], [19, 157], [20, 156], [21, 157], [22, 157], [23, 158], [24, 157], [25, 159], [26, 158], [27, 56], [28, 154]]), dark_orange_alt2_SliderTrackActive = n393, n394 = t([[12, 162], [13, 56], [14, 161], [15, 159], [16, 163], [17, 164], [18, 156], [19, 157], [20, 156], [21, 157], [22, 155], [23, 161], [24, 159], [25, 56], [26, 161], [27, 159], [28, 155]]), dark_orange_alt2_SliderThumb = n394, dark_orange_alt2_Tooltip = n394, dark_orange_alt2_ProgressIndicator = n394, n395 = t([[12, 158], [13, 159], [14, 161], [15, 56], [16, 157], [17, 156], [19, 56], [20, 162], [21, 56], [22, 163], [23, 161], [24, 56], [25, 159], [26, 161], [27, 159], [28, 0]]), dark_orange_active_ListItem = n395, n396 = t([[12, 161], [13, 56], [14, 162], [15, 163], [16, 159], [17, 158], [19, 56], [20, 162], [21, 56], [22, 56], [23, 56], [24, 162], [25, 161], [26, 56], [27, 157], [28, 0]]), dark_orange_active_Button = n396, dark_orange_active_Switch = n396, n397 = t([[12, 158], [13, 159], [14, 161], [15, 56], [16, 157], [17, 156], [19, 56], [20, 162], [21, 56], [22, 163], [23, 162], [24, 163], [25, 56], [26, 162], [27, 159], [28, 0]]), dark_orange_active_Checkbox = n397, dark_orange_active_Input = n397, dark_orange_active_TextArea = n397, n398 = t([[12, 159], [13, 158], [14, 157], [15, 156], [16, 161], [17, 56], [19, 158], [20, 157], [21, 158], [22, 158], [23, 157], [24, 156], [25, 158], [26, 157], [27, 162], [28, 154]]), dark_orange_active_SliderTrackActive = n398, n399 = t([[12, 200], [13, 201], [14, 202], [15, 203], [16, 199], [17, 198], [18, 208], [19, 207], [20, 208], [21, 207], [22, 0], [23, 203], [24, 205], [25, 202], [26, 203], [27, 104], [28, 207]]), dark_yellow_alt1_ListItem = n399, n400 = t([[12, 201], [13, 202], [14, 203], [15, 205], [16, 200], [17, 199], [18, 208], [19, 207], [20, 208], [21, 207], [22, 208], [23, 205], [24, 104], [25, 203], [26, 205], [27, 205], [28, 208]]), dark_yellow_alt1_Card = n400, dark_yellow_alt1_DrawerFrame = n400, dark_yellow_alt1_Progress = n400, dark_yellow_alt1_TooltipArrow = n400, n401 = t([[12, 202], [13, 203], [14, 205], [15, 104], [16, 201], [17, 200], [18, 208], [19, 207], [20, 208], [21, 207], [22, 207], [23, 205], [24, 104], [25, 203], [26, 205], [27, 203], [28, 0]]), dark_yellow_alt1_Button = n401, dark_yellow_alt1_Switch = n401, dark_yellow_alt1_TooltipContent = n401, dark_yellow_alt1_SliderTrack = n401, n402 = t([[12, 200], [13, 201], [14, 202], [15, 203], [16, 199], [17, 198], [18, 208], [19, 207], [20, 208], [21, 207], [22, 0], [23, 104], [24, 206], [25, 205], [26, 104], [27, 104], [28, 207]]), dark_yellow_alt1_Checkbox = n402, dark_yellow_alt1_RadioGroupItem = n402, dark_yellow_alt1_Input = n402, dark_yellow_alt1_TextArea = n402, n403 = t([[12, 0], [13, 208], [14, 207], [15, 206], [16, 0], [17, 0], [18, 199], [19, 200], [20, 199], [21, 200], [22, 198], [23, 206], [24, 104], [25, 207], [26, 206], [27, 200], [28, 202]]), dark_yellow_alt1_SwitchThumb = n403, n404 = t([[12, 104], [13, 205], [14, 203], [15, 202], [16, 206], [17, 207], [18, 199], [19, 200], [20, 199], [21, 200], [22, 200], [23, 202], [24, 201], [25, 203], [26, 202], [27, 205], [28, 198]]), dark_yellow_alt1_SliderTrackActive = n404, n405 = t([[12, 207], [13, 206], [14, 104], [15, 205], [16, 208], [17, 0], [18, 199], [19, 200], [20, 199], [21, 200], [22, 198], [23, 205], [24, 203], [25, 104], [26, 205], [27, 202], [28, 200]]), dark_yellow_alt1_SliderThumb = n405, dark_yellow_alt1_Tooltip = n405, dark_yellow_alt1_ProgressIndicator = n405, n406 = t([[12, 201], [13, 202], [14, 203], [15, 205], [16, 200], [17, 199], [18, 207], [19, 206], [20, 207], [21, 206], [22, 208], [23, 203], [24, 205], [25, 202], [26, 203], [27, 205], [28, 208]]), dark_yellow_alt2_ListItem = n406, n407 = t([[12, 202], [13, 203], [14, 205], [15, 104], [16, 201], [17, 200], [18, 207], [19, 206], [20, 207], [21, 206], [22, 207], [23, 205], [24, 104], [25, 203], [26, 205], [27, 203], [28, 0]]), dark_yellow_alt2_Card = n407, dark_yellow_alt2_DrawerFrame = n407, dark_yellow_alt2_Progress = n407, dark_yellow_alt2_TooltipArrow = n407, n408 = t([[12, 203], [13, 205], [14, 104], [15, 206], [16, 202], [17, 201], [18, 207], [19, 206], [20, 207], [21, 206], [22, 206], [23, 205], [24, 104], [25, 203], [26, 205], [27, 202], [28, 0]]), dark_yellow_alt2_Button = n408, dark_yellow_alt2_Switch = n408, dark_yellow_alt2_TooltipContent = n408, dark_yellow_alt2_SliderTrack = n408, n409 = t([[12, 201], [13, 202], [14, 203], [15, 205], [16, 200], [17, 199], [18, 207], [19, 206], [20, 207], [21, 206], [22, 208], [23, 104], [24, 206], [25, 205], [26, 104], [27, 205], [28, 208]]), dark_yellow_alt2_Checkbox = n409, dark_yellow_alt2_RadioGroupItem = n409, dark_yellow_alt2_Input = n409, dark_yellow_alt2_TextArea = n409, n410 = t([[12, 208], [13, 207], [14, 206], [15, 104], [16, 0], [17, 0], [18, 200], [19, 201], [20, 200], [21, 201], [22, 198], [23, 206], [24, 104], [25, 207], [26, 206], [27, 201], [28, 201]]), dark_yellow_alt2_SwitchThumb = n410, n411 = t([[12, 205], [13, 203], [14, 202], [15, 201], [16, 104], [17, 206], [18, 200], [19, 201], [20, 200], [21, 201], [22, 201], [23, 202], [24, 201], [25, 203], [26, 202], [27, 104], [28, 198]]), dark_yellow_alt2_SliderTrackActive = n411, n412 = t([[12, 206], [13, 104], [14, 205], [15, 203], [16, 207], [17, 208], [18, 200], [19, 201], [20, 200], [21, 201], [22, 199], [23, 205], [24, 203], [25, 104], [26, 205], [27, 203], [28, 199]]), dark_yellow_alt2_SliderThumb = n412, dark_yellow_alt2_Tooltip = n412, dark_yellow_alt2_ProgressIndicator = n412, n413 = t([[12, 202], [13, 203], [14, 205], [15, 104], [16, 201], [17, 200], [19, 104], [20, 206], [21, 104], [22, 207], [23, 205], [24, 104], [25, 203], [26, 205], [27, 203], [28, 0]]), dark_yellow_active_ListItem = n413, n414 = t([[12, 205], [13, 104], [14, 206], [15, 207], [16, 203], [17, 202], [19, 104], [20, 206], [21, 104], [22, 104], [23, 104], [24, 206], [25, 205], [26, 104], [27, 201], [28, 0]]), dark_yellow_active_Button = n414, dark_yellow_active_Switch = n414, n415 = t([[12, 202], [13, 203], [14, 205], [15, 104], [16, 201], [17, 200], [19, 104], [20, 206], [21, 104], [22, 207], [23, 206], [24, 207], [25, 104], [26, 206], [27, 203], [28, 0]]), dark_yellow_active_Checkbox = n415, dark_yellow_active_Input = n415, dark_yellow_active_TextArea = n415, n416 = t([[12, 203], [13, 202], [14, 201], [15, 200], [16, 205], [17, 104], [19, 202], [20, 201], [21, 202], [22, 202], [23, 201], [24, 200], [25, 202], [26, 201], [27, 206], [28, 198]]), dark_yellow_active_SliderTrackActive = n416, n417 = t([[12, 145], [13, 146], [14, 147], [15, 148], [16, 144], [17, 143], [18, 153], [19, 152], [20, 153], [21, 152], [22, 0], [23, 148], [24, 150], [25, 147], [26, 148], [27, 44], [28, 152]]), dark_green_alt1_ListItem = n417, n418 = t([[12, 146], [13, 147], [14, 148], [15, 150], [16, 145], [17, 144], [18, 153], [19, 152], [20, 153], [21, 152], [22, 153], [23, 150], [24, 44], [25, 148], [26, 150], [27, 150], [28, 153]]), dark_green_alt1_Card = n418, dark_green_alt1_DrawerFrame = n418, dark_green_alt1_Progress = n418, dark_green_alt1_TooltipArrow = n418, n419 = t([[12, 147], [13, 148], [14, 150], [15, 44], [16, 146], [17, 145], [18, 153], [19, 152], [20, 153], [21, 152], [22, 152], [23, 150], [24, 44], [25, 148], [26, 150], [27, 148], [28, 0]]), dark_green_alt1_Button = n419, dark_green_alt1_Switch = n419, dark_green_alt1_TooltipContent = n419, dark_green_alt1_SliderTrack = n419, n420 = t([[12, 145], [13, 146], [14, 147], [15, 148], [16, 144], [17, 143], [18, 153], [19, 152], [20, 153], [21, 152], [22, 0], [23, 44], [24, 151], [25, 150], [26, 44], [27, 44], [28, 152]]), dark_green_alt1_Checkbox = n420, dark_green_alt1_RadioGroupItem = n420, dark_green_alt1_Input = n420, dark_green_alt1_TextArea = n420, n421 = t([[12, 0], [13, 153], [14, 152], [15, 151], [16, 0], [17, 0], [18, 144], [19, 145], [20, 144], [21, 145], [22, 143], [23, 151], [24, 44], [25, 152], [26, 151], [27, 145], [28, 147]]), dark_green_alt1_SwitchThumb = n421, n422 = t([[12, 44], [13, 150], [14, 148], [15, 147], [16, 151], [17, 152], [18, 144], [19, 145], [20, 144], [21, 145], [22, 145], [23, 147], [24, 146], [25, 148], [26, 147], [27, 150], [28, 143]]), dark_green_alt1_SliderTrackActive = n422, n423 = t([[12, 152], [13, 151], [14, 44], [15, 150], [16, 153], [17, 0], [18, 144], [19, 145], [20, 144], [21, 145], [22, 143], [23, 150], [24, 148], [25, 44], [26, 150], [27, 147], [28, 145]]), dark_green_alt1_SliderThumb = n423, dark_green_alt1_Tooltip = n423, dark_green_alt1_ProgressIndicator = n423, n424 = t([[12, 146], [13, 147], [14, 148], [15, 150], [16, 145], [17, 144], [18, 152], [19, 151], [20, 152], [21, 151], [22, 153], [23, 148], [24, 150], [25, 147], [26, 148], [27, 150], [28, 153]]), dark_green_alt2_ListItem = n424, n425 = t([[12, 147], [13, 148], [14, 150], [15, 44], [16, 146], [17, 145], [18, 152], [19, 151], [20, 152], [21, 151], [22, 152], [23, 150], [24, 44], [25, 148], [26, 150], [27, 148], [28, 0]]), dark_green_alt2_Card = n425, dark_green_alt2_DrawerFrame = n425, dark_green_alt2_Progress = n425, dark_green_alt2_TooltipArrow = n425, n426 = t([[12, 148], [13, 150], [14, 44], [15, 151], [16, 147], [17, 146], [18, 152], [19, 151], [20, 152], [21, 151], [22, 151], [23, 150], [24, 44], [25, 148], [26, 150], [27, 147], [28, 0]]), dark_green_alt2_Button = n426, dark_green_alt2_Switch = n426, dark_green_alt2_TooltipContent = n426, dark_green_alt2_SliderTrack = n426, n427 = t([[12, 146], [13, 147], [14, 148], [15, 150], [16, 145], [17, 144], [18, 152], [19, 151], [20, 152], [21, 151], [22, 153], [23, 44], [24, 151], [25, 150], [26, 44], [27, 150], [28, 153]]), dark_green_alt2_Checkbox = n427, dark_green_alt2_RadioGroupItem = n427, dark_green_alt2_Input = n427, dark_green_alt2_TextArea = n427, n428 = t([[12, 153], [13, 152], [14, 151], [15, 44], [16, 0], [17, 0], [18, 145], [19, 146], [20, 145], [21, 146], [22, 143], [23, 151], [24, 44], [25, 152], [26, 151], [27, 146], [28, 146]]), dark_green_alt2_SwitchThumb = n428, n429 = t([[12, 150], [13, 148], [14, 147], [15, 146], [16, 44], [17, 151], [18, 145], [19, 146], [20, 145], [21, 146], [22, 146], [23, 147], [24, 146], [25, 148], [26, 147], [27, 44], [28, 143]]), dark_green_alt2_SliderTrackActive = n429, n430 = t([[12, 151], [13, 44], [14, 150], [15, 148], [16, 152], [17, 153], [18, 145], [19, 146], [20, 145], [21, 146], [22, 144], [23, 150], [24, 148], [25, 44], [26, 150], [27, 148], [28, 144]]), dark_green_alt2_SliderThumb = n430, dark_green_alt2_Tooltip = n430, dark_green_alt2_ProgressIndicator = n430, n431 = t([[12, 147], [13, 148], [14, 150], [15, 44], [16, 146], [17, 145], [19, 44], [20, 151], [21, 44], [22, 152], [23, 150], [24, 44], [25, 148], [26, 150], [27, 148], [28, 0]]), dark_green_active_ListItem = n431, n432 = t([[12, 150], [13, 44], [14, 151], [15, 152], [16, 148], [17, 147], [19, 44], [20, 151], [21, 44], [22, 44], [23, 44], [24, 151], [25, 150], [26, 44], [27, 146], [28, 0]]), dark_green_active_Button = n432, dark_green_active_Switch = n432, n433 = t([[12, 147], [13, 148], [14, 150], [15, 44], [16, 146], [17, 145], [19, 44], [20, 151], [21, 44], [22, 152], [23, 151], [24, 152], [25, 44], [26, 151], [27, 148], [28, 0]]), dark_green_active_Checkbox = n433, dark_green_active_Input = n433, dark_green_active_TextArea = n433, n434 = t([[12, 148], [13, 147], [14, 146], [15, 145], [16, 150], [17, 44], [19, 147], [20, 146], [21, 147], [22, 147], [23, 146], [24, 145], [25, 147], [26, 146], [27, 151], [28, 143]]), dark_green_active_SliderTrackActive = n434, n435 = t([[12, 123], [13, 124], [14, 125], [15, 126], [16, 122], [17, 121], [18, 131], [19, 130], [20, 131], [21, 130], [22, 0], [23, 126], [24, 128], [25, 125], [26, 126], [27, 22], [28, 130]]), dark_blue_alt1_ListItem = n435, n436 = t([[12, 124], [13, 125], [14, 126], [15, 128], [16, 123], [17, 122], [18, 131], [19, 130], [20, 131], [21, 130], [22, 131], [23, 128], [24, 22], [25, 126], [26, 128], [27, 128], [28, 131]]), dark_blue_alt1_Card = n436, dark_blue_alt1_DrawerFrame = n436, dark_blue_alt1_Progress = n436, dark_blue_alt1_TooltipArrow = n436, n437 = t([[12, 125], [13, 126], [14, 128], [15, 22], [16, 124], [17, 123], [18, 131], [19, 130], [20, 131], [21, 130], [22, 130], [23, 128], [24, 22], [25, 126], [26, 128], [27, 126], [28, 0]]), dark_blue_alt1_Button = n437, dark_blue_alt1_Switch = n437, dark_blue_alt1_TooltipContent = n437, dark_blue_alt1_SliderTrack = n437, n438 = t([[12, 123], [13, 124], [14, 125], [15, 126], [16, 122], [17, 121], [18, 131], [19, 130], [20, 131], [21, 130], [22, 0], [23, 22], [24, 129], [25, 128], [26, 22], [27, 22], [28, 130]]), dark_blue_alt1_Checkbox = n438, dark_blue_alt1_RadioGroupItem = n438, dark_blue_alt1_Input = n438, dark_blue_alt1_TextArea = n438, n439 = t([[12, 0], [13, 131], [14, 130], [15, 129], [16, 0], [17, 0], [18, 122], [19, 123], [20, 122], [21, 123], [22, 121], [23, 129], [24, 22], [25, 130], [26, 129], [27, 123], [28, 125]]), dark_blue_alt1_SwitchThumb = n439, n440 = t([[12, 22], [13, 128], [14, 126], [15, 125], [16, 129], [17, 130], [18, 122], [19, 123], [20, 122], [21, 123], [22, 123], [23, 125], [24, 124], [25, 126], [26, 125], [27, 128], [28, 121]]), dark_blue_alt1_SliderTrackActive = n440, n441 = t([[12, 130], [13, 129], [14, 22], [15, 128], [16, 131], [17, 0], [18, 122], [19, 123], [20, 122], [21, 123], [22, 121], [23, 128], [24, 126], [25, 22], [26, 128], [27, 125], [28, 123]]), dark_blue_alt1_SliderThumb = n441, dark_blue_alt1_Tooltip = n441, dark_blue_alt1_ProgressIndicator = n441, n442 = t([[12, 124], [13, 125], [14, 126], [15, 128], [16, 123], [17, 122], [18, 130], [19, 129], [20, 130], [21, 129], [22, 131], [23, 126], [24, 128], [25, 125], [26, 126], [27, 128], [28, 131]]), dark_blue_alt2_ListItem = n442, n443 = t([[12, 125], [13, 126], [14, 128], [15, 22], [16, 124], [17, 123], [18, 130], [19, 129], [20, 130], [21, 129], [22, 130], [23, 128], [24, 22], [25, 126], [26, 128], [27, 126], [28, 0]]), dark_blue_alt2_Card = n443, dark_blue_alt2_DrawerFrame = n443, dark_blue_alt2_Progress = n443, dark_blue_alt2_TooltipArrow = n443, n444 = t([[12, 126], [13, 128], [14, 22], [15, 129], [16, 125], [17, 124], [18, 130], [19, 129], [20, 130], [21, 129], [22, 129], [23, 128], [24, 22], [25, 126], [26, 128], [27, 125], [28, 0]]), dark_blue_alt2_Button = n444, dark_blue_alt2_Switch = n444, dark_blue_alt2_TooltipContent = n444, dark_blue_alt2_SliderTrack = n444, n445 = t([[12, 124], [13, 125], [14, 126], [15, 128], [16, 123], [17, 122], [18, 130], [19, 129], [20, 130], [21, 129], [22, 131], [23, 22], [24, 129], [25, 128], [26, 22], [27, 128], [28, 131]]), dark_blue_alt2_Checkbox = n445, dark_blue_alt2_RadioGroupItem = n445, dark_blue_alt2_Input = n445, dark_blue_alt2_TextArea = n445, n446 = t([[12, 131], [13, 130], [14, 129], [15, 22], [16, 0], [17, 0], [18, 123], [19, 124], [20, 123], [21, 124], [22, 121], [23, 129], [24, 22], [25, 130], [26, 129], [27, 124], [28, 124]]), dark_blue_alt2_SwitchThumb = n446, n447 = t([[12, 128], [13, 126], [14, 125], [15, 124], [16, 22], [17, 129], [18, 123], [19, 124], [20, 123], [21, 124], [22, 124], [23, 125], [24, 124], [25, 126], [26, 125], [27, 22], [28, 121]]), dark_blue_alt2_SliderTrackActive = n447, n448 = t([[12, 129], [13, 22], [14, 128], [15, 126], [16, 130], [17, 131], [18, 123], [19, 124], [20, 123], [21, 124], [22, 122], [23, 128], [24, 126], [25, 22], [26, 128], [27, 126], [28, 122]]), dark_blue_alt2_SliderThumb = n448, dark_blue_alt2_Tooltip = n448, dark_blue_alt2_ProgressIndicator = n448, n449 = t([[12, 125], [13, 126], [14, 128], [15, 22], [16, 124], [17, 123], [19, 22], [20, 129], [21, 22], [22, 130], [23, 128], [24, 22], [25, 126], [26, 128], [27, 126], [28, 0]]), dark_blue_active_ListItem = n449, n450 = t([[12, 128], [13, 22], [14, 129], [15, 130], [16, 126], [17, 125], [19, 22], [20, 129], [21, 22], [22, 22], [23, 22], [24, 129], [25, 128], [26, 22], [27, 124], [28, 0]]), dark_blue_active_Button = n450, dark_blue_active_Switch = n450, n451 = t([[12, 125], [13, 126], [14, 128], [15, 22], [16, 124], [17, 123], [19, 22], [20, 129], [21, 22], [22, 130], [23, 129], [24, 130], [25, 22], [26, 129], [27, 126], [28, 0]]), dark_blue_active_Checkbox = n451, dark_blue_active_Input = n451, dark_blue_active_TextArea = n451, n452 = t([[12, 126], [13, 125], [14, 124], [15, 123], [16, 128], [17, 22], [19, 125], [20, 124], [21, 125], [22, 125], [23, 124], [24, 123], [25, 125], [26, 124], [27, 129], [28, 121]]), dark_blue_active_SliderTrackActive = n452, n453 = t([[12, 178], [13, 179], [14, 180], [15, 181], [16, 177], [17, 176], [18, 186], [19, 185], [20, 186], [21, 185], [22, 0], [23, 181], [24, 183], [25, 180], [26, 181], [27, 80], [28, 185]]), dark_purple_alt1_ListItem = n453, n454 = t([[12, 179], [13, 180], [14, 181], [15, 183], [16, 178], [17, 177], [18, 186], [19, 185], [20, 186], [21, 185], [22, 186], [23, 183], [24, 80], [25, 181], [26, 183], [27, 183], [28, 186]]), dark_purple_alt1_Card = n454, dark_purple_alt1_DrawerFrame = n454, dark_purple_alt1_Progress = n454, dark_purple_alt1_TooltipArrow = n454, n455 = t([[12, 180], [13, 181], [14, 183], [15, 80], [16, 179], [17, 178], [18, 186], [19, 185], [20, 186], [21, 185], [22, 185], [23, 183], [24, 80], [25, 181], [26, 183], [27, 181], [28, 0]]), dark_purple_alt1_Button = n455, dark_purple_alt1_Switch = n455, dark_purple_alt1_TooltipContent = n455, dark_purple_alt1_SliderTrack = n455, n456 = t([[12, 178], [13, 179], [14, 180], [15, 181], [16, 177], [17, 176], [18, 186], [19, 185], [20, 186], [21, 185], [22, 0], [23, 80], [24, 184], [25, 183], [26, 80], [27, 80], [28, 185]]), dark_purple_alt1_Checkbox = n456, dark_purple_alt1_RadioGroupItem = n456, dark_purple_alt1_Input = n456, dark_purple_alt1_TextArea = n456, n457 = t([[12, 0], [13, 186], [14, 185], [15, 184], [16, 0], [17, 0], [18, 177], [19, 178], [20, 177], [21, 178], [22, 176], [23, 184], [24, 80], [25, 185], [26, 184], [27, 178], [28, 180]]), dark_purple_alt1_SwitchThumb = n457, n458 = t([[12, 80], [13, 183], [14, 181], [15, 180], [16, 184], [17, 185], [18, 177], [19, 178], [20, 177], [21, 178], [22, 178], [23, 180], [24, 179], [25, 181], [26, 180], [27, 183], [28, 176]]), dark_purple_alt1_SliderTrackActive = n458, n459 = t([[12, 185], [13, 184], [14, 80], [15, 183], [16, 186], [17, 0], [18, 177], [19, 178], [20, 177], [21, 178], [22, 176], [23, 183], [24, 181], [25, 80], [26, 183], [27, 180], [28, 178]]), dark_purple_alt1_SliderThumb = n459, dark_purple_alt1_Tooltip = n459, dark_purple_alt1_ProgressIndicator = n459, n460 = t([[12, 179], [13, 180], [14, 181], [15, 183], [16, 178], [17, 177], [18, 185], [19, 184], [20, 185], [21, 184], [22, 186], [23, 181], [24, 183], [25, 180], [26, 181], [27, 183], [28, 186]]), dark_purple_alt2_ListItem = n460, n461 = t([[12, 180], [13, 181], [14, 183], [15, 80], [16, 179], [17, 178], [18, 185], [19, 184], [20, 185], [21, 184], [22, 185], [23, 183], [24, 80], [25, 181], [26, 183], [27, 181], [28, 0]]), dark_purple_alt2_Card = n461, dark_purple_alt2_DrawerFrame = n461, dark_purple_alt2_Progress = n461, dark_purple_alt2_TooltipArrow = n461, n462 = t([[12, 181], [13, 183], [14, 80], [15, 184], [16, 180], [17, 179], [18, 185], [19, 184], [20, 185], [21, 184], [22, 184], [23, 183], [24, 80], [25, 181], [26, 183], [27, 180], [28, 0]]), dark_purple_alt2_Button = n462, dark_purple_alt2_Switch = n462, dark_purple_alt2_TooltipContent = n462, dark_purple_alt2_SliderTrack = n462, n463 = t([[12, 179], [13, 180], [14, 181], [15, 183], [16, 178], [17, 177], [18, 185], [19, 184], [20, 185], [21, 184], [22, 186], [23, 80], [24, 184], [25, 183], [26, 80], [27, 183], [28, 186]]), dark_purple_alt2_Checkbox = n463, dark_purple_alt2_RadioGroupItem = n463, dark_purple_alt2_Input = n463, dark_purple_alt2_TextArea = n463, n464 = t([[12, 186], [13, 185], [14, 184], [15, 80], [16, 0], [17, 0], [18, 178], [19, 179], [20, 178], [21, 179], [22, 176], [23, 184], [24, 80], [25, 185], [26, 184], [27, 179], [28, 179]]), dark_purple_alt2_SwitchThumb = n464, n465 = t([[12, 183], [13, 181], [14, 180], [15, 179], [16, 80], [17, 184], [18, 178], [19, 179], [20, 178], [21, 179], [22, 179], [23, 180], [24, 179], [25, 181], [26, 180], [27, 80], [28, 176]]), dark_purple_alt2_SliderTrackActive = n465, n466 = t([[12, 184], [13, 80], [14, 183], [15, 181], [16, 185], [17, 186], [18, 178], [19, 179], [20, 178], [21, 179], [22, 177], [23, 183], [24, 181], [25, 80], [26, 183], [27, 181], [28, 177]]), dark_purple_alt2_SliderThumb = n466, dark_purple_alt2_Tooltip = n466, dark_purple_alt2_ProgressIndicator = n466, n467 = t([[12, 180], [13, 181], [14, 183], [15, 80], [16, 179], [17, 178], [19, 80], [20, 184], [21, 80], [22, 185], [23, 183], [24, 80], [25, 181], [26, 183], [27, 181], [28, 0]]), dark_purple_active_ListItem = n467, n468 = t([[12, 183], [13, 80], [14, 184], [15, 185], [16, 181], [17, 180], [19, 80], [20, 184], [21, 80], [22, 80], [23, 80], [24, 184], [25, 183], [26, 80], [27, 179], [28, 0]]), dark_purple_active_Button = n468, dark_purple_active_Switch = n468, n469 = t([[12, 180], [13, 181], [14, 183], [15, 80], [16, 179], [17, 178], [19, 80], [20, 184], [21, 80], [22, 185], [23, 184], [24, 185], [25, 80], [26, 184], [27, 181], [28, 0]]), dark_purple_active_Checkbox = n469, dark_purple_active_Input = n469, dark_purple_active_TextArea = n469, n470 = t([[12, 181], [13, 180], [14, 179], [15, 178], [16, 183], [17, 80], [19, 180], [20, 179], [21, 180], [22, 180], [23, 179], [24, 178], [25, 180], [26, 179], [27, 184], [28, 176]]), dark_purple_active_SliderTrackActive = n470, n471 = t([[12, 167], [13, 168], [14, 169], [15, 170], [16, 166], [17, 165], [18, 175], [19, 174], [20, 175], [21, 174], [22, 0], [23, 170], [24, 172], [25, 169], [26, 170], [27, 68], [28, 174]]), dark_pink_alt1_ListItem = n471, n472 = t([[12, 168], [13, 169], [14, 170], [15, 172], [16, 167], [17, 166], [18, 175], [19, 174], [20, 175], [21, 174], [22, 175], [23, 172], [24, 68], [25, 170], [26, 172], [27, 172], [28, 175]]), dark_pink_alt1_Card = n472, dark_pink_alt1_DrawerFrame = n472, dark_pink_alt1_Progress = n472, dark_pink_alt1_TooltipArrow = n472, n473 = t([[12, 169], [13, 170], [14, 172], [15, 68], [16, 168], [17, 167], [18, 175], [19, 174], [20, 175], [21, 174], [22, 174], [23, 172], [24, 68], [25, 170], [26, 172], [27, 170], [28, 0]]), dark_pink_alt1_Button = n473, dark_pink_alt1_Switch = n473, dark_pink_alt1_TooltipContent = n473, dark_pink_alt1_SliderTrack = n473, n474 = t([[12, 167], [13, 168], [14, 169], [15, 170], [16, 166], [17, 165], [18, 175], [19, 174], [20, 175], [21, 174], [22, 0], [23, 68], [24, 173], [25, 172], [26, 68], [27, 68], [28, 174]]), dark_pink_alt1_Checkbox = n474, dark_pink_alt1_RadioGroupItem = n474, dark_pink_alt1_Input = n474, dark_pink_alt1_TextArea = n474, n475 = t([[12, 0], [13, 175], [14, 174], [15, 173], [16, 0], [17, 0], [18, 166], [19, 167], [20, 166], [21, 167], [22, 165], [23, 173], [24, 68], [25, 174], [26, 173], [27, 167], [28, 169]]), dark_pink_alt1_SwitchThumb = n475, n476 = t([[12, 68], [13, 172], [14, 170], [15, 169], [16, 173], [17, 174], [18, 166], [19, 167], [20, 166], [21, 167], [22, 167], [23, 169], [24, 168], [25, 170], [26, 169], [27, 172], [28, 165]]), dark_pink_alt1_SliderTrackActive = n476, n477 = t([[12, 174], [13, 173], [14, 68], [15, 172], [16, 175], [17, 0], [18, 166], [19, 167], [20, 166], [21, 167], [22, 165], [23, 172], [24, 170], [25, 68], [26, 172], [27, 169], [28, 167]]), dark_pink_alt1_SliderThumb = n477, dark_pink_alt1_Tooltip = n477, dark_pink_alt1_ProgressIndicator = n477, n478 = t([[12, 168], [13, 169], [14, 170], [15, 172], [16, 167], [17, 166], [18, 174], [19, 173], [20, 174], [21, 173], [22, 175], [23, 170], [24, 172], [25, 169], [26, 170], [27, 172], [28, 175]]), dark_pink_alt2_ListItem = n478, n479 = t([[12, 169], [13, 170], [14, 172], [15, 68], [16, 168], [17, 167], [18, 174], [19, 173], [20, 174], [21, 173], [22, 174], [23, 172], [24, 68], [25, 170], [26, 172], [27, 170], [28, 0]]), dark_pink_alt2_Card = n479, dark_pink_alt2_DrawerFrame = n479, dark_pink_alt2_Progress = n479, dark_pink_alt2_TooltipArrow = n479, n480 = t([[12, 170], [13, 172], [14, 68], [15, 173], [16, 169], [17, 168], [18, 174], [19, 173], [20, 174], [21, 173], [22, 173], [23, 172], [24, 68], [25, 170], [26, 172], [27, 169], [28, 0]]), dark_pink_alt2_Button = n480, dark_pink_alt2_Switch = n480, dark_pink_alt2_TooltipContent = n480, dark_pink_alt2_SliderTrack = n480, n481 = t([[12, 168], [13, 169], [14, 170], [15, 172], [16, 167], [17, 166], [18, 174], [19, 173], [20, 174], [21, 173], [22, 175], [23, 68], [24, 173], [25, 172], [26, 68], [27, 172], [28, 175]]), dark_pink_alt2_Checkbox = n481, dark_pink_alt2_RadioGroupItem = n481, dark_pink_alt2_Input = n481, dark_pink_alt2_TextArea = n481, n482 = t([[12, 175], [13, 174], [14, 173], [15, 68], [16, 0], [17, 0], [18, 167], [19, 168], [20, 167], [21, 168], [22, 165], [23, 173], [24, 68], [25, 174], [26, 173], [27, 168], [28, 168]]), dark_pink_alt2_SwitchThumb = n482, n483 = t([[12, 172], [13, 170], [14, 169], [15, 168], [16, 68], [17, 173], [18, 167], [19, 168], [20, 167], [21, 168], [22, 168], [23, 169], [24, 168], [25, 170], [26, 169], [27, 68], [28, 165]]), dark_pink_alt2_SliderTrackActive = n483, n484 = t([[12, 173], [13, 68], [14, 172], [15, 170], [16, 174], [17, 175], [18, 167], [19, 168], [20, 167], [21, 168], [22, 166], [23, 172], [24, 170], [25, 68], [26, 172], [27, 170], [28, 166]]), dark_pink_alt2_SliderThumb = n484, dark_pink_alt2_Tooltip = n484, dark_pink_alt2_ProgressIndicator = n484, n485 = t([[12, 169], [13, 170], [14, 172], [15, 68], [16, 168], [17, 167], [19, 68], [20, 173], [21, 68], [22, 174], [23, 172], [24, 68], [25, 170], [26, 172], [27, 170], [28, 0]]), dark_pink_active_ListItem = n485, n486 = t([[12, 172], [13, 68], [14, 173], [15, 174], [16, 170], [17, 169], [19, 68], [20, 173], [21, 68], [22, 68], [23, 68], [24, 173], [25, 172], [26, 68], [27, 168], [28, 0]]), dark_pink_active_Button = n486, dark_pink_active_Switch = n486, n487 = t([[12, 169], [13, 170], [14, 172], [15, 68], [16, 168], [17, 167], [19, 68], [20, 173], [21, 68], [22, 174], [23, 173], [24, 174], [25, 68], [26, 173], [27, 170], [28, 0]]), dark_pink_active_Checkbox = n487, dark_pink_active_Input = n487, dark_pink_active_TextArea = n487, n488 = t([[12, 170], [13, 169], [14, 168], [15, 167], [16, 172], [17, 68], [19, 169], [20, 168], [21, 169], [22, 169], [23, 168], [24, 167], [25, 169], [26, 168], [27, 173], [28, 165]]), dark_pink_active_SliderTrackActive = n488, n489 = t([[12, 189], [13, 190], [14, 191], [15, 192], [16, 188], [17, 187], [18, 197], [19, 196], [20, 197], [21, 196], [22, 0], [23, 192], [24, 194], [25, 191], [26, 192], [27, 92], [28, 196]]), dark_red_alt1_ListItem = n489, n490 = t([[12, 190], [13, 191], [14, 192], [15, 194], [16, 189], [17, 188], [18, 197], [19, 196], [20, 197], [21, 196], [22, 197], [23, 194], [24, 92], [25, 192], [26, 194], [27, 194], [28, 197]]), dark_red_alt1_Card = n490, dark_red_alt1_DrawerFrame = n490, dark_red_alt1_Progress = n490, dark_red_alt1_TooltipArrow = n490, n491 = t([[12, 191], [13, 192], [14, 194], [15, 92], [16, 190], [17, 189], [18, 197], [19, 196], [20, 197], [21, 196], [22, 196], [23, 194], [24, 92], [25, 192], [26, 194], [27, 192], [28, 0]]), dark_red_alt1_Button = n491, dark_red_alt1_Switch = n491, dark_red_alt1_TooltipContent = n491, dark_red_alt1_SliderTrack = n491, n492 = t([[12, 189], [13, 190], [14, 191], [15, 192], [16, 188], [17, 187], [18, 197], [19, 196], [20, 197], [21, 196], [22, 0], [23, 92], [24, 195], [25, 194], [26, 92], [27, 92], [28, 196]]), dark_red_alt1_Checkbox = n492, dark_red_alt1_RadioGroupItem = n492, dark_red_alt1_Input = n492, dark_red_alt1_TextArea = n492, n493 = t([[12, 0], [13, 197], [14, 196], [15, 195], [16, 0], [17, 0], [18, 188], [19, 189], [20, 188], [21, 189], [22, 187], [23, 195], [24, 92], [25, 196], [26, 195], [27, 189], [28, 191]]), dark_red_alt1_SwitchThumb = n493, n494 = t([[12, 92], [13, 194], [14, 192], [15, 191], [16, 195], [17, 196], [18, 188], [19, 189], [20, 188], [21, 189], [22, 189], [23, 191], [24, 190], [25, 192], [26, 191], [27, 194], [28, 187]]), dark_red_alt1_SliderTrackActive = n494, n495 = t([[12, 196], [13, 195], [14, 92], [15, 194], [16, 197], [17, 0], [18, 188], [19, 189], [20, 188], [21, 189], [22, 187], [23, 194], [24, 192], [25, 92], [26, 194], [27, 191], [28, 189]]), dark_red_alt1_SliderThumb = n495, dark_red_alt1_Tooltip = n495, dark_red_alt1_ProgressIndicator = n495, n496 = t([[12, 190], [13, 191], [14, 192], [15, 194], [16, 189], [17, 188], [18, 196], [19, 195], [20, 196], [21, 195], [22, 197], [23, 192], [24, 194], [25, 191], [26, 192], [27, 194], [28, 197]]), dark_red_alt2_ListItem = n496, n497 = t([[12, 191], [13, 192], [14, 194], [15, 92], [16, 190], [17, 189], [18, 196], [19, 195], [20, 196], [21, 195], [22, 196], [23, 194], [24, 92], [25, 192], [26, 194], [27, 192], [28, 0]]), dark_red_alt2_Card = n497, dark_red_alt2_DrawerFrame = n497, dark_red_alt2_Progress = n497, dark_red_alt2_TooltipArrow = n497, n498 = t([[12, 192], [13, 194], [14, 92], [15, 195], [16, 191], [17, 190], [18, 196], [19, 195], [20, 196], [21, 195], [22, 195], [23, 194], [24, 92], [25, 192], [26, 194], [27, 191], [28, 0]]), dark_red_alt2_Button = n498, dark_red_alt2_Switch = n498, dark_red_alt2_TooltipContent = n498, dark_red_alt2_SliderTrack = n498, n499 = t([[12, 190], [13, 191], [14, 192], [15, 194], [16, 189], [17, 188], [18, 196], [19, 195], [20, 196], [21, 195], [22, 197], [23, 92], [24, 195], [25, 194], [26, 92], [27, 194], [28, 197]]), dark_red_alt2_Checkbox = n499, dark_red_alt2_RadioGroupItem = n499, dark_red_alt2_Input = n499, dark_red_alt2_TextArea = n499, n500 = t([[12, 197], [13, 196], [14, 195], [15, 92], [16, 0], [17, 0], [18, 189], [19, 190], [20, 189], [21, 190], [22, 187], [23, 195], [24, 92], [25, 196], [26, 195], [27, 190], [28, 190]]), dark_red_alt2_SwitchThumb = n500, n501 = t([[12, 194], [13, 192], [14, 191], [15, 190], [16, 92], [17, 195], [18, 189], [19, 190], [20, 189], [21, 190], [22, 190], [23, 191], [24, 190], [25, 192], [26, 191], [27, 92], [28, 187]]), dark_red_alt2_SliderTrackActive = n501, n502 = t([[12, 195], [13, 92], [14, 194], [15, 192], [16, 196], [17, 197], [18, 189], [19, 190], [20, 189], [21, 190], [22, 188], [23, 194], [24, 192], [25, 92], [26, 194], [27, 192], [28, 188]]), dark_red_alt2_SliderThumb = n502, dark_red_alt2_Tooltip = n502, dark_red_alt2_ProgressIndicator = n502, n503 = t([[12, 191], [13, 192], [14, 194], [15, 92], [16, 190], [17, 189], [19, 92], [20, 195], [21, 92], [22, 196], [23, 194], [24, 92], [25, 192], [26, 194], [27, 192], [28, 0]]), dark_red_active_ListItem = n503, n504 = t([[12, 194], [13, 92], [14, 195], [15, 196], [16, 192], [17, 191], [19, 92], [20, 195], [21, 92], [22, 92], [23, 92], [24, 195], [25, 194], [26, 92], [27, 190], [28, 0]]), dark_red_active_Button = n504, dark_red_active_Switch = n504, n505 = t([[12, 191], [13, 192], [14, 194], [15, 92], [16, 190], [17, 189], [19, 92], [20, 195], [21, 92], [22, 196], [23, 195], [24, 196], [25, 92], [26, 195], [27, 192], [28, 0]]), dark_red_active_Checkbox = n505, dark_red_active_Input = n505, dark_red_active_TextArea = n505, n506 = t([[12, 192], [13, 191], [14, 190], [15, 189], [16, 194], [17, 92], [19, 191], [20, 190], [21, 191], [22, 191], [23, 190], [24, 189], [25, 191], [26, 190], [27, 195], [28, 187]]), dark_red_active_SliderTrackActive = n506, n507 = t([[12, 134], [13, 135], [14, 136], [15, 137], [16, 133], [17, 132], [18, 29], [19, 142], [20, 29], [21, 142], [22, 0], [23, 137], [24, 139], [25, 136], [26, 137], [27, 140], [28, 142]]), dark_gray_alt1_ListItem = n507, n508 = t([[12, 135], [13, 136], [14, 137], [15, 139], [16, 134], [17, 133], [18, 29], [19, 142], [20, 29], [21, 142], [22, 29], [23, 139], [24, 140], [25, 137], [26, 139], [27, 139], [28, 29]]), dark_gray_alt1_Card = n508, dark_gray_alt1_DrawerFrame = n508, dark_gray_alt1_Progress = n508, dark_gray_alt1_TooltipArrow = n508, n509 = t([[12, 136], [13, 137], [14, 139], [15, 140], [16, 135], [17, 134], [18, 29], [19, 142], [20, 29], [21, 142], [22, 142], [23, 139], [24, 140], [25, 137], [26, 139], [27, 137], [28, 0]]), dark_gray_alt1_Button = n509, dark_gray_alt1_Switch = n509, dark_gray_alt1_TooltipContent = n509, dark_gray_alt1_SliderTrack = n509, n510 = t([[12, 134], [13, 135], [14, 136], [15, 137], [16, 133], [17, 132], [18, 29], [19, 142], [20, 29], [21, 142], [22, 0], [23, 140], [24, 141], [25, 139], [26, 140], [27, 140], [28, 142]]), dark_gray_alt1_Checkbox = n510, dark_gray_alt1_RadioGroupItem = n510, dark_gray_alt1_Input = n510, dark_gray_alt1_TextArea = n510, n511 = t([[12, 0], [13, 29], [14, 142], [15, 141], [16, 0], [17, 0], [18, 133], [19, 134], [20, 133], [21, 134], [22, 132], [23, 141], [24, 140], [25, 142], [26, 141], [27, 134], [28, 136]]), dark_gray_alt1_SwitchThumb = n511, n512 = t([[12, 140], [13, 139], [14, 137], [15, 136], [16, 141], [17, 142], [18, 133], [19, 134], [20, 133], [21, 134], [22, 134], [23, 136], [24, 135], [25, 137], [26, 136], [27, 139], [28, 132]]), dark_gray_alt1_SliderTrackActive = n512, n513 = t([[12, 142], [13, 141], [14, 140], [15, 139], [16, 29], [17, 0], [18, 133], [19, 134], [20, 133], [21, 134], [22, 132], [23, 139], [24, 137], [25, 140], [26, 139], [27, 136], [28, 134]]), dark_gray_alt1_SliderThumb = n513, dark_gray_alt1_Tooltip = n513, dark_gray_alt1_ProgressIndicator = n513, n514 = t([[12, 135], [13, 136], [14, 137], [15, 139], [16, 134], [17, 133], [18, 142], [19, 141], [20, 142], [21, 141], [22, 29], [23, 137], [24, 139], [25, 136], [26, 137], [27, 139], [28, 29]]), dark_gray_alt2_ListItem = n514, n515 = t([[12, 136], [13, 137], [14, 139], [15, 140], [16, 135], [17, 134], [18, 142], [19, 141], [20, 142], [21, 141], [22, 142], [23, 139], [24, 140], [25, 137], [26, 139], [27, 137], [28, 0]]), dark_gray_alt2_Card = n515, dark_gray_alt2_DrawerFrame = n515, dark_gray_alt2_Progress = n515, dark_gray_alt2_TooltipArrow = n515, n516 = t([[12, 137], [13, 139], [14, 140], [15, 141], [16, 136], [17, 135], [18, 142], [19, 141], [20, 142], [21, 141], [22, 141], [23, 139], [24, 140], [25, 137], [26, 139], [27, 136], [28, 0]]), dark_gray_alt2_Button = n516, dark_gray_alt2_Switch = n516, dark_gray_alt2_TooltipContent = n516, dark_gray_alt2_SliderTrack = n516, n517 = t([[12, 135], [13, 136], [14, 137], [15, 139], [16, 134], [17, 133], [18, 142], [19, 141], [20, 142], [21, 141], [22, 29], [23, 140], [24, 141], [25, 139], [26, 140], [27, 139], [28, 29]]), dark_gray_alt2_Checkbox = n517, dark_gray_alt2_RadioGroupItem = n517, dark_gray_alt2_Input = n517, dark_gray_alt2_TextArea = n517, n518 = t([[12, 29], [13, 142], [14, 141], [15, 140], [16, 0], [17, 0], [18, 134], [19, 135], [20, 134], [21, 135], [22, 132], [23, 141], [24, 140], [25, 142], [26, 141], [27, 135], [28, 135]]), dark_gray_alt2_SwitchThumb = n518, n519 = t([[12, 139], [13, 137], [14, 136], [15, 135], [16, 140], [17, 141], [18, 134], [19, 135], [20, 134], [21, 135], [22, 135], [23, 136], [24, 135], [25, 137], [26, 136], [27, 140], [28, 132]]), dark_gray_alt2_SliderTrackActive = n519, n520 = t([[12, 141], [13, 140], [14, 139], [15, 137], [16, 142], [17, 29], [18, 134], [19, 135], [20, 134], [21, 135], [22, 133], [23, 139], [24, 137], [25, 140], [26, 139], [27, 137], [28, 133]]), dark_gray_alt2_SliderThumb = n520, dark_gray_alt2_Tooltip = n520, dark_gray_alt2_ProgressIndicator = n520, n521 = t([[12, 136], [13, 137], [14, 139], [15, 140], [16, 135], [17, 134], [19, 140], [20, 141], [21, 140], [22, 142], [23, 139], [24, 140], [25, 137], [26, 139], [27, 137], [28, 0]]), dark_gray_active_ListItem = n521, n522 = t([[12, 139], [13, 140], [14, 141], [15, 142], [16, 137], [17, 136], [19, 140], [20, 141], [21, 140], [22, 140], [23, 140], [24, 141], [25, 139], [26, 140], [27, 135], [28, 0]]), dark_gray_active_Button = n522, dark_gray_active_Switch = n522, n523 = t([[12, 136], [13, 137], [14, 139], [15, 140], [16, 135], [17, 134], [19, 140], [20, 141], [21, 140], [22, 142], [23, 141], [24, 142], [25, 140], [26, 141], [27, 137], [28, 0]]), dark_gray_active_Checkbox = n523, dark_gray_active_Input = n523, dark_gray_active_TextArea = n523, n524 = t([[12, 137], [13, 136], [14, 135], [15, 134], [16, 139], [17, 140], [19, 136], [20, 135], [21, 136], [22, 136], [23, 135], [24, 134], [25, 136], [26, 135], [27, 141], [28, 132]]), dark_gray_active_SliderTrackActive = n524;
1788
+ //# sourceMappingURL=generated-v2.js.map