@progress/kendo-theme-core 8.0.0-dev.1 → 8.0.0-dev.10

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.
@@ -2753,6 +2753,256 @@
2753
2753
  "name": "index.import.scss"
2754
2754
  }
2755
2755
  },
2756
+ {
2757
+ "description": "The none border radius used across the Components.\n",
2758
+ "commentRange": {
2759
+ "start": 1,
2760
+ "end": 2
2761
+ },
2762
+ "context": {
2763
+ "type": "variable",
2764
+ "name": "kendo-border-radius-none",
2765
+ "value": "k-map-get($kendo-spacing, 0)",
2766
+ "scope": "default",
2767
+ "line": {
2768
+ "start": 3,
2769
+ "end": 3
2770
+ }
2771
+ },
2772
+ "group": [
2773
+ "radii"
2774
+ ],
2775
+ "access": "public",
2776
+ "file": {
2777
+ "path": "border-radii/index.import.scss",
2778
+ "name": "index.import.scss"
2779
+ }
2780
+ },
2781
+ {
2782
+ "description": "The extra small border radius used across the Components.\n",
2783
+ "commentRange": {
2784
+ "start": 4,
2785
+ "end": 5
2786
+ },
2787
+ "context": {
2788
+ "type": "variable",
2789
+ "name": "kendo-border-radius-xs",
2790
+ "value": "k-map-get($kendo-spacing, 1px)",
2791
+ "scope": "default",
2792
+ "line": {
2793
+ "start": 6,
2794
+ "end": 6
2795
+ }
2796
+ },
2797
+ "group": [
2798
+ "radii"
2799
+ ],
2800
+ "access": "public",
2801
+ "file": {
2802
+ "path": "border-radii/index.import.scss",
2803
+ "name": "index.import.scss"
2804
+ }
2805
+ },
2806
+ {
2807
+ "description": "The small border radius used across the Components.\n",
2808
+ "commentRange": {
2809
+ "start": 7,
2810
+ "end": 8
2811
+ },
2812
+ "context": {
2813
+ "type": "variable",
2814
+ "name": "kendo-border-radius-sm",
2815
+ "value": "k-map-get($kendo-spacing, 0.5)",
2816
+ "scope": "default",
2817
+ "line": {
2818
+ "start": 9,
2819
+ "end": 9
2820
+ }
2821
+ },
2822
+ "group": [
2823
+ "radii"
2824
+ ],
2825
+ "access": "public",
2826
+ "file": {
2827
+ "path": "border-radii/index.import.scss",
2828
+ "name": "index.import.scss"
2829
+ }
2830
+ },
2831
+ {
2832
+ "description": "The medium border radius used across the Components.\n",
2833
+ "commentRange": {
2834
+ "start": 10,
2835
+ "end": 11
2836
+ },
2837
+ "context": {
2838
+ "type": "variable",
2839
+ "name": "kendo-border-radius-md",
2840
+ "value": "k-map-get($kendo-spacing, 1)",
2841
+ "scope": "default",
2842
+ "line": {
2843
+ "start": 12,
2844
+ "end": 12
2845
+ }
2846
+ },
2847
+ "group": [
2848
+ "radii"
2849
+ ],
2850
+ "access": "public",
2851
+ "file": {
2852
+ "path": "border-radii/index.import.scss",
2853
+ "name": "index.import.scss"
2854
+ }
2855
+ },
2856
+ {
2857
+ "description": "The large border radius used across the Components.\n",
2858
+ "commentRange": {
2859
+ "start": 13,
2860
+ "end": 14
2861
+ },
2862
+ "context": {
2863
+ "type": "variable",
2864
+ "name": "kendo-border-radius-lg",
2865
+ "value": "k-map-get($kendo-spacing, 1.5)",
2866
+ "scope": "default",
2867
+ "line": {
2868
+ "start": 15,
2869
+ "end": 15
2870
+ }
2871
+ },
2872
+ "group": [
2873
+ "radii"
2874
+ ],
2875
+ "access": "public",
2876
+ "file": {
2877
+ "path": "border-radii/index.import.scss",
2878
+ "name": "index.import.scss"
2879
+ }
2880
+ },
2881
+ {
2882
+ "description": "The extra large border radius used across the Components.\n",
2883
+ "commentRange": {
2884
+ "start": 16,
2885
+ "end": 17
2886
+ },
2887
+ "context": {
2888
+ "type": "variable",
2889
+ "name": "kendo-border-radius-xl",
2890
+ "value": "k-map-get($kendo-spacing, 2)",
2891
+ "scope": "default",
2892
+ "line": {
2893
+ "start": 18,
2894
+ "end": 18
2895
+ }
2896
+ },
2897
+ "group": [
2898
+ "radii"
2899
+ ],
2900
+ "access": "public",
2901
+ "file": {
2902
+ "path": "border-radii/index.import.scss",
2903
+ "name": "index.import.scss"
2904
+ }
2905
+ },
2906
+ {
2907
+ "description": "The third largest border radius used across the Components.\n",
2908
+ "commentRange": {
2909
+ "start": 19,
2910
+ "end": 20
2911
+ },
2912
+ "context": {
2913
+ "type": "variable",
2914
+ "name": "kendo-border-radius-xxl",
2915
+ "value": "k-map-get($kendo-spacing, 3)",
2916
+ "scope": "default",
2917
+ "line": {
2918
+ "start": 21,
2919
+ "end": 21
2920
+ }
2921
+ },
2922
+ "group": [
2923
+ "radii"
2924
+ ],
2925
+ "access": "public",
2926
+ "file": {
2927
+ "path": "border-radii/index.import.scss",
2928
+ "name": "index.import.scss"
2929
+ }
2930
+ },
2931
+ {
2932
+ "description": "The second largest border radius used across the Components.\n",
2933
+ "commentRange": {
2934
+ "start": 22,
2935
+ "end": 23
2936
+ },
2937
+ "context": {
2938
+ "type": "variable",
2939
+ "name": "kendo-border-radius-xxxl",
2940
+ "value": "k-map-get($kendo-spacing, 4)",
2941
+ "scope": "default",
2942
+ "line": {
2943
+ "start": 24,
2944
+ "end": 24
2945
+ }
2946
+ },
2947
+ "group": [
2948
+ "radii"
2949
+ ],
2950
+ "access": "public",
2951
+ "file": {
2952
+ "path": "border-radii/index.import.scss",
2953
+ "name": "index.import.scss"
2954
+ }
2955
+ },
2956
+ {
2957
+ "description": "The largest border radius used across the Components.\n",
2958
+ "commentRange": {
2959
+ "start": 25,
2960
+ "end": 26
2961
+ },
2962
+ "context": {
2963
+ "type": "variable",
2964
+ "name": "kendo-border-radius-full",
2965
+ "value": "9999px",
2966
+ "scope": "default",
2967
+ "line": {
2968
+ "start": 27,
2969
+ "end": 27
2970
+ }
2971
+ },
2972
+ "group": [
2973
+ "radii"
2974
+ ],
2975
+ "access": "public",
2976
+ "file": {
2977
+ "path": "border-radii/index.import.scss",
2978
+ "name": "index.import.scss"
2979
+ }
2980
+ },
2981
+ {
2982
+ "description": "The global radii Map.\n",
2983
+ "commentRange": {
2984
+ "start": 45,
2985
+ "end": 46
2986
+ },
2987
+ "context": {
2988
+ "type": "variable",
2989
+ "name": "kendo-border-radii",
2990
+ "value": "k-map-merge($_default-border-radii, $kendo-border-radii)",
2991
+ "scope": "private",
2992
+ "line": {
2993
+ "start": 47,
2994
+ "end": 47
2995
+ }
2996
+ },
2997
+ "group": [
2998
+ "radii"
2999
+ ],
3000
+ "access": "public",
3001
+ "file": {
3002
+ "path": "border-radii/index.import.scss",
3003
+ "name": "index.import.scss"
3004
+ }
3005
+ },
2756
3006
  {
2757
3007
  "description": "The global default Spacing map.\n",
2758
3008
  "commentRange": {
@@ -3003,11 +3253,36 @@
3003
3253
  "name": "index.import.scss"
3004
3254
  }
3005
3255
  },
3256
+ {
3257
+ "description": "The small line height across all components.\n",
3258
+ "commentRange": {
3259
+ "start": 31,
3260
+ "end": 32
3261
+ },
3262
+ "context": {
3263
+ "type": "variable",
3264
+ "name": "kendo-line-height-sm",
3265
+ "value": "1.25",
3266
+ "scope": "default",
3267
+ "line": {
3268
+ "start": 33,
3269
+ "end": 33
3270
+ }
3271
+ },
3272
+ "group": [
3273
+ "typography"
3274
+ ],
3275
+ "access": "public",
3276
+ "file": {
3277
+ "path": "typography/index.import.scss",
3278
+ "name": "index.import.scss"
3279
+ }
3280
+ },
3006
3281
  {
3007
3282
  "description": "The medium line height across all components.\n",
3008
3283
  "commentRange": {
3009
- "start": 33,
3010
- "end": 34
3284
+ "start": 34,
3285
+ "end": 35
3011
3286
  },
3012
3287
  "context": {
3013
3288
  "type": "variable",
@@ -3015,8 +3290,8 @@
3015
3290
  "value": "$kendo-line-height",
3016
3291
  "scope": "default",
3017
3292
  "line": {
3018
- "start": 35,
3019
- "end": 35
3293
+ "start": 36,
3294
+ "end": 36
3020
3295
  }
3021
3296
  },
3022
3297
  "group": [
@@ -3031,8 +3306,8 @@
3031
3306
  {
3032
3307
  "description": "The large line height across all components.\n",
3033
3308
  "commentRange": {
3034
- "start": 36,
3035
- "end": 37
3309
+ "start": 37,
3310
+ "end": 38
3036
3311
  },
3037
3312
  "context": {
3038
3313
  "type": "variable",
@@ -3040,8 +3315,8 @@
3040
3315
  "value": "1.5",
3041
3316
  "scope": "default",
3042
3317
  "line": {
3043
- "start": 38,
3044
- "end": 38
3318
+ "start": 39,
3319
+ "end": 39
3045
3320
  }
3046
3321
  },
3047
3322
  "group": [
@@ -3056,8 +3331,8 @@
3056
3331
  {
3057
3332
  "description": "The base line height in ems across all components.\n",
3058
3333
  "commentRange": {
3059
- "start": 39,
3060
- "end": 40
3334
+ "start": 40,
3335
+ "end": 41
3061
3336
  },
3062
3337
  "context": {
3063
3338
  "type": "variable",
@@ -3065,8 +3340,8 @@
3065
3340
  "value": "calc( #{$kendo-line-height-md} * 1em )",
3066
3341
  "scope": "default",
3067
3342
  "line": {
3068
- "start": 41,
3069
- "end": 41
3343
+ "start": 42,
3344
+ "end": 42
3070
3345
  }
3071
3346
  },
3072
3347
  "group": [
@@ -3081,8 +3356,8 @@
3081
3356
  {
3082
3357
  "description": "The base font weight across all components.\n",
3083
3358
  "commentRange": {
3084
- "start": 43,
3085
- "end": 44
3359
+ "start": 44,
3360
+ "end": 45
3086
3361
  },
3087
3362
  "context": {
3088
3363
  "type": "variable",
@@ -3090,8 +3365,8 @@
3090
3365
  "value": "400",
3091
3366
  "scope": "default",
3092
3367
  "line": {
3093
- "start": 45,
3094
- "end": 45
3368
+ "start": 46,
3369
+ "end": 46
3095
3370
  }
3096
3371
  },
3097
3372
  "group": [
@@ -3106,8 +3381,8 @@
3106
3381
  {
3107
3382
  "description": "The thin font weight across all components.\n",
3108
3383
  "commentRange": {
3109
- "start": 46,
3110
- "end": 47
3384
+ "start": 47,
3385
+ "end": 48
3111
3386
  },
3112
3387
  "context": {
3113
3388
  "type": "variable",
@@ -3115,8 +3390,8 @@
3115
3390
  "value": "100",
3116
3391
  "scope": "default",
3117
3392
  "line": {
3118
- "start": 48,
3119
- "end": 48
3393
+ "start": 49,
3394
+ "end": 49
3120
3395
  }
3121
3396
  },
3122
3397
  "group": [
@@ -3131,8 +3406,8 @@
3131
3406
  {
3132
3407
  "description": "The extra light font weight across all components.\n",
3133
3408
  "commentRange": {
3134
- "start": 49,
3135
- "end": 50
3409
+ "start": 50,
3410
+ "end": 51
3136
3411
  },
3137
3412
  "context": {
3138
3413
  "type": "variable",
@@ -3140,8 +3415,8 @@
3140
3415
  "value": "200",
3141
3416
  "scope": "default",
3142
3417
  "line": {
3143
- "start": 51,
3144
- "end": 51
3418
+ "start": 52,
3419
+ "end": 52
3145
3420
  }
3146
3421
  },
3147
3422
  "group": [
@@ -3156,8 +3431,8 @@
3156
3431
  {
3157
3432
  "description": "The light font weight across all components.\n",
3158
3433
  "commentRange": {
3159
- "start": 52,
3160
- "end": 53
3434
+ "start": 53,
3435
+ "end": 54
3161
3436
  },
3162
3437
  "context": {
3163
3438
  "type": "variable",
@@ -3165,8 +3440,8 @@
3165
3440
  "value": "300",
3166
3441
  "scope": "default",
3167
3442
  "line": {
3168
- "start": 54,
3169
- "end": 54
3443
+ "start": 55,
3444
+ "end": 55
3170
3445
  }
3171
3446
  },
3172
3447
  "group": [
@@ -3181,8 +3456,8 @@
3181
3456
  {
3182
3457
  "description": "The normal font weight across all components.\n",
3183
3458
  "commentRange": {
3184
- "start": 55,
3185
- "end": 56
3459
+ "start": 56,
3460
+ "end": 57
3186
3461
  },
3187
3462
  "context": {
3188
3463
  "type": "variable",
@@ -3190,8 +3465,8 @@
3190
3465
  "value": "$kendo-font-weight",
3191
3466
  "scope": "default",
3192
3467
  "line": {
3193
- "start": 57,
3194
- "end": 57
3468
+ "start": 58,
3469
+ "end": 58
3195
3470
  }
3196
3471
  },
3197
3472
  "group": [
@@ -3206,8 +3481,8 @@
3206
3481
  {
3207
3482
  "description": "The medium font weight across all components.\n",
3208
3483
  "commentRange": {
3209
- "start": 58,
3210
- "end": 59
3484
+ "start": 59,
3485
+ "end": 60
3211
3486
  },
3212
3487
  "context": {
3213
3488
  "type": "variable",
@@ -3215,8 +3490,8 @@
3215
3490
  "value": "500",
3216
3491
  "scope": "default",
3217
3492
  "line": {
3218
- "start": 60,
3219
- "end": 60
3493
+ "start": 61,
3494
+ "end": 61
3220
3495
  }
3221
3496
  },
3222
3497
  "group": [
@@ -3231,8 +3506,8 @@
3231
3506
  {
3232
3507
  "description": "The semibold font weight across all components.\n",
3233
3508
  "commentRange": {
3234
- "start": 61,
3235
- "end": 62
3509
+ "start": 62,
3510
+ "end": 63
3236
3511
  },
3237
3512
  "context": {
3238
3513
  "type": "variable",
@@ -3240,8 +3515,8 @@
3240
3515
  "value": "600",
3241
3516
  "scope": "default",
3242
3517
  "line": {
3243
- "start": 63,
3244
- "end": 63
3518
+ "start": 64,
3519
+ "end": 64
3245
3520
  }
3246
3521
  },
3247
3522
  "group": [
@@ -3256,8 +3531,8 @@
3256
3531
  {
3257
3532
  "description": "The bold font weight across all components.\n",
3258
3533
  "commentRange": {
3259
- "start": 64,
3260
- "end": 65
3534
+ "start": 65,
3535
+ "end": 66
3261
3536
  },
3262
3537
  "context": {
3263
3538
  "type": "variable",
@@ -3265,8 +3540,8 @@
3265
3540
  "value": "700",
3266
3541
  "scope": "default",
3267
3542
  "line": {
3268
- "start": 66,
3269
- "end": 66
3543
+ "start": 67,
3544
+ "end": 67
3270
3545
  }
3271
3546
  },
3272
3547
  "group": [
@@ -3281,8 +3556,8 @@
3281
3556
  {
3282
3557
  "description": "The extra bold font weight across all components.\n",
3283
3558
  "commentRange": {
3284
- "start": 67,
3285
- "end": 68
3559
+ "start": 68,
3560
+ "end": 69
3286
3561
  },
3287
3562
  "context": {
3288
3563
  "type": "variable",
@@ -3290,8 +3565,8 @@
3290
3565
  "value": "800",
3291
3566
  "scope": "default",
3292
3567
  "line": {
3293
- "start": 69,
3294
- "end": 69
3568
+ "start": 70,
3569
+ "end": 70
3295
3570
  }
3296
3571
  },
3297
3572
  "group": [
@@ -3306,8 +3581,8 @@
3306
3581
  {
3307
3582
  "description": "The most pronounced font weight across all components.\n",
3308
3583
  "commentRange": {
3309
- "start": 70,
3310
- "end": 71
3584
+ "start": 71,
3585
+ "end": 72
3311
3586
  },
3312
3587
  "context": {
3313
3588
  "type": "variable",
@@ -3315,8 +3590,8 @@
3315
3590
  "value": "900",
3316
3591
  "scope": "default",
3317
3592
  "line": {
3318
- "start": 72,
3319
- "end": 72
3593
+ "start": 73,
3594
+ "end": 73
3320
3595
  }
3321
3596
  },
3322
3597
  "group": [
@@ -3331,8 +3606,8 @@
3331
3606
  {
3332
3607
  "description": "The base letter spacing across all components.\n",
3333
3608
  "commentRange": {
3334
- "start": 74,
3335
- "end": 75
3609
+ "start": 75,
3610
+ "end": 76
3336
3611
  },
3337
3612
  "context": {
3338
3613
  "type": "variable",
@@ -3340,8 +3615,8 @@
3340
3615
  "value": "null",
3341
3616
  "scope": "default",
3342
3617
  "line": {
3343
- "start": 76,
3344
- "end": 76
3618
+ "start": 77,
3619
+ "end": 77
3345
3620
  }
3346
3621
  },
3347
3622
  "group": [
@@ -3356,8 +3631,8 @@
3356
3631
  {
3357
3632
  "description": "The tightest letter spacing across all components.\n",
3358
3633
  "commentRange": {
3359
- "start": 77,
3360
- "end": 78
3634
+ "start": 78,
3635
+ "end": 79
3361
3636
  },
3362
3637
  "context": {
3363
3638
  "type": "variable",
@@ -3365,8 +3640,8 @@
3365
3640
  "value": "-.15px",
3366
3641
  "scope": "default",
3367
3642
  "line": {
3368
- "start": 79,
3369
- "end": 79
3643
+ "start": 80,
3644
+ "end": 80
3370
3645
  }
3371
3646
  },
3372
3647
  "group": [
@@ -3381,8 +3656,8 @@
3381
3656
  {
3382
3657
  "description": "Slightly looser than the tighter letter spacing across all components.\n",
3383
3658
  "commentRange": {
3384
- "start": 80,
3385
- "end": 81
3659
+ "start": 81,
3660
+ "end": 82
3386
3661
  },
3387
3662
  "context": {
3388
3663
  "type": "variable",
@@ -3390,8 +3665,8 @@
3390
3665
  "value": "-.10px",
3391
3666
  "scope": "default",
3392
3667
  "line": {
3393
- "start": 82,
3394
- "end": 82
3668
+ "start": 83,
3669
+ "end": 83
3395
3670
  }
3396
3671
  },
3397
3672
  "group": [
@@ -3406,8 +3681,8 @@
3406
3681
  {
3407
3682
  "description": "Moderately tight letter spacing across all components.\n",
3408
3683
  "commentRange": {
3409
- "start": 83,
3410
- "end": 84
3684
+ "start": 84,
3685
+ "end": 85
3411
3686
  },
3412
3687
  "context": {
3413
3688
  "type": "variable",
@@ -3415,8 +3690,8 @@
3415
3690
  "value": "-.5px",
3416
3691
  "scope": "default",
3417
3692
  "line": {
3418
- "start": 85,
3419
- "end": 85
3693
+ "start": 86,
3694
+ "end": 86
3420
3695
  }
3421
3696
  },
3422
3697
  "group": [
@@ -3431,8 +3706,8 @@
3431
3706
  {
3432
3707
  "description": "The normal letter spacing across all components.\n",
3433
3708
  "commentRange": {
3434
- "start": 86,
3435
- "end": 87
3709
+ "start": 87,
3710
+ "end": 88
3436
3711
  },
3437
3712
  "context": {
3438
3713
  "type": "variable",
@@ -3440,8 +3715,8 @@
3440
3715
  "value": "0px",
3441
3716
  "scope": "default",
3442
3717
  "line": {
3443
- "start": 88,
3444
- "end": 88
3718
+ "start": 89,
3719
+ "end": 89
3445
3720
  }
3446
3721
  },
3447
3722
  "group": [
@@ -3456,8 +3731,8 @@
3456
3731
  {
3457
3732
  "description": "Wide letter spacing across all components.\n",
3458
3733
  "commentRange": {
3459
- "start": 89,
3460
- "end": 90
3734
+ "start": 90,
3735
+ "end": 91
3461
3736
  },
3462
3737
  "context": {
3463
3738
  "type": "variable",
@@ -3465,8 +3740,8 @@
3465
3740
  "value": ".5px",
3466
3741
  "scope": "default",
3467
3742
  "line": {
3468
- "start": 91,
3469
- "end": 91
3743
+ "start": 92,
3744
+ "end": 92
3470
3745
  }
3471
3746
  },
3472
3747
  "group": [
@@ -3481,8 +3756,8 @@
3481
3756
  {
3482
3757
  "description": "Slightly wider than the wide letter spacing across all components.\n",
3483
3758
  "commentRange": {
3484
- "start": 92,
3485
- "end": 93
3759
+ "start": 93,
3760
+ "end": 94
3486
3761
  },
3487
3762
  "context": {
3488
3763
  "type": "variable",
@@ -3490,8 +3765,8 @@
3490
3765
  "value": ".10px",
3491
3766
  "scope": "default",
3492
3767
  "line": {
3493
- "start": 94,
3494
- "end": 94
3768
+ "start": 95,
3769
+ "end": 95
3495
3770
  }
3496
3771
  },
3497
3772
  "group": [
@@ -3506,8 +3781,8 @@
3506
3781
  {
3507
3782
  "description": "The widest letter spacing across all components.\n",
3508
3783
  "commentRange": {
3509
- "start": 95,
3510
- "end": 96
3784
+ "start": 96,
3785
+ "end": 97
3511
3786
  },
3512
3787
  "context": {
3513
3788
  "type": "variable",
@@ -3515,8 +3790,8 @@
3515
3790
  "value": ".15px",
3516
3791
  "scope": "default",
3517
3792
  "line": {
3518
- "start": 97,
3519
- "end": 97
3793
+ "start": 98,
3794
+ "end": 98
3520
3795
  }
3521
3796
  },
3522
3797
  "group": [
@@ -3531,8 +3806,8 @@
3531
3806
  {
3532
3807
  "description": "The sans font family across all components.\n",
3533
3808
  "commentRange": {
3534
- "start": 99,
3535
- "end": 100
3809
+ "start": 100,
3810
+ "end": 101
3536
3811
  },
3537
3812
  "context": {
3538
3813
  "type": "variable",
@@ -3540,8 +3815,8 @@
3540
3815
  "value": "Arial, Verdana, Tahoma, \"Trebuchet MS\", Helvetica, Impact, Gill Sans",
3541
3816
  "scope": "default",
3542
3817
  "line": {
3543
- "start": 101,
3544
- "end": 101
3818
+ "start": 102,
3819
+ "end": 102
3545
3820
  }
3546
3821
  },
3547
3822
  "group": [
@@ -3556,8 +3831,8 @@
3556
3831
  {
3557
3832
  "description": "The serif font family across all components.\n",
3558
3833
  "commentRange": {
3559
- "start": 102,
3560
- "end": 103
3834
+ "start": 103,
3835
+ "end": 104
3561
3836
  },
3562
3837
  "context": {
3563
3838
  "type": "variable",
@@ -3565,8 +3840,8 @@
3565
3840
  "value": "\"Times New Roman\", Georgia, Garamond, Palatino, Baskerville",
3566
3841
  "scope": "default",
3567
3842
  "line": {
3568
- "start": 104,
3569
- "end": 104
3843
+ "start": 105,
3844
+ "end": 105
3570
3845
  }
3571
3846
  },
3572
3847
  "group": [
@@ -3581,8 +3856,8 @@
3581
3856
  {
3582
3857
  "description": "The sans-serif font family across all components.\n",
3583
3858
  "commentRange": {
3584
- "start": 105,
3585
- "end": 106
3859
+ "start": 106,
3860
+ "end": 107
3586
3861
  },
3587
3862
  "context": {
3588
3863
  "type": "variable",
@@ -3590,8 +3865,8 @@
3590
3865
  "value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
3591
3866
  "scope": "default",
3592
3867
  "line": {
3593
- "start": 107,
3594
- "end": 107
3868
+ "start": 108,
3869
+ "end": 108
3595
3870
  }
3596
3871
  },
3597
3872
  "group": [
@@ -3606,8 +3881,8 @@
3606
3881
  {
3607
3882
  "description": "The monospace font family across all components.\n",
3608
3883
  "commentRange": {
3609
- "start": 108,
3610
- "end": 109
3884
+ "start": 109,
3885
+ "end": 110
3611
3886
  },
3612
3887
  "context": {
3613
3888
  "type": "variable",
@@ -3615,8 +3890,8 @@
3615
3890
  "value": "SFMono-Regular, Menlo, Monaco, Consolas, \"Roboto Mono\", \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace",
3616
3891
  "scope": "default",
3617
3892
  "line": {
3618
- "start": 110,
3619
- "end": 110
3893
+ "start": 111,
3894
+ "end": 111
3620
3895
  }
3621
3896
  },
3622
3897
  "group": [
@@ -3631,8 +3906,8 @@
3631
3906
  {
3632
3907
  "description": "The base font family across all components.\n",
3633
3908
  "commentRange": {
3634
- "start": 112,
3635
- "end": 113
3909
+ "start": 113,
3910
+ "end": 114
3636
3911
  },
3637
3912
  "context": {
3638
3913
  "type": "variable",
@@ -3640,8 +3915,8 @@
3640
3915
  "value": "inherit",
3641
3916
  "scope": "default",
3642
3917
  "line": {
3643
- "start": 114,
3644
- "end": 114
3918
+ "start": 115,
3919
+ "end": 115
3645
3920
  }
3646
3921
  },
3647
3922
  "group": [
@@ -3656,8 +3931,8 @@
3656
3931
  {
3657
3932
  "description": "The font sizes map\n",
3658
3933
  "commentRange": {
3659
- "start": 161,
3660
- "end": 162
3934
+ "start": 162,
3935
+ "end": 163
3661
3936
  },
3662
3937
  "context": {
3663
3938
  "type": "variable",
@@ -3665,8 +3940,8 @@
3665
3940
  "value": "k-map-merge( $_default-font-sizes, $kendo-font-sizes )",
3666
3941
  "scope": "private",
3667
3942
  "line": {
3668
- "start": 163,
3669
- "end": 163
3943
+ "start": 164,
3944
+ "end": 164
3670
3945
  }
3671
3946
  },
3672
3947
  "group": [
@@ -3681,8 +3956,8 @@
3681
3956
  {
3682
3957
  "description": "The line heights map\n",
3683
3958
  "commentRange": {
3684
- "start": 167,
3685
- "end": 168
3959
+ "start": 168,
3960
+ "end": 169
3686
3961
  },
3687
3962
  "context": {
3688
3963
  "type": "variable",
@@ -3690,8 +3965,8 @@
3690
3965
  "value": "k-map-merge( $_default-line-heights, $kendo-line-heights )",
3691
3966
  "scope": "private",
3692
3967
  "line": {
3693
- "start": 169,
3694
- "end": 169
3968
+ "start": 170,
3969
+ "end": 170
3695
3970
  }
3696
3971
  },
3697
3972
  "group": [
@@ -3706,8 +3981,8 @@
3706
3981
  {
3707
3982
  "description": "The font weights map\n",
3708
3983
  "commentRange": {
3709
- "start": 173,
3710
- "end": 174
3984
+ "start": 174,
3985
+ "end": 175
3711
3986
  },
3712
3987
  "context": {
3713
3988
  "type": "variable",
@@ -3715,8 +3990,8 @@
3715
3990
  "value": "k-map-merge( $_default-font-weights, $kendo-font-weights )",
3716
3991
  "scope": "private",
3717
3992
  "line": {
3718
- "start": 175,
3719
- "end": 175
3993
+ "start": 176,
3994
+ "end": 176
3720
3995
  }
3721
3996
  },
3722
3997
  "group": [
@@ -3731,8 +4006,8 @@
3731
4006
  {
3732
4007
  "description": "The letter spacings map\n",
3733
4008
  "commentRange": {
3734
- "start": 179,
3735
- "end": 180
4009
+ "start": 180,
4010
+ "end": 181
3736
4011
  },
3737
4012
  "context": {
3738
4013
  "type": "variable",
@@ -3740,8 +4015,8 @@
3740
4015
  "value": "k-map-merge( $_default-letter-spacings, $kendo-letter-spacings )",
3741
4016
  "scope": "private",
3742
4017
  "line": {
3743
- "start": 181,
3744
- "end": 181
4018
+ "start": 182,
4019
+ "end": 182
3745
4020
  }
3746
4021
  },
3747
4022
  "group": [
@@ -3756,8 +4031,8 @@
3756
4031
  {
3757
4032
  "description": "The font families map\n",
3758
4033
  "commentRange": {
3759
- "start": 185,
3760
- "end": 186
4034
+ "start": 186,
4035
+ "end": 187
3761
4036
  },
3762
4037
  "context": {
3763
4038
  "type": "variable",
@@ -3765,8 +4040,8 @@
3765
4040
  "value": "k-map-merge( $_default-font-families, $kendo-font-families )",
3766
4041
  "scope": "private",
3767
4042
  "line": {
3768
- "start": 187,
3769
- "end": 187
4043
+ "start": 188,
4044
+ "end": 188
3770
4045
  }
3771
4046
  },
3772
4047
  "group": [
@@ -9477,30 +9752,5 @@
9477
9752
  "path": "styles/_accessibility.scss",
9478
9753
  "name": "_accessibility.scss"
9479
9754
  }
9480
- },
9481
- {
9482
- "description": "The small line height across all components.\n",
9483
- "commentRange": {
9484
- "start": 31,
9485
- "end": 31
9486
- },
9487
- "context": {
9488
- "type": "variable",
9489
- "name": "kendo-line-height-sm",
9490
- "value": "1.25",
9491
- "scope": "default",
9492
- "line": {
9493
- "start": 32,
9494
- "end": 32
9495
- }
9496
- },
9497
- "access": "public",
9498
- "group": [
9499
- "undefined"
9500
- ],
9501
- "file": {
9502
- "path": "typography/index.import.scss",
9503
- "name": "index.import.scss"
9504
- }
9505
9755
  }
9506
9756
  ]