@midas-ds/theme 3.12.5 → 3.12.6
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/CHANGELOG.md +10 -0
- package/README.md +1 -1
- package/index.mjs +313 -145
- package/lib/style-dictionary-dist/variables.d.ts +88 -4
- package/package.json +1 -1
- package/tailwind-theme.css +1 -1
package/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const si = {
|
|
2
2
|
base: {
|
|
3
3
|
10: {
|
|
4
4
|
key: "{base.10}",
|
|
@@ -347,11 +347,13 @@ const ni = {
|
|
|
347
347
|
sm: {
|
|
348
348
|
key: "{windowSizes.sm}",
|
|
349
349
|
$value: "480px",
|
|
350
|
+
$description: "Liten skärmstorlek. 480px.",
|
|
350
351
|
filePath: "packages/theme/tokens/breakpoints.json",
|
|
351
352
|
isSource: !0,
|
|
352
353
|
$type: "dimension",
|
|
353
354
|
original: {
|
|
354
355
|
$value: "480px",
|
|
356
|
+
$description: "Liten skärmstorlek. 480px.",
|
|
355
357
|
$type: "dimension",
|
|
356
358
|
key: "{windowSizes.sm}"
|
|
357
359
|
},
|
|
@@ -362,11 +364,13 @@ const ni = {
|
|
|
362
364
|
md: {
|
|
363
365
|
key: "{windowSizes.md}",
|
|
364
366
|
$value: "768px",
|
|
367
|
+
$description: "Mellanstor skärmstorlek. 768px.",
|
|
365
368
|
filePath: "packages/theme/tokens/breakpoints.json",
|
|
366
369
|
isSource: !0,
|
|
367
370
|
$type: "dimension",
|
|
368
371
|
original: {
|
|
369
372
|
$value: "768px",
|
|
373
|
+
$description: "Mellanstor skärmstorlek. 768px.",
|
|
370
374
|
$type: "dimension",
|
|
371
375
|
key: "{windowSizes.md}"
|
|
372
376
|
},
|
|
@@ -377,11 +381,13 @@ const ni = {
|
|
|
377
381
|
lg: {
|
|
378
382
|
key: "{windowSizes.lg}",
|
|
379
383
|
$value: "1024px",
|
|
384
|
+
$description: "Stor skärmstorlek. 1024px.",
|
|
380
385
|
filePath: "packages/theme/tokens/breakpoints.json",
|
|
381
386
|
isSource: !0,
|
|
382
387
|
$type: "dimension",
|
|
383
388
|
original: {
|
|
384
389
|
$value: "1024px",
|
|
390
|
+
$description: "Stor skärmstorlek. 1024px.",
|
|
385
391
|
$type: "dimension",
|
|
386
392
|
key: "{windowSizes.lg}"
|
|
387
393
|
},
|
|
@@ -392,11 +398,13 @@ const ni = {
|
|
|
392
398
|
xl: {
|
|
393
399
|
key: "{windowSizes.xl}",
|
|
394
400
|
$value: "1280px",
|
|
401
|
+
$description: "Extra stor skärmstorlek. 1280px.",
|
|
395
402
|
filePath: "packages/theme/tokens/breakpoints.json",
|
|
396
403
|
isSource: !0,
|
|
397
404
|
$type: "dimension",
|
|
398
405
|
original: {
|
|
399
406
|
$value: "1280px",
|
|
407
|
+
$description: "Extra stor skärmstorlek. 1280px.",
|
|
400
408
|
$type: "dimension",
|
|
401
409
|
key: "{windowSizes.xl}"
|
|
402
410
|
},
|
|
@@ -409,11 +417,13 @@ const ni = {
|
|
|
409
417
|
xs: {
|
|
410
418
|
key: "{breakpoints.xs}",
|
|
411
419
|
$value: "(max-width: calc(480px - 1px))",
|
|
420
|
+
$description: "Extra liten skärm. Upp till 479px (max-width).",
|
|
412
421
|
filePath: "packages/theme/tokens/breakpoints.json",
|
|
413
422
|
isSource: !0,
|
|
414
423
|
$type: "string",
|
|
415
424
|
original: {
|
|
416
425
|
$value: "(max-width: calc({windowSizes.sm} - 1px))",
|
|
426
|
+
$description: "Extra liten skärm. Upp till 479px (max-width).",
|
|
417
427
|
$type: "string",
|
|
418
428
|
key: "{breakpoints.xs}"
|
|
419
429
|
},
|
|
@@ -424,11 +434,13 @@ const ni = {
|
|
|
424
434
|
sm: {
|
|
425
435
|
key: "{breakpoints.sm}",
|
|
426
436
|
$value: "(min-width: 480px)",
|
|
437
|
+
$description: "Liten skärm och uppåt. Från 480px (min-width).",
|
|
427
438
|
filePath: "packages/theme/tokens/breakpoints.json",
|
|
428
439
|
isSource: !0,
|
|
429
440
|
$type: "string",
|
|
430
441
|
original: {
|
|
431
442
|
$value: "(min-width: {windowSizes.sm})",
|
|
443
|
+
$description: "Liten skärm och uppåt. Från 480px (min-width).",
|
|
432
444
|
$type: "string",
|
|
433
445
|
key: "{breakpoints.sm}"
|
|
434
446
|
},
|
|
@@ -439,11 +451,13 @@ const ni = {
|
|
|
439
451
|
md: {
|
|
440
452
|
key: "{breakpoints.md}",
|
|
441
453
|
$value: "(min-width: 768px)",
|
|
454
|
+
$description: "Mellanstor skärm och uppåt. Från 768px (min-width).",
|
|
442
455
|
filePath: "packages/theme/tokens/breakpoints.json",
|
|
443
456
|
isSource: !0,
|
|
444
457
|
$type: "string",
|
|
445
458
|
original: {
|
|
446
459
|
$value: "(min-width: {windowSizes.md})",
|
|
460
|
+
$description: "Mellanstor skärm och uppåt. Från 768px (min-width).",
|
|
447
461
|
$type: "string",
|
|
448
462
|
key: "{breakpoints.md}"
|
|
449
463
|
},
|
|
@@ -454,11 +468,13 @@ const ni = {
|
|
|
454
468
|
lg: {
|
|
455
469
|
key: "{breakpoints.lg}",
|
|
456
470
|
$value: "(min-width: 1024px)",
|
|
471
|
+
$description: "Stor skärm och uppåt. Från 1024px (min-width).",
|
|
457
472
|
filePath: "packages/theme/tokens/breakpoints.json",
|
|
458
473
|
isSource: !0,
|
|
459
474
|
$type: "string",
|
|
460
475
|
original: {
|
|
461
476
|
$value: "(min-width: {windowSizes.lg})",
|
|
477
|
+
$description: "Stor skärm och uppåt. Från 1024px (min-width).",
|
|
462
478
|
$type: "string",
|
|
463
479
|
key: "{breakpoints.lg}"
|
|
464
480
|
},
|
|
@@ -469,13 +485,13 @@ const ni = {
|
|
|
469
485
|
xl: {
|
|
470
486
|
key: "{breakpoints.xl}",
|
|
471
487
|
$value: "(min-width: 1280px)",
|
|
472
|
-
$description: "
|
|
488
|
+
$description: "Extra stor skärm och uppåt. Från 1280px (min-width).",
|
|
473
489
|
filePath: "packages/theme/tokens/breakpoints.json",
|
|
474
490
|
isSource: !0,
|
|
475
491
|
$type: "string",
|
|
476
492
|
original: {
|
|
477
493
|
$value: "(min-width: {windowSizes.xl})",
|
|
478
|
-
$description: "
|
|
494
|
+
$description: "Extra stor skärm och uppåt. Från 1280px (min-width).",
|
|
479
495
|
$type: "string",
|
|
480
496
|
key: "{breakpoints.xl}"
|
|
481
497
|
},
|
|
@@ -722,11 +738,13 @@ const ni = {
|
|
|
722
738
|
hover: {
|
|
723
739
|
key: "{button.icon.hover}",
|
|
724
740
|
$value: "light-dark(#0000000d, #ffffff21)",
|
|
741
|
+
$description: "Hover state för ikonknappar",
|
|
725
742
|
filePath: "packages/theme/tokens/buttons.json",
|
|
726
743
|
isSource: !0,
|
|
727
744
|
$type: "string",
|
|
728
745
|
original: {
|
|
729
746
|
$value: "light-dark({color.black.opacity5}, {color.white.opacity13})",
|
|
747
|
+
$description: "Hover state för ikonknappar",
|
|
730
748
|
$type: "string",
|
|
731
749
|
key: "{button.icon.hover}"
|
|
732
750
|
},
|
|
@@ -2783,11 +2801,13 @@ const ni = {
|
|
|
2783
2801
|
icon: {
|
|
2784
2802
|
key: "{size.icon}",
|
|
2785
2803
|
$value: "1rem",
|
|
2804
|
+
$description: "Standardstorlek för ikoner. 1rem / 16px.",
|
|
2786
2805
|
filePath: "packages/theme/tokens/size.json",
|
|
2787
2806
|
isSource: !0,
|
|
2788
2807
|
$type: "dimension",
|
|
2789
2808
|
original: {
|
|
2790
2809
|
$value: "{base.80}",
|
|
2810
|
+
$description: "Standardstorlek för ikoner. 1rem / 16px.",
|
|
2791
2811
|
$type: "dimension",
|
|
2792
2812
|
key: "{size.icon}"
|
|
2793
2813
|
},
|
|
@@ -2798,11 +2818,13 @@ const ni = {
|
|
|
2798
2818
|
"icon-sm": {
|
|
2799
2819
|
key: "{size.icon-sm}",
|
|
2800
2820
|
$value: "1.25rem",
|
|
2821
|
+
$description: "Liten ikonstorlek. 1.25rem / 20px.",
|
|
2801
2822
|
filePath: "packages/theme/tokens/size.json",
|
|
2802
2823
|
isSource: !0,
|
|
2803
2824
|
$type: "dimension",
|
|
2804
2825
|
original: {
|
|
2805
2826
|
$value: "{base.90}",
|
|
2827
|
+
$description: "Liten ikonstorlek. 1.25rem / 20px.",
|
|
2806
2828
|
$type: "dimension",
|
|
2807
2829
|
key: "{size.icon-sm}"
|
|
2808
2830
|
},
|
|
@@ -2813,11 +2835,13 @@ const ni = {
|
|
|
2813
2835
|
option: {
|
|
2814
2836
|
key: "{size.option}",
|
|
2815
2837
|
$value: "2rem",
|
|
2838
|
+
$description: "Höjd för alternativ i dropdown-listor, t.ex. Select och Combobox. 2rem / 32px.",
|
|
2816
2839
|
filePath: "packages/theme/tokens/size.json",
|
|
2817
2840
|
isSource: !0,
|
|
2818
2841
|
$type: "dimension",
|
|
2819
2842
|
original: {
|
|
2820
2843
|
$value: "{base.120}",
|
|
2844
|
+
$description: "Höjd för alternativ i dropdown-listor, t.ex. Select och Combobox. 2rem / 32px.",
|
|
2821
2845
|
$type: "dimension",
|
|
2822
2846
|
key: "{size.option}"
|
|
2823
2847
|
},
|
|
@@ -2828,11 +2852,13 @@ const ni = {
|
|
|
2828
2852
|
"control-md": {
|
|
2829
2853
|
key: "{size.control-md}",
|
|
2830
2854
|
$value: "2.5rem",
|
|
2855
|
+
$description: "Medelstor interaktiv kontrollhöjd. 2.5rem / 40px.",
|
|
2831
2856
|
filePath: "packages/theme/tokens/size.json",
|
|
2832
2857
|
isSource: !0,
|
|
2833
2858
|
$type: "dimension",
|
|
2834
2859
|
original: {
|
|
2835
2860
|
$value: "{base.130}",
|
|
2861
|
+
$description: "Medelstor interaktiv kontrollhöjd. 2.5rem / 40px.",
|
|
2836
2862
|
$type: "dimension",
|
|
2837
2863
|
key: "{size.control-md}"
|
|
2838
2864
|
},
|
|
@@ -2843,11 +2869,13 @@ const ni = {
|
|
|
2843
2869
|
control: {
|
|
2844
2870
|
key: "{size.control}",
|
|
2845
2871
|
$value: "3rem",
|
|
2872
|
+
$description: "Standardhöjd för interaktiva kontroller, t.ex. TextField och Button. 3rem / 48px.",
|
|
2846
2873
|
filePath: "packages/theme/tokens/size.json",
|
|
2847
2874
|
isSource: !0,
|
|
2848
2875
|
$type: "dimension",
|
|
2849
2876
|
original: {
|
|
2850
2877
|
$value: "{base.150}",
|
|
2878
|
+
$description: "Standardhöjd för interaktiva kontroller, t.ex. TextField och Button. 3rem / 48px.",
|
|
2851
2879
|
$type: "dimension",
|
|
2852
2880
|
key: "{size.control}"
|
|
2853
2881
|
},
|
|
@@ -3343,13 +3371,13 @@ const ni = {
|
|
|
3343
3371
|
base: {
|
|
3344
3372
|
key: "{field.02.base}",
|
|
3345
3373
|
$value: "light-dark(#fff, #383838)",
|
|
3346
|
-
$description: "
|
|
3374
|
+
$description: "Sekundärfärg för fält, som ligger på layer01",
|
|
3347
3375
|
filePath: "packages/theme/tokens/object-values.json",
|
|
3348
3376
|
isSource: !0,
|
|
3349
3377
|
$type: "string",
|
|
3350
3378
|
original: {
|
|
3351
3379
|
$value: "light-dark({color.white.base}, {color.gray.160})",
|
|
3352
|
-
$description: "
|
|
3380
|
+
$description: "Sekundärfärg för fält, som ligger på layer01",
|
|
3353
3381
|
$type: "string",
|
|
3354
3382
|
key: "{field.02.base}"
|
|
3355
3383
|
},
|
|
@@ -3484,11 +3512,13 @@ const ni = {
|
|
|
3484
3512
|
tertiary: {
|
|
3485
3513
|
key: "{icon.tertiary}",
|
|
3486
3514
|
$value: "light-dark(#143c50, #f2f2f2)",
|
|
3515
|
+
$description: "Tertiär ikonfärg, används för ikoner i tertiary-knappar och länkikoner",
|
|
3487
3516
|
filePath: "packages/theme/tokens/object-values.json",
|
|
3488
3517
|
isSource: !0,
|
|
3489
3518
|
$type: "string",
|
|
3490
3519
|
original: {
|
|
3491
3520
|
$value: "light-dark({color.blue.150}, {color.gray.10})",
|
|
3521
|
+
$description: "Tertiär ikonfärg, används för ikoner i tertiary-knappar och länkikoner",
|
|
3492
3522
|
$type: "string",
|
|
3493
3523
|
key: "{icon.tertiary}"
|
|
3494
3524
|
},
|
|
@@ -3550,13 +3580,13 @@ const ni = {
|
|
|
3550
3580
|
success: {
|
|
3551
3581
|
key: "{icon.success}",
|
|
3552
3582
|
$value: "light-dark(#008d3c, #008d3c)",
|
|
3553
|
-
$description: "
|
|
3583
|
+
$description: "Ikonfärg för success state",
|
|
3554
3584
|
filePath: "packages/theme/tokens/object-values.json",
|
|
3555
3585
|
isSource: !0,
|
|
3556
3586
|
$type: "string",
|
|
3557
3587
|
original: {
|
|
3558
3588
|
$value: "light-dark({color.signalGreen.100}, {color.signalGreen.100})",
|
|
3559
|
-
$description: "
|
|
3589
|
+
$description: "Ikonfärg för success state",
|
|
3560
3590
|
$type: "string",
|
|
3561
3591
|
key: "{icon.success}"
|
|
3562
3592
|
},
|
|
@@ -4218,11 +4248,13 @@ const ni = {
|
|
|
4218
4248
|
background: {
|
|
4219
4249
|
key: "{badge.background}",
|
|
4220
4250
|
$value: "light-dark(#e62323, #e62323)",
|
|
4251
|
+
$description: "Bakgrundsfärg för badge",
|
|
4221
4252
|
filePath: "packages/theme/tokens/object-values.json",
|
|
4222
4253
|
isSource: !0,
|
|
4223
4254
|
$type: "string",
|
|
4224
4255
|
original: {
|
|
4225
4256
|
$value: "light-dark({color.signalRed.100}, {color.signalRed.100})",
|
|
4257
|
+
$description: "Bakgrundsfärg för badge",
|
|
4226
4258
|
$type: "string",
|
|
4227
4259
|
key: "{badge.background}"
|
|
4228
4260
|
},
|
|
@@ -4237,11 +4269,13 @@ const ni = {
|
|
|
4237
4269
|
hover: {
|
|
4238
4270
|
key: "{calendar.date.background.hover}",
|
|
4239
4271
|
$value: "light-dark(#0000001a, #ffffff1a)",
|
|
4272
|
+
$description: "Hover-bakgrund för datumcell",
|
|
4240
4273
|
filePath: "packages/theme/tokens/object-values.json",
|
|
4241
4274
|
isSource: !0,
|
|
4242
4275
|
$type: "string",
|
|
4243
4276
|
original: {
|
|
4244
4277
|
$value: "light-dark(#0000001a, #ffffff1a)",
|
|
4278
|
+
$description: "Hover-bakgrund för datumcell",
|
|
4245
4279
|
$type: "string",
|
|
4246
4280
|
key: "{calendar.date.background.hover}"
|
|
4247
4281
|
},
|
|
@@ -4252,11 +4286,13 @@ const ni = {
|
|
|
4252
4286
|
selected: {
|
|
4253
4287
|
key: "{calendar.date.background.selected}",
|
|
4254
4288
|
$value: "light-dark(#143c50, #5897b8)",
|
|
4289
|
+
$description: "Bakgrund för ett valt datum",
|
|
4255
4290
|
filePath: "packages/theme/tokens/object-values.json",
|
|
4256
4291
|
isSource: !0,
|
|
4257
4292
|
$type: "string",
|
|
4258
4293
|
original: {
|
|
4259
4294
|
$value: "light-dark({color.blue.150}, {color.blue.80})",
|
|
4295
|
+
$description: "Bakgrund för ett valt datum",
|
|
4260
4296
|
$type: "string",
|
|
4261
4297
|
key: "{calendar.date.background.selected}"
|
|
4262
4298
|
},
|
|
@@ -4267,11 +4303,13 @@ const ni = {
|
|
|
4267
4303
|
startRange: {
|
|
4268
4304
|
key: "{calendar.date.background.startRange}",
|
|
4269
4305
|
$value: "light-dark(#143c50, #5897b8)",
|
|
4306
|
+
$description: "Bakgrund för det första datumet i ett intervallval",
|
|
4270
4307
|
filePath: "packages/theme/tokens/object-values.json",
|
|
4271
4308
|
isSource: !0,
|
|
4272
4309
|
$type: "string",
|
|
4273
4310
|
original: {
|
|
4274
4311
|
$value: "light-dark({color.blue.150}, {color.blue.80})",
|
|
4312
|
+
$description: "Bakgrund för det första datumet i ett intervallval",
|
|
4275
4313
|
$type: "string",
|
|
4276
4314
|
key: "{calendar.date.background.startRange}"
|
|
4277
4315
|
},
|
|
@@ -4282,11 +4320,13 @@ const ni = {
|
|
|
4282
4320
|
inRange: {
|
|
4283
4321
|
key: "{calendar.date.background.inRange}",
|
|
4284
4322
|
$value: "light-dark(#d5e5ed, #143c50)",
|
|
4323
|
+
$description: "Bakgrund för datum som ligger inom ett valt intervall",
|
|
4285
4324
|
filePath: "packages/theme/tokens/object-values.json",
|
|
4286
4325
|
isSource: !0,
|
|
4287
4326
|
$type: "string",
|
|
4288
4327
|
original: {
|
|
4289
4328
|
$value: "light-dark({color.blue.20}, {color.blue.150})",
|
|
4329
|
+
$description: "Bakgrund för datum som ligger inom ett valt intervall",
|
|
4290
4330
|
$type: "string",
|
|
4291
4331
|
key: "{calendar.date.background.inRange}"
|
|
4292
4332
|
},
|
|
@@ -4297,11 +4337,13 @@ const ni = {
|
|
|
4297
4337
|
endRange: {
|
|
4298
4338
|
key: "{calendar.date.background.endRange}",
|
|
4299
4339
|
$value: "light-dark(#143c50, #5897b8)",
|
|
4340
|
+
$description: "Bakgrund för det sista datumet i ett intervallval",
|
|
4300
4341
|
filePath: "packages/theme/tokens/object-values.json",
|
|
4301
4342
|
isSource: !0,
|
|
4302
4343
|
$type: "string",
|
|
4303
4344
|
original: {
|
|
4304
4345
|
$value: "light-dark({color.blue.150}, {color.blue.80})",
|
|
4346
|
+
$description: "Bakgrund för det sista datumet i ett intervallval",
|
|
4305
4347
|
$type: "string",
|
|
4306
4348
|
key: "{calendar.date.background.endRange}"
|
|
4307
4349
|
},
|
|
@@ -4374,11 +4416,13 @@ const ni = {
|
|
|
4374
4416
|
sectionHeader: {
|
|
4375
4417
|
key: "{menu.text.sectionHeader}",
|
|
4376
4418
|
$value: "light-dark(#525252, #a6a6a6)",
|
|
4419
|
+
$description: "Textfärg för sektionsrubriker i navigationsmenyn",
|
|
4377
4420
|
filePath: "packages/theme/tokens/object-values.json",
|
|
4378
4421
|
isSource: !0,
|
|
4379
4422
|
$type: "string",
|
|
4380
4423
|
original: {
|
|
4381
4424
|
$value: "light-dark({color.gray.140}, {color.gray.70})",
|
|
4425
|
+
$description: "Textfärg för sektionsrubriker i navigationsmenyn",
|
|
4382
4426
|
$type: "string",
|
|
4383
4427
|
key: "{menu.text.sectionHeader}"
|
|
4384
4428
|
},
|
|
@@ -4392,11 +4436,13 @@ const ni = {
|
|
|
4392
4436
|
10: {
|
|
4393
4437
|
key: "{space.10}",
|
|
4394
4438
|
$value: "0.125rem",
|
|
4439
|
+
$description: "0.125rem / 2px.",
|
|
4395
4440
|
filePath: "packages/theme/tokens/space.json",
|
|
4396
4441
|
isSource: !0,
|
|
4397
4442
|
$type: "dimension",
|
|
4398
4443
|
original: {
|
|
4399
4444
|
$value: "{base.10}",
|
|
4445
|
+
$description: "0.125rem / 2px.",
|
|
4400
4446
|
$type: "dimension",
|
|
4401
4447
|
key: "{space.10}"
|
|
4402
4448
|
},
|
|
@@ -4407,11 +4453,13 @@ const ni = {
|
|
|
4407
4453
|
30: {
|
|
4408
4454
|
key: "{space.30}",
|
|
4409
4455
|
$value: "0.375rem",
|
|
4456
|
+
$description: "0.375rem / 6px.",
|
|
4410
4457
|
filePath: "packages/theme/tokens/space.json",
|
|
4411
4458
|
isSource: !0,
|
|
4412
4459
|
$type: "dimension",
|
|
4413
4460
|
original: {
|
|
4414
4461
|
$value: "{base.30}",
|
|
4462
|
+
$description: "0.375rem / 6px.",
|
|
4415
4463
|
$type: "dimension",
|
|
4416
4464
|
key: "{space.30}"
|
|
4417
4465
|
},
|
|
@@ -4422,11 +4470,13 @@ const ni = {
|
|
|
4422
4470
|
50: {
|
|
4423
4471
|
key: "{space.50}",
|
|
4424
4472
|
$value: "0.625rem",
|
|
4473
|
+
$description: "0.625rem / 10px.",
|
|
4425
4474
|
filePath: "packages/theme/tokens/space.json",
|
|
4426
4475
|
isSource: !0,
|
|
4427
4476
|
$type: "dimension",
|
|
4428
4477
|
original: {
|
|
4429
4478
|
$value: "{base.50}",
|
|
4479
|
+
$description: "0.625rem / 10px.",
|
|
4430
4480
|
$type: "dimension",
|
|
4431
4481
|
key: "{space.50}"
|
|
4432
4482
|
},
|
|
@@ -4437,11 +4487,13 @@ const ni = {
|
|
|
4437
4487
|
60: {
|
|
4438
4488
|
key: "{space.60}",
|
|
4439
4489
|
$value: "0.75rem",
|
|
4490
|
+
$description: "0.75rem / 12px.",
|
|
4440
4491
|
filePath: "packages/theme/tokens/space.json",
|
|
4441
4492
|
isSource: !0,
|
|
4442
4493
|
$type: "dimension",
|
|
4443
4494
|
original: {
|
|
4444
4495
|
$value: "{base.60}",
|
|
4496
|
+
$description: "0.75rem / 12px.",
|
|
4445
4497
|
$type: "dimension",
|
|
4446
4498
|
key: "{space.60}"
|
|
4447
4499
|
},
|
|
@@ -4452,11 +4504,13 @@ const ni = {
|
|
|
4452
4504
|
70: {
|
|
4453
4505
|
key: "{space.70}",
|
|
4454
4506
|
$value: "0.875rem",
|
|
4507
|
+
$description: "0.875rem / 14px.",
|
|
4455
4508
|
filePath: "packages/theme/tokens/space.json",
|
|
4456
4509
|
isSource: !0,
|
|
4457
4510
|
$type: "dimension",
|
|
4458
4511
|
original: {
|
|
4459
4512
|
$value: "{base.70}",
|
|
4513
|
+
$description: "0.875rem / 14px.",
|
|
4460
4514
|
$type: "dimension",
|
|
4461
4515
|
key: "{space.70}"
|
|
4462
4516
|
},
|
|
@@ -4467,11 +4521,13 @@ const ni = {
|
|
|
4467
4521
|
75: {
|
|
4468
4522
|
key: "{space.75}",
|
|
4469
4523
|
$value: "0.938rem",
|
|
4524
|
+
$description: "0.938rem / 15px.",
|
|
4470
4525
|
filePath: "packages/theme/tokens/space.json",
|
|
4471
4526
|
isSource: !0,
|
|
4472
4527
|
$type: "dimension",
|
|
4473
4528
|
original: {
|
|
4474
4529
|
$value: "{base.75}",
|
|
4530
|
+
$description: "0.938rem / 15px.",
|
|
4475
4531
|
$type: "dimension",
|
|
4476
4532
|
key: "{space.75}"
|
|
4477
4533
|
},
|
|
@@ -4482,11 +4538,13 @@ const ni = {
|
|
|
4482
4538
|
90: {
|
|
4483
4539
|
key: "{space.90}",
|
|
4484
4540
|
$value: "1.25rem",
|
|
4541
|
+
$description: "1.25rem / 20px.",
|
|
4485
4542
|
filePath: "packages/theme/tokens/space.json",
|
|
4486
4543
|
isSource: !0,
|
|
4487
4544
|
$type: "dimension",
|
|
4488
4545
|
original: {
|
|
4489
4546
|
$value: "{base.90}",
|
|
4547
|
+
$description: "1.25rem / 20px.",
|
|
4490
4548
|
$type: "dimension",
|
|
4491
4549
|
key: "{space.90}"
|
|
4492
4550
|
},
|
|
@@ -4497,11 +4555,13 @@ const ni = {
|
|
|
4497
4555
|
130: {
|
|
4498
4556
|
key: "{space.130}",
|
|
4499
4557
|
$value: "2.5rem",
|
|
4558
|
+
$description: "2.5rem / 40px.",
|
|
4500
4559
|
filePath: "packages/theme/tokens/space.json",
|
|
4501
4560
|
isSource: !0,
|
|
4502
4561
|
$type: "dimension",
|
|
4503
4562
|
original: {
|
|
4504
4563
|
$value: "{base.130}",
|
|
4564
|
+
$description: "2.5rem / 40px.",
|
|
4505
4565
|
$type: "dimension",
|
|
4506
4566
|
key: "{space.130}"
|
|
4507
4567
|
},
|
|
@@ -4512,11 +4572,13 @@ const ni = {
|
|
|
4512
4572
|
150: {
|
|
4513
4573
|
key: "{space.150}",
|
|
4514
4574
|
$value: "3rem",
|
|
4575
|
+
$description: "3rem / 48px.",
|
|
4515
4576
|
filePath: "packages/theme/tokens/space.json",
|
|
4516
4577
|
isSource: !0,
|
|
4517
4578
|
$type: "dimension",
|
|
4518
4579
|
original: {
|
|
4519
4580
|
$value: "{base.150}",
|
|
4581
|
+
$description: "3rem / 48px.",
|
|
4520
4582
|
$type: "dimension",
|
|
4521
4583
|
key: "{space.150}"
|
|
4522
4584
|
},
|
|
@@ -4527,11 +4589,13 @@ const ni = {
|
|
|
4527
4589
|
xsmall: {
|
|
4528
4590
|
key: "{space.xsmall}",
|
|
4529
4591
|
$value: "0.25rem",
|
|
4592
|
+
$description: "Extra litet avstånd. 0.25rem / 4px.",
|
|
4530
4593
|
filePath: "packages/theme/tokens/space.json",
|
|
4531
4594
|
isSource: !0,
|
|
4532
4595
|
$type: "dimension",
|
|
4533
4596
|
original: {
|
|
4534
4597
|
$value: "{base.20}",
|
|
4598
|
+
$description: "Extra litet avstånd. 0.25rem / 4px.",
|
|
4535
4599
|
$type: "dimension",
|
|
4536
4600
|
key: "{space.xsmall}"
|
|
4537
4601
|
},
|
|
@@ -4542,11 +4606,13 @@ const ni = {
|
|
|
4542
4606
|
small: {
|
|
4543
4607
|
key: "{space.small}",
|
|
4544
4608
|
$value: "0.5rem",
|
|
4609
|
+
$description: "Litet avstånd. 0.5rem / 8px.",
|
|
4545
4610
|
filePath: "packages/theme/tokens/space.json",
|
|
4546
4611
|
isSource: !0,
|
|
4547
4612
|
$type: "dimension",
|
|
4548
4613
|
original: {
|
|
4549
4614
|
$value: "{base.40}",
|
|
4615
|
+
$description: "Litet avstånd. 0.5rem / 8px.",
|
|
4550
4616
|
$type: "dimension",
|
|
4551
4617
|
key: "{space.small}"
|
|
4552
4618
|
},
|
|
@@ -4557,11 +4623,13 @@ const ni = {
|
|
|
4557
4623
|
medium: {
|
|
4558
4624
|
key: "{space.medium}",
|
|
4559
4625
|
$value: "1rem",
|
|
4626
|
+
$description: "Medelstort avstånd. 1rem / 16px.",
|
|
4560
4627
|
filePath: "packages/theme/tokens/space.json",
|
|
4561
4628
|
isSource: !0,
|
|
4562
4629
|
$type: "dimension",
|
|
4563
4630
|
original: {
|
|
4564
4631
|
$value: "{base.80}",
|
|
4632
|
+
$description: "Medelstort avstånd. 1rem / 16px.",
|
|
4565
4633
|
$type: "dimension",
|
|
4566
4634
|
key: "{space.medium}"
|
|
4567
4635
|
},
|
|
@@ -4572,11 +4640,13 @@ const ni = {
|
|
|
4572
4640
|
large: {
|
|
4573
4641
|
key: "{space.large}",
|
|
4574
4642
|
$value: "1.5rem",
|
|
4643
|
+
$description: "Stort avstånd. 1.5rem / 24px.",
|
|
4575
4644
|
filePath: "packages/theme/tokens/space.json",
|
|
4576
4645
|
isSource: !0,
|
|
4577
4646
|
$type: "dimension",
|
|
4578
4647
|
original: {
|
|
4579
4648
|
$value: "{base.100}",
|
|
4649
|
+
$description: "Stort avstånd. 1.5rem / 24px.",
|
|
4580
4650
|
$type: "dimension",
|
|
4581
4651
|
key: "{space.large}"
|
|
4582
4652
|
},
|
|
@@ -4587,11 +4657,13 @@ const ni = {
|
|
|
4587
4657
|
xlarge: {
|
|
4588
4658
|
key: "{space.xlarge}",
|
|
4589
4659
|
$value: "2rem",
|
|
4660
|
+
$description: "Extra stort avstånd. 2rem / 32px.",
|
|
4590
4661
|
filePath: "packages/theme/tokens/space.json",
|
|
4591
4662
|
isSource: !0,
|
|
4592
4663
|
$type: "dimension",
|
|
4593
4664
|
original: {
|
|
4594
4665
|
$value: "{base.120}",
|
|
4666
|
+
$description: "Extra stort avstånd. 2rem / 32px.",
|
|
4595
4667
|
$type: "dimension",
|
|
4596
4668
|
key: "{space.xlarge}"
|
|
4597
4669
|
},
|
|
@@ -4602,11 +4674,13 @@ const ni = {
|
|
|
4602
4674
|
"05": {
|
|
4603
4675
|
key: "{space.05}",
|
|
4604
4676
|
$value: "0.063rem",
|
|
4677
|
+
$description: "0.063rem / 1px.",
|
|
4605
4678
|
filePath: "packages/theme/tokens/space.json",
|
|
4606
4679
|
isSource: !0,
|
|
4607
4680
|
$type: "dimension",
|
|
4608
4681
|
original: {
|
|
4609
4682
|
$value: "{base.05}",
|
|
4683
|
+
$description: "0.063rem / 1px.",
|
|
4610
4684
|
$type: "dimension",
|
|
4611
4685
|
key: "{space.05}"
|
|
4612
4686
|
},
|
|
@@ -4671,13 +4745,13 @@ const ni = {
|
|
|
4671
4745
|
offset: {
|
|
4672
4746
|
key: "{state.focusContrastMode.offset}",
|
|
4673
4747
|
$value: "2px",
|
|
4674
|
-
$description: "Outline offset for focus ring when Windows High Contrast (forced-colors) mode is active
|
|
4748
|
+
$description: "Outline offset for focus ring when Windows High Contrast (forced-colors) mode is active.",
|
|
4675
4749
|
filePath: "packages/theme/tokens/states.json",
|
|
4676
4750
|
isSource: !0,
|
|
4677
4751
|
$type: "dimension",
|
|
4678
4752
|
original: {
|
|
4679
4753
|
$value: "2px",
|
|
4680
|
-
$description: "Outline offset for focus ring when Windows High Contrast (forced-colors) mode is active
|
|
4754
|
+
$description: "Outline offset for focus ring when Windows High Contrast (forced-colors) mode is active.",
|
|
4681
4755
|
$type: "dimension",
|
|
4682
4756
|
key: "{state.focusContrastMode.offset}"
|
|
4683
4757
|
},
|
|
@@ -4710,11 +4784,13 @@ const ni = {
|
|
|
4710
4784
|
key: "{transition.duration.slow}",
|
|
4711
4785
|
$value: "500ms",
|
|
4712
4786
|
$type: "duration",
|
|
4787
|
+
$description: "Långsam övergång. 500ms. Används för större layoutförändringar som sidopaneler och expanderbara sektioner.",
|
|
4713
4788
|
filePath: "packages/theme/tokens/transitions.json",
|
|
4714
4789
|
isSource: !0,
|
|
4715
4790
|
original: {
|
|
4716
4791
|
$value: "500ms",
|
|
4717
4792
|
$type: "duration",
|
|
4793
|
+
$description: "Långsam övergång. 500ms. Används för större layoutförändringar som sidopaneler och expanderbara sektioner.",
|
|
4718
4794
|
key: "{transition.duration.slow}"
|
|
4719
4795
|
},
|
|
4720
4796
|
name: "transitionDurationSlow",
|
|
@@ -4725,11 +4801,13 @@ const ni = {
|
|
|
4725
4801
|
key: "{transition.duration.normal}",
|
|
4726
4802
|
$value: "300ms",
|
|
4727
4803
|
$type: "duration",
|
|
4804
|
+
$description: "Normal övergångshastighet. 300ms. Standardval för de flesta animationer.",
|
|
4728
4805
|
filePath: "packages/theme/tokens/transitions.json",
|
|
4729
4806
|
isSource: !0,
|
|
4730
4807
|
original: {
|
|
4731
4808
|
$value: "300ms",
|
|
4732
4809
|
$type: "duration",
|
|
4810
|
+
$description: "Normal övergångshastighet. 300ms. Standardval för de flesta animationer.",
|
|
4733
4811
|
key: "{transition.duration.normal}"
|
|
4734
4812
|
},
|
|
4735
4813
|
name: "transitionDurationNormal",
|
|
@@ -4740,11 +4818,13 @@ const ni = {
|
|
|
4740
4818
|
key: "{transition.duration.fast}",
|
|
4741
4819
|
$value: "250ms",
|
|
4742
4820
|
$type: "duration",
|
|
4821
|
+
$description: "Snabb övergång. 250ms. Används för kortlivade övergångar som tooltips och dropdowns — inte hover.",
|
|
4743
4822
|
filePath: "packages/theme/tokens/transitions.json",
|
|
4744
4823
|
isSource: !0,
|
|
4745
4824
|
original: {
|
|
4746
4825
|
$value: "250ms",
|
|
4747
4826
|
$type: "duration",
|
|
4827
|
+
$description: "Snabb övergång. 250ms. Används för kortlivade övergångar som tooltips och dropdowns — inte hover.",
|
|
4748
4828
|
key: "{transition.duration.fast}"
|
|
4749
4829
|
},
|
|
4750
4830
|
name: "transitionDurationFast",
|
|
@@ -4757,11 +4837,13 @@ const ni = {
|
|
|
4757
4837
|
key: "{transition.timing.easeOut}",
|
|
4758
4838
|
$value: [0, 0, 0.58, 1],
|
|
4759
4839
|
$type: "cubicBezier",
|
|
4840
|
+
$description: "Decelererar mot slutet. Används för element som glider in i vyn.",
|
|
4760
4841
|
filePath: "packages/theme/tokens/transitions.json",
|
|
4761
4842
|
isSource: !0,
|
|
4762
4843
|
original: {
|
|
4763
4844
|
$value: [0, 0, 0.58, 1],
|
|
4764
4845
|
$type: "cubicBezier",
|
|
4846
|
+
$description: "Decelererar mot slutet. Används för element som glider in i vyn.",
|
|
4765
4847
|
key: "{transition.timing.easeOut}"
|
|
4766
4848
|
},
|
|
4767
4849
|
name: "transitionTimingEaseOut",
|
|
@@ -4772,11 +4854,13 @@ const ni = {
|
|
|
4772
4854
|
key: "{transition.timing.easeIn}",
|
|
4773
4855
|
$value: [0.42, 0, 1, 1],
|
|
4774
4856
|
$type: "cubicBezier",
|
|
4857
|
+
$description: "Accelererar mot slutet. Används för element som lämnar vyn.",
|
|
4775
4858
|
filePath: "packages/theme/tokens/transitions.json",
|
|
4776
4859
|
isSource: !0,
|
|
4777
4860
|
original: {
|
|
4778
4861
|
$value: [0.42, 0, 1, 1],
|
|
4779
4862
|
$type: "cubicBezier",
|
|
4863
|
+
$description: "Accelererar mot slutet. Används för element som lämnar vyn.",
|
|
4780
4864
|
key: "{transition.timing.easeIn}"
|
|
4781
4865
|
},
|
|
4782
4866
|
name: "transitionTimingEaseIn",
|
|
@@ -4793,6 +4877,7 @@ const ni = {
|
|
|
4793
4877
|
timingFunction: [0, 0, 0.58, 1]
|
|
4794
4878
|
},
|
|
4795
4879
|
$type: "transition",
|
|
4880
|
+
$description: "Komprimerar en panel med easeOut-timing. Används i Accordion och expanderbara ytor.",
|
|
4796
4881
|
filePath: "packages/theme/tokens/transitions.json",
|
|
4797
4882
|
isSource: !0,
|
|
4798
4883
|
original: {
|
|
@@ -4802,6 +4887,7 @@ const ni = {
|
|
|
4802
4887
|
timingFunction: "{transition.timing.easeOut}"
|
|
4803
4888
|
},
|
|
4804
4889
|
$type: "transition",
|
|
4890
|
+
$description: "Komprimerar en panel med easeOut-timing. Används i Accordion och expanderbara ytor.",
|
|
4805
4891
|
key: "{transition.panel.collapse}"
|
|
4806
4892
|
},
|
|
4807
4893
|
name: "transitionPanelCollapse",
|
|
@@ -4816,6 +4902,7 @@ const ni = {
|
|
|
4816
4902
|
timingFunction: [0.42, 0, 1, 1]
|
|
4817
4903
|
},
|
|
4818
4904
|
$type: "transition",
|
|
4905
|
+
$description: "Expanderar en panel med easeIn-timing. Används i Accordion och expanderbara ytor.",
|
|
4819
4906
|
filePath: "packages/theme/tokens/transitions.json",
|
|
4820
4907
|
isSource: !0,
|
|
4821
4908
|
original: {
|
|
@@ -4825,6 +4912,7 @@ const ni = {
|
|
|
4825
4912
|
timingFunction: "{transition.timing.easeIn}"
|
|
4826
4913
|
},
|
|
4827
4914
|
$type: "transition",
|
|
4915
|
+
$description: "Expanderar en panel med easeIn-timing. Används i Accordion och expanderbara ytor.",
|
|
4828
4916
|
key: "{transition.panel.expand}"
|
|
4829
4917
|
},
|
|
4830
4918
|
name: "transitionPanelExpand",
|
|
@@ -4839,11 +4927,13 @@ const ni = {
|
|
|
4839
4927
|
key: "{typography.font.family}",
|
|
4840
4928
|
$type: "fontFamily",
|
|
4841
4929
|
$value: "Inter, sans-serif",
|
|
4930
|
+
$description: "Primär typsnittsfamilj för hela design systemet.",
|
|
4842
4931
|
filePath: "packages/theme/tokens/typography.json",
|
|
4843
4932
|
isSource: !0,
|
|
4844
4933
|
original: {
|
|
4845
4934
|
$type: "fontFamily",
|
|
4846
4935
|
$value: "Inter, sans-serif",
|
|
4936
|
+
$description: "Primär typsnittsfamilj för hela design systemet.",
|
|
4847
4937
|
key: "{typography.font.family}"
|
|
4848
4938
|
},
|
|
4849
4939
|
name: "typographyFontFamily",
|
|
@@ -4854,6 +4944,7 @@ const ni = {
|
|
|
4854
4944
|
10: {
|
|
4855
4945
|
key: "{typography.font.size.10}",
|
|
4856
4946
|
$value: "0.75rem",
|
|
4947
|
+
$description: "0.75rem / 12px.",
|
|
4857
4948
|
filePath: "packages/theme/tokens/typography.json",
|
|
4858
4949
|
isSource: !0,
|
|
4859
4950
|
$type: "dimension",
|
|
@@ -4862,6 +4953,7 @@ const ni = {
|
|
|
4862
4953
|
value: 0.75,
|
|
4863
4954
|
unit: "rem"
|
|
4864
4955
|
},
|
|
4956
|
+
$description: "0.75rem / 12px.",
|
|
4865
4957
|
$type: "dimension",
|
|
4866
4958
|
key: "{typography.font.size.10}"
|
|
4867
4959
|
},
|
|
@@ -4872,6 +4964,7 @@ const ni = {
|
|
|
4872
4964
|
20: {
|
|
4873
4965
|
key: "{typography.font.size.20}",
|
|
4874
4966
|
$value: "0.875rem",
|
|
4967
|
+
$description: "0.875rem / 14px.",
|
|
4875
4968
|
filePath: "packages/theme/tokens/typography.json",
|
|
4876
4969
|
isSource: !0,
|
|
4877
4970
|
$type: "dimension",
|
|
@@ -4880,6 +4973,7 @@ const ni = {
|
|
|
4880
4973
|
value: 0.875,
|
|
4881
4974
|
unit: "rem"
|
|
4882
4975
|
},
|
|
4976
|
+
$description: "0.875rem / 14px.",
|
|
4883
4977
|
$type: "dimension",
|
|
4884
4978
|
key: "{typography.font.size.20}"
|
|
4885
4979
|
},
|
|
@@ -4890,6 +4984,7 @@ const ni = {
|
|
|
4890
4984
|
30: {
|
|
4891
4985
|
key: "{typography.font.size.30}",
|
|
4892
4986
|
$value: "1rem",
|
|
4987
|
+
$description: "1rem / 16px.",
|
|
4893
4988
|
filePath: "packages/theme/tokens/typography.json",
|
|
4894
4989
|
isSource: !0,
|
|
4895
4990
|
$type: "dimension",
|
|
@@ -4898,6 +4993,7 @@ const ni = {
|
|
|
4898
4993
|
value: 1,
|
|
4899
4994
|
unit: "rem"
|
|
4900
4995
|
},
|
|
4996
|
+
$description: "1rem / 16px.",
|
|
4901
4997
|
$type: "dimension",
|
|
4902
4998
|
key: "{typography.font.size.30}"
|
|
4903
4999
|
},
|
|
@@ -4908,6 +5004,7 @@ const ni = {
|
|
|
4908
5004
|
40: {
|
|
4909
5005
|
key: "{typography.font.size.40}",
|
|
4910
5006
|
$value: "1.125rem",
|
|
5007
|
+
$description: "1.125rem / 18px.",
|
|
4911
5008
|
filePath: "packages/theme/tokens/typography.json",
|
|
4912
5009
|
isSource: !0,
|
|
4913
5010
|
$type: "dimension",
|
|
@@ -4916,6 +5013,7 @@ const ni = {
|
|
|
4916
5013
|
value: 1.125,
|
|
4917
5014
|
unit: "rem"
|
|
4918
5015
|
},
|
|
5016
|
+
$description: "1.125rem / 18px.",
|
|
4919
5017
|
$type: "dimension",
|
|
4920
5018
|
key: "{typography.font.size.40}"
|
|
4921
5019
|
},
|
|
@@ -4926,6 +5024,7 @@ const ni = {
|
|
|
4926
5024
|
50: {
|
|
4927
5025
|
key: "{typography.font.size.50}",
|
|
4928
5026
|
$value: "1.25rem",
|
|
5027
|
+
$description: "1.25rem / 20px.",
|
|
4929
5028
|
filePath: "packages/theme/tokens/typography.json",
|
|
4930
5029
|
isSource: !0,
|
|
4931
5030
|
$type: "dimension",
|
|
@@ -4934,6 +5033,7 @@ const ni = {
|
|
|
4934
5033
|
value: 1.25,
|
|
4935
5034
|
unit: "rem"
|
|
4936
5035
|
},
|
|
5036
|
+
$description: "1.25rem / 20px.",
|
|
4937
5037
|
$type: "dimension",
|
|
4938
5038
|
key: "{typography.font.size.50}"
|
|
4939
5039
|
},
|
|
@@ -4944,6 +5044,7 @@ const ni = {
|
|
|
4944
5044
|
60: {
|
|
4945
5045
|
key: "{typography.font.size.60}",
|
|
4946
5046
|
$value: "1.5rem",
|
|
5047
|
+
$description: "1.5rem / 24px.",
|
|
4947
5048
|
filePath: "packages/theme/tokens/typography.json",
|
|
4948
5049
|
isSource: !0,
|
|
4949
5050
|
$type: "dimension",
|
|
@@ -4952,6 +5053,7 @@ const ni = {
|
|
|
4952
5053
|
value: 1.5,
|
|
4953
5054
|
unit: "rem"
|
|
4954
5055
|
},
|
|
5056
|
+
$description: "1.5rem / 24px.",
|
|
4955
5057
|
$type: "dimension",
|
|
4956
5058
|
key: "{typography.font.size.60}"
|
|
4957
5059
|
},
|
|
@@ -4962,6 +5064,7 @@ const ni = {
|
|
|
4962
5064
|
70: {
|
|
4963
5065
|
key: "{typography.font.size.70}",
|
|
4964
5066
|
$value: "1.625rem",
|
|
5067
|
+
$description: "1.625rem / 26px.",
|
|
4965
5068
|
filePath: "packages/theme/tokens/typography.json",
|
|
4966
5069
|
isSource: !0,
|
|
4967
5070
|
$type: "dimension",
|
|
@@ -4970,6 +5073,7 @@ const ni = {
|
|
|
4970
5073
|
value: 1.625,
|
|
4971
5074
|
unit: "rem"
|
|
4972
5075
|
},
|
|
5076
|
+
$description: "1.625rem / 26px.",
|
|
4973
5077
|
$type: "dimension",
|
|
4974
5078
|
key: "{typography.font.size.70}"
|
|
4975
5079
|
},
|
|
@@ -4980,6 +5084,7 @@ const ni = {
|
|
|
4980
5084
|
80: {
|
|
4981
5085
|
key: "{typography.font.size.80}",
|
|
4982
5086
|
$value: "2rem",
|
|
5087
|
+
$description: "2rem / 32px.",
|
|
4983
5088
|
filePath: "packages/theme/tokens/typography.json",
|
|
4984
5089
|
isSource: !0,
|
|
4985
5090
|
$type: "dimension",
|
|
@@ -4988,6 +5093,7 @@ const ni = {
|
|
|
4988
5093
|
value: 2,
|
|
4989
5094
|
unit: "rem"
|
|
4990
5095
|
},
|
|
5096
|
+
$description: "2rem / 32px.",
|
|
4991
5097
|
$type: "dimension",
|
|
4992
5098
|
key: "{typography.font.size.80}"
|
|
4993
5099
|
},
|
|
@@ -4998,6 +5104,7 @@ const ni = {
|
|
|
4998
5104
|
90: {
|
|
4999
5105
|
key: "{typography.font.size.90}",
|
|
5000
5106
|
$value: "2.25rem",
|
|
5107
|
+
$description: "2.25rem / 36px.",
|
|
5001
5108
|
filePath: "packages/theme/tokens/typography.json",
|
|
5002
5109
|
isSource: !0,
|
|
5003
5110
|
$type: "dimension",
|
|
@@ -5006,6 +5113,7 @@ const ni = {
|
|
|
5006
5113
|
value: 2.25,
|
|
5007
5114
|
unit: "rem"
|
|
5008
5115
|
},
|
|
5116
|
+
$description: "2.25rem / 36px.",
|
|
5009
5117
|
$type: "dimension",
|
|
5010
5118
|
key: "{typography.font.size.90}"
|
|
5011
5119
|
},
|
|
@@ -5016,6 +5124,7 @@ const ni = {
|
|
|
5016
5124
|
100: {
|
|
5017
5125
|
key: "{typography.font.size.100}",
|
|
5018
5126
|
$value: "2.625rem",
|
|
5127
|
+
$description: "2.625rem / 42px.",
|
|
5019
5128
|
filePath: "packages/theme/tokens/typography.json",
|
|
5020
5129
|
isSource: !0,
|
|
5021
5130
|
$type: "dimension",
|
|
@@ -5024,6 +5133,7 @@ const ni = {
|
|
|
5024
5133
|
value: 2.625,
|
|
5025
5134
|
unit: "rem"
|
|
5026
5135
|
},
|
|
5136
|
+
$description: "2.625rem / 42px.",
|
|
5027
5137
|
$type: "dimension",
|
|
5028
5138
|
key: "{typography.font.size.100}"
|
|
5029
5139
|
},
|
|
@@ -5037,6 +5147,7 @@ const ni = {
|
|
|
5037
5147
|
10: {
|
|
5038
5148
|
key: "{typography.lineHeight.10}",
|
|
5039
5149
|
$value: "1rem",
|
|
5150
|
+
$description: "1rem / 16px.",
|
|
5040
5151
|
filePath: "packages/theme/tokens/typography.json",
|
|
5041
5152
|
isSource: !0,
|
|
5042
5153
|
$type: "dimension",
|
|
@@ -5045,6 +5156,7 @@ const ni = {
|
|
|
5045
5156
|
value: 1,
|
|
5046
5157
|
unit: "rem"
|
|
5047
5158
|
},
|
|
5159
|
+
$description: "1rem / 16px.",
|
|
5048
5160
|
$type: "dimension",
|
|
5049
5161
|
key: "{typography.lineHeight.10}"
|
|
5050
5162
|
},
|
|
@@ -5055,6 +5167,7 @@ const ni = {
|
|
|
5055
5167
|
20: {
|
|
5056
5168
|
key: "{typography.lineHeight.20}",
|
|
5057
5169
|
$value: "1.125rem",
|
|
5170
|
+
$description: "1.125rem / 18px.",
|
|
5058
5171
|
filePath: "packages/theme/tokens/typography.json",
|
|
5059
5172
|
isSource: !0,
|
|
5060
5173
|
$type: "dimension",
|
|
@@ -5063,6 +5176,7 @@ const ni = {
|
|
|
5063
5176
|
value: 1.125,
|
|
5064
5177
|
unit: "rem"
|
|
5065
5178
|
},
|
|
5179
|
+
$description: "1.125rem / 18px.",
|
|
5066
5180
|
$type: "dimension",
|
|
5067
5181
|
key: "{typography.lineHeight.20}"
|
|
5068
5182
|
},
|
|
@@ -5073,6 +5187,7 @@ const ni = {
|
|
|
5073
5187
|
30: {
|
|
5074
5188
|
key: "{typography.lineHeight.30}",
|
|
5075
5189
|
$value: "1.25rem",
|
|
5190
|
+
$description: "1.25rem / 20px.",
|
|
5076
5191
|
filePath: "packages/theme/tokens/typography.json",
|
|
5077
5192
|
isSource: !0,
|
|
5078
5193
|
$type: "dimension",
|
|
@@ -5081,6 +5196,7 @@ const ni = {
|
|
|
5081
5196
|
value: 1.25,
|
|
5082
5197
|
unit: "rem"
|
|
5083
5198
|
},
|
|
5199
|
+
$description: "1.25rem / 20px.",
|
|
5084
5200
|
$type: "dimension",
|
|
5085
5201
|
key: "{typography.lineHeight.30}"
|
|
5086
5202
|
},
|
|
@@ -5091,6 +5207,7 @@ const ni = {
|
|
|
5091
5207
|
40: {
|
|
5092
5208
|
key: "{typography.lineHeight.40}",
|
|
5093
5209
|
$value: "1.375rem",
|
|
5210
|
+
$description: "1.375rem / 22px.",
|
|
5094
5211
|
filePath: "packages/theme/tokens/typography.json",
|
|
5095
5212
|
isSource: !0,
|
|
5096
5213
|
$type: "dimension",
|
|
@@ -5099,6 +5216,7 @@ const ni = {
|
|
|
5099
5216
|
value: 1.375,
|
|
5100
5217
|
unit: "rem"
|
|
5101
5218
|
},
|
|
5219
|
+
$description: "1.375rem / 22px.",
|
|
5102
5220
|
$type: "dimension",
|
|
5103
5221
|
key: "{typography.lineHeight.40}"
|
|
5104
5222
|
},
|
|
@@ -5109,6 +5227,7 @@ const ni = {
|
|
|
5109
5227
|
50: {
|
|
5110
5228
|
key: "{typography.lineHeight.50}",
|
|
5111
5229
|
$value: "1.5rem",
|
|
5230
|
+
$description: "1.5rem / 24px.",
|
|
5112
5231
|
filePath: "packages/theme/tokens/typography.json",
|
|
5113
5232
|
isSource: !0,
|
|
5114
5233
|
$type: "dimension",
|
|
@@ -5117,6 +5236,7 @@ const ni = {
|
|
|
5117
5236
|
value: 1.5,
|
|
5118
5237
|
unit: "rem"
|
|
5119
5238
|
},
|
|
5239
|
+
$description: "1.5rem / 24px.",
|
|
5120
5240
|
$type: "dimension",
|
|
5121
5241
|
key: "{typography.lineHeight.50}"
|
|
5122
5242
|
},
|
|
@@ -5127,6 +5247,7 @@ const ni = {
|
|
|
5127
5247
|
60: {
|
|
5128
5248
|
key: "{typography.lineHeight.60}",
|
|
5129
5249
|
$value: "1.75rem",
|
|
5250
|
+
$description: "1.75rem / 28px.",
|
|
5130
5251
|
filePath: "packages/theme/tokens/typography.json",
|
|
5131
5252
|
isSource: !0,
|
|
5132
5253
|
$type: "dimension",
|
|
@@ -5135,6 +5256,7 @@ const ni = {
|
|
|
5135
5256
|
value: 1.75,
|
|
5136
5257
|
unit: "rem"
|
|
5137
5258
|
},
|
|
5259
|
+
$description: "1.75rem / 28px.",
|
|
5138
5260
|
$type: "dimension",
|
|
5139
5261
|
key: "{typography.lineHeight.60}"
|
|
5140
5262
|
},
|
|
@@ -5145,6 +5267,7 @@ const ni = {
|
|
|
5145
5267
|
70: {
|
|
5146
5268
|
key: "{typography.lineHeight.70}",
|
|
5147
5269
|
$value: "2rem",
|
|
5270
|
+
$description: "2rem / 32px.",
|
|
5148
5271
|
filePath: "packages/theme/tokens/typography.json",
|
|
5149
5272
|
isSource: !0,
|
|
5150
5273
|
$type: "dimension",
|
|
@@ -5153,6 +5276,7 @@ const ni = {
|
|
|
5153
5276
|
value: 2,
|
|
5154
5277
|
unit: "rem"
|
|
5155
5278
|
},
|
|
5279
|
+
$description: "2rem / 32px.",
|
|
5156
5280
|
$type: "dimension",
|
|
5157
5281
|
key: "{typography.lineHeight.70}"
|
|
5158
5282
|
},
|
|
@@ -5163,6 +5287,7 @@ const ni = {
|
|
|
5163
5287
|
80: {
|
|
5164
5288
|
key: "{typography.lineHeight.80}",
|
|
5165
5289
|
$value: "2.25rem",
|
|
5290
|
+
$description: "2.25rem / 36px.",
|
|
5166
5291
|
filePath: "packages/theme/tokens/typography.json",
|
|
5167
5292
|
isSource: !0,
|
|
5168
5293
|
$type: "dimension",
|
|
@@ -5171,6 +5296,7 @@ const ni = {
|
|
|
5171
5296
|
value: 2.25,
|
|
5172
5297
|
unit: "rem"
|
|
5173
5298
|
},
|
|
5299
|
+
$description: "2.25rem / 36px.",
|
|
5174
5300
|
$type: "dimension",
|
|
5175
5301
|
key: "{typography.lineHeight.80}"
|
|
5176
5302
|
},
|
|
@@ -5181,6 +5307,7 @@ const ni = {
|
|
|
5181
5307
|
90: {
|
|
5182
5308
|
key: "{typography.lineHeight.90}",
|
|
5183
5309
|
$value: "2.5rem",
|
|
5310
|
+
$description: "2.5rem / 40px.",
|
|
5184
5311
|
filePath: "packages/theme/tokens/typography.json",
|
|
5185
5312
|
isSource: !0,
|
|
5186
5313
|
$type: "dimension",
|
|
@@ -5189,6 +5316,7 @@ const ni = {
|
|
|
5189
5316
|
value: 2.5,
|
|
5190
5317
|
unit: "rem"
|
|
5191
5318
|
},
|
|
5319
|
+
$description: "2.5rem / 40px.",
|
|
5192
5320
|
$type: "dimension",
|
|
5193
5321
|
key: "{typography.lineHeight.90}"
|
|
5194
5322
|
},
|
|
@@ -5199,6 +5327,7 @@ const ni = {
|
|
|
5199
5327
|
100: {
|
|
5200
5328
|
key: "{typography.lineHeight.100}",
|
|
5201
5329
|
$value: "3rem",
|
|
5330
|
+
$description: "3rem / 48px.",
|
|
5202
5331
|
filePath: "packages/theme/tokens/typography.json",
|
|
5203
5332
|
isSource: !0,
|
|
5204
5333
|
$type: "dimension",
|
|
@@ -5207,6 +5336,7 @@ const ni = {
|
|
|
5207
5336
|
value: 3,
|
|
5208
5337
|
unit: "rem"
|
|
5209
5338
|
},
|
|
5339
|
+
$description: "3rem / 48px.",
|
|
5210
5340
|
$type: "dimension",
|
|
5211
5341
|
key: "{typography.lineHeight.100}"
|
|
5212
5342
|
},
|
|
@@ -5219,11 +5349,13 @@ const ni = {
|
|
|
5219
5349
|
thin: {
|
|
5220
5350
|
key: "{typography.weight.thin}",
|
|
5221
5351
|
$value: 100,
|
|
5352
|
+
$description: "100 – Tunnast möjliga vikt.",
|
|
5222
5353
|
filePath: "packages/theme/tokens/typography.json",
|
|
5223
5354
|
isSource: !0,
|
|
5224
5355
|
$type: "fontWeight",
|
|
5225
5356
|
original: {
|
|
5226
5357
|
$value: 100,
|
|
5358
|
+
$description: "100 – Tunnast möjliga vikt.",
|
|
5227
5359
|
$type: "fontWeight",
|
|
5228
5360
|
key: "{typography.weight.thin}"
|
|
5229
5361
|
},
|
|
@@ -5234,11 +5366,13 @@ const ni = {
|
|
|
5234
5366
|
extraLight: {
|
|
5235
5367
|
key: "{typography.weight.extraLight}",
|
|
5236
5368
|
$value: 200,
|
|
5369
|
+
$description: "200 – Extra tunn.",
|
|
5237
5370
|
filePath: "packages/theme/tokens/typography.json",
|
|
5238
5371
|
isSource: !0,
|
|
5239
5372
|
$type: "fontWeight",
|
|
5240
5373
|
original: {
|
|
5241
5374
|
$value: 200,
|
|
5375
|
+
$description: "200 – Extra tunn.",
|
|
5242
5376
|
$type: "fontWeight",
|
|
5243
5377
|
key: "{typography.weight.extraLight}"
|
|
5244
5378
|
},
|
|
@@ -5249,11 +5383,13 @@ const ni = {
|
|
|
5249
5383
|
light: {
|
|
5250
5384
|
key: "{typography.weight.light}",
|
|
5251
5385
|
$value: 300,
|
|
5386
|
+
$description: "300 – Tunn.",
|
|
5252
5387
|
filePath: "packages/theme/tokens/typography.json",
|
|
5253
5388
|
isSource: !0,
|
|
5254
5389
|
$type: "fontWeight",
|
|
5255
5390
|
original: {
|
|
5256
5391
|
$value: 300,
|
|
5392
|
+
$description: "300 – Tunn.",
|
|
5257
5393
|
$type: "fontWeight",
|
|
5258
5394
|
key: "{typography.weight.light}"
|
|
5259
5395
|
},
|
|
@@ -5264,11 +5400,13 @@ const ni = {
|
|
|
5264
5400
|
regular: {
|
|
5265
5401
|
key: "{typography.weight.regular}",
|
|
5266
5402
|
$value: 400,
|
|
5403
|
+
$description: "400 – Standardvikt för brödtext.",
|
|
5267
5404
|
filePath: "packages/theme/tokens/typography.json",
|
|
5268
5405
|
isSource: !0,
|
|
5269
5406
|
$type: "fontWeight",
|
|
5270
5407
|
original: {
|
|
5271
5408
|
$value: 400,
|
|
5409
|
+
$description: "400 – Standardvikt för brödtext.",
|
|
5272
5410
|
$type: "fontWeight",
|
|
5273
5411
|
key: "{typography.weight.regular}"
|
|
5274
5412
|
},
|
|
@@ -5279,11 +5417,13 @@ const ni = {
|
|
|
5279
5417
|
medium: {
|
|
5280
5418
|
key: "{typography.weight.medium}",
|
|
5281
5419
|
$value: 500,
|
|
5420
|
+
$description: "500 – Mellantung, för betoning utan fet stil.",
|
|
5282
5421
|
filePath: "packages/theme/tokens/typography.json",
|
|
5283
5422
|
isSource: !0,
|
|
5284
5423
|
$type: "fontWeight",
|
|
5285
5424
|
original: {
|
|
5286
5425
|
$value: 500,
|
|
5426
|
+
$description: "500 – Mellantung, för betoning utan fet stil.",
|
|
5287
5427
|
$type: "fontWeight",
|
|
5288
5428
|
key: "{typography.weight.medium}"
|
|
5289
5429
|
},
|
|
@@ -5294,11 +5434,13 @@ const ni = {
|
|
|
5294
5434
|
semiBold: {
|
|
5295
5435
|
key: "{typography.weight.semiBold}",
|
|
5296
5436
|
$value: 600,
|
|
5437
|
+
$description: "600 – Halvfet, för underrubriker och etiketter.",
|
|
5297
5438
|
filePath: "packages/theme/tokens/typography.json",
|
|
5298
5439
|
isSource: !0,
|
|
5299
5440
|
$type: "fontWeight",
|
|
5300
5441
|
original: {
|
|
5301
5442
|
$value: 600,
|
|
5443
|
+
$description: "600 – Halvfet, för underrubriker och etiketter.",
|
|
5302
5444
|
$type: "fontWeight",
|
|
5303
5445
|
key: "{typography.weight.semiBold}"
|
|
5304
5446
|
},
|
|
@@ -5309,11 +5451,13 @@ const ni = {
|
|
|
5309
5451
|
bold: {
|
|
5310
5452
|
key: "{typography.weight.bold}",
|
|
5311
5453
|
$value: 700,
|
|
5454
|
+
$description: "700 – Fet, för rubriker och framhävning.",
|
|
5312
5455
|
filePath: "packages/theme/tokens/typography.json",
|
|
5313
5456
|
isSource: !0,
|
|
5314
5457
|
$type: "fontWeight",
|
|
5315
5458
|
original: {
|
|
5316
5459
|
$value: 700,
|
|
5460
|
+
$description: "700 – Fet, för rubriker och framhävning.",
|
|
5317
5461
|
$type: "fontWeight",
|
|
5318
5462
|
key: "{typography.weight.bold}"
|
|
5319
5463
|
},
|
|
@@ -5324,11 +5468,13 @@ const ni = {
|
|
|
5324
5468
|
extraBold: {
|
|
5325
5469
|
key: "{typography.weight.extraBold}",
|
|
5326
5470
|
$value: 800,
|
|
5471
|
+
$description: "800 – Extra fet.",
|
|
5327
5472
|
filePath: "packages/theme/tokens/typography.json",
|
|
5328
5473
|
isSource: !0,
|
|
5329
5474
|
$type: "fontWeight",
|
|
5330
5475
|
original: {
|
|
5331
5476
|
$value: 800,
|
|
5477
|
+
$description: "800 – Extra fet.",
|
|
5332
5478
|
$type: "fontWeight",
|
|
5333
5479
|
key: "{typography.weight.extraBold}"
|
|
5334
5480
|
},
|
|
@@ -5339,11 +5485,13 @@ const ni = {
|
|
|
5339
5485
|
black: {
|
|
5340
5486
|
key: "{typography.weight.black}",
|
|
5341
5487
|
$value: 900,
|
|
5488
|
+
$description: "900 – Tyngsta möjliga vikt.",
|
|
5342
5489
|
filePath: "packages/theme/tokens/typography.json",
|
|
5343
5490
|
isSource: !0,
|
|
5344
5491
|
$type: "fontWeight",
|
|
5345
5492
|
original: {
|
|
5346
5493
|
$value: 900,
|
|
5494
|
+
$description: "900 – Tyngsta möjliga vikt.",
|
|
5347
5495
|
$type: "fontWeight",
|
|
5348
5496
|
key: "{typography.weight.black}"
|
|
5349
5497
|
},
|
|
@@ -5355,6 +5503,7 @@ const ni = {
|
|
|
5355
5503
|
body: {
|
|
5356
5504
|
key: "{typography.body}",
|
|
5357
5505
|
$type: "typography",
|
|
5506
|
+
$description: "Standardtypografi för brödtext. Används i löptext, listor och stycken.",
|
|
5358
5507
|
$value: {
|
|
5359
5508
|
fontFamily: "Inter, sans-serif",
|
|
5360
5509
|
fontSize: "1rem",
|
|
@@ -5365,6 +5514,7 @@ const ni = {
|
|
|
5365
5514
|
isSource: !0,
|
|
5366
5515
|
original: {
|
|
5367
5516
|
$type: "typography",
|
|
5517
|
+
$description: "Standardtypografi för brödtext. Används i löptext, listor och stycken.",
|
|
5368
5518
|
$value: {
|
|
5369
5519
|
fontFamily: "{typography.font.family}",
|
|
5370
5520
|
fontSize: "{typography.font.size.30}",
|
|
@@ -5380,6 +5530,7 @@ const ni = {
|
|
|
5380
5530
|
"body-small": {
|
|
5381
5531
|
key: "{typography.body-small}",
|
|
5382
5532
|
$type: "typography",
|
|
5533
|
+
$description: "Liten brödtextstil. Används för kompakt text i t.ex. tabeller och listor.",
|
|
5383
5534
|
$value: {
|
|
5384
5535
|
fontFamily: "Inter, sans-serif",
|
|
5385
5536
|
fontSize: "0.875rem",
|
|
@@ -5390,6 +5541,7 @@ const ni = {
|
|
|
5390
5541
|
isSource: !0,
|
|
5391
5542
|
original: {
|
|
5392
5543
|
$type: "typography",
|
|
5544
|
+
$description: "Liten brödtextstil. Används för kompakt text i t.ex. tabeller och listor.",
|
|
5393
5545
|
$value: {
|
|
5394
5546
|
fontFamily: "{typography.font.family}",
|
|
5395
5547
|
fontSize: "{typography.font.size.20}",
|
|
@@ -5405,6 +5557,7 @@ const ni = {
|
|
|
5405
5557
|
description: {
|
|
5406
5558
|
key: "{typography.description}",
|
|
5407
5559
|
$type: "typography",
|
|
5560
|
+
$description: "Beskrivningstext, t.ex. för hjälptexter och ledtexter i formulär.",
|
|
5408
5561
|
$value: {
|
|
5409
5562
|
fontFamily: "Inter, sans-serif",
|
|
5410
5563
|
fontSize: "0.875rem",
|
|
@@ -5415,6 +5568,7 @@ const ni = {
|
|
|
5415
5568
|
isSource: !0,
|
|
5416
5569
|
original: {
|
|
5417
5570
|
$type: "typography",
|
|
5571
|
+
$description: "Beskrivningstext, t.ex. för hjälptexter och ledtexter i formulär.",
|
|
5418
5572
|
$value: {
|
|
5419
5573
|
fontFamily: "{typography.font.family}",
|
|
5420
5574
|
fontSize: "{typography.font.size.20}",
|
|
@@ -5430,6 +5584,7 @@ const ni = {
|
|
|
5430
5584
|
"description-small": {
|
|
5431
5585
|
key: "{typography.description-small}",
|
|
5432
5586
|
$type: "typography",
|
|
5587
|
+
$description: "Liten beskrivningstext, t.ex. för felmeddelanden och teckenräknare i formulär.",
|
|
5433
5588
|
$value: {
|
|
5434
5589
|
fontFamily: "Inter, sans-serif",
|
|
5435
5590
|
fontSize: "0.75rem",
|
|
@@ -5440,6 +5595,7 @@ const ni = {
|
|
|
5440
5595
|
isSource: !0,
|
|
5441
5596
|
original: {
|
|
5442
5597
|
$type: "typography",
|
|
5598
|
+
$description: "Liten beskrivningstext, t.ex. för felmeddelanden och teckenräknare i formulär.",
|
|
5443
5599
|
$value: {
|
|
5444
5600
|
fontFamily: "{typography.font.family}",
|
|
5445
5601
|
fontSize: "{typography.font.size.10}",
|
|
@@ -5457,11 +5613,13 @@ const ni = {
|
|
|
5457
5613
|
base: {
|
|
5458
5614
|
key: "{zIndex.base}",
|
|
5459
5615
|
$value: 1,
|
|
5616
|
+
$description: "Basnivå för normala element. z-index: 1.",
|
|
5460
5617
|
filePath: "packages/theme/tokens/z-index.json",
|
|
5461
5618
|
isSource: !0,
|
|
5462
5619
|
$type: "number",
|
|
5463
5620
|
original: {
|
|
5464
5621
|
$value: 1,
|
|
5622
|
+
$description: "Basnivå för normala element. z-index: 1.",
|
|
5465
5623
|
$type: "number",
|
|
5466
5624
|
key: "{zIndex.base}"
|
|
5467
5625
|
},
|
|
@@ -5472,11 +5630,13 @@ const ni = {
|
|
|
5472
5630
|
above: {
|
|
5473
5631
|
key: "{zIndex.above}",
|
|
5474
5632
|
$value: 10,
|
|
5633
|
+
$description: "Placerar element ovanför normala element, t.ex. tooltips i flödet. z-index: 10.",
|
|
5475
5634
|
filePath: "packages/theme/tokens/z-index.json",
|
|
5476
5635
|
isSource: !0,
|
|
5477
5636
|
$type: "number",
|
|
5478
5637
|
original: {
|
|
5479
5638
|
$value: 10,
|
|
5639
|
+
$description: "Placerar element ovanför normala element, t.ex. tooltips i flödet. z-index: 10.",
|
|
5480
5640
|
$type: "number",
|
|
5481
5641
|
key: "{zIndex.above}"
|
|
5482
5642
|
},
|
|
@@ -5487,11 +5647,13 @@ const ni = {
|
|
|
5487
5647
|
sidebar: {
|
|
5488
5648
|
key: "{zIndex.sidebar}",
|
|
5489
5649
|
$value: 500,
|
|
5650
|
+
$description: "Z-index för sidopaneler och navigationsdrawers. z-index: 500.",
|
|
5490
5651
|
filePath: "packages/theme/tokens/z-index.json",
|
|
5491
5652
|
isSource: !0,
|
|
5492
5653
|
$type: "number",
|
|
5493
5654
|
original: {
|
|
5494
5655
|
$value: 500,
|
|
5656
|
+
$description: "Z-index för sidopaneler och navigationsdrawers. z-index: 500.",
|
|
5495
5657
|
$type: "number",
|
|
5496
5658
|
key: "{zIndex.sidebar}"
|
|
5497
5659
|
},
|
|
@@ -5502,11 +5664,13 @@ const ni = {
|
|
|
5502
5664
|
modal: {
|
|
5503
5665
|
key: "{zIndex.modal}",
|
|
5504
5666
|
$value: 1e3,
|
|
5667
|
+
$description: "Z-index för modaler och dialoger. z-index: 1000.",
|
|
5505
5668
|
filePath: "packages/theme/tokens/z-index.json",
|
|
5506
5669
|
isSource: !0,
|
|
5507
5670
|
$type: "number",
|
|
5508
5671
|
original: {
|
|
5509
5672
|
$value: 1e3,
|
|
5673
|
+
$description: "Z-index för modaler och dialoger. z-index: 1000.",
|
|
5510
5674
|
$type: "number",
|
|
5511
5675
|
key: "{zIndex.modal}"
|
|
5512
5676
|
},
|
|
@@ -5517,11 +5681,13 @@ const ni = {
|
|
|
5517
5681
|
toast: {
|
|
5518
5682
|
key: "{zIndex.toast}",
|
|
5519
5683
|
$value: 1100,
|
|
5684
|
+
$description: "Z-index för toast-notifikationer, ovanför modaler. z-index: 1100.",
|
|
5520
5685
|
filePath: "packages/theme/tokens/z-index.json",
|
|
5521
5686
|
isSource: !0,
|
|
5522
5687
|
$type: "number",
|
|
5523
5688
|
original: {
|
|
5524
5689
|
$value: 1100,
|
|
5690
|
+
$description: "Z-index för toast-notifikationer, ovanför modaler. z-index: 1100.",
|
|
5525
5691
|
$type: "number",
|
|
5526
5692
|
key: "{zIndex.toast}"
|
|
5527
5693
|
},
|
|
@@ -5532,11 +5698,13 @@ const ni = {
|
|
|
5532
5698
|
skipToContent: {
|
|
5533
5699
|
key: "{zIndex.skipToContent}",
|
|
5534
5700
|
$value: 1200,
|
|
5701
|
+
$description: "Z-index för 'hoppa till innehåll'-länken för tillgänglighet, alltid överst. z-index: 1200.",
|
|
5535
5702
|
filePath: "packages/theme/tokens/z-index.json",
|
|
5536
5703
|
isSource: !0,
|
|
5537
5704
|
$type: "number",
|
|
5538
5705
|
original: {
|
|
5539
5706
|
$value: 1200,
|
|
5707
|
+
$description: "Z-index för 'hoppa till innehåll'-länken för tillgänglighet, alltid överst. z-index: 1200.",
|
|
5540
5708
|
$type: "number",
|
|
5541
5709
|
key: "{zIndex.skipToContent}"
|
|
5542
5710
|
},
|
|
@@ -5545,7 +5713,7 @@ const ni = {
|
|
|
5545
5713
|
path: ["zIndex", "skipToContent"]
|
|
5546
5714
|
}
|
|
5547
5715
|
}
|
|
5548
|
-
}, e = "0.125rem", t = "0.188rem", a = "0.25rem", o = "0.375rem", r = "0.5rem", i = "0.625rem",
|
|
5716
|
+
}, e = "0.125rem", t = "0.188rem", a = "0.25rem", o = "0.375rem", r = "0.5rem", i = "0.625rem", n = "0.75rem", s = "0.875rem", l = "0.938rem", c = "1rem", p = "1.25rem", d = "1.5rem", g = "1.75rem", u = "2rem", y = "2.5rem", k = "2.75rem", h = "3rem", m = "0rem", $ = "0.063rem", b = "480px", f = "768px", v = "1024px", S = "1280px", j = "(max-width: calc(480px - 1px))", x = "(min-width: 480px)", P = "(min-width: 768px)", w = "(min-width: 1024px)", z = "(min-width: 1280px)", B = "light-dark(#143c50, #2e7ca5)", H = "light-dark(#25607f, #25607f)", R = "light-dark(#2e7ca5, #143c50)", I = "transparent", Y = "light-dark(#e6e6e6, #212121)", C = "light-dark(#d9d9d9, #262626)", A = "light-dark(#0000000d, #ffffff21)", G = "light-dark(#d9d9d9, #262626)", F = "light-dark(#e62323, #e62323)", W = "light-dark(#bc1d1d, #bc1d1d)", U = "light-dark(#7d1313, #7d1313)", T = "light-dark(#f2f2f2, #262626)", L = "light-dark(#143c50, #f2f2f2)", D = "light-dark(#0000000d, #ffffff21)", O = "light-dark(#00000033, #ffffff33)", M = "#000", E = "#0d0d0d", K = "#0000000d", X = "#fff", Z = "#e6e6e6", N = "#ffffff21", _ = "#f2f2f2", V = "#e6e6e6", q = "#d9d9d9", J = "#ccc", Q = "#bfbfbf", ee = "#b3b3b3", te = "#a6a6a6", ae = "#999", oe = "#8c8c8c", re = "#808080", ie = "#737373", ne = "#666", se = "#5d5d5d", le = "#525252", ce = "#474747", pe = "#383838", de = "#333", ge = "#262626", ue = "#212121", ye = "#171717", ke = "#eaf2f6", he = "#d5e5ed", me = "#abcbdb", $e = "#94BCD1", be = "#82b0c9", fe = "#6CA3C0", ve = "#5897b8", Se = "#4289ad", je = "#2e7ca5", xe = "#2C7399", Pe = "#29698C", we = "#25607f", ze = "#143c50", Be = "#b46ab4", He = "#954b95", Re = "#b90835", Ie = "oklch(0.66 0.18 45)", Ye = "#eaf2f6", Ce = "#d5e5ed", Ae = "#06c", Ge = "#162b33", Fe = "#112127", We = "#d5f2d9", Ue = "#bae5c5", Te = "#008d3c", Le = "#194B33", De = "#163328", Oe = "#112722", Me = "#fff8e2", Ee = "#fff1cd", Ke = "#ffeab8", Xe = "#ffe3a3", Ze = "#ffdc8b", Ne = "#ffd47b", _e = "#fdcd5d", Ve = "#fbc640", qe = "#fabf1b", Je = "#fab900", Qe = "#daa105", et = "#bd8c1e", tt = "#a17927", at = "#88672a", ot = "#70562b", rt = "#5a4629", it = "#453826", nt = "#322a20", st = "#201c18", lt = "#0f0e0e", ct = "#ffefef", pt = "#ffdfdf", dt = "#fcc8c8", gt = "#f9b0b0", ut = "#f69999", yt = "#f38181", kt = "#ef6a6a", ht = "#EC5252", mt = "#e93b3b", $t = "#e62323", bt = "#d12020", ft = "#bc1d1d", vt = "#a71919", St = "#921616", jt = "#7d1313", xt = "#691010", Pt = "#540d0d", wt = "#3f0a0a", zt = "#2a0606", Bt = "#150303", Ht = "0.125rem", Rt = "0.25rem", It = "0.5rem", Yt = "0.75rem", Ct = "1rem", At = "1.5rem", Gt = "2rem", Ft = "2.5rem", Wt = "3rem", Ut = "0.25rem", Tt = "0.5rem", Lt = "1rem", Dt = "1.5rem", Ot = "2rem", Mt = "0.125rem", Et = "0.188rem", Kt = "0.25rem", Xt = "0.375rem", Zt = "0.5rem", Nt = "0.625rem", _t = "0.75rem", Vt = "0.875rem", qt = "0.938rem", Jt = "1rem", Qt = "1.25rem", ea = "1.5rem", ta = "1.75rem", aa = "2rem", oa = "2.5rem", ra = "2.75rem", ia = "3rem", na = "0rem", sa = "0.063rem", la = "2.5rem", ca = "1rem", pa = "1.25rem", da = "2rem", ga = "2.5rem", ua = "3rem", ya = "light-dark(#fff, #171717)", ka = "light-dark(#e6e6e6, #212121)", ha = "light-dark(#171717, #f2f2f2)", ma = "light-dark(#f2f2f2, #262626)", $a = "light-dark(#e6e6e6, #333)", ba = "light-dark(#d9d9d9, #383838)", fa = "light-dark(#ccc, #474747)", va = "light-dark(#fff, #383838)", Sa = "light-dark(#e6e6e6, #474747)", ja = "light-dark(#d9d9d9, #525252)", xa = "light-dark(#ccc, #5d5d5d)", Pa = "light-dark(#d9d9d9, #383838)", wa = "light-dark(#ccc, #474747)", za = "light-dark(#bfbfbf, #525252)", Ba = "light-dark(#f2f2f2, #262626)", Ha = "light-dark(#e6e6e6, #333)", Ra = "light-dark(#d9d9d9, #383838)", Ia = "light-dark(#b90835, #b90835)", Ya = "light-dark(#171717, #f2f2f2)", Ca = "light-dark(#737373, #8c8c8c)", Aa = "light-dark(#bfbfbf, #525252)", Ga = "light-dark(#143c50, #2e7ca5)", Fa = "light-dark(#bfbfbf, #525252)", Wa = "1px", Ua = "light-dark(#f2f2f2, #262626)", Ta = "light-dark(#e6e6e6, #333)", La = "light-dark(#d9d9d9, #383838)", Da = "light-dark(#fff, #383838)", Oa = "light-dark(#e6e6e6, #474747)", Ma = "light-dark(#d9d9d9, #525252)", Ea = "light-dark(#f2f2f2, #262626)", Ka = "light-dark(#f2f2f2, #262626)", Xa = "light-dark(#d9d9d9, #383838)", Za = "light-dark(#171717, #f2f2f2)", Na = "light-dark(#525252, #a6a6a6)", _a = "light-dark(#143c50, #f2f2f2)", Va = "light-dark(#fff, #171717)", qa = "light-dark(#fff, #fff)", Ja = "light-dark(#bfbfbf, #525252)", Qa = "light-dark(#008d3c, #008d3c)", eo = "light-dark(#06c, #06c)", to = "light-dark(#e62323, #e62323)", ao = "oklch(0.66 0.18 45)", oo = "light-dark(#bfbfbf, #383838)", ro = "light-dark(#29698C, #6CA3C0)", io = "light-dark(#143c50, #94BCD1)", no = "light-dark(#171717, #abcbdb)", so = "light-dark(#954b95, #b46ab4)", lo = "light-dark(#008d3c, #008d3c)", co = "light-dark(#06c, #06c)", po = "oklch(0.66 0.18 45)", go = "light-dark(#e62323, #e62323)", uo = "light-dark(#d5f2d9, #112722)", yo = "light-dark(#bae5c5, #163328)", ko = "light-dark(#eaf2f6, #112127)", ho = "light-dark(#d5e5ed, #162b33)", mo = "light-dark(#fff8e2, #322a20)", $o = "light-dark(#fff1cd, #453826)", bo = "light-dark(#ffdfdf, #3f0a0a)", fo = "light-dark(#fcc8c8, #540d0d)", vo = "light-dark(#d5f2d9, #112722)", So = "light-dark(#008d3c, #008d3c)", jo = "light-dark(#eaf2f6, #112127)", xo = "light-dark(#06c, #06c)", Po = "light-dark(#fff8e2, #322a20)", wo = "oklch(0.66 0.18 45)", zo = "light-dark(#ffdfdf, #3f0a0a)", Bo = "light-dark(#e62323, #e62323)", Ho = "light-dark(#171717, #f2f2f2)", Ro = "light-dark(#525252, #a6a6a6)", Io = "light-dark(#143c50, #f2f2f2)", Yo = "light-dark(#fff, #fff)", Co = "light-dark(#f2f2f2, #171717)", Ao = "light-dark(#bfbfbf, #525252)", Go = "light-dark(#e62323, #EC5252)", Fo = "light-dark(#a6a6a6, #525252)", Wo = "light-dark(#737373, #999)", Uo = "light-dark(#e62323, #e62323)", To = "light-dark(#0000001a, #ffffff1a)", Lo = "light-dark(#143c50, #5897b8)", Do = "light-dark(#143c50, #5897b8)", Oo = "light-dark(#d5e5ed, #143c50)", Mo = "light-dark(#143c50, #5897b8)", Eo = "light-dark(#b90835, #fff)", Ko = "light-dark(#e6e6e6, #212121)", Xo = "light-dark(#f2f2f2, #262626)", Zo = "light-dark(#525252, #a6a6a6)", No = "0.125rem", _o = "0.375rem", Vo = "0.625rem", qo = "0.75rem", Jo = "0.875rem", Qo = "0.938rem", er = "1.25rem", tr = "2.5rem", ar = "3rem", or = "0.25rem", rr = "0.5rem", ir = "1rem", nr = "1.5rem", sr = "2rem", lr = "0.063rem", cr = "0 0 0 2px light-dark(white, black), 0 0 0 4px light-dark(black, white)", pr = "inset 0 0 0 2px light-dark(black, white), inset 0 0 0 4px light-dark(white, black)", dr = "2px", gr = "2px", ur = "inset 0 0 0 2px light-dark(#e62323, #e62323)", yr = "500ms", kr = "300ms", hr = "250ms", mr = [0, 0, 0.58, 1], $r = [0.42, 0, 1, 1], br = {
|
|
5549
5717
|
delay: "0ms",
|
|
5550
5718
|
duration: "300ms",
|
|
5551
5719
|
timingFunction: [0, 0, 0.58, 1]
|
|
@@ -5553,17 +5721,17 @@ const ni = {
|
|
|
5553
5721
|
delay: "0ms",
|
|
5554
5722
|
duration: "300ms",
|
|
5555
5723
|
timingFunction: [0.42, 0, 1, 1]
|
|
5556
|
-
}, vr = "Inter, sans-serif", Sr = "0.75rem", jr = "0.875rem",
|
|
5724
|
+
}, vr = "Inter, sans-serif", Sr = "0.75rem", jr = "0.875rem", xr = "1rem", Pr = "1.125rem", wr = "1.25rem", zr = "1.5rem", Br = "1.625rem", Hr = "2rem", Rr = "2.25rem", Ir = "2.625rem", Yr = "1rem", Cr = "1.125rem", Ar = "1.25rem", Gr = "1.375rem", Fr = "1.5rem", Wr = "1.75rem", Ur = "2rem", Tr = "2.25rem", Lr = "2.5rem", Dr = "3rem", Or = 100, Mr = 200, Er = 300, Kr = 400, Xr = 500, Zr = 600, Nr = 700, _r = 800, Vr = 900, qr = {
|
|
5557
5725
|
fontFamily: "Inter, sans-serif",
|
|
5558
5726
|
fontSize: "1rem",
|
|
5559
5727
|
fontWeight: 400,
|
|
5560
5728
|
lineHeight: "1.25rem"
|
|
5561
|
-
},
|
|
5729
|
+
}, Jr = {
|
|
5562
5730
|
fontFamily: "Inter, sans-serif",
|
|
5563
5731
|
fontSize: "0.875rem",
|
|
5564
5732
|
fontWeight: 400,
|
|
5565
5733
|
lineHeight: "1.125rem"
|
|
5566
|
-
},
|
|
5734
|
+
}, Qr = {
|
|
5567
5735
|
fontFamily: "Inter, sans-serif",
|
|
5568
5736
|
fontSize: "0.875rem",
|
|
5569
5737
|
fontWeight: 400,
|
|
@@ -5573,7 +5741,7 @@ const ni = {
|
|
|
5573
5741
|
fontSize: "0.75rem",
|
|
5574
5742
|
fontWeight: 400,
|
|
5575
5743
|
lineHeight: "1rem"
|
|
5576
|
-
}, ti = 1, ai = 10, oi = 500, ri = 1e3, ii = 1100,
|
|
5744
|
+
}, ti = 1, ai = 10, oi = 500, ri = 1e3, ii = 1100, ni = 1200, li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5577
5745
|
__proto__: null,
|
|
5578
5746
|
backgroundBase: ya,
|
|
5579
5747
|
backgroundHover: ka,
|
|
@@ -5582,9 +5750,9 @@ const ni = {
|
|
|
5582
5750
|
base00: m,
|
|
5583
5751
|
base05: $,
|
|
5584
5752
|
base10: e,
|
|
5585
|
-
base100:
|
|
5586
|
-
base110:
|
|
5587
|
-
base120:
|
|
5753
|
+
base100: d,
|
|
5754
|
+
base110: g,
|
|
5755
|
+
base120: u,
|
|
5588
5756
|
base130: y,
|
|
5589
5757
|
base140: k,
|
|
5590
5758
|
base15: t,
|
|
@@ -5593,26 +5761,26 @@ const ni = {
|
|
|
5593
5761
|
base30: o,
|
|
5594
5762
|
base40: r,
|
|
5595
5763
|
base50: i,
|
|
5596
|
-
base60:
|
|
5597
|
-
base70:
|
|
5764
|
+
base60: n,
|
|
5765
|
+
base70: s,
|
|
5598
5766
|
base75: l,
|
|
5599
5767
|
base80: c,
|
|
5600
5768
|
base90: p,
|
|
5601
|
-
borderColorDisabled:
|
|
5769
|
+
borderColorDisabled: Fa,
|
|
5602
5770
|
borderColorPrimary: Ya,
|
|
5603
5771
|
borderColorSecondary: Ca,
|
|
5604
|
-
borderColorSubtle:
|
|
5605
|
-
borderColorTertiary:
|
|
5606
|
-
borderWidth:
|
|
5772
|
+
borderColorSubtle: Aa,
|
|
5773
|
+
borderColorTertiary: Ga,
|
|
5774
|
+
borderWidth: Wa,
|
|
5607
5775
|
brandPrimary: Ia,
|
|
5608
|
-
breakpointsLg:
|
|
5609
|
-
breakpointsMd:
|
|
5610
|
-
breakpointsSm:
|
|
5611
|
-
breakpointsXl:
|
|
5776
|
+
breakpointsLg: w,
|
|
5777
|
+
breakpointsMd: P,
|
|
5778
|
+
breakpointsSm: x,
|
|
5779
|
+
breakpointsXl: z,
|
|
5612
5780
|
breakpointsXs: j,
|
|
5613
5781
|
buttonBackgroundDangerActive: U,
|
|
5614
|
-
buttonBackgroundDangerBase:
|
|
5615
|
-
buttonBackgroundDangerHover:
|
|
5782
|
+
buttonBackgroundDangerBase: F,
|
|
5783
|
+
buttonBackgroundDangerHover: W,
|
|
5616
5784
|
buttonBackgroundDisabled: T,
|
|
5617
5785
|
buttonBackgroundPrimaryActive: R,
|
|
5618
5786
|
buttonBackgroundPrimaryBase: B,
|
|
@@ -5620,25 +5788,25 @@ const ni = {
|
|
|
5620
5788
|
buttonBackgroundSecondaryActive: C,
|
|
5621
5789
|
buttonBackgroundSecondaryBase: I,
|
|
5622
5790
|
buttonBackgroundSecondaryHover: Y,
|
|
5623
|
-
buttonBackgroundTertiaryActive:
|
|
5624
|
-
buttonBackgroundTertiaryHover:
|
|
5625
|
-
buttonBorderSecondary:
|
|
5626
|
-
buttonIconActive:
|
|
5627
|
-
buttonIconHover:
|
|
5791
|
+
buttonBackgroundTertiaryActive: G,
|
|
5792
|
+
buttonBackgroundTertiaryHover: A,
|
|
5793
|
+
buttonBorderSecondary: L,
|
|
5794
|
+
buttonIconActive: O,
|
|
5795
|
+
buttonIconHover: D,
|
|
5628
5796
|
calendarDateBackgroundEndRange: Mo,
|
|
5629
5797
|
calendarDateBackgroundHover: To,
|
|
5630
|
-
calendarDateBackgroundInRange:
|
|
5631
|
-
calendarDateBackgroundSelected:
|
|
5632
|
-
calendarDateBackgroundStartRange:
|
|
5798
|
+
calendarDateBackgroundInRange: Oo,
|
|
5799
|
+
calendarDateBackgroundSelected: Lo,
|
|
5800
|
+
calendarDateBackgroundStartRange: Do,
|
|
5633
5801
|
colorBlackBase: M,
|
|
5634
5802
|
colorBlackHover: E,
|
|
5635
5803
|
colorBlackOpacity5: K,
|
|
5636
5804
|
colorBlue10: ke,
|
|
5637
5805
|
colorBlue100: je,
|
|
5638
|
-
colorBlue110:
|
|
5639
|
-
colorBlue120:
|
|
5640
|
-
colorBlue130:
|
|
5641
|
-
colorBlue150:
|
|
5806
|
+
colorBlue110: xe,
|
|
5807
|
+
colorBlue120: Pe,
|
|
5808
|
+
colorBlue130: we,
|
|
5809
|
+
colorBlue150: ze,
|
|
5642
5810
|
colorBlue20: he,
|
|
5643
5811
|
colorBlue40: me,
|
|
5644
5812
|
colorBlue50: $e,
|
|
@@ -5646,22 +5814,22 @@ const ni = {
|
|
|
5646
5814
|
colorBlue70: fe,
|
|
5647
5815
|
colorBlue80: ve,
|
|
5648
5816
|
colorBlue90: Se,
|
|
5649
|
-
colorGray10:
|
|
5817
|
+
colorGray10: _,
|
|
5650
5818
|
colorGray100: re,
|
|
5651
5819
|
colorGray110: ie,
|
|
5652
|
-
colorGray120:
|
|
5653
|
-
colorGray130:
|
|
5820
|
+
colorGray120: ne,
|
|
5821
|
+
colorGray130: se,
|
|
5654
5822
|
colorGray140: le,
|
|
5655
5823
|
colorGray150: ce,
|
|
5656
5824
|
colorGray160: pe,
|
|
5657
|
-
colorGray170:
|
|
5658
|
-
colorGray180:
|
|
5659
|
-
colorGray190:
|
|
5660
|
-
colorGray20:
|
|
5825
|
+
colorGray170: de,
|
|
5826
|
+
colorGray180: ge,
|
|
5827
|
+
colorGray190: ue,
|
|
5828
|
+
colorGray20: V,
|
|
5661
5829
|
colorGray200: ye,
|
|
5662
|
-
colorGray30:
|
|
5663
|
-
colorGray40:
|
|
5664
|
-
colorGray50:
|
|
5830
|
+
colorGray30: q,
|
|
5831
|
+
colorGray40: J,
|
|
5832
|
+
colorGray50: Q,
|
|
5665
5833
|
colorGray60: ee,
|
|
5666
5834
|
colorGray70: te,
|
|
5667
5835
|
colorGray80: ae,
|
|
@@ -5671,15 +5839,15 @@ const ni = {
|
|
|
5671
5839
|
colorPurple80: Be,
|
|
5672
5840
|
colorRed100: Re,
|
|
5673
5841
|
colorSignalBlue10: Ye,
|
|
5674
|
-
colorSignalBlue100:
|
|
5675
|
-
colorSignalBlue170:
|
|
5676
|
-
colorSignalBlue180:
|
|
5842
|
+
colorSignalBlue100: Ae,
|
|
5843
|
+
colorSignalBlue170: Ge,
|
|
5844
|
+
colorSignalBlue180: Fe,
|
|
5677
5845
|
colorSignalBlue20: Ce,
|
|
5678
5846
|
colorSignalGreen100: Te,
|
|
5679
|
-
colorSignalGreen150:
|
|
5680
|
-
colorSignalGreen170:
|
|
5681
|
-
colorSignalGreen180:
|
|
5682
|
-
colorSignalGreen20:
|
|
5847
|
+
colorSignalGreen150: Le,
|
|
5848
|
+
colorSignalGreen170: De,
|
|
5849
|
+
colorSignalGreen180: Oe,
|
|
5850
|
+
colorSignalGreen20: We,
|
|
5683
5851
|
colorSignalGreen30: Ue,
|
|
5684
5852
|
colorSignalRed10: ct,
|
|
5685
5853
|
colorSignalRed100: $t,
|
|
@@ -5688,59 +5856,59 @@ const ni = {
|
|
|
5688
5856
|
colorSignalRed130: vt,
|
|
5689
5857
|
colorSignalRed140: St,
|
|
5690
5858
|
colorSignalRed150: jt,
|
|
5691
|
-
colorSignalRed160:
|
|
5692
|
-
colorSignalRed170:
|
|
5693
|
-
colorSignalRed180:
|
|
5694
|
-
colorSignalRed190:
|
|
5859
|
+
colorSignalRed160: xt,
|
|
5860
|
+
colorSignalRed170: Pt,
|
|
5861
|
+
colorSignalRed180: wt,
|
|
5862
|
+
colorSignalRed190: zt,
|
|
5695
5863
|
colorSignalRed20: pt,
|
|
5696
5864
|
colorSignalRed200: Bt,
|
|
5697
|
-
colorSignalRed30:
|
|
5698
|
-
colorSignalRed40:
|
|
5699
|
-
colorSignalRed50:
|
|
5865
|
+
colorSignalRed30: dt,
|
|
5866
|
+
colorSignalRed40: gt,
|
|
5867
|
+
colorSignalRed50: ut,
|
|
5700
5868
|
colorSignalRed60: yt,
|
|
5701
5869
|
colorSignalRed70: kt,
|
|
5702
5870
|
colorSignalRed80: ht,
|
|
5703
5871
|
colorSignalRed90: mt,
|
|
5704
5872
|
colorSignalYellow10: Me,
|
|
5705
|
-
colorSignalYellow100:
|
|
5706
|
-
colorSignalYellow110:
|
|
5873
|
+
colorSignalYellow100: Je,
|
|
5874
|
+
colorSignalYellow110: Qe,
|
|
5707
5875
|
colorSignalYellow120: et,
|
|
5708
5876
|
colorSignalYellow130: tt,
|
|
5709
5877
|
colorSignalYellow140: at,
|
|
5710
5878
|
colorSignalYellow150: ot,
|
|
5711
5879
|
colorSignalYellow160: rt,
|
|
5712
5880
|
colorSignalYellow170: it,
|
|
5713
|
-
colorSignalYellow180:
|
|
5714
|
-
colorSignalYellow190:
|
|
5881
|
+
colorSignalYellow180: nt,
|
|
5882
|
+
colorSignalYellow190: st,
|
|
5715
5883
|
colorSignalYellow20: Ee,
|
|
5716
5884
|
colorSignalYellow200: lt,
|
|
5717
5885
|
colorSignalYellow30: Ke,
|
|
5718
5886
|
colorSignalYellow40: Xe,
|
|
5719
|
-
colorSignalYellow50:
|
|
5887
|
+
colorSignalYellow50: Ze,
|
|
5720
5888
|
colorSignalYellow60: Ne,
|
|
5721
|
-
colorSignalYellow70:
|
|
5722
|
-
colorSignalYellow80:
|
|
5723
|
-
colorSignalYellow90:
|
|
5889
|
+
colorSignalYellow70: _e,
|
|
5890
|
+
colorSignalYellow80: Ve,
|
|
5891
|
+
colorSignalYellow90: qe,
|
|
5724
5892
|
colorWhiteBase: X,
|
|
5725
|
-
colorWhiteHover:
|
|
5893
|
+
colorWhiteHover: Z,
|
|
5726
5894
|
colorWhiteOpacity13: N,
|
|
5727
|
-
field01Active:
|
|
5895
|
+
field01Active: La,
|
|
5728
5896
|
field01Base: Ua,
|
|
5729
5897
|
field01Hover: Ta,
|
|
5730
5898
|
field02Active: Ma,
|
|
5731
|
-
field02Base:
|
|
5732
|
-
field02Hover:
|
|
5899
|
+
field02Base: Da,
|
|
5900
|
+
field02Hover: Oa,
|
|
5733
5901
|
fieldDisabled: Ea,
|
|
5734
|
-
iconDisabled:
|
|
5902
|
+
iconDisabled: Ja,
|
|
5735
5903
|
iconImportant: ao,
|
|
5736
5904
|
iconInfo: eo,
|
|
5737
|
-
iconInverse:
|
|
5738
|
-
iconOnColor:
|
|
5739
|
-
iconPrimary:
|
|
5905
|
+
iconInverse: Va,
|
|
5906
|
+
iconOnColor: qa,
|
|
5907
|
+
iconPrimary: Za,
|
|
5740
5908
|
iconReadOnly: oo,
|
|
5741
5909
|
iconSecondary: Na,
|
|
5742
|
-
iconSuccess:
|
|
5743
|
-
iconTertiary:
|
|
5910
|
+
iconSuccess: Qa,
|
|
5911
|
+
iconTertiary: _a,
|
|
5744
5912
|
iconWarning: to,
|
|
5745
5913
|
layer01Base: ma,
|
|
5746
5914
|
layer01Hover: $a,
|
|
@@ -5749,23 +5917,23 @@ const ni = {
|
|
|
5749
5917
|
layer02Base: va,
|
|
5750
5918
|
layer02Hover: Sa,
|
|
5751
5919
|
layer02Selected: ja,
|
|
5752
|
-
layer02SelectedHover:
|
|
5753
|
-
layerAccent01Base:
|
|
5754
|
-
layerAccent01Hover:
|
|
5755
|
-
layerAccent01Selected:
|
|
5920
|
+
layer02SelectedHover: xa,
|
|
5921
|
+
layerAccent01Base: Pa,
|
|
5922
|
+
layerAccent01Hover: wa,
|
|
5923
|
+
layerAccent01Selected: za,
|
|
5756
5924
|
layerAccent02Base: Ba,
|
|
5757
5925
|
layerAccent02Hover: Ha,
|
|
5758
5926
|
layerAccent02Selected: Ra,
|
|
5759
5927
|
linkEnabled: ro,
|
|
5760
5928
|
linkHover: io,
|
|
5761
|
-
linkPressed:
|
|
5762
|
-
linkVisited:
|
|
5929
|
+
linkPressed: no,
|
|
5930
|
+
linkVisited: so,
|
|
5763
5931
|
logoPrimary: Eo,
|
|
5764
5932
|
menuItemBackgroundHover: Ko,
|
|
5765
5933
|
menuItemBackgroundSelected: Xo,
|
|
5766
|
-
menuTextSectionHeader:
|
|
5767
|
-
size00:
|
|
5768
|
-
size05:
|
|
5934
|
+
menuTextSectionHeader: Zo,
|
|
5935
|
+
size00: na,
|
|
5936
|
+
size05: sa,
|
|
5769
5937
|
size10: Mt,
|
|
5770
5938
|
size100: ea,
|
|
5771
5939
|
size110: ta,
|
|
@@ -5776,55 +5944,55 @@ const ni = {
|
|
|
5776
5944
|
size150: ia,
|
|
5777
5945
|
size20: Kt,
|
|
5778
5946
|
size30: Xt,
|
|
5779
|
-
size40:
|
|
5947
|
+
size40: Zt,
|
|
5780
5948
|
size50: Nt,
|
|
5781
|
-
size60:
|
|
5782
|
-
size70:
|
|
5783
|
-
size75:
|
|
5784
|
-
size80:
|
|
5785
|
-
size90:
|
|
5786
|
-
sizeControl:
|
|
5787
|
-
sizeControlMd:
|
|
5949
|
+
size60: _t,
|
|
5950
|
+
size70: Vt,
|
|
5951
|
+
size75: qt,
|
|
5952
|
+
size80: Jt,
|
|
5953
|
+
size90: Qt,
|
|
5954
|
+
sizeControl: ua,
|
|
5955
|
+
sizeControlMd: ga,
|
|
5788
5956
|
sizeControlSm: la,
|
|
5789
5957
|
sizeIcon: ca,
|
|
5790
5958
|
sizeIconSm: pa,
|
|
5791
|
-
sizeOption:
|
|
5959
|
+
sizeOption: da,
|
|
5792
5960
|
skeleton01: Ka,
|
|
5793
5961
|
skeleton02: Xa,
|
|
5794
5962
|
space05: lr,
|
|
5795
5963
|
space10: No,
|
|
5796
5964
|
space130: tr,
|
|
5797
5965
|
space150: ar,
|
|
5798
|
-
space30:
|
|
5799
|
-
space50:
|
|
5800
|
-
space60:
|
|
5801
|
-
space70:
|
|
5802
|
-
space75:
|
|
5966
|
+
space30: _o,
|
|
5967
|
+
space50: Vo,
|
|
5968
|
+
space60: qo,
|
|
5969
|
+
space70: Jo,
|
|
5970
|
+
space75: Qo,
|
|
5803
5971
|
space90: er,
|
|
5804
|
-
spaceLarge:
|
|
5972
|
+
spaceLarge: nr,
|
|
5805
5973
|
spaceMedium: ir,
|
|
5806
5974
|
spaceSmall: rr,
|
|
5807
|
-
spaceXlarge:
|
|
5975
|
+
spaceXlarge: sr,
|
|
5808
5976
|
spaceXsmall: or,
|
|
5809
5977
|
spacing10: Ht,
|
|
5810
5978
|
spacing20: Rt,
|
|
5811
5979
|
spacing30: It,
|
|
5812
5980
|
spacing40: Yt,
|
|
5813
5981
|
spacing50: Ct,
|
|
5814
|
-
spacing60:
|
|
5815
|
-
spacing70:
|
|
5816
|
-
spacing80:
|
|
5817
|
-
spacing90:
|
|
5818
|
-
spacingLarge:
|
|
5819
|
-
spacingMedium:
|
|
5982
|
+
spacing60: At,
|
|
5983
|
+
spacing70: Gt,
|
|
5984
|
+
spacing80: Ft,
|
|
5985
|
+
spacing90: Wt,
|
|
5986
|
+
spacingLarge: Dt,
|
|
5987
|
+
spacingMedium: Lt,
|
|
5820
5988
|
spacingSmall: Tt,
|
|
5821
|
-
spacingXlarge:
|
|
5989
|
+
spacingXlarge: Ot,
|
|
5822
5990
|
spacingXsmall: Ut,
|
|
5823
5991
|
stateFocus: cr,
|
|
5824
|
-
stateFocusContrastModeOffset:
|
|
5825
|
-
stateFocusContrastModeOutline:
|
|
5992
|
+
stateFocusContrastModeOffset: gr,
|
|
5993
|
+
stateFocusContrastModeOutline: dr,
|
|
5826
5994
|
stateFocusInset: pr,
|
|
5827
|
-
stateInvalid:
|
|
5995
|
+
stateInvalid: ur,
|
|
5828
5996
|
supportBackgroundImportant: mo,
|
|
5829
5997
|
supportBackgroundImportantHover: $o,
|
|
5830
5998
|
supportBackgroundInfo: ko,
|
|
@@ -5838,22 +6006,22 @@ const ni = {
|
|
|
5838
6006
|
supportBorderSuccess: lo,
|
|
5839
6007
|
supportBorderWarning: go,
|
|
5840
6008
|
tagBlueBackground: jo,
|
|
5841
|
-
tagBlueBorderColor:
|
|
6009
|
+
tagBlueBorderColor: xo,
|
|
5842
6010
|
tagGreenBackground: vo,
|
|
5843
6011
|
tagGreenBorderColor: So,
|
|
5844
|
-
tagRedBackground:
|
|
6012
|
+
tagRedBackground: zo,
|
|
5845
6013
|
tagRedBorderColor: Bo,
|
|
5846
|
-
tagYellowBackground:
|
|
5847
|
-
tagYellowBorderColor:
|
|
5848
|
-
textDisabled:
|
|
6014
|
+
tagYellowBackground: Po,
|
|
6015
|
+
tagYellowBorderColor: wo,
|
|
6016
|
+
textDisabled: Ao,
|
|
5849
6017
|
textInverse: Co,
|
|
5850
6018
|
textOnColor: Yo,
|
|
5851
|
-
textPlaceholder:
|
|
6019
|
+
textPlaceholder: Fo,
|
|
5852
6020
|
textPrimary: Ho,
|
|
5853
|
-
textReadOnly:
|
|
6021
|
+
textReadOnly: Wo,
|
|
5854
6022
|
textSecondary: Ro,
|
|
5855
6023
|
textTertiary: Io,
|
|
5856
|
-
textWarning:
|
|
6024
|
+
textWarning: Go,
|
|
5857
6025
|
transitionDurationFast: hr,
|
|
5858
6026
|
transitionDurationNormal: kr,
|
|
5859
6027
|
transitionDurationSlow: yr,
|
|
@@ -5861,40 +6029,40 @@ const ni = {
|
|
|
5861
6029
|
transitionPanelExpand: fr,
|
|
5862
6030
|
transitionTimingEaseIn: $r,
|
|
5863
6031
|
transitionTimingEaseOut: mr,
|
|
5864
|
-
typographyBody:
|
|
5865
|
-
typographyBodySmall:
|
|
5866
|
-
typographyDescription:
|
|
6032
|
+
typographyBody: qr,
|
|
6033
|
+
typographyBodySmall: Jr,
|
|
6034
|
+
typographyDescription: Qr,
|
|
5867
6035
|
typographyDescriptionSmall: ei,
|
|
5868
6036
|
typographyFontFamily: vr,
|
|
5869
6037
|
typographyFontSize10: Sr,
|
|
5870
6038
|
typographyFontSize100: Ir,
|
|
5871
6039
|
typographyFontSize20: jr,
|
|
5872
|
-
typographyFontSize30:
|
|
5873
|
-
typographyFontSize40:
|
|
5874
|
-
typographyFontSize50:
|
|
5875
|
-
typographyFontSize60:
|
|
6040
|
+
typographyFontSize30: xr,
|
|
6041
|
+
typographyFontSize40: Pr,
|
|
6042
|
+
typographyFontSize50: wr,
|
|
6043
|
+
typographyFontSize60: zr,
|
|
5876
6044
|
typographyFontSize70: Br,
|
|
5877
6045
|
typographyFontSize80: Hr,
|
|
5878
6046
|
typographyFontSize90: Rr,
|
|
5879
6047
|
typographyLineHeight10: Yr,
|
|
5880
|
-
typographyLineHeight100:
|
|
6048
|
+
typographyLineHeight100: Dr,
|
|
5881
6049
|
typographyLineHeight20: Cr,
|
|
5882
|
-
typographyLineHeight30:
|
|
5883
|
-
typographyLineHeight40:
|
|
5884
|
-
typographyLineHeight50:
|
|
5885
|
-
typographyLineHeight60:
|
|
6050
|
+
typographyLineHeight30: Ar,
|
|
6051
|
+
typographyLineHeight40: Gr,
|
|
6052
|
+
typographyLineHeight50: Fr,
|
|
6053
|
+
typographyLineHeight60: Wr,
|
|
5886
6054
|
typographyLineHeight70: Ur,
|
|
5887
6055
|
typographyLineHeight80: Tr,
|
|
5888
|
-
typographyLineHeight90:
|
|
5889
|
-
typographyWeightBlack:
|
|
6056
|
+
typographyLineHeight90: Lr,
|
|
6057
|
+
typographyWeightBlack: Vr,
|
|
5890
6058
|
typographyWeightBold: Nr,
|
|
5891
|
-
typographyWeightExtraBold:
|
|
6059
|
+
typographyWeightExtraBold: _r,
|
|
5892
6060
|
typographyWeightExtraLight: Mr,
|
|
5893
6061
|
typographyWeightLight: Er,
|
|
5894
6062
|
typographyWeightMedium: Xr,
|
|
5895
6063
|
typographyWeightRegular: Kr,
|
|
5896
|
-
typographyWeightSemiBold:
|
|
5897
|
-
typographyWeightThin:
|
|
6064
|
+
typographyWeightSemiBold: Zr,
|
|
6065
|
+
typographyWeightThin: Or,
|
|
5898
6066
|
windowSizesLg: v,
|
|
5899
6067
|
windowSizesMd: f,
|
|
5900
6068
|
windowSizesSm: b,
|
|
@@ -5903,10 +6071,10 @@ const ni = {
|
|
|
5903
6071
|
zIndexBase: ti,
|
|
5904
6072
|
zIndexModal: ri,
|
|
5905
6073
|
zIndexSidebar: oi,
|
|
5906
|
-
zIndexSkipToContent:
|
|
6074
|
+
zIndexSkipToContent: ni,
|
|
5907
6075
|
zIndexToast: ii
|
|
5908
6076
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
5909
6077
|
export {
|
|
5910
|
-
|
|
6078
|
+
si as tokenDictionary,
|
|
5911
6079
|
li as variables
|
|
5912
6080
|
};
|