@progress/kendo-theme-material 6.8.0-dev.1 → 7.0.0-dev.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 (48) hide show
  1. package/dist/all.css +446 -157
  2. package/dist/all.scss +777 -142
  3. package/dist/meta/sassdoc-data.json +16456 -14158
  4. package/dist/meta/sassdoc-raw-data.json +1613 -554
  5. package/dist/meta/variables.json +277 -129
  6. package/lib/swatches/material-aqua-dark.json +1 -1
  7. package/lib/swatches/material-arctic.json +1 -1
  8. package/lib/swatches/material-burnt-teal.json +1 -1
  9. package/lib/swatches/material-dataviz-v4.json +1 -1
  10. package/lib/swatches/material-eggplant.json +1 -1
  11. package/lib/swatches/material-lime-dark.json +1 -1
  12. package/lib/swatches/material-lime.json +1 -1
  13. package/lib/swatches/material-main-dark.json +1 -1
  14. package/lib/swatches/material-main.json +1 -1
  15. package/lib/swatches/material-nova.json +1 -1
  16. package/lib/swatches/material-pacific-dark.json +1 -1
  17. package/lib/swatches/material-pacific.json +1 -1
  18. package/lib/swatches/material-sky-dark.json +1 -1
  19. package/lib/swatches/material-sky.json +1 -1
  20. package/lib/swatches/material-smoke.json +1 -1
  21. package/package.json +5 -5
  22. package/scss/_variables.scss +32 -7
  23. package/scss/action-sheet/_variables.scss +1 -1
  24. package/scss/appbar/_variables.scss +2 -2
  25. package/scss/bottom-navigation/_variables.scss +2 -2
  26. package/scss/button/_variables.scss +1 -1
  27. package/scss/card/_variables.scss +2 -2
  28. package/scss/chat/_variables.scss +6 -6
  29. package/scss/coloreditor/_variables.scss +2 -2
  30. package/scss/colorgradient/_variables.scss +14 -8
  31. package/scss/common/_index.scss +1 -0
  32. package/scss/common/_indicators.scss +1 -0
  33. package/scss/core/_index.scss +6 -0
  34. package/scss/core/elevation/index.import.scss +53 -0
  35. package/scss/dock-manager/_index.scss +38 -0
  36. package/scss/dock-manager/_layout.scss +6 -0
  37. package/scss/dock-manager/_theme.scss +6 -0
  38. package/scss/dock-manager/_variables.scss +113 -0
  39. package/scss/fab/_variables.scss +3 -3
  40. package/scss/index.scss +2 -0
  41. package/scss/pdf-viewer/_variables.scss +4 -5
  42. package/scss/pivotgrid/_variables.scss +4 -4
  43. package/scss/popup/_variables.scss +1 -1
  44. package/scss/scheduler/_variables.scss +1 -3
  45. package/scss/tabstrip/_variables.scss +1 -1
  46. package/scss/toolbar/_variables.scss +1 -1
  47. package/scss/tooltip/_variables.scss +2 -0
  48. package/scss/window/_variables.scss +2 -2
@@ -358,7 +358,7 @@
358
358
  "context": {
359
359
  "type": "variable",
360
360
  "name": "kendo-appbar-box-shadow",
361
- "value": "0px 2px 3px rgba( black, .24 )",
361
+ "value": "$box-shadow-depth-4",
362
362
  "scope": "default",
363
363
  "line": {
364
364
  "start": 51,
@@ -383,7 +383,7 @@
383
383
  "context": {
384
384
  "type": "variable",
385
385
  "name": "kendo-appbar-bottom-box-shadow",
386
- "value": "0px -2px 3px rgba( black, .24 )",
386
+ "value": "$kendo-appbar-box-shadow",
387
387
  "scope": "default",
388
388
  "line": {
389
389
  "start": 54,
@@ -1508,7 +1508,7 @@
1508
1508
  "context": {
1509
1509
  "type": "variable",
1510
1510
  "name": "kendo-bottom-nav-shadow",
1511
- "value": "0px 0px 5px rgba( black, .12 )",
1511
+ "value": "$box-shadow-depth-4",
1512
1512
  "scope": "default",
1513
1513
  "line": {
1514
1514
  "start": 52,
@@ -4058,7 +4058,7 @@
4058
4058
  "context": {
4059
4059
  "type": "variable",
4060
4060
  "name": "kendo-button-active-shadow",
4061
- "value": "$box-shadow-depth-3",
4061
+ "value": "$box-shadow-depth-6",
4062
4062
  "scope": "default",
4063
4063
  "line": {
4064
4064
  "start": 157,
@@ -7408,7 +7408,7 @@
7408
7408
  "context": {
7409
7409
  "type": "variable",
7410
7410
  "name": "kendo-color-gradient-focus-shadow",
7411
- "value": "$box-shadow-depth-2",
7411
+ "value": "$box-shadow-depth-3",
7412
7412
  "scope": "default",
7413
7413
  "line": {
7414
7414
  "start": 51,
@@ -7700,15 +7700,15 @@
7700
7700
  }
7701
7701
  },
7702
7702
  {
7703
- "description": "The border radius of the ColorGradient canvas drag handle.\n",
7703
+ "description": "The width of the outline around the ColorGradient canvas drag handle.\n",
7704
7704
  "commentRange": {
7705
7705
  "start": 89,
7706
7706
  "end": 90
7707
7707
  },
7708
7708
  "context": {
7709
7709
  "type": "variable",
7710
- "name": "kendo-color-gradient-draghandle-border-radius",
7711
- "value": "50%",
7710
+ "name": "kendo-color-gradient-draghandle-outline-width",
7711
+ "value": "1px",
7712
7712
  "scope": "default",
7713
7713
  "line": {
7714
7714
  "start": 91,
@@ -7725,15 +7725,15 @@
7725
7725
  }
7726
7726
  },
7727
7727
  {
7728
- "description": "The text color of the ColorGradient canvas drag handle.\n",
7728
+ "description": "The border radius of the ColorGradient canvas drag handle.\n",
7729
7729
  "commentRange": {
7730
7730
  "start": 92,
7731
7731
  "end": 93
7732
7732
  },
7733
7733
  "context": {
7734
7734
  "type": "variable",
7735
- "name": "kendo-color-gradient-draghandle-text",
7736
- "value": "null",
7735
+ "name": "kendo-color-gradient-draghandle-border-radius",
7736
+ "value": "50%",
7737
7737
  "scope": "default",
7738
7738
  "line": {
7739
7739
  "start": 94,
@@ -7750,15 +7750,15 @@
7750
7750
  }
7751
7751
  },
7752
7752
  {
7753
- "description": "The background color of the ColorGradient canvas drag handle.\n",
7753
+ "description": "The text color of the ColorGradient canvas drag handle.\n",
7754
7754
  "commentRange": {
7755
7755
  "start": 95,
7756
7756
  "end": 96
7757
7757
  },
7758
7758
  "context": {
7759
7759
  "type": "variable",
7760
- "name": "kendo-color-gradient-draghandle-bg",
7761
- "value": "transparent",
7760
+ "name": "kendo-color-gradient-draghandle-text",
7761
+ "value": "null",
7762
7762
  "scope": "default",
7763
7763
  "line": {
7764
7764
  "start": 97,
@@ -7775,15 +7775,15 @@
7775
7775
  }
7776
7776
  },
7777
7777
  {
7778
- "description": "The color of the border around the ColorGradient canvas drag handle.\n",
7778
+ "description": "The background color of the ColorGradient canvas drag handle.\n",
7779
7779
  "commentRange": {
7780
7780
  "start": 98,
7781
7781
  "end": 99
7782
7782
  },
7783
7783
  "context": {
7784
7784
  "type": "variable",
7785
- "name": "kendo-color-gradient-draghandle-border",
7786
- "value": "rgba( white, .8 )",
7785
+ "name": "kendo-color-gradient-draghandle-bg",
7786
+ "value": "transparent",
7787
7787
  "scope": "default",
7788
7788
  "line": {
7789
7789
  "start": 100,
@@ -7800,15 +7800,15 @@
7800
7800
  }
7801
7801
  },
7802
7802
  {
7803
- "description": "The box shadow of the ColorGradient canvas drag handle.\n",
7803
+ "description": "The color of the border around the ColorGradient canvas drag handle.\n",
7804
7804
  "commentRange": {
7805
7805
  "start": 101,
7806
7806
  "end": 102
7807
7807
  },
7808
7808
  "context": {
7809
7809
  "type": "variable",
7810
- "name": "kendo-color-gradient-draghandle-shadow",
7811
- "value": "0 1px 4px rgba( black, .5 )",
7810
+ "name": "kendo-color-gradient-draghandle-border",
7811
+ "value": "rgba( white, .8 )",
7812
7812
  "scope": "default",
7813
7813
  "line": {
7814
7814
  "start": 103,
@@ -7825,15 +7825,15 @@
7825
7825
  }
7826
7826
  },
7827
7827
  {
7828
- "description": "The box shadow of the focused ColorGradient canvas drag handle.\n",
7828
+ "description": "The color of the outline around the ColorGradient canvas drag handle.\n",
7829
7829
  "commentRange": {
7830
7830
  "start": 104,
7831
7831
  "end": 105
7832
7832
  },
7833
7833
  "context": {
7834
7834
  "type": "variable",
7835
- "name": "kendo-color-gradient-draghandle-focus-shadow",
7836
- "value": "0 1px 4px black",
7835
+ "name": "kendo-color-gradient-draghandle-shadow",
7836
+ "value": "rgba( $kendo-color-black, .5)",
7837
7837
  "scope": "default",
7838
7838
  "line": {
7839
7839
  "start": 106,
@@ -7850,15 +7850,15 @@
7850
7850
  }
7851
7851
  },
7852
7852
  {
7853
- "description": "The box shadow of the hovered ColorGradient canvas drag handle.\n",
7853
+ "description": "The focus color of the outline around the ColorGradient canvas drag handle.\n",
7854
7854
  "commentRange": {
7855
7855
  "start": 107,
7856
7856
  "end": 108
7857
7857
  },
7858
7858
  "context": {
7859
7859
  "type": "variable",
7860
- "name": "kendo-color-gradient-draghandle-hover-shadow",
7861
- "value": "$kendo-color-gradient-draghandle-focus-shadow",
7860
+ "name": "kendo-color-gradient-draghandle-focus-shadow",
7861
+ "value": "$kendo-color-black",
7862
7862
  "scope": "default",
7863
7863
  "line": {
7864
7864
  "start": 109,
@@ -7875,19 +7875,19 @@
7875
7875
  }
7876
7876
  },
7877
7877
  {
7878
- "description": "The vertical margin of the ColorGradient canvas drag handle.\n",
7878
+ "description": "The outline color of the outline around the ColorGradient canvas drag handle.\n",
7879
7879
  "commentRange": {
7880
- "start": 111,
7881
- "end": 112
7880
+ "start": 110,
7881
+ "end": 111
7882
7882
  },
7883
7883
  "context": {
7884
7884
  "type": "variable",
7885
- "name": "kendo-color-gradient-canvas-draghandle-margin-y",
7886
- "value": "- k-math-div( $kendo-color-gradient-draghandle-height, 2 )",
7885
+ "name": "kendo-color-gradient-draghandle-hover-shadow",
7886
+ "value": "$kendo-color-black",
7887
7887
  "scope": "default",
7888
7888
  "line": {
7889
- "start": 113,
7890
- "end": 113
7889
+ "start": 112,
7890
+ "end": 112
7891
7891
  }
7892
7892
  },
7893
7893
  "group": [
@@ -7900,19 +7900,19 @@
7900
7900
  }
7901
7901
  },
7902
7902
  {
7903
- "description": "The horizontal margin of the ColorGradient canvas drag handle.\n",
7903
+ "description": "The box shadow of the ColorGradient canvas drag handle.\n",
7904
7904
  "commentRange": {
7905
- "start": 114,
7906
- "end": 115
7905
+ "start": 113,
7906
+ "end": 114
7907
7907
  },
7908
7908
  "context": {
7909
7909
  "type": "variable",
7910
- "name": "kendo-color-gradient-canvas-draghandle-margin-x",
7911
- "value": "- k-math-div( $kendo-color-gradient-draghandle-width, 2 )",
7910
+ "name": "kendo-color-gradient-draghandle-shadow",
7911
+ "value": "k-elevation(2)",
7912
7912
  "scope": "default",
7913
7913
  "line": {
7914
- "start": 116,
7915
- "end": 116
7914
+ "start": 115,
7915
+ "end": 115
7916
7916
  }
7917
7917
  },
7918
7918
  "group": [
@@ -7925,19 +7925,19 @@
7925
7925
  }
7926
7926
  },
7927
7927
  {
7928
- "description": "The width of the ColorGradient input.\n",
7928
+ "description": "The vertical margin of the ColorGradient canvas drag handle.\n",
7929
7929
  "commentRange": {
7930
- "start": 118,
7931
- "end": 119
7930
+ "start": 117,
7931
+ "end": 118
7932
7932
  },
7933
7933
  "context": {
7934
7934
  "type": "variable",
7935
- "name": "kendo-color-gradient-input-width",
7936
- "value": "50px",
7935
+ "name": "kendo-color-gradient-canvas-draghandle-margin-y",
7936
+ "value": "- k-math-div( $kendo-color-gradient-draghandle-height, 2 )",
7937
7937
  "scope": "default",
7938
7938
  "line": {
7939
- "start": 120,
7940
- "end": 120
7939
+ "start": 119,
7940
+ "end": 119
7941
7941
  }
7942
7942
  },
7943
7943
  "group": [
@@ -7950,19 +7950,19 @@
7950
7950
  }
7951
7951
  },
7952
7952
  {
7953
- "description": "The spacing between the ColorGradient inputs.\n",
7953
+ "description": "The horizontal margin of the ColorGradient canvas drag handle.\n",
7954
7954
  "commentRange": {
7955
- "start": 121,
7956
- "end": 122
7955
+ "start": 120,
7956
+ "end": 121
7957
7957
  },
7958
7958
  "context": {
7959
7959
  "type": "variable",
7960
- "name": "kendo-color-gradient-input-gap",
7961
- "value": "k-map-get( $kendo-spacing, 2 )",
7960
+ "name": "kendo-color-gradient-canvas-draghandle-margin-x",
7961
+ "value": "- k-math-div( $kendo-color-gradient-draghandle-width, 2 )",
7962
7962
  "scope": "default",
7963
7963
  "line": {
7964
- "start": 123,
7965
- "end": 123
7964
+ "start": 122,
7965
+ "end": 122
7966
7966
  }
7967
7967
  },
7968
7968
  "group": [
@@ -7975,15 +7975,15 @@
7975
7975
  }
7976
7976
  },
7977
7977
  {
7978
- "description": "The spacing between the ColorGradient inputs and their labels.\n",
7978
+ "description": "The width of the ColorGradient input.\n",
7979
7979
  "commentRange": {
7980
7980
  "start": 124,
7981
7981
  "end": 125
7982
7982
  },
7983
7983
  "context": {
7984
7984
  "type": "variable",
7985
- "name": "kendo-color-gradient-input-label-gap",
7986
- "value": "k-map-get( $kendo-spacing, 1 )",
7985
+ "name": "kendo-color-gradient-input-width",
7986
+ "value": "50px",
7987
7987
  "scope": "default",
7988
7988
  "line": {
7989
7989
  "start": 126,
@@ -8000,15 +8000,15 @@
8000
8000
  }
8001
8001
  },
8002
8002
  {
8003
- "description": "The text color of the ColorGradient input labels.\n",
8003
+ "description": "The spacing between the ColorGradient inputs.\n",
8004
8004
  "commentRange": {
8005
8005
  "start": 127,
8006
8006
  "end": 128
8007
8007
  },
8008
8008
  "context": {
8009
8009
  "type": "variable",
8010
- "name": "kendo-color-gradient-input-label-text",
8011
- "value": "$kendo-subtle-text",
8010
+ "name": "kendo-color-gradient-input-gap",
8011
+ "value": "k-map-get( $kendo-spacing, 2 )",
8012
8012
  "scope": "default",
8013
8013
  "line": {
8014
8014
  "start": 129,
@@ -8025,19 +8025,19 @@
8025
8025
  }
8026
8026
  },
8027
8027
  {
8028
- "description": "The font weight of the ColorGradient contrast ratio text.\n",
8028
+ "description": "The spacing between the ColorGradient inputs and their labels.\n",
8029
8029
  "commentRange": {
8030
- "start": 131,
8031
- "end": 132
8030
+ "start": 130,
8031
+ "end": 131
8032
8032
  },
8033
8033
  "context": {
8034
8034
  "type": "variable",
8035
- "name": "kendo-color-gradient-contrast-ratio-font-weight",
8036
- "value": "$kendo-font-weight-medium",
8035
+ "name": "kendo-color-gradient-input-label-gap",
8036
+ "value": "k-map-get( $kendo-spacing, 1 )",
8037
8037
  "scope": "default",
8038
8038
  "line": {
8039
- "start": 133,
8040
- "end": 133
8039
+ "start": 132,
8040
+ "end": 132
8041
8041
  }
8042
8042
  },
8043
8043
  "group": [
@@ -8050,19 +8050,19 @@
8050
8050
  }
8051
8051
  },
8052
8052
  {
8053
- "description": "The spacing between the items in the ColorGradient contrast tool.\n",
8053
+ "description": "The text color of the ColorGradient input labels.\n",
8054
8054
  "commentRange": {
8055
- "start": 134,
8056
- "end": 135
8055
+ "start": 133,
8056
+ "end": 134
8057
8057
  },
8058
8058
  "context": {
8059
8059
  "type": "variable",
8060
- "name": "kendo-color-gradient-contrast-spacer",
8061
- "value": "k-map-get( $kendo-spacing, 2 )",
8060
+ "name": "kendo-color-gradient-input-label-text",
8061
+ "value": "$kendo-subtle-text",
8062
8062
  "scope": "default",
8063
8063
  "line": {
8064
- "start": 136,
8065
- "end": 136
8064
+ "start": 135,
8065
+ "end": 135
8066
8066
  }
8067
8067
  },
8068
8068
  "group": [
@@ -8075,391 +8075,441 @@
8075
8075
  }
8076
8076
  },
8077
8077
  {
8078
- "description": "The color white.\nNote: you cannot change this value.\n",
8079
- "commentRange": {
8080
- "start": 3,
8081
- "end": 6
8082
- },
8083
- "context": {
8084
- "type": "variable",
8085
- "name": "kendo-color-white",
8086
- "value": "#ffffff",
8087
- "scope": "private",
8088
- "line": {
8089
- "start": 7,
8090
- "end": 7
8091
- }
8092
- },
8093
- "type": "Color",
8094
- "group": [
8095
- "color-system"
8096
- ],
8097
- "access": "public",
8098
- "file": {
8099
- "path": "_variables.scss",
8100
- "name": "_variables.scss"
8101
- }
8102
- },
8103
- {
8104
- "description": "The color black.\nNote: you cannot change this value.\n",
8105
- "commentRange": {
8106
- "start": 9,
8107
- "end": 12
8108
- },
8109
- "context": {
8110
- "type": "variable",
8111
- "name": "kendo-color-black",
8112
- "value": "#000000",
8113
- "scope": "private",
8114
- "line": {
8115
- "start": 13,
8116
- "end": 13
8117
- }
8118
- },
8119
- "type": "Color",
8120
- "group": [
8121
- "color-system"
8122
- ],
8123
- "access": "public",
8124
- "file": {
8125
- "path": "_variables.scss",
8126
- "name": "_variables.scss"
8127
- }
8128
- },
8129
- {
8130
- "description": "The color that focuses the user attention.\nUsed for primary buttons and for elements of primary importance across the theme.\n",
8131
- "commentRange": {
8132
- "start": 165,
8133
- "end": 168
8134
- },
8135
- "context": {
8136
- "type": "variable",
8137
- "name": "kendo-color-primary",
8138
- "value": "material-color( $primary-palette, main )",
8139
- "scope": "default",
8140
- "line": {
8141
- "start": 169,
8142
- "end": 169
8143
- }
8144
- },
8145
- "group": [
8146
- "color-system"
8147
- ],
8148
- "type": "Color",
8149
- "access": "public",
8150
- "file": {
8151
- "path": "_variables.scss",
8152
- "name": "_variables.scss"
8153
- }
8154
- },
8155
- {
8156
- "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",
8157
- "commentRange": {
8158
- "start": 173,
8159
- "end": 176
8160
- },
8161
- "context": {
8162
- "type": "variable",
8163
- "name": "kendo-color-primary-contrast",
8164
- "value": "material-color( $primary-palette, main-contrast )",
8165
- "scope": "default",
8166
- "line": {
8167
- "start": 177,
8168
- "end": 177
8169
- }
8170
- },
8171
- "group": [
8172
- "color-system"
8173
- ],
8174
- "type": "Color",
8175
- "access": "public",
8176
- "file": {
8177
- "path": "_variables.scss",
8178
- "name": "_variables.scss"
8179
- }
8180
- },
8181
- {
8182
- "description": "The secondary color of the theme.\n",
8183
- "commentRange": {
8184
- "start": 179,
8185
- "end": 181
8186
- },
8187
- "context": {
8188
- "type": "variable",
8189
- "name": "kendo-color-secondary",
8190
- "value": "material-color( $secondary-palette, main )",
8191
- "scope": "default",
8192
- "line": {
8193
- "start": 182,
8194
- "end": 182
8195
- }
8196
- },
8197
- "group": [
8198
- "color-system"
8199
- ],
8200
- "type": "Color",
8201
- "access": "public",
8202
- "file": {
8203
- "path": "_variables.scss",
8204
- "name": "_variables.scss"
8205
- }
8206
- },
8207
- {
8208
- "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",
8209
- "commentRange": {
8210
- "start": 186,
8211
- "end": 189
8212
- },
8213
- "context": {
8214
- "type": "variable",
8215
- "name": "kendo-color-secondary-contrast",
8216
- "value": "material-color( $secondary-palette, main-contrast )",
8217
- "scope": "default",
8218
- "line": {
8219
- "start": 190,
8220
- "end": 190
8221
- }
8222
- },
8223
- "group": [
8224
- "color-system"
8225
- ],
8226
- "type": "Color",
8227
- "access": "public",
8228
- "file": {
8229
- "path": "_variables.scss",
8230
- "name": "_variables.scss"
8231
- }
8232
- },
8233
- {
8234
- "description": "The tertiary color of the theme.\n",
8235
- "commentRange": {
8236
- "start": 192,
8237
- "end": 194
8238
- },
8239
- "context": {
8240
- "type": "variable",
8241
- "name": "kendo-color-tertiary",
8242
- "value": "material-color($tertiary-palette, main)",
8243
- "scope": "default",
8244
- "line": {
8245
- "start": 195,
8246
- "end": 195
8247
- }
8248
- },
8249
- "group": [
8250
- "color-system"
8251
- ],
8252
- "type": "Color",
8253
- "access": "public",
8254
- "file": {
8255
- "path": "_variables.scss",
8256
- "name": "_variables.scss"
8257
- }
8258
- },
8259
- {
8260
- "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",
8261
- "commentRange": {
8262
- "start": 199,
8263
- "end": 202
8264
- },
8265
- "context": {
8266
- "type": "variable",
8267
- "name": "kendo-color-tertiary-contrast",
8268
- "value": "material-color($tertiary-palette, main-contrast)",
8269
- "scope": "default",
8270
- "line": {
8271
- "start": 203,
8272
- "end": 203
8273
- }
8274
- },
8275
- "group": [
8276
- "color-system"
8277
- ],
8278
- "type": "Color",
8279
- "access": "public",
8280
- "file": {
8281
- "path": "_variables.scss",
8282
- "name": "_variables.scss"
8283
- }
8284
- },
8285
- {
8286
- "description": "The color for informational messages and states.\n",
8287
- "commentRange": {
8288
- "start": 205,
8289
- "end": 207
8290
- },
8291
- "context": {
8292
- "type": "variable",
8293
- "name": "kendo-color-info",
8294
- "value": "#0058e9",
8295
- "scope": "default",
8296
- "line": {
8297
- "start": 208,
8298
- "end": 208
8299
- }
8300
- },
8301
- "group": [
8302
- "color-system"
8303
- ],
8304
- "type": "Color",
8305
- "access": "public",
8306
- "file": {
8307
- "path": "_variables.scss",
8308
- "name": "_variables.scss"
8309
- }
8310
- },
8311
- {
8312
- "description": "The color for success messages and states.\n",
8313
- "commentRange": {
8314
- "start": 212,
8315
- "end": 214
8316
- },
8317
- "context": {
8318
- "type": "variable",
8319
- "name": "kendo-color-success",
8320
- "value": "#37b400",
8321
- "scope": "default",
8322
- "line": {
8323
- "start": 215,
8324
- "end": 215
8325
- }
8326
- },
8327
- "group": [
8328
- "color-system"
8329
- ],
8330
- "type": "Color",
8331
- "access": "public",
8332
- "file": {
8333
- "path": "_variables.scss",
8334
- "name": "_variables.scss"
8335
- }
8336
- },
8337
- {
8338
- "description": "The color for warning messages and states.\n",
8339
- "commentRange": {
8340
- "start": 219,
8341
- "end": 221
8342
- },
8343
- "context": {
8344
- "type": "variable",
8345
- "name": "kendo-color-warning",
8346
- "value": "#ffc000",
8347
- "scope": "default",
8348
- "line": {
8349
- "start": 222,
8350
- "end": 222
8351
- }
8352
- },
8353
- "group": [
8354
- "color-system"
8355
- ],
8356
- "type": "Color",
8357
- "access": "public",
8358
- "file": {
8359
- "path": "_variables.scss",
8360
- "name": "_variables.scss"
8361
- }
8362
- },
8363
- {
8364
- "description": "The color for error messages and states.\n",
8365
- "commentRange": {
8366
- "start": 226,
8367
- "end": 228
8368
- },
8369
- "context": {
8370
- "type": "variable",
8371
- "name": "kendo-color-error",
8372
- "value": "#f31700",
8373
- "scope": "default",
8374
- "line": {
8375
- "start": 229,
8376
- "end": 229
8377
- }
8378
- },
8379
- "group": [
8380
- "color-system"
8381
- ],
8382
- "type": "Color",
8383
- "access": "public",
8384
- "file": {
8385
- "path": "_variables.scss",
8386
- "name": "_variables.scss"
8387
- }
8388
- },
8389
- {
8390
- "description": "The dark color of the theme.\n",
8391
- "commentRange": {
8392
- "start": 233,
8393
- "end": 235
8394
- },
8395
- "context": {
8396
- "type": "variable",
8397
- "name": "kendo-color-dark",
8398
- "value": "get-base-hue( gray, 800 )",
8399
- "scope": "default",
8400
- "line": {
8401
- "start": 236,
8402
- "end": 236
8403
- }
8404
- },
8405
- "group": [
8406
- "color-system"
8407
- ],
8408
- "type": "Color",
8409
- "access": "public",
8410
- "file": {
8411
- "path": "_variables.scss",
8412
- "name": "_variables.scss"
8413
- }
8414
- },
8415
- {
8416
- "description": "The light color of the theme.\n",
8078
+ "description": "The font weight of the ColorGradient contrast ratio text.\n",
8417
8079
  "commentRange": {
8418
- "start": 238,
8419
- "end": 240
8080
+ "start": 137,
8081
+ "end": 138
8420
8082
  },
8421
8083
  "context": {
8422
8084
  "type": "variable",
8423
- "name": "kendo-color-light",
8424
- "value": "get-base-hue( gray, 100 )",
8085
+ "name": "kendo-color-gradient-contrast-ratio-font-weight",
8086
+ "value": "$kendo-font-weight-medium",
8425
8087
  "scope": "default",
8426
8088
  "line": {
8427
- "start": 241,
8428
- "end": 241
8089
+ "start": 139,
8090
+ "end": 139
8429
8091
  }
8430
8092
  },
8431
8093
  "group": [
8432
- "color-system"
8094
+ "cologradient"
8433
8095
  ],
8434
- "type": "Color",
8435
8096
  "access": "public",
8436
8097
  "file": {
8437
- "path": "_variables.scss",
8098
+ "path": "colorgradient/_variables.scss",
8438
8099
  "name": "_variables.scss"
8439
8100
  }
8440
8101
  },
8441
8102
  {
8442
- "description": "Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark\n",
8103
+ "description": "The spacing between the items in the ColorGradient contrast tool.\n",
8443
8104
  "commentRange": {
8444
- "start": 243,
8445
- "end": 244
8105
+ "start": 140,
8106
+ "end": 141
8446
8107
  },
8447
8108
  "context": {
8448
8109
  "type": "variable",
8449
- "name": "kendo-color-inverse",
8450
- "value": "if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )",
8110
+ "name": "kendo-color-gradient-contrast-spacer",
8111
+ "value": "k-map-get( $kendo-spacing, 2 )",
8451
8112
  "scope": "default",
8452
8113
  "line": {
8453
- "start": 245,
8454
- "end": 245
8114
+ "start": 142,
8115
+ "end": 142
8455
8116
  }
8456
8117
  },
8457
8118
  "group": [
8458
- "color-system"
8119
+ "cologradient"
8459
8120
  ],
8460
8121
  "access": "public",
8461
8122
  "file": {
8462
- "path": "_variables.scss",
8123
+ "path": "colorgradient/_variables.scss",
8124
+ "name": "_variables.scss"
8125
+ }
8126
+ },
8127
+ {
8128
+ "description": "The color white.\nNote: you cannot change this value.\n",
8129
+ "commentRange": {
8130
+ "start": 3,
8131
+ "end": 6
8132
+ },
8133
+ "context": {
8134
+ "type": "variable",
8135
+ "name": "kendo-color-white",
8136
+ "value": "#ffffff",
8137
+ "scope": "private",
8138
+ "line": {
8139
+ "start": 7,
8140
+ "end": 7
8141
+ }
8142
+ },
8143
+ "type": "Color",
8144
+ "group": [
8145
+ "color-system"
8146
+ ],
8147
+ "access": "public",
8148
+ "file": {
8149
+ "path": "_variables.scss",
8150
+ "name": "_variables.scss"
8151
+ }
8152
+ },
8153
+ {
8154
+ "description": "The color black.\nNote: you cannot change this value.\n",
8155
+ "commentRange": {
8156
+ "start": 9,
8157
+ "end": 12
8158
+ },
8159
+ "context": {
8160
+ "type": "variable",
8161
+ "name": "kendo-color-black",
8162
+ "value": "#000000",
8163
+ "scope": "private",
8164
+ "line": {
8165
+ "start": 13,
8166
+ "end": 13
8167
+ }
8168
+ },
8169
+ "type": "Color",
8170
+ "group": [
8171
+ "color-system"
8172
+ ],
8173
+ "access": "public",
8174
+ "file": {
8175
+ "path": "_variables.scss",
8176
+ "name": "_variables.scss"
8177
+ }
8178
+ },
8179
+ {
8180
+ "description": "The color that focuses the user attention.\nUsed for primary buttons and for elements of primary importance across the theme.\n",
8181
+ "commentRange": {
8182
+ "start": 190,
8183
+ "end": 193
8184
+ },
8185
+ "context": {
8186
+ "type": "variable",
8187
+ "name": "kendo-color-primary",
8188
+ "value": "material-color( $primary-palette, main )",
8189
+ "scope": "default",
8190
+ "line": {
8191
+ "start": 194,
8192
+ "end": 194
8193
+ }
8194
+ },
8195
+ "group": [
8196
+ "color-system"
8197
+ ],
8198
+ "type": "Color",
8199
+ "access": "public",
8200
+ "file": {
8201
+ "path": "_variables.scss",
8202
+ "name": "_variables.scss"
8203
+ }
8204
+ },
8205
+ {
8206
+ "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",
8207
+ "commentRange": {
8208
+ "start": 198,
8209
+ "end": 201
8210
+ },
8211
+ "context": {
8212
+ "type": "variable",
8213
+ "name": "kendo-color-primary-contrast",
8214
+ "value": "material-color( $primary-palette, main-contrast )",
8215
+ "scope": "default",
8216
+ "line": {
8217
+ "start": 202,
8218
+ "end": 202
8219
+ }
8220
+ },
8221
+ "group": [
8222
+ "color-system"
8223
+ ],
8224
+ "type": "Color",
8225
+ "access": "public",
8226
+ "file": {
8227
+ "path": "_variables.scss",
8228
+ "name": "_variables.scss"
8229
+ }
8230
+ },
8231
+ {
8232
+ "description": "The secondary color of the theme.\n",
8233
+ "commentRange": {
8234
+ "start": 204,
8235
+ "end": 206
8236
+ },
8237
+ "context": {
8238
+ "type": "variable",
8239
+ "name": "kendo-color-secondary",
8240
+ "value": "material-color( $secondary-palette, main )",
8241
+ "scope": "default",
8242
+ "line": {
8243
+ "start": 207,
8244
+ "end": 207
8245
+ }
8246
+ },
8247
+ "group": [
8248
+ "color-system"
8249
+ ],
8250
+ "type": "Color",
8251
+ "access": "public",
8252
+ "file": {
8253
+ "path": "_variables.scss",
8254
+ "name": "_variables.scss"
8255
+ }
8256
+ },
8257
+ {
8258
+ "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",
8259
+ "commentRange": {
8260
+ "start": 211,
8261
+ "end": 214
8262
+ },
8263
+ "context": {
8264
+ "type": "variable",
8265
+ "name": "kendo-color-secondary-contrast",
8266
+ "value": "material-color( $secondary-palette, main-contrast )",
8267
+ "scope": "default",
8268
+ "line": {
8269
+ "start": 215,
8270
+ "end": 215
8271
+ }
8272
+ },
8273
+ "group": [
8274
+ "color-system"
8275
+ ],
8276
+ "type": "Color",
8277
+ "access": "public",
8278
+ "file": {
8279
+ "path": "_variables.scss",
8280
+ "name": "_variables.scss"
8281
+ }
8282
+ },
8283
+ {
8284
+ "description": "The tertiary color of the theme.\n",
8285
+ "commentRange": {
8286
+ "start": 217,
8287
+ "end": 219
8288
+ },
8289
+ "context": {
8290
+ "type": "variable",
8291
+ "name": "kendo-color-tertiary",
8292
+ "value": "material-color($tertiary-palette, main)",
8293
+ "scope": "default",
8294
+ "line": {
8295
+ "start": 220,
8296
+ "end": 220
8297
+ }
8298
+ },
8299
+ "group": [
8300
+ "color-system"
8301
+ ],
8302
+ "type": "Color",
8303
+ "access": "public",
8304
+ "file": {
8305
+ "path": "_variables.scss",
8306
+ "name": "_variables.scss"
8307
+ }
8308
+ },
8309
+ {
8310
+ "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",
8311
+ "commentRange": {
8312
+ "start": 224,
8313
+ "end": 227
8314
+ },
8315
+ "context": {
8316
+ "type": "variable",
8317
+ "name": "kendo-color-tertiary-contrast",
8318
+ "value": "material-color($tertiary-palette, main-contrast)",
8319
+ "scope": "default",
8320
+ "line": {
8321
+ "start": 228,
8322
+ "end": 228
8323
+ }
8324
+ },
8325
+ "group": [
8326
+ "color-system"
8327
+ ],
8328
+ "type": "Color",
8329
+ "access": "public",
8330
+ "file": {
8331
+ "path": "_variables.scss",
8332
+ "name": "_variables.scss"
8333
+ }
8334
+ },
8335
+ {
8336
+ "description": "The color for informational messages and states.\n",
8337
+ "commentRange": {
8338
+ "start": 230,
8339
+ "end": 232
8340
+ },
8341
+ "context": {
8342
+ "type": "variable",
8343
+ "name": "kendo-color-info",
8344
+ "value": "#0058e9",
8345
+ "scope": "default",
8346
+ "line": {
8347
+ "start": 233,
8348
+ "end": 233
8349
+ }
8350
+ },
8351
+ "group": [
8352
+ "color-system"
8353
+ ],
8354
+ "type": "Color",
8355
+ "access": "public",
8356
+ "file": {
8357
+ "path": "_variables.scss",
8358
+ "name": "_variables.scss"
8359
+ }
8360
+ },
8361
+ {
8362
+ "description": "The color for success messages and states.\n",
8363
+ "commentRange": {
8364
+ "start": 237,
8365
+ "end": 239
8366
+ },
8367
+ "context": {
8368
+ "type": "variable",
8369
+ "name": "kendo-color-success",
8370
+ "value": "#37b400",
8371
+ "scope": "default",
8372
+ "line": {
8373
+ "start": 240,
8374
+ "end": 240
8375
+ }
8376
+ },
8377
+ "group": [
8378
+ "color-system"
8379
+ ],
8380
+ "type": "Color",
8381
+ "access": "public",
8382
+ "file": {
8383
+ "path": "_variables.scss",
8384
+ "name": "_variables.scss"
8385
+ }
8386
+ },
8387
+ {
8388
+ "description": "The color for warning messages and states.\n",
8389
+ "commentRange": {
8390
+ "start": 244,
8391
+ "end": 246
8392
+ },
8393
+ "context": {
8394
+ "type": "variable",
8395
+ "name": "kendo-color-warning",
8396
+ "value": "#ffc000",
8397
+ "scope": "default",
8398
+ "line": {
8399
+ "start": 247,
8400
+ "end": 247
8401
+ }
8402
+ },
8403
+ "group": [
8404
+ "color-system"
8405
+ ],
8406
+ "type": "Color",
8407
+ "access": "public",
8408
+ "file": {
8409
+ "path": "_variables.scss",
8410
+ "name": "_variables.scss"
8411
+ }
8412
+ },
8413
+ {
8414
+ "description": "The color for error messages and states.\n",
8415
+ "commentRange": {
8416
+ "start": 251,
8417
+ "end": 253
8418
+ },
8419
+ "context": {
8420
+ "type": "variable",
8421
+ "name": "kendo-color-error",
8422
+ "value": "#f31700",
8423
+ "scope": "default",
8424
+ "line": {
8425
+ "start": 254,
8426
+ "end": 254
8427
+ }
8428
+ },
8429
+ "group": [
8430
+ "color-system"
8431
+ ],
8432
+ "type": "Color",
8433
+ "access": "public",
8434
+ "file": {
8435
+ "path": "_variables.scss",
8436
+ "name": "_variables.scss"
8437
+ }
8438
+ },
8439
+ {
8440
+ "description": "The dark color of the theme.\n",
8441
+ "commentRange": {
8442
+ "start": 258,
8443
+ "end": 260
8444
+ },
8445
+ "context": {
8446
+ "type": "variable",
8447
+ "name": "kendo-color-dark",
8448
+ "value": "get-base-hue( gray, 800 )",
8449
+ "scope": "default",
8450
+ "line": {
8451
+ "start": 261,
8452
+ "end": 261
8453
+ }
8454
+ },
8455
+ "group": [
8456
+ "color-system"
8457
+ ],
8458
+ "type": "Color",
8459
+ "access": "public",
8460
+ "file": {
8461
+ "path": "_variables.scss",
8462
+ "name": "_variables.scss"
8463
+ }
8464
+ },
8465
+ {
8466
+ "description": "The light color of the theme.\n",
8467
+ "commentRange": {
8468
+ "start": 263,
8469
+ "end": 265
8470
+ },
8471
+ "context": {
8472
+ "type": "variable",
8473
+ "name": "kendo-color-light",
8474
+ "value": "get-base-hue( gray, 100 )",
8475
+ "scope": "default",
8476
+ "line": {
8477
+ "start": 266,
8478
+ "end": 266
8479
+ }
8480
+ },
8481
+ "group": [
8482
+ "color-system"
8483
+ ],
8484
+ "type": "Color",
8485
+ "access": "public",
8486
+ "file": {
8487
+ "path": "_variables.scss",
8488
+ "name": "_variables.scss"
8489
+ }
8490
+ },
8491
+ {
8492
+ "description": "Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark\n",
8493
+ "commentRange": {
8494
+ "start": 268,
8495
+ "end": 269
8496
+ },
8497
+ "context": {
8498
+ "type": "variable",
8499
+ "name": "kendo-color-inverse",
8500
+ "value": "if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )",
8501
+ "scope": "default",
8502
+ "line": {
8503
+ "start": 270,
8504
+ "end": 270
8505
+ }
8506
+ },
8507
+ "group": [
8508
+ "color-system"
8509
+ ],
8510
+ "access": "public",
8511
+ "file": {
8512
+ "path": "_variables.scss",
8463
8513
  "name": "_variables.scss"
8464
8514
  }
8465
8515
  },
@@ -8799,7 +8849,7 @@
8799
8849
  "context": {
8800
8850
  "type": "variable",
8801
8851
  "name": "kendo-color-editor-focus-shadow",
8802
- "value": "$box-shadow-depth-2",
8852
+ "value": "$box-shadow-depth-3",
8803
8853
  "scope": "default",
8804
8854
  "line": {
8805
8855
  "start": 40,
@@ -9318,8 +9368,8 @@
9318
9368
  {
9319
9369
  "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",
9320
9370
  "commentRange": {
9321
- "start": 337,
9322
- "end": 339
9371
+ "start": 362,
9372
+ "end": 364
9323
9373
  },
9324
9374
  "context": {
9325
9375
  "type": "variable",
@@ -9327,8 +9377,8 @@
9327
9377
  "value": "k-map-get( $theme, component-bg )",
9328
9378
  "scope": "default",
9329
9379
  "line": {
9330
- "start": 340,
9331
- "end": 340
9380
+ "start": 365,
9381
+ "end": 365
9332
9382
  }
9333
9383
  },
9334
9384
  "group": [
@@ -9343,8 +9393,8 @@
9343
9393
  {
9344
9394
  "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",
9345
9395
  "commentRange": {
9346
- "start": 341,
9347
- "end": 343
9396
+ "start": 366,
9397
+ "end": 368
9348
9398
  },
9349
9399
  "context": {
9350
9400
  "type": "variable",
@@ -9352,8 +9402,8 @@
9352
9402
  "value": "k-map-get( $theme, component-text )",
9353
9403
  "scope": "default",
9354
9404
  "line": {
9355
- "start": 344,
9356
- "end": 344
9405
+ "start": 369,
9406
+ "end": 369
9357
9407
  }
9358
9408
  },
9359
9409
  "group": [
@@ -9368,8 +9418,8 @@
9368
9418
  {
9369
9419
  "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",
9370
9420
  "commentRange": {
9371
- "start": 345,
9372
- "end": 347
9421
+ "start": 370,
9422
+ "end": 372
9373
9423
  },
9374
9424
  "context": {
9375
9425
  "type": "variable",
@@ -9377,8 +9427,8 @@
9377
9427
  "value": "k-map-get( $theme, component-border )",
9378
9428
  "scope": "default",
9379
9429
  "line": {
9380
- "start": 348,
9381
- "end": 348
9430
+ "start": 373,
9431
+ "end": 373
9382
9432
  }
9383
9433
  },
9384
9434
  "group": [
@@ -9590,6 +9640,881 @@
9590
9640
  "name": "_variables.scss"
9591
9641
  }
9592
9642
  },
9643
+ {
9644
+ "description": " The width of the border around the DockManager component.\n",
9645
+ "commentRange": {
9646
+ "start": 1,
9647
+ "end": 2
9648
+ },
9649
+ "context": {
9650
+ "type": "variable",
9651
+ "name": "kendo-dock-manager-border-width",
9652
+ "value": "1px",
9653
+ "scope": "default",
9654
+ "line": {
9655
+ "start": 3,
9656
+ "end": 3
9657
+ }
9658
+ },
9659
+ "group": [
9660
+ "dock-manager"
9661
+ ],
9662
+ "access": "public",
9663
+ "file": {
9664
+ "path": "dock-manager/_variables.scss",
9665
+ "name": "_variables.scss"
9666
+ }
9667
+ },
9668
+ {
9669
+ "description": "The style of the border around the DockManager component.\n",
9670
+ "commentRange": {
9671
+ "start": 4,
9672
+ "end": 5
9673
+ },
9674
+ "context": {
9675
+ "type": "variable",
9676
+ "name": "kendo-dock-manager-border-style",
9677
+ "value": "solid",
9678
+ "scope": "default",
9679
+ "line": {
9680
+ "start": 6,
9681
+ "end": 6
9682
+ }
9683
+ },
9684
+ "group": [
9685
+ "dock-manager"
9686
+ ],
9687
+ "access": "public",
9688
+ "file": {
9689
+ "path": "dock-manager/_variables.scss",
9690
+ "name": "_variables.scss"
9691
+ }
9692
+ },
9693
+ {
9694
+ "description": "The color of the border around the DockManager component.\n",
9695
+ "commentRange": {
9696
+ "start": 7,
9697
+ "end": 8
9698
+ },
9699
+ "context": {
9700
+ "type": "variable",
9701
+ "name": "kendo-dock-manager-border",
9702
+ "value": "$kendo-base-border",
9703
+ "scope": "default",
9704
+ "line": {
9705
+ "start": 9,
9706
+ "end": 9
9707
+ }
9708
+ },
9709
+ "group": [
9710
+ "dock-manager"
9711
+ ],
9712
+ "access": "public",
9713
+ "file": {
9714
+ "path": "dock-manager/_variables.scss",
9715
+ "name": "_variables.scss"
9716
+ }
9717
+ },
9718
+ {
9719
+ "description": "The vertical padding of the pane header in the DockManager component.\n",
9720
+ "commentRange": {
9721
+ "start": 11,
9722
+ "end": 12
9723
+ },
9724
+ "context": {
9725
+ "type": "variable",
9726
+ "name": "kendo-dock-manager-pane-header-padding-y",
9727
+ "value": "k-map-get( $kendo-spacing, 1 )",
9728
+ "scope": "default",
9729
+ "line": {
9730
+ "start": 13,
9731
+ "end": 13
9732
+ }
9733
+ },
9734
+ "group": [
9735
+ "dock-manager"
9736
+ ],
9737
+ "access": "public",
9738
+ "file": {
9739
+ "path": "dock-manager/_variables.scss",
9740
+ "name": "_variables.scss"
9741
+ }
9742
+ },
9743
+ {
9744
+ "description": "The horizontal padding of the pane header in the DockManager component.\n",
9745
+ "commentRange": {
9746
+ "start": 14,
9747
+ "end": 15
9748
+ },
9749
+ "context": {
9750
+ "type": "variable",
9751
+ "name": "kendo-dock-manager-pane-header-padding-x",
9752
+ "value": "k-map-get( $kendo-spacing, 6 )",
9753
+ "scope": "default",
9754
+ "line": {
9755
+ "start": 16,
9756
+ "end": 16
9757
+ }
9758
+ },
9759
+ "group": [
9760
+ "dock-manager"
9761
+ ],
9762
+ "access": "public",
9763
+ "file": {
9764
+ "path": "dock-manager/_variables.scss",
9765
+ "name": "_variables.scss"
9766
+ }
9767
+ },
9768
+ {
9769
+ "description": "The width of the border around the pane header in the DockManager component.\n",
9770
+ "commentRange": {
9771
+ "start": 17,
9772
+ "end": 18
9773
+ },
9774
+ "context": {
9775
+ "type": "variable",
9776
+ "name": "kendo-dock-manager-pane-header-border-width",
9777
+ "value": "$kendo-dock-manager-border-width",
9778
+ "scope": "default",
9779
+ "line": {
9780
+ "start": 19,
9781
+ "end": 19
9782
+ }
9783
+ },
9784
+ "group": [
9785
+ "dock-manager"
9786
+ ],
9787
+ "access": "public",
9788
+ "file": {
9789
+ "path": "dock-manager/_variables.scss",
9790
+ "name": "_variables.scss"
9791
+ }
9792
+ },
9793
+ {
9794
+ "description": " The style of the border around the pane header in the DockManager component.\n",
9795
+ "commentRange": {
9796
+ "start": 20,
9797
+ "end": 21
9798
+ },
9799
+ "context": {
9800
+ "type": "variable",
9801
+ "name": "kendo-dock-manager-pane-header-border-style",
9802
+ "value": "solid",
9803
+ "scope": "default",
9804
+ "line": {
9805
+ "start": 22,
9806
+ "end": 22
9807
+ }
9808
+ },
9809
+ "group": [
9810
+ "dock-manager"
9811
+ ],
9812
+ "access": "public",
9813
+ "file": {
9814
+ "path": "dock-manager/_variables.scss",
9815
+ "name": "_variables.scss"
9816
+ }
9817
+ },
9818
+ {
9819
+ "description": "The background color of the pane header in the DockManager component.\n",
9820
+ "commentRange": {
9821
+ "start": 23,
9822
+ "end": 24
9823
+ },
9824
+ "context": {
9825
+ "type": "variable",
9826
+ "name": "kendo-dock-manager-pane-header-bg",
9827
+ "value": "$kendo-component-bg",
9828
+ "scope": "default",
9829
+ "line": {
9830
+ "start": 25,
9831
+ "end": 25
9832
+ }
9833
+ },
9834
+ "group": [
9835
+ "dock-manager"
9836
+ ],
9837
+ "access": "public",
9838
+ "file": {
9839
+ "path": "dock-manager/_variables.scss",
9840
+ "name": "_variables.scss"
9841
+ }
9842
+ },
9843
+ {
9844
+ "description": "The vertical padding of the pane title in the DockManager component.\n",
9845
+ "commentRange": {
9846
+ "start": 27,
9847
+ "end": 28
9848
+ },
9849
+ "context": {
9850
+ "type": "variable",
9851
+ "name": "kendo-dock-manager-pane-title-padding-y",
9852
+ "value": "null",
9853
+ "scope": "default",
9854
+ "line": {
9855
+ "start": 29,
9856
+ "end": 29
9857
+ }
9858
+ },
9859
+ "group": [
9860
+ "dock-manager"
9861
+ ],
9862
+ "access": "public",
9863
+ "file": {
9864
+ "path": "dock-manager/_variables.scss",
9865
+ "name": "_variables.scss"
9866
+ }
9867
+ },
9868
+ {
9869
+ "description": "The horizontal padding of the pane title in the DockManager component.\n",
9870
+ "commentRange": {
9871
+ "start": 30,
9872
+ "end": 31
9873
+ },
9874
+ "context": {
9875
+ "type": "variable",
9876
+ "name": "kendo-dock-manager-pane-title-padding-x",
9877
+ "value": "null",
9878
+ "scope": "default",
9879
+ "line": {
9880
+ "start": 32,
9881
+ "end": 32
9882
+ }
9883
+ },
9884
+ "group": [
9885
+ "dock-manager"
9886
+ ],
9887
+ "access": "public",
9888
+ "file": {
9889
+ "path": "dock-manager/_variables.scss",
9890
+ "name": "_variables.scss"
9891
+ }
9892
+ },
9893
+ {
9894
+ "description": "The font family of the pane title in the DockManager component.\n",
9895
+ "commentRange": {
9896
+ "start": 33,
9897
+ "end": 34
9898
+ },
9899
+ "context": {
9900
+ "type": "variable",
9901
+ "name": "kendo-dock-manager-pane-title-font-family",
9902
+ "value": "$kendo-font-family",
9903
+ "scope": "default",
9904
+ "line": {
9905
+ "start": 35,
9906
+ "end": 35
9907
+ }
9908
+ },
9909
+ "group": [
9910
+ "dock-manager"
9911
+ ],
9912
+ "access": "public",
9913
+ "file": {
9914
+ "path": "dock-manager/_variables.scss",
9915
+ "name": "_variables.scss"
9916
+ }
9917
+ },
9918
+ {
9919
+ "description": "The font size of the pane title in the DockManager component.\n",
9920
+ "commentRange": {
9921
+ "start": 36,
9922
+ "end": 37
9923
+ },
9924
+ "context": {
9925
+ "type": "variable",
9926
+ "name": "kendo-dock-manager-pane-title-font-size",
9927
+ "value": "$kendo-font-size-lg",
9928
+ "scope": "default",
9929
+ "line": {
9930
+ "start": 38,
9931
+ "end": 38
9932
+ }
9933
+ },
9934
+ "group": [
9935
+ "dock-manager"
9936
+ ],
9937
+ "access": "public",
9938
+ "file": {
9939
+ "path": "dock-manager/_variables.scss",
9940
+ "name": "_variables.scss"
9941
+ }
9942
+ },
9943
+ {
9944
+ "description": "The line height of the pane title in the DockManager component.\n",
9945
+ "commentRange": {
9946
+ "start": 39,
9947
+ "end": 40
9948
+ },
9949
+ "context": {
9950
+ "type": "variable",
9951
+ "name": "kendo-dock-manager-pane-title-line-height",
9952
+ "value": "$kendo-line-height-sm",
9953
+ "scope": "default",
9954
+ "line": {
9955
+ "start": 41,
9956
+ "end": 41
9957
+ }
9958
+ },
9959
+ "group": [
9960
+ "dock-manager"
9961
+ ],
9962
+ "access": "public",
9963
+ "file": {
9964
+ "path": "dock-manager/_variables.scss",
9965
+ "name": "_variables.scss"
9966
+ }
9967
+ },
9968
+ {
9969
+ "description": "The font weight of the pane title in the DockManager component.\n",
9970
+ "commentRange": {
9971
+ "start": 42,
9972
+ "end": 43
9973
+ },
9974
+ "context": {
9975
+ "type": "variable",
9976
+ "name": "kendo-dock-manager-pane-title-font-weight",
9977
+ "value": "$kendo-font-weight-normal",
9978
+ "scope": "default",
9979
+ "line": {
9980
+ "start": 44,
9981
+ "end": 44
9982
+ }
9983
+ },
9984
+ "group": [
9985
+ "dock-manager"
9986
+ ],
9987
+ "access": "public",
9988
+ "file": {
9989
+ "path": "dock-manager/_variables.scss",
9990
+ "name": "_variables.scss"
9991
+ }
9992
+ },
9993
+ {
9994
+ "description": "The horizontal padding of the pane content in the DockManager component.\n",
9995
+ "commentRange": {
9996
+ "start": 46,
9997
+ "end": 47
9998
+ },
9999
+ "context": {
10000
+ "type": "variable",
10001
+ "name": "kendo-dock-manager-pane-content-padding-x",
10002
+ "value": "$kendo-dock-manager-pane-header-padding-x",
10003
+ "scope": "default",
10004
+ "line": {
10005
+ "start": 48,
10006
+ "end": 48
10007
+ }
10008
+ },
10009
+ "group": [
10010
+ "dock-manager"
10011
+ ],
10012
+ "access": "public",
10013
+ "file": {
10014
+ "path": "dock-manager/_variables.scss",
10015
+ "name": "_variables.scss"
10016
+ }
10017
+ },
10018
+ {
10019
+ "description": "The vertical padding of the pane content in the DockManager component.\n",
10020
+ "commentRange": {
10021
+ "start": 49,
10022
+ "end": 50
10023
+ },
10024
+ "context": {
10025
+ "type": "variable",
10026
+ "name": "kendo-dock-manager-pane-content-padding-y",
10027
+ "value": "$kendo-dock-manager-pane-header-padding-x",
10028
+ "scope": "default",
10029
+ "line": {
10030
+ "start": 51,
10031
+ "end": 51
10032
+ }
10033
+ },
10034
+ "group": [
10035
+ "dock-manager"
10036
+ ],
10037
+ "access": "public",
10038
+ "file": {
10039
+ "path": "dock-manager/_variables.scss",
10040
+ "name": "_variables.scss"
10041
+ }
10042
+ },
10043
+ {
10044
+ "description": "The horizontal padding of the tabbed pane in the DockManager component.\n",
10045
+ "commentRange": {
10046
+ "start": 53,
10047
+ "end": 54
10048
+ },
10049
+ "context": {
10050
+ "type": "variable",
10051
+ "name": "kendo-dock-manager-tabbed-pane-padding-y",
10052
+ "value": "null",
10053
+ "scope": "default",
10054
+ "line": {
10055
+ "start": 55,
10056
+ "end": 55
10057
+ }
10058
+ },
10059
+ "group": [
10060
+ "dock-manager"
10061
+ ],
10062
+ "access": "public",
10063
+ "file": {
10064
+ "path": "dock-manager/_variables.scss",
10065
+ "name": "_variables.scss"
10066
+ }
10067
+ },
10068
+ {
10069
+ "description": "The horizontal padding of the tabbed pane in the DockManager component.\n",
10070
+ "commentRange": {
10071
+ "start": 56,
10072
+ "end": 57
10073
+ },
10074
+ "context": {
10075
+ "type": "variable",
10076
+ "name": "kendo-dock-manager-tabbed-pane-padding-x",
10077
+ "value": "null",
10078
+ "scope": "default",
10079
+ "line": {
10080
+ "start": 58,
10081
+ "end": 58
10082
+ }
10083
+ },
10084
+ "group": [
10085
+ "dock-manager"
10086
+ ],
10087
+ "access": "public",
10088
+ "file": {
10089
+ "path": "dock-manager/_variables.scss",
10090
+ "name": "_variables.scss"
10091
+ }
10092
+ },
10093
+ {
10094
+ "description": "The width of the unpinned pane container in the DockManager component.\n",
10095
+ "commentRange": {
10096
+ "start": 60,
10097
+ "end": 61
10098
+ },
10099
+ "context": {
10100
+ "type": "variable",
10101
+ "name": "kendo-dock-manager-unpinned-container-width",
10102
+ "value": "300px",
10103
+ "scope": "default",
10104
+ "line": {
10105
+ "start": 62,
10106
+ "end": 62
10107
+ }
10108
+ },
10109
+ "group": [
10110
+ "dock-manager"
10111
+ ],
10112
+ "access": "public",
10113
+ "file": {
10114
+ "path": "dock-manager/_variables.scss",
10115
+ "name": "_variables.scss"
10116
+ }
10117
+ },
10118
+ {
10119
+ "description": "The background-color of the unpinned pane container in the DockManager component.\n",
10120
+ "commentRange": {
10121
+ "start": 63,
10122
+ "end": 64
10123
+ },
10124
+ "context": {
10125
+ "type": "variable",
10126
+ "name": "kendo-dock-manager-unpinned-container-bg",
10127
+ "value": "$kendo-color-white",
10128
+ "scope": "default",
10129
+ "line": {
10130
+ "start": 65,
10131
+ "end": 65
10132
+ }
10133
+ },
10134
+ "group": [
10135
+ "dock-manager"
10136
+ ],
10137
+ "access": "public",
10138
+ "file": {
10139
+ "path": "dock-manager/_variables.scss",
10140
+ "name": "_variables.scss"
10141
+ }
10142
+ },
10143
+ {
10144
+ "description": "The box shadow of the unpinned pane container in the DockManager component.\n",
10145
+ "commentRange": {
10146
+ "start": 66,
10147
+ "end": 67
10148
+ },
10149
+ "context": {
10150
+ "type": "variable",
10151
+ "name": "kendo-dock-manager-unpinned-container-shadow",
10152
+ "value": "4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03)",
10153
+ "scope": "default",
10154
+ "line": {
10155
+ "start": 68,
10156
+ "end": 68
10157
+ }
10158
+ },
10159
+ "group": [
10160
+ "dock-manager"
10161
+ ],
10162
+ "access": "public",
10163
+ "file": {
10164
+ "path": "dock-manager/_variables.scss",
10165
+ "name": "_variables.scss"
10166
+ }
10167
+ },
10168
+ {
10169
+ "description": "The padding of the dock indicator in the DockManager component.\n",
10170
+ "commentRange": {
10171
+ "start": 70,
10172
+ "end": 71
10173
+ },
10174
+ "context": {
10175
+ "type": "variable",
10176
+ "name": "kendo-dock-indicator-padding",
10177
+ "value": "k-map-get( $kendo-spacing, 1.5 )",
10178
+ "scope": "default",
10179
+ "line": {
10180
+ "start": 72,
10181
+ "end": 72
10182
+ }
10183
+ },
10184
+ "group": [
10185
+ "dock-manager"
10186
+ ],
10187
+ "access": "public",
10188
+ "file": {
10189
+ "path": "dock-manager/_variables.scss",
10190
+ "name": "_variables.scss"
10191
+ }
10192
+ },
10193
+ {
10194
+ "description": "The background color of the dock indicator in the DockManager component.\n",
10195
+ "commentRange": {
10196
+ "start": 73,
10197
+ "end": 74
10198
+ },
10199
+ "context": {
10200
+ "type": "variable",
10201
+ "name": "kendo-dock-indicator-bg",
10202
+ "value": "$kendo-base-bg",
10203
+ "scope": "default",
10204
+ "line": {
10205
+ "start": 75,
10206
+ "end": 75
10207
+ }
10208
+ },
10209
+ "group": [
10210
+ "dock-manager"
10211
+ ],
10212
+ "access": "public",
10213
+ "file": {
10214
+ "path": "dock-manager/_variables.scss",
10215
+ "name": "_variables.scss"
10216
+ }
10217
+ },
10218
+ {
10219
+ "description": "The text color of the dock indicator in the DockManager component.\n",
10220
+ "commentRange": {
10221
+ "start": 76,
10222
+ "end": 77
10223
+ },
10224
+ "context": {
10225
+ "type": "variable",
10226
+ "name": "kendo-dock-indicator-text",
10227
+ "value": "$kendo-color-primary",
10228
+ "scope": "default",
10229
+ "line": {
10230
+ "start": 78,
10231
+ "end": 78
10232
+ }
10233
+ },
10234
+ "group": [
10235
+ "dock-manager"
10236
+ ],
10237
+ "access": "public",
10238
+ "file": {
10239
+ "path": "dock-manager/_variables.scss",
10240
+ "name": "_variables.scss"
10241
+ }
10242
+ },
10243
+ {
10244
+ "description": "The outline width of the dock indicator in the DockManager component.\n",
10245
+ "commentRange": {
10246
+ "start": 79,
10247
+ "end": 80
10248
+ },
10249
+ "context": {
10250
+ "type": "variable",
10251
+ "name": "kendo-dock-indicator-outline-width",
10252
+ "value": "1px",
10253
+ "scope": "default",
10254
+ "line": {
10255
+ "start": 81,
10256
+ "end": 81
10257
+ }
10258
+ },
10259
+ "group": [
10260
+ "dock-manager"
10261
+ ],
10262
+ "access": "public",
10263
+ "file": {
10264
+ "path": "dock-manager/_variables.scss",
10265
+ "name": "_variables.scss"
10266
+ }
10267
+ },
10268
+ {
10269
+ "description": "The outline style of the dock indicator in the DockManager component.\n",
10270
+ "commentRange": {
10271
+ "start": 82,
10272
+ "end": 83
10273
+ },
10274
+ "context": {
10275
+ "type": "variable",
10276
+ "name": "kendo-dock-indicator-outline-style",
10277
+ "value": "solid",
10278
+ "scope": "default",
10279
+ "line": {
10280
+ "start": 84,
10281
+ "end": 84
10282
+ }
10283
+ },
10284
+ "group": [
10285
+ "dock-manager"
10286
+ ],
10287
+ "access": "public",
10288
+ "file": {
10289
+ "path": "dock-manager/_variables.scss",
10290
+ "name": "_variables.scss"
10291
+ }
10292
+ },
10293
+ {
10294
+ "description": "The outline color of the dock indicator in the DockManager component.\n",
10295
+ "commentRange": {
10296
+ "start": 85,
10297
+ "end": 86
10298
+ },
10299
+ "context": {
10300
+ "type": "variable",
10301
+ "name": "kendo-dock-indicator-outline",
10302
+ "value": "$kendo-dock-indicator-text",
10303
+ "scope": "default",
10304
+ "line": {
10305
+ "start": 87,
10306
+ "end": 87
10307
+ }
10308
+ },
10309
+ "group": [
10310
+ "dock-manager"
10311
+ ],
10312
+ "access": "public",
10313
+ "file": {
10314
+ "path": "dock-manager/_variables.scss",
10315
+ "name": "_variables.scss"
10316
+ }
10317
+ },
10318
+ {
10319
+ "description": "The box shadow of the dock indicator in the DockManager component.\n",
10320
+ "commentRange": {
10321
+ "start": 88,
10322
+ "end": 89
10323
+ },
10324
+ "context": {
10325
+ "type": "variable",
10326
+ "name": "kendo-dock-indicator-shadow",
10327
+ "value": "drop-shadow( 0px 1px 18px rgba(0, 0, 0, 0.12) ) drop-shadow( 0px 6px 10px rgba(0, 0, 0, 0.14) ) drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.20) )",
10328
+ "scope": "default",
10329
+ "line": {
10330
+ "start": 90,
10331
+ "end": 90
10332
+ }
10333
+ },
10334
+ "group": [
10335
+ "dock-manager"
10336
+ ],
10337
+ "access": "public",
10338
+ "file": {
10339
+ "path": "dock-manager/_variables.scss",
10340
+ "name": "_variables.scss"
10341
+ }
10342
+ },
10343
+ {
10344
+ "description": " The background color of the hovered dock indicator in the DockManager component.\n",
10345
+ "commentRange": {
10346
+ "start": 92,
10347
+ "end": 93
10348
+ },
10349
+ "context": {
10350
+ "type": "variable",
10351
+ "name": "kendo-dock-indicator-hover-bg",
10352
+ "value": "k-color-mix( $kendo-color-white, $kendo-color-primary, 8% )",
10353
+ "scope": "default",
10354
+ "line": {
10355
+ "start": 94,
10356
+ "end": 94
10357
+ }
10358
+ },
10359
+ "group": [
10360
+ "dock-manager"
10361
+ ],
10362
+ "access": "public",
10363
+ "file": {
10364
+ "path": "dock-manager/_variables.scss",
10365
+ "name": "_variables.scss"
10366
+ }
10367
+ },
10368
+ {
10369
+ "description": "The text color of the hovered dock indicator in the DockManager component.\n",
10370
+ "commentRange": {
10371
+ "start": 95,
10372
+ "end": 96
10373
+ },
10374
+ "context": {
10375
+ "type": "variable",
10376
+ "name": "kendo-dock-indicator-hover-text",
10377
+ "value": "$kendo-color-white",
10378
+ "scope": "default",
10379
+ "line": {
10380
+ "start": 97,
10381
+ "end": 97
10382
+ }
10383
+ },
10384
+ "group": [
10385
+ "dock-manager"
10386
+ ],
10387
+ "access": "public",
10388
+ "file": {
10389
+ "path": "dock-manager/_variables.scss",
10390
+ "name": "_variables.scss"
10391
+ }
10392
+ },
10393
+ {
10394
+ "description": "The width of the border around the dropping area in the DockManager component.\n",
10395
+ "commentRange": {
10396
+ "start": 99,
10397
+ "end": 100
10398
+ },
10399
+ "context": {
10400
+ "type": "variable",
10401
+ "name": "kendo-dock-manager-dock-preview-border-width",
10402
+ "value": "1px",
10403
+ "scope": "default",
10404
+ "line": {
10405
+ "start": 101,
10406
+ "end": 101
10407
+ }
10408
+ },
10409
+ "group": [
10410
+ "dock-manager"
10411
+ ],
10412
+ "access": "public",
10413
+ "file": {
10414
+ "path": "dock-manager/_variables.scss",
10415
+ "name": "_variables.scss"
10416
+ }
10417
+ },
10418
+ {
10419
+ "description": "The style of the border around the dropping area in the DockManager component.\n",
10420
+ "commentRange": {
10421
+ "start": 102,
10422
+ "end": 103
10423
+ },
10424
+ "context": {
10425
+ "type": "variable",
10426
+ "name": "kendo-dock-manager-dock-preview-border-style",
10427
+ "value": "dashed",
10428
+ "scope": "default",
10429
+ "line": {
10430
+ "start": 104,
10431
+ "end": 104
10432
+ }
10433
+ },
10434
+ "group": [
10435
+ "dock-manager"
10436
+ ],
10437
+ "access": "public",
10438
+ "file": {
10439
+ "path": "dock-manager/_variables.scss",
10440
+ "name": "_variables.scss"
10441
+ }
10442
+ },
10443
+ {
10444
+ "description": "The border radius of the dropping area in the DockManager component.\n",
10445
+ "commentRange": {
10446
+ "start": 105,
10447
+ "end": 106
10448
+ },
10449
+ "context": {
10450
+ "type": "variable",
10451
+ "name": "kendo-dock-manager-dock-preview-border-radius",
10452
+ "value": "$kendo-border-radius-sm",
10453
+ "scope": "default",
10454
+ "line": {
10455
+ "start": 107,
10456
+ "end": 107
10457
+ }
10458
+ },
10459
+ "group": [
10460
+ "dock-manager"
10461
+ ],
10462
+ "access": "public",
10463
+ "file": {
10464
+ "path": "dock-manager/_variables.scss",
10465
+ "name": "_variables.scss"
10466
+ }
10467
+ },
10468
+ {
10469
+ "description": "The background color of the dropping area in the DockManager component.\n",
10470
+ "commentRange": {
10471
+ "start": 108,
10472
+ "end": 109
10473
+ },
10474
+ "context": {
10475
+ "type": "variable",
10476
+ "name": "kendo-dock-manager-dock-preview-bg",
10477
+ "value": "rgba( $kendo-color-primary, .16 )",
10478
+ "scope": "default",
10479
+ "line": {
10480
+ "start": 110,
10481
+ "end": 110
10482
+ }
10483
+ },
10484
+ "group": [
10485
+ "dock-manager"
10486
+ ],
10487
+ "access": "public",
10488
+ "file": {
10489
+ "path": "dock-manager/_variables.scss",
10490
+ "name": "_variables.scss"
10491
+ }
10492
+ },
10493
+ {
10494
+ "description": "The border color of the dropping area in the DockManager component.\n",
10495
+ "commentRange": {
10496
+ "start": 111,
10497
+ "end": 112
10498
+ },
10499
+ "context": {
10500
+ "type": "variable",
10501
+ "name": "kendo-dock-manager-dock-preview-border",
10502
+ "value": "$kendo-color-primary",
10503
+ "scope": "default",
10504
+ "line": {
10505
+ "start": 113,
10506
+ "end": 113
10507
+ }
10508
+ },
10509
+ "group": [
10510
+ "dock-manager"
10511
+ ],
10512
+ "access": "public",
10513
+ "file": {
10514
+ "path": "dock-manager/_variables.scss",
10515
+ "name": "_variables.scss"
10516
+ }
10517
+ },
9593
10518
  {
9594
10519
  "description": "The horizontal padding of the DropdownTree popup\n",
9595
10520
  "commentRange": {
@@ -10040,6 +10965,31 @@
10040
10965
  "name": "_variables.scss"
10041
10966
  }
10042
10967
  },
10968
+ {
10969
+ "description": "Global Elevation.\n",
10970
+ "commentRange": {
10971
+ "start": 49,
10972
+ "end": 50
10973
+ },
10974
+ "context": {
10975
+ "type": "variable",
10976
+ "name": "kendo-elevation",
10977
+ "value": "$_default-elevation",
10978
+ "scope": "default",
10979
+ "line": {
10980
+ "start": 51,
10981
+ "end": 51
10982
+ }
10983
+ },
10984
+ "group": [
10985
+ "elevation"
10986
+ ],
10987
+ "access": "public",
10988
+ "file": {
10989
+ "path": "core/elevation/index.import.scss",
10990
+ "name": "index.import.scss"
10991
+ }
10992
+ },
10043
10993
  {
10044
10994
  "description": "The vertical spacing of the ExpansionPanel.\n",
10045
10995
  "commentRange": {
@@ -11549,7 +12499,7 @@
11549
12499
  "context": {
11550
12500
  "type": "variable",
11551
12501
  "name": "kendo-fab-shadow",
11552
- "value": "0px 3px 5px -1px rgba( black, .2 ), 0px 6px 10px rgba( black, .14 ), 0px 1px 18px rgba( black, .12 )",
12502
+ "value": "$box-shadow-depth-5",
11553
12503
  "scope": "default",
11554
12504
  "line": {
11555
12505
  "start": 118,
@@ -11574,7 +12524,7 @@
11574
12524
  "context": {
11575
12525
  "type": "variable",
11576
12526
  "name": "kendo-fab-disabled-shadow",
11577
- "value": "0px 3px 5px -1px k-try-tint( rgba( black, .2 ), .5 ), 0px 6px 10px k-try-tint( rgba( black, .14 ), .5 ), 0px 1px 18px k-try-tint( rgba( black, .12 ), .5 )",
12527
+ "value": "$box-shadow-depth-5",
11578
12528
  "scope": "default",
11579
12529
  "line": {
11580
12530
  "start": 121,
@@ -11599,7 +12549,7 @@
11599
12549
  "context": {
11600
12550
  "type": "variable",
11601
12551
  "name": "kendo-fab-active-shadow",
11602
- "value": "0px 5px 5px -3px rgba( black, .2 ), 0px 8px 10px 1px rgba( black, .14 ), 0px 3px 14px 2px rgba( black, .12 )",
12552
+ "value": "$box-shadow-depth-7",
11603
12553
  "scope": "default",
11604
12554
  "line": {
11605
12555
  "start": 124,
@@ -23324,7 +24274,7 @@
23324
24274
  "context": {
23325
24275
  "type": "variable",
23326
24276
  "name": "kendo-popup-shadow",
23327
- "value": "0 2px 4px -1px rgba( $elevation, .2 ), 0 4px 5px 0 rgba( $elevation, .14 ), 0 1px 10px 0 rgba( $elevation, .12 )",
24277
+ "value": "$box-shadow-depth-4",
23328
24278
  "scope": "default",
23329
24279
  "line": {
23330
24280
  "start": 39,
@@ -25744,21 +26694,22 @@
25744
26694
  "description": "Shadow for switch.\nEquivalent to material elevation 1.\n",
25745
26695
  "commentRange": {
25746
26696
  "start": 93,
25747
- "end": 95
26697
+ "end": 96
25748
26698
  },
25749
26699
  "context": {
25750
26700
  "type": "variable",
25751
26701
  "name": "box-shadow-depth-1",
25752
- "value": "0 2px 1px -1px rgba( $elevation, .2 ), 0 1px 1px 0 rgba( $elevation, .14 ), 0 1px 3px 0 rgba( $elevation, .12 )",
26702
+ "value": "k-elevation(1)",
25753
26703
  "scope": "default",
25754
26704
  "line": {
25755
- "start": 96,
25756
- "end": 96
26705
+ "start": 97,
26706
+ "end": 97
25757
26707
  }
25758
26708
  },
25759
26709
  "group": [
25760
26710
  "shadows"
25761
26711
  ],
26712
+ "deprecated": "Use the `$kendo-elevation` map instead.",
25762
26713
  "access": "public",
25763
26714
  "file": {
25764
26715
  "path": "_variables.scss",
@@ -25768,22 +26719,23 @@
25768
26719
  {
25769
26720
  "description": "Shadow for resting state of button, card and other widgets.\nEquivalent to material elevation 2.\n",
25770
26721
  "commentRange": {
25771
- "start": 97,
25772
- "end": 99
26722
+ "start": 98,
26723
+ "end": 101
25773
26724
  },
25774
26725
  "context": {
25775
26726
  "type": "variable",
25776
26727
  "name": "box-shadow-depth-2",
25777
- "value": "0 3px 1px -2px rgba( $elevation, .2 ), 0 2px 2px 0 rgba( $elevation, .14 ), 0 1px 5px 0 rgba( $elevation, .12 )",
26728
+ "value": "k-elevation(2)",
25778
26729
  "scope": "default",
25779
26730
  "line": {
25780
- "start": 100,
25781
- "end": 100
26731
+ "start": 102,
26732
+ "end": 102
25782
26733
  }
25783
26734
  },
25784
26735
  "group": [
25785
26736
  "shadows"
25786
26737
  ],
26738
+ "deprecated": "Use the `$kendo-elevation` map instead.",
25787
26739
  "access": "public",
25788
26740
  "file": {
25789
26741
  "path": "_variables.scss",
@@ -25791,24 +26743,25 @@
25791
26743
  }
25792
26744
  },
25793
26745
  {
25794
- "description": "Shadow for menu, popups and raised state of button and card.\nEquivalent to material elevation 8.\n",
26746
+ "description": "Shadow for menu, popups and raised state of button and card.\nEquivalent to material elevation 3.\n",
25795
26747
  "commentRange": {
25796
- "start": 101,
25797
- "end": 103
26748
+ "start": 103,
26749
+ "end": 106
25798
26750
  },
25799
26751
  "context": {
25800
26752
  "type": "variable",
25801
26753
  "name": "box-shadow-depth-3",
25802
- "value": "0 5px 5px -3px rgba( $elevation, .2 ), 0 8px 10px 1px rgba( $elevation, .14 ), 0 3px 14px 2px rgba( $elevation, .12 )",
26754
+ "value": "k-elevation(3)",
25803
26755
  "scope": "default",
25804
26756
  "line": {
25805
- "start": 104,
25806
- "end": 104
26757
+ "start": 107,
26758
+ "end": 107
25807
26759
  }
25808
26760
  },
25809
26761
  "group": [
25810
26762
  "shadows"
25811
26763
  ],
26764
+ "deprecated": "Use the `$kendo-elevation` map instead.",
25812
26765
  "access": "public",
25813
26766
  "file": {
25814
26767
  "path": "_variables.scss",
@@ -25816,24 +26769,25 @@
25816
26769
  }
25817
26770
  },
25818
26771
  {
25819
- "description": "Shadow for drawers and other overlaying elements.\nEquivalent to material elevation 16.\n",
26772
+ "description": "Shadow for drawers and other overlaying elements.\nEquivalent to material elevation 4.\n",
25820
26773
  "commentRange": {
25821
- "start": 105,
25822
- "end": 107
26774
+ "start": 108,
26775
+ "end": 111
25823
26776
  },
25824
26777
  "context": {
25825
26778
  "type": "variable",
25826
26779
  "name": "box-shadow-depth-4",
25827
- "value": "0 8px 10px -5px rgba( $elevation, .2 ), 0 16px 24px 2px rgba( $elevation, .14 ), 0 6px 30px 5px rgba( $elevation, .12 )",
26780
+ "value": "k-elevation(4)",
25828
26781
  "scope": "default",
25829
26782
  "line": {
25830
- "start": 108,
25831
- "end": 108
26783
+ "start": 112,
26784
+ "end": 112
25832
26785
  }
25833
26786
  },
25834
26787
  "group": [
25835
26788
  "shadows"
25836
26789
  ],
26790
+ "deprecated": "Use the `$kendo-elevation` map instead.",
25837
26791
  "access": "public",
25838
26792
  "file": {
25839
26793
  "path": "_variables.scss",
@@ -25841,24 +26795,129 @@
25841
26795
  }
25842
26796
  },
25843
26797
  {
25844
- "description": "Shadow for window and dialog.\nEquivalent to material elevation 24.\n",
26798
+ "description": "Shadow for window and dialog.\nEquivalent to material elevation 6.\n",
25845
26799
  "commentRange": {
25846
- "start": 109,
25847
- "end": 111
26800
+ "start": 113,
26801
+ "end": 116
25848
26802
  },
25849
26803
  "context": {
25850
26804
  "type": "variable",
25851
26805
  "name": "box-shadow-depth-5",
25852
- "value": "0 11px 15px -7px rgba( $elevation, .2 ), 0 24px 38px 3px rgba( $elevation, .14 ), 0 9px 46px 8px rgba( $elevation, .12 )",
26806
+ "value": "k-elevation(5)",
25853
26807
  "scope": "default",
25854
26808
  "line": {
25855
- "start": 112,
25856
- "end": 112
26809
+ "start": 117,
26810
+ "end": 117
26811
+ }
26812
+ },
26813
+ "group": [
26814
+ "shadows"
26815
+ ],
26816
+ "deprecated": "Use the `$kendo-elevation` map instead.",
26817
+ "access": "public",
26818
+ "file": {
26819
+ "path": "_variables.scss",
26820
+ "name": "_variables.scss"
26821
+ }
26822
+ },
26823
+ {
26824
+ "description": "Shadow for window and dialog.\nEquivalent to material elevation 8.\n",
26825
+ "commentRange": {
26826
+ "start": 118,
26827
+ "end": 121
26828
+ },
26829
+ "context": {
26830
+ "type": "variable",
26831
+ "name": "box-shadow-depth-6",
26832
+ "value": "k-elevation(6)",
26833
+ "scope": "default",
26834
+ "line": {
26835
+ "start": 122,
26836
+ "end": 122
26837
+ }
26838
+ },
26839
+ "group": [
26840
+ "shadows"
26841
+ ],
26842
+ "deprecated": "Use the `$kendo-elevation` map instead.",
26843
+ "access": "public",
26844
+ "file": {
26845
+ "path": "_variables.scss",
26846
+ "name": "_variables.scss"
26847
+ }
26848
+ },
26849
+ {
26850
+ "description": "Shadow for window and dialog.\nEquivalent to material elevation 12.\n",
26851
+ "commentRange": {
26852
+ "start": 123,
26853
+ "end": 126
26854
+ },
26855
+ "context": {
26856
+ "type": "variable",
26857
+ "name": "box-shadow-depth-7",
26858
+ "value": "k-elevation(7)",
26859
+ "scope": "default",
26860
+ "line": {
26861
+ "start": 127,
26862
+ "end": 127
25857
26863
  }
25858
26864
  },
25859
26865
  "group": [
25860
26866
  "shadows"
25861
26867
  ],
26868
+ "deprecated": "Use the `$kendo-elevation` map instead.",
26869
+ "access": "public",
26870
+ "file": {
26871
+ "path": "_variables.scss",
26872
+ "name": "_variables.scss"
26873
+ }
26874
+ },
26875
+ {
26876
+ "description": "Shadow for window and dialog.\nEquivalent to material elevation 16.\n",
26877
+ "commentRange": {
26878
+ "start": 128,
26879
+ "end": 131
26880
+ },
26881
+ "context": {
26882
+ "type": "variable",
26883
+ "name": "box-shadow-depth-8",
26884
+ "value": "k-elevation(8)",
26885
+ "scope": "default",
26886
+ "line": {
26887
+ "start": 132,
26888
+ "end": 132
26889
+ }
26890
+ },
26891
+ "group": [
26892
+ "shadows"
26893
+ ],
26894
+ "deprecated": "Use the `$kendo-elevation` map instead.",
26895
+ "access": "public",
26896
+ "file": {
26897
+ "path": "_variables.scss",
26898
+ "name": "_variables.scss"
26899
+ }
26900
+ },
26901
+ {
26902
+ "description": "Shadow for window and dialog.\nEquivalent to material elevation 24.\n",
26903
+ "commentRange": {
26904
+ "start": 133,
26905
+ "end": 136
26906
+ },
26907
+ "context": {
26908
+ "type": "variable",
26909
+ "name": "box-shadow-depth-9",
26910
+ "value": "k-elevation(9)",
26911
+ "scope": "default",
26912
+ "line": {
26913
+ "start": 137,
26914
+ "end": 137
26915
+ }
26916
+ },
26917
+ "group": [
26918
+ "shadows"
26919
+ ],
26920
+ "deprecated": "Use the `$kendo-elevation` map instead.",
25862
26921
  "access": "public",
25863
26922
  "file": {
25864
26923
  "path": "_variables.scss",
@@ -29799,7 +30858,7 @@
29799
30858
  "context": {
29800
30859
  "type": "variable",
29801
30860
  "name": "kendo-toolbar-shadow",
29802
- "value": "$box-shadow-depth-2",
30861
+ "value": "$box-shadow-depth-4",
29803
30862
  "scope": "default",
29804
30863
  "line": {
29805
30864
  "start": 73,
@@ -31168,8 +32227,8 @@
31168
32227
  {
31169
32228
  "description": "Base font size across all components.\n",
31170
32229
  "commentRange": {
31171
- "start": 264,
31172
- "end": 265
32230
+ "start": 289,
32231
+ "end": 290
31173
32232
  },
31174
32233
  "context": {
31175
32234
  "type": "variable",
@@ -31177,8 +32236,8 @@
31177
32236
  "value": "14px",
31178
32237
  "scope": "default",
31179
32238
  "line": {
31180
- "start": 266,
31181
- "end": 266
32239
+ "start": 291,
32240
+ "end": 291
31182
32241
  }
31183
32242
  },
31184
32243
  "group": [
@@ -31193,8 +32252,8 @@
31193
32252
  {
31194
32253
  "description": "Font family for text.\n",
31195
32254
  "commentRange": {
31196
- "start": 281,
31197
- "end": 282
32255
+ "start": 306,
32256
+ "end": 307
31198
32257
  },
31199
32258
  "context": {
31200
32259
  "type": "variable",
@@ -31202,8 +32261,8 @@
31202
32261
  "value": "Roboto, \"Helvetica Neue\", sans-serif",
31203
32262
  "scope": "default",
31204
32263
  "line": {
31205
- "start": 283,
31206
- "end": 283
32264
+ "start": 308,
32265
+ "end": 308
31207
32266
  }
31208
32267
  },
31209
32268
  "group": [
@@ -31218,8 +32277,8 @@
31218
32277
  {
31219
32278
  "description": "Font family across all components.\n",
31220
32279
  "commentRange": {
31221
- "start": 285,
31222
- "end": 286
32280
+ "start": 310,
32281
+ "end": 311
31223
32282
  },
31224
32283
  "context": {
31225
32284
  "type": "variable",
@@ -31227,8 +32286,8 @@
31227
32286
  "value": "Roboto, \"Helvetica Neue\", sans-serif",
31228
32287
  "scope": "default",
31229
32288
  "line": {
31230
- "start": 287,
31231
- "end": 287
32289
+ "start": 312,
32290
+ "end": 312
31232
32291
  }
31233
32292
  },
31234
32293
  "group": [
@@ -31243,8 +32302,8 @@
31243
32302
  {
31244
32303
  "description": "Font family for monospaced text. Used for styling the code.\n",
31245
32304
  "commentRange": {
31246
- "start": 289,
31247
- "end": 290
32305
+ "start": 314,
32306
+ "end": 315
31248
32307
  },
31249
32308
  "context": {
31250
32309
  "type": "variable",
@@ -31252,8 +32311,8 @@
31252
32311
  "value": "Consolas, \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace",
31253
32312
  "scope": "default",
31254
32313
  "line": {
31255
- "start": 291,
31256
- "end": 291
32314
+ "start": 316,
32315
+ "end": 316
31257
32316
  }
31258
32317
  },
31259
32318
  "group": [
@@ -31268,8 +32327,8 @@
31268
32327
  {
31269
32328
  "description": "Font family across all components.\n",
31270
32329
  "commentRange": {
31271
- "start": 293,
31272
- "end": 294
32330
+ "start": 318,
32331
+ "end": 319
31273
32332
  },
31274
32333
  "context": {
31275
32334
  "type": "variable",
@@ -31277,8 +32336,8 @@
31277
32336
  "value": "Roboto, \"Helvetica Neue\", sans-serif",
31278
32337
  "scope": "default",
31279
32338
  "line": {
31280
- "start": 295,
31281
- "end": 295
32339
+ "start": 320,
32340
+ "end": 320
31282
32341
  }
31283
32342
  },
31284
32343
  "group": [
@@ -31293,8 +32352,8 @@
31293
32352
  {
31294
32353
  "description": "Line height used along with $kendo-font-size.\n",
31295
32354
  "commentRange": {
31296
- "start": 297,
31297
- "end": 298
32355
+ "start": 322,
32356
+ "end": 323
31298
32357
  },
31299
32358
  "context": {
31300
32359
  "type": "variable",
@@ -31302,8 +32361,8 @@
31302
32361
  "value": "k-math-div( 28, 14 )",
31303
32362
  "scope": "default",
31304
32363
  "line": {
31305
- "start": 299,
31306
- "end": 299
32364
+ "start": 324,
32365
+ "end": 324
31307
32366
  }
31308
32367
  },
31309
32368
  "group": [
@@ -31318,8 +32377,8 @@
31318
32377
  {
31319
32378
  "description": "Border radius for all components.\n",
31320
32379
  "commentRange": {
31321
- "start": 139,
31322
- "end": 139
32380
+ "start": 164,
32381
+ "end": 164
31323
32382
  },
31324
32383
  "context": {
31325
32384
  "type": "variable",
@@ -31327,8 +32386,8 @@
31327
32386
  "value": "k-map-get( $kendo-spacing, 1 )",
31328
32387
  "scope": "default",
31329
32388
  "line": {
31330
- "start": 140,
31331
- "end": 140
32389
+ "start": 165,
32390
+ "end": 165
31332
32391
  }
31333
32392
  },
31334
32393
  "access": "public",
@@ -31343,8 +32402,8 @@
31343
32402
  {
31344
32403
  "description": "The background of the components' chrome area.\n",
31345
32404
  "commentRange": {
31346
- "start": 351,
31347
- "end": 351
32405
+ "start": 376,
32406
+ "end": 376
31348
32407
  },
31349
32408
  "context": {
31350
32409
  "type": "variable",
@@ -31352,8 +32411,8 @@
31352
32411
  "value": "k-map-get( $theme, base-bg )",
31353
32412
  "scope": "default",
31354
32413
  "line": {
31355
- "start": 352,
31356
- "end": 352
32414
+ "start": 377,
32415
+ "end": 377
31357
32416
  }
31358
32417
  },
31359
32418
  "access": "public",
@@ -31368,8 +32427,8 @@
31368
32427
  {
31369
32428
  "description": "The text color of the components' chrome area.\n",
31370
32429
  "commentRange": {
31371
- "start": 353,
31372
- "end": 353
32430
+ "start": 378,
32431
+ "end": 378
31373
32432
  },
31374
32433
  "context": {
31375
32434
  "type": "variable",
@@ -31377,8 +32436,8 @@
31377
32436
  "value": "k-map-get( $theme, component-text )",
31378
32437
  "scope": "default",
31379
32438
  "line": {
31380
- "start": 354,
31381
- "end": 354
32439
+ "start": 379,
32440
+ "end": 379
31382
32441
  }
31383
32442
  },
31384
32443
  "access": "public",
@@ -31393,8 +32452,8 @@
31393
32452
  {
31394
32453
  "description": "The border of the components' chrome area.\n",
31395
32454
  "commentRange": {
31396
- "start": 355,
31397
- "end": 355
32455
+ "start": 380,
32456
+ "end": 380
31398
32457
  },
31399
32458
  "context": {
31400
32459
  "type": "variable",
@@ -31402,8 +32461,8 @@
31402
32461
  "value": "rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )",
31403
32462
  "scope": "default",
31404
32463
  "line": {
31405
- "start": 356,
31406
- "end": 356
32464
+ "start": 381,
32465
+ "end": 381
31407
32466
  }
31408
32467
  },
31409
32468
  "access": "public",
@@ -31418,8 +32477,8 @@
31418
32477
  {
31419
32478
  "description": "The gradient background of the components' chrome area.\n",
31420
32479
  "commentRange": {
31421
- "start": 357,
31422
- "end": 357
32480
+ "start": 382,
32481
+ "end": 382
31423
32482
  },
31424
32483
  "context": {
31425
32484
  "type": "variable",
@@ -31427,8 +32486,8 @@
31427
32486
  "value": "null",
31428
32487
  "scope": "default",
31429
32488
  "line": {
31430
- "start": 358,
31431
- "end": 358
32489
+ "start": 383,
32490
+ "end": 383
31432
32491
  }
31433
32492
  },
31434
32493
  "access": "public",
@@ -31443,8 +32502,8 @@
31443
32502
  {
31444
32503
  "description": "The background of hovered items.\n",
31445
32504
  "commentRange": {
31446
- "start": 360,
31447
- "end": 360
32505
+ "start": 385,
32506
+ "end": 385
31448
32507
  },
31449
32508
  "context": {
31450
32509
  "type": "variable",
@@ -31452,8 +32511,8 @@
31452
32511
  "value": "k-map-get( $theme, hover-bg )",
31453
32512
  "scope": "default",
31454
32513
  "line": {
31455
- "start": 361,
31456
- "end": 361
32514
+ "start": 386,
32515
+ "end": 386
31457
32516
  }
31458
32517
  },
31459
32518
  "access": "public",
@@ -31468,8 +32527,8 @@
31468
32527
  {
31469
32528
  "description": "The text color of hovered items.\n",
31470
32529
  "commentRange": {
31471
- "start": 362,
31472
- "end": 362
32530
+ "start": 387,
32531
+ "end": 387
31473
32532
  },
31474
32533
  "context": {
31475
32534
  "type": "variable",
@@ -31477,8 +32536,8 @@
31477
32536
  "value": "$kendo-base-text",
31478
32537
  "scope": "default",
31479
32538
  "line": {
31480
- "start": 363,
31481
- "end": 363
32539
+ "start": 388,
32540
+ "end": 388
31482
32541
  }
31483
32542
  },
31484
32543
  "access": "public",
@@ -31493,8 +32552,8 @@
31493
32552
  {
31494
32553
  "description": "The border color of hovered items.\n",
31495
32554
  "commentRange": {
31496
- "start": 364,
31497
- "end": 364
32555
+ "start": 389,
32556
+ "end": 389
31498
32557
  },
31499
32558
  "context": {
31500
32559
  "type": "variable",
@@ -31502,8 +32561,8 @@
31502
32561
  "value": "rgba( $kendo-base-border, .15 )",
31503
32562
  "scope": "default",
31504
32563
  "line": {
31505
- "start": 365,
31506
- "end": 365
32564
+ "start": 390,
32565
+ "end": 390
31507
32566
  }
31508
32567
  },
31509
32568
  "access": "public",
@@ -31518,8 +32577,8 @@
31518
32577
  {
31519
32578
  "description": "The gradient background of hovered items.\n",
31520
32579
  "commentRange": {
31521
- "start": 366,
31522
- "end": 366
32580
+ "start": 391,
32581
+ "end": 391
31523
32582
  },
31524
32583
  "context": {
31525
32584
  "type": "variable",
@@ -31527,8 +32586,8 @@
31527
32586
  "value": "null",
31528
32587
  "scope": "default",
31529
32588
  "line": {
31530
- "start": 367,
31531
- "end": 367
32589
+ "start": 392,
32590
+ "end": 392
31532
32591
  }
31533
32592
  },
31534
32593
  "access": "public",
@@ -31543,8 +32602,8 @@
31543
32602
  {
31544
32603
  "description": "The background of selected items.\n",
31545
32604
  "commentRange": {
31546
- "start": 369,
31547
- "end": 369
32605
+ "start": 394,
32606
+ "end": 394
31548
32607
  },
31549
32608
  "context": {
31550
32609
  "type": "variable",
@@ -31552,8 +32611,8 @@
31552
32611
  "value": "$kendo-color-secondary",
31553
32612
  "scope": "default",
31554
32613
  "line": {
31555
- "start": 370,
31556
- "end": 370
32614
+ "start": 395,
32615
+ "end": 395
31557
32616
  }
31558
32617
  },
31559
32618
  "access": "public",
@@ -31568,8 +32627,8 @@
31568
32627
  {
31569
32628
  "description": "The text color of selected items.\n",
31570
32629
  "commentRange": {
31571
- "start": 371,
31572
- "end": 371
32630
+ "start": 396,
32631
+ "end": 396
31573
32632
  },
31574
32633
  "context": {
31575
32634
  "type": "variable",
@@ -31577,8 +32636,8 @@
31577
32636
  "value": "$kendo-color-secondary-contrast",
31578
32637
  "scope": "default",
31579
32638
  "line": {
31580
- "start": 372,
31581
- "end": 372
32639
+ "start": 397,
32640
+ "end": 397
31582
32641
  }
31583
32642
  },
31584
32643
  "access": "public",
@@ -31593,8 +32652,8 @@
31593
32652
  {
31594
32653
  "description": "The border color of selected items.\n",
31595
32654
  "commentRange": {
31596
- "start": 373,
31597
- "end": 373
32655
+ "start": 398,
32656
+ "end": 398
31598
32657
  },
31599
32658
  "context": {
31600
32659
  "type": "variable",
@@ -31602,8 +32661,8 @@
31602
32661
  "value": "rgba( $kendo-base-border, .1 )",
31603
32662
  "scope": "default",
31604
32663
  "line": {
31605
- "start": 374,
31606
- "end": 374
32664
+ "start": 399,
32665
+ "end": 399
31607
32666
  }
31608
32667
  },
31609
32668
  "access": "public",
@@ -31618,8 +32677,8 @@
31618
32677
  {
31619
32678
  "description": "The gradient background of selected items.\n",
31620
32679
  "commentRange": {
31621
- "start": 375,
31622
- "end": 375
32680
+ "start": 400,
32681
+ "end": 400
31623
32682
  },
31624
32683
  "context": {
31625
32684
  "type": "variable",
@@ -31627,8 +32686,8 @@
31627
32686
  "value": "null",
31628
32687
  "scope": "default",
31629
32688
  "line": {
31630
- "start": 376,
31631
- "end": 376
32689
+ "start": 401,
32690
+ "end": 401
31632
32691
  }
31633
32692
  },
31634
32693
  "access": "public",
@@ -32949,7 +34008,7 @@
32949
34008
  "context": {
32950
34009
  "type": "variable",
32951
34010
  "name": "kendo-window-shadow",
32952
- "value": "$box-shadow-depth-4",
34011
+ "value": "$box-shadow-depth-8",
32953
34012
  "scope": "default",
32954
34013
  "line": {
32955
34014
  "start": 79,
@@ -32974,7 +34033,7 @@
32974
34033
  "context": {
32975
34034
  "type": "variable",
32976
34035
  "name": "kendo-window-focus-shadow",
32977
- "value": "$box-shadow-depth-5",
34036
+ "value": "$box-shadow-depth-9",
32978
34037
  "scope": "default",
32979
34038
  "line": {
32980
34039
  "start": 82,