@progress/kendo-theme-classic 13.1.2-dev.0 → 13.2.0-dev.1

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 (54) 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 +1838 -3046
  30. package/dist/meta/sassdoc-raw-data.json +682 -1070
  31. package/dist/meta/variables.json +465 -748
  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/grid/_variables.scss +11 -3
  54. 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",
@@ -37310,7 +37422,7 @@
37310
37422
  "context": {
37311
37423
  "type": "variable",
37312
37424
  "name": "kendo-grid-sticky-container-shadow",
37313
- "value": "k-elevation(2)",
37425
+ "value": "0 2px 4px 0 rgba(0, 0, 0, 0.08)",
37314
37426
  "scope": "default",
37315
37427
  "line": {
37316
37428
  "start": 347,
@@ -37326,20 +37438,70 @@
37326
37438
  "name": "_variables.scss"
37327
37439
  }
37328
37440
  },
37441
+ {
37442
+ "description": "The box shadow of the sticky container positioned at the bottom in the Grid.\n",
37443
+ "commentRange": {
37444
+ "start": 348,
37445
+ "end": 349
37446
+ },
37447
+ "context": {
37448
+ "type": "variable",
37449
+ "name": "kendo-grid-sticky-container-bottom-shadow",
37450
+ "value": "0 -2px 4px 0 rgba(0, 0, 0, 0.08)",
37451
+ "scope": "default",
37452
+ "line": {
37453
+ "start": 350,
37454
+ "end": 350
37455
+ }
37456
+ },
37457
+ "group": [
37458
+ "grid"
37459
+ ],
37460
+ "access": "public",
37461
+ "file": {
37462
+ "path": "grid/_variables.scss",
37463
+ "name": "_variables.scss"
37464
+ }
37465
+ },
37329
37466
  {
37330
37467
  "description": "The box shadow of the pinned container in the Grid.\n",
37331
37468
  "commentRange": {
37332
- "start": 349,
37333
- "end": 350
37469
+ "start": 352,
37470
+ "end": 353
37334
37471
  },
37335
37472
  "context": {
37336
37473
  "type": "variable",
37337
37474
  "name": "kendo-grid-pinned-container-shadow",
37338
- "value": "k-elevation(3)",
37475
+ "value": "0 4px 8px 0 rgba(0, 0, 0, 0.08)",
37476
+ "scope": "default",
37477
+ "line": {
37478
+ "start": 354,
37479
+ "end": 354
37480
+ }
37481
+ },
37482
+ "group": [
37483
+ "grid"
37484
+ ],
37485
+ "access": "public",
37486
+ "file": {
37487
+ "path": "grid/_variables.scss",
37488
+ "name": "_variables.scss"
37489
+ }
37490
+ },
37491
+ {
37492
+ "description": "The box shadow of the pinned container positioned at the bottom in the Grid.\n",
37493
+ "commentRange": {
37494
+ "start": 355,
37495
+ "end": 356
37496
+ },
37497
+ "context": {
37498
+ "type": "variable",
37499
+ "name": "kendo-grid-pinned-container-bottom-shadow",
37500
+ "value": "0 -4px 8px 0 rgba(0, 0, 0, 0.08)",
37339
37501
  "scope": "default",
37340
37502
  "line": {
37341
- "start": 351,
37342
- "end": 351
37503
+ "start": 357,
37504
+ "end": 357
37343
37505
  }
37344
37506
  },
37345
37507
  "group": [
@@ -37354,8 +37516,8 @@
37354
37516
  {
37355
37517
  "description": "The width of the Grid column menu.\n",
37356
37518
  "commentRange": {
37357
- "start": 354,
37358
- "end": 355
37519
+ "start": 360,
37520
+ "end": 361
37359
37521
  },
37360
37522
  "context": {
37361
37523
  "type": "variable",
@@ -37363,8 +37525,8 @@
37363
37525
  "value": "230px",
37364
37526
  "scope": "default",
37365
37527
  "line": {
37366
- "start": 356,
37367
- "end": 356
37528
+ "start": 362,
37529
+ "end": 362
37368
37530
  }
37369
37531
  },
37370
37532
  "group": [
@@ -37379,8 +37541,8 @@
37379
37541
  {
37380
37542
  "description": "The maximum width of the Grid column menu.\n",
37381
37543
  "commentRange": {
37382
- "start": 357,
37383
- "end": 358
37544
+ "start": 363,
37545
+ "end": 364
37384
37546
  },
37385
37547
  "context": {
37386
37548
  "type": "variable",
@@ -37388,8 +37550,8 @@
37388
37550
  "value": "320px",
37389
37551
  "scope": "default",
37390
37552
  "line": {
37391
- "start": 359,
37392
- "end": 359
37553
+ "start": 365,
37554
+ "end": 365
37393
37555
  }
37394
37556
  },
37395
37557
  "group": [
@@ -37404,8 +37566,8 @@
37404
37566
  {
37405
37567
  "description": "The horizontal padding of the Grid popup.\n",
37406
37568
  "commentRange": {
37407
- "start": 362,
37408
- "end": 363
37569
+ "start": 368,
37570
+ "end": 369
37409
37571
  },
37410
37572
  "context": {
37411
37573
  "type": "variable",
@@ -37413,8 +37575,8 @@
37413
37575
  "value": "null",
37414
37576
  "scope": "default",
37415
37577
  "line": {
37416
- "start": 364,
37417
- "end": 364
37578
+ "start": 370,
37579
+ "end": 370
37418
37580
  }
37419
37581
  },
37420
37582
  "group": [
@@ -37429,8 +37591,8 @@
37429
37591
  {
37430
37592
  "description": "The vertical padding of the Grid popup.\n",
37431
37593
  "commentRange": {
37432
- "start": 365,
37433
- "end": 366
37594
+ "start": 371,
37595
+ "end": 372
37434
37596
  },
37435
37597
  "context": {
37436
37598
  "type": "variable",
@@ -37438,8 +37600,8 @@
37438
37600
  "value": "null",
37439
37601
  "scope": "default",
37440
37602
  "line": {
37441
- "start": 367,
37442
- "end": 367
37603
+ "start": 373,
37604
+ "end": 373
37443
37605
  }
37444
37606
  },
37445
37607
  "group": [
@@ -37454,8 +37616,8 @@
37454
37616
  {
37455
37617
  "description": "The horizontal padding of the Grid item.\n",
37456
37618
  "commentRange": {
37457
- "start": 369,
37458
- "end": 370
37619
+ "start": 375,
37620
+ "end": 376
37459
37621
  },
37460
37622
  "context": {
37461
37623
  "type": "variable",
@@ -37463,8 +37625,8 @@
37463
37625
  "value": "$kendo-menu-popup-md-item-padding-x",
37464
37626
  "scope": "default",
37465
37627
  "line": {
37466
- "start": 371,
37467
- "end": 371
37628
+ "start": 377,
37629
+ "end": 377
37468
37630
  }
37469
37631
  },
37470
37632
  "group": [
@@ -37479,8 +37641,8 @@
37479
37641
  {
37480
37642
  "description": "The vertical padding of the Grid item.\n",
37481
37643
  "commentRange": {
37482
- "start": 372,
37483
- "end": 373
37644
+ "start": 378,
37645
+ "end": 379
37484
37646
  },
37485
37647
  "context": {
37486
37648
  "type": "variable",
@@ -37488,8 +37650,8 @@
37488
37650
  "value": "$kendo-menu-popup-md-item-padding-y",
37489
37651
  "scope": "default",
37490
37652
  "line": {
37491
- "start": 374,
37492
- "end": 374
37653
+ "start": 380,
37654
+ "end": 380
37493
37655
  }
37494
37656
  },
37495
37657
  "group": [
@@ -37504,8 +37666,8 @@
37504
37666
  {
37505
37667
  "description": "The horizontal padding of the Grid item.\n",
37506
37668
  "commentRange": {
37507
- "start": 376,
37508
- "end": 377
37669
+ "start": 382,
37670
+ "end": 383
37509
37671
  },
37510
37672
  "context": {
37511
37673
  "type": "variable",
@@ -37513,8 +37675,8 @@
37513
37675
  "value": "$kendo-list-md-item-padding-x",
37514
37676
  "scope": "default",
37515
37677
  "line": {
37516
- "start": 378,
37517
- "end": 378
37678
+ "start": 384,
37679
+ "end": 384
37518
37680
  }
37519
37681
  },
37520
37682
  "group": [
@@ -37529,8 +37691,8 @@
37529
37691
  {
37530
37692
  "description": "The vertical padding of the Grid item.\n",
37531
37693
  "commentRange": {
37532
- "start": 379,
37533
- "end": 380
37694
+ "start": 385,
37695
+ "end": 386
37534
37696
  },
37535
37697
  "context": {
37536
37698
  "type": "variable",
@@ -37538,8 +37700,8 @@
37538
37700
  "value": "$kendo-list-md-item-padding-y",
37539
37701
  "scope": "default",
37540
37702
  "line": {
37541
- "start": 381,
37542
- "end": 381
37703
+ "start": 387,
37704
+ "end": 387
37543
37705
  }
37544
37706
  },
37545
37707
  "group": [
@@ -37554,8 +37716,8 @@
37554
37716
  {
37555
37717
  "description": "The horizontal padding of the Grid.\n",
37556
37718
  "commentRange": {
37557
- "start": 383,
37558
- "end": 384
37719
+ "start": 389,
37720
+ "end": 390
37559
37721
  },
37560
37722
  "context": {
37561
37723
  "type": "variable",
@@ -37563,8 +37725,8 @@
37563
37725
  "value": "k-spacing(0)",
37564
37726
  "scope": "default",
37565
37727
  "line": {
37566
- "start": 385,
37567
- "end": 385
37728
+ "start": 391,
37729
+ "end": 391
37568
37730
  }
37569
37731
  },
37570
37732
  "group": [
@@ -37579,8 +37741,8 @@
37579
37741
  {
37580
37742
  "description": "The vertical padding of the Grid.\n",
37581
37743
  "commentRange": {
37582
- "start": 386,
37583
- "end": 387
37744
+ "start": 392,
37745
+ "end": 393
37584
37746
  },
37585
37747
  "context": {
37586
37748
  "type": "variable",
@@ -37588,8 +37750,8 @@
37588
37750
  "value": "k-spacing(1.5)",
37589
37751
  "scope": "default",
37590
37752
  "line": {
37591
- "start": 388,
37592
- "end": 388
37753
+ "start": 394,
37754
+ "end": 394
37593
37755
  }
37594
37756
  },
37595
37757
  "group": [
@@ -37604,8 +37766,8 @@
37604
37766
  {
37605
37767
  "description": "The horizontal padding of the Grid header.\n",
37606
37768
  "commentRange": {
37607
- "start": 390,
37608
- "end": 391
37769
+ "start": 396,
37770
+ "end": 397
37609
37771
  },
37610
37772
  "context": {
37611
37773
  "type": "variable",
@@ -37613,8 +37775,8 @@
37613
37775
  "value": "$kendo-menu-popup-md-item-padding-x",
37614
37776
  "scope": "default",
37615
37777
  "line": {
37616
- "start": 392,
37617
- "end": 392
37778
+ "start": 398,
37779
+ "end": 398
37618
37780
  }
37619
37781
  },
37620
37782
  "group": [
@@ -37629,8 +37791,8 @@
37629
37791
  {
37630
37792
  "description": "The vertical padding of the Grid header.\n",
37631
37793
  "commentRange": {
37632
- "start": 393,
37633
- "end": 394
37794
+ "start": 399,
37795
+ "end": 400
37634
37796
  },
37635
37797
  "context": {
37636
37798
  "type": "variable",
@@ -37638,8 +37800,8 @@
37638
37800
  "value": "$kendo-menu-popup-md-item-padding-y",
37639
37801
  "scope": "default",
37640
37802
  "line": {
37641
- "start": 395,
37642
- "end": 395
37803
+ "start": 401,
37804
+ "end": 401
37643
37805
  }
37644
37806
  },
37645
37807
  "group": [
@@ -37654,8 +37816,8 @@
37654
37816
  {
37655
37817
  "description": "The font size of the Grid header.\n",
37656
37818
  "commentRange": {
37657
- "start": 397,
37658
- "end": 398
37819
+ "start": 403,
37820
+ "end": 404
37659
37821
  },
37660
37822
  "context": {
37661
37823
  "type": "variable",
@@ -37663,8 +37825,8 @@
37663
37825
  "value": "var(--kendo-font-size-sm)",
37664
37826
  "scope": "default",
37665
37827
  "line": {
37666
- "start": 399,
37667
- "end": 399
37828
+ "start": 405,
37829
+ "end": 405
37668
37830
  }
37669
37831
  },
37670
37832
  "group": [
@@ -37679,8 +37841,8 @@
37679
37841
  {
37680
37842
  "description": "The height of the Grid header.\n",
37681
37843
  "commentRange": {
37682
- "start": 400,
37683
- "end": 401
37844
+ "start": 406,
37845
+ "end": 407
37684
37846
  },
37685
37847
  "context": {
37686
37848
  "type": "variable",
@@ -37688,8 +37850,8 @@
37688
37850
  "value": "var(--kendo-line-height)",
37689
37851
  "scope": "default",
37690
37852
  "line": {
37691
- "start": 402,
37692
- "end": 402
37853
+ "start": 408,
37854
+ "end": 408
37693
37855
  }
37694
37856
  },
37695
37857
  "group": [
@@ -37704,8 +37866,8 @@
37704
37866
  {
37705
37867
  "description": "The text color of the Grid header.\n",
37706
37868
  "commentRange": {
37707
- "start": 403,
37708
- "end": 404
37869
+ "start": 409,
37870
+ "end": 410
37709
37871
  },
37710
37872
  "context": {
37711
37873
  "type": "variable",
@@ -37713,8 +37875,8 @@
37713
37875
  "value": "unset",
37714
37876
  "scope": "default",
37715
37877
  "line": {
37716
- "start": 405,
37717
- "end": 405
37878
+ "start": 411,
37879
+ "end": 411
37718
37880
  }
37719
37881
  },
37720
37882
  "group": [
@@ -37729,8 +37891,8 @@
37729
37891
  {
37730
37892
  "description": "The width of the Grid header.\n",
37731
37893
  "commentRange": {
37732
- "start": 406,
37733
- "end": 407
37894
+ "start": 412,
37895
+ "end": 413
37734
37896
  },
37735
37897
  "context": {
37736
37898
  "type": "variable",
@@ -37738,8 +37900,8 @@
37738
37900
  "value": "1px",
37739
37901
  "scope": "default",
37740
37902
  "line": {
37741
- "start": 408,
37742
- "end": 408
37903
+ "start": 414,
37904
+ "end": 414
37743
37905
  }
37744
37906
  },
37745
37907
  "group": [
@@ -37754,8 +37916,8 @@
37754
37916
  {
37755
37917
  "description": "The background color of the Grid header.\n",
37756
37918
  "commentRange": {
37757
- "start": 410,
37758
- "end": 411
37919
+ "start": 416,
37920
+ "end": 417
37759
37921
  },
37760
37922
  "context": {
37761
37923
  "type": "variable",
@@ -37763,8 +37925,8 @@
37763
37925
  "value": "null",
37764
37926
  "scope": "default",
37765
37927
  "line": {
37766
- "start": 412,
37767
- "end": 412
37928
+ "start": 418,
37929
+ "end": 418
37768
37930
  }
37769
37931
  },
37770
37932
  "group": [
@@ -37779,8 +37941,8 @@
37779
37941
  {
37780
37942
  "description": "The text color of the Grid header.\n",
37781
37943
  "commentRange": {
37782
- "start": 413,
37783
- "end": 414
37944
+ "start": 419,
37945
+ "end": 420
37784
37946
  },
37785
37947
  "context": {
37786
37948
  "type": "variable",
@@ -37788,8 +37950,8 @@
37788
37950
  "value": "$kendo-popup-text",
37789
37951
  "scope": "default",
37790
37952
  "line": {
37791
- "start": 415,
37792
- "end": 415
37953
+ "start": 421,
37954
+ "end": 421
37793
37955
  }
37794
37956
  },
37795
37957
  "group": [
@@ -37804,8 +37966,8 @@
37804
37966
  {
37805
37967
  "description": "The border color of the Grid header.\n",
37806
37968
  "commentRange": {
37807
- "start": 416,
37808
- "end": 417
37969
+ "start": 422,
37970
+ "end": 423
37809
37971
  },
37810
37972
  "context": {
37811
37973
  "type": "variable",
@@ -37813,8 +37975,8 @@
37813
37975
  "value": "$kendo-popup-border",
37814
37976
  "scope": "default",
37815
37977
  "line": {
37816
- "start": 418,
37817
- "end": 418
37978
+ "start": 424,
37979
+ "end": 424
37818
37980
  }
37819
37981
  },
37820
37982
  "group": [
@@ -37829,8 +37991,8 @@
37829
37991
  {
37830
37992
  "description": "The horizontal padding of the Grid content.\n",
37831
37993
  "commentRange": {
37832
- "start": 420,
37833
- "end": 421
37994
+ "start": 426,
37995
+ "end": 427
37834
37996
  },
37835
37997
  "context": {
37836
37998
  "type": "variable",
@@ -37838,8 +38000,8 @@
37838
38000
  "value": "k-spacing(0)",
37839
38001
  "scope": "default",
37840
38002
  "line": {
37841
- "start": 422,
37842
- "end": 422
38003
+ "start": 428,
38004
+ "end": 428
37843
38005
  }
37844
38006
  },
37845
38007
  "group": [
@@ -37854,8 +38016,8 @@
37854
38016
  {
37855
38017
  "description": "The vertical padding of the Grid content.\n",
37856
38018
  "commentRange": {
37857
- "start": 423,
37858
- "end": 424
38019
+ "start": 429,
38020
+ "end": 430
37859
38021
  },
37860
38022
  "context": {
37861
38023
  "type": "variable",
@@ -37863,8 +38025,8 @@
37863
38025
  "value": "k-spacing(2)",
37864
38026
  "scope": "default",
37865
38027
  "line": {
37866
- "start": 425,
37867
- "end": 425
38028
+ "start": 431,
38029
+ "end": 431
37868
38030
  }
37869
38031
  },
37870
38032
  "group": [
@@ -37879,8 +38041,8 @@
37879
38041
  {
37880
38042
  "description": "The background color of the Grid.\n",
37881
38043
  "commentRange": {
37882
- "start": 427,
37883
- "end": 428
38044
+ "start": 433,
38045
+ "end": 434
37884
38046
  },
37885
38047
  "context": {
37886
38048
  "type": "variable",
@@ -37888,8 +38050,8 @@
37888
38050
  "value": "k-color(surface)",
37889
38051
  "scope": "default",
37890
38052
  "line": {
37891
- "start": 429,
37892
- "end": 429
38053
+ "start": 435,
38054
+ "end": 435
37893
38055
  }
37894
38056
  },
37895
38057
  "group": [
@@ -37904,8 +38066,8 @@
37904
38066
  {
37905
38067
  "description": "The width of the Grid cell.\n",
37906
38068
  "commentRange": {
37907
- "start": 431,
37908
- "end": 432
38069
+ "start": 437,
38070
+ "end": 438
37909
38071
  },
37910
38072
  "context": {
37911
38073
  "type": "variable",
@@ -37913,8 +38075,8 @@
37913
38075
  "value": "($kendo-icon-size * 2.25)",
37914
38076
  "scope": "default",
37915
38077
  "line": {
37916
- "start": 433,
37917
- "end": 433
38078
+ "start": 439,
38079
+ "end": 439
37918
38080
  }
37919
38081
  },
37920
38082
  "group": [
@@ -37929,8 +38091,8 @@
37929
38091
  {
37930
38092
  "description": "The width of the Grid.\n",
37931
38093
  "commentRange": {
37932
- "start": 435,
37933
- "end": 436
38094
+ "start": 441,
38095
+ "end": 442
37934
38096
  },
37935
38097
  "context": {
37936
38098
  "type": "variable",
@@ -37938,8 +38100,8 @@
37938
38100
  "value": "($kendo-icon-size * 2)",
37939
38101
  "scope": "default",
37940
38102
  "line": {
37941
- "start": 437,
37942
- "end": 437
38103
+ "start": 443,
38104
+ "end": 443
37943
38105
  }
37944
38106
  },
37945
38107
  "group": [
@@ -37954,8 +38116,8 @@
37954
38116
  {
37955
38117
  "description": "The grouping border top of the Grid row.\n",
37956
38118
  "commentRange": {
37957
- "start": 439,
37958
- "end": 440
38119
+ "start": 445,
38120
+ "end": 446
37959
38121
  },
37960
38122
  "context": {
37961
38123
  "type": "variable",
@@ -37963,8 +38125,8 @@
37963
38125
  "value": "1px",
37964
38126
  "scope": "default",
37965
38127
  "line": {
37966
- "start": 441,
37967
- "end": 441
38128
+ "start": 447,
38129
+ "end": 447
37968
38130
  }
37969
38131
  },
37970
38132
  "group": [
@@ -37979,8 +38141,8 @@
37979
38141
  {
37980
38142
  "description": "The vertical border of the Grid footer.\n",
37981
38143
  "commentRange": {
37982
- "start": 442,
37983
- "end": 443
38144
+ "start": 448,
38145
+ "end": 449
37984
38146
  },
37985
38147
  "context": {
37986
38148
  "type": "variable",
@@ -37988,8 +38150,8 @@
37988
38150
  "value": "1px",
37989
38151
  "scope": "default",
37990
38152
  "line": {
37991
- "start": 444,
37992
- "end": 444
38153
+ "start": 450,
38154
+ "end": 450
37993
38155
  }
37994
38156
  },
37995
38157
  "group": [
@@ -38004,8 +38166,8 @@
38004
38166
  {
38005
38167
  "description": "The background color of the Grid row resize indicator.\n",
38006
38168
  "commentRange": {
38007
- "start": 446,
38008
- "end": 447
38169
+ "start": 452,
38170
+ "end": 453
38009
38171
  },
38010
38172
  "context": {
38011
38173
  "type": "variable",
@@ -38013,8 +38175,8 @@
38013
38175
  "value": "color-mix(in srgb, k-color(on-base) 20%, transparent)",
38014
38176
  "scope": "default",
38015
38177
  "line": {
38016
- "start": 448,
38017
- "end": 448
38178
+ "start": 454,
38179
+ "end": 454
38018
38180
  }
38019
38181
  },
38020
38182
  "group": [
@@ -38029,8 +38191,8 @@
38029
38191
  {
38030
38192
  "description": "The background color of the active Grid row resize indicator.\n",
38031
38193
  "commentRange": {
38032
- "start": 449,
38033
- "end": 450
38194
+ "start": 455,
38195
+ "end": 456
38034
38196
  },
38035
38197
  "context": {
38036
38198
  "type": "variable",
@@ -38038,8 +38200,8 @@
38038
38200
  "value": "k-color(primary)",
38039
38201
  "scope": "default",
38040
38202
  "line": {
38041
- "start": 451,
38042
- "end": 451
38203
+ "start": 457,
38204
+ "end": 457
38043
38205
  }
38044
38206
  },
38045
38207
  "group": [
@@ -38054,8 +38216,8 @@
38054
38216
  {
38055
38217
  "description": "The height of the Grid row resize indicator.\n",
38056
38218
  "commentRange": {
38057
- "start": 452,
38058
- "end": 453
38219
+ "start": 458,
38220
+ "end": 459
38059
38221
  },
38060
38222
  "context": {
38061
38223
  "type": "variable",
@@ -38063,8 +38225,8 @@
38063
38225
  "value": "k-spacing(0.5)",
38064
38226
  "scope": "default",
38065
38227
  "line": {
38066
- "start": 454,
38067
- "end": 454
38228
+ "start": 460,
38229
+ "end": 460
38068
38230
  }
38069
38231
  },
38070
38232
  "group": [
@@ -38079,8 +38241,8 @@
38079
38241
  {
38080
38242
  "description": "The horizontal padding of the Grid stack layout cells.\n",
38081
38243
  "commentRange": {
38082
- "start": 456,
38083
- "end": 457
38244
+ "start": 462,
38245
+ "end": 463
38084
38246
  },
38085
38247
  "context": {
38086
38248
  "type": "variable",
@@ -38088,8 +38250,8 @@
38088
38250
  "value": "k-spacing(2)",
38089
38251
  "scope": "default",
38090
38252
  "line": {
38091
- "start": 458,
38092
- "end": 458
38253
+ "start": 464,
38254
+ "end": 464
38093
38255
  }
38094
38256
  },
38095
38257
  "group": [
@@ -38104,8 +38266,8 @@
38104
38266
  {
38105
38267
  "description": "The vertical padding of the Grid stack layout cells.\n",
38106
38268
  "commentRange": {
38107
- "start": 459,
38108
- "end": 460
38269
+ "start": 465,
38270
+ "end": 466
38109
38271
  },
38110
38272
  "context": {
38111
38273
  "type": "variable",
@@ -38113,8 +38275,8 @@
38113
38275
  "value": "k-spacing(1.5)",
38114
38276
  "scope": "default",
38115
38277
  "line": {
38116
- "start": 461,
38117
- "end": 461
38278
+ "start": 467,
38279
+ "end": 467
38118
38280
  }
38119
38281
  },
38120
38282
  "group": [
@@ -38129,8 +38291,8 @@
38129
38291
  {
38130
38292
  "description": "The column gap of the Grid stack layout.\n",
38131
38293
  "commentRange": {
38132
- "start": 463,
38133
- "end": 464
38294
+ "start": 469,
38295
+ "end": 470
38134
38296
  },
38135
38297
  "context": {
38136
38298
  "type": "variable",
@@ -38138,8 +38300,8 @@
38138
38300
  "value": "k-spacing(1)",
38139
38301
  "scope": "default",
38140
38302
  "line": {
38141
- "start": 465,
38142
- "end": 465
38303
+ "start": 471,
38304
+ "end": 471
38143
38305
  }
38144
38306
  },
38145
38307
  "group": [
@@ -38154,8 +38316,8 @@
38154
38316
  {
38155
38317
  "description": "The column gap of the editable Grid stack layout.\n",
38156
38318
  "commentRange": {
38157
- "start": 466,
38158
- "end": 467
38319
+ "start": 472,
38320
+ "end": 473
38159
38321
  },
38160
38322
  "context": {
38161
38323
  "type": "variable",
@@ -38163,8 +38325,8 @@
38163
38325
  "value": "k-spacing(2)",
38164
38326
  "scope": "default",
38165
38327
  "line": {
38166
- "start": 468,
38167
- "end": 468
38328
+ "start": 474,
38329
+ "end": 474
38168
38330
  }
38169
38331
  },
38170
38332
  "group": [
@@ -38179,8 +38341,8 @@
38179
38341
  {
38180
38342
  "description": "The width of the hierarchy column in the Grid stack layout.\n",
38181
38343
  "commentRange": {
38182
- "start": 470,
38183
- "end": 471
38344
+ "start": 476,
38345
+ "end": 477
38184
38346
  },
38185
38347
  "context": {
38186
38348
  "type": "variable",
@@ -38188,8 +38350,8 @@
38188
38350
  "value": "k-spacing(2)",
38189
38351
  "scope": "default",
38190
38352
  "line": {
38191
- "start": 472,
38192
- "end": 472
38353
+ "start": 478,
38354
+ "end": 478
38193
38355
  }
38194
38356
  },
38195
38357
  "group": [
@@ -38204,8 +38366,8 @@
38204
38366
  {
38205
38367
  "description": "The font size of the Grid stack layout column header.\n",
38206
38368
  "commentRange": {
38207
- "start": 474,
38208
- "end": 475
38369
+ "start": 480,
38370
+ "end": 481
38209
38371
  },
38210
38372
  "context": {
38211
38373
  "type": "variable",
@@ -38213,8 +38375,8 @@
38213
38375
  "value": "var(--kendo-font-size-sm)",
38214
38376
  "scope": "default",
38215
38377
  "line": {
38216
- "start": 476,
38217
- "end": 476
38378
+ "start": 482,
38379
+ "end": 482
38218
38380
  }
38219
38381
  },
38220
38382
  "group": [
@@ -38229,8 +38391,8 @@
38229
38391
  {
38230
38392
  "description": "The font weight of the Grid stack layout column header.\n",
38231
38393
  "commentRange": {
38232
- "start": 477,
38233
- "end": 478
38394
+ "start": 483,
38395
+ "end": 484
38234
38396
  },
38235
38397
  "context": {
38236
38398
  "type": "variable",
@@ -38238,8 +38400,8 @@
38238
38400
  "value": "var(--kendo-font-weight-bold)",
38239
38401
  "scope": "default",
38240
38402
  "line": {
38241
- "start": 479,
38242
- "end": 479
38403
+ "start": 485,
38404
+ "end": 485
38243
38405
  }
38244
38406
  },
38245
38407
  "group": [
@@ -38254,8 +38416,8 @@
38254
38416
  {
38255
38417
  "description": "The height of the Grid stack layout expandable row shadow.\n",
38256
38418
  "commentRange": {
38257
- "start": 480,
38258
- "end": 481
38419
+ "start": 486,
38420
+ "end": 487
38259
38421
  },
38260
38422
  "context": {
38261
38423
  "type": "variable",
@@ -38263,8 +38425,8 @@
38263
38425
  "value": "k-spacing(2.5)",
38264
38426
  "scope": "default",
38265
38427
  "line": {
38266
- "start": 482,
38267
- "end": 482
38428
+ "start": 488,
38429
+ "end": 488
38268
38430
  }
38269
38431
  },
38270
38432
  "group": [
@@ -38279,8 +38441,8 @@
38279
38441
  {
38280
38442
  "description": "The color of the Grid stack layout column header.\n",
38281
38443
  "commentRange": {
38282
- "start": 483,
38283
- "end": 484
38444
+ "start": 489,
38445
+ "end": 490
38284
38446
  },
38285
38447
  "context": {
38286
38448
  "type": "variable",
@@ -38288,8 +38450,8 @@
38288
38450
  "value": "k-color(subtle)",
38289
38451
  "scope": "default",
38290
38452
  "line": {
38291
- "start": 485,
38292
- "end": 485
38453
+ "start": 491,
38454
+ "end": 491
38293
38455
  }
38294
38456
  },
38295
38457
  "group": [
@@ -38304,8 +38466,8 @@
38304
38466
  {
38305
38467
  "description": "The outline color of the Grid stack layout focused cell.\n",
38306
38468
  "commentRange": {
38307
- "start": 486,
38308
- "end": 487
38469
+ "start": 492,
38470
+ "end": 493
38309
38471
  },
38310
38472
  "context": {
38311
38473
  "type": "variable",
@@ -38313,8 +38475,8 @@
38313
38475
  "value": "color-mix(in srgb, k-color(on-app-surface) 12%, transparent)",
38314
38476
  "scope": "default",
38315
38477
  "line": {
38316
- "start": 488,
38317
- "end": 488
38478
+ "start": 494,
38479
+ "end": 494
38318
38480
  }
38319
38481
  },
38320
38482
  "group": [
@@ -38329,8 +38491,8 @@
38329
38491
  {
38330
38492
  "description": "The Grid stack layout expandable row shadow.\n",
38331
38493
  "commentRange": {
38332
- "start": 489,
38333
- "end": 490
38494
+ "start": 495,
38495
+ "end": 496
38334
38496
  },
38335
38497
  "context": {
38336
38498
  "type": "variable",
@@ -38338,8 +38500,8 @@
38338
38500
  "value": "k-elevation(2)",
38339
38501
  "scope": "default",
38340
38502
  "line": {
38341
- "start": 491,
38342
- "end": 491
38503
+ "start": 497,
38504
+ "end": 497
38343
38505
  }
38344
38506
  },
38345
38507
  "group": [
@@ -38354,8 +38516,8 @@
38354
38516
  {
38355
38517
  "description": "The font weight of the pinned source row in the Grid.\n",
38356
38518
  "commentRange": {
38357
- "start": 493,
38358
- "end": 494
38519
+ "start": 499,
38520
+ "end": 500
38359
38521
  },
38360
38522
  "context": {
38361
38523
  "type": "variable",
@@ -38363,8 +38525,8 @@
38363
38525
  "value": "var(--kendo-font-weight-bold)",
38364
38526
  "scope": "default",
38365
38527
  "line": {
38366
- "start": 495,
38367
- "end": 495
38528
+ "start": 501,
38529
+ "end": 501
38368
38530
  }
38369
38531
  },
38370
38532
  "group": [
@@ -51795,331 +51957,6 @@
51795
51957
  "name": "_variables.scss"
51796
51958
  }
51797
51959
  },
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
51960
  {
52124
51961
  "description": "The border radius of the Panel.\n",
52125
51962
  "commentRange": {
@@ -60555,19 +60392,19 @@
60555
60392
  }
60556
60393
  },
60557
60394
  {
60558
- "description": "The none border radius used across the Components.\n",
60395
+ "description": "The base border radius used across the Components.\n",
60559
60396
  "commentRange": {
60560
- "start": 4,
60561
- "end": 5
60397
+ "start": 3,
60398
+ "end": 4
60562
60399
  },
60563
60400
  "context": {
60564
60401
  "type": "variable",
60565
- "name": "kendo-border-radius-none",
60566
- "value": "map.get($kendo-spacing, 0)",
60402
+ "name": "kendo-border-radius-base",
60403
+ "value": ".25rem",
60567
60404
  "scope": "default",
60568
60405
  "line": {
60569
- "start": 6,
60570
- "end": 6
60406
+ "start": 5,
60407
+ "end": 5
60571
60408
  }
60572
60409
  },
60573
60410
  "group": [
@@ -60580,15 +60417,15 @@
60580
60417
  }
60581
60418
  },
60582
60419
  {
60583
- "description": "The extra small border radius used across the Components.\n",
60420
+ "description": "The none border radius used across the Components.\n",
60584
60421
  "commentRange": {
60585
60422
  "start": 7,
60586
60423
  "end": 8
60587
60424
  },
60588
60425
  "context": {
60589
60426
  "type": "variable",
60590
- "name": "kendo-border-radius-xs",
60591
- "value": "map.get($kendo-spacing, 1px)",
60427
+ "name": "kendo-border-radius-none",
60428
+ "value": "0px",
60592
60429
  "scope": "default",
60593
60430
  "line": {
60594
60431
  "start": 9,
@@ -60605,15 +60442,15 @@
60605
60442
  }
60606
60443
  },
60607
60444
  {
60608
- "description": "The small border radius used across the Components.\n",
60445
+ "description": "The extra small border radius used across the Components.\n",
60609
60446
  "commentRange": {
60610
60447
  "start": 10,
60611
60448
  "end": 11
60612
60449
  },
60613
60450
  "context": {
60614
60451
  "type": "variable",
60615
- "name": "kendo-border-radius-sm",
60616
- "value": "map.get($kendo-spacing, 0.5)",
60452
+ "name": "kendo-border-radius-xs",
60453
+ "value": "calc(var(--kendo-border-radius-base) * .25)",
60617
60454
  "scope": "default",
60618
60455
  "line": {
60619
60456
  "start": 12,
@@ -60630,15 +60467,15 @@
60630
60467
  }
60631
60468
  },
60632
60469
  {
60633
- "description": "The medium border radius used across the Components.\n",
60470
+ "description": "The small border radius used across the Components.\n",
60634
60471
  "commentRange": {
60635
60472
  "start": 13,
60636
60473
  "end": 14
60637
60474
  },
60638
60475
  "context": {
60639
60476
  "type": "variable",
60640
- "name": "kendo-border-radius-md",
60641
- "value": "map.get($kendo-spacing, 1)",
60477
+ "name": "kendo-border-radius-sm",
60478
+ "value": "calc(var(--kendo-border-radius-base) * .5)",
60642
60479
  "scope": "default",
60643
60480
  "line": {
60644
60481
  "start": 15,
@@ -60655,15 +60492,15 @@
60655
60492
  }
60656
60493
  },
60657
60494
  {
60658
- "description": "The large border radius used across the Components.\n",
60495
+ "description": "The medium border radius used across the Components.\n",
60659
60496
  "commentRange": {
60660
60497
  "start": 16,
60661
60498
  "end": 17
60662
60499
  },
60663
60500
  "context": {
60664
60501
  "type": "variable",
60665
- "name": "kendo-border-radius-lg",
60666
- "value": "map.get($kendo-spacing, 1.5)",
60502
+ "name": "kendo-border-radius-md",
60503
+ "value": "var(--kendo-border-radius-base)",
60667
60504
  "scope": "default",
60668
60505
  "line": {
60669
60506
  "start": 18,
@@ -60680,15 +60517,15 @@
60680
60517
  }
60681
60518
  },
60682
60519
  {
60683
- "description": "The extra large border radius used across the Components.\n",
60520
+ "description": "The large border radius used across the Components.\n",
60684
60521
  "commentRange": {
60685
60522
  "start": 19,
60686
60523
  "end": 20
60687
60524
  },
60688
60525
  "context": {
60689
60526
  "type": "variable",
60690
- "name": "kendo-border-radius-xl",
60691
- "value": "map.get($kendo-spacing, 2)",
60527
+ "name": "kendo-border-radius-lg",
60528
+ "value": "calc(var(--kendo-border-radius-base) * 1.5)",
60692
60529
  "scope": "default",
60693
60530
  "line": {
60694
60531
  "start": 21,
@@ -60705,15 +60542,15 @@
60705
60542
  }
60706
60543
  },
60707
60544
  {
60708
- "description": "The third largest border radius used across the Components.\n",
60545
+ "description": "The extra large border radius used across the Components.\n",
60709
60546
  "commentRange": {
60710
60547
  "start": 22,
60711
60548
  "end": 23
60712
60549
  },
60713
60550
  "context": {
60714
60551
  "type": "variable",
60715
- "name": "kendo-border-radius-xxl",
60716
- "value": "map.get($kendo-spacing, 3)",
60552
+ "name": "kendo-border-radius-xl",
60553
+ "value": "calc(var(--kendo-border-radius-base) * 2)",
60717
60554
  "scope": "default",
60718
60555
  "line": {
60719
60556
  "start": 24,
@@ -60730,15 +60567,15 @@
60730
60567
  }
60731
60568
  },
60732
60569
  {
60733
- "description": "The second largest border radius used across the Components.\n",
60570
+ "description": "The third largest border radius used across the Components.\n",
60734
60571
  "commentRange": {
60735
60572
  "start": 25,
60736
60573
  "end": 26
60737
60574
  },
60738
60575
  "context": {
60739
60576
  "type": "variable",
60740
- "name": "kendo-border-radius-xxxl",
60741
- "value": "map.get($kendo-spacing, 4)",
60577
+ "name": "kendo-border-radius-xxl",
60578
+ "value": "calc(var(--kendo-border-radius-base) * 3)",
60742
60579
  "scope": "default",
60743
60580
  "line": {
60744
60581
  "start": 27,
@@ -60755,15 +60592,15 @@
60755
60592
  }
60756
60593
  },
60757
60594
  {
60758
- "description": "The largest border radius used across the Components.\n",
60595
+ "description": "The second largest border radius used across the Components.\n",
60759
60596
  "commentRange": {
60760
60597
  "start": 28,
60761
60598
  "end": 29
60762
60599
  },
60763
60600
  "context": {
60764
60601
  "type": "variable",
60765
- "name": "kendo-border-radius-full",
60766
- "value": "9999px",
60602
+ "name": "kendo-border-radius-xxxl",
60603
+ "value": "calc(var(--kendo-border-radius-base) * 4)",
60767
60604
  "scope": "default",
60768
60605
  "line": {
60769
60606
  "start": 30,
@@ -60779,11 +60616,36 @@
60779
60616
  "name": "index.scss"
60780
60617
  }
60781
60618
  },
60619
+ {
60620
+ "description": "The largest border radius used across the Components.\n",
60621
+ "commentRange": {
60622
+ "start": 31,
60623
+ "end": 32
60624
+ },
60625
+ "context": {
60626
+ "type": "variable",
60627
+ "name": "kendo-border-radius-full",
60628
+ "value": "calc(var(--kendo-border-radius-base) * 9999)",
60629
+ "scope": "default",
60630
+ "line": {
60631
+ "start": 33,
60632
+ "end": 33
60633
+ }
60634
+ },
60635
+ "group": [
60636
+ "radii"
60637
+ ],
60638
+ "access": "public",
60639
+ "file": {
60640
+ "path": "core/border-radii/index.scss",
60641
+ "name": "index.scss"
60642
+ }
60643
+ },
60782
60644
  {
60783
60645
  "description": "The global radii Map.\n",
60784
60646
  "commentRange": {
60785
- "start": 48,
60786
- "end": 49
60647
+ "start": 51,
60648
+ "end": 52
60787
60649
  },
60788
60650
  "context": {
60789
60651
  "type": "variable",
@@ -60791,8 +60653,8 @@
60791
60653
  "value": "map.merge($_default-border-radii, $kendo-border-radii)",
60792
60654
  "scope": "private",
60793
60655
  "line": {
60794
- "start": 50,
60795
- "end": 50
60656
+ "start": 53,
60657
+ "end": 53
60796
60658
  }
60797
60659
  },
60798
60660
  "group": [
@@ -67469,11 +67331,36 @@
67469
67331
  "name": "_variables.scss"
67470
67332
  }
67471
67333
  },
67334
+ {
67335
+ "description": "The base spacing step used to generate the Spacing map.\n",
67336
+ "commentRange": {
67337
+ "start": 3,
67338
+ "end": 4
67339
+ },
67340
+ "context": {
67341
+ "type": "variable",
67342
+ "name": "kendo-spacing-base",
67343
+ "value": "0.25rem",
67344
+ "scope": "default",
67345
+ "line": {
67346
+ "start": 5,
67347
+ "end": 5
67348
+ }
67349
+ },
67350
+ "group": [
67351
+ "spacing"
67352
+ ],
67353
+ "access": "public",
67354
+ "file": {
67355
+ "path": "core/spacing/index.scss",
67356
+ "name": "index.scss"
67357
+ }
67358
+ },
67472
67359
  {
67473
67360
  "description": "The global default Spacing map.\n",
67474
67361
  "commentRange": {
67475
- "start": 46,
67476
- "end": 47
67362
+ "start": 44,
67363
+ "end": 45
67477
67364
  },
67478
67365
  "context": {
67479
67366
  "type": "variable",
@@ -67481,8 +67368,8 @@
67481
67368
  "value": "$_default-spacing",
67482
67369
  "scope": "default",
67483
67370
  "line": {
67484
- "start": 48,
67485
- "end": 48
67371
+ "start": 46,
67372
+ "end": 46
67486
67373
  }
67487
67374
  },
67488
67375
  "group": [
@@ -89245,8 +89132,8 @@
89245
89132
  {
89246
89133
  "description": "The theme colors map of the Button.\n",
89247
89134
  "commentRange": {
89248
- "start": 108,
89249
- "end": 109
89135
+ "start": 114,
89136
+ "end": 115
89250
89137
  },
89251
89138
  "context": {
89252
89139
  "type": "variable",
@@ -89254,8 +89141,8 @@
89254
89141
  "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
89255
89142
  "scope": "default",
89256
89143
  "line": {
89257
- "start": 110,
89258
- "end": 110
89144
+ "start": 116,
89145
+ "end": 116
89259
89146
  }
89260
89147
  },
89261
89148
  "group": [
@@ -89270,17 +89157,17 @@
89270
89157
  {
89271
89158
  "description": "The sizes map of the Button.\n",
89272
89159
  "commentRange": {
89273
- "start": 112,
89274
- "end": 113
89160
+ "start": 118,
89161
+ "end": 119
89275
89162
  },
89276
89163
  "context": {
89277
89164
  "type": "variable",
89278
89165
  "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)",
89166
+ "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
89167
  "scope": "default",
89281
89168
  "line": {
89282
- "start": 114,
89283
- "end": 133
89169
+ "start": 120,
89170
+ "end": 145
89284
89171
  }
89285
89172
  },
89286
89173
  "group": [
@@ -90100,281 +89987,6 @@
90100
89987
  "name": "_variables.scss"
90101
89988
  }
90102
89989
  },
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
89990
  {
90379
89991
  "description": "The sizes map of the RadioButton.\n",
90380
89992
  "commentRange": {