@progress/kendo-theme-bootstrap 6.1.1-dev.3 → 6.1.1-dev.5
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 +0 -4
- package/dist/all.scss +0 -2
- 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 +5 -5
package/dist/all.css
CHANGED
|
@@ -41906,10 +41906,6 @@ div.k-grid-norecords {
|
|
|
41906
41906
|
|
|
41907
41907
|
.k-column-menu-popup.k-popup,
|
|
41908
41908
|
.k-grid-columnmenu-popup.k-popup {
|
|
41909
|
-
}
|
|
41910
|
-
|
|
41911
|
-
.k-popup > .k-column-menu-popup, .k-popup >
|
|
41912
|
-
.k-grid-columnmenu-popup {
|
|
41913
41909
|
max-width: 100%;
|
|
41914
41910
|
}
|
|
41915
41911
|
|
package/dist/all.scss
CHANGED
|
@@ -35771,8 +35771,6 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
35771
35771
|
|
|
35772
35772
|
&.k-popup {
|
|
35773
35773
|
padding: $kendo-grid-column-menu-popup-padding-y $kendo-grid-column-menu-popup-padding-x;
|
|
35774
|
-
}
|
|
35775
|
-
.k-popup > & {
|
|
35776
35774
|
max-width: 100%;
|
|
35777
35775
|
}
|
|
35778
35776
|
|
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.1.1-dev.
|
|
4
|
+
"version": "6.1.1-dev.5",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@progress/kendo-font-icons": "1.4.0",
|
|
52
|
-
"@progress/kendo-theme-core": "^6.1.1-dev.
|
|
53
|
-
"@progress/kendo-theme-default": "^6.1.1-dev.
|
|
54
|
-
"@progress/kendo-theme-utils": "^6.1.1-dev.
|
|
52
|
+
"@progress/kendo-theme-core": "^6.1.1-dev.5",
|
|
53
|
+
"@progress/kendo-theme-default": "^6.1.1-dev.5",
|
|
54
|
+
"@progress/kendo-theme-utils": "^6.1.1-dev.5",
|
|
55
55
|
"bootstrap": "5.2.1"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "a284e8ca829afbf669f62f605f7eb412d1a4d382"
|
|
58
58
|
}
|