@progress/kendo-theme-material 6.8.0-dev.2 → 7.0.0
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 +602 -4852
- package/dist/all.scss +346 -1338
- package/dist/meta/sassdoc-data.json +992 -590
- package/dist/meta/sassdoc-raw-data.json +417 -233
- package/dist/meta/variables.json +125 -137
- 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 +6 -6
- package/scss/_variables.scss +32 -7
- package/scss/action-sheet/_variables.scss +1 -1
- package/scss/appbar/_variables.scss +2 -2
- package/scss/bottom-navigation/_variables.scss +2 -2
- package/scss/button/_variables.scss +1 -1
- package/scss/card/_variables.scss +2 -2
- package/scss/chat/_variables.scss +6 -6
- package/scss/coloreditor/_variables.scss +2 -2
- package/scss/colorgradient/_variables.scss +14 -8
- package/scss/common/_index.scss +1 -0
- package/scss/common/_indicators.scss +1 -0
- package/scss/core/_index.scss +6 -0
- package/scss/core/elevation/index.import.scss +53 -0
- package/scss/editor/_layout.scss +1 -2
- package/scss/fab/_variables.scss +3 -3
- package/scss/grid/_layout.scss +1 -2
- package/scss/grid/_theme.scss +2 -4
- package/scss/pdf-viewer/_variables.scss +1 -1
- package/scss/pivotgrid/_variables.scss +4 -4
- package/scss/popup/_variables.scss +1 -1
- package/scss/scheduler/_layout.scss +0 -6
- package/scss/scheduler/_variables.scss +1 -3
- package/scss/tabstrip/_variables.scss +1 -1
- package/scss/toolbar/_variables.scss +1 -1
- package/scss/tooltip/_variables.scss +2 -0
- package/scss/window/_variables.scss +2 -2
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
"context": {
|
|
388
388
|
"type": "variable",
|
|
389
389
|
"name": "kendo-appbar-box-shadow",
|
|
390
|
-
"value": "
|
|
390
|
+
"value": "$box-shadow-depth-4",
|
|
391
391
|
"scope": "default",
|
|
392
392
|
"line": {
|
|
393
393
|
"start": 51,
|
|
@@ -402,8 +402,8 @@
|
|
|
402
402
|
"path": "appbar/_variables.scss",
|
|
403
403
|
"name": "_variables.scss"
|
|
404
404
|
},
|
|
405
|
-
"resolvedValue": "0px 2px
|
|
406
|
-
"resolvedType": "
|
|
405
|
+
"resolvedValue": "var(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14))",
|
|
406
|
+
"resolvedType": "String"
|
|
407
407
|
},
|
|
408
408
|
{
|
|
409
409
|
"description": "The box shadow of the AppBar with bottom position.\n",
|
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
"context": {
|
|
415
415
|
"type": "variable",
|
|
416
416
|
"name": "kendo-appbar-bottom-box-shadow",
|
|
417
|
-
"value": "
|
|
417
|
+
"value": "$kendo-appbar-box-shadow",
|
|
418
418
|
"scope": "default",
|
|
419
419
|
"line": {
|
|
420
420
|
"start": 54,
|
|
@@ -429,8 +429,8 @@
|
|
|
429
429
|
"path": "appbar/_variables.scss",
|
|
430
430
|
"name": "_variables.scss"
|
|
431
431
|
},
|
|
432
|
-
"resolvedValue": "0px
|
|
433
|
-
"resolvedType": "
|
|
432
|
+
"resolvedValue": "var(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14))",
|
|
433
|
+
"resolvedType": "String"
|
|
434
434
|
},
|
|
435
435
|
{
|
|
436
436
|
"description": "The border width of the Avatar.\n",
|
|
@@ -1629,7 +1629,7 @@
|
|
|
1629
1629
|
"context": {
|
|
1630
1630
|
"type": "variable",
|
|
1631
1631
|
"name": "kendo-bottom-nav-shadow",
|
|
1632
|
-
"value": "
|
|
1632
|
+
"value": "$box-shadow-depth-4",
|
|
1633
1633
|
"scope": "default",
|
|
1634
1634
|
"line": {
|
|
1635
1635
|
"start": 52,
|
|
@@ -1644,8 +1644,8 @@
|
|
|
1644
1644
|
"path": "bottom-navigation/_variables.scss",
|
|
1645
1645
|
"name": "_variables.scss"
|
|
1646
1646
|
},
|
|
1647
|
-
"resolvedValue": "0px 0px
|
|
1648
|
-
"resolvedType": "
|
|
1647
|
+
"resolvedValue": "var(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14))",
|
|
1648
|
+
"resolvedType": "String"
|
|
1649
1649
|
},
|
|
1650
1650
|
{
|
|
1651
1651
|
"description": "The text color of the flat BottomNavigation.\n",
|
|
@@ -4128,8 +4128,8 @@
|
|
|
4128
4128
|
"path": "button/_variables.scss",
|
|
4129
4129
|
"name": "_variables.scss"
|
|
4130
4130
|
},
|
|
4131
|
-
"resolvedValue": "
|
|
4132
|
-
"resolvedType": "
|
|
4131
|
+
"resolvedValue": "var(--kendo-elevation-2, 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14))",
|
|
4132
|
+
"resolvedType": "String"
|
|
4133
4133
|
},
|
|
4134
4134
|
{
|
|
4135
4135
|
"description": "The base background of the hovered Button.\n",
|
|
@@ -4383,7 +4383,7 @@
|
|
|
4383
4383
|
"context": {
|
|
4384
4384
|
"type": "variable",
|
|
4385
4385
|
"name": "kendo-button-active-shadow",
|
|
4386
|
-
"value": "$box-shadow-depth-
|
|
4386
|
+
"value": "$box-shadow-depth-6",
|
|
4387
4387
|
"scope": "default",
|
|
4388
4388
|
"line": {
|
|
4389
4389
|
"start": 157,
|
|
@@ -4398,8 +4398,8 @@
|
|
|
4398
4398
|
"path": "button/_variables.scss",
|
|
4399
4399
|
"name": "_variables.scss"
|
|
4400
4400
|
},
|
|
4401
|
-
"resolvedValue": "
|
|
4402
|
-
"resolvedType": "
|
|
4401
|
+
"resolvedValue": "var(--kendo-elevation-6, 0px 5px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 14px 0px rgba(0, 0, 0, 0.12), 0px 8px 10px 0px rgba(0, 0, 0, 0.14))",
|
|
4402
|
+
"resolvedType": "String"
|
|
4403
4403
|
},
|
|
4404
4404
|
{
|
|
4405
4405
|
"description": "The base background color of the selected Button.\n",
|
|
@@ -8001,7 +8001,7 @@
|
|
|
8001
8001
|
"context": {
|
|
8002
8002
|
"type": "variable",
|
|
8003
8003
|
"name": "kendo-color-gradient-focus-shadow",
|
|
8004
|
-
"value": "$box-shadow-depth-
|
|
8004
|
+
"value": "$box-shadow-depth-3",
|
|
8005
8005
|
"scope": "default",
|
|
8006
8006
|
"line": {
|
|
8007
8007
|
"start": 51,
|
|
@@ -8016,8 +8016,8 @@
|
|
|
8016
8016
|
"path": "colorgradient/_variables.scss",
|
|
8017
8017
|
"name": "_variables.scss"
|
|
8018
8018
|
},
|
|
8019
|
-
"resolvedValue": "
|
|
8020
|
-
"resolvedType": "
|
|
8019
|
+
"resolvedValue": "var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14))",
|
|
8020
|
+
"resolvedType": "String"
|
|
8021
8021
|
},
|
|
8022
8022
|
{
|
|
8023
8023
|
"description": "The border radius of the ColorGradient canvas.\n",
|
|
@@ -8317,15 +8317,15 @@
|
|
|
8317
8317
|
"resolvedType": "Number"
|
|
8318
8318
|
},
|
|
8319
8319
|
{
|
|
8320
|
-
"description": "The
|
|
8320
|
+
"description": "The width of the outline around the ColorGradient canvas drag handle.\n",
|
|
8321
8321
|
"commentRange": {
|
|
8322
8322
|
"start": 89,
|
|
8323
8323
|
"end": 90
|
|
8324
8324
|
},
|
|
8325
8325
|
"context": {
|
|
8326
8326
|
"type": "variable",
|
|
8327
|
-
"name": "kendo-color-gradient-draghandle-
|
|
8328
|
-
"value": "
|
|
8327
|
+
"name": "kendo-color-gradient-draghandle-outline-width",
|
|
8328
|
+
"value": "1px",
|
|
8329
8329
|
"scope": "default",
|
|
8330
8330
|
"line": {
|
|
8331
8331
|
"start": 91,
|
|
@@ -8340,19 +8340,19 @@
|
|
|
8340
8340
|
"path": "colorgradient/_variables.scss",
|
|
8341
8341
|
"name": "_variables.scss"
|
|
8342
8342
|
},
|
|
8343
|
-
"resolvedValue": "
|
|
8343
|
+
"resolvedValue": "1px",
|
|
8344
8344
|
"resolvedType": "Number"
|
|
8345
8345
|
},
|
|
8346
8346
|
{
|
|
8347
|
-
"description": "The
|
|
8347
|
+
"description": "The border radius of the ColorGradient canvas drag handle.\n",
|
|
8348
8348
|
"commentRange": {
|
|
8349
8349
|
"start": 92,
|
|
8350
8350
|
"end": 93
|
|
8351
8351
|
},
|
|
8352
8352
|
"context": {
|
|
8353
8353
|
"type": "variable",
|
|
8354
|
-
"name": "kendo-color-gradient-draghandle-
|
|
8355
|
-
"value": "
|
|
8354
|
+
"name": "kendo-color-gradient-draghandle-border-radius",
|
|
8355
|
+
"value": "50%",
|
|
8356
8356
|
"scope": "default",
|
|
8357
8357
|
"line": {
|
|
8358
8358
|
"start": 94,
|
|
@@ -8367,19 +8367,19 @@
|
|
|
8367
8367
|
"path": "colorgradient/_variables.scss",
|
|
8368
8368
|
"name": "_variables.scss"
|
|
8369
8369
|
},
|
|
8370
|
-
"resolvedValue": "
|
|
8371
|
-
"resolvedType": "
|
|
8370
|
+
"resolvedValue": "50%",
|
|
8371
|
+
"resolvedType": "Number"
|
|
8372
8372
|
},
|
|
8373
8373
|
{
|
|
8374
|
-
"description": "The
|
|
8374
|
+
"description": "The text color of the ColorGradient canvas drag handle.\n",
|
|
8375
8375
|
"commentRange": {
|
|
8376
8376
|
"start": 95,
|
|
8377
8377
|
"end": 96
|
|
8378
8378
|
},
|
|
8379
8379
|
"context": {
|
|
8380
8380
|
"type": "variable",
|
|
8381
|
-
"name": "kendo-color-gradient-draghandle-
|
|
8382
|
-
"value": "
|
|
8381
|
+
"name": "kendo-color-gradient-draghandle-text",
|
|
8382
|
+
"value": "null",
|
|
8383
8383
|
"scope": "default",
|
|
8384
8384
|
"line": {
|
|
8385
8385
|
"start": 97,
|
|
@@ -8394,19 +8394,19 @@
|
|
|
8394
8394
|
"path": "colorgradient/_variables.scss",
|
|
8395
8395
|
"name": "_variables.scss"
|
|
8396
8396
|
},
|
|
8397
|
-
"resolvedValue": "
|
|
8398
|
-
"resolvedType": "
|
|
8397
|
+
"resolvedValue": "null",
|
|
8398
|
+
"resolvedType": "Null"
|
|
8399
8399
|
},
|
|
8400
8400
|
{
|
|
8401
|
-
"description": "The color of the
|
|
8401
|
+
"description": "The background color of the ColorGradient canvas drag handle.\n",
|
|
8402
8402
|
"commentRange": {
|
|
8403
8403
|
"start": 98,
|
|
8404
8404
|
"end": 99
|
|
8405
8405
|
},
|
|
8406
8406
|
"context": {
|
|
8407
8407
|
"type": "variable",
|
|
8408
|
-
"name": "kendo-color-gradient-draghandle-
|
|
8409
|
-
"value": "
|
|
8408
|
+
"name": "kendo-color-gradient-draghandle-bg",
|
|
8409
|
+
"value": "transparent",
|
|
8410
8410
|
"scope": "default",
|
|
8411
8411
|
"line": {
|
|
8412
8412
|
"start": 100,
|
|
@@ -8421,19 +8421,19 @@
|
|
|
8421
8421
|
"path": "colorgradient/_variables.scss",
|
|
8422
8422
|
"name": "_variables.scss"
|
|
8423
8423
|
},
|
|
8424
|
-
"resolvedValue": "
|
|
8424
|
+
"resolvedValue": "transparent",
|
|
8425
8425
|
"resolvedType": "Color"
|
|
8426
8426
|
},
|
|
8427
8427
|
{
|
|
8428
|
-
"description": "The
|
|
8428
|
+
"description": "The color of the border around the ColorGradient canvas drag handle.\n",
|
|
8429
8429
|
"commentRange": {
|
|
8430
8430
|
"start": 101,
|
|
8431
8431
|
"end": 102
|
|
8432
8432
|
},
|
|
8433
8433
|
"context": {
|
|
8434
8434
|
"type": "variable",
|
|
8435
|
-
"name": "kendo-color-gradient-draghandle-
|
|
8436
|
-
"value": "
|
|
8435
|
+
"name": "kendo-color-gradient-draghandle-border",
|
|
8436
|
+
"value": "rgba( white, .8 )",
|
|
8437
8437
|
"scope": "default",
|
|
8438
8438
|
"line": {
|
|
8439
8439
|
"start": 103,
|
|
@@ -8448,19 +8448,19 @@
|
|
|
8448
8448
|
"path": "colorgradient/_variables.scss",
|
|
8449
8449
|
"name": "_variables.scss"
|
|
8450
8450
|
},
|
|
8451
|
-
"resolvedValue": "
|
|
8452
|
-
"resolvedType": "
|
|
8451
|
+
"resolvedValue": "rgba(255, 255, 255, 0.8)",
|
|
8452
|
+
"resolvedType": "Color"
|
|
8453
8453
|
},
|
|
8454
8454
|
{
|
|
8455
|
-
"description": "The
|
|
8455
|
+
"description": "The color of the outline around the ColorGradient canvas drag handle.\n",
|
|
8456
8456
|
"commentRange": {
|
|
8457
8457
|
"start": 104,
|
|
8458
8458
|
"end": 105
|
|
8459
8459
|
},
|
|
8460
8460
|
"context": {
|
|
8461
8461
|
"type": "variable",
|
|
8462
|
-
"name": "kendo-color-gradient-draghandle-
|
|
8463
|
-
"value": "
|
|
8462
|
+
"name": "kendo-color-gradient-draghandle-shadow",
|
|
8463
|
+
"value": "rgba( $kendo-color-black, .5)",
|
|
8464
8464
|
"scope": "default",
|
|
8465
8465
|
"line": {
|
|
8466
8466
|
"start": 106,
|
|
@@ -8475,19 +8475,19 @@
|
|
|
8475
8475
|
"path": "colorgradient/_variables.scss",
|
|
8476
8476
|
"name": "_variables.scss"
|
|
8477
8477
|
},
|
|
8478
|
-
"resolvedValue": "0
|
|
8479
|
-
"resolvedType": "
|
|
8478
|
+
"resolvedValue": "rgba(0, 0, 0, 0.5)",
|
|
8479
|
+
"resolvedType": "Color"
|
|
8480
8480
|
},
|
|
8481
8481
|
{
|
|
8482
|
-
"description": "The
|
|
8482
|
+
"description": "The focus color of the outline around the ColorGradient canvas drag handle.\n",
|
|
8483
8483
|
"commentRange": {
|
|
8484
8484
|
"start": 107,
|
|
8485
8485
|
"end": 108
|
|
8486
8486
|
},
|
|
8487
8487
|
"context": {
|
|
8488
8488
|
"type": "variable",
|
|
8489
|
-
"name": "kendo-color-gradient-draghandle-
|
|
8490
|
-
"value": "$kendo-color-
|
|
8489
|
+
"name": "kendo-color-gradient-draghandle-focus-shadow",
|
|
8490
|
+
"value": "$kendo-color-black",
|
|
8491
8491
|
"scope": "default",
|
|
8492
8492
|
"line": {
|
|
8493
8493
|
"start": 109,
|
|
@@ -8502,14 +8502,68 @@
|
|
|
8502
8502
|
"path": "colorgradient/_variables.scss",
|
|
8503
8503
|
"name": "_variables.scss"
|
|
8504
8504
|
},
|
|
8505
|
-
"resolvedValue": "
|
|
8506
|
-
"resolvedType": "
|
|
8505
|
+
"resolvedValue": "#000000",
|
|
8506
|
+
"resolvedType": "Color"
|
|
8507
|
+
},
|
|
8508
|
+
{
|
|
8509
|
+
"description": "The outline color of the outline around the ColorGradient canvas drag handle.\n",
|
|
8510
|
+
"commentRange": {
|
|
8511
|
+
"start": 110,
|
|
8512
|
+
"end": 111
|
|
8513
|
+
},
|
|
8514
|
+
"context": {
|
|
8515
|
+
"type": "variable",
|
|
8516
|
+
"name": "kendo-color-gradient-draghandle-hover-shadow",
|
|
8517
|
+
"value": "$kendo-color-black",
|
|
8518
|
+
"scope": "default",
|
|
8519
|
+
"line": {
|
|
8520
|
+
"start": 112,
|
|
8521
|
+
"end": 112
|
|
8522
|
+
}
|
|
8523
|
+
},
|
|
8524
|
+
"group": [
|
|
8525
|
+
"cologradient"
|
|
8526
|
+
],
|
|
8527
|
+
"access": "public",
|
|
8528
|
+
"file": {
|
|
8529
|
+
"path": "colorgradient/_variables.scss",
|
|
8530
|
+
"name": "_variables.scss"
|
|
8531
|
+
},
|
|
8532
|
+
"resolvedValue": "#000000",
|
|
8533
|
+
"resolvedType": "Color"
|
|
8534
|
+
},
|
|
8535
|
+
{
|
|
8536
|
+
"description": "The box shadow of the ColorGradient canvas drag handle.\n",
|
|
8537
|
+
"commentRange": {
|
|
8538
|
+
"start": 113,
|
|
8539
|
+
"end": 114
|
|
8540
|
+
},
|
|
8541
|
+
"context": {
|
|
8542
|
+
"type": "variable",
|
|
8543
|
+
"name": "kendo-color-gradient-draghandle-shadow",
|
|
8544
|
+
"value": "k-elevation(2)",
|
|
8545
|
+
"scope": "default",
|
|
8546
|
+
"line": {
|
|
8547
|
+
"start": 115,
|
|
8548
|
+
"end": 115
|
|
8549
|
+
}
|
|
8550
|
+
},
|
|
8551
|
+
"group": [
|
|
8552
|
+
"cologradient"
|
|
8553
|
+
],
|
|
8554
|
+
"access": "public",
|
|
8555
|
+
"file": {
|
|
8556
|
+
"path": "colorgradient/_variables.scss",
|
|
8557
|
+
"name": "_variables.scss"
|
|
8558
|
+
},
|
|
8559
|
+
"resolvedValue": "rgba(0, 0, 0, 0.5)",
|
|
8560
|
+
"resolvedType": "Color"
|
|
8507
8561
|
},
|
|
8508
8562
|
{
|
|
8509
8563
|
"description": "The vertical margin of the ColorGradient canvas drag handle.\n",
|
|
8510
8564
|
"commentRange": {
|
|
8511
|
-
"start":
|
|
8512
|
-
"end":
|
|
8565
|
+
"start": 117,
|
|
8566
|
+
"end": 118
|
|
8513
8567
|
},
|
|
8514
8568
|
"context": {
|
|
8515
8569
|
"type": "variable",
|
|
@@ -8517,8 +8571,8 @@
|
|
|
8517
8571
|
"value": "- k-math-div( $kendo-color-gradient-draghandle-height, 2 )",
|
|
8518
8572
|
"scope": "default",
|
|
8519
8573
|
"line": {
|
|
8520
|
-
"start":
|
|
8521
|
-
"end":
|
|
8574
|
+
"start": 119,
|
|
8575
|
+
"end": 119
|
|
8522
8576
|
}
|
|
8523
8577
|
},
|
|
8524
8578
|
"group": [
|
|
@@ -8535,8 +8589,8 @@
|
|
|
8535
8589
|
{
|
|
8536
8590
|
"description": "The horizontal margin of the ColorGradient canvas drag handle.\n",
|
|
8537
8591
|
"commentRange": {
|
|
8538
|
-
"start":
|
|
8539
|
-
"end":
|
|
8592
|
+
"start": 120,
|
|
8593
|
+
"end": 121
|
|
8540
8594
|
},
|
|
8541
8595
|
"context": {
|
|
8542
8596
|
"type": "variable",
|
|
@@ -8544,8 +8598,8 @@
|
|
|
8544
8598
|
"value": "- k-math-div( $kendo-color-gradient-draghandle-width, 2 )",
|
|
8545
8599
|
"scope": "default",
|
|
8546
8600
|
"line": {
|
|
8547
|
-
"start":
|
|
8548
|
-
"end":
|
|
8601
|
+
"start": 122,
|
|
8602
|
+
"end": 122
|
|
8549
8603
|
}
|
|
8550
8604
|
},
|
|
8551
8605
|
"group": [
|
|
@@ -8562,8 +8616,8 @@
|
|
|
8562
8616
|
{
|
|
8563
8617
|
"description": "The width of the ColorGradient input.\n",
|
|
8564
8618
|
"commentRange": {
|
|
8565
|
-
"start":
|
|
8566
|
-
"end":
|
|
8619
|
+
"start": 124,
|
|
8620
|
+
"end": 125
|
|
8567
8621
|
},
|
|
8568
8622
|
"context": {
|
|
8569
8623
|
"type": "variable",
|
|
@@ -8571,8 +8625,8 @@
|
|
|
8571
8625
|
"value": "50px",
|
|
8572
8626
|
"scope": "default",
|
|
8573
8627
|
"line": {
|
|
8574
|
-
"start":
|
|
8575
|
-
"end":
|
|
8628
|
+
"start": 126,
|
|
8629
|
+
"end": 126
|
|
8576
8630
|
}
|
|
8577
8631
|
},
|
|
8578
8632
|
"group": [
|
|
@@ -8589,8 +8643,8 @@
|
|
|
8589
8643
|
{
|
|
8590
8644
|
"description": "The spacing between the ColorGradient inputs.\n",
|
|
8591
8645
|
"commentRange": {
|
|
8592
|
-
"start":
|
|
8593
|
-
"end":
|
|
8646
|
+
"start": 127,
|
|
8647
|
+
"end": 128
|
|
8594
8648
|
},
|
|
8595
8649
|
"context": {
|
|
8596
8650
|
"type": "variable",
|
|
@@ -8598,8 +8652,8 @@
|
|
|
8598
8652
|
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
8599
8653
|
"scope": "default",
|
|
8600
8654
|
"line": {
|
|
8601
|
-
"start":
|
|
8602
|
-
"end":
|
|
8655
|
+
"start": 129,
|
|
8656
|
+
"end": 129
|
|
8603
8657
|
}
|
|
8604
8658
|
},
|
|
8605
8659
|
"group": [
|
|
@@ -8616,8 +8670,8 @@
|
|
|
8616
8670
|
{
|
|
8617
8671
|
"description": "The spacing between the ColorGradient inputs and their labels.\n",
|
|
8618
8672
|
"commentRange": {
|
|
8619
|
-
"start":
|
|
8620
|
-
"end":
|
|
8673
|
+
"start": 130,
|
|
8674
|
+
"end": 131
|
|
8621
8675
|
},
|
|
8622
8676
|
"context": {
|
|
8623
8677
|
"type": "variable",
|
|
@@ -8625,8 +8679,8 @@
|
|
|
8625
8679
|
"value": "k-map-get( $kendo-spacing, 1 )",
|
|
8626
8680
|
"scope": "default",
|
|
8627
8681
|
"line": {
|
|
8628
|
-
"start":
|
|
8629
|
-
"end":
|
|
8682
|
+
"start": 132,
|
|
8683
|
+
"end": 132
|
|
8630
8684
|
}
|
|
8631
8685
|
},
|
|
8632
8686
|
"group": [
|
|
@@ -8643,8 +8697,8 @@
|
|
|
8643
8697
|
{
|
|
8644
8698
|
"description": "The text color of the ColorGradient input labels.\n",
|
|
8645
8699
|
"commentRange": {
|
|
8646
|
-
"start":
|
|
8647
|
-
"end":
|
|
8700
|
+
"start": 133,
|
|
8701
|
+
"end": 134
|
|
8648
8702
|
},
|
|
8649
8703
|
"context": {
|
|
8650
8704
|
"type": "variable",
|
|
@@ -8652,8 +8706,8 @@
|
|
|
8652
8706
|
"value": "$kendo-subtle-text",
|
|
8653
8707
|
"scope": "default",
|
|
8654
8708
|
"line": {
|
|
8655
|
-
"start":
|
|
8656
|
-
"end":
|
|
8709
|
+
"start": 135,
|
|
8710
|
+
"end": 135
|
|
8657
8711
|
}
|
|
8658
8712
|
},
|
|
8659
8713
|
"group": [
|
|
@@ -8670,8 +8724,8 @@
|
|
|
8670
8724
|
{
|
|
8671
8725
|
"description": "The font weight of the ColorGradient contrast ratio text.\n",
|
|
8672
8726
|
"commentRange": {
|
|
8673
|
-
"start":
|
|
8674
|
-
"end":
|
|
8727
|
+
"start": 137,
|
|
8728
|
+
"end": 138
|
|
8675
8729
|
},
|
|
8676
8730
|
"context": {
|
|
8677
8731
|
"type": "variable",
|
|
@@ -8679,8 +8733,8 @@
|
|
|
8679
8733
|
"value": "$kendo-font-weight-medium",
|
|
8680
8734
|
"scope": "default",
|
|
8681
8735
|
"line": {
|
|
8682
|
-
"start":
|
|
8683
|
-
"end":
|
|
8736
|
+
"start": 139,
|
|
8737
|
+
"end": 139
|
|
8684
8738
|
}
|
|
8685
8739
|
},
|
|
8686
8740
|
"group": [
|
|
@@ -8697,8 +8751,8 @@
|
|
|
8697
8751
|
{
|
|
8698
8752
|
"description": "The spacing between the items in the ColorGradient contrast tool.\n",
|
|
8699
8753
|
"commentRange": {
|
|
8700
|
-
"start":
|
|
8701
|
-
"end":
|
|
8754
|
+
"start": 140,
|
|
8755
|
+
"end": 141
|
|
8702
8756
|
},
|
|
8703
8757
|
"context": {
|
|
8704
8758
|
"type": "variable",
|
|
@@ -8706,8 +8760,8 @@
|
|
|
8706
8760
|
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
8707
8761
|
"scope": "default",
|
|
8708
8762
|
"line": {
|
|
8709
|
-
"start":
|
|
8710
|
-
"end":
|
|
8763
|
+
"start": 142,
|
|
8764
|
+
"end": 142
|
|
8711
8765
|
}
|
|
8712
8766
|
},
|
|
8713
8767
|
"group": [
|
|
@@ -8780,8 +8834,8 @@
|
|
|
8780
8834
|
{
|
|
8781
8835
|
"description": "The color that focuses the user attention.\nUsed for primary buttons and for elements of primary importance across the theme.\n",
|
|
8782
8836
|
"commentRange": {
|
|
8783
|
-
"start":
|
|
8784
|
-
"end":
|
|
8837
|
+
"start": 190,
|
|
8838
|
+
"end": 193
|
|
8785
8839
|
},
|
|
8786
8840
|
"context": {
|
|
8787
8841
|
"type": "variable",
|
|
@@ -8789,8 +8843,8 @@
|
|
|
8789
8843
|
"value": "material-color( $primary-palette, main )",
|
|
8790
8844
|
"scope": "default",
|
|
8791
8845
|
"line": {
|
|
8792
|
-
"start":
|
|
8793
|
-
"end":
|
|
8846
|
+
"start": 194,
|
|
8847
|
+
"end": 194
|
|
8794
8848
|
}
|
|
8795
8849
|
},
|
|
8796
8850
|
"group": [
|
|
@@ -8808,8 +8862,8 @@
|
|
|
8808
8862
|
{
|
|
8809
8863
|
"description": "The color used along with the primary color denoted by $kendo-color-primary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
8810
8864
|
"commentRange": {
|
|
8811
|
-
"start":
|
|
8812
|
-
"end":
|
|
8865
|
+
"start": 198,
|
|
8866
|
+
"end": 201
|
|
8813
8867
|
},
|
|
8814
8868
|
"context": {
|
|
8815
8869
|
"type": "variable",
|
|
@@ -8817,8 +8871,8 @@
|
|
|
8817
8871
|
"value": "material-color( $primary-palette, main-contrast )",
|
|
8818
8872
|
"scope": "default",
|
|
8819
8873
|
"line": {
|
|
8820
|
-
"start":
|
|
8821
|
-
"end":
|
|
8874
|
+
"start": 202,
|
|
8875
|
+
"end": 202
|
|
8822
8876
|
}
|
|
8823
8877
|
},
|
|
8824
8878
|
"group": [
|
|
@@ -8836,8 +8890,8 @@
|
|
|
8836
8890
|
{
|
|
8837
8891
|
"description": "The secondary color of the theme.\n",
|
|
8838
8892
|
"commentRange": {
|
|
8839
|
-
"start":
|
|
8840
|
-
"end":
|
|
8893
|
+
"start": 204,
|
|
8894
|
+
"end": 206
|
|
8841
8895
|
},
|
|
8842
8896
|
"context": {
|
|
8843
8897
|
"type": "variable",
|
|
@@ -8845,8 +8899,8 @@
|
|
|
8845
8899
|
"value": "material-color( $secondary-palette, main )",
|
|
8846
8900
|
"scope": "default",
|
|
8847
8901
|
"line": {
|
|
8848
|
-
"start":
|
|
8849
|
-
"end":
|
|
8902
|
+
"start": 207,
|
|
8903
|
+
"end": 207
|
|
8850
8904
|
}
|
|
8851
8905
|
},
|
|
8852
8906
|
"group": [
|
|
@@ -8864,8 +8918,8 @@
|
|
|
8864
8918
|
{
|
|
8865
8919
|
"description": "The color used along with the secondary color denoted by $kendo-color-secondary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
8866
8920
|
"commentRange": {
|
|
8867
|
-
"start":
|
|
8868
|
-
"end":
|
|
8921
|
+
"start": 211,
|
|
8922
|
+
"end": 214
|
|
8869
8923
|
},
|
|
8870
8924
|
"context": {
|
|
8871
8925
|
"type": "variable",
|
|
@@ -8873,8 +8927,8 @@
|
|
|
8873
8927
|
"value": "material-color( $secondary-palette, main-contrast )",
|
|
8874
8928
|
"scope": "default",
|
|
8875
8929
|
"line": {
|
|
8876
|
-
"start":
|
|
8877
|
-
"end":
|
|
8930
|
+
"start": 215,
|
|
8931
|
+
"end": 215
|
|
8878
8932
|
}
|
|
8879
8933
|
},
|
|
8880
8934
|
"group": [
|
|
@@ -8892,8 +8946,8 @@
|
|
|
8892
8946
|
{
|
|
8893
8947
|
"description": "The tertiary color of the theme.\n",
|
|
8894
8948
|
"commentRange": {
|
|
8895
|
-
"start":
|
|
8896
|
-
"end":
|
|
8949
|
+
"start": 217,
|
|
8950
|
+
"end": 219
|
|
8897
8951
|
},
|
|
8898
8952
|
"context": {
|
|
8899
8953
|
"type": "variable",
|
|
@@ -8901,8 +8955,8 @@
|
|
|
8901
8955
|
"value": "material-color($tertiary-palette, main)",
|
|
8902
8956
|
"scope": "default",
|
|
8903
8957
|
"line": {
|
|
8904
|
-
"start":
|
|
8905
|
-
"end":
|
|
8958
|
+
"start": 220,
|
|
8959
|
+
"end": 220
|
|
8906
8960
|
}
|
|
8907
8961
|
},
|
|
8908
8962
|
"group": [
|
|
@@ -8920,8 +8974,8 @@
|
|
|
8920
8974
|
{
|
|
8921
8975
|
"description": "The color used along with the tertiary color denoted by $kendo-color-tertiary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
8922
8976
|
"commentRange": {
|
|
8923
|
-
"start":
|
|
8924
|
-
"end":
|
|
8977
|
+
"start": 224,
|
|
8978
|
+
"end": 227
|
|
8925
8979
|
},
|
|
8926
8980
|
"context": {
|
|
8927
8981
|
"type": "variable",
|
|
@@ -8929,8 +8983,8 @@
|
|
|
8929
8983
|
"value": "material-color($tertiary-palette, main-contrast)",
|
|
8930
8984
|
"scope": "default",
|
|
8931
8985
|
"line": {
|
|
8932
|
-
"start":
|
|
8933
|
-
"end":
|
|
8986
|
+
"start": 228,
|
|
8987
|
+
"end": 228
|
|
8934
8988
|
}
|
|
8935
8989
|
},
|
|
8936
8990
|
"group": [
|
|
@@ -8948,8 +9002,8 @@
|
|
|
8948
9002
|
{
|
|
8949
9003
|
"description": "The color for informational messages and states.\n",
|
|
8950
9004
|
"commentRange": {
|
|
8951
|
-
"start":
|
|
8952
|
-
"end":
|
|
9005
|
+
"start": 230,
|
|
9006
|
+
"end": 232
|
|
8953
9007
|
},
|
|
8954
9008
|
"context": {
|
|
8955
9009
|
"type": "variable",
|
|
@@ -8957,8 +9011,8 @@
|
|
|
8957
9011
|
"value": "#0058e9",
|
|
8958
9012
|
"scope": "default",
|
|
8959
9013
|
"line": {
|
|
8960
|
-
"start":
|
|
8961
|
-
"end":
|
|
9014
|
+
"start": 233,
|
|
9015
|
+
"end": 233
|
|
8962
9016
|
}
|
|
8963
9017
|
},
|
|
8964
9018
|
"group": [
|
|
@@ -8976,8 +9030,8 @@
|
|
|
8976
9030
|
{
|
|
8977
9031
|
"description": "The color for success messages and states.\n",
|
|
8978
9032
|
"commentRange": {
|
|
8979
|
-
"start":
|
|
8980
|
-
"end":
|
|
9033
|
+
"start": 237,
|
|
9034
|
+
"end": 239
|
|
8981
9035
|
},
|
|
8982
9036
|
"context": {
|
|
8983
9037
|
"type": "variable",
|
|
@@ -8985,8 +9039,8 @@
|
|
|
8985
9039
|
"value": "#37b400",
|
|
8986
9040
|
"scope": "default",
|
|
8987
9041
|
"line": {
|
|
8988
|
-
"start":
|
|
8989
|
-
"end":
|
|
9042
|
+
"start": 240,
|
|
9043
|
+
"end": 240
|
|
8990
9044
|
}
|
|
8991
9045
|
},
|
|
8992
9046
|
"group": [
|
|
@@ -9004,8 +9058,8 @@
|
|
|
9004
9058
|
{
|
|
9005
9059
|
"description": "The color for warning messages and states.\n",
|
|
9006
9060
|
"commentRange": {
|
|
9007
|
-
"start":
|
|
9008
|
-
"end":
|
|
9061
|
+
"start": 244,
|
|
9062
|
+
"end": 246
|
|
9009
9063
|
},
|
|
9010
9064
|
"context": {
|
|
9011
9065
|
"type": "variable",
|
|
@@ -9013,8 +9067,8 @@
|
|
|
9013
9067
|
"value": "#ffc000",
|
|
9014
9068
|
"scope": "default",
|
|
9015
9069
|
"line": {
|
|
9016
|
-
"start":
|
|
9017
|
-
"end":
|
|
9070
|
+
"start": 247,
|
|
9071
|
+
"end": 247
|
|
9018
9072
|
}
|
|
9019
9073
|
},
|
|
9020
9074
|
"group": [
|
|
@@ -9032,8 +9086,8 @@
|
|
|
9032
9086
|
{
|
|
9033
9087
|
"description": "The color for error messages and states.\n",
|
|
9034
9088
|
"commentRange": {
|
|
9035
|
-
"start":
|
|
9036
|
-
"end":
|
|
9089
|
+
"start": 251,
|
|
9090
|
+
"end": 253
|
|
9037
9091
|
},
|
|
9038
9092
|
"context": {
|
|
9039
9093
|
"type": "variable",
|
|
@@ -9041,8 +9095,8 @@
|
|
|
9041
9095
|
"value": "#f31700",
|
|
9042
9096
|
"scope": "default",
|
|
9043
9097
|
"line": {
|
|
9044
|
-
"start":
|
|
9045
|
-
"end":
|
|
9098
|
+
"start": 254,
|
|
9099
|
+
"end": 254
|
|
9046
9100
|
}
|
|
9047
9101
|
},
|
|
9048
9102
|
"group": [
|
|
@@ -9060,8 +9114,8 @@
|
|
|
9060
9114
|
{
|
|
9061
9115
|
"description": "The dark color of the theme.\n",
|
|
9062
9116
|
"commentRange": {
|
|
9063
|
-
"start":
|
|
9064
|
-
"end":
|
|
9117
|
+
"start": 258,
|
|
9118
|
+
"end": 260
|
|
9065
9119
|
},
|
|
9066
9120
|
"context": {
|
|
9067
9121
|
"type": "variable",
|
|
@@ -9069,8 +9123,8 @@
|
|
|
9069
9123
|
"value": "get-base-hue( gray, 800 )",
|
|
9070
9124
|
"scope": "default",
|
|
9071
9125
|
"line": {
|
|
9072
|
-
"start":
|
|
9073
|
-
"end":
|
|
9126
|
+
"start": 261,
|
|
9127
|
+
"end": 261
|
|
9074
9128
|
}
|
|
9075
9129
|
},
|
|
9076
9130
|
"group": [
|
|
@@ -9088,8 +9142,8 @@
|
|
|
9088
9142
|
{
|
|
9089
9143
|
"description": "The light color of the theme.\n",
|
|
9090
9144
|
"commentRange": {
|
|
9091
|
-
"start":
|
|
9092
|
-
"end":
|
|
9145
|
+
"start": 263,
|
|
9146
|
+
"end": 265
|
|
9093
9147
|
},
|
|
9094
9148
|
"context": {
|
|
9095
9149
|
"type": "variable",
|
|
@@ -9097,8 +9151,8 @@
|
|
|
9097
9151
|
"value": "get-base-hue( gray, 100 )",
|
|
9098
9152
|
"scope": "default",
|
|
9099
9153
|
"line": {
|
|
9100
|
-
"start":
|
|
9101
|
-
"end":
|
|
9154
|
+
"start": 266,
|
|
9155
|
+
"end": 266
|
|
9102
9156
|
}
|
|
9103
9157
|
},
|
|
9104
9158
|
"group": [
|
|
@@ -9116,8 +9170,8 @@
|
|
|
9116
9170
|
{
|
|
9117
9171
|
"description": "Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark\n",
|
|
9118
9172
|
"commentRange": {
|
|
9119
|
-
"start":
|
|
9120
|
-
"end":
|
|
9173
|
+
"start": 268,
|
|
9174
|
+
"end": 269
|
|
9121
9175
|
},
|
|
9122
9176
|
"context": {
|
|
9123
9177
|
"type": "variable",
|
|
@@ -9125,8 +9179,8 @@
|
|
|
9125
9179
|
"value": "if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )",
|
|
9126
9180
|
"scope": "default",
|
|
9127
9181
|
"line": {
|
|
9128
|
-
"start":
|
|
9129
|
-
"end":
|
|
9182
|
+
"start": 270,
|
|
9183
|
+
"end": 270
|
|
9130
9184
|
}
|
|
9131
9185
|
},
|
|
9132
9186
|
"group": [
|
|
@@ -9502,7 +9556,7 @@
|
|
|
9502
9556
|
"context": {
|
|
9503
9557
|
"type": "variable",
|
|
9504
9558
|
"name": "kendo-color-editor-focus-shadow",
|
|
9505
|
-
"value": "$box-shadow-depth-
|
|
9559
|
+
"value": "$box-shadow-depth-3",
|
|
9506
9560
|
"scope": "default",
|
|
9507
9561
|
"line": {
|
|
9508
9562
|
"start": 40,
|
|
@@ -9517,8 +9571,8 @@
|
|
|
9517
9571
|
"path": "coloreditor/_variables.scss",
|
|
9518
9572
|
"name": "_variables.scss"
|
|
9519
9573
|
},
|
|
9520
|
-
"resolvedValue": "
|
|
9521
|
-
"resolvedType": "
|
|
9574
|
+
"resolvedValue": "var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14))",
|
|
9575
|
+
"resolvedType": "String"
|
|
9522
9576
|
},
|
|
9523
9577
|
{
|
|
9524
9578
|
"description": "The vertical padding of the ColorEditor header.\n",
|
|
@@ -10063,8 +10117,8 @@
|
|
|
10063
10117
|
{
|
|
10064
10118
|
"description": "Background color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.\n",
|
|
10065
10119
|
"commentRange": {
|
|
10066
|
-
"start":
|
|
10067
|
-
"end":
|
|
10120
|
+
"start": 362,
|
|
10121
|
+
"end": 364
|
|
10068
10122
|
},
|
|
10069
10123
|
"context": {
|
|
10070
10124
|
"type": "variable",
|
|
@@ -10072,8 +10126,8 @@
|
|
|
10072
10126
|
"value": "k-map-get( $theme, component-bg )",
|
|
10073
10127
|
"scope": "default",
|
|
10074
10128
|
"line": {
|
|
10075
|
-
"start":
|
|
10076
|
-
"end":
|
|
10129
|
+
"start": 365,
|
|
10130
|
+
"end": 365
|
|
10077
10131
|
}
|
|
10078
10132
|
},
|
|
10079
10133
|
"group": [
|
|
@@ -10090,8 +10144,8 @@
|
|
|
10090
10144
|
{
|
|
10091
10145
|
"description": "Text color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`.\n",
|
|
10092
10146
|
"commentRange": {
|
|
10093
|
-
"start":
|
|
10094
|
-
"end":
|
|
10147
|
+
"start": 366,
|
|
10148
|
+
"end": 368
|
|
10095
10149
|
},
|
|
10096
10150
|
"context": {
|
|
10097
10151
|
"type": "variable",
|
|
@@ -10099,8 +10153,8 @@
|
|
|
10099
10153
|
"value": "k-map-get( $theme, component-text )",
|
|
10100
10154
|
"scope": "default",
|
|
10101
10155
|
"line": {
|
|
10102
|
-
"start":
|
|
10103
|
-
"end":
|
|
10156
|
+
"start": 369,
|
|
10157
|
+
"end": 369
|
|
10104
10158
|
}
|
|
10105
10159
|
},
|
|
10106
10160
|
"group": [
|
|
@@ -10117,8 +10171,8 @@
|
|
|
10117
10171
|
{
|
|
10118
10172
|
"description": "Border color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.\n",
|
|
10119
10173
|
"commentRange": {
|
|
10120
|
-
"start":
|
|
10121
|
-
"end":
|
|
10174
|
+
"start": 370,
|
|
10175
|
+
"end": 372
|
|
10122
10176
|
},
|
|
10123
10177
|
"context": {
|
|
10124
10178
|
"type": "variable",
|
|
@@ -10126,8 +10180,8 @@
|
|
|
10126
10180
|
"value": "k-map-get( $theme, component-border )",
|
|
10127
10181
|
"scope": "default",
|
|
10128
10182
|
"line": {
|
|
10129
|
-
"start":
|
|
10130
|
-
"end":
|
|
10183
|
+
"start": 373,
|
|
10184
|
+
"end": 373
|
|
10131
10185
|
}
|
|
10132
10186
|
},
|
|
10133
10187
|
"group": [
|
|
@@ -11788,6 +11842,33 @@
|
|
|
11788
11842
|
"resolvedValue": "#88ccff",
|
|
11789
11843
|
"resolvedType": "Color"
|
|
11790
11844
|
},
|
|
11845
|
+
{
|
|
11846
|
+
"description": "Global Elevation.\n",
|
|
11847
|
+
"commentRange": {
|
|
11848
|
+
"start": 49,
|
|
11849
|
+
"end": 50
|
|
11850
|
+
},
|
|
11851
|
+
"context": {
|
|
11852
|
+
"type": "variable",
|
|
11853
|
+
"name": "kendo-elevation",
|
|
11854
|
+
"value": "$_default-elevation",
|
|
11855
|
+
"scope": "default",
|
|
11856
|
+
"line": {
|
|
11857
|
+
"start": 51,
|
|
11858
|
+
"end": 51
|
|
11859
|
+
}
|
|
11860
|
+
},
|
|
11861
|
+
"group": [
|
|
11862
|
+
"elevation"
|
|
11863
|
+
],
|
|
11864
|
+
"access": "public",
|
|
11865
|
+
"file": {
|
|
11866
|
+
"path": "core/elevation/index.import.scss",
|
|
11867
|
+
"name": "index.import.scss"
|
|
11868
|
+
},
|
|
11869
|
+
"resolvedValue": "(1: (0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 2px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)), 2: (0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14)), 3: (0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14)), 4: (0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14)), 5: (0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14)), 6: (0px 5px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 14px 0px rgba(0, 0, 0, 0.12), 0px 8px 10px 0px rgba(0, 0, 0, 0.14)), 7: (0px 7px 8px 0px rgba(0, 0, 0, 0.2), 0px 5px 22px 0px rgba(0, 0, 0, 0.12), 0px 12px 17px 0px rgba(0, 0, 0, 0.14)), 8: (0px 8px 10px rgba(0, 0, 0, 0.2), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 16px 24px rgba(0, 0, 0, 0.14)), 9: (0px 11px 15px rgba(0, 0, 0, 0.2), 0px 9px 46px rgba(0, 0, 0, 0.12), 0px 24px 38px rgba(0, 0, 0, 0.14)))",
|
|
11870
|
+
"resolvedType": "Map"
|
|
11871
|
+
},
|
|
11791
11872
|
{
|
|
11792
11873
|
"description": "The vertical spacing of the ExpansionPanel.\n",
|
|
11793
11874
|
"commentRange": {
|
|
@@ -13417,7 +13498,7 @@
|
|
|
13417
13498
|
"context": {
|
|
13418
13499
|
"type": "variable",
|
|
13419
13500
|
"name": "kendo-fab-shadow",
|
|
13420
|
-
"value": "
|
|
13501
|
+
"value": "$box-shadow-depth-5",
|
|
13421
13502
|
"scope": "default",
|
|
13422
13503
|
"line": {
|
|
13423
13504
|
"start": 118,
|
|
@@ -13432,8 +13513,8 @@
|
|
|
13432
13513
|
"path": "fab/_variables.scss",
|
|
13433
13514
|
"name": "_variables.scss"
|
|
13434
13515
|
},
|
|
13435
|
-
"resolvedValue": "0px 3px 5px
|
|
13436
|
-
"resolvedType": "
|
|
13516
|
+
"resolvedValue": "var(--kendo-elevation-5, 0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14))",
|
|
13517
|
+
"resolvedType": "String"
|
|
13437
13518
|
},
|
|
13438
13519
|
{
|
|
13439
13520
|
"description": "The shadow of the disabled FAB.\n",
|
|
@@ -13444,7 +13525,7 @@
|
|
|
13444
13525
|
"context": {
|
|
13445
13526
|
"type": "variable",
|
|
13446
13527
|
"name": "kendo-fab-disabled-shadow",
|
|
13447
|
-
"value": "
|
|
13528
|
+
"value": "$box-shadow-depth-5",
|
|
13448
13529
|
"scope": "default",
|
|
13449
13530
|
"line": {
|
|
13450
13531
|
"start": 121,
|
|
@@ -13459,8 +13540,8 @@
|
|
|
13459
13540
|
"path": "fab/_variables.scss",
|
|
13460
13541
|
"name": "_variables.scss"
|
|
13461
13542
|
},
|
|
13462
|
-
"resolvedValue": "0px 3px 5px
|
|
13463
|
-
"resolvedType": "
|
|
13543
|
+
"resolvedValue": "var(--kendo-elevation-5, 0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14))",
|
|
13544
|
+
"resolvedType": "String"
|
|
13464
13545
|
},
|
|
13465
13546
|
{
|
|
13466
13547
|
"description": "The shadow of the active FAB.\n",
|
|
@@ -13471,7 +13552,7 @@
|
|
|
13471
13552
|
"context": {
|
|
13472
13553
|
"type": "variable",
|
|
13473
13554
|
"name": "kendo-fab-active-shadow",
|
|
13474
|
-
"value": "
|
|
13555
|
+
"value": "$box-shadow-depth-7",
|
|
13475
13556
|
"scope": "default",
|
|
13476
13557
|
"line": {
|
|
13477
13558
|
"start": 124,
|
|
@@ -13486,8 +13567,8 @@
|
|
|
13486
13567
|
"path": "fab/_variables.scss",
|
|
13487
13568
|
"name": "_variables.scss"
|
|
13488
13569
|
},
|
|
13489
|
-
"resolvedValue": "0px
|
|
13490
|
-
"resolvedType": "
|
|
13570
|
+
"resolvedValue": "var(--kendo-elevation-7, 0px 7px 8px 0px rgba(0, 0, 0, 0.2), 0px 5px 22px 0px rgba(0, 0, 0, 0.12), 0px 12px 17px 0px rgba(0, 0, 0, 0.14))",
|
|
13571
|
+
"resolvedType": "String"
|
|
13491
13572
|
},
|
|
13492
13573
|
{
|
|
13493
13574
|
"description": "The base text color of the FAB item.\n",
|
|
@@ -13675,8 +13756,8 @@
|
|
|
13675
13756
|
"path": "fab/_variables.scss",
|
|
13676
13757
|
"name": "_variables.scss"
|
|
13677
13758
|
},
|
|
13678
|
-
"resolvedValue": "0px 3px 5px
|
|
13679
|
-
"resolvedType": "
|
|
13759
|
+
"resolvedValue": "var(--kendo-elevation-5, 0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14))",
|
|
13760
|
+
"resolvedType": "String"
|
|
13680
13761
|
},
|
|
13681
13762
|
{
|
|
13682
13763
|
"description": "The shadow of the disabled FAB item.\n",
|
|
@@ -13702,8 +13783,8 @@
|
|
|
13702
13783
|
"path": "fab/_variables.scss",
|
|
13703
13784
|
"name": "_variables.scss"
|
|
13704
13785
|
},
|
|
13705
|
-
"resolvedValue": "0px 3px 5px
|
|
13706
|
-
"resolvedType": "
|
|
13786
|
+
"resolvedValue": "var(--kendo-elevation-5, 0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14))",
|
|
13787
|
+
"resolvedType": "String"
|
|
13707
13788
|
},
|
|
13708
13789
|
{
|
|
13709
13790
|
"description": "The shadow of the active FAB item.\n",
|
|
@@ -13729,8 +13810,8 @@
|
|
|
13729
13810
|
"path": "fab/_variables.scss",
|
|
13730
13811
|
"name": "_variables.scss"
|
|
13731
13812
|
},
|
|
13732
|
-
"resolvedValue": "0px
|
|
13733
|
-
"resolvedType": "
|
|
13813
|
+
"resolvedValue": "var(--kendo-elevation-7, 0px 7px 8px 0px rgba(0, 0, 0, 0.2), 0px 5px 22px 0px rgba(0, 0, 0, 0.12), 0px 12px 17px 0px rgba(0, 0, 0, 0.14))",
|
|
13814
|
+
"resolvedType": "String"
|
|
13734
13815
|
},
|
|
13735
13816
|
{
|
|
13736
13817
|
"description": "The transformation scale of the Floating Label.\n",
|
|
@@ -22585,8 +22666,8 @@
|
|
|
22585
22666
|
"path": "notification/_variables.scss",
|
|
22586
22667
|
"name": "_variables.scss"
|
|
22587
22668
|
},
|
|
22588
|
-
"resolvedValue": "
|
|
22589
|
-
"resolvedType": "
|
|
22669
|
+
"resolvedValue": "var(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14))",
|
|
22670
|
+
"resolvedType": "String"
|
|
22590
22671
|
},
|
|
22591
22672
|
{
|
|
22592
22673
|
"description": "The horizontal spacing of the Notification icon.\n",
|
|
@@ -25393,8 +25474,8 @@
|
|
|
25393
25474
|
"path": "popover/_variables.scss",
|
|
25394
25475
|
"name": "_variables.scss"
|
|
25395
25476
|
},
|
|
25396
|
-
"resolvedValue": "
|
|
25397
|
-
"resolvedType": "
|
|
25477
|
+
"resolvedValue": "var(--kendo-elevation-1, 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 2px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14))",
|
|
25478
|
+
"resolvedType": "String"
|
|
25398
25479
|
},
|
|
25399
25480
|
{
|
|
25400
25481
|
"description": "The horizontal padding of the Popover header.\n",
|
|
@@ -26134,7 +26215,7 @@
|
|
|
26134
26215
|
"context": {
|
|
26135
26216
|
"type": "variable",
|
|
26136
26217
|
"name": "kendo-popup-shadow",
|
|
26137
|
-
"value": "
|
|
26218
|
+
"value": "$box-shadow-depth-4",
|
|
26138
26219
|
"scope": "default",
|
|
26139
26220
|
"line": {
|
|
26140
26221
|
"start": 39,
|
|
@@ -26149,8 +26230,8 @@
|
|
|
26149
26230
|
"path": "popup/_variables.scss",
|
|
26150
26231
|
"name": "_variables.scss"
|
|
26151
26232
|
},
|
|
26152
|
-
"resolvedValue": "
|
|
26153
|
-
"resolvedType": "
|
|
26233
|
+
"resolvedValue": "var(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14))",
|
|
26234
|
+
"resolvedType": "String"
|
|
26154
26235
|
},
|
|
26155
26236
|
{
|
|
26156
26237
|
"description": "The height of the ProgressBar.\n",
|
|
@@ -28748,136 +28829,253 @@
|
|
|
28748
28829
|
"description": "Shadow for switch.\nEquivalent to material elevation 1.\n",
|
|
28749
28830
|
"commentRange": {
|
|
28750
28831
|
"start": 93,
|
|
28751
|
-
"end":
|
|
28832
|
+
"end": 96
|
|
28752
28833
|
},
|
|
28753
28834
|
"context": {
|
|
28754
28835
|
"type": "variable",
|
|
28755
28836
|
"name": "box-shadow-depth-1",
|
|
28756
|
-
"value": "
|
|
28837
|
+
"value": "k-elevation(1)",
|
|
28757
28838
|
"scope": "default",
|
|
28758
28839
|
"line": {
|
|
28759
|
-
"start":
|
|
28760
|
-
"end":
|
|
28840
|
+
"start": 97,
|
|
28841
|
+
"end": 97
|
|
28761
28842
|
}
|
|
28762
28843
|
},
|
|
28763
28844
|
"group": [
|
|
28764
28845
|
"shadows"
|
|
28765
28846
|
],
|
|
28847
|
+
"deprecated": "Use the `$kendo-elevation` map instead.",
|
|
28766
28848
|
"access": "public",
|
|
28767
28849
|
"file": {
|
|
28768
28850
|
"path": "_variables.scss",
|
|
28769
28851
|
"name": "_variables.scss"
|
|
28770
28852
|
},
|
|
28771
|
-
"resolvedValue": "
|
|
28772
|
-
"resolvedType": "
|
|
28853
|
+
"resolvedValue": "var(--kendo-elevation-1, 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 2px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14))",
|
|
28854
|
+
"resolvedType": "String"
|
|
28773
28855
|
},
|
|
28774
28856
|
{
|
|
28775
28857
|
"description": "Shadow for resting state of button, card and other widgets.\nEquivalent to material elevation 2.\n",
|
|
28776
28858
|
"commentRange": {
|
|
28777
|
-
"start":
|
|
28778
|
-
"end":
|
|
28859
|
+
"start": 98,
|
|
28860
|
+
"end": 101
|
|
28779
28861
|
},
|
|
28780
28862
|
"context": {
|
|
28781
28863
|
"type": "variable",
|
|
28782
28864
|
"name": "box-shadow-depth-2",
|
|
28783
|
-
"value": "
|
|
28865
|
+
"value": "k-elevation(2)",
|
|
28784
28866
|
"scope": "default",
|
|
28785
28867
|
"line": {
|
|
28786
|
-
"start":
|
|
28787
|
-
"end":
|
|
28868
|
+
"start": 102,
|
|
28869
|
+
"end": 102
|
|
28788
28870
|
}
|
|
28789
28871
|
},
|
|
28790
28872
|
"group": [
|
|
28791
28873
|
"shadows"
|
|
28792
28874
|
],
|
|
28875
|
+
"deprecated": "Use the `$kendo-elevation` map instead.",
|
|
28793
28876
|
"access": "public",
|
|
28794
28877
|
"file": {
|
|
28795
28878
|
"path": "_variables.scss",
|
|
28796
28879
|
"name": "_variables.scss"
|
|
28797
28880
|
},
|
|
28798
|
-
"resolvedValue": "
|
|
28799
|
-
"resolvedType": "
|
|
28881
|
+
"resolvedValue": "var(--kendo-elevation-2, 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14))",
|
|
28882
|
+
"resolvedType": "String"
|
|
28800
28883
|
},
|
|
28801
28884
|
{
|
|
28802
|
-
"description": "Shadow for menu, popups and raised state of button and card.\nEquivalent to material elevation
|
|
28885
|
+
"description": "Shadow for menu, popups and raised state of button and card.\nEquivalent to material elevation 3.\n",
|
|
28803
28886
|
"commentRange": {
|
|
28804
|
-
"start":
|
|
28805
|
-
"end":
|
|
28887
|
+
"start": 103,
|
|
28888
|
+
"end": 106
|
|
28806
28889
|
},
|
|
28807
28890
|
"context": {
|
|
28808
28891
|
"type": "variable",
|
|
28809
28892
|
"name": "box-shadow-depth-3",
|
|
28810
|
-
"value": "
|
|
28893
|
+
"value": "k-elevation(3)",
|
|
28811
28894
|
"scope": "default",
|
|
28812
28895
|
"line": {
|
|
28813
|
-
"start":
|
|
28814
|
-
"end":
|
|
28896
|
+
"start": 107,
|
|
28897
|
+
"end": 107
|
|
28815
28898
|
}
|
|
28816
28899
|
},
|
|
28817
28900
|
"group": [
|
|
28818
28901
|
"shadows"
|
|
28819
28902
|
],
|
|
28903
|
+
"deprecated": "Use the `$kendo-elevation` map instead.",
|
|
28820
28904
|
"access": "public",
|
|
28821
28905
|
"file": {
|
|
28822
28906
|
"path": "_variables.scss",
|
|
28823
28907
|
"name": "_variables.scss"
|
|
28824
28908
|
},
|
|
28825
|
-
"resolvedValue": "
|
|
28826
|
-
"resolvedType": "
|
|
28909
|
+
"resolvedValue": "var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14))",
|
|
28910
|
+
"resolvedType": "String"
|
|
28827
28911
|
},
|
|
28828
28912
|
{
|
|
28829
|
-
"description": "Shadow for drawers and other overlaying elements.\nEquivalent to material elevation
|
|
28913
|
+
"description": "Shadow for drawers and other overlaying elements.\nEquivalent to material elevation 4.\n",
|
|
28830
28914
|
"commentRange": {
|
|
28831
|
-
"start":
|
|
28832
|
-
"end":
|
|
28915
|
+
"start": 108,
|
|
28916
|
+
"end": 111
|
|
28833
28917
|
},
|
|
28834
28918
|
"context": {
|
|
28835
28919
|
"type": "variable",
|
|
28836
28920
|
"name": "box-shadow-depth-4",
|
|
28837
|
-
"value": "
|
|
28921
|
+
"value": "k-elevation(4)",
|
|
28838
28922
|
"scope": "default",
|
|
28839
28923
|
"line": {
|
|
28840
|
-
"start":
|
|
28841
|
-
"end":
|
|
28924
|
+
"start": 112,
|
|
28925
|
+
"end": 112
|
|
28842
28926
|
}
|
|
28843
28927
|
},
|
|
28844
28928
|
"group": [
|
|
28845
28929
|
"shadows"
|
|
28846
28930
|
],
|
|
28931
|
+
"deprecated": "Use the `$kendo-elevation` map instead.",
|
|
28847
28932
|
"access": "public",
|
|
28848
28933
|
"file": {
|
|
28849
28934
|
"path": "_variables.scss",
|
|
28850
28935
|
"name": "_variables.scss"
|
|
28851
28936
|
},
|
|
28852
|
-
"resolvedValue": "
|
|
28853
|
-
"resolvedType": "
|
|
28937
|
+
"resolvedValue": "var(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14))",
|
|
28938
|
+
"resolvedType": "String"
|
|
28854
28939
|
},
|
|
28855
28940
|
{
|
|
28856
|
-
"description": "Shadow for window and dialog.\nEquivalent to material elevation
|
|
28941
|
+
"description": "Shadow for window and dialog.\nEquivalent to material elevation 6.\n",
|
|
28857
28942
|
"commentRange": {
|
|
28858
|
-
"start":
|
|
28859
|
-
"end":
|
|
28943
|
+
"start": 113,
|
|
28944
|
+
"end": 116
|
|
28860
28945
|
},
|
|
28861
28946
|
"context": {
|
|
28862
28947
|
"type": "variable",
|
|
28863
28948
|
"name": "box-shadow-depth-5",
|
|
28864
|
-
"value": "
|
|
28949
|
+
"value": "k-elevation(5)",
|
|
28865
28950
|
"scope": "default",
|
|
28866
28951
|
"line": {
|
|
28867
|
-
"start":
|
|
28868
|
-
"end":
|
|
28952
|
+
"start": 117,
|
|
28953
|
+
"end": 117
|
|
28869
28954
|
}
|
|
28870
28955
|
},
|
|
28871
28956
|
"group": [
|
|
28872
28957
|
"shadows"
|
|
28873
28958
|
],
|
|
28959
|
+
"deprecated": "Use the `$kendo-elevation` map instead.",
|
|
28874
28960
|
"access": "public",
|
|
28875
28961
|
"file": {
|
|
28876
28962
|
"path": "_variables.scss",
|
|
28877
28963
|
"name": "_variables.scss"
|
|
28878
28964
|
},
|
|
28879
|
-
"resolvedValue": "
|
|
28880
|
-
"resolvedType": "
|
|
28965
|
+
"resolvedValue": "var(--kendo-elevation-5, 0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14))",
|
|
28966
|
+
"resolvedType": "String"
|
|
28967
|
+
},
|
|
28968
|
+
{
|
|
28969
|
+
"description": "Shadow for window and dialog.\nEquivalent to material elevation 8.\n",
|
|
28970
|
+
"commentRange": {
|
|
28971
|
+
"start": 118,
|
|
28972
|
+
"end": 121
|
|
28973
|
+
},
|
|
28974
|
+
"context": {
|
|
28975
|
+
"type": "variable",
|
|
28976
|
+
"name": "box-shadow-depth-6",
|
|
28977
|
+
"value": "k-elevation(6)",
|
|
28978
|
+
"scope": "default",
|
|
28979
|
+
"line": {
|
|
28980
|
+
"start": 122,
|
|
28981
|
+
"end": 122
|
|
28982
|
+
}
|
|
28983
|
+
},
|
|
28984
|
+
"group": [
|
|
28985
|
+
"shadows"
|
|
28986
|
+
],
|
|
28987
|
+
"deprecated": "Use the `$kendo-elevation` map instead.",
|
|
28988
|
+
"access": "public",
|
|
28989
|
+
"file": {
|
|
28990
|
+
"path": "_variables.scss",
|
|
28991
|
+
"name": "_variables.scss"
|
|
28992
|
+
},
|
|
28993
|
+
"resolvedValue": "var(--kendo-elevation-6, 0px 5px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 14px 0px rgba(0, 0, 0, 0.12), 0px 8px 10px 0px rgba(0, 0, 0, 0.14))",
|
|
28994
|
+
"resolvedType": "String"
|
|
28995
|
+
},
|
|
28996
|
+
{
|
|
28997
|
+
"description": "Shadow for window and dialog.\nEquivalent to material elevation 12.\n",
|
|
28998
|
+
"commentRange": {
|
|
28999
|
+
"start": 123,
|
|
29000
|
+
"end": 126
|
|
29001
|
+
},
|
|
29002
|
+
"context": {
|
|
29003
|
+
"type": "variable",
|
|
29004
|
+
"name": "box-shadow-depth-7",
|
|
29005
|
+
"value": "k-elevation(7)",
|
|
29006
|
+
"scope": "default",
|
|
29007
|
+
"line": {
|
|
29008
|
+
"start": 127,
|
|
29009
|
+
"end": 127
|
|
29010
|
+
}
|
|
29011
|
+
},
|
|
29012
|
+
"group": [
|
|
29013
|
+
"shadows"
|
|
29014
|
+
],
|
|
29015
|
+
"deprecated": "Use the `$kendo-elevation` map instead.",
|
|
29016
|
+
"access": "public",
|
|
29017
|
+
"file": {
|
|
29018
|
+
"path": "_variables.scss",
|
|
29019
|
+
"name": "_variables.scss"
|
|
29020
|
+
},
|
|
29021
|
+
"resolvedValue": "var(--kendo-elevation-7, 0px 7px 8px 0px rgba(0, 0, 0, 0.2), 0px 5px 22px 0px rgba(0, 0, 0, 0.12), 0px 12px 17px 0px rgba(0, 0, 0, 0.14))",
|
|
29022
|
+
"resolvedType": "String"
|
|
29023
|
+
},
|
|
29024
|
+
{
|
|
29025
|
+
"description": "Shadow for window and dialog.\nEquivalent to material elevation 16.\n",
|
|
29026
|
+
"commentRange": {
|
|
29027
|
+
"start": 128,
|
|
29028
|
+
"end": 131
|
|
29029
|
+
},
|
|
29030
|
+
"context": {
|
|
29031
|
+
"type": "variable",
|
|
29032
|
+
"name": "box-shadow-depth-8",
|
|
29033
|
+
"value": "k-elevation(8)",
|
|
29034
|
+
"scope": "default",
|
|
29035
|
+
"line": {
|
|
29036
|
+
"start": 132,
|
|
29037
|
+
"end": 132
|
|
29038
|
+
}
|
|
29039
|
+
},
|
|
29040
|
+
"group": [
|
|
29041
|
+
"shadows"
|
|
29042
|
+
],
|
|
29043
|
+
"deprecated": "Use the `$kendo-elevation` map instead.",
|
|
29044
|
+
"access": "public",
|
|
29045
|
+
"file": {
|
|
29046
|
+
"path": "_variables.scss",
|
|
29047
|
+
"name": "_variables.scss"
|
|
29048
|
+
},
|
|
29049
|
+
"resolvedValue": "var(--kendo-elevation-8, 0px 8px 10px rgba(0, 0, 0, 0.2), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 16px 24px rgba(0, 0, 0, 0.14))",
|
|
29050
|
+
"resolvedType": "String"
|
|
29051
|
+
},
|
|
29052
|
+
{
|
|
29053
|
+
"description": "Shadow for window and dialog.\nEquivalent to material elevation 24.\n",
|
|
29054
|
+
"commentRange": {
|
|
29055
|
+
"start": 133,
|
|
29056
|
+
"end": 136
|
|
29057
|
+
},
|
|
29058
|
+
"context": {
|
|
29059
|
+
"type": "variable",
|
|
29060
|
+
"name": "box-shadow-depth-9",
|
|
29061
|
+
"value": "k-elevation(9)",
|
|
29062
|
+
"scope": "default",
|
|
29063
|
+
"line": {
|
|
29064
|
+
"start": 137,
|
|
29065
|
+
"end": 137
|
|
29066
|
+
}
|
|
29067
|
+
},
|
|
29068
|
+
"group": [
|
|
29069
|
+
"shadows"
|
|
29070
|
+
],
|
|
29071
|
+
"deprecated": "Use the `$kendo-elevation` map instead.",
|
|
29072
|
+
"access": "public",
|
|
29073
|
+
"file": {
|
|
29074
|
+
"path": "_variables.scss",
|
|
29075
|
+
"name": "_variables.scss"
|
|
29076
|
+
},
|
|
29077
|
+
"resolvedValue": "var(--kendo-elevation-9, 0px 11px 15px rgba(0, 0, 0, 0.2), 0px 9px 46px rgba(0, 0, 0, 0.12), 0px 24px 38px rgba(0, 0, 0, 0.14))",
|
|
29078
|
+
"resolvedType": "String"
|
|
28881
29079
|
},
|
|
28882
29080
|
{
|
|
28883
29081
|
"description": "The focus shadow of the SplitButton.\n",
|
|
@@ -32440,8 +32638,8 @@
|
|
|
32440
32638
|
"path": "tilelayout/_variables.scss",
|
|
32441
32639
|
"name": "_variables.scss"
|
|
32442
32640
|
},
|
|
32443
|
-
"resolvedValue": "
|
|
32444
|
-
"resolvedType": "
|
|
32641
|
+
"resolvedValue": "var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14))",
|
|
32642
|
+
"resolvedType": "String"
|
|
32445
32643
|
},
|
|
32446
32644
|
{
|
|
32447
32645
|
"description": "The width of the border around the TileLayout hint.\n",
|
|
@@ -33127,7 +33325,7 @@
|
|
|
33127
33325
|
"context": {
|
|
33128
33326
|
"type": "variable",
|
|
33129
33327
|
"name": "kendo-toolbar-shadow",
|
|
33130
|
-
"value": "$box-shadow-depth-
|
|
33328
|
+
"value": "$box-shadow-depth-4",
|
|
33131
33329
|
"scope": "default",
|
|
33132
33330
|
"line": {
|
|
33133
33331
|
"start": 73,
|
|
@@ -33142,8 +33340,8 @@
|
|
|
33142
33340
|
"path": "toolbar/_variables.scss",
|
|
33143
33341
|
"name": "_variables.scss"
|
|
33144
33342
|
},
|
|
33145
|
-
"resolvedValue": "
|
|
33146
|
-
"resolvedType": "
|
|
33343
|
+
"resolvedValue": "var(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14))",
|
|
33344
|
+
"resolvedType": "String"
|
|
33147
33345
|
},
|
|
33148
33346
|
{
|
|
33149
33347
|
"description": "The color of the separator border of the Toolbar.\n",
|
|
@@ -34606,8 +34804,8 @@
|
|
|
34606
34804
|
{
|
|
34607
34805
|
"description": "Base font size across all components.\n",
|
|
34608
34806
|
"commentRange": {
|
|
34609
|
-
"start":
|
|
34610
|
-
"end":
|
|
34807
|
+
"start": 289,
|
|
34808
|
+
"end": 290
|
|
34611
34809
|
},
|
|
34612
34810
|
"context": {
|
|
34613
34811
|
"type": "variable",
|
|
@@ -34615,8 +34813,8 @@
|
|
|
34615
34813
|
"value": "14px",
|
|
34616
34814
|
"scope": "default",
|
|
34617
34815
|
"line": {
|
|
34618
|
-
"start":
|
|
34619
|
-
"end":
|
|
34816
|
+
"start": 291,
|
|
34817
|
+
"end": 291
|
|
34620
34818
|
}
|
|
34621
34819
|
},
|
|
34622
34820
|
"group": [
|
|
@@ -34633,8 +34831,8 @@
|
|
|
34633
34831
|
{
|
|
34634
34832
|
"description": "Font family for text.\n",
|
|
34635
34833
|
"commentRange": {
|
|
34636
|
-
"start":
|
|
34637
|
-
"end":
|
|
34834
|
+
"start": 306,
|
|
34835
|
+
"end": 307
|
|
34638
34836
|
},
|
|
34639
34837
|
"context": {
|
|
34640
34838
|
"type": "variable",
|
|
@@ -34642,8 +34840,8 @@
|
|
|
34642
34840
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
34643
34841
|
"scope": "default",
|
|
34644
34842
|
"line": {
|
|
34645
|
-
"start":
|
|
34646
|
-
"end":
|
|
34843
|
+
"start": 308,
|
|
34844
|
+
"end": 308
|
|
34647
34845
|
}
|
|
34648
34846
|
},
|
|
34649
34847
|
"group": [
|
|
@@ -34660,8 +34858,8 @@
|
|
|
34660
34858
|
{
|
|
34661
34859
|
"description": "Font family across all components.\n",
|
|
34662
34860
|
"commentRange": {
|
|
34663
|
-
"start":
|
|
34664
|
-
"end":
|
|
34861
|
+
"start": 310,
|
|
34862
|
+
"end": 311
|
|
34665
34863
|
},
|
|
34666
34864
|
"context": {
|
|
34667
34865
|
"type": "variable",
|
|
@@ -34669,8 +34867,8 @@
|
|
|
34669
34867
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
34670
34868
|
"scope": "default",
|
|
34671
34869
|
"line": {
|
|
34672
|
-
"start":
|
|
34673
|
-
"end":
|
|
34870
|
+
"start": 312,
|
|
34871
|
+
"end": 312
|
|
34674
34872
|
}
|
|
34675
34873
|
},
|
|
34676
34874
|
"group": [
|
|
@@ -34687,8 +34885,8 @@
|
|
|
34687
34885
|
{
|
|
34688
34886
|
"description": "Font family for monospaced text. Used for styling the code.\n",
|
|
34689
34887
|
"commentRange": {
|
|
34690
|
-
"start":
|
|
34691
|
-
"end":
|
|
34888
|
+
"start": 314,
|
|
34889
|
+
"end": 315
|
|
34692
34890
|
},
|
|
34693
34891
|
"context": {
|
|
34694
34892
|
"type": "variable",
|
|
@@ -34696,8 +34894,8 @@
|
|
|
34696
34894
|
"value": "Consolas, \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace",
|
|
34697
34895
|
"scope": "default",
|
|
34698
34896
|
"line": {
|
|
34699
|
-
"start":
|
|
34700
|
-
"end":
|
|
34897
|
+
"start": 316,
|
|
34898
|
+
"end": 316
|
|
34701
34899
|
}
|
|
34702
34900
|
},
|
|
34703
34901
|
"group": [
|
|
@@ -34714,8 +34912,8 @@
|
|
|
34714
34912
|
{
|
|
34715
34913
|
"description": "Font family across all components.\n",
|
|
34716
34914
|
"commentRange": {
|
|
34717
|
-
"start":
|
|
34718
|
-
"end":
|
|
34915
|
+
"start": 318,
|
|
34916
|
+
"end": 319
|
|
34719
34917
|
},
|
|
34720
34918
|
"context": {
|
|
34721
34919
|
"type": "variable",
|
|
@@ -34723,8 +34921,8 @@
|
|
|
34723
34921
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
34724
34922
|
"scope": "default",
|
|
34725
34923
|
"line": {
|
|
34726
|
-
"start":
|
|
34727
|
-
"end":
|
|
34924
|
+
"start": 320,
|
|
34925
|
+
"end": 320
|
|
34728
34926
|
}
|
|
34729
34927
|
},
|
|
34730
34928
|
"group": [
|
|
@@ -34741,8 +34939,8 @@
|
|
|
34741
34939
|
{
|
|
34742
34940
|
"description": "Line height used along with $kendo-font-size.\n",
|
|
34743
34941
|
"commentRange": {
|
|
34744
|
-
"start":
|
|
34745
|
-
"end":
|
|
34942
|
+
"start": 322,
|
|
34943
|
+
"end": 323
|
|
34746
34944
|
},
|
|
34747
34945
|
"context": {
|
|
34748
34946
|
"type": "variable",
|
|
@@ -34750,8 +34948,8 @@
|
|
|
34750
34948
|
"value": "k-math-div( 28, 14 )",
|
|
34751
34949
|
"scope": "default",
|
|
34752
34950
|
"line": {
|
|
34753
|
-
"start":
|
|
34754
|
-
"end":
|
|
34951
|
+
"start": 324,
|
|
34952
|
+
"end": 324
|
|
34755
34953
|
}
|
|
34756
34954
|
},
|
|
34757
34955
|
"group": [
|
|
@@ -34768,8 +34966,8 @@
|
|
|
34768
34966
|
{
|
|
34769
34967
|
"description": "Border radius for all components.\n",
|
|
34770
34968
|
"commentRange": {
|
|
34771
|
-
"start":
|
|
34772
|
-
"end":
|
|
34969
|
+
"start": 164,
|
|
34970
|
+
"end": 164
|
|
34773
34971
|
},
|
|
34774
34972
|
"context": {
|
|
34775
34973
|
"type": "variable",
|
|
@@ -34777,8 +34975,8 @@
|
|
|
34777
34975
|
"value": "k-map-get( $kendo-spacing, 1 )",
|
|
34778
34976
|
"scope": "default",
|
|
34779
34977
|
"line": {
|
|
34780
|
-
"start":
|
|
34781
|
-
"end":
|
|
34978
|
+
"start": 165,
|
|
34979
|
+
"end": 165
|
|
34782
34980
|
}
|
|
34783
34981
|
},
|
|
34784
34982
|
"access": "public",
|
|
@@ -34795,8 +34993,8 @@
|
|
|
34795
34993
|
{
|
|
34796
34994
|
"description": "The background of the components' chrome area.\n",
|
|
34797
34995
|
"commentRange": {
|
|
34798
|
-
"start":
|
|
34799
|
-
"end":
|
|
34996
|
+
"start": 376,
|
|
34997
|
+
"end": 376
|
|
34800
34998
|
},
|
|
34801
34999
|
"context": {
|
|
34802
35000
|
"type": "variable",
|
|
@@ -34804,8 +35002,8 @@
|
|
|
34804
35002
|
"value": "k-map-get( $theme, base-bg )",
|
|
34805
35003
|
"scope": "default",
|
|
34806
35004
|
"line": {
|
|
34807
|
-
"start":
|
|
34808
|
-
"end":
|
|
35005
|
+
"start": 377,
|
|
35006
|
+
"end": 377
|
|
34809
35007
|
}
|
|
34810
35008
|
},
|
|
34811
35009
|
"access": "public",
|
|
@@ -34822,8 +35020,8 @@
|
|
|
34822
35020
|
{
|
|
34823
35021
|
"description": "The text color of the components' chrome area.\n",
|
|
34824
35022
|
"commentRange": {
|
|
34825
|
-
"start":
|
|
34826
|
-
"end":
|
|
35023
|
+
"start": 378,
|
|
35024
|
+
"end": 378
|
|
34827
35025
|
},
|
|
34828
35026
|
"context": {
|
|
34829
35027
|
"type": "variable",
|
|
@@ -34831,8 +35029,8 @@
|
|
|
34831
35029
|
"value": "k-map-get( $theme, component-text )",
|
|
34832
35030
|
"scope": "default",
|
|
34833
35031
|
"line": {
|
|
34834
|
-
"start":
|
|
34835
|
-
"end":
|
|
35032
|
+
"start": 379,
|
|
35033
|
+
"end": 379
|
|
34836
35034
|
}
|
|
34837
35035
|
},
|
|
34838
35036
|
"access": "public",
|
|
@@ -34849,8 +35047,8 @@
|
|
|
34849
35047
|
{
|
|
34850
35048
|
"description": "The border of the components' chrome area.\n",
|
|
34851
35049
|
"commentRange": {
|
|
34852
|
-
"start":
|
|
34853
|
-
"end":
|
|
35050
|
+
"start": 380,
|
|
35051
|
+
"end": 380
|
|
34854
35052
|
},
|
|
34855
35053
|
"context": {
|
|
34856
35054
|
"type": "variable",
|
|
@@ -34858,8 +35056,8 @@
|
|
|
34858
35056
|
"value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )",
|
|
34859
35057
|
"scope": "default",
|
|
34860
35058
|
"line": {
|
|
34861
|
-
"start":
|
|
34862
|
-
"end":
|
|
35059
|
+
"start": 381,
|
|
35060
|
+
"end": 381
|
|
34863
35061
|
}
|
|
34864
35062
|
},
|
|
34865
35063
|
"access": "public",
|
|
@@ -34876,8 +35074,8 @@
|
|
|
34876
35074
|
{
|
|
34877
35075
|
"description": "The gradient background of the components' chrome area.\n",
|
|
34878
35076
|
"commentRange": {
|
|
34879
|
-
"start":
|
|
34880
|
-
"end":
|
|
35077
|
+
"start": 382,
|
|
35078
|
+
"end": 382
|
|
34881
35079
|
},
|
|
34882
35080
|
"context": {
|
|
34883
35081
|
"type": "variable",
|
|
@@ -34885,8 +35083,8 @@
|
|
|
34885
35083
|
"value": "null",
|
|
34886
35084
|
"scope": "default",
|
|
34887
35085
|
"line": {
|
|
34888
|
-
"start":
|
|
34889
|
-
"end":
|
|
35086
|
+
"start": 383,
|
|
35087
|
+
"end": 383
|
|
34890
35088
|
}
|
|
34891
35089
|
},
|
|
34892
35090
|
"access": "public",
|
|
@@ -34903,8 +35101,8 @@
|
|
|
34903
35101
|
{
|
|
34904
35102
|
"description": "The background of hovered items.\n",
|
|
34905
35103
|
"commentRange": {
|
|
34906
|
-
"start":
|
|
34907
|
-
"end":
|
|
35104
|
+
"start": 385,
|
|
35105
|
+
"end": 385
|
|
34908
35106
|
},
|
|
34909
35107
|
"context": {
|
|
34910
35108
|
"type": "variable",
|
|
@@ -34912,8 +35110,8 @@
|
|
|
34912
35110
|
"value": "k-map-get( $theme, hover-bg )",
|
|
34913
35111
|
"scope": "default",
|
|
34914
35112
|
"line": {
|
|
34915
|
-
"start":
|
|
34916
|
-
"end":
|
|
35113
|
+
"start": 386,
|
|
35114
|
+
"end": 386
|
|
34917
35115
|
}
|
|
34918
35116
|
},
|
|
34919
35117
|
"access": "public",
|
|
@@ -34930,8 +35128,8 @@
|
|
|
34930
35128
|
{
|
|
34931
35129
|
"description": "The text color of hovered items.\n",
|
|
34932
35130
|
"commentRange": {
|
|
34933
|
-
"start":
|
|
34934
|
-
"end":
|
|
35131
|
+
"start": 387,
|
|
35132
|
+
"end": 387
|
|
34935
35133
|
},
|
|
34936
35134
|
"context": {
|
|
34937
35135
|
"type": "variable",
|
|
@@ -34939,8 +35137,8 @@
|
|
|
34939
35137
|
"value": "$kendo-base-text",
|
|
34940
35138
|
"scope": "default",
|
|
34941
35139
|
"line": {
|
|
34942
|
-
"start":
|
|
34943
|
-
"end":
|
|
35140
|
+
"start": 388,
|
|
35141
|
+
"end": 388
|
|
34944
35142
|
}
|
|
34945
35143
|
},
|
|
34946
35144
|
"access": "public",
|
|
@@ -34957,8 +35155,8 @@
|
|
|
34957
35155
|
{
|
|
34958
35156
|
"description": "The border color of hovered items.\n",
|
|
34959
35157
|
"commentRange": {
|
|
34960
|
-
"start":
|
|
34961
|
-
"end":
|
|
35158
|
+
"start": 389,
|
|
35159
|
+
"end": 389
|
|
34962
35160
|
},
|
|
34963
35161
|
"context": {
|
|
34964
35162
|
"type": "variable",
|
|
@@ -34966,8 +35164,8 @@
|
|
|
34966
35164
|
"value": "rgba( $kendo-base-border, .15 )",
|
|
34967
35165
|
"scope": "default",
|
|
34968
35166
|
"line": {
|
|
34969
|
-
"start":
|
|
34970
|
-
"end":
|
|
35167
|
+
"start": 390,
|
|
35168
|
+
"end": 390
|
|
34971
35169
|
}
|
|
34972
35170
|
},
|
|
34973
35171
|
"access": "public",
|
|
@@ -34984,8 +35182,8 @@
|
|
|
34984
35182
|
{
|
|
34985
35183
|
"description": "The gradient background of hovered items.\n",
|
|
34986
35184
|
"commentRange": {
|
|
34987
|
-
"start":
|
|
34988
|
-
"end":
|
|
35185
|
+
"start": 391,
|
|
35186
|
+
"end": 391
|
|
34989
35187
|
},
|
|
34990
35188
|
"context": {
|
|
34991
35189
|
"type": "variable",
|
|
@@ -34993,8 +35191,8 @@
|
|
|
34993
35191
|
"value": "null",
|
|
34994
35192
|
"scope": "default",
|
|
34995
35193
|
"line": {
|
|
34996
|
-
"start":
|
|
34997
|
-
"end":
|
|
35194
|
+
"start": 392,
|
|
35195
|
+
"end": 392
|
|
34998
35196
|
}
|
|
34999
35197
|
},
|
|
35000
35198
|
"access": "public",
|
|
@@ -35011,8 +35209,8 @@
|
|
|
35011
35209
|
{
|
|
35012
35210
|
"description": "The background of selected items.\n",
|
|
35013
35211
|
"commentRange": {
|
|
35014
|
-
"start":
|
|
35015
|
-
"end":
|
|
35212
|
+
"start": 394,
|
|
35213
|
+
"end": 394
|
|
35016
35214
|
},
|
|
35017
35215
|
"context": {
|
|
35018
35216
|
"type": "variable",
|
|
@@ -35020,8 +35218,8 @@
|
|
|
35020
35218
|
"value": "$kendo-color-secondary",
|
|
35021
35219
|
"scope": "default",
|
|
35022
35220
|
"line": {
|
|
35023
|
-
"start":
|
|
35024
|
-
"end":
|
|
35221
|
+
"start": 395,
|
|
35222
|
+
"end": 395
|
|
35025
35223
|
}
|
|
35026
35224
|
},
|
|
35027
35225
|
"access": "public",
|
|
@@ -35038,8 +35236,8 @@
|
|
|
35038
35236
|
{
|
|
35039
35237
|
"description": "The text color of selected items.\n",
|
|
35040
35238
|
"commentRange": {
|
|
35041
|
-
"start":
|
|
35042
|
-
"end":
|
|
35239
|
+
"start": 396,
|
|
35240
|
+
"end": 396
|
|
35043
35241
|
},
|
|
35044
35242
|
"context": {
|
|
35045
35243
|
"type": "variable",
|
|
@@ -35047,8 +35245,8 @@
|
|
|
35047
35245
|
"value": "$kendo-color-secondary-contrast",
|
|
35048
35246
|
"scope": "default",
|
|
35049
35247
|
"line": {
|
|
35050
|
-
"start":
|
|
35051
|
-
"end":
|
|
35248
|
+
"start": 397,
|
|
35249
|
+
"end": 397
|
|
35052
35250
|
}
|
|
35053
35251
|
},
|
|
35054
35252
|
"access": "public",
|
|
@@ -35065,8 +35263,8 @@
|
|
|
35065
35263
|
{
|
|
35066
35264
|
"description": "The border color of selected items.\n",
|
|
35067
35265
|
"commentRange": {
|
|
35068
|
-
"start":
|
|
35069
|
-
"end":
|
|
35266
|
+
"start": 398,
|
|
35267
|
+
"end": 398
|
|
35070
35268
|
},
|
|
35071
35269
|
"context": {
|
|
35072
35270
|
"type": "variable",
|
|
@@ -35074,8 +35272,8 @@
|
|
|
35074
35272
|
"value": "rgba( $kendo-base-border, .1 )",
|
|
35075
35273
|
"scope": "default",
|
|
35076
35274
|
"line": {
|
|
35077
|
-
"start":
|
|
35078
|
-
"end":
|
|
35275
|
+
"start": 399,
|
|
35276
|
+
"end": 399
|
|
35079
35277
|
}
|
|
35080
35278
|
},
|
|
35081
35279
|
"access": "public",
|
|
@@ -35092,8 +35290,8 @@
|
|
|
35092
35290
|
{
|
|
35093
35291
|
"description": "The gradient background of selected items.\n",
|
|
35094
35292
|
"commentRange": {
|
|
35095
|
-
"start":
|
|
35096
|
-
"end":
|
|
35293
|
+
"start": 400,
|
|
35294
|
+
"end": 400
|
|
35097
35295
|
},
|
|
35098
35296
|
"context": {
|
|
35099
35297
|
"type": "variable",
|
|
@@ -35101,8 +35299,8 @@
|
|
|
35101
35299
|
"value": "null",
|
|
35102
35300
|
"scope": "default",
|
|
35103
35301
|
"line": {
|
|
35104
|
-
"start":
|
|
35105
|
-
"end":
|
|
35302
|
+
"start": 401,
|
|
35303
|
+
"end": 401
|
|
35106
35304
|
}
|
|
35107
35305
|
},
|
|
35108
35306
|
"access": "public",
|
|
@@ -36529,7 +36727,7 @@
|
|
|
36529
36727
|
"context": {
|
|
36530
36728
|
"type": "variable",
|
|
36531
36729
|
"name": "kendo-window-shadow",
|
|
36532
|
-
"value": "$box-shadow-depth-
|
|
36730
|
+
"value": "$box-shadow-depth-8",
|
|
36533
36731
|
"scope": "default",
|
|
36534
36732
|
"line": {
|
|
36535
36733
|
"start": 79,
|
|
@@ -36544,8 +36742,8 @@
|
|
|
36544
36742
|
"path": "window/_variables.scss",
|
|
36545
36743
|
"name": "_variables.scss"
|
|
36546
36744
|
},
|
|
36547
|
-
"resolvedValue": "
|
|
36548
|
-
"resolvedType": "
|
|
36745
|
+
"resolvedValue": "var(--kendo-elevation-8, 0px 8px 10px rgba(0, 0, 0, 0.2), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 16px 24px rgba(0, 0, 0, 0.14))",
|
|
36746
|
+
"resolvedType": "String"
|
|
36549
36747
|
},
|
|
36550
36748
|
{
|
|
36551
36749
|
"description": "The box shadow of the focused Window.\n",
|
|
@@ -36556,7 +36754,7 @@
|
|
|
36556
36754
|
"context": {
|
|
36557
36755
|
"type": "variable",
|
|
36558
36756
|
"name": "kendo-window-focus-shadow",
|
|
36559
|
-
"value": "$box-shadow-depth-
|
|
36757
|
+
"value": "$box-shadow-depth-9",
|
|
36560
36758
|
"scope": "default",
|
|
36561
36759
|
"line": {
|
|
36562
36760
|
"start": 82,
|
|
@@ -36571,8 +36769,8 @@
|
|
|
36571
36769
|
"path": "window/_variables.scss",
|
|
36572
36770
|
"name": "_variables.scss"
|
|
36573
36771
|
},
|
|
36574
|
-
"resolvedValue": "
|
|
36575
|
-
"resolvedType": "
|
|
36772
|
+
"resolvedValue": "var(--kendo-elevation-9, 0px 11px 15px rgba(0, 0, 0, 0.2), 0px 9px 46px rgba(0, 0, 0, 0.12), 0px 24px 38px rgba(0, 0, 0, 0.14))",
|
|
36773
|
+
"resolvedType": "String"
|
|
36576
36774
|
},
|
|
36577
36775
|
{
|
|
36578
36776
|
"description": "The background color of the Window titlebar.\n",
|
|
@@ -36749,8 +36947,8 @@
|
|
|
36749
36947
|
{
|
|
36750
36948
|
"description": "Border radius for all components.\n",
|
|
36751
36949
|
"commentRange": {
|
|
36752
|
-
"start":
|
|
36753
|
-
"end":
|
|
36950
|
+
"start": 164,
|
|
36951
|
+
"end": 164
|
|
36754
36952
|
},
|
|
36755
36953
|
"context": {
|
|
36756
36954
|
"type": "variable",
|
|
@@ -36758,8 +36956,8 @@
|
|
|
36758
36956
|
"value": "k-map-get( $kendo-spacing, 1 )",
|
|
36759
36957
|
"scope": "default",
|
|
36760
36958
|
"line": {
|
|
36761
|
-
"start":
|
|
36762
|
-
"end":
|
|
36959
|
+
"start": 165,
|
|
36960
|
+
"end": 165
|
|
36763
36961
|
}
|
|
36764
36962
|
},
|
|
36765
36963
|
"access": "public",
|
|
@@ -36776,8 +36974,8 @@
|
|
|
36776
36974
|
{
|
|
36777
36975
|
"description": "The background of the components' chrome area.\n",
|
|
36778
36976
|
"commentRange": {
|
|
36779
|
-
"start":
|
|
36780
|
-
"end":
|
|
36977
|
+
"start": 376,
|
|
36978
|
+
"end": 376
|
|
36781
36979
|
},
|
|
36782
36980
|
"context": {
|
|
36783
36981
|
"type": "variable",
|
|
@@ -36785,8 +36983,8 @@
|
|
|
36785
36983
|
"value": "k-map-get( $theme, base-bg )",
|
|
36786
36984
|
"scope": "default",
|
|
36787
36985
|
"line": {
|
|
36788
|
-
"start":
|
|
36789
|
-
"end":
|
|
36986
|
+
"start": 377,
|
|
36987
|
+
"end": 377
|
|
36790
36988
|
}
|
|
36791
36989
|
},
|
|
36792
36990
|
"access": "public",
|
|
@@ -36803,8 +37001,8 @@
|
|
|
36803
37001
|
{
|
|
36804
37002
|
"description": "The text color of the components' chrome area.\n",
|
|
36805
37003
|
"commentRange": {
|
|
36806
|
-
"start":
|
|
36807
|
-
"end":
|
|
37004
|
+
"start": 378,
|
|
37005
|
+
"end": 378
|
|
36808
37006
|
},
|
|
36809
37007
|
"context": {
|
|
36810
37008
|
"type": "variable",
|
|
@@ -36812,8 +37010,8 @@
|
|
|
36812
37010
|
"value": "k-map-get( $theme, component-text )",
|
|
36813
37011
|
"scope": "default",
|
|
36814
37012
|
"line": {
|
|
36815
|
-
"start":
|
|
36816
|
-
"end":
|
|
37013
|
+
"start": 379,
|
|
37014
|
+
"end": 379
|
|
36817
37015
|
}
|
|
36818
37016
|
},
|
|
36819
37017
|
"access": "public",
|
|
@@ -36830,8 +37028,8 @@
|
|
|
36830
37028
|
{
|
|
36831
37029
|
"description": "The border of the components' chrome area.\n",
|
|
36832
37030
|
"commentRange": {
|
|
36833
|
-
"start":
|
|
36834
|
-
"end":
|
|
37031
|
+
"start": 380,
|
|
37032
|
+
"end": 380
|
|
36835
37033
|
},
|
|
36836
37034
|
"context": {
|
|
36837
37035
|
"type": "variable",
|
|
@@ -36839,8 +37037,8 @@
|
|
|
36839
37037
|
"value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )",
|
|
36840
37038
|
"scope": "default",
|
|
36841
37039
|
"line": {
|
|
36842
|
-
"start":
|
|
36843
|
-
"end":
|
|
37040
|
+
"start": 381,
|
|
37041
|
+
"end": 381
|
|
36844
37042
|
}
|
|
36845
37043
|
},
|
|
36846
37044
|
"access": "public",
|
|
@@ -36857,8 +37055,8 @@
|
|
|
36857
37055
|
{
|
|
36858
37056
|
"description": "The gradient background of the components' chrome area.\n",
|
|
36859
37057
|
"commentRange": {
|
|
36860
|
-
"start":
|
|
36861
|
-
"end":
|
|
37058
|
+
"start": 382,
|
|
37059
|
+
"end": 382
|
|
36862
37060
|
},
|
|
36863
37061
|
"context": {
|
|
36864
37062
|
"type": "variable",
|
|
@@ -36866,8 +37064,8 @@
|
|
|
36866
37064
|
"value": "null",
|
|
36867
37065
|
"scope": "default",
|
|
36868
37066
|
"line": {
|
|
36869
|
-
"start":
|
|
36870
|
-
"end":
|
|
37067
|
+
"start": 383,
|
|
37068
|
+
"end": 383
|
|
36871
37069
|
}
|
|
36872
37070
|
},
|
|
36873
37071
|
"access": "public",
|
|
@@ -36884,8 +37082,8 @@
|
|
|
36884
37082
|
{
|
|
36885
37083
|
"description": "The background of hovered items.\n",
|
|
36886
37084
|
"commentRange": {
|
|
36887
|
-
"start":
|
|
36888
|
-
"end":
|
|
37085
|
+
"start": 385,
|
|
37086
|
+
"end": 385
|
|
36889
37087
|
},
|
|
36890
37088
|
"context": {
|
|
36891
37089
|
"type": "variable",
|
|
@@ -36893,8 +37091,8 @@
|
|
|
36893
37091
|
"value": "k-map-get( $theme, hover-bg )",
|
|
36894
37092
|
"scope": "default",
|
|
36895
37093
|
"line": {
|
|
36896
|
-
"start":
|
|
36897
|
-
"end":
|
|
37094
|
+
"start": 386,
|
|
37095
|
+
"end": 386
|
|
36898
37096
|
}
|
|
36899
37097
|
},
|
|
36900
37098
|
"access": "public",
|
|
@@ -36911,8 +37109,8 @@
|
|
|
36911
37109
|
{
|
|
36912
37110
|
"description": "The text color of hovered items.\n",
|
|
36913
37111
|
"commentRange": {
|
|
36914
|
-
"start":
|
|
36915
|
-
"end":
|
|
37112
|
+
"start": 387,
|
|
37113
|
+
"end": 387
|
|
36916
37114
|
},
|
|
36917
37115
|
"context": {
|
|
36918
37116
|
"type": "variable",
|
|
@@ -36920,8 +37118,8 @@
|
|
|
36920
37118
|
"value": "$kendo-base-text",
|
|
36921
37119
|
"scope": "default",
|
|
36922
37120
|
"line": {
|
|
36923
|
-
"start":
|
|
36924
|
-
"end":
|
|
37121
|
+
"start": 388,
|
|
37122
|
+
"end": 388
|
|
36925
37123
|
}
|
|
36926
37124
|
},
|
|
36927
37125
|
"access": "public",
|
|
@@ -36938,8 +37136,8 @@
|
|
|
36938
37136
|
{
|
|
36939
37137
|
"description": "The border color of hovered items.\n",
|
|
36940
37138
|
"commentRange": {
|
|
36941
|
-
"start":
|
|
36942
|
-
"end":
|
|
37139
|
+
"start": 389,
|
|
37140
|
+
"end": 389
|
|
36943
37141
|
},
|
|
36944
37142
|
"context": {
|
|
36945
37143
|
"type": "variable",
|
|
@@ -36947,8 +37145,8 @@
|
|
|
36947
37145
|
"value": "rgba( $kendo-base-border, .15 )",
|
|
36948
37146
|
"scope": "default",
|
|
36949
37147
|
"line": {
|
|
36950
|
-
"start":
|
|
36951
|
-
"end":
|
|
37148
|
+
"start": 390,
|
|
37149
|
+
"end": 390
|
|
36952
37150
|
}
|
|
36953
37151
|
},
|
|
36954
37152
|
"access": "public",
|
|
@@ -36965,8 +37163,8 @@
|
|
|
36965
37163
|
{
|
|
36966
37164
|
"description": "The gradient background of hovered items.\n",
|
|
36967
37165
|
"commentRange": {
|
|
36968
|
-
"start":
|
|
36969
|
-
"end":
|
|
37166
|
+
"start": 391,
|
|
37167
|
+
"end": 391
|
|
36970
37168
|
},
|
|
36971
37169
|
"context": {
|
|
36972
37170
|
"type": "variable",
|
|
@@ -36974,8 +37172,8 @@
|
|
|
36974
37172
|
"value": "null",
|
|
36975
37173
|
"scope": "default",
|
|
36976
37174
|
"line": {
|
|
36977
|
-
"start":
|
|
36978
|
-
"end":
|
|
37175
|
+
"start": 392,
|
|
37176
|
+
"end": 392
|
|
36979
37177
|
}
|
|
36980
37178
|
},
|
|
36981
37179
|
"access": "public",
|
|
@@ -36992,8 +37190,8 @@
|
|
|
36992
37190
|
{
|
|
36993
37191
|
"description": "The background of selected items.\n",
|
|
36994
37192
|
"commentRange": {
|
|
36995
|
-
"start":
|
|
36996
|
-
"end":
|
|
37193
|
+
"start": 394,
|
|
37194
|
+
"end": 394
|
|
36997
37195
|
},
|
|
36998
37196
|
"context": {
|
|
36999
37197
|
"type": "variable",
|
|
@@ -37001,8 +37199,8 @@
|
|
|
37001
37199
|
"value": "$kendo-color-secondary",
|
|
37002
37200
|
"scope": "default",
|
|
37003
37201
|
"line": {
|
|
37004
|
-
"start":
|
|
37005
|
-
"end":
|
|
37202
|
+
"start": 395,
|
|
37203
|
+
"end": 395
|
|
37006
37204
|
}
|
|
37007
37205
|
},
|
|
37008
37206
|
"access": "public",
|
|
@@ -37019,8 +37217,8 @@
|
|
|
37019
37217
|
{
|
|
37020
37218
|
"description": "The text color of selected items.\n",
|
|
37021
37219
|
"commentRange": {
|
|
37022
|
-
"start":
|
|
37023
|
-
"end":
|
|
37220
|
+
"start": 396,
|
|
37221
|
+
"end": 396
|
|
37024
37222
|
},
|
|
37025
37223
|
"context": {
|
|
37026
37224
|
"type": "variable",
|
|
@@ -37028,8 +37226,8 @@
|
|
|
37028
37226
|
"value": "$kendo-color-secondary-contrast",
|
|
37029
37227
|
"scope": "default",
|
|
37030
37228
|
"line": {
|
|
37031
|
-
"start":
|
|
37032
|
-
"end":
|
|
37229
|
+
"start": 397,
|
|
37230
|
+
"end": 397
|
|
37033
37231
|
}
|
|
37034
37232
|
},
|
|
37035
37233
|
"access": "public",
|
|
@@ -37046,8 +37244,8 @@
|
|
|
37046
37244
|
{
|
|
37047
37245
|
"description": "The border color of selected items.\n",
|
|
37048
37246
|
"commentRange": {
|
|
37049
|
-
"start":
|
|
37050
|
-
"end":
|
|
37247
|
+
"start": 398,
|
|
37248
|
+
"end": 398
|
|
37051
37249
|
},
|
|
37052
37250
|
"context": {
|
|
37053
37251
|
"type": "variable",
|
|
@@ -37055,8 +37253,8 @@
|
|
|
37055
37253
|
"value": "rgba( $kendo-base-border, .1 )",
|
|
37056
37254
|
"scope": "default",
|
|
37057
37255
|
"line": {
|
|
37058
|
-
"start":
|
|
37059
|
-
"end":
|
|
37256
|
+
"start": 399,
|
|
37257
|
+
"end": 399
|
|
37060
37258
|
}
|
|
37061
37259
|
},
|
|
37062
37260
|
"access": "public",
|
|
@@ -37073,8 +37271,8 @@
|
|
|
37073
37271
|
{
|
|
37074
37272
|
"description": "The gradient background of selected items.\n",
|
|
37075
37273
|
"commentRange": {
|
|
37076
|
-
"start":
|
|
37077
|
-
"end":
|
|
37274
|
+
"start": 400,
|
|
37275
|
+
"end": 400
|
|
37078
37276
|
},
|
|
37079
37277
|
"context": {
|
|
37080
37278
|
"type": "variable",
|
|
@@ -37082,8 +37280,8 @@
|
|
|
37082
37280
|
"value": "null",
|
|
37083
37281
|
"scope": "default",
|
|
37084
37282
|
"line": {
|
|
37085
|
-
"start":
|
|
37086
|
-
"end":
|
|
37283
|
+
"start": 401,
|
|
37284
|
+
"end": 401
|
|
37087
37285
|
}
|
|
37088
37286
|
},
|
|
37089
37287
|
"access": "public",
|
|
@@ -37517,7 +37715,7 @@
|
|
|
37517
37715
|
"context": {
|
|
37518
37716
|
"type": "variable",
|
|
37519
37717
|
"name": "kendo-appbar-box-shadow",
|
|
37520
|
-
"value": "
|
|
37718
|
+
"value": "$box-shadow-depth-4",
|
|
37521
37719
|
"scope": "default",
|
|
37522
37720
|
"line": {
|
|
37523
37721
|
"start": 51,
|
|
@@ -37532,8 +37730,8 @@
|
|
|
37532
37730
|
"path": "appbar/_variables.scss",
|
|
37533
37731
|
"name": "_variables.scss"
|
|
37534
37732
|
},
|
|
37535
|
-
"resolvedValue": "0px 2px
|
|
37536
|
-
"resolvedType": "
|
|
37733
|
+
"resolvedValue": "var(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14))",
|
|
37734
|
+
"resolvedType": "String"
|
|
37537
37735
|
},
|
|
37538
37736
|
{
|
|
37539
37737
|
"description": "The box shadow of the AppBar with bottom position.\n",
|
|
@@ -37544,7 +37742,7 @@
|
|
|
37544
37742
|
"context": {
|
|
37545
37743
|
"type": "variable",
|
|
37546
37744
|
"name": "kendo-appbar-bottom-box-shadow",
|
|
37547
|
-
"value": "
|
|
37745
|
+
"value": "$kendo-appbar-box-shadow",
|
|
37548
37746
|
"scope": "default",
|
|
37549
37747
|
"line": {
|
|
37550
37748
|
"start": 54,
|
|
@@ -37559,8 +37757,8 @@
|
|
|
37559
37757
|
"path": "appbar/_variables.scss",
|
|
37560
37758
|
"name": "_variables.scss"
|
|
37561
37759
|
},
|
|
37562
|
-
"resolvedValue": "0px
|
|
37563
|
-
"resolvedType": "
|
|
37760
|
+
"resolvedValue": "var(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14))",
|
|
37761
|
+
"resolvedType": "String"
|
|
37564
37762
|
}
|
|
37565
37763
|
]
|
|
37566
37764
|
},
|
|
@@ -38777,7 +38975,7 @@
|
|
|
38777
38975
|
"context": {
|
|
38778
38976
|
"type": "variable",
|
|
38779
38977
|
"name": "kendo-bottom-nav-shadow",
|
|
38780
|
-
"value": "
|
|
38978
|
+
"value": "$box-shadow-depth-4",
|
|
38781
38979
|
"scope": "default",
|
|
38782
38980
|
"line": {
|
|
38783
38981
|
"start": 52,
|
|
@@ -38792,8 +38990,8 @@
|
|
|
38792
38990
|
"path": "bottom-navigation/_variables.scss",
|
|
38793
38991
|
"name": "_variables.scss"
|
|
38794
38992
|
},
|
|
38795
|
-
"resolvedValue": "0px 0px
|
|
38796
|
-
"resolvedType": "
|
|
38993
|
+
"resolvedValue": "var(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14))",
|
|
38994
|
+
"resolvedType": "String"
|
|
38797
38995
|
},
|
|
38798
38996
|
{
|
|
38799
38997
|
"description": "The text color of the flat BottomNavigation.\n",
|
|
@@ -41288,8 +41486,8 @@
|
|
|
41288
41486
|
"path": "button/_variables.scss",
|
|
41289
41487
|
"name": "_variables.scss"
|
|
41290
41488
|
},
|
|
41291
|
-
"resolvedValue": "
|
|
41292
|
-
"resolvedType": "
|
|
41489
|
+
"resolvedValue": "var(--kendo-elevation-2, 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14))",
|
|
41490
|
+
"resolvedType": "String"
|
|
41293
41491
|
},
|
|
41294
41492
|
{
|
|
41295
41493
|
"description": "The base background of the hovered Button.\n",
|
|
@@ -41543,7 +41741,7 @@
|
|
|
41543
41741
|
"context": {
|
|
41544
41742
|
"type": "variable",
|
|
41545
41743
|
"name": "kendo-button-active-shadow",
|
|
41546
|
-
"value": "$box-shadow-depth-
|
|
41744
|
+
"value": "$box-shadow-depth-6",
|
|
41547
41745
|
"scope": "default",
|
|
41548
41746
|
"line": {
|
|
41549
41747
|
"start": 157,
|
|
@@ -41558,8 +41756,8 @@
|
|
|
41558
41756
|
"path": "button/_variables.scss",
|
|
41559
41757
|
"name": "_variables.scss"
|
|
41560
41758
|
},
|
|
41561
|
-
"resolvedValue": "
|
|
41562
|
-
"resolvedType": "
|
|
41759
|
+
"resolvedValue": "var(--kendo-elevation-6, 0px 5px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 14px 0px rgba(0, 0, 0, 0.12), 0px 8px 10px 0px rgba(0, 0, 0, 0.14))",
|
|
41760
|
+
"resolvedType": "String"
|
|
41563
41761
|
},
|
|
41564
41762
|
{
|
|
41565
41763
|
"description": "The base background color of the selected Button.\n",
|
|
@@ -45185,7 +45383,7 @@
|
|
|
45185
45383
|
"context": {
|
|
45186
45384
|
"type": "variable",
|
|
45187
45385
|
"name": "kendo-color-gradient-focus-shadow",
|
|
45188
|
-
"value": "$box-shadow-depth-
|
|
45386
|
+
"value": "$box-shadow-depth-3",
|
|
45189
45387
|
"scope": "default",
|
|
45190
45388
|
"line": {
|
|
45191
45389
|
"start": 51,
|
|
@@ -45200,8 +45398,8 @@
|
|
|
45200
45398
|
"path": "colorgradient/_variables.scss",
|
|
45201
45399
|
"name": "_variables.scss"
|
|
45202
45400
|
},
|
|
45203
|
-
"resolvedValue": "
|
|
45204
|
-
"resolvedType": "
|
|
45401
|
+
"resolvedValue": "var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14))",
|
|
45402
|
+
"resolvedType": "String"
|
|
45205
45403
|
},
|
|
45206
45404
|
{
|
|
45207
45405
|
"description": "The border radius of the ColorGradient canvas.\n",
|
|
@@ -45501,15 +45699,15 @@
|
|
|
45501
45699
|
"resolvedType": "Number"
|
|
45502
45700
|
},
|
|
45503
45701
|
{
|
|
45504
|
-
"description": "The
|
|
45702
|
+
"description": "The width of the outline around the ColorGradient canvas drag handle.\n",
|
|
45505
45703
|
"commentRange": {
|
|
45506
45704
|
"start": 89,
|
|
45507
45705
|
"end": 90
|
|
45508
45706
|
},
|
|
45509
45707
|
"context": {
|
|
45510
45708
|
"type": "variable",
|
|
45511
|
-
"name": "kendo-color-gradient-draghandle-
|
|
45512
|
-
"value": "
|
|
45709
|
+
"name": "kendo-color-gradient-draghandle-outline-width",
|
|
45710
|
+
"value": "1px",
|
|
45513
45711
|
"scope": "default",
|
|
45514
45712
|
"line": {
|
|
45515
45713
|
"start": 91,
|
|
@@ -45524,19 +45722,19 @@
|
|
|
45524
45722
|
"path": "colorgradient/_variables.scss",
|
|
45525
45723
|
"name": "_variables.scss"
|
|
45526
45724
|
},
|
|
45527
|
-
"resolvedValue": "
|
|
45725
|
+
"resolvedValue": "1px",
|
|
45528
45726
|
"resolvedType": "Number"
|
|
45529
45727
|
},
|
|
45530
45728
|
{
|
|
45531
|
-
"description": "The
|
|
45729
|
+
"description": "The border radius of the ColorGradient canvas drag handle.\n",
|
|
45532
45730
|
"commentRange": {
|
|
45533
45731
|
"start": 92,
|
|
45534
45732
|
"end": 93
|
|
45535
45733
|
},
|
|
45536
45734
|
"context": {
|
|
45537
45735
|
"type": "variable",
|
|
45538
|
-
"name": "kendo-color-gradient-draghandle-
|
|
45539
|
-
"value": "
|
|
45736
|
+
"name": "kendo-color-gradient-draghandle-border-radius",
|
|
45737
|
+
"value": "50%",
|
|
45540
45738
|
"scope": "default",
|
|
45541
45739
|
"line": {
|
|
45542
45740
|
"start": 94,
|
|
@@ -45551,19 +45749,19 @@
|
|
|
45551
45749
|
"path": "colorgradient/_variables.scss",
|
|
45552
45750
|
"name": "_variables.scss"
|
|
45553
45751
|
},
|
|
45554
|
-
"resolvedValue": "
|
|
45555
|
-
"resolvedType": "
|
|
45752
|
+
"resolvedValue": "50%",
|
|
45753
|
+
"resolvedType": "Number"
|
|
45556
45754
|
},
|
|
45557
45755
|
{
|
|
45558
|
-
"description": "The
|
|
45756
|
+
"description": "The text color of the ColorGradient canvas drag handle.\n",
|
|
45559
45757
|
"commentRange": {
|
|
45560
45758
|
"start": 95,
|
|
45561
45759
|
"end": 96
|
|
45562
45760
|
},
|
|
45563
45761
|
"context": {
|
|
45564
45762
|
"type": "variable",
|
|
45565
|
-
"name": "kendo-color-gradient-draghandle-
|
|
45566
|
-
"value": "
|
|
45763
|
+
"name": "kendo-color-gradient-draghandle-text",
|
|
45764
|
+
"value": "null",
|
|
45567
45765
|
"scope": "default",
|
|
45568
45766
|
"line": {
|
|
45569
45767
|
"start": 97,
|
|
@@ -45578,19 +45776,19 @@
|
|
|
45578
45776
|
"path": "colorgradient/_variables.scss",
|
|
45579
45777
|
"name": "_variables.scss"
|
|
45580
45778
|
},
|
|
45581
|
-
"resolvedValue": "
|
|
45582
|
-
"resolvedType": "
|
|
45779
|
+
"resolvedValue": "null",
|
|
45780
|
+
"resolvedType": "Null"
|
|
45583
45781
|
},
|
|
45584
45782
|
{
|
|
45585
|
-
"description": "The color of the
|
|
45783
|
+
"description": "The background color of the ColorGradient canvas drag handle.\n",
|
|
45586
45784
|
"commentRange": {
|
|
45587
45785
|
"start": 98,
|
|
45588
45786
|
"end": 99
|
|
45589
45787
|
},
|
|
45590
45788
|
"context": {
|
|
45591
45789
|
"type": "variable",
|
|
45592
|
-
"name": "kendo-color-gradient-draghandle-
|
|
45593
|
-
"value": "
|
|
45790
|
+
"name": "kendo-color-gradient-draghandle-bg",
|
|
45791
|
+
"value": "transparent",
|
|
45594
45792
|
"scope": "default",
|
|
45595
45793
|
"line": {
|
|
45596
45794
|
"start": 100,
|
|
@@ -45605,19 +45803,19 @@
|
|
|
45605
45803
|
"path": "colorgradient/_variables.scss",
|
|
45606
45804
|
"name": "_variables.scss"
|
|
45607
45805
|
},
|
|
45608
|
-
"resolvedValue": "
|
|
45806
|
+
"resolvedValue": "transparent",
|
|
45609
45807
|
"resolvedType": "Color"
|
|
45610
45808
|
},
|
|
45611
45809
|
{
|
|
45612
|
-
"description": "The
|
|
45810
|
+
"description": "The color of the border around the ColorGradient canvas drag handle.\n",
|
|
45613
45811
|
"commentRange": {
|
|
45614
45812
|
"start": 101,
|
|
45615
45813
|
"end": 102
|
|
45616
45814
|
},
|
|
45617
45815
|
"context": {
|
|
45618
45816
|
"type": "variable",
|
|
45619
|
-
"name": "kendo-color-gradient-draghandle-
|
|
45620
|
-
"value": "
|
|
45817
|
+
"name": "kendo-color-gradient-draghandle-border",
|
|
45818
|
+
"value": "rgba( white, .8 )",
|
|
45621
45819
|
"scope": "default",
|
|
45622
45820
|
"line": {
|
|
45623
45821
|
"start": 103,
|
|
@@ -45632,19 +45830,19 @@
|
|
|
45632
45830
|
"path": "colorgradient/_variables.scss",
|
|
45633
45831
|
"name": "_variables.scss"
|
|
45634
45832
|
},
|
|
45635
|
-
"resolvedValue": "
|
|
45636
|
-
"resolvedType": "
|
|
45833
|
+
"resolvedValue": "rgba(255, 255, 255, 0.8)",
|
|
45834
|
+
"resolvedType": "Color"
|
|
45637
45835
|
},
|
|
45638
45836
|
{
|
|
45639
|
-
"description": "The
|
|
45837
|
+
"description": "The color of the outline around the ColorGradient canvas drag handle.\n",
|
|
45640
45838
|
"commentRange": {
|
|
45641
45839
|
"start": 104,
|
|
45642
45840
|
"end": 105
|
|
45643
45841
|
},
|
|
45644
45842
|
"context": {
|
|
45645
45843
|
"type": "variable",
|
|
45646
|
-
"name": "kendo-color-gradient-draghandle-
|
|
45647
|
-
"value": "
|
|
45844
|
+
"name": "kendo-color-gradient-draghandle-shadow",
|
|
45845
|
+
"value": "rgba( $kendo-color-black, .5)",
|
|
45648
45846
|
"scope": "default",
|
|
45649
45847
|
"line": {
|
|
45650
45848
|
"start": 106,
|
|
@@ -45659,19 +45857,19 @@
|
|
|
45659
45857
|
"path": "colorgradient/_variables.scss",
|
|
45660
45858
|
"name": "_variables.scss"
|
|
45661
45859
|
},
|
|
45662
|
-
"resolvedValue": "0
|
|
45663
|
-
"resolvedType": "
|
|
45860
|
+
"resolvedValue": "rgba(0, 0, 0, 0.5)",
|
|
45861
|
+
"resolvedType": "Color"
|
|
45664
45862
|
},
|
|
45665
45863
|
{
|
|
45666
|
-
"description": "The
|
|
45864
|
+
"description": "The focus color of the outline around the ColorGradient canvas drag handle.\n",
|
|
45667
45865
|
"commentRange": {
|
|
45668
45866
|
"start": 107,
|
|
45669
45867
|
"end": 108
|
|
45670
45868
|
},
|
|
45671
45869
|
"context": {
|
|
45672
45870
|
"type": "variable",
|
|
45673
|
-
"name": "kendo-color-gradient-draghandle-
|
|
45674
|
-
"value": "$kendo-color-
|
|
45871
|
+
"name": "kendo-color-gradient-draghandle-focus-shadow",
|
|
45872
|
+
"value": "$kendo-color-black",
|
|
45675
45873
|
"scope": "default",
|
|
45676
45874
|
"line": {
|
|
45677
45875
|
"start": 109,
|
|
@@ -45686,14 +45884,68 @@
|
|
|
45686
45884
|
"path": "colorgradient/_variables.scss",
|
|
45687
45885
|
"name": "_variables.scss"
|
|
45688
45886
|
},
|
|
45689
|
-
"resolvedValue": "
|
|
45690
|
-
"resolvedType": "
|
|
45887
|
+
"resolvedValue": "#000000",
|
|
45888
|
+
"resolvedType": "Color"
|
|
45889
|
+
},
|
|
45890
|
+
{
|
|
45891
|
+
"description": "The outline color of the outline around the ColorGradient canvas drag handle.\n",
|
|
45892
|
+
"commentRange": {
|
|
45893
|
+
"start": 110,
|
|
45894
|
+
"end": 111
|
|
45895
|
+
},
|
|
45896
|
+
"context": {
|
|
45897
|
+
"type": "variable",
|
|
45898
|
+
"name": "kendo-color-gradient-draghandle-hover-shadow",
|
|
45899
|
+
"value": "$kendo-color-black",
|
|
45900
|
+
"scope": "default",
|
|
45901
|
+
"line": {
|
|
45902
|
+
"start": 112,
|
|
45903
|
+
"end": 112
|
|
45904
|
+
}
|
|
45905
|
+
},
|
|
45906
|
+
"group": [
|
|
45907
|
+
"cologradient"
|
|
45908
|
+
],
|
|
45909
|
+
"access": "public",
|
|
45910
|
+
"file": {
|
|
45911
|
+
"path": "colorgradient/_variables.scss",
|
|
45912
|
+
"name": "_variables.scss"
|
|
45913
|
+
},
|
|
45914
|
+
"resolvedValue": "#000000",
|
|
45915
|
+
"resolvedType": "Color"
|
|
45916
|
+
},
|
|
45917
|
+
{
|
|
45918
|
+
"description": "The box shadow of the ColorGradient canvas drag handle.\n",
|
|
45919
|
+
"commentRange": {
|
|
45920
|
+
"start": 113,
|
|
45921
|
+
"end": 114
|
|
45922
|
+
},
|
|
45923
|
+
"context": {
|
|
45924
|
+
"type": "variable",
|
|
45925
|
+
"name": "kendo-color-gradient-draghandle-shadow",
|
|
45926
|
+
"value": "k-elevation(2)",
|
|
45927
|
+
"scope": "default",
|
|
45928
|
+
"line": {
|
|
45929
|
+
"start": 115,
|
|
45930
|
+
"end": 115
|
|
45931
|
+
}
|
|
45932
|
+
},
|
|
45933
|
+
"group": [
|
|
45934
|
+
"cologradient"
|
|
45935
|
+
],
|
|
45936
|
+
"access": "public",
|
|
45937
|
+
"file": {
|
|
45938
|
+
"path": "colorgradient/_variables.scss",
|
|
45939
|
+
"name": "_variables.scss"
|
|
45940
|
+
},
|
|
45941
|
+
"resolvedValue": "rgba(0, 0, 0, 0.5)",
|
|
45942
|
+
"resolvedType": "Color"
|
|
45691
45943
|
},
|
|
45692
45944
|
{
|
|
45693
45945
|
"description": "The vertical margin of the ColorGradient canvas drag handle.\n",
|
|
45694
45946
|
"commentRange": {
|
|
45695
|
-
"start":
|
|
45696
|
-
"end":
|
|
45947
|
+
"start": 117,
|
|
45948
|
+
"end": 118
|
|
45697
45949
|
},
|
|
45698
45950
|
"context": {
|
|
45699
45951
|
"type": "variable",
|
|
@@ -45701,8 +45953,8 @@
|
|
|
45701
45953
|
"value": "- k-math-div( $kendo-color-gradient-draghandle-height, 2 )",
|
|
45702
45954
|
"scope": "default",
|
|
45703
45955
|
"line": {
|
|
45704
|
-
"start":
|
|
45705
|
-
"end":
|
|
45956
|
+
"start": 119,
|
|
45957
|
+
"end": 119
|
|
45706
45958
|
}
|
|
45707
45959
|
},
|
|
45708
45960
|
"group": [
|
|
@@ -45719,8 +45971,8 @@
|
|
|
45719
45971
|
{
|
|
45720
45972
|
"description": "The horizontal margin of the ColorGradient canvas drag handle.\n",
|
|
45721
45973
|
"commentRange": {
|
|
45722
|
-
"start":
|
|
45723
|
-
"end":
|
|
45974
|
+
"start": 120,
|
|
45975
|
+
"end": 121
|
|
45724
45976
|
},
|
|
45725
45977
|
"context": {
|
|
45726
45978
|
"type": "variable",
|
|
@@ -45728,8 +45980,8 @@
|
|
|
45728
45980
|
"value": "- k-math-div( $kendo-color-gradient-draghandle-width, 2 )",
|
|
45729
45981
|
"scope": "default",
|
|
45730
45982
|
"line": {
|
|
45731
|
-
"start":
|
|
45732
|
-
"end":
|
|
45983
|
+
"start": 122,
|
|
45984
|
+
"end": 122
|
|
45733
45985
|
}
|
|
45734
45986
|
},
|
|
45735
45987
|
"group": [
|
|
@@ -45746,8 +45998,8 @@
|
|
|
45746
45998
|
{
|
|
45747
45999
|
"description": "The width of the ColorGradient input.\n",
|
|
45748
46000
|
"commentRange": {
|
|
45749
|
-
"start":
|
|
45750
|
-
"end":
|
|
46001
|
+
"start": 124,
|
|
46002
|
+
"end": 125
|
|
45751
46003
|
},
|
|
45752
46004
|
"context": {
|
|
45753
46005
|
"type": "variable",
|
|
@@ -45755,8 +46007,8 @@
|
|
|
45755
46007
|
"value": "50px",
|
|
45756
46008
|
"scope": "default",
|
|
45757
46009
|
"line": {
|
|
45758
|
-
"start":
|
|
45759
|
-
"end":
|
|
46010
|
+
"start": 126,
|
|
46011
|
+
"end": 126
|
|
45760
46012
|
}
|
|
45761
46013
|
},
|
|
45762
46014
|
"group": [
|
|
@@ -45773,8 +46025,8 @@
|
|
|
45773
46025
|
{
|
|
45774
46026
|
"description": "The spacing between the ColorGradient inputs.\n",
|
|
45775
46027
|
"commentRange": {
|
|
45776
|
-
"start":
|
|
45777
|
-
"end":
|
|
46028
|
+
"start": 127,
|
|
46029
|
+
"end": 128
|
|
45778
46030
|
},
|
|
45779
46031
|
"context": {
|
|
45780
46032
|
"type": "variable",
|
|
@@ -45782,8 +46034,8 @@
|
|
|
45782
46034
|
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
45783
46035
|
"scope": "default",
|
|
45784
46036
|
"line": {
|
|
45785
|
-
"start":
|
|
45786
|
-
"end":
|
|
46037
|
+
"start": 129,
|
|
46038
|
+
"end": 129
|
|
45787
46039
|
}
|
|
45788
46040
|
},
|
|
45789
46041
|
"group": [
|
|
@@ -45800,8 +46052,8 @@
|
|
|
45800
46052
|
{
|
|
45801
46053
|
"description": "The spacing between the ColorGradient inputs and their labels.\n",
|
|
45802
46054
|
"commentRange": {
|
|
45803
|
-
"start":
|
|
45804
|
-
"end":
|
|
46055
|
+
"start": 130,
|
|
46056
|
+
"end": 131
|
|
45805
46057
|
},
|
|
45806
46058
|
"context": {
|
|
45807
46059
|
"type": "variable",
|
|
@@ -45809,8 +46061,8 @@
|
|
|
45809
46061
|
"value": "k-map-get( $kendo-spacing, 1 )",
|
|
45810
46062
|
"scope": "default",
|
|
45811
46063
|
"line": {
|
|
45812
|
-
"start":
|
|
45813
|
-
"end":
|
|
46064
|
+
"start": 132,
|
|
46065
|
+
"end": 132
|
|
45814
46066
|
}
|
|
45815
46067
|
},
|
|
45816
46068
|
"group": [
|
|
@@ -45827,8 +46079,8 @@
|
|
|
45827
46079
|
{
|
|
45828
46080
|
"description": "The text color of the ColorGradient input labels.\n",
|
|
45829
46081
|
"commentRange": {
|
|
45830
|
-
"start":
|
|
45831
|
-
"end":
|
|
46082
|
+
"start": 133,
|
|
46083
|
+
"end": 134
|
|
45832
46084
|
},
|
|
45833
46085
|
"context": {
|
|
45834
46086
|
"type": "variable",
|
|
@@ -45836,8 +46088,8 @@
|
|
|
45836
46088
|
"value": "$kendo-subtle-text",
|
|
45837
46089
|
"scope": "default",
|
|
45838
46090
|
"line": {
|
|
45839
|
-
"start":
|
|
45840
|
-
"end":
|
|
46091
|
+
"start": 135,
|
|
46092
|
+
"end": 135
|
|
45841
46093
|
}
|
|
45842
46094
|
},
|
|
45843
46095
|
"group": [
|
|
@@ -45854,8 +46106,8 @@
|
|
|
45854
46106
|
{
|
|
45855
46107
|
"description": "The font weight of the ColorGradient contrast ratio text.\n",
|
|
45856
46108
|
"commentRange": {
|
|
45857
|
-
"start":
|
|
45858
|
-
"end":
|
|
46109
|
+
"start": 137,
|
|
46110
|
+
"end": 138
|
|
45859
46111
|
},
|
|
45860
46112
|
"context": {
|
|
45861
46113
|
"type": "variable",
|
|
@@ -45863,8 +46115,8 @@
|
|
|
45863
46115
|
"value": "$kendo-font-weight-medium",
|
|
45864
46116
|
"scope": "default",
|
|
45865
46117
|
"line": {
|
|
45866
|
-
"start":
|
|
45867
|
-
"end":
|
|
46118
|
+
"start": 139,
|
|
46119
|
+
"end": 139
|
|
45868
46120
|
}
|
|
45869
46121
|
},
|
|
45870
46122
|
"group": [
|
|
@@ -45881,8 +46133,8 @@
|
|
|
45881
46133
|
{
|
|
45882
46134
|
"description": "The spacing between the items in the ColorGradient contrast tool.\n",
|
|
45883
46135
|
"commentRange": {
|
|
45884
|
-
"start":
|
|
45885
|
-
"end":
|
|
46136
|
+
"start": 140,
|
|
46137
|
+
"end": 141
|
|
45886
46138
|
},
|
|
45887
46139
|
"context": {
|
|
45888
46140
|
"type": "variable",
|
|
@@ -45890,8 +46142,8 @@
|
|
|
45890
46142
|
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
45891
46143
|
"scope": "default",
|
|
45892
46144
|
"line": {
|
|
45893
|
-
"start":
|
|
45894
|
-
"end":
|
|
46145
|
+
"start": 142,
|
|
46146
|
+
"end": 142
|
|
45895
46147
|
}
|
|
45896
46148
|
},
|
|
45897
46149
|
"group": [
|
|
@@ -45970,8 +46222,8 @@
|
|
|
45970
46222
|
{
|
|
45971
46223
|
"description": "The color that focuses the user attention.\nUsed for primary buttons and for elements of primary importance across the theme.\n",
|
|
45972
46224
|
"commentRange": {
|
|
45973
|
-
"start":
|
|
45974
|
-
"end":
|
|
46225
|
+
"start": 190,
|
|
46226
|
+
"end": 193
|
|
45975
46227
|
},
|
|
45976
46228
|
"context": {
|
|
45977
46229
|
"type": "variable",
|
|
@@ -45979,8 +46231,8 @@
|
|
|
45979
46231
|
"value": "material-color( $primary-palette, main )",
|
|
45980
46232
|
"scope": "default",
|
|
45981
46233
|
"line": {
|
|
45982
|
-
"start":
|
|
45983
|
-
"end":
|
|
46234
|
+
"start": 194,
|
|
46235
|
+
"end": 194
|
|
45984
46236
|
}
|
|
45985
46237
|
},
|
|
45986
46238
|
"group": [
|
|
@@ -45998,8 +46250,8 @@
|
|
|
45998
46250
|
{
|
|
45999
46251
|
"description": "The color used along with the primary color denoted by $kendo-color-primary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
46000
46252
|
"commentRange": {
|
|
46001
|
-
"start":
|
|
46002
|
-
"end":
|
|
46253
|
+
"start": 198,
|
|
46254
|
+
"end": 201
|
|
46003
46255
|
},
|
|
46004
46256
|
"context": {
|
|
46005
46257
|
"type": "variable",
|
|
@@ -46007,8 +46259,8 @@
|
|
|
46007
46259
|
"value": "material-color( $primary-palette, main-contrast )",
|
|
46008
46260
|
"scope": "default",
|
|
46009
46261
|
"line": {
|
|
46010
|
-
"start":
|
|
46011
|
-
"end":
|
|
46262
|
+
"start": 202,
|
|
46263
|
+
"end": 202
|
|
46012
46264
|
}
|
|
46013
46265
|
},
|
|
46014
46266
|
"group": [
|
|
@@ -46026,8 +46278,8 @@
|
|
|
46026
46278
|
{
|
|
46027
46279
|
"description": "The secondary color of the theme.\n",
|
|
46028
46280
|
"commentRange": {
|
|
46029
|
-
"start":
|
|
46030
|
-
"end":
|
|
46281
|
+
"start": 204,
|
|
46282
|
+
"end": 206
|
|
46031
46283
|
},
|
|
46032
46284
|
"context": {
|
|
46033
46285
|
"type": "variable",
|
|
@@ -46035,8 +46287,8 @@
|
|
|
46035
46287
|
"value": "material-color( $secondary-palette, main )",
|
|
46036
46288
|
"scope": "default",
|
|
46037
46289
|
"line": {
|
|
46038
|
-
"start":
|
|
46039
|
-
"end":
|
|
46290
|
+
"start": 207,
|
|
46291
|
+
"end": 207
|
|
46040
46292
|
}
|
|
46041
46293
|
},
|
|
46042
46294
|
"group": [
|
|
@@ -46054,8 +46306,8 @@
|
|
|
46054
46306
|
{
|
|
46055
46307
|
"description": "The color used along with the secondary color denoted by $kendo-color-secondary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
46056
46308
|
"commentRange": {
|
|
46057
|
-
"start":
|
|
46058
|
-
"end":
|
|
46309
|
+
"start": 211,
|
|
46310
|
+
"end": 214
|
|
46059
46311
|
},
|
|
46060
46312
|
"context": {
|
|
46061
46313
|
"type": "variable",
|
|
@@ -46063,8 +46315,8 @@
|
|
|
46063
46315
|
"value": "material-color( $secondary-palette, main-contrast )",
|
|
46064
46316
|
"scope": "default",
|
|
46065
46317
|
"line": {
|
|
46066
|
-
"start":
|
|
46067
|
-
"end":
|
|
46318
|
+
"start": 215,
|
|
46319
|
+
"end": 215
|
|
46068
46320
|
}
|
|
46069
46321
|
},
|
|
46070
46322
|
"group": [
|
|
@@ -46082,8 +46334,8 @@
|
|
|
46082
46334
|
{
|
|
46083
46335
|
"description": "The tertiary color of the theme.\n",
|
|
46084
46336
|
"commentRange": {
|
|
46085
|
-
"start":
|
|
46086
|
-
"end":
|
|
46337
|
+
"start": 217,
|
|
46338
|
+
"end": 219
|
|
46087
46339
|
},
|
|
46088
46340
|
"context": {
|
|
46089
46341
|
"type": "variable",
|
|
@@ -46091,8 +46343,8 @@
|
|
|
46091
46343
|
"value": "material-color($tertiary-palette, main)",
|
|
46092
46344
|
"scope": "default",
|
|
46093
46345
|
"line": {
|
|
46094
|
-
"start":
|
|
46095
|
-
"end":
|
|
46346
|
+
"start": 220,
|
|
46347
|
+
"end": 220
|
|
46096
46348
|
}
|
|
46097
46349
|
},
|
|
46098
46350
|
"group": [
|
|
@@ -46110,8 +46362,8 @@
|
|
|
46110
46362
|
{
|
|
46111
46363
|
"description": "The color used along with the tertiary color denoted by $kendo-color-tertiary.\nUsed to provide contrast between the background and foreground colors.\n",
|
|
46112
46364
|
"commentRange": {
|
|
46113
|
-
"start":
|
|
46114
|
-
"end":
|
|
46365
|
+
"start": 224,
|
|
46366
|
+
"end": 227
|
|
46115
46367
|
},
|
|
46116
46368
|
"context": {
|
|
46117
46369
|
"type": "variable",
|
|
@@ -46119,8 +46371,8 @@
|
|
|
46119
46371
|
"value": "material-color($tertiary-palette, main-contrast)",
|
|
46120
46372
|
"scope": "default",
|
|
46121
46373
|
"line": {
|
|
46122
|
-
"start":
|
|
46123
|
-
"end":
|
|
46374
|
+
"start": 228,
|
|
46375
|
+
"end": 228
|
|
46124
46376
|
}
|
|
46125
46377
|
},
|
|
46126
46378
|
"group": [
|
|
@@ -46138,8 +46390,8 @@
|
|
|
46138
46390
|
{
|
|
46139
46391
|
"description": "The color for informational messages and states.\n",
|
|
46140
46392
|
"commentRange": {
|
|
46141
|
-
"start":
|
|
46142
|
-
"end":
|
|
46393
|
+
"start": 230,
|
|
46394
|
+
"end": 232
|
|
46143
46395
|
},
|
|
46144
46396
|
"context": {
|
|
46145
46397
|
"type": "variable",
|
|
@@ -46147,8 +46399,8 @@
|
|
|
46147
46399
|
"value": "#0058e9",
|
|
46148
46400
|
"scope": "default",
|
|
46149
46401
|
"line": {
|
|
46150
|
-
"start":
|
|
46151
|
-
"end":
|
|
46402
|
+
"start": 233,
|
|
46403
|
+
"end": 233
|
|
46152
46404
|
}
|
|
46153
46405
|
},
|
|
46154
46406
|
"group": [
|
|
@@ -46166,8 +46418,8 @@
|
|
|
46166
46418
|
{
|
|
46167
46419
|
"description": "The color for success messages and states.\n",
|
|
46168
46420
|
"commentRange": {
|
|
46169
|
-
"start":
|
|
46170
|
-
"end":
|
|
46421
|
+
"start": 237,
|
|
46422
|
+
"end": 239
|
|
46171
46423
|
},
|
|
46172
46424
|
"context": {
|
|
46173
46425
|
"type": "variable",
|
|
@@ -46175,8 +46427,8 @@
|
|
|
46175
46427
|
"value": "#37b400",
|
|
46176
46428
|
"scope": "default",
|
|
46177
46429
|
"line": {
|
|
46178
|
-
"start":
|
|
46179
|
-
"end":
|
|
46430
|
+
"start": 240,
|
|
46431
|
+
"end": 240
|
|
46180
46432
|
}
|
|
46181
46433
|
},
|
|
46182
46434
|
"group": [
|
|
@@ -46194,8 +46446,8 @@
|
|
|
46194
46446
|
{
|
|
46195
46447
|
"description": "The color for warning messages and states.\n",
|
|
46196
46448
|
"commentRange": {
|
|
46197
|
-
"start":
|
|
46198
|
-
"end":
|
|
46449
|
+
"start": 244,
|
|
46450
|
+
"end": 246
|
|
46199
46451
|
},
|
|
46200
46452
|
"context": {
|
|
46201
46453
|
"type": "variable",
|
|
@@ -46203,8 +46455,8 @@
|
|
|
46203
46455
|
"value": "#ffc000",
|
|
46204
46456
|
"scope": "default",
|
|
46205
46457
|
"line": {
|
|
46206
|
-
"start":
|
|
46207
|
-
"end":
|
|
46458
|
+
"start": 247,
|
|
46459
|
+
"end": 247
|
|
46208
46460
|
}
|
|
46209
46461
|
},
|
|
46210
46462
|
"group": [
|
|
@@ -46222,8 +46474,8 @@
|
|
|
46222
46474
|
{
|
|
46223
46475
|
"description": "The color for error messages and states.\n",
|
|
46224
46476
|
"commentRange": {
|
|
46225
|
-
"start":
|
|
46226
|
-
"end":
|
|
46477
|
+
"start": 251,
|
|
46478
|
+
"end": 253
|
|
46227
46479
|
},
|
|
46228
46480
|
"context": {
|
|
46229
46481
|
"type": "variable",
|
|
@@ -46231,8 +46483,8 @@
|
|
|
46231
46483
|
"value": "#f31700",
|
|
46232
46484
|
"scope": "default",
|
|
46233
46485
|
"line": {
|
|
46234
|
-
"start":
|
|
46235
|
-
"end":
|
|
46486
|
+
"start": 254,
|
|
46487
|
+
"end": 254
|
|
46236
46488
|
}
|
|
46237
46489
|
},
|
|
46238
46490
|
"group": [
|
|
@@ -46250,8 +46502,8 @@
|
|
|
46250
46502
|
{
|
|
46251
46503
|
"description": "The dark color of the theme.\n",
|
|
46252
46504
|
"commentRange": {
|
|
46253
|
-
"start":
|
|
46254
|
-
"end":
|
|
46505
|
+
"start": 258,
|
|
46506
|
+
"end": 260
|
|
46255
46507
|
},
|
|
46256
46508
|
"context": {
|
|
46257
46509
|
"type": "variable",
|
|
@@ -46259,8 +46511,8 @@
|
|
|
46259
46511
|
"value": "get-base-hue( gray, 800 )",
|
|
46260
46512
|
"scope": "default",
|
|
46261
46513
|
"line": {
|
|
46262
|
-
"start":
|
|
46263
|
-
"end":
|
|
46514
|
+
"start": 261,
|
|
46515
|
+
"end": 261
|
|
46264
46516
|
}
|
|
46265
46517
|
},
|
|
46266
46518
|
"group": [
|
|
@@ -46278,8 +46530,8 @@
|
|
|
46278
46530
|
{
|
|
46279
46531
|
"description": "The light color of the theme.\n",
|
|
46280
46532
|
"commentRange": {
|
|
46281
|
-
"start":
|
|
46282
|
-
"end":
|
|
46533
|
+
"start": 263,
|
|
46534
|
+
"end": 265
|
|
46283
46535
|
},
|
|
46284
46536
|
"context": {
|
|
46285
46537
|
"type": "variable",
|
|
@@ -46287,8 +46539,8 @@
|
|
|
46287
46539
|
"value": "get-base-hue( gray, 100 )",
|
|
46288
46540
|
"scope": "default",
|
|
46289
46541
|
"line": {
|
|
46290
|
-
"start":
|
|
46291
|
-
"end":
|
|
46542
|
+
"start": 266,
|
|
46543
|
+
"end": 266
|
|
46292
46544
|
}
|
|
46293
46545
|
},
|
|
46294
46546
|
"group": [
|
|
@@ -46306,8 +46558,8 @@
|
|
|
46306
46558
|
{
|
|
46307
46559
|
"description": "Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark\n",
|
|
46308
46560
|
"commentRange": {
|
|
46309
|
-
"start":
|
|
46310
|
-
"end":
|
|
46561
|
+
"start": 268,
|
|
46562
|
+
"end": 269
|
|
46311
46563
|
},
|
|
46312
46564
|
"context": {
|
|
46313
46565
|
"type": "variable",
|
|
@@ -46315,8 +46567,8 @@
|
|
|
46315
46567
|
"value": "if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )",
|
|
46316
46568
|
"scope": "default",
|
|
46317
46569
|
"line": {
|
|
46318
|
-
"start":
|
|
46319
|
-
"end":
|
|
46570
|
+
"start": 270,
|
|
46571
|
+
"end": 270
|
|
46320
46572
|
}
|
|
46321
46573
|
},
|
|
46322
46574
|
"group": [
|
|
@@ -46698,7 +46950,7 @@
|
|
|
46698
46950
|
"context": {
|
|
46699
46951
|
"type": "variable",
|
|
46700
46952
|
"name": "kendo-color-editor-focus-shadow",
|
|
46701
|
-
"value": "$box-shadow-depth-
|
|
46953
|
+
"value": "$box-shadow-depth-3",
|
|
46702
46954
|
"scope": "default",
|
|
46703
46955
|
"line": {
|
|
46704
46956
|
"start": 40,
|
|
@@ -46713,8 +46965,8 @@
|
|
|
46713
46965
|
"path": "coloreditor/_variables.scss",
|
|
46714
46966
|
"name": "_variables.scss"
|
|
46715
46967
|
},
|
|
46716
|
-
"resolvedValue": "
|
|
46717
|
-
"resolvedType": "
|
|
46968
|
+
"resolvedValue": "var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14))",
|
|
46969
|
+
"resolvedType": "String"
|
|
46718
46970
|
},
|
|
46719
46971
|
{
|
|
46720
46972
|
"description": "The vertical padding of the ColorEditor header.\n",
|
|
@@ -47271,8 +47523,8 @@
|
|
|
47271
47523
|
{
|
|
47272
47524
|
"description": "Background color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.\n",
|
|
47273
47525
|
"commentRange": {
|
|
47274
|
-
"start":
|
|
47275
|
-
"end":
|
|
47526
|
+
"start": 362,
|
|
47527
|
+
"end": 364
|
|
47276
47528
|
},
|
|
47277
47529
|
"context": {
|
|
47278
47530
|
"type": "variable",
|
|
@@ -47280,8 +47532,8 @@
|
|
|
47280
47532
|
"value": "k-map-get( $theme, component-bg )",
|
|
47281
47533
|
"scope": "default",
|
|
47282
47534
|
"line": {
|
|
47283
|
-
"start":
|
|
47284
|
-
"end":
|
|
47535
|
+
"start": 365,
|
|
47536
|
+
"end": 365
|
|
47285
47537
|
}
|
|
47286
47538
|
},
|
|
47287
47539
|
"group": [
|
|
@@ -47298,8 +47550,8 @@
|
|
|
47298
47550
|
{
|
|
47299
47551
|
"description": "Text color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`.\n",
|
|
47300
47552
|
"commentRange": {
|
|
47301
|
-
"start":
|
|
47302
|
-
"end":
|
|
47553
|
+
"start": 366,
|
|
47554
|
+
"end": 368
|
|
47303
47555
|
},
|
|
47304
47556
|
"context": {
|
|
47305
47557
|
"type": "variable",
|
|
@@ -47307,8 +47559,8 @@
|
|
|
47307
47559
|
"value": "k-map-get( $theme, component-text )",
|
|
47308
47560
|
"scope": "default",
|
|
47309
47561
|
"line": {
|
|
47310
|
-
"start":
|
|
47311
|
-
"end":
|
|
47562
|
+
"start": 369,
|
|
47563
|
+
"end": 369
|
|
47312
47564
|
}
|
|
47313
47565
|
},
|
|
47314
47566
|
"group": [
|
|
@@ -47325,8 +47577,8 @@
|
|
|
47325
47577
|
{
|
|
47326
47578
|
"description": "Border color of a component.\nNote: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.\n",
|
|
47327
47579
|
"commentRange": {
|
|
47328
|
-
"start":
|
|
47329
|
-
"end":
|
|
47580
|
+
"start": 370,
|
|
47581
|
+
"end": 372
|
|
47330
47582
|
},
|
|
47331
47583
|
"context": {
|
|
47332
47584
|
"type": "variable",
|
|
@@ -47334,8 +47586,8 @@
|
|
|
47334
47586
|
"value": "k-map-get( $theme, component-border )",
|
|
47335
47587
|
"scope": "default",
|
|
47336
47588
|
"line": {
|
|
47337
|
-
"start":
|
|
47338
|
-
"end":
|
|
47589
|
+
"start": 373,
|
|
47590
|
+
"end": 373
|
|
47339
47591
|
}
|
|
47340
47592
|
},
|
|
47341
47593
|
"group": [
|
|
@@ -49022,6 +49274,39 @@
|
|
|
49022
49274
|
}
|
|
49023
49275
|
]
|
|
49024
49276
|
},
|
|
49277
|
+
{
|
|
49278
|
+
"id": "elevation",
|
|
49279
|
+
"title": "Elevation",
|
|
49280
|
+
"variables": [
|
|
49281
|
+
{
|
|
49282
|
+
"description": "Global Elevation.\n",
|
|
49283
|
+
"commentRange": {
|
|
49284
|
+
"start": 49,
|
|
49285
|
+
"end": 50
|
|
49286
|
+
},
|
|
49287
|
+
"context": {
|
|
49288
|
+
"type": "variable",
|
|
49289
|
+
"name": "kendo-elevation",
|
|
49290
|
+
"value": "$_default-elevation",
|
|
49291
|
+
"scope": "default",
|
|
49292
|
+
"line": {
|
|
49293
|
+
"start": 51,
|
|
49294
|
+
"end": 51
|
|
49295
|
+
}
|
|
49296
|
+
},
|
|
49297
|
+
"group": [
|
|
49298
|
+
"elevation"
|
|
49299
|
+
],
|
|
49300
|
+
"access": "public",
|
|
49301
|
+
"file": {
|
|
49302
|
+
"path": "core/elevation/index.import.scss",
|
|
49303
|
+
"name": "index.import.scss"
|
|
49304
|
+
},
|
|
49305
|
+
"resolvedValue": "(1: (0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 2px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)), 2: (0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14)), 3: (0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14)), 4: (0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14)), 5: (0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14)), 6: (0px 5px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 14px 0px rgba(0, 0, 0, 0.12), 0px 8px 10px 0px rgba(0, 0, 0, 0.14)), 7: (0px 7px 8px 0px rgba(0, 0, 0, 0.2), 0px 5px 22px 0px rgba(0, 0, 0, 0.12), 0px 12px 17px 0px rgba(0, 0, 0, 0.14)), 8: (0px 8px 10px rgba(0, 0, 0, 0.2), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 16px 24px rgba(0, 0, 0, 0.14)), 9: (0px 11px 15px rgba(0, 0, 0, 0.2), 0px 9px 46px rgba(0, 0, 0, 0.12), 0px 24px 38px rgba(0, 0, 0, 0.14)))",
|
|
49306
|
+
"resolvedType": "Map"
|
|
49307
|
+
}
|
|
49308
|
+
]
|
|
49309
|
+
},
|
|
49025
49310
|
{
|
|
49026
49311
|
"id": "expander",
|
|
49027
49312
|
"title": "Expander",
|
|
@@ -50667,7 +50952,7 @@
|
|
|
50667
50952
|
"context": {
|
|
50668
50953
|
"type": "variable",
|
|
50669
50954
|
"name": "kendo-fab-shadow",
|
|
50670
|
-
"value": "
|
|
50955
|
+
"value": "$box-shadow-depth-5",
|
|
50671
50956
|
"scope": "default",
|
|
50672
50957
|
"line": {
|
|
50673
50958
|
"start": 118,
|
|
@@ -50682,8 +50967,8 @@
|
|
|
50682
50967
|
"path": "fab/_variables.scss",
|
|
50683
50968
|
"name": "_variables.scss"
|
|
50684
50969
|
},
|
|
50685
|
-
"resolvedValue": "0px 3px 5px
|
|
50686
|
-
"resolvedType": "
|
|
50970
|
+
"resolvedValue": "var(--kendo-elevation-5, 0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14))",
|
|
50971
|
+
"resolvedType": "String"
|
|
50687
50972
|
},
|
|
50688
50973
|
{
|
|
50689
50974
|
"description": "The shadow of the disabled FAB.\n",
|
|
@@ -50694,7 +50979,7 @@
|
|
|
50694
50979
|
"context": {
|
|
50695
50980
|
"type": "variable",
|
|
50696
50981
|
"name": "kendo-fab-disabled-shadow",
|
|
50697
|
-
"value": "
|
|
50982
|
+
"value": "$box-shadow-depth-5",
|
|
50698
50983
|
"scope": "default",
|
|
50699
50984
|
"line": {
|
|
50700
50985
|
"start": 121,
|
|
@@ -50709,8 +50994,8 @@
|
|
|
50709
50994
|
"path": "fab/_variables.scss",
|
|
50710
50995
|
"name": "_variables.scss"
|
|
50711
50996
|
},
|
|
50712
|
-
"resolvedValue": "0px 3px 5px
|
|
50713
|
-
"resolvedType": "
|
|
50997
|
+
"resolvedValue": "var(--kendo-elevation-5, 0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14))",
|
|
50998
|
+
"resolvedType": "String"
|
|
50714
50999
|
},
|
|
50715
51000
|
{
|
|
50716
51001
|
"description": "The shadow of the active FAB.\n",
|
|
@@ -50721,7 +51006,7 @@
|
|
|
50721
51006
|
"context": {
|
|
50722
51007
|
"type": "variable",
|
|
50723
51008
|
"name": "kendo-fab-active-shadow",
|
|
50724
|
-
"value": "
|
|
51009
|
+
"value": "$box-shadow-depth-7",
|
|
50725
51010
|
"scope": "default",
|
|
50726
51011
|
"line": {
|
|
50727
51012
|
"start": 124,
|
|
@@ -50736,8 +51021,8 @@
|
|
|
50736
51021
|
"path": "fab/_variables.scss",
|
|
50737
51022
|
"name": "_variables.scss"
|
|
50738
51023
|
},
|
|
50739
|
-
"resolvedValue": "0px
|
|
50740
|
-
"resolvedType": "
|
|
51024
|
+
"resolvedValue": "var(--kendo-elevation-7, 0px 7px 8px 0px rgba(0, 0, 0, 0.2), 0px 5px 22px 0px rgba(0, 0, 0, 0.12), 0px 12px 17px 0px rgba(0, 0, 0, 0.14))",
|
|
51025
|
+
"resolvedType": "String"
|
|
50741
51026
|
},
|
|
50742
51027
|
{
|
|
50743
51028
|
"description": "The base text color of the FAB item.\n",
|
|
@@ -50925,8 +51210,8 @@
|
|
|
50925
51210
|
"path": "fab/_variables.scss",
|
|
50926
51211
|
"name": "_variables.scss"
|
|
50927
51212
|
},
|
|
50928
|
-
"resolvedValue": "0px 3px 5px
|
|
50929
|
-
"resolvedType": "
|
|
51213
|
+
"resolvedValue": "var(--kendo-elevation-5, 0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14))",
|
|
51214
|
+
"resolvedType": "String"
|
|
50930
51215
|
},
|
|
50931
51216
|
{
|
|
50932
51217
|
"description": "The shadow of the disabled FAB item.\n",
|
|
@@ -50952,8 +51237,8 @@
|
|
|
50952
51237
|
"path": "fab/_variables.scss",
|
|
50953
51238
|
"name": "_variables.scss"
|
|
50954
51239
|
},
|
|
50955
|
-
"resolvedValue": "0px 3px 5px
|
|
50956
|
-
"resolvedType": "
|
|
51240
|
+
"resolvedValue": "var(--kendo-elevation-5, 0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14))",
|
|
51241
|
+
"resolvedType": "String"
|
|
50957
51242
|
},
|
|
50958
51243
|
{
|
|
50959
51244
|
"description": "The shadow of the active FAB item.\n",
|
|
@@ -50979,8 +51264,8 @@
|
|
|
50979
51264
|
"path": "fab/_variables.scss",
|
|
50980
51265
|
"name": "_variables.scss"
|
|
50981
51266
|
},
|
|
50982
|
-
"resolvedValue": "0px
|
|
50983
|
-
"resolvedType": "
|
|
51267
|
+
"resolvedValue": "var(--kendo-elevation-7, 0px 7px 8px 0px rgba(0, 0, 0, 0.2), 0px 5px 22px 0px rgba(0, 0, 0, 0.12), 0px 12px 17px 0px rgba(0, 0, 0, 0.14))",
|
|
51268
|
+
"resolvedType": "String"
|
|
50984
51269
|
}
|
|
50985
51270
|
]
|
|
50986
51271
|
},
|
|
@@ -59907,8 +60192,8 @@
|
|
|
59907
60192
|
"path": "notification/_variables.scss",
|
|
59908
60193
|
"name": "_variables.scss"
|
|
59909
60194
|
},
|
|
59910
|
-
"resolvedValue": "
|
|
59911
|
-
"resolvedType": "
|
|
60195
|
+
"resolvedValue": "var(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14))",
|
|
60196
|
+
"resolvedType": "String"
|
|
59912
60197
|
},
|
|
59913
60198
|
{
|
|
59914
60199
|
"description": "The horizontal spacing of the Notification icon.\n",
|
|
@@ -62739,8 +63024,8 @@
|
|
|
62739
63024
|
"path": "popover/_variables.scss",
|
|
62740
63025
|
"name": "_variables.scss"
|
|
62741
63026
|
},
|
|
62742
|
-
"resolvedValue": "
|
|
62743
|
-
"resolvedType": "
|
|
63027
|
+
"resolvedValue": "var(--kendo-elevation-1, 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 2px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14))",
|
|
63028
|
+
"resolvedType": "String"
|
|
62744
63029
|
},
|
|
62745
63030
|
{
|
|
62746
63031
|
"description": "The horizontal padding of the Popover header.\n",
|
|
@@ -63486,7 +63771,7 @@
|
|
|
63486
63771
|
"context": {
|
|
63487
63772
|
"type": "variable",
|
|
63488
63773
|
"name": "kendo-popup-shadow",
|
|
63489
|
-
"value": "
|
|
63774
|
+
"value": "$box-shadow-depth-4",
|
|
63490
63775
|
"scope": "default",
|
|
63491
63776
|
"line": {
|
|
63492
63777
|
"start": 39,
|
|
@@ -63501,8 +63786,8 @@
|
|
|
63501
63786
|
"path": "popup/_variables.scss",
|
|
63502
63787
|
"name": "_variables.scss"
|
|
63503
63788
|
},
|
|
63504
|
-
"resolvedValue": "
|
|
63505
|
-
"resolvedType": "
|
|
63789
|
+
"resolvedValue": "var(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14))",
|
|
63790
|
+
"resolvedType": "String"
|
|
63506
63791
|
}
|
|
63507
63792
|
]
|
|
63508
63793
|
},
|
|
@@ -66124,136 +66409,253 @@
|
|
|
66124
66409
|
"description": "Shadow for switch.\nEquivalent to material elevation 1.\n",
|
|
66125
66410
|
"commentRange": {
|
|
66126
66411
|
"start": 93,
|
|
66127
|
-
"end":
|
|
66412
|
+
"end": 96
|
|
66128
66413
|
},
|
|
66129
66414
|
"context": {
|
|
66130
66415
|
"type": "variable",
|
|
66131
66416
|
"name": "box-shadow-depth-1",
|
|
66132
|
-
"value": "
|
|
66417
|
+
"value": "k-elevation(1)",
|
|
66133
66418
|
"scope": "default",
|
|
66134
66419
|
"line": {
|
|
66135
|
-
"start":
|
|
66136
|
-
"end":
|
|
66420
|
+
"start": 97,
|
|
66421
|
+
"end": 97
|
|
66137
66422
|
}
|
|
66138
66423
|
},
|
|
66139
66424
|
"group": [
|
|
66140
66425
|
"shadows"
|
|
66141
66426
|
],
|
|
66427
|
+
"deprecated": "Use the `$kendo-elevation` map instead.",
|
|
66142
66428
|
"access": "public",
|
|
66143
66429
|
"file": {
|
|
66144
66430
|
"path": "_variables.scss",
|
|
66145
66431
|
"name": "_variables.scss"
|
|
66146
66432
|
},
|
|
66147
|
-
"resolvedValue": "
|
|
66148
|
-
"resolvedType": "
|
|
66433
|
+
"resolvedValue": "var(--kendo-elevation-1, 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 2px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14))",
|
|
66434
|
+
"resolvedType": "String"
|
|
66149
66435
|
},
|
|
66150
66436
|
{
|
|
66151
66437
|
"description": "Shadow for resting state of button, card and other widgets.\nEquivalent to material elevation 2.\n",
|
|
66152
66438
|
"commentRange": {
|
|
66153
|
-
"start":
|
|
66154
|
-
"end":
|
|
66439
|
+
"start": 98,
|
|
66440
|
+
"end": 101
|
|
66155
66441
|
},
|
|
66156
66442
|
"context": {
|
|
66157
66443
|
"type": "variable",
|
|
66158
66444
|
"name": "box-shadow-depth-2",
|
|
66159
|
-
"value": "
|
|
66445
|
+
"value": "k-elevation(2)",
|
|
66160
66446
|
"scope": "default",
|
|
66161
66447
|
"line": {
|
|
66162
|
-
"start":
|
|
66163
|
-
"end":
|
|
66448
|
+
"start": 102,
|
|
66449
|
+
"end": 102
|
|
66164
66450
|
}
|
|
66165
66451
|
},
|
|
66166
66452
|
"group": [
|
|
66167
66453
|
"shadows"
|
|
66168
66454
|
],
|
|
66455
|
+
"deprecated": "Use the `$kendo-elevation` map instead.",
|
|
66169
66456
|
"access": "public",
|
|
66170
66457
|
"file": {
|
|
66171
66458
|
"path": "_variables.scss",
|
|
66172
66459
|
"name": "_variables.scss"
|
|
66173
66460
|
},
|
|
66174
|
-
"resolvedValue": "
|
|
66175
|
-
"resolvedType": "
|
|
66461
|
+
"resolvedValue": "var(--kendo-elevation-2, 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14))",
|
|
66462
|
+
"resolvedType": "String"
|
|
66176
66463
|
},
|
|
66177
66464
|
{
|
|
66178
|
-
"description": "Shadow for menu, popups and raised state of button and card.\nEquivalent to material elevation
|
|
66465
|
+
"description": "Shadow for menu, popups and raised state of button and card.\nEquivalent to material elevation 3.\n",
|
|
66179
66466
|
"commentRange": {
|
|
66180
|
-
"start":
|
|
66181
|
-
"end":
|
|
66467
|
+
"start": 103,
|
|
66468
|
+
"end": 106
|
|
66182
66469
|
},
|
|
66183
66470
|
"context": {
|
|
66184
66471
|
"type": "variable",
|
|
66185
66472
|
"name": "box-shadow-depth-3",
|
|
66186
|
-
"value": "
|
|
66473
|
+
"value": "k-elevation(3)",
|
|
66187
66474
|
"scope": "default",
|
|
66188
66475
|
"line": {
|
|
66189
|
-
"start":
|
|
66190
|
-
"end":
|
|
66476
|
+
"start": 107,
|
|
66477
|
+
"end": 107
|
|
66191
66478
|
}
|
|
66192
66479
|
},
|
|
66193
66480
|
"group": [
|
|
66194
66481
|
"shadows"
|
|
66195
66482
|
],
|
|
66483
|
+
"deprecated": "Use the `$kendo-elevation` map instead.",
|
|
66196
66484
|
"access": "public",
|
|
66197
66485
|
"file": {
|
|
66198
66486
|
"path": "_variables.scss",
|
|
66199
66487
|
"name": "_variables.scss"
|
|
66200
66488
|
},
|
|
66201
|
-
"resolvedValue": "
|
|
66202
|
-
"resolvedType": "
|
|
66489
|
+
"resolvedValue": "var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14))",
|
|
66490
|
+
"resolvedType": "String"
|
|
66203
66491
|
},
|
|
66204
66492
|
{
|
|
66205
|
-
"description": "Shadow for drawers and other overlaying elements.\nEquivalent to material elevation
|
|
66493
|
+
"description": "Shadow for drawers and other overlaying elements.\nEquivalent to material elevation 4.\n",
|
|
66206
66494
|
"commentRange": {
|
|
66207
|
-
"start":
|
|
66208
|
-
"end":
|
|
66495
|
+
"start": 108,
|
|
66496
|
+
"end": 111
|
|
66209
66497
|
},
|
|
66210
66498
|
"context": {
|
|
66211
66499
|
"type": "variable",
|
|
66212
66500
|
"name": "box-shadow-depth-4",
|
|
66213
|
-
"value": "
|
|
66501
|
+
"value": "k-elevation(4)",
|
|
66214
66502
|
"scope": "default",
|
|
66215
66503
|
"line": {
|
|
66216
|
-
"start":
|
|
66217
|
-
"end":
|
|
66504
|
+
"start": 112,
|
|
66505
|
+
"end": 112
|
|
66218
66506
|
}
|
|
66219
66507
|
},
|
|
66220
66508
|
"group": [
|
|
66221
66509
|
"shadows"
|
|
66222
66510
|
],
|
|
66511
|
+
"deprecated": "Use the `$kendo-elevation` map instead.",
|
|
66223
66512
|
"access": "public",
|
|
66224
66513
|
"file": {
|
|
66225
66514
|
"path": "_variables.scss",
|
|
66226
66515
|
"name": "_variables.scss"
|
|
66227
66516
|
},
|
|
66228
|
-
"resolvedValue": "
|
|
66229
|
-
"resolvedType": "
|
|
66517
|
+
"resolvedValue": "var(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14))",
|
|
66518
|
+
"resolvedType": "String"
|
|
66230
66519
|
},
|
|
66231
66520
|
{
|
|
66232
|
-
"description": "Shadow for window and dialog.\nEquivalent to material elevation
|
|
66521
|
+
"description": "Shadow for window and dialog.\nEquivalent to material elevation 6.\n",
|
|
66233
66522
|
"commentRange": {
|
|
66234
|
-
"start":
|
|
66235
|
-
"end":
|
|
66523
|
+
"start": 113,
|
|
66524
|
+
"end": 116
|
|
66236
66525
|
},
|
|
66237
66526
|
"context": {
|
|
66238
66527
|
"type": "variable",
|
|
66239
66528
|
"name": "box-shadow-depth-5",
|
|
66240
|
-
"value": "
|
|
66529
|
+
"value": "k-elevation(5)",
|
|
66241
66530
|
"scope": "default",
|
|
66242
66531
|
"line": {
|
|
66243
|
-
"start":
|
|
66244
|
-
"end":
|
|
66532
|
+
"start": 117,
|
|
66533
|
+
"end": 117
|
|
66245
66534
|
}
|
|
66246
66535
|
},
|
|
66247
66536
|
"group": [
|
|
66248
66537
|
"shadows"
|
|
66249
66538
|
],
|
|
66539
|
+
"deprecated": "Use the `$kendo-elevation` map instead.",
|
|
66250
66540
|
"access": "public",
|
|
66251
66541
|
"file": {
|
|
66252
66542
|
"path": "_variables.scss",
|
|
66253
66543
|
"name": "_variables.scss"
|
|
66254
66544
|
},
|
|
66255
|
-
"resolvedValue": "
|
|
66256
|
-
"resolvedType": "
|
|
66545
|
+
"resolvedValue": "var(--kendo-elevation-5, 0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14))",
|
|
66546
|
+
"resolvedType": "String"
|
|
66547
|
+
},
|
|
66548
|
+
{
|
|
66549
|
+
"description": "Shadow for window and dialog.\nEquivalent to material elevation 8.\n",
|
|
66550
|
+
"commentRange": {
|
|
66551
|
+
"start": 118,
|
|
66552
|
+
"end": 121
|
|
66553
|
+
},
|
|
66554
|
+
"context": {
|
|
66555
|
+
"type": "variable",
|
|
66556
|
+
"name": "box-shadow-depth-6",
|
|
66557
|
+
"value": "k-elevation(6)",
|
|
66558
|
+
"scope": "default",
|
|
66559
|
+
"line": {
|
|
66560
|
+
"start": 122,
|
|
66561
|
+
"end": 122
|
|
66562
|
+
}
|
|
66563
|
+
},
|
|
66564
|
+
"group": [
|
|
66565
|
+
"shadows"
|
|
66566
|
+
],
|
|
66567
|
+
"deprecated": "Use the `$kendo-elevation` map instead.",
|
|
66568
|
+
"access": "public",
|
|
66569
|
+
"file": {
|
|
66570
|
+
"path": "_variables.scss",
|
|
66571
|
+
"name": "_variables.scss"
|
|
66572
|
+
},
|
|
66573
|
+
"resolvedValue": "var(--kendo-elevation-6, 0px 5px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 14px 0px rgba(0, 0, 0, 0.12), 0px 8px 10px 0px rgba(0, 0, 0, 0.14))",
|
|
66574
|
+
"resolvedType": "String"
|
|
66575
|
+
},
|
|
66576
|
+
{
|
|
66577
|
+
"description": "Shadow for window and dialog.\nEquivalent to material elevation 12.\n",
|
|
66578
|
+
"commentRange": {
|
|
66579
|
+
"start": 123,
|
|
66580
|
+
"end": 126
|
|
66581
|
+
},
|
|
66582
|
+
"context": {
|
|
66583
|
+
"type": "variable",
|
|
66584
|
+
"name": "box-shadow-depth-7",
|
|
66585
|
+
"value": "k-elevation(7)",
|
|
66586
|
+
"scope": "default",
|
|
66587
|
+
"line": {
|
|
66588
|
+
"start": 127,
|
|
66589
|
+
"end": 127
|
|
66590
|
+
}
|
|
66591
|
+
},
|
|
66592
|
+
"group": [
|
|
66593
|
+
"shadows"
|
|
66594
|
+
],
|
|
66595
|
+
"deprecated": "Use the `$kendo-elevation` map instead.",
|
|
66596
|
+
"access": "public",
|
|
66597
|
+
"file": {
|
|
66598
|
+
"path": "_variables.scss",
|
|
66599
|
+
"name": "_variables.scss"
|
|
66600
|
+
},
|
|
66601
|
+
"resolvedValue": "var(--kendo-elevation-7, 0px 7px 8px 0px rgba(0, 0, 0, 0.2), 0px 5px 22px 0px rgba(0, 0, 0, 0.12), 0px 12px 17px 0px rgba(0, 0, 0, 0.14))",
|
|
66602
|
+
"resolvedType": "String"
|
|
66603
|
+
},
|
|
66604
|
+
{
|
|
66605
|
+
"description": "Shadow for window and dialog.\nEquivalent to material elevation 16.\n",
|
|
66606
|
+
"commentRange": {
|
|
66607
|
+
"start": 128,
|
|
66608
|
+
"end": 131
|
|
66609
|
+
},
|
|
66610
|
+
"context": {
|
|
66611
|
+
"type": "variable",
|
|
66612
|
+
"name": "box-shadow-depth-8",
|
|
66613
|
+
"value": "k-elevation(8)",
|
|
66614
|
+
"scope": "default",
|
|
66615
|
+
"line": {
|
|
66616
|
+
"start": 132,
|
|
66617
|
+
"end": 132
|
|
66618
|
+
}
|
|
66619
|
+
},
|
|
66620
|
+
"group": [
|
|
66621
|
+
"shadows"
|
|
66622
|
+
],
|
|
66623
|
+
"deprecated": "Use the `$kendo-elevation` map instead.",
|
|
66624
|
+
"access": "public",
|
|
66625
|
+
"file": {
|
|
66626
|
+
"path": "_variables.scss",
|
|
66627
|
+
"name": "_variables.scss"
|
|
66628
|
+
},
|
|
66629
|
+
"resolvedValue": "var(--kendo-elevation-8, 0px 8px 10px rgba(0, 0, 0, 0.2), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 16px 24px rgba(0, 0, 0, 0.14))",
|
|
66630
|
+
"resolvedType": "String"
|
|
66631
|
+
},
|
|
66632
|
+
{
|
|
66633
|
+
"description": "Shadow for window and dialog.\nEquivalent to material elevation 24.\n",
|
|
66634
|
+
"commentRange": {
|
|
66635
|
+
"start": 133,
|
|
66636
|
+
"end": 136
|
|
66637
|
+
},
|
|
66638
|
+
"context": {
|
|
66639
|
+
"type": "variable",
|
|
66640
|
+
"name": "box-shadow-depth-9",
|
|
66641
|
+
"value": "k-elevation(9)",
|
|
66642
|
+
"scope": "default",
|
|
66643
|
+
"line": {
|
|
66644
|
+
"start": 137,
|
|
66645
|
+
"end": 137
|
|
66646
|
+
}
|
|
66647
|
+
},
|
|
66648
|
+
"group": [
|
|
66649
|
+
"shadows"
|
|
66650
|
+
],
|
|
66651
|
+
"deprecated": "Use the `$kendo-elevation` map instead.",
|
|
66652
|
+
"access": "public",
|
|
66653
|
+
"file": {
|
|
66654
|
+
"path": "_variables.scss",
|
|
66655
|
+
"name": "_variables.scss"
|
|
66656
|
+
},
|
|
66657
|
+
"resolvedValue": "var(--kendo-elevation-9, 0px 11px 15px rgba(0, 0, 0, 0.2), 0px 9px 46px rgba(0, 0, 0, 0.12), 0px 24px 38px rgba(0, 0, 0, 0.14))",
|
|
66658
|
+
"resolvedType": "String"
|
|
66257
66659
|
}
|
|
66258
66660
|
]
|
|
66259
66661
|
},
|
|
@@ -69846,8 +70248,8 @@
|
|
|
69846
70248
|
"path": "tilelayout/_variables.scss",
|
|
69847
70249
|
"name": "_variables.scss"
|
|
69848
70250
|
},
|
|
69849
|
-
"resolvedValue": "
|
|
69850
|
-
"resolvedType": "
|
|
70251
|
+
"resolvedValue": "var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14))",
|
|
70252
|
+
"resolvedType": "String"
|
|
69851
70253
|
},
|
|
69852
70254
|
{
|
|
69853
70255
|
"description": "The width of the border around the TileLayout hint.\n",
|
|
@@ -70539,7 +70941,7 @@
|
|
|
70539
70941
|
"context": {
|
|
70540
70942
|
"type": "variable",
|
|
70541
70943
|
"name": "kendo-toolbar-shadow",
|
|
70542
|
-
"value": "$box-shadow-depth-
|
|
70944
|
+
"value": "$box-shadow-depth-4",
|
|
70543
70945
|
"scope": "default",
|
|
70544
70946
|
"line": {
|
|
70545
70947
|
"start": 73,
|
|
@@ -70554,8 +70956,8 @@
|
|
|
70554
70956
|
"path": "toolbar/_variables.scss",
|
|
70555
70957
|
"name": "_variables.scss"
|
|
70556
70958
|
},
|
|
70557
|
-
"resolvedValue": "
|
|
70558
|
-
"resolvedType": "
|
|
70959
|
+
"resolvedValue": "var(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14))",
|
|
70960
|
+
"resolvedType": "String"
|
|
70559
70961
|
},
|
|
70560
70962
|
{
|
|
70561
70963
|
"description": "The color of the separator border of the Toolbar.\n",
|
|
@@ -72030,8 +72432,8 @@
|
|
|
72030
72432
|
{
|
|
72031
72433
|
"description": "Base font size across all components.\n",
|
|
72032
72434
|
"commentRange": {
|
|
72033
|
-
"start":
|
|
72034
|
-
"end":
|
|
72435
|
+
"start": 289,
|
|
72436
|
+
"end": 290
|
|
72035
72437
|
},
|
|
72036
72438
|
"context": {
|
|
72037
72439
|
"type": "variable",
|
|
@@ -72039,8 +72441,8 @@
|
|
|
72039
72441
|
"value": "14px",
|
|
72040
72442
|
"scope": "default",
|
|
72041
72443
|
"line": {
|
|
72042
|
-
"start":
|
|
72043
|
-
"end":
|
|
72444
|
+
"start": 291,
|
|
72445
|
+
"end": 291
|
|
72044
72446
|
}
|
|
72045
72447
|
},
|
|
72046
72448
|
"group": [
|
|
@@ -72057,8 +72459,8 @@
|
|
|
72057
72459
|
{
|
|
72058
72460
|
"description": "Font family for text.\n",
|
|
72059
72461
|
"commentRange": {
|
|
72060
|
-
"start":
|
|
72061
|
-
"end":
|
|
72462
|
+
"start": 306,
|
|
72463
|
+
"end": 307
|
|
72062
72464
|
},
|
|
72063
72465
|
"context": {
|
|
72064
72466
|
"type": "variable",
|
|
@@ -72066,8 +72468,8 @@
|
|
|
72066
72468
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
72067
72469
|
"scope": "default",
|
|
72068
72470
|
"line": {
|
|
72069
|
-
"start":
|
|
72070
|
-
"end":
|
|
72471
|
+
"start": 308,
|
|
72472
|
+
"end": 308
|
|
72071
72473
|
}
|
|
72072
72474
|
},
|
|
72073
72475
|
"group": [
|
|
@@ -72084,8 +72486,8 @@
|
|
|
72084
72486
|
{
|
|
72085
72487
|
"description": "Font family across all components.\n",
|
|
72086
72488
|
"commentRange": {
|
|
72087
|
-
"start":
|
|
72088
|
-
"end":
|
|
72489
|
+
"start": 310,
|
|
72490
|
+
"end": 311
|
|
72089
72491
|
},
|
|
72090
72492
|
"context": {
|
|
72091
72493
|
"type": "variable",
|
|
@@ -72093,8 +72495,8 @@
|
|
|
72093
72495
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
72094
72496
|
"scope": "default",
|
|
72095
72497
|
"line": {
|
|
72096
|
-
"start":
|
|
72097
|
-
"end":
|
|
72498
|
+
"start": 312,
|
|
72499
|
+
"end": 312
|
|
72098
72500
|
}
|
|
72099
72501
|
},
|
|
72100
72502
|
"group": [
|
|
@@ -72111,8 +72513,8 @@
|
|
|
72111
72513
|
{
|
|
72112
72514
|
"description": "Font family for monospaced text. Used for styling the code.\n",
|
|
72113
72515
|
"commentRange": {
|
|
72114
|
-
"start":
|
|
72115
|
-
"end":
|
|
72516
|
+
"start": 314,
|
|
72517
|
+
"end": 315
|
|
72116
72518
|
},
|
|
72117
72519
|
"context": {
|
|
72118
72520
|
"type": "variable",
|
|
@@ -72120,8 +72522,8 @@
|
|
|
72120
72522
|
"value": "Consolas, \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace",
|
|
72121
72523
|
"scope": "default",
|
|
72122
72524
|
"line": {
|
|
72123
|
-
"start":
|
|
72124
|
-
"end":
|
|
72525
|
+
"start": 316,
|
|
72526
|
+
"end": 316
|
|
72125
72527
|
}
|
|
72126
72528
|
},
|
|
72127
72529
|
"group": [
|
|
@@ -72138,8 +72540,8 @@
|
|
|
72138
72540
|
{
|
|
72139
72541
|
"description": "Font family across all components.\n",
|
|
72140
72542
|
"commentRange": {
|
|
72141
|
-
"start":
|
|
72142
|
-
"end":
|
|
72543
|
+
"start": 318,
|
|
72544
|
+
"end": 319
|
|
72143
72545
|
},
|
|
72144
72546
|
"context": {
|
|
72145
72547
|
"type": "variable",
|
|
@@ -72147,8 +72549,8 @@
|
|
|
72147
72549
|
"value": "Roboto, \"Helvetica Neue\", sans-serif",
|
|
72148
72550
|
"scope": "default",
|
|
72149
72551
|
"line": {
|
|
72150
|
-
"start":
|
|
72151
|
-
"end":
|
|
72552
|
+
"start": 320,
|
|
72553
|
+
"end": 320
|
|
72152
72554
|
}
|
|
72153
72555
|
},
|
|
72154
72556
|
"group": [
|
|
@@ -72165,8 +72567,8 @@
|
|
|
72165
72567
|
{
|
|
72166
72568
|
"description": "Line height used along with $kendo-font-size.\n",
|
|
72167
72569
|
"commentRange": {
|
|
72168
|
-
"start":
|
|
72169
|
-
"end":
|
|
72570
|
+
"start": 322,
|
|
72571
|
+
"end": 323
|
|
72170
72572
|
},
|
|
72171
72573
|
"context": {
|
|
72172
72574
|
"type": "variable",
|
|
@@ -72174,8 +72576,8 @@
|
|
|
72174
72576
|
"value": "k-math-div( 28, 14 )",
|
|
72175
72577
|
"scope": "default",
|
|
72176
72578
|
"line": {
|
|
72177
|
-
"start":
|
|
72178
|
-
"end":
|
|
72579
|
+
"start": 324,
|
|
72580
|
+
"end": 324
|
|
72179
72581
|
}
|
|
72180
72582
|
},
|
|
72181
72583
|
"group": [
|
|
@@ -73587,7 +73989,7 @@
|
|
|
73587
73989
|
"context": {
|
|
73588
73990
|
"type": "variable",
|
|
73589
73991
|
"name": "kendo-window-shadow",
|
|
73590
|
-
"value": "$box-shadow-depth-
|
|
73992
|
+
"value": "$box-shadow-depth-8",
|
|
73591
73993
|
"scope": "default",
|
|
73592
73994
|
"line": {
|
|
73593
73995
|
"start": 79,
|
|
@@ -73602,8 +74004,8 @@
|
|
|
73602
74004
|
"path": "window/_variables.scss",
|
|
73603
74005
|
"name": "_variables.scss"
|
|
73604
74006
|
},
|
|
73605
|
-
"resolvedValue": "
|
|
73606
|
-
"resolvedType": "
|
|
74007
|
+
"resolvedValue": "var(--kendo-elevation-8, 0px 8px 10px rgba(0, 0, 0, 0.2), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 16px 24px rgba(0, 0, 0, 0.14))",
|
|
74008
|
+
"resolvedType": "String"
|
|
73607
74009
|
},
|
|
73608
74010
|
{
|
|
73609
74011
|
"description": "The box shadow of the focused Window.\n",
|
|
@@ -73614,7 +74016,7 @@
|
|
|
73614
74016
|
"context": {
|
|
73615
74017
|
"type": "variable",
|
|
73616
74018
|
"name": "kendo-window-focus-shadow",
|
|
73617
|
-
"value": "$box-shadow-depth-
|
|
74019
|
+
"value": "$box-shadow-depth-9",
|
|
73618
74020
|
"scope": "default",
|
|
73619
74021
|
"line": {
|
|
73620
74022
|
"start": 82,
|
|
@@ -73629,8 +74031,8 @@
|
|
|
73629
74031
|
"path": "window/_variables.scss",
|
|
73630
74032
|
"name": "_variables.scss"
|
|
73631
74033
|
},
|
|
73632
|
-
"resolvedValue": "
|
|
73633
|
-
"resolvedType": "
|
|
74034
|
+
"resolvedValue": "var(--kendo-elevation-9, 0px 11px 15px rgba(0, 0, 0, 0.2), 0px 9px 46px rgba(0, 0, 0, 0.12), 0px 24px 38px rgba(0, 0, 0, 0.14))",
|
|
74035
|
+
"resolvedType": "String"
|
|
73634
74036
|
},
|
|
73635
74037
|
{
|
|
73636
74038
|
"description": "The background color of the Window titlebar.\n",
|