@progress/kendo-theme-material 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 (48) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/material-aqua-dark.css +1 -1
  3. package/dist/material-arctic.css +1 -1
  4. package/dist/material-burnt-teal.css +1 -1
  5. package/dist/material-dataviz-v4.css +1 -1
  6. package/dist/material-eggplant.css +1 -1
  7. package/dist/material-lime-dark.css +1 -1
  8. package/dist/material-lime.css +1 -1
  9. package/dist/material-main-dark.css +1 -1
  10. package/dist/material-main.css +1 -1
  11. package/dist/material-nova.css +1 -1
  12. package/dist/material-pacific-dark.css +1 -1
  13. package/dist/material-pacific.css +1 -1
  14. package/dist/material-sky-dark.css +1 -1
  15. package/dist/material-sky.css +1 -1
  16. package/dist/material-smoke.css +1 -1
  17. package/dist/meta/sassdoc-data.json +3440 -1552
  18. package/dist/meta/sassdoc-raw-data.json +1600 -750
  19. package/dist/meta/variables.json +227 -35
  20. package/lib/swatches/material-aqua-dark.json +1 -1
  21. package/lib/swatches/material-arctic.json +1 -1
  22. package/lib/swatches/material-burnt-teal.json +1 -1
  23. package/lib/swatches/material-dataviz-v4.json +1 -1
  24. package/lib/swatches/material-eggplant.json +1 -1
  25. package/lib/swatches/material-lime-dark.json +1 -1
  26. package/lib/swatches/material-lime.json +1 -1
  27. package/lib/swatches/material-main-dark.json +1 -1
  28. package/lib/swatches/material-main.json +1 -1
  29. package/lib/swatches/material-nova.json +1 -1
  30. package/lib/swatches/material-pacific-dark.json +1 -1
  31. package/lib/swatches/material-pacific.json +1 -1
  32. package/lib/swatches/material-sky-dark.json +1 -1
  33. package/lib/swatches/material-sky.json +1 -1
  34. package/lib/swatches/material-smoke.json +1 -1
  35. package/package.json +5 -5
  36. package/scss/button/_variables.scss +8 -8
  37. package/scss/checkbox/_variables.scss +3 -3
  38. package/scss/index.scss +3 -2
  39. package/scss/input/_variables.scss +11 -0
  40. package/scss/otp/_index.scss +18 -0
  41. package/scss/otp/_layout.scss +5 -0
  42. package/scss/otp/_theme.scss +5 -0
  43. package/scss/otp/_variables.scss +77 -0
  44. package/scss/radio/_variables.scss +2 -2
  45. package/scss/tabstrip/_variables.scss +78 -1
  46. package/scss/toolbar/_layout.scss +2 -1
  47. package/scss/toolbar/_theme.scss +2 -1
  48. package/scss/toolbar/_variables.scss +38 -9
@@ -3608,7 +3608,7 @@
3608
3608
  "context": {
3609
3609
  "type": "variable",
3610
3610
  "name": "kendo-button-calc-size",
3611
- "value": "calc( #{$kendo-button-line-height * 1em} + calc( #{$kendo-button-padding-y} * 2 ) + #{$kendo-button-border-width * 2} )",
3611
+ "value": "calc( ( #{$kendo-button-line-height} * 1em ) + ( #{$kendo-button-padding-y} * 2 ) + ( #{$kendo-button-border-width} * 2 ) )",
3612
3612
  "scope": "default",
3613
3613
  "line": {
3614
3614
  "start": 74,
@@ -3633,7 +3633,7 @@
3633
3633
  "context": {
3634
3634
  "type": "variable",
3635
3635
  "name": "kendo-button-inner-calc-size",
3636
- "value": "calc( #{$kendo-button-line-height * 1em} + calc( #{$kendo-button-padding-y} * 2 ) )",
3636
+ "value": "calc( ( #{$kendo-button-line-height} * 1em ) + ( #{$kendo-button-padding-y} * 2 ) )",
3637
3637
  "scope": "default",
3638
3638
  "line": {
3639
3639
  "start": 81,
@@ -11533,7 +11533,7 @@
11533
11533
  "context": {
11534
11534
  "type": "variable",
11535
11535
  "name": "kendo-checkbox-disabled-checked-text",
11536
- "value": "if($kendo-enable-color-system, k-color( on-base ), k-contrast-color( $kendo-checkbox-disabled-checked-bg ))",
11536
+ "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-checkbox-disabled-checked-bg ))",
11537
11537
  "scope": "default",
11538
11538
  "line": {
11539
11539
  "start": 130,
@@ -11758,7 +11758,7 @@
11758
11758
  "context": {
11759
11759
  "type": "variable",
11760
11760
  "name": "kendo-checkbox-checked-image",
11761
- "value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='#{$kendo-checkbox-checked-text}' stroke-width='3' d='M4.1,12.7 9,17.6 20.3,6.3'/></svg>\") )",
11761
+ "value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='#ffffff' stroke-width='3' d='M4.1,12.7 9,17.6 20.3,6.3'/></svg>\") )",
11762
11762
  "scope": "default",
11763
11763
  "line": {
11764
11764
  "start": 165,
@@ -11783,7 +11783,7 @@
11783
11783
  "context": {
11784
11784
  "type": "variable",
11785
11785
  "name": "kendo-checkbox-indeterminate-image",
11786
- "value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#{$kendo-checkbox-indeterminate-text}' stroke-width='3' d='M4 10h12'/></svg>\") )",
11786
+ "value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#ffffff' stroke-width='3' d='M4 10h12'/></svg>\") )",
11787
11787
  "scope": "default",
11788
11788
  "line": {
11789
11789
  "start": 168,
@@ -27344,19 +27344,44 @@
27344
27344
  }
27345
27345
  },
27346
27346
  {
27347
- "description": "The sizes map for the Input components.\n",
27347
+ "description": "The calculated height of the Input.\n",
27348
27348
  "commentRange": {
27349
27349
  "start": 76,
27350
27350
  "end": 77
27351
27351
  },
27352
+ "context": {
27353
+ "type": "variable",
27354
+ "name": "kendo-input-calc-size",
27355
+ "value": "calc( ( #{$kendo-input-line-height} * 1em ) + ( #{$kendo-input-padding-y} * 2 ) + ( #{$kendo-input-border-width * 2} ) )",
27356
+ "scope": "default",
27357
+ "line": {
27358
+ "start": 78,
27359
+ "end": 78
27360
+ }
27361
+ },
27362
+ "group": [
27363
+ "input"
27364
+ ],
27365
+ "access": "public",
27366
+ "file": {
27367
+ "path": "input/_variables.scss",
27368
+ "name": "_variables.scss"
27369
+ }
27370
+ },
27371
+ {
27372
+ "description": "The sizes map for the Input components.\n",
27373
+ "commentRange": {
27374
+ "start": 83,
27375
+ "end": 84
27376
+ },
27352
27377
  "context": {
27353
27378
  "type": "variable",
27354
27379
  "name": "kendo-input-sizes",
27355
27380
  "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: k-spacing(1),\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: k-spacing(1),\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: k-spacing(1),\n button-padding-y: $kendo-input-lg-padding-y\n )\n)",
27356
27381
  "scope": "default",
27357
27382
  "line": {
27358
- "start": 78,
27359
- "end": 103
27383
+ "start": 85,
27384
+ "end": 110
27360
27385
  }
27361
27386
  },
27362
27387
  "group": [
@@ -27371,8 +27396,8 @@
27371
27396
  {
27372
27397
  "description": "The background color of the Input components.\n",
27373
27398
  "commentRange": {
27374
- "start": 105,
27375
- "end": 106
27399
+ "start": 112,
27400
+ "end": 113
27376
27401
  },
27377
27402
  "context": {
27378
27403
  "type": "variable",
@@ -27380,8 +27405,8 @@
27380
27405
  "value": "if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-component-bg, .5 ))",
27381
27406
  "scope": "default",
27382
27407
  "line": {
27383
- "start": 107,
27384
- "end": 107
27408
+ "start": 114,
27409
+ "end": 114
27385
27410
  }
27386
27411
  },
27387
27412
  "group": [
@@ -27396,8 +27421,8 @@
27396
27421
  {
27397
27422
  "description": "The text color of the Input components.\n",
27398
27423
  "commentRange": {
27399
- "start": 108,
27400
- "end": 109
27424
+ "start": 115,
27425
+ "end": 116
27401
27426
  },
27402
27427
  "context": {
27403
27428
  "type": "variable",
@@ -27405,8 +27430,8 @@
27405
27430
  "value": "$kendo-component-text",
27406
27431
  "scope": "default",
27407
27432
  "line": {
27408
- "start": 110,
27409
- "end": 110
27433
+ "start": 117,
27434
+ "end": 117
27410
27435
  }
27411
27436
  },
27412
27437
  "group": [
@@ -27421,8 +27446,8 @@
27421
27446
  {
27422
27447
  "description": "The border color of the Input components.\n",
27423
27448
  "commentRange": {
27424
- "start": 111,
27425
- "end": 112
27449
+ "start": 118,
27450
+ "end": 119
27426
27451
  },
27427
27452
  "context": {
27428
27453
  "type": "variable",
@@ -27430,8 +27455,8 @@
27430
27455
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 44%, transparent), rgba( $kendo-component-border, .38 ))",
27431
27456
  "scope": "default",
27432
27457
  "line": {
27433
- "start": 113,
27434
- "end": 113
27458
+ "start": 120,
27459
+ "end": 120
27435
27460
  }
27436
27461
  },
27437
27462
  "group": [
@@ -27446,8 +27471,8 @@
27446
27471
  {
27447
27472
  "description": "The shadow of the Input components.\n",
27448
27473
  "commentRange": {
27449
- "start": 114,
27450
- "end": 115
27474
+ "start": 121,
27475
+ "end": 122
27451
27476
  },
27452
27477
  "context": {
27453
27478
  "type": "variable",
@@ -27455,8 +27480,8 @@
27455
27480
  "value": "null",
27456
27481
  "scope": "default",
27457
27482
  "line": {
27458
- "start": 116,
27459
- "end": 116
27483
+ "start": 123,
27484
+ "end": 123
27460
27485
  }
27461
27486
  },
27462
27487
  "group": [
@@ -27471,8 +27496,8 @@
27471
27496
  {
27472
27497
  "description": "The background color of the hovered Input components.\n",
27473
27498
  "commentRange": {
27474
- "start": 118,
27475
- "end": 119
27499
+ "start": 125,
27500
+ "end": 126
27476
27501
  },
27477
27502
  "context": {
27478
27503
  "type": "variable",
@@ -27480,8 +27505,8 @@
27480
27505
  "value": "null",
27481
27506
  "scope": "default",
27482
27507
  "line": {
27483
- "start": 120,
27484
- "end": 120
27508
+ "start": 127,
27509
+ "end": 127
27485
27510
  }
27486
27511
  },
27487
27512
  "group": [
@@ -27496,8 +27521,8 @@
27496
27521
  {
27497
27522
  "description": "The text color of the hovered Input components.\n",
27498
27523
  "commentRange": {
27499
- "start": 121,
27500
- "end": 122
27524
+ "start": 128,
27525
+ "end": 129
27501
27526
  },
27502
27527
  "context": {
27503
27528
  "type": "variable",
@@ -27505,8 +27530,8 @@
27505
27530
  "value": "null",
27506
27531
  "scope": "default",
27507
27532
  "line": {
27508
- "start": 123,
27509
- "end": 123
27533
+ "start": 130,
27534
+ "end": 130
27510
27535
  }
27511
27536
  },
27512
27537
  "group": [
@@ -27521,8 +27546,8 @@
27521
27546
  {
27522
27547
  "description": "The border color of the hovered Input components.\n",
27523
27548
  "commentRange": {
27524
- "start": 124,
27525
- "end": 125
27549
+ "start": 131,
27550
+ "end": 132
27526
27551
  },
27527
27552
  "context": {
27528
27553
  "type": "variable",
@@ -27530,8 +27555,8 @@
27530
27555
  "value": "$kendo-input-text",
27531
27556
  "scope": "default",
27532
27557
  "line": {
27533
- "start": 126,
27534
- "end": 126
27558
+ "start": 133,
27559
+ "end": 133
27535
27560
  }
27536
27561
  },
27537
27562
  "group": [
@@ -27546,8 +27571,8 @@
27546
27571
  {
27547
27572
  "description": "The shadow of the hovered Input components.\n",
27548
27573
  "commentRange": {
27549
- "start": 127,
27550
- "end": 128
27574
+ "start": 134,
27575
+ "end": 135
27551
27576
  },
27552
27577
  "context": {
27553
27578
  "type": "variable",
@@ -27555,8 +27580,8 @@
27555
27580
  "value": "unset",
27556
27581
  "scope": "default",
27557
27582
  "line": {
27558
- "start": 129,
27559
- "end": 129
27583
+ "start": 136,
27584
+ "end": 136
27560
27585
  }
27561
27586
  },
27562
27587
  "group": [
@@ -27571,8 +27596,8 @@
27571
27596
  {
27572
27597
  "description": "The background color of the focused Input components.\n",
27573
27598
  "commentRange": {
27574
- "start": 131,
27575
- "end": 132
27599
+ "start": 138,
27600
+ "end": 139
27576
27601
  },
27577
27602
  "context": {
27578
27603
  "type": "variable",
@@ -27580,8 +27605,8 @@
27580
27605
  "value": "null",
27581
27606
  "scope": "default",
27582
27607
  "line": {
27583
- "start": 133,
27584
- "end": 133
27608
+ "start": 140,
27609
+ "end": 140
27585
27610
  }
27586
27611
  },
27587
27612
  "group": [
@@ -27596,8 +27621,8 @@
27596
27621
  {
27597
27622
  "description": "The text color of the focused Input components.\n",
27598
27623
  "commentRange": {
27599
- "start": 134,
27600
- "end": 135
27624
+ "start": 141,
27625
+ "end": 142
27601
27626
  },
27602
27627
  "context": {
27603
27628
  "type": "variable",
@@ -27605,8 +27630,8 @@
27605
27630
  "value": "null",
27606
27631
  "scope": "default",
27607
27632
  "line": {
27608
- "start": 136,
27609
- "end": 136
27633
+ "start": 143,
27634
+ "end": 143
27610
27635
  }
27611
27636
  },
27612
27637
  "group": [
@@ -27621,8 +27646,8 @@
27621
27646
  {
27622
27647
  "description": "The border color of the focused Input components.\n",
27623
27648
  "commentRange": {
27624
- "start": 137,
27625
- "end": 138
27649
+ "start": 144,
27650
+ "end": 145
27626
27651
  },
27627
27652
  "context": {
27628
27653
  "type": "variable",
@@ -27630,8 +27655,8 @@
27630
27655
  "value": "$kendo-color-primary",
27631
27656
  "scope": "default",
27632
27657
  "line": {
27633
- "start": 139,
27634
- "end": 139
27658
+ "start": 146,
27659
+ "end": 146
27635
27660
  }
27636
27661
  },
27637
27662
  "group": [
@@ -27646,8 +27671,8 @@
27646
27671
  {
27647
27672
  "description": "The shadow of the focused Input components.\n",
27648
27673
  "commentRange": {
27649
- "start": 140,
27650
- "end": 141
27674
+ "start": 147,
27675
+ "end": 148
27651
27676
  },
27652
27677
  "context": {
27653
27678
  "type": "variable",
@@ -27655,8 +27680,8 @@
27655
27680
  "value": "unset",
27656
27681
  "scope": "default",
27657
27682
  "line": {
27658
- "start": 142,
27659
- "end": 142
27683
+ "start": 149,
27684
+ "end": 149
27660
27685
  }
27661
27686
  },
27662
27687
  "group": [
@@ -27671,8 +27696,8 @@
27671
27696
  {
27672
27697
  "description": "The background color of the selected Input components.\n",
27673
27698
  "commentRange": {
27674
- "start": 144,
27675
- "end": 145
27699
+ "start": 151,
27700
+ "end": 152
27676
27701
  },
27677
27702
  "context": {
27678
27703
  "type": "variable",
@@ -27680,8 +27705,8 @@
27680
27705
  "value": "null",
27681
27706
  "scope": "default",
27682
27707
  "line": {
27683
- "start": 146,
27684
- "end": 146
27708
+ "start": 153,
27709
+ "end": 153
27685
27710
  }
27686
27711
  },
27687
27712
  "group": [
@@ -27696,8 +27721,8 @@
27696
27721
  {
27697
27722
  "description": "The text color of the selected Input components.\n",
27698
27723
  "commentRange": {
27699
- "start": 147,
27700
- "end": 148
27724
+ "start": 154,
27725
+ "end": 155
27701
27726
  },
27702
27727
  "context": {
27703
27728
  "type": "variable",
@@ -27705,8 +27730,8 @@
27705
27730
  "value": "null",
27706
27731
  "scope": "default",
27707
27732
  "line": {
27708
- "start": 149,
27709
- "end": 149
27733
+ "start": 156,
27734
+ "end": 156
27710
27735
  }
27711
27736
  },
27712
27737
  "group": [
@@ -27721,8 +27746,8 @@
27721
27746
  {
27722
27747
  "description": "The background color of the disabled Input components.\n",
27723
27748
  "commentRange": {
27724
- "start": 150,
27725
- "end": 151
27749
+ "start": 157,
27750
+ "end": 158
27726
27751
  },
27727
27752
  "context": {
27728
27753
  "type": "variable",
@@ -27730,8 +27755,8 @@
27730
27755
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 3%, transparent), k-try-shade( $kendo-component-bg, .25 ))",
27731
27756
  "scope": "default",
27732
27757
  "line": {
27733
- "start": 152,
27734
- "end": 152
27758
+ "start": 159,
27759
+ "end": 159
27735
27760
  }
27736
27761
  },
27737
27762
  "group": [
@@ -27746,8 +27771,8 @@
27746
27771
  {
27747
27772
  "description": "The text color of the disabled Input components.\n",
27748
27773
  "commentRange": {
27749
- "start": 153,
27750
- "end": 154
27774
+ "start": 160,
27775
+ "end": 161
27751
27776
  },
27752
27777
  "context": {
27753
27778
  "type": "variable",
@@ -27755,8 +27780,8 @@
27755
27780
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 27%, transparent), $kendo-disabled-text)",
27756
27781
  "scope": "default",
27757
27782
  "line": {
27758
- "start": 155,
27759
- "end": 155
27783
+ "start": 162,
27784
+ "end": 162
27760
27785
  }
27761
27786
  },
27762
27787
  "group": [
@@ -27771,8 +27796,8 @@
27771
27796
  {
27772
27797
  "description": "The border color of the disabled Input components.\n",
27773
27798
  "commentRange": {
27774
- "start": 156,
27775
- "end": 157
27799
+ "start": 163,
27800
+ "end": 164
27776
27801
  },
27777
27802
  "context": {
27778
27803
  "type": "variable",
@@ -27780,8 +27805,8 @@
27780
27805
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 3%, transparent), rgba( $kendo-component-border, math.div( color.alpha( $kendo-component-border ), 2 ) ))",
27781
27806
  "scope": "default",
27782
27807
  "line": {
27783
- "start": 158,
27784
- "end": 158
27808
+ "start": 165,
27809
+ "end": 165
27785
27810
  }
27786
27811
  },
27787
27812
  "group": [
@@ -27796,8 +27821,8 @@
27796
27821
  {
27797
27822
  "description": "The gradient of the disabled Input components.\n",
27798
27823
  "commentRange": {
27799
- "start": 159,
27800
- "end": 160
27824
+ "start": 166,
27825
+ "end": 167
27801
27826
  },
27802
27827
  "context": {
27803
27828
  "type": "variable",
@@ -27805,8 +27830,8 @@
27805
27830
  "value": "null",
27806
27831
  "scope": "default",
27807
27832
  "line": {
27808
- "start": 161,
27809
- "end": 161
27833
+ "start": 168,
27834
+ "end": 168
27810
27835
  }
27811
27836
  },
27812
27837
  "group": [
@@ -27821,8 +27846,8 @@
27821
27846
  {
27822
27847
  "description": "The shadow of the disabled Input components.\n",
27823
27848
  "commentRange": {
27824
- "start": 162,
27825
- "end": 163
27849
+ "start": 169,
27850
+ "end": 170
27826
27851
  },
27827
27852
  "context": {
27828
27853
  "type": "variable",
@@ -27830,8 +27855,8 @@
27830
27855
  "value": "null",
27831
27856
  "scope": "default",
27832
27857
  "line": {
27833
- "start": 164,
27834
- "end": 164
27858
+ "start": 171,
27859
+ "end": 171
27835
27860
  }
27836
27861
  },
27837
27862
  "group": [
@@ -27846,8 +27871,8 @@
27846
27871
  {
27847
27872
  "description": "The background color of the outline Input components.\n",
27848
27873
  "commentRange": {
27849
- "start": 166,
27850
- "end": 167
27874
+ "start": 173,
27875
+ "end": 174
27851
27876
  },
27852
27877
  "context": {
27853
27878
  "type": "variable",
@@ -27855,8 +27880,8 @@
27855
27880
  "value": "null",
27856
27881
  "scope": "default",
27857
27882
  "line": {
27858
- "start": 168,
27859
- "end": 168
27883
+ "start": 175,
27884
+ "end": 175
27860
27885
  }
27861
27886
  },
27862
27887
  "group": [
@@ -27871,8 +27896,8 @@
27871
27896
  {
27872
27897
  "description": "The text color of the outline Input components.\n",
27873
27898
  "commentRange": {
27874
- "start": 169,
27875
- "end": 170
27899
+ "start": 176,
27900
+ "end": 177
27876
27901
  },
27877
27902
  "context": {
27878
27903
  "type": "variable",
@@ -27880,8 +27905,8 @@
27880
27905
  "value": "$kendo-input-text",
27881
27906
  "scope": "default",
27882
27907
  "line": {
27883
- "start": 171,
27884
- "end": 171
27908
+ "start": 178,
27909
+ "end": 178
27885
27910
  }
27886
27911
  },
27887
27912
  "group": [
@@ -27896,8 +27921,8 @@
27896
27921
  {
27897
27922
  "description": "The border color of the outline Input components.\n",
27898
27923
  "commentRange": {
27899
- "start": 172,
27900
- "end": 173
27924
+ "start": 179,
27925
+ "end": 180
27901
27926
  },
27902
27927
  "context": {
27903
27928
  "type": "variable",
@@ -27905,8 +27930,8 @@
27905
27930
  "value": "$kendo-input-border",
27906
27931
  "scope": "default",
27907
27932
  "line": {
27908
- "start": 174,
27909
- "end": 174
27933
+ "start": 181,
27934
+ "end": 181
27910
27935
  }
27911
27936
  },
27912
27937
  "group": [
@@ -27921,8 +27946,8 @@
27921
27946
  {
27922
27947
  "description": "The background color of the outline hovered Input components.\n",
27923
27948
  "commentRange": {
27924
- "start": 176,
27925
- "end": 177
27949
+ "start": 183,
27950
+ "end": 184
27926
27951
  },
27927
27952
  "context": {
27928
27953
  "type": "variable",
@@ -27930,8 +27955,8 @@
27930
27955
  "value": "null",
27931
27956
  "scope": "default",
27932
27957
  "line": {
27933
- "start": 178,
27934
- "end": 178
27958
+ "start": 185,
27959
+ "end": 185
27935
27960
  }
27936
27961
  },
27937
27962
  "group": [
@@ -27946,8 +27971,8 @@
27946
27971
  {
27947
27972
  "description": "The text color of the outline hovered Input components.\n",
27948
27973
  "commentRange": {
27949
- "start": 179,
27950
- "end": 180
27974
+ "start": 186,
27975
+ "end": 187
27951
27976
  },
27952
27977
  "context": {
27953
27978
  "type": "variable",
@@ -27955,8 +27980,8 @@
27955
27980
  "value": "null",
27956
27981
  "scope": "default",
27957
27982
  "line": {
27958
- "start": 181,
27959
- "end": 181
27983
+ "start": 188,
27984
+ "end": 188
27960
27985
  }
27961
27986
  },
27962
27987
  "group": [
@@ -27971,8 +27996,8 @@
27971
27996
  {
27972
27997
  "description": "The border color of the outline hovered Input components.\n",
27973
27998
  "commentRange": {
27974
- "start": 182,
27975
- "end": 183
27999
+ "start": 189,
28000
+ "end": 190
27976
28001
  },
27977
28002
  "context": {
27978
28003
  "type": "variable",
@@ -27980,8 +28005,8 @@
27980
28005
  "value": "$kendo-input-hover-border",
27981
28006
  "scope": "default",
27982
28007
  "line": {
27983
- "start": 184,
27984
- "end": 184
28008
+ "start": 191,
28009
+ "end": 191
27985
28010
  }
27986
28011
  },
27987
28012
  "group": [
@@ -27996,8 +28021,8 @@
27996
28021
  {
27997
28022
  "description": "The background color of the outline focused Input components.\n",
27998
28023
  "commentRange": {
27999
- "start": 186,
28000
- "end": 187
28024
+ "start": 193,
28025
+ "end": 194
28001
28026
  },
28002
28027
  "context": {
28003
28028
  "type": "variable",
@@ -28005,8 +28030,8 @@
28005
28030
  "value": "null",
28006
28031
  "scope": "default",
28007
28032
  "line": {
28008
- "start": 188,
28009
- "end": 188
28033
+ "start": 195,
28034
+ "end": 195
28010
28035
  }
28011
28036
  },
28012
28037
  "group": [
@@ -28021,8 +28046,8 @@
28021
28046
  {
28022
28047
  "description": "The text color of the outline focused Input components.\n",
28023
28048
  "commentRange": {
28024
- "start": 189,
28025
- "end": 190
28049
+ "start": 196,
28050
+ "end": 197
28026
28051
  },
28027
28052
  "context": {
28028
28053
  "type": "variable",
@@ -28030,8 +28055,8 @@
28030
28055
  "value": "null",
28031
28056
  "scope": "default",
28032
28057
  "line": {
28033
- "start": 191,
28034
- "end": 191
28058
+ "start": 198,
28059
+ "end": 198
28035
28060
  }
28036
28061
  },
28037
28062
  "group": [
@@ -28046,8 +28071,8 @@
28046
28071
  {
28047
28072
  "description": "The border color of the outline focused Input components.\n",
28048
28073
  "commentRange": {
28049
- "start": 192,
28050
- "end": 193
28074
+ "start": 199,
28075
+ "end": 200
28051
28076
  },
28052
28077
  "context": {
28053
28078
  "type": "variable",
@@ -28055,8 +28080,8 @@
28055
28080
  "value": "$kendo-input-focus-border",
28056
28081
  "scope": "default",
28057
28082
  "line": {
28058
- "start": 194,
28059
- "end": 194
28083
+ "start": 201,
28084
+ "end": 201
28060
28085
  }
28061
28086
  },
28062
28087
  "group": [
@@ -28071,8 +28096,8 @@
28071
28096
  {
28072
28097
  "description": "The shadow of the outline focused Input components.\n",
28073
28098
  "commentRange": {
28074
- "start": 195,
28075
- "end": 196
28099
+ "start": 202,
28100
+ "end": 203
28076
28101
  },
28077
28102
  "context": {
28078
28103
  "type": "variable",
@@ -28080,8 +28105,8 @@
28080
28105
  "value": "$kendo-input-focus-shadow",
28081
28106
  "scope": "default",
28082
28107
  "line": {
28083
- "start": 197,
28084
- "end": 197
28108
+ "start": 204,
28109
+ "end": 204
28085
28110
  }
28086
28111
  },
28087
28112
  "group": [
@@ -28096,8 +28121,8 @@
28096
28121
  {
28097
28122
  "description": "The background color of the flat Input components.\n",
28098
28123
  "commentRange": {
28099
- "start": 199,
28100
- "end": 200
28124
+ "start": 206,
28125
+ "end": 207
28101
28126
  },
28102
28127
  "context": {
28103
28128
  "type": "variable",
@@ -28105,8 +28130,8 @@
28105
28130
  "value": "null",
28106
28131
  "scope": "default",
28107
28132
  "line": {
28108
- "start": 201,
28109
- "end": 201
28133
+ "start": 208,
28134
+ "end": 208
28110
28135
  }
28111
28136
  },
28112
28137
  "group": [
@@ -28121,8 +28146,8 @@
28121
28146
  {
28122
28147
  "description": "The text color of the flat Input components.\n",
28123
28148
  "commentRange": {
28124
- "start": 202,
28125
- "end": 203
28149
+ "start": 209,
28150
+ "end": 210
28126
28151
  },
28127
28152
  "context": {
28128
28153
  "type": "variable",
@@ -28130,8 +28155,8 @@
28130
28155
  "value": "$kendo-input-text",
28131
28156
  "scope": "default",
28132
28157
  "line": {
28133
- "start": 204,
28134
- "end": 204
28158
+ "start": 211,
28159
+ "end": 211
28135
28160
  }
28136
28161
  },
28137
28162
  "group": [
@@ -28146,8 +28171,8 @@
28146
28171
  {
28147
28172
  "description": "The border color of the flat Input components.\n",
28148
28173
  "commentRange": {
28149
- "start": 205,
28150
- "end": 206
28174
+ "start": 212,
28175
+ "end": 213
28151
28176
  },
28152
28177
  "context": {
28153
28178
  "type": "variable",
@@ -28155,8 +28180,8 @@
28155
28180
  "value": "$kendo-input-border",
28156
28181
  "scope": "default",
28157
28182
  "line": {
28158
- "start": 207,
28159
- "end": 207
28183
+ "start": 214,
28184
+ "end": 214
28160
28185
  }
28161
28186
  },
28162
28187
  "group": [
@@ -28171,8 +28196,8 @@
28171
28196
  {
28172
28197
  "description": "The background color of the flat hovered Input components.\n",
28173
28198
  "commentRange": {
28174
- "start": 209,
28175
- "end": 210
28199
+ "start": 216,
28200
+ "end": 217
28176
28201
  },
28177
28202
  "context": {
28178
28203
  "type": "variable",
@@ -28180,8 +28205,8 @@
28180
28205
  "value": "null",
28181
28206
  "scope": "default",
28182
28207
  "line": {
28183
- "start": 211,
28184
- "end": 211
28208
+ "start": 218,
28209
+ "end": 218
28185
28210
  }
28186
28211
  },
28187
28212
  "group": [
@@ -28196,8 +28221,8 @@
28196
28221
  {
28197
28222
  "description": "The text color of the flat hovered Input components.\n",
28198
28223
  "commentRange": {
28199
- "start": 212,
28200
- "end": 213
28224
+ "start": 219,
28225
+ "end": 220
28201
28226
  },
28202
28227
  "context": {
28203
28228
  "type": "variable",
@@ -28205,8 +28230,8 @@
28205
28230
  "value": "null",
28206
28231
  "scope": "default",
28207
28232
  "line": {
28208
- "start": 214,
28209
- "end": 214
28233
+ "start": 221,
28234
+ "end": 221
28210
28235
  }
28211
28236
  },
28212
28237
  "group": [
@@ -28221,8 +28246,8 @@
28221
28246
  {
28222
28247
  "description": "The border color of the flat hovered Input components.\n",
28223
28248
  "commentRange": {
28224
- "start": 215,
28225
- "end": 216
28249
+ "start": 222,
28250
+ "end": 223
28226
28251
  },
28227
28252
  "context": {
28228
28253
  "type": "variable",
@@ -28230,8 +28255,8 @@
28230
28255
  "value": "$kendo-input-hover-border",
28231
28256
  "scope": "default",
28232
28257
  "line": {
28233
- "start": 217,
28234
- "end": 217
28258
+ "start": 224,
28259
+ "end": 224
28235
28260
  }
28236
28261
  },
28237
28262
  "group": [
@@ -28246,8 +28271,8 @@
28246
28271
  {
28247
28272
  "description": "The background color of the flat focused Input components.\n",
28248
28273
  "commentRange": {
28249
- "start": 219,
28250
- "end": 220
28274
+ "start": 226,
28275
+ "end": 227
28251
28276
  },
28252
28277
  "context": {
28253
28278
  "type": "variable",
@@ -28255,8 +28280,8 @@
28255
28280
  "value": "null",
28256
28281
  "scope": "default",
28257
28282
  "line": {
28258
- "start": 221,
28259
- "end": 221
28283
+ "start": 228,
28284
+ "end": 228
28260
28285
  }
28261
28286
  },
28262
28287
  "group": [
@@ -28271,8 +28296,8 @@
28271
28296
  {
28272
28297
  "description": "The text color of the flat focused Input components.\n",
28273
28298
  "commentRange": {
28274
- "start": 222,
28275
- "end": 223
28299
+ "start": 229,
28300
+ "end": 230
28276
28301
  },
28277
28302
  "context": {
28278
28303
  "type": "variable",
@@ -28280,8 +28305,8 @@
28280
28305
  "value": "null",
28281
28306
  "scope": "default",
28282
28307
  "line": {
28283
- "start": 224,
28284
- "end": 224
28308
+ "start": 231,
28309
+ "end": 231
28285
28310
  }
28286
28311
  },
28287
28312
  "group": [
@@ -28296,8 +28321,8 @@
28296
28321
  {
28297
28322
  "description": "The border color of the flat focused Input components.\n",
28298
28323
  "commentRange": {
28299
- "start": 225,
28300
- "end": 226
28324
+ "start": 232,
28325
+ "end": 233
28301
28326
  },
28302
28327
  "context": {
28303
28328
  "type": "variable",
@@ -28305,8 +28330,8 @@
28305
28330
  "value": "$kendo-input-focus-border",
28306
28331
  "scope": "default",
28307
28332
  "line": {
28308
- "start": 227,
28309
- "end": 227
28333
+ "start": 234,
28334
+ "end": 234
28310
28335
  }
28311
28336
  },
28312
28337
  "group": [
@@ -28321,8 +28346,8 @@
28321
28346
  {
28322
28347
  "description": "The shadow of the flat focused Input components.\n",
28323
28348
  "commentRange": {
28324
- "start": 228,
28325
- "end": 229
28349
+ "start": 235,
28350
+ "end": 236
28326
28351
  },
28327
28352
  "context": {
28328
28353
  "type": "variable",
@@ -28330,8 +28355,8 @@
28330
28355
  "value": "$kendo-input-focus-shadow",
28331
28356
  "scope": "default",
28332
28357
  "line": {
28333
- "start": 230,
28334
- "end": 230
28358
+ "start": 237,
28359
+ "end": 237
28335
28360
  }
28336
28361
  },
28337
28362
  "group": [
@@ -28346,8 +28371,8 @@
28346
28371
  {
28347
28372
  "description": "The text color of the Input placeholder.\n",
28348
28373
  "commentRange": {
28349
- "start": 232,
28350
- "end": 233
28374
+ "start": 239,
28375
+ "end": 240
28351
28376
  },
28352
28377
  "context": {
28353
28378
  "type": "variable",
@@ -28355,8 +28380,8 @@
28355
28380
  "value": "$kendo-subtle-text",
28356
28381
  "scope": "default",
28357
28382
  "line": {
28358
- "start": 234,
28359
- "end": 234
28383
+ "start": 241,
28384
+ "end": 241
28360
28385
  }
28361
28386
  },
28362
28387
  "group": [
@@ -28371,8 +28396,8 @@
28371
28396
  {
28372
28397
  "description": "The opacity of the Input placeholder.\n",
28373
28398
  "commentRange": {
28374
- "start": 235,
28375
- "end": 236
28399
+ "start": 242,
28400
+ "end": 243
28376
28401
  },
28377
28402
  "context": {
28378
28403
  "type": "variable",
@@ -28380,8 +28405,8 @@
28380
28405
  "value": "1",
28381
28406
  "scope": "default",
28382
28407
  "line": {
28383
- "start": 237,
28384
- "end": 237
28408
+ "start": 244,
28409
+ "end": 244
28385
28410
  }
28386
28411
  },
28387
28412
  "group": [
@@ -28396,8 +28421,8 @@
28396
28421
  {
28397
28422
  "description": "The color of the Input clear value icon.\n",
28398
28423
  "commentRange": {
28399
- "start": 240,
28400
- "end": 241
28424
+ "start": 247,
28425
+ "end": 248
28401
28426
  },
28402
28427
  "context": {
28403
28428
  "type": "variable",
@@ -28405,8 +28430,8 @@
28405
28430
  "value": "null",
28406
28431
  "scope": "default",
28407
28432
  "line": {
28408
- "start": 242,
28409
- "end": 242
28433
+ "start": 249,
28434
+ "end": 249
28410
28435
  }
28411
28436
  },
28412
28437
  "group": [
@@ -28421,8 +28446,8 @@
28421
28446
  {
28422
28447
  "description": "The opacity of the Input clear value icon.\n",
28423
28448
  "commentRange": {
28424
- "start": 243,
28425
- "end": 244
28449
+ "start": 250,
28450
+ "end": 251
28426
28451
  },
28427
28452
  "context": {
28428
28453
  "type": "variable",
@@ -28430,8 +28455,8 @@
28430
28455
  "value": ".5",
28431
28456
  "scope": "default",
28432
28457
  "line": {
28433
- "start": 245,
28434
- "end": 245
28458
+ "start": 252,
28459
+ "end": 252
28435
28460
  }
28436
28461
  },
28437
28462
  "group": [
@@ -28446,8 +28471,8 @@
28446
28471
  {
28447
28472
  "description": "The color of the hovered Input clear value icon.\n",
28448
28473
  "commentRange": {
28449
- "start": 246,
28450
- "end": 247
28474
+ "start": 253,
28475
+ "end": 254
28451
28476
  },
28452
28477
  "context": {
28453
28478
  "type": "variable",
@@ -28455,8 +28480,8 @@
28455
28480
  "value": "null",
28456
28481
  "scope": "default",
28457
28482
  "line": {
28458
- "start": 248,
28459
- "end": 248
28483
+ "start": 255,
28484
+ "end": 255
28460
28485
  }
28461
28486
  },
28462
28487
  "group": [
@@ -28471,8 +28496,8 @@
28471
28496
  {
28472
28497
  "description": "The opacity of the hovered Input clear value icon.\n",
28473
28498
  "commentRange": {
28474
- "start": 249,
28475
- "end": 250
28499
+ "start": 256,
28500
+ "end": 257
28476
28501
  },
28477
28502
  "context": {
28478
28503
  "type": "variable",
@@ -28480,8 +28505,8 @@
28480
28505
  "value": "1",
28481
28506
  "scope": "default",
28482
28507
  "line": {
28483
- "start": 251,
28484
- "end": 251
28508
+ "start": 258,
28509
+ "end": 258
28485
28510
  }
28486
28511
  },
28487
28512
  "group": [
@@ -28496,8 +28521,8 @@
28496
28521
  {
28497
28522
  "description": "The vertical margin of the clear value icon.\n",
28498
28523
  "commentRange": {
28499
- "start": 253,
28500
- "end": 254
28524
+ "start": 260,
28525
+ "end": 261
28501
28526
  },
28502
28527
  "context": {
28503
28528
  "type": "variable",
@@ -28505,8 +28530,8 @@
28505
28530
  "value": "k-spacing(0.5)",
28506
28531
  "scope": "default",
28507
28532
  "line": {
28508
- "start": 255,
28509
- "end": 255
28533
+ "start": 262,
28534
+ "end": 262
28510
28535
  }
28511
28536
  },
28512
28537
  "group": [
@@ -28521,8 +28546,8 @@
28521
28546
  {
28522
28547
  "description": "The horizontal margin of the clear value icon.\n",
28523
28548
  "commentRange": {
28524
- "start": 256,
28525
- "end": 257
28549
+ "start": 263,
28550
+ "end": 264
28526
28551
  },
28527
28552
  "context": {
28528
28553
  "type": "variable",
@@ -28530,8 +28555,8 @@
28530
28555
  "value": "$kendo-input-values-margin-y",
28531
28556
  "scope": "default",
28532
28557
  "line": {
28533
- "start": 258,
28534
- "end": 258
28558
+ "start": 265,
28559
+ "end": 265
28535
28560
  }
28536
28561
  },
28537
28562
  "group": [
@@ -28546,8 +28571,8 @@
28546
28571
  {
28547
28572
  "description": "The width of the Input button.\n",
28548
28573
  "commentRange": {
28549
- "start": 260,
28550
- "end": 261
28574
+ "start": 267,
28575
+ "end": 268
28551
28576
  },
28552
28577
  "context": {
28553
28578
  "type": "variable",
@@ -28555,8 +28580,8 @@
28555
28580
  "value": "unset",
28556
28581
  "scope": "default",
28557
28582
  "line": {
28558
- "start": 262,
28559
- "end": 262
28583
+ "start": 269,
28584
+ "end": 269
28560
28585
  }
28561
28586
  },
28562
28587
  "group": [
@@ -28571,8 +28596,8 @@
28571
28596
  {
28572
28597
  "description": "The border width of the Input button.\n",
28573
28598
  "commentRange": {
28574
- "start": 263,
28575
- "end": 264
28599
+ "start": 270,
28600
+ "end": 271
28576
28601
  },
28577
28602
  "context": {
28578
28603
  "type": "variable",
@@ -28580,8 +28605,8 @@
28580
28605
  "value": "1px",
28581
28606
  "scope": "default",
28582
28607
  "line": {
28583
- "start": 265,
28584
- "end": 265
28608
+ "start": 272,
28609
+ "end": 272
28585
28610
  }
28586
28611
  },
28587
28612
  "group": [
@@ -28596,8 +28621,8 @@
28596
28621
  {
28597
28622
  "description": "The width of the Input spinner button.\n",
28598
28623
  "commentRange": {
28599
- "start": 266,
28600
- "end": 267
28624
+ "start": 273,
28625
+ "end": 274
28601
28626
  },
28602
28627
  "context": {
28603
28628
  "type": "variable",
@@ -28605,8 +28630,8 @@
28605
28630
  "value": "unset",
28606
28631
  "scope": "default",
28607
28632
  "line": {
28608
- "start": 268,
28609
- "end": 268
28633
+ "start": 275,
28634
+ "end": 275
28610
28635
  }
28611
28636
  },
28612
28637
  "group": [
@@ -28621,8 +28646,8 @@
28621
28646
  {
28622
28647
  "description": "The icon offset of the Input spinner button.\n",
28623
28648
  "commentRange": {
28624
- "start": 269,
28625
- "end": 270
28649
+ "start": 276,
28650
+ "end": 277
28626
28651
  },
28627
28652
  "context": {
28628
28653
  "type": "variable",
@@ -28630,8 +28655,8 @@
28630
28655
  "value": "null",
28631
28656
  "scope": "default",
28632
28657
  "line": {
28633
- "start": 271,
28634
- "end": 271
28658
+ "start": 278,
28659
+ "end": 278
28635
28660
  }
28636
28661
  },
28637
28662
  "group": [
@@ -28646,8 +28671,8 @@
28646
28671
  {
28647
28672
  "description": "The color of the Input separator.\n",
28648
28673
  "commentRange": {
28649
- "start": 273,
28650
- "end": 274
28674
+ "start": 280,
28675
+ "end": 281
28651
28676
  },
28652
28677
  "context": {
28653
28678
  "type": "variable",
@@ -28655,8 +28680,8 @@
28655
28680
  "value": "$kendo-component-border",
28656
28681
  "scope": "default",
28657
28682
  "line": {
28658
- "start": 275,
28659
- "end": 275
28683
+ "start": 282,
28684
+ "end": 282
28660
28685
  }
28661
28686
  },
28662
28687
  "group": [
@@ -28671,8 +28696,8 @@
28671
28696
  {
28672
28697
  "description": "The opacity of the Input separator.\n",
28673
28698
  "commentRange": {
28674
- "start": 276,
28675
- "end": 277
28699
+ "start": 283,
28700
+ "end": 284
28676
28701
  },
28677
28702
  "context": {
28678
28703
  "type": "variable",
@@ -28680,8 +28705,8 @@
28680
28705
  "value": ".5",
28681
28706
  "scope": "default",
28682
28707
  "line": {
28683
- "start": 278,
28684
- "end": 278
28708
+ "start": 285,
28709
+ "end": 285
28685
28710
  }
28686
28711
  },
28687
28712
  "group": [
@@ -28696,8 +28721,8 @@
28696
28721
  {
28697
28722
  "description": "The text color of the Input prefix.\n",
28698
28723
  "commentRange": {
28699
- "start": 280,
28700
- "end": 281
28724
+ "start": 287,
28725
+ "end": 288
28701
28726
  },
28702
28727
  "context": {
28703
28728
  "type": "variable",
@@ -28705,8 +28730,8 @@
28705
28730
  "value": "$kendo-subtle-text",
28706
28731
  "scope": "default",
28707
28732
  "line": {
28708
- "start": 282,
28709
- "end": 282
28733
+ "start": 289,
28734
+ "end": 289
28710
28735
  }
28711
28736
  },
28712
28737
  "group": [
@@ -28721,8 +28746,8 @@
28721
28746
  {
28722
28747
  "description": "The text color of the Input suffix.\n",
28723
28748
  "commentRange": {
28724
- "start": 283,
28725
- "end": 284
28749
+ "start": 290,
28750
+ "end": 291
28726
28751
  },
28727
28752
  "context": {
28728
28753
  "type": "variable",
@@ -28730,8 +28755,8 @@
28730
28755
  "value": "$kendo-subtle-text",
28731
28756
  "scope": "default",
28732
28757
  "line": {
28733
- "start": 285,
28734
- "end": 285
28758
+ "start": 292,
28759
+ "end": 292
28735
28760
  }
28736
28761
  },
28737
28762
  "group": [
@@ -28746,8 +28771,8 @@
28746
28771
  {
28747
28772
  "description": "The border color of the invalid Input components.\n",
28748
28773
  "commentRange": {
28749
- "start": 287,
28750
- "end": 288
28774
+ "start": 294,
28775
+ "end": 295
28751
28776
  },
28752
28777
  "context": {
28753
28778
  "type": "variable",
@@ -28755,8 +28780,8 @@
28755
28780
  "value": "$kendo-invalid-border",
28756
28781
  "scope": "default",
28757
28782
  "line": {
28758
- "start": 289,
28759
- "end": 289
28783
+ "start": 296,
28784
+ "end": 296
28760
28785
  }
28761
28786
  },
28762
28787
  "group": [
@@ -28771,8 +28796,8 @@
28771
28796
  {
28772
28797
  "description": "The shadow of the invalid Input components.\n",
28773
28798
  "commentRange": {
28774
- "start": 290,
28775
- "end": 291
28799
+ "start": 297,
28800
+ "end": 298
28776
28801
  },
28777
28802
  "context": {
28778
28803
  "type": "variable",
@@ -28780,8 +28805,8 @@
28780
28805
  "value": "$kendo-invalid-shadow",
28781
28806
  "scope": "default",
28782
28807
  "line": {
28783
- "start": 292,
28784
- "end": 292
28808
+ "start": 299,
28809
+ "end": 299
28785
28810
  }
28786
28811
  },
28787
28812
  "group": [
@@ -34568,6 +34593,306 @@
34568
34593
  "name": "_variables.scss"
34569
34594
  }
34570
34595
  },
34596
+ {
34597
+ "description": "The gap between the items in the OTP.\n",
34598
+ "commentRange": {
34599
+ "start": 6,
34600
+ "end": 7
34601
+ },
34602
+ "context": {
34603
+ "type": "variable",
34604
+ "name": "kendo-otp-gap",
34605
+ "value": "k-spacing(1.5)",
34606
+ "scope": "default",
34607
+ "line": {
34608
+ "start": 8,
34609
+ "end": 8
34610
+ }
34611
+ },
34612
+ "group": [
34613
+ "one-time-password"
34614
+ ],
34615
+ "access": "public",
34616
+ "file": {
34617
+ "path": "otp/_variables.scss",
34618
+ "name": "_variables.scss"
34619
+ }
34620
+ },
34621
+ {
34622
+ "description": "The gap between the items in the small OTP.\n",
34623
+ "commentRange": {
34624
+ "start": 9,
34625
+ "end": 10
34626
+ },
34627
+ "context": {
34628
+ "type": "variable",
34629
+ "name": "kendo-otp-sm-gap",
34630
+ "value": "k-spacing(1)",
34631
+ "scope": "default",
34632
+ "line": {
34633
+ "start": 11,
34634
+ "end": 11
34635
+ }
34636
+ },
34637
+ "group": [
34638
+ "one-time-password"
34639
+ ],
34640
+ "access": "public",
34641
+ "file": {
34642
+ "path": "otp/_variables.scss",
34643
+ "name": "_variables.scss"
34644
+ }
34645
+ },
34646
+ {
34647
+ "description": "The gap between the items in the medium OTP.\n",
34648
+ "commentRange": {
34649
+ "start": 12,
34650
+ "end": 13
34651
+ },
34652
+ "context": {
34653
+ "type": "variable",
34654
+ "name": "kendo-otp-md-gap",
34655
+ "value": "$kendo-otp-gap",
34656
+ "scope": "default",
34657
+ "line": {
34658
+ "start": 14,
34659
+ "end": 14
34660
+ }
34661
+ },
34662
+ "group": [
34663
+ "one-time-password"
34664
+ ],
34665
+ "access": "public",
34666
+ "file": {
34667
+ "path": "otp/_variables.scss",
34668
+ "name": "_variables.scss"
34669
+ }
34670
+ },
34671
+ {
34672
+ "description": "The gap between the items in the large OTP.\n",
34673
+ "commentRange": {
34674
+ "start": 15,
34675
+ "end": 16
34676
+ },
34677
+ "context": {
34678
+ "type": "variable",
34679
+ "name": "kendo-otp-lg-gap",
34680
+ "value": "k-spacing(2)",
34681
+ "scope": "default",
34682
+ "line": {
34683
+ "start": 17,
34684
+ "end": 17
34685
+ }
34686
+ },
34687
+ "group": [
34688
+ "one-time-password"
34689
+ ],
34690
+ "access": "public",
34691
+ "file": {
34692
+ "path": "otp/_variables.scss",
34693
+ "name": "_variables.scss"
34694
+ }
34695
+ },
34696
+ {
34697
+ "description": "The horizontal padding of the OTP separator.\n",
34698
+ "commentRange": {
34699
+ "start": 19,
34700
+ "end": 20
34701
+ },
34702
+ "context": {
34703
+ "type": "variable",
34704
+ "name": "kendo-otp-separator-padding-x",
34705
+ "value": "$kendo-otp-gap",
34706
+ "scope": "default",
34707
+ "line": {
34708
+ "start": 21,
34709
+ "end": 21
34710
+ }
34711
+ },
34712
+ "group": [
34713
+ "one-time-password"
34714
+ ],
34715
+ "access": "public",
34716
+ "file": {
34717
+ "path": "otp/_variables.scss",
34718
+ "name": "_variables.scss"
34719
+ }
34720
+ },
34721
+ {
34722
+ "description": "The horizontal padding of the small OTP separator.\n",
34723
+ "commentRange": {
34724
+ "start": 22,
34725
+ "end": 23
34726
+ },
34727
+ "context": {
34728
+ "type": "variable",
34729
+ "name": "kendo-otp-sm-separator-padding-x",
34730
+ "value": "$kendo-otp-sm-gap",
34731
+ "scope": "default",
34732
+ "line": {
34733
+ "start": 24,
34734
+ "end": 24
34735
+ }
34736
+ },
34737
+ "group": [
34738
+ "one-time-password"
34739
+ ],
34740
+ "access": "public",
34741
+ "file": {
34742
+ "path": "otp/_variables.scss",
34743
+ "name": "_variables.scss"
34744
+ }
34745
+ },
34746
+ {
34747
+ "description": "The horizontal padding of the medium OTP separator.\n",
34748
+ "commentRange": {
34749
+ "start": 25,
34750
+ "end": 26
34751
+ },
34752
+ "context": {
34753
+ "type": "variable",
34754
+ "name": "kendo-otp-md-separator-padding-x",
34755
+ "value": "$kendo-otp-separator-padding-x",
34756
+ "scope": "default",
34757
+ "line": {
34758
+ "start": 27,
34759
+ "end": 27
34760
+ }
34761
+ },
34762
+ "group": [
34763
+ "one-time-password"
34764
+ ],
34765
+ "access": "public",
34766
+ "file": {
34767
+ "path": "otp/_variables.scss",
34768
+ "name": "_variables.scss"
34769
+ }
34770
+ },
34771
+ {
34772
+ "description": "The horizontal padding of the large OTP separator.\n",
34773
+ "commentRange": {
34774
+ "start": 28,
34775
+ "end": 29
34776
+ },
34777
+ "context": {
34778
+ "type": "variable",
34779
+ "name": "kendo-otp-lg-separator-padding-x",
34780
+ "value": "$kendo-otp-lg-gap",
34781
+ "scope": "default",
34782
+ "line": {
34783
+ "start": 30,
34784
+ "end": 30
34785
+ }
34786
+ },
34787
+ "group": [
34788
+ "one-time-password"
34789
+ ],
34790
+ "access": "public",
34791
+ "file": {
34792
+ "path": "otp/_variables.scss",
34793
+ "name": "_variables.scss"
34794
+ }
34795
+ },
34796
+ {
34797
+ "description": "The horizontal padding of the OTP separator.\n",
34798
+ "commentRange": {
34799
+ "start": 32,
34800
+ "end": 33
34801
+ },
34802
+ "context": {
34803
+ "type": "variable",
34804
+ "name": "kendo-otp-input-width",
34805
+ "value": "$kendo-input-calc-size",
34806
+ "scope": "default",
34807
+ "line": {
34808
+ "start": 34,
34809
+ "end": 34
34810
+ }
34811
+ },
34812
+ "group": [
34813
+ "one-time-password"
34814
+ ],
34815
+ "access": "public",
34816
+ "file": {
34817
+ "path": "otp/_variables.scss",
34818
+ "name": "_variables.scss"
34819
+ }
34820
+ },
34821
+ {
34822
+ "description": "The horizontal padding of the small OTP separator.\n",
34823
+ "commentRange": {
34824
+ "start": 35,
34825
+ "end": 36
34826
+ },
34827
+ "context": {
34828
+ "type": "variable",
34829
+ "name": "kendo-otp-sm-input-width",
34830
+ "value": "$kendo-input-sm-calc-size",
34831
+ "scope": "default",
34832
+ "line": {
34833
+ "start": 37,
34834
+ "end": 37
34835
+ }
34836
+ },
34837
+ "group": [
34838
+ "one-time-password"
34839
+ ],
34840
+ "access": "public",
34841
+ "file": {
34842
+ "path": "otp/_variables.scss",
34843
+ "name": "_variables.scss"
34844
+ }
34845
+ },
34846
+ {
34847
+ "description": "The horizontal padding of the medium OTP separator.\n",
34848
+ "commentRange": {
34849
+ "start": 38,
34850
+ "end": 39
34851
+ },
34852
+ "context": {
34853
+ "type": "variable",
34854
+ "name": "kendo-otp-md-input-width",
34855
+ "value": "$kendo-otp-input-width",
34856
+ "scope": "default",
34857
+ "line": {
34858
+ "start": 40,
34859
+ "end": 40
34860
+ }
34861
+ },
34862
+ "group": [
34863
+ "one-time-password"
34864
+ ],
34865
+ "access": "public",
34866
+ "file": {
34867
+ "path": "otp/_variables.scss",
34868
+ "name": "_variables.scss"
34869
+ }
34870
+ },
34871
+ {
34872
+ "description": "The horizontal padding of the large OTP separator.\n",
34873
+ "commentRange": {
34874
+ "start": 41,
34875
+ "end": 42
34876
+ },
34877
+ "context": {
34878
+ "type": "variable",
34879
+ "name": "kendo-otp-lg-input-width",
34880
+ "value": "$kendo-input-lg-calc-size",
34881
+ "scope": "default",
34882
+ "line": {
34883
+ "start": 43,
34884
+ "end": 43
34885
+ }
34886
+ },
34887
+ "group": [
34888
+ "one-time-password"
34889
+ ],
34890
+ "access": "public",
34891
+ "file": {
34892
+ "path": "otp/_variables.scss",
34893
+ "name": "_variables.scss"
34894
+ }
34895
+ },
34571
34896
  {
34572
34897
  "description": "The spacing index of the OrgChart.\n",
34573
34898
  "commentRange": {
@@ -40471,8 +40796,8 @@
40471
40796
  {
40472
40797
  "description": "The background color of the Picker components.\n",
40473
40798
  "commentRange": {
40474
- "start": 294,
40475
- "end": 295
40799
+ "start": 301,
40800
+ "end": 302
40476
40801
  },
40477
40802
  "context": {
40478
40803
  "type": "variable",
@@ -40480,8 +40805,8 @@
40480
40805
  "value": "$kendo-input-bg",
40481
40806
  "scope": "default",
40482
40807
  "line": {
40483
- "start": 296,
40484
- "end": 296
40808
+ "start": 303,
40809
+ "end": 303
40485
40810
  }
40486
40811
  },
40487
40812
  "group": [
@@ -40496,8 +40821,8 @@
40496
40821
  {
40497
40822
  "description": "The text color of the Picker components.\n",
40498
40823
  "commentRange": {
40499
- "start": 297,
40500
- "end": 298
40824
+ "start": 304,
40825
+ "end": 305
40501
40826
  },
40502
40827
  "context": {
40503
40828
  "type": "variable",
@@ -40505,8 +40830,8 @@
40505
40830
  "value": "$kendo-input-text",
40506
40831
  "scope": "default",
40507
40832
  "line": {
40508
- "start": 299,
40509
- "end": 299
40833
+ "start": 306,
40834
+ "end": 306
40510
40835
  }
40511
40836
  },
40512
40837
  "group": [
@@ -40521,8 +40846,8 @@
40521
40846
  {
40522
40847
  "description": "The border color of the Picker components.\n",
40523
40848
  "commentRange": {
40524
- "start": 300,
40525
- "end": 301
40849
+ "start": 307,
40850
+ "end": 308
40526
40851
  },
40527
40852
  "context": {
40528
40853
  "type": "variable",
@@ -40530,8 +40855,8 @@
40530
40855
  "value": "$kendo-input-border",
40531
40856
  "scope": "default",
40532
40857
  "line": {
40533
- "start": 302,
40534
- "end": 302
40858
+ "start": 309,
40859
+ "end": 309
40535
40860
  }
40536
40861
  },
40537
40862
  "group": [
@@ -40546,8 +40871,8 @@
40546
40871
  {
40547
40872
  "description": "The gradient of the Picker components.\n",
40548
40873
  "commentRange": {
40549
- "start": 303,
40550
- "end": 304
40874
+ "start": 310,
40875
+ "end": 311
40551
40876
  },
40552
40877
  "context": {
40553
40878
  "type": "variable",
@@ -40555,8 +40880,8 @@
40555
40880
  "value": "none",
40556
40881
  "scope": "default",
40557
40882
  "line": {
40558
- "start": 305,
40559
- "end": 305
40883
+ "start": 312,
40884
+ "end": 312
40560
40885
  }
40561
40886
  },
40562
40887
  "group": [
@@ -40571,8 +40896,8 @@
40571
40896
  {
40572
40897
  "description": "The shadow of the Picker components.\n",
40573
40898
  "commentRange": {
40574
- "start": 306,
40575
- "end": 307
40899
+ "start": 313,
40900
+ "end": 314
40576
40901
  },
40577
40902
  "context": {
40578
40903
  "type": "variable",
@@ -40580,8 +40905,8 @@
40580
40905
  "value": "$kendo-input-shadow",
40581
40906
  "scope": "default",
40582
40907
  "line": {
40583
- "start": 308,
40584
- "end": 308
40908
+ "start": 315,
40909
+ "end": 315
40585
40910
  }
40586
40911
  },
40587
40912
  "group": [
@@ -40596,8 +40921,8 @@
40596
40921
  {
40597
40922
  "description": "The background color of the hovered Picker components.\n",
40598
40923
  "commentRange": {
40599
- "start": 310,
40600
- "end": 311
40924
+ "start": 317,
40925
+ "end": 318
40601
40926
  },
40602
40927
  "context": {
40603
40928
  "type": "variable",
@@ -40605,8 +40930,8 @@
40605
40930
  "value": "$kendo-input-bg",
40606
40931
  "scope": "default",
40607
40932
  "line": {
40608
- "start": 312,
40609
- "end": 312
40933
+ "start": 319,
40934
+ "end": 319
40610
40935
  }
40611
40936
  },
40612
40937
  "group": [
@@ -40621,8 +40946,8 @@
40621
40946
  {
40622
40947
  "description": "The text color of the hovered Picker components.\n",
40623
40948
  "commentRange": {
40624
- "start": 313,
40625
- "end": 314
40949
+ "start": 320,
40950
+ "end": 321
40626
40951
  },
40627
40952
  "context": {
40628
40953
  "type": "variable",
@@ -40630,8 +40955,8 @@
40630
40955
  "value": "$kendo-input-hover-text",
40631
40956
  "scope": "default",
40632
40957
  "line": {
40633
- "start": 315,
40634
- "end": 315
40958
+ "start": 322,
40959
+ "end": 322
40635
40960
  }
40636
40961
  },
40637
40962
  "group": [
@@ -40646,8 +40971,8 @@
40646
40971
  {
40647
40972
  "description": "The border color of the hovered Picker components.\n",
40648
40973
  "commentRange": {
40649
- "start": 316,
40650
- "end": 317
40974
+ "start": 323,
40975
+ "end": 324
40651
40976
  },
40652
40977
  "context": {
40653
40978
  "type": "variable",
@@ -40655,8 +40980,8 @@
40655
40980
  "value": "$kendo-input-hover-border",
40656
40981
  "scope": "default",
40657
40982
  "line": {
40658
- "start": 318,
40659
- "end": 318
40983
+ "start": 325,
40984
+ "end": 325
40660
40985
  }
40661
40986
  },
40662
40987
  "group": [
@@ -40671,8 +40996,8 @@
40671
40996
  {
40672
40997
  "description": "The gradient of the hovered Picker components.\n",
40673
40998
  "commentRange": {
40674
- "start": 319,
40675
- "end": 320
40999
+ "start": 326,
41000
+ "end": 327
40676
41001
  },
40677
41002
  "context": {
40678
41003
  "type": "variable",
@@ -40680,8 +41005,8 @@
40680
41005
  "value": "none",
40681
41006
  "scope": "default",
40682
41007
  "line": {
40683
- "start": 321,
40684
- "end": 321
41008
+ "start": 328,
41009
+ "end": 328
40685
41010
  }
40686
41011
  },
40687
41012
  "group": [
@@ -40696,8 +41021,8 @@
40696
41021
  {
40697
41022
  "description": "The shadow of the hovered Picker components.\n",
40698
41023
  "commentRange": {
40699
- "start": 322,
40700
- "end": 323
41024
+ "start": 329,
41025
+ "end": 330
40701
41026
  },
40702
41027
  "context": {
40703
41028
  "type": "variable",
@@ -40705,8 +41030,8 @@
40705
41030
  "value": "$kendo-input-hover-shadow",
40706
41031
  "scope": "default",
40707
41032
  "line": {
40708
- "start": 324,
40709
- "end": 324
41033
+ "start": 331,
41034
+ "end": 331
40710
41035
  }
40711
41036
  },
40712
41037
  "group": [
@@ -40721,8 +41046,8 @@
40721
41046
  {
40722
41047
  "description": "The background color of the focused Picker components.\n",
40723
41048
  "commentRange": {
40724
- "start": 326,
40725
- "end": 327
41049
+ "start": 333,
41050
+ "end": 334
40726
41051
  },
40727
41052
  "context": {
40728
41053
  "type": "variable",
@@ -40730,8 +41055,8 @@
40730
41055
  "value": "$kendo-input-bg",
40731
41056
  "scope": "default",
40732
41057
  "line": {
40733
- "start": 328,
40734
- "end": 328
41058
+ "start": 335,
41059
+ "end": 335
40735
41060
  }
40736
41061
  },
40737
41062
  "group": [
@@ -40746,8 +41071,8 @@
40746
41071
  {
40747
41072
  "description": "The text color of the focused Picker components.\n",
40748
41073
  "commentRange": {
40749
- "start": 329,
40750
- "end": 330
41074
+ "start": 336,
41075
+ "end": 337
40751
41076
  },
40752
41077
  "context": {
40753
41078
  "type": "variable",
@@ -40755,8 +41080,8 @@
40755
41080
  "value": "$kendo-input-focus-text",
40756
41081
  "scope": "default",
40757
41082
  "line": {
40758
- "start": 331,
40759
- "end": 331
41083
+ "start": 338,
41084
+ "end": 338
40760
41085
  }
40761
41086
  },
40762
41087
  "group": [
@@ -40771,8 +41096,8 @@
40771
41096
  {
40772
41097
  "description": "The border color of the focused Picker components.\n",
40773
41098
  "commentRange": {
40774
- "start": 332,
40775
- "end": 333
41099
+ "start": 339,
41100
+ "end": 340
40776
41101
  },
40777
41102
  "context": {
40778
41103
  "type": "variable",
@@ -40780,8 +41105,8 @@
40780
41105
  "value": "$kendo-input-focus-border",
40781
41106
  "scope": "default",
40782
41107
  "line": {
40783
- "start": 334,
40784
- "end": 334
41108
+ "start": 341,
41109
+ "end": 341
40785
41110
  }
40786
41111
  },
40787
41112
  "group": [
@@ -40796,8 +41121,8 @@
40796
41121
  {
40797
41122
  "description": "The gradient of the focused Picker components.\n",
40798
41123
  "commentRange": {
40799
- "start": 335,
40800
- "end": 336
41124
+ "start": 342,
41125
+ "end": 343
40801
41126
  },
40802
41127
  "context": {
40803
41128
  "type": "variable",
@@ -40805,8 +41130,8 @@
40805
41130
  "value": "none",
40806
41131
  "scope": "default",
40807
41132
  "line": {
40808
- "start": 337,
40809
- "end": 337
41133
+ "start": 344,
41134
+ "end": 344
40810
41135
  }
40811
41136
  },
40812
41137
  "group": [
@@ -40821,8 +41146,8 @@
40821
41146
  {
40822
41147
  "description": "The shadow of the focused Picker components.\n",
40823
41148
  "commentRange": {
40824
- "start": 338,
40825
- "end": 339
41149
+ "start": 345,
41150
+ "end": 346
40826
41151
  },
40827
41152
  "context": {
40828
41153
  "type": "variable",
@@ -40830,8 +41155,8 @@
40830
41155
  "value": "$kendo-input-focus-shadow",
40831
41156
  "scope": "default",
40832
41157
  "line": {
40833
- "start": 340,
40834
- "end": 340
41158
+ "start": 347,
41159
+ "end": 347
40835
41160
  }
40836
41161
  },
40837
41162
  "group": [
@@ -40846,8 +41171,8 @@
40846
41171
  {
40847
41172
  "description": "The background color of the disabled Picker components.\n",
40848
41173
  "commentRange": {
40849
- "start": 342,
40850
- "end": 343
41174
+ "start": 349,
41175
+ "end": 350
40851
41176
  },
40852
41177
  "context": {
40853
41178
  "type": "variable",
@@ -40855,8 +41180,8 @@
40855
41180
  "value": "$kendo-input-disabled-bg",
40856
41181
  "scope": "default",
40857
41182
  "line": {
40858
- "start": 344,
40859
- "end": 344
41183
+ "start": 351,
41184
+ "end": 351
40860
41185
  }
40861
41186
  },
40862
41187
  "group": [
@@ -40871,8 +41196,8 @@
40871
41196
  {
40872
41197
  "description": "The text color of the disabled Picker components.\n",
40873
41198
  "commentRange": {
40874
- "start": 345,
40875
- "end": 346
41199
+ "start": 352,
41200
+ "end": 353
40876
41201
  },
40877
41202
  "context": {
40878
41203
  "type": "variable",
@@ -40880,8 +41205,8 @@
40880
41205
  "value": "$kendo-input-disabled-text",
40881
41206
  "scope": "default",
40882
41207
  "line": {
40883
- "start": 347,
40884
- "end": 347
41208
+ "start": 354,
41209
+ "end": 354
40885
41210
  }
40886
41211
  },
40887
41212
  "group": [
@@ -40896,8 +41221,8 @@
40896
41221
  {
40897
41222
  "description": "The border color of the disabled Picker components.\n",
40898
41223
  "commentRange": {
40899
- "start": 348,
40900
- "end": 349
41224
+ "start": 355,
41225
+ "end": 356
40901
41226
  },
40902
41227
  "context": {
40903
41228
  "type": "variable",
@@ -40905,8 +41230,8 @@
40905
41230
  "value": "$kendo-input-disabled-border",
40906
41231
  "scope": "default",
40907
41232
  "line": {
40908
- "start": 350,
40909
- "end": 350
41233
+ "start": 357,
41234
+ "end": 357
40910
41235
  }
40911
41236
  },
40912
41237
  "group": [
@@ -40921,8 +41246,8 @@
40921
41246
  {
40922
41247
  "description": "The gradient of the disabled Picker components.\n",
40923
41248
  "commentRange": {
40924
- "start": 351,
40925
- "end": 352
41249
+ "start": 358,
41250
+ "end": 359
40926
41251
  },
40927
41252
  "context": {
40928
41253
  "type": "variable",
@@ -40930,8 +41255,8 @@
40930
41255
  "value": "null",
40931
41256
  "scope": "default",
40932
41257
  "line": {
40933
- "start": 353,
40934
- "end": 353
41258
+ "start": 360,
41259
+ "end": 360
40935
41260
  }
40936
41261
  },
40937
41262
  "group": [
@@ -40946,8 +41271,8 @@
40946
41271
  {
40947
41272
  "description": "The shadow of the disabled Picker components.\n",
40948
41273
  "commentRange": {
40949
- "start": 354,
40950
- "end": 355
41274
+ "start": 361,
41275
+ "end": 362
40951
41276
  },
40952
41277
  "context": {
40953
41278
  "type": "variable",
@@ -40955,8 +41280,8 @@
40955
41280
  "value": "null",
40956
41281
  "scope": "default",
40957
41282
  "line": {
40958
- "start": 356,
40959
- "end": 356
41283
+ "start": 363,
41284
+ "end": 363
40960
41285
  }
40961
41286
  },
40962
41287
  "group": [
@@ -40971,8 +41296,8 @@
40971
41296
  {
40972
41297
  "description": "The background color of the outline Picker components.\n",
40973
41298
  "commentRange": {
40974
- "start": 358,
40975
- "end": 359
41299
+ "start": 365,
41300
+ "end": 366
40976
41301
  },
40977
41302
  "context": {
40978
41303
  "type": "variable",
@@ -40980,8 +41305,8 @@
40980
41305
  "value": "null",
40981
41306
  "scope": "default",
40982
41307
  "line": {
40983
- "start": 360,
40984
- "end": 360
41308
+ "start": 367,
41309
+ "end": 367
40985
41310
  }
40986
41311
  },
40987
41312
  "group": [
@@ -40996,8 +41321,8 @@
40996
41321
  {
40997
41322
  "description": "The text color of the outline Picker components.\n",
40998
41323
  "commentRange": {
40999
- "start": 361,
41000
- "end": 362
41324
+ "start": 368,
41325
+ "end": 369
41001
41326
  },
41002
41327
  "context": {
41003
41328
  "type": "variable",
@@ -41005,8 +41330,8 @@
41005
41330
  "value": "$kendo-picker-text",
41006
41331
  "scope": "default",
41007
41332
  "line": {
41008
- "start": 363,
41009
- "end": 363
41333
+ "start": 370,
41334
+ "end": 370
41010
41335
  }
41011
41336
  },
41012
41337
  "group": [
@@ -41021,8 +41346,8 @@
41021
41346
  {
41022
41347
  "description": "The border color of the outline Picker components.\n",
41023
41348
  "commentRange": {
41024
- "start": 364,
41025
- "end": 365
41349
+ "start": 371,
41350
+ "end": 372
41026
41351
  },
41027
41352
  "context": {
41028
41353
  "type": "variable",
@@ -41030,8 +41355,8 @@
41030
41355
  "value": "$kendo-picker-border",
41031
41356
  "scope": "default",
41032
41357
  "line": {
41033
- "start": 366,
41034
- "end": 366
41358
+ "start": 373,
41359
+ "end": 373
41035
41360
  }
41036
41361
  },
41037
41362
  "group": [
@@ -41046,8 +41371,8 @@
41046
41371
  {
41047
41372
  "description": "The background color of the outline hovered Picker components.\n",
41048
41373
  "commentRange": {
41049
- "start": 368,
41050
- "end": 369
41374
+ "start": 375,
41375
+ "end": 376
41051
41376
  },
41052
41377
  "context": {
41053
41378
  "type": "variable",
@@ -41055,8 +41380,8 @@
41055
41380
  "value": "unset",
41056
41381
  "scope": "default",
41057
41382
  "line": {
41058
- "start": 370,
41059
- "end": 370
41383
+ "start": 377,
41384
+ "end": 377
41060
41385
  }
41061
41386
  },
41062
41387
  "group": [
@@ -41071,8 +41396,8 @@
41071
41396
  {
41072
41397
  "description": "The text color of the outline hovered Picker components.\n",
41073
41398
  "commentRange": {
41074
- "start": 371,
41075
- "end": 372
41399
+ "start": 378,
41400
+ "end": 379
41076
41401
  },
41077
41402
  "context": {
41078
41403
  "type": "variable",
@@ -41080,8 +41405,8 @@
41080
41405
  "value": "unset",
41081
41406
  "scope": "default",
41082
41407
  "line": {
41083
- "start": 373,
41084
- "end": 373
41408
+ "start": 380,
41409
+ "end": 380
41085
41410
  }
41086
41411
  },
41087
41412
  "group": [
@@ -41096,8 +41421,8 @@
41096
41421
  {
41097
41422
  "description": "The border color of the outline hovered Picker components.\n",
41098
41423
  "commentRange": {
41099
- "start": 374,
41100
- "end": 375
41424
+ "start": 381,
41425
+ "end": 382
41101
41426
  },
41102
41427
  "context": {
41103
41428
  "type": "variable",
@@ -41105,8 +41430,8 @@
41105
41430
  "value": "$kendo-picker-hover-border",
41106
41431
  "scope": "default",
41107
41432
  "line": {
41108
- "start": 376,
41109
- "end": 376
41433
+ "start": 383,
41434
+ "end": 383
41110
41435
  }
41111
41436
  },
41112
41437
  "group": [
@@ -41121,8 +41446,8 @@
41121
41446
  {
41122
41447
  "description": "The background color of the outline focused Picker components.\n",
41123
41448
  "commentRange": {
41124
- "start": 378,
41125
- "end": 379
41449
+ "start": 385,
41450
+ "end": 386
41126
41451
  },
41127
41452
  "context": {
41128
41453
  "type": "variable",
@@ -41130,8 +41455,8 @@
41130
41455
  "value": "null",
41131
41456
  "scope": "default",
41132
41457
  "line": {
41133
- "start": 380,
41134
- "end": 380
41458
+ "start": 387,
41459
+ "end": 387
41135
41460
  }
41136
41461
  },
41137
41462
  "group": [
@@ -41146,8 +41471,8 @@
41146
41471
  {
41147
41472
  "description": "The text color of the outline focused Picker components.\n",
41148
41473
  "commentRange": {
41149
- "start": 381,
41150
- "end": 382
41474
+ "start": 388,
41475
+ "end": 389
41151
41476
  },
41152
41477
  "context": {
41153
41478
  "type": "variable",
@@ -41155,8 +41480,8 @@
41155
41480
  "value": "null",
41156
41481
  "scope": "default",
41157
41482
  "line": {
41158
- "start": 383,
41159
- "end": 383
41483
+ "start": 390,
41484
+ "end": 390
41160
41485
  }
41161
41486
  },
41162
41487
  "group": [
@@ -41171,8 +41496,8 @@
41171
41496
  {
41172
41497
  "description": "The border color of the outline focused Picker components.\n",
41173
41498
  "commentRange": {
41174
- "start": 384,
41175
- "end": 385
41499
+ "start": 391,
41500
+ "end": 392
41176
41501
  },
41177
41502
  "context": {
41178
41503
  "type": "variable",
@@ -41180,8 +41505,8 @@
41180
41505
  "value": "$kendo-picker-focus-border",
41181
41506
  "scope": "default",
41182
41507
  "line": {
41183
- "start": 386,
41184
- "end": 386
41508
+ "start": 393,
41509
+ "end": 393
41185
41510
  }
41186
41511
  },
41187
41512
  "group": [
@@ -41196,8 +41521,8 @@
41196
41521
  {
41197
41522
  "description": "The shadow of the outline focused Picker components.\n",
41198
41523
  "commentRange": {
41199
- "start": 387,
41200
- "end": 388
41524
+ "start": 394,
41525
+ "end": 395
41201
41526
  },
41202
41527
  "context": {
41203
41528
  "type": "variable",
@@ -41205,8 +41530,8 @@
41205
41530
  "value": "unset",
41206
41531
  "scope": "default",
41207
41532
  "line": {
41208
- "start": 389,
41209
- "end": 389
41533
+ "start": 396,
41534
+ "end": 396
41210
41535
  }
41211
41536
  },
41212
41537
  "group": [
@@ -41221,8 +41546,8 @@
41221
41546
  {
41222
41547
  "description": "The background color of the outline hovered and focused Picker components.\n",
41223
41548
  "commentRange": {
41224
- "start": 391,
41225
- "end": 392
41549
+ "start": 398,
41550
+ "end": 399
41226
41551
  },
41227
41552
  "context": {
41228
41553
  "type": "variable",
@@ -41230,8 +41555,8 @@
41230
41555
  "value": "null",
41231
41556
  "scope": "default",
41232
41557
  "line": {
41233
- "start": 393,
41234
- "end": 393
41558
+ "start": 400,
41559
+ "end": 400
41235
41560
  }
41236
41561
  },
41237
41562
  "group": [
@@ -41246,8 +41571,8 @@
41246
41571
  {
41247
41572
  "description": "The text color of the outline hovered and focused Picker components.\n",
41248
41573
  "commentRange": {
41249
- "start": 394,
41250
- "end": 395
41574
+ "start": 401,
41575
+ "end": 402
41251
41576
  },
41252
41577
  "context": {
41253
41578
  "type": "variable",
@@ -41255,8 +41580,8 @@
41255
41580
  "value": "null",
41256
41581
  "scope": "default",
41257
41582
  "line": {
41258
- "start": 396,
41259
- "end": 396
41583
+ "start": 403,
41584
+ "end": 403
41260
41585
  }
41261
41586
  },
41262
41587
  "group": [
@@ -41271,8 +41596,8 @@
41271
41596
  {
41272
41597
  "description": "The border color of the outline hovered and focused Picker components.\n",
41273
41598
  "commentRange": {
41274
- "start": 397,
41275
- "end": 398
41599
+ "start": 404,
41600
+ "end": 405
41276
41601
  },
41277
41602
  "context": {
41278
41603
  "type": "variable",
@@ -41280,8 +41605,8 @@
41280
41605
  "value": "null",
41281
41606
  "scope": "default",
41282
41607
  "line": {
41283
- "start": 399,
41284
- "end": 399
41608
+ "start": 406,
41609
+ "end": 406
41285
41610
  }
41286
41611
  },
41287
41612
  "group": [
@@ -41296,8 +41621,8 @@
41296
41621
  {
41297
41622
  "description": "The background color of the flat Picker components.\n",
41298
41623
  "commentRange": {
41299
- "start": 401,
41300
- "end": 402
41624
+ "start": 408,
41625
+ "end": 409
41301
41626
  },
41302
41627
  "context": {
41303
41628
  "type": "variable",
@@ -41305,8 +41630,8 @@
41305
41630
  "value": "null",
41306
41631
  "scope": "default",
41307
41632
  "line": {
41308
- "start": 403,
41309
- "end": 403
41633
+ "start": 410,
41634
+ "end": 410
41310
41635
  }
41311
41636
  },
41312
41637
  "group": [
@@ -41321,8 +41646,8 @@
41321
41646
  {
41322
41647
  "description": "The text color of the flat Picker components.\n",
41323
41648
  "commentRange": {
41324
- "start": 404,
41325
- "end": 405
41649
+ "start": 411,
41650
+ "end": 412
41326
41651
  },
41327
41652
  "context": {
41328
41653
  "type": "variable",
@@ -41330,8 +41655,8 @@
41330
41655
  "value": "$kendo-picker-text",
41331
41656
  "scope": "default",
41332
41657
  "line": {
41333
- "start": 406,
41334
- "end": 406
41658
+ "start": 413,
41659
+ "end": 413
41335
41660
  }
41336
41661
  },
41337
41662
  "group": [
@@ -41346,8 +41671,8 @@
41346
41671
  {
41347
41672
  "description": "The border color of the flat Picker components.\n",
41348
41673
  "commentRange": {
41349
- "start": 407,
41350
- "end": 408
41674
+ "start": 414,
41675
+ "end": 415
41351
41676
  },
41352
41677
  "context": {
41353
41678
  "type": "variable",
@@ -41355,8 +41680,8 @@
41355
41680
  "value": "$kendo-picker-border",
41356
41681
  "scope": "default",
41357
41682
  "line": {
41358
- "start": 409,
41359
- "end": 409
41683
+ "start": 416,
41684
+ "end": 416
41360
41685
  }
41361
41686
  },
41362
41687
  "group": [
@@ -41371,8 +41696,8 @@
41371
41696
  {
41372
41697
  "description": "The background color of the flat hovered Picker components.\n",
41373
41698
  "commentRange": {
41374
- "start": 411,
41375
- "end": 412
41699
+ "start": 418,
41700
+ "end": 419
41376
41701
  },
41377
41702
  "context": {
41378
41703
  "type": "variable",
@@ -41380,8 +41705,8 @@
41380
41705
  "value": "unset",
41381
41706
  "scope": "default",
41382
41707
  "line": {
41383
- "start": 413,
41384
- "end": 413
41708
+ "start": 420,
41709
+ "end": 420
41385
41710
  }
41386
41711
  },
41387
41712
  "group": [
@@ -41396,8 +41721,8 @@
41396
41721
  {
41397
41722
  "description": "The text color of the flat hovered Picker components.\n",
41398
41723
  "commentRange": {
41399
- "start": 414,
41400
- "end": 415
41724
+ "start": 421,
41725
+ "end": 422
41401
41726
  },
41402
41727
  "context": {
41403
41728
  "type": "variable",
@@ -41405,8 +41730,8 @@
41405
41730
  "value": "null",
41406
41731
  "scope": "default",
41407
41732
  "line": {
41408
- "start": 416,
41409
- "end": 416
41733
+ "start": 423,
41734
+ "end": 423
41410
41735
  }
41411
41736
  },
41412
41737
  "group": [
@@ -41421,8 +41746,8 @@
41421
41746
  {
41422
41747
  "description": "The background color of the flat focused Picker components.\n",
41423
41748
  "commentRange": {
41424
- "start": 421,
41425
- "end": 422
41749
+ "start": 428,
41750
+ "end": 429
41426
41751
  },
41427
41752
  "context": {
41428
41753
  "type": "variable",
@@ -41430,8 +41755,8 @@
41430
41755
  "value": "null",
41431
41756
  "scope": "default",
41432
41757
  "line": {
41433
- "start": 423,
41434
- "end": 423
41758
+ "start": 430,
41759
+ "end": 430
41435
41760
  }
41436
41761
  },
41437
41762
  "group": [
@@ -41446,8 +41771,8 @@
41446
41771
  {
41447
41772
  "description": "The text color of the flat focused Picker components.\n",
41448
41773
  "commentRange": {
41449
- "start": 424,
41450
- "end": 425
41774
+ "start": 431,
41775
+ "end": 432
41451
41776
  },
41452
41777
  "context": {
41453
41778
  "type": "variable",
@@ -41455,8 +41780,8 @@
41455
41780
  "value": "null",
41456
41781
  "scope": "default",
41457
41782
  "line": {
41458
- "start": 426,
41459
- "end": 426
41783
+ "start": 433,
41784
+ "end": 433
41460
41785
  }
41461
41786
  },
41462
41787
  "group": [
@@ -41471,8 +41796,8 @@
41471
41796
  {
41472
41797
  "description": "The border color of the flat focused Picker components.\n",
41473
41798
  "commentRange": {
41474
- "start": 427,
41475
- "end": 428
41799
+ "start": 434,
41800
+ "end": 435
41476
41801
  },
41477
41802
  "context": {
41478
41803
  "type": "variable",
@@ -41480,8 +41805,8 @@
41480
41805
  "value": "$kendo-picker-focus-border",
41481
41806
  "scope": "default",
41482
41807
  "line": {
41483
- "start": 429,
41484
- "end": 429
41808
+ "start": 436,
41809
+ "end": 436
41485
41810
  }
41486
41811
  },
41487
41812
  "group": [
@@ -41496,8 +41821,8 @@
41496
41821
  {
41497
41822
  "description": "The shadow of the flat focused Picker components.\n",
41498
41823
  "commentRange": {
41499
- "start": 430,
41500
- "end": 431
41824
+ "start": 437,
41825
+ "end": 438
41501
41826
  },
41502
41827
  "context": {
41503
41828
  "type": "variable",
@@ -41505,8 +41830,8 @@
41505
41830
  "value": "unset",
41506
41831
  "scope": "default",
41507
41832
  "line": {
41508
- "start": 432,
41509
- "end": 432
41833
+ "start": 439,
41834
+ "end": 439
41510
41835
  }
41511
41836
  },
41512
41837
  "group": [
@@ -41521,8 +41846,8 @@
41521
41846
  {
41522
41847
  "description": "The background color of the flat hovered and focused Picker components.\n",
41523
41848
  "commentRange": {
41524
- "start": 434,
41525
- "end": 435
41849
+ "start": 441,
41850
+ "end": 442
41526
41851
  },
41527
41852
  "context": {
41528
41853
  "type": "variable",
@@ -41530,8 +41855,8 @@
41530
41855
  "value": "null",
41531
41856
  "scope": "default",
41532
41857
  "line": {
41533
- "start": 436,
41534
- "end": 436
41858
+ "start": 443,
41859
+ "end": 443
41535
41860
  }
41536
41861
  },
41537
41862
  "group": [
@@ -41546,8 +41871,8 @@
41546
41871
  {
41547
41872
  "description": "The text color of the flat hovered and focused Picker components.\n",
41548
41873
  "commentRange": {
41549
- "start": 437,
41550
- "end": 438
41874
+ "start": 444,
41875
+ "end": 445
41551
41876
  },
41552
41877
  "context": {
41553
41878
  "type": "variable",
@@ -41555,8 +41880,8 @@
41555
41880
  "value": "null",
41556
41881
  "scope": "default",
41557
41882
  "line": {
41558
- "start": 439,
41559
- "end": 439
41883
+ "start": 446,
41884
+ "end": 446
41560
41885
  }
41561
41886
  },
41562
41887
  "group": [
@@ -41571,8 +41896,8 @@
41571
41896
  {
41572
41897
  "description": "The border color of the flat hovered and focused Picker components.\n",
41573
41898
  "commentRange": {
41574
- "start": 440,
41575
- "end": 441
41899
+ "start": 447,
41900
+ "end": 448
41576
41901
  },
41577
41902
  "context": {
41578
41903
  "type": "variable",
@@ -41580,8 +41905,8 @@
41580
41905
  "value": "null",
41581
41906
  "scope": "default",
41582
41907
  "line": {
41583
- "start": 442,
41584
- "end": 442
41908
+ "start": 449,
41909
+ "end": 449
41585
41910
  }
41586
41911
  },
41587
41912
  "group": [
@@ -41596,8 +41921,8 @@
41596
41921
  {
41597
41922
  "description": "The border color of the flat hovered Picker components.\n",
41598
41923
  "commentRange": {
41599
- "start": 417,
41600
- "end": 418
41924
+ "start": 424,
41925
+ "end": 425
41601
41926
  },
41602
41927
  "context": {
41603
41928
  "type": "variable",
@@ -41605,8 +41930,8 @@
41605
41930
  "value": "$kendo-picker-hover-border",
41606
41931
  "scope": "default",
41607
41932
  "line": {
41608
- "start": 419,
41609
- "end": 419
41933
+ "start": 426,
41934
+ "end": 426
41610
41935
  }
41611
41936
  },
41612
41937
  "group": [
@@ -46577,7 +46902,7 @@
46577
46902
  "context": {
46578
46903
  "type": "variable",
46579
46904
  "name": "kendo-radio-checked-image",
46580
- "value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><circle cx='50%' cy='50%' r='4' fill='#{$kendo-radio-checked-text}'/></svg>\") )",
46905
+ "value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><circle cx='50%' cy='50%' r='4' fill='#ffffff'/></svg>\") )",
46581
46906
  "scope": "default",
46582
46907
  "line": {
46583
46908
  "start": 156,
@@ -46602,7 +46927,7 @@
46602
46927
  "context": {
46603
46928
  "type": "variable",
46604
46929
  "name": "kendo-radio-disabled-checked-image",
46605
- "value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><circle cx='50%' cy='50%' r='4' fill='#{$kendo-radio-disabled-checked-text}'/></svg>\") )",
46930
+ "value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><circle cx='50%' cy='50%' r='4' fill='#adadad'/></svg>\") )",
46606
46931
  "scope": "default",
46607
46932
  "line": {
46608
46933
  "start": 159,
@@ -57797,15 +58122,15 @@
57797
58122
  }
57798
58123
  },
57799
58124
  {
57800
- "description": "The background color of the TabStrip wrapper.\n",
58125
+ "description": "The font size of the small TabStrip.\n",
57801
58126
  "commentRange": {
57802
58127
  "start": 32,
57803
58128
  "end": 33
57804
58129
  },
57805
58130
  "context": {
57806
58131
  "type": "variable",
57807
- "name": "kendo-tabstrip-wrapper-bg",
57808
- "value": "null",
58132
+ "name": "kendo-tabstrip-sm-font-size",
58133
+ "value": "$kendo-tabstrip-font-size",
57809
58134
  "scope": "default",
57810
58135
  "line": {
57811
58136
  "start": 34,
@@ -57822,15 +58147,15 @@
57822
58147
  }
57823
58148
  },
57824
58149
  {
57825
- "description": "The text color of the TabStrip wrapper.\n",
58150
+ "description": "The line height of the small TabStrip.\n",
57826
58151
  "commentRange": {
57827
58152
  "start": 35,
57828
58153
  "end": 36
57829
58154
  },
57830
58155
  "context": {
57831
58156
  "type": "variable",
57832
- "name": "kendo-tabstrip-wrapper-text",
57833
- "value": "null",
58157
+ "name": "kendo-tabstrip-sm-line-height",
58158
+ "value": "$kendo-tabstrip-line-height",
57834
58159
  "scope": "default",
57835
58160
  "line": {
57836
58161
  "start": 37,
@@ -57847,15 +58172,15 @@
57847
58172
  }
57848
58173
  },
57849
58174
  {
57850
- "description": "The border color of the TabStrip wrapper.\n",
58175
+ "description": "The font size of the medium TabStrip.\n",
57851
58176
  "commentRange": {
57852
58177
  "start": 38,
57853
58178
  "end": 39
57854
58179
  },
57855
58180
  "context": {
57856
58181
  "type": "variable",
57857
- "name": "kendo-tabstrip-wrapper-border",
57858
- "value": "null",
58182
+ "name": "kendo-tabstrip-md-font-size",
58183
+ "value": "$kendo-tabstrip-font-size",
57859
58184
  "scope": "default",
57860
58185
  "line": {
57861
58186
  "start": 40,
@@ -57871,11 +58196,161 @@
57871
58196
  "name": "_variables.scss"
57872
58197
  }
57873
58198
  },
58199
+ {
58200
+ "description": "The line height of the medium TabStrip.\n",
58201
+ "commentRange": {
58202
+ "start": 41,
58203
+ "end": 42
58204
+ },
58205
+ "context": {
58206
+ "type": "variable",
58207
+ "name": "kendo-tabstrip-md-line-height",
58208
+ "value": "$kendo-tabstrip-line-height",
58209
+ "scope": "default",
58210
+ "line": {
58211
+ "start": 43,
58212
+ "end": 43
58213
+ }
58214
+ },
58215
+ "group": [
58216
+ "tabstrip"
58217
+ ],
58218
+ "access": "public",
58219
+ "file": {
58220
+ "path": "tabstrip/_variables.scss",
58221
+ "name": "_variables.scss"
58222
+ }
58223
+ },
58224
+ {
58225
+ "description": "The font size of the large TabStrip.\n",
58226
+ "commentRange": {
58227
+ "start": 44,
58228
+ "end": 45
58229
+ },
58230
+ "context": {
58231
+ "type": "variable",
58232
+ "name": "kendo-tabstrip-lg-font-size",
58233
+ "value": "$kendo-tabstrip-font-size",
58234
+ "scope": "default",
58235
+ "line": {
58236
+ "start": 46,
58237
+ "end": 46
58238
+ }
58239
+ },
58240
+ "group": [
58241
+ "tabstrip"
58242
+ ],
58243
+ "access": "public",
58244
+ "file": {
58245
+ "path": "tabstrip/_variables.scss",
58246
+ "name": "_variables.scss"
58247
+ }
58248
+ },
58249
+ {
58250
+ "description": "The line height of the large TabStrip.\n",
58251
+ "commentRange": {
58252
+ "start": 47,
58253
+ "end": 48
58254
+ },
58255
+ "context": {
58256
+ "type": "variable",
58257
+ "name": "kendo-tabstrip-lg-line-height",
58258
+ "value": "$kendo-tabstrip-line-height",
58259
+ "scope": "default",
58260
+ "line": {
58261
+ "start": 49,
58262
+ "end": 49
58263
+ }
58264
+ },
58265
+ "group": [
58266
+ "tabstrip"
58267
+ ],
58268
+ "access": "public",
58269
+ "file": {
58270
+ "path": "tabstrip/_variables.scss",
58271
+ "name": "_variables.scss"
58272
+ }
58273
+ },
58274
+ {
58275
+ "description": "The background color of the TabStrip wrapper.\n",
58276
+ "commentRange": {
58277
+ "start": 51,
58278
+ "end": 52
58279
+ },
58280
+ "context": {
58281
+ "type": "variable",
58282
+ "name": "kendo-tabstrip-wrapper-bg",
58283
+ "value": "null",
58284
+ "scope": "default",
58285
+ "line": {
58286
+ "start": 53,
58287
+ "end": 53
58288
+ }
58289
+ },
58290
+ "group": [
58291
+ "tabstrip"
58292
+ ],
58293
+ "access": "public",
58294
+ "file": {
58295
+ "path": "tabstrip/_variables.scss",
58296
+ "name": "_variables.scss"
58297
+ }
58298
+ },
58299
+ {
58300
+ "description": "The text color of the TabStrip wrapper.\n",
58301
+ "commentRange": {
58302
+ "start": 54,
58303
+ "end": 55
58304
+ },
58305
+ "context": {
58306
+ "type": "variable",
58307
+ "name": "kendo-tabstrip-wrapper-text",
58308
+ "value": "null",
58309
+ "scope": "default",
58310
+ "line": {
58311
+ "start": 56,
58312
+ "end": 56
58313
+ }
58314
+ },
58315
+ "group": [
58316
+ "tabstrip"
58317
+ ],
58318
+ "access": "public",
58319
+ "file": {
58320
+ "path": "tabstrip/_variables.scss",
58321
+ "name": "_variables.scss"
58322
+ }
58323
+ },
58324
+ {
58325
+ "description": "The border color of the TabStrip wrapper.\n",
58326
+ "commentRange": {
58327
+ "start": 57,
58328
+ "end": 58
58329
+ },
58330
+ "context": {
58331
+ "type": "variable",
58332
+ "name": "kendo-tabstrip-wrapper-border",
58333
+ "value": "null",
58334
+ "scope": "default",
58335
+ "line": {
58336
+ "start": 59,
58337
+ "end": 59
58338
+ }
58339
+ },
58340
+ "group": [
58341
+ "tabstrip"
58342
+ ],
58343
+ "access": "public",
58344
+ "file": {
58345
+ "path": "tabstrip/_variables.scss",
58346
+ "name": "_variables.scss"
58347
+ }
58348
+ },
57874
58349
  {
57875
58350
  "description": "The background color of the TabStrip.\n",
57876
58351
  "commentRange": {
57877
- "start": 42,
57878
- "end": 43
58352
+ "start": 61,
58353
+ "end": 62
57879
58354
  },
57880
58355
  "context": {
57881
58356
  "type": "variable",
@@ -57883,8 +58358,8 @@
57883
58358
  "value": "null",
57884
58359
  "scope": "default",
57885
58360
  "line": {
57886
- "start": 44,
57887
- "end": 44
58361
+ "start": 63,
58362
+ "end": 63
57888
58363
  }
57889
58364
  },
57890
58365
  "group": [
@@ -57899,8 +58374,8 @@
57899
58374
  {
57900
58375
  "description": "The text color of the TabStrip.\n",
57901
58376
  "commentRange": {
57902
- "start": 45,
57903
- "end": 46
58377
+ "start": 64,
58378
+ "end": 65
57904
58379
  },
57905
58380
  "context": {
57906
58381
  "type": "variable",
@@ -57908,8 +58383,8 @@
57908
58383
  "value": "$kendo-subtle-text",
57909
58384
  "scope": "default",
57910
58385
  "line": {
57911
- "start": 47,
57912
- "end": 47
58386
+ "start": 66,
58387
+ "end": 66
57913
58388
  }
57914
58389
  },
57915
58390
  "group": [
@@ -57924,8 +58399,8 @@
57924
58399
  {
57925
58400
  "description": "The border color of the TabStrip.\n",
57926
58401
  "commentRange": {
57927
- "start": 48,
57928
- "end": 49
58402
+ "start": 67,
58403
+ "end": 68
57929
58404
  },
57930
58405
  "context": {
57931
58406
  "type": "variable",
@@ -57933,8 +58408,8 @@
57933
58408
  "value": "$kendo-component-border",
57934
58409
  "scope": "default",
57935
58410
  "line": {
57936
- "start": 50,
57937
- "end": 50
58411
+ "start": 69,
58412
+ "end": 69
57938
58413
  }
57939
58414
  },
57940
58415
  "group": [
@@ -57949,8 +58424,8 @@
57949
58424
  {
57950
58425
  "description": "The horizontal padding of the TabStrip items.\n",
57951
58426
  "commentRange": {
57952
- "start": 52,
57953
- "end": 53
58427
+ "start": 71,
58428
+ "end": 72
57954
58429
  },
57955
58430
  "context": {
57956
58431
  "type": "variable",
@@ -57958,8 +58433,8 @@
57958
58433
  "value": "k-spacing(6)",
57959
58434
  "scope": "default",
57960
58435
  "line": {
57961
- "start": 54,
57962
- "end": 54
58436
+ "start": 73,
58437
+ "end": 73
57963
58438
  }
57964
58439
  },
57965
58440
  "group": [
@@ -57974,8 +58449,8 @@
57974
58449
  {
57975
58450
  "description": "The vertical padding of the TabStrip items.\n",
57976
58451
  "commentRange": {
57977
- "start": 55,
57978
- "end": 56
58452
+ "start": 74,
58453
+ "end": 75
57979
58454
  },
57980
58455
  "context": {
57981
58456
  "type": "variable",
@@ -57983,8 +58458,8 @@
57983
58458
  "value": "k-spacing(3.5)",
57984
58459
  "scope": "default",
57985
58460
  "line": {
57986
- "start": 57,
57987
- "end": 57
58461
+ "start": 76,
58462
+ "end": 76
57988
58463
  }
57989
58464
  },
57990
58465
  "group": [
@@ -57999,8 +58474,8 @@
57999
58474
  {
58000
58475
  "description": "The border width around the TabStrip items.\n",
58001
58476
  "commentRange": {
58002
- "start": 58,
58003
- "end": 59
58477
+ "start": 77,
58478
+ "end": 78
58004
58479
  },
58005
58480
  "context": {
58006
58481
  "type": "variable",
@@ -58008,8 +58483,8 @@
58008
58483
  "value": "0px",
58009
58484
  "scope": "default",
58010
58485
  "line": {
58011
- "start": 60,
58012
- "end": 60
58486
+ "start": 79,
58487
+ "end": 79
58013
58488
  }
58014
58489
  },
58015
58490
  "group": [
@@ -58024,8 +58499,8 @@
58024
58499
  {
58025
58500
  "description": "The border radius of the TabStrip items.\n",
58026
58501
  "commentRange": {
58027
- "start": 61,
58028
- "end": 62
58502
+ "start": 80,
58503
+ "end": 81
58029
58504
  },
58030
58505
  "context": {
58031
58506
  "type": "variable",
@@ -58033,8 +58508,8 @@
58033
58508
  "value": "0px",
58034
58509
  "scope": "default",
58035
58510
  "line": {
58036
- "start": 63,
58037
- "end": 63
58511
+ "start": 82,
58512
+ "end": 82
58038
58513
  }
58039
58514
  },
58040
58515
  "group": [
@@ -58049,8 +58524,8 @@
58049
58524
  {
58050
58525
  "description": "The gap between the TabStrip items.\n",
58051
58526
  "commentRange": {
58052
- "start": 64,
58053
- "end": 65
58527
+ "start": 83,
58528
+ "end": 84
58054
58529
  },
58055
58530
  "context": {
58056
58531
  "type": "variable",
@@ -58058,8 +58533,158 @@
58058
58533
  "value": "k-spacing(0)",
58059
58534
  "scope": "default",
58060
58535
  "line": {
58061
- "start": 66,
58062
- "end": 66
58536
+ "start": 85,
58537
+ "end": 85
58538
+ }
58539
+ },
58540
+ "group": [
58541
+ "tabstrip"
58542
+ ],
58543
+ "access": "public",
58544
+ "file": {
58545
+ "path": "tabstrip/_variables.scss",
58546
+ "name": "_variables.scss"
58547
+ }
58548
+ },
58549
+ {
58550
+ "description": "The horizontal padding of the small TabStrip items.\n",
58551
+ "commentRange": {
58552
+ "start": 86,
58553
+ "end": 87
58554
+ },
58555
+ "context": {
58556
+ "type": "variable",
58557
+ "name": "kendo-tabstrip-sm-item-padding-x",
58558
+ "value": "k-spacing(6)",
58559
+ "scope": "default",
58560
+ "line": {
58561
+ "start": 88,
58562
+ "end": 88
58563
+ }
58564
+ },
58565
+ "group": [
58566
+ "tabstrip"
58567
+ ],
58568
+ "access": "public",
58569
+ "file": {
58570
+ "path": "tabstrip/_variables.scss",
58571
+ "name": "_variables.scss"
58572
+ }
58573
+ },
58574
+ {
58575
+ "description": "The vertical padding of the small TabStrip items.\n",
58576
+ "commentRange": {
58577
+ "start": 89,
58578
+ "end": 90
58579
+ },
58580
+ "context": {
58581
+ "type": "variable",
58582
+ "name": "kendo-tabstrip-sm-item-padding-y",
58583
+ "value": "k-spacing(3)",
58584
+ "scope": "default",
58585
+ "line": {
58586
+ "start": 91,
58587
+ "end": 91
58588
+ }
58589
+ },
58590
+ "group": [
58591
+ "tabstrip"
58592
+ ],
58593
+ "access": "public",
58594
+ "file": {
58595
+ "path": "tabstrip/_variables.scss",
58596
+ "name": "_variables.scss"
58597
+ }
58598
+ },
58599
+ {
58600
+ "description": "The horizontal padding of the medium TabStrip items.\n",
58601
+ "commentRange": {
58602
+ "start": 92,
58603
+ "end": 93
58604
+ },
58605
+ "context": {
58606
+ "type": "variable",
58607
+ "name": "kendo-tabstrip-md-item-padding-x",
58608
+ "value": "$kendo-tabstrip-item-padding-x",
58609
+ "scope": "default",
58610
+ "line": {
58611
+ "start": 94,
58612
+ "end": 94
58613
+ }
58614
+ },
58615
+ "group": [
58616
+ "tabstrip"
58617
+ ],
58618
+ "access": "public",
58619
+ "file": {
58620
+ "path": "tabstrip/_variables.scss",
58621
+ "name": "_variables.scss"
58622
+ }
58623
+ },
58624
+ {
58625
+ "description": "The vertical padding of the medium TabStrip items.\n",
58626
+ "commentRange": {
58627
+ "start": 95,
58628
+ "end": 96
58629
+ },
58630
+ "context": {
58631
+ "type": "variable",
58632
+ "name": "kendo-tabstrip-md-item-padding-y",
58633
+ "value": "$kendo-tabstrip-item-padding-y",
58634
+ "scope": "default",
58635
+ "line": {
58636
+ "start": 97,
58637
+ "end": 97
58638
+ }
58639
+ },
58640
+ "group": [
58641
+ "tabstrip"
58642
+ ],
58643
+ "access": "public",
58644
+ "file": {
58645
+ "path": "tabstrip/_variables.scss",
58646
+ "name": "_variables.scss"
58647
+ }
58648
+ },
58649
+ {
58650
+ "description": "The horizontal padding of the large TabStrip items.\n",
58651
+ "commentRange": {
58652
+ "start": 98,
58653
+ "end": 99
58654
+ },
58655
+ "context": {
58656
+ "type": "variable",
58657
+ "name": "kendo-tabstrip-lg-item-padding-x",
58658
+ "value": "k-spacing(6)",
58659
+ "scope": "default",
58660
+ "line": {
58661
+ "start": 100,
58662
+ "end": 100
58663
+ }
58664
+ },
58665
+ "group": [
58666
+ "tabstrip"
58667
+ ],
58668
+ "access": "public",
58669
+ "file": {
58670
+ "path": "tabstrip/_variables.scss",
58671
+ "name": "_variables.scss"
58672
+ }
58673
+ },
58674
+ {
58675
+ "description": "The vertical padding of the large TabStrip items.\n",
58676
+ "commentRange": {
58677
+ "start": 101,
58678
+ "end": 102
58679
+ },
58680
+ "context": {
58681
+ "type": "variable",
58682
+ "name": "kendo-tabstrip-lg-item-padding-y",
58683
+ "value": "k-spacing(4)",
58684
+ "scope": "default",
58685
+ "line": {
58686
+ "start": 103,
58687
+ "end": 103
58063
58688
  }
58064
58689
  },
58065
58690
  "group": [
@@ -58074,8 +58699,8 @@
58074
58699
  {
58075
58700
  "description": " The background color of the TabStrip items.\n",
58076
58701
  "commentRange": {
58077
- "start": 68,
58078
- "end": 69
58702
+ "start": 105,
58703
+ "end": 106
58079
58704
  },
58080
58705
  "context": {
58081
58706
  "type": "variable",
@@ -58083,8 +58708,8 @@
58083
58708
  "value": "null",
58084
58709
  "scope": "default",
58085
58710
  "line": {
58086
- "start": 70,
58087
- "end": 70
58711
+ "start": 107,
58712
+ "end": 107
58088
58713
  }
58089
58714
  },
58090
58715
  "group": [
@@ -58099,8 +58724,8 @@
58099
58724
  {
58100
58725
  "description": "The text color of the TabStrip items.\n",
58101
58726
  "commentRange": {
58102
- "start": 71,
58103
- "end": 72
58727
+ "start": 108,
58728
+ "end": 109
58104
58729
  },
58105
58730
  "context": {
58106
58731
  "type": "variable",
@@ -58108,8 +58733,8 @@
58108
58733
  "value": "$kendo-subtle-text",
58109
58734
  "scope": "default",
58110
58735
  "line": {
58111
- "start": 73,
58112
- "end": 73
58736
+ "start": 110,
58737
+ "end": 110
58113
58738
  }
58114
58739
  },
58115
58740
  "group": [
@@ -58124,8 +58749,8 @@
58124
58749
  {
58125
58750
  "description": "The border color of the TabStrip items.\n",
58126
58751
  "commentRange": {
58127
- "start": 74,
58128
- "end": 75
58752
+ "start": 111,
58753
+ "end": 112
58129
58754
  },
58130
58755
  "context": {
58131
58756
  "type": "variable",
@@ -58133,8 +58758,8 @@
58133
58758
  "value": "null",
58134
58759
  "scope": "default",
58135
58760
  "line": {
58136
- "start": 76,
58137
- "end": 76
58761
+ "start": 113,
58762
+ "end": 113
58138
58763
  }
58139
58764
  },
58140
58765
  "group": [
@@ -58149,8 +58774,8 @@
58149
58774
  {
58150
58775
  "description": "The gradient of the TabStrip items.\n",
58151
58776
  "commentRange": {
58152
- "start": 77,
58153
- "end": 78
58777
+ "start": 114,
58778
+ "end": 115
58154
58779
  },
58155
58780
  "context": {
58156
58781
  "type": "variable",
@@ -58158,8 +58783,8 @@
58158
58783
  "value": "null",
58159
58784
  "scope": "default",
58160
58785
  "line": {
58161
- "start": 79,
58162
- "end": 79
58786
+ "start": 116,
58787
+ "end": 116
58163
58788
  }
58164
58789
  },
58165
58790
  "group": [
@@ -58174,8 +58799,8 @@
58174
58799
  {
58175
58800
  "description": "The background color of the hovered TabStrip items.\n",
58176
58801
  "commentRange": {
58177
- "start": 81,
58178
- "end": 82
58802
+ "start": 118,
58803
+ "end": 119
58179
58804
  },
58180
58805
  "context": {
58181
58806
  "type": "variable",
@@ -58183,8 +58808,8 @@
58183
58808
  "value": "$kendo-hover-bg",
58184
58809
  "scope": "default",
58185
58810
  "line": {
58186
- "start": 83,
58187
- "end": 83
58811
+ "start": 120,
58812
+ "end": 120
58188
58813
  }
58189
58814
  },
58190
58815
  "group": [
@@ -58199,8 +58824,8 @@
58199
58824
  {
58200
58825
  "description": "The text color of the hovered TabStrip items.\n",
58201
58826
  "commentRange": {
58202
- "start": 84,
58203
- "end": 85
58827
+ "start": 121,
58828
+ "end": 122
58204
58829
  },
58205
58830
  "context": {
58206
58831
  "type": "variable",
@@ -58208,8 +58833,8 @@
58208
58833
  "value": "$kendo-body-text",
58209
58834
  "scope": "default",
58210
58835
  "line": {
58211
- "start": 86,
58212
- "end": 86
58836
+ "start": 123,
58837
+ "end": 123
58213
58838
  }
58214
58839
  },
58215
58840
  "group": [
@@ -58224,8 +58849,8 @@
58224
58849
  {
58225
58850
  "description": "The border color of the hovered TabStrip items.\n",
58226
58851
  "commentRange": {
58227
- "start": 87,
58228
- "end": 88
58852
+ "start": 124,
58853
+ "end": 125
58229
58854
  },
58230
58855
  "context": {
58231
58856
  "type": "variable",
@@ -58233,8 +58858,8 @@
58233
58858
  "value": "null",
58234
58859
  "scope": "default",
58235
58860
  "line": {
58236
- "start": 89,
58237
- "end": 89
58861
+ "start": 126,
58862
+ "end": 126
58238
58863
  }
58239
58864
  },
58240
58865
  "group": [
@@ -58249,8 +58874,8 @@
58249
58874
  {
58250
58875
  "description": "The gradient of the hovered TabStrip items.\n",
58251
58876
  "commentRange": {
58252
- "start": 90,
58253
- "end": 91
58877
+ "start": 127,
58878
+ "end": 128
58254
58879
  },
58255
58880
  "context": {
58256
58881
  "type": "variable",
@@ -58258,8 +58883,8 @@
58258
58883
  "value": "null",
58259
58884
  "scope": "default",
58260
58885
  "line": {
58261
- "start": 92,
58262
- "end": 92
58886
+ "start": 129,
58887
+ "end": 129
58263
58888
  }
58264
58889
  },
58265
58890
  "group": [
@@ -58274,8 +58899,8 @@
58274
58899
  {
58275
58900
  "description": "The background color of the selected TabStrip items.\n",
58276
58901
  "commentRange": {
58277
- "start": 94,
58278
- "end": 95
58902
+ "start": 131,
58903
+ "end": 132
58279
58904
  },
58280
58905
  "context": {
58281
58906
  "type": "variable",
@@ -58283,8 +58908,8 @@
58283
58908
  "value": "unset",
58284
58909
  "scope": "default",
58285
58910
  "line": {
58286
- "start": 96,
58287
- "end": 96
58911
+ "start": 133,
58912
+ "end": 133
58288
58913
  }
58289
58914
  },
58290
58915
  "group": [
@@ -58299,8 +58924,8 @@
58299
58924
  {
58300
58925
  "description": "The text color of the selected TabStrip items.\n",
58301
58926
  "commentRange": {
58302
- "start": 97,
58303
- "end": 98
58927
+ "start": 134,
58928
+ "end": 135
58304
58929
  },
58305
58930
  "context": {
58306
58931
  "type": "variable",
@@ -58308,8 +58933,8 @@
58308
58933
  "value": "$kendo-body-text",
58309
58934
  "scope": "default",
58310
58935
  "line": {
58311
- "start": 99,
58312
- "end": 99
58936
+ "start": 136,
58937
+ "end": 136
58313
58938
  }
58314
58939
  },
58315
58940
  "group": [
@@ -58324,8 +58949,8 @@
58324
58949
  {
58325
58950
  "description": "The border color of the selected TabStrip items.\n",
58326
58951
  "commentRange": {
58327
- "start": 100,
58328
- "end": 101
58952
+ "start": 137,
58953
+ "end": 138
58329
58954
  },
58330
58955
  "context": {
58331
58956
  "type": "variable",
@@ -58333,8 +58958,8 @@
58333
58958
  "value": "unset",
58334
58959
  "scope": "default",
58335
58960
  "line": {
58336
- "start": 102,
58337
- "end": 102
58961
+ "start": 139,
58962
+ "end": 139
58338
58963
  }
58339
58964
  },
58340
58965
  "group": [
@@ -58349,8 +58974,8 @@
58349
58974
  {
58350
58975
  "description": "The gradient of the selected TabStrip items.\n",
58351
58976
  "commentRange": {
58352
- "start": 103,
58353
- "end": 104
58977
+ "start": 140,
58978
+ "end": 141
58354
58979
  },
58355
58980
  "context": {
58356
58981
  "type": "variable",
@@ -58358,8 +58983,8 @@
58358
58983
  "value": "null",
58359
58984
  "scope": "default",
58360
58985
  "line": {
58361
- "start": 105,
58362
- "end": 105
58986
+ "start": 142,
58987
+ "end": 142
58363
58988
  }
58364
58989
  },
58365
58990
  "group": [
@@ -58374,8 +58999,8 @@
58374
58999
  {
58375
59000
  "description": "The font weight of the selected TabStrip items.\n",
58376
59001
  "commentRange": {
58377
- "start": 106,
58378
- "end": 107
59002
+ "start": 143,
59003
+ "end": 144
58379
59004
  },
58380
59005
  "context": {
58381
59006
  "type": "variable",
@@ -58383,8 +59008,8 @@
58383
59008
  "value": "null",
58384
59009
  "scope": "default",
58385
59010
  "line": {
58386
- "start": 108,
58387
- "end": 108
59011
+ "start": 145,
59012
+ "end": 145
58388
59013
  }
58389
59014
  },
58390
59015
  "group": [
@@ -58399,8 +59024,8 @@
58399
59024
  {
58400
59025
  "description": "The shadow of the focused TabStrip items.\n",
58401
59026
  "commentRange": {
58402
- "start": 110,
58403
- "end": 111
59027
+ "start": 147,
59028
+ "end": 148
58404
59029
  },
58405
59030
  "context": {
58406
59031
  "type": "variable",
@@ -58408,8 +59033,8 @@
58408
59033
  "value": "$kendo-list-item-focus-shadow",
58409
59034
  "scope": "default",
58410
59035
  "line": {
58411
- "start": 112,
58412
- "end": 112
59036
+ "start": 149,
59037
+ "end": 149
58413
59038
  }
58414
59039
  },
58415
59040
  "group": [
@@ -58424,8 +59049,8 @@
58424
59049
  {
58425
59050
  "description": "The shadow of the dragged TabStrip items.\n",
58426
59051
  "commentRange": {
58427
- "start": 114,
58428
- "end": 115
59052
+ "start": 151,
59053
+ "end": 152
58429
59054
  },
58430
59055
  "context": {
58431
59056
  "type": "variable",
@@ -58433,8 +59058,8 @@
58433
59058
  "value": "k-elevation(3)",
58434
59059
  "scope": "default",
58435
59060
  "line": {
58436
- "start": 116,
58437
- "end": 116
59061
+ "start": 153,
59062
+ "end": 153
58438
59063
  }
58439
59064
  },
58440
59065
  "group": [
@@ -58449,8 +59074,8 @@
58449
59074
  {
58450
59075
  "description": "The background color of the disabled TabStrip items.\n",
58451
59076
  "commentRange": {
58452
- "start": 118,
58453
- "end": 119
59077
+ "start": 155,
59078
+ "end": 156
58454
59079
  },
58455
59080
  "context": {
58456
59081
  "type": "variable",
@@ -58458,8 +59083,8 @@
58458
59083
  "value": "null",
58459
59084
  "scope": "default",
58460
59085
  "line": {
58461
- "start": 120,
58462
- "end": 120
59086
+ "start": 157,
59087
+ "end": 157
58463
59088
  }
58464
59089
  },
58465
59090
  "group": [
@@ -58474,8 +59099,8 @@
58474
59099
  {
58475
59100
  "description": "The text color of the disabled TabStrip items.\n",
58476
59101
  "commentRange": {
58477
- "start": 121,
58478
- "end": 122
59102
+ "start": 158,
59103
+ "end": 159
58479
59104
  },
58480
59105
  "context": {
58481
59106
  "type": "variable",
@@ -58483,8 +59108,8 @@
58483
59108
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 32%, transparent), map.get( $theme, disabled-text ))",
58484
59109
  "scope": "default",
58485
59110
  "line": {
58486
- "start": 123,
58487
- "end": 123
59111
+ "start": 160,
59112
+ "end": 160
58488
59113
  }
58489
59114
  },
58490
59115
  "group": [
@@ -58499,8 +59124,8 @@
58499
59124
  {
58500
59125
  "description": "The border color of the disabled TabStrip items.\n",
58501
59126
  "commentRange": {
58502
- "start": 124,
58503
- "end": 125
59127
+ "start": 161,
59128
+ "end": 162
58504
59129
  },
58505
59130
  "context": {
58506
59131
  "type": "variable",
@@ -58508,8 +59133,8 @@
58508
59133
  "value": "null",
58509
59134
  "scope": "default",
58510
59135
  "line": {
58511
- "start": 126,
58512
- "end": 126
59136
+ "start": 163,
59137
+ "end": 163
58513
59138
  }
58514
59139
  },
58515
59140
  "group": [
@@ -58524,8 +59149,8 @@
58524
59149
  {
58525
59150
  "description": "The gradient of the disabled TabStrip items.\n",
58526
59151
  "commentRange": {
58527
- "start": 127,
58528
- "end": 128
59152
+ "start": 164,
59153
+ "end": 165
58529
59154
  },
58530
59155
  "context": {
58531
59156
  "type": "variable",
@@ -58533,8 +59158,8 @@
58533
59158
  "value": "null",
58534
59159
  "scope": "default",
58535
59160
  "line": {
58536
- "start": 129,
58537
- "end": 129
59161
+ "start": 166,
59162
+ "end": 166
58538
59163
  }
58539
59164
  },
58540
59165
  "group": [
@@ -58549,8 +59174,8 @@
58549
59174
  {
58550
59175
  "description": "The opacity of the disabled TabStrip items.\n",
58551
59176
  "commentRange": {
58552
- "start": 130,
58553
- "end": 131
59177
+ "start": 167,
59178
+ "end": 168
58554
59179
  },
58555
59180
  "context": {
58556
59181
  "type": "variable",
@@ -58558,8 +59183,8 @@
58558
59183
  "value": "1",
58559
59184
  "scope": "default",
58560
59185
  "line": {
58561
- "start": 132,
58562
- "end": 132
59186
+ "start": 169,
59187
+ "end": 169
58563
59188
  }
58564
59189
  },
58565
59190
  "group": [
@@ -58574,8 +59199,8 @@
58574
59199
  {
58575
59200
  "description": "The filter of the disabled TabStrip items.\n",
58576
59201
  "commentRange": {
58577
- "start": 133,
58578
- "end": 134
59202
+ "start": 170,
59203
+ "end": 171
58579
59204
  },
58580
59205
  "context": {
58581
59206
  "type": "variable",
@@ -58583,8 +59208,8 @@
58583
59208
  "value": "null",
58584
59209
  "scope": "default",
58585
59210
  "line": {
58586
- "start": 135,
58587
- "end": 135
59211
+ "start": 172,
59212
+ "end": 172
58588
59213
  }
58589
59214
  },
58590
59215
  "group": [
@@ -58599,8 +59224,8 @@
58599
59224
  {
58600
59225
  "description": "The border width of the TabStrip indicator.\n",
58601
59226
  "commentRange": {
58602
- "start": 137,
58603
- "end": 138
59227
+ "start": 174,
59228
+ "end": 175
58604
59229
  },
58605
59230
  "context": {
58606
59231
  "type": "variable",
@@ -58608,8 +59233,8 @@
58608
59233
  "value": "2px",
58609
59234
  "scope": "default",
58610
59235
  "line": {
58611
- "start": 139,
58612
- "end": 139
59236
+ "start": 176,
59237
+ "end": 176
58613
59238
  }
58614
59239
  },
58615
59240
  "group": [
@@ -58624,8 +59249,8 @@
58624
59249
  {
58625
59250
  "description": "The border color of the TabStrip ripple.\n",
58626
59251
  "commentRange": {
58627
- "start": 140,
58628
- "end": 141
59252
+ "start": 177,
59253
+ "end": 178
58629
59254
  },
58630
59255
  "context": {
58631
59256
  "type": "variable",
@@ -58633,8 +59258,8 @@
58633
59258
  "value": "$kendo-color-primary",
58634
59259
  "scope": "default",
58635
59260
  "line": {
58636
- "start": 142,
58637
- "end": 142
59261
+ "start": 179,
59262
+ "end": 179
58638
59263
  }
58639
59264
  },
58640
59265
  "group": [
@@ -58649,8 +59274,8 @@
58649
59274
  {
58650
59275
  "description": "The horizontal padding of the TabStrip content.\n",
58651
59276
  "commentRange": {
58652
- "start": 144,
58653
- "end": 145
59277
+ "start": 181,
59278
+ "end": 182
58654
59279
  },
58655
59280
  "context": {
58656
59281
  "type": "variable",
@@ -58658,8 +59283,8 @@
58658
59283
  "value": "k-spacing(4)",
58659
59284
  "scope": "default",
58660
59285
  "line": {
58661
- "start": 146,
58662
- "end": 146
59286
+ "start": 183,
59287
+ "end": 183
58663
59288
  }
58664
59289
  },
58665
59290
  "group": [
@@ -58674,8 +59299,8 @@
58674
59299
  {
58675
59300
  "description": "The vertical padding of the TabStrip content.\n",
58676
59301
  "commentRange": {
58677
- "start": 147,
58678
- "end": 148
59302
+ "start": 184,
59303
+ "end": 185
58679
59304
  },
58680
59305
  "context": {
58681
59306
  "type": "variable",
@@ -58683,8 +59308,8 @@
58683
59308
  "value": "k-spacing(4)",
58684
59309
  "scope": "default",
58685
59310
  "line": {
58686
- "start": 149,
58687
- "end": 149
59311
+ "start": 186,
59312
+ "end": 186
58688
59313
  }
58689
59314
  },
58690
59315
  "group": [
@@ -58699,8 +59324,8 @@
58699
59324
  {
58700
59325
  "description": "The border width around the TabStrip content.\n",
58701
59326
  "commentRange": {
58702
- "start": 150,
58703
- "end": 151
59327
+ "start": 187,
59328
+ "end": 188
58704
59329
  },
58705
59330
  "context": {
58706
59331
  "type": "variable",
@@ -58708,8 +59333,8 @@
58708
59333
  "value": "0px",
58709
59334
  "scope": "default",
58710
59335
  "line": {
58711
- "start": 152,
58712
- "end": 152
59336
+ "start": 189,
59337
+ "end": 189
58713
59338
  }
58714
59339
  },
58715
59340
  "group": [
@@ -58724,8 +59349,8 @@
58724
59349
  {
58725
59350
  "description": "The background color of the TabStrip content.\n",
58726
59351
  "commentRange": {
58727
- "start": 154,
58728
- "end": 155
59352
+ "start": 191,
59353
+ "end": 192
58729
59354
  },
58730
59355
  "context": {
58731
59356
  "type": "variable",
@@ -58733,8 +59358,8 @@
58733
59358
  "value": "transparent",
58734
59359
  "scope": "default",
58735
59360
  "line": {
58736
- "start": 156,
58737
- "end": 156
59361
+ "start": 193,
59362
+ "end": 193
58738
59363
  }
58739
59364
  },
58740
59365
  "group": [
@@ -58749,8 +59374,8 @@
58749
59374
  {
58750
59375
  "description": "The text color of the TabStrip content.\n",
58751
59376
  "commentRange": {
58752
- "start": 157,
58753
- "end": 158
59377
+ "start": 194,
59378
+ "end": 195
58754
59379
  },
58755
59380
  "context": {
58756
59381
  "type": "variable",
@@ -58758,8 +59383,8 @@
58758
59383
  "value": "unset",
58759
59384
  "scope": "default",
58760
59385
  "line": {
58761
- "start": 159,
58762
- "end": 159
59386
+ "start": 196,
59387
+ "end": 196
58763
59388
  }
58764
59389
  },
58765
59390
  "group": [
@@ -58774,8 +59399,8 @@
58774
59399
  {
58775
59400
  "description": "The border color of the TabStrip content.\n",
58776
59401
  "commentRange": {
58777
- "start": 160,
58778
- "end": 161
59402
+ "start": 197,
59403
+ "end": 198
58779
59404
  },
58780
59405
  "context": {
58781
59406
  "type": "variable",
@@ -58783,8 +59408,8 @@
58783
59408
  "value": "unset",
58784
59409
  "scope": "default",
58785
59410
  "line": {
58786
- "start": 162,
58787
- "end": 162
59411
+ "start": 199,
59412
+ "end": 199
58788
59413
  }
58789
59414
  },
58790
59415
  "group": [
@@ -58799,8 +59424,8 @@
58799
59424
  {
58800
59425
  "description": "The border color of the focused TabStrip content.\n",
58801
59426
  "commentRange": {
58802
- "start": 163,
58803
- "end": 164
59427
+ "start": 200,
59428
+ "end": 201
58804
59429
  },
58805
59430
  "context": {
58806
59431
  "type": "variable",
@@ -58808,8 +59433,58 @@
58808
59433
  "value": "$kendo-component-text",
58809
59434
  "scope": "default",
58810
59435
  "line": {
58811
- "start": 165,
58812
- "end": 165
59436
+ "start": 202,
59437
+ "end": 202
59438
+ }
59439
+ },
59440
+ "group": [
59441
+ "tabstrip"
59442
+ ],
59443
+ "access": "public",
59444
+ "file": {
59445
+ "path": "tabstrip/_variables.scss",
59446
+ "name": "_variables.scss"
59447
+ }
59448
+ },
59449
+ {
59450
+ "description": "The left and right scroll overlay of the TabStrip.\n",
59451
+ "commentRange": {
59452
+ "start": 204,
59453
+ "end": 205
59454
+ },
59455
+ "context": {
59456
+ "type": "variable",
59457
+ "name": "kendo-tabstrip-scroll-overlay",
59458
+ "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))",
59459
+ "scope": "default",
59460
+ "line": {
59461
+ "start": 206,
59462
+ "end": 206
59463
+ }
59464
+ },
59465
+ "group": [
59466
+ "tabstrip"
59467
+ ],
59468
+ "access": "public",
59469
+ "file": {
59470
+ "path": "tabstrip/_variables.scss",
59471
+ "name": "_variables.scss"
59472
+ }
59473
+ },
59474
+ {
59475
+ "description": "The size map of the TabStrip.\n",
59476
+ "commentRange": {
59477
+ "start": 208,
59478
+ "end": 209
59479
+ },
59480
+ "context": {
59481
+ "type": "variable",
59482
+ "name": "kendo-tabstrip-sizes",
59483
+ "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)",
59484
+ "scope": "default",
59485
+ "line": {
59486
+ "start": 210,
59487
+ "end": 229
58813
59488
  }
58814
59489
  },
58815
59490
  "group": [
@@ -62249,17 +62924,17 @@
62249
62924
  {
62250
62925
  "description": "The horizontal padding of the Toolbar.\n",
62251
62926
  "commentRange": {
62252
- "start": 7,
62253
- "end": 8
62927
+ "start": 8,
62928
+ "end": 9
62254
62929
  },
62255
62930
  "context": {
62256
62931
  "type": "variable",
62257
62932
  "name": "kendo-toolbar-padding-x",
62258
- "value": "null",
62933
+ "value": "k-spacing(2)",
62259
62934
  "scope": "default",
62260
62935
  "line": {
62261
- "start": 9,
62262
- "end": 9
62936
+ "start": 10,
62937
+ "end": 10
62263
62938
  }
62264
62939
  },
62265
62940
  "group": [
@@ -62274,8 +62949,8 @@
62274
62949
  {
62275
62950
  "description": "The horizontal padding of the small Toolbar.\n",
62276
62951
  "commentRange": {
62277
- "start": 10,
62278
- "end": 11
62952
+ "start": 11,
62953
+ "end": 12
62279
62954
  },
62280
62955
  "context": {
62281
62956
  "type": "variable",
@@ -62283,8 +62958,8 @@
62283
62958
  "value": "k-spacing(1)",
62284
62959
  "scope": "default",
62285
62960
  "line": {
62286
- "start": 12,
62287
- "end": 12
62961
+ "start": 13,
62962
+ "end": 13
62288
62963
  }
62289
62964
  },
62290
62965
  "group": [
@@ -62299,17 +62974,17 @@
62299
62974
  {
62300
62975
  "description": "The horizontal padding of the medium Toolbar.\n",
62301
62976
  "commentRange": {
62302
- "start": 13,
62303
- "end": 14
62977
+ "start": 14,
62978
+ "end": 15
62304
62979
  },
62305
62980
  "context": {
62306
62981
  "type": "variable",
62307
62982
  "name": "kendo-toolbar-md-padding-x",
62308
- "value": "k-spacing(2)",
62983
+ "value": "$kendo-toolbar-padding-x",
62309
62984
  "scope": "default",
62310
62985
  "line": {
62311
- "start": 15,
62312
- "end": 15
62986
+ "start": 16,
62987
+ "end": 16
62313
62988
  }
62314
62989
  },
62315
62990
  "group": [
@@ -62324,8 +62999,8 @@
62324
62999
  {
62325
63000
  "description": "The horizontal padding of the large Toolbar.\n",
62326
63001
  "commentRange": {
62327
- "start": 16,
62328
- "end": 17
63002
+ "start": 17,
63003
+ "end": 18
62329
63004
  },
62330
63005
  "context": {
62331
63006
  "type": "variable",
@@ -62333,8 +63008,8 @@
62333
63008
  "value": "k-spacing(2.5)",
62334
63009
  "scope": "default",
62335
63010
  "line": {
62336
- "start": 18,
62337
- "end": 18
63011
+ "start": 19,
63012
+ "end": 19
62338
63013
  }
62339
63014
  },
62340
63015
  "group": [
@@ -62349,17 +63024,17 @@
62349
63024
  {
62350
63025
  "description": "The vertical padding of the Toolbar.\n",
62351
63026
  "commentRange": {
62352
- "start": 20,
62353
- "end": 21
63027
+ "start": 21,
63028
+ "end": 22
62354
63029
  },
62355
63030
  "context": {
62356
63031
  "type": "variable",
62357
63032
  "name": "kendo-toolbar-padding-y",
62358
- "value": "null",
63033
+ "value": "k-spacing(2)",
62359
63034
  "scope": "default",
62360
63035
  "line": {
62361
- "start": 22,
62362
- "end": 22
63036
+ "start": 23,
63037
+ "end": 23
62363
63038
  }
62364
63039
  },
62365
63040
  "group": [
@@ -62374,8 +63049,8 @@
62374
63049
  {
62375
63050
  "description": "The vertical padding of the small Toolbar.\n",
62376
63051
  "commentRange": {
62377
- "start": 23,
62378
- "end": 24
63052
+ "start": 24,
63053
+ "end": 25
62379
63054
  },
62380
63055
  "context": {
62381
63056
  "type": "variable",
@@ -62383,8 +63058,8 @@
62383
63058
  "value": "k-spacing(1)",
62384
63059
  "scope": "default",
62385
63060
  "line": {
62386
- "start": 25,
62387
- "end": 25
63061
+ "start": 26,
63062
+ "end": 26
62388
63063
  }
62389
63064
  },
62390
63065
  "group": [
@@ -62399,17 +63074,17 @@
62399
63074
  {
62400
63075
  "description": "The vertical padding of the medium Toolbar.\n",
62401
63076
  "commentRange": {
62402
- "start": 26,
62403
- "end": 27
63077
+ "start": 27,
63078
+ "end": 28
62404
63079
  },
62405
63080
  "context": {
62406
63081
  "type": "variable",
62407
63082
  "name": "kendo-toolbar-md-padding-y",
62408
- "value": "k-spacing(2)",
63083
+ "value": "$kendo-toolbar-padding-y",
62409
63084
  "scope": "default",
62410
63085
  "line": {
62411
- "start": 28,
62412
- "end": 28
63086
+ "start": 29,
63087
+ "end": 29
62413
63088
  }
62414
63089
  },
62415
63090
  "group": [
@@ -62424,8 +63099,8 @@
62424
63099
  {
62425
63100
  "description": "The vertical padding of the large Toolbar.\n",
62426
63101
  "commentRange": {
62427
- "start": 29,
62428
- "end": 30
63102
+ "start": 30,
63103
+ "end": 31
62429
63104
  },
62430
63105
  "context": {
62431
63106
  "type": "variable",
@@ -62433,8 +63108,8 @@
62433
63108
  "value": "k-spacing(2.5)",
62434
63109
  "scope": "default",
62435
63110
  "line": {
62436
- "start": 31,
62437
- "end": 31
63111
+ "start": 32,
63112
+ "end": 32
62438
63113
  }
62439
63114
  },
62440
63115
  "group": [
@@ -62449,17 +63124,17 @@
62449
63124
  {
62450
63125
  "description": "The spacing between the Toolbar tools.\n",
62451
63126
  "commentRange": {
62452
- "start": 33,
62453
- "end": 34
63127
+ "start": 34,
63128
+ "end": 35
62454
63129
  },
62455
63130
  "context": {
62456
63131
  "type": "variable",
62457
63132
  "name": "kendo-toolbar-spacing",
62458
- "value": "null",
63133
+ "value": "k-spacing(2)",
62459
63134
  "scope": "default",
62460
63135
  "line": {
62461
- "start": 35,
62462
- "end": 35
63136
+ "start": 36,
63137
+ "end": 36
62463
63138
  }
62464
63139
  },
62465
63140
  "group": [
@@ -62474,8 +63149,8 @@
62474
63149
  {
62475
63150
  "description": "The spacing between the tools of the small Toolbar.\n",
62476
63151
  "commentRange": {
62477
- "start": 36,
62478
- "end": 37
63152
+ "start": 37,
63153
+ "end": 38
62479
63154
  },
62480
63155
  "context": {
62481
63156
  "type": "variable",
@@ -62483,8 +63158,8 @@
62483
63158
  "value": "k-spacing(1.5)",
62484
63159
  "scope": "default",
62485
63160
  "line": {
62486
- "start": 38,
62487
- "end": 38
63161
+ "start": 39,
63162
+ "end": 39
62488
63163
  }
62489
63164
  },
62490
63165
  "group": [
@@ -62499,17 +63174,17 @@
62499
63174
  {
62500
63175
  "description": "The spacing between the tools of the medium Toolbar.\n",
62501
63176
  "commentRange": {
62502
- "start": 39,
62503
- "end": 40
63177
+ "start": 40,
63178
+ "end": 41
62504
63179
  },
62505
63180
  "context": {
62506
63181
  "type": "variable",
62507
63182
  "name": "kendo-toolbar-md-spacing",
62508
- "value": "k-spacing(2)",
63183
+ "value": "$kendo-toolbar-spacing",
62509
63184
  "scope": "default",
62510
63185
  "line": {
62511
- "start": 41,
62512
- "end": 41
63186
+ "start": 42,
63187
+ "end": 42
62513
63188
  }
62514
63189
  },
62515
63190
  "group": [
@@ -62524,8 +63199,8 @@
62524
63199
  {
62525
63200
  "description": "The spacing between the tools of the large Toolbar.\n",
62526
63201
  "commentRange": {
62527
- "start": 42,
62528
- "end": 43
63202
+ "start": 43,
63203
+ "end": 44
62529
63204
  },
62530
63205
  "context": {
62531
63206
  "type": "variable",
@@ -62533,8 +63208,108 @@
62533
63208
  "value": "k-spacing(2.5)",
62534
63209
  "scope": "default",
62535
63210
  "line": {
62536
- "start": 44,
62537
- "end": 44
63211
+ "start": 45,
63212
+ "end": 45
63213
+ }
63214
+ },
63215
+ "group": [
63216
+ "toolbar"
63217
+ ],
63218
+ "access": "public",
63219
+ "file": {
63220
+ "path": "toolbar/_variables.scss",
63221
+ "name": "_variables.scss"
63222
+ }
63223
+ },
63224
+ {
63225
+ "description": "The height of the Toolbar button separator.\n",
63226
+ "commentRange": {
63227
+ "start": 47,
63228
+ "end": 48
63229
+ },
63230
+ "context": {
63231
+ "type": "variable",
63232
+ "name": "kendo-toolbar-separator-height",
63233
+ "value": "$kendo-button-md-calc-size",
63234
+ "scope": "default",
63235
+ "line": {
63236
+ "start": 49,
63237
+ "end": 49
63238
+ }
63239
+ },
63240
+ "group": [
63241
+ "toolbar"
63242
+ ],
63243
+ "access": "public",
63244
+ "file": {
63245
+ "path": "toolbar/_variables.scss",
63246
+ "name": "_variables.scss"
63247
+ }
63248
+ },
63249
+ {
63250
+ "description": "The height of the small Toolbar button separator.\n",
63251
+ "commentRange": {
63252
+ "start": 50,
63253
+ "end": 51
63254
+ },
63255
+ "context": {
63256
+ "type": "variable",
63257
+ "name": "kendo-toolbar-sm-separator-height",
63258
+ "value": "$kendo-button-sm-calc-size",
63259
+ "scope": "default",
63260
+ "line": {
63261
+ "start": 52,
63262
+ "end": 52
63263
+ }
63264
+ },
63265
+ "group": [
63266
+ "toolbar"
63267
+ ],
63268
+ "access": "public",
63269
+ "file": {
63270
+ "path": "toolbar/_variables.scss",
63271
+ "name": "_variables.scss"
63272
+ }
63273
+ },
63274
+ {
63275
+ "description": "The height of the medium Toolbar button separator.\n",
63276
+ "commentRange": {
63277
+ "start": 53,
63278
+ "end": 54
63279
+ },
63280
+ "context": {
63281
+ "type": "variable",
63282
+ "name": "kendo-toolbar-md-separator-height",
63283
+ "value": "$kendo-toolbar-separator-height",
63284
+ "scope": "default",
63285
+ "line": {
63286
+ "start": 55,
63287
+ "end": 55
63288
+ }
63289
+ },
63290
+ "group": [
63291
+ "toolbar"
63292
+ ],
63293
+ "access": "public",
63294
+ "file": {
63295
+ "path": "toolbar/_variables.scss",
63296
+ "name": "_variables.scss"
63297
+ }
63298
+ },
63299
+ {
63300
+ "description": "The height of the large Toolbar button separator.\n",
63301
+ "commentRange": {
63302
+ "start": 56,
63303
+ "end": 57
63304
+ },
63305
+ "context": {
63306
+ "type": "variable",
63307
+ "name": "kendo-toolbar-lg-separator-height",
63308
+ "value": "$kendo-button-lg-calc-size",
63309
+ "scope": "default",
63310
+ "line": {
63311
+ "start": 58,
63312
+ "end": 58
62538
63313
  }
62539
63314
  },
62540
63315
  "group": [
@@ -62549,8 +63324,8 @@
62549
63324
  {
62550
63325
  "description": "The width of the border around the Toolbar.\n",
62551
63326
  "commentRange": {
62552
- "start": 46,
62553
- "end": 47
63327
+ "start": 60,
63328
+ "end": 61
62554
63329
  },
62555
63330
  "context": {
62556
63331
  "type": "variable",
@@ -62558,8 +63333,8 @@
62558
63333
  "value": "0",
62559
63334
  "scope": "default",
62560
63335
  "line": {
62561
- "start": 48,
62562
- "end": 48
63336
+ "start": 62,
63337
+ "end": 62
62563
63338
  }
62564
63339
  },
62565
63340
  "group": [
@@ -62574,8 +63349,8 @@
62574
63349
  {
62575
63350
  "description": "The border radius of the Toolbar.\n",
62576
63351
  "commentRange": {
62577
- "start": 49,
62578
- "end": 50
63352
+ "start": 63,
63353
+ "end": 64
62579
63354
  },
62580
63355
  "context": {
62581
63356
  "type": "variable",
@@ -62583,8 +63358,8 @@
62583
63358
  "value": "null",
62584
63359
  "scope": "default",
62585
63360
  "line": {
62586
- "start": 51,
62587
- "end": 51
63361
+ "start": 65,
63362
+ "end": 65
62588
63363
  }
62589
63364
  },
62590
63365
  "group": [
@@ -62599,8 +63374,8 @@
62599
63374
  {
62600
63375
  "description": "The font family of the Toolbar.\n",
62601
63376
  "commentRange": {
62602
- "start": 53,
62603
- "end": 54
63377
+ "start": 67,
63378
+ "end": 68
62604
63379
  },
62605
63380
  "context": {
62606
63381
  "type": "variable",
@@ -62608,8 +63383,8 @@
62608
63383
  "value": "var( --kendo-font-family, inherit )",
62609
63384
  "scope": "default",
62610
63385
  "line": {
62611
- "start": 55,
62612
- "end": 55
63386
+ "start": 69,
63387
+ "end": 69
62613
63388
  }
62614
63389
  },
62615
63390
  "group": [
@@ -62624,8 +63399,8 @@
62624
63399
  {
62625
63400
  "description": "The font size of the Toolbar.\n",
62626
63401
  "commentRange": {
62627
- "start": 56,
62628
- "end": 57
63402
+ "start": 70,
63403
+ "end": 71
62629
63404
  },
62630
63405
  "context": {
62631
63406
  "type": "variable",
@@ -62633,8 +63408,8 @@
62633
63408
  "value": "var( --kendo-font-size, inherit )",
62634
63409
  "scope": "default",
62635
63410
  "line": {
62636
- "start": 58,
62637
- "end": 58
63411
+ "start": 72,
63412
+ "end": 72
62638
63413
  }
62639
63414
  },
62640
63415
  "group": [
@@ -62649,8 +63424,8 @@
62649
63424
  {
62650
63425
  "description": "The line height of the Toolbar.\n",
62651
63426
  "commentRange": {
62652
- "start": 59,
62653
- "end": 60
63427
+ "start": 73,
63428
+ "end": 74
62654
63429
  },
62655
63430
  "context": {
62656
63431
  "type": "variable",
@@ -62658,8 +63433,8 @@
62658
63433
  "value": "math.div( 20, 14 )",
62659
63434
  "scope": "default",
62660
63435
  "line": {
62661
- "start": 61,
62662
- "end": 61
63436
+ "start": 75,
63437
+ "end": 75
62663
63438
  }
62664
63439
  },
62665
63440
  "group": [
@@ -62674,8 +63449,8 @@
62674
63449
  {
62675
63450
  "description": "The background color of the Toolbar.\n",
62676
63451
  "commentRange": {
62677
- "start": 63,
62678
- "end": 64
63452
+ "start": 77,
63453
+ "end": 78
62679
63454
  },
62680
63455
  "context": {
62681
63456
  "type": "variable",
@@ -62683,8 +63458,8 @@
62683
63458
  "value": "$kendo-component-bg",
62684
63459
  "scope": "default",
62685
63460
  "line": {
62686
- "start": 65,
62687
- "end": 65
63461
+ "start": 79,
63462
+ "end": 79
62688
63463
  }
62689
63464
  },
62690
63465
  "group": [
@@ -62699,8 +63474,8 @@
62699
63474
  {
62700
63475
  "description": "The text color of the Toolbar.\n",
62701
63476
  "commentRange": {
62702
- "start": 66,
62703
- "end": 67
63477
+ "start": 80,
63478
+ "end": 81
62704
63479
  },
62705
63480
  "context": {
62706
63481
  "type": "variable",
@@ -62708,8 +63483,8 @@
62708
63483
  "value": "$kendo-component-text",
62709
63484
  "scope": "default",
62710
63485
  "line": {
62711
- "start": 68,
62712
- "end": 68
63486
+ "start": 82,
63487
+ "end": 82
62713
63488
  }
62714
63489
  },
62715
63490
  "group": [
@@ -62724,8 +63499,8 @@
62724
63499
  {
62725
63500
  "description": "The color of the border around the Toolbar.\n",
62726
63501
  "commentRange": {
62727
- "start": 69,
62728
- "end": 70
63502
+ "start": 83,
63503
+ "end": 84
62729
63504
  },
62730
63505
  "context": {
62731
63506
  "type": "variable",
@@ -62733,8 +63508,8 @@
62733
63508
  "value": "$kendo-component-border",
62734
63509
  "scope": "default",
62735
63510
  "line": {
62736
- "start": 71,
62737
- "end": 71
63511
+ "start": 85,
63512
+ "end": 85
62738
63513
  }
62739
63514
  },
62740
63515
  "group": [
@@ -62749,8 +63524,8 @@
62749
63524
  {
62750
63525
  "description": "The gradient of the Toolbar.\n",
62751
63526
  "commentRange": {
62752
- "start": 72,
62753
- "end": 73
63527
+ "start": 86,
63528
+ "end": 87
62754
63529
  },
62755
63530
  "context": {
62756
63531
  "type": "variable",
@@ -62758,8 +63533,8 @@
62758
63533
  "value": "null",
62759
63534
  "scope": "default",
62760
63535
  "line": {
62761
- "start": 74,
62762
- "end": 74
63536
+ "start": 88,
63537
+ "end": 88
62763
63538
  }
62764
63539
  },
62765
63540
  "group": [
@@ -62774,8 +63549,8 @@
62774
63549
  {
62775
63550
  "description": "The box shadow of the Toolbar.\n",
62776
63551
  "commentRange": {
62777
- "start": 75,
62778
- "end": 76
63552
+ "start": 89,
63553
+ "end": 90
62779
63554
  },
62780
63555
  "context": {
62781
63556
  "type": "variable",
@@ -62783,8 +63558,33 @@
62783
63558
  "value": "k-elevation(4)",
62784
63559
  "scope": "default",
62785
63560
  "line": {
62786
- "start": 77,
62787
- "end": 77
63561
+ "start": 91,
63562
+ "end": 91
63563
+ }
63564
+ },
63565
+ "group": [
63566
+ "toolbar"
63567
+ ],
63568
+ "access": "public",
63569
+ "file": {
63570
+ "path": "toolbar/_variables.scss",
63571
+ "name": "_variables.scss"
63572
+ }
63573
+ },
63574
+ {
63575
+ "description": "The left and right scroll overlay of the Toolbar.\n",
63576
+ "commentRange": {
63577
+ "start": 92,
63578
+ "end": 93
63579
+ },
63580
+ "context": {
63581
+ "type": "variable",
63582
+ "name": "kendo-toolbar-scroll-overlay",
63583
+ "value": "$kendo-toolbar-bg, if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 0%, transparent), rgba( $kendo-color-white, 0))",
63584
+ "scope": "default",
63585
+ "line": {
63586
+ "start": 94,
63587
+ "end": 94
62788
63588
  }
62789
63589
  },
62790
63590
  "group": [
@@ -62799,8 +63599,8 @@
62799
63599
  {
62800
63600
  "description": "The text color of the outline Toolbar.\n",
62801
63601
  "commentRange": {
62802
- "start": 79,
62803
- "end": 80
63602
+ "start": 97,
63603
+ "end": 98
62804
63604
  },
62805
63605
  "context": {
62806
63606
  "type": "variable",
@@ -62808,8 +63608,8 @@
62808
63608
  "value": "unset",
62809
63609
  "scope": "default",
62810
63610
  "line": {
62811
- "start": 81,
62812
- "end": 81
63611
+ "start": 99,
63612
+ "end": 99
62813
63613
  }
62814
63614
  },
62815
63615
  "group": [
@@ -62824,8 +63624,8 @@
62824
63624
  {
62825
63625
  "description": "The color of the border around the outline Toolbar.\n",
62826
63626
  "commentRange": {
62827
- "start": 82,
62828
- "end": 83
63627
+ "start": 100,
63628
+ "end": 101
62829
63629
  },
62830
63630
  "context": {
62831
63631
  "type": "variable",
@@ -62833,8 +63633,8 @@
62833
63633
  "value": "currentColor",
62834
63634
  "scope": "default",
62835
63635
  "line": {
62836
- "start": 84,
62837
- "end": 84
63636
+ "start": 102,
63637
+ "end": 102
62838
63638
  }
62839
63639
  },
62840
63640
  "group": [
@@ -62849,8 +63649,8 @@
62849
63649
  {
62850
63650
  "description": "The gradient of the outline Toolbar.\n",
62851
63651
  "commentRange": {
62852
- "start": 85,
62853
- "end": 86
63652
+ "start": 103,
63653
+ "end": 104
62854
63654
  },
62855
63655
  "context": {
62856
63656
  "type": "variable",
@@ -62858,8 +63658,8 @@
62858
63658
  "value": "null",
62859
63659
  "scope": "default",
62860
63660
  "line": {
62861
- "start": 87,
62862
- "end": 87
63661
+ "start": 105,
63662
+ "end": 105
62863
63663
  }
62864
63664
  },
62865
63665
  "group": [
@@ -62874,8 +63674,8 @@
62874
63674
  {
62875
63675
  "description": "The box shadow of the outline Toolbar.\n",
62876
63676
  "commentRange": {
62877
- "start": 88,
62878
- "end": 89
63677
+ "start": 106,
63678
+ "end": 107
62879
63679
  },
62880
63680
  "context": {
62881
63681
  "type": "variable",
@@ -62883,8 +63683,8 @@
62883
63683
  "value": "null",
62884
63684
  "scope": "default",
62885
63685
  "line": {
62886
- "start": 90,
62887
- "end": 90
63686
+ "start": 108,
63687
+ "end": 108
62888
63688
  }
62889
63689
  },
62890
63690
  "group": [
@@ -62899,8 +63699,8 @@
62899
63699
  {
62900
63700
  "description": "The width of the border around the outline Toolbar.\n",
62901
63701
  "commentRange": {
62902
- "start": 91,
62903
- "end": 92
63702
+ "start": 109,
63703
+ "end": 110
62904
63704
  },
62905
63705
  "context": {
62906
63706
  "type": "variable",
@@ -62908,8 +63708,33 @@
62908
63708
  "value": "1px",
62909
63709
  "scope": "default",
62910
63710
  "line": {
62911
- "start": 93,
62912
- "end": 93
63711
+ "start": 111,
63712
+ "end": 111
63713
+ }
63714
+ },
63715
+ "group": [
63716
+ "toolbar"
63717
+ ],
63718
+ "access": "public",
63719
+ "file": {
63720
+ "path": "toolbar/_variables.scss",
63721
+ "name": "_variables.scss"
63722
+ }
63723
+ },
63724
+ {
63725
+ "description": "The left and right scroll overlay of the outline Toolbar.\n",
63726
+ "commentRange": {
63727
+ "start": 112,
63728
+ "end": 113
63729
+ },
63730
+ "context": {
63731
+ "type": "variable",
63732
+ "name": "kendo-toolbar-outline-scroll-overlay",
63733
+ "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))",
63734
+ "scope": "default",
63735
+ "line": {
63736
+ "start": 114,
63737
+ "end": 114
62913
63738
  }
62914
63739
  },
62915
63740
  "group": [
@@ -62924,8 +63749,8 @@
62924
63749
  {
62925
63750
  "description": "The text color of the flat Toolbar.\n",
62926
63751
  "commentRange": {
62927
- "start": 95,
62928
- "end": 96
63752
+ "start": 117,
63753
+ "end": 118
62929
63754
  },
62930
63755
  "context": {
62931
63756
  "type": "variable",
@@ -62933,8 +63758,8 @@
62933
63758
  "value": "null",
62934
63759
  "scope": "default",
62935
63760
  "line": {
62936
- "start": 97,
62937
- "end": 97
63761
+ "start": 119,
63762
+ "end": 119
62938
63763
  }
62939
63764
  },
62940
63765
  "group": [
@@ -62949,8 +63774,8 @@
62949
63774
  {
62950
63775
  "description": "The color of the border around the flat Toolbar.\n",
62951
63776
  "commentRange": {
62952
- "start": 98,
62953
- "end": 99
63777
+ "start": 120,
63778
+ "end": 121
62954
63779
  },
62955
63780
  "context": {
62956
63781
  "type": "variable",
@@ -62958,8 +63783,8 @@
62958
63783
  "value": "$kendo-toolbar-border",
62959
63784
  "scope": "default",
62960
63785
  "line": {
62961
- "start": 100,
62962
- "end": 100
63786
+ "start": 122,
63787
+ "end": 122
62963
63788
  }
62964
63789
  },
62965
63790
  "group": [
@@ -62974,8 +63799,8 @@
62974
63799
  {
62975
63800
  "description": "The gradient of the flat Toolbar.\n",
62976
63801
  "commentRange": {
62977
- "start": 101,
62978
- "end": 102
63802
+ "start": 123,
63803
+ "end": 124
62979
63804
  },
62980
63805
  "context": {
62981
63806
  "type": "variable",
@@ -62983,8 +63808,8 @@
62983
63808
  "value": "null",
62984
63809
  "scope": "default",
62985
63810
  "line": {
62986
- "start": 103,
62987
- "end": 103
63811
+ "start": 125,
63812
+ "end": 125
62988
63813
  }
62989
63814
  },
62990
63815
  "group": [
@@ -62999,8 +63824,8 @@
62999
63824
  {
63000
63825
  "description": "The box shadow of the flat Toolbar.\n",
63001
63826
  "commentRange": {
63002
- "start": 104,
63003
- "end": 105
63827
+ "start": 126,
63828
+ "end": 127
63004
63829
  },
63005
63830
  "context": {
63006
63831
  "type": "variable",
@@ -63008,8 +63833,8 @@
63008
63833
  "value": "0 2px 0 -1px $kendo-component-border",
63009
63834
  "scope": "default",
63010
63835
  "line": {
63011
- "start": 106,
63012
- "end": 106
63836
+ "start": 128,
63837
+ "end": 128
63013
63838
  }
63014
63839
  },
63015
63840
  "group": [
@@ -63024,8 +63849,8 @@
63024
63849
  {
63025
63850
  "description": "Border width of the flat Toolbar.\n",
63026
63851
  "commentRange": {
63027
- "start": 107,
63028
- "end": 108
63852
+ "start": 129,
63853
+ "end": 130
63029
63854
  },
63030
63855
  "context": {
63031
63856
  "type": "variable",
@@ -63033,8 +63858,33 @@
63033
63858
  "value": "1px",
63034
63859
  "scope": "default",
63035
63860
  "line": {
63036
- "start": 109,
63037
- "end": 109
63861
+ "start": 131,
63862
+ "end": 131
63863
+ }
63864
+ },
63865
+ "group": [
63866
+ "toolbar"
63867
+ ],
63868
+ "access": "public",
63869
+ "file": {
63870
+ "path": "toolbar/_variables.scss",
63871
+ "name": "_variables.scss"
63872
+ }
63873
+ },
63874
+ {
63875
+ "description": "The left and right scroll overlay of the flat Toolbar.\n",
63876
+ "commentRange": {
63877
+ "start": 132,
63878
+ "end": 133
63879
+ },
63880
+ "context": {
63881
+ "type": "variable",
63882
+ "name": "kendo-toolbar-flat-scroll-overlay",
63883
+ "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))",
63884
+ "scope": "default",
63885
+ "line": {
63886
+ "start": 134,
63887
+ "end": 134
63038
63888
  }
63039
63889
  },
63040
63890
  "group": [
@@ -63049,8 +63899,8 @@
63049
63899
  {
63050
63900
  "description": "The color of the separator border of the Toolbar.\n",
63051
63901
  "commentRange": {
63052
- "start": 111,
63053
- "end": 112
63902
+ "start": 137,
63903
+ "end": 138
63054
63904
  },
63055
63905
  "context": {
63056
63906
  "type": "variable",
@@ -63058,8 +63908,8 @@
63058
63908
  "value": "inherit",
63059
63909
  "scope": "default",
63060
63910
  "line": {
63061
- "start": 113,
63062
- "end": 113
63911
+ "start": 139,
63912
+ "end": 139
63063
63913
  }
63064
63914
  },
63065
63915
  "group": [
@@ -63074,8 +63924,8 @@
63074
63924
  {
63075
63925
  "description": "The width of the input in the Toolbar.\n",
63076
63926
  "commentRange": {
63077
- "start": 115,
63078
- "end": 116
63927
+ "start": 141,
63928
+ "end": 142
63079
63929
  },
63080
63930
  "context": {
63081
63931
  "type": "variable",
@@ -63083,8 +63933,8 @@
63083
63933
  "value": "10em",
63084
63934
  "scope": "default",
63085
63935
  "line": {
63086
- "start": 117,
63087
- "end": 117
63936
+ "start": 143,
63937
+ "end": 143
63088
63938
  }
63089
63939
  },
63090
63940
  "group": [
@@ -63099,8 +63949,8 @@
63099
63949
  {
63100
63950
  "description": "The box shadow of the focused Toolbar item.\n",
63101
63951
  "commentRange": {
63102
- "start": 119,
63103
- "end": 120
63952
+ "start": 145,
63953
+ "end": 146
63104
63954
  },
63105
63955
  "context": {
63106
63956
  "type": "variable",
@@ -63108,8 +63958,8 @@
63108
63958
  "value": "0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px rgba(0, 0, 0, .14), 0 1px 10px rgba(0, 0, 0, .12)",
63109
63959
  "scope": "default",
63110
63960
  "line": {
63111
- "start": 121,
63112
- "end": 121
63961
+ "start": 147,
63962
+ "end": 147
63113
63963
  }
63114
63964
  },
63115
63965
  "group": [
@@ -63124,8 +63974,8 @@
63124
63974
  {
63125
63975
  "description": "The font size of the Toolbar overflow container.\n",
63126
63976
  "commentRange": {
63127
- "start": 123,
63128
- "end": 124
63977
+ "start": 149,
63978
+ "end": 150
63129
63979
  },
63130
63980
  "context": {
63131
63981
  "type": "variable",
@@ -63133,8 +63983,8 @@
63133
63983
  "value": "$kendo-menu-popup-md-font-size",
63134
63984
  "scope": "default",
63135
63985
  "line": {
63136
- "start": 125,
63137
- "end": 125
63986
+ "start": 151,
63987
+ "end": 151
63138
63988
  }
63139
63989
  },
63140
63990
  "group": [
@@ -63149,8 +63999,8 @@
63149
63999
  {
63150
64000
  "description": "The line-height of the Toolbar overflow container.\n",
63151
64001
  "commentRange": {
63152
- "start": 126,
63153
- "end": 127
64002
+ "start": 152,
64003
+ "end": 153
63154
64004
  },
63155
64005
  "context": {
63156
64006
  "type": "variable",
@@ -63158,8 +64008,8 @@
63158
64008
  "value": "$kendo-menu-popup-md-line-height",
63159
64009
  "scope": "default",
63160
64010
  "line": {
63161
- "start": 128,
63162
- "end": 128
64011
+ "start": 154,
64012
+ "end": 154
63163
64013
  }
63164
64014
  },
63165
64015
  "group": [
@@ -63174,8 +64024,8 @@
63174
64024
  {
63175
64025
  "description": "The vertical padding of the Toolbar overflow button.\n",
63176
64026
  "commentRange": {
63177
- "start": 129,
63178
- "end": 130
64027
+ "start": 155,
64028
+ "end": 156
63179
64029
  },
63180
64030
  "context": {
63181
64031
  "type": "variable",
@@ -63183,8 +64033,8 @@
63183
64033
  "value": "$kendo-menu-popup-md-item-padding-y",
63184
64034
  "scope": "default",
63185
64035
  "line": {
63186
- "start": 131,
63187
- "end": 131
64036
+ "start": 157,
64037
+ "end": 157
63188
64038
  }
63189
64039
  },
63190
64040
  "group": [
@@ -63199,8 +64049,8 @@
63199
64049
  {
63200
64050
  "description": "The horizontal padding of the Toolbar overflow button.\n",
63201
64051
  "commentRange": {
63202
- "start": 132,
63203
- "end": 133
64052
+ "start": 158,
64053
+ "end": 159
63204
64054
  },
63205
64055
  "context": {
63206
64056
  "type": "variable",
@@ -63208,8 +64058,8 @@
63208
64058
  "value": "$kendo-menu-popup-md-item-padding-x",
63209
64059
  "scope": "default",
63210
64060
  "line": {
63211
- "start": 134,
63212
- "end": 134
64061
+ "start": 160,
64062
+ "end": 160
63213
64063
  }
63214
64064
  },
63215
64065
  "group": [
@@ -63224,17 +64074,17 @@
63224
64074
  {
63225
64075
  "description": "The sizes map for the Toolbar.\n",
63226
64076
  "commentRange": {
63227
- "start": 136,
63228
- "end": 137
64077
+ "start": 162,
64078
+ "end": 163
63229
64079
  },
63230
64080
  "context": {
63231
64081
  "type": "variable",
63232
64082
  "name": "kendo-toolbar-sizes",
63233
- "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)",
64083
+ "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)",
63234
64084
  "scope": "default",
63235
64085
  "line": {
63236
- "start": 138,
63237
- "end": 154
64086
+ "start": 164,
64087
+ "end": 183
63238
64088
  }
63239
64089
  },
63240
64090
  "group": [