@progress/kendo-theme-default 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/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 +4 -4
- package/scss/grid/_layout.scss +0 -2
package/dist/all.css
CHANGED
|
@@ -41700,10 +41700,6 @@ div.k-grid-norecords {
|
|
|
41700
41700
|
|
|
41701
41701
|
.k-column-menu-popup.k-popup,
|
|
41702
41702
|
.k-grid-columnmenu-popup.k-popup {
|
|
41703
|
-
}
|
|
41704
|
-
|
|
41705
|
-
.k-popup > .k-column-menu-popup, .k-popup >
|
|
41706
|
-
.k-grid-columnmenu-popup {
|
|
41707
41703
|
max-width: 100%;
|
|
41708
41704
|
}
|
|
41709
41705
|
|
package/dist/all.scss
CHANGED
|
@@ -33225,8 +33225,6 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
33225
33225
|
|
|
33226
33226
|
&.k-popup {
|
|
33227
33227
|
padding: $kendo-grid-column-menu-popup-padding-y $kendo-grid-column-menu-popup-padding-x;
|
|
33228
|
-
}
|
|
33229
|
-
.k-popup > & {
|
|
33230
33228
|
max-width: 100%;
|
|
33231
33229
|
}
|
|
33232
33230
|
|
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.1.1-dev.
|
|
4
|
+
"version": "6.1.1-dev.5",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@progress/kendo-font-icons": "1.4.0",
|
|
51
|
-
"@progress/kendo-theme-core": "^6.1.1-dev.
|
|
52
|
-
"@progress/kendo-theme-utils": "^6.1.1-dev.
|
|
51
|
+
"@progress/kendo-theme-core": "^6.1.1-dev.5",
|
|
52
|
+
"@progress/kendo-theme-utils": "^6.1.1-dev.5"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "a284e8ca829afbf669f62f605f7eb412d1a4d382"
|
|
55
55
|
}
|