@progress/kendo-theme-bootstrap 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/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +6 -5
package/dist/all.css
CHANGED
|
@@ -46677,6 +46677,7 @@ div.k-grid-norecords {
|
|
|
46677
46677
|
position: absolute;
|
|
46678
46678
|
background: none;
|
|
46679
46679
|
cursor: row-resize;
|
|
46680
|
+
z-index: 2;
|
|
46680
46681
|
}
|
|
46681
46682
|
|
|
46682
46683
|
.k-grid-md .k-table-th {
|
|
@@ -46781,6 +46782,7 @@ div.k-grid-norecords {
|
|
|
46781
46782
|
position: absolute;
|
|
46782
46783
|
background: none;
|
|
46783
46784
|
cursor: row-resize;
|
|
46785
|
+
z-index: 2;
|
|
46784
46786
|
}
|
|
46785
46787
|
|
|
46786
46788
|
.k-loading-pdf-mask {
|
package/dist/all.scss
CHANGED
|
@@ -46702,6 +46702,7 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
46702
46702
|
position: absolute;
|
|
46703
46703
|
background: none;
|
|
46704
46704
|
cursor: row-resize;
|
|
46705
|
+
z-index: 2;
|
|
46705
46706
|
}
|
|
46706
46707
|
}
|
|
46707
46708
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap 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": [
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "sass-build",
|
|
41
|
+
"watch": "node ../../scripts/watch-theme",
|
|
41
42
|
"sass": "sass-build",
|
|
42
43
|
"sass:standalone": "sass-build -c sass-standalone.config.js",
|
|
43
44
|
"docs": "node ../../scripts/sassdoc.js",
|
|
@@ -50,10 +51,10 @@
|
|
|
50
51
|
},
|
|
51
52
|
"dependencies": {
|
|
52
53
|
"@progress/kendo-font-icons": "1.5.0",
|
|
53
|
-
"@progress/kendo-theme-core": "6.4.0
|
|
54
|
-
"@progress/kendo-theme-default": "6.4.0
|
|
55
|
-
"@progress/kendo-theme-utils": "6.4.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",
|
|
56
57
|
"bootstrap": "5.2.1"
|
|
57
58
|
},
|
|
58
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "a823ee32136127617434ee91a04ac3471331e9d3"
|
|
59
60
|
}
|