@progress/kendo-theme-default 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 (43) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/default-blue.css +1 -1
  3. package/dist/default-blue.scss +105 -105
  4. package/dist/default-dataviz-v4.css +1 -1
  5. package/dist/default-dataviz-v4.scss +30 -30
  6. package/dist/default-green.css +1 -1
  7. package/dist/default-green.scss +97 -97
  8. package/dist/default-main-dark.css +1 -1
  9. package/dist/default-main-dark.scss +147 -147
  10. package/dist/default-main.css +1 -1
  11. package/dist/default-nordic.css +1 -1
  12. package/dist/default-nordic.scss +105 -105
  13. package/dist/default-ocean-blue-a11y.css +1 -1
  14. package/dist/default-ocean-blue-a11y.scss +136 -136
  15. package/dist/default-ocean-blue.css +1 -1
  16. package/dist/default-ocean-blue.scss +125 -125
  17. package/dist/default-orange.css +1 -1
  18. package/dist/default-orange.scss +105 -105
  19. package/dist/default-purple.css +1 -1
  20. package/dist/default-purple.scss +105 -105
  21. package/dist/default-turquoise.css +1 -1
  22. package/dist/default-turquoise.scss +107 -107
  23. package/dist/default-urban.css +1 -1
  24. package/dist/default-urban.scss +105 -105
  25. package/dist/meta/sassdoc-data.json +2003 -2611
  26. package/dist/meta/sassdoc-raw-data.json +739 -827
  27. package/dist/meta/variables.json +465 -748
  28. package/lib/swatches/default-blue.json +111 -111
  29. package/lib/swatches/default-dataviz-v4.json +36 -36
  30. package/lib/swatches/default-green.json +103 -103
  31. package/lib/swatches/default-main-dark.json +153 -153
  32. package/lib/swatches/default-main.json +6 -6
  33. package/lib/swatches/default-nordic.json +111 -111
  34. package/lib/swatches/default-ocean-blue-a11y.json +142 -142
  35. package/lib/swatches/default-ocean-blue.json +131 -131
  36. package/lib/swatches/default-orange.json +111 -111
  37. package/lib/swatches/default-purple.json +111 -111
  38. package/lib/swatches/default-turquoise.json +113 -113
  39. package/lib/swatches/default-urban.json +111 -111
  40. package/package.json +4 -4
  41. package/scss/button/_variables.scss +20 -0
  42. package/scss/dataviz/_variables.scss +1 -1
  43. package/scss/grid/_variables.scss +10 -2
@@ -6648,14 +6648,14 @@
6648
6648
  }
6649
6649
  },
6650
6650
  {
6651
- "description": "The horizontal padding of the small Button.\n",
6651
+ "description": "The horizontal padding of the xsmall Button.\n",
6652
6652
  "commentRange": {
6653
6653
  "start": 32,
6654
6654
  "end": 33
6655
6655
  },
6656
6656
  "context": {
6657
6657
  "type": "variable",
6658
- "name": "kendo-button-sm-padding-x",
6658
+ "name": "kendo-button-xs-padding-x",
6659
6659
  "value": "k-spacing(2)",
6660
6660
  "scope": "default",
6661
6661
  "line": {
@@ -6673,14 +6673,14 @@
6673
6673
  }
6674
6674
  },
6675
6675
  {
6676
- "description": "The horizontal padding of the medium Button.\n",
6676
+ "description": "The horizontal padding of the small Button.\n",
6677
6677
  "commentRange": {
6678
6678
  "start": 35,
6679
6679
  "end": 36
6680
6680
  },
6681
6681
  "context": {
6682
6682
  "type": "variable",
6683
- "name": "kendo-button-md-padding-x",
6683
+ "name": "kendo-button-sm-padding-x",
6684
6684
  "value": "k-spacing(2)",
6685
6685
  "scope": "default",
6686
6686
  "line": {
@@ -6698,14 +6698,14 @@
6698
6698
  }
6699
6699
  },
6700
6700
  {
6701
- "description": "The horizontal padding of the large Button.\n",
6701
+ "description": "The horizontal padding of the medium Button.\n",
6702
6702
  "commentRange": {
6703
6703
  "start": 38,
6704
6704
  "end": 39
6705
6705
  },
6706
6706
  "context": {
6707
6707
  "type": "variable",
6708
- "name": "kendo-button-lg-padding-x",
6708
+ "name": "kendo-button-md-padding-x",
6709
6709
  "value": "k-spacing(2)",
6710
6710
  "scope": "default",
6711
6711
  "line": {
@@ -6722,11 +6722,61 @@
6722
6722
  "name": "_variables.scss"
6723
6723
  }
6724
6724
  },
6725
+ {
6726
+ "description": "The horizontal padding of the large Button.\n",
6727
+ "commentRange": {
6728
+ "start": 41,
6729
+ "end": 42
6730
+ },
6731
+ "context": {
6732
+ "type": "variable",
6733
+ "name": "kendo-button-lg-padding-x",
6734
+ "value": "k-spacing(2)",
6735
+ "scope": "default",
6736
+ "line": {
6737
+ "start": 43,
6738
+ "end": 43
6739
+ }
6740
+ },
6741
+ "group": [
6742
+ "button"
6743
+ ],
6744
+ "access": "public",
6745
+ "file": {
6746
+ "path": "button/_variables.scss",
6747
+ "name": "_variables.scss"
6748
+ }
6749
+ },
6750
+ {
6751
+ "description": "The vertical padding of the xsmall Button.\n",
6752
+ "commentRange": {
6753
+ "start": 45,
6754
+ "end": 46
6755
+ },
6756
+ "context": {
6757
+ "type": "variable",
6758
+ "name": "kendo-button-xs-padding-y",
6759
+ "value": "k-spacing(1px)",
6760
+ "scope": "default",
6761
+ "line": {
6762
+ "start": 47,
6763
+ "end": 47
6764
+ }
6765
+ },
6766
+ "group": [
6767
+ "button"
6768
+ ],
6769
+ "access": "public",
6770
+ "file": {
6771
+ "path": "button/_variables.scss",
6772
+ "name": "_variables.scss"
6773
+ }
6774
+ },
6725
6775
  {
6726
6776
  "description": "The vertical padding of the small Button.\n",
6727
6777
  "commentRange": {
6728
- "start": 42,
6729
- "end": 43
6778
+ "start": 48,
6779
+ "end": 49
6730
6780
  },
6731
6781
  "context": {
6732
6782
  "type": "variable",
@@ -6734,8 +6784,8 @@
6734
6784
  "value": "k-spacing(0.5)",
6735
6785
  "scope": "default",
6736
6786
  "line": {
6737
- "start": 44,
6738
- "end": 44
6787
+ "start": 50,
6788
+ "end": 50
6739
6789
  }
6740
6790
  },
6741
6791
  "group": [
@@ -6750,8 +6800,8 @@
6750
6800
  {
6751
6801
  "description": "The vertical padding of the medium Button.\n",
6752
6802
  "commentRange": {
6753
- "start": 45,
6754
- "end": 46
6803
+ "start": 51,
6804
+ "end": 52
6755
6805
  },
6756
6806
  "context": {
6757
6807
  "type": "variable",
@@ -6759,8 +6809,8 @@
6759
6809
  "value": "k-spacing(1)",
6760
6810
  "scope": "default",
6761
6811
  "line": {
6762
- "start": 47,
6763
- "end": 47
6812
+ "start": 53,
6813
+ "end": 53
6764
6814
  }
6765
6815
  },
6766
6816
  "group": [
@@ -6775,8 +6825,8 @@
6775
6825
  {
6776
6826
  "description": "The vertical padding of the large Button.\n",
6777
6827
  "commentRange": {
6778
- "start": 48,
6779
- "end": 49
6828
+ "start": 54,
6829
+ "end": 55
6780
6830
  },
6781
6831
  "context": {
6782
6832
  "type": "variable",
@@ -6784,8 +6834,8 @@
6784
6834
  "value": "k-spacing(2)",
6785
6835
  "scope": "default",
6786
6836
  "line": {
6787
- "start": 50,
6788
- "end": 50
6837
+ "start": 56,
6838
+ "end": 56
6789
6839
  }
6790
6840
  },
6791
6841
  "group": [
@@ -6800,8 +6850,8 @@
6800
6850
  {
6801
6851
  "description": "The font family of the Button.\n",
6802
6852
  "commentRange": {
6803
- "start": 52,
6804
- "end": 53
6853
+ "start": 58,
6854
+ "end": 59
6805
6855
  },
6806
6856
  "context": {
6807
6857
  "type": "variable",
@@ -6809,8 +6859,8 @@
6809
6859
  "value": "var(--kendo-font-family)",
6810
6860
  "scope": "default",
6811
6861
  "line": {
6812
- "start": 54,
6813
- "end": 54
6862
+ "start": 60,
6863
+ "end": 60
6814
6864
  }
6815
6865
  },
6816
6866
  "group": [
@@ -6825,8 +6875,8 @@
6825
6875
  {
6826
6876
  "description": "The font weight of the Button.\n",
6827
6877
  "commentRange": {
6828
- "start": 55,
6829
- "end": 56
6878
+ "start": 61,
6879
+ "end": 62
6830
6880
  },
6831
6881
  "context": {
6832
6882
  "type": "variable",
@@ -6834,8 +6884,8 @@
6834
6884
  "value": "var(--kendo-font-weight-normal)",
6835
6885
  "scope": "default",
6836
6886
  "line": {
6837
- "start": 57,
6838
- "end": 57
6887
+ "start": 63,
6888
+ "end": 63
6839
6889
  }
6840
6890
  },
6841
6891
  "group": [
@@ -6850,8 +6900,8 @@
6850
6900
  {
6851
6901
  "description": "The font size of the Button.\n",
6852
6902
  "commentRange": {
6853
- "start": 59,
6854
- "end": 60
6903
+ "start": 65,
6904
+ "end": 66
6855
6905
  },
6856
6906
  "context": {
6857
6907
  "type": "variable",
@@ -6859,8 +6909,33 @@
6859
6909
  "value": "var(--kendo-font-size)",
6860
6910
  "scope": "default",
6861
6911
  "line": {
6862
- "start": 61,
6863
- "end": 61
6912
+ "start": 67,
6913
+ "end": 67
6914
+ }
6915
+ },
6916
+ "group": [
6917
+ "button"
6918
+ ],
6919
+ "access": "public",
6920
+ "file": {
6921
+ "path": "button/_variables.scss",
6922
+ "name": "_variables.scss"
6923
+ }
6924
+ },
6925
+ {
6926
+ "description": "The font size of the xsmall Button.\n",
6927
+ "commentRange": {
6928
+ "start": 68,
6929
+ "end": 69
6930
+ },
6931
+ "context": {
6932
+ "type": "variable",
6933
+ "name": "kendo-button-xs-font-size",
6934
+ "value": "var(--kendo-font-size)",
6935
+ "scope": "default",
6936
+ "line": {
6937
+ "start": 70,
6938
+ "end": 70
6864
6939
  }
6865
6940
  },
6866
6941
  "group": [
@@ -6875,8 +6950,8 @@
6875
6950
  {
6876
6951
  "description": "The font size of the small Button.\n",
6877
6952
  "commentRange": {
6878
- "start": 62,
6879
- "end": 63
6953
+ "start": 71,
6954
+ "end": 72
6880
6955
  },
6881
6956
  "context": {
6882
6957
  "type": "variable",
@@ -6884,8 +6959,8 @@
6884
6959
  "value": "var(--kendo-font-size)",
6885
6960
  "scope": "default",
6886
6961
  "line": {
6887
- "start": 64,
6888
- "end": 64
6962
+ "start": 73,
6963
+ "end": 73
6889
6964
  }
6890
6965
  },
6891
6966
  "group": [
@@ -6900,8 +6975,8 @@
6900
6975
  {
6901
6976
  "description": "The font size of the medium Button.\n",
6902
6977
  "commentRange": {
6903
- "start": 65,
6904
- "end": 66
6978
+ "start": 74,
6979
+ "end": 75
6905
6980
  },
6906
6981
  "context": {
6907
6982
  "type": "variable",
@@ -6909,8 +6984,8 @@
6909
6984
  "value": "$kendo-button-font-size",
6910
6985
  "scope": "default",
6911
6986
  "line": {
6912
- "start": 67,
6913
- "end": 67
6987
+ "start": 76,
6988
+ "end": 76
6914
6989
  }
6915
6990
  },
6916
6991
  "group": [
@@ -6925,8 +7000,8 @@
6925
7000
  {
6926
7001
  "description": "The font size of the large Button.\n",
6927
7002
  "commentRange": {
6928
- "start": 68,
6929
- "end": 69
7003
+ "start": 77,
7004
+ "end": 78
6930
7005
  },
6931
7006
  "context": {
6932
7007
  "type": "variable",
@@ -6934,8 +7009,8 @@
6934
7009
  "value": "var(--kendo-font-size-lg)",
6935
7010
  "scope": "default",
6936
7011
  "line": {
6937
- "start": 70,
6938
- "end": 70
7012
+ "start": 79,
7013
+ "end": 79
6939
7014
  }
6940
7015
  },
6941
7016
  "group": [
@@ -6950,8 +7025,8 @@
6950
7025
  {
6951
7026
  "description": "The line height used along with the $kendo-font-size the.\n",
6952
7027
  "commentRange": {
6953
- "start": 72,
6954
- "end": 73
7028
+ "start": 81,
7029
+ "end": 82
6955
7030
  },
6956
7031
  "context": {
6957
7032
  "type": "variable",
@@ -6959,8 +7034,33 @@
6959
7034
  "value": "var(--kendo-line-height)",
6960
7035
  "scope": "default",
6961
7036
  "line": {
6962
- "start": 74,
6963
- "end": 74
7037
+ "start": 83,
7038
+ "end": 83
7039
+ }
7040
+ },
7041
+ "group": [
7042
+ "button"
7043
+ ],
7044
+ "access": "public",
7045
+ "file": {
7046
+ "path": "button/_variables.scss",
7047
+ "name": "_variables.scss"
7048
+ }
7049
+ },
7050
+ {
7051
+ "description": "The line height used along with the $kendo-font-size the of the xsmall Button.\n",
7052
+ "commentRange": {
7053
+ "start": 84,
7054
+ "end": 85
7055
+ },
7056
+ "context": {
7057
+ "type": "variable",
7058
+ "name": "kendo-button-xs-line-height",
7059
+ "value": "var(--kendo-line-height)",
7060
+ "scope": "default",
7061
+ "line": {
7062
+ "start": 86,
7063
+ "end": 86
6964
7064
  }
6965
7065
  },
6966
7066
  "group": [
@@ -6975,8 +7075,8 @@
6975
7075
  {
6976
7076
  "description": "The line height used along with the $kendo-font-size the of the small Button.\n",
6977
7077
  "commentRange": {
6978
- "start": 75,
6979
- "end": 76
7078
+ "start": 87,
7079
+ "end": 88
6980
7080
  },
6981
7081
  "context": {
6982
7082
  "type": "variable",
@@ -6984,8 +7084,8 @@
6984
7084
  "value": "var(--kendo-line-height)",
6985
7085
  "scope": "default",
6986
7086
  "line": {
6987
- "start": 77,
6988
- "end": 77
7087
+ "start": 89,
7088
+ "end": 89
6989
7089
  }
6990
7090
  },
6991
7091
  "group": [
@@ -7000,8 +7100,8 @@
7000
7100
  {
7001
7101
  "description": "The line height used along with the $kendo-font-size the of the medium Button.\n",
7002
7102
  "commentRange": {
7003
- "start": 78,
7004
- "end": 79
7103
+ "start": 90,
7104
+ "end": 91
7005
7105
  },
7006
7106
  "context": {
7007
7107
  "type": "variable",
@@ -7009,8 +7109,8 @@
7009
7109
  "value": "$kendo-button-line-height",
7010
7110
  "scope": "default",
7011
7111
  "line": {
7012
- "start": 80,
7013
- "end": 80
7112
+ "start": 92,
7113
+ "end": 92
7014
7114
  }
7015
7115
  },
7016
7116
  "group": [
@@ -7025,8 +7125,8 @@
7025
7125
  {
7026
7126
  "description": "The line height used along with the $kendo-font-size the of the large Button.\n",
7027
7127
  "commentRange": {
7028
- "start": 81,
7029
- "end": 82
7128
+ "start": 93,
7129
+ "end": 94
7030
7130
  },
7031
7131
  "context": {
7032
7132
  "type": "variable",
@@ -7034,8 +7134,8 @@
7034
7134
  "value": "var(--kendo-line-height-lg)",
7035
7135
  "scope": "default",
7036
7136
  "line": {
7037
- "start": 83,
7038
- "end": 83
7137
+ "start": 95,
7138
+ "end": 95
7039
7139
  }
7040
7140
  },
7041
7141
  "group": [
@@ -7050,8 +7150,8 @@
7050
7150
  {
7051
7151
  "description": "The base background of the Button.\n",
7052
7152
  "commentRange": {
7053
- "start": 94,
7054
- "end": 95
7153
+ "start": 108,
7154
+ "end": 109
7055
7155
  },
7056
7156
  "context": {
7057
7157
  "type": "variable",
@@ -7059,8 +7159,8 @@
7059
7159
  "value": "k-color(base)",
7060
7160
  "scope": "default",
7061
7161
  "line": {
7062
- "start": 96,
7063
- "end": 96
7162
+ "start": 110,
7163
+ "end": 110
7064
7164
  }
7065
7165
  },
7066
7166
  "group": [
@@ -7075,8 +7175,8 @@
7075
7175
  {
7076
7176
  "description": "The base text color of the Button.\n",
7077
7177
  "commentRange": {
7078
- "start": 97,
7079
- "end": 98
7178
+ "start": 111,
7179
+ "end": 112
7080
7180
  },
7081
7181
  "context": {
7082
7182
  "type": "variable",
@@ -7084,8 +7184,8 @@
7084
7184
  "value": "k-color(on-base)",
7085
7185
  "scope": "default",
7086
7186
  "line": {
7087
- "start": 99,
7088
- "end": 99
7187
+ "start": 113,
7188
+ "end": 113
7089
7189
  }
7090
7190
  },
7091
7191
  "group": [
@@ -7100,8 +7200,8 @@
7100
7200
  {
7101
7201
  "description": "The base border color of the Button.\n",
7102
7202
  "commentRange": {
7103
- "start": 100,
7104
- "end": 101
7203
+ "start": 114,
7204
+ "end": 115
7105
7205
  },
7106
7206
  "context": {
7107
7207
  "type": "variable",
@@ -7109,8 +7209,8 @@
7109
7209
  "value": "k-color(border)",
7110
7210
  "scope": "default",
7111
7211
  "line": {
7112
- "start": 102,
7113
- "end": 102
7212
+ "start": 116,
7213
+ "end": 116
7114
7214
  }
7115
7215
  },
7116
7216
  "group": [
@@ -7125,8 +7225,8 @@
7125
7225
  {
7126
7226
  "description": "The base background gradient of the Button.\n",
7127
7227
  "commentRange": {
7128
- "start": 103,
7129
- "end": 104
7228
+ "start": 117,
7229
+ "end": 118
7130
7230
  },
7131
7231
  "context": {
7132
7232
  "type": "variable",
@@ -7134,8 +7234,8 @@
7134
7234
  "value": "null",
7135
7235
  "scope": "default",
7136
7236
  "line": {
7137
- "start": 105,
7138
- "end": 105
7237
+ "start": 119,
7238
+ "end": 119
7139
7239
  }
7140
7240
  },
7141
7241
  "group": [
@@ -7150,8 +7250,8 @@
7150
7250
  {
7151
7251
  "description": "The base shadow of the Button.\n",
7152
7252
  "commentRange": {
7153
- "start": 106,
7154
- "end": 107
7253
+ "start": 120,
7254
+ "end": 121
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": 108,
7163
- "end": 108
7262
+ "start": 122,
7263
+ "end": 122
7164
7264
  }
7165
7265
  },
7166
7266
  "group": [
@@ -7175,8 +7275,8 @@
7175
7275
  {
7176
7276
  "description": "The base background of the hovered Button.\n",
7177
7277
  "commentRange": {
7178
- "start": 110,
7179
- "end": 111
7278
+ "start": 124,
7279
+ "end": 125
7180
7280
  },
7181
7281
  "context": {
7182
7282
  "type": "variable",
@@ -7184,8 +7284,8 @@
7184
7284
  "value": "k-color(base-hover)",
7185
7285
  "scope": "default",
7186
7286
  "line": {
7187
- "start": 112,
7188
- "end": 112
7287
+ "start": 126,
7288
+ "end": 126
7189
7289
  }
7190
7290
  },
7191
7291
  "group": [
@@ -7200,8 +7300,8 @@
7200
7300
  {
7201
7301
  "description": "The base text color of the hovered Button.\n",
7202
7302
  "commentRange": {
7203
- "start": 113,
7204
- "end": 114
7303
+ "start": 127,
7304
+ "end": 128
7205
7305
  },
7206
7306
  "context": {
7207
7307
  "type": "variable",
@@ -7209,8 +7309,8 @@
7209
7309
  "value": "k-color(on-base)",
7210
7310
  "scope": "default",
7211
7311
  "line": {
7212
- "start": 115,
7213
- "end": 115
7312
+ "start": 129,
7313
+ "end": 129
7214
7314
  }
7215
7315
  },
7216
7316
  "group": [
@@ -7225,8 +7325,8 @@
7225
7325
  {
7226
7326
  "description": "The base border color of the hovered Button.\n",
7227
7327
  "commentRange": {
7228
- "start": 116,
7229
- "end": 117
7328
+ "start": 130,
7329
+ "end": 131
7230
7330
  },
7231
7331
  "context": {
7232
7332
  "type": "variable",
@@ -7234,8 +7334,8 @@
7234
7334
  "value": "k-color(border)",
7235
7335
  "scope": "default",
7236
7336
  "line": {
7237
- "start": 118,
7238
- "end": 118
7337
+ "start": 132,
7338
+ "end": 132
7239
7339
  }
7240
7340
  },
7241
7341
  "group": [
@@ -7250,8 +7350,8 @@
7250
7350
  {
7251
7351
  "description": "The base background gradient of the hovered Button.\n",
7252
7352
  "commentRange": {
7253
- "start": 119,
7254
- "end": 120
7353
+ "start": 133,
7354
+ "end": 134
7255
7355
  },
7256
7356
  "context": {
7257
7357
  "type": "variable",
@@ -7259,8 +7359,8 @@
7259
7359
  "value": "null",
7260
7360
  "scope": "default",
7261
7361
  "line": {
7262
- "start": 121,
7263
- "end": 121
7362
+ "start": 135,
7363
+ "end": 135
7264
7364
  }
7265
7365
  },
7266
7366
  "group": [
@@ -7275,8 +7375,8 @@
7275
7375
  {
7276
7376
  "description": "The base shadow of the hovered Button.\n",
7277
7377
  "commentRange": {
7278
- "start": 122,
7279
- "end": 123
7378
+ "start": 136,
7379
+ "end": 137
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": 124,
7288
- "end": 124
7387
+ "start": 138,
7388
+ "end": 138
7289
7389
  }
7290
7390
  },
7291
7391
  "group": [
@@ -7300,8 +7400,8 @@
7300
7400
  {
7301
7401
  "description": "The base background color of the active Button.\n",
7302
7402
  "commentRange": {
7303
- "start": 126,
7304
- "end": 127
7403
+ "start": 140,
7404
+ "end": 141
7305
7405
  },
7306
7406
  "context": {
7307
7407
  "type": "variable",
@@ -7309,8 +7409,8 @@
7309
7409
  "value": "k-color(base-active)",
7310
7410
  "scope": "default",
7311
7411
  "line": {
7312
- "start": 128,
7313
- "end": 128
7412
+ "start": 142,
7413
+ "end": 142
7314
7414
  }
7315
7415
  },
7316
7416
  "group": [
@@ -7325,8 +7425,8 @@
7325
7425
  {
7326
7426
  "description": "The base text color of the active Button.\n",
7327
7427
  "commentRange": {
7328
- "start": 129,
7329
- "end": 130
7428
+ "start": 143,
7429
+ "end": 144
7330
7430
  },
7331
7431
  "context": {
7332
7432
  "type": "variable",
@@ -7334,8 +7434,8 @@
7334
7434
  "value": "k-color(on-base)",
7335
7435
  "scope": "default",
7336
7436
  "line": {
7337
- "start": 131,
7338
- "end": 131
7437
+ "start": 145,
7438
+ "end": 145
7339
7439
  }
7340
7440
  },
7341
7441
  "group": [
@@ -7350,8 +7450,8 @@
7350
7450
  {
7351
7451
  "description": "The base border color of the active Button.\n",
7352
7452
  "commentRange": {
7353
- "start": 132,
7354
- "end": 133
7453
+ "start": 146,
7454
+ "end": 147
7355
7455
  },
7356
7456
  "context": {
7357
7457
  "type": "variable",
@@ -7359,8 +7459,8 @@
7359
7459
  "value": "k-color(border)",
7360
7460
  "scope": "default",
7361
7461
  "line": {
7362
- "start": 134,
7363
- "end": 134
7462
+ "start": 148,
7463
+ "end": 148
7364
7464
  }
7365
7465
  },
7366
7466
  "group": [
@@ -7375,8 +7475,8 @@
7375
7475
  {
7376
7476
  "description": "The base background gradient of the active Button.\n",
7377
7477
  "commentRange": {
7378
- "start": 135,
7379
- "end": 136
7478
+ "start": 149,
7479
+ "end": 150
7380
7480
  },
7381
7481
  "context": {
7382
7482
  "type": "variable",
@@ -7384,8 +7484,8 @@
7384
7484
  "value": "null",
7385
7485
  "scope": "default",
7386
7486
  "line": {
7387
- "start": 137,
7388
- "end": 137
7487
+ "start": 151,
7488
+ "end": 151
7389
7489
  }
7390
7490
  },
7391
7491
  "group": [
@@ -7400,8 +7500,8 @@
7400
7500
  {
7401
7501
  "description": "The base shadow of the active Button.\n",
7402
7502
  "commentRange": {
7403
- "start": 138,
7404
- "end": 139
7503
+ "start": 152,
7504
+ "end": 153
7405
7505
  },
7406
7506
  "context": {
7407
7507
  "type": "variable",
@@ -7409,8 +7509,8 @@
7409
7509
  "value": "null",
7410
7510
  "scope": "default",
7411
7511
  "line": {
7412
- "start": 140,
7413
- "end": 140
7512
+ "start": 154,
7513
+ "end": 154
7414
7514
  }
7415
7515
  },
7416
7516
  "group": [
@@ -7425,8 +7525,8 @@
7425
7525
  {
7426
7526
  "description": "The base background color of the selected Button.\n",
7427
7527
  "commentRange": {
7428
- "start": 142,
7429
- "end": 143
7528
+ "start": 156,
7529
+ "end": 157
7430
7530
  },
7431
7531
  "context": {
7432
7532
  "type": "variable",
@@ -7434,8 +7534,8 @@
7434
7534
  "value": "k-color(primary)",
7435
7535
  "scope": "default",
7436
7536
  "line": {
7437
- "start": 144,
7438
- "end": 144
7537
+ "start": 158,
7538
+ "end": 158
7439
7539
  }
7440
7540
  },
7441
7541
  "group": [
@@ -7450,8 +7550,8 @@
7450
7550
  {
7451
7551
  "description": "The text color of the selected Button.\n",
7452
7552
  "commentRange": {
7453
- "start": 145,
7454
- "end": 146
7553
+ "start": 159,
7554
+ "end": 160
7455
7555
  },
7456
7556
  "context": {
7457
7557
  "type": "variable",
@@ -7459,8 +7559,8 @@
7459
7559
  "value": "k-color(on-primary)",
7460
7560
  "scope": "default",
7461
7561
  "line": {
7462
- "start": 147,
7463
- "end": 147
7562
+ "start": 161,
7563
+ "end": 161
7464
7564
  }
7465
7565
  },
7466
7566
  "group": [
@@ -7475,8 +7575,8 @@
7475
7575
  {
7476
7576
  "description": "The border color of the selected Button.\n",
7477
7577
  "commentRange": {
7478
- "start": 148,
7479
- "end": 149
7578
+ "start": 162,
7579
+ "end": 163
7480
7580
  },
7481
7581
  "context": {
7482
7582
  "type": "variable",
@@ -7484,8 +7584,8 @@
7484
7584
  "value": "$kendo-button-selected-bg",
7485
7585
  "scope": "default",
7486
7586
  "line": {
7487
- "start": 150,
7488
- "end": 150
7587
+ "start": 164,
7588
+ "end": 164
7489
7589
  }
7490
7590
  },
7491
7591
  "group": [
@@ -7500,8 +7600,8 @@
7500
7600
  {
7501
7601
  "description": "The background gradient of the selected Button.\n",
7502
7602
  "commentRange": {
7503
- "start": 151,
7504
- "end": 152
7603
+ "start": 165,
7604
+ "end": 166
7505
7605
  },
7506
7606
  "context": {
7507
7607
  "type": "variable",
@@ -7509,8 +7609,8 @@
7509
7609
  "value": "$kendo-button-active-gradient",
7510
7610
  "scope": "default",
7511
7611
  "line": {
7512
- "start": 153,
7513
- "end": 153
7612
+ "start": 167,
7613
+ "end": 167
7514
7614
  }
7515
7615
  },
7516
7616
  "group": [
@@ -7525,8 +7625,8 @@
7525
7625
  {
7526
7626
  "description": "The base shadow of the selected Button.\n",
7527
7627
  "commentRange": {
7528
- "start": 154,
7529
- "end": 155
7628
+ "start": 168,
7629
+ "end": 169
7530
7630
  },
7531
7631
  "context": {
7532
7632
  "type": "variable",
@@ -7534,8 +7634,8 @@
7534
7634
  "value": "$kendo-button-active-shadow",
7535
7635
  "scope": "default",
7536
7636
  "line": {
7537
- "start": 156,
7538
- "end": 156
7637
+ "start": 170,
7638
+ "end": 170
7539
7639
  }
7540
7640
  },
7541
7641
  "group": [
@@ -7550,8 +7650,8 @@
7550
7650
  {
7551
7651
  "description": "The base shadow of the focused Button.\n",
7552
7652
  "commentRange": {
7553
- "start": 158,
7554
- "end": 159
7653
+ "start": 172,
7654
+ "end": 173
7555
7655
  },
7556
7656
  "context": {
7557
7657
  "type": "variable",
@@ -7559,8 +7659,8 @@
7559
7659
  "value": "0 0 0 2px color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
7560
7660
  "scope": "default",
7561
7661
  "line": {
7562
- "start": 160,
7563
- "end": 160
7662
+ "start": 174,
7663
+ "end": 174
7564
7664
  }
7565
7665
  },
7566
7666
  "group": [
@@ -7575,8 +7675,8 @@
7575
7675
  {
7576
7676
  "description": "The base background of the disabled Button.\n",
7577
7677
  "commentRange": {
7578
- "start": 162,
7579
- "end": 163
7678
+ "start": 176,
7679
+ "end": 177
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": 164,
7588
- "end": 164
7687
+ "start": 178,
7688
+ "end": 178
7589
7689
  }
7590
7690
  },
7591
7691
  "group": [
@@ -7600,8 +7700,8 @@
7600
7700
  {
7601
7701
  "description": "The base text color of the disabled Button.\n",
7602
7702
  "commentRange": {
7603
- "start": 165,
7604
- "end": 166
7703
+ "start": 179,
7704
+ "end": 180
7605
7705
  },
7606
7706
  "context": {
7607
7707
  "type": "variable",
@@ -7609,8 +7709,8 @@
7609
7709
  "value": "null",
7610
7710
  "scope": "default",
7611
7711
  "line": {
7612
- "start": 167,
7613
- "end": 167
7712
+ "start": 181,
7713
+ "end": 181
7614
7714
  }
7615
7715
  },
7616
7716
  "group": [
@@ -7625,8 +7725,8 @@
7625
7725
  {
7626
7726
  "description": "The base border color of the disabled Button.\n",
7627
7727
  "commentRange": {
7628
- "start": 168,
7629
- "end": 169
7728
+ "start": 182,
7729
+ "end": 183
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": 170,
7638
- "end": 170
7737
+ "start": 184,
7738
+ "end": 184
7639
7739
  }
7640
7740
  },
7641
7741
  "group": [
@@ -7650,8 +7750,8 @@
7650
7750
  {
7651
7751
  "description": "The base background gradient of the disabled Button.\n",
7652
7752
  "commentRange": {
7653
- "start": 171,
7654
- "end": 172
7753
+ "start": 185,
7754
+ "end": 186
7655
7755
  },
7656
7756
  "context": {
7657
7757
  "type": "variable",
@@ -7659,8 +7759,8 @@
7659
7759
  "value": "null",
7660
7760
  "scope": "default",
7661
7761
  "line": {
7662
- "start": 173,
7663
- "end": 173
7762
+ "start": 187,
7763
+ "end": 187
7664
7764
  }
7665
7765
  },
7666
7766
  "group": [
@@ -7675,8 +7775,8 @@
7675
7775
  {
7676
7776
  "description": "The base shadow of the disabled Button.\n",
7677
7777
  "commentRange": {
7678
- "start": 174,
7679
- "end": 175
7778
+ "start": 188,
7779
+ "end": 189
7680
7780
  },
7681
7781
  "context": {
7682
7782
  "type": "variable",
@@ -7684,8 +7784,8 @@
7684
7784
  "value": "null",
7685
7785
  "scope": "default",
7686
7786
  "line": {
7687
- "start": 176,
7688
- "end": 176
7787
+ "start": 190,
7788
+ "end": 190
7689
7789
  }
7690
7790
  },
7691
7791
  "group": [
@@ -7700,8 +7800,8 @@
7700
7800
  {
7701
7801
  "description": "The opacity of the pulsing animation for the generating Button.\n",
7702
7802
  "commentRange": {
7703
- "start": 178,
7704
- "end": 179
7803
+ "start": 192,
7804
+ "end": 193
7705
7805
  },
7706
7806
  "context": {
7707
7807
  "type": "variable",
@@ -7709,8 +7809,8 @@
7709
7809
  "value": ".4",
7710
7810
  "scope": "default",
7711
7811
  "line": {
7712
- "start": 180,
7713
- "end": 180
7812
+ "start": 194,
7813
+ "end": 194
7714
7814
  }
7715
7815
  },
7716
7816
  "group": [
@@ -7725,8 +7825,8 @@
7725
7825
  {
7726
7826
  "description": "The button gradient of the Button.\n",
7727
7827
  "commentRange": {
7728
- "start": 183,
7729
- "end": 184
7828
+ "start": 197,
7829
+ "end": 198
7730
7830
  },
7731
7831
  "context": {
7732
7832
  "type": "variable",
@@ -7734,108 +7834,8 @@
7734
7834
  "value": "null",
7735
7835
  "scope": "default",
7736
7836
  "line": {
7737
- "start": 185,
7738
- "end": 185
7739
- }
7740
- },
7741
- "group": [
7742
- "button"
7743
- ],
7744
- "access": "public",
7745
- "file": {
7746
- "path": "button/_variables.scss",
7747
- "name": "_variables.scss"
7748
- }
7749
- },
7750
- {
7751
- "description": "The shadow of the Button.\n",
7752
- "commentRange": {
7753
- "start": 186,
7754
- "end": 187
7755
- },
7756
- "context": {
7757
- "type": "variable",
7758
- "name": "kendo-solid-button-shadow",
7759
- "value": "true",
7760
- "scope": "default",
7761
- "line": {
7762
- "start": 188,
7763
- "end": 188
7764
- }
7765
- },
7766
- "group": [
7767
- "button"
7768
- ],
7769
- "access": "public",
7770
- "file": {
7771
- "path": "button/_variables.scss",
7772
- "name": "_variables.scss"
7773
- }
7774
- },
7775
- {
7776
- "description": "The button shadow blur of the Button.\n",
7777
- "commentRange": {
7778
- "start": 189,
7779
- "end": 190
7780
- },
7781
- "context": {
7782
- "type": "variable",
7783
- "name": "kendo-solid-button-shadow-blur",
7784
- "value": "0px",
7785
- "scope": "default",
7786
- "line": {
7787
- "start": 191,
7788
- "end": 191
7789
- }
7790
- },
7791
- "group": [
7792
- "button"
7793
- ],
7794
- "access": "public",
7795
- "file": {
7796
- "path": "button/_variables.scss",
7797
- "name": "_variables.scss"
7798
- }
7799
- },
7800
- {
7801
- "description": "The button shadow spread of the Button.\n",
7802
- "commentRange": {
7803
- "start": 192,
7804
- "end": 193
7805
- },
7806
- "context": {
7807
- "type": "variable",
7808
- "name": "kendo-solid-button-shadow-spread",
7809
- "value": "2px",
7810
- "scope": "default",
7811
- "line": {
7812
- "start": 194,
7813
- "end": 194
7814
- }
7815
- },
7816
- "group": [
7817
- "button"
7818
- ],
7819
- "access": "public",
7820
- "file": {
7821
- "path": "button/_variables.scss",
7822
- "name": "_variables.scss"
7823
- }
7824
- },
7825
- {
7826
- "description": "The button shadow opacity of the Button.\n",
7827
- "commentRange": {
7828
- "start": 195,
7829
- "end": 196
7830
- },
7831
- "context": {
7832
- "type": "variable",
7833
- "name": "kendo-solid-button-shadow-opacity",
7834
- "value": ".3",
7835
- "scope": "default",
7836
- "line": {
7837
- "start": 197,
7838
- "end": 197
7837
+ "start": 199,
7838
+ "end": 199
7839
7839
  }
7840
7840
  },
7841
7841
  "group": [
@@ -7855,7 +7855,7 @@
7855
7855
  },
7856
7856
  "context": {
7857
7857
  "type": "variable",
7858
- "name": "kendo-outline-button-shadow",
7858
+ "name": "kendo-solid-button-shadow",
7859
7859
  "value": "true",
7860
7860
  "scope": "default",
7861
7861
  "line": {
@@ -7880,7 +7880,7 @@
7880
7880
  },
7881
7881
  "context": {
7882
7882
  "type": "variable",
7883
- "name": "kendo-outline-button-shadow-blur",
7883
+ "name": "kendo-solid-button-shadow-blur",
7884
7884
  "value": "0px",
7885
7885
  "scope": "default",
7886
7886
  "line": {
@@ -7905,7 +7905,7 @@
7905
7905
  },
7906
7906
  "context": {
7907
7907
  "type": "variable",
7908
- "name": "kendo-outline-button-shadow-spread",
7908
+ "name": "kendo-solid-button-shadow-spread",
7909
7909
  "value": "2px",
7910
7910
  "scope": "default",
7911
7911
  "line": {
@@ -7930,7 +7930,7 @@
7930
7930
  },
7931
7931
  "context": {
7932
7932
  "type": "variable",
7933
- "name": "kendo-outline-button-shadow-opacity",
7933
+ "name": "kendo-solid-button-shadow-opacity",
7934
7934
  "value": ".3",
7935
7935
  "scope": "default",
7936
7936
  "line": {
@@ -7955,7 +7955,7 @@
7955
7955
  },
7956
7956
  "context": {
7957
7957
  "type": "variable",
7958
- "name": "kendo-link-button-shadow",
7958
+ "name": "kendo-outline-button-shadow",
7959
7959
  "value": "true",
7960
7960
  "scope": "default",
7961
7961
  "line": {
@@ -7980,7 +7980,7 @@
7980
7980
  },
7981
7981
  "context": {
7982
7982
  "type": "variable",
7983
- "name": "kendo-link-button-shadow-blur",
7983
+ "name": "kendo-outline-button-shadow-blur",
7984
7984
  "value": "0px",
7985
7985
  "scope": "default",
7986
7986
  "line": {
@@ -8005,7 +8005,7 @@
8005
8005
  },
8006
8006
  "context": {
8007
8007
  "type": "variable",
8008
- "name": "kendo-link-button-shadow-spread",
8008
+ "name": "kendo-outline-button-shadow-spread",
8009
8009
  "value": "2px",
8010
8010
  "scope": "default",
8011
8011
  "line": {
@@ -8030,7 +8030,7 @@
8030
8030
  },
8031
8031
  "context": {
8032
8032
  "type": "variable",
8033
- "name": "kendo-link-button-shadow-opacity",
8033
+ "name": "kendo-outline-button-shadow-opacity",
8034
8034
  "value": ".3",
8035
8035
  "scope": "default",
8036
8036
  "line": {
@@ -8048,15 +8048,15 @@
8048
8048
  }
8049
8049
  },
8050
8050
  {
8051
- "description": "The button focus opacity of the Button.\n",
8051
+ "description": "The shadow of the Button.\n",
8052
8052
  "commentRange": {
8053
8053
  "start": 228,
8054
8054
  "end": 229
8055
8055
  },
8056
8056
  "context": {
8057
8057
  "type": "variable",
8058
- "name": "kendo-clear-button-focus-opacity",
8059
- "value": ".1",
8058
+ "name": "kendo-link-button-shadow",
8059
+ "value": "true",
8060
8060
  "scope": "default",
8061
8061
  "line": {
8062
8062
  "start": 230,
@@ -8072,11 +8072,111 @@
8072
8072
  "name": "_variables.scss"
8073
8073
  }
8074
8074
  },
8075
+ {
8076
+ "description": "The button shadow blur of the Button.\n",
8077
+ "commentRange": {
8078
+ "start": 231,
8079
+ "end": 232
8080
+ },
8081
+ "context": {
8082
+ "type": "variable",
8083
+ "name": "kendo-link-button-shadow-blur",
8084
+ "value": "0px",
8085
+ "scope": "default",
8086
+ "line": {
8087
+ "start": 233,
8088
+ "end": 233
8089
+ }
8090
+ },
8091
+ "group": [
8092
+ "button"
8093
+ ],
8094
+ "access": "public",
8095
+ "file": {
8096
+ "path": "button/_variables.scss",
8097
+ "name": "_variables.scss"
8098
+ }
8099
+ },
8100
+ {
8101
+ "description": "The button shadow spread of the Button.\n",
8102
+ "commentRange": {
8103
+ "start": 234,
8104
+ "end": 235
8105
+ },
8106
+ "context": {
8107
+ "type": "variable",
8108
+ "name": "kendo-link-button-shadow-spread",
8109
+ "value": "2px",
8110
+ "scope": "default",
8111
+ "line": {
8112
+ "start": 236,
8113
+ "end": 236
8114
+ }
8115
+ },
8116
+ "group": [
8117
+ "button"
8118
+ ],
8119
+ "access": "public",
8120
+ "file": {
8121
+ "path": "button/_variables.scss",
8122
+ "name": "_variables.scss"
8123
+ }
8124
+ },
8125
+ {
8126
+ "description": "The button shadow opacity of the Button.\n",
8127
+ "commentRange": {
8128
+ "start": 237,
8129
+ "end": 238
8130
+ },
8131
+ "context": {
8132
+ "type": "variable",
8133
+ "name": "kendo-link-button-shadow-opacity",
8134
+ "value": ".3",
8135
+ "scope": "default",
8136
+ "line": {
8137
+ "start": 239,
8138
+ "end": 239
8139
+ }
8140
+ },
8141
+ "group": [
8142
+ "button"
8143
+ ],
8144
+ "access": "public",
8145
+ "file": {
8146
+ "path": "button/_variables.scss",
8147
+ "name": "_variables.scss"
8148
+ }
8149
+ },
8150
+ {
8151
+ "description": "The button focus opacity of the Button.\n",
8152
+ "commentRange": {
8153
+ "start": 242,
8154
+ "end": 243
8155
+ },
8156
+ "context": {
8157
+ "type": "variable",
8158
+ "name": "kendo-clear-button-focus-opacity",
8159
+ "value": ".1",
8160
+ "scope": "default",
8161
+ "line": {
8162
+ "start": 244,
8163
+ "end": 244
8164
+ }
8165
+ },
8166
+ "group": [
8167
+ "button"
8168
+ ],
8169
+ "access": "public",
8170
+ "file": {
8171
+ "path": "button/_variables.scss",
8172
+ "name": "_variables.scss"
8173
+ }
8174
+ },
8075
8175
  {
8076
8176
  "description": "The overlay opacity of the hovered flat Button. Used to create a background for the flat Button.\n",
8077
8177
  "commentRange": {
8078
- "start": 232,
8079
- "end": 233
8178
+ "start": 246,
8179
+ "end": 247
8080
8180
  },
8081
8181
  "context": {
8082
8182
  "type": "variable",
@@ -8084,8 +8184,8 @@
8084
8184
  "value": ".08",
8085
8185
  "scope": "default",
8086
8186
  "line": {
8087
- "start": 234,
8088
- "end": 234
8187
+ "start": 248,
8188
+ "end": 248
8089
8189
  }
8090
8190
  },
8091
8191
  "group": [
@@ -8100,8 +8200,8 @@
8100
8200
  {
8101
8201
  "description": "The overlay opacity of the focused flat Button. Used to create a background for the flat Button.\n",
8102
8202
  "commentRange": {
8103
- "start": 235,
8104
- "end": 236
8203
+ "start": 249,
8204
+ "end": 250
8105
8205
  },
8106
8206
  "context": {
8107
8207
  "type": "variable",
@@ -8109,8 +8209,8 @@
8109
8209
  "value": "null",
8110
8210
  "scope": "default",
8111
8211
  "line": {
8112
- "start": 237,
8113
- "end": 237
8212
+ "start": 251,
8213
+ "end": 251
8114
8214
  }
8115
8215
  },
8116
8216
  "group": [
@@ -8125,8 +8225,8 @@
8125
8225
  {
8126
8226
  "description": "The overlay opacity of the active flat Button. Used to create background for the flat Button.\n",
8127
8227
  "commentRange": {
8128
- "start": 238,
8129
- "end": 239
8228
+ "start": 252,
8229
+ "end": 253
8130
8230
  },
8131
8231
  "context": {
8132
8232
  "type": "variable",
@@ -8134,8 +8234,8 @@
8134
8234
  "value": ".16",
8135
8235
  "scope": "default",
8136
8236
  "line": {
8137
- "start": 240,
8138
- "end": 240
8237
+ "start": 254,
8238
+ "end": 254
8139
8239
  }
8140
8240
  },
8141
8241
  "group": [
@@ -8150,8 +8250,8 @@
8150
8250
  {
8151
8251
  "description": "The overlay opacity of the selected flat Button. Used to create background for the flat Button.\n",
8152
8252
  "commentRange": {
8153
- "start": 241,
8154
- "end": 242
8253
+ "start": 255,
8254
+ "end": 256
8155
8255
  },
8156
8256
  "context": {
8157
8257
  "type": "variable",
@@ -8159,8 +8259,8 @@
8159
8259
  "value": ".2",
8160
8260
  "scope": "default",
8161
8261
  "line": {
8162
- "start": 243,
8163
- "end": 243
8262
+ "start": 257,
8263
+ "end": 257
8164
8264
  }
8165
8265
  },
8166
8266
  "group": [
@@ -8175,8 +8275,8 @@
8175
8275
  {
8176
8276
  "description": "The opacity of the flat Button focus ring. Used to create a border for the flat Button.\n",
8177
8277
  "commentRange": {
8178
- "start": 244,
8179
- "end": 245
8278
+ "start": 258,
8279
+ "end": 259
8180
8280
  },
8181
8281
  "context": {
8182
8282
  "type": "variable",
@@ -8184,8 +8284,8 @@
8184
8284
  "value": ".12",
8185
8285
  "scope": "default",
8186
8286
  "line": {
8187
- "start": 246,
8188
- "end": 246
8287
+ "start": 260,
8288
+ "end": 260
8189
8289
  }
8190
8290
  },
8191
8291
  "group": [
@@ -8200,8 +8300,8 @@
8200
8300
  {
8201
8301
  "description": "The transition of the Button.\n",
8202
8302
  "commentRange": {
8203
- "start": 248,
8204
- "end": 249
8303
+ "start": 262,
8304
+ "end": 263
8205
8305
  },
8206
8306
  "context": {
8207
8307
  "type": "variable",
@@ -8209,8 +8309,8 @@
8209
8309
  "value": "color k-transition(rapid), background-color k-transition(rapid), border-color k-transition(rapid), box-shadow k-transition(rapid), opacity k-transition(rapid)",
8210
8310
  "scope": "default",
8211
8311
  "line": {
8212
- "start": 250,
8213
- "end": 250
8312
+ "start": 264,
8313
+ "end": 264
8214
8314
  }
8215
8315
  },
8216
8316
  "group": [
@@ -15337,7 +15437,7 @@
15337
15437
  "context": {
15338
15438
  "type": "variable",
15339
15439
  "name": "kendo-chart-no-data-padding-y",
15340
- "value": "k-spacing( 25 )",
15440
+ "value": "7rem",
15341
15441
  "scope": "default",
15342
15442
  "line": {
15343
15443
  "start": 365,
@@ -36341,7 +36441,7 @@
36341
36441
  "context": {
36342
36442
  "type": "variable",
36343
36443
  "name": "kendo-grid-sticky-container-shadow",
36344
- "value": "k-elevation(3)",
36444
+ "value": "0 2px 4px 0 rgba(0, 0, 0, 0.08)",
36345
36445
  "scope": "default",
36346
36446
  "line": {
36347
36447
  "start": 348,
@@ -36357,20 +36457,70 @@
36357
36457
  "name": "_variables.scss"
36358
36458
  }
36359
36459
  },
36460
+ {
36461
+ "description": "The box shadow of the sticky container positioned at the bottom in the Grid.\n",
36462
+ "commentRange": {
36463
+ "start": 349,
36464
+ "end": 350
36465
+ },
36466
+ "context": {
36467
+ "type": "variable",
36468
+ "name": "kendo-grid-sticky-container-bottom-shadow",
36469
+ "value": "0 -2px 4px 0 rgba(0, 0, 0, 0.08)",
36470
+ "scope": "default",
36471
+ "line": {
36472
+ "start": 351,
36473
+ "end": 351
36474
+ }
36475
+ },
36476
+ "group": [
36477
+ "grid"
36478
+ ],
36479
+ "access": "public",
36480
+ "file": {
36481
+ "path": "grid/_variables.scss",
36482
+ "name": "_variables.scss"
36483
+ }
36484
+ },
36360
36485
  {
36361
36486
  "description": "The box shadow of the pinned container in the Grid.\n",
36362
36487
  "commentRange": {
36363
- "start": 350,
36364
- "end": 351
36488
+ "start": 353,
36489
+ "end": 354
36365
36490
  },
36366
36491
  "context": {
36367
36492
  "type": "variable",
36368
36493
  "name": "kendo-grid-pinned-container-shadow",
36369
- "value": "k-elevation(4)",
36494
+ "value": "0 4px 8px 0 rgba(0, 0, 0, 0.08)",
36495
+ "scope": "default",
36496
+ "line": {
36497
+ "start": 355,
36498
+ "end": 355
36499
+ }
36500
+ },
36501
+ "group": [
36502
+ "grid"
36503
+ ],
36504
+ "access": "public",
36505
+ "file": {
36506
+ "path": "grid/_variables.scss",
36507
+ "name": "_variables.scss"
36508
+ }
36509
+ },
36510
+ {
36511
+ "description": "The box shadow of the pinned container positioned at the bottom in the Grid.\n",
36512
+ "commentRange": {
36513
+ "start": 356,
36514
+ "end": 357
36515
+ },
36516
+ "context": {
36517
+ "type": "variable",
36518
+ "name": "kendo-grid-pinned-container-bottom-shadow",
36519
+ "value": "0 -4px 8px 0 rgba(0, 0, 0, 0.08)",
36370
36520
  "scope": "default",
36371
36521
  "line": {
36372
- "start": 352,
36373
- "end": 352
36522
+ "start": 358,
36523
+ "end": 358
36374
36524
  }
36375
36525
  },
36376
36526
  "group": [
@@ -36385,8 +36535,8 @@
36385
36535
  {
36386
36536
  "description": "The width of the Grid column menu.\n",
36387
36537
  "commentRange": {
36388
- "start": 355,
36389
- "end": 356
36538
+ "start": 361,
36539
+ "end": 362
36390
36540
  },
36391
36541
  "context": {
36392
36542
  "type": "variable",
@@ -36394,8 +36544,8 @@
36394
36544
  "value": "230px",
36395
36545
  "scope": "default",
36396
36546
  "line": {
36397
- "start": 357,
36398
- "end": 357
36547
+ "start": 363,
36548
+ "end": 363
36399
36549
  }
36400
36550
  },
36401
36551
  "group": [
@@ -36410,8 +36560,8 @@
36410
36560
  {
36411
36561
  "description": "The maximum width of the Grid column menu.\n",
36412
36562
  "commentRange": {
36413
- "start": 358,
36414
- "end": 359
36563
+ "start": 364,
36564
+ "end": 365
36415
36565
  },
36416
36566
  "context": {
36417
36567
  "type": "variable",
@@ -36419,8 +36569,8 @@
36419
36569
  "value": "320px",
36420
36570
  "scope": "default",
36421
36571
  "line": {
36422
- "start": 360,
36423
- "end": 360
36572
+ "start": 366,
36573
+ "end": 366
36424
36574
  }
36425
36575
  },
36426
36576
  "group": [
@@ -36435,8 +36585,8 @@
36435
36585
  {
36436
36586
  "description": "The horizontal padding of the Grid popup.\n",
36437
36587
  "commentRange": {
36438
- "start": 363,
36439
- "end": 364
36588
+ "start": 369,
36589
+ "end": 370
36440
36590
  },
36441
36591
  "context": {
36442
36592
  "type": "variable",
@@ -36444,8 +36594,8 @@
36444
36594
  "value": "null",
36445
36595
  "scope": "default",
36446
36596
  "line": {
36447
- "start": 365,
36448
- "end": 365
36597
+ "start": 371,
36598
+ "end": 371
36449
36599
  }
36450
36600
  },
36451
36601
  "group": [
@@ -36460,8 +36610,8 @@
36460
36610
  {
36461
36611
  "description": "The vertical padding of the Grid popup.\n",
36462
36612
  "commentRange": {
36463
- "start": 366,
36464
- "end": 367
36613
+ "start": 372,
36614
+ "end": 373
36465
36615
  },
36466
36616
  "context": {
36467
36617
  "type": "variable",
@@ -36469,8 +36619,8 @@
36469
36619
  "value": "null",
36470
36620
  "scope": "default",
36471
36621
  "line": {
36472
- "start": 368,
36473
- "end": 368
36622
+ "start": 374,
36623
+ "end": 374
36474
36624
  }
36475
36625
  },
36476
36626
  "group": [
@@ -36485,8 +36635,8 @@
36485
36635
  {
36486
36636
  "description": "The horizontal padding of the Grid item.\n",
36487
36637
  "commentRange": {
36488
- "start": 370,
36489
- "end": 371
36638
+ "start": 376,
36639
+ "end": 377
36490
36640
  },
36491
36641
  "context": {
36492
36642
  "type": "variable",
@@ -36494,8 +36644,8 @@
36494
36644
  "value": "$kendo-menu-popup-md-item-padding-x",
36495
36645
  "scope": "default",
36496
36646
  "line": {
36497
- "start": 372,
36498
- "end": 372
36647
+ "start": 378,
36648
+ "end": 378
36499
36649
  }
36500
36650
  },
36501
36651
  "group": [
@@ -36510,8 +36660,8 @@
36510
36660
  {
36511
36661
  "description": "The vertical padding of the Grid item.\n",
36512
36662
  "commentRange": {
36513
- "start": 373,
36514
- "end": 374
36663
+ "start": 379,
36664
+ "end": 380
36515
36665
  },
36516
36666
  "context": {
36517
36667
  "type": "variable",
@@ -36519,8 +36669,8 @@
36519
36669
  "value": "$kendo-menu-popup-md-item-padding-y",
36520
36670
  "scope": "default",
36521
36671
  "line": {
36522
- "start": 375,
36523
- "end": 375
36672
+ "start": 381,
36673
+ "end": 381
36524
36674
  }
36525
36675
  },
36526
36676
  "group": [
@@ -36535,8 +36685,8 @@
36535
36685
  {
36536
36686
  "description": "The horizontal padding of the Grid item.\n",
36537
36687
  "commentRange": {
36538
- "start": 377,
36539
- "end": 378
36688
+ "start": 383,
36689
+ "end": 384
36540
36690
  },
36541
36691
  "context": {
36542
36692
  "type": "variable",
@@ -36544,8 +36694,8 @@
36544
36694
  "value": "$kendo-list-md-item-padding-x",
36545
36695
  "scope": "default",
36546
36696
  "line": {
36547
- "start": 379,
36548
- "end": 379
36697
+ "start": 385,
36698
+ "end": 385
36549
36699
  }
36550
36700
  },
36551
36701
  "group": [
@@ -36560,8 +36710,8 @@
36560
36710
  {
36561
36711
  "description": "The vertical padding of the Grid item.\n",
36562
36712
  "commentRange": {
36563
- "start": 380,
36564
- "end": 381
36713
+ "start": 386,
36714
+ "end": 387
36565
36715
  },
36566
36716
  "context": {
36567
36717
  "type": "variable",
@@ -36569,8 +36719,8 @@
36569
36719
  "value": "$kendo-list-md-item-padding-y",
36570
36720
  "scope": "default",
36571
36721
  "line": {
36572
- "start": 382,
36573
- "end": 382
36722
+ "start": 388,
36723
+ "end": 388
36574
36724
  }
36575
36725
  },
36576
36726
  "group": [
@@ -36585,8 +36735,8 @@
36585
36735
  {
36586
36736
  "description": "The horizontal padding of the Grid.\n",
36587
36737
  "commentRange": {
36588
- "start": 384,
36589
- "end": 385
36738
+ "start": 390,
36739
+ "end": 391
36590
36740
  },
36591
36741
  "context": {
36592
36742
  "type": "variable",
@@ -36594,8 +36744,8 @@
36594
36744
  "value": "k-spacing(0)",
36595
36745
  "scope": "default",
36596
36746
  "line": {
36597
- "start": 386,
36598
- "end": 386
36747
+ "start": 392,
36748
+ "end": 392
36599
36749
  }
36600
36750
  },
36601
36751
  "group": [
@@ -36610,8 +36760,8 @@
36610
36760
  {
36611
36761
  "description": "The vertical padding of the Grid.\n",
36612
36762
  "commentRange": {
36613
- "start": 387,
36614
- "end": 388
36763
+ "start": 393,
36764
+ "end": 394
36615
36765
  },
36616
36766
  "context": {
36617
36767
  "type": "variable",
@@ -36619,8 +36769,8 @@
36619
36769
  "value": "k-spacing(1.5)",
36620
36770
  "scope": "default",
36621
36771
  "line": {
36622
- "start": 389,
36623
- "end": 389
36772
+ "start": 395,
36773
+ "end": 395
36624
36774
  }
36625
36775
  },
36626
36776
  "group": [
@@ -36635,8 +36785,8 @@
36635
36785
  {
36636
36786
  "description": "The horizontal padding of the Grid header.\n",
36637
36787
  "commentRange": {
36638
- "start": 391,
36639
- "end": 392
36788
+ "start": 397,
36789
+ "end": 398
36640
36790
  },
36641
36791
  "context": {
36642
36792
  "type": "variable",
@@ -36644,8 +36794,8 @@
36644
36794
  "value": "$kendo-menu-popup-md-item-padding-x",
36645
36795
  "scope": "default",
36646
36796
  "line": {
36647
- "start": 393,
36648
- "end": 393
36797
+ "start": 399,
36798
+ "end": 399
36649
36799
  }
36650
36800
  },
36651
36801
  "group": [
@@ -36660,8 +36810,8 @@
36660
36810
  {
36661
36811
  "description": "The vertical padding of the Grid header.\n",
36662
36812
  "commentRange": {
36663
- "start": 394,
36664
- "end": 395
36813
+ "start": 400,
36814
+ "end": 401
36665
36815
  },
36666
36816
  "context": {
36667
36817
  "type": "variable",
@@ -36669,8 +36819,8 @@
36669
36819
  "value": "$kendo-menu-popup-md-item-padding-y",
36670
36820
  "scope": "default",
36671
36821
  "line": {
36672
- "start": 396,
36673
- "end": 396
36822
+ "start": 402,
36823
+ "end": 402
36674
36824
  }
36675
36825
  },
36676
36826
  "group": [
@@ -36685,8 +36835,8 @@
36685
36835
  {
36686
36836
  "description": "The font size of the Grid header.\n",
36687
36837
  "commentRange": {
36688
- "start": 398,
36689
- "end": 399
36838
+ "start": 404,
36839
+ "end": 405
36690
36840
  },
36691
36841
  "context": {
36692
36842
  "type": "variable",
@@ -36694,8 +36844,8 @@
36694
36844
  "value": "var(--kendo-font-size-sm)",
36695
36845
  "scope": "default",
36696
36846
  "line": {
36697
- "start": 400,
36698
- "end": 400
36847
+ "start": 406,
36848
+ "end": 406
36699
36849
  }
36700
36850
  },
36701
36851
  "group": [
@@ -36710,8 +36860,8 @@
36710
36860
  {
36711
36861
  "description": "The height of the Grid header.\n",
36712
36862
  "commentRange": {
36713
- "start": 401,
36714
- "end": 402
36863
+ "start": 407,
36864
+ "end": 408
36715
36865
  },
36716
36866
  "context": {
36717
36867
  "type": "variable",
@@ -36719,8 +36869,8 @@
36719
36869
  "value": "var(--kendo-line-height)",
36720
36870
  "scope": "default",
36721
36871
  "line": {
36722
- "start": 403,
36723
- "end": 403
36872
+ "start": 409,
36873
+ "end": 409
36724
36874
  }
36725
36875
  },
36726
36876
  "group": [
@@ -36735,8 +36885,8 @@
36735
36885
  {
36736
36886
  "description": "The text color of the Grid header.\n",
36737
36887
  "commentRange": {
36738
- "start": 404,
36739
- "end": 405
36888
+ "start": 410,
36889
+ "end": 411
36740
36890
  },
36741
36891
  "context": {
36742
36892
  "type": "variable",
@@ -36744,8 +36894,8 @@
36744
36894
  "value": "uppercase",
36745
36895
  "scope": "default",
36746
36896
  "line": {
36747
- "start": 406,
36748
- "end": 406
36897
+ "start": 412,
36898
+ "end": 412
36749
36899
  }
36750
36900
  },
36751
36901
  "group": [
@@ -36760,8 +36910,8 @@
36760
36910
  {
36761
36911
  "description": "The width of the Grid header.\n",
36762
36912
  "commentRange": {
36763
- "start": 407,
36764
- "end": 408
36913
+ "start": 413,
36914
+ "end": 414
36765
36915
  },
36766
36916
  "context": {
36767
36917
  "type": "variable",
@@ -36769,8 +36919,8 @@
36769
36919
  "value": "1px",
36770
36920
  "scope": "default",
36771
36921
  "line": {
36772
- "start": 409,
36773
- "end": 409
36922
+ "start": 415,
36923
+ "end": 415
36774
36924
  }
36775
36925
  },
36776
36926
  "group": [
@@ -36785,8 +36935,8 @@
36785
36935
  {
36786
36936
  "description": "The background color of the Grid header.\n",
36787
36937
  "commentRange": {
36788
- "start": 411,
36789
- "end": 412
36938
+ "start": 417,
36939
+ "end": 418
36790
36940
  },
36791
36941
  "context": {
36792
36942
  "type": "variable",
@@ -36794,8 +36944,8 @@
36794
36944
  "value": "null",
36795
36945
  "scope": "default",
36796
36946
  "line": {
36797
- "start": 413,
36798
- "end": 413
36947
+ "start": 419,
36948
+ "end": 419
36799
36949
  }
36800
36950
  },
36801
36951
  "group": [
@@ -36810,8 +36960,8 @@
36810
36960
  {
36811
36961
  "description": "The text color of the Grid header.\n",
36812
36962
  "commentRange": {
36813
- "start": 414,
36814
- "end": 415
36963
+ "start": 420,
36964
+ "end": 421
36815
36965
  },
36816
36966
  "context": {
36817
36967
  "type": "variable",
@@ -36819,8 +36969,8 @@
36819
36969
  "value": "$kendo-popup-text",
36820
36970
  "scope": "default",
36821
36971
  "line": {
36822
- "start": 416,
36823
- "end": 416
36972
+ "start": 422,
36973
+ "end": 422
36824
36974
  }
36825
36975
  },
36826
36976
  "group": [
@@ -36835,8 +36985,8 @@
36835
36985
  {
36836
36986
  "description": "The border color of the Grid header.\n",
36837
36987
  "commentRange": {
36838
- "start": 417,
36839
- "end": 418
36988
+ "start": 423,
36989
+ "end": 424
36840
36990
  },
36841
36991
  "context": {
36842
36992
  "type": "variable",
@@ -36844,8 +36994,8 @@
36844
36994
  "value": "$kendo-popup-border",
36845
36995
  "scope": "default",
36846
36996
  "line": {
36847
- "start": 419,
36848
- "end": 419
36997
+ "start": 425,
36998
+ "end": 425
36849
36999
  }
36850
37000
  },
36851
37001
  "group": [
@@ -36860,8 +37010,8 @@
36860
37010
  {
36861
37011
  "description": "The horizontal padding of the Grid content.\n",
36862
37012
  "commentRange": {
36863
- "start": 421,
36864
- "end": 422
37013
+ "start": 427,
37014
+ "end": 428
36865
37015
  },
36866
37016
  "context": {
36867
37017
  "type": "variable",
@@ -36869,8 +37019,8 @@
36869
37019
  "value": "k-spacing(0)",
36870
37020
  "scope": "default",
36871
37021
  "line": {
36872
- "start": 423,
36873
- "end": 423
37022
+ "start": 429,
37023
+ "end": 429
36874
37024
  }
36875
37025
  },
36876
37026
  "group": [
@@ -36885,8 +37035,8 @@
36885
37035
  {
36886
37036
  "description": "The vertical padding of the Grid content.\n",
36887
37037
  "commentRange": {
36888
- "start": 424,
36889
- "end": 425
37038
+ "start": 430,
37039
+ "end": 431
36890
37040
  },
36891
37041
  "context": {
36892
37042
  "type": "variable",
@@ -36894,8 +37044,8 @@
36894
37044
  "value": "k-spacing(2)",
36895
37045
  "scope": "default",
36896
37046
  "line": {
36897
- "start": 426,
36898
- "end": 426
37047
+ "start": 432,
37048
+ "end": 432
36899
37049
  }
36900
37050
  },
36901
37051
  "group": [
@@ -36910,8 +37060,8 @@
36910
37060
  {
36911
37061
  "description": "The background color of the Grid.\n",
36912
37062
  "commentRange": {
36913
- "start": 428,
36914
- "end": 429
37063
+ "start": 434,
37064
+ "end": 435
36915
37065
  },
36916
37066
  "context": {
36917
37067
  "type": "variable",
@@ -36919,8 +37069,8 @@
36919
37069
  "value": "k-color(surface)",
36920
37070
  "scope": "default",
36921
37071
  "line": {
36922
- "start": 430,
36923
- "end": 430
37072
+ "start": 436,
37073
+ "end": 436
36924
37074
  }
36925
37075
  },
36926
37076
  "group": [
@@ -36935,8 +37085,8 @@
36935
37085
  {
36936
37086
  "description": "The width of the Grid cell.\n",
36937
37087
  "commentRange": {
36938
- "start": 432,
36939
- "end": 433
37088
+ "start": 438,
37089
+ "end": 439
36940
37090
  },
36941
37091
  "context": {
36942
37092
  "type": "variable",
@@ -36944,8 +37094,8 @@
36944
37094
  "value": "($kendo-icon-size * 2.25)",
36945
37095
  "scope": "default",
36946
37096
  "line": {
36947
- "start": 434,
36948
- "end": 434
37097
+ "start": 440,
37098
+ "end": 440
36949
37099
  }
36950
37100
  },
36951
37101
  "group": [
@@ -36960,8 +37110,8 @@
36960
37110
  {
36961
37111
  "description": "The width of the Grid.\n",
36962
37112
  "commentRange": {
36963
- "start": 436,
36964
- "end": 437
37113
+ "start": 442,
37114
+ "end": 443
36965
37115
  },
36966
37116
  "context": {
36967
37117
  "type": "variable",
@@ -36969,8 +37119,8 @@
36969
37119
  "value": "($kendo-icon-size * 2)",
36970
37120
  "scope": "default",
36971
37121
  "line": {
36972
- "start": 438,
36973
- "end": 438
37122
+ "start": 444,
37123
+ "end": 444
36974
37124
  }
36975
37125
  },
36976
37126
  "group": [
@@ -36985,8 +37135,8 @@
36985
37135
  {
36986
37136
  "description": "The grouping border top of the Grid row.\n",
36987
37137
  "commentRange": {
36988
- "start": 440,
36989
- "end": 441
37138
+ "start": 446,
37139
+ "end": 447
36990
37140
  },
36991
37141
  "context": {
36992
37142
  "type": "variable",
@@ -36994,8 +37144,8 @@
36994
37144
  "value": "1px",
36995
37145
  "scope": "default",
36996
37146
  "line": {
36997
- "start": 442,
36998
- "end": 442
37147
+ "start": 448,
37148
+ "end": 448
36999
37149
  }
37000
37150
  },
37001
37151
  "group": [
@@ -37010,8 +37160,8 @@
37010
37160
  {
37011
37161
  "description": "The vertical border of the Grid footer.\n",
37012
37162
  "commentRange": {
37013
- "start": 443,
37014
- "end": 444
37163
+ "start": 449,
37164
+ "end": 450
37015
37165
  },
37016
37166
  "context": {
37017
37167
  "type": "variable",
@@ -37019,8 +37169,8 @@
37019
37169
  "value": "1px",
37020
37170
  "scope": "default",
37021
37171
  "line": {
37022
- "start": 445,
37023
- "end": 445
37172
+ "start": 451,
37173
+ "end": 451
37024
37174
  }
37025
37175
  },
37026
37176
  "group": [
@@ -37035,8 +37185,8 @@
37035
37185
  {
37036
37186
  "description": "The background color of the Grid row resize indicator.\n",
37037
37187
  "commentRange": {
37038
- "start": 447,
37039
- "end": 448
37188
+ "start": 453,
37189
+ "end": 454
37040
37190
  },
37041
37191
  "context": {
37042
37192
  "type": "variable",
@@ -37044,8 +37194,8 @@
37044
37194
  "value": "color-mix(in srgb, k-color(on-base) 20%, transparent)",
37045
37195
  "scope": "default",
37046
37196
  "line": {
37047
- "start": 449,
37048
- "end": 449
37197
+ "start": 455,
37198
+ "end": 455
37049
37199
  }
37050
37200
  },
37051
37201
  "group": [
@@ -37060,8 +37210,8 @@
37060
37210
  {
37061
37211
  "description": "The background color of the active Grid row resize indicator.\n",
37062
37212
  "commentRange": {
37063
- "start": 450,
37064
- "end": 451
37213
+ "start": 456,
37214
+ "end": 457
37065
37215
  },
37066
37216
  "context": {
37067
37217
  "type": "variable",
@@ -37069,8 +37219,8 @@
37069
37219
  "value": "k-color(primary)",
37070
37220
  "scope": "default",
37071
37221
  "line": {
37072
- "start": 452,
37073
- "end": 452
37222
+ "start": 458,
37223
+ "end": 458
37074
37224
  }
37075
37225
  },
37076
37226
  "group": [
@@ -37085,8 +37235,8 @@
37085
37235
  {
37086
37236
  "description": "The height of the Grid row resize indicator.\n",
37087
37237
  "commentRange": {
37088
- "start": 453,
37089
- "end": 454
37238
+ "start": 459,
37239
+ "end": 460
37090
37240
  },
37091
37241
  "context": {
37092
37242
  "type": "variable",
@@ -37094,8 +37244,8 @@
37094
37244
  "value": "k-spacing(0.5)",
37095
37245
  "scope": "default",
37096
37246
  "line": {
37097
- "start": 455,
37098
- "end": 455
37247
+ "start": 461,
37248
+ "end": 461
37099
37249
  }
37100
37250
  },
37101
37251
  "group": [
@@ -37110,8 +37260,8 @@
37110
37260
  {
37111
37261
  "description": "The horizontal padding of the Grid stack layout cells.\n",
37112
37262
  "commentRange": {
37113
- "start": 457,
37114
- "end": 458
37263
+ "start": 463,
37264
+ "end": 464
37115
37265
  },
37116
37266
  "context": {
37117
37267
  "type": "variable",
@@ -37119,8 +37269,8 @@
37119
37269
  "value": "k-spacing(2)",
37120
37270
  "scope": "default",
37121
37271
  "line": {
37122
- "start": 459,
37123
- "end": 459
37272
+ "start": 465,
37273
+ "end": 465
37124
37274
  }
37125
37275
  },
37126
37276
  "group": [
@@ -37135,8 +37285,8 @@
37135
37285
  {
37136
37286
  "description": "The vertical padding of the Grid stack layout cells.\n",
37137
37287
  "commentRange": {
37138
- "start": 460,
37139
- "end": 461
37288
+ "start": 466,
37289
+ "end": 467
37140
37290
  },
37141
37291
  "context": {
37142
37292
  "type": "variable",
@@ -37144,8 +37294,8 @@
37144
37294
  "value": "k-spacing(1.5)",
37145
37295
  "scope": "default",
37146
37296
  "line": {
37147
- "start": 462,
37148
- "end": 462
37297
+ "start": 468,
37298
+ "end": 468
37149
37299
  }
37150
37300
  },
37151
37301
  "group": [
@@ -37160,8 +37310,8 @@
37160
37310
  {
37161
37311
  "description": "The column gap of the Grid stack layout.\n",
37162
37312
  "commentRange": {
37163
- "start": 464,
37164
- "end": 465
37313
+ "start": 470,
37314
+ "end": 471
37165
37315
  },
37166
37316
  "context": {
37167
37317
  "type": "variable",
@@ -37169,8 +37319,8 @@
37169
37319
  "value": "k-spacing(1)",
37170
37320
  "scope": "default",
37171
37321
  "line": {
37172
- "start": 466,
37173
- "end": 466
37322
+ "start": 472,
37323
+ "end": 472
37174
37324
  }
37175
37325
  },
37176
37326
  "group": [
@@ -37185,8 +37335,8 @@
37185
37335
  {
37186
37336
  "description": "The column gap of the editable Grid stack layout.\n",
37187
37337
  "commentRange": {
37188
- "start": 467,
37189
- "end": 468
37338
+ "start": 473,
37339
+ "end": 474
37190
37340
  },
37191
37341
  "context": {
37192
37342
  "type": "variable",
@@ -37194,8 +37344,8 @@
37194
37344
  "value": "k-spacing(2)",
37195
37345
  "scope": "default",
37196
37346
  "line": {
37197
- "start": 469,
37198
- "end": 469
37347
+ "start": 475,
37348
+ "end": 475
37199
37349
  }
37200
37350
  },
37201
37351
  "group": [
@@ -37210,8 +37360,8 @@
37210
37360
  {
37211
37361
  "description": "The width of the hierarchy column in the Grid stack layout.\n",
37212
37362
  "commentRange": {
37213
- "start": 471,
37214
- "end": 472
37363
+ "start": 477,
37364
+ "end": 478
37215
37365
  },
37216
37366
  "context": {
37217
37367
  "type": "variable",
@@ -37219,8 +37369,8 @@
37219
37369
  "value": "k-spacing(2)",
37220
37370
  "scope": "default",
37221
37371
  "line": {
37222
- "start": 473,
37223
- "end": 473
37372
+ "start": 479,
37373
+ "end": 479
37224
37374
  }
37225
37375
  },
37226
37376
  "group": [
@@ -37235,8 +37385,8 @@
37235
37385
  {
37236
37386
  "description": "The font size of the Grid stack layout column header.\n",
37237
37387
  "commentRange": {
37238
- "start": 475,
37239
- "end": 476
37388
+ "start": 481,
37389
+ "end": 482
37240
37390
  },
37241
37391
  "context": {
37242
37392
  "type": "variable",
@@ -37244,8 +37394,8 @@
37244
37394
  "value": "var(--kendo-font-size-sm)",
37245
37395
  "scope": "default",
37246
37396
  "line": {
37247
- "start": 477,
37248
- "end": 477
37397
+ "start": 483,
37398
+ "end": 483
37249
37399
  }
37250
37400
  },
37251
37401
  "group": [
@@ -37260,8 +37410,8 @@
37260
37410
  {
37261
37411
  "description": "The font weight of the Grid stack layout column header.\n",
37262
37412
  "commentRange": {
37263
- "start": 478,
37264
- "end": 479
37413
+ "start": 484,
37414
+ "end": 485
37265
37415
  },
37266
37416
  "context": {
37267
37417
  "type": "variable",
@@ -37269,8 +37419,8 @@
37269
37419
  "value": "var(--kendo-font-weight-bold)",
37270
37420
  "scope": "default",
37271
37421
  "line": {
37272
- "start": 480,
37273
- "end": 480
37422
+ "start": 486,
37423
+ "end": 486
37274
37424
  }
37275
37425
  },
37276
37426
  "group": [
@@ -37285,8 +37435,8 @@
37285
37435
  {
37286
37436
  "description": "The height of the Grid stack layout expandable row shadow.\n",
37287
37437
  "commentRange": {
37288
- "start": 481,
37289
- "end": 482
37438
+ "start": 487,
37439
+ "end": 488
37290
37440
  },
37291
37441
  "context": {
37292
37442
  "type": "variable",
@@ -37294,8 +37444,8 @@
37294
37444
  "value": "k-spacing(2.5)",
37295
37445
  "scope": "default",
37296
37446
  "line": {
37297
- "start": 483,
37298
- "end": 483
37447
+ "start": 489,
37448
+ "end": 489
37299
37449
  }
37300
37450
  },
37301
37451
  "group": [
@@ -37310,8 +37460,8 @@
37310
37460
  {
37311
37461
  "description": "The color of the Grid stack layout column header.\n",
37312
37462
  "commentRange": {
37313
- "start": 485,
37314
- "end": 486
37463
+ "start": 491,
37464
+ "end": 492
37315
37465
  },
37316
37466
  "context": {
37317
37467
  "type": "variable",
@@ -37319,8 +37469,8 @@
37319
37469
  "value": "k-color(subtle)",
37320
37470
  "scope": "default",
37321
37471
  "line": {
37322
- "start": 487,
37323
- "end": 487
37472
+ "start": 493,
37473
+ "end": 493
37324
37474
  }
37325
37475
  },
37326
37476
  "group": [
@@ -37335,8 +37485,8 @@
37335
37485
  {
37336
37486
  "description": "The outline color of the Grid stack layout focused cell.\n",
37337
37487
  "commentRange": {
37338
- "start": 488,
37339
- "end": 489
37488
+ "start": 494,
37489
+ "end": 495
37340
37490
  },
37341
37491
  "context": {
37342
37492
  "type": "variable",
@@ -37344,8 +37494,8 @@
37344
37494
  "value": "color-mix(in srgb, k-color(on-app-surface) 12%, transparent)",
37345
37495
  "scope": "default",
37346
37496
  "line": {
37347
- "start": 490,
37348
- "end": 490
37497
+ "start": 496,
37498
+ "end": 496
37349
37499
  }
37350
37500
  },
37351
37501
  "group": [
@@ -37360,8 +37510,8 @@
37360
37510
  {
37361
37511
  "description": "The Grid stack layout expandable row shadow.\n",
37362
37512
  "commentRange": {
37363
- "start": 491,
37364
- "end": 492
37513
+ "start": 497,
37514
+ "end": 498
37365
37515
  },
37366
37516
  "context": {
37367
37517
  "type": "variable",
@@ -37369,8 +37519,8 @@
37369
37519
  "value": "k-elevation(2)",
37370
37520
  "scope": "default",
37371
37521
  "line": {
37372
- "start": 493,
37373
- "end": 493
37522
+ "start": 499,
37523
+ "end": 499
37374
37524
  }
37375
37525
  },
37376
37526
  "group": [
@@ -37385,8 +37535,8 @@
37385
37535
  {
37386
37536
  "description": "The font weight of the pinned source row in the Grid.\n",
37387
37537
  "commentRange": {
37388
- "start": 495,
37389
- "end": 496
37538
+ "start": 501,
37539
+ "end": 502
37390
37540
  },
37391
37541
  "context": {
37392
37542
  "type": "variable",
@@ -37394,8 +37544,8 @@
37394
37544
  "value": "var(--kendo-font-weight-bold)",
37395
37545
  "scope": "default",
37396
37546
  "line": {
37397
- "start": 497,
37398
- "end": 497
37547
+ "start": 503,
37548
+ "end": 503
37399
37549
  }
37400
37550
  },
37401
37551
  "group": [
@@ -86568,8 +86718,8 @@
86568
86718
  {
86569
86719
  "description": "The theme colors map of the Button.\n",
86570
86720
  "commentRange": {
86571
- "start": 108,
86572
- "end": 109
86721
+ "start": 114,
86722
+ "end": 115
86573
86723
  },
86574
86724
  "context": {
86575
86725
  "type": "variable",
@@ -86577,8 +86727,8 @@
86577
86727
  "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
86578
86728
  "scope": "default",
86579
86729
  "line": {
86580
- "start": 110,
86581
- "end": 110
86730
+ "start": 116,
86731
+ "end": 116
86582
86732
  }
86583
86733
  },
86584
86734
  "group": [
@@ -86593,17 +86743,17 @@
86593
86743
  {
86594
86744
  "description": "The sizes map of the Button.\n",
86595
86745
  "commentRange": {
86596
- "start": 112,
86597
- "end": 113
86746
+ "start": 118,
86747
+ "end": 119
86598
86748
  },
86599
86749
  "context": {
86600
86750
  "type": "variable",
86601
86751
  "name": "kendo-button-sizes",
86602
- "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)",
86752
+ "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)",
86603
86753
  "scope": "default",
86604
86754
  "line": {
86605
- "start": 114,
86606
- "end": 133
86755
+ "start": 120,
86756
+ "end": 145
86607
86757
  }
86608
86758
  },
86609
86759
  "group": [
@@ -87051,8 +87201,8 @@
87051
87201
  {
87052
87202
  "description": "The global default Colors map.\n",
87053
87203
  "commentRange": {
87054
- "start": 174,
87055
- "end": 423
87204
+ "start": 193,
87205
+ "end": 447
87056
87206
  },
87057
87207
  "context": {
87058
87208
  "type": "variable",
@@ -87060,8 +87210,8 @@
87060
87210
  "value": "$default-colors",
87061
87211
  "scope": "default",
87062
87212
  "line": {
87063
- "start": 424,
87064
- "end": 424
87213
+ "start": 448,
87214
+ "end": 448
87065
87215
  }
87066
87216
  },
87067
87217
  "group": [
@@ -87257,6 +87407,13 @@
87257
87407
  ],
87258
87408
  "description": "The Inverse variable group."
87259
87409
  },
87410
+ {
87411
+ "name": "series",
87412
+ "value": [
87413
+ "series"
87414
+ ],
87415
+ "description": "The Series base variable group."
87416
+ },
87260
87417
  {
87261
87418
  "name": "series-a",
87262
87419
  "value": [
@@ -87910,6 +88067,11 @@
87910
88067
  "name": "inverse-on-surface",
87911
88068
  "description": "The text color variable for content on surface."
87912
88069
  },
88070
+ {
88071
+ "type": "Color",
88072
+ "name": "series",
88073
+ "description": "The base series color variable."
88074
+ },
87913
88075
  {
87914
88076
  "type": "Color",
87915
88077
  "name": "series-a",
@@ -88601,319 +88763,44 @@
88601
88763
  }
88602
88764
  },
88603
88765
  {
88604
- "description": "The Gray Palette provides colors to the Base, Secondary, Light, Dark, and Inverse variable groups.\n",
88766
+ "description": "The base border radius used across the Components.\n",
88605
88767
  "commentRange": {
88606
- "start": 223,
88607
- "end": 224
88608
- },
88609
- "context": {
88610
- "type": "variable",
88611
- "name": "kendo-palette-gray",
88612
- "value": "$_default-palette-gray",
88613
- "scope": "default",
88614
- "line": {
88615
- "start": 225,
88616
- "end": 225
88617
- }
88618
- },
88619
- "group": [
88620
- "palette"
88621
- ],
88622
- "access": "public",
88623
- "file": {
88624
- "path": "core/scss/color-system/_palettes.scss",
88625
- "name": "_palettes.scss"
88626
- }
88627
- },
88628
- {
88629
- "description": "The Coral Palette provides colors to the Primary and Series A variable groups.\n",
88630
- "commentRange": {
88631
- "start": 228,
88632
- "end": 229
88633
- },
88634
- "context": {
88635
- "type": "variable",
88636
- "name": "kendo-palette-coral",
88637
- "value": "$_default-palette-coral",
88638
- "scope": "default",
88639
- "line": {
88640
- "start": 230,
88641
- "end": 230
88642
- }
88643
- },
88644
- "group": [
88645
- "palette"
88646
- ],
88647
- "access": "public",
88648
- "file": {
88649
- "path": "core/scss/color-system/_palettes.scss",
88650
- "name": "_palettes.scss"
88651
- }
88652
- },
88653
- {
88654
- "description": "The Sky Blue Palette provides colors to the Tertiary variable group.\n",
88655
- "commentRange": {
88656
- "start": 233,
88657
- "end": 234
88658
- },
88659
- "context": {
88660
- "type": "variable",
88661
- "name": "kendo-palette-sky-blue",
88662
- "value": "$_default-palette-sky-blue",
88663
- "scope": "default",
88664
- "line": {
88665
- "start": 235,
88666
- "end": 235
88667
- }
88668
- },
88669
- "group": [
88670
- "palette"
88671
- ],
88672
- "access": "public",
88673
- "file": {
88674
- "path": "core/scss/color-system/_palettes.scss",
88675
- "name": "_palettes.scss"
88676
- }
88677
- },
88678
- {
88679
- "description": "The Green Palette provides colors to the Success variable group.\n",
88680
- "commentRange": {
88681
- "start": 238,
88682
- "end": 239
88683
- },
88684
- "context": {
88685
- "type": "variable",
88686
- "name": "kendo-palette-green",
88687
- "value": "$_default-palette-green",
88688
- "scope": "default",
88689
- "line": {
88690
- "start": 240,
88691
- "end": 240
88692
- }
88693
- },
88694
- "group": [
88695
- "palette"
88696
- ],
88697
- "access": "public",
88698
- "file": {
88699
- "path": "core/scss/color-system/_palettes.scss",
88700
- "name": "_palettes.scss"
88701
- }
88702
- },
88703
- {
88704
- "description": "The Blue Palette provides colors to the Info variable group.\n",
88705
- "commentRange": {
88706
- "start": 243,
88707
- "end": 244
88708
- },
88709
- "context": {
88710
- "type": "variable",
88711
- "name": "kendo-palette-blue",
88712
- "value": "$_default-palette-blue",
88713
- "scope": "default",
88714
- "line": {
88715
- "start": 245,
88716
- "end": 245
88717
- }
88718
- },
88719
- "group": [
88720
- "palette"
88721
- ],
88722
- "access": "public",
88723
- "file": {
88724
- "path": "core/scss/color-system/_palettes.scss",
88725
- "name": "_palettes.scss"
88726
- }
88727
- },
88728
- {
88729
- "description": "The Yellow Palette provides colors to the Warning variable group.\n",
88730
- "commentRange": {
88731
- "start": 248,
88732
- "end": 249
88733
- },
88734
- "context": {
88735
- "type": "variable",
88736
- "name": "kendo-palette-yellow",
88737
- "value": "$_default-palette-yellow",
88738
- "scope": "default",
88739
- "line": {
88740
- "start": 250,
88741
- "end": 250
88742
- }
88743
- },
88744
- "group": [
88745
- "palette"
88746
- ],
88747
- "access": "public",
88748
- "file": {
88749
- "path": "core/scss/color-system/_palettes.scss",
88750
- "name": "_palettes.scss"
88751
- }
88752
- },
88753
- {
88754
- "description": "The Red Palette provides colors to the Error variable group.\n",
88755
- "commentRange": {
88756
- "start": 253,
88757
- "end": 254
88758
- },
88759
- "context": {
88760
- "type": "variable",
88761
- "name": "kendo-palette-red",
88762
- "value": "$_default-palette-red",
88763
- "scope": "default",
88764
- "line": {
88765
- "start": 255,
88766
- "end": 255
88767
- }
88768
- },
88769
- "group": [
88770
- "palette"
88771
- ],
88772
- "access": "public",
88773
- "file": {
88774
- "path": "core/scss/color-system/_palettes.scss",
88775
- "name": "_palettes.scss"
88776
- }
88777
- },
88778
- {
88779
- "description": "The Lemon Yellow Palette provides colors to the Series B variable group.\n",
88780
- "commentRange": {
88781
- "start": 258,
88782
- "end": 259
88783
- },
88784
- "context": {
88785
- "type": "variable",
88786
- "name": "kendo-palette-lemon-yellow",
88787
- "value": "$_default-palette-lemon-yellow",
88788
- "scope": "default",
88789
- "line": {
88790
- "start": 260,
88791
- "end": 260
88792
- }
88793
- },
88794
- "group": [
88795
- "palette"
88796
- ],
88797
- "access": "public",
88798
- "file": {
88799
- "path": "core/scss/color-system/_palettes.scss",
88800
- "name": "_palettes.scss"
88801
- }
88802
- },
88803
- {
88804
- "description": "The Spring Green Palette provides colors to the Series C variable group.\n",
88805
- "commentRange": {
88806
- "start": 263,
88807
- "end": 264
88808
- },
88809
- "context": {
88810
- "type": "variable",
88811
- "name": "kendo-palette-spring-green",
88812
- "value": "$_default-palette-spring-green",
88813
- "scope": "default",
88814
- "line": {
88815
- "start": 265,
88816
- "end": 265
88817
- }
88818
- },
88819
- "group": [
88820
- "palette"
88821
- ],
88822
- "access": "public",
88823
- "file": {
88824
- "path": "core/scss/color-system/_palettes.scss",
88825
- "name": "_palettes.scss"
88826
- }
88827
- },
88828
- {
88829
- "description": "The Royal Blue Palette provides colors to the Series D variable group.\n",
88830
- "commentRange": {
88831
- "start": 268,
88832
- "end": 269
88833
- },
88834
- "context": {
88835
- "type": "variable",
88836
- "name": "kendo-palette-royal-blue",
88837
- "value": "$_default-palette-royal-blue",
88838
- "scope": "default",
88839
- "line": {
88840
- "start": 270,
88841
- "end": 270
88842
- }
88843
- },
88844
- "group": [
88845
- "palette"
88846
- ],
88847
- "access": "public",
88848
- "file": {
88849
- "path": "core/scss/color-system/_palettes.scss",
88850
- "name": "_palettes.scss"
88851
- }
88852
- },
88853
- {
88854
- "description": "The Lavender Purple Palette provides colors to the Series E variable group.\n",
88855
- "commentRange": {
88856
- "start": 273,
88857
- "end": 274
88858
- },
88859
- "context": {
88860
- "type": "variable",
88861
- "name": "kendo-palette-lavender-purple",
88862
- "value": "$_default-palette-lavender-purple",
88863
- "scope": "default",
88864
- "line": {
88865
- "start": 275,
88866
- "end": 275
88867
- }
88868
- },
88869
- "group": [
88870
- "palette"
88871
- ],
88872
- "access": "public",
88873
- "file": {
88874
- "path": "core/scss/color-system/_palettes.scss",
88875
- "name": "_palettes.scss"
88876
- }
88877
- },
88878
- {
88879
- "description": "The Flamingo Pink Palette provides colors to the Series F variable group.\n",
88880
- "commentRange": {
88881
- "start": 278,
88882
- "end": 279
88768
+ "start": 3,
88769
+ "end": 4
88883
88770
  },
88884
88771
  "context": {
88885
88772
  "type": "variable",
88886
- "name": "kendo-palette-flamingo-pink",
88887
- "value": "$_default-palette-flamingo-pink",
88773
+ "name": "kendo-border-radius-base",
88774
+ "value": ".25rem",
88888
88775
  "scope": "default",
88889
88776
  "line": {
88890
- "start": 280,
88891
- "end": 280
88777
+ "start": 5,
88778
+ "end": 5
88892
88779
  }
88893
88780
  },
88894
88781
  "group": [
88895
- "palette"
88782
+ "radii"
88896
88783
  ],
88897
88784
  "access": "public",
88898
88785
  "file": {
88899
- "path": "core/scss/color-system/_palettes.scss",
88900
- "name": "_palettes.scss"
88786
+ "path": "core/scss/border-radii/index.scss",
88787
+ "name": "index.scss"
88901
88788
  }
88902
88789
  },
88903
88790
  {
88904
88791
  "description": "The none border radius used across the Components.\n",
88905
88792
  "commentRange": {
88906
- "start": 4,
88907
- "end": 5
88793
+ "start": 7,
88794
+ "end": 8
88908
88795
  },
88909
88796
  "context": {
88910
88797
  "type": "variable",
88911
88798
  "name": "kendo-border-radius-none",
88912
- "value": "map.get($kendo-spacing, 0)",
88799
+ "value": "0px",
88913
88800
  "scope": "default",
88914
88801
  "line": {
88915
- "start": 6,
88916
- "end": 6
88802
+ "start": 9,
88803
+ "end": 9
88917
88804
  }
88918
88805
  },
88919
88806
  "group": [
@@ -88928,17 +88815,17 @@
88928
88815
  {
88929
88816
  "description": "The extra small border radius used across the Components.\n",
88930
88817
  "commentRange": {
88931
- "start": 7,
88932
- "end": 8
88818
+ "start": 10,
88819
+ "end": 11
88933
88820
  },
88934
88821
  "context": {
88935
88822
  "type": "variable",
88936
88823
  "name": "kendo-border-radius-xs",
88937
- "value": "map.get($kendo-spacing, 1px)",
88824
+ "value": "calc(var(--kendo-border-radius-base) * .25)",
88938
88825
  "scope": "default",
88939
88826
  "line": {
88940
- "start": 9,
88941
- "end": 9
88827
+ "start": 12,
88828
+ "end": 12
88942
88829
  }
88943
88830
  },
88944
88831
  "group": [
@@ -88953,17 +88840,17 @@
88953
88840
  {
88954
88841
  "description": "The small border radius used across the Components.\n",
88955
88842
  "commentRange": {
88956
- "start": 10,
88957
- "end": 11
88843
+ "start": 13,
88844
+ "end": 14
88958
88845
  },
88959
88846
  "context": {
88960
88847
  "type": "variable",
88961
88848
  "name": "kendo-border-radius-sm",
88962
- "value": "map.get($kendo-spacing, 0.5)",
88849
+ "value": "calc(var(--kendo-border-radius-base) * .5)",
88963
88850
  "scope": "default",
88964
88851
  "line": {
88965
- "start": 12,
88966
- "end": 12
88852
+ "start": 15,
88853
+ "end": 15
88967
88854
  }
88968
88855
  },
88969
88856
  "group": [
@@ -88978,17 +88865,17 @@
88978
88865
  {
88979
88866
  "description": "The medium border radius used across the Components.\n",
88980
88867
  "commentRange": {
88981
- "start": 13,
88982
- "end": 14
88868
+ "start": 16,
88869
+ "end": 17
88983
88870
  },
88984
88871
  "context": {
88985
88872
  "type": "variable",
88986
88873
  "name": "kendo-border-radius-md",
88987
- "value": "map.get($kendo-spacing, 1)",
88874
+ "value": "var(--kendo-border-radius-base)",
88988
88875
  "scope": "default",
88989
88876
  "line": {
88990
- "start": 15,
88991
- "end": 15
88877
+ "start": 18,
88878
+ "end": 18
88992
88879
  }
88993
88880
  },
88994
88881
  "group": [
@@ -89003,17 +88890,17 @@
89003
88890
  {
89004
88891
  "description": "The large border radius used across the Components.\n",
89005
88892
  "commentRange": {
89006
- "start": 16,
89007
- "end": 17
88893
+ "start": 19,
88894
+ "end": 20
89008
88895
  },
89009
88896
  "context": {
89010
88897
  "type": "variable",
89011
88898
  "name": "kendo-border-radius-lg",
89012
- "value": "map.get($kendo-spacing, 1.5)",
88899
+ "value": "calc(var(--kendo-border-radius-base) * 1.5)",
89013
88900
  "scope": "default",
89014
88901
  "line": {
89015
- "start": 18,
89016
- "end": 18
88902
+ "start": 21,
88903
+ "end": 21
89017
88904
  }
89018
88905
  },
89019
88906
  "group": [
@@ -89028,17 +88915,17 @@
89028
88915
  {
89029
88916
  "description": "The extra large border radius used across the Components.\n",
89030
88917
  "commentRange": {
89031
- "start": 19,
89032
- "end": 20
88918
+ "start": 22,
88919
+ "end": 23
89033
88920
  },
89034
88921
  "context": {
89035
88922
  "type": "variable",
89036
88923
  "name": "kendo-border-radius-xl",
89037
- "value": "map.get($kendo-spacing, 2)",
88924
+ "value": "calc(var(--kendo-border-radius-base) * 2)",
89038
88925
  "scope": "default",
89039
88926
  "line": {
89040
- "start": 21,
89041
- "end": 21
88927
+ "start": 24,
88928
+ "end": 24
89042
88929
  }
89043
88930
  },
89044
88931
  "group": [
@@ -89053,17 +88940,17 @@
89053
88940
  {
89054
88941
  "description": "The third largest border radius used across the Components.\n",
89055
88942
  "commentRange": {
89056
- "start": 22,
89057
- "end": 23
88943
+ "start": 25,
88944
+ "end": 26
89058
88945
  },
89059
88946
  "context": {
89060
88947
  "type": "variable",
89061
88948
  "name": "kendo-border-radius-xxl",
89062
- "value": "map.get($kendo-spacing, 3)",
88949
+ "value": "calc(var(--kendo-border-radius-base) * 3)",
89063
88950
  "scope": "default",
89064
88951
  "line": {
89065
- "start": 24,
89066
- "end": 24
88952
+ "start": 27,
88953
+ "end": 27
89067
88954
  }
89068
88955
  },
89069
88956
  "group": [
@@ -89078,17 +88965,17 @@
89078
88965
  {
89079
88966
  "description": "The second largest border radius used across the Components.\n",
89080
88967
  "commentRange": {
89081
- "start": 25,
89082
- "end": 26
88968
+ "start": 28,
88969
+ "end": 29
89083
88970
  },
89084
88971
  "context": {
89085
88972
  "type": "variable",
89086
88973
  "name": "kendo-border-radius-xxxl",
89087
- "value": "map.get($kendo-spacing, 4)",
88974
+ "value": "calc(var(--kendo-border-radius-base) * 4)",
89088
88975
  "scope": "default",
89089
88976
  "line": {
89090
- "start": 27,
89091
- "end": 27
88977
+ "start": 30,
88978
+ "end": 30
89092
88979
  }
89093
88980
  },
89094
88981
  "group": [
@@ -89103,17 +88990,17 @@
89103
88990
  {
89104
88991
  "description": "The largest border radius used across the Components.\n",
89105
88992
  "commentRange": {
89106
- "start": 28,
89107
- "end": 29
88993
+ "start": 31,
88994
+ "end": 32
89108
88995
  },
89109
88996
  "context": {
89110
88997
  "type": "variable",
89111
88998
  "name": "kendo-border-radius-full",
89112
- "value": "9999px",
88999
+ "value": "calc(var(--kendo-border-radius-base) * 9999)",
89113
89000
  "scope": "default",
89114
89001
  "line": {
89115
- "start": 30,
89116
- "end": 30
89002
+ "start": 33,
89003
+ "end": 33
89117
89004
  }
89118
89005
  },
89119
89006
  "group": [
@@ -89128,8 +89015,8 @@
89128
89015
  {
89129
89016
  "description": "The global radii Map.\n",
89130
89017
  "commentRange": {
89131
- "start": 46,
89132
- "end": 47
89018
+ "start": 49,
89019
+ "end": 50
89133
89020
  },
89134
89021
  "context": {
89135
89022
  "type": "variable",
@@ -89137,8 +89024,8 @@
89137
89024
  "value": "$default-border-radii",
89138
89025
  "scope": "default",
89139
89026
  "line": {
89140
- "start": 48,
89141
- "end": 48
89027
+ "start": 51,
89028
+ "end": 51
89142
89029
  }
89143
89030
  },
89144
89031
  "group": [
@@ -89250,11 +89137,36 @@
89250
89137
  "name": "_variables.scss"
89251
89138
  }
89252
89139
  },
89140
+ {
89141
+ "description": "The base spacing step used to generate the Spacing map.\n",
89142
+ "commentRange": {
89143
+ "start": 4,
89144
+ "end": 5
89145
+ },
89146
+ "context": {
89147
+ "type": "variable",
89148
+ "name": "kendo-spacing-base",
89149
+ "value": "0.25rem",
89150
+ "scope": "default",
89151
+ "line": {
89152
+ "start": 6,
89153
+ "end": 6
89154
+ }
89155
+ },
89156
+ "group": [
89157
+ "spacing"
89158
+ ],
89159
+ "access": "public",
89160
+ "file": {
89161
+ "path": "core/scss/spacing/index.scss",
89162
+ "name": "index.scss"
89163
+ }
89164
+ },
89253
89165
  {
89254
89166
  "description": "The global default Spacing map.\n",
89255
89167
  "commentRange": {
89256
- "start": 47,
89257
- "end": 48
89168
+ "start": 45,
89169
+ "end": 46
89258
89170
  },
89259
89171
  "context": {
89260
89172
  "type": "variable",
@@ -89262,8 +89174,8 @@
89262
89174
  "value": "$default-spacing",
89263
89175
  "scope": "default",
89264
89176
  "line": {
89265
- "start": 49,
89266
- "end": 49
89177
+ "start": 47,
89178
+ "end": 47
89267
89179
  }
89268
89180
  },
89269
89181
  "group": [