@progress/kendo-theme-bootstrap 5.8.2-dev.0 → 5.8.2-dev.1
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 +1 -1
- 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.css
CHANGED
|
@@ -18736,7 +18736,7 @@ kendo-label > .k-label {
|
|
|
18736
18736
|
display: block;
|
|
18737
18737
|
overflow: hidden;
|
|
18738
18738
|
position: relative;
|
|
18739
|
-
z-index:
|
|
18739
|
+
z-index: 1;
|
|
18740
18740
|
}
|
|
18741
18741
|
|
|
18742
18742
|
.k-calendar-navigation::before, .k-calendar-navigation::after {
|
package/dist/all.scss
CHANGED
|
@@ -19308,7 +19308,7 @@ $kendo-calendar-sizes: (
|
|
|
19308
19308
|
display: block;
|
|
19309
19309
|
overflow: hidden;
|
|
19310
19310
|
position: relative;
|
|
19311
|
-
z-index:
|
|
19311
|
+
z-index: 1;
|
|
19312
19312
|
|
|
19313
19313
|
&::before,
|
|
19314
19314
|
&::after {
|
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.1",
|
|
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.1",
|
|
47
47
|
"bootstrap": "^5.2.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"sass-build": "^1.0.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "bbf620112c6623157eb4fcfd23498b156483263a"
|
|
53
53
|
}
|