@progress/kendo-theme-bootstrap 14.0.0-dev.4 → 14.0.0-dev.6
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/dist/meta/sassdoc-data.json +528 -474
- package/dist/meta/sassdoc-raw-data.json +253 -228
- package/dist/meta/variables.json +4 -0
- 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 +5 -5
- package/scss/taskboard/_variables.scss +5 -1
package/dist/meta/variables.json
CHANGED
|
@@ -13239,6 +13239,10 @@
|
|
|
13239
13239
|
"value": "null"
|
|
13240
13240
|
},
|
|
13241
13241
|
"kendo-taskboard-content-padding-y": {
|
|
13242
|
+
"type": "List",
|
|
13243
|
+
"value": "(0 var(--kendo-spacing-4))"
|
|
13244
|
+
},
|
|
13245
|
+
"kendo-taskboard-content-padding-x": {
|
|
13242
13246
|
"type": "String",
|
|
13243
13247
|
"value": "var(--kendo-spacing-4)"
|
|
13244
13248
|
},
|
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": "14.0.0-dev.
|
|
4
|
+
"version": "14.0.0-dev.6",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
"postpublish": "echo 'no postpublish for bootstrap theme'"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@progress/kendo-svg-icons": "
|
|
57
|
-
"@progress/kendo-theme-core": "14.0.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "14.0.0-dev.
|
|
56
|
+
"@progress/kendo-svg-icons": "4.9.0",
|
|
57
|
+
"@progress/kendo-theme-core": "14.0.0-dev.6",
|
|
58
|
+
"@progress/kendo-theme-utils": "14.0.0-dev.6"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "0df0e4e29b482e22243c6e74b121a3bdb0976828"
|
|
65
65
|
}
|
|
@@ -53,7 +53,10 @@ $kendo-taskboard-toolbar-gradient: null !default;
|
|
|
53
53
|
|
|
54
54
|
/// The vertical padding of the TaskBoard content.
|
|
55
55
|
/// @group taskboard
|
|
56
|
-
$kendo-taskboard-content-padding-y: $kendo-taskboard-spacer !default;
|
|
56
|
+
$kendo-taskboard-content-padding-y: 0 $kendo-taskboard-spacer !default;
|
|
57
|
+
/// The horizontal padding of the TaskBoard content.
|
|
58
|
+
/// @group taskboard
|
|
59
|
+
$kendo-taskboard-content-padding-x: $kendo-taskboard-spacer !default;
|
|
57
60
|
|
|
58
61
|
/// The vertical spacing of the TaskBoard column container.
|
|
59
62
|
/// @group taskboard
|
|
@@ -266,6 +269,7 @@ $kendo-taskboard-drag-placeholder-border: k-color(border) !default;
|
|
|
266
269
|
$kendo-taskboard-toolbar-border: $kendo-taskboard-toolbar-border,
|
|
267
270
|
$kendo-taskboard-toolbar-gradient: $kendo-taskboard-toolbar-gradient,
|
|
268
271
|
$kendo-taskboard-content-padding-y: $kendo-taskboard-content-padding-y,
|
|
272
|
+
$kendo-taskboard-content-padding-x: $kendo-taskboard-content-padding-x,
|
|
269
273
|
$kendo-taskboard-column-container-spacing-y: $kendo-taskboard-column-container-spacing-y,
|
|
270
274
|
$kendo-taskboard-column-container-padding-y: $kendo-taskboard-column-container-padding-y,
|
|
271
275
|
$kendo-taskboard-column-container-padding-x: $kendo-taskboard-column-container-padding-x,
|