@progress/kendo-theme-classic 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.
- package/dist/all.css +1 -1
- package/dist/all.scss +38 -21
- package/dist/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/sassdoc-data.json +738 -468
- package/dist/meta/sassdoc-raw-data.json +328 -203
- package/dist/meta/variables.json +52 -32
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
- package/scss/bottom-navigation/_variables.scss +1 -1
- package/scss/card/_variables.scss +2 -2
- package/scss/chat/_variables.scss +17 -3
- package/scss/drawer/_variables.scss +1 -1
- package/scss/forms/_variables.scss +3 -3
- package/scss/progressbar/_variables.scss +1 -1
- package/scss/timeselector/_variables.scss +1 -1
- package/scss/tooltip/_variables.scss +2 -2
- package/scss/upload/_variables.scss +4 -1
- package/scss/window/_variables.scss +1 -1
|
@@ -1426,7 +1426,7 @@
|
|
|
1426
1426
|
"context": {
|
|
1427
1427
|
"type": "variable",
|
|
1428
1428
|
"name": "kendo-bottom-nav-line-height",
|
|
1429
|
-
"value": "var( --kendo-line-height-
|
|
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": "classic/scss/bottom-navigation/_variables.scss",
|
|
1442
1442
|
"name": "_variables.scss"
|
|
1443
1443
|
},
|
|
1444
|
-
"resolvedValue": "var(--kendo-line-height-
|
|
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": "
|
|
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": "classic/scss/card/_variables.scss",
|
|
9003
9003
|
"name": "_variables.scss"
|
|
9004
9004
|
},
|
|
9005
|
-
"resolvedValue": "
|
|
9006
|
-
"resolvedType": "
|
|
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": "classic/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": "
|
|
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": "classic/scss/chat/_variables.scss",
|
|
10164
10164
|
"name": "_variables.scss"
|
|
10165
10165
|
},
|
|
10166
|
-
"resolvedValue": "
|
|
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": "
|
|
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": "classic/scss/chat/_variables.scss",
|
|
10191
10191
|
"name": "_variables.scss"
|
|
10192
10192
|
},
|
|
10193
|
-
"resolvedValue": "
|
|
10194
|
-
"resolvedType": "
|
|
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
|
|
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-
|
|
10286
|
-
"value": "
|
|
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": "classic/scss/chat/_variables.scss",
|
|
10299
10299
|
"name": "_variables.scss"
|
|
10300
10300
|
},
|
|
10301
|
-
"resolvedValue": "var(--kendo-
|
|
10301
|
+
"resolvedValue": "var(--kendo-font-size-sm, inherit)",
|
|
10302
10302
|
"resolvedType": "String"
|
|
10303
10303
|
},
|
|
10304
10304
|
{
|
|
10305
|
-
"description": "The
|
|
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-
|
|
10313
|
-
"value": "
|
|
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": "classic/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": "classic/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": "classic/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": "classic/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": "classic/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":
|
|
10335
|
-
"end":
|
|
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":
|
|
10344
|
-
"end":
|
|
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":
|
|
10362
|
-
"end":
|
|
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": "
|
|
10475
|
+
"value": "var( --kendo-line-height, normal )",
|
|
10368
10476
|
"scope": "default",
|
|
10369
10477
|
"line": {
|
|
10370
|
-
"start":
|
|
10371
|
-
"end":
|
|
10478
|
+
"start": 86,
|
|
10479
|
+
"end": 86
|
|
10372
10480
|
}
|
|
10373
10481
|
},
|
|
10374
10482
|
"group": [
|
|
@@ -10379,14 +10487,14 @@
|
|
|
10379
10487
|
"path": "classic/scss/chat/_variables.scss",
|
|
10380
10488
|
"name": "_variables.scss"
|
|
10381
10489
|
},
|
|
10382
|
-
"resolvedValue": "
|
|
10383
|
-
"resolvedType": "
|
|
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":
|
|
10389
|
-
"end":
|
|
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":
|
|
10398
|
-
"end":
|
|
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":
|
|
10416
|
-
"end":
|
|
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":
|
|
10425
|
-
"end":
|
|
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":
|
|
10443
|
-
"end":
|
|
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":
|
|
10452
|
-
"end":
|
|
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":
|
|
10470
|
-
"end":
|
|
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":
|
|
10479
|
-
"end":
|
|
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":
|
|
10497
|
-
"end":
|
|
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":
|
|
10506
|
-
"end":
|
|
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":
|
|
10524
|
-
"end":
|
|
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":
|
|
10533
|
-
"end":
|
|
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":
|
|
10551
|
-
"end":
|
|
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":
|
|
10560
|
-
"end":
|
|
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":
|
|
10578
|
-
"end":
|
|
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":
|
|
10587
|
-
"end":
|
|
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":
|
|
10605
|
-
"end":
|
|
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":
|
|
10614
|
-
"end":
|
|
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":
|
|
10632
|
-
"end":
|
|
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":
|
|
10641
|
-
"end":
|
|
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":
|
|
10659
|
-
"end":
|
|
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":
|
|
10668
|
-
"end":
|
|
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":
|
|
10686
|
-
"end":
|
|
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":
|
|
10695
|
-
"end":
|
|
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":
|
|
10713
|
-
"end":
|
|
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":
|
|
10722
|
-
"end":
|
|
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":
|
|
10740
|
-
"end":
|
|
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":
|
|
10749
|
-
"end":
|
|
10856
|
+
"start": 132,
|
|
10857
|
+
"end": 132
|
|
10750
10858
|
}
|
|
10751
10859
|
},
|
|
10752
10860
|
"group": [
|
|
@@ -10757,14 +10865,14 @@
|
|
|
10757
10865
|
"path": "classic/scss/chat/_variables.scss",
|
|
10758
10866
|
"name": "_variables.scss"
|
|
10759
10867
|
},
|
|
10760
|
-
"resolvedValue": "
|
|
10761
|
-
"resolvedType": "
|
|
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":
|
|
10767
|
-
"end":
|
|
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":
|
|
10776
|
-
"end":
|
|
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":
|
|
10794
|
-
"end":
|
|
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":
|
|
10803
|
-
"end":
|
|
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":
|
|
10821
|
-
"end":
|
|
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":
|
|
10830
|
-
"end":
|
|
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":
|
|
10848
|
-
"end":
|
|
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":
|
|
10857
|
-
"end":
|
|
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":
|
|
10875
|
-
"end":
|
|
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":
|
|
10884
|
-
"end":
|
|
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":
|
|
10902
|
-
"end":
|
|
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":
|
|
10911
|
-
"end":
|
|
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":
|
|
10929
|
-
"end":
|
|
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":
|
|
10938
|
-
"end":
|
|
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":
|
|
10956
|
-
"end":
|
|
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":
|
|
10965
|
-
"end":
|
|
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":
|
|
10983
|
-
"end":
|
|
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":
|
|
10992
|
-
"end":
|
|
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":
|
|
11010
|
-
"end":
|
|
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":
|
|
11019
|
-
"end":
|
|
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":
|
|
11037
|
-
"end":
|
|
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":
|
|
11046
|
-
"end":
|
|
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":
|
|
11064
|
-
"end":
|
|
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":
|
|
11073
|
-
"end":
|
|
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":
|
|
11091
|
-
"end":
|
|
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":
|
|
11100
|
-
"end":
|
|
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":
|
|
11118
|
-
"end":
|
|
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":
|
|
11127
|
-
"end":
|
|
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":
|
|
11145
|
-
"end":
|
|
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":
|
|
11154
|
-
"end":
|
|
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":
|
|
11172
|
-
"end":
|
|
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":
|
|
11181
|
-
"end":
|
|
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":
|
|
11199
|
-
"end":
|
|
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":
|
|
11208
|
-
"end":
|
|
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":
|
|
11226
|
-
"end":
|
|
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":
|
|
11235
|
-
"end":
|
|
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":
|
|
11253
|
-
"end":
|
|
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":
|
|
11262
|
-
"end":
|
|
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":
|
|
11280
|
-
"end":
|
|
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":
|
|
11289
|
-
"end":
|
|
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":
|
|
11307
|
-
"end":
|
|
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":
|
|
11316
|
-
"end":
|
|
11423
|
+
"start": 201,
|
|
11424
|
+
"end": 201
|
|
11317
11425
|
}
|
|
11318
11426
|
},
|
|
11319
11427
|
"group": [
|
|
@@ -19467,7 +19575,7 @@
|
|
|
19467
19575
|
"context": {
|
|
19468
19576
|
"type": "variable",
|
|
19469
19577
|
"name": "kendo-drawer-item-font-size",
|
|
19470
|
-
"value": "
|
|
19578
|
+
"value": "var( --kendo-font-size-lg, inherit )",
|
|
19471
19579
|
"scope": "default",
|
|
19472
19580
|
"line": {
|
|
19473
19581
|
"start": 57,
|
|
@@ -19482,8 +19590,8 @@
|
|
|
19482
19590
|
"path": "classic/scss/drawer/_variables.scss",
|
|
19483
19591
|
"name": "_variables.scss"
|
|
19484
19592
|
},
|
|
19485
|
-
"resolvedValue": "
|
|
19486
|
-
"resolvedType": "
|
|
19593
|
+
"resolvedValue": "var(--kendo-font-size-lg, inherit)",
|
|
19594
|
+
"resolvedType": "String"
|
|
19487
19595
|
},
|
|
19488
19596
|
{
|
|
19489
19597
|
"description": "The line height of the Drawer item.\n",
|
|
@@ -25298,7 +25406,7 @@
|
|
|
25298
25406
|
"context": {
|
|
25299
25407
|
"type": "variable",
|
|
25300
25408
|
"name": "kendo-form-legend-font-size",
|
|
25301
|
-
"value": "
|
|
25409
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
25302
25410
|
"scope": "default",
|
|
25303
25411
|
"line": {
|
|
25304
25412
|
"start": 56,
|
|
@@ -25313,8 +25421,8 @@
|
|
|
25313
25421
|
"path": "classic/scss/forms/_variables.scss",
|
|
25314
25422
|
"name": "_variables.scss"
|
|
25315
25423
|
},
|
|
25316
|
-
"resolvedValue": "
|
|
25317
|
-
"resolvedType": "
|
|
25424
|
+
"resolvedValue": "var(--kendo-font-size, inherit)",
|
|
25425
|
+
"resolvedType": "String"
|
|
25318
25426
|
},
|
|
25319
25427
|
{
|
|
25320
25428
|
"description": "The text capitalization of the Form legend.\n",
|
|
@@ -25406,7 +25514,7 @@
|
|
|
25406
25514
|
"context": {
|
|
25407
25515
|
"type": "variable",
|
|
25408
25516
|
"name": "kendo-form-hint-font-size",
|
|
25409
|
-
"value": "
|
|
25517
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
25410
25518
|
"scope": "default",
|
|
25411
25519
|
"line": {
|
|
25412
25520
|
"start": 71,
|
|
@@ -25421,8 +25529,8 @@
|
|
|
25421
25529
|
"path": "classic/scss/forms/_variables.scss",
|
|
25422
25530
|
"name": "_variables.scss"
|
|
25423
25531
|
},
|
|
25424
|
-
"resolvedValue": "
|
|
25425
|
-
"resolvedType": "
|
|
25532
|
+
"resolvedValue": "var(--kendo-font-size-sm, inherit)",
|
|
25533
|
+
"resolvedType": "String"
|
|
25426
25534
|
},
|
|
25427
25535
|
{
|
|
25428
25536
|
"description": "The font style of the Form hint.\n",
|
|
@@ -25838,7 +25946,7 @@
|
|
|
25838
25946
|
"context": {
|
|
25839
25947
|
"type": "variable",
|
|
25840
25948
|
"name": "kendo-label-optional-font-size",
|
|
25841
|
-
"value": "
|
|
25949
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
25842
25950
|
"scope": "default",
|
|
25843
25951
|
"line": {
|
|
25844
25952
|
"start": 127,
|
|
@@ -25853,8 +25961,8 @@
|
|
|
25853
25961
|
"path": "classic/scss/forms/_variables.scss",
|
|
25854
25962
|
"name": "_variables.scss"
|
|
25855
25963
|
},
|
|
25856
|
-
"resolvedValue": "
|
|
25857
|
-
"resolvedType": "
|
|
25964
|
+
"resolvedValue": "var(--kendo-font-size-sm, inherit)",
|
|
25965
|
+
"resolvedType": "String"
|
|
25858
25966
|
},
|
|
25859
25967
|
{
|
|
25860
25968
|
"description": "The font style of the optional label in the Form.\n",
|
|
@@ -44541,7 +44649,7 @@
|
|
|
44541
44649
|
"context": {
|
|
44542
44650
|
"type": "variable",
|
|
44543
44651
|
"name": "kendo-progressbar-line-height",
|
|
44544
|
-
"value": "
|
|
44652
|
+
"value": "var( --kendo-line-height-xs, normal )",
|
|
44545
44653
|
"scope": "default",
|
|
44546
44654
|
"line": {
|
|
44547
44655
|
"start": 23,
|
|
@@ -44556,8 +44664,8 @@
|
|
|
44556
44664
|
"path": "classic/scss/progressbar/_variables.scss",
|
|
44557
44665
|
"name": "_variables.scss"
|
|
44558
44666
|
},
|
|
44559
|
-
"resolvedValue": "
|
|
44560
|
-
"resolvedType": "
|
|
44667
|
+
"resolvedValue": "var(--kendo-line-height-xs, normal)",
|
|
44668
|
+
"resolvedType": "String"
|
|
44561
44669
|
},
|
|
44562
44670
|
{
|
|
44563
44671
|
"description": "The background color of the ProgressBar.\n",
|
|
@@ -64013,7 +64121,7 @@
|
|
|
64013
64121
|
"context": {
|
|
64014
64122
|
"type": "variable",
|
|
64015
64123
|
"name": "kendo-tooltip-line-height",
|
|
64016
|
-
"value": "
|
|
64124
|
+
"value": "var( --kendo-line-height-sm, normal )",
|
|
64017
64125
|
"scope": "default",
|
|
64018
64126
|
"line": {
|
|
64019
64127
|
"start": 24,
|
|
@@ -64028,8 +64136,8 @@
|
|
|
64028
64136
|
"path": "classic/scss/tooltip/_variables.scss",
|
|
64029
64137
|
"name": "_variables.scss"
|
|
64030
64138
|
},
|
|
64031
|
-
"resolvedValue": "
|
|
64032
|
-
"resolvedType": "
|
|
64139
|
+
"resolvedValue": "var(--kendo-line-height-sm, normal)",
|
|
64140
|
+
"resolvedType": "String"
|
|
64033
64141
|
},
|
|
64034
64142
|
{
|
|
64035
64143
|
"description": "The font size of the Tooltip title.\n",
|
|
@@ -64067,7 +64175,7 @@
|
|
|
64067
64175
|
"context": {
|
|
64068
64176
|
"type": "variable",
|
|
64069
64177
|
"name": "kendo-tooltip-title-line-height",
|
|
64070
|
-
"value": "
|
|
64178
|
+
"value": "var( --kendo-line-height-xs, normal )",
|
|
64071
64179
|
"scope": "default",
|
|
64072
64180
|
"line": {
|
|
64073
64181
|
"start": 31,
|
|
@@ -64082,8 +64190,8 @@
|
|
|
64082
64190
|
"path": "classic/scss/tooltip/_variables.scss",
|
|
64083
64191
|
"name": "_variables.scss"
|
|
64084
64192
|
},
|
|
64085
|
-
"resolvedValue": "
|
|
64086
|
-
"resolvedType": "
|
|
64193
|
+
"resolvedValue": "var(--kendo-line-height-xs, normal)",
|
|
64194
|
+
"resolvedType": "String"
|
|
64087
64195
|
},
|
|
64088
64196
|
{
|
|
64089
64197
|
"description": "The size of the Tooltip callout.\n",
|
|
@@ -68854,7 +68962,7 @@
|
|
|
68854
68962
|
"context": {
|
|
68855
68963
|
"type": "variable",
|
|
68856
68964
|
"name": "kendo-upload-validation-font-size",
|
|
68857
|
-
"value": "
|
|
68965
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
68858
68966
|
"scope": "default",
|
|
68859
68967
|
"line": {
|
|
68860
68968
|
"start": 68,
|
|
@@ -68869,19 +68977,19 @@
|
|
|
68869
68977
|
"path": "classic/scss/upload/_variables.scss",
|
|
68870
68978
|
"name": "_variables.scss"
|
|
68871
68979
|
},
|
|
68872
|
-
"resolvedValue": "
|
|
68873
|
-
"resolvedType": "
|
|
68980
|
+
"resolvedValue": "var(--kendo-font-size-sm, inherit)",
|
|
68981
|
+
"resolvedType": "String"
|
|
68874
68982
|
},
|
|
68875
68983
|
{
|
|
68876
|
-
"description": "The
|
|
68984
|
+
"description": "The line height of the Upload validation message.\n",
|
|
68877
68985
|
"commentRange": {
|
|
68878
68986
|
"start": 69,
|
|
68879
68987
|
"end": 70
|
|
68880
68988
|
},
|
|
68881
68989
|
"context": {
|
|
68882
68990
|
"type": "variable",
|
|
68883
|
-
"name": "kendo-upload-
|
|
68884
|
-
"value": "
|
|
68991
|
+
"name": "kendo-upload-validation-line-height",
|
|
68992
|
+
"value": "var( --kendo-line-height-xs, normal )",
|
|
68885
68993
|
"scope": "default",
|
|
68886
68994
|
"line": {
|
|
68887
68995
|
"start": 71,
|
|
@@ -68896,19 +69004,19 @@
|
|
|
68896
69004
|
"path": "classic/scss/upload/_variables.scss",
|
|
68897
69005
|
"name": "_variables.scss"
|
|
68898
69006
|
},
|
|
68899
|
-
"resolvedValue": "var(--kendo-
|
|
69007
|
+
"resolvedValue": "var(--kendo-line-height-xs, normal)",
|
|
68900
69008
|
"resolvedType": "String"
|
|
68901
69009
|
},
|
|
68902
69010
|
{
|
|
68903
|
-
"description": "The
|
|
69011
|
+
"description": "The horizontal spacing of the Upload status icon.\n",
|
|
68904
69012
|
"commentRange": {
|
|
68905
69013
|
"start": 72,
|
|
68906
69014
|
"end": 73
|
|
68907
69015
|
},
|
|
68908
69016
|
"context": {
|
|
68909
69017
|
"type": "variable",
|
|
68910
|
-
"name": "kendo-upload-icon-
|
|
68911
|
-
"value": "$kendo-
|
|
69018
|
+
"name": "kendo-upload-icon-spacing",
|
|
69019
|
+
"value": "$kendo-icon-spacing",
|
|
68912
69020
|
"scope": "default",
|
|
68913
69021
|
"line": {
|
|
68914
69022
|
"start": 74,
|
|
@@ -68923,14 +69031,41 @@
|
|
|
68923
69031
|
"path": "classic/scss/upload/_variables.scss",
|
|
68924
69032
|
"name": "_variables.scss"
|
|
68925
69033
|
},
|
|
69034
|
+
"resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
|
|
69035
|
+
"resolvedType": "String"
|
|
69036
|
+
},
|
|
69037
|
+
{
|
|
69038
|
+
"description": "The color of the uploaded items icon.\n",
|
|
69039
|
+
"commentRange": {
|
|
69040
|
+
"start": 75,
|
|
69041
|
+
"end": 76
|
|
69042
|
+
},
|
|
69043
|
+
"context": {
|
|
69044
|
+
"type": "variable",
|
|
69045
|
+
"name": "kendo-upload-icon-color",
|
|
69046
|
+
"value": "$kendo-subtle-text",
|
|
69047
|
+
"scope": "default",
|
|
69048
|
+
"line": {
|
|
69049
|
+
"start": 77,
|
|
69050
|
+
"end": 77
|
|
69051
|
+
}
|
|
69052
|
+
},
|
|
69053
|
+
"group": [
|
|
69054
|
+
"upload"
|
|
69055
|
+
],
|
|
69056
|
+
"access": "public",
|
|
69057
|
+
"file": {
|
|
69058
|
+
"path": "classic/scss/upload/_variables.scss",
|
|
69059
|
+
"name": "_variables.scss"
|
|
69060
|
+
},
|
|
68926
69061
|
"resolvedValue": "var(--kendo-color-subtle, #666666)",
|
|
68927
69062
|
"resolvedType": "String"
|
|
68928
69063
|
},
|
|
68929
69064
|
{
|
|
68930
69065
|
"description": "The thickness of the Upload progress bar.\n",
|
|
68931
69066
|
"commentRange": {
|
|
68932
|
-
"start":
|
|
68933
|
-
"end":
|
|
69067
|
+
"start": 79,
|
|
69068
|
+
"end": 80
|
|
68934
69069
|
},
|
|
68935
69070
|
"context": {
|
|
68936
69071
|
"type": "variable",
|
|
@@ -68938,8 +69073,8 @@
|
|
|
68938
69073
|
"value": "2px",
|
|
68939
69074
|
"scope": "default",
|
|
68940
69075
|
"line": {
|
|
68941
|
-
"start":
|
|
68942
|
-
"end":
|
|
69076
|
+
"start": 81,
|
|
69077
|
+
"end": 81
|
|
68943
69078
|
}
|
|
68944
69079
|
},
|
|
68945
69080
|
"group": [
|
|
@@ -68956,8 +69091,8 @@
|
|
|
68956
69091
|
{
|
|
68957
69092
|
"description": "The background color of the Upload progress bar.\n",
|
|
68958
69093
|
"commentRange": {
|
|
68959
|
-
"start":
|
|
68960
|
-
"end":
|
|
69094
|
+
"start": 82,
|
|
69095
|
+
"end": 83
|
|
68961
69096
|
},
|
|
68962
69097
|
"context": {
|
|
68963
69098
|
"type": "variable",
|
|
@@ -68965,8 +69100,8 @@
|
|
|
68965
69100
|
"value": "$kendo-color-info",
|
|
68966
69101
|
"scope": "default",
|
|
68967
69102
|
"line": {
|
|
68968
|
-
"start":
|
|
68969
|
-
"end":
|
|
69103
|
+
"start": 84,
|
|
69104
|
+
"end": 84
|
|
68970
69105
|
}
|
|
68971
69106
|
},
|
|
68972
69107
|
"group": [
|
|
@@ -68983,8 +69118,8 @@
|
|
|
68983
69118
|
{
|
|
68984
69119
|
"description": "The success text color of the Upload.\n",
|
|
68985
69120
|
"commentRange": {
|
|
68986
|
-
"start":
|
|
68987
|
-
"end":
|
|
69121
|
+
"start": 86,
|
|
69122
|
+
"end": 87
|
|
68988
69123
|
},
|
|
68989
69124
|
"context": {
|
|
68990
69125
|
"type": "variable",
|
|
@@ -68992,8 +69127,8 @@
|
|
|
68992
69127
|
"value": "$kendo-color-success",
|
|
68993
69128
|
"scope": "default",
|
|
68994
69129
|
"line": {
|
|
68995
|
-
"start":
|
|
68996
|
-
"end":
|
|
69130
|
+
"start": 88,
|
|
69131
|
+
"end": 88
|
|
68997
69132
|
}
|
|
68998
69133
|
},
|
|
68999
69134
|
"group": [
|
|
@@ -69010,8 +69145,8 @@
|
|
|
69010
69145
|
{
|
|
69011
69146
|
"description": "The success background color of the Upload progress bar.\n",
|
|
69012
69147
|
"commentRange": {
|
|
69013
|
-
"start":
|
|
69014
|
-
"end":
|
|
69148
|
+
"start": 89,
|
|
69149
|
+
"end": 90
|
|
69015
69150
|
},
|
|
69016
69151
|
"context": {
|
|
69017
69152
|
"type": "variable",
|
|
@@ -69019,8 +69154,8 @@
|
|
|
69019
69154
|
"value": "$kendo-color-success",
|
|
69020
69155
|
"scope": "default",
|
|
69021
69156
|
"line": {
|
|
69022
|
-
"start":
|
|
69023
|
-
"end":
|
|
69157
|
+
"start": 91,
|
|
69158
|
+
"end": 91
|
|
69024
69159
|
}
|
|
69025
69160
|
},
|
|
69026
69161
|
"group": [
|
|
@@ -69037,8 +69172,8 @@
|
|
|
69037
69172
|
{
|
|
69038
69173
|
"description": "The error text color of the Upload.\n",
|
|
69039
69174
|
"commentRange": {
|
|
69040
|
-
"start":
|
|
69041
|
-
"end":
|
|
69175
|
+
"start": 93,
|
|
69176
|
+
"end": 94
|
|
69042
69177
|
},
|
|
69043
69178
|
"context": {
|
|
69044
69179
|
"type": "variable",
|
|
@@ -69046,8 +69181,8 @@
|
|
|
69046
69181
|
"value": "$kendo-color-error",
|
|
69047
69182
|
"scope": "default",
|
|
69048
69183
|
"line": {
|
|
69049
|
-
"start":
|
|
69050
|
-
"end":
|
|
69184
|
+
"start": 95,
|
|
69185
|
+
"end": 95
|
|
69051
69186
|
}
|
|
69052
69187
|
},
|
|
69053
69188
|
"group": [
|
|
@@ -69064,8 +69199,8 @@
|
|
|
69064
69199
|
{
|
|
69065
69200
|
"description": "The error background color of the Upload progress bar.\n",
|
|
69066
69201
|
"commentRange": {
|
|
69067
|
-
"start":
|
|
69068
|
-
"end":
|
|
69202
|
+
"start": 96,
|
|
69203
|
+
"end": 97
|
|
69069
69204
|
},
|
|
69070
69205
|
"context": {
|
|
69071
69206
|
"type": "variable",
|
|
@@ -69073,8 +69208,8 @@
|
|
|
69073
69208
|
"value": "$kendo-color-error",
|
|
69074
69209
|
"scope": "default",
|
|
69075
69210
|
"line": {
|
|
69076
|
-
"start":
|
|
69077
|
-
"end":
|
|
69211
|
+
"start": 98,
|
|
69212
|
+
"end": 98
|
|
69078
69213
|
}
|
|
69079
69214
|
},
|
|
69080
69215
|
"group": [
|
|
@@ -69091,8 +69226,8 @@
|
|
|
69091
69226
|
{
|
|
69092
69227
|
"description": "The shadow of the focused Upload button, actions and uploaded items.\n",
|
|
69093
69228
|
"commentRange": {
|
|
69094
|
-
"start":
|
|
69095
|
-
"end":
|
|
69229
|
+
"start": 100,
|
|
69230
|
+
"end": 101
|
|
69096
69231
|
},
|
|
69097
69232
|
"context": {
|
|
69098
69233
|
"type": "variable",
|
|
@@ -69100,8 +69235,8 @@
|
|
|
69100
69235
|
"value": "0 0 0 2px rgba( black, .13 )",
|
|
69101
69236
|
"scope": "default",
|
|
69102
69237
|
"line": {
|
|
69103
|
-
"start":
|
|
69104
|
-
"end":
|
|
69238
|
+
"start": 102,
|
|
69239
|
+
"end": 102
|
|
69105
69240
|
}
|
|
69106
69241
|
},
|
|
69107
69242
|
"group": [
|
|
@@ -69394,7 +69529,7 @@
|
|
|
69394
69529
|
"context": {
|
|
69395
69530
|
"type": "variable",
|
|
69396
69531
|
"name": "kendo-window-title-line-height",
|
|
69397
|
-
"value": "
|
|
69532
|
+
"value": "var( --kendo-line-height-sm, normal )",
|
|
69398
69533
|
"scope": "default",
|
|
69399
69534
|
"line": {
|
|
69400
69535
|
"start": 39,
|
|
@@ -69409,8 +69544,8 @@
|
|
|
69409
69544
|
"path": "classic/scss/window/_variables.scss",
|
|
69410
69545
|
"name": "_variables.scss"
|
|
69411
69546
|
},
|
|
69412
|
-
"resolvedValue": "
|
|
69413
|
-
"resolvedType": "
|
|
69547
|
+
"resolvedValue": "var(--kendo-line-height-sm, normal)",
|
|
69548
|
+
"resolvedType": "String"
|
|
69414
69549
|
},
|
|
69415
69550
|
{
|
|
69416
69551
|
"description": "The spacing between the buttons in the Window titlebar.\n",
|
|
@@ -74740,7 +74875,7 @@
|
|
|
74740
74875
|
"context": {
|
|
74741
74876
|
"type": "variable",
|
|
74742
74877
|
"name": "kendo-bottom-nav-line-height",
|
|
74743
|
-
"value": "var( --kendo-line-height-
|
|
74878
|
+
"value": "var( --kendo-line-height-xs, normal )",
|
|
74744
74879
|
"scope": "default",
|
|
74745
74880
|
"line": {
|
|
74746
74881
|
"start": 23,
|
|
@@ -74755,7 +74890,7 @@
|
|
|
74755
74890
|
"path": "classic/scss/bottom-navigation/_variables.scss",
|
|
74756
74891
|
"name": "_variables.scss"
|
|
74757
74892
|
},
|
|
74758
|
-
"resolvedValue": "var(--kendo-line-height-
|
|
74893
|
+
"resolvedValue": "var(--kendo-line-height-xs, normal)",
|
|
74759
74894
|
"resolvedType": "String"
|
|
74760
74895
|
},
|
|
74761
74896
|
{
|
|
@@ -82331,7 +82466,7 @@
|
|
|
82331
82466
|
"context": {
|
|
82332
82467
|
"type": "variable",
|
|
82333
82468
|
"name": "kendo-card-title-line-height",
|
|
82334
|
-
"value": "
|
|
82469
|
+
"value": "var( --kendo-line-height-sm, normal )",
|
|
82335
82470
|
"scope": "default",
|
|
82336
82471
|
"line": {
|
|
82337
82472
|
"start": 119,
|
|
@@ -82346,8 +82481,8 @@
|
|
|
82346
82481
|
"path": "classic/scss/card/_variables.scss",
|
|
82347
82482
|
"name": "_variables.scss"
|
|
82348
82483
|
},
|
|
82349
|
-
"resolvedValue": "
|
|
82350
|
-
"resolvedType": "
|
|
82484
|
+
"resolvedValue": "var(--kendo-line-height-sm, normal)",
|
|
82485
|
+
"resolvedType": "String"
|
|
82351
82486
|
},
|
|
82352
82487
|
{
|
|
82353
82488
|
"description": "The font weight of the Card title.\n",
|
|
@@ -82493,7 +82628,7 @@
|
|
|
82493
82628
|
"context": {
|
|
82494
82629
|
"type": "variable",
|
|
82495
82630
|
"name": "kendo-card-subtitle-line-height",
|
|
82496
|
-
"value": "normal",
|
|
82631
|
+
"value": "var( --kendo-line-height-lg, normal )",
|
|
82497
82632
|
"scope": "default",
|
|
82498
82633
|
"line": {
|
|
82499
82634
|
"start": 138,
|
|
@@ -82508,7 +82643,7 @@
|
|
|
82508
82643
|
"path": "classic/scss/card/_variables.scss",
|
|
82509
82644
|
"name": "_variables.scss"
|
|
82510
82645
|
},
|
|
82511
|
-
"resolvedValue": "normal",
|
|
82646
|
+
"resolvedValue": "var(--kendo-line-height-lg, normal)",
|
|
82512
82647
|
"resolvedType": "String"
|
|
82513
82648
|
},
|
|
82514
82649
|
{
|
|
@@ -83504,7 +83639,7 @@
|
|
|
83504
83639
|
"context": {
|
|
83505
83640
|
"type": "variable",
|
|
83506
83641
|
"name": "kendo-chat-timestamp-font-size",
|
|
83507
|
-
"value": "
|
|
83642
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
83508
83643
|
"scope": "default",
|
|
83509
83644
|
"line": {
|
|
83510
83645
|
"start": 47,
|
|
@@ -83519,7 +83654,7 @@
|
|
|
83519
83654
|
"path": "classic/scss/chat/_variables.scss",
|
|
83520
83655
|
"name": "_variables.scss"
|
|
83521
83656
|
},
|
|
83522
|
-
"resolvedValue": "
|
|
83657
|
+
"resolvedValue": "var(--kendo-font-size-sm, inherit)",
|
|
83523
83658
|
"resolvedType": "String"
|
|
83524
83659
|
},
|
|
83525
83660
|
{
|
|
@@ -83531,7 +83666,7 @@
|
|
|
83531
83666
|
"context": {
|
|
83532
83667
|
"type": "variable",
|
|
83533
83668
|
"name": "kendo-chat-timestamp-line-height",
|
|
83534
|
-
"value": "
|
|
83669
|
+
"value": "var( --kendo-line-height-lg, normal )",
|
|
83535
83670
|
"scope": "default",
|
|
83536
83671
|
"line": {
|
|
83537
83672
|
"start": 50,
|
|
@@ -83546,8 +83681,8 @@
|
|
|
83546
83681
|
"path": "classic/scss/chat/_variables.scss",
|
|
83547
83682
|
"name": "_variables.scss"
|
|
83548
83683
|
},
|
|
83549
|
-
"resolvedValue": "
|
|
83550
|
-
"resolvedType": "
|
|
83684
|
+
"resolvedValue": "var(--kendo-line-height-lg, normal)",
|
|
83685
|
+
"resolvedType": "String"
|
|
83551
83686
|
},
|
|
83552
83687
|
{
|
|
83553
83688
|
"description": "The text transform of the Chat timestamp.\n",
|
|
@@ -83631,15 +83766,15 @@
|
|
|
83631
83766
|
"resolvedType": "Null"
|
|
83632
83767
|
},
|
|
83633
83768
|
{
|
|
83634
|
-
"description": "The
|
|
83769
|
+
"description": "The font size of the Chat message meta text.\n",
|
|
83635
83770
|
"commentRange": {
|
|
83636
83771
|
"start": 61,
|
|
83637
83772
|
"end": 62
|
|
83638
83773
|
},
|
|
83639
83774
|
"context": {
|
|
83640
83775
|
"type": "variable",
|
|
83641
|
-
"name": "kendo-chat-
|
|
83642
|
-
"value": "
|
|
83776
|
+
"name": "kendo-chat-message-meta-font-size",
|
|
83777
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
83643
83778
|
"scope": "default",
|
|
83644
83779
|
"line": {
|
|
83645
83780
|
"start": 63,
|
|
@@ -83654,19 +83789,19 @@
|
|
|
83654
83789
|
"path": "classic/scss/chat/_variables.scss",
|
|
83655
83790
|
"name": "_variables.scss"
|
|
83656
83791
|
},
|
|
83657
|
-
"resolvedValue": "var(--kendo-
|
|
83792
|
+
"resolvedValue": "var(--kendo-font-size-sm, inherit)",
|
|
83658
83793
|
"resolvedType": "String"
|
|
83659
83794
|
},
|
|
83660
83795
|
{
|
|
83661
|
-
"description": "The
|
|
83796
|
+
"description": "The line height of the Chat message meta text.\n",
|
|
83662
83797
|
"commentRange": {
|
|
83663
83798
|
"start": 64,
|
|
83664
83799
|
"end": 65
|
|
83665
83800
|
},
|
|
83666
83801
|
"context": {
|
|
83667
83802
|
"type": "variable",
|
|
83668
|
-
"name": "kendo-chat-
|
|
83669
|
-
"value": "
|
|
83803
|
+
"name": "kendo-chat-message-meta-line-height",
|
|
83804
|
+
"value": "var( --kendo-line-height-lg, normal )",
|
|
83670
83805
|
"scope": "default",
|
|
83671
83806
|
"line": {
|
|
83672
83807
|
"start": 66,
|
|
@@ -83681,14 +83816,122 @@
|
|
|
83681
83816
|
"path": "classic/scss/chat/_variables.scss",
|
|
83682
83817
|
"name": "_variables.scss"
|
|
83683
83818
|
},
|
|
83819
|
+
"resolvedValue": "var(--kendo-line-height-lg, normal)",
|
|
83820
|
+
"resolvedType": "String"
|
|
83821
|
+
},
|
|
83822
|
+
{
|
|
83823
|
+
"description": "The font size of the Chat author text.\n",
|
|
83824
|
+
"commentRange": {
|
|
83825
|
+
"start": 68,
|
|
83826
|
+
"end": 69
|
|
83827
|
+
},
|
|
83828
|
+
"context": {
|
|
83829
|
+
"type": "variable",
|
|
83830
|
+
"name": "kendo-chat-author-font-size",
|
|
83831
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
83832
|
+
"scope": "default",
|
|
83833
|
+
"line": {
|
|
83834
|
+
"start": 70,
|
|
83835
|
+
"end": 70
|
|
83836
|
+
}
|
|
83837
|
+
},
|
|
83838
|
+
"group": [
|
|
83839
|
+
"chat"
|
|
83840
|
+
],
|
|
83841
|
+
"access": "public",
|
|
83842
|
+
"file": {
|
|
83843
|
+
"path": "classic/scss/chat/_variables.scss",
|
|
83844
|
+
"name": "_variables.scss"
|
|
83845
|
+
},
|
|
83846
|
+
"resolvedValue": "var(--kendo-font-size-sm, inherit)",
|
|
83847
|
+
"resolvedType": "String"
|
|
83848
|
+
},
|
|
83849
|
+
{
|
|
83850
|
+
"description": "The line height of the Chat author text.\n",
|
|
83851
|
+
"commentRange": {
|
|
83852
|
+
"start": 71,
|
|
83853
|
+
"end": 72
|
|
83854
|
+
},
|
|
83855
|
+
"context": {
|
|
83856
|
+
"type": "variable",
|
|
83857
|
+
"name": "kendo-chat-author-line-height",
|
|
83858
|
+
"value": "var( --kendo-line-height-lg, normal )",
|
|
83859
|
+
"scope": "default",
|
|
83860
|
+
"line": {
|
|
83861
|
+
"start": 73,
|
|
83862
|
+
"end": 73
|
|
83863
|
+
}
|
|
83864
|
+
},
|
|
83865
|
+
"group": [
|
|
83866
|
+
"chat"
|
|
83867
|
+
],
|
|
83868
|
+
"access": "public",
|
|
83869
|
+
"file": {
|
|
83870
|
+
"path": "classic/scss/chat/_variables.scss",
|
|
83871
|
+
"name": "_variables.scss"
|
|
83872
|
+
},
|
|
83873
|
+
"resolvedValue": "var(--kendo-line-height-lg, normal)",
|
|
83874
|
+
"resolvedType": "String"
|
|
83875
|
+
},
|
|
83876
|
+
{
|
|
83877
|
+
"description": "The horizontal padding of the Chat bubble message.\n",
|
|
83878
|
+
"commentRange": {
|
|
83879
|
+
"start": 75,
|
|
83880
|
+
"end": 76
|
|
83881
|
+
},
|
|
83882
|
+
"context": {
|
|
83883
|
+
"type": "variable",
|
|
83884
|
+
"name": "kendo-chat-bubble-padding-x",
|
|
83885
|
+
"value": "k-spacing(3)",
|
|
83886
|
+
"scope": "default",
|
|
83887
|
+
"line": {
|
|
83888
|
+
"start": 77,
|
|
83889
|
+
"end": 77
|
|
83890
|
+
}
|
|
83891
|
+
},
|
|
83892
|
+
"group": [
|
|
83893
|
+
"chat"
|
|
83894
|
+
],
|
|
83895
|
+
"access": "public",
|
|
83896
|
+
"file": {
|
|
83897
|
+
"path": "classic/scss/chat/_variables.scss",
|
|
83898
|
+
"name": "_variables.scss"
|
|
83899
|
+
},
|
|
83900
|
+
"resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
|
|
83901
|
+
"resolvedType": "String"
|
|
83902
|
+
},
|
|
83903
|
+
{
|
|
83904
|
+
"description": "The vertical padding of the Chat bubble message.\n",
|
|
83905
|
+
"commentRange": {
|
|
83906
|
+
"start": 78,
|
|
83907
|
+
"end": 79
|
|
83908
|
+
},
|
|
83909
|
+
"context": {
|
|
83910
|
+
"type": "variable",
|
|
83911
|
+
"name": "kendo-chat-bubble-padding-y",
|
|
83912
|
+
"value": "k-spacing(2)",
|
|
83913
|
+
"scope": "default",
|
|
83914
|
+
"line": {
|
|
83915
|
+
"start": 80,
|
|
83916
|
+
"end": 80
|
|
83917
|
+
}
|
|
83918
|
+
},
|
|
83919
|
+
"group": [
|
|
83920
|
+
"chat"
|
|
83921
|
+
],
|
|
83922
|
+
"access": "public",
|
|
83923
|
+
"file": {
|
|
83924
|
+
"path": "classic/scss/chat/_variables.scss",
|
|
83925
|
+
"name": "_variables.scss"
|
|
83926
|
+
},
|
|
83684
83927
|
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
83685
83928
|
"resolvedType": "String"
|
|
83686
83929
|
},
|
|
83687
83930
|
{
|
|
83688
83931
|
"description": "The spacing of the Chat bubble message.\n",
|
|
83689
83932
|
"commentRange": {
|
|
83690
|
-
"start":
|
|
83691
|
-
"end":
|
|
83933
|
+
"start": 81,
|
|
83934
|
+
"end": 82
|
|
83692
83935
|
},
|
|
83693
83936
|
"context": {
|
|
83694
83937
|
"type": "variable",
|
|
@@ -83696,8 +83939,8 @@
|
|
|
83696
83939
|
"value": "k-spacing(0.5)",
|
|
83697
83940
|
"scope": "default",
|
|
83698
83941
|
"line": {
|
|
83699
|
-
"start":
|
|
83700
|
-
"end":
|
|
83942
|
+
"start": 83,
|
|
83943
|
+
"end": 83
|
|
83701
83944
|
}
|
|
83702
83945
|
},
|
|
83703
83946
|
"group": [
|
|
@@ -83714,17 +83957,17 @@
|
|
|
83714
83957
|
{
|
|
83715
83958
|
"description": "The line height of the Chat bubble message.\n",
|
|
83716
83959
|
"commentRange": {
|
|
83717
|
-
"start":
|
|
83718
|
-
"end":
|
|
83960
|
+
"start": 84,
|
|
83961
|
+
"end": 85
|
|
83719
83962
|
},
|
|
83720
83963
|
"context": {
|
|
83721
83964
|
"type": "variable",
|
|
83722
83965
|
"name": "kendo-chat-bubble-line-height",
|
|
83723
|
-
"value": "
|
|
83966
|
+
"value": "var( --kendo-line-height, normal )",
|
|
83724
83967
|
"scope": "default",
|
|
83725
83968
|
"line": {
|
|
83726
|
-
"start":
|
|
83727
|
-
"end":
|
|
83969
|
+
"start": 86,
|
|
83970
|
+
"end": 86
|
|
83728
83971
|
}
|
|
83729
83972
|
},
|
|
83730
83973
|
"group": [
|
|
@@ -83735,14 +83978,14 @@
|
|
|
83735
83978
|
"path": "classic/scss/chat/_variables.scss",
|
|
83736
83979
|
"name": "_variables.scss"
|
|
83737
83980
|
},
|
|
83738
|
-
"resolvedValue": "
|
|
83739
|
-
"resolvedType": "
|
|
83981
|
+
"resolvedValue": "var(--kendo-line-height, normal)",
|
|
83982
|
+
"resolvedType": "String"
|
|
83740
83983
|
},
|
|
83741
83984
|
{
|
|
83742
83985
|
"description": "The border radius of the Chat bubble message.\n",
|
|
83743
83986
|
"commentRange": {
|
|
83744
|
-
"start":
|
|
83745
|
-
"end":
|
|
83987
|
+
"start": 88,
|
|
83988
|
+
"end": 89
|
|
83746
83989
|
},
|
|
83747
83990
|
"context": {
|
|
83748
83991
|
"type": "variable",
|
|
@@ -83750,8 +83993,8 @@
|
|
|
83750
83993
|
"value": "12px",
|
|
83751
83994
|
"scope": "default",
|
|
83752
83995
|
"line": {
|
|
83753
|
-
"start":
|
|
83754
|
-
"end":
|
|
83996
|
+
"start": 90,
|
|
83997
|
+
"end": 90
|
|
83755
83998
|
}
|
|
83756
83999
|
},
|
|
83757
84000
|
"group": [
|
|
@@ -83768,8 +84011,8 @@
|
|
|
83768
84011
|
{
|
|
83769
84012
|
"description": "The border radius of the Chat small bubble message\n",
|
|
83770
84013
|
"commentRange": {
|
|
83771
|
-
"start":
|
|
83772
|
-
"end":
|
|
84014
|
+
"start": 91,
|
|
84015
|
+
"end": 92
|
|
83773
84016
|
},
|
|
83774
84017
|
"context": {
|
|
83775
84018
|
"type": "variable",
|
|
@@ -83777,8 +84020,8 @@
|
|
|
83777
84020
|
"value": "2px",
|
|
83778
84021
|
"scope": "default",
|
|
83779
84022
|
"line": {
|
|
83780
|
-
"start":
|
|
83781
|
-
"end":
|
|
84023
|
+
"start": 93,
|
|
84024
|
+
"end": 93
|
|
83782
84025
|
}
|
|
83783
84026
|
},
|
|
83784
84027
|
"group": [
|
|
@@ -83795,8 +84038,8 @@
|
|
|
83795
84038
|
{
|
|
83796
84039
|
"description": "The size of the Chat Avatar.\n",
|
|
83797
84040
|
"commentRange": {
|
|
83798
|
-
"start":
|
|
83799
|
-
"end":
|
|
84041
|
+
"start": 95,
|
|
84042
|
+
"end": 96
|
|
83800
84043
|
},
|
|
83801
84044
|
"context": {
|
|
83802
84045
|
"type": "variable",
|
|
@@ -83804,8 +84047,8 @@
|
|
|
83804
84047
|
"value": "32px",
|
|
83805
84048
|
"scope": "default",
|
|
83806
84049
|
"line": {
|
|
83807
|
-
"start":
|
|
83808
|
-
"end":
|
|
84050
|
+
"start": 97,
|
|
84051
|
+
"end": 97
|
|
83809
84052
|
}
|
|
83810
84053
|
},
|
|
83811
84054
|
"group": [
|
|
@@ -83822,8 +84065,8 @@
|
|
|
83822
84065
|
{
|
|
83823
84066
|
"description": "The spacing of the Chat Avatar.\n",
|
|
83824
84067
|
"commentRange": {
|
|
83825
|
-
"start":
|
|
83826
|
-
"end":
|
|
84068
|
+
"start": 98,
|
|
84069
|
+
"end": 99
|
|
83827
84070
|
},
|
|
83828
84071
|
"context": {
|
|
83829
84072
|
"type": "variable",
|
|
@@ -83831,8 +84074,8 @@
|
|
|
83831
84074
|
"value": "$kendo-chat-item-spacing-x",
|
|
83832
84075
|
"scope": "default",
|
|
83833
84076
|
"line": {
|
|
83834
|
-
"start":
|
|
83835
|
-
"end":
|
|
84077
|
+
"start": 100,
|
|
84078
|
+
"end": 100
|
|
83836
84079
|
}
|
|
83837
84080
|
},
|
|
83838
84081
|
"group": [
|
|
@@ -83849,8 +84092,8 @@
|
|
|
83849
84092
|
{
|
|
83850
84093
|
"description": "The horizontal padding of the Chat Toolbar.\n",
|
|
83851
84094
|
"commentRange": {
|
|
83852
|
-
"start":
|
|
83853
|
-
"end":
|
|
84095
|
+
"start": 102,
|
|
84096
|
+
"end": 103
|
|
83854
84097
|
},
|
|
83855
84098
|
"context": {
|
|
83856
84099
|
"type": "variable",
|
|
@@ -83858,8 +84101,8 @@
|
|
|
83858
84101
|
"value": "$kendo-toolbar-md-padding-x",
|
|
83859
84102
|
"scope": "default",
|
|
83860
84103
|
"line": {
|
|
83861
|
-
"start":
|
|
83862
|
-
"end":
|
|
84104
|
+
"start": 104,
|
|
84105
|
+
"end": 104
|
|
83863
84106
|
}
|
|
83864
84107
|
},
|
|
83865
84108
|
"group": [
|
|
@@ -83876,8 +84119,8 @@
|
|
|
83876
84119
|
{
|
|
83877
84120
|
"description": "The vertical padding of the Chat Toolbar.\n",
|
|
83878
84121
|
"commentRange": {
|
|
83879
|
-
"start":
|
|
83880
|
-
"end":
|
|
84122
|
+
"start": 105,
|
|
84123
|
+
"end": 106
|
|
83881
84124
|
},
|
|
83882
84125
|
"context": {
|
|
83883
84126
|
"type": "variable",
|
|
@@ -83885,8 +84128,8 @@
|
|
|
83885
84128
|
"value": "$kendo-toolbar-md-padding-y",
|
|
83886
84129
|
"scope": "default",
|
|
83887
84130
|
"line": {
|
|
83888
|
-
"start":
|
|
83889
|
-
"end":
|
|
84131
|
+
"start": 107,
|
|
84132
|
+
"end": 107
|
|
83890
84133
|
}
|
|
83891
84134
|
},
|
|
83892
84135
|
"group": [
|
|
@@ -83903,8 +84146,8 @@
|
|
|
83903
84146
|
{
|
|
83904
84147
|
"description": "The spacing of the Chat Toolbar.\n",
|
|
83905
84148
|
"commentRange": {
|
|
83906
|
-
"start":
|
|
83907
|
-
"end":
|
|
84149
|
+
"start": 108,
|
|
84150
|
+
"end": 109
|
|
83908
84151
|
},
|
|
83909
84152
|
"context": {
|
|
83910
84153
|
"type": "variable",
|
|
@@ -83912,8 +84155,8 @@
|
|
|
83912
84155
|
"value": "$kendo-toolbar-md-spacing",
|
|
83913
84156
|
"scope": "default",
|
|
83914
84157
|
"line": {
|
|
83915
|
-
"start":
|
|
83916
|
-
"end":
|
|
84158
|
+
"start": 110,
|
|
84159
|
+
"end": 110
|
|
83917
84160
|
}
|
|
83918
84161
|
},
|
|
83919
84162
|
"group": [
|
|
@@ -83930,8 +84173,8 @@
|
|
|
83930
84173
|
{
|
|
83931
84174
|
"description": "The background color of the Chat Toolbar.\n",
|
|
83932
84175
|
"commentRange": {
|
|
83933
|
-
"start":
|
|
83934
|
-
"end":
|
|
84176
|
+
"start": 111,
|
|
84177
|
+
"end": 112
|
|
83935
84178
|
},
|
|
83936
84179
|
"context": {
|
|
83937
84180
|
"type": "variable",
|
|
@@ -83939,8 +84182,8 @@
|
|
|
83939
84182
|
"value": "$kendo-toolbar-bg",
|
|
83940
84183
|
"scope": "default",
|
|
83941
84184
|
"line": {
|
|
83942
|
-
"start":
|
|
83943
|
-
"end":
|
|
84185
|
+
"start": 113,
|
|
84186
|
+
"end": 113
|
|
83944
84187
|
}
|
|
83945
84188
|
},
|
|
83946
84189
|
"group": [
|
|
@@ -83957,8 +84200,8 @@
|
|
|
83957
84200
|
{
|
|
83958
84201
|
"description": "The text color of the Chat Toolbar.\n",
|
|
83959
84202
|
"commentRange": {
|
|
83960
|
-
"start":
|
|
83961
|
-
"end":
|
|
84203
|
+
"start": 114,
|
|
84204
|
+
"end": 115
|
|
83962
84205
|
},
|
|
83963
84206
|
"context": {
|
|
83964
84207
|
"type": "variable",
|
|
@@ -83966,8 +84209,8 @@
|
|
|
83966
84209
|
"value": "$kendo-toolbar-text",
|
|
83967
84210
|
"scope": "default",
|
|
83968
84211
|
"line": {
|
|
83969
|
-
"start":
|
|
83970
|
-
"end":
|
|
84212
|
+
"start": 116,
|
|
84213
|
+
"end": 116
|
|
83971
84214
|
}
|
|
83972
84215
|
},
|
|
83973
84216
|
"group": [
|
|
@@ -83984,8 +84227,8 @@
|
|
|
83984
84227
|
{
|
|
83985
84228
|
"description": "The border color of the Chat Toolbar.\n",
|
|
83986
84229
|
"commentRange": {
|
|
83987
|
-
"start":
|
|
83988
|
-
"end":
|
|
84230
|
+
"start": 117,
|
|
84231
|
+
"end": 118
|
|
83989
84232
|
},
|
|
83990
84233
|
"context": {
|
|
83991
84234
|
"type": "variable",
|
|
@@ -83993,8 +84236,8 @@
|
|
|
83993
84236
|
"value": "inherit",
|
|
83994
84237
|
"scope": "default",
|
|
83995
84238
|
"line": {
|
|
83996
|
-
"start":
|
|
83997
|
-
"end":
|
|
84239
|
+
"start": 119,
|
|
84240
|
+
"end": 119
|
|
83998
84241
|
}
|
|
83999
84242
|
},
|
|
84000
84243
|
"group": [
|
|
@@ -84011,8 +84254,8 @@
|
|
|
84011
84254
|
{
|
|
84012
84255
|
"description": "The horizontal padding of the Chat quick reply.\n",
|
|
84013
84256
|
"commentRange": {
|
|
84014
|
-
"start":
|
|
84015
|
-
"end":
|
|
84257
|
+
"start": 121,
|
|
84258
|
+
"end": 122
|
|
84016
84259
|
},
|
|
84017
84260
|
"context": {
|
|
84018
84261
|
"type": "variable",
|
|
@@ -84020,8 +84263,8 @@
|
|
|
84020
84263
|
"value": "k-spacing(3)",
|
|
84021
84264
|
"scope": "default",
|
|
84022
84265
|
"line": {
|
|
84023
|
-
"start":
|
|
84024
|
-
"end":
|
|
84266
|
+
"start": 123,
|
|
84267
|
+
"end": 123
|
|
84025
84268
|
}
|
|
84026
84269
|
},
|
|
84027
84270
|
"group": [
|
|
@@ -84038,8 +84281,8 @@
|
|
|
84038
84281
|
{
|
|
84039
84282
|
"description": "The vertical padding of the Chat quick reply.\n",
|
|
84040
84283
|
"commentRange": {
|
|
84041
|
-
"start":
|
|
84042
|
-
"end":
|
|
84284
|
+
"start": 124,
|
|
84285
|
+
"end": 125
|
|
84043
84286
|
},
|
|
84044
84287
|
"context": {
|
|
84045
84288
|
"type": "variable",
|
|
@@ -84047,8 +84290,8 @@
|
|
|
84047
84290
|
"value": "k-spacing(2)",
|
|
84048
84291
|
"scope": "default",
|
|
84049
84292
|
"line": {
|
|
84050
|
-
"start":
|
|
84051
|
-
"end":
|
|
84293
|
+
"start": 126,
|
|
84294
|
+
"end": 126
|
|
84052
84295
|
}
|
|
84053
84296
|
},
|
|
84054
84297
|
"group": [
|
|
@@ -84065,8 +84308,8 @@
|
|
|
84065
84308
|
{
|
|
84066
84309
|
"description": "The spacing of the Chat quick reply.\n",
|
|
84067
84310
|
"commentRange": {
|
|
84068
|
-
"start":
|
|
84069
|
-
"end":
|
|
84311
|
+
"start": 127,
|
|
84312
|
+
"end": 128
|
|
84070
84313
|
},
|
|
84071
84314
|
"context": {
|
|
84072
84315
|
"type": "variable",
|
|
@@ -84074,8 +84317,8 @@
|
|
|
84074
84317
|
"value": "k-spacing(2)",
|
|
84075
84318
|
"scope": "default",
|
|
84076
84319
|
"line": {
|
|
84077
|
-
"start":
|
|
84078
|
-
"end":
|
|
84320
|
+
"start": 129,
|
|
84321
|
+
"end": 129
|
|
84079
84322
|
}
|
|
84080
84323
|
},
|
|
84081
84324
|
"group": [
|
|
@@ -84092,8 +84335,8 @@
|
|
|
84092
84335
|
{
|
|
84093
84336
|
"description": "The line height of the Chat quick reply.\n",
|
|
84094
84337
|
"commentRange": {
|
|
84095
|
-
"start":
|
|
84096
|
-
"end":
|
|
84338
|
+
"start": 130,
|
|
84339
|
+
"end": 131
|
|
84097
84340
|
},
|
|
84098
84341
|
"context": {
|
|
84099
84342
|
"type": "variable",
|
|
@@ -84101,8 +84344,8 @@
|
|
|
84101
84344
|
"value": "$kendo-chat-bubble-line-height",
|
|
84102
84345
|
"scope": "default",
|
|
84103
84346
|
"line": {
|
|
84104
|
-
"start":
|
|
84105
|
-
"end":
|
|
84347
|
+
"start": 132,
|
|
84348
|
+
"end": 132
|
|
84106
84349
|
}
|
|
84107
84350
|
},
|
|
84108
84351
|
"group": [
|
|
@@ -84113,14 +84356,14 @@
|
|
|
84113
84356
|
"path": "classic/scss/chat/_variables.scss",
|
|
84114
84357
|
"name": "_variables.scss"
|
|
84115
84358
|
},
|
|
84116
|
-
"resolvedValue": "
|
|
84117
|
-
"resolvedType": "
|
|
84359
|
+
"resolvedValue": "var(--kendo-line-height, normal)",
|
|
84360
|
+
"resolvedType": "String"
|
|
84118
84361
|
},
|
|
84119
84362
|
{
|
|
84120
84363
|
"description": "The background color of the Chat.\n",
|
|
84121
84364
|
"commentRange": {
|
|
84122
|
-
"start":
|
|
84123
|
-
"end":
|
|
84365
|
+
"start": 135,
|
|
84366
|
+
"end": 136
|
|
84124
84367
|
},
|
|
84125
84368
|
"context": {
|
|
84126
84369
|
"type": "variable",
|
|
@@ -84128,8 +84371,8 @@
|
|
|
84128
84371
|
"value": "$kendo-app-bg",
|
|
84129
84372
|
"scope": "default",
|
|
84130
84373
|
"line": {
|
|
84131
|
-
"start":
|
|
84132
|
-
"end":
|
|
84374
|
+
"start": 137,
|
|
84375
|
+
"end": 137
|
|
84133
84376
|
}
|
|
84134
84377
|
},
|
|
84135
84378
|
"group": [
|
|
@@ -84146,8 +84389,8 @@
|
|
|
84146
84389
|
{
|
|
84147
84390
|
"description": "The text color of the Chat.\n",
|
|
84148
84391
|
"commentRange": {
|
|
84149
|
-
"start":
|
|
84150
|
-
"end":
|
|
84392
|
+
"start": 138,
|
|
84393
|
+
"end": 139
|
|
84151
84394
|
},
|
|
84152
84395
|
"context": {
|
|
84153
84396
|
"type": "variable",
|
|
@@ -84155,8 +84398,8 @@
|
|
|
84155
84398
|
"value": "$kendo-app-text",
|
|
84156
84399
|
"scope": "default",
|
|
84157
84400
|
"line": {
|
|
84158
|
-
"start":
|
|
84159
|
-
"end":
|
|
84401
|
+
"start": 140,
|
|
84402
|
+
"end": 140
|
|
84160
84403
|
}
|
|
84161
84404
|
},
|
|
84162
84405
|
"group": [
|
|
@@ -84173,8 +84416,8 @@
|
|
|
84173
84416
|
{
|
|
84174
84417
|
"description": "The border color of the Chat.\n",
|
|
84175
84418
|
"commentRange": {
|
|
84176
|
-
"start":
|
|
84177
|
-
"end":
|
|
84419
|
+
"start": 141,
|
|
84420
|
+
"end": 142
|
|
84178
84421
|
},
|
|
84179
84422
|
"context": {
|
|
84180
84423
|
"type": "variable",
|
|
@@ -84182,8 +84425,8 @@
|
|
|
84182
84425
|
"value": "$kendo-app-border",
|
|
84183
84426
|
"scope": "default",
|
|
84184
84427
|
"line": {
|
|
84185
|
-
"start":
|
|
84186
|
-
"end":
|
|
84428
|
+
"start": 143,
|
|
84429
|
+
"end": 143
|
|
84187
84430
|
}
|
|
84188
84431
|
},
|
|
84189
84432
|
"group": [
|
|
@@ -84200,8 +84443,8 @@
|
|
|
84200
84443
|
{
|
|
84201
84444
|
"description": "The background color of the Chat bubble.\n",
|
|
84202
84445
|
"commentRange": {
|
|
84203
|
-
"start":
|
|
84204
|
-
"end":
|
|
84446
|
+
"start": 145,
|
|
84447
|
+
"end": 146
|
|
84205
84448
|
},
|
|
84206
84449
|
"context": {
|
|
84207
84450
|
"type": "variable",
|
|
@@ -84209,8 +84452,8 @@
|
|
|
84209
84452
|
"value": "$kendo-component-bg",
|
|
84210
84453
|
"scope": "default",
|
|
84211
84454
|
"line": {
|
|
84212
|
-
"start":
|
|
84213
|
-
"end":
|
|
84455
|
+
"start": 147,
|
|
84456
|
+
"end": 147
|
|
84214
84457
|
}
|
|
84215
84458
|
},
|
|
84216
84459
|
"group": [
|
|
@@ -84227,8 +84470,8 @@
|
|
|
84227
84470
|
{
|
|
84228
84471
|
"description": "The text color of the Chat bubble.\n",
|
|
84229
84472
|
"commentRange": {
|
|
84230
|
-
"start":
|
|
84231
|
-
"end":
|
|
84473
|
+
"start": 148,
|
|
84474
|
+
"end": 149
|
|
84232
84475
|
},
|
|
84233
84476
|
"context": {
|
|
84234
84477
|
"type": "variable",
|
|
@@ -84236,8 +84479,8 @@
|
|
|
84236
84479
|
"value": "$kendo-component-text",
|
|
84237
84480
|
"scope": "default",
|
|
84238
84481
|
"line": {
|
|
84239
|
-
"start":
|
|
84240
|
-
"end":
|
|
84482
|
+
"start": 150,
|
|
84483
|
+
"end": 150
|
|
84241
84484
|
}
|
|
84242
84485
|
},
|
|
84243
84486
|
"group": [
|
|
@@ -84254,8 +84497,8 @@
|
|
|
84254
84497
|
{
|
|
84255
84498
|
"description": "The border color of the Chat bubble.\n",
|
|
84256
84499
|
"commentRange": {
|
|
84257
|
-
"start":
|
|
84258
|
-
"end":
|
|
84500
|
+
"start": 151,
|
|
84501
|
+
"end": 152
|
|
84259
84502
|
},
|
|
84260
84503
|
"context": {
|
|
84261
84504
|
"type": "variable",
|
|
@@ -84263,8 +84506,8 @@
|
|
|
84263
84506
|
"value": "$kendo-chat-bubble-bg",
|
|
84264
84507
|
"scope": "default",
|
|
84265
84508
|
"line": {
|
|
84266
|
-
"start":
|
|
84267
|
-
"end":
|
|
84509
|
+
"start": 153,
|
|
84510
|
+
"end": 153
|
|
84268
84511
|
}
|
|
84269
84512
|
},
|
|
84270
84513
|
"group": [
|
|
@@ -84281,8 +84524,8 @@
|
|
|
84281
84524
|
{
|
|
84282
84525
|
"description": "The box shadow of the Chat bubble.\n",
|
|
84283
84526
|
"commentRange": {
|
|
84284
|
-
"start":
|
|
84285
|
-
"end":
|
|
84527
|
+
"start": 154,
|
|
84528
|
+
"end": 155
|
|
84286
84529
|
},
|
|
84287
84530
|
"context": {
|
|
84288
84531
|
"type": "variable",
|
|
@@ -84290,8 +84533,8 @@
|
|
|
84290
84533
|
"value": "k-elevation(1)",
|
|
84291
84534
|
"scope": "default",
|
|
84292
84535
|
"line": {
|
|
84293
|
-
"start":
|
|
84294
|
-
"end":
|
|
84536
|
+
"start": 156,
|
|
84537
|
+
"end": 156
|
|
84295
84538
|
}
|
|
84296
84539
|
},
|
|
84297
84540
|
"group": [
|
|
@@ -84308,8 +84551,8 @@
|
|
|
84308
84551
|
{
|
|
84309
84552
|
"description": "The shadow of the hovered Chat bubble.\n",
|
|
84310
84553
|
"commentRange": {
|
|
84311
|
-
"start":
|
|
84312
|
-
"end":
|
|
84554
|
+
"start": 157,
|
|
84555
|
+
"end": 158
|
|
84313
84556
|
},
|
|
84314
84557
|
"context": {
|
|
84315
84558
|
"type": "variable",
|
|
@@ -84317,8 +84560,8 @@
|
|
|
84317
84560
|
"value": "k-elevation(2)",
|
|
84318
84561
|
"scope": "default",
|
|
84319
84562
|
"line": {
|
|
84320
|
-
"start":
|
|
84321
|
-
"end":
|
|
84563
|
+
"start": 159,
|
|
84564
|
+
"end": 159
|
|
84322
84565
|
}
|
|
84323
84566
|
},
|
|
84324
84567
|
"group": [
|
|
@@ -84335,8 +84578,8 @@
|
|
|
84335
84578
|
{
|
|
84336
84579
|
"description": "The shadow of the selected Chat bubble.\n",
|
|
84337
84580
|
"commentRange": {
|
|
84338
|
-
"start":
|
|
84339
|
-
"end":
|
|
84581
|
+
"start": 160,
|
|
84582
|
+
"end": 161
|
|
84340
84583
|
},
|
|
84341
84584
|
"context": {
|
|
84342
84585
|
"type": "variable",
|
|
@@ -84344,8 +84587,8 @@
|
|
|
84344
84587
|
"value": "k-elevation(3)",
|
|
84345
84588
|
"scope": "default",
|
|
84346
84589
|
"line": {
|
|
84347
|
-
"start":
|
|
84348
|
-
"end":
|
|
84590
|
+
"start": 162,
|
|
84591
|
+
"end": 162
|
|
84349
84592
|
}
|
|
84350
84593
|
},
|
|
84351
84594
|
"group": [
|
|
@@ -84362,8 +84605,8 @@
|
|
|
84362
84605
|
{
|
|
84363
84606
|
"description": "The background color of the Chat alt bubble.\n",
|
|
84364
84607
|
"commentRange": {
|
|
84365
|
-
"start":
|
|
84366
|
-
"end":
|
|
84608
|
+
"start": 164,
|
|
84609
|
+
"end": 165
|
|
84367
84610
|
},
|
|
84368
84611
|
"context": {
|
|
84369
84612
|
"type": "variable",
|
|
@@ -84371,8 +84614,8 @@
|
|
|
84371
84614
|
"value": "$kendo-color-primary",
|
|
84372
84615
|
"scope": "default",
|
|
84373
84616
|
"line": {
|
|
84374
|
-
"start":
|
|
84375
|
-
"end":
|
|
84617
|
+
"start": 166,
|
|
84618
|
+
"end": 166
|
|
84376
84619
|
}
|
|
84377
84620
|
},
|
|
84378
84621
|
"group": [
|
|
@@ -84389,8 +84632,8 @@
|
|
|
84389
84632
|
{
|
|
84390
84633
|
"description": "The text color of the Chat alt bubble.\n",
|
|
84391
84634
|
"commentRange": {
|
|
84392
|
-
"start":
|
|
84393
|
-
"end":
|
|
84635
|
+
"start": 167,
|
|
84636
|
+
"end": 168
|
|
84394
84637
|
},
|
|
84395
84638
|
"context": {
|
|
84396
84639
|
"type": "variable",
|
|
@@ -84398,8 +84641,8 @@
|
|
|
84398
84641
|
"value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-chat-alt-bubble-bg ))",
|
|
84399
84642
|
"scope": "default",
|
|
84400
84643
|
"line": {
|
|
84401
|
-
"start":
|
|
84402
|
-
"end":
|
|
84644
|
+
"start": 169,
|
|
84645
|
+
"end": 169
|
|
84403
84646
|
}
|
|
84404
84647
|
},
|
|
84405
84648
|
"group": [
|
|
@@ -84416,8 +84659,8 @@
|
|
|
84416
84659
|
{
|
|
84417
84660
|
"description": "The border color of the Chat alt bubble.\n",
|
|
84418
84661
|
"commentRange": {
|
|
84419
|
-
"start":
|
|
84420
|
-
"end":
|
|
84662
|
+
"start": 170,
|
|
84663
|
+
"end": 171
|
|
84421
84664
|
},
|
|
84422
84665
|
"context": {
|
|
84423
84666
|
"type": "variable",
|
|
@@ -84425,8 +84668,8 @@
|
|
|
84425
84668
|
"value": "$kendo-chat-alt-bubble-bg",
|
|
84426
84669
|
"scope": "default",
|
|
84427
84670
|
"line": {
|
|
84428
|
-
"start":
|
|
84429
|
-
"end":
|
|
84671
|
+
"start": 172,
|
|
84672
|
+
"end": 172
|
|
84430
84673
|
}
|
|
84431
84674
|
},
|
|
84432
84675
|
"group": [
|
|
@@ -84443,8 +84686,8 @@
|
|
|
84443
84686
|
{
|
|
84444
84687
|
"description": "The shadow of the Chat alt bubble.\n",
|
|
84445
84688
|
"commentRange": {
|
|
84446
|
-
"start":
|
|
84447
|
-
"end":
|
|
84689
|
+
"start": 173,
|
|
84690
|
+
"end": 174
|
|
84448
84691
|
},
|
|
84449
84692
|
"context": {
|
|
84450
84693
|
"type": "variable",
|
|
@@ -84452,8 +84695,8 @@
|
|
|
84452
84695
|
"value": "k-elevation(1)",
|
|
84453
84696
|
"scope": "default",
|
|
84454
84697
|
"line": {
|
|
84455
|
-
"start":
|
|
84456
|
-
"end":
|
|
84698
|
+
"start": 175,
|
|
84699
|
+
"end": 175
|
|
84457
84700
|
}
|
|
84458
84701
|
},
|
|
84459
84702
|
"group": [
|
|
@@ -84470,8 +84713,8 @@
|
|
|
84470
84713
|
{
|
|
84471
84714
|
"description": "The shadow of the hovered Chat alt bubble.\n",
|
|
84472
84715
|
"commentRange": {
|
|
84473
|
-
"start":
|
|
84474
|
-
"end":
|
|
84716
|
+
"start": 176,
|
|
84717
|
+
"end": 177
|
|
84475
84718
|
},
|
|
84476
84719
|
"context": {
|
|
84477
84720
|
"type": "variable",
|
|
@@ -84479,8 +84722,8 @@
|
|
|
84479
84722
|
"value": "k-elevation(2)",
|
|
84480
84723
|
"scope": "default",
|
|
84481
84724
|
"line": {
|
|
84482
|
-
"start":
|
|
84483
|
-
"end":
|
|
84725
|
+
"start": 178,
|
|
84726
|
+
"end": 178
|
|
84484
84727
|
}
|
|
84485
84728
|
},
|
|
84486
84729
|
"group": [
|
|
@@ -84497,8 +84740,8 @@
|
|
|
84497
84740
|
{
|
|
84498
84741
|
"description": "The shadow of the selected Chat alt bubble.\n",
|
|
84499
84742
|
"commentRange": {
|
|
84500
|
-
"start":
|
|
84501
|
-
"end":
|
|
84743
|
+
"start": 179,
|
|
84744
|
+
"end": 180
|
|
84502
84745
|
},
|
|
84503
84746
|
"context": {
|
|
84504
84747
|
"type": "variable",
|
|
@@ -84506,8 +84749,8 @@
|
|
|
84506
84749
|
"value": "k-elevation(3)",
|
|
84507
84750
|
"scope": "default",
|
|
84508
84751
|
"line": {
|
|
84509
|
-
"start":
|
|
84510
|
-
"end":
|
|
84752
|
+
"start": 181,
|
|
84753
|
+
"end": 181
|
|
84511
84754
|
}
|
|
84512
84755
|
},
|
|
84513
84756
|
"group": [
|
|
@@ -84524,8 +84767,8 @@
|
|
|
84524
84767
|
{
|
|
84525
84768
|
"description": "The background color of the Chat quick reply.\n",
|
|
84526
84769
|
"commentRange": {
|
|
84527
|
-
"start":
|
|
84528
|
-
"end":
|
|
84770
|
+
"start": 183,
|
|
84771
|
+
"end": 184
|
|
84529
84772
|
},
|
|
84530
84773
|
"context": {
|
|
84531
84774
|
"type": "variable",
|
|
@@ -84533,8 +84776,8 @@
|
|
|
84533
84776
|
"value": "transparent",
|
|
84534
84777
|
"scope": "default",
|
|
84535
84778
|
"line": {
|
|
84536
|
-
"start":
|
|
84537
|
-
"end":
|
|
84779
|
+
"start": 185,
|
|
84780
|
+
"end": 185
|
|
84538
84781
|
}
|
|
84539
84782
|
},
|
|
84540
84783
|
"group": [
|
|
@@ -84551,8 +84794,8 @@
|
|
|
84551
84794
|
{
|
|
84552
84795
|
"description": "The text color of the Chat quick reply.\n",
|
|
84553
84796
|
"commentRange": {
|
|
84554
|
-
"start":
|
|
84555
|
-
"end":
|
|
84797
|
+
"start": 186,
|
|
84798
|
+
"end": 187
|
|
84556
84799
|
},
|
|
84557
84800
|
"context": {
|
|
84558
84801
|
"type": "variable",
|
|
@@ -84560,8 +84803,8 @@
|
|
|
84560
84803
|
"value": "$kendo-color-primary",
|
|
84561
84804
|
"scope": "default",
|
|
84562
84805
|
"line": {
|
|
84563
|
-
"start":
|
|
84564
|
-
"end":
|
|
84806
|
+
"start": 188,
|
|
84807
|
+
"end": 188
|
|
84565
84808
|
}
|
|
84566
84809
|
},
|
|
84567
84810
|
"group": [
|
|
@@ -84578,8 +84821,8 @@
|
|
|
84578
84821
|
{
|
|
84579
84822
|
"description": "The border color of the Chat quick reply.\n",
|
|
84580
84823
|
"commentRange": {
|
|
84581
|
-
"start":
|
|
84582
|
-
"end":
|
|
84824
|
+
"start": 189,
|
|
84825
|
+
"end": 190
|
|
84583
84826
|
},
|
|
84584
84827
|
"context": {
|
|
84585
84828
|
"type": "variable",
|
|
@@ -84587,8 +84830,8 @@
|
|
|
84587
84830
|
"value": "$kendo-color-primary",
|
|
84588
84831
|
"scope": "default",
|
|
84589
84832
|
"line": {
|
|
84590
|
-
"start":
|
|
84591
|
-
"end":
|
|
84833
|
+
"start": 191,
|
|
84834
|
+
"end": 191
|
|
84592
84835
|
}
|
|
84593
84836
|
},
|
|
84594
84837
|
"group": [
|
|
@@ -84605,8 +84848,8 @@
|
|
|
84605
84848
|
{
|
|
84606
84849
|
"description": "The background color of the hovered Chat quick reply.\n",
|
|
84607
84850
|
"commentRange": {
|
|
84608
|
-
"start":
|
|
84609
|
-
"end":
|
|
84851
|
+
"start": 193,
|
|
84852
|
+
"end": 194
|
|
84610
84853
|
},
|
|
84611
84854
|
"context": {
|
|
84612
84855
|
"type": "variable",
|
|
@@ -84614,8 +84857,8 @@
|
|
|
84614
84857
|
"value": "$kendo-color-primary",
|
|
84615
84858
|
"scope": "default",
|
|
84616
84859
|
"line": {
|
|
84617
|
-
"start":
|
|
84618
|
-
"end":
|
|
84860
|
+
"start": 195,
|
|
84861
|
+
"end": 195
|
|
84619
84862
|
}
|
|
84620
84863
|
},
|
|
84621
84864
|
"group": [
|
|
@@ -84632,8 +84875,8 @@
|
|
|
84632
84875
|
{
|
|
84633
84876
|
"description": "The text color of the hovered Chat quick reply.\n",
|
|
84634
84877
|
"commentRange": {
|
|
84635
|
-
"start":
|
|
84636
|
-
"end":
|
|
84878
|
+
"start": 196,
|
|
84879
|
+
"end": 197
|
|
84637
84880
|
},
|
|
84638
84881
|
"context": {
|
|
84639
84882
|
"type": "variable",
|
|
@@ -84641,8 +84884,8 @@
|
|
|
84641
84884
|
"value": "$kendo-color-primary-contrast",
|
|
84642
84885
|
"scope": "default",
|
|
84643
84886
|
"line": {
|
|
84644
|
-
"start":
|
|
84645
|
-
"end":
|
|
84887
|
+
"start": 198,
|
|
84888
|
+
"end": 198
|
|
84646
84889
|
}
|
|
84647
84890
|
},
|
|
84648
84891
|
"group": [
|
|
@@ -84659,8 +84902,8 @@
|
|
|
84659
84902
|
{
|
|
84660
84903
|
"description": "The border color of the hovered Chat quick reply.\n",
|
|
84661
84904
|
"commentRange": {
|
|
84662
|
-
"start":
|
|
84663
|
-
"end":
|
|
84905
|
+
"start": 199,
|
|
84906
|
+
"end": 200
|
|
84664
84907
|
},
|
|
84665
84908
|
"context": {
|
|
84666
84909
|
"type": "variable",
|
|
@@ -84668,8 +84911,8 @@
|
|
|
84668
84911
|
"value": "$kendo-color-primary",
|
|
84669
84912
|
"scope": "default",
|
|
84670
84913
|
"line": {
|
|
84671
|
-
"start":
|
|
84672
|
-
"end":
|
|
84914
|
+
"start": 201,
|
|
84915
|
+
"end": 201
|
|
84673
84916
|
}
|
|
84674
84917
|
},
|
|
84675
84918
|
"group": [
|
|
@@ -92972,7 +93215,7 @@
|
|
|
92972
93215
|
"context": {
|
|
92973
93216
|
"type": "variable",
|
|
92974
93217
|
"name": "kendo-drawer-item-font-size",
|
|
92975
|
-
"value": "
|
|
93218
|
+
"value": "var( --kendo-font-size-lg, inherit )",
|
|
92976
93219
|
"scope": "default",
|
|
92977
93220
|
"line": {
|
|
92978
93221
|
"start": 57,
|
|
@@ -92987,8 +93230,8 @@
|
|
|
92987
93230
|
"path": "classic/scss/drawer/_variables.scss",
|
|
92988
93231
|
"name": "_variables.scss"
|
|
92989
93232
|
},
|
|
92990
|
-
"resolvedValue": "
|
|
92991
|
-
"resolvedType": "
|
|
93233
|
+
"resolvedValue": "var(--kendo-font-size-lg, inherit)",
|
|
93234
|
+
"resolvedType": "String"
|
|
92992
93235
|
},
|
|
92993
93236
|
{
|
|
92994
93237
|
"description": "The line height of the Drawer item.\n",
|
|
@@ -98901,7 +99144,7 @@
|
|
|
98901
99144
|
"context": {
|
|
98902
99145
|
"type": "variable",
|
|
98903
99146
|
"name": "kendo-form-legend-font-size",
|
|
98904
|
-
"value": "
|
|
99147
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
98905
99148
|
"scope": "default",
|
|
98906
99149
|
"line": {
|
|
98907
99150
|
"start": 56,
|
|
@@ -98916,8 +99159,8 @@
|
|
|
98916
99159
|
"path": "classic/scss/forms/_variables.scss",
|
|
98917
99160
|
"name": "_variables.scss"
|
|
98918
99161
|
},
|
|
98919
|
-
"resolvedValue": "
|
|
98920
|
-
"resolvedType": "
|
|
99162
|
+
"resolvedValue": "var(--kendo-font-size, inherit)",
|
|
99163
|
+
"resolvedType": "String"
|
|
98921
99164
|
},
|
|
98922
99165
|
{
|
|
98923
99166
|
"description": "The text capitalization of the Form legend.\n",
|
|
@@ -99009,7 +99252,7 @@
|
|
|
99009
99252
|
"context": {
|
|
99010
99253
|
"type": "variable",
|
|
99011
99254
|
"name": "kendo-form-hint-font-size",
|
|
99012
|
-
"value": "
|
|
99255
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
99013
99256
|
"scope": "default",
|
|
99014
99257
|
"line": {
|
|
99015
99258
|
"start": 71,
|
|
@@ -99024,8 +99267,8 @@
|
|
|
99024
99267
|
"path": "classic/scss/forms/_variables.scss",
|
|
99025
99268
|
"name": "_variables.scss"
|
|
99026
99269
|
},
|
|
99027
|
-
"resolvedValue": "
|
|
99028
|
-
"resolvedType": "
|
|
99270
|
+
"resolvedValue": "var(--kendo-font-size-sm, inherit)",
|
|
99271
|
+
"resolvedType": "String"
|
|
99029
99272
|
},
|
|
99030
99273
|
{
|
|
99031
99274
|
"description": "The font style of the Form hint.\n",
|
|
@@ -99441,7 +99684,7 @@
|
|
|
99441
99684
|
"context": {
|
|
99442
99685
|
"type": "variable",
|
|
99443
99686
|
"name": "kendo-label-optional-font-size",
|
|
99444
|
-
"value": "
|
|
99687
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
99445
99688
|
"scope": "default",
|
|
99446
99689
|
"line": {
|
|
99447
99690
|
"start": 127,
|
|
@@ -99456,8 +99699,8 @@
|
|
|
99456
99699
|
"path": "classic/scss/forms/_variables.scss",
|
|
99457
99700
|
"name": "_variables.scss"
|
|
99458
99701
|
},
|
|
99459
|
-
"resolvedValue": "
|
|
99460
|
-
"resolvedType": "
|
|
99702
|
+
"resolvedValue": "var(--kendo-font-size-sm, inherit)",
|
|
99703
|
+
"resolvedType": "String"
|
|
99461
99704
|
},
|
|
99462
99705
|
{
|
|
99463
99706
|
"description": "The font style of the optional label in the Form.\n",
|
|
@@ -118270,7 +118513,7 @@
|
|
|
118270
118513
|
"context": {
|
|
118271
118514
|
"type": "variable",
|
|
118272
118515
|
"name": "kendo-progressbar-line-height",
|
|
118273
|
-
"value": "
|
|
118516
|
+
"value": "var( --kendo-line-height-xs, normal )",
|
|
118274
118517
|
"scope": "default",
|
|
118275
118518
|
"line": {
|
|
118276
118519
|
"start": 23,
|
|
@@ -118285,8 +118528,8 @@
|
|
|
118285
118528
|
"path": "classic/scss/progressbar/_variables.scss",
|
|
118286
118529
|
"name": "_variables.scss"
|
|
118287
118530
|
},
|
|
118288
|
-
"resolvedValue": "
|
|
118289
|
-
"resolvedType": "
|
|
118531
|
+
"resolvedValue": "var(--kendo-line-height-xs, normal)",
|
|
118532
|
+
"resolvedType": "String"
|
|
118290
118533
|
},
|
|
118291
118534
|
{
|
|
118292
118535
|
"description": "The background color of the ProgressBar.\n",
|
|
@@ -137937,7 +138180,7 @@
|
|
|
137937
138180
|
"context": {
|
|
137938
138181
|
"type": "variable",
|
|
137939
138182
|
"name": "kendo-tooltip-line-height",
|
|
137940
|
-
"value": "
|
|
138183
|
+
"value": "var( --kendo-line-height-sm, normal )",
|
|
137941
138184
|
"scope": "default",
|
|
137942
138185
|
"line": {
|
|
137943
138186
|
"start": 24,
|
|
@@ -137952,8 +138195,8 @@
|
|
|
137952
138195
|
"path": "classic/scss/tooltip/_variables.scss",
|
|
137953
138196
|
"name": "_variables.scss"
|
|
137954
138197
|
},
|
|
137955
|
-
"resolvedValue": "
|
|
137956
|
-
"resolvedType": "
|
|
138198
|
+
"resolvedValue": "var(--kendo-line-height-sm, normal)",
|
|
138199
|
+
"resolvedType": "String"
|
|
137957
138200
|
},
|
|
137958
138201
|
{
|
|
137959
138202
|
"description": "The font size of the Tooltip title.\n",
|
|
@@ -137991,7 +138234,7 @@
|
|
|
137991
138234
|
"context": {
|
|
137992
138235
|
"type": "variable",
|
|
137993
138236
|
"name": "kendo-tooltip-title-line-height",
|
|
137994
|
-
"value": "
|
|
138237
|
+
"value": "var( --kendo-line-height-xs, normal )",
|
|
137995
138238
|
"scope": "default",
|
|
137996
138239
|
"line": {
|
|
137997
138240
|
"start": 31,
|
|
@@ -138006,8 +138249,8 @@
|
|
|
138006
138249
|
"path": "classic/scss/tooltip/_variables.scss",
|
|
138007
138250
|
"name": "_variables.scss"
|
|
138008
138251
|
},
|
|
138009
|
-
"resolvedValue": "
|
|
138010
|
-
"resolvedType": "
|
|
138252
|
+
"resolvedValue": "var(--kendo-line-height-xs, normal)",
|
|
138253
|
+
"resolvedType": "String"
|
|
138011
138254
|
},
|
|
138012
138255
|
{
|
|
138013
138256
|
"description": "The size of the Tooltip callout.\n",
|
|
@@ -143515,7 +143758,7 @@
|
|
|
143515
143758
|
"context": {
|
|
143516
143759
|
"type": "variable",
|
|
143517
143760
|
"name": "kendo-upload-validation-font-size",
|
|
143518
|
-
"value": "
|
|
143761
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
143519
143762
|
"scope": "default",
|
|
143520
143763
|
"line": {
|
|
143521
143764
|
"start": 68,
|
|
@@ -143530,19 +143773,19 @@
|
|
|
143530
143773
|
"path": "classic/scss/upload/_variables.scss",
|
|
143531
143774
|
"name": "_variables.scss"
|
|
143532
143775
|
},
|
|
143533
|
-
"resolvedValue": "
|
|
143534
|
-
"resolvedType": "
|
|
143776
|
+
"resolvedValue": "var(--kendo-font-size-sm, inherit)",
|
|
143777
|
+
"resolvedType": "String"
|
|
143535
143778
|
},
|
|
143536
143779
|
{
|
|
143537
|
-
"description": "The
|
|
143780
|
+
"description": "The line height of the Upload validation message.\n",
|
|
143538
143781
|
"commentRange": {
|
|
143539
143782
|
"start": 69,
|
|
143540
143783
|
"end": 70
|
|
143541
143784
|
},
|
|
143542
143785
|
"context": {
|
|
143543
143786
|
"type": "variable",
|
|
143544
|
-
"name": "kendo-upload-
|
|
143545
|
-
"value": "
|
|
143787
|
+
"name": "kendo-upload-validation-line-height",
|
|
143788
|
+
"value": "var( --kendo-line-height-xs, normal )",
|
|
143546
143789
|
"scope": "default",
|
|
143547
143790
|
"line": {
|
|
143548
143791
|
"start": 71,
|
|
@@ -143557,19 +143800,19 @@
|
|
|
143557
143800
|
"path": "classic/scss/upload/_variables.scss",
|
|
143558
143801
|
"name": "_variables.scss"
|
|
143559
143802
|
},
|
|
143560
|
-
"resolvedValue": "var(--kendo-
|
|
143803
|
+
"resolvedValue": "var(--kendo-line-height-xs, normal)",
|
|
143561
143804
|
"resolvedType": "String"
|
|
143562
143805
|
},
|
|
143563
143806
|
{
|
|
143564
|
-
"description": "The
|
|
143807
|
+
"description": "The horizontal spacing of the Upload status icon.\n",
|
|
143565
143808
|
"commentRange": {
|
|
143566
143809
|
"start": 72,
|
|
143567
143810
|
"end": 73
|
|
143568
143811
|
},
|
|
143569
143812
|
"context": {
|
|
143570
143813
|
"type": "variable",
|
|
143571
|
-
"name": "kendo-upload-icon-
|
|
143572
|
-
"value": "$kendo-
|
|
143814
|
+
"name": "kendo-upload-icon-spacing",
|
|
143815
|
+
"value": "$kendo-icon-spacing",
|
|
143573
143816
|
"scope": "default",
|
|
143574
143817
|
"line": {
|
|
143575
143818
|
"start": 74,
|
|
@@ -143584,14 +143827,41 @@
|
|
|
143584
143827
|
"path": "classic/scss/upload/_variables.scss",
|
|
143585
143828
|
"name": "_variables.scss"
|
|
143586
143829
|
},
|
|
143830
|
+
"resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
|
|
143831
|
+
"resolvedType": "String"
|
|
143832
|
+
},
|
|
143833
|
+
{
|
|
143834
|
+
"description": "The color of the uploaded items icon.\n",
|
|
143835
|
+
"commentRange": {
|
|
143836
|
+
"start": 75,
|
|
143837
|
+
"end": 76
|
|
143838
|
+
},
|
|
143839
|
+
"context": {
|
|
143840
|
+
"type": "variable",
|
|
143841
|
+
"name": "kendo-upload-icon-color",
|
|
143842
|
+
"value": "$kendo-subtle-text",
|
|
143843
|
+
"scope": "default",
|
|
143844
|
+
"line": {
|
|
143845
|
+
"start": 77,
|
|
143846
|
+
"end": 77
|
|
143847
|
+
}
|
|
143848
|
+
},
|
|
143849
|
+
"group": [
|
|
143850
|
+
"upload"
|
|
143851
|
+
],
|
|
143852
|
+
"access": "public",
|
|
143853
|
+
"file": {
|
|
143854
|
+
"path": "classic/scss/upload/_variables.scss",
|
|
143855
|
+
"name": "_variables.scss"
|
|
143856
|
+
},
|
|
143587
143857
|
"resolvedValue": "var(--kendo-color-subtle, #666666)",
|
|
143588
143858
|
"resolvedType": "String"
|
|
143589
143859
|
},
|
|
143590
143860
|
{
|
|
143591
143861
|
"description": "The thickness of the Upload progress bar.\n",
|
|
143592
143862
|
"commentRange": {
|
|
143593
|
-
"start":
|
|
143594
|
-
"end":
|
|
143863
|
+
"start": 79,
|
|
143864
|
+
"end": 80
|
|
143595
143865
|
},
|
|
143596
143866
|
"context": {
|
|
143597
143867
|
"type": "variable",
|
|
@@ -143599,8 +143869,8 @@
|
|
|
143599
143869
|
"value": "2px",
|
|
143600
143870
|
"scope": "default",
|
|
143601
143871
|
"line": {
|
|
143602
|
-
"start":
|
|
143603
|
-
"end":
|
|
143872
|
+
"start": 81,
|
|
143873
|
+
"end": 81
|
|
143604
143874
|
}
|
|
143605
143875
|
},
|
|
143606
143876
|
"group": [
|
|
@@ -143617,8 +143887,8 @@
|
|
|
143617
143887
|
{
|
|
143618
143888
|
"description": "The background color of the Upload progress bar.\n",
|
|
143619
143889
|
"commentRange": {
|
|
143620
|
-
"start":
|
|
143621
|
-
"end":
|
|
143890
|
+
"start": 82,
|
|
143891
|
+
"end": 83
|
|
143622
143892
|
},
|
|
143623
143893
|
"context": {
|
|
143624
143894
|
"type": "variable",
|
|
@@ -143626,8 +143896,8 @@
|
|
|
143626
143896
|
"value": "$kendo-color-info",
|
|
143627
143897
|
"scope": "default",
|
|
143628
143898
|
"line": {
|
|
143629
|
-
"start":
|
|
143630
|
-
"end":
|
|
143899
|
+
"start": 84,
|
|
143900
|
+
"end": 84
|
|
143631
143901
|
}
|
|
143632
143902
|
},
|
|
143633
143903
|
"group": [
|
|
@@ -143644,8 +143914,8 @@
|
|
|
143644
143914
|
{
|
|
143645
143915
|
"description": "The success text color of the Upload.\n",
|
|
143646
143916
|
"commentRange": {
|
|
143647
|
-
"start":
|
|
143648
|
-
"end":
|
|
143917
|
+
"start": 86,
|
|
143918
|
+
"end": 87
|
|
143649
143919
|
},
|
|
143650
143920
|
"context": {
|
|
143651
143921
|
"type": "variable",
|
|
@@ -143653,8 +143923,8 @@
|
|
|
143653
143923
|
"value": "$kendo-color-success",
|
|
143654
143924
|
"scope": "default",
|
|
143655
143925
|
"line": {
|
|
143656
|
-
"start":
|
|
143657
|
-
"end":
|
|
143926
|
+
"start": 88,
|
|
143927
|
+
"end": 88
|
|
143658
143928
|
}
|
|
143659
143929
|
},
|
|
143660
143930
|
"group": [
|
|
@@ -143671,8 +143941,8 @@
|
|
|
143671
143941
|
{
|
|
143672
143942
|
"description": "The success background color of the Upload progress bar.\n",
|
|
143673
143943
|
"commentRange": {
|
|
143674
|
-
"start":
|
|
143675
|
-
"end":
|
|
143944
|
+
"start": 89,
|
|
143945
|
+
"end": 90
|
|
143676
143946
|
},
|
|
143677
143947
|
"context": {
|
|
143678
143948
|
"type": "variable",
|
|
@@ -143680,8 +143950,8 @@
|
|
|
143680
143950
|
"value": "$kendo-color-success",
|
|
143681
143951
|
"scope": "default",
|
|
143682
143952
|
"line": {
|
|
143683
|
-
"start":
|
|
143684
|
-
"end":
|
|
143953
|
+
"start": 91,
|
|
143954
|
+
"end": 91
|
|
143685
143955
|
}
|
|
143686
143956
|
},
|
|
143687
143957
|
"group": [
|
|
@@ -143698,8 +143968,8 @@
|
|
|
143698
143968
|
{
|
|
143699
143969
|
"description": "The error text color of the Upload.\n",
|
|
143700
143970
|
"commentRange": {
|
|
143701
|
-
"start":
|
|
143702
|
-
"end":
|
|
143971
|
+
"start": 93,
|
|
143972
|
+
"end": 94
|
|
143703
143973
|
},
|
|
143704
143974
|
"context": {
|
|
143705
143975
|
"type": "variable",
|
|
@@ -143707,8 +143977,8 @@
|
|
|
143707
143977
|
"value": "$kendo-color-error",
|
|
143708
143978
|
"scope": "default",
|
|
143709
143979
|
"line": {
|
|
143710
|
-
"start":
|
|
143711
|
-
"end":
|
|
143980
|
+
"start": 95,
|
|
143981
|
+
"end": 95
|
|
143712
143982
|
}
|
|
143713
143983
|
},
|
|
143714
143984
|
"group": [
|
|
@@ -143725,8 +143995,8 @@
|
|
|
143725
143995
|
{
|
|
143726
143996
|
"description": "The error background color of the Upload progress bar.\n",
|
|
143727
143997
|
"commentRange": {
|
|
143728
|
-
"start":
|
|
143729
|
-
"end":
|
|
143998
|
+
"start": 96,
|
|
143999
|
+
"end": 97
|
|
143730
144000
|
},
|
|
143731
144001
|
"context": {
|
|
143732
144002
|
"type": "variable",
|
|
@@ -143734,8 +144004,8 @@
|
|
|
143734
144004
|
"value": "$kendo-color-error",
|
|
143735
144005
|
"scope": "default",
|
|
143736
144006
|
"line": {
|
|
143737
|
-
"start":
|
|
143738
|
-
"end":
|
|
144007
|
+
"start": 98,
|
|
144008
|
+
"end": 98
|
|
143739
144009
|
}
|
|
143740
144010
|
},
|
|
143741
144011
|
"group": [
|
|
@@ -143752,8 +144022,8 @@
|
|
|
143752
144022
|
{
|
|
143753
144023
|
"description": "The shadow of the focused Upload button, actions and uploaded items.\n",
|
|
143754
144024
|
"commentRange": {
|
|
143755
|
-
"start":
|
|
143756
|
-
"end":
|
|
144025
|
+
"start": 100,
|
|
144026
|
+
"end": 101
|
|
143757
144027
|
},
|
|
143758
144028
|
"context": {
|
|
143759
144029
|
"type": "variable",
|
|
@@ -143761,8 +144031,8 @@
|
|
|
143761
144031
|
"value": "0 0 0 2px rgba( black, .13 )",
|
|
143762
144032
|
"scope": "default",
|
|
143763
144033
|
"line": {
|
|
143764
|
-
"start":
|
|
143765
|
-
"end":
|
|
144034
|
+
"start": 102,
|
|
144035
|
+
"end": 102
|
|
143766
144036
|
}
|
|
143767
144037
|
},
|
|
143768
144038
|
"group": [
|
|
@@ -144061,7 +144331,7 @@
|
|
|
144061
144331
|
"context": {
|
|
144062
144332
|
"type": "variable",
|
|
144063
144333
|
"name": "kendo-window-title-line-height",
|
|
144064
|
-
"value": "
|
|
144334
|
+
"value": "var( --kendo-line-height-sm, normal )",
|
|
144065
144335
|
"scope": "default",
|
|
144066
144336
|
"line": {
|
|
144067
144337
|
"start": 39,
|
|
@@ -144076,8 +144346,8 @@
|
|
|
144076
144346
|
"path": "classic/scss/window/_variables.scss",
|
|
144077
144347
|
"name": "_variables.scss"
|
|
144078
144348
|
},
|
|
144079
|
-
"resolvedValue": "
|
|
144080
|
-
"resolvedType": "
|
|
144349
|
+
"resolvedValue": "var(--kendo-line-height-sm, normal)",
|
|
144350
|
+
"resolvedType": "String"
|
|
144081
144351
|
},
|
|
144082
144352
|
{
|
|
144083
144353
|
"description": "The spacing between the buttons in the Window titlebar.\n",
|