@progress/kendo-theme-bootstrap 13.1.2-dev.0 → 13.2.0-dev.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.
Files changed (48) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/bootstrap-3-dark.css +1 -1
  3. package/dist/bootstrap-3-dark.scss +118 -118
  4. package/dist/bootstrap-3.css +1 -1
  5. package/dist/bootstrap-3.scss +106 -106
  6. package/dist/bootstrap-4-dark.css +1 -1
  7. package/dist/bootstrap-4-dark.scss +117 -117
  8. package/dist/bootstrap-4.css +1 -1
  9. package/dist/bootstrap-4.scss +105 -105
  10. package/dist/bootstrap-dataviz-v4.css +1 -1
  11. package/dist/bootstrap-dataviz-v4.scss +30 -30
  12. package/dist/bootstrap-main-dark.css +1 -1
  13. package/dist/bootstrap-main-dark.scss +147 -147
  14. package/dist/bootstrap-main.css +1 -1
  15. package/dist/bootstrap-nordic.css +1 -1
  16. package/dist/bootstrap-nordic.scss +105 -105
  17. package/dist/bootstrap-turquoise-dark.css +1 -1
  18. package/dist/bootstrap-turquoise-dark.scss +117 -117
  19. package/dist/bootstrap-turquoise.css +1 -1
  20. package/dist/bootstrap-turquoise.scss +105 -105
  21. package/dist/bootstrap-urban.css +1 -1
  22. package/dist/bootstrap-urban.scss +105 -105
  23. package/dist/bootstrap-vintage.css +1 -1
  24. package/dist/bootstrap-vintage.scss +105 -105
  25. package/dist/meta/sassdoc-data.json +2298 -3250
  26. package/dist/meta/sassdoc-raw-data.json +1083 -1346
  27. package/dist/meta/variables.json +480 -757
  28. package/lib/swatches/bootstrap-3-dark.json +124 -124
  29. package/lib/swatches/bootstrap-3.json +112 -112
  30. package/lib/swatches/bootstrap-4-dark.json +123 -123
  31. package/lib/swatches/bootstrap-4.json +111 -111
  32. package/lib/swatches/bootstrap-dataviz-v4.json +36 -36
  33. package/lib/swatches/bootstrap-main-dark.json +153 -153
  34. package/lib/swatches/bootstrap-main.json +6 -6
  35. package/lib/swatches/bootstrap-nordic.json +111 -111
  36. package/lib/swatches/bootstrap-turquoise-dark.json +123 -123
  37. package/lib/swatches/bootstrap-turquoise.json +111 -111
  38. package/lib/swatches/bootstrap-urban.json +111 -111
  39. package/lib/swatches/bootstrap-vintage.json +111 -111
  40. package/package.json +4 -4
  41. package/scss/button/_variables.scss +20 -0
  42. package/scss/core/_index.scss +7 -0
  43. package/scss/core/border-radii/index.scss +11 -12
  44. package/scss/core/color-system/_swatch.scss +177 -158
  45. package/scss/core/spacing/index.scss +36 -38
  46. package/scss/core/typography/index.scss +74 -3
  47. package/scss/dataviz/_variables.scss +1 -1
  48. package/scss/core/color-system/_palettes.scss +0 -195
@@ -6548,15 +6548,15 @@
6548
6548
  }
6549
6549
  },
6550
6550
  {
6551
- "description": "The horizontal padding of the small Button.\n",
6551
+ "description": "The horizontal padding of the xsmall Button.\n",
6552
6552
  "commentRange": {
6553
6553
  "start": 32,
6554
6554
  "end": 33
6555
6555
  },
6556
6556
  "context": {
6557
6557
  "type": "variable",
6558
- "name": "kendo-button-sm-padding-x",
6559
- "value": "k-spacing(2)",
6558
+ "name": "kendo-button-xs-padding-x",
6559
+ "value": "k-spacing(0.5)",
6560
6560
  "scope": "default",
6561
6561
  "line": {
6562
6562
  "start": 34,
@@ -6573,15 +6573,15 @@
6573
6573
  }
6574
6574
  },
6575
6575
  {
6576
- "description": "The horizontal padding of the medium Button.\n",
6576
+ "description": "The horizontal padding of the small Button.\n",
6577
6577
  "commentRange": {
6578
6578
  "start": 35,
6579
6579
  "end": 36
6580
6580
  },
6581
6581
  "context": {
6582
6582
  "type": "variable",
6583
- "name": "kendo-button-md-padding-x",
6584
- "value": "k-spacing(3)",
6583
+ "name": "kendo-button-sm-padding-x",
6584
+ "value": "k-spacing(2)",
6585
6585
  "scope": "default",
6586
6586
  "line": {
6587
6587
  "start": 37,
@@ -6598,15 +6598,15 @@
6598
6598
  }
6599
6599
  },
6600
6600
  {
6601
- "description": "The horizontal padding of the large Button.\n",
6601
+ "description": "The horizontal padding of the medium Button.\n",
6602
6602
  "commentRange": {
6603
6603
  "start": 38,
6604
6604
  "end": 39
6605
6605
  },
6606
6606
  "context": {
6607
6607
  "type": "variable",
6608
- "name": "kendo-button-lg-padding-x",
6609
- "value": "k-spacing(4)",
6608
+ "name": "kendo-button-md-padding-x",
6609
+ "value": "k-spacing(3)",
6610
6610
  "scope": "default",
6611
6611
  "line": {
6612
6612
  "start": 40,
@@ -6622,11 +6622,61 @@
6622
6622
  "name": "_variables.scss"
6623
6623
  }
6624
6624
  },
6625
+ {
6626
+ "description": "The horizontal padding of the large Button.\n",
6627
+ "commentRange": {
6628
+ "start": 41,
6629
+ "end": 42
6630
+ },
6631
+ "context": {
6632
+ "type": "variable",
6633
+ "name": "kendo-button-lg-padding-x",
6634
+ "value": "k-spacing(4)",
6635
+ "scope": "default",
6636
+ "line": {
6637
+ "start": 43,
6638
+ "end": 43
6639
+ }
6640
+ },
6641
+ "group": [
6642
+ "button"
6643
+ ],
6644
+ "access": "public",
6645
+ "file": {
6646
+ "path": "button/_variables.scss",
6647
+ "name": "_variables.scss"
6648
+ }
6649
+ },
6650
+ {
6651
+ "description": "The vertical padding of the xsmall Button.\n",
6652
+ "commentRange": {
6653
+ "start": 45,
6654
+ "end": 46
6655
+ },
6656
+ "context": {
6657
+ "type": "variable",
6658
+ "name": "kendo-button-xs-padding-y",
6659
+ "value": "k-spacing(1px)",
6660
+ "scope": "default",
6661
+ "line": {
6662
+ "start": 47,
6663
+ "end": 47
6664
+ }
6665
+ },
6666
+ "group": [
6667
+ "button"
6668
+ ],
6669
+ "access": "public",
6670
+ "file": {
6671
+ "path": "button/_variables.scss",
6672
+ "name": "_variables.scss"
6673
+ }
6674
+ },
6625
6675
  {
6626
6676
  "description": "The vertical padding of the small Button.\n",
6627
6677
  "commentRange": {
6628
- "start": 42,
6629
- "end": 43
6678
+ "start": 48,
6679
+ "end": 49
6630
6680
  },
6631
6681
  "context": {
6632
6682
  "type": "variable",
@@ -6634,8 +6684,8 @@
6634
6684
  "value": "k-spacing(1)",
6635
6685
  "scope": "default",
6636
6686
  "line": {
6637
- "start": 44,
6638
- "end": 44
6687
+ "start": 50,
6688
+ "end": 50
6639
6689
  }
6640
6690
  },
6641
6691
  "group": [
@@ -6650,8 +6700,8 @@
6650
6700
  {
6651
6701
  "description": "The vertical padding of the medium Button.\n",
6652
6702
  "commentRange": {
6653
- "start": 45,
6654
- "end": 46
6703
+ "start": 51,
6704
+ "end": 52
6655
6705
  },
6656
6706
  "context": {
6657
6707
  "type": "variable",
@@ -6659,8 +6709,8 @@
6659
6709
  "value": "k-spacing(1.5)",
6660
6710
  "scope": "default",
6661
6711
  "line": {
6662
- "start": 47,
6663
- "end": 47
6712
+ "start": 53,
6713
+ "end": 53
6664
6714
  }
6665
6715
  },
6666
6716
  "group": [
@@ -6675,8 +6725,8 @@
6675
6725
  {
6676
6726
  "description": "The vertical padding of the large Button.\n",
6677
6727
  "commentRange": {
6678
- "start": 48,
6679
- "end": 49
6728
+ "start": 54,
6729
+ "end": 55
6680
6730
  },
6681
6731
  "context": {
6682
6732
  "type": "variable",
@@ -6684,8 +6734,8 @@
6684
6734
  "value": "k-spacing(2)",
6685
6735
  "scope": "default",
6686
6736
  "line": {
6687
- "start": 50,
6688
- "end": 50
6737
+ "start": 56,
6738
+ "end": 56
6689
6739
  }
6690
6740
  },
6691
6741
  "group": [
@@ -6700,8 +6750,8 @@
6700
6750
  {
6701
6751
  "description": "The font family of the Button.\n",
6702
6752
  "commentRange": {
6703
- "start": 52,
6704
- "end": 53
6753
+ "start": 58,
6754
+ "end": 59
6705
6755
  },
6706
6756
  "context": {
6707
6757
  "type": "variable",
@@ -6709,8 +6759,8 @@
6709
6759
  "value": "var(--kendo-font-family)",
6710
6760
  "scope": "default",
6711
6761
  "line": {
6712
- "start": 54,
6713
- "end": 54
6762
+ "start": 60,
6763
+ "end": 60
6714
6764
  }
6715
6765
  },
6716
6766
  "group": [
@@ -6725,8 +6775,8 @@
6725
6775
  {
6726
6776
  "description": "The font weight of the Button.\n",
6727
6777
  "commentRange": {
6728
- "start": 55,
6729
- "end": 56
6778
+ "start": 61,
6779
+ "end": 62
6730
6780
  },
6731
6781
  "context": {
6732
6782
  "type": "variable",
@@ -6734,8 +6784,8 @@
6734
6784
  "value": "var(--kendo-font-weight-normal)",
6735
6785
  "scope": "default",
6736
6786
  "line": {
6737
- "start": 57,
6738
- "end": 57
6787
+ "start": 63,
6788
+ "end": 63
6739
6789
  }
6740
6790
  },
6741
6791
  "group": [
@@ -6750,8 +6800,8 @@
6750
6800
  {
6751
6801
  "description": "The font size of the Button.\n",
6752
6802
  "commentRange": {
6753
- "start": 59,
6754
- "end": 60
6803
+ "start": 65,
6804
+ "end": 66
6755
6805
  },
6756
6806
  "context": {
6757
6807
  "type": "variable",
@@ -6759,8 +6809,33 @@
6759
6809
  "value": "$kendo-font-size",
6760
6810
  "scope": "default",
6761
6811
  "line": {
6762
- "start": 61,
6763
- "end": 61
6812
+ "start": 67,
6813
+ "end": 67
6814
+ }
6815
+ },
6816
+ "group": [
6817
+ "button"
6818
+ ],
6819
+ "access": "public",
6820
+ "file": {
6821
+ "path": "button/_variables.scss",
6822
+ "name": "_variables.scss"
6823
+ }
6824
+ },
6825
+ {
6826
+ "description": "The font size of the xsmall Button.\n",
6827
+ "commentRange": {
6828
+ "start": 68,
6829
+ "end": 69
6830
+ },
6831
+ "context": {
6832
+ "type": "variable",
6833
+ "name": "kendo-button-xs-font-size",
6834
+ "value": "var(--kendo-font-size-sm)",
6835
+ "scope": "default",
6836
+ "line": {
6837
+ "start": 70,
6838
+ "end": 70
6764
6839
  }
6765
6840
  },
6766
6841
  "group": [
@@ -6775,8 +6850,8 @@
6775
6850
  {
6776
6851
  "description": "The font size of the small Button.\n",
6777
6852
  "commentRange": {
6778
- "start": 62,
6779
- "end": 63
6853
+ "start": 71,
6854
+ "end": 72
6780
6855
  },
6781
6856
  "context": {
6782
6857
  "type": "variable",
@@ -6784,8 +6859,8 @@
6784
6859
  "value": "var(--kendo-font-size-sm)",
6785
6860
  "scope": "default",
6786
6861
  "line": {
6787
- "start": 64,
6788
- "end": 64
6862
+ "start": 73,
6863
+ "end": 73
6789
6864
  }
6790
6865
  },
6791
6866
  "group": [
@@ -6800,8 +6875,8 @@
6800
6875
  {
6801
6876
  "description": "The font size of the medium Button.\n",
6802
6877
  "commentRange": {
6803
- "start": 65,
6804
- "end": 66
6878
+ "start": 74,
6879
+ "end": 75
6805
6880
  },
6806
6881
  "context": {
6807
6882
  "type": "variable",
@@ -6809,8 +6884,8 @@
6809
6884
  "value": "var(--kendo-font-size)",
6810
6885
  "scope": "default",
6811
6886
  "line": {
6812
- "start": 67,
6813
- "end": 67
6887
+ "start": 76,
6888
+ "end": 76
6814
6889
  }
6815
6890
  },
6816
6891
  "group": [
@@ -6825,8 +6900,8 @@
6825
6900
  {
6826
6901
  "description": "The font size of the large Button.\n",
6827
6902
  "commentRange": {
6828
- "start": 68,
6829
- "end": 69
6903
+ "start": 77,
6904
+ "end": 78
6830
6905
  },
6831
6906
  "context": {
6832
6907
  "type": "variable",
@@ -6834,8 +6909,8 @@
6834
6909
  "value": "var(--kendo-font-size-lg)",
6835
6910
  "scope": "default",
6836
6911
  "line": {
6837
- "start": 70,
6838
- "end": 70
6912
+ "start": 79,
6913
+ "end": 79
6839
6914
  }
6840
6915
  },
6841
6916
  "group": [
@@ -6850,8 +6925,8 @@
6850
6925
  {
6851
6926
  "description": "The line height used along with the $kendo-font-size variable.\n",
6852
6927
  "commentRange": {
6853
- "start": 72,
6854
- "end": 73
6928
+ "start": 81,
6929
+ "end": 82
6855
6930
  },
6856
6931
  "context": {
6857
6932
  "type": "variable",
@@ -6859,8 +6934,33 @@
6859
6934
  "value": "$kendo-line-height",
6860
6935
  "scope": "default",
6861
6936
  "line": {
6862
- "start": 74,
6863
- "end": 74
6937
+ "start": 83,
6938
+ "end": 83
6939
+ }
6940
+ },
6941
+ "group": [
6942
+ "button"
6943
+ ],
6944
+ "access": "public",
6945
+ "file": {
6946
+ "path": "button/_variables.scss",
6947
+ "name": "_variables.scss"
6948
+ }
6949
+ },
6950
+ {
6951
+ "description": "The line height used along with the $kendo-font-size variable of the xsmall Button.\n",
6952
+ "commentRange": {
6953
+ "start": 84,
6954
+ "end": 85
6955
+ },
6956
+ "context": {
6957
+ "type": "variable",
6958
+ "name": "kendo-button-xs-line-height",
6959
+ "value": "math.div( 20, 14 )",
6960
+ "scope": "default",
6961
+ "line": {
6962
+ "start": 86,
6963
+ "end": 86
6864
6964
  }
6865
6965
  },
6866
6966
  "group": [
@@ -6875,8 +6975,8 @@
6875
6975
  {
6876
6976
  "description": "The line height used along with the $kendo-font-size variable of the small Button.\n",
6877
6977
  "commentRange": {
6878
- "start": 75,
6879
- "end": 76
6978
+ "start": 87,
6979
+ "end": 88
6880
6980
  },
6881
6981
  "context": {
6882
6982
  "type": "variable",
@@ -6884,8 +6984,8 @@
6884
6984
  "value": "math.div( 20, 14 )",
6885
6985
  "scope": "default",
6886
6986
  "line": {
6887
- "start": 77,
6888
- "end": 77
6987
+ "start": 89,
6988
+ "end": 89
6889
6989
  }
6890
6990
  },
6891
6991
  "group": [
@@ -6900,8 +7000,8 @@
6900
7000
  {
6901
7001
  "description": "The line height used along with the $kendo-font-size variable of the medium Button.\n",
6902
7002
  "commentRange": {
6903
- "start": 78,
6904
- "end": 79
7003
+ "start": 90,
7004
+ "end": 91
6905
7005
  },
6906
7006
  "context": {
6907
7007
  "type": "variable",
@@ -6909,8 +7009,8 @@
6909
7009
  "value": "var(--kendo-line-height)",
6910
7010
  "scope": "default",
6911
7011
  "line": {
6912
- "start": 80,
6913
- "end": 80
7012
+ "start": 92,
7013
+ "end": 92
6914
7014
  }
6915
7015
  },
6916
7016
  "group": [
@@ -6925,8 +7025,8 @@
6925
7025
  {
6926
7026
  "description": "The line height used along with the $kendo-font-size variable of the large Button.\n",
6927
7027
  "commentRange": {
6928
- "start": 81,
6929
- "end": 82
7028
+ "start": 93,
7029
+ "end": 94
6930
7030
  },
6931
7031
  "context": {
6932
7032
  "type": "variable",
@@ -6934,8 +7034,8 @@
6934
7034
  "value": "var(--kendo-line-height)",
6935
7035
  "scope": "default",
6936
7036
  "line": {
6937
- "start": 83,
6938
- "end": 83
7037
+ "start": 95,
7038
+ "end": 95
6939
7039
  }
6940
7040
  },
6941
7041
  "group": [
@@ -6950,8 +7050,8 @@
6950
7050
  {
6951
7051
  "description": "The base background of the Button.\n",
6952
7052
  "commentRange": {
6953
- "start": 94,
6954
- "end": 95
7053
+ "start": 108,
7054
+ "end": 109
6955
7055
  },
6956
7056
  "context": {
6957
7057
  "type": "variable",
@@ -6959,8 +7059,8 @@
6959
7059
  "value": "k-color(base)",
6960
7060
  "scope": "default",
6961
7061
  "line": {
6962
- "start": 96,
6963
- "end": 96
7062
+ "start": 110,
7063
+ "end": 110
6964
7064
  }
6965
7065
  },
6966
7066
  "group": [
@@ -6975,8 +7075,8 @@
6975
7075
  {
6976
7076
  "description": "The base text color of the Button.\n",
6977
7077
  "commentRange": {
6978
- "start": 97,
6979
- "end": 98
7078
+ "start": 111,
7079
+ "end": 112
6980
7080
  },
6981
7081
  "context": {
6982
7082
  "type": "variable",
@@ -6984,8 +7084,8 @@
6984
7084
  "value": "k-color(on-base)",
6985
7085
  "scope": "default",
6986
7086
  "line": {
6987
- "start": 99,
6988
- "end": 99
7087
+ "start": 113,
7088
+ "end": 113
6989
7089
  }
6990
7090
  },
6991
7091
  "group": [
@@ -7000,8 +7100,8 @@
7000
7100
  {
7001
7101
  "description": "The base border color of the Button.\n",
7002
7102
  "commentRange": {
7003
- "start": 100,
7004
- "end": 101
7103
+ "start": 114,
7104
+ "end": 115
7005
7105
  },
7006
7106
  "context": {
7007
7107
  "type": "variable",
@@ -7009,8 +7109,8 @@
7009
7109
  "value": "$kendo-button-bg",
7010
7110
  "scope": "default",
7011
7111
  "line": {
7012
- "start": 102,
7013
- "end": 102
7112
+ "start": 116,
7113
+ "end": 116
7014
7114
  }
7015
7115
  },
7016
7116
  "group": [
@@ -7025,8 +7125,8 @@
7025
7125
  {
7026
7126
  "description": "The base background gradient of the Button.\n",
7027
7127
  "commentRange": {
7028
- "start": 103,
7029
- "end": 104
7128
+ "start": 117,
7129
+ "end": 118
7030
7130
  },
7031
7131
  "context": {
7032
7132
  "type": "variable",
@@ -7034,8 +7134,8 @@
7034
7134
  "value": "none",
7035
7135
  "scope": "default",
7036
7136
  "line": {
7037
- "start": 105,
7038
- "end": 105
7137
+ "start": 119,
7138
+ "end": 119
7039
7139
  }
7040
7140
  },
7041
7141
  "group": [
@@ -7050,8 +7150,8 @@
7050
7150
  {
7051
7151
  "description": "The base shadow of the Button.\n",
7052
7152
  "commentRange": {
7053
- "start": 106,
7054
- "end": 107
7153
+ "start": 120,
7154
+ "end": 121
7055
7155
  },
7056
7156
  "context": {
7057
7157
  "type": "variable",
@@ -7059,8 +7159,8 @@
7059
7159
  "value": "null",
7060
7160
  "scope": "default",
7061
7161
  "line": {
7062
- "start": 108,
7063
- "end": 108
7162
+ "start": 122,
7163
+ "end": 122
7064
7164
  }
7065
7165
  },
7066
7166
  "group": [
@@ -7075,8 +7175,8 @@
7075
7175
  {
7076
7176
  "description": "The base background of the hovered Button.\n",
7077
7177
  "commentRange": {
7078
- "start": 110,
7079
- "end": 111
7178
+ "start": 124,
7179
+ "end": 125
7080
7180
  },
7081
7181
  "context": {
7082
7182
  "type": "variable",
@@ -7084,8 +7184,8 @@
7084
7184
  "value": "k-color(base-hover)",
7085
7185
  "scope": "default",
7086
7186
  "line": {
7087
- "start": 112,
7088
- "end": 112
7187
+ "start": 126,
7188
+ "end": 126
7089
7189
  }
7090
7190
  },
7091
7191
  "group": [
@@ -7100,8 +7200,8 @@
7100
7200
  {
7101
7201
  "description": "The base text color of the hovered Button.\n",
7102
7202
  "commentRange": {
7103
- "start": 113,
7104
- "end": 114
7203
+ "start": 127,
7204
+ "end": 128
7105
7205
  },
7106
7206
  "context": {
7107
7207
  "type": "variable",
@@ -7109,8 +7209,8 @@
7109
7209
  "value": "null",
7110
7210
  "scope": "default",
7111
7211
  "line": {
7112
- "start": 115,
7113
- "end": 115
7212
+ "start": 129,
7213
+ "end": 129
7114
7214
  }
7115
7215
  },
7116
7216
  "group": [
@@ -7125,8 +7225,8 @@
7125
7225
  {
7126
7226
  "description": "The base border color of the hovered Button.\n",
7127
7227
  "commentRange": {
7128
- "start": 116,
7129
- "end": 117
7228
+ "start": 130,
7229
+ "end": 131
7130
7230
  },
7131
7231
  "context": {
7132
7232
  "type": "variable",
@@ -7134,8 +7234,8 @@
7134
7234
  "value": "k-color(base-hover)",
7135
7235
  "scope": "default",
7136
7236
  "line": {
7137
- "start": 118,
7138
- "end": 118
7237
+ "start": 132,
7238
+ "end": 132
7139
7239
  }
7140
7240
  },
7141
7241
  "group": [
@@ -7150,8 +7250,8 @@
7150
7250
  {
7151
7251
  "description": "The base background gradient of the hovered Button.\n",
7152
7252
  "commentRange": {
7153
- "start": 119,
7154
- "end": 120
7253
+ "start": 133,
7254
+ "end": 134
7155
7255
  },
7156
7256
  "context": {
7157
7257
  "type": "variable",
@@ -7159,8 +7259,8 @@
7159
7259
  "value": "none",
7160
7260
  "scope": "default",
7161
7261
  "line": {
7162
- "start": 121,
7163
- "end": 121
7262
+ "start": 135,
7263
+ "end": 135
7164
7264
  }
7165
7265
  },
7166
7266
  "group": [
@@ -7175,8 +7275,8 @@
7175
7275
  {
7176
7276
  "description": "The base shadow of the hovered Button.\n",
7177
7277
  "commentRange": {
7178
- "start": 122,
7179
- "end": 123
7278
+ "start": 136,
7279
+ "end": 137
7180
7280
  },
7181
7281
  "context": {
7182
7282
  "type": "variable",
@@ -7184,8 +7284,8 @@
7184
7284
  "value": "null",
7185
7285
  "scope": "default",
7186
7286
  "line": {
7187
- "start": 124,
7188
- "end": 124
7287
+ "start": 138,
7288
+ "end": 138
7189
7289
  }
7190
7290
  },
7191
7291
  "group": [
@@ -7200,8 +7300,8 @@
7200
7300
  {
7201
7301
  "description": "The base background color of the active Button.\n",
7202
7302
  "commentRange": {
7203
- "start": 126,
7204
- "end": 127
7303
+ "start": 140,
7304
+ "end": 141
7205
7305
  },
7206
7306
  "context": {
7207
7307
  "type": "variable",
@@ -7209,8 +7309,8 @@
7209
7309
  "value": "k-color(base-active)",
7210
7310
  "scope": "default",
7211
7311
  "line": {
7212
- "start": 128,
7213
- "end": 128
7312
+ "start": 142,
7313
+ "end": 142
7214
7314
  }
7215
7315
  },
7216
7316
  "group": [
@@ -7225,8 +7325,8 @@
7225
7325
  {
7226
7326
  "description": "The base text color of the active Button.\n",
7227
7327
  "commentRange": {
7228
- "start": 129,
7229
- "end": 130
7328
+ "start": 143,
7329
+ "end": 144
7230
7330
  },
7231
7331
  "context": {
7232
7332
  "type": "variable",
@@ -7234,8 +7334,8 @@
7234
7334
  "value": "null",
7235
7335
  "scope": "default",
7236
7336
  "line": {
7237
- "start": 131,
7238
- "end": 131
7337
+ "start": 145,
7338
+ "end": 145
7239
7339
  }
7240
7340
  },
7241
7341
  "group": [
@@ -7250,8 +7350,8 @@
7250
7350
  {
7251
7351
  "description": "The base border color of the active Button.\n",
7252
7352
  "commentRange": {
7253
- "start": 132,
7254
- "end": 133
7353
+ "start": 146,
7354
+ "end": 147
7255
7355
  },
7256
7356
  "context": {
7257
7357
  "type": "variable",
@@ -7259,8 +7359,8 @@
7259
7359
  "value": "k-color(base-active)",
7260
7360
  "scope": "default",
7261
7361
  "line": {
7262
- "start": 134,
7263
- "end": 134
7362
+ "start": 148,
7363
+ "end": 148
7264
7364
  }
7265
7365
  },
7266
7366
  "group": [
@@ -7275,8 +7375,8 @@
7275
7375
  {
7276
7376
  "description": "The base background gradient of the active Button.\n",
7277
7377
  "commentRange": {
7278
- "start": 135,
7279
- "end": 136
7378
+ "start": 149,
7379
+ "end": 150
7280
7380
  },
7281
7381
  "context": {
7282
7382
  "type": "variable",
@@ -7284,8 +7384,8 @@
7284
7384
  "value": "null",
7285
7385
  "scope": "default",
7286
7386
  "line": {
7287
- "start": 137,
7288
- "end": 137
7387
+ "start": 151,
7388
+ "end": 151
7289
7389
  }
7290
7390
  },
7291
7391
  "group": [
@@ -7300,8 +7400,8 @@
7300
7400
  {
7301
7401
  "description": "The base shadow of the active Button.\n",
7302
7402
  "commentRange": {
7303
- "start": 138,
7304
- "end": 139
7403
+ "start": 152,
7404
+ "end": 153
7305
7405
  },
7306
7406
  "context": {
7307
7407
  "type": "variable",
@@ -7309,8 +7409,8 @@
7309
7409
  "value": "null",
7310
7410
  "scope": "default",
7311
7411
  "line": {
7312
- "start": 140,
7313
- "end": 140
7412
+ "start": 154,
7413
+ "end": 154
7314
7414
  }
7315
7415
  },
7316
7416
  "group": [
@@ -7325,8 +7425,8 @@
7325
7425
  {
7326
7426
  "description": "The base background color of the selected Button.\n",
7327
7427
  "commentRange": {
7328
- "start": 142,
7329
- "end": 143
7428
+ "start": 156,
7429
+ "end": 157
7330
7430
  },
7331
7431
  "context": {
7332
7432
  "type": "variable",
@@ -7334,8 +7434,8 @@
7334
7434
  "value": "k-color(primary-active)",
7335
7435
  "scope": "default",
7336
7436
  "line": {
7337
- "start": 144,
7338
- "end": 144
7437
+ "start": 158,
7438
+ "end": 158
7339
7439
  }
7340
7440
  },
7341
7441
  "group": [
@@ -7350,8 +7450,8 @@
7350
7450
  {
7351
7451
  "description": "The text color of the selected Button.\n",
7352
7452
  "commentRange": {
7353
- "start": 145,
7354
- "end": 146
7453
+ "start": 159,
7454
+ "end": 160
7355
7455
  },
7356
7456
  "context": {
7357
7457
  "type": "variable",
@@ -7359,8 +7459,8 @@
7359
7459
  "value": "k-color(on-primary)",
7360
7460
  "scope": "default",
7361
7461
  "line": {
7362
- "start": 147,
7363
- "end": 147
7462
+ "start": 161,
7463
+ "end": 161
7364
7464
  }
7365
7465
  },
7366
7466
  "group": [
@@ -7375,8 +7475,8 @@
7375
7475
  {
7376
7476
  "description": "The border color of the selected Button.\n",
7377
7477
  "commentRange": {
7378
- "start": 148,
7379
- "end": 149
7478
+ "start": 162,
7479
+ "end": 163
7380
7480
  },
7381
7481
  "context": {
7382
7482
  "type": "variable",
@@ -7384,8 +7484,8 @@
7384
7484
  "value": "k-color(primary-active)",
7385
7485
  "scope": "default",
7386
7486
  "line": {
7387
- "start": 150,
7388
- "end": 150
7487
+ "start": 164,
7488
+ "end": 164
7389
7489
  }
7390
7490
  },
7391
7491
  "group": [
@@ -7400,8 +7500,8 @@
7400
7500
  {
7401
7501
  "description": "The background gradient of the selected Button.\n",
7402
7502
  "commentRange": {
7403
- "start": 151,
7404
- "end": 152
7503
+ "start": 165,
7504
+ "end": 166
7405
7505
  },
7406
7506
  "context": {
7407
7507
  "type": "variable",
@@ -7409,8 +7509,8 @@
7409
7509
  "value": "$kendo-button-active-gradient",
7410
7510
  "scope": "default",
7411
7511
  "line": {
7412
- "start": 153,
7413
- "end": 153
7512
+ "start": 167,
7513
+ "end": 167
7414
7514
  }
7415
7515
  },
7416
7516
  "group": [
@@ -7425,8 +7525,8 @@
7425
7525
  {
7426
7526
  "description": "The base shadow of the selected Button.\n",
7427
7527
  "commentRange": {
7428
- "start": 154,
7429
- "end": 155
7528
+ "start": 168,
7529
+ "end": 169
7430
7530
  },
7431
7531
  "context": {
7432
7532
  "type": "variable",
@@ -7434,8 +7534,8 @@
7434
7534
  "value": "$kendo-button-active-shadow",
7435
7535
  "scope": "default",
7436
7536
  "line": {
7437
- "start": 156,
7438
- "end": 156
7537
+ "start": 170,
7538
+ "end": 170
7439
7539
  }
7440
7540
  },
7441
7541
  "group": [
@@ -7450,8 +7550,8 @@
7450
7550
  {
7451
7551
  "description": "The base shadow of the focused Button.\n",
7452
7552
  "commentRange": {
7453
- "start": 158,
7454
- "end": 159
7553
+ "start": 172,
7554
+ "end": 173
7455
7555
  },
7456
7556
  "context": {
7457
7557
  "type": "variable",
@@ -7459,8 +7559,8 @@
7459
7559
  "value": "0 0 0 .25rem color-mix(in srgb, k-color(border) 50%, transparent)",
7460
7560
  "scope": "default",
7461
7561
  "line": {
7462
- "start": 160,
7463
- "end": 160
7562
+ "start": 174,
7563
+ "end": 174
7464
7564
  }
7465
7565
  },
7466
7566
  "group": [
@@ -7475,8 +7575,8 @@
7475
7575
  {
7476
7576
  "description": "The base background of the disabled Button.\n",
7477
7577
  "commentRange": {
7478
- "start": 162,
7479
- "end": 163
7578
+ "start": 176,
7579
+ "end": 177
7480
7580
  },
7481
7581
  "context": {
7482
7582
  "type": "variable",
@@ -7484,8 +7584,8 @@
7484
7584
  "value": "null",
7485
7585
  "scope": "default",
7486
7586
  "line": {
7487
- "start": 164,
7488
- "end": 164
7587
+ "start": 178,
7588
+ "end": 178
7489
7589
  }
7490
7590
  },
7491
7591
  "group": [
@@ -7500,8 +7600,8 @@
7500
7600
  {
7501
7601
  "description": "The base text color of the disabled Button.\n",
7502
7602
  "commentRange": {
7503
- "start": 165,
7504
- "end": 166
7603
+ "start": 179,
7604
+ "end": 180
7505
7605
  },
7506
7606
  "context": {
7507
7607
  "type": "variable",
@@ -7509,8 +7609,8 @@
7509
7609
  "value": "null",
7510
7610
  "scope": "default",
7511
7611
  "line": {
7512
- "start": 167,
7513
- "end": 167
7612
+ "start": 181,
7613
+ "end": 181
7514
7614
  }
7515
7615
  },
7516
7616
  "group": [
@@ -7525,8 +7625,8 @@
7525
7625
  {
7526
7626
  "description": "The base border color of the disabled Button.\n",
7527
7627
  "commentRange": {
7528
- "start": 168,
7529
- "end": 169
7628
+ "start": 182,
7629
+ "end": 183
7530
7630
  },
7531
7631
  "context": {
7532
7632
  "type": "variable",
@@ -7534,8 +7634,8 @@
7534
7634
  "value": "null",
7535
7635
  "scope": "default",
7536
7636
  "line": {
7537
- "start": 170,
7538
- "end": 170
7637
+ "start": 184,
7638
+ "end": 184
7539
7639
  }
7540
7640
  },
7541
7641
  "group": [
@@ -7550,8 +7650,8 @@
7550
7650
  {
7551
7651
  "description": "The base background gradient of the disabled Button.\n",
7552
7652
  "commentRange": {
7553
- "start": 171,
7554
- "end": 172
7653
+ "start": 185,
7654
+ "end": 186
7555
7655
  },
7556
7656
  "context": {
7557
7657
  "type": "variable",
@@ -7559,8 +7659,8 @@
7559
7659
  "value": "null",
7560
7660
  "scope": "default",
7561
7661
  "line": {
7562
- "start": 173,
7563
- "end": 173
7662
+ "start": 187,
7663
+ "end": 187
7564
7664
  }
7565
7665
  },
7566
7666
  "group": [
@@ -7575,8 +7675,8 @@
7575
7675
  {
7576
7676
  "description": "The base shadow of the disabled Button.\n",
7577
7677
  "commentRange": {
7578
- "start": 174,
7579
- "end": 175
7678
+ "start": 188,
7679
+ "end": 189
7580
7680
  },
7581
7681
  "context": {
7582
7682
  "type": "variable",
@@ -7584,8 +7684,8 @@
7584
7684
  "value": "null",
7585
7685
  "scope": "default",
7586
7686
  "line": {
7587
- "start": 176,
7588
- "end": 176
7687
+ "start": 190,
7688
+ "end": 190
7589
7689
  }
7590
7690
  },
7591
7691
  "group": [
@@ -7600,8 +7700,8 @@
7600
7700
  {
7601
7701
  "description": "The opacity of the pulsing animation for the generating Button.\n",
7602
7702
  "commentRange": {
7603
- "start": 178,
7604
- "end": 179
7703
+ "start": 192,
7704
+ "end": 193
7605
7705
  },
7606
7706
  "context": {
7607
7707
  "type": "variable",
@@ -7609,8 +7709,8 @@
7609
7709
  "value": ".4",
7610
7710
  "scope": "default",
7611
7711
  "line": {
7612
- "start": 180,
7613
- "end": 180
7712
+ "start": 194,
7713
+ "end": 194
7614
7714
  }
7615
7715
  },
7616
7716
  "group": [
@@ -7625,8 +7725,8 @@
7625
7725
  {
7626
7726
  "description": "The gradient of the solid Button.\n",
7627
7727
  "commentRange": {
7628
- "start": 183,
7629
- "end": 184
7728
+ "start": 197,
7729
+ "end": 198
7630
7730
  },
7631
7731
  "context": {
7632
7732
  "type": "variable",
@@ -7634,8 +7734,8 @@
7634
7734
  "value": "none",
7635
7735
  "scope": "default",
7636
7736
  "line": {
7637
- "start": 185,
7638
- "end": 185
7737
+ "start": 199,
7738
+ "end": 199
7639
7739
  }
7640
7740
  },
7641
7741
  "group": [
@@ -7650,8 +7750,8 @@
7650
7750
  {
7651
7751
  "description": "The shadow of the solid Button.\n",
7652
7752
  "commentRange": {
7653
- "start": 186,
7654
- "end": 187
7753
+ "start": 200,
7754
+ "end": 201
7655
7755
  },
7656
7756
  "context": {
7657
7757
  "type": "variable",
@@ -7659,8 +7759,8 @@
7659
7759
  "value": "true",
7660
7760
  "scope": "default",
7661
7761
  "line": {
7662
- "start": 188,
7663
- "end": 188
7762
+ "start": 202,
7763
+ "end": 202
7664
7764
  }
7665
7765
  },
7666
7766
  "group": [
@@ -7675,8 +7775,8 @@
7675
7775
  {
7676
7776
  "description": "The shadow blur of the solid Button.\n",
7677
7777
  "commentRange": {
7678
- "start": 189,
7679
- "end": 190
7778
+ "start": 203,
7779
+ "end": 204
7680
7780
  },
7681
7781
  "context": {
7682
7782
  "type": "variable",
@@ -7684,8 +7784,8 @@
7684
7784
  "value": "0px",
7685
7785
  "scope": "default",
7686
7786
  "line": {
7687
- "start": 191,
7688
- "end": 191
7787
+ "start": 205,
7788
+ "end": 205
7689
7789
  }
7690
7790
  },
7691
7791
  "group": [
@@ -7700,8 +7800,8 @@
7700
7800
  {
7701
7801
  "description": "The shadow spread of the solid Button.\n",
7702
7802
  "commentRange": {
7703
- "start": 192,
7704
- "end": 193
7803
+ "start": 206,
7804
+ "end": 207
7705
7805
  },
7706
7806
  "context": {
7707
7807
  "type": "variable",
@@ -7709,8 +7809,8 @@
7709
7809
  "value": ".25rem",
7710
7810
  "scope": "default",
7711
7811
  "line": {
7712
- "start": 194,
7713
- "end": 194
7812
+ "start": 208,
7813
+ "end": 208
7714
7814
  }
7715
7815
  },
7716
7816
  "group": [
@@ -7725,8 +7825,8 @@
7725
7825
  {
7726
7826
  "description": "The shadow opacity of the solid Button.\n",
7727
7827
  "commentRange": {
7728
- "start": 195,
7729
- "end": 196
7828
+ "start": 209,
7829
+ "end": 210
7730
7830
  },
7731
7831
  "context": {
7732
7832
  "type": "variable",
@@ -7734,8 +7834,8 @@
7734
7834
  "value": ".5",
7735
7835
  "scope": "default",
7736
7836
  "line": {
7737
- "start": 197,
7738
- "end": 197
7837
+ "start": 211,
7838
+ "end": 211
7739
7839
  }
7740
7840
  },
7741
7841
  "group": [
@@ -7750,8 +7850,8 @@
7750
7850
  {
7751
7851
  "description": "The shadow of the outline Button.\n",
7752
7852
  "commentRange": {
7753
- "start": 200,
7754
- "end": 201
7853
+ "start": 214,
7854
+ "end": 215
7755
7855
  },
7756
7856
  "context": {
7757
7857
  "type": "variable",
@@ -7759,8 +7859,8 @@
7759
7859
  "value": "true",
7760
7860
  "scope": "default",
7761
7861
  "line": {
7762
- "start": 202,
7763
- "end": 202
7862
+ "start": 216,
7863
+ "end": 216
7764
7864
  }
7765
7865
  },
7766
7866
  "group": [
@@ -7775,8 +7875,8 @@
7775
7875
  {
7776
7876
  "description": "The shadow blur of the outline Button.\n",
7777
7877
  "commentRange": {
7778
- "start": 203,
7779
- "end": 204
7878
+ "start": 217,
7879
+ "end": 218
7780
7880
  },
7781
7881
  "context": {
7782
7882
  "type": "variable",
@@ -7784,8 +7884,8 @@
7784
7884
  "value": "0px",
7785
7885
  "scope": "default",
7786
7886
  "line": {
7787
- "start": 205,
7788
- "end": 205
7887
+ "start": 219,
7888
+ "end": 219
7789
7889
  }
7790
7890
  },
7791
7891
  "group": [
@@ -7800,8 +7900,8 @@
7800
7900
  {
7801
7901
  "description": "The shadow spread of the outline Button.\n",
7802
7902
  "commentRange": {
7803
- "start": 206,
7804
- "end": 207
7903
+ "start": 220,
7904
+ "end": 221
7805
7905
  },
7806
7906
  "context": {
7807
7907
  "type": "variable",
@@ -7809,8 +7909,8 @@
7809
7909
  "value": ".25rem",
7810
7910
  "scope": "default",
7811
7911
  "line": {
7812
- "start": 208,
7813
- "end": 208
7912
+ "start": 222,
7913
+ "end": 222
7814
7914
  }
7815
7915
  },
7816
7916
  "group": [
@@ -7825,8 +7925,8 @@
7825
7925
  {
7826
7926
  "description": "The shadow opacity of the outline Button.\n",
7827
7927
  "commentRange": {
7828
- "start": 209,
7829
- "end": 210
7928
+ "start": 223,
7929
+ "end": 224
7830
7930
  },
7831
7931
  "context": {
7832
7932
  "type": "variable",
@@ -7834,8 +7934,8 @@
7834
7934
  "value": ".5",
7835
7935
  "scope": "default",
7836
7936
  "line": {
7837
- "start": 211,
7838
- "end": 211
7937
+ "start": 225,
7938
+ "end": 225
7839
7939
  }
7840
7940
  },
7841
7941
  "group": [
@@ -7850,8 +7950,8 @@
7850
7950
  {
7851
7951
  "description": "The shadow of the link Button.\n",
7852
7952
  "commentRange": {
7853
- "start": 214,
7854
- "end": 215
7953
+ "start": 228,
7954
+ "end": 229
7855
7955
  },
7856
7956
  "context": {
7857
7957
  "type": "variable",
@@ -7859,8 +7959,8 @@
7859
7959
  "value": "true",
7860
7960
  "scope": "default",
7861
7961
  "line": {
7862
- "start": 216,
7863
- "end": 216
7962
+ "start": 230,
7963
+ "end": 230
7864
7964
  }
7865
7965
  },
7866
7966
  "group": [
@@ -7875,8 +7975,8 @@
7875
7975
  {
7876
7976
  "description": "The shadow blur of the link Button.\n",
7877
7977
  "commentRange": {
7878
- "start": 217,
7879
- "end": 218
7978
+ "start": 231,
7979
+ "end": 232
7880
7980
  },
7881
7981
  "context": {
7882
7982
  "type": "variable",
@@ -7884,8 +7984,8 @@
7884
7984
  "value": "0px",
7885
7985
  "scope": "default",
7886
7986
  "line": {
7887
- "start": 219,
7888
- "end": 219
7987
+ "start": 233,
7988
+ "end": 233
7889
7989
  }
7890
7990
  },
7891
7991
  "group": [
@@ -7900,8 +8000,8 @@
7900
8000
  {
7901
8001
  "description": "The shadow spread of the link Button.\n",
7902
8002
  "commentRange": {
7903
- "start": 220,
7904
- "end": 221
8003
+ "start": 234,
8004
+ "end": 235
7905
8005
  },
7906
8006
  "context": {
7907
8007
  "type": "variable",
@@ -7909,8 +8009,8 @@
7909
8009
  "value": ".25rem",
7910
8010
  "scope": "default",
7911
8011
  "line": {
7912
- "start": 222,
7913
- "end": 222
8012
+ "start": 236,
8013
+ "end": 236
7914
8014
  }
7915
8015
  },
7916
8016
  "group": [
@@ -7925,8 +8025,8 @@
7925
8025
  {
7926
8026
  "description": "The shadow opacity of the link Button.\n",
7927
8027
  "commentRange": {
7928
- "start": 223,
7929
- "end": 224
8028
+ "start": 237,
8029
+ "end": 238
7930
8030
  },
7931
8031
  "context": {
7932
8032
  "type": "variable",
@@ -7934,8 +8034,8 @@
7934
8034
  "value": ".5",
7935
8035
  "scope": "default",
7936
8036
  "line": {
7937
- "start": 225,
7938
- "end": 225
8037
+ "start": 239,
8038
+ "end": 239
7939
8039
  }
7940
8040
  },
7941
8041
  "group": [
@@ -7950,8 +8050,8 @@
7950
8050
  {
7951
8051
  "description": "The opacity of the clear Button.\n",
7952
8052
  "commentRange": {
7953
- "start": 228,
7954
- "end": 229
8053
+ "start": 242,
8054
+ "end": 243
7955
8055
  },
7956
8056
  "context": {
7957
8057
  "type": "variable",
@@ -7959,8 +8059,8 @@
7959
8059
  "value": ".1",
7960
8060
  "scope": "default",
7961
8061
  "line": {
7962
- "start": 230,
7963
- "end": 230
8062
+ "start": 244,
8063
+ "end": 244
7964
8064
  }
7965
8065
  },
7966
8066
  "group": [
@@ -7975,8 +8075,8 @@
7975
8075
  {
7976
8076
  "description": "The overlay opacity of the hovered flat Button. Used to create a background for the flat Button.\n",
7977
8077
  "commentRange": {
7978
- "start": 232,
7979
- "end": 233
8078
+ "start": 246,
8079
+ "end": 247
7980
8080
  },
7981
8081
  "context": {
7982
8082
  "type": "variable",
@@ -7984,8 +8084,8 @@
7984
8084
  "value": ".08",
7985
8085
  "scope": "default",
7986
8086
  "line": {
7987
- "start": 234,
7988
- "end": 234
8087
+ "start": 248,
8088
+ "end": 248
7989
8089
  }
7990
8090
  },
7991
8091
  "group": [
@@ -8000,8 +8100,8 @@
8000
8100
  {
8001
8101
  "description": "The overlay opacity of the focused flat Button. Used to create a background for the flat Button.\n",
8002
8102
  "commentRange": {
8003
- "start": 235,
8004
- "end": 236
8103
+ "start": 249,
8104
+ "end": 250
8005
8105
  },
8006
8106
  "context": {
8007
8107
  "type": "variable",
@@ -8009,8 +8109,8 @@
8009
8109
  "value": "null",
8010
8110
  "scope": "default",
8011
8111
  "line": {
8012
- "start": 237,
8013
- "end": 237
8112
+ "start": 251,
8113
+ "end": 251
8014
8114
  }
8015
8115
  },
8016
8116
  "group": [
@@ -8025,8 +8125,8 @@
8025
8125
  {
8026
8126
  "description": "The overlay opacity of the active flat Button. Used to create a background for the flat Button.\n",
8027
8127
  "commentRange": {
8028
- "start": 238,
8029
- "end": 239
8128
+ "start": 252,
8129
+ "end": 253
8030
8130
  },
8031
8131
  "context": {
8032
8132
  "type": "variable",
@@ -8034,8 +8134,8 @@
8034
8134
  "value": ".16",
8035
8135
  "scope": "default",
8036
8136
  "line": {
8037
- "start": 240,
8038
- "end": 240
8137
+ "start": 254,
8138
+ "end": 254
8039
8139
  }
8040
8140
  },
8041
8141
  "group": [
@@ -8050,8 +8150,8 @@
8050
8150
  {
8051
8151
  "description": "The overlay opacity of the selected flat Button. Used to create a background for the flat Button.\n",
8052
8152
  "commentRange": {
8053
- "start": 241,
8054
- "end": 242
8153
+ "start": 255,
8154
+ "end": 256
8055
8155
  },
8056
8156
  "context": {
8057
8157
  "type": "variable",
@@ -8059,8 +8159,8 @@
8059
8159
  "value": ".2",
8060
8160
  "scope": "default",
8061
8161
  "line": {
8062
- "start": 243,
8063
- "end": 243
8162
+ "start": 257,
8163
+ "end": 257
8064
8164
  }
8065
8165
  },
8066
8166
  "group": [
@@ -8075,8 +8175,8 @@
8075
8175
  {
8076
8176
  "description": "The opacity of the flat Button focus ring. Used to create a border for the flat Button.\n",
8077
8177
  "commentRange": {
8078
- "start": 244,
8079
- "end": 245
8178
+ "start": 258,
8179
+ "end": 259
8080
8180
  },
8081
8181
  "context": {
8082
8182
  "type": "variable",
@@ -8084,8 +8184,8 @@
8084
8184
  "value": ".12",
8085
8185
  "scope": "default",
8086
8186
  "line": {
8087
- "start": 246,
8088
- "end": 246
8187
+ "start": 260,
8188
+ "end": 260
8089
8189
  }
8090
8190
  },
8091
8191
  "group": [
@@ -8100,8 +8200,8 @@
8100
8200
  {
8101
8201
  "description": "The transition of the Button.\n",
8102
8202
  "commentRange": {
8103
- "start": 248,
8104
- "end": 249
8203
+ "start": 262,
8204
+ "end": 263
8105
8205
  },
8106
8206
  "context": {
8107
8207
  "type": "variable",
@@ -8109,8 +8209,8 @@
8109
8209
  "value": "color k-transition(rapid), background-color k-transition(rapid), border-color k-transition(rapid), box-shadow k-transition(rapid), opacity k-transition(rapid)",
8110
8210
  "scope": "default",
8111
8211
  "line": {
8112
- "start": 250,
8113
- "end": 250
8212
+ "start": 264,
8213
+ "end": 264
8114
8214
  }
8115
8215
  },
8116
8216
  "group": [
@@ -15237,7 +15337,7 @@
15237
15337
  "context": {
15238
15338
  "type": "variable",
15239
15339
  "name": "kendo-chart-no-data-padding-y",
15240
- "value": "k-spacing( 25 )",
15340
+ "value": "7rem",
15241
15341
  "scope": "default",
15242
15342
  "line": {
15243
15343
  "start": 365,
@@ -22508,8 +22608,8 @@
22508
22608
  {
22509
22609
  "description": "The global default Colors map.\n",
22510
22610
  "commentRange": {
22511
- "start": 173,
22512
- "end": 422
22611
+ "start": 187,
22612
+ "end": 441
22513
22613
  },
22514
22614
  "context": {
22515
22615
  "type": "variable",
@@ -22517,8 +22617,8 @@
22517
22617
  "value": "$_default-colors",
22518
22618
  "scope": "default",
22519
22619
  "line": {
22520
- "start": 423,
22521
- "end": 423
22620
+ "start": 442,
22621
+ "end": 442
22522
22622
  }
22523
22623
  },
22524
22624
  "group": [
@@ -22714,6 +22814,13 @@
22714
22814
  ],
22715
22815
  "description": "The Inverse variable group."
22716
22816
  },
22817
+ {
22818
+ "name": "series",
22819
+ "value": [
22820
+ "series"
22821
+ ],
22822
+ "description": "The Series base variable group."
22823
+ },
22717
22824
  {
22718
22825
  "name": "series-a",
22719
22826
  "value": [
@@ -23367,6 +23474,11 @@
23367
23474
  "name": "inverse-on-surface",
23368
23475
  "description": "The text color variable for content on surface."
23369
23476
  },
23477
+ {
23478
+ "type": "Color",
23479
+ "name": "series",
23480
+ "description": "The base series color variable."
23481
+ },
23370
23482
  {
23371
23483
  "type": "Color",
23372
23484
  "name": "series-a",
@@ -51920,231 +52032,6 @@
51920
52032
  "name": "_variables.scss"
51921
52033
  }
51922
52034
  },
51923
- {
51924
- "description": "The Gray Palette provides colors to the Base, Secondary, Light, Dark, and Inverse variable groups.\n",
51925
- "commentRange": {
51926
- "start": 159,
51927
- "end": 160
51928
- },
51929
- "context": {
51930
- "type": "variable",
51931
- "name": "kendo-palette-gray",
51932
- "value": "$_default-palette-gray",
51933
- "scope": "default",
51934
- "line": {
51935
- "start": 161,
51936
- "end": 161
51937
- }
51938
- },
51939
- "group": [
51940
- "palette"
51941
- ],
51942
- "access": "public",
51943
- "file": {
51944
- "path": "core/color-system/_palettes.scss",
51945
- "name": "_palettes.scss"
51946
- }
51947
- },
51948
- {
51949
- "description": "The Blue Palette provides colors to the Primary and Series A variable groups.\n",
51950
- "commentRange": {
51951
- "start": 163,
51952
- "end": 164
51953
- },
51954
- "context": {
51955
- "type": "variable",
51956
- "name": "kendo-palette-blue",
51957
- "value": "$_default-palette-blue",
51958
- "scope": "default",
51959
- "line": {
51960
- "start": 165,
51961
- "end": 165
51962
- }
51963
- },
51964
- "group": [
51965
- "palette"
51966
- ],
51967
- "access": "public",
51968
- "file": {
51969
- "path": "core/color-system/_palettes.scss",
51970
- "name": "_palettes.scss"
51971
- }
51972
- },
51973
- {
51974
- "description": "The Yellow Palette provides colors to the Warning and Series F variable groups.\n",
51975
- "commentRange": {
51976
- "start": 167,
51977
- "end": 168
51978
- },
51979
- "context": {
51980
- "type": "variable",
51981
- "name": "kendo-palette-yellow",
51982
- "value": "$_default-palette-yellow",
51983
- "scope": "default",
51984
- "line": {
51985
- "start": 169,
51986
- "end": 169
51987
- }
51988
- },
51989
- "group": [
51990
- "palette"
51991
- ],
51992
- "access": "public",
51993
- "file": {
51994
- "path": "core/color-system/_palettes.scss",
51995
- "name": "_palettes.scss"
51996
- }
51997
- },
51998
- {
51999
- "description": "The Red Palette provides colors to the Error and Series E variable groups.\n",
52000
- "commentRange": {
52001
- "start": 171,
52002
- "end": 172
52003
- },
52004
- "context": {
52005
- "type": "variable",
52006
- "name": "kendo-palette-red",
52007
- "value": "$_default-palette-red",
52008
- "scope": "default",
52009
- "line": {
52010
- "start": 173,
52011
- "end": 173
52012
- }
52013
- },
52014
- "group": [
52015
- "palette"
52016
- ],
52017
- "access": "public",
52018
- "file": {
52019
- "path": "core/color-system/_palettes.scss",
52020
- "name": "_palettes.scss"
52021
- }
52022
- },
52023
- {
52024
- "description": "The Cyan Palette provides colors to the Info variable group.\n",
52025
- "commentRange": {
52026
- "start": 175,
52027
- "end": 176
52028
- },
52029
- "context": {
52030
- "type": "variable",
52031
- "name": "kendo-palette-cyan",
52032
- "value": "$_default-palette-cyan",
52033
- "scope": "default",
52034
- "line": {
52035
- "start": 177,
52036
- "end": 177
52037
- }
52038
- },
52039
- "group": [
52040
- "palette"
52041
- ],
52042
- "access": "public",
52043
- "file": {
52044
- "path": "core/color-system/_palettes.scss",
52045
- "name": "_palettes.scss"
52046
- }
52047
- },
52048
- {
52049
- "description": "The Green Palette provides colors to the Success and Series D variable groups.\n",
52050
- "commentRange": {
52051
- "start": 179,
52052
- "end": 180
52053
- },
52054
- "context": {
52055
- "type": "variable",
52056
- "name": "kendo-palette-green",
52057
- "value": "$_default-palette-green",
52058
- "scope": "default",
52059
- "line": {
52060
- "start": 181,
52061
- "end": 181
52062
- }
52063
- },
52064
- "group": [
52065
- "palette"
52066
- ],
52067
- "access": "public",
52068
- "file": {
52069
- "path": "core/color-system/_palettes.scss",
52070
- "name": "_palettes.scss"
52071
- }
52072
- },
52073
- {
52074
- "description": "The Indigo Palette provides colors to the Tertiary and Series B variable groups.\n",
52075
- "commentRange": {
52076
- "start": 183,
52077
- "end": 184
52078
- },
52079
- "context": {
52080
- "type": "variable",
52081
- "name": "kendo-palette-indigo",
52082
- "value": "$_default-palette-indigo",
52083
- "scope": "default",
52084
- "line": {
52085
- "start": 185,
52086
- "end": 185
52087
- }
52088
- },
52089
- "group": [
52090
- "palette"
52091
- ],
52092
- "access": "public",
52093
- "file": {
52094
- "path": "core/color-system/_palettes.scss",
52095
- "name": "_palettes.scss"
52096
- }
52097
- },
52098
- {
52099
- "description": "The Teal Palette provides colors to the Series C variable group.\n",
52100
- "commentRange": {
52101
- "start": 187,
52102
- "end": 188
52103
- },
52104
- "context": {
52105
- "type": "variable",
52106
- "name": "kendo-palette-teal",
52107
- "value": "$_default-palette-teal",
52108
- "scope": "default",
52109
- "line": {
52110
- "start": 189,
52111
- "end": 189
52112
- }
52113
- },
52114
- "group": [
52115
- "palette"
52116
- ],
52117
- "access": "public",
52118
- "file": {
52119
- "path": "core/color-system/_palettes.scss",
52120
- "name": "_palettes.scss"
52121
- }
52122
- },
52123
- {
52124
- "description": "The Greige Palette provides colors to the Light and Dark variable groups.\n",
52125
- "commentRange": {
52126
- "start": 191,
52127
- "end": 192
52128
- },
52129
- "context": {
52130
- "type": "variable",
52131
- "name": "kendo-palette-greige",
52132
- "value": "$_default-palette-greige",
52133
- "scope": "default",
52134
- "line": {
52135
- "start": 193,
52136
- "end": 193
52137
- }
52138
- },
52139
- "group": [
52140
- "palette"
52141
- ],
52142
- "access": "public",
52143
- "file": {
52144
- "path": "core/color-system/_palettes.scss",
52145
- "name": "_palettes.scss"
52146
- }
52147
- },
52148
52035
  {
52149
52036
  "description": "The border radius of the Panel.\n",
52150
52037
  "commentRange": {
@@ -60580,19 +60467,19 @@
60580
60467
  }
60581
60468
  },
60582
60469
  {
60583
- "description": "The global border radius used across the Components.\n",
60470
+ "description": "The base border radius used across the Components.\n",
60584
60471
  "commentRange": {
60585
- "start": 4,
60586
- "end": 5
60472
+ "start": 3,
60473
+ "end": 4
60587
60474
  },
60588
60475
  "context": {
60589
60476
  "type": "variable",
60590
- "name": "kendo-border-radius",
60591
- "value": "map.get($kendo-spacing, 1.5)",
60477
+ "name": "kendo-border-radius-base",
60478
+ "value": ".375rem",
60592
60479
  "scope": "default",
60593
60480
  "line": {
60594
- "start": 6,
60595
- "end": 6
60481
+ "start": 5,
60482
+ "end": 5
60596
60483
  }
60597
60484
  },
60598
60485
  "group": [
@@ -60607,17 +60494,17 @@
60607
60494
  {
60608
60495
  "description": "The none border radius used across the Components.\n",
60609
60496
  "commentRange": {
60610
- "start": 7,
60611
- "end": 8
60497
+ "start": 6,
60498
+ "end": 7
60612
60499
  },
60613
60500
  "context": {
60614
60501
  "type": "variable",
60615
60502
  "name": "kendo-border-radius-none",
60616
- "value": "map.get($kendo-spacing, 0)",
60503
+ "value": "0px",
60617
60504
  "scope": "default",
60618
60505
  "line": {
60619
- "start": 9,
60620
- "end": 9
60506
+ "start": 8,
60507
+ "end": 8
60621
60508
  }
60622
60509
  },
60623
60510
  "group": [
@@ -60632,17 +60519,17 @@
60632
60519
  {
60633
60520
  "description": "The extra small border radius used across the Components.\n",
60634
60521
  "commentRange": {
60635
- "start": 10,
60636
- "end": 11
60522
+ "start": 9,
60523
+ "end": 10
60637
60524
  },
60638
60525
  "context": {
60639
60526
  "type": "variable",
60640
60527
  "name": "kendo-border-radius-xs",
60641
- "value": "map.get($kendo-spacing, 0.5)",
60528
+ "value": "calc(var(--kendo-border-radius-base) / 3)",
60642
60529
  "scope": "default",
60643
60530
  "line": {
60644
- "start": 12,
60645
- "end": 12
60531
+ "start": 11,
60532
+ "end": 11
60646
60533
  }
60647
60534
  },
60648
60535
  "group": [
@@ -60657,17 +60544,17 @@
60657
60544
  {
60658
60545
  "description": "The small border radius used across the Components.\n",
60659
60546
  "commentRange": {
60660
- "start": 13,
60661
- "end": 14
60547
+ "start": 12,
60548
+ "end": 13
60662
60549
  },
60663
60550
  "context": {
60664
60551
  "type": "variable",
60665
60552
  "name": "kendo-border-radius-sm",
60666
- "value": "map.get($kendo-spacing, 1)",
60553
+ "value": "calc(var(--kendo-border-radius-base) * 2 / 3)",
60667
60554
  "scope": "default",
60668
60555
  "line": {
60669
- "start": 15,
60670
- "end": 15
60556
+ "start": 14,
60557
+ "end": 14
60671
60558
  }
60672
60559
  },
60673
60560
  "group": [
@@ -60682,17 +60569,17 @@
60682
60569
  {
60683
60570
  "description": "The medium border radius used across the Components.\n",
60684
60571
  "commentRange": {
60685
- "start": 16,
60686
- "end": 17
60572
+ "start": 15,
60573
+ "end": 16
60687
60574
  },
60688
60575
  "context": {
60689
60576
  "type": "variable",
60690
60577
  "name": "kendo-border-radius-md",
60691
- "value": "$kendo-border-radius",
60578
+ "value": "var(--kendo-border-radius-base)",
60692
60579
  "scope": "default",
60693
60580
  "line": {
60694
- "start": 18,
60695
- "end": 18
60581
+ "start": 17,
60582
+ "end": 17
60696
60583
  }
60697
60584
  },
60698
60585
  "group": [
@@ -60707,17 +60594,17 @@
60707
60594
  {
60708
60595
  "description": "The large border radius used across the Components.\n",
60709
60596
  "commentRange": {
60710
- "start": 19,
60711
- "end": 20
60597
+ "start": 18,
60598
+ "end": 19
60712
60599
  },
60713
60600
  "context": {
60714
60601
  "type": "variable",
60715
60602
  "name": "kendo-border-radius-lg",
60716
- "value": "map.get($kendo-spacing, 2)",
60603
+ "value": "calc(var(--kendo-border-radius-base) * 4 / 3)",
60717
60604
  "scope": "default",
60718
60605
  "line": {
60719
- "start": 21,
60720
- "end": 21
60606
+ "start": 20,
60607
+ "end": 20
60721
60608
  }
60722
60609
  },
60723
60610
  "group": [
@@ -60732,17 +60619,17 @@
60732
60619
  {
60733
60620
  "description": "The extra large border radius used across the Components.\n",
60734
60621
  "commentRange": {
60735
- "start": 22,
60736
- "end": 23
60622
+ "start": 21,
60623
+ "end": 22
60737
60624
  },
60738
60625
  "context": {
60739
60626
  "type": "variable",
60740
60627
  "name": "kendo-border-radius-xl",
60741
- "value": "map.get($kendo-spacing, 4)",
60628
+ "value": "calc(var(--kendo-border-radius-base) * 8 / 3)",
60742
60629
  "scope": "default",
60743
60630
  "line": {
60744
- "start": 24,
60745
- "end": 24
60631
+ "start": 23,
60632
+ "end": 23
60746
60633
  }
60747
60634
  },
60748
60635
  "group": [
@@ -60757,17 +60644,17 @@
60757
60644
  {
60758
60645
  "description": "The third largest border radius used across the Components.\n",
60759
60646
  "commentRange": {
60760
- "start": 25,
60761
- "end": 26
60647
+ "start": 24,
60648
+ "end": 25
60762
60649
  },
60763
60650
  "context": {
60764
60651
  "type": "variable",
60765
60652
  "name": "kendo-border-radius-xxl",
60766
- "value": "map.get($kendo-spacing, 8)",
60653
+ "value": "calc(var(--kendo-border-radius-base) * 16 / 3)",
60767
60654
  "scope": "default",
60768
60655
  "line": {
60769
- "start": 27,
60770
- "end": 27
60656
+ "start": 26,
60657
+ "end": 26
60771
60658
  }
60772
60659
  },
60773
60660
  "group": [
@@ -60782,17 +60669,17 @@
60782
60669
  {
60783
60670
  "description": "The second largest border radius used across the Components.\n",
60784
60671
  "commentRange": {
60785
- "start": 28,
60786
- "end": 29
60672
+ "start": 27,
60673
+ "end": 28
60787
60674
  },
60788
60675
  "context": {
60789
60676
  "type": "variable",
60790
60677
  "name": "kendo-border-radius-xxxl",
60791
- "value": "map.get($kendo-spacing, 12)",
60678
+ "value": "calc(var(--kendo-border-radius-base) * 8)",
60792
60679
  "scope": "default",
60793
60680
  "line": {
60794
- "start": 30,
60795
- "end": 30
60681
+ "start": 29,
60682
+ "end": 29
60796
60683
  }
60797
60684
  },
60798
60685
  "group": [
@@ -60807,17 +60694,17 @@
60807
60694
  {
60808
60695
  "description": "The largest border radius used across the Components.\n",
60809
60696
  "commentRange": {
60810
- "start": 31,
60811
- "end": 32
60697
+ "start": 30,
60698
+ "end": 31
60812
60699
  },
60813
60700
  "context": {
60814
60701
  "type": "variable",
60815
60702
  "name": "kendo-border-radius-full",
60816
- "value": "50rem",
60703
+ "value": "calc(var(--kendo-border-radius-base) * 9999)",
60817
60704
  "scope": "default",
60818
60705
  "line": {
60819
- "start": 33,
60820
- "end": 33
60706
+ "start": 32,
60707
+ "end": 32
60821
60708
  }
60822
60709
  },
60823
60710
  "group": [
@@ -60832,8 +60719,8 @@
60832
60719
  {
60833
60720
  "description": "The global radii Map.\n",
60834
60721
  "commentRange": {
60835
- "start": 35,
60836
- "end": 36
60722
+ "start": 34,
60723
+ "end": 35
60837
60724
  },
60838
60725
  "context": {
60839
60726
  "type": "variable",
@@ -60841,8 +60728,8 @@
60841
60728
  "value": "(\n none: $kendo-border-radius-none,\n xs: $kendo-border-radius-xs,\n sm: $kendo-border-radius-sm,\n md: $kendo-border-radius-md,\n lg: $kendo-border-radius-lg,\n xl: $kendo-border-radius-xl,\n xxl: $kendo-border-radius-xxl,\n xxxl: $kendo-border-radius-xxxl,\n full: $kendo-border-radius-full\n)",
60842
60729
  "scope": "default",
60843
60730
  "line": {
60844
- "start": 37,
60845
- "end": 47
60731
+ "start": 36,
60732
+ "end": 46
60846
60733
  }
60847
60734
  },
60848
60735
  "group": [
@@ -60857,8 +60744,8 @@
60857
60744
  {
60858
60745
  "description": "The global radii Map.\n",
60859
60746
  "commentRange": {
60860
- "start": 49,
60861
- "end": 50
60747
+ "start": 48,
60748
+ "end": 49
60862
60749
  },
60863
60750
  "context": {
60864
60751
  "type": "variable",
@@ -60866,8 +60753,8 @@
60866
60753
  "value": "$_default-border-radii",
60867
60754
  "scope": "default",
60868
60755
  "line": {
60869
- "start": 51,
60870
- "end": 51
60756
+ "start": 50,
60757
+ "end": 50
60871
60758
  }
60872
60759
  },
60873
60760
  "group": [
@@ -67569,11 +67456,36 @@
67569
67456
  "name": "_variables.scss"
67570
67457
  }
67571
67458
  },
67459
+ {
67460
+ "description": "The base spacing step used to generate the Spacing map.\n",
67461
+ "commentRange": {
67462
+ "start": 3,
67463
+ "end": 4
67464
+ },
67465
+ "context": {
67466
+ "type": "variable",
67467
+ "name": "kendo-spacing-base",
67468
+ "value": "0.25rem",
67469
+ "scope": "default",
67470
+ "line": {
67471
+ "start": 5,
67472
+ "end": 5
67473
+ }
67474
+ },
67475
+ "group": [
67476
+ "spacing"
67477
+ ],
67478
+ "access": "public",
67479
+ "file": {
67480
+ "path": "core/spacing/index.scss",
67481
+ "name": "index.scss"
67482
+ }
67483
+ },
67572
67484
  {
67573
67485
  "description": "The global default Spacing map.\n",
67574
67486
  "commentRange": {
67575
- "start": 46,
67576
- "end": 47
67487
+ "start": 44,
67488
+ "end": 45
67577
67489
  },
67578
67490
  "context": {
67579
67491
  "type": "variable",
@@ -67581,8 +67493,8 @@
67581
67493
  "value": "$_default-spacing",
67582
67494
  "scope": "default",
67583
67495
  "line": {
67584
- "start": 48,
67585
- "end": 48
67496
+ "start": 46,
67497
+ "end": 46
67586
67498
  }
67587
67499
  },
67588
67500
  "group": [
@@ -84375,15 +84287,15 @@
84375
84287
  }
84376
84288
  },
84377
84289
  {
84378
- "description": "The extra small font size across all components.\n",
84290
+ "description": "The extra extra small font size across all components.\n",
84379
84291
  "commentRange": {
84380
84292
  "start": 6,
84381
84293
  "end": 7
84382
84294
  },
84383
84295
  "context": {
84384
84296
  "type": "variable",
84385
- "name": "kendo-font-size-xs",
84386
- "value": "( $kendo-font-size * .75 )",
84297
+ "name": "kendo-font-size-xxs",
84298
+ "value": "( $kendo-font-size * .5 )",
84387
84299
  "scope": "default",
84388
84300
  "line": {
84389
84301
  "start": 8,
@@ -84400,15 +84312,15 @@
84400
84312
  }
84401
84313
  },
84402
84314
  {
84403
- "description": "The small font size across all components.\n",
84315
+ "description": "The extra small font size across all components.\n",
84404
84316
  "commentRange": {
84405
84317
  "start": 9,
84406
84318
  "end": 10
84407
84319
  },
84408
84320
  "context": {
84409
84321
  "type": "variable",
84410
- "name": "kendo-font-size-sm",
84411
- "value": "( $kendo-font-size * .875 )",
84322
+ "name": "kendo-font-size-xs",
84323
+ "value": "( $kendo-font-size * .75 )",
84412
84324
  "scope": "default",
84413
84325
  "line": {
84414
84326
  "start": 11,
@@ -84425,15 +84337,15 @@
84425
84337
  }
84426
84338
  },
84427
84339
  {
84428
- "description": "The medium font size across all components.\n",
84340
+ "description": "The small font size across all components.\n",
84429
84341
  "commentRange": {
84430
84342
  "start": 12,
84431
84343
  "end": 13
84432
84344
  },
84433
84345
  "context": {
84434
84346
  "type": "variable",
84435
- "name": "kendo-font-size-md",
84436
- "value": "$kendo-font-size",
84347
+ "name": "kendo-font-size-sm",
84348
+ "value": "( $kendo-font-size * .875 )",
84437
84349
  "scope": "default",
84438
84350
  "line": {
84439
84351
  "start": 14,
@@ -84450,15 +84362,15 @@
84450
84362
  }
84451
84363
  },
84452
84364
  {
84453
- "description": "The large font size across all components.\n",
84365
+ "description": "The medium font size across all components.\n",
84454
84366
  "commentRange": {
84455
84367
  "start": 15,
84456
84368
  "end": 16
84457
84369
  },
84458
84370
  "context": {
84459
84371
  "type": "variable",
84460
- "name": "kendo-font-size-lg",
84461
- "value": "( $kendo-font-size * 1.25 )",
84372
+ "name": "kendo-font-size-md",
84373
+ "value": "$kendo-font-size",
84462
84374
  "scope": "default",
84463
84375
  "line": {
84464
84376
  "start": 17,
@@ -84475,15 +84387,15 @@
84475
84387
  }
84476
84388
  },
84477
84389
  {
84478
- "description": "The extra large font size across all components.\n",
84390
+ "description": "The large font size across all components.\n",
84479
84391
  "commentRange": {
84480
84392
  "start": 18,
84481
84393
  "end": 19
84482
84394
  },
84483
84395
  "context": {
84484
84396
  "type": "variable",
84485
- "name": "kendo-font-size-xl",
84486
- "value": "( $kendo-font-size-md * 1.5 )",
84397
+ "name": "kendo-font-size-lg",
84398
+ "value": "( $kendo-font-size * 1.25 )",
84487
84399
  "scope": "default",
84488
84400
  "line": {
84489
84401
  "start": 20,
@@ -84500,19 +84412,19 @@
84500
84412
  }
84501
84413
  },
84502
84414
  {
84503
- "description": "The base line height across all components.\n",
84415
+ "description": "The extra large font size across all components.\n",
84504
84416
  "commentRange": {
84505
- "start": 22,
84506
- "end": 23
84417
+ "start": 21,
84418
+ "end": 22
84507
84419
  },
84508
84420
  "context": {
84509
84421
  "type": "variable",
84510
- "name": "kendo-line-height",
84511
- "value": "1.5",
84422
+ "name": "kendo-font-size-xl",
84423
+ "value": "( $kendo-font-size-md * 1.5 )",
84512
84424
  "scope": "default",
84513
84425
  "line": {
84514
- "start": 24,
84515
- "end": 24
84426
+ "start": 23,
84427
+ "end": 23
84516
84428
  }
84517
84429
  },
84518
84430
  "group": [
@@ -84525,15 +84437,15 @@
84525
84437
  }
84526
84438
  },
84527
84439
  {
84528
- "description": "The extra small line height across all components.\n",
84440
+ "description": "The base line height across all components.\n",
84529
84441
  "commentRange": {
84530
84442
  "start": 25,
84531
84443
  "end": 26
84532
84444
  },
84533
84445
  "context": {
84534
84446
  "type": "variable",
84535
- "name": "kendo-line-height-xs",
84536
- "value": "1",
84447
+ "name": "kendo-line-height",
84448
+ "value": "1.5",
84537
84449
  "scope": "default",
84538
84450
  "line": {
84539
84451
  "start": 27,
@@ -84550,15 +84462,15 @@
84550
84462
  }
84551
84463
  },
84552
84464
  {
84553
- "description": "The small line height across all components.\n",
84465
+ "description": "The extra small line height across all components.\n",
84554
84466
  "commentRange": {
84555
84467
  "start": 28,
84556
84468
  "end": 29
84557
84469
  },
84558
84470
  "context": {
84559
84471
  "type": "variable",
84560
- "name": "kendo-line-height-sm",
84561
- "value": "1.2",
84472
+ "name": "kendo-line-height-xs",
84473
+ "value": "1",
84562
84474
  "scope": "default",
84563
84475
  "line": {
84564
84476
  "start": 30,
@@ -84575,15 +84487,15 @@
84575
84487
  }
84576
84488
  },
84577
84489
  {
84578
- "description": "The medium line height across all components.\n",
84490
+ "description": "The small line height across all components.\n",
84579
84491
  "commentRange": {
84580
84492
  "start": 31,
84581
84493
  "end": 32
84582
84494
  },
84583
84495
  "context": {
84584
84496
  "type": "variable",
84585
- "name": "kendo-line-height-md",
84586
- "value": "$kendo-line-height",
84497
+ "name": "kendo-line-height-sm",
84498
+ "value": "1.2",
84587
84499
  "scope": "default",
84588
84500
  "line": {
84589
84501
  "start": 33,
@@ -84600,15 +84512,15 @@
84600
84512
  }
84601
84513
  },
84602
84514
  {
84603
- "description": "The large line height across all components.\n",
84515
+ "description": "The medium line height across all components.\n",
84604
84516
  "commentRange": {
84605
84517
  "start": 34,
84606
84518
  "end": 35
84607
84519
  },
84608
84520
  "context": {
84609
84521
  "type": "variable",
84610
- "name": "kendo-line-height-lg",
84611
- "value": "2",
84522
+ "name": "kendo-line-height-md",
84523
+ "value": "$kendo-line-height",
84612
84524
  "scope": "default",
84613
84525
  "line": {
84614
84526
  "start": 36,
@@ -84625,15 +84537,15 @@
84625
84537
  }
84626
84538
  },
84627
84539
  {
84628
- "description": "The base line height in ems across all components.\n",
84540
+ "description": "The large line height across all components.\n",
84629
84541
  "commentRange": {
84630
84542
  "start": 37,
84631
84543
  "end": 38
84632
84544
  },
84633
84545
  "context": {
84634
84546
  "type": "variable",
84635
- "name": "kendo-line-height-em",
84636
- "value": "calc( #{$kendo-line-height} * 1em )",
84547
+ "name": "kendo-line-height-lg",
84548
+ "value": "2",
84637
84549
  "scope": "default",
84638
84550
  "line": {
84639
84551
  "start": 39,
@@ -84650,19 +84562,19 @@
84650
84562
  }
84651
84563
  },
84652
84564
  {
84653
- "description": "The light font weight across all components.\n",
84565
+ "description": "The base line height in ems across all components.\n",
84654
84566
  "commentRange": {
84655
- "start": 41,
84656
- "end": 42
84567
+ "start": 40,
84568
+ "end": 41
84657
84569
  },
84658
84570
  "context": {
84659
84571
  "type": "variable",
84660
- "name": "kendo-font-weight-light",
84661
- "value": "300",
84572
+ "name": "kendo-line-height-em",
84573
+ "value": "calc( #{$kendo-line-height} * 1em )",
84662
84574
  "scope": "default",
84663
84575
  "line": {
84664
- "start": 43,
84665
- "end": 43
84576
+ "start": 42,
84577
+ "end": 42
84666
84578
  }
84667
84579
  },
84668
84580
  "group": [
@@ -84682,7 +84594,7 @@
84682
84594
  },
84683
84595
  "context": {
84684
84596
  "type": "variable",
84685
- "name": "kendo-font-weight-normal",
84597
+ "name": "kendo-font-weight",
84686
84598
  "value": "400",
84687
84599
  "scope": "default",
84688
84600
  "line": {
@@ -84700,15 +84612,15 @@
84700
84612
  }
84701
84613
  },
84702
84614
  {
84703
- "description": "The medium font weight across all components.\n",
84615
+ "description": "The thin font weight across all components.\n",
84704
84616
  "commentRange": {
84705
84617
  "start": 47,
84706
84618
  "end": 48
84707
84619
  },
84708
84620
  "context": {
84709
84621
  "type": "variable",
84710
- "name": "kendo-font-weight-medium",
84711
- "value": "500",
84622
+ "name": "kendo-font-weight-thin",
84623
+ "value": "100",
84712
84624
  "scope": "default",
84713
84625
  "line": {
84714
84626
  "start": 49,
@@ -84725,15 +84637,15 @@
84725
84637
  }
84726
84638
  },
84727
84639
  {
84728
- "description": "The semibold font weight across all components.\n",
84640
+ "description": "The extra light font weight across all components.\n",
84729
84641
  "commentRange": {
84730
84642
  "start": 50,
84731
84643
  "end": 51
84732
84644
  },
84733
84645
  "context": {
84734
84646
  "type": "variable",
84735
- "name": "kendo-font-weight-semibold",
84736
- "value": "600",
84647
+ "name": "kendo-font-weight-extra-light",
84648
+ "value": "200",
84737
84649
  "scope": "default",
84738
84650
  "line": {
84739
84651
  "start": 52,
@@ -84750,15 +84662,15 @@
84750
84662
  }
84751
84663
  },
84752
84664
  {
84753
- "description": "The bold font weight across all components.\n",
84665
+ "description": "The light font weight across all components.\n",
84754
84666
  "commentRange": {
84755
84667
  "start": 53,
84756
84668
  "end": 54
84757
84669
  },
84758
84670
  "context": {
84759
84671
  "type": "variable",
84760
- "name": "kendo-font-weight-bold",
84761
- "value": "700",
84672
+ "name": "kendo-font-weight-light",
84673
+ "value": "300",
84762
84674
  "scope": "default",
84763
84675
  "line": {
84764
84676
  "start": 55,
@@ -84775,19 +84687,19 @@
84775
84687
  }
84776
84688
  },
84777
84689
  {
84778
- "description": "The sans-serif font family across all components.\n",
84690
+ "description": "The normal font weight across all components.\n",
84779
84691
  "commentRange": {
84780
- "start": 57,
84781
- "end": 58
84692
+ "start": 56,
84693
+ "end": 57
84782
84694
  },
84783
84695
  "context": {
84784
84696
  "type": "variable",
84785
- "name": "kendo-font-family-sans-serif",
84786
- "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\"",
84697
+ "name": "kendo-font-weight-normal",
84698
+ "value": "$kendo-font-weight",
84787
84699
  "scope": "default",
84788
84700
  "line": {
84789
- "start": 59,
84790
- "end": 59
84701
+ "start": 58,
84702
+ "end": 58
84791
84703
  }
84792
84704
  },
84793
84705
  "group": [
@@ -84800,19 +84712,19 @@
84800
84712
  }
84801
84713
  },
84802
84714
  {
84803
- "description": "The monospace font family across all components.\n",
84715
+ "description": "The medium font weight across all components.\n",
84804
84716
  "commentRange": {
84805
- "start": 60,
84806
- "end": 61
84717
+ "start": 59,
84718
+ "end": 60
84807
84719
  },
84808
84720
  "context": {
84809
84721
  "type": "variable",
84810
- "name": "kendo-font-family-monospace",
84811
- "value": "SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace",
84722
+ "name": "kendo-font-weight-medium",
84723
+ "value": "500",
84812
84724
  "scope": "default",
84813
84725
  "line": {
84814
- "start": 62,
84815
- "end": 62
84726
+ "start": 61,
84727
+ "end": 61
84816
84728
  }
84817
84729
  },
84818
84730
  "group": [
@@ -84825,19 +84737,19 @@
84825
84737
  }
84826
84738
  },
84827
84739
  {
84828
- "description": "The base font family across all components.\n",
84740
+ "description": "The semibold font weight across all components.\n",
84829
84741
  "commentRange": {
84830
- "start": 63,
84831
- "end": 64
84742
+ "start": 62,
84743
+ "end": 63
84832
84744
  },
84833
84745
  "context": {
84834
84746
  "type": "variable",
84835
- "name": "kendo-font-family",
84836
- "value": "$kendo-font-family-sans-serif",
84747
+ "name": "kendo-font-weight-semibold",
84748
+ "value": "600",
84837
84749
  "scope": "default",
84838
84750
  "line": {
84839
- "start": 65,
84840
- "end": 65
84751
+ "start": 64,
84752
+ "end": 64
84841
84753
  }
84842
84754
  },
84843
84755
  "group": [
@@ -84850,19 +84762,19 @@
84850
84762
  }
84851
84763
  },
84852
84764
  {
84853
- "description": "The font sizes map\n",
84765
+ "description": "The bold font weight across all components.\n",
84854
84766
  "commentRange": {
84855
- "start": 95,
84856
- "end": 96
84767
+ "start": 65,
84768
+ "end": 66
84857
84769
  },
84858
84770
  "context": {
84859
84771
  "type": "variable",
84860
- "name": "kendo-font-sizes",
84861
- "value": "$_default-font-sizes",
84772
+ "name": "kendo-font-weight-bold",
84773
+ "value": "700",
84862
84774
  "scope": "default",
84863
84775
  "line": {
84864
- "start": 97,
84865
- "end": 97
84776
+ "start": 67,
84777
+ "end": 67
84866
84778
  }
84867
84779
  },
84868
84780
  "group": [
@@ -84875,19 +84787,19 @@
84875
84787
  }
84876
84788
  },
84877
84789
  {
84878
- "description": "The line heights map\n",
84790
+ "description": "The extra bold font weight across all components.\n",
84879
84791
  "commentRange": {
84880
- "start": 100,
84881
- "end": 101
84792
+ "start": 68,
84793
+ "end": 69
84882
84794
  },
84883
84795
  "context": {
84884
84796
  "type": "variable",
84885
- "name": "kendo-line-heights",
84886
- "value": "$_default-line-heights",
84797
+ "name": "kendo-font-weight-extra-bold",
84798
+ "value": "800",
84887
84799
  "scope": "default",
84888
84800
  "line": {
84889
- "start": 102,
84890
- "end": 102
84801
+ "start": 70,
84802
+ "end": 70
84891
84803
  }
84892
84804
  },
84893
84805
  "group": [
@@ -84900,19 +84812,19 @@
84900
84812
  }
84901
84813
  },
84902
84814
  {
84903
- "description": "The font weights map\n",
84815
+ "description": "The most pronounced font weight across all components.\n",
84904
84816
  "commentRange": {
84905
- "start": 105,
84906
- "end": 106
84817
+ "start": 71,
84818
+ "end": 72
84907
84819
  },
84908
84820
  "context": {
84909
84821
  "type": "variable",
84910
- "name": "kendo-font-weights",
84911
- "value": "$_default-font-weights",
84822
+ "name": "kendo-font-weight-black",
84823
+ "value": "900",
84912
84824
  "scope": "default",
84913
84825
  "line": {
84914
- "start": 107,
84915
- "end": 107
84826
+ "start": 73,
84827
+ "end": 73
84916
84828
  }
84917
84829
  },
84918
84830
  "group": [
@@ -84925,19 +84837,19 @@
84925
84837
  }
84926
84838
  },
84927
84839
  {
84928
- "description": "The font families map\n",
84840
+ "description": "The base letter spacing across all components.\n",
84929
84841
  "commentRange": {
84930
- "start": 110,
84931
- "end": 111
84842
+ "start": 75,
84843
+ "end": 76
84932
84844
  },
84933
84845
  "context": {
84934
84846
  "type": "variable",
84935
- "name": "kendo-font-families",
84936
- "value": "$_default-font-families",
84847
+ "name": "kendo-letter-spacing",
84848
+ "value": "null",
84937
84849
  "scope": "default",
84938
84850
  "line": {
84939
- "start": 112,
84940
- "end": 112
84851
+ "start": 77,
84852
+ "end": 77
84941
84853
  }
84942
84854
  },
84943
84855
  "group": [
@@ -84950,232 +84862,657 @@
84950
84862
  }
84951
84863
  },
84952
84864
  {
84953
- "description": "The font size of the highest level heading.\n",
84865
+ "description": "The tightest letter spacing across all components.\n",
84954
84866
  "commentRange": {
84955
- "start": 8,
84956
- "end": 9
84867
+ "start": 78,
84868
+ "end": 79
84957
84869
  },
84958
84870
  "context": {
84959
84871
  "type": "variable",
84960
- "name": "kendo-h1-font-size",
84961
- "value": "$kendo-font-size * 2.5",
84872
+ "name": "kendo-letter-spacing-tightest",
84873
+ "value": "-.15px",
84962
84874
  "scope": "default",
84963
84875
  "line": {
84964
- "start": 10,
84965
- "end": 10
84876
+ "start": 80,
84877
+ "end": 80
84966
84878
  }
84967
84879
  },
84968
84880
  "group": [
84969
- "typography-component"
84881
+ "typography"
84970
84882
  ],
84971
84883
  "access": "public",
84972
84884
  "file": {
84973
- "path": "typography/_variables.scss",
84974
- "name": "_variables.scss"
84885
+ "path": "core/typography/index.scss",
84886
+ "name": "index.scss"
84975
84887
  }
84976
84888
  },
84977
84889
  {
84978
- "description": "The font size of the second highest level heading.\n",
84890
+ "description": "Slightly looser than the tighter letter spacing across all components.\n",
84979
84891
  "commentRange": {
84980
- "start": 11,
84981
- "end": 12
84892
+ "start": 81,
84893
+ "end": 82
84982
84894
  },
84983
84895
  "context": {
84984
84896
  "type": "variable",
84985
- "name": "kendo-h2-font-size",
84986
- "value": "$kendo-font-size * 2",
84897
+ "name": "kendo-letter-spacing-tighter",
84898
+ "value": "-.10px",
84987
84899
  "scope": "default",
84988
84900
  "line": {
84989
- "start": 13,
84990
- "end": 13
84901
+ "start": 83,
84902
+ "end": 83
84991
84903
  }
84992
84904
  },
84993
84905
  "group": [
84994
- "typography-component"
84906
+ "typography"
84995
84907
  ],
84996
84908
  "access": "public",
84997
84909
  "file": {
84998
- "path": "typography/_variables.scss",
84999
- "name": "_variables.scss"
84910
+ "path": "core/typography/index.scss",
84911
+ "name": "index.scss"
85000
84912
  }
85001
84913
  },
85002
84914
  {
85003
- "description": "The font size of the third highest level heading.\n",
84915
+ "description": "Moderately tight letter spacing across all components.\n",
85004
84916
  "commentRange": {
85005
- "start": 14,
85006
- "end": 15
84917
+ "start": 84,
84918
+ "end": 85
85007
84919
  },
85008
84920
  "context": {
85009
84921
  "type": "variable",
85010
- "name": "kendo-h3-font-size",
85011
- "value": "$kendo-font-size * 1.75",
84922
+ "name": "kendo-letter-spacing-tight",
84923
+ "value": "-.5px",
85012
84924
  "scope": "default",
85013
84925
  "line": {
85014
- "start": 16,
85015
- "end": 16
84926
+ "start": 86,
84927
+ "end": 86
85016
84928
  }
85017
84929
  },
85018
84930
  "group": [
85019
- "typography-component"
84931
+ "typography"
85020
84932
  ],
85021
84933
  "access": "public",
85022
84934
  "file": {
85023
- "path": "typography/_variables.scss",
85024
- "name": "_variables.scss"
84935
+ "path": "core/typography/index.scss",
84936
+ "name": "index.scss"
85025
84937
  }
85026
84938
  },
85027
84939
  {
85028
- "description": "The font size of the fourth highest level heading.\n",
84940
+ "description": "The normal letter spacing across all components.\n",
85029
84941
  "commentRange": {
85030
- "start": 17,
85031
- "end": 18
84942
+ "start": 87,
84943
+ "end": 88
85032
84944
  },
85033
84945
  "context": {
85034
84946
  "type": "variable",
85035
- "name": "kendo-h4-font-size",
85036
- "value": "$kendo-font-size * 1.5",
84947
+ "name": "kendo-letter-spacing-normal",
84948
+ "value": "0px",
85037
84949
  "scope": "default",
85038
84950
  "line": {
85039
- "start": 19,
85040
- "end": 19
84951
+ "start": 89,
84952
+ "end": 89
85041
84953
  }
85042
84954
  },
85043
84955
  "group": [
85044
- "typography-component"
84956
+ "typography"
85045
84957
  ],
85046
84958
  "access": "public",
85047
84959
  "file": {
85048
- "path": "typography/_variables.scss",
85049
- "name": "_variables.scss"
84960
+ "path": "core/typography/index.scss",
84961
+ "name": "index.scss"
85050
84962
  }
85051
84963
  },
85052
84964
  {
85053
- "description": "The font size of the fifth highest level heading.\n",
84965
+ "description": "Wide letter spacing across all components.\n",
85054
84966
  "commentRange": {
85055
- "start": 20,
85056
- "end": 21
84967
+ "start": 90,
84968
+ "end": 91
85057
84969
  },
85058
84970
  "context": {
85059
84971
  "type": "variable",
85060
- "name": "kendo-h5-font-size",
85061
- "value": "$kendo-font-size * 1.25",
84972
+ "name": "kendo-letter-spacing-wide",
84973
+ "value": ".5px",
85062
84974
  "scope": "default",
85063
84975
  "line": {
85064
- "start": 22,
85065
- "end": 22
84976
+ "start": 92,
84977
+ "end": 92
85066
84978
  }
85067
84979
  },
85068
84980
  "group": [
85069
- "typography-component"
84981
+ "typography"
85070
84982
  ],
85071
84983
  "access": "public",
85072
84984
  "file": {
85073
- "path": "typography/_variables.scss",
85074
- "name": "_variables.scss"
84985
+ "path": "core/typography/index.scss",
84986
+ "name": "index.scss"
85075
84987
  }
85076
84988
  },
85077
84989
  {
85078
- "description": "The font size of the sixth highest level heading.\n",
84990
+ "description": "Slightly wider than the wide letter spacing across all components.\n",
85079
84991
  "commentRange": {
85080
- "start": 23,
85081
- "end": 24
84992
+ "start": 93,
84993
+ "end": 94
85082
84994
  },
85083
84995
  "context": {
85084
84996
  "type": "variable",
85085
- "name": "kendo-h6-font-size",
85086
- "value": "$kendo-font-size",
84997
+ "name": "kendo-letter-spacing-wider",
84998
+ "value": ".10px",
85087
84999
  "scope": "default",
85088
85000
  "line": {
85089
- "start": 25,
85090
- "end": 25
85001
+ "start": 95,
85002
+ "end": 95
85091
85003
  }
85092
85004
  },
85093
85005
  "group": [
85094
- "typography-component"
85006
+ "typography"
85095
85007
  ],
85096
85008
  "access": "public",
85097
85009
  "file": {
85098
- "path": "typography/_variables.scss",
85099
- "name": "_variables.scss"
85010
+ "path": "core/typography/index.scss",
85011
+ "name": "index.scss"
85100
85012
  }
85101
85013
  },
85102
85014
  {
85103
- "description": "The font family of the highest level heading.\n",
85015
+ "description": "The widest letter spacing across all components.\n",
85104
85016
  "commentRange": {
85105
- "start": 27,
85106
- "end": 28
85017
+ "start": 96,
85018
+ "end": 97
85107
85019
  },
85108
85020
  "context": {
85109
85021
  "type": "variable",
85110
- "name": "kendo-h1-font-family",
85111
- "value": "var(--kendo-font-family)",
85022
+ "name": "kendo-letter-spacing-widest",
85023
+ "value": ".15px",
85112
85024
  "scope": "default",
85113
85025
  "line": {
85114
- "start": 29,
85115
- "end": 29
85026
+ "start": 98,
85027
+ "end": 98
85116
85028
  }
85117
85029
  },
85118
85030
  "group": [
85119
- "typography-component"
85031
+ "typography"
85120
85032
  ],
85121
85033
  "access": "public",
85122
85034
  "file": {
85123
- "path": "typography/_variables.scss",
85124
- "name": "_variables.scss"
85035
+ "path": "core/typography/index.scss",
85036
+ "name": "index.scss"
85125
85037
  }
85126
85038
  },
85127
85039
  {
85128
- "description": "The font family of the second highest level heading.\n",
85040
+ "description": "The sans font family across all components.\n",
85129
85041
  "commentRange": {
85130
- "start": 30,
85131
- "end": 31
85042
+ "start": 100,
85043
+ "end": 101
85132
85044
  },
85133
85045
  "context": {
85134
85046
  "type": "variable",
85135
- "name": "kendo-h2-font-family",
85136
- "value": "var(--kendo-font-family)",
85047
+ "name": "kendo-font-family-sans",
85048
+ "value": "Arial, Verdana, Tahoma, \"Trebuchet MS\", Helvetica, Impact, Gill Sans",
85137
85049
  "scope": "default",
85138
85050
  "line": {
85139
- "start": 32,
85140
- "end": 32
85051
+ "start": 102,
85052
+ "end": 102
85141
85053
  }
85142
85054
  },
85143
85055
  "group": [
85144
- "typography-component"
85056
+ "typography"
85145
85057
  ],
85146
85058
  "access": "public",
85147
85059
  "file": {
85148
- "path": "typography/_variables.scss",
85149
- "name": "_variables.scss"
85060
+ "path": "core/typography/index.scss",
85061
+ "name": "index.scss"
85150
85062
  }
85151
85063
  },
85152
85064
  {
85153
- "description": "The font family of the third highest level heading.\n",
85065
+ "description": "The serif font family across all components.\n",
85154
85066
  "commentRange": {
85155
- "start": 33,
85156
- "end": 34
85067
+ "start": 103,
85068
+ "end": 104
85157
85069
  },
85158
85070
  "context": {
85159
85071
  "type": "variable",
85160
- "name": "kendo-h3-font-family",
85161
- "value": "var(--kendo-font-family)",
85072
+ "name": "kendo-font-family-serif",
85073
+ "value": "\"Times New Roman\", Georgia, Garamond, Palatino, Baskerville",
85162
85074
  "scope": "default",
85163
85075
  "line": {
85164
- "start": 35,
85165
- "end": 35
85076
+ "start": 105,
85077
+ "end": 105
85166
85078
  }
85167
85079
  },
85168
85080
  "group": [
85169
- "typography-component"
85081
+ "typography"
85170
85082
  ],
85171
85083
  "access": "public",
85172
85084
  "file": {
85173
- "path": "typography/_variables.scss",
85174
- "name": "_variables.scss"
85085
+ "path": "core/typography/index.scss",
85086
+ "name": "index.scss"
85175
85087
  }
85176
85088
  },
85177
85089
  {
85178
- "description": "The font family of the fourth highest level heading.\n",
85090
+ "description": "The sans-serif font family across all components.\n",
85091
+ "commentRange": {
85092
+ "start": 106,
85093
+ "end": 107
85094
+ },
85095
+ "context": {
85096
+ "type": "variable",
85097
+ "name": "kendo-font-family-sans-serif",
85098
+ "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\"",
85099
+ "scope": "default",
85100
+ "line": {
85101
+ "start": 108,
85102
+ "end": 108
85103
+ }
85104
+ },
85105
+ "group": [
85106
+ "typography"
85107
+ ],
85108
+ "access": "public",
85109
+ "file": {
85110
+ "path": "core/typography/index.scss",
85111
+ "name": "index.scss"
85112
+ }
85113
+ },
85114
+ {
85115
+ "description": "The monospace font family across all components.\n",
85116
+ "commentRange": {
85117
+ "start": 109,
85118
+ "end": 110
85119
+ },
85120
+ "context": {
85121
+ "type": "variable",
85122
+ "name": "kendo-font-family-monospace",
85123
+ "value": "SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace",
85124
+ "scope": "default",
85125
+ "line": {
85126
+ "start": 111,
85127
+ "end": 111
85128
+ }
85129
+ },
85130
+ "group": [
85131
+ "typography"
85132
+ ],
85133
+ "access": "public",
85134
+ "file": {
85135
+ "path": "core/typography/index.scss",
85136
+ "name": "index.scss"
85137
+ }
85138
+ },
85139
+ {
85140
+ "description": "The base font family across all components.\n",
85141
+ "commentRange": {
85142
+ "start": 112,
85143
+ "end": 113
85144
+ },
85145
+ "context": {
85146
+ "type": "variable",
85147
+ "name": "kendo-font-family",
85148
+ "value": "$kendo-font-family-sans-serif",
85149
+ "scope": "default",
85150
+ "line": {
85151
+ "start": 114,
85152
+ "end": 114
85153
+ }
85154
+ },
85155
+ "group": [
85156
+ "typography"
85157
+ ],
85158
+ "access": "public",
85159
+ "file": {
85160
+ "path": "core/typography/index.scss",
85161
+ "name": "index.scss"
85162
+ }
85163
+ },
85164
+ {
85165
+ "description": "The font sizes map\n",
85166
+ "commentRange": {
85167
+ "start": 161,
85168
+ "end": 162
85169
+ },
85170
+ "context": {
85171
+ "type": "variable",
85172
+ "name": "kendo-font-sizes",
85173
+ "value": "$_default-font-sizes",
85174
+ "scope": "default",
85175
+ "line": {
85176
+ "start": 163,
85177
+ "end": 163
85178
+ }
85179
+ },
85180
+ "group": [
85181
+ "typography"
85182
+ ],
85183
+ "access": "public",
85184
+ "file": {
85185
+ "path": "core/typography/index.scss",
85186
+ "name": "index.scss"
85187
+ }
85188
+ },
85189
+ {
85190
+ "description": "The line heights map\n",
85191
+ "commentRange": {
85192
+ "start": 166,
85193
+ "end": 167
85194
+ },
85195
+ "context": {
85196
+ "type": "variable",
85197
+ "name": "kendo-line-heights",
85198
+ "value": "$_default-line-heights",
85199
+ "scope": "default",
85200
+ "line": {
85201
+ "start": 168,
85202
+ "end": 168
85203
+ }
85204
+ },
85205
+ "group": [
85206
+ "typography"
85207
+ ],
85208
+ "access": "public",
85209
+ "file": {
85210
+ "path": "core/typography/index.scss",
85211
+ "name": "index.scss"
85212
+ }
85213
+ },
85214
+ {
85215
+ "description": "The font weights map\n",
85216
+ "commentRange": {
85217
+ "start": 171,
85218
+ "end": 172
85219
+ },
85220
+ "context": {
85221
+ "type": "variable",
85222
+ "name": "kendo-font-weights",
85223
+ "value": "$_default-font-weights",
85224
+ "scope": "default",
85225
+ "line": {
85226
+ "start": 173,
85227
+ "end": 173
85228
+ }
85229
+ },
85230
+ "group": [
85231
+ "typography"
85232
+ ],
85233
+ "access": "public",
85234
+ "file": {
85235
+ "path": "core/typography/index.scss",
85236
+ "name": "index.scss"
85237
+ }
85238
+ },
85239
+ {
85240
+ "description": "The letter spacings map\n",
85241
+ "commentRange": {
85242
+ "start": 176,
85243
+ "end": 177
85244
+ },
85245
+ "context": {
85246
+ "type": "variable",
85247
+ "name": "kendo-letter-spacings",
85248
+ "value": "$_default-letter-spacings",
85249
+ "scope": "default",
85250
+ "line": {
85251
+ "start": 178,
85252
+ "end": 178
85253
+ }
85254
+ },
85255
+ "group": [
85256
+ "typography"
85257
+ ],
85258
+ "access": "public",
85259
+ "file": {
85260
+ "path": "core/typography/index.scss",
85261
+ "name": "index.scss"
85262
+ }
85263
+ },
85264
+ {
85265
+ "description": "The font families map\n",
85266
+ "commentRange": {
85267
+ "start": 181,
85268
+ "end": 182
85269
+ },
85270
+ "context": {
85271
+ "type": "variable",
85272
+ "name": "kendo-font-families",
85273
+ "value": "$_default-font-families",
85274
+ "scope": "default",
85275
+ "line": {
85276
+ "start": 183,
85277
+ "end": 183
85278
+ }
85279
+ },
85280
+ "group": [
85281
+ "typography"
85282
+ ],
85283
+ "access": "public",
85284
+ "file": {
85285
+ "path": "core/typography/index.scss",
85286
+ "name": "index.scss"
85287
+ }
85288
+ },
85289
+ {
85290
+ "description": "The font size of the highest level heading.\n",
85291
+ "commentRange": {
85292
+ "start": 8,
85293
+ "end": 9
85294
+ },
85295
+ "context": {
85296
+ "type": "variable",
85297
+ "name": "kendo-h1-font-size",
85298
+ "value": "$kendo-font-size * 2.5",
85299
+ "scope": "default",
85300
+ "line": {
85301
+ "start": 10,
85302
+ "end": 10
85303
+ }
85304
+ },
85305
+ "group": [
85306
+ "typography-component"
85307
+ ],
85308
+ "access": "public",
85309
+ "file": {
85310
+ "path": "typography/_variables.scss",
85311
+ "name": "_variables.scss"
85312
+ }
85313
+ },
85314
+ {
85315
+ "description": "The font size of the second highest level heading.\n",
85316
+ "commentRange": {
85317
+ "start": 11,
85318
+ "end": 12
85319
+ },
85320
+ "context": {
85321
+ "type": "variable",
85322
+ "name": "kendo-h2-font-size",
85323
+ "value": "$kendo-font-size * 2",
85324
+ "scope": "default",
85325
+ "line": {
85326
+ "start": 13,
85327
+ "end": 13
85328
+ }
85329
+ },
85330
+ "group": [
85331
+ "typography-component"
85332
+ ],
85333
+ "access": "public",
85334
+ "file": {
85335
+ "path": "typography/_variables.scss",
85336
+ "name": "_variables.scss"
85337
+ }
85338
+ },
85339
+ {
85340
+ "description": "The font size of the third highest level heading.\n",
85341
+ "commentRange": {
85342
+ "start": 14,
85343
+ "end": 15
85344
+ },
85345
+ "context": {
85346
+ "type": "variable",
85347
+ "name": "kendo-h3-font-size",
85348
+ "value": "$kendo-font-size * 1.75",
85349
+ "scope": "default",
85350
+ "line": {
85351
+ "start": 16,
85352
+ "end": 16
85353
+ }
85354
+ },
85355
+ "group": [
85356
+ "typography-component"
85357
+ ],
85358
+ "access": "public",
85359
+ "file": {
85360
+ "path": "typography/_variables.scss",
85361
+ "name": "_variables.scss"
85362
+ }
85363
+ },
85364
+ {
85365
+ "description": "The font size of the fourth highest level heading.\n",
85366
+ "commentRange": {
85367
+ "start": 17,
85368
+ "end": 18
85369
+ },
85370
+ "context": {
85371
+ "type": "variable",
85372
+ "name": "kendo-h4-font-size",
85373
+ "value": "$kendo-font-size * 1.5",
85374
+ "scope": "default",
85375
+ "line": {
85376
+ "start": 19,
85377
+ "end": 19
85378
+ }
85379
+ },
85380
+ "group": [
85381
+ "typography-component"
85382
+ ],
85383
+ "access": "public",
85384
+ "file": {
85385
+ "path": "typography/_variables.scss",
85386
+ "name": "_variables.scss"
85387
+ }
85388
+ },
85389
+ {
85390
+ "description": "The font size of the fifth highest level heading.\n",
85391
+ "commentRange": {
85392
+ "start": 20,
85393
+ "end": 21
85394
+ },
85395
+ "context": {
85396
+ "type": "variable",
85397
+ "name": "kendo-h5-font-size",
85398
+ "value": "$kendo-font-size * 1.25",
85399
+ "scope": "default",
85400
+ "line": {
85401
+ "start": 22,
85402
+ "end": 22
85403
+ }
85404
+ },
85405
+ "group": [
85406
+ "typography-component"
85407
+ ],
85408
+ "access": "public",
85409
+ "file": {
85410
+ "path": "typography/_variables.scss",
85411
+ "name": "_variables.scss"
85412
+ }
85413
+ },
85414
+ {
85415
+ "description": "The font size of the sixth highest level heading.\n",
85416
+ "commentRange": {
85417
+ "start": 23,
85418
+ "end": 24
85419
+ },
85420
+ "context": {
85421
+ "type": "variable",
85422
+ "name": "kendo-h6-font-size",
85423
+ "value": "$kendo-font-size",
85424
+ "scope": "default",
85425
+ "line": {
85426
+ "start": 25,
85427
+ "end": 25
85428
+ }
85429
+ },
85430
+ "group": [
85431
+ "typography-component"
85432
+ ],
85433
+ "access": "public",
85434
+ "file": {
85435
+ "path": "typography/_variables.scss",
85436
+ "name": "_variables.scss"
85437
+ }
85438
+ },
85439
+ {
85440
+ "description": "The font family of the highest level heading.\n",
85441
+ "commentRange": {
85442
+ "start": 27,
85443
+ "end": 28
85444
+ },
85445
+ "context": {
85446
+ "type": "variable",
85447
+ "name": "kendo-h1-font-family",
85448
+ "value": "var(--kendo-font-family)",
85449
+ "scope": "default",
85450
+ "line": {
85451
+ "start": 29,
85452
+ "end": 29
85453
+ }
85454
+ },
85455
+ "group": [
85456
+ "typography-component"
85457
+ ],
85458
+ "access": "public",
85459
+ "file": {
85460
+ "path": "typography/_variables.scss",
85461
+ "name": "_variables.scss"
85462
+ }
85463
+ },
85464
+ {
85465
+ "description": "The font family of the second highest level heading.\n",
85466
+ "commentRange": {
85467
+ "start": 30,
85468
+ "end": 31
85469
+ },
85470
+ "context": {
85471
+ "type": "variable",
85472
+ "name": "kendo-h2-font-family",
85473
+ "value": "var(--kendo-font-family)",
85474
+ "scope": "default",
85475
+ "line": {
85476
+ "start": 32,
85477
+ "end": 32
85478
+ }
85479
+ },
85480
+ "group": [
85481
+ "typography-component"
85482
+ ],
85483
+ "access": "public",
85484
+ "file": {
85485
+ "path": "typography/_variables.scss",
85486
+ "name": "_variables.scss"
85487
+ }
85488
+ },
85489
+ {
85490
+ "description": "The font family of the third highest level heading.\n",
85491
+ "commentRange": {
85492
+ "start": 33,
85493
+ "end": 34
85494
+ },
85495
+ "context": {
85496
+ "type": "variable",
85497
+ "name": "kendo-h3-font-family",
85498
+ "value": "var(--kendo-font-family)",
85499
+ "scope": "default",
85500
+ "line": {
85501
+ "start": 35,
85502
+ "end": 35
85503
+ }
85504
+ },
85505
+ "group": [
85506
+ "typography-component"
85507
+ ],
85508
+ "access": "public",
85509
+ "file": {
85510
+ "path": "typography/_variables.scss",
85511
+ "name": "_variables.scss"
85512
+ }
85513
+ },
85514
+ {
85515
+ "description": "The font family of the fourth highest level heading.\n",
85179
85516
  "commentRange": {
85180
85517
  "start": 36,
85181
85518
  "end": 37
@@ -88920,8 +89257,8 @@
88920
89257
  {
88921
89258
  "description": "The theme colors map of the Button.\n",
88922
89259
  "commentRange": {
88923
- "start": 108,
88924
- "end": 109
89260
+ "start": 114,
89261
+ "end": 115
88925
89262
  },
88926
89263
  "context": {
88927
89264
  "type": "variable",
@@ -88929,8 +89266,8 @@
88929
89266
  "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
88930
89267
  "scope": "default",
88931
89268
  "line": {
88932
- "start": 110,
88933
- "end": 110
89269
+ "start": 116,
89270
+ "end": 116
88934
89271
  }
88935
89272
  },
88936
89273
  "group": [
@@ -88945,17 +89282,17 @@
88945
89282
  {
88946
89283
  "description": "The sizes map of the Button.\n",
88947
89284
  "commentRange": {
88948
- "start": 112,
88949
- "end": 113
89285
+ "start": 118,
89286
+ "end": 119
88950
89287
  },
88951
89288
  "context": {
88952
89289
  "type": "variable",
88953
89290
  "name": "kendo-button-sizes",
88954
- "value": "(\n sm: (\n padding-x: $kendo-button-sm-padding-x,\n padding-y: $kendo-button-sm-padding-y,\n font-size: $kendo-button-sm-font-size,\n line-height: $kendo-button-sm-line-height\n ),\n md: (\n padding-x: $kendo-button-md-padding-x,\n padding-y: $kendo-button-md-padding-y,\n font-size: $kendo-button-md-font-size,\n line-height: $kendo-button-md-line-height\n ),\n lg: (\n padding-x: $kendo-button-lg-padding-x,\n padding-y: $kendo-button-lg-padding-y,\n font-size: $kendo-button-lg-font-size,\n line-height: $kendo-button-lg-line-height\n )\n)",
89291
+ "value": "(\n xs: (\n padding-x: $kendo-button-xs-padding-x,\n padding-y: $kendo-button-xs-padding-y,\n font-size: $kendo-button-xs-font-size,\n line-height: $kendo-button-xs-line-height\n ),\n sm: (\n padding-x: $kendo-button-sm-padding-x,\n padding-y: $kendo-button-sm-padding-y,\n font-size: $kendo-button-sm-font-size,\n line-height: $kendo-button-sm-line-height\n ),\n md: (\n padding-x: $kendo-button-md-padding-x,\n padding-y: $kendo-button-md-padding-y,\n font-size: $kendo-button-md-font-size,\n line-height: $kendo-button-md-line-height\n ),\n lg: (\n padding-x: $kendo-button-lg-padding-x,\n padding-y: $kendo-button-lg-padding-y,\n font-size: $kendo-button-lg-font-size,\n line-height: $kendo-button-lg-line-height\n )\n)",
88955
89292
  "scope": "default",
88956
89293
  "line": {
88957
- "start": 114,
88958
- "end": 133
89294
+ "start": 120,
89295
+ "end": 145
88959
89296
  }
88960
89297
  },
88961
89298
  "group": [
@@ -89775,181 +90112,6 @@
89775
90112
  "name": "_variables.scss"
89776
90113
  }
89777
90114
  },
89778
- {
89779
- "description": "The Coral Palette provides colors to the Primary and Series A variable groups.\n",
89780
- "commentRange": {
89781
- "start": 228,
89782
- "end": 229
89783
- },
89784
- "context": {
89785
- "type": "variable",
89786
- "name": "kendo-palette-coral",
89787
- "value": "$_default-palette-coral",
89788
- "scope": "default",
89789
- "line": {
89790
- "start": 230,
89791
- "end": 230
89792
- }
89793
- },
89794
- "group": [
89795
- "palette"
89796
- ],
89797
- "access": "public",
89798
- "file": {
89799
- "path": "core/scss/color-system/_palettes.scss",
89800
- "name": "_palettes.scss"
89801
- }
89802
- },
89803
- {
89804
- "description": "The Sky Blue Palette provides colors to the Tertiary variable group.\n",
89805
- "commentRange": {
89806
- "start": 233,
89807
- "end": 234
89808
- },
89809
- "context": {
89810
- "type": "variable",
89811
- "name": "kendo-palette-sky-blue",
89812
- "value": "$_default-palette-sky-blue",
89813
- "scope": "default",
89814
- "line": {
89815
- "start": 235,
89816
- "end": 235
89817
- }
89818
- },
89819
- "group": [
89820
- "palette"
89821
- ],
89822
- "access": "public",
89823
- "file": {
89824
- "path": "core/scss/color-system/_palettes.scss",
89825
- "name": "_palettes.scss"
89826
- }
89827
- },
89828
- {
89829
- "description": "The Lemon Yellow Palette provides colors to the Series B variable group.\n",
89830
- "commentRange": {
89831
- "start": 258,
89832
- "end": 259
89833
- },
89834
- "context": {
89835
- "type": "variable",
89836
- "name": "kendo-palette-lemon-yellow",
89837
- "value": "$_default-palette-lemon-yellow",
89838
- "scope": "default",
89839
- "line": {
89840
- "start": 260,
89841
- "end": 260
89842
- }
89843
- },
89844
- "group": [
89845
- "palette"
89846
- ],
89847
- "access": "public",
89848
- "file": {
89849
- "path": "core/scss/color-system/_palettes.scss",
89850
- "name": "_palettes.scss"
89851
- }
89852
- },
89853
- {
89854
- "description": "The Spring Green Palette provides colors to the Series C variable group.\n",
89855
- "commentRange": {
89856
- "start": 263,
89857
- "end": 264
89858
- },
89859
- "context": {
89860
- "type": "variable",
89861
- "name": "kendo-palette-spring-green",
89862
- "value": "$_default-palette-spring-green",
89863
- "scope": "default",
89864
- "line": {
89865
- "start": 265,
89866
- "end": 265
89867
- }
89868
- },
89869
- "group": [
89870
- "palette"
89871
- ],
89872
- "access": "public",
89873
- "file": {
89874
- "path": "core/scss/color-system/_palettes.scss",
89875
- "name": "_palettes.scss"
89876
- }
89877
- },
89878
- {
89879
- "description": "The Royal Blue Palette provides colors to the Series D variable group.\n",
89880
- "commentRange": {
89881
- "start": 268,
89882
- "end": 269
89883
- },
89884
- "context": {
89885
- "type": "variable",
89886
- "name": "kendo-palette-royal-blue",
89887
- "value": "$_default-palette-royal-blue",
89888
- "scope": "default",
89889
- "line": {
89890
- "start": 270,
89891
- "end": 270
89892
- }
89893
- },
89894
- "group": [
89895
- "palette"
89896
- ],
89897
- "access": "public",
89898
- "file": {
89899
- "path": "core/scss/color-system/_palettes.scss",
89900
- "name": "_palettes.scss"
89901
- }
89902
- },
89903
- {
89904
- "description": "The Lavender Purple Palette provides colors to the Series E variable group.\n",
89905
- "commentRange": {
89906
- "start": 273,
89907
- "end": 274
89908
- },
89909
- "context": {
89910
- "type": "variable",
89911
- "name": "kendo-palette-lavender-purple",
89912
- "value": "$_default-palette-lavender-purple",
89913
- "scope": "default",
89914
- "line": {
89915
- "start": 275,
89916
- "end": 275
89917
- }
89918
- },
89919
- "group": [
89920
- "palette"
89921
- ],
89922
- "access": "public",
89923
- "file": {
89924
- "path": "core/scss/color-system/_palettes.scss",
89925
- "name": "_palettes.scss"
89926
- }
89927
- },
89928
- {
89929
- "description": "The Flamingo Pink Palette provides colors to the Series F variable group.\n",
89930
- "commentRange": {
89931
- "start": 278,
89932
- "end": 279
89933
- },
89934
- "context": {
89935
- "type": "variable",
89936
- "name": "kendo-palette-flamingo-pink",
89937
- "value": "$_default-palette-flamingo-pink",
89938
- "scope": "default",
89939
- "line": {
89940
- "start": 280,
89941
- "end": 280
89942
- }
89943
- },
89944
- "group": [
89945
- "palette"
89946
- ],
89947
- "access": "public",
89948
- "file": {
89949
- "path": "core/scss/color-system/_palettes.scss",
89950
- "name": "_palettes.scss"
89951
- }
89952
- },
89953
90115
  {
89954
90116
  "description": "The sizes map of the RadioButton.\n",
89955
90117
  "commentRange": {
@@ -90225,431 +90387,6 @@
90225
90387
  "name": "_variables.scss"
90226
90388
  }
90227
90389
  },
90228
- {
90229
- "description": "The extra extra small font size across all components.\n",
90230
- "commentRange": {
90231
- "start": 9,
90232
- "end": 10
90233
- },
90234
- "context": {
90235
- "type": "variable",
90236
- "name": "kendo-font-size-xxs",
90237
- "value": "0.5rem",
90238
- "scope": "default",
90239
- "line": {
90240
- "start": 11,
90241
- "end": 11
90242
- }
90243
- },
90244
- "group": [
90245
- "typography"
90246
- ],
90247
- "access": "public",
90248
- "file": {
90249
- "path": "core/scss/typography/index.scss",
90250
- "name": "index.scss"
90251
- }
90252
- },
90253
- {
90254
- "description": "The base font weight across all components.\n",
90255
- "commentRange": {
90256
- "start": 47,
90257
- "end": 48
90258
- },
90259
- "context": {
90260
- "type": "variable",
90261
- "name": "kendo-font-weight",
90262
- "value": "400",
90263
- "scope": "default",
90264
- "line": {
90265
- "start": 49,
90266
- "end": 49
90267
- }
90268
- },
90269
- "group": [
90270
- "typography"
90271
- ],
90272
- "access": "public",
90273
- "file": {
90274
- "path": "core/scss/typography/index.scss",
90275
- "name": "index.scss"
90276
- }
90277
- },
90278
- {
90279
- "description": "The thin font weight across all components.\n",
90280
- "commentRange": {
90281
- "start": 50,
90282
- "end": 51
90283
- },
90284
- "context": {
90285
- "type": "variable",
90286
- "name": "kendo-font-weight-thin",
90287
- "value": "100",
90288
- "scope": "default",
90289
- "line": {
90290
- "start": 52,
90291
- "end": 52
90292
- }
90293
- },
90294
- "group": [
90295
- "typography"
90296
- ],
90297
- "access": "public",
90298
- "file": {
90299
- "path": "core/scss/typography/index.scss",
90300
- "name": "index.scss"
90301
- }
90302
- },
90303
- {
90304
- "description": "The extra light font weight across all components.\n",
90305
- "commentRange": {
90306
- "start": 53,
90307
- "end": 54
90308
- },
90309
- "context": {
90310
- "type": "variable",
90311
- "name": "kendo-font-weight-extra-light",
90312
- "value": "200",
90313
- "scope": "default",
90314
- "line": {
90315
- "start": 55,
90316
- "end": 55
90317
- }
90318
- },
90319
- "group": [
90320
- "typography"
90321
- ],
90322
- "access": "public",
90323
- "file": {
90324
- "path": "core/scss/typography/index.scss",
90325
- "name": "index.scss"
90326
- }
90327
- },
90328
- {
90329
- "description": "The extra bold font weight across all components.\n",
90330
- "commentRange": {
90331
- "start": 71,
90332
- "end": 72
90333
- },
90334
- "context": {
90335
- "type": "variable",
90336
- "name": "kendo-font-weight-extra-bold",
90337
- "value": "800",
90338
- "scope": "default",
90339
- "line": {
90340
- "start": 73,
90341
- "end": 73
90342
- }
90343
- },
90344
- "group": [
90345
- "typography"
90346
- ],
90347
- "access": "public",
90348
- "file": {
90349
- "path": "core/scss/typography/index.scss",
90350
- "name": "index.scss"
90351
- }
90352
- },
90353
- {
90354
- "description": "The most pronounced font weight across all components.\n",
90355
- "commentRange": {
90356
- "start": 74,
90357
- "end": 75
90358
- },
90359
- "context": {
90360
- "type": "variable",
90361
- "name": "kendo-font-weight-black",
90362
- "value": "900",
90363
- "scope": "default",
90364
- "line": {
90365
- "start": 76,
90366
- "end": 76
90367
- }
90368
- },
90369
- "group": [
90370
- "typography"
90371
- ],
90372
- "access": "public",
90373
- "file": {
90374
- "path": "core/scss/typography/index.scss",
90375
- "name": "index.scss"
90376
- }
90377
- },
90378
- {
90379
- "description": "The base letter spacing across all components.\n",
90380
- "commentRange": {
90381
- "start": 78,
90382
- "end": 79
90383
- },
90384
- "context": {
90385
- "type": "variable",
90386
- "name": "kendo-letter-spacing",
90387
- "value": "null",
90388
- "scope": "default",
90389
- "line": {
90390
- "start": 80,
90391
- "end": 80
90392
- }
90393
- },
90394
- "group": [
90395
- "typography"
90396
- ],
90397
- "access": "public",
90398
- "file": {
90399
- "path": "core/scss/typography/index.scss",
90400
- "name": "index.scss"
90401
- }
90402
- },
90403
- {
90404
- "description": "The tightest letter spacing across all components.\n",
90405
- "commentRange": {
90406
- "start": 81,
90407
- "end": 82
90408
- },
90409
- "context": {
90410
- "type": "variable",
90411
- "name": "kendo-letter-spacing-tightest",
90412
- "value": "-.15px",
90413
- "scope": "default",
90414
- "line": {
90415
- "start": 83,
90416
- "end": 83
90417
- }
90418
- },
90419
- "group": [
90420
- "typography"
90421
- ],
90422
- "access": "public",
90423
- "file": {
90424
- "path": "core/scss/typography/index.scss",
90425
- "name": "index.scss"
90426
- }
90427
- },
90428
- {
90429
- "description": "Slightly looser than the tighter letter spacing across all components.\n",
90430
- "commentRange": {
90431
- "start": 84,
90432
- "end": 85
90433
- },
90434
- "context": {
90435
- "type": "variable",
90436
- "name": "kendo-letter-spacing-tighter",
90437
- "value": "-.10px",
90438
- "scope": "default",
90439
- "line": {
90440
- "start": 86,
90441
- "end": 86
90442
- }
90443
- },
90444
- "group": [
90445
- "typography"
90446
- ],
90447
- "access": "public",
90448
- "file": {
90449
- "path": "core/scss/typography/index.scss",
90450
- "name": "index.scss"
90451
- }
90452
- },
90453
- {
90454
- "description": "Moderately tight letter spacing across all components.\n",
90455
- "commentRange": {
90456
- "start": 87,
90457
- "end": 88
90458
- },
90459
- "context": {
90460
- "type": "variable",
90461
- "name": "kendo-letter-spacing-tight",
90462
- "value": "-.5px",
90463
- "scope": "default",
90464
- "line": {
90465
- "start": 89,
90466
- "end": 89
90467
- }
90468
- },
90469
- "group": [
90470
- "typography"
90471
- ],
90472
- "access": "public",
90473
- "file": {
90474
- "path": "core/scss/typography/index.scss",
90475
- "name": "index.scss"
90476
- }
90477
- },
90478
- {
90479
- "description": "The normal letter spacing across all components.\n",
90480
- "commentRange": {
90481
- "start": 90,
90482
- "end": 91
90483
- },
90484
- "context": {
90485
- "type": "variable",
90486
- "name": "kendo-letter-spacing-normal",
90487
- "value": "0px",
90488
- "scope": "default",
90489
- "line": {
90490
- "start": 92,
90491
- "end": 92
90492
- }
90493
- },
90494
- "group": [
90495
- "typography"
90496
- ],
90497
- "access": "public",
90498
- "file": {
90499
- "path": "core/scss/typography/index.scss",
90500
- "name": "index.scss"
90501
- }
90502
- },
90503
- {
90504
- "description": "Wide letter spacing across all components.\n",
90505
- "commentRange": {
90506
- "start": 93,
90507
- "end": 94
90508
- },
90509
- "context": {
90510
- "type": "variable",
90511
- "name": "kendo-letter-spacing-wide",
90512
- "value": ".5px",
90513
- "scope": "default",
90514
- "line": {
90515
- "start": 95,
90516
- "end": 95
90517
- }
90518
- },
90519
- "group": [
90520
- "typography"
90521
- ],
90522
- "access": "public",
90523
- "file": {
90524
- "path": "core/scss/typography/index.scss",
90525
- "name": "index.scss"
90526
- }
90527
- },
90528
- {
90529
- "description": "Slightly wider than the wide letter spacing across all components.\n",
90530
- "commentRange": {
90531
- "start": 96,
90532
- "end": 97
90533
- },
90534
- "context": {
90535
- "type": "variable",
90536
- "name": "kendo-letter-spacing-wider",
90537
- "value": ".10px",
90538
- "scope": "default",
90539
- "line": {
90540
- "start": 98,
90541
- "end": 98
90542
- }
90543
- },
90544
- "group": [
90545
- "typography"
90546
- ],
90547
- "access": "public",
90548
- "file": {
90549
- "path": "core/scss/typography/index.scss",
90550
- "name": "index.scss"
90551
- }
90552
- },
90553
- {
90554
- "description": "The widest letter spacing across all components.\n",
90555
- "commentRange": {
90556
- "start": 99,
90557
- "end": 100
90558
- },
90559
- "context": {
90560
- "type": "variable",
90561
- "name": "kendo-letter-spacing-widest",
90562
- "value": ".15px",
90563
- "scope": "default",
90564
- "line": {
90565
- "start": 101,
90566
- "end": 101
90567
- }
90568
- },
90569
- "group": [
90570
- "typography"
90571
- ],
90572
- "access": "public",
90573
- "file": {
90574
- "path": "core/scss/typography/index.scss",
90575
- "name": "index.scss"
90576
- }
90577
- },
90578
- {
90579
- "description": "The sans font family across all components.\n",
90580
- "commentRange": {
90581
- "start": 103,
90582
- "end": 104
90583
- },
90584
- "context": {
90585
- "type": "variable",
90586
- "name": "kendo-font-family-sans",
90587
- "value": "Arial, Verdana, Tahoma, \"Trebuchet MS\", Helvetica, Impact, Gill Sans",
90588
- "scope": "default",
90589
- "line": {
90590
- "start": 105,
90591
- "end": 105
90592
- }
90593
- },
90594
- "group": [
90595
- "typography"
90596
- ],
90597
- "access": "public",
90598
- "file": {
90599
- "path": "core/scss/typography/index.scss",
90600
- "name": "index.scss"
90601
- }
90602
- },
90603
- {
90604
- "description": "The serif font family across all components.\n",
90605
- "commentRange": {
90606
- "start": 106,
90607
- "end": 107
90608
- },
90609
- "context": {
90610
- "type": "variable",
90611
- "name": "kendo-font-family-serif",
90612
- "value": "\"Times New Roman\", Georgia, Garamond, Palatino, Baskerville",
90613
- "scope": "default",
90614
- "line": {
90615
- "start": 108,
90616
- "end": 108
90617
- }
90618
- },
90619
- "group": [
90620
- "typography"
90621
- ],
90622
- "access": "public",
90623
- "file": {
90624
- "path": "core/scss/typography/index.scss",
90625
- "name": "index.scss"
90626
- }
90627
- },
90628
- {
90629
- "description": "The letter spacings map\n",
90630
- "commentRange": {
90631
- "start": 180,
90632
- "end": 181
90633
- },
90634
- "context": {
90635
- "type": "variable",
90636
- "name": "kendo-letter-spacings",
90637
- "value": "$default-letter-spacings",
90638
- "scope": "default",
90639
- "line": {
90640
- "start": 182,
90641
- "end": 182
90642
- }
90643
- },
90644
- "group": [
90645
- "typography"
90646
- ],
90647
- "access": "public",
90648
- "file": {
90649
- "path": "core/scss/typography/index.scss",
90650
- "name": "index.scss"
90651
- }
90652
- },
90653
90390
  {
90654
90391
  "description": "A list of exported modules.\n",
90655
90392
  "commentRange": {