igniteui-theming 6.0.0-beta.11 → 6.0.0-beta.13
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.
|
|
3
|
+
"version": "6.0.0-beta.13",
|
|
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',
|
|
15
|
-
/// @prop {Map} date-special-focus-foreground [color: ('secondary',
|
|
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
|
-
|
|
51
|
+
100,
|
|
52
52
|
),
|
|
53
53
|
),
|
|
54
54
|
date-special-focus-foreground: (
|
|
55
55
|
color: (
|
|
56
56
|
'secondary',
|
|
57
|
-
|
|
57
|
+
100,
|
|
58
58
|
),
|
|
59
59
|
),
|
|
60
60
|
date-special-range-foreground: (
|
|
@@ -205,7 +205,6 @@ $dark-fluent-calendar: extend(
|
|
|
205
205
|
200,
|
|
206
206
|
),
|
|
207
207
|
),
|
|
208
|
-
|
|
209
208
|
year-selected-foreground: (
|
|
210
209
|
contrast-color: (
|
|
211
210
|
'primary',
|
|
@@ -391,6 +390,10 @@ $dark-fluent-calendar: extend(
|
|
|
391
390
|
|
|
392
391
|
/// Generates a dark bootstrap calendar schema.
|
|
393
392
|
/// @type {Map}
|
|
393
|
+
/// @prop {Map} year-hover-background [color: ('grey', 100)]- The :hover background color of the year in years view.
|
|
394
|
+
/// @prop {Map} year-current-hover-background [color: ('gray' 100)] - The :hover background color of the current year in years view.
|
|
395
|
+
/// @prop {Map} month-hover-background [color: ('grey', 100)]- The :hover background color of the month in months view.
|
|
396
|
+
/// @prop {Map} month-current-hover-background [color: ('gray', 100)] - The :hover background color of the current month in months view.
|
|
394
397
|
/// @prop {Map} date-special-hover-background [color: ('gray', 100)] - The background color of a special date.
|
|
395
398
|
/// @prop {Map} date-special-focus-background [color: ('gray', 100)] - The background color of a special date.
|
|
396
399
|
/// @prop {Map} date-hover-background [color: 'gray', 100] - The :hover background color of a date.
|
|
@@ -412,6 +415,30 @@ $dark-fluent-calendar: extend(
|
|
|
412
415
|
$dark-bootstrap-calendar: extend(
|
|
413
416
|
$bootstrap-calendar,
|
|
414
417
|
(
|
|
418
|
+
year-hover-background: (
|
|
419
|
+
color: (
|
|
420
|
+
'gray',
|
|
421
|
+
100,
|
|
422
|
+
),
|
|
423
|
+
),
|
|
424
|
+
year-current-hover-background: (
|
|
425
|
+
color: (
|
|
426
|
+
'gray',
|
|
427
|
+
100,
|
|
428
|
+
),
|
|
429
|
+
),
|
|
430
|
+
month-hover-background: (
|
|
431
|
+
color: (
|
|
432
|
+
'gray',
|
|
433
|
+
100,
|
|
434
|
+
),
|
|
435
|
+
),
|
|
436
|
+
month-current-hover-background: (
|
|
437
|
+
color: (
|
|
438
|
+
'gray',
|
|
439
|
+
100,
|
|
440
|
+
),
|
|
441
|
+
),
|
|
415
442
|
date-special-hover-background: (
|
|
416
443
|
color: (
|
|
417
444
|
'gray',
|
|
@@ -519,7 +546,6 @@ $dark-bootstrap-calendar: extend(
|
|
|
519
546
|
|
|
520
547
|
/// Generates a dark indigo calendar schema.
|
|
521
548
|
/// @type {Map}
|
|
522
|
-
/// @prop {Map} date-special-range-foreground [contrast-color: 'gray', 50] - The foreground color of a special date in rage selection.
|
|
523
549
|
/// @prop {Map} date-hover-foreground [contrast-color: 'gray', 900] - The :hover foreground color of a date.
|
|
524
550
|
/// @prop {Map} date-focus-foreground [contrast-color: 'gray', 900] - The :focus foreground color of a date.
|
|
525
551
|
/// @prop {Map} date-current-hover-foreground [contrast-color: ('gray', 900)] - The :hover foreground color of the current date.
|
|
@@ -544,7 +570,9 @@ $dark-bootstrap-calendar: extend(
|
|
|
544
570
|
/// @prop {Map} date-current-border-color [color: ('primary', 400)] - The border color of the current date.
|
|
545
571
|
/// @prop {Map} date-current-hover-border-color [color: ('primary', 300)] - The :hover border color of the current date.
|
|
546
572
|
/// @prop {Map} date-current-focus-border-color [color: ('primary', 300)] - The :focus border color of the current date.
|
|
547
|
-
/// @prop {Map} date-special-foreground [color:
|
|
573
|
+
/// @prop {Map} date-special-range-foreground [(color: 'primary', 50)] - The foreground color of a special date in rage selection.
|
|
574
|
+
/// @prop {Map} date-special-range-background [(color: 'primary', 600, .4)] - The background color of a special date in range selection.
|
|
575
|
+
/// @prop {Map} date-special-foreground [color: ('primary', 50)] - The foreground color of a special date.
|
|
548
576
|
/// @prop {Map} date-special-background [color: ('primary', 600, .4)] - The background color of a special date.
|
|
549
577
|
/// @prop {Map} date-special-hover-foreground [contrast-color: ('primary', 600)] - The foreground color of a special date.
|
|
550
578
|
/// @prop {Map} date-special-hover-background [color: ('primary', 400, .7)] - The background color of a special date.
|
|
@@ -557,16 +585,15 @@ $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.
|
|
589
|
+
/// @prop {Map} selected-current-outline-color [contrast-color: ('gray', 50, .6)] - The outline color of the selected current year/month in year/month views.
|
|
590
|
+
/// @prop {Map} selected-current-hover-outline-color [contrast-color: ('gray', 50, .6)] - The :hover outline color of the selected current year/month in year/month views.
|
|
591
|
+
/// @prop {Map} selected-current-focus-outline-color [contrast-color: ('gray', 50, .6)] - The :focus outline color of the selected current year/month in year/month views.
|
|
592
|
+
|
|
560
593
|
/// @requires $indigo-calendar
|
|
561
594
|
$dark-indigo-calendar: extend(
|
|
562
595
|
$indigo-calendar,
|
|
563
596
|
(
|
|
564
|
-
date-special-range-foreground: (
|
|
565
|
-
color: (
|
|
566
|
-
'primary',
|
|
567
|
-
50,
|
|
568
|
-
),
|
|
569
|
-
),
|
|
570
597
|
date-hover-foreground: (
|
|
571
598
|
contrast-color: (
|
|
572
599
|
'gray',
|
|
@@ -693,15 +720,17 @@ $dark-indigo-calendar: extend(
|
|
|
693
720
|
),
|
|
694
721
|
),
|
|
695
722
|
date-disabled-foreground: (
|
|
696
|
-
color: (
|
|
723
|
+
contrast-color: (
|
|
697
724
|
'gray',
|
|
698
|
-
|
|
725
|
+
50,
|
|
726
|
+
0.4,
|
|
699
727
|
),
|
|
700
728
|
),
|
|
701
729
|
date-disabled-range-foreground: (
|
|
702
|
-
color: (
|
|
730
|
+
contrast-color: (
|
|
703
731
|
'gray',
|
|
704
|
-
|
|
732
|
+
50,
|
|
733
|
+
0.4,
|
|
705
734
|
),
|
|
706
735
|
),
|
|
707
736
|
date-current-border-color: (
|
|
@@ -735,6 +764,19 @@ $dark-indigo-calendar: extend(
|
|
|
735
764
|
0.4,
|
|
736
765
|
),
|
|
737
766
|
),
|
|
767
|
+
date-special-range-foreground: (
|
|
768
|
+
color: (
|
|
769
|
+
'primary',
|
|
770
|
+
50,
|
|
771
|
+
),
|
|
772
|
+
),
|
|
773
|
+
date-special-range-background: (
|
|
774
|
+
color: (
|
|
775
|
+
'primary',
|
|
776
|
+
600,
|
|
777
|
+
0.4,
|
|
778
|
+
),
|
|
779
|
+
),
|
|
738
780
|
date-special-hover-foreground: (
|
|
739
781
|
contrast-color: (
|
|
740
782
|
'primary',
|
|
@@ -803,5 +845,33 @@ $dark-indigo-calendar: extend(
|
|
|
803
845
|
0.05,
|
|
804
846
|
),
|
|
805
847
|
),
|
|
848
|
+
date-selected-range-background: (
|
|
849
|
+
color: (
|
|
850
|
+
'primary',
|
|
851
|
+
400,
|
|
852
|
+
0.2,
|
|
853
|
+
),
|
|
854
|
+
),
|
|
855
|
+
selected-current-outline-color: (
|
|
856
|
+
contrast-color: (
|
|
857
|
+
'gray',
|
|
858
|
+
50,
|
|
859
|
+
0.6,
|
|
860
|
+
),
|
|
861
|
+
),
|
|
862
|
+
selected-current-outline-hover-color: (
|
|
863
|
+
contrast-color: (
|
|
864
|
+
'gray',
|
|
865
|
+
50,
|
|
866
|
+
0.6,
|
|
867
|
+
),
|
|
868
|
+
),
|
|
869
|
+
selected-current-outline-focus-color: (
|
|
870
|
+
contrast-color: (
|
|
871
|
+
'gray',
|
|
872
|
+
50,
|
|
873
|
+
0.6,
|
|
874
|
+
),
|
|
875
|
+
),
|
|
806
876
|
)
|
|
807
877
|
);
|
|
@@ -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 [
|
|
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.
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
/// @prop {Color} date-special-background [transparent] - The background color of a special date.
|
|
42
42
|
/// @prop {Map} date-special-hover-background [color: ('gray', 100)] - The background color of a special date.
|
|
43
43
|
/// @prop {Map} date-special-focus-background [color: ('gray', 100)] - The background color of a special date.
|
|
44
|
-
/// @prop {Map} date-special-range-foreground [color: ('secondary', 900)] - The foreground color of a special date in rage selection.
|
|
45
44
|
/// @prop {Color} date-special-range-background [transparent] - The background color of a special date in range selection.
|
|
46
45
|
/// @prop {Map} date-special-range-border-color [color: ('secondary', 900)] - The outline color around a special date in range selection.
|
|
47
46
|
/// @prop {Color} date-selected-current-outline [transparent] - The outline color of the current selected date.
|
|
@@ -64,7 +63,7 @@
|
|
|
64
63
|
/// @prop {Color} date-range-border-color [transparent] - The border color of range selection.
|
|
65
64
|
/// @prop {Map} date-range-preview-border-color [color: ('gray', 300)] - The border color of the range selection in preview state(visible before selecting the end of the range).
|
|
66
65
|
/// @prop {Map} date-disabled-foreground [color: ('gray', 500, .5)] - The foreground color of disabled dates.
|
|
67
|
-
/// @prop {Map} date-disabled-range-foreground [color: ('gray',
|
|
66
|
+
/// @prop {Map} date-disabled-range-foreground [color: ('gray', 900, .38)] - The foreground color of disabled dates in range selection.
|
|
68
67
|
/// @prop {List} border-radius [(rem(4px), rem(0), rem(20px))] - The border radius used for calendar.
|
|
69
68
|
/// @prop {List} date-border-radius [(rem(20px), rem(0), rem(20px))] - The border radius used for the date.
|
|
70
69
|
/// @prop {List} date-range-border-radius [(rem(20px), rem(0), rem(20px))] -The border radius used for the date in range selection.
|
|
@@ -268,12 +267,6 @@ $light-calendar: (
|
|
|
268
267
|
100,
|
|
269
268
|
),
|
|
270
269
|
),
|
|
271
|
-
date-special-range-foreground: (
|
|
272
|
-
color: (
|
|
273
|
-
'secondary',
|
|
274
|
-
900,
|
|
275
|
-
),
|
|
276
|
-
),
|
|
277
270
|
date-special-range-background: transparent,
|
|
278
271
|
date-special-range-border-color: (
|
|
279
272
|
color: (
|
|
@@ -312,7 +305,10 @@ $light-calendar: (
|
|
|
312
305
|
),
|
|
313
306
|
),
|
|
314
307
|
weekend-color: (
|
|
315
|
-
|
|
308
|
+
color: (
|
|
309
|
+
'gray',
|
|
310
|
+
900,
|
|
311
|
+
),
|
|
316
312
|
),
|
|
317
313
|
border-radius: (
|
|
318
314
|
border-radius: (
|
|
@@ -368,7 +364,8 @@ $light-calendar: (
|
|
|
368
364
|
date-disabled-range-foreground: (
|
|
369
365
|
color: (
|
|
370
366
|
'gray',
|
|
371
|
-
|
|
367
|
+
900,
|
|
368
|
+
0.38,
|
|
372
369
|
),
|
|
373
370
|
),
|
|
374
371
|
);
|
|
@@ -380,32 +377,36 @@ $light-calendar: (
|
|
|
380
377
|
/// @prop {Map} picker-foreground [color: 'gray' 900] - The foreground color of the month and year pickers.
|
|
381
378
|
/// @prop {Map} year-focus-foreground [contrast-color: ('secondary', 500)]- The :focus foreground color of the focused year in years view.
|
|
382
379
|
/// @prop {Map} year-focus-background [color: ('secondary', 500)]- The :focus background color of the focused year on in years view.
|
|
383
|
-
/// @prop {Map} year-
|
|
380
|
+
/// @prop {Map} year-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the year in years view.
|
|
381
|
+
/// @prop {Map} year-hover-background [color: ('grey', 100)]- The :hover background color of the year in years view.
|
|
382
|
+
/// @prop {Map} year-current-foreground [color: ('gray', 900)] - The foreground color of the current year.
|
|
384
383
|
/// @prop {Map} year-current-background [color: ('surface')]- The background color of the current year in years view.
|
|
385
|
-
/// @prop {Map} year-current-hover-foreground [
|
|
386
|
-
/// @prop {Map} year-current-hover-background [color: ('gray'
|
|
384
|
+
/// @prop {Map} year-current-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the current year in years view.
|
|
385
|
+
/// @prop {Map} year-current-hover-background [color: ('gray' 100)] - The :hover background color of the current year in years view.
|
|
387
386
|
/// @prop {Map} year-selected-foreground [contrast-color: ('secondary', 600)] - The foreground color of the selected year.
|
|
388
387
|
/// @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',
|
|
390
|
-
/// @prop {Map} year-selected-hover-background [color: ('secondary'
|
|
388
|
+
/// @prop {Map} year-selected-hover-foreground [contrast-color: ('secondary', 700)] - The :hover foreground color of the selected year in years view.
|
|
389
|
+
/// @prop {Map} year-selected-hover-background [color: ('secondary' 700)] - The :hover background color of the selected year in years view.
|
|
391
390
|
/// @prop {Map} year-selected-current-foreground [contrast-color: ('secondary', 600)] - The foreground color of the current/selected year.
|
|
392
391
|
/// @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',
|
|
394
|
-
/// @prop {Map} year-selected-current-hover-background [color: ('secondary',
|
|
392
|
+
/// @prop {Map} year-selected-current-hover-foreground [contrast-color: ('secondary', 700)] - The :hover foreground color of the current/selected year.
|
|
393
|
+
/// @prop {Map} year-selected-current-hover-background [color: ('secondary', 700)] - The :hover background color of the current/selected year.
|
|
395
394
|
/// @prop {Map} month-focus-foreground [contrast-color: ('secondary', 500)] - The :focus foreground color of the month inside the months view.
|
|
396
395
|
/// @prop {Map} month-focus-background [color: ('secondary', 500)] - The :focus background color of the month inside the months view.
|
|
396
|
+
/// @prop {Map} month-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the month inside the months view.
|
|
397
|
+
/// @prop {Map} month-hover-background [color: ('gray', 100)] - The :hover background color of the month inside the months view.
|
|
397
398
|
/// @prop {Map} month-current-foreground [contrast-color: ('gray', 200)] - The foreground color of the current month in month view.
|
|
398
399
|
/// @prop {Map} month-current-background [color: ('surface')] - The background color of the current month in month view.
|
|
399
|
-
/// @prop {Map} month-current-hover-foreground [
|
|
400
|
-
/// @prop {Map} month-current-hover-background [color: ('gray',
|
|
400
|
+
/// @prop {Map} month-current-hover-foreground [color: ('gray', 900)]- The :hover foreground color of the current month in month view.
|
|
401
|
+
/// @prop {Map} month-current-hover-background [color: ('gray', 100)]- The :hover background color of the current month in month view.
|
|
401
402
|
/// @prop {Map} month-selected-foreground [contrast-color: ('secondary', 600)] - The foreground color of the selected month in month view.
|
|
402
403
|
/// @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',
|
|
404
|
-
/// @prop {Map} month-selected-hover-background [color: ('secondary',
|
|
404
|
+
/// @prop {Map} month-selected-hover-foreground [contrast-color: ('secondary', 700)]- The :hover foreground color of the selected month in month view.
|
|
405
|
+
/// @prop {Map} month-selected-hover-background [color: ('secondary', 700)]- The :hover background color of the selected month in month view.
|
|
405
406
|
/// @prop {Map} month-selected-current-foreground [contrast-color: ('secondary', 500)] - The foreground color of the current/selected month in month view.
|
|
406
407
|
/// @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',
|
|
408
|
-
/// @prop {Map} month-selected-current-hover-background [color: ('secondary',
|
|
408
|
+
/// @prop {Map} month-selected-current-hover-foreground [contrast-color: ('secondary', 700)] - The :hover foreground color of the current/selected month in month view.
|
|
409
|
+
/// @prop {Map} month-selected-current-hover-background [color: ('secondary', 700)] - The :hover background color of the current/selected month in month view.
|
|
409
410
|
/// @prop {Map} date-hover-background [color: ('gray', 100)] - The :hover background color of a date.
|
|
410
411
|
/// @prop {Map} date-focus-background [color: ('gray', 100)] - The :focus background color of date.
|
|
411
412
|
/// @prop {Map} date-current-foreground [color: ('gray', 900)] - The foreground color of the current date.
|
|
@@ -443,6 +444,7 @@ $light-calendar: (
|
|
|
443
444
|
/// @prop {Map} date-selected-current-focus-border-color [color: ('gray', 900)] - The :focus border color of the selected current date.
|
|
444
445
|
/// @prop {List} week-number-border-radius [(rem(4px), rem(0), rem(8px))] - The border radius used for the week numbers column.
|
|
445
446
|
/// @prop {Map} actions-divider-color [color: ('gray', 200)] - The border color used for the date-picker actions divider.
|
|
447
|
+
/// @prop {Map} date-special-range-foreground [color: ('secondary', 900)] - The foreground color of a special date in rage selection.
|
|
446
448
|
/// @requires $light-calendar
|
|
447
449
|
$material-calendar: extend(
|
|
448
450
|
$light-calendar,
|
|
@@ -465,24 +467,37 @@ $material-calendar: extend(
|
|
|
465
467
|
900,
|
|
466
468
|
),
|
|
467
469
|
),
|
|
470
|
+
year-hover-foreground: (
|
|
471
|
+
color: (
|
|
472
|
+
'gray',
|
|
473
|
+
900,
|
|
474
|
+
),
|
|
475
|
+
),
|
|
476
|
+
year-hover-background: (
|
|
477
|
+
color: (
|
|
478
|
+
'gray',
|
|
479
|
+
100,
|
|
480
|
+
),
|
|
481
|
+
),
|
|
468
482
|
year-current-foreground: (
|
|
469
|
-
|
|
470
|
-
'
|
|
483
|
+
color: (
|
|
484
|
+
'gray',
|
|
485
|
+
900,
|
|
471
486
|
),
|
|
472
487
|
),
|
|
473
488
|
year-current-background: (
|
|
474
489
|
color: 'surface',
|
|
475
490
|
),
|
|
476
491
|
year-current-hover-foreground: (
|
|
477
|
-
|
|
492
|
+
color: (
|
|
478
493
|
'gray',
|
|
479
|
-
|
|
494
|
+
900,
|
|
480
495
|
),
|
|
481
496
|
),
|
|
482
497
|
year-current-hover-background: (
|
|
483
498
|
color: (
|
|
484
499
|
'gray',
|
|
485
|
-
|
|
500
|
+
100,
|
|
486
501
|
),
|
|
487
502
|
),
|
|
488
503
|
year-selected-foreground: (
|
|
@@ -500,13 +515,13 @@ $material-calendar: extend(
|
|
|
500
515
|
year-selected-hover-foreground: (
|
|
501
516
|
contrast-color: (
|
|
502
517
|
'secondary',
|
|
503
|
-
|
|
518
|
+
700,
|
|
504
519
|
),
|
|
505
520
|
),
|
|
506
521
|
year-selected-hover-background: (
|
|
507
522
|
color: (
|
|
508
523
|
'secondary',
|
|
509
|
-
|
|
524
|
+
700,
|
|
510
525
|
),
|
|
511
526
|
),
|
|
512
527
|
year-selected-current-foreground: (
|
|
@@ -524,13 +539,25 @@ $material-calendar: extend(
|
|
|
524
539
|
year-selected-current-hover-foreground: (
|
|
525
540
|
contrast-color: (
|
|
526
541
|
'secondary',
|
|
527
|
-
|
|
542
|
+
700,
|
|
528
543
|
),
|
|
529
544
|
),
|
|
530
545
|
year-selected-current-hover-background: (
|
|
531
546
|
color: (
|
|
532
547
|
'secondary',
|
|
533
|
-
|
|
548
|
+
700,
|
|
549
|
+
),
|
|
550
|
+
),
|
|
551
|
+
month-hover-foreground: (
|
|
552
|
+
color: (
|
|
553
|
+
'gray',
|
|
554
|
+
900,
|
|
555
|
+
),
|
|
556
|
+
),
|
|
557
|
+
month-hover-background: (
|
|
558
|
+
color: (
|
|
559
|
+
'gray',
|
|
560
|
+
100,
|
|
534
561
|
),
|
|
535
562
|
),
|
|
536
563
|
month-current-foreground: (
|
|
@@ -543,15 +570,15 @@ $material-calendar: extend(
|
|
|
543
570
|
color: 'surface',
|
|
544
571
|
),
|
|
545
572
|
month-current-hover-foreground: (
|
|
546
|
-
|
|
573
|
+
color: (
|
|
547
574
|
'gray',
|
|
548
|
-
|
|
575
|
+
900,
|
|
549
576
|
),
|
|
550
577
|
),
|
|
551
578
|
month-current-hover-background: (
|
|
552
579
|
color: (
|
|
553
580
|
'gray',
|
|
554
|
-
|
|
581
|
+
100,
|
|
555
582
|
),
|
|
556
583
|
),
|
|
557
584
|
month-selected-foreground: (
|
|
@@ -569,13 +596,13 @@ $material-calendar: extend(
|
|
|
569
596
|
month-selected-hover-foreground: (
|
|
570
597
|
contrast-color: (
|
|
571
598
|
'secondary',
|
|
572
|
-
|
|
599
|
+
700,
|
|
573
600
|
),
|
|
574
601
|
),
|
|
575
602
|
month-selected-hover-background: (
|
|
576
603
|
color: (
|
|
577
604
|
'secondary',
|
|
578
|
-
|
|
605
|
+
700,
|
|
579
606
|
),
|
|
580
607
|
),
|
|
581
608
|
month-selected-current-foreground: (
|
|
@@ -593,13 +620,13 @@ $material-calendar: extend(
|
|
|
593
620
|
month-selected-current-hover-foreground: (
|
|
594
621
|
contrast-color: (
|
|
595
622
|
'secondary',
|
|
596
|
-
|
|
623
|
+
700,
|
|
597
624
|
),
|
|
598
625
|
),
|
|
599
626
|
month-selected-current-hover-background: (
|
|
600
627
|
color: (
|
|
601
628
|
'secondary',
|
|
602
|
-
|
|
629
|
+
700,
|
|
603
630
|
),
|
|
604
631
|
),
|
|
605
632
|
date-hover-background: (
|
|
@@ -815,6 +842,12 @@ $material-calendar: extend(
|
|
|
815
842
|
200,
|
|
816
843
|
),
|
|
817
844
|
),
|
|
845
|
+
date-special-range-foreground: (
|
|
846
|
+
color: (
|
|
847
|
+
'secondary',
|
|
848
|
+
900,
|
|
849
|
+
),
|
|
850
|
+
),
|
|
818
851
|
)
|
|
819
852
|
);
|
|
820
853
|
|
|
@@ -832,6 +865,7 @@ $material-calendar: extend(
|
|
|
832
865
|
/// @prop {Map} date-selected-current-border-color [color: ('gray', 700)] - The border color of the selected current date.
|
|
833
866
|
/// @prop {Map} date-selected-current-hover-border-color [color: ('gray', 700)] - The :hover border color of the selected current date.
|
|
834
867
|
/// @prop {Map} date-selected-current-focus-border-color [color: ('gray', 700)] - The :focus border color of the selected current date.
|
|
868
|
+
/// @prop {Map} year-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the year in years view.
|
|
835
869
|
/// @prop {Map} year-current-foreground [color: ('gray', 900)] - The foreground color of the current year.
|
|
836
870
|
/// @prop {Map} year-current-background [color: 'gray', 100) ]- The background color of the current year in years view.
|
|
837
871
|
/// @prop {Map} year-current-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the current year in years view.
|
|
@@ -844,6 +878,7 @@ $material-calendar: extend(
|
|
|
844
878
|
/// @prop {Map} year-selected-current-background [color: ('primary', 50, .3)] - The background color of the current/selected year.
|
|
845
879
|
/// @prop {Map} year-selected-current-hover-foreground [color: ('gray', 900)] - The foreground color of the current/selected year on :hover.
|
|
846
880
|
/// @prop {Map} year-selected-current-hover-background [color: ('primary', 100, .5)] - The background color of the current/selected year on :hover.
|
|
881
|
+
/// @prop {Map} month-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the month inside the months view.
|
|
847
882
|
/// @prop {Map} month-current-foreground [color: ('gray', 900)] - The foreground color of the current month in month view.
|
|
848
883
|
/// @prop {Map} month-current-background [color: ('gray', 100)] - The background color of the current month in month view.
|
|
849
884
|
/// @prop {Map} month-current-hover-foreground [color: ('gray', 900)]- The :hover foreground color of the current month in month view.
|
|
@@ -920,7 +955,7 @@ $material-calendar: extend(
|
|
|
920
955
|
/// @prop {List} size [(rem(28px), rem(32px), rem(40px))] - The size of the days, months, and years views.
|
|
921
956
|
/// @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
957
|
/// @prop {Map} actions-divider-color [color: ('gray', 200)] - The border color used for the date-picker actions divider.
|
|
923
|
-
/// @prop {Map} date-
|
|
958
|
+
/// @prop {Map} date-special-range-foreground [color: ('gray', 900)] - The foreground color of a special date in rage selection.
|
|
924
959
|
/// @requires {Map} $light-calendar
|
|
925
960
|
$fluent-calendar: extend(
|
|
926
961
|
$light-calendar,
|
|
@@ -1048,6 +1083,12 @@ $fluent-calendar: extend(
|
|
|
1048
1083
|
900,
|
|
1049
1084
|
),
|
|
1050
1085
|
),
|
|
1086
|
+
year-hover-foreground: (
|
|
1087
|
+
color: (
|
|
1088
|
+
'gray',
|
|
1089
|
+
900,
|
|
1090
|
+
),
|
|
1091
|
+
),
|
|
1051
1092
|
year-current-foreground: (
|
|
1052
1093
|
color: (
|
|
1053
1094
|
'gray',
|
|
@@ -1124,6 +1165,12 @@ $fluent-calendar: extend(
|
|
|
1124
1165
|
0.5,
|
|
1125
1166
|
),
|
|
1126
1167
|
),
|
|
1168
|
+
month-hover-foreground: (
|
|
1169
|
+
color: (
|
|
1170
|
+
'gray',
|
|
1171
|
+
900,
|
|
1172
|
+
),
|
|
1173
|
+
),
|
|
1127
1174
|
month-current-foreground: (
|
|
1128
1175
|
color: (
|
|
1129
1176
|
'gray',
|
|
@@ -1490,7 +1537,7 @@ $fluent-calendar: extend(
|
|
|
1490
1537
|
200,
|
|
1491
1538
|
),
|
|
1492
1539
|
),
|
|
1493
|
-
date-
|
|
1540
|
+
date-special-range-foreground: (
|
|
1494
1541
|
color: (
|
|
1495
1542
|
'gray',
|
|
1496
1543
|
900,
|
|
@@ -1517,6 +1564,8 @@ $fluent-calendar: extend(
|
|
|
1517
1564
|
/// @prop {Map} picker-background [color: ('gray', 100)] - The background color of the month and year pickers.
|
|
1518
1565
|
/// @prop {Map} year-current-foreground [color: ('gray', 900)] - The foreground color of the current year.
|
|
1519
1566
|
/// @prop {Color} year-current-background [transparent]- The background color of the current year in years view.
|
|
1567
|
+
/// @prop {Map} year-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the year in years view.
|
|
1568
|
+
/// @prop {Map} year-hover-background [color: ('grey', 200)]- The :hover background color of the year in years view.
|
|
1520
1569
|
/// @prop {Map} year-current-hover-foreground [contrast-color: ('gray', 200)] - The :hover foreground color of the current year in years view.
|
|
1521
1570
|
/// @prop {Map} year-current-hover-background [color: ('gray' 200)] - The :hover background color of the current year in years view.
|
|
1522
1571
|
/// @prop {Map} year-selected-foreground [contrast-color: ('primary', 900)] - The foreground color of the selected year.
|
|
@@ -1527,6 +1576,8 @@ $fluent-calendar: extend(
|
|
|
1527
1576
|
/// @prop {Map} year-selected-current-background [color: ('primary', 500)] - The foreground color of the current/selected year.
|
|
1528
1577
|
/// @prop {Map} year-selected-current-hover-foreground [contrast-color: ('primary', 900)] - The :hover foreground color of the current/selected year.
|
|
1529
1578
|
/// @prop {Map} year-selected-current-hover-background [color: ('primary', 600)] - The :hover background color of the current/selected year.
|
|
1579
|
+
/// @prop {Map} month-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the month in months view.
|
|
1580
|
+
/// @prop {Map} month-hover-background [color: ('grey', 200)]- The :hover background color of the month in months view.
|
|
1530
1581
|
/// @prop {Map} month-current-foreground [color: ('gray', 900)] - The foreground color of the current selected month.
|
|
1531
1582
|
/// @prop {Color} month-current-background [transparent] - The background color of the current selected month.
|
|
1532
1583
|
/// @prop {Map} month-current-hover-foreground [contrast-color: ('gray', 200)] - The :hover foreground color of the current month in months view.
|
|
@@ -1584,7 +1635,6 @@ $fluent-calendar: extend(
|
|
|
1584
1635
|
/// @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
1636
|
/// @prop {Map} border-color [color: ('gray', 300)] - The calendar border color.
|
|
1586
1637
|
/// @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
1638
|
/// @prop {Color} week-number-background [transparent] - The background color of the week number column.
|
|
1589
1639
|
/// @prop {List} date-border-radius [(rem(4px), rem(0), rem(20px))] - The border radius used for the date outline.
|
|
1590
1640
|
/// @prop {List} date-range-border-radius [(rem(0), rem(0), rem(0))] - The border radius used for the date outline in range selection.
|
|
@@ -1599,6 +1649,8 @@ $fluent-calendar: extend(
|
|
|
1599
1649
|
/// @prop {Map} date-selected-current-hover-border-color [color: ('gray', 900)] - The :hover border color of the selected current date.
|
|
1600
1650
|
/// @prop {Map} date-selected-current-focus-border-color [color: ('gray', 900)] - The :focus border color of the selected current date.
|
|
1601
1651
|
/// @prop {Map} actions-divider-color [color: ('gray', 300)] - The border color used for the date-picker actions divider.
|
|
1652
|
+
/// @prop {Map} date-special-range-foreground [color: ('gray', 900)] - The foreground color of a special date in rage selection.
|
|
1653
|
+
|
|
1602
1654
|
/// @requires {Map} $light-calendar
|
|
1603
1655
|
$bootstrap-calendar: extend(
|
|
1604
1656
|
$light-calendar,
|
|
@@ -1693,6 +1745,18 @@ $bootstrap-calendar: extend(
|
|
|
1693
1745
|
500,
|
|
1694
1746
|
),
|
|
1695
1747
|
),
|
|
1748
|
+
year-hover-foreground: (
|
|
1749
|
+
color: (
|
|
1750
|
+
'gray',
|
|
1751
|
+
900,
|
|
1752
|
+
),
|
|
1753
|
+
),
|
|
1754
|
+
year-hover-background: (
|
|
1755
|
+
color: (
|
|
1756
|
+
'gray',
|
|
1757
|
+
200,
|
|
1758
|
+
),
|
|
1759
|
+
),
|
|
1696
1760
|
year-current-foreground: (
|
|
1697
1761
|
color: (
|
|
1698
1762
|
'gray',
|
|
@@ -1701,9 +1765,9 @@ $bootstrap-calendar: extend(
|
|
|
1701
1765
|
),
|
|
1702
1766
|
year-current-background: transparent,
|
|
1703
1767
|
year-current-hover-foreground: (
|
|
1704
|
-
|
|
1768
|
+
color: (
|
|
1705
1769
|
'gray',
|
|
1706
|
-
|
|
1770
|
+
900,
|
|
1707
1771
|
),
|
|
1708
1772
|
),
|
|
1709
1773
|
year-current-hover-background: (
|
|
@@ -1760,6 +1824,18 @@ $bootstrap-calendar: extend(
|
|
|
1760
1824
|
600,
|
|
1761
1825
|
),
|
|
1762
1826
|
),
|
|
1827
|
+
month-hover-foreground: (
|
|
1828
|
+
color: (
|
|
1829
|
+
'gray',
|
|
1830
|
+
900,
|
|
1831
|
+
),
|
|
1832
|
+
),
|
|
1833
|
+
month-hover-background: (
|
|
1834
|
+
color: (
|
|
1835
|
+
'gray',
|
|
1836
|
+
200,
|
|
1837
|
+
),
|
|
1838
|
+
),
|
|
1763
1839
|
month-current-foreground: (
|
|
1764
1840
|
color: (
|
|
1765
1841
|
'gray',
|
|
@@ -2103,12 +2179,6 @@ $bootstrap-calendar: extend(
|
|
|
2103
2179
|
300,
|
|
2104
2180
|
),
|
|
2105
2181
|
),
|
|
2106
|
-
weekend-color: (
|
|
2107
|
-
color: (
|
|
2108
|
-
'gray',
|
|
2109
|
-
900,
|
|
2110
|
-
),
|
|
2111
|
-
),
|
|
2112
2182
|
week-number-background: transparent,
|
|
2113
2183
|
month-year-border-radius: (
|
|
2114
2184
|
border-radius: (
|
|
@@ -2152,12 +2222,19 @@ $bootstrap-calendar: extend(
|
|
|
2152
2222
|
300,
|
|
2153
2223
|
),
|
|
2154
2224
|
),
|
|
2225
|
+
date-special-range-foreground: (
|
|
2226
|
+
color: (
|
|
2227
|
+
'gray',
|
|
2228
|
+
900,
|
|
2229
|
+
),
|
|
2230
|
+
),
|
|
2155
2231
|
)
|
|
2156
2232
|
);
|
|
2157
2233
|
|
|
2158
2234
|
/// Generates an indigo calendar schema.
|
|
2159
2235
|
/// @type {Map}
|
|
2160
2236
|
/// @prop {Map} content-foreground [color: ('gray', 800)] - The foreground color of the days, months and years views.
|
|
2237
|
+
/// @prop {Map} weekend-color [color: ('gray', 800)] - The foreground color of the weekend days.
|
|
2161
2238
|
/// @prop {Map} content-background [contrast-color: ('gray', 900)] - The background color of the days, months and years views.
|
|
2162
2239
|
/// @prop {Map} header-foreground [color: ('gray', 800)] - The header foreground color.
|
|
2163
2240
|
/// @prop {Map} header-background [contrast-color: ('gray', 900)] - The header background color.
|
|
@@ -2201,7 +2278,7 @@ $bootstrap-calendar: extend(
|
|
|
2201
2278
|
/// @prop {Map} date-selected-current-hover-border-color [contrast-color: ('primary', 900, .6)] - The :hover border color of the selected current date.
|
|
2202
2279
|
/// @prop {Map} date-selected-current-focus-border-color [contrast-color: ('primary', 900,. 6)] - The :focus border color of the selected current date.
|
|
2203
2280
|
/// @prop {Map} date-selected-range-foreground [color: ('gray', 800)] - The foreground color of the selected range.
|
|
2204
|
-
/// @prop {Map} date-selected-range-background [color: ('
|
|
2281
|
+
/// @prop {Map} date-selected-range-background [color: ('primary', 300, .2)] - The background color of the selected range.
|
|
2205
2282
|
/// @prop {Map} date-selected-range-hover-background [color: ('secondary', 100)] - The :hover background color of the selected range.
|
|
2206
2283
|
/// @prop {Map} date-selected-range-focus-background [color: ('secondary', 100)] - The :focus background color of the selected range.
|
|
2207
2284
|
/// @prop {Color} date-selected-current-range-background [transparent] - The background color of the current date in the selected range.
|
|
@@ -2247,6 +2324,8 @@ $bootstrap-calendar: extend(
|
|
|
2247
2324
|
/// @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)
|
|
2248
2325
|
/// @prop {List} border-radius [(rem(8px), rem(0), rem(8px))] - The border radius used for calendar.
|
|
2249
2326
|
/// @prop {Map} actions-divider-color [color: ('gray', 400)] - The border color used for the date-picker actions divider.
|
|
2327
|
+
/// @prop {Map} date-special-range-foreground [color: ('primary', 500)] - The foreground color of a special date in rage selection.
|
|
2328
|
+
/// @prop {Map} date-special-range-background [(color: 'primary', 50, .7)] - The background color of a special date in range selection.
|
|
2250
2329
|
/// @requires {Map} $light-calendar
|
|
2251
2330
|
$indigo-calendar: extend(
|
|
2252
2331
|
$light-calendar,
|
|
@@ -2264,6 +2343,12 @@ $indigo-calendar: extend(
|
|
|
2264
2343
|
800,
|
|
2265
2344
|
),
|
|
2266
2345
|
),
|
|
2346
|
+
weekend-color: (
|
|
2347
|
+
color: (
|
|
2348
|
+
'gray',
|
|
2349
|
+
800,
|
|
2350
|
+
),
|
|
2351
|
+
),
|
|
2267
2352
|
content-background: (
|
|
2268
2353
|
contrast-color: (
|
|
2269
2354
|
'gray',
|
|
@@ -2416,6 +2501,19 @@ $indigo-calendar: extend(
|
|
|
2416
2501
|
0.7,
|
|
2417
2502
|
),
|
|
2418
2503
|
),
|
|
2504
|
+
date-special-range-foreground: (
|
|
2505
|
+
color: (
|
|
2506
|
+
'primary',
|
|
2507
|
+
500,
|
|
2508
|
+
),
|
|
2509
|
+
),
|
|
2510
|
+
date-special-range-background: (
|
|
2511
|
+
color: (
|
|
2512
|
+
'primary',
|
|
2513
|
+
50,
|
|
2514
|
+
0.7,
|
|
2515
|
+
),
|
|
2516
|
+
),
|
|
2419
2517
|
date-special-hover-foreground: (
|
|
2420
2518
|
color: (
|
|
2421
2519
|
'primary',
|
|
@@ -2538,7 +2636,7 @@ $indigo-calendar: extend(
|
|
|
2538
2636
|
date-selected-range-foreground: (
|
|
2539
2637
|
color: (
|
|
2540
2638
|
'gray',
|
|
2541
|
-
|
|
2639
|
+
900,
|
|
2542
2640
|
),
|
|
2543
2641
|
),
|
|
2544
2642
|
date-selected-range-background: (
|
|
@@ -2605,7 +2703,7 @@ $indigo-calendar: extend(
|
|
|
2605
2703
|
year-current-foreground: (
|
|
2606
2704
|
color: (
|
|
2607
2705
|
'gray',
|
|
2608
|
-
|
|
2706
|
+
900,
|
|
2609
2707
|
),
|
|
2610
2708
|
),
|
|
2611
2709
|
year-current-background: transparent,
|
|
@@ -2686,7 +2784,7 @@ $indigo-calendar: extend(
|
|
|
2686
2784
|
month-current-foreground: (
|
|
2687
2785
|
color: (
|
|
2688
2786
|
'gray',
|
|
2689
|
-
|
|
2787
|
+
900,
|
|
2690
2788
|
),
|
|
2691
2789
|
),
|
|
2692
2790
|
month-current-background: transparent,
|