@progress/kendo-theme-material 7.0.2-dev.4 → 7.0.2
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 +5 -2
- package/dist/all.scss +8 -4
- 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/dist/all.css
CHANGED
|
@@ -33711,10 +33711,13 @@ select.k-picker-lg {
|
|
|
33711
33711
|
|
|
33712
33712
|
.k-listbox .k-list-scroller {
|
|
33713
33713
|
width: 100%;
|
|
33714
|
+
min-height: 0;
|
|
33714
33715
|
height: inherit;
|
|
33715
33716
|
border-width: 1px;
|
|
33716
33717
|
border-style: solid;
|
|
33717
33718
|
box-sizing: border-box;
|
|
33719
|
+
display: flex;
|
|
33720
|
+
flex-flow: column nowrap;
|
|
33718
33721
|
}
|
|
33719
33722
|
|
|
33720
33723
|
.k-listbox .k-list-scroller .k-list-scroller {
|
|
@@ -43646,12 +43649,12 @@ div.k-grid-footer {
|
|
|
43646
43649
|
}
|
|
43647
43650
|
|
|
43648
43651
|
.k-grid .k-command-cell > .k-button {
|
|
43652
|
+
margin-inline-end: 8px;
|
|
43649
43653
|
vertical-align: middle;
|
|
43650
43654
|
}
|
|
43651
43655
|
|
|
43652
|
-
.k-grid .k-command-cell > .k-button
|
|
43656
|
+
.k-grid .k-command-cell > .k-button:last-child {
|
|
43653
43657
|
margin-inline-end: unset;
|
|
43654
|
-
margin-inline-start: 8px;
|
|
43655
43658
|
}
|
|
43656
43659
|
|
|
43657
43660
|
.k-grid > .k-resize-handle,
|
package/dist/all.scss
CHANGED
|
@@ -27752,10 +27752,13 @@ $kendo-listbox-drop-hint-border-width: 2px !default;
|
|
|
27752
27752
|
|
|
27753
27753
|
.k-list-scroller {
|
|
27754
27754
|
width: 100%;
|
|
27755
|
+
min-height: 0;
|
|
27755
27756
|
height: inherit;
|
|
27756
27757
|
border-width: $kendo-listbox-border-width;
|
|
27757
27758
|
border-style: solid;
|
|
27758
27759
|
box-sizing: border-box;
|
|
27760
|
+
display: flex;
|
|
27761
|
+
flex-flow: column nowrap;
|
|
27759
27762
|
|
|
27760
27763
|
.k-list-scroller {
|
|
27761
27764
|
border-width: 0;
|
|
@@ -47170,11 +47173,12 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
47170
47173
|
}
|
|
47171
47174
|
|
|
47172
47175
|
.k-grid .k-command-cell > .k-button {
|
|
47176
|
+
margin-inline-end: $kendo-grid-command-cell-button-spacing;
|
|
47173
47177
|
vertical-align: middle;
|
|
47174
|
-
|
|
47175
|
-
|
|
47176
|
-
|
|
47177
|
-
|
|
47178
|
+
|
|
47179
|
+
&:last-child {
|
|
47180
|
+
margin-inline-end: unset;
|
|
47181
|
+
}
|
|
47178
47182
|
}
|
|
47179
47183
|
|
|
47180
47184
|
|
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.2
|
|
4
|
+
"version": "7.0.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-svg-icons": "2.0.0",
|
|
57
|
-
"@progress/kendo-theme-core": "7.0.2
|
|
58
|
-
"@progress/kendo-theme-default": "7.0.2
|
|
59
|
-
"@progress/kendo-theme-utils": "7.0.2
|
|
57
|
+
"@progress/kendo-theme-core": "7.0.2",
|
|
58
|
+
"@progress/kendo-theme-default": "7.0.2",
|
|
59
|
+
"@progress/kendo-theme-utils": "7.0.2"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "dfc0dd56b57521806d71c44a781e60250caf96fb"
|
|
66
66
|
}
|