@progress/kendo-theme-bootstrap 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/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.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/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.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
|
@@ -4797,11 +4797,38 @@
|
|
|
4797
4797
|
"resolvedValue": "null",
|
|
4798
4798
|
"resolvedType": "Null"
|
|
4799
4799
|
},
|
|
4800
|
+
{
|
|
4801
|
+
"description": "The opacity of the pulsing animation for the generating Button.\n",
|
|
4802
|
+
"commentRange": {
|
|
4803
|
+
"start": 213,
|
|
4804
|
+
"end": 214
|
|
4805
|
+
},
|
|
4806
|
+
"context": {
|
|
4807
|
+
"type": "variable",
|
|
4808
|
+
"name": "kendo-button-pulsing-opacity",
|
|
4809
|
+
"value": ".4",
|
|
4810
|
+
"scope": "default",
|
|
4811
|
+
"line": {
|
|
4812
|
+
"start": 215,
|
|
4813
|
+
"end": 215
|
|
4814
|
+
}
|
|
4815
|
+
},
|
|
4816
|
+
"group": [
|
|
4817
|
+
"button"
|
|
4818
|
+
],
|
|
4819
|
+
"access": "public",
|
|
4820
|
+
"file": {
|
|
4821
|
+
"path": "bootstrap/scss/button/_variables.scss",
|
|
4822
|
+
"name": "_variables.scss"
|
|
4823
|
+
},
|
|
4824
|
+
"resolvedValue": "0.4",
|
|
4825
|
+
"resolvedType": "Number"
|
|
4826
|
+
},
|
|
4800
4827
|
{
|
|
4801
4828
|
"description": "The overlay opacity of the hovered flat Button. Used to create a background for the flat Button.\n",
|
|
4802
4829
|
"commentRange": {
|
|
4803
|
-
"start":
|
|
4804
|
-
"end":
|
|
4830
|
+
"start": 249,
|
|
4831
|
+
"end": 250
|
|
4805
4832
|
},
|
|
4806
4833
|
"context": {
|
|
4807
4834
|
"type": "variable",
|
|
@@ -4809,8 +4836,8 @@
|
|
|
4809
4836
|
"value": ".08",
|
|
4810
4837
|
"scope": "default",
|
|
4811
4838
|
"line": {
|
|
4812
|
-
"start":
|
|
4813
|
-
"end":
|
|
4839
|
+
"start": 251,
|
|
4840
|
+
"end": 251
|
|
4814
4841
|
}
|
|
4815
4842
|
},
|
|
4816
4843
|
"group": [
|
|
@@ -4827,8 +4854,8 @@
|
|
|
4827
4854
|
{
|
|
4828
4855
|
"description": "The overlay opacity of the focused flat Button. Used to create a background for the flat Button.\n",
|
|
4829
4856
|
"commentRange": {
|
|
4830
|
-
"start":
|
|
4831
|
-
"end":
|
|
4857
|
+
"start": 252,
|
|
4858
|
+
"end": 253
|
|
4832
4859
|
},
|
|
4833
4860
|
"context": {
|
|
4834
4861
|
"type": "variable",
|
|
@@ -4836,8 +4863,8 @@
|
|
|
4836
4863
|
"value": "null",
|
|
4837
4864
|
"scope": "default",
|
|
4838
4865
|
"line": {
|
|
4839
|
-
"start":
|
|
4840
|
-
"end":
|
|
4866
|
+
"start": 254,
|
|
4867
|
+
"end": 254
|
|
4841
4868
|
}
|
|
4842
4869
|
},
|
|
4843
4870
|
"group": [
|
|
@@ -4854,8 +4881,8 @@
|
|
|
4854
4881
|
{
|
|
4855
4882
|
"description": "The overlay opacity of the active flat Button. Used to create a background for the flat Button.\n",
|
|
4856
4883
|
"commentRange": {
|
|
4857
|
-
"start":
|
|
4858
|
-
"end":
|
|
4884
|
+
"start": 255,
|
|
4885
|
+
"end": 256
|
|
4859
4886
|
},
|
|
4860
4887
|
"context": {
|
|
4861
4888
|
"type": "variable",
|
|
@@ -4863,8 +4890,8 @@
|
|
|
4863
4890
|
"value": ".16",
|
|
4864
4891
|
"scope": "default",
|
|
4865
4892
|
"line": {
|
|
4866
|
-
"start":
|
|
4867
|
-
"end":
|
|
4893
|
+
"start": 257,
|
|
4894
|
+
"end": 257
|
|
4868
4895
|
}
|
|
4869
4896
|
},
|
|
4870
4897
|
"group": [
|
|
@@ -4881,8 +4908,8 @@
|
|
|
4881
4908
|
{
|
|
4882
4909
|
"description": "The overlay opacity of the selected flat Button. Used to create a background for the flat Button.\n",
|
|
4883
4910
|
"commentRange": {
|
|
4884
|
-
"start":
|
|
4885
|
-
"end":
|
|
4911
|
+
"start": 258,
|
|
4912
|
+
"end": 259
|
|
4886
4913
|
},
|
|
4887
4914
|
"context": {
|
|
4888
4915
|
"type": "variable",
|
|
@@ -4890,8 +4917,8 @@
|
|
|
4890
4917
|
"value": ".2",
|
|
4891
4918
|
"scope": "default",
|
|
4892
4919
|
"line": {
|
|
4893
|
-
"start":
|
|
4894
|
-
"end":
|
|
4920
|
+
"start": 260,
|
|
4921
|
+
"end": 260
|
|
4895
4922
|
}
|
|
4896
4923
|
},
|
|
4897
4924
|
"group": [
|
|
@@ -4908,8 +4935,8 @@
|
|
|
4908
4935
|
{
|
|
4909
4936
|
"description": "The opacity of the flat Button focus ring. Used to create a border for the flat Button.\n",
|
|
4910
4937
|
"commentRange": {
|
|
4911
|
-
"start":
|
|
4912
|
-
"end":
|
|
4938
|
+
"start": 261,
|
|
4939
|
+
"end": 262
|
|
4913
4940
|
},
|
|
4914
4941
|
"context": {
|
|
4915
4942
|
"type": "variable",
|
|
@@ -4917,8 +4944,8 @@
|
|
|
4917
4944
|
"value": ".12",
|
|
4918
4945
|
"scope": "default",
|
|
4919
4946
|
"line": {
|
|
4920
|
-
"start":
|
|
4921
|
-
"end":
|
|
4947
|
+
"start": 263,
|
|
4948
|
+
"end": 263
|
|
4922
4949
|
}
|
|
4923
4950
|
},
|
|
4924
4951
|
"group": [
|
|
@@ -4935,8 +4962,8 @@
|
|
|
4935
4962
|
{
|
|
4936
4963
|
"description": "The color transition of the Button.\n",
|
|
4937
4964
|
"commentRange": {
|
|
4938
|
-
"start":
|
|
4939
|
-
"end":
|
|
4965
|
+
"start": 265,
|
|
4966
|
+
"end": 266
|
|
4940
4967
|
},
|
|
4941
4968
|
"context": {
|
|
4942
4969
|
"type": "variable",
|
|
@@ -4944,8 +4971,8 @@
|
|
|
4944
4971
|
"value": "$kendo-transition",
|
|
4945
4972
|
"scope": "default",
|
|
4946
4973
|
"line": {
|
|
4947
|
-
"start":
|
|
4948
|
-
"end":
|
|
4974
|
+
"start": 267,
|
|
4975
|
+
"end": 267
|
|
4949
4976
|
}
|
|
4950
4977
|
},
|
|
4951
4978
|
"group": [
|
|
@@ -56409,33 +56436,6 @@
|
|
|
56409
56436
|
"7.5": "1.875rem"
|
|
56410
56437
|
}
|
|
56411
56438
|
},
|
|
56412
|
-
{
|
|
56413
|
-
"description": "The opacity applied to the listening SpeechToTextButton\n",
|
|
56414
|
-
"commentRange": {
|
|
56415
|
-
"start": 1,
|
|
56416
|
-
"end": 2
|
|
56417
|
-
},
|
|
56418
|
-
"context": {
|
|
56419
|
-
"type": "variable",
|
|
56420
|
-
"name": "kendo-speech-to-text-button-listening-opacity",
|
|
56421
|
-
"value": "0.4",
|
|
56422
|
-
"scope": "default",
|
|
56423
|
-
"line": {
|
|
56424
|
-
"start": 3,
|
|
56425
|
-
"end": 3
|
|
56426
|
-
}
|
|
56427
|
-
},
|
|
56428
|
-
"group": [
|
|
56429
|
-
"speech-to-text-button"
|
|
56430
|
-
],
|
|
56431
|
-
"access": "public",
|
|
56432
|
-
"file": {
|
|
56433
|
-
"path": "bootstrap/scss/speech-to-text-button/_variables.scss",
|
|
56434
|
-
"name": "_variables.scss"
|
|
56435
|
-
},
|
|
56436
|
-
"resolvedValue": "0.4",
|
|
56437
|
-
"resolvedType": "Number"
|
|
56438
|
-
},
|
|
56439
56439
|
{
|
|
56440
56440
|
"description": "The focus shadow of the SplitButton.\n",
|
|
56441
56441
|
"commentRange": {
|
|
@@ -61242,6 +61242,519 @@
|
|
|
61242
61242
|
"resolvedValue": "(cubic-bezier(0.4, 0, 0.2, 1) 0ms)",
|
|
61243
61243
|
"resolvedType": "List"
|
|
61244
61244
|
},
|
|
61245
|
+
{
|
|
61246
|
+
"description": "The vertical padding of the Suggestion wrapper.\n",
|
|
61247
|
+
"commentRange": {
|
|
61248
|
+
"start": 4,
|
|
61249
|
+
"end": 5
|
|
61250
|
+
},
|
|
61251
|
+
"context": {
|
|
61252
|
+
"type": "variable",
|
|
61253
|
+
"name": "kendo-suggestion-padding-y",
|
|
61254
|
+
"value": "k-spacing(2)",
|
|
61255
|
+
"scope": "default",
|
|
61256
|
+
"line": {
|
|
61257
|
+
"start": 6,
|
|
61258
|
+
"end": 6
|
|
61259
|
+
}
|
|
61260
|
+
},
|
|
61261
|
+
"group": [
|
|
61262
|
+
"suggestion"
|
|
61263
|
+
],
|
|
61264
|
+
"access": "public",
|
|
61265
|
+
"file": {
|
|
61266
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
61267
|
+
"name": "_variables.scss"
|
|
61268
|
+
},
|
|
61269
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
61270
|
+
"resolvedType": "String"
|
|
61271
|
+
},
|
|
61272
|
+
{
|
|
61273
|
+
"description": "The horizontal padding of the Suggestion wrapper.\n",
|
|
61274
|
+
"commentRange": {
|
|
61275
|
+
"start": 7,
|
|
61276
|
+
"end": 8
|
|
61277
|
+
},
|
|
61278
|
+
"context": {
|
|
61279
|
+
"type": "variable",
|
|
61280
|
+
"name": "kendo-suggestion-padding-x",
|
|
61281
|
+
"value": "k-spacing(3)",
|
|
61282
|
+
"scope": "default",
|
|
61283
|
+
"line": {
|
|
61284
|
+
"start": 9,
|
|
61285
|
+
"end": 9
|
|
61286
|
+
}
|
|
61287
|
+
},
|
|
61288
|
+
"group": [
|
|
61289
|
+
"suggestion"
|
|
61290
|
+
],
|
|
61291
|
+
"access": "public",
|
|
61292
|
+
"file": {
|
|
61293
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
61294
|
+
"name": "_variables.scss"
|
|
61295
|
+
},
|
|
61296
|
+
"resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
|
|
61297
|
+
"resolvedType": "String"
|
|
61298
|
+
},
|
|
61299
|
+
{
|
|
61300
|
+
"description": "The horizontal padding of the Suggestion wrapper.\n",
|
|
61301
|
+
"commentRange": {
|
|
61302
|
+
"start": 10,
|
|
61303
|
+
"end": 11
|
|
61304
|
+
},
|
|
61305
|
+
"context": {
|
|
61306
|
+
"type": "variable",
|
|
61307
|
+
"name": "kendo-suggestion-spacing",
|
|
61308
|
+
"value": "k-spacing(2)",
|
|
61309
|
+
"scope": "default",
|
|
61310
|
+
"line": {
|
|
61311
|
+
"start": 12,
|
|
61312
|
+
"end": 12
|
|
61313
|
+
}
|
|
61314
|
+
},
|
|
61315
|
+
"group": [
|
|
61316
|
+
"suggestion"
|
|
61317
|
+
],
|
|
61318
|
+
"access": "public",
|
|
61319
|
+
"file": {
|
|
61320
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
61321
|
+
"name": "_variables.scss"
|
|
61322
|
+
},
|
|
61323
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
61324
|
+
"resolvedType": "String"
|
|
61325
|
+
},
|
|
61326
|
+
{
|
|
61327
|
+
"description": "The border width of the Suggestion.\n",
|
|
61328
|
+
"commentRange": {
|
|
61329
|
+
"start": 13,
|
|
61330
|
+
"end": 14
|
|
61331
|
+
},
|
|
61332
|
+
"context": {
|
|
61333
|
+
"type": "variable",
|
|
61334
|
+
"name": "kendo-suggestion-border-width",
|
|
61335
|
+
"value": "1px",
|
|
61336
|
+
"scope": "default",
|
|
61337
|
+
"line": {
|
|
61338
|
+
"start": 15,
|
|
61339
|
+
"end": 15
|
|
61340
|
+
}
|
|
61341
|
+
},
|
|
61342
|
+
"group": [
|
|
61343
|
+
"suggestion"
|
|
61344
|
+
],
|
|
61345
|
+
"access": "public",
|
|
61346
|
+
"file": {
|
|
61347
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
61348
|
+
"name": "_variables.scss"
|
|
61349
|
+
},
|
|
61350
|
+
"resolvedValue": "1px",
|
|
61351
|
+
"resolvedType": "Number"
|
|
61352
|
+
},
|
|
61353
|
+
{
|
|
61354
|
+
"description": "The border style of the Suggestion.\n",
|
|
61355
|
+
"commentRange": {
|
|
61356
|
+
"start": 16,
|
|
61357
|
+
"end": 17
|
|
61358
|
+
},
|
|
61359
|
+
"context": {
|
|
61360
|
+
"type": "variable",
|
|
61361
|
+
"name": "kendo-suggestion-border-style",
|
|
61362
|
+
"value": "solid",
|
|
61363
|
+
"scope": "default",
|
|
61364
|
+
"line": {
|
|
61365
|
+
"start": 18,
|
|
61366
|
+
"end": 18
|
|
61367
|
+
}
|
|
61368
|
+
},
|
|
61369
|
+
"group": [
|
|
61370
|
+
"suggestion"
|
|
61371
|
+
],
|
|
61372
|
+
"access": "public",
|
|
61373
|
+
"file": {
|
|
61374
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
61375
|
+
"name": "_variables.scss"
|
|
61376
|
+
},
|
|
61377
|
+
"resolvedValue": "solid",
|
|
61378
|
+
"resolvedType": "String"
|
|
61379
|
+
},
|
|
61380
|
+
{
|
|
61381
|
+
"description": "The line height of the Suggestion.\n",
|
|
61382
|
+
"commentRange": {
|
|
61383
|
+
"start": 20,
|
|
61384
|
+
"end": 21
|
|
61385
|
+
},
|
|
61386
|
+
"context": {
|
|
61387
|
+
"type": "variable",
|
|
61388
|
+
"name": "kendo-suggestion-line-height",
|
|
61389
|
+
"value": "var( --kendo-line-height, normal )",
|
|
61390
|
+
"scope": "default",
|
|
61391
|
+
"line": {
|
|
61392
|
+
"start": 22,
|
|
61393
|
+
"end": 22
|
|
61394
|
+
}
|
|
61395
|
+
},
|
|
61396
|
+
"group": [
|
|
61397
|
+
"suggestion"
|
|
61398
|
+
],
|
|
61399
|
+
"access": "public",
|
|
61400
|
+
"file": {
|
|
61401
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
61402
|
+
"name": "_variables.scss"
|
|
61403
|
+
},
|
|
61404
|
+
"resolvedValue": "var(--kendo-line-height, normal)",
|
|
61405
|
+
"resolvedType": "String"
|
|
61406
|
+
},
|
|
61407
|
+
{
|
|
61408
|
+
"description": "The border radius of the Suggestion.\n",
|
|
61409
|
+
"commentRange": {
|
|
61410
|
+
"start": 23,
|
|
61411
|
+
"end": 24
|
|
61412
|
+
},
|
|
61413
|
+
"context": {
|
|
61414
|
+
"type": "variable",
|
|
61415
|
+
"name": "kendo-suggestion-border-radius",
|
|
61416
|
+
"value": "k-border-radius(xl)",
|
|
61417
|
+
"scope": "default",
|
|
61418
|
+
"line": {
|
|
61419
|
+
"start": 25,
|
|
61420
|
+
"end": 25
|
|
61421
|
+
}
|
|
61422
|
+
},
|
|
61423
|
+
"group": [
|
|
61424
|
+
"suggestion"
|
|
61425
|
+
],
|
|
61426
|
+
"access": "public",
|
|
61427
|
+
"file": {
|
|
61428
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
61429
|
+
"name": "_variables.scss"
|
|
61430
|
+
},
|
|
61431
|
+
"resolvedValue": "var(--kendo-border-radius-xl, 0.75rem)",
|
|
61432
|
+
"resolvedType": "String"
|
|
61433
|
+
},
|
|
61434
|
+
{
|
|
61435
|
+
"description": "The background color of the Suggestion.\n",
|
|
61436
|
+
"commentRange": {
|
|
61437
|
+
"start": 27,
|
|
61438
|
+
"end": 28
|
|
61439
|
+
},
|
|
61440
|
+
"context": {
|
|
61441
|
+
"type": "variable",
|
|
61442
|
+
"name": "kendo-suggestion-bg",
|
|
61443
|
+
"value": "k-color(base-subtle)",
|
|
61444
|
+
"scope": "default",
|
|
61445
|
+
"line": {
|
|
61446
|
+
"start": 29,
|
|
61447
|
+
"end": 29
|
|
61448
|
+
}
|
|
61449
|
+
},
|
|
61450
|
+
"group": [
|
|
61451
|
+
"suggestion"
|
|
61452
|
+
],
|
|
61453
|
+
"access": "public",
|
|
61454
|
+
"file": {
|
|
61455
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
61456
|
+
"name": "_variables.scss"
|
|
61457
|
+
},
|
|
61458
|
+
"resolvedValue": "var(--kendo-color-base-subtle, #e9ecef)",
|
|
61459
|
+
"resolvedType": "String"
|
|
61460
|
+
},
|
|
61461
|
+
{
|
|
61462
|
+
"description": "The text color of the Suggestion.\n",
|
|
61463
|
+
"commentRange": {
|
|
61464
|
+
"start": 30,
|
|
61465
|
+
"end": 31
|
|
61466
|
+
},
|
|
61467
|
+
"context": {
|
|
61468
|
+
"type": "variable",
|
|
61469
|
+
"name": "kendo-suggestion-text",
|
|
61470
|
+
"value": "k-color(base-on-subtle)",
|
|
61471
|
+
"scope": "default",
|
|
61472
|
+
"line": {
|
|
61473
|
+
"start": 32,
|
|
61474
|
+
"end": 32
|
|
61475
|
+
}
|
|
61476
|
+
},
|
|
61477
|
+
"group": [
|
|
61478
|
+
"suggestion"
|
|
61479
|
+
],
|
|
61480
|
+
"access": "public",
|
|
61481
|
+
"file": {
|
|
61482
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
61483
|
+
"name": "_variables.scss"
|
|
61484
|
+
},
|
|
61485
|
+
"resolvedValue": "var(--kendo-color-base-on-subtle, #212529)",
|
|
61486
|
+
"resolvedType": "String"
|
|
61487
|
+
},
|
|
61488
|
+
{
|
|
61489
|
+
"description": "The border color of the Suggestion.\n",
|
|
61490
|
+
"commentRange": {
|
|
61491
|
+
"start": 33,
|
|
61492
|
+
"end": 34
|
|
61493
|
+
},
|
|
61494
|
+
"context": {
|
|
61495
|
+
"type": "variable",
|
|
61496
|
+
"name": "kendo-suggestion-border",
|
|
61497
|
+
"value": "k-color(base-emphasis)",
|
|
61498
|
+
"scope": "default",
|
|
61499
|
+
"line": {
|
|
61500
|
+
"start": 35,
|
|
61501
|
+
"end": 35
|
|
61502
|
+
}
|
|
61503
|
+
},
|
|
61504
|
+
"group": [
|
|
61505
|
+
"suggestion"
|
|
61506
|
+
],
|
|
61507
|
+
"access": "public",
|
|
61508
|
+
"file": {
|
|
61509
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
61510
|
+
"name": "_variables.scss"
|
|
61511
|
+
},
|
|
61512
|
+
"resolvedValue": "var(--kendo-color-base-emphasis, rgba(33, 37, 41, 0.34))",
|
|
61513
|
+
"resolvedType": "String"
|
|
61514
|
+
},
|
|
61515
|
+
{
|
|
61516
|
+
"description": "The background color of the hovered Suggestion.\n",
|
|
61517
|
+
"commentRange": {
|
|
61518
|
+
"start": 37,
|
|
61519
|
+
"end": 38
|
|
61520
|
+
},
|
|
61521
|
+
"context": {
|
|
61522
|
+
"type": "variable",
|
|
61523
|
+
"name": "kendo-suggestion-hover-bg",
|
|
61524
|
+
"value": "k-color(base-subtle-hover)",
|
|
61525
|
+
"scope": "default",
|
|
61526
|
+
"line": {
|
|
61527
|
+
"start": 39,
|
|
61528
|
+
"end": 39
|
|
61529
|
+
}
|
|
61530
|
+
},
|
|
61531
|
+
"group": [
|
|
61532
|
+
"suggestion"
|
|
61533
|
+
],
|
|
61534
|
+
"access": "public",
|
|
61535
|
+
"file": {
|
|
61536
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
61537
|
+
"name": "_variables.scss"
|
|
61538
|
+
},
|
|
61539
|
+
"resolvedValue": "var(--kendo-color-base-subtle-hover, #dee2e6)",
|
|
61540
|
+
"resolvedType": "String"
|
|
61541
|
+
},
|
|
61542
|
+
{
|
|
61543
|
+
"description": "The text color of the hovered Suggestion.\n",
|
|
61544
|
+
"commentRange": {
|
|
61545
|
+
"start": 40,
|
|
61546
|
+
"end": 41
|
|
61547
|
+
},
|
|
61548
|
+
"context": {
|
|
61549
|
+
"type": "variable",
|
|
61550
|
+
"name": "kendo-suggestion-hover-text",
|
|
61551
|
+
"value": "k-color(base-on-subtle)",
|
|
61552
|
+
"scope": "default",
|
|
61553
|
+
"line": {
|
|
61554
|
+
"start": 42,
|
|
61555
|
+
"end": 42
|
|
61556
|
+
}
|
|
61557
|
+
},
|
|
61558
|
+
"group": [
|
|
61559
|
+
"suggestion"
|
|
61560
|
+
],
|
|
61561
|
+
"access": "public",
|
|
61562
|
+
"file": {
|
|
61563
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
61564
|
+
"name": "_variables.scss"
|
|
61565
|
+
},
|
|
61566
|
+
"resolvedValue": "var(--kendo-color-base-on-subtle, #212529)",
|
|
61567
|
+
"resolvedType": "String"
|
|
61568
|
+
},
|
|
61569
|
+
{
|
|
61570
|
+
"description": "The border color of the hovered Suggestion.\n",
|
|
61571
|
+
"commentRange": {
|
|
61572
|
+
"start": 43,
|
|
61573
|
+
"end": 44
|
|
61574
|
+
},
|
|
61575
|
+
"context": {
|
|
61576
|
+
"type": "variable",
|
|
61577
|
+
"name": "kendo-suggestion-hover-border",
|
|
61578
|
+
"value": "k-color(base-emphasis)",
|
|
61579
|
+
"scope": "default",
|
|
61580
|
+
"line": {
|
|
61581
|
+
"start": 45,
|
|
61582
|
+
"end": 45
|
|
61583
|
+
}
|
|
61584
|
+
},
|
|
61585
|
+
"group": [
|
|
61586
|
+
"suggestion"
|
|
61587
|
+
],
|
|
61588
|
+
"access": "public",
|
|
61589
|
+
"file": {
|
|
61590
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
61591
|
+
"name": "_variables.scss"
|
|
61592
|
+
},
|
|
61593
|
+
"resolvedValue": "var(--kendo-color-base-emphasis, rgba(33, 37, 41, 0.34))",
|
|
61594
|
+
"resolvedType": "String"
|
|
61595
|
+
},
|
|
61596
|
+
{
|
|
61597
|
+
"description": "The background color of the active Suggestion.\n",
|
|
61598
|
+
"commentRange": {
|
|
61599
|
+
"start": 47,
|
|
61600
|
+
"end": 48
|
|
61601
|
+
},
|
|
61602
|
+
"context": {
|
|
61603
|
+
"type": "variable",
|
|
61604
|
+
"name": "kendo-suggestion-active-bg",
|
|
61605
|
+
"value": "k-color(base-subtle-active)",
|
|
61606
|
+
"scope": "default",
|
|
61607
|
+
"line": {
|
|
61608
|
+
"start": 49,
|
|
61609
|
+
"end": 49
|
|
61610
|
+
}
|
|
61611
|
+
},
|
|
61612
|
+
"group": [
|
|
61613
|
+
"suggestion"
|
|
61614
|
+
],
|
|
61615
|
+
"access": "public",
|
|
61616
|
+
"file": {
|
|
61617
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
61618
|
+
"name": "_variables.scss"
|
|
61619
|
+
},
|
|
61620
|
+
"resolvedValue": "var(--kendo-color-base-subtle-active, #ced4da)",
|
|
61621
|
+
"resolvedType": "String"
|
|
61622
|
+
},
|
|
61623
|
+
{
|
|
61624
|
+
"description": "The text color of the active Suggestion.\n",
|
|
61625
|
+
"commentRange": {
|
|
61626
|
+
"start": 50,
|
|
61627
|
+
"end": 51
|
|
61628
|
+
},
|
|
61629
|
+
"context": {
|
|
61630
|
+
"type": "variable",
|
|
61631
|
+
"name": "kendo-suggestion-active-text",
|
|
61632
|
+
"value": "k-color(base-on-subtle)",
|
|
61633
|
+
"scope": "default",
|
|
61634
|
+
"line": {
|
|
61635
|
+
"start": 52,
|
|
61636
|
+
"end": 52
|
|
61637
|
+
}
|
|
61638
|
+
},
|
|
61639
|
+
"group": [
|
|
61640
|
+
"suggestion"
|
|
61641
|
+
],
|
|
61642
|
+
"access": "public",
|
|
61643
|
+
"file": {
|
|
61644
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
61645
|
+
"name": "_variables.scss"
|
|
61646
|
+
},
|
|
61647
|
+
"resolvedValue": "var(--kendo-color-base-on-subtle, #212529)",
|
|
61648
|
+
"resolvedType": "String"
|
|
61649
|
+
},
|
|
61650
|
+
{
|
|
61651
|
+
"description": "The border color of the active Suggestion.\n",
|
|
61652
|
+
"commentRange": {
|
|
61653
|
+
"start": 53,
|
|
61654
|
+
"end": 54
|
|
61655
|
+
},
|
|
61656
|
+
"context": {
|
|
61657
|
+
"type": "variable",
|
|
61658
|
+
"name": "kendo-suggestion-active-border",
|
|
61659
|
+
"value": "k-color(base-emphasis)",
|
|
61660
|
+
"scope": "default",
|
|
61661
|
+
"line": {
|
|
61662
|
+
"start": 55,
|
|
61663
|
+
"end": 55
|
|
61664
|
+
}
|
|
61665
|
+
},
|
|
61666
|
+
"group": [
|
|
61667
|
+
"suggestion"
|
|
61668
|
+
],
|
|
61669
|
+
"access": "public",
|
|
61670
|
+
"file": {
|
|
61671
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
61672
|
+
"name": "_variables.scss"
|
|
61673
|
+
},
|
|
61674
|
+
"resolvedValue": "var(--kendo-color-base-emphasis, rgba(33, 37, 41, 0.34))",
|
|
61675
|
+
"resolvedType": "String"
|
|
61676
|
+
},
|
|
61677
|
+
{
|
|
61678
|
+
"description": "The shadow blur of the focused Suggestion.\n",
|
|
61679
|
+
"commentRange": {
|
|
61680
|
+
"start": 57,
|
|
61681
|
+
"end": 58
|
|
61682
|
+
},
|
|
61683
|
+
"context": {
|
|
61684
|
+
"type": "variable",
|
|
61685
|
+
"name": "kendo-suggestion-focus-shadow-blur",
|
|
61686
|
+
"value": "0",
|
|
61687
|
+
"scope": "default",
|
|
61688
|
+
"line": {
|
|
61689
|
+
"start": 59,
|
|
61690
|
+
"end": 59
|
|
61691
|
+
}
|
|
61692
|
+
},
|
|
61693
|
+
"group": [
|
|
61694
|
+
"suggestion"
|
|
61695
|
+
],
|
|
61696
|
+
"access": "public",
|
|
61697
|
+
"file": {
|
|
61698
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
61699
|
+
"name": "_variables.scss"
|
|
61700
|
+
},
|
|
61701
|
+
"resolvedValue": "0",
|
|
61702
|
+
"resolvedType": "Number"
|
|
61703
|
+
},
|
|
61704
|
+
{
|
|
61705
|
+
"description": "The shadow spread of the focused Suggestion.\n",
|
|
61706
|
+
"commentRange": {
|
|
61707
|
+
"start": 60,
|
|
61708
|
+
"end": 61
|
|
61709
|
+
},
|
|
61710
|
+
"context": {
|
|
61711
|
+
"type": "variable",
|
|
61712
|
+
"name": "kendo-suggestion-focus-shadow-spread",
|
|
61713
|
+
"value": "2px",
|
|
61714
|
+
"scope": "default",
|
|
61715
|
+
"line": {
|
|
61716
|
+
"start": 62,
|
|
61717
|
+
"end": 62
|
|
61718
|
+
}
|
|
61719
|
+
},
|
|
61720
|
+
"group": [
|
|
61721
|
+
"suggestion"
|
|
61722
|
+
],
|
|
61723
|
+
"access": "public",
|
|
61724
|
+
"file": {
|
|
61725
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
61726
|
+
"name": "_variables.scss"
|
|
61727
|
+
},
|
|
61728
|
+
"resolvedValue": "2px",
|
|
61729
|
+
"resolvedType": "Number"
|
|
61730
|
+
},
|
|
61731
|
+
{
|
|
61732
|
+
"description": "The shadow color of the focused Suggestion.\n",
|
|
61733
|
+
"commentRange": {
|
|
61734
|
+
"start": 63,
|
|
61735
|
+
"end": 64
|
|
61736
|
+
},
|
|
61737
|
+
"context": {
|
|
61738
|
+
"type": "variable",
|
|
61739
|
+
"name": "kendo-suggestion-focus-shadow-color",
|
|
61740
|
+
"value": "color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
|
|
61741
|
+
"scope": "default",
|
|
61742
|
+
"line": {
|
|
61743
|
+
"start": 65,
|
|
61744
|
+
"end": 65
|
|
61745
|
+
}
|
|
61746
|
+
},
|
|
61747
|
+
"group": [
|
|
61748
|
+
"suggestion"
|
|
61749
|
+
],
|
|
61750
|
+
"access": "public",
|
|
61751
|
+
"file": {
|
|
61752
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
61753
|
+
"name": "_variables.scss"
|
|
61754
|
+
},
|
|
61755
|
+
"resolvedValue": "color-mix(in srgb, var(--kendo-color-on-app-surface, #212529) 8%, transparent)",
|
|
61756
|
+
"resolvedType": "String"
|
|
61757
|
+
},
|
|
61245
61758
|
{
|
|
61246
61759
|
"description": "The font family of the Switch.\n",
|
|
61247
61760
|
"commentRange": {
|
|
@@ -83474,11 +83987,38 @@
|
|
|
83474
83987
|
"resolvedValue": "null",
|
|
83475
83988
|
"resolvedType": "Null"
|
|
83476
83989
|
},
|
|
83990
|
+
{
|
|
83991
|
+
"description": "The opacity of the pulsing animation for the generating Button.\n",
|
|
83992
|
+
"commentRange": {
|
|
83993
|
+
"start": 213,
|
|
83994
|
+
"end": 214
|
|
83995
|
+
},
|
|
83996
|
+
"context": {
|
|
83997
|
+
"type": "variable",
|
|
83998
|
+
"name": "kendo-button-pulsing-opacity",
|
|
83999
|
+
"value": ".4",
|
|
84000
|
+
"scope": "default",
|
|
84001
|
+
"line": {
|
|
84002
|
+
"start": 215,
|
|
84003
|
+
"end": 215
|
|
84004
|
+
}
|
|
84005
|
+
},
|
|
84006
|
+
"group": [
|
|
84007
|
+
"button"
|
|
84008
|
+
],
|
|
84009
|
+
"access": "public",
|
|
84010
|
+
"file": {
|
|
84011
|
+
"path": "bootstrap/scss/button/_variables.scss",
|
|
84012
|
+
"name": "_variables.scss"
|
|
84013
|
+
},
|
|
84014
|
+
"resolvedValue": "0.4",
|
|
84015
|
+
"resolvedType": "Number"
|
|
84016
|
+
},
|
|
83477
84017
|
{
|
|
83478
84018
|
"description": "The overlay opacity of the hovered flat Button. Used to create a background for the flat Button.\n",
|
|
83479
84019
|
"commentRange": {
|
|
83480
|
-
"start":
|
|
83481
|
-
"end":
|
|
84020
|
+
"start": 249,
|
|
84021
|
+
"end": 250
|
|
83482
84022
|
},
|
|
83483
84023
|
"context": {
|
|
83484
84024
|
"type": "variable",
|
|
@@ -83486,8 +84026,8 @@
|
|
|
83486
84026
|
"value": ".08",
|
|
83487
84027
|
"scope": "default",
|
|
83488
84028
|
"line": {
|
|
83489
|
-
"start":
|
|
83490
|
-
"end":
|
|
84029
|
+
"start": 251,
|
|
84030
|
+
"end": 251
|
|
83491
84031
|
}
|
|
83492
84032
|
},
|
|
83493
84033
|
"group": [
|
|
@@ -83504,8 +84044,8 @@
|
|
|
83504
84044
|
{
|
|
83505
84045
|
"description": "The overlay opacity of the focused flat Button. Used to create a background for the flat Button.\n",
|
|
83506
84046
|
"commentRange": {
|
|
83507
|
-
"start":
|
|
83508
|
-
"end":
|
|
84047
|
+
"start": 252,
|
|
84048
|
+
"end": 253
|
|
83509
84049
|
},
|
|
83510
84050
|
"context": {
|
|
83511
84051
|
"type": "variable",
|
|
@@ -83513,8 +84053,8 @@
|
|
|
83513
84053
|
"value": "null",
|
|
83514
84054
|
"scope": "default",
|
|
83515
84055
|
"line": {
|
|
83516
|
-
"start":
|
|
83517
|
-
"end":
|
|
84056
|
+
"start": 254,
|
|
84057
|
+
"end": 254
|
|
83518
84058
|
}
|
|
83519
84059
|
},
|
|
83520
84060
|
"group": [
|
|
@@ -83531,8 +84071,8 @@
|
|
|
83531
84071
|
{
|
|
83532
84072
|
"description": "The overlay opacity of the active flat Button. Used to create a background for the flat Button.\n",
|
|
83533
84073
|
"commentRange": {
|
|
83534
|
-
"start":
|
|
83535
|
-
"end":
|
|
84074
|
+
"start": 255,
|
|
84075
|
+
"end": 256
|
|
83536
84076
|
},
|
|
83537
84077
|
"context": {
|
|
83538
84078
|
"type": "variable",
|
|
@@ -83540,8 +84080,8 @@
|
|
|
83540
84080
|
"value": ".16",
|
|
83541
84081
|
"scope": "default",
|
|
83542
84082
|
"line": {
|
|
83543
|
-
"start":
|
|
83544
|
-
"end":
|
|
84083
|
+
"start": 257,
|
|
84084
|
+
"end": 257
|
|
83545
84085
|
}
|
|
83546
84086
|
},
|
|
83547
84087
|
"group": [
|
|
@@ -83558,8 +84098,8 @@
|
|
|
83558
84098
|
{
|
|
83559
84099
|
"description": "The overlay opacity of the selected flat Button. Used to create a background for the flat Button.\n",
|
|
83560
84100
|
"commentRange": {
|
|
83561
|
-
"start":
|
|
83562
|
-
"end":
|
|
84101
|
+
"start": 258,
|
|
84102
|
+
"end": 259
|
|
83563
84103
|
},
|
|
83564
84104
|
"context": {
|
|
83565
84105
|
"type": "variable",
|
|
@@ -83567,8 +84107,8 @@
|
|
|
83567
84107
|
"value": ".2",
|
|
83568
84108
|
"scope": "default",
|
|
83569
84109
|
"line": {
|
|
83570
|
-
"start":
|
|
83571
|
-
"end":
|
|
84110
|
+
"start": 260,
|
|
84111
|
+
"end": 260
|
|
83572
84112
|
}
|
|
83573
84113
|
},
|
|
83574
84114
|
"group": [
|
|
@@ -83585,8 +84125,8 @@
|
|
|
83585
84125
|
{
|
|
83586
84126
|
"description": "The opacity of the flat Button focus ring. Used to create a border for the flat Button.\n",
|
|
83587
84127
|
"commentRange": {
|
|
83588
|
-
"start":
|
|
83589
|
-
"end":
|
|
84128
|
+
"start": 261,
|
|
84129
|
+
"end": 262
|
|
83590
84130
|
},
|
|
83591
84131
|
"context": {
|
|
83592
84132
|
"type": "variable",
|
|
@@ -83594,8 +84134,8 @@
|
|
|
83594
84134
|
"value": ".12",
|
|
83595
84135
|
"scope": "default",
|
|
83596
84136
|
"line": {
|
|
83597
|
-
"start":
|
|
83598
|
-
"end":
|
|
84137
|
+
"start": 263,
|
|
84138
|
+
"end": 263
|
|
83599
84139
|
}
|
|
83600
84140
|
},
|
|
83601
84141
|
"group": [
|
|
@@ -83612,8 +84152,8 @@
|
|
|
83612
84152
|
{
|
|
83613
84153
|
"description": "The color transition of the Button.\n",
|
|
83614
84154
|
"commentRange": {
|
|
83615
|
-
"start":
|
|
83616
|
-
"end":
|
|
84155
|
+
"start": 265,
|
|
84156
|
+
"end": 266
|
|
83617
84157
|
},
|
|
83618
84158
|
"context": {
|
|
83619
84159
|
"type": "variable",
|
|
@@ -83621,8 +84161,8 @@
|
|
|
83621
84161
|
"value": "$kendo-transition",
|
|
83622
84162
|
"scope": "default",
|
|
83623
84163
|
"line": {
|
|
83624
|
-
"start":
|
|
83625
|
-
"end":
|
|
84164
|
+
"start": 267,
|
|
84165
|
+
"end": 267
|
|
83626
84166
|
}
|
|
83627
84167
|
},
|
|
83628
84168
|
"group": [
|
|
@@ -135674,39 +136214,6 @@
|
|
|
135674
136214
|
}
|
|
135675
136215
|
]
|
|
135676
136216
|
},
|
|
135677
|
-
{
|
|
135678
|
-
"id": "speech-to-text-button",
|
|
135679
|
-
"title": "SpeechToTextButton",
|
|
135680
|
-
"variables": [
|
|
135681
|
-
{
|
|
135682
|
-
"description": "The opacity applied to the listening SpeechToTextButton\n",
|
|
135683
|
-
"commentRange": {
|
|
135684
|
-
"start": 1,
|
|
135685
|
-
"end": 2
|
|
135686
|
-
},
|
|
135687
|
-
"context": {
|
|
135688
|
-
"type": "variable",
|
|
135689
|
-
"name": "kendo-speech-to-text-button-listening-opacity",
|
|
135690
|
-
"value": "0.4",
|
|
135691
|
-
"scope": "default",
|
|
135692
|
-
"line": {
|
|
135693
|
-
"start": 3,
|
|
135694
|
-
"end": 3
|
|
135695
|
-
}
|
|
135696
|
-
},
|
|
135697
|
-
"group": [
|
|
135698
|
-
"speech-to-text-button"
|
|
135699
|
-
],
|
|
135700
|
-
"access": "public",
|
|
135701
|
-
"file": {
|
|
135702
|
-
"path": "bootstrap/scss/speech-to-text-button/_variables.scss",
|
|
135703
|
-
"name": "_variables.scss"
|
|
135704
|
-
},
|
|
135705
|
-
"resolvedValue": "0.4",
|
|
135706
|
-
"resolvedType": "Number"
|
|
135707
|
-
}
|
|
135708
|
-
]
|
|
135709
|
-
},
|
|
135710
136217
|
{
|
|
135711
136218
|
"id": "split-button",
|
|
135712
136219
|
"title": "SplitButton",
|
|
@@ -140537,6 +141044,525 @@
|
|
|
140537
141044
|
}
|
|
140538
141045
|
]
|
|
140539
141046
|
},
|
|
141047
|
+
{
|
|
141048
|
+
"id": "suggestion",
|
|
141049
|
+
"title": "Suggestion",
|
|
141050
|
+
"variables": [
|
|
141051
|
+
{
|
|
141052
|
+
"description": "The vertical padding of the Suggestion wrapper.\n",
|
|
141053
|
+
"commentRange": {
|
|
141054
|
+
"start": 4,
|
|
141055
|
+
"end": 5
|
|
141056
|
+
},
|
|
141057
|
+
"context": {
|
|
141058
|
+
"type": "variable",
|
|
141059
|
+
"name": "kendo-suggestion-padding-y",
|
|
141060
|
+
"value": "k-spacing(2)",
|
|
141061
|
+
"scope": "default",
|
|
141062
|
+
"line": {
|
|
141063
|
+
"start": 6,
|
|
141064
|
+
"end": 6
|
|
141065
|
+
}
|
|
141066
|
+
},
|
|
141067
|
+
"group": [
|
|
141068
|
+
"suggestion"
|
|
141069
|
+
],
|
|
141070
|
+
"access": "public",
|
|
141071
|
+
"file": {
|
|
141072
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
141073
|
+
"name": "_variables.scss"
|
|
141074
|
+
},
|
|
141075
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
141076
|
+
"resolvedType": "String"
|
|
141077
|
+
},
|
|
141078
|
+
{
|
|
141079
|
+
"description": "The horizontal padding of the Suggestion wrapper.\n",
|
|
141080
|
+
"commentRange": {
|
|
141081
|
+
"start": 7,
|
|
141082
|
+
"end": 8
|
|
141083
|
+
},
|
|
141084
|
+
"context": {
|
|
141085
|
+
"type": "variable",
|
|
141086
|
+
"name": "kendo-suggestion-padding-x",
|
|
141087
|
+
"value": "k-spacing(3)",
|
|
141088
|
+
"scope": "default",
|
|
141089
|
+
"line": {
|
|
141090
|
+
"start": 9,
|
|
141091
|
+
"end": 9
|
|
141092
|
+
}
|
|
141093
|
+
},
|
|
141094
|
+
"group": [
|
|
141095
|
+
"suggestion"
|
|
141096
|
+
],
|
|
141097
|
+
"access": "public",
|
|
141098
|
+
"file": {
|
|
141099
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
141100
|
+
"name": "_variables.scss"
|
|
141101
|
+
},
|
|
141102
|
+
"resolvedValue": "var(--kendo-spacing-3, 0.75rem)",
|
|
141103
|
+
"resolvedType": "String"
|
|
141104
|
+
},
|
|
141105
|
+
{
|
|
141106
|
+
"description": "The horizontal padding of the Suggestion wrapper.\n",
|
|
141107
|
+
"commentRange": {
|
|
141108
|
+
"start": 10,
|
|
141109
|
+
"end": 11
|
|
141110
|
+
},
|
|
141111
|
+
"context": {
|
|
141112
|
+
"type": "variable",
|
|
141113
|
+
"name": "kendo-suggestion-spacing",
|
|
141114
|
+
"value": "k-spacing(2)",
|
|
141115
|
+
"scope": "default",
|
|
141116
|
+
"line": {
|
|
141117
|
+
"start": 12,
|
|
141118
|
+
"end": 12
|
|
141119
|
+
}
|
|
141120
|
+
},
|
|
141121
|
+
"group": [
|
|
141122
|
+
"suggestion"
|
|
141123
|
+
],
|
|
141124
|
+
"access": "public",
|
|
141125
|
+
"file": {
|
|
141126
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
141127
|
+
"name": "_variables.scss"
|
|
141128
|
+
},
|
|
141129
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
141130
|
+
"resolvedType": "String"
|
|
141131
|
+
},
|
|
141132
|
+
{
|
|
141133
|
+
"description": "The border width of the Suggestion.\n",
|
|
141134
|
+
"commentRange": {
|
|
141135
|
+
"start": 13,
|
|
141136
|
+
"end": 14
|
|
141137
|
+
},
|
|
141138
|
+
"context": {
|
|
141139
|
+
"type": "variable",
|
|
141140
|
+
"name": "kendo-suggestion-border-width",
|
|
141141
|
+
"value": "1px",
|
|
141142
|
+
"scope": "default",
|
|
141143
|
+
"line": {
|
|
141144
|
+
"start": 15,
|
|
141145
|
+
"end": 15
|
|
141146
|
+
}
|
|
141147
|
+
},
|
|
141148
|
+
"group": [
|
|
141149
|
+
"suggestion"
|
|
141150
|
+
],
|
|
141151
|
+
"access": "public",
|
|
141152
|
+
"file": {
|
|
141153
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
141154
|
+
"name": "_variables.scss"
|
|
141155
|
+
},
|
|
141156
|
+
"resolvedValue": "1px",
|
|
141157
|
+
"resolvedType": "Number"
|
|
141158
|
+
},
|
|
141159
|
+
{
|
|
141160
|
+
"description": "The border style of the Suggestion.\n",
|
|
141161
|
+
"commentRange": {
|
|
141162
|
+
"start": 16,
|
|
141163
|
+
"end": 17
|
|
141164
|
+
},
|
|
141165
|
+
"context": {
|
|
141166
|
+
"type": "variable",
|
|
141167
|
+
"name": "kendo-suggestion-border-style",
|
|
141168
|
+
"value": "solid",
|
|
141169
|
+
"scope": "default",
|
|
141170
|
+
"line": {
|
|
141171
|
+
"start": 18,
|
|
141172
|
+
"end": 18
|
|
141173
|
+
}
|
|
141174
|
+
},
|
|
141175
|
+
"group": [
|
|
141176
|
+
"suggestion"
|
|
141177
|
+
],
|
|
141178
|
+
"access": "public",
|
|
141179
|
+
"file": {
|
|
141180
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
141181
|
+
"name": "_variables.scss"
|
|
141182
|
+
},
|
|
141183
|
+
"resolvedValue": "solid",
|
|
141184
|
+
"resolvedType": "String"
|
|
141185
|
+
},
|
|
141186
|
+
{
|
|
141187
|
+
"description": "The line height of the Suggestion.\n",
|
|
141188
|
+
"commentRange": {
|
|
141189
|
+
"start": 20,
|
|
141190
|
+
"end": 21
|
|
141191
|
+
},
|
|
141192
|
+
"context": {
|
|
141193
|
+
"type": "variable",
|
|
141194
|
+
"name": "kendo-suggestion-line-height",
|
|
141195
|
+
"value": "var( --kendo-line-height, normal )",
|
|
141196
|
+
"scope": "default",
|
|
141197
|
+
"line": {
|
|
141198
|
+
"start": 22,
|
|
141199
|
+
"end": 22
|
|
141200
|
+
}
|
|
141201
|
+
},
|
|
141202
|
+
"group": [
|
|
141203
|
+
"suggestion"
|
|
141204
|
+
],
|
|
141205
|
+
"access": "public",
|
|
141206
|
+
"file": {
|
|
141207
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
141208
|
+
"name": "_variables.scss"
|
|
141209
|
+
},
|
|
141210
|
+
"resolvedValue": "var(--kendo-line-height, normal)",
|
|
141211
|
+
"resolvedType": "String"
|
|
141212
|
+
},
|
|
141213
|
+
{
|
|
141214
|
+
"description": "The border radius of the Suggestion.\n",
|
|
141215
|
+
"commentRange": {
|
|
141216
|
+
"start": 23,
|
|
141217
|
+
"end": 24
|
|
141218
|
+
},
|
|
141219
|
+
"context": {
|
|
141220
|
+
"type": "variable",
|
|
141221
|
+
"name": "kendo-suggestion-border-radius",
|
|
141222
|
+
"value": "k-border-radius(xl)",
|
|
141223
|
+
"scope": "default",
|
|
141224
|
+
"line": {
|
|
141225
|
+
"start": 25,
|
|
141226
|
+
"end": 25
|
|
141227
|
+
}
|
|
141228
|
+
},
|
|
141229
|
+
"group": [
|
|
141230
|
+
"suggestion"
|
|
141231
|
+
],
|
|
141232
|
+
"access": "public",
|
|
141233
|
+
"file": {
|
|
141234
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
141235
|
+
"name": "_variables.scss"
|
|
141236
|
+
},
|
|
141237
|
+
"resolvedValue": "var(--kendo-border-radius-xl, 0.75rem)",
|
|
141238
|
+
"resolvedType": "String"
|
|
141239
|
+
},
|
|
141240
|
+
{
|
|
141241
|
+
"description": "The background color of the Suggestion.\n",
|
|
141242
|
+
"commentRange": {
|
|
141243
|
+
"start": 27,
|
|
141244
|
+
"end": 28
|
|
141245
|
+
},
|
|
141246
|
+
"context": {
|
|
141247
|
+
"type": "variable",
|
|
141248
|
+
"name": "kendo-suggestion-bg",
|
|
141249
|
+
"value": "k-color(base-subtle)",
|
|
141250
|
+
"scope": "default",
|
|
141251
|
+
"line": {
|
|
141252
|
+
"start": 29,
|
|
141253
|
+
"end": 29
|
|
141254
|
+
}
|
|
141255
|
+
},
|
|
141256
|
+
"group": [
|
|
141257
|
+
"suggestion"
|
|
141258
|
+
],
|
|
141259
|
+
"access": "public",
|
|
141260
|
+
"file": {
|
|
141261
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
141262
|
+
"name": "_variables.scss"
|
|
141263
|
+
},
|
|
141264
|
+
"resolvedValue": "var(--kendo-color-base-subtle, #e9ecef)",
|
|
141265
|
+
"resolvedType": "String"
|
|
141266
|
+
},
|
|
141267
|
+
{
|
|
141268
|
+
"description": "The text color of the Suggestion.\n",
|
|
141269
|
+
"commentRange": {
|
|
141270
|
+
"start": 30,
|
|
141271
|
+
"end": 31
|
|
141272
|
+
},
|
|
141273
|
+
"context": {
|
|
141274
|
+
"type": "variable",
|
|
141275
|
+
"name": "kendo-suggestion-text",
|
|
141276
|
+
"value": "k-color(base-on-subtle)",
|
|
141277
|
+
"scope": "default",
|
|
141278
|
+
"line": {
|
|
141279
|
+
"start": 32,
|
|
141280
|
+
"end": 32
|
|
141281
|
+
}
|
|
141282
|
+
},
|
|
141283
|
+
"group": [
|
|
141284
|
+
"suggestion"
|
|
141285
|
+
],
|
|
141286
|
+
"access": "public",
|
|
141287
|
+
"file": {
|
|
141288
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
141289
|
+
"name": "_variables.scss"
|
|
141290
|
+
},
|
|
141291
|
+
"resolvedValue": "var(--kendo-color-base-on-subtle, #212529)",
|
|
141292
|
+
"resolvedType": "String"
|
|
141293
|
+
},
|
|
141294
|
+
{
|
|
141295
|
+
"description": "The border color of the Suggestion.\n",
|
|
141296
|
+
"commentRange": {
|
|
141297
|
+
"start": 33,
|
|
141298
|
+
"end": 34
|
|
141299
|
+
},
|
|
141300
|
+
"context": {
|
|
141301
|
+
"type": "variable",
|
|
141302
|
+
"name": "kendo-suggestion-border",
|
|
141303
|
+
"value": "k-color(base-emphasis)",
|
|
141304
|
+
"scope": "default",
|
|
141305
|
+
"line": {
|
|
141306
|
+
"start": 35,
|
|
141307
|
+
"end": 35
|
|
141308
|
+
}
|
|
141309
|
+
},
|
|
141310
|
+
"group": [
|
|
141311
|
+
"suggestion"
|
|
141312
|
+
],
|
|
141313
|
+
"access": "public",
|
|
141314
|
+
"file": {
|
|
141315
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
141316
|
+
"name": "_variables.scss"
|
|
141317
|
+
},
|
|
141318
|
+
"resolvedValue": "var(--kendo-color-base-emphasis, rgba(33, 37, 41, 0.34))",
|
|
141319
|
+
"resolvedType": "String"
|
|
141320
|
+
},
|
|
141321
|
+
{
|
|
141322
|
+
"description": "The background color of the hovered Suggestion.\n",
|
|
141323
|
+
"commentRange": {
|
|
141324
|
+
"start": 37,
|
|
141325
|
+
"end": 38
|
|
141326
|
+
},
|
|
141327
|
+
"context": {
|
|
141328
|
+
"type": "variable",
|
|
141329
|
+
"name": "kendo-suggestion-hover-bg",
|
|
141330
|
+
"value": "k-color(base-subtle-hover)",
|
|
141331
|
+
"scope": "default",
|
|
141332
|
+
"line": {
|
|
141333
|
+
"start": 39,
|
|
141334
|
+
"end": 39
|
|
141335
|
+
}
|
|
141336
|
+
},
|
|
141337
|
+
"group": [
|
|
141338
|
+
"suggestion"
|
|
141339
|
+
],
|
|
141340
|
+
"access": "public",
|
|
141341
|
+
"file": {
|
|
141342
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
141343
|
+
"name": "_variables.scss"
|
|
141344
|
+
},
|
|
141345
|
+
"resolvedValue": "var(--kendo-color-base-subtle-hover, #dee2e6)",
|
|
141346
|
+
"resolvedType": "String"
|
|
141347
|
+
},
|
|
141348
|
+
{
|
|
141349
|
+
"description": "The text color of the hovered Suggestion.\n",
|
|
141350
|
+
"commentRange": {
|
|
141351
|
+
"start": 40,
|
|
141352
|
+
"end": 41
|
|
141353
|
+
},
|
|
141354
|
+
"context": {
|
|
141355
|
+
"type": "variable",
|
|
141356
|
+
"name": "kendo-suggestion-hover-text",
|
|
141357
|
+
"value": "k-color(base-on-subtle)",
|
|
141358
|
+
"scope": "default",
|
|
141359
|
+
"line": {
|
|
141360
|
+
"start": 42,
|
|
141361
|
+
"end": 42
|
|
141362
|
+
}
|
|
141363
|
+
},
|
|
141364
|
+
"group": [
|
|
141365
|
+
"suggestion"
|
|
141366
|
+
],
|
|
141367
|
+
"access": "public",
|
|
141368
|
+
"file": {
|
|
141369
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
141370
|
+
"name": "_variables.scss"
|
|
141371
|
+
},
|
|
141372
|
+
"resolvedValue": "var(--kendo-color-base-on-subtle, #212529)",
|
|
141373
|
+
"resolvedType": "String"
|
|
141374
|
+
},
|
|
141375
|
+
{
|
|
141376
|
+
"description": "The border color of the hovered Suggestion.\n",
|
|
141377
|
+
"commentRange": {
|
|
141378
|
+
"start": 43,
|
|
141379
|
+
"end": 44
|
|
141380
|
+
},
|
|
141381
|
+
"context": {
|
|
141382
|
+
"type": "variable",
|
|
141383
|
+
"name": "kendo-suggestion-hover-border",
|
|
141384
|
+
"value": "k-color(base-emphasis)",
|
|
141385
|
+
"scope": "default",
|
|
141386
|
+
"line": {
|
|
141387
|
+
"start": 45,
|
|
141388
|
+
"end": 45
|
|
141389
|
+
}
|
|
141390
|
+
},
|
|
141391
|
+
"group": [
|
|
141392
|
+
"suggestion"
|
|
141393
|
+
],
|
|
141394
|
+
"access": "public",
|
|
141395
|
+
"file": {
|
|
141396
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
141397
|
+
"name": "_variables.scss"
|
|
141398
|
+
},
|
|
141399
|
+
"resolvedValue": "var(--kendo-color-base-emphasis, rgba(33, 37, 41, 0.34))",
|
|
141400
|
+
"resolvedType": "String"
|
|
141401
|
+
},
|
|
141402
|
+
{
|
|
141403
|
+
"description": "The background color of the active Suggestion.\n",
|
|
141404
|
+
"commentRange": {
|
|
141405
|
+
"start": 47,
|
|
141406
|
+
"end": 48
|
|
141407
|
+
},
|
|
141408
|
+
"context": {
|
|
141409
|
+
"type": "variable",
|
|
141410
|
+
"name": "kendo-suggestion-active-bg",
|
|
141411
|
+
"value": "k-color(base-subtle-active)",
|
|
141412
|
+
"scope": "default",
|
|
141413
|
+
"line": {
|
|
141414
|
+
"start": 49,
|
|
141415
|
+
"end": 49
|
|
141416
|
+
}
|
|
141417
|
+
},
|
|
141418
|
+
"group": [
|
|
141419
|
+
"suggestion"
|
|
141420
|
+
],
|
|
141421
|
+
"access": "public",
|
|
141422
|
+
"file": {
|
|
141423
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
141424
|
+
"name": "_variables.scss"
|
|
141425
|
+
},
|
|
141426
|
+
"resolvedValue": "var(--kendo-color-base-subtle-active, #ced4da)",
|
|
141427
|
+
"resolvedType": "String"
|
|
141428
|
+
},
|
|
141429
|
+
{
|
|
141430
|
+
"description": "The text color of the active Suggestion.\n",
|
|
141431
|
+
"commentRange": {
|
|
141432
|
+
"start": 50,
|
|
141433
|
+
"end": 51
|
|
141434
|
+
},
|
|
141435
|
+
"context": {
|
|
141436
|
+
"type": "variable",
|
|
141437
|
+
"name": "kendo-suggestion-active-text",
|
|
141438
|
+
"value": "k-color(base-on-subtle)",
|
|
141439
|
+
"scope": "default",
|
|
141440
|
+
"line": {
|
|
141441
|
+
"start": 52,
|
|
141442
|
+
"end": 52
|
|
141443
|
+
}
|
|
141444
|
+
},
|
|
141445
|
+
"group": [
|
|
141446
|
+
"suggestion"
|
|
141447
|
+
],
|
|
141448
|
+
"access": "public",
|
|
141449
|
+
"file": {
|
|
141450
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
141451
|
+
"name": "_variables.scss"
|
|
141452
|
+
},
|
|
141453
|
+
"resolvedValue": "var(--kendo-color-base-on-subtle, #212529)",
|
|
141454
|
+
"resolvedType": "String"
|
|
141455
|
+
},
|
|
141456
|
+
{
|
|
141457
|
+
"description": "The border color of the active Suggestion.\n",
|
|
141458
|
+
"commentRange": {
|
|
141459
|
+
"start": 53,
|
|
141460
|
+
"end": 54
|
|
141461
|
+
},
|
|
141462
|
+
"context": {
|
|
141463
|
+
"type": "variable",
|
|
141464
|
+
"name": "kendo-suggestion-active-border",
|
|
141465
|
+
"value": "k-color(base-emphasis)",
|
|
141466
|
+
"scope": "default",
|
|
141467
|
+
"line": {
|
|
141468
|
+
"start": 55,
|
|
141469
|
+
"end": 55
|
|
141470
|
+
}
|
|
141471
|
+
},
|
|
141472
|
+
"group": [
|
|
141473
|
+
"suggestion"
|
|
141474
|
+
],
|
|
141475
|
+
"access": "public",
|
|
141476
|
+
"file": {
|
|
141477
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
141478
|
+
"name": "_variables.scss"
|
|
141479
|
+
},
|
|
141480
|
+
"resolvedValue": "var(--kendo-color-base-emphasis, rgba(33, 37, 41, 0.34))",
|
|
141481
|
+
"resolvedType": "String"
|
|
141482
|
+
},
|
|
141483
|
+
{
|
|
141484
|
+
"description": "The shadow blur of the focused Suggestion.\n",
|
|
141485
|
+
"commentRange": {
|
|
141486
|
+
"start": 57,
|
|
141487
|
+
"end": 58
|
|
141488
|
+
},
|
|
141489
|
+
"context": {
|
|
141490
|
+
"type": "variable",
|
|
141491
|
+
"name": "kendo-suggestion-focus-shadow-blur",
|
|
141492
|
+
"value": "0",
|
|
141493
|
+
"scope": "default",
|
|
141494
|
+
"line": {
|
|
141495
|
+
"start": 59,
|
|
141496
|
+
"end": 59
|
|
141497
|
+
}
|
|
141498
|
+
},
|
|
141499
|
+
"group": [
|
|
141500
|
+
"suggestion"
|
|
141501
|
+
],
|
|
141502
|
+
"access": "public",
|
|
141503
|
+
"file": {
|
|
141504
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
141505
|
+
"name": "_variables.scss"
|
|
141506
|
+
},
|
|
141507
|
+
"resolvedValue": "0",
|
|
141508
|
+
"resolvedType": "Number"
|
|
141509
|
+
},
|
|
141510
|
+
{
|
|
141511
|
+
"description": "The shadow spread of the focused Suggestion.\n",
|
|
141512
|
+
"commentRange": {
|
|
141513
|
+
"start": 60,
|
|
141514
|
+
"end": 61
|
|
141515
|
+
},
|
|
141516
|
+
"context": {
|
|
141517
|
+
"type": "variable",
|
|
141518
|
+
"name": "kendo-suggestion-focus-shadow-spread",
|
|
141519
|
+
"value": "2px",
|
|
141520
|
+
"scope": "default",
|
|
141521
|
+
"line": {
|
|
141522
|
+
"start": 62,
|
|
141523
|
+
"end": 62
|
|
141524
|
+
}
|
|
141525
|
+
},
|
|
141526
|
+
"group": [
|
|
141527
|
+
"suggestion"
|
|
141528
|
+
],
|
|
141529
|
+
"access": "public",
|
|
141530
|
+
"file": {
|
|
141531
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
141532
|
+
"name": "_variables.scss"
|
|
141533
|
+
},
|
|
141534
|
+
"resolvedValue": "2px",
|
|
141535
|
+
"resolvedType": "Number"
|
|
141536
|
+
},
|
|
141537
|
+
{
|
|
141538
|
+
"description": "The shadow color of the focused Suggestion.\n",
|
|
141539
|
+
"commentRange": {
|
|
141540
|
+
"start": 63,
|
|
141541
|
+
"end": 64
|
|
141542
|
+
},
|
|
141543
|
+
"context": {
|
|
141544
|
+
"type": "variable",
|
|
141545
|
+
"name": "kendo-suggestion-focus-shadow-color",
|
|
141546
|
+
"value": "color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
|
|
141547
|
+
"scope": "default",
|
|
141548
|
+
"line": {
|
|
141549
|
+
"start": 65,
|
|
141550
|
+
"end": 65
|
|
141551
|
+
}
|
|
141552
|
+
},
|
|
141553
|
+
"group": [
|
|
141554
|
+
"suggestion"
|
|
141555
|
+
],
|
|
141556
|
+
"access": "public",
|
|
141557
|
+
"file": {
|
|
141558
|
+
"path": "bootstrap/scss/suggestion/_variables.scss",
|
|
141559
|
+
"name": "_variables.scss"
|
|
141560
|
+
},
|
|
141561
|
+
"resolvedValue": "color-mix(in srgb, var(--kendo-color-on-app-surface, #212529) 8%, transparent)",
|
|
141562
|
+
"resolvedType": "String"
|
|
141563
|
+
}
|
|
141564
|
+
]
|
|
141565
|
+
},
|
|
140540
141566
|
{
|
|
140541
141567
|
"id": "switch",
|
|
140542
141568
|
"title": "Switch",
|