@progress/kendo-theme-fluent 8.0.0-dev.1 → 8.0.0-dev.3

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.
@@ -3,7 +3,7 @@
3
3
  "name": "All",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-fluent",
6
- "version": "8.0.0-dev.1",
6
+ "version": "8.0.0-dev.3",
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": "8.0.0-dev.1",
6
+ "version": "8.0.0-dev.3",
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": "8.0.0-dev.1",
4
+ "version": "8.0.0-dev.3",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -52,13 +52,13 @@
52
52
  "postpublish": "echo 'no postpublish for the Fluent theme'"
53
53
  },
54
54
  "dependencies": {
55
- "@progress/kendo-svg-icons": "2.1.0",
56
- "@progress/kendo-theme-core": "8.0.0-dev.1",
57
- "@progress/kendo-theme-utils": "8.0.0-dev.1"
55
+ "@progress/kendo-svg-icons": "2.3.0",
56
+ "@progress/kendo-theme-core": "8.0.0-dev.3",
57
+ "@progress/kendo-theme-utils": "8.0.0-dev.3"
58
58
  },
59
59
  "directories": {
60
60
  "doc": "docs",
61
61
  "lib": "lib"
62
62
  },
63
- "gitHead": "798500c0cb615e834197322b581e870888968fd1"
63
+ "gitHead": "98cdb5a9b5d437ac5b485d24dcd39b5f45252700"
64
64
  }
@@ -372,7 +372,7 @@
372
372
  display: flex;
373
373
  align-items: center;
374
374
  justify-content: center;
375
- z-index: 2001;
375
+ z-index: 20001;
376
376
 
377
377
  .k-loader {
378
378
  padding: 0;
@@ -12,7 +12,7 @@
12
12
 
13
13
  // Spreadsheet
14
14
  .k-spreadsheet {
15
- width: 800px;
15
+ width: 100%;
16
16
  height: 600px;
17
17
  border-width: var( --kendo-spreadsheet-border-width, #{$kendo-spreadsheet-border-width} );
18
18
  border-style: solid;