igniteui-theming 4.2.0 → 4.3.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/package.json +1 -1
- package/sass/themes/schemas/components/dark/_action-strip.scss +3 -3
- package/sass/themes/schemas/components/dark/_avatar.scss +3 -3
- package/sass/themes/schemas/components/dark/_badge.scss +3 -3
- package/sass/themes/schemas/components/dark/_banner.scss +3 -3
- package/sass/themes/schemas/components/dark/_bottom-nav.scss +8 -17
- package/sass/themes/schemas/components/dark/_button-group.scss +3 -3
- package/sass/themes/schemas/components/dark/_button.scss +4 -7
- package/sass/themes/schemas/components/dark/_calendar.scss +4 -4
- package/sass/themes/schemas/components/dark/_card.scss +4 -4
- package/sass/themes/schemas/components/dark/_carousel.scss +3 -3
- package/sass/themes/schemas/components/dark/_checkbox.scss +3 -3
- package/sass/themes/schemas/components/dark/_chip.scss +6 -6
- package/sass/themes/schemas/components/dark/_column-actions.scss +6 -6
- package/sass/themes/schemas/components/dark/_combo.scss +3 -3
- package/sass/themes/schemas/components/dark/_date-range-picker.scss +3 -3
- package/sass/themes/schemas/components/dark/_dialog.scss +3 -3
- package/sass/themes/schemas/components/dark/_divider.scss +3 -3
- package/sass/themes/schemas/components/dark/_dock-manager.scss +6 -0
- package/sass/themes/schemas/components/dark/_drop-down.scss +3 -3
- package/sass/themes/schemas/components/dark/_expansion-panel.scss +3 -3
- package/sass/themes/schemas/components/dark/_grid-filtering.scss +3 -3
- package/sass/themes/schemas/components/dark/_grid-summary.scss +3 -3
- package/sass/themes/schemas/components/dark/_grid-toolbar.scss +5 -5
- package/sass/themes/schemas/components/dark/_grid.scss +4 -20
- package/sass/themes/schemas/components/dark/_highlight.scss +6 -0
- package/sass/themes/schemas/components/dark/_icon-button.scss +1 -1
- package/sass/themes/schemas/components/dark/_icon.scss +6 -6
- package/sass/themes/schemas/components/dark/_index.scss +53 -53
- package/sass/themes/schemas/components/dark/_input-group.scss +9 -15
- package/sass/themes/schemas/components/dark/_label.scss +3 -3
- package/sass/themes/schemas/components/dark/_list.scss +8 -9
- package/sass/themes/schemas/components/dark/_navbar.scss +3 -3
- package/sass/themes/schemas/components/dark/_navdrawer.scss +6 -3
- package/sass/themes/schemas/components/dark/_overlay.scss +3 -3
- package/sass/themes/schemas/components/dark/_pagination.scss +6 -6
- package/sass/themes/schemas/components/dark/_pivot-data-selector.scss +6 -5
- package/sass/themes/schemas/components/dark/_progress.scss +14 -10
- package/sass/themes/schemas/components/dark/_query-builder.scss +7 -7
- package/sass/themes/schemas/components/dark/_radio.scss +26 -36
- package/sass/themes/schemas/components/dark/_rating.scss +3 -3
- package/sass/themes/schemas/components/dark/_ripple.scss +3 -3
- package/sass/themes/schemas/components/dark/_scrollbar.scss +4 -5
- package/sass/themes/schemas/components/dark/_select.scss +3 -3
- package/sass/themes/schemas/components/dark/_slider.scss +3 -3
- package/sass/themes/schemas/components/dark/_snackbar.scss +3 -3
- package/sass/themes/schemas/components/dark/_splitter.scss +2 -2
- package/sass/themes/schemas/components/dark/_stepper.scss +4 -4
- package/sass/themes/schemas/components/dark/_switch.scss +5 -14
- package/sass/themes/schemas/components/dark/_tabs.scss +5 -5
- package/sass/themes/schemas/components/dark/_time-picker.scss +3 -3
- package/sass/themes/schemas/components/dark/_toast.scss +6 -4
- package/sass/themes/schemas/components/dark/_tooltip.scss +3 -4
- package/sass/themes/schemas/components/dark/_tree.scss +6 -33
- package/sass/themes/schemas/components/dark/_watermark.scss +16 -26
- package/sass/themes/schemas/components/elevation/_button.scss +2 -2
- package/sass/themes/schemas/components/light/_action-strip.scss +9 -0
- package/sass/themes/schemas/components/light/_avatar.scss +5 -3
- package/sass/themes/schemas/components/light/_badge.scss +5 -0
- package/sass/themes/schemas/components/light/_banner.scss +5 -0
- package/sass/themes/schemas/components/light/_bottom-nav.scss +5 -0
- package/sass/themes/schemas/components/light/_button-group.scss +52 -49
- package/sass/themes/schemas/components/light/_button.scss +164 -104
- package/sass/themes/schemas/components/light/_calendar.scss +66 -56
- package/sass/themes/schemas/components/light/_card.scss +18 -33
- package/sass/themes/schemas/components/light/_carousel.scss +7 -0
- package/sass/themes/schemas/components/light/_checkbox.scss +37 -53
- package/sass/themes/schemas/components/light/_chip.scss +63 -77
- package/sass/themes/schemas/components/light/_column-actions.scss +5 -0
- package/sass/themes/schemas/components/light/_combo.scss +31 -36
- package/sass/themes/schemas/components/light/_date-range-picker.scss +5 -0
- package/sass/themes/schemas/components/light/_dialog.scss +5 -0
- package/sass/themes/schemas/components/light/_divider.scss +5 -0
- package/sass/themes/schemas/components/light/_dock-manager.scss +68 -97
- package/sass/themes/schemas/components/light/_drop-down.scss +68 -89
- package/sass/themes/schemas/components/light/_expansion-panel.scss +5 -0
- package/sass/themes/schemas/components/light/_grid-filtering.scss +6 -9
- package/sass/themes/schemas/components/light/_grid-summary.scss +5 -0
- package/sass/themes/schemas/components/light/_grid-toolbar.scss +5 -0
- package/sass/themes/schemas/components/light/_grid.scss +98 -171
- package/sass/themes/schemas/components/light/_highlight.scss +5 -0
- package/sass/themes/schemas/components/light/_icon-button.scss +1 -1
- package/sass/themes/schemas/components/light/_icon.scss +5 -0
- package/sass/themes/schemas/components/light/_index.scss +53 -53
- package/sass/themes/schemas/components/light/_input-group.scss +35 -116
- package/sass/themes/schemas/components/light/_label.scss +9 -11
- package/sass/themes/schemas/components/light/_list.scss +6 -1
- package/sass/themes/schemas/components/light/_navbar.scss +6 -1
- package/sass/themes/schemas/components/light/_navdrawer.scss +6 -1
- package/sass/themes/schemas/components/light/_overlay.scss +6 -1
- package/sass/themes/schemas/components/light/_pagination.scss +7 -2
- package/sass/themes/schemas/components/light/_pivot-data-selector.scss +6 -1
- package/sass/themes/schemas/components/light/_progress.scss +14 -42
- package/sass/themes/schemas/components/light/_query-builder.scss +10 -11
- package/sass/themes/schemas/components/light/_radio.scss +57 -67
- package/sass/themes/schemas/components/light/_rating.scss +22 -42
- package/sass/themes/schemas/components/light/_ripple.scss +6 -1
- package/sass/themes/schemas/components/light/_scrollbar.scss +6 -12
- package/sass/themes/schemas/components/light/_select.scss +20 -18
- package/sass/themes/schemas/components/light/_slider.scss +65 -68
- package/sass/themes/schemas/components/light/_snackbar.scss +6 -6
- package/sass/themes/schemas/components/light/_splitter.scss +6 -2
- package/sass/themes/schemas/components/light/_stepper.scss +74 -141
- package/sass/themes/schemas/components/light/_switch.scss +101 -141
- package/sass/themes/schemas/components/light/_tabs.scss +19 -36
- package/sass/themes/schemas/components/light/_time-picker.scss +11 -4
- package/sass/themes/schemas/components/light/_toast.scss +6 -1
- package/sass/themes/schemas/components/light/_tooltip.scss +6 -1
- package/sass/themes/schemas/components/light/_tree.scss +49 -73
- package/sass/themes/schemas/components/light/_watermark.scss +6 -1
- package/sass/utils/_map.scss +40 -0
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
/* stylelint-disable max-line-length */
|
|
12
12
|
|
|
13
|
-
/// Generates a light input-group schema.
|
|
13
|
+
/// Generates a base light input-group schema.
|
|
14
14
|
/// @type {Map}
|
|
15
15
|
/// @prop {Map} input-prefix-color [color: ('gray', 700)] - The text color of an input prefix of type line, box and border.
|
|
16
16
|
/// @prop {Color} input-prefix-background [transparent] - The background color of an input prefix of type line, box and border.
|
|
@@ -24,15 +24,15 @@
|
|
|
24
24
|
/// @prop {Map} idle-secondary-color [color: ('gray', 700)] - The label color in the idle state.
|
|
25
25
|
/// @prop {Map} filled-secondary-color [color: ('gray', 600)] - The label color in the filled state.
|
|
26
26
|
/// @prop {Map} focused-secondary-color [ color: ('primary', 500)] - The label color in the focused state.
|
|
27
|
-
/// @prop {Map} idle-bottom-line-color [color: ('gray',
|
|
27
|
+
/// @prop {Map} idle-bottom-line-color [color: ('gray', 500)] - The bottom line and border colors in the idle state.
|
|
28
28
|
/// @prop {Map} hover-bottom-line-color [color: ('gray', 900)] - The bottom line and border colors in the hover state.
|
|
29
29
|
/// @prop {Map} focused-bottom-line-color [color: ('primary', 500)] - The bottom line and border colors in the focused state.
|
|
30
30
|
/// @prop {Map} interim-bottom-line-color [color: ('primary', 500, .12)] - The bottom line and border colors during the to-focused transition.
|
|
31
31
|
/// @prop {Map} disabled-bottom-line-color [color: ('gray', 500)] - The bottom line and border colors in the disabled state.
|
|
32
|
-
/// @prop {Map} border-color [color: ('gray',
|
|
32
|
+
/// @prop {Map} border-color [color: ('gray', 400)] - The border color for input groups of type border and fluent.
|
|
33
33
|
/// @prop {Map} hover-border-color [color: ('gray', 900)] - The hover input border for input groups of type border and fluent.
|
|
34
34
|
/// @prop {Map} focused-border-color [color: ('primary', 500)] - The focused input border color for input groups of type border and fluent.
|
|
35
|
-
/// @prop {Map} disabled-border-color [color: ('gray',
|
|
35
|
+
/// @prop {Map} disabled-border-color [color: ('gray', 300)] - The disabled border color for input groups of type border and fluent.
|
|
36
36
|
/// @prop {Map} box-background [color: ('gray', 100)] - The background color of an input group of type box.
|
|
37
37
|
/// @prop {Map} box-background-hover [color: ('gray', 200)] - The background color of an input group of type box on hover.
|
|
38
38
|
/// @prop {Map} box-background-focus [color: ('gray', 200)] - The background color of an input group of type box on focus.
|
|
@@ -196,13 +196,13 @@ $light-input-group: extend(
|
|
|
196
196
|
disabled-border-color: (
|
|
197
197
|
color: (
|
|
198
198
|
'gray',
|
|
199
|
-
|
|
199
|
+
300,
|
|
200
200
|
),
|
|
201
201
|
),
|
|
202
202
|
border-color: (
|
|
203
203
|
color: (
|
|
204
204
|
'gray',
|
|
205
|
-
|
|
205
|
+
400,
|
|
206
206
|
),
|
|
207
207
|
),
|
|
208
208
|
hover-border-color: (
|
|
@@ -328,30 +328,48 @@ $light-input-group: extend(
|
|
|
328
328
|
)
|
|
329
329
|
);
|
|
330
330
|
|
|
331
|
+
/// Generates a material input-group schema.
|
|
332
|
+
/// @type {Map}
|
|
333
|
+
/// @prop {Map} border-color [color: ('gray', 600)] - The border color for input groups of type border and fluent.
|
|
334
|
+
/// @prop {Map} disabled-border-color [color: ('gray', 500)] - The disabled border color for input groups of type border and fluent.
|
|
335
|
+
/// @requires {Map} $light-input-group
|
|
336
|
+
$material-input-group: extend(
|
|
337
|
+
$light-input-group,
|
|
338
|
+
(
|
|
339
|
+
border-color: (
|
|
340
|
+
color: (
|
|
341
|
+
'gray',
|
|
342
|
+
600,
|
|
343
|
+
),
|
|
344
|
+
),
|
|
345
|
+
disabled-border-color: (
|
|
346
|
+
color: (
|
|
347
|
+
'gray',
|
|
348
|
+
500,
|
|
349
|
+
),
|
|
350
|
+
),
|
|
351
|
+
)
|
|
352
|
+
);
|
|
353
|
+
|
|
331
354
|
/// Generates a fluent input-group schema.
|
|
332
355
|
/// @type {Map}
|
|
333
356
|
/// @prop {Map} idle-secondary-color [color: ('gray', 900)] - The label color in the idle state.
|
|
334
357
|
/// @prop {Map} idle-text-color [color: ('gray', 900)] - The input text color in the idle state.
|
|
335
|
-
/// @prop {Map} disabled-text-color [color: ('gray', 500)] - The input text color in the disabled state.
|
|
336
358
|
/// @prop {Map} border-color [color: ('gray', 500)] - The border color for input groups of type border and fluent.
|
|
337
359
|
/// @prop {Map} hover-border-color [color: ('gray', 700)] - The hover input border for input groups of type border and fluent.
|
|
338
360
|
/// @prop {Map} disabled-border-color [color: ('gray', 100)] - The disabled border color for input groups of type border and fluent.
|
|
339
|
-
/// @prop {Map} focused-border-color [color: ('primary', 500)] - The focused input border color for input groups of type border and fluent.
|
|
340
361
|
/// @prop {Map} border-disabled-background [color: ('gray', 100)] - The background color of an input group of type border in the disabled state.
|
|
341
|
-
/// @prop {Map} search-disabled-background [color: ('gray', 100)] - The background color of an input group of type search in the disabled state.
|
|
342
362
|
/// @prop {Number} search-resting-elevation [0] - The elevation level, between 0-24, to be used for the resting state of the search input.
|
|
343
363
|
/// @prop {Number} search-hover-elevation [0] - The elevation level, between 0-24, to be used for the hover state of the search input.
|
|
344
364
|
/// @prop {Number} search-disabled-elevation [0] - The elevation level, between 0-24, to be used for the disabled state of the search input.
|
|
345
365
|
/// @prop {List} box-border-radius [(rem(2px), rem(0), rem(20px))] - The border radius used for box input.
|
|
346
366
|
/// @prop {List} border-border-radius [(rem(2px), rem(0), rem(20px))] - The border radius used for border input.
|
|
347
367
|
/// @prop {List} search-border-radius [(rem(2px), rem(0), rem(20px))] - The border radius used for search input.
|
|
348
|
-
/// @prop {Map} input-prefix-color [color: ('gray', 700)] - The text color of an input prefix of type line, box and border.
|
|
349
368
|
/// @prop {Map} input-prefix-color--filled [color: ('gray', 700)] - The input prefix color in the filled state.
|
|
350
369
|
/// @prop {Map} input-prefix-color--focused [color: ('gray', 700)] - The input prefix color in the focused state.
|
|
351
370
|
/// @prop {Map} input-prefix-background [color: ('gray', 100)] - The background color of an input prefix of type line, box, border and fluent.
|
|
352
371
|
/// @prop {Map} input-prefix-background--filled [color: ('gray', 100)] - The background color of an input prefix in the filled state.
|
|
353
372
|
/// @prop {Map} input-prefix-background--focused [color: ('gray', 100)] - The background color of an input prefix in the focused state.
|
|
354
|
-
/// @prop {Map} input-suffix-color [color: ('gray', 700)] - The text color of an input suffix of type line, box and border.
|
|
355
373
|
/// @prop {Map} input-suffix-color--filled [color: ('gray', 700)] - The input suffix color in the filled state.
|
|
356
374
|
/// @prop {Map} input-suffix-color--focused [color: ('gray', 700)] - The input suffix color in the focused state.
|
|
357
375
|
/// @prop {Map} input-suffix-background [color: ('gray', 100)] - The background color of an input suffix of type line, box and border.
|
|
@@ -376,12 +394,6 @@ $fluent-input-group: extend(
|
|
|
376
394
|
900,
|
|
377
395
|
),
|
|
378
396
|
),
|
|
379
|
-
disabled-text-color: (
|
|
380
|
-
color: (
|
|
381
|
-
'gray',
|
|
382
|
-
500,
|
|
383
|
-
),
|
|
384
|
-
),
|
|
385
397
|
border-color: (
|
|
386
398
|
color: (
|
|
387
399
|
'gray',
|
|
@@ -394,12 +406,6 @@ $fluent-input-group: extend(
|
|
|
394
406
|
700,
|
|
395
407
|
),
|
|
396
408
|
),
|
|
397
|
-
focused-border-color: (
|
|
398
|
-
color: (
|
|
399
|
-
'primary',
|
|
400
|
-
500,
|
|
401
|
-
),
|
|
402
|
-
),
|
|
403
409
|
disabled-border-color: (
|
|
404
410
|
color: (
|
|
405
411
|
'gray',
|
|
@@ -412,18 +418,6 @@ $fluent-input-group: extend(
|
|
|
412
418
|
100,
|
|
413
419
|
),
|
|
414
420
|
),
|
|
415
|
-
search-disabled-background: (
|
|
416
|
-
color: (
|
|
417
|
-
'gray',
|
|
418
|
-
100,
|
|
419
|
-
),
|
|
420
|
-
),
|
|
421
|
-
input-prefix-color: (
|
|
422
|
-
color: (
|
|
423
|
-
'gray',
|
|
424
|
-
700,
|
|
425
|
-
),
|
|
426
|
-
),
|
|
427
421
|
input-prefix-color--filled: (
|
|
428
422
|
color: (
|
|
429
423
|
'gray',
|
|
@@ -454,12 +448,6 @@ $fluent-input-group: extend(
|
|
|
454
448
|
100,
|
|
455
449
|
),
|
|
456
450
|
),
|
|
457
|
-
input-suffix-color: (
|
|
458
|
-
color: (
|
|
459
|
-
'gray',
|
|
460
|
-
700,
|
|
461
|
-
),
|
|
462
|
-
),
|
|
463
451
|
input-suffix-color--filled: (
|
|
464
452
|
color: (
|
|
465
453
|
'gray',
|
|
@@ -524,13 +512,7 @@ $fluent-input-group: extend(
|
|
|
524
512
|
/// Generates a bootstrap input-group schema.
|
|
525
513
|
/// @type {Map}
|
|
526
514
|
/// @prop {Map} border-disabled-background [color: ('gray', 100)] - The background color of an input group of type border in the disabled state.
|
|
527
|
-
/// @prop {Map} border-color [color: ('gray', 400)] - The border color for input groups of type border and fluent.
|
|
528
|
-
/// @prop {Map} idle-secondary-color [color: ('gray', 700)] - The label color in the idle state.
|
|
529
|
-
/// @prop {Map} disabled-border-color [color: ('gray', 300)] - The disabled border color for input groups of type border and fluent.
|
|
530
515
|
/// @prop {Map} focused-secondary-color [color: ('primary', 500, .38)] - The label color in the focused state.
|
|
531
|
-
/// @prop {Map} success-secondary-color [color: ('success', 500)] - The success color used in the valid state.
|
|
532
|
-
/// @prop {Map} warning-secondary-color [color: ('warn', 500)] - The warning color used in the warning state.
|
|
533
|
-
/// @prop {Map} error-secondary-color [color: ('error')] - The error color used in the error state.
|
|
534
516
|
/// @prop {Map} disabled-text-color [color: ('gray', 400)] - The input text color in the disabled state.
|
|
535
517
|
/// @prop {Map} interim-bottom-line-color [color: ('primary', 500)] - The bottom line and border colors during the to-focused transition.
|
|
536
518
|
/// @prop {Map} disabled-placeholder-color [color: ('gray', 400)] - The disabled placeholder color of an input group.
|
|
@@ -570,36 +552,6 @@ $bootstrap-input-group: extend(
|
|
|
570
552
|
0.38,
|
|
571
553
|
),
|
|
572
554
|
),
|
|
573
|
-
success-secondary-color: (
|
|
574
|
-
color: (
|
|
575
|
-
'success',
|
|
576
|
-
500,
|
|
577
|
-
),
|
|
578
|
-
),
|
|
579
|
-
warning-secondary-color: (
|
|
580
|
-
color: (
|
|
581
|
-
'warn',
|
|
582
|
-
500,
|
|
583
|
-
),
|
|
584
|
-
),
|
|
585
|
-
error-secondary-color: (
|
|
586
|
-
color: (
|
|
587
|
-
'error',
|
|
588
|
-
500,
|
|
589
|
-
),
|
|
590
|
-
),
|
|
591
|
-
border-color: (
|
|
592
|
-
color: (
|
|
593
|
-
'gray',
|
|
594
|
-
400,
|
|
595
|
-
),
|
|
596
|
-
),
|
|
597
|
-
idle-secondary-color: (
|
|
598
|
-
color: (
|
|
599
|
-
'gray',
|
|
600
|
-
700,
|
|
601
|
-
),
|
|
602
|
-
),
|
|
603
555
|
input-prefix-color: (
|
|
604
556
|
color: (
|
|
605
557
|
'gray',
|
|
@@ -654,18 +606,6 @@ $bootstrap-input-group: extend(
|
|
|
654
606
|
400,
|
|
655
607
|
),
|
|
656
608
|
),
|
|
657
|
-
disabled-border-color: (
|
|
658
|
-
color: (
|
|
659
|
-
'gray',
|
|
660
|
-
300,
|
|
661
|
-
),
|
|
662
|
-
),
|
|
663
|
-
box-disabled-background: (
|
|
664
|
-
color: (
|
|
665
|
-
'gray',
|
|
666
|
-
100,
|
|
667
|
-
),
|
|
668
|
-
),
|
|
669
609
|
disabled-placeholder-color: (
|
|
670
610
|
color: (
|
|
671
611
|
'gray',
|
|
@@ -687,14 +627,11 @@ $bootstrap-input-group: extend(
|
|
|
687
627
|
/// @prop {Map} input-prefix-color [color: ('gray', 600)] - The text color of an input prefix of type line, box and border.
|
|
688
628
|
/// @prop {Map} input-suffix-color [color: ('gray', 600)] - The text color of an input suffix of type line, box and border.
|
|
689
629
|
/// @prop {Map} helper-text-color [color: ('gray', 600)] - The helper text color.
|
|
690
|
-
/// @prop {Map} border-color [color: ('gray', 400)] - The border color for input groups of type border and fluent.
|
|
691
630
|
/// @prop {Color} box-background [transparent] - The background color of an input group of type box.
|
|
692
631
|
/// @prop {Map} box-background-hover [color: ('gray', 100)] - The background color of an input group of type box on hover.
|
|
693
|
-
/// @prop {Map} disabled-border-color [color: ('gray', 300)] - The disabled border color for input groups of type border and fluent.
|
|
694
632
|
/// @prop {Map} disabled-bottom-line-color [color: ('gray', 300)] - The bottom line and border colors in the disabled state.
|
|
695
633
|
/// @prop {Color} box-disabled-background [transparent] - The background color of an input group in the disabled state.
|
|
696
634
|
/// @prop {Map} disabled-text-color [color: ('gray', 300)] - The input text color in the disabled state.
|
|
697
|
-
/// @prop {Map} idle-bottom-line-color [color: ('gray', 500)] - The bottom line and border colors in the idle state.
|
|
698
635
|
/// @prop {Map} focused-bottom-line-color [color: ('secondary', 500)] - The bottom line and border colors in the focused state.
|
|
699
636
|
/// @prop {Map} focused-border-color [color: ('primary', 400)] - The focused input border color for input groups of type border and fluent.
|
|
700
637
|
/// @prop {Map} hover-border-color [color: ('gray', 600)] - The hover input border for input groups of type border and fluent.
|
|
@@ -760,12 +697,6 @@ $indigo-input-group: extend(
|
|
|
760
697
|
600,
|
|
761
698
|
),
|
|
762
699
|
),
|
|
763
|
-
border-color: (
|
|
764
|
-
color: (
|
|
765
|
-
'gray',
|
|
766
|
-
400,
|
|
767
|
-
),
|
|
768
|
-
),
|
|
769
700
|
hover-border-color: (
|
|
770
701
|
color: (
|
|
771
702
|
'gray',
|
|
@@ -778,18 +709,6 @@ $indigo-input-group: extend(
|
|
|
778
709
|
400,
|
|
779
710
|
),
|
|
780
711
|
),
|
|
781
|
-
disabled-border-color: (
|
|
782
|
-
color: (
|
|
783
|
-
'gray',
|
|
784
|
-
300,
|
|
785
|
-
),
|
|
786
|
-
),
|
|
787
|
-
idle-bottom-line-color: (
|
|
788
|
-
color: (
|
|
789
|
-
'gray',
|
|
790
|
-
500,
|
|
791
|
-
),
|
|
792
|
-
),
|
|
793
712
|
focused-bottom-line-color: (
|
|
794
713
|
color: (
|
|
795
714
|
'secondary',
|
|
@@ -822,6 +741,12 @@ $indigo-input-group: extend(
|
|
|
822
741
|
600,
|
|
823
742
|
),
|
|
824
743
|
),
|
|
744
|
+
idle-secondary-color: (
|
|
745
|
+
color: (
|
|
746
|
+
'gray',
|
|
747
|
+
900,
|
|
748
|
+
),
|
|
749
|
+
),
|
|
825
750
|
disabled-text-color: (
|
|
826
751
|
color: (
|
|
827
752
|
'gray',
|
|
@@ -861,11 +786,5 @@ $indigo-input-group: extend(
|
|
|
861
786
|
rem(20px),
|
|
862
787
|
),
|
|
863
788
|
),
|
|
864
|
-
idle-secondary-color: (
|
|
865
|
-
color: (
|
|
866
|
-
'gray',
|
|
867
|
-
900,
|
|
868
|
-
),
|
|
869
|
-
),
|
|
870
789
|
)
|
|
871
790
|
);
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
/// @access public
|
|
5
5
|
////
|
|
6
6
|
|
|
7
|
-
/// Generates a light
|
|
7
|
+
/// Generates a base light label schema.
|
|
8
8
|
/// @type {Map}
|
|
9
9
|
/// @prop {Color} color [color: ('gray', 700)] - The label color.
|
|
10
|
-
$
|
|
10
|
+
$light-label: (
|
|
11
11
|
color: (
|
|
12
12
|
color: (
|
|
13
13
|
'gray',
|
|
@@ -16,6 +16,11 @@ $material-label: (
|
|
|
16
16
|
),
|
|
17
17
|
);
|
|
18
18
|
|
|
19
|
+
/// Generates a light material label schema.
|
|
20
|
+
/// @type {Map}
|
|
21
|
+
/// @requires {Map} $light-label
|
|
22
|
+
$material-label: $light-label;
|
|
23
|
+
|
|
19
24
|
/// Generates a light fluent label schema.
|
|
20
25
|
/// @type {Map}
|
|
21
26
|
/// @prop {Color} color [color: ('gray', 900)] - The label color.
|
|
@@ -30,15 +35,8 @@ $fluent-label: (
|
|
|
30
35
|
|
|
31
36
|
/// Generates a light bootstrap label schema.
|
|
32
37
|
/// @type {Map}
|
|
33
|
-
/// @
|
|
34
|
-
$bootstrap-label:
|
|
35
|
-
color: (
|
|
36
|
-
color: (
|
|
37
|
-
'gray',
|
|
38
|
-
700,
|
|
39
|
-
),
|
|
40
|
-
),
|
|
41
|
-
);
|
|
38
|
+
/// @requires {Map} $light-label
|
|
39
|
+
$bootstrap-label: $light-label;
|
|
42
40
|
|
|
43
41
|
/// Generates a light indigo label schema.
|
|
44
42
|
/// @type {Map}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a light list schema.
|
|
10
|
+
/// Generates a base light list schema.
|
|
11
11
|
/// @type {Map}
|
|
12
12
|
/// @prop {Map} background [color: 'surface'] - The list background color.
|
|
13
13
|
/// @prop {Map} header-background [color: 'surface'] - The list header background color.
|
|
@@ -135,6 +135,11 @@ $light-list: (
|
|
|
135
135
|
default-size: 2,
|
|
136
136
|
);
|
|
137
137
|
|
|
138
|
+
/// Generates a material list schema.
|
|
139
|
+
/// @type {Map}
|
|
140
|
+
/// @requires {Map} $light-list
|
|
141
|
+
$material-list: $light-list;
|
|
142
|
+
|
|
138
143
|
/// Generates a fluent list schema.
|
|
139
144
|
/// @type {Map}
|
|
140
145
|
/// @requires {Map} $light-list
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
/// @access public
|
|
9
9
|
////
|
|
10
10
|
|
|
11
|
-
/// Generates a light navbar schema.
|
|
11
|
+
/// Generates a base light navbar schema.
|
|
12
12
|
/// @type {Map}
|
|
13
13
|
/// @prop {Map} background [color: ('primary', 500)] - The navbar background color.
|
|
14
14
|
/// @prop {Map} border-color [color: ('primary', 500)] - The navbar border color.
|
|
@@ -53,6 +53,11 @@ $light-navbar: extend(
|
|
|
53
53
|
)
|
|
54
54
|
);
|
|
55
55
|
|
|
56
|
+
/// Generates a material navbar schema.
|
|
57
|
+
/// @type {Map}
|
|
58
|
+
/// @requires {Map} $light-navbar
|
|
59
|
+
$material-navbar: $light-navbar;
|
|
60
|
+
|
|
56
61
|
/// Generates a fluent navbar schema.
|
|
57
62
|
/// @type {Map}
|
|
58
63
|
/// @prop {Map} background [color: 'surface'] - The navbar background color.
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
/// @access public
|
|
9
9
|
////
|
|
10
10
|
|
|
11
|
-
/// Generates a light navdrawer schema.
|
|
11
|
+
/// Generates a base light navdrawer schema.
|
|
12
12
|
/// @type {Map}
|
|
13
13
|
/// @prop {Map} background [color: 'surface'] - The navigation drawer background color.
|
|
14
14
|
/// @prop {Map} border-color [color: ('gray', 900, .14)] - The navigation drawer right border color.
|
|
@@ -122,6 +122,11 @@ $light-navdrawer: extend(
|
|
|
122
122
|
)
|
|
123
123
|
);
|
|
124
124
|
|
|
125
|
+
/// Generates a material navdrawer schema.
|
|
126
|
+
/// @type {Map}
|
|
127
|
+
/// @requires {Map} $light-navdrawer
|
|
128
|
+
$material-navdrawer: $light-navdrawer;
|
|
129
|
+
|
|
125
130
|
/// Generates a fluent navdrawer schema.
|
|
126
131
|
/// @type {Map}
|
|
127
132
|
/// @requires {Map} $light-navdrawer
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a light overlay schema.
|
|
10
|
+
/// Generates a base light overlay schema.
|
|
11
11
|
/// @type {Map}
|
|
12
12
|
/// @prop {Map} background-color [color: ('gray', 500, .54)] - The background color used for modal overlays.
|
|
13
13
|
$light-overlay: (
|
|
@@ -20,6 +20,11 @@ $light-overlay: (
|
|
|
20
20
|
),
|
|
21
21
|
);
|
|
22
22
|
|
|
23
|
+
/// Generates a material overlay schema.
|
|
24
|
+
/// @type {Map}
|
|
25
|
+
/// @requires {Map} $light-overlay
|
|
26
|
+
$material-overlay: $light-overlay;
|
|
27
|
+
|
|
23
28
|
/// Generates a fluent overlay schema.
|
|
24
29
|
/// @type {Map}
|
|
25
30
|
/// @prop {Color} background-color [rgba(255, 255, 255, .4)] - The background color used for modal overlays.
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a light pagination schema.
|
|
10
|
+
/// Generates a base light pagination schema.
|
|
11
11
|
/// @type {Map}
|
|
12
12
|
/// @prop {Map} text-color [color: ('gray', 800)] - The text color.
|
|
13
13
|
/// @prop {Map} background-color [color: ('gray', 100)] - The background color of the paging panel.
|
|
@@ -43,7 +43,12 @@ $light-pagination: (
|
|
|
43
43
|
),
|
|
44
44
|
);
|
|
45
45
|
|
|
46
|
-
/// Generates a
|
|
46
|
+
/// Generates a material pagination schema.
|
|
47
|
+
/// @type {Map}
|
|
48
|
+
/// @requires {Map} $light-pagination
|
|
49
|
+
$material-pagination: $light-pagination;
|
|
50
|
+
|
|
51
|
+
/// Generates a fluent pagination schema.
|
|
47
52
|
/// @type {Map}
|
|
48
53
|
/// @prop {Map} background-color [color: 'surface'] - The background color of the paging panel.
|
|
49
54
|
/// @prop {Map} border-color [color: ('gray', 100)] - The border color of the paging panel.
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a light pivot data selector schema.
|
|
10
|
+
/// Generates a base light pivot data selector schema.
|
|
11
11
|
/// @type {Map}
|
|
12
12
|
$light-pivot-data-selector: (
|
|
13
13
|
background: (
|
|
@@ -22,6 +22,11 @@ $light-pivot-data-selector: (
|
|
|
22
22
|
),
|
|
23
23
|
);
|
|
24
24
|
|
|
25
|
+
/// Generates a material pivot data selector schema.
|
|
26
|
+
/// @type {Map}
|
|
27
|
+
/// @requires {Map} $light-pivot-data-selector
|
|
28
|
+
$material-pivot-data-selector: $light-pivot-data-selector;
|
|
29
|
+
|
|
25
30
|
/// Generates a fluent pivot data selector schema.
|
|
26
31
|
/// @type {Map}
|
|
27
32
|
/// @requires {Map} $light-pivot-data-selector
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a light progress-linear schema.
|
|
10
|
+
/// Generates a base light progress-linear schema.
|
|
11
11
|
/// @type {Map}
|
|
12
12
|
/// @prop {Map} track-color [color: ('gray', 300)] - The main track color.
|
|
13
13
|
/// @prop {Map} fill-color-default [color: ('primary', 500)] - The track default fill color.
|
|
@@ -83,6 +83,11 @@ $light-progress-linear: extend(
|
|
|
83
83
|
)
|
|
84
84
|
);
|
|
85
85
|
|
|
86
|
+
/// Generates a material progress-linear schema.
|
|
87
|
+
/// @type {Map}
|
|
88
|
+
/// @requires $light-progress-linear
|
|
89
|
+
$material-progress-linear: $light-progress-linear;
|
|
90
|
+
|
|
86
91
|
/// Generates a fluent progress-linear schema.
|
|
87
92
|
/// @type {Map}
|
|
88
93
|
/// @requires $light-progress-linear
|
|
@@ -90,20 +95,12 @@ $fluent-progress-linear: $light-progress-linear;
|
|
|
90
95
|
|
|
91
96
|
/// Generates a bootstrap progress-linear schema.
|
|
92
97
|
/// @type {Map}
|
|
93
|
-
/// @prop {Map} track-color [color: ('gray', 200)] - The main track color.
|
|
94
98
|
/// @prop {Map} stripes-color [color: ('gray', 50, .15)] - The track stripes color.
|
|
95
99
|
/// @prop {List} track-border-radius [(rem(4px), rem(0), rem(8px))] - The border radius used for the progress bar track.
|
|
96
100
|
/// @requires $light-progress-linear
|
|
97
101
|
$bootstrap-progress-linear: extend(
|
|
98
102
|
$light-progress-linear,
|
|
99
103
|
(
|
|
100
|
-
track-color: (
|
|
101
|
-
color: (
|
|
102
|
-
'gray',
|
|
103
|
-
300,
|
|
104
|
-
),
|
|
105
|
-
),
|
|
106
|
-
|
|
107
104
|
stripes-color: (
|
|
108
105
|
color: (
|
|
109
106
|
'gray',
|
|
@@ -124,19 +121,11 @@ $bootstrap-progress-linear: extend(
|
|
|
124
121
|
|
|
125
122
|
/// Generates an indigo progress-linear schema.
|
|
126
123
|
/// @type {Map}
|
|
127
|
-
/// @prop {Map} track-color [color: ('gray', 300)] - The main track color.
|
|
128
124
|
/// @prop {Map} stripes-color [color: ('gray', 50, .45)] - The track stripes color.
|
|
129
125
|
/// @requires $light-progress-linear
|
|
130
126
|
$indigo-progress-linear: extend(
|
|
131
127
|
$light-progress-linear,
|
|
132
128
|
(
|
|
133
|
-
track-color: (
|
|
134
|
-
color: (
|
|
135
|
-
'gray',
|
|
136
|
-
300,
|
|
137
|
-
),
|
|
138
|
-
),
|
|
139
|
-
|
|
140
129
|
stripes-color: (
|
|
141
130
|
color: (
|
|
142
131
|
'gray',
|
|
@@ -147,7 +136,7 @@ $indigo-progress-linear: extend(
|
|
|
147
136
|
)
|
|
148
137
|
);
|
|
149
138
|
|
|
150
|
-
/// Generates a light progress-circular schema.
|
|
139
|
+
/// Generates a base light progress-circular schema.
|
|
151
140
|
/// @type {Map}
|
|
152
141
|
/// @prop {Map} base-circle-color [color: ('gray', 300)] - The base circle fill color.
|
|
153
142
|
/// @prop {Map} progress-circle-color [color: ('primary', 500)] - The progress circle fill color.
|
|
@@ -180,6 +169,11 @@ $light-progress-circular: extend(
|
|
|
180
169
|
)
|
|
181
170
|
);
|
|
182
171
|
|
|
172
|
+
/// Generates a material progress-circular schema.
|
|
173
|
+
/// @type {Map}
|
|
174
|
+
/// @requires {Map} $light-progress-circular
|
|
175
|
+
$material-progress-circular: $light-progress-circular;
|
|
176
|
+
|
|
183
177
|
/// Generates a fluent progress-circular schema.
|
|
184
178
|
/// @type {Map}
|
|
185
179
|
/// @requires {Map} $light-progress-circular
|
|
@@ -187,32 +181,10 @@ $fluent-progress-circular: $light-progress-circular;
|
|
|
187
181
|
|
|
188
182
|
/// Generates a bootstrap progress-circular schema.
|
|
189
183
|
/// @type {Map}
|
|
190
|
-
/// @prop {Map} track-color [color: ('gray', 200)] - The main track color.
|
|
191
184
|
/// @requires {Map} $light-progress-circular
|
|
192
|
-
$bootstrap-progress-circular:
|
|
193
|
-
$light-progress-circular,
|
|
194
|
-
(
|
|
195
|
-
track-color: (
|
|
196
|
-
color: (
|
|
197
|
-
'gray',
|
|
198
|
-
200,
|
|
199
|
-
),
|
|
200
|
-
),
|
|
201
|
-
)
|
|
202
|
-
);
|
|
185
|
+
$bootstrap-progress-circular: $light-progress-circular;
|
|
203
186
|
|
|
204
187
|
/// Generates an indigo progress-circular schema.
|
|
205
188
|
/// @type {Map}
|
|
206
|
-
/// @prop {Map} track-color [color: ('gray', 300)] - The main track color.
|
|
207
189
|
/// @requires {Map} $light-progress-circular
|
|
208
|
-
$indigo-progress-circular:
|
|
209
|
-
$light-progress-circular,
|
|
210
|
-
(
|
|
211
|
-
track-color: (
|
|
212
|
-
color: (
|
|
213
|
-
'gray',
|
|
214
|
-
300,
|
|
215
|
-
),
|
|
216
|
-
),
|
|
217
|
-
)
|
|
218
|
-
);
|
|
190
|
+
$indigo-progress-circular: $light-progress-circular;
|
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
/// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
|
|
9
9
|
////
|
|
10
10
|
|
|
11
|
-
/// Generates a
|
|
11
|
+
/// Generates a base light query builder schema.
|
|
12
|
+
/// @type {Map}
|
|
12
13
|
/// @prop {Color} background [('gray', 50)] - The background color of the filtering row.
|
|
13
14
|
/// @prop {Color} header-background [('gray', 100)] - The background color of the query builder header.
|
|
14
15
|
/// @prop {Color} header-foreground [('gray', 700)] - The foreground color of the query builder header.
|
|
@@ -67,22 +68,19 @@ $light-query-builder: (
|
|
|
67
68
|
),
|
|
68
69
|
);
|
|
69
70
|
|
|
71
|
+
/// Generates a material query builder schema.
|
|
72
|
+
/// @type {Map}
|
|
73
|
+
/// @requires {Map} $light-query-builder
|
|
74
|
+
$material-query-builder: $light-query-builder;
|
|
75
|
+
|
|
70
76
|
/// Generates a fluent query builder schema.
|
|
71
77
|
/// @type {Map}
|
|
72
|
-
/// @prop {Map} background [('gray', 50)] - The background color of the filtering row.
|
|
73
78
|
/// @prop {Map} background-or [('error', 500, .5)] - The background color of advanced filtering "OR" condition.
|
|
74
79
|
/// @prop {Map} background-or--focus [('error')] - The background color on focus/selected of advanced filtering "OR" condition.
|
|
75
80
|
/// @requires {Map} $light-query-builder
|
|
76
81
|
$fluent-query-builder: extend(
|
|
77
82
|
$light-query-builder,
|
|
78
83
|
(
|
|
79
|
-
background: (
|
|
80
|
-
color: (
|
|
81
|
-
'gray',
|
|
82
|
-
50,
|
|
83
|
-
),
|
|
84
|
-
),
|
|
85
|
-
|
|
86
84
|
background-or: (
|
|
87
85
|
color: (
|
|
88
86
|
'error',
|
|
@@ -99,9 +97,9 @@ $fluent-query-builder: extend(
|
|
|
99
97
|
)
|
|
100
98
|
);
|
|
101
99
|
|
|
102
|
-
/// Generates a
|
|
103
|
-
/// @prop {Color} header-background [('gray', 100, .5)] - The background color of the query builder header.
|
|
100
|
+
/// Generates a bootstrap query builder schema.
|
|
104
101
|
/// @type {Map}
|
|
102
|
+
/// @prop {Color} header-background [('gray', 100, .5)] - The background color of the query builder header.
|
|
105
103
|
/// @requires {Map} $light-query-builder
|
|
106
104
|
$bootstrap-query-builder: extend(
|
|
107
105
|
$light-query-builder,
|
|
@@ -117,6 +115,7 @@ $bootstrap-query-builder: extend(
|
|
|
117
115
|
);
|
|
118
116
|
|
|
119
117
|
/// Generates an indigo query builder schema.
|
|
118
|
+
/// @type {Map}
|
|
120
119
|
/// @prop {Map} background-or [('warn', 500, .72)] - The background color of advanced filtering "OR" condition.
|
|
121
120
|
/// @prop {Map} background-or--focus [('warn', 500)] - The background color on focus/selected of advanced filtering "OR" condition.
|
|
122
121
|
/// @requires {Map} $light-query-builder
|