@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
|
@@ -1283,7 +1283,7 @@
|
|
|
1283
1283
|
"context": {
|
|
1284
1284
|
"type": "variable",
|
|
1285
1285
|
"name": "kendo-bottom-nav-line-height",
|
|
1286
|
-
"value": "var( --kendo-line-height-
|
|
1286
|
+
"value": "var( --kendo-line-height-xs, normal )",
|
|
1287
1287
|
"scope": "default",
|
|
1288
1288
|
"line": {
|
|
1289
1289
|
"start": 23,
|
|
@@ -8208,7 +8208,7 @@
|
|
|
8208
8208
|
"context": {
|
|
8209
8209
|
"type": "variable",
|
|
8210
8210
|
"name": "kendo-card-title-line-height",
|
|
8211
|
-
"value": "
|
|
8211
|
+
"value": "var( --kendo-line-height-sm, normal )",
|
|
8212
8212
|
"scope": "default",
|
|
8213
8213
|
"line": {
|
|
8214
8214
|
"start": 119,
|
|
@@ -8358,7 +8358,7 @@
|
|
|
8358
8358
|
"context": {
|
|
8359
8359
|
"type": "variable",
|
|
8360
8360
|
"name": "kendo-card-subtitle-line-height",
|
|
8361
|
-
"value": "normal",
|
|
8361
|
+
"value": "var( --kendo-line-height-lg, normal )",
|
|
8362
8362
|
"scope": "default",
|
|
8363
8363
|
"line": {
|
|
8364
8364
|
"start": 138,
|
|
@@ -9283,7 +9283,7 @@
|
|
|
9283
9283
|
"context": {
|
|
9284
9284
|
"type": "variable",
|
|
9285
9285
|
"name": "kendo-chat-timestamp-font-size",
|
|
9286
|
-
"value": "
|
|
9286
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
9287
9287
|
"scope": "default",
|
|
9288
9288
|
"line": {
|
|
9289
9289
|
"start": 47,
|
|
@@ -9308,7 +9308,7 @@
|
|
|
9308
9308
|
"context": {
|
|
9309
9309
|
"type": "variable",
|
|
9310
9310
|
"name": "kendo-chat-timestamp-line-height",
|
|
9311
|
-
"value": "
|
|
9311
|
+
"value": "var( --kendo-line-height-lg, normal )",
|
|
9312
9312
|
"scope": "default",
|
|
9313
9313
|
"line": {
|
|
9314
9314
|
"start": 50,
|
|
@@ -9400,15 +9400,15 @@
|
|
|
9400
9400
|
}
|
|
9401
9401
|
},
|
|
9402
9402
|
{
|
|
9403
|
-
"description": "The
|
|
9403
|
+
"description": "The font size of the Chat message meta text.\n",
|
|
9404
9404
|
"commentRange": {
|
|
9405
9405
|
"start": 61,
|
|
9406
9406
|
"end": 62
|
|
9407
9407
|
},
|
|
9408
9408
|
"context": {
|
|
9409
9409
|
"type": "variable",
|
|
9410
|
-
"name": "kendo-chat-
|
|
9411
|
-
"value": "
|
|
9410
|
+
"name": "kendo-chat-message-meta-font-size",
|
|
9411
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
9412
9412
|
"scope": "default",
|
|
9413
9413
|
"line": {
|
|
9414
9414
|
"start": 63,
|
|
@@ -9425,15 +9425,15 @@
|
|
|
9425
9425
|
}
|
|
9426
9426
|
},
|
|
9427
9427
|
{
|
|
9428
|
-
"description": "The
|
|
9428
|
+
"description": "The line height of the Chat message meta text.\n",
|
|
9429
9429
|
"commentRange": {
|
|
9430
9430
|
"start": 64,
|
|
9431
9431
|
"end": 65
|
|
9432
9432
|
},
|
|
9433
9433
|
"context": {
|
|
9434
9434
|
"type": "variable",
|
|
9435
|
-
"name": "kendo-chat-
|
|
9436
|
-
"value": "
|
|
9435
|
+
"name": "kendo-chat-message-meta-line-height",
|
|
9436
|
+
"value": "var( --kendo-line-height-lg, normal )",
|
|
9437
9437
|
"scope": "default",
|
|
9438
9438
|
"line": {
|
|
9439
9439
|
"start": 66,
|
|
@@ -9449,11 +9449,111 @@
|
|
|
9449
9449
|
"name": "_variables.scss"
|
|
9450
9450
|
}
|
|
9451
9451
|
},
|
|
9452
|
+
{
|
|
9453
|
+
"description": "The font size of the Chat author text.\n",
|
|
9454
|
+
"commentRange": {
|
|
9455
|
+
"start": 68,
|
|
9456
|
+
"end": 69
|
|
9457
|
+
},
|
|
9458
|
+
"context": {
|
|
9459
|
+
"type": "variable",
|
|
9460
|
+
"name": "kendo-chat-author-font-size",
|
|
9461
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
9462
|
+
"scope": "default",
|
|
9463
|
+
"line": {
|
|
9464
|
+
"start": 70,
|
|
9465
|
+
"end": 70
|
|
9466
|
+
}
|
|
9467
|
+
},
|
|
9468
|
+
"group": [
|
|
9469
|
+
"chat"
|
|
9470
|
+
],
|
|
9471
|
+
"access": "public",
|
|
9472
|
+
"file": {
|
|
9473
|
+
"path": "chat/_variables.scss",
|
|
9474
|
+
"name": "_variables.scss"
|
|
9475
|
+
}
|
|
9476
|
+
},
|
|
9477
|
+
{
|
|
9478
|
+
"description": "The line height of the Chat author text.\n",
|
|
9479
|
+
"commentRange": {
|
|
9480
|
+
"start": 71,
|
|
9481
|
+
"end": 72
|
|
9482
|
+
},
|
|
9483
|
+
"context": {
|
|
9484
|
+
"type": "variable",
|
|
9485
|
+
"name": "kendo-chat-author-line-height",
|
|
9486
|
+
"value": "var( --kendo-line-height-lg, normal )",
|
|
9487
|
+
"scope": "default",
|
|
9488
|
+
"line": {
|
|
9489
|
+
"start": 73,
|
|
9490
|
+
"end": 73
|
|
9491
|
+
}
|
|
9492
|
+
},
|
|
9493
|
+
"group": [
|
|
9494
|
+
"chat"
|
|
9495
|
+
],
|
|
9496
|
+
"access": "public",
|
|
9497
|
+
"file": {
|
|
9498
|
+
"path": "chat/_variables.scss",
|
|
9499
|
+
"name": "_variables.scss"
|
|
9500
|
+
}
|
|
9501
|
+
},
|
|
9502
|
+
{
|
|
9503
|
+
"description": "The horizontal padding of the Chat bubble message.\n",
|
|
9504
|
+
"commentRange": {
|
|
9505
|
+
"start": 75,
|
|
9506
|
+
"end": 76
|
|
9507
|
+
},
|
|
9508
|
+
"context": {
|
|
9509
|
+
"type": "variable",
|
|
9510
|
+
"name": "kendo-chat-bubble-padding-x",
|
|
9511
|
+
"value": "k-spacing(3)",
|
|
9512
|
+
"scope": "default",
|
|
9513
|
+
"line": {
|
|
9514
|
+
"start": 77,
|
|
9515
|
+
"end": 77
|
|
9516
|
+
}
|
|
9517
|
+
},
|
|
9518
|
+
"group": [
|
|
9519
|
+
"chat"
|
|
9520
|
+
],
|
|
9521
|
+
"access": "public",
|
|
9522
|
+
"file": {
|
|
9523
|
+
"path": "chat/_variables.scss",
|
|
9524
|
+
"name": "_variables.scss"
|
|
9525
|
+
}
|
|
9526
|
+
},
|
|
9527
|
+
{
|
|
9528
|
+
"description": "The vertical padding of the Chat bubble message.\n",
|
|
9529
|
+
"commentRange": {
|
|
9530
|
+
"start": 78,
|
|
9531
|
+
"end": 79
|
|
9532
|
+
},
|
|
9533
|
+
"context": {
|
|
9534
|
+
"type": "variable",
|
|
9535
|
+
"name": "kendo-chat-bubble-padding-y",
|
|
9536
|
+
"value": "k-spacing(2)",
|
|
9537
|
+
"scope": "default",
|
|
9538
|
+
"line": {
|
|
9539
|
+
"start": 80,
|
|
9540
|
+
"end": 80
|
|
9541
|
+
}
|
|
9542
|
+
},
|
|
9543
|
+
"group": [
|
|
9544
|
+
"chat"
|
|
9545
|
+
],
|
|
9546
|
+
"access": "public",
|
|
9547
|
+
"file": {
|
|
9548
|
+
"path": "chat/_variables.scss",
|
|
9549
|
+
"name": "_variables.scss"
|
|
9550
|
+
}
|
|
9551
|
+
},
|
|
9452
9552
|
{
|
|
9453
9553
|
"description": "The spacing of the Chat bubble message.\n",
|
|
9454
9554
|
"commentRange": {
|
|
9455
|
-
"start":
|
|
9456
|
-
"end":
|
|
9555
|
+
"start": 81,
|
|
9556
|
+
"end": 82
|
|
9457
9557
|
},
|
|
9458
9558
|
"context": {
|
|
9459
9559
|
"type": "variable",
|
|
@@ -9461,8 +9561,8 @@
|
|
|
9461
9561
|
"value": "k-spacing(0.5)",
|
|
9462
9562
|
"scope": "default",
|
|
9463
9563
|
"line": {
|
|
9464
|
-
"start":
|
|
9465
|
-
"end":
|
|
9564
|
+
"start": 83,
|
|
9565
|
+
"end": 83
|
|
9466
9566
|
}
|
|
9467
9567
|
},
|
|
9468
9568
|
"group": [
|
|
@@ -9477,17 +9577,17 @@
|
|
|
9477
9577
|
{
|
|
9478
9578
|
"description": "The line height of the Chat bubble message.\n",
|
|
9479
9579
|
"commentRange": {
|
|
9480
|
-
"start":
|
|
9481
|
-
"end":
|
|
9580
|
+
"start": 84,
|
|
9581
|
+
"end": 85
|
|
9482
9582
|
},
|
|
9483
9583
|
"context": {
|
|
9484
9584
|
"type": "variable",
|
|
9485
9585
|
"name": "kendo-chat-bubble-line-height",
|
|
9486
|
-
"value": "
|
|
9586
|
+
"value": "var( --kendo-line-height, normal )",
|
|
9487
9587
|
"scope": "default",
|
|
9488
9588
|
"line": {
|
|
9489
|
-
"start":
|
|
9490
|
-
"end":
|
|
9589
|
+
"start": 86,
|
|
9590
|
+
"end": 86
|
|
9491
9591
|
}
|
|
9492
9592
|
},
|
|
9493
9593
|
"group": [
|
|
@@ -9502,8 +9602,8 @@
|
|
|
9502
9602
|
{
|
|
9503
9603
|
"description": "The border radius of the Chat bubble message.\n",
|
|
9504
9604
|
"commentRange": {
|
|
9505
|
-
"start":
|
|
9506
|
-
"end":
|
|
9605
|
+
"start": 88,
|
|
9606
|
+
"end": 89
|
|
9507
9607
|
},
|
|
9508
9608
|
"context": {
|
|
9509
9609
|
"type": "variable",
|
|
@@ -9511,8 +9611,8 @@
|
|
|
9511
9611
|
"value": "12px",
|
|
9512
9612
|
"scope": "default",
|
|
9513
9613
|
"line": {
|
|
9514
|
-
"start":
|
|
9515
|
-
"end":
|
|
9614
|
+
"start": 90,
|
|
9615
|
+
"end": 90
|
|
9516
9616
|
}
|
|
9517
9617
|
},
|
|
9518
9618
|
"group": [
|
|
@@ -9527,8 +9627,8 @@
|
|
|
9527
9627
|
{
|
|
9528
9628
|
"description": "The border radius of the Chat small bubble message\n",
|
|
9529
9629
|
"commentRange": {
|
|
9530
|
-
"start":
|
|
9531
|
-
"end":
|
|
9630
|
+
"start": 91,
|
|
9631
|
+
"end": 92
|
|
9532
9632
|
},
|
|
9533
9633
|
"context": {
|
|
9534
9634
|
"type": "variable",
|
|
@@ -9536,8 +9636,8 @@
|
|
|
9536
9636
|
"value": "2px",
|
|
9537
9637
|
"scope": "default",
|
|
9538
9638
|
"line": {
|
|
9539
|
-
"start":
|
|
9540
|
-
"end":
|
|
9639
|
+
"start": 93,
|
|
9640
|
+
"end": 93
|
|
9541
9641
|
}
|
|
9542
9642
|
},
|
|
9543
9643
|
"group": [
|
|
@@ -9552,8 +9652,8 @@
|
|
|
9552
9652
|
{
|
|
9553
9653
|
"description": "The size of the Chat Avatar.\n",
|
|
9554
9654
|
"commentRange": {
|
|
9555
|
-
"start":
|
|
9556
|
-
"end":
|
|
9655
|
+
"start": 95,
|
|
9656
|
+
"end": 96
|
|
9557
9657
|
},
|
|
9558
9658
|
"context": {
|
|
9559
9659
|
"type": "variable",
|
|
@@ -9561,8 +9661,8 @@
|
|
|
9561
9661
|
"value": "32px",
|
|
9562
9662
|
"scope": "default",
|
|
9563
9663
|
"line": {
|
|
9564
|
-
"start":
|
|
9565
|
-
"end":
|
|
9664
|
+
"start": 97,
|
|
9665
|
+
"end": 97
|
|
9566
9666
|
}
|
|
9567
9667
|
},
|
|
9568
9668
|
"group": [
|
|
@@ -9577,8 +9677,8 @@
|
|
|
9577
9677
|
{
|
|
9578
9678
|
"description": "The spacing of the Chat Avatar.\n",
|
|
9579
9679
|
"commentRange": {
|
|
9580
|
-
"start":
|
|
9581
|
-
"end":
|
|
9680
|
+
"start": 98,
|
|
9681
|
+
"end": 99
|
|
9582
9682
|
},
|
|
9583
9683
|
"context": {
|
|
9584
9684
|
"type": "variable",
|
|
@@ -9586,8 +9686,8 @@
|
|
|
9586
9686
|
"value": "$kendo-chat-item-spacing-x",
|
|
9587
9687
|
"scope": "default",
|
|
9588
9688
|
"line": {
|
|
9589
|
-
"start":
|
|
9590
|
-
"end":
|
|
9689
|
+
"start": 100,
|
|
9690
|
+
"end": 100
|
|
9591
9691
|
}
|
|
9592
9692
|
},
|
|
9593
9693
|
"group": [
|
|
@@ -9602,8 +9702,8 @@
|
|
|
9602
9702
|
{
|
|
9603
9703
|
"description": "The horizontal padding of the Chat Toolbar.\n",
|
|
9604
9704
|
"commentRange": {
|
|
9605
|
-
"start":
|
|
9606
|
-
"end":
|
|
9705
|
+
"start": 102,
|
|
9706
|
+
"end": 103
|
|
9607
9707
|
},
|
|
9608
9708
|
"context": {
|
|
9609
9709
|
"type": "variable",
|
|
@@ -9611,8 +9711,8 @@
|
|
|
9611
9711
|
"value": "$kendo-toolbar-md-padding-x",
|
|
9612
9712
|
"scope": "default",
|
|
9613
9713
|
"line": {
|
|
9614
|
-
"start":
|
|
9615
|
-
"end":
|
|
9714
|
+
"start": 104,
|
|
9715
|
+
"end": 104
|
|
9616
9716
|
}
|
|
9617
9717
|
},
|
|
9618
9718
|
"group": [
|
|
@@ -9627,8 +9727,8 @@
|
|
|
9627
9727
|
{
|
|
9628
9728
|
"description": "The vertical padding of the Chat Toolbar.\n",
|
|
9629
9729
|
"commentRange": {
|
|
9630
|
-
"start":
|
|
9631
|
-
"end":
|
|
9730
|
+
"start": 105,
|
|
9731
|
+
"end": 106
|
|
9632
9732
|
},
|
|
9633
9733
|
"context": {
|
|
9634
9734
|
"type": "variable",
|
|
@@ -9636,8 +9736,8 @@
|
|
|
9636
9736
|
"value": "$kendo-toolbar-md-padding-y",
|
|
9637
9737
|
"scope": "default",
|
|
9638
9738
|
"line": {
|
|
9639
|
-
"start":
|
|
9640
|
-
"end":
|
|
9739
|
+
"start": 107,
|
|
9740
|
+
"end": 107
|
|
9641
9741
|
}
|
|
9642
9742
|
},
|
|
9643
9743
|
"group": [
|
|
@@ -9652,8 +9752,8 @@
|
|
|
9652
9752
|
{
|
|
9653
9753
|
"description": "The spacing of the Chat Toolbar.\n",
|
|
9654
9754
|
"commentRange": {
|
|
9655
|
-
"start":
|
|
9656
|
-
"end":
|
|
9755
|
+
"start": 108,
|
|
9756
|
+
"end": 109
|
|
9657
9757
|
},
|
|
9658
9758
|
"context": {
|
|
9659
9759
|
"type": "variable",
|
|
@@ -9661,8 +9761,8 @@
|
|
|
9661
9761
|
"value": "$kendo-toolbar-md-spacing",
|
|
9662
9762
|
"scope": "default",
|
|
9663
9763
|
"line": {
|
|
9664
|
-
"start":
|
|
9665
|
-
"end":
|
|
9764
|
+
"start": 110,
|
|
9765
|
+
"end": 110
|
|
9666
9766
|
}
|
|
9667
9767
|
},
|
|
9668
9768
|
"group": [
|
|
@@ -9677,8 +9777,8 @@
|
|
|
9677
9777
|
{
|
|
9678
9778
|
"description": "The background color of the Chat Toolbar.\n",
|
|
9679
9779
|
"commentRange": {
|
|
9680
|
-
"start":
|
|
9681
|
-
"end":
|
|
9780
|
+
"start": 111,
|
|
9781
|
+
"end": 112
|
|
9682
9782
|
},
|
|
9683
9783
|
"context": {
|
|
9684
9784
|
"type": "variable",
|
|
@@ -9686,8 +9786,8 @@
|
|
|
9686
9786
|
"value": "$kendo-toolbar-bg",
|
|
9687
9787
|
"scope": "default",
|
|
9688
9788
|
"line": {
|
|
9689
|
-
"start":
|
|
9690
|
-
"end":
|
|
9789
|
+
"start": 113,
|
|
9790
|
+
"end": 113
|
|
9691
9791
|
}
|
|
9692
9792
|
},
|
|
9693
9793
|
"group": [
|
|
@@ -9702,8 +9802,8 @@
|
|
|
9702
9802
|
{
|
|
9703
9803
|
"description": "The text color of the Chat Toolbar.\n",
|
|
9704
9804
|
"commentRange": {
|
|
9705
|
-
"start":
|
|
9706
|
-
"end":
|
|
9805
|
+
"start": 114,
|
|
9806
|
+
"end": 115
|
|
9707
9807
|
},
|
|
9708
9808
|
"context": {
|
|
9709
9809
|
"type": "variable",
|
|
@@ -9711,8 +9811,8 @@
|
|
|
9711
9811
|
"value": "$kendo-toolbar-text",
|
|
9712
9812
|
"scope": "default",
|
|
9713
9813
|
"line": {
|
|
9714
|
-
"start":
|
|
9715
|
-
"end":
|
|
9814
|
+
"start": 116,
|
|
9815
|
+
"end": 116
|
|
9716
9816
|
}
|
|
9717
9817
|
},
|
|
9718
9818
|
"group": [
|
|
@@ -9727,8 +9827,8 @@
|
|
|
9727
9827
|
{
|
|
9728
9828
|
"description": "The border color of the Chat Toolbar.\n",
|
|
9729
9829
|
"commentRange": {
|
|
9730
|
-
"start":
|
|
9731
|
-
"end":
|
|
9830
|
+
"start": 117,
|
|
9831
|
+
"end": 118
|
|
9732
9832
|
},
|
|
9733
9833
|
"context": {
|
|
9734
9834
|
"type": "variable",
|
|
@@ -9736,8 +9836,8 @@
|
|
|
9736
9836
|
"value": "inherit",
|
|
9737
9837
|
"scope": "default",
|
|
9738
9838
|
"line": {
|
|
9739
|
-
"start":
|
|
9740
|
-
"end":
|
|
9839
|
+
"start": 119,
|
|
9840
|
+
"end": 119
|
|
9741
9841
|
}
|
|
9742
9842
|
},
|
|
9743
9843
|
"group": [
|
|
@@ -9752,8 +9852,8 @@
|
|
|
9752
9852
|
{
|
|
9753
9853
|
"description": "The horizontal padding of the Chat quick reply.\n",
|
|
9754
9854
|
"commentRange": {
|
|
9755
|
-
"start":
|
|
9756
|
-
"end":
|
|
9855
|
+
"start": 121,
|
|
9856
|
+
"end": 122
|
|
9757
9857
|
},
|
|
9758
9858
|
"context": {
|
|
9759
9859
|
"type": "variable",
|
|
@@ -9761,8 +9861,8 @@
|
|
|
9761
9861
|
"value": "k-spacing(3)",
|
|
9762
9862
|
"scope": "default",
|
|
9763
9863
|
"line": {
|
|
9764
|
-
"start":
|
|
9765
|
-
"end":
|
|
9864
|
+
"start": 123,
|
|
9865
|
+
"end": 123
|
|
9766
9866
|
}
|
|
9767
9867
|
},
|
|
9768
9868
|
"group": [
|
|
@@ -9777,8 +9877,8 @@
|
|
|
9777
9877
|
{
|
|
9778
9878
|
"description": "The vertical padding of the Chat quick reply.\n",
|
|
9779
9879
|
"commentRange": {
|
|
9780
|
-
"start":
|
|
9781
|
-
"end":
|
|
9880
|
+
"start": 124,
|
|
9881
|
+
"end": 125
|
|
9782
9882
|
},
|
|
9783
9883
|
"context": {
|
|
9784
9884
|
"type": "variable",
|
|
@@ -9786,8 +9886,8 @@
|
|
|
9786
9886
|
"value": "k-spacing(2)",
|
|
9787
9887
|
"scope": "default",
|
|
9788
9888
|
"line": {
|
|
9789
|
-
"start":
|
|
9790
|
-
"end":
|
|
9889
|
+
"start": 126,
|
|
9890
|
+
"end": 126
|
|
9791
9891
|
}
|
|
9792
9892
|
},
|
|
9793
9893
|
"group": [
|
|
@@ -9802,8 +9902,8 @@
|
|
|
9802
9902
|
{
|
|
9803
9903
|
"description": "The spacing of the Chat quick reply.\n",
|
|
9804
9904
|
"commentRange": {
|
|
9805
|
-
"start":
|
|
9806
|
-
"end":
|
|
9905
|
+
"start": 127,
|
|
9906
|
+
"end": 128
|
|
9807
9907
|
},
|
|
9808
9908
|
"context": {
|
|
9809
9909
|
"type": "variable",
|
|
@@ -9811,8 +9911,8 @@
|
|
|
9811
9911
|
"value": "k-spacing(2)",
|
|
9812
9912
|
"scope": "default",
|
|
9813
9913
|
"line": {
|
|
9814
|
-
"start":
|
|
9815
|
-
"end":
|
|
9914
|
+
"start": 129,
|
|
9915
|
+
"end": 129
|
|
9816
9916
|
}
|
|
9817
9917
|
},
|
|
9818
9918
|
"group": [
|
|
@@ -9827,8 +9927,8 @@
|
|
|
9827
9927
|
{
|
|
9828
9928
|
"description": "The line height of the Chat quick reply.\n",
|
|
9829
9929
|
"commentRange": {
|
|
9830
|
-
"start":
|
|
9831
|
-
"end":
|
|
9930
|
+
"start": 130,
|
|
9931
|
+
"end": 131
|
|
9832
9932
|
},
|
|
9833
9933
|
"context": {
|
|
9834
9934
|
"type": "variable",
|
|
@@ -9836,8 +9936,8 @@
|
|
|
9836
9936
|
"value": "$kendo-chat-bubble-line-height",
|
|
9837
9937
|
"scope": "default",
|
|
9838
9938
|
"line": {
|
|
9839
|
-
"start":
|
|
9840
|
-
"end":
|
|
9939
|
+
"start": 132,
|
|
9940
|
+
"end": 132
|
|
9841
9941
|
}
|
|
9842
9942
|
},
|
|
9843
9943
|
"group": [
|
|
@@ -9852,8 +9952,8 @@
|
|
|
9852
9952
|
{
|
|
9853
9953
|
"description": "The background color of the Chat.\n",
|
|
9854
9954
|
"commentRange": {
|
|
9855
|
-
"start":
|
|
9856
|
-
"end":
|
|
9955
|
+
"start": 135,
|
|
9956
|
+
"end": 136
|
|
9857
9957
|
},
|
|
9858
9958
|
"context": {
|
|
9859
9959
|
"type": "variable",
|
|
@@ -9861,8 +9961,8 @@
|
|
|
9861
9961
|
"value": "$kendo-app-bg",
|
|
9862
9962
|
"scope": "default",
|
|
9863
9963
|
"line": {
|
|
9864
|
-
"start":
|
|
9865
|
-
"end":
|
|
9964
|
+
"start": 137,
|
|
9965
|
+
"end": 137
|
|
9866
9966
|
}
|
|
9867
9967
|
},
|
|
9868
9968
|
"group": [
|
|
@@ -9877,8 +9977,8 @@
|
|
|
9877
9977
|
{
|
|
9878
9978
|
"description": "The text color of the Chat.\n",
|
|
9879
9979
|
"commentRange": {
|
|
9880
|
-
"start":
|
|
9881
|
-
"end":
|
|
9980
|
+
"start": 138,
|
|
9981
|
+
"end": 139
|
|
9882
9982
|
},
|
|
9883
9983
|
"context": {
|
|
9884
9984
|
"type": "variable",
|
|
@@ -9886,8 +9986,8 @@
|
|
|
9886
9986
|
"value": "$kendo-app-text",
|
|
9887
9987
|
"scope": "default",
|
|
9888
9988
|
"line": {
|
|
9889
|
-
"start":
|
|
9890
|
-
"end":
|
|
9989
|
+
"start": 140,
|
|
9990
|
+
"end": 140
|
|
9891
9991
|
}
|
|
9892
9992
|
},
|
|
9893
9993
|
"group": [
|
|
@@ -9902,8 +10002,8 @@
|
|
|
9902
10002
|
{
|
|
9903
10003
|
"description": "The border color of the Chat.\n",
|
|
9904
10004
|
"commentRange": {
|
|
9905
|
-
"start":
|
|
9906
|
-
"end":
|
|
10005
|
+
"start": 141,
|
|
10006
|
+
"end": 142
|
|
9907
10007
|
},
|
|
9908
10008
|
"context": {
|
|
9909
10009
|
"type": "variable",
|
|
@@ -9911,8 +10011,8 @@
|
|
|
9911
10011
|
"value": "$kendo-app-border",
|
|
9912
10012
|
"scope": "default",
|
|
9913
10013
|
"line": {
|
|
9914
|
-
"start":
|
|
9915
|
-
"end":
|
|
10014
|
+
"start": 143,
|
|
10015
|
+
"end": 143
|
|
9916
10016
|
}
|
|
9917
10017
|
},
|
|
9918
10018
|
"group": [
|
|
@@ -9927,8 +10027,8 @@
|
|
|
9927
10027
|
{
|
|
9928
10028
|
"description": "The background color of the Chat bubble.\n",
|
|
9929
10029
|
"commentRange": {
|
|
9930
|
-
"start":
|
|
9931
|
-
"end":
|
|
10030
|
+
"start": 145,
|
|
10031
|
+
"end": 146
|
|
9932
10032
|
},
|
|
9933
10033
|
"context": {
|
|
9934
10034
|
"type": "variable",
|
|
@@ -9936,8 +10036,8 @@
|
|
|
9936
10036
|
"value": "$kendo-component-bg",
|
|
9937
10037
|
"scope": "default",
|
|
9938
10038
|
"line": {
|
|
9939
|
-
"start":
|
|
9940
|
-
"end":
|
|
10039
|
+
"start": 147,
|
|
10040
|
+
"end": 147
|
|
9941
10041
|
}
|
|
9942
10042
|
},
|
|
9943
10043
|
"group": [
|
|
@@ -9952,8 +10052,8 @@
|
|
|
9952
10052
|
{
|
|
9953
10053
|
"description": "The text color of the Chat bubble.\n",
|
|
9954
10054
|
"commentRange": {
|
|
9955
|
-
"start":
|
|
9956
|
-
"end":
|
|
10055
|
+
"start": 148,
|
|
10056
|
+
"end": 149
|
|
9957
10057
|
},
|
|
9958
10058
|
"context": {
|
|
9959
10059
|
"type": "variable",
|
|
@@ -9961,8 +10061,8 @@
|
|
|
9961
10061
|
"value": "$kendo-component-text",
|
|
9962
10062
|
"scope": "default",
|
|
9963
10063
|
"line": {
|
|
9964
|
-
"start":
|
|
9965
|
-
"end":
|
|
10064
|
+
"start": 150,
|
|
10065
|
+
"end": 150
|
|
9966
10066
|
}
|
|
9967
10067
|
},
|
|
9968
10068
|
"group": [
|
|
@@ -9977,8 +10077,8 @@
|
|
|
9977
10077
|
{
|
|
9978
10078
|
"description": "The border color of the Chat bubble.\n",
|
|
9979
10079
|
"commentRange": {
|
|
9980
|
-
"start":
|
|
9981
|
-
"end":
|
|
10080
|
+
"start": 151,
|
|
10081
|
+
"end": 152
|
|
9982
10082
|
},
|
|
9983
10083
|
"context": {
|
|
9984
10084
|
"type": "variable",
|
|
@@ -9986,8 +10086,8 @@
|
|
|
9986
10086
|
"value": "$kendo-chat-bubble-bg",
|
|
9987
10087
|
"scope": "default",
|
|
9988
10088
|
"line": {
|
|
9989
|
-
"start":
|
|
9990
|
-
"end":
|
|
10089
|
+
"start": 153,
|
|
10090
|
+
"end": 153
|
|
9991
10091
|
}
|
|
9992
10092
|
},
|
|
9993
10093
|
"group": [
|
|
@@ -10002,8 +10102,8 @@
|
|
|
10002
10102
|
{
|
|
10003
10103
|
"description": "The box shadow of the Chat bubble.\n",
|
|
10004
10104
|
"commentRange": {
|
|
10005
|
-
"start":
|
|
10006
|
-
"end":
|
|
10105
|
+
"start": 154,
|
|
10106
|
+
"end": 155
|
|
10007
10107
|
},
|
|
10008
10108
|
"context": {
|
|
10009
10109
|
"type": "variable",
|
|
@@ -10011,8 +10111,8 @@
|
|
|
10011
10111
|
"value": "k-elevation(1)",
|
|
10012
10112
|
"scope": "default",
|
|
10013
10113
|
"line": {
|
|
10014
|
-
"start":
|
|
10015
|
-
"end":
|
|
10114
|
+
"start": 156,
|
|
10115
|
+
"end": 156
|
|
10016
10116
|
}
|
|
10017
10117
|
},
|
|
10018
10118
|
"group": [
|
|
@@ -10027,8 +10127,8 @@
|
|
|
10027
10127
|
{
|
|
10028
10128
|
"description": "The shadow of the hovered Chat bubble.\n",
|
|
10029
10129
|
"commentRange": {
|
|
10030
|
-
"start":
|
|
10031
|
-
"end":
|
|
10130
|
+
"start": 157,
|
|
10131
|
+
"end": 158
|
|
10032
10132
|
},
|
|
10033
10133
|
"context": {
|
|
10034
10134
|
"type": "variable",
|
|
@@ -10036,8 +10136,8 @@
|
|
|
10036
10136
|
"value": "k-elevation(2)",
|
|
10037
10137
|
"scope": "default",
|
|
10038
10138
|
"line": {
|
|
10039
|
-
"start":
|
|
10040
|
-
"end":
|
|
10139
|
+
"start": 159,
|
|
10140
|
+
"end": 159
|
|
10041
10141
|
}
|
|
10042
10142
|
},
|
|
10043
10143
|
"group": [
|
|
@@ -10052,8 +10152,8 @@
|
|
|
10052
10152
|
{
|
|
10053
10153
|
"description": "The shadow of the selected Chat bubble.\n",
|
|
10054
10154
|
"commentRange": {
|
|
10055
|
-
"start":
|
|
10056
|
-
"end":
|
|
10155
|
+
"start": 160,
|
|
10156
|
+
"end": 161
|
|
10057
10157
|
},
|
|
10058
10158
|
"context": {
|
|
10059
10159
|
"type": "variable",
|
|
@@ -10061,8 +10161,8 @@
|
|
|
10061
10161
|
"value": "k-elevation(3)",
|
|
10062
10162
|
"scope": "default",
|
|
10063
10163
|
"line": {
|
|
10064
|
-
"start":
|
|
10065
|
-
"end":
|
|
10164
|
+
"start": 162,
|
|
10165
|
+
"end": 162
|
|
10066
10166
|
}
|
|
10067
10167
|
},
|
|
10068
10168
|
"group": [
|
|
@@ -10077,8 +10177,8 @@
|
|
|
10077
10177
|
{
|
|
10078
10178
|
"description": "The background color of the Chat alt bubble.\n",
|
|
10079
10179
|
"commentRange": {
|
|
10080
|
-
"start":
|
|
10081
|
-
"end":
|
|
10180
|
+
"start": 164,
|
|
10181
|
+
"end": 165
|
|
10082
10182
|
},
|
|
10083
10183
|
"context": {
|
|
10084
10184
|
"type": "variable",
|
|
@@ -10086,8 +10186,8 @@
|
|
|
10086
10186
|
"value": "$kendo-color-primary",
|
|
10087
10187
|
"scope": "default",
|
|
10088
10188
|
"line": {
|
|
10089
|
-
"start":
|
|
10090
|
-
"end":
|
|
10189
|
+
"start": 166,
|
|
10190
|
+
"end": 166
|
|
10091
10191
|
}
|
|
10092
10192
|
},
|
|
10093
10193
|
"group": [
|
|
@@ -10102,8 +10202,8 @@
|
|
|
10102
10202
|
{
|
|
10103
10203
|
"description": "The text color of the Chat alt bubble.\n",
|
|
10104
10204
|
"commentRange": {
|
|
10105
|
-
"start":
|
|
10106
|
-
"end":
|
|
10205
|
+
"start": 167,
|
|
10206
|
+
"end": 168
|
|
10107
10207
|
},
|
|
10108
10208
|
"context": {
|
|
10109
10209
|
"type": "variable",
|
|
@@ -10111,8 +10211,8 @@
|
|
|
10111
10211
|
"value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-chat-alt-bubble-bg ))",
|
|
10112
10212
|
"scope": "default",
|
|
10113
10213
|
"line": {
|
|
10114
|
-
"start":
|
|
10115
|
-
"end":
|
|
10214
|
+
"start": 169,
|
|
10215
|
+
"end": 169
|
|
10116
10216
|
}
|
|
10117
10217
|
},
|
|
10118
10218
|
"group": [
|
|
@@ -10127,8 +10227,8 @@
|
|
|
10127
10227
|
{
|
|
10128
10228
|
"description": "The border color of the Chat alt bubble.\n",
|
|
10129
10229
|
"commentRange": {
|
|
10130
|
-
"start":
|
|
10131
|
-
"end":
|
|
10230
|
+
"start": 170,
|
|
10231
|
+
"end": 171
|
|
10132
10232
|
},
|
|
10133
10233
|
"context": {
|
|
10134
10234
|
"type": "variable",
|
|
@@ -10136,8 +10236,8 @@
|
|
|
10136
10236
|
"value": "$kendo-chat-alt-bubble-bg",
|
|
10137
10237
|
"scope": "default",
|
|
10138
10238
|
"line": {
|
|
10139
|
-
"start":
|
|
10140
|
-
"end":
|
|
10239
|
+
"start": 172,
|
|
10240
|
+
"end": 172
|
|
10141
10241
|
}
|
|
10142
10242
|
},
|
|
10143
10243
|
"group": [
|
|
@@ -10152,8 +10252,8 @@
|
|
|
10152
10252
|
{
|
|
10153
10253
|
"description": "The shadow of the Chat alt bubble.\n",
|
|
10154
10254
|
"commentRange": {
|
|
10155
|
-
"start":
|
|
10156
|
-
"end":
|
|
10255
|
+
"start": 173,
|
|
10256
|
+
"end": 174
|
|
10157
10257
|
},
|
|
10158
10258
|
"context": {
|
|
10159
10259
|
"type": "variable",
|
|
@@ -10161,8 +10261,8 @@
|
|
|
10161
10261
|
"value": "k-elevation(1)",
|
|
10162
10262
|
"scope": "default",
|
|
10163
10263
|
"line": {
|
|
10164
|
-
"start":
|
|
10165
|
-
"end":
|
|
10264
|
+
"start": 175,
|
|
10265
|
+
"end": 175
|
|
10166
10266
|
}
|
|
10167
10267
|
},
|
|
10168
10268
|
"group": [
|
|
@@ -10177,8 +10277,8 @@
|
|
|
10177
10277
|
{
|
|
10178
10278
|
"description": "The shadow of the hovered Chat alt bubble.\n",
|
|
10179
10279
|
"commentRange": {
|
|
10180
|
-
"start":
|
|
10181
|
-
"end":
|
|
10280
|
+
"start": 176,
|
|
10281
|
+
"end": 177
|
|
10182
10282
|
},
|
|
10183
10283
|
"context": {
|
|
10184
10284
|
"type": "variable",
|
|
@@ -10186,8 +10286,8 @@
|
|
|
10186
10286
|
"value": "k-elevation(2)",
|
|
10187
10287
|
"scope": "default",
|
|
10188
10288
|
"line": {
|
|
10189
|
-
"start":
|
|
10190
|
-
"end":
|
|
10289
|
+
"start": 178,
|
|
10290
|
+
"end": 178
|
|
10191
10291
|
}
|
|
10192
10292
|
},
|
|
10193
10293
|
"group": [
|
|
@@ -10202,8 +10302,8 @@
|
|
|
10202
10302
|
{
|
|
10203
10303
|
"description": "The shadow of the selected Chat alt bubble.\n",
|
|
10204
10304
|
"commentRange": {
|
|
10205
|
-
"start":
|
|
10206
|
-
"end":
|
|
10305
|
+
"start": 179,
|
|
10306
|
+
"end": 180
|
|
10207
10307
|
},
|
|
10208
10308
|
"context": {
|
|
10209
10309
|
"type": "variable",
|
|
@@ -10211,8 +10311,8 @@
|
|
|
10211
10311
|
"value": "k-elevation(3)",
|
|
10212
10312
|
"scope": "default",
|
|
10213
10313
|
"line": {
|
|
10214
|
-
"start":
|
|
10215
|
-
"end":
|
|
10314
|
+
"start": 181,
|
|
10315
|
+
"end": 181
|
|
10216
10316
|
}
|
|
10217
10317
|
},
|
|
10218
10318
|
"group": [
|
|
@@ -10227,8 +10327,8 @@
|
|
|
10227
10327
|
{
|
|
10228
10328
|
"description": "The background color of the Chat quick reply.\n",
|
|
10229
10329
|
"commentRange": {
|
|
10230
|
-
"start":
|
|
10231
|
-
"end":
|
|
10330
|
+
"start": 183,
|
|
10331
|
+
"end": 184
|
|
10232
10332
|
},
|
|
10233
10333
|
"context": {
|
|
10234
10334
|
"type": "variable",
|
|
@@ -10236,8 +10336,8 @@
|
|
|
10236
10336
|
"value": "transparent",
|
|
10237
10337
|
"scope": "default",
|
|
10238
10338
|
"line": {
|
|
10239
|
-
"start":
|
|
10240
|
-
"end":
|
|
10339
|
+
"start": 185,
|
|
10340
|
+
"end": 185
|
|
10241
10341
|
}
|
|
10242
10342
|
},
|
|
10243
10343
|
"group": [
|
|
@@ -10252,8 +10352,8 @@
|
|
|
10252
10352
|
{
|
|
10253
10353
|
"description": "The text color of the Chat quick reply.\n",
|
|
10254
10354
|
"commentRange": {
|
|
10255
|
-
"start":
|
|
10256
|
-
"end":
|
|
10355
|
+
"start": 186,
|
|
10356
|
+
"end": 187
|
|
10257
10357
|
},
|
|
10258
10358
|
"context": {
|
|
10259
10359
|
"type": "variable",
|
|
@@ -10261,8 +10361,8 @@
|
|
|
10261
10361
|
"value": "$kendo-color-primary",
|
|
10262
10362
|
"scope": "default",
|
|
10263
10363
|
"line": {
|
|
10264
|
-
"start":
|
|
10265
|
-
"end":
|
|
10364
|
+
"start": 188,
|
|
10365
|
+
"end": 188
|
|
10266
10366
|
}
|
|
10267
10367
|
},
|
|
10268
10368
|
"group": [
|
|
@@ -10277,8 +10377,8 @@
|
|
|
10277
10377
|
{
|
|
10278
10378
|
"description": "The border color of the Chat quick reply.\n",
|
|
10279
10379
|
"commentRange": {
|
|
10280
|
-
"start":
|
|
10281
|
-
"end":
|
|
10380
|
+
"start": 189,
|
|
10381
|
+
"end": 190
|
|
10282
10382
|
},
|
|
10283
10383
|
"context": {
|
|
10284
10384
|
"type": "variable",
|
|
@@ -10286,8 +10386,8 @@
|
|
|
10286
10386
|
"value": "$kendo-color-primary",
|
|
10287
10387
|
"scope": "default",
|
|
10288
10388
|
"line": {
|
|
10289
|
-
"start":
|
|
10290
|
-
"end":
|
|
10389
|
+
"start": 191,
|
|
10390
|
+
"end": 191
|
|
10291
10391
|
}
|
|
10292
10392
|
},
|
|
10293
10393
|
"group": [
|
|
@@ -10302,8 +10402,8 @@
|
|
|
10302
10402
|
{
|
|
10303
10403
|
"description": "The background color of the hovered Chat quick reply.\n",
|
|
10304
10404
|
"commentRange": {
|
|
10305
|
-
"start":
|
|
10306
|
-
"end":
|
|
10405
|
+
"start": 193,
|
|
10406
|
+
"end": 194
|
|
10307
10407
|
},
|
|
10308
10408
|
"context": {
|
|
10309
10409
|
"type": "variable",
|
|
@@ -10311,8 +10411,8 @@
|
|
|
10311
10411
|
"value": "$kendo-color-primary",
|
|
10312
10412
|
"scope": "default",
|
|
10313
10413
|
"line": {
|
|
10314
|
-
"start":
|
|
10315
|
-
"end":
|
|
10414
|
+
"start": 195,
|
|
10415
|
+
"end": 195
|
|
10316
10416
|
}
|
|
10317
10417
|
},
|
|
10318
10418
|
"group": [
|
|
@@ -10327,8 +10427,8 @@
|
|
|
10327
10427
|
{
|
|
10328
10428
|
"description": "The text color of the hovered Chat quick reply.\n",
|
|
10329
10429
|
"commentRange": {
|
|
10330
|
-
"start":
|
|
10331
|
-
"end":
|
|
10430
|
+
"start": 196,
|
|
10431
|
+
"end": 197
|
|
10332
10432
|
},
|
|
10333
10433
|
"context": {
|
|
10334
10434
|
"type": "variable",
|
|
@@ -10336,8 +10436,8 @@
|
|
|
10336
10436
|
"value": "$kendo-color-primary-contrast",
|
|
10337
10437
|
"scope": "default",
|
|
10338
10438
|
"line": {
|
|
10339
|
-
"start":
|
|
10340
|
-
"end":
|
|
10439
|
+
"start": 198,
|
|
10440
|
+
"end": 198
|
|
10341
10441
|
}
|
|
10342
10442
|
},
|
|
10343
10443
|
"group": [
|
|
@@ -10352,8 +10452,8 @@
|
|
|
10352
10452
|
{
|
|
10353
10453
|
"description": "The border color of the hovered Chat quick reply.\n",
|
|
10354
10454
|
"commentRange": {
|
|
10355
|
-
"start":
|
|
10356
|
-
"end":
|
|
10455
|
+
"start": 199,
|
|
10456
|
+
"end": 200
|
|
10357
10457
|
},
|
|
10358
10458
|
"context": {
|
|
10359
10459
|
"type": "variable",
|
|
@@ -10361,8 +10461,8 @@
|
|
|
10361
10461
|
"value": "$kendo-color-primary",
|
|
10362
10462
|
"scope": "default",
|
|
10363
10463
|
"line": {
|
|
10364
|
-
"start":
|
|
10365
|
-
"end":
|
|
10464
|
+
"start": 201,
|
|
10465
|
+
"end": 201
|
|
10366
10466
|
}
|
|
10367
10467
|
},
|
|
10368
10468
|
"group": [
|
|
@@ -17814,7 +17914,7 @@
|
|
|
17814
17914
|
"context": {
|
|
17815
17915
|
"type": "variable",
|
|
17816
17916
|
"name": "kendo-drawer-item-font-size",
|
|
17817
|
-
"value": "
|
|
17917
|
+
"value": "var( --kendo-font-size-lg, inherit )",
|
|
17818
17918
|
"scope": "default",
|
|
17819
17919
|
"line": {
|
|
17820
17920
|
"start": 57,
|
|
@@ -23189,7 +23289,7 @@
|
|
|
23189
23289
|
"context": {
|
|
23190
23290
|
"type": "variable",
|
|
23191
23291
|
"name": "kendo-form-legend-font-size",
|
|
23192
|
-
"value": "
|
|
23292
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
23193
23293
|
"scope": "default",
|
|
23194
23294
|
"line": {
|
|
23195
23295
|
"start": 56,
|
|
@@ -23289,7 +23389,7 @@
|
|
|
23289
23389
|
"context": {
|
|
23290
23390
|
"type": "variable",
|
|
23291
23391
|
"name": "kendo-form-hint-font-size",
|
|
23292
|
-
"value": "
|
|
23392
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
23293
23393
|
"scope": "default",
|
|
23294
23394
|
"line": {
|
|
23295
23395
|
"start": 71,
|
|
@@ -23689,7 +23789,7 @@
|
|
|
23689
23789
|
"context": {
|
|
23690
23790
|
"type": "variable",
|
|
23691
23791
|
"name": "kendo-label-optional-font-size",
|
|
23692
|
-
"value": "
|
|
23792
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
23693
23793
|
"scope": "default",
|
|
23694
23794
|
"line": {
|
|
23695
23795
|
"start": 127,
|
|
@@ -40639,7 +40739,7 @@
|
|
|
40639
40739
|
"context": {
|
|
40640
40740
|
"type": "variable",
|
|
40641
40741
|
"name": "kendo-progressbar-line-height",
|
|
40642
|
-
"value": "
|
|
40742
|
+
"value": "var( --kendo-line-height-xs, normal )",
|
|
40643
40743
|
"scope": "default",
|
|
40644
40744
|
"line": {
|
|
40645
40745
|
"start": 23,
|
|
@@ -58592,7 +58692,7 @@
|
|
|
58592
58692
|
"context": {
|
|
58593
58693
|
"type": "variable",
|
|
58594
58694
|
"name": "kendo-tooltip-line-height",
|
|
58595
|
-
"value": "
|
|
58695
|
+
"value": "var( --kendo-line-height-sm, normal )",
|
|
58596
58696
|
"scope": "default",
|
|
58597
58697
|
"line": {
|
|
58598
58698
|
"start": 24,
|
|
@@ -58642,7 +58742,7 @@
|
|
|
58642
58742
|
"context": {
|
|
58643
58743
|
"type": "variable",
|
|
58644
58744
|
"name": "kendo-tooltip-title-line-height",
|
|
58645
|
-
"value": "
|
|
58745
|
+
"value": "var( --kendo-line-height-xs, normal )",
|
|
58646
58746
|
"scope": "default",
|
|
58647
58747
|
"line": {
|
|
58648
58748
|
"start": 31,
|
|
@@ -62917,7 +63017,7 @@
|
|
|
62917
63017
|
"context": {
|
|
62918
63018
|
"type": "variable",
|
|
62919
63019
|
"name": "kendo-upload-validation-font-size",
|
|
62920
|
-
"value": "
|
|
63020
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
62921
63021
|
"scope": "default",
|
|
62922
63022
|
"line": {
|
|
62923
63023
|
"start": 68,
|
|
@@ -62934,15 +63034,15 @@
|
|
|
62934
63034
|
}
|
|
62935
63035
|
},
|
|
62936
63036
|
{
|
|
62937
|
-
"description": "The
|
|
63037
|
+
"description": "The line height of the Upload validation message.\n",
|
|
62938
63038
|
"commentRange": {
|
|
62939
63039
|
"start": 69,
|
|
62940
63040
|
"end": 70
|
|
62941
63041
|
},
|
|
62942
63042
|
"context": {
|
|
62943
63043
|
"type": "variable",
|
|
62944
|
-
"name": "kendo-upload-
|
|
62945
|
-
"value": "
|
|
63044
|
+
"name": "kendo-upload-validation-line-height",
|
|
63045
|
+
"value": "var( --kendo-line-height-xs, normal )",
|
|
62946
63046
|
"scope": "default",
|
|
62947
63047
|
"line": {
|
|
62948
63048
|
"start": 71,
|
|
@@ -62959,15 +63059,15 @@
|
|
|
62959
63059
|
}
|
|
62960
63060
|
},
|
|
62961
63061
|
{
|
|
62962
|
-
"description": "The
|
|
63062
|
+
"description": "The horizontal spacing of the Upload status icon.\n",
|
|
62963
63063
|
"commentRange": {
|
|
62964
63064
|
"start": 72,
|
|
62965
63065
|
"end": 73
|
|
62966
63066
|
},
|
|
62967
63067
|
"context": {
|
|
62968
63068
|
"type": "variable",
|
|
62969
|
-
"name": "kendo-upload-icon-
|
|
62970
|
-
"value": "$kendo-
|
|
63069
|
+
"name": "kendo-upload-icon-spacing",
|
|
63070
|
+
"value": "$kendo-icon-spacing",
|
|
62971
63071
|
"scope": "default",
|
|
62972
63072
|
"line": {
|
|
62973
63073
|
"start": 74,
|
|
@@ -62983,11 +63083,36 @@
|
|
|
62983
63083
|
"name": "_variables.scss"
|
|
62984
63084
|
}
|
|
62985
63085
|
},
|
|
63086
|
+
{
|
|
63087
|
+
"description": "The color of the uploaded items icon.\n",
|
|
63088
|
+
"commentRange": {
|
|
63089
|
+
"start": 75,
|
|
63090
|
+
"end": 76
|
|
63091
|
+
},
|
|
63092
|
+
"context": {
|
|
63093
|
+
"type": "variable",
|
|
63094
|
+
"name": "kendo-upload-icon-color",
|
|
63095
|
+
"value": "$kendo-subtle-text",
|
|
63096
|
+
"scope": "default",
|
|
63097
|
+
"line": {
|
|
63098
|
+
"start": 77,
|
|
63099
|
+
"end": 77
|
|
63100
|
+
}
|
|
63101
|
+
},
|
|
63102
|
+
"group": [
|
|
63103
|
+
"upload"
|
|
63104
|
+
],
|
|
63105
|
+
"access": "public",
|
|
63106
|
+
"file": {
|
|
63107
|
+
"path": "upload/_variables.scss",
|
|
63108
|
+
"name": "_variables.scss"
|
|
63109
|
+
}
|
|
63110
|
+
},
|
|
62986
63111
|
{
|
|
62987
63112
|
"description": "The thickness of the Upload progress bar.\n",
|
|
62988
63113
|
"commentRange": {
|
|
62989
|
-
"start":
|
|
62990
|
-
"end":
|
|
63114
|
+
"start": 79,
|
|
63115
|
+
"end": 80
|
|
62991
63116
|
},
|
|
62992
63117
|
"context": {
|
|
62993
63118
|
"type": "variable",
|
|
@@ -62995,8 +63120,8 @@
|
|
|
62995
63120
|
"value": "2px",
|
|
62996
63121
|
"scope": "default",
|
|
62997
63122
|
"line": {
|
|
62998
|
-
"start":
|
|
62999
|
-
"end":
|
|
63123
|
+
"start": 81,
|
|
63124
|
+
"end": 81
|
|
63000
63125
|
}
|
|
63001
63126
|
},
|
|
63002
63127
|
"group": [
|
|
@@ -63011,8 +63136,8 @@
|
|
|
63011
63136
|
{
|
|
63012
63137
|
"description": "The background color of the Upload progress bar.\n",
|
|
63013
63138
|
"commentRange": {
|
|
63014
|
-
"start":
|
|
63015
|
-
"end":
|
|
63139
|
+
"start": 82,
|
|
63140
|
+
"end": 83
|
|
63016
63141
|
},
|
|
63017
63142
|
"context": {
|
|
63018
63143
|
"type": "variable",
|
|
@@ -63020,8 +63145,8 @@
|
|
|
63020
63145
|
"value": "$kendo-color-info",
|
|
63021
63146
|
"scope": "default",
|
|
63022
63147
|
"line": {
|
|
63023
|
-
"start":
|
|
63024
|
-
"end":
|
|
63148
|
+
"start": 84,
|
|
63149
|
+
"end": 84
|
|
63025
63150
|
}
|
|
63026
63151
|
},
|
|
63027
63152
|
"group": [
|
|
@@ -63036,8 +63161,8 @@
|
|
|
63036
63161
|
{
|
|
63037
63162
|
"description": "The success text color of the Upload.\n",
|
|
63038
63163
|
"commentRange": {
|
|
63039
|
-
"start":
|
|
63040
|
-
"end":
|
|
63164
|
+
"start": 86,
|
|
63165
|
+
"end": 87
|
|
63041
63166
|
},
|
|
63042
63167
|
"context": {
|
|
63043
63168
|
"type": "variable",
|
|
@@ -63045,8 +63170,8 @@
|
|
|
63045
63170
|
"value": "$kendo-color-success",
|
|
63046
63171
|
"scope": "default",
|
|
63047
63172
|
"line": {
|
|
63048
|
-
"start":
|
|
63049
|
-
"end":
|
|
63173
|
+
"start": 88,
|
|
63174
|
+
"end": 88
|
|
63050
63175
|
}
|
|
63051
63176
|
},
|
|
63052
63177
|
"group": [
|
|
@@ -63061,8 +63186,8 @@
|
|
|
63061
63186
|
{
|
|
63062
63187
|
"description": "The success background color of the Upload progress bar.\n",
|
|
63063
63188
|
"commentRange": {
|
|
63064
|
-
"start":
|
|
63065
|
-
"end":
|
|
63189
|
+
"start": 89,
|
|
63190
|
+
"end": 90
|
|
63066
63191
|
},
|
|
63067
63192
|
"context": {
|
|
63068
63193
|
"type": "variable",
|
|
@@ -63070,8 +63195,8 @@
|
|
|
63070
63195
|
"value": "$kendo-color-success",
|
|
63071
63196
|
"scope": "default",
|
|
63072
63197
|
"line": {
|
|
63073
|
-
"start":
|
|
63074
|
-
"end":
|
|
63198
|
+
"start": 91,
|
|
63199
|
+
"end": 91
|
|
63075
63200
|
}
|
|
63076
63201
|
},
|
|
63077
63202
|
"group": [
|
|
@@ -63086,8 +63211,8 @@
|
|
|
63086
63211
|
{
|
|
63087
63212
|
"description": "The error text color of the Upload.\n",
|
|
63088
63213
|
"commentRange": {
|
|
63089
|
-
"start":
|
|
63090
|
-
"end":
|
|
63214
|
+
"start": 93,
|
|
63215
|
+
"end": 94
|
|
63091
63216
|
},
|
|
63092
63217
|
"context": {
|
|
63093
63218
|
"type": "variable",
|
|
@@ -63095,8 +63220,8 @@
|
|
|
63095
63220
|
"value": "$kendo-color-error",
|
|
63096
63221
|
"scope": "default",
|
|
63097
63222
|
"line": {
|
|
63098
|
-
"start":
|
|
63099
|
-
"end":
|
|
63223
|
+
"start": 95,
|
|
63224
|
+
"end": 95
|
|
63100
63225
|
}
|
|
63101
63226
|
},
|
|
63102
63227
|
"group": [
|
|
@@ -63111,8 +63236,8 @@
|
|
|
63111
63236
|
{
|
|
63112
63237
|
"description": "The error background color of the Upload progress bar.\n",
|
|
63113
63238
|
"commentRange": {
|
|
63114
|
-
"start":
|
|
63115
|
-
"end":
|
|
63239
|
+
"start": 96,
|
|
63240
|
+
"end": 97
|
|
63116
63241
|
},
|
|
63117
63242
|
"context": {
|
|
63118
63243
|
"type": "variable",
|
|
@@ -63120,8 +63245,8 @@
|
|
|
63120
63245
|
"value": "$kendo-color-error",
|
|
63121
63246
|
"scope": "default",
|
|
63122
63247
|
"line": {
|
|
63123
|
-
"start":
|
|
63124
|
-
"end":
|
|
63248
|
+
"start": 98,
|
|
63249
|
+
"end": 98
|
|
63125
63250
|
}
|
|
63126
63251
|
},
|
|
63127
63252
|
"group": [
|
|
@@ -63136,8 +63261,8 @@
|
|
|
63136
63261
|
{
|
|
63137
63262
|
"description": "The shadow of the focused Upload button, actions and uploaded items.\n",
|
|
63138
63263
|
"commentRange": {
|
|
63139
|
-
"start":
|
|
63140
|
-
"end":
|
|
63264
|
+
"start": 100,
|
|
63265
|
+
"end": 101
|
|
63141
63266
|
},
|
|
63142
63267
|
"context": {
|
|
63143
63268
|
"type": "variable",
|
|
@@ -63145,8 +63270,8 @@
|
|
|
63145
63270
|
"value": "0 0 0 2px rgba( black, .13 )",
|
|
63146
63271
|
"scope": "default",
|
|
63147
63272
|
"line": {
|
|
63148
|
-
"start":
|
|
63149
|
-
"end":
|
|
63273
|
+
"start": 102,
|
|
63274
|
+
"end": 102
|
|
63150
63275
|
}
|
|
63151
63276
|
},
|
|
63152
63277
|
"group": [
|
|
@@ -63417,7 +63542,7 @@
|
|
|
63417
63542
|
"context": {
|
|
63418
63543
|
"type": "variable",
|
|
63419
63544
|
"name": "kendo-window-title-line-height",
|
|
63420
|
-
"value": "
|
|
63545
|
+
"value": "var( --kendo-line-height-sm, normal )",
|
|
63421
63546
|
"scope": "default",
|
|
63422
63547
|
"line": {
|
|
63423
63548
|
"start": 39,
|