@progress/kendo-theme-bootstrap 10.0.0-dev.4 → 10.0.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 +1 -1
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +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 +6 -6
- package/scss/index.scss +1 -0
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": "10.0.0
|
|
4
|
+
"version": "10.0.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -51,14 +51,14 @@
|
|
|
51
51
|
"postpublish": "echo 'no postpublish for bootstrap theme'"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@progress/kendo-svg-icons": "^
|
|
55
|
-
"@progress/kendo-theme-core": "10.0.0
|
|
56
|
-
"@progress/kendo-theme-default": "10.0.0
|
|
57
|
-
"@progress/kendo-theme-utils": "10.0.0
|
|
54
|
+
"@progress/kendo-svg-icons": "^4.0.0",
|
|
55
|
+
"@progress/kendo-theme-core": "10.0.0",
|
|
56
|
+
"@progress/kendo-theme-default": "10.0.0",
|
|
57
|
+
"@progress/kendo-theme-utils": "10.0.0"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "92c3c8159263b15e849f87bb80c504ee94efd18e"
|
|
64
64
|
}
|
package/scss/index.scss
CHANGED
|
@@ -451,6 +451,7 @@
|
|
|
451
451
|
// Layout & containers
|
|
452
452
|
@include kendo-card--styles();
|
|
453
453
|
@include kendo-expander--styles();
|
|
454
|
+
@include kendo-panel--styles();
|
|
454
455
|
@include kendo-panelbar--styles();
|
|
455
456
|
@include kendo-splitter--styles();
|
|
456
457
|
@include kendo-tile-layout--styles();
|