@progress/kendo-theme-bootstrap 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/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
package/dist/all.css
CHANGED
|
@@ -33090,10 +33090,13 @@ select.k-picker-lg {
|
|
|
33090
33090
|
|
|
33091
33091
|
.k-listbox .k-list-scroller {
|
|
33092
33092
|
width: 100%;
|
|
33093
|
+
min-height: 0;
|
|
33093
33094
|
height: inherit;
|
|
33094
33095
|
border-width: 1px;
|
|
33095
33096
|
border-style: solid;
|
|
33096
33097
|
box-sizing: border-box;
|
|
33098
|
+
display: flex;
|
|
33099
|
+
flex-flow: column nowrap;
|
|
33097
33100
|
}
|
|
33098
33101
|
|
|
33099
33102
|
.k-listbox .k-list-scroller .k-list-scroller {
|
|
@@ -42667,12 +42670,12 @@ div.k-grid-footer {
|
|
|
42667
42670
|
}
|
|
42668
42671
|
|
|
42669
42672
|
.k-grid .k-command-cell > .k-button {
|
|
42673
|
+
margin-inline-end: 0.5rem;
|
|
42670
42674
|
vertical-align: middle;
|
|
42671
42675
|
}
|
|
42672
42676
|
|
|
42673
|
-
.k-grid .k-command-cell > .k-button
|
|
42677
|
+
.k-grid .k-command-cell > .k-button:last-child {
|
|
42674
42678
|
margin-inline-end: unset;
|
|
42675
|
-
margin-inline-start: 0.5rem;
|
|
42676
42679
|
}
|
|
42677
42680
|
|
|
42678
42681
|
.k-grid > .k-resize-handle,
|
package/dist/all.scss
CHANGED
|
@@ -28284,10 +28284,13 @@ $kendo-listbox-drop-hint-border-width: null !default;
|
|
|
28284
28284
|
|
|
28285
28285
|
.k-list-scroller {
|
|
28286
28286
|
width: 100%;
|
|
28287
|
+
min-height: 0;
|
|
28287
28288
|
height: inherit;
|
|
28288
28289
|
border-width: $kendo-listbox-border-width;
|
|
28289
28290
|
border-style: solid;
|
|
28290
28291
|
box-sizing: border-box;
|
|
28292
|
+
display: flex;
|
|
28293
|
+
flex-flow: column nowrap;
|
|
28291
28294
|
|
|
28292
28295
|
.k-list-scroller {
|
|
28293
28296
|
border-width: 0;
|
|
@@ -47262,11 +47265,12 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
47262
47265
|
}
|
|
47263
47266
|
|
|
47264
47267
|
.k-grid .k-command-cell > .k-button {
|
|
47268
|
+
margin-inline-end: $kendo-grid-command-cell-button-spacing;
|
|
47265
47269
|
vertical-align: middle;
|
|
47266
|
-
|
|
47267
|
-
|
|
47268
|
-
|
|
47269
|
-
|
|
47270
|
+
|
|
47271
|
+
&:last-child {
|
|
47272
|
+
margin-inline-end: unset;
|
|
47273
|
+
}
|
|
47270
47274
|
}
|
|
47271
47275
|
|
|
47272
47276
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap 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": [
|
|
@@ -53,14 +53,14 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "2.0.0",
|
|
56
|
-
"@progress/kendo-theme-core": "7.0.2
|
|
57
|
-
"@progress/kendo-theme-default": "7.0.2
|
|
58
|
-
"@progress/kendo-theme-utils": "7.0.2
|
|
56
|
+
"@progress/kendo-theme-core": "7.0.2",
|
|
57
|
+
"@progress/kendo-theme-default": "7.0.2",
|
|
58
|
+
"@progress/kendo-theme-utils": "7.0.2",
|
|
59
59
|
"bootstrap": "5.2.1"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "dfc0dd56b57521806d71c44a781e60250caf96fb"
|
|
66
66
|
}
|