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