@progress/kendo-theme-bootstrap 5.12.0 → 5.12.1-dev.0
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 -0
- package/dist/all.scss +4 -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 +6 -9
package/dist/all.css
CHANGED
|
@@ -13486,6 +13486,10 @@ textarea.k-textarea[disabled] {
|
|
|
13486
13486
|
filter: grayscale(0);
|
|
13487
13487
|
}
|
|
13488
13488
|
|
|
13489
|
+
textarea.k-textarea {
|
|
13490
|
+
overflow: auto;
|
|
13491
|
+
}
|
|
13492
|
+
|
|
13489
13493
|
.k-picker {
|
|
13490
13494
|
cursor: pointer;
|
|
13491
13495
|
}
|
package/dist/all.scss
CHANGED
|
@@ -3320,7 +3320,7 @@ $card-group-margin: $grid-gutter-width * .5 !default;
|
|
|
3320
3320
|
// scss-docs-start accordion-variables
|
|
3321
3321
|
$accordion-padding-y: 1rem !default;
|
|
3322
3322
|
$accordion-padding-x: 1.25rem !default;
|
|
3323
|
-
$accordion-color: $body-color !default;
|
|
3323
|
+
$accordion-color: var(--#{$prefix}body-color) !default;
|
|
3324
3324
|
$accordion-bg: $body-bg !default;
|
|
3325
3325
|
$accordion-border-width: $border-width !default;
|
|
3326
3326
|
$accordion-border-color: var(--#{$prefix}border-color) !default;
|
|
@@ -12008,6 +12008,9 @@ $kendo-input-invalid-shadow: $invalid-shadow !default;
|
|
|
12008
12008
|
}
|
|
12009
12009
|
}
|
|
12010
12010
|
}
|
|
12011
|
+
textarea.k-textarea {
|
|
12012
|
+
overflow: auto;
|
|
12013
|
+
}
|
|
12011
12014
|
|
|
12012
12015
|
|
|
12013
12016
|
// Picker
|
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.12.0",
|
|
4
|
+
"version": "5.12.1-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -46,13 +46,10 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@progress/kendo-font-icons": "^0.6.0",
|
|
49
|
-
"@progress/kendo-theme-core": "^5.12.0",
|
|
50
|
-
"@progress/kendo-theme-default": "^5.12.0",
|
|
51
|
-
"@progress/kendo-theme-utils": "^5.12.0",
|
|
52
|
-
"bootstrap": "
|
|
49
|
+
"@progress/kendo-theme-core": "^5.12.1-dev.0",
|
|
50
|
+
"@progress/kendo-theme-default": "^5.12.1-dev.0",
|
|
51
|
+
"@progress/kendo-theme-utils": "^5.12.1-dev.0",
|
|
52
|
+
"bootstrap": "5.2.1"
|
|
53
53
|
},
|
|
54
|
-
"
|
|
55
|
-
"sass-build": "^1.1.0"
|
|
56
|
-
},
|
|
57
|
-
"gitHead": "9eaba5fe84f407f8f7240d2391cf6f5807f8eef4"
|
|
54
|
+
"gitHead": "342125ccbda2aec05866a2bb2c5e6e0c6f64b2e3"
|
|
58
55
|
}
|