@progress/kendo-theme-default 6.4.0-dev.5 → 6.4.0-dev.6
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/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +5 -4
- package/scss/grid/_layout.scss +1 -0
package/dist/all.css
CHANGED
|
@@ -46495,6 +46495,7 @@ div.k-grid-norecords {
|
|
|
46495
46495
|
position: absolute;
|
|
46496
46496
|
background: none;
|
|
46497
46497
|
cursor: row-resize;
|
|
46498
|
+
z-index: 2;
|
|
46498
46499
|
}
|
|
46499
46500
|
|
|
46500
46501
|
.k-grid-md .k-table-th {
|
|
@@ -46599,6 +46600,7 @@ div.k-grid-norecords {
|
|
|
46599
46600
|
position: absolute;
|
|
46600
46601
|
background: none;
|
|
46601
46602
|
cursor: row-resize;
|
|
46603
|
+
z-index: 2;
|
|
46602
46604
|
}
|
|
46603
46605
|
|
|
46604
46606
|
.k-loading-pdf-mask {
|
package/dist/all.scss
CHANGED
|
@@ -43177,6 +43177,7 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
43177
43177
|
position: absolute;
|
|
43178
43178
|
background: none;
|
|
43179
43179
|
cursor: row-resize;
|
|
43180
|
+
z-index: 2;
|
|
43180
43181
|
}
|
|
43181
43182
|
}
|
|
43182
43183
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "6.4.0-dev.
|
|
4
|
+
"version": "6.4.0-dev.6",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "sass-build",
|
|
40
|
+
"watch": "node ../../scripts/watch-theme",
|
|
40
41
|
"sass": "sass-build",
|
|
41
42
|
"sass:standalone": "sass-build -c sass-standalone.config.js",
|
|
42
43
|
"docs": "node ../../scripts/sassdoc.js",
|
|
@@ -49,8 +50,8 @@
|
|
|
49
50
|
},
|
|
50
51
|
"dependencies": {
|
|
51
52
|
"@progress/kendo-font-icons": "1.5.0",
|
|
52
|
-
"@progress/kendo-theme-core": "6.4.0-dev.
|
|
53
|
-
"@progress/kendo-theme-utils": "6.4.0-dev.
|
|
53
|
+
"@progress/kendo-theme-core": "6.4.0-dev.6",
|
|
54
|
+
"@progress/kendo-theme-utils": "6.4.0-dev.6"
|
|
54
55
|
},
|
|
55
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "819182cb70ea91feee6b2d63a676145e13f80d28"
|
|
56
57
|
}
|