@progress/kendo-theme-classic 7.0.2-dev.5 → 7.0.3-dev.0
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/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
|
@@ -32963,10 +32963,13 @@ select.k-picker-lg {
|
|
|
32963
32963
|
|
|
32964
32964
|
.k-listbox .k-list-scroller {
|
|
32965
32965
|
width: 100%;
|
|
32966
|
+
min-height: 0;
|
|
32966
32967
|
height: inherit;
|
|
32967
32968
|
border-width: 1px;
|
|
32968
32969
|
border-style: solid;
|
|
32969
32970
|
box-sizing: border-box;
|
|
32971
|
+
display: flex;
|
|
32972
|
+
flex-flow: column nowrap;
|
|
32970
32973
|
}
|
|
32971
32974
|
|
|
32972
32975
|
.k-listbox .k-list-scroller .k-list-scroller {
|
|
@@ -42507,12 +42510,12 @@ div.k-grid-footer {
|
|
|
42507
42510
|
}
|
|
42508
42511
|
|
|
42509
42512
|
.k-grid .k-command-cell > .k-button {
|
|
42513
|
+
margin-inline-end: 8px;
|
|
42510
42514
|
vertical-align: middle;
|
|
42511
42515
|
}
|
|
42512
42516
|
|
|
42513
|
-
.k-grid .k-command-cell > .k-button
|
|
42517
|
+
.k-grid .k-command-cell > .k-button:last-child {
|
|
42514
42518
|
margin-inline-end: unset;
|
|
42515
|
-
margin-inline-start: 8px;
|
|
42516
42519
|
}
|
|
42517
42520
|
|
|
42518
42521
|
.k-grid > .k-resize-handle,
|
package/dist/all.scss
CHANGED
|
@@ -26141,10 +26141,13 @@ $kendo-listbox-drop-hint-border-width: null !default;
|
|
|
26141
26141
|
|
|
26142
26142
|
.k-list-scroller {
|
|
26143
26143
|
width: 100%;
|
|
26144
|
+
min-height: 0;
|
|
26144
26145
|
height: inherit;
|
|
26145
26146
|
border-width: $kendo-listbox-border-width;
|
|
26146
26147
|
border-style: solid;
|
|
26147
26148
|
box-sizing: border-box;
|
|
26149
|
+
display: flex;
|
|
26150
|
+
flex-flow: column nowrap;
|
|
26148
26151
|
|
|
26149
26152
|
.k-list-scroller {
|
|
26150
26153
|
border-width: 0;
|
|
@@ -44958,11 +44961,12 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
44958
44961
|
}
|
|
44959
44962
|
|
|
44960
44963
|
.k-grid .k-command-cell > .k-button {
|
|
44964
|
+
margin-inline-end: $kendo-grid-command-cell-button-spacing;
|
|
44961
44965
|
vertical-align: middle;
|
|
44962
|
-
|
|
44963
|
-
|
|
44964
|
-
|
|
44965
|
-
|
|
44966
|
+
|
|
44967
|
+
&:last-child {
|
|
44968
|
+
margin-inline-end: unset;
|
|
44969
|
+
}
|
|
44966
44970
|
}
|
|
44967
44971
|
|
|
44968
44972
|
|
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.
|
|
4
|
+
"version": "7.0.3-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "2.0.0",
|
|
56
|
-
"@progress/kendo-theme-core": "7.0.
|
|
57
|
-
"@progress/kendo-theme-default": "7.0.
|
|
58
|
-
"@progress/kendo-theme-utils": "7.0.
|
|
56
|
+
"@progress/kendo-theme-core": "7.0.3-dev.0",
|
|
57
|
+
"@progress/kendo-theme-default": "7.0.3-dev.0",
|
|
58
|
+
"@progress/kendo-theme-utils": "7.0.3-dev.0"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "6e5d52ad18936bf3c8d4fa5b6511a01fea2cbd23"
|
|
65
65
|
}
|