@progress/kendo-theme-bootstrap 13.2.0-dev.3 → 14.0.0-dev.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-dark.scss +0 -20
- 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 +13132 -10722
- package/dist/meta/sassdoc-raw-data.json +6278 -5122
- package/dist/meta/variables.json +298 -149
- 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 -101
- 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 +4 -4
- package/scss/action-sheet/_variables.scss +8 -0
- package/scss/appbar/_variables.scss +5 -19
- package/scss/button/_variables.scss +5 -0
- package/scss/card/_variables.scss +0 -6
- package/scss/chart-wizard/_variables.scss +17 -0
- package/scss/chat/_variables.scss +4 -0
- package/scss/coloreditor/_variables.scss +1 -1
- package/scss/colorgradient/_variables.scss +1 -1
- package/scss/colorpalette/_variables.scss +3 -3
- package/scss/column-menu/_variables.scss +11 -1
- package/scss/core/color-system/_swatch.scss +0 -56
- package/scss/dataviz/_variables.scss +8 -0
- package/scss/dialog/_variables.scss +0 -6
- package/scss/dock-manager/_variables.scss +4 -0
- package/scss/dropzone/_variables.scss +4 -0
- package/scss/editor/_variables.scss +4 -0
- package/scss/expansion-panel/_variables.scss +12 -0
- package/scss/file-box/_variables.scss +9 -0
- package/scss/filemanager/_variables.scss +4 -0
- package/scss/filter/_variables.scss +5 -0
- package/scss/forms/_variables.scss +21 -0
- package/scss/gantt/_variables.scss +4 -0
- package/scss/grid/_variables.scss +17 -0
- package/scss/imageeditor/_variables.scss +4 -0
- package/scss/listbox/_variables.scss +14 -1
- package/scss/listview/_variables.scss +5 -1
- package/scss/mediaplayer/_variables.scss +16 -0
- package/scss/messagebox/_variables.scss +4 -0
- package/scss/notification/_variables.scss +1 -1
- package/scss/overlay/_variables.scss +2 -6
- package/scss/pdf-viewer/_variables.scss +4 -0
- package/scss/pivotgrid/_variables.scss +4 -0
- package/scss/progressbar/_variables.scss +6 -0
- package/scss/prompt/_variables.scss +14 -1
- package/scss/scheduler/_variables.scss +4 -0
- package/scss/scrollview/_theme.scss +2 -67
- package/scss/scrollview/_variables.scss +8 -0
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/spreadsheet/_variables.scss +4 -0
- package/scss/stepper/_variables.scss +4 -0
- package/scss/suggestion/_variables.scss +4 -0
- package/scss/table/_variables.scss +27 -0
- package/scss/taskboard/_variables.scss +4 -0
- package/scss/timeline/_variables.scss +5 -0
- package/scss/tooltip/_variables.scss +1 -1
- package/scss/upload/_variables.scss +4 -0
- package/scss/window/_variables.scss +0 -6
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
/// The width of the border around the ScrollView.
|
|
7
7
|
/// @group scrollview
|
|
8
8
|
$kendo-scrollview-border-width: 1px !default;
|
|
9
|
+
/// The border radius of the ScrollView.
|
|
10
|
+
/// @group scrollview
|
|
11
|
+
$kendo-scrollview-border-radius: null !default;
|
|
9
12
|
/// The font family of the ScrollView.
|
|
10
13
|
/// @group scrollview
|
|
11
14
|
$kendo-scrollview-font-family: var(--kendo-font-family) !default;
|
|
@@ -44,6 +47,9 @@ $kendo-scrollview-pagebutton-primary-border: k-color(primary) !default;
|
|
|
44
47
|
/// The box shadow of the ScrollView page button.
|
|
45
48
|
/// @group scrollview
|
|
46
49
|
$kendo-scrollview-pagebutton-shadow: 0 0 0 2px color-mix(in srgb, k-color(inverse) 13%, transparent) !default;
|
|
50
|
+
/// The box shadow of the selected ScrollView page button.
|
|
51
|
+
/// @group scrollview
|
|
52
|
+
$kendo-scrollview-pagebutton-primary-shadow: null !default;
|
|
47
53
|
|
|
48
54
|
/// The offset of the ScrollView pager.
|
|
49
55
|
/// @group scrollview
|
|
@@ -94,6 +100,7 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
|
94
100
|
|
|
95
101
|
@forward "@progress/kendo-theme-core/scss/components/scrollview/_variables.scss" with (
|
|
96
102
|
$kendo-scrollview-border-width: $kendo-scrollview-border-width,
|
|
103
|
+
$kendo-scrollview-border-radius: $kendo-scrollview-border-radius,
|
|
97
104
|
$kendo-scrollview-font-family: $kendo-scrollview-font-family,
|
|
98
105
|
$kendo-scrollview-font-size: $kendo-scrollview-font-size,
|
|
99
106
|
$kendo-scrollview-line-height: $kendo-scrollview-line-height,
|
|
@@ -106,6 +113,7 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
|
106
113
|
$kendo-scrollview-pagebutton-primary-bg: $kendo-scrollview-pagebutton-primary-bg,
|
|
107
114
|
$kendo-scrollview-pagebutton-primary-border: $kendo-scrollview-pagebutton-primary-border,
|
|
108
115
|
$kendo-scrollview-pagebutton-shadow: $kendo-scrollview-pagebutton-shadow,
|
|
116
|
+
$kendo-scrollview-pagebutton-primary-shadow: $kendo-scrollview-pagebutton-primary-shadow,
|
|
109
117
|
$kendo-scrollview-pager-offset: $kendo-scrollview-pager-offset,
|
|
110
118
|
$kendo-scrollview-pager-item-spacing: $kendo-scrollview-pager-item-spacing,
|
|
111
119
|
$kendo-scrollview-pager-item-border-width: $kendo-scrollview-pager-item-border-width,
|
|
@@ -22,7 +22,7 @@ $kendo-skeleton-circle-border-radius: 9999px !default;
|
|
|
22
22
|
$kendo-skeleton-item-bg: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
|
|
23
23
|
/// The background color of the Skeleton wave animation.
|
|
24
24
|
/// @group skeleton
|
|
25
|
-
$kendo-skeleton-wave-bg: color-mix(in srgb, k-color(
|
|
25
|
+
$kendo-skeleton-wave-bg: color-mix(in srgb, k-color(inverse) 4%, transparent) !default;
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
@forward "@progress/kendo-theme-core/scss/components/skeleton/_variables.scss" with (
|
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
/// The width of the border around the Spreadsheet.
|
|
8
8
|
/// @group spreadsheet
|
|
9
9
|
$kendo-spreadsheet-border-width: 1px !default;
|
|
10
|
+
/// The border radius of the Spreadsheet.
|
|
11
|
+
/// @group spreadsheet
|
|
12
|
+
$kendo-spreadsheet-border-radius: null !default;
|
|
10
13
|
/// The font family of the Spreadsheet.
|
|
11
14
|
/// @group spreadsheet
|
|
12
15
|
$kendo-spreadsheet-font-family: var(--kendo-font-family) !default;
|
|
@@ -284,6 +287,7 @@ $kendo-spreadsheet-filter-menu-icon-margin: 0 k-spacing(2) 0 calc(-1 * ( #{$kend
|
|
|
284
287
|
|
|
285
288
|
@forward "@progress/kendo-theme-core/scss/components/spreadsheet/_variables.scss" with (
|
|
286
289
|
$kendo-spreadsheet-border-width: $kendo-spreadsheet-border-width,
|
|
290
|
+
$kendo-spreadsheet-border-radius: $kendo-spreadsheet-border-radius,
|
|
287
291
|
$kendo-spreadsheet-font-family: $kendo-spreadsheet-font-family,
|
|
288
292
|
$kendo-spreadsheet-font-size: $kendo-spreadsheet-font-size,
|
|
289
293
|
$kendo-spreadsheet-line-height: $kendo-spreadsheet-line-height,
|
|
@@ -190,6 +190,9 @@ $kendo-stepper-label-hover-text: unset !default;
|
|
|
190
190
|
/// The text color of the disabled Stepper label.
|
|
191
191
|
/// @group stepper
|
|
192
192
|
$kendo-stepper-label-disabled-text: color-mix(in srgb, k-color(on-app-surface) 65%, transparent) !default;
|
|
193
|
+
/// The font weight of the current Stepper label.
|
|
194
|
+
/// @group stepper
|
|
195
|
+
$kendo-stepper-label-current-font-weight: var(--kendo-font-weight-semibold) !default;
|
|
193
196
|
|
|
194
197
|
/// The text color of the optional Stepper label.
|
|
195
198
|
/// @group stepper
|
|
@@ -289,6 +292,7 @@ $kendo-stepper-content-transition-timing-function: k-easing(standard) !default;
|
|
|
289
292
|
$kendo-stepper-label-error-text: $kendo-stepper-label-error-text,
|
|
290
293
|
$kendo-stepper-label-hover-text: $kendo-stepper-label-hover-text,
|
|
291
294
|
$kendo-stepper-label-disabled-text: $kendo-stepper-label-disabled-text,
|
|
295
|
+
$kendo-stepper-label-current-font-weight: $kendo-stepper-label-current-font-weight,
|
|
292
296
|
$kendo-stepper-optional-label-text: $kendo-stepper-optional-label-text,
|
|
293
297
|
$kendo-stepper-optional-label-opacity: $kendo-stepper-optional-label-opacity,
|
|
294
298
|
$kendo-stepper-optional-label-font-size: $kendo-stepper-optional-label-font-size,
|
|
@@ -24,6 +24,9 @@ $kendo-suggestion-font-size: var(--kendo-font-size) !default;
|
|
|
24
24
|
/// The line height of the Suggestion.
|
|
25
25
|
/// @group suggestion
|
|
26
26
|
$kendo-suggestion-line-height: var(--kendo-line-height) !default;
|
|
27
|
+
/// The font weight of the Suggestion.
|
|
28
|
+
/// @group suggestion
|
|
29
|
+
$kendo-suggestion-font-weight: null !default;
|
|
27
30
|
/// The border radius of the Suggestion.
|
|
28
31
|
/// @group suggestion
|
|
29
32
|
$kendo-suggestion-border-radius: k-border-radius(full) !default;
|
|
@@ -55,6 +58,7 @@ $kendo-suggestion-scroll-gradient: rgba(255, 255, 255, 0.00) 0%, k-color(app-sur
|
|
|
55
58
|
$kendo-suggestion-border-style: $kendo-suggestion-border-style,
|
|
56
59
|
$kendo-suggestion-font-size: $kendo-suggestion-font-size,
|
|
57
60
|
$kendo-suggestion-line-height: $kendo-suggestion-line-height,
|
|
61
|
+
$kendo-suggestion-font-weight: $kendo-suggestion-font-weight,
|
|
58
62
|
$kendo-suggestion-border-radius: $kendo-suggestion-border-radius,
|
|
59
63
|
$kendo-suggestion-focus-shadow-blur: $kendo-suggestion-focus-shadow-blur,
|
|
60
64
|
$kendo-suggestion-focus-shadow-spread: $kendo-suggestion-focus-shadow-spread,
|
|
@@ -47,6 +47,27 @@ $kendo-table-lg-cell-padding-x: k-spacing(2) !default;
|
|
|
47
47
|
/// @group table
|
|
48
48
|
$kendo-table-lg-cell-padding-y: k-spacing(2.5) !default;
|
|
49
49
|
|
|
50
|
+
/// The font size of the Table for small size.
|
|
51
|
+
/// @group table
|
|
52
|
+
$kendo-table-sm-font-size: var(--kendo-font-size) !default;
|
|
53
|
+
/// The line height of the Table for small size.
|
|
54
|
+
/// @group table
|
|
55
|
+
$kendo-table-sm-line-height: var(--kendo-line-height) !default;
|
|
56
|
+
|
|
57
|
+
/// The font size of the Table for medium size.
|
|
58
|
+
/// @group table
|
|
59
|
+
$kendo-table-md-font-size: var(--kendo-font-size) !default;
|
|
60
|
+
/// The line height of the Table for medium size.
|
|
61
|
+
/// @group table
|
|
62
|
+
$kendo-table-md-line-height: var(--kendo-line-height) !default;
|
|
63
|
+
|
|
64
|
+
/// The font size of the Table for large size.
|
|
65
|
+
/// @group table
|
|
66
|
+
$kendo-table-lg-font-size: var(--kendo-font-size) !default;
|
|
67
|
+
/// The line height of the Table for large size.
|
|
68
|
+
/// @group table
|
|
69
|
+
$kendo-table-lg-line-height: var(--kendo-line-height) !default;
|
|
70
|
+
|
|
50
71
|
/// Background color of tables.
|
|
51
72
|
/// @group table
|
|
52
73
|
$kendo-table-bg: k-color(surface-alt) !default;
|
|
@@ -169,6 +190,12 @@ $kendo-table-cell-row-span-shadow: inset 0 0 0 1px $kendo-table-border !default;
|
|
|
169
190
|
$kendo-table-md-cell-padding-y: $kendo-table-md-cell-padding-y,
|
|
170
191
|
$kendo-table-lg-cell-padding-x: $kendo-table-lg-cell-padding-x,
|
|
171
192
|
$kendo-table-lg-cell-padding-y: $kendo-table-lg-cell-padding-y,
|
|
193
|
+
$kendo-table-sm-font-size: $kendo-table-sm-font-size,
|
|
194
|
+
$kendo-table-sm-line-height: $kendo-table-sm-line-height,
|
|
195
|
+
$kendo-table-md-font-size: $kendo-table-md-font-size,
|
|
196
|
+
$kendo-table-md-line-height: $kendo-table-md-line-height,
|
|
197
|
+
$kendo-table-lg-font-size: $kendo-table-lg-font-size,
|
|
198
|
+
$kendo-table-lg-line-height: $kendo-table-lg-line-height,
|
|
172
199
|
$kendo-table-bg: $kendo-table-bg,
|
|
173
200
|
$kendo-table-text: $kendo-table-text,
|
|
174
201
|
$kendo-table-border: $kendo-table-border,
|
|
@@ -138,6 +138,9 @@ $kendo-taskboard-pane-padding-x: null !default;
|
|
|
138
138
|
/// The border width of the TaskBoard pane.
|
|
139
139
|
/// @group taskboard
|
|
140
140
|
$kendo-taskboard-pane-border-width: 1px !default;
|
|
141
|
+
/// The border radius of the TaskBoard pane.
|
|
142
|
+
/// @group taskboard
|
|
143
|
+
$kendo-taskboard-pane-border-radius: null !default;
|
|
141
144
|
/// The background color of the TaskBoard pane.
|
|
142
145
|
/// @group taskboard
|
|
143
146
|
$kendo-taskboard-pane-bg: k-color(surface-alt) !default;
|
|
@@ -289,6 +292,7 @@ $kendo-taskboard-drag-placeholder-border: k-color(border) !default;
|
|
|
289
292
|
$kendo-taskboard-pane-padding-y: $kendo-taskboard-pane-padding-y,
|
|
290
293
|
$kendo-taskboard-pane-padding-x: $kendo-taskboard-pane-padding-x,
|
|
291
294
|
$kendo-taskboard-pane-border-width: $kendo-taskboard-pane-border-width,
|
|
295
|
+
$kendo-taskboard-pane-border-radius: $kendo-taskboard-pane-border-radius,
|
|
292
296
|
$kendo-taskboard-pane-bg: $kendo-taskboard-pane-bg,
|
|
293
297
|
$kendo-taskboard-pane-text: $kendo-taskboard-pane-text,
|
|
294
298
|
$kendo-taskboard-pane-border: $kendo-taskboard-pane-border,
|
|
@@ -167,6 +167,10 @@ $kendo-timeline-event-height: 600px !default;
|
|
|
167
167
|
/// @group timeline
|
|
168
168
|
$kendo-timeline-event-min-height-calc: calc(2 * (#{$kendo-timeline-track-event-offset} - #{$kendo-card-border-width})) !default;
|
|
169
169
|
|
|
170
|
+
/// The shadow of the Timeline card.
|
|
171
|
+
/// @group timeline
|
|
172
|
+
$kendo-timeline-card-shadow: $kendo-card-shadow !default;
|
|
173
|
+
|
|
170
174
|
|
|
171
175
|
@forward "@progress/kendo-theme-core/scss/components/timeline/_variables.scss" with (
|
|
172
176
|
$kendo-timeline-spacing-x: $kendo-timeline-spacing-x,
|
|
@@ -217,5 +221,6 @@ $kendo-timeline-event-min-height-calc: calc(2 * (#{$kendo-timeline-track-event-o
|
|
|
217
221
|
$kendo-timeline-circle-bg: $kendo-timeline-circle-bg,
|
|
218
222
|
$kendo-timeline-event-width: $kendo-timeline-event-width,
|
|
219
223
|
$kendo-timeline-event-height: $kendo-timeline-event-height,
|
|
224
|
+
$kendo-timeline-card-shadow: $kendo-timeline-card-shadow,
|
|
220
225
|
$kendo-timeline-event-min-height-calc: $kendo-timeline-event-min-height-calc
|
|
221
226
|
);
|
|
@@ -55,7 +55,7 @@ $kendo-tooltip-shadow: k-elevation(2) !default;
|
|
|
55
55
|
|
|
56
56
|
/// The theme colors map for the Tooltip.
|
|
57
57
|
/// @group tooltip
|
|
58
|
-
$kendo-tooltip-theme-colors: ("base", "
|
|
58
|
+
$kendo-tooltip-theme-colors: ("base", "info", "success", "warning", "error", "inverse") !default;
|
|
59
59
|
/// The generated theme colors map for the Tooltip.
|
|
60
60
|
/// @group tooltip
|
|
61
61
|
$kendo-tooltip-theme: tooltip-theme( $kendo-tooltip-theme-colors ) !default;
|
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
/// The width of the border around the Upload.
|
|
8
8
|
/// @group upload
|
|
9
9
|
$kendo-upload-border-width: 1px !default;
|
|
10
|
+
/// The border radius of the Upload.
|
|
11
|
+
/// @group upload
|
|
12
|
+
$kendo-upload-border-radius: null !default;
|
|
10
13
|
/// The font family of the Upload.
|
|
11
14
|
/// @group upload
|
|
12
15
|
$kendo-upload-font-family: var(--kendo-font-family) !default;
|
|
@@ -115,6 +118,7 @@ $kendo-upload-file-info-margin: k-spacing(4) !default;
|
|
|
115
118
|
|
|
116
119
|
@forward "@progress/kendo-theme-core/scss/components/upload/_variables.scss" with (
|
|
117
120
|
$kendo-upload-border-width: $kendo-upload-border-width,
|
|
121
|
+
$kendo-upload-border-radius: $kendo-upload-border-radius,
|
|
118
122
|
$kendo-upload-font-family: $kendo-upload-font-family,
|
|
119
123
|
$kendo-upload-font-size: $kendo-upload-font-size,
|
|
120
124
|
$kendo-upload-line-height: $kendo-upload-line-height,
|
|
@@ -9,11 +9,6 @@
|
|
|
9
9
|
/// @role default
|
|
10
10
|
$kendo-window-default-size: "auto" !default;
|
|
11
11
|
|
|
12
|
-
/// The default theme color of the Window.
|
|
13
|
-
/// @group window
|
|
14
|
-
/// @role default
|
|
15
|
-
$kendo-window-default-theme-color: null !default;
|
|
16
|
-
|
|
17
12
|
/// The width of the border around the Window.
|
|
18
13
|
/// @group window
|
|
19
14
|
$kendo-window-border-width: 1px !default;
|
|
@@ -107,7 +102,6 @@ $kendo-window-titlebar-border: k-color(border) !default;
|
|
|
107
102
|
$kendo-window-titlebar-gradient: null !default;
|
|
108
103
|
|
|
109
104
|
@forward "@progress/kendo-theme-core/scss/components/window/_variables.scss" with (
|
|
110
|
-
$kendo-window-default-theme-color: $kendo-window-default-theme-color,
|
|
111
105
|
$kendo-window-border-width: $kendo-window-border-width,
|
|
112
106
|
$kendo-window-border-radius: $kendo-window-border-radius,
|
|
113
107
|
$kendo-window-font-family: $kendo-window-font-family,
|