@progress/kendo-theme-bootstrap 9.1.0-dev.3 → 9.1.0-dev.5
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 +478 -92
- 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 +1632 -654
- package/dist/meta/sassdoc-raw-data.json +750 -300
- package/dist/meta/variables.json +121 -29
- 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/dataviz/_index.scss +3 -1
- package/scss/dataviz/_variables.scss +9 -0
- package/scss/index.scss +2 -0
- package/scss/list/_index.scss +3 -1
- package/scss/list/_variables.scss +0 -4
- package/scss/no-data/_index.scss +32 -0
- package/scss/no-data/_layout.scss +5 -0
- package/scss/no-data/_theme.scss +5 -0
- package/scss/no-data/_variables.scss +7 -0
- package/scss/orgchart/_variables.scss +1 -1
- package/scss/pdf-viewer/_variables.scss +23 -0
- package/scss/scheduler/_index.scss +3 -1
- package/scss/splitter/_variables.scss +1 -1
- package/scss/stepper/_variables.scss +3 -0
- package/scss/timeline/_variables.scss +5 -5
- package/scss/toolbar/_variables.scss +32 -4
|
@@ -34,7 +34,7 @@ $kendo-splitter-drag-handle-length: 20px !default;
|
|
|
34
34
|
$kendo-splitter-drag-handle-thickness: 2px !default;
|
|
35
35
|
/// The margin of the Splitter drag handle icon.
|
|
36
36
|
/// @group splitter
|
|
37
|
-
$kendo-splitter-drag-icon-margin:
|
|
37
|
+
$kendo-splitter-drag-icon-margin: k-spacing(2) !default;
|
|
38
38
|
/// The horizontal padding of the collapse icon in the Splitter.
|
|
39
39
|
/// @group splitter
|
|
40
40
|
$kendo-splitter-collapse-icon-padding-x: null !default;
|
|
@@ -21,6 +21,9 @@ $kendo-stepper-label-padding-x: k-spacing(3) !default;
|
|
|
21
21
|
/// The vertical padding the Stepper label.
|
|
22
22
|
/// @group stepper
|
|
23
23
|
$kendo-stepper-label-padding-y: calc( #{k-spacing(2.5)} / 2 ) !default;
|
|
24
|
+
/// The border radius of the Stepper label.
|
|
25
|
+
/// @group stepper
|
|
26
|
+
$kendo-stepper-label-border-radius: k-border-radius(xxl) !default;
|
|
24
27
|
/// The width of the border around the Stepper.
|
|
25
28
|
/// @group stepper
|
|
26
29
|
$kendo-stepper-border-width: 0px !default;
|
|
@@ -29,10 +29,10 @@ $kendo-timeline-mobile-spacing-y: $kendo-padding-md-x !default;
|
|
|
29
29
|
|
|
30
30
|
/// The width of the Timeline track arrow.
|
|
31
31
|
/// @group timeline
|
|
32
|
-
$kendo-timeline-track-arrow-width:
|
|
32
|
+
$kendo-timeline-track-arrow-width: calc( #{k-spacing(19)} / 2 ) !default;
|
|
33
33
|
/// The height of the Timeline track arrow.
|
|
34
34
|
/// @group timeline
|
|
35
|
-
$kendo-timeline-track-arrow-height:
|
|
35
|
+
$kendo-timeline-track-arrow-height: calc( #{k-spacing(19)} / 2 ) !default;
|
|
36
36
|
|
|
37
37
|
/// The background color of the disabled Timeline track arrow.
|
|
38
38
|
/// @group timeline
|
|
@@ -46,10 +46,10 @@ $kendo-timeline-track-arrow-disabled-border: if($kendo-enable-color-system, colo
|
|
|
46
46
|
|
|
47
47
|
/// The size of the Timeline track.
|
|
48
48
|
/// @group timeline
|
|
49
|
-
$kendo-timeline-track-size:
|
|
49
|
+
$kendo-timeline-track-size: k-spacing(1.5) !default;
|
|
50
50
|
/// The bottom padding of the Timeline's track wrapper.
|
|
51
51
|
/// @group timeline
|
|
52
|
-
$kendo-timeline-track-wrap-padding-bottom:
|
|
52
|
+
$kendo-timeline-track-wrap-padding-bottom: calc( #{$kendo-timeline-track-size} / 2) !default;
|
|
53
53
|
/// The border width of the Timeline track.
|
|
54
54
|
/// @group timeline
|
|
55
55
|
$kendo-timeline-track-border-width: 1px !default;
|
|
@@ -58,7 +58,7 @@ $kendo-timeline-track-border-width: 1px !default;
|
|
|
58
58
|
$kendo-timeline-track-margin-bottom: k-spacing(4) !default;
|
|
59
59
|
/// The bottom offset of the Timeline track.
|
|
60
60
|
/// @group timeline
|
|
61
|
-
$kendo-timeline-track-bottom-calc: calc(#{
|
|
61
|
+
$kendo-timeline-track-bottom-calc: calc( calc(#{ $kendo-timeline-track-arrow-height } / 2) + #{$kendo-timeline-track-wrap-padding-bottom}) !default;
|
|
62
62
|
/// The left offset of the Timeline track.
|
|
63
63
|
/// @group timeline
|
|
64
64
|
$kendo-timeline-track-start-calc: calc(#{$kendo-timeline-track-arrow-width} - 2 * #{$kendo-timeline-track-border-width}) !default;
|
|
@@ -72,6 +72,38 @@ $kendo-toolbar-gradient: null !default;
|
|
|
72
72
|
/// @group toolbar
|
|
73
73
|
$kendo-toolbar-shadow: null !default;
|
|
74
74
|
|
|
75
|
+
/// The text color of the outline Toolbar.
|
|
76
|
+
/// @group toolbar
|
|
77
|
+
$kendo-toolbar-outline-text: $kendo-button-text !default;
|
|
78
|
+
/// The color of the border around the outline Toolbar.
|
|
79
|
+
/// @group toolbar
|
|
80
|
+
$kendo-toolbar-outline-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-toolbar-outline-text, .5 )) !default;
|
|
81
|
+
/// The gradient of the outline Toolbar.
|
|
82
|
+
/// @group toolbar
|
|
83
|
+
$kendo-toolbar-outline-gradient: null !default;
|
|
84
|
+
/// The box shadow of the outline Toolbar.
|
|
85
|
+
/// @group toolbar
|
|
86
|
+
$kendo-toolbar-outline-shadow: null !default;
|
|
87
|
+
/// The width of the border around the outline Toolbar.
|
|
88
|
+
/// @group toolbar
|
|
89
|
+
$kendo-toolbar-outline-border-width: $kendo-toolbar-border-width !default;
|
|
90
|
+
|
|
91
|
+
/// The text color of the flat Toolbar.
|
|
92
|
+
/// @group toolbar
|
|
93
|
+
$kendo-toolbar-flat-text: null !default;
|
|
94
|
+
/// The color of the border around the flat Toolbar.
|
|
95
|
+
/// @group toolbar
|
|
96
|
+
$kendo-toolbar-flat-border: $kendo-toolbar-border !default;
|
|
97
|
+
/// The gradient of the flat Toolbar.
|
|
98
|
+
/// @group toolbar
|
|
99
|
+
$kendo-toolbar-flat-gradient: null !default;
|
|
100
|
+
/// The box shadow of the flat Toolbar.
|
|
101
|
+
/// @group toolbar
|
|
102
|
+
$kendo-toolbar-flat-shadow: null !default;
|
|
103
|
+
/// Border width of the flat Toolbar.
|
|
104
|
+
/// @group toolbar
|
|
105
|
+
$kendo-toolbar-flat-border-width: 1px !default;
|
|
106
|
+
|
|
75
107
|
/// The color of the separator border of the Toolbar.
|
|
76
108
|
/// @group toolbar
|
|
77
109
|
$kendo-toolbar-separator-border: inherit !default;
|
|
@@ -84,10 +116,6 @@ $kendo-toolbar-input-width: 10em !default;
|
|
|
84
116
|
/// @group toolbar
|
|
85
117
|
$kendo-toolbar-item-shadow: 0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 )) !default;
|
|
86
118
|
|
|
87
|
-
/// Border width of the flat Toolbar.
|
|
88
|
-
/// @group toolbar
|
|
89
|
-
$kendo-toolbar-flat-border-width: 1px !default;
|
|
90
|
-
|
|
91
119
|
/// The sizes map for the Toolbar.
|
|
92
120
|
/// @group toolbar
|
|
93
121
|
$kendo-toolbar-sizes: (
|