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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +41 -22
  3. package/dist/default-blue.css +1 -1
  4. package/dist/default-dataviz-v4.css +1 -1
  5. package/dist/default-green.css +1 -1
  6. package/dist/default-main-dark.css +1 -1
  7. package/dist/default-main.css +1 -1
  8. package/dist/default-nordic.css +1 -1
  9. package/dist/default-ocean-blue-a11y.css +1 -1
  10. package/dist/default-ocean-blue.css +1 -1
  11. package/dist/default-orange.css +1 -1
  12. package/dist/default-purple.css +1 -1
  13. package/dist/default-turquoise.css +1 -1
  14. package/dist/default-urban.css +1 -1
  15. package/dist/meta/sassdoc-data.json +902 -578
  16. package/dist/meta/sassdoc-raw-data.json +406 -256
  17. package/dist/meta/variables.json +54 -34
  18. package/lib/swatches/default-blue.json +1 -1
  19. package/lib/swatches/default-dataviz-v4.json +1 -1
  20. package/lib/swatches/default-green.json +1 -1
  21. package/lib/swatches/default-main-dark.json +1 -1
  22. package/lib/swatches/default-main.json +1 -1
  23. package/lib/swatches/default-nordic.json +1 -1
  24. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  25. package/lib/swatches/default-ocean-blue.json +1 -1
  26. package/lib/swatches/default-orange.json +1 -1
  27. package/lib/swatches/default-purple.json +1 -1
  28. package/lib/swatches/default-turquoise.json +1 -1
  29. package/lib/swatches/default-urban.json +1 -1
  30. package/package.json +4 -4
  31. package/scss/bottom-navigation/_variables.scss +1 -1
  32. package/scss/card/_variables.scss +2 -2
  33. package/scss/chat/_layout.scss +4 -4
  34. package/scss/chat/_variables.scss +17 -3
  35. package/scss/drawer/_variables.scss +3 -1
  36. package/scss/forms/_variables.scss +3 -3
  37. package/scss/progressbar/_variables.scss +1 -1
  38. package/scss/timeselector/_variables.scss +1 -1
  39. package/scss/tooltip/_variables.scss +2 -2
  40. package/scss/upload/_layout.scss +1 -1
  41. package/scss/upload/_variables.scss +4 -1
  42. package/scss/window/_variables.scss +2 -2
@@ -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": "default/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
  {
@@ -8987,7 +8987,7 @@
8987
8987
  "context": {
8988
8988
  "type": "variable",
8989
8989
  "name": "kendo-card-title-line-height",
8990
- "value": "1.25",
8990
+ "value": "var( --kendo-line-height-sm, normal )",
8991
8991
  "scope": "default",
8992
8992
  "line": {
8993
8993
  "start": 119,
@@ -9002,8 +9002,8 @@
9002
9002
  "path": "default/scss/card/_variables.scss",
9003
9003
  "name": "_variables.scss"
9004
9004
  },
9005
- "resolvedValue": "1.25",
9006
- "resolvedType": "Number"
9005
+ "resolvedValue": "var(--kendo-line-height-sm, normal)",
9006
+ "resolvedType": "String"
9007
9007
  },
9008
9008
  {
9009
9009
  "description": "The font weight of the Card title.\n",
@@ -9149,7 +9149,7 @@
9149
9149
  "context": {
9150
9150
  "type": "variable",
9151
9151
  "name": "kendo-card-subtitle-line-height",
9152
- "value": "normal",
9152
+ "value": "var( --kendo-line-height-lg, normal )",
9153
9153
  "scope": "default",
9154
9154
  "line": {
9155
9155
  "start": 138,
@@ -9164,7 +9164,7 @@
9164
9164
  "path": "default/scss/card/_variables.scss",
9165
9165
  "name": "_variables.scss"
9166
9166
  },
9167
- "resolvedValue": "normal",
9167
+ "resolvedValue": "var(--kendo-line-height-lg, normal)",
9168
9168
  "resolvedType": "String"
9169
9169
  },
9170
9170
  {
@@ -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": "default/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-lg, normal )",
10179
10179
  "scope": "default",
10180
10180
  "line": {
10181
10181
  "start": 50,
@@ -10190,8 +10190,8 @@
10190
10190
  "path": "default/scss/chat/_variables.scss",
10191
10191
  "name": "_variables.scss"
10192
10192
  },
10193
- "resolvedValue": "null",
10194
- "resolvedType": "Null"
10193
+ "resolvedValue": "var(--kendo-line-height-lg, 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(3)",
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": "default/scss/chat/_variables.scss",
10299
10299
  "name": "_variables.scss"
10300
10300
  },
10301
- "resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
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-lg, normal )",
10314
10314
  "scope": "default",
10315
10315
  "line": {
10316
10316
  "start": 66,
@@ -10325,14 +10325,122 @@
10325
10325
  "path": "default/scss/chat/_variables.scss",
10326
10326
  "name": "_variables.scss"
10327
10327
  },
10328
+ "resolvedValue": "var(--kendo-line-height-lg, 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": "default/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-lg, 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": "default/scss/chat/_variables.scss",
10380
+ "name": "_variables.scss"
10381
+ },
10382
+ "resolvedValue": "var(--kendo-line-height-lg, 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(3)",
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": "default/scss/chat/_variables.scss",
10407
+ "name": "_variables.scss"
10408
+ },
10409
+ "resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
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": "default/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": "18px",
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": "default/scss/chat/_variables.scss",
10380
10488
  "name": "_variables.scss"
10381
10489
  },
10382
- "resolvedValue": "18px",
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": "default/scss/chat/_variables.scss",
10758
10866
  "name": "_variables.scss"
10759
10867
  },
10760
- "resolvedValue": "18px",
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-component-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-component-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": "k-elevation(1)",
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": "k-elevation(2)",
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": "k-elevation(3)",
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-legacy( $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": "k-elevation(1)",
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": "k-elevation(2)",
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": "k-elevation(3)",
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": [
@@ -19899,7 +20007,7 @@
19899
20007
  "context": {
19900
20008
  "type": "variable",
19901
20009
  "name": "kendo-drawer-item-font-size",
19902
- "value": "16px",
20010
+ "value": "var( --kendo-font-size-lg, inherit )",
19903
20011
  "scope": "default",
19904
20012
  "line": {
19905
20013
  "start": 58,
@@ -19914,14 +20022,41 @@
19914
20022
  "path": "default/scss/drawer/_variables.scss",
19915
20023
  "name": "_variables.scss"
19916
20024
  },
19917
- "resolvedValue": "16px",
19918
- "resolvedType": "Number"
20025
+ "resolvedValue": "var(--kendo-font-size-lg, inherit)",
20026
+ "resolvedType": "String"
20027
+ },
20028
+ {
20029
+ "description": "The line height of the Drawer item.\n",
20030
+ "commentRange": {
20031
+ "start": 59,
20032
+ "end": 60
20033
+ },
20034
+ "context": {
20035
+ "type": "variable",
20036
+ "name": "kendo-drawer-item-line-height",
20037
+ "value": "var( --kendo-line-height-lg, normal )",
20038
+ "scope": "default",
20039
+ "line": {
20040
+ "start": 61,
20041
+ "end": 61
20042
+ }
20043
+ },
20044
+ "group": [
20045
+ "drawer"
20046
+ ],
20047
+ "access": "public",
20048
+ "file": {
20049
+ "path": "default/scss/drawer/_variables.scss",
20050
+ "name": "_variables.scss"
20051
+ },
20052
+ "resolvedValue": "var(--kendo-line-height-lg, normal)",
20053
+ "resolvedType": "String"
19919
20054
  },
19920
20055
  {
19921
20056
  "description": "The horizontal padding of the Drawer item in each level.\n",
19922
20057
  "commentRange": {
19923
- "start": 61,
19924
- "end": 62
20058
+ "start": 63,
20059
+ "end": 64
19925
20060
  },
19926
20061
  "context": {
19927
20062
  "type": "variable",
@@ -19929,8 +20064,8 @@
19929
20064
  "value": "$kendo-drawer-item-padding-x",
19930
20065
  "scope": "default",
19931
20066
  "line": {
19932
- "start": 63,
19933
- "end": 63
20067
+ "start": 65,
20068
+ "end": 65
19934
20069
  }
19935
20070
  },
19936
20071
  "group": [
@@ -19947,8 +20082,8 @@
19947
20082
  {
19948
20083
  "description": "The count of the Drawer item levels.\n",
19949
20084
  "commentRange": {
19950
- "start": 64,
19951
- "end": 65
20085
+ "start": 66,
20086
+ "end": 67
19952
20087
  },
19953
20088
  "context": {
19954
20089
  "type": "variable",
@@ -19956,8 +20091,8 @@
19956
20091
  "value": "5",
19957
20092
  "scope": "default",
19958
20093
  "line": {
19959
- "start": 66,
19960
- "end": 66
20094
+ "start": 68,
20095
+ "end": 68
19961
20096
  }
19962
20097
  },
19963
20098
  "group": [
@@ -19974,8 +20109,8 @@
19974
20109
  {
19975
20110
  "description": "The horizontal padding of the Drawer icon.\n",
19976
20111
  "commentRange": {
19977
- "start": 68,
19978
- "end": 69
20112
+ "start": 70,
20113
+ "end": 71
19979
20114
  },
19980
20115
  "context": {
19981
20116
  "type": "variable",
@@ -19983,8 +20118,8 @@
19983
20118
  "value": "k-spacing(0)",
19984
20119
  "scope": "default",
19985
20120
  "line": {
19986
- "start": 70,
19987
- "end": 70
20121
+ "start": 72,
20122
+ "end": 72
19988
20123
  }
19989
20124
  },
19990
20125
  "group": [
@@ -20001,8 +20136,8 @@
20001
20136
  {
20002
20137
  "description": "The vertical padding of the Drawer icon.\n",
20003
20138
  "commentRange": {
20004
- "start": 72,
20005
- "end": 73
20139
+ "start": 74,
20140
+ "end": 75
20006
20141
  },
20007
20142
  "context": {
20008
20143
  "type": "variable",
@@ -20010,8 +20145,8 @@
20010
20145
  "value": "k-spacing(1)",
20011
20146
  "scope": "default",
20012
20147
  "line": {
20013
- "start": 74,
20014
- "end": 74
20148
+ "start": 76,
20149
+ "end": 76
20015
20150
  }
20016
20151
  },
20017
20152
  "group": [
@@ -20028,8 +20163,8 @@
20028
20163
  {
20029
20164
  "description": "The initial width of the mini Drawer.\n",
20030
20165
  "commentRange": {
20031
- "start": 76,
20032
- "end": 77
20166
+ "start": 78,
20167
+ "end": 79
20033
20168
  },
20034
20169
  "context": {
20035
20170
  "type": "variable",
@@ -20037,8 +20172,8 @@
20037
20172
  "value": "calc(2 * #{$kendo-drawer-item-padding-x} + #{$kendo-icon-size})",
20038
20173
  "scope": "default",
20039
20174
  "line": {
20040
- "start": 78,
20041
- "end": 78
20175
+ "start": 80,
20176
+ "end": 80
20042
20177
  }
20043
20178
  },
20044
20179
  "group": [
@@ -20055,8 +20190,8 @@
20055
20190
  {
20056
20191
  "description": "The background color of the hovered Drawer item.\n",
20057
20192
  "commentRange": {
20058
- "start": 80,
20059
- "end": 81
20193
+ "start": 82,
20194
+ "end": 83
20060
20195
  },
20061
20196
  "context": {
20062
20197
  "type": "variable",
@@ -20064,8 +20199,8 @@
20064
20199
  "value": "$kendo-hover-bg",
20065
20200
  "scope": "default",
20066
20201
  "line": {
20067
- "start": 82,
20068
- "end": 82
20202
+ "start": 84,
20203
+ "end": 84
20069
20204
  }
20070
20205
  },
20071
20206
  "group": [
@@ -20082,8 +20217,8 @@
20082
20217
  {
20083
20218
  "description": "The text color of the hovered Drawer item.\n",
20084
20219
  "commentRange": {
20085
- "start": 83,
20086
- "end": 84
20220
+ "start": 85,
20221
+ "end": 86
20087
20222
  },
20088
20223
  "context": {
20089
20224
  "type": "variable",
@@ -20091,8 +20226,8 @@
20091
20226
  "value": "$kendo-hover-text",
20092
20227
  "scope": "default",
20093
20228
  "line": {
20094
- "start": 85,
20095
- "end": 85
20229
+ "start": 87,
20230
+ "end": 87
20096
20231
  }
20097
20232
  },
20098
20233
  "group": [
@@ -20109,8 +20244,8 @@
20109
20244
  {
20110
20245
  "description": "The background color of the focused Drawer item.\n",
20111
20246
  "commentRange": {
20112
- "start": 87,
20113
- "end": 88
20247
+ "start": 89,
20248
+ "end": 90
20114
20249
  },
20115
20250
  "context": {
20116
20251
  "type": "variable",
@@ -20118,8 +20253,8 @@
20118
20253
  "value": "$kendo-drawer-bg",
20119
20254
  "scope": "default",
20120
20255
  "line": {
20121
- "start": 89,
20122
- "end": 89
20256
+ "start": 91,
20257
+ "end": 91
20123
20258
  }
20124
20259
  },
20125
20260
  "group": [
@@ -20136,8 +20271,8 @@
20136
20271
  {
20137
20272
  "description": "The box shadow of the focused Drawer item.\n",
20138
20273
  "commentRange": {
20139
- "start": 90,
20140
- "end": 91
20274
+ "start": 92,
20275
+ "end": 93
20141
20276
  },
20142
20277
  "context": {
20143
20278
  "type": "variable",
@@ -20145,8 +20280,8 @@
20145
20280
  "value": "$kendo-list-item-focus-shadow",
20146
20281
  "scope": "default",
20147
20282
  "line": {
20148
- "start": 92,
20149
- "end": 92
20283
+ "start": 94,
20284
+ "end": 94
20150
20285
  }
20151
20286
  },
20152
20287
  "group": [
@@ -20163,8 +20298,8 @@
20163
20298
  {
20164
20299
  "description": "The background color of the selected Drawer item.\n",
20165
20300
  "commentRange": {
20166
- "start": 94,
20167
- "end": 95
20301
+ "start": 96,
20302
+ "end": 97
20168
20303
  },
20169
20304
  "context": {
20170
20305
  "type": "variable",
@@ -20172,8 +20307,8 @@
20172
20307
  "value": "$kendo-selected-bg",
20173
20308
  "scope": "default",
20174
20309
  "line": {
20175
- "start": 96,
20176
- "end": 96
20310
+ "start": 98,
20311
+ "end": 98
20177
20312
  }
20178
20313
  },
20179
20314
  "group": [
@@ -20190,8 +20325,8 @@
20190
20325
  {
20191
20326
  "description": "The text color of the selected Drawer item.\n",
20192
20327
  "commentRange": {
20193
- "start": 97,
20194
- "end": 98
20328
+ "start": 99,
20329
+ "end": 100
20195
20330
  },
20196
20331
  "context": {
20197
20332
  "type": "variable",
@@ -20199,8 +20334,8 @@
20199
20334
  "value": "$kendo-selected-text",
20200
20335
  "scope": "default",
20201
20336
  "line": {
20202
- "start": 99,
20203
- "end": 99
20337
+ "start": 101,
20338
+ "end": 101
20204
20339
  }
20205
20340
  },
20206
20341
  "group": [
@@ -20217,8 +20352,8 @@
20217
20352
  {
20218
20353
  "description": "The background color of the selected and hovered Drawer item.\n",
20219
20354
  "commentRange": {
20220
- "start": 101,
20221
- "end": 102
20355
+ "start": 103,
20356
+ "end": 104
20222
20357
  },
20223
20358
  "context": {
20224
20359
  "type": "variable",
@@ -20226,8 +20361,8 @@
20226
20361
  "value": "$kendo-selected-hover-bg",
20227
20362
  "scope": "default",
20228
20363
  "line": {
20229
- "start": 103,
20230
- "end": 103
20364
+ "start": 105,
20365
+ "end": 105
20231
20366
  }
20232
20367
  },
20233
20368
  "group": [
@@ -20244,8 +20379,8 @@
20244
20379
  {
20245
20380
  "description": "The text color of the selected and hovered Drawer item.\n",
20246
20381
  "commentRange": {
20247
- "start": 104,
20248
- "end": 105
20382
+ "start": 106,
20383
+ "end": 107
20249
20384
  },
20250
20385
  "context": {
20251
20386
  "type": "variable",
@@ -20253,8 +20388,8 @@
20253
20388
  "value": "$kendo-selected-hover-text",
20254
20389
  "scope": "default",
20255
20390
  "line": {
20256
- "start": 106,
20257
- "end": 106
20391
+ "start": 108,
20392
+ "end": 108
20258
20393
  }
20259
20394
  },
20260
20395
  "group": [
@@ -25703,7 +25838,7 @@
25703
25838
  "context": {
25704
25839
  "type": "variable",
25705
25840
  "name": "kendo-form-legend-font-size",
25706
- "value": "14px",
25841
+ "value": "var( --kendo-font-size, inherit )",
25707
25842
  "scope": "default",
25708
25843
  "line": {
25709
25844
  "start": 56,
@@ -25718,8 +25853,8 @@
25718
25853
  "path": "default/scss/forms/_variables.scss",
25719
25854
  "name": "_variables.scss"
25720
25855
  },
25721
- "resolvedValue": "14px",
25722
- "resolvedType": "Number"
25856
+ "resolvedValue": "var(--kendo-font-size, inherit)",
25857
+ "resolvedType": "String"
25723
25858
  },
25724
25859
  {
25725
25860
  "description": "The text capitalization of the Form legend.\n",
@@ -25811,7 +25946,7 @@
25811
25946
  "context": {
25812
25947
  "type": "variable",
25813
25948
  "name": "kendo-form-hint-font-size",
25814
- "value": "12px",
25949
+ "value": "var( --kendo-font-size-sm, inherit )",
25815
25950
  "scope": "default",
25816
25951
  "line": {
25817
25952
  "start": 71,
@@ -25826,8 +25961,8 @@
25826
25961
  "path": "default/scss/forms/_variables.scss",
25827
25962
  "name": "_variables.scss"
25828
25963
  },
25829
- "resolvedValue": "12px",
25830
- "resolvedType": "Number"
25964
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
25965
+ "resolvedType": "String"
25831
25966
  },
25832
25967
  {
25833
25968
  "description": "The font style of the Form hint.\n",
@@ -26243,7 +26378,7 @@
26243
26378
  "context": {
26244
26379
  "type": "variable",
26245
26380
  "name": "kendo-label-optional-font-size",
26246
- "value": "12px",
26381
+ "value": "var( --kendo-font-size-sm, inherit )",
26247
26382
  "scope": "default",
26248
26383
  "line": {
26249
26384
  "start": 127,
@@ -26258,8 +26393,8 @@
26258
26393
  "path": "default/scss/forms/_variables.scss",
26259
26394
  "name": "_variables.scss"
26260
26395
  },
26261
- "resolvedValue": "12px",
26262
- "resolvedType": "Number"
26396
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
26397
+ "resolvedType": "String"
26263
26398
  },
26264
26399
  {
26265
26400
  "description": "The font style of the optional label in the Form.\n",
@@ -44902,7 +45037,7 @@
44902
45037
  "context": {
44903
45038
  "type": "variable",
44904
45039
  "name": "kendo-progressbar-line-height",
44905
- "value": "1",
45040
+ "value": "var( --kendo-line-height-xs, normal )",
44906
45041
  "scope": "default",
44907
45042
  "line": {
44908
45043
  "start": 23,
@@ -44917,8 +45052,8 @@
44917
45052
  "path": "default/scss/progressbar/_variables.scss",
44918
45053
  "name": "_variables.scss"
44919
45054
  },
44920
- "resolvedValue": "1",
44921
- "resolvedType": "Number"
45055
+ "resolvedValue": "var(--kendo-line-height-xs, normal)",
45056
+ "resolvedType": "String"
44922
45057
  },
44923
45058
  {
44924
45059
  "description": "The background color of the ProgressBar.\n",
@@ -64347,7 +64482,7 @@
64347
64482
  "context": {
64348
64483
  "type": "variable",
64349
64484
  "name": "kendo-tooltip-line-height",
64350
- "value": "1.25",
64485
+ "value": "var( --kendo-line-height-sm, normal )",
64351
64486
  "scope": "default",
64352
64487
  "line": {
64353
64488
  "start": 24,
@@ -64362,8 +64497,8 @@
64362
64497
  "path": "default/scss/tooltip/_variables.scss",
64363
64498
  "name": "_variables.scss"
64364
64499
  },
64365
- "resolvedValue": "1.25",
64366
- "resolvedType": "Number"
64500
+ "resolvedValue": "var(--kendo-line-height-sm, normal)",
64501
+ "resolvedType": "String"
64367
64502
  },
64368
64503
  {
64369
64504
  "description": "The font size of the Tooltip title.\n",
@@ -64401,7 +64536,7 @@
64401
64536
  "context": {
64402
64537
  "type": "variable",
64403
64538
  "name": "kendo-tooltip-title-line-height",
64404
- "value": "1",
64539
+ "value": "var( --kendo-line-height-xs, normal )",
64405
64540
  "scope": "default",
64406
64541
  "line": {
64407
64542
  "start": 31,
@@ -64416,8 +64551,8 @@
64416
64551
  "path": "default/scss/tooltip/_variables.scss",
64417
64552
  "name": "_variables.scss"
64418
64553
  },
64419
- "resolvedValue": "1",
64420
- "resolvedType": "Number"
64554
+ "resolvedValue": "var(--kendo-line-height-xs, normal)",
64555
+ "resolvedType": "String"
64421
64556
  },
64422
64557
  {
64423
64558
  "description": "The size of the Tooltip callout.\n",
@@ -69242,7 +69377,7 @@
69242
69377
  "context": {
69243
69378
  "type": "variable",
69244
69379
  "name": "kendo-upload-validation-font-size",
69245
- "value": "11px",
69380
+ "value": "var( --kendo-font-size-sm, inherit )",
69246
69381
  "scope": "default",
69247
69382
  "line": {
69248
69383
  "start": 68,
@@ -69257,19 +69392,19 @@
69257
69392
  "path": "default/scss/upload/_variables.scss",
69258
69393
  "name": "_variables.scss"
69259
69394
  },
69260
- "resolvedValue": "11px",
69261
- "resolvedType": "Number"
69395
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
69396
+ "resolvedType": "String"
69262
69397
  },
69263
69398
  {
69264
- "description": "The horizontal spacing of the Upload status icon.\n",
69399
+ "description": "The line height of the Upload validation message.\n",
69265
69400
  "commentRange": {
69266
69401
  "start": 69,
69267
69402
  "end": 70
69268
69403
  },
69269
69404
  "context": {
69270
69405
  "type": "variable",
69271
- "name": "kendo-upload-icon-spacing",
69272
- "value": "$kendo-icon-spacing",
69406
+ "name": "kendo-upload-validation-line-height",
69407
+ "value": "var( --kendo-line-height-xs, normal )",
69273
69408
  "scope": "default",
69274
69409
  "line": {
69275
69410
  "start": 71,
@@ -69284,19 +69419,19 @@
69284
69419
  "path": "default/scss/upload/_variables.scss",
69285
69420
  "name": "_variables.scss"
69286
69421
  },
69287
- "resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
69422
+ "resolvedValue": "var(--kendo-line-height-xs, normal)",
69288
69423
  "resolvedType": "String"
69289
69424
  },
69290
69425
  {
69291
- "description": "The color of the uploaded items icon.\n",
69426
+ "description": "The horizontal spacing of the Upload status icon.\n",
69292
69427
  "commentRange": {
69293
69428
  "start": 72,
69294
69429
  "end": 73
69295
69430
  },
69296
69431
  "context": {
69297
69432
  "type": "variable",
69298
- "name": "kendo-upload-icon-color",
69299
- "value": "$kendo-subtle-text",
69433
+ "name": "kendo-upload-icon-spacing",
69434
+ "value": "$kendo-icon-spacing",
69300
69435
  "scope": "default",
69301
69436
  "line": {
69302
69437
  "start": 74,
@@ -69311,14 +69446,41 @@
69311
69446
  "path": "default/scss/upload/_variables.scss",
69312
69447
  "name": "_variables.scss"
69313
69448
  },
69449
+ "resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
69450
+ "resolvedType": "String"
69451
+ },
69452
+ {
69453
+ "description": "The color of the uploaded items icon.\n",
69454
+ "commentRange": {
69455
+ "start": 75,
69456
+ "end": 76
69457
+ },
69458
+ "context": {
69459
+ "type": "variable",
69460
+ "name": "kendo-upload-icon-color",
69461
+ "value": "$kendo-subtle-text",
69462
+ "scope": "default",
69463
+ "line": {
69464
+ "start": 77,
69465
+ "end": 77
69466
+ }
69467
+ },
69468
+ "group": [
69469
+ "upload"
69470
+ ],
69471
+ "access": "public",
69472
+ "file": {
69473
+ "path": "default/scss/upload/_variables.scss",
69474
+ "name": "_variables.scss"
69475
+ },
69314
69476
  "resolvedValue": "var(--kendo-color-subtle, #666666)",
69315
69477
  "resolvedType": "String"
69316
69478
  },
69317
69479
  {
69318
69480
  "description": "The thickness of the Upload progress bar.\n",
69319
69481
  "commentRange": {
69320
- "start": 76,
69321
- "end": 77
69482
+ "start": 79,
69483
+ "end": 80
69322
69484
  },
69323
69485
  "context": {
69324
69486
  "type": "variable",
@@ -69326,8 +69488,8 @@
69326
69488
  "value": "2px",
69327
69489
  "scope": "default",
69328
69490
  "line": {
69329
- "start": 78,
69330
- "end": 78
69491
+ "start": 81,
69492
+ "end": 81
69331
69493
  }
69332
69494
  },
69333
69495
  "group": [
@@ -69344,8 +69506,8 @@
69344
69506
  {
69345
69507
  "description": "The background color of the Upload progress bar.\n",
69346
69508
  "commentRange": {
69347
- "start": 79,
69348
- "end": 80
69509
+ "start": 82,
69510
+ "end": 83
69349
69511
  },
69350
69512
  "context": {
69351
69513
  "type": "variable",
@@ -69353,8 +69515,8 @@
69353
69515
  "value": "$kendo-color-info",
69354
69516
  "scope": "default",
69355
69517
  "line": {
69356
- "start": 81,
69357
- "end": 81
69518
+ "start": 84,
69519
+ "end": 84
69358
69520
  }
69359
69521
  },
69360
69522
  "group": [
@@ -69371,8 +69533,8 @@
69371
69533
  {
69372
69534
  "description": "The success text color of the Upload.\n",
69373
69535
  "commentRange": {
69374
- "start": 83,
69375
- "end": 84
69536
+ "start": 86,
69537
+ "end": 87
69376
69538
  },
69377
69539
  "context": {
69378
69540
  "type": "variable",
@@ -69380,8 +69542,8 @@
69380
69542
  "value": "$kendo-color-success",
69381
69543
  "scope": "default",
69382
69544
  "line": {
69383
- "start": 85,
69384
- "end": 85
69545
+ "start": 88,
69546
+ "end": 88
69385
69547
  }
69386
69548
  },
69387
69549
  "group": [
@@ -69398,8 +69560,8 @@
69398
69560
  {
69399
69561
  "description": "The success background color of the Upload progress bar.\n",
69400
69562
  "commentRange": {
69401
- "start": 86,
69402
- "end": 87
69563
+ "start": 89,
69564
+ "end": 90
69403
69565
  },
69404
69566
  "context": {
69405
69567
  "type": "variable",
@@ -69407,8 +69569,8 @@
69407
69569
  "value": "$kendo-color-success",
69408
69570
  "scope": "default",
69409
69571
  "line": {
69410
- "start": 88,
69411
- "end": 88
69572
+ "start": 91,
69573
+ "end": 91
69412
69574
  }
69413
69575
  },
69414
69576
  "group": [
@@ -69425,8 +69587,8 @@
69425
69587
  {
69426
69588
  "description": "The error text color of the Upload.\n",
69427
69589
  "commentRange": {
69428
- "start": 90,
69429
- "end": 91
69590
+ "start": 93,
69591
+ "end": 94
69430
69592
  },
69431
69593
  "context": {
69432
69594
  "type": "variable",
@@ -69434,8 +69596,8 @@
69434
69596
  "value": "$kendo-color-error",
69435
69597
  "scope": "default",
69436
69598
  "line": {
69437
- "start": 92,
69438
- "end": 92
69599
+ "start": 95,
69600
+ "end": 95
69439
69601
  }
69440
69602
  },
69441
69603
  "group": [
@@ -69452,8 +69614,8 @@
69452
69614
  {
69453
69615
  "description": "The error background color of the Upload progress bar.\n",
69454
69616
  "commentRange": {
69455
- "start": 93,
69456
- "end": 94
69617
+ "start": 96,
69618
+ "end": 97
69457
69619
  },
69458
69620
  "context": {
69459
69621
  "type": "variable",
@@ -69461,8 +69623,8 @@
69461
69623
  "value": "$kendo-color-error",
69462
69624
  "scope": "default",
69463
69625
  "line": {
69464
- "start": 95,
69465
- "end": 95
69626
+ "start": 98,
69627
+ "end": 98
69466
69628
  }
69467
69629
  },
69468
69630
  "group": [
@@ -69479,8 +69641,8 @@
69479
69641
  {
69480
69642
  "description": "The shadow of the focused Upload button, actions and uploaded items.\n",
69481
69643
  "commentRange": {
69482
- "start": 97,
69483
- "end": 98
69644
+ "start": 100,
69645
+ "end": 101
69484
69646
  },
69485
69647
  "context": {
69486
69648
  "type": "variable",
@@ -69488,8 +69650,8 @@
69488
69650
  "value": "0 0 0 2px rgba(0, 0, 0, .13)",
69489
69651
  "scope": "default",
69490
69652
  "line": {
69491
- "start": 99,
69492
- "end": 99
69653
+ "start": 102,
69654
+ "end": 102
69493
69655
  }
69494
69656
  },
69495
69657
  "group": [
@@ -69620,7 +69782,7 @@
69620
69782
  "context": {
69621
69783
  "type": "variable",
69622
69784
  "name": "kendo-window-line-height",
69623
- "value": "1.25",
69785
+ "value": "var( --kendo-line-height-sm, normal )",
69624
69786
  "scope": "default",
69625
69787
  "line": {
69626
69788
  "start": 19,
@@ -69635,8 +69797,8 @@
69635
69797
  "path": "default/scss/window/_variables.scss",
69636
69798
  "name": "_variables.scss"
69637
69799
  },
69638
- "resolvedValue": "1.25",
69639
- "resolvedType": "Number"
69800
+ "resolvedValue": "var(--kendo-line-height-sm, normal)",
69801
+ "resolvedType": "String"
69640
69802
  },
69641
69803
  {
69642
69804
  "description": "The horizontal padding of the Window titlebar.\n",
@@ -69782,7 +69944,7 @@
69782
69944
  "context": {
69783
69945
  "type": "variable",
69784
69946
  "name": "kendo-window-title-line-height",
69785
- "value": "1.25",
69947
+ "value": "var( --kendo-line-height-sm, normal )",
69786
69948
  "scope": "default",
69787
69949
  "line": {
69788
69950
  "start": 39,
@@ -69797,8 +69959,8 @@
69797
69959
  "path": "default/scss/window/_variables.scss",
69798
69960
  "name": "_variables.scss"
69799
69961
  },
69800
- "resolvedValue": "1.25",
69801
- "resolvedType": "Number"
69962
+ "resolvedValue": "var(--kendo-line-height-sm, normal)",
69963
+ "resolvedType": "String"
69802
69964
  },
69803
69965
  {
69804
69966
  "description": "The spacing between the buttons in the Window titlebar.\n",
@@ -75671,7 +75833,7 @@
75671
75833
  "context": {
75672
75834
  "type": "variable",
75673
75835
  "name": "kendo-bottom-nav-line-height",
75674
- "value": "var( --kendo-line-height-sm, normal )",
75836
+ "value": "var( --kendo-line-height-xs, normal )",
75675
75837
  "scope": "default",
75676
75838
  "line": {
75677
75839
  "start": 23,
@@ -75686,7 +75848,7 @@
75686
75848
  "path": "default/scss/bottom-navigation/_variables.scss",
75687
75849
  "name": "_variables.scss"
75688
75850
  },
75689
- "resolvedValue": "var(--kendo-line-height-sm, normal)",
75851
+ "resolvedValue": "var(--kendo-line-height-xs, normal)",
75690
75852
  "resolvedType": "String"
75691
75853
  },
75692
75854
  {
@@ -83262,7 +83424,7 @@
83262
83424
  "context": {
83263
83425
  "type": "variable",
83264
83426
  "name": "kendo-card-title-line-height",
83265
- "value": "1.25",
83427
+ "value": "var( --kendo-line-height-sm, normal )",
83266
83428
  "scope": "default",
83267
83429
  "line": {
83268
83430
  "start": 119,
@@ -83277,8 +83439,8 @@
83277
83439
  "path": "default/scss/card/_variables.scss",
83278
83440
  "name": "_variables.scss"
83279
83441
  },
83280
- "resolvedValue": "1.25",
83281
- "resolvedType": "Number"
83442
+ "resolvedValue": "var(--kendo-line-height-sm, normal)",
83443
+ "resolvedType": "String"
83282
83444
  },
83283
83445
  {
83284
83446
  "description": "The font weight of the Card title.\n",
@@ -83424,7 +83586,7 @@
83424
83586
  "context": {
83425
83587
  "type": "variable",
83426
83588
  "name": "kendo-card-subtitle-line-height",
83427
- "value": "normal",
83589
+ "value": "var( --kendo-line-height-lg, normal )",
83428
83590
  "scope": "default",
83429
83591
  "line": {
83430
83592
  "start": 138,
@@ -83439,7 +83601,7 @@
83439
83601
  "path": "default/scss/card/_variables.scss",
83440
83602
  "name": "_variables.scss"
83441
83603
  },
83442
- "resolvedValue": "normal",
83604
+ "resolvedValue": "var(--kendo-line-height-lg, normal)",
83443
83605
  "resolvedType": "String"
83444
83606
  },
83445
83607
  {
@@ -84435,7 +84597,7 @@
84435
84597
  "context": {
84436
84598
  "type": "variable",
84437
84599
  "name": "kendo-chat-timestamp-font-size",
84438
- "value": "smaller",
84600
+ "value": "var( --kendo-font-size-sm, inherit )",
84439
84601
  "scope": "default",
84440
84602
  "line": {
84441
84603
  "start": 47,
@@ -84450,7 +84612,7 @@
84450
84612
  "path": "default/scss/chat/_variables.scss",
84451
84613
  "name": "_variables.scss"
84452
84614
  },
84453
- "resolvedValue": "smaller",
84615
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
84454
84616
  "resolvedType": "String"
84455
84617
  },
84456
84618
  {
@@ -84462,7 +84624,7 @@
84462
84624
  "context": {
84463
84625
  "type": "variable",
84464
84626
  "name": "kendo-chat-timestamp-line-height",
84465
- "value": "null",
84627
+ "value": "var( --kendo-line-height-lg, normal )",
84466
84628
  "scope": "default",
84467
84629
  "line": {
84468
84630
  "start": 50,
@@ -84477,8 +84639,8 @@
84477
84639
  "path": "default/scss/chat/_variables.scss",
84478
84640
  "name": "_variables.scss"
84479
84641
  },
84480
- "resolvedValue": "null",
84481
- "resolvedType": "Null"
84642
+ "resolvedValue": "var(--kendo-line-height-lg, normal)",
84643
+ "resolvedType": "String"
84482
84644
  },
84483
84645
  {
84484
84646
  "description": "The text transform of the Chat timestamp.\n",
@@ -84562,15 +84724,15 @@
84562
84724
  "resolvedType": "Null"
84563
84725
  },
84564
84726
  {
84565
- "description": "The horizontal padding of the Chat bubble message.\n",
84727
+ "description": "The font size of the Chat message meta text.\n",
84566
84728
  "commentRange": {
84567
84729
  "start": 61,
84568
84730
  "end": 62
84569
84731
  },
84570
84732
  "context": {
84571
84733
  "type": "variable",
84572
- "name": "kendo-chat-bubble-padding-x",
84573
- "value": "k-spacing(3)",
84734
+ "name": "kendo-chat-message-meta-font-size",
84735
+ "value": "var( --kendo-font-size-sm, inherit )",
84574
84736
  "scope": "default",
84575
84737
  "line": {
84576
84738
  "start": 63,
@@ -84585,19 +84747,19 @@
84585
84747
  "path": "default/scss/chat/_variables.scss",
84586
84748
  "name": "_variables.scss"
84587
84749
  },
84588
- "resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
84750
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
84589
84751
  "resolvedType": "String"
84590
84752
  },
84591
84753
  {
84592
- "description": "The vertical padding of the Chat bubble message.\n",
84754
+ "description": "The line height of the Chat message meta text.\n",
84593
84755
  "commentRange": {
84594
84756
  "start": 64,
84595
84757
  "end": 65
84596
84758
  },
84597
84759
  "context": {
84598
84760
  "type": "variable",
84599
- "name": "kendo-chat-bubble-padding-y",
84600
- "value": "k-spacing(2)",
84761
+ "name": "kendo-chat-message-meta-line-height",
84762
+ "value": "var( --kendo-line-height-lg, normal )",
84601
84763
  "scope": "default",
84602
84764
  "line": {
84603
84765
  "start": 66,
@@ -84612,14 +84774,122 @@
84612
84774
  "path": "default/scss/chat/_variables.scss",
84613
84775
  "name": "_variables.scss"
84614
84776
  },
84777
+ "resolvedValue": "var(--kendo-line-height-lg, normal)",
84778
+ "resolvedType": "String"
84779
+ },
84780
+ {
84781
+ "description": "The font size of the Chat author text.\n",
84782
+ "commentRange": {
84783
+ "start": 68,
84784
+ "end": 69
84785
+ },
84786
+ "context": {
84787
+ "type": "variable",
84788
+ "name": "kendo-chat-author-font-size",
84789
+ "value": "var( --kendo-font-size-sm, inherit )",
84790
+ "scope": "default",
84791
+ "line": {
84792
+ "start": 70,
84793
+ "end": 70
84794
+ }
84795
+ },
84796
+ "group": [
84797
+ "chat"
84798
+ ],
84799
+ "access": "public",
84800
+ "file": {
84801
+ "path": "default/scss/chat/_variables.scss",
84802
+ "name": "_variables.scss"
84803
+ },
84804
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
84805
+ "resolvedType": "String"
84806
+ },
84807
+ {
84808
+ "description": "The line height of the Chat author text.\n",
84809
+ "commentRange": {
84810
+ "start": 71,
84811
+ "end": 72
84812
+ },
84813
+ "context": {
84814
+ "type": "variable",
84815
+ "name": "kendo-chat-author-line-height",
84816
+ "value": "var( --kendo-line-height-lg, normal )",
84817
+ "scope": "default",
84818
+ "line": {
84819
+ "start": 73,
84820
+ "end": 73
84821
+ }
84822
+ },
84823
+ "group": [
84824
+ "chat"
84825
+ ],
84826
+ "access": "public",
84827
+ "file": {
84828
+ "path": "default/scss/chat/_variables.scss",
84829
+ "name": "_variables.scss"
84830
+ },
84831
+ "resolvedValue": "var(--kendo-line-height-lg, normal)",
84832
+ "resolvedType": "String"
84833
+ },
84834
+ {
84835
+ "description": "The horizontal padding of the Chat bubble message.\n",
84836
+ "commentRange": {
84837
+ "start": 75,
84838
+ "end": 76
84839
+ },
84840
+ "context": {
84841
+ "type": "variable",
84842
+ "name": "kendo-chat-bubble-padding-x",
84843
+ "value": "k-spacing(3)",
84844
+ "scope": "default",
84845
+ "line": {
84846
+ "start": 77,
84847
+ "end": 77
84848
+ }
84849
+ },
84850
+ "group": [
84851
+ "chat"
84852
+ ],
84853
+ "access": "public",
84854
+ "file": {
84855
+ "path": "default/scss/chat/_variables.scss",
84856
+ "name": "_variables.scss"
84857
+ },
84858
+ "resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
84859
+ "resolvedType": "String"
84860
+ },
84861
+ {
84862
+ "description": "The vertical padding of the Chat bubble message.\n",
84863
+ "commentRange": {
84864
+ "start": 78,
84865
+ "end": 79
84866
+ },
84867
+ "context": {
84868
+ "type": "variable",
84869
+ "name": "kendo-chat-bubble-padding-y",
84870
+ "value": "k-spacing(2)",
84871
+ "scope": "default",
84872
+ "line": {
84873
+ "start": 80,
84874
+ "end": 80
84875
+ }
84876
+ },
84877
+ "group": [
84878
+ "chat"
84879
+ ],
84880
+ "access": "public",
84881
+ "file": {
84882
+ "path": "default/scss/chat/_variables.scss",
84883
+ "name": "_variables.scss"
84884
+ },
84615
84885
  "resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
84616
84886
  "resolvedType": "String"
84617
84887
  },
84618
84888
  {
84619
84889
  "description": "The spacing of the Chat bubble message.\n",
84620
84890
  "commentRange": {
84621
- "start": 67,
84622
- "end": 68
84891
+ "start": 81,
84892
+ "end": 82
84623
84893
  },
84624
84894
  "context": {
84625
84895
  "type": "variable",
@@ -84627,8 +84897,8 @@
84627
84897
  "value": "k-spacing(0.5)",
84628
84898
  "scope": "default",
84629
84899
  "line": {
84630
- "start": 69,
84631
- "end": 69
84900
+ "start": 83,
84901
+ "end": 83
84632
84902
  }
84633
84903
  },
84634
84904
  "group": [
@@ -84645,17 +84915,17 @@
84645
84915
  {
84646
84916
  "description": "The line height of the Chat bubble message.\n",
84647
84917
  "commentRange": {
84648
- "start": 70,
84649
- "end": 71
84918
+ "start": 84,
84919
+ "end": 85
84650
84920
  },
84651
84921
  "context": {
84652
84922
  "type": "variable",
84653
84923
  "name": "kendo-chat-bubble-line-height",
84654
- "value": "18px",
84924
+ "value": "var( --kendo-line-height, normal )",
84655
84925
  "scope": "default",
84656
84926
  "line": {
84657
- "start": 72,
84658
- "end": 72
84927
+ "start": 86,
84928
+ "end": 86
84659
84929
  }
84660
84930
  },
84661
84931
  "group": [
@@ -84666,14 +84936,14 @@
84666
84936
  "path": "default/scss/chat/_variables.scss",
84667
84937
  "name": "_variables.scss"
84668
84938
  },
84669
- "resolvedValue": "18px",
84670
- "resolvedType": "Number"
84939
+ "resolvedValue": "var(--kendo-line-height, normal)",
84940
+ "resolvedType": "String"
84671
84941
  },
84672
84942
  {
84673
84943
  "description": "The border radius of the Chat bubble message.\n",
84674
84944
  "commentRange": {
84675
- "start": 74,
84676
- "end": 75
84945
+ "start": 88,
84946
+ "end": 89
84677
84947
  },
84678
84948
  "context": {
84679
84949
  "type": "variable",
@@ -84681,8 +84951,8 @@
84681
84951
  "value": "12px",
84682
84952
  "scope": "default",
84683
84953
  "line": {
84684
- "start": 76,
84685
- "end": 76
84954
+ "start": 90,
84955
+ "end": 90
84686
84956
  }
84687
84957
  },
84688
84958
  "group": [
@@ -84699,8 +84969,8 @@
84699
84969
  {
84700
84970
  "description": "The border radius of the Chat small bubble message\n",
84701
84971
  "commentRange": {
84702
- "start": 77,
84703
- "end": 78
84972
+ "start": 91,
84973
+ "end": 92
84704
84974
  },
84705
84975
  "context": {
84706
84976
  "type": "variable",
@@ -84708,8 +84978,8 @@
84708
84978
  "value": "2px",
84709
84979
  "scope": "default",
84710
84980
  "line": {
84711
- "start": 79,
84712
- "end": 79
84981
+ "start": 93,
84982
+ "end": 93
84713
84983
  }
84714
84984
  },
84715
84985
  "group": [
@@ -84726,8 +84996,8 @@
84726
84996
  {
84727
84997
  "description": "The size of the Chat Avatar.\n",
84728
84998
  "commentRange": {
84729
- "start": 81,
84730
- "end": 82
84999
+ "start": 95,
85000
+ "end": 96
84731
85001
  },
84732
85002
  "context": {
84733
85003
  "type": "variable",
@@ -84735,8 +85005,8 @@
84735
85005
  "value": "32px",
84736
85006
  "scope": "default",
84737
85007
  "line": {
84738
- "start": 83,
84739
- "end": 83
85008
+ "start": 97,
85009
+ "end": 97
84740
85010
  }
84741
85011
  },
84742
85012
  "group": [
@@ -84753,8 +85023,8 @@
84753
85023
  {
84754
85024
  "description": "The spacing of the Chat Avatar.\n",
84755
85025
  "commentRange": {
84756
- "start": 84,
84757
- "end": 85
85026
+ "start": 98,
85027
+ "end": 99
84758
85028
  },
84759
85029
  "context": {
84760
85030
  "type": "variable",
@@ -84762,8 +85032,8 @@
84762
85032
  "value": "$kendo-chat-item-spacing-x",
84763
85033
  "scope": "default",
84764
85034
  "line": {
84765
- "start": 86,
84766
- "end": 86
85035
+ "start": 100,
85036
+ "end": 100
84767
85037
  }
84768
85038
  },
84769
85039
  "group": [
@@ -84780,8 +85050,8 @@
84780
85050
  {
84781
85051
  "description": "The horizontal padding of the Chat Toolbar.\n",
84782
85052
  "commentRange": {
84783
- "start": 88,
84784
- "end": 89
85053
+ "start": 102,
85054
+ "end": 103
84785
85055
  },
84786
85056
  "context": {
84787
85057
  "type": "variable",
@@ -84789,8 +85059,8 @@
84789
85059
  "value": "$kendo-toolbar-md-padding-x",
84790
85060
  "scope": "default",
84791
85061
  "line": {
84792
- "start": 90,
84793
- "end": 90
85062
+ "start": 104,
85063
+ "end": 104
84794
85064
  }
84795
85065
  },
84796
85066
  "group": [
@@ -84807,8 +85077,8 @@
84807
85077
  {
84808
85078
  "description": "The vertical padding of the Chat Toolbar.\n",
84809
85079
  "commentRange": {
84810
- "start": 91,
84811
- "end": 92
85080
+ "start": 105,
85081
+ "end": 106
84812
85082
  },
84813
85083
  "context": {
84814
85084
  "type": "variable",
@@ -84816,8 +85086,8 @@
84816
85086
  "value": "$kendo-toolbar-md-padding-y",
84817
85087
  "scope": "default",
84818
85088
  "line": {
84819
- "start": 93,
84820
- "end": 93
85089
+ "start": 107,
85090
+ "end": 107
84821
85091
  }
84822
85092
  },
84823
85093
  "group": [
@@ -84834,8 +85104,8 @@
84834
85104
  {
84835
85105
  "description": "The spacing of the Chat Toolbar.\n",
84836
85106
  "commentRange": {
84837
- "start": 94,
84838
- "end": 95
85107
+ "start": 108,
85108
+ "end": 109
84839
85109
  },
84840
85110
  "context": {
84841
85111
  "type": "variable",
@@ -84843,8 +85113,8 @@
84843
85113
  "value": "$kendo-toolbar-md-spacing",
84844
85114
  "scope": "default",
84845
85115
  "line": {
84846
- "start": 96,
84847
- "end": 96
85116
+ "start": 110,
85117
+ "end": 110
84848
85118
  }
84849
85119
  },
84850
85120
  "group": [
@@ -84861,8 +85131,8 @@
84861
85131
  {
84862
85132
  "description": "The background color of the Chat Toolbar.\n",
84863
85133
  "commentRange": {
84864
- "start": 97,
84865
- "end": 98
85134
+ "start": 111,
85135
+ "end": 112
84866
85136
  },
84867
85137
  "context": {
84868
85138
  "type": "variable",
@@ -84870,8 +85140,8 @@
84870
85140
  "value": "$kendo-toolbar-bg",
84871
85141
  "scope": "default",
84872
85142
  "line": {
84873
- "start": 99,
84874
- "end": 99
85143
+ "start": 113,
85144
+ "end": 113
84875
85145
  }
84876
85146
  },
84877
85147
  "group": [
@@ -84888,8 +85158,8 @@
84888
85158
  {
84889
85159
  "description": "The text color of the Chat Toolbar.\n",
84890
85160
  "commentRange": {
84891
- "start": 100,
84892
- "end": 101
85161
+ "start": 114,
85162
+ "end": 115
84893
85163
  },
84894
85164
  "context": {
84895
85165
  "type": "variable",
@@ -84897,8 +85167,8 @@
84897
85167
  "value": "$kendo-toolbar-text",
84898
85168
  "scope": "default",
84899
85169
  "line": {
84900
- "start": 102,
84901
- "end": 102
85170
+ "start": 116,
85171
+ "end": 116
84902
85172
  }
84903
85173
  },
84904
85174
  "group": [
@@ -84915,8 +85185,8 @@
84915
85185
  {
84916
85186
  "description": "The border color of the Chat Toolbar.\n",
84917
85187
  "commentRange": {
84918
- "start": 103,
84919
- "end": 104
85188
+ "start": 117,
85189
+ "end": 118
84920
85190
  },
84921
85191
  "context": {
84922
85192
  "type": "variable",
@@ -84924,8 +85194,8 @@
84924
85194
  "value": "inherit",
84925
85195
  "scope": "default",
84926
85196
  "line": {
84927
- "start": 105,
84928
- "end": 105
85197
+ "start": 119,
85198
+ "end": 119
84929
85199
  }
84930
85200
  },
84931
85201
  "group": [
@@ -84942,8 +85212,8 @@
84942
85212
  {
84943
85213
  "description": "The horizontal padding of the Chat quick reply.\n",
84944
85214
  "commentRange": {
84945
- "start": 107,
84946
- "end": 108
85215
+ "start": 121,
85216
+ "end": 122
84947
85217
  },
84948
85218
  "context": {
84949
85219
  "type": "variable",
@@ -84951,8 +85221,8 @@
84951
85221
  "value": "k-spacing(3)",
84952
85222
  "scope": "default",
84953
85223
  "line": {
84954
- "start": 109,
84955
- "end": 109
85224
+ "start": 123,
85225
+ "end": 123
84956
85226
  }
84957
85227
  },
84958
85228
  "group": [
@@ -84969,8 +85239,8 @@
84969
85239
  {
84970
85240
  "description": "The vertical padding of the Chat quick reply.\n",
84971
85241
  "commentRange": {
84972
- "start": 110,
84973
- "end": 111
85242
+ "start": 124,
85243
+ "end": 125
84974
85244
  },
84975
85245
  "context": {
84976
85246
  "type": "variable",
@@ -84978,8 +85248,8 @@
84978
85248
  "value": "k-spacing(2)",
84979
85249
  "scope": "default",
84980
85250
  "line": {
84981
- "start": 112,
84982
- "end": 112
85251
+ "start": 126,
85252
+ "end": 126
84983
85253
  }
84984
85254
  },
84985
85255
  "group": [
@@ -84996,8 +85266,8 @@
84996
85266
  {
84997
85267
  "description": "The spacing of the Chat quick reply.\n",
84998
85268
  "commentRange": {
84999
- "start": 113,
85000
- "end": 114
85269
+ "start": 127,
85270
+ "end": 128
85001
85271
  },
85002
85272
  "context": {
85003
85273
  "type": "variable",
@@ -85005,8 +85275,8 @@
85005
85275
  "value": "k-spacing(2)",
85006
85276
  "scope": "default",
85007
85277
  "line": {
85008
- "start": 115,
85009
- "end": 115
85278
+ "start": 129,
85279
+ "end": 129
85010
85280
  }
85011
85281
  },
85012
85282
  "group": [
@@ -85023,8 +85293,8 @@
85023
85293
  {
85024
85294
  "description": "The line height of the Chat quick reply.\n",
85025
85295
  "commentRange": {
85026
- "start": 116,
85027
- "end": 117
85296
+ "start": 130,
85297
+ "end": 131
85028
85298
  },
85029
85299
  "context": {
85030
85300
  "type": "variable",
@@ -85032,8 +85302,8 @@
85032
85302
  "value": "$kendo-chat-bubble-line-height",
85033
85303
  "scope": "default",
85034
85304
  "line": {
85035
- "start": 118,
85036
- "end": 118
85305
+ "start": 132,
85306
+ "end": 132
85037
85307
  }
85038
85308
  },
85039
85309
  "group": [
@@ -85044,14 +85314,14 @@
85044
85314
  "path": "default/scss/chat/_variables.scss",
85045
85315
  "name": "_variables.scss"
85046
85316
  },
85047
- "resolvedValue": "18px",
85048
- "resolvedType": "Number"
85317
+ "resolvedValue": "var(--kendo-line-height, normal)",
85318
+ "resolvedType": "String"
85049
85319
  },
85050
85320
  {
85051
85321
  "description": "The background color of the Chat.\n",
85052
85322
  "commentRange": {
85053
- "start": 121,
85054
- "end": 122
85323
+ "start": 135,
85324
+ "end": 136
85055
85325
  },
85056
85326
  "context": {
85057
85327
  "type": "variable",
@@ -85059,8 +85329,8 @@
85059
85329
  "value": "$kendo-app-bg",
85060
85330
  "scope": "default",
85061
85331
  "line": {
85062
- "start": 123,
85063
- "end": 123
85332
+ "start": 137,
85333
+ "end": 137
85064
85334
  }
85065
85335
  },
85066
85336
  "group": [
@@ -85077,8 +85347,8 @@
85077
85347
  {
85078
85348
  "description": "The text color of the Chat.\n",
85079
85349
  "commentRange": {
85080
- "start": 124,
85081
- "end": 125
85350
+ "start": 138,
85351
+ "end": 139
85082
85352
  },
85083
85353
  "context": {
85084
85354
  "type": "variable",
@@ -85086,8 +85356,8 @@
85086
85356
  "value": "$kendo-app-text",
85087
85357
  "scope": "default",
85088
85358
  "line": {
85089
- "start": 126,
85090
- "end": 126
85359
+ "start": 140,
85360
+ "end": 140
85091
85361
  }
85092
85362
  },
85093
85363
  "group": [
@@ -85104,8 +85374,8 @@
85104
85374
  {
85105
85375
  "description": "The border color of the Chat.\n",
85106
85376
  "commentRange": {
85107
- "start": 127,
85108
- "end": 128
85377
+ "start": 141,
85378
+ "end": 142
85109
85379
  },
85110
85380
  "context": {
85111
85381
  "type": "variable",
@@ -85113,8 +85383,8 @@
85113
85383
  "value": "$kendo-app-border",
85114
85384
  "scope": "default",
85115
85385
  "line": {
85116
- "start": 129,
85117
- "end": 129
85386
+ "start": 143,
85387
+ "end": 143
85118
85388
  }
85119
85389
  },
85120
85390
  "group": [
@@ -85131,8 +85401,8 @@
85131
85401
  {
85132
85402
  "description": "The background color of the Chat bubble.\n",
85133
85403
  "commentRange": {
85134
- "start": 131,
85135
- "end": 132
85404
+ "start": 145,
85405
+ "end": 146
85136
85406
  },
85137
85407
  "context": {
85138
85408
  "type": "variable",
@@ -85140,8 +85410,8 @@
85140
85410
  "value": "$kendo-component-bg",
85141
85411
  "scope": "default",
85142
85412
  "line": {
85143
- "start": 133,
85144
- "end": 133
85413
+ "start": 147,
85414
+ "end": 147
85145
85415
  }
85146
85416
  },
85147
85417
  "group": [
@@ -85158,8 +85428,8 @@
85158
85428
  {
85159
85429
  "description": "The text color of the Chat bubble.\n",
85160
85430
  "commentRange": {
85161
- "start": 134,
85162
- "end": 135
85431
+ "start": 148,
85432
+ "end": 149
85163
85433
  },
85164
85434
  "context": {
85165
85435
  "type": "variable",
@@ -85167,8 +85437,8 @@
85167
85437
  "value": "$kendo-component-text",
85168
85438
  "scope": "default",
85169
85439
  "line": {
85170
- "start": 136,
85171
- "end": 136
85440
+ "start": 150,
85441
+ "end": 150
85172
85442
  }
85173
85443
  },
85174
85444
  "group": [
@@ -85185,8 +85455,8 @@
85185
85455
  {
85186
85456
  "description": "The border color of the Chat bubble.\n",
85187
85457
  "commentRange": {
85188
- "start": 137,
85189
- "end": 138
85458
+ "start": 151,
85459
+ "end": 152
85190
85460
  },
85191
85461
  "context": {
85192
85462
  "type": "variable",
@@ -85194,8 +85464,8 @@
85194
85464
  "value": "$kendo-chat-bubble-bg",
85195
85465
  "scope": "default",
85196
85466
  "line": {
85197
- "start": 139,
85198
- "end": 139
85467
+ "start": 153,
85468
+ "end": 153
85199
85469
  }
85200
85470
  },
85201
85471
  "group": [
@@ -85212,8 +85482,8 @@
85212
85482
  {
85213
85483
  "description": "The box shadow of the Chat bubble.\n",
85214
85484
  "commentRange": {
85215
- "start": 140,
85216
- "end": 141
85485
+ "start": 154,
85486
+ "end": 155
85217
85487
  },
85218
85488
  "context": {
85219
85489
  "type": "variable",
@@ -85221,8 +85491,8 @@
85221
85491
  "value": "k-elevation(1)",
85222
85492
  "scope": "default",
85223
85493
  "line": {
85224
- "start": 142,
85225
- "end": 142
85494
+ "start": 156,
85495
+ "end": 156
85226
85496
  }
85227
85497
  },
85228
85498
  "group": [
@@ -85239,8 +85509,8 @@
85239
85509
  {
85240
85510
  "description": "The shadow of the hovered Chat bubble.\n",
85241
85511
  "commentRange": {
85242
- "start": 143,
85243
- "end": 144
85512
+ "start": 157,
85513
+ "end": 158
85244
85514
  },
85245
85515
  "context": {
85246
85516
  "type": "variable",
@@ -85248,8 +85518,8 @@
85248
85518
  "value": "k-elevation(2)",
85249
85519
  "scope": "default",
85250
85520
  "line": {
85251
- "start": 145,
85252
- "end": 145
85521
+ "start": 159,
85522
+ "end": 159
85253
85523
  }
85254
85524
  },
85255
85525
  "group": [
@@ -85266,8 +85536,8 @@
85266
85536
  {
85267
85537
  "description": "The shadow of the selected Chat bubble.\n",
85268
85538
  "commentRange": {
85269
- "start": 146,
85270
- "end": 147
85539
+ "start": 160,
85540
+ "end": 161
85271
85541
  },
85272
85542
  "context": {
85273
85543
  "type": "variable",
@@ -85275,8 +85545,8 @@
85275
85545
  "value": "k-elevation(3)",
85276
85546
  "scope": "default",
85277
85547
  "line": {
85278
- "start": 148,
85279
- "end": 148
85548
+ "start": 162,
85549
+ "end": 162
85280
85550
  }
85281
85551
  },
85282
85552
  "group": [
@@ -85293,8 +85563,8 @@
85293
85563
  {
85294
85564
  "description": "The background color of the Chat alt bubble.\n",
85295
85565
  "commentRange": {
85296
- "start": 150,
85297
- "end": 151
85566
+ "start": 164,
85567
+ "end": 165
85298
85568
  },
85299
85569
  "context": {
85300
85570
  "type": "variable",
@@ -85302,8 +85572,8 @@
85302
85572
  "value": "$kendo-color-primary",
85303
85573
  "scope": "default",
85304
85574
  "line": {
85305
- "start": 152,
85306
- "end": 152
85575
+ "start": 166,
85576
+ "end": 166
85307
85577
  }
85308
85578
  },
85309
85579
  "group": [
@@ -85320,8 +85590,8 @@
85320
85590
  {
85321
85591
  "description": "The text color of the Chat alt bubble.\n",
85322
85592
  "commentRange": {
85323
- "start": 153,
85324
- "end": 154
85593
+ "start": 167,
85594
+ "end": 168
85325
85595
  },
85326
85596
  "context": {
85327
85597
  "type": "variable",
@@ -85329,8 +85599,8 @@
85329
85599
  "value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-chat-alt-bubble-bg ))",
85330
85600
  "scope": "default",
85331
85601
  "line": {
85332
- "start": 155,
85333
- "end": 155
85602
+ "start": 169,
85603
+ "end": 169
85334
85604
  }
85335
85605
  },
85336
85606
  "group": [
@@ -85347,8 +85617,8 @@
85347
85617
  {
85348
85618
  "description": "The border color of the Chat alt bubble.\n",
85349
85619
  "commentRange": {
85350
- "start": 156,
85351
- "end": 157
85620
+ "start": 170,
85621
+ "end": 171
85352
85622
  },
85353
85623
  "context": {
85354
85624
  "type": "variable",
@@ -85356,8 +85626,8 @@
85356
85626
  "value": "$kendo-chat-alt-bubble-bg",
85357
85627
  "scope": "default",
85358
85628
  "line": {
85359
- "start": 158,
85360
- "end": 158
85629
+ "start": 172,
85630
+ "end": 172
85361
85631
  }
85362
85632
  },
85363
85633
  "group": [
@@ -85374,8 +85644,8 @@
85374
85644
  {
85375
85645
  "description": "The shadow of the Chat alt bubble.\n",
85376
85646
  "commentRange": {
85377
- "start": 159,
85378
- "end": 160
85647
+ "start": 173,
85648
+ "end": 174
85379
85649
  },
85380
85650
  "context": {
85381
85651
  "type": "variable",
@@ -85383,8 +85653,8 @@
85383
85653
  "value": "k-elevation(1)",
85384
85654
  "scope": "default",
85385
85655
  "line": {
85386
- "start": 161,
85387
- "end": 161
85656
+ "start": 175,
85657
+ "end": 175
85388
85658
  }
85389
85659
  },
85390
85660
  "group": [
@@ -85401,8 +85671,8 @@
85401
85671
  {
85402
85672
  "description": "The shadow of the hovered Chat alt bubble.\n",
85403
85673
  "commentRange": {
85404
- "start": 162,
85405
- "end": 163
85674
+ "start": 176,
85675
+ "end": 177
85406
85676
  },
85407
85677
  "context": {
85408
85678
  "type": "variable",
@@ -85410,8 +85680,8 @@
85410
85680
  "value": "k-elevation(2)",
85411
85681
  "scope": "default",
85412
85682
  "line": {
85413
- "start": 164,
85414
- "end": 164
85683
+ "start": 178,
85684
+ "end": 178
85415
85685
  }
85416
85686
  },
85417
85687
  "group": [
@@ -85428,8 +85698,8 @@
85428
85698
  {
85429
85699
  "description": "The shadow of the selected Chat alt bubble.\n",
85430
85700
  "commentRange": {
85431
- "start": 165,
85432
- "end": 166
85701
+ "start": 179,
85702
+ "end": 180
85433
85703
  },
85434
85704
  "context": {
85435
85705
  "type": "variable",
@@ -85437,8 +85707,8 @@
85437
85707
  "value": "k-elevation(3)",
85438
85708
  "scope": "default",
85439
85709
  "line": {
85440
- "start": 167,
85441
- "end": 167
85710
+ "start": 181,
85711
+ "end": 181
85442
85712
  }
85443
85713
  },
85444
85714
  "group": [
@@ -85455,8 +85725,8 @@
85455
85725
  {
85456
85726
  "description": "The background color of the Chat quick reply.\n",
85457
85727
  "commentRange": {
85458
- "start": 169,
85459
- "end": 170
85728
+ "start": 183,
85729
+ "end": 184
85460
85730
  },
85461
85731
  "context": {
85462
85732
  "type": "variable",
@@ -85464,8 +85734,8 @@
85464
85734
  "value": "transparent",
85465
85735
  "scope": "default",
85466
85736
  "line": {
85467
- "start": 171,
85468
- "end": 171
85737
+ "start": 185,
85738
+ "end": 185
85469
85739
  }
85470
85740
  },
85471
85741
  "group": [
@@ -85482,8 +85752,8 @@
85482
85752
  {
85483
85753
  "description": "The text color of the Chat quick reply.\n",
85484
85754
  "commentRange": {
85485
- "start": 172,
85486
- "end": 173
85755
+ "start": 186,
85756
+ "end": 187
85487
85757
  },
85488
85758
  "context": {
85489
85759
  "type": "variable",
@@ -85491,8 +85761,8 @@
85491
85761
  "value": "$kendo-color-primary",
85492
85762
  "scope": "default",
85493
85763
  "line": {
85494
- "start": 174,
85495
- "end": 174
85764
+ "start": 188,
85765
+ "end": 188
85496
85766
  }
85497
85767
  },
85498
85768
  "group": [
@@ -85509,8 +85779,8 @@
85509
85779
  {
85510
85780
  "description": "The border color of the Chat quick reply.\n",
85511
85781
  "commentRange": {
85512
- "start": 175,
85513
- "end": 176
85782
+ "start": 189,
85783
+ "end": 190
85514
85784
  },
85515
85785
  "context": {
85516
85786
  "type": "variable",
@@ -85518,8 +85788,8 @@
85518
85788
  "value": "$kendo-color-primary",
85519
85789
  "scope": "default",
85520
85790
  "line": {
85521
- "start": 177,
85522
- "end": 177
85791
+ "start": 191,
85792
+ "end": 191
85523
85793
  }
85524
85794
  },
85525
85795
  "group": [
@@ -85536,8 +85806,8 @@
85536
85806
  {
85537
85807
  "description": "The background color of the hovered Chat quick reply.\n",
85538
85808
  "commentRange": {
85539
- "start": 179,
85540
- "end": 180
85809
+ "start": 193,
85810
+ "end": 194
85541
85811
  },
85542
85812
  "context": {
85543
85813
  "type": "variable",
@@ -85545,8 +85815,8 @@
85545
85815
  "value": "$kendo-color-primary",
85546
85816
  "scope": "default",
85547
85817
  "line": {
85548
- "start": 181,
85549
- "end": 181
85818
+ "start": 195,
85819
+ "end": 195
85550
85820
  }
85551
85821
  },
85552
85822
  "group": [
@@ -85563,8 +85833,8 @@
85563
85833
  {
85564
85834
  "description": "The text color of the hovered Chat quick reply.\n",
85565
85835
  "commentRange": {
85566
- "start": 182,
85567
- "end": 183
85836
+ "start": 196,
85837
+ "end": 197
85568
85838
  },
85569
85839
  "context": {
85570
85840
  "type": "variable",
@@ -85572,8 +85842,8 @@
85572
85842
  "value": "$kendo-color-primary-contrast",
85573
85843
  "scope": "default",
85574
85844
  "line": {
85575
- "start": 184,
85576
- "end": 184
85845
+ "start": 198,
85846
+ "end": 198
85577
85847
  }
85578
85848
  },
85579
85849
  "group": [
@@ -85590,8 +85860,8 @@
85590
85860
  {
85591
85861
  "description": "The border color of the hovered Chat quick reply.\n",
85592
85862
  "commentRange": {
85593
- "start": 185,
85594
- "end": 186
85863
+ "start": 199,
85864
+ "end": 200
85595
85865
  },
85596
85866
  "context": {
85597
85867
  "type": "variable",
@@ -85599,8 +85869,8 @@
85599
85869
  "value": "$kendo-color-primary",
85600
85870
  "scope": "default",
85601
85871
  "line": {
85602
- "start": 187,
85603
- "end": 187
85872
+ "start": 201,
85873
+ "end": 201
85604
85874
  }
85605
85875
  },
85606
85876
  "group": [
@@ -93903,7 +94173,7 @@
93903
94173
  "context": {
93904
94174
  "type": "variable",
93905
94175
  "name": "kendo-drawer-item-font-size",
93906
- "value": "16px",
94176
+ "value": "var( --kendo-font-size-lg, inherit )",
93907
94177
  "scope": "default",
93908
94178
  "line": {
93909
94179
  "start": 58,
@@ -93918,14 +94188,41 @@
93918
94188
  "path": "default/scss/drawer/_variables.scss",
93919
94189
  "name": "_variables.scss"
93920
94190
  },
93921
- "resolvedValue": "16px",
93922
- "resolvedType": "Number"
94191
+ "resolvedValue": "var(--kendo-font-size-lg, inherit)",
94192
+ "resolvedType": "String"
94193
+ },
94194
+ {
94195
+ "description": "The line height of the Drawer item.\n",
94196
+ "commentRange": {
94197
+ "start": 59,
94198
+ "end": 60
94199
+ },
94200
+ "context": {
94201
+ "type": "variable",
94202
+ "name": "kendo-drawer-item-line-height",
94203
+ "value": "var( --kendo-line-height-lg, normal )",
94204
+ "scope": "default",
94205
+ "line": {
94206
+ "start": 61,
94207
+ "end": 61
94208
+ }
94209
+ },
94210
+ "group": [
94211
+ "drawer"
94212
+ ],
94213
+ "access": "public",
94214
+ "file": {
94215
+ "path": "default/scss/drawer/_variables.scss",
94216
+ "name": "_variables.scss"
94217
+ },
94218
+ "resolvedValue": "var(--kendo-line-height-lg, normal)",
94219
+ "resolvedType": "String"
93923
94220
  },
93924
94221
  {
93925
94222
  "description": "The horizontal padding of the Drawer item in each level.\n",
93926
94223
  "commentRange": {
93927
- "start": 61,
93928
- "end": 62
94224
+ "start": 63,
94225
+ "end": 64
93929
94226
  },
93930
94227
  "context": {
93931
94228
  "type": "variable",
@@ -93933,8 +94230,8 @@
93933
94230
  "value": "$kendo-drawer-item-padding-x",
93934
94231
  "scope": "default",
93935
94232
  "line": {
93936
- "start": 63,
93937
- "end": 63
94233
+ "start": 65,
94234
+ "end": 65
93938
94235
  }
93939
94236
  },
93940
94237
  "group": [
@@ -93951,8 +94248,8 @@
93951
94248
  {
93952
94249
  "description": "The count of the Drawer item levels.\n",
93953
94250
  "commentRange": {
93954
- "start": 64,
93955
- "end": 65
94251
+ "start": 66,
94252
+ "end": 67
93956
94253
  },
93957
94254
  "context": {
93958
94255
  "type": "variable",
@@ -93960,8 +94257,8 @@
93960
94257
  "value": "5",
93961
94258
  "scope": "default",
93962
94259
  "line": {
93963
- "start": 66,
93964
- "end": 66
94260
+ "start": 68,
94261
+ "end": 68
93965
94262
  }
93966
94263
  },
93967
94264
  "group": [
@@ -93978,8 +94275,8 @@
93978
94275
  {
93979
94276
  "description": "The horizontal padding of the Drawer icon.\n",
93980
94277
  "commentRange": {
93981
- "start": 68,
93982
- "end": 69
94278
+ "start": 70,
94279
+ "end": 71
93983
94280
  },
93984
94281
  "context": {
93985
94282
  "type": "variable",
@@ -93987,8 +94284,8 @@
93987
94284
  "value": "k-spacing(0)",
93988
94285
  "scope": "default",
93989
94286
  "line": {
93990
- "start": 70,
93991
- "end": 70
94287
+ "start": 72,
94288
+ "end": 72
93992
94289
  }
93993
94290
  },
93994
94291
  "group": [
@@ -94005,8 +94302,8 @@
94005
94302
  {
94006
94303
  "description": "The vertical padding of the Drawer icon.\n",
94007
94304
  "commentRange": {
94008
- "start": 72,
94009
- "end": 73
94305
+ "start": 74,
94306
+ "end": 75
94010
94307
  },
94011
94308
  "context": {
94012
94309
  "type": "variable",
@@ -94014,8 +94311,8 @@
94014
94311
  "value": "k-spacing(1)",
94015
94312
  "scope": "default",
94016
94313
  "line": {
94017
- "start": 74,
94018
- "end": 74
94314
+ "start": 76,
94315
+ "end": 76
94019
94316
  }
94020
94317
  },
94021
94318
  "group": [
@@ -94032,8 +94329,8 @@
94032
94329
  {
94033
94330
  "description": "The initial width of the mini Drawer.\n",
94034
94331
  "commentRange": {
94035
- "start": 76,
94036
- "end": 77
94332
+ "start": 78,
94333
+ "end": 79
94037
94334
  },
94038
94335
  "context": {
94039
94336
  "type": "variable",
@@ -94041,8 +94338,8 @@
94041
94338
  "value": "calc(2 * #{$kendo-drawer-item-padding-x} + #{$kendo-icon-size})",
94042
94339
  "scope": "default",
94043
94340
  "line": {
94044
- "start": 78,
94045
- "end": 78
94341
+ "start": 80,
94342
+ "end": 80
94046
94343
  }
94047
94344
  },
94048
94345
  "group": [
@@ -94059,8 +94356,8 @@
94059
94356
  {
94060
94357
  "description": "The background color of the hovered Drawer item.\n",
94061
94358
  "commentRange": {
94062
- "start": 80,
94063
- "end": 81
94359
+ "start": 82,
94360
+ "end": 83
94064
94361
  },
94065
94362
  "context": {
94066
94363
  "type": "variable",
@@ -94068,8 +94365,8 @@
94068
94365
  "value": "$kendo-hover-bg",
94069
94366
  "scope": "default",
94070
94367
  "line": {
94071
- "start": 82,
94072
- "end": 82
94368
+ "start": 84,
94369
+ "end": 84
94073
94370
  }
94074
94371
  },
94075
94372
  "group": [
@@ -94086,8 +94383,8 @@
94086
94383
  {
94087
94384
  "description": "The text color of the hovered Drawer item.\n",
94088
94385
  "commentRange": {
94089
- "start": 83,
94090
- "end": 84
94386
+ "start": 85,
94387
+ "end": 86
94091
94388
  },
94092
94389
  "context": {
94093
94390
  "type": "variable",
@@ -94095,8 +94392,8 @@
94095
94392
  "value": "$kendo-hover-text",
94096
94393
  "scope": "default",
94097
94394
  "line": {
94098
- "start": 85,
94099
- "end": 85
94395
+ "start": 87,
94396
+ "end": 87
94100
94397
  }
94101
94398
  },
94102
94399
  "group": [
@@ -94113,8 +94410,8 @@
94113
94410
  {
94114
94411
  "description": "The background color of the focused Drawer item.\n",
94115
94412
  "commentRange": {
94116
- "start": 87,
94117
- "end": 88
94413
+ "start": 89,
94414
+ "end": 90
94118
94415
  },
94119
94416
  "context": {
94120
94417
  "type": "variable",
@@ -94122,8 +94419,8 @@
94122
94419
  "value": "$kendo-drawer-bg",
94123
94420
  "scope": "default",
94124
94421
  "line": {
94125
- "start": 89,
94126
- "end": 89
94422
+ "start": 91,
94423
+ "end": 91
94127
94424
  }
94128
94425
  },
94129
94426
  "group": [
@@ -94140,8 +94437,8 @@
94140
94437
  {
94141
94438
  "description": "The box shadow of the focused Drawer item.\n",
94142
94439
  "commentRange": {
94143
- "start": 90,
94144
- "end": 91
94440
+ "start": 92,
94441
+ "end": 93
94145
94442
  },
94146
94443
  "context": {
94147
94444
  "type": "variable",
@@ -94149,8 +94446,8 @@
94149
94446
  "value": "$kendo-list-item-focus-shadow",
94150
94447
  "scope": "default",
94151
94448
  "line": {
94152
- "start": 92,
94153
- "end": 92
94449
+ "start": 94,
94450
+ "end": 94
94154
94451
  }
94155
94452
  },
94156
94453
  "group": [
@@ -94167,8 +94464,8 @@
94167
94464
  {
94168
94465
  "description": "The background color of the selected Drawer item.\n",
94169
94466
  "commentRange": {
94170
- "start": 94,
94171
- "end": 95
94467
+ "start": 96,
94468
+ "end": 97
94172
94469
  },
94173
94470
  "context": {
94174
94471
  "type": "variable",
@@ -94176,8 +94473,8 @@
94176
94473
  "value": "$kendo-selected-bg",
94177
94474
  "scope": "default",
94178
94475
  "line": {
94179
- "start": 96,
94180
- "end": 96
94476
+ "start": 98,
94477
+ "end": 98
94181
94478
  }
94182
94479
  },
94183
94480
  "group": [
@@ -94194,8 +94491,8 @@
94194
94491
  {
94195
94492
  "description": "The text color of the selected Drawer item.\n",
94196
94493
  "commentRange": {
94197
- "start": 97,
94198
- "end": 98
94494
+ "start": 99,
94495
+ "end": 100
94199
94496
  },
94200
94497
  "context": {
94201
94498
  "type": "variable",
@@ -94203,8 +94500,8 @@
94203
94500
  "value": "$kendo-selected-text",
94204
94501
  "scope": "default",
94205
94502
  "line": {
94206
- "start": 99,
94207
- "end": 99
94503
+ "start": 101,
94504
+ "end": 101
94208
94505
  }
94209
94506
  },
94210
94507
  "group": [
@@ -94221,8 +94518,8 @@
94221
94518
  {
94222
94519
  "description": "The background color of the selected and hovered Drawer item.\n",
94223
94520
  "commentRange": {
94224
- "start": 101,
94225
- "end": 102
94521
+ "start": 103,
94522
+ "end": 104
94226
94523
  },
94227
94524
  "context": {
94228
94525
  "type": "variable",
@@ -94230,8 +94527,8 @@
94230
94527
  "value": "$kendo-selected-hover-bg",
94231
94528
  "scope": "default",
94232
94529
  "line": {
94233
- "start": 103,
94234
- "end": 103
94530
+ "start": 105,
94531
+ "end": 105
94235
94532
  }
94236
94533
  },
94237
94534
  "group": [
@@ -94248,8 +94545,8 @@
94248
94545
  {
94249
94546
  "description": "The text color of the selected and hovered Drawer item.\n",
94250
94547
  "commentRange": {
94251
- "start": 104,
94252
- "end": 105
94548
+ "start": 106,
94549
+ "end": 107
94253
94550
  },
94254
94551
  "context": {
94255
94552
  "type": "variable",
@@ -94257,8 +94554,8 @@
94257
94554
  "value": "$kendo-selected-hover-text",
94258
94555
  "scope": "default",
94259
94556
  "line": {
94260
- "start": 106,
94261
- "end": 106
94557
+ "start": 108,
94558
+ "end": 108
94262
94559
  }
94263
94560
  },
94264
94561
  "group": [
@@ -99805,7 +100102,7 @@
99805
100102
  "context": {
99806
100103
  "type": "variable",
99807
100104
  "name": "kendo-form-legend-font-size",
99808
- "value": "14px",
100105
+ "value": "var( --kendo-font-size, inherit )",
99809
100106
  "scope": "default",
99810
100107
  "line": {
99811
100108
  "start": 56,
@@ -99820,8 +100117,8 @@
99820
100117
  "path": "default/scss/forms/_variables.scss",
99821
100118
  "name": "_variables.scss"
99822
100119
  },
99823
- "resolvedValue": "14px",
99824
- "resolvedType": "Number"
100120
+ "resolvedValue": "var(--kendo-font-size, inherit)",
100121
+ "resolvedType": "String"
99825
100122
  },
99826
100123
  {
99827
100124
  "description": "The text capitalization of the Form legend.\n",
@@ -99913,7 +100210,7 @@
99913
100210
  "context": {
99914
100211
  "type": "variable",
99915
100212
  "name": "kendo-form-hint-font-size",
99916
- "value": "12px",
100213
+ "value": "var( --kendo-font-size-sm, inherit )",
99917
100214
  "scope": "default",
99918
100215
  "line": {
99919
100216
  "start": 71,
@@ -99928,8 +100225,8 @@
99928
100225
  "path": "default/scss/forms/_variables.scss",
99929
100226
  "name": "_variables.scss"
99930
100227
  },
99931
- "resolvedValue": "12px",
99932
- "resolvedType": "Number"
100228
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
100229
+ "resolvedType": "String"
99933
100230
  },
99934
100231
  {
99935
100232
  "description": "The font style of the Form hint.\n",
@@ -100345,7 +100642,7 @@
100345
100642
  "context": {
100346
100643
  "type": "variable",
100347
100644
  "name": "kendo-label-optional-font-size",
100348
- "value": "12px",
100645
+ "value": "var( --kendo-font-size-sm, inherit )",
100349
100646
  "scope": "default",
100350
100647
  "line": {
100351
100648
  "start": 127,
@@ -100360,8 +100657,8 @@
100360
100657
  "path": "default/scss/forms/_variables.scss",
100361
100658
  "name": "_variables.scss"
100362
100659
  },
100363
- "resolvedValue": "12px",
100364
- "resolvedType": "Number"
100660
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
100661
+ "resolvedType": "String"
100365
100662
  },
100366
100663
  {
100367
100664
  "description": "The font style of the optional label in the Form.\n",
@@ -119130,7 +119427,7 @@
119130
119427
  "context": {
119131
119428
  "type": "variable",
119132
119429
  "name": "kendo-progressbar-line-height",
119133
- "value": "1",
119430
+ "value": "var( --kendo-line-height-xs, normal )",
119134
119431
  "scope": "default",
119135
119432
  "line": {
119136
119433
  "start": 23,
@@ -119145,8 +119442,8 @@
119145
119442
  "path": "default/scss/progressbar/_variables.scss",
119146
119443
  "name": "_variables.scss"
119147
119444
  },
119148
- "resolvedValue": "1",
119149
- "resolvedType": "Number"
119445
+ "resolvedValue": "var(--kendo-line-height-xs, normal)",
119446
+ "resolvedType": "String"
119150
119447
  },
119151
119448
  {
119152
119449
  "description": "The background color of the ProgressBar.\n",
@@ -138770,7 +139067,7 @@
138770
139067
  "context": {
138771
139068
  "type": "variable",
138772
139069
  "name": "kendo-tooltip-line-height",
138773
- "value": "1.25",
139070
+ "value": "var( --kendo-line-height-sm, normal )",
138774
139071
  "scope": "default",
138775
139072
  "line": {
138776
139073
  "start": 24,
@@ -138785,8 +139082,8 @@
138785
139082
  "path": "default/scss/tooltip/_variables.scss",
138786
139083
  "name": "_variables.scss"
138787
139084
  },
138788
- "resolvedValue": "1.25",
138789
- "resolvedType": "Number"
139085
+ "resolvedValue": "var(--kendo-line-height-sm, normal)",
139086
+ "resolvedType": "String"
138790
139087
  },
138791
139088
  {
138792
139089
  "description": "The font size of the Tooltip title.\n",
@@ -138824,7 +139121,7 @@
138824
139121
  "context": {
138825
139122
  "type": "variable",
138826
139123
  "name": "kendo-tooltip-title-line-height",
138827
- "value": "1",
139124
+ "value": "var( --kendo-line-height-xs, normal )",
138828
139125
  "scope": "default",
138829
139126
  "line": {
138830
139127
  "start": 31,
@@ -138839,8 +139136,8 @@
138839
139136
  "path": "default/scss/tooltip/_variables.scss",
138840
139137
  "name": "_variables.scss"
138841
139138
  },
138842
- "resolvedValue": "1",
138843
- "resolvedType": "Number"
139139
+ "resolvedValue": "var(--kendo-line-height-xs, normal)",
139140
+ "resolvedType": "String"
138844
139141
  },
138845
139142
  {
138846
139143
  "description": "The size of the Tooltip callout.\n",
@@ -144291,7 +144588,7 @@
144291
144588
  "context": {
144292
144589
  "type": "variable",
144293
144590
  "name": "kendo-upload-validation-font-size",
144294
- "value": "11px",
144591
+ "value": "var( --kendo-font-size-sm, inherit )",
144295
144592
  "scope": "default",
144296
144593
  "line": {
144297
144594
  "start": 68,
@@ -144306,19 +144603,19 @@
144306
144603
  "path": "default/scss/upload/_variables.scss",
144307
144604
  "name": "_variables.scss"
144308
144605
  },
144309
- "resolvedValue": "11px",
144310
- "resolvedType": "Number"
144606
+ "resolvedValue": "var(--kendo-font-size-sm, inherit)",
144607
+ "resolvedType": "String"
144311
144608
  },
144312
144609
  {
144313
- "description": "The horizontal spacing of the Upload status icon.\n",
144610
+ "description": "The line height of the Upload validation message.\n",
144314
144611
  "commentRange": {
144315
144612
  "start": 69,
144316
144613
  "end": 70
144317
144614
  },
144318
144615
  "context": {
144319
144616
  "type": "variable",
144320
- "name": "kendo-upload-icon-spacing",
144321
- "value": "$kendo-icon-spacing",
144617
+ "name": "kendo-upload-validation-line-height",
144618
+ "value": "var( --kendo-line-height-xs, normal )",
144322
144619
  "scope": "default",
144323
144620
  "line": {
144324
144621
  "start": 71,
@@ -144333,19 +144630,19 @@
144333
144630
  "path": "default/scss/upload/_variables.scss",
144334
144631
  "name": "_variables.scss"
144335
144632
  },
144336
- "resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
144633
+ "resolvedValue": "var(--kendo-line-height-xs, normal)",
144337
144634
  "resolvedType": "String"
144338
144635
  },
144339
144636
  {
144340
- "description": "The color of the uploaded items icon.\n",
144637
+ "description": "The horizontal spacing of the Upload status icon.\n",
144341
144638
  "commentRange": {
144342
144639
  "start": 72,
144343
144640
  "end": 73
144344
144641
  },
144345
144642
  "context": {
144346
144643
  "type": "variable",
144347
- "name": "kendo-upload-icon-color",
144348
- "value": "$kendo-subtle-text",
144644
+ "name": "kendo-upload-icon-spacing",
144645
+ "value": "$kendo-icon-spacing",
144349
144646
  "scope": "default",
144350
144647
  "line": {
144351
144648
  "start": 74,
@@ -144360,14 +144657,41 @@
144360
144657
  "path": "default/scss/upload/_variables.scss",
144361
144658
  "name": "_variables.scss"
144362
144659
  },
144660
+ "resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
144661
+ "resolvedType": "String"
144662
+ },
144663
+ {
144664
+ "description": "The color of the uploaded items icon.\n",
144665
+ "commentRange": {
144666
+ "start": 75,
144667
+ "end": 76
144668
+ },
144669
+ "context": {
144670
+ "type": "variable",
144671
+ "name": "kendo-upload-icon-color",
144672
+ "value": "$kendo-subtle-text",
144673
+ "scope": "default",
144674
+ "line": {
144675
+ "start": 77,
144676
+ "end": 77
144677
+ }
144678
+ },
144679
+ "group": [
144680
+ "upload"
144681
+ ],
144682
+ "access": "public",
144683
+ "file": {
144684
+ "path": "default/scss/upload/_variables.scss",
144685
+ "name": "_variables.scss"
144686
+ },
144363
144687
  "resolvedValue": "var(--kendo-color-subtle, #666666)",
144364
144688
  "resolvedType": "String"
144365
144689
  },
144366
144690
  {
144367
144691
  "description": "The thickness of the Upload progress bar.\n",
144368
144692
  "commentRange": {
144369
- "start": 76,
144370
- "end": 77
144693
+ "start": 79,
144694
+ "end": 80
144371
144695
  },
144372
144696
  "context": {
144373
144697
  "type": "variable",
@@ -144375,8 +144699,8 @@
144375
144699
  "value": "2px",
144376
144700
  "scope": "default",
144377
144701
  "line": {
144378
- "start": 78,
144379
- "end": 78
144702
+ "start": 81,
144703
+ "end": 81
144380
144704
  }
144381
144705
  },
144382
144706
  "group": [
@@ -144393,8 +144717,8 @@
144393
144717
  {
144394
144718
  "description": "The background color of the Upload progress bar.\n",
144395
144719
  "commentRange": {
144396
- "start": 79,
144397
- "end": 80
144720
+ "start": 82,
144721
+ "end": 83
144398
144722
  },
144399
144723
  "context": {
144400
144724
  "type": "variable",
@@ -144402,8 +144726,8 @@
144402
144726
  "value": "$kendo-color-info",
144403
144727
  "scope": "default",
144404
144728
  "line": {
144405
- "start": 81,
144406
- "end": 81
144729
+ "start": 84,
144730
+ "end": 84
144407
144731
  }
144408
144732
  },
144409
144733
  "group": [
@@ -144420,8 +144744,8 @@
144420
144744
  {
144421
144745
  "description": "The success text color of the Upload.\n",
144422
144746
  "commentRange": {
144423
- "start": 83,
144424
- "end": 84
144747
+ "start": 86,
144748
+ "end": 87
144425
144749
  },
144426
144750
  "context": {
144427
144751
  "type": "variable",
@@ -144429,8 +144753,8 @@
144429
144753
  "value": "$kendo-color-success",
144430
144754
  "scope": "default",
144431
144755
  "line": {
144432
- "start": 85,
144433
- "end": 85
144756
+ "start": 88,
144757
+ "end": 88
144434
144758
  }
144435
144759
  },
144436
144760
  "group": [
@@ -144447,8 +144771,8 @@
144447
144771
  {
144448
144772
  "description": "The success background color of the Upload progress bar.\n",
144449
144773
  "commentRange": {
144450
- "start": 86,
144451
- "end": 87
144774
+ "start": 89,
144775
+ "end": 90
144452
144776
  },
144453
144777
  "context": {
144454
144778
  "type": "variable",
@@ -144456,8 +144780,8 @@
144456
144780
  "value": "$kendo-color-success",
144457
144781
  "scope": "default",
144458
144782
  "line": {
144459
- "start": 88,
144460
- "end": 88
144783
+ "start": 91,
144784
+ "end": 91
144461
144785
  }
144462
144786
  },
144463
144787
  "group": [
@@ -144474,8 +144798,8 @@
144474
144798
  {
144475
144799
  "description": "The error text color of the Upload.\n",
144476
144800
  "commentRange": {
144477
- "start": 90,
144478
- "end": 91
144801
+ "start": 93,
144802
+ "end": 94
144479
144803
  },
144480
144804
  "context": {
144481
144805
  "type": "variable",
@@ -144483,8 +144807,8 @@
144483
144807
  "value": "$kendo-color-error",
144484
144808
  "scope": "default",
144485
144809
  "line": {
144486
- "start": 92,
144487
- "end": 92
144810
+ "start": 95,
144811
+ "end": 95
144488
144812
  }
144489
144813
  },
144490
144814
  "group": [
@@ -144501,8 +144825,8 @@
144501
144825
  {
144502
144826
  "description": "The error background color of the Upload progress bar.\n",
144503
144827
  "commentRange": {
144504
- "start": 93,
144505
- "end": 94
144828
+ "start": 96,
144829
+ "end": 97
144506
144830
  },
144507
144831
  "context": {
144508
144832
  "type": "variable",
@@ -144510,8 +144834,8 @@
144510
144834
  "value": "$kendo-color-error",
144511
144835
  "scope": "default",
144512
144836
  "line": {
144513
- "start": 95,
144514
- "end": 95
144837
+ "start": 98,
144838
+ "end": 98
144515
144839
  }
144516
144840
  },
144517
144841
  "group": [
@@ -144528,8 +144852,8 @@
144528
144852
  {
144529
144853
  "description": "The shadow of the focused Upload button, actions and uploaded items.\n",
144530
144854
  "commentRange": {
144531
- "start": 97,
144532
- "end": 98
144855
+ "start": 100,
144856
+ "end": 101
144533
144857
  },
144534
144858
  "context": {
144535
144859
  "type": "variable",
@@ -144537,8 +144861,8 @@
144537
144861
  "value": "0 0 0 2px rgba(0, 0, 0, .13)",
144538
144862
  "scope": "default",
144539
144863
  "line": {
144540
- "start": 99,
144541
- "end": 99
144864
+ "start": 102,
144865
+ "end": 102
144542
144866
  }
144543
144867
  },
144544
144868
  "group": [
@@ -144675,7 +144999,7 @@
144675
144999
  "context": {
144676
145000
  "type": "variable",
144677
145001
  "name": "kendo-window-line-height",
144678
- "value": "1.25",
145002
+ "value": "var( --kendo-line-height-sm, normal )",
144679
145003
  "scope": "default",
144680
145004
  "line": {
144681
145005
  "start": 19,
@@ -144690,8 +145014,8 @@
144690
145014
  "path": "default/scss/window/_variables.scss",
144691
145015
  "name": "_variables.scss"
144692
145016
  },
144693
- "resolvedValue": "1.25",
144694
- "resolvedType": "Number"
145017
+ "resolvedValue": "var(--kendo-line-height-sm, normal)",
145018
+ "resolvedType": "String"
144695
145019
  },
144696
145020
  {
144697
145021
  "description": "The horizontal padding of the Window titlebar.\n",
@@ -144837,7 +145161,7 @@
144837
145161
  "context": {
144838
145162
  "type": "variable",
144839
145163
  "name": "kendo-window-title-line-height",
144840
- "value": "1.25",
145164
+ "value": "var( --kendo-line-height-sm, normal )",
144841
145165
  "scope": "default",
144842
145166
  "line": {
144843
145167
  "start": 39,
@@ -144852,8 +145176,8 @@
144852
145176
  "path": "default/scss/window/_variables.scss",
144853
145177
  "name": "_variables.scss"
144854
145178
  },
144855
- "resolvedValue": "1.25",
144856
- "resolvedType": "Number"
145179
+ "resolvedValue": "var(--kendo-line-height-sm, normal)",
145180
+ "resolvedType": "String"
144857
145181
  },
144858
145182
  {
144859
145183
  "description": "The spacing between the buttons in the Window titlebar.\n",