@progress/kendo-theme-default 10.6.0 → 11.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/default-blue.css +1 -1
- package/dist/default-blue.scss +1 -1
- package/dist/default-dataviz-v4.css +1 -1
- package/dist/default-dataviz-v4.scss +1 -1
- package/dist/default-green.css +1 -1
- package/dist/default-green.scss +1 -1
- package/dist/default-main-dark.css +1 -1
- package/dist/default-main-dark.scss +1 -1
- package/dist/default-main.css +1 -1
- package/dist/default-main.scss +1 -5
- package/dist/default-nordic.css +1 -1
- package/dist/default-nordic.scss +1 -1
- package/dist/default-ocean-blue-a11y.css +1 -1
- package/dist/default-ocean-blue-a11y.scss +3 -1
- package/dist/default-ocean-blue.css +1 -1
- package/dist/default-ocean-blue.scss +1 -1
- package/dist/default-orange.css +1 -1
- package/dist/default-orange.scss +1 -1
- package/dist/default-purple.css +1 -1
- package/dist/default-purple.scss +1 -1
- package/dist/default-turquoise.css +1 -1
- package/dist/default-turquoise.scss +3 -2
- package/dist/default-urban.css +1 -1
- package/dist/default-urban.scss +1 -1
- package/dist/meta/sassdoc-data.json +1476 -1746
- package/dist/meta/sassdoc-raw-data.json +732 -857
- package/dist/meta/variables.json +166 -329
- package/lib/swatches/default-blue.json +1 -182
- package/lib/swatches/default-dataviz-v4.json +1 -47
- package/lib/swatches/default-green.json +1 -182
- package/lib/swatches/default-main-dark.json +1 -207
- package/lib/swatches/default-main.json +2 -184
- package/lib/swatches/default-nordic.json +1 -182
- package/lib/swatches/default-ocean-blue-a11y.json +2 -192
- package/lib/swatches/default-ocean-blue.json +2 -205
- package/lib/swatches/default-orange.json +1 -182
- package/lib/swatches/default-purple.json +1 -182
- package/lib/swatches/default-turquoise.json +1 -167
- package/lib/swatches/default-urban.json +1 -182
- package/package.json +4 -4
- package/scss/action-sheet/_variables.scss +9 -8
- package/scss/adaptive/_variables.scss +13 -13
- package/scss/appbar/_variables.scss +19 -5
- package/scss/avatar/_variables.scss +12 -1
- package/scss/badge/_variables.scss +15 -1
- package/scss/bottom-navigation/_variables.scss +18 -4
- package/scss/breadcrumb/_variables.scss +8 -8
- package/scss/button/_variables.scss +22 -13
- package/scss/calendar/_variables.scss +18 -18
- package/scss/captcha/_variables.scss +3 -3
- package/scss/card/_variables.scss +23 -9
- package/scss/chart-wizard/_variables.scss +4 -4
- package/scss/chat/_variables.scss +13 -13
- package/scss/checkbox/_variables.scss +7 -7
- package/scss/chip/_variables.scss +11 -11
- package/scss/color-preview/_variables.scss +3 -3
- package/scss/coloreditor/_variables.scss +3 -3
- package/scss/colorgradient/_variables.scss +4 -4
- package/scss/core/_index.scss +8 -3
- package/scss/dataviz/_variables.scss +61 -47
- package/scss/dialog/_variables.scss +5 -5
- package/scss/dock-manager/_variables.scss +6 -6
- package/scss/draggable/_variables.scss +4 -4
- package/scss/drawer/_variables.scss +9 -9
- package/scss/dropzone/_variables.scss +6 -6
- package/scss/editor/_variables.scss +11 -4
- package/scss/expansion-panel/_variables.scss +5 -5
- package/scss/fab/_variables.scss +15 -4
- package/scss/filemanager/_variables.scss +5 -5
- package/scss/filter/_variables.scss +2 -2
- package/scss/forms/_variables.scss +3 -3
- package/scss/gantt/_variables.scss +24 -24
- package/scss/grid/_variables.scss +12 -12
- package/scss/imageeditor/_variables.scss +4 -4
- package/scss/index.scss +3 -0
- package/scss/input/_variables.scss +16 -16
- package/scss/list/_variables.scss +8 -8
- package/scss/listbox/_variables.scss +3 -3
- package/scss/listgroup/_variables.scss +3 -3
- package/scss/listview/_variables.scss +4 -4
- package/scss/loader/_variables.scss +17 -3
- package/scss/map/_variables.scss +5 -5
- package/scss/marquee/_index.scss +16 -0
- package/scss/marquee/_layout.scss +6 -0
- package/scss/marquee/_theme.scss +6 -0
- package/scss/marquee/_variables.scss +11 -0
- package/scss/mediaplayer/_variables.scss +4 -4
- package/scss/menu/_variables.scss +8 -8
- package/scss/messagebox/_variables.scss +15 -1
- package/scss/no-data/_variables.scss +1 -1
- package/scss/notification/_functions.scss +1 -1
- package/scss/notification/_variables.scss +15 -4
- package/scss/orgchart/_variables.scss +8 -8
- package/scss/overlay/_variables.scss +12 -1
- package/scss/pager/_variables.scss +3 -3
- package/scss/panel/_variables.scss +3 -3
- package/scss/panelbar/_variables.scss +12 -12
- package/scss/pdf-viewer/_variables.scss +13 -13
- package/scss/pivotgrid/_variables.scss +22 -22
- package/scss/popover/_variables.scss +3 -3
- package/scss/popup/_variables.scss +3 -3
- package/scss/progressbar/_variables.scss +8 -8
- package/scss/prompt/_variables.scss +12 -12
- package/scss/rating/_variables.scss +4 -4
- package/scss/scheduler/_variables.scss +17 -14
- package/scss/scrollview/_variables.scss +5 -5
- package/scss/signature/_variables.scss +1 -1
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_variables.scss +10 -10
- package/scss/splitter/_variables.scss +8 -8
- package/scss/spreadsheet/_variables.scss +25 -25
- package/scss/stepper/_variables.scss +15 -15
- package/scss/switch/_variables.scss +13 -13
- package/scss/table/_variables.scss +10 -10
- package/scss/tabstrip/_variables.scss +12 -12
- package/scss/taskboard/_variables.scss +14 -14
- package/scss/tilelayout/_variables.scss +2 -2
- package/scss/timeline/_variables.scss +6 -6
- package/scss/timeselector/_variables.scss +13 -8
- package/scss/toolbar/_variables.scss +7 -7
- package/scss/tooltip/_functions.scss +1 -1
- package/scss/tooltip/_variables.scss +14 -3
- package/scss/treeview/_variables.scss +8 -8
- package/scss/typography/_variables.scss +3 -3
- package/scss/upload/_variables.scss +13 -13
- package/scss/window/_variables.scss +8 -8
- package/scss/core/color-system/_swatch-legacy.scss +0 -222
package/scss/fab/_variables.scss
CHANGED
|
@@ -97,7 +97,18 @@ $kendo-fab-item-icon-border-radius: 50% !default;
|
|
|
97
97
|
|
|
98
98
|
/// The theme colors map for the FAB.
|
|
99
99
|
/// @group floating-action-button
|
|
100
|
-
$kendo-fab-theme-colors:
|
|
100
|
+
$kendo-fab-theme-colors: (
|
|
101
|
+
"primary": k-color(primary),
|
|
102
|
+
"secondary": k-color(secondary),
|
|
103
|
+
"tertiary": k-color(tertiary),
|
|
104
|
+
"info": k-color(info),
|
|
105
|
+
"success": k-color(success),
|
|
106
|
+
"warning": k-color(warning),
|
|
107
|
+
"error": k-color(error),
|
|
108
|
+
"dark": k-color(dark),
|
|
109
|
+
"light": k-color(light),
|
|
110
|
+
"inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
|
|
111
|
+
) !default;
|
|
101
112
|
|
|
102
113
|
/// The size map for the FAB.
|
|
103
114
|
/// @group floating-action-button
|
|
@@ -134,13 +145,13 @@ $kendo-fab-outline-width: k-spacing(0.5) !default;
|
|
|
134
145
|
|
|
135
146
|
/// The base text color of the FAB item.
|
|
136
147
|
/// @group floating-action-button
|
|
137
|
-
$kendo-fab-item-text:
|
|
148
|
+
$kendo-fab-item-text: k-color(on-app-surface) !default;
|
|
138
149
|
/// The base background color of the FAB item.
|
|
139
150
|
/// @group floating-action-button
|
|
140
|
-
$kendo-fab-item-bg:
|
|
151
|
+
$kendo-fab-item-bg: k-color(surface-alt) !default;
|
|
141
152
|
/// The base border color of the FAB item.
|
|
142
153
|
/// @group floating-action-button
|
|
143
|
-
$kendo-fab-item-border:
|
|
154
|
+
$kendo-fab-item-border: k-color(border) !default;
|
|
144
155
|
|
|
145
156
|
/// The base text color of the FAB item icon.
|
|
146
157
|
/// @group floating-action-button
|
|
@@ -21,13 +21,13 @@ $kendo-file-manager-font-size: var( --kendo-font-size, inherit ) !default;
|
|
|
21
21
|
$kendo-file-manager-line-height: var( --kendo-line-height, normal ) !default;
|
|
22
22
|
/// The background color of the FileManager.
|
|
23
23
|
/// @group file-manager
|
|
24
|
-
$kendo-file-manager-bg:
|
|
24
|
+
$kendo-file-manager-bg: k-color(surface-alt) !default;
|
|
25
25
|
/// The text color of the FileManager.
|
|
26
26
|
/// @group file-manager
|
|
27
|
-
$kendo-file-manager-text:
|
|
27
|
+
$kendo-file-manager-text: k-color(on-app-surface) !default;
|
|
28
28
|
/// The border color of the FileManager.
|
|
29
29
|
/// @group file-manager
|
|
30
|
-
$kendo-file-manager-border:
|
|
30
|
+
$kendo-file-manager-border: k-color(border) !default;
|
|
31
31
|
|
|
32
32
|
/// The border width of the FileManager Toolbar.
|
|
33
33
|
/// @group file-manager
|
|
@@ -123,7 +123,7 @@ $kendo-file-manager-listview-item-border: null !default;
|
|
|
123
123
|
$kendo-file-manager-listview-item-icon-bg: null !default;
|
|
124
124
|
/// The text color of the FileManager ListView item icon.
|
|
125
125
|
/// @group file-manager
|
|
126
|
-
$kendo-file-manager-listview-item-icon-text:
|
|
126
|
+
$kendo-file-manager-listview-item-icon-text: k-color(subtle) !default;
|
|
127
127
|
/// The border color of the FileManager ListView item icon.
|
|
128
128
|
/// @group file-manager
|
|
129
129
|
$kendo-file-manager-listview-item-icon-border: null !default;
|
|
@@ -180,7 +180,7 @@ $kendo-file-manager-preview-border: null !default;
|
|
|
180
180
|
$kendo-file-manager-preview-icon-bg: null !default;
|
|
181
181
|
/// The text color of the FileManager preview icon.
|
|
182
182
|
/// @group file-manager
|
|
183
|
-
$kendo-file-manager-preview-icon-text:
|
|
183
|
+
$kendo-file-manager-preview-icon-text: k-color(subtle) !default;
|
|
184
184
|
/// The border color of the FileManager preview icon.
|
|
185
185
|
/// @group file-manager
|
|
186
186
|
$kendo-file-manager-preview-icon-border: null !default;
|
|
@@ -22,10 +22,10 @@ $kendo-filter-operator-dropdown-width: 15em !default;
|
|
|
22
22
|
|
|
23
23
|
/// The text color of the Filter preview field.
|
|
24
24
|
/// @group filter
|
|
25
|
-
$kendo-filter-preview-field-text:
|
|
25
|
+
$kendo-filter-preview-field-text: k-color(primary) !default;
|
|
26
26
|
/// The text color of the Filter preview operator.
|
|
27
27
|
/// @group filter
|
|
28
|
-
$kendo-filter-preview-operator-text:
|
|
28
|
+
$kendo-filter-preview-operator-text: k-color(subtle) !default;
|
|
29
29
|
|
|
30
30
|
/// The box shadow of the focused Filter toolbar.
|
|
31
31
|
/// @group filter
|
|
@@ -48,7 +48,7 @@ $kendo-form-legend-border-width: 0 0 2px !default;
|
|
|
48
48
|
$kendo-form-legend-border-style: solid !default;
|
|
49
49
|
/// The border color of the Form legend.
|
|
50
50
|
/// @group form
|
|
51
|
-
$kendo-form-legend-border-color:
|
|
51
|
+
$kendo-form-legend-border-color: k-color(border) !default;
|
|
52
52
|
/// The width of the Form legend.
|
|
53
53
|
/// @group form
|
|
54
54
|
$kendo-form-legend-width: 100% !default;
|
|
@@ -125,7 +125,7 @@ $kendo-inline-form-field-padding-y: calc( #{k-spacing(1)} + #{$kendo-input-borde
|
|
|
125
125
|
|
|
126
126
|
/// The invalid text color of the Form.
|
|
127
127
|
/// @group form
|
|
128
|
-
$kendo-forms-invalid-color:
|
|
128
|
+
$kendo-forms-invalid-color: k-color(error) !default;
|
|
129
129
|
|
|
130
130
|
|
|
131
131
|
/// The horizontal margin of the optional label in the Form.
|
|
@@ -175,7 +175,7 @@ $kendo-form-field-info-margin: k-spacing(2) !default;
|
|
|
175
175
|
$kendo-fieldset-legend-bg: null !default;
|
|
176
176
|
/// The text color of the Form legend.
|
|
177
177
|
/// @group form
|
|
178
|
-
$kendo-fieldset-legend-text:
|
|
178
|
+
$kendo-fieldset-legend-text: k-color(on-app-surface) !default;
|
|
179
179
|
/// The border color of the Form legend.
|
|
180
180
|
/// @group form
|
|
181
181
|
$kendo-fieldset-legend-border: null !default;
|
|
@@ -21,13 +21,13 @@ $kendo-gantt-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
21
21
|
|
|
22
22
|
/// The background color of the Gantt.
|
|
23
23
|
/// @group gantt
|
|
24
|
-
$kendo-gantt-bg:
|
|
24
|
+
$kendo-gantt-bg: k-color(surface-alt) !default;
|
|
25
25
|
/// The text color of the Gantt.
|
|
26
26
|
/// @group gantt
|
|
27
|
-
$kendo-gantt-text:
|
|
27
|
+
$kendo-gantt-text: k-color(on-app-surface) !default;
|
|
28
28
|
/// The border color of the Gantt.
|
|
29
29
|
/// @group gantt
|
|
30
|
-
$kendo-gantt-border:
|
|
30
|
+
$kendo-gantt-border: k-color(border) !default;
|
|
31
31
|
|
|
32
32
|
/// The background color of the Gantt TreeList.
|
|
33
33
|
/// @group gantt
|
|
@@ -41,7 +41,7 @@ $kendo-gantt-treelist-border: null !default;
|
|
|
41
41
|
|
|
42
42
|
/// The background color of the Gantt non-working days.
|
|
43
43
|
/// @group gantt
|
|
44
|
-
$kendo-gantt-nonwork-bg:
|
|
44
|
+
$kendo-gantt-nonwork-bg: color-mix(in srgb, k-color(on-base) 3%, transparent) !default;
|
|
45
45
|
/// The text color of the Gantt non-working days.
|
|
46
46
|
/// @group gantt
|
|
47
47
|
$kendo-gantt-nonwork-text: null !default;
|
|
@@ -54,10 +54,10 @@ $kendo-gantt-nonwork-border: null !default;
|
|
|
54
54
|
$kendo-gantt-line-size: 2px !default;
|
|
55
55
|
/// The background fill color of the Gantt connecting lines.
|
|
56
56
|
/// @group gantt
|
|
57
|
-
$kendo-gantt-line-fill:
|
|
57
|
+
$kendo-gantt-line-fill: k-color(on-base) !default;
|
|
58
58
|
/// The background fill of the selected Gantt connecting lines.
|
|
59
59
|
/// @group gantt
|
|
60
|
-
$kendo-gantt-line-selected-fill:
|
|
60
|
+
$kendo-gantt-line-selected-fill: k-color(primary) !default;
|
|
61
61
|
|
|
62
62
|
/// The size of the Gantt task dot.
|
|
63
63
|
/// @group gantt
|
|
@@ -86,23 +86,23 @@ $kendo-gantt-milestone-bg: $kendo-gantt-text !default;
|
|
|
86
86
|
$kendo-gantt-milestone-border: $kendo-gantt-border !default;
|
|
87
87
|
/// The background color of the selected Gantt milestone.
|
|
88
88
|
/// @group gantt
|
|
89
|
-
$kendo-gantt-milestone-selected-bg:
|
|
89
|
+
$kendo-gantt-milestone-selected-bg: k-color(primary) !default;
|
|
90
90
|
/// The border color of the selected Gantt milestone.
|
|
91
91
|
/// @group gantt
|
|
92
|
-
$kendo-gantt-milestone-selected-border:
|
|
92
|
+
$kendo-gantt-milestone-selected-border: k-color(border) !default;
|
|
93
93
|
|
|
94
94
|
/// The background color of the Gantt summary.
|
|
95
95
|
/// @group gantt
|
|
96
|
-
$kendo-gantt-summary-bg:
|
|
96
|
+
$kendo-gantt-summary-bg: k-color(subtle) !default;
|
|
97
97
|
/// The background color of the Gantt summary progress.
|
|
98
98
|
/// @group gantt
|
|
99
|
-
$kendo-gantt-summary-progress-bg:
|
|
99
|
+
$kendo-gantt-summary-progress-bg: k-color(on-base) !default;
|
|
100
100
|
/// The background color of the selected Gantt summary.
|
|
101
101
|
/// @group gantt
|
|
102
|
-
$kendo-gantt-summary-selected-bg:
|
|
102
|
+
$kendo-gantt-summary-selected-bg: k-color(primary-subtle-active) !default;
|
|
103
103
|
/// The background color of the selected Gantt summary progress.
|
|
104
104
|
/// @group gantt
|
|
105
|
-
$kendo-gantt-summary-progress-selected-bg:
|
|
105
|
+
$kendo-gantt-summary-progress-selected-bg: k-color(primary) !default;
|
|
106
106
|
|
|
107
107
|
/// The border width of the Gantt task.
|
|
108
108
|
/// @group gantt
|
|
@@ -115,10 +115,10 @@ $kendo-gantt-task-padding-x: k-spacing(2) !default;
|
|
|
115
115
|
$kendo-gantt-task-padding-y: k-spacing(1) !default;
|
|
116
116
|
/// The background color of the Gantt task.
|
|
117
117
|
/// @group gantt
|
|
118
|
-
$kendo-gantt-task-bg:
|
|
118
|
+
$kendo-gantt-task-bg: k-color(subtle) !default;
|
|
119
119
|
/// The text color of the Gantt task.
|
|
120
120
|
/// @group gantt
|
|
121
|
-
$kendo-gantt-task-text:
|
|
121
|
+
$kendo-gantt-task-text: k-color(base) !default;
|
|
122
122
|
/// The border color of the Gantt task.
|
|
123
123
|
/// @group gantt
|
|
124
124
|
$kendo-gantt-task-border: null !default;
|
|
@@ -127,16 +127,16 @@ $kendo-gantt-task-border: null !default;
|
|
|
127
127
|
$kendo-gantt-task-progress-bg: $kendo-gantt-text !default;
|
|
128
128
|
/// The background color of selected the Gantt task.
|
|
129
129
|
/// @group gantt
|
|
130
|
-
$kendo-gantt-task-selected-bg:
|
|
130
|
+
$kendo-gantt-task-selected-bg: k-color(primary-subtle-active) !default;
|
|
131
131
|
/// The text color of the selected Gantt task.
|
|
132
132
|
/// @group gantt
|
|
133
|
-
$kendo-gantt-task-selected-text:
|
|
133
|
+
$kendo-gantt-task-selected-text: k-color(on-primary) !default;
|
|
134
134
|
/// The border color of the selected Gantt task.
|
|
135
135
|
/// @group gantt
|
|
136
136
|
$kendo-gantt-task-selected-border: null !default;
|
|
137
137
|
/// The background color of the selected Gantt task progress.
|
|
138
138
|
/// @group gantt
|
|
139
|
-
$kendo-gantt-task-progress-selected-bg:
|
|
139
|
+
$kendo-gantt-task-progress-selected-bg: k-color(primary) !default;
|
|
140
140
|
|
|
141
141
|
/// The padding of the Gantt task actions.
|
|
142
142
|
/// @group gantt
|
|
@@ -205,24 +205,24 @@ $kendo-gantt-planned-offset-resize-handler-margin-x: 1.4em !default;
|
|
|
205
205
|
|
|
206
206
|
/// The background color of the Gantt planned Tooltip.
|
|
207
207
|
/// @group gantt
|
|
208
|
-
$kendo-gantt-planned-bg:
|
|
208
|
+
$kendo-gantt-planned-bg: k-color(primary) !default;
|
|
209
209
|
/// The border color of the Gantt planned Tooltip.
|
|
210
210
|
/// @group gantt
|
|
211
211
|
$kendo-gantt-planned-border: $kendo-gantt-planned-bg !default;
|
|
212
212
|
|
|
213
213
|
/// The background color of the Gantt delayed task.
|
|
214
214
|
/// @group gantt
|
|
215
|
-
$kendo-gantt-delayed-bg:
|
|
215
|
+
$kendo-gantt-delayed-bg: k-color(error) !default;
|
|
216
216
|
/// The complement background color of the Gantt delayed task.
|
|
217
217
|
/// @group gantt
|
|
218
|
-
$kendo-gantt-delayed-bg-lighter:
|
|
218
|
+
$kendo-gantt-delayed-bg-lighter: k-color(error-emphasis) !default;
|
|
219
219
|
|
|
220
220
|
/// The background color of the Gantt advanced task.
|
|
221
221
|
/// @group gantt
|
|
222
|
-
$kendo-gantt-advanced-bg:
|
|
222
|
+
$kendo-gantt-advanced-bg: k-color(success) !default;
|
|
223
223
|
/// The complement background color of the Gantt advanced task.
|
|
224
224
|
/// @group gantt
|
|
225
|
-
$kendo-gantt-advanced-bg-lighter:
|
|
225
|
+
$kendo-gantt-advanced-bg-lighter: k-color(success-emphasis) !default;
|
|
226
226
|
|
|
227
227
|
/// The text color of the Gantt delayed task action.
|
|
228
228
|
/// @group gantt
|
|
@@ -242,10 +242,10 @@ $kendo-gantt-validation-tooltip-label-width: 50px !default;
|
|
|
242
242
|
$kendo-gantt-validation-tooltip-border: #656565 !default;
|
|
243
243
|
/// The border color of the valid Gantt validation Tooltip.
|
|
244
244
|
/// @group gantt
|
|
245
|
-
$kendo-gantt-validation-tooltip-valid-border:
|
|
245
|
+
$kendo-gantt-validation-tooltip-valid-border: k-color(success) !default;
|
|
246
246
|
/// The border color of the invalid Gantt validation Tooltip.
|
|
247
247
|
/// @group gantt
|
|
248
|
-
$kendo-gantt-validation-tooltip-invalid-border:
|
|
248
|
+
$kendo-gantt-validation-tooltip-invalid-border: k-color(error)!default;
|
|
249
249
|
|
|
250
250
|
/// The horizontal padding of the Gantt task Tooltip.
|
|
251
251
|
/// @group gantt
|
|
@@ -230,12 +230,12 @@ $kendo-grid-selection-aggregates-line-height: $kendo-grid-line-height !default;
|
|
|
230
230
|
/// @group grid
|
|
231
231
|
$kendo-grid-selection-aggregates-font-weight: var( --kendo-font-weight-bold, normal ) !default;
|
|
232
232
|
|
|
233
|
-
$kendo-grid-grouping-row-bg:
|
|
233
|
+
$kendo-grid-grouping-row-bg: k-color(surface) !default;
|
|
234
234
|
$kendo-grid-grouping-row-text: $kendo-grid-text !default;
|
|
235
235
|
|
|
236
236
|
$kendo-grid-sorted-icon-spacing: calc( #{k-spacing(2)} - 1px ) !default;
|
|
237
|
-
$kendo-grid-sorted-bg:
|
|
238
|
-
$kendo-grid-sorting-indicator-text:
|
|
237
|
+
$kendo-grid-sorted-bg: color-mix(in srgb, k-color(on-app-surface) 3%, transparent) !default;
|
|
238
|
+
$kendo-grid-sorting-indicator-text: k-color(primary) !default;
|
|
239
239
|
$kendo-grid-sorting-index-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
240
240
|
$kendo-grid-sorting-index-height: $kendo-icon-size !default;
|
|
241
241
|
$kendo-grid-sorting-index-spacing-y: calc( #{$kendo-icon-spacing} / 2 ) !default;
|
|
@@ -249,12 +249,12 @@ $kendo-grid-command-cell-button-spacing: k-spacing(2) !default;
|
|
|
249
249
|
$kendo-grid-command-cell-padding-y: calc( #{$kendo-grid-cell-padding-y} - (#{$kendo-button-calc-size} - #{$kendo-line-height-em}) / 2 ) !default;
|
|
250
250
|
|
|
251
251
|
// Must be a solid color
|
|
252
|
-
$kendo-grid-sticky-bg:
|
|
252
|
+
$kendo-grid-sticky-bg: k-color(surface-alt) !default;
|
|
253
253
|
$kendo-grid-sticky-text: $kendo-grid-text !default;
|
|
254
254
|
$kendo-grid-sticky-border: rgba( black, .3 ) !default;
|
|
255
255
|
|
|
256
256
|
// Must be a solid color
|
|
257
|
-
$kendo-grid-sticky-alt-bg:
|
|
257
|
+
$kendo-grid-sticky-alt-bg: k-color(base) !default;
|
|
258
258
|
|
|
259
259
|
$kendo-grid-sticky-header-bg: $kendo-grid-header-bg !default;
|
|
260
260
|
$kendo-grid-sticky-header-text: $kendo-grid-header-text !default;
|
|
@@ -263,12 +263,12 @@ $kendo-grid-sticky-header-border: $kendo-grid-sticky-border !default;
|
|
|
263
263
|
$kendo-grid-sticky-footer-bg: $kendo-grid-header-bg !default;
|
|
264
264
|
$kendo-grid-sticky-footer-hover-bg: $kendo-grid-hover-bg !default;
|
|
265
265
|
|
|
266
|
-
$kendo-grid-sticky-selected-bg:
|
|
267
|
-
$kendo-grid-sticky-selected-alt-bg:
|
|
266
|
+
$kendo-grid-sticky-selected-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
|
|
267
|
+
$kendo-grid-sticky-selected-alt-bg: color-mix(in srgb, k-color(primary) 24%, transparent) !default;
|
|
268
268
|
|
|
269
269
|
// Must be a solid color
|
|
270
|
-
$kendo-grid-sticky-hover-bg:
|
|
271
|
-
$kendo-grid-sticky-selected-hover-bg:
|
|
270
|
+
$kendo-grid-sticky-hover-bg: k-color(base-hover) !default;
|
|
271
|
+
$kendo-grid-sticky-selected-hover-bg: color-mix(in srgb, k-color(primary) 24%, transparent) !default;
|
|
272
272
|
|
|
273
273
|
$kendo-grid-column-menu-width: 230px !default;
|
|
274
274
|
$kendo-grid-column-menu-max-width: 320px !default;
|
|
@@ -305,7 +305,7 @@ $kendo-grid-column-menu-group-header-border: $kendo-popup-border !default;
|
|
|
305
305
|
$kendo-grid-column-menu-tabbed-tabstrip-content-padding-x: k-spacing(0) !default;
|
|
306
306
|
$kendo-grid-column-menu-tabbed-tabstrip-content-padding-y: k-spacing(2) !default;
|
|
307
307
|
|
|
308
|
-
$kendo-grid-column-menu-tabbed-bg:
|
|
308
|
+
$kendo-grid-column-menu-tabbed-bg: k-color(surface) !default;
|
|
309
309
|
|
|
310
310
|
$kendo-grid-drag-cell-width: ($kendo-icon-size * 2.25) !default;
|
|
311
311
|
|
|
@@ -319,10 +319,10 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
319
319
|
|
|
320
320
|
/// The background color of the Grid row resize indicator.
|
|
321
321
|
/// @group grid
|
|
322
|
-
$kendo-grid-row-resizer-hover-bg:
|
|
322
|
+
$kendo-grid-row-resizer-hover-bg: color-mix(in srgb, k-color(on-base) 20%, transparent) !default;
|
|
323
323
|
/// The background color of the active Grid row resize indicator.
|
|
324
324
|
/// @group grid
|
|
325
|
-
$kendo-grid-row-resizer-active-bg:
|
|
325
|
+
$kendo-grid-row-resizer-active-bg: k-color(primary) !default;
|
|
326
326
|
/// The height of the Grid row resize indicator.
|
|
327
327
|
/// @group grid
|
|
328
328
|
$kendo-grid-row-resizer-height: k-spacing(0.5) !default;
|
|
@@ -25,15 +25,15 @@ $kendo-image-editor-resize-handle-margin-y: k-spacing(1px) !default;
|
|
|
25
25
|
$kendo-image-editor-resize-handle-border-width: 0 2px 2px 0 !default;
|
|
26
26
|
$kendo-image-editor-resize-handle-size: 15px !default;
|
|
27
27
|
|
|
28
|
-
$kendo-image-editor-bg:
|
|
29
|
-
$kendo-image-editor-text:
|
|
30
|
-
$kendo-image-editor-border:
|
|
28
|
+
$kendo-image-editor-bg: k-color(surface-alt) !default;
|
|
29
|
+
$kendo-image-editor-text: k-color(on-app-surface) !default;
|
|
30
|
+
$kendo-image-editor-border: k-color(border) !default;
|
|
31
31
|
|
|
32
32
|
$kendo-image-editor-content-bg: #c6c6c6 !default;
|
|
33
33
|
$kendo-image-editor-content-text: null !default;
|
|
34
34
|
$kendo-image-editor-content-border: null !default;
|
|
35
35
|
|
|
36
|
-
$kendo-image-editor-action-pane-bg:
|
|
36
|
+
$kendo-image-editor-action-pane-bg: k-color(surface) !default;
|
|
37
37
|
$kendo-image-editor-action-pane-text: null !default;
|
|
38
38
|
$kendo-image-editor-action-pane-border: null !default;
|
|
39
39
|
|
package/scss/index.scss
CHANGED
|
@@ -116,6 +116,7 @@
|
|
|
116
116
|
@forward "./signature/_index.scss";
|
|
117
117
|
@forward "./otp/_index.scss";
|
|
118
118
|
@forward "./column-menu/_index.scss";
|
|
119
|
+
@forward "./marquee/_index.scss";
|
|
119
120
|
|
|
120
121
|
|
|
121
122
|
// Use component modules
|
|
@@ -152,6 +153,7 @@
|
|
|
152
153
|
@use "./loader/_index.scss" as *;
|
|
153
154
|
@use "./skeleton/_index.scss" as *;
|
|
154
155
|
@use "./time-marker/_index.scss" as *;
|
|
156
|
+
@use "./marquee/_index.scss" as *;
|
|
155
157
|
|
|
156
158
|
|
|
157
159
|
// Native forms
|
|
@@ -325,6 +327,7 @@
|
|
|
325
327
|
@include kendo-skeleton--styles();
|
|
326
328
|
@include kendo-tooltip--styles();
|
|
327
329
|
@include kendo-time-marker--styles();
|
|
330
|
+
@include kendo-marquee--styles();
|
|
328
331
|
|
|
329
332
|
|
|
330
333
|
// Form helpers
|
|
@@ -110,13 +110,13 @@ $kendo-input-sizes: (
|
|
|
110
110
|
|
|
111
111
|
/// The background color of the Input components.
|
|
112
112
|
/// @group input
|
|
113
|
-
$kendo-input-bg:
|
|
113
|
+
$kendo-input-bg: k-color(surface-alt) !default;
|
|
114
114
|
/// The text color of the Input components.
|
|
115
115
|
/// @group input
|
|
116
|
-
$kendo-input-text:
|
|
116
|
+
$kendo-input-text: k-color(on-app-surface) !default;
|
|
117
117
|
/// The border color of the Input components.
|
|
118
118
|
/// @group input
|
|
119
|
-
$kendo-input-border:
|
|
119
|
+
$kendo-input-border: k-color(border) !default;
|
|
120
120
|
/// The shadow of the Input components.
|
|
121
121
|
/// @group input
|
|
122
122
|
$kendo-input-shadow: null !default;
|
|
@@ -129,7 +129,7 @@ $kendo-input-hover-bg: null !default;
|
|
|
129
129
|
$kendo-input-hover-text: null !default;
|
|
130
130
|
/// The border color of the hovered Input components.
|
|
131
131
|
/// @group input
|
|
132
|
-
$kendo-input-hover-border:
|
|
132
|
+
$kendo-input-hover-border: k-color(border-alt) !default;
|
|
133
133
|
/// The shadow of the hovered Input components.
|
|
134
134
|
/// @group input
|
|
135
135
|
$kendo-input-hover-shadow: null !default;
|
|
@@ -145,7 +145,7 @@ $kendo-input-focus-text: null !default;
|
|
|
145
145
|
$kendo-input-focus-border: $kendo-input-hover-border !default;
|
|
146
146
|
/// The shadow of the focused Input components.
|
|
147
147
|
/// @group input
|
|
148
|
-
$kendo-input-focus-shadow: 0 0 0 2px
|
|
148
|
+
$kendo-input-focus-shadow: 0 0 0 2px color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
|
|
149
149
|
|
|
150
150
|
/// The background color of the selected Input components.
|
|
151
151
|
/// @group input
|
|
@@ -178,7 +178,7 @@ $kendo-input-outline-bg: null !default;
|
|
|
178
178
|
$kendo-input-outline-text: $kendo-input-text !default;
|
|
179
179
|
/// The border color of the outline Input components.
|
|
180
180
|
/// @group input
|
|
181
|
-
$kendo-input-outline-border:
|
|
181
|
+
$kendo-input-outline-border: color-mix(in srgb, k-color(on-base) 50%, transparent) !default;
|
|
182
182
|
|
|
183
183
|
/// The background color of the outline hovered Input components.
|
|
184
184
|
/// @group input
|
|
@@ -188,7 +188,7 @@ $kendo-input-outline-hover-bg: null !default;
|
|
|
188
188
|
$kendo-input-outline-hover-text: null !default;
|
|
189
189
|
/// The border color of the outline hovered Input components.
|
|
190
190
|
/// @group input
|
|
191
|
-
$kendo-input-outline-hover-border:
|
|
191
|
+
$kendo-input-outline-hover-border: color-mix(in srgb, k-color(on-base) 80%, transparent) !default;
|
|
192
192
|
|
|
193
193
|
/// The background color of the outline focused Input components.
|
|
194
194
|
/// @group input
|
|
@@ -238,7 +238,7 @@ $kendo-input-flat-focus-shadow: $kendo-input-focus-shadow !default;
|
|
|
238
238
|
|
|
239
239
|
/// The text color of the Input placeholder.
|
|
240
240
|
/// @group input
|
|
241
|
-
$kendo-input-placeholder-text:
|
|
241
|
+
$kendo-input-placeholder-text: k-color(subtle) !default;
|
|
242
242
|
/// The opacity of the Input placeholder.
|
|
243
243
|
/// @group input
|
|
244
244
|
$kendo-input-placeholder-opacity: 1 !default;
|
|
@@ -285,17 +285,17 @@ $kendo-input-separator-opacity: .5 !default;
|
|
|
285
285
|
|
|
286
286
|
/// The text color of the Input prefix.
|
|
287
287
|
/// @group input
|
|
288
|
-
$kendo-input-prefix-text:
|
|
288
|
+
$kendo-input-prefix-text: k-color(subtle) !default;
|
|
289
289
|
/// The text color of the Input suffix.
|
|
290
290
|
/// @group input
|
|
291
|
-
$kendo-input-suffix-text:
|
|
291
|
+
$kendo-input-suffix-text: k-color(subtle) !default;
|
|
292
292
|
|
|
293
293
|
/// The border color of the invalid Input components.
|
|
294
294
|
/// @group input
|
|
295
|
-
$kendo-input-invalid-border:
|
|
295
|
+
$kendo-input-invalid-border: k-color(error) !default;
|
|
296
296
|
/// The shadow of the invalid Input components.
|
|
297
297
|
/// @group input
|
|
298
|
-
$kendo-input-invalid-shadow:
|
|
298
|
+
$kendo-input-invalid-shadow: null !default;
|
|
299
299
|
|
|
300
300
|
/// The background color of the Picker components.
|
|
301
301
|
/// @group picker
|
|
@@ -369,14 +369,14 @@ $kendo-picker-outline-bg: null !default;
|
|
|
369
369
|
$kendo-picker-outline-text: $kendo-button-text !default;
|
|
370
370
|
/// The border color of the outline Picker components.
|
|
371
371
|
/// @group picker
|
|
372
|
-
$kendo-picker-outline-border:
|
|
372
|
+
$kendo-picker-outline-border: color-mix(in srgb, k-color(on-base) 50%, transparent) !default;
|
|
373
373
|
|
|
374
374
|
/// The background color of the outline hovered Picker components.
|
|
375
375
|
/// @group picker
|
|
376
376
|
$kendo-picker-outline-hover-bg: $kendo-picker-outline-text !default;
|
|
377
377
|
/// The text color of the outline hovered Picker components.
|
|
378
378
|
/// @group picker
|
|
379
|
-
$kendo-picker-outline-hover-text:
|
|
379
|
+
$kendo-picker-outline-hover-text: k-color(base) !default;
|
|
380
380
|
/// The border color of the outline hovered Picker components.
|
|
381
381
|
/// @group picker
|
|
382
382
|
$kendo-picker-outline-hover-border: $kendo-picker-outline-hover-bg !default;
|
|
@@ -416,13 +416,13 @@ $kendo-picker-flat-border: $kendo-button-border !default;
|
|
|
416
416
|
|
|
417
417
|
/// The background color of the flat hovered Picker components.
|
|
418
418
|
/// @group picker
|
|
419
|
-
$kendo-picker-flat-hover-bg:
|
|
419
|
+
$kendo-picker-flat-hover-bg: color-mix(in srgb, k-color(on-base) 4%, transparent) !default;
|
|
420
420
|
/// The text color of the flat hovered Picker components.
|
|
421
421
|
/// @group picker
|
|
422
422
|
$kendo-picker-flat-hover-text: null !default;
|
|
423
423
|
/// The border color of the flat hovered Picker components.
|
|
424
424
|
/// @group picker
|
|
425
|
-
$kendo-picker-flat-hover-border:
|
|
425
|
+
$kendo-picker-flat-hover-border: k-color(border-alt) !default;
|
|
426
426
|
|
|
427
427
|
/// The background color of the flat focused Picker components.
|
|
428
428
|
/// @group picker
|
|
@@ -180,13 +180,13 @@ $kendo-list-sizes: (
|
|
|
180
180
|
|
|
181
181
|
/// The background color of the List component.
|
|
182
182
|
/// @group list
|
|
183
|
-
$kendo-list-bg:
|
|
183
|
+
$kendo-list-bg: k-color(surface-alt) !default;
|
|
184
184
|
/// The text color of the List component.
|
|
185
185
|
/// @group list
|
|
186
|
-
$kendo-list-text:
|
|
186
|
+
$kendo-list-text: k-color(on-app-surface) !default;
|
|
187
187
|
/// The border color of the List component.
|
|
188
188
|
/// @group list
|
|
189
|
-
$kendo-list-border:
|
|
189
|
+
$kendo-list-border: k-color(border) !default;
|
|
190
190
|
|
|
191
191
|
|
|
192
192
|
/// The background color of the List header.
|
|
@@ -212,10 +212,10 @@ $kendo-list-item-text: null !default;
|
|
|
212
212
|
|
|
213
213
|
/// The background color of the hovered List items.
|
|
214
214
|
/// @group list
|
|
215
|
-
$kendo-list-item-hover-bg:
|
|
215
|
+
$kendo-list-item-hover-bg: k-color(base-hover) !default;
|
|
216
216
|
/// The text color of the hovered List items.
|
|
217
217
|
/// @group list
|
|
218
|
-
$kendo-list-item-hover-text:
|
|
218
|
+
$kendo-list-item-hover-text: k-color(on-app-surface) !default;
|
|
219
219
|
|
|
220
220
|
/// The background color of the focused List items.
|
|
221
221
|
/// @group list
|
|
@@ -229,10 +229,10 @@ $kendo-list-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .12) !default;
|
|
|
229
229
|
|
|
230
230
|
/// The background color of the selected List items.
|
|
231
231
|
/// @group list
|
|
232
|
-
$kendo-list-item-selected-bg:
|
|
232
|
+
$kendo-list-item-selected-bg: k-color(primary) !default;
|
|
233
233
|
/// The text color of the selected List items.
|
|
234
234
|
/// @group list
|
|
235
|
-
$kendo-list-item-selected-text:
|
|
235
|
+
$kendo-list-item-selected-text: k-color(on-primary) !default;
|
|
236
236
|
|
|
237
237
|
/// The background color of the List group items.
|
|
238
238
|
/// @group list
|
|
@@ -249,7 +249,7 @@ $kendo-list-group-item-shadow: null !default;
|
|
|
249
249
|
|
|
250
250
|
/// The color of the 'Option Label' text.
|
|
251
251
|
/// @group list
|
|
252
|
-
$kendo-list-option-label-text:
|
|
252
|
+
$kendo-list-option-label-text: k-color(subtle) !default;
|
|
253
253
|
|
|
254
254
|
@forward "@progress/kendo-theme-core/scss/components/list/_variables.scss" with (
|
|
255
255
|
$kendo-list-font-family: $kendo-list-font-family,
|
|
@@ -29,13 +29,13 @@ $kendo-listbox-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
29
29
|
|
|
30
30
|
/// The text color of the ListBox.
|
|
31
31
|
/// @group listbox
|
|
32
|
-
$kendo-listbox-text:
|
|
32
|
+
$kendo-listbox-text: k-color(on-app-surface) !default;
|
|
33
33
|
/// The background color of the ListBox.
|
|
34
34
|
/// @group listbox
|
|
35
|
-
$kendo-listbox-bg:
|
|
35
|
+
$kendo-listbox-bg: k-color(surface-alt) !default;
|
|
36
36
|
/// The border color of the ListBox.
|
|
37
37
|
/// @group listbox
|
|
38
|
-
$kendo-listbox-border:
|
|
38
|
+
$kendo-listbox-border: k-color(border) !default;
|
|
39
39
|
|
|
40
40
|
/// The inline padding of the ListBox item.
|
|
41
41
|
/// @group listbox
|
|
@@ -7,9 +7,9 @@ $kendo-listgroup-border-radius: k-border-radius(md) !default;
|
|
|
7
7
|
$kendo-listgroup-font-size: var( --kendo-font-size, inherit ) !default;
|
|
8
8
|
$kendo-listgroup-line-height: var( --kendo-line-height, normal ) !default;
|
|
9
9
|
|
|
10
|
-
$kendo-listgroup-bg:
|
|
11
|
-
$kendo-listgroup-text:
|
|
12
|
-
$kendo-listgroup-border:
|
|
10
|
+
$kendo-listgroup-bg: k-color(surface-alt) !default;
|
|
11
|
+
$kendo-listgroup-text: k-color(on-app-surface) !default;
|
|
12
|
+
$kendo-listgroup-border: k-color(border) !default;
|
|
13
13
|
|
|
14
14
|
$kendo-listgroup-item-padding-x: k-spacing(2) !default;
|
|
15
15
|
$kendo-listgroup-item-padding-y: k-spacing(2) !default;
|
|
@@ -23,13 +23,13 @@ $kendo-listview-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
23
23
|
|
|
24
24
|
/// The text color of the ListView.
|
|
25
25
|
/// @group listview
|
|
26
|
-
$kendo-listview-text:
|
|
26
|
+
$kendo-listview-text: k-color(on-app-surface) !default;
|
|
27
27
|
/// The background color of the ListView.
|
|
28
28
|
/// @group listview
|
|
29
|
-
$kendo-listview-bg:
|
|
29
|
+
$kendo-listview-bg: k-color(surface-alt) !default;
|
|
30
30
|
/// The border color of the ListView.
|
|
31
31
|
/// @group listview
|
|
32
|
-
$kendo-listview-border:
|
|
32
|
+
$kendo-listview-border: k-color(border) !default;
|
|
33
33
|
|
|
34
34
|
/// The horizontal padding of the ListView items.
|
|
35
35
|
/// @group listview
|
|
@@ -43,7 +43,7 @@ $kendo-listview-item-padding-y: k-spacing(1) !default;
|
|
|
43
43
|
$kendo-listview-item-selected-text: null !default;
|
|
44
44
|
/// The background color of the selected ListView items.
|
|
45
45
|
/// @group listview
|
|
46
|
-
$kendo-listview-item-selected-bg:
|
|
46
|
+
$kendo-listview-item-selected-bg: color-mix(in srgb, k-color(primary) 25%, transparent) !default;
|
|
47
47
|
/// The border color of the selected ListView items.
|
|
48
48
|
/// @group listview
|
|
49
49
|
$kendo-listview-item-selected-border: null !default;
|