@progress/kendo-theme-classic 8.1.0-dev.0 → 8.1.0-dev.1

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 (137) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +1018 -1271
  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 +1066 -136
  18. package/dist/meta/sassdoc-raw-data.json +500 -75
  19. package/dist/meta/variables.json +89 -34
  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/_variables.scss +2 -16
  36. package/scss/action-buttons/_index.scss +0 -1
  37. package/scss/action-sheet/_index.scss +0 -1
  38. package/scss/appbar/_index.scss +0 -1
  39. package/scss/autocomplete/_index.scss +0 -1
  40. package/scss/avatar/_index.scss +0 -1
  41. package/scss/bottom-navigation/_index.scss +0 -1
  42. package/scss/breadcrumb/_index.scss +0 -1
  43. package/scss/calendar/_index.scss +0 -1
  44. package/scss/captcha/_index.scss +0 -1
  45. package/scss/card/_index.scss +0 -1
  46. package/scss/chat/_index.scss +0 -1
  47. package/scss/coloreditor/_index.scss +0 -1
  48. package/scss/colorgradient/_index.scss +0 -1
  49. package/scss/colorpalette/_index.scss +0 -1
  50. package/scss/combobox/_index.scss +0 -1
  51. package/scss/core/color-system/_swatch-legacy.scss +13 -1
  52. package/scss/core/color-system/_swatch.scss +0 -3
  53. package/scss/dataviz/_index.scss +0 -1
  54. package/scss/daterangepicker/_index.scss +0 -1
  55. package/scss/dialog/_index.scss +0 -1
  56. package/scss/drawer/_index.scss +0 -1
  57. package/scss/dropdowngrid/_index.scss +0 -1
  58. package/scss/dropdownlist/_index.scss +0 -1
  59. package/scss/dropdowntree/_index.scss +0 -1
  60. package/scss/dropzone/_index.scss +0 -1
  61. package/scss/editor/_index.scss +0 -1
  62. package/scss/expansion-panel/_index.scss +0 -1
  63. package/scss/fab/_index.scss +0 -1
  64. package/scss/filemanager/_index.scss +0 -1
  65. package/scss/filter/_index.scss +0 -1
  66. package/scss/floating-label/_index.scss +0 -1
  67. package/scss/forms/_index.scss +0 -1
  68. package/scss/gantt/_index.scss +1 -1
  69. package/scss/grid/_index.scss +0 -1
  70. package/scss/imageeditor/_index.scss +0 -1
  71. package/scss/index.scss +3 -1
  72. package/scss/input/_index.scss +0 -1
  73. package/scss/list/_index.scss +0 -1
  74. package/scss/listbox/_index.scss +0 -1
  75. package/scss/listgroup/_index.scss +0 -1
  76. package/scss/listview/_index.scss +0 -1
  77. package/scss/loader/_index.scss +0 -1
  78. package/scss/loader/_layout.scss +1 -0
  79. package/scss/loader/_variables.scss +3 -0
  80. package/scss/map/_index.scss +0 -1
  81. package/scss/maskedtextbox/_index.scss +0 -1
  82. package/scss/mediaplayer/_index.scss +0 -1
  83. package/scss/menu/_index.scss +0 -1
  84. package/scss/messagebox/_index.scss +0 -1
  85. package/scss/multiselect/_index.scss +0 -1
  86. package/scss/notification/_index.scss +0 -1
  87. package/scss/numerictextbox/_index.scss +0 -1
  88. package/scss/orgchart/_index.scss +0 -1
  89. package/scss/pager/_index.scss +0 -1
  90. package/scss/panel/_index.scss +36 -0
  91. package/scss/panel/_layout.scss +5 -0
  92. package/scss/panel/_theme.scss +5 -0
  93. package/scss/panel/_variables.scss +34 -0
  94. package/scss/panelbar/_index.scss +0 -1
  95. package/scss/pdf-viewer/_index.scss +0 -1
  96. package/scss/pivotgrid/_index.scss +0 -1
  97. package/scss/popover/_index.scss +0 -1
  98. package/scss/popup/_index.scss +0 -1
  99. package/scss/progressbar/_index.scss +0 -1
  100. package/scss/prompt/_index.scss +0 -4
  101. package/scss/rating/_index.scss +0 -1
  102. package/scss/responsivepanel/_index.scss +0 -1
  103. package/scss/ripple/_index.scss +0 -1
  104. package/scss/scheduler/_index.scss +1 -1
  105. package/scss/scroller/_index.scss +0 -1
  106. package/scss/scrollview/_index.scss +0 -1
  107. package/scss/slider/_index.scss +0 -1
  108. package/scss/splitter/_index.scss +0 -1
  109. package/scss/spreadsheet/_index.scss +0 -1
  110. package/scss/stepper/_index.scss +0 -1
  111. package/scss/stepper/_variables.scss +2 -2
  112. package/scss/switch/_index.scss +0 -1
  113. package/scss/table/_index.scss +0 -1
  114. package/scss/tabstrip/_index.scss +0 -1
  115. package/scss/taskboard/_index.scss +0 -1
  116. package/scss/textarea/_index.scss +0 -1
  117. package/scss/textbox/_index.scss +0 -1
  118. package/scss/tilelayout/_index.scss +0 -1
  119. package/scss/time-marker/_index.scss +32 -0
  120. package/scss/time-marker/_layout.scss +5 -0
  121. package/scss/time-marker/_theme.scss +6 -0
  122. package/scss/time-marker/_variables.scss +6 -0
  123. package/scss/timeline/_index.scss +0 -1
  124. package/scss/toolbar/_index.scss +0 -1
  125. package/scss/tooltip/_index.scss +0 -1
  126. package/scss/treelist/_index.scss +0 -1
  127. package/scss/treeview/_index.scss +0 -1
  128. package/scss/upload/_index.scss +0 -1
  129. package/scss/validator/_index.scss +0 -1
  130. package/scss/window/_index.scss +0 -1
  131. package/scss/wizard/_index.scss +0 -1
  132. package/scss/common/_animations.scss +0 -1
  133. package/scss/common/_base.scss +0 -1
  134. package/scss/common/_index.scss +0 -5
  135. package/scss/common/_indicators.scss +0 -1
  136. package/scss/common/_resizing.scss +0 -1
  137. package/scss/common/_scrollbar.scss +0 -1
@@ -17539,8 +17539,8 @@
17539
17539
  {
17540
17540
  "description": "Background color of the component header.\n",
17541
17541
  "commentRange": {
17542
- "start": 608,
17543
- "end": 609
17542
+ "start": 605,
17543
+ "end": 606
17544
17544
  },
17545
17545
  "context": {
17546
17546
  "type": "variable",
@@ -17548,8 +17548,8 @@
17548
17548
  "value": "$kendo-base-bg",
17549
17549
  "scope": "default",
17550
17550
  "line": {
17551
- "start": 610,
17552
- "end": 610
17551
+ "start": 607,
17552
+ "end": 607
17553
17553
  }
17554
17554
  },
17555
17555
  "group": [
@@ -17566,8 +17566,8 @@
17566
17566
  {
17567
17567
  "description": "Text color of the component header.\n",
17568
17568
  "commentRange": {
17569
- "start": 611,
17570
- "end": 612
17569
+ "start": 608,
17570
+ "end": 609
17571
17571
  },
17572
17572
  "context": {
17573
17573
  "type": "variable",
@@ -17575,8 +17575,8 @@
17575
17575
  "value": "$kendo-base-text",
17576
17576
  "scope": "default",
17577
17577
  "line": {
17578
- "start": 613,
17579
- "end": 613
17578
+ "start": 610,
17579
+ "end": 610
17580
17580
  }
17581
17581
  },
17582
17582
  "group": [
@@ -17593,8 +17593,8 @@
17593
17593
  {
17594
17594
  "description": "Border color of the component header.\n",
17595
17595
  "commentRange": {
17596
- "start": 614,
17597
- "end": 615
17596
+ "start": 611,
17597
+ "end": 612
17598
17598
  },
17599
17599
  "context": {
17600
17600
  "type": "variable",
@@ -17602,8 +17602,8 @@
17602
17602
  "value": "$kendo-base-border",
17603
17603
  "scope": "default",
17604
17604
  "line": {
17605
- "start": 616,
17606
- "end": 616
17605
+ "start": 613,
17606
+ "end": 613
17607
17607
  }
17608
17608
  },
17609
17609
  "group": [
@@ -17620,8 +17620,8 @@
17620
17620
  {
17621
17621
  "description": "Gradient of the component header.\n",
17622
17622
  "commentRange": {
17623
- "start": 617,
17624
- "end": 618
17623
+ "start": 614,
17624
+ "end": 615
17625
17625
  },
17626
17626
  "context": {
17627
17627
  "type": "variable",
@@ -17629,8 +17629,8 @@
17629
17629
  "value": "$kendo-base-gradient",
17630
17630
  "scope": "default",
17631
17631
  "line": {
17632
- "start": 619,
17633
- "end": 619
17632
+ "start": 616,
17633
+ "end": 616
17634
17634
  }
17635
17635
  },
17636
17636
  "group": [
@@ -17647,8 +17647,8 @@
17647
17647
  {
17648
17648
  "description": "Background color of the invalid items.\n",
17649
17649
  "commentRange": {
17650
- "start": 621,
17651
- "end": 622
17650
+ "start": 618,
17651
+ "end": 619
17652
17652
  },
17653
17653
  "context": {
17654
17654
  "type": "variable",
@@ -17656,8 +17656,8 @@
17656
17656
  "value": "null",
17657
17657
  "scope": "default",
17658
17658
  "line": {
17659
- "start": 623,
17660
- "end": 623
17659
+ "start": 620,
17660
+ "end": 620
17661
17661
  }
17662
17662
  },
17663
17663
  "group": [
@@ -17674,8 +17674,8 @@
17674
17674
  {
17675
17675
  "description": "Text color of the invalid items.\n",
17676
17676
  "commentRange": {
17677
- "start": 624,
17678
- "end": 625
17677
+ "start": 621,
17678
+ "end": 622
17679
17679
  },
17680
17680
  "context": {
17681
17681
  "type": "variable",
@@ -17683,8 +17683,8 @@
17683
17683
  "value": "$kendo-color-error",
17684
17684
  "scope": "default",
17685
17685
  "line": {
17686
- "start": 626,
17687
- "end": 626
17686
+ "start": 623,
17687
+ "end": 623
17688
17688
  }
17689
17689
  },
17690
17690
  "group": [
@@ -17701,8 +17701,8 @@
17701
17701
  {
17702
17702
  "description": "Border color of the invalid items.\n",
17703
17703
  "commentRange": {
17704
- "start": 627,
17705
- "end": 628
17704
+ "start": 624,
17705
+ "end": 625
17706
17706
  },
17707
17707
  "context": {
17708
17708
  "type": "variable",
@@ -17710,8 +17710,8 @@
17710
17710
  "value": "$kendo-color-error",
17711
17711
  "scope": "default",
17712
17712
  "line": {
17713
- "start": 629,
17714
- "end": 629
17713
+ "start": 626,
17714
+ "end": 626
17715
17715
  }
17716
17716
  },
17717
17717
  "group": [
@@ -17728,8 +17728,8 @@
17728
17728
  {
17729
17729
  "description": "Shadow of the invalid items.\n",
17730
17730
  "commentRange": {
17731
- "start": 630,
17732
- "end": 631
17731
+ "start": 627,
17732
+ "end": 628
17733
17733
  },
17734
17734
  "context": {
17735
17735
  "type": "variable",
@@ -17737,8 +17737,8 @@
17737
17737
  "value": "null",
17738
17738
  "scope": "default",
17739
17739
  "line": {
17740
- "start": 632,
17741
- "end": 632
17740
+ "start": 629,
17741
+ "end": 629
17742
17742
  }
17743
17743
  },
17744
17744
  "group": [
@@ -17755,8 +17755,8 @@
17755
17755
  {
17756
17756
  "description": "Background color of the valid items.\n",
17757
17757
  "commentRange": {
17758
- "start": 634,
17759
- "end": 635
17758
+ "start": 631,
17759
+ "end": 632
17760
17760
  },
17761
17761
  "context": {
17762
17762
  "type": "variable",
@@ -17764,8 +17764,8 @@
17764
17764
  "value": "null",
17765
17765
  "scope": "default",
17766
17766
  "line": {
17767
- "start": 636,
17768
- "end": 636
17767
+ "start": 633,
17768
+ "end": 633
17769
17769
  }
17770
17770
  },
17771
17771
  "group": [
@@ -17782,8 +17782,8 @@
17782
17782
  {
17783
17783
  "description": "Text color of the valid items.\n",
17784
17784
  "commentRange": {
17785
- "start": 637,
17786
- "end": 638
17785
+ "start": 634,
17786
+ "end": 635
17787
17787
  },
17788
17788
  "context": {
17789
17789
  "type": "variable",
@@ -17791,8 +17791,8 @@
17791
17791
  "value": "$kendo-color-success",
17792
17792
  "scope": "default",
17793
17793
  "line": {
17794
- "start": 639,
17795
- "end": 639
17794
+ "start": 636,
17795
+ "end": 636
17796
17796
  }
17797
17797
  },
17798
17798
  "group": [
@@ -17809,8 +17809,8 @@
17809
17809
  {
17810
17810
  "description": "Border color of the valid items.\n",
17811
17811
  "commentRange": {
17812
- "start": 640,
17813
- "end": 641
17812
+ "start": 637,
17813
+ "end": 638
17814
17814
  },
17815
17815
  "context": {
17816
17816
  "type": "variable",
@@ -17818,8 +17818,8 @@
17818
17818
  "value": "$kendo-color-success",
17819
17819
  "scope": "default",
17820
17820
  "line": {
17821
- "start": 642,
17822
- "end": 642
17821
+ "start": 639,
17822
+ "end": 639
17823
17823
  }
17824
17824
  },
17825
17825
  "group": [
@@ -17836,8 +17836,8 @@
17836
17836
  {
17837
17837
  "description": "Shadow of the valid items.\n",
17838
17838
  "commentRange": {
17839
- "start": 643,
17840
- "end": 644
17839
+ "start": 640,
17840
+ "end": 641
17841
17841
  },
17842
17842
  "context": {
17843
17843
  "type": "variable",
@@ -17845,8 +17845,8 @@
17845
17845
  "value": "null",
17846
17846
  "scope": "default",
17847
17847
  "line": {
17848
- "start": 645,
17849
- "end": 645
17848
+ "start": 642,
17849
+ "end": 642
17850
17850
  }
17851
17851
  },
17852
17852
  "group": [
@@ -34421,6 +34421,33 @@
34421
34421
  "resolvedValue": "0.3",
34422
34422
  "resolvedType": "Number"
34423
34423
  },
34424
+ {
34425
+ "description": "The z-index of the Loading indicator.\n",
34426
+ "commentRange": {
34427
+ "start": 127,
34428
+ "end": 128
34429
+ },
34430
+ "context": {
34431
+ "type": "variable",
34432
+ "name": "kendo-zindex-loading",
34433
+ "value": "100",
34434
+ "scope": "default",
34435
+ "line": {
34436
+ "start": 129,
34437
+ "end": 129
34438
+ }
34439
+ },
34440
+ "group": [
34441
+ "loading"
34442
+ ],
34443
+ "access": "public",
34444
+ "file": {
34445
+ "path": "classic/scss/loader/_variables.scss",
34446
+ "name": "_variables.scss"
34447
+ },
34448
+ "resolvedValue": "100",
34449
+ "resolvedType": "Number"
34450
+ },
34424
34451
  {
34425
34452
  "description": "Horizontal padding of the menu popup.\n",
34426
34453
  "commentRange": {
@@ -38673,6 +38700,276 @@
38673
38700
  "15": "#28112d"
38674
38701
  }
38675
38702
  },
38703
+ {
38704
+ "description": "The border radius of the Panel.\n",
38705
+ "commentRange": {
38706
+ "start": 2,
38707
+ "end": 3
38708
+ },
38709
+ "context": {
38710
+ "type": "variable",
38711
+ "name": "kendo-panel-border-radius",
38712
+ "value": "k-border-radius(md)",
38713
+ "scope": "private",
38714
+ "line": {
38715
+ "start": 4,
38716
+ "end": 4
38717
+ }
38718
+ },
38719
+ "group": [
38720
+ "panel"
38721
+ ],
38722
+ "access": "public",
38723
+ "file": {
38724
+ "path": "classic/scss/panel/_variables.scss",
38725
+ "name": "_variables.scss"
38726
+ },
38727
+ "resolvedValue": "var(--kendo-border-radius-md, 0.25rem)",
38728
+ "resolvedType": "String"
38729
+ },
38730
+ {
38731
+ "description": "The width of the border around the Panel.\n",
38732
+ "commentRange": {
38733
+ "start": 5,
38734
+ "end": 6
38735
+ },
38736
+ "context": {
38737
+ "type": "variable",
38738
+ "name": "kendo-panel-border-width",
38739
+ "value": "1px",
38740
+ "scope": "private",
38741
+ "line": {
38742
+ "start": 7,
38743
+ "end": 7
38744
+ }
38745
+ },
38746
+ "group": [
38747
+ "panel"
38748
+ ],
38749
+ "access": "public",
38750
+ "file": {
38751
+ "path": "classic/scss/panel/_variables.scss",
38752
+ "name": "_variables.scss"
38753
+ },
38754
+ "resolvedValue": "1px",
38755
+ "resolvedType": "Number"
38756
+ },
38757
+ {
38758
+ "description": "The style of the border around the Panel.\n",
38759
+ "commentRange": {
38760
+ "start": 8,
38761
+ "end": 9
38762
+ },
38763
+ "context": {
38764
+ "type": "variable",
38765
+ "name": "kendo-panel-border-style",
38766
+ "value": "solid",
38767
+ "scope": "private",
38768
+ "line": {
38769
+ "start": 10,
38770
+ "end": 10
38771
+ }
38772
+ },
38773
+ "group": [
38774
+ "panel"
38775
+ ],
38776
+ "access": "public",
38777
+ "file": {
38778
+ "path": "classic/scss/panel/_variables.scss",
38779
+ "name": "_variables.scss"
38780
+ },
38781
+ "resolvedValue": "solid",
38782
+ "resolvedType": "String"
38783
+ },
38784
+ {
38785
+ "description": "The inline padding of the Panel header.\n",
38786
+ "commentRange": {
38787
+ "start": 12,
38788
+ "end": 13
38789
+ },
38790
+ "context": {
38791
+ "type": "variable",
38792
+ "name": "kendo-panel-header-padding-inline",
38793
+ "value": "k-spacing(2)",
38794
+ "scope": "private",
38795
+ "line": {
38796
+ "start": 14,
38797
+ "end": 14
38798
+ }
38799
+ },
38800
+ "group": [
38801
+ "panel"
38802
+ ],
38803
+ "access": "public",
38804
+ "file": {
38805
+ "path": "classic/scss/panel/_variables.scss",
38806
+ "name": "_variables.scss"
38807
+ },
38808
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
38809
+ "resolvedType": "String"
38810
+ },
38811
+ {
38812
+ "description": "The block padding of the Panel header.\n",
38813
+ "commentRange": {
38814
+ "start": 15,
38815
+ "end": 16
38816
+ },
38817
+ "context": {
38818
+ "type": "variable",
38819
+ "name": "kendo-panel-header-padding-block",
38820
+ "value": "k-spacing(1)",
38821
+ "scope": "private",
38822
+ "line": {
38823
+ "start": 17,
38824
+ "end": 17
38825
+ }
38826
+ },
38827
+ "group": [
38828
+ "panel"
38829
+ ],
38830
+ "access": "public",
38831
+ "file": {
38832
+ "path": "classic/scss/panel/_variables.scss",
38833
+ "name": "_variables.scss"
38834
+ },
38835
+ "resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
38836
+ "resolvedType": "String"
38837
+ },
38838
+ {
38839
+ "description": "The inline padding of the Panel content.\n",
38840
+ "commentRange": {
38841
+ "start": 19,
38842
+ "end": 20
38843
+ },
38844
+ "context": {
38845
+ "type": "variable",
38846
+ "name": "kendo-panel-content-padding-inline",
38847
+ "value": "k-spacing(2)",
38848
+ "scope": "private",
38849
+ "line": {
38850
+ "start": 21,
38851
+ "end": 21
38852
+ }
38853
+ },
38854
+ "group": [
38855
+ "panel"
38856
+ ],
38857
+ "access": "public",
38858
+ "file": {
38859
+ "path": "classic/scss/panel/_variables.scss",
38860
+ "name": "_variables.scss"
38861
+ },
38862
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
38863
+ "resolvedType": "String"
38864
+ },
38865
+ {
38866
+ "description": "The block padding of the Panel content.\n",
38867
+ "commentRange": {
38868
+ "start": 22,
38869
+ "end": 23
38870
+ },
38871
+ "context": {
38872
+ "type": "variable",
38873
+ "name": "kendo-panel-content-padding-block",
38874
+ "value": "k-spacing(1)",
38875
+ "scope": "private",
38876
+ "line": {
38877
+ "start": 24,
38878
+ "end": 24
38879
+ }
38880
+ },
38881
+ "group": [
38882
+ "panel"
38883
+ ],
38884
+ "access": "public",
38885
+ "file": {
38886
+ "path": "classic/scss/panel/_variables.scss",
38887
+ "name": "_variables.scss"
38888
+ },
38889
+ "resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
38890
+ "resolvedType": "String"
38891
+ },
38892
+ {
38893
+ "description": "The text color of the Panel.\n",
38894
+ "commentRange": {
38895
+ "start": 26,
38896
+ "end": 27
38897
+ },
38898
+ "context": {
38899
+ "type": "variable",
38900
+ "name": "kendo-panel-text",
38901
+ "value": "var(--kendo-component-text, #{$kendo-component-text})",
38902
+ "scope": "private",
38903
+ "line": {
38904
+ "start": 28,
38905
+ "end": 28
38906
+ }
38907
+ },
38908
+ "group": [
38909
+ "panel"
38910
+ ],
38911
+ "access": "public",
38912
+ "file": {
38913
+ "path": "classic/scss/panel/_variables.scss",
38914
+ "name": "_variables.scss"
38915
+ },
38916
+ "resolvedValue": "var(--kendo-component-text, var(--kendo-color-on-app-surface, #272727))",
38917
+ "resolvedType": "String"
38918
+ },
38919
+ {
38920
+ "description": "The background color of the Panel.\n",
38921
+ "commentRange": {
38922
+ "start": 29,
38923
+ "end": 30
38924
+ },
38925
+ "context": {
38926
+ "type": "variable",
38927
+ "name": "kendo-panel-bg",
38928
+ "value": "var(--kendo-component-bg, #{$kendo-component-bg})",
38929
+ "scope": "private",
38930
+ "line": {
38931
+ "start": 31,
38932
+ "end": 31
38933
+ }
38934
+ },
38935
+ "group": [
38936
+ "panel"
38937
+ ],
38938
+ "access": "public",
38939
+ "file": {
38940
+ "path": "classic/scss/panel/_variables.scss",
38941
+ "name": "_variables.scss"
38942
+ },
38943
+ "resolvedValue": "var(--kendo-component-bg, var(--kendo-color-surface-alt, #ffffff))",
38944
+ "resolvedType": "String"
38945
+ },
38946
+ {
38947
+ "description": "The color of the border around the Panel.\n",
38948
+ "commentRange": {
38949
+ "start": 32,
38950
+ "end": 33
38951
+ },
38952
+ "context": {
38953
+ "type": "variable",
38954
+ "name": "kendo-panel-border",
38955
+ "value": "var(--kendo-component-border, #{$kendo-component-border})",
38956
+ "scope": "private",
38957
+ "line": {
38958
+ "start": 34,
38959
+ "end": 34
38960
+ }
38961
+ },
38962
+ "group": [
38963
+ "panel"
38964
+ ],
38965
+ "access": "public",
38966
+ "file": {
38967
+ "path": "classic/scss/panel/_variables.scss",
38968
+ "name": "_variables.scss"
38969
+ },
38970
+ "resolvedValue": "var(--kendo-component-border, var(--kendo-color-border, #cacaca))",
38971
+ "resolvedType": "String"
38972
+ },
38676
38973
  {
38677
38974
  "description": "The horizontal padding of the PanelBar.\n",
38678
38975
  "commentRange": {
@@ -54362,7 +54659,7 @@
54362
54659
  "context": {
54363
54660
  "type": "variable",
54364
54661
  "name": "kendo-stepper-indicator-disabled-text",
54365
- "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text)",
54662
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8d8d8d)",
54366
54663
  "scope": "default",
54367
54664
  "line": {
54368
54665
  "start": 106,
@@ -55010,7 +55307,7 @@
55010
55307
  "context": {
55011
55308
  "type": "variable",
55012
55309
  "name": "kendo-stepper-label-disabled-text",
55013
- "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text)",
55310
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8d8d8d)",
55014
55311
  "scope": "default",
55015
55312
  "line": {
55016
55313
  "start": 185,
@@ -61395,6 +61692,60 @@
61395
61692
  "resolvedValue": "rgba(255, 255, 255, 0.2)",
61396
61693
  "resolvedType": "Color"
61397
61694
  },
61695
+ {
61696
+ "description": "The border width of the current time indicator.\n",
61697
+ "commentRange": {
61698
+ "start": 1,
61699
+ "end": 2
61700
+ },
61701
+ "context": {
61702
+ "type": "variable",
61703
+ "name": "kendo-current-time-width",
61704
+ "value": "1px",
61705
+ "scope": "default",
61706
+ "line": {
61707
+ "start": 3,
61708
+ "end": 3
61709
+ }
61710
+ },
61711
+ "group": [
61712
+ "time-marker"
61713
+ ],
61714
+ "access": "public",
61715
+ "file": {
61716
+ "path": "classic/scss/time-marker/_variables.scss",
61717
+ "name": "_variables.scss"
61718
+ },
61719
+ "resolvedValue": "1px",
61720
+ "resolvedType": "Number"
61721
+ },
61722
+ {
61723
+ "description": "The color of the current time indicator.\n",
61724
+ "commentRange": {
61725
+ "start": 4,
61726
+ "end": 5
61727
+ },
61728
+ "context": {
61729
+ "type": "variable",
61730
+ "name": "kendo-current-time-color",
61731
+ "value": "#ff0000",
61732
+ "scope": "default",
61733
+ "line": {
61734
+ "start": 6,
61735
+ "end": 6
61736
+ }
61737
+ },
61738
+ "group": [
61739
+ "time-marker"
61740
+ ],
61741
+ "access": "public",
61742
+ "file": {
61743
+ "path": "classic/scss/time-marker/_variables.scss",
61744
+ "name": "_variables.scss"
61745
+ },
61746
+ "resolvedValue": "#ff0000",
61747
+ "resolvedType": "Color"
61748
+ },
61398
61749
  {
61399
61750
  "description": "The horizontal spacing of the Timeline.\n",
61400
61751
  "commentRange": {
@@ -67981,33 +68332,6 @@
67981
68332
  "resolvedValue": "null",
67982
68333
  "resolvedType": "Null"
67983
68334
  },
67984
- {
67985
- "description": "Text color of disabled items.\n",
67986
- "commentRange": {
67987
- "start": 603,
67988
- "end": 603
67989
- },
67990
- "context": {
67991
- "type": "variable",
67992
- "name": "kendo-disabled-text",
67993
- "value": "#8d8d8d",
67994
- "scope": "default",
67995
- "line": {
67996
- "start": 604,
67997
- "end": 604
67998
- }
67999
- },
68000
- "access": "public",
68001
- "group": [
68002
- "undefined"
68003
- ],
68004
- "file": {
68005
- "path": "classic/scss/core/color-system/_swatch.scss",
68006
- "name": "_swatch.scss"
68007
- },
68008
- "resolvedValue": "var(--kendo-color-on-app-surface, #272727)",
68009
- "resolvedType": "String"
68010
- },
68011
68335
  {
68012
68336
  "description": "The width of the border around the Upload.\n",
68013
68337
  "commentRange": {
@@ -71731,6 +72055,141 @@
71731
72055
  "sans-serif": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
71732
72056
  "monospace": "SFMono-Regular, Menlo, Monaco, Consolas, \"Roboto Mono\", \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace"
71733
72057
  }
72058
+ },
72059
+ {
72060
+ "description": "The background color of disabled items.\n",
72061
+ "commentRange": {
72062
+ "start": 41,
72063
+ "end": 41
72064
+ },
72065
+ "context": {
72066
+ "type": "variable",
72067
+ "name": "kendo-disabled-bg",
72068
+ "value": "null",
72069
+ "scope": "default",
72070
+ "line": {
72071
+ "start": 42,
72072
+ "end": 42
72073
+ }
72074
+ },
72075
+ "access": "public",
72076
+ "group": [
72077
+ "undefined"
72078
+ ],
72079
+ "file": {
72080
+ "path": "core/scss/color-system/_swatch-legacy.scss",
72081
+ "name": "_swatch-legacy.scss"
72082
+ },
72083
+ "resolvedValue": "null",
72084
+ "resolvedType": "Null"
72085
+ },
72086
+ {
72087
+ "description": "The text color of disabled items.\n",
72088
+ "commentRange": {
72089
+ "start": 43,
72090
+ "end": 43
72091
+ },
72092
+ "context": {
72093
+ "type": "variable",
72094
+ "name": "kendo-disabled-text",
72095
+ "value": "null",
72096
+ "scope": "default",
72097
+ "line": {
72098
+ "start": 44,
72099
+ "end": 44
72100
+ }
72101
+ },
72102
+ "access": "public",
72103
+ "group": [
72104
+ "undefined"
72105
+ ],
72106
+ "file": {
72107
+ "path": "core/scss/color-system/_swatch-legacy.scss",
72108
+ "name": "_swatch-legacy.scss"
72109
+ },
72110
+ "resolvedValue": "null",
72111
+ "resolvedType": "Null"
72112
+ },
72113
+ {
72114
+ "description": "The border color of disabled items.\n",
72115
+ "commentRange": {
72116
+ "start": 45,
72117
+ "end": 45
72118
+ },
72119
+ "context": {
72120
+ "type": "variable",
72121
+ "name": "kendo-disabled-border",
72122
+ "value": "null",
72123
+ "scope": "default",
72124
+ "line": {
72125
+ "start": 46,
72126
+ "end": 46
72127
+ }
72128
+ },
72129
+ "access": "public",
72130
+ "group": [
72131
+ "undefined"
72132
+ ],
72133
+ "file": {
72134
+ "path": "core/scss/color-system/_swatch-legacy.scss",
72135
+ "name": "_swatch-legacy.scss"
72136
+ },
72137
+ "resolvedValue": "null",
72138
+ "resolvedType": "Null"
72139
+ },
72140
+ {
72141
+ "description": "The opacity of disabled items.\n",
72142
+ "commentRange": {
72143
+ "start": 47,
72144
+ "end": 47
72145
+ },
72146
+ "context": {
72147
+ "type": "variable",
72148
+ "name": "kendo-disabled-opacity",
72149
+ "value": "null",
72150
+ "scope": "default",
72151
+ "line": {
72152
+ "start": 48,
72153
+ "end": 48
72154
+ }
72155
+ },
72156
+ "access": "public",
72157
+ "group": [
72158
+ "undefined"
72159
+ ],
72160
+ "file": {
72161
+ "path": "core/scss/color-system/_swatch-legacy.scss",
72162
+ "name": "_swatch-legacy.scss"
72163
+ },
72164
+ "resolvedValue": "0.6",
72165
+ "resolvedType": "Number"
72166
+ },
72167
+ {
72168
+ "description": "The filter of disabled items.\n",
72169
+ "commentRange": {
72170
+ "start": 49,
72171
+ "end": 49
72172
+ },
72173
+ "context": {
72174
+ "type": "variable",
72175
+ "name": "kendo-disabled-filter",
72176
+ "value": "null",
72177
+ "scope": "default",
72178
+ "line": {
72179
+ "start": 50,
72180
+ "end": 50
72181
+ }
72182
+ },
72183
+ "access": "public",
72184
+ "group": [
72185
+ "undefined"
72186
+ ],
72187
+ "file": {
72188
+ "path": "core/scss/color-system/_swatch-legacy.scss",
72189
+ "name": "_swatch-legacy.scss"
72190
+ },
72191
+ "resolvedValue": "grayscale(0.1)",
72192
+ "resolvedType": "String"
71734
72193
  }
71735
72194
  ],
71736
72195
  "mixins": [],
@@ -72310,19 +72769,46 @@
72310
72769
  "resolvedType": "Null"
72311
72770
  },
72312
72771
  {
72313
- "description": "Text color of disabled items.\n",
72772
+ "description": "The background color of disabled items.\n",
72314
72773
  "commentRange": {
72315
- "start": 603,
72316
- "end": 603
72774
+ "start": 41,
72775
+ "end": 41
72776
+ },
72777
+ "context": {
72778
+ "type": "variable",
72779
+ "name": "kendo-disabled-bg",
72780
+ "value": "null",
72781
+ "scope": "default",
72782
+ "line": {
72783
+ "start": 42,
72784
+ "end": 42
72785
+ }
72786
+ },
72787
+ "access": "public",
72788
+ "group": [
72789
+ "undefined"
72790
+ ],
72791
+ "file": {
72792
+ "path": "core/scss/color-system/_swatch-legacy.scss",
72793
+ "name": "_swatch-legacy.scss"
72794
+ },
72795
+ "resolvedValue": "null",
72796
+ "resolvedType": "Null"
72797
+ },
72798
+ {
72799
+ "description": "The text color of disabled items.\n",
72800
+ "commentRange": {
72801
+ "start": 43,
72802
+ "end": 43
72317
72803
  },
72318
72804
  "context": {
72319
72805
  "type": "variable",
72320
72806
  "name": "kendo-disabled-text",
72321
- "value": "#8d8d8d",
72807
+ "value": "null",
72322
72808
  "scope": "default",
72323
72809
  "line": {
72324
- "start": 604,
72325
- "end": 604
72810
+ "start": 44,
72811
+ "end": 44
72326
72812
  }
72327
72813
  },
72328
72814
  "access": "public",
@@ -72330,10 +72816,91 @@
72330
72816
  "undefined"
72331
72817
  ],
72332
72818
  "file": {
72333
- "path": "classic/scss/core/color-system/_swatch.scss",
72334
- "name": "_swatch.scss"
72819
+ "path": "core/scss/color-system/_swatch-legacy.scss",
72820
+ "name": "_swatch-legacy.scss"
72335
72821
  },
72336
- "resolvedValue": "var(--kendo-color-on-app-surface, #272727)",
72822
+ "resolvedValue": "null",
72823
+ "resolvedType": "Null"
72824
+ },
72825
+ {
72826
+ "description": "The border color of disabled items.\n",
72827
+ "commentRange": {
72828
+ "start": 45,
72829
+ "end": 45
72830
+ },
72831
+ "context": {
72832
+ "type": "variable",
72833
+ "name": "kendo-disabled-border",
72834
+ "value": "null",
72835
+ "scope": "default",
72836
+ "line": {
72837
+ "start": 46,
72838
+ "end": 46
72839
+ }
72840
+ },
72841
+ "access": "public",
72842
+ "group": [
72843
+ "undefined"
72844
+ ],
72845
+ "file": {
72846
+ "path": "core/scss/color-system/_swatch-legacy.scss",
72847
+ "name": "_swatch-legacy.scss"
72848
+ },
72849
+ "resolvedValue": "null",
72850
+ "resolvedType": "Null"
72851
+ },
72852
+ {
72853
+ "description": "The opacity of disabled items.\n",
72854
+ "commentRange": {
72855
+ "start": 47,
72856
+ "end": 47
72857
+ },
72858
+ "context": {
72859
+ "type": "variable",
72860
+ "name": "kendo-disabled-opacity",
72861
+ "value": "null",
72862
+ "scope": "default",
72863
+ "line": {
72864
+ "start": 48,
72865
+ "end": 48
72866
+ }
72867
+ },
72868
+ "access": "public",
72869
+ "group": [
72870
+ "undefined"
72871
+ ],
72872
+ "file": {
72873
+ "path": "core/scss/color-system/_swatch-legacy.scss",
72874
+ "name": "_swatch-legacy.scss"
72875
+ },
72876
+ "resolvedValue": "0.6",
72877
+ "resolvedType": "Number"
72878
+ },
72879
+ {
72880
+ "description": "The filter of disabled items.\n",
72881
+ "commentRange": {
72882
+ "start": 49,
72883
+ "end": 49
72884
+ },
72885
+ "context": {
72886
+ "type": "variable",
72887
+ "name": "kendo-disabled-filter",
72888
+ "value": "null",
72889
+ "scope": "default",
72890
+ "line": {
72891
+ "start": 50,
72892
+ "end": 50
72893
+ }
72894
+ },
72895
+ "access": "public",
72896
+ "group": [
72897
+ "undefined"
72898
+ ],
72899
+ "file": {
72900
+ "path": "core/scss/color-system/_swatch-legacy.scss",
72901
+ "name": "_swatch-legacy.scss"
72902
+ },
72903
+ "resolvedValue": "grayscale(0.1)",
72337
72904
  "resolvedType": "String"
72338
72905
  }
72339
72906
  ]
@@ -90459,8 +91026,8 @@
90459
91026
  {
90460
91027
  "description": "Background color of the component header.\n",
90461
91028
  "commentRange": {
90462
- "start": 608,
90463
- "end": 609
91029
+ "start": 605,
91030
+ "end": 606
90464
91031
  },
90465
91032
  "context": {
90466
91033
  "type": "variable",
@@ -90468,8 +91035,8 @@
90468
91035
  "value": "$kendo-base-bg",
90469
91036
  "scope": "default",
90470
91037
  "line": {
90471
- "start": 610,
90472
- "end": 610
91038
+ "start": 607,
91039
+ "end": 607
90473
91040
  }
90474
91041
  },
90475
91042
  "group": [
@@ -90486,8 +91053,8 @@
90486
91053
  {
90487
91054
  "description": "Text color of the component header.\n",
90488
91055
  "commentRange": {
90489
- "start": 611,
90490
- "end": 612
91056
+ "start": 608,
91057
+ "end": 609
90491
91058
  },
90492
91059
  "context": {
90493
91060
  "type": "variable",
@@ -90495,8 +91062,8 @@
90495
91062
  "value": "$kendo-base-text",
90496
91063
  "scope": "default",
90497
91064
  "line": {
90498
- "start": 613,
90499
- "end": 613
91065
+ "start": 610,
91066
+ "end": 610
90500
91067
  }
90501
91068
  },
90502
91069
  "group": [
@@ -90513,8 +91080,8 @@
90513
91080
  {
90514
91081
  "description": "Border color of the component header.\n",
90515
91082
  "commentRange": {
90516
- "start": 614,
90517
- "end": 615
91083
+ "start": 611,
91084
+ "end": 612
90518
91085
  },
90519
91086
  "context": {
90520
91087
  "type": "variable",
@@ -90522,8 +91089,8 @@
90522
91089
  "value": "$kendo-base-border",
90523
91090
  "scope": "default",
90524
91091
  "line": {
90525
- "start": 616,
90526
- "end": 616
91092
+ "start": 613,
91093
+ "end": 613
90527
91094
  }
90528
91095
  },
90529
91096
  "group": [
@@ -90540,8 +91107,8 @@
90540
91107
  {
90541
91108
  "description": "Gradient of the component header.\n",
90542
91109
  "commentRange": {
90543
- "start": 617,
90544
- "end": 618
91110
+ "start": 614,
91111
+ "end": 615
90545
91112
  },
90546
91113
  "context": {
90547
91114
  "type": "variable",
@@ -90549,8 +91116,8 @@
90549
91116
  "value": "$kendo-base-gradient",
90550
91117
  "scope": "default",
90551
91118
  "line": {
90552
- "start": 619,
90553
- "end": 619
91119
+ "start": 616,
91120
+ "end": 616
90554
91121
  }
90555
91122
  },
90556
91123
  "group": [
@@ -90567,8 +91134,8 @@
90567
91134
  {
90568
91135
  "description": "Background color of the invalid items.\n",
90569
91136
  "commentRange": {
90570
- "start": 621,
90571
- "end": 622
91137
+ "start": 618,
91138
+ "end": 619
90572
91139
  },
90573
91140
  "context": {
90574
91141
  "type": "variable",
@@ -90576,8 +91143,8 @@
90576
91143
  "value": "null",
90577
91144
  "scope": "default",
90578
91145
  "line": {
90579
- "start": 623,
90580
- "end": 623
91146
+ "start": 620,
91147
+ "end": 620
90581
91148
  }
90582
91149
  },
90583
91150
  "group": [
@@ -90594,8 +91161,8 @@
90594
91161
  {
90595
91162
  "description": "Text color of the invalid items.\n",
90596
91163
  "commentRange": {
90597
- "start": 624,
90598
- "end": 625
91164
+ "start": 621,
91165
+ "end": 622
90599
91166
  },
90600
91167
  "context": {
90601
91168
  "type": "variable",
@@ -90603,8 +91170,8 @@
90603
91170
  "value": "$kendo-color-error",
90604
91171
  "scope": "default",
90605
91172
  "line": {
90606
- "start": 626,
90607
- "end": 626
91173
+ "start": 623,
91174
+ "end": 623
90608
91175
  }
90609
91176
  },
90610
91177
  "group": [
@@ -90621,8 +91188,8 @@
90621
91188
  {
90622
91189
  "description": "Border color of the invalid items.\n",
90623
91190
  "commentRange": {
90624
- "start": 627,
90625
- "end": 628
91191
+ "start": 624,
91192
+ "end": 625
90626
91193
  },
90627
91194
  "context": {
90628
91195
  "type": "variable",
@@ -90630,8 +91197,8 @@
90630
91197
  "value": "$kendo-color-error",
90631
91198
  "scope": "default",
90632
91199
  "line": {
90633
- "start": 629,
90634
- "end": 629
91200
+ "start": 626,
91201
+ "end": 626
90635
91202
  }
90636
91203
  },
90637
91204
  "group": [
@@ -90648,8 +91215,8 @@
90648
91215
  {
90649
91216
  "description": "Shadow of the invalid items.\n",
90650
91217
  "commentRange": {
90651
- "start": 630,
90652
- "end": 631
91218
+ "start": 627,
91219
+ "end": 628
90653
91220
  },
90654
91221
  "context": {
90655
91222
  "type": "variable",
@@ -90657,8 +91224,8 @@
90657
91224
  "value": "null",
90658
91225
  "scope": "default",
90659
91226
  "line": {
90660
- "start": 632,
90661
- "end": 632
91227
+ "start": 629,
91228
+ "end": 629
90662
91229
  }
90663
91230
  },
90664
91231
  "group": [
@@ -90675,8 +91242,8 @@
90675
91242
  {
90676
91243
  "description": "Background color of the valid items.\n",
90677
91244
  "commentRange": {
90678
- "start": 634,
90679
- "end": 635
91245
+ "start": 631,
91246
+ "end": 632
90680
91247
  },
90681
91248
  "context": {
90682
91249
  "type": "variable",
@@ -90684,8 +91251,8 @@
90684
91251
  "value": "null",
90685
91252
  "scope": "default",
90686
91253
  "line": {
90687
- "start": 636,
90688
- "end": 636
91254
+ "start": 633,
91255
+ "end": 633
90689
91256
  }
90690
91257
  },
90691
91258
  "group": [
@@ -90702,8 +91269,8 @@
90702
91269
  {
90703
91270
  "description": "Text color of the valid items.\n",
90704
91271
  "commentRange": {
90705
- "start": 637,
90706
- "end": 638
91272
+ "start": 634,
91273
+ "end": 635
90707
91274
  },
90708
91275
  "context": {
90709
91276
  "type": "variable",
@@ -90711,8 +91278,8 @@
90711
91278
  "value": "$kendo-color-success",
90712
91279
  "scope": "default",
90713
91280
  "line": {
90714
- "start": 639,
90715
- "end": 639
91281
+ "start": 636,
91282
+ "end": 636
90716
91283
  }
90717
91284
  },
90718
91285
  "group": [
@@ -90729,8 +91296,8 @@
90729
91296
  {
90730
91297
  "description": "Border color of the valid items.\n",
90731
91298
  "commentRange": {
90732
- "start": 640,
90733
- "end": 641
91299
+ "start": 637,
91300
+ "end": 638
90734
91301
  },
90735
91302
  "context": {
90736
91303
  "type": "variable",
@@ -90738,8 +91305,8 @@
90738
91305
  "value": "$kendo-color-success",
90739
91306
  "scope": "default",
90740
91307
  "line": {
90741
- "start": 642,
90742
- "end": 642
91308
+ "start": 639,
91309
+ "end": 639
90743
91310
  }
90744
91311
  },
90745
91312
  "group": [
@@ -90756,8 +91323,8 @@
90756
91323
  {
90757
91324
  "description": "Shadow of the valid items.\n",
90758
91325
  "commentRange": {
90759
- "start": 643,
90760
- "end": 644
91326
+ "start": 640,
91327
+ "end": 641
90761
91328
  },
90762
91329
  "context": {
90763
91330
  "type": "variable",
@@ -90765,8 +91332,8 @@
90765
91332
  "value": "null",
90766
91333
  "scope": "default",
90767
91334
  "line": {
90768
- "start": 645,
90769
- "end": 645
91335
+ "start": 642,
91336
+ "end": 642
90770
91337
  }
90771
91338
  },
90772
91339
  "group": [
@@ -107504,6 +108071,33 @@
107504
108071
  },
107505
108072
  "resolvedValue": "0.3",
107506
108073
  "resolvedType": "Number"
108074
+ },
108075
+ {
108076
+ "description": "The z-index of the Loading indicator.\n",
108077
+ "commentRange": {
108078
+ "start": 127,
108079
+ "end": 128
108080
+ },
108081
+ "context": {
108082
+ "type": "variable",
108083
+ "name": "kendo-zindex-loading",
108084
+ "value": "100",
108085
+ "scope": "default",
108086
+ "line": {
108087
+ "start": 129,
108088
+ "end": 129
108089
+ }
108090
+ },
108091
+ "group": [
108092
+ "loading"
108093
+ ],
108094
+ "access": "public",
108095
+ "file": {
108096
+ "path": "classic/scss/loader/_variables.scss",
108097
+ "name": "_variables.scss"
108098
+ },
108099
+ "resolvedValue": "100",
108100
+ "resolvedType": "Number"
107507
108101
  }
107508
108102
  ]
107509
108103
  },
@@ -112692,6 +113286,282 @@
112692
113286
  }
112693
113287
  ]
112694
113288
  },
113289
+ {
113290
+ "id": "panel",
113291
+ "title": "Panel",
113292
+ "variables": [
113293
+ {
113294
+ "description": "The border radius of the Panel.\n",
113295
+ "commentRange": {
113296
+ "start": 2,
113297
+ "end": 3
113298
+ },
113299
+ "context": {
113300
+ "type": "variable",
113301
+ "name": "kendo-panel-border-radius",
113302
+ "value": "k-border-radius(md)",
113303
+ "scope": "private",
113304
+ "line": {
113305
+ "start": 4,
113306
+ "end": 4
113307
+ }
113308
+ },
113309
+ "group": [
113310
+ "panel"
113311
+ ],
113312
+ "access": "public",
113313
+ "file": {
113314
+ "path": "classic/scss/panel/_variables.scss",
113315
+ "name": "_variables.scss"
113316
+ },
113317
+ "resolvedValue": "var(--kendo-border-radius-md, 0.25rem)",
113318
+ "resolvedType": "String"
113319
+ },
113320
+ {
113321
+ "description": "The width of the border around the Panel.\n",
113322
+ "commentRange": {
113323
+ "start": 5,
113324
+ "end": 6
113325
+ },
113326
+ "context": {
113327
+ "type": "variable",
113328
+ "name": "kendo-panel-border-width",
113329
+ "value": "1px",
113330
+ "scope": "private",
113331
+ "line": {
113332
+ "start": 7,
113333
+ "end": 7
113334
+ }
113335
+ },
113336
+ "group": [
113337
+ "panel"
113338
+ ],
113339
+ "access": "public",
113340
+ "file": {
113341
+ "path": "classic/scss/panel/_variables.scss",
113342
+ "name": "_variables.scss"
113343
+ },
113344
+ "resolvedValue": "1px",
113345
+ "resolvedType": "Number"
113346
+ },
113347
+ {
113348
+ "description": "The style of the border around the Panel.\n",
113349
+ "commentRange": {
113350
+ "start": 8,
113351
+ "end": 9
113352
+ },
113353
+ "context": {
113354
+ "type": "variable",
113355
+ "name": "kendo-panel-border-style",
113356
+ "value": "solid",
113357
+ "scope": "private",
113358
+ "line": {
113359
+ "start": 10,
113360
+ "end": 10
113361
+ }
113362
+ },
113363
+ "group": [
113364
+ "panel"
113365
+ ],
113366
+ "access": "public",
113367
+ "file": {
113368
+ "path": "classic/scss/panel/_variables.scss",
113369
+ "name": "_variables.scss"
113370
+ },
113371
+ "resolvedValue": "solid",
113372
+ "resolvedType": "String"
113373
+ },
113374
+ {
113375
+ "description": "The inline padding of the Panel header.\n",
113376
+ "commentRange": {
113377
+ "start": 12,
113378
+ "end": 13
113379
+ },
113380
+ "context": {
113381
+ "type": "variable",
113382
+ "name": "kendo-panel-header-padding-inline",
113383
+ "value": "k-spacing(2)",
113384
+ "scope": "private",
113385
+ "line": {
113386
+ "start": 14,
113387
+ "end": 14
113388
+ }
113389
+ },
113390
+ "group": [
113391
+ "panel"
113392
+ ],
113393
+ "access": "public",
113394
+ "file": {
113395
+ "path": "classic/scss/panel/_variables.scss",
113396
+ "name": "_variables.scss"
113397
+ },
113398
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
113399
+ "resolvedType": "String"
113400
+ },
113401
+ {
113402
+ "description": "The block padding of the Panel header.\n",
113403
+ "commentRange": {
113404
+ "start": 15,
113405
+ "end": 16
113406
+ },
113407
+ "context": {
113408
+ "type": "variable",
113409
+ "name": "kendo-panel-header-padding-block",
113410
+ "value": "k-spacing(1)",
113411
+ "scope": "private",
113412
+ "line": {
113413
+ "start": 17,
113414
+ "end": 17
113415
+ }
113416
+ },
113417
+ "group": [
113418
+ "panel"
113419
+ ],
113420
+ "access": "public",
113421
+ "file": {
113422
+ "path": "classic/scss/panel/_variables.scss",
113423
+ "name": "_variables.scss"
113424
+ },
113425
+ "resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
113426
+ "resolvedType": "String"
113427
+ },
113428
+ {
113429
+ "description": "The inline padding of the Panel content.\n",
113430
+ "commentRange": {
113431
+ "start": 19,
113432
+ "end": 20
113433
+ },
113434
+ "context": {
113435
+ "type": "variable",
113436
+ "name": "kendo-panel-content-padding-inline",
113437
+ "value": "k-spacing(2)",
113438
+ "scope": "private",
113439
+ "line": {
113440
+ "start": 21,
113441
+ "end": 21
113442
+ }
113443
+ },
113444
+ "group": [
113445
+ "panel"
113446
+ ],
113447
+ "access": "public",
113448
+ "file": {
113449
+ "path": "classic/scss/panel/_variables.scss",
113450
+ "name": "_variables.scss"
113451
+ },
113452
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
113453
+ "resolvedType": "String"
113454
+ },
113455
+ {
113456
+ "description": "The block padding of the Panel content.\n",
113457
+ "commentRange": {
113458
+ "start": 22,
113459
+ "end": 23
113460
+ },
113461
+ "context": {
113462
+ "type": "variable",
113463
+ "name": "kendo-panel-content-padding-block",
113464
+ "value": "k-spacing(1)",
113465
+ "scope": "private",
113466
+ "line": {
113467
+ "start": 24,
113468
+ "end": 24
113469
+ }
113470
+ },
113471
+ "group": [
113472
+ "panel"
113473
+ ],
113474
+ "access": "public",
113475
+ "file": {
113476
+ "path": "classic/scss/panel/_variables.scss",
113477
+ "name": "_variables.scss"
113478
+ },
113479
+ "resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
113480
+ "resolvedType": "String"
113481
+ },
113482
+ {
113483
+ "description": "The text color of the Panel.\n",
113484
+ "commentRange": {
113485
+ "start": 26,
113486
+ "end": 27
113487
+ },
113488
+ "context": {
113489
+ "type": "variable",
113490
+ "name": "kendo-panel-text",
113491
+ "value": "var(--kendo-component-text, #{$kendo-component-text})",
113492
+ "scope": "private",
113493
+ "line": {
113494
+ "start": 28,
113495
+ "end": 28
113496
+ }
113497
+ },
113498
+ "group": [
113499
+ "panel"
113500
+ ],
113501
+ "access": "public",
113502
+ "file": {
113503
+ "path": "classic/scss/panel/_variables.scss",
113504
+ "name": "_variables.scss"
113505
+ },
113506
+ "resolvedValue": "var(--kendo-component-text, var(--kendo-color-on-app-surface, #272727))",
113507
+ "resolvedType": "String"
113508
+ },
113509
+ {
113510
+ "description": "The background color of the Panel.\n",
113511
+ "commentRange": {
113512
+ "start": 29,
113513
+ "end": 30
113514
+ },
113515
+ "context": {
113516
+ "type": "variable",
113517
+ "name": "kendo-panel-bg",
113518
+ "value": "var(--kendo-component-bg, #{$kendo-component-bg})",
113519
+ "scope": "private",
113520
+ "line": {
113521
+ "start": 31,
113522
+ "end": 31
113523
+ }
113524
+ },
113525
+ "group": [
113526
+ "panel"
113527
+ ],
113528
+ "access": "public",
113529
+ "file": {
113530
+ "path": "classic/scss/panel/_variables.scss",
113531
+ "name": "_variables.scss"
113532
+ },
113533
+ "resolvedValue": "var(--kendo-component-bg, var(--kendo-color-surface-alt, #ffffff))",
113534
+ "resolvedType": "String"
113535
+ },
113536
+ {
113537
+ "description": "The color of the border around the Panel.\n",
113538
+ "commentRange": {
113539
+ "start": 32,
113540
+ "end": 33
113541
+ },
113542
+ "context": {
113543
+ "type": "variable",
113544
+ "name": "kendo-panel-border",
113545
+ "value": "var(--kendo-component-border, #{$kendo-component-border})",
113546
+ "scope": "private",
113547
+ "line": {
113548
+ "start": 34,
113549
+ "end": 34
113550
+ }
113551
+ },
113552
+ "group": [
113553
+ "panel"
113554
+ ],
113555
+ "access": "public",
113556
+ "file": {
113557
+ "path": "classic/scss/panel/_variables.scss",
113558
+ "name": "_variables.scss"
113559
+ },
113560
+ "resolvedValue": "var(--kendo-component-border, var(--kendo-color-border, #cacaca))",
113561
+ "resolvedType": "String"
113562
+ }
113563
+ ]
113564
+ },
112695
113565
  {
112696
113566
  "id": "panelbar",
112697
113567
  "title": "Panelbar",
@@ -127659,7 +128529,7 @@
127659
128529
  "context": {
127660
128530
  "type": "variable",
127661
128531
  "name": "kendo-stepper-indicator-disabled-text",
127662
- "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text)",
128532
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8d8d8d)",
127663
128533
  "scope": "default",
127664
128534
  "line": {
127665
128535
  "start": 106,
@@ -128307,7 +129177,7 @@
128307
129177
  "context": {
128308
129178
  "type": "variable",
128309
129179
  "name": "kendo-stepper-label-disabled-text",
128310
- "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text)",
129180
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8d8d8d)",
128311
129181
  "scope": "default",
128312
129182
  "line": {
128313
129183
  "start": 185,
@@ -134724,6 +135594,66 @@
134724
135594
  }
134725
135595
  ]
134726
135596
  },
135597
+ {
135598
+ "id": "time-marker",
135599
+ "title": "TimeMarker",
135600
+ "variables": [
135601
+ {
135602
+ "description": "The border width of the current time indicator.\n",
135603
+ "commentRange": {
135604
+ "start": 1,
135605
+ "end": 2
135606
+ },
135607
+ "context": {
135608
+ "type": "variable",
135609
+ "name": "kendo-current-time-width",
135610
+ "value": "1px",
135611
+ "scope": "default",
135612
+ "line": {
135613
+ "start": 3,
135614
+ "end": 3
135615
+ }
135616
+ },
135617
+ "group": [
135618
+ "time-marker"
135619
+ ],
135620
+ "access": "public",
135621
+ "file": {
135622
+ "path": "classic/scss/time-marker/_variables.scss",
135623
+ "name": "_variables.scss"
135624
+ },
135625
+ "resolvedValue": "1px",
135626
+ "resolvedType": "Number"
135627
+ },
135628
+ {
135629
+ "description": "The color of the current time indicator.\n",
135630
+ "commentRange": {
135631
+ "start": 4,
135632
+ "end": 5
135633
+ },
135634
+ "context": {
135635
+ "type": "variable",
135636
+ "name": "kendo-current-time-color",
135637
+ "value": "#ff0000",
135638
+ "scope": "default",
135639
+ "line": {
135640
+ "start": 6,
135641
+ "end": 6
135642
+ }
135643
+ },
135644
+ "group": [
135645
+ "time-marker"
135646
+ ],
135647
+ "access": "public",
135648
+ "file": {
135649
+ "path": "classic/scss/time-marker/_variables.scss",
135650
+ "name": "_variables.scss"
135651
+ },
135652
+ "resolvedValue": "#ff0000",
135653
+ "resolvedType": "Color"
135654
+ }
135655
+ ]
135656
+ },
134727
135657
  {
134728
135658
  "id": "timeline",
134729
135659
  "title": "Timeline",