@progress/kendo-theme-material 7.2.1-dev.3 → 7.2.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 +1 -1
- package/dist/all.scss +1 -1
- 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
|
@@ -46346,7 +46346,7 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
46346
46346
|
top: 8px;
|
|
46347
46347
|
}
|
|
46348
46348
|
|
|
46349
|
-
.k-export-config .k-page-orientation .k-icon {
|
|
46349
|
+
.k-export-config .k-page-orientation .k-font-icon {
|
|
46350
46350
|
font-size: 6em;
|
|
46351
46351
|
}
|
|
46352
46352
|
|
package/dist/all.scss
CHANGED
|
@@ -51514,7 +51514,7 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
51514
51514
|
right: 0;
|
|
51515
51515
|
top: k-map-get( $kendo-spacing, 2 );
|
|
51516
51516
|
|
|
51517
|
-
.k-icon {
|
|
51517
|
+
.k-font-icon {
|
|
51518
51518
|
font-size: 6em;
|
|
51519
51519
|
}
|
|
51520
51520
|
.k-svg-icon {
|
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": "7.2.1-dev.
|
|
4
|
+
"version": "7.2.1-dev.5",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-svg-icons": "2.1.0",
|
|
57
|
-
"@progress/kendo-theme-core": "7.2.1-dev.
|
|
58
|
-
"@progress/kendo-theme-default": "7.2.1-dev.
|
|
59
|
-
"@progress/kendo-theme-utils": "7.2.1-dev.
|
|
57
|
+
"@progress/kendo-theme-core": "7.2.1-dev.5",
|
|
58
|
+
"@progress/kendo-theme-default": "7.2.1-dev.5",
|
|
59
|
+
"@progress/kendo-theme-utils": "7.2.1-dev.5"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "96618541abfc3d785ba4210c8e1e5632954fb885"
|
|
66
66
|
}
|