@progress/kendo-theme-material 11.1.0-dev.7 → 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/material-2-dark.css +1 -1
- package/dist/material-2.css +1 -1
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main.css +1 -1
- package/dist/material-nova.css +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-smoke.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/material-2-dark.json +1 -1
- package/lib/swatches/material-2.json +1 -1
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.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 +16 -0
- package/scss/suggestion/_variables.scss +93 -0
|
@@ -4824,11 +4824,38 @@
|
|
|
4824
4824
|
"resolvedValue": "null",
|
|
4825
4825
|
"resolvedType": "Null"
|
|
4826
4826
|
},
|
|
4827
|
+
{
|
|
4828
|
+
"description": "The opacity of the pulsing animation for the generating Button.\n",
|
|
4829
|
+
"commentRange": {
|
|
4830
|
+
"start": 215,
|
|
4831
|
+
"end": 216
|
|
4832
|
+
},
|
|
4833
|
+
"context": {
|
|
4834
|
+
"type": "variable",
|
|
4835
|
+
"name": "kendo-button-pulsing-opacity",
|
|
4836
|
+
"value": ".6",
|
|
4837
|
+
"scope": "default",
|
|
4838
|
+
"line": {
|
|
4839
|
+
"start": 217,
|
|
4840
|
+
"end": 217
|
|
4841
|
+
}
|
|
4842
|
+
},
|
|
4843
|
+
"group": [
|
|
4844
|
+
"button"
|
|
4845
|
+
],
|
|
4846
|
+
"access": "public",
|
|
4847
|
+
"file": {
|
|
4848
|
+
"path": "material/scss/button/_variables.scss",
|
|
4849
|
+
"name": "_variables.scss"
|
|
4850
|
+
},
|
|
4851
|
+
"resolvedValue": "0.6",
|
|
4852
|
+
"resolvedType": "Number"
|
|
4853
|
+
},
|
|
4827
4854
|
{
|
|
4828
4855
|
"description": "The overlay opacity of the hovered flat Button. Used to create a background for the flat Button.\n",
|
|
4829
4856
|
"commentRange": {
|
|
4830
|
-
"start":
|
|
4831
|
-
"end":
|
|
4857
|
+
"start": 251,
|
|
4858
|
+
"end": 252
|
|
4832
4859
|
},
|
|
4833
4860
|
"context": {
|
|
4834
4861
|
"type": "variable",
|
|
@@ -4836,8 +4863,8 @@
|
|
|
4836
4863
|
"value": ".08",
|
|
4837
4864
|
"scope": "default",
|
|
4838
4865
|
"line": {
|
|
4839
|
-
"start":
|
|
4840
|
-
"end":
|
|
4866
|
+
"start": 253,
|
|
4867
|
+
"end": 253
|
|
4841
4868
|
}
|
|
4842
4869
|
},
|
|
4843
4870
|
"group": [
|
|
@@ -4854,8 +4881,8 @@
|
|
|
4854
4881
|
{
|
|
4855
4882
|
"description": "The overlay opacity of the focused flat Button. Used to create a background for the flat Button.\n",
|
|
4856
4883
|
"commentRange": {
|
|
4857
|
-
"start":
|
|
4858
|
-
"end":
|
|
4884
|
+
"start": 254,
|
|
4885
|
+
"end": 255
|
|
4859
4886
|
},
|
|
4860
4887
|
"context": {
|
|
4861
4888
|
"type": "variable",
|
|
@@ -4863,8 +4890,8 @@
|
|
|
4863
4890
|
"value": ".12",
|
|
4864
4891
|
"scope": "default",
|
|
4865
4892
|
"line": {
|
|
4866
|
-
"start":
|
|
4867
|
-
"end":
|
|
4893
|
+
"start": 256,
|
|
4894
|
+
"end": 256
|
|
4868
4895
|
}
|
|
4869
4896
|
},
|
|
4870
4897
|
"group": [
|
|
@@ -4881,8 +4908,8 @@
|
|
|
4881
4908
|
{
|
|
4882
4909
|
"description": "The overlay opacity of the active flat Button. Used to create a background for the flat Button.\n",
|
|
4883
4910
|
"commentRange": {
|
|
4884
|
-
"start":
|
|
4885
|
-
"end":
|
|
4911
|
+
"start": 257,
|
|
4912
|
+
"end": 258
|
|
4886
4913
|
},
|
|
4887
4914
|
"context": {
|
|
4888
4915
|
"type": "variable",
|
|
@@ -4890,8 +4917,8 @@
|
|
|
4890
4917
|
"value": ".16",
|
|
4891
4918
|
"scope": "default",
|
|
4892
4919
|
"line": {
|
|
4893
|
-
"start":
|
|
4894
|
-
"end":
|
|
4920
|
+
"start": 259,
|
|
4921
|
+
"end": 259
|
|
4895
4922
|
}
|
|
4896
4923
|
},
|
|
4897
4924
|
"group": [
|
|
@@ -4908,8 +4935,8 @@
|
|
|
4908
4935
|
{
|
|
4909
4936
|
"description": "The overlay opacity of the selected flat Button. Used to create a background for the flat Button.\n",
|
|
4910
4937
|
"commentRange": {
|
|
4911
|
-
"start":
|
|
4912
|
-
"end":
|
|
4938
|
+
"start": 260,
|
|
4939
|
+
"end": 261
|
|
4913
4940
|
},
|
|
4914
4941
|
"context": {
|
|
4915
4942
|
"type": "variable",
|
|
@@ -4917,8 +4944,8 @@
|
|
|
4917
4944
|
"value": ".22",
|
|
4918
4945
|
"scope": "default",
|
|
4919
4946
|
"line": {
|
|
4920
|
-
"start":
|
|
4921
|
-
"end":
|
|
4947
|
+
"start": 262,
|
|
4948
|
+
"end": 262
|
|
4922
4949
|
}
|
|
4923
4950
|
},
|
|
4924
4951
|
"group": [
|
|
@@ -4935,8 +4962,8 @@
|
|
|
4935
4962
|
{
|
|
4936
4963
|
"description": "The opacity of the flat Button focus ring. Used to create a border for the flat Button.\n",
|
|
4937
4964
|
"commentRange": {
|
|
4938
|
-
"start":
|
|
4939
|
-
"end":
|
|
4965
|
+
"start": 263,
|
|
4966
|
+
"end": 264
|
|
4940
4967
|
},
|
|
4941
4968
|
"context": {
|
|
4942
4969
|
"type": "variable",
|
|
@@ -4944,8 +4971,8 @@
|
|
|
4944
4971
|
"value": "unset",
|
|
4945
4972
|
"scope": "default",
|
|
4946
4973
|
"line": {
|
|
4947
|
-
"start":
|
|
4948
|
-
"end":
|
|
4974
|
+
"start": 265,
|
|
4975
|
+
"end": 265
|
|
4949
4976
|
}
|
|
4950
4977
|
},
|
|
4951
4978
|
"group": [
|
|
@@ -4962,8 +4989,8 @@
|
|
|
4962
4989
|
{
|
|
4963
4990
|
"description": "The box-shadow transition of the Button.\n",
|
|
4964
4991
|
"commentRange": {
|
|
4965
|
-
"start":
|
|
4966
|
-
"end":
|
|
4992
|
+
"start": 267,
|
|
4993
|
+
"end": 268
|
|
4967
4994
|
},
|
|
4968
4995
|
"context": {
|
|
4969
4996
|
"type": "variable",
|
|
@@ -4971,8 +4998,8 @@
|
|
|
4971
4998
|
"value": "box-shadow 280ms cubic-bezier( .4, 0, .2, 1 )",
|
|
4972
4999
|
"scope": "default",
|
|
4973
5000
|
"line": {
|
|
4974
|
-
"start":
|
|
4975
|
-
"end":
|
|
5001
|
+
"start": 269,
|
|
5002
|
+
"end": 269
|
|
4976
5003
|
}
|
|
4977
5004
|
},
|
|
4978
5005
|
"group": [
|
|
@@ -56502,33 +56529,6 @@
|
|
|
56502
56529
|
"7.5": "1.875rem"
|
|
56503
56530
|
}
|
|
56504
56531
|
},
|
|
56505
|
-
{
|
|
56506
|
-
"description": "The opacity applied to the listening SpeechToTextButton\n",
|
|
56507
|
-
"commentRange": {
|
|
56508
|
-
"start": 1,
|
|
56509
|
-
"end": 2
|
|
56510
|
-
},
|
|
56511
|
-
"context": {
|
|
56512
|
-
"type": "variable",
|
|
56513
|
-
"name": "kendo-speech-to-text-button-listening-opacity",
|
|
56514
|
-
"value": "0.6",
|
|
56515
|
-
"scope": "default",
|
|
56516
|
-
"line": {
|
|
56517
|
-
"start": 3,
|
|
56518
|
-
"end": 3
|
|
56519
|
-
}
|
|
56520
|
-
},
|
|
56521
|
-
"group": [
|
|
56522
|
-
"speech-to-text-button"
|
|
56523
|
-
],
|
|
56524
|
-
"access": "public",
|
|
56525
|
-
"file": {
|
|
56526
|
-
"path": "material/scss/speech-to-text-button/_variables.scss",
|
|
56527
|
-
"name": "_variables.scss"
|
|
56528
|
-
},
|
|
56529
|
-
"resolvedValue": "0.6",
|
|
56530
|
-
"resolvedType": "Number"
|
|
56531
|
-
},
|
|
56532
56532
|
{
|
|
56533
56533
|
"description": "The focus shadow of the SplitButton.\n",
|
|
56534
56534
|
"commentRange": {
|
|
@@ -61335,6 +61335,519 @@
|
|
|
61335
61335
|
"resolvedValue": "(cubic-bezier(0.4, 0, 0.2, 1) 0ms)",
|
|
61336
61336
|
"resolvedType": "List"
|
|
61337
61337
|
},
|
|
61338
|
+
{
|
|
61339
|
+
"description": "The vertical padding of the Suggestion wrapper.\n",
|
|
61340
|
+
"commentRange": {
|
|
61341
|
+
"start": 4,
|
|
61342
|
+
"end": 5
|
|
61343
|
+
},
|
|
61344
|
+
"context": {
|
|
61345
|
+
"type": "variable",
|
|
61346
|
+
"name": "kendo-suggestion-padding-y",
|
|
61347
|
+
"value": "k-spacing(2)",
|
|
61348
|
+
"scope": "default",
|
|
61349
|
+
"line": {
|
|
61350
|
+
"start": 6,
|
|
61351
|
+
"end": 6
|
|
61352
|
+
}
|
|
61353
|
+
},
|
|
61354
|
+
"group": [
|
|
61355
|
+
"suggestion"
|
|
61356
|
+
],
|
|
61357
|
+
"access": "public",
|
|
61358
|
+
"file": {
|
|
61359
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
61360
|
+
"name": "_variables.scss"
|
|
61361
|
+
},
|
|
61362
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
61363
|
+
"resolvedType": "String"
|
|
61364
|
+
},
|
|
61365
|
+
{
|
|
61366
|
+
"description": "The horizontal padding of the Suggestion wrapper.\n",
|
|
61367
|
+
"commentRange": {
|
|
61368
|
+
"start": 7,
|
|
61369
|
+
"end": 8
|
|
61370
|
+
},
|
|
61371
|
+
"context": {
|
|
61372
|
+
"type": "variable",
|
|
61373
|
+
"name": "kendo-suggestion-padding-x",
|
|
61374
|
+
"value": "k-spacing(3)",
|
|
61375
|
+
"scope": "default",
|
|
61376
|
+
"line": {
|
|
61377
|
+
"start": 9,
|
|
61378
|
+
"end": 9
|
|
61379
|
+
}
|
|
61380
|
+
},
|
|
61381
|
+
"group": [
|
|
61382
|
+
"suggestion"
|
|
61383
|
+
],
|
|
61384
|
+
"access": "public",
|
|
61385
|
+
"file": {
|
|
61386
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
61387
|
+
"name": "_variables.scss"
|
|
61388
|
+
},
|
|
61389
|
+
"resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
|
|
61390
|
+
"resolvedType": "String"
|
|
61391
|
+
},
|
|
61392
|
+
{
|
|
61393
|
+
"description": "The horizontal padding of the Suggestion wrapper.\n",
|
|
61394
|
+
"commentRange": {
|
|
61395
|
+
"start": 10,
|
|
61396
|
+
"end": 11
|
|
61397
|
+
},
|
|
61398
|
+
"context": {
|
|
61399
|
+
"type": "variable",
|
|
61400
|
+
"name": "kendo-suggestion-spacing",
|
|
61401
|
+
"value": "k-spacing(2)",
|
|
61402
|
+
"scope": "default",
|
|
61403
|
+
"line": {
|
|
61404
|
+
"start": 12,
|
|
61405
|
+
"end": 12
|
|
61406
|
+
}
|
|
61407
|
+
},
|
|
61408
|
+
"group": [
|
|
61409
|
+
"suggestion"
|
|
61410
|
+
],
|
|
61411
|
+
"access": "public",
|
|
61412
|
+
"file": {
|
|
61413
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
61414
|
+
"name": "_variables.scss"
|
|
61415
|
+
},
|
|
61416
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
61417
|
+
"resolvedType": "String"
|
|
61418
|
+
},
|
|
61419
|
+
{
|
|
61420
|
+
"description": "The border width of the Suggestion.\n",
|
|
61421
|
+
"commentRange": {
|
|
61422
|
+
"start": 13,
|
|
61423
|
+
"end": 14
|
|
61424
|
+
},
|
|
61425
|
+
"context": {
|
|
61426
|
+
"type": "variable",
|
|
61427
|
+
"name": "kendo-suggestion-border-width",
|
|
61428
|
+
"value": "1px",
|
|
61429
|
+
"scope": "default",
|
|
61430
|
+
"line": {
|
|
61431
|
+
"start": 15,
|
|
61432
|
+
"end": 15
|
|
61433
|
+
}
|
|
61434
|
+
},
|
|
61435
|
+
"group": [
|
|
61436
|
+
"suggestion"
|
|
61437
|
+
],
|
|
61438
|
+
"access": "public",
|
|
61439
|
+
"file": {
|
|
61440
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
61441
|
+
"name": "_variables.scss"
|
|
61442
|
+
},
|
|
61443
|
+
"resolvedValue": "1px",
|
|
61444
|
+
"resolvedType": "Number"
|
|
61445
|
+
},
|
|
61446
|
+
{
|
|
61447
|
+
"description": "The border style of the Suggestion.\n",
|
|
61448
|
+
"commentRange": {
|
|
61449
|
+
"start": 16,
|
|
61450
|
+
"end": 17
|
|
61451
|
+
},
|
|
61452
|
+
"context": {
|
|
61453
|
+
"type": "variable",
|
|
61454
|
+
"name": "kendo-suggestion-border-style",
|
|
61455
|
+
"value": "solid",
|
|
61456
|
+
"scope": "default",
|
|
61457
|
+
"line": {
|
|
61458
|
+
"start": 18,
|
|
61459
|
+
"end": 18
|
|
61460
|
+
}
|
|
61461
|
+
},
|
|
61462
|
+
"group": [
|
|
61463
|
+
"suggestion"
|
|
61464
|
+
],
|
|
61465
|
+
"access": "public",
|
|
61466
|
+
"file": {
|
|
61467
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
61468
|
+
"name": "_variables.scss"
|
|
61469
|
+
},
|
|
61470
|
+
"resolvedValue": "solid",
|
|
61471
|
+
"resolvedType": "String"
|
|
61472
|
+
},
|
|
61473
|
+
{
|
|
61474
|
+
"description": "The line height of the Suggestion.\n",
|
|
61475
|
+
"commentRange": {
|
|
61476
|
+
"start": 20,
|
|
61477
|
+
"end": 21
|
|
61478
|
+
},
|
|
61479
|
+
"context": {
|
|
61480
|
+
"type": "variable",
|
|
61481
|
+
"name": "kendo-suggestion-line-height",
|
|
61482
|
+
"value": "var( --kendo-line-height, normal )",
|
|
61483
|
+
"scope": "default",
|
|
61484
|
+
"line": {
|
|
61485
|
+
"start": 22,
|
|
61486
|
+
"end": 22
|
|
61487
|
+
}
|
|
61488
|
+
},
|
|
61489
|
+
"group": [
|
|
61490
|
+
"suggestion"
|
|
61491
|
+
],
|
|
61492
|
+
"access": "public",
|
|
61493
|
+
"file": {
|
|
61494
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
61495
|
+
"name": "_variables.scss"
|
|
61496
|
+
},
|
|
61497
|
+
"resolvedValue": "var(--kendo-line-height, normal)",
|
|
61498
|
+
"resolvedType": "String"
|
|
61499
|
+
},
|
|
61500
|
+
{
|
|
61501
|
+
"description": "The border radius of the Suggestion.\n",
|
|
61502
|
+
"commentRange": {
|
|
61503
|
+
"start": 23,
|
|
61504
|
+
"end": 24
|
|
61505
|
+
},
|
|
61506
|
+
"context": {
|
|
61507
|
+
"type": "variable",
|
|
61508
|
+
"name": "kendo-suggestion-border-radius",
|
|
61509
|
+
"value": "k-border-radius(xxl)",
|
|
61510
|
+
"scope": "default",
|
|
61511
|
+
"line": {
|
|
61512
|
+
"start": 25,
|
|
61513
|
+
"end": 25
|
|
61514
|
+
}
|
|
61515
|
+
},
|
|
61516
|
+
"group": [
|
|
61517
|
+
"suggestion"
|
|
61518
|
+
],
|
|
61519
|
+
"access": "public",
|
|
61520
|
+
"file": {
|
|
61521
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
61522
|
+
"name": "_variables.scss"
|
|
61523
|
+
},
|
|
61524
|
+
"resolvedValue": "var(--kendo-border-radius-xxl, 1rem)",
|
|
61525
|
+
"resolvedType": "String"
|
|
61526
|
+
},
|
|
61527
|
+
{
|
|
61528
|
+
"description": "The background color of the Suggestion.\n",
|
|
61529
|
+
"commentRange": {
|
|
61530
|
+
"start": 27,
|
|
61531
|
+
"end": 28
|
|
61532
|
+
},
|
|
61533
|
+
"context": {
|
|
61534
|
+
"type": "variable",
|
|
61535
|
+
"name": "kendo-suggestion-bg",
|
|
61536
|
+
"value": "k-color(base-subtle)",
|
|
61537
|
+
"scope": "default",
|
|
61538
|
+
"line": {
|
|
61539
|
+
"start": 29,
|
|
61540
|
+
"end": 29
|
|
61541
|
+
}
|
|
61542
|
+
},
|
|
61543
|
+
"group": [
|
|
61544
|
+
"suggestion"
|
|
61545
|
+
],
|
|
61546
|
+
"access": "public",
|
|
61547
|
+
"file": {
|
|
61548
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
61549
|
+
"name": "_variables.scss"
|
|
61550
|
+
},
|
|
61551
|
+
"resolvedValue": "var(--kendo-color-base-subtle, #DED8E0)",
|
|
61552
|
+
"resolvedType": "String"
|
|
61553
|
+
},
|
|
61554
|
+
{
|
|
61555
|
+
"description": "The text color of the Suggestion.\n",
|
|
61556
|
+
"commentRange": {
|
|
61557
|
+
"start": 30,
|
|
61558
|
+
"end": 31
|
|
61559
|
+
},
|
|
61560
|
+
"context": {
|
|
61561
|
+
"type": "variable",
|
|
61562
|
+
"name": "kendo-suggestion-text",
|
|
61563
|
+
"value": "k-color(base-on-subtle)",
|
|
61564
|
+
"scope": "default",
|
|
61565
|
+
"line": {
|
|
61566
|
+
"start": 32,
|
|
61567
|
+
"end": 32
|
|
61568
|
+
}
|
|
61569
|
+
},
|
|
61570
|
+
"group": [
|
|
61571
|
+
"suggestion"
|
|
61572
|
+
],
|
|
61573
|
+
"access": "public",
|
|
61574
|
+
"file": {
|
|
61575
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
61576
|
+
"name": "_variables.scss"
|
|
61577
|
+
},
|
|
61578
|
+
"resolvedValue": "var(--kendo-color-base-on-subtle, #4A4459)",
|
|
61579
|
+
"resolvedType": "String"
|
|
61580
|
+
},
|
|
61581
|
+
{
|
|
61582
|
+
"description": "The border color of the Suggestion.\n",
|
|
61583
|
+
"commentRange": {
|
|
61584
|
+
"start": 33,
|
|
61585
|
+
"end": 34
|
|
61586
|
+
},
|
|
61587
|
+
"context": {
|
|
61588
|
+
"type": "variable",
|
|
61589
|
+
"name": "kendo-suggestion-border",
|
|
61590
|
+
"value": "k-color(base-emphasis)",
|
|
61591
|
+
"scope": "default",
|
|
61592
|
+
"line": {
|
|
61593
|
+
"start": 35,
|
|
61594
|
+
"end": 35
|
|
61595
|
+
}
|
|
61596
|
+
},
|
|
61597
|
+
"group": [
|
|
61598
|
+
"suggestion"
|
|
61599
|
+
],
|
|
61600
|
+
"access": "public",
|
|
61601
|
+
"file": {
|
|
61602
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
61603
|
+
"name": "_variables.scss"
|
|
61604
|
+
},
|
|
61605
|
+
"resolvedValue": "var(--kendo-color-base-emphasis, #6E687C)",
|
|
61606
|
+
"resolvedType": "String"
|
|
61607
|
+
},
|
|
61608
|
+
{
|
|
61609
|
+
"description": "The background color of the hovered Suggestion.\n",
|
|
61610
|
+
"commentRange": {
|
|
61611
|
+
"start": 37,
|
|
61612
|
+
"end": 38
|
|
61613
|
+
},
|
|
61614
|
+
"context": {
|
|
61615
|
+
"type": "variable",
|
|
61616
|
+
"name": "kendo-suggestion-hover-bg",
|
|
61617
|
+
"value": "k-color(base-subtle-hover)",
|
|
61618
|
+
"scope": "default",
|
|
61619
|
+
"line": {
|
|
61620
|
+
"start": 39,
|
|
61621
|
+
"end": 39
|
|
61622
|
+
}
|
|
61623
|
+
},
|
|
61624
|
+
"group": [
|
|
61625
|
+
"suggestion"
|
|
61626
|
+
],
|
|
61627
|
+
"access": "public",
|
|
61628
|
+
"file": {
|
|
61629
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
61630
|
+
"name": "_variables.scss"
|
|
61631
|
+
},
|
|
61632
|
+
"resolvedValue": "var(--kendo-color-base-subtle-hover, #E2DDE5)",
|
|
61633
|
+
"resolvedType": "String"
|
|
61634
|
+
},
|
|
61635
|
+
{
|
|
61636
|
+
"description": "The text color of the hovered Suggestion.\n",
|
|
61637
|
+
"commentRange": {
|
|
61638
|
+
"start": 40,
|
|
61639
|
+
"end": 41
|
|
61640
|
+
},
|
|
61641
|
+
"context": {
|
|
61642
|
+
"type": "variable",
|
|
61643
|
+
"name": "kendo-suggestion-hover-text",
|
|
61644
|
+
"value": "k-color(base-on-subtle)",
|
|
61645
|
+
"scope": "default",
|
|
61646
|
+
"line": {
|
|
61647
|
+
"start": 42,
|
|
61648
|
+
"end": 42
|
|
61649
|
+
}
|
|
61650
|
+
},
|
|
61651
|
+
"group": [
|
|
61652
|
+
"suggestion"
|
|
61653
|
+
],
|
|
61654
|
+
"access": "public",
|
|
61655
|
+
"file": {
|
|
61656
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
61657
|
+
"name": "_variables.scss"
|
|
61658
|
+
},
|
|
61659
|
+
"resolvedValue": "var(--kendo-color-base-on-subtle, #4A4459)",
|
|
61660
|
+
"resolvedType": "String"
|
|
61661
|
+
},
|
|
61662
|
+
{
|
|
61663
|
+
"description": "The border color of the hovered Suggestion.\n",
|
|
61664
|
+
"commentRange": {
|
|
61665
|
+
"start": 43,
|
|
61666
|
+
"end": 44
|
|
61667
|
+
},
|
|
61668
|
+
"context": {
|
|
61669
|
+
"type": "variable",
|
|
61670
|
+
"name": "kendo-suggestion-hover-border",
|
|
61671
|
+
"value": "k-color(base-emphasis)",
|
|
61672
|
+
"scope": "default",
|
|
61673
|
+
"line": {
|
|
61674
|
+
"start": 45,
|
|
61675
|
+
"end": 45
|
|
61676
|
+
}
|
|
61677
|
+
},
|
|
61678
|
+
"group": [
|
|
61679
|
+
"suggestion"
|
|
61680
|
+
],
|
|
61681
|
+
"access": "public",
|
|
61682
|
+
"file": {
|
|
61683
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
61684
|
+
"name": "_variables.scss"
|
|
61685
|
+
},
|
|
61686
|
+
"resolvedValue": "var(--kendo-color-base-emphasis, #6E687C)",
|
|
61687
|
+
"resolvedType": "String"
|
|
61688
|
+
},
|
|
61689
|
+
{
|
|
61690
|
+
"description": "The background color of the active Suggestion.\n",
|
|
61691
|
+
"commentRange": {
|
|
61692
|
+
"start": 47,
|
|
61693
|
+
"end": 48
|
|
61694
|
+
},
|
|
61695
|
+
"context": {
|
|
61696
|
+
"type": "variable",
|
|
61697
|
+
"name": "kendo-suggestion-active-bg",
|
|
61698
|
+
"value": "k-color(base-subtle-active)",
|
|
61699
|
+
"scope": "default",
|
|
61700
|
+
"line": {
|
|
61701
|
+
"start": 49,
|
|
61702
|
+
"end": 49
|
|
61703
|
+
}
|
|
61704
|
+
},
|
|
61705
|
+
"group": [
|
|
61706
|
+
"suggestion"
|
|
61707
|
+
],
|
|
61708
|
+
"access": "public",
|
|
61709
|
+
"file": {
|
|
61710
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
61711
|
+
"name": "_variables.scss"
|
|
61712
|
+
},
|
|
61713
|
+
"resolvedValue": "var(--kendo-color-base-subtle-active, #EAE5EC)",
|
|
61714
|
+
"resolvedType": "String"
|
|
61715
|
+
},
|
|
61716
|
+
{
|
|
61717
|
+
"description": "The text color of the active Suggestion.\n",
|
|
61718
|
+
"commentRange": {
|
|
61719
|
+
"start": 50,
|
|
61720
|
+
"end": 51
|
|
61721
|
+
},
|
|
61722
|
+
"context": {
|
|
61723
|
+
"type": "variable",
|
|
61724
|
+
"name": "kendo-suggestion-active-text",
|
|
61725
|
+
"value": "k-color(base-on-subtle)",
|
|
61726
|
+
"scope": "default",
|
|
61727
|
+
"line": {
|
|
61728
|
+
"start": 52,
|
|
61729
|
+
"end": 52
|
|
61730
|
+
}
|
|
61731
|
+
},
|
|
61732
|
+
"group": [
|
|
61733
|
+
"suggestion"
|
|
61734
|
+
],
|
|
61735
|
+
"access": "public",
|
|
61736
|
+
"file": {
|
|
61737
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
61738
|
+
"name": "_variables.scss"
|
|
61739
|
+
},
|
|
61740
|
+
"resolvedValue": "var(--kendo-color-base-on-subtle, #4A4459)",
|
|
61741
|
+
"resolvedType": "String"
|
|
61742
|
+
},
|
|
61743
|
+
{
|
|
61744
|
+
"description": "The border color of the active Suggestion.\n",
|
|
61745
|
+
"commentRange": {
|
|
61746
|
+
"start": 53,
|
|
61747
|
+
"end": 54
|
|
61748
|
+
},
|
|
61749
|
+
"context": {
|
|
61750
|
+
"type": "variable",
|
|
61751
|
+
"name": "kendo-suggestion-active-border",
|
|
61752
|
+
"value": "k-color(base-emphasis)",
|
|
61753
|
+
"scope": "default",
|
|
61754
|
+
"line": {
|
|
61755
|
+
"start": 55,
|
|
61756
|
+
"end": 55
|
|
61757
|
+
}
|
|
61758
|
+
},
|
|
61759
|
+
"group": [
|
|
61760
|
+
"suggestion"
|
|
61761
|
+
],
|
|
61762
|
+
"access": "public",
|
|
61763
|
+
"file": {
|
|
61764
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
61765
|
+
"name": "_variables.scss"
|
|
61766
|
+
},
|
|
61767
|
+
"resolvedValue": "var(--kendo-color-base-emphasis, #6E687C)",
|
|
61768
|
+
"resolvedType": "String"
|
|
61769
|
+
},
|
|
61770
|
+
{
|
|
61771
|
+
"description": "The shadow blur of the focused Suggestion.\n",
|
|
61772
|
+
"commentRange": {
|
|
61773
|
+
"start": 57,
|
|
61774
|
+
"end": 58
|
|
61775
|
+
},
|
|
61776
|
+
"context": {
|
|
61777
|
+
"type": "variable",
|
|
61778
|
+
"name": "kendo-suggestion-focus-shadow-blur",
|
|
61779
|
+
"value": "0",
|
|
61780
|
+
"scope": "default",
|
|
61781
|
+
"line": {
|
|
61782
|
+
"start": 59,
|
|
61783
|
+
"end": 59
|
|
61784
|
+
}
|
|
61785
|
+
},
|
|
61786
|
+
"group": [
|
|
61787
|
+
"suggestion"
|
|
61788
|
+
],
|
|
61789
|
+
"access": "public",
|
|
61790
|
+
"file": {
|
|
61791
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
61792
|
+
"name": "_variables.scss"
|
|
61793
|
+
},
|
|
61794
|
+
"resolvedValue": "0",
|
|
61795
|
+
"resolvedType": "Number"
|
|
61796
|
+
},
|
|
61797
|
+
{
|
|
61798
|
+
"description": "The shadow spread of the focused Suggestion.\n",
|
|
61799
|
+
"commentRange": {
|
|
61800
|
+
"start": 60,
|
|
61801
|
+
"end": 61
|
|
61802
|
+
},
|
|
61803
|
+
"context": {
|
|
61804
|
+
"type": "variable",
|
|
61805
|
+
"name": "kendo-suggestion-focus-shadow-spread",
|
|
61806
|
+
"value": "3px",
|
|
61807
|
+
"scope": "default",
|
|
61808
|
+
"line": {
|
|
61809
|
+
"start": 62,
|
|
61810
|
+
"end": 62
|
|
61811
|
+
}
|
|
61812
|
+
},
|
|
61813
|
+
"group": [
|
|
61814
|
+
"suggestion"
|
|
61815
|
+
],
|
|
61816
|
+
"access": "public",
|
|
61817
|
+
"file": {
|
|
61818
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
61819
|
+
"name": "_variables.scss"
|
|
61820
|
+
},
|
|
61821
|
+
"resolvedValue": "3px",
|
|
61822
|
+
"resolvedType": "Number"
|
|
61823
|
+
},
|
|
61824
|
+
{
|
|
61825
|
+
"description": "The shadow color of the focused Suggestion.\n",
|
|
61826
|
+
"commentRange": {
|
|
61827
|
+
"start": 63,
|
|
61828
|
+
"end": 64
|
|
61829
|
+
},
|
|
61830
|
+
"context": {
|
|
61831
|
+
"type": "variable",
|
|
61832
|
+
"name": "kendo-suggestion-focus-shadow-color",
|
|
61833
|
+
"value": "k-color(surface)",
|
|
61834
|
+
"scope": "default",
|
|
61835
|
+
"line": {
|
|
61836
|
+
"start": 65,
|
|
61837
|
+
"end": 65
|
|
61838
|
+
}
|
|
61839
|
+
},
|
|
61840
|
+
"group": [
|
|
61841
|
+
"suggestion"
|
|
61842
|
+
],
|
|
61843
|
+
"access": "public",
|
|
61844
|
+
"file": {
|
|
61845
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
61846
|
+
"name": "_variables.scss"
|
|
61847
|
+
},
|
|
61848
|
+
"resolvedValue": "var(--kendo-color-surface, #F7F3FA)",
|
|
61849
|
+
"resolvedType": "String"
|
|
61850
|
+
},
|
|
61338
61851
|
{
|
|
61339
61852
|
"description": "The font family of the Switch.\n",
|
|
61340
61853
|
"commentRange": {
|
|
@@ -84061,11 +84574,38 @@
|
|
|
84061
84574
|
"resolvedValue": "null",
|
|
84062
84575
|
"resolvedType": "Null"
|
|
84063
84576
|
},
|
|
84577
|
+
{
|
|
84578
|
+
"description": "The opacity of the pulsing animation for the generating Button.\n",
|
|
84579
|
+
"commentRange": {
|
|
84580
|
+
"start": 215,
|
|
84581
|
+
"end": 216
|
|
84582
|
+
},
|
|
84583
|
+
"context": {
|
|
84584
|
+
"type": "variable",
|
|
84585
|
+
"name": "kendo-button-pulsing-opacity",
|
|
84586
|
+
"value": ".6",
|
|
84587
|
+
"scope": "default",
|
|
84588
|
+
"line": {
|
|
84589
|
+
"start": 217,
|
|
84590
|
+
"end": 217
|
|
84591
|
+
}
|
|
84592
|
+
},
|
|
84593
|
+
"group": [
|
|
84594
|
+
"button"
|
|
84595
|
+
],
|
|
84596
|
+
"access": "public",
|
|
84597
|
+
"file": {
|
|
84598
|
+
"path": "material/scss/button/_variables.scss",
|
|
84599
|
+
"name": "_variables.scss"
|
|
84600
|
+
},
|
|
84601
|
+
"resolvedValue": "0.6",
|
|
84602
|
+
"resolvedType": "Number"
|
|
84603
|
+
},
|
|
84064
84604
|
{
|
|
84065
84605
|
"description": "The overlay opacity of the hovered flat Button. Used to create a background for the flat Button.\n",
|
|
84066
84606
|
"commentRange": {
|
|
84067
|
-
"start":
|
|
84068
|
-
"end":
|
|
84607
|
+
"start": 251,
|
|
84608
|
+
"end": 252
|
|
84069
84609
|
},
|
|
84070
84610
|
"context": {
|
|
84071
84611
|
"type": "variable",
|
|
@@ -84073,8 +84613,8 @@
|
|
|
84073
84613
|
"value": ".08",
|
|
84074
84614
|
"scope": "default",
|
|
84075
84615
|
"line": {
|
|
84076
|
-
"start":
|
|
84077
|
-
"end":
|
|
84616
|
+
"start": 253,
|
|
84617
|
+
"end": 253
|
|
84078
84618
|
}
|
|
84079
84619
|
},
|
|
84080
84620
|
"group": [
|
|
@@ -84091,8 +84631,8 @@
|
|
|
84091
84631
|
{
|
|
84092
84632
|
"description": "The overlay opacity of the focused flat Button. Used to create a background for the flat Button.\n",
|
|
84093
84633
|
"commentRange": {
|
|
84094
|
-
"start":
|
|
84095
|
-
"end":
|
|
84634
|
+
"start": 254,
|
|
84635
|
+
"end": 255
|
|
84096
84636
|
},
|
|
84097
84637
|
"context": {
|
|
84098
84638
|
"type": "variable",
|
|
@@ -84100,8 +84640,8 @@
|
|
|
84100
84640
|
"value": ".12",
|
|
84101
84641
|
"scope": "default",
|
|
84102
84642
|
"line": {
|
|
84103
|
-
"start":
|
|
84104
|
-
"end":
|
|
84643
|
+
"start": 256,
|
|
84644
|
+
"end": 256
|
|
84105
84645
|
}
|
|
84106
84646
|
},
|
|
84107
84647
|
"group": [
|
|
@@ -84118,8 +84658,8 @@
|
|
|
84118
84658
|
{
|
|
84119
84659
|
"description": "The overlay opacity of the active flat Button. Used to create a background for the flat Button.\n",
|
|
84120
84660
|
"commentRange": {
|
|
84121
|
-
"start":
|
|
84122
|
-
"end":
|
|
84661
|
+
"start": 257,
|
|
84662
|
+
"end": 258
|
|
84123
84663
|
},
|
|
84124
84664
|
"context": {
|
|
84125
84665
|
"type": "variable",
|
|
@@ -84127,8 +84667,8 @@
|
|
|
84127
84667
|
"value": ".16",
|
|
84128
84668
|
"scope": "default",
|
|
84129
84669
|
"line": {
|
|
84130
|
-
"start":
|
|
84131
|
-
"end":
|
|
84670
|
+
"start": 259,
|
|
84671
|
+
"end": 259
|
|
84132
84672
|
}
|
|
84133
84673
|
},
|
|
84134
84674
|
"group": [
|
|
@@ -84145,8 +84685,8 @@
|
|
|
84145
84685
|
{
|
|
84146
84686
|
"description": "The overlay opacity of the selected flat Button. Used to create a background for the flat Button.\n",
|
|
84147
84687
|
"commentRange": {
|
|
84148
|
-
"start":
|
|
84149
|
-
"end":
|
|
84688
|
+
"start": 260,
|
|
84689
|
+
"end": 261
|
|
84150
84690
|
},
|
|
84151
84691
|
"context": {
|
|
84152
84692
|
"type": "variable",
|
|
@@ -84154,8 +84694,8 @@
|
|
|
84154
84694
|
"value": ".22",
|
|
84155
84695
|
"scope": "default",
|
|
84156
84696
|
"line": {
|
|
84157
|
-
"start":
|
|
84158
|
-
"end":
|
|
84697
|
+
"start": 262,
|
|
84698
|
+
"end": 262
|
|
84159
84699
|
}
|
|
84160
84700
|
},
|
|
84161
84701
|
"group": [
|
|
@@ -84172,8 +84712,8 @@
|
|
|
84172
84712
|
{
|
|
84173
84713
|
"description": "The opacity of the flat Button focus ring. Used to create a border for the flat Button.\n",
|
|
84174
84714
|
"commentRange": {
|
|
84175
|
-
"start":
|
|
84176
|
-
"end":
|
|
84715
|
+
"start": 263,
|
|
84716
|
+
"end": 264
|
|
84177
84717
|
},
|
|
84178
84718
|
"context": {
|
|
84179
84719
|
"type": "variable",
|
|
@@ -84181,8 +84721,8 @@
|
|
|
84181
84721
|
"value": "unset",
|
|
84182
84722
|
"scope": "default",
|
|
84183
84723
|
"line": {
|
|
84184
|
-
"start":
|
|
84185
|
-
"end":
|
|
84724
|
+
"start": 265,
|
|
84725
|
+
"end": 265
|
|
84186
84726
|
}
|
|
84187
84727
|
},
|
|
84188
84728
|
"group": [
|
|
@@ -84199,8 +84739,8 @@
|
|
|
84199
84739
|
{
|
|
84200
84740
|
"description": "The box-shadow transition of the Button.\n",
|
|
84201
84741
|
"commentRange": {
|
|
84202
|
-
"start":
|
|
84203
|
-
"end":
|
|
84742
|
+
"start": 267,
|
|
84743
|
+
"end": 268
|
|
84204
84744
|
},
|
|
84205
84745
|
"context": {
|
|
84206
84746
|
"type": "variable",
|
|
@@ -84208,8 +84748,8 @@
|
|
|
84208
84748
|
"value": "box-shadow 280ms cubic-bezier( .4, 0, .2, 1 )",
|
|
84209
84749
|
"scope": "default",
|
|
84210
84750
|
"line": {
|
|
84211
|
-
"start":
|
|
84212
|
-
"end":
|
|
84751
|
+
"start": 269,
|
|
84752
|
+
"end": 269
|
|
84213
84753
|
}
|
|
84214
84754
|
},
|
|
84215
84755
|
"group": [
|
|
@@ -136404,39 +136944,6 @@
|
|
|
136404
136944
|
}
|
|
136405
136945
|
]
|
|
136406
136946
|
},
|
|
136407
|
-
{
|
|
136408
|
-
"id": "speech-to-text-button",
|
|
136409
|
-
"title": "SpeechToTextButton",
|
|
136410
|
-
"variables": [
|
|
136411
|
-
{
|
|
136412
|
-
"description": "The opacity applied to the listening SpeechToTextButton\n",
|
|
136413
|
-
"commentRange": {
|
|
136414
|
-
"start": 1,
|
|
136415
|
-
"end": 2
|
|
136416
|
-
},
|
|
136417
|
-
"context": {
|
|
136418
|
-
"type": "variable",
|
|
136419
|
-
"name": "kendo-speech-to-text-button-listening-opacity",
|
|
136420
|
-
"value": "0.6",
|
|
136421
|
-
"scope": "default",
|
|
136422
|
-
"line": {
|
|
136423
|
-
"start": 3,
|
|
136424
|
-
"end": 3
|
|
136425
|
-
}
|
|
136426
|
-
},
|
|
136427
|
-
"group": [
|
|
136428
|
-
"speech-to-text-button"
|
|
136429
|
-
],
|
|
136430
|
-
"access": "public",
|
|
136431
|
-
"file": {
|
|
136432
|
-
"path": "material/scss/speech-to-text-button/_variables.scss",
|
|
136433
|
-
"name": "_variables.scss"
|
|
136434
|
-
},
|
|
136435
|
-
"resolvedValue": "0.6",
|
|
136436
|
-
"resolvedType": "Number"
|
|
136437
|
-
}
|
|
136438
|
-
]
|
|
136439
|
-
},
|
|
136440
136947
|
{
|
|
136441
136948
|
"id": "split-button",
|
|
136442
136949
|
"title": "SplitButton",
|
|
@@ -141267,6 +141774,525 @@
|
|
|
141267
141774
|
}
|
|
141268
141775
|
]
|
|
141269
141776
|
},
|
|
141777
|
+
{
|
|
141778
|
+
"id": "suggestion",
|
|
141779
|
+
"title": "Suggestion",
|
|
141780
|
+
"variables": [
|
|
141781
|
+
{
|
|
141782
|
+
"description": "The vertical padding of the Suggestion wrapper.\n",
|
|
141783
|
+
"commentRange": {
|
|
141784
|
+
"start": 4,
|
|
141785
|
+
"end": 5
|
|
141786
|
+
},
|
|
141787
|
+
"context": {
|
|
141788
|
+
"type": "variable",
|
|
141789
|
+
"name": "kendo-suggestion-padding-y",
|
|
141790
|
+
"value": "k-spacing(2)",
|
|
141791
|
+
"scope": "default",
|
|
141792
|
+
"line": {
|
|
141793
|
+
"start": 6,
|
|
141794
|
+
"end": 6
|
|
141795
|
+
}
|
|
141796
|
+
},
|
|
141797
|
+
"group": [
|
|
141798
|
+
"suggestion"
|
|
141799
|
+
],
|
|
141800
|
+
"access": "public",
|
|
141801
|
+
"file": {
|
|
141802
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
141803
|
+
"name": "_variables.scss"
|
|
141804
|
+
},
|
|
141805
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
141806
|
+
"resolvedType": "String"
|
|
141807
|
+
},
|
|
141808
|
+
{
|
|
141809
|
+
"description": "The horizontal padding of the Suggestion wrapper.\n",
|
|
141810
|
+
"commentRange": {
|
|
141811
|
+
"start": 7,
|
|
141812
|
+
"end": 8
|
|
141813
|
+
},
|
|
141814
|
+
"context": {
|
|
141815
|
+
"type": "variable",
|
|
141816
|
+
"name": "kendo-suggestion-padding-x",
|
|
141817
|
+
"value": "k-spacing(3)",
|
|
141818
|
+
"scope": "default",
|
|
141819
|
+
"line": {
|
|
141820
|
+
"start": 9,
|
|
141821
|
+
"end": 9
|
|
141822
|
+
}
|
|
141823
|
+
},
|
|
141824
|
+
"group": [
|
|
141825
|
+
"suggestion"
|
|
141826
|
+
],
|
|
141827
|
+
"access": "public",
|
|
141828
|
+
"file": {
|
|
141829
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
141830
|
+
"name": "_variables.scss"
|
|
141831
|
+
},
|
|
141832
|
+
"resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
|
|
141833
|
+
"resolvedType": "String"
|
|
141834
|
+
},
|
|
141835
|
+
{
|
|
141836
|
+
"description": "The horizontal padding of the Suggestion wrapper.\n",
|
|
141837
|
+
"commentRange": {
|
|
141838
|
+
"start": 10,
|
|
141839
|
+
"end": 11
|
|
141840
|
+
},
|
|
141841
|
+
"context": {
|
|
141842
|
+
"type": "variable",
|
|
141843
|
+
"name": "kendo-suggestion-spacing",
|
|
141844
|
+
"value": "k-spacing(2)",
|
|
141845
|
+
"scope": "default",
|
|
141846
|
+
"line": {
|
|
141847
|
+
"start": 12,
|
|
141848
|
+
"end": 12
|
|
141849
|
+
}
|
|
141850
|
+
},
|
|
141851
|
+
"group": [
|
|
141852
|
+
"suggestion"
|
|
141853
|
+
],
|
|
141854
|
+
"access": "public",
|
|
141855
|
+
"file": {
|
|
141856
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
141857
|
+
"name": "_variables.scss"
|
|
141858
|
+
},
|
|
141859
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
141860
|
+
"resolvedType": "String"
|
|
141861
|
+
},
|
|
141862
|
+
{
|
|
141863
|
+
"description": "The border width of the Suggestion.\n",
|
|
141864
|
+
"commentRange": {
|
|
141865
|
+
"start": 13,
|
|
141866
|
+
"end": 14
|
|
141867
|
+
},
|
|
141868
|
+
"context": {
|
|
141869
|
+
"type": "variable",
|
|
141870
|
+
"name": "kendo-suggestion-border-width",
|
|
141871
|
+
"value": "1px",
|
|
141872
|
+
"scope": "default",
|
|
141873
|
+
"line": {
|
|
141874
|
+
"start": 15,
|
|
141875
|
+
"end": 15
|
|
141876
|
+
}
|
|
141877
|
+
},
|
|
141878
|
+
"group": [
|
|
141879
|
+
"suggestion"
|
|
141880
|
+
],
|
|
141881
|
+
"access": "public",
|
|
141882
|
+
"file": {
|
|
141883
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
141884
|
+
"name": "_variables.scss"
|
|
141885
|
+
},
|
|
141886
|
+
"resolvedValue": "1px",
|
|
141887
|
+
"resolvedType": "Number"
|
|
141888
|
+
},
|
|
141889
|
+
{
|
|
141890
|
+
"description": "The border style of the Suggestion.\n",
|
|
141891
|
+
"commentRange": {
|
|
141892
|
+
"start": 16,
|
|
141893
|
+
"end": 17
|
|
141894
|
+
},
|
|
141895
|
+
"context": {
|
|
141896
|
+
"type": "variable",
|
|
141897
|
+
"name": "kendo-suggestion-border-style",
|
|
141898
|
+
"value": "solid",
|
|
141899
|
+
"scope": "default",
|
|
141900
|
+
"line": {
|
|
141901
|
+
"start": 18,
|
|
141902
|
+
"end": 18
|
|
141903
|
+
}
|
|
141904
|
+
},
|
|
141905
|
+
"group": [
|
|
141906
|
+
"suggestion"
|
|
141907
|
+
],
|
|
141908
|
+
"access": "public",
|
|
141909
|
+
"file": {
|
|
141910
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
141911
|
+
"name": "_variables.scss"
|
|
141912
|
+
},
|
|
141913
|
+
"resolvedValue": "solid",
|
|
141914
|
+
"resolvedType": "String"
|
|
141915
|
+
},
|
|
141916
|
+
{
|
|
141917
|
+
"description": "The line height of the Suggestion.\n",
|
|
141918
|
+
"commentRange": {
|
|
141919
|
+
"start": 20,
|
|
141920
|
+
"end": 21
|
|
141921
|
+
},
|
|
141922
|
+
"context": {
|
|
141923
|
+
"type": "variable",
|
|
141924
|
+
"name": "kendo-suggestion-line-height",
|
|
141925
|
+
"value": "var( --kendo-line-height, normal )",
|
|
141926
|
+
"scope": "default",
|
|
141927
|
+
"line": {
|
|
141928
|
+
"start": 22,
|
|
141929
|
+
"end": 22
|
|
141930
|
+
}
|
|
141931
|
+
},
|
|
141932
|
+
"group": [
|
|
141933
|
+
"suggestion"
|
|
141934
|
+
],
|
|
141935
|
+
"access": "public",
|
|
141936
|
+
"file": {
|
|
141937
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
141938
|
+
"name": "_variables.scss"
|
|
141939
|
+
},
|
|
141940
|
+
"resolvedValue": "var(--kendo-line-height, normal)",
|
|
141941
|
+
"resolvedType": "String"
|
|
141942
|
+
},
|
|
141943
|
+
{
|
|
141944
|
+
"description": "The border radius of the Suggestion.\n",
|
|
141945
|
+
"commentRange": {
|
|
141946
|
+
"start": 23,
|
|
141947
|
+
"end": 24
|
|
141948
|
+
},
|
|
141949
|
+
"context": {
|
|
141950
|
+
"type": "variable",
|
|
141951
|
+
"name": "kendo-suggestion-border-radius",
|
|
141952
|
+
"value": "k-border-radius(xxl)",
|
|
141953
|
+
"scope": "default",
|
|
141954
|
+
"line": {
|
|
141955
|
+
"start": 25,
|
|
141956
|
+
"end": 25
|
|
141957
|
+
}
|
|
141958
|
+
},
|
|
141959
|
+
"group": [
|
|
141960
|
+
"suggestion"
|
|
141961
|
+
],
|
|
141962
|
+
"access": "public",
|
|
141963
|
+
"file": {
|
|
141964
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
141965
|
+
"name": "_variables.scss"
|
|
141966
|
+
},
|
|
141967
|
+
"resolvedValue": "var(--kendo-border-radius-xxl, 1rem)",
|
|
141968
|
+
"resolvedType": "String"
|
|
141969
|
+
},
|
|
141970
|
+
{
|
|
141971
|
+
"description": "The background color of the Suggestion.\n",
|
|
141972
|
+
"commentRange": {
|
|
141973
|
+
"start": 27,
|
|
141974
|
+
"end": 28
|
|
141975
|
+
},
|
|
141976
|
+
"context": {
|
|
141977
|
+
"type": "variable",
|
|
141978
|
+
"name": "kendo-suggestion-bg",
|
|
141979
|
+
"value": "k-color(base-subtle)",
|
|
141980
|
+
"scope": "default",
|
|
141981
|
+
"line": {
|
|
141982
|
+
"start": 29,
|
|
141983
|
+
"end": 29
|
|
141984
|
+
}
|
|
141985
|
+
},
|
|
141986
|
+
"group": [
|
|
141987
|
+
"suggestion"
|
|
141988
|
+
],
|
|
141989
|
+
"access": "public",
|
|
141990
|
+
"file": {
|
|
141991
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
141992
|
+
"name": "_variables.scss"
|
|
141993
|
+
},
|
|
141994
|
+
"resolvedValue": "var(--kendo-color-base-subtle, #DED8E0)",
|
|
141995
|
+
"resolvedType": "String"
|
|
141996
|
+
},
|
|
141997
|
+
{
|
|
141998
|
+
"description": "The text color of the Suggestion.\n",
|
|
141999
|
+
"commentRange": {
|
|
142000
|
+
"start": 30,
|
|
142001
|
+
"end": 31
|
|
142002
|
+
},
|
|
142003
|
+
"context": {
|
|
142004
|
+
"type": "variable",
|
|
142005
|
+
"name": "kendo-suggestion-text",
|
|
142006
|
+
"value": "k-color(base-on-subtle)",
|
|
142007
|
+
"scope": "default",
|
|
142008
|
+
"line": {
|
|
142009
|
+
"start": 32,
|
|
142010
|
+
"end": 32
|
|
142011
|
+
}
|
|
142012
|
+
},
|
|
142013
|
+
"group": [
|
|
142014
|
+
"suggestion"
|
|
142015
|
+
],
|
|
142016
|
+
"access": "public",
|
|
142017
|
+
"file": {
|
|
142018
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
142019
|
+
"name": "_variables.scss"
|
|
142020
|
+
},
|
|
142021
|
+
"resolvedValue": "var(--kendo-color-base-on-subtle, #4A4459)",
|
|
142022
|
+
"resolvedType": "String"
|
|
142023
|
+
},
|
|
142024
|
+
{
|
|
142025
|
+
"description": "The border color of the Suggestion.\n",
|
|
142026
|
+
"commentRange": {
|
|
142027
|
+
"start": 33,
|
|
142028
|
+
"end": 34
|
|
142029
|
+
},
|
|
142030
|
+
"context": {
|
|
142031
|
+
"type": "variable",
|
|
142032
|
+
"name": "kendo-suggestion-border",
|
|
142033
|
+
"value": "k-color(base-emphasis)",
|
|
142034
|
+
"scope": "default",
|
|
142035
|
+
"line": {
|
|
142036
|
+
"start": 35,
|
|
142037
|
+
"end": 35
|
|
142038
|
+
}
|
|
142039
|
+
},
|
|
142040
|
+
"group": [
|
|
142041
|
+
"suggestion"
|
|
142042
|
+
],
|
|
142043
|
+
"access": "public",
|
|
142044
|
+
"file": {
|
|
142045
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
142046
|
+
"name": "_variables.scss"
|
|
142047
|
+
},
|
|
142048
|
+
"resolvedValue": "var(--kendo-color-base-emphasis, #6E687C)",
|
|
142049
|
+
"resolvedType": "String"
|
|
142050
|
+
},
|
|
142051
|
+
{
|
|
142052
|
+
"description": "The background color of the hovered Suggestion.\n",
|
|
142053
|
+
"commentRange": {
|
|
142054
|
+
"start": 37,
|
|
142055
|
+
"end": 38
|
|
142056
|
+
},
|
|
142057
|
+
"context": {
|
|
142058
|
+
"type": "variable",
|
|
142059
|
+
"name": "kendo-suggestion-hover-bg",
|
|
142060
|
+
"value": "k-color(base-subtle-hover)",
|
|
142061
|
+
"scope": "default",
|
|
142062
|
+
"line": {
|
|
142063
|
+
"start": 39,
|
|
142064
|
+
"end": 39
|
|
142065
|
+
}
|
|
142066
|
+
},
|
|
142067
|
+
"group": [
|
|
142068
|
+
"suggestion"
|
|
142069
|
+
],
|
|
142070
|
+
"access": "public",
|
|
142071
|
+
"file": {
|
|
142072
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
142073
|
+
"name": "_variables.scss"
|
|
142074
|
+
},
|
|
142075
|
+
"resolvedValue": "var(--kendo-color-base-subtle-hover, #E2DDE5)",
|
|
142076
|
+
"resolvedType": "String"
|
|
142077
|
+
},
|
|
142078
|
+
{
|
|
142079
|
+
"description": "The text color of the hovered Suggestion.\n",
|
|
142080
|
+
"commentRange": {
|
|
142081
|
+
"start": 40,
|
|
142082
|
+
"end": 41
|
|
142083
|
+
},
|
|
142084
|
+
"context": {
|
|
142085
|
+
"type": "variable",
|
|
142086
|
+
"name": "kendo-suggestion-hover-text",
|
|
142087
|
+
"value": "k-color(base-on-subtle)",
|
|
142088
|
+
"scope": "default",
|
|
142089
|
+
"line": {
|
|
142090
|
+
"start": 42,
|
|
142091
|
+
"end": 42
|
|
142092
|
+
}
|
|
142093
|
+
},
|
|
142094
|
+
"group": [
|
|
142095
|
+
"suggestion"
|
|
142096
|
+
],
|
|
142097
|
+
"access": "public",
|
|
142098
|
+
"file": {
|
|
142099
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
142100
|
+
"name": "_variables.scss"
|
|
142101
|
+
},
|
|
142102
|
+
"resolvedValue": "var(--kendo-color-base-on-subtle, #4A4459)",
|
|
142103
|
+
"resolvedType": "String"
|
|
142104
|
+
},
|
|
142105
|
+
{
|
|
142106
|
+
"description": "The border color of the hovered Suggestion.\n",
|
|
142107
|
+
"commentRange": {
|
|
142108
|
+
"start": 43,
|
|
142109
|
+
"end": 44
|
|
142110
|
+
},
|
|
142111
|
+
"context": {
|
|
142112
|
+
"type": "variable",
|
|
142113
|
+
"name": "kendo-suggestion-hover-border",
|
|
142114
|
+
"value": "k-color(base-emphasis)",
|
|
142115
|
+
"scope": "default",
|
|
142116
|
+
"line": {
|
|
142117
|
+
"start": 45,
|
|
142118
|
+
"end": 45
|
|
142119
|
+
}
|
|
142120
|
+
},
|
|
142121
|
+
"group": [
|
|
142122
|
+
"suggestion"
|
|
142123
|
+
],
|
|
142124
|
+
"access": "public",
|
|
142125
|
+
"file": {
|
|
142126
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
142127
|
+
"name": "_variables.scss"
|
|
142128
|
+
},
|
|
142129
|
+
"resolvedValue": "var(--kendo-color-base-emphasis, #6E687C)",
|
|
142130
|
+
"resolvedType": "String"
|
|
142131
|
+
},
|
|
142132
|
+
{
|
|
142133
|
+
"description": "The background color of the active Suggestion.\n",
|
|
142134
|
+
"commentRange": {
|
|
142135
|
+
"start": 47,
|
|
142136
|
+
"end": 48
|
|
142137
|
+
},
|
|
142138
|
+
"context": {
|
|
142139
|
+
"type": "variable",
|
|
142140
|
+
"name": "kendo-suggestion-active-bg",
|
|
142141
|
+
"value": "k-color(base-subtle-active)",
|
|
142142
|
+
"scope": "default",
|
|
142143
|
+
"line": {
|
|
142144
|
+
"start": 49,
|
|
142145
|
+
"end": 49
|
|
142146
|
+
}
|
|
142147
|
+
},
|
|
142148
|
+
"group": [
|
|
142149
|
+
"suggestion"
|
|
142150
|
+
],
|
|
142151
|
+
"access": "public",
|
|
142152
|
+
"file": {
|
|
142153
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
142154
|
+
"name": "_variables.scss"
|
|
142155
|
+
},
|
|
142156
|
+
"resolvedValue": "var(--kendo-color-base-subtle-active, #EAE5EC)",
|
|
142157
|
+
"resolvedType": "String"
|
|
142158
|
+
},
|
|
142159
|
+
{
|
|
142160
|
+
"description": "The text color of the active Suggestion.\n",
|
|
142161
|
+
"commentRange": {
|
|
142162
|
+
"start": 50,
|
|
142163
|
+
"end": 51
|
|
142164
|
+
},
|
|
142165
|
+
"context": {
|
|
142166
|
+
"type": "variable",
|
|
142167
|
+
"name": "kendo-suggestion-active-text",
|
|
142168
|
+
"value": "k-color(base-on-subtle)",
|
|
142169
|
+
"scope": "default",
|
|
142170
|
+
"line": {
|
|
142171
|
+
"start": 52,
|
|
142172
|
+
"end": 52
|
|
142173
|
+
}
|
|
142174
|
+
},
|
|
142175
|
+
"group": [
|
|
142176
|
+
"suggestion"
|
|
142177
|
+
],
|
|
142178
|
+
"access": "public",
|
|
142179
|
+
"file": {
|
|
142180
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
142181
|
+
"name": "_variables.scss"
|
|
142182
|
+
},
|
|
142183
|
+
"resolvedValue": "var(--kendo-color-base-on-subtle, #4A4459)",
|
|
142184
|
+
"resolvedType": "String"
|
|
142185
|
+
},
|
|
142186
|
+
{
|
|
142187
|
+
"description": "The border color of the active Suggestion.\n",
|
|
142188
|
+
"commentRange": {
|
|
142189
|
+
"start": 53,
|
|
142190
|
+
"end": 54
|
|
142191
|
+
},
|
|
142192
|
+
"context": {
|
|
142193
|
+
"type": "variable",
|
|
142194
|
+
"name": "kendo-suggestion-active-border",
|
|
142195
|
+
"value": "k-color(base-emphasis)",
|
|
142196
|
+
"scope": "default",
|
|
142197
|
+
"line": {
|
|
142198
|
+
"start": 55,
|
|
142199
|
+
"end": 55
|
|
142200
|
+
}
|
|
142201
|
+
},
|
|
142202
|
+
"group": [
|
|
142203
|
+
"suggestion"
|
|
142204
|
+
],
|
|
142205
|
+
"access": "public",
|
|
142206
|
+
"file": {
|
|
142207
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
142208
|
+
"name": "_variables.scss"
|
|
142209
|
+
},
|
|
142210
|
+
"resolvedValue": "var(--kendo-color-base-emphasis, #6E687C)",
|
|
142211
|
+
"resolvedType": "String"
|
|
142212
|
+
},
|
|
142213
|
+
{
|
|
142214
|
+
"description": "The shadow blur of the focused Suggestion.\n",
|
|
142215
|
+
"commentRange": {
|
|
142216
|
+
"start": 57,
|
|
142217
|
+
"end": 58
|
|
142218
|
+
},
|
|
142219
|
+
"context": {
|
|
142220
|
+
"type": "variable",
|
|
142221
|
+
"name": "kendo-suggestion-focus-shadow-blur",
|
|
142222
|
+
"value": "0",
|
|
142223
|
+
"scope": "default",
|
|
142224
|
+
"line": {
|
|
142225
|
+
"start": 59,
|
|
142226
|
+
"end": 59
|
|
142227
|
+
}
|
|
142228
|
+
},
|
|
142229
|
+
"group": [
|
|
142230
|
+
"suggestion"
|
|
142231
|
+
],
|
|
142232
|
+
"access": "public",
|
|
142233
|
+
"file": {
|
|
142234
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
142235
|
+
"name": "_variables.scss"
|
|
142236
|
+
},
|
|
142237
|
+
"resolvedValue": "0",
|
|
142238
|
+
"resolvedType": "Number"
|
|
142239
|
+
},
|
|
142240
|
+
{
|
|
142241
|
+
"description": "The shadow spread of the focused Suggestion.\n",
|
|
142242
|
+
"commentRange": {
|
|
142243
|
+
"start": 60,
|
|
142244
|
+
"end": 61
|
|
142245
|
+
},
|
|
142246
|
+
"context": {
|
|
142247
|
+
"type": "variable",
|
|
142248
|
+
"name": "kendo-suggestion-focus-shadow-spread",
|
|
142249
|
+
"value": "3px",
|
|
142250
|
+
"scope": "default",
|
|
142251
|
+
"line": {
|
|
142252
|
+
"start": 62,
|
|
142253
|
+
"end": 62
|
|
142254
|
+
}
|
|
142255
|
+
},
|
|
142256
|
+
"group": [
|
|
142257
|
+
"suggestion"
|
|
142258
|
+
],
|
|
142259
|
+
"access": "public",
|
|
142260
|
+
"file": {
|
|
142261
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
142262
|
+
"name": "_variables.scss"
|
|
142263
|
+
},
|
|
142264
|
+
"resolvedValue": "3px",
|
|
142265
|
+
"resolvedType": "Number"
|
|
142266
|
+
},
|
|
142267
|
+
{
|
|
142268
|
+
"description": "The shadow color of the focused Suggestion.\n",
|
|
142269
|
+
"commentRange": {
|
|
142270
|
+
"start": 63,
|
|
142271
|
+
"end": 64
|
|
142272
|
+
},
|
|
142273
|
+
"context": {
|
|
142274
|
+
"type": "variable",
|
|
142275
|
+
"name": "kendo-suggestion-focus-shadow-color",
|
|
142276
|
+
"value": "k-color(surface)",
|
|
142277
|
+
"scope": "default",
|
|
142278
|
+
"line": {
|
|
142279
|
+
"start": 65,
|
|
142280
|
+
"end": 65
|
|
142281
|
+
}
|
|
142282
|
+
},
|
|
142283
|
+
"group": [
|
|
142284
|
+
"suggestion"
|
|
142285
|
+
],
|
|
142286
|
+
"access": "public",
|
|
142287
|
+
"file": {
|
|
142288
|
+
"path": "material/scss/suggestion/_variables.scss",
|
|
142289
|
+
"name": "_variables.scss"
|
|
142290
|
+
},
|
|
142291
|
+
"resolvedValue": "var(--kendo-color-surface, #F7F3FA)",
|
|
142292
|
+
"resolvedType": "String"
|
|
142293
|
+
}
|
|
142294
|
+
]
|
|
142295
|
+
},
|
|
141270
142296
|
{
|
|
141271
142297
|
"id": "switch",
|
|
141272
142298
|
"title": "Switch",
|