@progress/kendo-theme-material 6.1.1-dev.3 → 6.1.1-dev.4
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/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 +5 -5
package/dist/all.css
CHANGED
|
@@ -42827,10 +42827,6 @@ div.k-grid-norecords {
|
|
|
42827
42827
|
|
|
42828
42828
|
.k-column-menu-popup.k-popup,
|
|
42829
42829
|
.k-grid-columnmenu-popup.k-popup {
|
|
42830
|
-
}
|
|
42831
|
-
|
|
42832
|
-
.k-popup > .k-column-menu-popup, .k-popup >
|
|
42833
|
-
.k-grid-columnmenu-popup {
|
|
42834
42830
|
max-width: 100%;
|
|
42835
42831
|
}
|
|
42836
42832
|
|
package/dist/all.scss
CHANGED
|
@@ -35621,8 +35621,6 @@ $kendo-grid-group-footer-second-cell-border: 0px !default;
|
|
|
35621
35621
|
|
|
35622
35622
|
&.k-popup {
|
|
35623
35623
|
padding: $kendo-grid-column-menu-popup-padding-y $kendo-grid-column-menu-popup-padding-x;
|
|
35624
|
-
}
|
|
35625
|
-
.k-popup > & {
|
|
35626
35624
|
max-width: 100%;
|
|
35627
35625
|
}
|
|
35628
35626
|
|
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.1.1-dev.
|
|
4
|
+
"version": "6.1.1-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@progress/kendo-font-icons": "1.4.0",
|
|
53
|
-
"@progress/kendo-theme-core": "^6.1.1-dev.
|
|
54
|
-
"@progress/kendo-theme-default": "^6.1.1-dev.
|
|
55
|
-
"@progress/kendo-theme-utils": "^6.1.1-dev.
|
|
53
|
+
"@progress/kendo-theme-core": "^6.1.1-dev.4",
|
|
54
|
+
"@progress/kendo-theme-default": "^6.1.1-dev.4",
|
|
55
|
+
"@progress/kendo-theme-utils": "^6.1.1-dev.4"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "7ebd1ea8443604e84851d505d81be33088fa0057"
|
|
58
58
|
}
|