@progress/kendo-theme-bootstrap 5.8.2-dev.3 → 5.8.2-dev.4
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.scss +1 -1
- 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.scss
CHANGED
|
@@ -2524,7 +2524,7 @@ $card-group-margin: $grid-gutter-width * .5 !default;
|
|
|
2524
2524
|
// scss-docs-start accordion-variables
|
|
2525
2525
|
$accordion-padding-y: 1rem !default;
|
|
2526
2526
|
$accordion-padding-x: 1.25rem !default;
|
|
2527
|
-
$accordion-color:
|
|
2527
|
+
$accordion-color: $body-color !default; // Sass variable because of $accordion-button-icon
|
|
2528
2528
|
$accordion-bg: $body-bg !default;
|
|
2529
2529
|
$accordion-border-width: $border-width !default;
|
|
2530
2530
|
$accordion-border-color: var(--#{$prefix}border-color) !default;
|
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.8.2-dev.
|
|
4
|
+
"version": "5.8.2-dev.4",
|
|
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.8.2-dev.
|
|
46
|
+
"@progress/kendo-theme-default": "^5.8.2-dev.4",
|
|
47
47
|
"bootstrap": "^5.2.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"sass-build": "^1.0.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "03c192e0d4c7227c7d8f41b7fefee897888e6218"
|
|
53
53
|
}
|