@progress/kendo-theme-classic 7.0.1-dev.1 → 7.0.1
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 -13
- package/dist/all.scss +1 -11
- 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
|
@@ -35491,7 +35491,6 @@ select.k-picker-lg {
|
|
|
35491
35491
|
.k-dropdown-operator {
|
|
35492
35492
|
width: min-content;
|
|
35493
35493
|
flex: none;
|
|
35494
|
-
aspect-ratio: 1;
|
|
35495
35494
|
}
|
|
35496
35495
|
|
|
35497
35496
|
.k-dropdown-operator .k-input-button {
|
|
@@ -42442,18 +42441,6 @@ div.k-grid-footer {
|
|
|
42442
42441
|
flex: none;
|
|
42443
42442
|
}
|
|
42444
42443
|
|
|
42445
|
-
.k-filtercell .k-input,
|
|
42446
|
-
.k-filtercell .k-picker {
|
|
42447
|
-
width: auto;
|
|
42448
|
-
flex: 1 1 auto;
|
|
42449
|
-
}
|
|
42450
|
-
|
|
42451
|
-
.k-filtercell .k-color-picker, .k-filtercell .k-colorpicker,
|
|
42452
|
-
.k-filtercell .k-dropdown-operator {
|
|
42453
|
-
width: min-content;
|
|
42454
|
-
flex: none;
|
|
42455
|
-
}
|
|
42456
|
-
|
|
42457
42444
|
.k-grid-content,
|
|
42458
42445
|
.k-grid-content-locked {
|
|
42459
42446
|
border-color: inherit;
|
|
@@ -44026,6 +44013,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44026
44013
|
|
|
44027
44014
|
.k-spreadsheet-sheets {
|
|
44028
44015
|
flex: 1 1 auto;
|
|
44016
|
+
overflow: hidden;
|
|
44029
44017
|
}
|
|
44030
44018
|
|
|
44031
44019
|
.k-spreadsheet-sheets .k-tabstrip-items-wrapper {
|
package/dist/all.scss
CHANGED
|
@@ -31926,7 +31926,6 @@ $_kendo-module-meta: (
|
|
|
31926
31926
|
.k-dropdown-operator {
|
|
31927
31927
|
width: min-content;
|
|
31928
31928
|
flex: none;
|
|
31929
|
-
aspect-ratio: 1;
|
|
31930
31929
|
|
|
31931
31930
|
.k-input-button {
|
|
31932
31931
|
border-width: 0;
|
|
@@ -44784,16 +44783,6 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
44784
44783
|
}
|
|
44785
44784
|
}
|
|
44786
44785
|
|
|
44787
|
-
.k-input,
|
|
44788
|
-
.k-picker {
|
|
44789
|
-
width: auto;
|
|
44790
|
-
flex: 1 1 auto;
|
|
44791
|
-
}
|
|
44792
|
-
.k-color-picker,
|
|
44793
|
-
.k-dropdown-operator {
|
|
44794
|
-
width: min-content;
|
|
44795
|
-
flex: none;
|
|
44796
|
-
}
|
|
44797
44786
|
}
|
|
44798
44787
|
|
|
44799
44788
|
// Grid content
|
|
@@ -46814,6 +46803,7 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 4 ) !default;
|
|
|
46814
46803
|
|
|
46815
46804
|
.k-spreadsheet-sheets {
|
|
46816
46805
|
flex: 1 1 auto;
|
|
46806
|
+
overflow: hidden;
|
|
46817
46807
|
}
|
|
46818
46808
|
.k-spreadsheet-sheets .k-tabstrip-items-wrapper {
|
|
46819
46809
|
border-width: 0;
|
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.0.1
|
|
4
|
+
"version": "7.0.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@progress/kendo-svg-icons": "2.0.0",
|
|
54
|
-
"@progress/kendo-theme-core": "7.0.1
|
|
55
|
-
"@progress/kendo-theme-default": "7.0.1
|
|
56
|
-
"@progress/kendo-theme-utils": "7.0.1
|
|
54
|
+
"@progress/kendo-theme-core": "7.0.1",
|
|
55
|
+
"@progress/kendo-theme-default": "7.0.1",
|
|
56
|
+
"@progress/kendo-theme-utils": "7.0.1"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "58e4637d58f04db3121af3d6e1654cea6baec328"
|
|
59
59
|
}
|