igniteui-theming 10.1.0 → 10.2.0-beta.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/package.json +1 -1
- package/sass/themes/schemas/charts/light/_data-chart.scss +7 -0
- package/sass/themes/schemas/components/dark/_calendar.scss +120 -73
- package/sass/themes/schemas/components/dark/_grid-summary.scss +9 -14
- package/sass/themes/schemas/components/dark/_grid-toolbar.scss +7 -3
- package/sass/themes/schemas/components/dark/_grid.scss +96 -74
- package/sass/themes/schemas/components/dark/_pagination.scss +13 -2
- package/sass/themes/schemas/components/dark/_query-builder.scss +21 -2
- package/sass/themes/schemas/components/light/_calendar.scss +213 -100
- package/sass/themes/schemas/components/light/_combo.scss +16 -3
- package/sass/themes/schemas/components/light/_grid-summary.scss +12 -21
- package/sass/themes/schemas/components/light/_grid-toolbar.scss +31 -9
- package/sass/themes/schemas/components/light/_grid.scss +154 -56
- package/sass/themes/schemas/components/light/_pagination.scss +9 -7
- package/sass/themes/schemas/components/light/_query-builder.scss +58 -16
- package/sass/themes/schemas/components/light/_select.scss +7 -1
|
@@ -366,73 +366,74 @@ $dark-bootstrap-grid: extend(
|
|
|
366
366
|
/// Generates a dark indigo grid schema.
|
|
367
367
|
/// @type {Map}
|
|
368
368
|
///
|
|
369
|
-
/// @prop {
|
|
370
|
-
/// @prop {Map} header-
|
|
371
|
-
/// @prop {
|
|
372
|
-
/// @prop {MAp} header-text-color [contrast-color: 'surface'] - The table header text color.
|
|
369
|
+
/// @prop {Map} content-text-color [contrast-color: ('gray', 50, .8)] - The table body text color.
|
|
370
|
+
/// @prop {Map} header-border-color [color: ('gray', 200)] - The color used for header borders.
|
|
371
|
+
/// @prop {MAp} header-text-color [contrast-color: ('gray', 50, .9)] - The table header text color.
|
|
373
372
|
/// @prop {Map} header-selected-background [color: 'primary'] - The table header background color when selected (ex. column selection).
|
|
374
373
|
/// @prop {Map} header-selected-text-color [contrast-color: 'primary'] - The table header text color when selected (ex. column selection).
|
|
375
|
-
/// @prop {Map} sorted-header-icon-color [contrast-color: '
|
|
376
|
-
/// @prop {Map} sortable-header-icon-hover-color [contrast-color: '
|
|
374
|
+
/// @prop {Map} sorted-header-icon-color [contrast-color: ('gray', 50, .8)] - The sorted table header icon color.
|
|
375
|
+
/// @prop {Map} sortable-header-icon-hover-color [contrast-color: ('gray', 50)] - The icon color on hover in grid header when the column is sortable.
|
|
377
376
|
/// @prop {Map} filtering-header-background [color: ('gray', 100)] - The background color of the filtered column header.
|
|
378
|
-
/// @prop {Map} filtering-header-text-color [contrast-color: ('gray',
|
|
379
|
-
/// @prop {Map}
|
|
380
|
-
/// @prop {Map} pinned-border-color [color: ('primary', 200)] - The color of the pinned border.
|
|
377
|
+
/// @prop {Map} filtering-header-text-color [contrast-color: ('gray', 50, .9)] - The text color color of the filtered column header.
|
|
378
|
+
/// @prop {Map} pinned-border-color [color: ('gray', 200)] - The color of the pinned border.
|
|
381
379
|
/// @prop {Map} drop-area-background [color: ('gray', 200)] - The drop area background color.
|
|
382
|
-
/// @prop {Map} drop-area-text-color [contrast-color: ('gray',
|
|
380
|
+
/// @prop {Map} drop-area-text-color [contrast-color: ('gray', 50, .6)] - The drop area text color.
|
|
383
381
|
/// @prop {Map} drop-area-icon-color [contrast-color: ('gray', 200)] - The drop area icon color.
|
|
384
|
-
/// @prop {Map} row-odd-background [color: ('gray', 100)] - The background color of odd rows.
|
|
385
|
-
/// @prop {Map} row-even-background [color: ('gray', 100)] - The background color of even rows.
|
|
386
382
|
/// @prop {Map} row-border-color [color: ('gray', 50, .24)] - The row bottom border color.
|
|
387
|
-
/// @prop {Map} row-hover-background [color: ('primary',
|
|
388
|
-
/// @prop {Map} row-hover-text-color [contrast-color: ('gray',
|
|
389
|
-
/// @prop {Map} row-selected-background [color: 'primary'] - The selected row background color.
|
|
390
|
-
/// @prop {Map} row-selected-text-color [contrast-color: 'primary'] - The selected row text color.
|
|
391
|
-
/// @prop {Map} row-selected-hover-background [color: ('primary',
|
|
392
|
-
/// @prop {Map} row-selected-hover-text-color [contrast-color: ('primary',
|
|
383
|
+
/// @prop {Map} row-hover-background [color: ('primary', 100)] - The hover row background color.
|
|
384
|
+
/// @prop {Map} row-hover-text-color [contrast-color: ('gray', 100)] - The hover row text color.
|
|
385
|
+
/// @prop {Map} row-selected-background [color: ('primary', 900)] - The selected row background color.
|
|
386
|
+
/// @prop {Map} row-selected-text-color [contrast-color: ('primary', 900)] - The selected row text color.
|
|
387
|
+
/// @prop {Map} row-selected-hover-background [color: ('primary', 700)] - The selected row hover background.
|
|
388
|
+
/// @prop {Map} row-selected-hover-text-color [contrast-color: ('primary', 700)] - The selected row text color.
|
|
393
389
|
/// @prop {Map} group-row-background [color: 'surface'] - The grid group row background color.
|
|
394
390
|
/// @prop {Map} group-row-selected-background [color: ('gray', 200)] - The drop area background on drop color.
|
|
395
391
|
/// @prop {Map} group-count-text-color [contrast-color: ('primary', 300)] - The grid group row cont badge text color.
|
|
396
392
|
/// @prop {Map} group-label-column-name-text [contrast-color: 'surface'] - The grid group row column name text color.
|
|
397
393
|
/// @prop {Map} group-label-icon [contrast-color: 'surface'] - The grid group row icon color.
|
|
398
394
|
/// @prop {Map} group-label-text [color: ('gray', 700)] - The grid group row text color.
|
|
399
|
-
/// @prop {Map} cell-selected-within-background [color: ('primary',
|
|
400
|
-
/// @prop {Map} cell-selected-within-text-color [contrast-color: ('primary',
|
|
401
|
-
/// @prop {Map} cell-selected-background [color: ('
|
|
402
|
-
/// @prop {Map} cell-selected-text-color [contrast-color: ('
|
|
403
|
-
/// @prop {Map} cell-active-border-color [
|
|
404
|
-
/// @prop {Map} cell-editing-background [color: 'surface'] - The background for the cell in editing mode.
|
|
395
|
+
/// @prop {Map} cell-selected-within-background [color: ('primary', 700)] - The background of the selected cell inside a selected row/column.
|
|
396
|
+
/// @prop {Map} cell-selected-within-text-color [contrast-color: ('primary', 900)] - The color of the selected cell inside a selected row/column.
|
|
397
|
+
/// @prop {Map} cell-selected-background [color: ('gray', 100)] - The selected cell background color.
|
|
398
|
+
/// @prop {Map} cell-selected-text-color [contrast-color: ('gray', 100), to-opaque: (color: 'surface'), text-contrast: ()] - The selected cell text color.
|
|
399
|
+
/// @prop {Map} cell-active-border-color [color: ('primary', 400)] - The active(focused) cell border color.
|
|
405
400
|
/// @prop {Map} grouparea-background [color: 'surface'] - The grid group area background color.
|
|
406
401
|
/// @prop {Map} grouparea-color [contrast-color: 'surface'] - The grid group area color.
|
|
407
402
|
/// @prop {Map} root-summaries-background [color: 'surface'] - The background color of the summary groups located the footer.
|
|
408
403
|
/// @prop {Map} root-summaries-text-color [contrast-color: 'surface'] - The text color of the summary groups located the footer.
|
|
409
404
|
/// @prop {Map} body-summaries-background [color: 'surface'] - The background color of the summary groups located the body.
|
|
410
405
|
/// @prop {Map} body-summaries-text-color [contrast-color: 'surface'] - The text color of the summary groups located the body.
|
|
411
|
-
/// @prop {Map} expand-icon-color [color: ('gray',
|
|
412
|
-
/// @prop {Map} expand-icon-hover-color [color: ('gray',
|
|
406
|
+
/// @prop {Map} expand-icon-color [contrast-color: ('gray', 50, .8)] - The grid row expand icon color.
|
|
407
|
+
/// @prop {Map} expand-icon-hover-color [contrast-color: ('gray', 50)] - The grid row expand icon hover color.
|
|
408
|
+
/// @prop {Map} row-odd-text-color [contrast-color: ('gray', 50, .8)] - The text color of odd rows.
|
|
409
|
+
/// @prop {Map} row-even-text-color [contrast-color: ('gray', 50, .8)] - The text color of even rows.
|
|
410
|
+
/// @prop {Map} active-expand-icon-color [contrast-color: ('gray', 50, .8)] - The drop area background on drop color.
|
|
413
411
|
///
|
|
414
412
|
/// @requires $indigo-grid
|
|
415
413
|
$dark-indigo-grid: extend(
|
|
416
414
|
$indigo-grid,
|
|
417
415
|
(
|
|
418
|
-
content-
|
|
419
|
-
color:
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
416
|
+
content-text-color: (
|
|
417
|
+
contrast-color: (
|
|
418
|
+
'gray',
|
|
419
|
+
50,
|
|
420
|
+
0.8,
|
|
421
|
+
),
|
|
424
422
|
),
|
|
425
423
|
|
|
426
424
|
header-border-color: (
|
|
427
425
|
color: (
|
|
428
426
|
'gray',
|
|
429
|
-
|
|
430
|
-
0.24,
|
|
427
|
+
200,
|
|
431
428
|
),
|
|
432
429
|
),
|
|
433
430
|
|
|
434
431
|
header-text-color: (
|
|
435
|
-
contrast-color:
|
|
432
|
+
contrast-color: (
|
|
433
|
+
'gray',
|
|
434
|
+
50,
|
|
435
|
+
0.9,
|
|
436
|
+
),
|
|
436
437
|
),
|
|
437
438
|
|
|
438
439
|
header-selected-background: (
|
|
@@ -443,12 +444,27 @@ $dark-indigo-grid: extend(
|
|
|
443
444
|
contrast-color: 'primary',
|
|
444
445
|
),
|
|
445
446
|
|
|
447
|
+
active-expand-icon-color: (
|
|
448
|
+
contrast-color: (
|
|
449
|
+
'gray',
|
|
450
|
+
50,
|
|
451
|
+
0.8,
|
|
452
|
+
),
|
|
453
|
+
),
|
|
454
|
+
|
|
446
455
|
sorted-header-icon-color: (
|
|
447
|
-
contrast-color:
|
|
456
|
+
contrast-color: (
|
|
457
|
+
'gray',
|
|
458
|
+
50,
|
|
459
|
+
0.8,
|
|
460
|
+
),
|
|
448
461
|
),
|
|
449
462
|
|
|
450
463
|
sortable-header-icon-hover-color: (
|
|
451
|
-
contrast-color:
|
|
464
|
+
contrast-color: (
|
|
465
|
+
'gray',
|
|
466
|
+
50,
|
|
467
|
+
),
|
|
452
468
|
),
|
|
453
469
|
|
|
454
470
|
filtering-header-background: (
|
|
@@ -461,17 +477,14 @@ $dark-indigo-grid: extend(
|
|
|
461
477
|
filtering-header-text-color: (
|
|
462
478
|
contrast-color: (
|
|
463
479
|
'gray',
|
|
464
|
-
|
|
480
|
+
50,
|
|
481
|
+
0.9,
|
|
465
482
|
),
|
|
466
483
|
),
|
|
467
484
|
|
|
468
|
-
filtering-row-background: (
|
|
469
|
-
color: 'surface',
|
|
470
|
-
),
|
|
471
|
-
|
|
472
485
|
pinned-border-color: (
|
|
473
486
|
color: (
|
|
474
|
-
'
|
|
487
|
+
'gray',
|
|
475
488
|
200,
|
|
476
489
|
),
|
|
477
490
|
),
|
|
@@ -486,7 +499,8 @@ $dark-indigo-grid: extend(
|
|
|
486
499
|
drop-area-text-color: (
|
|
487
500
|
contrast-color: (
|
|
488
501
|
'gray',
|
|
489
|
-
|
|
502
|
+
50,
|
|
503
|
+
0.6,
|
|
490
504
|
),
|
|
491
505
|
),
|
|
492
506
|
|
|
@@ -497,20 +511,6 @@ $dark-indigo-grid: extend(
|
|
|
497
511
|
),
|
|
498
512
|
),
|
|
499
513
|
|
|
500
|
-
row-odd-background: (
|
|
501
|
-
color: (
|
|
502
|
-
'gray',
|
|
503
|
-
100,
|
|
504
|
-
),
|
|
505
|
-
),
|
|
506
|
-
|
|
507
|
-
row-even-background: (
|
|
508
|
-
color: (
|
|
509
|
-
'gray',
|
|
510
|
-
100,
|
|
511
|
-
),
|
|
512
|
-
),
|
|
513
|
-
|
|
514
514
|
row-border-color: (
|
|
515
515
|
color: (
|
|
516
516
|
'gray',
|
|
@@ -522,7 +522,7 @@ $dark-indigo-grid: extend(
|
|
|
522
522
|
row-hover-background: (
|
|
523
523
|
color: (
|
|
524
524
|
'gray',
|
|
525
|
-
|
|
525
|
+
100,
|
|
526
526
|
),
|
|
527
527
|
),
|
|
528
528
|
|
|
@@ -534,24 +534,30 @@ $dark-indigo-grid: extend(
|
|
|
534
534
|
),
|
|
535
535
|
|
|
536
536
|
row-selected-background: (
|
|
537
|
-
color:
|
|
537
|
+
color: (
|
|
538
|
+
'primary',
|
|
539
|
+
900,
|
|
540
|
+
),
|
|
538
541
|
),
|
|
539
542
|
|
|
540
543
|
row-selected-text-color: (
|
|
541
|
-
contrast-color:
|
|
544
|
+
contrast-color: (
|
|
545
|
+
'primary',
|
|
546
|
+
900,
|
|
547
|
+
),
|
|
542
548
|
),
|
|
543
549
|
|
|
544
550
|
row-selected-hover-background: (
|
|
545
551
|
color: (
|
|
546
552
|
'primary',
|
|
547
|
-
|
|
553
|
+
700,
|
|
548
554
|
),
|
|
549
555
|
),
|
|
550
556
|
|
|
551
557
|
row-selected-hover-text-color: (
|
|
552
558
|
contrast-color: (
|
|
553
559
|
'primary',
|
|
554
|
-
|
|
560
|
+
700,
|
|
555
561
|
),
|
|
556
562
|
),
|
|
557
563
|
|
|
@@ -594,14 +600,14 @@ $dark-indigo-grid: extend(
|
|
|
594
600
|
cell-selected-within-background: (
|
|
595
601
|
color: (
|
|
596
602
|
'primary',
|
|
597
|
-
|
|
603
|
+
700,
|
|
598
604
|
),
|
|
599
605
|
),
|
|
600
606
|
|
|
601
607
|
cell-selected-within-text-color: (
|
|
602
608
|
contrast-color: (
|
|
603
609
|
'primary',
|
|
604
|
-
|
|
610
|
+
900,
|
|
605
611
|
),
|
|
606
612
|
),
|
|
607
613
|
|
|
@@ -620,11 +626,10 @@ $dark-indigo-grid: extend(
|
|
|
620
626
|
),
|
|
621
627
|
|
|
622
628
|
cell-active-border-color: (
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
color: 'surface',
|
|
629
|
+
color: (
|
|
630
|
+
'primary',
|
|
631
|
+
400,
|
|
632
|
+
),
|
|
628
633
|
),
|
|
629
634
|
|
|
630
635
|
grouparea-background: (
|
|
@@ -652,16 +657,33 @@ $dark-indigo-grid: extend(
|
|
|
652
657
|
),
|
|
653
658
|
|
|
654
659
|
expand-icon-color: (
|
|
655
|
-
color: (
|
|
660
|
+
contrast-color: (
|
|
656
661
|
'gray',
|
|
657
|
-
|
|
662
|
+
50,
|
|
663
|
+
0.8,
|
|
658
664
|
),
|
|
659
665
|
),
|
|
660
666
|
|
|
661
667
|
expand-icon-hover-color: (
|
|
662
|
-
color: (
|
|
668
|
+
contrast-color: (
|
|
663
669
|
'gray',
|
|
664
|
-
|
|
670
|
+
50,
|
|
671
|
+
),
|
|
672
|
+
),
|
|
673
|
+
|
|
674
|
+
row-odd-text-color: (
|
|
675
|
+
contrast-color: (
|
|
676
|
+
'gray',
|
|
677
|
+
50,
|
|
678
|
+
0.8,
|
|
679
|
+
),
|
|
680
|
+
),
|
|
681
|
+
|
|
682
|
+
row-even-text-color: (
|
|
683
|
+
contrast-color: (
|
|
684
|
+
'gray',
|
|
685
|
+
50,
|
|
686
|
+
0.8,
|
|
665
687
|
),
|
|
666
688
|
),
|
|
667
689
|
)
|
|
@@ -37,6 +37,17 @@ $dark-bootstrap-pagination: $bootstrap-pagination;
|
|
|
37
37
|
|
|
38
38
|
/// Generates a dark indigo pagination schema.
|
|
39
39
|
/// @type {Map}
|
|
40
|
+
/// @prop {Map} border-color [contrast-color: ('gray', 50, .3)] - The border color of the paging panel.
|
|
40
41
|
/// @requires $indigo-pagination
|
|
41
|
-
|
|
42
|
-
$
|
|
42
|
+
$dark-indigo-pagination: extend(
|
|
43
|
+
$indigo-pagination,
|
|
44
|
+
(
|
|
45
|
+
border-color: (
|
|
46
|
+
contrast-color: (
|
|
47
|
+
'gray',
|
|
48
|
+
50,
|
|
49
|
+
0.3,
|
|
50
|
+
),
|
|
51
|
+
),
|
|
52
|
+
)
|
|
53
|
+
);
|
|
@@ -23,13 +23,32 @@ $dark-bootstrap-query-builder: $bootstrap-query-builder;
|
|
|
23
23
|
|
|
24
24
|
/// Generates a dark indigo query builder schema.
|
|
25
25
|
/// @type {Map}
|
|
26
|
-
/// @prop {Map} background [color: '
|
|
26
|
+
/// @prop {Map} background [color: ('gray', 50)] - The background color of the filtering row.
|
|
27
|
+
/// @prop {Map} header-background [color: ('gray', 100)] - The background color of the query builder header.
|
|
28
|
+
/// @prop {Map} header-border [color: ('gray', 100)] - The border color of the query builder header.
|
|
27
29
|
/// @requires $indigo-query-builder
|
|
28
30
|
$dark-indigo-query-builder: extend(
|
|
29
31
|
$indigo-query-builder,
|
|
30
32
|
(
|
|
31
33
|
background: (
|
|
32
|
-
color:
|
|
34
|
+
color: (
|
|
35
|
+
'gray',
|
|
36
|
+
50,
|
|
37
|
+
),
|
|
38
|
+
),
|
|
39
|
+
|
|
40
|
+
header-background: (
|
|
41
|
+
color: (
|
|
42
|
+
'gray',
|
|
43
|
+
100,
|
|
44
|
+
),
|
|
45
|
+
),
|
|
46
|
+
|
|
47
|
+
header-border: (
|
|
48
|
+
color: (
|
|
49
|
+
'gray',
|
|
50
|
+
100,
|
|
51
|
+
),
|
|
33
52
|
),
|
|
34
53
|
)
|
|
35
54
|
);
|