@progress/kendo-theme-bootstrap 5.6.1-dev.1 → 5.6.1-dev.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 +4 -4
- package/dist/all.scss +5 -5
- 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/scss/daterangepicker/_variables.scss +1 -1
package/dist/all.css
CHANGED
|
@@ -25683,19 +25683,19 @@ kendo-card-footer {
|
|
|
25683
25683
|
display: block;
|
|
25684
25684
|
}
|
|
25685
25685
|
|
|
25686
|
-
.k-splitbar-horizontal .k-
|
|
25686
|
+
.k-splitbar-horizontal .k-collapse-prev {
|
|
25687
25687
|
margin-bottom: 7px;
|
|
25688
25688
|
}
|
|
25689
25689
|
|
|
25690
|
-
.k-splitbar-horizontal .k-
|
|
25690
|
+
.k-splitbar-horizontal .k-collapse-next {
|
|
25691
25691
|
margin-top: 7px;
|
|
25692
25692
|
}
|
|
25693
25693
|
|
|
25694
|
-
.k-splitbar-vertical .k-
|
|
25694
|
+
.k-splitbar-vertical .k-collapse-prev {
|
|
25695
25695
|
margin-right: 7px;
|
|
25696
25696
|
}
|
|
25697
25697
|
|
|
25698
|
-
.k-splitbar-vertical .k-
|
|
25698
|
+
.k-splitbar-vertical .k-collapse-next {
|
|
25699
25699
|
margin-left: 7px;
|
|
25700
25700
|
}
|
|
25701
25701
|
|
package/dist/all.scss
CHANGED
|
@@ -21488,7 +21488,7 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
|
|
|
21488
21488
|
// Component
|
|
21489
21489
|
// #region @import "_variables.scss"; -> packages/bootstrap/scss/daterangepicker/_variables.scss
|
|
21490
21490
|
// Daterangepicker
|
|
21491
|
-
$kendo-daterange-picker-input-width: 10em;
|
|
21491
|
+
$kendo-daterange-picker-input-width: 10em !default;
|
|
21492
21492
|
|
|
21493
21493
|
// #endregion
|
|
21494
21494
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/daterangepicker/_layout.scss
|
|
@@ -30492,19 +30492,19 @@ $splitbar-selected-text: $selected-text !default;
|
|
|
30492
30492
|
}
|
|
30493
30493
|
}
|
|
30494
30494
|
|
|
30495
|
-
.k-splitbar-horizontal .k-
|
|
30495
|
+
.k-splitbar-horizontal .k-collapse-prev {
|
|
30496
30496
|
margin-bottom: $splitter-drag-icon-margin;
|
|
30497
30497
|
}
|
|
30498
30498
|
|
|
30499
|
-
.k-splitbar-horizontal .k-
|
|
30499
|
+
.k-splitbar-horizontal .k-collapse-next {
|
|
30500
30500
|
margin-top: $splitter-drag-icon-margin;
|
|
30501
30501
|
}
|
|
30502
30502
|
|
|
30503
|
-
.k-splitbar-vertical .k-
|
|
30503
|
+
.k-splitbar-vertical .k-collapse-prev {
|
|
30504
30504
|
margin-right: $splitter-drag-icon-margin;
|
|
30505
30505
|
}
|
|
30506
30506
|
|
|
30507
|
-
.k-splitbar-vertical .k-
|
|
30507
|
+
.k-splitbar-vertical .k-collapse-next {
|
|
30508
30508
|
margin-left: $splitter-drag-icon-margin;
|
|
30509
30509
|
}
|
|
30510
30510
|
|
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.6.1-dev.
|
|
4
|
+
"version": "5.6.1-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"postpublish": "echo 'no postpublish for bootstrap theme'"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@progress/kendo-theme-default": "^5.6.1-dev.
|
|
46
|
+
"@progress/kendo-theme-default": "^5.6.1-dev.2",
|
|
47
47
|
"bootstrap": "^5.2.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"sass-build": "^0.0.1"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "2bc7c2f0b6f8edd33c5a5c616cf937f2385e769f"
|
|
53
53
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Daterangepicker
|
|
2
|
-
$kendo-daterange-picker-input-width: 10em;
|
|
2
|
+
$kendo-daterange-picker-input-width: 10em !default;
|