@progress/kendo-theme-default 11.1.0-dev.6 → 11.1.0-dev.8
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/default-blue.css +1 -1
- package/dist/default-dataviz-v4.css +1 -1
- package/dist/default-green.css +1 -1
- package/dist/default-main-dark.css +1 -1
- package/dist/default-main.css +1 -1
- package/dist/default-nordic.css +1 -1
- package/dist/default-ocean-blue-a11y.css +1 -1
- package/dist/default-ocean-blue.css +1 -1
- package/dist/default-orange.css +1 -1
- package/dist/default-purple.css +1 -1
- package/dist/default-turquoise.css +1 -1
- package/dist/default-urban.css +1 -1
- package/dist/meta/sassdoc-data.json +1134 -108
- package/dist/meta/sassdoc-raw-data.json +524 -49
- package/dist/meta/variables.json +88 -4
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/button/_variables.scss +5 -0
- package/scss/index.scss +3 -0
- package/scss/speech-to-text-button/_variables.scss +1 -7
- package/scss/suggestion/_index.scss +16 -0
- package/scss/suggestion/_layout.scss +6 -0
- package/scss/suggestion/_theme.scss +6 -0
- package/scss/suggestion/_variables.scss +93 -0
|
@@ -4349,11 +4349,36 @@
|
|
|
4349
4349
|
"name": "_variables.scss"
|
|
4350
4350
|
}
|
|
4351
4351
|
},
|
|
4352
|
+
{
|
|
4353
|
+
"description": "The opacity of the pulsing animation for the generating Button.\n",
|
|
4354
|
+
"commentRange": {
|
|
4355
|
+
"start": 211,
|
|
4356
|
+
"end": 212
|
|
4357
|
+
},
|
|
4358
|
+
"context": {
|
|
4359
|
+
"type": "variable",
|
|
4360
|
+
"name": "kendo-button-pulsing-opacity",
|
|
4361
|
+
"value": ".4",
|
|
4362
|
+
"scope": "default",
|
|
4363
|
+
"line": {
|
|
4364
|
+
"start": 213,
|
|
4365
|
+
"end": 213
|
|
4366
|
+
}
|
|
4367
|
+
},
|
|
4368
|
+
"group": [
|
|
4369
|
+
"button"
|
|
4370
|
+
],
|
|
4371
|
+
"access": "public",
|
|
4372
|
+
"file": {
|
|
4373
|
+
"path": "button/_variables.scss",
|
|
4374
|
+
"name": "_variables.scss"
|
|
4375
|
+
}
|
|
4376
|
+
},
|
|
4352
4377
|
{
|
|
4353
4378
|
"description": "The overlay opacity of the hovered flat Button. Used to create a background for the flat Button.\n",
|
|
4354
4379
|
"commentRange": {
|
|
4355
|
-
"start":
|
|
4356
|
-
"end":
|
|
4380
|
+
"start": 247,
|
|
4381
|
+
"end": 248
|
|
4357
4382
|
},
|
|
4358
4383
|
"context": {
|
|
4359
4384
|
"type": "variable",
|
|
@@ -4361,8 +4386,8 @@
|
|
|
4361
4386
|
"value": ".04",
|
|
4362
4387
|
"scope": "default",
|
|
4363
4388
|
"line": {
|
|
4364
|
-
"start":
|
|
4365
|
-
"end":
|
|
4389
|
+
"start": 249,
|
|
4390
|
+
"end": 249
|
|
4366
4391
|
}
|
|
4367
4392
|
},
|
|
4368
4393
|
"group": [
|
|
@@ -4377,8 +4402,8 @@
|
|
|
4377
4402
|
{
|
|
4378
4403
|
"description": "The overlay opacity of the focused flat Button. Used to create a background for the flat Button.\n",
|
|
4379
4404
|
"commentRange": {
|
|
4380
|
-
"start":
|
|
4381
|
-
"end":
|
|
4405
|
+
"start": 250,
|
|
4406
|
+
"end": 251
|
|
4382
4407
|
},
|
|
4383
4408
|
"context": {
|
|
4384
4409
|
"type": "variable",
|
|
@@ -4386,8 +4411,8 @@
|
|
|
4386
4411
|
"value": "null",
|
|
4387
4412
|
"scope": "default",
|
|
4388
4413
|
"line": {
|
|
4389
|
-
"start":
|
|
4390
|
-
"end":
|
|
4414
|
+
"start": 252,
|
|
4415
|
+
"end": 252
|
|
4391
4416
|
}
|
|
4392
4417
|
},
|
|
4393
4418
|
"group": [
|
|
@@ -4402,8 +4427,8 @@
|
|
|
4402
4427
|
{
|
|
4403
4428
|
"description": "The overlay opacity of the active flat Button. Used to create background for the flat Button.\n",
|
|
4404
4429
|
"commentRange": {
|
|
4405
|
-
"start":
|
|
4406
|
-
"end":
|
|
4430
|
+
"start": 253,
|
|
4431
|
+
"end": 254
|
|
4407
4432
|
},
|
|
4408
4433
|
"context": {
|
|
4409
4434
|
"type": "variable",
|
|
@@ -4411,8 +4436,8 @@
|
|
|
4411
4436
|
"value": ".16",
|
|
4412
4437
|
"scope": "default",
|
|
4413
4438
|
"line": {
|
|
4414
|
-
"start":
|
|
4415
|
-
"end":
|
|
4439
|
+
"start": 255,
|
|
4440
|
+
"end": 255
|
|
4416
4441
|
}
|
|
4417
4442
|
},
|
|
4418
4443
|
"group": [
|
|
@@ -4427,8 +4452,8 @@
|
|
|
4427
4452
|
{
|
|
4428
4453
|
"description": "The overlay opacity of the selected flat Button. Used to create background for the flat Button.\n",
|
|
4429
4454
|
"commentRange": {
|
|
4430
|
-
"start":
|
|
4431
|
-
"end":
|
|
4455
|
+
"start": 256,
|
|
4456
|
+
"end": 257
|
|
4432
4457
|
},
|
|
4433
4458
|
"context": {
|
|
4434
4459
|
"type": "variable",
|
|
@@ -4436,8 +4461,8 @@
|
|
|
4436
4461
|
"value": ".2",
|
|
4437
4462
|
"scope": "default",
|
|
4438
4463
|
"line": {
|
|
4439
|
-
"start":
|
|
4440
|
-
"end":
|
|
4464
|
+
"start": 258,
|
|
4465
|
+
"end": 258
|
|
4441
4466
|
}
|
|
4442
4467
|
},
|
|
4443
4468
|
"group": [
|
|
@@ -4452,8 +4477,8 @@
|
|
|
4452
4477
|
{
|
|
4453
4478
|
"description": "The opacity of the flat Button focus ring. Used to create a border for the flat Button.\n",
|
|
4454
4479
|
"commentRange": {
|
|
4455
|
-
"start":
|
|
4456
|
-
"end":
|
|
4480
|
+
"start": 259,
|
|
4481
|
+
"end": 260
|
|
4457
4482
|
},
|
|
4458
4483
|
"context": {
|
|
4459
4484
|
"type": "variable",
|
|
@@ -4461,8 +4486,8 @@
|
|
|
4461
4486
|
"value": ".12",
|
|
4462
4487
|
"scope": "default",
|
|
4463
4488
|
"line": {
|
|
4464
|
-
"start":
|
|
4465
|
-
"end":
|
|
4489
|
+
"start": 261,
|
|
4490
|
+
"end": 261
|
|
4466
4491
|
}
|
|
4467
4492
|
},
|
|
4468
4493
|
"group": [
|
|
@@ -4477,8 +4502,8 @@
|
|
|
4477
4502
|
{
|
|
4478
4503
|
"description": "The color transition of the flat Button.\n",
|
|
4479
4504
|
"commentRange": {
|
|
4480
|
-
"start":
|
|
4481
|
-
"end":
|
|
4505
|
+
"start": 263,
|
|
4506
|
+
"end": 264
|
|
4482
4507
|
},
|
|
4483
4508
|
"context": {
|
|
4484
4509
|
"type": "variable",
|
|
@@ -4486,8 +4511,8 @@
|
|
|
4486
4511
|
"value": "color .2s ease-in-out",
|
|
4487
4512
|
"scope": "default",
|
|
4488
4513
|
"line": {
|
|
4489
|
-
"start":
|
|
4490
|
-
"end":
|
|
4514
|
+
"start": 265,
|
|
4515
|
+
"end": 265
|
|
4491
4516
|
}
|
|
4492
4517
|
},
|
|
4493
4518
|
"group": [
|
|
@@ -50027,31 +50052,6 @@
|
|
|
50027
50052
|
"name": "_variables.scss"
|
|
50028
50053
|
}
|
|
50029
50054
|
},
|
|
50030
|
-
{
|
|
50031
|
-
"description": "The opacity applied to the listening SpeechToTextButton\n",
|
|
50032
|
-
"commentRange": {
|
|
50033
|
-
"start": 1,
|
|
50034
|
-
"end": 2
|
|
50035
|
-
},
|
|
50036
|
-
"context": {
|
|
50037
|
-
"type": "variable",
|
|
50038
|
-
"name": "kendo-speech-to-text-button-listening-opacity",
|
|
50039
|
-
"value": "0.4",
|
|
50040
|
-
"scope": "default",
|
|
50041
|
-
"line": {
|
|
50042
|
-
"start": 3,
|
|
50043
|
-
"end": 3
|
|
50044
|
-
}
|
|
50045
|
-
},
|
|
50046
|
-
"group": [
|
|
50047
|
-
"speech-to-text-button"
|
|
50048
|
-
],
|
|
50049
|
-
"access": "public",
|
|
50050
|
-
"file": {
|
|
50051
|
-
"path": "speech-to-text-button/_variables.scss",
|
|
50052
|
-
"name": "_variables.scss"
|
|
50053
|
-
}
|
|
50054
|
-
},
|
|
50055
50055
|
{
|
|
50056
50056
|
"description": "The focus shadow of the SplitButton.\n",
|
|
50057
50057
|
"commentRange": {
|
|
@@ -54502,6 +54502,481 @@
|
|
|
54502
54502
|
"name": "_variables.scss"
|
|
54503
54503
|
}
|
|
54504
54504
|
},
|
|
54505
|
+
{
|
|
54506
|
+
"description": "The vertical padding of the Suggestion wrapper.\n",
|
|
54507
|
+
"commentRange": {
|
|
54508
|
+
"start": 4,
|
|
54509
|
+
"end": 5
|
|
54510
|
+
},
|
|
54511
|
+
"context": {
|
|
54512
|
+
"type": "variable",
|
|
54513
|
+
"name": "kendo-suggestion-padding-y",
|
|
54514
|
+
"value": "k-spacing(2)",
|
|
54515
|
+
"scope": "default",
|
|
54516
|
+
"line": {
|
|
54517
|
+
"start": 6,
|
|
54518
|
+
"end": 6
|
|
54519
|
+
}
|
|
54520
|
+
},
|
|
54521
|
+
"group": [
|
|
54522
|
+
"suggestion"
|
|
54523
|
+
],
|
|
54524
|
+
"access": "public",
|
|
54525
|
+
"file": {
|
|
54526
|
+
"path": "suggestion/_variables.scss",
|
|
54527
|
+
"name": "_variables.scss"
|
|
54528
|
+
}
|
|
54529
|
+
},
|
|
54530
|
+
{
|
|
54531
|
+
"description": "The horizontal padding of the Suggestion wrapper.\n",
|
|
54532
|
+
"commentRange": {
|
|
54533
|
+
"start": 7,
|
|
54534
|
+
"end": 8
|
|
54535
|
+
},
|
|
54536
|
+
"context": {
|
|
54537
|
+
"type": "variable",
|
|
54538
|
+
"name": "kendo-suggestion-padding-x",
|
|
54539
|
+
"value": "k-spacing(3)",
|
|
54540
|
+
"scope": "default",
|
|
54541
|
+
"line": {
|
|
54542
|
+
"start": 9,
|
|
54543
|
+
"end": 9
|
|
54544
|
+
}
|
|
54545
|
+
},
|
|
54546
|
+
"group": [
|
|
54547
|
+
"suggestion"
|
|
54548
|
+
],
|
|
54549
|
+
"access": "public",
|
|
54550
|
+
"file": {
|
|
54551
|
+
"path": "suggestion/_variables.scss",
|
|
54552
|
+
"name": "_variables.scss"
|
|
54553
|
+
}
|
|
54554
|
+
},
|
|
54555
|
+
{
|
|
54556
|
+
"description": "The horizontal padding of the Suggestion wrapper.\n",
|
|
54557
|
+
"commentRange": {
|
|
54558
|
+
"start": 10,
|
|
54559
|
+
"end": 11
|
|
54560
|
+
},
|
|
54561
|
+
"context": {
|
|
54562
|
+
"type": "variable",
|
|
54563
|
+
"name": "kendo-suggestion-spacing",
|
|
54564
|
+
"value": "k-spacing(2)",
|
|
54565
|
+
"scope": "default",
|
|
54566
|
+
"line": {
|
|
54567
|
+
"start": 12,
|
|
54568
|
+
"end": 12
|
|
54569
|
+
}
|
|
54570
|
+
},
|
|
54571
|
+
"group": [
|
|
54572
|
+
"suggestion"
|
|
54573
|
+
],
|
|
54574
|
+
"access": "public",
|
|
54575
|
+
"file": {
|
|
54576
|
+
"path": "suggestion/_variables.scss",
|
|
54577
|
+
"name": "_variables.scss"
|
|
54578
|
+
}
|
|
54579
|
+
},
|
|
54580
|
+
{
|
|
54581
|
+
"description": "The border width of the Suggestion.\n",
|
|
54582
|
+
"commentRange": {
|
|
54583
|
+
"start": 13,
|
|
54584
|
+
"end": 14
|
|
54585
|
+
},
|
|
54586
|
+
"context": {
|
|
54587
|
+
"type": "variable",
|
|
54588
|
+
"name": "kendo-suggestion-border-width",
|
|
54589
|
+
"value": "1px",
|
|
54590
|
+
"scope": "default",
|
|
54591
|
+
"line": {
|
|
54592
|
+
"start": 15,
|
|
54593
|
+
"end": 15
|
|
54594
|
+
}
|
|
54595
|
+
},
|
|
54596
|
+
"group": [
|
|
54597
|
+
"suggestion"
|
|
54598
|
+
],
|
|
54599
|
+
"access": "public",
|
|
54600
|
+
"file": {
|
|
54601
|
+
"path": "suggestion/_variables.scss",
|
|
54602
|
+
"name": "_variables.scss"
|
|
54603
|
+
}
|
|
54604
|
+
},
|
|
54605
|
+
{
|
|
54606
|
+
"description": "The border style of the Suggestion.\n",
|
|
54607
|
+
"commentRange": {
|
|
54608
|
+
"start": 16,
|
|
54609
|
+
"end": 17
|
|
54610
|
+
},
|
|
54611
|
+
"context": {
|
|
54612
|
+
"type": "variable",
|
|
54613
|
+
"name": "kendo-suggestion-border-style",
|
|
54614
|
+
"value": "solid",
|
|
54615
|
+
"scope": "default",
|
|
54616
|
+
"line": {
|
|
54617
|
+
"start": 18,
|
|
54618
|
+
"end": 18
|
|
54619
|
+
}
|
|
54620
|
+
},
|
|
54621
|
+
"group": [
|
|
54622
|
+
"suggestion"
|
|
54623
|
+
],
|
|
54624
|
+
"access": "public",
|
|
54625
|
+
"file": {
|
|
54626
|
+
"path": "suggestion/_variables.scss",
|
|
54627
|
+
"name": "_variables.scss"
|
|
54628
|
+
}
|
|
54629
|
+
},
|
|
54630
|
+
{
|
|
54631
|
+
"description": "The line height of the Suggestion.\n",
|
|
54632
|
+
"commentRange": {
|
|
54633
|
+
"start": 20,
|
|
54634
|
+
"end": 21
|
|
54635
|
+
},
|
|
54636
|
+
"context": {
|
|
54637
|
+
"type": "variable",
|
|
54638
|
+
"name": "kendo-suggestion-line-height",
|
|
54639
|
+
"value": "var( --kendo-line-height, normal )",
|
|
54640
|
+
"scope": "default",
|
|
54641
|
+
"line": {
|
|
54642
|
+
"start": 22,
|
|
54643
|
+
"end": 22
|
|
54644
|
+
}
|
|
54645
|
+
},
|
|
54646
|
+
"group": [
|
|
54647
|
+
"suggestion"
|
|
54648
|
+
],
|
|
54649
|
+
"access": "public",
|
|
54650
|
+
"file": {
|
|
54651
|
+
"path": "suggestion/_variables.scss",
|
|
54652
|
+
"name": "_variables.scss"
|
|
54653
|
+
}
|
|
54654
|
+
},
|
|
54655
|
+
{
|
|
54656
|
+
"description": "The border radius of the Suggestion.\n",
|
|
54657
|
+
"commentRange": {
|
|
54658
|
+
"start": 23,
|
|
54659
|
+
"end": 24
|
|
54660
|
+
},
|
|
54661
|
+
"context": {
|
|
54662
|
+
"type": "variable",
|
|
54663
|
+
"name": "kendo-suggestion-border-radius",
|
|
54664
|
+
"value": "k-border-radius(xxl)",
|
|
54665
|
+
"scope": "default",
|
|
54666
|
+
"line": {
|
|
54667
|
+
"start": 25,
|
|
54668
|
+
"end": 25
|
|
54669
|
+
}
|
|
54670
|
+
},
|
|
54671
|
+
"group": [
|
|
54672
|
+
"suggestion"
|
|
54673
|
+
],
|
|
54674
|
+
"access": "public",
|
|
54675
|
+
"file": {
|
|
54676
|
+
"path": "suggestion/_variables.scss",
|
|
54677
|
+
"name": "_variables.scss"
|
|
54678
|
+
}
|
|
54679
|
+
},
|
|
54680
|
+
{
|
|
54681
|
+
"description": "The background color of the Suggestion.\n",
|
|
54682
|
+
"commentRange": {
|
|
54683
|
+
"start": 27,
|
|
54684
|
+
"end": 28
|
|
54685
|
+
},
|
|
54686
|
+
"context": {
|
|
54687
|
+
"type": "variable",
|
|
54688
|
+
"name": "kendo-suggestion-bg",
|
|
54689
|
+
"value": "k-color(base-subtle)",
|
|
54690
|
+
"scope": "default",
|
|
54691
|
+
"line": {
|
|
54692
|
+
"start": 29,
|
|
54693
|
+
"end": 29
|
|
54694
|
+
}
|
|
54695
|
+
},
|
|
54696
|
+
"group": [
|
|
54697
|
+
"suggestion"
|
|
54698
|
+
],
|
|
54699
|
+
"access": "public",
|
|
54700
|
+
"file": {
|
|
54701
|
+
"path": "suggestion/_variables.scss",
|
|
54702
|
+
"name": "_variables.scss"
|
|
54703
|
+
}
|
|
54704
|
+
},
|
|
54705
|
+
{
|
|
54706
|
+
"description": "The text color of the Suggestion.\n",
|
|
54707
|
+
"commentRange": {
|
|
54708
|
+
"start": 30,
|
|
54709
|
+
"end": 31
|
|
54710
|
+
},
|
|
54711
|
+
"context": {
|
|
54712
|
+
"type": "variable",
|
|
54713
|
+
"name": "kendo-suggestion-text",
|
|
54714
|
+
"value": "k-color(base-on-subtle)",
|
|
54715
|
+
"scope": "default",
|
|
54716
|
+
"line": {
|
|
54717
|
+
"start": 32,
|
|
54718
|
+
"end": 32
|
|
54719
|
+
}
|
|
54720
|
+
},
|
|
54721
|
+
"group": [
|
|
54722
|
+
"suggestion"
|
|
54723
|
+
],
|
|
54724
|
+
"access": "public",
|
|
54725
|
+
"file": {
|
|
54726
|
+
"path": "suggestion/_variables.scss",
|
|
54727
|
+
"name": "_variables.scss"
|
|
54728
|
+
}
|
|
54729
|
+
},
|
|
54730
|
+
{
|
|
54731
|
+
"description": "The border color of the Suggestion.\n",
|
|
54732
|
+
"commentRange": {
|
|
54733
|
+
"start": 33,
|
|
54734
|
+
"end": 34
|
|
54735
|
+
},
|
|
54736
|
+
"context": {
|
|
54737
|
+
"type": "variable",
|
|
54738
|
+
"name": "kendo-suggestion-border",
|
|
54739
|
+
"value": "k-color(base-emphasis)",
|
|
54740
|
+
"scope": "default",
|
|
54741
|
+
"line": {
|
|
54742
|
+
"start": 35,
|
|
54743
|
+
"end": 35
|
|
54744
|
+
}
|
|
54745
|
+
},
|
|
54746
|
+
"group": [
|
|
54747
|
+
"suggestion"
|
|
54748
|
+
],
|
|
54749
|
+
"access": "public",
|
|
54750
|
+
"file": {
|
|
54751
|
+
"path": "suggestion/_variables.scss",
|
|
54752
|
+
"name": "_variables.scss"
|
|
54753
|
+
}
|
|
54754
|
+
},
|
|
54755
|
+
{
|
|
54756
|
+
"description": "The background color of the hovered Suggestion.\n",
|
|
54757
|
+
"commentRange": {
|
|
54758
|
+
"start": 37,
|
|
54759
|
+
"end": 38
|
|
54760
|
+
},
|
|
54761
|
+
"context": {
|
|
54762
|
+
"type": "variable",
|
|
54763
|
+
"name": "kendo-suggestion-hover-bg",
|
|
54764
|
+
"value": "k-color(base-subtle-hover)",
|
|
54765
|
+
"scope": "default",
|
|
54766
|
+
"line": {
|
|
54767
|
+
"start": 39,
|
|
54768
|
+
"end": 39
|
|
54769
|
+
}
|
|
54770
|
+
},
|
|
54771
|
+
"group": [
|
|
54772
|
+
"suggestion"
|
|
54773
|
+
],
|
|
54774
|
+
"access": "public",
|
|
54775
|
+
"file": {
|
|
54776
|
+
"path": "suggestion/_variables.scss",
|
|
54777
|
+
"name": "_variables.scss"
|
|
54778
|
+
}
|
|
54779
|
+
},
|
|
54780
|
+
{
|
|
54781
|
+
"description": "The text color of the hovered Suggestion.\n",
|
|
54782
|
+
"commentRange": {
|
|
54783
|
+
"start": 40,
|
|
54784
|
+
"end": 41
|
|
54785
|
+
},
|
|
54786
|
+
"context": {
|
|
54787
|
+
"type": "variable",
|
|
54788
|
+
"name": "kendo-suggestion-hover-text",
|
|
54789
|
+
"value": "k-color(base-on-subtle)",
|
|
54790
|
+
"scope": "default",
|
|
54791
|
+
"line": {
|
|
54792
|
+
"start": 42,
|
|
54793
|
+
"end": 42
|
|
54794
|
+
}
|
|
54795
|
+
},
|
|
54796
|
+
"group": [
|
|
54797
|
+
"suggestion"
|
|
54798
|
+
],
|
|
54799
|
+
"access": "public",
|
|
54800
|
+
"file": {
|
|
54801
|
+
"path": "suggestion/_variables.scss",
|
|
54802
|
+
"name": "_variables.scss"
|
|
54803
|
+
}
|
|
54804
|
+
},
|
|
54805
|
+
{
|
|
54806
|
+
"description": "The border color of the hovered Suggestion.\n",
|
|
54807
|
+
"commentRange": {
|
|
54808
|
+
"start": 43,
|
|
54809
|
+
"end": 44
|
|
54810
|
+
},
|
|
54811
|
+
"context": {
|
|
54812
|
+
"type": "variable",
|
|
54813
|
+
"name": "kendo-suggestion-hover-border",
|
|
54814
|
+
"value": "k-color(base-emphasis)",
|
|
54815
|
+
"scope": "default",
|
|
54816
|
+
"line": {
|
|
54817
|
+
"start": 45,
|
|
54818
|
+
"end": 45
|
|
54819
|
+
}
|
|
54820
|
+
},
|
|
54821
|
+
"group": [
|
|
54822
|
+
"suggestion"
|
|
54823
|
+
],
|
|
54824
|
+
"access": "public",
|
|
54825
|
+
"file": {
|
|
54826
|
+
"path": "suggestion/_variables.scss",
|
|
54827
|
+
"name": "_variables.scss"
|
|
54828
|
+
}
|
|
54829
|
+
},
|
|
54830
|
+
{
|
|
54831
|
+
"description": "The background color of the active Suggestion.\n",
|
|
54832
|
+
"commentRange": {
|
|
54833
|
+
"start": 47,
|
|
54834
|
+
"end": 48
|
|
54835
|
+
},
|
|
54836
|
+
"context": {
|
|
54837
|
+
"type": "variable",
|
|
54838
|
+
"name": "kendo-suggestion-active-bg",
|
|
54839
|
+
"value": "k-color(base-subtle-active)",
|
|
54840
|
+
"scope": "default",
|
|
54841
|
+
"line": {
|
|
54842
|
+
"start": 49,
|
|
54843
|
+
"end": 49
|
|
54844
|
+
}
|
|
54845
|
+
},
|
|
54846
|
+
"group": [
|
|
54847
|
+
"suggestion"
|
|
54848
|
+
],
|
|
54849
|
+
"access": "public",
|
|
54850
|
+
"file": {
|
|
54851
|
+
"path": "suggestion/_variables.scss",
|
|
54852
|
+
"name": "_variables.scss"
|
|
54853
|
+
}
|
|
54854
|
+
},
|
|
54855
|
+
{
|
|
54856
|
+
"description": "The text color of the active Suggestion.\n",
|
|
54857
|
+
"commentRange": {
|
|
54858
|
+
"start": 50,
|
|
54859
|
+
"end": 51
|
|
54860
|
+
},
|
|
54861
|
+
"context": {
|
|
54862
|
+
"type": "variable",
|
|
54863
|
+
"name": "kendo-suggestion-active-text",
|
|
54864
|
+
"value": "k-color(base-on-subtle)",
|
|
54865
|
+
"scope": "default",
|
|
54866
|
+
"line": {
|
|
54867
|
+
"start": 52,
|
|
54868
|
+
"end": 52
|
|
54869
|
+
}
|
|
54870
|
+
},
|
|
54871
|
+
"group": [
|
|
54872
|
+
"suggestion"
|
|
54873
|
+
],
|
|
54874
|
+
"access": "public",
|
|
54875
|
+
"file": {
|
|
54876
|
+
"path": "suggestion/_variables.scss",
|
|
54877
|
+
"name": "_variables.scss"
|
|
54878
|
+
}
|
|
54879
|
+
},
|
|
54880
|
+
{
|
|
54881
|
+
"description": "The border color of the active Suggestion.\n",
|
|
54882
|
+
"commentRange": {
|
|
54883
|
+
"start": 53,
|
|
54884
|
+
"end": 54
|
|
54885
|
+
},
|
|
54886
|
+
"context": {
|
|
54887
|
+
"type": "variable",
|
|
54888
|
+
"name": "kendo-suggestion-active-border",
|
|
54889
|
+
"value": "k-color(base-emphasis)",
|
|
54890
|
+
"scope": "default",
|
|
54891
|
+
"line": {
|
|
54892
|
+
"start": 55,
|
|
54893
|
+
"end": 55
|
|
54894
|
+
}
|
|
54895
|
+
},
|
|
54896
|
+
"group": [
|
|
54897
|
+
"suggestion"
|
|
54898
|
+
],
|
|
54899
|
+
"access": "public",
|
|
54900
|
+
"file": {
|
|
54901
|
+
"path": "suggestion/_variables.scss",
|
|
54902
|
+
"name": "_variables.scss"
|
|
54903
|
+
}
|
|
54904
|
+
},
|
|
54905
|
+
{
|
|
54906
|
+
"description": "The shadow blur of the focused Suggestion.\n",
|
|
54907
|
+
"commentRange": {
|
|
54908
|
+
"start": 57,
|
|
54909
|
+
"end": 58
|
|
54910
|
+
},
|
|
54911
|
+
"context": {
|
|
54912
|
+
"type": "variable",
|
|
54913
|
+
"name": "kendo-suggestion-focus-shadow-blur",
|
|
54914
|
+
"value": "0",
|
|
54915
|
+
"scope": "default",
|
|
54916
|
+
"line": {
|
|
54917
|
+
"start": 59,
|
|
54918
|
+
"end": 59
|
|
54919
|
+
}
|
|
54920
|
+
},
|
|
54921
|
+
"group": [
|
|
54922
|
+
"suggestion"
|
|
54923
|
+
],
|
|
54924
|
+
"access": "public",
|
|
54925
|
+
"file": {
|
|
54926
|
+
"path": "suggestion/_variables.scss",
|
|
54927
|
+
"name": "_variables.scss"
|
|
54928
|
+
}
|
|
54929
|
+
},
|
|
54930
|
+
{
|
|
54931
|
+
"description": "The shadow spread of the focused Suggestion.\n",
|
|
54932
|
+
"commentRange": {
|
|
54933
|
+
"start": 60,
|
|
54934
|
+
"end": 61
|
|
54935
|
+
},
|
|
54936
|
+
"context": {
|
|
54937
|
+
"type": "variable",
|
|
54938
|
+
"name": "kendo-suggestion-focus-shadow-spread",
|
|
54939
|
+
"value": "2px",
|
|
54940
|
+
"scope": "default",
|
|
54941
|
+
"line": {
|
|
54942
|
+
"start": 62,
|
|
54943
|
+
"end": 62
|
|
54944
|
+
}
|
|
54945
|
+
},
|
|
54946
|
+
"group": [
|
|
54947
|
+
"suggestion"
|
|
54948
|
+
],
|
|
54949
|
+
"access": "public",
|
|
54950
|
+
"file": {
|
|
54951
|
+
"path": "suggestion/_variables.scss",
|
|
54952
|
+
"name": "_variables.scss"
|
|
54953
|
+
}
|
|
54954
|
+
},
|
|
54955
|
+
{
|
|
54956
|
+
"description": "The shadow color of the focused Suggestion.\n",
|
|
54957
|
+
"commentRange": {
|
|
54958
|
+
"start": 63,
|
|
54959
|
+
"end": 64
|
|
54960
|
+
},
|
|
54961
|
+
"context": {
|
|
54962
|
+
"type": "variable",
|
|
54963
|
+
"name": "kendo-suggestion-focus-shadow-color",
|
|
54964
|
+
"value": "color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
|
|
54965
|
+
"scope": "default",
|
|
54966
|
+
"line": {
|
|
54967
|
+
"start": 65,
|
|
54968
|
+
"end": 65
|
|
54969
|
+
}
|
|
54970
|
+
},
|
|
54971
|
+
"group": [
|
|
54972
|
+
"suggestion"
|
|
54973
|
+
],
|
|
54974
|
+
"access": "public",
|
|
54975
|
+
"file": {
|
|
54976
|
+
"path": "suggestion/_variables.scss",
|
|
54977
|
+
"name": "_variables.scss"
|
|
54978
|
+
}
|
|
54979
|
+
},
|
|
54505
54980
|
{
|
|
54506
54981
|
"description": "The font family of the Switch.\n",
|
|
54507
54982
|
"commentRange": {
|