@progress/kendo-theme-default 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/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/spreadsheet/_layout.scss +1 -1
package/dist/all.css
CHANGED
|
@@ -44784,7 +44784,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44784
44784
|
top: 8px;
|
|
44785
44785
|
}
|
|
44786
44786
|
|
|
44787
|
-
.k-export-config .k-page-orientation .k-icon {
|
|
44787
|
+
.k-export-config .k-page-orientation .k-font-icon {
|
|
44788
44788
|
font-size: 6em;
|
|
44789
44789
|
}
|
|
44790
44790
|
|
package/dist/all.scss
CHANGED
|
@@ -47538,7 +47538,7 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 4 ) !default;
|
|
|
47538
47538
|
right: 0;
|
|
47539
47539
|
top: k-map-get( $kendo-spacing, 2 );
|
|
47540
47540
|
|
|
47541
|
-
.k-icon {
|
|
47541
|
+
.k-font-icon {
|
|
47542
47542
|
font-size: 6em;
|
|
47543
47543
|
}
|
|
47544
47544
|
.k-svg-icon {
|
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": "7.2.1-dev.
|
|
4
|
+
"version": "7.2.1-dev.5",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@progress/kendo-svg-icons": "2.1.0",
|
|
55
|
-
"@progress/kendo-theme-core": "7.2.1-dev.
|
|
56
|
-
"@progress/kendo-theme-utils": "7.2.1-dev.
|
|
55
|
+
"@progress/kendo-theme-core": "7.2.1-dev.5",
|
|
56
|
+
"@progress/kendo-theme-utils": "7.2.1-dev.5"
|
|
57
57
|
},
|
|
58
58
|
"directories": {
|
|
59
59
|
"doc": "docs",
|
|
60
60
|
"lib": "lib"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "96618541abfc3d785ba4210c8e1e5632954fb885"
|
|
63
63
|
}
|