@progress/kendo-theme-classic 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 (53) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/classic-green-dark.css +1 -1
  3. package/dist/classic-green-dark.scss +117 -117
  4. package/dist/classic-green.css +1 -1
  5. package/dist/classic-green.scss +107 -107
  6. package/dist/classic-lavender-dark.css +1 -1
  7. package/dist/classic-lavender-dark.scss +120 -120
  8. package/dist/classic-lavender.css +1 -1
  9. package/dist/classic-lavender.scss +110 -110
  10. package/dist/classic-main-dark.css +1 -1
  11. package/dist/classic-main-dark.scss +117 -117
  12. package/dist/classic-main.css +1 -1
  13. package/dist/classic-metro-dark.css +1 -1
  14. package/dist/classic-metro-dark.scss +120 -120
  15. package/dist/classic-metro.css +1 -1
  16. package/dist/classic-metro.scss +110 -110
  17. package/dist/classic-moonlight.css +1 -1
  18. package/dist/classic-moonlight.scss +120 -120
  19. package/dist/classic-opal-dark.css +1 -1
  20. package/dist/classic-opal-dark.scss +117 -117
  21. package/dist/classic-opal.css +1 -1
  22. package/dist/classic-opal.scss +107 -107
  23. package/dist/classic-silver-dark.css +1 -1
  24. package/dist/classic-silver-dark.scss +117 -117
  25. package/dist/classic-silver.css +1 -1
  26. package/dist/classic-silver.scss +107 -107
  27. package/dist/classic-uniform.css +1 -1
  28. package/dist/classic-uniform.scss +111 -111
  29. package/dist/meta/sassdoc-data.json +1382 -2698
  30. package/dist/meta/sassdoc-raw-data.json +462 -900
  31. package/dist/meta/variables.json +453 -744
  32. package/lib/swatches/classic-green-dark.json +123 -123
  33. package/lib/swatches/classic-green.json +113 -113
  34. package/lib/swatches/classic-lavender-dark.json +126 -126
  35. package/lib/swatches/classic-lavender.json +116 -116
  36. package/lib/swatches/classic-main-dark.json +123 -123
  37. package/lib/swatches/classic-main.json +6 -6
  38. package/lib/swatches/classic-metro-dark.json +126 -126
  39. package/lib/swatches/classic-metro.json +116 -116
  40. package/lib/swatches/classic-moonlight.json +126 -126
  41. package/lib/swatches/classic-opal-dark.json +123 -123
  42. package/lib/swatches/classic-opal.json +113 -113
  43. package/lib/swatches/classic-silver-dark.json +123 -123
  44. package/lib/swatches/classic-silver.json +113 -113
  45. package/lib/swatches/classic-uniform.json +117 -117
  46. package/package.json +4 -4
  47. package/scss/button/_variables.scss +20 -0
  48. package/scss/core/_index.scss +1 -0
  49. package/scss/core/border-radii/index.scss +13 -10
  50. package/scss/core/color-system/_swatch.scss +185 -166
  51. package/scss/core/spacing/index.scss +36 -38
  52. package/scss/dataviz/_variables.scss +1 -1
  53. package/scss/core/color-system/_palettes.scss +0 -305
@@ -6548,14 +6548,14 @@
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",
6558
+ "name": "kendo-button-xs-padding-x",
6559
6559
  "value": "k-spacing(2)",
6560
6560
  "scope": "default",
6561
6561
  "line": {
@@ -6573,14 +6573,14 @@
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",
6583
+ "name": "kendo-button-sm-padding-x",
6584
6584
  "value": "k-spacing(2)",
6585
6585
  "scope": "default",
6586
6586
  "line": {
@@ -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(3)",
6608
+ "name": "kendo-button-md-padding-x",
6609
+ "value": "k-spacing(2)",
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(3)",
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(0.5)",
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)",
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": "var(--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)",
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)",
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": "var(--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": "var(--kendo-line-height)",
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": "var(--kendo-line-height)",
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-lg)",
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": 95,
6954
- "end": 96
7053
+ "start": 109,
7054
+ "end": 110
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": 97,
6963
- "end": 97
7062
+ "start": 111,
7063
+ "end": 111
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": 98,
6979
- "end": 99
7078
+ "start": 112,
7079
+ "end": 113
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": 100,
6988
- "end": 100
7087
+ "start": 114,
7088
+ "end": 114
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": 101,
7004
- "end": 102
7103
+ "start": 115,
7104
+ "end": 116
7005
7105
  },
7006
7106
  "context": {
7007
7107
  "type": "variable",
@@ -7009,8 +7109,8 @@
7009
7109
  "value": "k-color(border)",
7010
7110
  "scope": "default",
7011
7111
  "line": {
7012
- "start": 103,
7013
- "end": 103
7112
+ "start": 117,
7113
+ "end": 117
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": 104,
7029
- "end": 105
7128
+ "start": 118,
7129
+ "end": 119
7030
7130
  },
7031
7131
  "context": {
7032
7132
  "type": "variable",
@@ -7034,8 +7134,8 @@
7034
7134
  "value": "null",
7035
7135
  "scope": "default",
7036
7136
  "line": {
7037
- "start": 106,
7038
- "end": 106
7137
+ "start": 120,
7138
+ "end": 120
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": 107,
7054
- "end": 108
7153
+ "start": 121,
7154
+ "end": 122
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": 109,
7063
- "end": 109
7162
+ "start": 123,
7163
+ "end": 123
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": 111,
7079
- "end": 112
7178
+ "start": 125,
7179
+ "end": 126
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": 113,
7088
- "end": 113
7187
+ "start": 127,
7188
+ "end": 127
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": 114,
7104
- "end": 115
7203
+ "start": 128,
7204
+ "end": 129
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": 116,
7113
- "end": 116
7212
+ "start": 130,
7213
+ "end": 130
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": 117,
7129
- "end": 118
7228
+ "start": 131,
7229
+ "end": 132
7130
7230
  },
7131
7231
  "context": {
7132
7232
  "type": "variable",
@@ -7134,8 +7234,8 @@
7134
7234
  "value": "k-color(border-alt)",
7135
7235
  "scope": "default",
7136
7236
  "line": {
7137
- "start": 119,
7138
- "end": 119
7237
+ "start": 133,
7238
+ "end": 133
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": 120,
7154
- "end": 121
7253
+ "start": 134,
7254
+ "end": 135
7155
7255
  },
7156
7256
  "context": {
7157
7257
  "type": "variable",
@@ -7159,8 +7259,8 @@
7159
7259
  "value": "null",
7160
7260
  "scope": "default",
7161
7261
  "line": {
7162
- "start": 122,
7163
- "end": 122
7262
+ "start": 136,
7263
+ "end": 136
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": 123,
7179
- "end": 124
7278
+ "start": 137,
7279
+ "end": 138
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": 125,
7188
- "end": 125
7287
+ "start": 139,
7288
+ "end": 139
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": 127,
7204
- "end": 128
7303
+ "start": 141,
7304
+ "end": 142
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": 129,
7213
- "end": 129
7312
+ "start": 143,
7313
+ "end": 143
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": 130,
7229
- "end": 131
7328
+ "start": 144,
7329
+ "end": 145
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": 132,
7238
- "end": 132
7337
+ "start": 146,
7338
+ "end": 146
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": 133,
7254
- "end": 134
7353
+ "start": 147,
7354
+ "end": 148
7255
7355
  },
7256
7356
  "context": {
7257
7357
  "type": "variable",
@@ -7259,8 +7359,8 @@
7259
7359
  "value": "k-color(border-alt)",
7260
7360
  "scope": "default",
7261
7361
  "line": {
7262
- "start": 135,
7263
- "end": 135
7362
+ "start": 149,
7363
+ "end": 149
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": 136,
7279
- "end": 137
7378
+ "start": 150,
7379
+ "end": 151
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": 138,
7288
- "end": 138
7387
+ "start": 152,
7388
+ "end": 152
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": 139,
7304
- "end": 140
7403
+ "start": 153,
7404
+ "end": 154
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": 141,
7313
- "end": 141
7412
+ "start": 155,
7413
+ "end": 155
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": 143,
7329
- "end": 144
7428
+ "start": 157,
7429
+ "end": 158
7330
7430
  },
7331
7431
  "context": {
7332
7432
  "type": "variable",
@@ -7334,8 +7434,8 @@
7334
7434
  "value": "k-color(primary)",
7335
7435
  "scope": "default",
7336
7436
  "line": {
7337
- "start": 145,
7338
- "end": 145
7437
+ "start": 159,
7438
+ "end": 159
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": 146,
7354
- "end": 147
7453
+ "start": 160,
7454
+ "end": 161
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": 148,
7363
- "end": 148
7462
+ "start": 162,
7463
+ "end": 162
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": 149,
7379
- "end": 150
7478
+ "start": 163,
7479
+ "end": 164
7380
7480
  },
7381
7481
  "context": {
7382
7482
  "type": "variable",
@@ -7384,8 +7484,8 @@
7384
7484
  "value": "$kendo-button-selected-bg",
7385
7485
  "scope": "default",
7386
7486
  "line": {
7387
- "start": 151,
7388
- "end": 151
7487
+ "start": 165,
7488
+ "end": 165
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": 152,
7404
- "end": 153
7503
+ "start": 166,
7504
+ "end": 167
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": 154,
7413
- "end": 154
7512
+ "start": 168,
7513
+ "end": 168
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": 155,
7429
- "end": 156
7528
+ "start": 169,
7529
+ "end": 170
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": 157,
7438
- "end": 157
7537
+ "start": 171,
7538
+ "end": 171
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": 159,
7454
- "end": 160
7553
+ "start": 173,
7554
+ "end": 174
7455
7555
  },
7456
7556
  "context": {
7457
7557
  "type": "variable",
@@ -7459,8 +7559,8 @@
7459
7559
  "value": "0 0 4px 0 color-mix(in srgb, k-color(border) 75%, transparent)",
7460
7560
  "scope": "default",
7461
7561
  "line": {
7462
- "start": 161,
7463
- "end": 161
7562
+ "start": 175,
7563
+ "end": 175
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": 163,
7479
- "end": 164
7578
+ "start": 177,
7579
+ "end": 178
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": 165,
7488
- "end": 165
7587
+ "start": 179,
7588
+ "end": 179
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": 166,
7504
- "end": 167
7603
+ "start": 180,
7604
+ "end": 181
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": 168,
7513
- "end": 168
7612
+ "start": 182,
7613
+ "end": 182
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": 169,
7529
- "end": 170
7628
+ "start": 183,
7629
+ "end": 184
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": 171,
7538
- "end": 171
7637
+ "start": 185,
7638
+ "end": 185
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": 172,
7554
- "end": 173
7653
+ "start": 186,
7654
+ "end": 187
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": 174,
7563
- "end": 174
7662
+ "start": 188,
7663
+ "end": 188
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": 175,
7579
- "end": 176
7678
+ "start": 189,
7679
+ "end": 190
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": 177,
7588
- "end": 177
7687
+ "start": 191,
7688
+ "end": 191
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": 179,
7604
- "end": 180
7703
+ "start": 193,
7704
+ "end": 194
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": 181,
7613
- "end": 181
7712
+ "start": 195,
7713
+ "end": 195
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": 184,
7629
- "end": 185
7728
+ "start": 198,
7729
+ "end": 199
7630
7730
  },
7631
7731
  "context": {
7632
7732
  "type": "variable",
@@ -7634,8 +7734,8 @@
7634
7734
  "value": "null",
7635
7735
  "scope": "default",
7636
7736
  "line": {
7637
- "start": 186,
7638
- "end": 186
7737
+ "start": 200,
7738
+ "end": 200
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": 187,
7654
- "end": 188
7753
+ "start": 201,
7754
+ "end": 202
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": 189,
7663
- "end": 189
7762
+ "start": 203,
7763
+ "end": 203
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": 190,
7679
- "end": 191
7778
+ "start": 204,
7779
+ "end": 205
7680
7780
  },
7681
7781
  "context": {
7682
7782
  "type": "variable",
@@ -7684,8 +7784,8 @@
7684
7784
  "value": "4px",
7685
7785
  "scope": "default",
7686
7786
  "line": {
7687
- "start": 192,
7688
- "end": 192
7787
+ "start": 206,
7788
+ "end": 206
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": 193,
7704
- "end": 194
7803
+ "start": 207,
7804
+ "end": 208
7705
7805
  },
7706
7806
  "context": {
7707
7807
  "type": "variable",
@@ -7709,8 +7809,8 @@
7709
7809
  "value": "0px",
7710
7810
  "scope": "default",
7711
7811
  "line": {
7712
- "start": 195,
7713
- "end": 195
7812
+ "start": 209,
7813
+ "end": 209
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": 196,
7729
- "end": 197
7828
+ "start": 210,
7829
+ "end": 211
7730
7830
  },
7731
7831
  "context": {
7732
7832
  "type": "variable",
@@ -7734,8 +7834,8 @@
7734
7834
  "value": ".75",
7735
7835
  "scope": "default",
7736
7836
  "line": {
7737
- "start": 198,
7738
- "end": 198
7837
+ "start": 212,
7838
+ "end": 212
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": 201,
7754
- "end": 202
7853
+ "start": 215,
7854
+ "end": 216
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": 203,
7763
- "end": 203
7862
+ "start": 217,
7863
+ "end": 217
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": 204,
7779
- "end": 205
7878
+ "start": 218,
7879
+ "end": 219
7780
7880
  },
7781
7881
  "context": {
7782
7882
  "type": "variable",
@@ -7784,8 +7884,8 @@
7784
7884
  "value": "4px",
7785
7885
  "scope": "default",
7786
7886
  "line": {
7787
- "start": 206,
7788
- "end": 206
7887
+ "start": 220,
7888
+ "end": 220
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": 207,
7804
- "end": 208
7903
+ "start": 221,
7904
+ "end": 222
7805
7905
  },
7806
7906
  "context": {
7807
7907
  "type": "variable",
@@ -7809,8 +7909,8 @@
7809
7909
  "value": "0px",
7810
7910
  "scope": "default",
7811
7911
  "line": {
7812
- "start": 209,
7813
- "end": 209
7912
+ "start": 223,
7913
+ "end": 223
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": 210,
7829
- "end": 211
7928
+ "start": 224,
7929
+ "end": 225
7830
7930
  },
7831
7931
  "context": {
7832
7932
  "type": "variable",
@@ -7834,8 +7934,8 @@
7834
7934
  "value": ".75",
7835
7935
  "scope": "default",
7836
7936
  "line": {
7837
- "start": 212,
7838
- "end": 212
7937
+ "start": 226,
7938
+ "end": 226
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": 215,
7854
- "end": 216
7953
+ "start": 229,
7954
+ "end": 230
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": 217,
7863
- "end": 217
7962
+ "start": 231,
7963
+ "end": 231
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": 218,
7879
- "end": 219
7978
+ "start": 232,
7979
+ "end": 233
7880
7980
  },
7881
7981
  "context": {
7882
7982
  "type": "variable",
@@ -7884,8 +7984,8 @@
7884
7984
  "value": "4px",
7885
7985
  "scope": "default",
7886
7986
  "line": {
7887
- "start": 220,
7888
- "end": 220
7987
+ "start": 234,
7988
+ "end": 234
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": 221,
7904
- "end": 222
8003
+ "start": 235,
8004
+ "end": 236
7905
8005
  },
7906
8006
  "context": {
7907
8007
  "type": "variable",
@@ -7909,8 +8009,8 @@
7909
8009
  "value": "0px",
7910
8010
  "scope": "default",
7911
8011
  "line": {
7912
- "start": 223,
7913
- "end": 223
8012
+ "start": 237,
8013
+ "end": 237
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": 224,
7929
- "end": 225
8028
+ "start": 238,
8029
+ "end": 239
7930
8030
  },
7931
8031
  "context": {
7932
8032
  "type": "variable",
@@ -7934,8 +8034,8 @@
7934
8034
  "value": ".75",
7935
8035
  "scope": "default",
7936
8036
  "line": {
7937
- "start": 226,
7938
- "end": 226
8037
+ "start": 240,
8038
+ "end": 240
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": 229,
7954
- "end": 230
8053
+ "start": 243,
8054
+ "end": 244
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": 231,
7963
- "end": 231
8062
+ "start": 245,
8063
+ "end": 245
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": 233,
7979
- "end": 234
8078
+ "start": 247,
8079
+ "end": 248
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": 235,
7988
- "end": 235
8087
+ "start": 249,
8088
+ "end": 249
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": 236,
8004
- "end": 237
8103
+ "start": 250,
8104
+ "end": 251
8005
8105
  },
8006
8106
  "context": {
8007
8107
  "type": "variable",
@@ -8009,8 +8109,8 @@
8009
8109
  "value": ".12",
8010
8110
  "scope": "default",
8011
8111
  "line": {
8012
- "start": 238,
8013
- "end": 238
8112
+ "start": 252,
8113
+ "end": 252
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 background for the flat Button.\n",
8027
8127
  "commentRange": {
8028
- "start": 239,
8029
- "end": 240
8128
+ "start": 253,
8129
+ "end": 254
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": 241,
8038
- "end": 241
8137
+ "start": 255,
8138
+ "end": 255
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 background for the flat Button.\n",
8052
8152
  "commentRange": {
8053
- "start": 242,
8054
- "end": 243
8153
+ "start": 256,
8154
+ "end": 257
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": 244,
8063
- "end": 244
8162
+ "start": 258,
8163
+ "end": 258
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": 245,
8079
- "end": 246
8178
+ "start": 259,
8179
+ "end": 260
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": 247,
8088
- "end": 247
8187
+ "start": 261,
8188
+ "end": 261
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": 249,
8104
- "end": 250
8203
+ "start": 263,
8204
+ "end": 264
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": 251,
8113
- "end": 251
8212
+ "start": 265,
8213
+ "end": 265
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",
@@ -51795,331 +51907,6 @@
51795
51907
  "name": "_variables.scss"
51796
51908
  }
51797
51909
  },
51798
- {
51799
- "description": "The Ash Gray Palette provides colors to the Base, Secondary, Light, Dark, and Inverse variable groups.\n",
51800
- "commentRange": {
51801
- "start": 241,
51802
- "end": 242
51803
- },
51804
- "context": {
51805
- "type": "variable",
51806
- "name": "kendo-palette-ash-gray",
51807
- "value": "$_default-palette-ash-gray",
51808
- "scope": "default",
51809
- "line": {
51810
- "start": 243,
51811
- "end": 243
51812
- }
51813
- },
51814
- "group": [
51815
- "palette"
51816
- ],
51817
- "access": "public",
51818
- "file": {
51819
- "path": "core/color-system/_palettes.scss",
51820
- "name": "_palettes.scss"
51821
- }
51822
- },
51823
- {
51824
- "description": "The Tangerine Orange Palette provides colors to the Primary variable group.\n",
51825
- "commentRange": {
51826
- "start": 246,
51827
- "end": 247
51828
- },
51829
- "context": {
51830
- "type": "variable",
51831
- "name": "kendo-palette-tangerine-orange",
51832
- "value": "$_default-palette-tangerine-orange",
51833
- "scope": "default",
51834
- "line": {
51835
- "start": 248,
51836
- "end": 248
51837
- }
51838
- },
51839
- "group": [
51840
- "palette"
51841
- ],
51842
- "access": "public",
51843
- "file": {
51844
- "path": "core/color-system/_palettes.scss",
51845
- "name": "_palettes.scss"
51846
- }
51847
- },
51848
- {
51849
- "description": "The Dodger Blue Palette provides colors to the Tertiary variable group.\n",
51850
- "commentRange": {
51851
- "start": 251,
51852
- "end": 252
51853
- },
51854
- "context": {
51855
- "type": "variable",
51856
- "name": "kendo-palette-dodger-blue",
51857
- "value": "$_default-palette-dodger-blue",
51858
- "scope": "default",
51859
- "line": {
51860
- "start": 253,
51861
- "end": 253
51862
- }
51863
- },
51864
- "group": [
51865
- "palette"
51866
- ],
51867
- "access": "public",
51868
- "file": {
51869
- "path": "core/color-system/_palettes.scss",
51870
- "name": "_palettes.scss"
51871
- }
51872
- },
51873
- {
51874
- "description": "The Grass Green Palette provides colors to the Success variable group.\n",
51875
- "commentRange": {
51876
- "start": 256,
51877
- "end": 257
51878
- },
51879
- "context": {
51880
- "type": "variable",
51881
- "name": "kendo-palette-grass-green",
51882
- "value": "$_default-palette-grass-green",
51883
- "scope": "default",
51884
- "line": {
51885
- "start": 258,
51886
- "end": 258
51887
- }
51888
- },
51889
- "group": [
51890
- "palette"
51891
- ],
51892
- "access": "public",
51893
- "file": {
51894
- "path": "core/color-system/_palettes.scss",
51895
- "name": "_palettes.scss"
51896
- }
51897
- },
51898
- {
51899
- "description": "The Lake Blue Palette provides colors to the Info variable group.\n",
51900
- "commentRange": {
51901
- "start": 261,
51902
- "end": 262
51903
- },
51904
- "context": {
51905
- "type": "variable",
51906
- "name": "kendo-palette-lake-blue",
51907
- "value": "$_default-palette-lake-blue",
51908
- "scope": "default",
51909
- "line": {
51910
- "start": 263,
51911
- "end": 263
51912
- }
51913
- },
51914
- "group": [
51915
- "palette"
51916
- ],
51917
- "access": "public",
51918
- "file": {
51919
- "path": "core/color-system/_palettes.scss",
51920
- "name": "_palettes.scss"
51921
- }
51922
- },
51923
- {
51924
- "description": "The Honey Yellow Palette provides colors to the Warning variable group.\n",
51925
- "commentRange": {
51926
- "start": 266,
51927
- "end": 267
51928
- },
51929
- "context": {
51930
- "type": "variable",
51931
- "name": "kendo-palette-honey-yellow",
51932
- "value": "$_default-palette-honey-yellow",
51933
- "scope": "default",
51934
- "line": {
51935
- "start": 268,
51936
- "end": 268
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 Brick Red Palette provides colors to the Error variable group.\n",
51950
- "commentRange": {
51951
- "start": 271,
51952
- "end": 272
51953
- },
51954
- "context": {
51955
- "type": "variable",
51956
- "name": "kendo-palette-brick-red",
51957
- "value": "$_default-palette-brick-red",
51958
- "scope": "default",
51959
- "line": {
51960
- "start": 273,
51961
- "end": 273
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 Coral Palette provides colors to the Series A variable group.\n",
51975
- "commentRange": {
51976
- "start": 276,
51977
- "end": 277
51978
- },
51979
- "context": {
51980
- "type": "variable",
51981
- "name": "kendo-palette-coral",
51982
- "value": "$_default-palette-coral",
51983
- "scope": "default",
51984
- "line": {
51985
- "start": 278,
51986
- "end": 278
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 Pineapple Yellow provides colors to the Series B variable group.\n",
52000
- "commentRange": {
52001
- "start": 281,
52002
- "end": 282
52003
- },
52004
- "context": {
52005
- "type": "variable",
52006
- "name": "kendo-palette-pineapple-yellow",
52007
- "value": "$_default-palette-pineapple-yellow",
52008
- "scope": "default",
52009
- "line": {
52010
- "start": 283,
52011
- "end": 283
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 Apple Green provides colors to the Series C variable group.\n",
52025
- "commentRange": {
52026
- "start": 286,
52027
- "end": 287
52028
- },
52029
- "context": {
52030
- "type": "variable",
52031
- "name": "kendo-palette-apple-green",
52032
- "value": "$_default-palette-apple-green",
52033
- "scope": "default",
52034
- "line": {
52035
- "start": 288,
52036
- "end": 288
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 Pacific Blue provides colors to the Series D variable group.\n",
52050
- "commentRange": {
52051
- "start": 291,
52052
- "end": 292
52053
- },
52054
- "context": {
52055
- "type": "variable",
52056
- "name": "kendo-palette-pacific-blue",
52057
- "value": "$_default-palette-pacific-blue",
52058
- "scope": "default",
52059
- "line": {
52060
- "start": 293,
52061
- "end": 293
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 Bright Blue provides colors to the Series E variable group.\n",
52075
- "commentRange": {
52076
- "start": 296,
52077
- "end": 297
52078
- },
52079
- "context": {
52080
- "type": "variable",
52081
- "name": "kendo-palette-bright-blue",
52082
- "value": "$_default-palette-bright-blue",
52083
- "scope": "default",
52084
- "line": {
52085
- "start": 298,
52086
- "end": 298
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 Orchid Purple provides colors to the Series F variable group.\n",
52100
- "commentRange": {
52101
- "start": 301,
52102
- "end": 302
52103
- },
52104
- "context": {
52105
- "type": "variable",
52106
- "name": "kendo-palette-orchid-purple",
52107
- "value": "$_default-palette-orchid-purple",
52108
- "scope": "default",
52109
- "line": {
52110
- "start": 303,
52111
- "end": 303
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
51910
  {
52124
51911
  "description": "The border radius of the Panel.\n",
52125
51912
  "commentRange": {
@@ -60555,19 +60342,19 @@
60555
60342
  }
60556
60343
  },
60557
60344
  {
60558
- "description": "The none border radius used across the Components.\n",
60345
+ "description": "The base border radius used across the Components.\n",
60559
60346
  "commentRange": {
60560
- "start": 4,
60561
- "end": 5
60347
+ "start": 3,
60348
+ "end": 4
60562
60349
  },
60563
60350
  "context": {
60564
60351
  "type": "variable",
60565
- "name": "kendo-border-radius-none",
60566
- "value": "map.get($kendo-spacing, 0)",
60352
+ "name": "kendo-border-radius-base",
60353
+ "value": ".25rem",
60567
60354
  "scope": "default",
60568
60355
  "line": {
60569
- "start": 6,
60570
- "end": 6
60356
+ "start": 5,
60357
+ "end": 5
60571
60358
  }
60572
60359
  },
60573
60360
  "group": [
@@ -60580,15 +60367,15 @@
60580
60367
  }
60581
60368
  },
60582
60369
  {
60583
- "description": "The extra small border radius used across the Components.\n",
60370
+ "description": "The none border radius used across the Components.\n",
60584
60371
  "commentRange": {
60585
60372
  "start": 7,
60586
60373
  "end": 8
60587
60374
  },
60588
60375
  "context": {
60589
60376
  "type": "variable",
60590
- "name": "kendo-border-radius-xs",
60591
- "value": "map.get($kendo-spacing, 1px)",
60377
+ "name": "kendo-border-radius-none",
60378
+ "value": "0px",
60592
60379
  "scope": "default",
60593
60380
  "line": {
60594
60381
  "start": 9,
@@ -60605,15 +60392,15 @@
60605
60392
  }
60606
60393
  },
60607
60394
  {
60608
- "description": "The small border radius used across the Components.\n",
60395
+ "description": "The extra small border radius used across the Components.\n",
60609
60396
  "commentRange": {
60610
60397
  "start": 10,
60611
60398
  "end": 11
60612
60399
  },
60613
60400
  "context": {
60614
60401
  "type": "variable",
60615
- "name": "kendo-border-radius-sm",
60616
- "value": "map.get($kendo-spacing, 0.5)",
60402
+ "name": "kendo-border-radius-xs",
60403
+ "value": "calc(var(--kendo-border-radius-base) * .25)",
60617
60404
  "scope": "default",
60618
60405
  "line": {
60619
60406
  "start": 12,
@@ -60630,15 +60417,15 @@
60630
60417
  }
60631
60418
  },
60632
60419
  {
60633
- "description": "The medium border radius used across the Components.\n",
60420
+ "description": "The small border radius used across the Components.\n",
60634
60421
  "commentRange": {
60635
60422
  "start": 13,
60636
60423
  "end": 14
60637
60424
  },
60638
60425
  "context": {
60639
60426
  "type": "variable",
60640
- "name": "kendo-border-radius-md",
60641
- "value": "map.get($kendo-spacing, 1)",
60427
+ "name": "kendo-border-radius-sm",
60428
+ "value": "calc(var(--kendo-border-radius-base) * .5)",
60642
60429
  "scope": "default",
60643
60430
  "line": {
60644
60431
  "start": 15,
@@ -60655,15 +60442,15 @@
60655
60442
  }
60656
60443
  },
60657
60444
  {
60658
- "description": "The large border radius used across the Components.\n",
60445
+ "description": "The medium border radius used across the Components.\n",
60659
60446
  "commentRange": {
60660
60447
  "start": 16,
60661
60448
  "end": 17
60662
60449
  },
60663
60450
  "context": {
60664
60451
  "type": "variable",
60665
- "name": "kendo-border-radius-lg",
60666
- "value": "map.get($kendo-spacing, 1.5)",
60452
+ "name": "kendo-border-radius-md",
60453
+ "value": "var(--kendo-border-radius-base)",
60667
60454
  "scope": "default",
60668
60455
  "line": {
60669
60456
  "start": 18,
@@ -60680,15 +60467,15 @@
60680
60467
  }
60681
60468
  },
60682
60469
  {
60683
- "description": "The extra large border radius used across the Components.\n",
60470
+ "description": "The large border radius used across the Components.\n",
60684
60471
  "commentRange": {
60685
60472
  "start": 19,
60686
60473
  "end": 20
60687
60474
  },
60688
60475
  "context": {
60689
60476
  "type": "variable",
60690
- "name": "kendo-border-radius-xl",
60691
- "value": "map.get($kendo-spacing, 2)",
60477
+ "name": "kendo-border-radius-lg",
60478
+ "value": "calc(var(--kendo-border-radius-base) * 1.5)",
60692
60479
  "scope": "default",
60693
60480
  "line": {
60694
60481
  "start": 21,
@@ -60705,15 +60492,15 @@
60705
60492
  }
60706
60493
  },
60707
60494
  {
60708
- "description": "The third largest border radius used across the Components.\n",
60495
+ "description": "The extra large border radius used across the Components.\n",
60709
60496
  "commentRange": {
60710
60497
  "start": 22,
60711
60498
  "end": 23
60712
60499
  },
60713
60500
  "context": {
60714
60501
  "type": "variable",
60715
- "name": "kendo-border-radius-xxl",
60716
- "value": "map.get($kendo-spacing, 3)",
60502
+ "name": "kendo-border-radius-xl",
60503
+ "value": "calc(var(--kendo-border-radius-base) * 2)",
60717
60504
  "scope": "default",
60718
60505
  "line": {
60719
60506
  "start": 24,
@@ -60730,15 +60517,15 @@
60730
60517
  }
60731
60518
  },
60732
60519
  {
60733
- "description": "The second largest border radius used across the Components.\n",
60520
+ "description": "The third largest border radius used across the Components.\n",
60734
60521
  "commentRange": {
60735
60522
  "start": 25,
60736
60523
  "end": 26
60737
60524
  },
60738
60525
  "context": {
60739
60526
  "type": "variable",
60740
- "name": "kendo-border-radius-xxxl",
60741
- "value": "map.get($kendo-spacing, 4)",
60527
+ "name": "kendo-border-radius-xxl",
60528
+ "value": "calc(var(--kendo-border-radius-base) * 3)",
60742
60529
  "scope": "default",
60743
60530
  "line": {
60744
60531
  "start": 27,
@@ -60755,15 +60542,15 @@
60755
60542
  }
60756
60543
  },
60757
60544
  {
60758
- "description": "The largest border radius used across the Components.\n",
60545
+ "description": "The second largest border radius used across the Components.\n",
60759
60546
  "commentRange": {
60760
60547
  "start": 28,
60761
60548
  "end": 29
60762
60549
  },
60763
60550
  "context": {
60764
60551
  "type": "variable",
60765
- "name": "kendo-border-radius-full",
60766
- "value": "9999px",
60552
+ "name": "kendo-border-radius-xxxl",
60553
+ "value": "calc(var(--kendo-border-radius-base) * 4)",
60767
60554
  "scope": "default",
60768
60555
  "line": {
60769
60556
  "start": 30,
@@ -60779,11 +60566,36 @@
60779
60566
  "name": "index.scss"
60780
60567
  }
60781
60568
  },
60569
+ {
60570
+ "description": "The largest border radius used across the Components.\n",
60571
+ "commentRange": {
60572
+ "start": 31,
60573
+ "end": 32
60574
+ },
60575
+ "context": {
60576
+ "type": "variable",
60577
+ "name": "kendo-border-radius-full",
60578
+ "value": "calc(var(--kendo-border-radius-base) * 9999)",
60579
+ "scope": "default",
60580
+ "line": {
60581
+ "start": 33,
60582
+ "end": 33
60583
+ }
60584
+ },
60585
+ "group": [
60586
+ "radii"
60587
+ ],
60588
+ "access": "public",
60589
+ "file": {
60590
+ "path": "core/border-radii/index.scss",
60591
+ "name": "index.scss"
60592
+ }
60593
+ },
60782
60594
  {
60783
60595
  "description": "The global radii Map.\n",
60784
60596
  "commentRange": {
60785
- "start": 48,
60786
- "end": 49
60597
+ "start": 51,
60598
+ "end": 52
60787
60599
  },
60788
60600
  "context": {
60789
60601
  "type": "variable",
@@ -60791,8 +60603,8 @@
60791
60603
  "value": "map.merge($_default-border-radii, $kendo-border-radii)",
60792
60604
  "scope": "private",
60793
60605
  "line": {
60794
- "start": 50,
60795
- "end": 50
60606
+ "start": 53,
60607
+ "end": 53
60796
60608
  }
60797
60609
  },
60798
60610
  "group": [
@@ -67469,11 +67281,36 @@
67469
67281
  "name": "_variables.scss"
67470
67282
  }
67471
67283
  },
67284
+ {
67285
+ "description": "The base spacing step used to generate the Spacing map.\n",
67286
+ "commentRange": {
67287
+ "start": 3,
67288
+ "end": 4
67289
+ },
67290
+ "context": {
67291
+ "type": "variable",
67292
+ "name": "kendo-spacing-base",
67293
+ "value": "0.25rem",
67294
+ "scope": "default",
67295
+ "line": {
67296
+ "start": 5,
67297
+ "end": 5
67298
+ }
67299
+ },
67300
+ "group": [
67301
+ "spacing"
67302
+ ],
67303
+ "access": "public",
67304
+ "file": {
67305
+ "path": "core/spacing/index.scss",
67306
+ "name": "index.scss"
67307
+ }
67308
+ },
67472
67309
  {
67473
67310
  "description": "The global default Spacing map.\n",
67474
67311
  "commentRange": {
67475
- "start": 46,
67476
- "end": 47
67312
+ "start": 44,
67313
+ "end": 45
67477
67314
  },
67478
67315
  "context": {
67479
67316
  "type": "variable",
@@ -67481,8 +67318,8 @@
67481
67318
  "value": "$_default-spacing",
67482
67319
  "scope": "default",
67483
67320
  "line": {
67484
- "start": 48,
67485
- "end": 48
67321
+ "start": 46,
67322
+ "end": 46
67486
67323
  }
67487
67324
  },
67488
67325
  "group": [
@@ -89245,8 +89082,8 @@
89245
89082
  {
89246
89083
  "description": "The theme colors map of the Button.\n",
89247
89084
  "commentRange": {
89248
- "start": 108,
89249
- "end": 109
89085
+ "start": 114,
89086
+ "end": 115
89250
89087
  },
89251
89088
  "context": {
89252
89089
  "type": "variable",
@@ -89254,8 +89091,8 @@
89254
89091
  "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
89255
89092
  "scope": "default",
89256
89093
  "line": {
89257
- "start": 110,
89258
- "end": 110
89094
+ "start": 116,
89095
+ "end": 116
89259
89096
  }
89260
89097
  },
89261
89098
  "group": [
@@ -89270,17 +89107,17 @@
89270
89107
  {
89271
89108
  "description": "The sizes map of the Button.\n",
89272
89109
  "commentRange": {
89273
- "start": 112,
89274
- "end": 113
89110
+ "start": 118,
89111
+ "end": 119
89275
89112
  },
89276
89113
  "context": {
89277
89114
  "type": "variable",
89278
89115
  "name": "kendo-button-sizes",
89279
- "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)",
89116
+ "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)",
89280
89117
  "scope": "default",
89281
89118
  "line": {
89282
- "start": 114,
89283
- "end": 133
89119
+ "start": 120,
89120
+ "end": 145
89284
89121
  }
89285
89122
  },
89286
89123
  "group": [
@@ -90100,281 +89937,6 @@
90100
89937
  "name": "_variables.scss"
90101
89938
  }
90102
89939
  },
90103
- {
90104
- "description": "The Gray Palette provides colors to the Base, Secondary, Light, Dark, and Inverse variable groups.\n",
90105
- "commentRange": {
90106
- "start": 223,
90107
- "end": 224
90108
- },
90109
- "context": {
90110
- "type": "variable",
90111
- "name": "kendo-palette-gray",
90112
- "value": "$_default-palette-gray",
90113
- "scope": "default",
90114
- "line": {
90115
- "start": 225,
90116
- "end": 225
90117
- }
90118
- },
90119
- "group": [
90120
- "palette"
90121
- ],
90122
- "access": "public",
90123
- "file": {
90124
- "path": "core/scss/color-system/_palettes.scss",
90125
- "name": "_palettes.scss"
90126
- }
90127
- },
90128
- {
90129
- "description": "The Sky Blue Palette provides colors to the Tertiary variable group.\n",
90130
- "commentRange": {
90131
- "start": 233,
90132
- "end": 234
90133
- },
90134
- "context": {
90135
- "type": "variable",
90136
- "name": "kendo-palette-sky-blue",
90137
- "value": "$_default-palette-sky-blue",
90138
- "scope": "default",
90139
- "line": {
90140
- "start": 235,
90141
- "end": 235
90142
- }
90143
- },
90144
- "group": [
90145
- "palette"
90146
- ],
90147
- "access": "public",
90148
- "file": {
90149
- "path": "core/scss/color-system/_palettes.scss",
90150
- "name": "_palettes.scss"
90151
- }
90152
- },
90153
- {
90154
- "description": "The Green Palette provides colors to the Success variable group.\n",
90155
- "commentRange": {
90156
- "start": 238,
90157
- "end": 239
90158
- },
90159
- "context": {
90160
- "type": "variable",
90161
- "name": "kendo-palette-green",
90162
- "value": "$_default-palette-green",
90163
- "scope": "default",
90164
- "line": {
90165
- "start": 240,
90166
- "end": 240
90167
- }
90168
- },
90169
- "group": [
90170
- "palette"
90171
- ],
90172
- "access": "public",
90173
- "file": {
90174
- "path": "core/scss/color-system/_palettes.scss",
90175
- "name": "_palettes.scss"
90176
- }
90177
- },
90178
- {
90179
- "description": "The Blue Palette provides colors to the Info variable group.\n",
90180
- "commentRange": {
90181
- "start": 243,
90182
- "end": 244
90183
- },
90184
- "context": {
90185
- "type": "variable",
90186
- "name": "kendo-palette-blue",
90187
- "value": "$_default-palette-blue",
90188
- "scope": "default",
90189
- "line": {
90190
- "start": 245,
90191
- "end": 245
90192
- }
90193
- },
90194
- "group": [
90195
- "palette"
90196
- ],
90197
- "access": "public",
90198
- "file": {
90199
- "path": "core/scss/color-system/_palettes.scss",
90200
- "name": "_palettes.scss"
90201
- }
90202
- },
90203
- {
90204
- "description": "The Yellow Palette provides colors to the Warning variable group.\n",
90205
- "commentRange": {
90206
- "start": 248,
90207
- "end": 249
90208
- },
90209
- "context": {
90210
- "type": "variable",
90211
- "name": "kendo-palette-yellow",
90212
- "value": "$_default-palette-yellow",
90213
- "scope": "default",
90214
- "line": {
90215
- "start": 250,
90216
- "end": 250
90217
- }
90218
- },
90219
- "group": [
90220
- "palette"
90221
- ],
90222
- "access": "public",
90223
- "file": {
90224
- "path": "core/scss/color-system/_palettes.scss",
90225
- "name": "_palettes.scss"
90226
- }
90227
- },
90228
- {
90229
- "description": "The Red Palette provides colors to the Error variable group.\n",
90230
- "commentRange": {
90231
- "start": 253,
90232
- "end": 254
90233
- },
90234
- "context": {
90235
- "type": "variable",
90236
- "name": "kendo-palette-red",
90237
- "value": "$_default-palette-red",
90238
- "scope": "default",
90239
- "line": {
90240
- "start": 255,
90241
- "end": 255
90242
- }
90243
- },
90244
- "group": [
90245
- "palette"
90246
- ],
90247
- "access": "public",
90248
- "file": {
90249
- "path": "core/scss/color-system/_palettes.scss",
90250
- "name": "_palettes.scss"
90251
- }
90252
- },
90253
- {
90254
- "description": "The Lemon Yellow Palette provides colors to the Series B variable group.\n",
90255
- "commentRange": {
90256
- "start": 258,
90257
- "end": 259
90258
- },
90259
- "context": {
90260
- "type": "variable",
90261
- "name": "kendo-palette-lemon-yellow",
90262
- "value": "$_default-palette-lemon-yellow",
90263
- "scope": "default",
90264
- "line": {
90265
- "start": 260,
90266
- "end": 260
90267
- }
90268
- },
90269
- "group": [
90270
- "palette"
90271
- ],
90272
- "access": "public",
90273
- "file": {
90274
- "path": "core/scss/color-system/_palettes.scss",
90275
- "name": "_palettes.scss"
90276
- }
90277
- },
90278
- {
90279
- "description": "The Spring Green Palette provides colors to the Series C variable group.\n",
90280
- "commentRange": {
90281
- "start": 263,
90282
- "end": 264
90283
- },
90284
- "context": {
90285
- "type": "variable",
90286
- "name": "kendo-palette-spring-green",
90287
- "value": "$_default-palette-spring-green",
90288
- "scope": "default",
90289
- "line": {
90290
- "start": 265,
90291
- "end": 265
90292
- }
90293
- },
90294
- "group": [
90295
- "palette"
90296
- ],
90297
- "access": "public",
90298
- "file": {
90299
- "path": "core/scss/color-system/_palettes.scss",
90300
- "name": "_palettes.scss"
90301
- }
90302
- },
90303
- {
90304
- "description": "The Royal Blue Palette provides colors to the Series D variable group.\n",
90305
- "commentRange": {
90306
- "start": 268,
90307
- "end": 269
90308
- },
90309
- "context": {
90310
- "type": "variable",
90311
- "name": "kendo-palette-royal-blue",
90312
- "value": "$_default-palette-royal-blue",
90313
- "scope": "default",
90314
- "line": {
90315
- "start": 270,
90316
- "end": 270
90317
- }
90318
- },
90319
- "group": [
90320
- "palette"
90321
- ],
90322
- "access": "public",
90323
- "file": {
90324
- "path": "core/scss/color-system/_palettes.scss",
90325
- "name": "_palettes.scss"
90326
- }
90327
- },
90328
- {
90329
- "description": "The Lavender Purple Palette provides colors to the Series E variable group.\n",
90330
- "commentRange": {
90331
- "start": 273,
90332
- "end": 274
90333
- },
90334
- "context": {
90335
- "type": "variable",
90336
- "name": "kendo-palette-lavender-purple",
90337
- "value": "$_default-palette-lavender-purple",
90338
- "scope": "default",
90339
- "line": {
90340
- "start": 275,
90341
- "end": 275
90342
- }
90343
- },
90344
- "group": [
90345
- "palette"
90346
- ],
90347
- "access": "public",
90348
- "file": {
90349
- "path": "core/scss/color-system/_palettes.scss",
90350
- "name": "_palettes.scss"
90351
- }
90352
- },
90353
- {
90354
- "description": "The Flamingo Pink Palette provides colors to the Series F variable group.\n",
90355
- "commentRange": {
90356
- "start": 278,
90357
- "end": 279
90358
- },
90359
- "context": {
90360
- "type": "variable",
90361
- "name": "kendo-palette-flamingo-pink",
90362
- "value": "$_default-palette-flamingo-pink",
90363
- "scope": "default",
90364
- "line": {
90365
- "start": 280,
90366
- "end": 280
90367
- }
90368
- },
90369
- "group": [
90370
- "palette"
90371
- ],
90372
- "access": "public",
90373
- "file": {
90374
- "path": "core/scss/color-system/_palettes.scss",
90375
- "name": "_palettes.scss"
90376
- }
90377
- },
90378
89940
  {
90379
89941
  "description": "The sizes map of the RadioButton.\n",
90380
89942
  "commentRange": {