@progress/kendo-theme-bootstrap 8.0.0-dev.2 → 8.0.0-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 +293 -293
- package/dist/all.scss +5 -5
- 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/dist/all.scss
CHANGED
|
@@ -12915,9 +12915,9 @@ $kendo-utils: (
|
|
|
12915
12915
|
|
|
12916
12916
|
// Gap utility classes
|
|
12917
12917
|
$kendo-utils-gap: k-map-get( $kendo-utils, "gap" ) !default;
|
|
12918
|
-
@include generate-utils( gap, gap, $kendo-utils-gap );
|
|
12919
|
-
@include generate-utils( gap-x, column-gap, $kendo-utils-gap );
|
|
12920
|
-
@include generate-utils( gap-y, row-gap, $kendo-utils-gap );
|
|
12918
|
+
@include generate-utils( gap, gap, $kendo-utils-gap, $css-var: "spacing" );
|
|
12919
|
+
@include generate-utils( gap-x, column-gap, $kendo-utils-gap, $css-var: "spacing" );
|
|
12920
|
+
@include generate-utils( gap-y, row-gap, $kendo-utils-gap, $css-var: "spacing" );
|
|
12921
12921
|
|
|
12922
12922
|
}
|
|
12923
12923
|
|
|
@@ -14235,7 +14235,7 @@ $kendo-utils: (
|
|
|
14235
14235
|
@mixin kendo-utils--typography--font-weight() {
|
|
14236
14236
|
|
|
14237
14237
|
// Font weight utility classes
|
|
14238
|
-
@include generate-utils( font, font-weight, $kendo-font-weights, $css-var: "font" );
|
|
14238
|
+
@include generate-utils( font, font-weight, $kendo-font-weights, $css-var: "font-weight" );
|
|
14239
14239
|
|
|
14240
14240
|
|
|
14241
14241
|
// Legacy aliases
|
|
@@ -51650,7 +51650,7 @@ $kendo-spreadsheet-dropzone-spacing-y: k-spacing(4) !default;
|
|
|
51650
51650
|
|
|
51651
51651
|
// Spreadsheet
|
|
51652
51652
|
.k-spreadsheet {
|
|
51653
|
-
width:
|
|
51653
|
+
width: 100%;
|
|
51654
51654
|
height: 600px;
|
|
51655
51655
|
border-width: $kendo-spreadsheet-border-width;
|
|
51656
51656
|
border-style: solid;
|
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": "8.0.0-dev.
|
|
4
|
+
"version": "8.0.0-dev.3",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -52,15 +52,15 @@
|
|
|
52
52
|
"postpublish": "echo 'no postpublish for bootstrap theme'"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@progress/kendo-svg-icons": "2.
|
|
56
|
-
"@progress/kendo-theme-core": "8.0.0-dev.
|
|
57
|
-
"@progress/kendo-theme-default": "8.0.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "8.0.0-dev.
|
|
55
|
+
"@progress/kendo-svg-icons": "2.3.0",
|
|
56
|
+
"@progress/kendo-theme-core": "8.0.0-dev.3",
|
|
57
|
+
"@progress/kendo-theme-default": "8.0.0-dev.3",
|
|
58
|
+
"@progress/kendo-theme-utils": "8.0.0-dev.3",
|
|
59
59
|
"bootstrap": "5.2.1"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "98cdb5a9b5d437ac5b485d24dcd39b5f45252700"
|
|
66
66
|
}
|