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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) 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 +1446 -2162
  26. package/dist/meta/sassdoc-raw-data.json +460 -598
  27. package/dist/meta/variables.json +453 -744
  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
@@ -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,8 +7834,8 @@
7734
7834
  "value": "null",
7735
7835
  "scope": "default",
7736
7836
  "line": {
7737
- "start": 185,
7738
- "end": 185
7837
+ "start": 199,
7838
+ "end": 199
7739
7839
  }
7740
7840
  },
7741
7841
  "group": [
@@ -7750,8 +7850,8 @@
7750
7850
  {
7751
7851
  "description": "The shadow of the Button.\n",
7752
7852
  "commentRange": {
7753
- "start": 186,
7754
- "end": 187
7853
+ "start": 200,
7854
+ "end": 201
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": 188,
7763
- "end": 188
7862
+ "start": 202,
7863
+ "end": 202
7764
7864
  }
7765
7865
  },
7766
7866
  "group": [
@@ -7775,8 +7875,8 @@
7775
7875
  {
7776
7876
  "description": "The button shadow blur of the Button.\n",
7777
7877
  "commentRange": {
7778
- "start": 189,
7779
- "end": 190
7878
+ "start": 203,
7879
+ "end": 204
7780
7880
  },
7781
7881
  "context": {
7782
7882
  "type": "variable",
@@ -7784,8 +7884,8 @@
7784
7884
  "value": "0px",
7785
7885
  "scope": "default",
7786
7886
  "line": {
7787
- "start": 191,
7788
- "end": 191
7887
+ "start": 205,
7888
+ "end": 205
7789
7889
  }
7790
7890
  },
7791
7891
  "group": [
@@ -7800,8 +7900,8 @@
7800
7900
  {
7801
7901
  "description": "The button shadow spread of the Button.\n",
7802
7902
  "commentRange": {
7803
- "start": 192,
7804
- "end": 193
7903
+ "start": 206,
7904
+ "end": 207
7805
7905
  },
7806
7906
  "context": {
7807
7907
  "type": "variable",
@@ -7809,8 +7909,8 @@
7809
7909
  "value": "2px",
7810
7910
  "scope": "default",
7811
7911
  "line": {
7812
- "start": 194,
7813
- "end": 194
7912
+ "start": 208,
7913
+ "end": 208
7814
7914
  }
7815
7915
  },
7816
7916
  "group": [
@@ -7825,8 +7925,8 @@
7825
7925
  {
7826
7926
  "description": "The button shadow opacity of the Button.\n",
7827
7927
  "commentRange": {
7828
- "start": 195,
7829
- "end": 196
7928
+ "start": 209,
7929
+ "end": 210
7830
7930
  },
7831
7931
  "context": {
7832
7932
  "type": "variable",
@@ -7834,8 +7934,8 @@
7834
7934
  "value": ".3",
7835
7935
  "scope": "default",
7836
7936
  "line": {
7837
- "start": 197,
7838
- "end": 197
7937
+ "start": 211,
7938
+ "end": 211
7839
7939
  }
7840
7940
  },
7841
7941
  "group": [
@@ -7850,8 +7950,8 @@
7850
7950
  {
7851
7951
  "description": "The shadow of the Button.\n",
7852
7952
  "commentRange": {
7853
- "start": 200,
7854
- "end": 201
7953
+ "start": 214,
7954
+ "end": 215
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": 202,
7863
- "end": 202
7962
+ "start": 216,
7963
+ "end": 216
7864
7964
  }
7865
7965
  },
7866
7966
  "group": [
@@ -7875,8 +7975,8 @@
7875
7975
  {
7876
7976
  "description": "The button shadow blur of the Button.\n",
7877
7977
  "commentRange": {
7878
- "start": 203,
7879
- "end": 204
7978
+ "start": 217,
7979
+ "end": 218
7880
7980
  },
7881
7981
  "context": {
7882
7982
  "type": "variable",
@@ -7884,8 +7984,8 @@
7884
7984
  "value": "0px",
7885
7985
  "scope": "default",
7886
7986
  "line": {
7887
- "start": 205,
7888
- "end": 205
7987
+ "start": 219,
7988
+ "end": 219
7889
7989
  }
7890
7990
  },
7891
7991
  "group": [
@@ -7900,8 +8000,8 @@
7900
8000
  {
7901
8001
  "description": "The button shadow spread of the Button.\n",
7902
8002
  "commentRange": {
7903
- "start": 206,
7904
- "end": 207
8003
+ "start": 220,
8004
+ "end": 221
7905
8005
  },
7906
8006
  "context": {
7907
8007
  "type": "variable",
@@ -7909,8 +8009,8 @@
7909
8009
  "value": "2px",
7910
8010
  "scope": "default",
7911
8011
  "line": {
7912
- "start": 208,
7913
- "end": 208
8012
+ "start": 222,
8013
+ "end": 222
7914
8014
  }
7915
8015
  },
7916
8016
  "group": [
@@ -7925,8 +8025,8 @@
7925
8025
  {
7926
8026
  "description": "The button shadow opacity of the Button.\n",
7927
8027
  "commentRange": {
7928
- "start": 209,
7929
- "end": 210
8028
+ "start": 223,
8029
+ "end": 224
7930
8030
  },
7931
8031
  "context": {
7932
8032
  "type": "variable",
@@ -7934,8 +8034,8 @@
7934
8034
  "value": ".3",
7935
8035
  "scope": "default",
7936
8036
  "line": {
7937
- "start": 211,
7938
- "end": 211
8037
+ "start": 225,
8038
+ "end": 225
7939
8039
  }
7940
8040
  },
7941
8041
  "group": [
@@ -7950,8 +8050,8 @@
7950
8050
  {
7951
8051
  "description": "The shadow of the Button.\n",
7952
8052
  "commentRange": {
7953
- "start": 214,
7954
- "end": 215
8053
+ "start": 228,
8054
+ "end": 229
7955
8055
  },
7956
8056
  "context": {
7957
8057
  "type": "variable",
@@ -7959,8 +8059,8 @@
7959
8059
  "value": "true",
7960
8060
  "scope": "default",
7961
8061
  "line": {
7962
- "start": 216,
7963
- "end": 216
8062
+ "start": 230,
8063
+ "end": 230
7964
8064
  }
7965
8065
  },
7966
8066
  "group": [
@@ -7975,8 +8075,8 @@
7975
8075
  {
7976
8076
  "description": "The button shadow blur of the Button.\n",
7977
8077
  "commentRange": {
7978
- "start": 217,
7979
- "end": 218
8078
+ "start": 231,
8079
+ "end": 232
7980
8080
  },
7981
8081
  "context": {
7982
8082
  "type": "variable",
@@ -7984,8 +8084,8 @@
7984
8084
  "value": "0px",
7985
8085
  "scope": "default",
7986
8086
  "line": {
7987
- "start": 219,
7988
- "end": 219
8087
+ "start": 233,
8088
+ "end": 233
7989
8089
  }
7990
8090
  },
7991
8091
  "group": [
@@ -8000,8 +8100,8 @@
8000
8100
  {
8001
8101
  "description": "The button shadow spread of the Button.\n",
8002
8102
  "commentRange": {
8003
- "start": 220,
8004
- "end": 221
8103
+ "start": 234,
8104
+ "end": 235
8005
8105
  },
8006
8106
  "context": {
8007
8107
  "type": "variable",
@@ -8009,8 +8109,8 @@
8009
8109
  "value": "2px",
8010
8110
  "scope": "default",
8011
8111
  "line": {
8012
- "start": 222,
8013
- "end": 222
8112
+ "start": 236,
8113
+ "end": 236
8014
8114
  }
8015
8115
  },
8016
8116
  "group": [
@@ -8025,8 +8125,8 @@
8025
8125
  {
8026
8126
  "description": "The button shadow opacity of the Button.\n",
8027
8127
  "commentRange": {
8028
- "start": 223,
8029
- "end": 224
8128
+ "start": 237,
8129
+ "end": 238
8030
8130
  },
8031
8131
  "context": {
8032
8132
  "type": "variable",
@@ -8034,8 +8134,8 @@
8034
8134
  "value": ".3",
8035
8135
  "scope": "default",
8036
8136
  "line": {
8037
- "start": 225,
8038
- "end": 225
8137
+ "start": 239,
8138
+ "end": 239
8039
8139
  }
8040
8140
  },
8041
8141
  "group": [
@@ -8050,8 +8150,8 @@
8050
8150
  {
8051
8151
  "description": "The button focus opacity of the Button.\n",
8052
8152
  "commentRange": {
8053
- "start": 228,
8054
- "end": 229
8153
+ "start": 242,
8154
+ "end": 243
8055
8155
  },
8056
8156
  "context": {
8057
8157
  "type": "variable",
@@ -8059,8 +8159,8 @@
8059
8159
  "value": ".1",
8060
8160
  "scope": "default",
8061
8161
  "line": {
8062
- "start": 230,
8063
- "end": 230
8162
+ "start": 244,
8163
+ "end": 244
8064
8164
  }
8065
8165
  },
8066
8166
  "group": [
@@ -8075,8 +8175,8 @@
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,
@@ -86568,8 +86668,8 @@
86568
86668
  {
86569
86669
  "description": "The theme colors map of the Button.\n",
86570
86670
  "commentRange": {
86571
- "start": 108,
86572
- "end": 109
86671
+ "start": 114,
86672
+ "end": 115
86573
86673
  },
86574
86674
  "context": {
86575
86675
  "type": "variable",
@@ -86577,8 +86677,8 @@
86577
86677
  "value": "(\"base\", \"primary\", \"secondary\", \"tertiary\", \"info\", \"success\", \"warning\", \"error\", \"dark\", \"light\", \"inverse\")",
86578
86678
  "scope": "default",
86579
86679
  "line": {
86580
- "start": 110,
86581
- "end": 110
86680
+ "start": 116,
86681
+ "end": 116
86582
86682
  }
86583
86683
  },
86584
86684
  "group": [
@@ -86593,17 +86693,17 @@
86593
86693
  {
86594
86694
  "description": "The sizes map of the Button.\n",
86595
86695
  "commentRange": {
86596
- "start": 112,
86597
- "end": 113
86696
+ "start": 118,
86697
+ "end": 119
86598
86698
  },
86599
86699
  "context": {
86600
86700
  "type": "variable",
86601
86701
  "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)",
86702
+ "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
86703
  "scope": "default",
86604
86704
  "line": {
86605
- "start": 114,
86606
- "end": 133
86705
+ "start": 120,
86706
+ "end": 145
86607
86707
  }
86608
86708
  },
86609
86709
  "group": [
@@ -87051,8 +87151,8 @@
87051
87151
  {
87052
87152
  "description": "The global default Colors map.\n",
87053
87153
  "commentRange": {
87054
- "start": 174,
87055
- "end": 423
87154
+ "start": 193,
87155
+ "end": 447
87056
87156
  },
87057
87157
  "context": {
87058
87158
  "type": "variable",
@@ -87060,8 +87160,8 @@
87060
87160
  "value": "$default-colors",
87061
87161
  "scope": "default",
87062
87162
  "line": {
87063
- "start": 424,
87064
- "end": 424
87163
+ "start": 448,
87164
+ "end": 448
87065
87165
  }
87066
87166
  },
87067
87167
  "group": [
@@ -87257,6 +87357,13 @@
87257
87357
  ],
87258
87358
  "description": "The Inverse variable group."
87259
87359
  },
87360
+ {
87361
+ "name": "series",
87362
+ "value": [
87363
+ "series"
87364
+ ],
87365
+ "description": "The Series base variable group."
87366
+ },
87260
87367
  {
87261
87368
  "name": "series-a",
87262
87369
  "value": [
@@ -87910,6 +88017,11 @@
87910
88017
  "name": "inverse-on-surface",
87911
88018
  "description": "The text color variable for content on surface."
87912
88019
  },
88020
+ {
88021
+ "type": "Color",
88022
+ "name": "series",
88023
+ "description": "The base series color variable."
88024
+ },
87913
88025
  {
87914
88026
  "type": "Color",
87915
88027
  "name": "series-a",
@@ -88601,319 +88713,44 @@
88601
88713
  }
88602
88714
  },
88603
88715
  {
88604
- "description": "The Gray Palette provides colors to the Base, Secondary, Light, Dark, and Inverse variable groups.\n",
88716
+ "description": "The base border radius used across the Components.\n",
88605
88717
  "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
88718
+ "start": 3,
88719
+ "end": 4
88883
88720
  },
88884
88721
  "context": {
88885
88722
  "type": "variable",
88886
- "name": "kendo-palette-flamingo-pink",
88887
- "value": "$_default-palette-flamingo-pink",
88723
+ "name": "kendo-border-radius-base",
88724
+ "value": ".25rem",
88888
88725
  "scope": "default",
88889
88726
  "line": {
88890
- "start": 280,
88891
- "end": 280
88727
+ "start": 5,
88728
+ "end": 5
88892
88729
  }
88893
88730
  },
88894
88731
  "group": [
88895
- "palette"
88732
+ "radii"
88896
88733
  ],
88897
88734
  "access": "public",
88898
88735
  "file": {
88899
- "path": "core/scss/color-system/_palettes.scss",
88900
- "name": "_palettes.scss"
88736
+ "path": "core/scss/border-radii/index.scss",
88737
+ "name": "index.scss"
88901
88738
  }
88902
88739
  },
88903
88740
  {
88904
88741
  "description": "The none border radius used across the Components.\n",
88905
88742
  "commentRange": {
88906
- "start": 4,
88907
- "end": 5
88743
+ "start": 7,
88744
+ "end": 8
88908
88745
  },
88909
88746
  "context": {
88910
88747
  "type": "variable",
88911
88748
  "name": "kendo-border-radius-none",
88912
- "value": "map.get($kendo-spacing, 0)",
88749
+ "value": "0px",
88913
88750
  "scope": "default",
88914
88751
  "line": {
88915
- "start": 6,
88916
- "end": 6
88752
+ "start": 9,
88753
+ "end": 9
88917
88754
  }
88918
88755
  },
88919
88756
  "group": [
@@ -88928,17 +88765,17 @@
88928
88765
  {
88929
88766
  "description": "The extra small border radius used across the Components.\n",
88930
88767
  "commentRange": {
88931
- "start": 7,
88932
- "end": 8
88768
+ "start": 10,
88769
+ "end": 11
88933
88770
  },
88934
88771
  "context": {
88935
88772
  "type": "variable",
88936
88773
  "name": "kendo-border-radius-xs",
88937
- "value": "map.get($kendo-spacing, 1px)",
88774
+ "value": "calc(var(--kendo-border-radius-base) * .25)",
88938
88775
  "scope": "default",
88939
88776
  "line": {
88940
- "start": 9,
88941
- "end": 9
88777
+ "start": 12,
88778
+ "end": 12
88942
88779
  }
88943
88780
  },
88944
88781
  "group": [
@@ -88953,17 +88790,17 @@
88953
88790
  {
88954
88791
  "description": "The small border radius used across the Components.\n",
88955
88792
  "commentRange": {
88956
- "start": 10,
88957
- "end": 11
88793
+ "start": 13,
88794
+ "end": 14
88958
88795
  },
88959
88796
  "context": {
88960
88797
  "type": "variable",
88961
88798
  "name": "kendo-border-radius-sm",
88962
- "value": "map.get($kendo-spacing, 0.5)",
88799
+ "value": "calc(var(--kendo-border-radius-base) * .5)",
88963
88800
  "scope": "default",
88964
88801
  "line": {
88965
- "start": 12,
88966
- "end": 12
88802
+ "start": 15,
88803
+ "end": 15
88967
88804
  }
88968
88805
  },
88969
88806
  "group": [
@@ -88978,17 +88815,17 @@
88978
88815
  {
88979
88816
  "description": "The medium border radius used across the Components.\n",
88980
88817
  "commentRange": {
88981
- "start": 13,
88982
- "end": 14
88818
+ "start": 16,
88819
+ "end": 17
88983
88820
  },
88984
88821
  "context": {
88985
88822
  "type": "variable",
88986
88823
  "name": "kendo-border-radius-md",
88987
- "value": "map.get($kendo-spacing, 1)",
88824
+ "value": "var(--kendo-border-radius-base)",
88988
88825
  "scope": "default",
88989
88826
  "line": {
88990
- "start": 15,
88991
- "end": 15
88827
+ "start": 18,
88828
+ "end": 18
88992
88829
  }
88993
88830
  },
88994
88831
  "group": [
@@ -89003,17 +88840,17 @@
89003
88840
  {
89004
88841
  "description": "The large border radius used across the Components.\n",
89005
88842
  "commentRange": {
89006
- "start": 16,
89007
- "end": 17
88843
+ "start": 19,
88844
+ "end": 20
89008
88845
  },
89009
88846
  "context": {
89010
88847
  "type": "variable",
89011
88848
  "name": "kendo-border-radius-lg",
89012
- "value": "map.get($kendo-spacing, 1.5)",
88849
+ "value": "calc(var(--kendo-border-radius-base) * 1.5)",
89013
88850
  "scope": "default",
89014
88851
  "line": {
89015
- "start": 18,
89016
- "end": 18
88852
+ "start": 21,
88853
+ "end": 21
89017
88854
  }
89018
88855
  },
89019
88856
  "group": [
@@ -89028,17 +88865,17 @@
89028
88865
  {
89029
88866
  "description": "The extra large border radius used across the Components.\n",
89030
88867
  "commentRange": {
89031
- "start": 19,
89032
- "end": 20
88868
+ "start": 22,
88869
+ "end": 23
89033
88870
  },
89034
88871
  "context": {
89035
88872
  "type": "variable",
89036
88873
  "name": "kendo-border-radius-xl",
89037
- "value": "map.get($kendo-spacing, 2)",
88874
+ "value": "calc(var(--kendo-border-radius-base) * 2)",
89038
88875
  "scope": "default",
89039
88876
  "line": {
89040
- "start": 21,
89041
- "end": 21
88877
+ "start": 24,
88878
+ "end": 24
89042
88879
  }
89043
88880
  },
89044
88881
  "group": [
@@ -89053,17 +88890,17 @@
89053
88890
  {
89054
88891
  "description": "The third largest border radius used across the Components.\n",
89055
88892
  "commentRange": {
89056
- "start": 22,
89057
- "end": 23
88893
+ "start": 25,
88894
+ "end": 26
89058
88895
  },
89059
88896
  "context": {
89060
88897
  "type": "variable",
89061
88898
  "name": "kendo-border-radius-xxl",
89062
- "value": "map.get($kendo-spacing, 3)",
88899
+ "value": "calc(var(--kendo-border-radius-base) * 3)",
89063
88900
  "scope": "default",
89064
88901
  "line": {
89065
- "start": 24,
89066
- "end": 24
88902
+ "start": 27,
88903
+ "end": 27
89067
88904
  }
89068
88905
  },
89069
88906
  "group": [
@@ -89078,17 +88915,17 @@
89078
88915
  {
89079
88916
  "description": "The second largest border radius used across the Components.\n",
89080
88917
  "commentRange": {
89081
- "start": 25,
89082
- "end": 26
88918
+ "start": 28,
88919
+ "end": 29
89083
88920
  },
89084
88921
  "context": {
89085
88922
  "type": "variable",
89086
88923
  "name": "kendo-border-radius-xxxl",
89087
- "value": "map.get($kendo-spacing, 4)",
88924
+ "value": "calc(var(--kendo-border-radius-base) * 4)",
89088
88925
  "scope": "default",
89089
88926
  "line": {
89090
- "start": 27,
89091
- "end": 27
88927
+ "start": 30,
88928
+ "end": 30
89092
88929
  }
89093
88930
  },
89094
88931
  "group": [
@@ -89103,17 +88940,17 @@
89103
88940
  {
89104
88941
  "description": "The largest border radius used across the Components.\n",
89105
88942
  "commentRange": {
89106
- "start": 28,
89107
- "end": 29
88943
+ "start": 31,
88944
+ "end": 32
89108
88945
  },
89109
88946
  "context": {
89110
88947
  "type": "variable",
89111
88948
  "name": "kendo-border-radius-full",
89112
- "value": "9999px",
88949
+ "value": "calc(var(--kendo-border-radius-base) * 9999)",
89113
88950
  "scope": "default",
89114
88951
  "line": {
89115
- "start": 30,
89116
- "end": 30
88952
+ "start": 33,
88953
+ "end": 33
89117
88954
  }
89118
88955
  },
89119
88956
  "group": [
@@ -89128,8 +88965,8 @@
89128
88965
  {
89129
88966
  "description": "The global radii Map.\n",
89130
88967
  "commentRange": {
89131
- "start": 46,
89132
- "end": 47
88968
+ "start": 49,
88969
+ "end": 50
89133
88970
  },
89134
88971
  "context": {
89135
88972
  "type": "variable",
@@ -89137,8 +88974,8 @@
89137
88974
  "value": "$default-border-radii",
89138
88975
  "scope": "default",
89139
88976
  "line": {
89140
- "start": 48,
89141
- "end": 48
88977
+ "start": 51,
88978
+ "end": 51
89142
88979
  }
89143
88980
  },
89144
88981
  "group": [
@@ -89250,11 +89087,36 @@
89250
89087
  "name": "_variables.scss"
89251
89088
  }
89252
89089
  },
89090
+ {
89091
+ "description": "The base spacing step used to generate the Spacing map.\n",
89092
+ "commentRange": {
89093
+ "start": 4,
89094
+ "end": 5
89095
+ },
89096
+ "context": {
89097
+ "type": "variable",
89098
+ "name": "kendo-spacing-base",
89099
+ "value": "0.25rem",
89100
+ "scope": "default",
89101
+ "line": {
89102
+ "start": 6,
89103
+ "end": 6
89104
+ }
89105
+ },
89106
+ "group": [
89107
+ "spacing"
89108
+ ],
89109
+ "access": "public",
89110
+ "file": {
89111
+ "path": "core/scss/spacing/index.scss",
89112
+ "name": "index.scss"
89113
+ }
89114
+ },
89253
89115
  {
89254
89116
  "description": "The global default Spacing map.\n",
89255
89117
  "commentRange": {
89256
- "start": 47,
89257
- "end": 48
89118
+ "start": 45,
89119
+ "end": 46
89258
89120
  },
89259
89121
  "context": {
89260
89122
  "type": "variable",
@@ -89262,8 +89124,8 @@
89262
89124
  "value": "$default-spacing",
89263
89125
  "scope": "default",
89264
89126
  "line": {
89265
- "start": 49,
89266
- "end": 49
89127
+ "start": 47,
89128
+ "end": 47
89267
89129
  }
89268
89130
  },
89269
89131
  "group": [