@progress/kendo-theme-fluent 12.3.1-dev.9 → 13.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/fluent-1-dark.css +1 -1
- package/dist/fluent-1.css +1 -1
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +39709 -35083
- package/dist/meta/sassdoc-raw-data.json +14965 -12673
- package/dist/meta/variables.json +896 -765
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-1-dark.json +1 -1
- package/lib/swatches/fluent-1.json +1 -1
- package/lib/swatches/fluent-main-dark.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +5 -5
- package/scss/appbar/_variables.scss +6 -16
- package/scss/avatar/_variables.scss +37 -23
- package/scss/badge/_theme.scss +25 -11
- package/scss/badge/_variables.scss +22 -43
- package/scss/bottom-navigation/_theme.scss +68 -53
- package/scss/bottom-navigation/_variables.scss +12 -18
- package/scss/breadcrumb/_variables.scss +6 -30
- package/scss/button/_layout.scss +165 -156
- package/scss/button/_theme.scss +183 -135
- package/scss/button/_variables.scss +28 -42
- package/scss/calendar/_layout.scss +12 -8
- package/scss/calendar/_variables.scss +8 -2
- package/scss/card/_variables.scss +7 -16
- package/scss/checkbox/_layout.scss +15 -11
- package/scss/checkbox/_variables.scss +13 -1
- package/scss/chip/_layout.scss +6 -7
- package/scss/chip/_theme.scss +94 -76
- package/scss/chip/_variables.scss +32 -43
- package/scss/coloreditor/_layout.scss +17 -13
- package/scss/coloreditor/_variables.scss +17 -48
- package/scss/colorgradient/_layout.scss +1 -1
- package/scss/colorgradient/_variables.scss +30 -60
- package/scss/colorpalette/_layout.scss +0 -12
- package/scss/colorpalette/_variables.scss +7 -19
- package/scss/column-menu/_layout.scss +16 -12
- package/scss/column-menu/_variables.scss +6 -24
- package/scss/datetimepicker/_variables.scss +6 -15
- package/scss/dialog/_variables.scss +7 -9
- package/scss/fab/_layout.scss +13 -10
- package/scss/fab/_theme.scss +11 -6
- package/scss/fab/_variables.scss +21 -17
- package/scss/forms/_layout.scss +8 -6
- package/scss/forms/_variables.scss +7 -16
- package/scss/grid/_layout.scss +15 -11
- package/scss/grid/_variables.scss +6 -42
- package/scss/icons/_variables.scss +6 -0
- package/scss/input/_layout.scss +113 -54
- package/scss/input/_theme.scss +97 -62
- package/scss/input/_variables.scss +81 -43
- package/scss/list/_variables.scss +6 -70
- package/scss/loader/_variables.scss +13 -17
- package/scss/menu/_variables.scss +6 -32
- package/scss/messagebox/_variables.scss +7 -17
- package/scss/notification/_functions.scss +2 -2
- package/scss/notification/_variables.scss +9 -15
- package/scss/otp/_variables.scss +1 -22
- package/scss/overlay/_theme.scss +0 -9
- package/scss/overlay/_variables.scss +9 -7
- package/scss/pager/_layout.scss +7 -2
- package/scss/pager/_variables.scss +7 -22
- package/scss/radio/_layout.scss +16 -11
- package/scss/radio/_variables.scss +7 -1
- package/scss/signature/_variables.scss +0 -21
- package/scss/split-button/_variables.scss +0 -8
- package/scss/suggestion/_variables.scss +4 -45
- package/scss/switch/_variables.scss +103 -7
- package/scss/table/_variables.scss +6 -33
- package/scss/tabstrip/_variables.scss +7 -25
- package/scss/timeselector/_variables.scss +21 -39
- package/scss/toolbar/_layout.scss +25 -12
- package/scss/toolbar/_theme.scss +7 -5
- package/scss/toolbar/_variables.scss +12 -25
- package/scss/tooltip/_functions.scss +15 -6
- package/scss/tooltip/_theme.scss +0 -21
- package/scss/tooltip/_variables.scss +3 -14
- package/scss/treeview/_variables.scss +6 -32
- package/scss/window/_theme.scss +0 -15
- package/scss/window/_variables.scss +12 -18
|
@@ -2,10 +2,26 @@
|
|
|
2
2
|
@use "../core/_index.scss" as *;
|
|
3
3
|
@use "../button/_variables.scss"as *;
|
|
4
4
|
|
|
5
|
+
/// The default fill mode of the Input.
|
|
6
|
+
/// @group input
|
|
7
|
+
/// @role default
|
|
8
|
+
$kendo-input-default-fill-mode: "solid" !default;
|
|
9
|
+
/// The default roundness of the Input.
|
|
10
|
+
/// @group input
|
|
11
|
+
/// @role default
|
|
12
|
+
$kendo-input-default-roundness: "md" !default;
|
|
13
|
+
/// The default size of the Input.
|
|
14
|
+
/// @group input
|
|
15
|
+
/// @role default
|
|
16
|
+
$kendo-input-default-size: "md" !default;
|
|
17
|
+
|
|
5
18
|
/// The width of the Input components.
|
|
6
19
|
/// @group input
|
|
7
20
|
$kendo-input-width: var( --kendo-input-width, 100% ) !default;
|
|
8
21
|
|
|
22
|
+
/// The border radius of the Input components.
|
|
23
|
+
/// @group input
|
|
24
|
+
$kendo-input-border-radius: null !default;
|
|
9
25
|
/// The width of the border around the Input components.
|
|
10
26
|
/// @group input
|
|
11
27
|
$kendo-input-border-width: 1px !default;
|
|
@@ -229,172 +245,187 @@ $kendo-input-flat-disabled-bg: none !default;
|
|
|
229
245
|
/// @group input
|
|
230
246
|
$kendo-input-flat-disabled-border: color-mix(in srgb, k-color(on-app-surface) 14%, transparent) !default;
|
|
231
247
|
|
|
248
|
+
/// The default fill mode of the Picker.
|
|
249
|
+
/// @group picker
|
|
250
|
+
/// @role default
|
|
251
|
+
$kendo-picker-default-fill-mode: "solid" !default;
|
|
252
|
+
|
|
253
|
+
/// The default roundness of the Picker.
|
|
254
|
+
/// @group picker
|
|
255
|
+
/// @role default
|
|
256
|
+
$kendo-picker-default-roundness: "md" !default;
|
|
257
|
+
|
|
258
|
+
/// The default size of the Picker.
|
|
259
|
+
/// @group picker
|
|
260
|
+
/// @role default
|
|
261
|
+
$kendo-picker-default-size: "md" !default;
|
|
262
|
+
|
|
232
263
|
/// The text color of the solid Picker components.
|
|
233
|
-
/// @group
|
|
264
|
+
/// @group picker
|
|
234
265
|
$kendo-picker-text: var( --kendo-picker-text, k-color(on-app-surface) ) !default;
|
|
235
266
|
|
|
236
267
|
/// The background color of the solid Picker components.
|
|
237
|
-
/// @group
|
|
268
|
+
/// @group picker
|
|
238
269
|
$kendo-picker-bg: var( --kendo-picker-bg, k-color(surface-alt) ) !default;
|
|
239
270
|
|
|
240
271
|
/// The border color of the solid Picker components.
|
|
241
|
-
/// @group
|
|
272
|
+
/// @group picker
|
|
242
273
|
$kendo-picker-border: var( --kendo-picker-border, color-mix(in srgb, k-color(border) 26%, transparent) ) !default;
|
|
243
274
|
|
|
244
275
|
/// The text color of the hovered solid Picker components.
|
|
245
|
-
/// @group
|
|
276
|
+
/// @group picker
|
|
246
277
|
$kendo-picker-hover-text: k-color(on-app-surface) !default;
|
|
247
278
|
|
|
248
279
|
/// The background color of hovered the solid Picker components.
|
|
249
|
-
/// @group
|
|
280
|
+
/// @group picker
|
|
250
281
|
$kendo-picker-hover-bg: k-color(surface-alt) !default;
|
|
251
282
|
|
|
252
283
|
/// The border color of the hovered solid Picker components.
|
|
253
|
-
/// @group
|
|
284
|
+
/// @group picker
|
|
254
285
|
$kendo-picker-hover-border: color-mix(in srgb, k-color(border) 34%, transparent) !default;
|
|
255
286
|
|
|
256
287
|
/// The text color of the focused solid Picker components.
|
|
257
|
-
/// @group
|
|
288
|
+
/// @group picker
|
|
258
289
|
$kendo-picker-focus-text: k-color(on-app-surface) !default;
|
|
259
290
|
|
|
260
291
|
/// The background color of the focused solid Picker components.
|
|
261
|
-
/// @group
|
|
292
|
+
/// @group picker
|
|
262
293
|
$kendo-picker-focus-bg: k-color(surface-alt) !default;
|
|
263
294
|
|
|
264
295
|
/// The border color of the focused solid Picker components.
|
|
265
|
-
/// @group
|
|
296
|
+
/// @group picker
|
|
266
297
|
$kendo-picker-focus-border: k-color(primary-on-surface) !default;
|
|
267
298
|
|
|
268
299
|
/// The text color of the disabled solid Picker components.
|
|
269
|
-
/// @group
|
|
300
|
+
/// @group picker
|
|
270
301
|
$kendo-picker-disabled-text: color-mix(in srgb, k-color(on-app-surface) 30%, transparent) !default;
|
|
271
302
|
|
|
272
303
|
/// The background color of the disabled solid Picker components.
|
|
273
|
-
/// @group
|
|
304
|
+
/// @group picker
|
|
274
305
|
$kendo-picker-disabled-bg: null !default;
|
|
275
306
|
|
|
276
307
|
/// The border color of the disabled solid Picker components.
|
|
277
|
-
/// @group
|
|
308
|
+
/// @group picker
|
|
278
309
|
$kendo-picker-disabled-border: color-mix(in srgb, k-color(on-app-surface) 14%, transparent ) !default;
|
|
279
310
|
|
|
280
311
|
/// The text color of the outline Picker components.
|
|
281
|
-
/// @group
|
|
312
|
+
/// @group picker
|
|
282
313
|
$kendo-picker-outline-text: var( --kendo-picker-outline-text, k-color(on-app-surface) ) !default;
|
|
283
314
|
|
|
284
315
|
/// The background color of the outline Picker components.
|
|
285
|
-
/// @group
|
|
286
|
-
$kendo-picker-outline-bg: var( --kendo-picker-outline-bg,
|
|
316
|
+
/// @group picker
|
|
317
|
+
$kendo-picker-outline-bg: var( --kendo-picker-outline-bg, transparent ) !default;
|
|
287
318
|
|
|
288
319
|
/// The border color of the outline Picker components.
|
|
289
|
-
/// @group
|
|
320
|
+
/// @group picker
|
|
290
321
|
$kendo-picker-outline-border: var( --kendo-picker-outline-border, color-mix( in srgb, k-color(border) 26%, transparent ) ) !default;
|
|
291
322
|
|
|
292
323
|
/// The text color of the hovered outline Picker components.
|
|
293
|
-
/// @group
|
|
324
|
+
/// @group picker
|
|
294
325
|
$kendo-picker-outline-hover-text: k-color(on-app-surface) !default;
|
|
295
326
|
|
|
296
327
|
/// The background color of the hovered outline Picker components.
|
|
297
|
-
/// @group
|
|
328
|
+
/// @group picker
|
|
298
329
|
$kendo-picker-outline-hover-bg: k-color(app-surface) !default;
|
|
299
330
|
|
|
300
331
|
/// The border color of the hovered outline Picker components.
|
|
301
|
-
/// @group
|
|
332
|
+
/// @group picker
|
|
302
333
|
$kendo-picker-outline-hover-border: color-mix( in srgb, k-color(border) 34%, transparent ) !default;
|
|
303
334
|
|
|
304
335
|
/// The text color of the focused outline Picker components.
|
|
305
|
-
/// @group
|
|
336
|
+
/// @group picker
|
|
306
337
|
$kendo-picker-outline-focus-text: k-color(on-app-surface) !default;
|
|
307
338
|
|
|
308
339
|
/// The background color of the focused outline Picker components.
|
|
309
|
-
/// @group
|
|
340
|
+
/// @group picker
|
|
310
341
|
$kendo-picker-outline-focus-bg: k-color(app-surface) !default;
|
|
311
342
|
|
|
312
343
|
/// The border color of the focused outline Picker components.
|
|
313
|
-
/// @group
|
|
344
|
+
/// @group picker
|
|
314
345
|
$kendo-picker-outline-focus-border: k-color(primary-on-surface) !default;
|
|
315
346
|
|
|
316
347
|
/// The text color of the hovered and focused outline Picker components.
|
|
317
|
-
/// @group
|
|
348
|
+
/// @group picker
|
|
318
349
|
$kendo-picker-outline-hover-focus-text: k-color(on-app-surface) !default;
|
|
319
350
|
|
|
320
351
|
/// The background color of the hovered and focused outline Picker components.
|
|
321
|
-
/// @group
|
|
352
|
+
/// @group picker
|
|
322
353
|
$kendo-picker-outline-hover-focus-bg: k-color(app-surface) !default;
|
|
323
354
|
|
|
324
355
|
/// The border color of the hovered and focused outline Picker components.
|
|
325
|
-
/// @group
|
|
356
|
+
/// @group picker
|
|
326
357
|
$kendo-picker-outline-hover-focus-border: k-color(primary-on-surface) !default;
|
|
327
358
|
|
|
328
359
|
/// The text color of the disabled outline Picker components.
|
|
329
|
-
/// @group
|
|
360
|
+
/// @group picker
|
|
330
361
|
$kendo-picker-outline-disabled-text: color-mix(in srgb, k-color(on-app-surface) 30%, transparent) !default;
|
|
331
362
|
|
|
332
363
|
/// The background color of the disabled outline Picker components.
|
|
333
|
-
/// @group
|
|
364
|
+
/// @group picker
|
|
334
365
|
$kendo-picker-outline-disabled-bg: none !default;
|
|
335
366
|
|
|
336
367
|
/// The border color of the disabled outline Picker components.
|
|
337
|
-
/// @group
|
|
368
|
+
/// @group picker
|
|
338
369
|
$kendo-picker-outline-disabled-border: $kendo-picker-outline-disabled-text!default;
|
|
339
370
|
|
|
340
371
|
/// The text color of the flat Picker components.
|
|
341
|
-
/// @group
|
|
372
|
+
/// @group picker
|
|
342
373
|
$kendo-picker-flat-text: var( --kendo-picker-flat-text, k-color(on-app-surface) ) !default;
|
|
343
374
|
|
|
344
375
|
/// The background color of the flat Picker components.
|
|
345
|
-
/// @group
|
|
376
|
+
/// @group picker
|
|
346
377
|
$kendo-picker-flat-bg: var( --kendo-picker-flat-bg, none ) !default;
|
|
347
378
|
|
|
348
379
|
/// The border color of the flat Picker components.
|
|
349
|
-
/// @group
|
|
380
|
+
/// @group picker
|
|
350
381
|
$kendo-picker-flat-border: var( --kendo-picker-flat-border, k-color(border) ) !default;
|
|
351
382
|
|
|
352
383
|
/// The text color of the hovered flat Picker components.
|
|
353
|
-
/// @group
|
|
384
|
+
/// @group picker
|
|
354
385
|
$kendo-picker-flat-hover-text: k-color(on-app-surface) !default;
|
|
355
386
|
|
|
356
387
|
/// The background color of the hovered flat Picker components.
|
|
357
|
-
/// @group
|
|
388
|
+
/// @group picker
|
|
358
389
|
$kendo-picker-flat-hover-bg: var( --kendo-picker-outline-bg, none ) !default;
|
|
359
390
|
|
|
360
391
|
/// The border color of the hovered flat Picker components.
|
|
361
|
-
/// @group
|
|
392
|
+
/// @group picker
|
|
362
393
|
$kendo-picker-flat-hover-border: k-color(border-alt) !default;
|
|
363
394
|
|
|
364
395
|
/// The text color of the focused flat Picker components.
|
|
365
|
-
/// @group
|
|
396
|
+
/// @group picker
|
|
366
397
|
$kendo-picker-flat-focus-text: k-color(on-app-surface) !default;
|
|
367
398
|
|
|
368
399
|
/// The background color of the focused flat Picker components.
|
|
369
|
-
/// @group
|
|
400
|
+
/// @group picker
|
|
370
401
|
$kendo-picker-flat-focus-bg: k-color(app-surface) !default;
|
|
371
402
|
|
|
372
403
|
/// The border color of the focused flat Picker components.
|
|
373
|
-
/// @group
|
|
404
|
+
/// @group picker
|
|
374
405
|
$kendo-picker-flat-focus-border: k-color(primary-on-surface) !default;
|
|
375
406
|
|
|
376
407
|
/// The text color of the hovered and focused flat Picker components.
|
|
377
|
-
/// @group
|
|
408
|
+
/// @group picker
|
|
378
409
|
$kendo-picker-flat-hover-focus-text: $kendo-picker-flat-hover-text !default;
|
|
379
410
|
|
|
380
411
|
/// The background color of the hovered and focused flat Picker components.
|
|
381
|
-
/// @group
|
|
412
|
+
/// @group picker
|
|
382
413
|
$kendo-picker-flat-hover-focus-bg: $kendo-picker-flat-hover-bg !default;
|
|
383
414
|
|
|
384
415
|
/// The border color of the hovered and focused flat Picker components.
|
|
385
|
-
/// @group
|
|
416
|
+
/// @group picker
|
|
386
417
|
$kendo-picker-flat-hover-focus-border: $kendo-picker-flat-border !default;
|
|
387
418
|
|
|
388
419
|
/// The text color of the disabled flat Picker components.
|
|
389
|
-
/// @group
|
|
420
|
+
/// @group picker
|
|
390
421
|
$kendo-picker-flat-disabled-text: color-mix(in srgb, k-color(on-app-surface) 30%, transparent) !default;
|
|
391
422
|
|
|
392
423
|
/// The background color of the disabled flat Picker components.
|
|
393
|
-
/// @group
|
|
424
|
+
/// @group picker
|
|
394
425
|
$kendo-picker-flat-disabled-bg: none !default;
|
|
395
426
|
|
|
396
427
|
/// The border color of the disabled flat Picker components.
|
|
397
|
-
/// @group
|
|
428
|
+
/// @group picker
|
|
398
429
|
$kendo-picker-flat-disabled-border: $kendo-picker-flat-disabled-text !default;
|
|
399
430
|
|
|
400
431
|
$kendo-input-calc-size: calc( ( #{$kendo-input-md-line-height} * 1em ) + ( #{$kendo-input-md-padding-y} * 2 ) + calc( #{$kendo-input-border-width} * 2 ) ) !default;
|
|
@@ -495,7 +526,11 @@ $kendo-use-input-spinner-width: true !default;
|
|
|
495
526
|
$kendo-use-input-spinner-icon-offset: false !default;
|
|
496
527
|
|
|
497
528
|
@forward "@progress/kendo-theme-core/scss/components/input/_variables.scss" with (
|
|
529
|
+
$kendo-input-default-fill-mode: $kendo-input-default-fill-mode,
|
|
530
|
+
$kendo-input-default-roundness: $kendo-input-default-roundness,
|
|
531
|
+
$kendo-input-default-size: $kendo-input-default-size,
|
|
498
532
|
$kendo-input-default-width: $kendo-input-width,
|
|
533
|
+
$kendo-input-border-radius: $kendo-input-border-radius,
|
|
499
534
|
$kendo-input-border-width: $kendo-input-border-width,
|
|
500
535
|
$kendo-input-sm-padding-x: $kendo-input-sm-padding-x,
|
|
501
536
|
$kendo-input-md-padding-x: $kendo-input-md-padding-x,
|
|
@@ -556,6 +591,9 @@ $kendo-use-input-spinner-icon-offset: false !default;
|
|
|
556
591
|
$kendo-input-prefix-text: $kendo-input-prefix-text,
|
|
557
592
|
$kendo-input-suffix-text: $kendo-input-suffix-text,
|
|
558
593
|
$kendo-input-invalid-border: $kendo-input-invalid-border,
|
|
594
|
+
$kendo-picker-default-fill-mode: $kendo-picker-default-fill-mode,
|
|
595
|
+
$kendo-picker-default-roundness: $kendo-picker-default-roundness,
|
|
596
|
+
$kendo-picker-default-size: $kendo-picker-default-size,
|
|
559
597
|
$kendo-picker-bg: $kendo-picker-bg,
|
|
560
598
|
$kendo-picker-text: $kendo-picker-text,
|
|
561
599
|
$kendo-picker-border: $kendo-picker-border,
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
@use "sass:map";
|
|
2
2
|
@use "../core/_index.scss" as *;
|
|
3
3
|
|
|
4
|
+
/// The default size of the List.
|
|
5
|
+
/// @group list
|
|
6
|
+
/// @role default
|
|
7
|
+
$kendo-list-default-size: "md" !default;
|
|
8
|
+
|
|
4
9
|
/// The font family of the List components.
|
|
5
10
|
/// @group list
|
|
6
11
|
$kendo-list-font-family: var( --kendo-list-font-family, var(--kendo-font-family, inherit) ) !default;
|
|
@@ -226,75 +231,6 @@ $kendo-list-item-border-radius: var( --kendo-list-item-border-radius, #{k-border
|
|
|
226
231
|
/// @group list
|
|
227
232
|
$kendo-list-item-spacing: var( --kendo-list-item-spacing, #{k-spacing(0.5)} ) !default;
|
|
228
233
|
|
|
229
|
-
/// The map with the sizes of the List.
|
|
230
|
-
/// @group list
|
|
231
|
-
$kendo-list-sizes: (
|
|
232
|
-
sm: (
|
|
233
|
-
font-size: $kendo-list-sm-font-size,
|
|
234
|
-
line-height: $kendo-list-sm-line-height,
|
|
235
|
-
header-padding-x: $kendo-list-sm-header-padding-x,
|
|
236
|
-
header-padding-y: $kendo-list-sm-header-padding-y,
|
|
237
|
-
header-font-size: $kendo-list-sm-header-font-size,
|
|
238
|
-
header-line-height: $kendo-list-sm-header-line-height,
|
|
239
|
-
item-padding-x: $kendo-list-sm-item-padding-x,
|
|
240
|
-
item-padding-y: $kendo-list-sm-item-padding-y,
|
|
241
|
-
item-font-size: $kendo-list-sm-item-font-size,
|
|
242
|
-
item-line-height: $kendo-list-sm-item-line-height,
|
|
243
|
-
item-group-label-padding-x: $kendo-list-item-group-label-sm-padding-x,
|
|
244
|
-
item-group-label-padding-y: $kendo-list-item-group-label-sm-padding-y,
|
|
245
|
-
item-group-label-font-size: $kendo-list-item-group-label-sm-font-size,
|
|
246
|
-
group-item-padding-x: $kendo-list-sm-group-item-padding-x,
|
|
247
|
-
group-item-padding-y: $kendo-list-sm-group-item-padding-y,
|
|
248
|
-
group-item-font-size: $kendo-list-sm-group-item-font-size,
|
|
249
|
-
group-item-line-height: $kendo-list-sm-group-item-line-height,
|
|
250
|
-
filter-padding-x: $kendo-list-sm-filter-padding-x,
|
|
251
|
-
filter-padding-y: $kendo-list-sm-filter-padding-y
|
|
252
|
-
),
|
|
253
|
-
md: (
|
|
254
|
-
font-size: $kendo-list-md-font-size,
|
|
255
|
-
line-height: $kendo-list-md-line-height,
|
|
256
|
-
header-padding-x: $kendo-list-md-header-padding-x,
|
|
257
|
-
header-padding-y: $kendo-list-md-header-padding-y,
|
|
258
|
-
header-font-size: $kendo-list-md-header-font-size,
|
|
259
|
-
header-line-height: $kendo-list-md-header-line-height,
|
|
260
|
-
item-padding-x: $kendo-list-md-item-padding-x,
|
|
261
|
-
item-padding-y: $kendo-list-md-item-padding-y,
|
|
262
|
-
item-font-size: $kendo-list-md-item-font-size,
|
|
263
|
-
item-line-height: $kendo-list-md-item-line-height,
|
|
264
|
-
item-group-label-padding-x: $kendo-list-item-group-label-md-padding-x,
|
|
265
|
-
item-group-label-padding-y: $kendo-list-item-group-label-md-padding-y,
|
|
266
|
-
item-group-label-font-size: $kendo-list-item-group-label-md-font-size,
|
|
267
|
-
group-item-padding-x: $kendo-list-md-group-item-padding-x,
|
|
268
|
-
group-item-padding-y: $kendo-list-md-group-item-padding-y,
|
|
269
|
-
group-item-font-size: $kendo-list-md-group-item-font-size,
|
|
270
|
-
group-item-line-height: $kendo-list-md-group-item-line-height,
|
|
271
|
-
filter-padding-x: $kendo-list-md-filter-padding-x,
|
|
272
|
-
filter-padding-y: $kendo-list-md-filter-padding-y
|
|
273
|
-
),
|
|
274
|
-
lg: (
|
|
275
|
-
font-size: $kendo-list-lg-font-size,
|
|
276
|
-
line-height: $kendo-list-lg-line-height,
|
|
277
|
-
header-padding-x: $kendo-list-lg-header-padding-x,
|
|
278
|
-
header-padding-y: $kendo-list-lg-header-padding-y,
|
|
279
|
-
header-font-size: $kendo-list-lg-header-font-size,
|
|
280
|
-
header-line-height: $kendo-list-lg-header-line-height,
|
|
281
|
-
item-padding-x: $kendo-list-lg-item-padding-x,
|
|
282
|
-
item-padding-y: $kendo-list-lg-item-padding-y,
|
|
283
|
-
item-font-size: $kendo-list-lg-item-font-size,
|
|
284
|
-
item-line-height: $kendo-list-lg-item-line-height,
|
|
285
|
-
item-group-label-padding-x: $kendo-list-item-group-label-lg-padding-x,
|
|
286
|
-
item-group-label-padding-y: $kendo-list-item-group-label-lg-padding-y,
|
|
287
|
-
item-group-label-font-size: $kendo-list-item-group-label-lg-font-size,
|
|
288
|
-
group-item-padding-x: $kendo-list-lg-group-item-padding-x,
|
|
289
|
-
group-item-padding-y: $kendo-list-lg-group-item-padding-y,
|
|
290
|
-
group-item-font-size: $kendo-list-lg-group-item-font-size,
|
|
291
|
-
group-item-line-height: $kendo-list-lg-group-item-line-height,
|
|
292
|
-
filter-padding-x: $kendo-list-lg-filter-padding-x,
|
|
293
|
-
filter-padding-y: $kendo-list-lg-filter-padding-y
|
|
294
|
-
)
|
|
295
|
-
) !default;
|
|
296
|
-
|
|
297
|
-
|
|
298
234
|
/// The background color of the List component.
|
|
299
235
|
/// @group list
|
|
300
236
|
$kendo-list-bg: var( --kendo-list-bg, #{k-color(surface-alt)} ) !default;
|
|
@@ -386,6 +322,7 @@ $kendo-list-option-label-text: var( --kendo-list-option-label-text, #{k-color(su
|
|
|
386
322
|
$kendo-list-option-label-disabled-text: var( --kendo-list-option-label-disabled-text, #{color-mix(in srgb, k-color(on-app-surface) 46%, transparent)} ) !default;
|
|
387
323
|
|
|
388
324
|
@forward "@progress/kendo-theme-core/scss/components/list/_variables.scss" with (
|
|
325
|
+
$kendo-list-default-size: $kendo-list-default-size,
|
|
389
326
|
$kendo-list-font-family: $kendo-list-font-family,
|
|
390
327
|
$kendo-list-sm-font-size: $kendo-list-sm-font-size,
|
|
391
328
|
$kendo-list-md-font-size: $kendo-list-md-font-size,
|
|
@@ -448,7 +385,6 @@ $kendo-list-option-label-disabled-text: var( --kendo-list-option-label-disabled-
|
|
|
448
385
|
$kendo-list-lg-filter-padding-x: $kendo-list-lg-filter-padding-x,
|
|
449
386
|
$kendo-list-lg-filter-padding-y: $kendo-list-lg-filter-padding-y,
|
|
450
387
|
$kendo-list-group-item-font-weight: $kendo-list-group-item-font-weight,
|
|
451
|
-
$kendo-list-sizes: $kendo-list-sizes,
|
|
452
388
|
$kendo-list-bg: $kendo-list-bg,
|
|
453
389
|
$kendo-list-text: $kendo-list-text,
|
|
454
390
|
$kendo-list-border: $kendo-list-border,
|
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
@use "sass:math";
|
|
3
3
|
@use "../core/_index.scss" as *;
|
|
4
4
|
|
|
5
|
+
/// The default size of the Loader.
|
|
6
|
+
/// @group loader
|
|
7
|
+
/// @role default
|
|
8
|
+
$kendo-loader-default-size: "md" !default;
|
|
9
|
+
|
|
10
|
+
/// The default theme color of the Loader.
|
|
11
|
+
/// @group loader
|
|
12
|
+
/// @role default
|
|
13
|
+
$kendo-loader-default-theme-color: "primary" !default;
|
|
14
|
+
|
|
5
15
|
/// The border radius of the Loader segment.
|
|
6
16
|
/// @group loader
|
|
7
17
|
$kendo-loader-segment-border-radius: var( --kendo-loader-segment-border-radius, 50% ) !default;
|
|
@@ -136,21 +146,6 @@ $kendo-loader-md-container-font-size: var( --kendo-loader-md-container-font-size
|
|
|
136
146
|
/// @group loader
|
|
137
147
|
$kendo-loader-lg-container-font-size: var( --kendo-loader-lg-container-font-size, var( --kendo-font-size-xl, inherit ) ) !default;
|
|
138
148
|
|
|
139
|
-
/// The theme colors map for the Loader variations.
|
|
140
|
-
/// @group loader
|
|
141
|
-
$kendo-loader-theme-colors: (
|
|
142
|
-
"primary": k-color(primary),
|
|
143
|
-
"secondary": k-color(secondary),
|
|
144
|
-
"tertiary": k-color(tertiary),
|
|
145
|
-
"info": k-color(info),
|
|
146
|
-
"success": k-color(success),
|
|
147
|
-
"warning": k-color(warning),
|
|
148
|
-
"error": k-color(error),
|
|
149
|
-
"dark": k-color(dark),
|
|
150
|
-
"light": k-color(light),
|
|
151
|
-
"inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
|
|
152
|
-
) !default;
|
|
153
|
-
|
|
154
149
|
// Loading indicator
|
|
155
150
|
/// The background color of the Loading indicator.
|
|
156
151
|
/// @group loading
|
|
@@ -166,6 +161,8 @@ $kendo-loading-opacity: var( --kendo-loading-opacity, .3 ) !default;
|
|
|
166
161
|
$kendo-zindex-loading: var( --kendo-zindex-loading, 100 ) !default;
|
|
167
162
|
|
|
168
163
|
@forward "@progress/kendo-theme-core/scss/components/loader/_variables.scss" with (
|
|
164
|
+
$kendo-loader-default-size: $kendo-loader-default-size,
|
|
165
|
+
$kendo-loader-default-theme-color: $kendo-loader-default-theme-color,
|
|
169
166
|
$kendo-loader-segment-border-radius: $kendo-loader-segment-border-radius,
|
|
170
167
|
$kendo-loader-sm-segment-size: $kendo-loader-sm-segment-size,
|
|
171
168
|
$kendo-loader-md-segment-size: $kendo-loader-md-segment-size,
|
|
@@ -196,6 +193,5 @@ $kendo-zindex-loading: var( --kendo-zindex-loading, 100 ) !default;
|
|
|
196
193
|
$kendo-loading-bg: $kendo-loading-bg,
|
|
197
194
|
$kendo-loading-text: $kendo-loading-text,
|
|
198
195
|
$kendo-loading-opacity: $kendo-loading-opacity,
|
|
199
|
-
$kendo-zindex-loading: $kendo-zindex-loading
|
|
200
|
-
$kendo-loader-theme-colors: $kendo-loader-theme-colors
|
|
196
|
+
$kendo-zindex-loading: $kendo-zindex-loading
|
|
201
197
|
);
|
|
@@ -3,6 +3,11 @@
|
|
|
3
3
|
@use "../list/_variables.scss"as *;
|
|
4
4
|
@use "../popup/_variables.scss"as *;
|
|
5
5
|
|
|
6
|
+
/// The default size of the Menu group.
|
|
7
|
+
/// @group menu
|
|
8
|
+
/// @role default
|
|
9
|
+
$kendo-menu-group-default-size: "md" !default;
|
|
10
|
+
|
|
6
11
|
/// The width of the border around the Menu.
|
|
7
12
|
/// @group menu
|
|
8
13
|
$kendo-menu-border-width: var( --kendo-menu-border-width, #{k-spacing(0)} ) !default;
|
|
@@ -217,38 +222,6 @@ $kendo-menu-popup-lg-item-icon-margin-end: calc( -1 * (var( --kendo-icon-size, 1
|
|
|
217
222
|
/// @group menu
|
|
218
223
|
$kendo-menu-popup-item-spacing: var( --kendo-menu-popup-item-spacing, #{k-spacing(0)} ) !default;
|
|
219
224
|
|
|
220
|
-
/// The sizes map for the Menu.
|
|
221
|
-
/// @group menu
|
|
222
|
-
$kendo-menu-sizes: (
|
|
223
|
-
sm: (
|
|
224
|
-
group-font-size: $kendo-menu-popup-sm-font-size,
|
|
225
|
-
group-line-height: $kendo-menu-popup-sm-line-height,
|
|
226
|
-
link-padding-x: $kendo-menu-popup-sm-item-padding-x,
|
|
227
|
-
link-padding-y: $kendo-menu-popup-sm-item-padding-y,
|
|
228
|
-
link-padding-inline-end: $kendo-menu-popup-sm-item-padding-end,
|
|
229
|
-
arrow-margin-inline-start: $kendo-menu-popup-sm-item-icon-margin-start,
|
|
230
|
-
arrow-margin-inline-end: $kendo-menu-popup-sm-item-icon-margin-end,
|
|
231
|
-
),
|
|
232
|
-
md: (
|
|
233
|
-
group-font-size: $kendo-menu-popup-md-font-size,
|
|
234
|
-
group-line-height: $kendo-menu-popup-md-line-height,
|
|
235
|
-
link-padding-x: $kendo-menu-popup-md-item-padding-x,
|
|
236
|
-
link-padding-y: $kendo-menu-popup-md-item-padding-y,
|
|
237
|
-
link-padding-inline-end: $kendo-menu-popup-md-item-padding-end,
|
|
238
|
-
arrow-margin-inline-start: $kendo-menu-popup-item-icon-md-margin-start,
|
|
239
|
-
arrow-margin-inline-end: $kendo-menu-popup-item-icon-md-margin-end,
|
|
240
|
-
),
|
|
241
|
-
lg: (
|
|
242
|
-
group-font-size: $kendo-menu-popup-lg-font-size,
|
|
243
|
-
group-line-height: $kendo-menu-popup-lg-line-height,
|
|
244
|
-
link-padding-x: $kendo-menu-popup-lg-item-padding-x,
|
|
245
|
-
link-padding-y: $kendo-menu-popup-lg-item-padding-y,
|
|
246
|
-
link-padding-inline-end: $kendo-menu-popup-lg-item-padding-end,
|
|
247
|
-
arrow-margin-inline-start: $kendo-menu-popup-lg-item-icon-margin-start,
|
|
248
|
-
arrow-margin-inline-end: $kendo-menu-popup-lg-item-icon-margin-end
|
|
249
|
-
)
|
|
250
|
-
) !default;
|
|
251
|
-
|
|
252
225
|
/// The text color of the Menu item in popup.
|
|
253
226
|
/// @group menu
|
|
254
227
|
$kendo-menu-popup-item-text: var( --kendo-menu-popup-item-text, #{$kendo-list-item-text} ) !default;
|
|
@@ -300,6 +273,7 @@ $kendo-menu-scroll-button-hover-border: var( --kendo-menu-scroll-button-hover-bo
|
|
|
300
273
|
$kendo-menu-icon-color: var( --kendo-menu-icon-color, #{k-color(primary)} ) !default;
|
|
301
274
|
|
|
302
275
|
@forward "@progress/kendo-theme-core/scss/components/menu/_variables.scss" with (
|
|
276
|
+
$kendo-menu-group-default-size: $kendo-menu-group-default-size,
|
|
303
277
|
$kendo-menu-border-width: $kendo-menu-border-width,
|
|
304
278
|
$kendo-menu-font-family: $kendo-menu-font-family,
|
|
305
279
|
$kendo-menu-font-size: $kendo-menu-font-size,
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
@use "sass:map";
|
|
2
2
|
@use "../core/_index.scss" as *;
|
|
3
3
|
|
|
4
|
+
/// The default theme color of the MessageBox.
|
|
5
|
+
/// @group messagebox
|
|
6
|
+
/// @role default
|
|
7
|
+
$kendo-message-box-default-theme-color: null !default;
|
|
8
|
+
|
|
4
9
|
/// Margin around the message box.
|
|
5
10
|
/// @group messagebox
|
|
6
11
|
$kendo-message-box-margin: var( --kendo-message-box-margin, 0 0 k-spacing(3) 0 ) !default;
|
|
@@ -42,28 +47,13 @@ $kendo-message-box-link-text: var( --kendo-message-box-link-text, k-color(primar
|
|
|
42
47
|
/// @group messagebox
|
|
43
48
|
$kendo-message-box-link-hover-text: var( --kendo-message-box-link-hover-text, k-color(primary-hover) ) !default;
|
|
44
49
|
|
|
45
|
-
/// The theme colors of the Messagebox.
|
|
46
|
-
/// @group messagebox
|
|
47
|
-
$kendo-messagebox-theme-colors: (
|
|
48
|
-
"primary": k-color(primary),
|
|
49
|
-
"secondary": k-color(secondary),
|
|
50
|
-
"tertiary": k-color(tertiary),
|
|
51
|
-
"info": k-color(info),
|
|
52
|
-
"success": k-color(success),
|
|
53
|
-
"warning": k-color(warning),
|
|
54
|
-
"error": k-color(error),
|
|
55
|
-
"dark": k-color(dark),
|
|
56
|
-
"light": k-color(light),
|
|
57
|
-
"inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark)),
|
|
58
|
-
) !default;
|
|
59
|
-
|
|
60
50
|
@forward "@progress/kendo-theme-core/scss/components/messagebox/_variables.scss" with (
|
|
51
|
+
$kendo-message-box-default-theme-color: $kendo-message-box-default-theme-color,
|
|
61
52
|
$kendo-message-box-margin: $kendo-message-box-margin,
|
|
62
53
|
$kendo-message-box-padding-x: $kendo-message-box-padding-x,
|
|
63
54
|
$kendo-message-box-padding-y: $kendo-message-box-padding-y,
|
|
64
55
|
$kendo-message-box-border-width: $kendo-message-box-border-width,
|
|
65
56
|
$kendo-message-box-font-size: $kendo-message-box-font-size,
|
|
66
57
|
$kendo-message-box-line-height: $kendo-message-box-line-height,
|
|
67
|
-
$kendo-message-box-link-font-style: $kendo-message-box-link-font-style
|
|
68
|
-
$kendo-message-box-theme-colors: $kendo-messagebox-theme-colors
|
|
58
|
+
$kendo-message-box-link-font-style: $kendo-message-box-link-font-style
|
|
69
59
|
);
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
@function notification-theme( $colors ) {
|
|
6
6
|
$_theme: ();
|
|
7
7
|
|
|
8
|
-
@each $name
|
|
8
|
+
@each $name in $colors {
|
|
9
9
|
$_theme: map.merge(( $name: (
|
|
10
10
|
color: k-color(#{$name}-on-subtle),
|
|
11
|
-
background-color: $
|
|
11
|
+
background-color: k-color(#{$name}-subtle),
|
|
12
12
|
border: k-color(#{$name}-emphasis),
|
|
13
13
|
)), $_theme );
|
|
14
14
|
}
|
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
@use "./_functions.scss" as *;
|
|
3
3
|
@use "../core/_index.scss" as *;
|
|
4
4
|
|
|
5
|
+
/// The default theme color of the Notification.
|
|
6
|
+
/// @group notification
|
|
7
|
+
/// @role default
|
|
8
|
+
$kendo-notification-default-theme-color: null !default;
|
|
9
|
+
|
|
5
10
|
/// The row-gap between the elements in the Notification group.
|
|
6
11
|
/// @group notification
|
|
7
12
|
$kendo-notification-group-gap: var( --kendo-notification-group-gap, #{k-spacing(2)} ) !default;
|
|
@@ -48,26 +53,16 @@ $kendo-notification-border: var( --kendo-notification-border, color-mix(in srgb,
|
|
|
48
53
|
/// @group notification
|
|
49
54
|
$kendo-notification-icon-spacing: var( --kendo-notification-icon-spacing, #{k-spacing(2)} ) !default;
|
|
50
55
|
|
|
51
|
-
/// The theme colors map for the Notification
|
|
52
|
-
/// @group notification
|
|
53
|
-
$kendo-notification-theme-colors: (
|
|
54
|
-
"primary": k-color(primary-subtle),
|
|
55
|
-
"secondary": k-color(secondary-subtle),
|
|
56
|
-
"tertiary": k-color(tertiary-subtle),
|
|
57
|
-
"info": k-color(info-subtle),
|
|
58
|
-
"success": k-color(success-subtle),
|
|
59
|
-
"warning": k-color(warning-subtle),
|
|
60
|
-
"error": k-color(error-subtle),
|
|
61
|
-
"dark": k-color(dark-subtle),
|
|
62
|
-
"light": k-color(light-subtle),
|
|
63
|
-
"inverse": if($kendo-is-dark-theme, k-color(light-subtle), k-color(dark-subtle))
|
|
64
|
-
) !default;
|
|
56
|
+
/// The theme colors map for the Notification.
|
|
57
|
+
/// @group notification
|
|
58
|
+
$kendo-notification-theme-colors: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "dark", "light", "inverse") !default;
|
|
65
59
|
|
|
66
60
|
/// The generated theme colors map for the Notification.
|
|
67
61
|
/// @group notification
|
|
68
62
|
$kendo-notification-theme: notification-theme( $kendo-notification-theme-colors ) !default;
|
|
69
63
|
|
|
70
64
|
@forward "@progress/kendo-theme-core/scss/components/notification/_variables.scss" with (
|
|
65
|
+
$kendo-notification-default-theme-color: $kendo-notification-default-theme-color,
|
|
71
66
|
$kendo-notification-group-gap: $kendo-notification-group-gap,
|
|
72
67
|
$kendo-notification-padding-x: $kendo-notification-padding-x,
|
|
73
68
|
$kendo-notification-padding-y: $kendo-notification-padding-y,
|
|
@@ -82,6 +77,5 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
82
77
|
$kendo-notification-text: $kendo-notification-text,
|
|
83
78
|
$kendo-notification-border: $kendo-notification-border,
|
|
84
79
|
$kendo-notification-icon-spacing: $kendo-notification-icon-spacing,
|
|
85
|
-
$kendo-notification-theme-colors: $kendo-notification-theme-colors,
|
|
86
80
|
$kendo-notification-theme: $kendo-notification-theme
|
|
87
81
|
);
|
package/scss/otp/_variables.scss
CHANGED
|
@@ -42,26 +42,6 @@ $kendo-otp-md-input-width: var( --kendo-otp-md-input-width, #{$kendo-otp-input-w
|
|
|
42
42
|
/// @group one-time-password
|
|
43
43
|
$kendo-otp-lg-input-width: var( --kendo-otp-lg-input-width, #{$kendo-input-lg-calc-size} ) !default;
|
|
44
44
|
|
|
45
|
-
/// The sizes map of the OTP.
|
|
46
|
-
/// @group otp
|
|
47
|
-
$kendo-otp-sizes: (
|
|
48
|
-
sm: (
|
|
49
|
-
gap: $kendo-otp-sm-gap,
|
|
50
|
-
separator-padding-x: $kendo-otp-sm-separator-padding-x,
|
|
51
|
-
input-width: $kendo-otp-sm-input-width
|
|
52
|
-
),
|
|
53
|
-
md: (
|
|
54
|
-
gap: $kendo-otp-md-gap,
|
|
55
|
-
separator-padding-x: $kendo-otp-md-separator-padding-x,
|
|
56
|
-
input-width: $kendo-otp-md-input-width
|
|
57
|
-
),
|
|
58
|
-
lg: (
|
|
59
|
-
gap: $kendo-otp-lg-gap,
|
|
60
|
-
separator-padding-x: $kendo-otp-lg-separator-padding-x,
|
|
61
|
-
input-width: $kendo-otp-lg-input-width
|
|
62
|
-
)
|
|
63
|
-
) !default;
|
|
64
|
-
|
|
65
45
|
@forward "@progress/kendo-theme-core/scss/components/otp/_variables.scss" with (
|
|
66
46
|
$kendo-otp-sm-gap: $kendo-otp-sm-gap,
|
|
67
47
|
$kendo-otp-md-gap: $kendo-otp-md-gap,
|
|
@@ -71,6 +51,5 @@ $kendo-otp-sizes: (
|
|
|
71
51
|
$kendo-otp-lg-separator-padding-x: $kendo-otp-lg-separator-padding-x,
|
|
72
52
|
$kendo-otp-sm-input-width: $kendo-otp-sm-input-width,
|
|
73
53
|
$kendo-otp-md-input-width: $kendo-otp-md-input-width,
|
|
74
|
-
$kendo-otp-lg-input-width: $kendo-otp-lg-input-width
|
|
75
|
-
$kendo-otp-sizes: $kendo-otp-sizes
|
|
54
|
+
$kendo-otp-lg-input-width: $kendo-otp-lg-input-width
|
|
76
55
|
);
|
package/scss/overlay/_theme.scss
CHANGED