@progress/kendo-theme-fluent 6.4.0-dev.5 → 6.4.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.
- package/dist/all.css +1 -0
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +5 -4
- package/scss/grid/_layout.scss +1 -0
package/dist/all.css
CHANGED
|
@@ -44965,6 +44965,7 @@ div.k-grid-footer {
|
|
|
44965
44965
|
position: absolute;
|
|
44966
44966
|
background: none;
|
|
44967
44967
|
cursor: row-resize;
|
|
44968
|
+
z-index: 2;
|
|
44968
44969
|
}
|
|
44969
44970
|
|
|
44970
44971
|
.k-row-resizer {
|
package/lib/swatches/all.json
CHANGED
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": "6.4.0
|
|
4
|
+
"version": "6.4.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "sass-build",
|
|
42
|
+
"watch": "node ../../scripts/watch-theme",
|
|
42
43
|
"sass": "sass-build",
|
|
43
44
|
"sass:standalone": "sass-build -c sass-standalone.config.js",
|
|
44
45
|
"docs": "node ../../scripts/sassdoc.js",
|
|
@@ -51,8 +52,8 @@
|
|
|
51
52
|
},
|
|
52
53
|
"dependencies": {
|
|
53
54
|
"@progress/kendo-font-icons": "1.5.0",
|
|
54
|
-
"@progress/kendo-theme-core": "6.4.0
|
|
55
|
-
"@progress/kendo-theme-utils": "6.4.0
|
|
55
|
+
"@progress/kendo-theme-core": "6.4.0",
|
|
56
|
+
"@progress/kendo-theme-utils": "6.4.0"
|
|
56
57
|
},
|
|
57
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "a823ee32136127617434ee91a04ac3471331e9d3"
|
|
58
59
|
}
|