@bi-digital/tokens 0.4.2 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/tokens.js CHANGED
@@ -679,12 +679,12 @@ export default {
679
679
  5: {
680
680
  key: "{secondary.5}",
681
681
  $type: "color",
682
- $value: "#fcf6df",
682
+ $value: "#fff7d5",
683
683
  filePath: "tokens/Reference.Mode 1.tokens.json",
684
684
  isSource: true,
685
685
  original: {
686
686
  $type: "color",
687
- $value: "#fcf6df",
687
+ $value: "#fff7d5",
688
688
  key: "{secondary.5}",
689
689
  },
690
690
  name: "bi-secondary-5",
@@ -2186,7 +2186,7 @@ export default {
2186
2186
  isSource: true,
2187
2187
  original: {
2188
2188
  $type: "color",
2189
- $value: "#280C0A",
2189
+ $value: "#280c0a",
2190
2190
  key: "{alert.100}",
2191
2191
  },
2192
2192
  name: "bi-alert-100",
@@ -2522,6 +2522,24 @@ export default {
2522
2522
  },
2523
2523
  path: ["scale", "16x"],
2524
2524
  },
2525
+ "18x": {
2526
+ key: "{scale.18x}",
2527
+ $type: "dimension",
2528
+ $value: "4.5rem",
2529
+ filePath: "tokens/Reference.Mode 1.tokens.json",
2530
+ isSource: true,
2531
+ original: {
2532
+ $type: "dimension",
2533
+ $value: "72px",
2534
+ key: "{scale.18x}",
2535
+ },
2536
+ name: "bi-scale-18x",
2537
+ attributes: {
2538
+ category: "scale",
2539
+ type: "18x",
2540
+ },
2541
+ path: ["scale", "18x"],
2542
+ },
2525
2543
  "20x": {
2526
2544
  key: "{scale.20x}",
2527
2545
  $type: "dimension",
@@ -2707,7 +2725,7 @@ export default {
2707
2725
  dark_80: {
2708
2726
  key: "{opacity.dark_80}",
2709
2727
  $type: "color",
2710
- $value: "#26333f33",
2728
+ $value: "rgba(38, 51, 63, 0.2)",
2711
2729
  filePath: "tokens/System.Mode 1.tokens.json",
2712
2730
  isSource: true,
2713
2731
  original: {
@@ -2725,7 +2743,7 @@ export default {
2725
2743
  dark_50: {
2726
2744
  key: "{opacity.dark_50}",
2727
2745
  $type: "color",
2728
- $value: "#26333f80",
2746
+ $value: "rgba(38, 51, 63, 0.5)",
2729
2747
  filePath: "tokens/System.Mode 1.tokens.json",
2730
2748
  isSource: true,
2731
2749
  original: {
@@ -2743,7 +2761,7 @@ export default {
2743
2761
  light_100: {
2744
2762
  key: "{opacity.light_100}",
2745
2763
  $type: "color",
2746
- $value: "#ffffff00",
2764
+ $value: "rgba(255, 255, 255, 0)",
2747
2765
  filePath: "tokens/System.Mode 1.tokens.json",
2748
2766
  isSource: true,
2749
2767
  original: {
@@ -2761,7 +2779,7 @@ export default {
2761
2779
  light_80: {
2762
2780
  key: "{opacity.light_80}",
2763
2781
  $type: "color",
2764
- $value: "#ffffff33",
2782
+ $value: "rgba(255, 255, 255, 0.2)",
2765
2783
  filePath: "tokens/System.Mode 1.tokens.json",
2766
2784
  isSource: true,
2767
2785
  original: {
@@ -2779,7 +2797,7 @@ export default {
2779
2797
  light_50: {
2780
2798
  key: "{opacity.light_50}",
2781
2799
  $type: "color",
2782
- $value: "#ffffff80",
2800
+ $value: "rgba(255, 255, 255, 0.5)",
2783
2801
  filePath: "tokens/System.Mode 1.tokens.json",
2784
2802
  isSource: true,
2785
2803
  original: {
@@ -2832,8 +2850,8 @@ export default {
2832
2850
  },
2833
2851
  path: ["stroke", "thin"],
2834
2852
  },
2835
- default: {
2836
- key: "{stroke.default}",
2853
+ medium: {
2854
+ key: "{stroke.medium}",
2837
2855
  $type: "dimension",
2838
2856
  $value: "0.09375rem",
2839
2857
  filePath: "tokens/System.Mode 1.tokens.json",
@@ -2841,14 +2859,14 @@ export default {
2841
2859
  original: {
2842
2860
  $type: "dimension",
2843
2861
  $value: "1.5px",
2844
- key: "{stroke.default}",
2862
+ key: "{stroke.medium}",
2845
2863
  },
2846
- name: "bi-stroke-default",
2864
+ name: "bi-stroke-medium",
2847
2865
  attributes: {
2848
2866
  category: "stroke",
2849
- type: "default",
2867
+ type: "medium",
2850
2868
  },
2851
- path: ["stroke", "default"],
2869
+ path: ["stroke", "medium"],
2852
2870
  },
2853
2871
  thick: {
2854
2872
  key: "{stroke.thick}",
@@ -2868,60 +2886,6 @@ export default {
2868
2886
  },
2869
2887
  path: ["stroke", "thick"],
2870
2888
  },
2871
- "color-1": {
2872
- key: "{stroke.color-1}",
2873
- $type: "color",
2874
- $value: "#d5dde4",
2875
- filePath: "tokens/System.Mode 1.tokens.json",
2876
- isSource: true,
2877
- original: {
2878
- $type: "color",
2879
- $value: "{neutral.15}",
2880
- key: "{stroke.color-1}",
2881
- },
2882
- name: "bi-stroke-color-1",
2883
- attributes: {
2884
- category: "stroke",
2885
- type: "color-1",
2886
- },
2887
- path: ["stroke", "color-1"],
2888
- },
2889
- "color-2": {
2890
- key: "{stroke.color-2}",
2891
- $type: "color",
2892
- $value: "#bac6d2",
2893
- filePath: "tokens/System.Mode 1.tokens.json",
2894
- isSource: true,
2895
- original: {
2896
- $type: "color",
2897
- $value: "{neutral.25}",
2898
- key: "{stroke.color-2}",
2899
- },
2900
- name: "bi-stroke-color-2",
2901
- attributes: {
2902
- category: "stroke",
2903
- type: "color-2",
2904
- },
2905
- path: ["stroke", "color-2"],
2906
- },
2907
- "color-3": {
2908
- key: "{stroke.color-3}",
2909
- $type: "color",
2910
- $value: "#597694",
2911
- filePath: "tokens/System.Mode 1.tokens.json",
2912
- isSource: true,
2913
- original: {
2914
- $type: "color",
2915
- $value: "{neutral.50}",
2916
- key: "{stroke.color-3}",
2917
- },
2918
- name: "bi-stroke-color-3",
2919
- attributes: {
2920
- category: "stroke",
2921
- type: "color-3",
2922
- },
2923
- path: ["stroke", "color-3"],
2924
- },
2925
2889
  },
2926
2890
  radius: {
2927
2891
  none: {
@@ -3145,12 +3109,12 @@ export default {
3145
3109
  Primary: {
3146
3110
  key: "{icon.Primary}",
3147
3111
  $type: "color",
3148
- $value: "#26333f",
3112
+ $value: "#222d38",
3149
3113
  filePath: "tokens/System.Mode 1.tokens.json",
3150
3114
  isSource: true,
3151
3115
  original: {
3152
3116
  $type: "color",
3153
- $value: "{neutral.90}",
3117
+ $value: "{neutral.95}",
3154
3118
  key: "{icon.Primary}",
3155
3119
  },
3156
3120
  name: "bi-icon-primary",
@@ -3219,7 +3183,7 @@ export default {
3219
3183
  25: {
3220
3184
  key: "{elevation.25}",
3221
3185
  $type: "color",
3222
- $value: "#26333f26",
3186
+ $value: "rgba(38, 51, 63, 0.15)",
3223
3187
  filePath: "tokens/System.Mode 1.tokens.json",
3224
3188
  isSource: true,
3225
3189
  original: {
@@ -3235,11 +3199,266 @@ export default {
3235
3199
  path: ["elevation", "25"],
3236
3200
  },
3237
3201
  },
3202
+ font: {
3203
+ family: {
3204
+ Plain: {
3205
+ key: "{font.family.Plain}",
3206
+ $type: "string",
3207
+ $value: "'museo-sans', Arial, sans-serif",
3208
+ filePath: "tokens/System.Mode 1.tokens.json",
3209
+ isSource: true,
3210
+ original: {
3211
+ $type: "string",
3212
+ $value: "Museo Sans",
3213
+ key: "{font.family.Plain}",
3214
+ },
3215
+ name: "bi-font-family-plain",
3216
+ attributes: {
3217
+ category: "font",
3218
+ type: "family",
3219
+ item: "Plain",
3220
+ },
3221
+ path: ["font", "family", "Plain"],
3222
+ },
3223
+ Brand: {
3224
+ key: "{font.family.Brand}",
3225
+ $type: "string",
3226
+ $value: "'museo-slab', serif",
3227
+ filePath: "tokens/System.Mode 1.tokens.json",
3228
+ isSource: true,
3229
+ original: {
3230
+ $type: "string",
3231
+ $value: "Museo Slab",
3232
+ key: "{font.family.Brand}",
3233
+ },
3234
+ name: "bi-font-family-brand",
3235
+ attributes: {
3236
+ category: "font",
3237
+ type: "family",
3238
+ item: "Brand",
3239
+ },
3240
+ path: ["font", "family", "Brand"],
3241
+ },
3242
+ },
3243
+ weight: {
3244
+ Bold: {
3245
+ key: "{font.weight.Bold}",
3246
+ $type: "string",
3247
+ $value: "700",
3248
+ filePath: "tokens/System.Mode 1.tokens.json",
3249
+ isSource: true,
3250
+ original: {
3251
+ $type: "string",
3252
+ $value: "700",
3253
+ key: "{font.weight.Bold}",
3254
+ },
3255
+ name: "bi-font-weight-bold",
3256
+ attributes: {
3257
+ category: "font",
3258
+ type: "weight",
3259
+ item: "Bold",
3260
+ },
3261
+ path: ["font", "weight", "Bold"],
3262
+ },
3263
+ Regular: {
3264
+ key: "{font.weight.Regular}",
3265
+ $type: "string",
3266
+ $value: "500",
3267
+ filePath: "tokens/System.Mode 1.tokens.json",
3268
+ isSource: true,
3269
+ original: {
3270
+ $type: "string",
3271
+ $value: "500",
3272
+ key: "{font.weight.Regular}",
3273
+ },
3274
+ name: "bi-font-weight-regular",
3275
+ attributes: {
3276
+ category: "font",
3277
+ type: "weight",
3278
+ item: "Regular",
3279
+ },
3280
+ path: ["font", "weight", "Regular"],
3281
+ },
3282
+ },
3283
+ color: {
3284
+ Primary: {
3285
+ key: "{font.color.Primary}",
3286
+ $type: "color",
3287
+ $value: "#222d38",
3288
+ filePath: "tokens/System.Mode 1.tokens.json",
3289
+ isSource: true,
3290
+ original: {
3291
+ $type: "color",
3292
+ $value: "{neutral.95}",
3293
+ key: "{font.color.Primary}",
3294
+ },
3295
+ name: "bi-font-color-primary",
3296
+ attributes: {
3297
+ category: "font",
3298
+ type: "color",
3299
+ item: "Primary",
3300
+ },
3301
+ path: ["font", "color", "Primary"],
3302
+ },
3303
+ Secondary: {
3304
+ key: "{font.color.Secondary}",
3305
+ $type: "color",
3306
+ $value: "#475e75",
3307
+ filePath: "tokens/System.Mode 1.tokens.json",
3308
+ isSource: true,
3309
+ original: {
3310
+ $type: "color",
3311
+ $value: "{neutral.60}",
3312
+ key: "{font.color.Secondary}",
3313
+ },
3314
+ name: "bi-font-color-secondary",
3315
+ attributes: {
3316
+ category: "font",
3317
+ type: "color",
3318
+ item: "Secondary",
3319
+ },
3320
+ path: ["font", "color", "Secondary"],
3321
+ },
3322
+ Disabled: {
3323
+ key: "{font.color.Disabled}",
3324
+ $type: "color",
3325
+ $value: "#597694",
3326
+ filePath: "tokens/System.Mode 1.tokens.json",
3327
+ isSource: true,
3328
+ original: {
3329
+ $type: "color",
3330
+ $value: "{neutral.50}",
3331
+ key: "{font.color.Disabled}",
3332
+ },
3333
+ name: "bi-font-color-disabled",
3334
+ attributes: {
3335
+ category: "font",
3336
+ type: "color",
3337
+ item: "Disabled",
3338
+ },
3339
+ path: ["font", "color", "Disabled"],
3340
+ },
3341
+ Accent: {
3342
+ key: "{font.color.Accent}",
3343
+ $type: "color",
3344
+ $value: "#0b4db4",
3345
+ filePath: "tokens/System.Mode 1.tokens.json",
3346
+ isSource: true,
3347
+ original: {
3348
+ $type: "color",
3349
+ $value: "{primary.60}",
3350
+ key: "{font.color.Accent}",
3351
+ },
3352
+ name: "bi-font-color-accent",
3353
+ attributes: {
3354
+ category: "font",
3355
+ type: "color",
3356
+ item: "Accent",
3357
+ },
3358
+ path: ["font", "color", "Accent"],
3359
+ },
3360
+ Link: {
3361
+ key: "{font.color.Link}",
3362
+ $type: "color",
3363
+ $value: "#0a64ff",
3364
+ filePath: "tokens/System.Mode 1.tokens.json",
3365
+ isSource: true,
3366
+ original: {
3367
+ $type: "color",
3368
+ $value: "{primary.50}",
3369
+ key: "{font.color.Link}",
3370
+ },
3371
+ name: "bi-font-color-link",
3372
+ attributes: {
3373
+ category: "font",
3374
+ type: "color",
3375
+ item: "Link",
3376
+ },
3377
+ path: ["font", "color", "Link"],
3378
+ },
3379
+ Primary_dark_background: {
3380
+ key: "{font.color.Primary_dark_background}",
3381
+ $type: "color",
3382
+ $value: "#ffffff",
3383
+ filePath: "tokens/System.Mode 1.tokens.json",
3384
+ isSource: true,
3385
+ original: {
3386
+ $type: "color",
3387
+ $value: "{basic.white}",
3388
+ key: "{font.color.Primary_dark_background}",
3389
+ },
3390
+ name: "bi-font-color-primary-dark-background",
3391
+ attributes: {
3392
+ category: "font",
3393
+ type: "color",
3394
+ item: "Primary_dark_background",
3395
+ },
3396
+ path: ["font", "color", "Primary_dark_background"],
3397
+ },
3398
+ Secondary_dark_background_2: {
3399
+ key: "{font.color.Secondary_dark_background_2}",
3400
+ $type: "color",
3401
+ $value: "rgba(255, 255, 255, 0.7)",
3402
+ filePath: "tokens/System.Mode 1.tokens.json",
3403
+ isSource: true,
3404
+ original: {
3405
+ $type: "color",
3406
+ $value: "#ffffffb2",
3407
+ key: "{font.color.Secondary_dark_background_2}",
3408
+ },
3409
+ name: "bi-font-color-secondary-dark-background-2",
3410
+ attributes: {
3411
+ category: "font",
3412
+ type: "color",
3413
+ item: "Secondary_dark_background_2",
3414
+ },
3415
+ path: ["font", "color", "Secondary_dark_background_2"],
3416
+ },
3417
+ Disabled_dark_background: {
3418
+ key: "{font.color.Disabled_dark_background}",
3419
+ $type: "color",
3420
+ $value: "rgba(255, 255, 255, 0.7)",
3421
+ filePath: "tokens/System.Mode 1.tokens.json",
3422
+ isSource: true,
3423
+ original: {
3424
+ $type: "color",
3425
+ $value: "#ffffffb2",
3426
+ key: "{font.color.Disabled_dark_background}",
3427
+ },
3428
+ name: "bi-font-color-disabled-dark-background",
3429
+ attributes: {
3430
+ category: "font",
3431
+ type: "color",
3432
+ item: "Disabled_dark_background",
3433
+ },
3434
+ path: ["font", "color", "Disabled_dark_background"],
3435
+ },
3436
+ Accent_dark_background: {
3437
+ key: "{font.color.Accent_dark_background}",
3438
+ $type: "color",
3439
+ $value: "#9ec0f1",
3440
+ filePath: "tokens/System.Mode 1.tokens.json",
3441
+ isSource: true,
3442
+ original: {
3443
+ $type: "color",
3444
+ $value: "{primary.20}",
3445
+ key: "{font.color.Accent_dark_background}",
3446
+ },
3447
+ name: "bi-font-color-accent-dark-background",
3448
+ attributes: {
3449
+ category: "font",
3450
+ type: "color",
3451
+ item: "Accent_dark_background",
3452
+ },
3453
+ path: ["font", "color", "Accent_dark_background"],
3454
+ },
3455
+ },
3456
+ },
3238
3457
  states: {
3239
3458
  "hover-dark": {
3240
3459
  key: "{states.hover-dark}",
3241
3460
  $type: "color",
3242
- $value: "#26333f1a",
3461
+ $value: "rgba(38, 51, 63, 0.1)",
3243
3462
  filePath: "tokens/System.Mode 1.tokens.json",
3244
3463
  isSource: true,
3245
3464
  original: {
@@ -3257,7 +3476,7 @@ export default {
3257
3476
  "hover-light": {
3258
3477
  key: "{states.hover-light}",
3259
3478
  $type: "color",
3260
- $value: "#ffffff1a",
3479
+ $value: "rgba(255, 255, 255, 0.1)",
3261
3480
  filePath: "tokens/System.Mode 1.tokens.json",
3262
3481
  isSource: true,
3263
3482
  original: {
@@ -3275,7 +3494,7 @@ export default {
3275
3494
  "press-dark": {
3276
3495
  key: "{states.press-dark}",
3277
3496
  $type: "color",
3278
- $value: "#26333f26",
3497
+ $value: "rgba(38, 51, 63, 0.15)",
3279
3498
  filePath: "tokens/System.Mode 1.tokens.json",
3280
3499
  isSource: true,
3281
3500
  original: {
@@ -3293,7 +3512,7 @@ export default {
3293
3512
  "press-light": {
3294
3513
  key: "{states.press-light}",
3295
3514
  $type: "color",
3296
- $value: "#ffffff26",
3515
+ $value: "rgba(255, 255, 255, 0.15)",
3297
3516
  filePath: "tokens/System.Mode 1.tokens.json",
3298
3517
  isSource: true,
3299
3518
  original: {
@@ -3329,4 +3548,770 @@ export default {
3329
3548
  path: ["layout", "navbar-height"],
3330
3549
  },
3331
3550
  },
3551
+ Display: {
3552
+ Large: {
3553
+ key: "{Display.Large}",
3554
+ $type: "typography",
3555
+ $value: "500 4rem/4.5rem 'museo-slab', serif",
3556
+ filePath: "tokens/text.styles.tokens.json",
3557
+ isSource: true,
3558
+ original: {
3559
+ $type: "typography",
3560
+ $value: {
3561
+ fontFamily: "{font.family.Brand}",
3562
+ fontSize: "64px",
3563
+ fontWeight: "{font.weight.Regular}",
3564
+ letterSpacing: "0px",
3565
+ lineHeight: "72px",
3566
+ textTransform: "none",
3567
+ textDecoration: "none",
3568
+ },
3569
+ key: "{Display.Large}",
3570
+ },
3571
+ name: "bi-font-display-large",
3572
+ attributes: {
3573
+ category: "Display",
3574
+ type: "Large",
3575
+ },
3576
+ path: ["Display", "Large"],
3577
+ },
3578
+ Medium: {
3579
+ key: "{Display.Medium}",
3580
+ $type: "typography",
3581
+ $value: "500 3rem/3.5rem 'museo-slab', serif",
3582
+ filePath: "tokens/text.styles.tokens.json",
3583
+ isSource: true,
3584
+ original: {
3585
+ $type: "typography",
3586
+ $value: {
3587
+ fontFamily: "{font.family.Brand}",
3588
+ fontSize: "48px",
3589
+ fontWeight: "{font.weight.Regular}",
3590
+ letterSpacing: "0px",
3591
+ lineHeight: "56px",
3592
+ textTransform: "none",
3593
+ textDecoration: "none",
3594
+ },
3595
+ key: "{Display.Medium}",
3596
+ },
3597
+ name: "bi-font-display-medium",
3598
+ attributes: {
3599
+ category: "Display",
3600
+ type: "Medium",
3601
+ },
3602
+ path: ["Display", "Medium"],
3603
+ },
3604
+ },
3605
+ Headline: {
3606
+ Large: {
3607
+ key: "{Headline.Large}",
3608
+ $type: "typography",
3609
+ $value: "500 2.5rem/2.875rem 'museo-slab', serif",
3610
+ filePath: "tokens/text.styles.tokens.json",
3611
+ isSource: true,
3612
+ original: {
3613
+ $type: "typography",
3614
+ $value: {
3615
+ fontFamily: "{font.family.Brand}",
3616
+ fontSize: "40px",
3617
+ fontWeight: "{font.weight.Regular}",
3618
+ letterSpacing: "0px",
3619
+ lineHeight: "46px",
3620
+ textTransform: "none",
3621
+ textDecoration: "none",
3622
+ },
3623
+ key: "{Headline.Large}",
3624
+ },
3625
+ name: "bi-font-headline-large",
3626
+ attributes: {
3627
+ category: "Headline",
3628
+ type: "Large",
3629
+ },
3630
+ path: ["Headline", "Large"],
3631
+ },
3632
+ Medium: {
3633
+ key: "{Headline.Medium}",
3634
+ $type: "typography",
3635
+ $value: "500 2.25rem/2.5rem 'museo-sans', Arial, sans-serif",
3636
+ filePath: "tokens/text.styles.tokens.json",
3637
+ isSource: true,
3638
+ original: {
3639
+ $type: "typography",
3640
+ $value: {
3641
+ fontFamily: "{font.family.Plain}",
3642
+ fontSize: "36px",
3643
+ fontWeight: "{font.weight.Regular}",
3644
+ letterSpacing: "0px",
3645
+ lineHeight: "40px",
3646
+ textTransform: "none",
3647
+ textDecoration: "none",
3648
+ },
3649
+ key: "{Headline.Medium}",
3650
+ },
3651
+ name: "bi-font-headline-medium",
3652
+ attributes: {
3653
+ category: "Headline",
3654
+ type: "Medium",
3655
+ },
3656
+ path: ["Headline", "Medium"],
3657
+ },
3658
+ Small: {
3659
+ key: "{Headline.Small}",
3660
+ $type: "typography",
3661
+ $value: "500 1.75rem/2rem 'museo-slab', serif",
3662
+ filePath: "tokens/text.styles.tokens.json",
3663
+ isSource: true,
3664
+ original: {
3665
+ $type: "typography",
3666
+ $value: {
3667
+ fontFamily: "{font.family.Brand}",
3668
+ fontSize: "28px",
3669
+ fontWeight: "{font.weight.Regular}",
3670
+ letterSpacing: "0px",
3671
+ lineHeight: "32px",
3672
+ textTransform: "none",
3673
+ textDecoration: "none",
3674
+ },
3675
+ key: "{Headline.Small}",
3676
+ },
3677
+ name: "bi-font-headline-small",
3678
+ attributes: {
3679
+ category: "Headline",
3680
+ type: "Small",
3681
+ },
3682
+ path: ["Headline", "Small"],
3683
+ },
3684
+ },
3685
+ "Title Bold": {
3686
+ XXL: {
3687
+ key: "{Title Bold.XXL}",
3688
+ $type: "typography",
3689
+ $value: "700 2rem/2.25rem 'museo-sans', Arial, sans-serif",
3690
+ filePath: "tokens/text.styles.tokens.json",
3691
+ isSource: true,
3692
+ original: {
3693
+ $type: "typography",
3694
+ $value: {
3695
+ fontFamily: "{font.family.Plain}",
3696
+ fontSize: "32px",
3697
+ fontWeight: "{font.weight.Bold}",
3698
+ letterSpacing: "0px",
3699
+ lineHeight: "36px",
3700
+ textTransform: "none",
3701
+ textDecoration: "none",
3702
+ },
3703
+ key: "{Title Bold.XXL}",
3704
+ },
3705
+ name: "bi-font-title-bold-xxl",
3706
+ attributes: {
3707
+ category: "Title Bold",
3708
+ type: "XXL",
3709
+ },
3710
+ path: ["Title Bold", "XXL"],
3711
+ },
3712
+ XL: {
3713
+ key: "{Title Bold.XL}",
3714
+ $type: "typography",
3715
+ $value: "700 1.75rem/2rem 'museo-sans', Arial, sans-serif",
3716
+ filePath: "tokens/text.styles.tokens.json",
3717
+ isSource: true,
3718
+ original: {
3719
+ $type: "typography",
3720
+ $value: {
3721
+ fontFamily: "{font.family.Plain}",
3722
+ fontSize: "28px",
3723
+ fontWeight: "{font.weight.Bold}",
3724
+ letterSpacing: "0px",
3725
+ lineHeight: "32px",
3726
+ textTransform: "none",
3727
+ textDecoration: "none",
3728
+ },
3729
+ key: "{Title Bold.XL}",
3730
+ },
3731
+ name: "bi-font-title-bold-xl",
3732
+ attributes: {
3733
+ category: "Title Bold",
3734
+ type: "XL",
3735
+ },
3736
+ path: ["Title Bold", "XL"],
3737
+ },
3738
+ Large: {
3739
+ key: "{Title Bold.Large}",
3740
+ $type: "typography",
3741
+ $value: "700 1.5rem/1.6875rem 'museo-sans', Arial, sans-serif",
3742
+ filePath: "tokens/text.styles.tokens.json",
3743
+ isSource: true,
3744
+ original: {
3745
+ $type: "typography",
3746
+ $value: {
3747
+ fontFamily: "{font.family.Plain}",
3748
+ fontSize: "24px",
3749
+ fontWeight: "{font.weight.Bold}",
3750
+ letterSpacing: "0px",
3751
+ lineHeight: "27px",
3752
+ textTransform: "none",
3753
+ textDecoration: "none",
3754
+ },
3755
+ key: "{Title Bold.Large}",
3756
+ },
3757
+ name: "bi-font-title-bold-large",
3758
+ attributes: {
3759
+ category: "Title Bold",
3760
+ type: "Large",
3761
+ },
3762
+ path: ["Title Bold", "Large"],
3763
+ },
3764
+ Medium: {
3765
+ key: "{Title Bold.Medium}",
3766
+ $type: "typography",
3767
+ $value: "700 1.25rem/1.4375rem 'museo-sans', Arial, sans-serif",
3768
+ filePath: "tokens/text.styles.tokens.json",
3769
+ isSource: true,
3770
+ original: {
3771
+ $type: "typography",
3772
+ $value: {
3773
+ fontFamily: "{font.family.Plain}",
3774
+ fontSize: "20px",
3775
+ fontWeight: "{font.weight.Bold}",
3776
+ letterSpacing: "0px",
3777
+ lineHeight: "23px",
3778
+ textTransform: "none",
3779
+ textDecoration: "none",
3780
+ },
3781
+ key: "{Title Bold.Medium}",
3782
+ },
3783
+ name: "bi-font-title-bold-medium",
3784
+ attributes: {
3785
+ category: "Title Bold",
3786
+ type: "Medium",
3787
+ },
3788
+ path: ["Title Bold", "Medium"],
3789
+ },
3790
+ Small: {
3791
+ key: "{Title Bold.Small}",
3792
+ $type: "typography",
3793
+ $value: "700 1.125rem/1.25rem 'museo-sans', Arial, sans-serif",
3794
+ filePath: "tokens/text.styles.tokens.json",
3795
+ isSource: true,
3796
+ original: {
3797
+ $type: "typography",
3798
+ $value: {
3799
+ fontFamily: "{font.family.Plain}",
3800
+ fontSize: "18px",
3801
+ fontWeight: "{font.weight.Bold}",
3802
+ letterSpacing: "0px",
3803
+ lineHeight: "20px",
3804
+ textTransform: "none",
3805
+ textDecoration: "none",
3806
+ },
3807
+ key: "{Title Bold.Small}",
3808
+ },
3809
+ name: "bi-font-title-bold-small",
3810
+ attributes: {
3811
+ category: "Title Bold",
3812
+ type: "Small",
3813
+ },
3814
+ path: ["Title Bold", "Small"],
3815
+ },
3816
+ XS: {
3817
+ key: "{Title Bold.XS}",
3818
+ $type: "typography",
3819
+ $value: "700 1rem/1.125rem 'museo-sans', Arial, sans-serif",
3820
+ filePath: "tokens/text.styles.tokens.json",
3821
+ isSource: true,
3822
+ original: {
3823
+ $type: "typography",
3824
+ $value: {
3825
+ fontFamily: "{font.family.Plain}",
3826
+ fontSize: "16px",
3827
+ fontWeight: "{font.weight.Bold}",
3828
+ letterSpacing: "0px",
3829
+ lineHeight: "18px",
3830
+ textTransform: "none",
3831
+ textDecoration: "none",
3832
+ },
3833
+ key: "{Title Bold.XS}",
3834
+ },
3835
+ name: "bi-font-title-bold-xs",
3836
+ attributes: {
3837
+ category: "Title Bold",
3838
+ type: "XS",
3839
+ },
3840
+ path: ["Title Bold", "XS"],
3841
+ },
3842
+ XXS: {
3843
+ key: "{Title Bold.XXS}",
3844
+ $type: "typography",
3845
+ $value: "700 0.875rem/1rem 'museo-sans', Arial, sans-serif",
3846
+ filePath: "tokens/text.styles.tokens.json",
3847
+ isSource: true,
3848
+ original: {
3849
+ $type: "typography",
3850
+ $value: {
3851
+ fontFamily: "{font.family.Plain}",
3852
+ fontSize: "14px",
3853
+ fontWeight: "{font.weight.Bold}",
3854
+ letterSpacing: "0px",
3855
+ lineHeight: "16px",
3856
+ textTransform: "none",
3857
+ textDecoration: "none",
3858
+ },
3859
+ key: "{Title Bold.XXS}",
3860
+ },
3861
+ name: "bi-font-title-bold-xxs",
3862
+ attributes: {
3863
+ category: "Title Bold",
3864
+ type: "XXS",
3865
+ },
3866
+ path: ["Title Bold", "XXS"],
3867
+ },
3868
+ },
3869
+ "Title Regular": {
3870
+ XXL: {
3871
+ key: "{Title Regular.XXL}",
3872
+ $type: "typography",
3873
+ $value: "500 2rem/2.25rem 'museo-sans', Arial, sans-serif",
3874
+ filePath: "tokens/text.styles.tokens.json",
3875
+ isSource: true,
3876
+ original: {
3877
+ $type: "typography",
3878
+ $value: {
3879
+ fontFamily: "{font.family.Plain}",
3880
+ fontSize: "32px",
3881
+ fontWeight: "{font.weight.Regular}",
3882
+ letterSpacing: "0px",
3883
+ lineHeight: "36px",
3884
+ textTransform: "none",
3885
+ textDecoration: "none",
3886
+ },
3887
+ key: "{Title Regular.XXL}",
3888
+ },
3889
+ name: "bi-font-title-regular-xxl",
3890
+ attributes: {
3891
+ category: "Title Regular",
3892
+ type: "XXL",
3893
+ },
3894
+ path: ["Title Regular", "XXL"],
3895
+ },
3896
+ XL: {
3897
+ key: "{Title Regular.XL}",
3898
+ $type: "typography",
3899
+ $value: "500 1.75rem/2rem 'museo-sans', Arial, sans-serif",
3900
+ filePath: "tokens/text.styles.tokens.json",
3901
+ isSource: true,
3902
+ original: {
3903
+ $type: "typography",
3904
+ $value: {
3905
+ fontFamily: "{font.family.Plain}",
3906
+ fontSize: "28px",
3907
+ fontWeight: "{font.weight.Regular}",
3908
+ letterSpacing: "0px",
3909
+ lineHeight: "32px",
3910
+ textTransform: "none",
3911
+ textDecoration: "none",
3912
+ },
3913
+ key: "{Title Regular.XL}",
3914
+ },
3915
+ name: "bi-font-title-regular-xl",
3916
+ attributes: {
3917
+ category: "Title Regular",
3918
+ type: "XL",
3919
+ },
3920
+ path: ["Title Regular", "XL"],
3921
+ },
3922
+ Large: {
3923
+ key: "{Title Regular.Large}",
3924
+ $type: "typography",
3925
+ $value: "500 1.5rem/1.6875rem 'museo-sans', Arial, sans-serif",
3926
+ filePath: "tokens/text.styles.tokens.json",
3927
+ isSource: true,
3928
+ original: {
3929
+ $type: "typography",
3930
+ $value: {
3931
+ fontFamily: "{font.family.Plain}",
3932
+ fontSize: "24px",
3933
+ fontWeight: "{font.weight.Regular}",
3934
+ letterSpacing: "0px",
3935
+ lineHeight: "27px",
3936
+ textTransform: "none",
3937
+ textDecoration: "none",
3938
+ },
3939
+ key: "{Title Regular.Large}",
3940
+ },
3941
+ name: "bi-font-title-regular-large",
3942
+ attributes: {
3943
+ category: "Title Regular",
3944
+ type: "Large",
3945
+ },
3946
+ path: ["Title Regular", "Large"],
3947
+ },
3948
+ Medium: {
3949
+ key: "{Title Regular.Medium}",
3950
+ $type: "typography",
3951
+ $value: "500 1.25rem/1.4375rem 'museo-sans', Arial, sans-serif",
3952
+ filePath: "tokens/text.styles.tokens.json",
3953
+ isSource: true,
3954
+ original: {
3955
+ $type: "typography",
3956
+ $value: {
3957
+ fontFamily: "{font.family.Plain}",
3958
+ fontSize: "20px",
3959
+ fontWeight: "{font.weight.Regular}",
3960
+ letterSpacing: "0px",
3961
+ lineHeight: "23px",
3962
+ textTransform: "none",
3963
+ textDecoration: "none",
3964
+ },
3965
+ key: "{Title Regular.Medium}",
3966
+ },
3967
+ name: "bi-font-title-regular-medium",
3968
+ attributes: {
3969
+ category: "Title Regular",
3970
+ type: "Medium",
3971
+ },
3972
+ path: ["Title Regular", "Medium"],
3973
+ },
3974
+ Small: {
3975
+ key: "{Title Regular.Small}",
3976
+ $type: "typography",
3977
+ $value: "500 1.125rem/1.25rem 'museo-sans', Arial, sans-serif",
3978
+ filePath: "tokens/text.styles.tokens.json",
3979
+ isSource: true,
3980
+ original: {
3981
+ $type: "typography",
3982
+ $value: {
3983
+ fontFamily: "{font.family.Plain}",
3984
+ fontSize: "18px",
3985
+ fontWeight: "{font.weight.Regular}",
3986
+ letterSpacing: "0px",
3987
+ lineHeight: "20px",
3988
+ textTransform: "none",
3989
+ textDecoration: "none",
3990
+ },
3991
+ key: "{Title Regular.Small}",
3992
+ },
3993
+ name: "bi-font-title-regular-small",
3994
+ attributes: {
3995
+ category: "Title Regular",
3996
+ type: "Small",
3997
+ },
3998
+ path: ["Title Regular", "Small"],
3999
+ },
4000
+ XS: {
4001
+ key: "{Title Regular.XS}",
4002
+ $type: "typography",
4003
+ $value: "500 1rem/1.125rem 'museo-sans', Arial, sans-serif",
4004
+ filePath: "tokens/text.styles.tokens.json",
4005
+ isSource: true,
4006
+ original: {
4007
+ $type: "typography",
4008
+ $value: {
4009
+ fontFamily: "{font.family.Plain}",
4010
+ fontSize: "16px",
4011
+ fontWeight: "{font.weight.Regular}",
4012
+ letterSpacing: "0px",
4013
+ lineHeight: "18px",
4014
+ textTransform: "none",
4015
+ textDecoration: "none",
4016
+ },
4017
+ key: "{Title Regular.XS}",
4018
+ },
4019
+ name: "bi-font-title-regular-xs",
4020
+ attributes: {
4021
+ category: "Title Regular",
4022
+ type: "XS",
4023
+ },
4024
+ path: ["Title Regular", "XS"],
4025
+ },
4026
+ XXS: {
4027
+ key: "{Title Regular.XXS}",
4028
+ $type: "typography",
4029
+ $value: "500 0.875rem/1rem 'museo-sans', Arial, sans-serif",
4030
+ filePath: "tokens/text.styles.tokens.json",
4031
+ isSource: true,
4032
+ original: {
4033
+ $type: "typography",
4034
+ $value: {
4035
+ fontFamily: "{font.family.Plain}",
4036
+ fontSize: "14px",
4037
+ fontWeight: "{font.weight.Regular}",
4038
+ letterSpacing: "0px",
4039
+ lineHeight: "16px",
4040
+ textTransform: "none",
4041
+ textDecoration: "none",
4042
+ },
4043
+ key: "{Title Regular.XXS}",
4044
+ },
4045
+ name: "bi-font-title-regular-xxs",
4046
+ attributes: {
4047
+ category: "Title Regular",
4048
+ type: "XXS",
4049
+ },
4050
+ path: ["Title Regular", "XXS"],
4051
+ },
4052
+ },
4053
+ Body: {
4054
+ XL: {
4055
+ key: "{Body.XL}",
4056
+ $type: "typography",
4057
+ $value: "500 1.125rem/1.6875rem 'museo-sans', Arial, sans-serif",
4058
+ filePath: "tokens/text.styles.tokens.json",
4059
+ isSource: true,
4060
+ original: {
4061
+ $type: "typography",
4062
+ $value: {
4063
+ fontFamily: "{font.family.Plain}",
4064
+ fontSize: "18px",
4065
+ fontWeight: "{font.weight.Regular}",
4066
+ letterSpacing: "0px",
4067
+ lineHeight: "27px",
4068
+ textTransform: "none",
4069
+ textDecoration: "none",
4070
+ },
4071
+ key: "{Body.XL}",
4072
+ },
4073
+ name: "bi-font-body-xl",
4074
+ attributes: {
4075
+ category: "Body",
4076
+ type: "XL",
4077
+ },
4078
+ path: ["Body", "XL"],
4079
+ },
4080
+ Large: {
4081
+ key: "{Body.Large}",
4082
+ $type: "typography",
4083
+ $value: "500 1rem/1.5rem 'museo-sans', Arial, sans-serif",
4084
+ filePath: "tokens/text.styles.tokens.json",
4085
+ isSource: true,
4086
+ original: {
4087
+ $type: "typography",
4088
+ $value: {
4089
+ fontFamily: "{font.family.Plain}",
4090
+ fontSize: "16px",
4091
+ fontWeight: "{font.weight.Regular}",
4092
+ letterSpacing: "0px",
4093
+ lineHeight: "24px",
4094
+ textTransform: "none",
4095
+ textDecoration: "none",
4096
+ },
4097
+ key: "{Body.Large}",
4098
+ },
4099
+ name: "bi-font-body-large",
4100
+ attributes: {
4101
+ category: "Body",
4102
+ type: "Large",
4103
+ },
4104
+ path: ["Body", "Large"],
4105
+ },
4106
+ Medium: {
4107
+ key: "{Body.Medium}",
4108
+ $type: "typography",
4109
+ $value: "500 0.875rem/1.3125rem 'museo-sans', Arial, sans-serif",
4110
+ filePath: "tokens/text.styles.tokens.json",
4111
+ isSource: true,
4112
+ original: {
4113
+ $type: "typography",
4114
+ $value: {
4115
+ fontFamily: "{font.family.Plain}",
4116
+ fontSize: "14px",
4117
+ fontWeight: "{font.weight.Regular}",
4118
+ letterSpacing: "0px",
4119
+ lineHeight: "21px",
4120
+ textTransform: "none",
4121
+ textDecoration: "none",
4122
+ },
4123
+ key: "{Body.Medium}",
4124
+ },
4125
+ name: "bi-font-body-medium",
4126
+ attributes: {
4127
+ category: "Body",
4128
+ type: "Medium",
4129
+ },
4130
+ path: ["Body", "Medium"],
4131
+ },
4132
+ Small: {
4133
+ key: "{Body.Small}",
4134
+ $type: "typography",
4135
+ $value: "500 0.8125rem/1.25rem 'museo-sans', Arial, sans-serif",
4136
+ filePath: "tokens/text.styles.tokens.json",
4137
+ isSource: true,
4138
+ original: {
4139
+ $type: "typography",
4140
+ $value: {
4141
+ fontFamily: "{font.family.Plain}",
4142
+ fontSize: "13px",
4143
+ fontWeight: "{font.weight.Regular}",
4144
+ letterSpacing: "0px",
4145
+ lineHeight: "20px",
4146
+ textTransform: "none",
4147
+ textDecoration: "none",
4148
+ },
4149
+ key: "{Body.Small}",
4150
+ },
4151
+ name: "bi-font-body-small",
4152
+ attributes: {
4153
+ category: "Body",
4154
+ type: "Small",
4155
+ },
4156
+ path: ["Body", "Small"],
4157
+ },
4158
+ XS: {
4159
+ key: "{Body.XS}",
4160
+ $type: "typography",
4161
+ $value: "500 0.75rem/1.125rem 'museo-sans', Arial, sans-serif",
4162
+ filePath: "tokens/text.styles.tokens.json",
4163
+ isSource: true,
4164
+ original: {
4165
+ $type: "typography",
4166
+ $value: {
4167
+ fontFamily: "{font.family.Plain}",
4168
+ fontSize: "12px",
4169
+ fontWeight: "{font.weight.Regular}",
4170
+ letterSpacing: "0px",
4171
+ lineHeight: "18px",
4172
+ textTransform: "none",
4173
+ textDecoration: "none",
4174
+ },
4175
+ key: "{Body.XS}",
4176
+ },
4177
+ name: "bi-font-body-xs",
4178
+ attributes: {
4179
+ category: "Body",
4180
+ type: "XS",
4181
+ },
4182
+ path: ["Body", "XS"],
4183
+ },
4184
+ },
4185
+ Label: {
4186
+ XL: {
4187
+ key: "{Label.XL}",
4188
+ $type: "typography",
4189
+ $value: "700 1.125rem/1.6875rem 'museo-sans', Arial, sans-serif",
4190
+ filePath: "tokens/text.styles.tokens.json",
4191
+ isSource: true,
4192
+ original: {
4193
+ $type: "typography",
4194
+ $value: {
4195
+ fontFamily: "{font.family.Plain}",
4196
+ fontSize: "18px",
4197
+ fontWeight: "{font.weight.Bold}",
4198
+ letterSpacing: "0px",
4199
+ lineHeight: "27px",
4200
+ textTransform: "none",
4201
+ textDecoration: "none",
4202
+ },
4203
+ key: "{Label.XL}",
4204
+ },
4205
+ name: "bi-font-label-xl",
4206
+ attributes: {
4207
+ category: "Label",
4208
+ type: "XL",
4209
+ },
4210
+ path: ["Label", "XL"],
4211
+ },
4212
+ Large: {
4213
+ key: "{Label.Large}",
4214
+ $type: "typography",
4215
+ $value: "700 1rem/1.5rem 'museo-sans', Arial, sans-serif",
4216
+ filePath: "tokens/text.styles.tokens.json",
4217
+ isSource: true,
4218
+ original: {
4219
+ $type: "typography",
4220
+ $value: {
4221
+ fontFamily: "{font.family.Plain}",
4222
+ fontSize: "16px",
4223
+ fontWeight: "{font.weight.Bold}",
4224
+ letterSpacing: "0px",
4225
+ lineHeight: "24px",
4226
+ textTransform: "none",
4227
+ textDecoration: "none",
4228
+ },
4229
+ key: "{Label.Large}",
4230
+ },
4231
+ name: "bi-font-label-large",
4232
+ attributes: {
4233
+ category: "Label",
4234
+ type: "Large",
4235
+ },
4236
+ path: ["Label", "Large"],
4237
+ },
4238
+ Medium: {
4239
+ key: "{Label.Medium}",
4240
+ $type: "typography",
4241
+ $value: "700 0.875rem/1.25rem 'museo-sans', Arial, sans-serif",
4242
+ filePath: "tokens/text.styles.tokens.json",
4243
+ isSource: true,
4244
+ original: {
4245
+ $type: "typography",
4246
+ $value: {
4247
+ fontFamily: "{font.family.Plain}",
4248
+ fontSize: "14px",
4249
+ fontWeight: "{font.weight.Bold}",
4250
+ letterSpacing: "0px",
4251
+ lineHeight: "20px",
4252
+ textTransform: "none",
4253
+ textDecoration: "none",
4254
+ },
4255
+ key: "{Label.Medium}",
4256
+ },
4257
+ name: "bi-font-label-medium",
4258
+ attributes: {
4259
+ category: "Label",
4260
+ type: "Medium",
4261
+ },
4262
+ path: ["Label", "Medium"],
4263
+ },
4264
+ Small: {
4265
+ key: "{Label.Small}",
4266
+ $type: "typography",
4267
+ $value: "700 0.8125rem/1.25rem 'museo-sans', Arial, sans-serif",
4268
+ filePath: "tokens/text.styles.tokens.json",
4269
+ isSource: true,
4270
+ original: {
4271
+ $type: "typography",
4272
+ $value: {
4273
+ fontFamily: "{font.family.Plain}",
4274
+ fontSize: "13px",
4275
+ fontWeight: "{font.weight.Bold}",
4276
+ letterSpacing: "0px",
4277
+ lineHeight: "20px",
4278
+ textTransform: "none",
4279
+ textDecoration: "none",
4280
+ },
4281
+ key: "{Label.Small}",
4282
+ },
4283
+ name: "bi-font-label-small",
4284
+ attributes: {
4285
+ category: "Label",
4286
+ type: "Small",
4287
+ },
4288
+ path: ["Label", "Small"],
4289
+ },
4290
+ XS: {
4291
+ key: "{Label.XS}",
4292
+ $type: "typography",
4293
+ $value: "700 0.75rem/1.125rem 'museo-sans', Arial, sans-serif",
4294
+ filePath: "tokens/text.styles.tokens.json",
4295
+ isSource: true,
4296
+ original: {
4297
+ $type: "typography",
4298
+ $value: {
4299
+ fontFamily: "{font.family.Plain}",
4300
+ fontSize: "12px",
4301
+ fontWeight: "{font.weight.Bold}",
4302
+ letterSpacing: "0px",
4303
+ lineHeight: "18px",
4304
+ textTransform: "none",
4305
+ textDecoration: "none",
4306
+ },
4307
+ key: "{Label.XS}",
4308
+ },
4309
+ name: "bi-font-label-xs",
4310
+ attributes: {
4311
+ category: "Label",
4312
+ type: "XS",
4313
+ },
4314
+ path: ["Label", "XS"],
4315
+ },
4316
+ },
3332
4317
  };