@progress/kendo-theme-material 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 +2 -0
- package/dist/all.scss +1 -0
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +6 -5
package/dist/all.css
CHANGED
|
@@ -47658,6 +47658,7 @@ div.k-grid-norecords {
|
|
|
47658
47658
|
position: absolute;
|
|
47659
47659
|
background: none;
|
|
47660
47660
|
cursor: row-resize;
|
|
47661
|
+
z-index: 2;
|
|
47661
47662
|
}
|
|
47662
47663
|
|
|
47663
47664
|
.k-grid-md .k-table-th {
|
|
@@ -47762,6 +47763,7 @@ div.k-grid-norecords {
|
|
|
47762
47763
|
position: absolute;
|
|
47763
47764
|
background: none;
|
|
47764
47765
|
cursor: row-resize;
|
|
47766
|
+
z-index: 2;
|
|
47765
47767
|
}
|
|
47766
47768
|
|
|
47767
47769
|
.k-loading-pdf-mask {
|
package/dist/all.scss
CHANGED
|
@@ -46536,6 +46536,7 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
46536
46536
|
position: absolute;
|
|
46537
46537
|
background: none;
|
|
46538
46538
|
cursor: row-resize;
|
|
46539
|
+
z-index: 2;
|
|
46539
46540
|
}
|
|
46540
46541
|
}
|
|
46541
46542
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-material",
|
|
3
3
|
"description": "Material theme for Kendo UI",
|
|
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,9 +52,9 @@
|
|
|
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-default": "6.4.0
|
|
56
|
-
"@progress/kendo-theme-utils": "6.4.0
|
|
55
|
+
"@progress/kendo-theme-core": "6.4.0",
|
|
56
|
+
"@progress/kendo-theme-default": "6.4.0",
|
|
57
|
+
"@progress/kendo-theme-utils": "6.4.0"
|
|
57
58
|
},
|
|
58
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "a823ee32136127617434ee91a04ac3471331e9d3"
|
|
59
60
|
}
|