@progress/kendo-theme-default 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/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/dropdownlist/_layout.scss +0 -1
- package/scss/grid/_layout.scss +0 -10
- package/scss/spreadsheet/_layout.scss +1 -0
package/dist/all.css
CHANGED
|
@@ -35486,7 +35486,6 @@ select.k-picker-lg {
|
|
|
35486
35486
|
.k-dropdown-operator {
|
|
35487
35487
|
width: min-content;
|
|
35488
35488
|
flex: none;
|
|
35489
|
-
aspect-ratio: 1;
|
|
35490
35489
|
}
|
|
35491
35490
|
|
|
35492
35491
|
.k-dropdown-operator .k-input-button {
|
|
@@ -42404,18 +42403,6 @@ div.k-grid-footer {
|
|
|
42404
42403
|
flex: none;
|
|
42405
42404
|
}
|
|
42406
42405
|
|
|
42407
|
-
.k-filtercell .k-input,
|
|
42408
|
-
.k-filtercell .k-picker {
|
|
42409
|
-
width: auto;
|
|
42410
|
-
flex: 1 1 auto;
|
|
42411
|
-
}
|
|
42412
|
-
|
|
42413
|
-
.k-filtercell .k-color-picker, .k-filtercell .k-colorpicker,
|
|
42414
|
-
.k-filtercell .k-dropdown-operator {
|
|
42415
|
-
width: min-content;
|
|
42416
|
-
flex: none;
|
|
42417
|
-
}
|
|
42418
|
-
|
|
42419
42406
|
.k-grid-content,
|
|
42420
42407
|
.k-grid-content-locked {
|
|
42421
42408
|
border-color: inherit;
|
|
@@ -43989,6 +43976,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43989
43976
|
|
|
43990
43977
|
.k-spreadsheet-sheets {
|
|
43991
43978
|
flex: 1 1 auto;
|
|
43979
|
+
overflow: hidden;
|
|
43992
43980
|
}
|
|
43993
43981
|
|
|
43994
43982
|
.k-spreadsheet-sheets .k-tabstrip-items-wrapper {
|
package/dist/all.scss
CHANGED
|
@@ -31158,7 +31158,6 @@ $_kendo-module-meta: (
|
|
|
31158
31158
|
.k-dropdown-operator {
|
|
31159
31159
|
width: min-content;
|
|
31160
31160
|
flex: none;
|
|
31161
|
-
aspect-ratio: 1;
|
|
31162
31161
|
|
|
31163
31162
|
.k-input-button {
|
|
31164
31163
|
border-width: 0;
|
|
@@ -43496,16 +43495,6 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
43496
43495
|
}
|
|
43497
43496
|
}
|
|
43498
43497
|
|
|
43499
|
-
.k-input,
|
|
43500
|
-
.k-picker {
|
|
43501
|
-
width: auto;
|
|
43502
|
-
flex: 1 1 auto;
|
|
43503
|
-
}
|
|
43504
|
-
.k-color-picker,
|
|
43505
|
-
.k-dropdown-operator {
|
|
43506
|
-
width: min-content;
|
|
43507
|
-
flex: none;
|
|
43508
|
-
}
|
|
43509
43498
|
}
|
|
43510
43499
|
|
|
43511
43500
|
// Grid content
|
|
@@ -45494,6 +45483,7 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 4 ) !default;
|
|
|
45494
45483
|
|
|
45495
45484
|
.k-spreadsheet-sheets {
|
|
45496
45485
|
flex: 1 1 auto;
|
|
45486
|
+
overflow: hidden;
|
|
45497
45487
|
}
|
|
45498
45488
|
.k-spreadsheet-sheets .k-tabstrip-items-wrapper {
|
|
45499
45489
|
border-width: 0;
|
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.0.1
|
|
4
|
+
"version": "7.0.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@progress/kendo-svg-icons": "2.0.0",
|
|
53
|
-
"@progress/kendo-theme-core": "7.0.1
|
|
54
|
-
"@progress/kendo-theme-utils": "7.0.1
|
|
53
|
+
"@progress/kendo-theme-core": "7.0.1",
|
|
54
|
+
"@progress/kendo-theme-utils": "7.0.1"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "58e4637d58f04db3121af3d6e1654cea6baec328"
|
|
57
57
|
}
|
package/scss/grid/_layout.scss
CHANGED