@progress/kendo-theme-classic 10.1.0-dev.4 → 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 (44) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/classic-green-dark.css +1 -1
  3. package/dist/classic-green.css +1 -1
  4. package/dist/classic-lavender-dark.css +1 -1
  5. package/dist/classic-lavender.css +1 -1
  6. package/dist/classic-main-dark.css +1 -1
  7. package/dist/classic-main.css +1 -1
  8. package/dist/classic-metro-dark.css +1 -1
  9. package/dist/classic-metro.css +1 -1
  10. package/dist/classic-moonlight.css +1 -1
  11. package/dist/classic-opal-dark.css +1 -1
  12. package/dist/classic-opal.css +1 -1
  13. package/dist/classic-silver-dark.css +1 -1
  14. package/dist/classic-silver.css +1 -1
  15. package/dist/classic-uniform.css +1 -1
  16. package/dist/meta/sassdoc-data.json +3300 -1412
  17. package/dist/meta/sassdoc-raw-data.json +1532 -682
  18. package/dist/meta/variables.json +221 -29
  19. package/lib/swatches/classic-green-dark.json +1 -1
  20. package/lib/swatches/classic-green.json +1 -1
  21. package/lib/swatches/classic-lavender-dark.json +1 -1
  22. package/lib/swatches/classic-lavender.json +1 -1
  23. package/lib/swatches/classic-main-dark.json +1 -1
  24. package/lib/swatches/classic-main.json +1 -1
  25. package/lib/swatches/classic-metro-dark.json +1 -1
  26. package/lib/swatches/classic-metro.json +1 -1
  27. package/lib/swatches/classic-moonlight.json +1 -1
  28. package/lib/swatches/classic-opal-dark.json +1 -1
  29. package/lib/swatches/classic-opal.json +1 -1
  30. package/lib/swatches/classic-silver-dark.json +1 -1
  31. package/lib/swatches/classic-silver.json +1 -1
  32. package/lib/swatches/classic-uniform.json +1 -1
  33. package/package.json +5 -5
  34. package/scss/button/_variables.scss +8 -8
  35. package/scss/checkbox/_variables.scss +2 -2
  36. package/scss/index.scss +3 -2
  37. package/scss/input/_variables.scss +11 -0
  38. package/scss/otp/_index.scss +18 -0
  39. package/scss/otp/_layout.scss +5 -0
  40. package/scss/otp/_theme.scss +5 -0
  41. package/scss/otp/_variables.scss +77 -0
  42. package/scss/radio/_variables.scss +1 -1
  43. package/scss/tabstrip/_variables.scss +77 -1
  44. 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": 73,
@@ -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": 80,
@@ -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 16 16'><path fill='none' stroke='#{$kendo-checkbox-checked-text}' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></svg>\") )",
11811
+ "value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#ffffff' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></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 16 16'><path fill='none' stroke='#{$kendo-checkbox-indeterminate-text}' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M4,8 h8'/></svg>\") )",
11836
+ "value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#f35800' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M4,8 h8'/></svg>\") )",
11837
11837
  "scope": "default",
11838
11838
  "line": {
11839
11839
  "start": 165,
@@ -28456,19 +28456,44 @@
28456
28456
  }
28457
28457
  },
28458
28458
  {
28459
- "description": "The sizes map for the Input components.\n",
28459
+ "description": "The calculated height of the Input.\n",
28460
28460
  "commentRange": {
28461
28461
  "start": 76,
28462
28462
  "end": 77
28463
28463
  },
28464
+ "context": {
28465
+ "type": "variable",
28466
+ "name": "kendo-input-calc-size",
28467
+ "value": "calc( ( #{$kendo-input-line-height} * 1em ) + ( #{$kendo-input-padding-y} * 2 ) + ( #{$kendo-input-border-width * 2} ) )",
28468
+ "scope": "default",
28469
+ "line": {
28470
+ "start": 78,
28471
+ "end": 78
28472
+ }
28473
+ },
28474
+ "group": [
28475
+ "input"
28476
+ ],
28477
+ "access": "public",
28478
+ "file": {
28479
+ "path": "input/_variables.scss",
28480
+ "name": "_variables.scss"
28481
+ }
28482
+ },
28483
+ {
28484
+ "description": "The sizes map for the Input components.\n",
28485
+ "commentRange": {
28486
+ "start": 83,
28487
+ "end": 84
28488
+ },
28464
28489
  "context": {
28465
28490
  "type": "variable",
28466
28491
  "name": "kendo-input-sizes",
28467
28492
  "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)",
28468
28493
  "scope": "default",
28469
28494
  "line": {
28470
- "start": 78,
28471
- "end": 103
28495
+ "start": 85,
28496
+ "end": 110
28472
28497
  }
28473
28498
  },
28474
28499
  "group": [
@@ -28483,8 +28508,8 @@
28483
28508
  {
28484
28509
  "description": "The background color of the Input components.\n",
28485
28510
  "commentRange": {
28486
- "start": 105,
28487
- "end": 106
28511
+ "start": 112,
28512
+ "end": 113
28488
28513
  },
28489
28514
  "context": {
28490
28515
  "type": "variable",
@@ -28492,8 +28517,8 @@
28492
28517
  "value": "$kendo-component-bg",
28493
28518
  "scope": "default",
28494
28519
  "line": {
28495
- "start": 107,
28496
- "end": 107
28520
+ "start": 114,
28521
+ "end": 114
28497
28522
  }
28498
28523
  },
28499
28524
  "group": [
@@ -28508,8 +28533,8 @@
28508
28533
  {
28509
28534
  "description": "The text color of the Input components.\n",
28510
28535
  "commentRange": {
28511
- "start": 108,
28512
- "end": 109
28536
+ "start": 115,
28537
+ "end": 116
28513
28538
  },
28514
28539
  "context": {
28515
28540
  "type": "variable",
@@ -28517,8 +28542,8 @@
28517
28542
  "value": "$kendo-component-text",
28518
28543
  "scope": "default",
28519
28544
  "line": {
28520
- "start": 110,
28521
- "end": 110
28545
+ "start": 117,
28546
+ "end": 117
28522
28547
  }
28523
28548
  },
28524
28549
  "group": [
@@ -28533,8 +28558,8 @@
28533
28558
  {
28534
28559
  "description": "The border color of the Input components.\n",
28535
28560
  "commentRange": {
28536
- "start": 111,
28537
- "end": 112
28561
+ "start": 118,
28562
+ "end": 119
28538
28563
  },
28539
28564
  "context": {
28540
28565
  "type": "variable",
@@ -28542,8 +28567,8 @@
28542
28567
  "value": "$kendo-component-border",
28543
28568
  "scope": "default",
28544
28569
  "line": {
28545
- "start": 113,
28546
- "end": 113
28570
+ "start": 120,
28571
+ "end": 120
28547
28572
  }
28548
28573
  },
28549
28574
  "group": [
@@ -28558,8 +28583,8 @@
28558
28583
  {
28559
28584
  "description": "The shadow of the Input components.\n",
28560
28585
  "commentRange": {
28561
- "start": 114,
28562
- "end": 115
28586
+ "start": 121,
28587
+ "end": 122
28563
28588
  },
28564
28589
  "context": {
28565
28590
  "type": "variable",
@@ -28567,8 +28592,8 @@
28567
28592
  "value": "null",
28568
28593
  "scope": "default",
28569
28594
  "line": {
28570
- "start": 116,
28571
- "end": 116
28595
+ "start": 123,
28596
+ "end": 123
28572
28597
  }
28573
28598
  },
28574
28599
  "group": [
@@ -28583,8 +28608,8 @@
28583
28608
  {
28584
28609
  "description": "The background color of the hovered Input components.\n",
28585
28610
  "commentRange": {
28586
- "start": 118,
28587
- "end": 119
28611
+ "start": 125,
28612
+ "end": 126
28588
28613
  },
28589
28614
  "context": {
28590
28615
  "type": "variable",
@@ -28592,8 +28617,8 @@
28592
28617
  "value": "null",
28593
28618
  "scope": "default",
28594
28619
  "line": {
28595
- "start": 120,
28596
- "end": 120
28620
+ "start": 127,
28621
+ "end": 127
28597
28622
  }
28598
28623
  },
28599
28624
  "group": [
@@ -28608,8 +28633,8 @@
28608
28633
  {
28609
28634
  "description": "The text color of the hovered Input components.\n",
28610
28635
  "commentRange": {
28611
- "start": 121,
28612
- "end": 122
28636
+ "start": 128,
28637
+ "end": 129
28613
28638
  },
28614
28639
  "context": {
28615
28640
  "type": "variable",
@@ -28617,8 +28642,8 @@
28617
28642
  "value": "null",
28618
28643
  "scope": "default",
28619
28644
  "line": {
28620
- "start": 123,
28621
- "end": 123
28645
+ "start": 130,
28646
+ "end": 130
28622
28647
  }
28623
28648
  },
28624
28649
  "group": [
@@ -28633,8 +28658,8 @@
28633
28658
  {
28634
28659
  "description": "The border color of the hovered Input components.\n",
28635
28660
  "commentRange": {
28636
- "start": 124,
28637
- "end": 125
28661
+ "start": 131,
28662
+ "end": 132
28638
28663
  },
28639
28664
  "context": {
28640
28665
  "type": "variable",
@@ -28642,8 +28667,8 @@
28642
28667
  "value": "if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-button-bg, 3 ))",
28643
28668
  "scope": "default",
28644
28669
  "line": {
28645
- "start": 126,
28646
- "end": 126
28670
+ "start": 133,
28671
+ "end": 133
28647
28672
  }
28648
28673
  },
28649
28674
  "group": [
@@ -28658,8 +28683,8 @@
28658
28683
  {
28659
28684
  "description": "The shadow of the hovered Input components.\n",
28660
28685
  "commentRange": {
28661
- "start": 127,
28662
- "end": 128
28686
+ "start": 134,
28687
+ "end": 135
28663
28688
  },
28664
28689
  "context": {
28665
28690
  "type": "variable",
@@ -28667,8 +28692,8 @@
28667
28692
  "value": "null",
28668
28693
  "scope": "default",
28669
28694
  "line": {
28670
- "start": 129,
28671
- "end": 129
28695
+ "start": 136,
28696
+ "end": 136
28672
28697
  }
28673
28698
  },
28674
28699
  "group": [
@@ -28683,8 +28708,8 @@
28683
28708
  {
28684
28709
  "description": "The background color of the focused Input components.\n",
28685
28710
  "commentRange": {
28686
- "start": 131,
28687
- "end": 132
28711
+ "start": 138,
28712
+ "end": 139
28688
28713
  },
28689
28714
  "context": {
28690
28715
  "type": "variable",
@@ -28692,8 +28717,8 @@
28692
28717
  "value": "null",
28693
28718
  "scope": "default",
28694
28719
  "line": {
28695
- "start": 133,
28696
- "end": 133
28720
+ "start": 140,
28721
+ "end": 140
28697
28722
  }
28698
28723
  },
28699
28724
  "group": [
@@ -28708,8 +28733,8 @@
28708
28733
  {
28709
28734
  "description": "The text color of the focused Input components.\n",
28710
28735
  "commentRange": {
28711
- "start": 134,
28712
- "end": 135
28736
+ "start": 141,
28737
+ "end": 142
28713
28738
  },
28714
28739
  "context": {
28715
28740
  "type": "variable",
@@ -28717,8 +28742,8 @@
28717
28742
  "value": "null",
28718
28743
  "scope": "default",
28719
28744
  "line": {
28720
- "start": 136,
28721
- "end": 136
28745
+ "start": 143,
28746
+ "end": 143
28722
28747
  }
28723
28748
  },
28724
28749
  "group": [
@@ -28733,8 +28758,8 @@
28733
28758
  {
28734
28759
  "description": "The border color of the focused Input components.\n",
28735
28760
  "commentRange": {
28736
- "start": 137,
28737
- "end": 138
28761
+ "start": 144,
28762
+ "end": 145
28738
28763
  },
28739
28764
  "context": {
28740
28765
  "type": "variable",
@@ -28742,8 +28767,8 @@
28742
28767
  "value": "rgba( black, .1 )",
28743
28768
  "scope": "default",
28744
28769
  "line": {
28745
- "start": 139,
28746
- "end": 139
28770
+ "start": 146,
28771
+ "end": 146
28747
28772
  }
28748
28773
  },
28749
28774
  "group": [
@@ -28758,8 +28783,8 @@
28758
28783
  {
28759
28784
  "description": "The shadow of the focused Input components.\n",
28760
28785
  "commentRange": {
28761
- "start": 140,
28762
- "end": 141
28786
+ "start": 147,
28787
+ "end": 148
28763
28788
  },
28764
28789
  "context": {
28765
28790
  "type": "variable",
@@ -28767,8 +28792,8 @@
28767
28792
  "value": "0 2px 4px 0 rgba( black, .03 ), 0 4px 5px 0 rgba( black, .04 )",
28768
28793
  "scope": "default",
28769
28794
  "line": {
28770
- "start": 142,
28771
- "end": 142
28795
+ "start": 149,
28796
+ "end": 149
28772
28797
  }
28773
28798
  },
28774
28799
  "group": [
@@ -28783,8 +28808,8 @@
28783
28808
  {
28784
28809
  "description": "The background color of the selected Input components.\n",
28785
28810
  "commentRange": {
28786
- "start": 144,
28787
- "end": 145
28811
+ "start": 151,
28812
+ "end": 152
28788
28813
  },
28789
28814
  "context": {
28790
28815
  "type": "variable",
@@ -28792,8 +28817,8 @@
28792
28817
  "value": "null",
28793
28818
  "scope": "default",
28794
28819
  "line": {
28795
- "start": 146,
28796
- "end": 146
28820
+ "start": 153,
28821
+ "end": 153
28797
28822
  }
28798
28823
  },
28799
28824
  "group": [
@@ -28808,8 +28833,8 @@
28808
28833
  {
28809
28834
  "description": "The text color of the selected Input components.\n",
28810
28835
  "commentRange": {
28811
- "start": 147,
28812
- "end": 148
28836
+ "start": 154,
28837
+ "end": 155
28813
28838
  },
28814
28839
  "context": {
28815
28840
  "type": "variable",
@@ -28817,8 +28842,8 @@
28817
28842
  "value": "null",
28818
28843
  "scope": "default",
28819
28844
  "line": {
28820
- "start": 149,
28821
- "end": 149
28845
+ "start": 156,
28846
+ "end": 156
28822
28847
  }
28823
28848
  },
28824
28849
  "group": [
@@ -28833,8 +28858,8 @@
28833
28858
  {
28834
28859
  "description": "The background color of the disabled Input components.\n",
28835
28860
  "commentRange": {
28836
- "start": 151,
28837
- "end": 152
28861
+ "start": 158,
28862
+ "end": 159
28838
28863
  },
28839
28864
  "context": {
28840
28865
  "type": "variable",
@@ -28842,8 +28867,8 @@
28842
28867
  "value": "null",
28843
28868
  "scope": "default",
28844
28869
  "line": {
28845
- "start": 153,
28846
- "end": 153
28870
+ "start": 160,
28871
+ "end": 160
28847
28872
  }
28848
28873
  },
28849
28874
  "group": [
@@ -28858,8 +28883,8 @@
28858
28883
  {
28859
28884
  "description": "The text color of the disabled Input components.\n",
28860
28885
  "commentRange": {
28861
- "start": 154,
28862
- "end": 155
28886
+ "start": 161,
28887
+ "end": 162
28863
28888
  },
28864
28889
  "context": {
28865
28890
  "type": "variable",
@@ -28867,8 +28892,8 @@
28867
28892
  "value": "null",
28868
28893
  "scope": "default",
28869
28894
  "line": {
28870
- "start": 156,
28871
- "end": 156
28895
+ "start": 163,
28896
+ "end": 163
28872
28897
  }
28873
28898
  },
28874
28899
  "group": [
@@ -28883,8 +28908,8 @@
28883
28908
  {
28884
28909
  "description": "The border color of the disabled Input components.\n",
28885
28910
  "commentRange": {
28886
- "start": 157,
28887
- "end": 158
28911
+ "start": 164,
28912
+ "end": 165
28888
28913
  },
28889
28914
  "context": {
28890
28915
  "type": "variable",
@@ -28892,8 +28917,8 @@
28892
28917
  "value": "null",
28893
28918
  "scope": "default",
28894
28919
  "line": {
28895
- "start": 159,
28896
- "end": 159
28920
+ "start": 166,
28921
+ "end": 166
28897
28922
  }
28898
28923
  },
28899
28924
  "group": [
@@ -28908,8 +28933,8 @@
28908
28933
  {
28909
28934
  "description": "The gradient of the disabled Input components.\n",
28910
28935
  "commentRange": {
28911
- "start": 160,
28912
- "end": 161
28936
+ "start": 167,
28937
+ "end": 168
28913
28938
  },
28914
28939
  "context": {
28915
28940
  "type": "variable",
@@ -28917,8 +28942,8 @@
28917
28942
  "value": "null",
28918
28943
  "scope": "default",
28919
28944
  "line": {
28920
- "start": 162,
28921
- "end": 162
28945
+ "start": 169,
28946
+ "end": 169
28922
28947
  }
28923
28948
  },
28924
28949
  "group": [
@@ -28933,8 +28958,8 @@
28933
28958
  {
28934
28959
  "description": "The shadow of the disabled Input components.\n",
28935
28960
  "commentRange": {
28936
- "start": 163,
28937
- "end": 164
28961
+ "start": 170,
28962
+ "end": 171
28938
28963
  },
28939
28964
  "context": {
28940
28965
  "type": "variable",
@@ -28942,8 +28967,8 @@
28942
28967
  "value": "null",
28943
28968
  "scope": "default",
28944
28969
  "line": {
28945
- "start": 165,
28946
- "end": 165
28970
+ "start": 172,
28971
+ "end": 172
28947
28972
  }
28948
28973
  },
28949
28974
  "group": [
@@ -28958,8 +28983,8 @@
28958
28983
  {
28959
28984
  "description": "The background color of the outline Input components.\n",
28960
28985
  "commentRange": {
28961
- "start": 167,
28962
- "end": 168
28986
+ "start": 174,
28987
+ "end": 175
28963
28988
  },
28964
28989
  "context": {
28965
28990
  "type": "variable",
@@ -28967,8 +28992,8 @@
28967
28992
  "value": "null",
28968
28993
  "scope": "default",
28969
28994
  "line": {
28970
- "start": 169,
28971
- "end": 169
28995
+ "start": 176,
28996
+ "end": 176
28972
28997
  }
28973
28998
  },
28974
28999
  "group": [
@@ -28983,8 +29008,8 @@
28983
29008
  {
28984
29009
  "description": "The text color of the outline Input components.\n",
28985
29010
  "commentRange": {
28986
- "start": 170,
28987
- "end": 171
29011
+ "start": 177,
29012
+ "end": 178
28988
29013
  },
28989
29014
  "context": {
28990
29015
  "type": "variable",
@@ -28992,8 +29017,8 @@
28992
29017
  "value": "unset",
28993
29018
  "scope": "default",
28994
29019
  "line": {
28995
- "start": 172,
28996
- "end": 172
29020
+ "start": 179,
29021
+ "end": 179
28997
29022
  }
28998
29023
  },
28999
29024
  "group": [
@@ -29008,8 +29033,8 @@
29008
29033
  {
29009
29034
  "description": "The border color of the outline Input components.\n",
29010
29035
  "commentRange": {
29011
- "start": 173,
29012
- "end": 174
29036
+ "start": 180,
29037
+ "end": 181
29013
29038
  },
29014
29039
  "context": {
29015
29040
  "type": "variable",
@@ -29017,8 +29042,8 @@
29017
29042
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-button-text, .5))",
29018
29043
  "scope": "default",
29019
29044
  "line": {
29020
- "start": 175,
29021
- "end": 175
29045
+ "start": 182,
29046
+ "end": 182
29022
29047
  }
29023
29048
  },
29024
29049
  "group": [
@@ -29033,8 +29058,8 @@
29033
29058
  {
29034
29059
  "description": "The background color of the outline hovered Input components.\n",
29035
29060
  "commentRange": {
29036
- "start": 177,
29037
- "end": 178
29061
+ "start": 184,
29062
+ "end": 185
29038
29063
  },
29039
29064
  "context": {
29040
29065
  "type": "variable",
@@ -29042,8 +29067,8 @@
29042
29067
  "value": "null",
29043
29068
  "scope": "default",
29044
29069
  "line": {
29045
- "start": 179,
29046
- "end": 179
29070
+ "start": 186,
29071
+ "end": 186
29047
29072
  }
29048
29073
  },
29049
29074
  "group": [
@@ -29058,8 +29083,8 @@
29058
29083
  {
29059
29084
  "description": "The text color of the outline hovered Input components.\n",
29060
29085
  "commentRange": {
29061
- "start": 180,
29062
- "end": 181
29086
+ "start": 187,
29087
+ "end": 188
29063
29088
  },
29064
29089
  "context": {
29065
29090
  "type": "variable",
@@ -29067,8 +29092,8 @@
29067
29092
  "value": "null",
29068
29093
  "scope": "default",
29069
29094
  "line": {
29070
- "start": 182,
29071
- "end": 182
29095
+ "start": 189,
29096
+ "end": 189
29072
29097
  }
29073
29098
  },
29074
29099
  "group": [
@@ -29083,8 +29108,8 @@
29083
29108
  {
29084
29109
  "description": "The border color of the outline hovered Input components.\n",
29085
29110
  "commentRange": {
29086
- "start": 183,
29087
- "end": 184
29111
+ "start": 190,
29112
+ "end": 191
29088
29113
  },
29089
29114
  "context": {
29090
29115
  "type": "variable",
@@ -29092,8 +29117,8 @@
29092
29117
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 80%, transparent), rgba( $kendo-button-text, .8))",
29093
29118
  "scope": "default",
29094
29119
  "line": {
29095
- "start": 185,
29096
- "end": 185
29120
+ "start": 192,
29121
+ "end": 192
29097
29122
  }
29098
29123
  },
29099
29124
  "group": [
@@ -29108,8 +29133,8 @@
29108
29133
  {
29109
29134
  "description": "The background color of the outline focused Input components.\n",
29110
29135
  "commentRange": {
29111
- "start": 187,
29112
- "end": 188
29136
+ "start": 194,
29137
+ "end": 195
29113
29138
  },
29114
29139
  "context": {
29115
29140
  "type": "variable",
@@ -29117,8 +29142,8 @@
29117
29142
  "value": "null",
29118
29143
  "scope": "default",
29119
29144
  "line": {
29120
- "start": 189,
29121
- "end": 189
29145
+ "start": 196,
29146
+ "end": 196
29122
29147
  }
29123
29148
  },
29124
29149
  "group": [
@@ -29133,8 +29158,8 @@
29133
29158
  {
29134
29159
  "description": "The text color of the outline focused Input components.\n",
29135
29160
  "commentRange": {
29136
- "start": 190,
29137
- "end": 191
29161
+ "start": 197,
29162
+ "end": 198
29138
29163
  },
29139
29164
  "context": {
29140
29165
  "type": "variable",
@@ -29142,8 +29167,8 @@
29142
29167
  "value": "null",
29143
29168
  "scope": "default",
29144
29169
  "line": {
29145
- "start": 192,
29146
- "end": 192
29170
+ "start": 199,
29171
+ "end": 199
29147
29172
  }
29148
29173
  },
29149
29174
  "group": [
@@ -29158,8 +29183,8 @@
29158
29183
  {
29159
29184
  "description": "The border color of the outline focused Input components.\n",
29160
29185
  "commentRange": {
29161
- "start": 193,
29162
- "end": 194
29186
+ "start": 200,
29187
+ "end": 201
29163
29188
  },
29164
29189
  "context": {
29165
29190
  "type": "variable",
@@ -29167,8 +29192,8 @@
29167
29192
  "value": "null",
29168
29193
  "scope": "default",
29169
29194
  "line": {
29170
- "start": 195,
29171
- "end": 195
29195
+ "start": 202,
29196
+ "end": 202
29172
29197
  }
29173
29198
  },
29174
29199
  "group": [
@@ -29183,8 +29208,8 @@
29183
29208
  {
29184
29209
  "description": "The shadow of the outline focused Input components.\n",
29185
29210
  "commentRange": {
29186
- "start": 196,
29187
- "end": 197
29211
+ "start": 203,
29212
+ "end": 204
29188
29213
  },
29189
29214
  "context": {
29190
29215
  "type": "variable",
@@ -29192,8 +29217,8 @@
29192
29217
  "value": "$kendo-input-focus-shadow",
29193
29218
  "scope": "default",
29194
29219
  "line": {
29195
- "start": 198,
29196
- "end": 198
29220
+ "start": 205,
29221
+ "end": 205
29197
29222
  }
29198
29223
  },
29199
29224
  "group": [
@@ -29208,8 +29233,8 @@
29208
29233
  {
29209
29234
  "description": "The background color of the flat Input components.\n",
29210
29235
  "commentRange": {
29211
- "start": 200,
29212
- "end": 201
29236
+ "start": 207,
29237
+ "end": 208
29213
29238
  },
29214
29239
  "context": {
29215
29240
  "type": "variable",
@@ -29217,8 +29242,8 @@
29217
29242
  "value": "null",
29218
29243
  "scope": "default",
29219
29244
  "line": {
29220
- "start": 202,
29221
- "end": 202
29245
+ "start": 209,
29246
+ "end": 209
29222
29247
  }
29223
29248
  },
29224
29249
  "group": [
@@ -29233,8 +29258,8 @@
29233
29258
  {
29234
29259
  "description": "The text color of the flat Input components.\n",
29235
29260
  "commentRange": {
29236
- "start": 203,
29237
- "end": 204
29261
+ "start": 210,
29262
+ "end": 211
29238
29263
  },
29239
29264
  "context": {
29240
29265
  "type": "variable",
@@ -29242,8 +29267,8 @@
29242
29267
  "value": "$kendo-input-text",
29243
29268
  "scope": "default",
29244
29269
  "line": {
29245
- "start": 205,
29246
- "end": 205
29270
+ "start": 212,
29271
+ "end": 212
29247
29272
  }
29248
29273
  },
29249
29274
  "group": [
@@ -29258,8 +29283,8 @@
29258
29283
  {
29259
29284
  "description": "The border color of the flat Input components.\n",
29260
29285
  "commentRange": {
29261
- "start": 206,
29262
- "end": 207
29286
+ "start": 213,
29287
+ "end": 214
29263
29288
  },
29264
29289
  "context": {
29265
29290
  "type": "variable",
@@ -29267,8 +29292,8 @@
29267
29292
  "value": "$kendo-input-border",
29268
29293
  "scope": "default",
29269
29294
  "line": {
29270
- "start": 208,
29271
- "end": 208
29295
+ "start": 215,
29296
+ "end": 215
29272
29297
  }
29273
29298
  },
29274
29299
  "group": [
@@ -29283,8 +29308,8 @@
29283
29308
  {
29284
29309
  "description": "The background color of the flat hovered Input components.\n",
29285
29310
  "commentRange": {
29286
- "start": 210,
29287
- "end": 211
29311
+ "start": 217,
29312
+ "end": 218
29288
29313
  },
29289
29314
  "context": {
29290
29315
  "type": "variable",
@@ -29292,8 +29317,8 @@
29292
29317
  "value": "null",
29293
29318
  "scope": "default",
29294
29319
  "line": {
29295
- "start": 212,
29296
- "end": 212
29320
+ "start": 219,
29321
+ "end": 219
29297
29322
  }
29298
29323
  },
29299
29324
  "group": [
@@ -29308,8 +29333,8 @@
29308
29333
  {
29309
29334
  "description": "The text color of the flat hovered Input components.\n",
29310
29335
  "commentRange": {
29311
- "start": 213,
29312
- "end": 214
29336
+ "start": 220,
29337
+ "end": 221
29313
29338
  },
29314
29339
  "context": {
29315
29340
  "type": "variable",
@@ -29317,8 +29342,8 @@
29317
29342
  "value": "null",
29318
29343
  "scope": "default",
29319
29344
  "line": {
29320
- "start": 215,
29321
- "end": 215
29345
+ "start": 222,
29346
+ "end": 222
29322
29347
  }
29323
29348
  },
29324
29349
  "group": [
@@ -29333,8 +29358,8 @@
29333
29358
  {
29334
29359
  "description": "The border color of the flat hovered Input components.\n",
29335
29360
  "commentRange": {
29336
- "start": 216,
29337
- "end": 217
29361
+ "start": 223,
29362
+ "end": 224
29338
29363
  },
29339
29364
  "context": {
29340
29365
  "type": "variable",
@@ -29342,8 +29367,8 @@
29342
29367
  "value": "$kendo-input-hover-border",
29343
29368
  "scope": "default",
29344
29369
  "line": {
29345
- "start": 218,
29346
- "end": 218
29370
+ "start": 225,
29371
+ "end": 225
29347
29372
  }
29348
29373
  },
29349
29374
  "group": [
@@ -29358,8 +29383,8 @@
29358
29383
  {
29359
29384
  "description": "The background color of the flat focused Input components.\n",
29360
29385
  "commentRange": {
29361
- "start": 220,
29362
- "end": 221
29386
+ "start": 227,
29387
+ "end": 228
29363
29388
  },
29364
29389
  "context": {
29365
29390
  "type": "variable",
@@ -29367,8 +29392,8 @@
29367
29392
  "value": "null",
29368
29393
  "scope": "default",
29369
29394
  "line": {
29370
- "start": 222,
29371
- "end": 222
29395
+ "start": 229,
29396
+ "end": 229
29372
29397
  }
29373
29398
  },
29374
29399
  "group": [
@@ -29383,8 +29408,8 @@
29383
29408
  {
29384
29409
  "description": "The text color of the flat focused Input components.\n",
29385
29410
  "commentRange": {
29386
- "start": 223,
29387
- "end": 224
29411
+ "start": 230,
29412
+ "end": 231
29388
29413
  },
29389
29414
  "context": {
29390
29415
  "type": "variable",
@@ -29392,8 +29417,8 @@
29392
29417
  "value": "null",
29393
29418
  "scope": "default",
29394
29419
  "line": {
29395
- "start": 225,
29396
- "end": 225
29420
+ "start": 232,
29421
+ "end": 232
29397
29422
  }
29398
29423
  },
29399
29424
  "group": [
@@ -29408,8 +29433,8 @@
29408
29433
  {
29409
29434
  "description": "The border color of the flat focused Input components.\n",
29410
29435
  "commentRange": {
29411
- "start": 226,
29412
- "end": 227
29436
+ "start": 233,
29437
+ "end": 234
29413
29438
  },
29414
29439
  "context": {
29415
29440
  "type": "variable",
@@ -29417,8 +29442,8 @@
29417
29442
  "value": "null",
29418
29443
  "scope": "default",
29419
29444
  "line": {
29420
- "start": 228,
29421
- "end": 228
29445
+ "start": 235,
29446
+ "end": 235
29422
29447
  }
29423
29448
  },
29424
29449
  "group": [
@@ -29433,8 +29458,8 @@
29433
29458
  {
29434
29459
  "description": "The shadow of the flat focused Input components.\n",
29435
29460
  "commentRange": {
29436
- "start": 229,
29437
- "end": 230
29461
+ "start": 236,
29462
+ "end": 237
29438
29463
  },
29439
29464
  "context": {
29440
29465
  "type": "variable",
@@ -29442,8 +29467,8 @@
29442
29467
  "value": "$kendo-input-focus-shadow",
29443
29468
  "scope": "default",
29444
29469
  "line": {
29445
- "start": 231,
29446
- "end": 231
29470
+ "start": 238,
29471
+ "end": 238
29447
29472
  }
29448
29473
  },
29449
29474
  "group": [
@@ -29458,8 +29483,8 @@
29458
29483
  {
29459
29484
  "description": "The text color of the Input placeholder.\n",
29460
29485
  "commentRange": {
29461
- "start": 233,
29462
- "end": 234
29486
+ "start": 240,
29487
+ "end": 241
29463
29488
  },
29464
29489
  "context": {
29465
29490
  "type": "variable",
@@ -29467,8 +29492,8 @@
29467
29492
  "value": "$kendo-subtle-text",
29468
29493
  "scope": "default",
29469
29494
  "line": {
29470
- "start": 235,
29471
- "end": 235
29495
+ "start": 242,
29496
+ "end": 242
29472
29497
  }
29473
29498
  },
29474
29499
  "group": [
@@ -29483,8 +29508,8 @@
29483
29508
  {
29484
29509
  "description": "The opacity of the Input placeholder.\n",
29485
29510
  "commentRange": {
29486
- "start": 236,
29487
- "end": 237
29511
+ "start": 243,
29512
+ "end": 244
29488
29513
  },
29489
29514
  "context": {
29490
29515
  "type": "variable",
@@ -29492,8 +29517,8 @@
29492
29517
  "value": "1",
29493
29518
  "scope": "default",
29494
29519
  "line": {
29495
- "start": 238,
29496
- "end": 238
29520
+ "start": 245,
29521
+ "end": 245
29497
29522
  }
29498
29523
  },
29499
29524
  "group": [
@@ -29508,8 +29533,8 @@
29508
29533
  {
29509
29534
  "description": "The color of the Input clear value icon.\n",
29510
29535
  "commentRange": {
29511
- "start": 241,
29512
- "end": 242
29536
+ "start": 248,
29537
+ "end": 249
29513
29538
  },
29514
29539
  "context": {
29515
29540
  "type": "variable",
@@ -29517,8 +29542,8 @@
29517
29542
  "value": "null",
29518
29543
  "scope": "default",
29519
29544
  "line": {
29520
- "start": 243,
29521
- "end": 243
29545
+ "start": 250,
29546
+ "end": 250
29522
29547
  }
29523
29548
  },
29524
29549
  "group": [
@@ -29533,8 +29558,8 @@
29533
29558
  {
29534
29559
  "description": "The opacity of the Input clear value icon.\n",
29535
29560
  "commentRange": {
29536
- "start": 244,
29537
- "end": 245
29561
+ "start": 251,
29562
+ "end": 252
29538
29563
  },
29539
29564
  "context": {
29540
29565
  "type": "variable",
@@ -29542,8 +29567,8 @@
29542
29567
  "value": ".5",
29543
29568
  "scope": "default",
29544
29569
  "line": {
29545
- "start": 246,
29546
- "end": 246
29570
+ "start": 253,
29571
+ "end": 253
29547
29572
  }
29548
29573
  },
29549
29574
  "group": [
@@ -29558,8 +29583,8 @@
29558
29583
  {
29559
29584
  "description": "The color of the hovered Input clear value icon.\n",
29560
29585
  "commentRange": {
29561
- "start": 247,
29562
- "end": 248
29586
+ "start": 254,
29587
+ "end": 255
29563
29588
  },
29564
29589
  "context": {
29565
29590
  "type": "variable",
@@ -29567,8 +29592,8 @@
29567
29592
  "value": "null",
29568
29593
  "scope": "default",
29569
29594
  "line": {
29570
- "start": 249,
29571
- "end": 249
29595
+ "start": 256,
29596
+ "end": 256
29572
29597
  }
29573
29598
  },
29574
29599
  "group": [
@@ -29583,8 +29608,8 @@
29583
29608
  {
29584
29609
  "description": "The opacity of the hovered Input clear value icon.\n",
29585
29610
  "commentRange": {
29586
- "start": 250,
29587
- "end": 251
29611
+ "start": 257,
29612
+ "end": 258
29588
29613
  },
29589
29614
  "context": {
29590
29615
  "type": "variable",
@@ -29592,8 +29617,8 @@
29592
29617
  "value": "1",
29593
29618
  "scope": "default",
29594
29619
  "line": {
29595
- "start": 252,
29596
- "end": 252
29620
+ "start": 259,
29621
+ "end": 259
29597
29622
  }
29598
29623
  },
29599
29624
  "group": [
@@ -29608,8 +29633,8 @@
29608
29633
  {
29609
29634
  "description": "The vertical margin of the clear value icon.\n",
29610
29635
  "commentRange": {
29611
- "start": 254,
29612
- "end": 255
29636
+ "start": 261,
29637
+ "end": 262
29613
29638
  },
29614
29639
  "context": {
29615
29640
  "type": "variable",
@@ -29617,8 +29642,8 @@
29617
29642
  "value": "k-spacing(0.5)",
29618
29643
  "scope": "default",
29619
29644
  "line": {
29620
- "start": 256,
29621
- "end": 256
29645
+ "start": 263,
29646
+ "end": 263
29622
29647
  }
29623
29648
  },
29624
29649
  "group": [
@@ -29633,8 +29658,8 @@
29633
29658
  {
29634
29659
  "description": "The horizontal margin of the clear value icon.\n",
29635
29660
  "commentRange": {
29636
- "start": 257,
29637
- "end": 258
29661
+ "start": 264,
29662
+ "end": 265
29638
29663
  },
29639
29664
  "context": {
29640
29665
  "type": "variable",
@@ -29642,8 +29667,8 @@
29642
29667
  "value": "$kendo-input-values-margin-y",
29643
29668
  "scope": "default",
29644
29669
  "line": {
29645
- "start": 259,
29646
- "end": 259
29670
+ "start": 266,
29671
+ "end": 266
29647
29672
  }
29648
29673
  },
29649
29674
  "group": [
@@ -29658,8 +29683,8 @@
29658
29683
  {
29659
29684
  "description": "The width of the Input button.\n",
29660
29685
  "commentRange": {
29661
- "start": 262,
29662
- "end": 263
29686
+ "start": 269,
29687
+ "end": 270
29663
29688
  },
29664
29689
  "context": {
29665
29690
  "type": "variable",
@@ -29667,8 +29692,8 @@
29667
29692
  "value": "unset",
29668
29693
  "scope": "default",
29669
29694
  "line": {
29670
- "start": 264,
29671
- "end": 264
29695
+ "start": 271,
29696
+ "end": 271
29672
29697
  }
29673
29698
  },
29674
29699
  "group": [
@@ -29683,8 +29708,8 @@
29683
29708
  {
29684
29709
  "description": "The border width of the Input button.\n",
29685
29710
  "commentRange": {
29686
- "start": 265,
29687
- "end": 266
29711
+ "start": 272,
29712
+ "end": 273
29688
29713
  },
29689
29714
  "context": {
29690
29715
  "type": "variable",
@@ -29692,8 +29717,8 @@
29692
29717
  "value": "1px",
29693
29718
  "scope": "default",
29694
29719
  "line": {
29695
- "start": 267,
29696
- "end": 267
29720
+ "start": 274,
29721
+ "end": 274
29697
29722
  }
29698
29723
  },
29699
29724
  "group": [
@@ -29708,8 +29733,8 @@
29708
29733
  {
29709
29734
  "description": "The width of the Input spinner button.\n",
29710
29735
  "commentRange": {
29711
- "start": 268,
29712
- "end": 269
29736
+ "start": 275,
29737
+ "end": 276
29713
29738
  },
29714
29739
  "context": {
29715
29740
  "type": "variable",
@@ -29717,8 +29742,8 @@
29717
29742
  "value": "unset",
29718
29743
  "scope": "default",
29719
29744
  "line": {
29720
- "start": 270,
29721
- "end": 270
29745
+ "start": 277,
29746
+ "end": 277
29722
29747
  }
29723
29748
  },
29724
29749
  "group": [
@@ -29733,8 +29758,8 @@
29733
29758
  {
29734
29759
  "description": "The icon offset of the Input spinner button.\n",
29735
29760
  "commentRange": {
29736
- "start": 271,
29737
- "end": 272
29761
+ "start": 278,
29762
+ "end": 279
29738
29763
  },
29739
29764
  "context": {
29740
29765
  "type": "variable",
@@ -29742,8 +29767,8 @@
29742
29767
  "value": "null",
29743
29768
  "scope": "default",
29744
29769
  "line": {
29745
- "start": 273,
29746
- "end": 273
29770
+ "start": 280,
29771
+ "end": 280
29747
29772
  }
29748
29773
  },
29749
29774
  "group": [
@@ -29758,8 +29783,8 @@
29758
29783
  {
29759
29784
  "description": "The color of the Input separator.\n",
29760
29785
  "commentRange": {
29761
- "start": 276,
29762
- "end": 277
29786
+ "start": 283,
29787
+ "end": 284
29763
29788
  },
29764
29789
  "context": {
29765
29790
  "type": "variable",
@@ -29767,8 +29792,8 @@
29767
29792
  "value": "$kendo-input-border",
29768
29793
  "scope": "default",
29769
29794
  "line": {
29770
- "start": 278,
29771
- "end": 278
29795
+ "start": 285,
29796
+ "end": 285
29772
29797
  }
29773
29798
  },
29774
29799
  "group": [
@@ -29783,8 +29808,8 @@
29783
29808
  {
29784
29809
  "description": "The opacity of the Input separator.\n",
29785
29810
  "commentRange": {
29786
- "start": 279,
29787
- "end": 280
29811
+ "start": 286,
29812
+ "end": 287
29788
29813
  },
29789
29814
  "context": {
29790
29815
  "type": "variable",
@@ -29792,8 +29817,8 @@
29792
29817
  "value": ".5",
29793
29818
  "scope": "default",
29794
29819
  "line": {
29795
- "start": 281,
29796
- "end": 281
29820
+ "start": 288,
29821
+ "end": 288
29797
29822
  }
29798
29823
  },
29799
29824
  "group": [
@@ -29808,8 +29833,8 @@
29808
29833
  {
29809
29834
  "description": "The text color of the Input prefix.\n",
29810
29835
  "commentRange": {
29811
- "start": 283,
29812
- "end": 284
29836
+ "start": 290,
29837
+ "end": 291
29813
29838
  },
29814
29839
  "context": {
29815
29840
  "type": "variable",
@@ -29817,8 +29842,8 @@
29817
29842
  "value": "$kendo-subtle-text",
29818
29843
  "scope": "default",
29819
29844
  "line": {
29820
- "start": 285,
29821
- "end": 285
29845
+ "start": 292,
29846
+ "end": 292
29822
29847
  }
29823
29848
  },
29824
29849
  "group": [
@@ -29833,8 +29858,8 @@
29833
29858
  {
29834
29859
  "description": "The text color of the Input suffix.\n",
29835
29860
  "commentRange": {
29836
- "start": 286,
29837
- "end": 287
29861
+ "start": 293,
29862
+ "end": 294
29838
29863
  },
29839
29864
  "context": {
29840
29865
  "type": "variable",
@@ -29842,8 +29867,8 @@
29842
29867
  "value": "$kendo-subtle-text",
29843
29868
  "scope": "default",
29844
29869
  "line": {
29845
- "start": 288,
29846
- "end": 288
29870
+ "start": 295,
29871
+ "end": 295
29847
29872
  }
29848
29873
  },
29849
29874
  "group": [
@@ -29858,8 +29883,8 @@
29858
29883
  {
29859
29884
  "description": "The border color of the invalid Input components.\n",
29860
29885
  "commentRange": {
29861
- "start": 290,
29862
- "end": 291
29886
+ "start": 297,
29887
+ "end": 298
29863
29888
  },
29864
29889
  "context": {
29865
29890
  "type": "variable",
@@ -29867,8 +29892,8 @@
29867
29892
  "value": "$kendo-invalid-border",
29868
29893
  "scope": "default",
29869
29894
  "line": {
29870
- "start": 292,
29871
- "end": 292
29895
+ "start": 299,
29896
+ "end": 299
29872
29897
  }
29873
29898
  },
29874
29899
  "group": [
@@ -29883,8 +29908,8 @@
29883
29908
  {
29884
29909
  "description": "The shadow of the invalid Input components.\n",
29885
29910
  "commentRange": {
29886
- "start": 293,
29887
- "end": 294
29911
+ "start": 300,
29912
+ "end": 301
29888
29913
  },
29889
29914
  "context": {
29890
29915
  "type": "variable",
@@ -29892,8 +29917,8 @@
29892
29917
  "value": "$kendo-invalid-shadow",
29893
29918
  "scope": "default",
29894
29919
  "line": {
29895
- "start": 295,
29896
- "end": 295
29920
+ "start": 302,
29921
+ "end": 302
29897
29922
  }
29898
29923
  },
29899
29924
  "group": [
@@ -35705,6 +35730,306 @@
35705
35730
  "name": "_variables.scss"
35706
35731
  }
35707
35732
  },
35733
+ {
35734
+ "description": "The gap between the items in the OTP.\n",
35735
+ "commentRange": {
35736
+ "start": 6,
35737
+ "end": 7
35738
+ },
35739
+ "context": {
35740
+ "type": "variable",
35741
+ "name": "kendo-otp-gap",
35742
+ "value": "k-spacing(1.5)",
35743
+ "scope": "default",
35744
+ "line": {
35745
+ "start": 8,
35746
+ "end": 8
35747
+ }
35748
+ },
35749
+ "group": [
35750
+ "one-time-password"
35751
+ ],
35752
+ "access": "public",
35753
+ "file": {
35754
+ "path": "otp/_variables.scss",
35755
+ "name": "_variables.scss"
35756
+ }
35757
+ },
35758
+ {
35759
+ "description": "The gap between the items in the small OTP.\n",
35760
+ "commentRange": {
35761
+ "start": 9,
35762
+ "end": 10
35763
+ },
35764
+ "context": {
35765
+ "type": "variable",
35766
+ "name": "kendo-otp-sm-gap",
35767
+ "value": "k-spacing(1)",
35768
+ "scope": "default",
35769
+ "line": {
35770
+ "start": 11,
35771
+ "end": 11
35772
+ }
35773
+ },
35774
+ "group": [
35775
+ "one-time-password"
35776
+ ],
35777
+ "access": "public",
35778
+ "file": {
35779
+ "path": "otp/_variables.scss",
35780
+ "name": "_variables.scss"
35781
+ }
35782
+ },
35783
+ {
35784
+ "description": "The gap between the items in the medium OTP.\n",
35785
+ "commentRange": {
35786
+ "start": 12,
35787
+ "end": 13
35788
+ },
35789
+ "context": {
35790
+ "type": "variable",
35791
+ "name": "kendo-otp-md-gap",
35792
+ "value": "$kendo-otp-gap",
35793
+ "scope": "default",
35794
+ "line": {
35795
+ "start": 14,
35796
+ "end": 14
35797
+ }
35798
+ },
35799
+ "group": [
35800
+ "one-time-password"
35801
+ ],
35802
+ "access": "public",
35803
+ "file": {
35804
+ "path": "otp/_variables.scss",
35805
+ "name": "_variables.scss"
35806
+ }
35807
+ },
35808
+ {
35809
+ "description": "The gap between the items in the large OTP.\n",
35810
+ "commentRange": {
35811
+ "start": 15,
35812
+ "end": 16
35813
+ },
35814
+ "context": {
35815
+ "type": "variable",
35816
+ "name": "kendo-otp-lg-gap",
35817
+ "value": "k-spacing(2)",
35818
+ "scope": "default",
35819
+ "line": {
35820
+ "start": 17,
35821
+ "end": 17
35822
+ }
35823
+ },
35824
+ "group": [
35825
+ "one-time-password"
35826
+ ],
35827
+ "access": "public",
35828
+ "file": {
35829
+ "path": "otp/_variables.scss",
35830
+ "name": "_variables.scss"
35831
+ }
35832
+ },
35833
+ {
35834
+ "description": "The horizontal padding of the OTP separator.\n",
35835
+ "commentRange": {
35836
+ "start": 19,
35837
+ "end": 20
35838
+ },
35839
+ "context": {
35840
+ "type": "variable",
35841
+ "name": "kendo-otp-separator-padding-x",
35842
+ "value": "$kendo-otp-gap",
35843
+ "scope": "default",
35844
+ "line": {
35845
+ "start": 21,
35846
+ "end": 21
35847
+ }
35848
+ },
35849
+ "group": [
35850
+ "one-time-password"
35851
+ ],
35852
+ "access": "public",
35853
+ "file": {
35854
+ "path": "otp/_variables.scss",
35855
+ "name": "_variables.scss"
35856
+ }
35857
+ },
35858
+ {
35859
+ "description": "The horizontal padding of the small OTP separator.\n",
35860
+ "commentRange": {
35861
+ "start": 22,
35862
+ "end": 23
35863
+ },
35864
+ "context": {
35865
+ "type": "variable",
35866
+ "name": "kendo-otp-sm-separator-padding-x",
35867
+ "value": "$kendo-otp-sm-gap",
35868
+ "scope": "default",
35869
+ "line": {
35870
+ "start": 24,
35871
+ "end": 24
35872
+ }
35873
+ },
35874
+ "group": [
35875
+ "one-time-password"
35876
+ ],
35877
+ "access": "public",
35878
+ "file": {
35879
+ "path": "otp/_variables.scss",
35880
+ "name": "_variables.scss"
35881
+ }
35882
+ },
35883
+ {
35884
+ "description": "The horizontal padding of the medium OTP separator.\n",
35885
+ "commentRange": {
35886
+ "start": 25,
35887
+ "end": 26
35888
+ },
35889
+ "context": {
35890
+ "type": "variable",
35891
+ "name": "kendo-otp-md-separator-padding-x",
35892
+ "value": "$kendo-otp-separator-padding-x",
35893
+ "scope": "default",
35894
+ "line": {
35895
+ "start": 27,
35896
+ "end": 27
35897
+ }
35898
+ },
35899
+ "group": [
35900
+ "one-time-password"
35901
+ ],
35902
+ "access": "public",
35903
+ "file": {
35904
+ "path": "otp/_variables.scss",
35905
+ "name": "_variables.scss"
35906
+ }
35907
+ },
35908
+ {
35909
+ "description": "The horizontal padding of the large OTP separator.\n",
35910
+ "commentRange": {
35911
+ "start": 28,
35912
+ "end": 29
35913
+ },
35914
+ "context": {
35915
+ "type": "variable",
35916
+ "name": "kendo-otp-lg-separator-padding-x",
35917
+ "value": "$kendo-otp-lg-gap",
35918
+ "scope": "default",
35919
+ "line": {
35920
+ "start": 30,
35921
+ "end": 30
35922
+ }
35923
+ },
35924
+ "group": [
35925
+ "one-time-password"
35926
+ ],
35927
+ "access": "public",
35928
+ "file": {
35929
+ "path": "otp/_variables.scss",
35930
+ "name": "_variables.scss"
35931
+ }
35932
+ },
35933
+ {
35934
+ "description": "The horizontal padding of the OTP separator.\n",
35935
+ "commentRange": {
35936
+ "start": 32,
35937
+ "end": 33
35938
+ },
35939
+ "context": {
35940
+ "type": "variable",
35941
+ "name": "kendo-otp-input-width",
35942
+ "value": "$kendo-input-calc-size",
35943
+ "scope": "default",
35944
+ "line": {
35945
+ "start": 34,
35946
+ "end": 34
35947
+ }
35948
+ },
35949
+ "group": [
35950
+ "one-time-password"
35951
+ ],
35952
+ "access": "public",
35953
+ "file": {
35954
+ "path": "otp/_variables.scss",
35955
+ "name": "_variables.scss"
35956
+ }
35957
+ },
35958
+ {
35959
+ "description": "The horizontal padding of the small OTP separator.\n",
35960
+ "commentRange": {
35961
+ "start": 35,
35962
+ "end": 36
35963
+ },
35964
+ "context": {
35965
+ "type": "variable",
35966
+ "name": "kendo-otp-sm-input-width",
35967
+ "value": "$kendo-input-sm-calc-size",
35968
+ "scope": "default",
35969
+ "line": {
35970
+ "start": 37,
35971
+ "end": 37
35972
+ }
35973
+ },
35974
+ "group": [
35975
+ "one-time-password"
35976
+ ],
35977
+ "access": "public",
35978
+ "file": {
35979
+ "path": "otp/_variables.scss",
35980
+ "name": "_variables.scss"
35981
+ }
35982
+ },
35983
+ {
35984
+ "description": "The horizontal padding of the medium OTP separator.\n",
35985
+ "commentRange": {
35986
+ "start": 38,
35987
+ "end": 39
35988
+ },
35989
+ "context": {
35990
+ "type": "variable",
35991
+ "name": "kendo-otp-md-input-width",
35992
+ "value": "$kendo-otp-input-width",
35993
+ "scope": "default",
35994
+ "line": {
35995
+ "start": 40,
35996
+ "end": 40
35997
+ }
35998
+ },
35999
+ "group": [
36000
+ "one-time-password"
36001
+ ],
36002
+ "access": "public",
36003
+ "file": {
36004
+ "path": "otp/_variables.scss",
36005
+ "name": "_variables.scss"
36006
+ }
36007
+ },
36008
+ {
36009
+ "description": "The horizontal padding of the large OTP separator.\n",
36010
+ "commentRange": {
36011
+ "start": 41,
36012
+ "end": 42
36013
+ },
36014
+ "context": {
36015
+ "type": "variable",
36016
+ "name": "kendo-otp-lg-input-width",
36017
+ "value": "$kendo-input-lg-calc-size",
36018
+ "scope": "default",
36019
+ "line": {
36020
+ "start": 43,
36021
+ "end": 43
36022
+ }
36023
+ },
36024
+ "group": [
36025
+ "one-time-password"
36026
+ ],
36027
+ "access": "public",
36028
+ "file": {
36029
+ "path": "otp/_variables.scss",
36030
+ "name": "_variables.scss"
36031
+ }
36032
+ },
35708
36033
  {
35709
36034
  "description": "The spacing index of the OrgChart.\n",
35710
36035
  "commentRange": {
@@ -41583,8 +41908,8 @@
41583
41908
  {
41584
41909
  "description": "The background color of the Picker components.\n",
41585
41910
  "commentRange": {
41586
- "start": 297,
41587
- "end": 298
41911
+ "start": 304,
41912
+ "end": 305
41588
41913
  },
41589
41914
  "context": {
41590
41915
  "type": "variable",
@@ -41592,8 +41917,8 @@
41592
41917
  "value": "$kendo-button-bg",
41593
41918
  "scope": "default",
41594
41919
  "line": {
41595
- "start": 299,
41596
- "end": 299
41920
+ "start": 306,
41921
+ "end": 306
41597
41922
  }
41598
41923
  },
41599
41924
  "group": [
@@ -41608,8 +41933,8 @@
41608
41933
  {
41609
41934
  "description": "The text color of the Picker components.\n",
41610
41935
  "commentRange": {
41611
- "start": 300,
41612
- "end": 301
41936
+ "start": 307,
41937
+ "end": 308
41613
41938
  },
41614
41939
  "context": {
41615
41940
  "type": "variable",
@@ -41617,8 +41942,8 @@
41617
41942
  "value": "$kendo-button-text",
41618
41943
  "scope": "default",
41619
41944
  "line": {
41620
- "start": 302,
41621
- "end": 302
41945
+ "start": 309,
41946
+ "end": 309
41622
41947
  }
41623
41948
  },
41624
41949
  "group": [
@@ -41633,8 +41958,8 @@
41633
41958
  {
41634
41959
  "description": "The border color of the Picker components.\n",
41635
41960
  "commentRange": {
41636
- "start": 303,
41637
- "end": 304
41961
+ "start": 310,
41962
+ "end": 311
41638
41963
  },
41639
41964
  "context": {
41640
41965
  "type": "variable",
@@ -41642,8 +41967,8 @@
41642
41967
  "value": "$kendo-button-border",
41643
41968
  "scope": "default",
41644
41969
  "line": {
41645
- "start": 305,
41646
- "end": 305
41970
+ "start": 312,
41971
+ "end": 312
41647
41972
  }
41648
41973
  },
41649
41974
  "group": [
@@ -41658,8 +41983,8 @@
41658
41983
  {
41659
41984
  "description": "The gradient of the Picker components.\n",
41660
41985
  "commentRange": {
41661
- "start": 306,
41662
- "end": 307
41986
+ "start": 313,
41987
+ "end": 314
41663
41988
  },
41664
41989
  "context": {
41665
41990
  "type": "variable",
@@ -41667,8 +41992,8 @@
41667
41992
  "value": "$kendo-button-gradient",
41668
41993
  "scope": "default",
41669
41994
  "line": {
41670
- "start": 308,
41671
- "end": 308
41995
+ "start": 315,
41996
+ "end": 315
41672
41997
  }
41673
41998
  },
41674
41999
  "group": [
@@ -41683,8 +42008,8 @@
41683
42008
  {
41684
42009
  "description": "The shadow of the Picker components.\n",
41685
42010
  "commentRange": {
41686
- "start": 309,
41687
- "end": 310
42011
+ "start": 316,
42012
+ "end": 317
41688
42013
  },
41689
42014
  "context": {
41690
42015
  "type": "variable",
@@ -41692,8 +42017,8 @@
41692
42017
  "value": "$kendo-button-shadow",
41693
42018
  "scope": "default",
41694
42019
  "line": {
41695
- "start": 311,
41696
- "end": 311
42020
+ "start": 318,
42021
+ "end": 318
41697
42022
  }
41698
42023
  },
41699
42024
  "group": [
@@ -41708,8 +42033,8 @@
41708
42033
  {
41709
42034
  "description": "The background color of the hovered Picker components.\n",
41710
42035
  "commentRange": {
41711
- "start": 313,
41712
- "end": 314
42036
+ "start": 320,
42037
+ "end": 321
41713
42038
  },
41714
42039
  "context": {
41715
42040
  "type": "variable",
@@ -41717,8 +42042,8 @@
41717
42042
  "value": "$kendo-button-hover-bg",
41718
42043
  "scope": "default",
41719
42044
  "line": {
41720
- "start": 315,
41721
- "end": 315
42045
+ "start": 322,
42046
+ "end": 322
41722
42047
  }
41723
42048
  },
41724
42049
  "group": [
@@ -41733,8 +42058,8 @@
41733
42058
  {
41734
42059
  "description": "The text color of the hovered Picker components.\n",
41735
42060
  "commentRange": {
41736
- "start": 316,
41737
- "end": 317
42061
+ "start": 323,
42062
+ "end": 324
41738
42063
  },
41739
42064
  "context": {
41740
42065
  "type": "variable",
@@ -41742,8 +42067,8 @@
41742
42067
  "value": "$kendo-button-hover-text",
41743
42068
  "scope": "default",
41744
42069
  "line": {
41745
- "start": 318,
41746
- "end": 318
42070
+ "start": 325,
42071
+ "end": 325
41747
42072
  }
41748
42073
  },
41749
42074
  "group": [
@@ -41758,8 +42083,8 @@
41758
42083
  {
41759
42084
  "description": "The border color of the hovered Picker components.\n",
41760
42085
  "commentRange": {
41761
- "start": 319,
41762
- "end": 320
42086
+ "start": 326,
42087
+ "end": 327
41763
42088
  },
41764
42089
  "context": {
41765
42090
  "type": "variable",
@@ -41767,8 +42092,8 @@
41767
42092
  "value": "$kendo-button-hover-border",
41768
42093
  "scope": "default",
41769
42094
  "line": {
41770
- "start": 321,
41771
- "end": 321
42095
+ "start": 328,
42096
+ "end": 328
41772
42097
  }
41773
42098
  },
41774
42099
  "group": [
@@ -41783,8 +42108,8 @@
41783
42108
  {
41784
42109
  "description": "The gradient of the hovered Picker components.\n",
41785
42110
  "commentRange": {
41786
- "start": 322,
41787
- "end": 323
42111
+ "start": 329,
42112
+ "end": 330
41788
42113
  },
41789
42114
  "context": {
41790
42115
  "type": "variable",
@@ -41792,8 +42117,8 @@
41792
42117
  "value": "$kendo-button-hover-gradient",
41793
42118
  "scope": "default",
41794
42119
  "line": {
41795
- "start": 324,
41796
- "end": 324
42120
+ "start": 331,
42121
+ "end": 331
41797
42122
  }
41798
42123
  },
41799
42124
  "group": [
@@ -41808,8 +42133,8 @@
41808
42133
  {
41809
42134
  "description": "The shadow of the hovered Picker components.\n",
41810
42135
  "commentRange": {
41811
- "start": 325,
41812
- "end": 326
42136
+ "start": 332,
42137
+ "end": 333
41813
42138
  },
41814
42139
  "context": {
41815
42140
  "type": "variable",
@@ -41817,8 +42142,8 @@
41817
42142
  "value": "$kendo-button-hover-shadow",
41818
42143
  "scope": "default",
41819
42144
  "line": {
41820
- "start": 327,
41821
- "end": 327
42145
+ "start": 334,
42146
+ "end": 334
41822
42147
  }
41823
42148
  },
41824
42149
  "group": [
@@ -41833,8 +42158,8 @@
41833
42158
  {
41834
42159
  "description": "The background color of the focused Picker components.\n",
41835
42160
  "commentRange": {
41836
- "start": 329,
41837
- "end": 330
42161
+ "start": 336,
42162
+ "end": 337
41838
42163
  },
41839
42164
  "context": {
41840
42165
  "type": "variable",
@@ -41842,8 +42167,8 @@
41842
42167
  "value": "$kendo-button-focus-bg",
41843
42168
  "scope": "default",
41844
42169
  "line": {
41845
- "start": 331,
41846
- "end": 331
42170
+ "start": 338,
42171
+ "end": 338
41847
42172
  }
41848
42173
  },
41849
42174
  "group": [
@@ -41858,8 +42183,8 @@
41858
42183
  {
41859
42184
  "description": "The text color of the focused Picker components.\n",
41860
42185
  "commentRange": {
41861
- "start": 332,
41862
- "end": 333
42186
+ "start": 339,
42187
+ "end": 340
41863
42188
  },
41864
42189
  "context": {
41865
42190
  "type": "variable",
@@ -41867,8 +42192,8 @@
41867
42192
  "value": "$kendo-button-focus-text",
41868
42193
  "scope": "default",
41869
42194
  "line": {
41870
- "start": 334,
41871
- "end": 334
42195
+ "start": 341,
42196
+ "end": 341
41872
42197
  }
41873
42198
  },
41874
42199
  "group": [
@@ -41883,8 +42208,8 @@
41883
42208
  {
41884
42209
  "description": "The border color of the focused Picker components.\n",
41885
42210
  "commentRange": {
41886
- "start": 335,
41887
- "end": 336
42211
+ "start": 342,
42212
+ "end": 343
41888
42213
  },
41889
42214
  "context": {
41890
42215
  "type": "variable",
@@ -41892,8 +42217,8 @@
41892
42217
  "value": "$kendo-button-focus-border",
41893
42218
  "scope": "default",
41894
42219
  "line": {
41895
- "start": 337,
41896
- "end": 337
42220
+ "start": 344,
42221
+ "end": 344
41897
42222
  }
41898
42223
  },
41899
42224
  "group": [
@@ -41908,8 +42233,8 @@
41908
42233
  {
41909
42234
  "description": "The gradient of the focused Picker components.\n",
41910
42235
  "commentRange": {
41911
- "start": 338,
41912
- "end": 339
42236
+ "start": 345,
42237
+ "end": 346
41913
42238
  },
41914
42239
  "context": {
41915
42240
  "type": "variable",
@@ -41917,8 +42242,8 @@
41917
42242
  "value": "$kendo-button-focus-gradient",
41918
42243
  "scope": "default",
41919
42244
  "line": {
41920
- "start": 340,
41921
- "end": 340
42245
+ "start": 347,
42246
+ "end": 347
41922
42247
  }
41923
42248
  },
41924
42249
  "group": [
@@ -41933,8 +42258,8 @@
41933
42258
  {
41934
42259
  "description": "The shadow of the focused Picker components.\n",
41935
42260
  "commentRange": {
41936
- "start": 341,
41937
- "end": 342
42261
+ "start": 348,
42262
+ "end": 349
41938
42263
  },
41939
42264
  "context": {
41940
42265
  "type": "variable",
@@ -41942,8 +42267,8 @@
41942
42267
  "value": "$kendo-button-focus-shadow",
41943
42268
  "scope": "default",
41944
42269
  "line": {
41945
- "start": 343,
41946
- "end": 343
42270
+ "start": 350,
42271
+ "end": 350
41947
42272
  }
41948
42273
  },
41949
42274
  "group": [
@@ -41958,8 +42283,8 @@
41958
42283
  {
41959
42284
  "description": "The background color of the disabled Picker components.\n",
41960
42285
  "commentRange": {
41961
- "start": 345,
41962
- "end": 346
42286
+ "start": 352,
42287
+ "end": 353
41963
42288
  },
41964
42289
  "context": {
41965
42290
  "type": "variable",
@@ -41967,8 +42292,8 @@
41967
42292
  "value": "null",
41968
42293
  "scope": "default",
41969
42294
  "line": {
41970
- "start": 347,
41971
- "end": 347
42295
+ "start": 354,
42296
+ "end": 354
41972
42297
  }
41973
42298
  },
41974
42299
  "group": [
@@ -41983,8 +42308,8 @@
41983
42308
  {
41984
42309
  "description": "The text color of the disabled Picker components.\n",
41985
42310
  "commentRange": {
41986
- "start": 348,
41987
- "end": 349
42311
+ "start": 355,
42312
+ "end": 356
41988
42313
  },
41989
42314
  "context": {
41990
42315
  "type": "variable",
@@ -41992,8 +42317,8 @@
41992
42317
  "value": "null",
41993
42318
  "scope": "default",
41994
42319
  "line": {
41995
- "start": 350,
41996
- "end": 350
42320
+ "start": 357,
42321
+ "end": 357
41997
42322
  }
41998
42323
  },
41999
42324
  "group": [
@@ -42008,8 +42333,8 @@
42008
42333
  {
42009
42334
  "description": "The border color of the disabled Picker components.\n",
42010
42335
  "commentRange": {
42011
- "start": 351,
42012
- "end": 352
42336
+ "start": 358,
42337
+ "end": 359
42013
42338
  },
42014
42339
  "context": {
42015
42340
  "type": "variable",
@@ -42017,8 +42342,8 @@
42017
42342
  "value": "null",
42018
42343
  "scope": "default",
42019
42344
  "line": {
42020
- "start": 353,
42021
- "end": 353
42345
+ "start": 360,
42346
+ "end": 360
42022
42347
  }
42023
42348
  },
42024
42349
  "group": [
@@ -42033,8 +42358,8 @@
42033
42358
  {
42034
42359
  "description": "The gradient of the disabled Picker components.\n",
42035
42360
  "commentRange": {
42036
- "start": 354,
42037
- "end": 355
42361
+ "start": 361,
42362
+ "end": 362
42038
42363
  },
42039
42364
  "context": {
42040
42365
  "type": "variable",
@@ -42042,8 +42367,8 @@
42042
42367
  "value": "null",
42043
42368
  "scope": "default",
42044
42369
  "line": {
42045
- "start": 356,
42046
- "end": 356
42370
+ "start": 363,
42371
+ "end": 363
42047
42372
  }
42048
42373
  },
42049
42374
  "group": [
@@ -42058,8 +42383,8 @@
42058
42383
  {
42059
42384
  "description": "The shadow of the disabled Picker components.\n",
42060
42385
  "commentRange": {
42061
- "start": 357,
42062
- "end": 358
42386
+ "start": 364,
42387
+ "end": 365
42063
42388
  },
42064
42389
  "context": {
42065
42390
  "type": "variable",
@@ -42067,8 +42392,8 @@
42067
42392
  "value": "null",
42068
42393
  "scope": "default",
42069
42394
  "line": {
42070
- "start": 359,
42071
- "end": 359
42395
+ "start": 366,
42396
+ "end": 366
42072
42397
  }
42073
42398
  },
42074
42399
  "group": [
@@ -42083,8 +42408,8 @@
42083
42408
  {
42084
42409
  "description": "The background color of the outline Picker components.\n",
42085
42410
  "commentRange": {
42086
- "start": 361,
42087
- "end": 362
42411
+ "start": 368,
42412
+ "end": 369
42088
42413
  },
42089
42414
  "context": {
42090
42415
  "type": "variable",
@@ -42092,8 +42417,8 @@
42092
42417
  "value": "null",
42093
42418
  "scope": "default",
42094
42419
  "line": {
42095
- "start": 363,
42096
- "end": 363
42420
+ "start": 370,
42421
+ "end": 370
42097
42422
  }
42098
42423
  },
42099
42424
  "group": [
@@ -42108,8 +42433,8 @@
42108
42433
  {
42109
42434
  "description": "The text color of the outline Picker components.\n",
42110
42435
  "commentRange": {
42111
- "start": 364,
42112
- "end": 365
42436
+ "start": 371,
42437
+ "end": 372
42113
42438
  },
42114
42439
  "context": {
42115
42440
  "type": "variable",
@@ -42117,8 +42442,8 @@
42117
42442
  "value": "$kendo-button-text",
42118
42443
  "scope": "default",
42119
42444
  "line": {
42120
- "start": 366,
42121
- "end": 366
42445
+ "start": 373,
42446
+ "end": 373
42122
42447
  }
42123
42448
  },
42124
42449
  "group": [
@@ -42133,8 +42458,8 @@
42133
42458
  {
42134
42459
  "description": "The border color of the outline Picker components.\n",
42135
42460
  "commentRange": {
42136
- "start": 367,
42137
- "end": 368
42461
+ "start": 374,
42462
+ "end": 375
42138
42463
  },
42139
42464
  "context": {
42140
42465
  "type": "variable",
@@ -42142,8 +42467,8 @@
42142
42467
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-picker-outline-text, .5))",
42143
42468
  "scope": "default",
42144
42469
  "line": {
42145
- "start": 369,
42146
- "end": 369
42470
+ "start": 376,
42471
+ "end": 376
42147
42472
  }
42148
42473
  },
42149
42474
  "group": [
@@ -42158,8 +42483,8 @@
42158
42483
  {
42159
42484
  "description": "The background color of the outline hovered Picker components.\n",
42160
42485
  "commentRange": {
42161
- "start": 371,
42162
- "end": 372
42486
+ "start": 378,
42487
+ "end": 379
42163
42488
  },
42164
42489
  "context": {
42165
42490
  "type": "variable",
@@ -42167,8 +42492,8 @@
42167
42492
  "value": "$kendo-picker-outline-text",
42168
42493
  "scope": "default",
42169
42494
  "line": {
42170
- "start": 373,
42171
- "end": 373
42495
+ "start": 380,
42496
+ "end": 380
42172
42497
  }
42173
42498
  },
42174
42499
  "group": [
@@ -42183,8 +42508,8 @@
42183
42508
  {
42184
42509
  "description": "The text color of the outline hovered Picker components.\n",
42185
42510
  "commentRange": {
42186
- "start": 374,
42187
- "end": 375
42511
+ "start": 381,
42512
+ "end": 382
42188
42513
  },
42189
42514
  "context": {
42190
42515
  "type": "variable",
@@ -42192,8 +42517,8 @@
42192
42517
  "value": "if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-picker-outline-hover-bg ))",
42193
42518
  "scope": "default",
42194
42519
  "line": {
42195
- "start": 376,
42196
- "end": 376
42520
+ "start": 383,
42521
+ "end": 383
42197
42522
  }
42198
42523
  },
42199
42524
  "group": [
@@ -42208,8 +42533,8 @@
42208
42533
  {
42209
42534
  "description": "The border color of the outline hovered Picker components.\n",
42210
42535
  "commentRange": {
42211
- "start": 377,
42212
- "end": 378
42536
+ "start": 384,
42537
+ "end": 385
42213
42538
  },
42214
42539
  "context": {
42215
42540
  "type": "variable",
@@ -42217,8 +42542,8 @@
42217
42542
  "value": "$kendo-picker-outline-hover-bg",
42218
42543
  "scope": "default",
42219
42544
  "line": {
42220
- "start": 379,
42221
- "end": 379
42545
+ "start": 386,
42546
+ "end": 386
42222
42547
  }
42223
42548
  },
42224
42549
  "group": [
@@ -42233,8 +42558,8 @@
42233
42558
  {
42234
42559
  "description": "The background color of the outline focused Picker components.\n",
42235
42560
  "commentRange": {
42236
- "start": 381,
42237
- "end": 382
42561
+ "start": 388,
42562
+ "end": 389
42238
42563
  },
42239
42564
  "context": {
42240
42565
  "type": "variable",
@@ -42242,8 +42567,8 @@
42242
42567
  "value": "null",
42243
42568
  "scope": "default",
42244
42569
  "line": {
42245
- "start": 383,
42246
- "end": 383
42570
+ "start": 390,
42571
+ "end": 390
42247
42572
  }
42248
42573
  },
42249
42574
  "group": [
@@ -42258,8 +42583,8 @@
42258
42583
  {
42259
42584
  "description": "The text color of the outline focused Picker components.\n",
42260
42585
  "commentRange": {
42261
- "start": 384,
42262
- "end": 385
42586
+ "start": 391,
42587
+ "end": 392
42263
42588
  },
42264
42589
  "context": {
42265
42590
  "type": "variable",
@@ -42267,8 +42592,8 @@
42267
42592
  "value": "null",
42268
42593
  "scope": "default",
42269
42594
  "line": {
42270
- "start": 386,
42271
- "end": 386
42595
+ "start": 393,
42596
+ "end": 393
42272
42597
  }
42273
42598
  },
42274
42599
  "group": [
@@ -42283,8 +42608,8 @@
42283
42608
  {
42284
42609
  "description": "The border color of the outline focused Picker components.\n",
42285
42610
  "commentRange": {
42286
- "start": 387,
42287
- "end": 388
42611
+ "start": 394,
42612
+ "end": 395
42288
42613
  },
42289
42614
  "context": {
42290
42615
  "type": "variable",
@@ -42292,8 +42617,8 @@
42292
42617
  "value": "null",
42293
42618
  "scope": "default",
42294
42619
  "line": {
42295
- "start": 389,
42296
- "end": 389
42620
+ "start": 396,
42621
+ "end": 396
42297
42622
  }
42298
42623
  },
42299
42624
  "group": [
@@ -42308,8 +42633,8 @@
42308
42633
  {
42309
42634
  "description": "The shadow of the outline focused Picker components.\n",
42310
42635
  "commentRange": {
42311
- "start": 390,
42312
- "end": 391
42636
+ "start": 397,
42637
+ "end": 398
42313
42638
  },
42314
42639
  "context": {
42315
42640
  "type": "variable",
@@ -42317,8 +42642,8 @@
42317
42642
  "value": "$kendo-picker-focus-shadow",
42318
42643
  "scope": "default",
42319
42644
  "line": {
42320
- "start": 392,
42321
- "end": 392
42645
+ "start": 399,
42646
+ "end": 399
42322
42647
  }
42323
42648
  },
42324
42649
  "group": [
@@ -42333,8 +42658,8 @@
42333
42658
  {
42334
42659
  "description": "The background color of the outline hovered and focused Picker components.\n",
42335
42660
  "commentRange": {
42336
- "start": 394,
42337
- "end": 395
42661
+ "start": 401,
42662
+ "end": 402
42338
42663
  },
42339
42664
  "context": {
42340
42665
  "type": "variable",
@@ -42342,8 +42667,8 @@
42342
42667
  "value": "null",
42343
42668
  "scope": "default",
42344
42669
  "line": {
42345
- "start": 396,
42346
- "end": 396
42670
+ "start": 403,
42671
+ "end": 403
42347
42672
  }
42348
42673
  },
42349
42674
  "group": [
@@ -42358,8 +42683,8 @@
42358
42683
  {
42359
42684
  "description": "The text color of the outline hovered and focused Picker components.\n",
42360
42685
  "commentRange": {
42361
- "start": 397,
42362
- "end": 398
42686
+ "start": 404,
42687
+ "end": 405
42363
42688
  },
42364
42689
  "context": {
42365
42690
  "type": "variable",
@@ -42367,8 +42692,8 @@
42367
42692
  "value": "null",
42368
42693
  "scope": "default",
42369
42694
  "line": {
42370
- "start": 399,
42371
- "end": 399
42695
+ "start": 406,
42696
+ "end": 406
42372
42697
  }
42373
42698
  },
42374
42699
  "group": [
@@ -42383,8 +42708,8 @@
42383
42708
  {
42384
42709
  "description": "The border color of the outline hovered and focused Picker components.\n",
42385
42710
  "commentRange": {
42386
- "start": 400,
42387
- "end": 401
42711
+ "start": 407,
42712
+ "end": 408
42388
42713
  },
42389
42714
  "context": {
42390
42715
  "type": "variable",
@@ -42392,8 +42717,8 @@
42392
42717
  "value": "null",
42393
42718
  "scope": "default",
42394
42719
  "line": {
42395
- "start": 402,
42396
- "end": 402
42720
+ "start": 409,
42721
+ "end": 409
42397
42722
  }
42398
42723
  },
42399
42724
  "group": [
@@ -42408,8 +42733,8 @@
42408
42733
  {
42409
42734
  "description": "The background color of the flat Picker components.\n",
42410
42735
  "commentRange": {
42411
- "start": 404,
42412
- "end": 405
42736
+ "start": 411,
42737
+ "end": 412
42413
42738
  },
42414
42739
  "context": {
42415
42740
  "type": "variable",
@@ -42417,8 +42742,8 @@
42417
42742
  "value": "null",
42418
42743
  "scope": "default",
42419
42744
  "line": {
42420
- "start": 406,
42421
- "end": 406
42745
+ "start": 413,
42746
+ "end": 413
42422
42747
  }
42423
42748
  },
42424
42749
  "group": [
@@ -42433,8 +42758,8 @@
42433
42758
  {
42434
42759
  "description": "The text color of the flat Picker components.\n",
42435
42760
  "commentRange": {
42436
- "start": 407,
42437
- "end": 408
42761
+ "start": 414,
42762
+ "end": 415
42438
42763
  },
42439
42764
  "context": {
42440
42765
  "type": "variable",
@@ -42442,8 +42767,8 @@
42442
42767
  "value": "$kendo-button-text",
42443
42768
  "scope": "default",
42444
42769
  "line": {
42445
- "start": 409,
42446
- "end": 409
42770
+ "start": 416,
42771
+ "end": 416
42447
42772
  }
42448
42773
  },
42449
42774
  "group": [
@@ -42458,8 +42783,8 @@
42458
42783
  {
42459
42784
  "description": "The border color of the flat Picker components.\n",
42460
42785
  "commentRange": {
42461
- "start": 410,
42462
- "end": 411
42786
+ "start": 417,
42787
+ "end": 418
42463
42788
  },
42464
42789
  "context": {
42465
42790
  "type": "variable",
@@ -42467,8 +42792,8 @@
42467
42792
  "value": "$kendo-button-border",
42468
42793
  "scope": "default",
42469
42794
  "line": {
42470
- "start": 412,
42471
- "end": 412
42795
+ "start": 419,
42796
+ "end": 419
42472
42797
  }
42473
42798
  },
42474
42799
  "group": [
@@ -42483,8 +42808,8 @@
42483
42808
  {
42484
42809
  "description": "The background color of the flat hovered Picker components.\n",
42485
42810
  "commentRange": {
42486
- "start": 414,
42487
- "end": 415
42811
+ "start": 421,
42812
+ "end": 422
42488
42813
  },
42489
42814
  "context": {
42490
42815
  "type": "variable",
@@ -42492,8 +42817,8 @@
42492
42817
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 4%, transparent), rgba( $kendo-button-text, .04 ))",
42493
42818
  "scope": "default",
42494
42819
  "line": {
42495
- "start": 416,
42496
- "end": 416
42820
+ "start": 423,
42821
+ "end": 423
42497
42822
  }
42498
42823
  },
42499
42824
  "group": [
@@ -42508,8 +42833,8 @@
42508
42833
  {
42509
42834
  "description": "The text color of the flat hovered Picker components.\n",
42510
42835
  "commentRange": {
42511
- "start": 417,
42512
- "end": 418
42836
+ "start": 424,
42837
+ "end": 425
42513
42838
  },
42514
42839
  "context": {
42515
42840
  "type": "variable",
@@ -42517,8 +42842,8 @@
42517
42842
  "value": "null",
42518
42843
  "scope": "default",
42519
42844
  "line": {
42520
- "start": 419,
42521
- "end": 419
42845
+ "start": 426,
42846
+ "end": 426
42522
42847
  }
42523
42848
  },
42524
42849
  "group": [
@@ -42533,8 +42858,8 @@
42533
42858
  {
42534
42859
  "description": "The border color of the flat hovered Picker components.\n",
42535
42860
  "commentRange": {
42536
- "start": 420,
42537
- "end": 421
42861
+ "start": 427,
42862
+ "end": 428
42538
42863
  },
42539
42864
  "context": {
42540
42865
  "type": "variable",
@@ -42542,8 +42867,8 @@
42542
42867
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 16%, transparent), rgba( $kendo-button-border, .16 ))",
42543
42868
  "scope": "default",
42544
42869
  "line": {
42545
- "start": 422,
42546
- "end": 422
42870
+ "start": 429,
42871
+ "end": 429
42547
42872
  }
42548
42873
  },
42549
42874
  "group": [
@@ -42558,8 +42883,8 @@
42558
42883
  {
42559
42884
  "description": "The background color of the flat focused Picker components.\n",
42560
42885
  "commentRange": {
42561
- "start": 424,
42562
- "end": 425
42886
+ "start": 431,
42887
+ "end": 432
42563
42888
  },
42564
42889
  "context": {
42565
42890
  "type": "variable",
@@ -42567,8 +42892,8 @@
42567
42892
  "value": "null",
42568
42893
  "scope": "default",
42569
42894
  "line": {
42570
- "start": 426,
42571
- "end": 426
42895
+ "start": 433,
42896
+ "end": 433
42572
42897
  }
42573
42898
  },
42574
42899
  "group": [
@@ -42583,8 +42908,8 @@
42583
42908
  {
42584
42909
  "description": "The text color of the flat focused Picker components.\n",
42585
42910
  "commentRange": {
42586
- "start": 427,
42587
- "end": 428
42911
+ "start": 434,
42912
+ "end": 435
42588
42913
  },
42589
42914
  "context": {
42590
42915
  "type": "variable",
@@ -42592,8 +42917,8 @@
42592
42917
  "value": "null",
42593
42918
  "scope": "default",
42594
42919
  "line": {
42595
- "start": 429,
42596
- "end": 429
42920
+ "start": 436,
42921
+ "end": 436
42597
42922
  }
42598
42923
  },
42599
42924
  "group": [
@@ -42608,8 +42933,8 @@
42608
42933
  {
42609
42934
  "description": "The border color of the flat focused Picker components.\n",
42610
42935
  "commentRange": {
42611
- "start": 430,
42612
- "end": 431
42936
+ "start": 437,
42937
+ "end": 438
42613
42938
  },
42614
42939
  "context": {
42615
42940
  "type": "variable",
@@ -42617,8 +42942,8 @@
42617
42942
  "value": "null",
42618
42943
  "scope": "default",
42619
42944
  "line": {
42620
- "start": 432,
42621
- "end": 432
42945
+ "start": 439,
42946
+ "end": 439
42622
42947
  }
42623
42948
  },
42624
42949
  "group": [
@@ -42633,8 +42958,8 @@
42633
42958
  {
42634
42959
  "description": "The shadow of the flat focused Picker components.\n",
42635
42960
  "commentRange": {
42636
- "start": 433,
42637
- "end": 434
42961
+ "start": 440,
42962
+ "end": 441
42638
42963
  },
42639
42964
  "context": {
42640
42965
  "type": "variable",
@@ -42642,8 +42967,8 @@
42642
42967
  "value": "$kendo-picker-focus-shadow",
42643
42968
  "scope": "default",
42644
42969
  "line": {
42645
- "start": 435,
42646
- "end": 435
42970
+ "start": 442,
42971
+ "end": 442
42647
42972
  }
42648
42973
  },
42649
42974
  "group": [
@@ -42658,8 +42983,8 @@
42658
42983
  {
42659
42984
  "description": "The background color of the flat hovered and focused Picker components.\n",
42660
42985
  "commentRange": {
42661
- "start": 437,
42662
- "end": 438
42986
+ "start": 444,
42987
+ "end": 445
42663
42988
  },
42664
42989
  "context": {
42665
42990
  "type": "variable",
@@ -42667,8 +42992,8 @@
42667
42992
  "value": "null",
42668
42993
  "scope": "default",
42669
42994
  "line": {
42670
- "start": 439,
42671
- "end": 439
42995
+ "start": 446,
42996
+ "end": 446
42672
42997
  }
42673
42998
  },
42674
42999
  "group": [
@@ -42683,8 +43008,8 @@
42683
43008
  {
42684
43009
  "description": "The text color of the flat hovered and focused Picker components.\n",
42685
43010
  "commentRange": {
42686
- "start": 440,
42687
- "end": 441
43011
+ "start": 447,
43012
+ "end": 448
42688
43013
  },
42689
43014
  "context": {
42690
43015
  "type": "variable",
@@ -42692,8 +43017,8 @@
42692
43017
  "value": "null",
42693
43018
  "scope": "default",
42694
43019
  "line": {
42695
- "start": 442,
42696
- "end": 442
43020
+ "start": 449,
43021
+ "end": 449
42697
43022
  }
42698
43023
  },
42699
43024
  "group": [
@@ -42708,8 +43033,8 @@
42708
43033
  {
42709
43034
  "description": "The border color of the flat hovered and focused Picker components.\n",
42710
43035
  "commentRange": {
42711
- "start": 443,
42712
- "end": 444
43036
+ "start": 450,
43037
+ "end": 451
42713
43038
  },
42714
43039
  "context": {
42715
43040
  "type": "variable",
@@ -42717,8 +43042,8 @@
42717
43042
  "value": "null",
42718
43043
  "scope": "default",
42719
43044
  "line": {
42720
- "start": 445,
42721
- "end": 445
43045
+ "start": 452,
43046
+ "end": 452
42722
43047
  }
42723
43048
  },
42724
43049
  "group": [
@@ -47689,7 +48014,7 @@
47689
48014
  "context": {
47690
48015
  "type": "variable",
47691
48016
  "name": "kendo-radio-checked-image",
47692
- "value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><circle cx='50%' cy='50%' r='4' fill='#{$kendo-radio-checked-text}'/></svg>\") )",
48017
+ "value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><circle cx='50%' cy='50%' r='4' fill='#ffffff'/></svg>\") )",
47693
48018
  "scope": "default",
47694
48019
  "line": {
47695
48020
  "start": 155,
@@ -58959,15 +59284,15 @@
58959
59284
  }
58960
59285
  },
58961
59286
  {
58962
- "description": "The background color of the TabStrip wrapper.\n",
59287
+ "description": "The font size of the small TabStrip.\n",
58963
59288
  "commentRange": {
58964
59289
  "start": 30,
58965
59290
  "end": 31
58966
59291
  },
58967
59292
  "context": {
58968
59293
  "type": "variable",
58969
- "name": "kendo-tabstrip-wrapper-bg",
58970
- "value": "null",
59294
+ "name": "kendo-tabstrip-sm-font-size",
59295
+ "value": "$kendo-tabstrip-font-size",
58971
59296
  "scope": "default",
58972
59297
  "line": {
58973
59298
  "start": 32,
@@ -58984,15 +59309,15 @@
58984
59309
  }
58985
59310
  },
58986
59311
  {
58987
- "description": "The text color of the TabStrip wrapper.\n",
59312
+ "description": "The line height of the small TabStrip.\n",
58988
59313
  "commentRange": {
58989
59314
  "start": 33,
58990
59315
  "end": 34
58991
59316
  },
58992
59317
  "context": {
58993
59318
  "type": "variable",
58994
- "name": "kendo-tabstrip-wrapper-text",
58995
- "value": "null",
59319
+ "name": "kendo-tabstrip-sm-line-height",
59320
+ "value": "$kendo-tabstrip-line-height",
58996
59321
  "scope": "default",
58997
59322
  "line": {
58998
59323
  "start": 35,
@@ -59009,15 +59334,15 @@
59009
59334
  }
59010
59335
  },
59011
59336
  {
59012
- "description": "The border color of the TabStrip wrapper.\n",
59337
+ "description": "The font size of the medium TabStrip.\n",
59013
59338
  "commentRange": {
59014
59339
  "start": 36,
59015
59340
  "end": 37
59016
59341
  },
59017
59342
  "context": {
59018
59343
  "type": "variable",
59019
- "name": "kendo-tabstrip-wrapper-border",
59020
- "value": "null",
59344
+ "name": "kendo-tabstrip-md-font-size",
59345
+ "value": "$kendo-tabstrip-font-size",
59021
59346
  "scope": "default",
59022
59347
  "line": {
59023
59348
  "start": 38,
@@ -59033,11 +59358,161 @@
59033
59358
  "name": "_variables.scss"
59034
59359
  }
59035
59360
  },
59361
+ {
59362
+ "description": "The line height of the medium TabStrip.\n",
59363
+ "commentRange": {
59364
+ "start": 39,
59365
+ "end": 40
59366
+ },
59367
+ "context": {
59368
+ "type": "variable",
59369
+ "name": "kendo-tabstrip-md-line-height",
59370
+ "value": "$kendo-tabstrip-line-height",
59371
+ "scope": "default",
59372
+ "line": {
59373
+ "start": 41,
59374
+ "end": 41
59375
+ }
59376
+ },
59377
+ "group": [
59378
+ "tabstrip"
59379
+ ],
59380
+ "access": "public",
59381
+ "file": {
59382
+ "path": "tabstrip/_variables.scss",
59383
+ "name": "_variables.scss"
59384
+ }
59385
+ },
59386
+ {
59387
+ "description": "The font size of the large TabStrip.\n",
59388
+ "commentRange": {
59389
+ "start": 42,
59390
+ "end": 43
59391
+ },
59392
+ "context": {
59393
+ "type": "variable",
59394
+ "name": "kendo-tabstrip-lg-font-size",
59395
+ "value": "var( --kendo-font-size-lg, inherit )",
59396
+ "scope": "default",
59397
+ "line": {
59398
+ "start": 44,
59399
+ "end": 44
59400
+ }
59401
+ },
59402
+ "group": [
59403
+ "tabstrip"
59404
+ ],
59405
+ "access": "public",
59406
+ "file": {
59407
+ "path": "tabstrip/_variables.scss",
59408
+ "name": "_variables.scss"
59409
+ }
59410
+ },
59411
+ {
59412
+ "description": "The line height of the large TabStrip.\n",
59413
+ "commentRange": {
59414
+ "start": 45,
59415
+ "end": 46
59416
+ },
59417
+ "context": {
59418
+ "type": "variable",
59419
+ "name": "kendo-tabstrip-lg-line-height",
59420
+ "value": "var( --kendo-line-height-lg, normal )",
59421
+ "scope": "default",
59422
+ "line": {
59423
+ "start": 47,
59424
+ "end": 47
59425
+ }
59426
+ },
59427
+ "group": [
59428
+ "tabstrip"
59429
+ ],
59430
+ "access": "public",
59431
+ "file": {
59432
+ "path": "tabstrip/_variables.scss",
59433
+ "name": "_variables.scss"
59434
+ }
59435
+ },
59436
+ {
59437
+ "description": "The background color of the TabStrip wrapper.\n",
59438
+ "commentRange": {
59439
+ "start": 49,
59440
+ "end": 50
59441
+ },
59442
+ "context": {
59443
+ "type": "variable",
59444
+ "name": "kendo-tabstrip-wrapper-bg",
59445
+ "value": "null",
59446
+ "scope": "default",
59447
+ "line": {
59448
+ "start": 51,
59449
+ "end": 51
59450
+ }
59451
+ },
59452
+ "group": [
59453
+ "tabstrip"
59454
+ ],
59455
+ "access": "public",
59456
+ "file": {
59457
+ "path": "tabstrip/_variables.scss",
59458
+ "name": "_variables.scss"
59459
+ }
59460
+ },
59461
+ {
59462
+ "description": "The text color of the TabStrip wrapper.\n",
59463
+ "commentRange": {
59464
+ "start": 52,
59465
+ "end": 53
59466
+ },
59467
+ "context": {
59468
+ "type": "variable",
59469
+ "name": "kendo-tabstrip-wrapper-text",
59470
+ "value": "null",
59471
+ "scope": "default",
59472
+ "line": {
59473
+ "start": 54,
59474
+ "end": 54
59475
+ }
59476
+ },
59477
+ "group": [
59478
+ "tabstrip"
59479
+ ],
59480
+ "access": "public",
59481
+ "file": {
59482
+ "path": "tabstrip/_variables.scss",
59483
+ "name": "_variables.scss"
59484
+ }
59485
+ },
59486
+ {
59487
+ "description": "The border color of the TabStrip wrapper.\n",
59488
+ "commentRange": {
59489
+ "start": 55,
59490
+ "end": 56
59491
+ },
59492
+ "context": {
59493
+ "type": "variable",
59494
+ "name": "kendo-tabstrip-wrapper-border",
59495
+ "value": "null",
59496
+ "scope": "default",
59497
+ "line": {
59498
+ "start": 57,
59499
+ "end": 57
59500
+ }
59501
+ },
59502
+ "group": [
59503
+ "tabstrip"
59504
+ ],
59505
+ "access": "public",
59506
+ "file": {
59507
+ "path": "tabstrip/_variables.scss",
59508
+ "name": "_variables.scss"
59509
+ }
59510
+ },
59036
59511
  {
59037
59512
  "description": "The background color of the TabStrip.\n",
59038
59513
  "commentRange": {
59039
- "start": 40,
59040
- "end": 41
59514
+ "start": 59,
59515
+ "end": 60
59041
59516
  },
59042
59517
  "context": {
59043
59518
  "type": "variable",
@@ -59045,8 +59520,8 @@
59045
59520
  "value": "null",
59046
59521
  "scope": "default",
59047
59522
  "line": {
59048
- "start": 42,
59049
- "end": 42
59523
+ "start": 61,
59524
+ "end": 61
59050
59525
  }
59051
59526
  },
59052
59527
  "group": [
@@ -59061,8 +59536,8 @@
59061
59536
  {
59062
59537
  "description": "The text color of the TabStrip.\n",
59063
59538
  "commentRange": {
59064
- "start": 43,
59065
- "end": 44
59539
+ "start": 62,
59540
+ "end": 63
59066
59541
  },
59067
59542
  "context": {
59068
59543
  "type": "variable",
@@ -59070,8 +59545,8 @@
59070
59545
  "value": "$kendo-component-text",
59071
59546
  "scope": "default",
59072
59547
  "line": {
59073
- "start": 45,
59074
- "end": 45
59548
+ "start": 64,
59549
+ "end": 64
59075
59550
  }
59076
59551
  },
59077
59552
  "group": [
@@ -59086,8 +59561,8 @@
59086
59561
  {
59087
59562
  "description": "The border color of the TabStrip.\n",
59088
59563
  "commentRange": {
59089
- "start": 46,
59090
- "end": 47
59564
+ "start": 65,
59565
+ "end": 66
59091
59566
  },
59092
59567
  "context": {
59093
59568
  "type": "variable",
@@ -59095,8 +59570,8 @@
59095
59570
  "value": "$kendo-component-border",
59096
59571
  "scope": "default",
59097
59572
  "line": {
59098
- "start": 48,
59099
- "end": 48
59573
+ "start": 67,
59574
+ "end": 67
59100
59575
  }
59101
59576
  },
59102
59577
  "group": [
@@ -59111,8 +59586,8 @@
59111
59586
  {
59112
59587
  "description": "The horizontal padding of the TabStrip items.\n",
59113
59588
  "commentRange": {
59114
- "start": 50,
59115
- "end": 51
59589
+ "start": 69,
59590
+ "end": 70
59116
59591
  },
59117
59592
  "context": {
59118
59593
  "type": "variable",
@@ -59120,8 +59595,8 @@
59120
59595
  "value": "k-spacing(2)",
59121
59596
  "scope": "default",
59122
59597
  "line": {
59123
- "start": 52,
59124
- "end": 52
59598
+ "start": 71,
59599
+ "end": 71
59125
59600
  }
59126
59601
  },
59127
59602
  "group": [
@@ -59136,8 +59611,8 @@
59136
59611
  {
59137
59612
  "description": "The vertical padding of the TabStrip items.\n",
59138
59613
  "commentRange": {
59139
- "start": 53,
59140
- "end": 54
59614
+ "start": 72,
59615
+ "end": 73
59141
59616
  },
59142
59617
  "context": {
59143
59618
  "type": "variable",
@@ -59145,8 +59620,8 @@
59145
59620
  "value": "k-spacing(1)",
59146
59621
  "scope": "default",
59147
59622
  "line": {
59148
- "start": 55,
59149
- "end": 55
59623
+ "start": 74,
59624
+ "end": 74
59150
59625
  }
59151
59626
  },
59152
59627
  "group": [
@@ -59161,8 +59636,8 @@
59161
59636
  {
59162
59637
  "description": "The border width around the TabStrip items.\n",
59163
59638
  "commentRange": {
59164
- "start": 56,
59165
- "end": 57
59639
+ "start": 75,
59640
+ "end": 76
59166
59641
  },
59167
59642
  "context": {
59168
59643
  "type": "variable",
@@ -59170,8 +59645,8 @@
59170
59645
  "value": "1px",
59171
59646
  "scope": "default",
59172
59647
  "line": {
59173
- "start": 58,
59174
- "end": 58
59648
+ "start": 77,
59649
+ "end": 77
59175
59650
  }
59176
59651
  },
59177
59652
  "group": [
@@ -59186,8 +59661,8 @@
59186
59661
  {
59187
59662
  "description": "The border radius of the TabStrip items.\n",
59188
59663
  "commentRange": {
59189
- "start": 59,
59190
- "end": 60
59664
+ "start": 78,
59665
+ "end": 79
59191
59666
  },
59192
59667
  "context": {
59193
59668
  "type": "variable",
@@ -59195,8 +59670,8 @@
59195
59670
  "value": "k-border-radius(md)",
59196
59671
  "scope": "default",
59197
59672
  "line": {
59198
- "start": 61,
59199
- "end": 61
59673
+ "start": 80,
59674
+ "end": 80
59200
59675
  }
59201
59676
  },
59202
59677
  "group": [
@@ -59211,8 +59686,8 @@
59211
59686
  {
59212
59687
  "description": "The gap between the TabStrip items.\n",
59213
59688
  "commentRange": {
59214
- "start": 62,
59215
- "end": 63
59689
+ "start": 81,
59690
+ "end": 82
59216
59691
  },
59217
59692
  "context": {
59218
59693
  "type": "variable",
@@ -59220,8 +59695,158 @@
59220
59695
  "value": "k-spacing(0)",
59221
59696
  "scope": "default",
59222
59697
  "line": {
59223
- "start": 64,
59224
- "end": 64
59698
+ "start": 83,
59699
+ "end": 83
59700
+ }
59701
+ },
59702
+ "group": [
59703
+ "tabstrip"
59704
+ ],
59705
+ "access": "public",
59706
+ "file": {
59707
+ "path": "tabstrip/_variables.scss",
59708
+ "name": "_variables.scss"
59709
+ }
59710
+ },
59711
+ {
59712
+ "description": "The horizontal padding of the small TabStrip items.\n",
59713
+ "commentRange": {
59714
+ "start": 84,
59715
+ "end": 85
59716
+ },
59717
+ "context": {
59718
+ "type": "variable",
59719
+ "name": "kendo-tabstrip-sm-item-padding-x",
59720
+ "value": "k-spacing(2)",
59721
+ "scope": "default",
59722
+ "line": {
59723
+ "start": 86,
59724
+ "end": 86
59725
+ }
59726
+ },
59727
+ "group": [
59728
+ "tabstrip"
59729
+ ],
59730
+ "access": "public",
59731
+ "file": {
59732
+ "path": "tabstrip/_variables.scss",
59733
+ "name": "_variables.scss"
59734
+ }
59735
+ },
59736
+ {
59737
+ "description": "The vertical padding of the small TabStrip items.\n",
59738
+ "commentRange": {
59739
+ "start": 87,
59740
+ "end": 88
59741
+ },
59742
+ "context": {
59743
+ "type": "variable",
59744
+ "name": "kendo-tabstrip-sm-item-padding-y",
59745
+ "value": "k-spacing(0.5)",
59746
+ "scope": "default",
59747
+ "line": {
59748
+ "start": 89,
59749
+ "end": 89
59750
+ }
59751
+ },
59752
+ "group": [
59753
+ "tabstrip"
59754
+ ],
59755
+ "access": "public",
59756
+ "file": {
59757
+ "path": "tabstrip/_variables.scss",
59758
+ "name": "_variables.scss"
59759
+ }
59760
+ },
59761
+ {
59762
+ "description": "The horizontal padding of the medium TabStrip items.\n",
59763
+ "commentRange": {
59764
+ "start": 90,
59765
+ "end": 91
59766
+ },
59767
+ "context": {
59768
+ "type": "variable",
59769
+ "name": "kendo-tabstrip-md-item-padding-x",
59770
+ "value": "$kendo-tabstrip-item-padding-x",
59771
+ "scope": "default",
59772
+ "line": {
59773
+ "start": 92,
59774
+ "end": 92
59775
+ }
59776
+ },
59777
+ "group": [
59778
+ "tabstrip"
59779
+ ],
59780
+ "access": "public",
59781
+ "file": {
59782
+ "path": "tabstrip/_variables.scss",
59783
+ "name": "_variables.scss"
59784
+ }
59785
+ },
59786
+ {
59787
+ "description": "The vertical padding of the medium TabStrip items.\n",
59788
+ "commentRange": {
59789
+ "start": 93,
59790
+ "end": 94
59791
+ },
59792
+ "context": {
59793
+ "type": "variable",
59794
+ "name": "kendo-tabstrip-md-item-padding-y",
59795
+ "value": "$kendo-tabstrip-item-padding-y",
59796
+ "scope": "default",
59797
+ "line": {
59798
+ "start": 95,
59799
+ "end": 95
59800
+ }
59801
+ },
59802
+ "group": [
59803
+ "tabstrip"
59804
+ ],
59805
+ "access": "public",
59806
+ "file": {
59807
+ "path": "tabstrip/_variables.scss",
59808
+ "name": "_variables.scss"
59809
+ }
59810
+ },
59811
+ {
59812
+ "description": "The horizontal padding of the large TabStrip items.\n",
59813
+ "commentRange": {
59814
+ "start": 96,
59815
+ "end": 97
59816
+ },
59817
+ "context": {
59818
+ "type": "variable",
59819
+ "name": "kendo-tabstrip-lg-item-padding-x",
59820
+ "value": "k-spacing(2)",
59821
+ "scope": "default",
59822
+ "line": {
59823
+ "start": 98,
59824
+ "end": 98
59825
+ }
59826
+ },
59827
+ "group": [
59828
+ "tabstrip"
59829
+ ],
59830
+ "access": "public",
59831
+ "file": {
59832
+ "path": "tabstrip/_variables.scss",
59833
+ "name": "_variables.scss"
59834
+ }
59835
+ },
59836
+ {
59837
+ "description": "The vertical padding of the large TabStrip items.\n",
59838
+ "commentRange": {
59839
+ "start": 99,
59840
+ "end": 100
59841
+ },
59842
+ "context": {
59843
+ "type": "variable",
59844
+ "name": "kendo-tabstrip-lg-item-padding-y",
59845
+ "value": "k-spacing(1.5)",
59846
+ "scope": "default",
59847
+ "line": {
59848
+ "start": 101,
59849
+ "end": 101
59225
59850
  }
59226
59851
  },
59227
59852
  "group": [
@@ -59236,8 +59861,8 @@
59236
59861
  {
59237
59862
  "description": " The background color of the TabStrip items.\n",
59238
59863
  "commentRange": {
59239
- "start": 66,
59240
- "end": 67
59864
+ "start": 103,
59865
+ "end": 104
59241
59866
  },
59242
59867
  "context": {
59243
59868
  "type": "variable",
@@ -59245,8 +59870,8 @@
59245
59870
  "value": "$kendo-base-bg",
59246
59871
  "scope": "default",
59247
59872
  "line": {
59248
- "start": 68,
59249
- "end": 68
59873
+ "start": 105,
59874
+ "end": 105
59250
59875
  }
59251
59876
  },
59252
59877
  "group": [
@@ -59261,8 +59886,8 @@
59261
59886
  {
59262
59887
  "description": "The text color of the TabStrip items.\n",
59263
59888
  "commentRange": {
59264
- "start": 69,
59265
- "end": 70
59889
+ "start": 106,
59890
+ "end": 107
59266
59891
  },
59267
59892
  "context": {
59268
59893
  "type": "variable",
@@ -59270,8 +59895,8 @@
59270
59895
  "value": "$kendo-base-text",
59271
59896
  "scope": "default",
59272
59897
  "line": {
59273
- "start": 71,
59274
- "end": 71
59898
+ "start": 108,
59899
+ "end": 108
59275
59900
  }
59276
59901
  },
59277
59902
  "group": [
@@ -59286,8 +59911,8 @@
59286
59911
  {
59287
59912
  "description": "The border color of the TabStrip items.\n",
59288
59913
  "commentRange": {
59289
- "start": 72,
59290
- "end": 73
59914
+ "start": 109,
59915
+ "end": 110
59291
59916
  },
59292
59917
  "context": {
59293
59918
  "type": "variable",
@@ -59295,8 +59920,8 @@
59295
59920
  "value": "$kendo-base-border",
59296
59921
  "scope": "default",
59297
59922
  "line": {
59298
- "start": 74,
59299
- "end": 74
59923
+ "start": 111,
59924
+ "end": 111
59300
59925
  }
59301
59926
  },
59302
59927
  "group": [
@@ -59311,8 +59936,8 @@
59311
59936
  {
59312
59937
  "description": "The gradient of the TabStrip items.\n",
59313
59938
  "commentRange": {
59314
- "start": 75,
59315
- "end": 76
59939
+ "start": 112,
59940
+ "end": 113
59316
59941
  },
59317
59942
  "context": {
59318
59943
  "type": "variable",
@@ -59320,8 +59945,8 @@
59320
59945
  "value": "$kendo-base-gradient",
59321
59946
  "scope": "default",
59322
59947
  "line": {
59323
- "start": 77,
59324
- "end": 77
59948
+ "start": 114,
59949
+ "end": 114
59325
59950
  }
59326
59951
  },
59327
59952
  "group": [
@@ -59336,8 +59961,8 @@
59336
59961
  {
59337
59962
  "description": "The background color of the hovered TabStrip items.\n",
59338
59963
  "commentRange": {
59339
- "start": 79,
59340
- "end": 80
59964
+ "start": 116,
59965
+ "end": 117
59341
59966
  },
59342
59967
  "context": {
59343
59968
  "type": "variable",
@@ -59345,8 +59970,8 @@
59345
59970
  "value": "$kendo-hover-bg",
59346
59971
  "scope": "default",
59347
59972
  "line": {
59348
- "start": 81,
59349
- "end": 81
59973
+ "start": 118,
59974
+ "end": 118
59350
59975
  }
59351
59976
  },
59352
59977
  "group": [
@@ -59361,8 +59986,8 @@
59361
59986
  {
59362
59987
  "description": "The text color of the hovered TabStrip items.\n",
59363
59988
  "commentRange": {
59364
- "start": 82,
59365
- "end": 83
59989
+ "start": 119,
59990
+ "end": 120
59366
59991
  },
59367
59992
  "context": {
59368
59993
  "type": "variable",
@@ -59370,8 +59995,8 @@
59370
59995
  "value": "$kendo-hover-text",
59371
59996
  "scope": "default",
59372
59997
  "line": {
59373
- "start": 84,
59374
- "end": 84
59998
+ "start": 121,
59999
+ "end": 121
59375
60000
  }
59376
60001
  },
59377
60002
  "group": [
@@ -59386,8 +60011,8 @@
59386
60011
  {
59387
60012
  "description": "The border color of the hovered TabStrip items.\n",
59388
60013
  "commentRange": {
59389
- "start": 85,
59390
- "end": 86
60014
+ "start": 122,
60015
+ "end": 123
59391
60016
  },
59392
60017
  "context": {
59393
60018
  "type": "variable",
@@ -59395,8 +60020,8 @@
59395
60020
  "value": "$kendo-hover-border",
59396
60021
  "scope": "default",
59397
60022
  "line": {
59398
- "start": 87,
59399
- "end": 87
60023
+ "start": 124,
60024
+ "end": 124
59400
60025
  }
59401
60026
  },
59402
60027
  "group": [
@@ -59411,8 +60036,8 @@
59411
60036
  {
59412
60037
  "description": "The gradient of the hovered TabStrip items.\n",
59413
60038
  "commentRange": {
59414
- "start": 88,
59415
- "end": 89
60039
+ "start": 125,
60040
+ "end": 126
59416
60041
  },
59417
60042
  "context": {
59418
60043
  "type": "variable",
@@ -59420,8 +60045,8 @@
59420
60045
  "value": "null",
59421
60046
  "scope": "default",
59422
60047
  "line": {
59423
- "start": 90,
59424
- "end": 90
60048
+ "start": 127,
60049
+ "end": 127
59425
60050
  }
59426
60051
  },
59427
60052
  "group": [
@@ -59436,8 +60061,8 @@
59436
60061
  {
59437
60062
  "description": "The background color of the selected TabStrip items.\n",
59438
60063
  "commentRange": {
59439
- "start": 92,
59440
- "end": 93
60064
+ "start": 129,
60065
+ "end": 130
59441
60066
  },
59442
60067
  "context": {
59443
60068
  "type": "variable",
@@ -59445,8 +60070,8 @@
59445
60070
  "value": "$kendo-component-bg",
59446
60071
  "scope": "default",
59447
60072
  "line": {
59448
- "start": 94,
59449
- "end": 94
60073
+ "start": 131,
60074
+ "end": 131
59450
60075
  }
59451
60076
  },
59452
60077
  "group": [
@@ -59461,8 +60086,8 @@
59461
60086
  {
59462
60087
  "description": "The text color of the selected TabStrip items.\n",
59463
60088
  "commentRange": {
59464
- "start": 95,
59465
- "end": 96
60089
+ "start": 132,
60090
+ "end": 133
59466
60091
  },
59467
60092
  "context": {
59468
60093
  "type": "variable",
@@ -59470,8 +60095,8 @@
59470
60095
  "value": "$kendo-link-text",
59471
60096
  "scope": "default",
59472
60097
  "line": {
59473
- "start": 97,
59474
- "end": 97
60098
+ "start": 134,
60099
+ "end": 134
59475
60100
  }
59476
60101
  },
59477
60102
  "group": [
@@ -59486,8 +60111,8 @@
59486
60111
  {
59487
60112
  "description": "The border color of the selected TabStrip items.\n",
59488
60113
  "commentRange": {
59489
- "start": 98,
59490
- "end": 99
60114
+ "start": 135,
60115
+ "end": 136
59491
60116
  },
59492
60117
  "context": {
59493
60118
  "type": "variable",
@@ -59495,8 +60120,8 @@
59495
60120
  "value": "$kendo-component-border",
59496
60121
  "scope": "default",
59497
60122
  "line": {
59498
- "start": 100,
59499
- "end": 100
60123
+ "start": 137,
60124
+ "end": 137
59500
60125
  }
59501
60126
  },
59502
60127
  "group": [
@@ -59511,8 +60136,8 @@
59511
60136
  {
59512
60137
  "description": "The gradient of the selected TabStrip items.\n",
59513
60138
  "commentRange": {
59514
- "start": 101,
59515
- "end": 102
60139
+ "start": 138,
60140
+ "end": 139
59516
60141
  },
59517
60142
  "context": {
59518
60143
  "type": "variable",
@@ -59520,8 +60145,8 @@
59520
60145
  "value": "false",
59521
60146
  "scope": "default",
59522
60147
  "line": {
59523
- "start": 103,
59524
- "end": 103
60148
+ "start": 140,
60149
+ "end": 140
59525
60150
  }
59526
60151
  },
59527
60152
  "group": [
@@ -59536,8 +60161,8 @@
59536
60161
  {
59537
60162
  "description": "The font weight of the selected TabStrip items.\n",
59538
60163
  "commentRange": {
59539
- "start": 104,
59540
- "end": 105
60164
+ "start": 141,
60165
+ "end": 142
59541
60166
  },
59542
60167
  "context": {
59543
60168
  "type": "variable",
@@ -59545,8 +60170,8 @@
59545
60170
  "value": "null",
59546
60171
  "scope": "default",
59547
60172
  "line": {
59548
- "start": 106,
59549
- "end": 106
60173
+ "start": 143,
60174
+ "end": 143
59550
60175
  }
59551
60176
  },
59552
60177
  "group": [
@@ -59561,8 +60186,8 @@
59561
60186
  {
59562
60187
  "description": "The shadow of the focused TabStrip items.\n",
59563
60188
  "commentRange": {
59564
- "start": 108,
59565
- "end": 109
60189
+ "start": 145,
60190
+ "end": 146
59566
60191
  },
59567
60192
  "context": {
59568
60193
  "type": "variable",
@@ -59570,8 +60195,8 @@
59570
60195
  "value": "$kendo-list-item-focus-shadow",
59571
60196
  "scope": "default",
59572
60197
  "line": {
59573
- "start": 110,
59574
- "end": 110
60198
+ "start": 147,
60199
+ "end": 147
59575
60200
  }
59576
60201
  },
59577
60202
  "group": [
@@ -59586,8 +60211,8 @@
59586
60211
  {
59587
60212
  "description": "The shadow of the dragged TabStrip items.\n",
59588
60213
  "commentRange": {
59589
- "start": 112,
59590
- "end": 113
60214
+ "start": 149,
60215
+ "end": 150
59591
60216
  },
59592
60217
  "context": {
59593
60218
  "type": "variable",
@@ -59595,8 +60220,8 @@
59595
60220
  "value": "k-elevation(3)",
59596
60221
  "scope": "default",
59597
60222
  "line": {
59598
- "start": 114,
59599
- "end": 114
60223
+ "start": 151,
60224
+ "end": 151
59600
60225
  }
59601
60226
  },
59602
60227
  "group": [
@@ -59611,8 +60236,8 @@
59611
60236
  {
59612
60237
  "description": "The background color of the disabled TabStrip items.\n",
59613
60238
  "commentRange": {
59614
- "start": 116,
59615
- "end": 117
60239
+ "start": 153,
60240
+ "end": 154
59616
60241
  },
59617
60242
  "context": {
59618
60243
  "type": "variable",
@@ -59620,8 +60245,8 @@
59620
60245
  "value": "null",
59621
60246
  "scope": "default",
59622
60247
  "line": {
59623
- "start": 118,
59624
- "end": 118
60248
+ "start": 155,
60249
+ "end": 155
59625
60250
  }
59626
60251
  },
59627
60252
  "group": [
@@ -59636,8 +60261,8 @@
59636
60261
  {
59637
60262
  "description": "The text color of the disabled TabStrip items.\n",
59638
60263
  "commentRange": {
59639
- "start": 119,
59640
- "end": 120
60264
+ "start": 156,
60265
+ "end": 157
59641
60266
  },
59642
60267
  "context": {
59643
60268
  "type": "variable",
@@ -59645,8 +60270,8 @@
59645
60270
  "value": "null",
59646
60271
  "scope": "default",
59647
60272
  "line": {
59648
- "start": 121,
59649
- "end": 121
60273
+ "start": 158,
60274
+ "end": 158
59650
60275
  }
59651
60276
  },
59652
60277
  "group": [
@@ -59661,8 +60286,8 @@
59661
60286
  {
59662
60287
  "description": "The border color of the disabled TabStrip items.\n",
59663
60288
  "commentRange": {
59664
- "start": 122,
59665
- "end": 123
60289
+ "start": 159,
60290
+ "end": 160
59666
60291
  },
59667
60292
  "context": {
59668
60293
  "type": "variable",
@@ -59670,8 +60295,8 @@
59670
60295
  "value": "null",
59671
60296
  "scope": "default",
59672
60297
  "line": {
59673
- "start": 124,
59674
- "end": 124
60298
+ "start": 161,
60299
+ "end": 161
59675
60300
  }
59676
60301
  },
59677
60302
  "group": [
@@ -59686,8 +60311,8 @@
59686
60311
  {
59687
60312
  "description": "The gradient of the disabled TabStrip items.\n",
59688
60313
  "commentRange": {
59689
- "start": 125,
59690
- "end": 126
60314
+ "start": 162,
60315
+ "end": 163
59691
60316
  },
59692
60317
  "context": {
59693
60318
  "type": "variable",
@@ -59695,8 +60320,8 @@
59695
60320
  "value": "null",
59696
60321
  "scope": "default",
59697
60322
  "line": {
59698
- "start": 127,
59699
- "end": 127
60323
+ "start": 164,
60324
+ "end": 164
59700
60325
  }
59701
60326
  },
59702
60327
  "group": [
@@ -59711,8 +60336,8 @@
59711
60336
  {
59712
60337
  "description": "The opacity of the disabled TabStrip items.\n",
59713
60338
  "commentRange": {
59714
- "start": 128,
59715
- "end": 129
60339
+ "start": 165,
60340
+ "end": 166
59716
60341
  },
59717
60342
  "context": {
59718
60343
  "type": "variable",
@@ -59720,8 +60345,8 @@
59720
60345
  "value": "null",
59721
60346
  "scope": "default",
59722
60347
  "line": {
59723
- "start": 130,
59724
- "end": 130
60348
+ "start": 167,
60349
+ "end": 167
59725
60350
  }
59726
60351
  },
59727
60352
  "group": [
@@ -59736,8 +60361,8 @@
59736
60361
  {
59737
60362
  "description": "The filter of the disabled TabStrip items.\n",
59738
60363
  "commentRange": {
59739
- "start": 131,
59740
- "end": 132
60364
+ "start": 168,
60365
+ "end": 169
59741
60366
  },
59742
60367
  "context": {
59743
60368
  "type": "variable",
@@ -59745,8 +60370,8 @@
59745
60370
  "value": "null",
59746
60371
  "scope": "default",
59747
60372
  "line": {
59748
- "start": 133,
59749
- "end": 133
60373
+ "start": 170,
60374
+ "end": 170
59750
60375
  }
59751
60376
  },
59752
60377
  "group": [
@@ -59761,8 +60386,8 @@
59761
60386
  {
59762
60387
  "description": "The border width of the TabStrip indicator.\n",
59763
60388
  "commentRange": {
59764
- "start": 135,
59765
- "end": 136
60389
+ "start": 172,
60390
+ "end": 173
59766
60391
  },
59767
60392
  "context": {
59768
60393
  "type": "variable",
@@ -59770,8 +60395,8 @@
59770
60395
  "value": "null",
59771
60396
  "scope": "default",
59772
60397
  "line": {
59773
- "start": 137,
59774
- "end": 137
60398
+ "start": 174,
60399
+ "end": 174
59775
60400
  }
59776
60401
  },
59777
60402
  "group": [
@@ -59786,8 +60411,8 @@
59786
60411
  {
59787
60412
  "description": "The border color of the TabStrip ripple.\n",
59788
60413
  "commentRange": {
59789
- "start": 138,
59790
- "end": 139
60414
+ "start": 175,
60415
+ "end": 176
59791
60416
  },
59792
60417
  "context": {
59793
60418
  "type": "variable",
@@ -59795,8 +60420,8 @@
59795
60420
  "value": "null",
59796
60421
  "scope": "default",
59797
60422
  "line": {
59798
- "start": 140,
59799
- "end": 140
60423
+ "start": 177,
60424
+ "end": 177
59800
60425
  }
59801
60426
  },
59802
60427
  "group": [
@@ -59811,8 +60436,8 @@
59811
60436
  {
59812
60437
  "description": "The horizontal padding of the TabStrip content.\n",
59813
60438
  "commentRange": {
59814
- "start": 142,
59815
- "end": 143
60439
+ "start": 179,
60440
+ "end": 180
59816
60441
  },
59817
60442
  "context": {
59818
60443
  "type": "variable",
@@ -59820,8 +60445,8 @@
59820
60445
  "value": "k-spacing(4)",
59821
60446
  "scope": "default",
59822
60447
  "line": {
59823
- "start": 144,
59824
- "end": 144
60448
+ "start": 181,
60449
+ "end": 181
59825
60450
  }
59826
60451
  },
59827
60452
  "group": [
@@ -59836,8 +60461,8 @@
59836
60461
  {
59837
60462
  "description": "The vertical padding of the TabStrip content.\n",
59838
60463
  "commentRange": {
59839
- "start": 145,
59840
- "end": 146
60464
+ "start": 182,
60465
+ "end": 183
59841
60466
  },
59842
60467
  "context": {
59843
60468
  "type": "variable",
@@ -59845,8 +60470,8 @@
59845
60470
  "value": "k-spacing(4)",
59846
60471
  "scope": "default",
59847
60472
  "line": {
59848
- "start": 147,
59849
- "end": 147
60473
+ "start": 184,
60474
+ "end": 184
59850
60475
  }
59851
60476
  },
59852
60477
  "group": [
@@ -59861,8 +60486,8 @@
59861
60486
  {
59862
60487
  "description": "The border width around the TabStrip content.\n",
59863
60488
  "commentRange": {
59864
- "start": 148,
59865
- "end": 149
60489
+ "start": 185,
60490
+ "end": 186
59866
60491
  },
59867
60492
  "context": {
59868
60493
  "type": "variable",
@@ -59870,8 +60495,8 @@
59870
60495
  "value": "1px",
59871
60496
  "scope": "default",
59872
60497
  "line": {
59873
- "start": 150,
59874
- "end": 150
60498
+ "start": 187,
60499
+ "end": 187
59875
60500
  }
59876
60501
  },
59877
60502
  "group": [
@@ -59886,8 +60511,8 @@
59886
60511
  {
59887
60512
  "description": "The background color of the TabStrip content.\n",
59888
60513
  "commentRange": {
59889
- "start": 152,
59890
- "end": 153
60514
+ "start": 189,
60515
+ "end": 190
59891
60516
  },
59892
60517
  "context": {
59893
60518
  "type": "variable",
@@ -59895,8 +60520,8 @@
59895
60520
  "value": "$kendo-component-bg",
59896
60521
  "scope": "default",
59897
60522
  "line": {
59898
- "start": 154,
59899
- "end": 154
60523
+ "start": 191,
60524
+ "end": 191
59900
60525
  }
59901
60526
  },
59902
60527
  "group": [
@@ -59911,8 +60536,8 @@
59911
60536
  {
59912
60537
  "description": "The text color of the TabStrip content.\n",
59913
60538
  "commentRange": {
59914
- "start": 155,
59915
- "end": 156
60539
+ "start": 192,
60540
+ "end": 193
59916
60541
  },
59917
60542
  "context": {
59918
60543
  "type": "variable",
@@ -59920,8 +60545,8 @@
59920
60545
  "value": "$kendo-component-text",
59921
60546
  "scope": "default",
59922
60547
  "line": {
59923
- "start": 157,
59924
- "end": 157
60548
+ "start": 194,
60549
+ "end": 194
59925
60550
  }
59926
60551
  },
59927
60552
  "group": [
@@ -59936,8 +60561,8 @@
59936
60561
  {
59937
60562
  "description": "The border color of the TabStrip content.\n",
59938
60563
  "commentRange": {
59939
- "start": 158,
59940
- "end": 159
60564
+ "start": 195,
60565
+ "end": 196
59941
60566
  },
59942
60567
  "context": {
59943
60568
  "type": "variable",
@@ -59945,8 +60570,8 @@
59945
60570
  "value": "$kendo-component-border",
59946
60571
  "scope": "default",
59947
60572
  "line": {
59948
- "start": 160,
59949
- "end": 160
60573
+ "start": 197,
60574
+ "end": 197
59950
60575
  }
59951
60576
  },
59952
60577
  "group": [
@@ -59961,8 +60586,8 @@
59961
60586
  {
59962
60587
  "description": "The border color of the focused TabStrip content.\n",
59963
60588
  "commentRange": {
59964
- "start": 161,
59965
- "end": 162
60589
+ "start": 198,
60590
+ "end": 199
59966
60591
  },
59967
60592
  "context": {
59968
60593
  "type": "variable",
@@ -59970,8 +60595,58 @@
59970
60595
  "value": "$kendo-component-text",
59971
60596
  "scope": "default",
59972
60597
  "line": {
59973
- "start": 163,
59974
- "end": 163
60598
+ "start": 200,
60599
+ "end": 200
60600
+ }
60601
+ },
60602
+ "group": [
60603
+ "tabstrip"
60604
+ ],
60605
+ "access": "public",
60606
+ "file": {
60607
+ "path": "tabstrip/_variables.scss",
60608
+ "name": "_variables.scss"
60609
+ }
60610
+ },
60611
+ {
60612
+ "description": "The left and right scroll overlay of the TabStrip.\n",
60613
+ "commentRange": {
60614
+ "start": 202,
60615
+ "end": 203
60616
+ },
60617
+ "context": {
60618
+ "type": "variable",
60619
+ "name": "kendo-tabstrip-scroll-overlay",
60620
+ "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))",
60621
+ "scope": "default",
60622
+ "line": {
60623
+ "start": 204,
60624
+ "end": 204
60625
+ }
60626
+ },
60627
+ "group": [
60628
+ "tabstrip"
60629
+ ],
60630
+ "access": "public",
60631
+ "file": {
60632
+ "path": "tabstrip/_variables.scss",
60633
+ "name": "_variables.scss"
60634
+ }
60635
+ },
60636
+ {
60637
+ "description": "The size map of the TabStrip.\n",
60638
+ "commentRange": {
60639
+ "start": 206,
60640
+ "end": 207
60641
+ },
60642
+ "context": {
60643
+ "type": "variable",
60644
+ "name": "kendo-tabstrip-sizes",
60645
+ "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)",
60646
+ "scope": "default",
60647
+ "line": {
60648
+ "start": 208,
60649
+ "end": 227
59975
60650
  }
59976
60651
  },
59977
60652
  "group": [
@@ -63417,7 +64092,7 @@
63417
64092
  "context": {
63418
64093
  "type": "variable",
63419
64094
  "name": "kendo-toolbar-padding-x",
63420
- "value": "null",
64095
+ "value": "k-spacing(2)",
63421
64096
  "scope": "default",
63422
64097
  "line": {
63423
64098
  "start": 8,
@@ -63467,7 +64142,7 @@
63467
64142
  "context": {
63468
64143
  "type": "variable",
63469
64144
  "name": "kendo-toolbar-md-padding-x",
63470
- "value": "k-spacing(2)",
64145
+ "value": "$kendo-toolbar-padding-x",
63471
64146
  "scope": "default",
63472
64147
  "line": {
63473
64148
  "start": 14,
@@ -63517,7 +64192,7 @@
63517
64192
  "context": {
63518
64193
  "type": "variable",
63519
64194
  "name": "kendo-toolbar-padding-y",
63520
- "value": "null",
64195
+ "value": "k-spacing(2)",
63521
64196
  "scope": "default",
63522
64197
  "line": {
63523
64198
  "start": 21,
@@ -63567,7 +64242,7 @@
63567
64242
  "context": {
63568
64243
  "type": "variable",
63569
64244
  "name": "kendo-toolbar-md-padding-y",
63570
- "value": "k-spacing(2)",
64245
+ "value": "$kendo-toolbar-padding-y",
63571
64246
  "scope": "default",
63572
64247
  "line": {
63573
64248
  "start": 27,
@@ -63617,7 +64292,7 @@
63617
64292
  "context": {
63618
64293
  "type": "variable",
63619
64294
  "name": "kendo-toolbar-spacing",
63620
- "value": "null",
64295
+ "value": "k-spacing(2)",
63621
64296
  "scope": "default",
63622
64297
  "line": {
63623
64298
  "start": 34,
@@ -63667,7 +64342,7 @@
63667
64342
  "context": {
63668
64343
  "type": "variable",
63669
64344
  "name": "kendo-toolbar-md-spacing",
63670
- "value": "k-spacing(2)",
64345
+ "value": "$kendo-toolbar-spacing",
63671
64346
  "scope": "default",
63672
64347
  "line": {
63673
64348
  "start": 40,
@@ -63709,15 +64384,15 @@
63709
64384
  }
63710
64385
  },
63711
64386
  {
63712
- "description": "The width of the border around the Toolbar.\n",
64387
+ "description": "The height of the Toolbar button separator.\n",
63713
64388
  "commentRange": {
63714
64389
  "start": 45,
63715
64390
  "end": 46
63716
64391
  },
63717
64392
  "context": {
63718
64393
  "type": "variable",
63719
- "name": "kendo-toolbar-border-width",
63720
- "value": "1px",
64394
+ "name": "kendo-toolbar-separator-height",
64395
+ "value": "$kendo-button-md-calc-size",
63721
64396
  "scope": "default",
63722
64397
  "line": {
63723
64398
  "start": 47,
@@ -63734,15 +64409,15 @@
63734
64409
  }
63735
64410
  },
63736
64411
  {
63737
- "description": "The border radius of the Toolbar.\n",
64412
+ "description": "The height of the small Toolbar button separator.\n",
63738
64413
  "commentRange": {
63739
64414
  "start": 48,
63740
64415
  "end": 49
63741
64416
  },
63742
64417
  "context": {
63743
64418
  "type": "variable",
63744
- "name": "kendo-toolbar-border-radius",
63745
- "value": "null",
64419
+ "name": "kendo-toolbar-sm-separator-height",
64420
+ "value": "$kendo-button-sm-calc-size",
63746
64421
  "scope": "default",
63747
64422
  "line": {
63748
64423
  "start": 50,
@@ -63759,19 +64434,19 @@
63759
64434
  }
63760
64435
  },
63761
64436
  {
63762
- "description": "The font family of the Toolbar.\n",
64437
+ "description": "The height of the medium Toolbar button separator.\n",
63763
64438
  "commentRange": {
63764
- "start": 52,
63765
- "end": 53
64439
+ "start": 51,
64440
+ "end": 52
63766
64441
  },
63767
64442
  "context": {
63768
64443
  "type": "variable",
63769
- "name": "kendo-toolbar-font-family",
63770
- "value": "var( --kendo-font-family, inherit )",
64444
+ "name": "kendo-toolbar-md-separator-height",
64445
+ "value": "$kendo-toolbar-separator-height",
63771
64446
  "scope": "default",
63772
64447
  "line": {
63773
- "start": 54,
63774
- "end": 54
64448
+ "start": 53,
64449
+ "end": 53
63775
64450
  }
63776
64451
  },
63777
64452
  "group": [
@@ -63784,19 +64459,19 @@
63784
64459
  }
63785
64460
  },
63786
64461
  {
63787
- "description": "The font size of the Toolbar.\n",
64462
+ "description": "The height of the large Toolbar button separator.\n",
63788
64463
  "commentRange": {
63789
- "start": 55,
63790
- "end": 56
64464
+ "start": 54,
64465
+ "end": 55
63791
64466
  },
63792
64467
  "context": {
63793
64468
  "type": "variable",
63794
- "name": "kendo-toolbar-font-size",
63795
- "value": "var( --kendo-font-size, inherit )",
64469
+ "name": "kendo-toolbar-lg-separator-height",
64470
+ "value": "$kendo-button-lg-calc-size",
63796
64471
  "scope": "default",
63797
64472
  "line": {
63798
- "start": 57,
63799
- "end": 57
64473
+ "start": 56,
64474
+ "end": 56
63800
64475
  }
63801
64476
  },
63802
64477
  "group": [
@@ -63809,15 +64484,15 @@
63809
64484
  }
63810
64485
  },
63811
64486
  {
63812
- "description": "The line height of the Toolbar.\n",
64487
+ "description": "The width of the border around the Toolbar.\n",
63813
64488
  "commentRange": {
63814
64489
  "start": 58,
63815
64490
  "end": 59
63816
64491
  },
63817
64492
  "context": {
63818
64493
  "type": "variable",
63819
- "name": "kendo-toolbar-line-height",
63820
- "value": "var( --kendo-line-height, normal )",
64494
+ "name": "kendo-toolbar-border-width",
64495
+ "value": "1px",
63821
64496
  "scope": "default",
63822
64497
  "line": {
63823
64498
  "start": 60,
@@ -63834,19 +64509,19 @@
63834
64509
  }
63835
64510
  },
63836
64511
  {
63837
- "description": "The background color of the Toolbar.\n",
64512
+ "description": "The border radius of the Toolbar.\n",
63838
64513
  "commentRange": {
63839
- "start": 62,
63840
- "end": 63
64514
+ "start": 61,
64515
+ "end": 62
63841
64516
  },
63842
64517
  "context": {
63843
64518
  "type": "variable",
63844
- "name": "kendo-toolbar-bg",
63845
- "value": "if($kendo-enable-color-system, k-color( surface ), $kendo-button-bg)",
64519
+ "name": "kendo-toolbar-border-radius",
64520
+ "value": "null",
63846
64521
  "scope": "default",
63847
64522
  "line": {
63848
- "start": 64,
63849
- "end": 64
64523
+ "start": 63,
64524
+ "end": 63
63850
64525
  }
63851
64526
  },
63852
64527
  "group": [
@@ -63859,15 +64534,15 @@
63859
64534
  }
63860
64535
  },
63861
64536
  {
63862
- "description": "The text color of the Toolbar.\n",
64537
+ "description": "The font family of the Toolbar.\n",
63863
64538
  "commentRange": {
63864
64539
  "start": 65,
63865
64540
  "end": 66
63866
64541
  },
63867
64542
  "context": {
63868
64543
  "type": "variable",
63869
- "name": "kendo-toolbar-text",
63870
- "value": "$kendo-button-text",
64544
+ "name": "kendo-toolbar-font-family",
64545
+ "value": "var( --kendo-font-family, inherit )",
63871
64546
  "scope": "default",
63872
64547
  "line": {
63873
64548
  "start": 67,
@@ -63884,15 +64559,15 @@
63884
64559
  }
63885
64560
  },
63886
64561
  {
63887
- "description": "The color of the border around the Toolbar.\n",
64562
+ "description": "The font size of the Toolbar.\n",
63888
64563
  "commentRange": {
63889
64564
  "start": 68,
63890
64565
  "end": 69
63891
64566
  },
63892
64567
  "context": {
63893
64568
  "type": "variable",
63894
- "name": "kendo-toolbar-border",
63895
- "value": "$kendo-button-border",
64569
+ "name": "kendo-toolbar-font-size",
64570
+ "value": "var( --kendo-font-size, inherit )",
63896
64571
  "scope": "default",
63897
64572
  "line": {
63898
64573
  "start": 70,
@@ -63909,15 +64584,15 @@
63909
64584
  }
63910
64585
  },
63911
64586
  {
63912
- "description": "The gradient of the Toolbar.\n",
64587
+ "description": "The line height of the Toolbar.\n",
63913
64588
  "commentRange": {
63914
64589
  "start": 71,
63915
64590
  "end": 72
63916
64591
  },
63917
64592
  "context": {
63918
64593
  "type": "variable",
63919
- "name": "kendo-toolbar-gradient",
63920
- "value": "null",
64594
+ "name": "kendo-toolbar-line-height",
64595
+ "value": "var( --kendo-line-height, normal )",
63921
64596
  "scope": "default",
63922
64597
  "line": {
63923
64598
  "start": 73,
@@ -63934,19 +64609,19 @@
63934
64609
  }
63935
64610
  },
63936
64611
  {
63937
- "description": "The box shadow of the Toolbar.\n",
64612
+ "description": "The background color of the Toolbar.\n",
63938
64613
  "commentRange": {
63939
- "start": 74,
63940
- "end": 75
64614
+ "start": 75,
64615
+ "end": 76
63941
64616
  },
63942
64617
  "context": {
63943
64618
  "type": "variable",
63944
- "name": "kendo-toolbar-shadow",
63945
- "value": "null",
64619
+ "name": "kendo-toolbar-bg",
64620
+ "value": "if($kendo-enable-color-system, k-color( surface ), $kendo-button-bg)",
63946
64621
  "scope": "default",
63947
64622
  "line": {
63948
- "start": 76,
63949
- "end": 76
64623
+ "start": 77,
64624
+ "end": 77
63950
64625
  }
63951
64626
  },
63952
64627
  "group": [
@@ -63959,14 +64634,14 @@
63959
64634
  }
63960
64635
  },
63961
64636
  {
63962
- "description": "The text color of the outline Toolbar.\n",
64637
+ "description": "The text color of the Toolbar.\n",
63963
64638
  "commentRange": {
63964
64639
  "start": 78,
63965
64640
  "end": 79
63966
64641
  },
63967
64642
  "context": {
63968
64643
  "type": "variable",
63969
- "name": "kendo-toolbar-outline-text",
64644
+ "name": "kendo-toolbar-text",
63970
64645
  "value": "$kendo-button-text",
63971
64646
  "scope": "default",
63972
64647
  "line": {
@@ -63984,15 +64659,15 @@
63984
64659
  }
63985
64660
  },
63986
64661
  {
63987
- "description": "The color of the border around the outline Toolbar.\n",
64662
+ "description": "The color of the border around the Toolbar.\n",
63988
64663
  "commentRange": {
63989
64664
  "start": 81,
63990
64665
  "end": 82
63991
64666
  },
63992
64667
  "context": {
63993
64668
  "type": "variable",
63994
- "name": "kendo-toolbar-outline-border",
63995
- "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 50%, transparent), rgba( $kendo-toolbar-outline-text, .5))",
64669
+ "name": "kendo-toolbar-border",
64670
+ "value": "$kendo-button-border",
63996
64671
  "scope": "default",
63997
64672
  "line": {
63998
64673
  "start": 83,
@@ -64009,14 +64684,14 @@
64009
64684
  }
64010
64685
  },
64011
64686
  {
64012
- "description": "The gradient of the outline Toolbar.\n",
64687
+ "description": "The gradient of the Toolbar.\n",
64013
64688
  "commentRange": {
64014
64689
  "start": 84,
64015
64690
  "end": 85
64016
64691
  },
64017
64692
  "context": {
64018
64693
  "type": "variable",
64019
- "name": "kendo-toolbar-outline-gradient",
64694
+ "name": "kendo-toolbar-gradient",
64020
64695
  "value": "null",
64021
64696
  "scope": "default",
64022
64697
  "line": {
@@ -64034,14 +64709,14 @@
64034
64709
  }
64035
64710
  },
64036
64711
  {
64037
- "description": "The box shadow of the outline Toolbar.\n",
64712
+ "description": "The box shadow of the Toolbar.\n",
64038
64713
  "commentRange": {
64039
64714
  "start": 87,
64040
64715
  "end": 88
64041
64716
  },
64042
64717
  "context": {
64043
64718
  "type": "variable",
64044
- "name": "kendo-toolbar-outline-shadow",
64719
+ "name": "kendo-toolbar-shadow",
64045
64720
  "value": "null",
64046
64721
  "scope": "default",
64047
64722
  "line": {
@@ -64059,15 +64734,15 @@
64059
64734
  }
64060
64735
  },
64061
64736
  {
64062
- "description": "The width of the border around the outline Toolbar.\n",
64737
+ "description": "The left and right scroll overlay of the Toolbar.\n",
64063
64738
  "commentRange": {
64064
64739
  "start": 90,
64065
64740
  "end": 91
64066
64741
  },
64067
64742
  "context": {
64068
64743
  "type": "variable",
64069
- "name": "kendo-toolbar-outline-border-width",
64070
- "value": "$kendo-toolbar-border-width",
64744
+ "name": "kendo-toolbar-scroll-overlay",
64745
+ "value": "$kendo-toolbar-bg, if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 0%, transparent), rgba( $kendo-color-white, 0))",
64071
64746
  "scope": "default",
64072
64747
  "line": {
64073
64748
  "start": 92,
@@ -64083,11 +64758,161 @@
64083
64758
  "name": "_variables.scss"
64084
64759
  }
64085
64760
  },
64761
+ {
64762
+ "description": "The text color of the outline Toolbar.\n",
64763
+ "commentRange": {
64764
+ "start": 95,
64765
+ "end": 96
64766
+ },
64767
+ "context": {
64768
+ "type": "variable",
64769
+ "name": "kendo-toolbar-outline-text",
64770
+ "value": "$kendo-button-text",
64771
+ "scope": "default",
64772
+ "line": {
64773
+ "start": 97,
64774
+ "end": 97
64775
+ }
64776
+ },
64777
+ "group": [
64778
+ "toolbar"
64779
+ ],
64780
+ "access": "public",
64781
+ "file": {
64782
+ "path": "toolbar/_variables.scss",
64783
+ "name": "_variables.scss"
64784
+ }
64785
+ },
64786
+ {
64787
+ "description": "The color of the border around the outline Toolbar.\n",
64788
+ "commentRange": {
64789
+ "start": 98,
64790
+ "end": 99
64791
+ },
64792
+ "context": {
64793
+ "type": "variable",
64794
+ "name": "kendo-toolbar-outline-border",
64795
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 50%, transparent), rgba( $kendo-toolbar-outline-text, .5))",
64796
+ "scope": "default",
64797
+ "line": {
64798
+ "start": 100,
64799
+ "end": 100
64800
+ }
64801
+ },
64802
+ "group": [
64803
+ "toolbar"
64804
+ ],
64805
+ "access": "public",
64806
+ "file": {
64807
+ "path": "toolbar/_variables.scss",
64808
+ "name": "_variables.scss"
64809
+ }
64810
+ },
64811
+ {
64812
+ "description": "The gradient of the outline Toolbar.\n",
64813
+ "commentRange": {
64814
+ "start": 101,
64815
+ "end": 102
64816
+ },
64817
+ "context": {
64818
+ "type": "variable",
64819
+ "name": "kendo-toolbar-outline-gradient",
64820
+ "value": "null",
64821
+ "scope": "default",
64822
+ "line": {
64823
+ "start": 103,
64824
+ "end": 103
64825
+ }
64826
+ },
64827
+ "group": [
64828
+ "toolbar"
64829
+ ],
64830
+ "access": "public",
64831
+ "file": {
64832
+ "path": "toolbar/_variables.scss",
64833
+ "name": "_variables.scss"
64834
+ }
64835
+ },
64836
+ {
64837
+ "description": "The box shadow of the outline Toolbar.\n",
64838
+ "commentRange": {
64839
+ "start": 104,
64840
+ "end": 105
64841
+ },
64842
+ "context": {
64843
+ "type": "variable",
64844
+ "name": "kendo-toolbar-outline-shadow",
64845
+ "value": "null",
64846
+ "scope": "default",
64847
+ "line": {
64848
+ "start": 106,
64849
+ "end": 106
64850
+ }
64851
+ },
64852
+ "group": [
64853
+ "toolbar"
64854
+ ],
64855
+ "access": "public",
64856
+ "file": {
64857
+ "path": "toolbar/_variables.scss",
64858
+ "name": "_variables.scss"
64859
+ }
64860
+ },
64861
+ {
64862
+ "description": "The width of the border around the outline Toolbar.\n",
64863
+ "commentRange": {
64864
+ "start": 107,
64865
+ "end": 108
64866
+ },
64867
+ "context": {
64868
+ "type": "variable",
64869
+ "name": "kendo-toolbar-outline-border-width",
64870
+ "value": "$kendo-toolbar-border-width",
64871
+ "scope": "default",
64872
+ "line": {
64873
+ "start": 109,
64874
+ "end": 109
64875
+ }
64876
+ },
64877
+ "group": [
64878
+ "toolbar"
64879
+ ],
64880
+ "access": "public",
64881
+ "file": {
64882
+ "path": "toolbar/_variables.scss",
64883
+ "name": "_variables.scss"
64884
+ }
64885
+ },
64886
+ {
64887
+ "description": "The left and right scroll overlay of the outline Toolbar.\n",
64888
+ "commentRange": {
64889
+ "start": 110,
64890
+ "end": 111
64891
+ },
64892
+ "context": {
64893
+ "type": "variable",
64894
+ "name": "kendo-toolbar-outline-scroll-overlay",
64895
+ "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))",
64896
+ "scope": "default",
64897
+ "line": {
64898
+ "start": 112,
64899
+ "end": 112
64900
+ }
64901
+ },
64902
+ "group": [
64903
+ "toolbar"
64904
+ ],
64905
+ "access": "public",
64906
+ "file": {
64907
+ "path": "toolbar/_variables.scss",
64908
+ "name": "_variables.scss"
64909
+ }
64910
+ },
64086
64911
  {
64087
64912
  "description": "The text color of the flat Toolbar.\n",
64088
64913
  "commentRange": {
64089
- "start": 94,
64090
- "end": 95
64914
+ "start": 115,
64915
+ "end": 116
64091
64916
  },
64092
64917
  "context": {
64093
64918
  "type": "variable",
@@ -64095,8 +64920,8 @@
64095
64920
  "value": "null",
64096
64921
  "scope": "default",
64097
64922
  "line": {
64098
- "start": 96,
64099
- "end": 96
64923
+ "start": 117,
64924
+ "end": 117
64100
64925
  }
64101
64926
  },
64102
64927
  "group": [
@@ -64111,8 +64936,8 @@
64111
64936
  {
64112
64937
  "description": "The color of the border around the flat Toolbar.\n",
64113
64938
  "commentRange": {
64114
- "start": 97,
64115
- "end": 98
64939
+ "start": 118,
64940
+ "end": 119
64116
64941
  },
64117
64942
  "context": {
64118
64943
  "type": "variable",
@@ -64120,8 +64945,8 @@
64120
64945
  "value": "$kendo-toolbar-border",
64121
64946
  "scope": "default",
64122
64947
  "line": {
64123
- "start": 99,
64124
- "end": 99
64948
+ "start": 120,
64949
+ "end": 120
64125
64950
  }
64126
64951
  },
64127
64952
  "group": [
@@ -64136,8 +64961,8 @@
64136
64961
  {
64137
64962
  "description": "The gradient of the flat Toolbar.\n",
64138
64963
  "commentRange": {
64139
- "start": 100,
64140
- "end": 101
64964
+ "start": 121,
64965
+ "end": 122
64141
64966
  },
64142
64967
  "context": {
64143
64968
  "type": "variable",
@@ -64145,8 +64970,8 @@
64145
64970
  "value": "null",
64146
64971
  "scope": "default",
64147
64972
  "line": {
64148
- "start": 102,
64149
- "end": 102
64973
+ "start": 123,
64974
+ "end": 123
64150
64975
  }
64151
64976
  },
64152
64977
  "group": [
@@ -64161,8 +64986,8 @@
64161
64986
  {
64162
64987
  "description": "The box shadow of the flat Toolbar.\n",
64163
64988
  "commentRange": {
64164
- "start": 103,
64165
- "end": 104
64989
+ "start": 124,
64990
+ "end": 125
64166
64991
  },
64167
64992
  "context": {
64168
64993
  "type": "variable",
@@ -64170,8 +64995,8 @@
64170
64995
  "value": "null",
64171
64996
  "scope": "default",
64172
64997
  "line": {
64173
- "start": 105,
64174
- "end": 105
64998
+ "start": 126,
64999
+ "end": 126
64175
65000
  }
64176
65001
  },
64177
65002
  "group": [
@@ -64186,8 +65011,8 @@
64186
65011
  {
64187
65012
  "description": "Border width of the flat Toolbar.\n",
64188
65013
  "commentRange": {
64189
- "start": 106,
64190
- "end": 107
65014
+ "start": 127,
65015
+ "end": 128
64191
65016
  },
64192
65017
  "context": {
64193
65018
  "type": "variable",
@@ -64195,8 +65020,33 @@
64195
65020
  "value": "1px",
64196
65021
  "scope": "default",
64197
65022
  "line": {
64198
- "start": 108,
64199
- "end": 108
65023
+ "start": 129,
65024
+ "end": 129
65025
+ }
65026
+ },
65027
+ "group": [
65028
+ "toolbar"
65029
+ ],
65030
+ "access": "public",
65031
+ "file": {
65032
+ "path": "toolbar/_variables.scss",
65033
+ "name": "_variables.scss"
65034
+ }
65035
+ },
65036
+ {
65037
+ "description": "The left and right scroll overlay of the flat Toolbar.\n",
65038
+ "commentRange": {
65039
+ "start": 130,
65040
+ "end": 131
65041
+ },
65042
+ "context": {
65043
+ "type": "variable",
65044
+ "name": "kendo-toolbar-flat-scroll-overlay",
65045
+ "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))",
65046
+ "scope": "default",
65047
+ "line": {
65048
+ "start": 132,
65049
+ "end": 132
64200
65050
  }
64201
65051
  },
64202
65052
  "group": [
@@ -64211,8 +65061,8 @@
64211
65061
  {
64212
65062
  "description": "The color of the separator border of the Toolbar.\n",
64213
65063
  "commentRange": {
64214
- "start": 110,
64215
- "end": 111
65064
+ "start": 135,
65065
+ "end": 136
64216
65066
  },
64217
65067
  "context": {
64218
65068
  "type": "variable",
@@ -64220,8 +65070,8 @@
64220
65070
  "value": "inherit",
64221
65071
  "scope": "default",
64222
65072
  "line": {
64223
- "start": 112,
64224
- "end": 112
65073
+ "start": 137,
65074
+ "end": 137
64225
65075
  }
64226
65076
  },
64227
65077
  "group": [
@@ -64236,8 +65086,8 @@
64236
65086
  {
64237
65087
  "description": "The width of the input in the Toolbar.\n",
64238
65088
  "commentRange": {
64239
- "start": 114,
64240
- "end": 115
65089
+ "start": 139,
65090
+ "end": 140
64241
65091
  },
64242
65092
  "context": {
64243
65093
  "type": "variable",
@@ -64245,8 +65095,8 @@
64245
65095
  "value": "10em",
64246
65096
  "scope": "default",
64247
65097
  "line": {
64248
- "start": 116,
64249
- "end": 116
65098
+ "start": 141,
65099
+ "end": 141
64250
65100
  }
64251
65101
  },
64252
65102
  "group": [
@@ -64261,8 +65111,8 @@
64261
65111
  {
64262
65112
  "description": "The box shadow of the focused Toolbar item.\n",
64263
65113
  "commentRange": {
64264
- "start": 118,
64265
- "end": 119
65114
+ "start": 143,
65115
+ "end": 144
64266
65116
  },
64267
65117
  "context": {
64268
65118
  "type": "variable",
@@ -64270,8 +65120,8 @@
64270
65120
  "value": "$kendo-button-focus-shadow",
64271
65121
  "scope": "default",
64272
65122
  "line": {
64273
- "start": 120,
64274
- "end": 120
65123
+ "start": 145,
65124
+ "end": 145
64275
65125
  }
64276
65126
  },
64277
65127
  "group": [
@@ -64286,17 +65136,17 @@
64286
65136
  {
64287
65137
  "description": "The sizes map for the Toolbar.\n",
64288
65138
  "commentRange": {
64289
- "start": 122,
64290
- "end": 123
65139
+ "start": 147,
65140
+ "end": 148
64291
65141
  },
64292
65142
  "context": {
64293
65143
  "type": "variable",
64294
65144
  "name": "kendo-toolbar-sizes",
64295
- "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)",
65145
+ "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)",
64296
65146
  "scope": "default",
64297
65147
  "line": {
64298
- "start": 124,
64299
- "end": 140
65148
+ "start": 149,
65149
+ "end": 168
64300
65150
  }
64301
65151
  },
64302
65152
  "group": [