igniteui-theming 6.0.0-beta.11 → 6.0.0-beta.12

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-theming",
3
- "version": "6.0.0-beta.11",
3
+ "version": "6.0.0-beta.12",
4
4
  "description": "A set of Sass variables, mixins, and functions for generating palettes, typography, and elevations used by Ignite UI components.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -11,8 +11,8 @@
11
11
  /// @prop {Map} navigation-hover-color [color: ('secondary', 200)] - The :hover color of the icon button responsible for month navigation.
12
12
  /// @prop {Map} navigation-focus-color [color: ('secondary', 200)] - The :focus color of the icon button responsible for month navigation.
13
13
  /// @prop {Map} date-special-foreground [color: ('secondary', 200)] - The foreground color of a special date.
14
- /// @prop {Map} date-special-hover-foreground [color: ('secondary', 200)] - The :hover foreground color of a special date.
15
- /// @prop {Map} date-special-focus-foreground [color: ('secondary', 200)] - The :focus foreground color of a special date.
14
+ /// @prop {Map} date-special-hover-foreground [color: ('secondary', 100)] - The :hover foreground color of a special date.
15
+ /// @prop {Map} date-special-focus-foreground [color: ('secondary', 100)] - The :focus foreground color of a special date.
16
16
  /// @prop {Map} date-special-range-foreground [color: ('secondary', 200)] - The foreground color of a special date in a range selection.
17
17
  /// @prop {Map} date-special-border-color [color: ('secondary', 200)] - The outline color around a special date.
18
18
  /// @prop {Map} date-special-hover-border-color [color: ('secondary', 100)] - The outline color around a special date.
@@ -48,13 +48,13 @@ $dark-material-calendar: extend(
48
48
  date-special-hover-foreground: (
49
49
  color: (
50
50
  'secondary',
51
- 200,
51
+ 100,
52
52
  ),
53
53
  ),
54
54
  date-special-focus-foreground: (
55
55
  color: (
56
56
  'secondary',
57
- 200,
57
+ 100,
58
58
  ),
59
59
  ),
60
60
  date-special-range-foreground: (
@@ -391,6 +391,10 @@ $dark-fluent-calendar: extend(
391
391
 
392
392
  /// Generates a dark bootstrap calendar schema.
393
393
  /// @type {Map}
394
+ /// @prop {Map} year-hover-background [color: ('grey', 100)]- The :hover background color of the year in years view.
395
+ /// @prop {Map} year-current-hover-background [color: ('gray' 100)] - The :hover background color of the current year in years view.
396
+ /// @prop {Map} month-hover-background [color: ('grey', 100)]- The :hover background color of the month in months view.
397
+ /// @prop {Map} month-current-hover-background [color: ('gray', 100)] - The :hover background color of the current month in months view.
394
398
  /// @prop {Map} date-special-hover-background [color: ('gray', 100)] - The background color of a special date.
395
399
  /// @prop {Map} date-special-focus-background [color: ('gray', 100)] - The background color of a special date.
396
400
  /// @prop {Map} date-hover-background [color: 'gray', 100] - The :hover background color of a date.
@@ -412,6 +416,30 @@ $dark-fluent-calendar: extend(
412
416
  $dark-bootstrap-calendar: extend(
413
417
  $bootstrap-calendar,
414
418
  (
419
+ year-hover-background: (
420
+ color: (
421
+ 'gray',
422
+ 100,
423
+ ),
424
+ ),
425
+ year-current-hover-background: (
426
+ color: (
427
+ 'gray',
428
+ 100,
429
+ ),
430
+ ),
431
+ month-hover-background: (
432
+ color: (
433
+ 'gray',
434
+ 100,
435
+ ),
436
+ ),
437
+ month-current-hover-background: (
438
+ color: (
439
+ 'gray',
440
+ 100,
441
+ ),
442
+ ),
415
443
  date-special-hover-background: (
416
444
  color: (
417
445
  'gray',
@@ -557,6 +585,7 @@ $dark-bootstrap-calendar: extend(
557
585
  /// @prop {Map} picker-focus-foreground [color: 'primary' 300] - The :focus foreground color of the month and year pickers.
558
586
  /// @prop {Map} week-number-foreground [color: ('gray', 500)] - The foreground color of the week number column.
559
587
  /// @prop {Map} week-number-background [color: ('gray', 900, .05)] - The background color of the week number column.
588
+ /// @prop {Map} date-selected-range-background [color: ('primary', 400, .2)] - The background color of the selected range.
560
589
  /// @requires $indigo-calendar
561
590
  $dark-indigo-calendar: extend(
562
591
  $indigo-calendar,
@@ -803,5 +832,12 @@ $dark-indigo-calendar: extend(
803
832
  0.05,
804
833
  ),
805
834
  ),
835
+ date-selected-range-background: (
836
+ color: (
837
+ 'primary',
838
+ 400,
839
+ 0.2,
840
+ ),
841
+ ),
806
842
  )
807
843
  );
@@ -15,7 +15,7 @@
15
15
  /// @prop {Map} picker-hover-foreground [color: 'secondary' 500] - The :hover foreground color of the month and year pickers.
16
16
  /// @prop {Map} picker-focus-foreground [color: 'secondary' 500] - The :focus foreground color of the month and year pickers.
17
17
  /// @prop {Map} weekday-color [color: ('gray', 500)] - The foreground color of the weekday labels.
18
- /// @prop {Map} weekend-color [contrast-color: 'surface'] - The foreground color of the weekend days.
18
+ /// @prop {Map} weekend-color [color: ('gray', 900)] - The foreground color of the weekend days.
19
19
  /// @prop {Map} inactive-color [color: ('gray', 500)] - The foreground color of the previous and next month dates.
20
20
  /// @prop {Map} week-number-foreground [color: ('gray', 500)] - The foreground color of the week number column.
21
21
  /// @prop {Map} week-number-background [color: ('gray', 200)] - The background color of the week number column.
@@ -312,7 +312,10 @@ $light-calendar: (
312
312
  ),
313
313
  ),
314
314
  weekend-color: (
315
- contrast-color: 'surface',
315
+ color: (
316
+ 'gray',
317
+ 900,
318
+ ),
316
319
  ),
317
320
  border-radius: (
318
321
  border-radius: (
@@ -368,7 +371,8 @@ $light-calendar: (
368
371
  date-disabled-range-foreground: (
369
372
  color: (
370
373
  'gray',
371
- 500,
374
+ 900,
375
+ 0.5,
372
376
  ),
373
377
  ),
374
378
  );
@@ -380,32 +384,36 @@ $light-calendar: (
380
384
  /// @prop {Map} picker-foreground [color: 'gray' 900] - The foreground color of the month and year pickers.
381
385
  /// @prop {Map} year-focus-foreground [contrast-color: ('secondary', 500)]- The :focus foreground color of the focused year in years view.
382
386
  /// @prop {Map} year-focus-background [color: ('secondary', 500)]- The :focus background color of the focused year on in years view.
383
- /// @prop {Map} year-current-foreground [contrast-color: ('surface')] - The foreground color of the current year.
387
+ /// @prop {Map} year-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the year in years view.
388
+ /// @prop {Map} year-hover-background [color: ('grey', 100)]- The :hover background color of the year in years view.
389
+ /// @prop {Map} year-current-foreground [color: ('gray', 900)] - The foreground color of the current year.
384
390
  /// @prop {Map} year-current-background [color: ('surface')]- The background color of the current year in years view.
385
- /// @prop {Map} year-current-hover-foreground [contrast-color: ('gray', 200)] - The :hover foreground color of the current year in years view.
386
- /// @prop {Map} year-current-hover-background [color: ('gray' 200)] - The :hover background color of the current year in years view.
391
+ /// @prop {Map} year-current-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the current year in years view.
392
+ /// @prop {Map} year-current-hover-background [color: ('gray' 100)] - The :hover background color of the current year in years view.
387
393
  /// @prop {Map} year-selected-foreground [contrast-color: ('secondary', 600)] - The foreground color of the selected year.
388
394
  /// @prop {Map} year-selected-background [color: ('secondary', 500)]- The background color of the selected year in years view.
389
- /// @prop {Map} year-selected-hover-foreground [contrast-color: ('secondary', 600)] - The :hover foreground color of the selected year in years view.
390
- /// @prop {Map} year-selected-hover-background [color: ('secondary' 600)] - The :hover background color of the selected year in years view.
395
+ /// @prop {Map} year-selected-hover-foreground [contrast-color: ('secondary', 700)] - The :hover foreground color of the selected year in years view.
396
+ /// @prop {Map} year-selected-hover-background [color: ('secondary' 700)] - The :hover background color of the selected year in years view.
391
397
  /// @prop {Map} year-selected-current-foreground [contrast-color: ('secondary', 600)] - The foreground color of the current/selected year.
392
398
  /// @prop {Map} year-selected-current-background [color: ('secondary', 500)] - The foreground color of the current/selected year.
393
- /// @prop {Map} year-selected-current-hover-foreground [contrast-color: ('secondary', 600)] - The :hover foreground color of the current/selected year.
394
- /// @prop {Map} year-selected-current-hover-background [color: ('secondary', 600)] - The :hover background color of the current/selected year.
399
+ /// @prop {Map} year-selected-current-hover-foreground [contrast-color: ('secondary', 700)] - The :hover foreground color of the current/selected year.
400
+ /// @prop {Map} year-selected-current-hover-background [color: ('secondary', 700)] - The :hover background color of the current/selected year.
395
401
  /// @prop {Map} month-focus-foreground [contrast-color: ('secondary', 500)] - The :focus foreground color of the month inside the months view.
396
402
  /// @prop {Map} month-focus-background [color: ('secondary', 500)] - The :focus background color of the month inside the months view.
403
+ /// @prop {Map} month-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the month inside the months view.
404
+ /// @prop {Map} month-hover-background [color: ('gray', 100)] - The :hover background color of the month inside the months view.
397
405
  /// @prop {Map} month-current-foreground [contrast-color: ('gray', 200)] - The foreground color of the current month in month view.
398
406
  /// @prop {Map} month-current-background [color: ('surface')] - The background color of the current month in month view.
399
- /// @prop {Map} month-current-hover-foreground [contrast-color: ('gray', 200)]- The :hover foreground color of the current month in month view.
400
- /// @prop {Map} month-current-hover-background [color: ('gray', 200)]- The :hover background color of the current month in month view.
407
+ /// @prop {Map} month-current-hover-foreground [color: ('gray', 900)]- The :hover foreground color of the current month in month view.
408
+ /// @prop {Map} month-current-hover-background [color: ('gray', 100)]- The :hover background color of the current month in month view.
401
409
  /// @prop {Map} month-selected-foreground [contrast-color: ('secondary', 600)] - The foreground color of the selected month in month view.
402
410
  /// @prop {Map} month-selected-background [color: ('secondary', 500)] - The background color of the selected month in month view.
403
- /// @prop {Map} month-selected-hover-foreground [contrast-color: ('secondary', 600)]- The :hover foreground color of the selected month in month view.
404
- /// @prop {Map} month-selected-hover-background [color: ('secondary', 600)]- The :hover background color of the selected month in month view.
411
+ /// @prop {Map} month-selected-hover-foreground [contrast-color: ('secondary', 700)]- The :hover foreground color of the selected month in month view.
412
+ /// @prop {Map} month-selected-hover-background [color: ('secondary', 700)]- The :hover background color of the selected month in month view.
405
413
  /// @prop {Map} month-selected-current-foreground [contrast-color: ('secondary', 500)] - The foreground color of the current/selected month in month view.
406
414
  /// @prop {Map} month-selected-current-background [color: ('secondary', 500)]- The background color of the current/selected month in month view.
407
- /// @prop {Map} month-selected-current-hover-foreground [contrast-color: ('secondary', 600)] - The :hover foreground color of the current/selected month in month view.
408
- /// @prop {Map} month-selected-current-hover-background [color: ('secondary', 600)] - The :hover background color of the current/selected month in month view.
415
+ /// @prop {Map} month-selected-current-hover-foreground [contrast-color: ('secondary', 700)] - The :hover foreground color of the current/selected month in month view.
416
+ /// @prop {Map} month-selected-current-hover-background [color: ('secondary', 700)] - The :hover background color of the current/selected month in month view.
409
417
  /// @prop {Map} date-hover-background [color: ('gray', 100)] - The :hover background color of a date.
410
418
  /// @prop {Map} date-focus-background [color: ('gray', 100)] - The :focus background color of date.
411
419
  /// @prop {Map} date-current-foreground [color: ('gray', 900)] - The foreground color of the current date.
@@ -465,24 +473,37 @@ $material-calendar: extend(
465
473
  900,
466
474
  ),
467
475
  ),
476
+ year-hover-foreground: (
477
+ color: (
478
+ 'gray',
479
+ 900,
480
+ ),
481
+ ),
482
+ year-hover-background: (
483
+ color: (
484
+ 'gray',
485
+ 100,
486
+ ),
487
+ ),
468
488
  year-current-foreground: (
469
- contrast-color: (
470
- 'surface',
489
+ color: (
490
+ 'gray',
491
+ 900,
471
492
  ),
472
493
  ),
473
494
  year-current-background: (
474
495
  color: 'surface',
475
496
  ),
476
497
  year-current-hover-foreground: (
477
- contrast-color: (
498
+ color: (
478
499
  'gray',
479
- 200,
500
+ 900,
480
501
  ),
481
502
  ),
482
503
  year-current-hover-background: (
483
504
  color: (
484
505
  'gray',
485
- 200,
506
+ 100,
486
507
  ),
487
508
  ),
488
509
  year-selected-foreground: (
@@ -500,13 +521,13 @@ $material-calendar: extend(
500
521
  year-selected-hover-foreground: (
501
522
  contrast-color: (
502
523
  'secondary',
503
- 600,
524
+ 700,
504
525
  ),
505
526
  ),
506
527
  year-selected-hover-background: (
507
528
  color: (
508
529
  'secondary',
509
- 600,
530
+ 700,
510
531
  ),
511
532
  ),
512
533
  year-selected-current-foreground: (
@@ -524,13 +545,25 @@ $material-calendar: extend(
524
545
  year-selected-current-hover-foreground: (
525
546
  contrast-color: (
526
547
  'secondary',
527
- 600,
548
+ 700,
528
549
  ),
529
550
  ),
530
551
  year-selected-current-hover-background: (
531
552
  color: (
532
553
  'secondary',
533
- 600,
554
+ 700,
555
+ ),
556
+ ),
557
+ month-hover-foreground: (
558
+ color: (
559
+ 'gray',
560
+ 900,
561
+ ),
562
+ ),
563
+ month-hover-background: (
564
+ color: (
565
+ 'gray',
566
+ 100,
534
567
  ),
535
568
  ),
536
569
  month-current-foreground: (
@@ -543,15 +576,15 @@ $material-calendar: extend(
543
576
  color: 'surface',
544
577
  ),
545
578
  month-current-hover-foreground: (
546
- contrast-color: (
579
+ color: (
547
580
  'gray',
548
- 200,
581
+ 900,
549
582
  ),
550
583
  ),
551
584
  month-current-hover-background: (
552
585
  color: (
553
586
  'gray',
554
- 200,
587
+ 100,
555
588
  ),
556
589
  ),
557
590
  month-selected-foreground: (
@@ -569,13 +602,13 @@ $material-calendar: extend(
569
602
  month-selected-hover-foreground: (
570
603
  contrast-color: (
571
604
  'secondary',
572
- 600,
605
+ 700,
573
606
  ),
574
607
  ),
575
608
  month-selected-hover-background: (
576
609
  color: (
577
610
  'secondary',
578
- 600,
611
+ 700,
579
612
  ),
580
613
  ),
581
614
  month-selected-current-foreground: (
@@ -593,13 +626,13 @@ $material-calendar: extend(
593
626
  month-selected-current-hover-foreground: (
594
627
  contrast-color: (
595
628
  'secondary',
596
- 600,
629
+ 700,
597
630
  ),
598
631
  ),
599
632
  month-selected-current-hover-background: (
600
633
  color: (
601
634
  'secondary',
602
- 600,
635
+ 700,
603
636
  ),
604
637
  ),
605
638
  date-hover-background: (
@@ -920,7 +953,7 @@ $material-calendar: extend(
920
953
  /// @prop {List} size [(rem(28px), rem(32px), rem(40px))] - The size of the days, months, and years views.
921
954
  /// @prop {List} inner-size [(rem(24px), rem(28px), rem(32px))] - The size of the inner element of a date(often used to outline the special date)
922
955
  /// @prop {Map} actions-divider-color [color: ('gray', 200)] - The border color used for the date-picker actions divider.
923
- /// @prop {Map} date-disabled-range-foreground [color: ('gray', 900)] - The foreground color of disabled dates in range selection.
956
+
924
957
  /// @requires {Map} $light-calendar
925
958
  $fluent-calendar: extend(
926
959
  $light-calendar,
@@ -1490,12 +1523,6 @@ $fluent-calendar: extend(
1490
1523
  200,
1491
1524
  ),
1492
1525
  ),
1493
- date-disabled-range-foreground: (
1494
- color: (
1495
- 'gray',
1496
- 900,
1497
- ),
1498
- ),
1499
1526
  )
1500
1527
  );
1501
1528
 
@@ -1517,6 +1544,8 @@ $fluent-calendar: extend(
1517
1544
  /// @prop {Map} picker-background [color: ('gray', 100)] - The background color of the month and year pickers.
1518
1545
  /// @prop {Map} year-current-foreground [color: ('gray', 900)] - The foreground color of the current year.
1519
1546
  /// @prop {Color} year-current-background [transparent]- The background color of the current year in years view.
1547
+ /// @prop {Map} year-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the year in years view.
1548
+ /// @prop {Map} year-hover-background [color: ('grey', 200)]- The :hover background color of the year in years view.
1520
1549
  /// @prop {Map} year-current-hover-foreground [contrast-color: ('gray', 200)] - The :hover foreground color of the current year in years view.
1521
1550
  /// @prop {Map} year-current-hover-background [color: ('gray' 200)] - The :hover background color of the current year in years view.
1522
1551
  /// @prop {Map} year-selected-foreground [contrast-color: ('primary', 900)] - The foreground color of the selected year.
@@ -1527,6 +1556,8 @@ $fluent-calendar: extend(
1527
1556
  /// @prop {Map} year-selected-current-background [color: ('primary', 500)] - The foreground color of the current/selected year.
1528
1557
  /// @prop {Map} year-selected-current-hover-foreground [contrast-color: ('primary', 900)] - The :hover foreground color of the current/selected year.
1529
1558
  /// @prop {Map} year-selected-current-hover-background [color: ('primary', 600)] - The :hover background color of the current/selected year.
1559
+ /// @prop {Map} month-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the month in months view.
1560
+ /// @prop {Map} month-hover-background [color: ('grey', 200)]- The :hover background color of the month in months view.
1530
1561
  /// @prop {Map} month-current-foreground [color: ('gray', 900)] - The foreground color of the current selected month.
1531
1562
  /// @prop {Color} month-current-background [transparent] - The background color of the current selected month.
1532
1563
  /// @prop {Map} month-current-hover-foreground [contrast-color: ('gray', 200)] - The :hover foreground color of the current month in months view.
@@ -1584,7 +1615,6 @@ $fluent-calendar: extend(
1584
1615
  /// @prop {Map} selected-current-focus-outline-color [color: ('gray', 900)] - The :focus outline color of the selected current year/month in year/month views.
1585
1616
  /// @prop {Map} border-color [color: ('gray', 300)] - The calendar border color.
1586
1617
  /// @prop {Map} weekday-color [color: 'info', 300] - The foreground color for weekday labels.
1587
- /// @prop {Map} weekend-color [color: ('gray', 900)] - The foreground color of the weekend days.
1588
1618
  /// @prop {Color} week-number-background [transparent] - The background color of the week number column.
1589
1619
  /// @prop {List} date-border-radius [(rem(4px), rem(0), rem(20px))] - The border radius used for the date outline.
1590
1620
  /// @prop {List} date-range-border-radius [(rem(0), rem(0), rem(0))] - The border radius used for the date outline in range selection.
@@ -1693,6 +1723,18 @@ $bootstrap-calendar: extend(
1693
1723
  500,
1694
1724
  ),
1695
1725
  ),
1726
+ year-hover-foreground: (
1727
+ color: (
1728
+ 'gray',
1729
+ 900,
1730
+ ),
1731
+ ),
1732
+ year-hover-background: (
1733
+ color: (
1734
+ 'gray',
1735
+ 200,
1736
+ ),
1737
+ ),
1696
1738
  year-current-foreground: (
1697
1739
  color: (
1698
1740
  'gray',
@@ -1701,9 +1743,9 @@ $bootstrap-calendar: extend(
1701
1743
  ),
1702
1744
  year-current-background: transparent,
1703
1745
  year-current-hover-foreground: (
1704
- contrast-color: (
1746
+ color: (
1705
1747
  'gray',
1706
- 200,
1748
+ 900,
1707
1749
  ),
1708
1750
  ),
1709
1751
  year-current-hover-background: (
@@ -1760,6 +1802,18 @@ $bootstrap-calendar: extend(
1760
1802
  600,
1761
1803
  ),
1762
1804
  ),
1805
+ month-hover-foreground: (
1806
+ color: (
1807
+ 'gray',
1808
+ 900,
1809
+ ),
1810
+ ),
1811
+ month-hover-background: (
1812
+ color: (
1813
+ 'gray',
1814
+ 200,
1815
+ ),
1816
+ ),
1763
1817
  month-current-foreground: (
1764
1818
  color: (
1765
1819
  'gray',
@@ -2103,12 +2157,6 @@ $bootstrap-calendar: extend(
2103
2157
  300,
2104
2158
  ),
2105
2159
  ),
2106
- weekend-color: (
2107
- color: (
2108
- 'gray',
2109
- 900,
2110
- ),
2111
- ),
2112
2160
  week-number-background: transparent,
2113
2161
  month-year-border-radius: (
2114
2162
  border-radius: (
@@ -2158,6 +2206,7 @@ $bootstrap-calendar: extend(
2158
2206
  /// Generates an indigo calendar schema.
2159
2207
  /// @type {Map}
2160
2208
  /// @prop {Map} content-foreground [color: ('gray', 800)] - The foreground color of the days, months and years views.
2209
+ /// @prop {Map} weekend-color [color: ('gray', 800)] - The foreground color of the weekend days.
2161
2210
  /// @prop {Map} content-background [contrast-color: ('gray', 900)] - The background color of the days, months and years views.
2162
2211
  /// @prop {Map} header-foreground [color: ('gray', 800)] - The header foreground color.
2163
2212
  /// @prop {Map} header-background [contrast-color: ('gray', 900)] - The header background color.
@@ -2201,7 +2250,7 @@ $bootstrap-calendar: extend(
2201
2250
  /// @prop {Map} date-selected-current-hover-border-color [contrast-color: ('primary', 900, .6)] - The :hover border color of the selected current date.
2202
2251
  /// @prop {Map} date-selected-current-focus-border-color [contrast-color: ('primary', 900,. 6)] - The :focus border color of the selected current date.
2203
2252
  /// @prop {Map} date-selected-range-foreground [color: ('gray', 800)] - The foreground color of the selected range.
2204
- /// @prop {Map} date-selected-range-background [color: ('secondary', 50)] - The background color of the selected range.
2253
+ /// @prop {Map} date-selected-range-background [color: ('primary', 300, .2)] - The background color of the selected range.
2205
2254
  /// @prop {Map} date-selected-range-hover-background [color: ('secondary', 100)] - The :hover background color of the selected range.
2206
2255
  /// @prop {Map} date-selected-range-focus-background [color: ('secondary', 100)] - The :focus background color of the selected range.
2207
2256
  /// @prop {Color} date-selected-current-range-background [transparent] - The background color of the current date in the selected range.
@@ -2264,6 +2313,12 @@ $indigo-calendar: extend(
2264
2313
  800,
2265
2314
  ),
2266
2315
  ),
2316
+ weekend-color: (
2317
+ color: (
2318
+ 'gray',
2319
+ 800,
2320
+ ),
2321
+ ),
2267
2322
  content-background: (
2268
2323
  contrast-color: (
2269
2324
  'gray',