@progress/kendo-theme-default 8.1.0-dev.1 → 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 (42) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +41 -22
  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.css +1 -1
  8. package/dist/default-nordic.css +1 -1
  9. package/dist/default-ocean-blue-a11y.css +1 -1
  10. package/dist/default-ocean-blue.css +1 -1
  11. package/dist/default-orange.css +1 -1
  12. package/dist/default-purple.css +1 -1
  13. package/dist/default-turquoise.css +1 -1
  14. package/dist/default-urban.css +1 -1
  15. package/dist/meta/sassdoc-data.json +902 -578
  16. package/dist/meta/sassdoc-raw-data.json +406 -256
  17. package/dist/meta/variables.json +54 -34
  18. package/lib/swatches/default-blue.json +1 -1
  19. package/lib/swatches/default-dataviz-v4.json +1 -1
  20. package/lib/swatches/default-green.json +1 -1
  21. package/lib/swatches/default-main-dark.json +1 -1
  22. package/lib/swatches/default-main.json +1 -1
  23. package/lib/swatches/default-nordic.json +1 -1
  24. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  25. package/lib/swatches/default-ocean-blue.json +1 -1
  26. package/lib/swatches/default-orange.json +1 -1
  27. package/lib/swatches/default-purple.json +1 -1
  28. package/lib/swatches/default-turquoise.json +1 -1
  29. package/lib/swatches/default-urban.json +1 -1
  30. package/package.json +4 -4
  31. package/scss/bottom-navigation/_variables.scss +1 -1
  32. package/scss/card/_variables.scss +2 -2
  33. package/scss/chat/_layout.scss +4 -4
  34. package/scss/chat/_variables.scss +17 -3
  35. package/scss/drawer/_variables.scss +3 -1
  36. package/scss/forms/_variables.scss +3 -3
  37. package/scss/progressbar/_variables.scss +1 -1
  38. package/scss/timeselector/_variables.scss +1 -1
  39. package/scss/tooltip/_variables.scss +2 -2
  40. package/scss/upload/_layout.scss +1 -1
  41. package/scss/upload/_variables.scss +4 -1
  42. package/scss/window/_variables.scss +2 -2
@@ -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": [
@@ -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,
@@ -40989,7 +41114,7 @@
40989
41114
  "context": {
40990
41115
  "type": "variable",
40991
41116
  "name": "kendo-progressbar-line-height",
40992
- "value": "1",
41117
+ "value": "var( --kendo-line-height-xs, normal )",
40993
41118
  "scope": "default",
40994
41119
  "line": {
40995
41120
  "start": 23,
@@ -58917,7 +59042,7 @@
58917
59042
  "context": {
58918
59043
  "type": "variable",
58919
59044
  "name": "kendo-tooltip-line-height",
58920
- "value": "1.25",
59045
+ "value": "var( --kendo-line-height-sm, normal )",
58921
59046
  "scope": "default",
58922
59047
  "line": {
58923
59048
  "start": 24,
@@ -58967,7 +59092,7 @@
58967
59092
  "context": {
58968
59093
  "type": "variable",
58969
59094
  "name": "kendo-tooltip-title-line-height",
58970
- "value": "1",
59095
+ "value": "var( --kendo-line-height-xs, normal )",
58971
59096
  "scope": "default",
58972
59097
  "line": {
58973
59098
  "start": 31,
@@ -63292,7 +63417,7 @@
63292
63417
  "context": {
63293
63418
  "type": "variable",
63294
63419
  "name": "kendo-upload-validation-font-size",
63295
- "value": "11px",
63420
+ "value": "var( --kendo-font-size-sm, inherit )",
63296
63421
  "scope": "default",
63297
63422
  "line": {
63298
63423
  "start": 68,
@@ -63309,15 +63434,15 @@
63309
63434
  }
63310
63435
  },
63311
63436
  {
63312
- "description": "The horizontal spacing of the Upload status icon.\n",
63437
+ "description": "The line height of the Upload validation message.\n",
63313
63438
  "commentRange": {
63314
63439
  "start": 69,
63315
63440
  "end": 70
63316
63441
  },
63317
63442
  "context": {
63318
63443
  "type": "variable",
63319
- "name": "kendo-upload-icon-spacing",
63320
- "value": "$kendo-icon-spacing",
63444
+ "name": "kendo-upload-validation-line-height",
63445
+ "value": "var( --kendo-line-height-xs, normal )",
63321
63446
  "scope": "default",
63322
63447
  "line": {
63323
63448
  "start": 71,
@@ -63334,15 +63459,15 @@
63334
63459
  }
63335
63460
  },
63336
63461
  {
63337
- "description": "The color of the uploaded items icon.\n",
63462
+ "description": "The horizontal spacing of the Upload status icon.\n",
63338
63463
  "commentRange": {
63339
63464
  "start": 72,
63340
63465
  "end": 73
63341
63466
  },
63342
63467
  "context": {
63343
63468
  "type": "variable",
63344
- "name": "kendo-upload-icon-color",
63345
- "value": "$kendo-subtle-text",
63469
+ "name": "kendo-upload-icon-spacing",
63470
+ "value": "$kendo-icon-spacing",
63346
63471
  "scope": "default",
63347
63472
  "line": {
63348
63473
  "start": 74,
@@ -63358,11 +63483,36 @@
63358
63483
  "name": "_variables.scss"
63359
63484
  }
63360
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
+ },
63361
63511
  {
63362
63512
  "description": "The thickness of the Upload progress bar.\n",
63363
63513
  "commentRange": {
63364
- "start": 76,
63365
- "end": 77
63514
+ "start": 79,
63515
+ "end": 80
63366
63516
  },
63367
63517
  "context": {
63368
63518
  "type": "variable",
@@ -63370,8 +63520,8 @@
63370
63520
  "value": "2px",
63371
63521
  "scope": "default",
63372
63522
  "line": {
63373
- "start": 78,
63374
- "end": 78
63523
+ "start": 81,
63524
+ "end": 81
63375
63525
  }
63376
63526
  },
63377
63527
  "group": [
@@ -63386,8 +63536,8 @@
63386
63536
  {
63387
63537
  "description": "The background color of the Upload progress bar.\n",
63388
63538
  "commentRange": {
63389
- "start": 79,
63390
- "end": 80
63539
+ "start": 82,
63540
+ "end": 83
63391
63541
  },
63392
63542
  "context": {
63393
63543
  "type": "variable",
@@ -63395,8 +63545,8 @@
63395
63545
  "value": "$kendo-color-info",
63396
63546
  "scope": "default",
63397
63547
  "line": {
63398
- "start": 81,
63399
- "end": 81
63548
+ "start": 84,
63549
+ "end": 84
63400
63550
  }
63401
63551
  },
63402
63552
  "group": [
@@ -63411,8 +63561,8 @@
63411
63561
  {
63412
63562
  "description": "The success text color of the Upload.\n",
63413
63563
  "commentRange": {
63414
- "start": 83,
63415
- "end": 84
63564
+ "start": 86,
63565
+ "end": 87
63416
63566
  },
63417
63567
  "context": {
63418
63568
  "type": "variable",
@@ -63420,8 +63570,8 @@
63420
63570
  "value": "$kendo-color-success",
63421
63571
  "scope": "default",
63422
63572
  "line": {
63423
- "start": 85,
63424
- "end": 85
63573
+ "start": 88,
63574
+ "end": 88
63425
63575
  }
63426
63576
  },
63427
63577
  "group": [
@@ -63436,8 +63586,8 @@
63436
63586
  {
63437
63587
  "description": "The success background color of the Upload progress bar.\n",
63438
63588
  "commentRange": {
63439
- "start": 86,
63440
- "end": 87
63589
+ "start": 89,
63590
+ "end": 90
63441
63591
  },
63442
63592
  "context": {
63443
63593
  "type": "variable",
@@ -63445,8 +63595,8 @@
63445
63595
  "value": "$kendo-color-success",
63446
63596
  "scope": "default",
63447
63597
  "line": {
63448
- "start": 88,
63449
- "end": 88
63598
+ "start": 91,
63599
+ "end": 91
63450
63600
  }
63451
63601
  },
63452
63602
  "group": [
@@ -63461,8 +63611,8 @@
63461
63611
  {
63462
63612
  "description": "The error text color of the Upload.\n",
63463
63613
  "commentRange": {
63464
- "start": 90,
63465
- "end": 91
63614
+ "start": 93,
63615
+ "end": 94
63466
63616
  },
63467
63617
  "context": {
63468
63618
  "type": "variable",
@@ -63470,8 +63620,8 @@
63470
63620
  "value": "$kendo-color-error",
63471
63621
  "scope": "default",
63472
63622
  "line": {
63473
- "start": 92,
63474
- "end": 92
63623
+ "start": 95,
63624
+ "end": 95
63475
63625
  }
63476
63626
  },
63477
63627
  "group": [
@@ -63486,8 +63636,8 @@
63486
63636
  {
63487
63637
  "description": "The error background color of the Upload progress bar.\n",
63488
63638
  "commentRange": {
63489
- "start": 93,
63490
- "end": 94
63639
+ "start": 96,
63640
+ "end": 97
63491
63641
  },
63492
63642
  "context": {
63493
63643
  "type": "variable",
@@ -63495,8 +63645,8 @@
63495
63645
  "value": "$kendo-color-error",
63496
63646
  "scope": "default",
63497
63647
  "line": {
63498
- "start": 95,
63499
- "end": 95
63648
+ "start": 98,
63649
+ "end": 98
63500
63650
  }
63501
63651
  },
63502
63652
  "group": [
@@ -63511,8 +63661,8 @@
63511
63661
  {
63512
63662
  "description": "The shadow of the focused Upload button, actions and uploaded items.\n",
63513
63663
  "commentRange": {
63514
- "start": 97,
63515
- "end": 98
63664
+ "start": 100,
63665
+ "end": 101
63516
63666
  },
63517
63667
  "context": {
63518
63668
  "type": "variable",
@@ -63520,8 +63670,8 @@
63520
63670
  "value": "0 0 0 2px rgba(0, 0, 0, .13)",
63521
63671
  "scope": "default",
63522
63672
  "line": {
63523
- "start": 99,
63524
- "end": 99
63673
+ "start": 102,
63674
+ "end": 102
63525
63675
  }
63526
63676
  },
63527
63677
  "group": [
@@ -63642,7 +63792,7 @@
63642
63792
  "context": {
63643
63793
  "type": "variable",
63644
63794
  "name": "kendo-window-line-height",
63645
- "value": "1.25",
63795
+ "value": "var( --kendo-line-height-sm, normal )",
63646
63796
  "scope": "default",
63647
63797
  "line": {
63648
63798
  "start": 19,
@@ -63792,7 +63942,7 @@
63792
63942
  "context": {
63793
63943
  "type": "variable",
63794
63944
  "name": "kendo-window-title-line-height",
63795
- "value": "1.25",
63945
+ "value": "var( --kendo-line-height-sm, normal )",
63796
63946
  "scope": "default",
63797
63947
  "line": {
63798
63948
  "start": 39,