@midas-ds/components 12.1.1 → 13.0.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.
Files changed (56) hide show
  1. package/AccordionItem-Bq8nUKg4.cjs +1 -0
  2. package/{AccordionItem-Dd9VLdsb.js → AccordionItem-D2Y0gJZB.js} +108 -108
  3. package/CHANGELOG.md +42 -0
  4. package/InfoBanner-C82hcpzj.cjs +1 -0
  5. package/InfoBanner-Dz_0wVSa.js +83 -0
  6. package/{Layout-CcXu63hP.js → Layout-B-A-s7B0.js} +39 -39
  7. package/{Layout-Bxd0-ao3.cjs → Layout-DlE30BHE.cjs} +2 -2
  8. package/TabList-3fErCDyP.cjs +1 -0
  9. package/{TabList-C0mZgIzV.js → TabList-CXaxruLg.js} +36 -36
  10. package/{Table-DzbfeVO7.js → Table-BzJktg2G.js} +1 -1
  11. package/{Table-BHY1uCZ0.cjs → Table-Dyqa6_rE.cjs} +1 -1
  12. package/{TextArea-DJCtwrqV.cjs → TextArea-BTmzOUZd.cjs} +1 -1
  13. package/{TextArea-CDoLq124.js → TextArea-CSNrZCEO.js} +19 -20
  14. package/{Toast-DZnQTLDr.js → Toast-B74PMVL9.js} +36 -36
  15. package/{Toast-BN3vRCsH.cjs → Toast-Cs0CEbRr.cjs} +1 -1
  16. package/accordion/index.cjs +1 -1
  17. package/accordion/index.js +1 -1
  18. package/assets/AccordionItem.css +1 -1
  19. package/assets/InfoBanner.css +1 -1
  20. package/assets/Table.css +1 -1
  21. package/assets/Toast.css +1 -1
  22. package/assets/default.css +1 -0
  23. package/index.cjs +1 -1
  24. package/index.js +143 -144
  25. package/info-banner/index.cjs +1 -1
  26. package/info-banner/index.js +1 -1
  27. package/layout/index.cjs +1 -1
  28. package/layout/index.js +1 -1
  29. package/package.json +4 -14
  30. package/table/index.cjs +1 -1
  31. package/table/index.js +1 -1
  32. package/tabs/index.cjs +1 -1
  33. package/tabs/index.js +1 -1
  34. package/textfield/TextArea.d.ts +2 -7
  35. package/textfield/TextField.d.ts +2 -6
  36. package/textfield/index.cjs +1 -1
  37. package/textfield/index.js +1 -1
  38. package/toast/index.cjs +1 -1
  39. package/toast/index.js +1 -1
  40. package/variables-B3KEYyhW.cjs +1 -0
  41. package/variables-DzXcMW2k.js +5 -0
  42. package/AccordionItem-CV9Hrare.cjs +0 -1
  43. package/InfoBanner-CgmPdsH8.js +0 -83
  44. package/InfoBanner-Y-f3hKVR.cjs +0 -1
  45. package/TabList-BMyKYLlY.cjs +0 -1
  46. package/assets/global.css +0 -1
  47. package/assets/theme.css +0 -1
  48. package/assets/variables.css +0 -1
  49. package/theme/generated-object.d.ts +0 -381
  50. package/theme/generated-tokens.d.ts +0 -331
  51. package/theme/index.cjs +0 -1
  52. package/theme/index.d.ts +0 -267
  53. package/theme/index.js +0 -3991
  54. package/theme/tokens.d.ts +0 -290
  55. package/tokens-B3FfJ-rY.cjs +0 -1
  56. package/tokens-B9ooUP4g.js +0 -327
package/theme/index.js DELETED
@@ -1,3991 +0,0 @@
1
- import { t as e } from "../tokens-B9ooUP4g.js";
2
- import { b as Go, e as Wo, f as Co, g as Fo, s as Do, c as To, d as Lo, a as Yo, w as Ko, z as Eo } from "../tokens-B9ooUP4g.js";
3
- const Ho = {
4
- windowSizes: {
5
- sm: {
6
- key: "{windowSizes.sm}",
7
- $value: "480px",
8
- filePath: "src/theme/tokens/breakpoints.json",
9
- isSource: !0,
10
- $type: "dimension",
11
- original: {
12
- $value: "480px",
13
- $type: "dimension",
14
- key: "{windowSizes.sm}"
15
- },
16
- name: "windowSizesSm",
17
- attributes: {},
18
- path: ["windowSizes", "sm"]
19
- },
20
- md: {
21
- key: "{windowSizes.md}",
22
- $value: "768px",
23
- filePath: "src/theme/tokens/breakpoints.json",
24
- isSource: !0,
25
- $type: "dimension",
26
- original: {
27
- $value: "768px",
28
- $type: "dimension",
29
- key: "{windowSizes.md}"
30
- },
31
- name: "windowSizesMd",
32
- attributes: {},
33
- path: ["windowSizes", "md"]
34
- },
35
- lg: {
36
- key: "{windowSizes.lg}",
37
- $value: "1024px",
38
- filePath: "src/theme/tokens/breakpoints.json",
39
- isSource: !0,
40
- $type: "dimension",
41
- original: {
42
- $value: "1024px",
43
- $type: "dimension",
44
- key: "{windowSizes.lg}"
45
- },
46
- name: "windowSizesLg",
47
- attributes: {},
48
- path: ["windowSizes", "lg"]
49
- },
50
- xl: {
51
- key: "{windowSizes.xl}",
52
- $value: "1280px",
53
- filePath: "src/theme/tokens/breakpoints.json",
54
- isSource: !0,
55
- $type: "dimension",
56
- original: {
57
- $value: "1280px",
58
- $type: "dimension",
59
- key: "{windowSizes.xl}"
60
- },
61
- name: "windowSizesXl",
62
- attributes: {},
63
- path: ["windowSizes", "xl"]
64
- }
65
- },
66
- breakpoints: {
67
- xs: {
68
- key: "{breakpoints.xs}",
69
- $value: "(max-width: calc(480px - 1px))",
70
- filePath: "src/theme/tokens/breakpoints.json",
71
- isSource: !0,
72
- $type: "string",
73
- original: {
74
- $value: "(max-width: calc({windowSizes.sm} - 1px))",
75
- $type: "string",
76
- key: "{breakpoints.xs}"
77
- },
78
- name: "breakpointsXs",
79
- attributes: {},
80
- path: ["breakpoints", "xs"]
81
- },
82
- sm: {
83
- key: "{breakpoints.sm}",
84
- $value: "(min-width: 480px)",
85
- filePath: "src/theme/tokens/breakpoints.json",
86
- isSource: !0,
87
- $type: "string",
88
- original: {
89
- $value: "(min-width: {windowSizes.sm})",
90
- $type: "string",
91
- key: "{breakpoints.sm}"
92
- },
93
- name: "breakpointsSm",
94
- attributes: {},
95
- path: ["breakpoints", "sm"]
96
- },
97
- md: {
98
- key: "{breakpoints.md}",
99
- $value: "(min-width: 768px)",
100
- filePath: "src/theme/tokens/breakpoints.json",
101
- isSource: !0,
102
- $type: "string",
103
- original: {
104
- $value: "(min-width: {windowSizes.md})",
105
- $type: "string",
106
- key: "{breakpoints.md}"
107
- },
108
- name: "breakpointsMd",
109
- attributes: {},
110
- path: ["breakpoints", "md"]
111
- },
112
- lg: {
113
- key: "{breakpoints.lg}",
114
- $value: "(min-width: 1024px)",
115
- filePath: "src/theme/tokens/breakpoints.json",
116
- isSource: !0,
117
- $type: "string",
118
- original: {
119
- $value: "(min-width: {windowSizes.lg})",
120
- $type: "string",
121
- key: "{breakpoints.lg}"
122
- },
123
- name: "breakpointsLg",
124
- attributes: {},
125
- path: ["breakpoints", "lg"]
126
- },
127
- xl: {
128
- key: "{breakpoints.xl}",
129
- $value: "(min-width: 1280px)",
130
- $comment: "This is the largest breakpoint",
131
- filePath: "src/theme/tokens/breakpoints.json",
132
- isSource: !0,
133
- $type: "string",
134
- original: {
135
- $value: "(min-width: {windowSizes.xl})",
136
- $comment: "This is the largest breakpoint",
137
- $type: "string",
138
- key: "{breakpoints.xl}"
139
- },
140
- name: "breakpointsXl",
141
- attributes: {},
142
- path: ["breakpoints", "xl"]
143
- }
144
- },
145
- color: {
146
- black: {
147
- base: {
148
- key: "{color.black.base}",
149
- $value: "#000",
150
- $description: "Black",
151
- filePath: "src/theme/tokens/colors.json",
152
- isSource: !0,
153
- $type: "color",
154
- original: {
155
- $value: "#000",
156
- $description: "Black",
157
- $type: "color",
158
- key: "{color.black.base}"
159
- },
160
- name: "colorBlackBase",
161
- attributes: {},
162
- path: ["color", "black", "base"]
163
- },
164
- hover: {
165
- key: "{color.black.hover}",
166
- $value: "#0d0d0d",
167
- $description: "Black hover",
168
- filePath: "src/theme/tokens/colors.json",
169
- isSource: !0,
170
- $type: "color",
171
- original: {
172
- $value: "#0d0d0d",
173
- $description: "Black hover",
174
- $type: "color",
175
- key: "{color.black.hover}"
176
- },
177
- name: "colorBlackHover",
178
- attributes: {},
179
- path: ["color", "black", "hover"]
180
- }
181
- },
182
- white: {
183
- base: {
184
- key: "{color.white.base}",
185
- $value: "#fff",
186
- $description: "White",
187
- filePath: "src/theme/tokens/colors.json",
188
- isSource: !0,
189
- $type: "color",
190
- original: {
191
- $value: "#fff",
192
- $description: "White",
193
- $type: "color",
194
- key: "{color.white.base}"
195
- },
196
- name: "colorWhiteBase",
197
- attributes: {},
198
- path: ["color", "white", "base"]
199
- },
200
- hover: {
201
- key: "{color.white.hover}",
202
- $value: "#e6e6e6",
203
- $description: "White hover",
204
- filePath: "src/theme/tokens/colors.json",
205
- isSource: !0,
206
- $type: "color",
207
- original: {
208
- $value: "#e6e6e6",
209
- $description: "White hover",
210
- $type: "color",
211
- key: "{color.white.hover}"
212
- },
213
- name: "colorWhiteHover",
214
- attributes: {},
215
- path: ["color", "white", "hover"]
216
- }
217
- },
218
- gray: {
219
- 10: {
220
- key: "{color.gray.10}",
221
- $value: "#f2f2f2",
222
- filePath: "src/theme/tokens/colors.json",
223
- isSource: !0,
224
- $type: "color",
225
- original: {
226
- $value: "#f2f2f2",
227
- $type: "color",
228
- key: "{color.gray.10}"
229
- },
230
- name: "colorGray10",
231
- attributes: {},
232
- path: ["color", "gray", "10"]
233
- },
234
- 20: {
235
- key: "{color.gray.20}",
236
- $value: "#e6e6e6",
237
- filePath: "src/theme/tokens/colors.json",
238
- isSource: !0,
239
- $type: "color",
240
- original: {
241
- $value: "#e6e6e6",
242
- $type: "color",
243
- key: "{color.gray.20}"
244
- },
245
- name: "colorGray20",
246
- attributes: {},
247
- path: ["color", "gray", "20"]
248
- },
249
- 30: {
250
- key: "{color.gray.30}",
251
- $value: "#d9d9d9",
252
- filePath: "src/theme/tokens/colors.json",
253
- isSource: !0,
254
- $type: "color",
255
- original: {
256
- $value: "#d9d9d9",
257
- $type: "color",
258
- key: "{color.gray.30}"
259
- },
260
- name: "colorGray30",
261
- attributes: {},
262
- path: ["color", "gray", "30"]
263
- },
264
- 40: {
265
- key: "{color.gray.40}",
266
- $value: "#ccc",
267
- filePath: "src/theme/tokens/colors.json",
268
- isSource: !0,
269
- $type: "color",
270
- original: {
271
- $value: "#ccc",
272
- $type: "color",
273
- key: "{color.gray.40}"
274
- },
275
- name: "colorGray40",
276
- attributes: {},
277
- path: ["color", "gray", "40"]
278
- },
279
- 50: {
280
- key: "{color.gray.50}",
281
- $value: "#bfbfbf",
282
- filePath: "src/theme/tokens/colors.json",
283
- isSource: !0,
284
- $type: "color",
285
- original: {
286
- $value: "#bfbfbf",
287
- $type: "color",
288
- key: "{color.gray.50}"
289
- },
290
- name: "colorGray50",
291
- attributes: {},
292
- path: ["color", "gray", "50"]
293
- },
294
- 60: {
295
- key: "{color.gray.60}",
296
- $value: "#b3b3b3",
297
- filePath: "src/theme/tokens/colors.json",
298
- isSource: !0,
299
- $type: "color",
300
- original: {
301
- $value: "#b3b3b3",
302
- $type: "color",
303
- key: "{color.gray.60}"
304
- },
305
- name: "colorGray60",
306
- attributes: {},
307
- path: ["color", "gray", "60"]
308
- },
309
- 70: {
310
- key: "{color.gray.70}",
311
- $value: "#a6a6a6",
312
- filePath: "src/theme/tokens/colors.json",
313
- isSource: !0,
314
- $type: "color",
315
- original: {
316
- $value: "#a6a6a6",
317
- $type: "color",
318
- key: "{color.gray.70}"
319
- },
320
- name: "colorGray70",
321
- attributes: {},
322
- path: ["color", "gray", "70"]
323
- },
324
- 80: {
325
- key: "{color.gray.80}",
326
- $value: "#999",
327
- filePath: "src/theme/tokens/colors.json",
328
- isSource: !0,
329
- $type: "color",
330
- original: {
331
- $value: "#999",
332
- $type: "color",
333
- key: "{color.gray.80}"
334
- },
335
- name: "colorGray80",
336
- attributes: {},
337
- path: ["color", "gray", "80"]
338
- },
339
- 90: {
340
- key: "{color.gray.90}",
341
- $value: "#8c8c8c",
342
- filePath: "src/theme/tokens/colors.json",
343
- isSource: !0,
344
- $type: "color",
345
- original: {
346
- $value: "#8c8c8c",
347
- $type: "color",
348
- key: "{color.gray.90}"
349
- },
350
- name: "colorGray90",
351
- attributes: {},
352
- path: ["color", "gray", "90"]
353
- },
354
- 100: {
355
- key: "{color.gray.100}",
356
- $value: "#808080",
357
- filePath: "src/theme/tokens/colors.json",
358
- isSource: !0,
359
- $type: "color",
360
- original: {
361
- $value: "#808080",
362
- $type: "color",
363
- key: "{color.gray.100}"
364
- },
365
- name: "colorGray100",
366
- attributes: {},
367
- path: ["color", "gray", "100"]
368
- },
369
- 110: {
370
- key: "{color.gray.110}",
371
- $value: "#737373",
372
- filePath: "src/theme/tokens/colors.json",
373
- isSource: !0,
374
- $type: "color",
375
- original: {
376
- $value: "#737373",
377
- $type: "color",
378
- key: "{color.gray.110}"
379
- },
380
- name: "colorGray110",
381
- attributes: {},
382
- path: ["color", "gray", "110"]
383
- },
384
- 120: {
385
- key: "{color.gray.120}",
386
- $value: "#666",
387
- filePath: "src/theme/tokens/colors.json",
388
- isSource: !0,
389
- $type: "color",
390
- original: {
391
- $value: "#666",
392
- $type: "color",
393
- key: "{color.gray.120}"
394
- },
395
- name: "colorGray120",
396
- attributes: {},
397
- path: ["color", "gray", "120"]
398
- },
399
- 130: {
400
- key: "{color.gray.130}",
401
- $value: "#5d5d5d",
402
- filePath: "src/theme/tokens/colors.json",
403
- isSource: !0,
404
- $type: "color",
405
- original: {
406
- $value: "#5d5d5d",
407
- $type: "color",
408
- key: "{color.gray.130}"
409
- },
410
- name: "colorGray130",
411
- attributes: {},
412
- path: ["color", "gray", "130"]
413
- },
414
- 140: {
415
- key: "{color.gray.140}",
416
- $value: "#525252",
417
- filePath: "src/theme/tokens/colors.json",
418
- isSource: !0,
419
- $type: "color",
420
- original: {
421
- $value: "#525252",
422
- $type: "color",
423
- key: "{color.gray.140}"
424
- },
425
- name: "colorGray140",
426
- attributes: {},
427
- path: ["color", "gray", "140"]
428
- },
429
- 150: {
430
- key: "{color.gray.150}",
431
- $value: "#474747",
432
- filePath: "src/theme/tokens/colors.json",
433
- isSource: !0,
434
- $type: "color",
435
- original: {
436
- $value: "#474747",
437
- $type: "color",
438
- key: "{color.gray.150}"
439
- },
440
- name: "colorGray150",
441
- attributes: {},
442
- path: ["color", "gray", "150"]
443
- },
444
- 160: {
445
- key: "{color.gray.160}",
446
- $value: "#383838",
447
- filePath: "src/theme/tokens/colors.json",
448
- isSource: !0,
449
- $type: "color",
450
- original: {
451
- $value: "#383838",
452
- $type: "color",
453
- key: "{color.gray.160}"
454
- },
455
- name: "colorGray160",
456
- attributes: {},
457
- path: ["color", "gray", "160"]
458
- },
459
- 170: {
460
- key: "{color.gray.170}",
461
- $value: "#333",
462
- filePath: "src/theme/tokens/colors.json",
463
- isSource: !0,
464
- $type: "color",
465
- original: {
466
- $value: "#333",
467
- $type: "color",
468
- key: "{color.gray.170}"
469
- },
470
- name: "colorGray170",
471
- attributes: {},
472
- path: ["color", "gray", "170"]
473
- },
474
- 180: {
475
- key: "{color.gray.180}",
476
- $value: "#262626",
477
- filePath: "src/theme/tokens/colors.json",
478
- isSource: !0,
479
- $type: "color",
480
- original: {
481
- $value: "#262626",
482
- $type: "color",
483
- key: "{color.gray.180}"
484
- },
485
- name: "colorGray180",
486
- attributes: {},
487
- path: ["color", "gray", "180"]
488
- },
489
- 190: {
490
- key: "{color.gray.190}",
491
- $value: "#212121",
492
- filePath: "src/theme/tokens/colors.json",
493
- isSource: !0,
494
- $type: "color",
495
- original: {
496
- $value: "#212121",
497
- $type: "color",
498
- key: "{color.gray.190}"
499
- },
500
- name: "colorGray190",
501
- attributes: {},
502
- path: ["color", "gray", "190"]
503
- },
504
- 200: {
505
- key: "{color.gray.200}",
506
- $value: "#171717",
507
- filePath: "src/theme/tokens/colors.json",
508
- isSource: !0,
509
- $type: "color",
510
- original: {
511
- $value: "#171717",
512
- $type: "color",
513
- key: "{color.gray.200}"
514
- },
515
- name: "colorGray200",
516
- attributes: {},
517
- path: ["color", "gray", "200"]
518
- }
519
- },
520
- blue: {
521
- 10: {
522
- key: "{color.blue.10}",
523
- $value: "#eaf2f6",
524
- filePath: "src/theme/tokens/colors.json",
525
- isSource: !0,
526
- $type: "color",
527
- original: {
528
- $value: "#eaf2f6",
529
- $type: "color",
530
- key: "{color.blue.10}"
531
- },
532
- name: "colorBlue10",
533
- attributes: {},
534
- path: ["color", "blue", "10"]
535
- },
536
- 20: {
537
- key: "{color.blue.20}",
538
- $value: "#d5e5ed",
539
- filePath: "src/theme/tokens/colors.json",
540
- isSource: !0,
541
- $type: "color",
542
- original: {
543
- $value: "#d5e5ed",
544
- $type: "color",
545
- key: "{color.blue.20}"
546
- },
547
- name: "colorBlue20",
548
- attributes: {},
549
- path: ["color", "blue", "20"]
550
- },
551
- 40: {
552
- key: "{color.blue.40}",
553
- $value: "#abcbdb",
554
- filePath: "src/theme/tokens/colors.json",
555
- isSource: !0,
556
- $type: "color",
557
- original: {
558
- $value: "#abcbdb",
559
- $type: "color",
560
- key: "{color.blue.40}"
561
- },
562
- name: "colorBlue40",
563
- attributes: {},
564
- path: ["color", "blue", "40"]
565
- },
566
- 50: {
567
- key: "{color.blue.50}",
568
- $value: "#94BCD1",
569
- filePath: "src/theme/tokens/colors.json",
570
- isSource: !0,
571
- $type: "color",
572
- original: {
573
- $value: "#94BCD1",
574
- $type: "color",
575
- key: "{color.blue.50}"
576
- },
577
- name: "colorBlue50",
578
- attributes: {},
579
- path: ["color", "blue", "50"]
580
- },
581
- 60: {
582
- key: "{color.blue.60}",
583
- $value: "#82b0c9",
584
- filePath: "src/theme/tokens/colors.json",
585
- isSource: !0,
586
- $type: "color",
587
- original: {
588
- $value: "#82b0c9",
589
- $type: "color",
590
- key: "{color.blue.60}"
591
- },
592
- name: "colorBlue60",
593
- attributes: {},
594
- path: ["color", "blue", "60"]
595
- },
596
- 70: {
597
- key: "{color.blue.70}",
598
- $value: "#6CA3C0",
599
- filePath: "src/theme/tokens/colors.json",
600
- isSource: !0,
601
- $type: "color",
602
- original: {
603
- $value: "#6CA3C0",
604
- $type: "color",
605
- key: "{color.blue.70}"
606
- },
607
- name: "colorBlue70",
608
- attributes: {},
609
- path: ["color", "blue", "70"]
610
- },
611
- 80: {
612
- key: "{color.blue.80}",
613
- $value: "#5897b8",
614
- filePath: "src/theme/tokens/colors.json",
615
- isSource: !0,
616
- $type: "color",
617
- original: {
618
- $value: "#5897b8",
619
- $type: "color",
620
- key: "{color.blue.80}"
621
- },
622
- name: "colorBlue80",
623
- attributes: {},
624
- path: ["color", "blue", "80"]
625
- },
626
- 90: {
627
- key: "{color.blue.90}",
628
- $value: "#4289ad",
629
- filePath: "src/theme/tokens/colors.json",
630
- isSource: !0,
631
- $type: "color",
632
- original: {
633
- $value: "#4289ad",
634
- $type: "color",
635
- key: "{color.blue.90}"
636
- },
637
- name: "colorBlue90",
638
- attributes: {},
639
- path: ["color", "blue", "90"]
640
- },
641
- 100: {
642
- key: "{color.blue.100}",
643
- $value: "#2e7ca5",
644
- filePath: "src/theme/tokens/colors.json",
645
- isSource: !0,
646
- $type: "color",
647
- original: {
648
- $value: "#2e7ca5",
649
- $type: "color",
650
- key: "{color.blue.100}"
651
- },
652
- name: "colorBlue100",
653
- attributes: {},
654
- path: ["color", "blue", "100"]
655
- },
656
- 110: {
657
- key: "{color.blue.110}",
658
- $value: "#2C7399",
659
- filePath: "src/theme/tokens/colors.json",
660
- isSource: !0,
661
- $type: "color",
662
- original: {
663
- $value: "#2C7399",
664
- $type: "color",
665
- key: "{color.blue.110}"
666
- },
667
- name: "colorBlue110",
668
- attributes: {},
669
- path: ["color", "blue", "110"]
670
- },
671
- 120: {
672
- key: "{color.blue.120}",
673
- $value: "#29698C",
674
- filePath: "src/theme/tokens/colors.json",
675
- isSource: !0,
676
- $type: "color",
677
- original: {
678
- $value: "#29698C",
679
- $type: "color",
680
- key: "{color.blue.120}"
681
- },
682
- name: "colorBlue120",
683
- attributes: {},
684
- path: ["color", "blue", "120"]
685
- },
686
- 130: {
687
- key: "{color.blue.130}",
688
- $value: "#25607f",
689
- filePath: "src/theme/tokens/colors.json",
690
- isSource: !0,
691
- $type: "color",
692
- original: {
693
- $value: "#25607f",
694
- $type: "color",
695
- key: "{color.blue.130}"
696
- },
697
- name: "colorBlue130",
698
- attributes: {},
699
- path: ["color", "blue", "130"]
700
- },
701
- 150: {
702
- key: "{color.blue.150}",
703
- $value: "#143c50",
704
- filePath: "src/theme/tokens/colors.json",
705
- isSource: !0,
706
- $type: "color",
707
- original: {
708
- $value: "#143c50",
709
- $type: "color",
710
- key: "{color.blue.150}"
711
- },
712
- name: "colorBlue150",
713
- attributes: {},
714
- path: ["color", "blue", "150"]
715
- }
716
- },
717
- purple: {
718
- 80: {
719
- key: "{color.purple.80}",
720
- $value: "#b46ab4",
721
- filePath: "src/theme/tokens/colors.json",
722
- isSource: !0,
723
- $type: "color",
724
- original: {
725
- $value: "#b46ab4",
726
- $type: "color",
727
- key: "{color.purple.80}"
728
- },
729
- name: "colorPurple80",
730
- attributes: {},
731
- path: ["color", "purple", "80"]
732
- },
733
- 110: {
734
- key: "{color.purple.110}",
735
- $value: "#954b95",
736
- filePath: "src/theme/tokens/colors.json",
737
- isSource: !0,
738
- $type: "color",
739
- original: {
740
- $value: "#954b95",
741
- $type: "color",
742
- key: "{color.purple.110}"
743
- },
744
- name: "colorPurple110",
745
- attributes: {},
746
- path: ["color", "purple", "110"]
747
- }
748
- },
749
- red: {
750
- 100: {
751
- key: "{color.red.100}",
752
- $value: "#b90835",
753
- filePath: "src/theme/tokens/colors.json",
754
- isSource: !0,
755
- $type: "color",
756
- original: {
757
- $value: "#b90835",
758
- $type: "color",
759
- key: "{color.red.100}"
760
- },
761
- name: "colorRed100",
762
- attributes: {},
763
- path: ["color", "red", "100"]
764
- }
765
- },
766
- signalBlue: {
767
- 10: {
768
- key: "{color.signalBlue.10}",
769
- $value: "#eaf2f6",
770
- filePath: "src/theme/tokens/colors.json",
771
- isSource: !0,
772
- $type: "color",
773
- original: {
774
- $value: "#eaf2f6",
775
- $type: "color",
776
- key: "{color.signalBlue.10}"
777
- },
778
- name: "colorSignalBlue10",
779
- attributes: {},
780
- path: ["color", "signalBlue", "10"]
781
- },
782
- 20: {
783
- key: "{color.signalBlue.20}",
784
- $value: "#d5e5ed",
785
- filePath: "src/theme/tokens/colors.json",
786
- isSource: !0,
787
- $type: "color",
788
- original: {
789
- $value: "#d5e5ed",
790
- $type: "color",
791
- key: "{color.signalBlue.20}"
792
- },
793
- name: "colorSignalBlue20",
794
- attributes: {},
795
- path: ["color", "signalBlue", "20"]
796
- },
797
- 100: {
798
- key: "{color.signalBlue.100}",
799
- $value: "#06c",
800
- filePath: "src/theme/tokens/colors.json",
801
- isSource: !0,
802
- $type: "color",
803
- original: {
804
- $value: "#06c",
805
- $type: "color",
806
- key: "{color.signalBlue.100}"
807
- },
808
- name: "colorSignalBlue100",
809
- attributes: {},
810
- path: ["color", "signalBlue", "100"]
811
- }
812
- },
813
- signalGreen: {
814
- 20: {
815
- key: "{color.signalGreen.20}",
816
- $value: "#d5f2d9",
817
- filePath: "src/theme/tokens/colors.json",
818
- isSource: !0,
819
- $type: "color",
820
- original: {
821
- $value: "#d5f2d9",
822
- $type: "color",
823
- key: "{color.signalGreen.20}"
824
- },
825
- name: "colorSignalGreen20",
826
- attributes: {},
827
- path: ["color", "signalGreen", "20"]
828
- },
829
- 30: {
830
- key: "{color.signalGreen.30}",
831
- $value: "#bae5c5",
832
- filePath: "src/theme/tokens/colors.json",
833
- isSource: !0,
834
- $type: "color",
835
- original: {
836
- $value: "#bae5c5",
837
- $type: "color",
838
- key: "{color.signalGreen.30}"
839
- },
840
- name: "colorSignalGreen30",
841
- attributes: {},
842
- path: ["color", "signalGreen", "30"]
843
- },
844
- 100: {
845
- key: "{color.signalGreen.100}",
846
- $value: "#008d3c",
847
- filePath: "src/theme/tokens/colors.json",
848
- isSource: !0,
849
- $type: "color",
850
- original: {
851
- $value: "#008d3c",
852
- $type: "color",
853
- key: "{color.signalGreen.100}"
854
- },
855
- name: "colorSignalGreen100",
856
- attributes: {},
857
- path: ["color", "signalGreen", "100"]
858
- }
859
- },
860
- signalYellow: {
861
- 10: {
862
- key: "{color.signalYellow.10}",
863
- $value: "#fff8e1",
864
- filePath: "src/theme/tokens/colors.json",
865
- isSource: !0,
866
- $type: "color",
867
- original: {
868
- $value: "#fff8e1",
869
- $type: "color",
870
- key: "{color.signalYellow.10}"
871
- },
872
- name: "colorSignalYellow10",
873
- attributes: {},
874
- path: ["color", "signalYellow", "10"]
875
- },
876
- 20: {
877
- key: "{color.signalYellow.20}",
878
- $value: "#FFEBA8",
879
- filePath: "src/theme/tokens/colors.json",
880
- isSource: !0,
881
- $type: "color",
882
- original: {
883
- $value: "#FFEBA8",
884
- $type: "color",
885
- key: "{color.signalYellow.20}"
886
- },
887
- name: "colorSignalYellow20",
888
- attributes: {},
889
- path: ["color", "signalYellow", "20"]
890
- },
891
- 100: {
892
- key: "{color.signalYellow.100}",
893
- $value: "#fdb813",
894
- filePath: "src/theme/tokens/colors.json",
895
- isSource: !0,
896
- $type: "color",
897
- original: {
898
- $value: "#fdb813",
899
- $type: "color",
900
- key: "{color.signalYellow.100}"
901
- },
902
- name: "colorSignalYellow100",
903
- attributes: {},
904
- path: ["color", "signalYellow", "100"]
905
- }
906
- },
907
- signalRed: {
908
- 10: {
909
- key: "{color.signalRed.10}",
910
- $value: "#ffefef",
911
- filePath: "src/theme/tokens/colors.json",
912
- isSource: !0,
913
- $type: "color",
914
- original: {
915
- $value: "#ffefef",
916
- $type: "color",
917
- key: "{color.signalRed.10}"
918
- },
919
- name: "colorSignalRed10",
920
- attributes: {},
921
- path: ["color", "signalRed", "10"]
922
- },
923
- 20: {
924
- key: "{color.signalRed.20}",
925
- $value: "#ffdfdf",
926
- filePath: "src/theme/tokens/colors.json",
927
- isSource: !0,
928
- $type: "color",
929
- original: {
930
- $value: "#ffdfdf",
931
- $type: "color",
932
- key: "{color.signalRed.20}"
933
- },
934
- name: "colorSignalRed20",
935
- attributes: {},
936
- path: ["color", "signalRed", "20"]
937
- },
938
- 30: {
939
- key: "{color.signalRed.30}",
940
- $value: "#fcc8c8",
941
- filePath: "src/theme/tokens/colors.json",
942
- isSource: !0,
943
- $type: "color",
944
- original: {
945
- $value: "#fcc8c8",
946
- $type: "color",
947
- key: "{color.signalRed.30}"
948
- },
949
- name: "colorSignalRed30",
950
- attributes: {},
951
- path: ["color", "signalRed", "30"]
952
- },
953
- 40: {
954
- key: "{color.signalRed.40}",
955
- $value: "#f9b0b0",
956
- filePath: "src/theme/tokens/colors.json",
957
- isSource: !0,
958
- $type: "color",
959
- original: {
960
- $value: "#f9b0b0",
961
- $type: "color",
962
- key: "{color.signalRed.40}"
963
- },
964
- name: "colorSignalRed40",
965
- attributes: {},
966
- path: ["color", "signalRed", "40"]
967
- },
968
- 50: {
969
- key: "{color.signalRed.50}",
970
- $value: "#f69999",
971
- filePath: "src/theme/tokens/colors.json",
972
- isSource: !0,
973
- $type: "color",
974
- original: {
975
- $value: "#f69999",
976
- $type: "color",
977
- key: "{color.signalRed.50}"
978
- },
979
- name: "colorSignalRed50",
980
- attributes: {},
981
- path: ["color", "signalRed", "50"]
982
- },
983
- 60: {
984
- key: "{color.signalRed.60}",
985
- $value: "#f38181",
986
- filePath: "src/theme/tokens/colors.json",
987
- isSource: !0,
988
- $type: "color",
989
- original: {
990
- $value: "#f38181",
991
- $type: "color",
992
- key: "{color.signalRed.60}"
993
- },
994
- name: "colorSignalRed60",
995
- attributes: {},
996
- path: ["color", "signalRed", "60"]
997
- },
998
- 70: {
999
- key: "{color.signalRed.70}",
1000
- $value: "#ef6a6a",
1001
- filePath: "src/theme/tokens/colors.json",
1002
- isSource: !0,
1003
- $type: "color",
1004
- original: {
1005
- $value: "#ef6a6a",
1006
- $type: "color",
1007
- key: "{color.signalRed.70}"
1008
- },
1009
- name: "colorSignalRed70",
1010
- attributes: {},
1011
- path: ["color", "signalRed", "70"]
1012
- },
1013
- 80: {
1014
- key: "{color.signalRed.80}",
1015
- $value: "#eb4e4e",
1016
- filePath: "src/theme/tokens/colors.json",
1017
- isSource: !0,
1018
- $type: "color",
1019
- original: {
1020
- $value: "#eb4e4e",
1021
- $type: "color",
1022
- key: "{color.signalRed.80}"
1023
- },
1024
- name: "colorSignalRed80",
1025
- attributes: {},
1026
- path: ["color", "signalRed", "80"]
1027
- },
1028
- 90: {
1029
- key: "{color.signalRed.90}",
1030
- $value: "#e93b3b",
1031
- filePath: "src/theme/tokens/colors.json",
1032
- isSource: !0,
1033
- $type: "color",
1034
- original: {
1035
- $value: "#e93b3b",
1036
- $type: "color",
1037
- key: "{color.signalRed.90}"
1038
- },
1039
- name: "colorSignalRed90",
1040
- attributes: {},
1041
- path: ["color", "signalRed", "90"]
1042
- },
1043
- 100: {
1044
- key: "{color.signalRed.100}",
1045
- $value: "#e62323",
1046
- filePath: "src/theme/tokens/colors.json",
1047
- isSource: !0,
1048
- $type: "color",
1049
- original: {
1050
- $value: "#e62323",
1051
- $type: "color",
1052
- key: "{color.signalRed.100}"
1053
- },
1054
- name: "colorSignalRed100",
1055
- attributes: {},
1056
- path: ["color", "signalRed", "100"]
1057
- },
1058
- 110: {
1059
- key: "{color.signalRed.110}",
1060
- $value: "#d12020",
1061
- filePath: "src/theme/tokens/colors.json",
1062
- isSource: !0,
1063
- $type: "color",
1064
- original: {
1065
- $value: "#d12020",
1066
- $type: "color",
1067
- key: "{color.signalRed.110}"
1068
- },
1069
- name: "colorSignalRed110",
1070
- attributes: {},
1071
- path: ["color", "signalRed", "110"]
1072
- },
1073
- 120: {
1074
- key: "{color.signalRed.120}",
1075
- $value: "#bc1d1d",
1076
- filePath: "src/theme/tokens/colors.json",
1077
- isSource: !0,
1078
- $type: "color",
1079
- original: {
1080
- $value: "#bc1d1d",
1081
- $type: "color",
1082
- key: "{color.signalRed.120}"
1083
- },
1084
- name: "colorSignalRed120",
1085
- attributes: {},
1086
- path: ["color", "signalRed", "120"]
1087
- },
1088
- 130: {
1089
- key: "{color.signalRed.130}",
1090
- $value: "#a71919",
1091
- filePath: "src/theme/tokens/colors.json",
1092
- isSource: !0,
1093
- $type: "color",
1094
- original: {
1095
- $value: "#a71919",
1096
- $type: "color",
1097
- key: "{color.signalRed.130}"
1098
- },
1099
- name: "colorSignalRed130",
1100
- attributes: {},
1101
- path: ["color", "signalRed", "130"]
1102
- },
1103
- 140: {
1104
- key: "{color.signalRed.140}",
1105
- $value: "#921616",
1106
- filePath: "src/theme/tokens/colors.json",
1107
- isSource: !0,
1108
- $type: "color",
1109
- original: {
1110
- $value: "#921616",
1111
- $type: "color",
1112
- key: "{color.signalRed.140}"
1113
- },
1114
- name: "colorSignalRed140",
1115
- attributes: {},
1116
- path: ["color", "signalRed", "140"]
1117
- },
1118
- 150: {
1119
- key: "{color.signalRed.150}",
1120
- $value: "#7d1313",
1121
- filePath: "src/theme/tokens/colors.json",
1122
- isSource: !0,
1123
- $type: "color",
1124
- original: {
1125
- $value: "#7d1313",
1126
- $type: "color",
1127
- key: "{color.signalRed.150}"
1128
- },
1129
- name: "colorSignalRed150",
1130
- attributes: {},
1131
- path: ["color", "signalRed", "150"]
1132
- },
1133
- 160: {
1134
- key: "{color.signalRed.160}",
1135
- $value: "#691010",
1136
- filePath: "src/theme/tokens/colors.json",
1137
- isSource: !0,
1138
- $type: "color",
1139
- original: {
1140
- $value: "#691010",
1141
- $type: "color",
1142
- key: "{color.signalRed.160}"
1143
- },
1144
- name: "colorSignalRed160",
1145
- attributes: {},
1146
- path: ["color", "signalRed", "160"]
1147
- },
1148
- 170: {
1149
- key: "{color.signalRed.170}",
1150
- $value: "#540d0d",
1151
- filePath: "src/theme/tokens/colors.json",
1152
- isSource: !0,
1153
- $type: "color",
1154
- original: {
1155
- $value: "#540d0d",
1156
- $type: "color",
1157
- key: "{color.signalRed.170}"
1158
- },
1159
- name: "colorSignalRed170",
1160
- attributes: {},
1161
- path: ["color", "signalRed", "170"]
1162
- },
1163
- 180: {
1164
- key: "{color.signalRed.180}",
1165
- $value: "#3f0a0a",
1166
- filePath: "src/theme/tokens/colors.json",
1167
- isSource: !0,
1168
- $type: "color",
1169
- original: {
1170
- $value: "#3f0a0a",
1171
- $type: "color",
1172
- key: "{color.signalRed.180}"
1173
- },
1174
- name: "colorSignalRed180",
1175
- attributes: {},
1176
- path: ["color", "signalRed", "180"]
1177
- },
1178
- 190: {
1179
- key: "{color.signalRed.190}",
1180
- $value: "#2a0606",
1181
- filePath: "src/theme/tokens/colors.json",
1182
- isSource: !0,
1183
- $type: "color",
1184
- original: {
1185
- $value: "#2a0606",
1186
- $type: "color",
1187
- key: "{color.signalRed.190}"
1188
- },
1189
- name: "colorSignalRed190",
1190
- attributes: {},
1191
- path: ["color", "signalRed", "190"]
1192
- },
1193
- 200: {
1194
- key: "{color.signalRed.200}",
1195
- $value: "#150303",
1196
- filePath: "src/theme/tokens/colors.json",
1197
- isSource: !0,
1198
- $type: "color",
1199
- original: {
1200
- $value: "#150303",
1201
- $type: "color",
1202
- key: "{color.signalRed.200}"
1203
- },
1204
- name: "colorSignalRed200",
1205
- attributes: {},
1206
- path: ["color", "signalRed", "200"]
1207
- }
1208
- }
1209
- },
1210
- background: {
1211
- base: {
1212
- key: "{background.base}",
1213
- $value: "light-dark(#fff, #171717)",
1214
- $description: "Standardbakgrund för våra applikationer",
1215
- filePath: "src/theme/tokens/object-values.json",
1216
- isSource: !0,
1217
- original: {
1218
- $value: "light-dark({color.white.base}, {color.gray.200})",
1219
- $description: "Standardbakgrund för våra applikationer",
1220
- key: "{background.base}"
1221
- },
1222
- name: "backgroundBase",
1223
- attributes: {},
1224
- path: ["background", "base"]
1225
- },
1226
- hover: {
1227
- key: "{background.hover}",
1228
- $value: "light-dark(#e6e6e6, #212121)",
1229
- $description: "Hoverfärg för bakgrund",
1230
- filePath: "src/theme/tokens/object-values.json",
1231
- isSource: !0,
1232
- original: {
1233
- $value: "light-dark({color.white.hover}, {color.gray.190})",
1234
- $description: "Hoverfärg för bakgrund",
1235
- key: "{background.hover}"
1236
- },
1237
- name: "backgroundHover",
1238
- attributes: {},
1239
- path: ["background", "hover"]
1240
- },
1241
- inverse: {
1242
- key: "{background.inverse}",
1243
- $value: "light-dark(#171717, #f2f2f2)",
1244
- $description: "Bakgrund eller element i med hög kontrast",
1245
- filePath: "src/theme/tokens/object-values.json",
1246
- isSource: !0,
1247
- original: {
1248
- $value: "light-dark({color.gray.200}, {color.gray.10})",
1249
- $description: "Bakgrund eller element i med hög kontrast",
1250
- key: "{background.inverse}"
1251
- },
1252
- name: "backgroundInverse",
1253
- attributes: {},
1254
- path: ["background", "inverse"]
1255
- }
1256
- },
1257
- layer: {
1258
- "01": {
1259
- base: {
1260
- key: "{layer.01.base}",
1261
- $value: "light-dark(#f2f2f2, #262626)",
1262
- $description: "Yta som används på background. Sekundär bakgrundsfärg",
1263
- filePath: "src/theme/tokens/object-values.json",
1264
- isSource: !0,
1265
- original: {
1266
- $value: "light-dark({color.gray.10}, {color.gray.180})",
1267
- $description: "Yta som används på background. Sekundär bakgrundsfärg",
1268
- key: "{layer.01.base}"
1269
- },
1270
- name: "layer01Base",
1271
- attributes: {},
1272
- path: ["layer", "01", "base"]
1273
- },
1274
- hover: {
1275
- key: "{layer.01.hover}",
1276
- $value: "light-dark(#e6e6e6, #333)",
1277
- $description: "Hover state för layer01",
1278
- filePath: "src/theme/tokens/object-values.json",
1279
- isSource: !0,
1280
- original: {
1281
- $value: "light-dark({color.gray.20}, {color.gray.170})",
1282
- $description: "Hover state för layer01",
1283
- key: "{layer.01.hover}"
1284
- },
1285
- name: "layer01Hover",
1286
- attributes: {},
1287
- path: ["layer", "01", "hover"]
1288
- },
1289
- selected: {
1290
- key: "{layer.01.selected}",
1291
- $value: "light-dark(#d9d9d9, #383838)",
1292
- $description: "Selected state för layer01",
1293
- filePath: "src/theme/tokens/object-values.json",
1294
- isSource: !0,
1295
- original: {
1296
- $value: "light-dark({color.gray.30}, {color.gray.160})",
1297
- $description: "Selected state för layer01",
1298
- key: "{layer.01.selected}"
1299
- },
1300
- name: "layer01Selected",
1301
- attributes: {},
1302
- path: ["layer", "01", "selected"]
1303
- },
1304
- selectedHover: {
1305
- key: "{layer.01.selectedHover}",
1306
- $value: "light-dark(#ccc, #474747)",
1307
- $description: "Hover state för layerSelected01",
1308
- filePath: "src/theme/tokens/object-values.json",
1309
- isSource: !0,
1310
- original: {
1311
- $value: "light-dark({color.gray.40}, {color.gray.150})",
1312
- $description: "Hover state för layerSelected01",
1313
- key: "{layer.01.selectedHover}"
1314
- },
1315
- name: "layer01SelectedHover",
1316
- attributes: {},
1317
- path: ["layer", "01", "selectedHover"]
1318
- }
1319
- },
1320
- "02": {
1321
- base: {
1322
- key: "{layer.02.base}",
1323
- $value: "light-dark(#fff, #383838)",
1324
- $description: "Yta som ligger på layer01",
1325
- filePath: "src/theme/tokens/object-values.json",
1326
- isSource: !0,
1327
- original: {
1328
- $value: "light-dark({color.white.base}, {color.gray.160})",
1329
- $description: "Yta som ligger på layer01",
1330
- key: "{layer.02.base}"
1331
- },
1332
- name: "layer02Base",
1333
- attributes: {},
1334
- path: ["layer", "02", "base"]
1335
- },
1336
- hover: {
1337
- key: "{layer.02.hover}",
1338
- $value: "light-dark(#e6e6e6, #474747)",
1339
- $description: "Hover state för layer02",
1340
- filePath: "src/theme/tokens/object-values.json",
1341
- isSource: !0,
1342
- original: {
1343
- $value: "light-dark({color.white.hover}, {color.gray.150})",
1344
- $description: "Hover state för layer02",
1345
- key: "{layer.02.hover}"
1346
- },
1347
- name: "layer02Hover",
1348
- attributes: {},
1349
- path: ["layer", "02", "hover"]
1350
- },
1351
- selected: {
1352
- key: "{layer.02.selected}",
1353
- $value: "light-dark(#d9d9d9, #525252)",
1354
- $description: "Selected state för layer02",
1355
- filePath: "src/theme/tokens/object-values.json",
1356
- isSource: !0,
1357
- original: {
1358
- $value: "light-dark({color.gray.30}, {color.gray.140})",
1359
- $description: "Selected state för layer02",
1360
- key: "{layer.02.selected}"
1361
- },
1362
- name: "layer02Selected",
1363
- attributes: {},
1364
- path: ["layer", "02", "selected"]
1365
- },
1366
- selectedHover: {
1367
- key: "{layer.02.selectedHover}",
1368
- $value: "light-dark(#ccc, #5d5d5d)",
1369
- $description: "Hover state för layerSelected02",
1370
- filePath: "src/theme/tokens/object-values.json",
1371
- isSource: !0,
1372
- original: {
1373
- $value: "light-dark({color.gray.40}, {color.gray.130})",
1374
- $description: "Hover state för layerSelected02",
1375
- key: "{layer.02.selectedHover}"
1376
- },
1377
- name: "layer02SelectedHover",
1378
- attributes: {},
1379
- path: ["layer", "02", "selectedHover"]
1380
- }
1381
- }
1382
- },
1383
- layerAccent: {
1384
- "01": {
1385
- base: {
1386
- key: "{layerAccent.01.base}",
1387
- $value: "light-dark(#d9d9d9, #383838)",
1388
- $description: "Accentfärg som används tillsammans med layer01",
1389
- filePath: "src/theme/tokens/object-values.json",
1390
- isSource: !0,
1391
- original: {
1392
- $value: "light-dark({color.gray.30}, {color.gray.160})",
1393
- $description: "Accentfärg som används tillsammans med layer01",
1394
- key: "{layerAccent.01.base}"
1395
- },
1396
- name: "layerAccent01Base",
1397
- attributes: {},
1398
- path: ["layerAccent", "01", "base"]
1399
- },
1400
- hover: {
1401
- key: "{layerAccent.01.hover}",
1402
- $value: "light-dark(#ccc, #474747)",
1403
- $description: "Hover state för layerAccent01",
1404
- filePath: "src/theme/tokens/object-values.json",
1405
- isSource: !0,
1406
- original: {
1407
- $value: "light-dark({color.gray.40}, {color.gray.150})",
1408
- $description: "Hover state för layerAccent01",
1409
- key: "{layerAccent.01.hover}"
1410
- },
1411
- name: "layerAccent01Hover",
1412
- attributes: {},
1413
- path: ["layerAccent", "01", "hover"]
1414
- },
1415
- selected: {
1416
- key: "{layerAccent.01.selected}",
1417
- $value: "light-dark(#bfbfbf, #525252)",
1418
- $description: "Selected state för layerAccent01",
1419
- filePath: "src/theme/tokens/object-values.json",
1420
- isSource: !0,
1421
- original: {
1422
- $value: "light-dark({color.gray.50}, {color.gray.140})",
1423
- $description: "Selected state för layerAccent01",
1424
- key: "{layerAccent.01.selected}"
1425
- },
1426
- name: "layerAccent01Selected",
1427
- attributes: {},
1428
- path: ["layerAccent", "01", "selected"]
1429
- }
1430
- },
1431
- "02": {
1432
- base: {
1433
- key: "{layerAccent.02.base}",
1434
- $value: "light-dark(#f2f2f2, #262626)",
1435
- $description: "Accentfärg som används tillsammans med layer02",
1436
- filePath: "src/theme/tokens/object-values.json",
1437
- isSource: !0,
1438
- original: {
1439
- $value: "light-dark({color.gray.10}, {color.gray.180})",
1440
- $description: "Accentfärg som används tillsammans med layer02",
1441
- key: "{layerAccent.02.base}"
1442
- },
1443
- name: "layerAccent02Base",
1444
- attributes: {},
1445
- path: ["layerAccent", "02", "base"]
1446
- },
1447
- hover: {
1448
- key: "{layerAccent.02.hover}",
1449
- $value: "light-dark(#e6e6e6, #333)",
1450
- $description: "Hover state för layerAccent02",
1451
- filePath: "src/theme/tokens/object-values.json",
1452
- isSource: !0,
1453
- original: {
1454
- $value: "light-dark({color.gray.20}, {color.gray.170})",
1455
- $description: "Hover state för layerAccent02",
1456
- key: "{layerAccent.02.hover}"
1457
- },
1458
- name: "layerAccent02Hover",
1459
- attributes: {},
1460
- path: ["layerAccent", "02", "hover"]
1461
- },
1462
- selected: {
1463
- key: "{layerAccent.02.selected}",
1464
- $value: "light-dark(#d9d9d9, #383838)",
1465
- $description: "Selected state för layerAccent02",
1466
- filePath: "src/theme/tokens/object-values.json",
1467
- isSource: !0,
1468
- original: {
1469
- $value: "light-dark({color.gray.30}, {color.gray.160})",
1470
- $description: "Selected state för layerAccent02",
1471
- key: "{layerAccent.02.selected}"
1472
- },
1473
- name: "layerAccent02Selected",
1474
- attributes: {},
1475
- path: ["layerAccent", "02", "selected"]
1476
- }
1477
- }
1478
- },
1479
- brand: {
1480
- primary: {
1481
- key: "{brand.primary}",
1482
- $value: "light-dark(#b90835, #b90835)",
1483
- $description: "Primära röda färgen",
1484
- filePath: "src/theme/tokens/object-values.json",
1485
- isSource: !0,
1486
- original: {
1487
- $value: "light-dark({color.red.100}, {color.red.100})",
1488
- $description: "Primära röda färgen",
1489
- key: "{brand.primary}"
1490
- },
1491
- name: "brandPrimary",
1492
- attributes: {},
1493
- path: ["brand", "primary"]
1494
- }
1495
- },
1496
- border: {
1497
- color: {
1498
- primary: {
1499
- key: "{border.color.primary}",
1500
- $value: "light-dark(#171717, #f2f2f2)",
1501
- $description: "Kantlinje med hög kontrast, används med field01",
1502
- filePath: "src/theme/tokens/object-values.json",
1503
- isSource: !0,
1504
- original: {
1505
- $value: "light-dark({color.gray.200}, {color.gray.10})",
1506
- $description: "Kantlinje med hög kontrast, används med field01",
1507
- key: "{border.color.primary}"
1508
- },
1509
- name: "borderColorPrimary",
1510
- attributes: {},
1511
- path: ["border", "color", "primary"]
1512
- },
1513
- secondary: {
1514
- key: "{border.color.secondary}",
1515
- $value: "light-dark(#737373, #8c8c8c)",
1516
- $description: "Kantlinje med medelhög kontrast",
1517
- filePath: "src/theme/tokens/object-values.json",
1518
- isSource: !0,
1519
- original: {
1520
- $value: "light-dark({color.gray.110}, {color.gray.90})",
1521
- $description: "Kantlinje med medelhög kontrast",
1522
- key: "{border.color.secondary}"
1523
- },
1524
- name: "borderColorSecondary",
1525
- attributes: {},
1526
- path: ["border", "color", "secondary"]
1527
- },
1528
- subtle: {
1529
- key: "{border.color.subtle}",
1530
- $value: "light-dark(#bfbfbf, #383838)",
1531
- $description: "Kantlinje med låg kontrast",
1532
- filePath: "src/theme/tokens/object-values.json",
1533
- isSource: !0,
1534
- original: {
1535
- $value: "light-dark({color.gray.50}, {color.gray.160})",
1536
- $description: "Kantlinje med låg kontrast",
1537
- key: "{border.color.subtle}"
1538
- },
1539
- name: "borderColorSubtle",
1540
- attributes: {},
1541
- path: ["border", "color", "subtle"]
1542
- },
1543
- tertiary: {
1544
- key: "{border.color.tertiary}",
1545
- $value: "light-dark(#143c50, #2e7ca5)",
1546
- $description: "Primärblå kantlinje",
1547
- filePath: "src/theme/tokens/object-values.json",
1548
- isSource: !0,
1549
- original: {
1550
- $value: "light-dark({color.blue.150}, {color.blue.100})",
1551
- $description: "Primärblå kantlinje",
1552
- key: "{border.color.tertiary}"
1553
- },
1554
- name: "borderColorTertiary",
1555
- attributes: {},
1556
- path: ["border", "color", "tertiary"]
1557
- },
1558
- disabled: {
1559
- key: "{border.color.disabled}",
1560
- $value: "light-dark(#bfbfbf, #525252)",
1561
- $description: "Kantlinje för disabled state",
1562
- filePath: "src/theme/tokens/object-values.json",
1563
- isSource: !0,
1564
- original: {
1565
- $value: "light-dark({color.gray.50}, {color.gray.140})",
1566
- $description: "Kantlinje för disabled state",
1567
- key: "{border.color.disabled}"
1568
- },
1569
- name: "borderColorDisabled",
1570
- attributes: {},
1571
- path: ["border", "color", "disabled"]
1572
- }
1573
- },
1574
- width: {
1575
- key: "{border.width}",
1576
- $type: "size",
1577
- $value: "1px",
1578
- filePath: "src/theme/tokens/object-values.json",
1579
- isSource: !0,
1580
- original: {
1581
- $type: "size",
1582
- $value: "1px",
1583
- key: "{border.width}"
1584
- },
1585
- name: "borderWidth",
1586
- attributes: {},
1587
- path: ["border", "width"]
1588
- }
1589
- },
1590
- field: {
1591
- "01": {
1592
- base: {
1593
- key: "{field.01.base}",
1594
- $value: "light-dark(#f2f2f2, #262626)",
1595
- $description: "Standardfärg för fält, som ligger på background",
1596
- filePath: "src/theme/tokens/object-values.json",
1597
- isSource: !0,
1598
- original: {
1599
- $value: "light-dark({color.gray.10}, {color.gray.180})",
1600
- $description: "Standardfärg för fält, som ligger på background",
1601
- key: "{field.01.base}"
1602
- },
1603
- name: "field01Base",
1604
- attributes: {},
1605
- path: ["field", "01", "base"]
1606
- },
1607
- hover: {
1608
- key: "{field.01.hover}",
1609
- $value: "light-dark(#e6e6e6, #333)",
1610
- $description: "Hover state för field01",
1611
- filePath: "src/theme/tokens/object-values.json",
1612
- isSource: !0,
1613
- original: {
1614
- $value: "light-dark({color.gray.20}, {color.gray.170})",
1615
- $description: "Hover state för field01",
1616
- key: "{field.01.hover}"
1617
- },
1618
- name: "field01Hover",
1619
- attributes: {},
1620
- path: ["field", "01", "hover"]
1621
- },
1622
- active: {
1623
- key: "{field.01.active}",
1624
- $value: "light-dark(#d9d9d9, #383838)",
1625
- $description: "Active state för field01",
1626
- filePath: "src/theme/tokens/object-values.json",
1627
- isSource: !0,
1628
- original: {
1629
- $value: "light-dark({color.gray.30}, {color.gray.160})",
1630
- $description: "Active state för field01",
1631
- key: "{field.01.active}"
1632
- },
1633
- name: "field01Active",
1634
- attributes: {},
1635
- path: ["field", "01", "active"]
1636
- }
1637
- },
1638
- "02": {
1639
- base: {
1640
- key: "{field.02.base}",
1641
- $value: "light-dark(#fff, #383838)",
1642
- $description: "Sekundfärfärg för fält, som ligger på layer01",
1643
- filePath: "src/theme/tokens/object-values.json",
1644
- isSource: !0,
1645
- original: {
1646
- $value: "light-dark({color.white.base}, {color.gray.160})",
1647
- $description: "Sekundfärfärg för fält, som ligger på layer01",
1648
- key: "{field.02.base}"
1649
- },
1650
- name: "field02Base",
1651
- attributes: {},
1652
- path: ["field", "02", "base"]
1653
- },
1654
- hover: {
1655
- key: "{field.02.hover}",
1656
- $value: "light-dark(#e6e6e6, #474747)",
1657
- $description: "Hover state för field02",
1658
- filePath: "src/theme/tokens/object-values.json",
1659
- isSource: !0,
1660
- original: {
1661
- $value: "light-dark({color.white.hover}, {color.gray.150})",
1662
- $description: "Hover state för field02",
1663
- key: "{field.02.hover}"
1664
- },
1665
- name: "field02Hover",
1666
- attributes: {},
1667
- path: ["field", "02", "hover"]
1668
- },
1669
- active: {
1670
- key: "{field.02.active}",
1671
- $value: "light-dark(#d9d9d9, #525252)",
1672
- $description: "Active state för field02",
1673
- filePath: "src/theme/tokens/object-values.json",
1674
- isSource: !0,
1675
- original: {
1676
- $value: "light-dark({color.gray.30}, {color.gray.140})",
1677
- $description: "Active state för field02",
1678
- key: "{field.02.active}"
1679
- },
1680
- name: "field02Active",
1681
- attributes: {},
1682
- path: ["field", "02", "active"]
1683
- }
1684
- },
1685
- disabled: {
1686
- key: "{field.disabled}",
1687
- $value: "light-dark(#f2f2f2, #262626)",
1688
- $description: "Disabled state för fält",
1689
- filePath: "src/theme/tokens/object-values.json",
1690
- isSource: !0,
1691
- original: {
1692
- $value: "light-dark({color.gray.10}, {color.gray.180})",
1693
- $description: "Disabled state för fält",
1694
- key: "{field.disabled}"
1695
- },
1696
- name: "fieldDisabled",
1697
- attributes: {},
1698
- path: ["field", "disabled"]
1699
- }
1700
- },
1701
- skeleton: {
1702
- "01": {
1703
- key: "{skeleton.01}",
1704
- $value: "light-dark(#f2f2f2, #262626)",
1705
- $description: "Standardfärg för skeleton",
1706
- filePath: "src/theme/tokens/object-values.json",
1707
- isSource: !0,
1708
- original: {
1709
- $value: "light-dark({color.gray.10}, {color.gray.180})",
1710
- $description: "Standardfärg för skeleton",
1711
- key: "{skeleton.01}"
1712
- },
1713
- name: "skeleton01",
1714
- attributes: {},
1715
- path: ["skeleton", "01"]
1716
- },
1717
- "02": {
1718
- key: "{skeleton.02}",
1719
- $value: "light-dark(#d9d9d9, #383838)",
1720
- $description: "Färg som används när Skeleton ligger på bakgrundsfärgen `layer01` eller `light-dark(#f2f2f2,#262626)`",
1721
- filePath: "src/theme/tokens/object-values.json",
1722
- isSource: !0,
1723
- original: {
1724
- $value: "light-dark({color.gray.30}, {color.gray.160})",
1725
- $description: "Färg som används när Skeleton ligger på bakgrundsfärgen `layer01` eller `light-dark(#f2f2f2,#262626)`",
1726
- key: "{skeleton.02}"
1727
- },
1728
- name: "skeleton02",
1729
- attributes: {},
1730
- path: ["skeleton", "02"]
1731
- }
1732
- },
1733
- icon: {
1734
- primary: {
1735
- key: "{icon.primary}",
1736
- $value: "light-dark(#171717, #f2f2f2)",
1737
- $description: "Primär ikonfärg",
1738
- filePath: "src/theme/tokens/object-values.json",
1739
- isSource: !0,
1740
- original: {
1741
- $value: "light-dark({color.gray.200}, {color.gray.10})",
1742
- $description: "Primär ikonfärg",
1743
- key: "{icon.primary}"
1744
- },
1745
- name: "iconPrimary",
1746
- attributes: {},
1747
- path: ["icon", "primary"]
1748
- },
1749
- secondary: {
1750
- key: "{icon.secondary}",
1751
- $value: "light-dark(#525252, #a6a6a6)",
1752
- $description: "Sekundär ikonfärg",
1753
- filePath: "src/theme/tokens/object-values.json",
1754
- isSource: !0,
1755
- original: {
1756
- $value: "light-dark({color.gray.140}, {color.gray.70})",
1757
- $description: "Sekundär ikonfärg",
1758
- key: "{icon.secondary}"
1759
- },
1760
- name: "iconSecondary",
1761
- attributes: {},
1762
- path: ["icon", "secondary"]
1763
- },
1764
- tertiary: {
1765
- key: "{icon.tertiary}",
1766
- $value: "light-dark(#143c50, #f2f2f2)",
1767
- filePath: "src/theme/tokens/object-values.json",
1768
- isSource: !0,
1769
- original: {
1770
- $value: "light-dark({color.blue.150}, {color.gray.10})",
1771
- key: "{icon.tertiary}"
1772
- },
1773
- name: "iconTertiary",
1774
- attributes: {},
1775
- path: ["icon", "tertiary"]
1776
- },
1777
- inverse: {
1778
- key: "{icon.inverse}",
1779
- $value: "light-dark(#fff, #171717)",
1780
- $description: "Inverterad ikonfärg. Ljus ikon i ljust läge och mörk ikon i mörkt läge",
1781
- filePath: "src/theme/tokens/object-values.json",
1782
- isSource: !0,
1783
- original: {
1784
- $value: "light-dark({color.white.base}, {color.gray.200})",
1785
- $description: "Inverterad ikonfärg. Ljus ikon i ljust läge och mörk ikon i mörkt läge",
1786
- key: "{icon.inverse}"
1787
- },
1788
- name: "iconInverse",
1789
- attributes: {},
1790
- path: ["icon", "inverse"]
1791
- },
1792
- onColor: {
1793
- key: "{icon.onColor}",
1794
- $value: "light-dark(#fff, #fff)",
1795
- $description: "Ikonfärg på färgade ytor som inte är lager",
1796
- filePath: "src/theme/tokens/object-values.json",
1797
- isSource: !0,
1798
- original: {
1799
- $value: "light-dark({color.white.base}, {color.white.base})",
1800
- $description: "Ikonfärg på färgade ytor som inte är lager",
1801
- key: "{icon.onColor}"
1802
- },
1803
- name: "iconOnColor",
1804
- attributes: {},
1805
- path: ["icon", "onColor"]
1806
- },
1807
- disabled: {
1808
- key: "{icon.disabled}",
1809
- $value: "light-dark(#bfbfbf, #525252)",
1810
- $description: "Ikoner som är disabled",
1811
- filePath: "src/theme/tokens/object-values.json",
1812
- isSource: !0,
1813
- original: {
1814
- $value: "light-dark({color.gray.50}, {color.gray.140})",
1815
- $description: "Ikoner som är disabled",
1816
- key: "{icon.disabled}"
1817
- },
1818
- name: "iconDisabled",
1819
- attributes: {},
1820
- path: ["icon", "disabled"]
1821
- },
1822
- success: {
1823
- key: "{icon.success}",
1824
- $value: "light-dark(#008d3c, #008d3c)",
1825
- $description: "Ikonfär för success state",
1826
- filePath: "src/theme/tokens/object-values.json",
1827
- isSource: !0,
1828
- original: {
1829
- $value: "light-dark({color.signalGreen.100}, {color.signalGreen.100})",
1830
- $description: "Ikonfär för success state",
1831
- key: "{icon.success}"
1832
- },
1833
- name: "iconSuccess",
1834
- attributes: {},
1835
- path: ["icon", "success"]
1836
- },
1837
- info: {
1838
- key: "{icon.info}",
1839
- $value: "light-dark(#06c, #06c)",
1840
- $description: "Ikonfärg för informationsikoner",
1841
- filePath: "src/theme/tokens/object-values.json",
1842
- isSource: !0,
1843
- original: {
1844
- $value: "light-dark({color.signalBlue.100}, {color.signalBlue.100})",
1845
- $description: "Ikonfärg för informationsikoner",
1846
- key: "{icon.info}"
1847
- },
1848
- name: "iconInfo",
1849
- attributes: {},
1850
- path: ["icon", "info"]
1851
- },
1852
- warning: {
1853
- key: "{icon.warning}",
1854
- $value: "light-dark(#e62323, #e62323)",
1855
- $description: "Ikonfärg för varningsikoner och invalid state",
1856
- filePath: "src/theme/tokens/object-values.json",
1857
- isSource: !0,
1858
- original: {
1859
- $value: "light-dark({color.signalRed.100}, {color.signalRed.100})",
1860
- $description: "Ikonfärg för varningsikoner och invalid state",
1861
- key: "{icon.warning}"
1862
- },
1863
- name: "iconWarning",
1864
- attributes: {},
1865
- path: ["icon", "warning"]
1866
- },
1867
- important: {
1868
- key: "{icon.important}",
1869
- $value: "light-dark(#fdb813, #fdb813)",
1870
- $description: "Ikonfärg för viktig information",
1871
- filePath: "src/theme/tokens/object-values.json",
1872
- isSource: !0,
1873
- original: {
1874
- $value: "light-dark({color.signalYellow.100}, {color.signalYellow.100})",
1875
- $description: "Ikonfärg för viktig information",
1876
- key: "{icon.important}"
1877
- },
1878
- name: "iconImportant",
1879
- attributes: {},
1880
- path: ["icon", "important"]
1881
- }
1882
- },
1883
- link: {
1884
- enabled: {
1885
- key: "{link.enabled}",
1886
- $value: "light-dark(#29698C, #6CA3C0)",
1887
- $description: "Primärlänkfärg",
1888
- filePath: "src/theme/tokens/object-values.json",
1889
- isSource: !0,
1890
- original: {
1891
- $value: "light-dark({color.blue.120}, {color.blue.70})",
1892
- $description: "Primärlänkfärg",
1893
- key: "{link.enabled}"
1894
- },
1895
- name: "linkEnabled",
1896
- attributes: {},
1897
- path: ["link", "enabled"]
1898
- },
1899
- hover: {
1900
- key: "{link.hover}",
1901
- $value: "light-dark(#143c50, #94BCD1)",
1902
- $description: "Hover state för länkar",
1903
- filePath: "src/theme/tokens/object-values.json",
1904
- isSource: !0,
1905
- original: {
1906
- $value: "light-dark({color.blue.150}, {color.blue.50})",
1907
- $description: "Hover state för länkar",
1908
- key: "{link.hover}"
1909
- },
1910
- name: "linkHover",
1911
- attributes: {},
1912
- path: ["link", "hover"]
1913
- },
1914
- pressed: {
1915
- key: "{link.pressed}",
1916
- $value: "light-dark(#171717, #abcbdb)",
1917
- $description: "Active/pressed state för länkar",
1918
- filePath: "src/theme/tokens/object-values.json",
1919
- isSource: !0,
1920
- original: {
1921
- $value: "light-dark({color.gray.200}, {color.blue.40})",
1922
- $description: "Active/pressed state för länkar",
1923
- key: "{link.pressed}"
1924
- },
1925
- name: "linkPressed",
1926
- attributes: {},
1927
- path: ["link", "pressed"]
1928
- },
1929
- visited: {
1930
- key: "{link.visited}",
1931
- $value: "light-dark(#954b95, #b46ab4)",
1932
- $description: "Färg för besökta länkar",
1933
- filePath: "src/theme/tokens/object-values.json",
1934
- isSource: !0,
1935
- original: {
1936
- $value: "light-dark({color.purple.110}, {color.purple.80})",
1937
- $description: "Färg för besökta länkar",
1938
- key: "{link.visited}"
1939
- },
1940
- name: "linkVisited",
1941
- attributes: {},
1942
- path: ["link", "visited"]
1943
- }
1944
- },
1945
- support: {
1946
- border: {
1947
- success: {
1948
- key: "{support.border.success}",
1949
- $value: "light-dark(#008d3c, #008d3c)",
1950
- $description: "Kantlinje för success-notifikationer",
1951
- filePath: "src/theme/tokens/object-values.json",
1952
- isSource: !0,
1953
- original: {
1954
- $value: "light-dark({color.signalGreen.100}, {color.signalGreen.100})",
1955
- $description: "Kantlinje för success-notifikationer",
1956
- key: "{support.border.success}"
1957
- },
1958
- name: "supportBorderSuccess",
1959
- attributes: {},
1960
- path: ["support", "border", "success"]
1961
- },
1962
- info: {
1963
- key: "{support.border.info}",
1964
- $value: "light-dark(#06c, #06c)",
1965
- $description: "Kantlinje för notifikationer med information",
1966
- filePath: "src/theme/tokens/object-values.json",
1967
- isSource: !0,
1968
- original: {
1969
- $value: "light-dark({color.signalBlue.100}, {color.signalBlue.100})",
1970
- $description: "Kantlinje för notifikationer med information",
1971
- key: "{support.border.info}"
1972
- },
1973
- name: "supportBorderInfo",
1974
- attributes: {},
1975
- path: ["support", "border", "info"]
1976
- },
1977
- important: {
1978
- key: "{support.border.important}",
1979
- $value: "light-dark(#fdb813, #fdb813)",
1980
- $description: "Kantlinje för notifikationer med viktig information",
1981
- filePath: "src/theme/tokens/object-values.json",
1982
- isSource: !0,
1983
- original: {
1984
- $value: "light-dark({color.signalYellow.100}, {color.signalYellow.100})",
1985
- $description: "Kantlinje för notifikationer med viktig information",
1986
- key: "{support.border.important}"
1987
- },
1988
- name: "supportBorderImportant",
1989
- attributes: {},
1990
- path: ["support", "border", "important"]
1991
- },
1992
- warning: {
1993
- key: "{support.border.warning}",
1994
- $value: "light-dark(#e62323, #e62323)",
1995
- $description: "Kantlinje för notifikationer med varningar",
1996
- filePath: "src/theme/tokens/object-values.json",
1997
- isSource: !0,
1998
- original: {
1999
- $value: "light-dark({color.signalRed.100}, {color.signalRed.100})",
2000
- $description: "Kantlinje för notifikationer med varningar",
2001
- key: "{support.border.warning}"
2002
- },
2003
- name: "supportBorderWarning",
2004
- attributes: {},
2005
- path: ["support", "border", "warning"]
2006
- }
2007
- },
2008
- background: {
2009
- success: {
2010
- key: "{support.background.success}",
2011
- $value: "light-dark(#d5f2d9, #262626)",
2012
- $description: "Bakgrund för success-notifikationer",
2013
- filePath: "src/theme/tokens/object-values.json",
2014
- isSource: !0,
2015
- original: {
2016
- $value: "light-dark({color.signalGreen.20}, {color.gray.180})",
2017
- $description: "Bakgrund för success-notifikationer",
2018
- key: "{support.background.success}"
2019
- },
2020
- name: "supportBackgroundSuccess",
2021
- attributes: {},
2022
- path: ["support", "background", "success"]
2023
- },
2024
- successHover: {
2025
- key: "{support.background.successHover}",
2026
- $value: "light-dark(#bae5c5, #333)",
2027
- $description: "Hoverbakgrund för success-notifikationer",
2028
- filePath: "src/theme/tokens/object-values.json",
2029
- isSource: !0,
2030
- original: {
2031
- $value: "light-dark({color.signalGreen.30}, {color.gray.170})",
2032
- $description: "Hoverbakgrund för success-notifikationer",
2033
- key: "{support.background.successHover}"
2034
- },
2035
- name: "supportBackgroundSuccessHover",
2036
- attributes: {},
2037
- path: ["support", "background", "successHover"]
2038
- },
2039
- info: {
2040
- key: "{support.background.info}",
2041
- $value: "light-dark(#eaf2f6, #262626)",
2042
- $description: "Bakgrund för notifikationer med information",
2043
- filePath: "src/theme/tokens/object-values.json",
2044
- isSource: !0,
2045
- original: {
2046
- $value: "light-dark({color.signalBlue.10}, {color.gray.180})",
2047
- $description: "Bakgrund för notifikationer med information",
2048
- key: "{support.background.info}"
2049
- },
2050
- name: "supportBackgroundInfo",
2051
- attributes: {},
2052
- path: ["support", "background", "info"]
2053
- },
2054
- infoHover: {
2055
- key: "{support.background.infoHover}",
2056
- $value: "light-dark(#d5e5ed, #333)",
2057
- $description: "Hoverbakgrund för notifikationer med information",
2058
- filePath: "src/theme/tokens/object-values.json",
2059
- isSource: !0,
2060
- original: {
2061
- $value: "light-dark({color.signalBlue.20}, {color.gray.170})",
2062
- $description: "Hoverbakgrund för notifikationer med information",
2063
- key: "{support.background.infoHover}"
2064
- },
2065
- name: "supportBackgroundInfoHover",
2066
- attributes: {},
2067
- path: ["support", "background", "infoHover"]
2068
- },
2069
- important: {
2070
- key: "{support.background.important}",
2071
- $value: "light-dark(#fff8e1, #262626)",
2072
- $description: "Bakgrund för notifikationer med viktig information",
2073
- filePath: "src/theme/tokens/object-values.json",
2074
- isSource: !0,
2075
- original: {
2076
- $value: "light-dark({color.signalYellow.10}, {color.gray.180})",
2077
- $description: "Bakgrund för notifikationer med viktig information",
2078
- key: "{support.background.important}"
2079
- },
2080
- name: "supportBackgroundImportant",
2081
- attributes: {},
2082
- path: ["support", "background", "important"]
2083
- },
2084
- importantHover: {
2085
- key: "{support.background.importantHover}",
2086
- $value: "light-dark(#FFEBA8, #333)",
2087
- $description: "Hoverbakgrund för notifikationer med viktig information",
2088
- filePath: "src/theme/tokens/object-values.json",
2089
- isSource: !0,
2090
- original: {
2091
- $value: "light-dark({color.signalYellow.20}, {color.gray.170})",
2092
- $description: "Hoverbakgrund för notifikationer med viktig information",
2093
- key: "{support.background.importantHover}"
2094
- },
2095
- name: "supportBackgroundImportantHover",
2096
- attributes: {},
2097
- path: ["support", "background", "importantHover"]
2098
- },
2099
- warning: {
2100
- key: "{support.background.warning}",
2101
- $value: "light-dark(#ffdfdf, #262626)",
2102
- $description: "Bakgrund för notifikationer med varningar",
2103
- filePath: "src/theme/tokens/object-values.json",
2104
- isSource: !0,
2105
- original: {
2106
- $value: "light-dark({color.signalRed.20}, {color.gray.180})",
2107
- $description: "Bakgrund för notifikationer med varningar",
2108
- key: "{support.background.warning}"
2109
- },
2110
- name: "supportBackgroundWarning",
2111
- attributes: {},
2112
- path: ["support", "background", "warning"]
2113
- },
2114
- warningHover: {
2115
- key: "{support.background.warningHover}",
2116
- $value: "light-dark(#fcc8c8, #333)",
2117
- $description: "Hoverbakgrund för notifikationer med varningar",
2118
- filePath: "src/theme/tokens/object-values.json",
2119
- isSource: !0,
2120
- original: {
2121
- $value: "light-dark({color.signalRed.30}, {color.gray.170})",
2122
- $description: "Hoverbakgrund för notifikationer med varningar",
2123
- key: "{support.background.warningHover}"
2124
- },
2125
- name: "supportBackgroundWarningHover",
2126
- attributes: {},
2127
- path: ["support", "background", "warningHover"]
2128
- }
2129
- }
2130
- },
2131
- text: {
2132
- primary: {
2133
- key: "{text.primary}",
2134
- $value: "light-dark(#171717, #f2f2f2)",
2135
- $description: "Primär textfärg. Rubriker och brödtext.",
2136
- filePath: "src/theme/tokens/object-values.json",
2137
- isSource: !0,
2138
- original: {
2139
- $value: "light-dark({color.gray.200}, {color.gray.10})",
2140
- $description: "Primär textfärg. Rubriker och brödtext.",
2141
- key: "{text.primary}"
2142
- },
2143
- name: "textPrimary",
2144
- attributes: {},
2145
- path: ["text", "primary"]
2146
- },
2147
- secondary: {
2148
- key: "{text.secondary}",
2149
- $value: "light-dark(#525252, #a6a6a6)",
2150
- $description: "Sekundär textfärg",
2151
- filePath: "src/theme/tokens/object-values.json",
2152
- isSource: !0,
2153
- original: {
2154
- $value: "light-dark({color.gray.140}, {color.gray.70})",
2155
- $description: "Sekundär textfärg",
2156
- key: "{text.secondary}"
2157
- },
2158
- name: "textSecondary",
2159
- attributes: {},
2160
- path: ["text", "secondary"]
2161
- },
2162
- tertiary: {
2163
- key: "{text.tertiary}",
2164
- $value: "light-dark(#143c50, #f2f2f2)",
2165
- $description: "Textfärg på tertiär knapp",
2166
- filePath: "src/theme/tokens/object-values.json",
2167
- isSource: !0,
2168
- original: {
2169
- $value: "light-dark({color.blue.150}, {color.gray.10})",
2170
- $description: "Textfärg på tertiär knapp",
2171
- key: "{text.tertiary}"
2172
- },
2173
- name: "textTertiary",
2174
- attributes: {},
2175
- path: ["text", "tertiary"]
2176
- },
2177
- onColor: {
2178
- key: "{text.onColor}",
2179
- $value: "light-dark(#fff, #fff)",
2180
- $description: "Textfärg på färgade bakgrunder som inte är lager",
2181
- filePath: "src/theme/tokens/object-values.json",
2182
- isSource: !0,
2183
- original: {
2184
- $value: "light-dark({color.white.base}, {color.white.base})",
2185
- $description: "Textfärg på färgade bakgrunder som inte är lager",
2186
- key: "{text.onColor}"
2187
- },
2188
- name: "textOnColor",
2189
- attributes: {},
2190
- path: ["text", "onColor"]
2191
- },
2192
- inverse: {
2193
- key: "{text.inverse}",
2194
- $value: "light-dark(#f2f2f2, #171717)",
2195
- $description: "Inverterad textfärg",
2196
- filePath: "src/theme/tokens/object-values.json",
2197
- isSource: !0,
2198
- original: {
2199
- $value: "light-dark({color.gray.10}, {color.gray.200})",
2200
- $description: "Inverterad textfärg",
2201
- key: "{text.inverse}"
2202
- },
2203
- name: "textInverse",
2204
- attributes: {},
2205
- path: ["text", "inverse"]
2206
- },
2207
- disabled: {
2208
- key: "{text.disabled}",
2209
- $value: "light-dark(#bfbfbf, #525252)",
2210
- $description: "Textfärg för disabled state",
2211
- filePath: "src/theme/tokens/object-values.json",
2212
- isSource: !0,
2213
- original: {
2214
- $value: "light-dark({color.gray.50}, {color.gray.140})",
2215
- $description: "Textfärg för disabled state",
2216
- key: "{text.disabled}"
2217
- },
2218
- name: "textDisabled",
2219
- attributes: {},
2220
- path: ["text", "disabled"]
2221
- },
2222
- warning: {
2223
- key: "{text.warning}",
2224
- $value: "light-dark(#e62323, #eb4e4e)",
2225
- $description: "Textfärg för felmeddelanden",
2226
- filePath: "src/theme/tokens/object-values.json",
2227
- isSource: !0,
2228
- original: {
2229
- $value: "light-dark({color.signalRed.100}, {color.signalRed.80})",
2230
- $description: "Textfärg för felmeddelanden",
2231
- key: "{text.warning}"
2232
- },
2233
- name: "textWarning",
2234
- attributes: {},
2235
- path: ["text", "warning"]
2236
- },
2237
- placeholder: {
2238
- key: "{text.placeholder}",
2239
- $value: "light-dark(#a6a6a6, #525252)",
2240
- $description: "Textfärg för platshållare",
2241
- filePath: "src/theme/tokens/object-values.json",
2242
- isSource: !0,
2243
- original: {
2244
- $value: "light-dark({color.gray.70}, {color.gray.140})",
2245
- $description: "Textfärg för platshållare",
2246
- key: "{text.placeholder}"
2247
- },
2248
- name: "textPlaceholder",
2249
- attributes: {},
2250
- path: ["text", "placeholder"]
2251
- }
2252
- },
2253
- button: {
2254
- background: {
2255
- primary: {
2256
- base: {
2257
- key: "{button.background.primary.base}",
2258
- $value: "light-dark(#143c50, #2e7ca5)",
2259
- $description: "Färg på primärknapp",
2260
- filePath: "src/theme/tokens/object-values.json",
2261
- isSource: !0,
2262
- original: {
2263
- $value: "light-dark({color.blue.150}, {color.blue.100})",
2264
- $description: "Färg på primärknapp",
2265
- key: "{button.background.primary.base}"
2266
- },
2267
- name: "buttonBackgroundPrimaryBase",
2268
- attributes: {},
2269
- path: ["button", "background", "primary", "base"]
2270
- },
2271
- hover: {
2272
- key: "{button.background.primary.hover}",
2273
- $value: "light-dark(#25607f, #25607f)",
2274
- $description: "Hover state på primärknapp",
2275
- filePath: "src/theme/tokens/object-values.json",
2276
- isSource: !0,
2277
- original: {
2278
- $value: "light-dark({color.blue.130}, {color.blue.130})",
2279
- $description: "Hover state på primärknapp",
2280
- key: "{button.background.primary.hover}"
2281
- },
2282
- name: "buttonBackgroundPrimaryHover",
2283
- attributes: {},
2284
- path: ["button", "background", "primary", "hover"]
2285
- },
2286
- active: {
2287
- key: "{button.background.primary.active}",
2288
- $value: "light-dark(#2e7ca5, #143c50)",
2289
- $description: "Active state för primärknapp",
2290
- filePath: "src/theme/tokens/object-values.json",
2291
- isSource: !0,
2292
- original: {
2293
- $value: "light-dark({color.blue.100}, {color.blue.150})",
2294
- $description: "Active state för primärknapp",
2295
- key: "{button.background.primary.active}"
2296
- },
2297
- name: "buttonBackgroundPrimaryActive",
2298
- attributes: {},
2299
- path: ["button", "background", "primary", "active"]
2300
- }
2301
- },
2302
- secondary: {
2303
- base: {
2304
- key: "{button.background.secondary.base}",
2305
- $value: "light-dark(#fff, #171717)",
2306
- $description: "Färg på sekundärknapp",
2307
- filePath: "src/theme/tokens/object-values.json",
2308
- isSource: !0,
2309
- original: {
2310
- $value: "light-dark({color.white.base}, {color.gray.200})",
2311
- $description: "Färg på sekundärknapp",
2312
- key: "{button.background.secondary.base}"
2313
- },
2314
- name: "buttonBackgroundSecondaryBase",
2315
- attributes: {},
2316
- path: ["button", "background", "secondary", "base"]
2317
- },
2318
- hover: {
2319
- key: "{button.background.secondary.hover}",
2320
- $value: "light-dark(#e6e6e6, #212121)",
2321
- $description: "Hover state på sekundärknapp",
2322
- filePath: "src/theme/tokens/object-values.json",
2323
- isSource: !0,
2324
- original: {
2325
- $value: "light-dark({color.white.hover}, {color.gray.190})",
2326
- $description: "Hover state på sekundärknapp",
2327
- key: "{button.background.secondary.hover}"
2328
- },
2329
- name: "buttonBackgroundSecondaryHover",
2330
- attributes: {},
2331
- path: ["button", "background", "secondary", "hover"]
2332
- },
2333
- active: {
2334
- key: "{button.background.secondary.active}",
2335
- $value: "light-dark(#d9d9d9, #262626)",
2336
- $description: "Active state för sekundärknapp",
2337
- filePath: "src/theme/tokens/object-values.json",
2338
- isSource: !0,
2339
- original: {
2340
- $value: "light-dark({color.gray.30}, {color.gray.180})",
2341
- $description: "Active state för sekundärknapp",
2342
- key: "{button.background.secondary.active}"
2343
- },
2344
- name: "buttonBackgroundSecondaryActive",
2345
- attributes: {},
2346
- path: ["button", "background", "secondary", "active"]
2347
- }
2348
- },
2349
- tertiary: {
2350
- hover: {
2351
- key: "{button.background.tertiary.hover}",
2352
- $value: "light-dark(#e6e6e6, #212121)",
2353
- $description: "Hover state för tertiär knapp",
2354
- filePath: "src/theme/tokens/object-values.json",
2355
- isSource: !0,
2356
- original: {
2357
- $value: "light-dark({color.white.hover}, {color.gray.190})",
2358
- $description: "Hover state för tertiär knapp",
2359
- key: "{button.background.tertiary.hover}"
2360
- },
2361
- name: "buttonBackgroundTertiaryHover",
2362
- attributes: {},
2363
- path: ["button", "background", "tertiary", "hover"]
2364
- },
2365
- active: {
2366
- key: "{button.background.tertiary.active}",
2367
- $value: "light-dark(#d9d9d9, #262626)",
2368
- $description: "Active state för tertiär knapp",
2369
- filePath: "src/theme/tokens/object-values.json",
2370
- isSource: !0,
2371
- original: {
2372
- $value: "light-dark({color.gray.30}, {color.gray.180})",
2373
- $description: "Active state för tertiär knapp",
2374
- key: "{button.background.tertiary.active}"
2375
- },
2376
- name: "buttonBackgroundTertiaryActive",
2377
- attributes: {},
2378
- path: ["button", "background", "tertiary", "active"]
2379
- }
2380
- },
2381
- danger: {
2382
- base: {
2383
- key: "{button.background.danger.base}",
2384
- $value: "light-dark(#e62323, #e62323)",
2385
- $description: "Färg på danger knapp",
2386
- filePath: "src/theme/tokens/object-values.json",
2387
- isSource: !0,
2388
- original: {
2389
- $value: "light-dark({color.signalRed.100}, {color.signalRed.100})",
2390
- $description: "Färg på danger knapp",
2391
- key: "{button.background.danger.base}"
2392
- },
2393
- name: "buttonBackgroundDangerBase",
2394
- attributes: {},
2395
- path: ["button", "background", "danger", "base"]
2396
- },
2397
- hover: {
2398
- key: "{button.background.danger.hover}",
2399
- $value: "light-dark(#bc1d1d, #bc1d1d)",
2400
- $description: "Hover state för danger knapp",
2401
- filePath: "src/theme/tokens/object-values.json",
2402
- isSource: !0,
2403
- original: {
2404
- $value: "light-dark({color.signalRed.120}, {color.signalRed.120})",
2405
- $description: "Hover state för danger knapp",
2406
- key: "{button.background.danger.hover}"
2407
- },
2408
- name: "buttonBackgroundDangerHover",
2409
- attributes: {},
2410
- path: ["button", "background", "danger", "hover"]
2411
- },
2412
- active: {
2413
- key: "{button.background.danger.active}",
2414
- $value: "light-dark(#7d1313, #7d1313)",
2415
- $description: "Active state för danger knapp",
2416
- filePath: "src/theme/tokens/object-values.json",
2417
- isSource: !0,
2418
- original: {
2419
- $value: "light-dark({color.signalRed.150}, {color.signalRed.150})",
2420
- $description: "Active state för danger knapp",
2421
- key: "{button.background.danger.active}"
2422
- },
2423
- name: "buttonBackgroundDangerActive",
2424
- attributes: {},
2425
- path: ["button", "background", "danger", "active"]
2426
- }
2427
- },
2428
- disabled: {
2429
- key: "{button.background.disabled}",
2430
- $value: "light-dark(#f2f2f2, #262626)",
2431
- $description: "Disabled state för knappar",
2432
- filePath: "src/theme/tokens/object-values.json",
2433
- isSource: !0,
2434
- original: {
2435
- $value: "light-dark({color.gray.10}, {color.gray.180})",
2436
- $description: "Disabled state för knappar",
2437
- key: "{button.background.disabled}"
2438
- },
2439
- name: "buttonBackgroundDisabled",
2440
- attributes: {},
2441
- path: ["button", "background", "disabled"]
2442
- }
2443
- },
2444
- border: {
2445
- secondary: {
2446
- key: "{button.border.secondary}",
2447
- $value: "light-dark(#143c50, #f2f2f2)",
2448
- $description: "Kantfärg för sekundärknapp",
2449
- filePath: "src/theme/tokens/object-values.json",
2450
- isSource: !0,
2451
- original: {
2452
- $value: "light-dark({color.blue.150}, {color.gray.10})",
2453
- $description: "Kantfärg för sekundärknapp",
2454
- key: "{button.border.secondary}"
2455
- },
2456
- name: "buttonBorderSecondary",
2457
- attributes: {},
2458
- path: ["button", "border", "secondary"]
2459
- }
2460
- },
2461
- icon: {
2462
- hover: {
2463
- key: "{button.icon.hover}",
2464
- $value: "light-dark(#0000001a, #ffffff1a)",
2465
- filePath: "src/theme/tokens/object-values.json",
2466
- isSource: !0,
2467
- original: {
2468
- $value: "light-dark(#0000001a, #ffffff1a)",
2469
- key: "{button.icon.hover}"
2470
- },
2471
- name: "buttonIconHover",
2472
- attributes: {},
2473
- path: ["button", "icon", "hover"]
2474
- },
2475
- active: {
2476
- key: "{button.icon.active}",
2477
- $value: "light-dark(#00000033, #ffffff33)",
2478
- $description: "Active state för ikoner",
2479
- filePath: "src/theme/tokens/object-values.json",
2480
- isSource: !0,
2481
- original: {
2482
- $value: "light-dark(#00000033, #ffffff33)",
2483
- $description: "Active state för ikoner",
2484
- key: "{button.icon.active}"
2485
- },
2486
- name: "buttonIconActive",
2487
- attributes: {},
2488
- path: ["button", "icon", "active"]
2489
- }
2490
- }
2491
- },
2492
- badge: {
2493
- background: {
2494
- key: "{badge.background}",
2495
- $value: "light-dark(#e62323, #e62323)",
2496
- filePath: "src/theme/tokens/object-values.json",
2497
- isSource: !0,
2498
- original: {
2499
- $value: "light-dark({color.signalRed.100}, {color.signalRed.100})",
2500
- key: "{badge.background}"
2501
- },
2502
- name: "badgeBackground",
2503
- attributes: {},
2504
- path: ["badge", "background"]
2505
- }
2506
- },
2507
- calendar: {
2508
- date: {
2509
- background: {
2510
- hover: {
2511
- key: "{calendar.date.background.hover}",
2512
- $value: "light-dark(#0000001a, #ffffff1a)",
2513
- filePath: "src/theme/tokens/object-values.json",
2514
- isSource: !0,
2515
- original: {
2516
- $value: "light-dark(#0000001a, #ffffff1a)",
2517
- key: "{calendar.date.background.hover}"
2518
- },
2519
- name: "calendarDateBackgroundHover",
2520
- attributes: {},
2521
- path: ["calendar", "date", "background", "hover"]
2522
- },
2523
- selected: {
2524
- key: "{calendar.date.background.selected}",
2525
- $value: "light-dark(#143c50, #5897b8)",
2526
- filePath: "src/theme/tokens/object-values.json",
2527
- isSource: !0,
2528
- original: {
2529
- $value: "light-dark({color.blue.150}, {color.blue.80})",
2530
- key: "{calendar.date.background.selected}"
2531
- },
2532
- name: "calendarDateBackgroundSelected",
2533
- attributes: {},
2534
- path: ["calendar", "date", "background", "selected"]
2535
- },
2536
- startRange: {
2537
- key: "{calendar.date.background.startRange}",
2538
- $value: "light-dark(#143c50, #5897b8)",
2539
- filePath: "src/theme/tokens/object-values.json",
2540
- isSource: !0,
2541
- original: {
2542
- $value: "light-dark({color.blue.150}, {color.blue.80})",
2543
- key: "{calendar.date.background.startRange}"
2544
- },
2545
- name: "calendarDateBackgroundStartRange",
2546
- attributes: {},
2547
- path: ["calendar", "date", "background", "startRange"]
2548
- },
2549
- inRange: {
2550
- key: "{calendar.date.background.inRange}",
2551
- $value: "light-dark(#d5e5ed, #143c50)",
2552
- filePath: "src/theme/tokens/object-values.json",
2553
- isSource: !0,
2554
- original: {
2555
- $value: "light-dark({color.blue.20}, {color.blue.150})",
2556
- key: "{calendar.date.background.inRange}"
2557
- },
2558
- name: "calendarDateBackgroundInRange",
2559
- attributes: {},
2560
- path: ["calendar", "date", "background", "inRange"]
2561
- },
2562
- endRange: {
2563
- key: "{calendar.date.background.endRange}",
2564
- $value: "light-dark(#143c50, #5897b8)",
2565
- filePath: "src/theme/tokens/object-values.json",
2566
- isSource: !0,
2567
- original: {
2568
- $value: "light-dark({color.blue.150}, {color.blue.80})",
2569
- key: "{calendar.date.background.endRange}"
2570
- },
2571
- name: "calendarDateBackgroundEndRange",
2572
- attributes: {},
2573
- path: ["calendar", "date", "background", "endRange"]
2574
- }
2575
- }
2576
- }
2577
- },
2578
- logo: {
2579
- primary: {
2580
- key: "{logo.primary}",
2581
- $value: "light-dark(#b90835, #fff)",
2582
- $description: "Färg på logotypen",
2583
- filePath: "src/theme/tokens/object-values.json",
2584
- isSource: !0,
2585
- original: {
2586
- $value: "light-dark({color.red.100}, {color.white.base})",
2587
- $description: "Färg på logotypen",
2588
- key: "{logo.primary}"
2589
- },
2590
- name: "logoPrimary",
2591
- attributes: {},
2592
- path: ["logo", "primary"]
2593
- }
2594
- },
2595
- menu: {
2596
- item: {
2597
- background: {
2598
- hover: {
2599
- key: "{menu.item.background.hover}",
2600
- $value: "light-dark(#e6e6e6, #212121)",
2601
- $description: "Bakgrundsfärg för menu vid hover",
2602
- filePath: "src/theme/tokens/object-values.json",
2603
- isSource: !0,
2604
- original: {
2605
- $value: "light-dark({color.gray.20}, {color.gray.190})",
2606
- $description: "Bakgrundsfärg för menu vid hover",
2607
- key: "{menu.item.background.hover}"
2608
- },
2609
- name: "menuItemBackgroundHover",
2610
- attributes: {},
2611
- path: ["menu", "item", "background", "hover"]
2612
- },
2613
- selected: {
2614
- key: "{menu.item.background.selected}",
2615
- $value: "light-dark(#f2f2f2, #262626)",
2616
- $description: "Bakgrundsfärg för aktiv menu",
2617
- filePath: "src/theme/tokens/object-values.json",
2618
- isSource: !0,
2619
- original: {
2620
- $value: "light-dark({color.gray.10}, {color.gray.180})",
2621
- $description: "Bakgrundsfärg för aktiv menu",
2622
- key: "{menu.item.background.selected}"
2623
- },
2624
- name: "menuItemBackgroundSelected",
2625
- attributes: {},
2626
- path: ["menu", "item", "background", "selected"]
2627
- }
2628
- }
2629
- },
2630
- text: {
2631
- sectionHeader: {
2632
- key: "{menu.text.sectionHeader}",
2633
- $value: "light-dark(#29698C, #5897b8)",
2634
- filePath: "src/theme/tokens/object-values.json",
2635
- isSource: !0,
2636
- original: {
2637
- $value: "light-dark({color.blue.120}, {color.blue.80})",
2638
- key: "{menu.text.sectionHeader}"
2639
- },
2640
- name: "menuTextSectionHeader",
2641
- attributes: {},
2642
- path: ["menu", "text", "sectionHeader"]
2643
- }
2644
- }
2645
- },
2646
- size: {
2647
- 10: {
2648
- key: "{size.10}",
2649
- $value: "0.125rem",
2650
- filePath: "src/theme/tokens/sizing.json",
2651
- isSource: !0,
2652
- $type: "dimension",
2653
- original: {
2654
- $value: "0.125rem",
2655
- $type: "dimension",
2656
- key: "{size.10}"
2657
- },
2658
- name: "size10",
2659
- attributes: {},
2660
- path: ["size", "10"]
2661
- },
2662
- 15: {
2663
- key: "{size.15}",
2664
- $value: "0.188rem",
2665
- filePath: "src/theme/tokens/sizing.json",
2666
- isSource: !0,
2667
- $type: "dimension",
2668
- original: {
2669
- $value: "0.188rem",
2670
- $type: "dimension",
2671
- key: "{size.15}"
2672
- },
2673
- name: "size15",
2674
- attributes: {},
2675
- path: ["size", "15"]
2676
- },
2677
- 20: {
2678
- key: "{size.20}",
2679
- $value: "0.25rem",
2680
- filePath: "src/theme/tokens/sizing.json",
2681
- isSource: !0,
2682
- $type: "dimension",
2683
- original: {
2684
- $value: "0.25rem",
2685
- $type: "dimension",
2686
- key: "{size.20}"
2687
- },
2688
- name: "size20",
2689
- attributes: {},
2690
- path: ["size", "20"]
2691
- },
2692
- 30: {
2693
- key: "{size.30}",
2694
- $value: "0.375rem",
2695
- filePath: "src/theme/tokens/sizing.json",
2696
- isSource: !0,
2697
- $type: "dimension",
2698
- original: {
2699
- $value: "0.375rem",
2700
- $type: "dimension",
2701
- key: "{size.30}"
2702
- },
2703
- name: "size30",
2704
- attributes: {},
2705
- path: ["size", "30"]
2706
- },
2707
- 40: {
2708
- key: "{size.40}",
2709
- $value: "0.5rem",
2710
- filePath: "src/theme/tokens/sizing.json",
2711
- isSource: !0,
2712
- $type: "dimension",
2713
- original: {
2714
- $value: "0.5rem",
2715
- $type: "dimension",
2716
- key: "{size.40}"
2717
- },
2718
- name: "size40",
2719
- attributes: {},
2720
- path: ["size", "40"]
2721
- },
2722
- 50: {
2723
- key: "{size.50}",
2724
- $value: "0.625rem",
2725
- filePath: "src/theme/tokens/sizing.json",
2726
- isSource: !0,
2727
- $type: "dimension",
2728
- original: {
2729
- $value: "0.625rem",
2730
- $type: "dimension",
2731
- key: "{size.50}"
2732
- },
2733
- name: "size50",
2734
- attributes: {},
2735
- path: ["size", "50"]
2736
- },
2737
- 60: {
2738
- key: "{size.60}",
2739
- $value: "0.75rem",
2740
- filePath: "src/theme/tokens/sizing.json",
2741
- isSource: !0,
2742
- $type: "dimension",
2743
- original: {
2744
- $value: "0.75rem",
2745
- $type: "dimension",
2746
- key: "{size.60}"
2747
- },
2748
- name: "size60",
2749
- attributes: {},
2750
- path: ["size", "60"]
2751
- },
2752
- 70: {
2753
- key: "{size.70}",
2754
- $value: "0.875rem",
2755
- filePath: "src/theme/tokens/sizing.json",
2756
- isSource: !0,
2757
- $type: "dimension",
2758
- original: {
2759
- $value: "0.875rem",
2760
- $type: "dimension",
2761
- key: "{size.70}"
2762
- },
2763
- name: "size70",
2764
- attributes: {},
2765
- path: ["size", "70"]
2766
- },
2767
- 75: {
2768
- key: "{size.75}",
2769
- $value: "0.938rem",
2770
- filePath: "src/theme/tokens/sizing.json",
2771
- isSource: !0,
2772
- $type: "dimension",
2773
- original: {
2774
- $value: "0.938rem",
2775
- $type: "dimension",
2776
- key: "{size.75}"
2777
- },
2778
- name: "size75",
2779
- attributes: {},
2780
- path: ["size", "75"]
2781
- },
2782
- 80: {
2783
- key: "{size.80}",
2784
- $value: "1rem",
2785
- filePath: "src/theme/tokens/sizing.json",
2786
- isSource: !0,
2787
- $type: "dimension",
2788
- original: {
2789
- $value: "1rem",
2790
- $type: "dimension",
2791
- key: "{size.80}"
2792
- },
2793
- name: "size80",
2794
- attributes: {},
2795
- path: ["size", "80"]
2796
- },
2797
- 90: {
2798
- key: "{size.90}",
2799
- $value: "1.25rem",
2800
- filePath: "src/theme/tokens/sizing.json",
2801
- isSource: !0,
2802
- $type: "dimension",
2803
- original: {
2804
- $value: "1.25rem",
2805
- $type: "dimension",
2806
- key: "{size.90}"
2807
- },
2808
- name: "size90",
2809
- attributes: {},
2810
- path: ["size", "90"]
2811
- },
2812
- 100: {
2813
- key: "{size.100}",
2814
- $value: "1.5rem",
2815
- filePath: "src/theme/tokens/sizing.json",
2816
- isSource: !0,
2817
- $type: "dimension",
2818
- original: {
2819
- $value: "1.5rem",
2820
- $type: "dimension",
2821
- key: "{size.100}"
2822
- },
2823
- name: "size100",
2824
- attributes: {},
2825
- path: ["size", "100"]
2826
- },
2827
- 110: {
2828
- key: "{size.110}",
2829
- $value: "1.75rem",
2830
- filePath: "src/theme/tokens/sizing.json",
2831
- isSource: !0,
2832
- $type: "dimension",
2833
- original: {
2834
- $value: "1.75rem",
2835
- $type: "dimension",
2836
- key: "{size.110}"
2837
- },
2838
- name: "size110",
2839
- attributes: {},
2840
- path: ["size", "110"]
2841
- },
2842
- 120: {
2843
- key: "{size.120}",
2844
- $value: "2rem",
2845
- filePath: "src/theme/tokens/sizing.json",
2846
- isSource: !0,
2847
- $type: "dimension",
2848
- original: {
2849
- $value: "2rem",
2850
- $type: "dimension",
2851
- key: "{size.120}"
2852
- },
2853
- name: "size120",
2854
- attributes: {},
2855
- path: ["size", "120"]
2856
- },
2857
- 130: {
2858
- key: "{size.130}",
2859
- $value: "2.5rem",
2860
- filePath: "src/theme/tokens/sizing.json",
2861
- isSource: !0,
2862
- $type: "dimension",
2863
- original: {
2864
- $value: "2.5rem",
2865
- $type: "dimension",
2866
- key: "{size.130}"
2867
- },
2868
- name: "size130",
2869
- attributes: {},
2870
- path: ["size", "130"]
2871
- },
2872
- 140: {
2873
- key: "{size.140}",
2874
- $value: "2.75rem",
2875
- filePath: "src/theme/tokens/sizing.json",
2876
- isSource: !0,
2877
- $type: "dimension",
2878
- original: {
2879
- $value: "2.75rem",
2880
- $type: "dimension",
2881
- key: "{size.140}"
2882
- },
2883
- name: "size140",
2884
- attributes: {},
2885
- path: ["size", "140"]
2886
- },
2887
- 150: {
2888
- key: "{size.150}",
2889
- $value: "3rem",
2890
- filePath: "src/theme/tokens/sizing.json",
2891
- isSource: !0,
2892
- $type: "dimension",
2893
- original: {
2894
- $value: "3rem",
2895
- $type: "dimension",
2896
- key: "{size.150}"
2897
- },
2898
- name: "size150",
2899
- attributes: {},
2900
- path: ["size", "150"]
2901
- },
2902
- "00": {
2903
- key: "{size.00}",
2904
- $value: 0,
2905
- filePath: "src/theme/tokens/sizing.json",
2906
- isSource: !0,
2907
- $type: "dimension",
2908
- original: {
2909
- $value: 0,
2910
- $type: "dimension",
2911
- key: "{size.00}"
2912
- },
2913
- name: "size00",
2914
- attributes: {},
2915
- path: ["size", "00"]
2916
- },
2917
- "05": {
2918
- key: "{size.05}",
2919
- $value: "0.063rem",
2920
- filePath: "src/theme/tokens/sizing.json",
2921
- isSource: !0,
2922
- $type: "dimension",
2923
- original: {
2924
- $value: "0.063rem",
2925
- $type: "dimension",
2926
- key: "{size.05}"
2927
- },
2928
- name: "size05",
2929
- attributes: {},
2930
- path: ["size", "05"]
2931
- }
2932
- },
2933
- spacing: {
2934
- 10: {
2935
- key: "{spacing.10}",
2936
- $type: "dimension",
2937
- $value: "0.125rem",
2938
- filePath: "src/theme/tokens/spacing.json",
2939
- isSource: !0,
2940
- original: {
2941
- $type: "dimension",
2942
- $value: "0.125rem",
2943
- key: "{spacing.10}"
2944
- },
2945
- name: "spacing10",
2946
- attributes: {},
2947
- path: ["spacing", "10"]
2948
- },
2949
- 20: {
2950
- key: "{spacing.20}",
2951
- $type: "dimension",
2952
- $value: "0.25rem",
2953
- filePath: "src/theme/tokens/spacing.json",
2954
- isSource: !0,
2955
- original: {
2956
- $type: "dimension",
2957
- $value: "0.25rem",
2958
- key: "{spacing.20}"
2959
- },
2960
- name: "spacing20",
2961
- attributes: {},
2962
- path: ["spacing", "20"]
2963
- },
2964
- 30: {
2965
- key: "{spacing.30}",
2966
- $type: "dimension",
2967
- $value: "0.5rem",
2968
- filePath: "src/theme/tokens/spacing.json",
2969
- isSource: !0,
2970
- original: {
2971
- $type: "dimension",
2972
- $value: "0.5rem",
2973
- key: "{spacing.30}"
2974
- },
2975
- name: "spacing30",
2976
- attributes: {},
2977
- path: ["spacing", "30"]
2978
- },
2979
- 40: {
2980
- key: "{spacing.40}",
2981
- $type: "dimension",
2982
- $value: "0.75rem",
2983
- filePath: "src/theme/tokens/spacing.json",
2984
- isSource: !0,
2985
- original: {
2986
- $type: "dimension",
2987
- $value: "0.75rem",
2988
- key: "{spacing.40}"
2989
- },
2990
- name: "spacing40",
2991
- attributes: {},
2992
- path: ["spacing", "40"]
2993
- },
2994
- 50: {
2995
- key: "{spacing.50}",
2996
- $type: "dimension",
2997
- $value: "1rem",
2998
- filePath: "src/theme/tokens/spacing.json",
2999
- isSource: !0,
3000
- original: {
3001
- $type: "dimension",
3002
- $value: "1rem",
3003
- key: "{spacing.50}"
3004
- },
3005
- name: "spacing50",
3006
- attributes: {},
3007
- path: ["spacing", "50"]
3008
- },
3009
- 60: {
3010
- key: "{spacing.60}",
3011
- $type: "dimension",
3012
- $value: "1.5rem",
3013
- filePath: "src/theme/tokens/spacing.json",
3014
- isSource: !0,
3015
- original: {
3016
- $type: "dimension",
3017
- $value: "1.5rem",
3018
- key: "{spacing.60}"
3019
- },
3020
- name: "spacing60",
3021
- attributes: {},
3022
- path: ["spacing", "60"]
3023
- },
3024
- 70: {
3025
- key: "{spacing.70}",
3026
- $type: "dimension",
3027
- $value: "2rem",
3028
- filePath: "src/theme/tokens/spacing.json",
3029
- isSource: !0,
3030
- original: {
3031
- $type: "dimension",
3032
- $value: "2rem",
3033
- key: "{spacing.70}"
3034
- },
3035
- name: "spacing70",
3036
- attributes: {},
3037
- path: ["spacing", "70"]
3038
- },
3039
- 80: {
3040
- key: "{spacing.80}",
3041
- $type: "dimension",
3042
- $value: "2.5rem",
3043
- filePath: "src/theme/tokens/spacing.json",
3044
- isSource: !0,
3045
- original: {
3046
- $type: "dimension",
3047
- $value: "2.5rem",
3048
- key: "{spacing.80}"
3049
- },
3050
- name: "spacing80",
3051
- attributes: {},
3052
- path: ["spacing", "80"]
3053
- },
3054
- 90: {
3055
- key: "{spacing.90}",
3056
- $type: "dimension",
3057
- $value: "3rem",
3058
- filePath: "src/theme/tokens/spacing.json",
3059
- isSource: !0,
3060
- original: {
3061
- $type: "dimension",
3062
- $value: "3rem",
3063
- key: "{spacing.90}"
3064
- },
3065
- name: "spacing90",
3066
- attributes: {},
3067
- path: ["spacing", "90"]
3068
- },
3069
- 100: {
3070
- key: "{spacing.100}",
3071
- $type: "dimension",
3072
- $value: "4rem",
3073
- filePath: "src/theme/tokens/spacing.json",
3074
- isSource: !0,
3075
- original: {
3076
- $type: "dimension",
3077
- $value: "4rem",
3078
- key: "{spacing.100}"
3079
- },
3080
- name: "spacing100",
3081
- attributes: {},
3082
- path: ["spacing", "100"]
3083
- },
3084
- 110: {
3085
- key: "{spacing.110}",
3086
- $type: "dimension",
3087
- $value: "5rem",
3088
- filePath: "src/theme/tokens/spacing.json",
3089
- isSource: !0,
3090
- original: {
3091
- $type: "dimension",
3092
- $value: "5rem",
3093
- key: "{spacing.110}"
3094
- },
3095
- name: "spacing110",
3096
- attributes: {},
3097
- path: ["spacing", "110"]
3098
- },
3099
- 120: {
3100
- key: "{spacing.120}",
3101
- $type: "dimension",
3102
- $value: "6rem",
3103
- filePath: "src/theme/tokens/spacing.json",
3104
- isSource: !0,
3105
- original: {
3106
- $type: "dimension",
3107
- $value: "6rem",
3108
- key: "{spacing.120}"
3109
- },
3110
- name: "spacing120",
3111
- attributes: {},
3112
- path: ["spacing", "120"]
3113
- }
3114
- },
3115
- state: {
3116
- focus: {
3117
- key: "{state.focus}",
3118
- $type: "string",
3119
- $value: "0 0 0 2px light-dark(white, black), 0 0 0 4px light-dark(black, white)",
3120
- filePath: "src/theme/tokens/states.json",
3121
- isSource: !0,
3122
- original: {
3123
- $type: "string",
3124
- $value: "0 0 0 2px light-dark(white, black), 0 0 0 4px light-dark(black, white)",
3125
- key: "{state.focus}"
3126
- },
3127
- name: "stateFocus",
3128
- attributes: {},
3129
- path: ["state", "focus"]
3130
- },
3131
- focusInset: {
3132
- key: "{state.focusInset}",
3133
- $type: "string",
3134
- $value: "inset 0 0 0 2px light-dark(black, white), inset 0 0 0 4px light-dark(white, black)",
3135
- filePath: "src/theme/tokens/states.json",
3136
- isSource: !0,
3137
- original: {
3138
- $type: "string",
3139
- $value: "inset 0 0 0 2px light-dark(black, white), inset 0 0 0 4px light-dark(white, black)",
3140
- key: "{state.focusInset}"
3141
- },
3142
- name: "stateFocusInset",
3143
- attributes: {},
3144
- path: ["state", "focusInset"]
3145
- }
3146
- },
3147
- transitions: {
3148
- duration: {
3149
- slow: {
3150
- key: "{transitions.duration.slow}",
3151
- $type: "time",
3152
- $value: "500ms",
3153
- filePath: "src/theme/tokens/transitions.json",
3154
- isSource: !0,
3155
- original: {
3156
- $type: "time",
3157
- $value: "500ms",
3158
- key: "{transitions.duration.slow}"
3159
- },
3160
- name: "transitionsDurationSlow",
3161
- attributes: {},
3162
- path: ["transitions", "duration", "slow"]
3163
- },
3164
- normal: {
3165
- key: "{transitions.duration.normal}",
3166
- $type: "time",
3167
- $value: "300ms",
3168
- filePath: "src/theme/tokens/transitions.json",
3169
- isSource: !0,
3170
- original: {
3171
- $type: "time",
3172
- $value: "300ms",
3173
- key: "{transitions.duration.normal}"
3174
- },
3175
- name: "transitionsDurationNormal",
3176
- attributes: {},
3177
- path: ["transitions", "duration", "normal"]
3178
- },
3179
- fast: {
3180
- key: "{transitions.duration.fast}",
3181
- $type: "time",
3182
- $value: "250ms",
3183
- filePath: "src/theme/tokens/transitions.json",
3184
- isSource: !0,
3185
- original: {
3186
- $type: "time",
3187
- $value: "250ms",
3188
- key: "{transitions.duration.fast}"
3189
- },
3190
- name: "transitionsDurationFast",
3191
- attributes: {},
3192
- path: ["transitions", "duration", "fast"]
3193
- }
3194
- }
3195
- },
3196
- typography: {
3197
- font: {
3198
- family: {
3199
- key: "{typography.font.family}",
3200
- $type: "fontFamily",
3201
- $value: "Inter, sans-serif",
3202
- filePath: "src/theme/tokens/typography.json",
3203
- isSource: !0,
3204
- original: {
3205
- $type: "fontFamily",
3206
- $value: "Inter, sans-serif",
3207
- key: "{typography.font.family}"
3208
- },
3209
- name: "typographyFontFamily",
3210
- attributes: {},
3211
- path: ["typography", "font", "family"]
3212
- },
3213
- size: {
3214
- 10: {
3215
- key: "{typography.font.size.10}",
3216
- $type: "fontSize",
3217
- $value: "0.75rem",
3218
- filePath: "src/theme/tokens/typography.json",
3219
- isSource: !0,
3220
- original: {
3221
- $type: "fontSize",
3222
- $value: "0.75rem",
3223
- key: "{typography.font.size.10}"
3224
- },
3225
- name: "typographyFontSize10",
3226
- attributes: {},
3227
- path: ["typography", "font", "size", "10"]
3228
- },
3229
- 20: {
3230
- key: "{typography.font.size.20}",
3231
- $type: "fontSize",
3232
- $value: "0.875rem",
3233
- filePath: "src/theme/tokens/typography.json",
3234
- isSource: !0,
3235
- original: {
3236
- $type: "fontSize",
3237
- $value: "0.875rem",
3238
- key: "{typography.font.size.20}"
3239
- },
3240
- name: "typographyFontSize20",
3241
- attributes: {},
3242
- path: ["typography", "font", "size", "20"]
3243
- },
3244
- 30: {
3245
- key: "{typography.font.size.30}",
3246
- $type: "fontSize",
3247
- $value: "1rem",
3248
- filePath: "src/theme/tokens/typography.json",
3249
- isSource: !0,
3250
- original: {
3251
- $type: "fontSize",
3252
- $value: "1rem",
3253
- key: "{typography.font.size.30}"
3254
- },
3255
- name: "typographyFontSize30",
3256
- attributes: {},
3257
- path: ["typography", "font", "size", "30"]
3258
- },
3259
- 40: {
3260
- key: "{typography.font.size.40}",
3261
- $type: "fontSize",
3262
- $value: "1.125rem",
3263
- filePath: "src/theme/tokens/typography.json",
3264
- isSource: !0,
3265
- original: {
3266
- $type: "fontSize",
3267
- $value: "1.125rem",
3268
- key: "{typography.font.size.40}"
3269
- },
3270
- name: "typographyFontSize40",
3271
- attributes: {},
3272
- path: ["typography", "font", "size", "40"]
3273
- },
3274
- 50: {
3275
- key: "{typography.font.size.50}",
3276
- $type: "fontSize",
3277
- $value: "1.25rem",
3278
- filePath: "src/theme/tokens/typography.json",
3279
- isSource: !0,
3280
- original: {
3281
- $type: "fontSize",
3282
- $value: "1.25rem",
3283
- key: "{typography.font.size.50}"
3284
- },
3285
- name: "typographyFontSize50",
3286
- attributes: {},
3287
- path: ["typography", "font", "size", "50"]
3288
- },
3289
- 60: {
3290
- key: "{typography.font.size.60}",
3291
- $type: "fontSize",
3292
- $value: "1.5rem",
3293
- filePath: "src/theme/tokens/typography.json",
3294
- isSource: !0,
3295
- original: {
3296
- $type: "fontSize",
3297
- $value: "1.5rem",
3298
- key: "{typography.font.size.60}"
3299
- },
3300
- name: "typographyFontSize60",
3301
- attributes: {},
3302
- path: ["typography", "font", "size", "60"]
3303
- },
3304
- 70: {
3305
- key: "{typography.font.size.70}",
3306
- $type: "fontSize",
3307
- $value: "1.75rem",
3308
- filePath: "src/theme/tokens/typography.json",
3309
- isSource: !0,
3310
- original: {
3311
- $type: "fontSize",
3312
- $value: "1.75rem",
3313
- key: "{typography.font.size.70}"
3314
- },
3315
- name: "typographyFontSize70",
3316
- attributes: {},
3317
- path: ["typography", "font", "size", "70"]
3318
- },
3319
- 80: {
3320
- key: "{typography.font.size.80}",
3321
- $type: "fontSize",
3322
- $value: "2rem",
3323
- filePath: "src/theme/tokens/typography.json",
3324
- isSource: !0,
3325
- original: {
3326
- $type: "fontSize",
3327
- $value: "2rem",
3328
- key: "{typography.font.size.80}"
3329
- },
3330
- name: "typographyFontSize80",
3331
- attributes: {},
3332
- path: ["typography", "font", "size", "80"]
3333
- },
3334
- 90: {
3335
- key: "{typography.font.size.90}",
3336
- $type: "fontSize",
3337
- $value: "2.25rem",
3338
- filePath: "src/theme/tokens/typography.json",
3339
- isSource: !0,
3340
- original: {
3341
- $type: "fontSize",
3342
- $value: "2.25rem",
3343
- key: "{typography.font.size.90}"
3344
- },
3345
- name: "typographyFontSize90",
3346
- attributes: {},
3347
- path: ["typography", "font", "size", "90"]
3348
- },
3349
- 100: {
3350
- key: "{typography.font.size.100}",
3351
- $type: "fontSize",
3352
- $value: "2.625rem",
3353
- filePath: "src/theme/tokens/typography.json",
3354
- isSource: !0,
3355
- original: {
3356
- $type: "fontSize",
3357
- $value: "2.625rem",
3358
- key: "{typography.font.size.100}"
3359
- },
3360
- name: "typographyFontSize100",
3361
- attributes: {},
3362
- path: ["typography", "font", "size", "100"]
3363
- }
3364
- }
3365
- },
3366
- lineHeight: {
3367
- 10: {
3368
- key: "{typography.lineHeight.10}",
3369
- $type: "lineHeight",
3370
- $value: "1rem",
3371
- filePath: "src/theme/tokens/typography.json",
3372
- isSource: !0,
3373
- original: {
3374
- $type: "lineHeight",
3375
- $value: "1rem",
3376
- key: "{typography.lineHeight.10}"
3377
- },
3378
- name: "typographyLineHeight10",
3379
- attributes: {},
3380
- path: ["typography", "lineHeight", "10"]
3381
- },
3382
- 20: {
3383
- key: "{typography.lineHeight.20}",
3384
- $type: "lineHeight",
3385
- $value: "1.125rem",
3386
- filePath: "src/theme/tokens/typography.json",
3387
- isSource: !0,
3388
- original: {
3389
- $type: "lineHeight",
3390
- $value: "1.125rem",
3391
- key: "{typography.lineHeight.20}"
3392
- },
3393
- name: "typographyLineHeight20",
3394
- attributes: {},
3395
- path: ["typography", "lineHeight", "20"]
3396
- },
3397
- 30: {
3398
- key: "{typography.lineHeight.30}",
3399
- $type: "lineHeight",
3400
- $value: "1.25rem",
3401
- filePath: "src/theme/tokens/typography.json",
3402
- isSource: !0,
3403
- original: {
3404
- $type: "lineHeight",
3405
- $value: "1.25rem",
3406
- key: "{typography.lineHeight.30}"
3407
- },
3408
- name: "typographyLineHeight30",
3409
- attributes: {},
3410
- path: ["typography", "lineHeight", "30"]
3411
- },
3412
- 40: {
3413
- key: "{typography.lineHeight.40}",
3414
- $type: "lineHeight",
3415
- $value: "1.375rem",
3416
- filePath: "src/theme/tokens/typography.json",
3417
- isSource: !0,
3418
- original: {
3419
- $type: "lineHeight",
3420
- $value: "1.375rem",
3421
- key: "{typography.lineHeight.40}"
3422
- },
3423
- name: "typographyLineHeight40",
3424
- attributes: {},
3425
- path: ["typography", "lineHeight", "40"]
3426
- },
3427
- 50: {
3428
- key: "{typography.lineHeight.50}",
3429
- $type: "lineHeight",
3430
- $value: "1.5rem",
3431
- filePath: "src/theme/tokens/typography.json",
3432
- isSource: !0,
3433
- original: {
3434
- $type: "lineHeight",
3435
- $value: "1.5rem",
3436
- key: "{typography.lineHeight.50}"
3437
- },
3438
- name: "typographyLineHeight50",
3439
- attributes: {},
3440
- path: ["typography", "lineHeight", "50"]
3441
- },
3442
- 60: {
3443
- key: "{typography.lineHeight.60}",
3444
- $type: "lineHeight",
3445
- $value: "1.75rem",
3446
- filePath: "src/theme/tokens/typography.json",
3447
- isSource: !0,
3448
- original: {
3449
- $type: "lineHeight",
3450
- $value: "1.75rem",
3451
- key: "{typography.lineHeight.60}"
3452
- },
3453
- name: "typographyLineHeight60",
3454
- attributes: {},
3455
- path: ["typography", "lineHeight", "60"]
3456
- },
3457
- 70: {
3458
- key: "{typography.lineHeight.70}",
3459
- $type: "lineHeight",
3460
- $value: "2rem",
3461
- filePath: "src/theme/tokens/typography.json",
3462
- isSource: !0,
3463
- original: {
3464
- $type: "lineHeight",
3465
- $value: "2rem",
3466
- key: "{typography.lineHeight.70}"
3467
- },
3468
- name: "typographyLineHeight70",
3469
- attributes: {},
3470
- path: ["typography", "lineHeight", "70"]
3471
- },
3472
- 80: {
3473
- key: "{typography.lineHeight.80}",
3474
- $type: "lineHeight",
3475
- $value: "2.25rem",
3476
- filePath: "src/theme/tokens/typography.json",
3477
- isSource: !0,
3478
- original: {
3479
- $type: "lineHeight",
3480
- $value: "2.25rem",
3481
- key: "{typography.lineHeight.80}"
3482
- },
3483
- name: "typographyLineHeight80",
3484
- attributes: {},
3485
- path: ["typography", "lineHeight", "80"]
3486
- },
3487
- 90: {
3488
- key: "{typography.lineHeight.90}",
3489
- $type: "lineHeight",
3490
- $value: "2.5rem",
3491
- filePath: "src/theme/tokens/typography.json",
3492
- isSource: !0,
3493
- original: {
3494
- $type: "lineHeight",
3495
- $value: "2.5rem",
3496
- key: "{typography.lineHeight.90}"
3497
- },
3498
- name: "typographyLineHeight90",
3499
- attributes: {},
3500
- path: ["typography", "lineHeight", "90"]
3501
- },
3502
- 100: {
3503
- key: "{typography.lineHeight.100}",
3504
- $type: "lineHeight",
3505
- $value: "2.75rem",
3506
- filePath: "src/theme/tokens/typography.json",
3507
- isSource: !0,
3508
- original: {
3509
- $type: "lineHeight",
3510
- $value: "2.75rem",
3511
- key: "{typography.lineHeight.100}"
3512
- },
3513
- name: "typographyLineHeight100",
3514
- attributes: {},
3515
- path: ["typography", "lineHeight", "100"]
3516
- }
3517
- },
3518
- weight: {
3519
- thin: {
3520
- key: "{typography.weight.thin}",
3521
- $type: "fontWeight",
3522
- $value: 100,
3523
- filePath: "src/theme/tokens/typography.json",
3524
- isSource: !0,
3525
- original: {
3526
- $type: "fontWeight",
3527
- $value: 100,
3528
- key: "{typography.weight.thin}"
3529
- },
3530
- name: "typographyWeightThin",
3531
- attributes: {},
3532
- path: ["typography", "weight", "thin"]
3533
- },
3534
- extraLight: {
3535
- key: "{typography.weight.extraLight}",
3536
- $type: "fontWeight",
3537
- $value: 200,
3538
- filePath: "src/theme/tokens/typography.json",
3539
- isSource: !0,
3540
- original: {
3541
- $type: "fontWeight",
3542
- $value: 200,
3543
- key: "{typography.weight.extraLight}"
3544
- },
3545
- name: "typographyWeightExtraLight",
3546
- attributes: {},
3547
- path: ["typography", "weight", "extraLight"]
3548
- },
3549
- light: {
3550
- key: "{typography.weight.light}",
3551
- $type: "fontWeight",
3552
- $value: 300,
3553
- filePath: "src/theme/tokens/typography.json",
3554
- isSource: !0,
3555
- original: {
3556
- $type: "fontWeight",
3557
- $value: 300,
3558
- key: "{typography.weight.light}"
3559
- },
3560
- name: "typographyWeightLight",
3561
- attributes: {},
3562
- path: ["typography", "weight", "light"]
3563
- },
3564
- regular: {
3565
- key: "{typography.weight.regular}",
3566
- $type: "fontWeight",
3567
- $value: 400,
3568
- filePath: "src/theme/tokens/typography.json",
3569
- isSource: !0,
3570
- original: {
3571
- $type: "fontWeight",
3572
- $value: 400,
3573
- key: "{typography.weight.regular}"
3574
- },
3575
- name: "typographyWeightRegular",
3576
- attributes: {},
3577
- path: ["typography", "weight", "regular"]
3578
- },
3579
- medium: {
3580
- key: "{typography.weight.medium}",
3581
- $type: "fontWeight",
3582
- $value: 500,
3583
- filePath: "src/theme/tokens/typography.json",
3584
- isSource: !0,
3585
- original: {
3586
- $type: "fontWeight",
3587
- $value: 500,
3588
- key: "{typography.weight.medium}"
3589
- },
3590
- name: "typographyWeightMedium",
3591
- attributes: {},
3592
- path: ["typography", "weight", "medium"]
3593
- },
3594
- semiBold: {
3595
- key: "{typography.weight.semiBold}",
3596
- $type: "fontWeight",
3597
- $value: 600,
3598
- filePath: "src/theme/tokens/typography.json",
3599
- isSource: !0,
3600
- original: {
3601
- $type: "fontWeight",
3602
- $value: 600,
3603
- key: "{typography.weight.semiBold}"
3604
- },
3605
- name: "typographyWeightSemiBold",
3606
- attributes: {},
3607
- path: ["typography", "weight", "semiBold"]
3608
- },
3609
- bold: {
3610
- key: "{typography.weight.bold}",
3611
- $type: "fontWeight",
3612
- $value: 700,
3613
- filePath: "src/theme/tokens/typography.json",
3614
- isSource: !0,
3615
- original: {
3616
- $type: "fontWeight",
3617
- $value: 700,
3618
- key: "{typography.weight.bold}"
3619
- },
3620
- name: "typographyWeightBold",
3621
- attributes: {},
3622
- path: ["typography", "weight", "bold"]
3623
- },
3624
- extraBold: {
3625
- key: "{typography.weight.extraBold}",
3626
- $type: "fontWeight",
3627
- $value: 800,
3628
- filePath: "src/theme/tokens/typography.json",
3629
- isSource: !0,
3630
- original: {
3631
- $type: "fontWeight",
3632
- $value: 800,
3633
- key: "{typography.weight.extraBold}"
3634
- },
3635
- name: "typographyWeightExtraBold",
3636
- attributes: {},
3637
- path: ["typography", "weight", "extraBold"]
3638
- },
3639
- black: {
3640
- key: "{typography.weight.black}",
3641
- $type: "fontWeight",
3642
- $value: 900,
3643
- filePath: "src/theme/tokens/typography.json",
3644
- isSource: !0,
3645
- original: {
3646
- $type: "fontWeight",
3647
- $value: 900,
3648
- key: "{typography.weight.black}"
3649
- },
3650
- name: "typographyWeightBlack",
3651
- attributes: {},
3652
- path: ["typography", "weight", "black"]
3653
- }
3654
- }
3655
- },
3656
- zIndex: {
3657
- base: {
3658
- key: "{zIndex.base}",
3659
- $value: 1,
3660
- filePath: "src/theme/tokens/z-index.json",
3661
- isSource: !0,
3662
- $type: "number",
3663
- original: {
3664
- $value: 1,
3665
- $type: "number",
3666
- key: "{zIndex.base}"
3667
- },
3668
- name: "zIndexBase",
3669
- attributes: {},
3670
- path: ["zIndex", "base"]
3671
- },
3672
- above: {
3673
- key: "{zIndex.above}",
3674
- $value: 10,
3675
- filePath: "src/theme/tokens/z-index.json",
3676
- isSource: !0,
3677
- $type: "number",
3678
- original: {
3679
- $value: 10,
3680
- $type: "number",
3681
- key: "{zIndex.above}"
3682
- },
3683
- name: "zIndexAbove",
3684
- attributes: {},
3685
- path: ["zIndex", "above"]
3686
- },
3687
- modal: {
3688
- key: "{zIndex.modal}",
3689
- $value: 1e3,
3690
- filePath: "src/theme/tokens/z-index.json",
3691
- isSource: !0,
3692
- $type: "number",
3693
- original: {
3694
- $value: 1e3,
3695
- $type: "number",
3696
- key: "{zIndex.modal}"
3697
- },
3698
- name: "zIndexModal",
3699
- attributes: {},
3700
- path: ["zIndex", "modal"]
3701
- },
3702
- toast: {
3703
- key: "{zIndex.toast}",
3704
- $value: 1100,
3705
- filePath: "src/theme/tokens/z-index.json",
3706
- isSource: !0,
3707
- $type: "number",
3708
- original: {
3709
- $value: 1100,
3710
- $type: "number",
3711
- key: "{zIndex.toast}"
3712
- },
3713
- name: "zIndexToast",
3714
- attributes: {},
3715
- path: ["zIndex", "toast"]
3716
- },
3717
- skipToContent: {
3718
- key: "{zIndex.skipToContent}",
3719
- $value: 1200,
3720
- filePath: "src/theme/tokens/z-index.json",
3721
- isSource: !0,
3722
- $type: "number",
3723
- original: {
3724
- $value: 1200,
3725
- $type: "number",
3726
- key: "{zIndex.skipToContent}"
3727
- },
3728
- name: "zIndexSkipToContent",
3729
- attributes: {},
3730
- path: ["zIndex", "skipToContent"]
3731
- }
3732
- }
3733
- }, t = "480px", r = "768px", o = "1024px", a = "1280px", i = "(max-width: calc(480px - 1px))", n = "(min-width: 480px)", l = "(min-width: 768px)", s = "(min-width: 1024px)", c = "(min-width: 1280px)", u = "#000", g = "#0d0d0d", d = "#fff", y = "#e6e6e6", p = "#f2f2f2", h = "#e6e6e6", k = "#d9d9d9", b = "#ccc", m = "#bfbfbf", f = "#b3b3b3", $ = "#a6a6a6", v = "#999", S = "#8c8c8c", j = "#808080", P = "#737373", z = "#666", B = "#5d5d5d", w = "#525252", H = "#474747", x = "#383838", R = "#333", A = "#262626", I = "#212121", G = "#171717", W = "#eaf2f6", C = "#d5e5ed", F = "#abcbdb", D = "#94BCD1", T = "#82b0c9", L = "#6CA3C0", Y = "#5897b8", K = "#4289ad", E = "#2e7ca5", M = "#2C7399", O = "#29698C", X = "#25607f", _ = "#143c50", N = "#b46ab4", V = "#954b95", q = "#b90835", J = "#eaf2f6", Q = "#d5e5ed", U = "#06c", Z = "#d5f2d9", ee = "#bae5c5", te = "#008d3c", re = "#fff8e1", oe = "#FFEBA8", ae = "#fdb813", ie = "#ffefef", ne = "#ffdfdf", le = "#fcc8c8", se = "#f9b0b0", ce = "#f69999", ue = "#f38181", ge = "#ef6a6a", de = "#eb4e4e", ye = "#e93b3b", pe = "#e62323", he = "#d12020", ke = "#bc1d1d", be = "#a71919", me = "#921616", fe = "#7d1313", $e = "#691010", ve = "#540d0d", Se = "#3f0a0a", je = "#2a0606", Pe = "#150303", ze = "light-dark(#fff, #171717)", Be = "light-dark(#e6e6e6, #212121)", we = "light-dark(#171717, #f2f2f2)", He = "light-dark(#f2f2f2, #262626)", xe = "light-dark(#e6e6e6, #333)", Re = "light-dark(#d9d9d9, #383838)", Ae = "light-dark(#ccc, #474747)", Ie = "light-dark(#fff, #383838)", Ge = "light-dark(#e6e6e6, #474747)", We = "light-dark(#d9d9d9, #525252)", Ce = "light-dark(#ccc, #5d5d5d)", Fe = "light-dark(#d9d9d9, #383838)", De = "light-dark(#ccc, #474747)", Te = "light-dark(#bfbfbf, #525252)", Le = "light-dark(#f2f2f2, #262626)", Ye = "light-dark(#e6e6e6, #333)", Ke = "light-dark(#d9d9d9, #383838)", Ee = "light-dark(#b90835, #b90835)", Me = "light-dark(#171717, #f2f2f2)", Oe = "light-dark(#737373, #8c8c8c)", Xe = "light-dark(#bfbfbf, #383838)", _e = "light-dark(#143c50, #2e7ca5)", Ne = "light-dark(#bfbfbf, #525252)", Ve = "1px", qe = "light-dark(#f2f2f2, #262626)", Je = "light-dark(#e6e6e6, #333)", Qe = "light-dark(#d9d9d9, #383838)", Ue = "light-dark(#fff, #383838)", Ze = "light-dark(#e6e6e6, #474747)", et = "light-dark(#d9d9d9, #525252)", tt = "light-dark(#f2f2f2, #262626)", rt = "light-dark(#f2f2f2, #262626)", ot = "light-dark(#d9d9d9, #383838)", at = "light-dark(#171717, #f2f2f2)", it = "light-dark(#525252, #a6a6a6)", nt = "light-dark(#143c50, #f2f2f2)", lt = "light-dark(#fff, #171717)", st = "light-dark(#fff, #fff)", ct = "light-dark(#bfbfbf, #525252)", ut = "light-dark(#008d3c, #008d3c)", gt = "light-dark(#06c, #06c)", dt = "light-dark(#e62323, #e62323)", yt = "light-dark(#fdb813, #fdb813)", pt = "light-dark(#29698C, #6CA3C0)", ht = "light-dark(#143c50, #94BCD1)", kt = "light-dark(#171717, #abcbdb)", bt = "light-dark(#954b95, #b46ab4)", mt = "light-dark(#008d3c, #008d3c)", ft = "light-dark(#06c, #06c)", $t = "light-dark(#fdb813, #fdb813)", vt = "light-dark(#e62323, #e62323)", St = "light-dark(#d5f2d9, #262626)", jt = "light-dark(#bae5c5, #333)", Pt = "light-dark(#eaf2f6, #262626)", zt = "light-dark(#d5e5ed, #333)", Bt = "light-dark(#fff8e1, #262626)", wt = "light-dark(#FFEBA8, #333)", Ht = "light-dark(#ffdfdf, #262626)", xt = "light-dark(#fcc8c8, #333)", Rt = "light-dark(#171717, #f2f2f2)", At = "light-dark(#525252, #a6a6a6)", It = "light-dark(#143c50, #f2f2f2)", Gt = "light-dark(#fff, #fff)", Wt = "light-dark(#f2f2f2, #171717)", Ct = "light-dark(#bfbfbf, #525252)", Ft = "light-dark(#e62323, #eb4e4e)", Dt = "light-dark(#a6a6a6, #525252)", Tt = "light-dark(#143c50, #2e7ca5)", Lt = "light-dark(#25607f, #25607f)", Yt = "light-dark(#2e7ca5, #143c50)", Kt = "light-dark(#fff, #171717)", Et = "light-dark(#e6e6e6, #212121)", Mt = "light-dark(#d9d9d9, #262626)", Ot = "light-dark(#e6e6e6, #212121)", Xt = "light-dark(#d9d9d9, #262626)", _t = "light-dark(#e62323, #e62323)", Nt = "light-dark(#bc1d1d, #bc1d1d)", Vt = "light-dark(#7d1313, #7d1313)", qt = "light-dark(#f2f2f2, #262626)", Jt = "light-dark(#143c50, #f2f2f2)", Qt = "light-dark(#0000001a, #ffffff1a)", Ut = "light-dark(#00000033, #ffffff33)", Zt = "light-dark(#e62323, #e62323)", er = "light-dark(#0000001a, #ffffff1a)", tr = "light-dark(#143c50, #5897b8)", rr = "light-dark(#143c50, #5897b8)", or = "light-dark(#d5e5ed, #143c50)", ar = "light-dark(#143c50, #5897b8)", ir = "light-dark(#b90835, #fff)", nr = "light-dark(#e6e6e6, #212121)", lr = "light-dark(#f2f2f2, #262626)", sr = "light-dark(#29698C, #5897b8)", cr = "0.125rem", ur = "0.188rem", gr = "0.25rem", dr = "0.375rem", yr = "0.5rem", pr = "0.625rem", hr = "0.75rem", kr = "0.875rem", br = "0.938rem", mr = "1rem", fr = "1.25rem", $r = "1.5rem", vr = "1.75rem", Sr = "2rem", jr = "2.5rem", Pr = "2.75rem", zr = "3rem", Br = 0, wr = "0.063rem", Hr = "0.125rem", xr = "0.25rem", Rr = "0.5rem", Ar = "0.75rem", Ir = "1rem", Gr = "1.5rem", Wr = "2rem", Cr = "2.5rem", Fr = "3rem", Dr = "4rem", Tr = "5rem", Lr = "6rem", Yr = "0 0 0 2px light-dark(white, black), 0 0 0 4px light-dark(black, white)", Kr = "inset 0 0 0 2px light-dark(black, white), inset 0 0 0 4px light-dark(white, black)", Er = "500ms", Mr = "300ms", Or = "250ms", Xr = "Inter, sans-serif", _r = "0.75rem", Nr = "0.875rem", Vr = "1rem", qr = "1.125rem", Jr = "1.25rem", Qr = "1.5rem", Ur = "1.75rem", Zr = "2rem", eo = "2.25rem", to = "2.625rem", ro = "1rem", oo = "1.125rem", ao = "1.25rem", io = "1.375rem", no = "1.5rem", lo = "1.75rem", so = "2rem", co = "2.25rem", uo = "2.5rem", go = "2.75rem", yo = 100, po = 200, ho = 300, ko = 400, bo = 500, mo = 600, fo = 700, $o = 800, vo = 900, So = 1, jo = 10, Po = 1e3, zo = 1100, Bo = 1200, xo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3734
- __proto__: null,
3735
- backgroundBase: ze,
3736
- backgroundHover: Be,
3737
- backgroundInverse: we,
3738
- badgeBackground: Zt,
3739
- borderColorDisabled: Ne,
3740
- borderColorPrimary: Me,
3741
- borderColorSecondary: Oe,
3742
- borderColorSubtle: Xe,
3743
- borderColorTertiary: _e,
3744
- borderWidth: Ve,
3745
- brandPrimary: Ee,
3746
- breakpointsLg: s,
3747
- breakpointsMd: l,
3748
- breakpointsSm: n,
3749
- breakpointsXl: c,
3750
- breakpointsXs: i,
3751
- buttonBackgroundDangerActive: Vt,
3752
- buttonBackgroundDangerBase: _t,
3753
- buttonBackgroundDangerHover: Nt,
3754
- buttonBackgroundDisabled: qt,
3755
- buttonBackgroundPrimaryActive: Yt,
3756
- buttonBackgroundPrimaryBase: Tt,
3757
- buttonBackgroundPrimaryHover: Lt,
3758
- buttonBackgroundSecondaryActive: Mt,
3759
- buttonBackgroundSecondaryBase: Kt,
3760
- buttonBackgroundSecondaryHover: Et,
3761
- buttonBackgroundTertiaryActive: Xt,
3762
- buttonBackgroundTertiaryHover: Ot,
3763
- buttonBorderSecondary: Jt,
3764
- buttonIconActive: Ut,
3765
- buttonIconHover: Qt,
3766
- calendarDateBackgroundEndRange: ar,
3767
- calendarDateBackgroundHover: er,
3768
- calendarDateBackgroundInRange: or,
3769
- calendarDateBackgroundSelected: tr,
3770
- calendarDateBackgroundStartRange: rr,
3771
- colorBlackBase: u,
3772
- colorBlackHover: g,
3773
- colorBlue10: W,
3774
- colorBlue100: E,
3775
- colorBlue110: M,
3776
- colorBlue120: O,
3777
- colorBlue130: X,
3778
- colorBlue150: _,
3779
- colorBlue20: C,
3780
- colorBlue40: F,
3781
- colorBlue50: D,
3782
- colorBlue60: T,
3783
- colorBlue70: L,
3784
- colorBlue80: Y,
3785
- colorBlue90: K,
3786
- colorGray10: p,
3787
- colorGray100: j,
3788
- colorGray110: P,
3789
- colorGray120: z,
3790
- colorGray130: B,
3791
- colorGray140: w,
3792
- colorGray150: H,
3793
- colorGray160: x,
3794
- colorGray170: R,
3795
- colorGray180: A,
3796
- colorGray190: I,
3797
- colorGray20: h,
3798
- colorGray200: G,
3799
- colorGray30: k,
3800
- colorGray40: b,
3801
- colorGray50: m,
3802
- colorGray60: f,
3803
- colorGray70: $,
3804
- colorGray80: v,
3805
- colorGray90: S,
3806
- colorPurple110: V,
3807
- colorPurple80: N,
3808
- colorRed100: q,
3809
- colorSignalBlue10: J,
3810
- colorSignalBlue100: U,
3811
- colorSignalBlue20: Q,
3812
- colorSignalGreen100: te,
3813
- colorSignalGreen20: Z,
3814
- colorSignalGreen30: ee,
3815
- colorSignalRed10: ie,
3816
- colorSignalRed100: pe,
3817
- colorSignalRed110: he,
3818
- colorSignalRed120: ke,
3819
- colorSignalRed130: be,
3820
- colorSignalRed140: me,
3821
- colorSignalRed150: fe,
3822
- colorSignalRed160: $e,
3823
- colorSignalRed170: ve,
3824
- colorSignalRed180: Se,
3825
- colorSignalRed190: je,
3826
- colorSignalRed20: ne,
3827
- colorSignalRed200: Pe,
3828
- colorSignalRed30: le,
3829
- colorSignalRed40: se,
3830
- colorSignalRed50: ce,
3831
- colorSignalRed60: ue,
3832
- colorSignalRed70: ge,
3833
- colorSignalRed80: de,
3834
- colorSignalRed90: ye,
3835
- colorSignalYellow10: re,
3836
- colorSignalYellow100: ae,
3837
- colorSignalYellow20: oe,
3838
- colorWhiteBase: d,
3839
- colorWhiteHover: y,
3840
- field01Active: Qe,
3841
- field01Base: qe,
3842
- field01Hover: Je,
3843
- field02Active: et,
3844
- field02Base: Ue,
3845
- field02Hover: Ze,
3846
- fieldDisabled: tt,
3847
- iconDisabled: ct,
3848
- iconImportant: yt,
3849
- iconInfo: gt,
3850
- iconInverse: lt,
3851
- iconOnColor: st,
3852
- iconPrimary: at,
3853
- iconSecondary: it,
3854
- iconSuccess: ut,
3855
- iconTertiary: nt,
3856
- iconWarning: dt,
3857
- layer01Base: He,
3858
- layer01Hover: xe,
3859
- layer01Selected: Re,
3860
- layer01SelectedHover: Ae,
3861
- layer02Base: Ie,
3862
- layer02Hover: Ge,
3863
- layer02Selected: We,
3864
- layer02SelectedHover: Ce,
3865
- layerAccent01Base: Fe,
3866
- layerAccent01Hover: De,
3867
- layerAccent01Selected: Te,
3868
- layerAccent02Base: Le,
3869
- layerAccent02Hover: Ye,
3870
- layerAccent02Selected: Ke,
3871
- linkEnabled: pt,
3872
- linkHover: ht,
3873
- linkPressed: kt,
3874
- linkVisited: bt,
3875
- logoPrimary: ir,
3876
- menuItemBackgroundHover: nr,
3877
- menuItemBackgroundSelected: lr,
3878
- menuTextSectionHeader: sr,
3879
- size00: Br,
3880
- size05: wr,
3881
- size10: cr,
3882
- size100: $r,
3883
- size110: vr,
3884
- size120: Sr,
3885
- size130: jr,
3886
- size140: Pr,
3887
- size15: ur,
3888
- size150: zr,
3889
- size20: gr,
3890
- size30: dr,
3891
- size40: yr,
3892
- size50: pr,
3893
- size60: hr,
3894
- size70: kr,
3895
- size75: br,
3896
- size80: mr,
3897
- size90: fr,
3898
- skeleton01: rt,
3899
- skeleton02: ot,
3900
- spacing10: Hr,
3901
- spacing100: Dr,
3902
- spacing110: Tr,
3903
- spacing120: Lr,
3904
- spacing20: xr,
3905
- spacing30: Rr,
3906
- spacing40: Ar,
3907
- spacing50: Ir,
3908
- spacing60: Gr,
3909
- spacing70: Wr,
3910
- spacing80: Cr,
3911
- spacing90: Fr,
3912
- stateFocus: Yr,
3913
- stateFocusInset: Kr,
3914
- supportBackgroundImportant: Bt,
3915
- supportBackgroundImportantHover: wt,
3916
- supportBackgroundInfo: Pt,
3917
- supportBackgroundInfoHover: zt,
3918
- supportBackgroundSuccess: St,
3919
- supportBackgroundSuccessHover: jt,
3920
- supportBackgroundWarning: Ht,
3921
- supportBackgroundWarningHover: xt,
3922
- supportBorderImportant: $t,
3923
- supportBorderInfo: ft,
3924
- supportBorderSuccess: mt,
3925
- supportBorderWarning: vt,
3926
- textDisabled: Ct,
3927
- textInverse: Wt,
3928
- textOnColor: Gt,
3929
- textPlaceholder: Dt,
3930
- textPrimary: Rt,
3931
- textSecondary: At,
3932
- textTertiary: It,
3933
- textWarning: Ft,
3934
- transitionsDurationFast: Or,
3935
- transitionsDurationNormal: Mr,
3936
- transitionsDurationSlow: Er,
3937
- typographyFontFamily: Xr,
3938
- typographyFontSize10: _r,
3939
- typographyFontSize100: to,
3940
- typographyFontSize20: Nr,
3941
- typographyFontSize30: Vr,
3942
- typographyFontSize40: qr,
3943
- typographyFontSize50: Jr,
3944
- typographyFontSize60: Qr,
3945
- typographyFontSize70: Ur,
3946
- typographyFontSize80: Zr,
3947
- typographyFontSize90: eo,
3948
- typographyLineHeight10: ro,
3949
- typographyLineHeight100: go,
3950
- typographyLineHeight20: oo,
3951
- typographyLineHeight30: ao,
3952
- typographyLineHeight40: io,
3953
- typographyLineHeight50: no,
3954
- typographyLineHeight60: lo,
3955
- typographyLineHeight70: so,
3956
- typographyLineHeight80: co,
3957
- typographyLineHeight90: uo,
3958
- typographyWeightBlack: vo,
3959
- typographyWeightBold: fo,
3960
- typographyWeightExtraBold: $o,
3961
- typographyWeightExtraLight: po,
3962
- typographyWeightLight: ho,
3963
- typographyWeightMedium: bo,
3964
- typographyWeightRegular: ko,
3965
- typographyWeightSemiBold: mo,
3966
- typographyWeightThin: yo,
3967
- windowSizesLg: o,
3968
- windowSizesMd: r,
3969
- windowSizesSm: t,
3970
- windowSizesXl: a,
3971
- zIndexAbove: jo,
3972
- zIndexBase: So,
3973
- zIndexModal: Po,
3974
- zIndexSkipToContent: Bo,
3975
- zIndexToast: zo
3976
- }, Symbol.toStringTag, { value: "Module" })), Ro = { ...e };
3977
- export {
3978
- Go as baseColors,
3979
- Wo as breakpoints,
3980
- Co as semantic,
3981
- Fo as sizing,
3982
- Do as spacing,
3983
- To as states,
3984
- Ro as theme,
3985
- Ho as tokens,
3986
- Lo as transitions,
3987
- Yo as typography,
3988
- xo as variables,
3989
- Ko as windowSizes,
3990
- Eo as zIndex
3991
- };