@progress/kendo-theme-fluent 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.
@@ -20951,7 +20951,7 @@
20951
20951
  }
20952
20952
  },
20953
20953
  {
20954
- "description": "Global Elevation.\n",
20954
+ "description": "The global default Elevation map.\n",
20955
20955
  "commentRange": {
20956
20956
  "start": 42,
20957
20957
  "end": 43
@@ -94995,7 +94995,7 @@
94995
94995
  "title": "Elevation",
94996
94996
  "variables": [
94997
94997
  {
94998
- "description": "Global Elevation.\n",
94998
+ "description": "The global default Elevation map.\n",
94999
94999
  "commentRange": {
95000
95000
  "start": 42,
95001
95001
  "end": 43
@@ -20950,7 +20950,7 @@
20950
20950
  }
20951
20951
  },
20952
20952
  {
20953
- "description": "Global Elevation.\n",
20953
+ "description": "The global default Elevation map.\n",
20954
20954
  "commentRange": {
20955
20955
  "start": 42,
20956
20956
  "end": 43
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "7.0.2-dev.2",
6
+ "version": "7.0.2-dev.4",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
@@ -3,7 +3,7 @@
3
3
  "name": "Fluent Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "7.0.2-dev.2",
6
+ "version": "7.0.2-dev.4",
7
7
  "api": "modern",
8
8
  "previewColors": [
9
9
  "#ffffff",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-fluent",
3
3
  "description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
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": [
@@ -53,12 +53,12 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@progress/kendo-svg-icons": "2.0.0",
56
- "@progress/kendo-theme-core": "7.0.2-dev.2",
57
- "@progress/kendo-theme-utils": "7.0.2-dev.2"
56
+ "@progress/kendo-theme-core": "7.0.2-dev.4",
57
+ "@progress/kendo-theme-utils": "7.0.2-dev.4"
58
58
  },
59
59
  "directories": {
60
60
  "doc": "docs",
61
61
  "lib": "lib"
62
62
  },
63
- "gitHead": "36bea054a01eb1014236d7fcf8d5860741fed5a3"
63
+ "gitHead": "6d2e939e23235b80ff5b886fe5e19e3ef2b3f582"
64
64
  }
@@ -39,6 +39,6 @@ $_default-elevation: (
39
39
  ),
40
40
  );
41
41
 
42
- /// Global Elevation.
42
+ /// The global default Elevation map.
43
43
  /// @group elevation
44
44
  $kendo-elevation: $_default-elevation !default;