@progress/kendo-theme-classic 7.2.1-dev.4 → 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/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
package/dist/all.css
CHANGED
|
@@ -44821,7 +44821,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44821
44821
|
top: 8px;
|
|
44822
44822
|
}
|
|
44823
44823
|
|
|
44824
|
-
.k-export-config .k-page-orientation .k-icon {
|
|
44824
|
+
.k-export-config .k-page-orientation .k-font-icon {
|
|
44825
44825
|
font-size: 6em;
|
|
44826
44826
|
}
|
|
44827
44827
|
|
package/dist/all.scss
CHANGED
|
@@ -48889,7 +48889,7 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 4 ) !default;
|
|
|
48889
48889
|
right: 0;
|
|
48890
48890
|
top: k-map-get( $kendo-spacing, 2 );
|
|
48891
48891
|
|
|
48892
|
-
.k-icon {
|
|
48892
|
+
.k-font-icon {
|
|
48893
48893
|
font-size: 6em;
|
|
48894
48894
|
}
|
|
48895
48895
|
.k-svg-icon {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
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": [
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "2.1.0",
|
|
56
|
-
"@progress/kendo-theme-core": "7.2.1-dev.
|
|
57
|
-
"@progress/kendo-theme-default": "7.2.1-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "7.2.1-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "7.2.1-dev.5",
|
|
57
|
+
"@progress/kendo-theme-default": "7.2.1-dev.5",
|
|
58
|
+
"@progress/kendo-theme-utils": "7.2.1-dev.5"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "96618541abfc3d785ba4210c8e1e5632954fb885"
|
|
65
65
|
}
|