@progress/kendo-theme-classic 9.1.0-dev.3 → 9.1.0-dev.5

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 (50) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +478 -92
  3. package/dist/classic-green-dark.css +1 -1
  4. package/dist/classic-green.css +1 -1
  5. package/dist/classic-lavender-dark.css +1 -1
  6. package/dist/classic-lavender.css +1 -1
  7. package/dist/classic-main-dark.css +1 -1
  8. package/dist/classic-main.css +1 -1
  9. package/dist/classic-metro-dark.css +1 -1
  10. package/dist/classic-metro.css +1 -1
  11. package/dist/classic-moonlight.css +1 -1
  12. package/dist/classic-opal-dark.css +1 -1
  13. package/dist/classic-opal.css +1 -1
  14. package/dist/classic-silver-dark.css +1 -1
  15. package/dist/classic-silver.css +1 -1
  16. package/dist/classic-uniform.css +1 -1
  17. package/dist/meta/sassdoc-data.json +1632 -654
  18. package/dist/meta/sassdoc-raw-data.json +751 -301
  19. package/dist/meta/variables.json +121 -29
  20. package/lib/swatches/classic-green-dark.json +1 -1
  21. package/lib/swatches/classic-green.json +1 -1
  22. package/lib/swatches/classic-lavender-dark.json +1 -1
  23. package/lib/swatches/classic-lavender.json +1 -1
  24. package/lib/swatches/classic-main-dark.json +1 -1
  25. package/lib/swatches/classic-main.json +1 -1
  26. package/lib/swatches/classic-metro-dark.json +1 -1
  27. package/lib/swatches/classic-metro.json +1 -1
  28. package/lib/swatches/classic-moonlight.json +1 -1
  29. package/lib/swatches/classic-opal-dark.json +1 -1
  30. package/lib/swatches/classic-opal.json +1 -1
  31. package/lib/swatches/classic-silver-dark.json +1 -1
  32. package/lib/swatches/classic-silver.json +1 -1
  33. package/lib/swatches/classic-uniform.json +1 -1
  34. package/package.json +5 -5
  35. package/scss/dataviz/_index.scss +3 -1
  36. package/scss/dataviz/_variables.scss +9 -0
  37. package/scss/index.scss +2 -0
  38. package/scss/list/_index.scss +3 -1
  39. package/scss/list/_variables.scss +0 -4
  40. package/scss/no-data/_index.scss +32 -0
  41. package/scss/no-data/_layout.scss +5 -0
  42. package/scss/no-data/_theme.scss +5 -0
  43. package/scss/no-data/_variables.scss +7 -0
  44. package/scss/orgchart/_variables.scss +1 -1
  45. package/scss/pdf-viewer/_variables.scss +23 -0
  46. package/scss/scheduler/_index.scss +3 -1
  47. package/scss/splitter/_variables.scss +1 -1
  48. package/scss/stepper/_variables.scss +3 -0
  49. package/scss/timeline/_variables.scss +5 -5
  50. package/scss/toolbar/_variables.scss +32 -4
@@ -32991,14 +32991,14 @@
32991
32991
  "resolvedType": "Null"
32992
32992
  },
32993
32993
  {
32994
- "description": "The color of the 'No Data' text.\n",
32994
+ "description": "The color of the 'Option Label' text.\n",
32995
32995
  "commentRange": {
32996
32996
  "start": 245,
32997
32997
  "end": 246
32998
32998
  },
32999
32999
  "context": {
33000
33000
  "type": "variable",
33001
- "name": "kendo-list-no-data-text",
33001
+ "name": "kendo-list-option-label-text",
33002
33002
  "value": "$kendo-subtle-text",
33003
33003
  "scope": "default",
33004
33004
  "line": {
@@ -33017,33 +33017,6 @@
33017
33017
  "resolvedValue": "var(--kendo-color-subtle, #666666)",
33018
33018
  "resolvedType": "String"
33019
33019
  },
33020
- {
33021
- "description": "The color of the 'Option Label' text.\n",
33022
- "commentRange": {
33023
- "start": 249,
33024
- "end": 250
33025
- },
33026
- "context": {
33027
- "type": "variable",
33028
- "name": "kendo-list-option-label-text",
33029
- "value": "$kendo-subtle-text",
33030
- "scope": "default",
33031
- "line": {
33032
- "start": 251,
33033
- "end": 251
33034
- }
33035
- },
33036
- "group": [
33037
- "list"
33038
- ],
33039
- "access": "public",
33040
- "file": {
33041
- "path": "classic/scss/list/_variables.scss",
33042
- "name": "_variables.scss"
33043
- },
33044
- "resolvedValue": "var(--kendo-color-subtle, #666666)",
33045
- "resolvedType": "String"
33046
- },
33047
33020
  {
33048
33021
  "description": "The spacing between the ListBox elements.\n",
33049
33022
  "commentRange": {
@@ -37715,6 +37688,60 @@
37715
37688
  "resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
37716
37689
  "resolvedType": "String"
37717
37690
  },
37691
+ {
37692
+ "description": "The minimum height of the 'No Data' text container.\n",
37693
+ "commentRange": {
37694
+ "start": 1,
37695
+ "end": 2
37696
+ },
37697
+ "context": {
37698
+ "type": "variable",
37699
+ "name": "kendo-no-data-min-height",
37700
+ "value": "140px",
37701
+ "scope": "default",
37702
+ "line": {
37703
+ "start": 3,
37704
+ "end": 3
37705
+ }
37706
+ },
37707
+ "group": [
37708
+ "no-data"
37709
+ ],
37710
+ "access": "public",
37711
+ "file": {
37712
+ "path": "classic/scss/no-data/_variables.scss",
37713
+ "name": "_variables.scss"
37714
+ },
37715
+ "resolvedValue": "140px",
37716
+ "resolvedType": "Number"
37717
+ },
37718
+ {
37719
+ "description": "The color of the 'No Data' text.\n",
37720
+ "commentRange": {
37721
+ "start": 5,
37722
+ "end": 6
37723
+ },
37724
+ "context": {
37725
+ "type": "variable",
37726
+ "name": "kendo-no-data-text",
37727
+ "value": "$kendo-subtle-text",
37728
+ "scope": "default",
37729
+ "line": {
37730
+ "start": 7,
37731
+ "end": 7
37732
+ }
37733
+ },
37734
+ "group": [
37735
+ "no-data"
37736
+ ],
37737
+ "access": "public",
37738
+ "file": {
37739
+ "path": "classic/scss/no-data/_variables.scss",
37740
+ "name": "_variables.scss"
37741
+ },
37742
+ "resolvedValue": "var(--kendo-color-subtle, #666666)",
37743
+ "resolvedType": "String"
37744
+ },
37718
37745
  {
37719
37746
  "description": "The row-gap between the elements in the Notification group.\n",
37720
37747
  "commentRange": {
@@ -39354,7 +39381,7 @@
39354
39381
  "context": {
39355
39382
  "type": "variable",
39356
39383
  "name": "kendo-orgchart-line-v-height",
39357
- "value": "25px",
39384
+ "value": "k-spacing(6)",
39358
39385
  "scope": "default",
39359
39386
  "line": {
39360
39387
  "start": 148,
@@ -39369,8 +39396,8 @@
39369
39396
  "path": "classic/scss/orgchart/_variables.scss",
39370
39397
  "name": "_variables.scss"
39371
39398
  },
39372
- "resolvedValue": "25px",
39373
- "resolvedType": "Number"
39399
+ "resolvedValue": "var(--kendo-spacing-6, 1.5rem)",
39400
+ "resolvedType": "String"
39374
39401
  },
39375
39402
  {
39376
39403
  "description": "The horizontal padding of the Pager.\n",
@@ -44586,6 +44613,195 @@
44586
44613
  "resolvedValue": "var(--kendo-color-subtle, #666666)",
44587
44614
  "resolvedType": "String"
44588
44615
  },
44616
+ {
44617
+ "description": "The vertical padding of the PDFViewer popup.\n",
44618
+ "commentRange": {
44619
+ "start": 112,
44620
+ "end": 113
44621
+ },
44622
+ "context": {
44623
+ "type": "variable",
44624
+ "name": "kendo-pdf-viewer-popup-padding-x",
44625
+ "value": "k-spacing(2)",
44626
+ "scope": "default",
44627
+ "line": {
44628
+ "start": 114,
44629
+ "end": 114
44630
+ }
44631
+ },
44632
+ "group": [
44633
+ "pdf-viewer"
44634
+ ],
44635
+ "access": "public",
44636
+ "file": {
44637
+ "path": "classic/scss/pdf-viewer/_variables.scss",
44638
+ "name": "_variables.scss"
44639
+ },
44640
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
44641
+ "resolvedType": "String"
44642
+ },
44643
+ {
44644
+ "description": "The horizontal padding of the PDFViewer popup.\n",
44645
+ "commentRange": {
44646
+ "start": 115,
44647
+ "end": 116
44648
+ },
44649
+ "context": {
44650
+ "type": "variable",
44651
+ "name": "kendo-pdf-viewer-popup-padding-y",
44652
+ "value": "$kendo-pdf-viewer-popup-padding-x",
44653
+ "scope": "default",
44654
+ "line": {
44655
+ "start": 117,
44656
+ "end": 117
44657
+ }
44658
+ },
44659
+ "group": [
44660
+ "pdf-viewer"
44661
+ ],
44662
+ "access": "public",
44663
+ "file": {
44664
+ "path": "classic/scss/pdf-viewer/_variables.scss",
44665
+ "name": "_variables.scss"
44666
+ },
44667
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
44668
+ "resolvedType": "String"
44669
+ },
44670
+ {
44671
+ "description": "The border color of the PDFViewer selected highlight annotation.\n",
44672
+ "commentRange": {
44673
+ "start": 119,
44674
+ "end": 120
44675
+ },
44676
+ "context": {
44677
+ "type": "variable",
44678
+ "name": "kendo-pdf-viewer-highlight-annotation-border",
44679
+ "value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
44680
+ "scope": "default",
44681
+ "line": {
44682
+ "start": 121,
44683
+ "end": 121
44684
+ }
44685
+ },
44686
+ "group": [
44687
+ "pdf-viewer"
44688
+ ],
44689
+ "access": "public",
44690
+ "file": {
44691
+ "path": "classic/scss/pdf-viewer/_variables.scss",
44692
+ "name": "_variables.scss"
44693
+ },
44694
+ "resolvedValue": "var(--kendo-color-primary, #f35800)",
44695
+ "resolvedType": "String"
44696
+ },
44697
+ {
44698
+ "description": "The background color of the PDFViewer hover highlight annotation.\n",
44699
+ "commentRange": {
44700
+ "start": 122,
44701
+ "end": 123
44702
+ },
44703
+ "context": {
44704
+ "type": "variable",
44705
+ "name": "kendo-pdf-viewer-highlight-annotation-hover-border",
44706
+ "value": "if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker)",
44707
+ "scope": "default",
44708
+ "line": {
44709
+ "start": 124,
44710
+ "end": 124
44711
+ }
44712
+ },
44713
+ "group": [
44714
+ "pdf-viewer"
44715
+ ],
44716
+ "access": "public",
44717
+ "file": {
44718
+ "path": "classic/scss/pdf-viewer/_variables.scss",
44719
+ "name": "_variables.scss"
44720
+ },
44721
+ "resolvedValue": "var(--kendo-color-primary-hover, #e05100)",
44722
+ "resolvedType": "String"
44723
+ },
44724
+ {
44725
+ "description": "The border color of the PDFViewer selected free text annotation.\n",
44726
+ "commentRange": {
44727
+ "start": 125,
44728
+ "end": 126
44729
+ },
44730
+ "context": {
44731
+ "type": "variable",
44732
+ "name": "kendo-pdf-viewer-free-text-annotation-border",
44733
+ "value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
44734
+ "scope": "default",
44735
+ "line": {
44736
+ "start": 127,
44737
+ "end": 127
44738
+ }
44739
+ },
44740
+ "group": [
44741
+ "pdf-viewer"
44742
+ ],
44743
+ "access": "public",
44744
+ "file": {
44745
+ "path": "classic/scss/pdf-viewer/_variables.scss",
44746
+ "name": "_variables.scss"
44747
+ },
44748
+ "resolvedValue": "var(--kendo-color-primary, #f35800)",
44749
+ "resolvedType": "String"
44750
+ },
44751
+ {
44752
+ "description": "The placeholder text color of the PDFViewer free text annotation.\n",
44753
+ "commentRange": {
44754
+ "start": 128,
44755
+ "end": 129
44756
+ },
44757
+ "context": {
44758
+ "type": "variable",
44759
+ "name": "kendo-pdf-viewer-free-text-annotation-placeholder-text",
44760
+ "value": "rgba(124, 22, 27, 0.5)",
44761
+ "scope": "default",
44762
+ "line": {
44763
+ "start": 130,
44764
+ "end": 130
44765
+ }
44766
+ },
44767
+ "group": [
44768
+ "pdf-viewer"
44769
+ ],
44770
+ "access": "public",
44771
+ "file": {
44772
+ "path": "classic/scss/pdf-viewer/_variables.scss",
44773
+ "name": "_variables.scss"
44774
+ },
44775
+ "resolvedValue": "rgba(124, 22, 27, 0.5)",
44776
+ "resolvedType": "Color"
44777
+ },
44778
+ {
44779
+ "description": "The text color of the PDFViewer free text annotation.\n",
44780
+ "commentRange": {
44781
+ "start": 131,
44782
+ "end": 132
44783
+ },
44784
+ "context": {
44785
+ "type": "variable",
44786
+ "name": "kendo-pdf-viewer-free-text-annotation-text",
44787
+ "value": "rgba(124, 22, 27, 0.7)",
44788
+ "scope": "default",
44789
+ "line": {
44790
+ "start": 133,
44791
+ "end": 133
44792
+ }
44793
+ },
44794
+ "group": [
44795
+ "pdf-viewer"
44796
+ ],
44797
+ "access": "public",
44798
+ "file": {
44799
+ "path": "classic/scss/pdf-viewer/_variables.scss",
44800
+ "name": "_variables.scss"
44801
+ },
44802
+ "resolvedValue": "rgba(124, 22, 27, 0.7)",
44803
+ "resolvedType": "Color"
44804
+ },
44589
44805
  {
44590
44806
  "description": "The background color of the Picker components.\n",
44591
44807
  "commentRange": {
@@ -55901,7 +56117,7 @@
55901
56117
  "context": {
55902
56118
  "type": "variable",
55903
56119
  "name": "kendo-splitter-drag-icon-margin",
55904
- "value": "calc( #{k-spacing(3.5)} / 2 )",
56120
+ "value": "k-spacing(2)",
55905
56121
  "scope": "default",
55906
56122
  "line": {
55907
56123
  "start": 37,
@@ -55916,8 +56132,8 @@
55916
56132
  "path": "classic/scss/splitter/_variables.scss",
55917
56133
  "name": "_variables.scss"
55918
56134
  },
55919
- "resolvedValue": "calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2)",
55920
- "resolvedType": "Calculation"
56135
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
56136
+ "resolvedType": "String"
55921
56137
  },
55922
56138
  {
55923
56139
  "description": "The horizontal padding of the collapse icon in the Splitter.\n",
@@ -58458,15 +58674,15 @@
58458
58674
  "resolvedType": "Calculation"
58459
58675
  },
58460
58676
  {
58461
- "description": "The width of the border around the Stepper.\n",
58677
+ "description": "The border radius of the Stepper label.\n",
58462
58678
  "commentRange": {
58463
58679
  "start": 24,
58464
58680
  "end": 25
58465
58681
  },
58466
58682
  "context": {
58467
58683
  "type": "variable",
58468
- "name": "kendo-stepper-border-width",
58469
- "value": "0px",
58684
+ "name": "kendo-stepper-label-border-radius",
58685
+ "value": "k-border-radius(xxxl)",
58470
58686
  "scope": "default",
58471
58687
  "line": {
58472
58688
  "start": 26,
@@ -58481,14 +58697,41 @@
58481
58697
  "path": "classic/scss/stepper/_variables.scss",
58482
58698
  "name": "_variables.scss"
58483
58699
  },
58700
+ "resolvedValue": "var(--kendo-border-radius-xxxl, 1rem)",
58701
+ "resolvedType": "String"
58702
+ },
58703
+ {
58704
+ "description": "The width of the border around the Stepper.\n",
58705
+ "commentRange": {
58706
+ "start": 27,
58707
+ "end": 28
58708
+ },
58709
+ "context": {
58710
+ "type": "variable",
58711
+ "name": "kendo-stepper-border-width",
58712
+ "value": "0px",
58713
+ "scope": "default",
58714
+ "line": {
58715
+ "start": 29,
58716
+ "end": 29
58717
+ }
58718
+ },
58719
+ "group": [
58720
+ "stepper"
58721
+ ],
58722
+ "access": "public",
58723
+ "file": {
58724
+ "path": "classic/scss/stepper/_variables.scss",
58725
+ "name": "_variables.scss"
58726
+ },
58484
58727
  "resolvedValue": "0px",
58485
58728
  "resolvedType": "Number"
58486
58729
  },
58487
58730
  {
58488
58731
  "description": "The horizontal padding of the Stepper content.\n",
58489
58732
  "commentRange": {
58490
- "start": 28,
58491
- "end": 29
58733
+ "start": 31,
58734
+ "end": 32
58492
58735
  },
58493
58736
  "context": {
58494
58737
  "type": "variable",
@@ -58496,8 +58739,8 @@
58496
58739
  "value": "k-spacing(5)",
58497
58740
  "scope": "default",
58498
58741
  "line": {
58499
- "start": 30,
58500
- "end": 30
58742
+ "start": 33,
58743
+ "end": 33
58501
58744
  }
58502
58745
  },
58503
58746
  "group": [
@@ -58514,8 +58757,8 @@
58514
58757
  {
58515
58758
  "description": "The vertical padding of the Stepper content.\n",
58516
58759
  "commentRange": {
58517
- "start": 31,
58518
- "end": 32
58760
+ "start": 34,
58761
+ "end": 35
58519
58762
  },
58520
58763
  "context": {
58521
58764
  "type": "variable",
@@ -58523,8 +58766,8 @@
58523
58766
  "value": "k-spacing(2.5)",
58524
58767
  "scope": "default",
58525
58768
  "line": {
58526
- "start": 33,
58527
- "end": 33
58769
+ "start": 36,
58770
+ "end": 36
58528
58771
  }
58529
58772
  },
58530
58773
  "group": [
@@ -58541,8 +58784,8 @@
58541
58784
  {
58542
58785
  "description": "",
58543
58786
  "commentRange": {
58544
- "start": 36,
58545
- "end": 36
58787
+ "start": 39,
58788
+ "end": 39
58546
58789
  },
58547
58790
  "context": {
58548
58791
  "type": "variable",
@@ -58550,8 +58793,8 @@
58550
58793
  "value": "var( --kendo-font-size, inherit )",
58551
58794
  "scope": "default",
58552
58795
  "line": {
58553
- "start": 37,
58554
- "end": 37
58796
+ "start": 40,
58797
+ "end": 40
58555
58798
  }
58556
58799
  },
58557
58800
  "group": [
@@ -58568,8 +58811,8 @@
58568
58811
  {
58569
58812
  "description": "",
58570
58813
  "commentRange": {
58571
- "start": 39,
58572
- "end": 39
58814
+ "start": 42,
58815
+ "end": 42
58573
58816
  },
58574
58817
  "context": {
58575
58818
  "type": "variable",
@@ -58577,8 +58820,8 @@
58577
58820
  "value": "var( --kendo-line-height, normal )",
58578
58821
  "scope": "default",
58579
58822
  "line": {
58580
- "start": 40,
58581
- "end": 40
58823
+ "start": 43,
58824
+ "end": 43
58582
58825
  }
58583
58826
  },
58584
58827
  "group": [
@@ -58595,8 +58838,8 @@
58595
58838
  {
58596
58839
  "description": "",
58597
58840
  "commentRange": {
58598
- "start": 42,
58599
- "end": 42
58841
+ "start": 45,
58842
+ "end": 45
58600
58843
  },
58601
58844
  "context": {
58602
58845
  "type": "variable",
@@ -58604,8 +58847,8 @@
58604
58847
  "value": "var( --kendo-font-family, inherit )",
58605
58848
  "scope": "default",
58606
58849
  "line": {
58607
- "start": 43,
58608
- "end": 43
58850
+ "start": 46,
58851
+ "end": 46
58609
58852
  }
58610
58853
  },
58611
58854
  "group": [
@@ -58622,8 +58865,8 @@
58622
58865
  {
58623
58866
  "description": "The background color of the Stepper.\n",
58624
58867
  "commentRange": {
58625
- "start": 45,
58626
- "end": 46
58868
+ "start": 48,
58869
+ "end": 49
58627
58870
  },
58628
58871
  "context": {
58629
58872
  "type": "variable",
@@ -58631,8 +58874,8 @@
58631
58874
  "value": "null",
58632
58875
  "scope": "default",
58633
58876
  "line": {
58634
- "start": 47,
58635
- "end": 47
58877
+ "start": 50,
58878
+ "end": 50
58636
58879
  }
58637
58880
  },
58638
58881
  "group": [
@@ -58649,8 +58892,8 @@
58649
58892
  {
58650
58893
  "description": "The text color of the Stepper.\n",
58651
58894
  "commentRange": {
58652
- "start": 48,
58653
- "end": 49
58895
+ "start": 51,
58896
+ "end": 52
58654
58897
  },
58655
58898
  "context": {
58656
58899
  "type": "variable",
@@ -58658,8 +58901,8 @@
58658
58901
  "value": "$kendo-component-text",
58659
58902
  "scope": "default",
58660
58903
  "line": {
58661
- "start": 50,
58662
- "end": 50
58904
+ "start": 53,
58905
+ "end": 53
58663
58906
  }
58664
58907
  },
58665
58908
  "group": [
@@ -58676,8 +58919,8 @@
58676
58919
  {
58677
58920
  "description": "The border color of the Stepper.\n",
58678
58921
  "commentRange": {
58679
- "start": 51,
58680
- "end": 52
58922
+ "start": 54,
58923
+ "end": 55
58681
58924
  },
58682
58925
  "context": {
58683
58926
  "type": "variable",
@@ -58685,8 +58928,8 @@
58685
58928
  "value": "null",
58686
58929
  "scope": "default",
58687
58930
  "line": {
58688
- "start": 53,
58689
- "end": 53
58931
+ "start": 56,
58932
+ "end": 56
58690
58933
  }
58691
58934
  },
58692
58935
  "group": [
@@ -58703,8 +58946,8 @@
58703
58946
  {
58704
58947
  "description": "The width of the Stepper indicator.\n",
58705
58948
  "commentRange": {
58706
- "start": 55,
58707
- "end": 56
58949
+ "start": 58,
58950
+ "end": 59
58708
58951
  },
58709
58952
  "context": {
58710
58953
  "type": "variable",
@@ -58712,8 +58955,8 @@
58712
58955
  "value": "28px",
58713
58956
  "scope": "default",
58714
58957
  "line": {
58715
- "start": 57,
58716
- "end": 57
58958
+ "start": 60,
58959
+ "end": 60
58717
58960
  }
58718
58961
  },
58719
58962
  "group": [
@@ -58730,8 +58973,8 @@
58730
58973
  {
58731
58974
  "description": "The height of the Stepper indicator.\n",
58732
58975
  "commentRange": {
58733
- "start": 58,
58734
- "end": 59
58976
+ "start": 61,
58977
+ "end": 62
58735
58978
  },
58736
58979
  "context": {
58737
58980
  "type": "variable",
@@ -58739,8 +58982,8 @@
58739
58982
  "value": "$kendo-stepper-indicator-width",
58740
58983
  "scope": "default",
58741
58984
  "line": {
58742
- "start": 60,
58743
- "end": 60
58985
+ "start": 63,
58986
+ "end": 63
58744
58987
  }
58745
58988
  },
58746
58989
  "group": [
@@ -58757,8 +59000,8 @@
58757
59000
  {
58758
59001
  "description": "The border width of the Stepper indicator.\n",
58759
59002
  "commentRange": {
58760
- "start": 61,
58761
- "end": 62
59003
+ "start": 64,
59004
+ "end": 65
58762
59005
  },
58763
59006
  "context": {
58764
59007
  "type": "variable",
@@ -58766,8 +59009,8 @@
58766
59009
  "value": "1px",
58767
59010
  "scope": "default",
58768
59011
  "line": {
58769
- "start": 63,
58770
- "end": 63
59012
+ "start": 66,
59013
+ "end": 66
58771
59014
  }
58772
59015
  },
58773
59016
  "group": [
@@ -58784,8 +59027,8 @@
58784
59027
  {
58785
59028
  "description": "The border radius of the Stepper indicator.\n",
58786
59029
  "commentRange": {
58787
- "start": 64,
58788
- "end": 65
59030
+ "start": 67,
59031
+ "end": 68
58789
59032
  },
58790
59033
  "context": {
58791
59034
  "type": "variable",
@@ -58793,8 +59036,8 @@
58793
59036
  "value": "50%",
58794
59037
  "scope": "default",
58795
59038
  "line": {
58796
- "start": 66,
58797
- "end": 66
59039
+ "start": 69,
59040
+ "end": 69
58798
59041
  }
58799
59042
  },
58800
59043
  "group": [
@@ -58811,8 +59054,8 @@
58811
59054
  {
58812
59055
  "description": "The border width of the focused Stepper indicator.\n",
58813
59056
  "commentRange": {
58814
- "start": 68,
58815
- "end": 69
59057
+ "start": 71,
59058
+ "end": 72
58816
59059
  },
58817
59060
  "context": {
58818
59061
  "type": "variable",
@@ -58820,8 +59063,8 @@
58820
59063
  "value": "1px",
58821
59064
  "scope": "default",
58822
59065
  "line": {
58823
- "start": 70,
58824
- "end": 70
59066
+ "start": 73,
59067
+ "end": 73
58825
59068
  }
58826
59069
  },
58827
59070
  "group": [
@@ -58838,8 +59081,8 @@
58838
59081
  {
58839
59082
  "description": "The size of the focused Stepper indicator.\n",
58840
59083
  "commentRange": {
58841
- "start": 71,
58842
- "end": 72
59084
+ "start": 74,
59085
+ "end": 75
58843
59086
  },
58844
59087
  "context": {
58845
59088
  "type": "variable",
@@ -58847,8 +59090,8 @@
58847
59090
  "value": "2px",
58848
59091
  "scope": "default",
58849
59092
  "line": {
58850
- "start": 73,
58851
- "end": 73
59093
+ "start": 76,
59094
+ "end": 76
58852
59095
  }
58853
59096
  },
58854
59097
  "group": [
@@ -58865,8 +59108,8 @@
58865
59108
  {
58866
59109
  "description": "The offset of the Stepper's focused indicator.\n",
58867
59110
  "commentRange": {
58868
- "start": 74,
58869
- "end": 75
59111
+ "start": 77,
59112
+ "end": 78
58870
59113
  },
58871
59114
  "context": {
58872
59115
  "type": "variable",
@@ -58874,8 +59117,8 @@
58874
59117
  "value": "3px",
58875
59118
  "scope": "default",
58876
59119
  "line": {
58877
- "start": 76,
58878
- "end": 76
59120
+ "start": 79,
59121
+ "end": 79
58879
59122
  }
58880
59123
  },
58881
59124
  "group": [
@@ -58892,8 +59135,8 @@
58892
59135
  {
58893
59136
  "description": "The calculated offset of the Stepper's focused indicator.\n",
58894
59137
  "commentRange": {
58895
- "start": 77,
58896
- "end": 78
59138
+ "start": 80,
59139
+ "end": 81
58897
59140
  },
58898
59141
  "context": {
58899
59142
  "type": "variable",
@@ -58901,8 +59144,8 @@
58901
59144
  "value": "calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} )",
58902
59145
  "scope": "default",
58903
59146
  "line": {
58904
- "start": 79,
58905
- "end": 79
59147
+ "start": 82,
59148
+ "end": 82
58906
59149
  }
58907
59150
  },
58908
59151
  "group": [
@@ -58919,8 +59162,8 @@
58919
59162
  {
58920
59163
  "description": "The background color of the Stepper indicator.\n",
58921
59164
  "commentRange": {
58922
- "start": 81,
58923
- "end": 82
59165
+ "start": 84,
59166
+ "end": 85
58924
59167
  },
58925
59168
  "context": {
58926
59169
  "type": "variable",
@@ -58928,8 +59171,8 @@
58928
59171
  "value": "$kendo-component-bg",
58929
59172
  "scope": "default",
58930
59173
  "line": {
58931
- "start": 83,
58932
- "end": 83
59174
+ "start": 86,
59175
+ "end": 86
58933
59176
  }
58934
59177
  },
58935
59178
  "group": [
@@ -58946,8 +59189,8 @@
58946
59189
  {
58947
59190
  "description": "The text color of the Stepper indicator.\n",
58948
59191
  "commentRange": {
58949
- "start": 84,
58950
- "end": 85
59192
+ "start": 87,
59193
+ "end": 88
58951
59194
  },
58952
59195
  "context": {
58953
59196
  "type": "variable",
@@ -58955,8 +59198,8 @@
58955
59198
  "value": "$kendo-component-text",
58956
59199
  "scope": "default",
58957
59200
  "line": {
58958
- "start": 86,
58959
- "end": 86
59201
+ "start": 89,
59202
+ "end": 89
58960
59203
  }
58961
59204
  },
58962
59205
  "group": [
@@ -58973,8 +59216,8 @@
58973
59216
  {
58974
59217
  "description": "The border color of the Stepper indicator.\n",
58975
59218
  "commentRange": {
58976
- "start": 87,
58977
- "end": 88
59219
+ "start": 90,
59220
+ "end": 91
58978
59221
  },
58979
59222
  "context": {
58980
59223
  "type": "variable",
@@ -58982,8 +59225,8 @@
58982
59225
  "value": "$kendo-component-border",
58983
59226
  "scope": "default",
58984
59227
  "line": {
58985
- "start": 89,
58986
- "end": 89
59228
+ "start": 92,
59229
+ "end": 92
58987
59230
  }
58988
59231
  },
58989
59232
  "group": [
@@ -59000,8 +59243,8 @@
59000
59243
  {
59001
59244
  "description": "The background color of the hovered Stepper indicator.\n",
59002
59245
  "commentRange": {
59003
- "start": 91,
59004
- "end": 92
59246
+ "start": 94,
59247
+ "end": 95
59005
59248
  },
59006
59249
  "context": {
59007
59250
  "type": "variable",
@@ -59009,8 +59252,8 @@
59009
59252
  "value": "if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-shade( $kendo-stepper-indicator-bg ))",
59010
59253
  "scope": "default",
59011
59254
  "line": {
59012
- "start": 93,
59013
- "end": 93
59255
+ "start": 96,
59256
+ "end": 96
59014
59257
  }
59015
59258
  },
59016
59259
  "group": [
@@ -59027,8 +59270,8 @@
59027
59270
  {
59028
59271
  "description": "The text color of the hovered Stepper indicator.\n",
59029
59272
  "commentRange": {
59030
- "start": 94,
59031
- "end": 95
59273
+ "start": 97,
59274
+ "end": 98
59032
59275
  },
59033
59276
  "context": {
59034
59277
  "type": "variable",
@@ -59036,8 +59279,8 @@
59036
59279
  "value": "null",
59037
59280
  "scope": "default",
59038
59281
  "line": {
59039
- "start": 96,
59040
- "end": 96
59282
+ "start": 99,
59283
+ "end": 99
59041
59284
  }
59042
59285
  },
59043
59286
  "group": [
@@ -59054,8 +59297,8 @@
59054
59297
  {
59055
59298
  "description": "The border color of the hovered Stepper indicator.\n",
59056
59299
  "commentRange": {
59057
- "start": 97,
59058
- "end": 98
59300
+ "start": 100,
59301
+ "end": 101
59059
59302
  },
59060
59303
  "context": {
59061
59304
  "type": "variable",
@@ -59063,8 +59306,8 @@
59063
59306
  "value": "null",
59064
59307
  "scope": "default",
59065
59308
  "line": {
59066
- "start": 99,
59067
- "end": 99
59309
+ "start": 102,
59310
+ "end": 102
59068
59311
  }
59069
59312
  },
59070
59313
  "group": [
@@ -59081,8 +59324,8 @@
59081
59324
  {
59082
59325
  "description": "The background color of the disabled Stepper indicator.\n",
59083
59326
  "commentRange": {
59084
- "start": 101,
59085
- "end": 102
59327
+ "start": 104,
59328
+ "end": 105
59086
59329
  },
59087
59330
  "context": {
59088
59331
  "type": "variable",
@@ -59090,8 +59333,8 @@
59090
59333
  "value": "null",
59091
59334
  "scope": "default",
59092
59335
  "line": {
59093
- "start": 103,
59094
- "end": 103
59336
+ "start": 106,
59337
+ "end": 106
59095
59338
  }
59096
59339
  },
59097
59340
  "group": [
@@ -59108,8 +59351,8 @@
59108
59351
  {
59109
59352
  "description": "The text color of the disabled Stepper indicator.\n",
59110
59353
  "commentRange": {
59111
- "start": 104,
59112
- "end": 105
59354
+ "start": 107,
59355
+ "end": 108
59113
59356
  },
59114
59357
  "context": {
59115
59358
  "type": "variable",
@@ -59117,8 +59360,8 @@
59117
59360
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8d8d8d)",
59118
59361
  "scope": "default",
59119
59362
  "line": {
59120
- "start": 106,
59121
- "end": 106
59363
+ "start": 109,
59364
+ "end": 109
59122
59365
  }
59123
59366
  },
59124
59367
  "group": [
@@ -59135,8 +59378,8 @@
59135
59378
  {
59136
59379
  "description": "The border color of the disabled Stepper indicator.\n",
59137
59380
  "commentRange": {
59138
- "start": 107,
59139
- "end": 108
59381
+ "start": 110,
59382
+ "end": 111
59140
59383
  },
59141
59384
  "context": {
59142
59385
  "type": "variable",
@@ -59144,8 +59387,8 @@
59144
59387
  "value": "null",
59145
59388
  "scope": "default",
59146
59389
  "line": {
59147
- "start": 109,
59148
- "end": 109
59390
+ "start": 112,
59391
+ "end": 112
59149
59392
  }
59150
59393
  },
59151
59394
  "group": [
@@ -59162,8 +59405,8 @@
59162
59405
  {
59163
59406
  "description": "The background color of the Stepper's done indicator.\n",
59164
59407
  "commentRange": {
59165
- "start": 111,
59166
- "end": 112
59408
+ "start": 114,
59409
+ "end": 115
59167
59410
  },
59168
59411
  "context": {
59169
59412
  "type": "variable",
@@ -59171,8 +59414,8 @@
59171
59414
  "value": "$kendo-color-primary",
59172
59415
  "scope": "default",
59173
59416
  "line": {
59174
- "start": 113,
59175
- "end": 113
59417
+ "start": 116,
59418
+ "end": 116
59176
59419
  }
59177
59420
  },
59178
59421
  "group": [
@@ -59189,8 +59432,8 @@
59189
59432
  {
59190
59433
  "description": "The text color of the Stepper's done indicator.\n",
59191
59434
  "commentRange": {
59192
- "start": 114,
59193
- "end": 115
59435
+ "start": 117,
59436
+ "end": 118
59194
59437
  },
59195
59438
  "context": {
59196
59439
  "type": "variable",
@@ -59198,8 +59441,8 @@
59198
59441
  "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg ))",
59199
59442
  "scope": "default",
59200
59443
  "line": {
59201
- "start": 116,
59202
- "end": 116
59444
+ "start": 119,
59445
+ "end": 119
59203
59446
  }
59204
59447
  },
59205
59448
  "group": [
@@ -59216,8 +59459,8 @@
59216
59459
  {
59217
59460
  "description": "The border color of the Stepper's done indicator.\n",
59218
59461
  "commentRange": {
59219
- "start": 117,
59220
- "end": 118
59462
+ "start": 120,
59463
+ "end": 121
59221
59464
  },
59222
59465
  "context": {
59223
59466
  "type": "variable",
@@ -59225,8 +59468,8 @@
59225
59468
  "value": "$kendo-stepper-indicator-done-bg",
59226
59469
  "scope": "default",
59227
59470
  "line": {
59228
- "start": 119,
59229
- "end": 119
59471
+ "start": 122,
59472
+ "end": 122
59230
59473
  }
59231
59474
  },
59232
59475
  "group": [
@@ -59243,8 +59486,8 @@
59243
59486
  {
59244
59487
  "description": "The background color of the Stepper's hovered done indicator.\n",
59245
59488
  "commentRange": {
59246
- "start": 121,
59247
- "end": 122
59489
+ "start": 124,
59490
+ "end": 125
59248
59491
  },
59249
59492
  "context": {
59250
59493
  "type": "variable",
@@ -59252,8 +59495,8 @@
59252
59495
  "value": "if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg ))",
59253
59496
  "scope": "default",
59254
59497
  "line": {
59255
- "start": 123,
59256
- "end": 123
59498
+ "start": 126,
59499
+ "end": 126
59257
59500
  }
59258
59501
  },
59259
59502
  "group": [
@@ -59270,8 +59513,8 @@
59270
59513
  {
59271
59514
  "description": "The text color of the Stepper's hovered done indicator.\n",
59272
59515
  "commentRange": {
59273
- "start": 124,
59274
- "end": 125
59516
+ "start": 127,
59517
+ "end": 128
59275
59518
  },
59276
59519
  "context": {
59277
59520
  "type": "variable",
@@ -59279,8 +59522,8 @@
59279
59522
  "value": "null",
59280
59523
  "scope": "default",
59281
59524
  "line": {
59282
- "start": 126,
59283
- "end": 126
59525
+ "start": 129,
59526
+ "end": 129
59284
59527
  }
59285
59528
  },
59286
59529
  "group": [
@@ -59297,8 +59540,8 @@
59297
59540
  {
59298
59541
  "description": "The border color of the Stepper's hovered done indicator.\n",
59299
59542
  "commentRange": {
59300
- "start": 127,
59301
- "end": 128
59543
+ "start": 130,
59544
+ "end": 131
59302
59545
  },
59303
59546
  "context": {
59304
59547
  "type": "variable",
@@ -59306,8 +59549,8 @@
59306
59549
  "value": "null",
59307
59550
  "scope": "default",
59308
59551
  "line": {
59309
- "start": 129,
59310
- "end": 129
59552
+ "start": 132,
59553
+ "end": 132
59311
59554
  }
59312
59555
  },
59313
59556
  "group": [
@@ -59324,8 +59567,8 @@
59324
59567
  {
59325
59568
  "description": "The background color of the Stepper's disabled done indicator.\n",
59326
59569
  "commentRange": {
59327
- "start": 131,
59328
- "end": 132
59570
+ "start": 134,
59571
+ "end": 135
59329
59572
  },
59330
59573
  "context": {
59331
59574
  "type": "variable",
@@ -59333,8 +59576,8 @@
59333
59576
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60% ))",
59334
59577
  "scope": "default",
59335
59578
  "line": {
59336
- "start": 133,
59337
- "end": 133
59579
+ "start": 136,
59580
+ "end": 136
59338
59581
  }
59339
59582
  },
59340
59583
  "group": [
@@ -59351,8 +59594,8 @@
59351
59594
  {
59352
59595
  "description": "The text color of the Stepper's disabled done indicator.\n",
59353
59596
  "commentRange": {
59354
- "start": 134,
59355
- "end": 135
59597
+ "start": 137,
59598
+ "end": 138
59356
59599
  },
59357
59600
  "context": {
59358
59601
  "type": "variable",
@@ -59360,8 +59603,8 @@
59360
59603
  "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg ))",
59361
59604
  "scope": "default",
59362
59605
  "line": {
59363
- "start": 136,
59364
- "end": 136
59606
+ "start": 139,
59607
+ "end": 139
59365
59608
  }
59366
59609
  },
59367
59610
  "group": [
@@ -59378,8 +59621,8 @@
59378
59621
  {
59379
59622
  "description": "The border color of the Stepper's disabled done indicator.\n",
59380
59623
  "commentRange": {
59381
- "start": 137,
59382
- "end": 138
59624
+ "start": 140,
59625
+ "end": 141
59383
59626
  },
59384
59627
  "context": {
59385
59628
  "type": "variable",
@@ -59387,8 +59630,8 @@
59387
59630
  "value": "$kendo-stepper-indicator-done-disabled-bg",
59388
59631
  "scope": "default",
59389
59632
  "line": {
59390
- "start": 139,
59391
- "end": 139
59633
+ "start": 142,
59634
+ "end": 142
59392
59635
  }
59393
59636
  },
59394
59637
  "group": [
@@ -59405,8 +59648,8 @@
59405
59648
  {
59406
59649
  "description": "The background color of the Stepper current indicator.\n",
59407
59650
  "commentRange": {
59408
- "start": 141,
59409
- "end": 142
59651
+ "start": 144,
59652
+ "end": 145
59410
59653
  },
59411
59654
  "context": {
59412
59655
  "type": "variable",
@@ -59414,8 +59657,8 @@
59414
59657
  "value": "$kendo-stepper-indicator-done-bg",
59415
59658
  "scope": "default",
59416
59659
  "line": {
59417
- "start": 143,
59418
- "end": 143
59660
+ "start": 146,
59661
+ "end": 146
59419
59662
  }
59420
59663
  },
59421
59664
  "group": [
@@ -59432,8 +59675,8 @@
59432
59675
  {
59433
59676
  "description": "The text color of the Stepper current indicator.\n",
59434
59677
  "commentRange": {
59435
- "start": 144,
59436
- "end": 145
59678
+ "start": 147,
59679
+ "end": 148
59437
59680
  },
59438
59681
  "context": {
59439
59682
  "type": "variable",
@@ -59441,8 +59684,8 @@
59441
59684
  "value": "$kendo-stepper-indicator-done-text",
59442
59685
  "scope": "default",
59443
59686
  "line": {
59444
- "start": 146,
59445
- "end": 146
59687
+ "start": 149,
59688
+ "end": 149
59446
59689
  }
59447
59690
  },
59448
59691
  "group": [
@@ -59459,8 +59702,8 @@
59459
59702
  {
59460
59703
  "description": "The border color of the Stepper current indicator.\n",
59461
59704
  "commentRange": {
59462
- "start": 147,
59463
- "end": 148
59705
+ "start": 150,
59706
+ "end": 151
59464
59707
  },
59465
59708
  "context": {
59466
59709
  "type": "variable",
@@ -59468,8 +59711,8 @@
59468
59711
  "value": "$kendo-stepper-indicator-done-border",
59469
59712
  "scope": "default",
59470
59713
  "line": {
59471
- "start": 149,
59472
- "end": 149
59714
+ "start": 152,
59715
+ "end": 152
59473
59716
  }
59474
59717
  },
59475
59718
  "group": [
@@ -59486,8 +59729,8 @@
59486
59729
  {
59487
59730
  "description": "The background color of the Stepper's hovered current indicator.\n",
59488
59731
  "commentRange": {
59489
- "start": 151,
59490
- "end": 152
59732
+ "start": 154,
59733
+ "end": 155
59491
59734
  },
59492
59735
  "context": {
59493
59736
  "type": "variable",
@@ -59495,8 +59738,8 @@
59495
59738
  "value": "$kendo-stepper-indicator-done-hover-bg",
59496
59739
  "scope": "default",
59497
59740
  "line": {
59498
- "start": 153,
59499
- "end": 153
59741
+ "start": 156,
59742
+ "end": 156
59500
59743
  }
59501
59744
  },
59502
59745
  "group": [
@@ -59513,8 +59756,8 @@
59513
59756
  {
59514
59757
  "description": "The text color of the Stepper's hovered current indicator.\n",
59515
59758
  "commentRange": {
59516
- "start": 154,
59517
- "end": 155
59759
+ "start": 157,
59760
+ "end": 158
59518
59761
  },
59519
59762
  "context": {
59520
59763
  "type": "variable",
@@ -59522,8 +59765,8 @@
59522
59765
  "value": "$kendo-stepper-indicator-done-hover-text",
59523
59766
  "scope": "default",
59524
59767
  "line": {
59525
- "start": 156,
59526
- "end": 156
59768
+ "start": 159,
59769
+ "end": 159
59527
59770
  }
59528
59771
  },
59529
59772
  "group": [
@@ -59540,8 +59783,8 @@
59540
59783
  {
59541
59784
  "description": "The border color of the Stepper's hovered current indicator.\n",
59542
59785
  "commentRange": {
59543
- "start": 157,
59544
- "end": 158
59786
+ "start": 160,
59787
+ "end": 161
59545
59788
  },
59546
59789
  "context": {
59547
59790
  "type": "variable",
@@ -59549,8 +59792,8 @@
59549
59792
  "value": "$kendo-stepper-indicator-done-hover-border",
59550
59793
  "scope": "default",
59551
59794
  "line": {
59552
- "start": 159,
59553
- "end": 159
59795
+ "start": 162,
59796
+ "end": 162
59554
59797
  }
59555
59798
  },
59556
59799
  "group": [
@@ -59567,8 +59810,8 @@
59567
59810
  {
59568
59811
  "description": "The background color of the Stepper's disabled current indicator.\n",
59569
59812
  "commentRange": {
59570
- "start": 161,
59571
- "end": 162
59813
+ "start": 164,
59814
+ "end": 165
59572
59815
  },
59573
59816
  "context": {
59574
59817
  "type": "variable",
@@ -59576,8 +59819,8 @@
59576
59819
  "value": "$kendo-stepper-indicator-done-disabled-bg",
59577
59820
  "scope": "default",
59578
59821
  "line": {
59579
- "start": 163,
59580
- "end": 163
59822
+ "start": 166,
59823
+ "end": 166
59581
59824
  }
59582
59825
  },
59583
59826
  "group": [
@@ -59594,8 +59837,8 @@
59594
59837
  {
59595
59838
  "description": "The text color of the Stepper's disabled current indicator.\n",
59596
59839
  "commentRange": {
59597
- "start": 164,
59598
- "end": 165
59840
+ "start": 167,
59841
+ "end": 168
59599
59842
  },
59600
59843
  "context": {
59601
59844
  "type": "variable",
@@ -59603,8 +59846,8 @@
59603
59846
  "value": "$kendo-stepper-indicator-done-disabled-text",
59604
59847
  "scope": "default",
59605
59848
  "line": {
59606
- "start": 166,
59607
- "end": 166
59849
+ "start": 169,
59850
+ "end": 169
59608
59851
  }
59609
59852
  },
59610
59853
  "group": [
@@ -59621,8 +59864,8 @@
59621
59864
  {
59622
59865
  "description": "The border color of the Stepper's disabled current indicator.\n",
59623
59866
  "commentRange": {
59624
- "start": 167,
59625
- "end": 168
59867
+ "start": 170,
59868
+ "end": 171
59626
59869
  },
59627
59870
  "context": {
59628
59871
  "type": "variable",
@@ -59630,8 +59873,8 @@
59630
59873
  "value": "$kendo-stepper-indicator-done-disabled-border",
59631
59874
  "scope": "default",
59632
59875
  "line": {
59633
- "start": 169,
59634
- "end": 169
59876
+ "start": 172,
59877
+ "end": 172
59635
59878
  }
59636
59879
  },
59637
59880
  "group": [
@@ -59648,8 +59891,8 @@
59648
59891
  {
59649
59892
  "description": "The text color of the Stepper label.\n",
59650
59893
  "commentRange": {
59651
- "start": 171,
59652
- "end": 172
59894
+ "start": 174,
59895
+ "end": 175
59653
59896
  },
59654
59897
  "context": {
59655
59898
  "type": "variable",
@@ -59657,8 +59900,8 @@
59657
59900
  "value": "null",
59658
59901
  "scope": "default",
59659
59902
  "line": {
59660
- "start": 173,
59661
- "end": 173
59903
+ "start": 176,
59904
+ "end": 176
59662
59905
  }
59663
59906
  },
59664
59907
  "group": [
@@ -59675,8 +59918,8 @@
59675
59918
  {
59676
59919
  "description": "The success text color of the Stepper label.\n",
59677
59920
  "commentRange": {
59678
- "start": 174,
59679
- "end": 175
59921
+ "start": 177,
59922
+ "end": 178
59680
59923
  },
59681
59924
  "context": {
59682
59925
  "type": "variable",
@@ -59684,8 +59927,8 @@
59684
59927
  "value": "$kendo-color-success",
59685
59928
  "scope": "default",
59686
59929
  "line": {
59687
- "start": 176,
59688
- "end": 176
59930
+ "start": 179,
59931
+ "end": 179
59689
59932
  }
59690
59933
  },
59691
59934
  "group": [
@@ -59702,8 +59945,8 @@
59702
59945
  {
59703
59946
  "description": "The error text color of the Stepper label.\n",
59704
59947
  "commentRange": {
59705
- "start": 177,
59706
- "end": 178
59948
+ "start": 180,
59949
+ "end": 181
59707
59950
  },
59708
59951
  "context": {
59709
59952
  "type": "variable",
@@ -59711,8 +59954,8 @@
59711
59954
  "value": "$kendo-color-error",
59712
59955
  "scope": "default",
59713
59956
  "line": {
59714
- "start": 179,
59715
- "end": 179
59957
+ "start": 182,
59958
+ "end": 182
59716
59959
  }
59717
59960
  },
59718
59961
  "group": [
@@ -59729,8 +59972,8 @@
59729
59972
  {
59730
59973
  "description": "The text color of the hovered Stepper label.\n",
59731
59974
  "commentRange": {
59732
- "start": 180,
59733
- "end": 181
59975
+ "start": 183,
59976
+ "end": 184
59734
59977
  },
59735
59978
  "context": {
59736
59979
  "type": "variable",
@@ -59738,8 +59981,8 @@
59738
59981
  "value": "null",
59739
59982
  "scope": "default",
59740
59983
  "line": {
59741
- "start": 182,
59742
- "end": 182
59984
+ "start": 185,
59985
+ "end": 185
59743
59986
  }
59744
59987
  },
59745
59988
  "group": [
@@ -59756,8 +59999,8 @@
59756
59999
  {
59757
60000
  "description": "The text color of the disabled Stepper label.\n",
59758
60001
  "commentRange": {
59759
- "start": 183,
59760
- "end": 184
60002
+ "start": 186,
60003
+ "end": 187
59761
60004
  },
59762
60005
  "context": {
59763
60006
  "type": "variable",
@@ -59765,8 +60008,8 @@
59765
60008
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8d8d8d)",
59766
60009
  "scope": "default",
59767
60010
  "line": {
59768
- "start": 185,
59769
- "end": 185
60011
+ "start": 188,
60012
+ "end": 188
59770
60013
  }
59771
60014
  },
59772
60015
  "group": [
@@ -59783,8 +60026,8 @@
59783
60026
  {
59784
60027
  "description": "The text color of the optional Stepper label.\n",
59785
60028
  "commentRange": {
59786
- "start": 187,
59787
- "end": 188
60029
+ "start": 190,
60030
+ "end": 191
59788
60031
  },
59789
60032
  "context": {
59790
60033
  "type": "variable",
@@ -59792,8 +60035,8 @@
59792
60035
  "value": "$kendo-subtle-text",
59793
60036
  "scope": "default",
59794
60037
  "line": {
59795
- "start": 189,
59796
- "end": 189
60038
+ "start": 192,
60039
+ "end": 192
59797
60040
  }
59798
60041
  },
59799
60042
  "group": [
@@ -59810,8 +60053,8 @@
59810
60053
  {
59811
60054
  "description": "The opacity of the optional Stepper label.\n",
59812
60055
  "commentRange": {
59813
- "start": 190,
59814
- "end": 191
60056
+ "start": 193,
60057
+ "end": 194
59815
60058
  },
59816
60059
  "context": {
59817
60060
  "type": "variable",
@@ -59819,8 +60062,8 @@
59819
60062
  "value": "null",
59820
60063
  "scope": "default",
59821
60064
  "line": {
59822
- "start": 192,
59823
- "end": 192
60065
+ "start": 195,
60066
+ "end": 195
59824
60067
  }
59825
60068
  },
59826
60069
  "group": [
@@ -59837,8 +60080,8 @@
59837
60080
  {
59838
60081
  "description": "The font size of the optional Stepper label.\n",
59839
60082
  "commentRange": {
59840
- "start": 193,
59841
- "end": 194
60083
+ "start": 196,
60084
+ "end": 197
59842
60085
  },
59843
60086
  "context": {
59844
60087
  "type": "variable",
@@ -59846,8 +60089,8 @@
59846
60089
  "value": "var( --kendo-font-size-sm, inherit )",
59847
60090
  "scope": "default",
59848
60091
  "line": {
59849
- "start": 195,
59850
- "end": 195
60092
+ "start": 198,
60093
+ "end": 198
59851
60094
  }
59852
60095
  },
59853
60096
  "group": [
@@ -59864,8 +60107,8 @@
59864
60107
  {
59865
60108
  "description": "The font style of the optional Stepper label.\n",
59866
60109
  "commentRange": {
59867
- "start": 196,
59868
- "end": 197
60110
+ "start": 199,
60111
+ "end": 200
59869
60112
  },
59870
60113
  "context": {
59871
60114
  "type": "variable",
@@ -59873,8 +60116,8 @@
59873
60116
  "value": "null",
59874
60117
  "scope": "default",
59875
60118
  "line": {
59876
- "start": 198,
59877
- "end": 198
60119
+ "start": 201,
60120
+ "end": 201
59878
60121
  }
59879
60122
  },
59880
60123
  "group": [
@@ -59891,8 +60134,8 @@
59891
60134
  {
59892
60135
  "description": "The size of the Stepper ProgressBar.\n",
59893
60136
  "commentRange": {
59894
- "start": 200,
59895
- "end": 201
60137
+ "start": 203,
60138
+ "end": 204
59896
60139
  },
59897
60140
  "context": {
59898
60141
  "type": "variable",
@@ -59900,8 +60143,8 @@
59900
60143
  "value": "2px",
59901
60144
  "scope": "default",
59902
60145
  "line": {
59903
- "start": 202,
59904
- "end": 202
60146
+ "start": 205,
60147
+ "end": 205
59905
60148
  }
59906
60149
  },
59907
60150
  "group": [
@@ -59918,8 +60161,8 @@
59918
60161
  {
59919
60162
  "description": "The background color of the Stepper ProgressBar.\n",
59920
60163
  "commentRange": {
59921
- "start": 203,
59922
- "end": 204
60164
+ "start": 206,
60165
+ "end": 207
59923
60166
  },
59924
60167
  "context": {
59925
60168
  "type": "variable",
@@ -59927,8 +60170,8 @@
59927
60170
  "value": "null",
59928
60171
  "scope": "default",
59929
60172
  "line": {
59930
- "start": 205,
59931
- "end": 205
60173
+ "start": 208,
60174
+ "end": 208
59932
60175
  }
59933
60176
  },
59934
60177
  "group": [
@@ -59945,8 +60188,8 @@
59945
60188
  {
59946
60189
  "description": "The text color of the Stepper ProgressBar.\n",
59947
60190
  "commentRange": {
59948
- "start": 206,
59949
- "end": 207
60191
+ "start": 209,
60192
+ "end": 210
59950
60193
  },
59951
60194
  "context": {
59952
60195
  "type": "variable",
@@ -59954,8 +60197,8 @@
59954
60197
  "value": "null",
59955
60198
  "scope": "default",
59956
60199
  "line": {
59957
- "start": 208,
59958
- "end": 208
60200
+ "start": 211,
60201
+ "end": 211
59959
60202
  }
59960
60203
  },
59961
60204
  "group": [
@@ -59972,8 +60215,8 @@
59972
60215
  {
59973
60216
  "description": "The background color of the selected Stepper ProgressBar.\n",
59974
60217
  "commentRange": {
59975
- "start": 209,
59976
- "end": 210
60218
+ "start": 212,
60219
+ "end": 213
59977
60220
  },
59978
60221
  "context": {
59979
60222
  "type": "variable",
@@ -59981,8 +60224,8 @@
59981
60224
  "value": "null",
59982
60225
  "scope": "default",
59983
60226
  "line": {
59984
- "start": 211,
59985
- "end": 211
60227
+ "start": 214,
60228
+ "end": 214
59986
60229
  }
59987
60230
  },
59988
60231
  "group": [
@@ -59999,8 +60242,8 @@
59999
60242
  {
60000
60243
  "description": "The text color of the selected Stepper ProgressBar.\n",
60001
60244
  "commentRange": {
60002
- "start": 212,
60003
- "end": 213
60245
+ "start": 215,
60246
+ "end": 216
60004
60247
  },
60005
60248
  "context": {
60006
60249
  "type": "variable",
@@ -60008,8 +60251,8 @@
60008
60251
  "value": "null",
60009
60252
  "scope": "default",
60010
60253
  "line": {
60011
- "start": 214,
60012
- "end": 214
60254
+ "start": 217,
60255
+ "end": 217
60013
60256
  }
60014
60257
  },
60015
60258
  "group": [
@@ -60026,8 +60269,8 @@
60026
60269
  {
60027
60270
  "description": "The property name of the Stepper transition.\n",
60028
60271
  "commentRange": {
60029
- "start": 216,
60030
- "end": 217
60272
+ "start": 219,
60273
+ "end": 220
60031
60274
  },
60032
60275
  "context": {
60033
60276
  "type": "variable",
@@ -60035,8 +60278,8 @@
60035
60278
  "value": "height",
60036
60279
  "scope": "default",
60037
60280
  "line": {
60038
- "start": 218,
60039
- "end": 218
60281
+ "start": 221,
60282
+ "end": 221
60040
60283
  }
60041
60284
  },
60042
60285
  "group": [
@@ -60053,8 +60296,8 @@
60053
60296
  {
60054
60297
  "description": "The duration of the Stepper transition.\n",
60055
60298
  "commentRange": {
60056
- "start": 219,
60057
- "end": 220
60299
+ "start": 222,
60300
+ "end": 223
60058
60301
  },
60059
60302
  "context": {
60060
60303
  "type": "variable",
@@ -60062,8 +60305,8 @@
60062
60305
  "value": "300ms",
60063
60306
  "scope": "default",
60064
60307
  "line": {
60065
- "start": 221,
60066
- "end": 221
60308
+ "start": 224,
60309
+ "end": 224
60067
60310
  }
60068
60311
  },
60069
60312
  "group": [
@@ -60080,8 +60323,8 @@
60080
60323
  {
60081
60324
  "description": "The timing function of the Stepper transition.\n",
60082
60325
  "commentRange": {
60083
- "start": 222,
60084
- "end": 223
60326
+ "start": 225,
60327
+ "end": 226
60085
60328
  },
60086
60329
  "context": {
60087
60330
  "type": "variable",
@@ -60089,8 +60332,8 @@
60089
60332
  "value": "cubic-bezier(.4, 0, .2, 1) 0ms",
60090
60333
  "scope": "default",
60091
60334
  "line": {
60092
- "start": 224,
60093
- "end": 224
60335
+ "start": 227,
60336
+ "end": 227
60094
60337
  }
60095
60338
  },
60096
60339
  "group": [
@@ -66453,7 +66696,7 @@
66453
66696
  "context": {
66454
66697
  "type": "variable",
66455
66698
  "name": "kendo-timeline-track-arrow-width",
66456
- "value": "30px",
66699
+ "value": "k-spacing(7.5)",
66457
66700
  "scope": "default",
66458
66701
  "line": {
66459
66702
  "start": 32,
@@ -66468,8 +66711,8 @@
66468
66711
  "path": "classic/scss/timeline/_variables.scss",
66469
66712
  "name": "_variables.scss"
66470
66713
  },
66471
- "resolvedValue": "30px",
66472
- "resolvedType": "Number"
66714
+ "resolvedValue": "var(--kendo-spacing-7\\.5, 1.875rem)",
66715
+ "resolvedType": "String"
66473
66716
  },
66474
66717
  {
66475
66718
  "description": "The height of the Timeline track arrow.\n",
@@ -66480,7 +66723,7 @@
66480
66723
  "context": {
66481
66724
  "type": "variable",
66482
66725
  "name": "kendo-timeline-track-arrow-height",
66483
- "value": "30px",
66726
+ "value": "k-spacing(7.5)",
66484
66727
  "scope": "default",
66485
66728
  "line": {
66486
66729
  "start": 35,
@@ -66495,8 +66738,8 @@
66495
66738
  "path": "classic/scss/timeline/_variables.scss",
66496
66739
  "name": "_variables.scss"
66497
66740
  },
66498
- "resolvedValue": "30px",
66499
- "resolvedType": "Number"
66741
+ "resolvedValue": "var(--kendo-spacing-7\\.5, 1.875rem)",
66742
+ "resolvedType": "String"
66500
66743
  },
66501
66744
  {
66502
66745
  "description": "The background color of the disabled Timeline track arrow.\n",
@@ -66588,7 +66831,7 @@
66588
66831
  "context": {
66589
66832
  "type": "variable",
66590
66833
  "name": "kendo-timeline-track-size",
66591
- "value": "6px",
66834
+ "value": "k-spacing(1.5)",
66592
66835
  "scope": "default",
66593
66836
  "line": {
66594
66837
  "start": 49,
@@ -66603,8 +66846,8 @@
66603
66846
  "path": "classic/scss/timeline/_variables.scss",
66604
66847
  "name": "_variables.scss"
66605
66848
  },
66606
- "resolvedValue": "6px",
66607
- "resolvedType": "Number"
66849
+ "resolvedValue": "var(--kendo-spacing-1\\.5, 0.375rem)",
66850
+ "resolvedType": "String"
66608
66851
  },
66609
66852
  {
66610
66853
  "description": "The bottom padding of the Timeline's track wrapper.\n",
@@ -66615,7 +66858,7 @@
66615
66858
  "context": {
66616
66859
  "type": "variable",
66617
66860
  "name": "kendo-timeline-track-wrap-padding-bottom",
66618
- "value": "k-math-div( $kendo-timeline-track-size, 2 )",
66861
+ "value": "calc( #{$kendo-timeline-track-size} / 2)",
66619
66862
  "scope": "default",
66620
66863
  "line": {
66621
66864
  "start": 52,
@@ -66630,8 +66873,8 @@
66630
66873
  "path": "classic/scss/timeline/_variables.scss",
66631
66874
  "name": "_variables.scss"
66632
66875
  },
66633
- "resolvedValue": "3px",
66634
- "resolvedType": "Number"
66876
+ "resolvedValue": "calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2)",
66877
+ "resolvedType": "Calculation"
66635
66878
  },
66636
66879
  {
66637
66880
  "description": "The border width of the Timeline track.\n",
@@ -66696,7 +66939,7 @@
66696
66939
  "context": {
66697
66940
  "type": "variable",
66698
66941
  "name": "kendo-timeline-track-bottom-calc",
66699
- "value": "calc(#{k-math-div( $kendo-timeline-track-arrow-height, 2 )} + #{$kendo-timeline-track-wrap-padding-bottom})",
66942
+ "value": "calc( calc( #{$kendo-timeline-track-arrow-height} / 2) + #{$kendo-timeline-track-wrap-padding-bottom})",
66700
66943
  "scope": "default",
66701
66944
  "line": {
66702
66945
  "start": 61,
@@ -66711,7 +66954,7 @@
66711
66954
  "path": "classic/scss/timeline/_variables.scss",
66712
66955
  "name": "_variables.scss"
66713
66956
  },
66714
- "resolvedValue": "calc(15px + 3px)",
66957
+ "resolvedValue": "calc(var(--kendo-spacing-7\\.5, 1.875rem) / 2 + calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2))",
66715
66958
  "resolvedType": "Calculation"
66716
66959
  },
66717
66960
  {
@@ -66738,7 +66981,7 @@
66738
66981
  "path": "classic/scss/timeline/_variables.scss",
66739
66982
  "name": "_variables.scss"
66740
66983
  },
66741
- "resolvedValue": "calc(30px - 2 * 1px)",
66984
+ "resolvedValue": "calc(var(--kendo-spacing-7\\.5, 1.875rem) - 2 * 1px)",
66742
66985
  "resolvedType": "Calculation"
66743
66986
  },
66744
66987
  {
@@ -66765,7 +67008,7 @@
66765
67008
  "path": "classic/scss/timeline/_variables.scss",
66766
67009
  "name": "_variables.scss"
66767
67010
  },
66768
- "resolvedValue": "calc(30px - 2 * 1px)",
67011
+ "resolvedValue": "calc(var(--kendo-spacing-7\\.5, 1.875rem) - 2 * 1px)",
66769
67012
  "resolvedType": "Calculation"
66770
67013
  },
66771
67014
  {
@@ -67224,7 +67467,7 @@
67224
67467
  "path": "classic/scss/timeline/_variables.scss",
67225
67468
  "name": "_variables.scss"
67226
67469
  },
67227
- "resolvedValue": "calc(6px + 2 * 1px + 4px + 10px)",
67470
+ "resolvedValue": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 2 * 1px + 4px + 10px)",
67228
67471
  "resolvedType": "Calculation"
67229
67472
  },
67230
67473
  {
@@ -67305,7 +67548,7 @@
67305
67548
  "path": "classic/scss/timeline/_variables.scss",
67306
67549
  "name": "_variables.scss"
67307
67550
  },
67308
- "resolvedValue": "calc(var(--kendo-spacing-10, 2.5rem) + (80px - 6px) / 2)",
67551
+ "resolvedValue": "calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)",
67309
67552
  "resolvedType": "Calculation"
67310
67553
  },
67311
67554
  {
@@ -67332,7 +67575,7 @@
67332
67575
  "path": "classic/scss/timeline/_variables.scss",
67333
67576
  "name": "_variables.scss"
67334
67577
  },
67335
- "resolvedValue": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px - 6px) / 2) + 50px)",
67578
+ "resolvedValue": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)",
67336
67579
  "resolvedType": "Calculation"
67337
67580
  },
67338
67581
  {
@@ -67359,7 +67602,7 @@
67359
67602
  "path": "classic/scss/timeline/_variables.scss",
67360
67603
  "name": "_variables.scss"
67361
67604
  },
67362
- "resolvedValue": "calc(var(--kendo-spacing-4, 1rem) + (80px - 6px) / 2)",
67605
+ "resolvedValue": "calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)",
67363
67606
  "resolvedType": "Calculation"
67364
67607
  },
67365
67608
  {
@@ -67386,7 +67629,7 @@
67386
67629
  "path": "classic/scss/timeline/_variables.scss",
67387
67630
  "name": "_variables.scss"
67388
67631
  },
67389
- "resolvedValue": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px - 6px) / 2) + 50px)",
67632
+ "resolvedValue": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)",
67390
67633
  "resolvedType": "Calculation"
67391
67634
  },
67392
67635
  {
@@ -68173,15 +68416,15 @@
68173
68416
  "resolvedType": "Null"
68174
68417
  },
68175
68418
  {
68176
- "description": "The color of the separator border of the Toolbar.\n",
68419
+ "description": "The text color of the outline Toolbar.\n",
68177
68420
  "commentRange": {
68178
68421
  "start": 75,
68179
68422
  "end": 76
68180
68423
  },
68181
68424
  "context": {
68182
68425
  "type": "variable",
68183
- "name": "kendo-toolbar-separator-border",
68184
- "value": "inherit",
68426
+ "name": "kendo-toolbar-outline-text",
68427
+ "value": "$kendo-button-text",
68185
68428
  "scope": "default",
68186
68429
  "line": {
68187
68430
  "start": 77,
@@ -68196,23 +68439,23 @@
68196
68439
  "path": "classic/scss/toolbar/_variables.scss",
68197
68440
  "name": "_variables.scss"
68198
68441
  },
68199
- "resolvedValue": "inherit",
68442
+ "resolvedValue": "var(--kendo-color-on-base, #272727)",
68200
68443
  "resolvedType": "String"
68201
68444
  },
68202
68445
  {
68203
- "description": "The width of the input in the Toolbar.\n",
68446
+ "description": "The color of the border around the outline Toolbar.\n",
68204
68447
  "commentRange": {
68205
- "start": 79,
68206
- "end": 80
68448
+ "start": 78,
68449
+ "end": 79
68207
68450
  },
68208
68451
  "context": {
68209
68452
  "type": "variable",
68210
- "name": "kendo-toolbar-input-width",
68211
- "value": "10em",
68453
+ "name": "kendo-toolbar-outline-border",
68454
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 50%, transparent), rgba( $kendo-toolbar-outline-text, .5))",
68212
68455
  "scope": "default",
68213
68456
  "line": {
68214
- "start": 81,
68215
- "end": 81
68457
+ "start": 80,
68458
+ "end": 80
68216
68459
  }
68217
68460
  },
68218
68461
  "group": [
@@ -68223,23 +68466,23 @@
68223
68466
  "path": "classic/scss/toolbar/_variables.scss",
68224
68467
  "name": "_variables.scss"
68225
68468
  },
68226
- "resolvedValue": "10em",
68227
- "resolvedType": "Number"
68469
+ "resolvedValue": "color-mix(in srgb, var(--kendo-color-on-base, #272727) 50%, transparent)",
68470
+ "resolvedType": "String"
68228
68471
  },
68229
68472
  {
68230
- "description": "The box shadow of the focused Toolbar item.\n",
68473
+ "description": "The gradient of the outline Toolbar.\n",
68231
68474
  "commentRange": {
68232
- "start": 83,
68233
- "end": 84
68475
+ "start": 81,
68476
+ "end": 82
68234
68477
  },
68235
68478
  "context": {
68236
68479
  "type": "variable",
68237
- "name": "kendo-toolbar-item-shadow",
68238
- "value": "$kendo-button-focus-shadow",
68480
+ "name": "kendo-toolbar-outline-gradient",
68481
+ "value": "null",
68239
68482
  "scope": "default",
68240
68483
  "line": {
68241
- "start": 85,
68242
- "end": 85
68484
+ "start": 83,
68485
+ "end": 83
68243
68486
  }
68244
68487
  },
68245
68488
  "group": [
@@ -68250,19 +68493,46 @@
68250
68493
  "path": "classic/scss/toolbar/_variables.scss",
68251
68494
  "name": "_variables.scss"
68252
68495
  },
68253
- "resolvedValue": "0 0 4px 0 color-mix(in srgb, var(--kendo-color-border, #cacaca) 75%, transparent)",
68254
- "resolvedType": "List"
68496
+ "resolvedValue": "null",
68497
+ "resolvedType": "Null"
68255
68498
  },
68256
68499
  {
68257
- "description": "Border width of the flat Toolbar.\n",
68500
+ "description": "The box shadow of the outline Toolbar.\n",
68501
+ "commentRange": {
68502
+ "start": 84,
68503
+ "end": 85
68504
+ },
68505
+ "context": {
68506
+ "type": "variable",
68507
+ "name": "kendo-toolbar-outline-shadow",
68508
+ "value": "null",
68509
+ "scope": "default",
68510
+ "line": {
68511
+ "start": 86,
68512
+ "end": 86
68513
+ }
68514
+ },
68515
+ "group": [
68516
+ "toolbar"
68517
+ ],
68518
+ "access": "public",
68519
+ "file": {
68520
+ "path": "classic/scss/toolbar/_variables.scss",
68521
+ "name": "_variables.scss"
68522
+ },
68523
+ "resolvedValue": "null",
68524
+ "resolvedType": "Null"
68525
+ },
68526
+ {
68527
+ "description": "The width of the border around the outline Toolbar.\n",
68258
68528
  "commentRange": {
68259
68529
  "start": 87,
68260
68530
  "end": 88
68261
68531
  },
68262
68532
  "context": {
68263
68533
  "type": "variable",
68264
- "name": "kendo-toolbar-flat-border-width",
68265
- "value": "1px",
68534
+ "name": "kendo-toolbar-outline-border-width",
68535
+ "value": "$kendo-toolbar-border-width",
68266
68536
  "scope": "default",
68267
68537
  "line": {
68268
68538
  "start": 89,
@@ -68281,18 +68551,153 @@
68281
68551
  "resolvedType": "Number"
68282
68552
  },
68283
68553
  {
68284
- "description": "The sizes map for the Toolbar.\n",
68554
+ "description": "The text color of the flat Toolbar.\n",
68285
68555
  "commentRange": {
68286
68556
  "start": 91,
68287
68557
  "end": 92
68288
68558
  },
68289
68559
  "context": {
68290
68560
  "type": "variable",
68291
- "name": "kendo-toolbar-sizes",
68292
- "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)",
68561
+ "name": "kendo-toolbar-flat-text",
68562
+ "value": "null",
68293
68563
  "scope": "default",
68294
68564
  "line": {
68295
68565
  "start": 93,
68566
+ "end": 93
68567
+ }
68568
+ },
68569
+ "group": [
68570
+ "toolbar"
68571
+ ],
68572
+ "access": "public",
68573
+ "file": {
68574
+ "path": "classic/scss/toolbar/_variables.scss",
68575
+ "name": "_variables.scss"
68576
+ },
68577
+ "resolvedValue": "null",
68578
+ "resolvedType": "Null"
68579
+ },
68580
+ {
68581
+ "description": "The color of the border around the flat Toolbar.\n",
68582
+ "commentRange": {
68583
+ "start": 94,
68584
+ "end": 95
68585
+ },
68586
+ "context": {
68587
+ "type": "variable",
68588
+ "name": "kendo-toolbar-flat-border",
68589
+ "value": "$kendo-toolbar-border",
68590
+ "scope": "default",
68591
+ "line": {
68592
+ "start": 96,
68593
+ "end": 96
68594
+ }
68595
+ },
68596
+ "group": [
68597
+ "toolbar"
68598
+ ],
68599
+ "access": "public",
68600
+ "file": {
68601
+ "path": "classic/scss/toolbar/_variables.scss",
68602
+ "name": "_variables.scss"
68603
+ },
68604
+ "resolvedValue": "var(--kendo-color-border, #cacaca)",
68605
+ "resolvedType": "String"
68606
+ },
68607
+ {
68608
+ "description": "The gradient of the flat Toolbar.\n",
68609
+ "commentRange": {
68610
+ "start": 97,
68611
+ "end": 98
68612
+ },
68613
+ "context": {
68614
+ "type": "variable",
68615
+ "name": "kendo-toolbar-flat-gradient",
68616
+ "value": "null",
68617
+ "scope": "default",
68618
+ "line": {
68619
+ "start": 99,
68620
+ "end": 99
68621
+ }
68622
+ },
68623
+ "group": [
68624
+ "toolbar"
68625
+ ],
68626
+ "access": "public",
68627
+ "file": {
68628
+ "path": "classic/scss/toolbar/_variables.scss",
68629
+ "name": "_variables.scss"
68630
+ },
68631
+ "resolvedValue": "null",
68632
+ "resolvedType": "Null"
68633
+ },
68634
+ {
68635
+ "description": "The box shadow of the flat Toolbar.\n",
68636
+ "commentRange": {
68637
+ "start": 100,
68638
+ "end": 101
68639
+ },
68640
+ "context": {
68641
+ "type": "variable",
68642
+ "name": "kendo-toolbar-flat-shadow",
68643
+ "value": "null",
68644
+ "scope": "default",
68645
+ "line": {
68646
+ "start": 102,
68647
+ "end": 102
68648
+ }
68649
+ },
68650
+ "group": [
68651
+ "toolbar"
68652
+ ],
68653
+ "access": "public",
68654
+ "file": {
68655
+ "path": "classic/scss/toolbar/_variables.scss",
68656
+ "name": "_variables.scss"
68657
+ },
68658
+ "resolvedValue": "null",
68659
+ "resolvedType": "Null"
68660
+ },
68661
+ {
68662
+ "description": "Border width of the flat Toolbar.\n",
68663
+ "commentRange": {
68664
+ "start": 103,
68665
+ "end": 104
68666
+ },
68667
+ "context": {
68668
+ "type": "variable",
68669
+ "name": "kendo-toolbar-flat-border-width",
68670
+ "value": "1px",
68671
+ "scope": "default",
68672
+ "line": {
68673
+ "start": 105,
68674
+ "end": 105
68675
+ }
68676
+ },
68677
+ "group": [
68678
+ "toolbar"
68679
+ ],
68680
+ "access": "public",
68681
+ "file": {
68682
+ "path": "classic/scss/toolbar/_variables.scss",
68683
+ "name": "_variables.scss"
68684
+ },
68685
+ "resolvedValue": "1px",
68686
+ "resolvedType": "Number"
68687
+ },
68688
+ {
68689
+ "description": "The color of the separator border of the Toolbar.\n",
68690
+ "commentRange": {
68691
+ "start": 107,
68692
+ "end": 108
68693
+ },
68694
+ "context": {
68695
+ "type": "variable",
68696
+ "name": "kendo-toolbar-separator-border",
68697
+ "value": "inherit",
68698
+ "scope": "default",
68699
+ "line": {
68700
+ "start": 109,
68296
68701
  "end": 109
68297
68702
  }
68298
68703
  },
@@ -68304,6 +68709,87 @@
68304
68709
  "path": "classic/scss/toolbar/_variables.scss",
68305
68710
  "name": "_variables.scss"
68306
68711
  },
68712
+ "resolvedValue": "inherit",
68713
+ "resolvedType": "String"
68714
+ },
68715
+ {
68716
+ "description": "The width of the input in the Toolbar.\n",
68717
+ "commentRange": {
68718
+ "start": 111,
68719
+ "end": 112
68720
+ },
68721
+ "context": {
68722
+ "type": "variable",
68723
+ "name": "kendo-toolbar-input-width",
68724
+ "value": "10em",
68725
+ "scope": "default",
68726
+ "line": {
68727
+ "start": 113,
68728
+ "end": 113
68729
+ }
68730
+ },
68731
+ "group": [
68732
+ "toolbar"
68733
+ ],
68734
+ "access": "public",
68735
+ "file": {
68736
+ "path": "classic/scss/toolbar/_variables.scss",
68737
+ "name": "_variables.scss"
68738
+ },
68739
+ "resolvedValue": "10em",
68740
+ "resolvedType": "Number"
68741
+ },
68742
+ {
68743
+ "description": "The box shadow of the focused Toolbar item.\n",
68744
+ "commentRange": {
68745
+ "start": 115,
68746
+ "end": 116
68747
+ },
68748
+ "context": {
68749
+ "type": "variable",
68750
+ "name": "kendo-toolbar-item-shadow",
68751
+ "value": "$kendo-button-focus-shadow",
68752
+ "scope": "default",
68753
+ "line": {
68754
+ "start": 117,
68755
+ "end": 117
68756
+ }
68757
+ },
68758
+ "group": [
68759
+ "toolbar"
68760
+ ],
68761
+ "access": "public",
68762
+ "file": {
68763
+ "path": "classic/scss/toolbar/_variables.scss",
68764
+ "name": "_variables.scss"
68765
+ },
68766
+ "resolvedValue": "0 0 4px 0 color-mix(in srgb, var(--kendo-color-border, #cacaca) 75%, transparent)",
68767
+ "resolvedType": "List"
68768
+ },
68769
+ {
68770
+ "description": "The sizes map for the Toolbar.\n",
68771
+ "commentRange": {
68772
+ "start": 119,
68773
+ "end": 120
68774
+ },
68775
+ "context": {
68776
+ "type": "variable",
68777
+ "name": "kendo-toolbar-sizes",
68778
+ "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)",
68779
+ "scope": "default",
68780
+ "line": {
68781
+ "start": 121,
68782
+ "end": 137
68783
+ }
68784
+ },
68785
+ "group": [
68786
+ "toolbar"
68787
+ ],
68788
+ "access": "public",
68789
+ "file": {
68790
+ "path": "classic/scss/toolbar/_variables.scss",
68791
+ "name": "_variables.scss"
68792
+ },
68307
68793
  "resolvedValue": "(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), spacing: var(--kendo-spacing-1\\.5, 0.375rem)), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), spacing: var(--kendo-spacing-2, 0.5rem)), lg: (padding-x: var(--kendo-spacing-2\\.5, 0.625rem), padding-y: var(--kendo-spacing-2\\.5, 0.625rem), spacing: var(--kendo-spacing-2\\.5, 0.625rem)))",
68308
68794
  "resolvedType": "Map",
68309
68795
  "prettyValue": {
@@ -111133,14 +111619,14 @@
111133
111619
  "resolvedType": "Null"
111134
111620
  },
111135
111621
  {
111136
- "description": "The color of the 'No Data' text.\n",
111622
+ "description": "The color of the 'Option Label' text.\n",
111137
111623
  "commentRange": {
111138
111624
  "start": 245,
111139
111625
  "end": 246
111140
111626
  },
111141
111627
  "context": {
111142
111628
  "type": "variable",
111143
- "name": "kendo-list-no-data-text",
111629
+ "name": "kendo-list-option-label-text",
111144
111630
  "value": "$kendo-subtle-text",
111145
111631
  "scope": "default",
111146
111632
  "line": {
@@ -111158,33 +111644,6 @@
111158
111644
  },
111159
111645
  "resolvedValue": "var(--kendo-color-subtle, #666666)",
111160
111646
  "resolvedType": "String"
111161
- },
111162
- {
111163
- "description": "The color of the 'Option Label' text.\n",
111164
- "commentRange": {
111165
- "start": 249,
111166
- "end": 250
111167
- },
111168
- "context": {
111169
- "type": "variable",
111170
- "name": "kendo-list-option-label-text",
111171
- "value": "$kendo-subtle-text",
111172
- "scope": "default",
111173
- "line": {
111174
- "start": 251,
111175
- "end": 251
111176
- }
111177
- },
111178
- "group": [
111179
- "list"
111180
- ],
111181
- "access": "public",
111182
- "file": {
111183
- "path": "classic/scss/list/_variables.scss",
111184
- "name": "_variables.scss"
111185
- },
111186
- "resolvedValue": "var(--kendo-color-subtle, #666666)",
111187
- "resolvedType": "String"
111188
111647
  }
111189
111648
  ]
111190
111649
  },
@@ -115907,6 +116366,66 @@
115907
116366
  }
115908
116367
  ]
115909
116368
  },
116369
+ {
116370
+ "id": "no-data",
116371
+ "title": "NoData",
116372
+ "variables": [
116373
+ {
116374
+ "description": "The minimum height of the 'No Data' text container.\n",
116375
+ "commentRange": {
116376
+ "start": 1,
116377
+ "end": 2
116378
+ },
116379
+ "context": {
116380
+ "type": "variable",
116381
+ "name": "kendo-no-data-min-height",
116382
+ "value": "140px",
116383
+ "scope": "default",
116384
+ "line": {
116385
+ "start": 3,
116386
+ "end": 3
116387
+ }
116388
+ },
116389
+ "group": [
116390
+ "no-data"
116391
+ ],
116392
+ "access": "public",
116393
+ "file": {
116394
+ "path": "classic/scss/no-data/_variables.scss",
116395
+ "name": "_variables.scss"
116396
+ },
116397
+ "resolvedValue": "140px",
116398
+ "resolvedType": "Number"
116399
+ },
116400
+ {
116401
+ "description": "The color of the 'No Data' text.\n",
116402
+ "commentRange": {
116403
+ "start": 5,
116404
+ "end": 6
116405
+ },
116406
+ "context": {
116407
+ "type": "variable",
116408
+ "name": "kendo-no-data-text",
116409
+ "value": "$kendo-subtle-text",
116410
+ "scope": "default",
116411
+ "line": {
116412
+ "start": 7,
116413
+ "end": 7
116414
+ }
116415
+ },
116416
+ "group": [
116417
+ "no-data"
116418
+ ],
116419
+ "access": "public",
116420
+ "file": {
116421
+ "path": "classic/scss/no-data/_variables.scss",
116422
+ "name": "_variables.scss"
116423
+ },
116424
+ "resolvedValue": "var(--kendo-color-subtle, #666666)",
116425
+ "resolvedType": "String"
116426
+ }
116427
+ ]
116428
+ },
115910
116429
  {
115911
116430
  "id": "notification",
115912
116431
  "title": "Notification",
@@ -117556,7 +118075,7 @@
117556
118075
  "context": {
117557
118076
  "type": "variable",
117558
118077
  "name": "kendo-orgchart-line-v-height",
117559
- "value": "25px",
118078
+ "value": "k-spacing(6)",
117560
118079
  "scope": "default",
117561
118080
  "line": {
117562
118081
  "start": 148,
@@ -117571,8 +118090,8 @@
117571
118090
  "path": "classic/scss/orgchart/_variables.scss",
117572
118091
  "name": "_variables.scss"
117573
118092
  },
117574
- "resolvedValue": "25px",
117575
- "resolvedType": "Number"
118093
+ "resolvedValue": "var(--kendo-spacing-6, 1.5rem)",
118094
+ "resolvedType": "String"
117576
118095
  }
117577
118096
  ]
117578
118097
  },
@@ -118470,6 +118989,195 @@
118470
118989
  },
118471
118990
  "resolvedValue": "var(--kendo-color-subtle, #666666)",
118472
118991
  "resolvedType": "String"
118992
+ },
118993
+ {
118994
+ "description": "The vertical padding of the PDFViewer popup.\n",
118995
+ "commentRange": {
118996
+ "start": 112,
118997
+ "end": 113
118998
+ },
118999
+ "context": {
119000
+ "type": "variable",
119001
+ "name": "kendo-pdf-viewer-popup-padding-x",
119002
+ "value": "k-spacing(2)",
119003
+ "scope": "default",
119004
+ "line": {
119005
+ "start": 114,
119006
+ "end": 114
119007
+ }
119008
+ },
119009
+ "group": [
119010
+ "pdf-viewer"
119011
+ ],
119012
+ "access": "public",
119013
+ "file": {
119014
+ "path": "classic/scss/pdf-viewer/_variables.scss",
119015
+ "name": "_variables.scss"
119016
+ },
119017
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
119018
+ "resolvedType": "String"
119019
+ },
119020
+ {
119021
+ "description": "The horizontal padding of the PDFViewer popup.\n",
119022
+ "commentRange": {
119023
+ "start": 115,
119024
+ "end": 116
119025
+ },
119026
+ "context": {
119027
+ "type": "variable",
119028
+ "name": "kendo-pdf-viewer-popup-padding-y",
119029
+ "value": "$kendo-pdf-viewer-popup-padding-x",
119030
+ "scope": "default",
119031
+ "line": {
119032
+ "start": 117,
119033
+ "end": 117
119034
+ }
119035
+ },
119036
+ "group": [
119037
+ "pdf-viewer"
119038
+ ],
119039
+ "access": "public",
119040
+ "file": {
119041
+ "path": "classic/scss/pdf-viewer/_variables.scss",
119042
+ "name": "_variables.scss"
119043
+ },
119044
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
119045
+ "resolvedType": "String"
119046
+ },
119047
+ {
119048
+ "description": "The border color of the PDFViewer selected highlight annotation.\n",
119049
+ "commentRange": {
119050
+ "start": 119,
119051
+ "end": 120
119052
+ },
119053
+ "context": {
119054
+ "type": "variable",
119055
+ "name": "kendo-pdf-viewer-highlight-annotation-border",
119056
+ "value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
119057
+ "scope": "default",
119058
+ "line": {
119059
+ "start": 121,
119060
+ "end": 121
119061
+ }
119062
+ },
119063
+ "group": [
119064
+ "pdf-viewer"
119065
+ ],
119066
+ "access": "public",
119067
+ "file": {
119068
+ "path": "classic/scss/pdf-viewer/_variables.scss",
119069
+ "name": "_variables.scss"
119070
+ },
119071
+ "resolvedValue": "var(--kendo-color-primary, #f35800)",
119072
+ "resolvedType": "String"
119073
+ },
119074
+ {
119075
+ "description": "The background color of the PDFViewer hover highlight annotation.\n",
119076
+ "commentRange": {
119077
+ "start": 122,
119078
+ "end": 123
119079
+ },
119080
+ "context": {
119081
+ "type": "variable",
119082
+ "name": "kendo-pdf-viewer-highlight-annotation-hover-border",
119083
+ "value": "if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker)",
119084
+ "scope": "default",
119085
+ "line": {
119086
+ "start": 124,
119087
+ "end": 124
119088
+ }
119089
+ },
119090
+ "group": [
119091
+ "pdf-viewer"
119092
+ ],
119093
+ "access": "public",
119094
+ "file": {
119095
+ "path": "classic/scss/pdf-viewer/_variables.scss",
119096
+ "name": "_variables.scss"
119097
+ },
119098
+ "resolvedValue": "var(--kendo-color-primary-hover, #e05100)",
119099
+ "resolvedType": "String"
119100
+ },
119101
+ {
119102
+ "description": "The border color of the PDFViewer selected free text annotation.\n",
119103
+ "commentRange": {
119104
+ "start": 125,
119105
+ "end": 126
119106
+ },
119107
+ "context": {
119108
+ "type": "variable",
119109
+ "name": "kendo-pdf-viewer-free-text-annotation-border",
119110
+ "value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
119111
+ "scope": "default",
119112
+ "line": {
119113
+ "start": 127,
119114
+ "end": 127
119115
+ }
119116
+ },
119117
+ "group": [
119118
+ "pdf-viewer"
119119
+ ],
119120
+ "access": "public",
119121
+ "file": {
119122
+ "path": "classic/scss/pdf-viewer/_variables.scss",
119123
+ "name": "_variables.scss"
119124
+ },
119125
+ "resolvedValue": "var(--kendo-color-primary, #f35800)",
119126
+ "resolvedType": "String"
119127
+ },
119128
+ {
119129
+ "description": "The placeholder text color of the PDFViewer free text annotation.\n",
119130
+ "commentRange": {
119131
+ "start": 128,
119132
+ "end": 129
119133
+ },
119134
+ "context": {
119135
+ "type": "variable",
119136
+ "name": "kendo-pdf-viewer-free-text-annotation-placeholder-text",
119137
+ "value": "rgba(124, 22, 27, 0.5)",
119138
+ "scope": "default",
119139
+ "line": {
119140
+ "start": 130,
119141
+ "end": 130
119142
+ }
119143
+ },
119144
+ "group": [
119145
+ "pdf-viewer"
119146
+ ],
119147
+ "access": "public",
119148
+ "file": {
119149
+ "path": "classic/scss/pdf-viewer/_variables.scss",
119150
+ "name": "_variables.scss"
119151
+ },
119152
+ "resolvedValue": "rgba(124, 22, 27, 0.5)",
119153
+ "resolvedType": "Color"
119154
+ },
119155
+ {
119156
+ "description": "The text color of the PDFViewer free text annotation.\n",
119157
+ "commentRange": {
119158
+ "start": 131,
119159
+ "end": 132
119160
+ },
119161
+ "context": {
119162
+ "type": "variable",
119163
+ "name": "kendo-pdf-viewer-free-text-annotation-text",
119164
+ "value": "rgba(124, 22, 27, 0.7)",
119165
+ "scope": "default",
119166
+ "line": {
119167
+ "start": 133,
119168
+ "end": 133
119169
+ }
119170
+ },
119171
+ "group": [
119172
+ "pdf-viewer"
119173
+ ],
119174
+ "access": "public",
119175
+ "file": {
119176
+ "path": "classic/scss/pdf-viewer/_variables.scss",
119177
+ "name": "_variables.scss"
119178
+ },
119179
+ "resolvedValue": "rgba(124, 22, 27, 0.7)",
119180
+ "resolvedType": "Color"
118473
119181
  }
118474
119182
  ]
118475
119183
  },
@@ -134292,7 +135000,7 @@
134292
135000
  "context": {
134293
135001
  "type": "variable",
134294
135002
  "name": "kendo-splitter-drag-icon-margin",
134295
- "value": "calc( #{k-spacing(3.5)} / 2 )",
135003
+ "value": "k-spacing(2)",
134296
135004
  "scope": "default",
134297
135005
  "line": {
134298
135006
  "start": 37,
@@ -134307,8 +135015,8 @@
134307
135015
  "path": "classic/scss/splitter/_variables.scss",
134308
135016
  "name": "_variables.scss"
134309
135017
  },
134310
- "resolvedValue": "calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2)",
134311
- "resolvedType": "Calculation"
135018
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
135019
+ "resolvedType": "String"
134312
135020
  },
134313
135021
  {
134314
135022
  "description": "The horizontal padding of the collapse icon in the Splitter.\n",
@@ -136861,15 +137569,15 @@
136861
137569
  "resolvedType": "Calculation"
136862
137570
  },
136863
137571
  {
136864
- "description": "The width of the border around the Stepper.\n",
137572
+ "description": "The border radius of the Stepper label.\n",
136865
137573
  "commentRange": {
136866
137574
  "start": 24,
136867
137575
  "end": 25
136868
137576
  },
136869
137577
  "context": {
136870
137578
  "type": "variable",
136871
- "name": "kendo-stepper-border-width",
136872
- "value": "0px",
137579
+ "name": "kendo-stepper-label-border-radius",
137580
+ "value": "k-border-radius(xxxl)",
136873
137581
  "scope": "default",
136874
137582
  "line": {
136875
137583
  "start": 26,
@@ -136884,14 +137592,41 @@
136884
137592
  "path": "classic/scss/stepper/_variables.scss",
136885
137593
  "name": "_variables.scss"
136886
137594
  },
137595
+ "resolvedValue": "var(--kendo-border-radius-xxxl, 1rem)",
137596
+ "resolvedType": "String"
137597
+ },
137598
+ {
137599
+ "description": "The width of the border around the Stepper.\n",
137600
+ "commentRange": {
137601
+ "start": 27,
137602
+ "end": 28
137603
+ },
137604
+ "context": {
137605
+ "type": "variable",
137606
+ "name": "kendo-stepper-border-width",
137607
+ "value": "0px",
137608
+ "scope": "default",
137609
+ "line": {
137610
+ "start": 29,
137611
+ "end": 29
137612
+ }
137613
+ },
137614
+ "group": [
137615
+ "stepper"
137616
+ ],
137617
+ "access": "public",
137618
+ "file": {
137619
+ "path": "classic/scss/stepper/_variables.scss",
137620
+ "name": "_variables.scss"
137621
+ },
136887
137622
  "resolvedValue": "0px",
136888
137623
  "resolvedType": "Number"
136889
137624
  },
136890
137625
  {
136891
137626
  "description": "The horizontal padding of the Stepper content.\n",
136892
137627
  "commentRange": {
136893
- "start": 28,
136894
- "end": 29
137628
+ "start": 31,
137629
+ "end": 32
136895
137630
  },
136896
137631
  "context": {
136897
137632
  "type": "variable",
@@ -136899,8 +137634,8 @@
136899
137634
  "value": "k-spacing(5)",
136900
137635
  "scope": "default",
136901
137636
  "line": {
136902
- "start": 30,
136903
- "end": 30
137637
+ "start": 33,
137638
+ "end": 33
136904
137639
  }
136905
137640
  },
136906
137641
  "group": [
@@ -136917,8 +137652,8 @@
136917
137652
  {
136918
137653
  "description": "The vertical padding of the Stepper content.\n",
136919
137654
  "commentRange": {
136920
- "start": 31,
136921
- "end": 32
137655
+ "start": 34,
137656
+ "end": 35
136922
137657
  },
136923
137658
  "context": {
136924
137659
  "type": "variable",
@@ -136926,8 +137661,8 @@
136926
137661
  "value": "k-spacing(2.5)",
136927
137662
  "scope": "default",
136928
137663
  "line": {
136929
- "start": 33,
136930
- "end": 33
137664
+ "start": 36,
137665
+ "end": 36
136931
137666
  }
136932
137667
  },
136933
137668
  "group": [
@@ -136944,8 +137679,8 @@
136944
137679
  {
136945
137680
  "description": "",
136946
137681
  "commentRange": {
136947
- "start": 36,
136948
- "end": 36
137682
+ "start": 39,
137683
+ "end": 39
136949
137684
  },
136950
137685
  "context": {
136951
137686
  "type": "variable",
@@ -136953,8 +137688,8 @@
136953
137688
  "value": "var( --kendo-font-size, inherit )",
136954
137689
  "scope": "default",
136955
137690
  "line": {
136956
- "start": 37,
136957
- "end": 37
137691
+ "start": 40,
137692
+ "end": 40
136958
137693
  }
136959
137694
  },
136960
137695
  "group": [
@@ -136971,8 +137706,8 @@
136971
137706
  {
136972
137707
  "description": "",
136973
137708
  "commentRange": {
136974
- "start": 39,
136975
- "end": 39
137709
+ "start": 42,
137710
+ "end": 42
136976
137711
  },
136977
137712
  "context": {
136978
137713
  "type": "variable",
@@ -136980,8 +137715,8 @@
136980
137715
  "value": "var( --kendo-line-height, normal )",
136981
137716
  "scope": "default",
136982
137717
  "line": {
136983
- "start": 40,
136984
- "end": 40
137718
+ "start": 43,
137719
+ "end": 43
136985
137720
  }
136986
137721
  },
136987
137722
  "group": [
@@ -136998,8 +137733,8 @@
136998
137733
  {
136999
137734
  "description": "",
137000
137735
  "commentRange": {
137001
- "start": 42,
137002
- "end": 42
137736
+ "start": 45,
137737
+ "end": 45
137003
137738
  },
137004
137739
  "context": {
137005
137740
  "type": "variable",
@@ -137007,8 +137742,8 @@
137007
137742
  "value": "var( --kendo-font-family, inherit )",
137008
137743
  "scope": "default",
137009
137744
  "line": {
137010
- "start": 43,
137011
- "end": 43
137745
+ "start": 46,
137746
+ "end": 46
137012
137747
  }
137013
137748
  },
137014
137749
  "group": [
@@ -137025,8 +137760,8 @@
137025
137760
  {
137026
137761
  "description": "The background color of the Stepper.\n",
137027
137762
  "commentRange": {
137028
- "start": 45,
137029
- "end": 46
137763
+ "start": 48,
137764
+ "end": 49
137030
137765
  },
137031
137766
  "context": {
137032
137767
  "type": "variable",
@@ -137034,8 +137769,8 @@
137034
137769
  "value": "null",
137035
137770
  "scope": "default",
137036
137771
  "line": {
137037
- "start": 47,
137038
- "end": 47
137772
+ "start": 50,
137773
+ "end": 50
137039
137774
  }
137040
137775
  },
137041
137776
  "group": [
@@ -137052,8 +137787,8 @@
137052
137787
  {
137053
137788
  "description": "The text color of the Stepper.\n",
137054
137789
  "commentRange": {
137055
- "start": 48,
137056
- "end": 49
137790
+ "start": 51,
137791
+ "end": 52
137057
137792
  },
137058
137793
  "context": {
137059
137794
  "type": "variable",
@@ -137061,8 +137796,8 @@
137061
137796
  "value": "$kendo-component-text",
137062
137797
  "scope": "default",
137063
137798
  "line": {
137064
- "start": 50,
137065
- "end": 50
137799
+ "start": 53,
137800
+ "end": 53
137066
137801
  }
137067
137802
  },
137068
137803
  "group": [
@@ -137079,8 +137814,8 @@
137079
137814
  {
137080
137815
  "description": "The border color of the Stepper.\n",
137081
137816
  "commentRange": {
137082
- "start": 51,
137083
- "end": 52
137817
+ "start": 54,
137818
+ "end": 55
137084
137819
  },
137085
137820
  "context": {
137086
137821
  "type": "variable",
@@ -137088,8 +137823,8 @@
137088
137823
  "value": "null",
137089
137824
  "scope": "default",
137090
137825
  "line": {
137091
- "start": 53,
137092
- "end": 53
137826
+ "start": 56,
137827
+ "end": 56
137093
137828
  }
137094
137829
  },
137095
137830
  "group": [
@@ -137106,8 +137841,8 @@
137106
137841
  {
137107
137842
  "description": "The width of the Stepper indicator.\n",
137108
137843
  "commentRange": {
137109
- "start": 55,
137110
- "end": 56
137844
+ "start": 58,
137845
+ "end": 59
137111
137846
  },
137112
137847
  "context": {
137113
137848
  "type": "variable",
@@ -137115,8 +137850,8 @@
137115
137850
  "value": "28px",
137116
137851
  "scope": "default",
137117
137852
  "line": {
137118
- "start": 57,
137119
- "end": 57
137853
+ "start": 60,
137854
+ "end": 60
137120
137855
  }
137121
137856
  },
137122
137857
  "group": [
@@ -137133,8 +137868,8 @@
137133
137868
  {
137134
137869
  "description": "The height of the Stepper indicator.\n",
137135
137870
  "commentRange": {
137136
- "start": 58,
137137
- "end": 59
137871
+ "start": 61,
137872
+ "end": 62
137138
137873
  },
137139
137874
  "context": {
137140
137875
  "type": "variable",
@@ -137142,8 +137877,8 @@
137142
137877
  "value": "$kendo-stepper-indicator-width",
137143
137878
  "scope": "default",
137144
137879
  "line": {
137145
- "start": 60,
137146
- "end": 60
137880
+ "start": 63,
137881
+ "end": 63
137147
137882
  }
137148
137883
  },
137149
137884
  "group": [
@@ -137160,8 +137895,8 @@
137160
137895
  {
137161
137896
  "description": "The border width of the Stepper indicator.\n",
137162
137897
  "commentRange": {
137163
- "start": 61,
137164
- "end": 62
137898
+ "start": 64,
137899
+ "end": 65
137165
137900
  },
137166
137901
  "context": {
137167
137902
  "type": "variable",
@@ -137169,8 +137904,8 @@
137169
137904
  "value": "1px",
137170
137905
  "scope": "default",
137171
137906
  "line": {
137172
- "start": 63,
137173
- "end": 63
137907
+ "start": 66,
137908
+ "end": 66
137174
137909
  }
137175
137910
  },
137176
137911
  "group": [
@@ -137187,8 +137922,8 @@
137187
137922
  {
137188
137923
  "description": "The border radius of the Stepper indicator.\n",
137189
137924
  "commentRange": {
137190
- "start": 64,
137191
- "end": 65
137925
+ "start": 67,
137926
+ "end": 68
137192
137927
  },
137193
137928
  "context": {
137194
137929
  "type": "variable",
@@ -137196,8 +137931,8 @@
137196
137931
  "value": "50%",
137197
137932
  "scope": "default",
137198
137933
  "line": {
137199
- "start": 66,
137200
- "end": 66
137934
+ "start": 69,
137935
+ "end": 69
137201
137936
  }
137202
137937
  },
137203
137938
  "group": [
@@ -137214,8 +137949,8 @@
137214
137949
  {
137215
137950
  "description": "The border width of the focused Stepper indicator.\n",
137216
137951
  "commentRange": {
137217
- "start": 68,
137218
- "end": 69
137952
+ "start": 71,
137953
+ "end": 72
137219
137954
  },
137220
137955
  "context": {
137221
137956
  "type": "variable",
@@ -137223,8 +137958,8 @@
137223
137958
  "value": "1px",
137224
137959
  "scope": "default",
137225
137960
  "line": {
137226
- "start": 70,
137227
- "end": 70
137961
+ "start": 73,
137962
+ "end": 73
137228
137963
  }
137229
137964
  },
137230
137965
  "group": [
@@ -137241,8 +137976,8 @@
137241
137976
  {
137242
137977
  "description": "The size of the focused Stepper indicator.\n",
137243
137978
  "commentRange": {
137244
- "start": 71,
137245
- "end": 72
137979
+ "start": 74,
137980
+ "end": 75
137246
137981
  },
137247
137982
  "context": {
137248
137983
  "type": "variable",
@@ -137250,8 +137985,8 @@
137250
137985
  "value": "2px",
137251
137986
  "scope": "default",
137252
137987
  "line": {
137253
- "start": 73,
137254
- "end": 73
137988
+ "start": 76,
137989
+ "end": 76
137255
137990
  }
137256
137991
  },
137257
137992
  "group": [
@@ -137268,8 +138003,8 @@
137268
138003
  {
137269
138004
  "description": "The offset of the Stepper's focused indicator.\n",
137270
138005
  "commentRange": {
137271
- "start": 74,
137272
- "end": 75
138006
+ "start": 77,
138007
+ "end": 78
137273
138008
  },
137274
138009
  "context": {
137275
138010
  "type": "variable",
@@ -137277,8 +138012,8 @@
137277
138012
  "value": "3px",
137278
138013
  "scope": "default",
137279
138014
  "line": {
137280
- "start": 76,
137281
- "end": 76
138015
+ "start": 79,
138016
+ "end": 79
137282
138017
  }
137283
138018
  },
137284
138019
  "group": [
@@ -137295,8 +138030,8 @@
137295
138030
  {
137296
138031
  "description": "The calculated offset of the Stepper's focused indicator.\n",
137297
138032
  "commentRange": {
137298
- "start": 77,
137299
- "end": 78
138033
+ "start": 80,
138034
+ "end": 81
137300
138035
  },
137301
138036
  "context": {
137302
138037
  "type": "variable",
@@ -137304,8 +138039,8 @@
137304
138039
  "value": "calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} )",
137305
138040
  "scope": "default",
137306
138041
  "line": {
137307
- "start": 79,
137308
- "end": 79
138042
+ "start": 82,
138043
+ "end": 82
137309
138044
  }
137310
138045
  },
137311
138046
  "group": [
@@ -137322,8 +138057,8 @@
137322
138057
  {
137323
138058
  "description": "The background color of the Stepper indicator.\n",
137324
138059
  "commentRange": {
137325
- "start": 81,
137326
- "end": 82
138060
+ "start": 84,
138061
+ "end": 85
137327
138062
  },
137328
138063
  "context": {
137329
138064
  "type": "variable",
@@ -137331,8 +138066,8 @@
137331
138066
  "value": "$kendo-component-bg",
137332
138067
  "scope": "default",
137333
138068
  "line": {
137334
- "start": 83,
137335
- "end": 83
138069
+ "start": 86,
138070
+ "end": 86
137336
138071
  }
137337
138072
  },
137338
138073
  "group": [
@@ -137349,8 +138084,8 @@
137349
138084
  {
137350
138085
  "description": "The text color of the Stepper indicator.\n",
137351
138086
  "commentRange": {
137352
- "start": 84,
137353
- "end": 85
138087
+ "start": 87,
138088
+ "end": 88
137354
138089
  },
137355
138090
  "context": {
137356
138091
  "type": "variable",
@@ -137358,8 +138093,8 @@
137358
138093
  "value": "$kendo-component-text",
137359
138094
  "scope": "default",
137360
138095
  "line": {
137361
- "start": 86,
137362
- "end": 86
138096
+ "start": 89,
138097
+ "end": 89
137363
138098
  }
137364
138099
  },
137365
138100
  "group": [
@@ -137376,8 +138111,8 @@
137376
138111
  {
137377
138112
  "description": "The border color of the Stepper indicator.\n",
137378
138113
  "commentRange": {
137379
- "start": 87,
137380
- "end": 88
138114
+ "start": 90,
138115
+ "end": 91
137381
138116
  },
137382
138117
  "context": {
137383
138118
  "type": "variable",
@@ -137385,8 +138120,8 @@
137385
138120
  "value": "$kendo-component-border",
137386
138121
  "scope": "default",
137387
138122
  "line": {
137388
- "start": 89,
137389
- "end": 89
138123
+ "start": 92,
138124
+ "end": 92
137390
138125
  }
137391
138126
  },
137392
138127
  "group": [
@@ -137403,8 +138138,8 @@
137403
138138
  {
137404
138139
  "description": "The background color of the hovered Stepper indicator.\n",
137405
138140
  "commentRange": {
137406
- "start": 91,
137407
- "end": 92
138141
+ "start": 94,
138142
+ "end": 95
137408
138143
  },
137409
138144
  "context": {
137410
138145
  "type": "variable",
@@ -137412,8 +138147,8 @@
137412
138147
  "value": "if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-shade( $kendo-stepper-indicator-bg ))",
137413
138148
  "scope": "default",
137414
138149
  "line": {
137415
- "start": 93,
137416
- "end": 93
138150
+ "start": 96,
138151
+ "end": 96
137417
138152
  }
137418
138153
  },
137419
138154
  "group": [
@@ -137430,8 +138165,8 @@
137430
138165
  {
137431
138166
  "description": "The text color of the hovered Stepper indicator.\n",
137432
138167
  "commentRange": {
137433
- "start": 94,
137434
- "end": 95
138168
+ "start": 97,
138169
+ "end": 98
137435
138170
  },
137436
138171
  "context": {
137437
138172
  "type": "variable",
@@ -137439,8 +138174,8 @@
137439
138174
  "value": "null",
137440
138175
  "scope": "default",
137441
138176
  "line": {
137442
- "start": 96,
137443
- "end": 96
138177
+ "start": 99,
138178
+ "end": 99
137444
138179
  }
137445
138180
  },
137446
138181
  "group": [
@@ -137457,8 +138192,8 @@
137457
138192
  {
137458
138193
  "description": "The border color of the hovered Stepper indicator.\n",
137459
138194
  "commentRange": {
137460
- "start": 97,
137461
- "end": 98
138195
+ "start": 100,
138196
+ "end": 101
137462
138197
  },
137463
138198
  "context": {
137464
138199
  "type": "variable",
@@ -137466,8 +138201,8 @@
137466
138201
  "value": "null",
137467
138202
  "scope": "default",
137468
138203
  "line": {
137469
- "start": 99,
137470
- "end": 99
138204
+ "start": 102,
138205
+ "end": 102
137471
138206
  }
137472
138207
  },
137473
138208
  "group": [
@@ -137484,8 +138219,8 @@
137484
138219
  {
137485
138220
  "description": "The background color of the disabled Stepper indicator.\n",
137486
138221
  "commentRange": {
137487
- "start": 101,
137488
- "end": 102
138222
+ "start": 104,
138223
+ "end": 105
137489
138224
  },
137490
138225
  "context": {
137491
138226
  "type": "variable",
@@ -137493,8 +138228,8 @@
137493
138228
  "value": "null",
137494
138229
  "scope": "default",
137495
138230
  "line": {
137496
- "start": 103,
137497
- "end": 103
138231
+ "start": 106,
138232
+ "end": 106
137498
138233
  }
137499
138234
  },
137500
138235
  "group": [
@@ -137511,8 +138246,8 @@
137511
138246
  {
137512
138247
  "description": "The text color of the disabled Stepper indicator.\n",
137513
138248
  "commentRange": {
137514
- "start": 104,
137515
- "end": 105
138249
+ "start": 107,
138250
+ "end": 108
137516
138251
  },
137517
138252
  "context": {
137518
138253
  "type": "variable",
@@ -137520,8 +138255,8 @@
137520
138255
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8d8d8d)",
137521
138256
  "scope": "default",
137522
138257
  "line": {
137523
- "start": 106,
137524
- "end": 106
138258
+ "start": 109,
138259
+ "end": 109
137525
138260
  }
137526
138261
  },
137527
138262
  "group": [
@@ -137538,8 +138273,8 @@
137538
138273
  {
137539
138274
  "description": "The border color of the disabled Stepper indicator.\n",
137540
138275
  "commentRange": {
137541
- "start": 107,
137542
- "end": 108
138276
+ "start": 110,
138277
+ "end": 111
137543
138278
  },
137544
138279
  "context": {
137545
138280
  "type": "variable",
@@ -137547,8 +138282,8 @@
137547
138282
  "value": "null",
137548
138283
  "scope": "default",
137549
138284
  "line": {
137550
- "start": 109,
137551
- "end": 109
138285
+ "start": 112,
138286
+ "end": 112
137552
138287
  }
137553
138288
  },
137554
138289
  "group": [
@@ -137565,8 +138300,8 @@
137565
138300
  {
137566
138301
  "description": "The background color of the Stepper's done indicator.\n",
137567
138302
  "commentRange": {
137568
- "start": 111,
137569
- "end": 112
138303
+ "start": 114,
138304
+ "end": 115
137570
138305
  },
137571
138306
  "context": {
137572
138307
  "type": "variable",
@@ -137574,8 +138309,8 @@
137574
138309
  "value": "$kendo-color-primary",
137575
138310
  "scope": "default",
137576
138311
  "line": {
137577
- "start": 113,
137578
- "end": 113
138312
+ "start": 116,
138313
+ "end": 116
137579
138314
  }
137580
138315
  },
137581
138316
  "group": [
@@ -137592,8 +138327,8 @@
137592
138327
  {
137593
138328
  "description": "The text color of the Stepper's done indicator.\n",
137594
138329
  "commentRange": {
137595
- "start": 114,
137596
- "end": 115
138330
+ "start": 117,
138331
+ "end": 118
137597
138332
  },
137598
138333
  "context": {
137599
138334
  "type": "variable",
@@ -137601,8 +138336,8 @@
137601
138336
  "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg ))",
137602
138337
  "scope": "default",
137603
138338
  "line": {
137604
- "start": 116,
137605
- "end": 116
138339
+ "start": 119,
138340
+ "end": 119
137606
138341
  }
137607
138342
  },
137608
138343
  "group": [
@@ -137619,8 +138354,8 @@
137619
138354
  {
137620
138355
  "description": "The border color of the Stepper's done indicator.\n",
137621
138356
  "commentRange": {
137622
- "start": 117,
137623
- "end": 118
138357
+ "start": 120,
138358
+ "end": 121
137624
138359
  },
137625
138360
  "context": {
137626
138361
  "type": "variable",
@@ -137628,8 +138363,8 @@
137628
138363
  "value": "$kendo-stepper-indicator-done-bg",
137629
138364
  "scope": "default",
137630
138365
  "line": {
137631
- "start": 119,
137632
- "end": 119
138366
+ "start": 122,
138367
+ "end": 122
137633
138368
  }
137634
138369
  },
137635
138370
  "group": [
@@ -137646,8 +138381,8 @@
137646
138381
  {
137647
138382
  "description": "The background color of the Stepper's hovered done indicator.\n",
137648
138383
  "commentRange": {
137649
- "start": 121,
137650
- "end": 122
138384
+ "start": 124,
138385
+ "end": 125
137651
138386
  },
137652
138387
  "context": {
137653
138388
  "type": "variable",
@@ -137655,8 +138390,8 @@
137655
138390
  "value": "if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg ))",
137656
138391
  "scope": "default",
137657
138392
  "line": {
137658
- "start": 123,
137659
- "end": 123
138393
+ "start": 126,
138394
+ "end": 126
137660
138395
  }
137661
138396
  },
137662
138397
  "group": [
@@ -137673,8 +138408,8 @@
137673
138408
  {
137674
138409
  "description": "The text color of the Stepper's hovered done indicator.\n",
137675
138410
  "commentRange": {
137676
- "start": 124,
137677
- "end": 125
138411
+ "start": 127,
138412
+ "end": 128
137678
138413
  },
137679
138414
  "context": {
137680
138415
  "type": "variable",
@@ -137682,8 +138417,8 @@
137682
138417
  "value": "null",
137683
138418
  "scope": "default",
137684
138419
  "line": {
137685
- "start": 126,
137686
- "end": 126
138420
+ "start": 129,
138421
+ "end": 129
137687
138422
  }
137688
138423
  },
137689
138424
  "group": [
@@ -137700,8 +138435,8 @@
137700
138435
  {
137701
138436
  "description": "The border color of the Stepper's hovered done indicator.\n",
137702
138437
  "commentRange": {
137703
- "start": 127,
137704
- "end": 128
138438
+ "start": 130,
138439
+ "end": 131
137705
138440
  },
137706
138441
  "context": {
137707
138442
  "type": "variable",
@@ -137709,8 +138444,8 @@
137709
138444
  "value": "null",
137710
138445
  "scope": "default",
137711
138446
  "line": {
137712
- "start": 129,
137713
- "end": 129
138447
+ "start": 132,
138448
+ "end": 132
137714
138449
  }
137715
138450
  },
137716
138451
  "group": [
@@ -137727,8 +138462,8 @@
137727
138462
  {
137728
138463
  "description": "The background color of the Stepper's disabled done indicator.\n",
137729
138464
  "commentRange": {
137730
- "start": 131,
137731
- "end": 132
138465
+ "start": 134,
138466
+ "end": 135
137732
138467
  },
137733
138468
  "context": {
137734
138469
  "type": "variable",
@@ -137736,8 +138471,8 @@
137736
138471
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60% ))",
137737
138472
  "scope": "default",
137738
138473
  "line": {
137739
- "start": 133,
137740
- "end": 133
138474
+ "start": 136,
138475
+ "end": 136
137741
138476
  }
137742
138477
  },
137743
138478
  "group": [
@@ -137754,8 +138489,8 @@
137754
138489
  {
137755
138490
  "description": "The text color of the Stepper's disabled done indicator.\n",
137756
138491
  "commentRange": {
137757
- "start": 134,
137758
- "end": 135
138492
+ "start": 137,
138493
+ "end": 138
137759
138494
  },
137760
138495
  "context": {
137761
138496
  "type": "variable",
@@ -137763,8 +138498,8 @@
137763
138498
  "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg ))",
137764
138499
  "scope": "default",
137765
138500
  "line": {
137766
- "start": 136,
137767
- "end": 136
138501
+ "start": 139,
138502
+ "end": 139
137768
138503
  }
137769
138504
  },
137770
138505
  "group": [
@@ -137781,8 +138516,8 @@
137781
138516
  {
137782
138517
  "description": "The border color of the Stepper's disabled done indicator.\n",
137783
138518
  "commentRange": {
137784
- "start": 137,
137785
- "end": 138
138519
+ "start": 140,
138520
+ "end": 141
137786
138521
  },
137787
138522
  "context": {
137788
138523
  "type": "variable",
@@ -137790,8 +138525,8 @@
137790
138525
  "value": "$kendo-stepper-indicator-done-disabled-bg",
137791
138526
  "scope": "default",
137792
138527
  "line": {
137793
- "start": 139,
137794
- "end": 139
138528
+ "start": 142,
138529
+ "end": 142
137795
138530
  }
137796
138531
  },
137797
138532
  "group": [
@@ -137808,8 +138543,8 @@
137808
138543
  {
137809
138544
  "description": "The background color of the Stepper current indicator.\n",
137810
138545
  "commentRange": {
137811
- "start": 141,
137812
- "end": 142
138546
+ "start": 144,
138547
+ "end": 145
137813
138548
  },
137814
138549
  "context": {
137815
138550
  "type": "variable",
@@ -137817,8 +138552,8 @@
137817
138552
  "value": "$kendo-stepper-indicator-done-bg",
137818
138553
  "scope": "default",
137819
138554
  "line": {
137820
- "start": 143,
137821
- "end": 143
138555
+ "start": 146,
138556
+ "end": 146
137822
138557
  }
137823
138558
  },
137824
138559
  "group": [
@@ -137835,8 +138570,8 @@
137835
138570
  {
137836
138571
  "description": "The text color of the Stepper current indicator.\n",
137837
138572
  "commentRange": {
137838
- "start": 144,
137839
- "end": 145
138573
+ "start": 147,
138574
+ "end": 148
137840
138575
  },
137841
138576
  "context": {
137842
138577
  "type": "variable",
@@ -137844,8 +138579,8 @@
137844
138579
  "value": "$kendo-stepper-indicator-done-text",
137845
138580
  "scope": "default",
137846
138581
  "line": {
137847
- "start": 146,
137848
- "end": 146
138582
+ "start": 149,
138583
+ "end": 149
137849
138584
  }
137850
138585
  },
137851
138586
  "group": [
@@ -137862,8 +138597,8 @@
137862
138597
  {
137863
138598
  "description": "The border color of the Stepper current indicator.\n",
137864
138599
  "commentRange": {
137865
- "start": 147,
137866
- "end": 148
138600
+ "start": 150,
138601
+ "end": 151
137867
138602
  },
137868
138603
  "context": {
137869
138604
  "type": "variable",
@@ -137871,8 +138606,8 @@
137871
138606
  "value": "$kendo-stepper-indicator-done-border",
137872
138607
  "scope": "default",
137873
138608
  "line": {
137874
- "start": 149,
137875
- "end": 149
138609
+ "start": 152,
138610
+ "end": 152
137876
138611
  }
137877
138612
  },
137878
138613
  "group": [
@@ -137889,8 +138624,8 @@
137889
138624
  {
137890
138625
  "description": "The background color of the Stepper's hovered current indicator.\n",
137891
138626
  "commentRange": {
137892
- "start": 151,
137893
- "end": 152
138627
+ "start": 154,
138628
+ "end": 155
137894
138629
  },
137895
138630
  "context": {
137896
138631
  "type": "variable",
@@ -137898,8 +138633,8 @@
137898
138633
  "value": "$kendo-stepper-indicator-done-hover-bg",
137899
138634
  "scope": "default",
137900
138635
  "line": {
137901
- "start": 153,
137902
- "end": 153
138636
+ "start": 156,
138637
+ "end": 156
137903
138638
  }
137904
138639
  },
137905
138640
  "group": [
@@ -137916,8 +138651,8 @@
137916
138651
  {
137917
138652
  "description": "The text color of the Stepper's hovered current indicator.\n",
137918
138653
  "commentRange": {
137919
- "start": 154,
137920
- "end": 155
138654
+ "start": 157,
138655
+ "end": 158
137921
138656
  },
137922
138657
  "context": {
137923
138658
  "type": "variable",
@@ -137925,8 +138660,8 @@
137925
138660
  "value": "$kendo-stepper-indicator-done-hover-text",
137926
138661
  "scope": "default",
137927
138662
  "line": {
137928
- "start": 156,
137929
- "end": 156
138663
+ "start": 159,
138664
+ "end": 159
137930
138665
  }
137931
138666
  },
137932
138667
  "group": [
@@ -137943,8 +138678,8 @@
137943
138678
  {
137944
138679
  "description": "The border color of the Stepper's hovered current indicator.\n",
137945
138680
  "commentRange": {
137946
- "start": 157,
137947
- "end": 158
138681
+ "start": 160,
138682
+ "end": 161
137948
138683
  },
137949
138684
  "context": {
137950
138685
  "type": "variable",
@@ -137952,8 +138687,8 @@
137952
138687
  "value": "$kendo-stepper-indicator-done-hover-border",
137953
138688
  "scope": "default",
137954
138689
  "line": {
137955
- "start": 159,
137956
- "end": 159
138690
+ "start": 162,
138691
+ "end": 162
137957
138692
  }
137958
138693
  },
137959
138694
  "group": [
@@ -137970,8 +138705,8 @@
137970
138705
  {
137971
138706
  "description": "The background color of the Stepper's disabled current indicator.\n",
137972
138707
  "commentRange": {
137973
- "start": 161,
137974
- "end": 162
138708
+ "start": 164,
138709
+ "end": 165
137975
138710
  },
137976
138711
  "context": {
137977
138712
  "type": "variable",
@@ -137979,8 +138714,8 @@
137979
138714
  "value": "$kendo-stepper-indicator-done-disabled-bg",
137980
138715
  "scope": "default",
137981
138716
  "line": {
137982
- "start": 163,
137983
- "end": 163
138717
+ "start": 166,
138718
+ "end": 166
137984
138719
  }
137985
138720
  },
137986
138721
  "group": [
@@ -137997,8 +138732,8 @@
137997
138732
  {
137998
138733
  "description": "The text color of the Stepper's disabled current indicator.\n",
137999
138734
  "commentRange": {
138000
- "start": 164,
138001
- "end": 165
138735
+ "start": 167,
138736
+ "end": 168
138002
138737
  },
138003
138738
  "context": {
138004
138739
  "type": "variable",
@@ -138006,8 +138741,8 @@
138006
138741
  "value": "$kendo-stepper-indicator-done-disabled-text",
138007
138742
  "scope": "default",
138008
138743
  "line": {
138009
- "start": 166,
138010
- "end": 166
138744
+ "start": 169,
138745
+ "end": 169
138011
138746
  }
138012
138747
  },
138013
138748
  "group": [
@@ -138024,8 +138759,8 @@
138024
138759
  {
138025
138760
  "description": "The border color of the Stepper's disabled current indicator.\n",
138026
138761
  "commentRange": {
138027
- "start": 167,
138028
- "end": 168
138762
+ "start": 170,
138763
+ "end": 171
138029
138764
  },
138030
138765
  "context": {
138031
138766
  "type": "variable",
@@ -138033,8 +138768,8 @@
138033
138768
  "value": "$kendo-stepper-indicator-done-disabled-border",
138034
138769
  "scope": "default",
138035
138770
  "line": {
138036
- "start": 169,
138037
- "end": 169
138771
+ "start": 172,
138772
+ "end": 172
138038
138773
  }
138039
138774
  },
138040
138775
  "group": [
@@ -138051,8 +138786,8 @@
138051
138786
  {
138052
138787
  "description": "The text color of the Stepper label.\n",
138053
138788
  "commentRange": {
138054
- "start": 171,
138055
- "end": 172
138789
+ "start": 174,
138790
+ "end": 175
138056
138791
  },
138057
138792
  "context": {
138058
138793
  "type": "variable",
@@ -138060,8 +138795,8 @@
138060
138795
  "value": "null",
138061
138796
  "scope": "default",
138062
138797
  "line": {
138063
- "start": 173,
138064
- "end": 173
138798
+ "start": 176,
138799
+ "end": 176
138065
138800
  }
138066
138801
  },
138067
138802
  "group": [
@@ -138078,8 +138813,8 @@
138078
138813
  {
138079
138814
  "description": "The success text color of the Stepper label.\n",
138080
138815
  "commentRange": {
138081
- "start": 174,
138082
- "end": 175
138816
+ "start": 177,
138817
+ "end": 178
138083
138818
  },
138084
138819
  "context": {
138085
138820
  "type": "variable",
@@ -138087,8 +138822,8 @@
138087
138822
  "value": "$kendo-color-success",
138088
138823
  "scope": "default",
138089
138824
  "line": {
138090
- "start": 176,
138091
- "end": 176
138825
+ "start": 179,
138826
+ "end": 179
138092
138827
  }
138093
138828
  },
138094
138829
  "group": [
@@ -138105,8 +138840,8 @@
138105
138840
  {
138106
138841
  "description": "The error text color of the Stepper label.\n",
138107
138842
  "commentRange": {
138108
- "start": 177,
138109
- "end": 178
138843
+ "start": 180,
138844
+ "end": 181
138110
138845
  },
138111
138846
  "context": {
138112
138847
  "type": "variable",
@@ -138114,8 +138849,8 @@
138114
138849
  "value": "$kendo-color-error",
138115
138850
  "scope": "default",
138116
138851
  "line": {
138117
- "start": 179,
138118
- "end": 179
138852
+ "start": 182,
138853
+ "end": 182
138119
138854
  }
138120
138855
  },
138121
138856
  "group": [
@@ -138132,8 +138867,8 @@
138132
138867
  {
138133
138868
  "description": "The text color of the hovered Stepper label.\n",
138134
138869
  "commentRange": {
138135
- "start": 180,
138136
- "end": 181
138870
+ "start": 183,
138871
+ "end": 184
138137
138872
  },
138138
138873
  "context": {
138139
138874
  "type": "variable",
@@ -138141,8 +138876,8 @@
138141
138876
  "value": "null",
138142
138877
  "scope": "default",
138143
138878
  "line": {
138144
- "start": 182,
138145
- "end": 182
138879
+ "start": 185,
138880
+ "end": 185
138146
138881
  }
138147
138882
  },
138148
138883
  "group": [
@@ -138159,8 +138894,8 @@
138159
138894
  {
138160
138895
  "description": "The text color of the disabled Stepper label.\n",
138161
138896
  "commentRange": {
138162
- "start": 183,
138163
- "end": 184
138897
+ "start": 186,
138898
+ "end": 187
138164
138899
  },
138165
138900
  "context": {
138166
138901
  "type": "variable",
@@ -138168,8 +138903,8 @@
138168
138903
  "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8d8d8d)",
138169
138904
  "scope": "default",
138170
138905
  "line": {
138171
- "start": 185,
138172
- "end": 185
138906
+ "start": 188,
138907
+ "end": 188
138173
138908
  }
138174
138909
  },
138175
138910
  "group": [
@@ -138186,8 +138921,8 @@
138186
138921
  {
138187
138922
  "description": "The text color of the optional Stepper label.\n",
138188
138923
  "commentRange": {
138189
- "start": 187,
138190
- "end": 188
138924
+ "start": 190,
138925
+ "end": 191
138191
138926
  },
138192
138927
  "context": {
138193
138928
  "type": "variable",
@@ -138195,8 +138930,8 @@
138195
138930
  "value": "$kendo-subtle-text",
138196
138931
  "scope": "default",
138197
138932
  "line": {
138198
- "start": 189,
138199
- "end": 189
138933
+ "start": 192,
138934
+ "end": 192
138200
138935
  }
138201
138936
  },
138202
138937
  "group": [
@@ -138213,8 +138948,8 @@
138213
138948
  {
138214
138949
  "description": "The opacity of the optional Stepper label.\n",
138215
138950
  "commentRange": {
138216
- "start": 190,
138217
- "end": 191
138951
+ "start": 193,
138952
+ "end": 194
138218
138953
  },
138219
138954
  "context": {
138220
138955
  "type": "variable",
@@ -138222,8 +138957,8 @@
138222
138957
  "value": "null",
138223
138958
  "scope": "default",
138224
138959
  "line": {
138225
- "start": 192,
138226
- "end": 192
138960
+ "start": 195,
138961
+ "end": 195
138227
138962
  }
138228
138963
  },
138229
138964
  "group": [
@@ -138240,8 +138975,8 @@
138240
138975
  {
138241
138976
  "description": "The font size of the optional Stepper label.\n",
138242
138977
  "commentRange": {
138243
- "start": 193,
138244
- "end": 194
138978
+ "start": 196,
138979
+ "end": 197
138245
138980
  },
138246
138981
  "context": {
138247
138982
  "type": "variable",
@@ -138249,8 +138984,8 @@
138249
138984
  "value": "var( --kendo-font-size-sm, inherit )",
138250
138985
  "scope": "default",
138251
138986
  "line": {
138252
- "start": 195,
138253
- "end": 195
138987
+ "start": 198,
138988
+ "end": 198
138254
138989
  }
138255
138990
  },
138256
138991
  "group": [
@@ -138267,8 +139002,8 @@
138267
139002
  {
138268
139003
  "description": "The font style of the optional Stepper label.\n",
138269
139004
  "commentRange": {
138270
- "start": 196,
138271
- "end": 197
139005
+ "start": 199,
139006
+ "end": 200
138272
139007
  },
138273
139008
  "context": {
138274
139009
  "type": "variable",
@@ -138276,8 +139011,8 @@
138276
139011
  "value": "null",
138277
139012
  "scope": "default",
138278
139013
  "line": {
138279
- "start": 198,
138280
- "end": 198
139014
+ "start": 201,
139015
+ "end": 201
138281
139016
  }
138282
139017
  },
138283
139018
  "group": [
@@ -138294,8 +139029,8 @@
138294
139029
  {
138295
139030
  "description": "The size of the Stepper ProgressBar.\n",
138296
139031
  "commentRange": {
138297
- "start": 200,
138298
- "end": 201
139032
+ "start": 203,
139033
+ "end": 204
138299
139034
  },
138300
139035
  "context": {
138301
139036
  "type": "variable",
@@ -138303,8 +139038,8 @@
138303
139038
  "value": "2px",
138304
139039
  "scope": "default",
138305
139040
  "line": {
138306
- "start": 202,
138307
- "end": 202
139041
+ "start": 205,
139042
+ "end": 205
138308
139043
  }
138309
139044
  },
138310
139045
  "group": [
@@ -138321,8 +139056,8 @@
138321
139056
  {
138322
139057
  "description": "The background color of the Stepper ProgressBar.\n",
138323
139058
  "commentRange": {
138324
- "start": 203,
138325
- "end": 204
139059
+ "start": 206,
139060
+ "end": 207
138326
139061
  },
138327
139062
  "context": {
138328
139063
  "type": "variable",
@@ -138330,8 +139065,8 @@
138330
139065
  "value": "null",
138331
139066
  "scope": "default",
138332
139067
  "line": {
138333
- "start": 205,
138334
- "end": 205
139068
+ "start": 208,
139069
+ "end": 208
138335
139070
  }
138336
139071
  },
138337
139072
  "group": [
@@ -138348,8 +139083,8 @@
138348
139083
  {
138349
139084
  "description": "The text color of the Stepper ProgressBar.\n",
138350
139085
  "commentRange": {
138351
- "start": 206,
138352
- "end": 207
139086
+ "start": 209,
139087
+ "end": 210
138353
139088
  },
138354
139089
  "context": {
138355
139090
  "type": "variable",
@@ -138357,8 +139092,8 @@
138357
139092
  "value": "null",
138358
139093
  "scope": "default",
138359
139094
  "line": {
138360
- "start": 208,
138361
- "end": 208
139095
+ "start": 211,
139096
+ "end": 211
138362
139097
  }
138363
139098
  },
138364
139099
  "group": [
@@ -138375,8 +139110,8 @@
138375
139110
  {
138376
139111
  "description": "The background color of the selected Stepper ProgressBar.\n",
138377
139112
  "commentRange": {
138378
- "start": 209,
138379
- "end": 210
139113
+ "start": 212,
139114
+ "end": 213
138380
139115
  },
138381
139116
  "context": {
138382
139117
  "type": "variable",
@@ -138384,8 +139119,8 @@
138384
139119
  "value": "null",
138385
139120
  "scope": "default",
138386
139121
  "line": {
138387
- "start": 211,
138388
- "end": 211
139122
+ "start": 214,
139123
+ "end": 214
138389
139124
  }
138390
139125
  },
138391
139126
  "group": [
@@ -138402,8 +139137,8 @@
138402
139137
  {
138403
139138
  "description": "The text color of the selected Stepper ProgressBar.\n",
138404
139139
  "commentRange": {
138405
- "start": 212,
138406
- "end": 213
139140
+ "start": 215,
139141
+ "end": 216
138407
139142
  },
138408
139143
  "context": {
138409
139144
  "type": "variable",
@@ -138411,8 +139146,8 @@
138411
139146
  "value": "null",
138412
139147
  "scope": "default",
138413
139148
  "line": {
138414
- "start": 214,
138415
- "end": 214
139149
+ "start": 217,
139150
+ "end": 217
138416
139151
  }
138417
139152
  },
138418
139153
  "group": [
@@ -138429,8 +139164,8 @@
138429
139164
  {
138430
139165
  "description": "The property name of the Stepper transition.\n",
138431
139166
  "commentRange": {
138432
- "start": 216,
138433
- "end": 217
139167
+ "start": 219,
139168
+ "end": 220
138434
139169
  },
138435
139170
  "context": {
138436
139171
  "type": "variable",
@@ -138438,8 +139173,8 @@
138438
139173
  "value": "height",
138439
139174
  "scope": "default",
138440
139175
  "line": {
138441
- "start": 218,
138442
- "end": 218
139176
+ "start": 221,
139177
+ "end": 221
138443
139178
  }
138444
139179
  },
138445
139180
  "group": [
@@ -138456,8 +139191,8 @@
138456
139191
  {
138457
139192
  "description": "The duration of the Stepper transition.\n",
138458
139193
  "commentRange": {
138459
- "start": 219,
138460
- "end": 220
139194
+ "start": 222,
139195
+ "end": 223
138461
139196
  },
138462
139197
  "context": {
138463
139198
  "type": "variable",
@@ -138465,8 +139200,8 @@
138465
139200
  "value": "300ms",
138466
139201
  "scope": "default",
138467
139202
  "line": {
138468
- "start": 221,
138469
- "end": 221
139203
+ "start": 224,
139204
+ "end": 224
138470
139205
  }
138471
139206
  },
138472
139207
  "group": [
@@ -138483,8 +139218,8 @@
138483
139218
  {
138484
139219
  "description": "The timing function of the Stepper transition.\n",
138485
139220
  "commentRange": {
138486
- "start": 222,
138487
- "end": 223
139221
+ "start": 225,
139222
+ "end": 226
138488
139223
  },
138489
139224
  "context": {
138490
139225
  "type": "variable",
@@ -138492,8 +139227,8 @@
138492
139227
  "value": "cubic-bezier(.4, 0, .2, 1) 0ms",
138493
139228
  "scope": "default",
138494
139229
  "line": {
138495
- "start": 224,
138496
- "end": 224
139230
+ "start": 227,
139231
+ "end": 227
138497
139232
  }
138498
139233
  },
138499
139234
  "group": [
@@ -144898,7 +145633,7 @@
144898
145633
  "context": {
144899
145634
  "type": "variable",
144900
145635
  "name": "kendo-timeline-track-arrow-width",
144901
- "value": "30px",
145636
+ "value": "k-spacing(7.5)",
144902
145637
  "scope": "default",
144903
145638
  "line": {
144904
145639
  "start": 32,
@@ -144913,8 +145648,8 @@
144913
145648
  "path": "classic/scss/timeline/_variables.scss",
144914
145649
  "name": "_variables.scss"
144915
145650
  },
144916
- "resolvedValue": "30px",
144917
- "resolvedType": "Number"
145651
+ "resolvedValue": "var(--kendo-spacing-7\\.5, 1.875rem)",
145652
+ "resolvedType": "String"
144918
145653
  },
144919
145654
  {
144920
145655
  "description": "The height of the Timeline track arrow.\n",
@@ -144925,7 +145660,7 @@
144925
145660
  "context": {
144926
145661
  "type": "variable",
144927
145662
  "name": "kendo-timeline-track-arrow-height",
144928
- "value": "30px",
145663
+ "value": "k-spacing(7.5)",
144929
145664
  "scope": "default",
144930
145665
  "line": {
144931
145666
  "start": 35,
@@ -144940,8 +145675,8 @@
144940
145675
  "path": "classic/scss/timeline/_variables.scss",
144941
145676
  "name": "_variables.scss"
144942
145677
  },
144943
- "resolvedValue": "30px",
144944
- "resolvedType": "Number"
145678
+ "resolvedValue": "var(--kendo-spacing-7\\.5, 1.875rem)",
145679
+ "resolvedType": "String"
144945
145680
  },
144946
145681
  {
144947
145682
  "description": "The background color of the disabled Timeline track arrow.\n",
@@ -145033,7 +145768,7 @@
145033
145768
  "context": {
145034
145769
  "type": "variable",
145035
145770
  "name": "kendo-timeline-track-size",
145036
- "value": "6px",
145771
+ "value": "k-spacing(1.5)",
145037
145772
  "scope": "default",
145038
145773
  "line": {
145039
145774
  "start": 49,
@@ -145048,8 +145783,8 @@
145048
145783
  "path": "classic/scss/timeline/_variables.scss",
145049
145784
  "name": "_variables.scss"
145050
145785
  },
145051
- "resolvedValue": "6px",
145052
- "resolvedType": "Number"
145786
+ "resolvedValue": "var(--kendo-spacing-1\\.5, 0.375rem)",
145787
+ "resolvedType": "String"
145053
145788
  },
145054
145789
  {
145055
145790
  "description": "The bottom padding of the Timeline's track wrapper.\n",
@@ -145060,7 +145795,7 @@
145060
145795
  "context": {
145061
145796
  "type": "variable",
145062
145797
  "name": "kendo-timeline-track-wrap-padding-bottom",
145063
- "value": "k-math-div( $kendo-timeline-track-size, 2 )",
145798
+ "value": "calc( #{$kendo-timeline-track-size} / 2)",
145064
145799
  "scope": "default",
145065
145800
  "line": {
145066
145801
  "start": 52,
@@ -145075,8 +145810,8 @@
145075
145810
  "path": "classic/scss/timeline/_variables.scss",
145076
145811
  "name": "_variables.scss"
145077
145812
  },
145078
- "resolvedValue": "3px",
145079
- "resolvedType": "Number"
145813
+ "resolvedValue": "calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2)",
145814
+ "resolvedType": "Calculation"
145080
145815
  },
145081
145816
  {
145082
145817
  "description": "The border width of the Timeline track.\n",
@@ -145141,7 +145876,7 @@
145141
145876
  "context": {
145142
145877
  "type": "variable",
145143
145878
  "name": "kendo-timeline-track-bottom-calc",
145144
- "value": "calc(#{k-math-div( $kendo-timeline-track-arrow-height, 2 )} + #{$kendo-timeline-track-wrap-padding-bottom})",
145879
+ "value": "calc( calc( #{$kendo-timeline-track-arrow-height} / 2) + #{$kendo-timeline-track-wrap-padding-bottom})",
145145
145880
  "scope": "default",
145146
145881
  "line": {
145147
145882
  "start": 61,
@@ -145156,7 +145891,7 @@
145156
145891
  "path": "classic/scss/timeline/_variables.scss",
145157
145892
  "name": "_variables.scss"
145158
145893
  },
145159
- "resolvedValue": "calc(15px + 3px)",
145894
+ "resolvedValue": "calc(var(--kendo-spacing-7\\.5, 1.875rem) / 2 + calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2))",
145160
145895
  "resolvedType": "Calculation"
145161
145896
  },
145162
145897
  {
@@ -145183,7 +145918,7 @@
145183
145918
  "path": "classic/scss/timeline/_variables.scss",
145184
145919
  "name": "_variables.scss"
145185
145920
  },
145186
- "resolvedValue": "calc(30px - 2 * 1px)",
145921
+ "resolvedValue": "calc(var(--kendo-spacing-7\\.5, 1.875rem) - 2 * 1px)",
145187
145922
  "resolvedType": "Calculation"
145188
145923
  },
145189
145924
  {
@@ -145210,7 +145945,7 @@
145210
145945
  "path": "classic/scss/timeline/_variables.scss",
145211
145946
  "name": "_variables.scss"
145212
145947
  },
145213
- "resolvedValue": "calc(30px - 2 * 1px)",
145948
+ "resolvedValue": "calc(var(--kendo-spacing-7\\.5, 1.875rem) - 2 * 1px)",
145214
145949
  "resolvedType": "Calculation"
145215
145950
  },
145216
145951
  {
@@ -145669,7 +146404,7 @@
145669
146404
  "path": "classic/scss/timeline/_variables.scss",
145670
146405
  "name": "_variables.scss"
145671
146406
  },
145672
- "resolvedValue": "calc(6px + 2 * 1px + 4px + 10px)",
146407
+ "resolvedValue": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 2 * 1px + 4px + 10px)",
145673
146408
  "resolvedType": "Calculation"
145674
146409
  },
145675
146410
  {
@@ -145750,7 +146485,7 @@
145750
146485
  "path": "classic/scss/timeline/_variables.scss",
145751
146486
  "name": "_variables.scss"
145752
146487
  },
145753
- "resolvedValue": "calc(var(--kendo-spacing-10, 2.5rem) + (80px - 6px) / 2)",
146488
+ "resolvedValue": "calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)",
145754
146489
  "resolvedType": "Calculation"
145755
146490
  },
145756
146491
  {
@@ -145777,7 +146512,7 @@
145777
146512
  "path": "classic/scss/timeline/_variables.scss",
145778
146513
  "name": "_variables.scss"
145779
146514
  },
145780
- "resolvedValue": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px - 6px) / 2) + 50px)",
146515
+ "resolvedValue": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)",
145781
146516
  "resolvedType": "Calculation"
145782
146517
  },
145783
146518
  {
@@ -145804,7 +146539,7 @@
145804
146539
  "path": "classic/scss/timeline/_variables.scss",
145805
146540
  "name": "_variables.scss"
145806
146541
  },
145807
- "resolvedValue": "calc(var(--kendo-spacing-4, 1rem) + (80px - 6px) / 2)",
146542
+ "resolvedValue": "calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)",
145808
146543
  "resolvedType": "Calculation"
145809
146544
  },
145810
146545
  {
@@ -145831,7 +146566,7 @@
145831
146566
  "path": "classic/scss/timeline/_variables.scss",
145832
146567
  "name": "_variables.scss"
145833
146568
  },
145834
- "resolvedValue": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px - 6px) / 2) + 50px)",
146569
+ "resolvedValue": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)",
145835
146570
  "resolvedType": "Calculation"
145836
146571
  },
145837
146572
  {
@@ -146624,15 +147359,15 @@
146624
147359
  "resolvedType": "Null"
146625
147360
  },
146626
147361
  {
146627
- "description": "The color of the separator border of the Toolbar.\n",
147362
+ "description": "The text color of the outline Toolbar.\n",
146628
147363
  "commentRange": {
146629
147364
  "start": 75,
146630
147365
  "end": 76
146631
147366
  },
146632
147367
  "context": {
146633
147368
  "type": "variable",
146634
- "name": "kendo-toolbar-separator-border",
146635
- "value": "inherit",
147369
+ "name": "kendo-toolbar-outline-text",
147370
+ "value": "$kendo-button-text",
146636
147371
  "scope": "default",
146637
147372
  "line": {
146638
147373
  "start": 77,
@@ -146647,23 +147382,23 @@
146647
147382
  "path": "classic/scss/toolbar/_variables.scss",
146648
147383
  "name": "_variables.scss"
146649
147384
  },
146650
- "resolvedValue": "inherit",
147385
+ "resolvedValue": "var(--kendo-color-on-base, #272727)",
146651
147386
  "resolvedType": "String"
146652
147387
  },
146653
147388
  {
146654
- "description": "The width of the input in the Toolbar.\n",
147389
+ "description": "The color of the border around the outline Toolbar.\n",
146655
147390
  "commentRange": {
146656
- "start": 79,
146657
- "end": 80
147391
+ "start": 78,
147392
+ "end": 79
146658
147393
  },
146659
147394
  "context": {
146660
147395
  "type": "variable",
146661
- "name": "kendo-toolbar-input-width",
146662
- "value": "10em",
147396
+ "name": "kendo-toolbar-outline-border",
147397
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 50%, transparent), rgba( $kendo-toolbar-outline-text, .5))",
146663
147398
  "scope": "default",
146664
147399
  "line": {
146665
- "start": 81,
146666
- "end": 81
147400
+ "start": 80,
147401
+ "end": 80
146667
147402
  }
146668
147403
  },
146669
147404
  "group": [
@@ -146674,23 +147409,23 @@
146674
147409
  "path": "classic/scss/toolbar/_variables.scss",
146675
147410
  "name": "_variables.scss"
146676
147411
  },
146677
- "resolvedValue": "10em",
146678
- "resolvedType": "Number"
147412
+ "resolvedValue": "color-mix(in srgb, var(--kendo-color-on-base, #272727) 50%, transparent)",
147413
+ "resolvedType": "String"
146679
147414
  },
146680
147415
  {
146681
- "description": "The box shadow of the focused Toolbar item.\n",
147416
+ "description": "The gradient of the outline Toolbar.\n",
146682
147417
  "commentRange": {
146683
- "start": 83,
146684
- "end": 84
147418
+ "start": 81,
147419
+ "end": 82
146685
147420
  },
146686
147421
  "context": {
146687
147422
  "type": "variable",
146688
- "name": "kendo-toolbar-item-shadow",
146689
- "value": "$kendo-button-focus-shadow",
147423
+ "name": "kendo-toolbar-outline-gradient",
147424
+ "value": "null",
146690
147425
  "scope": "default",
146691
147426
  "line": {
146692
- "start": 85,
146693
- "end": 85
147427
+ "start": 83,
147428
+ "end": 83
146694
147429
  }
146695
147430
  },
146696
147431
  "group": [
@@ -146701,19 +147436,46 @@
146701
147436
  "path": "classic/scss/toolbar/_variables.scss",
146702
147437
  "name": "_variables.scss"
146703
147438
  },
146704
- "resolvedValue": "0 0 4px 0 color-mix(in srgb, var(--kendo-color-border, #cacaca) 75%, transparent)",
146705
- "resolvedType": "List"
147439
+ "resolvedValue": "null",
147440
+ "resolvedType": "Null"
146706
147441
  },
146707
147442
  {
146708
- "description": "Border width of the flat Toolbar.\n",
147443
+ "description": "The box shadow of the outline Toolbar.\n",
147444
+ "commentRange": {
147445
+ "start": 84,
147446
+ "end": 85
147447
+ },
147448
+ "context": {
147449
+ "type": "variable",
147450
+ "name": "kendo-toolbar-outline-shadow",
147451
+ "value": "null",
147452
+ "scope": "default",
147453
+ "line": {
147454
+ "start": 86,
147455
+ "end": 86
147456
+ }
147457
+ },
147458
+ "group": [
147459
+ "toolbar"
147460
+ ],
147461
+ "access": "public",
147462
+ "file": {
147463
+ "path": "classic/scss/toolbar/_variables.scss",
147464
+ "name": "_variables.scss"
147465
+ },
147466
+ "resolvedValue": "null",
147467
+ "resolvedType": "Null"
147468
+ },
147469
+ {
147470
+ "description": "The width of the border around the outline Toolbar.\n",
146709
147471
  "commentRange": {
146710
147472
  "start": 87,
146711
147473
  "end": 88
146712
147474
  },
146713
147475
  "context": {
146714
147476
  "type": "variable",
146715
- "name": "kendo-toolbar-flat-border-width",
146716
- "value": "1px",
147477
+ "name": "kendo-toolbar-outline-border-width",
147478
+ "value": "$kendo-toolbar-border-width",
146717
147479
  "scope": "default",
146718
147480
  "line": {
146719
147481
  "start": 89,
@@ -146732,18 +147494,153 @@
146732
147494
  "resolvedType": "Number"
146733
147495
  },
146734
147496
  {
146735
- "description": "The sizes map for the Toolbar.\n",
147497
+ "description": "The text color of the flat Toolbar.\n",
146736
147498
  "commentRange": {
146737
147499
  "start": 91,
146738
147500
  "end": 92
146739
147501
  },
146740
147502
  "context": {
146741
147503
  "type": "variable",
146742
- "name": "kendo-toolbar-sizes",
146743
- "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)",
147504
+ "name": "kendo-toolbar-flat-text",
147505
+ "value": "null",
146744
147506
  "scope": "default",
146745
147507
  "line": {
146746
147508
  "start": 93,
147509
+ "end": 93
147510
+ }
147511
+ },
147512
+ "group": [
147513
+ "toolbar"
147514
+ ],
147515
+ "access": "public",
147516
+ "file": {
147517
+ "path": "classic/scss/toolbar/_variables.scss",
147518
+ "name": "_variables.scss"
147519
+ },
147520
+ "resolvedValue": "null",
147521
+ "resolvedType": "Null"
147522
+ },
147523
+ {
147524
+ "description": "The color of the border around the flat Toolbar.\n",
147525
+ "commentRange": {
147526
+ "start": 94,
147527
+ "end": 95
147528
+ },
147529
+ "context": {
147530
+ "type": "variable",
147531
+ "name": "kendo-toolbar-flat-border",
147532
+ "value": "$kendo-toolbar-border",
147533
+ "scope": "default",
147534
+ "line": {
147535
+ "start": 96,
147536
+ "end": 96
147537
+ }
147538
+ },
147539
+ "group": [
147540
+ "toolbar"
147541
+ ],
147542
+ "access": "public",
147543
+ "file": {
147544
+ "path": "classic/scss/toolbar/_variables.scss",
147545
+ "name": "_variables.scss"
147546
+ },
147547
+ "resolvedValue": "var(--kendo-color-border, #cacaca)",
147548
+ "resolvedType": "String"
147549
+ },
147550
+ {
147551
+ "description": "The gradient of the flat Toolbar.\n",
147552
+ "commentRange": {
147553
+ "start": 97,
147554
+ "end": 98
147555
+ },
147556
+ "context": {
147557
+ "type": "variable",
147558
+ "name": "kendo-toolbar-flat-gradient",
147559
+ "value": "null",
147560
+ "scope": "default",
147561
+ "line": {
147562
+ "start": 99,
147563
+ "end": 99
147564
+ }
147565
+ },
147566
+ "group": [
147567
+ "toolbar"
147568
+ ],
147569
+ "access": "public",
147570
+ "file": {
147571
+ "path": "classic/scss/toolbar/_variables.scss",
147572
+ "name": "_variables.scss"
147573
+ },
147574
+ "resolvedValue": "null",
147575
+ "resolvedType": "Null"
147576
+ },
147577
+ {
147578
+ "description": "The box shadow of the flat Toolbar.\n",
147579
+ "commentRange": {
147580
+ "start": 100,
147581
+ "end": 101
147582
+ },
147583
+ "context": {
147584
+ "type": "variable",
147585
+ "name": "kendo-toolbar-flat-shadow",
147586
+ "value": "null",
147587
+ "scope": "default",
147588
+ "line": {
147589
+ "start": 102,
147590
+ "end": 102
147591
+ }
147592
+ },
147593
+ "group": [
147594
+ "toolbar"
147595
+ ],
147596
+ "access": "public",
147597
+ "file": {
147598
+ "path": "classic/scss/toolbar/_variables.scss",
147599
+ "name": "_variables.scss"
147600
+ },
147601
+ "resolvedValue": "null",
147602
+ "resolvedType": "Null"
147603
+ },
147604
+ {
147605
+ "description": "Border width of the flat Toolbar.\n",
147606
+ "commentRange": {
147607
+ "start": 103,
147608
+ "end": 104
147609
+ },
147610
+ "context": {
147611
+ "type": "variable",
147612
+ "name": "kendo-toolbar-flat-border-width",
147613
+ "value": "1px",
147614
+ "scope": "default",
147615
+ "line": {
147616
+ "start": 105,
147617
+ "end": 105
147618
+ }
147619
+ },
147620
+ "group": [
147621
+ "toolbar"
147622
+ ],
147623
+ "access": "public",
147624
+ "file": {
147625
+ "path": "classic/scss/toolbar/_variables.scss",
147626
+ "name": "_variables.scss"
147627
+ },
147628
+ "resolvedValue": "1px",
147629
+ "resolvedType": "Number"
147630
+ },
147631
+ {
147632
+ "description": "The color of the separator border of the Toolbar.\n",
147633
+ "commentRange": {
147634
+ "start": 107,
147635
+ "end": 108
147636
+ },
147637
+ "context": {
147638
+ "type": "variable",
147639
+ "name": "kendo-toolbar-separator-border",
147640
+ "value": "inherit",
147641
+ "scope": "default",
147642
+ "line": {
147643
+ "start": 109,
146747
147644
  "end": 109
146748
147645
  }
146749
147646
  },
@@ -146755,6 +147652,87 @@
146755
147652
  "path": "classic/scss/toolbar/_variables.scss",
146756
147653
  "name": "_variables.scss"
146757
147654
  },
147655
+ "resolvedValue": "inherit",
147656
+ "resolvedType": "String"
147657
+ },
147658
+ {
147659
+ "description": "The width of the input in the Toolbar.\n",
147660
+ "commentRange": {
147661
+ "start": 111,
147662
+ "end": 112
147663
+ },
147664
+ "context": {
147665
+ "type": "variable",
147666
+ "name": "kendo-toolbar-input-width",
147667
+ "value": "10em",
147668
+ "scope": "default",
147669
+ "line": {
147670
+ "start": 113,
147671
+ "end": 113
147672
+ }
147673
+ },
147674
+ "group": [
147675
+ "toolbar"
147676
+ ],
147677
+ "access": "public",
147678
+ "file": {
147679
+ "path": "classic/scss/toolbar/_variables.scss",
147680
+ "name": "_variables.scss"
147681
+ },
147682
+ "resolvedValue": "10em",
147683
+ "resolvedType": "Number"
147684
+ },
147685
+ {
147686
+ "description": "The box shadow of the focused Toolbar item.\n",
147687
+ "commentRange": {
147688
+ "start": 115,
147689
+ "end": 116
147690
+ },
147691
+ "context": {
147692
+ "type": "variable",
147693
+ "name": "kendo-toolbar-item-shadow",
147694
+ "value": "$kendo-button-focus-shadow",
147695
+ "scope": "default",
147696
+ "line": {
147697
+ "start": 117,
147698
+ "end": 117
147699
+ }
147700
+ },
147701
+ "group": [
147702
+ "toolbar"
147703
+ ],
147704
+ "access": "public",
147705
+ "file": {
147706
+ "path": "classic/scss/toolbar/_variables.scss",
147707
+ "name": "_variables.scss"
147708
+ },
147709
+ "resolvedValue": "0 0 4px 0 color-mix(in srgb, var(--kendo-color-border, #cacaca) 75%, transparent)",
147710
+ "resolvedType": "List"
147711
+ },
147712
+ {
147713
+ "description": "The sizes map for the Toolbar.\n",
147714
+ "commentRange": {
147715
+ "start": 119,
147716
+ "end": 120
147717
+ },
147718
+ "context": {
147719
+ "type": "variable",
147720
+ "name": "kendo-toolbar-sizes",
147721
+ "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)",
147722
+ "scope": "default",
147723
+ "line": {
147724
+ "start": 121,
147725
+ "end": 137
147726
+ }
147727
+ },
147728
+ "group": [
147729
+ "toolbar"
147730
+ ],
147731
+ "access": "public",
147732
+ "file": {
147733
+ "path": "classic/scss/toolbar/_variables.scss",
147734
+ "name": "_variables.scss"
147735
+ },
146758
147736
  "resolvedValue": "(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), spacing: var(--kendo-spacing-1\\.5, 0.375rem)), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), spacing: var(--kendo-spacing-2, 0.5rem)), lg: (padding-x: var(--kendo-spacing-2\\.5, 0.625rem), padding-y: var(--kendo-spacing-2\\.5, 0.625rem), spacing: var(--kendo-spacing-2\\.5, 0.625rem)))",
146759
147737
  "resolvedType": "Map",
146760
147738
  "prettyValue": {