@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
@@ -1426,7 +1426,7 @@
1426
1426
  "context": {
1427
1427
  "type": "variable",
1428
1428
  "name": "kendo-bottom-nav-line-height",
1429
- "value": "var( --kendo-line-height-sm, normal )",
1429
+ "value": "var( --kendo-line-height-xs, normal )",
1430
1430
  "scope": "default",
1431
1431
  "line": {
1432
1432
  "start": 23,
@@ -1441,7 +1441,7 @@
1441
1441
  "path": "bootstrap/scss/bottom-navigation/_variables.scss",
1442
1442
  "name": "_variables.scss"
1443
1443
  },
1444
- "resolvedValue": "var(--kendo-line-height-sm, normal)",
1444
+ "resolvedValue": "var(--kendo-line-height-xs, normal)",
1445
1445
  "resolvedType": "String"
1446
1446
  },
1447
1447
  {
@@ -5832,7 +5832,7 @@
5832
5832
  "context": {
5833
5833
  "type": "variable",
5834
5834
  "name": "kendo-calendar-header-cell-line-height",
5835
- "value": "2",
5835
+ "value": "var( --kendo-line-height-lg, normal )",
5836
5836
  "scope": "default",
5837
5837
  "line": {
5838
5838
  "start": 98,
@@ -5847,8 +5847,8 @@
5847
5847
  "path": "bootstrap/scss/calendar/_variables.scss",
5848
5848
  "name": "_variables.scss"
5849
5849
  },
5850
- "resolvedValue": "2",
5851
- "resolvedType": "Number"
5850
+ "resolvedValue": "var(--kendo-line-height-lg, normal)",
5851
+ "resolvedType": "String"
5852
5852
  },
5853
5853
  {
5854
5854
  "description": "The background color of the header cells in the Calendar.\n",
@@ -10148,7 +10148,7 @@
10148
10148
  "context": {
10149
10149
  "type": "variable",
10150
10150
  "name": "kendo-chat-timestamp-font-size",
10151
- "value": "smaller",
10151
+ "value": "var( --kendo-font-size-sm, inherit )",
10152
10152
  "scope": "default",
10153
10153
  "line": {
10154
10154
  "start": 47,
@@ -10163,7 +10163,7 @@
10163
10163
  "path": "bootstrap/scss/chat/_variables.scss",
10164
10164
  "name": "_variables.scss"
10165
10165
  },
10166
- "resolvedValue": "smaller",
10166
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
10167
10167
  "resolvedType": "String"
10168
10168
  },
10169
10169
  {
@@ -10175,7 +10175,7 @@
10175
10175
  "context": {
10176
10176
  "type": "variable",
10177
10177
  "name": "kendo-chat-timestamp-line-height",
10178
- "value": "null",
10178
+ "value": "var( --kendo-line-height, normal )",
10179
10179
  "scope": "default",
10180
10180
  "line": {
10181
10181
  "start": 50,
@@ -10190,8 +10190,8 @@
10190
10190
  "path": "bootstrap/scss/chat/_variables.scss",
10191
10191
  "name": "_variables.scss"
10192
10192
  },
10193
- "resolvedValue": "null",
10194
- "resolvedType": "Null"
10193
+ "resolvedValue": "var(--kendo-line-height, normal)",
10194
+ "resolvedType": "String"
10195
10195
  },
10196
10196
  {
10197
10197
  "description": "The text transform of the Chat timestamp.\n",
@@ -10275,15 +10275,15 @@
10275
10275
  "resolvedType": "Null"
10276
10276
  },
10277
10277
  {
10278
- "description": "The horizontal padding of the Chat bubble message.\n",
10278
+ "description": "The font size of the Chat message meta text.\n",
10279
10279
  "commentRange": {
10280
10280
  "start": 61,
10281
10281
  "end": 62
10282
10282
  },
10283
10283
  "context": {
10284
10284
  "type": "variable",
10285
- "name": "kendo-chat-bubble-padding-x",
10286
- "value": "k-spacing(4)",
10285
+ "name": "kendo-chat-message-meta-font-size",
10286
+ "value": "var( --kendo-font-size-sm, inherit )",
10287
10287
  "scope": "default",
10288
10288
  "line": {
10289
10289
  "start": 63,
@@ -10298,19 +10298,19 @@
10298
10298
  "path": "bootstrap/scss/chat/_variables.scss",
10299
10299
  "name": "_variables.scss"
10300
10300
  },
10301
- "resolvedValue": "var(--kendo-spacing-4, 1rem)",
10301
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
10302
10302
  "resolvedType": "String"
10303
10303
  },
10304
10304
  {
10305
- "description": "The vertical padding of the Chat bubble message.\n",
10305
+ "description": "The line height of the Chat message meta text.\n",
10306
10306
  "commentRange": {
10307
10307
  "start": 64,
10308
10308
  "end": 65
10309
10309
  },
10310
10310
  "context": {
10311
10311
  "type": "variable",
10312
- "name": "kendo-chat-bubble-padding-y",
10313
- "value": "k-spacing(2)",
10312
+ "name": "kendo-chat-message-meta-line-height",
10313
+ "value": "var( --kendo-line-height-xs, normal )",
10314
10314
  "scope": "default",
10315
10315
  "line": {
10316
10316
  "start": 66,
@@ -10325,14 +10325,122 @@
10325
10325
  "path": "bootstrap/scss/chat/_variables.scss",
10326
10326
  "name": "_variables.scss"
10327
10327
  },
10328
+ "resolvedValue": "var(--kendo-line-height-xs, normal)",
10329
+ "resolvedType": "String"
10330
+ },
10331
+ {
10332
+ "description": "The font size of the Chat author text.\n",
10333
+ "commentRange": {
10334
+ "start": 68,
10335
+ "end": 69
10336
+ },
10337
+ "context": {
10338
+ "type": "variable",
10339
+ "name": "kendo-chat-author-font-size",
10340
+ "value": "var( --kendo-font-size-sm, inherit )",
10341
+ "scope": "default",
10342
+ "line": {
10343
+ "start": 70,
10344
+ "end": 70
10345
+ }
10346
+ },
10347
+ "group": [
10348
+ "chat"
10349
+ ],
10350
+ "access": "public",
10351
+ "file": {
10352
+ "path": "bootstrap/scss/chat/_variables.scss",
10353
+ "name": "_variables.scss"
10354
+ },
10355
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
10356
+ "resolvedType": "String"
10357
+ },
10358
+ {
10359
+ "description": "The line height of the Chat author text.\n",
10360
+ "commentRange": {
10361
+ "start": 71,
10362
+ "end": 72
10363
+ },
10364
+ "context": {
10365
+ "type": "variable",
10366
+ "name": "kendo-chat-author-line-height",
10367
+ "value": "var( --kendo-line-height-xs, normal )",
10368
+ "scope": "default",
10369
+ "line": {
10370
+ "start": 73,
10371
+ "end": 73
10372
+ }
10373
+ },
10374
+ "group": [
10375
+ "chat"
10376
+ ],
10377
+ "access": "public",
10378
+ "file": {
10379
+ "path": "bootstrap/scss/chat/_variables.scss",
10380
+ "name": "_variables.scss"
10381
+ },
10382
+ "resolvedValue": "var(--kendo-line-height-xs, normal)",
10383
+ "resolvedType": "String"
10384
+ },
10385
+ {
10386
+ "description": "The horizontal padding of the Chat bubble message.\n",
10387
+ "commentRange": {
10388
+ "start": 75,
10389
+ "end": 76
10390
+ },
10391
+ "context": {
10392
+ "type": "variable",
10393
+ "name": "kendo-chat-bubble-padding-x",
10394
+ "value": "k-spacing(4)",
10395
+ "scope": "default",
10396
+ "line": {
10397
+ "start": 77,
10398
+ "end": 77
10399
+ }
10400
+ },
10401
+ "group": [
10402
+ "chat"
10403
+ ],
10404
+ "access": "public",
10405
+ "file": {
10406
+ "path": "bootstrap/scss/chat/_variables.scss",
10407
+ "name": "_variables.scss"
10408
+ },
10409
+ "resolvedValue": "var(--kendo-spacing-4, 1rem)",
10410
+ "resolvedType": "String"
10411
+ },
10412
+ {
10413
+ "description": "The vertical padding of the Chat bubble message.\n",
10414
+ "commentRange": {
10415
+ "start": 78,
10416
+ "end": 79
10417
+ },
10418
+ "context": {
10419
+ "type": "variable",
10420
+ "name": "kendo-chat-bubble-padding-y",
10421
+ "value": "k-spacing(2)",
10422
+ "scope": "default",
10423
+ "line": {
10424
+ "start": 80,
10425
+ "end": 80
10426
+ }
10427
+ },
10428
+ "group": [
10429
+ "chat"
10430
+ ],
10431
+ "access": "public",
10432
+ "file": {
10433
+ "path": "bootstrap/scss/chat/_variables.scss",
10434
+ "name": "_variables.scss"
10435
+ },
10328
10436
  "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
10329
10437
  "resolvedType": "String"
10330
10438
  },
10331
10439
  {
10332
10440
  "description": "The spacing of the Chat bubble message.\n",
10333
10441
  "commentRange": {
10334
- "start": 67,
10335
- "end": 68
10442
+ "start": 81,
10443
+ "end": 82
10336
10444
  },
10337
10445
  "context": {
10338
10446
  "type": "variable",
@@ -10340,8 +10448,8 @@
10340
10448
  "value": "k-spacing(0.5)",
10341
10449
  "scope": "default",
10342
10450
  "line": {
10343
- "start": 69,
10344
- "end": 69
10451
+ "start": 83,
10452
+ "end": 83
10345
10453
  }
10346
10454
  },
10347
10455
  "group": [
@@ -10358,17 +10466,17 @@
10358
10466
  {
10359
10467
  "description": "The line height of the Chat bubble message.\n",
10360
10468
  "commentRange": {
10361
- "start": 70,
10362
- "end": 71
10469
+ "start": 84,
10470
+ "end": 85
10363
10471
  },
10364
10472
  "context": {
10365
10473
  "type": "variable",
10366
10474
  "name": "kendo-chat-bubble-line-height",
10367
- "value": "1.25",
10475
+ "value": "var( --kendo-line-height, normal )",
10368
10476
  "scope": "default",
10369
10477
  "line": {
10370
- "start": 72,
10371
- "end": 72
10478
+ "start": 86,
10479
+ "end": 86
10372
10480
  }
10373
10481
  },
10374
10482
  "group": [
@@ -10379,14 +10487,14 @@
10379
10487
  "path": "bootstrap/scss/chat/_variables.scss",
10380
10488
  "name": "_variables.scss"
10381
10489
  },
10382
- "resolvedValue": "1.25",
10383
- "resolvedType": "Number"
10490
+ "resolvedValue": "var(--kendo-line-height, normal)",
10491
+ "resolvedType": "String"
10384
10492
  },
10385
10493
  {
10386
10494
  "description": "The border radius of the Chat bubble message.\n",
10387
10495
  "commentRange": {
10388
- "start": 74,
10389
- "end": 75
10496
+ "start": 88,
10497
+ "end": 89
10390
10498
  },
10391
10499
  "context": {
10392
10500
  "type": "variable",
@@ -10394,8 +10502,8 @@
10394
10502
  "value": "12px",
10395
10503
  "scope": "default",
10396
10504
  "line": {
10397
- "start": 76,
10398
- "end": 76
10505
+ "start": 90,
10506
+ "end": 90
10399
10507
  }
10400
10508
  },
10401
10509
  "group": [
@@ -10412,8 +10520,8 @@
10412
10520
  {
10413
10521
  "description": "The border radius of the Chat small bubble message\n",
10414
10522
  "commentRange": {
10415
- "start": 77,
10416
- "end": 78
10523
+ "start": 91,
10524
+ "end": 92
10417
10525
  },
10418
10526
  "context": {
10419
10527
  "type": "variable",
@@ -10421,8 +10529,8 @@
10421
10529
  "value": "2px",
10422
10530
  "scope": "default",
10423
10531
  "line": {
10424
- "start": 79,
10425
- "end": 79
10532
+ "start": 93,
10533
+ "end": 93
10426
10534
  }
10427
10535
  },
10428
10536
  "group": [
@@ -10439,8 +10547,8 @@
10439
10547
  {
10440
10548
  "description": "The size of the Chat Avatar.\n",
10441
10549
  "commentRange": {
10442
- "start": 81,
10443
- "end": 82
10550
+ "start": 95,
10551
+ "end": 96
10444
10552
  },
10445
10553
  "context": {
10446
10554
  "type": "variable",
@@ -10448,8 +10556,8 @@
10448
10556
  "value": "32px",
10449
10557
  "scope": "default",
10450
10558
  "line": {
10451
- "start": 83,
10452
- "end": 83
10559
+ "start": 97,
10560
+ "end": 97
10453
10561
  }
10454
10562
  },
10455
10563
  "group": [
@@ -10466,8 +10574,8 @@
10466
10574
  {
10467
10575
  "description": "The spacing of the Chat Avatar.\n",
10468
10576
  "commentRange": {
10469
- "start": 84,
10470
- "end": 85
10577
+ "start": 98,
10578
+ "end": 99
10471
10579
  },
10472
10580
  "context": {
10473
10581
  "type": "variable",
@@ -10475,8 +10583,8 @@
10475
10583
  "value": "$kendo-chat-item-spacing-x",
10476
10584
  "scope": "default",
10477
10585
  "line": {
10478
- "start": 86,
10479
- "end": 86
10586
+ "start": 100,
10587
+ "end": 100
10480
10588
  }
10481
10589
  },
10482
10590
  "group": [
@@ -10493,8 +10601,8 @@
10493
10601
  {
10494
10602
  "description": "The horizontal padding of the Chat Toolbar.\n",
10495
10603
  "commentRange": {
10496
- "start": 88,
10497
- "end": 89
10604
+ "start": 102,
10605
+ "end": 103
10498
10606
  },
10499
10607
  "context": {
10500
10608
  "type": "variable",
@@ -10502,8 +10610,8 @@
10502
10610
  "value": "$kendo-toolbar-md-padding-x",
10503
10611
  "scope": "default",
10504
10612
  "line": {
10505
- "start": 90,
10506
- "end": 90
10613
+ "start": 104,
10614
+ "end": 104
10507
10615
  }
10508
10616
  },
10509
10617
  "group": [
@@ -10520,8 +10628,8 @@
10520
10628
  {
10521
10629
  "description": "The vertical padding of the Chat Toolbar.\n",
10522
10630
  "commentRange": {
10523
- "start": 91,
10524
- "end": 92
10631
+ "start": 105,
10632
+ "end": 106
10525
10633
  },
10526
10634
  "context": {
10527
10635
  "type": "variable",
@@ -10529,8 +10637,8 @@
10529
10637
  "value": "$kendo-toolbar-md-padding-y",
10530
10638
  "scope": "default",
10531
10639
  "line": {
10532
- "start": 93,
10533
- "end": 93
10640
+ "start": 107,
10641
+ "end": 107
10534
10642
  }
10535
10643
  },
10536
10644
  "group": [
@@ -10547,8 +10655,8 @@
10547
10655
  {
10548
10656
  "description": "The spacing of the Chat Toolbar.\n",
10549
10657
  "commentRange": {
10550
- "start": 94,
10551
- "end": 95
10658
+ "start": 108,
10659
+ "end": 109
10552
10660
  },
10553
10661
  "context": {
10554
10662
  "type": "variable",
@@ -10556,8 +10664,8 @@
10556
10664
  "value": "$kendo-toolbar-md-spacing",
10557
10665
  "scope": "default",
10558
10666
  "line": {
10559
- "start": 96,
10560
- "end": 96
10667
+ "start": 110,
10668
+ "end": 110
10561
10669
  }
10562
10670
  },
10563
10671
  "group": [
@@ -10574,8 +10682,8 @@
10574
10682
  {
10575
10683
  "description": "The background color of the Chat Toolbar.\n",
10576
10684
  "commentRange": {
10577
- "start": 97,
10578
- "end": 98
10685
+ "start": 111,
10686
+ "end": 112
10579
10687
  },
10580
10688
  "context": {
10581
10689
  "type": "variable",
@@ -10583,8 +10691,8 @@
10583
10691
  "value": "$kendo-toolbar-bg",
10584
10692
  "scope": "default",
10585
10693
  "line": {
10586
- "start": 99,
10587
- "end": 99
10694
+ "start": 113,
10695
+ "end": 113
10588
10696
  }
10589
10697
  },
10590
10698
  "group": [
@@ -10601,8 +10709,8 @@
10601
10709
  {
10602
10710
  "description": "The text color of the Chat Toolbar.\n",
10603
10711
  "commentRange": {
10604
- "start": 100,
10605
- "end": 101
10712
+ "start": 114,
10713
+ "end": 115
10606
10714
  },
10607
10715
  "context": {
10608
10716
  "type": "variable",
@@ -10610,8 +10718,8 @@
10610
10718
  "value": "$kendo-toolbar-text",
10611
10719
  "scope": "default",
10612
10720
  "line": {
10613
- "start": 102,
10614
- "end": 102
10721
+ "start": 116,
10722
+ "end": 116
10615
10723
  }
10616
10724
  },
10617
10725
  "group": [
@@ -10628,8 +10736,8 @@
10628
10736
  {
10629
10737
  "description": "The border color of the Chat Toolbar.\n",
10630
10738
  "commentRange": {
10631
- "start": 103,
10632
- "end": 104
10739
+ "start": 117,
10740
+ "end": 118
10633
10741
  },
10634
10742
  "context": {
10635
10743
  "type": "variable",
@@ -10637,8 +10745,8 @@
10637
10745
  "value": "inherit",
10638
10746
  "scope": "default",
10639
10747
  "line": {
10640
- "start": 105,
10641
- "end": 105
10748
+ "start": 119,
10749
+ "end": 119
10642
10750
  }
10643
10751
  },
10644
10752
  "group": [
@@ -10655,8 +10763,8 @@
10655
10763
  {
10656
10764
  "description": "The horizontal padding of the Chat quick reply.\n",
10657
10765
  "commentRange": {
10658
- "start": 107,
10659
- "end": 108
10766
+ "start": 121,
10767
+ "end": 122
10660
10768
  },
10661
10769
  "context": {
10662
10770
  "type": "variable",
@@ -10664,8 +10772,8 @@
10664
10772
  "value": "k-spacing(3)",
10665
10773
  "scope": "default",
10666
10774
  "line": {
10667
- "start": 109,
10668
- "end": 109
10775
+ "start": 123,
10776
+ "end": 123
10669
10777
  }
10670
10778
  },
10671
10779
  "group": [
@@ -10682,8 +10790,8 @@
10682
10790
  {
10683
10791
  "description": "The vertical padding of the Chat quick reply.\n",
10684
10792
  "commentRange": {
10685
- "start": 110,
10686
- "end": 111
10793
+ "start": 124,
10794
+ "end": 125
10687
10795
  },
10688
10796
  "context": {
10689
10797
  "type": "variable",
@@ -10691,8 +10799,8 @@
10691
10799
  "value": "k-spacing(2)",
10692
10800
  "scope": "default",
10693
10801
  "line": {
10694
- "start": 112,
10695
- "end": 112
10802
+ "start": 126,
10803
+ "end": 126
10696
10804
  }
10697
10805
  },
10698
10806
  "group": [
@@ -10709,8 +10817,8 @@
10709
10817
  {
10710
10818
  "description": "The spacing of the Chat quick reply.\n",
10711
10819
  "commentRange": {
10712
- "start": 113,
10713
- "end": 114
10820
+ "start": 127,
10821
+ "end": 128
10714
10822
  },
10715
10823
  "context": {
10716
10824
  "type": "variable",
@@ -10718,8 +10826,8 @@
10718
10826
  "value": "k-spacing(2)",
10719
10827
  "scope": "default",
10720
10828
  "line": {
10721
- "start": 115,
10722
- "end": 115
10829
+ "start": 129,
10830
+ "end": 129
10723
10831
  }
10724
10832
  },
10725
10833
  "group": [
@@ -10736,8 +10844,8 @@
10736
10844
  {
10737
10845
  "description": "The line height of the Chat quick reply.\n",
10738
10846
  "commentRange": {
10739
- "start": 116,
10740
- "end": 117
10847
+ "start": 130,
10848
+ "end": 131
10741
10849
  },
10742
10850
  "context": {
10743
10851
  "type": "variable",
@@ -10745,8 +10853,8 @@
10745
10853
  "value": "$kendo-chat-bubble-line-height",
10746
10854
  "scope": "default",
10747
10855
  "line": {
10748
- "start": 118,
10749
- "end": 118
10856
+ "start": 132,
10857
+ "end": 132
10750
10858
  }
10751
10859
  },
10752
10860
  "group": [
@@ -10757,14 +10865,14 @@
10757
10865
  "path": "bootstrap/scss/chat/_variables.scss",
10758
10866
  "name": "_variables.scss"
10759
10867
  },
10760
- "resolvedValue": "1.25",
10761
- "resolvedType": "Number"
10868
+ "resolvedValue": "var(--kendo-line-height, normal)",
10869
+ "resolvedType": "String"
10762
10870
  },
10763
10871
  {
10764
10872
  "description": "The background color of the Chat.\n",
10765
10873
  "commentRange": {
10766
- "start": 121,
10767
- "end": 122
10874
+ "start": 135,
10875
+ "end": 136
10768
10876
  },
10769
10877
  "context": {
10770
10878
  "type": "variable",
@@ -10772,8 +10880,8 @@
10772
10880
  "value": "$kendo-app-bg",
10773
10881
  "scope": "default",
10774
10882
  "line": {
10775
- "start": 123,
10776
- "end": 123
10883
+ "start": 137,
10884
+ "end": 137
10777
10885
  }
10778
10886
  },
10779
10887
  "group": [
@@ -10790,8 +10898,8 @@
10790
10898
  {
10791
10899
  "description": "The text color of the Chat.\n",
10792
10900
  "commentRange": {
10793
- "start": 124,
10794
- "end": 125
10901
+ "start": 138,
10902
+ "end": 139
10795
10903
  },
10796
10904
  "context": {
10797
10905
  "type": "variable",
@@ -10799,8 +10907,8 @@
10799
10907
  "value": "$kendo-app-text",
10800
10908
  "scope": "default",
10801
10909
  "line": {
10802
- "start": 126,
10803
- "end": 126
10910
+ "start": 140,
10911
+ "end": 140
10804
10912
  }
10805
10913
  },
10806
10914
  "group": [
@@ -10817,8 +10925,8 @@
10817
10925
  {
10818
10926
  "description": "The border color of the Chat.\n",
10819
10927
  "commentRange": {
10820
- "start": 127,
10821
- "end": 128
10928
+ "start": 141,
10929
+ "end": 142
10822
10930
  },
10823
10931
  "context": {
10824
10932
  "type": "variable",
@@ -10826,8 +10934,8 @@
10826
10934
  "value": "$kendo-app-border",
10827
10935
  "scope": "default",
10828
10936
  "line": {
10829
- "start": 129,
10830
- "end": 129
10937
+ "start": 143,
10938
+ "end": 143
10831
10939
  }
10832
10940
  },
10833
10941
  "group": [
@@ -10844,8 +10952,8 @@
10844
10952
  {
10845
10953
  "description": "The background color of the Chat bubble.\n",
10846
10954
  "commentRange": {
10847
- "start": 131,
10848
- "end": 132
10955
+ "start": 145,
10956
+ "end": 146
10849
10957
  },
10850
10958
  "context": {
10851
10959
  "type": "variable",
@@ -10853,8 +10961,8 @@
10853
10961
  "value": "$kendo-button-bg",
10854
10962
  "scope": "default",
10855
10963
  "line": {
10856
- "start": 133,
10857
- "end": 133
10964
+ "start": 147,
10965
+ "end": 147
10858
10966
  }
10859
10967
  },
10860
10968
  "group": [
@@ -10871,8 +10979,8 @@
10871
10979
  {
10872
10980
  "description": "The text color of the Chat bubble.\n",
10873
10981
  "commentRange": {
10874
- "start": 134,
10875
- "end": 135
10982
+ "start": 148,
10983
+ "end": 149
10876
10984
  },
10877
10985
  "context": {
10878
10986
  "type": "variable",
@@ -10880,8 +10988,8 @@
10880
10988
  "value": "$kendo-button-text",
10881
10989
  "scope": "default",
10882
10990
  "line": {
10883
- "start": 136,
10884
- "end": 136
10991
+ "start": 150,
10992
+ "end": 150
10885
10993
  }
10886
10994
  },
10887
10995
  "group": [
@@ -10898,8 +11006,8 @@
10898
11006
  {
10899
11007
  "description": "The border color of the Chat bubble.\n",
10900
11008
  "commentRange": {
10901
- "start": 137,
10902
- "end": 138
11009
+ "start": 151,
11010
+ "end": 152
10903
11011
  },
10904
11012
  "context": {
10905
11013
  "type": "variable",
@@ -10907,8 +11015,8 @@
10907
11015
  "value": "$kendo-chat-bubble-bg",
10908
11016
  "scope": "default",
10909
11017
  "line": {
10910
- "start": 139,
10911
- "end": 139
11018
+ "start": 153,
11019
+ "end": 153
10912
11020
  }
10913
11021
  },
10914
11022
  "group": [
@@ -10925,8 +11033,8 @@
10925
11033
  {
10926
11034
  "description": "The box shadow of the Chat bubble.\n",
10927
11035
  "commentRange": {
10928
- "start": 140,
10929
- "end": 141
11036
+ "start": 154,
11037
+ "end": 155
10930
11038
  },
10931
11039
  "context": {
10932
11040
  "type": "variable",
@@ -10934,8 +11042,8 @@
10934
11042
  "value": "none",
10935
11043
  "scope": "default",
10936
11044
  "line": {
10937
- "start": 142,
10938
- "end": 142
11045
+ "start": 156,
11046
+ "end": 156
10939
11047
  }
10940
11048
  },
10941
11049
  "group": [
@@ -10952,8 +11060,8 @@
10952
11060
  {
10953
11061
  "description": "The shadow of the hovered Chat bubble.\n",
10954
11062
  "commentRange": {
10955
- "start": 143,
10956
- "end": 144
11063
+ "start": 157,
11064
+ "end": 158
10957
11065
  },
10958
11066
  "context": {
10959
11067
  "type": "variable",
@@ -10961,8 +11069,8 @@
10961
11069
  "value": "none",
10962
11070
  "scope": "default",
10963
11071
  "line": {
10964
- "start": 145,
10965
- "end": 145
11072
+ "start": 159,
11073
+ "end": 159
10966
11074
  }
10967
11075
  },
10968
11076
  "group": [
@@ -10979,8 +11087,8 @@
10979
11087
  {
10980
11088
  "description": "The shadow of the selected Chat bubble.\n",
10981
11089
  "commentRange": {
10982
- "start": 146,
10983
- "end": 147
11090
+ "start": 160,
11091
+ "end": 161
10984
11092
  },
10985
11093
  "context": {
10986
11094
  "type": "variable",
@@ -10988,8 +11096,8 @@
10988
11096
  "value": "none",
10989
11097
  "scope": "default",
10990
11098
  "line": {
10991
- "start": 148,
10992
- "end": 148
11099
+ "start": 162,
11100
+ "end": 162
10993
11101
  }
10994
11102
  },
10995
11103
  "group": [
@@ -11006,8 +11114,8 @@
11006
11114
  {
11007
11115
  "description": "The background color of the Chat alt bubble.\n",
11008
11116
  "commentRange": {
11009
- "start": 150,
11010
- "end": 151
11117
+ "start": 164,
11118
+ "end": 165
11011
11119
  },
11012
11120
  "context": {
11013
11121
  "type": "variable",
@@ -11015,8 +11123,8 @@
11015
11123
  "value": "$kendo-color-primary",
11016
11124
  "scope": "default",
11017
11125
  "line": {
11018
- "start": 152,
11019
- "end": 152
11126
+ "start": 166,
11127
+ "end": 166
11020
11128
  }
11021
11129
  },
11022
11130
  "group": [
@@ -11033,8 +11141,8 @@
11033
11141
  {
11034
11142
  "description": "The text color of the Chat alt bubble.\n",
11035
11143
  "commentRange": {
11036
- "start": 153,
11037
- "end": 154
11144
+ "start": 167,
11145
+ "end": 168
11038
11146
  },
11039
11147
  "context": {
11040
11148
  "type": "variable",
@@ -11042,8 +11150,8 @@
11042
11150
  "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-chat-alt-bubble-bg ))",
11043
11151
  "scope": "default",
11044
11152
  "line": {
11045
- "start": 155,
11046
- "end": 155
11153
+ "start": 169,
11154
+ "end": 169
11047
11155
  }
11048
11156
  },
11049
11157
  "group": [
@@ -11060,8 +11168,8 @@
11060
11168
  {
11061
11169
  "description": "The border color of the Chat alt bubble.\n",
11062
11170
  "commentRange": {
11063
- "start": 156,
11064
- "end": 157
11171
+ "start": 170,
11172
+ "end": 171
11065
11173
  },
11066
11174
  "context": {
11067
11175
  "type": "variable",
@@ -11069,8 +11177,8 @@
11069
11177
  "value": "$kendo-chat-alt-bubble-bg",
11070
11178
  "scope": "default",
11071
11179
  "line": {
11072
- "start": 158,
11073
- "end": 158
11180
+ "start": 172,
11181
+ "end": 172
11074
11182
  }
11075
11183
  },
11076
11184
  "group": [
@@ -11087,8 +11195,8 @@
11087
11195
  {
11088
11196
  "description": "The shadow of the Chat alt bubble.\n",
11089
11197
  "commentRange": {
11090
- "start": 159,
11091
- "end": 160
11198
+ "start": 173,
11199
+ "end": 174
11092
11200
  },
11093
11201
  "context": {
11094
11202
  "type": "variable",
@@ -11096,8 +11204,8 @@
11096
11204
  "value": "none",
11097
11205
  "scope": "default",
11098
11206
  "line": {
11099
- "start": 161,
11100
- "end": 161
11207
+ "start": 175,
11208
+ "end": 175
11101
11209
  }
11102
11210
  },
11103
11211
  "group": [
@@ -11114,8 +11222,8 @@
11114
11222
  {
11115
11223
  "description": "The shadow of the hovered Chat alt bubble.\n",
11116
11224
  "commentRange": {
11117
- "start": 162,
11118
- "end": 163
11225
+ "start": 176,
11226
+ "end": 177
11119
11227
  },
11120
11228
  "context": {
11121
11229
  "type": "variable",
@@ -11123,8 +11231,8 @@
11123
11231
  "value": "none",
11124
11232
  "scope": "default",
11125
11233
  "line": {
11126
- "start": 164,
11127
- "end": 164
11234
+ "start": 178,
11235
+ "end": 178
11128
11236
  }
11129
11237
  },
11130
11238
  "group": [
@@ -11141,8 +11249,8 @@
11141
11249
  {
11142
11250
  "description": "The shadow of the selected Chat alt bubble.\n",
11143
11251
  "commentRange": {
11144
- "start": 165,
11145
- "end": 166
11252
+ "start": 179,
11253
+ "end": 180
11146
11254
  },
11147
11255
  "context": {
11148
11256
  "type": "variable",
@@ -11150,8 +11258,8 @@
11150
11258
  "value": "none",
11151
11259
  "scope": "default",
11152
11260
  "line": {
11153
- "start": 167,
11154
- "end": 167
11261
+ "start": 181,
11262
+ "end": 181
11155
11263
  }
11156
11264
  },
11157
11265
  "group": [
@@ -11168,8 +11276,8 @@
11168
11276
  {
11169
11277
  "description": "The background color of the Chat quick reply.\n",
11170
11278
  "commentRange": {
11171
- "start": 169,
11172
- "end": 170
11279
+ "start": 183,
11280
+ "end": 184
11173
11281
  },
11174
11282
  "context": {
11175
11283
  "type": "variable",
@@ -11177,8 +11285,8 @@
11177
11285
  "value": "transparent",
11178
11286
  "scope": "default",
11179
11287
  "line": {
11180
- "start": 171,
11181
- "end": 171
11288
+ "start": 185,
11289
+ "end": 185
11182
11290
  }
11183
11291
  },
11184
11292
  "group": [
@@ -11195,8 +11303,8 @@
11195
11303
  {
11196
11304
  "description": "The text color of the Chat quick reply.\n",
11197
11305
  "commentRange": {
11198
- "start": 172,
11199
- "end": 173
11306
+ "start": 186,
11307
+ "end": 187
11200
11308
  },
11201
11309
  "context": {
11202
11310
  "type": "variable",
@@ -11204,8 +11312,8 @@
11204
11312
  "value": "$kendo-color-primary",
11205
11313
  "scope": "default",
11206
11314
  "line": {
11207
- "start": 174,
11208
- "end": 174
11315
+ "start": 188,
11316
+ "end": 188
11209
11317
  }
11210
11318
  },
11211
11319
  "group": [
@@ -11222,8 +11330,8 @@
11222
11330
  {
11223
11331
  "description": "The border color of the Chat quick reply.\n",
11224
11332
  "commentRange": {
11225
- "start": 175,
11226
- "end": 176
11333
+ "start": 189,
11334
+ "end": 190
11227
11335
  },
11228
11336
  "context": {
11229
11337
  "type": "variable",
@@ -11231,8 +11339,8 @@
11231
11339
  "value": "$kendo-color-primary",
11232
11340
  "scope": "default",
11233
11341
  "line": {
11234
- "start": 177,
11235
- "end": 177
11342
+ "start": 191,
11343
+ "end": 191
11236
11344
  }
11237
11345
  },
11238
11346
  "group": [
@@ -11249,8 +11357,8 @@
11249
11357
  {
11250
11358
  "description": "The background color of the hovered Chat quick reply.\n",
11251
11359
  "commentRange": {
11252
- "start": 179,
11253
- "end": 180
11360
+ "start": 193,
11361
+ "end": 194
11254
11362
  },
11255
11363
  "context": {
11256
11364
  "type": "variable",
@@ -11258,8 +11366,8 @@
11258
11366
  "value": "$kendo-color-primary",
11259
11367
  "scope": "default",
11260
11368
  "line": {
11261
- "start": 181,
11262
- "end": 181
11369
+ "start": 195,
11370
+ "end": 195
11263
11371
  }
11264
11372
  },
11265
11373
  "group": [
@@ -11276,8 +11384,8 @@
11276
11384
  {
11277
11385
  "description": "The text color of the hovered Chat quick reply.\n",
11278
11386
  "commentRange": {
11279
- "start": 182,
11280
- "end": 183
11387
+ "start": 196,
11388
+ "end": 197
11281
11389
  },
11282
11390
  "context": {
11283
11391
  "type": "variable",
@@ -11285,8 +11393,8 @@
11285
11393
  "value": "$kendo-color-primary-contrast",
11286
11394
  "scope": "default",
11287
11395
  "line": {
11288
- "start": 184,
11289
- "end": 184
11396
+ "start": 198,
11397
+ "end": 198
11290
11398
  }
11291
11399
  },
11292
11400
  "group": [
@@ -11303,8 +11411,8 @@
11303
11411
  {
11304
11412
  "description": "The border color of the hovered Chat quick reply.\n",
11305
11413
  "commentRange": {
11306
- "start": 185,
11307
- "end": 186
11414
+ "start": 199,
11415
+ "end": 200
11308
11416
  },
11309
11417
  "context": {
11310
11418
  "type": "variable",
@@ -11312,8 +11420,8 @@
11312
11420
  "value": "$kendo-color-primary",
11313
11421
  "scope": "default",
11314
11422
  "line": {
11315
- "start": 187,
11316
- "end": 187
11423
+ "start": 201,
11424
+ "end": 201
11317
11425
  }
11318
11426
  },
11319
11427
  "group": [
@@ -19008,7 +19116,7 @@
19008
19116
  "context": {
19009
19117
  "type": "variable",
19010
19118
  "name": "kendo-drawer-item-font-size",
19011
- "value": "16px",
19119
+ "value": "var( --kendo-font-size, inherit )",
19012
19120
  "scope": "default",
19013
19121
  "line": {
19014
19122
  "start": 57,
@@ -19023,8 +19131,8 @@
19023
19131
  "path": "bootstrap/scss/drawer/_variables.scss",
19024
19132
  "name": "_variables.scss"
19025
19133
  },
19026
- "resolvedValue": "16px",
19027
- "resolvedType": "Number"
19134
+ "resolvedValue": "var(--kendo-font-size, inherit)",
19135
+ "resolvedType": "String"
19028
19136
  },
19029
19137
  {
19030
19138
  "description": "The line height of the Drawer item.\n",
@@ -43873,7 +43981,7 @@
43873
43981
  "context": {
43874
43982
  "type": "variable",
43875
43983
  "name": "kendo-progressbar-line-height",
43876
- "value": "1",
43984
+ "value": "var( --kendo-line-height-xs, normal )",
43877
43985
  "scope": "default",
43878
43986
  "line": {
43879
43987
  "start": 23,
@@ -43888,8 +43996,8 @@
43888
43996
  "path": "bootstrap/scss/progressbar/_variables.scss",
43889
43997
  "name": "_variables.scss"
43890
43998
  },
43891
- "resolvedValue": "1",
43892
- "resolvedType": "Number"
43999
+ "resolvedValue": "var(--kendo-line-height-xs, normal)",
44000
+ "resolvedType": "String"
43893
44001
  },
43894
44002
  {
43895
44003
  "description": "The background color of the ProgressBar.\n",
@@ -63707,7 +63815,7 @@
63707
63815
  "context": {
63708
63816
  "type": "variable",
63709
63817
  "name": "kendo-tooltip-title-line-height",
63710
- "value": "1",
63818
+ "value": "var( --kendo-line-height-xs, normal )",
63711
63819
  "scope": "default",
63712
63820
  "line": {
63713
63821
  "start": 31,
@@ -63722,8 +63830,8 @@
63722
63830
  "path": "bootstrap/scss/tooltip/_variables.scss",
63723
63831
  "name": "_variables.scss"
63724
63832
  },
63725
- "resolvedValue": "1",
63726
- "resolvedType": "Number"
63833
+ "resolvedValue": "var(--kendo-line-height-xs, normal)",
63834
+ "resolvedType": "String"
63727
63835
  },
63728
63836
  {
63729
63837
  "description": "The size of the Tooltip callout.\n",
@@ -69058,7 +69166,7 @@
69058
69166
  "context": {
69059
69167
  "type": "variable",
69060
69168
  "name": "kendo-upload-validation-font-size",
69061
- "value": "11px",
69169
+ "value": "var( --kendo-font-size-xs, inherit )",
69062
69170
  "scope": "default",
69063
69171
  "line": {
69064
69172
  "start": 68,
@@ -69073,19 +69181,19 @@
69073
69181
  "path": "bootstrap/scss/upload/_variables.scss",
69074
69182
  "name": "_variables.scss"
69075
69183
  },
69076
- "resolvedValue": "11px",
69077
- "resolvedType": "Number"
69184
+ "resolvedValue": "var(--kendo-font-size-xs, inherit)",
69185
+ "resolvedType": "String"
69078
69186
  },
69079
69187
  {
69080
- "description": "The horizontal spacing of the Upload status icon.\n",
69188
+ "description": "The line height of the Upload validation message.\n",
69081
69189
  "commentRange": {
69082
69190
  "start": 69,
69083
69191
  "end": 70
69084
69192
  },
69085
69193
  "context": {
69086
69194
  "type": "variable",
69087
- "name": "kendo-upload-icon-spacing",
69088
- "value": "$kendo-icon-spacing",
69195
+ "name": "kendo-upload-validation-line-height",
69196
+ "value": "var( --kendo-line-height-xs, normal )",
69089
69197
  "scope": "default",
69090
69198
  "line": {
69091
69199
  "start": 71,
@@ -69100,19 +69208,19 @@
69100
69208
  "path": "bootstrap/scss/upload/_variables.scss",
69101
69209
  "name": "_variables.scss"
69102
69210
  },
69103
- "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
69211
+ "resolvedValue": "var(--kendo-line-height-xs, normal)",
69104
69212
  "resolvedType": "String"
69105
69213
  },
69106
69214
  {
69107
- "description": "The color of the uploaded items icon.\n",
69215
+ "description": "The horizontal spacing of the Upload status icon.\n",
69108
69216
  "commentRange": {
69109
69217
  "start": 72,
69110
69218
  "end": 73
69111
69219
  },
69112
69220
  "context": {
69113
69221
  "type": "variable",
69114
- "name": "kendo-upload-icon-color",
69115
- "value": "$kendo-subtle-text",
69222
+ "name": "kendo-upload-icon-spacing",
69223
+ "value": "$kendo-icon-spacing",
69116
69224
  "scope": "default",
69117
69225
  "line": {
69118
69226
  "start": 74,
@@ -69127,14 +69235,41 @@
69127
69235
  "path": "bootstrap/scss/upload/_variables.scss",
69128
69236
  "name": "_variables.scss"
69129
69237
  },
69238
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
69239
+ "resolvedType": "String"
69240
+ },
69241
+ {
69242
+ "description": "The color of the uploaded items icon.\n",
69243
+ "commentRange": {
69244
+ "start": 75,
69245
+ "end": 76
69246
+ },
69247
+ "context": {
69248
+ "type": "variable",
69249
+ "name": "kendo-upload-icon-color",
69250
+ "value": "$kendo-subtle-text",
69251
+ "scope": "default",
69252
+ "line": {
69253
+ "start": 77,
69254
+ "end": 77
69255
+ }
69256
+ },
69257
+ "group": [
69258
+ "upload"
69259
+ ],
69260
+ "access": "public",
69261
+ "file": {
69262
+ "path": "bootstrap/scss/upload/_variables.scss",
69263
+ "name": "_variables.scss"
69264
+ },
69130
69265
  "resolvedValue": "var(--kendo-color-subtle, #596169)",
69131
69266
  "resolvedType": "String"
69132
69267
  },
69133
69268
  {
69134
69269
  "description": "The thickness of the Upload progress bar.\n",
69135
69270
  "commentRange": {
69136
- "start": 76,
69137
- "end": 77
69271
+ "start": 79,
69272
+ "end": 80
69138
69273
  },
69139
69274
  "context": {
69140
69275
  "type": "variable",
@@ -69142,8 +69277,8 @@
69142
69277
  "value": "2px",
69143
69278
  "scope": "default",
69144
69279
  "line": {
69145
- "start": 78,
69146
- "end": 78
69280
+ "start": 81,
69281
+ "end": 81
69147
69282
  }
69148
69283
  },
69149
69284
  "group": [
@@ -69160,8 +69295,8 @@
69160
69295
  {
69161
69296
  "description": "The background color of the Upload progress bar.\n",
69162
69297
  "commentRange": {
69163
- "start": 79,
69164
- "end": 80
69298
+ "start": 82,
69299
+ "end": 83
69165
69300
  },
69166
69301
  "context": {
69167
69302
  "type": "variable",
@@ -69169,8 +69304,8 @@
69169
69304
  "value": "$kendo-color-info",
69170
69305
  "scope": "default",
69171
69306
  "line": {
69172
- "start": 81,
69173
- "end": 81
69307
+ "start": 84,
69308
+ "end": 84
69174
69309
  }
69175
69310
  },
69176
69311
  "group": [
@@ -69187,8 +69322,8 @@
69187
69322
  {
69188
69323
  "description": "The success text color of the Upload.\n",
69189
69324
  "commentRange": {
69190
- "start": 83,
69191
- "end": 84
69325
+ "start": 86,
69326
+ "end": 87
69192
69327
  },
69193
69328
  "context": {
69194
69329
  "type": "variable",
@@ -69196,8 +69331,8 @@
69196
69331
  "value": "$kendo-color-success",
69197
69332
  "scope": "default",
69198
69333
  "line": {
69199
- "start": 85,
69200
- "end": 85
69334
+ "start": 88,
69335
+ "end": 88
69201
69336
  }
69202
69337
  },
69203
69338
  "group": [
@@ -69214,8 +69349,8 @@
69214
69349
  {
69215
69350
  "description": "The success background color of the Upload progress bar.\n",
69216
69351
  "commentRange": {
69217
- "start": 86,
69218
- "end": 87
69352
+ "start": 89,
69353
+ "end": 90
69219
69354
  },
69220
69355
  "context": {
69221
69356
  "type": "variable",
@@ -69223,8 +69358,8 @@
69223
69358
  "value": "$kendo-color-success",
69224
69359
  "scope": "default",
69225
69360
  "line": {
69226
- "start": 88,
69227
- "end": 88
69361
+ "start": 91,
69362
+ "end": 91
69228
69363
  }
69229
69364
  },
69230
69365
  "group": [
@@ -69241,8 +69376,8 @@
69241
69376
  {
69242
69377
  "description": "The error text color of the Upload.\n",
69243
69378
  "commentRange": {
69244
- "start": 90,
69245
- "end": 91
69379
+ "start": 93,
69380
+ "end": 94
69246
69381
  },
69247
69382
  "context": {
69248
69383
  "type": "variable",
@@ -69250,8 +69385,8 @@
69250
69385
  "value": "$kendo-color-error",
69251
69386
  "scope": "default",
69252
69387
  "line": {
69253
- "start": 92,
69254
- "end": 92
69388
+ "start": 95,
69389
+ "end": 95
69255
69390
  }
69256
69391
  },
69257
69392
  "group": [
@@ -69268,8 +69403,8 @@
69268
69403
  {
69269
69404
  "description": "The error background color of the Upload progress bar.\n",
69270
69405
  "commentRange": {
69271
- "start": 93,
69272
- "end": 94
69406
+ "start": 96,
69407
+ "end": 97
69273
69408
  },
69274
69409
  "context": {
69275
69410
  "type": "variable",
@@ -69277,8 +69412,8 @@
69277
69412
  "value": "$kendo-color-error",
69278
69413
  "scope": "default",
69279
69414
  "line": {
69280
- "start": 95,
69281
- "end": 95
69415
+ "start": 98,
69416
+ "end": 98
69282
69417
  }
69283
69418
  },
69284
69419
  "group": [
@@ -69295,8 +69430,8 @@
69295
69430
  {
69296
69431
  "description": "The shadow of the focused Upload button, actions and uploaded items.\n",
69297
69432
  "commentRange": {
69298
- "start": 97,
69299
- "end": 98
69433
+ "start": 100,
69434
+ "end": 101
69300
69435
  },
69301
69436
  "context": {
69302
69437
  "type": "variable",
@@ -69304,8 +69439,8 @@
69304
69439
  "value": "0 0 0 2px rgba(0, 0, 0, .13)",
69305
69440
  "scope": "default",
69306
69441
  "line": {
69307
- "start": 99,
69308
- "end": 99
69442
+ "start": 102,
69443
+ "end": 102
69309
69444
  }
69310
69445
  },
69311
69446
  "group": [
@@ -69598,7 +69733,7 @@
69598
69733
  "context": {
69599
69734
  "type": "variable",
69600
69735
  "name": "kendo-window-title-line-height",
69601
- "value": "1.5",
69736
+ "value": "var( --kendo-line-height, normal )",
69602
69737
  "scope": "default",
69603
69738
  "line": {
69604
69739
  "start": 39,
@@ -69613,8 +69748,8 @@
69613
69748
  "path": "bootstrap/scss/window/_variables.scss",
69614
69749
  "name": "_variables.scss"
69615
69750
  },
69616
- "resolvedValue": "1.5",
69617
- "resolvedType": "Number"
69751
+ "resolvedValue": "var(--kendo-line-height, normal)",
69752
+ "resolvedType": "String"
69618
69753
  },
69619
69754
  {
69620
69755
  "description": "The spacing between the buttons in the Window titlebar.\n",
@@ -73789,7 +73924,7 @@
73789
73924
  "context": {
73790
73925
  "type": "variable",
73791
73926
  "name": "kendo-bottom-nav-line-height",
73792
- "value": "var( --kendo-line-height-sm, normal )",
73927
+ "value": "var( --kendo-line-height-xs, normal )",
73793
73928
  "scope": "default",
73794
73929
  "line": {
73795
73930
  "start": 23,
@@ -73804,7 +73939,7 @@
73804
73939
  "path": "bootstrap/scss/bottom-navigation/_variables.scss",
73805
73940
  "name": "_variables.scss"
73806
73941
  },
73807
- "resolvedValue": "var(--kendo-line-height-sm, normal)",
73942
+ "resolvedValue": "var(--kendo-line-height-xs, normal)",
73808
73943
  "resolvedType": "String"
73809
73944
  },
73810
73945
  {
@@ -78213,7 +78348,7 @@
78213
78348
  "context": {
78214
78349
  "type": "variable",
78215
78350
  "name": "kendo-calendar-header-cell-line-height",
78216
- "value": "2",
78351
+ "value": "var( --kendo-line-height-lg, normal )",
78217
78352
  "scope": "default",
78218
78353
  "line": {
78219
78354
  "start": 98,
@@ -78228,8 +78363,8 @@
78228
78363
  "path": "bootstrap/scss/calendar/_variables.scss",
78229
78364
  "name": "_variables.scss"
78230
78365
  },
78231
- "resolvedValue": "2",
78232
- "resolvedType": "Number"
78366
+ "resolvedValue": "var(--kendo-line-height-lg, normal)",
78367
+ "resolvedType": "String"
78233
78368
  },
78234
78369
  {
78235
78370
  "description": "The background color of the header cells in the Calendar.\n",
@@ -82553,7 +82688,7 @@
82553
82688
  "context": {
82554
82689
  "type": "variable",
82555
82690
  "name": "kendo-chat-timestamp-font-size",
82556
- "value": "smaller",
82691
+ "value": "var( --kendo-font-size-sm, inherit )",
82557
82692
  "scope": "default",
82558
82693
  "line": {
82559
82694
  "start": 47,
@@ -82568,7 +82703,7 @@
82568
82703
  "path": "bootstrap/scss/chat/_variables.scss",
82569
82704
  "name": "_variables.scss"
82570
82705
  },
82571
- "resolvedValue": "smaller",
82706
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
82572
82707
  "resolvedType": "String"
82573
82708
  },
82574
82709
  {
@@ -82580,7 +82715,7 @@
82580
82715
  "context": {
82581
82716
  "type": "variable",
82582
82717
  "name": "kendo-chat-timestamp-line-height",
82583
- "value": "null",
82718
+ "value": "var( --kendo-line-height, normal )",
82584
82719
  "scope": "default",
82585
82720
  "line": {
82586
82721
  "start": 50,
@@ -82595,8 +82730,8 @@
82595
82730
  "path": "bootstrap/scss/chat/_variables.scss",
82596
82731
  "name": "_variables.scss"
82597
82732
  },
82598
- "resolvedValue": "null",
82599
- "resolvedType": "Null"
82733
+ "resolvedValue": "var(--kendo-line-height, normal)",
82734
+ "resolvedType": "String"
82600
82735
  },
82601
82736
  {
82602
82737
  "description": "The text transform of the Chat timestamp.\n",
@@ -82680,15 +82815,15 @@
82680
82815
  "resolvedType": "Null"
82681
82816
  },
82682
82817
  {
82683
- "description": "The horizontal padding of the Chat bubble message.\n",
82818
+ "description": "The font size of the Chat message meta text.\n",
82684
82819
  "commentRange": {
82685
82820
  "start": 61,
82686
82821
  "end": 62
82687
82822
  },
82688
82823
  "context": {
82689
82824
  "type": "variable",
82690
- "name": "kendo-chat-bubble-padding-x",
82691
- "value": "k-spacing(4)",
82825
+ "name": "kendo-chat-message-meta-font-size",
82826
+ "value": "var( --kendo-font-size-sm, inherit )",
82692
82827
  "scope": "default",
82693
82828
  "line": {
82694
82829
  "start": 63,
@@ -82703,19 +82838,19 @@
82703
82838
  "path": "bootstrap/scss/chat/_variables.scss",
82704
82839
  "name": "_variables.scss"
82705
82840
  },
82706
- "resolvedValue": "var(--kendo-spacing-4, 1rem)",
82841
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
82707
82842
  "resolvedType": "String"
82708
82843
  },
82709
82844
  {
82710
- "description": "The vertical padding of the Chat bubble message.\n",
82845
+ "description": "The line height of the Chat message meta text.\n",
82711
82846
  "commentRange": {
82712
82847
  "start": 64,
82713
82848
  "end": 65
82714
82849
  },
82715
82850
  "context": {
82716
82851
  "type": "variable",
82717
- "name": "kendo-chat-bubble-padding-y",
82718
- "value": "k-spacing(2)",
82852
+ "name": "kendo-chat-message-meta-line-height",
82853
+ "value": "var( --kendo-line-height-xs, normal )",
82719
82854
  "scope": "default",
82720
82855
  "line": {
82721
82856
  "start": 66,
@@ -82730,14 +82865,122 @@
82730
82865
  "path": "bootstrap/scss/chat/_variables.scss",
82731
82866
  "name": "_variables.scss"
82732
82867
  },
82868
+ "resolvedValue": "var(--kendo-line-height-xs, normal)",
82869
+ "resolvedType": "String"
82870
+ },
82871
+ {
82872
+ "description": "The font size of the Chat author text.\n",
82873
+ "commentRange": {
82874
+ "start": 68,
82875
+ "end": 69
82876
+ },
82877
+ "context": {
82878
+ "type": "variable",
82879
+ "name": "kendo-chat-author-font-size",
82880
+ "value": "var( --kendo-font-size-sm, inherit )",
82881
+ "scope": "default",
82882
+ "line": {
82883
+ "start": 70,
82884
+ "end": 70
82885
+ }
82886
+ },
82887
+ "group": [
82888
+ "chat"
82889
+ ],
82890
+ "access": "public",
82891
+ "file": {
82892
+ "path": "bootstrap/scss/chat/_variables.scss",
82893
+ "name": "_variables.scss"
82894
+ },
82895
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
82896
+ "resolvedType": "String"
82897
+ },
82898
+ {
82899
+ "description": "The line height of the Chat author text.\n",
82900
+ "commentRange": {
82901
+ "start": 71,
82902
+ "end": 72
82903
+ },
82904
+ "context": {
82905
+ "type": "variable",
82906
+ "name": "kendo-chat-author-line-height",
82907
+ "value": "var( --kendo-line-height-xs, normal )",
82908
+ "scope": "default",
82909
+ "line": {
82910
+ "start": 73,
82911
+ "end": 73
82912
+ }
82913
+ },
82914
+ "group": [
82915
+ "chat"
82916
+ ],
82917
+ "access": "public",
82918
+ "file": {
82919
+ "path": "bootstrap/scss/chat/_variables.scss",
82920
+ "name": "_variables.scss"
82921
+ },
82922
+ "resolvedValue": "var(--kendo-line-height-xs, normal)",
82923
+ "resolvedType": "String"
82924
+ },
82925
+ {
82926
+ "description": "The horizontal padding of the Chat bubble message.\n",
82927
+ "commentRange": {
82928
+ "start": 75,
82929
+ "end": 76
82930
+ },
82931
+ "context": {
82932
+ "type": "variable",
82933
+ "name": "kendo-chat-bubble-padding-x",
82934
+ "value": "k-spacing(4)",
82935
+ "scope": "default",
82936
+ "line": {
82937
+ "start": 77,
82938
+ "end": 77
82939
+ }
82940
+ },
82941
+ "group": [
82942
+ "chat"
82943
+ ],
82944
+ "access": "public",
82945
+ "file": {
82946
+ "path": "bootstrap/scss/chat/_variables.scss",
82947
+ "name": "_variables.scss"
82948
+ },
82949
+ "resolvedValue": "var(--kendo-spacing-4, 1rem)",
82950
+ "resolvedType": "String"
82951
+ },
82952
+ {
82953
+ "description": "The vertical padding of the Chat bubble message.\n",
82954
+ "commentRange": {
82955
+ "start": 78,
82956
+ "end": 79
82957
+ },
82958
+ "context": {
82959
+ "type": "variable",
82960
+ "name": "kendo-chat-bubble-padding-y",
82961
+ "value": "k-spacing(2)",
82962
+ "scope": "default",
82963
+ "line": {
82964
+ "start": 80,
82965
+ "end": 80
82966
+ }
82967
+ },
82968
+ "group": [
82969
+ "chat"
82970
+ ],
82971
+ "access": "public",
82972
+ "file": {
82973
+ "path": "bootstrap/scss/chat/_variables.scss",
82974
+ "name": "_variables.scss"
82975
+ },
82733
82976
  "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
82734
82977
  "resolvedType": "String"
82735
82978
  },
82736
82979
  {
82737
82980
  "description": "The spacing of the Chat bubble message.\n",
82738
82981
  "commentRange": {
82739
- "start": 67,
82740
- "end": 68
82982
+ "start": 81,
82983
+ "end": 82
82741
82984
  },
82742
82985
  "context": {
82743
82986
  "type": "variable",
@@ -82745,8 +82988,8 @@
82745
82988
  "value": "k-spacing(0.5)",
82746
82989
  "scope": "default",
82747
82990
  "line": {
82748
- "start": 69,
82749
- "end": 69
82991
+ "start": 83,
82992
+ "end": 83
82750
82993
  }
82751
82994
  },
82752
82995
  "group": [
@@ -82763,17 +83006,17 @@
82763
83006
  {
82764
83007
  "description": "The line height of the Chat bubble message.\n",
82765
83008
  "commentRange": {
82766
- "start": 70,
82767
- "end": 71
83009
+ "start": 84,
83010
+ "end": 85
82768
83011
  },
82769
83012
  "context": {
82770
83013
  "type": "variable",
82771
83014
  "name": "kendo-chat-bubble-line-height",
82772
- "value": "1.25",
83015
+ "value": "var( --kendo-line-height, normal )",
82773
83016
  "scope": "default",
82774
83017
  "line": {
82775
- "start": 72,
82776
- "end": 72
83018
+ "start": 86,
83019
+ "end": 86
82777
83020
  }
82778
83021
  },
82779
83022
  "group": [
@@ -82784,14 +83027,14 @@
82784
83027
  "path": "bootstrap/scss/chat/_variables.scss",
82785
83028
  "name": "_variables.scss"
82786
83029
  },
82787
- "resolvedValue": "1.25",
82788
- "resolvedType": "Number"
83030
+ "resolvedValue": "var(--kendo-line-height, normal)",
83031
+ "resolvedType": "String"
82789
83032
  },
82790
83033
  {
82791
83034
  "description": "The border radius of the Chat bubble message.\n",
82792
83035
  "commentRange": {
82793
- "start": 74,
82794
- "end": 75
83036
+ "start": 88,
83037
+ "end": 89
82795
83038
  },
82796
83039
  "context": {
82797
83040
  "type": "variable",
@@ -82799,8 +83042,8 @@
82799
83042
  "value": "12px",
82800
83043
  "scope": "default",
82801
83044
  "line": {
82802
- "start": 76,
82803
- "end": 76
83045
+ "start": 90,
83046
+ "end": 90
82804
83047
  }
82805
83048
  },
82806
83049
  "group": [
@@ -82817,8 +83060,8 @@
82817
83060
  {
82818
83061
  "description": "The border radius of the Chat small bubble message\n",
82819
83062
  "commentRange": {
82820
- "start": 77,
82821
- "end": 78
83063
+ "start": 91,
83064
+ "end": 92
82822
83065
  },
82823
83066
  "context": {
82824
83067
  "type": "variable",
@@ -82826,8 +83069,8 @@
82826
83069
  "value": "2px",
82827
83070
  "scope": "default",
82828
83071
  "line": {
82829
- "start": 79,
82830
- "end": 79
83072
+ "start": 93,
83073
+ "end": 93
82831
83074
  }
82832
83075
  },
82833
83076
  "group": [
@@ -82844,8 +83087,8 @@
82844
83087
  {
82845
83088
  "description": "The size of the Chat Avatar.\n",
82846
83089
  "commentRange": {
82847
- "start": 81,
82848
- "end": 82
83090
+ "start": 95,
83091
+ "end": 96
82849
83092
  },
82850
83093
  "context": {
82851
83094
  "type": "variable",
@@ -82853,8 +83096,8 @@
82853
83096
  "value": "32px",
82854
83097
  "scope": "default",
82855
83098
  "line": {
82856
- "start": 83,
82857
- "end": 83
83099
+ "start": 97,
83100
+ "end": 97
82858
83101
  }
82859
83102
  },
82860
83103
  "group": [
@@ -82871,8 +83114,8 @@
82871
83114
  {
82872
83115
  "description": "The spacing of the Chat Avatar.\n",
82873
83116
  "commentRange": {
82874
- "start": 84,
82875
- "end": 85
83117
+ "start": 98,
83118
+ "end": 99
82876
83119
  },
82877
83120
  "context": {
82878
83121
  "type": "variable",
@@ -82880,8 +83123,8 @@
82880
83123
  "value": "$kendo-chat-item-spacing-x",
82881
83124
  "scope": "default",
82882
83125
  "line": {
82883
- "start": 86,
82884
- "end": 86
83126
+ "start": 100,
83127
+ "end": 100
82885
83128
  }
82886
83129
  },
82887
83130
  "group": [
@@ -82898,8 +83141,8 @@
82898
83141
  {
82899
83142
  "description": "The horizontal padding of the Chat Toolbar.\n",
82900
83143
  "commentRange": {
82901
- "start": 88,
82902
- "end": 89
83144
+ "start": 102,
83145
+ "end": 103
82903
83146
  },
82904
83147
  "context": {
82905
83148
  "type": "variable",
@@ -82907,8 +83150,8 @@
82907
83150
  "value": "$kendo-toolbar-md-padding-x",
82908
83151
  "scope": "default",
82909
83152
  "line": {
82910
- "start": 90,
82911
- "end": 90
83153
+ "start": 104,
83154
+ "end": 104
82912
83155
  }
82913
83156
  },
82914
83157
  "group": [
@@ -82925,8 +83168,8 @@
82925
83168
  {
82926
83169
  "description": "The vertical padding of the Chat Toolbar.\n",
82927
83170
  "commentRange": {
82928
- "start": 91,
82929
- "end": 92
83171
+ "start": 105,
83172
+ "end": 106
82930
83173
  },
82931
83174
  "context": {
82932
83175
  "type": "variable",
@@ -82934,8 +83177,8 @@
82934
83177
  "value": "$kendo-toolbar-md-padding-y",
82935
83178
  "scope": "default",
82936
83179
  "line": {
82937
- "start": 93,
82938
- "end": 93
83180
+ "start": 107,
83181
+ "end": 107
82939
83182
  }
82940
83183
  },
82941
83184
  "group": [
@@ -82952,8 +83195,8 @@
82952
83195
  {
82953
83196
  "description": "The spacing of the Chat Toolbar.\n",
82954
83197
  "commentRange": {
82955
- "start": 94,
82956
- "end": 95
83198
+ "start": 108,
83199
+ "end": 109
82957
83200
  },
82958
83201
  "context": {
82959
83202
  "type": "variable",
@@ -82961,8 +83204,8 @@
82961
83204
  "value": "$kendo-toolbar-md-spacing",
82962
83205
  "scope": "default",
82963
83206
  "line": {
82964
- "start": 96,
82965
- "end": 96
83207
+ "start": 110,
83208
+ "end": 110
82966
83209
  }
82967
83210
  },
82968
83211
  "group": [
@@ -82979,8 +83222,8 @@
82979
83222
  {
82980
83223
  "description": "The background color of the Chat Toolbar.\n",
82981
83224
  "commentRange": {
82982
- "start": 97,
82983
- "end": 98
83225
+ "start": 111,
83226
+ "end": 112
82984
83227
  },
82985
83228
  "context": {
82986
83229
  "type": "variable",
@@ -82988,8 +83231,8 @@
82988
83231
  "value": "$kendo-toolbar-bg",
82989
83232
  "scope": "default",
82990
83233
  "line": {
82991
- "start": 99,
82992
- "end": 99
83234
+ "start": 113,
83235
+ "end": 113
82993
83236
  }
82994
83237
  },
82995
83238
  "group": [
@@ -83006,8 +83249,8 @@
83006
83249
  {
83007
83250
  "description": "The text color of the Chat Toolbar.\n",
83008
83251
  "commentRange": {
83009
- "start": 100,
83010
- "end": 101
83252
+ "start": 114,
83253
+ "end": 115
83011
83254
  },
83012
83255
  "context": {
83013
83256
  "type": "variable",
@@ -83015,8 +83258,8 @@
83015
83258
  "value": "$kendo-toolbar-text",
83016
83259
  "scope": "default",
83017
83260
  "line": {
83018
- "start": 102,
83019
- "end": 102
83261
+ "start": 116,
83262
+ "end": 116
83020
83263
  }
83021
83264
  },
83022
83265
  "group": [
@@ -83033,8 +83276,8 @@
83033
83276
  {
83034
83277
  "description": "The border color of the Chat Toolbar.\n",
83035
83278
  "commentRange": {
83036
- "start": 103,
83037
- "end": 104
83279
+ "start": 117,
83280
+ "end": 118
83038
83281
  },
83039
83282
  "context": {
83040
83283
  "type": "variable",
@@ -83042,8 +83285,8 @@
83042
83285
  "value": "inherit",
83043
83286
  "scope": "default",
83044
83287
  "line": {
83045
- "start": 105,
83046
- "end": 105
83288
+ "start": 119,
83289
+ "end": 119
83047
83290
  }
83048
83291
  },
83049
83292
  "group": [
@@ -83060,8 +83303,8 @@
83060
83303
  {
83061
83304
  "description": "The horizontal padding of the Chat quick reply.\n",
83062
83305
  "commentRange": {
83063
- "start": 107,
83064
- "end": 108
83306
+ "start": 121,
83307
+ "end": 122
83065
83308
  },
83066
83309
  "context": {
83067
83310
  "type": "variable",
@@ -83069,8 +83312,8 @@
83069
83312
  "value": "k-spacing(3)",
83070
83313
  "scope": "default",
83071
83314
  "line": {
83072
- "start": 109,
83073
- "end": 109
83315
+ "start": 123,
83316
+ "end": 123
83074
83317
  }
83075
83318
  },
83076
83319
  "group": [
@@ -83087,8 +83330,8 @@
83087
83330
  {
83088
83331
  "description": "The vertical padding of the Chat quick reply.\n",
83089
83332
  "commentRange": {
83090
- "start": 110,
83091
- "end": 111
83333
+ "start": 124,
83334
+ "end": 125
83092
83335
  },
83093
83336
  "context": {
83094
83337
  "type": "variable",
@@ -83096,8 +83339,8 @@
83096
83339
  "value": "k-spacing(2)",
83097
83340
  "scope": "default",
83098
83341
  "line": {
83099
- "start": 112,
83100
- "end": 112
83342
+ "start": 126,
83343
+ "end": 126
83101
83344
  }
83102
83345
  },
83103
83346
  "group": [
@@ -83114,8 +83357,8 @@
83114
83357
  {
83115
83358
  "description": "The spacing of the Chat quick reply.\n",
83116
83359
  "commentRange": {
83117
- "start": 113,
83118
- "end": 114
83360
+ "start": 127,
83361
+ "end": 128
83119
83362
  },
83120
83363
  "context": {
83121
83364
  "type": "variable",
@@ -83123,8 +83366,8 @@
83123
83366
  "value": "k-spacing(2)",
83124
83367
  "scope": "default",
83125
83368
  "line": {
83126
- "start": 115,
83127
- "end": 115
83369
+ "start": 129,
83370
+ "end": 129
83128
83371
  }
83129
83372
  },
83130
83373
  "group": [
@@ -83141,8 +83384,8 @@
83141
83384
  {
83142
83385
  "description": "The line height of the Chat quick reply.\n",
83143
83386
  "commentRange": {
83144
- "start": 116,
83145
- "end": 117
83387
+ "start": 130,
83388
+ "end": 131
83146
83389
  },
83147
83390
  "context": {
83148
83391
  "type": "variable",
@@ -83150,8 +83393,8 @@
83150
83393
  "value": "$kendo-chat-bubble-line-height",
83151
83394
  "scope": "default",
83152
83395
  "line": {
83153
- "start": 118,
83154
- "end": 118
83396
+ "start": 132,
83397
+ "end": 132
83155
83398
  }
83156
83399
  },
83157
83400
  "group": [
@@ -83162,14 +83405,14 @@
83162
83405
  "path": "bootstrap/scss/chat/_variables.scss",
83163
83406
  "name": "_variables.scss"
83164
83407
  },
83165
- "resolvedValue": "1.25",
83166
- "resolvedType": "Number"
83408
+ "resolvedValue": "var(--kendo-line-height, normal)",
83409
+ "resolvedType": "String"
83167
83410
  },
83168
83411
  {
83169
83412
  "description": "The background color of the Chat.\n",
83170
83413
  "commentRange": {
83171
- "start": 121,
83172
- "end": 122
83414
+ "start": 135,
83415
+ "end": 136
83173
83416
  },
83174
83417
  "context": {
83175
83418
  "type": "variable",
@@ -83177,8 +83420,8 @@
83177
83420
  "value": "$kendo-app-bg",
83178
83421
  "scope": "default",
83179
83422
  "line": {
83180
- "start": 123,
83181
- "end": 123
83423
+ "start": 137,
83424
+ "end": 137
83182
83425
  }
83183
83426
  },
83184
83427
  "group": [
@@ -83195,8 +83438,8 @@
83195
83438
  {
83196
83439
  "description": "The text color of the Chat.\n",
83197
83440
  "commentRange": {
83198
- "start": 124,
83199
- "end": 125
83441
+ "start": 138,
83442
+ "end": 139
83200
83443
  },
83201
83444
  "context": {
83202
83445
  "type": "variable",
@@ -83204,8 +83447,8 @@
83204
83447
  "value": "$kendo-app-text",
83205
83448
  "scope": "default",
83206
83449
  "line": {
83207
- "start": 126,
83208
- "end": 126
83450
+ "start": 140,
83451
+ "end": 140
83209
83452
  }
83210
83453
  },
83211
83454
  "group": [
@@ -83222,8 +83465,8 @@
83222
83465
  {
83223
83466
  "description": "The border color of the Chat.\n",
83224
83467
  "commentRange": {
83225
- "start": 127,
83226
- "end": 128
83468
+ "start": 141,
83469
+ "end": 142
83227
83470
  },
83228
83471
  "context": {
83229
83472
  "type": "variable",
@@ -83231,8 +83474,8 @@
83231
83474
  "value": "$kendo-app-border",
83232
83475
  "scope": "default",
83233
83476
  "line": {
83234
- "start": 129,
83235
- "end": 129
83477
+ "start": 143,
83478
+ "end": 143
83236
83479
  }
83237
83480
  },
83238
83481
  "group": [
@@ -83249,8 +83492,8 @@
83249
83492
  {
83250
83493
  "description": "The background color of the Chat bubble.\n",
83251
83494
  "commentRange": {
83252
- "start": 131,
83253
- "end": 132
83495
+ "start": 145,
83496
+ "end": 146
83254
83497
  },
83255
83498
  "context": {
83256
83499
  "type": "variable",
@@ -83258,8 +83501,8 @@
83258
83501
  "value": "$kendo-button-bg",
83259
83502
  "scope": "default",
83260
83503
  "line": {
83261
- "start": 133,
83262
- "end": 133
83504
+ "start": 147,
83505
+ "end": 147
83263
83506
  }
83264
83507
  },
83265
83508
  "group": [
@@ -83276,8 +83519,8 @@
83276
83519
  {
83277
83520
  "description": "The text color of the Chat bubble.\n",
83278
83521
  "commentRange": {
83279
- "start": 134,
83280
- "end": 135
83522
+ "start": 148,
83523
+ "end": 149
83281
83524
  },
83282
83525
  "context": {
83283
83526
  "type": "variable",
@@ -83285,8 +83528,8 @@
83285
83528
  "value": "$kendo-button-text",
83286
83529
  "scope": "default",
83287
83530
  "line": {
83288
- "start": 136,
83289
- "end": 136
83531
+ "start": 150,
83532
+ "end": 150
83290
83533
  }
83291
83534
  },
83292
83535
  "group": [
@@ -83303,8 +83546,8 @@
83303
83546
  {
83304
83547
  "description": "The border color of the Chat bubble.\n",
83305
83548
  "commentRange": {
83306
- "start": 137,
83307
- "end": 138
83549
+ "start": 151,
83550
+ "end": 152
83308
83551
  },
83309
83552
  "context": {
83310
83553
  "type": "variable",
@@ -83312,8 +83555,8 @@
83312
83555
  "value": "$kendo-chat-bubble-bg",
83313
83556
  "scope": "default",
83314
83557
  "line": {
83315
- "start": 139,
83316
- "end": 139
83558
+ "start": 153,
83559
+ "end": 153
83317
83560
  }
83318
83561
  },
83319
83562
  "group": [
@@ -83330,8 +83573,8 @@
83330
83573
  {
83331
83574
  "description": "The box shadow of the Chat bubble.\n",
83332
83575
  "commentRange": {
83333
- "start": 140,
83334
- "end": 141
83576
+ "start": 154,
83577
+ "end": 155
83335
83578
  },
83336
83579
  "context": {
83337
83580
  "type": "variable",
@@ -83339,8 +83582,8 @@
83339
83582
  "value": "none",
83340
83583
  "scope": "default",
83341
83584
  "line": {
83342
- "start": 142,
83343
- "end": 142
83585
+ "start": 156,
83586
+ "end": 156
83344
83587
  }
83345
83588
  },
83346
83589
  "group": [
@@ -83357,8 +83600,8 @@
83357
83600
  {
83358
83601
  "description": "The shadow of the hovered Chat bubble.\n",
83359
83602
  "commentRange": {
83360
- "start": 143,
83361
- "end": 144
83603
+ "start": 157,
83604
+ "end": 158
83362
83605
  },
83363
83606
  "context": {
83364
83607
  "type": "variable",
@@ -83366,8 +83609,8 @@
83366
83609
  "value": "none",
83367
83610
  "scope": "default",
83368
83611
  "line": {
83369
- "start": 145,
83370
- "end": 145
83612
+ "start": 159,
83613
+ "end": 159
83371
83614
  }
83372
83615
  },
83373
83616
  "group": [
@@ -83384,8 +83627,8 @@
83384
83627
  {
83385
83628
  "description": "The shadow of the selected Chat bubble.\n",
83386
83629
  "commentRange": {
83387
- "start": 146,
83388
- "end": 147
83630
+ "start": 160,
83631
+ "end": 161
83389
83632
  },
83390
83633
  "context": {
83391
83634
  "type": "variable",
@@ -83393,8 +83636,8 @@
83393
83636
  "value": "none",
83394
83637
  "scope": "default",
83395
83638
  "line": {
83396
- "start": 148,
83397
- "end": 148
83639
+ "start": 162,
83640
+ "end": 162
83398
83641
  }
83399
83642
  },
83400
83643
  "group": [
@@ -83411,8 +83654,8 @@
83411
83654
  {
83412
83655
  "description": "The background color of the Chat alt bubble.\n",
83413
83656
  "commentRange": {
83414
- "start": 150,
83415
- "end": 151
83657
+ "start": 164,
83658
+ "end": 165
83416
83659
  },
83417
83660
  "context": {
83418
83661
  "type": "variable",
@@ -83420,8 +83663,8 @@
83420
83663
  "value": "$kendo-color-primary",
83421
83664
  "scope": "default",
83422
83665
  "line": {
83423
- "start": 152,
83424
- "end": 152
83666
+ "start": 166,
83667
+ "end": 166
83425
83668
  }
83426
83669
  },
83427
83670
  "group": [
@@ -83438,8 +83681,8 @@
83438
83681
  {
83439
83682
  "description": "The text color of the Chat alt bubble.\n",
83440
83683
  "commentRange": {
83441
- "start": 153,
83442
- "end": 154
83684
+ "start": 167,
83685
+ "end": 168
83443
83686
  },
83444
83687
  "context": {
83445
83688
  "type": "variable",
@@ -83447,8 +83690,8 @@
83447
83690
  "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-chat-alt-bubble-bg ))",
83448
83691
  "scope": "default",
83449
83692
  "line": {
83450
- "start": 155,
83451
- "end": 155
83693
+ "start": 169,
83694
+ "end": 169
83452
83695
  }
83453
83696
  },
83454
83697
  "group": [
@@ -83465,8 +83708,8 @@
83465
83708
  {
83466
83709
  "description": "The border color of the Chat alt bubble.\n",
83467
83710
  "commentRange": {
83468
- "start": 156,
83469
- "end": 157
83711
+ "start": 170,
83712
+ "end": 171
83470
83713
  },
83471
83714
  "context": {
83472
83715
  "type": "variable",
@@ -83474,8 +83717,8 @@
83474
83717
  "value": "$kendo-chat-alt-bubble-bg",
83475
83718
  "scope": "default",
83476
83719
  "line": {
83477
- "start": 158,
83478
- "end": 158
83720
+ "start": 172,
83721
+ "end": 172
83479
83722
  }
83480
83723
  },
83481
83724
  "group": [
@@ -83492,8 +83735,8 @@
83492
83735
  {
83493
83736
  "description": "The shadow of the Chat alt bubble.\n",
83494
83737
  "commentRange": {
83495
- "start": 159,
83496
- "end": 160
83738
+ "start": 173,
83739
+ "end": 174
83497
83740
  },
83498
83741
  "context": {
83499
83742
  "type": "variable",
@@ -83501,8 +83744,8 @@
83501
83744
  "value": "none",
83502
83745
  "scope": "default",
83503
83746
  "line": {
83504
- "start": 161,
83505
- "end": 161
83747
+ "start": 175,
83748
+ "end": 175
83506
83749
  }
83507
83750
  },
83508
83751
  "group": [
@@ -83519,8 +83762,8 @@
83519
83762
  {
83520
83763
  "description": "The shadow of the hovered Chat alt bubble.\n",
83521
83764
  "commentRange": {
83522
- "start": 162,
83523
- "end": 163
83765
+ "start": 176,
83766
+ "end": 177
83524
83767
  },
83525
83768
  "context": {
83526
83769
  "type": "variable",
@@ -83528,8 +83771,8 @@
83528
83771
  "value": "none",
83529
83772
  "scope": "default",
83530
83773
  "line": {
83531
- "start": 164,
83532
- "end": 164
83774
+ "start": 178,
83775
+ "end": 178
83533
83776
  }
83534
83777
  },
83535
83778
  "group": [
@@ -83546,8 +83789,8 @@
83546
83789
  {
83547
83790
  "description": "The shadow of the selected Chat alt bubble.\n",
83548
83791
  "commentRange": {
83549
- "start": 165,
83550
- "end": 166
83792
+ "start": 179,
83793
+ "end": 180
83551
83794
  },
83552
83795
  "context": {
83553
83796
  "type": "variable",
@@ -83555,8 +83798,8 @@
83555
83798
  "value": "none",
83556
83799
  "scope": "default",
83557
83800
  "line": {
83558
- "start": 167,
83559
- "end": 167
83801
+ "start": 181,
83802
+ "end": 181
83560
83803
  }
83561
83804
  },
83562
83805
  "group": [
@@ -83573,8 +83816,8 @@
83573
83816
  {
83574
83817
  "description": "The background color of the Chat quick reply.\n",
83575
83818
  "commentRange": {
83576
- "start": 169,
83577
- "end": 170
83819
+ "start": 183,
83820
+ "end": 184
83578
83821
  },
83579
83822
  "context": {
83580
83823
  "type": "variable",
@@ -83582,8 +83825,8 @@
83582
83825
  "value": "transparent",
83583
83826
  "scope": "default",
83584
83827
  "line": {
83585
- "start": 171,
83586
- "end": 171
83828
+ "start": 185,
83829
+ "end": 185
83587
83830
  }
83588
83831
  },
83589
83832
  "group": [
@@ -83600,8 +83843,8 @@
83600
83843
  {
83601
83844
  "description": "The text color of the Chat quick reply.\n",
83602
83845
  "commentRange": {
83603
- "start": 172,
83604
- "end": 173
83846
+ "start": 186,
83847
+ "end": 187
83605
83848
  },
83606
83849
  "context": {
83607
83850
  "type": "variable",
@@ -83609,8 +83852,8 @@
83609
83852
  "value": "$kendo-color-primary",
83610
83853
  "scope": "default",
83611
83854
  "line": {
83612
- "start": 174,
83613
- "end": 174
83855
+ "start": 188,
83856
+ "end": 188
83614
83857
  }
83615
83858
  },
83616
83859
  "group": [
@@ -83627,8 +83870,8 @@
83627
83870
  {
83628
83871
  "description": "The border color of the Chat quick reply.\n",
83629
83872
  "commentRange": {
83630
- "start": 175,
83631
- "end": 176
83873
+ "start": 189,
83874
+ "end": 190
83632
83875
  },
83633
83876
  "context": {
83634
83877
  "type": "variable",
@@ -83636,8 +83879,8 @@
83636
83879
  "value": "$kendo-color-primary",
83637
83880
  "scope": "default",
83638
83881
  "line": {
83639
- "start": 177,
83640
- "end": 177
83882
+ "start": 191,
83883
+ "end": 191
83641
83884
  }
83642
83885
  },
83643
83886
  "group": [
@@ -83654,8 +83897,8 @@
83654
83897
  {
83655
83898
  "description": "The background color of the hovered Chat quick reply.\n",
83656
83899
  "commentRange": {
83657
- "start": 179,
83658
- "end": 180
83900
+ "start": 193,
83901
+ "end": 194
83659
83902
  },
83660
83903
  "context": {
83661
83904
  "type": "variable",
@@ -83663,8 +83906,8 @@
83663
83906
  "value": "$kendo-color-primary",
83664
83907
  "scope": "default",
83665
83908
  "line": {
83666
- "start": 181,
83667
- "end": 181
83909
+ "start": 195,
83910
+ "end": 195
83668
83911
  }
83669
83912
  },
83670
83913
  "group": [
@@ -83681,8 +83924,8 @@
83681
83924
  {
83682
83925
  "description": "The text color of the hovered Chat quick reply.\n",
83683
83926
  "commentRange": {
83684
- "start": 182,
83685
- "end": 183
83927
+ "start": 196,
83928
+ "end": 197
83686
83929
  },
83687
83930
  "context": {
83688
83931
  "type": "variable",
@@ -83690,8 +83933,8 @@
83690
83933
  "value": "$kendo-color-primary-contrast",
83691
83934
  "scope": "default",
83692
83935
  "line": {
83693
- "start": 184,
83694
- "end": 184
83936
+ "start": 198,
83937
+ "end": 198
83695
83938
  }
83696
83939
  },
83697
83940
  "group": [
@@ -83708,8 +83951,8 @@
83708
83951
  {
83709
83952
  "description": "The border color of the hovered Chat quick reply.\n",
83710
83953
  "commentRange": {
83711
- "start": 185,
83712
- "end": 186
83954
+ "start": 199,
83955
+ "end": 200
83713
83956
  },
83714
83957
  "context": {
83715
83958
  "type": "variable",
@@ -83717,8 +83960,8 @@
83717
83960
  "value": "$kendo-color-primary",
83718
83961
  "scope": "default",
83719
83962
  "line": {
83720
- "start": 187,
83721
- "end": 187
83963
+ "start": 201,
83964
+ "end": 201
83722
83965
  }
83723
83966
  },
83724
83967
  "group": [
@@ -91697,7 +91940,7 @@
91697
91940
  "context": {
91698
91941
  "type": "variable",
91699
91942
  "name": "kendo-drawer-item-font-size",
91700
- "value": "16px",
91943
+ "value": "var( --kendo-font-size, inherit )",
91701
91944
  "scope": "default",
91702
91945
  "line": {
91703
91946
  "start": 57,
@@ -91712,8 +91955,8 @@
91712
91955
  "path": "bootstrap/scss/drawer/_variables.scss",
91713
91956
  "name": "_variables.scss"
91714
91957
  },
91715
- "resolvedValue": "16px",
91716
- "resolvedType": "Number"
91958
+ "resolvedValue": "var(--kendo-font-size, inherit)",
91959
+ "resolvedType": "String"
91717
91960
  },
91718
91961
  {
91719
91962
  "description": "The line height of the Drawer item.\n",
@@ -116748,7 +116991,7 @@
116748
116991
  "context": {
116749
116992
  "type": "variable",
116750
116993
  "name": "kendo-progressbar-line-height",
116751
- "value": "1",
116994
+ "value": "var( --kendo-line-height-xs, normal )",
116752
116995
  "scope": "default",
116753
116996
  "line": {
116754
116997
  "start": 23,
@@ -116763,8 +117006,8 @@
116763
117006
  "path": "bootstrap/scss/progressbar/_variables.scss",
116764
117007
  "name": "_variables.scss"
116765
117008
  },
116766
- "resolvedValue": "1",
116767
- "resolvedType": "Number"
117009
+ "resolvedValue": "var(--kendo-line-height-xs, normal)",
117010
+ "resolvedType": "String"
116768
117011
  },
116769
117012
  {
116770
117013
  "description": "The background color of the ProgressBar.\n",
@@ -136469,7 +136712,7 @@
136469
136712
  "context": {
136470
136713
  "type": "variable",
136471
136714
  "name": "kendo-tooltip-title-line-height",
136472
- "value": "1",
136715
+ "value": "var( --kendo-line-height-xs, normal )",
136473
136716
  "scope": "default",
136474
136717
  "line": {
136475
136718
  "start": 31,
@@ -136484,8 +136727,8 @@
136484
136727
  "path": "bootstrap/scss/tooltip/_variables.scss",
136485
136728
  "name": "_variables.scss"
136486
136729
  },
136487
- "resolvedValue": "1",
136488
- "resolvedType": "Number"
136730
+ "resolvedValue": "var(--kendo-line-height-xs, normal)",
136731
+ "resolvedType": "String"
136489
136732
  },
136490
136733
  {
136491
136734
  "description": "The size of the Tooltip callout.\n",
@@ -141931,7 +142174,7 @@
141931
142174
  "context": {
141932
142175
  "type": "variable",
141933
142176
  "name": "kendo-upload-validation-font-size",
141934
- "value": "11px",
142177
+ "value": "var( --kendo-font-size-xs, inherit )",
141935
142178
  "scope": "default",
141936
142179
  "line": {
141937
142180
  "start": 68,
@@ -141946,19 +142189,19 @@
141946
142189
  "path": "bootstrap/scss/upload/_variables.scss",
141947
142190
  "name": "_variables.scss"
141948
142191
  },
141949
- "resolvedValue": "11px",
141950
- "resolvedType": "Number"
142192
+ "resolvedValue": "var(--kendo-font-size-xs, inherit)",
142193
+ "resolvedType": "String"
141951
142194
  },
141952
142195
  {
141953
- "description": "The horizontal spacing of the Upload status icon.\n",
142196
+ "description": "The line height of the Upload validation message.\n",
141954
142197
  "commentRange": {
141955
142198
  "start": 69,
141956
142199
  "end": 70
141957
142200
  },
141958
142201
  "context": {
141959
142202
  "type": "variable",
141960
- "name": "kendo-upload-icon-spacing",
141961
- "value": "$kendo-icon-spacing",
142203
+ "name": "kendo-upload-validation-line-height",
142204
+ "value": "var( --kendo-line-height-xs, normal )",
141962
142205
  "scope": "default",
141963
142206
  "line": {
141964
142207
  "start": 71,
@@ -141973,19 +142216,19 @@
141973
142216
  "path": "bootstrap/scss/upload/_variables.scss",
141974
142217
  "name": "_variables.scss"
141975
142218
  },
141976
- "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
142219
+ "resolvedValue": "var(--kendo-line-height-xs, normal)",
141977
142220
  "resolvedType": "String"
141978
142221
  },
141979
142222
  {
141980
- "description": "The color of the uploaded items icon.\n",
142223
+ "description": "The horizontal spacing of the Upload status icon.\n",
141981
142224
  "commentRange": {
141982
142225
  "start": 72,
141983
142226
  "end": 73
141984
142227
  },
141985
142228
  "context": {
141986
142229
  "type": "variable",
141987
- "name": "kendo-upload-icon-color",
141988
- "value": "$kendo-subtle-text",
142230
+ "name": "kendo-upload-icon-spacing",
142231
+ "value": "$kendo-icon-spacing",
141989
142232
  "scope": "default",
141990
142233
  "line": {
141991
142234
  "start": 74,
@@ -142000,14 +142243,41 @@
142000
142243
  "path": "bootstrap/scss/upload/_variables.scss",
142001
142244
  "name": "_variables.scss"
142002
142245
  },
142246
+ "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
142247
+ "resolvedType": "String"
142248
+ },
142249
+ {
142250
+ "description": "The color of the uploaded items icon.\n",
142251
+ "commentRange": {
142252
+ "start": 75,
142253
+ "end": 76
142254
+ },
142255
+ "context": {
142256
+ "type": "variable",
142257
+ "name": "kendo-upload-icon-color",
142258
+ "value": "$kendo-subtle-text",
142259
+ "scope": "default",
142260
+ "line": {
142261
+ "start": 77,
142262
+ "end": 77
142263
+ }
142264
+ },
142265
+ "group": [
142266
+ "upload"
142267
+ ],
142268
+ "access": "public",
142269
+ "file": {
142270
+ "path": "bootstrap/scss/upload/_variables.scss",
142271
+ "name": "_variables.scss"
142272
+ },
142003
142273
  "resolvedValue": "var(--kendo-color-subtle, #596169)",
142004
142274
  "resolvedType": "String"
142005
142275
  },
142006
142276
  {
142007
142277
  "description": "The thickness of the Upload progress bar.\n",
142008
142278
  "commentRange": {
142009
- "start": 76,
142010
- "end": 77
142279
+ "start": 79,
142280
+ "end": 80
142011
142281
  },
142012
142282
  "context": {
142013
142283
  "type": "variable",
@@ -142015,8 +142285,8 @@
142015
142285
  "value": "2px",
142016
142286
  "scope": "default",
142017
142287
  "line": {
142018
- "start": 78,
142019
- "end": 78
142288
+ "start": 81,
142289
+ "end": 81
142020
142290
  }
142021
142291
  },
142022
142292
  "group": [
@@ -142033,8 +142303,8 @@
142033
142303
  {
142034
142304
  "description": "The background color of the Upload progress bar.\n",
142035
142305
  "commentRange": {
142036
- "start": 79,
142037
- "end": 80
142306
+ "start": 82,
142307
+ "end": 83
142038
142308
  },
142039
142309
  "context": {
142040
142310
  "type": "variable",
@@ -142042,8 +142312,8 @@
142042
142312
  "value": "$kendo-color-info",
142043
142313
  "scope": "default",
142044
142314
  "line": {
142045
- "start": 81,
142046
- "end": 81
142315
+ "start": 84,
142316
+ "end": 84
142047
142317
  }
142048
142318
  },
142049
142319
  "group": [
@@ -142060,8 +142330,8 @@
142060
142330
  {
142061
142331
  "description": "The success text color of the Upload.\n",
142062
142332
  "commentRange": {
142063
- "start": 83,
142064
- "end": 84
142333
+ "start": 86,
142334
+ "end": 87
142065
142335
  },
142066
142336
  "context": {
142067
142337
  "type": "variable",
@@ -142069,8 +142339,8 @@
142069
142339
  "value": "$kendo-color-success",
142070
142340
  "scope": "default",
142071
142341
  "line": {
142072
- "start": 85,
142073
- "end": 85
142342
+ "start": 88,
142343
+ "end": 88
142074
142344
  }
142075
142345
  },
142076
142346
  "group": [
@@ -142087,8 +142357,8 @@
142087
142357
  {
142088
142358
  "description": "The success background color of the Upload progress bar.\n",
142089
142359
  "commentRange": {
142090
- "start": 86,
142091
- "end": 87
142360
+ "start": 89,
142361
+ "end": 90
142092
142362
  },
142093
142363
  "context": {
142094
142364
  "type": "variable",
@@ -142096,8 +142366,8 @@
142096
142366
  "value": "$kendo-color-success",
142097
142367
  "scope": "default",
142098
142368
  "line": {
142099
- "start": 88,
142100
- "end": 88
142369
+ "start": 91,
142370
+ "end": 91
142101
142371
  }
142102
142372
  },
142103
142373
  "group": [
@@ -142114,8 +142384,8 @@
142114
142384
  {
142115
142385
  "description": "The error text color of the Upload.\n",
142116
142386
  "commentRange": {
142117
- "start": 90,
142118
- "end": 91
142387
+ "start": 93,
142388
+ "end": 94
142119
142389
  },
142120
142390
  "context": {
142121
142391
  "type": "variable",
@@ -142123,8 +142393,8 @@
142123
142393
  "value": "$kendo-color-error",
142124
142394
  "scope": "default",
142125
142395
  "line": {
142126
- "start": 92,
142127
- "end": 92
142396
+ "start": 95,
142397
+ "end": 95
142128
142398
  }
142129
142399
  },
142130
142400
  "group": [
@@ -142141,8 +142411,8 @@
142141
142411
  {
142142
142412
  "description": "The error background color of the Upload progress bar.\n",
142143
142413
  "commentRange": {
142144
- "start": 93,
142145
- "end": 94
142414
+ "start": 96,
142415
+ "end": 97
142146
142416
  },
142147
142417
  "context": {
142148
142418
  "type": "variable",
@@ -142150,8 +142420,8 @@
142150
142420
  "value": "$kendo-color-error",
142151
142421
  "scope": "default",
142152
142422
  "line": {
142153
- "start": 95,
142154
- "end": 95
142423
+ "start": 98,
142424
+ "end": 98
142155
142425
  }
142156
142426
  },
142157
142427
  "group": [
@@ -142168,8 +142438,8 @@
142168
142438
  {
142169
142439
  "description": "The shadow of the focused Upload button, actions and uploaded items.\n",
142170
142440
  "commentRange": {
142171
- "start": 97,
142172
- "end": 98
142441
+ "start": 100,
142442
+ "end": 101
142173
142443
  },
142174
142444
  "context": {
142175
142445
  "type": "variable",
@@ -142177,8 +142447,8 @@
142177
142447
  "value": "0 0 0 2px rgba(0, 0, 0, .13)",
142178
142448
  "scope": "default",
142179
142449
  "line": {
142180
- "start": 99,
142181
- "end": 99
142450
+ "start": 102,
142451
+ "end": 102
142182
142452
  }
142183
142453
  },
142184
142454
  "group": [
@@ -142477,7 +142747,7 @@
142477
142747
  "context": {
142478
142748
  "type": "variable",
142479
142749
  "name": "kendo-window-title-line-height",
142480
- "value": "1.5",
142750
+ "value": "var( --kendo-line-height, normal )",
142481
142751
  "scope": "default",
142482
142752
  "line": {
142483
142753
  "start": 39,
@@ -142492,8 +142762,8 @@
142492
142762
  "path": "bootstrap/scss/window/_variables.scss",
142493
142763
  "name": "_variables.scss"
142494
142764
  },
142495
- "resolvedValue": "1.5",
142496
- "resolvedType": "Number"
142765
+ "resolvedValue": "var(--kendo-line-height, normal)",
142766
+ "resolvedType": "String"
142497
142767
  },
142498
142768
  {
142499
142769
  "description": "The spacing between the buttons in the Window titlebar.\n",