@bi-digital/tokens 0.11.10 → 0.12.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
@@ -2558,6 +2558,24 @@ export default {
2558
2558
  },
2559
2559
  path: ["scale", "20x"],
2560
2560
  },
2561
+ "21x": {
2562
+ key: "{scale.21x}",
2563
+ $type: "dimension",
2564
+ $value: "5.25rem",
2565
+ filePath: "tokens/Reference.Mode 1.tokens.json",
2566
+ isSource: true,
2567
+ original: {
2568
+ $type: "dimension",
2569
+ $value: "84px",
2570
+ key: "{scale.21x}",
2571
+ },
2572
+ name: "bi-scale-21x",
2573
+ attributes: {
2574
+ category: "scale",
2575
+ type: "21x",
2576
+ },
2577
+ path: ["scale", "21x"],
2578
+ },
2561
2579
  "24x": {
2562
2580
  key: "{scale.24x}",
2563
2581
  $type: "dimension",
@@ -2612,6 +2630,24 @@ export default {
2612
2630
  },
2613
2631
  path: ["scale", "36x"],
2614
2632
  },
2633
+ "38x": {
2634
+ key: "{scale.38x}",
2635
+ $type: "dimension",
2636
+ $value: "9.5rem",
2637
+ filePath: "tokens/Reference.Mode 1.tokens.json",
2638
+ isSource: true,
2639
+ original: {
2640
+ $type: "dimension",
2641
+ $value: "152px",
2642
+ key: "{scale.38x}",
2643
+ },
2644
+ name: "bi-scale-38x",
2645
+ attributes: {
2646
+ category: "scale",
2647
+ type: "38x",
2648
+ },
2649
+ path: ["scale", "38x"],
2650
+ },
2615
2651
  "40x": {
2616
2652
  key: "{scale.40x}",
2617
2653
  $type: "dimension",
@@ -2682,43 +2718,2381 @@ export default {
2682
2718
  category: "scale",
2683
2719
  type: "64x",
2684
2720
  },
2685
- path: ["scale", "64x"],
2721
+ path: ["scale", "64x"],
2722
+ },
2723
+ "80x": {
2724
+ key: "{scale.80x}",
2725
+ $type: "dimension",
2726
+ $value: "20rem",
2727
+ filePath: "tokens/Reference.Mode 1.tokens.json",
2728
+ isSource: true,
2729
+ original: {
2730
+ $type: "dimension",
2731
+ $value: "320px",
2732
+ key: "{scale.80x}",
2733
+ },
2734
+ name: "bi-scale-80x",
2735
+ attributes: {
2736
+ category: "scale",
2737
+ type: "80x",
2738
+ },
2739
+ path: ["scale", "80x"],
2740
+ },
2741
+ "84x": {
2742
+ key: "{scale.84x}",
2743
+ $type: "dimension",
2744
+ $value: "21rem",
2745
+ filePath: "tokens/Reference.Mode 1.tokens.json",
2746
+ isSource: true,
2747
+ original: {
2748
+ $type: "dimension",
2749
+ $value: "336px",
2750
+ key: "{scale.84x}",
2751
+ },
2752
+ name: "bi-scale-84x",
2753
+ attributes: {
2754
+ category: "scale",
2755
+ type: "84x",
2756
+ },
2757
+ path: ["scale", "84x"],
2758
+ },
2759
+ "128x": {
2760
+ key: "{scale.128x}",
2761
+ $type: "dimension",
2762
+ $value: "32rem",
2763
+ filePath: "tokens/Reference.Mode 1.tokens.json",
2764
+ isSource: true,
2765
+ original: {
2766
+ $type: "dimension",
2767
+ $value: "512px",
2768
+ key: "{scale.128x}",
2769
+ },
2770
+ name: "bi-scale-128x",
2771
+ attributes: {
2772
+ category: "scale",
2773
+ type: "128x",
2774
+ },
2775
+ path: ["scale", "128x"],
2776
+ },
2777
+ max: {
2778
+ key: "{scale.max}",
2779
+ $type: "dimension",
2780
+ $value: "624.9375rem",
2781
+ filePath: "tokens/Reference.Mode 1.tokens.json",
2782
+ isSource: true,
2783
+ original: {
2784
+ $type: "dimension",
2785
+ $value: "9999px",
2786
+ key: "{scale.max}",
2787
+ },
2788
+ name: "bi-scale-max",
2789
+ attributes: {
2790
+ category: "scale",
2791
+ type: "max",
2792
+ },
2793
+ path: ["scale", "max"],
2794
+ },
2795
+ },
2796
+ color: {
2797
+ neutral: {
2798
+ background: {
2799
+ key: "{color.neutral.background}",
2800
+ $type: "color",
2801
+ $value: "#f5f7fa",
2802
+ filePath: "tokens/Semantic.light.tokens.json",
2803
+ isSource: true,
2804
+ original: {
2805
+ $type: "color",
2806
+ $value: "{neutral.5}",
2807
+ key: "{color.neutral.background}",
2808
+ },
2809
+ name: "bi-color-neutral-background",
2810
+ attributes: {
2811
+ category: "color",
2812
+ type: "neutral",
2813
+ item: "background",
2814
+ },
2815
+ path: ["color", "neutral", "background"],
2816
+ },
2817
+ "surface-subtle": {
2818
+ key: "{color.neutral.surface-subtle}",
2819
+ $type: "color",
2820
+ $value: "#ffffff",
2821
+ filePath: "tokens/Semantic.light.tokens.json",
2822
+ isSource: true,
2823
+ original: {
2824
+ $type: "color",
2825
+ $value: "{basic.white}",
2826
+ key: "{color.neutral.surface-subtle}",
2827
+ },
2828
+ name: "bi-color-neutral-surface-subtle",
2829
+ attributes: {
2830
+ category: "color",
2831
+ type: "neutral",
2832
+ item: "surface-subtle",
2833
+ },
2834
+ path: ["color", "neutral", "surface-subtle"],
2835
+ },
2836
+ surface: {
2837
+ key: "{color.neutral.surface}",
2838
+ $type: "color",
2839
+ $value: "#f5f7fa",
2840
+ filePath: "tokens/Semantic.light.tokens.json",
2841
+ isSource: true,
2842
+ original: {
2843
+ $type: "color",
2844
+ $value: "{neutral.5}",
2845
+ key: "{color.neutral.surface}",
2846
+ },
2847
+ name: "bi-color-neutral-surface",
2848
+ attributes: {
2849
+ category: "color",
2850
+ type: "neutral",
2851
+ item: "surface",
2852
+ },
2853
+ path: ["color", "neutral", "surface"],
2854
+ },
2855
+ "surface-strong": {
2856
+ key: "{color.neutral.surface-strong}",
2857
+ $type: "color",
2858
+ $value: "#e4e8ed",
2859
+ filePath: "tokens/Semantic.light.tokens.json",
2860
+ isSource: true,
2861
+ original: {
2862
+ $type: "color",
2863
+ $value: "{neutral.10}",
2864
+ key: "{color.neutral.surface-strong}",
2865
+ },
2866
+ name: "bi-color-neutral-surface-strong",
2867
+ attributes: {
2868
+ category: "color",
2869
+ type: "neutral",
2870
+ item: "surface-strong",
2871
+ },
2872
+ path: ["color", "neutral", "surface-strong"],
2873
+ },
2874
+ "surface-active": {
2875
+ key: "{color.neutral.surface-active}",
2876
+ $type: "color",
2877
+ $value: "#c8d1db",
2878
+ filePath: "tokens/Semantic.light.tokens.json",
2879
+ isSource: true,
2880
+ original: {
2881
+ $type: "color",
2882
+ $value: "{neutral.20}",
2883
+ key: "{color.neutral.surface-active}",
2884
+ },
2885
+ name: "bi-color-neutral-surface-active",
2886
+ attributes: {
2887
+ category: "color",
2888
+ type: "neutral",
2889
+ item: "surface-active",
2890
+ },
2891
+ path: ["color", "neutral", "surface-active"],
2892
+ },
2893
+ "stroke-subtle": {
2894
+ key: "{color.neutral.stroke-subtle}",
2895
+ $type: "color",
2896
+ $value: "#e4e8ed",
2897
+ filePath: "tokens/Semantic.light.tokens.json",
2898
+ isSource: true,
2899
+ original: {
2900
+ $type: "color",
2901
+ $value: "{neutral.10}",
2902
+ key: "{color.neutral.stroke-subtle}",
2903
+ },
2904
+ name: "bi-color-neutral-stroke-subtle",
2905
+ attributes: {
2906
+ category: "color",
2907
+ type: "neutral",
2908
+ item: "stroke-subtle",
2909
+ },
2910
+ path: ["color", "neutral", "stroke-subtle"],
2911
+ },
2912
+ stroke: {
2913
+ key: "{color.neutral.stroke}",
2914
+ $type: "color",
2915
+ $value: "#d5dde4",
2916
+ filePath: "tokens/Semantic.light.tokens.json",
2917
+ isSource: true,
2918
+ original: {
2919
+ $type: "color",
2920
+ $value: "{neutral.15}",
2921
+ key: "{color.neutral.stroke}",
2922
+ },
2923
+ name: "bi-color-neutral-stroke",
2924
+ attributes: {
2925
+ category: "color",
2926
+ type: "neutral",
2927
+ item: "stroke",
2928
+ },
2929
+ path: ["color", "neutral", "stroke"],
2930
+ },
2931
+ "stroke-strong": {
2932
+ key: "{color.neutral.stroke-strong}",
2933
+ $type: "color",
2934
+ $value: "#bac6d2",
2935
+ filePath: "tokens/Semantic.light.tokens.json",
2936
+ isSource: true,
2937
+ original: {
2938
+ $type: "color",
2939
+ $value: "{neutral.25}",
2940
+ key: "{color.neutral.stroke-strong}",
2941
+ },
2942
+ name: "bi-color-neutral-stroke-strong",
2943
+ attributes: {
2944
+ category: "color",
2945
+ type: "neutral",
2946
+ item: "stroke-strong",
2947
+ },
2948
+ path: ["color", "neutral", "stroke-strong"],
2949
+ },
2950
+ "stroke-contrast": {
2951
+ key: "{color.neutral.stroke-contrast}",
2952
+ $type: "color",
2953
+ $value: "#597694",
2954
+ filePath: "tokens/Semantic.light.tokens.json",
2955
+ isSource: true,
2956
+ original: {
2957
+ $type: "color",
2958
+ $value: "{neutral.50}",
2959
+ key: "{color.neutral.stroke-contrast}",
2960
+ },
2961
+ name: "bi-color-neutral-stroke-contrast",
2962
+ attributes: {
2963
+ category: "color",
2964
+ type: "neutral",
2965
+ item: "stroke-contrast",
2966
+ },
2967
+ path: ["color", "neutral", "stroke-contrast"],
2968
+ },
2969
+ "stroke-accent": {
2970
+ key: "{color.neutral.stroke-accent}",
2971
+ $type: "color",
2972
+ $value: "#0a64ff",
2973
+ filePath: "tokens/Semantic.light.tokens.json",
2974
+ isSource: true,
2975
+ original: {
2976
+ $type: "color",
2977
+ $value: "{primary.50}",
2978
+ key: "{color.neutral.stroke-accent}",
2979
+ },
2980
+ name: "bi-color-neutral-stroke-accent",
2981
+ attributes: {
2982
+ category: "color",
2983
+ type: "neutral",
2984
+ item: "stroke-accent",
2985
+ },
2986
+ path: ["color", "neutral", "stroke-accent"],
2987
+ },
2988
+ text: {
2989
+ key: "{color.neutral.text}",
2990
+ $type: "color",
2991
+ $value: "#222d38",
2992
+ filePath: "tokens/Semantic.light.tokens.json",
2993
+ isSource: true,
2994
+ original: {
2995
+ $type: "color",
2996
+ $value: "{neutral.95}",
2997
+ key: "{color.neutral.text}",
2998
+ },
2999
+ name: "bi-color-neutral-text",
3000
+ attributes: {
3001
+ category: "color",
3002
+ type: "neutral",
3003
+ item: "text",
3004
+ },
3005
+ path: ["color", "neutral", "text"],
3006
+ },
3007
+ "text-secondary": {
3008
+ key: "{color.neutral.text-secondary}",
3009
+ $type: "color",
3010
+ $value: "#475e75",
3011
+ filePath: "tokens/Semantic.light.tokens.json",
3012
+ isSource: true,
3013
+ original: {
3014
+ $type: "color",
3015
+ $value: "{neutral.60}",
3016
+ key: "{color.neutral.text-secondary}",
3017
+ },
3018
+ name: "bi-color-neutral-text-secondary",
3019
+ attributes: {
3020
+ category: "color",
3021
+ type: "neutral",
3022
+ item: "text-secondary",
3023
+ },
3024
+ path: ["color", "neutral", "text-secondary"],
3025
+ },
3026
+ "text-subtle": {
3027
+ key: "{color.neutral.text-subtle}",
3028
+ $type: "color",
3029
+ $value: "#26333f",
3030
+ filePath: "tokens/Semantic.light.tokens.json",
3031
+ isSource: true,
3032
+ original: {
3033
+ $type: "color",
3034
+ $value: "{neutral.90}",
3035
+ key: "{color.neutral.text-subtle}",
3036
+ },
3037
+ name: "bi-color-neutral-text-subtle",
3038
+ attributes: {
3039
+ category: "color",
3040
+ type: "neutral",
3041
+ item: "text-subtle",
3042
+ },
3043
+ path: ["color", "neutral", "text-subtle"],
3044
+ },
3045
+ "text-accent": {
3046
+ key: "{color.neutral.text-accent}",
3047
+ $type: "color",
3048
+ $value: "#0b4db4",
3049
+ filePath: "tokens/Semantic.light.tokens.json",
3050
+ isSource: true,
3051
+ original: {
3052
+ $type: "color",
3053
+ $value: "{primary.60}",
3054
+ key: "{color.neutral.text-accent}",
3055
+ },
3056
+ name: "bi-color-neutral-text-accent",
3057
+ attributes: {
3058
+ category: "color",
3059
+ type: "neutral",
3060
+ item: "text-accent",
3061
+ },
3062
+ path: ["color", "neutral", "text-accent"],
3063
+ },
3064
+ contrast: {
3065
+ key: "{color.neutral.contrast}",
3066
+ $type: "color",
3067
+ $value: "#26333f",
3068
+ filePath: "tokens/Semantic.light.tokens.json",
3069
+ isSource: true,
3070
+ original: {
3071
+ $type: "color",
3072
+ $value: "{neutral.90}",
3073
+ key: "{color.neutral.contrast}",
3074
+ },
3075
+ name: "bi-color-neutral-contrast",
3076
+ attributes: {
3077
+ category: "color",
3078
+ type: "neutral",
3079
+ item: "contrast",
3080
+ },
3081
+ path: ["color", "neutral", "contrast"],
3082
+ },
3083
+ "contrast-hover": {
3084
+ key: "{color.neutral.contrast-hover}",
3085
+ $type: "color",
3086
+ $value: "#222d38",
3087
+ filePath: "tokens/Semantic.light.tokens.json",
3088
+ isSource: true,
3089
+ original: {
3090
+ $type: "color",
3091
+ $value: "{neutral.95}",
3092
+ key: "{color.neutral.contrast-hover}",
3093
+ },
3094
+ name: "bi-color-neutral-contrast-hover",
3095
+ attributes: {
3096
+ category: "color",
3097
+ type: "neutral",
3098
+ item: "contrast-hover",
3099
+ },
3100
+ path: ["color", "neutral", "contrast-hover"],
3101
+ },
3102
+ fill: {
3103
+ key: "{color.neutral.fill}",
3104
+ $type: "color",
3105
+ $value: "#597694",
3106
+ filePath: "tokens/Semantic.light.tokens.json",
3107
+ isSource: true,
3108
+ original: {
3109
+ $type: "color",
3110
+ $value: "{neutral.50}",
3111
+ key: "{color.neutral.fill}",
3112
+ },
3113
+ name: "bi-color-neutral-fill",
3114
+ attributes: {
3115
+ category: "color",
3116
+ type: "neutral",
3117
+ item: "fill",
3118
+ },
3119
+ path: ["color", "neutral", "fill"],
3120
+ },
3121
+ "on-fill": {
3122
+ key: "{color.neutral.on-fill}",
3123
+ $type: "color",
3124
+ $value: "#ffffff",
3125
+ filePath: "tokens/Semantic.light.tokens.json",
3126
+ isSource: true,
3127
+ original: {
3128
+ $type: "color",
3129
+ $value: "{basic.white}",
3130
+ key: "{color.neutral.on-fill}",
3131
+ },
3132
+ name: "bi-color-neutral-on-fill",
3133
+ attributes: {
3134
+ category: "color",
3135
+ type: "neutral",
3136
+ item: "on-fill",
3137
+ },
3138
+ path: ["color", "neutral", "on-fill"],
3139
+ },
3140
+ },
3141
+ primary: {
3142
+ background: {
3143
+ key: "{color.primary.background}",
3144
+ $type: "color",
3145
+ $value: "#ebf3ff",
3146
+ filePath: "tokens/Semantic.light.tokens.json",
3147
+ isSource: true,
3148
+ original: {
3149
+ $type: "color",
3150
+ $value: "{primary.0}",
3151
+ key: "{color.primary.background}",
3152
+ },
3153
+ name: "bi-color-primary-background",
3154
+ attributes: {
3155
+ category: "color",
3156
+ type: "primary",
3157
+ item: "background",
3158
+ },
3159
+ path: ["color", "primary", "background"],
3160
+ },
3161
+ "surface-subtle": {
3162
+ key: "{color.primary.surface-subtle}",
3163
+ $type: "color",
3164
+ $value: "#ffffff",
3165
+ filePath: "tokens/Semantic.light.tokens.json",
3166
+ isSource: true,
3167
+ original: {
3168
+ $type: "color",
3169
+ $value: "{basic.white}",
3170
+ key: "{color.primary.surface-subtle}",
3171
+ },
3172
+ name: "bi-color-primary-surface-subtle",
3173
+ attributes: {
3174
+ category: "color",
3175
+ type: "primary",
3176
+ item: "surface-subtle",
3177
+ },
3178
+ path: ["color", "primary", "surface-subtle"],
3179
+ },
3180
+ surface: {
3181
+ key: "{color.primary.surface}",
3182
+ $type: "color",
3183
+ $value: "#d9e6f9",
3184
+ filePath: "tokens/Semantic.light.tokens.json",
3185
+ isSource: true,
3186
+ original: {
3187
+ $type: "color",
3188
+ $value: "{primary.5}",
3189
+ key: "{color.primary.surface}",
3190
+ },
3191
+ name: "bi-color-primary-surface",
3192
+ attributes: {
3193
+ category: "color",
3194
+ type: "primary",
3195
+ item: "surface",
3196
+ },
3197
+ path: ["color", "primary", "surface"],
3198
+ },
3199
+ "surface-strong": {
3200
+ key: "{color.primary.surface-strong}",
3201
+ $type: "color",
3202
+ $value: "#c5d9f7",
3203
+ filePath: "tokens/Semantic.light.tokens.json",
3204
+ isSource: true,
3205
+ original: {
3206
+ $type: "color",
3207
+ $value: "{primary.10}",
3208
+ key: "{color.primary.surface-strong}",
3209
+ },
3210
+ name: "bi-color-primary-surface-strong",
3211
+ attributes: {
3212
+ category: "color",
3213
+ type: "primary",
3214
+ item: "surface-strong",
3215
+ },
3216
+ path: ["color", "primary", "surface-strong"],
3217
+ },
3218
+ "surface-active": {
3219
+ key: "{color.primary.surface-active}",
3220
+ $type: "color",
3221
+ $value: "#9ec0f1",
3222
+ filePath: "tokens/Semantic.light.tokens.json",
3223
+ isSource: true,
3224
+ original: {
3225
+ $type: "color",
3226
+ $value: "{primary.20}",
3227
+ key: "{color.primary.surface-active}",
3228
+ },
3229
+ name: "bi-color-primary-surface-active",
3230
+ attributes: {
3231
+ category: "color",
3232
+ type: "primary",
3233
+ item: "surface-active",
3234
+ },
3235
+ path: ["color", "primary", "surface-active"],
3236
+ },
3237
+ "stroke-subtle": {
3238
+ key: "{color.primary.stroke-subtle}",
3239
+ $type: "color",
3240
+ $value: "#c5d9f7",
3241
+ filePath: "tokens/Semantic.light.tokens.json",
3242
+ isSource: true,
3243
+ original: {
3244
+ $type: "color",
3245
+ $value: "{primary.10}",
3246
+ key: "{color.primary.stroke-subtle}",
3247
+ },
3248
+ name: "bi-color-primary-stroke-subtle",
3249
+ attributes: {
3250
+ category: "color",
3251
+ type: "primary",
3252
+ item: "stroke-subtle",
3253
+ },
3254
+ path: ["color", "primary", "stroke-subtle"],
3255
+ },
3256
+ stroke: {
3257
+ key: "{color.primary.stroke}",
3258
+ $type: "color",
3259
+ $value: "#b2cdf4",
3260
+ filePath: "tokens/Semantic.light.tokens.json",
3261
+ isSource: true,
3262
+ original: {
3263
+ $type: "color",
3264
+ $value: "{primary.15}",
3265
+ key: "{color.primary.stroke}",
3266
+ },
3267
+ name: "bi-color-primary-stroke",
3268
+ attributes: {
3269
+ category: "color",
3270
+ type: "primary",
3271
+ item: "stroke",
3272
+ },
3273
+ path: ["color", "primary", "stroke"],
3274
+ },
3275
+ "stroke-strong": {
3276
+ key: "{color.primary.stroke-strong}",
3277
+ $type: "color",
3278
+ $value: "#8bb3ee",
3279
+ filePath: "tokens/Semantic.light.tokens.json",
3280
+ isSource: true,
3281
+ original: {
3282
+ $type: "color",
3283
+ $value: "{primary.25}",
3284
+ key: "{color.primary.stroke-strong}",
3285
+ },
3286
+ name: "bi-color-primary-stroke-strong",
3287
+ attributes: {
3288
+ category: "color",
3289
+ type: "primary",
3290
+ item: "stroke-strong",
3291
+ },
3292
+ path: ["color", "primary", "stroke-strong"],
3293
+ },
3294
+ "stroke-contrast": {
3295
+ key: "{color.primary.stroke-contrast}",
3296
+ $type: "color",
3297
+ $value: "#0b4db4",
3298
+ filePath: "tokens/Semantic.light.tokens.json",
3299
+ isSource: true,
3300
+ original: {
3301
+ $type: "color",
3302
+ $value: "{primary.60}",
3303
+ key: "{color.primary.stroke-contrast}",
3304
+ },
3305
+ name: "bi-color-primary-stroke-contrast",
3306
+ attributes: {
3307
+ category: "color",
3308
+ type: "primary",
3309
+ item: "stroke-contrast",
3310
+ },
3311
+ path: ["color", "primary", "stroke-contrast"],
3312
+ },
3313
+ "stroke-accent": {
3314
+ key: "{color.primary.stroke-accent}",
3315
+ $type: "color",
3316
+ $value: "#0a64ff",
3317
+ filePath: "tokens/Semantic.light.tokens.json",
3318
+ isSource: true,
3319
+ original: {
3320
+ $type: "color",
3321
+ $value: "{primary.50}",
3322
+ key: "{color.primary.stroke-accent}",
3323
+ },
3324
+ name: "bi-color-primary-stroke-accent",
3325
+ attributes: {
3326
+ category: "color",
3327
+ type: "primary",
3328
+ item: "stroke-accent",
3329
+ },
3330
+ path: ["color", "primary", "stroke-accent"],
3331
+ },
3332
+ text: {
3333
+ key: "{color.primary.text}",
3334
+ $type: "color",
3335
+ $value: "#002341",
3336
+ filePath: "tokens/Semantic.light.tokens.json",
3337
+ isSource: true,
3338
+ original: {
3339
+ $type: "color",
3340
+ $value: "{primary.95}",
3341
+ key: "{color.primary.text}",
3342
+ },
3343
+ name: "bi-color-primary-text",
3344
+ attributes: {
3345
+ category: "color",
3346
+ type: "primary",
3347
+ item: "text",
3348
+ },
3349
+ path: ["color", "primary", "text"],
3350
+ },
3351
+ "text-secondary": {
3352
+ key: "{color.primary.text-secondary}",
3353
+ $type: "color",
3354
+ $value: "rgba(4, 47, 91, 0.7)",
3355
+ filePath: "tokens/Semantic.light.tokens.json",
3356
+ isSource: true,
3357
+ original: {
3358
+ $type: "color",
3359
+ $value: "#042f5bb2",
3360
+ key: "{color.primary.text-secondary}",
3361
+ },
3362
+ name: "bi-color-primary-text-secondary",
3363
+ attributes: {
3364
+ category: "color",
3365
+ type: "primary",
3366
+ item: "text-secondary",
3367
+ },
3368
+ path: ["color", "primary", "text-secondary"],
3369
+ },
3370
+ "text-subtle": {
3371
+ key: "{color.primary.text-subtle}",
3372
+ $type: "color",
3373
+ $value: "#042f5b",
3374
+ filePath: "tokens/Semantic.light.tokens.json",
3375
+ isSource: true,
3376
+ original: {
3377
+ $type: "color",
3378
+ $value: "{primary.90}",
3379
+ key: "{color.primary.text-subtle}",
3380
+ },
3381
+ name: "bi-color-primary-text-subtle",
3382
+ attributes: {
3383
+ category: "color",
3384
+ type: "primary",
3385
+ item: "text-subtle",
3386
+ },
3387
+ path: ["color", "primary", "text-subtle"],
3388
+ },
3389
+ "text-accent": {
3390
+ key: "{color.primary.text-accent}",
3391
+ $type: "color",
3392
+ $value: "#0c468f",
3393
+ filePath: "tokens/Semantic.light.tokens.json",
3394
+ isSource: true,
3395
+ original: {
3396
+ $type: "color",
3397
+ $value: "{primary.75}",
3398
+ key: "{color.primary.text-accent}",
3399
+ },
3400
+ name: "bi-color-primary-text-accent",
3401
+ attributes: {
3402
+ category: "color",
3403
+ type: "primary",
3404
+ item: "text-accent",
3405
+ },
3406
+ path: ["color", "primary", "text-accent"],
3407
+ },
3408
+ contrast: {
3409
+ key: "{color.primary.contrast}",
3410
+ $type: "color",
3411
+ $value: "#0a64ff",
3412
+ filePath: "tokens/Semantic.light.tokens.json",
3413
+ isSource: true,
3414
+ original: {
3415
+ $type: "color",
3416
+ $value: "{primary.50}",
3417
+ key: "{color.primary.contrast}",
3418
+ },
3419
+ name: "bi-color-primary-contrast",
3420
+ attributes: {
3421
+ category: "color",
3422
+ type: "primary",
3423
+ item: "contrast",
3424
+ },
3425
+ path: ["color", "primary", "contrast"],
3426
+ },
3427
+ "contrast-hover": {
3428
+ key: "{color.primary.contrast-hover}",
3429
+ $type: "color",
3430
+ $value: "#0b4db4",
3431
+ filePath: "tokens/Semantic.light.tokens.json",
3432
+ isSource: true,
3433
+ original: {
3434
+ $type: "color",
3435
+ $value: "{primary.60}",
3436
+ key: "{color.primary.contrast-hover}",
3437
+ },
3438
+ name: "bi-color-primary-contrast-hover",
3439
+ attributes: {
3440
+ category: "color",
3441
+ type: "primary",
3442
+ item: "contrast-hover",
3443
+ },
3444
+ path: ["color", "primary", "contrast-hover"],
3445
+ },
3446
+ fill: {
3447
+ key: "{color.primary.fill}",
3448
+ $type: "color",
3449
+ $value: "#0a64ff",
3450
+ filePath: "tokens/Semantic.light.tokens.json",
3451
+ isSource: true,
3452
+ original: {
3453
+ $type: "color",
3454
+ $value: "{primary.50}",
3455
+ key: "{color.primary.fill}",
3456
+ },
3457
+ name: "bi-color-primary-fill",
3458
+ attributes: {
3459
+ category: "color",
3460
+ type: "primary",
3461
+ item: "fill",
3462
+ },
3463
+ path: ["color", "primary", "fill"],
3464
+ },
3465
+ "on-fill": {
3466
+ key: "{color.primary.on-fill}",
3467
+ $type: "color",
3468
+ $value: "#ffffff",
3469
+ filePath: "tokens/Semantic.light.tokens.json",
3470
+ isSource: true,
3471
+ original: {
3472
+ $type: "color",
3473
+ $value: "{basic.white}",
3474
+ key: "{color.primary.on-fill}",
3475
+ },
3476
+ name: "bi-color-primary-on-fill",
3477
+ attributes: {
3478
+ category: "color",
3479
+ type: "primary",
3480
+ item: "on-fill",
3481
+ },
3482
+ path: ["color", "primary", "on-fill"],
3483
+ },
3484
+ },
3485
+ info: {
3486
+ background: {
3487
+ key: "{color.info.background}",
3488
+ $type: "color",
3489
+ $value: "#f3ebff",
3490
+ filePath: "tokens/Semantic.light.tokens.json",
3491
+ isSource: true,
3492
+ original: {
3493
+ $type: "color",
3494
+ $value: "{info.0}",
3495
+ key: "{color.info.background}",
3496
+ },
3497
+ name: "bi-color-info-background",
3498
+ attributes: {
3499
+ category: "color",
3500
+ type: "info",
3501
+ item: "background",
3502
+ },
3503
+ path: ["color", "info", "background"],
3504
+ },
3505
+ "surface-subtle": {
3506
+ key: "{color.info.surface-subtle}",
3507
+ $type: "color",
3508
+ $value: "#ffffff",
3509
+ filePath: "tokens/Semantic.light.tokens.json",
3510
+ isSource: true,
3511
+ original: {
3512
+ $type: "color",
3513
+ $value: "{basic.white}",
3514
+ key: "{color.info.surface-subtle}",
3515
+ },
3516
+ name: "bi-color-info-surface-subtle",
3517
+ attributes: {
3518
+ category: "color",
3519
+ type: "info",
3520
+ item: "surface-subtle",
3521
+ },
3522
+ path: ["color", "info", "surface-subtle"],
3523
+ },
3524
+ surface: {
3525
+ key: "{color.info.surface}",
3526
+ $type: "color",
3527
+ $value: "#e6d5ff",
3528
+ filePath: "tokens/Semantic.light.tokens.json",
3529
+ isSource: true,
3530
+ original: {
3531
+ $type: "color",
3532
+ $value: "{info.5}",
3533
+ key: "{color.info.surface}",
3534
+ },
3535
+ name: "bi-color-info-surface",
3536
+ attributes: {
3537
+ category: "color",
3538
+ type: "info",
3539
+ item: "surface",
3540
+ },
3541
+ path: ["color", "info", "surface"],
3542
+ },
3543
+ "surface-strong": {
3544
+ key: "{color.info.surface-strong}",
3545
+ $type: "color",
3546
+ $value: "#d9bfff",
3547
+ filePath: "tokens/Semantic.light.tokens.json",
3548
+ isSource: true,
3549
+ original: {
3550
+ $type: "color",
3551
+ $value: "{info.10}",
3552
+ key: "{color.info.surface-strong}",
3553
+ },
3554
+ name: "bi-color-info-surface-strong",
3555
+ attributes: {
3556
+ category: "color",
3557
+ type: "info",
3558
+ item: "surface-strong",
3559
+ },
3560
+ path: ["color", "info", "surface-strong"],
3561
+ },
3562
+ "surface-active": {
3563
+ key: "{color.info.surface-active}",
3564
+ $type: "color",
3565
+ $value: "#c094ff",
3566
+ filePath: "tokens/Semantic.light.tokens.json",
3567
+ isSource: true,
3568
+ original: {
3569
+ $type: "color",
3570
+ $value: "{info.20}",
3571
+ key: "{color.info.surface-active}",
3572
+ },
3573
+ name: "bi-color-info-surface-active",
3574
+ attributes: {
3575
+ category: "color",
3576
+ type: "info",
3577
+ item: "surface-active",
3578
+ },
3579
+ path: ["color", "info", "surface-active"],
3580
+ },
3581
+ "stroke-subtle": {
3582
+ key: "{color.info.stroke-subtle}",
3583
+ $type: "color",
3584
+ $value: "#d9bfff",
3585
+ filePath: "tokens/Semantic.light.tokens.json",
3586
+ isSource: true,
3587
+ original: {
3588
+ $type: "color",
3589
+ $value: "{info.10}",
3590
+ key: "{color.info.stroke-subtle}",
3591
+ },
3592
+ name: "bi-color-info-stroke-subtle",
3593
+ attributes: {
3594
+ category: "color",
3595
+ type: "info",
3596
+ item: "stroke-subtle",
3597
+ },
3598
+ path: ["color", "info", "stroke-subtle"],
3599
+ },
3600
+ stroke: {
3601
+ key: "{color.info.stroke}",
3602
+ $type: "color",
3603
+ $value: "#cdaaff",
3604
+ filePath: "tokens/Semantic.light.tokens.json",
3605
+ isSource: true,
3606
+ original: {
3607
+ $type: "color",
3608
+ $value: "{info.15}",
3609
+ key: "{color.info.stroke}",
3610
+ },
3611
+ name: "bi-color-info-stroke",
3612
+ attributes: {
3613
+ category: "color",
3614
+ type: "info",
3615
+ item: "stroke",
3616
+ },
3617
+ path: ["color", "info", "stroke"],
3618
+ },
3619
+ "stroke-strong": {
3620
+ key: "{color.info.stroke-strong}",
3621
+ $type: "color",
3622
+ $value: "#b480ff",
3623
+ filePath: "tokens/Semantic.light.tokens.json",
3624
+ isSource: true,
3625
+ original: {
3626
+ $type: "color",
3627
+ $value: "{info.25}",
3628
+ key: "{color.info.stroke-strong}",
3629
+ },
3630
+ name: "bi-color-info-stroke-strong",
3631
+ attributes: {
3632
+ category: "color",
3633
+ type: "info",
3634
+ item: "stroke-strong",
3635
+ },
3636
+ path: ["color", "info", "stroke-strong"],
3637
+ },
3638
+ "stroke-contrast": {
3639
+ key: "{color.info.stroke-contrast}",
3640
+ $type: "color",
3641
+ $value: "#5c03dc",
3642
+ filePath: "tokens/Semantic.light.tokens.json",
3643
+ isSource: true,
3644
+ original: {
3645
+ $type: "color",
3646
+ $value: "{info.60}",
3647
+ key: "{color.info.stroke-contrast}",
3648
+ },
3649
+ name: "bi-color-info-stroke-contrast",
3650
+ attributes: {
3651
+ category: "color",
3652
+ type: "info",
3653
+ item: "stroke-contrast",
3654
+ },
3655
+ path: ["color", "info", "stroke-contrast"],
3656
+ },
3657
+ "stroke-accent": {
3658
+ key: "{color.info.stroke-accent}",
3659
+ $type: "color",
3660
+ $value: "#6900ff",
3661
+ filePath: "tokens/Semantic.light.tokens.json",
3662
+ isSource: true,
3663
+ original: {
3664
+ $type: "color",
3665
+ $value: "{info.50}",
3666
+ key: "{color.info.stroke-accent}",
3667
+ },
3668
+ name: "bi-color-info-stroke-accent",
3669
+ attributes: {
3670
+ category: "color",
3671
+ type: "info",
3672
+ item: "stroke-accent",
3673
+ },
3674
+ path: ["color", "info", "stroke-accent"],
3675
+ },
3676
+ text: {
3677
+ key: "{color.info.text}",
3678
+ $type: "color",
3679
+ $value: "#280d50",
3680
+ filePath: "tokens/Semantic.light.tokens.json",
3681
+ isSource: true,
3682
+ original: {
3683
+ $type: "color",
3684
+ $value: "{info.95}",
3685
+ key: "{color.info.text}",
3686
+ },
3687
+ name: "bi-color-info-text",
3688
+ attributes: {
3689
+ category: "color",
3690
+ type: "info",
3691
+ item: "text",
3692
+ },
3693
+ path: ["color", "info", "text"],
3694
+ },
3695
+ "text-secondary": {
3696
+ key: "{color.info.text-secondary}",
3697
+ $type: "color",
3698
+ $value: "rgba(46, 11, 97, 0.7)",
3699
+ filePath: "tokens/Semantic.light.tokens.json",
3700
+ isSource: true,
3701
+ original: {
3702
+ $type: "color",
3703
+ $value: "#2e0b61b2",
3704
+ key: "{color.info.text-secondary}",
3705
+ },
3706
+ name: "bi-color-info-text-secondary",
3707
+ attributes: {
3708
+ category: "color",
3709
+ type: "info",
3710
+ item: "text-secondary",
3711
+ },
3712
+ path: ["color", "info", "text-secondary"],
3713
+ },
3714
+ "text-subtle": {
3715
+ key: "{color.info.text-subtle}",
3716
+ $type: "color",
3717
+ $value: "#2e0b61",
3718
+ filePath: "tokens/Semantic.light.tokens.json",
3719
+ isSource: true,
3720
+ original: {
3721
+ $type: "color",
3722
+ $value: "{info.90}",
3723
+ key: "{color.info.text-subtle}",
3724
+ },
3725
+ name: "bi-color-info-text-subtle",
3726
+ attributes: {
3727
+ category: "color",
3728
+ type: "info",
3729
+ item: "text-subtle",
3730
+ },
3731
+ path: ["color", "info", "text-subtle"],
3732
+ },
3733
+ "text-accent": {
3734
+ key: "{color.info.text-accent}",
3735
+ $type: "color",
3736
+ $value: "#420896",
3737
+ filePath: "tokens/Semantic.light.tokens.json",
3738
+ isSource: true,
3739
+ original: {
3740
+ $type: "color",
3741
+ $value: "{info.75}",
3742
+ key: "{color.info.text-accent}",
3743
+ },
3744
+ name: "bi-color-info-text-accent",
3745
+ attributes: {
3746
+ category: "color",
3747
+ type: "info",
3748
+ item: "text-accent",
3749
+ },
3750
+ path: ["color", "info", "text-accent"],
3751
+ },
3752
+ contrast: {
3753
+ key: "{color.info.contrast}",
3754
+ $type: "color",
3755
+ $value: "#2e0b61",
3756
+ filePath: "tokens/Semantic.light.tokens.json",
3757
+ isSource: true,
3758
+ original: {
3759
+ $type: "color",
3760
+ $value: "{info.90}",
3761
+ key: "{color.info.contrast}",
3762
+ },
3763
+ name: "bi-color-info-contrast",
3764
+ attributes: {
3765
+ category: "color",
3766
+ type: "info",
3767
+ item: "contrast",
3768
+ },
3769
+ path: ["color", "info", "contrast"],
3770
+ },
3771
+ "contrast-hover": {
3772
+ key: "{color.info.contrast-hover}",
3773
+ $type: "color",
3774
+ $value: "#280d50",
3775
+ filePath: "tokens/Semantic.light.tokens.json",
3776
+ isSource: true,
3777
+ original: {
3778
+ $type: "color",
3779
+ $value: "{info.95}",
3780
+ key: "{color.info.contrast-hover}",
3781
+ },
3782
+ name: "bi-color-info-contrast-hover",
3783
+ attributes: {
3784
+ category: "color",
3785
+ type: "info",
3786
+ item: "contrast-hover",
3787
+ },
3788
+ path: ["color", "info", "contrast-hover"],
3789
+ },
3790
+ fill: {
3791
+ key: "{color.info.fill}",
3792
+ $type: "color",
3793
+ $value: "#6900ff",
3794
+ filePath: "tokens/Semantic.light.tokens.json",
3795
+ isSource: true,
3796
+ original: {
3797
+ $type: "color",
3798
+ $value: "{info.50}",
3799
+ key: "{color.info.fill}",
3800
+ },
3801
+ name: "bi-color-info-fill",
3802
+ attributes: {
3803
+ category: "color",
3804
+ type: "info",
3805
+ item: "fill",
3806
+ },
3807
+ path: ["color", "info", "fill"],
3808
+ },
3809
+ "on-fill": {
3810
+ key: "{color.info.on-fill}",
3811
+ $type: "color",
3812
+ $value: "#ffffff",
3813
+ filePath: "tokens/Semantic.light.tokens.json",
3814
+ isSource: true,
3815
+ original: {
3816
+ $type: "color",
3817
+ $value: "{basic.white}",
3818
+ key: "{color.info.on-fill}",
3819
+ },
3820
+ name: "bi-color-info-on-fill",
3821
+ attributes: {
3822
+ category: "color",
3823
+ type: "info",
3824
+ item: "on-fill",
3825
+ },
3826
+ path: ["color", "info", "on-fill"],
3827
+ },
3828
+ },
3829
+ warning: {
3830
+ background: {
3831
+ key: "{color.warning.background}",
3832
+ $type: "color",
3833
+ $value: "#fffbeb",
3834
+ filePath: "tokens/Semantic.light.tokens.json",
3835
+ isSource: true,
3836
+ original: {
3837
+ $type: "color",
3838
+ $value: "{warning.0}",
3839
+ key: "{color.warning.background}",
3840
+ },
3841
+ name: "bi-color-warning-background",
3842
+ attributes: {
3843
+ category: "color",
3844
+ type: "warning",
3845
+ item: "background",
3846
+ },
3847
+ path: ["color", "warning", "background"],
3848
+ },
3849
+ "surface-subtle": {
3850
+ key: "{color.warning.surface-subtle}",
3851
+ $type: "color",
3852
+ $value: "#ffffff",
3853
+ filePath: "tokens/Semantic.light.tokens.json",
3854
+ isSource: true,
3855
+ original: {
3856
+ $type: "color",
3857
+ $value: "{basic.white}",
3858
+ key: "{color.warning.surface-subtle}",
3859
+ },
3860
+ name: "bi-color-warning-surface-subtle",
3861
+ attributes: {
3862
+ category: "color",
3863
+ type: "warning",
3864
+ item: "surface-subtle",
3865
+ },
3866
+ path: ["color", "warning", "surface-subtle"],
3867
+ },
3868
+ surface: {
3869
+ key: "{color.warning.surface}",
3870
+ $type: "color",
3871
+ $value: "#fff2bf",
3872
+ filePath: "tokens/Semantic.light.tokens.json",
3873
+ isSource: true,
3874
+ original: {
3875
+ $type: "color",
3876
+ $value: "{warning.10}",
3877
+ key: "{color.warning.surface}",
3878
+ },
3879
+ name: "bi-color-warning-surface",
3880
+ attributes: {
3881
+ category: "color",
3882
+ type: "warning",
3883
+ item: "surface",
3884
+ },
3885
+ path: ["color", "warning", "surface"],
3886
+ },
3887
+ "surface-strong": {
3888
+ key: "{color.warning.surface-strong}",
3889
+ $type: "color",
3890
+ $value: "#ffea95",
3891
+ filePath: "tokens/Semantic.light.tokens.json",
3892
+ isSource: true,
3893
+ original: {
3894
+ $type: "color",
3895
+ $value: "{warning.15}",
3896
+ key: "{color.warning.surface-strong}",
3897
+ },
3898
+ name: "bi-color-warning-surface-strong",
3899
+ attributes: {
3900
+ category: "color",
3901
+ type: "warning",
3902
+ item: "surface-strong",
3903
+ },
3904
+ path: ["color", "warning", "surface-strong"],
3905
+ },
3906
+ "surface-active": {
3907
+ key: "{color.warning.surface-active}",
3908
+ $type: "color",
3909
+ $value: "#ffe680",
3910
+ filePath: "tokens/Semantic.light.tokens.json",
3911
+ isSource: true,
3912
+ original: {
3913
+ $type: "color",
3914
+ $value: "{warning.20}",
3915
+ key: "{color.warning.surface-active}",
3916
+ },
3917
+ name: "bi-color-warning-surface-active",
3918
+ attributes: {
3919
+ category: "color",
3920
+ type: "warning",
3921
+ item: "surface-active",
3922
+ },
3923
+ path: ["color", "warning", "surface-active"],
3924
+ },
3925
+ "stroke-subtle": {
3926
+ key: "{color.warning.stroke-subtle}",
3927
+ $type: "color",
3928
+ $value: "#fff2bf",
3929
+ filePath: "tokens/Semantic.light.tokens.json",
3930
+ isSource: true,
3931
+ original: {
3932
+ $type: "color",
3933
+ $value: "{warning.10}",
3934
+ key: "{color.warning.stroke-subtle}",
3935
+ },
3936
+ name: "bi-color-warning-stroke-subtle",
3937
+ attributes: {
3938
+ category: "color",
3939
+ type: "warning",
3940
+ item: "stroke-subtle",
3941
+ },
3942
+ path: ["color", "warning", "stroke-subtle"],
3943
+ },
3944
+ stroke: {
3945
+ key: "{color.warning.stroke}",
3946
+ $type: "color",
3947
+ $value: "#ffea95",
3948
+ filePath: "tokens/Semantic.light.tokens.json",
3949
+ isSource: true,
3950
+ original: {
3951
+ $type: "color",
3952
+ $value: "{warning.15}",
3953
+ key: "{color.warning.stroke}",
3954
+ },
3955
+ name: "bi-color-warning-stroke",
3956
+ attributes: {
3957
+ category: "color",
3958
+ type: "warning",
3959
+ item: "stroke",
3960
+ },
3961
+ path: ["color", "warning", "stroke"],
3962
+ },
3963
+ "stroke-strong": {
3964
+ key: "{color.warning.stroke-strong}",
3965
+ $type: "color",
3966
+ $value: "#deb300",
3967
+ filePath: "tokens/Semantic.light.tokens.json",
3968
+ isSource: true,
3969
+ original: {
3970
+ $type: "color",
3971
+ $value: "{warning.60}",
3972
+ key: "{color.warning.stroke-strong}",
3973
+ },
3974
+ name: "bi-color-warning-stroke-strong",
3975
+ attributes: {
3976
+ category: "color",
3977
+ type: "warning",
3978
+ item: "stroke-strong",
3979
+ },
3980
+ path: ["color", "warning", "stroke-strong"],
3981
+ },
3982
+ "stroke-contrast": {
3983
+ key: "{color.warning.stroke-contrast}",
3984
+ $type: "color",
3985
+ $value: "#9d7e00",
3986
+ filePath: "tokens/Semantic.light.tokens.json",
3987
+ isSource: true,
3988
+ original: {
3989
+ $type: "color",
3990
+ $value: "{warning.75}",
3991
+ key: "{color.warning.stroke-contrast}",
3992
+ },
3993
+ name: "bi-color-warning-stroke-contrast",
3994
+ attributes: {
3995
+ category: "color",
3996
+ type: "warning",
3997
+ item: "stroke-contrast",
3998
+ },
3999
+ path: ["color", "warning", "stroke-contrast"],
4000
+ },
4001
+ "stroke-accent": {
4002
+ key: "{color.warning.stroke-accent}",
4003
+ $type: "color",
4004
+ $value: "#ffcd00",
4005
+ filePath: "tokens/Semantic.light.tokens.json",
4006
+ isSource: true,
4007
+ original: {
4008
+ $type: "color",
4009
+ $value: "{secondary.50}",
4010
+ key: "{color.warning.stroke-accent}",
4011
+ },
4012
+ name: "bi-color-warning-stroke-accent",
4013
+ attributes: {
4014
+ category: "color",
4015
+ type: "warning",
4016
+ item: "stroke-accent",
4017
+ },
4018
+ path: ["color", "warning", "stroke-accent"],
4019
+ },
4020
+ text: {
4021
+ key: "{color.warning.text}",
4022
+ $type: "color",
4023
+ $value: "#3a2f00",
4024
+ filePath: "tokens/Semantic.light.tokens.json",
4025
+ isSource: true,
4026
+ original: {
4027
+ $type: "color",
4028
+ $value: "{warning.95}",
4029
+ key: "{color.warning.text}",
4030
+ },
4031
+ name: "bi-color-warning-text",
4032
+ attributes: {
4033
+ category: "color",
4034
+ type: "warning",
4035
+ item: "text",
4036
+ },
4037
+ path: ["color", "warning", "text"],
4038
+ },
4039
+ "text-secondary": {
4040
+ key: "{color.warning.text-secondary}",
4041
+ $type: "color",
4042
+ $value: "rgba(74, 60, 1, 0.7)",
4043
+ filePath: "tokens/Semantic.light.tokens.json",
4044
+ isSource: true,
4045
+ original: {
4046
+ $type: "color",
4047
+ $value: "#4a3c01b2",
4048
+ key: "{color.warning.text-secondary}",
4049
+ },
4050
+ name: "bi-color-warning-text-secondary",
4051
+ attributes: {
4052
+ category: "color",
4053
+ type: "warning",
4054
+ item: "text-secondary",
4055
+ },
4056
+ path: ["color", "warning", "text-secondary"],
4057
+ },
4058
+ "text-subtle": {
4059
+ key: "{color.warning.text-subtle}",
4060
+ $type: "color",
4061
+ $value: "#4a3c01",
4062
+ filePath: "tokens/Semantic.light.tokens.json",
4063
+ isSource: true,
4064
+ original: {
4065
+ $type: "color",
4066
+ $value: "{warning.90}",
4067
+ key: "{color.warning.text-subtle}",
4068
+ },
4069
+ name: "bi-color-warning-text-subtle",
4070
+ attributes: {
4071
+ category: "color",
4072
+ type: "warning",
4073
+ item: "text-subtle",
4074
+ },
4075
+ path: ["color", "warning", "text-subtle"],
4076
+ },
4077
+ "text-accent": {
4078
+ key: "{color.warning.text-accent}",
4079
+ $type: "color",
4080
+ $value: "#7c6400",
4081
+ filePath: "tokens/Semantic.light.tokens.json",
4082
+ isSource: true,
4083
+ original: {
4084
+ $type: "color",
4085
+ $value: "{warning.80}",
4086
+ key: "{color.warning.text-accent}",
4087
+ },
4088
+ name: "bi-color-warning-text-accent",
4089
+ attributes: {
4090
+ category: "color",
4091
+ type: "warning",
4092
+ item: "text-accent",
4093
+ },
4094
+ path: ["color", "warning", "text-accent"],
4095
+ },
4096
+ contrast: {
4097
+ key: "{color.warning.contrast}",
4098
+ $type: "color",
4099
+ $value: "#4a3c01",
4100
+ filePath: "tokens/Semantic.light.tokens.json",
4101
+ isSource: true,
4102
+ original: {
4103
+ $type: "color",
4104
+ $value: "{warning.90}",
4105
+ key: "{color.warning.contrast}",
4106
+ },
4107
+ name: "bi-color-warning-contrast",
4108
+ attributes: {
4109
+ category: "color",
4110
+ type: "warning",
4111
+ item: "contrast",
4112
+ },
4113
+ path: ["color", "warning", "contrast"],
4114
+ },
4115
+ "contrast-hover": {
4116
+ key: "{color.warning.contrast-hover}",
4117
+ $type: "color",
4118
+ $value: "#3a2f00",
4119
+ filePath: "tokens/Semantic.light.tokens.json",
4120
+ isSource: true,
4121
+ original: {
4122
+ $type: "color",
4123
+ $value: "{warning.95}",
4124
+ key: "{color.warning.contrast-hover}",
4125
+ },
4126
+ name: "bi-color-warning-contrast-hover",
4127
+ attributes: {
4128
+ category: "color",
4129
+ type: "warning",
4130
+ item: "contrast-hover",
4131
+ },
4132
+ path: ["color", "warning", "contrast-hover"],
4133
+ },
4134
+ fill: {
4135
+ key: "{color.warning.fill}",
4136
+ $type: "color",
4137
+ $value: "#9d7e00",
4138
+ filePath: "tokens/Semantic.light.tokens.json",
4139
+ isSource: true,
4140
+ original: {
4141
+ $type: "color",
4142
+ $value: "{warning.75}",
4143
+ key: "{color.warning.fill}",
4144
+ },
4145
+ name: "bi-color-warning-fill",
4146
+ attributes: {
4147
+ category: "color",
4148
+ type: "warning",
4149
+ item: "fill",
4150
+ },
4151
+ path: ["color", "warning", "fill"],
4152
+ },
4153
+ "on-fill": {
4154
+ key: "{color.warning.on-fill}",
4155
+ $type: "color",
4156
+ $value: "#ffffff",
4157
+ filePath: "tokens/Semantic.light.tokens.json",
4158
+ isSource: true,
4159
+ original: {
4160
+ $type: "color",
4161
+ $value: "{basic.white}",
4162
+ key: "{color.warning.on-fill}",
4163
+ },
4164
+ name: "bi-color-warning-on-fill",
4165
+ attributes: {
4166
+ category: "color",
4167
+ type: "warning",
4168
+ item: "on-fill",
4169
+ },
4170
+ path: ["color", "warning", "on-fill"],
4171
+ },
4172
+ },
4173
+ success: {
4174
+ background: {
4175
+ key: "{color.success.background}",
4176
+ $type: "color",
4177
+ $value: "#ebffeb",
4178
+ filePath: "tokens/Semantic.light.tokens.json",
4179
+ isSource: true,
4180
+ original: {
4181
+ $type: "color",
4182
+ $value: "{success.0}",
4183
+ key: "{color.success.background}",
4184
+ },
4185
+ name: "bi-color-success-background",
4186
+ attributes: {
4187
+ category: "color",
4188
+ type: "success",
4189
+ item: "background",
4190
+ },
4191
+ path: ["color", "success", "background"],
4192
+ },
4193
+ "surface-subtle": {
4194
+ key: "{color.success.surface-subtle}",
4195
+ $type: "color",
4196
+ $value: "#ffffff",
4197
+ filePath: "tokens/Semantic.light.tokens.json",
4198
+ isSource: true,
4199
+ original: {
4200
+ $type: "color",
4201
+ $value: "{basic.white}",
4202
+ key: "{color.success.surface-subtle}",
4203
+ },
4204
+ name: "bi-color-success-surface-subtle",
4205
+ attributes: {
4206
+ category: "color",
4207
+ type: "success",
4208
+ item: "surface-subtle",
4209
+ },
4210
+ path: ["color", "success", "surface-subtle"],
4211
+ },
4212
+ surface: {
4213
+ key: "{color.success.surface}",
4214
+ $type: "color",
4215
+ $value: "#d5f4d6",
4216
+ filePath: "tokens/Semantic.light.tokens.json",
4217
+ isSource: true,
4218
+ original: {
4219
+ $type: "color",
4220
+ $value: "{success.5}",
4221
+ key: "{color.success.surface}",
4222
+ },
4223
+ name: "bi-color-success-surface",
4224
+ attributes: {
4225
+ category: "color",
4226
+ type: "success",
4227
+ item: "surface",
4228
+ },
4229
+ path: ["color", "success", "surface"],
4230
+ },
4231
+ "surface-strong": {
4232
+ key: "{color.success.surface-strong}",
4233
+ $type: "color",
4234
+ $value: "#bfeec2",
4235
+ filePath: "tokens/Semantic.light.tokens.json",
4236
+ isSource: true,
4237
+ original: {
4238
+ $type: "color",
4239
+ $value: "{success.10}",
4240
+ key: "{color.success.surface-strong}",
4241
+ },
4242
+ name: "bi-color-success-surface-strong",
4243
+ attributes: {
4244
+ category: "color",
4245
+ type: "success",
4246
+ item: "surface-strong",
4247
+ },
4248
+ path: ["color", "success", "surface-strong"],
4249
+ },
4250
+ "surface-active": {
4251
+ key: "{color.success.surface-active}",
4252
+ $type: "color",
4253
+ $value: "#95e299",
4254
+ filePath: "tokens/Semantic.light.tokens.json",
4255
+ isSource: true,
4256
+ original: {
4257
+ $type: "color",
4258
+ $value: "{success.20}",
4259
+ key: "{color.success.surface-active}",
4260
+ },
4261
+ name: "bi-color-success-surface-active",
4262
+ attributes: {
4263
+ category: "color",
4264
+ type: "success",
4265
+ item: "surface-active",
4266
+ },
4267
+ path: ["color", "success", "surface-active"],
4268
+ },
4269
+ "stroke-subtle": {
4270
+ key: "{color.success.stroke-subtle}",
4271
+ $type: "color",
4272
+ $value: "#bfeec2",
4273
+ filePath: "tokens/Semantic.light.tokens.json",
4274
+ isSource: true,
4275
+ original: {
4276
+ $type: "color",
4277
+ $value: "{success.10}",
4278
+ key: "{color.success.stroke-subtle}",
4279
+ },
4280
+ name: "bi-color-success-stroke-subtle",
4281
+ attributes: {
4282
+ category: "color",
4283
+ type: "success",
4284
+ item: "stroke-subtle",
4285
+ },
4286
+ path: ["color", "success", "stroke-subtle"],
4287
+ },
4288
+ stroke: {
4289
+ key: "{color.success.stroke}",
4290
+ $type: "color",
4291
+ $value: "#aae8ae",
4292
+ filePath: "tokens/Semantic.light.tokens.json",
4293
+ isSource: true,
4294
+ original: {
4295
+ $type: "color",
4296
+ $value: "{success.15}",
4297
+ key: "{color.success.stroke}",
4298
+ },
4299
+ name: "bi-color-success-stroke",
4300
+ attributes: {
4301
+ category: "color",
4302
+ type: "success",
4303
+ item: "stroke",
4304
+ },
4305
+ path: ["color", "success", "stroke"],
4306
+ },
4307
+ "stroke-strong": {
4308
+ key: "{color.success.stroke-strong}",
4309
+ $type: "color",
4310
+ $value: "#80dd85",
4311
+ filePath: "tokens/Semantic.light.tokens.json",
4312
+ isSource: true,
4313
+ original: {
4314
+ $type: "color",
4315
+ $value: "{success.25}",
4316
+ key: "{color.success.stroke-strong}",
4317
+ },
4318
+ name: "bi-color-success-stroke-strong",
4319
+ attributes: {
4320
+ category: "color",
4321
+ type: "success",
4322
+ item: "stroke-strong",
4323
+ },
4324
+ path: ["color", "success", "stroke-strong"],
4325
+ },
4326
+ "stroke-contrast": {
4327
+ key: "{color.success.stroke-contrast}",
4328
+ $type: "color",
4329
+ $value: "#04a30d",
4330
+ filePath: "tokens/Semantic.light.tokens.json",
4331
+ isSource: true,
4332
+ original: {
4333
+ $type: "color",
4334
+ $value: "{success.60}",
4335
+ key: "{color.success.stroke-contrast}",
4336
+ },
4337
+ name: "bi-color-success-stroke-contrast",
4338
+ attributes: {
4339
+ category: "color",
4340
+ type: "success",
4341
+ item: "stroke-contrast",
4342
+ },
4343
+ path: ["color", "success", "stroke-contrast"],
4344
+ },
4345
+ "stroke-accent": {
4346
+ key: "{color.success.stroke-accent}",
4347
+ $type: "color",
4348
+ $value: "#00ab0b",
4349
+ filePath: "tokens/Semantic.light.tokens.json",
4350
+ isSource: true,
4351
+ original: {
4352
+ $type: "color",
4353
+ $value: "{success.50}",
4354
+ key: "{color.success.stroke-accent}",
4355
+ },
4356
+ name: "bi-color-success-stroke-accent",
4357
+ attributes: {
4358
+ category: "color",
4359
+ type: "success",
4360
+ item: "stroke-accent",
4361
+ },
4362
+ path: ["color", "success", "stroke-accent"],
4363
+ },
4364
+ text: {
4365
+ key: "{color.success.text}",
4366
+ $type: "color",
4367
+ $value: "#162e17",
4368
+ filePath: "tokens/Semantic.light.tokens.json",
4369
+ isSource: true,
4370
+ original: {
4371
+ $type: "color",
4372
+ $value: "{success.95}",
4373
+ key: "{color.success.text}",
4374
+ },
4375
+ name: "bi-color-success-text",
4376
+ attributes: {
4377
+ category: "color",
4378
+ type: "success",
4379
+ item: "text",
4380
+ },
4381
+ path: ["color", "success", "text"],
4382
+ },
4383
+ "text-secondary": {
4384
+ key: "{color.success.text-secondary}",
4385
+ $type: "color",
4386
+ $value: "rgba(20, 58, 22, 0.7)",
4387
+ filePath: "tokens/Semantic.light.tokens.json",
4388
+ isSource: true,
4389
+ original: {
4390
+ $type: "color",
4391
+ $value: "#143a16b2",
4392
+ key: "{color.success.text-secondary}",
4393
+ },
4394
+ name: "bi-color-success-text-secondary",
4395
+ attributes: {
4396
+ category: "color",
4397
+ type: "success",
4398
+ item: "text-secondary",
4399
+ },
4400
+ path: ["color", "success", "text-secondary"],
4401
+ },
4402
+ "text-subtle": {
4403
+ key: "{color.success.text-subtle}",
4404
+ $type: "color",
4405
+ $value: "#143a16",
4406
+ filePath: "tokens/Semantic.light.tokens.json",
4407
+ isSource: true,
4408
+ original: {
4409
+ $type: "color",
4410
+ $value: "{success.90}",
4411
+ key: "{color.success.text-subtle}",
4412
+ },
4413
+ name: "bi-color-success-text-subtle",
4414
+ attributes: {
4415
+ category: "color",
4416
+ type: "success",
4417
+ item: "text-subtle",
4418
+ },
4419
+ path: ["color", "success", "text-subtle"],
4420
+ },
4421
+ "text-accent": {
4422
+ key: "{color.success.text-accent}",
4423
+ $type: "color",
4424
+ $value: "#0b7411",
4425
+ filePath: "tokens/Semantic.light.tokens.json",
4426
+ isSource: true,
4427
+ original: {
4428
+ $type: "color",
4429
+ $value: "{success.75}",
4430
+ key: "{color.success.text-accent}",
4431
+ },
4432
+ name: "bi-color-success-text-accent",
4433
+ attributes: {
4434
+ category: "color",
4435
+ type: "success",
4436
+ item: "text-accent",
4437
+ },
4438
+ path: ["color", "success", "text-accent"],
4439
+ },
4440
+ contrast: {
4441
+ key: "{color.success.contrast}",
4442
+ $type: "color",
4443
+ $value: "#143a16",
4444
+ filePath: "tokens/Semantic.light.tokens.json",
4445
+ isSource: true,
4446
+ original: {
4447
+ $type: "color",
4448
+ $value: "{success.90}",
4449
+ key: "{color.success.contrast}",
4450
+ },
4451
+ name: "bi-color-success-contrast",
4452
+ attributes: {
4453
+ category: "color",
4454
+ type: "success",
4455
+ item: "contrast",
4456
+ },
4457
+ path: ["color", "success", "contrast"],
4458
+ },
4459
+ "contrast-hover": {
4460
+ key: "{color.success.contrast-hover}",
4461
+ $type: "color",
4462
+ $value: "#162e17",
4463
+ filePath: "tokens/Semantic.light.tokens.json",
4464
+ isSource: true,
4465
+ original: {
4466
+ $type: "color",
4467
+ $value: "{success.95}",
4468
+ key: "{color.success.contrast-hover}",
4469
+ },
4470
+ name: "bi-color-success-contrast-hover",
4471
+ attributes: {
4472
+ category: "color",
4473
+ type: "success",
4474
+ item: "contrast-hover",
4475
+ },
4476
+ path: ["color", "success", "contrast-hover"],
4477
+ },
4478
+ fill: {
4479
+ key: "{color.success.fill}",
4480
+ $type: "color",
4481
+ $value: "#078b0f",
4482
+ filePath: "tokens/Semantic.light.tokens.json",
4483
+ isSource: true,
4484
+ original: {
4485
+ $type: "color",
4486
+ $value: "{success.70}",
4487
+ key: "{color.success.fill}",
4488
+ },
4489
+ name: "bi-color-success-fill",
4490
+ attributes: {
4491
+ category: "color",
4492
+ type: "success",
4493
+ item: "fill",
4494
+ },
4495
+ path: ["color", "success", "fill"],
4496
+ },
4497
+ "on-fill": {
4498
+ key: "{color.success.on-fill}",
4499
+ $type: "color",
4500
+ $value: "#ffffff",
4501
+ filePath: "tokens/Semantic.light.tokens.json",
4502
+ isSource: true,
4503
+ original: {
4504
+ $type: "color",
4505
+ $value: "{basic.white}",
4506
+ key: "{color.success.on-fill}",
4507
+ },
4508
+ name: "bi-color-success-on-fill",
4509
+ attributes: {
4510
+ category: "color",
4511
+ type: "success",
4512
+ item: "on-fill",
4513
+ },
4514
+ path: ["color", "success", "on-fill"],
4515
+ },
4516
+ },
4517
+ alert: {
4518
+ background: {
4519
+ key: "{color.alert.background}",
4520
+ $type: "color",
4521
+ $value: "#fff1f0",
4522
+ filePath: "tokens/Semantic.light.tokens.json",
4523
+ isSource: true,
4524
+ original: {
4525
+ $type: "color",
4526
+ $value: "{alert.0}",
4527
+ key: "{color.alert.background}",
4528
+ },
4529
+ name: "bi-color-alert-background",
4530
+ attributes: {
4531
+ category: "color",
4532
+ type: "alert",
4533
+ item: "background",
4534
+ },
4535
+ path: ["color", "alert", "background"],
4536
+ },
4537
+ "surface-subtle": {
4538
+ key: "{color.alert.surface-subtle}",
4539
+ $type: "color",
4540
+ $value: "#ffffff",
4541
+ filePath: "tokens/Semantic.light.tokens.json",
4542
+ isSource: true,
4543
+ original: {
4544
+ $type: "color",
4545
+ $value: "{basic.white}",
4546
+ key: "{color.alert.surface-subtle}",
4547
+ },
4548
+ name: "bi-color-alert-surface-subtle",
4549
+ attributes: {
4550
+ category: "color",
4551
+ type: "alert",
4552
+ item: "surface-subtle",
4553
+ },
4554
+ path: ["color", "alert", "surface-subtle"],
4555
+ },
4556
+ surface: {
4557
+ key: "{color.alert.surface}",
4558
+ $type: "color",
4559
+ $value: "#ffd7d5",
4560
+ filePath: "tokens/Semantic.light.tokens.json",
4561
+ isSource: true,
4562
+ original: {
4563
+ $type: "color",
4564
+ $value: "{alert.10}",
4565
+ key: "{color.alert.surface}",
4566
+ },
4567
+ name: "bi-color-alert-surface",
4568
+ attributes: {
4569
+ category: "color",
4570
+ type: "alert",
4571
+ item: "surface",
4572
+ },
4573
+ path: ["color", "alert", "surface"],
4574
+ },
4575
+ "surface-strong": {
4576
+ key: "{color.alert.surface-strong}",
4577
+ $type: "color",
4578
+ $value: "#ffc3bf",
4579
+ filePath: "tokens/Semantic.light.tokens.json",
4580
+ isSource: true,
4581
+ original: {
4582
+ $type: "color",
4583
+ $value: "{alert.15}",
4584
+ key: "{color.alert.surface-strong}",
4585
+ },
4586
+ name: "bi-color-alert-surface-strong",
4587
+ attributes: {
4588
+ category: "color",
4589
+ type: "alert",
4590
+ item: "surface-strong",
4591
+ },
4592
+ path: ["color", "alert", "surface-strong"],
4593
+ },
4594
+ "surface-active": {
4595
+ key: "{color.alert.surface-active}",
4596
+ $type: "color",
4597
+ $value: "#ffafaa",
4598
+ filePath: "tokens/Semantic.light.tokens.json",
4599
+ isSource: true,
4600
+ original: {
4601
+ $type: "color",
4602
+ $value: "{alert.20}",
4603
+ key: "{color.alert.surface-active}",
4604
+ },
4605
+ name: "bi-color-alert-surface-active",
4606
+ attributes: {
4607
+ category: "color",
4608
+ type: "alert",
4609
+ item: "surface-active",
4610
+ },
4611
+ path: ["color", "alert", "surface-active"],
4612
+ },
4613
+ "stroke-subtle": {
4614
+ key: "{color.alert.stroke-subtle}",
4615
+ $type: "color",
4616
+ $value: "#ffd7d5",
4617
+ filePath: "tokens/Semantic.light.tokens.json",
4618
+ isSource: true,
4619
+ original: {
4620
+ $type: "color",
4621
+ $value: "{alert.10}",
4622
+ key: "{color.alert.stroke-subtle}",
4623
+ },
4624
+ name: "bi-color-alert-stroke-subtle",
4625
+ attributes: {
4626
+ category: "color",
4627
+ type: "alert",
4628
+ item: "stroke-subtle",
4629
+ },
4630
+ path: ["color", "alert", "stroke-subtle"],
4631
+ },
4632
+ stroke: {
4633
+ key: "{color.alert.stroke}",
4634
+ $type: "color",
4635
+ $value: "#ffc3bf",
4636
+ filePath: "tokens/Semantic.light.tokens.json",
4637
+ isSource: true,
4638
+ original: {
4639
+ $type: "color",
4640
+ $value: "{alert.15}",
4641
+ key: "{color.alert.stroke}",
4642
+ },
4643
+ name: "bi-color-alert-stroke",
4644
+ attributes: {
4645
+ category: "color",
4646
+ type: "alert",
4647
+ item: "stroke",
4648
+ },
4649
+ path: ["color", "alert", "stroke"],
4650
+ },
4651
+ "stroke-strong": {
4652
+ key: "{color.alert.stroke-strong}",
4653
+ $type: "color",
4654
+ $value: "#ff8780",
4655
+ filePath: "tokens/Semantic.light.tokens.json",
4656
+ isSource: true,
4657
+ original: {
4658
+ $type: "color",
4659
+ $value: "{alert.25}",
4660
+ key: "{color.alert.stroke-strong}",
4661
+ },
4662
+ name: "bi-color-alert-stroke-strong",
4663
+ attributes: {
4664
+ category: "color",
4665
+ type: "alert",
4666
+ item: "stroke-strong",
4667
+ },
4668
+ path: ["color", "alert", "stroke-strong"],
4669
+ },
4670
+ "stroke-contrast": {
4671
+ key: "{color.alert.stroke-contrast}",
4672
+ $type: "color",
4673
+ $value: "#e41100",
4674
+ filePath: "tokens/Semantic.light.tokens.json",
4675
+ isSource: true,
4676
+ original: {
4677
+ $type: "color",
4678
+ $value: "{alert.60}",
4679
+ key: "{color.alert.stroke-contrast}",
4680
+ },
4681
+ name: "bi-color-alert-stroke-contrast",
4682
+ attributes: {
4683
+ category: "color",
4684
+ type: "alert",
4685
+ item: "stroke-contrast",
4686
+ },
4687
+ path: ["color", "alert", "stroke-contrast"],
4688
+ },
4689
+ "stroke-accent": {
4690
+ key: "{color.alert.stroke-accent}",
4691
+ $type: "color",
4692
+ $value: "#ff0f00",
4693
+ filePath: "tokens/Semantic.light.tokens.json",
4694
+ isSource: true,
4695
+ original: {
4696
+ $type: "color",
4697
+ $value: "{alert.50}",
4698
+ key: "{color.alert.stroke-accent}",
4699
+ },
4700
+ name: "bi-color-alert-stroke-accent",
4701
+ attributes: {
4702
+ category: "color",
4703
+ type: "alert",
4704
+ item: "stroke-accent",
4705
+ },
4706
+ path: ["color", "alert", "stroke-accent"],
4707
+ },
4708
+ text: {
4709
+ key: "{color.alert.text}",
4710
+ $type: "color",
4711
+ $value: "#5d1c18",
4712
+ filePath: "tokens/Semantic.light.tokens.json",
4713
+ isSource: true,
4714
+ original: {
4715
+ $type: "color",
4716
+ $value: "{alert.95}",
4717
+ key: "{color.alert.text}",
4718
+ },
4719
+ name: "bi-color-alert-text",
4720
+ attributes: {
4721
+ category: "color",
4722
+ type: "alert",
4723
+ item: "text",
4724
+ },
4725
+ path: ["color", "alert", "text"],
4726
+ },
4727
+ "text-secondary": {
4728
+ key: "{color.alert.text-secondary}",
4729
+ $type: "color",
4730
+ $value: "rgba(106, 27, 22, 0.7)",
4731
+ filePath: "tokens/Semantic.light.tokens.json",
4732
+ isSource: true,
4733
+ original: {
4734
+ $type: "color",
4735
+ $value: "#6a1b16b2",
4736
+ key: "{color.alert.text-secondary}",
4737
+ },
4738
+ name: "bi-color-alert-text-secondary",
4739
+ attributes: {
4740
+ category: "color",
4741
+ type: "alert",
4742
+ item: "text-secondary",
4743
+ },
4744
+ path: ["color", "alert", "text-secondary"],
4745
+ },
4746
+ "text-subtle": {
4747
+ key: "{color.alert.text-subtle}",
4748
+ $type: "color",
4749
+ $value: "#6a1b16",
4750
+ filePath: "tokens/Semantic.light.tokens.json",
4751
+ isSource: true,
4752
+ original: {
4753
+ $type: "color",
4754
+ $value: "{alert.90}",
4755
+ key: "{color.alert.text-subtle}",
4756
+ },
4757
+ name: "bi-color-alert-text-subtle",
4758
+ attributes: {
4759
+ category: "color",
4760
+ type: "alert",
4761
+ item: "text-subtle",
4762
+ },
4763
+ path: ["color", "alert", "text-subtle"],
4764
+ },
4765
+ "text-accent": {
4766
+ key: "{color.alert.text-accent}",
4767
+ $type: "color",
4768
+ $value: "#ae1601",
4769
+ filePath: "tokens/Semantic.light.tokens.json",
4770
+ isSource: true,
4771
+ original: {
4772
+ $type: "color",
4773
+ $value: "{alert.75}",
4774
+ key: "{color.alert.text-accent}",
4775
+ },
4776
+ name: "bi-color-alert-text-accent",
4777
+ attributes: {
4778
+ category: "color",
4779
+ type: "alert",
4780
+ item: "text-accent",
4781
+ },
4782
+ path: ["color", "alert", "text-accent"],
4783
+ },
4784
+ contrast: {
4785
+ key: "{color.alert.contrast}",
4786
+ $type: "color",
4787
+ $value: "#6a1b16",
4788
+ filePath: "tokens/Semantic.light.tokens.json",
4789
+ isSource: true,
4790
+ original: {
4791
+ $type: "color",
4792
+ $value: "{alert.90}",
4793
+ key: "{color.alert.contrast}",
4794
+ },
4795
+ name: "bi-color-alert-contrast",
4796
+ attributes: {
4797
+ category: "color",
4798
+ type: "alert",
4799
+ item: "contrast",
4800
+ },
4801
+ path: ["color", "alert", "contrast"],
4802
+ },
4803
+ "contrast-hover": {
4804
+ key: "{color.alert.contrast-hover}",
4805
+ $type: "color",
4806
+ $value: "#5d1c18",
4807
+ filePath: "tokens/Semantic.light.tokens.json",
4808
+ isSource: true,
4809
+ original: {
4810
+ $type: "color",
4811
+ $value: "{alert.95}",
4812
+ key: "{color.alert.contrast-hover}",
4813
+ },
4814
+ name: "bi-color-alert-contrast-hover",
4815
+ attributes: {
4816
+ category: "color",
4817
+ type: "alert",
4818
+ item: "contrast-hover",
4819
+ },
4820
+ path: ["color", "alert", "contrast-hover"],
4821
+ },
4822
+ fill: {
4823
+ key: "{color.alert.fill}",
4824
+ $type: "color",
4825
+ $value: "#e41100",
4826
+ filePath: "tokens/Semantic.light.tokens.json",
4827
+ isSource: true,
4828
+ original: {
4829
+ $type: "color",
4830
+ $value: "{alert.60}",
4831
+ key: "{color.alert.fill}",
4832
+ },
4833
+ name: "bi-color-alert-fill",
4834
+ attributes: {
4835
+ category: "color",
4836
+ type: "alert",
4837
+ item: "fill",
4838
+ },
4839
+ path: ["color", "alert", "fill"],
4840
+ },
4841
+ "on-fill": {
4842
+ key: "{color.alert.on-fill}",
4843
+ $type: "color",
4844
+ $value: "#ffffff",
4845
+ filePath: "tokens/Semantic.light.tokens.json",
4846
+ isSource: true,
4847
+ original: {
4848
+ $type: "color",
4849
+ $value: "{basic.white}",
4850
+ key: "{color.alert.on-fill}",
4851
+ },
4852
+ name: "bi-color-alert-on-fill",
4853
+ attributes: {
4854
+ category: "color",
4855
+ type: "alert",
4856
+ item: "on-fill",
4857
+ },
4858
+ path: ["color", "alert", "on-fill"],
4859
+ },
4860
+ },
4861
+ "stroke-basic-subtle": {
4862
+ key: "{color.stroke-basic-subtle}",
4863
+ $type: "color",
4864
+ $value: "rgba(0, 0, 0, 0.1)",
4865
+ filePath: "tokens/Semantic.light.tokens.json",
4866
+ isSource: true,
4867
+ original: {
4868
+ $type: "color",
4869
+ $value: "#0000001a",
4870
+ key: "{color.stroke-basic-subtle}",
4871
+ },
4872
+ name: "bi-color-stroke-basic-subtle",
4873
+ attributes: {
4874
+ category: "color",
4875
+ type: "stroke-basic-subtle",
4876
+ },
4877
+ path: ["color", "stroke-basic-subtle"],
4878
+ },
4879
+ "stroke-basic": {
4880
+ key: "{color.stroke-basic}",
4881
+ $type: "color",
4882
+ $value: "rgba(0, 0, 0, 0.2)",
4883
+ filePath: "tokens/Semantic.light.tokens.json",
4884
+ isSource: true,
4885
+ original: {
4886
+ $type: "color",
4887
+ $value: "#00000033",
4888
+ key: "{color.stroke-basic}",
4889
+ },
4890
+ name: "bi-color-stroke-basic",
4891
+ attributes: {
4892
+ category: "color",
4893
+ type: "stroke-basic",
4894
+ },
4895
+ path: ["color", "stroke-basic"],
4896
+ },
4897
+ "stroke-basic-strong": {
4898
+ key: "{color.stroke-basic-strong}",
4899
+ $type: "color",
4900
+ $value: "rgba(0, 0, 0, 0.3)",
4901
+ filePath: "tokens/Semantic.light.tokens.json",
4902
+ isSource: true,
4903
+ original: {
4904
+ $type: "color",
4905
+ $value: "#0000004d",
4906
+ key: "{color.stroke-basic-strong}",
4907
+ },
4908
+ name: "bi-color-stroke-basic-strong",
4909
+ attributes: {
4910
+ category: "color",
4911
+ type: "stroke-basic-strong",
4912
+ },
4913
+ path: ["color", "stroke-basic-strong"],
4914
+ },
4915
+ "stroke-basic-contrast": {
4916
+ key: "{color.stroke-basic-contrast}",
4917
+ $type: "color",
4918
+ $value: "rgba(0, 0, 0, 0.5)",
4919
+ filePath: "tokens/Semantic.light.tokens.json",
4920
+ isSource: true,
4921
+ original: {
4922
+ $type: "color",
4923
+ $value: "#00000080",
4924
+ key: "{color.stroke-basic-contrast}",
4925
+ },
4926
+ name: "bi-color-stroke-basic-contrast",
4927
+ attributes: {
4928
+ category: "color",
4929
+ type: "stroke-basic-contrast",
4930
+ },
4931
+ path: ["color", "stroke-basic-contrast"],
4932
+ },
4933
+ },
4934
+ states: {
4935
+ hover: {
4936
+ key: "{states.hover}",
4937
+ $type: "color",
4938
+ $value: "rgba(38, 51, 63, 0.1)",
4939
+ filePath: "tokens/Semantic.light.tokens.json",
4940
+ isSource: true,
4941
+ original: {
4942
+ $type: "color",
4943
+ $value: "#26333f1a",
4944
+ key: "{states.hover}",
4945
+ },
4946
+ name: "bi-states-hover",
4947
+ attributes: {
4948
+ category: "states",
4949
+ type: "hover",
4950
+ },
4951
+ path: ["states", "hover"],
4952
+ },
4953
+ press: {
4954
+ key: "{states.press}",
4955
+ $type: "color",
4956
+ $value: "rgba(38, 51, 63, 0.15)",
4957
+ filePath: "tokens/Semantic.light.tokens.json",
4958
+ isSource: true,
4959
+ original: {
4960
+ $type: "color",
4961
+ $value: "#26333f26",
4962
+ key: "{states.press}",
4963
+ },
4964
+ name: "bi-states-press",
4965
+ attributes: {
4966
+ category: "states",
4967
+ type: "press",
4968
+ },
4969
+ path: ["states", "press"],
4970
+ },
4971
+ focus: {
4972
+ key: "{states.focus}",
4973
+ $type: "color",
4974
+ $value: "#0a64ff",
4975
+ filePath: "tokens/Semantic.light.tokens.json",
4976
+ isSource: true,
4977
+ original: {
4978
+ $type: "color",
4979
+ $value: "{primary.50}",
4980
+ key: "{states.focus}",
4981
+ },
4982
+ name: "bi-states-focus",
4983
+ attributes: {
4984
+ category: "states",
4985
+ type: "focus",
4986
+ },
4987
+ path: ["states", "focus"],
4988
+ },
4989
+ "focus-background": {
4990
+ key: "{states.focus-background}",
4991
+ $type: "color",
4992
+ $value: "#ffffff",
4993
+ filePath: "tokens/Semantic.light.tokens.json",
4994
+ isSource: true,
4995
+ original: {
4996
+ $type: "color",
4997
+ $value: "{basic.white}",
4998
+ key: "{states.focus-background}",
4999
+ },
5000
+ name: "bi-states-focus-background",
5001
+ attributes: {
5002
+ category: "states",
5003
+ type: "focus-background",
5004
+ },
5005
+ path: ["states", "focus-background"],
5006
+ },
5007
+ required: {
5008
+ key: "{states.required}",
5009
+ $type: "color",
5010
+ $value: "#0a64ff",
5011
+ filePath: "tokens/Semantic.light.tokens.json",
5012
+ isSource: true,
5013
+ original: {
5014
+ $type: "color",
5015
+ $value: "{primary.50}",
5016
+ key: "{states.required}",
5017
+ },
5018
+ name: "bi-states-required",
5019
+ attributes: {
5020
+ category: "states",
5021
+ type: "required",
5022
+ },
5023
+ path: ["states", "required"],
5024
+ },
5025
+ "hover-dark": {
5026
+ key: "{states.hover-dark}",
5027
+ $type: "color",
5028
+ $value: "rgba(38, 51, 63, 0.1)",
5029
+ filePath: "tokens/System.Mode 1.tokens.json",
5030
+ isSource: true,
5031
+ original: {
5032
+ $type: "color",
5033
+ $value: "#26333f1a",
5034
+ key: "{states.hover-dark}",
5035
+ },
5036
+ name: "bi-states-hover-dark",
5037
+ attributes: {
5038
+ category: "states",
5039
+ type: "hover-dark",
5040
+ },
5041
+ path: ["states", "hover-dark"],
5042
+ },
5043
+ "hover-light": {
5044
+ key: "{states.hover-light}",
5045
+ $type: "color",
5046
+ $value: "rgba(255, 255, 255, 0.1)",
5047
+ filePath: "tokens/System.Mode 1.tokens.json",
5048
+ isSource: true,
5049
+ original: {
5050
+ $type: "color",
5051
+ $value: "#ffffff1a",
5052
+ key: "{states.hover-light}",
5053
+ },
5054
+ name: "bi-states-hover-light",
5055
+ attributes: {
5056
+ category: "states",
5057
+ type: "hover-light",
5058
+ },
5059
+ path: ["states", "hover-light"],
2686
5060
  },
2687
- "80x": {
2688
- key: "{scale.80x}",
2689
- $type: "dimension",
2690
- $value: "20rem",
2691
- filePath: "tokens/Reference.Mode 1.tokens.json",
5061
+ "press-dark": {
5062
+ key: "{states.press-dark}",
5063
+ $type: "color",
5064
+ $value: "rgba(38, 51, 63, 0.15)",
5065
+ filePath: "tokens/System.Mode 1.tokens.json",
2692
5066
  isSource: true,
2693
5067
  original: {
2694
- $type: "dimension",
2695
- $value: "320px",
2696
- key: "{scale.80x}",
5068
+ $type: "color",
5069
+ $value: "#26333f26",
5070
+ key: "{states.press-dark}",
2697
5071
  },
2698
- name: "bi-scale-80x",
5072
+ name: "bi-states-press-dark",
2699
5073
  attributes: {
2700
- category: "scale",
2701
- type: "80x",
5074
+ category: "states",
5075
+ type: "press-dark",
2702
5076
  },
2703
- path: ["scale", "80x"],
5077
+ path: ["states", "press-dark"],
2704
5078
  },
2705
- max: {
2706
- key: "{scale.max}",
2707
- $type: "dimension",
2708
- $value: "624.9375rem",
2709
- filePath: "tokens/Reference.Mode 1.tokens.json",
5079
+ "press-light": {
5080
+ key: "{states.press-light}",
5081
+ $type: "color",
5082
+ $value: "rgba(255, 255, 255, 0.15)",
5083
+ filePath: "tokens/System.Mode 1.tokens.json",
2710
5084
  isSource: true,
2711
5085
  original: {
2712
- $type: "dimension",
2713
- $value: "9999px",
2714
- key: "{scale.max}",
5086
+ $type: "color",
5087
+ $value: "#ffffff26",
5088
+ key: "{states.press-light}",
2715
5089
  },
2716
- name: "bi-scale-max",
5090
+ name: "bi-states-press-light",
2717
5091
  attributes: {
2718
- category: "scale",
2719
- type: "max",
5092
+ category: "states",
5093
+ type: "press-light",
2720
5094
  },
2721
- path: ["scale", "max"],
5095
+ path: ["states", "press-light"],
2722
5096
  },
2723
5097
  },
2724
5098
  opacity: {
@@ -2871,12 +5245,12 @@ export default {
2871
5245
  thick: {
2872
5246
  key: "{stroke.thick}",
2873
5247
  $type: "dimension",
2874
- $value: "0.125rem",
5248
+ $value: "0.1875rem",
2875
5249
  filePath: "tokens/System.Mode 1.tokens.json",
2876
5250
  isSource: true,
2877
5251
  original: {
2878
5252
  $type: "dimension",
2879
- $value: "{scale.0,50x}",
5253
+ $value: "{scale.0,75x}",
2880
5254
  key: "{stroke.thick}",
2881
5255
  },
2882
5256
  name: "bi-stroke-thick",
@@ -2886,6 +5260,78 @@ export default {
2886
5260
  },
2887
5261
  path: ["stroke", "thick"],
2888
5262
  },
5263
+ focus: {
5264
+ key: "{stroke.focus}",
5265
+ $type: "dimension",
5266
+ $value: "0.1875rem",
5267
+ filePath: "tokens/System.Mode 1.tokens.json",
5268
+ isSource: true,
5269
+ original: {
5270
+ $type: "dimension",
5271
+ $value: "{scale.0,75x}",
5272
+ key: "{stroke.focus}",
5273
+ },
5274
+ name: "bi-stroke-focus",
5275
+ attributes: {
5276
+ category: "stroke",
5277
+ type: "focus",
5278
+ },
5279
+ path: ["stroke", "focus"],
5280
+ },
5281
+ subtle: {
5282
+ key: "{stroke.subtle}",
5283
+ $type: "color",
5284
+ $value: "#e4e8ed",
5285
+ filePath: "tokens/System.Mode 1.tokens.json",
5286
+ isSource: true,
5287
+ original: {
5288
+ $type: "color",
5289
+ $value: "{neutral.10}",
5290
+ key: "{stroke.subtle}",
5291
+ },
5292
+ name: "bi-stroke-subtle",
5293
+ attributes: {
5294
+ category: "stroke",
5295
+ type: "subtle",
5296
+ },
5297
+ path: ["stroke", "subtle"],
5298
+ },
5299
+ default: {
5300
+ key: "{stroke.default}",
5301
+ $type: "color",
5302
+ $value: "#d5dde4",
5303
+ filePath: "tokens/System.Mode 1.tokens.json",
5304
+ isSource: true,
5305
+ original: {
5306
+ $type: "color",
5307
+ $value: "{neutral.15}",
5308
+ key: "{stroke.default}",
5309
+ },
5310
+ name: "bi-stroke-default",
5311
+ attributes: {
5312
+ category: "stroke",
5313
+ type: "default",
5314
+ },
5315
+ path: ["stroke", "default"],
5316
+ },
5317
+ strong: {
5318
+ key: "{stroke.strong}",
5319
+ $type: "color",
5320
+ $value: "#bac6d2",
5321
+ filePath: "tokens/System.Mode 1.tokens.json",
5322
+ isSource: true,
5323
+ original: {
5324
+ $type: "color",
5325
+ $value: "{neutral.25}",
5326
+ key: "{stroke.strong}",
5327
+ },
5328
+ name: "bi-stroke-strong",
5329
+ attributes: {
5330
+ category: "stroke",
5331
+ type: "strong",
5332
+ },
5333
+ path: ["stroke", "strong"],
5334
+ },
2889
5335
  },
2890
5336
  radius: {
2891
5337
  none: {
@@ -3201,43 +5647,43 @@ export default {
3201
5647
  },
3202
5648
  font: {
3203
5649
  family: {
3204
- Plain: {
3205
- key: "{font.family.Plain}",
5650
+ Brand: {
5651
+ key: "{font.family.Brand}",
3206
5652
  $type: "string",
3207
- $value: "'museo-sans', Arial, sans-serif",
5653
+ $value: "'museo-slab', serif",
3208
5654
  filePath: "tokens/System.Mode 1.tokens.json",
3209
5655
  isSource: true,
3210
5656
  original: {
3211
5657
  $type: "string",
3212
- $value: "Museo Sans",
3213
- key: "{font.family.Plain}",
5658
+ $value: "Museo Slab",
5659
+ key: "{font.family.Brand}",
3214
5660
  },
3215
- name: "bi-font-family-plain",
5661
+ name: "bi-font-family-brand",
3216
5662
  attributes: {
3217
5663
  category: "font",
3218
5664
  type: "family",
3219
- item: "Plain",
5665
+ item: "Brand",
3220
5666
  },
3221
- path: ["font", "family", "Plain"],
5667
+ path: ["font", "family", "Brand"],
3222
5668
  },
3223
- Brand: {
3224
- key: "{font.family.Brand}",
5669
+ Plain: {
5670
+ key: "{font.family.Plain}",
3225
5671
  $type: "string",
3226
- $value: "'museo-slab', serif",
5672
+ $value: "'museo-sans', Arial, sans-serif",
3227
5673
  filePath: "tokens/System.Mode 1.tokens.json",
3228
5674
  isSource: true,
3229
5675
  original: {
3230
5676
  $type: "string",
3231
- $value: "Museo Slab",
3232
- key: "{font.family.Brand}",
5677
+ $value: "Museo Sans",
5678
+ key: "{font.family.Plain}",
3233
5679
  },
3234
- name: "bi-font-family-brand",
5680
+ name: "bi-font-family-plain",
3235
5681
  attributes: {
3236
5682
  category: "font",
3237
5683
  type: "family",
3238
- item: "Brand",
5684
+ item: "Plain",
3239
5685
  },
3240
- path: ["font", "family", "Brand"],
5686
+ path: ["font", "family", "Plain"],
3241
5687
  },
3242
5688
  },
3243
5689
  weight: {
@@ -3357,8 +5803,8 @@ export default {
3357
5803
  },
3358
5804
  path: ["font", "color", "Accent"],
3359
5805
  },
3360
- Link: {
3361
- key: "{font.color.Link}",
5806
+ Strong_accent: {
5807
+ key: "{font.color.Strong_accent}",
3362
5808
  $type: "color",
3363
5809
  $value: "#0a64ff",
3364
5810
  filePath: "tokens/System.Mode 1.tokens.json",
@@ -3366,15 +5812,15 @@ export default {
3366
5812
  original: {
3367
5813
  $type: "color",
3368
5814
  $value: "{primary.50}",
3369
- key: "{font.color.Link}",
5815
+ key: "{font.color.Strong_accent}",
3370
5816
  },
3371
- name: "bi-font-color-link",
5817
+ name: "bi-font-color-strong-accent",
3372
5818
  attributes: {
3373
5819
  category: "font",
3374
5820
  type: "color",
3375
- item: "Link",
5821
+ item: "Strong_accent",
3376
5822
  },
3377
- path: ["font", "color", "Link"],
5823
+ path: ["font", "color", "Strong_accent"],
3378
5824
  },
3379
5825
  Primary_dark_background: {
3380
5826
  key: "{font.color.Primary_dark_background}",
@@ -3395,8 +5841,8 @@ export default {
3395
5841
  },
3396
5842
  path: ["font", "color", "Primary_dark_background"],
3397
5843
  },
3398
- Secondary_dark_background_2: {
3399
- key: "{font.color.Secondary_dark_background_2}",
5844
+ Secondary_dark_background: {
5845
+ key: "{font.color.Secondary_dark_background}",
3400
5846
  $type: "color",
3401
5847
  $value: "rgba(255, 255, 255, 0.7)",
3402
5848
  filePath: "tokens/System.Mode 1.tokens.json",
@@ -3404,15 +5850,15 @@ export default {
3404
5850
  original: {
3405
5851
  $type: "color",
3406
5852
  $value: "#ffffffb2",
3407
- key: "{font.color.Secondary_dark_background_2}",
5853
+ key: "{font.color.Secondary_dark_background}",
3408
5854
  },
3409
- name: "bi-font-color-secondary-dark-background-2",
5855
+ name: "bi-font-color-secondary-dark-background",
3410
5856
  attributes: {
3411
5857
  category: "font",
3412
5858
  type: "color",
3413
- item: "Secondary_dark_background_2",
5859
+ item: "Secondary_dark_background",
3414
5860
  },
3415
- path: ["font", "color", "Secondary_dark_background_2"],
5861
+ path: ["font", "color", "Secondary_dark_background"],
3416
5862
  },
3417
5863
  Disabled_dark_background: {
3418
5864
  key: "{font.color.Disabled_dark_background}",
@@ -3452,80 +5898,120 @@ export default {
3452
5898
  },
3453
5899
  path: ["font", "color", "Accent_dark_background"],
3454
5900
  },
3455
- },
3456
- },
3457
- states: {
3458
- "hover-dark": {
3459
- key: "{states.hover-dark}",
3460
- $type: "color",
3461
- $value: "rgba(38, 51, 63, 0.1)",
3462
- filePath: "tokens/System.Mode 1.tokens.json",
3463
- isSource: true,
3464
- original: {
5901
+ Strong_accent_dark_background: {
5902
+ key: "{font.color.Strong_accent_dark_background}",
3465
5903
  $type: "color",
3466
- $value: "#26333f1a",
3467
- key: "{states.hover-dark}",
3468
- },
3469
- name: "bi-states-hover-dark",
3470
- attributes: {
3471
- category: "states",
3472
- type: "hover-dark",
5904
+ $value: "#75a5f1",
5905
+ filePath: "tokens/System.Mode 1.tokens.json",
5906
+ isSource: true,
5907
+ original: {
5908
+ $type: "color",
5909
+ $value: "{primary.30}",
5910
+ key: "{font.color.Strong_accent_dark_background}",
5911
+ },
5912
+ name: "bi-font-color-strong-accent-dark-background",
5913
+ attributes: {
5914
+ category: "font",
5915
+ type: "color",
5916
+ item: "Strong_accent_dark_background",
5917
+ },
5918
+ path: ["font", "color", "Strong_accent_dark_background"],
3473
5919
  },
3474
- path: ["states", "hover-dark"],
3475
- },
3476
- "hover-light": {
3477
- key: "{states.hover-light}",
3478
- $type: "color",
3479
- $value: "rgba(255, 255, 255, 0.1)",
3480
- filePath: "tokens/System.Mode 1.tokens.json",
3481
- isSource: true,
3482
- original: {
5920
+ Primary_light_blue_background: {
5921
+ key: "{font.color.Primary_light_blue_background}",
3483
5922
  $type: "color",
3484
- $value: "#ffffff1a",
3485
- key: "{states.hover-light}",
3486
- },
3487
- name: "bi-states-hover-light",
3488
- attributes: {
3489
- category: "states",
3490
- type: "hover-light",
5923
+ $value: "#042f5b",
5924
+ filePath: "tokens/System.Mode 1.tokens.json",
5925
+ isSource: true,
5926
+ original: {
5927
+ $type: "color",
5928
+ $value: "{primary.90}",
5929
+ key: "{font.color.Primary_light_blue_background}",
5930
+ },
5931
+ name: "bi-font-color-primary-light-blue-background",
5932
+ attributes: {
5933
+ category: "font",
5934
+ type: "color",
5935
+ item: "Primary_light_blue_background",
5936
+ },
5937
+ path: ["font", "color", "Primary_light_blue_background"],
3491
5938
  },
3492
- path: ["states", "hover-light"],
3493
- },
3494
- "press-dark": {
3495
- key: "{states.press-dark}",
3496
- $type: "color",
3497
- $value: "rgba(38, 51, 63, 0.15)",
3498
- filePath: "tokens/System.Mode 1.tokens.json",
3499
- isSource: true,
3500
- original: {
5939
+ Secondary_light_blue_background: {
5940
+ key: "{font.color.Secondary_light_blue_background}",
3501
5941
  $type: "color",
3502
- $value: "#26333f26",
3503
- key: "{states.press-dark}",
5942
+ $value: "rgba(4, 47, 91, 0.7)",
5943
+ filePath: "tokens/System.Mode 1.tokens.json",
5944
+ isSource: true,
5945
+ original: {
5946
+ $type: "color",
5947
+ $value: "#042f5bb2",
5948
+ key: "{font.color.Secondary_light_blue_background}",
5949
+ },
5950
+ name: "bi-font-color-secondary-light-blue-background",
5951
+ attributes: {
5952
+ category: "font",
5953
+ type: "color",
5954
+ item: "Secondary_light_blue_background",
5955
+ },
5956
+ path: ["font", "color", "Secondary_light_blue_background"],
3504
5957
  },
3505
- name: "bi-states-press-dark",
3506
- attributes: {
3507
- category: "states",
3508
- type: "press-dark",
5958
+ Disabled_light_blue_background: {
5959
+ key: "{font.color.Disabled_light_blue_background}",
5960
+ $type: "color",
5961
+ $value: "rgba(4, 47, 91, 0.7)",
5962
+ filePath: "tokens/System.Mode 1.tokens.json",
5963
+ isSource: true,
5964
+ original: {
5965
+ $type: "color",
5966
+ $value: "#042f5bb2",
5967
+ key: "{font.color.Disabled_light_blue_background}",
5968
+ },
5969
+ name: "bi-font-color-disabled-light-blue-background",
5970
+ attributes: {
5971
+ category: "font",
5972
+ type: "color",
5973
+ item: "Disabled_light_blue_background",
5974
+ },
5975
+ path: ["font", "color", "Disabled_light_blue_background"],
3509
5976
  },
3510
- path: ["states", "press-dark"],
3511
- },
3512
- "press-light": {
3513
- key: "{states.press-light}",
3514
- $type: "color",
3515
- $value: "rgba(255, 255, 255, 0.15)",
3516
- filePath: "tokens/System.Mode 1.tokens.json",
3517
- isSource: true,
3518
- original: {
5977
+ Accent_light_blue_background: {
5978
+ key: "{font.color.Accent_light_blue_background}",
3519
5979
  $type: "color",
3520
- $value: "#ffffff26",
3521
- key: "{states.press-light}",
5980
+ $value: "#0c468f",
5981
+ filePath: "tokens/System.Mode 1.tokens.json",
5982
+ isSource: true,
5983
+ original: {
5984
+ $type: "color",
5985
+ $value: "{primary.75}",
5986
+ key: "{font.color.Accent_light_blue_background}",
5987
+ },
5988
+ name: "bi-font-color-accent-light-blue-background",
5989
+ attributes: {
5990
+ category: "font",
5991
+ type: "color",
5992
+ item: "Accent_light_blue_background",
5993
+ },
5994
+ path: ["font", "color", "Accent_light_blue_background"],
3522
5995
  },
3523
- name: "bi-states-press-light",
3524
- attributes: {
3525
- category: "states",
3526
- type: "press-light",
5996
+ Strong_accent_light_blue_background: {
5997
+ key: "{font.color.Strong_accent_light_blue_background}",
5998
+ $type: "color",
5999
+ $value: "#0a64ff",
6000
+ filePath: "tokens/System.Mode 1.tokens.json",
6001
+ isSource: true,
6002
+ original: {
6003
+ $type: "color",
6004
+ $value: "{primary.50}",
6005
+ key: "{font.color.Strong_accent_light_blue_background}",
6006
+ },
6007
+ name: "bi-font-color-strong-accent-light-blue-background",
6008
+ attributes: {
6009
+ category: "font",
6010
+ type: "color",
6011
+ item: "Strong_accent_light_blue_background",
6012
+ },
6013
+ path: ["font", "color", "Strong_accent_light_blue_background"],
3527
6014
  },
3528
- path: ["states", "press-light"],
3529
6015
  },
3530
6016
  },
3531
6017
  layout: {