@progress/kendo-theme-default 8.1.0-dev.0 → 8.1.0-dev.2

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 (154) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +1036 -1285
  3. package/dist/default-blue.css +1 -1
  4. package/dist/default-dataviz-v4.css +1 -1
  5. package/dist/default-green.css +1 -1
  6. package/dist/default-main-dark.css +1 -1
  7. package/dist/default-main-dark.scss +138 -138
  8. package/dist/default-main.css +1 -1
  9. package/dist/default-nordic.css +1 -1
  10. package/dist/default-ocean-blue-a11y.css +1 -1
  11. package/dist/default-ocean-blue.css +1 -1
  12. package/dist/default-orange.css +1 -1
  13. package/dist/default-purple.css +1 -1
  14. package/dist/default-turquoise.css +1 -1
  15. package/dist/default-urban.css +1 -1
  16. package/dist/meta/sassdoc-data.json +2066 -920
  17. package/dist/meta/sassdoc-raw-data.json +946 -421
  18. package/dist/meta/variables.json +143 -68
  19. package/lib/swatches/default-blue.json +1 -1
  20. package/lib/swatches/default-dataviz-v4.json +1 -1
  21. package/lib/swatches/default-green.json +1 -1
  22. package/lib/swatches/default-main-dark.json +149 -149
  23. package/lib/swatches/default-main.json +1 -1
  24. package/lib/swatches/default-nordic.json +1 -1
  25. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  26. package/lib/swatches/default-ocean-blue.json +1 -1
  27. package/lib/swatches/default-orange.json +1 -1
  28. package/lib/swatches/default-purple.json +1 -1
  29. package/lib/swatches/default-turquoise.json +1 -1
  30. package/lib/swatches/default-urban.json +1 -1
  31. package/package.json +4 -4
  32. package/scss/_variables.scss +2 -15
  33. package/scss/action-buttons/_index.scss +0 -1
  34. package/scss/action-sheet/_index.scss +0 -1
  35. package/scss/appbar/_index.scss +0 -1
  36. package/scss/autocomplete/_index.scss +0 -1
  37. package/scss/avatar/_index.scss +0 -1
  38. package/scss/bottom-navigation/_index.scss +0 -1
  39. package/scss/bottom-navigation/_variables.scss +1 -1
  40. package/scss/breadcrumb/_index.scss +0 -1
  41. package/scss/button/_layout.scss +1 -1
  42. package/scss/calendar/_index.scss +0 -1
  43. package/scss/captcha/_index.scss +0 -1
  44. package/scss/card/_index.scss +0 -1
  45. package/scss/card/_variables.scss +2 -2
  46. package/scss/chat/_index.scss +0 -1
  47. package/scss/chat/_layout.scss +4 -4
  48. package/scss/chat/_variables.scss +17 -3
  49. package/scss/checkbox/_layout.scss +1 -1
  50. package/scss/coloreditor/_index.scss +0 -1
  51. package/scss/colorgradient/_index.scss +0 -1
  52. package/scss/colorpalette/_index.scss +0 -1
  53. package/scss/combobox/_index.scss +0 -1
  54. package/scss/core/color-system/_swatch-legacy.scss +13 -1
  55. package/scss/core/color-system/_swatch.scss +0 -3
  56. package/scss/dataviz/_index.scss +0 -1
  57. package/scss/daterangepicker/_index.scss +0 -1
  58. package/scss/dialog/_index.scss +0 -1
  59. package/scss/drawer/_index.scss +0 -1
  60. package/scss/drawer/_variables.scss +3 -1
  61. package/scss/dropdowngrid/_index.scss +0 -1
  62. package/scss/dropdownlist/_index.scss +0 -1
  63. package/scss/dropdowntree/_index.scss +0 -1
  64. package/scss/dropzone/_index.scss +0 -1
  65. package/scss/editor/_index.scss +0 -1
  66. package/scss/expansion-panel/_index.scss +0 -1
  67. package/scss/fab/_index.scss +0 -1
  68. package/scss/filemanager/_index.scss +0 -1
  69. package/scss/filter/_index.scss +0 -1
  70. package/scss/floating-label/_index.scss +0 -1
  71. package/scss/forms/_index.scss +0 -1
  72. package/scss/forms/_layout.scss +1 -1
  73. package/scss/forms/_variables.scss +3 -3
  74. package/scss/gantt/_index.scss +1 -1
  75. package/scss/grid/_index.scss +0 -1
  76. package/scss/imageeditor/_index.scss +0 -1
  77. package/scss/index.scss +3 -1
  78. package/scss/input/_index.scss +0 -1
  79. package/scss/input/_layout.scss +2 -2
  80. package/scss/list/_index.scss +0 -1
  81. package/scss/listbox/_index.scss +0 -1
  82. package/scss/listgroup/_index.scss +0 -1
  83. package/scss/listview/_index.scss +0 -1
  84. package/scss/loader/_index.scss +0 -1
  85. package/scss/loader/_layout.scss +87 -2
  86. package/scss/loader/_variables.scss +3 -0
  87. package/scss/map/_index.scss +0 -1
  88. package/scss/maskedtextbox/_index.scss +0 -1
  89. package/scss/mediaplayer/_index.scss +0 -1
  90. package/scss/menu/_index.scss +0 -1
  91. package/scss/messagebox/_index.scss +0 -1
  92. package/scss/multiselect/_index.scss +0 -1
  93. package/scss/notification/_index.scss +0 -1
  94. package/scss/numerictextbox/_index.scss +0 -1
  95. package/scss/orgchart/_index.scss +0 -1
  96. package/scss/pager/_index.scss +0 -1
  97. package/scss/panel/_index.scss +36 -0
  98. package/scss/panel/_layout.scss +30 -0
  99. package/scss/panel/_theme.scss +23 -0
  100. package/scss/panel/_variables.scss +34 -0
  101. package/scss/panelbar/_index.scss +0 -1
  102. package/scss/pdf-viewer/_index.scss +0 -1
  103. package/scss/pivotgrid/_index.scss +0 -1
  104. package/scss/popover/_index.scss +0 -1
  105. package/scss/popup/_index.scss +0 -1
  106. package/scss/popup/_layout.scss +25 -8
  107. package/scss/progressbar/_index.scss +0 -1
  108. package/scss/progressbar/_variables.scss +1 -1
  109. package/scss/prompt/_index.scss +0 -5
  110. package/scss/radio/_layout.scss +1 -1
  111. package/scss/rating/_index.scss +0 -1
  112. package/scss/responsivepanel/_index.scss +0 -1
  113. package/scss/ripple/_index.scss +0 -1
  114. package/scss/scheduler/_index.scss +1 -1
  115. package/scss/scroller/_index.scss +0 -1
  116. package/scss/scrollview/_index.scss +0 -1
  117. package/scss/slider/_index.scss +0 -1
  118. package/scss/splitter/_index.scss +0 -1
  119. package/scss/spreadsheet/_index.scss +0 -1
  120. package/scss/stepper/_index.scss +0 -1
  121. package/scss/stepper/_variables.scss +2 -2
  122. package/scss/switch/_index.scss +0 -1
  123. package/scss/table/_index.scss +0 -1
  124. package/scss/tabstrip/_index.scss +0 -1
  125. package/scss/taskboard/_index.scss +0 -1
  126. package/scss/taskboard/_theme.scss +1 -1
  127. package/scss/textarea/_index.scss +0 -1
  128. package/scss/textbox/_index.scss +0 -1
  129. package/scss/tilelayout/_index.scss +0 -1
  130. package/scss/time-marker/_index.scss +32 -0
  131. package/scss/time-marker/_layout.scss +21 -0
  132. package/scss/time-marker/_theme.scss +24 -0
  133. package/scss/time-marker/_variables.scss +6 -0
  134. package/scss/timeline/_index.scss +0 -1
  135. package/scss/timeselector/_variables.scss +1 -1
  136. package/scss/toolbar/_index.scss +0 -1
  137. package/scss/tooltip/_index.scss +0 -1
  138. package/scss/tooltip/_variables.scss +2 -2
  139. package/scss/treelist/_index.scss +0 -1
  140. package/scss/treeview/_index.scss +0 -1
  141. package/scss/upload/_index.scss +0 -1
  142. package/scss/upload/_layout.scss +1 -1
  143. package/scss/upload/_variables.scss +4 -1
  144. package/scss/validator/_index.scss +0 -1
  145. package/scss/window/_index.scss +0 -1
  146. package/scss/window/_variables.scss +2 -2
  147. package/scss/wizard/_index.scss +0 -1
  148. package/scss/common/_animations.scss +0 -712
  149. package/scss/common/_base.scss +0 -198
  150. package/scss/common/_dragdrop.scss +0 -74
  151. package/scss/common/_index.scss +0 -5
  152. package/scss/common/_indicators.scss +0 -37
  153. package/scss/common/_resizing.scss +0 -124
  154. package/scss/common/_scrollbar.scss +0 -27
@@ -1283,7 +1283,7 @@
1283
1283
  "context": {
1284
1284
  "type": "variable",
1285
1285
  "name": "kendo-bottom-nav-line-height",
1286
- "value": "var( --kendo-line-height-sm, normal )",
1286
+ "value": "var( --kendo-line-height-xs, normal )",
1287
1287
  "scope": "default",
1288
1288
  "line": {
1289
1289
  "start": 23,
@@ -8208,7 +8208,7 @@
8208
8208
  "context": {
8209
8209
  "type": "variable",
8210
8210
  "name": "kendo-card-title-line-height",
8211
- "value": "1.25",
8211
+ "value": "var( --kendo-line-height-sm, normal )",
8212
8212
  "scope": "default",
8213
8213
  "line": {
8214
8214
  "start": 119,
@@ -8358,7 +8358,7 @@
8358
8358
  "context": {
8359
8359
  "type": "variable",
8360
8360
  "name": "kendo-card-subtitle-line-height",
8361
- "value": "normal",
8361
+ "value": "var( --kendo-line-height-lg, normal )",
8362
8362
  "scope": "default",
8363
8363
  "line": {
8364
8364
  "start": 138,
@@ -9283,7 +9283,7 @@
9283
9283
  "context": {
9284
9284
  "type": "variable",
9285
9285
  "name": "kendo-chat-timestamp-font-size",
9286
- "value": "smaller",
9286
+ "value": "var( --kendo-font-size-sm, inherit )",
9287
9287
  "scope": "default",
9288
9288
  "line": {
9289
9289
  "start": 47,
@@ -9308,7 +9308,7 @@
9308
9308
  "context": {
9309
9309
  "type": "variable",
9310
9310
  "name": "kendo-chat-timestamp-line-height",
9311
- "value": "null",
9311
+ "value": "var( --kendo-line-height-lg, normal )",
9312
9312
  "scope": "default",
9313
9313
  "line": {
9314
9314
  "start": 50,
@@ -9400,15 +9400,15 @@
9400
9400
  }
9401
9401
  },
9402
9402
  {
9403
- "description": "The horizontal padding of the Chat bubble message.\n",
9403
+ "description": "The font size of the Chat message meta text.\n",
9404
9404
  "commentRange": {
9405
9405
  "start": 61,
9406
9406
  "end": 62
9407
9407
  },
9408
9408
  "context": {
9409
9409
  "type": "variable",
9410
- "name": "kendo-chat-bubble-padding-x",
9411
- "value": "k-spacing(3)",
9410
+ "name": "kendo-chat-message-meta-font-size",
9411
+ "value": "var( --kendo-font-size-sm, inherit )",
9412
9412
  "scope": "default",
9413
9413
  "line": {
9414
9414
  "start": 63,
@@ -9425,15 +9425,15 @@
9425
9425
  }
9426
9426
  },
9427
9427
  {
9428
- "description": "The vertical padding of the Chat bubble message.\n",
9428
+ "description": "The line height of the Chat message meta text.\n",
9429
9429
  "commentRange": {
9430
9430
  "start": 64,
9431
9431
  "end": 65
9432
9432
  },
9433
9433
  "context": {
9434
9434
  "type": "variable",
9435
- "name": "kendo-chat-bubble-padding-y",
9436
- "value": "k-spacing(2)",
9435
+ "name": "kendo-chat-message-meta-line-height",
9436
+ "value": "var( --kendo-line-height-lg, normal )",
9437
9437
  "scope": "default",
9438
9438
  "line": {
9439
9439
  "start": 66,
@@ -9449,11 +9449,111 @@
9449
9449
  "name": "_variables.scss"
9450
9450
  }
9451
9451
  },
9452
+ {
9453
+ "description": "The font size of the Chat author text.\n",
9454
+ "commentRange": {
9455
+ "start": 68,
9456
+ "end": 69
9457
+ },
9458
+ "context": {
9459
+ "type": "variable",
9460
+ "name": "kendo-chat-author-font-size",
9461
+ "value": "var( --kendo-font-size-sm, inherit )",
9462
+ "scope": "default",
9463
+ "line": {
9464
+ "start": 70,
9465
+ "end": 70
9466
+ }
9467
+ },
9468
+ "group": [
9469
+ "chat"
9470
+ ],
9471
+ "access": "public",
9472
+ "file": {
9473
+ "path": "chat/_variables.scss",
9474
+ "name": "_variables.scss"
9475
+ }
9476
+ },
9477
+ {
9478
+ "description": "The line height of the Chat author text.\n",
9479
+ "commentRange": {
9480
+ "start": 71,
9481
+ "end": 72
9482
+ },
9483
+ "context": {
9484
+ "type": "variable",
9485
+ "name": "kendo-chat-author-line-height",
9486
+ "value": "var( --kendo-line-height-lg, normal )",
9487
+ "scope": "default",
9488
+ "line": {
9489
+ "start": 73,
9490
+ "end": 73
9491
+ }
9492
+ },
9493
+ "group": [
9494
+ "chat"
9495
+ ],
9496
+ "access": "public",
9497
+ "file": {
9498
+ "path": "chat/_variables.scss",
9499
+ "name": "_variables.scss"
9500
+ }
9501
+ },
9502
+ {
9503
+ "description": "The horizontal padding of the Chat bubble message.\n",
9504
+ "commentRange": {
9505
+ "start": 75,
9506
+ "end": 76
9507
+ },
9508
+ "context": {
9509
+ "type": "variable",
9510
+ "name": "kendo-chat-bubble-padding-x",
9511
+ "value": "k-spacing(3)",
9512
+ "scope": "default",
9513
+ "line": {
9514
+ "start": 77,
9515
+ "end": 77
9516
+ }
9517
+ },
9518
+ "group": [
9519
+ "chat"
9520
+ ],
9521
+ "access": "public",
9522
+ "file": {
9523
+ "path": "chat/_variables.scss",
9524
+ "name": "_variables.scss"
9525
+ }
9526
+ },
9527
+ {
9528
+ "description": "The vertical padding of the Chat bubble message.\n",
9529
+ "commentRange": {
9530
+ "start": 78,
9531
+ "end": 79
9532
+ },
9533
+ "context": {
9534
+ "type": "variable",
9535
+ "name": "kendo-chat-bubble-padding-y",
9536
+ "value": "k-spacing(2)",
9537
+ "scope": "default",
9538
+ "line": {
9539
+ "start": 80,
9540
+ "end": 80
9541
+ }
9542
+ },
9543
+ "group": [
9544
+ "chat"
9545
+ ],
9546
+ "access": "public",
9547
+ "file": {
9548
+ "path": "chat/_variables.scss",
9549
+ "name": "_variables.scss"
9550
+ }
9551
+ },
9452
9552
  {
9453
9553
  "description": "The spacing of the Chat bubble message.\n",
9454
9554
  "commentRange": {
9455
- "start": 67,
9456
- "end": 68
9555
+ "start": 81,
9556
+ "end": 82
9457
9557
  },
9458
9558
  "context": {
9459
9559
  "type": "variable",
@@ -9461,8 +9561,8 @@
9461
9561
  "value": "k-spacing(0.5)",
9462
9562
  "scope": "default",
9463
9563
  "line": {
9464
- "start": 69,
9465
- "end": 69
9564
+ "start": 83,
9565
+ "end": 83
9466
9566
  }
9467
9567
  },
9468
9568
  "group": [
@@ -9477,17 +9577,17 @@
9477
9577
  {
9478
9578
  "description": "The line height of the Chat bubble message.\n",
9479
9579
  "commentRange": {
9480
- "start": 70,
9481
- "end": 71
9580
+ "start": 84,
9581
+ "end": 85
9482
9582
  },
9483
9583
  "context": {
9484
9584
  "type": "variable",
9485
9585
  "name": "kendo-chat-bubble-line-height",
9486
- "value": "18px",
9586
+ "value": "var( --kendo-line-height, normal )",
9487
9587
  "scope": "default",
9488
9588
  "line": {
9489
- "start": 72,
9490
- "end": 72
9589
+ "start": 86,
9590
+ "end": 86
9491
9591
  }
9492
9592
  },
9493
9593
  "group": [
@@ -9502,8 +9602,8 @@
9502
9602
  {
9503
9603
  "description": "The border radius of the Chat bubble message.\n",
9504
9604
  "commentRange": {
9505
- "start": 74,
9506
- "end": 75
9605
+ "start": 88,
9606
+ "end": 89
9507
9607
  },
9508
9608
  "context": {
9509
9609
  "type": "variable",
@@ -9511,8 +9611,8 @@
9511
9611
  "value": "12px",
9512
9612
  "scope": "default",
9513
9613
  "line": {
9514
- "start": 76,
9515
- "end": 76
9614
+ "start": 90,
9615
+ "end": 90
9516
9616
  }
9517
9617
  },
9518
9618
  "group": [
@@ -9527,8 +9627,8 @@
9527
9627
  {
9528
9628
  "description": "The border radius of the Chat small bubble message\n",
9529
9629
  "commentRange": {
9530
- "start": 77,
9531
- "end": 78
9630
+ "start": 91,
9631
+ "end": 92
9532
9632
  },
9533
9633
  "context": {
9534
9634
  "type": "variable",
@@ -9536,8 +9636,8 @@
9536
9636
  "value": "2px",
9537
9637
  "scope": "default",
9538
9638
  "line": {
9539
- "start": 79,
9540
- "end": 79
9639
+ "start": 93,
9640
+ "end": 93
9541
9641
  }
9542
9642
  },
9543
9643
  "group": [
@@ -9552,8 +9652,8 @@
9552
9652
  {
9553
9653
  "description": "The size of the Chat Avatar.\n",
9554
9654
  "commentRange": {
9555
- "start": 81,
9556
- "end": 82
9655
+ "start": 95,
9656
+ "end": 96
9557
9657
  },
9558
9658
  "context": {
9559
9659
  "type": "variable",
@@ -9561,8 +9661,8 @@
9561
9661
  "value": "32px",
9562
9662
  "scope": "default",
9563
9663
  "line": {
9564
- "start": 83,
9565
- "end": 83
9664
+ "start": 97,
9665
+ "end": 97
9566
9666
  }
9567
9667
  },
9568
9668
  "group": [
@@ -9577,8 +9677,8 @@
9577
9677
  {
9578
9678
  "description": "The spacing of the Chat Avatar.\n",
9579
9679
  "commentRange": {
9580
- "start": 84,
9581
- "end": 85
9680
+ "start": 98,
9681
+ "end": 99
9582
9682
  },
9583
9683
  "context": {
9584
9684
  "type": "variable",
@@ -9586,8 +9686,8 @@
9586
9686
  "value": "$kendo-chat-item-spacing-x",
9587
9687
  "scope": "default",
9588
9688
  "line": {
9589
- "start": 86,
9590
- "end": 86
9689
+ "start": 100,
9690
+ "end": 100
9591
9691
  }
9592
9692
  },
9593
9693
  "group": [
@@ -9602,8 +9702,8 @@
9602
9702
  {
9603
9703
  "description": "The horizontal padding of the Chat Toolbar.\n",
9604
9704
  "commentRange": {
9605
- "start": 88,
9606
- "end": 89
9705
+ "start": 102,
9706
+ "end": 103
9607
9707
  },
9608
9708
  "context": {
9609
9709
  "type": "variable",
@@ -9611,8 +9711,8 @@
9611
9711
  "value": "$kendo-toolbar-md-padding-x",
9612
9712
  "scope": "default",
9613
9713
  "line": {
9614
- "start": 90,
9615
- "end": 90
9714
+ "start": 104,
9715
+ "end": 104
9616
9716
  }
9617
9717
  },
9618
9718
  "group": [
@@ -9627,8 +9727,8 @@
9627
9727
  {
9628
9728
  "description": "The vertical padding of the Chat Toolbar.\n",
9629
9729
  "commentRange": {
9630
- "start": 91,
9631
- "end": 92
9730
+ "start": 105,
9731
+ "end": 106
9632
9732
  },
9633
9733
  "context": {
9634
9734
  "type": "variable",
@@ -9636,8 +9736,8 @@
9636
9736
  "value": "$kendo-toolbar-md-padding-y",
9637
9737
  "scope": "default",
9638
9738
  "line": {
9639
- "start": 93,
9640
- "end": 93
9739
+ "start": 107,
9740
+ "end": 107
9641
9741
  }
9642
9742
  },
9643
9743
  "group": [
@@ -9652,8 +9752,8 @@
9652
9752
  {
9653
9753
  "description": "The spacing of the Chat Toolbar.\n",
9654
9754
  "commentRange": {
9655
- "start": 94,
9656
- "end": 95
9755
+ "start": 108,
9756
+ "end": 109
9657
9757
  },
9658
9758
  "context": {
9659
9759
  "type": "variable",
@@ -9661,8 +9761,8 @@
9661
9761
  "value": "$kendo-toolbar-md-spacing",
9662
9762
  "scope": "default",
9663
9763
  "line": {
9664
- "start": 96,
9665
- "end": 96
9764
+ "start": 110,
9765
+ "end": 110
9666
9766
  }
9667
9767
  },
9668
9768
  "group": [
@@ -9677,8 +9777,8 @@
9677
9777
  {
9678
9778
  "description": "The background color of the Chat Toolbar.\n",
9679
9779
  "commentRange": {
9680
- "start": 97,
9681
- "end": 98
9780
+ "start": 111,
9781
+ "end": 112
9682
9782
  },
9683
9783
  "context": {
9684
9784
  "type": "variable",
@@ -9686,8 +9786,8 @@
9686
9786
  "value": "$kendo-toolbar-bg",
9687
9787
  "scope": "default",
9688
9788
  "line": {
9689
- "start": 99,
9690
- "end": 99
9789
+ "start": 113,
9790
+ "end": 113
9691
9791
  }
9692
9792
  },
9693
9793
  "group": [
@@ -9702,8 +9802,8 @@
9702
9802
  {
9703
9803
  "description": "The text color of the Chat Toolbar.\n",
9704
9804
  "commentRange": {
9705
- "start": 100,
9706
- "end": 101
9805
+ "start": 114,
9806
+ "end": 115
9707
9807
  },
9708
9808
  "context": {
9709
9809
  "type": "variable",
@@ -9711,8 +9811,8 @@
9711
9811
  "value": "$kendo-toolbar-text",
9712
9812
  "scope": "default",
9713
9813
  "line": {
9714
- "start": 102,
9715
- "end": 102
9814
+ "start": 116,
9815
+ "end": 116
9716
9816
  }
9717
9817
  },
9718
9818
  "group": [
@@ -9727,8 +9827,8 @@
9727
9827
  {
9728
9828
  "description": "The border color of the Chat Toolbar.\n",
9729
9829
  "commentRange": {
9730
- "start": 103,
9731
- "end": 104
9830
+ "start": 117,
9831
+ "end": 118
9732
9832
  },
9733
9833
  "context": {
9734
9834
  "type": "variable",
@@ -9736,8 +9836,8 @@
9736
9836
  "value": "inherit",
9737
9837
  "scope": "default",
9738
9838
  "line": {
9739
- "start": 105,
9740
- "end": 105
9839
+ "start": 119,
9840
+ "end": 119
9741
9841
  }
9742
9842
  },
9743
9843
  "group": [
@@ -9752,8 +9852,8 @@
9752
9852
  {
9753
9853
  "description": "The horizontal padding of the Chat quick reply.\n",
9754
9854
  "commentRange": {
9755
- "start": 107,
9756
- "end": 108
9855
+ "start": 121,
9856
+ "end": 122
9757
9857
  },
9758
9858
  "context": {
9759
9859
  "type": "variable",
@@ -9761,8 +9861,8 @@
9761
9861
  "value": "k-spacing(3)",
9762
9862
  "scope": "default",
9763
9863
  "line": {
9764
- "start": 109,
9765
- "end": 109
9864
+ "start": 123,
9865
+ "end": 123
9766
9866
  }
9767
9867
  },
9768
9868
  "group": [
@@ -9777,8 +9877,8 @@
9777
9877
  {
9778
9878
  "description": "The vertical padding of the Chat quick reply.\n",
9779
9879
  "commentRange": {
9780
- "start": 110,
9781
- "end": 111
9880
+ "start": 124,
9881
+ "end": 125
9782
9882
  },
9783
9883
  "context": {
9784
9884
  "type": "variable",
@@ -9786,8 +9886,8 @@
9786
9886
  "value": "k-spacing(2)",
9787
9887
  "scope": "default",
9788
9888
  "line": {
9789
- "start": 112,
9790
- "end": 112
9889
+ "start": 126,
9890
+ "end": 126
9791
9891
  }
9792
9892
  },
9793
9893
  "group": [
@@ -9802,8 +9902,8 @@
9802
9902
  {
9803
9903
  "description": "The spacing of the Chat quick reply.\n",
9804
9904
  "commentRange": {
9805
- "start": 113,
9806
- "end": 114
9905
+ "start": 127,
9906
+ "end": 128
9807
9907
  },
9808
9908
  "context": {
9809
9909
  "type": "variable",
@@ -9811,8 +9911,8 @@
9811
9911
  "value": "k-spacing(2)",
9812
9912
  "scope": "default",
9813
9913
  "line": {
9814
- "start": 115,
9815
- "end": 115
9914
+ "start": 129,
9915
+ "end": 129
9816
9916
  }
9817
9917
  },
9818
9918
  "group": [
@@ -9827,8 +9927,8 @@
9827
9927
  {
9828
9928
  "description": "The line height of the Chat quick reply.\n",
9829
9929
  "commentRange": {
9830
- "start": 116,
9831
- "end": 117
9930
+ "start": 130,
9931
+ "end": 131
9832
9932
  },
9833
9933
  "context": {
9834
9934
  "type": "variable",
@@ -9836,8 +9936,8 @@
9836
9936
  "value": "$kendo-chat-bubble-line-height",
9837
9937
  "scope": "default",
9838
9938
  "line": {
9839
- "start": 118,
9840
- "end": 118
9939
+ "start": 132,
9940
+ "end": 132
9841
9941
  }
9842
9942
  },
9843
9943
  "group": [
@@ -9852,8 +9952,8 @@
9852
9952
  {
9853
9953
  "description": "The background color of the Chat.\n",
9854
9954
  "commentRange": {
9855
- "start": 121,
9856
- "end": 122
9955
+ "start": 135,
9956
+ "end": 136
9857
9957
  },
9858
9958
  "context": {
9859
9959
  "type": "variable",
@@ -9861,8 +9961,8 @@
9861
9961
  "value": "$kendo-app-bg",
9862
9962
  "scope": "default",
9863
9963
  "line": {
9864
- "start": 123,
9865
- "end": 123
9964
+ "start": 137,
9965
+ "end": 137
9866
9966
  }
9867
9967
  },
9868
9968
  "group": [
@@ -9877,8 +9977,8 @@
9877
9977
  {
9878
9978
  "description": "The text color of the Chat.\n",
9879
9979
  "commentRange": {
9880
- "start": 124,
9881
- "end": 125
9980
+ "start": 138,
9981
+ "end": 139
9882
9982
  },
9883
9983
  "context": {
9884
9984
  "type": "variable",
@@ -9886,8 +9986,8 @@
9886
9986
  "value": "$kendo-app-text",
9887
9987
  "scope": "default",
9888
9988
  "line": {
9889
- "start": 126,
9890
- "end": 126
9989
+ "start": 140,
9990
+ "end": 140
9891
9991
  }
9892
9992
  },
9893
9993
  "group": [
@@ -9902,8 +10002,8 @@
9902
10002
  {
9903
10003
  "description": "The border color of the Chat.\n",
9904
10004
  "commentRange": {
9905
- "start": 127,
9906
- "end": 128
10005
+ "start": 141,
10006
+ "end": 142
9907
10007
  },
9908
10008
  "context": {
9909
10009
  "type": "variable",
@@ -9911,8 +10011,8 @@
9911
10011
  "value": "$kendo-app-border",
9912
10012
  "scope": "default",
9913
10013
  "line": {
9914
- "start": 129,
9915
- "end": 129
10014
+ "start": 143,
10015
+ "end": 143
9916
10016
  }
9917
10017
  },
9918
10018
  "group": [
@@ -9927,8 +10027,8 @@
9927
10027
  {
9928
10028
  "description": "The background color of the Chat bubble.\n",
9929
10029
  "commentRange": {
9930
- "start": 131,
9931
- "end": 132
10030
+ "start": 145,
10031
+ "end": 146
9932
10032
  },
9933
10033
  "context": {
9934
10034
  "type": "variable",
@@ -9936,8 +10036,8 @@
9936
10036
  "value": "$kendo-component-bg",
9937
10037
  "scope": "default",
9938
10038
  "line": {
9939
- "start": 133,
9940
- "end": 133
10039
+ "start": 147,
10040
+ "end": 147
9941
10041
  }
9942
10042
  },
9943
10043
  "group": [
@@ -9952,8 +10052,8 @@
9952
10052
  {
9953
10053
  "description": "The text color of the Chat bubble.\n",
9954
10054
  "commentRange": {
9955
- "start": 134,
9956
- "end": 135
10055
+ "start": 148,
10056
+ "end": 149
9957
10057
  },
9958
10058
  "context": {
9959
10059
  "type": "variable",
@@ -9961,8 +10061,8 @@
9961
10061
  "value": "$kendo-component-text",
9962
10062
  "scope": "default",
9963
10063
  "line": {
9964
- "start": 136,
9965
- "end": 136
10064
+ "start": 150,
10065
+ "end": 150
9966
10066
  }
9967
10067
  },
9968
10068
  "group": [
@@ -9977,8 +10077,8 @@
9977
10077
  {
9978
10078
  "description": "The border color of the Chat bubble.\n",
9979
10079
  "commentRange": {
9980
- "start": 137,
9981
- "end": 138
10080
+ "start": 151,
10081
+ "end": 152
9982
10082
  },
9983
10083
  "context": {
9984
10084
  "type": "variable",
@@ -9986,8 +10086,8 @@
9986
10086
  "value": "$kendo-chat-bubble-bg",
9987
10087
  "scope": "default",
9988
10088
  "line": {
9989
- "start": 139,
9990
- "end": 139
10089
+ "start": 153,
10090
+ "end": 153
9991
10091
  }
9992
10092
  },
9993
10093
  "group": [
@@ -10002,8 +10102,8 @@
10002
10102
  {
10003
10103
  "description": "The box shadow of the Chat bubble.\n",
10004
10104
  "commentRange": {
10005
- "start": 140,
10006
- "end": 141
10105
+ "start": 154,
10106
+ "end": 155
10007
10107
  },
10008
10108
  "context": {
10009
10109
  "type": "variable",
@@ -10011,8 +10111,8 @@
10011
10111
  "value": "k-elevation(1)",
10012
10112
  "scope": "default",
10013
10113
  "line": {
10014
- "start": 142,
10015
- "end": 142
10114
+ "start": 156,
10115
+ "end": 156
10016
10116
  }
10017
10117
  },
10018
10118
  "group": [
@@ -10027,8 +10127,8 @@
10027
10127
  {
10028
10128
  "description": "The shadow of the hovered Chat bubble.\n",
10029
10129
  "commentRange": {
10030
- "start": 143,
10031
- "end": 144
10130
+ "start": 157,
10131
+ "end": 158
10032
10132
  },
10033
10133
  "context": {
10034
10134
  "type": "variable",
@@ -10036,8 +10136,8 @@
10036
10136
  "value": "k-elevation(2)",
10037
10137
  "scope": "default",
10038
10138
  "line": {
10039
- "start": 145,
10040
- "end": 145
10139
+ "start": 159,
10140
+ "end": 159
10041
10141
  }
10042
10142
  },
10043
10143
  "group": [
@@ -10052,8 +10152,8 @@
10052
10152
  {
10053
10153
  "description": "The shadow of the selected Chat bubble.\n",
10054
10154
  "commentRange": {
10055
- "start": 146,
10056
- "end": 147
10155
+ "start": 160,
10156
+ "end": 161
10057
10157
  },
10058
10158
  "context": {
10059
10159
  "type": "variable",
@@ -10061,8 +10161,8 @@
10061
10161
  "value": "k-elevation(3)",
10062
10162
  "scope": "default",
10063
10163
  "line": {
10064
- "start": 148,
10065
- "end": 148
10164
+ "start": 162,
10165
+ "end": 162
10066
10166
  }
10067
10167
  },
10068
10168
  "group": [
@@ -10077,8 +10177,8 @@
10077
10177
  {
10078
10178
  "description": "The background color of the Chat alt bubble.\n",
10079
10179
  "commentRange": {
10080
- "start": 150,
10081
- "end": 151
10180
+ "start": 164,
10181
+ "end": 165
10082
10182
  },
10083
10183
  "context": {
10084
10184
  "type": "variable",
@@ -10086,8 +10186,8 @@
10086
10186
  "value": "$kendo-color-primary",
10087
10187
  "scope": "default",
10088
10188
  "line": {
10089
- "start": 152,
10090
- "end": 152
10189
+ "start": 166,
10190
+ "end": 166
10091
10191
  }
10092
10192
  },
10093
10193
  "group": [
@@ -10102,8 +10202,8 @@
10102
10202
  {
10103
10203
  "description": "The text color of the Chat alt bubble.\n",
10104
10204
  "commentRange": {
10105
- "start": 153,
10106
- "end": 154
10205
+ "start": 167,
10206
+ "end": 168
10107
10207
  },
10108
10208
  "context": {
10109
10209
  "type": "variable",
@@ -10111,8 +10211,8 @@
10111
10211
  "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-chat-alt-bubble-bg ))",
10112
10212
  "scope": "default",
10113
10213
  "line": {
10114
- "start": 155,
10115
- "end": 155
10214
+ "start": 169,
10215
+ "end": 169
10116
10216
  }
10117
10217
  },
10118
10218
  "group": [
@@ -10127,8 +10227,8 @@
10127
10227
  {
10128
10228
  "description": "The border color of the Chat alt bubble.\n",
10129
10229
  "commentRange": {
10130
- "start": 156,
10131
- "end": 157
10230
+ "start": 170,
10231
+ "end": 171
10132
10232
  },
10133
10233
  "context": {
10134
10234
  "type": "variable",
@@ -10136,8 +10236,8 @@
10136
10236
  "value": "$kendo-chat-alt-bubble-bg",
10137
10237
  "scope": "default",
10138
10238
  "line": {
10139
- "start": 158,
10140
- "end": 158
10239
+ "start": 172,
10240
+ "end": 172
10141
10241
  }
10142
10242
  },
10143
10243
  "group": [
@@ -10152,8 +10252,8 @@
10152
10252
  {
10153
10253
  "description": "The shadow of the Chat alt bubble.\n",
10154
10254
  "commentRange": {
10155
- "start": 159,
10156
- "end": 160
10255
+ "start": 173,
10256
+ "end": 174
10157
10257
  },
10158
10258
  "context": {
10159
10259
  "type": "variable",
@@ -10161,8 +10261,8 @@
10161
10261
  "value": "k-elevation(1)",
10162
10262
  "scope": "default",
10163
10263
  "line": {
10164
- "start": 161,
10165
- "end": 161
10264
+ "start": 175,
10265
+ "end": 175
10166
10266
  }
10167
10267
  },
10168
10268
  "group": [
@@ -10177,8 +10277,8 @@
10177
10277
  {
10178
10278
  "description": "The shadow of the hovered Chat alt bubble.\n",
10179
10279
  "commentRange": {
10180
- "start": 162,
10181
- "end": 163
10280
+ "start": 176,
10281
+ "end": 177
10182
10282
  },
10183
10283
  "context": {
10184
10284
  "type": "variable",
@@ -10186,8 +10286,8 @@
10186
10286
  "value": "k-elevation(2)",
10187
10287
  "scope": "default",
10188
10288
  "line": {
10189
- "start": 164,
10190
- "end": 164
10289
+ "start": 178,
10290
+ "end": 178
10191
10291
  }
10192
10292
  },
10193
10293
  "group": [
@@ -10202,8 +10302,8 @@
10202
10302
  {
10203
10303
  "description": "The shadow of the selected Chat alt bubble.\n",
10204
10304
  "commentRange": {
10205
- "start": 165,
10206
- "end": 166
10305
+ "start": 179,
10306
+ "end": 180
10207
10307
  },
10208
10308
  "context": {
10209
10309
  "type": "variable",
@@ -10211,8 +10311,8 @@
10211
10311
  "value": "k-elevation(3)",
10212
10312
  "scope": "default",
10213
10313
  "line": {
10214
- "start": 167,
10215
- "end": 167
10314
+ "start": 181,
10315
+ "end": 181
10216
10316
  }
10217
10317
  },
10218
10318
  "group": [
@@ -10227,8 +10327,8 @@
10227
10327
  {
10228
10328
  "description": "The background color of the Chat quick reply.\n",
10229
10329
  "commentRange": {
10230
- "start": 169,
10231
- "end": 170
10330
+ "start": 183,
10331
+ "end": 184
10232
10332
  },
10233
10333
  "context": {
10234
10334
  "type": "variable",
@@ -10236,8 +10336,8 @@
10236
10336
  "value": "transparent",
10237
10337
  "scope": "default",
10238
10338
  "line": {
10239
- "start": 171,
10240
- "end": 171
10339
+ "start": 185,
10340
+ "end": 185
10241
10341
  }
10242
10342
  },
10243
10343
  "group": [
@@ -10252,8 +10352,8 @@
10252
10352
  {
10253
10353
  "description": "The text color of the Chat quick reply.\n",
10254
10354
  "commentRange": {
10255
- "start": 172,
10256
- "end": 173
10355
+ "start": 186,
10356
+ "end": 187
10257
10357
  },
10258
10358
  "context": {
10259
10359
  "type": "variable",
@@ -10261,8 +10361,8 @@
10261
10361
  "value": "$kendo-color-primary",
10262
10362
  "scope": "default",
10263
10363
  "line": {
10264
- "start": 174,
10265
- "end": 174
10364
+ "start": 188,
10365
+ "end": 188
10266
10366
  }
10267
10367
  },
10268
10368
  "group": [
@@ -10277,8 +10377,8 @@
10277
10377
  {
10278
10378
  "description": "The border color of the Chat quick reply.\n",
10279
10379
  "commentRange": {
10280
- "start": 175,
10281
- "end": 176
10380
+ "start": 189,
10381
+ "end": 190
10282
10382
  },
10283
10383
  "context": {
10284
10384
  "type": "variable",
@@ -10286,8 +10386,8 @@
10286
10386
  "value": "$kendo-color-primary",
10287
10387
  "scope": "default",
10288
10388
  "line": {
10289
- "start": 177,
10290
- "end": 177
10389
+ "start": 191,
10390
+ "end": 191
10291
10391
  }
10292
10392
  },
10293
10393
  "group": [
@@ -10302,8 +10402,8 @@
10302
10402
  {
10303
10403
  "description": "The background color of the hovered Chat quick reply.\n",
10304
10404
  "commentRange": {
10305
- "start": 179,
10306
- "end": 180
10405
+ "start": 193,
10406
+ "end": 194
10307
10407
  },
10308
10408
  "context": {
10309
10409
  "type": "variable",
@@ -10311,8 +10411,8 @@
10311
10411
  "value": "$kendo-color-primary",
10312
10412
  "scope": "default",
10313
10413
  "line": {
10314
- "start": 181,
10315
- "end": 181
10414
+ "start": 195,
10415
+ "end": 195
10316
10416
  }
10317
10417
  },
10318
10418
  "group": [
@@ -10327,8 +10427,8 @@
10327
10427
  {
10328
10428
  "description": "The text color of the hovered Chat quick reply.\n",
10329
10429
  "commentRange": {
10330
- "start": 182,
10331
- "end": 183
10430
+ "start": 196,
10431
+ "end": 197
10332
10432
  },
10333
10433
  "context": {
10334
10434
  "type": "variable",
@@ -10336,8 +10436,8 @@
10336
10436
  "value": "$kendo-color-primary-contrast",
10337
10437
  "scope": "default",
10338
10438
  "line": {
10339
- "start": 184,
10340
- "end": 184
10439
+ "start": 198,
10440
+ "end": 198
10341
10441
  }
10342
10442
  },
10343
10443
  "group": [
@@ -10352,8 +10452,8 @@
10352
10452
  {
10353
10453
  "description": "The border color of the hovered Chat quick reply.\n",
10354
10454
  "commentRange": {
10355
- "start": 185,
10356
- "end": 186
10455
+ "start": 199,
10456
+ "end": 200
10357
10457
  },
10358
10458
  "context": {
10359
10459
  "type": "variable",
@@ -10361,8 +10461,8 @@
10361
10461
  "value": "$kendo-color-primary",
10362
10462
  "scope": "default",
10363
10463
  "line": {
10364
- "start": 187,
10365
- "end": 187
10464
+ "start": 201,
10465
+ "end": 201
10366
10466
  }
10367
10467
  },
10368
10468
  "group": [
@@ -15833,8 +15933,8 @@
15833
15933
  {
15834
15934
  "description": "Icon size.\n",
15835
15935
  "commentRange": {
15836
- "start": 17,
15837
- "end": 18
15936
+ "start": 19,
15937
+ "end": 20
15838
15938
  },
15839
15939
  "context": {
15840
15940
  "type": "variable",
@@ -15842,8 +15942,8 @@
15842
15942
  "value": "16px",
15843
15943
  "scope": "default",
15844
15944
  "line": {
15845
- "start": 19,
15846
- "end": 19
15945
+ "start": 21,
15946
+ "end": 21
15847
15947
  }
15848
15948
  },
15849
15949
  "group": [
@@ -15858,8 +15958,8 @@
15858
15958
  {
15859
15959
  "description": "xtra small icon size.\n",
15860
15960
  "commentRange": {
15861
- "start": 20,
15862
- "end": 21
15961
+ "start": 22,
15962
+ "end": 23
15863
15963
  },
15864
15964
  "context": {
15865
15965
  "type": "variable",
@@ -15867,8 +15967,8 @@
15867
15967
  "value": "calc( #{$kendo-icon-size} * .75 )",
15868
15968
  "scope": "default",
15869
15969
  "line": {
15870
- "start": 22,
15871
- "end": 22
15970
+ "start": 24,
15971
+ "end": 24
15872
15972
  }
15873
15973
  },
15874
15974
  "group": [
@@ -15883,8 +15983,8 @@
15883
15983
  {
15884
15984
  "description": "Small icon size.\n",
15885
15985
  "commentRange": {
15886
- "start": 23,
15887
- "end": 24
15986
+ "start": 25,
15987
+ "end": 26
15888
15988
  },
15889
15989
  "context": {
15890
15990
  "type": "variable",
@@ -15892,8 +15992,8 @@
15892
15992
  "value": "calc( #{$kendo-icon-size} * .875 )",
15893
15993
  "scope": "default",
15894
15994
  "line": {
15895
- "start": 25,
15896
- "end": 25
15995
+ "start": 27,
15996
+ "end": 27
15897
15997
  }
15898
15998
  },
15899
15999
  "group": [
@@ -15908,8 +16008,8 @@
15908
16008
  {
15909
16009
  "description": "Medium icon size.\n",
15910
16010
  "commentRange": {
15911
- "start": 26,
15912
- "end": 27
16011
+ "start": 28,
16012
+ "end": 29
15913
16013
  },
15914
16014
  "context": {
15915
16015
  "type": "variable",
@@ -15917,8 +16017,8 @@
15917
16017
  "value": "$kendo-icon-size",
15918
16018
  "scope": "default",
15919
16019
  "line": {
15920
- "start": 28,
15921
- "end": 28
16020
+ "start": 30,
16021
+ "end": 30
15922
16022
  }
15923
16023
  },
15924
16024
  "group": [
@@ -15933,8 +16033,8 @@
15933
16033
  {
15934
16034
  "description": "Large icon size.\n",
15935
16035
  "commentRange": {
15936
- "start": 29,
15937
- "end": 30
16036
+ "start": 31,
16037
+ "end": 32
15938
16038
  },
15939
16039
  "context": {
15940
16040
  "type": "variable",
@@ -15942,8 +16042,8 @@
15942
16042
  "value": "calc( #{$kendo-icon-size} * 1.25 )",
15943
16043
  "scope": "default",
15944
16044
  "line": {
15945
- "start": 31,
15946
- "end": 31
16045
+ "start": 33,
16046
+ "end": 33
15947
16047
  }
15948
16048
  },
15949
16049
  "group": [
@@ -15958,8 +16058,8 @@
15958
16058
  {
15959
16059
  "description": "Extra large icon size.\n",
15960
16060
  "commentRange": {
15961
- "start": 32,
15962
- "end": 33
16061
+ "start": 34,
16062
+ "end": 35
15963
16063
  },
15964
16064
  "context": {
15965
16065
  "type": "variable",
@@ -15967,8 +16067,8 @@
15967
16067
  "value": "calc( #{$kendo-icon-size} * 1.5 )",
15968
16068
  "scope": "default",
15969
16069
  "line": {
15970
- "start": 34,
15971
- "end": 34
16070
+ "start": 36,
16071
+ "end": 36
15972
16072
  }
15973
16073
  },
15974
16074
  "group": [
@@ -15983,8 +16083,8 @@
15983
16083
  {
15984
16084
  "description": "Double extra large icon size.\n",
15985
16085
  "commentRange": {
15986
- "start": 35,
15987
- "end": 36
16086
+ "start": 37,
16087
+ "end": 38
15988
16088
  },
15989
16089
  "context": {
15990
16090
  "type": "variable",
@@ -15992,8 +16092,8 @@
15992
16092
  "value": "calc( #{$kendo-icon-size} * 2 )",
15993
16093
  "scope": "default",
15994
16094
  "line": {
15995
- "start": 37,
15996
- "end": 37
16095
+ "start": 39,
16096
+ "end": 39
15997
16097
  }
15998
16098
  },
15999
16099
  "group": [
@@ -16008,8 +16108,8 @@
16008
16108
  {
16009
16109
  "description": "Triple extra large icon size.\n",
16010
16110
  "commentRange": {
16011
- "start": 38,
16012
- "end": 39
16111
+ "start": 40,
16112
+ "end": 41
16013
16113
  },
16014
16114
  "context": {
16015
16115
  "type": "variable",
@@ -16017,8 +16117,8 @@
16017
16117
  "value": "calc( #{$kendo-icon-size} * 3 )",
16018
16118
  "scope": "default",
16019
16119
  "line": {
16020
- "start": 40,
16021
- "end": 40
16120
+ "start": 42,
16121
+ "end": 42
16022
16122
  }
16023
16123
  },
16024
16124
  "group": [
@@ -16433,8 +16533,8 @@
16433
16533
  {
16434
16534
  "description": "Background color of the component header.\n",
16435
16535
  "commentRange": {
16436
- "start": 608,
16437
- "end": 609
16536
+ "start": 605,
16537
+ "end": 606
16438
16538
  },
16439
16539
  "context": {
16440
16540
  "type": "variable",
@@ -16442,8 +16542,8 @@
16442
16542
  "value": "$kendo-base-bg",
16443
16543
  "scope": "default",
16444
16544
  "line": {
16445
- "start": 610,
16446
- "end": 610
16545
+ "start": 607,
16546
+ "end": 607
16447
16547
  }
16448
16548
  },
16449
16549
  "group": [
@@ -16458,8 +16558,8 @@
16458
16558
  {
16459
16559
  "description": "Text color of the component header.\n",
16460
16560
  "commentRange": {
16461
- "start": 611,
16462
- "end": 612
16561
+ "start": 608,
16562
+ "end": 609
16463
16563
  },
16464
16564
  "context": {
16465
16565
  "type": "variable",
@@ -16467,8 +16567,8 @@
16467
16567
  "value": "$kendo-base-text",
16468
16568
  "scope": "default",
16469
16569
  "line": {
16470
- "start": 613,
16471
- "end": 613
16570
+ "start": 610,
16571
+ "end": 610
16472
16572
  }
16473
16573
  },
16474
16574
  "group": [
@@ -16483,8 +16583,8 @@
16483
16583
  {
16484
16584
  "description": "Border color of the component header.\n",
16485
16585
  "commentRange": {
16486
- "start": 614,
16487
- "end": 615
16586
+ "start": 611,
16587
+ "end": 612
16488
16588
  },
16489
16589
  "context": {
16490
16590
  "type": "variable",
@@ -16492,8 +16592,8 @@
16492
16592
  "value": "$kendo-base-border",
16493
16593
  "scope": "default",
16494
16594
  "line": {
16495
- "start": 616,
16496
- "end": 616
16595
+ "start": 613,
16596
+ "end": 613
16497
16597
  }
16498
16598
  },
16499
16599
  "group": [
@@ -16508,8 +16608,8 @@
16508
16608
  {
16509
16609
  "description": "Gradient of the component header.\n",
16510
16610
  "commentRange": {
16511
- "start": 617,
16512
- "end": 618
16611
+ "start": 614,
16612
+ "end": 615
16513
16613
  },
16514
16614
  "context": {
16515
16615
  "type": "variable",
@@ -16517,8 +16617,8 @@
16517
16617
  "value": "null",
16518
16618
  "scope": "default",
16519
16619
  "line": {
16520
- "start": 619,
16521
- "end": 619
16620
+ "start": 616,
16621
+ "end": 616
16522
16622
  }
16523
16623
  },
16524
16624
  "group": [
@@ -16533,8 +16633,8 @@
16533
16633
  {
16534
16634
  "description": "Background color of the invalid items.\n",
16535
16635
  "commentRange": {
16536
- "start": 621,
16537
- "end": 622
16636
+ "start": 618,
16637
+ "end": 619
16538
16638
  },
16539
16639
  "context": {
16540
16640
  "type": "variable",
@@ -16542,8 +16642,8 @@
16542
16642
  "value": "null",
16543
16643
  "scope": "default",
16544
16644
  "line": {
16545
- "start": 623,
16546
- "end": 623
16645
+ "start": 620,
16646
+ "end": 620
16547
16647
  }
16548
16648
  },
16549
16649
  "group": [
@@ -16558,8 +16658,8 @@
16558
16658
  {
16559
16659
  "description": "Text color of the invalid items.\n",
16560
16660
  "commentRange": {
16561
- "start": 624,
16562
- "end": 625
16661
+ "start": 621,
16662
+ "end": 622
16563
16663
  },
16564
16664
  "context": {
16565
16665
  "type": "variable",
@@ -16567,8 +16667,8 @@
16567
16667
  "value": "$kendo-color-error",
16568
16668
  "scope": "default",
16569
16669
  "line": {
16570
- "start": 626,
16571
- "end": 626
16670
+ "start": 623,
16671
+ "end": 623
16572
16672
  }
16573
16673
  },
16574
16674
  "group": [
@@ -16583,8 +16683,8 @@
16583
16683
  {
16584
16684
  "description": "Border color of the invalid items.\n",
16585
16685
  "commentRange": {
16586
- "start": 627,
16587
- "end": 628
16686
+ "start": 624,
16687
+ "end": 625
16588
16688
  },
16589
16689
  "context": {
16590
16690
  "type": "variable",
@@ -16592,8 +16692,8 @@
16592
16692
  "value": "$kendo-color-error",
16593
16693
  "scope": "default",
16594
16694
  "line": {
16595
- "start": 629,
16596
- "end": 629
16695
+ "start": 626,
16696
+ "end": 626
16597
16697
  }
16598
16698
  },
16599
16699
  "group": [
@@ -16608,8 +16708,8 @@
16608
16708
  {
16609
16709
  "description": "Shadow of the invalid items.\n",
16610
16710
  "commentRange": {
16611
- "start": 630,
16612
- "end": 631
16711
+ "start": 627,
16712
+ "end": 628
16613
16713
  },
16614
16714
  "context": {
16615
16715
  "type": "variable",
@@ -16617,8 +16717,8 @@
16617
16717
  "value": "null",
16618
16718
  "scope": "default",
16619
16719
  "line": {
16620
- "start": 632,
16621
- "end": 632
16720
+ "start": 629,
16721
+ "end": 629
16622
16722
  }
16623
16723
  },
16624
16724
  "group": [
@@ -16633,8 +16733,8 @@
16633
16733
  {
16634
16734
  "description": "Background color of the valid items.\n",
16635
16735
  "commentRange": {
16636
- "start": 634,
16637
- "end": 635
16736
+ "start": 631,
16737
+ "end": 632
16638
16738
  },
16639
16739
  "context": {
16640
16740
  "type": "variable",
@@ -16642,8 +16742,8 @@
16642
16742
  "value": "null",
16643
16743
  "scope": "default",
16644
16744
  "line": {
16645
- "start": 636,
16646
- "end": 636
16745
+ "start": 633,
16746
+ "end": 633
16647
16747
  }
16648
16748
  },
16649
16749
  "group": [
@@ -16658,8 +16758,8 @@
16658
16758
  {
16659
16759
  "description": "Text color of the valid items.\n",
16660
16760
  "commentRange": {
16661
- "start": 637,
16662
- "end": 638
16761
+ "start": 634,
16762
+ "end": 635
16663
16763
  },
16664
16764
  "context": {
16665
16765
  "type": "variable",
@@ -16667,8 +16767,8 @@
16667
16767
  "value": "$kendo-color-success",
16668
16768
  "scope": "default",
16669
16769
  "line": {
16670
- "start": 639,
16671
- "end": 639
16770
+ "start": 636,
16771
+ "end": 636
16672
16772
  }
16673
16773
  },
16674
16774
  "group": [
@@ -16683,8 +16783,8 @@
16683
16783
  {
16684
16784
  "description": "Border color of the valid items.\n",
16685
16785
  "commentRange": {
16686
- "start": 640,
16687
- "end": 641
16786
+ "start": 637,
16787
+ "end": 638
16688
16788
  },
16689
16789
  "context": {
16690
16790
  "type": "variable",
@@ -16692,8 +16792,8 @@
16692
16792
  "value": "$kendo-color-success",
16693
16793
  "scope": "default",
16694
16794
  "line": {
16695
- "start": 642,
16696
- "end": 642
16795
+ "start": 639,
16796
+ "end": 639
16697
16797
  }
16698
16798
  },
16699
16799
  "group": [
@@ -16708,8 +16808,8 @@
16708
16808
  {
16709
16809
  "description": "Shadow of the valid items.\n",
16710
16810
  "commentRange": {
16711
- "start": 643,
16712
- "end": 644
16811
+ "start": 640,
16812
+ "end": 641
16713
16813
  },
16714
16814
  "context": {
16715
16815
  "type": "variable",
@@ -16717,8 +16817,8 @@
16717
16817
  "value": "null",
16718
16818
  "scope": "default",
16719
16819
  "line": {
16720
- "start": 645,
16721
- "end": 645
16820
+ "start": 642,
16821
+ "end": 642
16722
16822
  }
16723
16823
  },
16724
16824
  "group": [
@@ -18214,7 +18314,7 @@
18214
18314
  "context": {
18215
18315
  "type": "variable",
18216
18316
  "name": "kendo-drawer-item-font-size",
18217
- "value": "16px",
18317
+ "value": "var( --kendo-font-size-lg, inherit )",
18218
18318
  "scope": "default",
18219
18319
  "line": {
18220
18320
  "start": 58,
@@ -18230,11 +18330,36 @@
18230
18330
  "name": "_variables.scss"
18231
18331
  }
18232
18332
  },
18333
+ {
18334
+ "description": "The line height of the Drawer item.\n",
18335
+ "commentRange": {
18336
+ "start": 59,
18337
+ "end": 60
18338
+ },
18339
+ "context": {
18340
+ "type": "variable",
18341
+ "name": "kendo-drawer-item-line-height",
18342
+ "value": "var( --kendo-line-height-lg, normal )",
18343
+ "scope": "default",
18344
+ "line": {
18345
+ "start": 61,
18346
+ "end": 61
18347
+ }
18348
+ },
18349
+ "group": [
18350
+ "drawer"
18351
+ ],
18352
+ "access": "public",
18353
+ "file": {
18354
+ "path": "drawer/_variables.scss",
18355
+ "name": "_variables.scss"
18356
+ }
18357
+ },
18233
18358
  {
18234
18359
  "description": "The horizontal padding of the Drawer item in each level.\n",
18235
18360
  "commentRange": {
18236
- "start": 61,
18237
- "end": 62
18361
+ "start": 63,
18362
+ "end": 64
18238
18363
  },
18239
18364
  "context": {
18240
18365
  "type": "variable",
@@ -18242,8 +18367,8 @@
18242
18367
  "value": "$kendo-drawer-item-padding-x",
18243
18368
  "scope": "default",
18244
18369
  "line": {
18245
- "start": 63,
18246
- "end": 63
18370
+ "start": 65,
18371
+ "end": 65
18247
18372
  }
18248
18373
  },
18249
18374
  "group": [
@@ -18258,8 +18383,8 @@
18258
18383
  {
18259
18384
  "description": "The count of the Drawer item levels.\n",
18260
18385
  "commentRange": {
18261
- "start": 64,
18262
- "end": 65
18386
+ "start": 66,
18387
+ "end": 67
18263
18388
  },
18264
18389
  "context": {
18265
18390
  "type": "variable",
@@ -18267,8 +18392,8 @@
18267
18392
  "value": "5",
18268
18393
  "scope": "default",
18269
18394
  "line": {
18270
- "start": 66,
18271
- "end": 66
18395
+ "start": 68,
18396
+ "end": 68
18272
18397
  }
18273
18398
  },
18274
18399
  "group": [
@@ -18283,8 +18408,8 @@
18283
18408
  {
18284
18409
  "description": "The horizontal padding of the Drawer icon.\n",
18285
18410
  "commentRange": {
18286
- "start": 68,
18287
- "end": 69
18411
+ "start": 70,
18412
+ "end": 71
18288
18413
  },
18289
18414
  "context": {
18290
18415
  "type": "variable",
@@ -18292,8 +18417,8 @@
18292
18417
  "value": "k-spacing(0)",
18293
18418
  "scope": "default",
18294
18419
  "line": {
18295
- "start": 70,
18296
- "end": 70
18420
+ "start": 72,
18421
+ "end": 72
18297
18422
  }
18298
18423
  },
18299
18424
  "group": [
@@ -18308,8 +18433,8 @@
18308
18433
  {
18309
18434
  "description": "The vertical padding of the Drawer icon.\n",
18310
18435
  "commentRange": {
18311
- "start": 72,
18312
- "end": 73
18436
+ "start": 74,
18437
+ "end": 75
18313
18438
  },
18314
18439
  "context": {
18315
18440
  "type": "variable",
@@ -18317,8 +18442,8 @@
18317
18442
  "value": "k-spacing(1)",
18318
18443
  "scope": "default",
18319
18444
  "line": {
18320
- "start": 74,
18321
- "end": 74
18445
+ "start": 76,
18446
+ "end": 76
18322
18447
  }
18323
18448
  },
18324
18449
  "group": [
@@ -18333,8 +18458,8 @@
18333
18458
  {
18334
18459
  "description": "The initial width of the mini Drawer.\n",
18335
18460
  "commentRange": {
18336
- "start": 76,
18337
- "end": 77
18461
+ "start": 78,
18462
+ "end": 79
18338
18463
  },
18339
18464
  "context": {
18340
18465
  "type": "variable",
@@ -18342,8 +18467,8 @@
18342
18467
  "value": "calc(2 * #{$kendo-drawer-item-padding-x} + #{$kendo-icon-size})",
18343
18468
  "scope": "default",
18344
18469
  "line": {
18345
- "start": 78,
18346
- "end": 78
18470
+ "start": 80,
18471
+ "end": 80
18347
18472
  }
18348
18473
  },
18349
18474
  "group": [
@@ -18358,8 +18483,8 @@
18358
18483
  {
18359
18484
  "description": "The background color of the hovered Drawer item.\n",
18360
18485
  "commentRange": {
18361
- "start": 80,
18362
- "end": 81
18486
+ "start": 82,
18487
+ "end": 83
18363
18488
  },
18364
18489
  "context": {
18365
18490
  "type": "variable",
@@ -18367,8 +18492,8 @@
18367
18492
  "value": "$kendo-hover-bg",
18368
18493
  "scope": "default",
18369
18494
  "line": {
18370
- "start": 82,
18371
- "end": 82
18495
+ "start": 84,
18496
+ "end": 84
18372
18497
  }
18373
18498
  },
18374
18499
  "group": [
@@ -18383,8 +18508,8 @@
18383
18508
  {
18384
18509
  "description": "The text color of the hovered Drawer item.\n",
18385
18510
  "commentRange": {
18386
- "start": 83,
18387
- "end": 84
18511
+ "start": 85,
18512
+ "end": 86
18388
18513
  },
18389
18514
  "context": {
18390
18515
  "type": "variable",
@@ -18392,8 +18517,8 @@
18392
18517
  "value": "$kendo-hover-text",
18393
18518
  "scope": "default",
18394
18519
  "line": {
18395
- "start": 85,
18396
- "end": 85
18520
+ "start": 87,
18521
+ "end": 87
18397
18522
  }
18398
18523
  },
18399
18524
  "group": [
@@ -18408,8 +18533,8 @@
18408
18533
  {
18409
18534
  "description": "The background color of the focused Drawer item.\n",
18410
18535
  "commentRange": {
18411
- "start": 87,
18412
- "end": 88
18536
+ "start": 89,
18537
+ "end": 90
18413
18538
  },
18414
18539
  "context": {
18415
18540
  "type": "variable",
@@ -18417,8 +18542,8 @@
18417
18542
  "value": "$kendo-drawer-bg",
18418
18543
  "scope": "default",
18419
18544
  "line": {
18420
- "start": 89,
18421
- "end": 89
18545
+ "start": 91,
18546
+ "end": 91
18422
18547
  }
18423
18548
  },
18424
18549
  "group": [
@@ -18433,8 +18558,8 @@
18433
18558
  {
18434
18559
  "description": "The box shadow of the focused Drawer item.\n",
18435
18560
  "commentRange": {
18436
- "start": 90,
18437
- "end": 91
18561
+ "start": 92,
18562
+ "end": 93
18438
18563
  },
18439
18564
  "context": {
18440
18565
  "type": "variable",
@@ -18442,8 +18567,8 @@
18442
18567
  "value": "$kendo-list-item-focus-shadow",
18443
18568
  "scope": "default",
18444
18569
  "line": {
18445
- "start": 92,
18446
- "end": 92
18570
+ "start": 94,
18571
+ "end": 94
18447
18572
  }
18448
18573
  },
18449
18574
  "group": [
@@ -18458,8 +18583,8 @@
18458
18583
  {
18459
18584
  "description": "The background color of the selected Drawer item.\n",
18460
18585
  "commentRange": {
18461
- "start": 94,
18462
- "end": 95
18586
+ "start": 96,
18587
+ "end": 97
18463
18588
  },
18464
18589
  "context": {
18465
18590
  "type": "variable",
@@ -18467,8 +18592,8 @@
18467
18592
  "value": "$kendo-selected-bg",
18468
18593
  "scope": "default",
18469
18594
  "line": {
18470
- "start": 96,
18471
- "end": 96
18595
+ "start": 98,
18596
+ "end": 98
18472
18597
  }
18473
18598
  },
18474
18599
  "group": [
@@ -18483,8 +18608,8 @@
18483
18608
  {
18484
18609
  "description": "The text color of the selected Drawer item.\n",
18485
18610
  "commentRange": {
18486
- "start": 97,
18487
- "end": 98
18611
+ "start": 99,
18612
+ "end": 100
18488
18613
  },
18489
18614
  "context": {
18490
18615
  "type": "variable",
@@ -18492,8 +18617,8 @@
18492
18617
  "value": "$kendo-selected-text",
18493
18618
  "scope": "default",
18494
18619
  "line": {
18495
- "start": 99,
18496
- "end": 99
18620
+ "start": 101,
18621
+ "end": 101
18497
18622
  }
18498
18623
  },
18499
18624
  "group": [
@@ -18508,8 +18633,8 @@
18508
18633
  {
18509
18634
  "description": "The background color of the selected and hovered Drawer item.\n",
18510
18635
  "commentRange": {
18511
- "start": 101,
18512
- "end": 102
18636
+ "start": 103,
18637
+ "end": 104
18513
18638
  },
18514
18639
  "context": {
18515
18640
  "type": "variable",
@@ -18517,8 +18642,8 @@
18517
18642
  "value": "$kendo-selected-hover-bg",
18518
18643
  "scope": "default",
18519
18644
  "line": {
18520
- "start": 103,
18521
- "end": 103
18645
+ "start": 105,
18646
+ "end": 105
18522
18647
  }
18523
18648
  },
18524
18649
  "group": [
@@ -18533,8 +18658,8 @@
18533
18658
  {
18534
18659
  "description": "The text color of the selected and hovered Drawer item.\n",
18535
18660
  "commentRange": {
18536
- "start": 104,
18537
- "end": 105
18661
+ "start": 106,
18662
+ "end": 107
18538
18663
  },
18539
18664
  "context": {
18540
18665
  "type": "variable",
@@ -18542,8 +18667,8 @@
18542
18667
  "value": "$kendo-selected-hover-text",
18543
18668
  "scope": "default",
18544
18669
  "line": {
18545
- "start": 106,
18546
- "end": 106
18670
+ "start": 108,
18671
+ "end": 108
18547
18672
  }
18548
18673
  },
18549
18674
  "group": [
@@ -23564,7 +23689,7 @@
23564
23689
  "context": {
23565
23690
  "type": "variable",
23566
23691
  "name": "kendo-form-legend-font-size",
23567
- "value": "14px",
23692
+ "value": "var( --kendo-font-size, inherit )",
23568
23693
  "scope": "default",
23569
23694
  "line": {
23570
23695
  "start": 56,
@@ -23664,7 +23789,7 @@
23664
23789
  "context": {
23665
23790
  "type": "variable",
23666
23791
  "name": "kendo-form-hint-font-size",
23667
- "value": "12px",
23792
+ "value": "var( --kendo-font-size-sm, inherit )",
23668
23793
  "scope": "default",
23669
23794
  "line": {
23670
23795
  "start": 71,
@@ -24064,7 +24189,7 @@
24064
24189
  "context": {
24065
24190
  "type": "variable",
24066
24191
  "name": "kendo-label-optional-font-size",
24067
- "value": "12px",
24192
+ "value": "var( --kendo-font-size-sm, inherit )",
24068
24193
  "scope": "default",
24069
24194
  "line": {
24070
24195
  "start": 127,
@@ -31955,6 +32080,31 @@
31955
32080
  "name": "_variables.scss"
31956
32081
  }
31957
32082
  },
32083
+ {
32084
+ "description": "The z-index of the Loading indicator.\n",
32085
+ "commentRange": {
32086
+ "start": 127,
32087
+ "end": 128
32088
+ },
32089
+ "context": {
32090
+ "type": "variable",
32091
+ "name": "kendo-zindex-loading",
32092
+ "value": "100",
32093
+ "scope": "default",
32094
+ "line": {
32095
+ "start": 129,
32096
+ "end": 129
32097
+ }
32098
+ },
32099
+ "group": [
32100
+ "loading"
32101
+ ],
32102
+ "access": "public",
32103
+ "file": {
32104
+ "path": "loader/_variables.scss",
32105
+ "name": "_variables.scss"
32106
+ }
32107
+ },
31958
32108
  {
31959
32109
  "description": "Horizontal padding of the menu popup.\n",
31960
32110
  "commentRange": {
@@ -35555,6 +35705,256 @@
35555
35705
  "name": "_palettes.scss"
35556
35706
  }
35557
35707
  },
35708
+ {
35709
+ "description": "The border radius of the Panel.\n",
35710
+ "commentRange": {
35711
+ "start": 2,
35712
+ "end": 3
35713
+ },
35714
+ "context": {
35715
+ "type": "variable",
35716
+ "name": "kendo-panel-border-radius",
35717
+ "value": "k-border-radius(md)",
35718
+ "scope": "private",
35719
+ "line": {
35720
+ "start": 4,
35721
+ "end": 4
35722
+ }
35723
+ },
35724
+ "group": [
35725
+ "panel"
35726
+ ],
35727
+ "access": "public",
35728
+ "file": {
35729
+ "path": "panel/_variables.scss",
35730
+ "name": "_variables.scss"
35731
+ }
35732
+ },
35733
+ {
35734
+ "description": "The width of the border around the Panel.\n",
35735
+ "commentRange": {
35736
+ "start": 5,
35737
+ "end": 6
35738
+ },
35739
+ "context": {
35740
+ "type": "variable",
35741
+ "name": "kendo-panel-border-width",
35742
+ "value": "1px",
35743
+ "scope": "private",
35744
+ "line": {
35745
+ "start": 7,
35746
+ "end": 7
35747
+ }
35748
+ },
35749
+ "group": [
35750
+ "panel"
35751
+ ],
35752
+ "access": "public",
35753
+ "file": {
35754
+ "path": "panel/_variables.scss",
35755
+ "name": "_variables.scss"
35756
+ }
35757
+ },
35758
+ {
35759
+ "description": "The style of the border around the Panel.\n",
35760
+ "commentRange": {
35761
+ "start": 8,
35762
+ "end": 9
35763
+ },
35764
+ "context": {
35765
+ "type": "variable",
35766
+ "name": "kendo-panel-border-style",
35767
+ "value": "solid",
35768
+ "scope": "private",
35769
+ "line": {
35770
+ "start": 10,
35771
+ "end": 10
35772
+ }
35773
+ },
35774
+ "group": [
35775
+ "panel"
35776
+ ],
35777
+ "access": "public",
35778
+ "file": {
35779
+ "path": "panel/_variables.scss",
35780
+ "name": "_variables.scss"
35781
+ }
35782
+ },
35783
+ {
35784
+ "description": "The inline padding of the Panel header.\n",
35785
+ "commentRange": {
35786
+ "start": 12,
35787
+ "end": 13
35788
+ },
35789
+ "context": {
35790
+ "type": "variable",
35791
+ "name": "kendo-panel-header-padding-inline",
35792
+ "value": "k-spacing(2)",
35793
+ "scope": "private",
35794
+ "line": {
35795
+ "start": 14,
35796
+ "end": 14
35797
+ }
35798
+ },
35799
+ "group": [
35800
+ "panel"
35801
+ ],
35802
+ "access": "public",
35803
+ "file": {
35804
+ "path": "panel/_variables.scss",
35805
+ "name": "_variables.scss"
35806
+ }
35807
+ },
35808
+ {
35809
+ "description": "The block padding of the Panel header.\n",
35810
+ "commentRange": {
35811
+ "start": 15,
35812
+ "end": 16
35813
+ },
35814
+ "context": {
35815
+ "type": "variable",
35816
+ "name": "kendo-panel-header-padding-block",
35817
+ "value": "k-spacing(1)",
35818
+ "scope": "private",
35819
+ "line": {
35820
+ "start": 17,
35821
+ "end": 17
35822
+ }
35823
+ },
35824
+ "group": [
35825
+ "panel"
35826
+ ],
35827
+ "access": "public",
35828
+ "file": {
35829
+ "path": "panel/_variables.scss",
35830
+ "name": "_variables.scss"
35831
+ }
35832
+ },
35833
+ {
35834
+ "description": "The inline padding of the Panel content.\n",
35835
+ "commentRange": {
35836
+ "start": 19,
35837
+ "end": 20
35838
+ },
35839
+ "context": {
35840
+ "type": "variable",
35841
+ "name": "kendo-panel-content-padding-inline",
35842
+ "value": "k-spacing(2)",
35843
+ "scope": "private",
35844
+ "line": {
35845
+ "start": 21,
35846
+ "end": 21
35847
+ }
35848
+ },
35849
+ "group": [
35850
+ "panel"
35851
+ ],
35852
+ "access": "public",
35853
+ "file": {
35854
+ "path": "panel/_variables.scss",
35855
+ "name": "_variables.scss"
35856
+ }
35857
+ },
35858
+ {
35859
+ "description": "The block padding of the Panel content.\n",
35860
+ "commentRange": {
35861
+ "start": 22,
35862
+ "end": 23
35863
+ },
35864
+ "context": {
35865
+ "type": "variable",
35866
+ "name": "kendo-panel-content-padding-block",
35867
+ "value": "k-spacing(1)",
35868
+ "scope": "private",
35869
+ "line": {
35870
+ "start": 24,
35871
+ "end": 24
35872
+ }
35873
+ },
35874
+ "group": [
35875
+ "panel"
35876
+ ],
35877
+ "access": "public",
35878
+ "file": {
35879
+ "path": "panel/_variables.scss",
35880
+ "name": "_variables.scss"
35881
+ }
35882
+ },
35883
+ {
35884
+ "description": "The text color of the Panel.\n",
35885
+ "commentRange": {
35886
+ "start": 26,
35887
+ "end": 27
35888
+ },
35889
+ "context": {
35890
+ "type": "variable",
35891
+ "name": "kendo-panel-text",
35892
+ "value": "var(--kendo-component-text, #{$kendo-component-text})",
35893
+ "scope": "private",
35894
+ "line": {
35895
+ "start": 28,
35896
+ "end": 28
35897
+ }
35898
+ },
35899
+ "group": [
35900
+ "panel"
35901
+ ],
35902
+ "access": "public",
35903
+ "file": {
35904
+ "path": "panel/_variables.scss",
35905
+ "name": "_variables.scss"
35906
+ }
35907
+ },
35908
+ {
35909
+ "description": "The background color of the Panel.\n",
35910
+ "commentRange": {
35911
+ "start": 29,
35912
+ "end": 30
35913
+ },
35914
+ "context": {
35915
+ "type": "variable",
35916
+ "name": "kendo-panel-bg",
35917
+ "value": "var(--kendo-component-bg, #{$kendo-component-bg})",
35918
+ "scope": "private",
35919
+ "line": {
35920
+ "start": 31,
35921
+ "end": 31
35922
+ }
35923
+ },
35924
+ "group": [
35925
+ "panel"
35926
+ ],
35927
+ "access": "public",
35928
+ "file": {
35929
+ "path": "panel/_variables.scss",
35930
+ "name": "_variables.scss"
35931
+ }
35932
+ },
35933
+ {
35934
+ "description": "The color of the border around the Panel.\n",
35935
+ "commentRange": {
35936
+ "start": 32,
35937
+ "end": 33
35938
+ },
35939
+ "context": {
35940
+ "type": "variable",
35941
+ "name": "kendo-panel-border",
35942
+ "value": "var(--kendo-component-border, #{$kendo-component-border})",
35943
+ "scope": "private",
35944
+ "line": {
35945
+ "start": 34,
35946
+ "end": 34
35947
+ }
35948
+ },
35949
+ "group": [
35950
+ "panel"
35951
+ ],
35952
+ "access": "public",
35953
+ "file": {
35954
+ "path": "panel/_variables.scss",
35955
+ "name": "_variables.scss"
35956
+ }
35957
+ },
35558
35958
  {
35559
35959
  "description": "The horizontal padding of the PanelBar.\n",
35560
35960
  "commentRange": {
@@ -40714,7 +41114,7 @@
40714
41114
  "context": {
40715
41115
  "type": "variable",
40716
41116
  "name": "kendo-progressbar-line-height",
40717
- "value": "1",
41117
+ "value": "var( --kendo-line-height-xs, normal )",
40718
41118
  "scope": "default",
40719
41119
  "line": {
40720
41120
  "start": 23,
@@ -50042,7 +50442,7 @@
50042
50442
  "context": {
50043
50443
  "type": "variable",
50044
50444
  "name": "kendo-stepper-indicator-disabled-text",
50045
- "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text)",
50445
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8f8f8f)",
50046
50446
  "scope": "default",
50047
50447
  "line": {
50048
50448
  "start": 106,
@@ -50642,7 +51042,7 @@
50642
51042
  "context": {
50643
51043
  "type": "variable",
50644
51044
  "name": "kendo-stepper-label-disabled-text",
50645
- "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text)",
51045
+ "value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8f8f8f)",
50646
51046
  "scope": "default",
50647
51047
  "line": {
50648
51048
  "start": 185,
@@ -56508,6 +56908,56 @@
56508
56908
  "name": "_variables.scss"
56509
56909
  }
56510
56910
  },
56911
+ {
56912
+ "description": "The border width of the current time indicator.\n",
56913
+ "commentRange": {
56914
+ "start": 1,
56915
+ "end": 2
56916
+ },
56917
+ "context": {
56918
+ "type": "variable",
56919
+ "name": "kendo-current-time-width",
56920
+ "value": "1px",
56921
+ "scope": "default",
56922
+ "line": {
56923
+ "start": 3,
56924
+ "end": 3
56925
+ }
56926
+ },
56927
+ "group": [
56928
+ "time-marker"
56929
+ ],
56930
+ "access": "public",
56931
+ "file": {
56932
+ "path": "time-marker/_variables.scss",
56933
+ "name": "_variables.scss"
56934
+ }
56935
+ },
56936
+ {
56937
+ "description": "The color of the current time indicator.\n",
56938
+ "commentRange": {
56939
+ "start": 4,
56940
+ "end": 5
56941
+ },
56942
+ "context": {
56943
+ "type": "variable",
56944
+ "name": "kendo-current-time-color",
56945
+ "value": "#ff0000",
56946
+ "scope": "default",
56947
+ "line": {
56948
+ "start": 6,
56949
+ "end": 6
56950
+ }
56951
+ },
56952
+ "group": [
56953
+ "time-marker"
56954
+ ],
56955
+ "access": "public",
56956
+ "file": {
56957
+ "path": "time-marker/_variables.scss",
56958
+ "name": "_variables.scss"
56959
+ }
56960
+ },
56511
56961
  {
56512
56962
  "description": "The horizontal spacing of the Timeline.\n",
56513
56963
  "commentRange": {
@@ -58592,7 +59042,7 @@
58592
59042
  "context": {
58593
59043
  "type": "variable",
58594
59044
  "name": "kendo-tooltip-line-height",
58595
- "value": "1.25",
59045
+ "value": "var( --kendo-line-height-sm, normal )",
58596
59046
  "scope": "default",
58597
59047
  "line": {
58598
59048
  "start": 24,
@@ -58642,7 +59092,7 @@
58642
59092
  "context": {
58643
59093
  "type": "variable",
58644
59094
  "name": "kendo-tooltip-title-line-height",
58645
- "value": "1",
59095
+ "value": "var( --kendo-line-height-xs, normal )",
58646
59096
  "scope": "default",
58647
59097
  "line": {
58648
59098
  "start": 31,
@@ -62011,8 +62461,8 @@
62011
62461
  {
62012
62462
  "description": "Box shadow of focused items.\n",
62013
62463
  "commentRange": {
62014
- "start": 52,
62015
- "end": 52
62464
+ "start": 53,
62465
+ "end": 53
62016
62466
  },
62017
62467
  "context": {
62018
62468
  "type": "variable",
@@ -62020,8 +62470,8 @@
62020
62470
  "value": "inset 0 0 0 2px rgba(0, 0, 0, .13)",
62021
62471
  "scope": "default",
62022
62472
  "line": {
62023
- "start": 53,
62024
- "end": 53
62473
+ "start": 54,
62474
+ "end": 54
62025
62475
  }
62026
62476
  },
62027
62477
  "access": "public",
@@ -62036,8 +62486,8 @@
62036
62486
  {
62037
62487
  "description": "Transition used across all components.\n",
62038
62488
  "commentRange": {
62039
- "start": 55,
62040
- "end": 55
62489
+ "start": 56,
62490
+ "end": 56
62041
62491
  },
62042
62492
  "context": {
62043
62493
  "type": "variable",
@@ -62045,58 +62495,8 @@
62045
62495
  "value": "color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out",
62046
62496
  "scope": "default",
62047
62497
  "line": {
62048
- "start": 56,
62049
- "end": 56
62050
- }
62051
- },
62052
- "access": "public",
62053
- "group": [
62054
- "undefined"
62055
- ],
62056
- "file": {
62057
- "path": "_variables.scss",
62058
- "name": "_variables.scss"
62059
- }
62060
- },
62061
- {
62062
- "description": "Filter used for disabled items.\n",
62063
- "commentRange": {
62064
- "start": 59,
62065
- "end": 59
62066
- },
62067
- "context": {
62068
- "type": "variable",
62069
- "name": "kendo-disabled-filter",
62070
- "value": "grayscale(.1)",
62071
- "scope": "default",
62072
- "line": {
62073
- "start": 60,
62074
- "end": 60
62075
- }
62076
- },
62077
- "access": "public",
62078
- "group": [
62079
- "undefined"
62080
- ],
62081
- "file": {
62082
- "path": "_variables.scss",
62083
- "name": "_variables.scss"
62084
- }
62085
- },
62086
- {
62087
- "description": "Opacity used for disabled items.\n",
62088
- "commentRange": {
62089
- "start": 61,
62090
- "end": 61
62091
- },
62092
- "context": {
62093
- "type": "variable",
62094
- "name": "kendo-disabled-opacity",
62095
- "value": ".6",
62096
- "scope": "default",
62097
- "line": {
62098
- "start": 62,
62099
- "end": 62
62498
+ "start": 57,
62499
+ "end": 57
62100
62500
  }
62101
62501
  },
62102
62502
  "access": "public",
@@ -62508,31 +62908,6 @@
62508
62908
  "name": "_swatch.scss"
62509
62909
  }
62510
62910
  },
62511
- {
62512
- "description": "Text color of disabled items.\n",
62513
- "commentRange": {
62514
- "start": 603,
62515
- "end": 603
62516
- },
62517
- "context": {
62518
- "type": "variable",
62519
- "name": "kendo-disabled-text",
62520
- "value": "#8f8f8f",
62521
- "scope": "default",
62522
- "line": {
62523
- "start": 604,
62524
- "end": 604
62525
- }
62526
- },
62527
- "access": "public",
62528
- "group": [
62529
- "undefined"
62530
- ],
62531
- "file": {
62532
- "path": "core/color-system/_swatch.scss",
62533
- "name": "_swatch.scss"
62534
- }
62535
- },
62536
62911
  {
62537
62912
  "description": "The displays Map.\n",
62538
62913
  "commentRange": {
@@ -63042,7 +63417,7 @@
63042
63417
  "context": {
63043
63418
  "type": "variable",
63044
63419
  "name": "kendo-upload-validation-font-size",
63045
- "value": "11px",
63420
+ "value": "var( --kendo-font-size-sm, inherit )",
63046
63421
  "scope": "default",
63047
63422
  "line": {
63048
63423
  "start": 68,
@@ -63059,15 +63434,15 @@
63059
63434
  }
63060
63435
  },
63061
63436
  {
63062
- "description": "The horizontal spacing of the Upload status icon.\n",
63437
+ "description": "The line height of the Upload validation message.\n",
63063
63438
  "commentRange": {
63064
63439
  "start": 69,
63065
63440
  "end": 70
63066
63441
  },
63067
63442
  "context": {
63068
63443
  "type": "variable",
63069
- "name": "kendo-upload-icon-spacing",
63070
- "value": "$kendo-icon-spacing",
63444
+ "name": "kendo-upload-validation-line-height",
63445
+ "value": "var( --kendo-line-height-xs, normal )",
63071
63446
  "scope": "default",
63072
63447
  "line": {
63073
63448
  "start": 71,
@@ -63084,15 +63459,15 @@
63084
63459
  }
63085
63460
  },
63086
63461
  {
63087
- "description": "The color of the uploaded items icon.\n",
63462
+ "description": "The horizontal spacing of the Upload status icon.\n",
63088
63463
  "commentRange": {
63089
63464
  "start": 72,
63090
63465
  "end": 73
63091
63466
  },
63092
63467
  "context": {
63093
63468
  "type": "variable",
63094
- "name": "kendo-upload-icon-color",
63095
- "value": "$kendo-subtle-text",
63469
+ "name": "kendo-upload-icon-spacing",
63470
+ "value": "$kendo-icon-spacing",
63096
63471
  "scope": "default",
63097
63472
  "line": {
63098
63473
  "start": 74,
@@ -63108,11 +63483,36 @@
63108
63483
  "name": "_variables.scss"
63109
63484
  }
63110
63485
  },
63486
+ {
63487
+ "description": "The color of the uploaded items icon.\n",
63488
+ "commentRange": {
63489
+ "start": 75,
63490
+ "end": 76
63491
+ },
63492
+ "context": {
63493
+ "type": "variable",
63494
+ "name": "kendo-upload-icon-color",
63495
+ "value": "$kendo-subtle-text",
63496
+ "scope": "default",
63497
+ "line": {
63498
+ "start": 77,
63499
+ "end": 77
63500
+ }
63501
+ },
63502
+ "group": [
63503
+ "upload"
63504
+ ],
63505
+ "access": "public",
63506
+ "file": {
63507
+ "path": "upload/_variables.scss",
63508
+ "name": "_variables.scss"
63509
+ }
63510
+ },
63111
63511
  {
63112
63512
  "description": "The thickness of the Upload progress bar.\n",
63113
63513
  "commentRange": {
63114
- "start": 76,
63115
- "end": 77
63514
+ "start": 79,
63515
+ "end": 80
63116
63516
  },
63117
63517
  "context": {
63118
63518
  "type": "variable",
@@ -63120,8 +63520,8 @@
63120
63520
  "value": "2px",
63121
63521
  "scope": "default",
63122
63522
  "line": {
63123
- "start": 78,
63124
- "end": 78
63523
+ "start": 81,
63524
+ "end": 81
63125
63525
  }
63126
63526
  },
63127
63527
  "group": [
@@ -63136,8 +63536,8 @@
63136
63536
  {
63137
63537
  "description": "The background color of the Upload progress bar.\n",
63138
63538
  "commentRange": {
63139
- "start": 79,
63140
- "end": 80
63539
+ "start": 82,
63540
+ "end": 83
63141
63541
  },
63142
63542
  "context": {
63143
63543
  "type": "variable",
@@ -63145,8 +63545,8 @@
63145
63545
  "value": "$kendo-color-info",
63146
63546
  "scope": "default",
63147
63547
  "line": {
63148
- "start": 81,
63149
- "end": 81
63548
+ "start": 84,
63549
+ "end": 84
63150
63550
  }
63151
63551
  },
63152
63552
  "group": [
@@ -63161,8 +63561,8 @@
63161
63561
  {
63162
63562
  "description": "The success text color of the Upload.\n",
63163
63563
  "commentRange": {
63164
- "start": 83,
63165
- "end": 84
63564
+ "start": 86,
63565
+ "end": 87
63166
63566
  },
63167
63567
  "context": {
63168
63568
  "type": "variable",
@@ -63170,8 +63570,8 @@
63170
63570
  "value": "$kendo-color-success",
63171
63571
  "scope": "default",
63172
63572
  "line": {
63173
- "start": 85,
63174
- "end": 85
63573
+ "start": 88,
63574
+ "end": 88
63175
63575
  }
63176
63576
  },
63177
63577
  "group": [
@@ -63186,8 +63586,8 @@
63186
63586
  {
63187
63587
  "description": "The success background color of the Upload progress bar.\n",
63188
63588
  "commentRange": {
63189
- "start": 86,
63190
- "end": 87
63589
+ "start": 89,
63590
+ "end": 90
63191
63591
  },
63192
63592
  "context": {
63193
63593
  "type": "variable",
@@ -63195,8 +63595,8 @@
63195
63595
  "value": "$kendo-color-success",
63196
63596
  "scope": "default",
63197
63597
  "line": {
63198
- "start": 88,
63199
- "end": 88
63598
+ "start": 91,
63599
+ "end": 91
63200
63600
  }
63201
63601
  },
63202
63602
  "group": [
@@ -63211,8 +63611,8 @@
63211
63611
  {
63212
63612
  "description": "The error text color of the Upload.\n",
63213
63613
  "commentRange": {
63214
- "start": 90,
63215
- "end": 91
63614
+ "start": 93,
63615
+ "end": 94
63216
63616
  },
63217
63617
  "context": {
63218
63618
  "type": "variable",
@@ -63220,8 +63620,8 @@
63220
63620
  "value": "$kendo-color-error",
63221
63621
  "scope": "default",
63222
63622
  "line": {
63223
- "start": 92,
63224
- "end": 92
63623
+ "start": 95,
63624
+ "end": 95
63225
63625
  }
63226
63626
  },
63227
63627
  "group": [
@@ -63236,8 +63636,8 @@
63236
63636
  {
63237
63637
  "description": "The error background color of the Upload progress bar.\n",
63238
63638
  "commentRange": {
63239
- "start": 93,
63240
- "end": 94
63639
+ "start": 96,
63640
+ "end": 97
63241
63641
  },
63242
63642
  "context": {
63243
63643
  "type": "variable",
@@ -63245,8 +63645,8 @@
63245
63645
  "value": "$kendo-color-error",
63246
63646
  "scope": "default",
63247
63647
  "line": {
63248
- "start": 95,
63249
- "end": 95
63648
+ "start": 98,
63649
+ "end": 98
63250
63650
  }
63251
63651
  },
63252
63652
  "group": [
@@ -63261,8 +63661,8 @@
63261
63661
  {
63262
63662
  "description": "The shadow of the focused Upload button, actions and uploaded items.\n",
63263
63663
  "commentRange": {
63264
- "start": 97,
63265
- "end": 98
63664
+ "start": 100,
63665
+ "end": 101
63266
63666
  },
63267
63667
  "context": {
63268
63668
  "type": "variable",
@@ -63270,8 +63670,8 @@
63270
63670
  "value": "0 0 0 2px rgba(0, 0, 0, .13)",
63271
63671
  "scope": "default",
63272
63672
  "line": {
63273
- "start": 99,
63274
- "end": 99
63673
+ "start": 102,
63674
+ "end": 102
63275
63675
  }
63276
63676
  },
63277
63677
  "group": [
@@ -63392,7 +63792,7 @@
63392
63792
  "context": {
63393
63793
  "type": "variable",
63394
63794
  "name": "kendo-window-line-height",
63395
- "value": "1.25",
63795
+ "value": "var( --kendo-line-height-sm, normal )",
63396
63796
  "scope": "default",
63397
63797
  "line": {
63398
63798
  "start": 19,
@@ -63542,7 +63942,7 @@
63542
63942
  "context": {
63543
63943
  "type": "variable",
63544
63944
  "name": "kendo-window-title-line-height",
63545
- "value": "1.25",
63945
+ "value": "var( --kendo-line-height-sm, normal )",
63546
63946
  "scope": "default",
63547
63947
  "line": {
63548
63948
  "start": 39,
@@ -66277,6 +66677,131 @@
66277
66677
  "name": "index.import.scss"
66278
66678
  }
66279
66679
  },
66680
+ {
66681
+ "description": "The background color of disabled items.\n",
66682
+ "commentRange": {
66683
+ "start": 41,
66684
+ "end": 41
66685
+ },
66686
+ "context": {
66687
+ "type": "variable",
66688
+ "name": "kendo-disabled-bg",
66689
+ "value": "null",
66690
+ "scope": "default",
66691
+ "line": {
66692
+ "start": 42,
66693
+ "end": 42
66694
+ }
66695
+ },
66696
+ "access": "public",
66697
+ "group": [
66698
+ "undefined"
66699
+ ],
66700
+ "file": {
66701
+ "path": "core/scss/color-system/_swatch-legacy.scss",
66702
+ "name": "_swatch-legacy.scss"
66703
+ }
66704
+ },
66705
+ {
66706
+ "description": "The text color of disabled items.\n",
66707
+ "commentRange": {
66708
+ "start": 43,
66709
+ "end": 43
66710
+ },
66711
+ "context": {
66712
+ "type": "variable",
66713
+ "name": "kendo-disabled-text",
66714
+ "value": "null",
66715
+ "scope": "default",
66716
+ "line": {
66717
+ "start": 44,
66718
+ "end": 44
66719
+ }
66720
+ },
66721
+ "access": "public",
66722
+ "group": [
66723
+ "undefined"
66724
+ ],
66725
+ "file": {
66726
+ "path": "core/scss/color-system/_swatch-legacy.scss",
66727
+ "name": "_swatch-legacy.scss"
66728
+ }
66729
+ },
66730
+ {
66731
+ "description": "The border color of disabled items.\n",
66732
+ "commentRange": {
66733
+ "start": 45,
66734
+ "end": 45
66735
+ },
66736
+ "context": {
66737
+ "type": "variable",
66738
+ "name": "kendo-disabled-border",
66739
+ "value": "null",
66740
+ "scope": "default",
66741
+ "line": {
66742
+ "start": 46,
66743
+ "end": 46
66744
+ }
66745
+ },
66746
+ "access": "public",
66747
+ "group": [
66748
+ "undefined"
66749
+ ],
66750
+ "file": {
66751
+ "path": "core/scss/color-system/_swatch-legacy.scss",
66752
+ "name": "_swatch-legacy.scss"
66753
+ }
66754
+ },
66755
+ {
66756
+ "description": "The opacity of disabled items.\n",
66757
+ "commentRange": {
66758
+ "start": 47,
66759
+ "end": 47
66760
+ },
66761
+ "context": {
66762
+ "type": "variable",
66763
+ "name": "kendo-disabled-opacity",
66764
+ "value": "null",
66765
+ "scope": "default",
66766
+ "line": {
66767
+ "start": 48,
66768
+ "end": 48
66769
+ }
66770
+ },
66771
+ "access": "public",
66772
+ "group": [
66773
+ "undefined"
66774
+ ],
66775
+ "file": {
66776
+ "path": "core/scss/color-system/_swatch-legacy.scss",
66777
+ "name": "_swatch-legacy.scss"
66778
+ }
66779
+ },
66780
+ {
66781
+ "description": "The filter of disabled items.\n",
66782
+ "commentRange": {
66783
+ "start": 49,
66784
+ "end": 49
66785
+ },
66786
+ "context": {
66787
+ "type": "variable",
66788
+ "name": "kendo-disabled-filter",
66789
+ "value": "null",
66790
+ "scope": "default",
66791
+ "line": {
66792
+ "start": 50,
66793
+ "end": 50
66794
+ }
66795
+ },
66796
+ "access": "public",
66797
+ "group": [
66798
+ "undefined"
66799
+ ],
66800
+ "file": {
66801
+ "path": "core/scss/color-system/_swatch-legacy.scss",
66802
+ "name": "_swatch-legacy.scss"
66803
+ }
66804
+ },
66280
66805
  {
66281
66806
  "description": "A list of files converted to data URIs\n",
66282
66807
  "commentRange": {