@progress/kendo-theme-material 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 +4 -14
- package/dist/all.scss +3 -12
- 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/scss/input/_layout.scss +2 -1
package/dist/all.css
CHANGED
|
@@ -33221,9 +33221,11 @@ select.k-picker-lg {
|
|
|
33221
33221
|
.k-input .k-input-button,
|
|
33222
33222
|
.k-input .k-input-spinner .k-spinner-increase,
|
|
33223
33223
|
.k-input .k-input-spinner .k-spinner-decrease,
|
|
33224
|
+
.k-input .k-input-values .k-chip,
|
|
33224
33225
|
.k-picker .k-input-button,
|
|
33225
33226
|
.k-picker .k-input-spinner .k-spinner-increase,
|
|
33226
|
-
.k-picker .k-input-spinner .k-spinner-decrease
|
|
33227
|
+
.k-picker .k-input-spinner .k-spinner-decrease,
|
|
33228
|
+
.k-picker .k-input-values .k-chip {
|
|
33227
33229
|
color: inherit;
|
|
33228
33230
|
}
|
|
33229
33231
|
|
|
@@ -36474,7 +36476,6 @@ select.k-picker-lg {
|
|
|
36474
36476
|
.k-dropdown-operator {
|
|
36475
36477
|
width: min-content;
|
|
36476
36478
|
flex: none;
|
|
36477
|
-
aspect-ratio: 1;
|
|
36478
36479
|
}
|
|
36479
36480
|
|
|
36480
36481
|
.k-dropdown-operator .k-input-button {
|
|
@@ -43579,18 +43580,6 @@ div.k-grid-footer {
|
|
|
43579
43580
|
flex: none;
|
|
43580
43581
|
}
|
|
43581
43582
|
|
|
43582
|
-
.k-filtercell .k-input,
|
|
43583
|
-
.k-filtercell .k-picker {
|
|
43584
|
-
width: auto;
|
|
43585
|
-
flex: 1 1 auto;
|
|
43586
|
-
}
|
|
43587
|
-
|
|
43588
|
-
.k-filtercell .k-color-picker, .k-filtercell .k-colorpicker,
|
|
43589
|
-
.k-filtercell .k-dropdown-operator {
|
|
43590
|
-
width: min-content;
|
|
43591
|
-
flex: none;
|
|
43592
|
-
}
|
|
43593
|
-
|
|
43594
43583
|
.k-grid-content,
|
|
43595
43584
|
.k-grid-content-locked {
|
|
43596
43585
|
border-color: inherit;
|
|
@@ -45481,6 +45470,7 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
45481
45470
|
|
|
45482
45471
|
.k-spreadsheet-sheets {
|
|
45483
45472
|
flex: 1 1 auto;
|
|
45473
|
+
overflow: hidden;
|
|
45484
45474
|
}
|
|
45485
45475
|
|
|
45486
45476
|
.k-spreadsheet-sheets .k-tabstrip-items-wrapper {
|
package/dist/all.scss
CHANGED
|
@@ -26266,7 +26266,8 @@ $_kendo-module-meta: (
|
|
|
26266
26266
|
|
|
26267
26267
|
.k-input-button,
|
|
26268
26268
|
.k-input-spinner .k-spinner-increase,
|
|
26269
|
-
.k-input-spinner .k-spinner-decrease
|
|
26269
|
+
.k-input-spinner .k-spinner-decrease,
|
|
26270
|
+
.k-input-values .k-chip {
|
|
26270
26271
|
color: inherit;
|
|
26271
26272
|
}
|
|
26272
26273
|
}
|
|
@@ -33838,7 +33839,6 @@ $_kendo-module-meta: (
|
|
|
33838
33839
|
.k-dropdown-operator {
|
|
33839
33840
|
width: min-content;
|
|
33840
33841
|
flex: none;
|
|
33841
|
-
aspect-ratio: 1;
|
|
33842
33842
|
|
|
33843
33843
|
.k-input-button {
|
|
33844
33844
|
border-width: 0;
|
|
@@ -46991,16 +46991,6 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
46991
46991
|
}
|
|
46992
46992
|
}
|
|
46993
46993
|
|
|
46994
|
-
.k-input,
|
|
46995
|
-
.k-picker {
|
|
46996
|
-
width: auto;
|
|
46997
|
-
flex: 1 1 auto;
|
|
46998
|
-
}
|
|
46999
|
-
.k-color-picker,
|
|
47000
|
-
.k-dropdown-operator {
|
|
47001
|
-
width: min-content;
|
|
47002
|
-
flex: none;
|
|
47003
|
-
}
|
|
47004
46994
|
}
|
|
47005
46995
|
|
|
47006
46996
|
// Grid content
|
|
@@ -49373,6 +49363,7 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
49373
49363
|
|
|
49374
49364
|
.k-spreadsheet-sheets {
|
|
49375
49365
|
flex: 1 1 auto;
|
|
49366
|
+
overflow: hidden;
|
|
49376
49367
|
}
|
|
49377
49368
|
.k-spreadsheet-sheets .k-tabstrip-items-wrapper {
|
|
49378
49369
|
border-width: 0;
|
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.0.1
|
|
4
|
+
"version": "7.0.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@progress/kendo-svg-icons": "2.0.0",
|
|
55
|
-
"@progress/kendo-theme-core": "7.0.1
|
|
56
|
-
"@progress/kendo-theme-default": "7.0.1
|
|
57
|
-
"@progress/kendo-theme-utils": "7.0.1
|
|
55
|
+
"@progress/kendo-theme-core": "7.0.1",
|
|
56
|
+
"@progress/kendo-theme-default": "7.0.1",
|
|
57
|
+
"@progress/kendo-theme-utils": "7.0.1"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "58e4637d58f04db3121af3d6e1654cea6baec328"
|
|
60
60
|
}
|