@midas-ds/theme 1.0.2 → 2.0.1

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