@club-employes/utopia 4.116.0 → 4.117.0

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.
@@ -37,20 +37,20 @@ export const colorActiveDark400 = "#155dfc";
37
37
  export const colorActiveDark500 = "#2b7fff";
38
38
  export const colorActiveDark600 = "#51a2ff";
39
39
  export const colorActiveDark700 = "#8ec5ff";
40
- export const colorActiveDark800 = "#bebdff";
40
+ export const colorActiveDark800 = "#bedbff";
41
41
  export const colorActiveDark900 = "#dbeafe";
42
42
  export const colorActiveDark950 = "#eff6ff";
43
- export const colorSlateDark50 = "#020618";
44
- export const colorSlateDark100 = "#0f172b";
45
- export const colorSlateDark200 = "#1d293d";
46
- export const colorSlateDark300 = "#314158";
47
- export const colorSlateDark400 = "#45556c";
43
+ export const colorSlateDark50 = "#f8fafc";
44
+ export const colorSlateDark100 = "#f1f5f9";
45
+ export const colorSlateDark200 = "#e2e8f0";
46
+ export const colorSlateDark300 = "#cad5e2";
47
+ export const colorSlateDark400 = "#90a1b9";
48
48
  export const colorSlateDark500 = "#62748e";
49
- export const colorSlateDark600 = "#90a1b9";
50
- export const colorSlateDark700 = "#cad5e2";
51
- export const colorSlateDark800 = "#e2e8f0";
52
- export const colorSlateDark900 = "#f1f5f9";
53
- export const colorSlateDark950 = "#f8fafc";
49
+ export const colorSlateDark600 = "#45556c";
50
+ export const colorSlateDark700 = "#314158";
51
+ export const colorSlateDark800 = "#1d293d";
52
+ export const colorSlateDark900 = "#0f172b";
53
+ export const colorSlateDark950 = "#020618";
54
54
  export const colorSucceedDark50 = "#002c22";
55
55
  export const colorSucceedDark100 = "#004f3b";
56
56
  export const colorSucceedDark200 = "#006045";
@@ -106,9 +106,240 @@ export const colorSubventionDark700 = "#bbf2d7";
106
106
  export const colorSubventionDark800 = "#d0f6e3";
107
107
  export const colorSubventionDark900 = "#e6faf0";
108
108
  export const colorSubventionDark950 = "#f0fcf6";
109
+ export const colorAmberDark50 = "#fffbeb";
110
+ export const colorAmberDark100 = "#fef3c6";
111
+ export const colorAmberDark200 = "#fee685";
112
+ export const colorAmberDark300 = "#ffd230";
113
+ export const colorAmberDark400 = "#ffb900";
114
+ export const colorAmberDark500 = "#fe9a00";
115
+ export const colorAmberDark600 = "#e17100";
116
+ export const colorAmberDark700 = "#bb4d00";
117
+ export const colorAmberDark800 = "#973c00";
118
+ export const colorAmberDark900 = "#7b3306";
119
+ export const colorAmberDark950 = "#461901";
120
+ export const colorIndigoDark50 = "#eef2ff";
121
+ export const colorIndigoDark100 = "#e0e7ff";
122
+ export const colorIndigoDark200 = "#c6d2ff";
123
+ export const colorIndigoDark300 = "#a3b3ff";
124
+ export const colorIndigoDark400 = "#7c86ff";
125
+ export const colorIndigoDark500 = "#615fff";
126
+ export const colorIndigoDark600 = "#4f39f6";
127
+ export const colorIndigoDark700 = "#432dd7";
128
+ export const colorIndigoDark800 = "#372aac";
129
+ export const colorIndigoDark900 = "#312c85";
130
+ export const colorIndigoDark950 = "#1e1a4d";
131
+ export const colorCyanDark50 = "#ecfeff";
132
+ export const colorCyanDark100 = "#cefafe";
133
+ export const colorCyanDark200 = "#a2f4fd";
134
+ export const colorCyanDark300 = "#53eafd";
135
+ export const colorCyanDark400 = "#00d3f3";
136
+ export const colorCyanDark500 = "#00b8db";
137
+ export const colorCyanDark600 = "#0092b8";
138
+ export const colorCyanDark700 = "#007595";
139
+ export const colorCyanDark800 = "#005f78";
140
+ export const colorCyanDark900 = "#104e64";
141
+ export const colorCyanDark950 = "#053345";
142
+ export const colorLimeDark50 = "#f7fee7";
143
+ export const colorLimeDark100 = "#ecfcca";
144
+ export const colorLimeDark200 = "#d8f999";
145
+ export const colorLimeDark300 = "#bbf451";
146
+ export const colorLimeDark400 = "#9ae600";
147
+ export const colorLimeDark500 = "#7ccf00";
148
+ export const colorLimeDark600 = "#5ea500";
149
+ export const colorLimeDark700 = "#497d00";
150
+ export const colorLimeDark800 = "#3c6300";
151
+ export const colorLimeDark900 = "#35530e";
152
+ export const colorLimeDark950 = "#192e03";
153
+ export const colorEmeraldDark50 = "#ecfdf5";
154
+ export const colorEmeraldDark100 = "#d0fae5";
155
+ export const colorEmeraldDark200 = "#a4f4cf";
156
+ export const colorEmeraldDark300 = "#5ee9b5";
157
+ export const colorEmeraldDark400 = "#00d492";
158
+ export const colorEmeraldDark500 = "#00bc7d";
159
+ export const colorEmeraldDark600 = "#009966";
160
+ export const colorEmeraldDark700 = "#007a55";
161
+ export const colorEmeraldDark800 = "#006045";
162
+ export const colorEmeraldDark900 = "#004f3b";
163
+ export const colorEmeraldDark950 = "#002c22";
164
+ export const colorTealDark50 = "#f0fdfa";
165
+ export const colorTealDark100 = "#cbfbf1";
166
+ export const colorTealDark200 = "#96f7e4";
167
+ export const colorTealDark300 = "#46ecd5";
168
+ export const colorTealDark400 = "#00d5be";
169
+ export const colorTealDark500 = "#00bba7";
170
+ export const colorTealDark600 = "#009689";
171
+ export const colorTealDark700 = "#00786f";
172
+ export const colorTealDark800 = "#005f5a";
173
+ export const colorTealDark900 = "#0b4f4a";
174
+ export const colorTealDark950 = "#022f2e";
175
+ export const colorVioletDark50 = "#f5f3ff";
176
+ export const colorVioletDark100 = "#ede9fe";
177
+ export const colorVioletDark200 = "#ddd6ff";
178
+ export const colorVioletDark300 = "#c4b4ff";
179
+ export const colorVioletDark400 = "#a684ff";
180
+ export const colorVioletDark500 = "#8e51ff";
181
+ export const colorVioletDark600 = "#7f22fe";
182
+ export const colorVioletDark700 = "#7008e7";
183
+ export const colorVioletDark800 = "#5d0ec0";
184
+ export const colorVioletDark900 = "#4d179a";
185
+ export const colorVioletDark950 = "#2f0d68";
186
+ export const colorFuchsiaDark50 = "#fdf4ff";
187
+ export const colorFuchsiaDark100 = "#fae8ff";
188
+ export const colorFuchsiaDark200 = "#f6cfff";
189
+ export const colorFuchsiaDark300 = "#f4a8ff";
190
+ export const colorFuchsiaDark400 = "#ed6aff";
191
+ export const colorFuchsiaDark500 = "#e12afb";
192
+ export const colorFuchsiaDark600 = "#c800de";
193
+ export const colorFuchsiaDark700 = "#a800b7";
194
+ export const colorFuchsiaDark800 = "#8a0194";
195
+ export const colorFuchsiaDark900 = "#721378";
196
+ export const colorFuchsiaDark950 = "#4b004f";
197
+ export const colorBlueDark50 = "#eff6ff";
198
+ export const colorBlueDark100 = "#dbeafe";
199
+ export const colorBlueDark200 = "#bedbff";
200
+ export const colorBlueDark300 = "#8ec5ff";
201
+ export const colorBlueDark400 = "#51a2ff";
202
+ export const colorBlueDark500 = "#2b7fff";
203
+ export const colorBlueDark600 = "#155dfc";
204
+ export const colorBlueDark700 = "#1447e6";
205
+ export const colorBlueDark800 = "#193cb8";
206
+ export const colorBlueDark900 = "#1c398e";
207
+ export const colorBlueDark950 = "#162456";
208
+ export const colorGrayDark50 = "#f9fafb";
209
+ export const colorGrayDark100 = "#f3f4f6";
210
+ export const colorGrayDark200 = "#e5e7eb";
211
+ export const colorGrayDark300 = "#d1d5dc";
212
+ export const colorGrayDark400 = "#99a1af";
213
+ export const colorGrayDark500 = "#6a7282";
214
+ export const colorGrayDark600 = "#4a5565";
215
+ export const colorGrayDark700 = "#364153";
216
+ export const colorGrayDark800 = "#1e2939";
217
+ export const colorGrayDark900 = "#101828";
218
+ export const colorGrayDark950 = "#030712";
219
+ export const colorGreenDark50 = "#f0fdf4";
220
+ export const colorGreenDark100 = "#dcfce7";
221
+ export const colorGreenDark200 = "#b9f8cf";
222
+ export const colorGreenDark300 = "#7bf1a8";
223
+ export const colorGreenDark400 = "#05df72";
224
+ export const colorGreenDark500 = "#00c950";
225
+ export const colorGreenDark600 = "#00a63e";
226
+ export const colorGreenDark700 = "#008236";
227
+ export const colorGreenDark800 = "#016630";
228
+ export const colorGreenDark900 = "#0d542b";
229
+ export const colorGreenDark950 = "#032e15";
230
+ export const colorNeutralDark50 = "#fafafa";
231
+ export const colorNeutralDark100 = "#f5f5f5";
232
+ export const colorNeutralDark200 = "#e5e5e5";
233
+ export const colorNeutralDark300 = "#d4d4d4";
234
+ export const colorNeutralDark400 = "#a1a1a1";
235
+ export const colorNeutralDark500 = "#737373";
236
+ export const colorNeutralDark600 = "#525252";
237
+ export const colorNeutralDark700 = "#404040";
238
+ export const colorNeutralDark800 = "#262626";
239
+ export const colorNeutralDark900 = "#171717";
240
+ export const colorNeutralDark950 = "#0a0a0a";
241
+ export const colorOrangeDark50 = "#fff7ed";
242
+ export const colorOrangeDark100 = "#ffedd4";
243
+ export const colorOrangeDark200 = "#ffd6a8";
244
+ export const colorOrangeDark300 = "#ffb86a";
245
+ export const colorOrangeDark400 = "#ff8904";
246
+ export const colorOrangeDark500 = "#ff6900";
247
+ export const colorOrangeDark600 = "#f54900";
248
+ export const colorOrangeDark700 = "#ca3500";
249
+ export const colorOrangeDark800 = "#9f2d00";
250
+ export const colorOrangeDark900 = "#7e2a0c";
251
+ export const colorOrangeDark950 = "#441306";
252
+ export const colorPinkDark50 = "#fdf2f8";
253
+ export const colorPinkDark100 = "#fce7f3";
254
+ export const colorPinkDark200 = "#fccee8";
255
+ export const colorPinkDark300 = "#fda5d5";
256
+ export const colorPinkDark400 = "#fb64b6";
257
+ export const colorPinkDark500 = "#f6339a";
258
+ export const colorPinkDark600 = "#e60076";
259
+ export const colorPinkDark700 = "#c6005c";
260
+ export const colorPinkDark800 = "#a3004c";
261
+ export const colorPinkDark900 = "#861043";
262
+ export const colorPinkDark950 = "#510424";
263
+ export const colorPurpleDark50 = "#faf5ff";
264
+ export const colorPurpleDark100 = "#f3e8ff";
265
+ export const colorPurpleDark200 = "#e9d4ff";
266
+ export const colorPurpleDark300 = "#dab2ff";
267
+ export const colorPurpleDark400 = "#c27aff";
268
+ export const colorPurpleDark500 = "#ad46ff";
269
+ export const colorPurpleDark600 = "#9810fa";
270
+ export const colorPurpleDark700 = "#8200db";
271
+ export const colorPurpleDark800 = "#6e11b0";
272
+ export const colorPurpleDark900 = "#59168b";
273
+ export const colorPurpleDark950 = "#3c0366";
274
+ export const colorRedDark50 = "#fef2f2";
275
+ export const colorRedDark100 = "#ffe2e2";
276
+ export const colorRedDark200 = "#ffc9c9";
277
+ export const colorRedDark300 = "#ffa2a2";
278
+ export const colorRedDark400 = "#ff6467";
279
+ export const colorRedDark500 = "#fb2c36";
280
+ export const colorRedDark600 = "#e7000b";
281
+ export const colorRedDark700 = "#c10007";
282
+ export const colorRedDark800 = "#9f0712";
283
+ export const colorRedDark900 = "#82181a";
284
+ export const colorRedDark950 = "#460809";
285
+ export const colorRoseDark50 = "#fff1f2";
286
+ export const colorRoseDark100 = "#ffe4e6";
287
+ export const colorRoseDark200 = "#ffccd3";
288
+ export const colorRoseDark300 = "#ffa1ad";
289
+ export const colorRoseDark400 = "#ff637e";
290
+ export const colorRoseDark500 = "#ff2056";
291
+ export const colorRoseDark600 = "#ec003f";
292
+ export const colorRoseDark700 = "#c70036";
293
+ export const colorRoseDark800 = "#a50036";
294
+ export const colorRoseDark900 = "#8b0836";
295
+ export const colorRoseDark950 = "#4d0218";
296
+ export const colorSkyDark50 = "#f0f9ff";
297
+ export const colorSkyDark100 = "#dff2fe";
298
+ export const colorSkyDark200 = "#b8e6fe";
299
+ export const colorSkyDark300 = "#74d4ff";
300
+ export const colorSkyDark400 = "#00bcff";
301
+ export const colorSkyDark500 = "#00a6f4";
302
+ export const colorSkyDark600 = "#0084d1";
303
+ export const colorSkyDark700 = "#0069a8";
304
+ export const colorSkyDark800 = "#00598a";
305
+ export const colorSkyDark900 = "#024a70";
306
+ export const colorSkyDark950 = "#052f4a";
307
+ export const colorStoneDark50 = "#fafaf9";
308
+ export const colorStoneDark100 = "#f5f5f4";
309
+ export const colorStoneDark200 = "#e7e5e4";
310
+ export const colorStoneDark300 = "#d6d3d1";
311
+ export const colorStoneDark400 = "#a6a09b";
312
+ export const colorStoneDark500 = "#79716b";
313
+ export const colorStoneDark600 = "#57534d";
314
+ export const colorStoneDark700 = "#44403b";
315
+ export const colorStoneDark800 = "#292524";
316
+ export const colorStoneDark900 = "#1c1917";
317
+ export const colorStoneDark950 = "#0c0a09";
318
+ export const colorYellowDark50 = "#fefce8";
319
+ export const colorYellowDark100 = "#fef9c2";
320
+ export const colorYellowDark200 = "#fff085";
321
+ export const colorYellowDark300 = "#ffdf20";
322
+ export const colorYellowDark400 = "#fdc700";
323
+ export const colorYellowDark500 = "#f0b100";
324
+ export const colorYellowDark600 = "#d08700";
325
+ export const colorYellowDark700 = "#a65f00";
326
+ export const colorYellowDark800 = "#894b00";
327
+ export const colorYellowDark900 = "#733e0a";
328
+ export const colorYellowDark950 = "#432004";
329
+ export const colorZincDark50 = "#fafafa";
330
+ export const colorZincDark100 = "#f4f4f5";
331
+ export const colorZincDark200 = "#e4e4e7";
332
+ export const colorZincDark300 = "#d4d4d8";
333
+ export const colorZincDark400 = "#9f9fa9";
334
+ export const colorZincDark500 = "#71717b";
335
+ export const colorZincDark600 = "#52525c";
336
+ export const colorZincDark700 = "#3f3f47";
337
+ export const colorZincDark800 = "#27272a";
338
+ export const colorZincDark900 = "#18181b";
339
+ export const colorZincDark950 = "#09090b";
109
340
  export const colorActive50 = "#eff6ff";
110
341
  export const colorActive100 = "#dbeafe";
111
- export const colorActive200 = "#bebdff";
342
+ export const colorActive200 = "#bedbff";
112
343
  export const colorActive300 = "#8ec5ff";
113
344
  export const colorActive400 = "#51a2ff";
114
345
  export const colorActive500 = "#2b7fff";
@@ -203,6 +434,94 @@ export const colorSubvention700 = "#22b56b";
203
434
  export const colorSubvention800 = "#18814d";
204
435
  export const colorSubvention900 = "#082b1a";
205
436
  export const colorSubvention950 = "#020905";
437
+ export const colorAmber50 = "#fffbeb";
438
+ export const colorAmber100 = "#fef3c6";
439
+ export const colorAmber200 = "#fee685";
440
+ export const colorAmber300 = "#ffd230";
441
+ export const colorAmber400 = "#ffb900";
442
+ export const colorAmber500 = "#fe9a00";
443
+ export const colorAmber600 = "#e17100";
444
+ export const colorAmber700 = "#bb4d00";
445
+ export const colorAmber800 = "#973c00";
446
+ export const colorAmber900 = "#7b3306";
447
+ export const colorAmber950 = "#461901";
448
+ export const colorIndigo50 = "#eef2ff";
449
+ export const colorIndigo100 = "#e0e7ff";
450
+ export const colorIndigo200 = "#c6d2ff";
451
+ export const colorIndigo300 = "#a3b3ff";
452
+ export const colorIndigo400 = "#7c86ff";
453
+ export const colorIndigo500 = "#615fff";
454
+ export const colorIndigo600 = "#4f39f6";
455
+ export const colorIndigo700 = "#432dd7";
456
+ export const colorIndigo800 = "#372aac";
457
+ export const colorIndigo900 = "#312c85";
458
+ export const colorIndigo950 = "#1e1a4d";
459
+ export const colorCyan50 = "#ecfeff";
460
+ export const colorCyan100 = "#cefafe";
461
+ export const colorCyan200 = "#a2f4fd";
462
+ export const colorCyan300 = "#53eafd";
463
+ export const colorCyan400 = "#00d3f3";
464
+ export const colorCyan500 = "#00b8db";
465
+ export const colorCyan600 = "#0092b8";
466
+ export const colorCyan700 = "#007595";
467
+ export const colorCyan800 = "#005f78";
468
+ export const colorCyan900 = "#104e64";
469
+ export const colorCyan950 = "#053345";
470
+ export const colorLime50 = "#f7fee7";
471
+ export const colorLime100 = "#ecfcca";
472
+ export const colorLime200 = "#d8f999";
473
+ export const colorLime300 = "#bbf451";
474
+ export const colorLime400 = "#9ae600";
475
+ export const colorLime500 = "#7ccf00";
476
+ export const colorLime600 = "#5ea500";
477
+ export const colorLime700 = "#497d00";
478
+ export const colorLime800 = "#3c6300";
479
+ export const colorLime900 = "#35530e";
480
+ export const colorLime950 = "#192e03";
481
+ export const colorEmerald50 = "#ecfdf5";
482
+ export const colorEmerald100 = "#d0fae5";
483
+ export const colorEmerald200 = "#a4f4cf";
484
+ export const colorEmerald300 = "#5ee9b5";
485
+ export const colorEmerald400 = "#00d492";
486
+ export const colorEmerald500 = "#00bc7d";
487
+ export const colorEmerald600 = "#009966";
488
+ export const colorEmerald700 = "#007a55";
489
+ export const colorEmerald800 = "#006045";
490
+ export const colorEmerald900 = "#004f3b";
491
+ export const colorEmerald950 = "#002c22";
492
+ export const colorTeal50 = "#f0fdfa";
493
+ export const colorTeal100 = "#cbfbf1";
494
+ export const colorTeal200 = "#96f7e4";
495
+ export const colorTeal300 = "#46ecd5";
496
+ export const colorTeal400 = "#00d5be";
497
+ export const colorTeal500 = "#00bba7";
498
+ export const colorTeal600 = "#009689";
499
+ export const colorTeal700 = "#00786f";
500
+ export const colorTeal800 = "#005f5a";
501
+ export const colorTeal900 = "#0b4f4a";
502
+ export const colorTeal950 = "#022f2e";
503
+ export const colorViolet50 = "#f5f3ff";
504
+ export const colorViolet100 = "#ede9fe";
505
+ export const colorViolet200 = "#ddd6ff";
506
+ export const colorViolet300 = "#c4b4ff";
507
+ export const colorViolet400 = "#a684ff";
508
+ export const colorViolet500 = "#8e51ff";
509
+ export const colorViolet600 = "#7f22fe";
510
+ export const colorViolet700 = "#7008e7";
511
+ export const colorViolet800 = "#5d0ec0";
512
+ export const colorViolet900 = "#4d179a";
513
+ export const colorViolet950 = "#2f0d68";
514
+ export const colorFuchsia50 = "#fdf4ff";
515
+ export const colorFuchsia100 = "#fae8ff";
516
+ export const colorFuchsia200 = "#f6cfff";
517
+ export const colorFuchsia300 = "#f4a8ff";
518
+ export const colorFuchsia400 = "#ed6aff";
519
+ export const colorFuchsia500 = "#e12afb";
520
+ export const colorFuchsia600 = "#c800de";
521
+ export const colorFuchsia700 = "#a800b7";
522
+ export const colorFuchsia800 = "#8a0194";
523
+ export const colorFuchsia900 = "#721378";
524
+ export const colorFuchsia950 = "#4b004f";
206
525
  export const colorBlue25 = "#0c1426";
207
526
  export const colorBlue50 = "#172554";
208
527
  export const colorBlue100 = "#1e3a8a";
@@ -215,6 +534,140 @@ export const colorBlue700 = "#93c5fd";
215
534
  export const colorBlue800 = "#bfdbfe";
216
535
  export const colorBlue900 = "#dbeafe";
217
536
  export const colorBlue950 = "#eff6ff";
537
+ export const colorGray50 = "#f9fafb";
538
+ export const colorGray100 = "#f3f4f6";
539
+ export const colorGray200 = "#e5e7eb";
540
+ export const colorGray300 = "#d1d5dc";
541
+ export const colorGray400 = "#99a1af";
542
+ export const colorGray500 = "#6a7282";
543
+ export const colorGray600 = "#4a5565";
544
+ export const colorGray700 = "#364153";
545
+ export const colorGray800 = "#1e2939";
546
+ export const colorGray900 = "#101828";
547
+ export const colorGray950 = "#030712";
548
+ export const colorGreen50 = "#f0fdf4";
549
+ export const colorGreen100 = "#dcfce7";
550
+ export const colorGreen200 = "#b9f8cf";
551
+ export const colorGreen300 = "#7bf1a8";
552
+ export const colorGreen400 = "#05df72";
553
+ export const colorGreen500 = "#00c950";
554
+ export const colorGreen600 = "#00a63e";
555
+ export const colorGreen700 = "#008236";
556
+ export const colorGreen800 = "#016630";
557
+ export const colorGreen900 = "#0d542b";
558
+ export const colorGreen950 = "#032e15";
559
+ export const colorNeutral50 = "#f9fafb";
560
+ export const colorNeutral100 = "#f3f4f6";
561
+ export const colorNeutral200 = "#e5e7eb";
562
+ export const colorNeutral300 = "#d1d5db";
563
+ export const colorNeutral400 = "#9ca3af";
564
+ export const colorNeutral500 = "#6b7280";
565
+ export const colorNeutral600 = "#4b5563";
566
+ export const colorNeutral700 = "#374151";
567
+ export const colorNeutral800 = "#1f2937";
568
+ export const colorNeutral900 = "#111827";
569
+ export const colorNeutral950 = "#0a0a0a";
570
+ export const colorNeutralWhite = "#000000";
571
+ export const colorNeutralBlack = "#ffffff";
572
+ export const colorOrange50 = "#fff7ed";
573
+ export const colorOrange100 = "#ffedd4";
574
+ export const colorOrange200 = "#ffd6a8";
575
+ export const colorOrange300 = "#ffb86a";
576
+ export const colorOrange400 = "#ff8904";
577
+ export const colorOrange500 = "#ff6900";
578
+ export const colorOrange600 = "#f54900";
579
+ export const colorOrange700 = "#ca3500";
580
+ export const colorOrange800 = "#9f2d00";
581
+ export const colorOrange900 = "#7e2a0c";
582
+ export const colorOrange950 = "#441306";
583
+ export const colorPink50 = "#fdf2f8";
584
+ export const colorPink100 = "#fce7f3";
585
+ export const colorPink200 = "#fccee8";
586
+ export const colorPink300 = "#fda5d5";
587
+ export const colorPink400 = "#fb64b6";
588
+ export const colorPink500 = "#f6339a";
589
+ export const colorPink600 = "#e60076";
590
+ export const colorPink700 = "#c6005c";
591
+ export const colorPink800 = "#a3004c";
592
+ export const colorPink900 = "#861043";
593
+ export const colorPink950 = "#510424";
594
+ export const colorPurple50 = "#faf5ff";
595
+ export const colorPurple100 = "#f3e8ff";
596
+ export const colorPurple200 = "#e9d4ff";
597
+ export const colorPurple300 = "#dab2ff";
598
+ export const colorPurple400 = "#c27aff";
599
+ export const colorPurple500 = "#ad46ff";
600
+ export const colorPurple600 = "#9810fa";
601
+ export const colorPurple700 = "#8200db";
602
+ export const colorPurple800 = "#6e11b0";
603
+ export const colorPurple900 = "#59168b";
604
+ export const colorPurple950 = "#3c0366";
605
+ export const colorRed50 = "#fef2f2";
606
+ export const colorRed100 = "#ffe2e2";
607
+ export const colorRed200 = "#ffc9c9";
608
+ export const colorRed300 = "#ffa2a2";
609
+ export const colorRed400 = "#ff6467";
610
+ export const colorRed500 = "#fb2c36";
611
+ export const colorRed600 = "#e7000b";
612
+ export const colorRed700 = "#c10007";
613
+ export const colorRed800 = "#9f0712";
614
+ export const colorRed900 = "#82181a";
615
+ export const colorRed950 = "#460809";
616
+ export const colorRose50 = "#fff1f2";
617
+ export const colorRose100 = "#ffe4e6";
618
+ export const colorRose200 = "#ffccd3";
619
+ export const colorRose300 = "#ffa1ad";
620
+ export const colorRose400 = "#ff637e";
621
+ export const colorRose500 = "#ff2056";
622
+ export const colorRose600 = "#ec003f";
623
+ export const colorRose700 = "#c70036";
624
+ export const colorRose800 = "#a50036";
625
+ export const colorRose900 = "#8b0836";
626
+ export const colorRose950 = "#4d0218";
627
+ export const colorSky50 = "#f0f9ff";
628
+ export const colorSky100 = "#dff2fe";
629
+ export const colorSky200 = "#b8e6fe";
630
+ export const colorSky300 = "#74d4ff";
631
+ export const colorSky400 = "#00bcff";
632
+ export const colorSky500 = "#00a6f4";
633
+ export const colorSky600 = "#0084d1";
634
+ export const colorSky700 = "#0069a8";
635
+ export const colorSky800 = "#00598a";
636
+ export const colorSky900 = "#024a70";
637
+ export const colorSky950 = "#052f4a";
638
+ export const colorStone50 = "#fafaf9";
639
+ export const colorStone100 = "#f5f5f4";
640
+ export const colorStone200 = "#e7e5e4";
641
+ export const colorStone300 = "#d6d3d1";
642
+ export const colorStone400 = "#a6a09b";
643
+ export const colorStone500 = "#79716b";
644
+ export const colorStone600 = "#57534d";
645
+ export const colorStone700 = "#44403b";
646
+ export const colorStone800 = "#292524";
647
+ export const colorStone900 = "#1c1917";
648
+ export const colorStone950 = "#0c0a09";
649
+ export const colorYellow50 = "#fefce8";
650
+ export const colorYellow100 = "#fef9c2";
651
+ export const colorYellow200 = "#fff085";
652
+ export const colorYellow300 = "#ffdf20";
653
+ export const colorYellow400 = "#fdc700";
654
+ export const colorYellow500 = "#f0b100";
655
+ export const colorYellow600 = "#d08700";
656
+ export const colorYellow700 = "#a65f00";
657
+ export const colorYellow800 = "#894b00";
658
+ export const colorYellow900 = "#733e0a";
659
+ export const colorYellow950 = "#432004";
660
+ export const colorZinc50 = "#fafafa";
661
+ export const colorZinc100 = "#f4f4f5";
662
+ export const colorZinc200 = "#e4e4e7";
663
+ export const colorZinc300 = "#d4d4d8";
664
+ export const colorZinc400 = "#9f9fa9";
665
+ export const colorZinc500 = "#71717b";
666
+ export const colorZinc600 = "#52525c";
667
+ export const colorZinc700 = "#3f3f47";
668
+ export const colorZinc800 = "#27272a";
669
+ export const colorZinc900 = "#18181b";
670
+ export const colorZinc950 = "#09090b";
218
671
  export const colorBrandPrimary25 = "#0a1b3e";
219
672
  export const colorBrandPrimary50 = "#172554";
220
673
  export const colorBrandPrimary100 = "#1e3a8a";
@@ -256,18 +709,6 @@ export const colorSemanticAttentionBackground = "#cf2a2a1a";
256
709
  export const colorSemanticSuccessPrimary = "#34d399";
257
710
  export const colorSemanticSuccessSecondary = "#10b981";
258
711
  export const colorSemanticSuccessBackground = "#0a9c561a";
259
- export const colorNeutral50 = "#f9fafb";
260
- export const colorNeutral100 = "#f3f4f6";
261
- export const colorNeutral200 = "#e5e7eb";
262
- export const colorNeutral300 = "#d1d5db";
263
- export const colorNeutral400 = "#9ca3af";
264
- export const colorNeutral500 = "#6b7280";
265
- export const colorNeutral600 = "#4b5563";
266
- export const colorNeutral700 = "#374151";
267
- export const colorNeutral800 = "#1f2937";
268
- export const colorNeutral900 = "#111827";
269
- export const colorNeutralWhite = "#000000";
270
- export const colorNeutralBlack = "#ffffff";
271
712
  export const iconsGeneralAccessibility =
272
713
  "url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTggMTlMMTkgMTJMMTMgMTNNNSA4TDggNUwxMy41IDhMMTEuMTQgMTEuNU00LjIzOTg5IDE0LjVDMy45NTc3MyAxNS40MjMxIDMuOTQ4NzggMTYuNDA4MSA0LjIxNDExIDE3LjMzNjFDNC40Nzk0NCAxOC4yNjQxIDUuMDA3NzIgMTkuMDk1NSA1LjczNTE3IDE5LjczQzYuNDYyNjIgMjAuMzY0NCA3LjM1ODE1IDIwLjc3NDYgOC4zMTM2NSAyMC45MTEzQzkuMjY5MTYgMjEuMDQ3OSAxMC4yNDM4IDIwLjkwNTEgMTEuMTE5OSAyMC41TTEzLjc1OTkgMTcuNUMxNC4wNDIgMTYuNTc2OSAxNC4wNTEgMTUuNTkxOSAxMy43ODU3IDE0LjY2MzlDMTMuNTIwMyAxMy43MzU5IDEyLjk5MjEgMTIuOTA0NSAxMi4yNjQ2IDEyLjI3MDFDMTEuNTM3MiAxMS42MzU2IDEwLjY0MTYgMTEuMjI1NCA5LjY4NjEyIDExLjA4ODdDOC43MzA2MiAxMC45NTIxIDcuNzU1OTkgMTEuMDk0OSA2Ljg3OTg4IDExLjVNMTcgNEMxNyA0LjU1MjI4IDE2LjU1MjMgNSAxNiA1QzE1LjQ0NzcgNSAxNSA0LjU1MjI4IDE1IDRDMTUgMy40NDc3MiAxNS40NDc3IDMgMTYgM0MxNi41NTIzIDMgMTcgMy40NDc3MiAxNyA0WiIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+')";
273
714
  export const iconsGeneralActivitySquare =
@@ -2842,15 +3283,20 @@ export const themeColorsCommonActive400 = "#155dfc";
2842
3283
  export const themeColorsCommonActive500 = "#2b7fff";
2843
3284
  export const themeColorsCommonActive600 = "#51a2ff";
2844
3285
  export const themeColorsCommonActive700 = "#8ec5ff";
2845
- export const themeColorsCommonActive800 = "#bebdff";
3286
+ export const themeColorsCommonActive800 = "#bedbff";
2846
3287
  export const themeColorsCommonActive900 = "#dbeafe";
2847
3288
  export const themeColorsCommonActive950 = "#eff6ff";
2848
- export const themeColorsCommonSlate50 = "#020618";
2849
- export const themeColorsCommonSlate200 = "#1d293d";
2850
- export const themeColorsCommonSlate400 = "#45556c";
2851
- export const themeColorsCommonSlate600 = "#90a1b9";
2852
- export const themeColorsCommonSlate800 = "#e2e8f0";
2853
- export const themeColorsCommonSlate950 = "#f8fafc";
3289
+ export const themeColorsCommonSlate50 = "#f8fafc";
3290
+ export const themeColorsCommonSlate100 = "#f1f5f9";
3291
+ export const themeColorsCommonSlate200 = "#e2e8f0";
3292
+ export const themeColorsCommonSlate300 = "#cad5e2";
3293
+ export const themeColorsCommonSlate400 = "#90a1b9";
3294
+ export const themeColorsCommonSlate500 = "#62748e";
3295
+ export const themeColorsCommonSlate600 = "#45556c";
3296
+ export const themeColorsCommonSlate700 = "#314158";
3297
+ export const themeColorsCommonSlate800 = "#1d293d";
3298
+ export const themeColorsCommonSlate900 = "#0f172b";
3299
+ export const themeColorsCommonSlate950 = "#020618";
2854
3300
  export const themeColorsCommonSucceed50 = "#002c22";
2855
3301
  export const themeColorsCommonSucceed200 = "#006045";
2856
3302
  export const themeColorsCommonSucceed400 = "#0a9c55";
@@ -2892,6 +3338,237 @@ export const themeColorsCommonSubvention700 = "#bbf2d7";
2892
3338
  export const themeColorsCommonSubvention800 = "#d0f6e3";
2893
3339
  export const themeColorsCommonSubvention900 = "#e6faf0";
2894
3340
  export const themeColorsCommonSubvention950 = "#f0fcf6";
3341
+ export const themeColorsTailwindAmber50 = "#fffbeb";
3342
+ export const themeColorsTailwindAmber100 = "#fef3c6";
3343
+ export const themeColorsTailwindAmber200 = "#fee685";
3344
+ export const themeColorsTailwindAmber300 = "#ffd230";
3345
+ export const themeColorsTailwindAmber400 = "#ffb900";
3346
+ export const themeColorsTailwindAmber500 = "#fe9a00";
3347
+ export const themeColorsTailwindAmber600 = "#e17100";
3348
+ export const themeColorsTailwindAmber700 = "#bb4d00";
3349
+ export const themeColorsTailwindAmber800 = "#973c00";
3350
+ export const themeColorsTailwindAmber900 = "#7b3306";
3351
+ export const themeColorsTailwindAmber950 = "#461901";
3352
+ export const themeColorsTailwindIndigo50 = "#eef2ff";
3353
+ export const themeColorsTailwindIndigo100 = "#e0e7ff";
3354
+ export const themeColorsTailwindIndigo200 = "#c6d2ff";
3355
+ export const themeColorsTailwindIndigo300 = "#a3b3ff";
3356
+ export const themeColorsTailwindIndigo400 = "#7c86ff";
3357
+ export const themeColorsTailwindIndigo500 = "#615fff";
3358
+ export const themeColorsTailwindIndigo600 = "#4f39f6";
3359
+ export const themeColorsTailwindIndigo700 = "#432dd7";
3360
+ export const themeColorsTailwindIndigo800 = "#372aac";
3361
+ export const themeColorsTailwindIndigo900 = "#312c85";
3362
+ export const themeColorsTailwindIndigo950 = "#1e1a4d";
3363
+ export const themeColorsTailwindCyan50 = "#ecfeff";
3364
+ export const themeColorsTailwindCyan100 = "#cefafe";
3365
+ export const themeColorsTailwindCyan200 = "#a2f4fd";
3366
+ export const themeColorsTailwindCyan300 = "#53eafd";
3367
+ export const themeColorsTailwindCyan400 = "#00d3f3";
3368
+ export const themeColorsTailwindCyan500 = "#00b8db";
3369
+ export const themeColorsTailwindCyan600 = "#0092b8";
3370
+ export const themeColorsTailwindCyan700 = "#007595";
3371
+ export const themeColorsTailwindCyan800 = "#005f78";
3372
+ export const themeColorsTailwindCyan900 = "#104e64";
3373
+ export const themeColorsTailwindCyan950 = "#053345";
3374
+ export const themeColorsTailwindLime50 = "#f7fee7";
3375
+ export const themeColorsTailwindLime100 = "#ecfcca";
3376
+ export const themeColorsTailwindLime200 = "#d8f999";
3377
+ export const themeColorsTailwindLime300 = "#bbf451";
3378
+ export const themeColorsTailwindLime400 = "#9ae600";
3379
+ export const themeColorsTailwindLime500 = "#7ccf00";
3380
+ export const themeColorsTailwindLime600 = "#5ea500";
3381
+ export const themeColorsTailwindLime700 = "#497d00";
3382
+ export const themeColorsTailwindLime800 = "#3c6300";
3383
+ export const themeColorsTailwindLime900 = "#35530e";
3384
+ export const themeColorsTailwindLime950 = "#192e03";
3385
+ export const themeColorsTailwindEmerald50 = "#ecfdf5";
3386
+ export const themeColorsTailwindEmerald100 = "#d0fae5";
3387
+ export const themeColorsTailwindEmerald200 = "#a4f4cf";
3388
+ export const themeColorsTailwindEmerald300 = "#5ee9b5";
3389
+ export const themeColorsTailwindEmerald400 = "#00d492";
3390
+ export const themeColorsTailwindEmerald500 = "#00bc7d";
3391
+ export const themeColorsTailwindEmerald600 = "#009966";
3392
+ export const themeColorsTailwindEmerald700 = "#007a55";
3393
+ export const themeColorsTailwindEmerald800 = "#006045";
3394
+ export const themeColorsTailwindEmerald900 = "#004f3b";
3395
+ export const themeColorsTailwindEmerald950 = "#002c22";
3396
+ export const themeColorsTailwindTeal50 = "#f0fdfa";
3397
+ export const themeColorsTailwindTeal100 = "#cbfbf1";
3398
+ export const themeColorsTailwindTeal200 = "#96f7e4";
3399
+ export const themeColorsTailwindTeal300 = "#46ecd5";
3400
+ export const themeColorsTailwindTeal400 = "#00d5be";
3401
+ export const themeColorsTailwindTeal500 = "#00bba7";
3402
+ export const themeColorsTailwindTeal600 = "#009689";
3403
+ export const themeColorsTailwindTeal700 = "#00786f";
3404
+ export const themeColorsTailwindTeal800 = "#005f5a";
3405
+ export const themeColorsTailwindTeal900 = "#0b4f4a";
3406
+ export const themeColorsTailwindTeal950 = "#022f2e";
3407
+ export const themeColorsTailwindViolet50 = "#f5f3ff";
3408
+ export const themeColorsTailwindViolet100 = "#ede9fe";
3409
+ export const themeColorsTailwindViolet200 = "#ddd6ff";
3410
+ export const themeColorsTailwindViolet300 = "#c4b4ff";
3411
+ export const themeColorsTailwindViolet400 = "#a684ff";
3412
+ export const themeColorsTailwindViolet500 = "#8e51ff";
3413
+ export const themeColorsTailwindViolet600 = "#7f22fe";
3414
+ export const themeColorsTailwindViolet700 = "#7008e7";
3415
+ export const themeColorsTailwindViolet800 = "#5d0ec0";
3416
+ export const themeColorsTailwindViolet900 = "#4d179a";
3417
+ export const themeColorsTailwindViolet950 = "#2f0d68";
3418
+ export const themeColorsTailwindFuchsia50 = "#fdf4ff";
3419
+ export const themeColorsTailwindFuchsia100 = "#fae8ff";
3420
+ export const themeColorsTailwindFuchsia200 = "#f6cfff";
3421
+ export const themeColorsTailwindFuchsia300 = "#f4a8ff";
3422
+ export const themeColorsTailwindFuchsia400 = "#ed6aff";
3423
+ export const themeColorsTailwindFuchsia500 = "#e12afb";
3424
+ export const themeColorsTailwindFuchsia600 = "#c800de";
3425
+ export const themeColorsTailwindFuchsia700 = "#a800b7";
3426
+ export const themeColorsTailwindFuchsia800 = "#8a0194";
3427
+ export const themeColorsTailwindFuchsia900 = "#721378";
3428
+ export const themeColorsTailwindFuchsia950 = "#4b004f";
3429
+ export const themeColorsTailwindBlue50 = "#eff6ff";
3430
+ export const themeColorsTailwindBlue100 = "#dbeafe";
3431
+ export const themeColorsTailwindBlue200 = "#bedbff";
3432
+ export const themeColorsTailwindBlue300 = "#8ec5ff";
3433
+ export const themeColorsTailwindBlue400 = "#51a2ff";
3434
+ export const themeColorsTailwindBlue500 = "#2b7fff";
3435
+ export const themeColorsTailwindBlue600 = "#155dfc";
3436
+ export const themeColorsTailwindBlue700 = "#1447e6";
3437
+ export const themeColorsTailwindBlue800 = "#193cb8";
3438
+ export const themeColorsTailwindBlue900 = "#1c398e";
3439
+ export const themeColorsTailwindBlue950 = "#162456";
3440
+ export const themeColorsTailwindGray50 = "#f9fafb";
3441
+ export const themeColorsTailwindGray100 = "#f3f4f6";
3442
+ export const themeColorsTailwindGray200 = "#e5e7eb";
3443
+ export const themeColorsTailwindGray300 = "#d1d5dc";
3444
+ export const themeColorsTailwindGray400 = "#99a1af";
3445
+ export const themeColorsTailwindGray500 = "#6a7282";
3446
+ export const themeColorsTailwindGray600 = "#4a5565";
3447
+ export const themeColorsTailwindGray700 = "#364153";
3448
+ export const themeColorsTailwindGray800 = "#1e2939";
3449
+ export const themeColorsTailwindGray900 = "#101828";
3450
+ export const themeColorsTailwindGray950 = "#030712";
3451
+ export const themeColorsTailwindGreen50 = "#f0fdf4";
3452
+ export const themeColorsTailwindGreen100 = "#dcfce7";
3453
+ export const themeColorsTailwindGreen200 = "#b9f8cf";
3454
+ export const themeColorsTailwindGreen300 = "#7bf1a8";
3455
+ export const themeColorsTailwindGreen400 = "#05df72";
3456
+ export const themeColorsTailwindGreen500 = "#00c950";
3457
+ export const themeColorsTailwindGreen600 = "#00a63e";
3458
+ export const themeColorsTailwindGreen700 = "#008236";
3459
+ export const themeColorsTailwindGreen800 = "#016630";
3460
+ export const themeColorsTailwindGreen900 = "#0d542b";
3461
+ export const themeColorsTailwindGreen950 = "#032e15";
3462
+ export const themeColorsTailwindNeutral50 = "#fafafa";
3463
+ export const themeColorsTailwindNeutral100 = "#f5f5f5";
3464
+ export const themeColorsTailwindNeutral200 = "#e5e5e5";
3465
+ export const themeColorsTailwindNeutral300 = "#d4d4d4";
3466
+ export const themeColorsTailwindNeutral400 = "#a1a1a1";
3467
+ export const themeColorsTailwindNeutral500 = "#737373";
3468
+ export const themeColorsTailwindNeutral600 = "#525252";
3469
+ export const themeColorsTailwindNeutral700 = "#404040";
3470
+ export const themeColorsTailwindNeutral800 = "#262626";
3471
+ export const themeColorsTailwindNeutral900 = "#171717";
3472
+ export const themeColorsTailwindNeutral950 = "#0a0a0a";
3473
+ export const themeColorsTailwindOrange50 = "#fff7ed";
3474
+ export const themeColorsTailwindOrange100 = "#ffedd4";
3475
+ export const themeColorsTailwindOrange200 = "#ffd6a8";
3476
+ export const themeColorsTailwindOrange300 = "#ffb86a";
3477
+ export const themeColorsTailwindOrange400 = "#ff8904";
3478
+ export const themeColorsTailwindOrange500 = "#ff6900";
3479
+ export const themeColorsTailwindOrange600 = "#f54900";
3480
+ export const themeColorsTailwindOrange700 = "#ca3500";
3481
+ export const themeColorsTailwindOrange800 = "#9f2d00";
3482
+ export const themeColorsTailwindOrange900 = "#7e2a0c";
3483
+ export const themeColorsTailwindOrange950 = "#441306";
3484
+ export const themeColorsTailwindPink50 = "#fdf2f8";
3485
+ export const themeColorsTailwindPink100 = "#fce7f3";
3486
+ export const themeColorsTailwindPink200 = "#fccee8";
3487
+ export const themeColorsTailwindPink300 = "#fda5d5";
3488
+ export const themeColorsTailwindPink400 = "#fb64b6";
3489
+ export const themeColorsTailwindPink500 = "#f6339a";
3490
+ export const themeColorsTailwindPink600 = "#e60076";
3491
+ export const themeColorsTailwindPink700 = "#c6005c";
3492
+ export const themeColorsTailwindPink800 = "#a3004c";
3493
+ export const themeColorsTailwindPink900 = "#861043";
3494
+ export const themeColorsTailwindPink950 = "#510424";
3495
+ export const themeColorsTailwindPurple50 = "#faf5ff";
3496
+ export const themeColorsTailwindPurple100 = "#f3e8ff";
3497
+ export const themeColorsTailwindPurple200 = "#e9d4ff";
3498
+ export const themeColorsTailwindPurple300 = "#dab2ff";
3499
+ export const themeColorsTailwindPurple400 = "#c27aff";
3500
+ export const themeColorsTailwindPurple500 = "#ad46ff";
3501
+ export const themeColorsTailwindPurple600 = "#9810fa";
3502
+ export const themeColorsTailwindPurple700 = "#8200db";
3503
+ export const themeColorsTailwindPurple800 = "#6e11b0";
3504
+ export const themeColorsTailwindPurple900 = "#59168b";
3505
+ export const themeColorsTailwindPurple950 = "#3c0366";
3506
+ export const themeColorsTailwindRed50 = "#fef2f2";
3507
+ export const themeColorsTailwindRed100 = "#ffe2e2";
3508
+ export const themeColorsTailwindRed200 = "#ffc9c9";
3509
+ export const themeColorsTailwindRed300 = "#ffa2a2";
3510
+ export const themeColorsTailwindRed400 = "#ff6467";
3511
+ export const themeColorsTailwindRed500 = "#fb2c36";
3512
+ export const themeColorsTailwindRed600 = "#e7000b";
3513
+ export const themeColorsTailwindRed700 = "#c10007";
3514
+ export const themeColorsTailwindRed800 = "#9f0712";
3515
+ export const themeColorsTailwindRed900 = "#82181a";
3516
+ export const themeColorsTailwindRed950 = "#460809";
3517
+ export const themeColorsTailwindRose50 = "#fff1f2";
3518
+ export const themeColorsTailwindRose100 = "#ffe4e6";
3519
+ export const themeColorsTailwindRose200 = "#ffccd3";
3520
+ export const themeColorsTailwindRose300 = "#ffa1ad";
3521
+ export const themeColorsTailwindRose400 = "#ff637e";
3522
+ export const themeColorsTailwindRose500 = "#ff2056";
3523
+ export const themeColorsTailwindRose600 = "#ec003f";
3524
+ export const themeColorsTailwindRose700 = "#c70036";
3525
+ export const themeColorsTailwindRose800 = "#a50036";
3526
+ export const themeColorsTailwindRose900 = "#8b0836";
3527
+ export const themeColorsTailwindRose950 = "#4d0218";
3528
+ export const themeColorsTailwindSky50 = "#f0f9ff";
3529
+ export const themeColorsTailwindSky100 = "#dff2fe";
3530
+ export const themeColorsTailwindSky200 = "#b8e6fe";
3531
+ export const themeColorsTailwindSky300 = "#74d4ff";
3532
+ export const themeColorsTailwindSky400 = "#00bcff";
3533
+ export const themeColorsTailwindSky500 = "#00a6f4";
3534
+ export const themeColorsTailwindSky600 = "#0084d1";
3535
+ export const themeColorsTailwindSky700 = "#0069a8";
3536
+ export const themeColorsTailwindSky800 = "#00598a";
3537
+ export const themeColorsTailwindSky900 = "#024a70";
3538
+ export const themeColorsTailwindSky950 = "#052f4a";
3539
+ export const themeColorsTailwindStone50 = "#fafaf9";
3540
+ export const themeColorsTailwindStone100 = "#f5f5f4";
3541
+ export const themeColorsTailwindStone200 = "#e7e5e4";
3542
+ export const themeColorsTailwindStone300 = "#d6d3d1";
3543
+ export const themeColorsTailwindStone400 = "#a6a09b";
3544
+ export const themeColorsTailwindStone500 = "#79716b";
3545
+ export const themeColorsTailwindStone600 = "#57534d";
3546
+ export const themeColorsTailwindStone700 = "#44403b";
3547
+ export const themeColorsTailwindStone800 = "#292524";
3548
+ export const themeColorsTailwindStone900 = "#1c1917";
3549
+ export const themeColorsTailwindStone950 = "#0c0a09";
3550
+ export const themeColorsTailwindYellow50 = "#fefce8";
3551
+ export const themeColorsTailwindYellow100 = "#fef9c2";
3552
+ export const themeColorsTailwindYellow200 = "#fff085";
3553
+ export const themeColorsTailwindYellow300 = "#ffdf20";
3554
+ export const themeColorsTailwindYellow400 = "#fdc700";
3555
+ export const themeColorsTailwindYellow500 = "#f0b100";
3556
+ export const themeColorsTailwindYellow600 = "#d08700";
3557
+ export const themeColorsTailwindYellow700 = "#a65f00";
3558
+ export const themeColorsTailwindYellow800 = "#894b00";
3559
+ export const themeColorsTailwindYellow900 = "#733e0a";
3560
+ export const themeColorsTailwindYellow950 = "#432004";
3561
+ export const themeColorsTailwindZinc50 = "#fafafa";
3562
+ export const themeColorsTailwindZinc100 = "#f4f4f5";
3563
+ export const themeColorsTailwindZinc200 = "#e4e4e7";
3564
+ export const themeColorsTailwindZinc300 = "#d4d4d8";
3565
+ export const themeColorsTailwindZinc400 = "#9f9fa9";
3566
+ export const themeColorsTailwindZinc500 = "#71717b";
3567
+ export const themeColorsTailwindZinc600 = "#52525c";
3568
+ export const themeColorsTailwindZinc700 = "#3f3f47";
3569
+ export const themeColorsTailwindZinc800 = "#27272a";
3570
+ export const themeColorsTailwindZinc900 = "#18181b";
3571
+ export const themeColorsTailwindZinc950 = "#09090b";
2895
3572
  export const themeColorsStateError = "#cf2a2a";
2896
3573
  export const themeColorsStateErrorBackground = "#460809";
2897
3574
  export const themeColorsStateSuccess = "#0a9c55";