@progress/kendo-theme-default 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.
Files changed (73) hide show
  1. package/dist/all.css +567 -4823
  2. package/dist/all.scss +257 -1320
  3. package/dist/meta/sassdoc-data.json +428 -320
  4. package/dist/meta/sassdoc-raw-data.json +166 -116
  5. package/dist/meta/variables.json +97 -121
  6. package/lib/swatches/default-blue.json +1 -1
  7. package/lib/swatches/default-dataviz-v4.json +1 -1
  8. package/lib/swatches/default-green.json +1 -1
  9. package/lib/swatches/default-main-dark.json +1 -1
  10. package/lib/swatches/default-main.json +1 -1
  11. package/lib/swatches/default-nordic.json +1 -1
  12. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  13. package/lib/swatches/default-ocean-blue.json +1 -1
  14. package/lib/swatches/default-orange.json +1 -1
  15. package/lib/swatches/default-purple.json +1 -1
  16. package/lib/swatches/default-turquoise.json +1 -1
  17. package/lib/swatches/default-urban.json +1 -1
  18. package/package.json +5 -5
  19. package/scss/_variables.scss +1 -1
  20. package/scss/action-sheet/_variables.scss +1 -1
  21. package/scss/appbar/_variables.scss +2 -2
  22. package/scss/bottom-navigation/_layout.scss +1 -0
  23. package/scss/bottom-navigation/_variables.scss +2 -2
  24. package/scss/breadcrumb/_layout.scss +1 -2
  25. package/scss/calendar/_theme.scss +1 -0
  26. package/scss/calendar/_variables.scss +1 -0
  27. package/scss/card/_variables.scss +2 -1
  28. package/scss/chat/_variables.scss +6 -6
  29. package/scss/coloreditor/_variables.scss +3 -2
  30. package/scss/colorgradient/_layout.scss +3 -3
  31. package/scss/colorgradient/_theme.scss +4 -2
  32. package/scss/colorgradient/_variables.scss +14 -8
  33. package/scss/common/_index.scss +1 -0
  34. package/scss/common/_indicators.scss +39 -0
  35. package/scss/core/_index.scss +3 -0
  36. package/scss/drawer/_layout.scss +0 -1
  37. package/scss/editor/_layout.scss +3 -7
  38. package/scss/fab/_variables.scss +2 -2
  39. package/scss/grid/_layout.scss +5 -10
  40. package/scss/grid/_theme.scss +3 -6
  41. package/scss/icons/_layout.scss +4 -4
  42. package/scss/index.scss +2 -0
  43. package/scss/input/_layout.scss +10 -10
  44. package/scss/list/_variables.scss +1 -1
  45. package/scss/listview/_variables.scss +1 -1
  46. package/scss/map/_layout.scss +1 -2
  47. package/scss/orgchart/_variables.scss +2 -2
  48. package/scss/panelbar/_layout.scss +1 -0
  49. package/scss/panelbar/_theme.scss +0 -2
  50. package/scss/pdf-viewer/_theme.scss +1 -2
  51. package/scss/pdf-viewer/_variables.scss +1 -1
  52. package/scss/pivotgrid/_layout.scss +3 -6
  53. package/scss/pivotgrid/_variables.scss +5 -4
  54. package/scss/popup/_variables.scss +1 -1
  55. package/scss/rating/_theme.scss +0 -6
  56. package/scss/rating/_variables.scss +2 -2
  57. package/scss/scheduler/_layout.scss +2 -16
  58. package/scss/scheduler/_theme.scss +0 -17
  59. package/scss/scheduler/_variables.scss +1 -3
  60. package/scss/scrollview/_layout.scss +1 -2
  61. package/scss/spreadsheet/_layout.scss +2 -5
  62. package/scss/stepper/_layout.scss +2 -4
  63. package/scss/stepper/_theme.scss +1 -2
  64. package/scss/tabstrip/_layout.scss +1 -0
  65. package/scss/tabstrip/_variables.scss +1 -1
  66. package/scss/tilelayout/_layout.scss +1 -0
  67. package/scss/timeline/_variables.scss +1 -1
  68. package/scss/tooltip/_layout.scss +1 -2
  69. package/scss/tooltip/_theme.scss +1 -1
  70. package/scss/tooltip/_variables.scss +2 -0
  71. package/scss/treeview/_layout.scss +1 -4
  72. package/scss/upload/_layout.scss +1 -2
  73. 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": "0px 1px 1px rgba(0, 0, 0, .16)",
390
+ "value": "k-elevation(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 1px 1px rgba(0, 0, 0, 0.16)",
406
- "resolvedType": "List"
405
+ "resolvedValue": "var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))",
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": "0px -1px 1px rgba(0, 0, 0, .16)",
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 -1px 1px rgba(0, 0, 0, 0.16)",
433
- "resolvedType": "List"
432
+ "resolvedValue": "var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))",
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": "0px 0px 5px rgba(0, 0, 0, .12)",
1632
+ "value": "k-elevation(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 5px rgba(0, 0, 0, 0.12)",
1648
- "resolvedType": "List"
1647
+ "resolvedValue": "var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))",
1648
+ "resolvedType": "String"
1649
1649
  },
1650
1650
  {
1651
1651
  "description": "The text color of the flat BottomNavigation.\n",
@@ -8001,7 +8001,7 @@
8001
8001
  "context": {
8002
8002
  "type": "variable",
8003
8003
  "name": "kendo-color-gradient-focus-shadow",
8004
- "value": "1px 1px 7px 1px rgba(0, 0, 0, .3)",
8004
+ "value": "k-elevation(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": "1px 1px 7px 1px rgba(0, 0, 0, 0.3)",
8020
- "resolvedType": "List"
8019
+ "resolvedValue": "var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))",
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 border radius of the ColorGradient canvas drag handle.\n",
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-border-radius",
8328
- "value": "50%",
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": "50%",
8343
+ "resolvedValue": "1px",
8344
8344
  "resolvedType": "Number"
8345
8345
  },
8346
8346
  {
8347
- "description": "The text color of the ColorGradient canvas drag handle.\n",
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-text",
8355
- "value": "null",
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": "null",
8371
- "resolvedType": "Null"
8370
+ "resolvedValue": "50%",
8371
+ "resolvedType": "Number"
8372
8372
  },
8373
8373
  {
8374
- "description": "The background color of the ColorGradient canvas drag handle.\n",
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-bg",
8382
- "value": "transparent",
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": "transparent",
8398
- "resolvedType": "Color"
8397
+ "resolvedValue": "null",
8398
+ "resolvedType": "Null"
8399
8399
  },
8400
8400
  {
8401
- "description": "The color of the border around the ColorGradient canvas drag handle.\n",
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-border",
8409
- "value": "rgba( $kendo-color-white, .8)",
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": "rgba(255, 255, 255, 0.8)",
8424
+ "resolvedValue": "transparent",
8425
8425
  "resolvedType": "Color"
8426
8426
  },
8427
8427
  {
8428
- "description": "The box shadow of the ColorGradient canvas drag handle.\n",
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-shadow",
8436
- "value": "0 1px 4px rgba(0, 0, 0, .5)",
8435
+ "name": "kendo-color-gradient-draghandle-border",
8436
+ "value": "rgba( $kendo-color-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": "0 1px 4px rgba(0, 0, 0, 0.5)",
8452
- "resolvedType": "List"
8451
+ "resolvedValue": "rgba(255, 255, 255, 0.8)",
8452
+ "resolvedType": "Color"
8453
8453
  },
8454
8454
  {
8455
- "description": "The box shadow of the focused ColorGradient canvas drag handle.\n",
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-focus-shadow",
8463
- "value": "0 1px 4px black",
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 1px 4px black",
8479
- "resolvedType": "List"
8478
+ "resolvedValue": "rgba(0, 0, 0, 0.5)",
8479
+ "resolvedType": "Color"
8480
8480
  },
8481
8481
  {
8482
- "description": "The box shadow of the hovered ColorGradient canvas drag handle.\n",
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-hover-shadow",
8490
- "value": "$kendo-color-gradient-draghandle-focus-shadow",
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": "0 1px 4px black",
8506
- "resolvedType": "List"
8505
+ "resolvedValue": "#000000",
8506
+ "resolvedType": "Color"
8507
+ },
8508
+ {
8509
+ "description": "The hover 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": 111,
8512
- "end": 112
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": 113,
8521
- "end": 113
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": 114,
8539
- "end": 115
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": 116,
8548
- "end": 116
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": 118,
8566
- "end": 119
8619
+ "start": 124,
8620
+ "end": 125
8567
8621
  },
8568
8622
  "context": {
8569
8623
  "type": "variable",
@@ -8571,8 +8625,8 @@
8571
8625
  "value": "46px",
8572
8626
  "scope": "default",
8573
8627
  "line": {
8574
- "start": 120,
8575
- "end": 120
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": 121,
8593
- "end": 122
8646
+ "start": 127,
8647
+ "end": 128
8594
8648
  },
8595
8649
  "context": {
8596
8650
  "type": "variable",
@@ -8598,8 +8652,8 @@
8598
8652
  "value": "k-math-div( $kendo-color-gradient-spacer, 1.5 )",
8599
8653
  "scope": "default",
8600
8654
  "line": {
8601
- "start": 123,
8602
- "end": 123
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": 124,
8620
- "end": 125
8673
+ "start": 130,
8674
+ "end": 131
8621
8675
  },
8622
8676
  "context": {
8623
8677
  "type": "variable",
@@ -8625,8 +8679,8 @@
8625
8679
  "value": "k-math-div( $kendo-color-gradient-spacer, 3 )",
8626
8680
  "scope": "default",
8627
8681
  "line": {
8628
- "start": 126,
8629
- "end": 126
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": 127,
8647
- "end": 128
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": 129,
8656
- "end": 129
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": 131,
8674
- "end": 132
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-bold",
8680
8734
  "scope": "default",
8681
8735
  "line": {
8682
- "start": 133,
8683
- "end": 133
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": 134,
8701
- "end": 135
8754
+ "start": 140,
8755
+ "end": 141
8702
8756
  },
8703
8757
  "context": {
8704
8758
  "type": "variable",
@@ -8706,8 +8760,8 @@
8706
8760
  "value": "k-math-div( $kendo-color-gradient-spacer, 1.5 )",
8707
8761
  "scope": "default",
8708
8762
  "line": {
8709
- "start": 136,
8710
- "end": 136
8763
+ "start": 142,
8764
+ "end": 142
8711
8765
  }
8712
8766
  },
8713
8767
  "group": [
@@ -9384,17 +9438,17 @@
9384
9438
  {
9385
9439
  "description": "The box shadow of the focused ColorEditor.\n",
9386
9440
  "commentRange": {
9387
- "start": 38,
9388
- "end": 39
9441
+ "start": 39,
9442
+ "end": 40
9389
9443
  },
9390
9444
  "context": {
9391
9445
  "type": "variable",
9392
9446
  "name": "kendo-color-editor-focus-shadow",
9393
- "value": "1px 1px 7px 1px rgba(0, 0, 0, .3)",
9447
+ "value": "null",
9394
9448
  "scope": "default",
9395
9449
  "line": {
9396
- "start": 40,
9397
- "end": 40
9450
+ "start": 41,
9451
+ "end": 41
9398
9452
  }
9399
9453
  },
9400
9454
  "group": [
@@ -9405,14 +9459,14 @@
9405
9459
  "path": "coloreditor/_variables.scss",
9406
9460
  "name": "_variables.scss"
9407
9461
  },
9408
- "resolvedValue": "1px 1px 7px 1px rgba(0, 0, 0, 0.3)",
9409
- "resolvedType": "List"
9462
+ "resolvedValue": "null",
9463
+ "resolvedType": "Null"
9410
9464
  },
9411
9465
  {
9412
9466
  "description": "The vertical padding of the ColorEditor header.\n",
9413
9467
  "commentRange": {
9414
- "start": 42,
9415
- "end": 43
9468
+ "start": 43,
9469
+ "end": 44
9416
9470
  },
9417
9471
  "context": {
9418
9472
  "type": "variable",
@@ -9420,8 +9474,8 @@
9420
9474
  "value": "$kendo-color-editor-spacer",
9421
9475
  "scope": "default",
9422
9476
  "line": {
9423
- "start": 44,
9424
- "end": 44
9477
+ "start": 45,
9478
+ "end": 45
9425
9479
  }
9426
9480
  },
9427
9481
  "group": [
@@ -9438,8 +9492,8 @@
9438
9492
  {
9439
9493
  "description": "The horizontal padding of the ColorEditor header.\n",
9440
9494
  "commentRange": {
9441
- "start": 45,
9442
- "end": 46
9495
+ "start": 46,
9496
+ "end": 47
9443
9497
  },
9444
9498
  "context": {
9445
9499
  "type": "variable",
@@ -9447,8 +9501,8 @@
9447
9501
  "value": "$kendo-color-editor-header-padding-y",
9448
9502
  "scope": "default",
9449
9503
  "line": {
9450
- "start": 47,
9451
- "end": 47
9504
+ "start": 48,
9505
+ "end": 48
9452
9506
  }
9453
9507
  },
9454
9508
  "group": [
@@ -9465,8 +9519,8 @@
9465
9519
  {
9466
9520
  "description": "The spacing between the ColorEditor header actions.\n",
9467
9521
  "commentRange": {
9468
- "start": 48,
9469
- "end": 49
9522
+ "start": 49,
9523
+ "end": 50
9470
9524
  },
9471
9525
  "context": {
9472
9526
  "type": "variable",
@@ -9474,8 +9528,8 @@
9474
9528
  "value": "k-math-div( $kendo-color-editor-spacer, 1.5 )",
9475
9529
  "scope": "default",
9476
9530
  "line": {
9477
- "start": 50,
9478
- "end": 50
9531
+ "start": 51,
9532
+ "end": 51
9479
9533
  }
9480
9534
  },
9481
9535
  "group": [
@@ -9492,8 +9546,8 @@
9492
9546
  {
9493
9547
  "description": "The width of the ColorEditor preview.\n",
9494
9548
  "commentRange": {
9495
- "start": 52,
9496
- "end": 53
9549
+ "start": 53,
9550
+ "end": 54
9497
9551
  },
9498
9552
  "context": {
9499
9553
  "type": "variable",
@@ -9501,8 +9555,8 @@
9501
9555
  "value": "32px",
9502
9556
  "scope": "default",
9503
9557
  "line": {
9504
- "start": 54,
9505
- "end": 54
9558
+ "start": 55,
9559
+ "end": 55
9506
9560
  }
9507
9561
  },
9508
9562
  "group": [
@@ -9519,8 +9573,8 @@
9519
9573
  {
9520
9574
  "description": "The height of the ColorEditor preview.\n",
9521
9575
  "commentRange": {
9522
- "start": 55,
9523
- "end": 56
9576
+ "start": 56,
9577
+ "end": 57
9524
9578
  },
9525
9579
  "context": {
9526
9580
  "type": "variable",
@@ -9528,8 +9582,8 @@
9528
9582
  "value": "12px",
9529
9583
  "scope": "default",
9530
9584
  "line": {
9531
- "start": 57,
9532
- "end": 57
9585
+ "start": 58,
9586
+ "end": 58
9533
9587
  }
9534
9588
  },
9535
9589
  "group": [
@@ -9546,8 +9600,8 @@
9546
9600
  {
9547
9601
  "description": "The spacing between the colors in the ColorEditor preview.\n",
9548
9602
  "commentRange": {
9549
- "start": 58,
9550
- "end": 59
9603
+ "start": 59,
9604
+ "end": 60
9551
9605
  },
9552
9606
  "context": {
9553
9607
  "type": "variable",
@@ -9555,8 +9609,8 @@
9555
9609
  "value": "k-map-get( $kendo-spacing, 1 )",
9556
9610
  "scope": "default",
9557
9611
  "line": {
9558
- "start": 60,
9559
- "end": 60
9612
+ "start": 61,
9613
+ "end": 61
9560
9614
  }
9561
9615
  },
9562
9616
  "group": [
@@ -9573,8 +9627,8 @@
9573
9627
  {
9574
9628
  "description": "The vertical padding of the ColorEditor views container.\n",
9575
9629
  "commentRange": {
9576
- "start": 62,
9577
- "end": 63
9630
+ "start": 63,
9631
+ "end": 64
9578
9632
  },
9579
9633
  "context": {
9580
9634
  "type": "variable",
@@ -9582,8 +9636,8 @@
9582
9636
  "value": "$kendo-color-editor-spacer",
9583
9637
  "scope": "default",
9584
9638
  "line": {
9585
- "start": 64,
9586
- "end": 64
9639
+ "start": 65,
9640
+ "end": 65
9587
9641
  }
9588
9642
  },
9589
9643
  "group": [
@@ -9600,8 +9654,8 @@
9600
9654
  {
9601
9655
  "description": "The horizontal padding of the ColorEditor views container.\n",
9602
9656
  "commentRange": {
9603
- "start": 65,
9604
- "end": 66
9657
+ "start": 66,
9658
+ "end": 67
9605
9659
  },
9606
9660
  "context": {
9607
9661
  "type": "variable",
@@ -9609,8 +9663,8 @@
9609
9663
  "value": "$kendo-color-editor-views-padding-y",
9610
9664
  "scope": "default",
9611
9665
  "line": {
9612
- "start": 67,
9613
- "end": 67
9666
+ "start": 68,
9667
+ "end": 68
9614
9668
  }
9615
9669
  },
9616
9670
  "group": [
@@ -9627,8 +9681,8 @@
9627
9681
  {
9628
9682
  "description": "The spacing of the ColorEditor views container.\n",
9629
9683
  "commentRange": {
9630
- "start": 68,
9631
- "end": 69
9684
+ "start": 69,
9685
+ "end": 70
9632
9686
  },
9633
9687
  "context": {
9634
9688
  "type": "variable",
@@ -9636,8 +9690,8 @@
9636
9690
  "value": "$kendo-color-editor-spacer",
9637
9691
  "scope": "default",
9638
9692
  "line": {
9639
- "start": 70,
9640
- "end": 70
9693
+ "start": 71,
9694
+ "end": 71
9641
9695
  }
9642
9696
  },
9643
9697
  "group": [
@@ -9654,8 +9708,8 @@
9654
9708
  {
9655
9709
  "description": "The outline color of the focused ColorGradient.\n",
9656
9710
  "commentRange": {
9657
- "start": 72,
9658
- "end": 73
9711
+ "start": 73,
9712
+ "end": 74
9659
9713
  },
9660
9714
  "context": {
9661
9715
  "type": "variable",
@@ -9663,8 +9717,8 @@
9663
9717
  "value": "rgba(0, 0, 0, .3)",
9664
9718
  "scope": "default",
9665
9719
  "line": {
9666
- "start": 74,
9667
- "end": 74
9720
+ "start": 75,
9721
+ "end": 75
9668
9722
  }
9669
9723
  },
9670
9724
  "group": [
@@ -9681,8 +9735,8 @@
9681
9735
  {
9682
9736
  "description": "The outline width of the focused ColorGradient.\n",
9683
9737
  "commentRange": {
9684
- "start": 75,
9685
- "end": 76
9738
+ "start": 76,
9739
+ "end": 77
9686
9740
  },
9687
9741
  "context": {
9688
9742
  "type": "variable",
@@ -9690,8 +9744,8 @@
9690
9744
  "value": "2px",
9691
9745
  "scope": "default",
9692
9746
  "line": {
9693
- "start": 77,
9694
- "end": 77
9747
+ "start": 78,
9748
+ "end": 78
9695
9749
  }
9696
9750
  },
9697
9751
  "group": [
@@ -9708,8 +9762,8 @@
9708
9762
  {
9709
9763
  "description": "The outline offset of the focused ColorGradient.\n",
9710
9764
  "commentRange": {
9711
- "start": 78,
9712
- "end": 79
9765
+ "start": 79,
9766
+ "end": 80
9713
9767
  },
9714
9768
  "context": {
9715
9769
  "type": "variable",
@@ -9717,8 +9771,8 @@
9717
9771
  "value": "4px",
9718
9772
  "scope": "default",
9719
9773
  "line": {
9720
- "start": 80,
9721
- "end": 80
9774
+ "start": 81,
9775
+ "end": 81
9722
9776
  }
9723
9777
  },
9724
9778
  "group": [
@@ -14196,7 +14250,7 @@
14196
14250
  "context": {
14197
14251
  "type": "variable",
14198
14252
  "name": "kendo-fab-shadow",
14199
- "value": "0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .2)",
14253
+ "value": "k-elevation(5)",
14200
14254
  "scope": "default",
14201
14255
  "line": {
14202
14256
  "start": 118,
@@ -14211,8 +14265,8 @@
14211
14265
  "path": "fab/_variables.scss",
14212
14266
  "name": "_variables.scss"
14213
14267
  },
14214
- "resolvedValue": "0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2)",
14215
- "resolvedType": "List"
14268
+ "resolvedValue": "var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12))",
14269
+ "resolvedType": "String"
14216
14270
  },
14217
14271
  {
14218
14272
  "description": "The shadow of the disabled FAB.\n",
@@ -14223,7 +14277,7 @@
14223
14277
  "context": {
14224
14278
  "type": "variable",
14225
14279
  "name": "kendo-fab-disabled-shadow",
14226
- "value": "0 6px 10px k-try-tint( rgba(0, 0, 0, .14), .5 ), 0 1px 18px k-try-tint( rgba(0, 0, 0, .12), .5 ), 0 3px 5px k-try-tint( rgba(0, 0, 0, .2), .5 )",
14280
+ "value": "k-elevation(5)",
14227
14281
  "scope": "default",
14228
14282
  "line": {
14229
14283
  "start": 121,
@@ -14238,8 +14292,8 @@
14238
14292
  "path": "fab/_variables.scss",
14239
14293
  "name": "_variables.scss"
14240
14294
  },
14241
- "resolvedValue": "0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232)",
14242
- "resolvedType": "List"
14295
+ "resolvedValue": "var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12))",
14296
+ "resolvedType": "String"
14243
14297
  },
14244
14298
  {
14245
14299
  "description": "The shadow of the active FAB.\n",
@@ -14508,8 +14562,8 @@
14508
14562
  "path": "fab/_variables.scss",
14509
14563
  "name": "_variables.scss"
14510
14564
  },
14511
- "resolvedValue": "0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2)",
14512
- "resolvedType": "List"
14565
+ "resolvedValue": "var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12))",
14566
+ "resolvedType": "String"
14513
14567
  },
14514
14568
  {
14515
14569
  "description": "The shadow of the disabled FAB item.\n",
@@ -14535,8 +14589,8 @@
14535
14589
  "path": "fab/_variables.scss",
14536
14590
  "name": "_variables.scss"
14537
14591
  },
14538
- "resolvedValue": "0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232)",
14539
- "resolvedType": "List"
14592
+ "resolvedValue": "var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12))",
14593
+ "resolvedType": "String"
14540
14594
  },
14541
14595
  {
14542
14596
  "description": "The shadow of the active FAB item.\n",
@@ -20136,7 +20190,7 @@
20136
20190
  "context": {
20137
20191
  "type": "variable",
20138
20192
  "name": "kendo-list-header-shadow",
20139
- "value": "0 5px 10px 0 rgba(0, 0, 0, .06)",
20193
+ "value": "k-elevation(2)",
20140
20194
  "scope": "default",
20141
20195
  "line": {
20142
20196
  "start": 198,
@@ -20151,8 +20205,8 @@
20151
20205
  "path": "list/_variables.scss",
20152
20206
  "name": "_variables.scss"
20153
20207
  },
20154
- "resolvedValue": "0 5px 10px 0 rgba(0, 0, 0, 0.06)",
20155
- "resolvedType": "List"
20208
+ "resolvedValue": "var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))",
20209
+ "resolvedType": "String"
20156
20210
  },
20157
20211
  {
20158
20212
  "description": "The background color of the List items.\n",
@@ -23526,8 +23580,8 @@
23526
23580
  "path": "notification/_variables.scss",
23527
23581
  "name": "_variables.scss"
23528
23582
  },
23529
- "resolvedValue": "0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)",
23530
- "resolvedType": "List"
23583
+ "resolvedValue": "var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))",
23584
+ "resolvedType": "String"
23531
23585
  },
23532
23586
  {
23533
23587
  "description": "The horizontal spacing of the Notification icon.\n",
@@ -26307,8 +26361,8 @@
26307
26361
  "path": "popover/_variables.scss",
26308
26362
  "name": "_variables.scss"
26309
26363
  },
26310
- "resolvedValue": "0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)",
26311
- "resolvedType": "List"
26364
+ "resolvedValue": "var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))",
26365
+ "resolvedType": "String"
26312
26366
  },
26313
26367
  {
26314
26368
  "description": "The horizontal padding of the Popover header.\n",
@@ -27048,7 +27102,7 @@
27048
27102
  "context": {
27049
27103
  "type": "variable",
27050
27104
  "name": "kendo-popup-shadow",
27051
- "value": "0 2px 4px 0 rgba(0, 0, 0, .03), 0 4px 5px 0 rgba(0, 0, 0, .04)",
27105
+ "value": "k-elevation(4)",
27052
27106
  "scope": "default",
27053
27107
  "line": {
27054
27108
  "start": 39,
@@ -27063,8 +27117,8 @@
27063
27117
  "path": "popup/_variables.scss",
27064
27118
  "name": "_variables.scss"
27065
27119
  },
27066
- "resolvedValue": "0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)",
27067
- "resolvedType": "List"
27120
+ "resolvedValue": "var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))",
27121
+ "resolvedType": "String"
27068
27122
  },
27069
27123
  {
27070
27124
  "description": "The height of the ProgressBar.\n",
@@ -33192,8 +33246,8 @@
33192
33246
  "path": "tilelayout/_variables.scss",
33193
33247
  "name": "_variables.scss"
33194
33248
  },
33195
- "resolvedValue": "0 3px 4px 0 rgba(0, 0, 0, 0.06)",
33196
- "resolvedType": "List"
33249
+ "resolvedValue": "null",
33250
+ "resolvedType": "Null"
33197
33251
  },
33198
33252
  {
33199
33253
  "description": "The width of the border around the TileLayout hint.\n",
@@ -37848,7 +37902,7 @@
37848
37902
  "context": {
37849
37903
  "type": "variable",
37850
37904
  "name": "kendo-window-shadow",
37851
- "value": "0 3px 3px 0 rgba(0, 0, 0, .06)",
37905
+ "value": "k-elevation(8)",
37852
37906
  "scope": "default",
37853
37907
  "line": {
37854
37908
  "start": 79,
@@ -37863,8 +37917,8 @@
37863
37917
  "path": "window/_variables.scss",
37864
37918
  "name": "_variables.scss"
37865
37919
  },
37866
- "resolvedValue": "0 3px 3px 0 rgba(0, 0, 0, 0.06)",
37867
- "resolvedType": "List"
37920
+ "resolvedValue": "var(--kendo-elevation-8, 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12))",
37921
+ "resolvedType": "String"
37868
37922
  },
37869
37923
  {
37870
37924
  "description": "The box shadow of the focused Window.\n",
@@ -37875,7 +37929,7 @@
37875
37929
  "context": {
37876
37930
  "type": "variable",
37877
37931
  "name": "kendo-window-focus-shadow",
37878
- "value": "1px 1px 7px 1px rgba(0, 0, 0, .3)",
37932
+ "value": "k-elevation(9)",
37879
37933
  "scope": "default",
37880
37934
  "line": {
37881
37935
  "start": 82,
@@ -37890,8 +37944,8 @@
37890
37944
  "path": "window/_variables.scss",
37891
37945
  "name": "_variables.scss"
37892
37946
  },
37893
- "resolvedValue": "1px 1px 7px 1px rgba(0, 0, 0, 0.3)",
37894
- "resolvedType": "List"
37947
+ "resolvedValue": "var(--kendo-elevation-9, 0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12))",
37948
+ "resolvedType": "String"
37895
37949
  },
37896
37950
  {
37897
37951
  "description": "The background color of the Window titlebar.\n",
@@ -39700,7 +39754,7 @@
39700
39754
  "context": {
39701
39755
  "type": "variable",
39702
39756
  "name": "kendo-appbar-box-shadow",
39703
- "value": "0px 1px 1px rgba(0, 0, 0, .16)",
39757
+ "value": "k-elevation(4)",
39704
39758
  "scope": "default",
39705
39759
  "line": {
39706
39760
  "start": 51,
@@ -39715,8 +39769,8 @@
39715
39769
  "path": "appbar/_variables.scss",
39716
39770
  "name": "_variables.scss"
39717
39771
  },
39718
- "resolvedValue": "0px 1px 1px rgba(0, 0, 0, 0.16)",
39719
- "resolvedType": "List"
39772
+ "resolvedValue": "var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))",
39773
+ "resolvedType": "String"
39720
39774
  },
39721
39775
  {
39722
39776
  "description": "The box shadow of the AppBar with bottom position.\n",
@@ -39727,7 +39781,7 @@
39727
39781
  "context": {
39728
39782
  "type": "variable",
39729
39783
  "name": "kendo-appbar-bottom-box-shadow",
39730
- "value": "0px -1px 1px rgba(0, 0, 0, .16)",
39784
+ "value": "$kendo-appbar-box-shadow",
39731
39785
  "scope": "default",
39732
39786
  "line": {
39733
39787
  "start": 54,
@@ -39742,8 +39796,8 @@
39742
39796
  "path": "appbar/_variables.scss",
39743
39797
  "name": "_variables.scss"
39744
39798
  },
39745
- "resolvedValue": "0px -1px 1px rgba(0, 0, 0, 0.16)",
39746
- "resolvedType": "List"
39799
+ "resolvedValue": "var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))",
39800
+ "resolvedType": "String"
39747
39801
  }
39748
39802
  ]
39749
39803
  },
@@ -40960,7 +41014,7 @@
40960
41014
  "context": {
40961
41015
  "type": "variable",
40962
41016
  "name": "kendo-bottom-nav-shadow",
40963
- "value": "0px 0px 5px rgba(0, 0, 0, .12)",
41017
+ "value": "k-elevation(4)",
40964
41018
  "scope": "default",
40965
41019
  "line": {
40966
41020
  "start": 52,
@@ -40975,8 +41029,8 @@
40975
41029
  "path": "bottom-navigation/_variables.scss",
40976
41030
  "name": "_variables.scss"
40977
41031
  },
40978
- "resolvedValue": "0px 0px 5px rgba(0, 0, 0, 0.12)",
40979
- "resolvedType": "List"
41032
+ "resolvedValue": "var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))",
41033
+ "resolvedType": "String"
40980
41034
  },
40981
41035
  {
40982
41036
  "description": "The text color of the flat BottomNavigation.\n",
@@ -47368,7 +47422,7 @@
47368
47422
  "context": {
47369
47423
  "type": "variable",
47370
47424
  "name": "kendo-color-gradient-focus-shadow",
47371
- "value": "1px 1px 7px 1px rgba(0, 0, 0, .3)",
47425
+ "value": "k-elevation(3)",
47372
47426
  "scope": "default",
47373
47427
  "line": {
47374
47428
  "start": 51,
@@ -47383,8 +47437,8 @@
47383
47437
  "path": "colorgradient/_variables.scss",
47384
47438
  "name": "_variables.scss"
47385
47439
  },
47386
- "resolvedValue": "1px 1px 7px 1px rgba(0, 0, 0, 0.3)",
47387
- "resolvedType": "List"
47440
+ "resolvedValue": "var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))",
47441
+ "resolvedType": "String"
47388
47442
  },
47389
47443
  {
47390
47444
  "description": "The border radius of the ColorGradient canvas.\n",
@@ -47684,15 +47738,15 @@
47684
47738
  "resolvedType": "Number"
47685
47739
  },
47686
47740
  {
47687
- "description": "The border radius of the ColorGradient canvas drag handle.\n",
47741
+ "description": "The width of the outline around the ColorGradient canvas drag handle.\n",
47688
47742
  "commentRange": {
47689
47743
  "start": 89,
47690
47744
  "end": 90
47691
47745
  },
47692
47746
  "context": {
47693
47747
  "type": "variable",
47694
- "name": "kendo-color-gradient-draghandle-border-radius",
47695
- "value": "50%",
47748
+ "name": "kendo-color-gradient-draghandle-outline-width",
47749
+ "value": "1px",
47696
47750
  "scope": "default",
47697
47751
  "line": {
47698
47752
  "start": 91,
@@ -47707,19 +47761,19 @@
47707
47761
  "path": "colorgradient/_variables.scss",
47708
47762
  "name": "_variables.scss"
47709
47763
  },
47710
- "resolvedValue": "50%",
47764
+ "resolvedValue": "1px",
47711
47765
  "resolvedType": "Number"
47712
47766
  },
47713
47767
  {
47714
- "description": "The text color of the ColorGradient canvas drag handle.\n",
47768
+ "description": "The border radius of the ColorGradient canvas drag handle.\n",
47715
47769
  "commentRange": {
47716
47770
  "start": 92,
47717
47771
  "end": 93
47718
47772
  },
47719
47773
  "context": {
47720
47774
  "type": "variable",
47721
- "name": "kendo-color-gradient-draghandle-text",
47722
- "value": "null",
47775
+ "name": "kendo-color-gradient-draghandle-border-radius",
47776
+ "value": "50%",
47723
47777
  "scope": "default",
47724
47778
  "line": {
47725
47779
  "start": 94,
@@ -47734,19 +47788,19 @@
47734
47788
  "path": "colorgradient/_variables.scss",
47735
47789
  "name": "_variables.scss"
47736
47790
  },
47737
- "resolvedValue": "null",
47738
- "resolvedType": "Null"
47791
+ "resolvedValue": "50%",
47792
+ "resolvedType": "Number"
47739
47793
  },
47740
47794
  {
47741
- "description": "The background color of the ColorGradient canvas drag handle.\n",
47795
+ "description": "The text color of the ColorGradient canvas drag handle.\n",
47742
47796
  "commentRange": {
47743
47797
  "start": 95,
47744
47798
  "end": 96
47745
47799
  },
47746
47800
  "context": {
47747
47801
  "type": "variable",
47748
- "name": "kendo-color-gradient-draghandle-bg",
47749
- "value": "transparent",
47802
+ "name": "kendo-color-gradient-draghandle-text",
47803
+ "value": "null",
47750
47804
  "scope": "default",
47751
47805
  "line": {
47752
47806
  "start": 97,
@@ -47761,19 +47815,19 @@
47761
47815
  "path": "colorgradient/_variables.scss",
47762
47816
  "name": "_variables.scss"
47763
47817
  },
47764
- "resolvedValue": "transparent",
47765
- "resolvedType": "Color"
47818
+ "resolvedValue": "null",
47819
+ "resolvedType": "Null"
47766
47820
  },
47767
47821
  {
47768
- "description": "The color of the border around the ColorGradient canvas drag handle.\n",
47822
+ "description": "The background color of the ColorGradient canvas drag handle.\n",
47769
47823
  "commentRange": {
47770
47824
  "start": 98,
47771
47825
  "end": 99
47772
47826
  },
47773
47827
  "context": {
47774
47828
  "type": "variable",
47775
- "name": "kendo-color-gradient-draghandle-border",
47776
- "value": "rgba( $kendo-color-white, .8)",
47829
+ "name": "kendo-color-gradient-draghandle-bg",
47830
+ "value": "transparent",
47777
47831
  "scope": "default",
47778
47832
  "line": {
47779
47833
  "start": 100,
@@ -47788,19 +47842,19 @@
47788
47842
  "path": "colorgradient/_variables.scss",
47789
47843
  "name": "_variables.scss"
47790
47844
  },
47791
- "resolvedValue": "rgba(255, 255, 255, 0.8)",
47845
+ "resolvedValue": "transparent",
47792
47846
  "resolvedType": "Color"
47793
47847
  },
47794
47848
  {
47795
- "description": "The box shadow of the ColorGradient canvas drag handle.\n",
47849
+ "description": "The color of the border around the ColorGradient canvas drag handle.\n",
47796
47850
  "commentRange": {
47797
47851
  "start": 101,
47798
47852
  "end": 102
47799
47853
  },
47800
47854
  "context": {
47801
47855
  "type": "variable",
47802
- "name": "kendo-color-gradient-draghandle-shadow",
47803
- "value": "0 1px 4px rgba(0, 0, 0, .5)",
47856
+ "name": "kendo-color-gradient-draghandle-border",
47857
+ "value": "rgba( $kendo-color-white, .8)",
47804
47858
  "scope": "default",
47805
47859
  "line": {
47806
47860
  "start": 103,
@@ -47815,19 +47869,19 @@
47815
47869
  "path": "colorgradient/_variables.scss",
47816
47870
  "name": "_variables.scss"
47817
47871
  },
47818
- "resolvedValue": "0 1px 4px rgba(0, 0, 0, 0.5)",
47819
- "resolvedType": "List"
47872
+ "resolvedValue": "rgba(255, 255, 255, 0.8)",
47873
+ "resolvedType": "Color"
47820
47874
  },
47821
47875
  {
47822
- "description": "The box shadow of the focused ColorGradient canvas drag handle.\n",
47876
+ "description": "The color of the outline around the ColorGradient canvas drag handle.\n",
47823
47877
  "commentRange": {
47824
47878
  "start": 104,
47825
47879
  "end": 105
47826
47880
  },
47827
47881
  "context": {
47828
47882
  "type": "variable",
47829
- "name": "kendo-color-gradient-draghandle-focus-shadow",
47830
- "value": "0 1px 4px black",
47883
+ "name": "kendo-color-gradient-draghandle-shadow",
47884
+ "value": "rgba( $kendo-color-black, .5 )",
47831
47885
  "scope": "default",
47832
47886
  "line": {
47833
47887
  "start": 106,
@@ -47842,19 +47896,19 @@
47842
47896
  "path": "colorgradient/_variables.scss",
47843
47897
  "name": "_variables.scss"
47844
47898
  },
47845
- "resolvedValue": "0 1px 4px black",
47846
- "resolvedType": "List"
47899
+ "resolvedValue": "rgba(0, 0, 0, 0.5)",
47900
+ "resolvedType": "Color"
47847
47901
  },
47848
47902
  {
47849
- "description": "The box shadow of the hovered ColorGradient canvas drag handle.\n",
47903
+ "description": "The focus color of the outline around the ColorGradient canvas drag handle.\n",
47850
47904
  "commentRange": {
47851
47905
  "start": 107,
47852
47906
  "end": 108
47853
47907
  },
47854
47908
  "context": {
47855
47909
  "type": "variable",
47856
- "name": "kendo-color-gradient-draghandle-hover-shadow",
47857
- "value": "$kendo-color-gradient-draghandle-focus-shadow",
47910
+ "name": "kendo-color-gradient-draghandle-focus-shadow",
47911
+ "value": "$kendo-color-black",
47858
47912
  "scope": "default",
47859
47913
  "line": {
47860
47914
  "start": 109,
@@ -47869,14 +47923,68 @@
47869
47923
  "path": "colorgradient/_variables.scss",
47870
47924
  "name": "_variables.scss"
47871
47925
  },
47872
- "resolvedValue": "0 1px 4px black",
47873
- "resolvedType": "List"
47926
+ "resolvedValue": "#000000",
47927
+ "resolvedType": "Color"
47928
+ },
47929
+ {
47930
+ "description": "The hover color of the outline around the ColorGradient canvas drag handle.\n",
47931
+ "commentRange": {
47932
+ "start": 110,
47933
+ "end": 111
47934
+ },
47935
+ "context": {
47936
+ "type": "variable",
47937
+ "name": "kendo-color-gradient-draghandle-hover-shadow",
47938
+ "value": "$kendo-color-black",
47939
+ "scope": "default",
47940
+ "line": {
47941
+ "start": 112,
47942
+ "end": 112
47943
+ }
47944
+ },
47945
+ "group": [
47946
+ "cologradient"
47947
+ ],
47948
+ "access": "public",
47949
+ "file": {
47950
+ "path": "colorgradient/_variables.scss",
47951
+ "name": "_variables.scss"
47952
+ },
47953
+ "resolvedValue": "#000000",
47954
+ "resolvedType": "Color"
47955
+ },
47956
+ {
47957
+ "description": "The box shadow of the ColorGradient canvas drag handle.\n",
47958
+ "commentRange": {
47959
+ "start": 113,
47960
+ "end": 114
47961
+ },
47962
+ "context": {
47963
+ "type": "variable",
47964
+ "name": "kendo-color-gradient-draghandle-shadow",
47965
+ "value": "k-elevation(2)",
47966
+ "scope": "default",
47967
+ "line": {
47968
+ "start": 115,
47969
+ "end": 115
47970
+ }
47971
+ },
47972
+ "group": [
47973
+ "cologradient"
47974
+ ],
47975
+ "access": "public",
47976
+ "file": {
47977
+ "path": "colorgradient/_variables.scss",
47978
+ "name": "_variables.scss"
47979
+ },
47980
+ "resolvedValue": "rgba(0, 0, 0, 0.5)",
47981
+ "resolvedType": "Color"
47874
47982
  },
47875
47983
  {
47876
47984
  "description": "The vertical margin of the ColorGradient canvas drag handle.\n",
47877
47985
  "commentRange": {
47878
- "start": 111,
47879
- "end": 112
47986
+ "start": 117,
47987
+ "end": 118
47880
47988
  },
47881
47989
  "context": {
47882
47990
  "type": "variable",
@@ -47884,8 +47992,8 @@
47884
47992
  "value": "- k-math-div( $kendo-color-gradient-draghandle-height, 2 )",
47885
47993
  "scope": "default",
47886
47994
  "line": {
47887
- "start": 113,
47888
- "end": 113
47995
+ "start": 119,
47996
+ "end": 119
47889
47997
  }
47890
47998
  },
47891
47999
  "group": [
@@ -47902,8 +48010,8 @@
47902
48010
  {
47903
48011
  "description": "The horizontal margin of the ColorGradient canvas drag handle.\n",
47904
48012
  "commentRange": {
47905
- "start": 114,
47906
- "end": 115
48013
+ "start": 120,
48014
+ "end": 121
47907
48015
  },
47908
48016
  "context": {
47909
48017
  "type": "variable",
@@ -47911,8 +48019,8 @@
47911
48019
  "value": "- k-math-div( $kendo-color-gradient-draghandle-width, 2 )",
47912
48020
  "scope": "default",
47913
48021
  "line": {
47914
- "start": 116,
47915
- "end": 116
48022
+ "start": 122,
48023
+ "end": 122
47916
48024
  }
47917
48025
  },
47918
48026
  "group": [
@@ -47929,8 +48037,8 @@
47929
48037
  {
47930
48038
  "description": "The width of the ColorGradient input.\n",
47931
48039
  "commentRange": {
47932
- "start": 118,
47933
- "end": 119
48040
+ "start": 124,
48041
+ "end": 125
47934
48042
  },
47935
48043
  "context": {
47936
48044
  "type": "variable",
@@ -47938,8 +48046,8 @@
47938
48046
  "value": "46px",
47939
48047
  "scope": "default",
47940
48048
  "line": {
47941
- "start": 120,
47942
- "end": 120
48049
+ "start": 126,
48050
+ "end": 126
47943
48051
  }
47944
48052
  },
47945
48053
  "group": [
@@ -47956,8 +48064,8 @@
47956
48064
  {
47957
48065
  "description": "The spacing between the ColorGradient inputs.\n",
47958
48066
  "commentRange": {
47959
- "start": 121,
47960
- "end": 122
48067
+ "start": 127,
48068
+ "end": 128
47961
48069
  },
47962
48070
  "context": {
47963
48071
  "type": "variable",
@@ -47965,8 +48073,8 @@
47965
48073
  "value": "k-math-div( $kendo-color-gradient-spacer, 1.5 )",
47966
48074
  "scope": "default",
47967
48075
  "line": {
47968
- "start": 123,
47969
- "end": 123
48076
+ "start": 129,
48077
+ "end": 129
47970
48078
  }
47971
48079
  },
47972
48080
  "group": [
@@ -47983,8 +48091,8 @@
47983
48091
  {
47984
48092
  "description": "The spacing between the ColorGradient inputs and their labels.\n",
47985
48093
  "commentRange": {
47986
- "start": 124,
47987
- "end": 125
48094
+ "start": 130,
48095
+ "end": 131
47988
48096
  },
47989
48097
  "context": {
47990
48098
  "type": "variable",
@@ -47992,8 +48100,8 @@
47992
48100
  "value": "k-math-div( $kendo-color-gradient-spacer, 3 )",
47993
48101
  "scope": "default",
47994
48102
  "line": {
47995
- "start": 126,
47996
- "end": 126
48103
+ "start": 132,
48104
+ "end": 132
47997
48105
  }
47998
48106
  },
47999
48107
  "group": [
@@ -48010,8 +48118,8 @@
48010
48118
  {
48011
48119
  "description": "The text color of the ColorGradient input labels.\n",
48012
48120
  "commentRange": {
48013
- "start": 127,
48014
- "end": 128
48121
+ "start": 133,
48122
+ "end": 134
48015
48123
  },
48016
48124
  "context": {
48017
48125
  "type": "variable",
@@ -48019,8 +48127,8 @@
48019
48127
  "value": "$kendo-subtle-text",
48020
48128
  "scope": "default",
48021
48129
  "line": {
48022
- "start": 129,
48023
- "end": 129
48130
+ "start": 135,
48131
+ "end": 135
48024
48132
  }
48025
48133
  },
48026
48134
  "group": [
@@ -48037,8 +48145,8 @@
48037
48145
  {
48038
48146
  "description": "The font weight of the ColorGradient contrast ratio text.\n",
48039
48147
  "commentRange": {
48040
- "start": 131,
48041
- "end": 132
48148
+ "start": 137,
48149
+ "end": 138
48042
48150
  },
48043
48151
  "context": {
48044
48152
  "type": "variable",
@@ -48046,8 +48154,8 @@
48046
48154
  "value": "$kendo-font-weight-bold",
48047
48155
  "scope": "default",
48048
48156
  "line": {
48049
- "start": 133,
48050
- "end": 133
48157
+ "start": 139,
48158
+ "end": 139
48051
48159
  }
48052
48160
  },
48053
48161
  "group": [
@@ -48064,8 +48172,8 @@
48064
48172
  {
48065
48173
  "description": "The spacing between the items in the ColorGradient contrast tool.\n",
48066
48174
  "commentRange": {
48067
- "start": 134,
48068
- "end": 135
48175
+ "start": 140,
48176
+ "end": 141
48069
48177
  },
48070
48178
  "context": {
48071
48179
  "type": "variable",
@@ -48073,8 +48181,8 @@
48073
48181
  "value": "k-math-div( $kendo-color-gradient-spacer, 1.5 )",
48074
48182
  "scope": "default",
48075
48183
  "line": {
48076
- "start": 136,
48077
- "end": 136
48184
+ "start": 142,
48185
+ "end": 142
48078
48186
  }
48079
48187
  },
48080
48188
  "group": [
@@ -48763,17 +48871,17 @@
48763
48871
  {
48764
48872
  "description": "The box shadow of the focused ColorEditor.\n",
48765
48873
  "commentRange": {
48766
- "start": 38,
48767
- "end": 39
48874
+ "start": 39,
48875
+ "end": 40
48768
48876
  },
48769
48877
  "context": {
48770
48878
  "type": "variable",
48771
48879
  "name": "kendo-color-editor-focus-shadow",
48772
- "value": "1px 1px 7px 1px rgba(0, 0, 0, .3)",
48880
+ "value": "null",
48773
48881
  "scope": "default",
48774
48882
  "line": {
48775
- "start": 40,
48776
- "end": 40
48883
+ "start": 41,
48884
+ "end": 41
48777
48885
  }
48778
48886
  },
48779
48887
  "group": [
@@ -48784,14 +48892,14 @@
48784
48892
  "path": "coloreditor/_variables.scss",
48785
48893
  "name": "_variables.scss"
48786
48894
  },
48787
- "resolvedValue": "1px 1px 7px 1px rgba(0, 0, 0, 0.3)",
48788
- "resolvedType": "List"
48895
+ "resolvedValue": "null",
48896
+ "resolvedType": "Null"
48789
48897
  },
48790
48898
  {
48791
48899
  "description": "The vertical padding of the ColorEditor header.\n",
48792
48900
  "commentRange": {
48793
- "start": 42,
48794
- "end": 43
48901
+ "start": 43,
48902
+ "end": 44
48795
48903
  },
48796
48904
  "context": {
48797
48905
  "type": "variable",
@@ -48799,8 +48907,8 @@
48799
48907
  "value": "$kendo-color-editor-spacer",
48800
48908
  "scope": "default",
48801
48909
  "line": {
48802
- "start": 44,
48803
- "end": 44
48910
+ "start": 45,
48911
+ "end": 45
48804
48912
  }
48805
48913
  },
48806
48914
  "group": [
@@ -48817,8 +48925,8 @@
48817
48925
  {
48818
48926
  "description": "The horizontal padding of the ColorEditor header.\n",
48819
48927
  "commentRange": {
48820
- "start": 45,
48821
- "end": 46
48928
+ "start": 46,
48929
+ "end": 47
48822
48930
  },
48823
48931
  "context": {
48824
48932
  "type": "variable",
@@ -48826,8 +48934,8 @@
48826
48934
  "value": "$kendo-color-editor-header-padding-y",
48827
48935
  "scope": "default",
48828
48936
  "line": {
48829
- "start": 47,
48830
- "end": 47
48937
+ "start": 48,
48938
+ "end": 48
48831
48939
  }
48832
48940
  },
48833
48941
  "group": [
@@ -48844,8 +48952,8 @@
48844
48952
  {
48845
48953
  "description": "The spacing between the ColorEditor header actions.\n",
48846
48954
  "commentRange": {
48847
- "start": 48,
48848
- "end": 49
48955
+ "start": 49,
48956
+ "end": 50
48849
48957
  },
48850
48958
  "context": {
48851
48959
  "type": "variable",
@@ -48853,8 +48961,8 @@
48853
48961
  "value": "k-math-div( $kendo-color-editor-spacer, 1.5 )",
48854
48962
  "scope": "default",
48855
48963
  "line": {
48856
- "start": 50,
48857
- "end": 50
48964
+ "start": 51,
48965
+ "end": 51
48858
48966
  }
48859
48967
  },
48860
48968
  "group": [
@@ -48871,8 +48979,8 @@
48871
48979
  {
48872
48980
  "description": "The width of the ColorEditor preview.\n",
48873
48981
  "commentRange": {
48874
- "start": 52,
48875
- "end": 53
48982
+ "start": 53,
48983
+ "end": 54
48876
48984
  },
48877
48985
  "context": {
48878
48986
  "type": "variable",
@@ -48880,8 +48988,8 @@
48880
48988
  "value": "32px",
48881
48989
  "scope": "default",
48882
48990
  "line": {
48883
- "start": 54,
48884
- "end": 54
48991
+ "start": 55,
48992
+ "end": 55
48885
48993
  }
48886
48994
  },
48887
48995
  "group": [
@@ -48898,8 +49006,8 @@
48898
49006
  {
48899
49007
  "description": "The height of the ColorEditor preview.\n",
48900
49008
  "commentRange": {
48901
- "start": 55,
48902
- "end": 56
49009
+ "start": 56,
49010
+ "end": 57
48903
49011
  },
48904
49012
  "context": {
48905
49013
  "type": "variable",
@@ -48907,8 +49015,8 @@
48907
49015
  "value": "12px",
48908
49016
  "scope": "default",
48909
49017
  "line": {
48910
- "start": 57,
48911
- "end": 57
49018
+ "start": 58,
49019
+ "end": 58
48912
49020
  }
48913
49021
  },
48914
49022
  "group": [
@@ -48925,8 +49033,8 @@
48925
49033
  {
48926
49034
  "description": "The spacing between the colors in the ColorEditor preview.\n",
48927
49035
  "commentRange": {
48928
- "start": 58,
48929
- "end": 59
49036
+ "start": 59,
49037
+ "end": 60
48930
49038
  },
48931
49039
  "context": {
48932
49040
  "type": "variable",
@@ -48934,8 +49042,8 @@
48934
49042
  "value": "k-map-get( $kendo-spacing, 1 )",
48935
49043
  "scope": "default",
48936
49044
  "line": {
48937
- "start": 60,
48938
- "end": 60
49045
+ "start": 61,
49046
+ "end": 61
48939
49047
  }
48940
49048
  },
48941
49049
  "group": [
@@ -48952,8 +49060,8 @@
48952
49060
  {
48953
49061
  "description": "The vertical padding of the ColorEditor views container.\n",
48954
49062
  "commentRange": {
48955
- "start": 62,
48956
- "end": 63
49063
+ "start": 63,
49064
+ "end": 64
48957
49065
  },
48958
49066
  "context": {
48959
49067
  "type": "variable",
@@ -48961,8 +49069,8 @@
48961
49069
  "value": "$kendo-color-editor-spacer",
48962
49070
  "scope": "default",
48963
49071
  "line": {
48964
- "start": 64,
48965
- "end": 64
49072
+ "start": 65,
49073
+ "end": 65
48966
49074
  }
48967
49075
  },
48968
49076
  "group": [
@@ -48979,8 +49087,8 @@
48979
49087
  {
48980
49088
  "description": "The horizontal padding of the ColorEditor views container.\n",
48981
49089
  "commentRange": {
48982
- "start": 65,
48983
- "end": 66
49090
+ "start": 66,
49091
+ "end": 67
48984
49092
  },
48985
49093
  "context": {
48986
49094
  "type": "variable",
@@ -48988,8 +49096,8 @@
48988
49096
  "value": "$kendo-color-editor-views-padding-y",
48989
49097
  "scope": "default",
48990
49098
  "line": {
48991
- "start": 67,
48992
- "end": 67
49099
+ "start": 68,
49100
+ "end": 68
48993
49101
  }
48994
49102
  },
48995
49103
  "group": [
@@ -49006,8 +49114,8 @@
49006
49114
  {
49007
49115
  "description": "The spacing of the ColorEditor views container.\n",
49008
49116
  "commentRange": {
49009
- "start": 68,
49010
- "end": 69
49117
+ "start": 69,
49118
+ "end": 70
49011
49119
  },
49012
49120
  "context": {
49013
49121
  "type": "variable",
@@ -49015,8 +49123,8 @@
49015
49123
  "value": "$kendo-color-editor-spacer",
49016
49124
  "scope": "default",
49017
49125
  "line": {
49018
- "start": 70,
49019
- "end": 70
49126
+ "start": 71,
49127
+ "end": 71
49020
49128
  }
49021
49129
  },
49022
49130
  "group": [
@@ -49033,8 +49141,8 @@
49033
49141
  {
49034
49142
  "description": "The outline color of the focused ColorGradient.\n",
49035
49143
  "commentRange": {
49036
- "start": 72,
49037
- "end": 73
49144
+ "start": 73,
49145
+ "end": 74
49038
49146
  },
49039
49147
  "context": {
49040
49148
  "type": "variable",
@@ -49042,8 +49150,8 @@
49042
49150
  "value": "rgba(0, 0, 0, .3)",
49043
49151
  "scope": "default",
49044
49152
  "line": {
49045
- "start": 74,
49046
- "end": 74
49153
+ "start": 75,
49154
+ "end": 75
49047
49155
  }
49048
49156
  },
49049
49157
  "group": [
@@ -49060,8 +49168,8 @@
49060
49168
  {
49061
49169
  "description": "The outline width of the focused ColorGradient.\n",
49062
49170
  "commentRange": {
49063
- "start": 75,
49064
- "end": 76
49171
+ "start": 76,
49172
+ "end": 77
49065
49173
  },
49066
49174
  "context": {
49067
49175
  "type": "variable",
@@ -49069,8 +49177,8 @@
49069
49177
  "value": "2px",
49070
49178
  "scope": "default",
49071
49179
  "line": {
49072
- "start": 77,
49073
- "end": 77
49180
+ "start": 78,
49181
+ "end": 78
49074
49182
  }
49075
49183
  },
49076
49184
  "group": [
@@ -49087,8 +49195,8 @@
49087
49195
  {
49088
49196
  "description": "The outline offset of the focused ColorGradient.\n",
49089
49197
  "commentRange": {
49090
- "start": 78,
49091
- "end": 79
49198
+ "start": 79,
49199
+ "end": 80
49092
49200
  },
49093
49201
  "context": {
49094
49202
  "type": "variable",
@@ -49096,8 +49204,8 @@
49096
49204
  "value": "4px",
49097
49205
  "scope": "default",
49098
49206
  "line": {
49099
- "start": 80,
49100
- "end": 80
49207
+ "start": 81,
49208
+ "end": 81
49101
49209
  }
49102
49210
  },
49103
49211
  "group": [
@@ -52954,7 +53062,7 @@
52954
53062
  "context": {
52955
53063
  "type": "variable",
52956
53064
  "name": "kendo-fab-shadow",
52957
- "value": "0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .2)",
53065
+ "value": "k-elevation(5)",
52958
53066
  "scope": "default",
52959
53067
  "line": {
52960
53068
  "start": 118,
@@ -52969,8 +53077,8 @@
52969
53077
  "path": "fab/_variables.scss",
52970
53078
  "name": "_variables.scss"
52971
53079
  },
52972
- "resolvedValue": "0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2)",
52973
- "resolvedType": "List"
53080
+ "resolvedValue": "var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12))",
53081
+ "resolvedType": "String"
52974
53082
  },
52975
53083
  {
52976
53084
  "description": "The shadow of the disabled FAB.\n",
@@ -52981,7 +53089,7 @@
52981
53089
  "context": {
52982
53090
  "type": "variable",
52983
53091
  "name": "kendo-fab-disabled-shadow",
52984
- "value": "0 6px 10px k-try-tint( rgba(0, 0, 0, .14), .5 ), 0 1px 18px k-try-tint( rgba(0, 0, 0, .12), .5 ), 0 3px 5px k-try-tint( rgba(0, 0, 0, .2), .5 )",
53092
+ "value": "k-elevation(5)",
52985
53093
  "scope": "default",
52986
53094
  "line": {
52987
53095
  "start": 121,
@@ -52996,8 +53104,8 @@
52996
53104
  "path": "fab/_variables.scss",
52997
53105
  "name": "_variables.scss"
52998
53106
  },
52999
- "resolvedValue": "0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232)",
53000
- "resolvedType": "List"
53107
+ "resolvedValue": "var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12))",
53108
+ "resolvedType": "String"
53001
53109
  },
53002
53110
  {
53003
53111
  "description": "The shadow of the active FAB.\n",
@@ -53266,8 +53374,8 @@
53266
53374
  "path": "fab/_variables.scss",
53267
53375
  "name": "_variables.scss"
53268
53376
  },
53269
- "resolvedValue": "0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2)",
53270
- "resolvedType": "List"
53377
+ "resolvedValue": "var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12))",
53378
+ "resolvedType": "String"
53271
53379
  },
53272
53380
  {
53273
53381
  "description": "The shadow of the disabled FAB item.\n",
@@ -53293,8 +53401,8 @@
53293
53401
  "path": "fab/_variables.scss",
53294
53402
  "name": "_variables.scss"
53295
53403
  },
53296
- "resolvedValue": "0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232)",
53297
- "resolvedType": "List"
53404
+ "resolvedValue": "var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12))",
53405
+ "resolvedType": "String"
53298
53406
  },
53299
53407
  {
53300
53408
  "description": "The shadow of the active FAB item.\n",
@@ -58924,7 +59032,7 @@
58924
59032
  "context": {
58925
59033
  "type": "variable",
58926
59034
  "name": "kendo-list-header-shadow",
58927
- "value": "0 5px 10px 0 rgba(0, 0, 0, .06)",
59035
+ "value": "k-elevation(2)",
58928
59036
  "scope": "default",
58929
59037
  "line": {
58930
59038
  "start": 198,
@@ -58939,8 +59047,8 @@
58939
59047
  "path": "list/_variables.scss",
58940
59048
  "name": "_variables.scss"
58941
59049
  },
58942
- "resolvedValue": "0 5px 10px 0 rgba(0, 0, 0, 0.06)",
58943
- "resolvedType": "List"
59050
+ "resolvedValue": "var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))",
59051
+ "resolvedType": "String"
58944
59052
  },
58945
59053
  {
58946
59054
  "description": "The background color of the List items.\n",
@@ -62356,8 +62464,8 @@
62356
62464
  "path": "notification/_variables.scss",
62357
62465
  "name": "_variables.scss"
62358
62466
  },
62359
- "resolvedValue": "0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)",
62360
- "resolvedType": "List"
62467
+ "resolvedValue": "var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))",
62468
+ "resolvedType": "String"
62361
62469
  },
62362
62470
  {
62363
62471
  "description": "The horizontal spacing of the Notification icon.\n",
@@ -65155,8 +65263,8 @@
65155
65263
  "path": "popover/_variables.scss",
65156
65264
  "name": "_variables.scss"
65157
65265
  },
65158
- "resolvedValue": "0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)",
65159
- "resolvedType": "List"
65266
+ "resolvedValue": "var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))",
65267
+ "resolvedType": "String"
65160
65268
  },
65161
65269
  {
65162
65270
  "description": "The horizontal padding of the Popover header.\n",
@@ -65902,7 +66010,7 @@
65902
66010
  "context": {
65903
66011
  "type": "variable",
65904
66012
  "name": "kendo-popup-shadow",
65905
- "value": "0 2px 4px 0 rgba(0, 0, 0, .03), 0 4px 5px 0 rgba(0, 0, 0, .04)",
66013
+ "value": "k-elevation(4)",
65906
66014
  "scope": "default",
65907
66015
  "line": {
65908
66016
  "start": 39,
@@ -65917,8 +66025,8 @@
65917
66025
  "path": "popup/_variables.scss",
65918
66026
  "name": "_variables.scss"
65919
66027
  },
65920
- "resolvedValue": "0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)",
65921
- "resolvedType": "List"
66028
+ "resolvedValue": "var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))",
66029
+ "resolvedType": "String"
65922
66030
  }
65923
66031
  ]
65924
66032
  },
@@ -72094,8 +72202,8 @@
72094
72202
  "path": "tilelayout/_variables.scss",
72095
72203
  "name": "_variables.scss"
72096
72204
  },
72097
- "resolvedValue": "0 3px 4px 0 rgba(0, 0, 0, 0.06)",
72098
- "resolvedType": "List"
72205
+ "resolvedValue": "null",
72206
+ "resolvedType": "Null"
72099
72207
  },
72100
72208
  {
72101
72209
  "description": "The width of the border around the TileLayout hint.\n",
@@ -76213,7 +76321,7 @@
76213
76321
  "context": {
76214
76322
  "type": "variable",
76215
76323
  "name": "kendo-window-shadow",
76216
- "value": "0 3px 3px 0 rgba(0, 0, 0, .06)",
76324
+ "value": "k-elevation(8)",
76217
76325
  "scope": "default",
76218
76326
  "line": {
76219
76327
  "start": 79,
@@ -76228,8 +76336,8 @@
76228
76336
  "path": "window/_variables.scss",
76229
76337
  "name": "_variables.scss"
76230
76338
  },
76231
- "resolvedValue": "0 3px 3px 0 rgba(0, 0, 0, 0.06)",
76232
- "resolvedType": "List"
76339
+ "resolvedValue": "var(--kendo-elevation-8, 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12))",
76340
+ "resolvedType": "String"
76233
76341
  },
76234
76342
  {
76235
76343
  "description": "The box shadow of the focused Window.\n",
@@ -76240,7 +76348,7 @@
76240
76348
  "context": {
76241
76349
  "type": "variable",
76242
76350
  "name": "kendo-window-focus-shadow",
76243
- "value": "1px 1px 7px 1px rgba(0, 0, 0, .3)",
76351
+ "value": "k-elevation(9)",
76244
76352
  "scope": "default",
76245
76353
  "line": {
76246
76354
  "start": 82,
@@ -76255,8 +76363,8 @@
76255
76363
  "path": "window/_variables.scss",
76256
76364
  "name": "_variables.scss"
76257
76365
  },
76258
- "resolvedValue": "1px 1px 7px 1px rgba(0, 0, 0, 0.3)",
76259
- "resolvedType": "List"
76366
+ "resolvedValue": "var(--kendo-elevation-9, 0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12))",
76367
+ "resolvedType": "String"
76260
76368
  },
76261
76369
  {
76262
76370
  "description": "The background color of the Window titlebar.\n",