@progress/kendo-theme-bootstrap 8.1.0-dev.1 → 8.1.0

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 (39) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +33 -16
  3. package/dist/bootstrap-3-dark.css +1 -1
  4. package/dist/bootstrap-3.css +1 -1
  5. package/dist/bootstrap-4-dark.css +1 -1
  6. package/dist/bootstrap-4.css +1 -1
  7. package/dist/bootstrap-dataviz-v4.css +1 -1
  8. package/dist/bootstrap-main-dark.css +1 -1
  9. package/dist/bootstrap-main.css +1 -1
  10. package/dist/bootstrap-nordic.css +1 -1
  11. package/dist/bootstrap-turquoise-dark.css +1 -1
  12. package/dist/bootstrap-turquoise.css +1 -1
  13. package/dist/bootstrap-urban.css +1 -1
  14. package/dist/bootstrap-vintage.css +1 -1
  15. package/dist/meta/sassdoc-data.json +710 -440
  16. package/dist/meta/sassdoc-raw-data.json +323 -198
  17. package/dist/meta/variables.json +43 -23
  18. package/lib/swatches/bootstrap-3-dark.json +1 -1
  19. package/lib/swatches/bootstrap-3.json +1 -1
  20. package/lib/swatches/bootstrap-4-dark.json +1 -1
  21. package/lib/swatches/bootstrap-4.json +1 -1
  22. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  23. package/lib/swatches/bootstrap-main-dark.json +1 -1
  24. package/lib/swatches/bootstrap-main.json +1 -1
  25. package/lib/swatches/bootstrap-nordic.json +1 -1
  26. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  27. package/lib/swatches/bootstrap-turquoise.json +1 -1
  28. package/lib/swatches/bootstrap-urban.json +1 -1
  29. package/lib/swatches/bootstrap-vintage.json +1 -1
  30. package/package.json +5 -5
  31. package/scss/bottom-navigation/_variables.scss +1 -1
  32. package/scss/calendar/_variables.scss +1 -1
  33. package/scss/chat/_variables.scss +17 -3
  34. package/scss/drawer/_variables.scss +1 -1
  35. package/scss/progressbar/_variables.scss +1 -1
  36. package/scss/timeselector/_variables.scss +1 -1
  37. package/scss/tooltip/_variables.scss +1 -1
  38. package/scss/upload/_variables.scss +4 -1
  39. package/scss/window/_variables.scss +1 -1
@@ -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,
@@ -5308,7 +5308,7 @@
5308
5308
  "context": {
5309
5309
  "type": "variable",
5310
5310
  "name": "kendo-calendar-header-cell-line-height",
5311
- "value": "2",
5311
+ "value": "var( --kendo-line-height-lg, normal )",
5312
5312
  "scope": "default",
5313
5313
  "line": {
5314
5314
  "start": 98,
@@ -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, 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(4)",
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-xs, 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-xs, 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(4)",
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": "1.25",
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-button-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-button-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": "none",
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": "none",
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": "none",
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-color( $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": "none",
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": "none",
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": "none",
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": [
@@ -17389,7 +17489,7 @@
17389
17489
  "context": {
17390
17490
  "type": "variable",
17391
17491
  "name": "kendo-drawer-item-font-size",
17392
- "value": "16px",
17492
+ "value": "var( --kendo-font-size, inherit )",
17393
17493
  "scope": "default",
17394
17494
  "line": {
17395
17495
  "start": 57,
@@ -40089,7 +40189,7 @@
40089
40189
  "context": {
40090
40190
  "type": "variable",
40091
40191
  "name": "kendo-progressbar-line-height",
40092
- "value": "1",
40192
+ "value": "var( --kendo-line-height-xs, normal )",
40093
40193
  "scope": "default",
40094
40194
  "line": {
40095
40195
  "start": 23,
@@ -58367,7 +58467,7 @@
58367
58467
  "context": {
58368
58468
  "type": "variable",
58369
58469
  "name": "kendo-tooltip-title-line-height",
58370
- "value": "1",
58470
+ "value": "var( --kendo-line-height-xs, normal )",
58371
58471
  "scope": "default",
58372
58472
  "line": {
58373
58473
  "start": 31,
@@ -63142,7 +63242,7 @@
63142
63242
  "context": {
63143
63243
  "type": "variable",
63144
63244
  "name": "kendo-upload-validation-font-size",
63145
- "value": "11px",
63245
+ "value": "var( --kendo-font-size-xs, inherit )",
63146
63246
  "scope": "default",
63147
63247
  "line": {
63148
63248
  "start": 68,
@@ -63159,15 +63259,15 @@
63159
63259
  }
63160
63260
  },
63161
63261
  {
63162
- "description": "The horizontal spacing of the Upload status icon.\n",
63262
+ "description": "The line height of the Upload validation message.\n",
63163
63263
  "commentRange": {
63164
63264
  "start": 69,
63165
63265
  "end": 70
63166
63266
  },
63167
63267
  "context": {
63168
63268
  "type": "variable",
63169
- "name": "kendo-upload-icon-spacing",
63170
- "value": "$kendo-icon-spacing",
63269
+ "name": "kendo-upload-validation-line-height",
63270
+ "value": "var( --kendo-line-height-xs, normal )",
63171
63271
  "scope": "default",
63172
63272
  "line": {
63173
63273
  "start": 71,
@@ -63184,15 +63284,15 @@
63184
63284
  }
63185
63285
  },
63186
63286
  {
63187
- "description": "The color of the uploaded items icon.\n",
63287
+ "description": "The horizontal spacing of the Upload status icon.\n",
63188
63288
  "commentRange": {
63189
63289
  "start": 72,
63190
63290
  "end": 73
63191
63291
  },
63192
63292
  "context": {
63193
63293
  "type": "variable",
63194
- "name": "kendo-upload-icon-color",
63195
- "value": "$kendo-subtle-text",
63294
+ "name": "kendo-upload-icon-spacing",
63295
+ "value": "$kendo-icon-spacing",
63196
63296
  "scope": "default",
63197
63297
  "line": {
63198
63298
  "start": 74,
@@ -63208,11 +63308,36 @@
63208
63308
  "name": "_variables.scss"
63209
63309
  }
63210
63310
  },
63311
+ {
63312
+ "description": "The color of the uploaded items icon.\n",
63313
+ "commentRange": {
63314
+ "start": 75,
63315
+ "end": 76
63316
+ },
63317
+ "context": {
63318
+ "type": "variable",
63319
+ "name": "kendo-upload-icon-color",
63320
+ "value": "$kendo-subtle-text",
63321
+ "scope": "default",
63322
+ "line": {
63323
+ "start": 77,
63324
+ "end": 77
63325
+ }
63326
+ },
63327
+ "group": [
63328
+ "upload"
63329
+ ],
63330
+ "access": "public",
63331
+ "file": {
63332
+ "path": "upload/_variables.scss",
63333
+ "name": "_variables.scss"
63334
+ }
63335
+ },
63211
63336
  {
63212
63337
  "description": "The thickness of the Upload progress bar.\n",
63213
63338
  "commentRange": {
63214
- "start": 76,
63215
- "end": 77
63339
+ "start": 79,
63340
+ "end": 80
63216
63341
  },
63217
63342
  "context": {
63218
63343
  "type": "variable",
@@ -63220,8 +63345,8 @@
63220
63345
  "value": "2px",
63221
63346
  "scope": "default",
63222
63347
  "line": {
63223
- "start": 78,
63224
- "end": 78
63348
+ "start": 81,
63349
+ "end": 81
63225
63350
  }
63226
63351
  },
63227
63352
  "group": [
@@ -63236,8 +63361,8 @@
63236
63361
  {
63237
63362
  "description": "The background color of the Upload progress bar.\n",
63238
63363
  "commentRange": {
63239
- "start": 79,
63240
- "end": 80
63364
+ "start": 82,
63365
+ "end": 83
63241
63366
  },
63242
63367
  "context": {
63243
63368
  "type": "variable",
@@ -63245,8 +63370,8 @@
63245
63370
  "value": "$kendo-color-info",
63246
63371
  "scope": "default",
63247
63372
  "line": {
63248
- "start": 81,
63249
- "end": 81
63373
+ "start": 84,
63374
+ "end": 84
63250
63375
  }
63251
63376
  },
63252
63377
  "group": [
@@ -63261,8 +63386,8 @@
63261
63386
  {
63262
63387
  "description": "The success text color of the Upload.\n",
63263
63388
  "commentRange": {
63264
- "start": 83,
63265
- "end": 84
63389
+ "start": 86,
63390
+ "end": 87
63266
63391
  },
63267
63392
  "context": {
63268
63393
  "type": "variable",
@@ -63270,8 +63395,8 @@
63270
63395
  "value": "$kendo-color-success",
63271
63396
  "scope": "default",
63272
63397
  "line": {
63273
- "start": 85,
63274
- "end": 85
63398
+ "start": 88,
63399
+ "end": 88
63275
63400
  }
63276
63401
  },
63277
63402
  "group": [
@@ -63286,8 +63411,8 @@
63286
63411
  {
63287
63412
  "description": "The success background color of the Upload progress bar.\n",
63288
63413
  "commentRange": {
63289
- "start": 86,
63290
- "end": 87
63414
+ "start": 89,
63415
+ "end": 90
63291
63416
  },
63292
63417
  "context": {
63293
63418
  "type": "variable",
@@ -63295,8 +63420,8 @@
63295
63420
  "value": "$kendo-color-success",
63296
63421
  "scope": "default",
63297
63422
  "line": {
63298
- "start": 88,
63299
- "end": 88
63423
+ "start": 91,
63424
+ "end": 91
63300
63425
  }
63301
63426
  },
63302
63427
  "group": [
@@ -63311,8 +63436,8 @@
63311
63436
  {
63312
63437
  "description": "The error text color of the Upload.\n",
63313
63438
  "commentRange": {
63314
- "start": 90,
63315
- "end": 91
63439
+ "start": 93,
63440
+ "end": 94
63316
63441
  },
63317
63442
  "context": {
63318
63443
  "type": "variable",
@@ -63320,8 +63445,8 @@
63320
63445
  "value": "$kendo-color-error",
63321
63446
  "scope": "default",
63322
63447
  "line": {
63323
- "start": 92,
63324
- "end": 92
63448
+ "start": 95,
63449
+ "end": 95
63325
63450
  }
63326
63451
  },
63327
63452
  "group": [
@@ -63336,8 +63461,8 @@
63336
63461
  {
63337
63462
  "description": "The error background color of the Upload progress bar.\n",
63338
63463
  "commentRange": {
63339
- "start": 93,
63340
- "end": 94
63464
+ "start": 96,
63465
+ "end": 97
63341
63466
  },
63342
63467
  "context": {
63343
63468
  "type": "variable",
@@ -63345,8 +63470,8 @@
63345
63470
  "value": "$kendo-color-error",
63346
63471
  "scope": "default",
63347
63472
  "line": {
63348
- "start": 95,
63349
- "end": 95
63473
+ "start": 98,
63474
+ "end": 98
63350
63475
  }
63351
63476
  },
63352
63477
  "group": [
@@ -63361,8 +63486,8 @@
63361
63486
  {
63362
63487
  "description": "The shadow of the focused Upload button, actions and uploaded items.\n",
63363
63488
  "commentRange": {
63364
- "start": 97,
63365
- "end": 98
63489
+ "start": 100,
63490
+ "end": 101
63366
63491
  },
63367
63492
  "context": {
63368
63493
  "type": "variable",
@@ -63370,8 +63495,8 @@
63370
63495
  "value": "0 0 0 2px rgba(0, 0, 0, .13)",
63371
63496
  "scope": "default",
63372
63497
  "line": {
63373
- "start": 99,
63374
- "end": 99
63498
+ "start": 102,
63499
+ "end": 102
63375
63500
  }
63376
63501
  },
63377
63502
  "group": [
@@ -63642,7 +63767,7 @@
63642
63767
  "context": {
63643
63768
  "type": "variable",
63644
63769
  "name": "kendo-window-title-line-height",
63645
- "value": "1.5",
63770
+ "value": "var( --kendo-line-height, normal )",
63646
63771
  "scope": "default",
63647
63772
  "line": {
63648
63773
  "start": 39,