@tamagui/themes 1.114.4 → 1.115.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/dist/cjs/componentThemeDefinitions.cjs +124 -0
  2. package/dist/cjs/generated-new.cjs +3425 -0
  3. package/dist/cjs/generated-v2.cjs +3327 -0
  4. package/dist/cjs/generated-v3.cjs +1995 -0
  5. package/dist/cjs/helpers.cjs +34 -0
  6. package/dist/cjs/index.cjs +25 -0
  7. package/dist/cjs/{masks.js → masks.cjs} +54 -26
  8. package/dist/cjs/palettes.cjs +52 -0
  9. package/dist/cjs/shadows.cjs +43 -0
  10. package/dist/cjs/templates.cjs +118 -0
  11. package/dist/cjs/themes-new.cjs +86 -0
  12. package/dist/cjs/themes-old.cjs +284 -0
  13. package/dist/cjs/{themes.js → themes.cjs} +22 -14
  14. package/dist/cjs/tokens.cjs +155 -0
  15. package/dist/cjs/v2-themes.cjs +466 -0
  16. package/dist/cjs/{v2.js → v2.cjs} +32 -15
  17. package/dist/cjs/v3-themes.cjs +556 -0
  18. package/dist/cjs/{v3.js → v3.cjs} +32 -15
  19. package/package.json +13 -12
  20. package/dist/cjs/componentThemeDefinitions.js +0 -123
  21. package/dist/cjs/generated-new.js +0 -1806
  22. package/dist/cjs/generated-v2.js +0 -1788
  23. package/dist/cjs/generated-v3.js +0 -3564
  24. package/dist/cjs/helpers.js +0 -29
  25. package/dist/cjs/index.js +0 -22
  26. package/dist/cjs/palettes.js +0 -82
  27. package/dist/cjs/shadows.js +0 -34
  28. package/dist/cjs/templates.js +0 -106
  29. package/dist/cjs/themes-new.js +0 -76
  30. package/dist/cjs/themes-old.js +0 -266
  31. package/dist/cjs/tokens.js +0 -143
  32. package/dist/cjs/v2-themes.js +0 -479
  33. package/dist/cjs/v3-themes.js +0 -594
  34. /package/dist/cjs/{componentThemeDefinitions.js.map → componentThemeDefinitions.cjs.map} +0 -0
  35. /package/dist/cjs/{generated-new.js.map → generated-new.cjs.map} +0 -0
  36. /package/dist/cjs/{generated-v2.js.map → generated-v2.cjs.map} +0 -0
  37. /package/dist/cjs/{generated-v3.js.map → generated-v3.cjs.map} +0 -0
  38. /package/dist/cjs/{helpers.js.map → helpers.cjs.map} +0 -0
  39. /package/dist/cjs/{index.js.map → index.cjs.map} +0 -0
  40. /package/dist/cjs/{masks.js.map → masks.cjs.map} +0 -0
  41. /package/dist/cjs/{palettes.js.map → palettes.cjs.map} +0 -0
  42. /package/dist/cjs/{shadows.js.map → shadows.cjs.map} +0 -0
  43. /package/dist/cjs/{templates.js.map → templates.cjs.map} +0 -0
  44. /package/dist/cjs/{themes-new.js.map → themes-new.cjs.map} +0 -0
  45. /package/dist/cjs/{themes-old.js.map → themes-old.cjs.map} +0 -0
  46. /package/dist/cjs/{themes.js.map → themes.cjs.map} +0 -0
  47. /package/dist/cjs/{tokens.js.map → tokens.cjs.map} +0 -0
  48. /package/dist/cjs/{v2-themes.js.map → v2-themes.cjs.map} +0 -0
  49. /package/dist/cjs/{v2.js.map → v2.cjs.map} +0 -0
  50. /package/dist/cjs/{v3-themes.js.map → v3-themes.cjs.map} +0 -0
  51. /package/dist/cjs/{v3.js.map → v3.cjs.map} +0 -0
@@ -1,3564 +0,0 @@
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_v3_exports = {};
16
- __export(generated_v3_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_Input: () => dark_Input,
23
- dark_ListItem: () => dark_ListItem,
24
- dark_ModalOverlay: () => dark_ModalOverlay,
25
- dark_Progress: () => dark_Progress,
26
- dark_ProgressIndicator: () => dark_ProgressIndicator,
27
- dark_RadioGroupItem: () => dark_RadioGroupItem,
28
- dark_SelectTrigger: () => dark_SelectTrigger,
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_Card: () => dark_active_Card,
42
- dark_active_Checkbox: () => dark_active_Checkbox,
43
- dark_active_DialogOverlay: () => dark_active_DialogOverlay,
44
- dark_active_Input: () => dark_active_Input,
45
- dark_active_ListItem: () => dark_active_ListItem,
46
- dark_active_ModalOverlay: () => dark_active_ModalOverlay,
47
- dark_active_Progress: () => dark_active_Progress,
48
- dark_active_ProgressIndicator: () => dark_active_ProgressIndicator,
49
- dark_active_RadioGroupItem: () => dark_active_RadioGroupItem,
50
- dark_active_SelectTrigger: () => dark_active_SelectTrigger,
51
- dark_active_SheetOverlay: () => dark_active_SheetOverlay,
52
- dark_active_SliderThumb: () => dark_active_SliderThumb,
53
- dark_active_SliderTrack: () => dark_active_SliderTrack,
54
- dark_active_SliderTrackActive: () => dark_active_SliderTrackActive,
55
- dark_active_Switch: () => dark_active_Switch,
56
- dark_active_SwitchThumb: () => dark_active_SwitchThumb,
57
- dark_active_TextArea: () => dark_active_TextArea,
58
- dark_active_Tooltip: () => dark_active_Tooltip,
59
- dark_active_TooltipArrow: () => dark_active_TooltipArrow,
60
- dark_active_TooltipContent: () => dark_active_TooltipContent,
61
- dark_alt1: () => dark_alt1,
62
- dark_alt2: () => dark_alt2,
63
- dark_blue: () => dark_blue,
64
- dark_blue_Button: () => dark_blue_Button,
65
- dark_blue_Card: () => dark_blue_Card,
66
- dark_blue_Checkbox: () => dark_blue_Checkbox,
67
- dark_blue_DialogOverlay: () => dark_blue_DialogOverlay,
68
- dark_blue_Input: () => dark_blue_Input,
69
- dark_blue_ListItem: () => dark_blue_ListItem,
70
- dark_blue_ModalOverlay: () => dark_blue_ModalOverlay,
71
- dark_blue_Progress: () => dark_blue_Progress,
72
- dark_blue_ProgressIndicator: () => dark_blue_ProgressIndicator,
73
- dark_blue_RadioGroupItem: () => dark_blue_RadioGroupItem,
74
- dark_blue_SelectTrigger: () => dark_blue_SelectTrigger,
75
- dark_blue_SheetOverlay: () => dark_blue_SheetOverlay,
76
- dark_blue_SliderThumb: () => dark_blue_SliderThumb,
77
- dark_blue_SliderTrack: () => dark_blue_SliderTrack,
78
- dark_blue_SliderTrackActive: () => dark_blue_SliderTrackActive,
79
- dark_blue_Switch: () => dark_blue_Switch,
80
- dark_blue_SwitchThumb: () => dark_blue_SwitchThumb,
81
- dark_blue_TextArea: () => dark_blue_TextArea,
82
- dark_blue_Tooltip: () => dark_blue_Tooltip,
83
- dark_blue_TooltipArrow: () => dark_blue_TooltipArrow,
84
- dark_blue_TooltipContent: () => dark_blue_TooltipContent,
85
- dark_blue_active: () => dark_blue_active,
86
- dark_blue_active_Button: () => dark_blue_active_Button,
87
- dark_blue_active_Card: () => dark_blue_active_Card,
88
- dark_blue_active_Checkbox: () => dark_blue_active_Checkbox,
89
- dark_blue_active_DialogOverlay: () => dark_blue_active_DialogOverlay,
90
- dark_blue_active_Input: () => dark_blue_active_Input,
91
- dark_blue_active_ListItem: () => dark_blue_active_ListItem,
92
- dark_blue_active_ModalOverlay: () => dark_blue_active_ModalOverlay,
93
- dark_blue_active_Progress: () => dark_blue_active_Progress,
94
- dark_blue_active_ProgressIndicator: () => dark_blue_active_ProgressIndicator,
95
- dark_blue_active_RadioGroupItem: () => dark_blue_active_RadioGroupItem,
96
- dark_blue_active_SelectTrigger: () => dark_blue_active_SelectTrigger,
97
- dark_blue_active_SheetOverlay: () => dark_blue_active_SheetOverlay,
98
- dark_blue_active_SliderThumb: () => dark_blue_active_SliderThumb,
99
- dark_blue_active_SliderTrack: () => dark_blue_active_SliderTrack,
100
- dark_blue_active_SliderTrackActive: () => dark_blue_active_SliderTrackActive,
101
- dark_blue_active_Switch: () => dark_blue_active_Switch,
102
- dark_blue_active_SwitchThumb: () => dark_blue_active_SwitchThumb,
103
- dark_blue_active_TextArea: () => dark_blue_active_TextArea,
104
- dark_blue_active_Tooltip: () => dark_blue_active_Tooltip,
105
- dark_blue_active_TooltipArrow: () => dark_blue_active_TooltipArrow,
106
- dark_blue_active_TooltipContent: () => dark_blue_active_TooltipContent,
107
- dark_blue_alt1: () => dark_blue_alt1,
108
- dark_blue_alt2: () => dark_blue_alt2,
109
- dark_blue_surface1: () => dark_blue_surface1,
110
- dark_blue_surface2: () => dark_blue_surface2,
111
- dark_blue_surface3: () => dark_blue_surface3,
112
- dark_blue_surface4: () => dark_blue_surface4,
113
- dark_gray: () => dark_gray,
114
- dark_gray_Button: () => dark_gray_Button,
115
- dark_gray_Card: () => dark_gray_Card,
116
- dark_gray_Checkbox: () => dark_gray_Checkbox,
117
- dark_gray_DialogOverlay: () => dark_gray_DialogOverlay,
118
- dark_gray_Input: () => dark_gray_Input,
119
- dark_gray_ListItem: () => dark_gray_ListItem,
120
- dark_gray_ModalOverlay: () => dark_gray_ModalOverlay,
121
- dark_gray_Progress: () => dark_gray_Progress,
122
- dark_gray_ProgressIndicator: () => dark_gray_ProgressIndicator,
123
- dark_gray_RadioGroupItem: () => dark_gray_RadioGroupItem,
124
- dark_gray_SelectTrigger: () => dark_gray_SelectTrigger,
125
- dark_gray_SheetOverlay: () => dark_gray_SheetOverlay,
126
- dark_gray_SliderThumb: () => dark_gray_SliderThumb,
127
- dark_gray_SliderTrack: () => dark_gray_SliderTrack,
128
- dark_gray_SliderTrackActive: () => dark_gray_SliderTrackActive,
129
- dark_gray_Switch: () => dark_gray_Switch,
130
- dark_gray_SwitchThumb: () => dark_gray_SwitchThumb,
131
- dark_gray_TextArea: () => dark_gray_TextArea,
132
- dark_gray_Tooltip: () => dark_gray_Tooltip,
133
- dark_gray_TooltipArrow: () => dark_gray_TooltipArrow,
134
- dark_gray_TooltipContent: () => dark_gray_TooltipContent,
135
- dark_gray_active: () => dark_gray_active,
136
- dark_gray_active_Button: () => dark_gray_active_Button,
137
- dark_gray_active_Card: () => dark_gray_active_Card,
138
- dark_gray_active_Checkbox: () => dark_gray_active_Checkbox,
139
- dark_gray_active_DialogOverlay: () => dark_gray_active_DialogOverlay,
140
- dark_gray_active_Input: () => dark_gray_active_Input,
141
- dark_gray_active_ListItem: () => dark_gray_active_ListItem,
142
- dark_gray_active_ModalOverlay: () => dark_gray_active_ModalOverlay,
143
- dark_gray_active_Progress: () => dark_gray_active_Progress,
144
- dark_gray_active_ProgressIndicator: () => dark_gray_active_ProgressIndicator,
145
- dark_gray_active_RadioGroupItem: () => dark_gray_active_RadioGroupItem,
146
- dark_gray_active_SelectTrigger: () => dark_gray_active_SelectTrigger,
147
- dark_gray_active_SheetOverlay: () => dark_gray_active_SheetOverlay,
148
- dark_gray_active_SliderThumb: () => dark_gray_active_SliderThumb,
149
- dark_gray_active_SliderTrack: () => dark_gray_active_SliderTrack,
150
- dark_gray_active_SliderTrackActive: () => dark_gray_active_SliderTrackActive,
151
- dark_gray_active_Switch: () => dark_gray_active_Switch,
152
- dark_gray_active_SwitchThumb: () => dark_gray_active_SwitchThumb,
153
- dark_gray_active_TextArea: () => dark_gray_active_TextArea,
154
- dark_gray_active_Tooltip: () => dark_gray_active_Tooltip,
155
- dark_gray_active_TooltipArrow: () => dark_gray_active_TooltipArrow,
156
- dark_gray_active_TooltipContent: () => dark_gray_active_TooltipContent,
157
- dark_gray_alt1: () => dark_gray_alt1,
158
- dark_gray_alt2: () => dark_gray_alt2,
159
- dark_gray_surface1: () => dark_gray_surface1,
160
- dark_gray_surface2: () => dark_gray_surface2,
161
- dark_gray_surface3: () => dark_gray_surface3,
162
- dark_gray_surface4: () => dark_gray_surface4,
163
- dark_green: () => dark_green,
164
- dark_green_Button: () => dark_green_Button,
165
- dark_green_Card: () => dark_green_Card,
166
- dark_green_Checkbox: () => dark_green_Checkbox,
167
- dark_green_DialogOverlay: () => dark_green_DialogOverlay,
168
- dark_green_Input: () => dark_green_Input,
169
- dark_green_ListItem: () => dark_green_ListItem,
170
- dark_green_ModalOverlay: () => dark_green_ModalOverlay,
171
- dark_green_Progress: () => dark_green_Progress,
172
- dark_green_ProgressIndicator: () => dark_green_ProgressIndicator,
173
- dark_green_RadioGroupItem: () => dark_green_RadioGroupItem,
174
- dark_green_SelectTrigger: () => dark_green_SelectTrigger,
175
- dark_green_SheetOverlay: () => dark_green_SheetOverlay,
176
- dark_green_SliderThumb: () => dark_green_SliderThumb,
177
- dark_green_SliderTrack: () => dark_green_SliderTrack,
178
- dark_green_SliderTrackActive: () => dark_green_SliderTrackActive,
179
- dark_green_Switch: () => dark_green_Switch,
180
- dark_green_SwitchThumb: () => dark_green_SwitchThumb,
181
- dark_green_TextArea: () => dark_green_TextArea,
182
- dark_green_Tooltip: () => dark_green_Tooltip,
183
- dark_green_TooltipArrow: () => dark_green_TooltipArrow,
184
- dark_green_TooltipContent: () => dark_green_TooltipContent,
185
- dark_green_active: () => dark_green_active,
186
- dark_green_active_Button: () => dark_green_active_Button,
187
- dark_green_active_Card: () => dark_green_active_Card,
188
- dark_green_active_Checkbox: () => dark_green_active_Checkbox,
189
- dark_green_active_DialogOverlay: () => dark_green_active_DialogOverlay,
190
- dark_green_active_Input: () => dark_green_active_Input,
191
- dark_green_active_ListItem: () => dark_green_active_ListItem,
192
- dark_green_active_ModalOverlay: () => dark_green_active_ModalOverlay,
193
- dark_green_active_Progress: () => dark_green_active_Progress,
194
- dark_green_active_ProgressIndicator: () => dark_green_active_ProgressIndicator,
195
- dark_green_active_RadioGroupItem: () => dark_green_active_RadioGroupItem,
196
- dark_green_active_SelectTrigger: () => dark_green_active_SelectTrigger,
197
- dark_green_active_SheetOverlay: () => dark_green_active_SheetOverlay,
198
- dark_green_active_SliderThumb: () => dark_green_active_SliderThumb,
199
- dark_green_active_SliderTrack: () => dark_green_active_SliderTrack,
200
- dark_green_active_SliderTrackActive: () => dark_green_active_SliderTrackActive,
201
- dark_green_active_Switch: () => dark_green_active_Switch,
202
- dark_green_active_SwitchThumb: () => dark_green_active_SwitchThumb,
203
- dark_green_active_TextArea: () => dark_green_active_TextArea,
204
- dark_green_active_Tooltip: () => dark_green_active_Tooltip,
205
- dark_green_active_TooltipArrow: () => dark_green_active_TooltipArrow,
206
- dark_green_active_TooltipContent: () => dark_green_active_TooltipContent,
207
- dark_green_alt1: () => dark_green_alt1,
208
- dark_green_alt2: () => dark_green_alt2,
209
- dark_green_surface1: () => dark_green_surface1,
210
- dark_green_surface2: () => dark_green_surface2,
211
- dark_green_surface3: () => dark_green_surface3,
212
- dark_green_surface4: () => dark_green_surface4,
213
- dark_orange: () => dark_orange,
214
- dark_orange_Button: () => dark_orange_Button,
215
- dark_orange_Card: () => dark_orange_Card,
216
- dark_orange_Checkbox: () => dark_orange_Checkbox,
217
- dark_orange_DialogOverlay: () => dark_orange_DialogOverlay,
218
- dark_orange_Input: () => dark_orange_Input,
219
- dark_orange_ListItem: () => dark_orange_ListItem,
220
- dark_orange_ModalOverlay: () => dark_orange_ModalOverlay,
221
- dark_orange_Progress: () => dark_orange_Progress,
222
- dark_orange_ProgressIndicator: () => dark_orange_ProgressIndicator,
223
- dark_orange_RadioGroupItem: () => dark_orange_RadioGroupItem,
224
- dark_orange_SelectTrigger: () => dark_orange_SelectTrigger,
225
- dark_orange_SheetOverlay: () => dark_orange_SheetOverlay,
226
- dark_orange_SliderThumb: () => dark_orange_SliderThumb,
227
- dark_orange_SliderTrack: () => dark_orange_SliderTrack,
228
- dark_orange_SliderTrackActive: () => dark_orange_SliderTrackActive,
229
- dark_orange_Switch: () => dark_orange_Switch,
230
- dark_orange_SwitchThumb: () => dark_orange_SwitchThumb,
231
- dark_orange_TextArea: () => dark_orange_TextArea,
232
- dark_orange_Tooltip: () => dark_orange_Tooltip,
233
- dark_orange_TooltipArrow: () => dark_orange_TooltipArrow,
234
- dark_orange_TooltipContent: () => dark_orange_TooltipContent,
235
- dark_orange_active: () => dark_orange_active,
236
- dark_orange_active_Button: () => dark_orange_active_Button,
237
- dark_orange_active_Card: () => dark_orange_active_Card,
238
- dark_orange_active_Checkbox: () => dark_orange_active_Checkbox,
239
- dark_orange_active_DialogOverlay: () => dark_orange_active_DialogOverlay,
240
- dark_orange_active_Input: () => dark_orange_active_Input,
241
- dark_orange_active_ListItem: () => dark_orange_active_ListItem,
242
- dark_orange_active_ModalOverlay: () => dark_orange_active_ModalOverlay,
243
- dark_orange_active_Progress: () => dark_orange_active_Progress,
244
- dark_orange_active_ProgressIndicator: () => dark_orange_active_ProgressIndicator,
245
- dark_orange_active_RadioGroupItem: () => dark_orange_active_RadioGroupItem,
246
- dark_orange_active_SelectTrigger: () => dark_orange_active_SelectTrigger,
247
- dark_orange_active_SheetOverlay: () => dark_orange_active_SheetOverlay,
248
- dark_orange_active_SliderThumb: () => dark_orange_active_SliderThumb,
249
- dark_orange_active_SliderTrack: () => dark_orange_active_SliderTrack,
250
- dark_orange_active_SliderTrackActive: () => dark_orange_active_SliderTrackActive,
251
- dark_orange_active_Switch: () => dark_orange_active_Switch,
252
- dark_orange_active_SwitchThumb: () => dark_orange_active_SwitchThumb,
253
- dark_orange_active_TextArea: () => dark_orange_active_TextArea,
254
- dark_orange_active_Tooltip: () => dark_orange_active_Tooltip,
255
- dark_orange_active_TooltipArrow: () => dark_orange_active_TooltipArrow,
256
- dark_orange_active_TooltipContent: () => dark_orange_active_TooltipContent,
257
- dark_orange_alt1: () => dark_orange_alt1,
258
- dark_orange_alt2: () => dark_orange_alt2,
259
- dark_orange_surface1: () => dark_orange_surface1,
260
- dark_orange_surface2: () => dark_orange_surface2,
261
- dark_orange_surface3: () => dark_orange_surface3,
262
- dark_orange_surface4: () => dark_orange_surface4,
263
- dark_pink: () => dark_pink,
264
- dark_pink_Button: () => dark_pink_Button,
265
- dark_pink_Card: () => dark_pink_Card,
266
- dark_pink_Checkbox: () => dark_pink_Checkbox,
267
- dark_pink_DialogOverlay: () => dark_pink_DialogOverlay,
268
- dark_pink_Input: () => dark_pink_Input,
269
- dark_pink_ListItem: () => dark_pink_ListItem,
270
- dark_pink_ModalOverlay: () => dark_pink_ModalOverlay,
271
- dark_pink_Progress: () => dark_pink_Progress,
272
- dark_pink_ProgressIndicator: () => dark_pink_ProgressIndicator,
273
- dark_pink_RadioGroupItem: () => dark_pink_RadioGroupItem,
274
- dark_pink_SelectTrigger: () => dark_pink_SelectTrigger,
275
- dark_pink_SheetOverlay: () => dark_pink_SheetOverlay,
276
- dark_pink_SliderThumb: () => dark_pink_SliderThumb,
277
- dark_pink_SliderTrack: () => dark_pink_SliderTrack,
278
- dark_pink_SliderTrackActive: () => dark_pink_SliderTrackActive,
279
- dark_pink_Switch: () => dark_pink_Switch,
280
- dark_pink_SwitchThumb: () => dark_pink_SwitchThumb,
281
- dark_pink_TextArea: () => dark_pink_TextArea,
282
- dark_pink_Tooltip: () => dark_pink_Tooltip,
283
- dark_pink_TooltipArrow: () => dark_pink_TooltipArrow,
284
- dark_pink_TooltipContent: () => dark_pink_TooltipContent,
285
- dark_pink_active: () => dark_pink_active,
286
- dark_pink_active_Button: () => dark_pink_active_Button,
287
- dark_pink_active_Card: () => dark_pink_active_Card,
288
- dark_pink_active_Checkbox: () => dark_pink_active_Checkbox,
289
- dark_pink_active_DialogOverlay: () => dark_pink_active_DialogOverlay,
290
- dark_pink_active_Input: () => dark_pink_active_Input,
291
- dark_pink_active_ListItem: () => dark_pink_active_ListItem,
292
- dark_pink_active_ModalOverlay: () => dark_pink_active_ModalOverlay,
293
- dark_pink_active_Progress: () => dark_pink_active_Progress,
294
- dark_pink_active_ProgressIndicator: () => dark_pink_active_ProgressIndicator,
295
- dark_pink_active_RadioGroupItem: () => dark_pink_active_RadioGroupItem,
296
- dark_pink_active_SelectTrigger: () => dark_pink_active_SelectTrigger,
297
- dark_pink_active_SheetOverlay: () => dark_pink_active_SheetOverlay,
298
- dark_pink_active_SliderThumb: () => dark_pink_active_SliderThumb,
299
- dark_pink_active_SliderTrack: () => dark_pink_active_SliderTrack,
300
- dark_pink_active_SliderTrackActive: () => dark_pink_active_SliderTrackActive,
301
- dark_pink_active_Switch: () => dark_pink_active_Switch,
302
- dark_pink_active_SwitchThumb: () => dark_pink_active_SwitchThumb,
303
- dark_pink_active_TextArea: () => dark_pink_active_TextArea,
304
- dark_pink_active_Tooltip: () => dark_pink_active_Tooltip,
305
- dark_pink_active_TooltipArrow: () => dark_pink_active_TooltipArrow,
306
- dark_pink_active_TooltipContent: () => dark_pink_active_TooltipContent,
307
- dark_pink_alt1: () => dark_pink_alt1,
308
- dark_pink_alt2: () => dark_pink_alt2,
309
- dark_pink_surface1: () => dark_pink_surface1,
310
- dark_pink_surface2: () => dark_pink_surface2,
311
- dark_pink_surface3: () => dark_pink_surface3,
312
- dark_pink_surface4: () => dark_pink_surface4,
313
- dark_purple: () => dark_purple,
314
- dark_purple_Button: () => dark_purple_Button,
315
- dark_purple_Card: () => dark_purple_Card,
316
- dark_purple_Checkbox: () => dark_purple_Checkbox,
317
- dark_purple_DialogOverlay: () => dark_purple_DialogOverlay,
318
- dark_purple_Input: () => dark_purple_Input,
319
- dark_purple_ListItem: () => dark_purple_ListItem,
320
- dark_purple_ModalOverlay: () => dark_purple_ModalOverlay,
321
- dark_purple_Progress: () => dark_purple_Progress,
322
- dark_purple_ProgressIndicator: () => dark_purple_ProgressIndicator,
323
- dark_purple_RadioGroupItem: () => dark_purple_RadioGroupItem,
324
- dark_purple_SelectTrigger: () => dark_purple_SelectTrigger,
325
- dark_purple_SheetOverlay: () => dark_purple_SheetOverlay,
326
- dark_purple_SliderThumb: () => dark_purple_SliderThumb,
327
- dark_purple_SliderTrack: () => dark_purple_SliderTrack,
328
- dark_purple_SliderTrackActive: () => dark_purple_SliderTrackActive,
329
- dark_purple_Switch: () => dark_purple_Switch,
330
- dark_purple_SwitchThumb: () => dark_purple_SwitchThumb,
331
- dark_purple_TextArea: () => dark_purple_TextArea,
332
- dark_purple_Tooltip: () => dark_purple_Tooltip,
333
- dark_purple_TooltipArrow: () => dark_purple_TooltipArrow,
334
- dark_purple_TooltipContent: () => dark_purple_TooltipContent,
335
- dark_purple_active: () => dark_purple_active,
336
- dark_purple_active_Button: () => dark_purple_active_Button,
337
- dark_purple_active_Card: () => dark_purple_active_Card,
338
- dark_purple_active_Checkbox: () => dark_purple_active_Checkbox,
339
- dark_purple_active_DialogOverlay: () => dark_purple_active_DialogOverlay,
340
- dark_purple_active_Input: () => dark_purple_active_Input,
341
- dark_purple_active_ListItem: () => dark_purple_active_ListItem,
342
- dark_purple_active_ModalOverlay: () => dark_purple_active_ModalOverlay,
343
- dark_purple_active_Progress: () => dark_purple_active_Progress,
344
- dark_purple_active_ProgressIndicator: () => dark_purple_active_ProgressIndicator,
345
- dark_purple_active_RadioGroupItem: () => dark_purple_active_RadioGroupItem,
346
- dark_purple_active_SelectTrigger: () => dark_purple_active_SelectTrigger,
347
- dark_purple_active_SheetOverlay: () => dark_purple_active_SheetOverlay,
348
- dark_purple_active_SliderThumb: () => dark_purple_active_SliderThumb,
349
- dark_purple_active_SliderTrack: () => dark_purple_active_SliderTrack,
350
- dark_purple_active_SliderTrackActive: () => dark_purple_active_SliderTrackActive,
351
- dark_purple_active_Switch: () => dark_purple_active_Switch,
352
- dark_purple_active_SwitchThumb: () => dark_purple_active_SwitchThumb,
353
- dark_purple_active_TextArea: () => dark_purple_active_TextArea,
354
- dark_purple_active_Tooltip: () => dark_purple_active_Tooltip,
355
- dark_purple_active_TooltipArrow: () => dark_purple_active_TooltipArrow,
356
- dark_purple_active_TooltipContent: () => dark_purple_active_TooltipContent,
357
- dark_purple_alt1: () => dark_purple_alt1,
358
- dark_purple_alt2: () => dark_purple_alt2,
359
- dark_purple_surface1: () => dark_purple_surface1,
360
- dark_purple_surface2: () => dark_purple_surface2,
361
- dark_purple_surface3: () => dark_purple_surface3,
362
- dark_purple_surface4: () => dark_purple_surface4,
363
- dark_red: () => dark_red,
364
- dark_red_Button: () => dark_red_Button,
365
- dark_red_Card: () => dark_red_Card,
366
- dark_red_Checkbox: () => dark_red_Checkbox,
367
- dark_red_DialogOverlay: () => dark_red_DialogOverlay,
368
- dark_red_Input: () => dark_red_Input,
369
- dark_red_ListItem: () => dark_red_ListItem,
370
- dark_red_ModalOverlay: () => dark_red_ModalOverlay,
371
- dark_red_Progress: () => dark_red_Progress,
372
- dark_red_ProgressIndicator: () => dark_red_ProgressIndicator,
373
- dark_red_RadioGroupItem: () => dark_red_RadioGroupItem,
374
- dark_red_SelectTrigger: () => dark_red_SelectTrigger,
375
- dark_red_SheetOverlay: () => dark_red_SheetOverlay,
376
- dark_red_SliderThumb: () => dark_red_SliderThumb,
377
- dark_red_SliderTrack: () => dark_red_SliderTrack,
378
- dark_red_SliderTrackActive: () => dark_red_SliderTrackActive,
379
- dark_red_Switch: () => dark_red_Switch,
380
- dark_red_SwitchThumb: () => dark_red_SwitchThumb,
381
- dark_red_TextArea: () => dark_red_TextArea,
382
- dark_red_Tooltip: () => dark_red_Tooltip,
383
- dark_red_TooltipArrow: () => dark_red_TooltipArrow,
384
- dark_red_TooltipContent: () => dark_red_TooltipContent,
385
- dark_red_active: () => dark_red_active,
386
- dark_red_active_Button: () => dark_red_active_Button,
387
- dark_red_active_Card: () => dark_red_active_Card,
388
- dark_red_active_Checkbox: () => dark_red_active_Checkbox,
389
- dark_red_active_DialogOverlay: () => dark_red_active_DialogOverlay,
390
- dark_red_active_Input: () => dark_red_active_Input,
391
- dark_red_active_ListItem: () => dark_red_active_ListItem,
392
- dark_red_active_ModalOverlay: () => dark_red_active_ModalOverlay,
393
- dark_red_active_Progress: () => dark_red_active_Progress,
394
- dark_red_active_ProgressIndicator: () => dark_red_active_ProgressIndicator,
395
- dark_red_active_RadioGroupItem: () => dark_red_active_RadioGroupItem,
396
- dark_red_active_SelectTrigger: () => dark_red_active_SelectTrigger,
397
- dark_red_active_SheetOverlay: () => dark_red_active_SheetOverlay,
398
- dark_red_active_SliderThumb: () => dark_red_active_SliderThumb,
399
- dark_red_active_SliderTrack: () => dark_red_active_SliderTrack,
400
- dark_red_active_SliderTrackActive: () => dark_red_active_SliderTrackActive,
401
- dark_red_active_Switch: () => dark_red_active_Switch,
402
- dark_red_active_SwitchThumb: () => dark_red_active_SwitchThumb,
403
- dark_red_active_TextArea: () => dark_red_active_TextArea,
404
- dark_red_active_Tooltip: () => dark_red_active_Tooltip,
405
- dark_red_active_TooltipArrow: () => dark_red_active_TooltipArrow,
406
- dark_red_active_TooltipContent: () => dark_red_active_TooltipContent,
407
- dark_red_alt1: () => dark_red_alt1,
408
- dark_red_alt2: () => dark_red_alt2,
409
- dark_red_surface1: () => dark_red_surface1,
410
- dark_red_surface2: () => dark_red_surface2,
411
- dark_red_surface3: () => dark_red_surface3,
412
- dark_red_surface4: () => dark_red_surface4,
413
- dark_surface1: () => dark_surface1,
414
- dark_surface2: () => dark_surface2,
415
- dark_surface3: () => dark_surface3,
416
- dark_surface4: () => dark_surface4,
417
- dark_yellow: () => dark_yellow,
418
- dark_yellow_Button: () => dark_yellow_Button,
419
- dark_yellow_Card: () => dark_yellow_Card,
420
- dark_yellow_Checkbox: () => dark_yellow_Checkbox,
421
- dark_yellow_DialogOverlay: () => dark_yellow_DialogOverlay,
422
- dark_yellow_Input: () => dark_yellow_Input,
423
- dark_yellow_ListItem: () => dark_yellow_ListItem,
424
- dark_yellow_ModalOverlay: () => dark_yellow_ModalOverlay,
425
- dark_yellow_Progress: () => dark_yellow_Progress,
426
- dark_yellow_ProgressIndicator: () => dark_yellow_ProgressIndicator,
427
- dark_yellow_RadioGroupItem: () => dark_yellow_RadioGroupItem,
428
- dark_yellow_SelectTrigger: () => dark_yellow_SelectTrigger,
429
- dark_yellow_SheetOverlay: () => dark_yellow_SheetOverlay,
430
- dark_yellow_SliderThumb: () => dark_yellow_SliderThumb,
431
- dark_yellow_SliderTrack: () => dark_yellow_SliderTrack,
432
- dark_yellow_SliderTrackActive: () => dark_yellow_SliderTrackActive,
433
- dark_yellow_Switch: () => dark_yellow_Switch,
434
- dark_yellow_SwitchThumb: () => dark_yellow_SwitchThumb,
435
- dark_yellow_TextArea: () => dark_yellow_TextArea,
436
- dark_yellow_Tooltip: () => dark_yellow_Tooltip,
437
- dark_yellow_TooltipArrow: () => dark_yellow_TooltipArrow,
438
- dark_yellow_TooltipContent: () => dark_yellow_TooltipContent,
439
- dark_yellow_active: () => dark_yellow_active,
440
- dark_yellow_active_Button: () => dark_yellow_active_Button,
441
- dark_yellow_active_Card: () => dark_yellow_active_Card,
442
- dark_yellow_active_Checkbox: () => dark_yellow_active_Checkbox,
443
- dark_yellow_active_DialogOverlay: () => dark_yellow_active_DialogOverlay,
444
- dark_yellow_active_Input: () => dark_yellow_active_Input,
445
- dark_yellow_active_ListItem: () => dark_yellow_active_ListItem,
446
- dark_yellow_active_ModalOverlay: () => dark_yellow_active_ModalOverlay,
447
- dark_yellow_active_Progress: () => dark_yellow_active_Progress,
448
- dark_yellow_active_ProgressIndicator: () => dark_yellow_active_ProgressIndicator,
449
- dark_yellow_active_RadioGroupItem: () => dark_yellow_active_RadioGroupItem,
450
- dark_yellow_active_SelectTrigger: () => dark_yellow_active_SelectTrigger,
451
- dark_yellow_active_SheetOverlay: () => dark_yellow_active_SheetOverlay,
452
- dark_yellow_active_SliderThumb: () => dark_yellow_active_SliderThumb,
453
- dark_yellow_active_SliderTrack: () => dark_yellow_active_SliderTrack,
454
- dark_yellow_active_SliderTrackActive: () => dark_yellow_active_SliderTrackActive,
455
- dark_yellow_active_Switch: () => dark_yellow_active_Switch,
456
- dark_yellow_active_SwitchThumb: () => dark_yellow_active_SwitchThumb,
457
- dark_yellow_active_TextArea: () => dark_yellow_active_TextArea,
458
- dark_yellow_active_Tooltip: () => dark_yellow_active_Tooltip,
459
- dark_yellow_active_TooltipArrow: () => dark_yellow_active_TooltipArrow,
460
- dark_yellow_active_TooltipContent: () => dark_yellow_active_TooltipContent,
461
- dark_yellow_alt1: () => dark_yellow_alt1,
462
- dark_yellow_alt2: () => dark_yellow_alt2,
463
- dark_yellow_surface1: () => dark_yellow_surface1,
464
- dark_yellow_surface2: () => dark_yellow_surface2,
465
- dark_yellow_surface3: () => dark_yellow_surface3,
466
- dark_yellow_surface4: () => dark_yellow_surface4,
467
- light: () => light,
468
- light_Button: () => light_Button,
469
- light_Card: () => light_Card,
470
- light_Checkbox: () => light_Checkbox,
471
- light_DialogOverlay: () => light_DialogOverlay,
472
- light_Input: () => light_Input,
473
- light_ListItem: () => light_ListItem,
474
- light_ModalOverlay: () => light_ModalOverlay,
475
- light_Progress: () => light_Progress,
476
- light_ProgressIndicator: () => light_ProgressIndicator,
477
- light_RadioGroupItem: () => light_RadioGroupItem,
478
- light_SelectTrigger: () => light_SelectTrigger,
479
- light_SheetOverlay: () => light_SheetOverlay,
480
- light_SliderThumb: () => light_SliderThumb,
481
- light_SliderTrack: () => light_SliderTrack,
482
- light_SliderTrackActive: () => light_SliderTrackActive,
483
- light_Switch: () => light_Switch,
484
- light_SwitchThumb: () => light_SwitchThumb,
485
- light_TextArea: () => light_TextArea,
486
- light_Tooltip: () => light_Tooltip,
487
- light_TooltipArrow: () => light_TooltipArrow,
488
- light_TooltipContent: () => light_TooltipContent,
489
- light_active: () => light_active,
490
- light_active_Button: () => light_active_Button,
491
- light_active_Card: () => light_active_Card,
492
- light_active_Checkbox: () => light_active_Checkbox,
493
- light_active_DialogOverlay: () => light_active_DialogOverlay,
494
- light_active_Input: () => light_active_Input,
495
- light_active_ListItem: () => light_active_ListItem,
496
- light_active_ModalOverlay: () => light_active_ModalOverlay,
497
- light_active_Progress: () => light_active_Progress,
498
- light_active_ProgressIndicator: () => light_active_ProgressIndicator,
499
- light_active_RadioGroupItem: () => light_active_RadioGroupItem,
500
- light_active_SelectTrigger: () => light_active_SelectTrigger,
501
- light_active_SheetOverlay: () => light_active_SheetOverlay,
502
- light_active_SliderThumb: () => light_active_SliderThumb,
503
- light_active_SliderTrack: () => light_active_SliderTrack,
504
- light_active_SliderTrackActive: () => light_active_SliderTrackActive,
505
- light_active_Switch: () => light_active_Switch,
506
- light_active_SwitchThumb: () => light_active_SwitchThumb,
507
- light_active_TextArea: () => light_active_TextArea,
508
- light_active_Tooltip: () => light_active_Tooltip,
509
- light_active_TooltipArrow: () => light_active_TooltipArrow,
510
- light_active_TooltipContent: () => light_active_TooltipContent,
511
- light_alt1: () => light_alt1,
512
- light_alt2: () => light_alt2,
513
- light_blue: () => light_blue,
514
- light_blue_Button: () => light_blue_Button,
515
- light_blue_Card: () => light_blue_Card,
516
- light_blue_Checkbox: () => light_blue_Checkbox,
517
- light_blue_DialogOverlay: () => light_blue_DialogOverlay,
518
- light_blue_Input: () => light_blue_Input,
519
- light_blue_ListItem: () => light_blue_ListItem,
520
- light_blue_ModalOverlay: () => light_blue_ModalOverlay,
521
- light_blue_Progress: () => light_blue_Progress,
522
- light_blue_ProgressIndicator: () => light_blue_ProgressIndicator,
523
- light_blue_RadioGroupItem: () => light_blue_RadioGroupItem,
524
- light_blue_SelectTrigger: () => light_blue_SelectTrigger,
525
- light_blue_SheetOverlay: () => light_blue_SheetOverlay,
526
- light_blue_SliderThumb: () => light_blue_SliderThumb,
527
- light_blue_SliderTrack: () => light_blue_SliderTrack,
528
- light_blue_SliderTrackActive: () => light_blue_SliderTrackActive,
529
- light_blue_Switch: () => light_blue_Switch,
530
- light_blue_SwitchThumb: () => light_blue_SwitchThumb,
531
- light_blue_TextArea: () => light_blue_TextArea,
532
- light_blue_Tooltip: () => light_blue_Tooltip,
533
- light_blue_TooltipArrow: () => light_blue_TooltipArrow,
534
- light_blue_TooltipContent: () => light_blue_TooltipContent,
535
- light_blue_active: () => light_blue_active,
536
- light_blue_active_Button: () => light_blue_active_Button,
537
- light_blue_active_Card: () => light_blue_active_Card,
538
- light_blue_active_Checkbox: () => light_blue_active_Checkbox,
539
- light_blue_active_DialogOverlay: () => light_blue_active_DialogOverlay,
540
- light_blue_active_Input: () => light_blue_active_Input,
541
- light_blue_active_ListItem: () => light_blue_active_ListItem,
542
- light_blue_active_ModalOverlay: () => light_blue_active_ModalOverlay,
543
- light_blue_active_Progress: () => light_blue_active_Progress,
544
- light_blue_active_ProgressIndicator: () => light_blue_active_ProgressIndicator,
545
- light_blue_active_RadioGroupItem: () => light_blue_active_RadioGroupItem,
546
- light_blue_active_SelectTrigger: () => light_blue_active_SelectTrigger,
547
- light_blue_active_SheetOverlay: () => light_blue_active_SheetOverlay,
548
- light_blue_active_SliderThumb: () => light_blue_active_SliderThumb,
549
- light_blue_active_SliderTrack: () => light_blue_active_SliderTrack,
550
- light_blue_active_SliderTrackActive: () => light_blue_active_SliderTrackActive,
551
- light_blue_active_Switch: () => light_blue_active_Switch,
552
- light_blue_active_SwitchThumb: () => light_blue_active_SwitchThumb,
553
- light_blue_active_TextArea: () => light_blue_active_TextArea,
554
- light_blue_active_Tooltip: () => light_blue_active_Tooltip,
555
- light_blue_active_TooltipArrow: () => light_blue_active_TooltipArrow,
556
- light_blue_active_TooltipContent: () => light_blue_active_TooltipContent,
557
- light_blue_alt1: () => light_blue_alt1,
558
- light_blue_alt2: () => light_blue_alt2,
559
- light_blue_surface1: () => light_blue_surface1,
560
- light_blue_surface2: () => light_blue_surface2,
561
- light_blue_surface3: () => light_blue_surface3,
562
- light_blue_surface4: () => light_blue_surface4,
563
- light_gray: () => light_gray,
564
- light_gray_Button: () => light_gray_Button,
565
- light_gray_Card: () => light_gray_Card,
566
- light_gray_Checkbox: () => light_gray_Checkbox,
567
- light_gray_DialogOverlay: () => light_gray_DialogOverlay,
568
- light_gray_Input: () => light_gray_Input,
569
- light_gray_ListItem: () => light_gray_ListItem,
570
- light_gray_ModalOverlay: () => light_gray_ModalOverlay,
571
- light_gray_Progress: () => light_gray_Progress,
572
- light_gray_ProgressIndicator: () => light_gray_ProgressIndicator,
573
- light_gray_RadioGroupItem: () => light_gray_RadioGroupItem,
574
- light_gray_SelectTrigger: () => light_gray_SelectTrigger,
575
- light_gray_SheetOverlay: () => light_gray_SheetOverlay,
576
- light_gray_SliderThumb: () => light_gray_SliderThumb,
577
- light_gray_SliderTrack: () => light_gray_SliderTrack,
578
- light_gray_SliderTrackActive: () => light_gray_SliderTrackActive,
579
- light_gray_Switch: () => light_gray_Switch,
580
- light_gray_SwitchThumb: () => light_gray_SwitchThumb,
581
- light_gray_TextArea: () => light_gray_TextArea,
582
- light_gray_Tooltip: () => light_gray_Tooltip,
583
- light_gray_TooltipArrow: () => light_gray_TooltipArrow,
584
- light_gray_TooltipContent: () => light_gray_TooltipContent,
585
- light_gray_active: () => light_gray_active,
586
- light_gray_active_Button: () => light_gray_active_Button,
587
- light_gray_active_Card: () => light_gray_active_Card,
588
- light_gray_active_Checkbox: () => light_gray_active_Checkbox,
589
- light_gray_active_DialogOverlay: () => light_gray_active_DialogOverlay,
590
- light_gray_active_Input: () => light_gray_active_Input,
591
- light_gray_active_ListItem: () => light_gray_active_ListItem,
592
- light_gray_active_ModalOverlay: () => light_gray_active_ModalOverlay,
593
- light_gray_active_Progress: () => light_gray_active_Progress,
594
- light_gray_active_ProgressIndicator: () => light_gray_active_ProgressIndicator,
595
- light_gray_active_RadioGroupItem: () => light_gray_active_RadioGroupItem,
596
- light_gray_active_SelectTrigger: () => light_gray_active_SelectTrigger,
597
- light_gray_active_SheetOverlay: () => light_gray_active_SheetOverlay,
598
- light_gray_active_SliderThumb: () => light_gray_active_SliderThumb,
599
- light_gray_active_SliderTrack: () => light_gray_active_SliderTrack,
600
- light_gray_active_SliderTrackActive: () => light_gray_active_SliderTrackActive,
601
- light_gray_active_Switch: () => light_gray_active_Switch,
602
- light_gray_active_SwitchThumb: () => light_gray_active_SwitchThumb,
603
- light_gray_active_TextArea: () => light_gray_active_TextArea,
604
- light_gray_active_Tooltip: () => light_gray_active_Tooltip,
605
- light_gray_active_TooltipArrow: () => light_gray_active_TooltipArrow,
606
- light_gray_active_TooltipContent: () => light_gray_active_TooltipContent,
607
- light_gray_alt1: () => light_gray_alt1,
608
- light_gray_alt2: () => light_gray_alt2,
609
- light_gray_surface1: () => light_gray_surface1,
610
- light_gray_surface2: () => light_gray_surface2,
611
- light_gray_surface3: () => light_gray_surface3,
612
- light_gray_surface4: () => light_gray_surface4,
613
- light_green: () => light_green,
614
- light_green_Button: () => light_green_Button,
615
- light_green_Card: () => light_green_Card,
616
- light_green_Checkbox: () => light_green_Checkbox,
617
- light_green_DialogOverlay: () => light_green_DialogOverlay,
618
- light_green_Input: () => light_green_Input,
619
- light_green_ListItem: () => light_green_ListItem,
620
- light_green_ModalOverlay: () => light_green_ModalOverlay,
621
- light_green_Progress: () => light_green_Progress,
622
- light_green_ProgressIndicator: () => light_green_ProgressIndicator,
623
- light_green_RadioGroupItem: () => light_green_RadioGroupItem,
624
- light_green_SelectTrigger: () => light_green_SelectTrigger,
625
- light_green_SheetOverlay: () => light_green_SheetOverlay,
626
- light_green_SliderThumb: () => light_green_SliderThumb,
627
- light_green_SliderTrack: () => light_green_SliderTrack,
628
- light_green_SliderTrackActive: () => light_green_SliderTrackActive,
629
- light_green_Switch: () => light_green_Switch,
630
- light_green_SwitchThumb: () => light_green_SwitchThumb,
631
- light_green_TextArea: () => light_green_TextArea,
632
- light_green_Tooltip: () => light_green_Tooltip,
633
- light_green_TooltipArrow: () => light_green_TooltipArrow,
634
- light_green_TooltipContent: () => light_green_TooltipContent,
635
- light_green_active: () => light_green_active,
636
- light_green_active_Button: () => light_green_active_Button,
637
- light_green_active_Card: () => light_green_active_Card,
638
- light_green_active_Checkbox: () => light_green_active_Checkbox,
639
- light_green_active_DialogOverlay: () => light_green_active_DialogOverlay,
640
- light_green_active_Input: () => light_green_active_Input,
641
- light_green_active_ListItem: () => light_green_active_ListItem,
642
- light_green_active_ModalOverlay: () => light_green_active_ModalOverlay,
643
- light_green_active_Progress: () => light_green_active_Progress,
644
- light_green_active_ProgressIndicator: () => light_green_active_ProgressIndicator,
645
- light_green_active_RadioGroupItem: () => light_green_active_RadioGroupItem,
646
- light_green_active_SelectTrigger: () => light_green_active_SelectTrigger,
647
- light_green_active_SheetOverlay: () => light_green_active_SheetOverlay,
648
- light_green_active_SliderThumb: () => light_green_active_SliderThumb,
649
- light_green_active_SliderTrack: () => light_green_active_SliderTrack,
650
- light_green_active_SliderTrackActive: () => light_green_active_SliderTrackActive,
651
- light_green_active_Switch: () => light_green_active_Switch,
652
- light_green_active_SwitchThumb: () => light_green_active_SwitchThumb,
653
- light_green_active_TextArea: () => light_green_active_TextArea,
654
- light_green_active_Tooltip: () => light_green_active_Tooltip,
655
- light_green_active_TooltipArrow: () => light_green_active_TooltipArrow,
656
- light_green_active_TooltipContent: () => light_green_active_TooltipContent,
657
- light_green_alt1: () => light_green_alt1,
658
- light_green_alt2: () => light_green_alt2,
659
- light_green_surface1: () => light_green_surface1,
660
- light_green_surface2: () => light_green_surface2,
661
- light_green_surface3: () => light_green_surface3,
662
- light_green_surface4: () => light_green_surface4,
663
- light_orange: () => light_orange,
664
- light_orange_Button: () => light_orange_Button,
665
- light_orange_Card: () => light_orange_Card,
666
- light_orange_Checkbox: () => light_orange_Checkbox,
667
- light_orange_DialogOverlay: () => light_orange_DialogOverlay,
668
- light_orange_Input: () => light_orange_Input,
669
- light_orange_ListItem: () => light_orange_ListItem,
670
- light_orange_ModalOverlay: () => light_orange_ModalOverlay,
671
- light_orange_Progress: () => light_orange_Progress,
672
- light_orange_ProgressIndicator: () => light_orange_ProgressIndicator,
673
- light_orange_RadioGroupItem: () => light_orange_RadioGroupItem,
674
- light_orange_SelectTrigger: () => light_orange_SelectTrigger,
675
- light_orange_SheetOverlay: () => light_orange_SheetOverlay,
676
- light_orange_SliderThumb: () => light_orange_SliderThumb,
677
- light_orange_SliderTrack: () => light_orange_SliderTrack,
678
- light_orange_SliderTrackActive: () => light_orange_SliderTrackActive,
679
- light_orange_Switch: () => light_orange_Switch,
680
- light_orange_SwitchThumb: () => light_orange_SwitchThumb,
681
- light_orange_TextArea: () => light_orange_TextArea,
682
- light_orange_Tooltip: () => light_orange_Tooltip,
683
- light_orange_TooltipArrow: () => light_orange_TooltipArrow,
684
- light_orange_TooltipContent: () => light_orange_TooltipContent,
685
- light_orange_active: () => light_orange_active,
686
- light_orange_active_Button: () => light_orange_active_Button,
687
- light_orange_active_Card: () => light_orange_active_Card,
688
- light_orange_active_Checkbox: () => light_orange_active_Checkbox,
689
- light_orange_active_DialogOverlay: () => light_orange_active_DialogOverlay,
690
- light_orange_active_Input: () => light_orange_active_Input,
691
- light_orange_active_ListItem: () => light_orange_active_ListItem,
692
- light_orange_active_ModalOverlay: () => light_orange_active_ModalOverlay,
693
- light_orange_active_Progress: () => light_orange_active_Progress,
694
- light_orange_active_ProgressIndicator: () => light_orange_active_ProgressIndicator,
695
- light_orange_active_RadioGroupItem: () => light_orange_active_RadioGroupItem,
696
- light_orange_active_SelectTrigger: () => light_orange_active_SelectTrigger,
697
- light_orange_active_SheetOverlay: () => light_orange_active_SheetOverlay,
698
- light_orange_active_SliderThumb: () => light_orange_active_SliderThumb,
699
- light_orange_active_SliderTrack: () => light_orange_active_SliderTrack,
700
- light_orange_active_SliderTrackActive: () => light_orange_active_SliderTrackActive,
701
- light_orange_active_Switch: () => light_orange_active_Switch,
702
- light_orange_active_SwitchThumb: () => light_orange_active_SwitchThumb,
703
- light_orange_active_TextArea: () => light_orange_active_TextArea,
704
- light_orange_active_Tooltip: () => light_orange_active_Tooltip,
705
- light_orange_active_TooltipArrow: () => light_orange_active_TooltipArrow,
706
- light_orange_active_TooltipContent: () => light_orange_active_TooltipContent,
707
- light_orange_alt1: () => light_orange_alt1,
708
- light_orange_alt2: () => light_orange_alt2,
709
- light_orange_surface1: () => light_orange_surface1,
710
- light_orange_surface2: () => light_orange_surface2,
711
- light_orange_surface3: () => light_orange_surface3,
712
- light_orange_surface4: () => light_orange_surface4,
713
- light_pink: () => light_pink,
714
- light_pink_Button: () => light_pink_Button,
715
- light_pink_Card: () => light_pink_Card,
716
- light_pink_Checkbox: () => light_pink_Checkbox,
717
- light_pink_DialogOverlay: () => light_pink_DialogOverlay,
718
- light_pink_Input: () => light_pink_Input,
719
- light_pink_ListItem: () => light_pink_ListItem,
720
- light_pink_ModalOverlay: () => light_pink_ModalOverlay,
721
- light_pink_Progress: () => light_pink_Progress,
722
- light_pink_ProgressIndicator: () => light_pink_ProgressIndicator,
723
- light_pink_RadioGroupItem: () => light_pink_RadioGroupItem,
724
- light_pink_SelectTrigger: () => light_pink_SelectTrigger,
725
- light_pink_SheetOverlay: () => light_pink_SheetOverlay,
726
- light_pink_SliderThumb: () => light_pink_SliderThumb,
727
- light_pink_SliderTrack: () => light_pink_SliderTrack,
728
- light_pink_SliderTrackActive: () => light_pink_SliderTrackActive,
729
- light_pink_Switch: () => light_pink_Switch,
730
- light_pink_SwitchThumb: () => light_pink_SwitchThumb,
731
- light_pink_TextArea: () => light_pink_TextArea,
732
- light_pink_Tooltip: () => light_pink_Tooltip,
733
- light_pink_TooltipArrow: () => light_pink_TooltipArrow,
734
- light_pink_TooltipContent: () => light_pink_TooltipContent,
735
- light_pink_active: () => light_pink_active,
736
- light_pink_active_Button: () => light_pink_active_Button,
737
- light_pink_active_Card: () => light_pink_active_Card,
738
- light_pink_active_Checkbox: () => light_pink_active_Checkbox,
739
- light_pink_active_DialogOverlay: () => light_pink_active_DialogOverlay,
740
- light_pink_active_Input: () => light_pink_active_Input,
741
- light_pink_active_ListItem: () => light_pink_active_ListItem,
742
- light_pink_active_ModalOverlay: () => light_pink_active_ModalOverlay,
743
- light_pink_active_Progress: () => light_pink_active_Progress,
744
- light_pink_active_ProgressIndicator: () => light_pink_active_ProgressIndicator,
745
- light_pink_active_RadioGroupItem: () => light_pink_active_RadioGroupItem,
746
- light_pink_active_SelectTrigger: () => light_pink_active_SelectTrigger,
747
- light_pink_active_SheetOverlay: () => light_pink_active_SheetOverlay,
748
- light_pink_active_SliderThumb: () => light_pink_active_SliderThumb,
749
- light_pink_active_SliderTrack: () => light_pink_active_SliderTrack,
750
- light_pink_active_SliderTrackActive: () => light_pink_active_SliderTrackActive,
751
- light_pink_active_Switch: () => light_pink_active_Switch,
752
- light_pink_active_SwitchThumb: () => light_pink_active_SwitchThumb,
753
- light_pink_active_TextArea: () => light_pink_active_TextArea,
754
- light_pink_active_Tooltip: () => light_pink_active_Tooltip,
755
- light_pink_active_TooltipArrow: () => light_pink_active_TooltipArrow,
756
- light_pink_active_TooltipContent: () => light_pink_active_TooltipContent,
757
- light_pink_alt1: () => light_pink_alt1,
758
- light_pink_alt2: () => light_pink_alt2,
759
- light_pink_surface1: () => light_pink_surface1,
760
- light_pink_surface2: () => light_pink_surface2,
761
- light_pink_surface3: () => light_pink_surface3,
762
- light_pink_surface4: () => light_pink_surface4,
763
- light_purple: () => light_purple,
764
- light_purple_Button: () => light_purple_Button,
765
- light_purple_Card: () => light_purple_Card,
766
- light_purple_Checkbox: () => light_purple_Checkbox,
767
- light_purple_DialogOverlay: () => light_purple_DialogOverlay,
768
- light_purple_Input: () => light_purple_Input,
769
- light_purple_ListItem: () => light_purple_ListItem,
770
- light_purple_ModalOverlay: () => light_purple_ModalOverlay,
771
- light_purple_Progress: () => light_purple_Progress,
772
- light_purple_ProgressIndicator: () => light_purple_ProgressIndicator,
773
- light_purple_RadioGroupItem: () => light_purple_RadioGroupItem,
774
- light_purple_SelectTrigger: () => light_purple_SelectTrigger,
775
- light_purple_SheetOverlay: () => light_purple_SheetOverlay,
776
- light_purple_SliderThumb: () => light_purple_SliderThumb,
777
- light_purple_SliderTrack: () => light_purple_SliderTrack,
778
- light_purple_SliderTrackActive: () => light_purple_SliderTrackActive,
779
- light_purple_Switch: () => light_purple_Switch,
780
- light_purple_SwitchThumb: () => light_purple_SwitchThumb,
781
- light_purple_TextArea: () => light_purple_TextArea,
782
- light_purple_Tooltip: () => light_purple_Tooltip,
783
- light_purple_TooltipArrow: () => light_purple_TooltipArrow,
784
- light_purple_TooltipContent: () => light_purple_TooltipContent,
785
- light_purple_active: () => light_purple_active,
786
- light_purple_active_Button: () => light_purple_active_Button,
787
- light_purple_active_Card: () => light_purple_active_Card,
788
- light_purple_active_Checkbox: () => light_purple_active_Checkbox,
789
- light_purple_active_DialogOverlay: () => light_purple_active_DialogOverlay,
790
- light_purple_active_Input: () => light_purple_active_Input,
791
- light_purple_active_ListItem: () => light_purple_active_ListItem,
792
- light_purple_active_ModalOverlay: () => light_purple_active_ModalOverlay,
793
- light_purple_active_Progress: () => light_purple_active_Progress,
794
- light_purple_active_ProgressIndicator: () => light_purple_active_ProgressIndicator,
795
- light_purple_active_RadioGroupItem: () => light_purple_active_RadioGroupItem,
796
- light_purple_active_SelectTrigger: () => light_purple_active_SelectTrigger,
797
- light_purple_active_SheetOverlay: () => light_purple_active_SheetOverlay,
798
- light_purple_active_SliderThumb: () => light_purple_active_SliderThumb,
799
- light_purple_active_SliderTrack: () => light_purple_active_SliderTrack,
800
- light_purple_active_SliderTrackActive: () => light_purple_active_SliderTrackActive,
801
- light_purple_active_Switch: () => light_purple_active_Switch,
802
- light_purple_active_SwitchThumb: () => light_purple_active_SwitchThumb,
803
- light_purple_active_TextArea: () => light_purple_active_TextArea,
804
- light_purple_active_Tooltip: () => light_purple_active_Tooltip,
805
- light_purple_active_TooltipArrow: () => light_purple_active_TooltipArrow,
806
- light_purple_active_TooltipContent: () => light_purple_active_TooltipContent,
807
- light_purple_alt1: () => light_purple_alt1,
808
- light_purple_alt2: () => light_purple_alt2,
809
- light_purple_surface1: () => light_purple_surface1,
810
- light_purple_surface2: () => light_purple_surface2,
811
- light_purple_surface3: () => light_purple_surface3,
812
- light_purple_surface4: () => light_purple_surface4,
813
- light_red: () => light_red,
814
- light_red_Button: () => light_red_Button,
815
- light_red_Card: () => light_red_Card,
816
- light_red_Checkbox: () => light_red_Checkbox,
817
- light_red_DialogOverlay: () => light_red_DialogOverlay,
818
- light_red_Input: () => light_red_Input,
819
- light_red_ListItem: () => light_red_ListItem,
820
- light_red_ModalOverlay: () => light_red_ModalOverlay,
821
- light_red_Progress: () => light_red_Progress,
822
- light_red_ProgressIndicator: () => light_red_ProgressIndicator,
823
- light_red_RadioGroupItem: () => light_red_RadioGroupItem,
824
- light_red_SelectTrigger: () => light_red_SelectTrigger,
825
- light_red_SheetOverlay: () => light_red_SheetOverlay,
826
- light_red_SliderThumb: () => light_red_SliderThumb,
827
- light_red_SliderTrack: () => light_red_SliderTrack,
828
- light_red_SliderTrackActive: () => light_red_SliderTrackActive,
829
- light_red_Switch: () => light_red_Switch,
830
- light_red_SwitchThumb: () => light_red_SwitchThumb,
831
- light_red_TextArea: () => light_red_TextArea,
832
- light_red_Tooltip: () => light_red_Tooltip,
833
- light_red_TooltipArrow: () => light_red_TooltipArrow,
834
- light_red_TooltipContent: () => light_red_TooltipContent,
835
- light_red_active: () => light_red_active,
836
- light_red_active_Button: () => light_red_active_Button,
837
- light_red_active_Card: () => light_red_active_Card,
838
- light_red_active_Checkbox: () => light_red_active_Checkbox,
839
- light_red_active_DialogOverlay: () => light_red_active_DialogOverlay,
840
- light_red_active_Input: () => light_red_active_Input,
841
- light_red_active_ListItem: () => light_red_active_ListItem,
842
- light_red_active_ModalOverlay: () => light_red_active_ModalOverlay,
843
- light_red_active_Progress: () => light_red_active_Progress,
844
- light_red_active_ProgressIndicator: () => light_red_active_ProgressIndicator,
845
- light_red_active_RadioGroupItem: () => light_red_active_RadioGroupItem,
846
- light_red_active_SelectTrigger: () => light_red_active_SelectTrigger,
847
- light_red_active_SheetOverlay: () => light_red_active_SheetOverlay,
848
- light_red_active_SliderThumb: () => light_red_active_SliderThumb,
849
- light_red_active_SliderTrack: () => light_red_active_SliderTrack,
850
- light_red_active_SliderTrackActive: () => light_red_active_SliderTrackActive,
851
- light_red_active_Switch: () => light_red_active_Switch,
852
- light_red_active_SwitchThumb: () => light_red_active_SwitchThumb,
853
- light_red_active_TextArea: () => light_red_active_TextArea,
854
- light_red_active_Tooltip: () => light_red_active_Tooltip,
855
- light_red_active_TooltipArrow: () => light_red_active_TooltipArrow,
856
- light_red_active_TooltipContent: () => light_red_active_TooltipContent,
857
- light_red_alt1: () => light_red_alt1,
858
- light_red_alt2: () => light_red_alt2,
859
- light_red_surface1: () => light_red_surface1,
860
- light_red_surface2: () => light_red_surface2,
861
- light_red_surface3: () => light_red_surface3,
862
- light_red_surface4: () => light_red_surface4,
863
- light_surface1: () => light_surface1,
864
- light_surface2: () => light_surface2,
865
- light_surface3: () => light_surface3,
866
- light_surface4: () => light_surface4,
867
- light_yellow: () => light_yellow,
868
- light_yellow_Button: () => light_yellow_Button,
869
- light_yellow_Card: () => light_yellow_Card,
870
- light_yellow_Checkbox: () => light_yellow_Checkbox,
871
- light_yellow_DialogOverlay: () => light_yellow_DialogOverlay,
872
- light_yellow_Input: () => light_yellow_Input,
873
- light_yellow_ListItem: () => light_yellow_ListItem,
874
- light_yellow_ModalOverlay: () => light_yellow_ModalOverlay,
875
- light_yellow_Progress: () => light_yellow_Progress,
876
- light_yellow_ProgressIndicator: () => light_yellow_ProgressIndicator,
877
- light_yellow_RadioGroupItem: () => light_yellow_RadioGroupItem,
878
- light_yellow_SelectTrigger: () => light_yellow_SelectTrigger,
879
- light_yellow_SheetOverlay: () => light_yellow_SheetOverlay,
880
- light_yellow_SliderThumb: () => light_yellow_SliderThumb,
881
- light_yellow_SliderTrack: () => light_yellow_SliderTrack,
882
- light_yellow_SliderTrackActive: () => light_yellow_SliderTrackActive,
883
- light_yellow_Switch: () => light_yellow_Switch,
884
- light_yellow_SwitchThumb: () => light_yellow_SwitchThumb,
885
- light_yellow_TextArea: () => light_yellow_TextArea,
886
- light_yellow_Tooltip: () => light_yellow_Tooltip,
887
- light_yellow_TooltipArrow: () => light_yellow_TooltipArrow,
888
- light_yellow_TooltipContent: () => light_yellow_TooltipContent,
889
- light_yellow_active: () => light_yellow_active,
890
- light_yellow_active_Button: () => light_yellow_active_Button,
891
- light_yellow_active_Card: () => light_yellow_active_Card,
892
- light_yellow_active_Checkbox: () => light_yellow_active_Checkbox,
893
- light_yellow_active_DialogOverlay: () => light_yellow_active_DialogOverlay,
894
- light_yellow_active_Input: () => light_yellow_active_Input,
895
- light_yellow_active_ListItem: () => light_yellow_active_ListItem,
896
- light_yellow_active_ModalOverlay: () => light_yellow_active_ModalOverlay,
897
- light_yellow_active_Progress: () => light_yellow_active_Progress,
898
- light_yellow_active_ProgressIndicator: () => light_yellow_active_ProgressIndicator,
899
- light_yellow_active_RadioGroupItem: () => light_yellow_active_RadioGroupItem,
900
- light_yellow_active_SelectTrigger: () => light_yellow_active_SelectTrigger,
901
- light_yellow_active_SheetOverlay: () => light_yellow_active_SheetOverlay,
902
- light_yellow_active_SliderThumb: () => light_yellow_active_SliderThumb,
903
- light_yellow_active_SliderTrack: () => light_yellow_active_SliderTrack,
904
- light_yellow_active_SliderTrackActive: () => light_yellow_active_SliderTrackActive,
905
- light_yellow_active_Switch: () => light_yellow_active_Switch,
906
- light_yellow_active_SwitchThumb: () => light_yellow_active_SwitchThumb,
907
- light_yellow_active_TextArea: () => light_yellow_active_TextArea,
908
- light_yellow_active_Tooltip: () => light_yellow_active_Tooltip,
909
- light_yellow_active_TooltipArrow: () => light_yellow_active_TooltipArrow,
910
- light_yellow_active_TooltipContent: () => light_yellow_active_TooltipContent,
911
- light_yellow_alt1: () => light_yellow_alt1,
912
- light_yellow_alt2: () => light_yellow_alt2,
913
- light_yellow_surface1: () => light_yellow_surface1,
914
- light_yellow_surface2: () => light_yellow_surface2,
915
- light_yellow_surface3: () => light_yellow_surface3,
916
- light_yellow_surface4: () => light_yellow_surface4
917
- });
918
- module.exports = __toCommonJS(generated_v3_exports);
919
- function t(a) {
920
- let res = {};
921
- for (const [ki, vi] of a)
922
- res[ks[ki]] = vs[vi];
923
- return res;
924
- }
925
- const vs = [
926
- "hsl(210, 98.8%, 94.0%)",
927
- "hsl(214, 65.8%, 17.9%)",
928
- "rgba(255,255,255,0)",
929
- "rgba(255,255,255,0.25)",
930
- "rgba(255,255,255,0.5)",
931
- "rgba(255,255,255,0.75)",
932
- "#fff",
933
- "#f8f8f8",
934
- "hsl(0, 0%, 96.3%)",
935
- "hsl(0, 0%, 94.1%)",
936
- "hsl(0, 0%, 92.0%)",
937
- "hsl(0, 0%, 90.0%)",
938
- "hsl(0, 0%, 88.5%)",
939
- "hsl(0, 0%, 81.0%)",
940
- "hsl(0, 0%, 56.1%)",
941
- "hsl(0, 0%, 50.3%)",
942
- "hsl(0, 0%, 42.5%)",
943
- "hsl(0, 0%, 9.0%)",
944
- "rgba(10,10,10,0)",
945
- "rgba(10,10,10,0.25)",
946
- "rgba(10,10,10,0.5)",
947
- "rgba(10,10,10,0.75)",
948
- "hsl(206, 100%, 99.2%)",
949
- "hsl(210, 100%, 98.0%)",
950
- "hsl(209, 100%, 96.5%)",
951
- "hsl(209, 95.0%, 90.1%)",
952
- "hsl(209, 81.2%, 84.5%)",
953
- "hsl(208, 77.5%, 76.9%)",
954
- "hsl(206, 81.9%, 65.3%)",
955
- "hsl(206, 100%, 50.0%)",
956
- "hsl(208, 100%, 47.3%)",
957
- "hsl(211, 100%, 43.2%)",
958
- "hsl(211, 100%, 15.0%)",
959
- "hsl(0, 0%, 99.0%)",
960
- "hsl(0, 0%, 97.3%)",
961
- "hsl(0, 0%, 95.1%)",
962
- "hsl(0, 0%, 93.0%)",
963
- "hsl(0, 0%, 90.9%)",
964
- "hsl(0, 0%, 88.7%)",
965
- "hsl(0, 0%, 85.8%)",
966
- "hsl(0, 0%, 78.0%)",
967
- "hsl(0, 0%, 52.3%)",
968
- "hsl(0, 0%, 43.5%)",
969
- "hsl(136, 50.0%, 98.9%)",
970
- "hsl(138, 62.5%, 96.9%)",
971
- "hsl(139, 55.2%, 94.5%)",
972
- "hsl(140, 48.7%, 91.0%)",
973
- "hsl(141, 43.7%, 86.0%)",
974
- "hsl(143, 40.3%, 79.0%)",
975
- "hsl(146, 38.5%, 69.0%)",
976
- "hsl(151, 40.2%, 54.1%)",
977
- "hsl(151, 55.0%, 41.5%)",
978
- "hsl(152, 57.5%, 37.6%)",
979
- "hsl(153, 67.0%, 28.5%)",
980
- "hsl(155, 40.0%, 14.0%)",
981
- "hsl(24, 70.0%, 99.0%)",
982
- "hsl(24, 83.3%, 97.6%)",
983
- "hsl(24, 100%, 95.3%)",
984
- "hsl(25, 100%, 92.2%)",
985
- "hsl(25, 100%, 88.2%)",
986
- "hsl(25, 100%, 82.8%)",
987
- "hsl(24, 100%, 75.3%)",
988
- "hsl(24, 94.5%, 64.3%)",
989
- "hsl(24, 94.0%, 50.0%)",
990
- "hsl(24, 100%, 46.5%)",
991
- "hsl(24, 100%, 37.0%)",
992
- "hsl(15, 60.0%, 17.0%)",
993
- "hsl(322, 100%, 99.4%)",
994
- "hsl(323, 100%, 98.4%)",
995
- "hsl(323, 86.3%, 96.5%)",
996
- "hsl(323, 78.7%, 94.2%)",
997
- "hsl(323, 72.2%, 91.1%)",
998
- "hsl(323, 66.3%, 86.6%)",
999
- "hsl(323, 62.0%, 80.1%)",
1000
- "hsl(323, 60.3%, 72.4%)",
1001
- "hsl(322, 65.0%, 54.5%)",
1002
- "hsl(322, 63.9%, 50.7%)",
1003
- "hsl(322, 75.0%, 46.0%)",
1004
- "hsl(320, 70.0%, 13.5%)",
1005
- "hsl(280, 65.0%, 99.4%)",
1006
- "hsl(276, 100%, 99.0%)",
1007
- "hsl(276, 83.1%, 97.0%)",
1008
- "hsl(275, 76.4%, 94.7%)",
1009
- "hsl(275, 70.8%, 91.8%)",
1010
- "hsl(274, 65.4%, 87.8%)",
1011
- "hsl(273, 61.0%, 81.7%)",
1012
- "hsl(272, 60.0%, 73.5%)",
1013
- "hsl(272, 51.0%, 54.0%)",
1014
- "hsl(272, 46.8%, 50.3%)",
1015
- "hsl(272, 50.0%, 45.8%)",
1016
- "hsl(272, 66.0%, 16.0%)",
1017
- "hsl(359, 100%, 99.4%)",
1018
- "hsl(359, 100%, 98.6%)",
1019
- "hsl(360, 100%, 96.8%)",
1020
- "hsl(360, 97.9%, 94.8%)",
1021
- "hsl(360, 90.2%, 91.9%)",
1022
- "hsl(360, 81.7%, 87.8%)",
1023
- "hsl(359, 74.2%, 81.7%)",
1024
- "hsl(359, 69.5%, 74.3%)",
1025
- "hsl(358, 75.0%, 59.0%)",
1026
- "hsl(358, 69.4%, 55.2%)",
1027
- "hsl(358, 65.0%, 48.7%)",
1028
- "hsl(354, 50.0%, 14.6%)",
1029
- "hsl(60, 54.0%, 98.5%)",
1030
- "hsl(52, 100%, 95.5%)",
1031
- "hsl(55, 100%, 90.9%)",
1032
- "hsl(54, 100%, 86.6%)",
1033
- "hsl(52, 97.9%, 82.0%)",
1034
- "hsl(50, 89.4%, 76.1%)",
1035
- "hsl(47, 80.4%, 68.0%)",
1036
- "hsl(48, 100%, 46.1%)",
1037
- "hsl(53, 92.0%, 50.0%)",
1038
- "hsl(50, 100%, 48.5%)",
1039
- "hsl(42, 100%, 29.0%)",
1040
- "hsl(40, 55.0%, 13.5%)",
1041
- "rgba(0,0,0,0.085)",
1042
- "rgba(0,0,0,0.04)",
1043
- "#050505",
1044
- "#151515",
1045
- "#191919",
1046
- "#232323",
1047
- "#282828",
1048
- "#323232",
1049
- "#424242",
1050
- "#494949",
1051
- "#545454",
1052
- "#626262",
1053
- "#a5a5a5",
1054
- "hsl(212, 35.0%, 9.2%)",
1055
- "hsl(216, 50.0%, 11.8%)",
1056
- "hsl(214, 59.4%, 15.3%)",
1057
- "hsl(213, 71.2%, 20.2%)",
1058
- "hsl(212, 77.4%, 23.1%)",
1059
- "hsl(211, 85.1%, 27.4%)",
1060
- "hsl(211, 89.7%, 34.1%)",
1061
- "hsl(209, 100%, 60.6%)",
1062
- "hsl(210, 100%, 66.1%)",
1063
- "hsl(206, 98.0%, 95.8%)",
1064
- "hsl(0, 0%, 8.5%)",
1065
- "hsl(0, 0%, 11.0%)",
1066
- "hsl(0, 0%, 13.6%)",
1067
- "hsl(0, 0%, 15.8%)",
1068
- "hsl(0, 0%, 17.9%)",
1069
- "hsl(0, 0%, 20.5%)",
1070
- "hsl(0, 0%, 24.3%)",
1071
- "hsl(0, 0%, 31.2%)",
1072
- "hsl(0, 0%, 43.9%)",
1073
- "hsl(0, 0%, 49.4%)",
1074
- "hsl(0, 0%, 62.8%)",
1075
- "hsl(146, 30.0%, 7.4%)",
1076
- "hsl(155, 44.2%, 8.4%)",
1077
- "hsl(155, 46.7%, 10.9%)",
1078
- "hsl(154, 48.4%, 12.9%)",
1079
- "hsl(154, 49.7%, 14.9%)",
1080
- "hsl(154, 50.9%, 17.6%)",
1081
- "hsl(153, 51.8%, 21.8%)",
1082
- "hsl(151, 51.7%, 28.4%)",
1083
- "hsl(151, 49.3%, 46.5%)",
1084
- "hsl(151, 50.0%, 53.2%)",
1085
- "hsl(137, 72.0%, 94.0%)",
1086
- "hsl(30, 70.0%, 7.2%)",
1087
- "hsl(28, 100%, 8.4%)",
1088
- "hsl(26, 91.1%, 11.6%)",
1089
- "hsl(25, 88.3%, 14.1%)",
1090
- "hsl(24, 87.6%, 16.6%)",
1091
- "hsl(24, 88.6%, 19.8%)",
1092
- "hsl(24, 92.4%, 24.0%)",
1093
- "hsl(25, 100%, 29.0%)",
1094
- "hsl(24, 100%, 58.5%)",
1095
- "hsl(24, 100%, 62.2%)",
1096
- "hsl(24, 97.0%, 93.2%)",
1097
- "hsl(318, 25.0%, 9.6%)",
1098
- "hsl(319, 32.2%, 11.6%)",
1099
- "hsl(319, 41.0%, 16.0%)",
1100
- "hsl(320, 45.4%, 18.7%)",
1101
- "hsl(320, 49.0%, 21.1%)",
1102
- "hsl(321, 53.6%, 24.4%)",
1103
- "hsl(321, 61.1%, 29.7%)",
1104
- "hsl(322, 74.9%, 37.5%)",
1105
- "hsl(323, 72.8%, 59.2%)",
1106
- "hsl(325, 90.0%, 66.4%)",
1107
- "hsl(322, 90.0%, 95.8%)",
1108
- "hsl(284, 20.0%, 9.6%)",
1109
- "hsl(283, 30.0%, 11.8%)",
1110
- "hsl(281, 37.5%, 16.5%)",
1111
- "hsl(280, 41.2%, 20.0%)",
1112
- "hsl(279, 43.8%, 23.3%)",
1113
- "hsl(277, 46.4%, 27.5%)",
1114
- "hsl(275, 49.3%, 34.6%)",
1115
- "hsl(272, 52.1%, 45.9%)",
1116
- "hsl(273, 57.3%, 59.1%)",
1117
- "hsl(275, 80.0%, 71.0%)",
1118
- "hsl(279, 75.0%, 95.7%)",
1119
- "hsl(353, 23.0%, 9.8%)",
1120
- "hsl(357, 34.4%, 12.0%)",
1121
- "hsl(356, 43.4%, 16.4%)",
1122
- "hsl(356, 47.6%, 19.2%)",
1123
- "hsl(356, 51.1%, 21.9%)",
1124
- "hsl(356, 55.2%, 25.9%)",
1125
- "hsl(357, 60.2%, 31.8%)",
1126
- "hsl(358, 65.0%, 40.4%)",
1127
- "hsl(358, 85.3%, 64.0%)",
1128
- "hsl(358, 100%, 69.5%)",
1129
- "hsl(351, 89.0%, 96.0%)",
1130
- "hsl(45, 100%, 5.5%)",
1131
- "hsl(46, 100%, 6.7%)",
1132
- "hsl(45, 100%, 8.7%)",
1133
- "hsl(45, 100%, 10.4%)",
1134
- "hsl(47, 100%, 12.1%)",
1135
- "hsl(49, 100%, 14.3%)",
1136
- "hsl(49, 90.3%, 18.4%)",
1137
- "hsl(50, 100%, 22.0%)",
1138
- "hsl(54, 100%, 68.0%)",
1139
- "hsl(48, 100%, 47.0%)",
1140
- "hsl(53, 100%, 91.0%)",
1141
- "rgba(0,0,0,0.3)",
1142
- "rgba(0,0,0,0.2)",
1143
- "hsla(24, 70.0%, 99.0%, 0)",
1144
- "hsla(24, 70.0%, 99.0%, 0.25)",
1145
- "hsla(24, 70.0%, 99.0%, 0.5)",
1146
- "hsla(24, 70.0%, 99.0%, 0.75)",
1147
- "hsla(24, 94.0%, 50.0%, 0)",
1148
- "hsla(24, 94.0%, 50.0%, 0.25)",
1149
- "hsla(24, 94.0%, 50.0%, 0.5)",
1150
- "hsla(24, 94.0%, 50.0%, 0.75)",
1151
- "hsla(60, 54.0%, 98.5%, 0)",
1152
- "hsla(60, 54.0%, 98.5%, 0.25)",
1153
- "hsla(60, 54.0%, 98.5%, 0.5)",
1154
- "hsla(60, 54.0%, 98.5%, 0.75)",
1155
- "hsla(53, 92.0%, 50.0%, 0)",
1156
- "hsla(53, 92.0%, 50.0%, 0.25)",
1157
- "hsla(53, 92.0%, 50.0%, 0.5)",
1158
- "hsla(53, 92.0%, 50.0%, 0.75)",
1159
- "hsla(136, 50.0%, 98.9%, 0)",
1160
- "hsla(136, 50.0%, 98.9%, 0.25)",
1161
- "hsla(136, 50.0%, 98.9%, 0.5)",
1162
- "hsla(136, 50.0%, 98.9%, 0.75)",
1163
- "hsla(151, 55.0%, 41.5%, 0)",
1164
- "hsla(151, 55.0%, 41.5%, 0.25)",
1165
- "hsla(151, 55.0%, 41.5%, 0.5)",
1166
- "hsla(151, 55.0%, 41.5%, 0.75)",
1167
- "hsla(206, 100%, 99.2%, 0)",
1168
- "hsla(206, 100%, 99.2%, 0.25)",
1169
- "hsla(206, 100%, 99.2%, 0.5)",
1170
- "hsla(206, 100%, 99.2%, 0.75)",
1171
- "hsla(206, 100%, 50.0%, 0)",
1172
- "hsla(206, 100%, 50.0%, 0.25)",
1173
- "hsla(206, 100%, 50.0%, 0.5)",
1174
- "hsla(206, 100%, 50.0%, 0.75)",
1175
- "hsla(280, 65.0%, 99.4%, 0)",
1176
- "hsla(280, 65.0%, 99.4%, 0.25)",
1177
- "hsla(280, 65.0%, 99.4%, 0.5)",
1178
- "hsla(280, 65.0%, 99.4%, 0.75)",
1179
- "hsla(272, 51.0%, 54.0%, 0)",
1180
- "hsla(272, 51.0%, 54.0%, 0.25)",
1181
- "hsla(272, 51.0%, 54.0%, 0.5)",
1182
- "hsla(272, 51.0%, 54.0%, 0.75)",
1183
- "hsla(322, 100%, 99.4%, 0)",
1184
- "hsla(322, 100%, 99.4%, 0.25)",
1185
- "hsla(322, 100%, 99.4%, 0.5)",
1186
- "hsla(322, 100%, 99.4%, 0.75)",
1187
- "hsla(322, 65.0%, 54.5%, 0)",
1188
- "hsla(322, 65.0%, 54.5%, 0.25)",
1189
- "hsla(322, 65.0%, 54.5%, 0.5)",
1190
- "hsla(322, 65.0%, 54.5%, 0.75)",
1191
- "hsla(359, 100%, 99.4%, 0)",
1192
- "hsla(359, 100%, 99.4%, 0.25)",
1193
- "hsla(359, 100%, 99.4%, 0.5)",
1194
- "hsla(359, 100%, 99.4%, 0.75)",
1195
- "hsla(358, 75.0%, 59.0%, 0)",
1196
- "hsla(358, 75.0%, 59.0%, 0.25)",
1197
- "hsla(358, 75.0%, 59.0%, 0.5)",
1198
- "hsla(358, 75.0%, 59.0%, 0.75)",
1199
- "hsla(0, 0%, 99.0%, 0)",
1200
- "hsla(0, 0%, 99.0%, 0.25)",
1201
- "hsla(0, 0%, 99.0%, 0.5)",
1202
- "hsla(0, 0%, 99.0%, 0.75)",
1203
- "hsla(0, 0%, 56.1%, 0)",
1204
- "hsla(0, 0%, 56.1%, 0.25)",
1205
- "hsla(0, 0%, 56.1%, 0.5)",
1206
- "hsla(0, 0%, 56.1%, 0.75)",
1207
- "hsla(30, 70.0%, 7.2%, 0)",
1208
- "hsla(30, 70.0%, 7.2%, 0.25)",
1209
- "hsla(30, 70.0%, 7.2%, 0.5)",
1210
- "hsla(30, 70.0%, 7.2%, 0.75)",
1211
- "hsla(45, 100%, 5.5%, 0)",
1212
- "hsla(45, 100%, 5.5%, 0.25)",
1213
- "hsla(45, 100%, 5.5%, 0.5)",
1214
- "hsla(45, 100%, 5.5%, 0.75)",
1215
- "hsla(146, 30.0%, 7.4%, 0)",
1216
- "hsla(146, 30.0%, 7.4%, 0.25)",
1217
- "hsla(146, 30.0%, 7.4%, 0.5)",
1218
- "hsla(146, 30.0%, 7.4%, 0.75)",
1219
- "hsla(212, 35.0%, 9.2%, 0)",
1220
- "hsla(212, 35.0%, 9.2%, 0.25)",
1221
- "hsla(212, 35.0%, 9.2%, 0.5)",
1222
- "hsla(212, 35.0%, 9.2%, 0.75)",
1223
- "hsla(284, 20.0%, 9.6%, 0)",
1224
- "hsla(284, 20.0%, 9.6%, 0.25)",
1225
- "hsla(284, 20.0%, 9.6%, 0.5)",
1226
- "hsla(284, 20.0%, 9.6%, 0.75)",
1227
- "hsla(318, 25.0%, 9.6%, 0)",
1228
- "hsla(318, 25.0%, 9.6%, 0.25)",
1229
- "hsla(318, 25.0%, 9.6%, 0.5)",
1230
- "hsla(318, 25.0%, 9.6%, 0.75)",
1231
- "hsla(353, 23.0%, 9.8%, 0)",
1232
- "hsla(353, 23.0%, 9.8%, 0.25)",
1233
- "hsla(353, 23.0%, 9.8%, 0.5)",
1234
- "hsla(353, 23.0%, 9.8%, 0.75)",
1235
- "hsla(0, 0%, 8.5%, 0)",
1236
- "hsla(0, 0%, 8.5%, 0.25)",
1237
- "hsla(0, 0%, 8.5%, 0.5)",
1238
- "hsla(0, 0%, 8.5%, 0.75)",
1239
- "hsla(0, 0%, 43.9%, 0)",
1240
- "hsla(0, 0%, 43.9%, 0.25)",
1241
- "hsla(0, 0%, 43.9%, 0.5)",
1242
- "hsla(0, 0%, 43.9%, 0.75)",
1243
- "rgba(0,0,0,0.5)",
1244
- "rgba(0,0,0,0.8)"
1245
- ], ks = [
1246
- "accentBackground",
1247
- "accentColor",
1248
- "background0",
1249
- "background025",
1250
- "background05",
1251
- "background075",
1252
- "color1",
1253
- "color2",
1254
- "color3",
1255
- "color4",
1256
- "color5",
1257
- "color6",
1258
- "color7",
1259
- "color8",
1260
- "color9",
1261
- "color10",
1262
- "color11",
1263
- "color12",
1264
- "color0",
1265
- "color025",
1266
- "color05",
1267
- "color075",
1268
- "background",
1269
- "backgroundHover",
1270
- "backgroundPress",
1271
- "backgroundFocus",
1272
- "borderColor",
1273
- "borderColorHover",
1274
- "borderColorPress",
1275
- "borderColorFocus",
1276
- "color",
1277
- "colorHover",
1278
- "colorPress",
1279
- "colorFocus",
1280
- "colorTransparent",
1281
- "placeholderColor",
1282
- "outlineColor",
1283
- "blue1",
1284
- "blue2",
1285
- "blue3",
1286
- "blue4",
1287
- "blue5",
1288
- "blue6",
1289
- "blue7",
1290
- "blue8",
1291
- "blue9",
1292
- "blue10",
1293
- "blue11",
1294
- "blue12",
1295
- "gray1",
1296
- "gray2",
1297
- "gray3",
1298
- "gray4",
1299
- "gray5",
1300
- "gray6",
1301
- "gray7",
1302
- "gray8",
1303
- "gray9",
1304
- "gray10",
1305
- "gray11",
1306
- "gray12",
1307
- "green1",
1308
- "green2",
1309
- "green3",
1310
- "green4",
1311
- "green5",
1312
- "green6",
1313
- "green7",
1314
- "green8",
1315
- "green9",
1316
- "green10",
1317
- "green11",
1318
- "green12",
1319
- "orange1",
1320
- "orange2",
1321
- "orange3",
1322
- "orange4",
1323
- "orange5",
1324
- "orange6",
1325
- "orange7",
1326
- "orange8",
1327
- "orange9",
1328
- "orange10",
1329
- "orange11",
1330
- "orange12",
1331
- "pink1",
1332
- "pink2",
1333
- "pink3",
1334
- "pink4",
1335
- "pink5",
1336
- "pink6",
1337
- "pink7",
1338
- "pink8",
1339
- "pink9",
1340
- "pink10",
1341
- "pink11",
1342
- "pink12",
1343
- "purple1",
1344
- "purple2",
1345
- "purple3",
1346
- "purple4",
1347
- "purple5",
1348
- "purple6",
1349
- "purple7",
1350
- "purple8",
1351
- "purple9",
1352
- "purple10",
1353
- "purple11",
1354
- "purple12",
1355
- "red1",
1356
- "red2",
1357
- "red3",
1358
- "red4",
1359
- "red5",
1360
- "red6",
1361
- "red7",
1362
- "red8",
1363
- "red9",
1364
- "red10",
1365
- "red11",
1366
- "red12",
1367
- "yellow1",
1368
- "yellow2",
1369
- "yellow3",
1370
- "yellow4",
1371
- "yellow5",
1372
- "yellow6",
1373
- "yellow7",
1374
- "yellow8",
1375
- "yellow9",
1376
- "yellow10",
1377
- "yellow11",
1378
- "yellow12",
1379
- "shadowColor",
1380
- "shadowColorHover",
1381
- "shadowColorPress",
1382
- "shadowColorFocus"
1383
- ], n1 = t([
1384
- [0, 0],
1385
- [1, 1],
1386
- [2, 2],
1387
- [3, 3],
1388
- [4, 4],
1389
- [5, 5],
1390
- [6, 6],
1391
- [7, 7],
1392
- [8, 8],
1393
- [9, 9],
1394
- [10, 10],
1395
- [11, 11],
1396
- [12, 12],
1397
- [13, 13],
1398
- [14, 14],
1399
- [15, 15],
1400
- [16, 16],
1401
- [17, 17],
1402
- [18, 18],
1403
- [19, 19],
1404
- [20, 20],
1405
- [21, 21],
1406
- [22, 6],
1407
- [23, 5],
1408
- [24, 7],
1409
- [25, 7],
1410
- [26, 9],
1411
- [27, 8],
1412
- [28, 10],
1413
- [29, 9],
1414
- [30, 17],
1415
- [31, 16],
1416
- [32, 17],
1417
- [33, 16],
1418
- [34, 18],
1419
- [35, 14],
1420
- [36, 19],
1421
- [37, 22],
1422
- [38, 23],
1423
- [39, 24],
1424
- [40, 0],
1425
- [41, 25],
1426
- [42, 26],
1427
- [43, 27],
1428
- [44, 28],
1429
- [45, 29],
1430
- [46, 30],
1431
- [47, 31],
1432
- [48, 32],
1433
- [49, 33],
1434
- [50, 34],
1435
- [51, 35],
1436
- [52, 36],
1437
- [53, 37],
1438
- [54, 38],
1439
- [55, 39],
1440
- [56, 40],
1441
- [57, 14],
1442
- [58, 41],
1443
- [59, 42],
1444
- [60, 17],
1445
- [61, 43],
1446
- [62, 44],
1447
- [63, 45],
1448
- [64, 46],
1449
- [65, 47],
1450
- [66, 48],
1451
- [67, 49],
1452
- [68, 50],
1453
- [69, 51],
1454
- [70, 52],
1455
- [71, 53],
1456
- [72, 54],
1457
- [73, 55],
1458
- [74, 56],
1459
- [75, 57],
1460
- [76, 58],
1461
- [77, 59],
1462
- [78, 60],
1463
- [79, 61],
1464
- [80, 62],
1465
- [81, 63],
1466
- [82, 64],
1467
- [83, 65],
1468
- [84, 66],
1469
- [85, 67],
1470
- [86, 68],
1471
- [87, 69],
1472
- [88, 70],
1473
- [89, 71],
1474
- [90, 72],
1475
- [91, 73],
1476
- [92, 74],
1477
- [93, 75],
1478
- [94, 76],
1479
- [95, 77],
1480
- [96, 78],
1481
- [97, 79],
1482
- [98, 80],
1483
- [99, 81],
1484
- [100, 82],
1485
- [101, 83],
1486
- [102, 84],
1487
- [103, 85],
1488
- [104, 86],
1489
- [105, 87],
1490
- [106, 88],
1491
- [107, 89],
1492
- [108, 90],
1493
- [109, 91],
1494
- [110, 92],
1495
- [111, 93],
1496
- [112, 94],
1497
- [113, 95],
1498
- [114, 96],
1499
- [115, 97],
1500
- [116, 98],
1501
- [117, 99],
1502
- [118, 100],
1503
- [119, 101],
1504
- [120, 102],
1505
- [121, 103],
1506
- [122, 104],
1507
- [123, 105],
1508
- [124, 106],
1509
- [125, 107],
1510
- [126, 108],
1511
- [127, 109],
1512
- [128, 110],
1513
- [129, 111],
1514
- [130, 112],
1515
- [131, 113],
1516
- [132, 114],
1517
- [133, 115],
1518
- [134, 115],
1519
- [135, 116],
1520
- [136, 116]
1521
- ]), light = n1, n2 = t([
1522
- [0, 1],
1523
- [1, 0],
1524
- [2, 18],
1525
- [3, 19],
1526
- [4, 20],
1527
- [5, 21],
1528
- [6, 117],
1529
- [7, 118],
1530
- [8, 119],
1531
- [9, 120],
1532
- [10, 121],
1533
- [11, 122],
1534
- [12, 123],
1535
- [13, 124],
1536
- [14, 125],
1537
- [15, 126],
1538
- [16, 127],
1539
- [17, 6],
1540
- [18, 2],
1541
- [19, 3],
1542
- [20, 4],
1543
- [21, 5],
1544
- [22, 117],
1545
- [23, 118],
1546
- [24, 21],
1547
- [25, 21],
1548
- [26, 120],
1549
- [27, 121],
1550
- [28, 119],
1551
- [29, 120],
1552
- [30, 6],
1553
- [31, 127],
1554
- [32, 6],
1555
- [33, 127],
1556
- [34, 2],
1557
- [35, 125],
1558
- [36, 3],
1559
- [37, 128],
1560
- [38, 129],
1561
- [39, 130],
1562
- [40, 1],
1563
- [41, 131],
1564
- [42, 132],
1565
- [43, 133],
1566
- [44, 134],
1567
- [45, 29],
1568
- [46, 135],
1569
- [47, 136],
1570
- [48, 137],
1571
- [49, 138],
1572
- [50, 139],
1573
- [51, 140],
1574
- [52, 141],
1575
- [53, 142],
1576
- [54, 143],
1577
- [55, 144],
1578
- [56, 145],
1579
- [57, 146],
1580
- [58, 147],
1581
- [59, 148],
1582
- [60, 36],
1583
- [61, 149],
1584
- [62, 150],
1585
- [63, 151],
1586
- [64, 152],
1587
- [65, 153],
1588
- [66, 154],
1589
- [67, 155],
1590
- [68, 156],
1591
- [69, 51],
1592
- [70, 157],
1593
- [71, 158],
1594
- [72, 159],
1595
- [73, 160],
1596
- [74, 161],
1597
- [75, 162],
1598
- [76, 163],
1599
- [77, 164],
1600
- [78, 165],
1601
- [79, 166],
1602
- [80, 167],
1603
- [81, 63],
1604
- [82, 168],
1605
- [83, 169],
1606
- [84, 170],
1607
- [85, 171],
1608
- [86, 172],
1609
- [87, 173],
1610
- [88, 174],
1611
- [89, 175],
1612
- [90, 176],
1613
- [91, 177],
1614
- [92, 178],
1615
- [93, 75],
1616
- [94, 179],
1617
- [95, 180],
1618
- [96, 181],
1619
- [97, 182],
1620
- [98, 183],
1621
- [99, 184],
1622
- [100, 185],
1623
- [101, 186],
1624
- [102, 187],
1625
- [103, 188],
1626
- [104, 189],
1627
- [105, 87],
1628
- [106, 190],
1629
- [107, 191],
1630
- [108, 192],
1631
- [109, 193],
1632
- [110, 194],
1633
- [111, 195],
1634
- [112, 196],
1635
- [113, 197],
1636
- [114, 198],
1637
- [115, 199],
1638
- [116, 200],
1639
- [117, 99],
1640
- [118, 201],
1641
- [119, 202],
1642
- [120, 203],
1643
- [121, 204],
1644
- [122, 205],
1645
- [123, 206],
1646
- [124, 207],
1647
- [125, 208],
1648
- [126, 209],
1649
- [127, 210],
1650
- [128, 211],
1651
- [129, 111],
1652
- [130, 212],
1653
- [131, 213],
1654
- [132, 214],
1655
- [133, 215],
1656
- [134, 215],
1657
- [135, 216],
1658
- [136, 216]
1659
- ]), dark = n2, n3 = t([
1660
- [0, 67],
1661
- [1, 78],
1662
- [2, 217],
1663
- [3, 218],
1664
- [4, 219],
1665
- [5, 220],
1666
- [6, 55],
1667
- [7, 56],
1668
- [8, 57],
1669
- [9, 58],
1670
- [10, 59],
1671
- [11, 60],
1672
- [12, 61],
1673
- [13, 62],
1674
- [14, 63],
1675
- [15, 64],
1676
- [16, 65],
1677
- [17, 66],
1678
- [18, 221],
1679
- [19, 222],
1680
- [20, 223],
1681
- [21, 224],
1682
- [22, 55],
1683
- [23, 220],
1684
- [24, 56],
1685
- [25, 56],
1686
- [26, 58],
1687
- [27, 57],
1688
- [28, 59],
1689
- [29, 58],
1690
- [30, 66],
1691
- [31, 65],
1692
- [32, 66],
1693
- [33, 65],
1694
- [34, 221],
1695
- [35, 63],
1696
- [36, 222]
1697
- ]), light_orange = n3, n4 = t([
1698
- [0, 22],
1699
- [1, 32],
1700
- [2, 225],
1701
- [3, 226],
1702
- [4, 227],
1703
- [5, 228],
1704
- [6, 103],
1705
- [7, 104],
1706
- [8, 105],
1707
- [9, 106],
1708
- [10, 107],
1709
- [11, 108],
1710
- [12, 109],
1711
- [13, 110],
1712
- [14, 111],
1713
- [15, 112],
1714
- [16, 113],
1715
- [17, 114],
1716
- [18, 229],
1717
- [19, 230],
1718
- [20, 231],
1719
- [21, 232],
1720
- [22, 103],
1721
- [23, 228],
1722
- [24, 104],
1723
- [25, 104],
1724
- [26, 106],
1725
- [27, 105],
1726
- [28, 107],
1727
- [29, 106],
1728
- [30, 114],
1729
- [31, 113],
1730
- [32, 114],
1731
- [33, 113],
1732
- [34, 229],
1733
- [35, 111],
1734
- [36, 230]
1735
- ]), light_yellow = n4, n5 = t([
1736
- [0, 55],
1737
- [1, 66],
1738
- [2, 233],
1739
- [3, 234],
1740
- [4, 235],
1741
- [5, 236],
1742
- [6, 43],
1743
- [7, 44],
1744
- [8, 45],
1745
- [9, 46],
1746
- [10, 47],
1747
- [11, 48],
1748
- [12, 49],
1749
- [13, 50],
1750
- [14, 51],
1751
- [15, 52],
1752
- [16, 53],
1753
- [17, 54],
1754
- [18, 237],
1755
- [19, 238],
1756
- [20, 239],
1757
- [21, 240],
1758
- [22, 43],
1759
- [23, 236],
1760
- [24, 44],
1761
- [25, 44],
1762
- [26, 46],
1763
- [27, 45],
1764
- [28, 47],
1765
- [29, 46],
1766
- [30, 54],
1767
- [31, 53],
1768
- [32, 54],
1769
- [33, 53],
1770
- [34, 237],
1771
- [35, 51],
1772
- [36, 238]
1773
- ]), light_green = n5, n6 = t([
1774
- [0, 33],
1775
- [1, 17],
1776
- [2, 241],
1777
- [3, 242],
1778
- [4, 243],
1779
- [5, 244],
1780
- [6, 22],
1781
- [7, 23],
1782
- [8, 24],
1783
- [9, 0],
1784
- [10, 25],
1785
- [11, 26],
1786
- [12, 27],
1787
- [13, 28],
1788
- [14, 29],
1789
- [15, 30],
1790
- [16, 31],
1791
- [17, 32],
1792
- [18, 245],
1793
- [19, 246],
1794
- [20, 247],
1795
- [21, 248],
1796
- [22, 22],
1797
- [23, 244],
1798
- [24, 23],
1799
- [25, 23],
1800
- [26, 0],
1801
- [27, 24],
1802
- [28, 25],
1803
- [29, 0],
1804
- [30, 32],
1805
- [31, 31],
1806
- [32, 32],
1807
- [33, 31],
1808
- [34, 245],
1809
- [35, 29],
1810
- [36, 246]
1811
- ]), light_blue = n6, n7 = t([
1812
- [0, 91],
1813
- [1, 102],
1814
- [2, 249],
1815
- [3, 250],
1816
- [4, 251],
1817
- [5, 252],
1818
- [6, 79],
1819
- [7, 80],
1820
- [8, 81],
1821
- [9, 82],
1822
- [10, 83],
1823
- [11, 84],
1824
- [12, 85],
1825
- [13, 86],
1826
- [14, 87],
1827
- [15, 88],
1828
- [16, 89],
1829
- [17, 90],
1830
- [18, 253],
1831
- [19, 254],
1832
- [20, 255],
1833
- [21, 256],
1834
- [22, 79],
1835
- [23, 252],
1836
- [24, 80],
1837
- [25, 80],
1838
- [26, 82],
1839
- [27, 81],
1840
- [28, 83],
1841
- [29, 82],
1842
- [30, 90],
1843
- [31, 89],
1844
- [32, 90],
1845
- [33, 89],
1846
- [34, 253],
1847
- [35, 87],
1848
- [36, 254]
1849
- ]), light_purple = n7, n8 = t([
1850
- [0, 79],
1851
- [1, 90],
1852
- [2, 257],
1853
- [3, 258],
1854
- [4, 259],
1855
- [5, 260],
1856
- [6, 67],
1857
- [7, 68],
1858
- [8, 69],
1859
- [9, 70],
1860
- [10, 71],
1861
- [11, 72],
1862
- [12, 73],
1863
- [13, 74],
1864
- [14, 75],
1865
- [15, 76],
1866
- [16, 77],
1867
- [17, 78],
1868
- [18, 261],
1869
- [19, 262],
1870
- [20, 263],
1871
- [21, 264],
1872
- [22, 67],
1873
- [23, 260],
1874
- [24, 68],
1875
- [25, 68],
1876
- [26, 70],
1877
- [27, 69],
1878
- [28, 71],
1879
- [29, 70],
1880
- [30, 78],
1881
- [31, 77],
1882
- [32, 78],
1883
- [33, 77],
1884
- [34, 261],
1885
- [35, 75],
1886
- [36, 262]
1887
- ]), light_pink = n8, n9 = t([
1888
- [0, 103],
1889
- [1, 114],
1890
- [2, 265],
1891
- [3, 266],
1892
- [4, 267],
1893
- [5, 268],
1894
- [6, 91],
1895
- [7, 92],
1896
- [8, 93],
1897
- [9, 94],
1898
- [10, 95],
1899
- [11, 96],
1900
- [12, 97],
1901
- [13, 98],
1902
- [14, 99],
1903
- [15, 100],
1904
- [16, 101],
1905
- [17, 102],
1906
- [18, 269],
1907
- [19, 270],
1908
- [20, 271],
1909
- [21, 272],
1910
- [22, 91],
1911
- [23, 268],
1912
- [24, 92],
1913
- [25, 92],
1914
- [26, 94],
1915
- [27, 93],
1916
- [28, 95],
1917
- [29, 94],
1918
- [30, 102],
1919
- [31, 101],
1920
- [32, 102],
1921
- [33, 101],
1922
- [34, 269],
1923
- [35, 99],
1924
- [36, 270]
1925
- ]), light_red = n9, n10 = t([
1926
- [0, 43],
1927
- [1, 54],
1928
- [2, 273],
1929
- [3, 274],
1930
- [4, 275],
1931
- [5, 276],
1932
- [6, 33],
1933
- [7, 34],
1934
- [8, 35],
1935
- [9, 36],
1936
- [10, 37],
1937
- [11, 38],
1938
- [12, 39],
1939
- [13, 40],
1940
- [14, 14],
1941
- [15, 41],
1942
- [16, 42],
1943
- [17, 17],
1944
- [18, 277],
1945
- [19, 278],
1946
- [20, 279],
1947
- [21, 280],
1948
- [22, 33],
1949
- [23, 276],
1950
- [24, 34],
1951
- [25, 34],
1952
- [26, 36],
1953
- [27, 35],
1954
- [28, 37],
1955
- [29, 36],
1956
- [30, 17],
1957
- [31, 42],
1958
- [32, 17],
1959
- [33, 42],
1960
- [34, 277],
1961
- [35, 14],
1962
- [36, 278]
1963
- ]), light_gray = n10, n11 = t([
1964
- [0, 67],
1965
- [1, 78],
1966
- [2, 281],
1967
- [3, 282],
1968
- [4, 283],
1969
- [5, 284],
1970
- [6, 160],
1971
- [7, 161],
1972
- [8, 162],
1973
- [9, 163],
1974
- [10, 164],
1975
- [11, 165],
1976
- [12, 166],
1977
- [13, 167],
1978
- [14, 63],
1979
- [15, 168],
1980
- [16, 169],
1981
- [17, 170],
1982
- [18, 221],
1983
- [19, 222],
1984
- [20, 223],
1985
- [21, 224],
1986
- [22, 160],
1987
- [23, 161],
1988
- [24, 284],
1989
- [25, 284],
1990
- [26, 163],
1991
- [27, 164],
1992
- [28, 162],
1993
- [29, 163],
1994
- [30, 170],
1995
- [31, 169],
1996
- [32, 170],
1997
- [33, 169],
1998
- [34, 221],
1999
- [35, 63],
2000
- [36, 222]
2001
- ]), dark_orange = n11, n12 = t([
2002
- [0, 22],
2003
- [1, 32],
2004
- [2, 285],
2005
- [3, 286],
2006
- [4, 287],
2007
- [5, 288],
2008
- [6, 204],
2009
- [7, 205],
2010
- [8, 206],
2011
- [9, 207],
2012
- [10, 208],
2013
- [11, 209],
2014
- [12, 210],
2015
- [13, 211],
2016
- [14, 111],
2017
- [15, 212],
2018
- [16, 213],
2019
- [17, 214],
2020
- [18, 229],
2021
- [19, 230],
2022
- [20, 231],
2023
- [21, 232],
2024
- [22, 204],
2025
- [23, 205],
2026
- [24, 288],
2027
- [25, 288],
2028
- [26, 207],
2029
- [27, 208],
2030
- [28, 206],
2031
- [29, 207],
2032
- [30, 214],
2033
- [31, 213],
2034
- [32, 214],
2035
- [33, 213],
2036
- [34, 229],
2037
- [35, 111],
2038
- [36, 230]
2039
- ]), dark_yellow = n12, n13 = t([
2040
- [0, 55],
2041
- [1, 66],
2042
- [2, 289],
2043
- [3, 290],
2044
- [4, 291],
2045
- [5, 292],
2046
- [6, 149],
2047
- [7, 150],
2048
- [8, 151],
2049
- [9, 152],
2050
- [10, 153],
2051
- [11, 154],
2052
- [12, 155],
2053
- [13, 156],
2054
- [14, 51],
2055
- [15, 157],
2056
- [16, 158],
2057
- [17, 159],
2058
- [18, 237],
2059
- [19, 238],
2060
- [20, 239],
2061
- [21, 240],
2062
- [22, 149],
2063
- [23, 150],
2064
- [24, 292],
2065
- [25, 292],
2066
- [26, 152],
2067
- [27, 153],
2068
- [28, 151],
2069
- [29, 152],
2070
- [30, 159],
2071
- [31, 158],
2072
- [32, 159],
2073
- [33, 158],
2074
- [34, 237],
2075
- [35, 51],
2076
- [36, 238]
2077
- ]), dark_green = n13, n14 = t([
2078
- [0, 33],
2079
- [1, 17],
2080
- [2, 293],
2081
- [3, 294],
2082
- [4, 295],
2083
- [5, 296],
2084
- [6, 128],
2085
- [7, 129],
2086
- [8, 130],
2087
- [9, 1],
2088
- [10, 131],
2089
- [11, 132],
2090
- [12, 133],
2091
- [13, 134],
2092
- [14, 29],
2093
- [15, 135],
2094
- [16, 136],
2095
- [17, 137],
2096
- [18, 245],
2097
- [19, 246],
2098
- [20, 247],
2099
- [21, 248],
2100
- [22, 128],
2101
- [23, 129],
2102
- [24, 296],
2103
- [25, 296],
2104
- [26, 1],
2105
- [27, 131],
2106
- [28, 130],
2107
- [29, 1],
2108
- [30, 137],
2109
- [31, 136],
2110
- [32, 137],
2111
- [33, 136],
2112
- [34, 245],
2113
- [35, 29],
2114
- [36, 246]
2115
- ]), dark_blue = n14, n15 = t([
2116
- [0, 91],
2117
- [1, 102],
2118
- [2, 297],
2119
- [3, 298],
2120
- [4, 299],
2121
- [5, 300],
2122
- [6, 182],
2123
- [7, 183],
2124
- [8, 184],
2125
- [9, 185],
2126
- [10, 186],
2127
- [11, 187],
2128
- [12, 188],
2129
- [13, 189],
2130
- [14, 87],
2131
- [15, 190],
2132
- [16, 191],
2133
- [17, 192],
2134
- [18, 253],
2135
- [19, 254],
2136
- [20, 255],
2137
- [21, 256],
2138
- [22, 182],
2139
- [23, 183],
2140
- [24, 300],
2141
- [25, 300],
2142
- [26, 185],
2143
- [27, 186],
2144
- [28, 184],
2145
- [29, 185],
2146
- [30, 192],
2147
- [31, 191],
2148
- [32, 192],
2149
- [33, 191],
2150
- [34, 253],
2151
- [35, 87],
2152
- [36, 254]
2153
- ]), dark_purple = n15, n16 = t([
2154
- [0, 79],
2155
- [1, 90],
2156
- [2, 301],
2157
- [3, 302],
2158
- [4, 303],
2159
- [5, 304],
2160
- [6, 171],
2161
- [7, 172],
2162
- [8, 173],
2163
- [9, 174],
2164
- [10, 175],
2165
- [11, 176],
2166
- [12, 177],
2167
- [13, 178],
2168
- [14, 75],
2169
- [15, 179],
2170
- [16, 180],
2171
- [17, 181],
2172
- [18, 261],
2173
- [19, 262],
2174
- [20, 263],
2175
- [21, 264],
2176
- [22, 171],
2177
- [23, 172],
2178
- [24, 304],
2179
- [25, 304],
2180
- [26, 174],
2181
- [27, 175],
2182
- [28, 173],
2183
- [29, 174],
2184
- [30, 181],
2185
- [31, 180],
2186
- [32, 181],
2187
- [33, 180],
2188
- [34, 261],
2189
- [35, 75],
2190
- [36, 262]
2191
- ]), dark_pink = n16, n17 = t([
2192
- [0, 103],
2193
- [1, 114],
2194
- [2, 305],
2195
- [3, 306],
2196
- [4, 307],
2197
- [5, 308],
2198
- [6, 193],
2199
- [7, 194],
2200
- [8, 195],
2201
- [9, 196],
2202
- [10, 197],
2203
- [11, 198],
2204
- [12, 199],
2205
- [13, 200],
2206
- [14, 99],
2207
- [15, 201],
2208
- [16, 202],
2209
- [17, 203],
2210
- [18, 269],
2211
- [19, 270],
2212
- [20, 271],
2213
- [21, 272],
2214
- [22, 193],
2215
- [23, 194],
2216
- [24, 308],
2217
- [25, 308],
2218
- [26, 196],
2219
- [27, 197],
2220
- [28, 195],
2221
- [29, 196],
2222
- [30, 203],
2223
- [31, 202],
2224
- [32, 203],
2225
- [33, 202],
2226
- [34, 269],
2227
- [35, 99],
2228
- [36, 270]
2229
- ]), dark_red = n17, n18 = t([
2230
- [0, 43],
2231
- [1, 54],
2232
- [2, 309],
2233
- [3, 310],
2234
- [4, 311],
2235
- [5, 312],
2236
- [6, 138],
2237
- [7, 139],
2238
- [8, 140],
2239
- [9, 141],
2240
- [10, 142],
2241
- [11, 143],
2242
- [12, 144],
2243
- [13, 145],
2244
- [14, 146],
2245
- [15, 147],
2246
- [16, 148],
2247
- [17, 36],
2248
- [18, 313],
2249
- [19, 314],
2250
- [20, 315],
2251
- [21, 316],
2252
- [22, 138],
2253
- [23, 139],
2254
- [24, 312],
2255
- [25, 312],
2256
- [26, 141],
2257
- [27, 142],
2258
- [28, 140],
2259
- [29, 141],
2260
- [30, 36],
2261
- [31, 148],
2262
- [32, 36],
2263
- [33, 148],
2264
- [34, 313],
2265
- [35, 146],
2266
- [36, 314]
2267
- ]), dark_gray = n18, n19 = t([
2268
- [30, 16],
2269
- [31, 15],
2270
- [32, 16],
2271
- [33, 15]
2272
- ]), light_alt1 = n19, n20 = t([
2273
- [30, 15],
2274
- [31, 14],
2275
- [32, 15],
2276
- [33, 14]
2277
- ]), light_alt2 = n20, n21 = t([
2278
- [22, 9],
2279
- [23, 8],
2280
- [24, 10],
2281
- [25, 10],
2282
- [26, 12],
2283
- [27, 11],
2284
- [29, 12],
2285
- [28, 13]
2286
- ]), light_active = n21, light_surface3 = n21, light_Button = n21, light_SliderTrackActive = n21, light_active_SliderTrackActive = n21, n22 = t([
2287
- [22, 7],
2288
- [23, 6],
2289
- [24, 8],
2290
- [25, 8],
2291
- [26, 10],
2292
- [27, 9],
2293
- [29, 10],
2294
- [28, 11]
2295
- ]), light_surface1 = n22, light_ListItem = n22, light_SelectTrigger = n22, light_Card = n22, light_Progress = n22, light_TooltipArrow = n22, light_SliderTrack = n22, light_Input = n22, light_TextArea = n22, light_active_ListItem = n22, light_active_Progress = n22, light_active_TooltipArrow = n22, light_active_SliderTrack = n22, n23 = t([
2296
- [22, 8],
2297
- [23, 7],
2298
- [24, 9],
2299
- [25, 9],
2300
- [26, 11],
2301
- [27, 10],
2302
- [29, 11],
2303
- [28, 12]
2304
- ]), light_surface2 = n23, light_Checkbox = n23, light_Switch = n23, light_TooltipContent = n23, light_RadioGroupItem = n23, n24 = t([
2305
- [22, 11],
2306
- [23, 11],
2307
- [24, 12],
2308
- [25, 12],
2309
- [26, 11],
2310
- [27, 11],
2311
- [29, 12],
2312
- [28, 12]
2313
- ]), light_surface4 = n24, light_active_SelectTrigger = n24, light_active_Card = n24, light_active_Button = n24, light_active_Checkbox = n24, light_active_Switch = n24, light_active_TooltipContent = n24, light_active_RadioGroupItem = n24, light_active_Input = n24, light_active_TextArea = n24, n25 = t([
2314
- [30, 127],
2315
- [31, 126],
2316
- [32, 127],
2317
- [33, 126]
2318
- ]), dark_alt1 = n25, n26 = t([
2319
- [30, 126],
2320
- [31, 125],
2321
- [32, 126],
2322
- [33, 125]
2323
- ]), dark_alt2 = n26, n27 = t([
2324
- [22, 120],
2325
- [23, 121],
2326
- [24, 119],
2327
- [25, 119],
2328
- [26, 123],
2329
- [27, 124],
2330
- [29, 123],
2331
- [28, 122]
2332
- ]), dark_active = n27, dark_surface3 = n27, dark_Button = n27, dark_SliderTrackActive = n27, dark_active_SliderTrackActive = n27, n28 = t([
2333
- [22, 118],
2334
- [23, 119],
2335
- [24, 117],
2336
- [25, 117],
2337
- [26, 121],
2338
- [27, 122],
2339
- [29, 121],
2340
- [28, 120]
2341
- ]), dark_surface1 = n28, dark_ListItem = n28, dark_SelectTrigger = n28, dark_Card = n28, dark_Progress = n28, dark_TooltipArrow = n28, dark_SliderTrack = n28, dark_Input = n28, dark_TextArea = n28, dark_active_ListItem = n28, dark_active_Progress = n28, dark_active_TooltipArrow = n28, dark_active_SliderTrack = n28, n29 = t([
2342
- [22, 119],
2343
- [23, 120],
2344
- [24, 118],
2345
- [25, 118],
2346
- [26, 122],
2347
- [27, 123],
2348
- [29, 122],
2349
- [28, 121]
2350
- ]), dark_surface2 = n29, dark_Checkbox = n29, dark_Switch = n29, dark_TooltipContent = n29, dark_RadioGroupItem = n29, n30 = t([
2351
- [22, 122],
2352
- [23, 122],
2353
- [24, 121],
2354
- [25, 121],
2355
- [26, 122],
2356
- [27, 122],
2357
- [29, 121],
2358
- [28, 121]
2359
- ]), dark_surface4 = n30, dark_active_SelectTrigger = n30, dark_active_Card = n30, dark_active_Button = n30, dark_active_Checkbox = n30, dark_active_Switch = n30, dark_active_TooltipContent = n30, dark_active_RadioGroupItem = n30, dark_active_Input = n30, dark_active_TextArea = n30, n31 = t([
2360
- [30, 65],
2361
- [31, 64],
2362
- [32, 65],
2363
- [33, 64]
2364
- ]), light_orange_alt1 = n31, n32 = t([
2365
- [30, 64],
2366
- [31, 63],
2367
- [32, 64],
2368
- [33, 63]
2369
- ]), light_orange_alt2 = n32, n33 = t([
2370
- [22, 58],
2371
- [23, 57],
2372
- [24, 59],
2373
- [25, 59],
2374
- [26, 61],
2375
- [27, 60],
2376
- [29, 61],
2377
- [28, 62]
2378
- ]), light_orange_active = n33, light_orange_surface3 = n33, light_orange_Button = n33, light_orange_SliderTrackActive = n33, light_orange_active_SliderTrackActive = n33, n34 = t([
2379
- [22, 56],
2380
- [23, 55],
2381
- [24, 57],
2382
- [25, 57],
2383
- [26, 59],
2384
- [27, 58],
2385
- [29, 59],
2386
- [28, 60]
2387
- ]), light_orange_surface1 = n34, light_orange_ListItem = n34, light_orange_SelectTrigger = n34, light_orange_Card = n34, light_orange_Progress = n34, light_orange_TooltipArrow = n34, light_orange_SliderTrack = n34, light_orange_Input = n34, light_orange_TextArea = n34, light_orange_active_ListItem = n34, light_orange_active_Progress = n34, light_orange_active_TooltipArrow = n34, light_orange_active_SliderTrack = n34, n35 = t([
2388
- [22, 57],
2389
- [23, 56],
2390
- [24, 58],
2391
- [25, 58],
2392
- [26, 60],
2393
- [27, 59],
2394
- [29, 60],
2395
- [28, 61]
2396
- ]), light_orange_surface2 = n35, light_orange_Checkbox = n35, light_orange_Switch = n35, light_orange_TooltipContent = n35, light_orange_RadioGroupItem = n35, n36 = t([
2397
- [22, 60],
2398
- [23, 60],
2399
- [24, 61],
2400
- [25, 61],
2401
- [26, 60],
2402
- [27, 60],
2403
- [29, 61],
2404
- [28, 61]
2405
- ]), light_orange_surface4 = n36, light_orange_active_SelectTrigger = n36, light_orange_active_Card = n36, light_orange_active_Button = n36, light_orange_active_Checkbox = n36, light_orange_active_Switch = n36, light_orange_active_TooltipContent = n36, light_orange_active_RadioGroupItem = n36, light_orange_active_Input = n36, light_orange_active_TextArea = n36, n37 = t([
2406
- [30, 113],
2407
- [31, 112],
2408
- [32, 113],
2409
- [33, 112]
2410
- ]), light_yellow_alt1 = n37, n38 = t([
2411
- [30, 112],
2412
- [31, 111],
2413
- [32, 112],
2414
- [33, 111]
2415
- ]), light_yellow_alt2 = n38, n39 = t([
2416
- [22, 106],
2417
- [23, 105],
2418
- [24, 107],
2419
- [25, 107],
2420
- [26, 109],
2421
- [27, 108],
2422
- [29, 109],
2423
- [28, 110]
2424
- ]), light_yellow_active = n39, light_yellow_surface3 = n39, light_yellow_Button = n39, light_yellow_SliderTrackActive = n39, light_yellow_active_SliderTrackActive = n39, n40 = t([
2425
- [22, 104],
2426
- [23, 103],
2427
- [24, 105],
2428
- [25, 105],
2429
- [26, 107],
2430
- [27, 106],
2431
- [29, 107],
2432
- [28, 108]
2433
- ]), light_yellow_surface1 = n40, light_yellow_ListItem = n40, light_yellow_SelectTrigger = n40, light_yellow_Card = n40, light_yellow_Progress = n40, light_yellow_TooltipArrow = n40, light_yellow_SliderTrack = n40, light_yellow_Input = n40, light_yellow_TextArea = n40, light_yellow_active_ListItem = n40, light_yellow_active_Progress = n40, light_yellow_active_TooltipArrow = n40, light_yellow_active_SliderTrack = n40, n41 = t([
2434
- [22, 105],
2435
- [23, 104],
2436
- [24, 106],
2437
- [25, 106],
2438
- [26, 108],
2439
- [27, 107],
2440
- [29, 108],
2441
- [28, 109]
2442
- ]), light_yellow_surface2 = n41, light_yellow_Checkbox = n41, light_yellow_Switch = n41, light_yellow_TooltipContent = n41, light_yellow_RadioGroupItem = n41, n42 = t([
2443
- [22, 108],
2444
- [23, 108],
2445
- [24, 109],
2446
- [25, 109],
2447
- [26, 108],
2448
- [27, 108],
2449
- [29, 109],
2450
- [28, 109]
2451
- ]), light_yellow_surface4 = n42, light_yellow_active_SelectTrigger = n42, light_yellow_active_Card = n42, light_yellow_active_Button = n42, light_yellow_active_Checkbox = n42, light_yellow_active_Switch = n42, light_yellow_active_TooltipContent = n42, light_yellow_active_RadioGroupItem = n42, light_yellow_active_Input = n42, light_yellow_active_TextArea = n42, n43 = t([
2452
- [30, 53],
2453
- [31, 52],
2454
- [32, 53],
2455
- [33, 52]
2456
- ]), light_green_alt1 = n43, n44 = t([
2457
- [30, 52],
2458
- [31, 51],
2459
- [32, 52],
2460
- [33, 51]
2461
- ]), light_green_alt2 = n44, n45 = t([
2462
- [22, 46],
2463
- [23, 45],
2464
- [24, 47],
2465
- [25, 47],
2466
- [26, 49],
2467
- [27, 48],
2468
- [29, 49],
2469
- [28, 50]
2470
- ]), light_green_active = n45, light_green_surface3 = n45, light_green_Button = n45, light_green_SliderTrackActive = n45, light_green_active_SliderTrackActive = n45, n46 = t([
2471
- [22, 44],
2472
- [23, 43],
2473
- [24, 45],
2474
- [25, 45],
2475
- [26, 47],
2476
- [27, 46],
2477
- [29, 47],
2478
- [28, 48]
2479
- ]), light_green_surface1 = n46, light_green_ListItem = n46, light_green_SelectTrigger = n46, light_green_Card = n46, light_green_Progress = n46, light_green_TooltipArrow = n46, light_green_SliderTrack = n46, light_green_Input = n46, light_green_TextArea = n46, light_green_active_ListItem = n46, light_green_active_Progress = n46, light_green_active_TooltipArrow = n46, light_green_active_SliderTrack = n46, n47 = t([
2480
- [22, 45],
2481
- [23, 44],
2482
- [24, 46],
2483
- [25, 46],
2484
- [26, 48],
2485
- [27, 47],
2486
- [29, 48],
2487
- [28, 49]
2488
- ]), light_green_surface2 = n47, light_green_Checkbox = n47, light_green_Switch = n47, light_green_TooltipContent = n47, light_green_RadioGroupItem = n47, n48 = t([
2489
- [22, 48],
2490
- [23, 48],
2491
- [24, 49],
2492
- [25, 49],
2493
- [26, 48],
2494
- [27, 48],
2495
- [29, 49],
2496
- [28, 49]
2497
- ]), light_green_surface4 = n48, light_green_active_SelectTrigger = n48, light_green_active_Card = n48, light_green_active_Button = n48, light_green_active_Checkbox = n48, light_green_active_Switch = n48, light_green_active_TooltipContent = n48, light_green_active_RadioGroupItem = n48, light_green_active_Input = n48, light_green_active_TextArea = n48, n49 = t([
2498
- [30, 31],
2499
- [31, 30],
2500
- [32, 31],
2501
- [33, 30]
2502
- ]), light_blue_alt1 = n49, n50 = t([
2503
- [30, 30],
2504
- [31, 29],
2505
- [32, 30],
2506
- [33, 29]
2507
- ]), light_blue_alt2 = n50, n51 = t([
2508
- [22, 0],
2509
- [23, 24],
2510
- [24, 25],
2511
- [25, 25],
2512
- [26, 27],
2513
- [27, 26],
2514
- [29, 27],
2515
- [28, 28]
2516
- ]), light_blue_active = n51, light_blue_surface3 = n51, light_blue_Button = n51, light_blue_SliderTrackActive = n51, light_blue_active_SliderTrackActive = n51, n52 = t([
2517
- [22, 23],
2518
- [23, 22],
2519
- [24, 24],
2520
- [25, 24],
2521
- [26, 25],
2522
- [27, 0],
2523
- [29, 25],
2524
- [28, 26]
2525
- ]), light_blue_surface1 = n52, light_blue_ListItem = n52, light_blue_SelectTrigger = n52, light_blue_Card = n52, light_blue_Progress = n52, light_blue_TooltipArrow = n52, light_blue_SliderTrack = n52, light_blue_Input = n52, light_blue_TextArea = n52, light_blue_active_ListItem = n52, light_blue_active_Progress = n52, light_blue_active_TooltipArrow = n52, light_blue_active_SliderTrack = n52, n53 = t([
2526
- [22, 24],
2527
- [23, 23],
2528
- [24, 0],
2529
- [25, 0],
2530
- [26, 26],
2531
- [27, 25],
2532
- [29, 26],
2533
- [28, 27]
2534
- ]), light_blue_surface2 = n53, light_blue_Checkbox = n53, light_blue_Switch = n53, light_blue_TooltipContent = n53, light_blue_RadioGroupItem = n53, n54 = t([
2535
- [22, 26],
2536
- [23, 26],
2537
- [24, 27],
2538
- [25, 27],
2539
- [26, 26],
2540
- [27, 26],
2541
- [29, 27],
2542
- [28, 27]
2543
- ]), light_blue_surface4 = n54, light_blue_active_SelectTrigger = n54, light_blue_active_Card = n54, light_blue_active_Button = n54, light_blue_active_Checkbox = n54, light_blue_active_Switch = n54, light_blue_active_TooltipContent = n54, light_blue_active_RadioGroupItem = n54, light_blue_active_Input = n54, light_blue_active_TextArea = n54, n55 = t([
2544
- [30, 89],
2545
- [31, 88],
2546
- [32, 89],
2547
- [33, 88]
2548
- ]), light_purple_alt1 = n55, n56 = t([
2549
- [30, 88],
2550
- [31, 87],
2551
- [32, 88],
2552
- [33, 87]
2553
- ]), light_purple_alt2 = n56, n57 = t([
2554
- [22, 82],
2555
- [23, 81],
2556
- [24, 83],
2557
- [25, 83],
2558
- [26, 85],
2559
- [27, 84],
2560
- [29, 85],
2561
- [28, 86]
2562
- ]), light_purple_active = n57, light_purple_surface3 = n57, light_purple_Button = n57, light_purple_SliderTrackActive = n57, light_purple_active_SliderTrackActive = n57, n58 = t([
2563
- [22, 80],
2564
- [23, 79],
2565
- [24, 81],
2566
- [25, 81],
2567
- [26, 83],
2568
- [27, 82],
2569
- [29, 83],
2570
- [28, 84]
2571
- ]), light_purple_surface1 = n58, light_purple_ListItem = n58, light_purple_SelectTrigger = n58, light_purple_Card = n58, light_purple_Progress = n58, light_purple_TooltipArrow = n58, light_purple_SliderTrack = n58, light_purple_Input = n58, light_purple_TextArea = n58, light_purple_active_ListItem = n58, light_purple_active_Progress = n58, light_purple_active_TooltipArrow = n58, light_purple_active_SliderTrack = n58, n59 = t([
2572
- [22, 81],
2573
- [23, 80],
2574
- [24, 82],
2575
- [25, 82],
2576
- [26, 84],
2577
- [27, 83],
2578
- [29, 84],
2579
- [28, 85]
2580
- ]), light_purple_surface2 = n59, light_purple_Checkbox = n59, light_purple_Switch = n59, light_purple_TooltipContent = n59, light_purple_RadioGroupItem = n59, n60 = t([
2581
- [22, 84],
2582
- [23, 84],
2583
- [24, 85],
2584
- [25, 85],
2585
- [26, 84],
2586
- [27, 84],
2587
- [29, 85],
2588
- [28, 85]
2589
- ]), light_purple_surface4 = n60, light_purple_active_SelectTrigger = n60, light_purple_active_Card = n60, light_purple_active_Button = n60, light_purple_active_Checkbox = n60, light_purple_active_Switch = n60, light_purple_active_TooltipContent = n60, light_purple_active_RadioGroupItem = n60, light_purple_active_Input = n60, light_purple_active_TextArea = n60, n61 = t([
2590
- [30, 77],
2591
- [31, 76],
2592
- [32, 77],
2593
- [33, 76]
2594
- ]), light_pink_alt1 = n61, n62 = t([
2595
- [30, 76],
2596
- [31, 75],
2597
- [32, 76],
2598
- [33, 75]
2599
- ]), light_pink_alt2 = n62, n63 = t([
2600
- [22, 70],
2601
- [23, 69],
2602
- [24, 71],
2603
- [25, 71],
2604
- [26, 73],
2605
- [27, 72],
2606
- [29, 73],
2607
- [28, 74]
2608
- ]), light_pink_active = n63, light_pink_surface3 = n63, light_pink_Button = n63, light_pink_SliderTrackActive = n63, light_pink_active_SliderTrackActive = n63, n64 = t([
2609
- [22, 68],
2610
- [23, 67],
2611
- [24, 69],
2612
- [25, 69],
2613
- [26, 71],
2614
- [27, 70],
2615
- [29, 71],
2616
- [28, 72]
2617
- ]), light_pink_surface1 = n64, light_pink_ListItem = n64, light_pink_SelectTrigger = n64, light_pink_Card = n64, light_pink_Progress = n64, light_pink_TooltipArrow = n64, light_pink_SliderTrack = n64, light_pink_Input = n64, light_pink_TextArea = n64, light_pink_active_ListItem = n64, light_pink_active_Progress = n64, light_pink_active_TooltipArrow = n64, light_pink_active_SliderTrack = n64, n65 = t([
2618
- [22, 69],
2619
- [23, 68],
2620
- [24, 70],
2621
- [25, 70],
2622
- [26, 72],
2623
- [27, 71],
2624
- [29, 72],
2625
- [28, 73]
2626
- ]), light_pink_surface2 = n65, light_pink_Checkbox = n65, light_pink_Switch = n65, light_pink_TooltipContent = n65, light_pink_RadioGroupItem = n65, n66 = t([
2627
- [22, 72],
2628
- [23, 72],
2629
- [24, 73],
2630
- [25, 73],
2631
- [26, 72],
2632
- [27, 72],
2633
- [29, 73],
2634
- [28, 73]
2635
- ]), light_pink_surface4 = n66, light_pink_active_SelectTrigger = n66, light_pink_active_Card = n66, light_pink_active_Button = n66, light_pink_active_Checkbox = n66, light_pink_active_Switch = n66, light_pink_active_TooltipContent = n66, light_pink_active_RadioGroupItem = n66, light_pink_active_Input = n66, light_pink_active_TextArea = n66, n67 = t([
2636
- [30, 101],
2637
- [31, 100],
2638
- [32, 101],
2639
- [33, 100]
2640
- ]), light_red_alt1 = n67, n68 = t([
2641
- [30, 100],
2642
- [31, 99],
2643
- [32, 100],
2644
- [33, 99]
2645
- ]), light_red_alt2 = n68, n69 = t([
2646
- [22, 94],
2647
- [23, 93],
2648
- [24, 95],
2649
- [25, 95],
2650
- [26, 97],
2651
- [27, 96],
2652
- [29, 97],
2653
- [28, 98]
2654
- ]), light_red_active = n69, light_red_surface3 = n69, light_red_Button = n69, light_red_SliderTrackActive = n69, light_red_active_SliderTrackActive = n69, n70 = t([
2655
- [22, 92],
2656
- [23, 91],
2657
- [24, 93],
2658
- [25, 93],
2659
- [26, 95],
2660
- [27, 94],
2661
- [29, 95],
2662
- [28, 96]
2663
- ]), light_red_surface1 = n70, light_red_ListItem = n70, light_red_SelectTrigger = n70, light_red_Card = n70, light_red_Progress = n70, light_red_TooltipArrow = n70, light_red_SliderTrack = n70, light_red_Input = n70, light_red_TextArea = n70, light_red_active_ListItem = n70, light_red_active_Progress = n70, light_red_active_TooltipArrow = n70, light_red_active_SliderTrack = n70, n71 = t([
2664
- [22, 93],
2665
- [23, 92],
2666
- [24, 94],
2667
- [25, 94],
2668
- [26, 96],
2669
- [27, 95],
2670
- [29, 96],
2671
- [28, 97]
2672
- ]), light_red_surface2 = n71, light_red_Checkbox = n71, light_red_Switch = n71, light_red_TooltipContent = n71, light_red_RadioGroupItem = n71, n72 = t([
2673
- [22, 96],
2674
- [23, 96],
2675
- [24, 97],
2676
- [25, 97],
2677
- [26, 96],
2678
- [27, 96],
2679
- [29, 97],
2680
- [28, 97]
2681
- ]), light_red_surface4 = n72, light_red_active_SelectTrigger = n72, light_red_active_Card = n72, light_red_active_Button = n72, light_red_active_Checkbox = n72, light_red_active_Switch = n72, light_red_active_TooltipContent = n72, light_red_active_RadioGroupItem = n72, light_red_active_Input = n72, light_red_active_TextArea = n72, n73 = t([
2682
- [30, 42],
2683
- [31, 41],
2684
- [32, 42],
2685
- [33, 41]
2686
- ]), light_gray_alt1 = n73, n74 = t([
2687
- [30, 41],
2688
- [31, 14],
2689
- [32, 41],
2690
- [33, 14]
2691
- ]), light_gray_alt2 = n74, n75 = t([
2692
- [22, 36],
2693
- [23, 35],
2694
- [24, 37],
2695
- [25, 37],
2696
- [26, 39],
2697
- [27, 38],
2698
- [29, 39],
2699
- [28, 40]
2700
- ]), light_gray_active = n75, light_gray_surface3 = n75, light_gray_Button = n75, light_gray_SliderTrackActive = n75, light_gray_active_SliderTrackActive = n75, n76 = t([
2701
- [22, 34],
2702
- [23, 33],
2703
- [24, 35],
2704
- [25, 35],
2705
- [26, 37],
2706
- [27, 36],
2707
- [29, 37],
2708
- [28, 38]
2709
- ]), light_gray_surface1 = n76, light_gray_ListItem = n76, light_gray_SelectTrigger = n76, light_gray_Card = n76, light_gray_Progress = n76, light_gray_TooltipArrow = n76, light_gray_SliderTrack = n76, light_gray_Input = n76, light_gray_TextArea = n76, light_gray_active_ListItem = n76, light_gray_active_Progress = n76, light_gray_active_TooltipArrow = n76, light_gray_active_SliderTrack = n76, n77 = t([
2710
- [22, 35],
2711
- [23, 34],
2712
- [24, 36],
2713
- [25, 36],
2714
- [26, 38],
2715
- [27, 37],
2716
- [29, 38],
2717
- [28, 39]
2718
- ]), light_gray_surface2 = n77, light_gray_Checkbox = n77, light_gray_Switch = n77, light_gray_TooltipContent = n77, light_gray_RadioGroupItem = n77, n78 = t([
2719
- [22, 38],
2720
- [23, 38],
2721
- [24, 39],
2722
- [25, 39],
2723
- [26, 38],
2724
- [27, 38],
2725
- [29, 39],
2726
- [28, 39]
2727
- ]), light_gray_surface4 = n78, light_gray_active_SelectTrigger = n78, light_gray_active_Card = n78, light_gray_active_Button = n78, light_gray_active_Checkbox = n78, light_gray_active_Switch = n78, light_gray_active_TooltipContent = n78, light_gray_active_RadioGroupItem = n78, light_gray_active_Input = n78, light_gray_active_TextArea = n78, n79 = t([
2728
- [30, 169],
2729
- [31, 168],
2730
- [32, 169],
2731
- [33, 168]
2732
- ]), dark_orange_alt1 = n79, n80 = t([
2733
- [30, 168],
2734
- [31, 63],
2735
- [32, 168],
2736
- [33, 63]
2737
- ]), dark_orange_alt2 = n80, n81 = t([
2738
- [22, 163],
2739
- [23, 164],
2740
- [24, 162],
2741
- [25, 162],
2742
- [26, 166],
2743
- [27, 167],
2744
- [29, 166],
2745
- [28, 165]
2746
- ]), dark_orange_active = n81, dark_orange_surface3 = n81, dark_orange_Button = n81, dark_orange_SliderTrackActive = n81, dark_orange_active_SliderTrackActive = n81, n82 = t([
2747
- [22, 161],
2748
- [23, 162],
2749
- [24, 160],
2750
- [25, 160],
2751
- [26, 164],
2752
- [27, 165],
2753
- [29, 164],
2754
- [28, 163]
2755
- ]), dark_orange_surface1 = n82, dark_orange_ListItem = n82, dark_orange_SelectTrigger = n82, dark_orange_Card = n82, dark_orange_Progress = n82, dark_orange_TooltipArrow = n82, dark_orange_SliderTrack = n82, dark_orange_Input = n82, dark_orange_TextArea = n82, dark_orange_active_ListItem = n82, dark_orange_active_Progress = n82, dark_orange_active_TooltipArrow = n82, dark_orange_active_SliderTrack = n82, n83 = t([
2756
- [22, 162],
2757
- [23, 163],
2758
- [24, 161],
2759
- [25, 161],
2760
- [26, 165],
2761
- [27, 166],
2762
- [29, 165],
2763
- [28, 164]
2764
- ]), dark_orange_surface2 = n83, dark_orange_Checkbox = n83, dark_orange_Switch = n83, dark_orange_TooltipContent = n83, dark_orange_RadioGroupItem = n83, n84 = t([
2765
- [22, 165],
2766
- [23, 165],
2767
- [24, 164],
2768
- [25, 164],
2769
- [26, 165],
2770
- [27, 165],
2771
- [29, 164],
2772
- [28, 164]
2773
- ]), dark_orange_surface4 = n84, dark_orange_active_SelectTrigger = n84, dark_orange_active_Card = n84, dark_orange_active_Button = n84, dark_orange_active_Checkbox = n84, dark_orange_active_Switch = n84, dark_orange_active_TooltipContent = n84, dark_orange_active_RadioGroupItem = n84, dark_orange_active_Input = n84, dark_orange_active_TextArea = n84, n85 = t([
2774
- [30, 213],
2775
- [31, 212],
2776
- [32, 213],
2777
- [33, 212]
2778
- ]), dark_yellow_alt1 = n85, n86 = t([
2779
- [30, 212],
2780
- [31, 111],
2781
- [32, 212],
2782
- [33, 111]
2783
- ]), dark_yellow_alt2 = n86, n87 = t([
2784
- [22, 207],
2785
- [23, 208],
2786
- [24, 206],
2787
- [25, 206],
2788
- [26, 210],
2789
- [27, 211],
2790
- [29, 210],
2791
- [28, 209]
2792
- ]), dark_yellow_active = n87, dark_yellow_surface3 = n87, dark_yellow_Button = n87, dark_yellow_SliderTrackActive = n87, dark_yellow_active_SliderTrackActive = n87, n88 = t([
2793
- [22, 205],
2794
- [23, 206],
2795
- [24, 204],
2796
- [25, 204],
2797
- [26, 208],
2798
- [27, 209],
2799
- [29, 208],
2800
- [28, 207]
2801
- ]), dark_yellow_surface1 = n88, dark_yellow_ListItem = n88, dark_yellow_SelectTrigger = n88, dark_yellow_Card = n88, dark_yellow_Progress = n88, dark_yellow_TooltipArrow = n88, dark_yellow_SliderTrack = n88, dark_yellow_Input = n88, dark_yellow_TextArea = n88, dark_yellow_active_ListItem = n88, dark_yellow_active_Progress = n88, dark_yellow_active_TooltipArrow = n88, dark_yellow_active_SliderTrack = n88, n89 = t([
2802
- [22, 206],
2803
- [23, 207],
2804
- [24, 205],
2805
- [25, 205],
2806
- [26, 209],
2807
- [27, 210],
2808
- [29, 209],
2809
- [28, 208]
2810
- ]), dark_yellow_surface2 = n89, dark_yellow_Checkbox = n89, dark_yellow_Switch = n89, dark_yellow_TooltipContent = n89, dark_yellow_RadioGroupItem = n89, n90 = t([
2811
- [22, 209],
2812
- [23, 209],
2813
- [24, 208],
2814
- [25, 208],
2815
- [26, 209],
2816
- [27, 209],
2817
- [29, 208],
2818
- [28, 208]
2819
- ]), dark_yellow_surface4 = n90, dark_yellow_active_SelectTrigger = n90, dark_yellow_active_Card = n90, dark_yellow_active_Button = n90, dark_yellow_active_Checkbox = n90, dark_yellow_active_Switch = n90, dark_yellow_active_TooltipContent = n90, dark_yellow_active_RadioGroupItem = n90, dark_yellow_active_Input = n90, dark_yellow_active_TextArea = n90, n91 = t([
2820
- [30, 158],
2821
- [31, 157],
2822
- [32, 158],
2823
- [33, 157]
2824
- ]), dark_green_alt1 = n91, n92 = t([
2825
- [30, 157],
2826
- [31, 51],
2827
- [32, 157],
2828
- [33, 51]
2829
- ]), dark_green_alt2 = n92, n93 = t([
2830
- [22, 152],
2831
- [23, 153],
2832
- [24, 151],
2833
- [25, 151],
2834
- [26, 155],
2835
- [27, 156],
2836
- [29, 155],
2837
- [28, 154]
2838
- ]), dark_green_active = n93, dark_green_surface3 = n93, dark_green_Button = n93, dark_green_SliderTrackActive = n93, dark_green_active_SliderTrackActive = n93, n94 = t([
2839
- [22, 150],
2840
- [23, 151],
2841
- [24, 149],
2842
- [25, 149],
2843
- [26, 153],
2844
- [27, 154],
2845
- [29, 153],
2846
- [28, 152]
2847
- ]), dark_green_surface1 = n94, dark_green_ListItem = n94, dark_green_SelectTrigger = n94, dark_green_Card = n94, dark_green_Progress = n94, dark_green_TooltipArrow = n94, dark_green_SliderTrack = n94, dark_green_Input = n94, dark_green_TextArea = n94, dark_green_active_ListItem = n94, dark_green_active_Progress = n94, dark_green_active_TooltipArrow = n94, dark_green_active_SliderTrack = n94, n95 = t([
2848
- [22, 151],
2849
- [23, 152],
2850
- [24, 150],
2851
- [25, 150],
2852
- [26, 154],
2853
- [27, 155],
2854
- [29, 154],
2855
- [28, 153]
2856
- ]), dark_green_surface2 = n95, dark_green_Checkbox = n95, dark_green_Switch = n95, dark_green_TooltipContent = n95, dark_green_RadioGroupItem = n95, n96 = t([
2857
- [22, 154],
2858
- [23, 154],
2859
- [24, 153],
2860
- [25, 153],
2861
- [26, 154],
2862
- [27, 154],
2863
- [29, 153],
2864
- [28, 153]
2865
- ]), dark_green_surface4 = n96, dark_green_active_SelectTrigger = n96, dark_green_active_Card = n96, dark_green_active_Button = n96, dark_green_active_Checkbox = n96, dark_green_active_Switch = n96, dark_green_active_TooltipContent = n96, dark_green_active_RadioGroupItem = n96, dark_green_active_Input = n96, dark_green_active_TextArea = n96, n97 = t([
2866
- [30, 136],
2867
- [31, 135],
2868
- [32, 136],
2869
- [33, 135]
2870
- ]), dark_blue_alt1 = n97, n98 = t([
2871
- [30, 135],
2872
- [31, 29],
2873
- [32, 135],
2874
- [33, 29]
2875
- ]), dark_blue_alt2 = n98, n99 = t([
2876
- [22, 1],
2877
- [23, 131],
2878
- [24, 130],
2879
- [25, 130],
2880
- [26, 133],
2881
- [27, 134],
2882
- [29, 133],
2883
- [28, 132]
2884
- ]), dark_blue_active = n99, dark_blue_surface3 = n99, dark_blue_Button = n99, dark_blue_SliderTrackActive = n99, dark_blue_active_SliderTrackActive = n99, n100 = t([
2885
- [22, 129],
2886
- [23, 130],
2887
- [24, 128],
2888
- [25, 128],
2889
- [26, 131],
2890
- [27, 132],
2891
- [29, 131],
2892
- [28, 1]
2893
- ]), dark_blue_surface1 = n100, dark_blue_ListItem = n100, dark_blue_SelectTrigger = n100, dark_blue_Card = n100, dark_blue_Progress = n100, dark_blue_TooltipArrow = n100, dark_blue_SliderTrack = n100, dark_blue_Input = n100, dark_blue_TextArea = n100, dark_blue_active_ListItem = n100, dark_blue_active_Progress = n100, dark_blue_active_TooltipArrow = n100, dark_blue_active_SliderTrack = n100, n101 = t([
2894
- [22, 130],
2895
- [23, 1],
2896
- [24, 129],
2897
- [25, 129],
2898
- [26, 132],
2899
- [27, 133],
2900
- [29, 132],
2901
- [28, 131]
2902
- ]), dark_blue_surface2 = n101, dark_blue_Checkbox = n101, dark_blue_Switch = n101, dark_blue_TooltipContent = n101, dark_blue_RadioGroupItem = n101, n102 = t([
2903
- [22, 132],
2904
- [23, 132],
2905
- [24, 131],
2906
- [25, 131],
2907
- [26, 132],
2908
- [27, 132],
2909
- [29, 131],
2910
- [28, 131]
2911
- ]), dark_blue_surface4 = n102, dark_blue_active_SelectTrigger = n102, dark_blue_active_Card = n102, dark_blue_active_Button = n102, dark_blue_active_Checkbox = n102, dark_blue_active_Switch = n102, dark_blue_active_TooltipContent = n102, dark_blue_active_RadioGroupItem = n102, dark_blue_active_Input = n102, dark_blue_active_TextArea = n102, n103 = t([
2912
- [30, 191],
2913
- [31, 190],
2914
- [32, 191],
2915
- [33, 190]
2916
- ]), dark_purple_alt1 = n103, n104 = t([
2917
- [30, 190],
2918
- [31, 87],
2919
- [32, 190],
2920
- [33, 87]
2921
- ]), dark_purple_alt2 = n104, n105 = t([
2922
- [22, 185],
2923
- [23, 186],
2924
- [24, 184],
2925
- [25, 184],
2926
- [26, 188],
2927
- [27, 189],
2928
- [29, 188],
2929
- [28, 187]
2930
- ]), dark_purple_active = n105, dark_purple_surface3 = n105, dark_purple_Button = n105, dark_purple_SliderTrackActive = n105, dark_purple_active_SliderTrackActive = n105, n106 = t([
2931
- [22, 183],
2932
- [23, 184],
2933
- [24, 182],
2934
- [25, 182],
2935
- [26, 186],
2936
- [27, 187],
2937
- [29, 186],
2938
- [28, 185]
2939
- ]), dark_purple_surface1 = n106, dark_purple_ListItem = n106, dark_purple_SelectTrigger = n106, dark_purple_Card = n106, dark_purple_Progress = n106, dark_purple_TooltipArrow = n106, dark_purple_SliderTrack = n106, dark_purple_Input = n106, dark_purple_TextArea = n106, dark_purple_active_ListItem = n106, dark_purple_active_Progress = n106, dark_purple_active_TooltipArrow = n106, dark_purple_active_SliderTrack = n106, n107 = t([
2940
- [22, 184],
2941
- [23, 185],
2942
- [24, 183],
2943
- [25, 183],
2944
- [26, 187],
2945
- [27, 188],
2946
- [29, 187],
2947
- [28, 186]
2948
- ]), dark_purple_surface2 = n107, dark_purple_Checkbox = n107, dark_purple_Switch = n107, dark_purple_TooltipContent = n107, dark_purple_RadioGroupItem = n107, n108 = t([
2949
- [22, 187],
2950
- [23, 187],
2951
- [24, 186],
2952
- [25, 186],
2953
- [26, 187],
2954
- [27, 187],
2955
- [29, 186],
2956
- [28, 186]
2957
- ]), dark_purple_surface4 = n108, dark_purple_active_SelectTrigger = n108, dark_purple_active_Card = n108, dark_purple_active_Button = n108, dark_purple_active_Checkbox = n108, dark_purple_active_Switch = n108, dark_purple_active_TooltipContent = n108, dark_purple_active_RadioGroupItem = n108, dark_purple_active_Input = n108, dark_purple_active_TextArea = n108, n109 = t([
2958
- [30, 180],
2959
- [31, 179],
2960
- [32, 180],
2961
- [33, 179]
2962
- ]), dark_pink_alt1 = n109, n110 = t([
2963
- [30, 179],
2964
- [31, 75],
2965
- [32, 179],
2966
- [33, 75]
2967
- ]), dark_pink_alt2 = n110, n111 = t([
2968
- [22, 174],
2969
- [23, 175],
2970
- [24, 173],
2971
- [25, 173],
2972
- [26, 177],
2973
- [27, 178],
2974
- [29, 177],
2975
- [28, 176]
2976
- ]), dark_pink_active = n111, dark_pink_surface3 = n111, dark_pink_Button = n111, dark_pink_SliderTrackActive = n111, dark_pink_active_SliderTrackActive = n111, n112 = t([
2977
- [22, 172],
2978
- [23, 173],
2979
- [24, 171],
2980
- [25, 171],
2981
- [26, 175],
2982
- [27, 176],
2983
- [29, 175],
2984
- [28, 174]
2985
- ]), dark_pink_surface1 = n112, dark_pink_ListItem = n112, dark_pink_SelectTrigger = n112, dark_pink_Card = n112, dark_pink_Progress = n112, dark_pink_TooltipArrow = n112, dark_pink_SliderTrack = n112, dark_pink_Input = n112, dark_pink_TextArea = n112, dark_pink_active_ListItem = n112, dark_pink_active_Progress = n112, dark_pink_active_TooltipArrow = n112, dark_pink_active_SliderTrack = n112, n113 = t([
2986
- [22, 173],
2987
- [23, 174],
2988
- [24, 172],
2989
- [25, 172],
2990
- [26, 176],
2991
- [27, 177],
2992
- [29, 176],
2993
- [28, 175]
2994
- ]), dark_pink_surface2 = n113, dark_pink_Checkbox = n113, dark_pink_Switch = n113, dark_pink_TooltipContent = n113, dark_pink_RadioGroupItem = n113, n114 = t([
2995
- [22, 176],
2996
- [23, 176],
2997
- [24, 175],
2998
- [25, 175],
2999
- [26, 176],
3000
- [27, 176],
3001
- [29, 175],
3002
- [28, 175]
3003
- ]), dark_pink_surface4 = n114, dark_pink_active_SelectTrigger = n114, dark_pink_active_Card = n114, dark_pink_active_Button = n114, dark_pink_active_Checkbox = n114, dark_pink_active_Switch = n114, dark_pink_active_TooltipContent = n114, dark_pink_active_RadioGroupItem = n114, dark_pink_active_Input = n114, dark_pink_active_TextArea = n114, n115 = t([
3004
- [30, 202],
3005
- [31, 201],
3006
- [32, 202],
3007
- [33, 201]
3008
- ]), dark_red_alt1 = n115, n116 = t([
3009
- [30, 201],
3010
- [31, 99],
3011
- [32, 201],
3012
- [33, 99]
3013
- ]), dark_red_alt2 = n116, n117 = t([
3014
- [22, 196],
3015
- [23, 197],
3016
- [24, 195],
3017
- [25, 195],
3018
- [26, 199],
3019
- [27, 200],
3020
- [29, 199],
3021
- [28, 198]
3022
- ]), dark_red_active = n117, dark_red_surface3 = n117, dark_red_Button = n117, dark_red_SliderTrackActive = n117, dark_red_active_SliderTrackActive = n117, n118 = t([
3023
- [22, 194],
3024
- [23, 195],
3025
- [24, 193],
3026
- [25, 193],
3027
- [26, 197],
3028
- [27, 198],
3029
- [29, 197],
3030
- [28, 196]
3031
- ]), dark_red_surface1 = n118, dark_red_ListItem = n118, dark_red_SelectTrigger = n118, dark_red_Card = n118, dark_red_Progress = n118, dark_red_TooltipArrow = n118, dark_red_SliderTrack = n118, dark_red_Input = n118, dark_red_TextArea = n118, dark_red_active_ListItem = n118, dark_red_active_Progress = n118, dark_red_active_TooltipArrow = n118, dark_red_active_SliderTrack = n118, n119 = t([
3032
- [22, 195],
3033
- [23, 196],
3034
- [24, 194],
3035
- [25, 194],
3036
- [26, 198],
3037
- [27, 199],
3038
- [29, 198],
3039
- [28, 197]
3040
- ]), dark_red_surface2 = n119, dark_red_Checkbox = n119, dark_red_Switch = n119, dark_red_TooltipContent = n119, dark_red_RadioGroupItem = n119, n120 = t([
3041
- [22, 198],
3042
- [23, 198],
3043
- [24, 197],
3044
- [25, 197],
3045
- [26, 198],
3046
- [27, 198],
3047
- [29, 197],
3048
- [28, 197]
3049
- ]), dark_red_surface4 = n120, dark_red_active_SelectTrigger = n120, dark_red_active_Card = n120, dark_red_active_Button = n120, dark_red_active_Checkbox = n120, dark_red_active_Switch = n120, dark_red_active_TooltipContent = n120, dark_red_active_RadioGroupItem = n120, dark_red_active_Input = n120, dark_red_active_TextArea = n120, n121 = t([
3050
- [30, 148],
3051
- [31, 147],
3052
- [32, 148],
3053
- [33, 147]
3054
- ]), dark_gray_alt1 = n121, n122 = t([
3055
- [30, 147],
3056
- [31, 146],
3057
- [32, 147],
3058
- [33, 146]
3059
- ]), dark_gray_alt2 = n122, n123 = t([
3060
- [22, 141],
3061
- [23, 142],
3062
- [24, 140],
3063
- [25, 140],
3064
- [26, 144],
3065
- [27, 145],
3066
- [29, 144],
3067
- [28, 143]
3068
- ]), dark_gray_active = n123, dark_gray_surface3 = n123, dark_gray_Button = n123, dark_gray_SliderTrackActive = n123, dark_gray_active_SliderTrackActive = n123, n124 = t([
3069
- [22, 139],
3070
- [23, 140],
3071
- [24, 138],
3072
- [25, 138],
3073
- [26, 142],
3074
- [27, 143],
3075
- [29, 142],
3076
- [28, 141]
3077
- ]), dark_gray_surface1 = n124, dark_gray_ListItem = n124, dark_gray_SelectTrigger = n124, dark_gray_Card = n124, dark_gray_Progress = n124, dark_gray_TooltipArrow = n124, dark_gray_SliderTrack = n124, dark_gray_Input = n124, dark_gray_TextArea = n124, dark_gray_active_ListItem = n124, dark_gray_active_Progress = n124, dark_gray_active_TooltipArrow = n124, dark_gray_active_SliderTrack = n124, n125 = t([
3078
- [22, 140],
3079
- [23, 141],
3080
- [24, 139],
3081
- [25, 139],
3082
- [26, 143],
3083
- [27, 144],
3084
- [29, 143],
3085
- [28, 142]
3086
- ]), dark_gray_surface2 = n125, dark_gray_Checkbox = n125, dark_gray_Switch = n125, dark_gray_TooltipContent = n125, dark_gray_RadioGroupItem = n125, n126 = t([
3087
- [22, 143],
3088
- [23, 143],
3089
- [24, 142],
3090
- [25, 142],
3091
- [26, 143],
3092
- [27, 143],
3093
- [29, 142],
3094
- [28, 142]
3095
- ]), dark_gray_surface4 = n126, dark_gray_active_SelectTrigger = n126, dark_gray_active_Card = n126, dark_gray_active_Button = n126, dark_gray_active_Checkbox = n126, dark_gray_active_Switch = n126, dark_gray_active_TooltipContent = n126, dark_gray_active_RadioGroupItem = n126, dark_gray_active_Input = n126, dark_gray_active_TextArea = n126, n127 = t([
3096
- [30, 7],
3097
- [31, 6],
3098
- [32, 8],
3099
- [33, 8],
3100
- [22, 17],
3101
- [23, 16],
3102
- [24, 17],
3103
- [25, 16],
3104
- [26, 15],
3105
- [27, 14],
3106
- [29, 13],
3107
- [28, 12]
3108
- ]), light_SwitchThumb = n127, light_SliderThumb = n127, light_Tooltip = n127, light_ProgressIndicator = n127, n128 = t([[22, 317]]), light_SheetOverlay = n128, light_DialogOverlay = n128, light_ModalOverlay = n128, light_orange_SheetOverlay = n128, light_orange_DialogOverlay = n128, light_orange_ModalOverlay = n128, light_yellow_SheetOverlay = n128, light_yellow_DialogOverlay = n128, light_yellow_ModalOverlay = n128, light_green_SheetOverlay = n128, light_green_DialogOverlay = n128, light_green_ModalOverlay = n128, light_blue_SheetOverlay = n128, light_blue_DialogOverlay = n128, light_blue_ModalOverlay = n128, light_purple_SheetOverlay = n128, light_purple_DialogOverlay = n128, light_purple_ModalOverlay = n128, light_pink_SheetOverlay = n128, light_pink_DialogOverlay = n128, light_pink_ModalOverlay = n128, light_red_SheetOverlay = n128, light_red_DialogOverlay = n128, light_red_ModalOverlay = n128, light_gray_SheetOverlay = n128, light_gray_DialogOverlay = n128, light_gray_ModalOverlay = n128, light_active_SheetOverlay = n128, light_active_DialogOverlay = n128, light_active_ModalOverlay = n128, light_orange_active_SheetOverlay = n128, light_orange_active_DialogOverlay = n128, light_orange_active_ModalOverlay = n128, light_yellow_active_SheetOverlay = n128, light_yellow_active_DialogOverlay = n128, light_yellow_active_ModalOverlay = n128, light_green_active_SheetOverlay = n128, light_green_active_DialogOverlay = n128, light_green_active_ModalOverlay = n128, light_blue_active_SheetOverlay = n128, light_blue_active_DialogOverlay = n128, light_blue_active_ModalOverlay = n128, light_purple_active_SheetOverlay = n128, light_purple_active_DialogOverlay = n128, light_purple_active_ModalOverlay = n128, light_pink_active_SheetOverlay = n128, light_pink_active_DialogOverlay = n128, light_pink_active_ModalOverlay = n128, light_red_active_SheetOverlay = n128, light_red_active_DialogOverlay = n128, light_red_active_ModalOverlay = n128, light_gray_active_SheetOverlay = n128, light_gray_active_DialogOverlay = n128, light_gray_active_ModalOverlay = n128, n129 = t([
3109
- [30, 118],
3110
- [31, 119],
3111
- [32, 117],
3112
- [33, 117],
3113
- [22, 6],
3114
- [23, 127],
3115
- [24, 6],
3116
- [25, 127],
3117
- [26, 126],
3118
- [27, 125],
3119
- [29, 124],
3120
- [28, 123]
3121
- ]), dark_SwitchThumb = n129, dark_SliderThumb = n129, dark_Tooltip = n129, dark_ProgressIndicator = n129, n130 = t([[22, 318]]), dark_SheetOverlay = n130, dark_DialogOverlay = n130, dark_ModalOverlay = n130, dark_orange_SheetOverlay = n130, dark_orange_DialogOverlay = n130, dark_orange_ModalOverlay = n130, dark_yellow_SheetOverlay = n130, dark_yellow_DialogOverlay = n130, dark_yellow_ModalOverlay = n130, dark_green_SheetOverlay = n130, dark_green_DialogOverlay = n130, dark_green_ModalOverlay = n130, dark_blue_SheetOverlay = n130, dark_blue_DialogOverlay = n130, dark_blue_ModalOverlay = n130, dark_purple_SheetOverlay = n130, dark_purple_DialogOverlay = n130, dark_purple_ModalOverlay = n130, dark_pink_SheetOverlay = n130, dark_pink_DialogOverlay = n130, dark_pink_ModalOverlay = n130, dark_red_SheetOverlay = n130, dark_red_DialogOverlay = n130, dark_red_ModalOverlay = n130, dark_gray_SheetOverlay = n130, dark_gray_DialogOverlay = n130, dark_gray_ModalOverlay = n130, dark_active_SheetOverlay = n130, dark_active_DialogOverlay = n130, dark_active_ModalOverlay = n130, dark_orange_active_SheetOverlay = n130, dark_orange_active_DialogOverlay = n130, dark_orange_active_ModalOverlay = n130, dark_yellow_active_SheetOverlay = n130, dark_yellow_active_DialogOverlay = n130, dark_yellow_active_ModalOverlay = n130, dark_green_active_SheetOverlay = n130, dark_green_active_DialogOverlay = n130, dark_green_active_ModalOverlay = n130, dark_blue_active_SheetOverlay = n130, dark_blue_active_DialogOverlay = n130, dark_blue_active_ModalOverlay = n130, dark_purple_active_SheetOverlay = n130, dark_purple_active_DialogOverlay = n130, dark_purple_active_ModalOverlay = n130, dark_pink_active_SheetOverlay = n130, dark_pink_active_DialogOverlay = n130, dark_pink_active_ModalOverlay = n130, dark_red_active_SheetOverlay = n130, dark_red_active_DialogOverlay = n130, dark_red_active_ModalOverlay = n130, dark_gray_active_SheetOverlay = n130, dark_gray_active_DialogOverlay = n130, dark_gray_active_ModalOverlay = n130, n131 = t([
3122
- [30, 56],
3123
- [31, 55],
3124
- [32, 57],
3125
- [33, 57],
3126
- [22, 66],
3127
- [23, 65],
3128
- [24, 66],
3129
- [25, 65],
3130
- [26, 64],
3131
- [27, 63],
3132
- [29, 62],
3133
- [28, 61]
3134
- ]), light_orange_SwitchThumb = n131, light_orange_SliderThumb = n131, light_orange_Tooltip = n131, light_orange_ProgressIndicator = n131, n132 = t([
3135
- [30, 104],
3136
- [31, 103],
3137
- [32, 105],
3138
- [33, 105],
3139
- [22, 114],
3140
- [23, 113],
3141
- [24, 114],
3142
- [25, 113],
3143
- [26, 112],
3144
- [27, 111],
3145
- [29, 110],
3146
- [28, 109]
3147
- ]), light_yellow_SwitchThumb = n132, light_yellow_SliderThumb = n132, light_yellow_Tooltip = n132, light_yellow_ProgressIndicator = n132, n133 = t([
3148
- [30, 44],
3149
- [31, 43],
3150
- [32, 45],
3151
- [33, 45],
3152
- [22, 54],
3153
- [23, 53],
3154
- [24, 54],
3155
- [25, 53],
3156
- [26, 52],
3157
- [27, 51],
3158
- [29, 50],
3159
- [28, 49]
3160
- ]), light_green_SwitchThumb = n133, light_green_SliderThumb = n133, light_green_Tooltip = n133, light_green_ProgressIndicator = n133, n134 = t([
3161
- [30, 23],
3162
- [31, 22],
3163
- [32, 24],
3164
- [33, 24],
3165
- [22, 32],
3166
- [23, 31],
3167
- [24, 32],
3168
- [25, 31],
3169
- [26, 30],
3170
- [27, 29],
3171
- [29, 28],
3172
- [28, 27]
3173
- ]), light_blue_SwitchThumb = n134, light_blue_SliderThumb = n134, light_blue_Tooltip = n134, light_blue_ProgressIndicator = n134, n135 = t([
3174
- [30, 80],
3175
- [31, 79],
3176
- [32, 81],
3177
- [33, 81],
3178
- [22, 90],
3179
- [23, 89],
3180
- [24, 90],
3181
- [25, 89],
3182
- [26, 88],
3183
- [27, 87],
3184
- [29, 86],
3185
- [28, 85]
3186
- ]), light_purple_SwitchThumb = n135, light_purple_SliderThumb = n135, light_purple_Tooltip = n135, light_purple_ProgressIndicator = n135, n136 = t([
3187
- [30, 68],
3188
- [31, 67],
3189
- [32, 69],
3190
- [33, 69],
3191
- [22, 78],
3192
- [23, 77],
3193
- [24, 78],
3194
- [25, 77],
3195
- [26, 76],
3196
- [27, 75],
3197
- [29, 74],
3198
- [28, 73]
3199
- ]), light_pink_SwitchThumb = n136, light_pink_SliderThumb = n136, light_pink_Tooltip = n136, light_pink_ProgressIndicator = n136, n137 = t([
3200
- [30, 92],
3201
- [31, 91],
3202
- [32, 93],
3203
- [33, 93],
3204
- [22, 102],
3205
- [23, 101],
3206
- [24, 102],
3207
- [25, 101],
3208
- [26, 100],
3209
- [27, 99],
3210
- [29, 98],
3211
- [28, 97]
3212
- ]), light_red_SwitchThumb = n137, light_red_SliderThumb = n137, light_red_Tooltip = n137, light_red_ProgressIndicator = n137, n138 = t([
3213
- [30, 34],
3214
- [31, 33],
3215
- [32, 35],
3216
- [33, 35],
3217
- [22, 17],
3218
- [23, 42],
3219
- [24, 17],
3220
- [25, 42],
3221
- [26, 41],
3222
- [27, 14],
3223
- [29, 40],
3224
- [28, 39]
3225
- ]), light_gray_SwitchThumb = n138, light_gray_SliderThumb = n138, light_gray_Tooltip = n138, light_gray_ProgressIndicator = n138, n139 = t([
3226
- [30, 161],
3227
- [31, 162],
3228
- [32, 160],
3229
- [33, 160],
3230
- [22, 170],
3231
- [23, 169],
3232
- [24, 170],
3233
- [25, 169],
3234
- [26, 168],
3235
- [27, 63],
3236
- [29, 167],
3237
- [28, 166]
3238
- ]), dark_orange_SwitchThumb = n139, dark_orange_SliderThumb = n139, dark_orange_Tooltip = n139, dark_orange_ProgressIndicator = n139, n140 = t([
3239
- [30, 205],
3240
- [31, 206],
3241
- [32, 204],
3242
- [33, 204],
3243
- [22, 214],
3244
- [23, 213],
3245
- [24, 214],
3246
- [25, 213],
3247
- [26, 212],
3248
- [27, 111],
3249
- [29, 211],
3250
- [28, 210]
3251
- ]), dark_yellow_SwitchThumb = n140, dark_yellow_SliderThumb = n140, dark_yellow_Tooltip = n140, dark_yellow_ProgressIndicator = n140, n141 = t([
3252
- [30, 150],
3253
- [31, 151],
3254
- [32, 149],
3255
- [33, 149],
3256
- [22, 159],
3257
- [23, 158],
3258
- [24, 159],
3259
- [25, 158],
3260
- [26, 157],
3261
- [27, 51],
3262
- [29, 156],
3263
- [28, 155]
3264
- ]), dark_green_SwitchThumb = n141, dark_green_SliderThumb = n141, dark_green_Tooltip = n141, dark_green_ProgressIndicator = n141, n142 = t([
3265
- [30, 129],
3266
- [31, 130],
3267
- [32, 128],
3268
- [33, 128],
3269
- [22, 137],
3270
- [23, 136],
3271
- [24, 137],
3272
- [25, 136],
3273
- [26, 135],
3274
- [27, 29],
3275
- [29, 134],
3276
- [28, 133]
3277
- ]), dark_blue_SwitchThumb = n142, dark_blue_SliderThumb = n142, dark_blue_Tooltip = n142, dark_blue_ProgressIndicator = n142, n143 = t([
3278
- [30, 183],
3279
- [31, 184],
3280
- [32, 182],
3281
- [33, 182],
3282
- [22, 192],
3283
- [23, 191],
3284
- [24, 192],
3285
- [25, 191],
3286
- [26, 190],
3287
- [27, 87],
3288
- [29, 189],
3289
- [28, 188]
3290
- ]), dark_purple_SwitchThumb = n143, dark_purple_SliderThumb = n143, dark_purple_Tooltip = n143, dark_purple_ProgressIndicator = n143, n144 = t([
3291
- [30, 172],
3292
- [31, 173],
3293
- [32, 171],
3294
- [33, 171],
3295
- [22, 181],
3296
- [23, 180],
3297
- [24, 181],
3298
- [25, 180],
3299
- [26, 179],
3300
- [27, 75],
3301
- [29, 178],
3302
- [28, 177]
3303
- ]), dark_pink_SwitchThumb = n144, dark_pink_SliderThumb = n144, dark_pink_Tooltip = n144, dark_pink_ProgressIndicator = n144, n145 = t([
3304
- [30, 194],
3305
- [31, 195],
3306
- [32, 193],
3307
- [33, 193],
3308
- [22, 203],
3309
- [23, 202],
3310
- [24, 203],
3311
- [25, 202],
3312
- [26, 201],
3313
- [27, 99],
3314
- [29, 200],
3315
- [28, 199]
3316
- ]), dark_red_SwitchThumb = n145, dark_red_SliderThumb = n145, dark_red_Tooltip = n145, dark_red_ProgressIndicator = n145, n146 = t([
3317
- [30, 139],
3318
- [31, 140],
3319
- [32, 138],
3320
- [33, 138],
3321
- [22, 36],
3322
- [23, 148],
3323
- [24, 36],
3324
- [25, 148],
3325
- [26, 147],
3326
- [27, 146],
3327
- [29, 145],
3328
- [28, 144]
3329
- ]), dark_gray_SwitchThumb = n146, dark_gray_SliderThumb = n146, dark_gray_Tooltip = n146, dark_gray_ProgressIndicator = n146, n147 = t([
3330
- [30, 7],
3331
- [31, 6],
3332
- [32, 8],
3333
- [33, 8],
3334
- [22, 15],
3335
- [23, 14],
3336
- [24, 15],
3337
- [25, 14],
3338
- [26, 13],
3339
- [27, 12],
3340
- [29, 11],
3341
- [28, 10]
3342
- ]), light_active_SwitchThumb = n147, light_active_SliderThumb = n147, light_active_Tooltip = n147, light_active_ProgressIndicator = n147, n148 = t([
3343
- [30, 118],
3344
- [31, 119],
3345
- [32, 117],
3346
- [33, 117],
3347
- [22, 126],
3348
- [23, 125],
3349
- [24, 126],
3350
- [25, 125],
3351
- [26, 124],
3352
- [27, 123],
3353
- [29, 122],
3354
- [28, 121]
3355
- ]), dark_active_SwitchThumb = n148, dark_active_SliderThumb = n148, dark_active_Tooltip = n148, dark_active_ProgressIndicator = n148, n149 = t([
3356
- [30, 56],
3357
- [31, 55],
3358
- [32, 57],
3359
- [33, 57],
3360
- [22, 64],
3361
- [23, 63],
3362
- [24, 64],
3363
- [25, 63],
3364
- [26, 62],
3365
- [27, 61],
3366
- [29, 60],
3367
- [28, 59]
3368
- ]), light_orange_active_SwitchThumb = n149, light_orange_active_SliderThumb = n149, light_orange_active_Tooltip = n149, light_orange_active_ProgressIndicator = n149, n150 = t([
3369
- [30, 104],
3370
- [31, 103],
3371
- [32, 105],
3372
- [33, 105],
3373
- [22, 112],
3374
- [23, 111],
3375
- [24, 112],
3376
- [25, 111],
3377
- [26, 110],
3378
- [27, 109],
3379
- [29, 108],
3380
- [28, 107]
3381
- ]), light_yellow_active_SwitchThumb = n150, light_yellow_active_SliderThumb = n150, light_yellow_active_Tooltip = n150, light_yellow_active_ProgressIndicator = n150, n151 = t([
3382
- [30, 44],
3383
- [31, 43],
3384
- [32, 45],
3385
- [33, 45],
3386
- [22, 52],
3387
- [23, 51],
3388
- [24, 52],
3389
- [25, 51],
3390
- [26, 50],
3391
- [27, 49],
3392
- [29, 48],
3393
- [28, 47]
3394
- ]), light_green_active_SwitchThumb = n151, light_green_active_SliderThumb = n151, light_green_active_Tooltip = n151, light_green_active_ProgressIndicator = n151, n152 = t([
3395
- [30, 23],
3396
- [31, 22],
3397
- [32, 24],
3398
- [33, 24],
3399
- [22, 30],
3400
- [23, 29],
3401
- [24, 30],
3402
- [25, 29],
3403
- [26, 28],
3404
- [27, 27],
3405
- [29, 26],
3406
- [28, 25]
3407
- ]), light_blue_active_SwitchThumb = n152, light_blue_active_SliderThumb = n152, light_blue_active_Tooltip = n152, light_blue_active_ProgressIndicator = n152, n153 = t([
3408
- [30, 80],
3409
- [31, 79],
3410
- [32, 81],
3411
- [33, 81],
3412
- [22, 88],
3413
- [23, 87],
3414
- [24, 88],
3415
- [25, 87],
3416
- [26, 86],
3417
- [27, 85],
3418
- [29, 84],
3419
- [28, 83]
3420
- ]), light_purple_active_SwitchThumb = n153, light_purple_active_SliderThumb = n153, light_purple_active_Tooltip = n153, light_purple_active_ProgressIndicator = n153, n154 = t([
3421
- [30, 68],
3422
- [31, 67],
3423
- [32, 69],
3424
- [33, 69],
3425
- [22, 76],
3426
- [23, 75],
3427
- [24, 76],
3428
- [25, 75],
3429
- [26, 74],
3430
- [27, 73],
3431
- [29, 72],
3432
- [28, 71]
3433
- ]), light_pink_active_SwitchThumb = n154, light_pink_active_SliderThumb = n154, light_pink_active_Tooltip = n154, light_pink_active_ProgressIndicator = n154, n155 = t([
3434
- [30, 92],
3435
- [31, 91],
3436
- [32, 93],
3437
- [33, 93],
3438
- [22, 100],
3439
- [23, 99],
3440
- [24, 100],
3441
- [25, 99],
3442
- [26, 98],
3443
- [27, 97],
3444
- [29, 96],
3445
- [28, 95]
3446
- ]), light_red_active_SwitchThumb = n155, light_red_active_SliderThumb = n155, light_red_active_Tooltip = n155, light_red_active_ProgressIndicator = n155, n156 = t([
3447
- [30, 34],
3448
- [31, 33],
3449
- [32, 35],
3450
- [33, 35],
3451
- [22, 41],
3452
- [23, 14],
3453
- [24, 41],
3454
- [25, 14],
3455
- [26, 40],
3456
- [27, 39],
3457
- [29, 38],
3458
- [28, 37]
3459
- ]), light_gray_active_SwitchThumb = n156, light_gray_active_SliderThumb = n156, light_gray_active_Tooltip = n156, light_gray_active_ProgressIndicator = n156, n157 = t([
3460
- [30, 161],
3461
- [31, 162],
3462
- [32, 160],
3463
- [33, 160],
3464
- [22, 168],
3465
- [23, 63],
3466
- [24, 168],
3467
- [25, 63],
3468
- [26, 167],
3469
- [27, 166],
3470
- [29, 165],
3471
- [28, 164]
3472
- ]), dark_orange_active_SwitchThumb = n157, dark_orange_active_SliderThumb = n157, dark_orange_active_Tooltip = n157, dark_orange_active_ProgressIndicator = n157, n158 = t([
3473
- [30, 205],
3474
- [31, 206],
3475
- [32, 204],
3476
- [33, 204],
3477
- [22, 212],
3478
- [23, 111],
3479
- [24, 212],
3480
- [25, 111],
3481
- [26, 211],
3482
- [27, 210],
3483
- [29, 209],
3484
- [28, 208]
3485
- ]), dark_yellow_active_SwitchThumb = n158, dark_yellow_active_SliderThumb = n158, dark_yellow_active_Tooltip = n158, dark_yellow_active_ProgressIndicator = n158, n159 = t([
3486
- [30, 150],
3487
- [31, 151],
3488
- [32, 149],
3489
- [33, 149],
3490
- [22, 157],
3491
- [23, 51],
3492
- [24, 157],
3493
- [25, 51],
3494
- [26, 156],
3495
- [27, 155],
3496
- [29, 154],
3497
- [28, 153]
3498
- ]), dark_green_active_SwitchThumb = n159, dark_green_active_SliderThumb = n159, dark_green_active_Tooltip = n159, dark_green_active_ProgressIndicator = n159, n160 = t([
3499
- [30, 129],
3500
- [31, 130],
3501
- [32, 128],
3502
- [33, 128],
3503
- [22, 135],
3504
- [23, 29],
3505
- [24, 135],
3506
- [25, 29],
3507
- [26, 134],
3508
- [27, 133],
3509
- [29, 132],
3510
- [28, 131]
3511
- ]), dark_blue_active_SwitchThumb = n160, dark_blue_active_SliderThumb = n160, dark_blue_active_Tooltip = n160, dark_blue_active_ProgressIndicator = n160, n161 = t([
3512
- [30, 183],
3513
- [31, 184],
3514
- [32, 182],
3515
- [33, 182],
3516
- [22, 190],
3517
- [23, 87],
3518
- [24, 190],
3519
- [25, 87],
3520
- [26, 189],
3521
- [27, 188],
3522
- [29, 187],
3523
- [28, 186]
3524
- ]), dark_purple_active_SwitchThumb = n161, dark_purple_active_SliderThumb = n161, dark_purple_active_Tooltip = n161, dark_purple_active_ProgressIndicator = n161, n162 = t([
3525
- [30, 172],
3526
- [31, 173],
3527
- [32, 171],
3528
- [33, 171],
3529
- [22, 179],
3530
- [23, 75],
3531
- [24, 179],
3532
- [25, 75],
3533
- [26, 178],
3534
- [27, 177],
3535
- [29, 176],
3536
- [28, 175]
3537
- ]), dark_pink_active_SwitchThumb = n162, dark_pink_active_SliderThumb = n162, dark_pink_active_Tooltip = n162, dark_pink_active_ProgressIndicator = n162, n163 = t([
3538
- [30, 194],
3539
- [31, 195],
3540
- [32, 193],
3541
- [33, 193],
3542
- [22, 201],
3543
- [23, 99],
3544
- [24, 201],
3545
- [25, 99],
3546
- [26, 200],
3547
- [27, 199],
3548
- [29, 198],
3549
- [28, 197]
3550
- ]), dark_red_active_SwitchThumb = n163, dark_red_active_SliderThumb = n163, dark_red_active_Tooltip = n163, dark_red_active_ProgressIndicator = n163, n164 = t([
3551
- [30, 139],
3552
- [31, 140],
3553
- [32, 138],
3554
- [33, 138],
3555
- [22, 147],
3556
- [23, 146],
3557
- [24, 147],
3558
- [25, 146],
3559
- [26, 145],
3560
- [27, 144],
3561
- [29, 143],
3562
- [28, 142]
3563
- ]), dark_gray_active_SwitchThumb = n164, dark_gray_active_SliderThumb = n164, dark_gray_active_Tooltip = n164, dark_gray_active_ProgressIndicator = n164;
3564
- //# sourceMappingURL=generated-v3.js.map