@progress/kendo-theme-bootstrap 5.4.2-dev.0 → 5.4.2-dev.3
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 +2 -0
- package/dist/all.scss +2 -0
- 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 +3 -3
package/dist/all.css
CHANGED
|
@@ -14718,6 +14718,7 @@ textarea.k-input-inner {
|
|
|
14718
14718
|
width: 100%;
|
|
14719
14719
|
height: 100%;
|
|
14720
14720
|
object-fit: cover;
|
|
14721
|
+
vertical-align: top;
|
|
14721
14722
|
}
|
|
14722
14723
|
|
|
14723
14724
|
.k-avatar-sm {
|
|
@@ -20284,6 +20285,7 @@ kendo-label > .k-label {
|
|
|
20284
20285
|
|
|
20285
20286
|
.k-switch[dir="rtl"] .k-switch-thumb,
|
|
20286
20287
|
[dir="rtl"] .k-switch .k-switch-thumb,
|
|
20288
|
+
.k-switch.k-rtl .k-switch-thumb,
|
|
20287
20289
|
.k-rtl .k-switch .k-switch-thumb {
|
|
20288
20290
|
transform: translate(50%, -50%);
|
|
20289
20291
|
}
|
package/dist/all.scss
CHANGED
|
@@ -13325,6 +13325,7 @@ $kendo-avatar-theme-colors: $kendo-theme-colors !default;
|
|
|
13325
13325
|
width: 100%;
|
|
13326
13326
|
height: 100%;
|
|
13327
13327
|
object-fit: cover;
|
|
13328
|
+
vertical-align: top;
|
|
13328
13329
|
}
|
|
13329
13330
|
}
|
|
13330
13331
|
|
|
@@ -22651,6 +22652,7 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
|
|
|
22651
22652
|
// RTL
|
|
22652
22653
|
.k-switch[dir="rtl"],
|
|
22653
22654
|
[dir="rtl"] .k-switch,
|
|
22655
|
+
.k-switch.k-rtl,
|
|
22654
22656
|
.k-rtl .k-switch {
|
|
22655
22657
|
|
|
22656
22658
|
.k-switch-thumb {
|
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": "5.4.2-dev.
|
|
4
|
+
"version": "5.4.2-dev.3",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"postpublish": "echo 'no postpublish for bootstrap theme'"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@progress/kendo-theme-default": "^5.4.2-dev.
|
|
52
|
+
"@progress/kendo-theme-default": "^5.4.2-dev.3",
|
|
53
53
|
"bootstrap": "^5.1.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "3c98c61d0b83d13dfdc0d722e92c581db0f6269b"
|
|
56
56
|
}
|