@progress/kendo-theme-bootstrap 6.1.1-dev.1 → 6.1.1-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 +5 -2
- package/dist/all.scss +6 -2
- 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
|
@@ -36514,9 +36514,8 @@ select.k-picker-lg {
|
|
|
36514
36514
|
font-size: 0.875em;
|
|
36515
36515
|
}
|
|
36516
36516
|
|
|
36517
|
-
.k-actionsheet
|
|
36517
|
+
.k-actionsheet .k-hr {
|
|
36518
36518
|
margin: 0;
|
|
36519
|
-
border-color: inherit;
|
|
36520
36519
|
flex: none;
|
|
36521
36520
|
}
|
|
36522
36521
|
|
|
@@ -36711,6 +36710,10 @@ select.k-picker-lg {
|
|
|
36711
36710
|
color: #6c757d;
|
|
36712
36711
|
}
|
|
36713
36712
|
|
|
36713
|
+
.k-actionsheet .k-hr {
|
|
36714
|
+
border-color: #dee2e6;
|
|
36715
|
+
}
|
|
36716
|
+
|
|
36714
36717
|
.k-adaptive-actionsheet .k-actionsheet-titlebar, .k-adaptive-actionsheet .k-actionsheet-jq .k-actionsheet-header, .k-actionsheet-jq .k-adaptive-actionsheet .k-actionsheet-header {
|
|
36715
36718
|
border-color: #dee2e6;
|
|
36716
36719
|
}
|
package/dist/all.scss
CHANGED
|
@@ -27952,9 +27952,8 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !de
|
|
|
27952
27952
|
|
|
27953
27953
|
|
|
27954
27954
|
// Actionsheet separator
|
|
27955
|
-
.k-actionsheet
|
|
27955
|
+
.k-actionsheet .k-hr {
|
|
27956
27956
|
margin: 0;
|
|
27957
|
-
border-color: inherit;
|
|
27958
27957
|
flex: none;
|
|
27959
27958
|
}
|
|
27960
27959
|
|
|
@@ -28222,6 +28221,11 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !de
|
|
|
28222
28221
|
// Actionsheet action
|
|
28223
28222
|
.k-actionsheet-action {}
|
|
28224
28223
|
|
|
28224
|
+
// Actionsheet separator
|
|
28225
|
+
.k-actionsheet .k-hr {
|
|
28226
|
+
border-color: $kendo-actionsheet-border;
|
|
28227
|
+
}
|
|
28228
|
+
|
|
28225
28229
|
|
|
28226
28230
|
// Adaptive Actionsheet
|
|
28227
28231
|
.k-adaptive-actionsheet .k-actionsheet-titlebar {
|
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": "6.1.1-dev.
|
|
4
|
+
"version": "6.1.1-dev.3",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@progress/kendo-font-icons": "1.4.0",
|
|
52
|
-
"@progress/kendo-theme-core": "^6.1.1-dev.
|
|
53
|
-
"@progress/kendo-theme-default": "^6.1.1-dev.
|
|
54
|
-
"@progress/kendo-theme-utils": "^6.1.1-dev.
|
|
52
|
+
"@progress/kendo-theme-core": "^6.1.1-dev.3",
|
|
53
|
+
"@progress/kendo-theme-default": "^6.1.1-dev.3",
|
|
54
|
+
"@progress/kendo-theme-utils": "^6.1.1-dev.3",
|
|
55
55
|
"bootstrap": "5.2.1"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "8a9ca80b8cb9e2cb175bcef8b5d96dc337e0db55"
|
|
58
58
|
}
|