@progress/kendo-theme-classic 10.6.0 → 11.0.0-dev.1
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/classic-green-dark.css +1 -1
- package/dist/classic-green-dark.scss +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-green.scss +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender-dark.scss +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-lavender.scss +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main-dark.scss +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-main.scss +1 -5
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro-dark.scss +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-metro.scss +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-moonlight.scss +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal-dark.scss +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-opal.scss +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver-dark.scss +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-silver.scss +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/classic-uniform.scss +5 -2
- package/dist/meta/sassdoc-data.json +5910 -7164
- package/dist/meta/sassdoc-raw-data.json +2814 -3401
- package/dist/meta/variables.json +421 -376
- package/lib/swatches/classic-green-dark.json +1 -182
- package/lib/swatches/classic-green.json +1 -182
- package/lib/swatches/classic-lavender-dark.json +2 -203
- package/lib/swatches/classic-lavender.json +2 -183
- package/lib/swatches/classic-main-dark.json +1 -182
- package/lib/swatches/classic-main.json +2 -184
- package/lib/swatches/classic-metro-dark.json +1 -209
- package/lib/swatches/classic-metro.json +2 -203
- package/lib/swatches/classic-moonlight.json +1 -209
- package/lib/swatches/classic-opal-dark.json +1 -207
- package/lib/swatches/classic-opal.json +1 -182
- package/lib/swatches/classic-silver-dark.json +1 -182
- package/lib/swatches/classic-silver.json +1 -182
- package/lib/swatches/classic-uniform.json +1 -167
- package/package.json +4 -4
- package/scss/action-sheet/_variables.scss +12 -9
- package/scss/adaptive/_variables.scss +13 -13
- package/scss/appbar/_variables.scss +18 -5
- package/scss/avatar/_variables.scss +12 -1
- package/scss/badge/_variables.scss +15 -1
- package/scss/bottom-navigation/_variables.scss +17 -4
- package/scss/breadcrumb/_variables.scss +8 -8
- package/scss/button/_variables.scss +28 -15
- package/scss/calendar/_variables.scss +39 -18
- package/scss/captcha/_variables.scss +3 -3
- package/scss/card/_variables.scss +24 -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 +28 -9
- package/scss/color-preview/_variables.scss +3 -3
- package/scss/coloreditor/_variables.scss +6 -6
- package/scss/colorgradient/_variables.scss +6 -37
- package/scss/core/_index.scss +8 -5
- package/scss/core/color-system/_swatch.scss +0 -3
- package/scss/dataviz/_variables.scss +61 -47
- package/scss/dialog/_variables.scss +10 -5
- package/scss/dock-manager/_variables.scss +6 -6
- package/scss/draggable/_variables.scss +4 -4
- package/scss/drawer/_variables.scss +35 -10
- package/scss/dropzone/_variables.scss +6 -6
- package/scss/editor/_variables.scss +12 -4
- package/scss/expansion-panel/_variables.scss +6 -6
- 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 +11 -11
- package/scss/imageeditor/_variables.scss +4 -4
- package/scss/index.scss +3 -0
- package/scss/input/_variables.scss +15 -15
- package/scss/list/_variables.scss +86 -11
- 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 +21 -13
- 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 +23 -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 +18 -18
- 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 +19 -11
- 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 +50 -17
- package/scss/table/_variables.scss +10 -10
- package/scss/tabstrip/_variables.scss +17 -17
- 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 +18 -8
- package/scss/toolbar/_variables.scss +5 -5
- package/scss/tooltip/_functions.scss +1 -1
- package/scss/tooltip/_variables.scss +14 -3
- package/scss/treeview/_variables.scss +12 -12
- package/scss/typography/_variables.scss +3 -3
- package/scss/upload/_variables.scss +13 -13
- package/scss/window/_variables.scss +10 -10
- package/scss/core/color-system/_swatch-legacy.scss +0 -345
|
@@ -111,13 +111,13 @@ $kendo-input-sizes: (
|
|
|
111
111
|
|
|
112
112
|
/// The background color of the Input components.
|
|
113
113
|
/// @group input
|
|
114
|
-
$kendo-input-bg:
|
|
114
|
+
$kendo-input-bg: k-color(surface-alt) !default;
|
|
115
115
|
/// The text color of the Input components.
|
|
116
116
|
/// @group input
|
|
117
|
-
$kendo-input-text:
|
|
117
|
+
$kendo-input-text: k-color(on-app-surface) !default;
|
|
118
118
|
/// The border color of the Input components.
|
|
119
119
|
/// @group input
|
|
120
|
-
$kendo-input-border:
|
|
120
|
+
$kendo-input-border: k-color(border) !default;
|
|
121
121
|
/// The shadow of the Input components.
|
|
122
122
|
/// @group input
|
|
123
123
|
$kendo-input-shadow: null !default;
|
|
@@ -130,7 +130,7 @@ $kendo-input-hover-bg: null !default;
|
|
|
130
130
|
$kendo-input-hover-text: null !default;
|
|
131
131
|
/// The border color of the hovered Input components.
|
|
132
132
|
/// @group input
|
|
133
|
-
$kendo-input-hover-border:
|
|
133
|
+
$kendo-input-hover-border: k-color(border-alt) !default;
|
|
134
134
|
/// The shadow of the hovered Input components.
|
|
135
135
|
/// @group input
|
|
136
136
|
$kendo-input-hover-shadow: null !default;
|
|
@@ -179,7 +179,7 @@ $kendo-input-outline-bg: null !default;
|
|
|
179
179
|
$kendo-input-outline-text: unset !default;
|
|
180
180
|
/// The border color of the outline Input components.
|
|
181
181
|
/// @group input
|
|
182
|
-
$kendo-input-outline-border:
|
|
182
|
+
$kendo-input-outline-border: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
|
|
183
183
|
|
|
184
184
|
/// The background color of the outline hovered Input components.
|
|
185
185
|
/// @group input
|
|
@@ -189,7 +189,7 @@ $kendo-input-outline-hover-bg: null !default;
|
|
|
189
189
|
$kendo-input-outline-hover-text: null !default;
|
|
190
190
|
/// The border color of the outline hovered Input components.
|
|
191
191
|
/// @group input
|
|
192
|
-
$kendo-input-outline-hover-border:
|
|
192
|
+
$kendo-input-outline-hover-border: color-mix(in srgb, k-color(on-app-surface) 80%, transparent) !default;
|
|
193
193
|
|
|
194
194
|
/// The background color of the outline focused Input components.
|
|
195
195
|
/// @group input
|
|
@@ -239,7 +239,7 @@ $kendo-input-flat-focus-shadow: $kendo-input-focus-shadow !default;
|
|
|
239
239
|
|
|
240
240
|
/// The text color of the Input placeholder.
|
|
241
241
|
/// @group input
|
|
242
|
-
$kendo-input-placeholder-text:
|
|
242
|
+
$kendo-input-placeholder-text: k-color(subtle) !default;
|
|
243
243
|
/// The opacity of the Input placeholder.
|
|
244
244
|
/// @group input
|
|
245
245
|
$kendo-input-placeholder-opacity: 1 !default;
|
|
@@ -289,17 +289,17 @@ $kendo-input-separator-opacity: .5 !default;
|
|
|
289
289
|
|
|
290
290
|
/// The text color of the Input prefix.
|
|
291
291
|
/// @group input
|
|
292
|
-
$kendo-input-prefix-text:
|
|
292
|
+
$kendo-input-prefix-text: k-color(subtle) !default;
|
|
293
293
|
/// The text color of the Input suffix.
|
|
294
294
|
/// @group input
|
|
295
|
-
$kendo-input-suffix-text:
|
|
295
|
+
$kendo-input-suffix-text: k-color(subtle) !default;
|
|
296
296
|
|
|
297
297
|
/// The border color of the invalid Input components.
|
|
298
298
|
/// @group input
|
|
299
|
-
$kendo-input-invalid-border:
|
|
299
|
+
$kendo-input-invalid-border: k-color(error) !default;
|
|
300
300
|
/// The shadow of the invalid Input components.
|
|
301
301
|
/// @group input
|
|
302
|
-
$kendo-input-invalid-shadow:
|
|
302
|
+
$kendo-input-invalid-shadow: null !default;
|
|
303
303
|
|
|
304
304
|
/// The background color of the Picker components.
|
|
305
305
|
/// @group picker
|
|
@@ -373,14 +373,14 @@ $kendo-picker-outline-bg: null !default;
|
|
|
373
373
|
$kendo-picker-outline-text: $kendo-button-text !default;
|
|
374
374
|
/// The border color of the outline Picker components.
|
|
375
375
|
/// @group picker
|
|
376
|
-
$kendo-picker-outline-border:
|
|
376
|
+
$kendo-picker-outline-border: color-mix(in srgb, k-color(on-app-surface) 50%, transparent) !default;
|
|
377
377
|
|
|
378
378
|
/// The background color of the outline hovered Picker components.
|
|
379
379
|
/// @group picker
|
|
380
380
|
$kendo-picker-outline-hover-bg: $kendo-picker-outline-text !default;
|
|
381
381
|
/// The text color of the outline hovered Picker components.
|
|
382
382
|
/// @group picker
|
|
383
|
-
$kendo-picker-outline-hover-text:
|
|
383
|
+
$kendo-picker-outline-hover-text: k-color(base-subtle) !default;
|
|
384
384
|
/// The border color of the outline hovered Picker components.
|
|
385
385
|
/// @group picker
|
|
386
386
|
$kendo-picker-outline-hover-border: $kendo-picker-outline-hover-bg !default;
|
|
@@ -420,13 +420,13 @@ $kendo-picker-flat-border: $kendo-button-border !default;
|
|
|
420
420
|
|
|
421
421
|
/// The background color of the flat hovered Picker components.
|
|
422
422
|
/// @group picker
|
|
423
|
-
$kendo-picker-flat-hover-bg:
|
|
423
|
+
$kendo-picker-flat-hover-bg: color-mix(in srgb, k-color(on-app-surface) 4%, transparent) !default;
|
|
424
424
|
/// The text color of the flat hovered Picker components.
|
|
425
425
|
/// @group picker
|
|
426
426
|
$kendo-picker-flat-hover-text: null !default;
|
|
427
427
|
/// The border color of the flat hovered Picker components.
|
|
428
428
|
/// @group picker
|
|
429
|
-
$kendo-picker-flat-hover-border:
|
|
429
|
+
$kendo-picker-flat-hover-border: color-mix(in srgb, k-color(border) 16%, transparent) !default;
|
|
430
430
|
|
|
431
431
|
/// The background color of the flat focused Picker components.
|
|
432
432
|
/// @group picker
|
|
@@ -60,6 +60,20 @@ $kendo-list-header-font-weight: var( --kendo-font-weight-bold, normal ) !default
|
|
|
60
60
|
/// @group list
|
|
61
61
|
$kendo-list-filter-padding: k-spacing(2) !default;
|
|
62
62
|
|
|
63
|
+
/// The horizontal padding of the List filter, when no size is set.
|
|
64
|
+
/// @group list
|
|
65
|
+
$kendo-list-filter-padding-x: $kendo-list-filter-padding !default;
|
|
66
|
+
$kendo-list-sm-filter-padding-x: $kendo-list-filter-padding !default;
|
|
67
|
+
$kendo-list-md-filter-padding-x: $kendo-list-filter-padding !default;
|
|
68
|
+
$kendo-list-lg-filter-padding-x: $kendo-list-filter-padding !default;
|
|
69
|
+
|
|
70
|
+
/// The vertical padding of the List filter, when no size is set.
|
|
71
|
+
/// @group list
|
|
72
|
+
$kendo-list-filter-padding-y: $kendo-list-filter-padding !default;
|
|
73
|
+
$kendo-list-sm-filter-padding-y: $kendo-list-filter-padding !default;
|
|
74
|
+
$kendo-list-md-filter-padding-y: $kendo-list-filter-padding !default;
|
|
75
|
+
$kendo-list-lg-filter-padding-y: $kendo-list-filter-padding !default;
|
|
76
|
+
|
|
63
77
|
/// The horizontal padding of the List items, when no size is set.
|
|
64
78
|
/// @group list
|
|
65
79
|
$kendo-list-item-padding-x: null !default;
|
|
@@ -124,6 +138,29 @@ $kendo-list-lg-group-item-line-height: null !default;
|
|
|
124
138
|
/// @group list
|
|
125
139
|
$kendo-list-group-item-font-weight: var( --kendo-font-weight-bold, normal ) !default;
|
|
126
140
|
|
|
141
|
+
/// The font size of the List item group label.
|
|
142
|
+
/// @group list
|
|
143
|
+
$kendo-list-item-group-label-sm-font-size: .75em !default;
|
|
144
|
+
$kendo-list-item-group-label-md-font-size: .75em !default;
|
|
145
|
+
$kendo-list-item-group-label-lg-font-size: .75em !default;
|
|
146
|
+
|
|
147
|
+
/// The line-height of the List item group label.
|
|
148
|
+
/// @group list
|
|
149
|
+
$kendo-list-item-group-label-sm-line-height: inherit !default;
|
|
150
|
+
$kendo-list-item-group-label-md-line-height: inherit !default;
|
|
151
|
+
$kendo-list-item-group-label-lg-line-height: inherit !default;
|
|
152
|
+
|
|
153
|
+
/// The horizontal padding of the List item group label.
|
|
154
|
+
/// @group list
|
|
155
|
+
$kendo-list-item-group-label-sm-padding-x: .5em !default;
|
|
156
|
+
$kendo-list-item-group-label-md-padding-x: .5em !default;
|
|
157
|
+
$kendo-list-item-group-label-lg-padding-x: .5em !default;
|
|
158
|
+
|
|
159
|
+
/// The vertical padding of the List item group label.
|
|
160
|
+
/// @group list
|
|
161
|
+
$kendo-list-item-group-label-sm-padding-y: 0 !default;
|
|
162
|
+
$kendo-list-item-group-label-md-padding-y: 0 !default;
|
|
163
|
+
$kendo-list-item-group-label-lg-padding-y: 0 !default;
|
|
127
164
|
|
|
128
165
|
/// The map with the sizes of the List.
|
|
129
166
|
/// @group list
|
|
@@ -142,7 +179,13 @@ $kendo-list-sizes: (
|
|
|
142
179
|
group-item-padding-x: $kendo-list-sm-group-item-padding-x,
|
|
143
180
|
group-item-padding-y: $kendo-list-sm-group-item-padding-y,
|
|
144
181
|
group-item-font-size: null,
|
|
145
|
-
group-item-line-height: null
|
|
182
|
+
group-item-line-height: null,
|
|
183
|
+
item-group-label-padding-x: $kendo-list-item-group-label-sm-padding-x,
|
|
184
|
+
item-group-label-padding-y: $kendo-list-item-group-label-sm-padding-y,
|
|
185
|
+
item-group-label-font-size: $kendo-list-item-group-label-sm-font-size,
|
|
186
|
+
item-group-label-line-height: $kendo-list-item-group-label-sm-line-height,
|
|
187
|
+
filter-padding-x: $kendo-list-sm-filter-padding-x,
|
|
188
|
+
filter-padding-y: $kendo-list-sm-filter-padding-y
|
|
146
189
|
),
|
|
147
190
|
md: (
|
|
148
191
|
font-size: $kendo-list-md-font-size,
|
|
@@ -158,7 +201,13 @@ $kendo-list-sizes: (
|
|
|
158
201
|
group-item-padding-x: $kendo-list-md-group-item-padding-x,
|
|
159
202
|
group-item-padding-y: $kendo-list-md-group-item-padding-y,
|
|
160
203
|
group-item-font-size: null,
|
|
161
|
-
group-item-line-height: null
|
|
204
|
+
group-item-line-height: null,
|
|
205
|
+
item-group-label-padding-x: $kendo-list-item-group-label-md-padding-x,
|
|
206
|
+
item-group-label-padding-y: $kendo-list-item-group-label-md-padding-y,
|
|
207
|
+
item-group-label-font-size: $kendo-list-item-group-label-md-font-size,
|
|
208
|
+
item-group-label-line-height: $kendo-list-item-group-label-md-line-height,
|
|
209
|
+
filter-padding-x: $kendo-list-md-filter-padding-x,
|
|
210
|
+
filter-padding-y: $kendo-list-md-filter-padding-y
|
|
162
211
|
),
|
|
163
212
|
lg: (
|
|
164
213
|
font-size: $kendo-list-lg-font-size,
|
|
@@ -174,20 +223,26 @@ $kendo-list-sizes: (
|
|
|
174
223
|
group-item-padding-x: $kendo-list-lg-group-item-padding-x,
|
|
175
224
|
group-item-padding-y: $kendo-list-lg-group-item-padding-y,
|
|
176
225
|
group-item-font-size: null,
|
|
177
|
-
group-item-line-height: null
|
|
226
|
+
group-item-line-height: null,
|
|
227
|
+
item-group-label-padding-x: $kendo-list-item-group-label-lg-padding-x,
|
|
228
|
+
item-group-label-padding-y: $kendo-list-item-group-label-lg-padding-y,
|
|
229
|
+
item-group-label-font-size: $kendo-list-item-group-label-lg-font-size,
|
|
230
|
+
item-group-label-line-height: $kendo-list-item-group-label-lg-line-height,
|
|
231
|
+
filter-padding-x: $kendo-list-lg-filter-padding-x,
|
|
232
|
+
filter-padding-y: $kendo-list-lg-filter-padding-y
|
|
178
233
|
)
|
|
179
234
|
) !default;
|
|
180
235
|
|
|
181
236
|
|
|
182
237
|
/// The background color of the List component.
|
|
183
238
|
/// @group list
|
|
184
|
-
$kendo-list-bg:
|
|
239
|
+
$kendo-list-bg: k-color(surface-alt) !default;
|
|
185
240
|
/// The text color of the List component.
|
|
186
241
|
/// @group list
|
|
187
|
-
$kendo-list-text:
|
|
242
|
+
$kendo-list-text: k-color(on-app-surface) !default;
|
|
188
243
|
/// The border color of the List component.
|
|
189
244
|
/// @group list
|
|
190
|
-
$kendo-list-border:
|
|
245
|
+
$kendo-list-border: k-color(border) !default;
|
|
191
246
|
|
|
192
247
|
|
|
193
248
|
/// The background color of the List header.
|
|
@@ -213,10 +268,10 @@ $kendo-list-item-text: null !default;
|
|
|
213
268
|
|
|
214
269
|
/// The background color of the hovered List items.
|
|
215
270
|
/// @group list
|
|
216
|
-
$kendo-list-item-hover-bg:
|
|
271
|
+
$kendo-list-item-hover-bg: k-color(base-hover) !default;
|
|
217
272
|
/// The text color of the hovered List items.
|
|
218
273
|
/// @group list
|
|
219
|
-
$kendo-list-item-hover-text:
|
|
274
|
+
$kendo-list-item-hover-text: k-color(on-app-surface) !default;
|
|
220
275
|
|
|
221
276
|
/// The background color of the focused List items.
|
|
222
277
|
/// @group list
|
|
@@ -230,10 +285,10 @@ $kendo-list-item-focus-shadow: inset 0 0 0 2px rgba( black, .12 ) !default;
|
|
|
230
285
|
|
|
231
286
|
/// The background color of the selected List items.
|
|
232
287
|
/// @group list
|
|
233
|
-
$kendo-list-item-selected-bg:
|
|
288
|
+
$kendo-list-item-selected-bg: k-color(primary) !default;
|
|
234
289
|
/// The text color of the selected List items.
|
|
235
290
|
/// @group list
|
|
236
|
-
$kendo-list-item-selected-text:
|
|
291
|
+
$kendo-list-item-selected-text: k-color(on-primary) !default;
|
|
237
292
|
|
|
238
293
|
/// The background color of the List group items.
|
|
239
294
|
/// @group list
|
|
@@ -250,7 +305,7 @@ $kendo-list-group-item-shadow: null !default;
|
|
|
250
305
|
|
|
251
306
|
/// The color of the 'Option Label' text.
|
|
252
307
|
/// @group list
|
|
253
|
-
$kendo-list-option-label-text:
|
|
308
|
+
$kendo-list-option-label-text: k-color(subtle) !default;
|
|
254
309
|
|
|
255
310
|
|
|
256
311
|
@forward "@progress/kendo-theme-core/scss/components/list/_variables.scss" with (
|
|
@@ -306,6 +361,18 @@ $kendo-list-option-label-text: $kendo-subtle-text !default;
|
|
|
306
361
|
$kendo-list-sm-group-item-padding-y: $kendo-list-sm-group-item-padding-y,
|
|
307
362
|
$kendo-list-md-group-item-padding-y: $kendo-list-md-group-item-padding-y,
|
|
308
363
|
$kendo-list-lg-group-item-padding-y: $kendo-list-lg-group-item-padding-y,
|
|
364
|
+
$kendo-list-item-group-label-sm-padding-x: $kendo-list-item-group-label-sm-padding-x,
|
|
365
|
+
$kendo-list-item-group-label-md-padding-x: $kendo-list-item-group-label-md-padding-x,
|
|
366
|
+
$kendo-list-item-group-label-lg-padding-x: $kendo-list-item-group-label-lg-padding-x,
|
|
367
|
+
$kendo-list-item-group-label-sm-padding-y: $kendo-list-item-group-label-sm-padding-y,
|
|
368
|
+
$kendo-list-item-group-label-md-padding-y: $kendo-list-item-group-label-md-padding-y,
|
|
369
|
+
$kendo-list-item-group-label-lg-padding-y: $kendo-list-item-group-label-lg-padding-y,
|
|
370
|
+
$kendo-list-item-group-label-sm-font-size: $kendo-list-item-group-label-sm-font-size,
|
|
371
|
+
$kendo-list-item-group-label-md-font-size: $kendo-list-item-group-label-md-font-size,
|
|
372
|
+
$kendo-list-item-group-label-lg-font-size: $kendo-list-item-group-label-lg-font-size,
|
|
373
|
+
$kendo-list-item-group-label-sm-line-height: $kendo-list-item-group-label-sm-line-height,
|
|
374
|
+
$kendo-list-item-group-label-md-line-height: $kendo-list-item-group-label-md-line-height,
|
|
375
|
+
$kendo-list-item-group-label-lg-line-height: $kendo-list-item-group-label-lg-line-height,
|
|
309
376
|
$kendo-list-group-item-border-width: $kendo-list-group-item-border-width,
|
|
310
377
|
$kendo-list-group-item-font-size: $kendo-list-group-item-font-size,
|
|
311
378
|
$kendo-list-sm-group-item-font-size: $kendo-list-sm-group-item-font-size,
|
|
@@ -315,6 +382,14 @@ $kendo-list-option-label-text: $kendo-subtle-text !default;
|
|
|
315
382
|
$kendo-list-sm-group-item-line-height: $kendo-list-sm-group-item-line-height,
|
|
316
383
|
$kendo-list-md-group-item-line-height: $kendo-list-md-group-item-line-height,
|
|
317
384
|
$kendo-list-lg-group-item-line-height: $kendo-list-lg-group-item-line-height,
|
|
385
|
+
$kendo-list-filter-padding-x: $kendo-list-filter-padding-x,
|
|
386
|
+
$kendo-list-filter-padding-y: $kendo-list-filter-padding-y,
|
|
387
|
+
$kendo-list-sm-filter-padding-x: $kendo-list-sm-filter-padding-x,
|
|
388
|
+
$kendo-list-sm-filter-padding-y: $kendo-list-sm-filter-padding-y,
|
|
389
|
+
$kendo-list-md-filter-padding-x: $kendo-list-md-filter-padding-x,
|
|
390
|
+
$kendo-list-md-filter-padding-y: $kendo-list-md-filter-padding-y,
|
|
391
|
+
$kendo-list-lg-filter-padding-x: $kendo-list-lg-filter-padding-x,
|
|
392
|
+
$kendo-list-lg-filter-padding-y: $kendo-list-lg-filter-padding-y,
|
|
318
393
|
$kendo-list-group-item-font-weight: $kendo-list-group-item-font-weight,
|
|
319
394
|
$kendo-list-sizes: $kendo-list-sizes,
|
|
320
395
|
$kendo-list-bg: $kendo-list-bg,
|
|
@@ -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;
|
|
@@ -74,7 +74,7 @@ $kendo-loader-container-panel-border-width: 1px !default;
|
|
|
74
74
|
$kendo-loader-container-panel-border-style: solid !default;
|
|
75
75
|
/// The border color of the container panel.
|
|
76
76
|
/// @group loader
|
|
77
|
-
$kendo-loader-container-panel-border-color:
|
|
77
|
+
$kendo-loader-container-panel-border-color: k-color(border) !default;
|
|
78
78
|
/// The border radius of the container panel.
|
|
79
79
|
/// @group loader
|
|
80
80
|
$kendo-loader-container-panel-border-radius: k-border-radius(md) !default;
|
|
@@ -115,7 +115,7 @@ $kendo-loader-lg-container-font-size: var( --kendo-font-size-lg, inherit ) !defa
|
|
|
115
115
|
// Loading indicator
|
|
116
116
|
/// The background color of the Loading indicator.
|
|
117
117
|
/// @group loading
|
|
118
|
-
$kendo-loading-bg:
|
|
118
|
+
$kendo-loading-bg: k-color(surface-alt) !default;
|
|
119
119
|
/// The text color of the Loading indicator.
|
|
120
120
|
/// @group loading
|
|
121
121
|
$kendo-loading-text: currentColor !default;
|
|
@@ -126,6 +126,19 @@ $kendo-loading-opacity: .3 !default;
|
|
|
126
126
|
/// @group loading
|
|
127
127
|
$kendo-zindex-loading: 100 !default;
|
|
128
128
|
|
|
129
|
+
$kendo-loader-theme-colors: (
|
|
130
|
+
"primary": k-color(primary),
|
|
131
|
+
"secondary": k-color(secondary),
|
|
132
|
+
"tertiary": k-color(tertiary),
|
|
133
|
+
"info": k-color(info),
|
|
134
|
+
"success": k-color(success),
|
|
135
|
+
"warning": k-color(warning),
|
|
136
|
+
"error": k-color(error),
|
|
137
|
+
"dark": k-color(dark),
|
|
138
|
+
"light": k-color(light),
|
|
139
|
+
"inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
|
|
140
|
+
) !default;
|
|
141
|
+
|
|
129
142
|
|
|
130
143
|
@forward "@progress/kendo-theme-core/scss/components/loader/_variables.scss" with (
|
|
131
144
|
$kendo-loader-segment-border-radius: $kendo-loader-segment-border-radius,
|
|
@@ -164,5 +177,6 @@ $kendo-zindex-loading: 100 !default;
|
|
|
164
177
|
$kendo-loading-bg: $kendo-loading-bg,
|
|
165
178
|
$kendo-loading-text: $kendo-loading-text,
|
|
166
179
|
$kendo-loading-opacity: $kendo-loading-opacity,
|
|
167
|
-
$kendo-zindex-loading: $kendo-zindex-loading
|
|
180
|
+
$kendo-zindex-loading: $kendo-zindex-loading,
|
|
181
|
+
$kendo-loader-theme-colors: $kendo-loader-theme-colors
|
|
168
182
|
);
|
package/scss/map/_variables.scss
CHANGED
|
@@ -19,13 +19,13 @@ $kendo-map-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
19
19
|
|
|
20
20
|
/// The background color of the Map.
|
|
21
21
|
/// @group map
|
|
22
|
-
$kendo-map-bg:
|
|
22
|
+
$kendo-map-bg: k-color(surface-alt) !default;
|
|
23
23
|
/// The text color of the Map.
|
|
24
24
|
/// @group map
|
|
25
|
-
$kendo-map-text:
|
|
25
|
+
$kendo-map-text: k-color(on-app-surface) !default;
|
|
26
26
|
/// The border color of the Map.
|
|
27
27
|
/// @group map
|
|
28
|
-
$kendo-map-border:
|
|
28
|
+
$kendo-map-border: k-color(border) !default;
|
|
29
29
|
|
|
30
30
|
/// The margin of the Map navigator.
|
|
31
31
|
/// @group map
|
|
@@ -64,11 +64,11 @@ $kendo-map-attribution-padding-y: k-spacing(0.5) !default;
|
|
|
64
64
|
$kendo-map-attribution-font-size: calc( #{$kendo-map-font-size} * .75 ) !default;
|
|
65
65
|
/// The background color of the Map attribution.
|
|
66
66
|
/// @group map
|
|
67
|
-
$kendo-map-attribution-bg:
|
|
67
|
+
$kendo-map-attribution-bg: color-mix(in srgb, k-color(app-surface) 80%, transparent) !default;
|
|
68
68
|
|
|
69
69
|
/// The fill color of the Map marker.
|
|
70
70
|
/// @group map
|
|
71
|
-
$kendo-map-marker-fill:
|
|
71
|
+
$kendo-map-marker-fill: k-color(primary) !default;
|
|
72
72
|
|
|
73
73
|
$kendo-map-marker-images: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAABQCAYAAAAKlxWDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA35JREFUeNrsWF1IVEEUPu7amhKUmqUUkhEYYn9PamgbROKTEERB1HNP0pMvJUVhZQhCEEQPQiAIkiQIQShEZmg99SdLgiRJpbGmGIu/aZ2zzJXrvWf2zty7PgTzwQd3Z86Z796z58wMJ+PruXxQwCHkGeRpZDbyqBh/j1xA9iN7kJ+8FsrwECSRu8hSUMMosgnZLTMIScaLkUPIpxpiIGyfCN9iVcEo8h2yCvyjSqwR9RIkgz5kHgRHnlhrg2im7blEhCPCeW89fBJyKuohsv8IRPaV46uGYfnLhyTn3/bC4seXnFtErFmBHHcmzSCy2umRWVgC+ZfvQ1bZ8ZSfsxQbgl+PrsCfqXFu+jWyxh7Ss5xY1sFKKLzd5ymWtEWbpC36MKgWGuuCzdyXFTR2QGhbrvKfRrbkQ74Mmi3BKJf6FEYdMbso+UpKJkpJU+dKkPIaNoyrM5Mw23Edlj6/WQ957qVbEM4rcoWX1lgcGXQuURfi6o2y0YmVH2Mw2XgC5od6ksJEeqaxlW+joLIGaZFgGVcCTsx13YG1xKxrnMZoTmUN0iLB7c7R8M49LktJnSWxwMxxa5AWu5f+XV6EzQIJznHJwSWSDNlM+Fanv3OmcyQY43YNVyzOX2XLhMZoTvEviJHgsHOU9kYntuwthaLWV5BTWQ/hHbuSpGcaozmVNUiL9lIqfNfr7L7Rq7SlyfbVnzfZsjhFXzggTuoNoI14bf63thj5kK/kNvDCytIm5yzt+vF7F9jak4qhbbz1ouzEaLJv3t3iCNkYGtzCpq7Vrm9lKcNo2TIJJ/Kk23keHhB3kQLPAxhJUDiACXEkJcMYd2uzrhiRNNX5MrJW5Al7pxkQBjNpEJtxislubWRwjKtPDQyLNQZU76UTIu4NPsQahO+EzkXYwgNu60uBmPAB3Zu3HS0agp62KoJdsvAwf0NXOgQptdsU7NqEbWBBQrso4FQl0K56AKsggXzokVyJdAqmWjThlZl+BeOSsD32CLdvQSsxVu1XF2Sr7iVKB5T6nbbfnYol41vQWdwtus6ZPgRp+3pme950QV9fpito+jSmT2P6NKZP479PE9Lp06jC6tMwUO/T6CJwn0YXgfs0uvj/+jS6CNyn0UXgPo0uZH0aEnzueruRwUBfSb5Mr5TQb/o0pk9j+jSmT2P6NKZPY/o0pk9j+jQ+8E+AAQDpbNHEyW7DTAAAAABJRU5ErkJggg==" !default;
|
|
74
74
|
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
// Component
|
|
5
|
+
@forward "./_variables.scss";
|
|
6
|
+
@use "./_layout.scss" as *;
|
|
7
|
+
@use "./_theme.scss" as *;
|
|
8
|
+
|
|
9
|
+
// Expose
|
|
10
|
+
@mixin kendo-marquee--styles() {
|
|
11
|
+
@include import-once( "marquee" ) {
|
|
12
|
+
@include core-styles();
|
|
13
|
+
@include kendo-marquee--layout();
|
|
14
|
+
@include kendo-marquee--theme();
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
$kendo-marquee-text: k-color(on-primary) !default;
|
|
4
|
+
$kendo-marquee-bg: k-color(primary) !default;
|
|
5
|
+
$kendo-marquee-border: k-color(primary) !default;
|
|
6
|
+
|
|
7
|
+
@forward "@progress/kendo-theme-core/scss/components/marquee/_variables.scss" with (
|
|
8
|
+
$kendo-marquee-text: $kendo-marquee-text,
|
|
9
|
+
$kendo-marquee-bg: $kendo-marquee-bg,
|
|
10
|
+
$kendo-marquee-border: $kendo-marquee-border
|
|
11
|
+
);
|
|
@@ -17,13 +17,13 @@ $kendo-media-player-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
17
17
|
|
|
18
18
|
/// The background color of the MediaPlayer.
|
|
19
19
|
/// @group mediaplayer
|
|
20
|
-
$kendo-media-player-bg:
|
|
20
|
+
$kendo-media-player-bg: k-color(surface-alt) !default;
|
|
21
21
|
/// The text color of the MediaPlayer.
|
|
22
22
|
/// @group mediaplayer
|
|
23
|
-
$kendo-media-player-text:
|
|
23
|
+
$kendo-media-player-text: k-color(on-app-surface) !default;
|
|
24
24
|
/// The border color of the MediaPlayer.
|
|
25
25
|
/// @group mediaplayer
|
|
26
|
-
$kendo-media-player-border:
|
|
26
|
+
$kendo-media-player-border: k-color(border) !default;
|
|
27
27
|
|
|
28
28
|
/// The horizontal padding of the MediaPlayer title.
|
|
29
29
|
/// @group mediaplayer
|
|
@@ -42,7 +42,7 @@ $kendo-media-player-titlebar-text: $kendo-media-player-bg !default;
|
|
|
42
42
|
$kendo-media-player-titlebar-border: null !default;
|
|
43
43
|
/// The gradient of the MediaPlayer title.
|
|
44
44
|
/// @group mediaplayer
|
|
45
|
-
$kendo-media-player-titlebar-gradient:
|
|
45
|
+
$kendo-media-player-titlebar-gradient: color-mix(in srgb, k-color(on-app-surface) 70%, transparent), color-mix(in srgb, k-color(on-app-surface) 0%, transparent) !default;
|
|
46
46
|
|
|
47
47
|
|
|
48
48
|
@forward "@progress/kendo-theme-core/scss/components/mediaplayer/_variables.scss" with (
|
|
@@ -21,16 +21,16 @@ $kendo-menu-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
21
21
|
|
|
22
22
|
/// The background color of the Menu.
|
|
23
23
|
/// @group menu
|
|
24
|
-
$kendo-menu-bg:
|
|
24
|
+
$kendo-menu-bg: k-color(surface) !default;
|
|
25
25
|
/// The text color of the Menu.
|
|
26
26
|
/// @group menu
|
|
27
|
-
$kendo-menu-text:
|
|
27
|
+
$kendo-menu-text: k-color(on-app-surface) !default;
|
|
28
28
|
/// The border color of the Menu.
|
|
29
29
|
/// @group menu
|
|
30
|
-
$kendo-menu-border:
|
|
30
|
+
$kendo-menu-border: k-color(border) !default;
|
|
31
31
|
/// The background gradient of the Menu.
|
|
32
32
|
/// @group menu
|
|
33
|
-
$kendo-menu-gradient:
|
|
33
|
+
$kendo-menu-gradient: null !default;
|
|
34
34
|
|
|
35
35
|
|
|
36
36
|
// Menu item
|
|
@@ -67,23 +67,23 @@ $kendo-menu-item-gradient: null !default;
|
|
|
67
67
|
|
|
68
68
|
/// The background color of hovered Menu item.
|
|
69
69
|
/// @group menu
|
|
70
|
-
$kendo-menu-item-hover-bg:
|
|
70
|
+
$kendo-menu-item-hover-bg: k-color(base-hover) !default;
|
|
71
71
|
/// The text color of hovered Menu item.
|
|
72
72
|
/// @group menu
|
|
73
|
-
$kendo-menu-item-hover-text:
|
|
73
|
+
$kendo-menu-item-hover-text: k-color(on-app-surface) !default;
|
|
74
74
|
/// The border color of hovered Menu item.
|
|
75
75
|
/// @group menu
|
|
76
|
-
$kendo-menu-item-hover-border:
|
|
76
|
+
$kendo-menu-item-hover-border: k-color(border) !default;
|
|
77
77
|
/// The background gradient of hovered Menu item.
|
|
78
78
|
/// @group menu
|
|
79
|
-
$kendo-menu-item-hover-gradient:
|
|
79
|
+
$kendo-menu-item-hover-gradient: null !default;
|
|
80
80
|
|
|
81
81
|
/// The background color of active Menu item.
|
|
82
82
|
/// @group menu
|
|
83
83
|
$kendo-menu-item-active-bg: null !default;
|
|
84
84
|
/// The text color of active Menu item.
|
|
85
85
|
/// @group menu
|
|
86
|
-
$kendo-menu-item-active-text:
|
|
86
|
+
$kendo-menu-item-active-text: k-color(on-app-surface) !default;
|
|
87
87
|
/// The border color of active Menu item.
|
|
88
88
|
/// @group menu
|
|
89
89
|
$kendo-menu-item-active-border: null !default;
|
|
@@ -93,7 +93,7 @@ $kendo-menu-item-active-gradient: null !default;
|
|
|
93
93
|
|
|
94
94
|
/// The base shadow of focused Menu item.
|
|
95
95
|
/// @group menu
|
|
96
|
-
$kendo-menu-item-focus-shadow: inset 0 0 3px 1px
|
|
96
|
+
$kendo-menu-item-focus-shadow: inset 0 0 3px 1px color-mix(in srgb, k-color(on-app-surface) 25%, transparent) !default;
|
|
97
97
|
|
|
98
98
|
/// The background color of selected Menu item.
|
|
99
99
|
/// @group menu
|
|
@@ -113,7 +113,7 @@ $kendo-menu-item-selected-gradient: null !default;
|
|
|
113
113
|
$kendo-menu-scroll-button-bg: null !default;
|
|
114
114
|
/// The text color of the Menu scroll buttons.
|
|
115
115
|
/// @group menu
|
|
116
|
-
$kendo-menu-scroll-button-text:
|
|
116
|
+
$kendo-menu-scroll-button-text: k-color(subtle) !default;
|
|
117
117
|
/// The border color of the Menu scroll buttons.
|
|
118
118
|
/// @group menu
|
|
119
119
|
$kendo-menu-scroll-button-border: null !default;
|
|
@@ -126,7 +126,7 @@ $kendo-menu-scroll-button-gradient: null !default;
|
|
|
126
126
|
$kendo-menu-scroll-button-hover-bg: null !default;
|
|
127
127
|
/// The text color of hovered Menu scroll buttons.
|
|
128
128
|
/// @group menu
|
|
129
|
-
$kendo-menu-scroll-button-hover-text:
|
|
129
|
+
$kendo-menu-scroll-button-hover-text: k-color(on-app-surface) !default;
|
|
130
130
|
/// The border color of hovered Menu scroll buttons.
|
|
131
131
|
/// @group menu
|
|
132
132
|
$kendo-menu-scroll-button-hover-border: null !default;
|
|
@@ -134,6 +134,12 @@ $kendo-menu-scroll-button-hover-border: null !default;
|
|
|
134
134
|
/// @group menu
|
|
135
135
|
$kendo-menu-scroll-button-hover-gradient: null !default;
|
|
136
136
|
|
|
137
|
+
/// The horizontal padding of the Menu icon.
|
|
138
|
+
/// @group menu
|
|
139
|
+
$kendo-menu-icon-padding-x: null !default;
|
|
140
|
+
/// The vertical padding of the Menu icon.
|
|
141
|
+
/// @group menu
|
|
142
|
+
$kendo-menu-icon-padding-y: null !default;
|
|
137
143
|
|
|
138
144
|
// Menu Separator
|
|
139
145
|
|
|
@@ -145,7 +151,7 @@ $kendo-menu-separator-margin-inline: k-spacing(1) !default;
|
|
|
145
151
|
$kendo-menu-separator-margin-block: k-spacing(1.5) !default;
|
|
146
152
|
/// The border color of Menu separator.
|
|
147
153
|
/// @group menu
|
|
148
|
-
$kendo-menu-separator-border:
|
|
154
|
+
$kendo-menu-separator-border: k-color(border) !default;
|
|
149
155
|
|
|
150
156
|
|
|
151
157
|
// Menu popup
|
|
@@ -312,6 +318,8 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
|
|
|
312
318
|
$kendo-menu-scroll-button-hover-text: $kendo-menu-scroll-button-hover-text,
|
|
313
319
|
$kendo-menu-scroll-button-hover-border: $kendo-menu-scroll-button-hover-border,
|
|
314
320
|
$kendo-menu-scroll-button-hover-gradient: $kendo-menu-scroll-button-hover-gradient,
|
|
321
|
+
$kendo-menu-icon-padding-x: $kendo-menu-icon-padding-x,
|
|
322
|
+
$kendo-menu-icon-padding-y: $kendo-menu-icon-padding-y,
|
|
315
323
|
$kendo-menu-separator-margin-inline: $kendo-menu-separator-margin-inline,
|
|
316
324
|
$kendo-menu-separator-margin-block: $kendo-menu-separator-margin-block,
|
|
317
325
|
$kendo-menu-separator-border: $kendo-menu-separator-border,
|
|
@@ -16,6 +16,19 @@ $kendo-message-box-border-level: -9 !default;
|
|
|
16
16
|
$kendo-message-box-link-font-style: italic !default;
|
|
17
17
|
$kendo-message-box-link-text-decoration: underline !default;
|
|
18
18
|
|
|
19
|
+
$kendo-message-box-theme-colors: (
|
|
20
|
+
"primary": k-color(primary),
|
|
21
|
+
"secondary": k-color(secondary),
|
|
22
|
+
"tertiary": k-color(tertiary),
|
|
23
|
+
"info": k-color(info),
|
|
24
|
+
"success": k-color(success),
|
|
25
|
+
"warning": k-color(warning),
|
|
26
|
+
"error": k-color(error),
|
|
27
|
+
"dark": k-color(dark),
|
|
28
|
+
"light": k-color(light),
|
|
29
|
+
"inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark)),
|
|
30
|
+
) !default;
|
|
31
|
+
|
|
19
32
|
|
|
20
33
|
@forward "@progress/kendo-theme-core/scss/components/messagebox/_variables.scss" with (
|
|
21
34
|
$kendo-message-box-margin: $kendo-message-box-margin,
|
|
@@ -28,5 +41,6 @@ $kendo-message-box-link-text-decoration: underline !default;
|
|
|
28
41
|
$kendo-message-box-text-level: $kendo-message-box-text-level,
|
|
29
42
|
$kendo-message-box-border-level: $kendo-message-box-border-level,
|
|
30
43
|
$kendo-message-box-link-font-style: $kendo-message-box-link-font-style,
|
|
31
|
-
$kendo-message-box-link-text-decoration: $kendo-message-box-link-text-decoration
|
|
44
|
+
$kendo-message-box-link-text-decoration: $kendo-message-box-link-text-decoration,
|
|
45
|
+
$kendo-message-box-theme-colors: $kendo-message-box-theme-colors
|
|
32
46
|
);
|
|
@@ -6,7 +6,7 @@ $kendo-no-data-min-height: 140px !default;
|
|
|
6
6
|
|
|
7
7
|
/// The color of the 'No Data' text.
|
|
8
8
|
/// @group no-data
|
|
9
|
-
$kendo-no-data-text:
|
|
9
|
+
$kendo-no-data-text: k-color(subtle) !default;
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
@forward "@progress/kendo-theme-core/scss/components/no-data/_variables.scss" with (
|