@progress/kendo-theme-utils 7.0.2-dev.2 → 7.0.2-dev.4

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 (2) hide show
  1. package/dist/all.scss +3 -0
  2. package/package.json +3 -3
package/dist/all.scss CHANGED
@@ -9606,7 +9606,10 @@ $_default-elevation: (
9606
9606
  )
9607
9607
  ) !default;
9608
9608
 
9609
+ /// The global default Elevation map.
9610
+ /// @group elevation
9609
9611
  $kendo-elevation: $_default-elevation !default;
9612
+
9610
9613
  $kendo-elevation: k-map-merge($_default-elevation, $kendo-elevation);
9611
9614
 
9612
9615
  @function k-shadow-filter($shadow) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-utils",
3
3
  "description": "Utility first library alongside Kendo UI",
4
- "version": "7.0.2-dev.2",
4
+ "version": "7.0.2-dev.4",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -43,10 +43,10 @@
43
43
  "postpublish": "echo 'no postpublish for utils'"
44
44
  },
45
45
  "dependencies": {
46
- "@progress/kendo-theme-core": "7.0.2-dev.2"
46
+ "@progress/kendo-theme-core": "7.0.2-dev.4"
47
47
  },
48
48
  "directories": {
49
49
  "doc": "docs"
50
50
  },
51
- "gitHead": "36bea054a01eb1014236d7fcf8d5860741fed5a3"
51
+ "gitHead": "6d2e939e23235b80ff5b886fe5e19e3ef2b3f582"
52
52
  }