@progress/kendo-theme-bootstrap 10.1.0-dev.5 → 10.1.0-dev.6

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 (40) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/bootstrap-3-dark.css +1 -1
  3. package/dist/bootstrap-3.css +1 -1
  4. package/dist/bootstrap-4-dark.css +1 -1
  5. package/dist/bootstrap-4.css +1 -1
  6. package/dist/bootstrap-dataviz-v4.css +1 -1
  7. package/dist/bootstrap-main-dark.css +1 -1
  8. package/dist/bootstrap-main.css +1 -1
  9. package/dist/bootstrap-nordic.css +1 -1
  10. package/dist/bootstrap-turquoise-dark.css +1 -1
  11. package/dist/bootstrap-turquoise.css +1 -1
  12. package/dist/bootstrap-urban.css +1 -1
  13. package/dist/bootstrap-vintage.css +1 -1
  14. package/dist/meta/sassdoc-data.json +3312 -1424
  15. package/dist/meta/sassdoc-raw-data.json +1533 -683
  16. package/dist/meta/variables.json +227 -35
  17. package/lib/swatches/bootstrap-3-dark.json +1 -1
  18. package/lib/swatches/bootstrap-3.json +1 -1
  19. package/lib/swatches/bootstrap-4-dark.json +1 -1
  20. package/lib/swatches/bootstrap-4.json +1 -1
  21. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  22. package/lib/swatches/bootstrap-main-dark.json +1 -1
  23. package/lib/swatches/bootstrap-main.json +1 -1
  24. package/lib/swatches/bootstrap-nordic.json +1 -1
  25. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  26. package/lib/swatches/bootstrap-turquoise.json +1 -1
  27. package/lib/swatches/bootstrap-urban.json +1 -1
  28. package/lib/swatches/bootstrap-vintage.json +1 -1
  29. package/package.json +5 -5
  30. package/scss/button/_variables.scss +8 -8
  31. package/scss/checkbox/_variables.scss +2 -2
  32. package/scss/index.scss +3 -0
  33. package/scss/input/_variables.scss +12 -1
  34. package/scss/otp/_index.scss +18 -0
  35. package/scss/otp/_layout.scss +5 -0
  36. package/scss/otp/_theme.scss +5 -0
  37. package/scss/otp/_variables.scss +77 -0
  38. package/scss/radio/_variables.scss +1 -1
  39. package/scss/tabstrip/_variables.scss +77 -1
  40. package/scss/toolbar/_variables.scss +37 -9
@@ -3608,7 +3608,7 @@
3608
3608
  "context": {
3609
3609
  "type": "variable",
3610
3610
  "name": "kendo-button-calc-size",
3611
- "value": "calc( calc( #{$kendo-button-line-height} * 1em ) + calc( #{$kendo-button-padding-y} * 2 ) + #{$kendo-button-border-width * 2} )",
3611
+ "value": "calc( ( #{$kendo-button-line-height} * 1em ) + ( #{$kendo-button-padding-y} * 2 ) + ( #{$kendo-button-border-width} * 2 ) )",
3612
3612
  "scope": "default",
3613
3613
  "line": {
3614
3614
  "start": 74,
@@ -3633,7 +3633,7 @@
3633
3633
  "context": {
3634
3634
  "type": "variable",
3635
3635
  "name": "kendo-button-inner-calc-size",
3636
- "value": "calc( calc( #{$kendo-button-line-height} * 1em ) + calc( #{$kendo-button-padding-y} * 2 ) )",
3636
+ "value": "calc( ( #{$kendo-button-line-height} * 1em ) + ( #{$kendo-button-padding-y} * 2 ) )",
3637
3637
  "scope": "default",
3638
3638
  "line": {
3639
3639
  "start": 81,
@@ -11808,7 +11808,7 @@
11808
11808
  "context": {
11809
11809
  "type": "variable",
11810
11810
  "name": "kendo-checkbox-checked-image",
11811
- "value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#{$kendo-checkbox-checked-text}' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/></svg>\") )",
11811
+ "value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/></svg>\") )",
11812
11812
  "scope": "default",
11813
11813
  "line": {
11814
11814
  "start": 162,
@@ -11833,7 +11833,7 @@
11833
11833
  "context": {
11834
11834
  "type": "variable",
11835
11835
  "name": "kendo-checkbox-indeterminate-image",
11836
- "value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#{$kendo-checkbox-indeterminate-text}' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/></svg>\") )",
11836
+ "value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#0d6efd' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/></svg>\") )",
11837
11837
  "scope": "default",
11838
11838
  "line": {
11839
11839
  "start": 165,
@@ -27292,7 +27292,7 @@
27292
27292
  "context": {
27293
27293
  "type": "variable",
27294
27294
  "name": "kendo-input-border-width",
27295
- "value": "k-spacing(1px)",
27295
+ "value": "1px",
27296
27296
  "scope": "default",
27297
27297
  "line": {
27298
27298
  "start": 15,
@@ -27759,19 +27759,44 @@
27759
27759
  }
27760
27760
  },
27761
27761
  {
27762
- "description": "The sizes map for the Input components.\n",
27762
+ "description": "The calculated height of the Input.\n",
27763
27763
  "commentRange": {
27764
27764
  "start": 77,
27765
27765
  "end": 78
27766
27766
  },
27767
+ "context": {
27768
+ "type": "variable",
27769
+ "name": "kendo-input-calc-size",
27770
+ "value": "calc( ( #{$kendo-input-line-height} * 1em ) + ( #{$kendo-input-padding-y} * 2 ) + ( #{$kendo-input-border-width * 2} ) )",
27771
+ "scope": "default",
27772
+ "line": {
27773
+ "start": 79,
27774
+ "end": 79
27775
+ }
27776
+ },
27777
+ "group": [
27778
+ "input"
27779
+ ],
27780
+ "access": "public",
27781
+ "file": {
27782
+ "path": "input/_variables.scss",
27783
+ "name": "_variables.scss"
27784
+ }
27785
+ },
27786
+ {
27787
+ "description": "The sizes map for the Input components.\n",
27788
+ "commentRange": {
27789
+ "start": 84,
27790
+ "end": 85
27791
+ },
27767
27792
  "context": {
27768
27793
  "type": "variable",
27769
27794
  "name": "kendo-input-sizes",
27770
27795
  "value": "(\n sm: (\n padding-x: $kendo-input-sm-padding-x,\n padding-y: $kendo-input-sm-padding-y,\n font-size: $kendo-input-sm-font-size,\n line-height: $kendo-input-sm-line-height,\n button-padding-x: $kendo-input-sm-padding-y,\n button-padding-y: $kendo-input-sm-padding-y\n ),\n md: (\n padding-x: $kendo-input-md-padding-x,\n padding-y: $kendo-input-md-padding-y,\n font-size: $kendo-input-md-font-size,\n line-height: $kendo-input-md-line-height,\n button-padding-x: $kendo-input-md-padding-y,\n button-padding-y: $kendo-input-md-padding-y\n ),\n lg: (\n padding-x: $kendo-input-lg-padding-x,\n padding-y: $kendo-input-lg-padding-y,\n font-size: $kendo-input-lg-font-size,\n line-height: $kendo-input-lg-line-height,\n button-padding-x: $kendo-input-lg-padding-y,\n button-padding-y: $kendo-input-lg-padding-y\n )\n)",
27771
27796
  "scope": "default",
27772
27797
  "line": {
27773
- "start": 79,
27774
- "end": 104
27798
+ "start": 86,
27799
+ "end": 111
27775
27800
  }
27776
27801
  },
27777
27802
  "group": [
@@ -27786,8 +27811,8 @@
27786
27811
  {
27787
27812
  "description": "The background color of the Input components.\n",
27788
27813
  "commentRange": {
27789
- "start": 106,
27790
- "end": 107
27814
+ "start": 113,
27815
+ "end": 114
27791
27816
  },
27792
27817
  "context": {
27793
27818
  "type": "variable",
@@ -27795,8 +27820,8 @@
27795
27820
  "value": "$kendo-component-bg",
27796
27821
  "scope": "default",
27797
27822
  "line": {
27798
- "start": 108,
27799
- "end": 108
27823
+ "start": 115,
27824
+ "end": 115
27800
27825
  }
27801
27826
  },
27802
27827
  "group": [
@@ -27811,8 +27836,8 @@
27811
27836
  {
27812
27837
  "description": "The text color of the Input components.\n",
27813
27838
  "commentRange": {
27814
- "start": 109,
27815
- "end": 110
27839
+ "start": 116,
27840
+ "end": 117
27816
27841
  },
27817
27842
  "context": {
27818
27843
  "type": "variable",
@@ -27820,8 +27845,8 @@
27820
27845
  "value": "if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-dark)",
27821
27846
  "scope": "default",
27822
27847
  "line": {
27823
- "start": 111,
27824
- "end": 111
27848
+ "start": 118,
27849
+ "end": 118
27825
27850
  }
27826
27851
  },
27827
27852
  "group": [
@@ -27836,8 +27861,8 @@
27836
27861
  {
27837
27862
  "description": "The border color of the Input components.\n",
27838
27863
  "commentRange": {
27839
- "start": 112,
27840
- "end": 113
27864
+ "start": 119,
27865
+ "end": 120
27841
27866
  },
27842
27867
  "context": {
27843
27868
  "type": "variable",
@@ -27845,8 +27870,8 @@
27845
27870
  "value": "if($kendo-enable-color-system, k-color( border-alt ), #ced4da)",
27846
27871
  "scope": "default",
27847
27872
  "line": {
27848
- "start": 114,
27849
- "end": 114
27873
+ "start": 121,
27874
+ "end": 121
27850
27875
  }
27851
27876
  },
27852
27877
  "group": [
@@ -27861,8 +27886,8 @@
27861
27886
  {
27862
27887
  "description": "The shadow of the Input components.\n",
27863
27888
  "commentRange": {
27864
- "start": 115,
27865
- "end": 116
27889
+ "start": 122,
27890
+ "end": 123
27866
27891
  },
27867
27892
  "context": {
27868
27893
  "type": "variable",
@@ -27870,8 +27895,8 @@
27870
27895
  "value": "null",
27871
27896
  "scope": "default",
27872
27897
  "line": {
27873
- "start": 117,
27874
- "end": 117
27898
+ "start": 124,
27899
+ "end": 124
27875
27900
  }
27876
27901
  },
27877
27902
  "group": [
@@ -27886,8 +27911,8 @@
27886
27911
  {
27887
27912
  "description": "The background color of the hovered Input components.\n",
27888
27913
  "commentRange": {
27889
- "start": 119,
27890
- "end": 120
27914
+ "start": 126,
27915
+ "end": 127
27891
27916
  },
27892
27917
  "context": {
27893
27918
  "type": "variable",
@@ -27895,8 +27920,8 @@
27895
27920
  "value": "null",
27896
27921
  "scope": "default",
27897
27922
  "line": {
27898
- "start": 121,
27899
- "end": 121
27923
+ "start": 128,
27924
+ "end": 128
27900
27925
  }
27901
27926
  },
27902
27927
  "group": [
@@ -27911,8 +27936,8 @@
27911
27936
  {
27912
27937
  "description": "The text color of the hovered Input components.\n",
27913
27938
  "commentRange": {
27914
- "start": 122,
27915
- "end": 123
27939
+ "start": 129,
27940
+ "end": 130
27916
27941
  },
27917
27942
  "context": {
27918
27943
  "type": "variable",
@@ -27920,8 +27945,8 @@
27920
27945
  "value": "null",
27921
27946
  "scope": "default",
27922
27947
  "line": {
27923
- "start": 124,
27924
- "end": 124
27948
+ "start": 131,
27949
+ "end": 131
27925
27950
  }
27926
27951
  },
27927
27952
  "group": [
@@ -27936,8 +27961,8 @@
27936
27961
  {
27937
27962
  "description": "The border color of the hovered Input components.\n",
27938
27963
  "commentRange": {
27939
- "start": 125,
27940
- "end": 126
27964
+ "start": 132,
27965
+ "end": 133
27941
27966
  },
27942
27967
  "context": {
27943
27968
  "type": "variable",
@@ -27945,8 +27970,8 @@
27945
27970
  "value": "$kendo-input-border",
27946
27971
  "scope": "default",
27947
27972
  "line": {
27948
- "start": 127,
27949
- "end": 127
27973
+ "start": 134,
27974
+ "end": 134
27950
27975
  }
27951
27976
  },
27952
27977
  "group": [
@@ -27961,8 +27986,8 @@
27961
27986
  {
27962
27987
  "description": "The shadow of the hovered Input components.\n",
27963
27988
  "commentRange": {
27964
- "start": 128,
27965
- "end": 129
27989
+ "start": 135,
27990
+ "end": 136
27966
27991
  },
27967
27992
  "context": {
27968
27993
  "type": "variable",
@@ -27970,8 +27995,8 @@
27970
27995
  "value": "null",
27971
27996
  "scope": "default",
27972
27997
  "line": {
27973
- "start": 130,
27974
- "end": 130
27998
+ "start": 137,
27999
+ "end": 137
27975
28000
  }
27976
28001
  },
27977
28002
  "group": [
@@ -27986,8 +28011,8 @@
27986
28011
  {
27987
28012
  "description": "The background color of the focused Input components.\n",
27988
28013
  "commentRange": {
27989
- "start": 132,
27990
- "end": 133
28014
+ "start": 139,
28015
+ "end": 140
27991
28016
  },
27992
28017
  "context": {
27993
28018
  "type": "variable",
@@ -27995,8 +28020,8 @@
27995
28020
  "value": "$kendo-input-bg",
27996
28021
  "scope": "default",
27997
28022
  "line": {
27998
- "start": 134,
27999
- "end": 134
28023
+ "start": 141,
28024
+ "end": 141
28000
28025
  }
28001
28026
  },
28002
28027
  "group": [
@@ -28011,8 +28036,8 @@
28011
28036
  {
28012
28037
  "description": "The text color of the focused Input components.\n",
28013
28038
  "commentRange": {
28014
- "start": 135,
28015
- "end": 136
28039
+ "start": 142,
28040
+ "end": 143
28016
28041
  },
28017
28042
  "context": {
28018
28043
  "type": "variable",
@@ -28020,8 +28045,8 @@
28020
28045
  "value": "$kendo-input-text",
28021
28046
  "scope": "default",
28022
28047
  "line": {
28023
- "start": 137,
28024
- "end": 137
28048
+ "start": 144,
28049
+ "end": 144
28025
28050
  }
28026
28051
  },
28027
28052
  "group": [
@@ -28036,8 +28061,8 @@
28036
28061
  {
28037
28062
  "description": "The border color of the focused Input components.\n",
28038
28063
  "commentRange": {
28039
- "start": 138,
28040
- "end": 139
28064
+ "start": 145,
28065
+ "end": 146
28041
28066
  },
28042
28067
  "context": {
28043
28068
  "type": "variable",
@@ -28045,8 +28070,8 @@
28045
28070
  "value": "if($kendo-enable-color-system, k-color( primary-emphasis ), k-color-tint( $kendo-color-primary, 50% ) )",
28046
28071
  "scope": "default",
28047
28072
  "line": {
28048
- "start": 140,
28049
- "end": 140
28073
+ "start": 147,
28074
+ "end": 147
28050
28075
  }
28051
28076
  },
28052
28077
  "group": [
@@ -28061,8 +28086,8 @@
28061
28086
  {
28062
28087
  "description": "The shadow of the focused Input components.\n",
28063
28088
  "commentRange": {
28064
- "start": 141,
28065
- "end": 142
28089
+ "start": 148,
28090
+ "end": 149
28066
28091
  },
28067
28092
  "context": {
28068
28093
  "type": "variable",
@@ -28070,8 +28095,8 @@
28070
28095
  "value": "0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 ))",
28071
28096
  "scope": "default",
28072
28097
  "line": {
28073
- "start": 143,
28074
- "end": 143
28098
+ "start": 150,
28099
+ "end": 150
28075
28100
  }
28076
28101
  },
28077
28102
  "group": [
@@ -28086,8 +28111,8 @@
28086
28111
  {
28087
28112
  "description": "The background color of the selected Input components.\n",
28088
28113
  "commentRange": {
28089
- "start": 145,
28090
- "end": 146
28114
+ "start": 152,
28115
+ "end": 153
28091
28116
  },
28092
28117
  "context": {
28093
28118
  "type": "variable",
@@ -28095,8 +28120,8 @@
28095
28120
  "value": "null",
28096
28121
  "scope": "default",
28097
28122
  "line": {
28098
- "start": 147,
28099
- "end": 147
28123
+ "start": 154,
28124
+ "end": 154
28100
28125
  }
28101
28126
  },
28102
28127
  "group": [
@@ -28111,8 +28136,8 @@
28111
28136
  {
28112
28137
  "description": "The text color of the selected Input components.\n",
28113
28138
  "commentRange": {
28114
- "start": 148,
28115
- "end": 149
28139
+ "start": 155,
28140
+ "end": 156
28116
28141
  },
28117
28142
  "context": {
28118
28143
  "type": "variable",
@@ -28120,8 +28145,8 @@
28120
28145
  "value": "null",
28121
28146
  "scope": "default",
28122
28147
  "line": {
28123
- "start": 150,
28124
- "end": 150
28148
+ "start": 157,
28149
+ "end": 157
28125
28150
  }
28126
28151
  },
28127
28152
  "group": [
@@ -28136,8 +28161,8 @@
28136
28161
  {
28137
28162
  "description": "The background color of the disabled Input components.\n",
28138
28163
  "commentRange": {
28139
- "start": 152,
28140
- "end": 153
28164
+ "start": 159,
28165
+ "end": 160
28141
28166
  },
28142
28167
  "context": {
28143
28168
  "type": "variable",
@@ -28145,8 +28170,8 @@
28145
28170
  "value": "null",
28146
28171
  "scope": "default",
28147
28172
  "line": {
28148
- "start": 154,
28149
- "end": 154
28173
+ "start": 161,
28174
+ "end": 161
28150
28175
  }
28151
28176
  },
28152
28177
  "group": [
@@ -28161,8 +28186,8 @@
28161
28186
  {
28162
28187
  "description": "The text color of the disabled Input components.\n",
28163
28188
  "commentRange": {
28164
- "start": 155,
28165
- "end": 156
28189
+ "start": 162,
28190
+ "end": 163
28166
28191
  },
28167
28192
  "context": {
28168
28193
  "type": "variable",
@@ -28170,8 +28195,8 @@
28170
28195
  "value": "null",
28171
28196
  "scope": "default",
28172
28197
  "line": {
28173
- "start": 157,
28174
- "end": 157
28198
+ "start": 164,
28199
+ "end": 164
28175
28200
  }
28176
28201
  },
28177
28202
  "group": [
@@ -28186,8 +28211,8 @@
28186
28211
  {
28187
28212
  "description": "The border color of the disabled Input components.\n",
28188
28213
  "commentRange": {
28189
- "start": 158,
28190
- "end": 159
28214
+ "start": 165,
28215
+ "end": 166
28191
28216
  },
28192
28217
  "context": {
28193
28218
  "type": "variable",
@@ -28195,8 +28220,8 @@
28195
28220
  "value": "null",
28196
28221
  "scope": "default",
28197
28222
  "line": {
28198
- "start": 160,
28199
- "end": 160
28223
+ "start": 167,
28224
+ "end": 167
28200
28225
  }
28201
28226
  },
28202
28227
  "group": [
@@ -28211,8 +28236,8 @@
28211
28236
  {
28212
28237
  "description": "The gradient of the disabled Input components.\n",
28213
28238
  "commentRange": {
28214
- "start": 161,
28215
- "end": 162
28239
+ "start": 168,
28240
+ "end": 169
28216
28241
  },
28217
28242
  "context": {
28218
28243
  "type": "variable",
@@ -28220,8 +28245,8 @@
28220
28245
  "value": "null",
28221
28246
  "scope": "default",
28222
28247
  "line": {
28223
- "start": 163,
28224
- "end": 163
28248
+ "start": 170,
28249
+ "end": 170
28225
28250
  }
28226
28251
  },
28227
28252
  "group": [
@@ -28236,8 +28261,8 @@
28236
28261
  {
28237
28262
  "description": "The shadow of the disabled Input components.\n",
28238
28263
  "commentRange": {
28239
- "start": 164,
28240
- "end": 165
28264
+ "start": 171,
28265
+ "end": 172
28241
28266
  },
28242
28267
  "context": {
28243
28268
  "type": "variable",
@@ -28245,8 +28270,8 @@
28245
28270
  "value": "null",
28246
28271
  "scope": "default",
28247
28272
  "line": {
28248
- "start": 166,
28249
- "end": 166
28273
+ "start": 173,
28274
+ "end": 173
28250
28275
  }
28251
28276
  },
28252
28277
  "group": [
@@ -28261,8 +28286,8 @@
28261
28286
  {
28262
28287
  "description": "The background color of the outline Input components.\n",
28263
28288
  "commentRange": {
28264
- "start": 168,
28265
- "end": 169
28289
+ "start": 175,
28290
+ "end": 176
28266
28291
  },
28267
28292
  "context": {
28268
28293
  "type": "variable",
@@ -28270,8 +28295,8 @@
28270
28295
  "value": "null",
28271
28296
  "scope": "default",
28272
28297
  "line": {
28273
- "start": 170,
28274
- "end": 170
28298
+ "start": 177,
28299
+ "end": 177
28275
28300
  }
28276
28301
  },
28277
28302
  "group": [
@@ -28286,8 +28311,8 @@
28286
28311
  {
28287
28312
  "description": "The text color of the outline Input components.\n",
28288
28313
  "commentRange": {
28289
- "start": 171,
28290
- "end": 172
28314
+ "start": 178,
28315
+ "end": 179
28291
28316
  },
28292
28317
  "context": {
28293
28318
  "type": "variable",
@@ -28295,8 +28320,8 @@
28295
28320
  "value": "$kendo-base-text",
28296
28321
  "scope": "default",
28297
28322
  "line": {
28298
- "start": 173,
28299
- "end": 173
28323
+ "start": 180,
28324
+ "end": 180
28300
28325
  }
28301
28326
  },
28302
28327
  "group": [
@@ -28311,8 +28336,8 @@
28311
28336
  {
28312
28337
  "description": "The border color of the outline Input components.\n",
28313
28338
  "commentRange": {
28314
- "start": 174,
28315
- "end": 175
28339
+ "start": 181,
28340
+ "end": 182
28316
28341
  },
28317
28342
  "context": {
28318
28343
  "type": "variable",
@@ -28320,8 +28345,8 @@
28320
28345
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), color-mix(in srgb, $kendo-base-text 50%, transparent))",
28321
28346
  "scope": "default",
28322
28347
  "line": {
28323
- "start": 176,
28324
- "end": 176
28348
+ "start": 183,
28349
+ "end": 183
28325
28350
  }
28326
28351
  },
28327
28352
  "group": [
@@ -28336,8 +28361,8 @@
28336
28361
  {
28337
28362
  "description": "The background color of the outline hovered Input components.\n",
28338
28363
  "commentRange": {
28339
- "start": 177,
28340
- "end": 178
28364
+ "start": 184,
28365
+ "end": 185
28341
28366
  },
28342
28367
  "context": {
28343
28368
  "type": "variable",
@@ -28345,8 +28370,8 @@
28345
28370
  "value": "null",
28346
28371
  "scope": "default",
28347
28372
  "line": {
28348
- "start": 179,
28349
- "end": 179
28373
+ "start": 186,
28374
+ "end": 186
28350
28375
  }
28351
28376
  },
28352
28377
  "group": [
@@ -28361,8 +28386,8 @@
28361
28386
  {
28362
28387
  "description": "The text color of the outline hovered Input components.\n",
28363
28388
  "commentRange": {
28364
- "start": 180,
28365
- "end": 181
28389
+ "start": 187,
28390
+ "end": 188
28366
28391
  },
28367
28392
  "context": {
28368
28393
  "type": "variable",
@@ -28370,8 +28395,8 @@
28370
28395
  "value": "null",
28371
28396
  "scope": "default",
28372
28397
  "line": {
28373
- "start": 182,
28374
- "end": 182
28398
+ "start": 189,
28399
+ "end": 189
28375
28400
  }
28376
28401
  },
28377
28402
  "group": [
@@ -28386,8 +28411,8 @@
28386
28411
  {
28387
28412
  "description": "The border color of the outline hovered Input components.\n",
28388
28413
  "commentRange": {
28389
- "start": 183,
28390
- "end": 184
28414
+ "start": 190,
28415
+ "end": 191
28391
28416
  },
28392
28417
  "context": {
28393
28418
  "type": "variable",
@@ -28395,8 +28420,8 @@
28395
28420
  "value": "$kendo-input-outline-border",
28396
28421
  "scope": "default",
28397
28422
  "line": {
28398
- "start": 185,
28399
- "end": 185
28423
+ "start": 192,
28424
+ "end": 192
28400
28425
  }
28401
28426
  },
28402
28427
  "group": [
@@ -28411,8 +28436,8 @@
28411
28436
  {
28412
28437
  "description": "The background color of the outline focused Input components.\n",
28413
28438
  "commentRange": {
28414
- "start": 187,
28415
- "end": 188
28439
+ "start": 194,
28440
+ "end": 195
28416
28441
  },
28417
28442
  "context": {
28418
28443
  "type": "variable",
@@ -28420,8 +28445,8 @@
28420
28445
  "value": "null",
28421
28446
  "scope": "default",
28422
28447
  "line": {
28423
- "start": 189,
28424
- "end": 189
28448
+ "start": 196,
28449
+ "end": 196
28425
28450
  }
28426
28451
  },
28427
28452
  "group": [
@@ -28436,8 +28461,8 @@
28436
28461
  {
28437
28462
  "description": "The text color of the outline focused Input components.\n",
28438
28463
  "commentRange": {
28439
- "start": 190,
28440
- "end": 191
28464
+ "start": 197,
28465
+ "end": 198
28441
28466
  },
28442
28467
  "context": {
28443
28468
  "type": "variable",
@@ -28445,8 +28470,8 @@
28445
28470
  "value": "null",
28446
28471
  "scope": "default",
28447
28472
  "line": {
28448
- "start": 192,
28449
- "end": 192
28473
+ "start": 199,
28474
+ "end": 199
28450
28475
  }
28451
28476
  },
28452
28477
  "group": [
@@ -28461,8 +28486,8 @@
28461
28486
  {
28462
28487
  "description": "The border color of the outline focused Input components.\n",
28463
28488
  "commentRange": {
28464
- "start": 193,
28465
- "end": 194
28489
+ "start": 200,
28490
+ "end": 201
28466
28491
  },
28467
28492
  "context": {
28468
28493
  "type": "variable",
@@ -28470,8 +28495,8 @@
28470
28495
  "value": "$kendo-input-focus-border",
28471
28496
  "scope": "default",
28472
28497
  "line": {
28473
- "start": 195,
28474
- "end": 195
28498
+ "start": 202,
28499
+ "end": 202
28475
28500
  }
28476
28501
  },
28477
28502
  "group": [
@@ -28486,8 +28511,8 @@
28486
28511
  {
28487
28512
  "description": "The shadow of the outline focused Input components.\n",
28488
28513
  "commentRange": {
28489
- "start": 196,
28490
- "end": 197
28514
+ "start": 203,
28515
+ "end": 204
28491
28516
  },
28492
28517
  "context": {
28493
28518
  "type": "variable",
@@ -28495,8 +28520,8 @@
28495
28520
  "value": "$kendo-input-focus-shadow",
28496
28521
  "scope": "default",
28497
28522
  "line": {
28498
- "start": 198,
28499
- "end": 198
28523
+ "start": 205,
28524
+ "end": 205
28500
28525
  }
28501
28526
  },
28502
28527
  "group": [
@@ -28511,8 +28536,8 @@
28511
28536
  {
28512
28537
  "description": "The background color of the flat Input components.\n",
28513
28538
  "commentRange": {
28514
- "start": 200,
28515
- "end": 201
28539
+ "start": 207,
28540
+ "end": 208
28516
28541
  },
28517
28542
  "context": {
28518
28543
  "type": "variable",
@@ -28520,8 +28545,8 @@
28520
28545
  "value": "null",
28521
28546
  "scope": "default",
28522
28547
  "line": {
28523
- "start": 202,
28524
- "end": 202
28548
+ "start": 209,
28549
+ "end": 209
28525
28550
  }
28526
28551
  },
28527
28552
  "group": [
@@ -28536,8 +28561,8 @@
28536
28561
  {
28537
28562
  "description": "The text color of the flat Input components.\n",
28538
28563
  "commentRange": {
28539
- "start": 203,
28540
- "end": 204
28564
+ "start": 210,
28565
+ "end": 211
28541
28566
  },
28542
28567
  "context": {
28543
28568
  "type": "variable",
@@ -28545,8 +28570,8 @@
28545
28570
  "value": "$kendo-input-text",
28546
28571
  "scope": "default",
28547
28572
  "line": {
28548
- "start": 205,
28549
- "end": 205
28573
+ "start": 212,
28574
+ "end": 212
28550
28575
  }
28551
28576
  },
28552
28577
  "group": [
@@ -28561,8 +28586,8 @@
28561
28586
  {
28562
28587
  "description": "The border color of the flat Input components.\n",
28563
28588
  "commentRange": {
28564
- "start": 206,
28565
- "end": 207
28589
+ "start": 213,
28590
+ "end": 214
28566
28591
  },
28567
28592
  "context": {
28568
28593
  "type": "variable",
@@ -28570,8 +28595,8 @@
28570
28595
  "value": "$kendo-input-border",
28571
28596
  "scope": "default",
28572
28597
  "line": {
28573
- "start": 208,
28574
- "end": 208
28598
+ "start": 215,
28599
+ "end": 215
28575
28600
  }
28576
28601
  },
28577
28602
  "group": [
@@ -28586,8 +28611,8 @@
28586
28611
  {
28587
28612
  "description": "The background color of the flat hovered Input components.\n",
28588
28613
  "commentRange": {
28589
- "start": 210,
28590
- "end": 211
28614
+ "start": 217,
28615
+ "end": 218
28591
28616
  },
28592
28617
  "context": {
28593
28618
  "type": "variable",
@@ -28595,8 +28620,8 @@
28595
28620
  "value": "null",
28596
28621
  "scope": "default",
28597
28622
  "line": {
28598
- "start": 212,
28599
- "end": 212
28623
+ "start": 219,
28624
+ "end": 219
28600
28625
  }
28601
28626
  },
28602
28627
  "group": [
@@ -28611,8 +28636,8 @@
28611
28636
  {
28612
28637
  "description": "The text color of the flat hovered Input components.\n",
28613
28638
  "commentRange": {
28614
- "start": 213,
28615
- "end": 214
28639
+ "start": 220,
28640
+ "end": 221
28616
28641
  },
28617
28642
  "context": {
28618
28643
  "type": "variable",
@@ -28620,8 +28645,8 @@
28620
28645
  "value": "null",
28621
28646
  "scope": "default",
28622
28647
  "line": {
28623
- "start": 215,
28624
- "end": 215
28648
+ "start": 222,
28649
+ "end": 222
28625
28650
  }
28626
28651
  },
28627
28652
  "group": [
@@ -28636,8 +28661,8 @@
28636
28661
  {
28637
28662
  "description": "The border color of the flat hovered Input components.\n",
28638
28663
  "commentRange": {
28639
- "start": 216,
28640
- "end": 217
28664
+ "start": 223,
28665
+ "end": 224
28641
28666
  },
28642
28667
  "context": {
28643
28668
  "type": "variable",
@@ -28645,8 +28670,8 @@
28645
28670
  "value": "$kendo-input-hover-border",
28646
28671
  "scope": "default",
28647
28672
  "line": {
28648
- "start": 218,
28649
- "end": 218
28673
+ "start": 225,
28674
+ "end": 225
28650
28675
  }
28651
28676
  },
28652
28677
  "group": [
@@ -28661,8 +28686,8 @@
28661
28686
  {
28662
28687
  "description": "The background color of the flat focused Input components.\n",
28663
28688
  "commentRange": {
28664
- "start": 220,
28665
- "end": 221
28689
+ "start": 227,
28690
+ "end": 228
28666
28691
  },
28667
28692
  "context": {
28668
28693
  "type": "variable",
@@ -28670,8 +28695,8 @@
28670
28695
  "value": "null",
28671
28696
  "scope": "default",
28672
28697
  "line": {
28673
- "start": 222,
28674
- "end": 222
28698
+ "start": 229,
28699
+ "end": 229
28675
28700
  }
28676
28701
  },
28677
28702
  "group": [
@@ -28686,8 +28711,8 @@
28686
28711
  {
28687
28712
  "description": "The text color of the flat focused Input components.\n",
28688
28713
  "commentRange": {
28689
- "start": 223,
28690
- "end": 224
28714
+ "start": 230,
28715
+ "end": 231
28691
28716
  },
28692
28717
  "context": {
28693
28718
  "type": "variable",
@@ -28695,8 +28720,8 @@
28695
28720
  "value": "null",
28696
28721
  "scope": "default",
28697
28722
  "line": {
28698
- "start": 225,
28699
- "end": 225
28723
+ "start": 232,
28724
+ "end": 232
28700
28725
  }
28701
28726
  },
28702
28727
  "group": [
@@ -28711,8 +28736,8 @@
28711
28736
  {
28712
28737
  "description": "The border color of the flat focused Input components.\n",
28713
28738
  "commentRange": {
28714
- "start": 226,
28715
- "end": 227
28739
+ "start": 233,
28740
+ "end": 234
28716
28741
  },
28717
28742
  "context": {
28718
28743
  "type": "variable",
@@ -28720,8 +28745,8 @@
28720
28745
  "value": "$kendo-input-focus-border",
28721
28746
  "scope": "default",
28722
28747
  "line": {
28723
- "start": 228,
28724
- "end": 228
28748
+ "start": 235,
28749
+ "end": 235
28725
28750
  }
28726
28751
  },
28727
28752
  "group": [
@@ -28736,8 +28761,8 @@
28736
28761
  {
28737
28762
  "description": "The shadow of the flat focused Input components.\n",
28738
28763
  "commentRange": {
28739
- "start": 229,
28740
- "end": 230
28764
+ "start": 236,
28765
+ "end": 237
28741
28766
  },
28742
28767
  "context": {
28743
28768
  "type": "variable",
@@ -28745,8 +28770,8 @@
28745
28770
  "value": "$kendo-input-focus-shadow",
28746
28771
  "scope": "default",
28747
28772
  "line": {
28748
- "start": 231,
28749
- "end": 231
28773
+ "start": 238,
28774
+ "end": 238
28750
28775
  }
28751
28776
  },
28752
28777
  "group": [
@@ -28761,8 +28786,8 @@
28761
28786
  {
28762
28787
  "description": "The text color of the Input placeholder.\n",
28763
28788
  "commentRange": {
28764
- "start": 233,
28765
- "end": 234
28789
+ "start": 240,
28790
+ "end": 241
28766
28791
  },
28767
28792
  "context": {
28768
28793
  "type": "variable",
@@ -28770,8 +28795,8 @@
28770
28795
  "value": "if($kendo-enable-color-system, k-color( subtle ) , $kendo-subtle-text)",
28771
28796
  "scope": "default",
28772
28797
  "line": {
28773
- "start": 235,
28774
- "end": 235
28798
+ "start": 242,
28799
+ "end": 242
28775
28800
  }
28776
28801
  },
28777
28802
  "group": [
@@ -28786,8 +28811,8 @@
28786
28811
  {
28787
28812
  "description": "The opacity of the Input placeholder.\n",
28788
28813
  "commentRange": {
28789
- "start": 236,
28790
- "end": 237
28814
+ "start": 243,
28815
+ "end": 244
28791
28816
  },
28792
28817
  "context": {
28793
28818
  "type": "variable",
@@ -28795,8 +28820,8 @@
28795
28820
  "value": "1",
28796
28821
  "scope": "default",
28797
28822
  "line": {
28798
- "start": 238,
28799
- "end": 238
28823
+ "start": 245,
28824
+ "end": 245
28800
28825
  }
28801
28826
  },
28802
28827
  "group": [
@@ -28811,8 +28836,8 @@
28811
28836
  {
28812
28837
  "description": "The color of the Input clear value icon.\n",
28813
28838
  "commentRange": {
28814
- "start": 240,
28815
- "end": 241
28839
+ "start": 247,
28840
+ "end": 248
28816
28841
  },
28817
28842
  "context": {
28818
28843
  "type": "variable",
@@ -28820,8 +28845,8 @@
28820
28845
  "value": "null",
28821
28846
  "scope": "default",
28822
28847
  "line": {
28823
- "start": 242,
28824
- "end": 242
28848
+ "start": 249,
28849
+ "end": 249
28825
28850
  }
28826
28851
  },
28827
28852
  "group": [
@@ -28836,8 +28861,8 @@
28836
28861
  {
28837
28862
  "description": "The opacity of the Input clear value icon.\n",
28838
28863
  "commentRange": {
28839
- "start": 243,
28840
- "end": 244
28864
+ "start": 250,
28865
+ "end": 251
28841
28866
  },
28842
28867
  "context": {
28843
28868
  "type": "variable",
@@ -28845,8 +28870,8 @@
28845
28870
  "value": ".5",
28846
28871
  "scope": "default",
28847
28872
  "line": {
28848
- "start": 245,
28849
- "end": 245
28873
+ "start": 252,
28874
+ "end": 252
28850
28875
  }
28851
28876
  },
28852
28877
  "group": [
@@ -28861,8 +28886,8 @@
28861
28886
  {
28862
28887
  "description": "The color of the hovered Input clear value icon.\n",
28863
28888
  "commentRange": {
28864
- "start": 246,
28865
- "end": 247
28889
+ "start": 253,
28890
+ "end": 254
28866
28891
  },
28867
28892
  "context": {
28868
28893
  "type": "variable",
@@ -28870,8 +28895,8 @@
28870
28895
  "value": "null",
28871
28896
  "scope": "default",
28872
28897
  "line": {
28873
- "start": 248,
28874
- "end": 248
28898
+ "start": 255,
28899
+ "end": 255
28875
28900
  }
28876
28901
  },
28877
28902
  "group": [
@@ -28886,8 +28911,8 @@
28886
28911
  {
28887
28912
  "description": "The opacity of the hovered Input clear value icon.\n",
28888
28913
  "commentRange": {
28889
- "start": 249,
28890
- "end": 250
28914
+ "start": 256,
28915
+ "end": 257
28891
28916
  },
28892
28917
  "context": {
28893
28918
  "type": "variable",
@@ -28895,8 +28920,8 @@
28895
28920
  "value": "1",
28896
28921
  "scope": "default",
28897
28922
  "line": {
28898
- "start": 251,
28899
- "end": 251
28923
+ "start": 258,
28924
+ "end": 258
28900
28925
  }
28901
28926
  },
28902
28927
  "group": [
@@ -28911,8 +28936,8 @@
28911
28936
  {
28912
28937
  "description": "The vertical margin of the clear value icon.\n",
28913
28938
  "commentRange": {
28914
- "start": 253,
28915
- "end": 254
28939
+ "start": 260,
28940
+ "end": 261
28916
28941
  },
28917
28942
  "context": {
28918
28943
  "type": "variable",
@@ -28920,8 +28945,8 @@
28920
28945
  "value": "k-spacing(0.5)",
28921
28946
  "scope": "default",
28922
28947
  "line": {
28923
- "start": 255,
28924
- "end": 255
28948
+ "start": 262,
28949
+ "end": 262
28925
28950
  }
28926
28951
  },
28927
28952
  "group": [
@@ -28936,8 +28961,8 @@
28936
28961
  {
28937
28962
  "description": "The horizontal margin of the clear value icon.\n",
28938
28963
  "commentRange": {
28939
- "start": 256,
28940
- "end": 257
28964
+ "start": 263,
28965
+ "end": 264
28941
28966
  },
28942
28967
  "context": {
28943
28968
  "type": "variable",
@@ -28945,8 +28970,8 @@
28945
28970
  "value": "$kendo-input-values-margin-y",
28946
28971
  "scope": "default",
28947
28972
  "line": {
28948
- "start": 258,
28949
- "end": 258
28973
+ "start": 265,
28974
+ "end": 265
28950
28975
  }
28951
28976
  },
28952
28977
  "group": [
@@ -28961,8 +28986,8 @@
28961
28986
  {
28962
28987
  "description": "The width of the Input button.\n",
28963
28988
  "commentRange": {
28964
- "start": 260,
28965
- "end": 261
28989
+ "start": 267,
28990
+ "end": 268
28966
28991
  },
28967
28992
  "context": {
28968
28993
  "type": "variable",
@@ -28970,8 +28995,8 @@
28970
28995
  "value": "unset",
28971
28996
  "scope": "default",
28972
28997
  "line": {
28973
- "start": 262,
28974
- "end": 262
28998
+ "start": 269,
28999
+ "end": 269
28975
29000
  }
28976
29001
  },
28977
29002
  "group": [
@@ -28986,8 +29011,8 @@
28986
29011
  {
28987
29012
  "description": "The border width of the Input button.\n",
28988
29013
  "commentRange": {
28989
- "start": 263,
28990
- "end": 264
29014
+ "start": 270,
29015
+ "end": 271
28991
29016
  },
28992
29017
  "context": {
28993
29018
  "type": "variable",
@@ -28995,8 +29020,8 @@
28995
29020
  "value": "1px",
28996
29021
  "scope": "default",
28997
29022
  "line": {
28998
- "start": 265,
28999
- "end": 265
29023
+ "start": 272,
29024
+ "end": 272
29000
29025
  }
29001
29026
  },
29002
29027
  "group": [
@@ -29011,8 +29036,8 @@
29011
29036
  {
29012
29037
  "description": "The width of the Input spinner button.\n",
29013
29038
  "commentRange": {
29014
- "start": 266,
29015
- "end": 267
29039
+ "start": 273,
29040
+ "end": 274
29016
29041
  },
29017
29042
  "context": {
29018
29043
  "type": "variable",
@@ -29020,8 +29045,8 @@
29020
29045
  "value": "unset",
29021
29046
  "scope": "default",
29022
29047
  "line": {
29023
- "start": 268,
29024
- "end": 268
29048
+ "start": 275,
29049
+ "end": 275
29025
29050
  }
29026
29051
  },
29027
29052
  "group": [
@@ -29036,8 +29061,8 @@
29036
29061
  {
29037
29062
  "description": "The icon offset of the Input spinner button.\n",
29038
29063
  "commentRange": {
29039
- "start": 269,
29040
- "end": 270
29064
+ "start": 276,
29065
+ "end": 277
29041
29066
  },
29042
29067
  "context": {
29043
29068
  "type": "variable",
@@ -29045,8 +29070,8 @@
29045
29070
  "value": "null",
29046
29071
  "scope": "default",
29047
29072
  "line": {
29048
- "start": 271,
29049
- "end": 271
29073
+ "start": 278,
29074
+ "end": 278
29050
29075
  }
29051
29076
  },
29052
29077
  "group": [
@@ -29061,8 +29086,8 @@
29061
29086
  {
29062
29087
  "description": "The color of the Input separator.\n",
29063
29088
  "commentRange": {
29064
- "start": 273,
29065
- "end": 274
29089
+ "start": 280,
29090
+ "end": 281
29066
29091
  },
29067
29092
  "context": {
29068
29093
  "type": "variable",
@@ -29070,8 +29095,8 @@
29070
29095
  "value": "$kendo-component-border",
29071
29096
  "scope": "default",
29072
29097
  "line": {
29073
- "start": 275,
29074
- "end": 275
29098
+ "start": 282,
29099
+ "end": 282
29075
29100
  }
29076
29101
  },
29077
29102
  "group": [
@@ -29086,8 +29111,8 @@
29086
29111
  {
29087
29112
  "description": "The opacity of the Input separator.\n",
29088
29113
  "commentRange": {
29089
- "start": 276,
29090
- "end": 277
29114
+ "start": 283,
29115
+ "end": 284
29091
29116
  },
29092
29117
  "context": {
29093
29118
  "type": "variable",
@@ -29095,8 +29120,8 @@
29095
29120
  "value": ".5",
29096
29121
  "scope": "default",
29097
29122
  "line": {
29098
- "start": 278,
29099
- "end": 278
29123
+ "start": 285,
29124
+ "end": 285
29100
29125
  }
29101
29126
  },
29102
29127
  "group": [
@@ -29111,8 +29136,8 @@
29111
29136
  {
29112
29137
  "description": "The text color of the Input prefix.\n",
29113
29138
  "commentRange": {
29114
- "start": 280,
29115
- "end": 281
29139
+ "start": 287,
29140
+ "end": 288
29116
29141
  },
29117
29142
  "context": {
29118
29143
  "type": "variable",
@@ -29120,8 +29145,8 @@
29120
29145
  "value": "if($kendo-enable-color-system, k-color( subtle ) , $kendo-subtle-text)",
29121
29146
  "scope": "default",
29122
29147
  "line": {
29123
- "start": 282,
29124
- "end": 282
29148
+ "start": 289,
29149
+ "end": 289
29125
29150
  }
29126
29151
  },
29127
29152
  "group": [
@@ -29136,8 +29161,8 @@
29136
29161
  {
29137
29162
  "description": "The text color of the Input suffix.\n",
29138
29163
  "commentRange": {
29139
- "start": 283,
29140
- "end": 284
29164
+ "start": 290,
29165
+ "end": 291
29141
29166
  },
29142
29167
  "context": {
29143
29168
  "type": "variable",
@@ -29145,8 +29170,8 @@
29145
29170
  "value": "if($kendo-enable-color-system, k-color( subtle ) , $kendo-subtle-text)",
29146
29171
  "scope": "default",
29147
29172
  "line": {
29148
- "start": 285,
29149
- "end": 285
29173
+ "start": 292,
29174
+ "end": 292
29150
29175
  }
29151
29176
  },
29152
29177
  "group": [
@@ -29161,8 +29186,8 @@
29161
29186
  {
29162
29187
  "description": "The border color of the invalid Input components.\n",
29163
29188
  "commentRange": {
29164
- "start": 287,
29165
- "end": 288
29189
+ "start": 294,
29190
+ "end": 295
29166
29191
  },
29167
29192
  "context": {
29168
29193
  "type": "variable",
@@ -29170,8 +29195,8 @@
29170
29195
  "value": "$kendo-invalid-border",
29171
29196
  "scope": "default",
29172
29197
  "line": {
29173
- "start": 289,
29174
- "end": 289
29198
+ "start": 296,
29199
+ "end": 296
29175
29200
  }
29176
29201
  },
29177
29202
  "group": [
@@ -29186,8 +29211,8 @@
29186
29211
  {
29187
29212
  "description": "The shadow of the invalid Input components.\n",
29188
29213
  "commentRange": {
29189
- "start": 290,
29190
- "end": 291
29214
+ "start": 297,
29215
+ "end": 298
29191
29216
  },
29192
29217
  "context": {
29193
29218
  "type": "variable",
@@ -29195,8 +29220,8 @@
29195
29220
  "value": "$kendo-invalid-shadow",
29196
29221
  "scope": "default",
29197
29222
  "line": {
29198
- "start": 292,
29199
- "end": 292
29223
+ "start": 299,
29224
+ "end": 299
29200
29225
  }
29201
29226
  },
29202
29227
  "group": [
@@ -35008,6 +35033,306 @@
35008
35033
  "name": "_variables.scss"
35009
35034
  }
35010
35035
  },
35036
+ {
35037
+ "description": "The gap between the items in the OTP.\n",
35038
+ "commentRange": {
35039
+ "start": 6,
35040
+ "end": 7
35041
+ },
35042
+ "context": {
35043
+ "type": "variable",
35044
+ "name": "kendo-otp-gap",
35045
+ "value": "k-spacing(1.5)",
35046
+ "scope": "default",
35047
+ "line": {
35048
+ "start": 8,
35049
+ "end": 8
35050
+ }
35051
+ },
35052
+ "group": [
35053
+ "one-time-password"
35054
+ ],
35055
+ "access": "public",
35056
+ "file": {
35057
+ "path": "otp/_variables.scss",
35058
+ "name": "_variables.scss"
35059
+ }
35060
+ },
35061
+ {
35062
+ "description": "The gap between the items in the small OTP.\n",
35063
+ "commentRange": {
35064
+ "start": 9,
35065
+ "end": 10
35066
+ },
35067
+ "context": {
35068
+ "type": "variable",
35069
+ "name": "kendo-otp-sm-gap",
35070
+ "value": "k-spacing(1)",
35071
+ "scope": "default",
35072
+ "line": {
35073
+ "start": 11,
35074
+ "end": 11
35075
+ }
35076
+ },
35077
+ "group": [
35078
+ "one-time-password"
35079
+ ],
35080
+ "access": "public",
35081
+ "file": {
35082
+ "path": "otp/_variables.scss",
35083
+ "name": "_variables.scss"
35084
+ }
35085
+ },
35086
+ {
35087
+ "description": "The gap between the items in the medium OTP.\n",
35088
+ "commentRange": {
35089
+ "start": 12,
35090
+ "end": 13
35091
+ },
35092
+ "context": {
35093
+ "type": "variable",
35094
+ "name": "kendo-otp-md-gap",
35095
+ "value": "$kendo-otp-gap",
35096
+ "scope": "default",
35097
+ "line": {
35098
+ "start": 14,
35099
+ "end": 14
35100
+ }
35101
+ },
35102
+ "group": [
35103
+ "one-time-password"
35104
+ ],
35105
+ "access": "public",
35106
+ "file": {
35107
+ "path": "otp/_variables.scss",
35108
+ "name": "_variables.scss"
35109
+ }
35110
+ },
35111
+ {
35112
+ "description": "The gap between the items in the large OTP.\n",
35113
+ "commentRange": {
35114
+ "start": 15,
35115
+ "end": 16
35116
+ },
35117
+ "context": {
35118
+ "type": "variable",
35119
+ "name": "kendo-otp-lg-gap",
35120
+ "value": "k-spacing(2)",
35121
+ "scope": "default",
35122
+ "line": {
35123
+ "start": 17,
35124
+ "end": 17
35125
+ }
35126
+ },
35127
+ "group": [
35128
+ "one-time-password"
35129
+ ],
35130
+ "access": "public",
35131
+ "file": {
35132
+ "path": "otp/_variables.scss",
35133
+ "name": "_variables.scss"
35134
+ }
35135
+ },
35136
+ {
35137
+ "description": "The horizontal padding of the OTP separator.\n",
35138
+ "commentRange": {
35139
+ "start": 19,
35140
+ "end": 20
35141
+ },
35142
+ "context": {
35143
+ "type": "variable",
35144
+ "name": "kendo-otp-separator-padding-x",
35145
+ "value": "$kendo-otp-gap",
35146
+ "scope": "default",
35147
+ "line": {
35148
+ "start": 21,
35149
+ "end": 21
35150
+ }
35151
+ },
35152
+ "group": [
35153
+ "one-time-password"
35154
+ ],
35155
+ "access": "public",
35156
+ "file": {
35157
+ "path": "otp/_variables.scss",
35158
+ "name": "_variables.scss"
35159
+ }
35160
+ },
35161
+ {
35162
+ "description": "The horizontal padding of the small OTP separator.\n",
35163
+ "commentRange": {
35164
+ "start": 22,
35165
+ "end": 23
35166
+ },
35167
+ "context": {
35168
+ "type": "variable",
35169
+ "name": "kendo-otp-sm-separator-padding-x",
35170
+ "value": "$kendo-otp-sm-gap",
35171
+ "scope": "default",
35172
+ "line": {
35173
+ "start": 24,
35174
+ "end": 24
35175
+ }
35176
+ },
35177
+ "group": [
35178
+ "one-time-password"
35179
+ ],
35180
+ "access": "public",
35181
+ "file": {
35182
+ "path": "otp/_variables.scss",
35183
+ "name": "_variables.scss"
35184
+ }
35185
+ },
35186
+ {
35187
+ "description": "The horizontal padding of the medium OTP separator.\n",
35188
+ "commentRange": {
35189
+ "start": 25,
35190
+ "end": 26
35191
+ },
35192
+ "context": {
35193
+ "type": "variable",
35194
+ "name": "kendo-otp-md-separator-padding-x",
35195
+ "value": "$kendo-otp-separator-padding-x",
35196
+ "scope": "default",
35197
+ "line": {
35198
+ "start": 27,
35199
+ "end": 27
35200
+ }
35201
+ },
35202
+ "group": [
35203
+ "one-time-password"
35204
+ ],
35205
+ "access": "public",
35206
+ "file": {
35207
+ "path": "otp/_variables.scss",
35208
+ "name": "_variables.scss"
35209
+ }
35210
+ },
35211
+ {
35212
+ "description": "The horizontal padding of the large OTP separator.\n",
35213
+ "commentRange": {
35214
+ "start": 28,
35215
+ "end": 29
35216
+ },
35217
+ "context": {
35218
+ "type": "variable",
35219
+ "name": "kendo-otp-lg-separator-padding-x",
35220
+ "value": "$kendo-otp-lg-gap",
35221
+ "scope": "default",
35222
+ "line": {
35223
+ "start": 30,
35224
+ "end": 30
35225
+ }
35226
+ },
35227
+ "group": [
35228
+ "one-time-password"
35229
+ ],
35230
+ "access": "public",
35231
+ "file": {
35232
+ "path": "otp/_variables.scss",
35233
+ "name": "_variables.scss"
35234
+ }
35235
+ },
35236
+ {
35237
+ "description": "The horizontal padding of the OTP separator.\n",
35238
+ "commentRange": {
35239
+ "start": 32,
35240
+ "end": 33
35241
+ },
35242
+ "context": {
35243
+ "type": "variable",
35244
+ "name": "kendo-otp-input-width",
35245
+ "value": "$kendo-input-calc-size",
35246
+ "scope": "default",
35247
+ "line": {
35248
+ "start": 34,
35249
+ "end": 34
35250
+ }
35251
+ },
35252
+ "group": [
35253
+ "one-time-password"
35254
+ ],
35255
+ "access": "public",
35256
+ "file": {
35257
+ "path": "otp/_variables.scss",
35258
+ "name": "_variables.scss"
35259
+ }
35260
+ },
35261
+ {
35262
+ "description": "The horizontal padding of the small OTP separator.\n",
35263
+ "commentRange": {
35264
+ "start": 35,
35265
+ "end": 36
35266
+ },
35267
+ "context": {
35268
+ "type": "variable",
35269
+ "name": "kendo-otp-sm-input-width",
35270
+ "value": "$kendo-input-sm-calc-size",
35271
+ "scope": "default",
35272
+ "line": {
35273
+ "start": 37,
35274
+ "end": 37
35275
+ }
35276
+ },
35277
+ "group": [
35278
+ "one-time-password"
35279
+ ],
35280
+ "access": "public",
35281
+ "file": {
35282
+ "path": "otp/_variables.scss",
35283
+ "name": "_variables.scss"
35284
+ }
35285
+ },
35286
+ {
35287
+ "description": "The horizontal padding of the medium OTP separator.\n",
35288
+ "commentRange": {
35289
+ "start": 38,
35290
+ "end": 39
35291
+ },
35292
+ "context": {
35293
+ "type": "variable",
35294
+ "name": "kendo-otp-md-input-width",
35295
+ "value": "$kendo-otp-input-width",
35296
+ "scope": "default",
35297
+ "line": {
35298
+ "start": 40,
35299
+ "end": 40
35300
+ }
35301
+ },
35302
+ "group": [
35303
+ "one-time-password"
35304
+ ],
35305
+ "access": "public",
35306
+ "file": {
35307
+ "path": "otp/_variables.scss",
35308
+ "name": "_variables.scss"
35309
+ }
35310
+ },
35311
+ {
35312
+ "description": "The horizontal padding of the large OTP separator.\n",
35313
+ "commentRange": {
35314
+ "start": 41,
35315
+ "end": 42
35316
+ },
35317
+ "context": {
35318
+ "type": "variable",
35319
+ "name": "kendo-otp-lg-input-width",
35320
+ "value": "$kendo-input-lg-calc-size",
35321
+ "scope": "default",
35322
+ "line": {
35323
+ "start": 43,
35324
+ "end": 43
35325
+ }
35326
+ },
35327
+ "group": [
35328
+ "one-time-password"
35329
+ ],
35330
+ "access": "public",
35331
+ "file": {
35332
+ "path": "otp/_variables.scss",
35333
+ "name": "_variables.scss"
35334
+ }
35335
+ },
35011
35336
  {
35012
35337
  "description": "The spacing index of the OrgChart.\n",
35013
35338
  "commentRange": {
@@ -40761,8 +41086,8 @@
40761
41086
  {
40762
41087
  "description": "The background color of the Picker components.\n",
40763
41088
  "commentRange": {
40764
- "start": 294,
40765
- "end": 295
41089
+ "start": 301,
41090
+ "end": 302
40766
41091
  },
40767
41092
  "context": {
40768
41093
  "type": "variable",
@@ -40770,8 +41095,8 @@
40770
41095
  "value": "$kendo-button-bg",
40771
41096
  "scope": "default",
40772
41097
  "line": {
40773
- "start": 296,
40774
- "end": 296
41098
+ "start": 303,
41099
+ "end": 303
40775
41100
  }
40776
41101
  },
40777
41102
  "group": [
@@ -40786,8 +41111,8 @@
40786
41111
  {
40787
41112
  "description": "The text color of the Picker components.\n",
40788
41113
  "commentRange": {
40789
- "start": 297,
40790
- "end": 298
41114
+ "start": 304,
41115
+ "end": 305
40791
41116
  },
40792
41117
  "context": {
40793
41118
  "type": "variable",
@@ -40795,8 +41120,8 @@
40795
41120
  "value": "$kendo-button-text",
40796
41121
  "scope": "default",
40797
41122
  "line": {
40798
- "start": 299,
40799
- "end": 299
41123
+ "start": 306,
41124
+ "end": 306
40800
41125
  }
40801
41126
  },
40802
41127
  "group": [
@@ -40811,8 +41136,8 @@
40811
41136
  {
40812
41137
  "description": "The border color of the Picker components.\n",
40813
41138
  "commentRange": {
40814
- "start": 300,
40815
- "end": 301
41139
+ "start": 307,
41140
+ "end": 308
40816
41141
  },
40817
41142
  "context": {
40818
41143
  "type": "variable",
@@ -40820,8 +41145,8 @@
40820
41145
  "value": "$kendo-button-border",
40821
41146
  "scope": "default",
40822
41147
  "line": {
40823
- "start": 302,
40824
- "end": 302
41148
+ "start": 309,
41149
+ "end": 309
40825
41150
  }
40826
41151
  },
40827
41152
  "group": [
@@ -40836,8 +41161,8 @@
40836
41161
  {
40837
41162
  "description": "The gradient of the Picker components.\n",
40838
41163
  "commentRange": {
40839
- "start": 303,
40840
- "end": 304
41164
+ "start": 310,
41165
+ "end": 311
40841
41166
  },
40842
41167
  "context": {
40843
41168
  "type": "variable",
@@ -40845,8 +41170,8 @@
40845
41170
  "value": "$kendo-button-gradient",
40846
41171
  "scope": "default",
40847
41172
  "line": {
40848
- "start": 305,
40849
- "end": 305
41173
+ "start": 312,
41174
+ "end": 312
40850
41175
  }
40851
41176
  },
40852
41177
  "group": [
@@ -40861,8 +41186,8 @@
40861
41186
  {
40862
41187
  "description": "The shadow of the Picker components.\n",
40863
41188
  "commentRange": {
40864
- "start": 306,
40865
- "end": 307
41189
+ "start": 313,
41190
+ "end": 314
40866
41191
  },
40867
41192
  "context": {
40868
41193
  "type": "variable",
@@ -40870,8 +41195,8 @@
40870
41195
  "value": "$kendo-button-shadow",
40871
41196
  "scope": "default",
40872
41197
  "line": {
40873
- "start": 308,
40874
- "end": 308
41198
+ "start": 315,
41199
+ "end": 315
40875
41200
  }
40876
41201
  },
40877
41202
  "group": [
@@ -40886,8 +41211,8 @@
40886
41211
  {
40887
41212
  "description": "The background color of the hovered Picker components.\n",
40888
41213
  "commentRange": {
40889
- "start": 310,
40890
- "end": 311
41214
+ "start": 317,
41215
+ "end": 318
40891
41216
  },
40892
41217
  "context": {
40893
41218
  "type": "variable",
@@ -40895,8 +41220,8 @@
40895
41220
  "value": "$kendo-button-hover-bg",
40896
41221
  "scope": "default",
40897
41222
  "line": {
40898
- "start": 312,
40899
- "end": 312
41223
+ "start": 319,
41224
+ "end": 319
40900
41225
  }
40901
41226
  },
40902
41227
  "group": [
@@ -40911,8 +41236,8 @@
40911
41236
  {
40912
41237
  "description": "The text color of the hovered Picker components.\n",
40913
41238
  "commentRange": {
40914
- "start": 313,
40915
- "end": 314
41239
+ "start": 320,
41240
+ "end": 321
40916
41241
  },
40917
41242
  "context": {
40918
41243
  "type": "variable",
@@ -40920,8 +41245,8 @@
40920
41245
  "value": "$kendo-button-hover-text",
40921
41246
  "scope": "default",
40922
41247
  "line": {
40923
- "start": 315,
40924
- "end": 315
41248
+ "start": 322,
41249
+ "end": 322
40925
41250
  }
40926
41251
  },
40927
41252
  "group": [
@@ -40936,8 +41261,8 @@
40936
41261
  {
40937
41262
  "description": "The border color of the hovered Picker components.\n",
40938
41263
  "commentRange": {
40939
- "start": 316,
40940
- "end": 317
41264
+ "start": 323,
41265
+ "end": 324
40941
41266
  },
40942
41267
  "context": {
40943
41268
  "type": "variable",
@@ -40945,8 +41270,8 @@
40945
41270
  "value": "$kendo-button-hover-border",
40946
41271
  "scope": "default",
40947
41272
  "line": {
40948
- "start": 318,
40949
- "end": 318
41273
+ "start": 325,
41274
+ "end": 325
40950
41275
  }
40951
41276
  },
40952
41277
  "group": [
@@ -40961,8 +41286,8 @@
40961
41286
  {
40962
41287
  "description": "The gradient of the hovered Picker components.\n",
40963
41288
  "commentRange": {
40964
- "start": 319,
40965
- "end": 320
41289
+ "start": 326,
41290
+ "end": 327
40966
41291
  },
40967
41292
  "context": {
40968
41293
  "type": "variable",
@@ -40970,8 +41295,8 @@
40970
41295
  "value": "$kendo-button-hover-gradient",
40971
41296
  "scope": "default",
40972
41297
  "line": {
40973
- "start": 321,
40974
- "end": 321
41298
+ "start": 328,
41299
+ "end": 328
40975
41300
  }
40976
41301
  },
40977
41302
  "group": [
@@ -40986,8 +41311,8 @@
40986
41311
  {
40987
41312
  "description": "The shadow of the hovered Picker components.\n",
40988
41313
  "commentRange": {
40989
- "start": 322,
40990
- "end": 323
41314
+ "start": 329,
41315
+ "end": 330
40991
41316
  },
40992
41317
  "context": {
40993
41318
  "type": "variable",
@@ -40995,8 +41320,8 @@
40995
41320
  "value": "$kendo-button-hover-shadow",
40996
41321
  "scope": "default",
40997
41322
  "line": {
40998
- "start": 324,
40999
- "end": 324
41323
+ "start": 331,
41324
+ "end": 331
41000
41325
  }
41001
41326
  },
41002
41327
  "group": [
@@ -41011,8 +41336,8 @@
41011
41336
  {
41012
41337
  "description": "The background color of the focused Picker components.\n",
41013
41338
  "commentRange": {
41014
- "start": 326,
41015
- "end": 327
41339
+ "start": 333,
41340
+ "end": 334
41016
41341
  },
41017
41342
  "context": {
41018
41343
  "type": "variable",
@@ -41020,8 +41345,8 @@
41020
41345
  "value": "$kendo-button-active-bg",
41021
41346
  "scope": "default",
41022
41347
  "line": {
41023
- "start": 328,
41024
- "end": 328
41348
+ "start": 335,
41349
+ "end": 335
41025
41350
  }
41026
41351
  },
41027
41352
  "group": [
@@ -41036,8 +41361,8 @@
41036
41361
  {
41037
41362
  "description": "The text color of the focused Picker components.\n",
41038
41363
  "commentRange": {
41039
- "start": 329,
41040
- "end": 330
41364
+ "start": 336,
41365
+ "end": 337
41041
41366
  },
41042
41367
  "context": {
41043
41368
  "type": "variable",
@@ -41045,8 +41370,8 @@
41045
41370
  "value": "$kendo-button-focus-text",
41046
41371
  "scope": "default",
41047
41372
  "line": {
41048
- "start": 331,
41049
- "end": 331
41373
+ "start": 338,
41374
+ "end": 338
41050
41375
  }
41051
41376
  },
41052
41377
  "group": [
@@ -41061,8 +41386,8 @@
41061
41386
  {
41062
41387
  "description": "The border color of the focused Picker components.\n",
41063
41388
  "commentRange": {
41064
- "start": 332,
41065
- "end": 333
41389
+ "start": 339,
41390
+ "end": 340
41066
41391
  },
41067
41392
  "context": {
41068
41393
  "type": "variable",
@@ -41070,8 +41395,8 @@
41070
41395
  "value": "$kendo-button-focus-border",
41071
41396
  "scope": "default",
41072
41397
  "line": {
41073
- "start": 334,
41074
- "end": 334
41398
+ "start": 341,
41399
+ "end": 341
41075
41400
  }
41076
41401
  },
41077
41402
  "group": [
@@ -41086,8 +41411,8 @@
41086
41411
  {
41087
41412
  "description": "The gradient of the focused Picker components.\n",
41088
41413
  "commentRange": {
41089
- "start": 335,
41090
- "end": 336
41414
+ "start": 342,
41415
+ "end": 343
41091
41416
  },
41092
41417
  "context": {
41093
41418
  "type": "variable",
@@ -41095,8 +41420,8 @@
41095
41420
  "value": "$kendo-button-focus-gradient",
41096
41421
  "scope": "default",
41097
41422
  "line": {
41098
- "start": 337,
41099
- "end": 337
41423
+ "start": 344,
41424
+ "end": 344
41100
41425
  }
41101
41426
  },
41102
41427
  "group": [
@@ -41111,8 +41436,8 @@
41111
41436
  {
41112
41437
  "description": "The shadow of the focused Picker components.\n",
41113
41438
  "commentRange": {
41114
- "start": 338,
41115
- "end": 339
41439
+ "start": 345,
41440
+ "end": 346
41116
41441
  },
41117
41442
  "context": {
41118
41443
  "type": "variable",
@@ -41120,8 +41445,8 @@
41120
41445
  "value": "$kendo-button-focus-shadow",
41121
41446
  "scope": "default",
41122
41447
  "line": {
41123
- "start": 340,
41124
- "end": 340
41448
+ "start": 347,
41449
+ "end": 347
41125
41450
  }
41126
41451
  },
41127
41452
  "group": [
@@ -41136,8 +41461,8 @@
41136
41461
  {
41137
41462
  "description": "The background color of the disabled Picker components.\n",
41138
41463
  "commentRange": {
41139
- "start": 342,
41140
- "end": 343
41464
+ "start": 349,
41465
+ "end": 350
41141
41466
  },
41142
41467
  "context": {
41143
41468
  "type": "variable",
@@ -41145,8 +41470,8 @@
41145
41470
  "value": "null",
41146
41471
  "scope": "default",
41147
41472
  "line": {
41148
- "start": 344,
41149
- "end": 344
41473
+ "start": 351,
41474
+ "end": 351
41150
41475
  }
41151
41476
  },
41152
41477
  "group": [
@@ -41161,8 +41486,8 @@
41161
41486
  {
41162
41487
  "description": "The text color of the disabled Picker components.\n",
41163
41488
  "commentRange": {
41164
- "start": 345,
41165
- "end": 346
41489
+ "start": 352,
41490
+ "end": 353
41166
41491
  },
41167
41492
  "context": {
41168
41493
  "type": "variable",
@@ -41170,8 +41495,8 @@
41170
41495
  "value": "null",
41171
41496
  "scope": "default",
41172
41497
  "line": {
41173
- "start": 347,
41174
- "end": 347
41498
+ "start": 354,
41499
+ "end": 354
41175
41500
  }
41176
41501
  },
41177
41502
  "group": [
@@ -41186,8 +41511,8 @@
41186
41511
  {
41187
41512
  "description": "The border color of the disabled Picker components.\n",
41188
41513
  "commentRange": {
41189
- "start": 348,
41190
- "end": 349
41514
+ "start": 355,
41515
+ "end": 356
41191
41516
  },
41192
41517
  "context": {
41193
41518
  "type": "variable",
@@ -41195,8 +41520,8 @@
41195
41520
  "value": "null",
41196
41521
  "scope": "default",
41197
41522
  "line": {
41198
- "start": 350,
41199
- "end": 350
41523
+ "start": 357,
41524
+ "end": 357
41200
41525
  }
41201
41526
  },
41202
41527
  "group": [
@@ -41211,8 +41536,8 @@
41211
41536
  {
41212
41537
  "description": "The gradient of the disabled Picker components.\n",
41213
41538
  "commentRange": {
41214
- "start": 351,
41215
- "end": 352
41539
+ "start": 358,
41540
+ "end": 359
41216
41541
  },
41217
41542
  "context": {
41218
41543
  "type": "variable",
@@ -41220,8 +41545,8 @@
41220
41545
  "value": "null",
41221
41546
  "scope": "default",
41222
41547
  "line": {
41223
- "start": 353,
41224
- "end": 353
41548
+ "start": 360,
41549
+ "end": 360
41225
41550
  }
41226
41551
  },
41227
41552
  "group": [
@@ -41236,8 +41561,8 @@
41236
41561
  {
41237
41562
  "description": "The shadow of the disabled Picker components.\n",
41238
41563
  "commentRange": {
41239
- "start": 354,
41240
- "end": 355
41564
+ "start": 361,
41565
+ "end": 362
41241
41566
  },
41242
41567
  "context": {
41243
41568
  "type": "variable",
@@ -41245,8 +41570,8 @@
41245
41570
  "value": "null",
41246
41571
  "scope": "default",
41247
41572
  "line": {
41248
- "start": 356,
41249
- "end": 356
41573
+ "start": 363,
41574
+ "end": 363
41250
41575
  }
41251
41576
  },
41252
41577
  "group": [
@@ -41261,8 +41586,8 @@
41261
41586
  {
41262
41587
  "description": "The background color of the outline Picker components.\n",
41263
41588
  "commentRange": {
41264
- "start": 358,
41265
- "end": 359
41589
+ "start": 365,
41590
+ "end": 366
41266
41591
  },
41267
41592
  "context": {
41268
41593
  "type": "variable",
@@ -41270,8 +41595,8 @@
41270
41595
  "value": "null",
41271
41596
  "scope": "default",
41272
41597
  "line": {
41273
- "start": 360,
41274
- "end": 360
41598
+ "start": 367,
41599
+ "end": 367
41275
41600
  }
41276
41601
  },
41277
41602
  "group": [
@@ -41286,8 +41611,8 @@
41286
41611
  {
41287
41612
  "description": "The text color of the outline Picker components.\n",
41288
41613
  "commentRange": {
41289
- "start": 361,
41290
- "end": 362
41614
+ "start": 368,
41615
+ "end": 369
41291
41616
  },
41292
41617
  "context": {
41293
41618
  "type": "variable",
@@ -41295,8 +41620,8 @@
41295
41620
  "value": "$kendo-button-text",
41296
41621
  "scope": "default",
41297
41622
  "line": {
41298
- "start": 363,
41299
- "end": 363
41623
+ "start": 370,
41624
+ "end": 370
41300
41625
  }
41301
41626
  },
41302
41627
  "group": [
@@ -41311,8 +41636,8 @@
41311
41636
  {
41312
41637
  "description": "The border color of the outline Picker components.\n",
41313
41638
  "commentRange": {
41314
- "start": 364,
41315
- "end": 365
41639
+ "start": 371,
41640
+ "end": 372
41316
41641
  },
41317
41642
  "context": {
41318
41643
  "type": "variable",
@@ -41320,8 +41645,8 @@
41320
41645
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), color-mix(in srgb, $kendo-picker-outline-text 50%, transparent))",
41321
41646
  "scope": "default",
41322
41647
  "line": {
41323
- "start": 366,
41324
- "end": 366
41648
+ "start": 373,
41649
+ "end": 373
41325
41650
  }
41326
41651
  },
41327
41652
  "group": [
@@ -41336,8 +41661,8 @@
41336
41661
  {
41337
41662
  "description": "The background color of the outline hovered Picker components.\n",
41338
41663
  "commentRange": {
41339
- "start": 367,
41340
- "end": 368
41664
+ "start": 374,
41665
+ "end": 375
41341
41666
  },
41342
41667
  "context": {
41343
41668
  "type": "variable",
@@ -41345,8 +41670,8 @@
41345
41670
  "value": "$kendo-picker-outline-text",
41346
41671
  "scope": "default",
41347
41672
  "line": {
41348
- "start": 369,
41349
- "end": 369
41673
+ "start": 376,
41674
+ "end": 376
41350
41675
  }
41351
41676
  },
41352
41677
  "group": [
@@ -41361,8 +41686,8 @@
41361
41686
  {
41362
41687
  "description": "The text color of the outline hovered Picker components.\n",
41363
41688
  "commentRange": {
41364
- "start": 370,
41365
- "end": 371
41689
+ "start": 377,
41690
+ "end": 378
41366
41691
  },
41367
41692
  "context": {
41368
41693
  "type": "variable",
@@ -41370,8 +41695,8 @@
41370
41695
  "value": "if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-picker-outline-hover-bg ))",
41371
41696
  "scope": "default",
41372
41697
  "line": {
41373
- "start": 372,
41374
- "end": 372
41698
+ "start": 379,
41699
+ "end": 379
41375
41700
  }
41376
41701
  },
41377
41702
  "group": [
@@ -41386,8 +41711,8 @@
41386
41711
  {
41387
41712
  "description": "The border color of the outline hovered Picker components.\n",
41388
41713
  "commentRange": {
41389
- "start": 373,
41390
- "end": 374
41714
+ "start": 380,
41715
+ "end": 381
41391
41716
  },
41392
41717
  "context": {
41393
41718
  "type": "variable",
@@ -41395,8 +41720,8 @@
41395
41720
  "value": "$kendo-picker-outline-hover-bg",
41396
41721
  "scope": "default",
41397
41722
  "line": {
41398
- "start": 375,
41399
- "end": 375
41723
+ "start": 382,
41724
+ "end": 382
41400
41725
  }
41401
41726
  },
41402
41727
  "group": [
@@ -41411,8 +41736,8 @@
41411
41736
  {
41412
41737
  "description": "The background color of the outline focused Picker components.\n",
41413
41738
  "commentRange": {
41414
- "start": 377,
41415
- "end": 378
41739
+ "start": 384,
41740
+ "end": 385
41416
41741
  },
41417
41742
  "context": {
41418
41743
  "type": "variable",
@@ -41420,8 +41745,8 @@
41420
41745
  "value": "null",
41421
41746
  "scope": "default",
41422
41747
  "line": {
41423
- "start": 379,
41424
- "end": 379
41748
+ "start": 386,
41749
+ "end": 386
41425
41750
  }
41426
41751
  },
41427
41752
  "group": [
@@ -41436,8 +41761,8 @@
41436
41761
  {
41437
41762
  "description": "The text color of the outline focused Picker components.\n",
41438
41763
  "commentRange": {
41439
- "start": 380,
41440
- "end": 381
41764
+ "start": 387,
41765
+ "end": 388
41441
41766
  },
41442
41767
  "context": {
41443
41768
  "type": "variable",
@@ -41445,8 +41770,8 @@
41445
41770
  "value": "null",
41446
41771
  "scope": "default",
41447
41772
  "line": {
41448
- "start": 382,
41449
- "end": 382
41773
+ "start": 389,
41774
+ "end": 389
41450
41775
  }
41451
41776
  },
41452
41777
  "group": [
@@ -41461,8 +41786,8 @@
41461
41786
  {
41462
41787
  "description": "The border color of the outline focused Picker components.\n",
41463
41788
  "commentRange": {
41464
- "start": 383,
41465
- "end": 384
41789
+ "start": 390,
41790
+ "end": 391
41466
41791
  },
41467
41792
  "context": {
41468
41793
  "type": "variable",
@@ -41470,8 +41795,8 @@
41470
41795
  "value": "null",
41471
41796
  "scope": "default",
41472
41797
  "line": {
41473
- "start": 385,
41474
- "end": 385
41798
+ "start": 392,
41799
+ "end": 392
41475
41800
  }
41476
41801
  },
41477
41802
  "group": [
@@ -41486,8 +41811,8 @@
41486
41811
  {
41487
41812
  "description": "The shadow of the outline focused Picker components.\n",
41488
41813
  "commentRange": {
41489
- "start": 386,
41490
- "end": 387
41814
+ "start": 393,
41815
+ "end": 394
41491
41816
  },
41492
41817
  "context": {
41493
41818
  "type": "variable",
@@ -41495,8 +41820,8 @@
41495
41820
  "value": "$kendo-picker-focus-shadow",
41496
41821
  "scope": "default",
41497
41822
  "line": {
41498
- "start": 388,
41499
- "end": 388
41823
+ "start": 395,
41824
+ "end": 395
41500
41825
  }
41501
41826
  },
41502
41827
  "group": [
@@ -41511,8 +41836,8 @@
41511
41836
  {
41512
41837
  "description": "The background color of the outline hovered and focused Picker components.\n",
41513
41838
  "commentRange": {
41514
- "start": 390,
41515
- "end": 391
41839
+ "start": 397,
41840
+ "end": 398
41516
41841
  },
41517
41842
  "context": {
41518
41843
  "type": "variable",
@@ -41520,8 +41845,8 @@
41520
41845
  "value": "null",
41521
41846
  "scope": "default",
41522
41847
  "line": {
41523
- "start": 392,
41524
- "end": 392
41848
+ "start": 399,
41849
+ "end": 399
41525
41850
  }
41526
41851
  },
41527
41852
  "group": [
@@ -41536,8 +41861,8 @@
41536
41861
  {
41537
41862
  "description": "The text color of the outline hovered and focused Picker components.\n",
41538
41863
  "commentRange": {
41539
- "start": 393,
41540
- "end": 394
41864
+ "start": 400,
41865
+ "end": 401
41541
41866
  },
41542
41867
  "context": {
41543
41868
  "type": "variable",
@@ -41545,8 +41870,8 @@
41545
41870
  "value": "null",
41546
41871
  "scope": "default",
41547
41872
  "line": {
41548
- "start": 395,
41549
- "end": 395
41873
+ "start": 402,
41874
+ "end": 402
41550
41875
  }
41551
41876
  },
41552
41877
  "group": [
@@ -41561,8 +41886,8 @@
41561
41886
  {
41562
41887
  "description": "The border color of the outline hovered and focused Picker components.\n",
41563
41888
  "commentRange": {
41564
- "start": 396,
41565
- "end": 397
41889
+ "start": 403,
41890
+ "end": 404
41566
41891
  },
41567
41892
  "context": {
41568
41893
  "type": "variable",
@@ -41570,8 +41895,8 @@
41570
41895
  "value": "null",
41571
41896
  "scope": "default",
41572
41897
  "line": {
41573
- "start": 398,
41574
- "end": 398
41898
+ "start": 405,
41899
+ "end": 405
41575
41900
  }
41576
41901
  },
41577
41902
  "group": [
@@ -41586,8 +41911,8 @@
41586
41911
  {
41587
41912
  "description": "The background color of the flat Picker components.\n",
41588
41913
  "commentRange": {
41589
- "start": 400,
41590
- "end": 401
41914
+ "start": 407,
41915
+ "end": 408
41591
41916
  },
41592
41917
  "context": {
41593
41918
  "type": "variable",
@@ -41595,8 +41920,8 @@
41595
41920
  "value": "null",
41596
41921
  "scope": "default",
41597
41922
  "line": {
41598
- "start": 402,
41599
- "end": 402
41923
+ "start": 409,
41924
+ "end": 409
41600
41925
  }
41601
41926
  },
41602
41927
  "group": [
@@ -41611,8 +41936,8 @@
41611
41936
  {
41612
41937
  "description": "The text color of the flat Picker components.\n",
41613
41938
  "commentRange": {
41614
- "start": 403,
41615
- "end": 404
41939
+ "start": 410,
41940
+ "end": 411
41616
41941
  },
41617
41942
  "context": {
41618
41943
  "type": "variable",
@@ -41620,8 +41945,8 @@
41620
41945
  "value": "$kendo-button-text",
41621
41946
  "scope": "default",
41622
41947
  "line": {
41623
- "start": 405,
41624
- "end": 405
41948
+ "start": 412,
41949
+ "end": 412
41625
41950
  }
41626
41951
  },
41627
41952
  "group": [
@@ -41636,8 +41961,8 @@
41636
41961
  {
41637
41962
  "description": "The border color of the flat Picker components.\n",
41638
41963
  "commentRange": {
41639
- "start": 406,
41640
- "end": 407
41964
+ "start": 413,
41965
+ "end": 414
41641
41966
  },
41642
41967
  "context": {
41643
41968
  "type": "variable",
@@ -41645,8 +41970,8 @@
41645
41970
  "value": "$kendo-button-border",
41646
41971
  "scope": "default",
41647
41972
  "line": {
41648
- "start": 408,
41649
- "end": 408
41973
+ "start": 415,
41974
+ "end": 415
41650
41975
  }
41651
41976
  },
41652
41977
  "group": [
@@ -41661,8 +41986,8 @@
41661
41986
  {
41662
41987
  "description": "The background color of the flat hovered Picker components.\n",
41663
41988
  "commentRange": {
41664
- "start": 410,
41665
- "end": 411
41989
+ "start": 417,
41990
+ "end": 418
41666
41991
  },
41667
41992
  "context": {
41668
41993
  "type": "variable",
@@ -41670,8 +41995,8 @@
41670
41995
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), color-mix(in srgb, $kendo-button-text 80%, transparent))",
41671
41996
  "scope": "default",
41672
41997
  "line": {
41673
- "start": 412,
41674
- "end": 412
41998
+ "start": 419,
41999
+ "end": 419
41675
42000
  }
41676
42001
  },
41677
42002
  "group": [
@@ -41686,8 +42011,8 @@
41686
42011
  {
41687
42012
  "description": "The text color of the flat hovered Picker components.\n",
41688
42013
  "commentRange": {
41689
- "start": 413,
41690
- "end": 414
42014
+ "start": 420,
42015
+ "end": 421
41691
42016
  },
41692
42017
  "context": {
41693
42018
  "type": "variable",
@@ -41695,8 +42020,8 @@
41695
42020
  "value": "null",
41696
42021
  "scope": "default",
41697
42022
  "line": {
41698
- "start": 415,
41699
- "end": 415
42023
+ "start": 422,
42024
+ "end": 422
41700
42025
  }
41701
42026
  },
41702
42027
  "group": [
@@ -41711,8 +42036,8 @@
41711
42036
  {
41712
42037
  "description": "The border color of the flat hovered Picker components.\n",
41713
42038
  "commentRange": {
41714
- "start": 416,
41715
- "end": 417
42039
+ "start": 423,
42040
+ "end": 424
41716
42041
  },
41717
42042
  "context": {
41718
42043
  "type": "variable",
@@ -41720,8 +42045,8 @@
41720
42045
  "value": "$kendo-picker-flat-border",
41721
42046
  "scope": "default",
41722
42047
  "line": {
41723
- "start": 418,
41724
- "end": 418
42048
+ "start": 425,
42049
+ "end": 425
41725
42050
  }
41726
42051
  },
41727
42052
  "group": [
@@ -41736,8 +42061,8 @@
41736
42061
  {
41737
42062
  "description": "The background color of the flat focused Picker components.\n",
41738
42063
  "commentRange": {
41739
- "start": 420,
41740
- "end": 421
42064
+ "start": 427,
42065
+ "end": 428
41741
42066
  },
41742
42067
  "context": {
41743
42068
  "type": "variable",
@@ -41745,8 +42070,8 @@
41745
42070
  "value": "null",
41746
42071
  "scope": "default",
41747
42072
  "line": {
41748
- "start": 422,
41749
- "end": 422
42073
+ "start": 429,
42074
+ "end": 429
41750
42075
  }
41751
42076
  },
41752
42077
  "group": [
@@ -41761,8 +42086,8 @@
41761
42086
  {
41762
42087
  "description": "The text color of the flat focused Picker components.\n",
41763
42088
  "commentRange": {
41764
- "start": 423,
41765
- "end": 424
42089
+ "start": 430,
42090
+ "end": 431
41766
42091
  },
41767
42092
  "context": {
41768
42093
  "type": "variable",
@@ -41770,8 +42095,8 @@
41770
42095
  "value": "null",
41771
42096
  "scope": "default",
41772
42097
  "line": {
41773
- "start": 425,
41774
- "end": 425
42098
+ "start": 432,
42099
+ "end": 432
41775
42100
  }
41776
42101
  },
41777
42102
  "group": [
@@ -41786,8 +42111,8 @@
41786
42111
  {
41787
42112
  "description": "The border color of the flat focused Picker components.\n",
41788
42113
  "commentRange": {
41789
- "start": 426,
41790
- "end": 427
42114
+ "start": 433,
42115
+ "end": 434
41791
42116
  },
41792
42117
  "context": {
41793
42118
  "type": "variable",
@@ -41795,8 +42120,8 @@
41795
42120
  "value": "null",
41796
42121
  "scope": "default",
41797
42122
  "line": {
41798
- "start": 428,
41799
- "end": 428
42123
+ "start": 435,
42124
+ "end": 435
41800
42125
  }
41801
42126
  },
41802
42127
  "group": [
@@ -41811,8 +42136,8 @@
41811
42136
  {
41812
42137
  "description": "The shadow of the flat focused Picker components.\n",
41813
42138
  "commentRange": {
41814
- "start": 429,
41815
- "end": 430
42139
+ "start": 436,
42140
+ "end": 437
41816
42141
  },
41817
42142
  "context": {
41818
42143
  "type": "variable",
@@ -41820,8 +42145,8 @@
41820
42145
  "value": "$kendo-picker-focus-shadow",
41821
42146
  "scope": "default",
41822
42147
  "line": {
41823
- "start": 431,
41824
- "end": 431
42148
+ "start": 438,
42149
+ "end": 438
41825
42150
  }
41826
42151
  },
41827
42152
  "group": [
@@ -41836,8 +42161,8 @@
41836
42161
  {
41837
42162
  "description": "The background color of the flat hovered and focused Picker components.\n",
41838
42163
  "commentRange": {
41839
- "start": 433,
41840
- "end": 434
42164
+ "start": 440,
42165
+ "end": 441
41841
42166
  },
41842
42167
  "context": {
41843
42168
  "type": "variable",
@@ -41845,8 +42170,8 @@
41845
42170
  "value": "null",
41846
42171
  "scope": "default",
41847
42172
  "line": {
41848
- "start": 435,
41849
- "end": 435
42173
+ "start": 442,
42174
+ "end": 442
41850
42175
  }
41851
42176
  },
41852
42177
  "group": [
@@ -41861,8 +42186,8 @@
41861
42186
  {
41862
42187
  "description": "The text color of the flat hovered and focused Picker components.\n",
41863
42188
  "commentRange": {
41864
- "start": 436,
41865
- "end": 437
42189
+ "start": 443,
42190
+ "end": 444
41866
42191
  },
41867
42192
  "context": {
41868
42193
  "type": "variable",
@@ -41870,8 +42195,8 @@
41870
42195
  "value": "null",
41871
42196
  "scope": "default",
41872
42197
  "line": {
41873
- "start": 438,
41874
- "end": 438
42198
+ "start": 445,
42199
+ "end": 445
41875
42200
  }
41876
42201
  },
41877
42202
  "group": [
@@ -41886,8 +42211,8 @@
41886
42211
  {
41887
42212
  "description": "The border color of the flat hovered and focused Picker components.\n",
41888
42213
  "commentRange": {
41889
- "start": 439,
41890
- "end": 440
42214
+ "start": 446,
42215
+ "end": 447
41891
42216
  },
41892
42217
  "context": {
41893
42218
  "type": "variable",
@@ -41895,8 +42220,8 @@
41895
42220
  "value": "null",
41896
42221
  "scope": "default",
41897
42222
  "line": {
41898
- "start": 441,
41899
- "end": 441
42223
+ "start": 448,
42224
+ "end": 448
41900
42225
  }
41901
42226
  },
41902
42227
  "group": [
@@ -46917,7 +47242,7 @@
46917
47242
  "context": {
46918
47243
  "type": "variable",
46919
47244
  "name": "kendo-radio-checked-image",
46920
- "value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='#{$kendo-radio-checked-text}'/></svg>\") )",
47245
+ "value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='#ffffff'/></svg>\") )",
46921
47246
  "scope": "default",
46922
47247
  "line": {
46923
47248
  "start": 154,
@@ -58137,15 +58462,15 @@
58137
58462
  }
58138
58463
  },
58139
58464
  {
58140
- "description": "The background color of the TabStrip wrapper.\n",
58465
+ "description": "The font size of the small TabStrip.\n",
58141
58466
  "commentRange": {
58142
58467
  "start": 30,
58143
58468
  "end": 31
58144
58469
  },
58145
58470
  "context": {
58146
58471
  "type": "variable",
58147
- "name": "kendo-tabstrip-wrapper-bg",
58148
- "value": "null",
58472
+ "name": "kendo-tabstrip-sm-font-size",
58473
+ "value": "var( --kendo-font-size-sm, inherit )",
58149
58474
  "scope": "default",
58150
58475
  "line": {
58151
58476
  "start": 32,
@@ -58162,15 +58487,15 @@
58162
58487
  }
58163
58488
  },
58164
58489
  {
58165
- "description": "The text color of the TabStrip wrapper.\n",
58490
+ "description": "The line height of the small TabStrip.\n",
58166
58491
  "commentRange": {
58167
58492
  "start": 33,
58168
58493
  "end": 34
58169
58494
  },
58170
58495
  "context": {
58171
58496
  "type": "variable",
58172
- "name": "kendo-tabstrip-wrapper-text",
58173
- "value": "null",
58497
+ "name": "kendo-tabstrip-sm-line-height",
58498
+ "value": "$kendo-tabstrip-line-height",
58174
58499
  "scope": "default",
58175
58500
  "line": {
58176
58501
  "start": 35,
@@ -58187,15 +58512,15 @@
58187
58512
  }
58188
58513
  },
58189
58514
  {
58190
- "description": "The border color of the TabStrip wrapper.\n",
58515
+ "description": "The font size of the medium TabStrip.\n",
58191
58516
  "commentRange": {
58192
58517
  "start": 36,
58193
58518
  "end": 37
58194
58519
  },
58195
58520
  "context": {
58196
58521
  "type": "variable",
58197
- "name": "kendo-tabstrip-wrapper-border",
58198
- "value": "null",
58522
+ "name": "kendo-tabstrip-md-font-size",
58523
+ "value": "$kendo-tabstrip-font-size",
58199
58524
  "scope": "default",
58200
58525
  "line": {
58201
58526
  "start": 38,
@@ -58211,11 +58536,161 @@
58211
58536
  "name": "_variables.scss"
58212
58537
  }
58213
58538
  },
58539
+ {
58540
+ "description": "The line height of the medium TabStrip.\n",
58541
+ "commentRange": {
58542
+ "start": 39,
58543
+ "end": 40
58544
+ },
58545
+ "context": {
58546
+ "type": "variable",
58547
+ "name": "kendo-tabstrip-md-line-height",
58548
+ "value": "$kendo-tabstrip-line-height",
58549
+ "scope": "default",
58550
+ "line": {
58551
+ "start": 41,
58552
+ "end": 41
58553
+ }
58554
+ },
58555
+ "group": [
58556
+ "tabstrip"
58557
+ ],
58558
+ "access": "public",
58559
+ "file": {
58560
+ "path": "tabstrip/_variables.scss",
58561
+ "name": "_variables.scss"
58562
+ }
58563
+ },
58564
+ {
58565
+ "description": "The font size of the large TabStrip.\n",
58566
+ "commentRange": {
58567
+ "start": 42,
58568
+ "end": 43
58569
+ },
58570
+ "context": {
58571
+ "type": "variable",
58572
+ "name": "kendo-tabstrip-lg-font-size",
58573
+ "value": "$kendo-tabstrip-md-font-size",
58574
+ "scope": "default",
58575
+ "line": {
58576
+ "start": 44,
58577
+ "end": 44
58578
+ }
58579
+ },
58580
+ "group": [
58581
+ "tabstrip"
58582
+ ],
58583
+ "access": "public",
58584
+ "file": {
58585
+ "path": "tabstrip/_variables.scss",
58586
+ "name": "_variables.scss"
58587
+ }
58588
+ },
58589
+ {
58590
+ "description": "The line height of the large TabStrip.\n",
58591
+ "commentRange": {
58592
+ "start": 45,
58593
+ "end": 46
58594
+ },
58595
+ "context": {
58596
+ "type": "variable",
58597
+ "name": "kendo-tabstrip-lg-line-height",
58598
+ "value": "$kendo-tabstrip-md-line-height",
58599
+ "scope": "default",
58600
+ "line": {
58601
+ "start": 47,
58602
+ "end": 47
58603
+ }
58604
+ },
58605
+ "group": [
58606
+ "tabstrip"
58607
+ ],
58608
+ "access": "public",
58609
+ "file": {
58610
+ "path": "tabstrip/_variables.scss",
58611
+ "name": "_variables.scss"
58612
+ }
58613
+ },
58614
+ {
58615
+ "description": "The background color of the TabStrip wrapper.\n",
58616
+ "commentRange": {
58617
+ "start": 49,
58618
+ "end": 50
58619
+ },
58620
+ "context": {
58621
+ "type": "variable",
58622
+ "name": "kendo-tabstrip-wrapper-bg",
58623
+ "value": "null",
58624
+ "scope": "default",
58625
+ "line": {
58626
+ "start": 51,
58627
+ "end": 51
58628
+ }
58629
+ },
58630
+ "group": [
58631
+ "tabstrip"
58632
+ ],
58633
+ "access": "public",
58634
+ "file": {
58635
+ "path": "tabstrip/_variables.scss",
58636
+ "name": "_variables.scss"
58637
+ }
58638
+ },
58639
+ {
58640
+ "description": "The text color of the TabStrip wrapper.\n",
58641
+ "commentRange": {
58642
+ "start": 52,
58643
+ "end": 53
58644
+ },
58645
+ "context": {
58646
+ "type": "variable",
58647
+ "name": "kendo-tabstrip-wrapper-text",
58648
+ "value": "null",
58649
+ "scope": "default",
58650
+ "line": {
58651
+ "start": 54,
58652
+ "end": 54
58653
+ }
58654
+ },
58655
+ "group": [
58656
+ "tabstrip"
58657
+ ],
58658
+ "access": "public",
58659
+ "file": {
58660
+ "path": "tabstrip/_variables.scss",
58661
+ "name": "_variables.scss"
58662
+ }
58663
+ },
58664
+ {
58665
+ "description": "The border color of the TabStrip wrapper.\n",
58666
+ "commentRange": {
58667
+ "start": 55,
58668
+ "end": 56
58669
+ },
58670
+ "context": {
58671
+ "type": "variable",
58672
+ "name": "kendo-tabstrip-wrapper-border",
58673
+ "value": "null",
58674
+ "scope": "default",
58675
+ "line": {
58676
+ "start": 57,
58677
+ "end": 57
58678
+ }
58679
+ },
58680
+ "group": [
58681
+ "tabstrip"
58682
+ ],
58683
+ "access": "public",
58684
+ "file": {
58685
+ "path": "tabstrip/_variables.scss",
58686
+ "name": "_variables.scss"
58687
+ }
58688
+ },
58214
58689
  {
58215
58690
  "description": "The background color of the TabStrip.\n",
58216
58691
  "commentRange": {
58217
- "start": 40,
58218
- "end": 41
58692
+ "start": 59,
58693
+ "end": 60
58219
58694
  },
58220
58695
  "context": {
58221
58696
  "type": "variable",
@@ -58223,8 +58698,8 @@
58223
58698
  "value": "null",
58224
58699
  "scope": "default",
58225
58700
  "line": {
58226
- "start": 42,
58227
- "end": 42
58701
+ "start": 61,
58702
+ "end": 61
58228
58703
  }
58229
58704
  },
58230
58705
  "group": [
@@ -58239,8 +58714,8 @@
58239
58714
  {
58240
58715
  "description": "The text color of the TabStrip.\n",
58241
58716
  "commentRange": {
58242
- "start": 43,
58243
- "end": 44
58717
+ "start": 62,
58718
+ "end": 63
58244
58719
  },
58245
58720
  "context": {
58246
58721
  "type": "variable",
@@ -58248,8 +58723,8 @@
58248
58723
  "value": "$kendo-component-text",
58249
58724
  "scope": "default",
58250
58725
  "line": {
58251
- "start": 45,
58252
- "end": 45
58726
+ "start": 64,
58727
+ "end": 64
58253
58728
  }
58254
58729
  },
58255
58730
  "group": [
@@ -58264,8 +58739,8 @@
58264
58739
  {
58265
58740
  "description": "The border color of the TabStrip.\n",
58266
58741
  "commentRange": {
58267
- "start": 46,
58268
- "end": 47
58742
+ "start": 65,
58743
+ "end": 66
58269
58744
  },
58270
58745
  "context": {
58271
58746
  "type": "variable",
@@ -58273,8 +58748,8 @@
58273
58748
  "value": "$kendo-component-border",
58274
58749
  "scope": "default",
58275
58750
  "line": {
58276
- "start": 48,
58277
- "end": 48
58751
+ "start": 67,
58752
+ "end": 67
58278
58753
  }
58279
58754
  },
58280
58755
  "group": [
@@ -58289,8 +58764,8 @@
58289
58764
  {
58290
58765
  "description": "The horizontal padding of the TabStrip items.\n",
58291
58766
  "commentRange": {
58292
- "start": 50,
58293
- "end": 51
58767
+ "start": 69,
58768
+ "end": 70
58294
58769
  },
58295
58770
  "context": {
58296
58771
  "type": "variable",
@@ -58298,8 +58773,8 @@
58298
58773
  "value": "k-spacing(4)",
58299
58774
  "scope": "default",
58300
58775
  "line": {
58301
- "start": 52,
58302
- "end": 52
58776
+ "start": 71,
58777
+ "end": 71
58303
58778
  }
58304
58779
  },
58305
58780
  "group": [
@@ -58314,8 +58789,8 @@
58314
58789
  {
58315
58790
  "description": "The vertical padding of the TabStrip items.\n",
58316
58791
  "commentRange": {
58317
- "start": 53,
58318
- "end": 54
58792
+ "start": 72,
58793
+ "end": 73
58319
58794
  },
58320
58795
  "context": {
58321
58796
  "type": "variable",
@@ -58323,8 +58798,8 @@
58323
58798
  "value": "k-spacing(2)",
58324
58799
  "scope": "default",
58325
58800
  "line": {
58326
- "start": 55,
58327
- "end": 55
58801
+ "start": 74,
58802
+ "end": 74
58328
58803
  }
58329
58804
  },
58330
58805
  "group": [
@@ -58339,8 +58814,8 @@
58339
58814
  {
58340
58815
  "description": "The border width around the TabStrip items.\n",
58341
58816
  "commentRange": {
58342
- "start": 56,
58343
- "end": 57
58817
+ "start": 75,
58818
+ "end": 76
58344
58819
  },
58345
58820
  "context": {
58346
58821
  "type": "variable",
@@ -58348,8 +58823,8 @@
58348
58823
  "value": "1px",
58349
58824
  "scope": "default",
58350
58825
  "line": {
58351
- "start": 58,
58352
- "end": 58
58826
+ "start": 77,
58827
+ "end": 77
58353
58828
  }
58354
58829
  },
58355
58830
  "group": [
@@ -58364,8 +58839,8 @@
58364
58839
  {
58365
58840
  "description": "The border radius of the TabStrip items.\n",
58366
58841
  "commentRange": {
58367
- "start": 59,
58368
- "end": 60
58842
+ "start": 78,
58843
+ "end": 79
58369
58844
  },
58370
58845
  "context": {
58371
58846
  "type": "variable",
@@ -58373,8 +58848,8 @@
58373
58848
  "value": "k-spacing(1)",
58374
58849
  "scope": "default",
58375
58850
  "line": {
58376
- "start": 61,
58377
- "end": 61
58851
+ "start": 80,
58852
+ "end": 80
58378
58853
  }
58379
58854
  },
58380
58855
  "group": [
@@ -58389,8 +58864,8 @@
58389
58864
  {
58390
58865
  "description": "The gap between the TabStrip items.\n",
58391
58866
  "commentRange": {
58392
- "start": 62,
58393
- "end": 63
58867
+ "start": 81,
58868
+ "end": 82
58394
58869
  },
58395
58870
  "context": {
58396
58871
  "type": "variable",
@@ -58398,8 +58873,158 @@
58398
58873
  "value": "k-spacing(0)",
58399
58874
  "scope": "default",
58400
58875
  "line": {
58401
- "start": 64,
58402
- "end": 64
58876
+ "start": 83,
58877
+ "end": 83
58878
+ }
58879
+ },
58880
+ "group": [
58881
+ "tabstrip"
58882
+ ],
58883
+ "access": "public",
58884
+ "file": {
58885
+ "path": "tabstrip/_variables.scss",
58886
+ "name": "_variables.scss"
58887
+ }
58888
+ },
58889
+ {
58890
+ "description": "The horizontal padding of the small TabStrip items.\n",
58891
+ "commentRange": {
58892
+ "start": 84,
58893
+ "end": 85
58894
+ },
58895
+ "context": {
58896
+ "type": "variable",
58897
+ "name": "kendo-tabstrip-sm-item-padding-x",
58898
+ "value": "k-spacing(3)",
58899
+ "scope": "default",
58900
+ "line": {
58901
+ "start": 86,
58902
+ "end": 86
58903
+ }
58904
+ },
58905
+ "group": [
58906
+ "tabstrip"
58907
+ ],
58908
+ "access": "public",
58909
+ "file": {
58910
+ "path": "tabstrip/_variables.scss",
58911
+ "name": "_variables.scss"
58912
+ }
58913
+ },
58914
+ {
58915
+ "description": "The vertical padding of the small TabStrip items.\n",
58916
+ "commentRange": {
58917
+ "start": 87,
58918
+ "end": 88
58919
+ },
58920
+ "context": {
58921
+ "type": "variable",
58922
+ "name": "kendo-tabstrip-sm-item-padding-y",
58923
+ "value": "k-spacing(1.5)",
58924
+ "scope": "default",
58925
+ "line": {
58926
+ "start": 89,
58927
+ "end": 89
58928
+ }
58929
+ },
58930
+ "group": [
58931
+ "tabstrip"
58932
+ ],
58933
+ "access": "public",
58934
+ "file": {
58935
+ "path": "tabstrip/_variables.scss",
58936
+ "name": "_variables.scss"
58937
+ }
58938
+ },
58939
+ {
58940
+ "description": "The horizontal padding of the medium TabStrip items.\n",
58941
+ "commentRange": {
58942
+ "start": 90,
58943
+ "end": 91
58944
+ },
58945
+ "context": {
58946
+ "type": "variable",
58947
+ "name": "kendo-tabstrip-md-item-padding-x",
58948
+ "value": "$kendo-tabstrip-item-padding-x",
58949
+ "scope": "default",
58950
+ "line": {
58951
+ "start": 92,
58952
+ "end": 92
58953
+ }
58954
+ },
58955
+ "group": [
58956
+ "tabstrip"
58957
+ ],
58958
+ "access": "public",
58959
+ "file": {
58960
+ "path": "tabstrip/_variables.scss",
58961
+ "name": "_variables.scss"
58962
+ }
58963
+ },
58964
+ {
58965
+ "description": "The vertical padding of the medium TabStrip items.\n",
58966
+ "commentRange": {
58967
+ "start": 93,
58968
+ "end": 94
58969
+ },
58970
+ "context": {
58971
+ "type": "variable",
58972
+ "name": "kendo-tabstrip-md-item-padding-y",
58973
+ "value": "$kendo-tabstrip-item-padding-y",
58974
+ "scope": "default",
58975
+ "line": {
58976
+ "start": 95,
58977
+ "end": 95
58978
+ }
58979
+ },
58980
+ "group": [
58981
+ "tabstrip"
58982
+ ],
58983
+ "access": "public",
58984
+ "file": {
58985
+ "path": "tabstrip/_variables.scss",
58986
+ "name": "_variables.scss"
58987
+ }
58988
+ },
58989
+ {
58990
+ "description": "The horizontal padding of the large TabStrip items.\n",
58991
+ "commentRange": {
58992
+ "start": 96,
58993
+ "end": 97
58994
+ },
58995
+ "context": {
58996
+ "type": "variable",
58997
+ "name": "kendo-tabstrip-lg-item-padding-x",
58998
+ "value": "k-spacing(5)",
58999
+ "scope": "default",
59000
+ "line": {
59001
+ "start": 98,
59002
+ "end": 98
59003
+ }
59004
+ },
59005
+ "group": [
59006
+ "tabstrip"
59007
+ ],
59008
+ "access": "public",
59009
+ "file": {
59010
+ "path": "tabstrip/_variables.scss",
59011
+ "name": "_variables.scss"
59012
+ }
59013
+ },
59014
+ {
59015
+ "description": "The vertical padding of the large TabStrip items.\n",
59016
+ "commentRange": {
59017
+ "start": 99,
59018
+ "end": 100
59019
+ },
59020
+ "context": {
59021
+ "type": "variable",
59022
+ "name": "kendo-tabstrip-lg-item-padding-y",
59023
+ "value": "k-spacing(2.5)",
59024
+ "scope": "default",
59025
+ "line": {
59026
+ "start": 101,
59027
+ "end": 101
58403
59028
  }
58404
59029
  },
58405
59030
  "group": [
@@ -58414,8 +59039,8 @@
58414
59039
  {
58415
59040
  "description": " The background color of the TabStrip items.\n",
58416
59041
  "commentRange": {
58417
- "start": 66,
58418
- "end": 67
59042
+ "start": 103,
59043
+ "end": 104
58419
59044
  },
58420
59045
  "context": {
58421
59046
  "type": "variable",
@@ -58423,8 +59048,8 @@
58423
59048
  "value": "null",
58424
59049
  "scope": "default",
58425
59050
  "line": {
58426
- "start": 68,
58427
- "end": 68
59051
+ "start": 105,
59052
+ "end": 105
58428
59053
  }
58429
59054
  },
58430
59055
  "group": [
@@ -58439,8 +59064,8 @@
58439
59064
  {
58440
59065
  "description": "The text color of the TabStrip items.\n",
58441
59066
  "commentRange": {
58442
- "start": 69,
58443
- "end": 70
59067
+ "start": 106,
59068
+ "end": 107
58444
59069
  },
58445
59070
  "context": {
58446
59071
  "type": "variable",
@@ -58448,8 +59073,8 @@
58448
59073
  "value": "$kendo-link-text",
58449
59074
  "scope": "default",
58450
59075
  "line": {
58451
- "start": 71,
58452
- "end": 71
59076
+ "start": 108,
59077
+ "end": 108
58453
59078
  }
58454
59079
  },
58455
59080
  "group": [
@@ -58464,8 +59089,8 @@
58464
59089
  {
58465
59090
  "description": "The border color of the TabStrip items.\n",
58466
59091
  "commentRange": {
58467
- "start": 72,
58468
- "end": 73
59092
+ "start": 109,
59093
+ "end": 110
58469
59094
  },
58470
59095
  "context": {
58471
59096
  "type": "variable",
@@ -58473,8 +59098,8 @@
58473
59098
  "value": "null",
58474
59099
  "scope": "default",
58475
59100
  "line": {
58476
- "start": 74,
58477
- "end": 74
59101
+ "start": 111,
59102
+ "end": 111
58478
59103
  }
58479
59104
  },
58480
59105
  "group": [
@@ -58489,8 +59114,8 @@
58489
59114
  {
58490
59115
  "description": "The gradient of the TabStrip items.\n",
58491
59116
  "commentRange": {
58492
- "start": 75,
58493
- "end": 76
59117
+ "start": 112,
59118
+ "end": 113
58494
59119
  },
58495
59120
  "context": {
58496
59121
  "type": "variable",
@@ -58498,8 +59123,8 @@
58498
59123
  "value": "null",
58499
59124
  "scope": "default",
58500
59125
  "line": {
58501
- "start": 77,
58502
- "end": 77
59126
+ "start": 114,
59127
+ "end": 114
58503
59128
  }
58504
59129
  },
58505
59130
  "group": [
@@ -58514,8 +59139,8 @@
58514
59139
  {
58515
59140
  "description": "The background color of the hovered TabStrip items.\n",
58516
59141
  "commentRange": {
58517
- "start": 79,
58518
- "end": 80
59142
+ "start": 116,
59143
+ "end": 117
58519
59144
  },
58520
59145
  "context": {
58521
59146
  "type": "variable",
@@ -58523,8 +59148,8 @@
58523
59148
  "value": "null",
58524
59149
  "scope": "default",
58525
59150
  "line": {
58526
- "start": 81,
58527
- "end": 81
59151
+ "start": 118,
59152
+ "end": 118
58528
59153
  }
58529
59154
  },
58530
59155
  "group": [
@@ -58539,8 +59164,8 @@
58539
59164
  {
58540
59165
  "description": "The text color of the hovered TabStrip items.\n",
58541
59166
  "commentRange": {
58542
- "start": 82,
58543
- "end": 83
59167
+ "start": 119,
59168
+ "end": 120
58544
59169
  },
58545
59170
  "context": {
58546
59171
  "type": "variable",
@@ -58548,8 +59173,8 @@
58548
59173
  "value": "$kendo-link-hover-text",
58549
59174
  "scope": "default",
58550
59175
  "line": {
58551
- "start": 84,
58552
- "end": 84
59176
+ "start": 121,
59177
+ "end": 121
58553
59178
  }
58554
59179
  },
58555
59180
  "group": [
@@ -58564,8 +59189,8 @@
58564
59189
  {
58565
59190
  "description": "The border color of the hovered TabStrip items.\n",
58566
59191
  "commentRange": {
58567
- "start": 85,
58568
- "end": 86
59192
+ "start": 122,
59193
+ "end": 123
58569
59194
  },
58570
59195
  "context": {
58571
59196
  "type": "variable",
@@ -58573,8 +59198,8 @@
58573
59198
  "value": "if($kendo-enable-color-system, k-color( base-subtle ), #e9ecef)",
58574
59199
  "scope": "default",
58575
59200
  "line": {
58576
- "start": 87,
58577
- "end": 87
59201
+ "start": 124,
59202
+ "end": 124
58578
59203
  }
58579
59204
  },
58580
59205
  "group": [
@@ -58589,8 +59214,8 @@
58589
59214
  {
58590
59215
  "description": "The gradient of the hovered TabStrip items.\n",
58591
59216
  "commentRange": {
58592
- "start": 88,
58593
- "end": 89
59217
+ "start": 125,
59218
+ "end": 126
58594
59219
  },
58595
59220
  "context": {
58596
59221
  "type": "variable",
@@ -58598,8 +59223,8 @@
58598
59223
  "value": "null",
58599
59224
  "scope": "default",
58600
59225
  "line": {
58601
- "start": 90,
58602
- "end": 90
59226
+ "start": 127,
59227
+ "end": 127
58603
59228
  }
58604
59229
  },
58605
59230
  "group": [
@@ -58614,8 +59239,8 @@
58614
59239
  {
58615
59240
  "description": "The background color of the selected TabStrip items.\n",
58616
59241
  "commentRange": {
58617
- "start": 92,
58618
- "end": 93
59242
+ "start": 129,
59243
+ "end": 130
58619
59244
  },
58620
59245
  "context": {
58621
59246
  "type": "variable",
@@ -58623,8 +59248,8 @@
58623
59248
  "value": "$kendo-component-bg",
58624
59249
  "scope": "default",
58625
59250
  "line": {
58626
- "start": 94,
58627
- "end": 94
59251
+ "start": 131,
59252
+ "end": 131
58628
59253
  }
58629
59254
  },
58630
59255
  "group": [
@@ -58639,8 +59264,8 @@
58639
59264
  {
58640
59265
  "description": "The text color of the selected TabStrip items.\n",
58641
59266
  "commentRange": {
58642
- "start": 95,
58643
- "end": 96
59267
+ "start": 132,
59268
+ "end": 133
58644
59269
  },
58645
59270
  "context": {
58646
59271
  "type": "variable",
@@ -58648,8 +59273,8 @@
58648
59273
  "value": "$kendo-component-text",
58649
59274
  "scope": "default",
58650
59275
  "line": {
58651
- "start": 97,
58652
- "end": 97
59276
+ "start": 134,
59277
+ "end": 134
58653
59278
  }
58654
59279
  },
58655
59280
  "group": [
@@ -58664,8 +59289,8 @@
58664
59289
  {
58665
59290
  "description": "The border color of the selected TabStrip items.\n",
58666
59291
  "commentRange": {
58667
- "start": 98,
58668
- "end": 99
59292
+ "start": 135,
59293
+ "end": 136
58669
59294
  },
58670
59295
  "context": {
58671
59296
  "type": "variable",
@@ -58673,8 +59298,8 @@
58673
59298
  "value": "$kendo-component-border",
58674
59299
  "scope": "default",
58675
59300
  "line": {
58676
- "start": 100,
58677
- "end": 100
59301
+ "start": 137,
59302
+ "end": 137
58678
59303
  }
58679
59304
  },
58680
59305
  "group": [
@@ -58689,8 +59314,8 @@
58689
59314
  {
58690
59315
  "description": "The gradient of the selected TabStrip items.\n",
58691
59316
  "commentRange": {
58692
- "start": 101,
58693
- "end": 102
59317
+ "start": 138,
59318
+ "end": 139
58694
59319
  },
58695
59320
  "context": {
58696
59321
  "type": "variable",
@@ -58698,8 +59323,8 @@
58698
59323
  "value": "null",
58699
59324
  "scope": "default",
58700
59325
  "line": {
58701
- "start": 103,
58702
- "end": 103
59326
+ "start": 140,
59327
+ "end": 140
58703
59328
  }
58704
59329
  },
58705
59330
  "group": [
@@ -58714,8 +59339,8 @@
58714
59339
  {
58715
59340
  "description": "The font weight of the selected TabStrip items.\n",
58716
59341
  "commentRange": {
58717
- "start": 104,
58718
- "end": 105
59342
+ "start": 141,
59343
+ "end": 142
58719
59344
  },
58720
59345
  "context": {
58721
59346
  "type": "variable",
@@ -58723,8 +59348,8 @@
58723
59348
  "value": "var( --kendo-font-weight-bold, normal )",
58724
59349
  "scope": "default",
58725
59350
  "line": {
58726
- "start": 106,
58727
- "end": 106
59351
+ "start": 143,
59352
+ "end": 143
58728
59353
  }
58729
59354
  },
58730
59355
  "group": [
@@ -58739,8 +59364,8 @@
58739
59364
  {
58740
59365
  "description": "The shadow of the focused TabStrip items.\n",
58741
59366
  "commentRange": {
58742
- "start": 108,
58743
- "end": 109
59367
+ "start": 145,
59368
+ "end": 146
58744
59369
  },
58745
59370
  "context": {
58746
59371
  "type": "variable",
@@ -58748,8 +59373,8 @@
58748
59373
  "value": "$kendo-list-item-focus-shadow",
58749
59374
  "scope": "default",
58750
59375
  "line": {
58751
- "start": 110,
58752
- "end": 110
59376
+ "start": 147,
59377
+ "end": 147
58753
59378
  }
58754
59379
  },
58755
59380
  "group": [
@@ -58764,8 +59389,8 @@
58764
59389
  {
58765
59390
  "description": "The shadow of the dragged TabStrip items.\n",
58766
59391
  "commentRange": {
58767
- "start": 112,
58768
- "end": 113
59392
+ "start": 149,
59393
+ "end": 150
58769
59394
  },
58770
59395
  "context": {
58771
59396
  "type": "variable",
@@ -58773,8 +59398,8 @@
58773
59398
  "value": "k-elevation(3)",
58774
59399
  "scope": "default",
58775
59400
  "line": {
58776
- "start": 114,
58777
- "end": 114
59401
+ "start": 151,
59402
+ "end": 151
58778
59403
  }
58779
59404
  },
58780
59405
  "group": [
@@ -58789,8 +59414,8 @@
58789
59414
  {
58790
59415
  "description": "The background color of the disabled TabStrip items.\n",
58791
59416
  "commentRange": {
58792
- "start": 116,
58793
- "end": 117
59417
+ "start": 153,
59418
+ "end": 154
58794
59419
  },
58795
59420
  "context": {
58796
59421
  "type": "variable",
@@ -58798,8 +59423,8 @@
58798
59423
  "value": "null",
58799
59424
  "scope": "default",
58800
59425
  "line": {
58801
- "start": 118,
58802
- "end": 118
59426
+ "start": 155,
59427
+ "end": 155
58803
59428
  }
58804
59429
  },
58805
59430
  "group": [
@@ -58814,8 +59439,8 @@
58814
59439
  {
58815
59440
  "description": "The text color of the disabled TabStrip items.\n",
58816
59441
  "commentRange": {
58817
- "start": 119,
58818
- "end": 120
59442
+ "start": 156,
59443
+ "end": 157
58819
59444
  },
58820
59445
  "context": {
58821
59446
  "type": "variable",
@@ -58823,8 +59448,8 @@
58823
59448
  "value": "$kendo-component-text",
58824
59449
  "scope": "default",
58825
59450
  "line": {
58826
- "start": 121,
58827
- "end": 121
59451
+ "start": 158,
59452
+ "end": 158
58828
59453
  }
58829
59454
  },
58830
59455
  "group": [
@@ -58839,8 +59464,8 @@
58839
59464
  {
58840
59465
  "description": "The border color of the disabled TabStrip items.\n",
58841
59466
  "commentRange": {
58842
- "start": 122,
58843
- "end": 123
59467
+ "start": 159,
59468
+ "end": 160
58844
59469
  },
58845
59470
  "context": {
58846
59471
  "type": "variable",
@@ -58848,8 +59473,8 @@
58848
59473
  "value": "null",
58849
59474
  "scope": "default",
58850
59475
  "line": {
58851
- "start": 124,
58852
- "end": 124
59476
+ "start": 161,
59477
+ "end": 161
58853
59478
  }
58854
59479
  },
58855
59480
  "group": [
@@ -58864,8 +59489,8 @@
58864
59489
  {
58865
59490
  "description": "The gradient of the disabled TabStrip items.\n",
58866
59491
  "commentRange": {
58867
- "start": 125,
58868
- "end": 126
59492
+ "start": 162,
59493
+ "end": 163
58869
59494
  },
58870
59495
  "context": {
58871
59496
  "type": "variable",
@@ -58873,8 +59498,8 @@
58873
59498
  "value": "null",
58874
59499
  "scope": "default",
58875
59500
  "line": {
58876
- "start": 127,
58877
- "end": 127
59501
+ "start": 164,
59502
+ "end": 164
58878
59503
  }
58879
59504
  },
58880
59505
  "group": [
@@ -58889,8 +59514,8 @@
58889
59514
  {
58890
59515
  "description": "The opacity of the disabled TabStrip items.\n",
58891
59516
  "commentRange": {
58892
- "start": 128,
58893
- "end": 129
59517
+ "start": 165,
59518
+ "end": 166
58894
59519
  },
58895
59520
  "context": {
58896
59521
  "type": "variable",
@@ -58898,8 +59523,8 @@
58898
59523
  "value": "null",
58899
59524
  "scope": "default",
58900
59525
  "line": {
58901
- "start": 130,
58902
- "end": 130
59526
+ "start": 167,
59527
+ "end": 167
58903
59528
  }
58904
59529
  },
58905
59530
  "group": [
@@ -58914,8 +59539,8 @@
58914
59539
  {
58915
59540
  "description": "The filter of the disabled TabStrip items.\n",
58916
59541
  "commentRange": {
58917
- "start": 131,
58918
- "end": 132
59542
+ "start": 168,
59543
+ "end": 169
58919
59544
  },
58920
59545
  "context": {
58921
59546
  "type": "variable",
@@ -58923,8 +59548,8 @@
58923
59548
  "value": "null",
58924
59549
  "scope": "default",
58925
59550
  "line": {
58926
- "start": 133,
58927
- "end": 133
59551
+ "start": 170,
59552
+ "end": 170
58928
59553
  }
58929
59554
  },
58930
59555
  "group": [
@@ -58939,8 +59564,8 @@
58939
59564
  {
58940
59565
  "description": "The border width of the TabStrip indicator.\n",
58941
59566
  "commentRange": {
58942
- "start": 135,
58943
- "end": 136
59567
+ "start": 172,
59568
+ "end": 173
58944
59569
  },
58945
59570
  "context": {
58946
59571
  "type": "variable",
@@ -58948,8 +59573,8 @@
58948
59573
  "value": "null",
58949
59574
  "scope": "default",
58950
59575
  "line": {
58951
- "start": 137,
58952
- "end": 137
59576
+ "start": 174,
59577
+ "end": 174
58953
59578
  }
58954
59579
  },
58955
59580
  "group": [
@@ -58964,8 +59589,8 @@
58964
59589
  {
58965
59590
  "description": "The border color of the TabStrip ripple.\n",
58966
59591
  "commentRange": {
58967
- "start": 138,
58968
- "end": 139
59592
+ "start": 175,
59593
+ "end": 176
58969
59594
  },
58970
59595
  "context": {
58971
59596
  "type": "variable",
@@ -58973,8 +59598,8 @@
58973
59598
  "value": "null",
58974
59599
  "scope": "default",
58975
59600
  "line": {
58976
- "start": 140,
58977
- "end": 140
59601
+ "start": 177,
59602
+ "end": 177
58978
59603
  }
58979
59604
  },
58980
59605
  "group": [
@@ -58989,8 +59614,8 @@
58989
59614
  {
58990
59615
  "description": "The horizontal padding of the TabStrip content.\n",
58991
59616
  "commentRange": {
58992
- "start": 142,
58993
- "end": 143
59617
+ "start": 179,
59618
+ "end": 180
58994
59619
  },
58995
59620
  "context": {
58996
59621
  "type": "variable",
@@ -58998,8 +59623,8 @@
58998
59623
  "value": "k-spacing(4)",
58999
59624
  "scope": "default",
59000
59625
  "line": {
59001
- "start": 144,
59002
- "end": 144
59626
+ "start": 181,
59627
+ "end": 181
59003
59628
  }
59004
59629
  },
59005
59630
  "group": [
@@ -59014,8 +59639,8 @@
59014
59639
  {
59015
59640
  "description": "The vertical padding of the TabStrip content.\n",
59016
59641
  "commentRange": {
59017
- "start": 145,
59018
- "end": 146
59642
+ "start": 182,
59643
+ "end": 183
59019
59644
  },
59020
59645
  "context": {
59021
59646
  "type": "variable",
@@ -59023,8 +59648,8 @@
59023
59648
  "value": "k-spacing(4)",
59024
59649
  "scope": "default",
59025
59650
  "line": {
59026
- "start": 147,
59027
- "end": 147
59651
+ "start": 184,
59652
+ "end": 184
59028
59653
  }
59029
59654
  },
59030
59655
  "group": [
@@ -59039,8 +59664,8 @@
59039
59664
  {
59040
59665
  "description": "The border width around the TabStrip content.\n",
59041
59666
  "commentRange": {
59042
- "start": 148,
59043
- "end": 149
59667
+ "start": 185,
59668
+ "end": 186
59044
59669
  },
59045
59670
  "context": {
59046
59671
  "type": "variable",
@@ -59048,8 +59673,8 @@
59048
59673
  "value": "$kendo-tabstrip-border-width",
59049
59674
  "scope": "default",
59050
59675
  "line": {
59051
- "start": 150,
59052
- "end": 150
59676
+ "start": 187,
59677
+ "end": 187
59053
59678
  }
59054
59679
  },
59055
59680
  "group": [
@@ -59064,8 +59689,8 @@
59064
59689
  {
59065
59690
  "description": "The background color of the TabStrip content.\n",
59066
59691
  "commentRange": {
59067
- "start": 152,
59068
- "end": 153
59692
+ "start": 189,
59693
+ "end": 190
59069
59694
  },
59070
59695
  "context": {
59071
59696
  "type": "variable",
@@ -59073,8 +59698,8 @@
59073
59698
  "value": "$kendo-component-bg",
59074
59699
  "scope": "default",
59075
59700
  "line": {
59076
- "start": 154,
59077
- "end": 154
59701
+ "start": 191,
59702
+ "end": 191
59078
59703
  }
59079
59704
  },
59080
59705
  "group": [
@@ -59089,8 +59714,8 @@
59089
59714
  {
59090
59715
  "description": "The text color of the TabStrip content.\n",
59091
59716
  "commentRange": {
59092
- "start": 155,
59093
- "end": 156
59717
+ "start": 192,
59718
+ "end": 193
59094
59719
  },
59095
59720
  "context": {
59096
59721
  "type": "variable",
@@ -59098,8 +59723,8 @@
59098
59723
  "value": "$kendo-component-text",
59099
59724
  "scope": "default",
59100
59725
  "line": {
59101
- "start": 157,
59102
- "end": 157
59726
+ "start": 194,
59727
+ "end": 194
59103
59728
  }
59104
59729
  },
59105
59730
  "group": [
@@ -59114,8 +59739,8 @@
59114
59739
  {
59115
59740
  "description": "The border color of the TabStrip content.\n",
59116
59741
  "commentRange": {
59117
- "start": 158,
59118
- "end": 159
59742
+ "start": 195,
59743
+ "end": 196
59119
59744
  },
59120
59745
  "context": {
59121
59746
  "type": "variable",
@@ -59123,8 +59748,8 @@
59123
59748
  "value": "$kendo-component-border",
59124
59749
  "scope": "default",
59125
59750
  "line": {
59126
- "start": 160,
59127
- "end": 160
59751
+ "start": 197,
59752
+ "end": 197
59128
59753
  }
59129
59754
  },
59130
59755
  "group": [
@@ -59139,8 +59764,8 @@
59139
59764
  {
59140
59765
  "description": "The border color of the focused TabStrip content.\n",
59141
59766
  "commentRange": {
59142
- "start": 161,
59143
- "end": 162
59767
+ "start": 198,
59768
+ "end": 199
59144
59769
  },
59145
59770
  "context": {
59146
59771
  "type": "variable",
@@ -59148,8 +59773,58 @@
59148
59773
  "value": "$kendo-component-text",
59149
59774
  "scope": "default",
59150
59775
  "line": {
59151
- "start": 163,
59152
- "end": 163
59776
+ "start": 200,
59777
+ "end": 200
59778
+ }
59779
+ },
59780
+ "group": [
59781
+ "tabstrip"
59782
+ ],
59783
+ "access": "public",
59784
+ "file": {
59785
+ "path": "tabstrip/_variables.scss",
59786
+ "name": "_variables.scss"
59787
+ }
59788
+ },
59789
+ {
59790
+ "description": "The left and right scroll overlay of the TabStrip.\n",
59791
+ "commentRange": {
59792
+ "start": 202,
59793
+ "end": 203
59794
+ },
59795
+ "context": {
59796
+ "type": "variable",
59797
+ "name": "kendo-tabstrip-scroll-overlay",
59798
+ "value": "if($kendo-enable-color-system, k-color( app-surface ), rgba( $kendo-color-white, 0)), if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 0%, transparent), rgba( $kendo-color-white, 0))",
59799
+ "scope": "default",
59800
+ "line": {
59801
+ "start": 204,
59802
+ "end": 204
59803
+ }
59804
+ },
59805
+ "group": [
59806
+ "tabstrip"
59807
+ ],
59808
+ "access": "public",
59809
+ "file": {
59810
+ "path": "tabstrip/_variables.scss",
59811
+ "name": "_variables.scss"
59812
+ }
59813
+ },
59814
+ {
59815
+ "description": "The size map of the TabStrip.\n",
59816
+ "commentRange": {
59817
+ "start": 206,
59818
+ "end": 207
59819
+ },
59820
+ "context": {
59821
+ "type": "variable",
59822
+ "name": "kendo-tabstrip-sizes",
59823
+ "value": "(\n sm: (\n font-size: $kendo-tabstrip-sm-font-size,\n line-height: $kendo-tabstrip-sm-line-height,\n item-padding-x: $kendo-tabstrip-sm-item-padding-x,\n item-padding-y: $kendo-tabstrip-sm-item-padding-y\n ),\n md: (\n font-size: $kendo-tabstrip-md-font-size,\n line-height: $kendo-tabstrip-md-line-height,\n item-padding-x: $kendo-tabstrip-md-item-padding-x,\n item-padding-y: $kendo-tabstrip-md-item-padding-y\n ),\n lg: (\n font-size: $kendo-tabstrip-lg-font-size,\n line-height: $kendo-tabstrip-lg-line-height,\n item-padding-x: $kendo-tabstrip-lg-item-padding-x,\n item-padding-y: $kendo-tabstrip-lg-item-padding-y\n )\n)",
59824
+ "scope": "default",
59825
+ "line": {
59826
+ "start": 208,
59827
+ "end": 227
59153
59828
  }
59154
59829
  },
59155
59830
  "group": [
@@ -62595,7 +63270,7 @@
62595
63270
  "context": {
62596
63271
  "type": "variable",
62597
63272
  "name": "kendo-toolbar-padding-x",
62598
- "value": "null",
63273
+ "value": "k-spacing(2)",
62599
63274
  "scope": "default",
62600
63275
  "line": {
62601
63276
  "start": 9,
@@ -62645,7 +63320,7 @@
62645
63320
  "context": {
62646
63321
  "type": "variable",
62647
63322
  "name": "kendo-toolbar-md-padding-x",
62648
- "value": "k-spacing(2)",
63323
+ "value": "$kendo-toolbar-padding-x",
62649
63324
  "scope": "default",
62650
63325
  "line": {
62651
63326
  "start": 15,
@@ -62695,7 +63370,7 @@
62695
63370
  "context": {
62696
63371
  "type": "variable",
62697
63372
  "name": "kendo-toolbar-padding-y",
62698
- "value": "null",
63373
+ "value": "k-spacing(2)",
62699
63374
  "scope": "default",
62700
63375
  "line": {
62701
63376
  "start": 22,
@@ -62745,7 +63420,7 @@
62745
63420
  "context": {
62746
63421
  "type": "variable",
62747
63422
  "name": "kendo-toolbar-md-padding-y",
62748
- "value": "k-spacing(2)",
63423
+ "value": "$kendo-toolbar-padding-y",
62749
63424
  "scope": "default",
62750
63425
  "line": {
62751
63426
  "start": 28,
@@ -62795,7 +63470,7 @@
62795
63470
  "context": {
62796
63471
  "type": "variable",
62797
63472
  "name": "kendo-toolbar-spacing",
62798
- "value": "null",
63473
+ "value": "k-spacing(2)",
62799
63474
  "scope": "default",
62800
63475
  "line": {
62801
63476
  "start": 35,
@@ -62845,7 +63520,7 @@
62845
63520
  "context": {
62846
63521
  "type": "variable",
62847
63522
  "name": "kendo-toolbar-md-spacing",
62848
- "value": "k-spacing(2)",
63523
+ "value": "$kendo-toolbar-spacing",
62849
63524
  "scope": "default",
62850
63525
  "line": {
62851
63526
  "start": 41,
@@ -62887,15 +63562,15 @@
62887
63562
  }
62888
63563
  },
62889
63564
  {
62890
- "description": "The width of the border around the Toolbar.\n",
63565
+ "description": "The height of the Toolbar button separator.\n",
62891
63566
  "commentRange": {
62892
63567
  "start": 46,
62893
63568
  "end": 47
62894
63569
  },
62895
63570
  "context": {
62896
63571
  "type": "variable",
62897
- "name": "kendo-toolbar-border-width",
62898
- "value": "1px",
63572
+ "name": "kendo-toolbar-separator-height",
63573
+ "value": "$kendo-button-md-calc-size",
62899
63574
  "scope": "default",
62900
63575
  "line": {
62901
63576
  "start": 48,
@@ -62912,15 +63587,15 @@
62912
63587
  }
62913
63588
  },
62914
63589
  {
62915
- "description": "The border radius of the Toolbar.\n",
63590
+ "description": "The height of the small Toolbar button separator.\n",
62916
63591
  "commentRange": {
62917
63592
  "start": 49,
62918
63593
  "end": 50
62919
63594
  },
62920
63595
  "context": {
62921
63596
  "type": "variable",
62922
- "name": "kendo-toolbar-border-radius",
62923
- "value": "null",
63597
+ "name": "kendo-toolbar-sm-separator-height",
63598
+ "value": "$kendo-button-sm-calc-size",
62924
63599
  "scope": "default",
62925
63600
  "line": {
62926
63601
  "start": 51,
@@ -62936,11 +63611,111 @@
62936
63611
  "name": "_variables.scss"
62937
63612
  }
62938
63613
  },
63614
+ {
63615
+ "description": "The height of the medium Toolbar button separator.\n",
63616
+ "commentRange": {
63617
+ "start": 52,
63618
+ "end": 53
63619
+ },
63620
+ "context": {
63621
+ "type": "variable",
63622
+ "name": "kendo-toolbar-md-separator-height",
63623
+ "value": "$kendo-toolbar-separator-height",
63624
+ "scope": "default",
63625
+ "line": {
63626
+ "start": 54,
63627
+ "end": 54
63628
+ }
63629
+ },
63630
+ "group": [
63631
+ "toolbar"
63632
+ ],
63633
+ "access": "public",
63634
+ "file": {
63635
+ "path": "toolbar/_variables.scss",
63636
+ "name": "_variables.scss"
63637
+ }
63638
+ },
63639
+ {
63640
+ "description": "The height of the large Toolbar button separator.\n",
63641
+ "commentRange": {
63642
+ "start": 55,
63643
+ "end": 56
63644
+ },
63645
+ "context": {
63646
+ "type": "variable",
63647
+ "name": "kendo-toolbar-lg-separator-height",
63648
+ "value": "$kendo-button-lg-calc-size",
63649
+ "scope": "default",
63650
+ "line": {
63651
+ "start": 57,
63652
+ "end": 57
63653
+ }
63654
+ },
63655
+ "group": [
63656
+ "toolbar"
63657
+ ],
63658
+ "access": "public",
63659
+ "file": {
63660
+ "path": "toolbar/_variables.scss",
63661
+ "name": "_variables.scss"
63662
+ }
63663
+ },
63664
+ {
63665
+ "description": "The width of the border around the Toolbar.\n",
63666
+ "commentRange": {
63667
+ "start": 59,
63668
+ "end": 60
63669
+ },
63670
+ "context": {
63671
+ "type": "variable",
63672
+ "name": "kendo-toolbar-border-width",
63673
+ "value": "1px",
63674
+ "scope": "default",
63675
+ "line": {
63676
+ "start": 61,
63677
+ "end": 61
63678
+ }
63679
+ },
63680
+ "group": [
63681
+ "toolbar"
63682
+ ],
63683
+ "access": "public",
63684
+ "file": {
63685
+ "path": "toolbar/_variables.scss",
63686
+ "name": "_variables.scss"
63687
+ }
63688
+ },
63689
+ {
63690
+ "description": "The border radius of the Toolbar.\n",
63691
+ "commentRange": {
63692
+ "start": 62,
63693
+ "end": 63
63694
+ },
63695
+ "context": {
63696
+ "type": "variable",
63697
+ "name": "kendo-toolbar-border-radius",
63698
+ "value": "null",
63699
+ "scope": "default",
63700
+ "line": {
63701
+ "start": 64,
63702
+ "end": 64
63703
+ }
63704
+ },
63705
+ "group": [
63706
+ "toolbar"
63707
+ ],
63708
+ "access": "public",
63709
+ "file": {
63710
+ "path": "toolbar/_variables.scss",
63711
+ "name": "_variables.scss"
63712
+ }
63713
+ },
62939
63714
  {
62940
63715
  "description": "The font family of the Toolbar.\n",
62941
63716
  "commentRange": {
62942
- "start": 53,
62943
- "end": 54
63717
+ "start": 66,
63718
+ "end": 67
62944
63719
  },
62945
63720
  "context": {
62946
63721
  "type": "variable",
@@ -62948,8 +63723,8 @@
62948
63723
  "value": "var( --kendo-font-family, inherit )",
62949
63724
  "scope": "default",
62950
63725
  "line": {
62951
- "start": 55,
62952
- "end": 55
63726
+ "start": 68,
63727
+ "end": 68
62953
63728
  }
62954
63729
  },
62955
63730
  "group": [
@@ -62964,8 +63739,8 @@
62964
63739
  {
62965
63740
  "description": "The font size of the Toolbar.\n",
62966
63741
  "commentRange": {
62967
- "start": 56,
62968
- "end": 57
63742
+ "start": 69,
63743
+ "end": 70
62969
63744
  },
62970
63745
  "context": {
62971
63746
  "type": "variable",
@@ -62973,8 +63748,8 @@
62973
63748
  "value": "var( --kendo-font-size, inherit )",
62974
63749
  "scope": "default",
62975
63750
  "line": {
62976
- "start": 58,
62977
- "end": 58
63751
+ "start": 71,
63752
+ "end": 71
62978
63753
  }
62979
63754
  },
62980
63755
  "group": [
@@ -62989,8 +63764,8 @@
62989
63764
  {
62990
63765
  "description": "The line height of the Toolbar.\n",
62991
63766
  "commentRange": {
62992
- "start": 59,
62993
- "end": 60
63767
+ "start": 72,
63768
+ "end": 73
62994
63769
  },
62995
63770
  "context": {
62996
63771
  "type": "variable",
@@ -62998,8 +63773,8 @@
62998
63773
  "value": "var( --kendo-line-height, normal )",
62999
63774
  "scope": "default",
63000
63775
  "line": {
63001
- "start": 61,
63002
- "end": 61
63776
+ "start": 74,
63777
+ "end": 74
63003
63778
  }
63004
63779
  },
63005
63780
  "group": [
@@ -63014,8 +63789,8 @@
63014
63789
  {
63015
63790
  "description": "The background color of the Toolbar.\n",
63016
63791
  "commentRange": {
63017
- "start": 63,
63018
- "end": 64
63792
+ "start": 76,
63793
+ "end": 77
63019
63794
  },
63020
63795
  "context": {
63021
63796
  "type": "variable",
@@ -63023,8 +63798,8 @@
63023
63798
  "value": "$kendo-component-header-bg",
63024
63799
  "scope": "default",
63025
63800
  "line": {
63026
- "start": 65,
63027
- "end": 65
63801
+ "start": 78,
63802
+ "end": 78
63028
63803
  }
63029
63804
  },
63030
63805
  "group": [
@@ -63039,8 +63814,8 @@
63039
63814
  {
63040
63815
  "description": "The text color of the Toolbar.\n",
63041
63816
  "commentRange": {
63042
- "start": 66,
63043
- "end": 67
63817
+ "start": 79,
63818
+ "end": 80
63044
63819
  },
63045
63820
  "context": {
63046
63821
  "type": "variable",
@@ -63048,8 +63823,8 @@
63048
63823
  "value": "$kendo-component-header-text",
63049
63824
  "scope": "default",
63050
63825
  "line": {
63051
- "start": 68,
63052
- "end": 68
63826
+ "start": 81,
63827
+ "end": 81
63053
63828
  }
63054
63829
  },
63055
63830
  "group": [
@@ -63064,8 +63839,8 @@
63064
63839
  {
63065
63840
  "description": "The color of the border around the Toolbar.\n",
63066
63841
  "commentRange": {
63067
- "start": 69,
63068
- "end": 70
63842
+ "start": 82,
63843
+ "end": 83
63069
63844
  },
63070
63845
  "context": {
63071
63846
  "type": "variable",
@@ -63073,8 +63848,8 @@
63073
63848
  "value": "$kendo-component-header-border",
63074
63849
  "scope": "default",
63075
63850
  "line": {
63076
- "start": 71,
63077
- "end": 71
63851
+ "start": 84,
63852
+ "end": 84
63078
63853
  }
63079
63854
  },
63080
63855
  "group": [
@@ -63089,8 +63864,8 @@
63089
63864
  {
63090
63865
  "description": "The gradient of the Toolbar.\n",
63091
63866
  "commentRange": {
63092
- "start": 72,
63093
- "end": 73
63867
+ "start": 85,
63868
+ "end": 86
63094
63869
  },
63095
63870
  "context": {
63096
63871
  "type": "variable",
@@ -63098,8 +63873,8 @@
63098
63873
  "value": "null",
63099
63874
  "scope": "default",
63100
63875
  "line": {
63101
- "start": 74,
63102
- "end": 74
63876
+ "start": 87,
63877
+ "end": 87
63103
63878
  }
63104
63879
  },
63105
63880
  "group": [
@@ -63114,8 +63889,8 @@
63114
63889
  {
63115
63890
  "description": "The box shadow of the Toolbar.\n",
63116
63891
  "commentRange": {
63117
- "start": 75,
63118
- "end": 76
63892
+ "start": 88,
63893
+ "end": 89
63119
63894
  },
63120
63895
  "context": {
63121
63896
  "type": "variable",
@@ -63123,8 +63898,33 @@
63123
63898
  "value": "null",
63124
63899
  "scope": "default",
63125
63900
  "line": {
63126
- "start": 77,
63127
- "end": 77
63901
+ "start": 90,
63902
+ "end": 90
63903
+ }
63904
+ },
63905
+ "group": [
63906
+ "toolbar"
63907
+ ],
63908
+ "access": "public",
63909
+ "file": {
63910
+ "path": "toolbar/_variables.scss",
63911
+ "name": "_variables.scss"
63912
+ }
63913
+ },
63914
+ {
63915
+ "description": "The left and right scroll overlay of the Toolbar.\n",
63916
+ "commentRange": {
63917
+ "start": 91,
63918
+ "end": 92
63919
+ },
63920
+ "context": {
63921
+ "type": "variable",
63922
+ "name": "kendo-toolbar-scroll-overlay",
63923
+ "value": "$kendo-toolbar-bg, if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 0%, transparent), rgba( $kendo-color-white, 0))",
63924
+ "scope": "default",
63925
+ "line": {
63926
+ "start": 93,
63927
+ "end": 93
63128
63928
  }
63129
63929
  },
63130
63930
  "group": [
@@ -63139,8 +63939,8 @@
63139
63939
  {
63140
63940
  "description": "The text color of the outline Toolbar.\n",
63141
63941
  "commentRange": {
63142
- "start": 79,
63143
- "end": 80
63942
+ "start": 96,
63943
+ "end": 97
63144
63944
  },
63145
63945
  "context": {
63146
63946
  "type": "variable",
@@ -63148,8 +63948,8 @@
63148
63948
  "value": "$kendo-button-text",
63149
63949
  "scope": "default",
63150
63950
  "line": {
63151
- "start": 81,
63152
- "end": 81
63951
+ "start": 98,
63952
+ "end": 98
63153
63953
  }
63154
63954
  },
63155
63955
  "group": [
@@ -63164,8 +63964,8 @@
63164
63964
  {
63165
63965
  "description": "The color of the border around the outline Toolbar.\n",
63166
63966
  "commentRange": {
63167
- "start": 82,
63168
- "end": 83
63967
+ "start": 99,
63968
+ "end": 100
63169
63969
  },
63170
63970
  "context": {
63171
63971
  "type": "variable",
@@ -63173,8 +63973,8 @@
63173
63973
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-toolbar-outline-text, .5 ))",
63174
63974
  "scope": "default",
63175
63975
  "line": {
63176
- "start": 84,
63177
- "end": 84
63976
+ "start": 101,
63977
+ "end": 101
63178
63978
  }
63179
63979
  },
63180
63980
  "group": [
@@ -63189,8 +63989,8 @@
63189
63989
  {
63190
63990
  "description": "The gradient of the outline Toolbar.\n",
63191
63991
  "commentRange": {
63192
- "start": 85,
63193
- "end": 86
63992
+ "start": 102,
63993
+ "end": 103
63194
63994
  },
63195
63995
  "context": {
63196
63996
  "type": "variable",
@@ -63198,8 +63998,8 @@
63198
63998
  "value": "null",
63199
63999
  "scope": "default",
63200
64000
  "line": {
63201
- "start": 87,
63202
- "end": 87
64001
+ "start": 104,
64002
+ "end": 104
63203
64003
  }
63204
64004
  },
63205
64005
  "group": [
@@ -63214,8 +64014,8 @@
63214
64014
  {
63215
64015
  "description": "The box shadow of the outline Toolbar.\n",
63216
64016
  "commentRange": {
63217
- "start": 88,
63218
- "end": 89
64017
+ "start": 105,
64018
+ "end": 106
63219
64019
  },
63220
64020
  "context": {
63221
64021
  "type": "variable",
@@ -63223,8 +64023,8 @@
63223
64023
  "value": "null",
63224
64024
  "scope": "default",
63225
64025
  "line": {
63226
- "start": 90,
63227
- "end": 90
64026
+ "start": 107,
64027
+ "end": 107
63228
64028
  }
63229
64029
  },
63230
64030
  "group": [
@@ -63239,8 +64039,8 @@
63239
64039
  {
63240
64040
  "description": "The width of the border around the outline Toolbar.\n",
63241
64041
  "commentRange": {
63242
- "start": 91,
63243
- "end": 92
64042
+ "start": 108,
64043
+ "end": 109
63244
64044
  },
63245
64045
  "context": {
63246
64046
  "type": "variable",
@@ -63248,8 +64048,33 @@
63248
64048
  "value": "$kendo-toolbar-border-width",
63249
64049
  "scope": "default",
63250
64050
  "line": {
63251
- "start": 93,
63252
- "end": 93
64051
+ "start": 110,
64052
+ "end": 110
64053
+ }
64054
+ },
64055
+ "group": [
64056
+ "toolbar"
64057
+ ],
64058
+ "access": "public",
64059
+ "file": {
64060
+ "path": "toolbar/_variables.scss",
64061
+ "name": "_variables.scss"
64062
+ }
64063
+ },
64064
+ {
64065
+ "description": "The left and right scroll overlay of the outline Toolbar.\n",
64066
+ "commentRange": {
64067
+ "start": 111,
64068
+ "end": 112
64069
+ },
64070
+ "context": {
64071
+ "type": "variable",
64072
+ "name": "kendo-toolbar-outline-scroll-overlay",
64073
+ "value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white), if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 0%, transparent), rgba( $kendo-color-white, 0))",
64074
+ "scope": "default",
64075
+ "line": {
64076
+ "start": 113,
64077
+ "end": 113
63253
64078
  }
63254
64079
  },
63255
64080
  "group": [
@@ -63264,8 +64089,8 @@
63264
64089
  {
63265
64090
  "description": "The text color of the flat Toolbar.\n",
63266
64091
  "commentRange": {
63267
- "start": 95,
63268
- "end": 96
64092
+ "start": 116,
64093
+ "end": 117
63269
64094
  },
63270
64095
  "context": {
63271
64096
  "type": "variable",
@@ -63273,8 +64098,8 @@
63273
64098
  "value": "null",
63274
64099
  "scope": "default",
63275
64100
  "line": {
63276
- "start": 97,
63277
- "end": 97
64101
+ "start": 118,
64102
+ "end": 118
63278
64103
  }
63279
64104
  },
63280
64105
  "group": [
@@ -63289,8 +64114,8 @@
63289
64114
  {
63290
64115
  "description": "The color of the border around the flat Toolbar.\n",
63291
64116
  "commentRange": {
63292
- "start": 98,
63293
- "end": 99
64117
+ "start": 119,
64118
+ "end": 120
63294
64119
  },
63295
64120
  "context": {
63296
64121
  "type": "variable",
@@ -63298,8 +64123,8 @@
63298
64123
  "value": "$kendo-toolbar-border",
63299
64124
  "scope": "default",
63300
64125
  "line": {
63301
- "start": 100,
63302
- "end": 100
64126
+ "start": 121,
64127
+ "end": 121
63303
64128
  }
63304
64129
  },
63305
64130
  "group": [
@@ -63314,8 +64139,8 @@
63314
64139
  {
63315
64140
  "description": "The gradient of the flat Toolbar.\n",
63316
64141
  "commentRange": {
63317
- "start": 101,
63318
- "end": 102
64142
+ "start": 122,
64143
+ "end": 123
63319
64144
  },
63320
64145
  "context": {
63321
64146
  "type": "variable",
@@ -63323,8 +64148,8 @@
63323
64148
  "value": "null",
63324
64149
  "scope": "default",
63325
64150
  "line": {
63326
- "start": 103,
63327
- "end": 103
64151
+ "start": 124,
64152
+ "end": 124
63328
64153
  }
63329
64154
  },
63330
64155
  "group": [
@@ -63339,8 +64164,8 @@
63339
64164
  {
63340
64165
  "description": "The box shadow of the flat Toolbar.\n",
63341
64166
  "commentRange": {
63342
- "start": 104,
63343
- "end": 105
64167
+ "start": 125,
64168
+ "end": 126
63344
64169
  },
63345
64170
  "context": {
63346
64171
  "type": "variable",
@@ -63348,8 +64173,8 @@
63348
64173
  "value": "null",
63349
64174
  "scope": "default",
63350
64175
  "line": {
63351
- "start": 106,
63352
- "end": 106
64176
+ "start": 127,
64177
+ "end": 127
63353
64178
  }
63354
64179
  },
63355
64180
  "group": [
@@ -63364,8 +64189,8 @@
63364
64189
  {
63365
64190
  "description": "Border width of the flat Toolbar.\n",
63366
64191
  "commentRange": {
63367
- "start": 107,
63368
- "end": 108
64192
+ "start": 128,
64193
+ "end": 129
63369
64194
  },
63370
64195
  "context": {
63371
64196
  "type": "variable",
@@ -63373,8 +64198,33 @@
63373
64198
  "value": "1px",
63374
64199
  "scope": "default",
63375
64200
  "line": {
63376
- "start": 109,
63377
- "end": 109
64201
+ "start": 130,
64202
+ "end": 130
64203
+ }
64204
+ },
64205
+ "group": [
64206
+ "toolbar"
64207
+ ],
64208
+ "access": "public",
64209
+ "file": {
64210
+ "path": "toolbar/_variables.scss",
64211
+ "name": "_variables.scss"
64212
+ }
64213
+ },
64214
+ {
64215
+ "description": "The left and right scroll overlay of the flat Toolbar.\n",
64216
+ "commentRange": {
64217
+ "start": 131,
64218
+ "end": 132
64219
+ },
64220
+ "context": {
64221
+ "type": "variable",
64222
+ "name": "kendo-toolbar-flat-scroll-overlay",
64223
+ "value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white), if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 0%, transparent), rgba( $kendo-color-white, 0))",
64224
+ "scope": "default",
64225
+ "line": {
64226
+ "start": 133,
64227
+ "end": 133
63378
64228
  }
63379
64229
  },
63380
64230
  "group": [
@@ -63389,8 +64239,8 @@
63389
64239
  {
63390
64240
  "description": "The color of the separator border of the Toolbar.\n",
63391
64241
  "commentRange": {
63392
- "start": 111,
63393
- "end": 112
64242
+ "start": 136,
64243
+ "end": 137
63394
64244
  },
63395
64245
  "context": {
63396
64246
  "type": "variable",
@@ -63398,8 +64248,8 @@
63398
64248
  "value": "inherit",
63399
64249
  "scope": "default",
63400
64250
  "line": {
63401
- "start": 113,
63402
- "end": 113
64251
+ "start": 138,
64252
+ "end": 138
63403
64253
  }
63404
64254
  },
63405
64255
  "group": [
@@ -63414,8 +64264,8 @@
63414
64264
  {
63415
64265
  "description": "The width of the input in the Toolbar.\n",
63416
64266
  "commentRange": {
63417
- "start": 115,
63418
- "end": 116
64267
+ "start": 140,
64268
+ "end": 141
63419
64269
  },
63420
64270
  "context": {
63421
64271
  "type": "variable",
@@ -63423,8 +64273,8 @@
63423
64273
  "value": "10em",
63424
64274
  "scope": "default",
63425
64275
  "line": {
63426
- "start": 117,
63427
- "end": 117
64276
+ "start": 142,
64277
+ "end": 142
63428
64278
  }
63429
64279
  },
63430
64280
  "group": [
@@ -63439,8 +64289,8 @@
63439
64289
  {
63440
64290
  "description": "The box shadow of the focused Toolbar item.\n",
63441
64291
  "commentRange": {
63442
- "start": 119,
63443
- "end": 120
64292
+ "start": 144,
64293
+ "end": 145
63444
64294
  },
63445
64295
  "context": {
63446
64296
  "type": "variable",
@@ -63448,8 +64298,8 @@
63448
64298
  "value": "0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 ))",
63449
64299
  "scope": "default",
63450
64300
  "line": {
63451
- "start": 121,
63452
- "end": 121
64301
+ "start": 146,
64302
+ "end": 146
63453
64303
  }
63454
64304
  },
63455
64305
  "group": [
@@ -63464,17 +64314,17 @@
63464
64314
  {
63465
64315
  "description": "The sizes map for the Toolbar.\n",
63466
64316
  "commentRange": {
63467
- "start": 123,
63468
- "end": 124
64317
+ "start": 148,
64318
+ "end": 149
63469
64319
  },
63470
64320
  "context": {
63471
64321
  "type": "variable",
63472
64322
  "name": "kendo-toolbar-sizes",
63473
- "value": "(\n sm: (\n padding-x: $kendo-toolbar-sm-padding-x,\n padding-y: $kendo-toolbar-sm-padding-y,\n spacing: $kendo-toolbar-sm-spacing\n ),\n md: (\n padding-x: $kendo-toolbar-md-padding-x,\n padding-y: $kendo-toolbar-md-padding-y,\n spacing: $kendo-toolbar-md-spacing\n ),\n lg: (\n padding-x: $kendo-toolbar-lg-padding-x,\n padding-y: $kendo-toolbar-lg-padding-y,\n spacing: $kendo-toolbar-lg-spacing\n )\n)",
64323
+ "value": "(\n sm: (\n padding-x: $kendo-toolbar-sm-padding-x,\n padding-y: $kendo-toolbar-sm-padding-y,\n spacing: $kendo-toolbar-sm-spacing,\n separator-height: $kendo-toolbar-sm-separator-height\n ),\n md: (\n padding-x: $kendo-toolbar-md-padding-x,\n padding-y: $kendo-toolbar-md-padding-y,\n spacing: $kendo-toolbar-md-spacing,\n separator-height: $kendo-toolbar-md-separator-height\n ),\n lg: (\n padding-x: $kendo-toolbar-lg-padding-x,\n padding-y: $kendo-toolbar-lg-padding-y,\n spacing: $kendo-toolbar-lg-spacing,\n separator-height: $kendo-toolbar-lg-separator-height\n )\n)",
63474
64324
  "scope": "default",
63475
64325
  "line": {
63476
- "start": 125,
63477
- "end": 141
64326
+ "start": 150,
64327
+ "end": 169
63478
64328
  }
63479
64329
  },
63480
64330
  "group": [