@ivy-interactive/ivy-design-system 1.1.28 → 1.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/csharp/IvyFrameworkBorderRadiusTokens.cs +1 -1
- package/dist/csharp/IvyFrameworkChromaticTokens.cs +12 -4
- package/dist/csharp/IvyFrameworkDarkThemeTokens.cs +1 -1
- package/dist/csharp/IvyFrameworkLightThemeTokens.cs +1 -1
- package/dist/csharp/IvyFrameworkNeutralTokens.cs +1 -1
- package/dist/csharp/IvyFrameworkPaddingTokens.cs +1 -1
- package/dist/csharp/IvyFrameworkShadowTokens.cs +1 -1
- package/dist/csharp/IvyFrameworkSourceTokens.cs +1018 -2
- package/dist/csharp/IvyWebDarkThemeTokens.cs +1 -1
- package/dist/csharp/IvyWebLightThemeTokens.cs +1 -1
- package/dist/csharp/IvyWebSourceTokens.cs +1 -1
- package/dist/css/ivy-framework-chromatic-flat.css +3 -1
- package/dist/css/ivy-framework-chromatic.css +3 -1
- package/dist/css/ivy-framework-source-flat.css +1 -0
- package/dist/css/ivy-framework-source.css +254 -0
- package/dist/js/index.d.ts +2 -1
- package/dist/js/index.js +2 -1
- package/dist/tailwind/ivy-framework.js +2 -1
- package/dist/tokens/index.json +333 -22
- package/package.json +3 -1
|
@@ -17,8 +17,8 @@ namespace Ivy.Themes
|
|
|
17
17
|
/// Provides compile-time access to all design tokens
|
|
18
18
|
/// </summary>
|
|
19
19
|
/// <remarks>
|
|
20
|
-
/// Generated on: 2026-04-
|
|
21
|
-
/// Total tokens:
|
|
20
|
+
/// Generated on: 2026-04-10T08:58:36.544Z
|
|
21
|
+
/// Total tokens: 314
|
|
22
22
|
/// </remarks>
|
|
23
23
|
public static class IvyFrameworkSourceTokens
|
|
24
24
|
{
|
|
@@ -88,68 +88,830 @@ namespace Ivy.Themes
|
|
|
88
88
|
/// <summary>red</summary>
|
|
89
89
|
public static readonly string Red = "#ef4444";
|
|
90
90
|
|
|
91
|
+
/// <summary>red-50</summary>
|
|
92
|
+
public static readonly string Red_50 = "#fff1ef";
|
|
93
|
+
|
|
94
|
+
/// <summary>red-100</summary>
|
|
95
|
+
public static readonly string Red_100 = "#ffdeda";
|
|
96
|
+
|
|
97
|
+
/// <summary>red-200</summary>
|
|
98
|
+
public static readonly string Red_200 = "#ffc2bc";
|
|
99
|
+
|
|
100
|
+
/// <summary>red-300</summary>
|
|
101
|
+
public static readonly string Red_300 = "#fe9b93";
|
|
102
|
+
|
|
103
|
+
/// <summary>red-400</summary>
|
|
104
|
+
public static readonly string Red_400 = "#f76c65";
|
|
105
|
+
|
|
106
|
+
/// <summary>red-500</summary>
|
|
107
|
+
public static readonly string Red_500 = "#ef4444";
|
|
108
|
+
|
|
109
|
+
/// <summary>red-600</summary>
|
|
110
|
+
public static readonly string Red_600 = "#b63232";
|
|
111
|
+
|
|
112
|
+
/// <summary>red-700</summary>
|
|
113
|
+
public static readonly string Red_700 = "#912626";
|
|
114
|
+
|
|
115
|
+
/// <summary>red-800</summary>
|
|
116
|
+
public static readonly string Red_800 = "#6e1a1a";
|
|
117
|
+
|
|
118
|
+
/// <summary>red-900</summary>
|
|
119
|
+
public static readonly string Red_900 = "#490e0e";
|
|
120
|
+
|
|
121
|
+
/// <summary>red-950</summary>
|
|
122
|
+
public static readonly string Red_950 = "#2d0606";
|
|
123
|
+
|
|
91
124
|
/// <summary>orange</summary>
|
|
92
125
|
public static readonly string Orange = "#f97316";
|
|
93
126
|
|
|
127
|
+
/// <summary>orange-50</summary>
|
|
128
|
+
public static readonly string Orange_50 = "#fff2ea";
|
|
129
|
+
|
|
130
|
+
/// <summary>orange-100</summary>
|
|
131
|
+
public static readonly string Orange_100 = "#ffe0cf";
|
|
132
|
+
|
|
133
|
+
/// <summary>orange-200</summary>
|
|
134
|
+
public static readonly string Orange_200 = "#ffc5a6";
|
|
135
|
+
|
|
136
|
+
/// <summary>orange-300</summary>
|
|
137
|
+
public static readonly string Orange_300 = "#ff9f6d";
|
|
138
|
+
|
|
139
|
+
/// <summary>orange-400</summary>
|
|
140
|
+
public static readonly string Orange_400 = "#f77216";
|
|
141
|
+
|
|
142
|
+
/// <summary>orange-500</summary>
|
|
143
|
+
public static readonly string Orange_500 = "#f97316";
|
|
144
|
+
|
|
145
|
+
/// <summary>orange-600</summary>
|
|
146
|
+
public static readonly string Orange_600 = "#a64a0b";
|
|
147
|
+
|
|
148
|
+
/// <summary>orange-700</summary>
|
|
149
|
+
public static readonly string Orange_700 = "#843a06";
|
|
150
|
+
|
|
151
|
+
/// <summary>orange-800</summary>
|
|
152
|
+
public static readonly string Orange_800 = "#642a04";
|
|
153
|
+
|
|
154
|
+
/// <summary>orange-900</summary>
|
|
155
|
+
public static readonly string Orange_900 = "#411901";
|
|
156
|
+
|
|
157
|
+
/// <summary>orange-950</summary>
|
|
158
|
+
public static readonly string Orange_950 = "#280d01";
|
|
159
|
+
|
|
94
160
|
/// <summary>amber</summary>
|
|
95
161
|
public static readonly string Amber = "#f59e0b";
|
|
96
162
|
|
|
163
|
+
/// <summary>amber-50</summary>
|
|
164
|
+
public static readonly string Amber_50 = "#fff3e6";
|
|
165
|
+
|
|
166
|
+
/// <summary>amber-100</summary>
|
|
167
|
+
public static readonly string Amber_100 = "#fee3c5";
|
|
168
|
+
|
|
169
|
+
/// <summary>amber-200</summary>
|
|
170
|
+
public static readonly string Amber_200 = "#fcca91";
|
|
171
|
+
|
|
172
|
+
/// <summary>amber-300</summary>
|
|
173
|
+
public static readonly string Amber_300 = "#f6a83d";
|
|
174
|
+
|
|
175
|
+
/// <summary>amber-400</summary>
|
|
176
|
+
public static readonly string Amber_400 = "#d88b08";
|
|
177
|
+
|
|
178
|
+
/// <summary>amber-500</summary>
|
|
179
|
+
public static readonly string Amber_500 = "#f59e0b";
|
|
180
|
+
|
|
181
|
+
/// <summary>amber-600</summary>
|
|
182
|
+
public static readonly string Amber_600 = "#915c03";
|
|
183
|
+
|
|
184
|
+
/// <summary>amber-700</summary>
|
|
185
|
+
public static readonly string Amber_700 = "#734802";
|
|
186
|
+
|
|
187
|
+
/// <summary>amber-800</summary>
|
|
188
|
+
public static readonly string Amber_800 = "#563501";
|
|
189
|
+
|
|
190
|
+
/// <summary>amber-900</summary>
|
|
191
|
+
public static readonly string Amber_900 = "#382000";
|
|
192
|
+
|
|
193
|
+
/// <summary>amber-950</summary>
|
|
194
|
+
public static readonly string Amber_950 = "#221200";
|
|
195
|
+
|
|
97
196
|
/// <summary>yellow</summary>
|
|
98
197
|
public static readonly string Yellow = "#eab308";
|
|
99
198
|
|
|
199
|
+
/// <summary>yellow-50</summary>
|
|
200
|
+
public static readonly string Yellow_50 = "#fcf4e4";
|
|
201
|
+
|
|
202
|
+
/// <summary>yellow-100</summary>
|
|
203
|
+
public static readonly string Yellow_100 = "#f8e6bf";
|
|
204
|
+
|
|
205
|
+
/// <summary>yellow-200</summary>
|
|
206
|
+
public static readonly string Yellow_200 = "#f2d084";
|
|
207
|
+
|
|
208
|
+
/// <summary>yellow-300</summary>
|
|
209
|
+
public static readonly string Yellow_300 = "#e8b108";
|
|
210
|
+
|
|
211
|
+
/// <summary>yellow-400</summary>
|
|
212
|
+
public static readonly string Yellow_400 = "#c59705";
|
|
213
|
+
|
|
214
|
+
/// <summary>yellow-500</summary>
|
|
215
|
+
public static readonly string Yellow_500 = "#eab308";
|
|
216
|
+
|
|
217
|
+
/// <summary>yellow-600</summary>
|
|
218
|
+
public static readonly string Yellow_600 = "#846302";
|
|
219
|
+
|
|
220
|
+
/// <summary>yellow-700</summary>
|
|
221
|
+
public static readonly string Yellow_700 = "#684e01";
|
|
222
|
+
|
|
223
|
+
/// <summary>yellow-800</summary>
|
|
224
|
+
public static readonly string Yellow_800 = "#4e3a01";
|
|
225
|
+
|
|
226
|
+
/// <summary>yellow-900</summary>
|
|
227
|
+
public static readonly string Yellow_900 = "#322400";
|
|
228
|
+
|
|
229
|
+
/// <summary>yellow-950</summary>
|
|
230
|
+
public static readonly string Yellow_950 = "#1e1400";
|
|
231
|
+
|
|
100
232
|
/// <summary>lime</summary>
|
|
101
233
|
public static readonly string Lime = "#84cc16";
|
|
102
234
|
|
|
235
|
+
/// <summary>lime-50</summary>
|
|
236
|
+
public static readonly string Lime_50 = "#eff9e7";
|
|
237
|
+
|
|
238
|
+
/// <summary>lime-100</summary>
|
|
239
|
+
public static readonly string Lime_100 = "#daf1c6";
|
|
240
|
+
|
|
241
|
+
/// <summary>lime-200</summary>
|
|
242
|
+
public static readonly string Lime_200 = "#bae494";
|
|
243
|
+
|
|
244
|
+
/// <summary>lime-300</summary>
|
|
245
|
+
public static readonly string Lime_300 = "#90d142";
|
|
246
|
+
|
|
247
|
+
/// <summary>lime-400</summary>
|
|
248
|
+
public static readonly string Lime_400 = "#74b412";
|
|
249
|
+
|
|
250
|
+
/// <summary>lime-500</summary>
|
|
251
|
+
public static readonly string Lime_500 = "#84cc16";
|
|
252
|
+
|
|
253
|
+
/// <summary>lime-600</summary>
|
|
254
|
+
public static readonly string Lime_600 = "#4c7808";
|
|
255
|
+
|
|
256
|
+
/// <summary>lime-700</summary>
|
|
257
|
+
public static readonly string Lime_700 = "#3b5f05";
|
|
258
|
+
|
|
259
|
+
/// <summary>lime-800</summary>
|
|
260
|
+
public static readonly string Lime_800 = "#2b4703";
|
|
261
|
+
|
|
262
|
+
/// <summary>lime-900</summary>
|
|
263
|
+
public static readonly string Lime_900 = "#192d01";
|
|
264
|
+
|
|
265
|
+
/// <summary>lime-950</summary>
|
|
266
|
+
public static readonly string Lime_950 = "#0d1b00";
|
|
267
|
+
|
|
103
268
|
/// <summary>green</summary>
|
|
104
269
|
public static readonly string Green = "#22c55e";
|
|
105
270
|
|
|
271
|
+
/// <summary>green-50</summary>
|
|
272
|
+
public static readonly string Green_50 = "#ecf9ee";
|
|
273
|
+
|
|
274
|
+
/// <summary>green-100</summary>
|
|
275
|
+
public static readonly string Green_100 = "#d2f2d7";
|
|
276
|
+
|
|
277
|
+
/// <summary>green-200</summary>
|
|
278
|
+
public static readonly string Green_200 = "#abe5b5";
|
|
279
|
+
|
|
280
|
+
/// <summary>green-300</summary>
|
|
281
|
+
public static readonly string Green_300 = "#70d487";
|
|
282
|
+
|
|
283
|
+
/// <summary>green-400</summary>
|
|
284
|
+
public static readonly string Green_400 = "#20bd5a";
|
|
285
|
+
|
|
286
|
+
/// <summary>green-500</summary>
|
|
287
|
+
public static readonly string Green_500 = "#22c55e";
|
|
288
|
+
|
|
289
|
+
/// <summary>green-600</summary>
|
|
290
|
+
public static readonly string Green_600 = "#127e3a";
|
|
291
|
+
|
|
292
|
+
/// <summary>green-700</summary>
|
|
293
|
+
public static readonly string Green_700 = "#0c632c";
|
|
294
|
+
|
|
295
|
+
/// <summary>green-800</summary>
|
|
296
|
+
public static readonly string Green_800 = "#074a1f";
|
|
297
|
+
|
|
298
|
+
/// <summary>green-900</summary>
|
|
299
|
+
public static readonly string Green_900 = "#033012";
|
|
300
|
+
|
|
301
|
+
/// <summary>green-950</summary>
|
|
302
|
+
public static readonly string Green_950 = "#011c08";
|
|
303
|
+
|
|
106
304
|
/// <summary>emerald</summary>
|
|
107
305
|
public static readonly string Emerald = "#10b981";
|
|
108
306
|
|
|
307
|
+
/// <summary>emerald-50</summary>
|
|
308
|
+
public static readonly string Emerald_50 = "#edf8f2";
|
|
309
|
+
|
|
310
|
+
/// <summary>emerald-100</summary>
|
|
311
|
+
public static readonly string Emerald_100 = "#d5efe1";
|
|
312
|
+
|
|
313
|
+
/// <summary>emerald-200</summary>
|
|
314
|
+
public static readonly string Emerald_200 = "#afe2c8";
|
|
315
|
+
|
|
316
|
+
/// <summary>emerald-300</summary>
|
|
317
|
+
public static readonly string Emerald_300 = "#79cfa7";
|
|
318
|
+
|
|
319
|
+
/// <summary>emerald-400</summary>
|
|
320
|
+
public static readonly string Emerald_400 = "#1dba83";
|
|
321
|
+
|
|
322
|
+
/// <summary>emerald-500</summary>
|
|
323
|
+
public static readonly string Emerald_500 = "#10b981";
|
|
324
|
+
|
|
325
|
+
/// <summary>emerald-600</summary>
|
|
326
|
+
public static readonly string Emerald_600 = "#077c55";
|
|
327
|
+
|
|
328
|
+
/// <summary>emerald-700</summary>
|
|
329
|
+
public static readonly string Emerald_700 = "#046243";
|
|
330
|
+
|
|
331
|
+
/// <summary>emerald-800</summary>
|
|
332
|
+
public static readonly string Emerald_800 = "#024931";
|
|
333
|
+
|
|
334
|
+
/// <summary>emerald-900</summary>
|
|
335
|
+
public static readonly string Emerald_900 = "#012f1e";
|
|
336
|
+
|
|
337
|
+
/// <summary>emerald-950</summary>
|
|
338
|
+
public static readonly string Emerald_950 = "#001c10";
|
|
339
|
+
|
|
109
340
|
/// <summary>teal</summary>
|
|
110
341
|
public static readonly string Teal = "#14b8a6";
|
|
111
342
|
|
|
343
|
+
/// <summary>teal-50</summary>
|
|
344
|
+
public static readonly string Teal_50 = "#edf8f6";
|
|
345
|
+
|
|
346
|
+
/// <summary>teal-100</summary>
|
|
347
|
+
public static readonly string Teal_100 = "#d4efe9";
|
|
348
|
+
|
|
349
|
+
/// <summary>teal-200</summary>
|
|
350
|
+
public static readonly string Teal_200 = "#aee0d7";
|
|
351
|
+
|
|
352
|
+
/// <summary>teal-300</summary>
|
|
353
|
+
public static readonly string Teal_300 = "#76cdbf";
|
|
354
|
+
|
|
355
|
+
/// <summary>teal-400</summary>
|
|
356
|
+
public static readonly string Teal_400 = "#14b7a5";
|
|
357
|
+
|
|
358
|
+
/// <summary>teal-500</summary>
|
|
359
|
+
public static readonly string Teal_500 = "#14b8a6";
|
|
360
|
+
|
|
361
|
+
/// <summary>teal-600</summary>
|
|
362
|
+
public static readonly string Teal_600 = "#097a6d";
|
|
363
|
+
|
|
364
|
+
/// <summary>teal-700</summary>
|
|
365
|
+
public static readonly string Teal_700 = "#066056";
|
|
366
|
+
|
|
367
|
+
/// <summary>teal-800</summary>
|
|
368
|
+
public static readonly string Teal_800 = "#034840";
|
|
369
|
+
|
|
370
|
+
/// <summary>teal-900</summary>
|
|
371
|
+
public static readonly string Teal_900 = "#012e28";
|
|
372
|
+
|
|
373
|
+
/// <summary>teal-950</summary>
|
|
374
|
+
public static readonly string Teal_950 = "#011b17";
|
|
375
|
+
|
|
112
376
|
/// <summary>cyan</summary>
|
|
113
377
|
public static readonly string Cyan = "#06b6d4";
|
|
114
378
|
|
|
379
|
+
/// <summary>cyan-50</summary>
|
|
380
|
+
public static readonly string Cyan_50 = "#ecf8fb";
|
|
381
|
+
|
|
382
|
+
/// <summary>cyan-100</summary>
|
|
383
|
+
public static readonly string Cyan_100 = "#d2eef5";
|
|
384
|
+
|
|
385
|
+
/// <summary>cyan-200</summary>
|
|
386
|
+
public static readonly string Cyan_200 = "#aadeec";
|
|
387
|
+
|
|
388
|
+
/// <summary>cyan-300</summary>
|
|
389
|
+
public static readonly string Cyan_300 = "#6fcae0";
|
|
390
|
+
|
|
391
|
+
/// <summary>cyan-400</summary>
|
|
392
|
+
public static readonly string Cyan_400 = "#06b1ce";
|
|
393
|
+
|
|
394
|
+
/// <summary>cyan-500</summary>
|
|
395
|
+
public static readonly string Cyan_500 = "#06b6d4";
|
|
396
|
+
|
|
397
|
+
/// <summary>cyan-600</summary>
|
|
398
|
+
public static readonly string Cyan_600 = "#02768a";
|
|
399
|
+
|
|
400
|
+
/// <summary>cyan-700</summary>
|
|
401
|
+
public static readonly string Cyan_700 = "#015d6d";
|
|
402
|
+
|
|
403
|
+
/// <summary>cyan-800</summary>
|
|
404
|
+
public static readonly string Cyan_800 = "#014552";
|
|
405
|
+
|
|
406
|
+
/// <summary>cyan-900</summary>
|
|
407
|
+
public static readonly string Cyan_900 = "#002c35";
|
|
408
|
+
|
|
409
|
+
/// <summary>cyan-950</summary>
|
|
410
|
+
public static readonly string Cyan_950 = "#001a20";
|
|
411
|
+
|
|
115
412
|
/// <summary>sky</summary>
|
|
116
413
|
public static readonly string Sky = "#0ea5e9";
|
|
117
414
|
|
|
415
|
+
/// <summary>sky-50</summary>
|
|
416
|
+
public static readonly string Sky_50 = "#edf7fe";
|
|
417
|
+
|
|
418
|
+
/// <summary>sky-100</summary>
|
|
419
|
+
public static readonly string Sky_100 = "#d4ecfc";
|
|
420
|
+
|
|
421
|
+
/// <summary>sky-200</summary>
|
|
422
|
+
public static readonly string Sky_200 = "#afdbf8";
|
|
423
|
+
|
|
424
|
+
/// <summary>sky-300</summary>
|
|
425
|
+
public static readonly string Sky_300 = "#7bc4f2";
|
|
426
|
+
|
|
427
|
+
/// <summary>sky-400</summary>
|
|
428
|
+
public static readonly string Sky_400 = "#2daaea";
|
|
429
|
+
|
|
430
|
+
/// <summary>sky-500</summary>
|
|
431
|
+
public static readonly string Sky_500 = "#0ea5e9";
|
|
432
|
+
|
|
433
|
+
/// <summary>sky-600</summary>
|
|
434
|
+
public static readonly string Sky_600 = "#0671a1";
|
|
435
|
+
|
|
436
|
+
/// <summary>sky-700</summary>
|
|
437
|
+
public static readonly string Sky_700 = "#045980";
|
|
438
|
+
|
|
439
|
+
/// <summary>sky-800</summary>
|
|
440
|
+
public static readonly string Sky_800 = "#024261";
|
|
441
|
+
|
|
442
|
+
/// <summary>sky-900</summary>
|
|
443
|
+
public static readonly string Sky_900 = "#012a3f";
|
|
444
|
+
|
|
445
|
+
/// <summary>sky-950</summary>
|
|
446
|
+
public static readonly string Sky_950 = "#001827";
|
|
447
|
+
|
|
118
448
|
/// <summary>blue</summary>
|
|
119
449
|
public static readonly string Blue = "#3b82f6";
|
|
120
450
|
|
|
451
|
+
/// <summary>blue-50</summary>
|
|
452
|
+
public static readonly string Blue_50 = "#eff6ff";
|
|
453
|
+
|
|
454
|
+
/// <summary>blue-100</summary>
|
|
455
|
+
public static readonly string Blue_100 = "#dbe9ff";
|
|
456
|
+
|
|
457
|
+
/// <summary>blue-200</summary>
|
|
458
|
+
public static readonly string Blue_200 = "#bcd6ff";
|
|
459
|
+
|
|
460
|
+
/// <summary>blue-300</summary>
|
|
461
|
+
public static readonly string Blue_300 = "#93bcfe";
|
|
462
|
+
|
|
463
|
+
/// <summary>blue-400</summary>
|
|
464
|
+
public static readonly string Blue_400 = "#659dfa";
|
|
465
|
+
|
|
466
|
+
/// <summary>blue-500</summary>
|
|
467
|
+
public static readonly string Blue_500 = "#3b82f6";
|
|
468
|
+
|
|
469
|
+
/// <summary>blue-600</summary>
|
|
470
|
+
public static readonly string Blue_600 = "#2c65c1";
|
|
471
|
+
|
|
472
|
+
/// <summary>blue-700</summary>
|
|
473
|
+
public static readonly string Blue_700 = "#214f9a";
|
|
474
|
+
|
|
475
|
+
/// <summary>blue-800</summary>
|
|
476
|
+
public static readonly string Blue_800 = "#173b75";
|
|
477
|
+
|
|
478
|
+
/// <summary>blue-900</summary>
|
|
479
|
+
public static readonly string Blue_900 = "#0c254d";
|
|
480
|
+
|
|
481
|
+
/// <summary>blue-950</summary>
|
|
482
|
+
public static readonly string Blue_950 = "#051531";
|
|
483
|
+
|
|
121
484
|
/// <summary>indigo</summary>
|
|
122
485
|
public static readonly string Indigo = "#6366f1";
|
|
123
486
|
|
|
487
|
+
/// <summary>indigo-50</summary>
|
|
488
|
+
public static readonly string Indigo_50 = "#f2f4ff";
|
|
489
|
+
|
|
490
|
+
/// <summary>indigo-100</summary>
|
|
491
|
+
public static readonly string Indigo_100 = "#e2e6ff";
|
|
492
|
+
|
|
493
|
+
/// <summary>indigo-200</summary>
|
|
494
|
+
public static readonly string Indigo_200 = "#c9d1ff";
|
|
495
|
+
|
|
496
|
+
/// <summary>indigo-300</summary>
|
|
497
|
+
public static readonly string Indigo_300 = "#aab5fd";
|
|
498
|
+
|
|
499
|
+
/// <summary>indigo-400</summary>
|
|
500
|
+
public static readonly string Indigo_400 = "#8894f8";
|
|
501
|
+
|
|
502
|
+
/// <summary>indigo-500</summary>
|
|
503
|
+
public static readonly string Indigo_500 = "#6366f1";
|
|
504
|
+
|
|
505
|
+
/// <summary>indigo-600</summary>
|
|
506
|
+
public static readonly string Indigo_600 = "#5356ce";
|
|
507
|
+
|
|
508
|
+
/// <summary>indigo-700</summary>
|
|
509
|
+
public static readonly string Indigo_700 = "#4143a4";
|
|
510
|
+
|
|
511
|
+
/// <summary>indigo-800</summary>
|
|
512
|
+
public static readonly string Indigo_800 = "#30317d";
|
|
513
|
+
|
|
514
|
+
/// <summary>indigo-900</summary>
|
|
515
|
+
public static readonly string Indigo_900 = "#1d1e53";
|
|
516
|
+
|
|
517
|
+
/// <summary>indigo-950</summary>
|
|
518
|
+
public static readonly string Indigo_950 = "#0f1035";
|
|
519
|
+
|
|
124
520
|
/// <summary>violet</summary>
|
|
125
521
|
public static readonly string Violet = "#8b5cf6";
|
|
126
522
|
|
|
523
|
+
/// <summary>violet-50</summary>
|
|
524
|
+
public static readonly string Violet_50 = "#f5f3ff";
|
|
525
|
+
|
|
526
|
+
/// <summary>violet-100</summary>
|
|
527
|
+
public static readonly string Violet_100 = "#e8e4ff";
|
|
528
|
+
|
|
529
|
+
/// <summary>violet-200</summary>
|
|
530
|
+
public static readonly string Violet_200 = "#d5ccff";
|
|
531
|
+
|
|
532
|
+
/// <summary>violet-300</summary>
|
|
533
|
+
public static readonly string Violet_300 = "#bdacff";
|
|
534
|
+
|
|
535
|
+
/// <summary>violet-400</summary>
|
|
536
|
+
public static readonly string Violet_400 = "#a387fb";
|
|
537
|
+
|
|
538
|
+
/// <summary>violet-500</summary>
|
|
539
|
+
public static readonly string Violet_500 = "#8b5cf6";
|
|
540
|
+
|
|
541
|
+
/// <summary>violet-600</summary>
|
|
542
|
+
public static readonly string Violet_600 = "#704ac9";
|
|
543
|
+
|
|
544
|
+
/// <summary>violet-700</summary>
|
|
545
|
+
public static readonly string Violet_700 = "#5939a0";
|
|
546
|
+
|
|
547
|
+
/// <summary>violet-800</summary>
|
|
548
|
+
public static readonly string Violet_800 = "#42297a";
|
|
549
|
+
|
|
550
|
+
/// <summary>violet-900</summary>
|
|
551
|
+
public static readonly string Violet_900 = "#2a1951";
|
|
552
|
+
|
|
553
|
+
/// <summary>violet-950</summary>
|
|
554
|
+
public static readonly string Violet_950 = "#180d33";
|
|
555
|
+
|
|
127
556
|
/// <summary>purple</summary>
|
|
128
557
|
public static readonly string Purple = "#a855f7";
|
|
129
558
|
|
|
559
|
+
/// <summary>purple-50</summary>
|
|
560
|
+
public static readonly string Purple_50 = "#f8f2ff";
|
|
561
|
+
|
|
562
|
+
/// <summary>purple-100</summary>
|
|
563
|
+
public static readonly string Purple_100 = "#eee1ff";
|
|
564
|
+
|
|
565
|
+
/// <summary>purple-200</summary>
|
|
566
|
+
public static readonly string Purple_200 = "#dfc8ff";
|
|
567
|
+
|
|
568
|
+
/// <summary>purple-300</summary>
|
|
569
|
+
public static readonly string Purple_300 = "#cda5ff";
|
|
570
|
+
|
|
571
|
+
/// <summary>purple-400</summary>
|
|
572
|
+
public static readonly string Purple_400 = "#b87cfb";
|
|
573
|
+
|
|
574
|
+
/// <summary>purple-500</summary>
|
|
575
|
+
public static readonly string Purple_500 = "#a855f7";
|
|
576
|
+
|
|
577
|
+
/// <summary>purple-600</summary>
|
|
578
|
+
public static readonly string Purple_600 = "#8240c1";
|
|
579
|
+
|
|
580
|
+
/// <summary>purple-700</summary>
|
|
581
|
+
public static readonly string Purple_700 = "#67329a";
|
|
582
|
+
|
|
583
|
+
/// <summary>purple-800</summary>
|
|
584
|
+
public static readonly string Purple_800 = "#4d2374";
|
|
585
|
+
|
|
586
|
+
/// <summary>purple-900</summary>
|
|
587
|
+
public static readonly string Purple_900 = "#31154d";
|
|
588
|
+
|
|
589
|
+
/// <summary>purple-950</summary>
|
|
590
|
+
public static readonly string Purple_950 = "#1e0a31";
|
|
591
|
+
|
|
130
592
|
/// <summary>fuchsia</summary>
|
|
131
593
|
public static readonly string Fuchsia = "#d946ef";
|
|
132
594
|
|
|
595
|
+
/// <summary>fuchsia-50</summary>
|
|
596
|
+
public static readonly string Fuchsia_50 = "#fdf0ff";
|
|
597
|
+
|
|
598
|
+
/// <summary>fuchsia-100</summary>
|
|
599
|
+
public static readonly string Fuchsia_100 = "#faddfe";
|
|
600
|
+
|
|
601
|
+
/// <summary>fuchsia-200</summary>
|
|
602
|
+
public static readonly string Fuchsia_200 = "#f4befc";
|
|
603
|
+
|
|
604
|
+
/// <summary>fuchsia-300</summary>
|
|
605
|
+
public static readonly string Fuchsia_300 = "#eb95f8";
|
|
606
|
+
|
|
607
|
+
/// <summary>fuchsia-400</summary>
|
|
608
|
+
public static readonly string Fuchsia_400 = "#de5ff1";
|
|
609
|
+
|
|
610
|
+
/// <summary>fuchsia-500</summary>
|
|
611
|
+
public static readonly string Fuchsia_500 = "#d946ef";
|
|
612
|
+
|
|
613
|
+
/// <summary>fuchsia-600</summary>
|
|
614
|
+
public static readonly string Fuchsia_600 = "#9b30ab";
|
|
615
|
+
|
|
616
|
+
/// <summary>fuchsia-700</summary>
|
|
617
|
+
public static readonly string Fuchsia_700 = "#7b2488";
|
|
618
|
+
|
|
619
|
+
/// <summary>fuchsia-800</summary>
|
|
620
|
+
public static readonly string Fuchsia_800 = "#5d1967";
|
|
621
|
+
|
|
622
|
+
/// <summary>fuchsia-900</summary>
|
|
623
|
+
public static readonly string Fuchsia_900 = "#3d0d44";
|
|
624
|
+
|
|
625
|
+
/// <summary>fuchsia-950</summary>
|
|
626
|
+
public static readonly string Fuchsia_950 = "#25052a";
|
|
627
|
+
|
|
133
628
|
/// <summary>pink</summary>
|
|
134
629
|
public static readonly string Pink = "#ec4899";
|
|
135
630
|
|
|
631
|
+
/// <summary>pink-50</summary>
|
|
632
|
+
public static readonly string Pink_50 = "#fff0f6";
|
|
633
|
+
|
|
634
|
+
/// <summary>pink-100</summary>
|
|
635
|
+
public static readonly string Pink_100 = "#ffddea";
|
|
636
|
+
|
|
637
|
+
/// <summary>pink-200</summary>
|
|
638
|
+
public static readonly string Pink_200 = "#ffbfd7";
|
|
639
|
+
|
|
640
|
+
/// <summary>pink-300</summary>
|
|
641
|
+
public static readonly string Pink_300 = "#fb97c0";
|
|
642
|
+
|
|
643
|
+
/// <summary>pink-400</summary>
|
|
644
|
+
public static readonly string Pink_400 = "#f265a6";
|
|
645
|
+
|
|
646
|
+
/// <summary>pink-500</summary>
|
|
647
|
+
public static readonly string Pink_500 = "#ec4899";
|
|
648
|
+
|
|
649
|
+
/// <summary>pink-600</summary>
|
|
650
|
+
public static readonly string Pink_600 = "#ad326f";
|
|
651
|
+
|
|
652
|
+
/// <summary>pink-700</summary>
|
|
653
|
+
public static readonly string Pink_700 = "#8a2657";
|
|
654
|
+
|
|
655
|
+
/// <summary>pink-800</summary>
|
|
656
|
+
public static readonly string Pink_800 = "#681b41";
|
|
657
|
+
|
|
658
|
+
/// <summary>pink-900</summary>
|
|
659
|
+
public static readonly string Pink_900 = "#440e29";
|
|
660
|
+
|
|
661
|
+
/// <summary>pink-950</summary>
|
|
662
|
+
public static readonly string Pink_950 = "#2b0618";
|
|
663
|
+
|
|
136
664
|
/// <summary>rose</summary>
|
|
137
665
|
public static readonly string Rose = "#f43f5e";
|
|
138
666
|
|
|
667
|
+
/// <summary>rose-50</summary>
|
|
668
|
+
public static readonly string Rose_50 = "#fff1f1";
|
|
669
|
+
|
|
670
|
+
/// <summary>rose-100</summary>
|
|
671
|
+
public static readonly string Rose_100 = "#ffddde";
|
|
672
|
+
|
|
673
|
+
/// <summary>rose-200</summary>
|
|
674
|
+
public static readonly string Rose_200 = "#ffc0c2";
|
|
675
|
+
|
|
676
|
+
/// <summary>rose-300</summary>
|
|
677
|
+
public static readonly string Rose_300 = "#ff979e";
|
|
678
|
+
|
|
679
|
+
/// <summary>rose-400</summary>
|
|
680
|
+
public static readonly string Rose_400 = "#fa6676";
|
|
681
|
+
|
|
682
|
+
/// <summary>rose-500</summary>
|
|
683
|
+
public static readonly string Rose_500 = "#f43f5e";
|
|
684
|
+
|
|
685
|
+
/// <summary>rose-600</summary>
|
|
686
|
+
public static readonly string Rose_600 = "#b72d44";
|
|
687
|
+
|
|
688
|
+
/// <summary>rose-700</summary>
|
|
689
|
+
public static readonly string Rose_700 = "#922235";
|
|
690
|
+
|
|
691
|
+
/// <summary>rose-800</summary>
|
|
692
|
+
public static readonly string Rose_800 = "#6e1726";
|
|
693
|
+
|
|
694
|
+
/// <summary>rose-900</summary>
|
|
695
|
+
public static readonly string Rose_900 = "#490c16";
|
|
696
|
+
|
|
697
|
+
/// <summary>rose-950</summary>
|
|
698
|
+
public static readonly string Rose_950 = "#2e050b";
|
|
699
|
+
|
|
139
700
|
/// <summary>slate</summary>
|
|
140
701
|
public static readonly string Slate = "#64748b";
|
|
141
702
|
|
|
703
|
+
/// <summary>slate-50</summary>
|
|
704
|
+
public static readonly string Slate_50 = "#f4f5f7";
|
|
705
|
+
|
|
706
|
+
/// <summary>slate-100</summary>
|
|
707
|
+
public static readonly string Slate_100 = "#e5e8ec";
|
|
708
|
+
|
|
709
|
+
/// <summary>slate-200</summary>
|
|
710
|
+
public static readonly string Slate_200 = "#cfd5dc";
|
|
711
|
+
|
|
712
|
+
/// <summary>slate-300</summary>
|
|
713
|
+
public static readonly string Slate_300 = "#b3bbc7";
|
|
714
|
+
|
|
715
|
+
/// <summary>slate-400</summary>
|
|
716
|
+
public static readonly string Slate_400 = "#949fb0";
|
|
717
|
+
|
|
718
|
+
/// <summary>slate-500</summary>
|
|
719
|
+
public static readonly string Slate_500 = "#64748b";
|
|
720
|
+
|
|
721
|
+
/// <summary>slate-600</summary>
|
|
722
|
+
public static readonly string Slate_600 = "#5b6a7f";
|
|
723
|
+
|
|
724
|
+
/// <summary>slate-700</summary>
|
|
725
|
+
public static readonly string Slate_700 = "#475365";
|
|
726
|
+
|
|
727
|
+
/// <summary>slate-800</summary>
|
|
728
|
+
public static readonly string Slate_800 = "#343e4b";
|
|
729
|
+
|
|
730
|
+
/// <summary>slate-900</summary>
|
|
731
|
+
public static readonly string Slate_900 = "#202730";
|
|
732
|
+
|
|
733
|
+
/// <summary>slate-950</summary>
|
|
734
|
+
public static readonly string Slate_950 = "#12161d";
|
|
735
|
+
|
|
142
736
|
/// <summary>gray</summary>
|
|
143
737
|
public static readonly string Gray = "#6b7280";
|
|
144
738
|
|
|
739
|
+
/// <summary>gray-50</summary>
|
|
740
|
+
public static readonly string Gray_50 = "#f4f5f6";
|
|
741
|
+
|
|
742
|
+
/// <summary>gray-100</summary>
|
|
743
|
+
public static readonly string Gray_100 = "#e6e8ea";
|
|
744
|
+
|
|
745
|
+
/// <summary>gray-200</summary>
|
|
746
|
+
public static readonly string Gray_200 = "#d2d4d9";
|
|
747
|
+
|
|
748
|
+
/// <summary>gray-300</summary>
|
|
749
|
+
public static readonly string Gray_300 = "#b7bbc2";
|
|
750
|
+
|
|
751
|
+
/// <summary>gray-400</summary>
|
|
752
|
+
public static readonly string Gray_400 = "#9a9fa8";
|
|
753
|
+
|
|
754
|
+
/// <summary>gray-500</summary>
|
|
755
|
+
public static readonly string Gray_500 = "#6b7280";
|
|
756
|
+
|
|
757
|
+
/// <summary>gray-600</summary>
|
|
758
|
+
public static readonly string Gray_600 = "#636976";
|
|
759
|
+
|
|
760
|
+
/// <summary>gray-700</summary>
|
|
761
|
+
public static readonly string Gray_700 = "#4d535d";
|
|
762
|
+
|
|
763
|
+
/// <summary>gray-800</summary>
|
|
764
|
+
public static readonly string Gray_800 = "#393d45";
|
|
765
|
+
|
|
766
|
+
/// <summary>gray-900</summary>
|
|
767
|
+
public static readonly string Gray_900 = "#24262c";
|
|
768
|
+
|
|
769
|
+
/// <summary>gray-950</summary>
|
|
770
|
+
public static readonly string Gray_950 = "#14161a";
|
|
771
|
+
|
|
145
772
|
/// <summary>zinc</summary>
|
|
146
773
|
public static readonly string Zinc = "#71717a";
|
|
147
774
|
|
|
775
|
+
/// <summary>zinc-50</summary>
|
|
776
|
+
public static readonly string Zinc_50 = "#f5f5f6";
|
|
777
|
+
|
|
778
|
+
/// <summary>zinc-100</summary>
|
|
779
|
+
public static readonly string Zinc_100 = "#e8e8e9";
|
|
780
|
+
|
|
781
|
+
/// <summary>zinc-200</summary>
|
|
782
|
+
public static readonly string Zinc_200 = "#d4d4d7";
|
|
783
|
+
|
|
784
|
+
/// <summary>zinc-300</summary>
|
|
785
|
+
public static readonly string Zinc_300 = "#bababf";
|
|
786
|
+
|
|
787
|
+
/// <summary>zinc-400</summary>
|
|
788
|
+
public static readonly string Zinc_400 = "#9e9ea4";
|
|
789
|
+
|
|
790
|
+
/// <summary>zinc-500</summary>
|
|
791
|
+
public static readonly string Zinc_500 = "#71717a";
|
|
792
|
+
|
|
793
|
+
/// <summary>zinc-600</summary>
|
|
794
|
+
public static readonly string Zinc_600 = "#686870";
|
|
795
|
+
|
|
796
|
+
/// <summary>zinc-700</summary>
|
|
797
|
+
public static readonly string Zinc_700 = "#525259";
|
|
798
|
+
|
|
799
|
+
/// <summary>zinc-800</summary>
|
|
800
|
+
public static readonly string Zinc_800 = "#3c3c42";
|
|
801
|
+
|
|
802
|
+
/// <summary>zinc-900</summary>
|
|
803
|
+
public static readonly string Zinc_900 = "#26262a";
|
|
804
|
+
|
|
805
|
+
/// <summary>zinc-950</summary>
|
|
806
|
+
public static readonly string Zinc_950 = "#161618";
|
|
807
|
+
|
|
148
808
|
/// <summary>neutral</summary>
|
|
149
809
|
public static readonly string Neutral = "#737373";
|
|
150
810
|
|
|
811
|
+
/// <summary>neutral-50</summary>
|
|
812
|
+
public static readonly string Neutral_50 = "#f5f5f5";
|
|
813
|
+
|
|
814
|
+
/// <summary>neutral-100</summary>
|
|
815
|
+
public static readonly string Neutral_100 = "#e8e8e8";
|
|
816
|
+
|
|
817
|
+
/// <summary>neutral-200</summary>
|
|
818
|
+
public static readonly string Neutral_200 = "#d4d4d4";
|
|
819
|
+
|
|
820
|
+
/// <summary>neutral-300</summary>
|
|
821
|
+
public static readonly string Neutral_300 = "#bababa";
|
|
822
|
+
|
|
823
|
+
/// <summary>neutral-400</summary>
|
|
824
|
+
public static readonly string Neutral_400 = "#9e9e9e";
|
|
825
|
+
|
|
826
|
+
/// <summary>neutral-500</summary>
|
|
827
|
+
public static readonly string Neutral_500 = "#737373";
|
|
828
|
+
|
|
829
|
+
/// <summary>neutral-600</summary>
|
|
830
|
+
public static readonly string Neutral_600 = "#696969";
|
|
831
|
+
|
|
832
|
+
/// <summary>neutral-700</summary>
|
|
833
|
+
public static readonly string Neutral_700 = "#525252";
|
|
834
|
+
|
|
835
|
+
/// <summary>neutral-800</summary>
|
|
836
|
+
public static readonly string Neutral_800 = "#3d3d3d";
|
|
837
|
+
|
|
838
|
+
/// <summary>neutral-900</summary>
|
|
839
|
+
public static readonly string Neutral_900 = "#262626";
|
|
840
|
+
|
|
841
|
+
/// <summary>neutral-950</summary>
|
|
842
|
+
public static readonly string Neutral_950 = "#161616";
|
|
843
|
+
|
|
151
844
|
/// <summary>stone</summary>
|
|
152
845
|
public static readonly string Stone = "#78716c";
|
|
846
|
+
|
|
847
|
+
/// <summary>stone-50</summary>
|
|
848
|
+
public static readonly string Stone_50 = "#f5f5f4";
|
|
849
|
+
|
|
850
|
+
/// <summary>stone-100</summary>
|
|
851
|
+
public static readonly string Stone_100 = "#e9e7e7";
|
|
852
|
+
|
|
853
|
+
/// <summary>stone-200</summary>
|
|
854
|
+
public static readonly string Stone_200 = "#d6d4d2";
|
|
855
|
+
|
|
856
|
+
/// <summary>stone-300</summary>
|
|
857
|
+
public static readonly string Stone_300 = "#bdbab7";
|
|
858
|
+
|
|
859
|
+
/// <summary>stone-400</summary>
|
|
860
|
+
public static readonly string Stone_400 = "#a29d9a";
|
|
861
|
+
|
|
862
|
+
/// <summary>stone-500</summary>
|
|
863
|
+
public static readonly string Stone_500 = "#78716c";
|
|
864
|
+
|
|
865
|
+
/// <summary>stone-600</summary>
|
|
866
|
+
public static readonly string Stone_600 = "#6e6763";
|
|
867
|
+
|
|
868
|
+
/// <summary>stone-700</summary>
|
|
869
|
+
public static readonly string Stone_700 = "#57514e";
|
|
870
|
+
|
|
871
|
+
/// <summary>stone-800</summary>
|
|
872
|
+
public static readonly string Stone_800 = "#403c39";
|
|
873
|
+
|
|
874
|
+
/// <summary>stone-900</summary>
|
|
875
|
+
public static readonly string Stone_900 = "#292624";
|
|
876
|
+
|
|
877
|
+
/// <summary>stone-950</summary>
|
|
878
|
+
public static readonly string Stone_950 = "#181614";
|
|
879
|
+
|
|
880
|
+
/// <summary>ivy-green</summary>
|
|
881
|
+
public static readonly string IvyGreen = "#00cc92";
|
|
882
|
+
|
|
883
|
+
/// <summary>ivy-green-50</summary>
|
|
884
|
+
public static readonly string IvyGreen_50 = "#eaf9f2";
|
|
885
|
+
|
|
886
|
+
/// <summary>ivy-green-100</summary>
|
|
887
|
+
public static readonly string IvyGreen_100 = "#cef2e0";
|
|
888
|
+
|
|
889
|
+
/// <summary>ivy-green-200</summary>
|
|
890
|
+
public static readonly string IvyGreen_200 = "#a1e6c6";
|
|
891
|
+
|
|
892
|
+
/// <summary>ivy-green-300</summary>
|
|
893
|
+
public static readonly string IvyGreen_300 = "#59d5a4";
|
|
894
|
+
|
|
895
|
+
/// <summary>ivy-green-400</summary>
|
|
896
|
+
public static readonly string IvyGreen_400 = "#00bb85";
|
|
897
|
+
|
|
898
|
+
/// <summary>ivy-green-500</summary>
|
|
899
|
+
public static readonly string IvyGreen_500 = "#00cc92";
|
|
900
|
+
|
|
901
|
+
/// <summary>ivy-green-600</summary>
|
|
902
|
+
public static readonly string IvyGreen_600 = "#007c58";
|
|
903
|
+
|
|
904
|
+
/// <summary>ivy-green-700</summary>
|
|
905
|
+
public static readonly string IvyGreen_700 = "#006244";
|
|
906
|
+
|
|
907
|
+
/// <summary>ivy-green-800</summary>
|
|
908
|
+
public static readonly string IvyGreen_800 = "#004932";
|
|
909
|
+
|
|
910
|
+
/// <summary>ivy-green-900</summary>
|
|
911
|
+
public static readonly string IvyGreen_900 = "#002f1f";
|
|
912
|
+
|
|
913
|
+
/// <summary>ivy-green-950</summary>
|
|
914
|
+
public static readonly string IvyGreen_950 = "#001c11";
|
|
153
915
|
}
|
|
154
916
|
|
|
155
917
|
/// <summary>
|
|
@@ -298,27 +1060,281 @@ namespace Ivy.Themes
|
|
|
298
1060
|
"card-dark",
|
|
299
1061
|
"background-dark",
|
|
300
1062
|
"red",
|
|
1063
|
+
"red-50",
|
|
1064
|
+
"red-100",
|
|
1065
|
+
"red-200",
|
|
1066
|
+
"red-300",
|
|
1067
|
+
"red-400",
|
|
1068
|
+
"red-500",
|
|
1069
|
+
"red-600",
|
|
1070
|
+
"red-700",
|
|
1071
|
+
"red-800",
|
|
1072
|
+
"red-900",
|
|
1073
|
+
"red-950",
|
|
301
1074
|
"orange",
|
|
1075
|
+
"orange-50",
|
|
1076
|
+
"orange-100",
|
|
1077
|
+
"orange-200",
|
|
1078
|
+
"orange-300",
|
|
1079
|
+
"orange-400",
|
|
1080
|
+
"orange-500",
|
|
1081
|
+
"orange-600",
|
|
1082
|
+
"orange-700",
|
|
1083
|
+
"orange-800",
|
|
1084
|
+
"orange-900",
|
|
1085
|
+
"orange-950",
|
|
302
1086
|
"amber",
|
|
1087
|
+
"amber-50",
|
|
1088
|
+
"amber-100",
|
|
1089
|
+
"amber-200",
|
|
1090
|
+
"amber-300",
|
|
1091
|
+
"amber-400",
|
|
1092
|
+
"amber-500",
|
|
1093
|
+
"amber-600",
|
|
1094
|
+
"amber-700",
|
|
1095
|
+
"amber-800",
|
|
1096
|
+
"amber-900",
|
|
1097
|
+
"amber-950",
|
|
303
1098
|
"yellow",
|
|
1099
|
+
"yellow-50",
|
|
1100
|
+
"yellow-100",
|
|
1101
|
+
"yellow-200",
|
|
1102
|
+
"yellow-300",
|
|
1103
|
+
"yellow-400",
|
|
1104
|
+
"yellow-500",
|
|
1105
|
+
"yellow-600",
|
|
1106
|
+
"yellow-700",
|
|
1107
|
+
"yellow-800",
|
|
1108
|
+
"yellow-900",
|
|
1109
|
+
"yellow-950",
|
|
304
1110
|
"lime",
|
|
1111
|
+
"lime-50",
|
|
1112
|
+
"lime-100",
|
|
1113
|
+
"lime-200",
|
|
1114
|
+
"lime-300",
|
|
1115
|
+
"lime-400",
|
|
1116
|
+
"lime-500",
|
|
1117
|
+
"lime-600",
|
|
1118
|
+
"lime-700",
|
|
1119
|
+
"lime-800",
|
|
1120
|
+
"lime-900",
|
|
1121
|
+
"lime-950",
|
|
305
1122
|
"green",
|
|
1123
|
+
"green-50",
|
|
1124
|
+
"green-100",
|
|
1125
|
+
"green-200",
|
|
1126
|
+
"green-300",
|
|
1127
|
+
"green-400",
|
|
1128
|
+
"green-500",
|
|
1129
|
+
"green-600",
|
|
1130
|
+
"green-700",
|
|
1131
|
+
"green-800",
|
|
1132
|
+
"green-900",
|
|
1133
|
+
"green-950",
|
|
306
1134
|
"emerald",
|
|
1135
|
+
"emerald-50",
|
|
1136
|
+
"emerald-100",
|
|
1137
|
+
"emerald-200",
|
|
1138
|
+
"emerald-300",
|
|
1139
|
+
"emerald-400",
|
|
1140
|
+
"emerald-500",
|
|
1141
|
+
"emerald-600",
|
|
1142
|
+
"emerald-700",
|
|
1143
|
+
"emerald-800",
|
|
1144
|
+
"emerald-900",
|
|
1145
|
+
"emerald-950",
|
|
307
1146
|
"teal",
|
|
1147
|
+
"teal-50",
|
|
1148
|
+
"teal-100",
|
|
1149
|
+
"teal-200",
|
|
1150
|
+
"teal-300",
|
|
1151
|
+
"teal-400",
|
|
1152
|
+
"teal-500",
|
|
1153
|
+
"teal-600",
|
|
1154
|
+
"teal-700",
|
|
1155
|
+
"teal-800",
|
|
1156
|
+
"teal-900",
|
|
1157
|
+
"teal-950",
|
|
308
1158
|
"cyan",
|
|
1159
|
+
"cyan-50",
|
|
1160
|
+
"cyan-100",
|
|
1161
|
+
"cyan-200",
|
|
1162
|
+
"cyan-300",
|
|
1163
|
+
"cyan-400",
|
|
1164
|
+
"cyan-500",
|
|
1165
|
+
"cyan-600",
|
|
1166
|
+
"cyan-700",
|
|
1167
|
+
"cyan-800",
|
|
1168
|
+
"cyan-900",
|
|
1169
|
+
"cyan-950",
|
|
309
1170
|
"sky",
|
|
1171
|
+
"sky-50",
|
|
1172
|
+
"sky-100",
|
|
1173
|
+
"sky-200",
|
|
1174
|
+
"sky-300",
|
|
1175
|
+
"sky-400",
|
|
1176
|
+
"sky-500",
|
|
1177
|
+
"sky-600",
|
|
1178
|
+
"sky-700",
|
|
1179
|
+
"sky-800",
|
|
1180
|
+
"sky-900",
|
|
1181
|
+
"sky-950",
|
|
310
1182
|
"blue",
|
|
1183
|
+
"blue-50",
|
|
1184
|
+
"blue-100",
|
|
1185
|
+
"blue-200",
|
|
1186
|
+
"blue-300",
|
|
1187
|
+
"blue-400",
|
|
1188
|
+
"blue-500",
|
|
1189
|
+
"blue-600",
|
|
1190
|
+
"blue-700",
|
|
1191
|
+
"blue-800",
|
|
1192
|
+
"blue-900",
|
|
1193
|
+
"blue-950",
|
|
311
1194
|
"indigo",
|
|
1195
|
+
"indigo-50",
|
|
1196
|
+
"indigo-100",
|
|
1197
|
+
"indigo-200",
|
|
1198
|
+
"indigo-300",
|
|
1199
|
+
"indigo-400",
|
|
1200
|
+
"indigo-500",
|
|
1201
|
+
"indigo-600",
|
|
1202
|
+
"indigo-700",
|
|
1203
|
+
"indigo-800",
|
|
1204
|
+
"indigo-900",
|
|
1205
|
+
"indigo-950",
|
|
312
1206
|
"violet",
|
|
1207
|
+
"violet-50",
|
|
1208
|
+
"violet-100",
|
|
1209
|
+
"violet-200",
|
|
1210
|
+
"violet-300",
|
|
1211
|
+
"violet-400",
|
|
1212
|
+
"violet-500",
|
|
1213
|
+
"violet-600",
|
|
1214
|
+
"violet-700",
|
|
1215
|
+
"violet-800",
|
|
1216
|
+
"violet-900",
|
|
1217
|
+
"violet-950",
|
|
313
1218
|
"purple",
|
|
1219
|
+
"purple-50",
|
|
1220
|
+
"purple-100",
|
|
1221
|
+
"purple-200",
|
|
1222
|
+
"purple-300",
|
|
1223
|
+
"purple-400",
|
|
1224
|
+
"purple-500",
|
|
1225
|
+
"purple-600",
|
|
1226
|
+
"purple-700",
|
|
1227
|
+
"purple-800",
|
|
1228
|
+
"purple-900",
|
|
1229
|
+
"purple-950",
|
|
314
1230
|
"fuchsia",
|
|
1231
|
+
"fuchsia-50",
|
|
1232
|
+
"fuchsia-100",
|
|
1233
|
+
"fuchsia-200",
|
|
1234
|
+
"fuchsia-300",
|
|
1235
|
+
"fuchsia-400",
|
|
1236
|
+
"fuchsia-500",
|
|
1237
|
+
"fuchsia-600",
|
|
1238
|
+
"fuchsia-700",
|
|
1239
|
+
"fuchsia-800",
|
|
1240
|
+
"fuchsia-900",
|
|
1241
|
+
"fuchsia-950",
|
|
315
1242
|
"pink",
|
|
1243
|
+
"pink-50",
|
|
1244
|
+
"pink-100",
|
|
1245
|
+
"pink-200",
|
|
1246
|
+
"pink-300",
|
|
1247
|
+
"pink-400",
|
|
1248
|
+
"pink-500",
|
|
1249
|
+
"pink-600",
|
|
1250
|
+
"pink-700",
|
|
1251
|
+
"pink-800",
|
|
1252
|
+
"pink-900",
|
|
1253
|
+
"pink-950",
|
|
316
1254
|
"rose",
|
|
1255
|
+
"rose-50",
|
|
1256
|
+
"rose-100",
|
|
1257
|
+
"rose-200",
|
|
1258
|
+
"rose-300",
|
|
1259
|
+
"rose-400",
|
|
1260
|
+
"rose-500",
|
|
1261
|
+
"rose-600",
|
|
1262
|
+
"rose-700",
|
|
1263
|
+
"rose-800",
|
|
1264
|
+
"rose-900",
|
|
1265
|
+
"rose-950",
|
|
317
1266
|
"slate",
|
|
1267
|
+
"slate-50",
|
|
1268
|
+
"slate-100",
|
|
1269
|
+
"slate-200",
|
|
1270
|
+
"slate-300",
|
|
1271
|
+
"slate-400",
|
|
1272
|
+
"slate-500",
|
|
1273
|
+
"slate-600",
|
|
1274
|
+
"slate-700",
|
|
1275
|
+
"slate-800",
|
|
1276
|
+
"slate-900",
|
|
1277
|
+
"slate-950",
|
|
318
1278
|
"gray",
|
|
1279
|
+
"gray-50",
|
|
1280
|
+
"gray-100",
|
|
1281
|
+
"gray-200",
|
|
1282
|
+
"gray-300",
|
|
1283
|
+
"gray-400",
|
|
1284
|
+
"gray-500",
|
|
1285
|
+
"gray-600",
|
|
1286
|
+
"gray-700",
|
|
1287
|
+
"gray-800",
|
|
1288
|
+
"gray-900",
|
|
1289
|
+
"gray-950",
|
|
319
1290
|
"zinc",
|
|
1291
|
+
"zinc-50",
|
|
1292
|
+
"zinc-100",
|
|
1293
|
+
"zinc-200",
|
|
1294
|
+
"zinc-300",
|
|
1295
|
+
"zinc-400",
|
|
1296
|
+
"zinc-500",
|
|
1297
|
+
"zinc-600",
|
|
1298
|
+
"zinc-700",
|
|
1299
|
+
"zinc-800",
|
|
1300
|
+
"zinc-900",
|
|
1301
|
+
"zinc-950",
|
|
320
1302
|
"neutral",
|
|
1303
|
+
"neutral-50",
|
|
1304
|
+
"neutral-100",
|
|
1305
|
+
"neutral-200",
|
|
1306
|
+
"neutral-300",
|
|
1307
|
+
"neutral-400",
|
|
1308
|
+
"neutral-500",
|
|
1309
|
+
"neutral-600",
|
|
1310
|
+
"neutral-700",
|
|
1311
|
+
"neutral-800",
|
|
1312
|
+
"neutral-900",
|
|
1313
|
+
"neutral-950",
|
|
321
1314
|
"stone",
|
|
1315
|
+
"stone-50",
|
|
1316
|
+
"stone-100",
|
|
1317
|
+
"stone-200",
|
|
1318
|
+
"stone-300",
|
|
1319
|
+
"stone-400",
|
|
1320
|
+
"stone-500",
|
|
1321
|
+
"stone-600",
|
|
1322
|
+
"stone-700",
|
|
1323
|
+
"stone-800",
|
|
1324
|
+
"stone-900",
|
|
1325
|
+
"stone-950",
|
|
1326
|
+
"ivy-green",
|
|
1327
|
+
"ivy-green-50",
|
|
1328
|
+
"ivy-green-100",
|
|
1329
|
+
"ivy-green-200",
|
|
1330
|
+
"ivy-green-300",
|
|
1331
|
+
"ivy-green-400",
|
|
1332
|
+
"ivy-green-500",
|
|
1333
|
+
"ivy-green-600",
|
|
1334
|
+
"ivy-green-700",
|
|
1335
|
+
"ivy-green-800",
|
|
1336
|
+
"ivy-green-900",
|
|
1337
|
+
"ivy-green-950",
|
|
322
1338
|
"0",
|
|
323
1339
|
"1",
|
|
324
1340
|
"2",
|