@progress/kendo-theme-bootstrap 7.2.1-dev.6 → 7.2.1-dev.8
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 +0 -96
- package/dist/all.scss +95 -209
- package/dist/meta/sassdoc-data.json +438 -546
- package/dist/meta/sassdoc-raw-data.json +219 -269
- package/dist/meta/variables.json +0 -8
- 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/breadcrumb/_variables.scss +1 -1
- package/scss/button/_variables.scss +1 -1
- package/scss/calendar/_variables.scss +1 -1
- package/scss/checkbox/_variables.scss +1 -1
- package/scss/core/color-system/_swatch-legacy.scss +1 -1
- package/scss/dataviz/_variables.scss +11 -11
- package/scss/dock-manager/_variables.scss +1 -1
- package/scss/fab/_theme.scss +6 -6
- package/scss/filter/_variables.scss +1 -1
- package/scss/gantt/_variables.scss +1 -1
- package/scss/grid/_variables.scss +6 -6
- package/scss/input/_variables.scss +3 -10
- package/scss/list/_variables.scss +1 -1
- package/scss/listview/_variables.scss +2 -2
- package/scss/map/_variables.scss +1 -1
- package/scss/mediaplayer/_variables.scss +1 -1
- package/scss/menu/_variables.scss +6 -6
- package/scss/pager/_variables.scss +1 -1
- package/scss/pivotgrid/_variables.scss +1 -1
- package/scss/signature/_variables.scss +1 -1
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_variables.scss +1 -1
- package/scss/spreadsheet/_variables.scss +4 -4
- package/scss/stepper/_variables.scss +3 -3
- package/scss/switch/_variables.scss +2 -2
- package/scss/table/_variables.scss +3 -3
- package/scss/taskboard/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +3 -3
- package/scss/toolbar/_variables.scss +1 -1
- package/scss/treeview/_variables.scss +1 -1
|
@@ -103,7 +103,7 @@ $kendo-stepper-indicator-hover-border: null !default;
|
|
|
103
103
|
$kendo-stepper-indicator-disabled-bg: null !default;
|
|
104
104
|
/// The text color of the disabled Stepper indicator.
|
|
105
105
|
/// @group stepper
|
|
106
|
-
$kendo-stepper-indicator-disabled-text: if($kendo-enable-color-system,
|
|
106
|
+
$kendo-stepper-indicator-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 65%, transparent), $kendo-disabled-text) !default;
|
|
107
107
|
/// The border color of the disabled Stepper indicator.
|
|
108
108
|
/// @group stepper
|
|
109
109
|
$kendo-stepper-indicator-disabled-border: null !default;
|
|
@@ -130,7 +130,7 @@ $kendo-stepper-indicator-done-hover-border: null !default;
|
|
|
130
130
|
|
|
131
131
|
/// The background color of the Stepper's disabled done indicator.
|
|
132
132
|
/// @group stepper
|
|
133
|
-
$kendo-stepper-indicator-done-disabled-bg: if($kendo-enable-color-system,
|
|
133
|
+
$kendo-stepper-indicator-done-disabled-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%)) !default;
|
|
134
134
|
/// The text color of the Stepper's disabled done indicator.
|
|
135
135
|
/// @group stepper
|
|
136
136
|
$kendo-stepper-indicator-done-disabled-text: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg )) !default;
|
|
@@ -182,7 +182,7 @@ $kendo-stepper-label-error-text: $kendo-color-error !default;
|
|
|
182
182
|
$kendo-stepper-label-hover-text: null !default;
|
|
183
183
|
/// The text color of the disabled Stepper label.
|
|
184
184
|
/// @group stepper
|
|
185
|
-
$kendo-stepper-label-disabled-text: if($kendo-enable-color-system,
|
|
185
|
+
$kendo-stepper-label-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 65%, transparent), $kendo-disabled-text) !default;
|
|
186
186
|
|
|
187
187
|
/// The text color of the optional Stepper label.
|
|
188
188
|
/// @group stepper
|
|
@@ -68,7 +68,7 @@ $kendo-switch-off-track-focus-border: if($kendo-enable-color-system, k-color( pr
|
|
|
68
68
|
$kendo-switch-off-track-focus-gradient: null !default;
|
|
69
69
|
/// The ring around the track when the focused Switch is not checked.
|
|
70
70
|
/// @group switch
|
|
71
|
-
$kendo-switch-off-track-focus-ring: .25rem solid if($kendo-enable-color-system,
|
|
71
|
+
$kendo-switch-off-track-focus-ring: .25rem solid if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 )) !default;
|
|
72
72
|
|
|
73
73
|
/// The background of the track when the disabled Switch is not checked.
|
|
74
74
|
/// @group switch
|
|
@@ -150,7 +150,7 @@ $kendo-switch-on-track-focus-border: null !default;
|
|
|
150
150
|
$kendo-switch-on-track-focus-gradient: null !default;
|
|
151
151
|
/// The ring around the track when the focused Switch is checked.
|
|
152
152
|
/// @group switch
|
|
153
|
-
$kendo-switch-on-track-focus-ring: .25rem solid if($kendo-enable-color-system,
|
|
153
|
+
$kendo-switch-on-track-focus-ring: .25rem solid if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-switch-on-track-border, .25 )) !default;
|
|
154
154
|
|
|
155
155
|
/// The background of the track when the disabled Switch is checked.
|
|
156
156
|
/// @group switch
|
|
@@ -111,7 +111,7 @@ $kendo-table-group-row-border: $kendo-table-header-border !default;
|
|
|
111
111
|
|
|
112
112
|
/// Background color of alternating rows in table.
|
|
113
113
|
/// @group table
|
|
114
|
-
$kendo-table-alt-row-bg: if($kendo-enable-color-system,
|
|
114
|
+
$kendo-table-alt-row-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 5%, transparent), rgba( k-contrast-color( $kendo-table-bg ), .04 )) !default;
|
|
115
115
|
/// Text color of alternating rows in table.
|
|
116
116
|
/// @group table
|
|
117
117
|
$kendo-table-alt-row-text: null !default;
|
|
@@ -122,7 +122,7 @@ $kendo-table-alt-row-border: null !default;
|
|
|
122
122
|
|
|
123
123
|
/// Background color of hovered rows in table.
|
|
124
124
|
/// @group table
|
|
125
|
-
$kendo-table-hover-bg: if($kendo-enable-color-system,
|
|
125
|
+
$kendo-table-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 9%, transparent), rgba( k-contrast-color( $kendo-table-bg ), .08 )) !default;
|
|
126
126
|
/// Text color of hovered rows in table.
|
|
127
127
|
/// @group table
|
|
128
128
|
$kendo-table-hover-text: null !default;
|
|
@@ -147,7 +147,7 @@ $kendo-table-focus-shadow: inset 0 0 0 2px rgba( $kendo-color-black, .08) !defau
|
|
|
147
147
|
|
|
148
148
|
/// Background color of selected rows in table.
|
|
149
149
|
/// @group table
|
|
150
|
-
$kendo-table-selected-bg: if($kendo-enable-color-system,
|
|
150
|
+
$kendo-table-selected-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 )) !default;
|
|
151
151
|
/// Text color of selected rows in table.
|
|
152
152
|
/// @group table
|
|
153
153
|
$kendo-table-selected-text: $kendo-table-text !default;
|
|
@@ -239,7 +239,7 @@ $kendo-taskboard-drag-placeholder-border-width: 1px !default;
|
|
|
239
239
|
$kendo-taskboard-drag-placeholder-border-radius: $kendo-taskboard-card-border-radius !default;
|
|
240
240
|
/// The background color of the TaskBoard Card placeholder.
|
|
241
241
|
/// @group taskboard
|
|
242
|
-
$kendo-taskboard-drag-placeholder-bg:
|
|
242
|
+
$kendo-taskboard-drag-placeholder-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 10%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .1 )) !default;
|
|
243
243
|
/// The border color of the TaskBoard Card placeholder.
|
|
244
244
|
/// @group taskboard
|
|
245
245
|
$kendo-taskboard-drag-placeholder-border: $kendo-component-border !default;
|
|
@@ -36,13 +36,13 @@ $kendo-timeline-track-arrow-height: 38px !default;
|
|
|
36
36
|
|
|
37
37
|
/// The background color of the disabled Timeline track arrow.
|
|
38
38
|
/// @group timeline
|
|
39
|
-
$kendo-timeline-track-arrow-disabled-bg: if($kendo-enable-color-system,
|
|
39
|
+
$kendo-timeline-track-arrow-disabled-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( base-subtle ) 65%, transparent), k-true-mix( $kendo-button-bg, $kendo-body-bg, 65% )) !default;
|
|
40
40
|
/// The text color of the disabled Timeline track arrow.
|
|
41
41
|
/// @group timeline
|
|
42
|
-
$kendo-timeline-track-arrow-disabled-text: if($kendo-enable-color-system,
|
|
42
|
+
$kendo-timeline-track-arrow-disabled-text: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 65%, transparent), k-true-mix( $kendo-button-text, $kendo-body-bg, 65% )) !default;
|
|
43
43
|
/// The border color of the disabled Timeline track arrow.
|
|
44
44
|
/// @group timeline
|
|
45
|
-
$kendo-timeline-track-arrow-disabled-border: if($kendo-enable-color-system,
|
|
45
|
+
$kendo-timeline-track-arrow-disabled-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 15%, transparent), k-true-mix( $kendo-button-border, $kendo-body-bg, 65% )) !default;
|
|
46
46
|
|
|
47
47
|
/// The size of the Timeline track.
|
|
48
48
|
/// @group timeline
|
|
@@ -82,7 +82,7 @@ $kendo-toolbar-input-width: 10em !default;
|
|
|
82
82
|
|
|
83
83
|
/// The box shadow of the focused Toolbar item.
|
|
84
84
|
/// @group toolbar
|
|
85
|
-
$kendo-toolbar-item-shadow: 0 0 0 .25rem if($kendo-enable-color-system,
|
|
85
|
+
$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
86
|
|
|
87
87
|
/// Border width of the flat Toolbar.
|
|
88
88
|
/// @group toolbar
|
|
@@ -151,7 +151,7 @@ $kendo-treeview-item-selected-gradient: null !default;
|
|
|
151
151
|
|
|
152
152
|
/// The box shadow of focused TreeView items.
|
|
153
153
|
/// @group treeview
|
|
154
|
-
$kendo-treeview-item-focus-shadow: inset 0 0 0 2px if($kendo-enable-color-system,
|
|
154
|
+
$kendo-treeview-item-focus-shadow: inset 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 15%, transparent), rgba( $kendo-treeview-text, .15 )) !default;
|
|
155
155
|
|
|
156
156
|
/// The background color of the Load More button in the TreeView.
|
|
157
157
|
/// @group treeview
|