igniteui-theming 6.0.0-beta.10 → 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.10",
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: (
@@ -145,7 +145,7 @@ $dark-material-calendar: extend(
145
145
  /// @prop {Map} date-current-foreground [contrast-color: ('gray', 900)] - The foreground color of the current date.
146
146
  /// @prop {Map} date-current-background [color: ('primary', 200)] - The background color of the current date.
147
147
  /// @prop {Map} date-current-hover-foreground [contrast-color: ('gray', 900)] - The :hover foreground color of the current date.
148
- /// @prop {Map} date-current-hover-foreground [contrast-color: ('gray', 900)] - The :hover foreground color of the current date.
148
+ /// @prop {Map} date-current-focus-foreground [contrast-color: ('gray', 900)] - The :focus foreground color of the current date.
149
149
  /// @prop {Map} date-selected-current-foreground [contrast-color: ('gray', 900)] - The foreground color of the selected current date.
150
150
  /// @prop {Map} date-selected-current-hover-foreground [contrast-color: ('gray', 900)] - The :hover foreground color of the selected current date.
151
151
  /// @prop {Map} date-selected-current-focus-foreground [contrast-color: ('gray', 900)] - The :focus foreground color of the selected current date.
@@ -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',
@@ -519,12 +547,25 @@ $dark-bootstrap-calendar: extend(
519
547
 
520
548
  /// Generates a dark indigo calendar schema.
521
549
  /// @type {Map}
550
+ /// @prop {Map} date-special-range-foreground [contrast-color: 'gray', 50] - The foreground color of a special date in rage selection.
551
+ /// @prop {Map} date-hover-foreground [contrast-color: 'gray', 900] - The :hover foreground color of a date.
552
+ /// @prop {Map} date-focus-foreground [contrast-color: 'gray', 900] - The :focus foreground color of a date.
553
+ /// @prop {Map} date-current-hover-foreground [contrast-color: ('gray', 900)] - The :hover foreground color of the current date.
554
+ /// @prop {Map} date-current-focus-foreground [contrast-color: ('gray', 900)] - The :focus foreground color of the current date.
555
+ /// @prop {Map} month-hover-foreground [contrast-color: ('gray', 900)] - The :hover foreground color of the month inside the months view.
556
+ /// @prop {Map} month-hover-background [contrast-color: ('gray', 900, .1)] - The :hover background color of the month inside the months view.
557
+ /// @prop {Map} month-current-hover-foreground [contrast-color: ('gray', 900)]- The :hover foreground color of the current month in month view.
558
+ /// @prop {Map} month-current-hover-background [contrast-color: ('gray', 900, .1)]- The :hover background color of the current month in month view.
559
+ /// @prop {Map} year-hover-foreground [contrast-color: ('gray', 900)] - The :hover foreground color of the year in years view.
560
+ /// @prop {Map} year-hover-background [contrast-color: ('grey', 900, .1)]- The :hover background color of the year in years view.
561
+ /// @prop {Map} year-current-hover-foreground [contrast-color: ('gray', 900)] - The :hover foreground color of the current year in years view.
562
+ /// @prop {Map} date-selected-current-range-hover-background [contrast-color: ('gray', 900, .1)] - The :hover background color of the current date in the selected range.
522
563
  /// @prop {Map} header-background [(color: 'gray', 50)] - The header background color.
523
564
  /// @prop {Map} content-background [(color: 'gray', 50)] - The background color of the days, months and years views.
524
565
  /// @prop {Map} picker-background [(color: 'gray', 50)] - The background color of the month and year pickers.
525
566
  /// @prop {Map} border-color [color: ('gray', 100)] - The calendar border color.
526
- /// @prop {Map} date-hover-background [color: ('gray', 900, .1)] - The :hover background color of a date.
527
- /// @prop {Map} date-focus-background [color: ('gray', 900, .1)] - The :focus background color of date.
567
+ /// @prop {Map} date-hover-background [contrast-color: ('gray', 900, .1)] - The :hover background color of a date.
568
+ /// @prop {Map} date-focus-background [contrast-color: ('gray', 900, .1)] - The :focus background color of date.
528
569
  /// @prop {Map} date-current-foreground [color: ('gray', 900)] - The foreground color of the current date.
529
570
  /// @prop {Map} date-disabled-foreground [color: ('gray', 500)] - The foreground color of disabled dates.
530
571
  /// @prop {Map} date-disabled-range-foreground [color: ('gray', 500)] - The foreground color of disabled dates.
@@ -532,9 +573,9 @@ $dark-bootstrap-calendar: extend(
532
573
  /// @prop {Map} date-current-hover-border-color [color: ('primary', 300)] - The :hover border color of the current date.
533
574
  /// @prop {Map} date-current-focus-border-color [color: ('primary', 300)] - The :focus border color of the current date.
534
575
  /// @prop {Map} date-special-foreground [color: ('primary', 600)] - The foreground color of a special date.
535
- /// @prop {Map} date-special-background [color: ('primary', 50)] - The background color of a special date.
576
+ /// @prop {Map} date-special-background [color: ('primary', 600, .4)] - The background color of a special date.
536
577
  /// @prop {Map} date-special-hover-foreground [contrast-color: ('primary', 600)] - The foreground color of a special date.
537
- /// @prop {Map} date-special-hover-background [color: ('primary', 600)] - The background color of a special date.
578
+ /// @prop {Map} date-special-hover-background [color: ('primary', 400, .7)] - The background color of a special date.
538
579
  /// @prop {Map} date-special-focus-foreground [contrast-color: ('primary', 600)] - The foreground color of a special date.
539
580
  /// @prop {Map} date-special-focus-background [color: ('primary', 600)] - The background color of a special date.
540
581
  /// @prop {Map} navigation-hover-color [color: ('primary', 300)] - The :hover color of the icon button responsible for month navigation.
@@ -542,11 +583,100 @@ $dark-bootstrap-calendar: extend(
542
583
  /// @prop {Мап} actions-divider-color [color: ('gray', 100)] - The border color used for the date-picker actions divider.
543
584
  /// @prop {Map} picker-hover-foreground [color: 'primary' 300] - The :hover foreground color of the month and year pickers.
544
585
  /// @prop {Map} picker-focus-foreground [color: 'primary' 300] - The :focus foreground color of the month and year pickers.
545
-
586
+ /// @prop {Map} week-number-foreground [color: ('gray', 500)] - The foreground color of the week number column.
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.
546
589
  /// @requires $indigo-calendar
547
590
  $dark-indigo-calendar: extend(
548
591
  $indigo-calendar,
549
592
  (
593
+ date-special-range-foreground: (
594
+ color: (
595
+ 'primary',
596
+ 50,
597
+ ),
598
+ ),
599
+ date-hover-foreground: (
600
+ contrast-color: (
601
+ 'gray',
602
+ 50,
603
+ ),
604
+ ),
605
+ date-focus-foreground: (
606
+ contrast-color: (
607
+ 'gray',
608
+ 50,
609
+ ),
610
+ ),
611
+
612
+ date-current-hover-foreground: (
613
+ contrast-color: (
614
+ 'gray',
615
+ 50,
616
+ ),
617
+ ),
618
+ date-current-focus-foreground: (
619
+ contrast-color: (
620
+ 'gray',
621
+ 50,
622
+ ),
623
+ ),
624
+ month-hover-foreground: (
625
+ contrast-color: (
626
+ 'gray',
627
+ 50,
628
+ ),
629
+ ),
630
+ month-hover-background: (
631
+ contrast-color: (
632
+ 'gray',
633
+ 50,
634
+ 0.1,
635
+ ),
636
+ ),
637
+ month-current-hover-foreground: (
638
+ contrast-color: (
639
+ 'gray',
640
+ 50,
641
+ ),
642
+ ),
643
+ month-current-hover-background: (
644
+ contrast-color: (
645
+ 'gray',
646
+ 50,
647
+ 0.1,
648
+ ),
649
+ ),
650
+
651
+ year-hover-foreground: (
652
+ contrast-color: (
653
+ 'gray',
654
+ 50,
655
+ ),
656
+ ),
657
+ year-hover-background: (
658
+ contrast-color: (
659
+ 'gray',
660
+ 50,
661
+ 0.1,
662
+ ),
663
+ ),
664
+
665
+ year-current-hover-foreground: (
666
+ contrast-color: (
667
+ 'gray',
668
+ 50,
669
+ ),
670
+ ),
671
+
672
+ date-selected-current-range-hover-background: (
673
+ contrast-color: (
674
+ 'gray',
675
+ 50,
676
+ 0.1,
677
+ ),
678
+ ),
679
+
550
680
  header-background: (
551
681
  color: (
552
682
  'gray',
@@ -572,16 +702,16 @@ $dark-indigo-calendar: extend(
572
702
  ),
573
703
  ),
574
704
  date-hover-background: (
575
- color: (
705
+ contrast-color: (
576
706
  'gray',
577
- 900,
707
+ 50,
578
708
  0.1,
579
709
  ),
580
710
  ),
581
711
  date-focus-background: (
582
- color: (
712
+ contrast-color: (
583
713
  'gray',
584
- 900,
714
+ 50,
585
715
  0.1,
586
716
  ),
587
717
  ),
@@ -631,6 +761,7 @@ $dark-indigo-calendar: extend(
631
761
  color: (
632
762
  'primary',
633
763
  600,
764
+ 0.4,
634
765
  ),
635
766
  ),
636
767
  date-special-hover-foreground: (
@@ -642,7 +773,8 @@ $dark-indigo-calendar: extend(
642
773
  date-special-hover-background: (
643
774
  color: (
644
775
  'primary',
645
- 600,
776
+ 400,
777
+ 0.7,
646
778
  ),
647
779
  ),
648
780
  date-special-focus-foreground: (
@@ -687,5 +819,25 @@ $dark-indigo-calendar: extend(
687
819
  300,
688
820
  ),
689
821
  ),
822
+ week-number-foreground: (
823
+ color: (
824
+ 'gray',
825
+ 500,
826
+ ),
827
+ ),
828
+ week-number-background: (
829
+ contrast-color: (
830
+ 'gray',
831
+ 50,
832
+ 0.05,
833
+ ),
834
+ ),
835
+ date-selected-range-background: (
836
+ color: (
837
+ 'primary',
838
+ 400,
839
+ 0.2,
840
+ ),
841
+ ),
690
842
  )
691
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.
@@ -2212,7 +2261,7 @@ $bootstrap-calendar: extend(
2212
2261
  /// @prop {Color} date-special-hover-border-color [transparent] - The outline color around a special date.
2213
2262
  /// @prop {Map} year-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the year in years view.
2214
2263
  /// @prop {Map} year-hover-background [color: ('grey', 900, .05)] - The :hover background color of the year in years view.
2215
- /// @prop {Map} year-current-foreground [color: ('gray', 900)] - The foreground color of the current year.
2264
+ /// @prop {Map} year-current-foreground [color: ('gray', 800)] - The foreground color of the current year.
2216
2265
  /// @prop {Color} year-current-background [transparent]- The background color of the current year in years view.
2217
2266
  /// @prop {Map} year-current-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the current year in years view.
2218
2267
  /// @prop {Map} year-current-hover-background [color: ('grey', 900, .05)] - The :hover background color of the current year in years view.
@@ -2226,7 +2275,7 @@ $bootstrap-calendar: extend(
2226
2275
  /// @prop {Map} year-selected-current-hover-background [color: ('primary', 400)] - The :hover background color of the current/selected year.
2227
2276
  /// @prop {Map} month-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the month inside the months view.
2228
2277
  /// @prop {Map} month-hover-background [color: ('gray', 900, .05)] - The :hover background color of the month inside the months view.
2229
- /// @prop {Map} month-current-foreground [color: ('gray', 900)] - The foreground color of the current month in month view.
2278
+ /// @prop {Map} month-current-foreground [color: ('gray', 800)] - The foreground color of the current month in month view.
2230
2279
  /// @prop {Color} month-current-background [transparent] - The background color of the current month in month view.
2231
2280
  /// @prop {Map} month-current-hover-foreground [color: ('gray', 900)]- The :hover foreground color of the current month in month view.
2232
2281
  /// @prop {Map} month-current-hover-background [color: ('gray', 900, .05)]- The :hover background color of the current month in month view.
@@ -2245,6 +2294,7 @@ $bootstrap-calendar: extend(
2245
2294
  /// @prop {Map} selected-current-hover-outline-color [contrast-color: ('gray', 900, .6)] - The :hover outline color of the selected current year/month in year/month views.
2246
2295
  /// @prop {Map} selected-current-focus-outline-color [contrast-color: ('gray', 900, .6)] - The :focus outline color of the selected current year/month in year/month views.
2247
2296
  /// @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)
2297
+ /// @prop {List} border-radius [(rem(8px), rem(0), rem(8px))] - The border radius used for calendar.
2248
2298
  /// @prop {Map} actions-divider-color [color: ('gray', 400)] - The border color used for the date-picker actions divider.
2249
2299
  /// @requires {Map} $light-calendar
2250
2300
  $indigo-calendar: extend(
@@ -2263,6 +2313,12 @@ $indigo-calendar: extend(
2263
2313
  800,
2264
2314
  ),
2265
2315
  ),
2316
+ weekend-color: (
2317
+ color: (
2318
+ 'gray',
2319
+ 800,
2320
+ ),
2321
+ ),
2266
2322
  content-background: (
2267
2323
  contrast-color: (
2268
2324
  'gray',
@@ -2343,6 +2399,13 @@ $indigo-calendar: extend(
2343
2399
  rem(8px),
2344
2400
  ),
2345
2401
  ),
2402
+ border-radius: (
2403
+ border-radius: (
2404
+ rem(6px),
2405
+ rem(0),
2406
+ rem(6px),
2407
+ ),
2408
+ ),
2346
2409
  date-hover-background: (
2347
2410
  color: (
2348
2411
  'gray',
@@ -2597,7 +2660,7 @@ $indigo-calendar: extend(
2597
2660
  year-current-foreground: (
2598
2661
  color: (
2599
2662
  'gray',
2600
- 900,
2663
+ 800,
2601
2664
  ),
2602
2665
  ),
2603
2666
  year-current-background: transparent,
@@ -2678,7 +2741,7 @@ $indigo-calendar: extend(
2678
2741
  month-current-foreground: (
2679
2742
  color: (
2680
2743
  'gray',
2681
- 900,
2744
+ 800,
2682
2745
  ),
2683
2746
  ),
2684
2747
  month-current-background: transparent,