@progress/kendo-theme-bootstrap 14.4.1-dev.2 → 14.4.1-dev.4
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 +566 -512
- package/dist/meta/sassdoc-raw-data.json +278 -253
- package/dist/meta/variables.json +6 -2
- 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/scss/grid/_variables.scss +4 -0
- package/scss/scheduler/_variables.scss +2 -2
package/dist/meta/variables.json
CHANGED
|
@@ -11968,6 +11968,10 @@
|
|
|
11968
11968
|
"type": "String",
|
|
11969
11969
|
"value": "var(--kendo-color-on-app-surface)"
|
|
11970
11970
|
},
|
|
11971
|
+
"kendo-grid-grouping-row-font-weight": {
|
|
11972
|
+
"type": "String",
|
|
11973
|
+
"value": "var(--kendo-font-weight-bold)"
|
|
11974
|
+
},
|
|
11971
11975
|
"kendo-grid-grouping-indent-size": {
|
|
11972
11976
|
"type": "String",
|
|
11973
11977
|
"value": "var(--kendo-spacing-6)"
|
|
@@ -14066,7 +14070,7 @@
|
|
|
14066
14070
|
},
|
|
14067
14071
|
"kendo-scheduler-toolbar-bg": {
|
|
14068
14072
|
"type": "String",
|
|
14069
|
-
"value": "var(--kendo-color-surface)"
|
|
14073
|
+
"value": "var(--kendo-color-surface-alt)"
|
|
14070
14074
|
},
|
|
14071
14075
|
"kendo-scheduler-toolbar-text": {
|
|
14072
14076
|
"type": "String",
|
|
@@ -14082,7 +14086,7 @@
|
|
|
14082
14086
|
},
|
|
14083
14087
|
"kendo-scheduler-footer-bg": {
|
|
14084
14088
|
"type": "String",
|
|
14085
|
-
"value": "var(--kendo-color-surface)"
|
|
14089
|
+
"value": "var(--kendo-color-surface-alt)"
|
|
14086
14090
|
},
|
|
14087
14091
|
"kendo-scheduler-footer-text": {
|
|
14088
14092
|
"type": "String",
|
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.4.1-dev.
|
|
4
|
+
"version": "14.4.1-dev.4",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "^4.11.0",
|
|
56
|
-
"@progress/kendo-theme-core": "14.4.1-dev.
|
|
57
|
-
"@progress/kendo-theme-utils": "14.4.1-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "14.4.1-dev.4",
|
|
57
|
+
"@progress/kendo-theme-utils": "14.4.1-dev.4"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
@@ -314,6 +314,9 @@ $kendo-grid-grouping-header-border: $kendo-grid-header-border !default;
|
|
|
314
314
|
/// The text color of the Grid row.
|
|
315
315
|
/// @group grid
|
|
316
316
|
$kendo-grid-grouping-row-text: $kendo-grid-text !default;
|
|
317
|
+
/// The font weight of the Grid grouping row text.
|
|
318
|
+
/// @group grid
|
|
319
|
+
$kendo-grid-grouping-row-font-weight: var(--kendo-font-weight-bold) !default;
|
|
317
320
|
|
|
318
321
|
/// The background color of the Grid.
|
|
319
322
|
/// @group grid
|
|
@@ -630,6 +633,7 @@ $kendo-grid-pinned-source-font-weight: var(--kendo-font-weight-bold) !default;
|
|
|
630
633
|
$kendo-grid-selection-aggregates-font-weight: $kendo-grid-selection-aggregates-font-weight,
|
|
631
634
|
$kendo-grid-grouping-row-bg: $kendo-grid-grouping-row-bg,
|
|
632
635
|
$kendo-grid-grouping-row-text: $kendo-grid-grouping-row-text,
|
|
636
|
+
$kendo-grid-grouping-row-font-weight: $kendo-grid-grouping-row-font-weight,
|
|
633
637
|
$kendo-grid-sorted-bg: $kendo-grid-sorted-bg,
|
|
634
638
|
$kendo-grid-sorting-indicator-text: $kendo-grid-sorting-indicator-text,
|
|
635
639
|
$kendo-grid-sorting-index-font-size: $kendo-grid-sorting-index-font-size,
|
|
@@ -32,7 +32,7 @@ $kendo-scheduler-border: k-color(border) !default;
|
|
|
32
32
|
|
|
33
33
|
/// The background color of the Scheduler ToolBar.
|
|
34
34
|
/// @group scheduler
|
|
35
|
-
$kendo-scheduler-toolbar-bg:
|
|
35
|
+
$kendo-scheduler-toolbar-bg: k-color(surface-alt) !default;
|
|
36
36
|
/// The text color of the Scheduler ToolBar.
|
|
37
37
|
/// @group scheduler
|
|
38
38
|
$kendo-scheduler-toolbar-text: $kendo-toolbar-text !default;
|
|
@@ -45,7 +45,7 @@ $kendo-scheduler-toolbar-gradient: $kendo-toolbar-gradient !default;
|
|
|
45
45
|
|
|
46
46
|
/// The background color of the Scheduler footer.
|
|
47
47
|
/// @group scheduler
|
|
48
|
-
$kendo-scheduler-footer-bg:
|
|
48
|
+
$kendo-scheduler-footer-bg: k-color(surface-alt) !default;
|
|
49
49
|
/// The text color of the Scheduler footer.
|
|
50
50
|
/// @group scheduler
|
|
51
51
|
$kendo-scheduler-footer-text: $kendo-toolbar-text !default;
|