igniteui-theming 6.0.0-beta.14 → 6.0.0-beta.16

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.14",
3
+ "version": "6.0.0-beta.16",
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": {
@@ -341,6 +341,8 @@ $dark-fluent-calendar: extend(
341
341
  /// @prop {Map} month-current-hover-background [color: ('gray', 100)] - The :hover background color of the current month in months view.
342
342
  /// @prop {Map} date-special-hover-background [color: ('gray', 100)] - The background color of a special date.
343
343
  /// @prop {Map} date-special-focus-background [color: ('gray', 100)] - The background color of a special date.
344
+ /// @prop {Map} date-special-range-hover-background [color: ('gray', 100)] - The :hover background color of a special date in range selection.
345
+ /// @prop {Map} date-special-range-focus-background [color: ('gray', 100)] - The :focus background color of a special date in range selection.
344
346
  /// @prop {Map} date-hover-background [color: 'gray', 100] - The :hover background color of a date.
345
347
  /// @prop {Map} date-focus-background [color: 'gray', 100] - The :focus background color of a date.
346
348
  /// @prop {Map} picker-hover-foreground [color: ('secondary', 200)]- The :hover foreground color of the month and year pickers.
@@ -396,6 +398,18 @@ $dark-bootstrap-calendar: extend(
396
398
  100,
397
399
  ),
398
400
  ),
401
+ date-special-range-hover-background: (
402
+ color: (
403
+ 'gray',
404
+ 100,
405
+ ),
406
+ ),
407
+ date-special-range-focus-background: (
408
+ color: (
409
+ 'gray',
410
+ 100,
411
+ ),
412
+ ),
399
413
  date-hover-background: (
400
414
  color: (
401
415
  'gray',
@@ -508,7 +522,9 @@ $dark-bootstrap-calendar: extend(
508
522
  /// @prop {Map} content-background [(color: 'gray', 50)] - The background color of the days, months and years views.
509
523
  /// @prop {Map} picker-background [(color: 'gray', 50)] - The background color of the month and year pickers.
510
524
  /// @prop {Map} border-color [color: ('gray', 100)] - The calendar border color.
525
+ /// @prop {Map} date-hover-foreground [contrast-color: 'gray', 50] - The :hover foreground color of a date.
511
526
  /// @prop {Map} date-hover-background [contrast-color: ('gray', 900, .1)] - The :hover background color of a date.
527
+ /// @prop {Map} date-focus-foreground [contrast-color: 'gray', 50] - The :focus foreground color of a date.
512
528
  /// @prop {Map} date-focus-background [contrast-color: ('gray', 900, .1)] - The :focus background color of date.
513
529
  /// @prop {Map} date-current-foreground [color: ('gray', 900)] - The foreground color of the current date.
514
530
  /// @prop {Map} date-disabled-foreground [color: ('gray', 500, .5)] - The foreground color of disabled dates.
@@ -521,9 +537,11 @@ $dark-bootstrap-calendar: extend(
521
537
  /// @prop {Map} date-special-foreground [color: ('primary', 50)] - The foreground color of a special date.
522
538
  /// @prop {Map} date-special-background [color: ('primary', 600, .4)] - The background color of a special date.
523
539
  /// @prop {Map} date-special-hover-foreground [contrast-color: ('primary', 600)] - The foreground color of a special date.
524
- /// @prop {Map} date-special-hover-background [color: ('primary', 400, .7)] - The background color of a special date.
540
+ /// @prop {Map} date-special-hover-background [color: ('primary', 600, .4)] - The background color of a special date.
525
541
  /// @prop {Map} date-special-focus-foreground [contrast-color: ('primary', 600)] - The foreground color of a special date.
526
- /// @prop {Map} date-special-focus-background [color: ('primary', 600)] - The background color of a special date.
542
+ /// @prop {Map} date-special-focus-background [color: ('primary', 600, .4)] - The background color of a special date.
543
+ /// @prop {Map} date-special-range-hover-background [color: ('primary', 600, .4)] - The :hover background color of a special date in range selection.
544
+ /// @prop {Map} date-special-range-focus-background [color: ('primary', 600, .4)] - The :focus background color of a special date in range selection.
527
545
  /// @prop {Map} navigation-hover-color [color: ('primary', 300)] - The :hover color of the icon button responsible for month navigation.
528
546
  /// @prop {Map} navigation-focus-color [color: ('primary', 300)] - The :focus color of the icon button responsible for month navigation.
529
547
  /// @prop {Мап} actions-divider-color [color: ('gray', 100)] - The border color used for the date-picker actions divider.
@@ -532,10 +550,16 @@ $dark-bootstrap-calendar: extend(
532
550
  /// @prop {Map} week-number-foreground [color: ('gray', 500)] - The foreground color of the week number column.
533
551
  /// @prop {Map} week-number-background [color: ('gray', 900, .05)] - The background color of the week number column.
534
552
  /// @prop {Map} date-selected-range-background [color: ('primary', 400, .2)] - The background color of the selected range.
553
+ /// @prop {Map} current-outline-hover-color [color: ('primary', 300)] - The :hover outline color of the current year/month in year/month views.
554
+ /// @prop {Map} current-outline-focus-color [color: ('primary', 300)] - The :focus outline color of the current year/month in year/month views.
535
555
  /// @prop {Map} selected-current-outline-color [contrast-color: ('gray', 50, .6)] - The outline color of the selected current year/month in year/month views.
536
556
  /// @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.
537
557
  /// @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.
538
-
558
+ /// @prop {Map} date-current-hover-background [contrast-color: ('gray', 50, .1)] - The :hover background color of the current date.
559
+ /// @prop {Map} date-selected-range-hover-background [contrast-color: ('gray', 50, .1)] - The :hover background color of the selected range.
560
+ /// @prop {Map} date-selected-range-focus-background [contrast-color: ('gray', 50, .1)] - The :focus background color of the selected range.
561
+ /// @prop {Map} date-selected-range-hover-foreground [contrast-color: ('gray', 50)] - The :hover foreground color of the selected range.
562
+ /// @prop {Map} date-selected-range-focus-foreground [contrast-color: ('gray', 50)] - The :focus foreground color of the selected range.
539
563
  /// @requires $indigo-calendar
540
564
  $dark-indigo-calendar: extend(
541
565
  $indigo-calendar,
@@ -543,25 +567,14 @@ $dark-indigo-calendar: extend(
543
567
  content-foreground: (
544
568
  color: (
545
569
  'gray',
546
- 800,
547
- ),
548
- ),
549
- date-hover-foreground: (
550
- contrast-color: (
551
- 'gray',
552
- 50,
553
- ),
554
- ),
555
- date-focus-foreground: (
556
- contrast-color: (
557
- 'gray',
558
- 50,
570
+ 900,
559
571
  ),
560
572
  ),
561
- date-current-hover-foreground: (
573
+ date-current-hover-background: (
562
574
  contrast-color: (
563
575
  'gray',
564
576
  50,
577
+ 0.1,
565
578
  ),
566
579
  ),
567
580
  date-current-focus-foreground: (
@@ -570,12 +583,6 @@ $dark-indigo-calendar: extend(
570
583
  50,
571
584
  ),
572
585
  ),
573
- month-hover-foreground: (
574
- contrast-color: (
575
- 'gray',
576
- 50,
577
- ),
578
- ),
579
586
  month-hover-background: (
580
587
  contrast-color: (
581
588
  'gray',
@@ -583,25 +590,6 @@ $dark-indigo-calendar: extend(
583
590
  0.1,
584
591
  ),
585
592
  ),
586
- month-current-hover-foreground: (
587
- contrast-color: (
588
- 'gray',
589
- 50,
590
- ),
591
- ),
592
- month-current-hover-background: (
593
- contrast-color: (
594
- 'gray',
595
- 50,
596
- 0.1,
597
- ),
598
- ),
599
- year-hover-foreground: (
600
- contrast-color: (
601
- 'gray',
602
- 50,
603
- ),
604
- ),
605
593
  year-hover-background: (
606
594
  contrast-color: (
607
595
  'gray',
@@ -609,12 +597,6 @@ $dark-indigo-calendar: extend(
609
597
  0.1,
610
598
  ),
611
599
  ),
612
- year-current-hover-foreground: (
613
- contrast-color: (
614
- 'gray',
615
- 50,
616
- ),
617
- ),
618
600
  date-selected-current-range-hover-background: (
619
601
  contrast-color: (
620
602
  'gray',
@@ -646,6 +628,12 @@ $dark-indigo-calendar: extend(
646
628
  100,
647
629
  ),
648
630
  ),
631
+ date-hover-foreground: (
632
+ contrast-color: (
633
+ 'gray',
634
+ 50,
635
+ ),
636
+ ),
649
637
  date-hover-background: (
650
638
  contrast-color: (
651
639
  'gray',
@@ -653,6 +641,12 @@ $dark-indigo-calendar: extend(
653
641
  0.1,
654
642
  ),
655
643
  ),
644
+ date-focus-foreground: (
645
+ contrast-color: (
646
+ 'gray',
647
+ 50,
648
+ ),
649
+ ),
656
650
  date-focus-background: (
657
651
  contrast-color: (
658
652
  'gray',
@@ -697,42 +691,57 @@ $dark-indigo-calendar: extend(
697
691
  0.4,
698
692
  ),
699
693
  ),
700
- date-special-range-foreground: (
701
- color: (
694
+ date-special-hover-foreground: (
695
+ contrast-color: (
702
696
  'primary',
703
- 50,
697
+ 600,
704
698
  ),
705
699
  ),
706
- date-special-range-background: (
700
+ date-special-hover-background: (
707
701
  color: (
708
702
  'primary',
709
703
  600,
710
704
  0.4,
711
705
  ),
712
706
  ),
713
- date-special-hover-foreground: (
707
+ date-special-focus-foreground: (
714
708
  contrast-color: (
715
709
  'primary',
716
710
  600,
717
711
  ),
718
712
  ),
719
- date-special-hover-background: (
713
+ date-special-focus-background: (
720
714
  color: (
721
715
  'primary',
722
- 400,
723
- 0.7,
716
+ 600,
717
+ 0.4,
724
718
  ),
725
719
  ),
726
- date-special-focus-foreground: (
727
- contrast-color: (
720
+ date-special-range-foreground: (
721
+ color: (
722
+ 'primary',
723
+ 50,
724
+ ),
725
+ ),
726
+ date-special-range-background: (
727
+ color: (
728
728
  'primary',
729
729
  600,
730
+ 0.4,
730
731
  ),
731
732
  ),
732
- date-special-focus-background: (
733
+ date-special-range-hover-background: (
733
734
  color: (
734
735
  'primary',
735
736
  600,
737
+ 0.4,
738
+ ),
739
+ ),
740
+ date-special-range-focus-background: (
741
+ color: (
742
+ 'primary',
743
+ 600,
744
+ 0.4,
736
745
  ),
737
746
  ),
738
747
  navigation-hover-color: (
@@ -792,6 +801,18 @@ $dark-indigo-calendar: extend(
792
801
  0.6,
793
802
  ),
794
803
  ),
804
+ current-outline-hover-color: (
805
+ color: (
806
+ 'primary',
807
+ 300,
808
+ ),
809
+ ),
810
+ current-outline-focus-color: (
811
+ color: (
812
+ 'primary',
813
+ 300,
814
+ ),
815
+ ),
795
816
  selected-current-outline-hover-color: (
796
817
  contrast-color: (
797
818
  'gray',
@@ -820,5 +841,31 @@ $dark-indigo-calendar: extend(
820
841
  0.38,
821
842
  ),
822
843
  ),
844
+ date-selected-range-hover-foreground: (
845
+ contrast-color: (
846
+ 'secondary',
847
+ 900,
848
+ ),
849
+ ),
850
+ date-selected-range-focus-foreground: (
851
+ contrast-color: (
852
+ 'secondary',
853
+ 900,
854
+ ),
855
+ ),
856
+ date-selected-range-hover-background: (
857
+ contrast-color: (
858
+ 'gray',
859
+ 50,
860
+ 0.1,
861
+ ),
862
+ ),
863
+ date-selected-range-focus-background: (
864
+ contrast-color: (
865
+ 'gray',
866
+ 50,
867
+ 0.1,
868
+ ),
869
+ ),
823
870
  )
824
871
  );
@@ -22,6 +22,7 @@ $dark-material-slider: $material-slider;
22
22
  /// @prop {Map} track-color [color: ('gray', 600)] - The color of the track.
23
23
  /// @prop {Map} track-hover-color [color: ('primary', 300)] - The color of the track on hover.
24
24
  /// @prop {Map} thumb-border-color [color: ('gray', 400)] - The thumb border color.
25
+ /// @prop {Map} thumb-border-hover-color [color: ('gray', 400)] - The thumb border color.
25
26
  /// @prop {Map} thumb-focus-color [color: ('primary', 100)] - The focus outline color of the thumb.
26
27
  /// @prop {Map} thumb-disabled-border-color [color: ('gray', 200)] - The thumb border color when it's disabled.
27
28
  /// @prop {Map} disabled-base-track-color [color: ('gray', 100)] - The base background color of the track when is disabled.
@@ -60,6 +61,12 @@ $dark-fluent-slider: extend(
60
61
  400,
61
62
  ),
62
63
  ),
64
+ thumb-border-hover-color: (
65
+ color: (
66
+ 'gray',
67
+ 400,
68
+ ),
69
+ ),
63
70
  thumb-focus-color: (
64
71
  color: (
65
72
  'primary',
@@ -114,23 +121,91 @@ $dark-bootstrap-slider: extend(
114
121
 
115
122
  /// Generates a dark indigo slider schema.
116
123
  /// @type {Map}
117
- /// @prop {Map} base-track-color [color: ('gray', 200)] - The base background color of the track.
118
- /// @prop {Map} base-track-hover-color [color: ('gray', 400)] - The base background color of the track on hover.
124
+ /// @prop {Map} track-step-color [contrast-color: ('gray', 50, 0.3)] - The color of the track steps.
125
+ /// @prop {Map} base-track-color [contrast-color: ('gray', 50, 0.3)] - The base background color of the track.
126
+ /// @prop {Map} base-track-hover-color [contrast-color: ('gray', 50, 0.4)] - The base background color of the track on hover.
127
+ /// @prop {Map} track-color [color: ('primary', 400)] - The color of the track.
128
+ /// @prop {Map} track-hover-color [color: ('primary', 300)] - The color of the track on hover.
129
+ /// @prop {Map} thumb-color [color: 'surface'] - The color of the thumb.
130
+ /// @prop {Map} thumb-border-color [color: ('primary', 400)] - The thumb border color.
131
+ /// @prop {Map} thumb-border-hover-color [color: ('primary', 300)] - The thumb border color when hovered.
132
+ /// @prop {Map} disabled-thumb-color [color: 'surface'] - The thumb color when its disabled.
133
+ /// @prop {Map} thumb-disabled-border-color [color: ('primary', 800)] - The thumb border color when it's disabled.
134
+ /// @prop {Map} disabled-base-track-color [contrast-color: ('gray', 50, 0.15)] - The base background color of the track when is disabled.
135
+ /// @prop {Map} disabled-fill-track-color [color: ('primary', 800)] - The background color of the fill track when is disabled.
119
136
  /// @requires $indigo-slider
120
137
  $dark-indigo-slider: extend(
121
138
  $indigo-slider,
122
139
  (
140
+ track-step-color: (
141
+ contrast-color: (
142
+ 'gray',
143
+ 50,
144
+ 0.3,
145
+ ),
146
+ ),
123
147
  base-track-color: (
124
- color: (
148
+ contrast-color: (
125
149
  'gray',
126
- 200,
150
+ 50,
151
+ 0.3,
127
152
  ),
128
153
  ),
129
154
  base-track-hover-color: (
130
- color: (
155
+ contrast-color: (
131
156
  'gray',
157
+ 50,
158
+ 0.4,
159
+ ),
160
+ ),
161
+ track-color: (
162
+ color: (
163
+ 'primary',
164
+ 400,
165
+ ),
166
+ ),
167
+ track-hover-color: (
168
+ color: (
169
+ 'primary',
170
+ 300,
171
+ ),
172
+ ),
173
+ thumb-color: (
174
+ color: 'surface',
175
+ ),
176
+ thumb-border-color: (
177
+ color: (
178
+ 'primary',
132
179
  400,
133
180
  ),
134
181
  ),
182
+ thumb-border-hover-color: (
183
+ color: (
184
+ 'primary',
185
+ 300,
186
+ ),
187
+ ),
188
+ disabled-thumb-color: (
189
+ color: 'surface',
190
+ ),
191
+ thumb-disabled-border-color: (
192
+ color: (
193
+ 'primary',
194
+ 800,
195
+ ),
196
+ ),
197
+ disabled-base-track-color: (
198
+ contrast-color: (
199
+ 'gray',
200
+ 50,
201
+ 0.15,
202
+ ),
203
+ ),
204
+ disabled-fill-track-color: (
205
+ color: (
206
+ 'primary',
207
+ 800,
208
+ ),
209
+ ),
135
210
  )
136
211
  );
@@ -51,18 +51,39 @@ $dark-bootstrap-splitter: $bootstrap-splitter;
51
51
 
52
52
  /// Generates a dark indigo splitter schema.
53
53
  /// @type {Map}
54
- /// @prop {Map} handle-color [color: 'surface'] - The color for the bar drag handle.
55
- /// @prop {Map} expander-color [color: 'surface'] - The color for the bar drag handle.
54
+ /// @prop {Map} bar-color [color: ('gray', 200)] - The background color of the bar.
55
+ /// @prop {Map} focus-color [color: ('gray', 300)] - The color used for focused splitter bar.
56
+ /// @prop {Map} handle-color [color: ('gray', 600)] - The color for the bar drag handle.
57
+ /// @prop {Map} expander-color [color: ('gray', 600)] - The color for the bar drag handle.
56
58
  /// @requires $indigo-splitter
57
59
  $dark-indigo-splitter: extend(
58
60
  $indigo-splitter,
59
61
  (
62
+ bar-color: (
63
+ color: (
64
+ 'gray',
65
+ 200,
66
+ ),
67
+ ),
68
+
69
+ focus-color: (
70
+ color: (
71
+ 'gray',
72
+ 300,
73
+ ),
74
+ ),
60
75
  handle-color: (
61
- color: 'surface',
76
+ color: (
77
+ 'gray',
78
+ 600,
79
+ ),
62
80
  ),
63
81
 
64
82
  expander-color: (
65
- color: 'surface',
83
+ color: (
84
+ 'gray',
85
+ 600,
86
+ ),
66
87
  ),
67
88
  )
68
89
  );
@@ -39,9 +39,7 @@
39
39
  /// @prop {Map} date-selected-current-range-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the current date in the selected range.
40
40
  /// @prop {Map} date-selected-current-range-focus-foreground [color: ('gray', 900)] - The :focus foreground color of the current date in the selected range.
41
41
  /// @prop {Color} date-special-background [transparent] - The background color of a special date.
42
- /// @prop {Map} date-special-hover-background [color: ('gray', 100)] - The background color of a special date.
43
- /// @prop {Map} date-special-focus-background [color: ('gray', 100)] - The background color of a special date.
44
- /// @prop {Color} date-special-range-background [transparent] - The background color of a special date in range selection.
42
+ /// @prop {Map} date-special-range-focus-background [color: ('gray', 100)] - The :focus background color of a special date in range selection.
45
43
  /// @prop {Map} date-special-range-border-color [color: ('secondary', 900)] - The outline color around a special date in range selection.
46
44
  /// @prop {Color} date-selected-current-outline [transparent] - The outline color of the current selected date.
47
45
  /// @prop {Color} date-selected-current-hover-outline [transparent] - The :hover outline color of the current selected date.
@@ -255,18 +253,6 @@ $light-calendar: (
255
253
  ),
256
254
  ),
257
255
  date-special-background: transparent,
258
- date-special-hover-background: (
259
- color: (
260
- 'gray',
261
- 100,
262
- ),
263
- ),
264
- date-special-focus-background: (
265
- color: (
266
- 'gray',
267
- 100,
268
- ),
269
- ),
270
256
  date-special-range-background: transparent,
271
257
  date-special-range-border-color: (
272
258
  color: (
@@ -432,6 +418,10 @@ $light-calendar: (
432
418
  /// @prop {Map} date-special-foreground [color: ('secondary', 500)] - The foreground color of a special date.
433
419
  /// @prop {Map} date-special-hover-foreground [color: ('secondary', 700)] - The foreground color of a special date.
434
420
  /// @prop {Map} date-special-focus-foreground [color: ('secondary', 700)] - The foreground color of a special date.
421
+ /// @prop {Map} date-special-hover-background [color: ('gray', 100)] - The background color of a special date.
422
+ /// @prop {Map} date-special-focus-background [color: ('gray', 100)] - The background color of a special date.
423
+ /// @prop {Color} date-special-range-hover-background [color: ('gray', 100)] - The :hover background color of a special date in range selection.
424
+ /// @prop {Color} date-special-range-focus-background [color: ('gray', 100)] - The :focus background color of a special date in range selection.
435
425
  /// @prop {Map} date-special-border-color [color: ('secondary', 500)] - The outline color around a special date.
436
426
  /// @prop {Map} date-special-hover-border-color [color: ('secondary', 700)] - The outline color around a special date.
437
427
  /// @prop {Map} current-outline-color [color: ('gray', 900)] - The outline color of the current year/month in year/month views.
@@ -775,6 +765,33 @@ $material-calendar: extend(
775
765
  700,
776
766
  ),
777
767
  ),
768
+
769
+ date-special-hover-background: (
770
+ color: (
771
+ 'gray',
772
+ 100,
773
+ ),
774
+ ),
775
+ date-special-focus-background: (
776
+ color: (
777
+ 'gray',
778
+ 100,
779
+ ),
780
+ ),
781
+
782
+ date-special-range-hover-background: (
783
+ color: (
784
+ 'gray',
785
+ 100,
786
+ ),
787
+ ),
788
+ date-special-range-focus-background: (
789
+ color: (
790
+ 'gray',
791
+ 100,
792
+ ),
793
+ ),
794
+
778
795
  date-special-border-color: (
779
796
  color: (
780
797
  'secondary',
@@ -862,6 +879,9 @@ $material-calendar: extend(
862
879
  /// @prop {Map} date-special-focus-foreground [color: ('gray', 900)] - The foreground color of a special date.
863
880
  /// @prop {Map} date-special-hover-background [color: ('gray', 200)] - The background color of a special date.
864
881
  /// @prop {Map} date-special-focus-background [color: ('gray', 200)] - The background color of a special date.
882
+ /// @prop {Color} date-special-range-hover-background [color: ('gray', 200)] - The :hover background color of a special date in range selection.
883
+ /// @prop {Color} date-special-range-focus-background [color: ('gray', 200)] - The :focus background color of a special date in range selection.
884
+ /// @prop {map} date-special-range-focus-background [color: ('gray', 200)] - The :focus background color of a special date in range selection.
865
885
  /// @prop {Map} date-selected-current-border-color [color: ('gray', 700)] - The border color of the selected current date.
866
886
  /// @prop {Map} date-selected-current-hover-border-color [color: ('gray', 700)] - The :hover border color of the selected current date.
867
887
  /// @prop {Map} date-selected-current-focus-border-color [color: ('gray', 700)] - The :focus border color of the selected current date.
@@ -1065,6 +1085,18 @@ $fluent-calendar: extend(
1065
1085
  200,
1066
1086
  ),
1067
1087
  ),
1088
+ date-special-range-hover-background: (
1089
+ color: (
1090
+ 'gray',
1091
+ 200,
1092
+ ),
1093
+ ),
1094
+ date-special-range-focus-background: (
1095
+ color: (
1096
+ 'gray',
1097
+ 200,
1098
+ ),
1099
+ ),
1068
1100
  header-foreground: (
1069
1101
  contrast-color: (
1070
1102
  'primary',
@@ -1550,6 +1582,8 @@ $fluent-calendar: extend(
1550
1582
  /// @type {Map}
1551
1583
  /// @prop {Map} date-special-hover-background [color: ('gray', 200)] - The background color of a special date.
1552
1584
  /// @prop {Map} date-special-focus-background [color: ('gray', 200)] - The background color of a special date.
1585
+ /// @prop {Map} date-special-range-hover-background [color: ('gray', 200)] - The :hover background color of a special date in range selection.
1586
+ /// @prop {Map} date-special-range-focus-background [color: ('gray', 200)] - The :focus background color of a special date in range selection.
1553
1587
  /// @prop {Map} date-special-foreground [color: ('gray', 900)] - The foreground color of a special date.
1554
1588
  /// @prop {Map} date-special-focus-foreground [color: ('gray', 900)] - The foreground color of a special date.
1555
1589
  /// @prop {Map} date-special-hover-foreground [color: ('gray', 900)] - The foreground color of a special date.
@@ -1650,7 +1684,6 @@ $fluent-calendar: extend(
1650
1684
  /// @prop {Map} date-selected-current-focus-border-color [color: ('gray', 900)] - The :focus border color of the selected current date.
1651
1685
  /// @prop {Map} actions-divider-color [color: ('gray', 300)] - The border color used for the date-picker actions divider.
1652
1686
  /// @prop {Map} date-special-range-foreground [color: ('gray', 900)] - The foreground color of a special date in rage selection.
1653
-
1654
1687
  /// @requires {Map} $light-calendar
1655
1688
  $bootstrap-calendar: extend(
1656
1689
  $light-calendar,
@@ -1667,6 +1700,18 @@ $bootstrap-calendar: extend(
1667
1700
  200,
1668
1701
  ),
1669
1702
  ),
1703
+ date-special-range-hover-background: (
1704
+ color: (
1705
+ 'gray',
1706
+ 200,
1707
+ ),
1708
+ ),
1709
+ date-special-range-focus-background: (
1710
+ color: (
1711
+ 'gray',
1712
+ 200,
1713
+ ),
1714
+ ),
1670
1715
  date-special-foreground: (
1671
1716
  color: (
1672
1717
  'gray',
@@ -2247,13 +2292,13 @@ $bootstrap-calendar: extend(
2247
2292
  /// @prop {Map} navigation-focus-color [color: ('primary', 500)] - The :focus color of the icon button responsible for month navigation.
2248
2293
  /// @prop {Map} week-number-foreground [color: ('gray', 600)] - The foreground color of the week number column.
2249
2294
  /// @prop {Map} week-number-background [color: ('gray', 900, .05)] - The background color of the week number column.
2250
- /// @prop {List} week-number-border-radius [(rem(4px), rem(0), rem(8px))] - The border radius used for the week numbers column.
2251
2295
  /// @prop {Map} date-hover-background [color: ('gray', 900, .05)] - The :hover background color of a date.
2252
2296
  /// @prop {Map} date-focus-background [color: ('gray', 900, .05)] - The :focus background color of date.
2253
2297
  /// @prop {Map} date-current-foreground [color: ('gray', 800)] - The foreground color of the current date.
2254
2298
  /// @prop {Map} date-disabled-foreground [color: ('gray', 900, .2)] - The foreground color of disabled dates.
2255
- /// @prop {Map} date-disabled-range-foreground [color: ('gray', 900, .2)] - The foreground color of disabled dates in range selection.
2256
- /// @prop {Map} date-current-border-color [color: ('primary', 500)] - The border color of the current date.
2299
+ /// @prop {Map} date-disabled-range-foreground [color: ('gray', 800, .38)] - The foreground color of disabled dates in range selection.
2300
+ /// @prop {Map} date-current-hover-background [color: ('gray', 900, .05)] - The :hover background color of the current date.
2301
+ /// @prop {Map} date-current-border-color [color: ('primary', 400)] - The border color of the current date.
2257
2302
  /// @prop {Map} date-current-hover-border-color [color: ('primary', 400)] - The :hover border color of the current date.
2258
2303
  /// @prop {Map} date-current-focus-border-color [color: ('primary', 400)] - The :focus border color of the current date.
2259
2304
  /// @prop {Map} date-special-foreground [color: ('primary', 500)] - The foreground color of a special date.
@@ -2262,6 +2307,8 @@ $bootstrap-calendar: extend(
2262
2307
  /// @prop {Map} date-special-hover-background [color: ('primary', 50)] - The background color of a special date.
2263
2308
  /// @prop {Map} date-special-focus-foreground [color: ('primary', 700)] - The foreground color of a special date.
2264
2309
  /// @prop {Map} date-special-focus-background [color: ('primary', 50)] - The background color of a special date.
2310
+ /// @prop {Map} date-special-range-hover-background [color: ('primary', 50)] - The :hover background color of a special date in range selection.
2311
+ /// @prop {Map} date-special-range-focus-background [color: ('primary', 50)] - The :focus background color of a special date in range selection.
2265
2312
  /// @prop {Map} date-selected-foreground [contrast-color: ('primary', 500)] - The foreground color of the selected date.
2266
2313
  /// @prop {Map} date-selected-background [color: ('primary', 500)] - The background color of the selected date.
2267
2314
  /// @prop {Map} date-selected-hover-foreground [contrast-color: ('primary', 900)] - The :hover foreground color of the selected date.
@@ -2278,6 +2325,7 @@ $bootstrap-calendar: extend(
2278
2325
  /// @prop {Map} date-selected-current-hover-border-color [contrast-color: ('primary', 900, .6)] - The :hover border color of the selected current date.
2279
2326
  /// @prop {Map} date-selected-current-focus-border-color [contrast-color: ('primary', 900,. 6)] - The :focus border color of the selected current date.
2280
2327
  /// @prop {Map} date-selected-range-foreground [color: ('gray', 800)] - The foreground color of the selected range.
2328
+ /// @prop {Map} date-selected-current-range-foreground [color: ('gray', 800)] - The foreground color of the current date in the selected range.
2281
2329
  /// @prop {Map} date-selected-range-background [color: ('primary', 300, .2)] - The background color of the selected range.
2282
2330
  /// @prop {Map} date-selected-range-hover-background [color: ('secondary', 100)] - The :hover background color of the selected range.
2283
2331
  /// @prop {Map} date-selected-range-focus-background [color: ('secondary', 100)] - The :focus background color of the selected range.
@@ -2322,10 +2370,13 @@ $bootstrap-calendar: extend(
2322
2370
  /// @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.
2323
2371
  /// @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.
2324
2372
  /// @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)
2325
- /// @prop {List} border-radius [(rem(8px), rem(0), rem(8px))] - The border radius used for calendar.
2373
+ /// @prop {List} border-radius [(rem(6px), rem(0), rem(6px))] - The border radius used for calendar.
2374
+ /// @prop {List} week-number-border-radius [(rem(4px), rem(0), rem(4px))] - The border radius used for the week numbers column.
2326
2375
  /// @prop {Map} actions-divider-color [color: ('gray', 400)] - The border color used for the date-picker actions divider.
2327
2376
  /// @prop {Map} date-special-range-foreground [color: ('primary', 500)] - The foreground color of a special date in rage selection.
2328
2377
  /// @prop {Map} date-special-range-background [(color: 'primary', 50, .7)] - The background color of a special date in range selection.
2378
+ /// @prop {Map} date-special-range-hover-background [color: ('primary', 50)] - The :hover background color of a special date in range selection.
2379
+ /// @prop {Map} date-special-range-focus-background [color: ('primary', 50)] - The :focus background color of a special date in range selection.
2329
2380
  /// @requires {Map} $light-calendar
2330
2381
  $indigo-calendar: extend(
2331
2382
  $light-calendar,
@@ -2343,6 +2394,13 @@ $indigo-calendar: extend(
2343
2394
  800,
2344
2395
  ),
2345
2396
  ),
2397
+ date-current-hover-background: (
2398
+ color: (
2399
+ 'gray',
2400
+ 900,
2401
+ 0.05,
2402
+ ),
2403
+ ),
2346
2404
  weekend-color: (
2347
2405
  color: (
2348
2406
  'gray',
@@ -2426,7 +2484,7 @@ $indigo-calendar: extend(
2426
2484
  border-radius: (
2427
2485
  rem(4px),
2428
2486
  rem(0),
2429
- rem(8px),
2487
+ rem(4px),
2430
2488
  ),
2431
2489
  ),
2432
2490
  border-radius: (
@@ -2466,8 +2524,8 @@ $indigo-calendar: extend(
2466
2524
  date-disabled-range-foreground: (
2467
2525
  color: (
2468
2526
  'gray',
2469
- 900,
2470
- 0.2,
2527
+ 800,
2528
+ 0.38,
2471
2529
  ),
2472
2530
  ),
2473
2531
  date-current-border-color: (
@@ -2538,6 +2596,18 @@ $indigo-calendar: extend(
2538
2596
  50,
2539
2597
  ),
2540
2598
  ),
2599
+ date-special-range-hover-background: (
2600
+ color: (
2601
+ 'primary',
2602
+ 50,
2603
+ ),
2604
+ ),
2605
+ date-special-range-focus-background: (
2606
+ color: (
2607
+ 'primary',
2608
+ 50,
2609
+ ),
2610
+ ),
2541
2611
  date-special-border-color: transparent,
2542
2612
  date-special-hover-border-color: transparent,
2543
2613
  date-selected-foreground: (
@@ -2633,10 +2703,16 @@ $indigo-calendar: extend(
2633
2703
  0.6,
2634
2704
  ),
2635
2705
  ),
2706
+ date-selected-current-range-foreground: (
2707
+ color: (
2708
+ 'gray',
2709
+ 800,
2710
+ ),
2711
+ ),
2636
2712
  date-selected-range-foreground: (
2637
2713
  color: (
2638
2714
  'gray',
2639
- 900,
2715
+ 800,
2640
2716
  ),
2641
2717
  ),
2642
2718
  date-selected-range-background: (
@@ -14,9 +14,6 @@
14
14
  /// @prop {Map} track-color [color: ('secondary', 500)] - The color of the track.
15
15
  /// @prop {Color} track-step-color [white] - The color of the track steps.
16
16
  /// @prop {Number} track-step-size [rem(3px)] - The size of the track steps.
17
- /// @prop {Map} thumb-color [color: ('secondary', 500)] - The color of the thumb.
18
- /// @prop {Map} thumb-border-color [color: ('secondary', 500)] - The thumb border color.
19
- /// @prop {Map} thumb-border-focus-color [color: ('secondary', 500)] - The thumb border color when focused.
20
17
  /// @prop {Map} thumb-disabled-border-color [color: ('gray', 400)] - The thumb border color when it's disabled.
21
18
  /// @prop {Map} label-background-color [color: ('gray', 700)] - The background color of the bubble label.
22
19
  /// @prop {Map} label-text-color [contrast-color: ('gray', 700)] - The text color of the bubble label.
@@ -31,24 +28,6 @@ $light-slider: (
31
28
  ),
32
29
  track-step-color: white,
33
30
  track-step-size: rem(3px),
34
- thumb-color: (
35
- color: (
36
- 'secondary',
37
- 500,
38
- ),
39
- ),
40
- thumb-border-color: (
41
- color: (
42
- 'secondary',
43
- 500,
44
- ),
45
- ),
46
- thumb-border-focus-color: (
47
- color: (
48
- 'secondary',
49
- 500,
50
- ),
51
- ),
52
31
  thumb-disabled-border-color: (
53
32
  color: (
54
33
  'gray',
@@ -83,6 +62,10 @@ $light-slider: (
83
62
 
84
63
  /// Generates a material slider schema.
85
64
  /// @type {Map}
65
+ /// @prop {Map} thumb-color [color: ('secondary', 500)] - The color of the thumb.
66
+ /// @prop {Map} thumb-border-color [color: ('secondary', 500)] - The thumb border color.
67
+ /// @prop {Map} thumb-border-hover-color [color: ('secondary', 500)] - The thumb border color when hovered.
68
+ /// @prop {Map} thumb-border-focus-color [color: ('secondary', 500)] - The thumb border color when focused.
86
69
  /// @prop {Color} thumb-focus-color [transparent] - The focus outline color of the thumb.
87
70
  /// @prop {Map} track-step-color [color: ('secondary', 200)] - The color of the track steps.
88
71
  /// @prop {Map} track-hover-color [color: ('secondary', 400)] - The color of the track on hover.
@@ -95,6 +78,30 @@ $light-slider: (
95
78
  $material-slider: extend(
96
79
  $light-slider,
97
80
  (
81
+ thumb-color: (
82
+ color: (
83
+ 'secondary',
84
+ 500,
85
+ ),
86
+ ),
87
+ thumb-border-color: (
88
+ color: (
89
+ 'secondary',
90
+ 500,
91
+ ),
92
+ ),
93
+ thumb-border-hover-color: (
94
+ color: (
95
+ 'secondary',
96
+ 500,
97
+ ),
98
+ ),
99
+ thumb-border-focus-color: (
100
+ color: (
101
+ 'secondary',
102
+ 500,
103
+ ),
104
+ ),
98
105
  track-step-color: (
99
106
  color: (
100
107
  'secondary',
@@ -149,6 +156,7 @@ $material-slider: extend(
149
156
  /// @prop {Map} track-hover-color [color: ('primary', 500)] - The color of the track on hover.
150
157
  /// @prop {Map} thumb-color [color: ('surface', 500)] - The color of the thumb.
151
158
  /// @prop {Map} thumb-border-color [color: ('gray', 700)] - The thumb border color.
159
+ /// @prop {Map} thumb-border-hover-color [color: ('gray', 700)] - The thumb border color when hovered.
152
160
  /// @prop {Map} thumb-border-focus-color [color: ('gray', 700)] - The thumb border color when focused.
153
161
  /// @prop {Map} thumb-focus-color [color: ('primary', 700)] - The focus outline color of the thumb.
154
162
  /// @prop {Map} disabled-thumb-color [color: ('surface', 500)] - The thumb color when its disabled.
@@ -185,6 +193,12 @@ $fluent-slider: extend(
185
193
  700,
186
194
  ),
187
195
  ),
196
+ thumb-border-hover-color: (
197
+ color: (
198
+ 'gray',
199
+ 700,
200
+ ),
201
+ ),
188
202
  thumb-border-focus-color: (
189
203
  color: (
190
204
  'gray',
@@ -242,6 +256,7 @@ $fluent-slider: extend(
242
256
  /// @prop {Map} base-track-hover-color [color: ('secondary', 500, .24)] - The base background color of the track on hover.
243
257
  /// @prop {Map} thumb-color [color: ('primary', 500)] - The color of the thumb.
244
258
  /// @prop {Map} thumb-border-color [color: ('primary', 500)] - The thumb border color.
259
+ /// @prop {Map} thumb-border-hover-color [color: ('primary', 500)] - The thumb border color when hovered.
245
260
  /// @prop {Map} thumb-border-focus-color [color: ('surface', 500)] - The thumb border color when focused.
246
261
  /// @prop {Map} thumb-focus-color [color: ('primary', 200)] - The focus outline color of the thumb.
247
262
  /// @prop {Map} disabled-thumb-color [color: ('gray', 400)] - The thumb color when its disabled.
@@ -275,6 +290,12 @@ $bootstrap-slider: extend(
275
290
  500,
276
291
  ),
277
292
  ),
293
+ thumb-border-hover-color: (
294
+ color: (
295
+ 'primary',
296
+ 500,
297
+ ),
298
+ ),
278
299
  thumb-border-focus-color: (
279
300
  color: (
280
301
  'surface',
@@ -298,23 +319,37 @@ $bootstrap-slider: extend(
298
319
 
299
320
  /// Generates an indigo slider schema.
300
321
  /// @type {Map}
301
- /// @prop {Map} track-hover-color [color: ('primary', 400)] - The color of the track on hover.
322
+ /// @prop {Map} track-step-color [color: ('gray', 900, 0.4)] - The color of the track steps.
323
+ /// @prop {Number} track-step-size [rem(2px)] - The size of the track steps.
302
324
  /// @prop {Map} base-track-color [color: ('gray', 400)] - The base background color of the track.
303
325
  /// @prop {Map} base-track-hover-color [color: ('gray', 500)] - The base background color of the track on hover.
304
- /// @prop {Map} thumb-focus-color [color: ('primary', 200)] - The focus outline color of the thumb.
305
- /// @prop {Map} disabled-thumb-color [color: ('gray', 300)] - The thumb color when its disabled.
306
- /// @prop {Map} disabled-base-track-color [color: ('gray', 300)] - The base background color of the track when is disabled.
307
- /// @prop {Map} disabled-fill-track-color [color: ('gray', 300)] - The background color of the fill track when is disabled.
326
+ /// @prop {Map} track-color [color: ('primary', 500)] - The color of the track.
327
+ /// @prop {Map} track-hover-color [color: ('primary', 400)] - The color of the track on hover.
328
+ /// @prop {Map} thumb-color [color: ('gray', 50)] - The color of the thumb.
329
+ /// @prop {Map} thumb-border-color [color: ('primary', 500)] - The thumb border color.
330
+ /// @prop {Map} thumb-border-hover-color [color: ('primary', 400)] - The thumb border color when hovered.
331
+ /// @prop {Map} thumb-border-focus-color [color: ('primary', 500)] - The thumb border color when focused.
332
+ /// @prop {Map} thumb-focus-color [color: ('primary', 400, 0.5)] - The focus outline color of the thumb.
333
+ /// @prop {Map} tick-color [color: ('gray', 300)] - The background-color of the tick.
334
+ /// @prop {Map} tick-label-color [color: ('gray', 600)] - The color of the tick label.
335
+ /// @prop {Map} label-background-color [color: ('gray', 600)] - The background color of the bubble label.
336
+ /// @prop {Map} label-text-color [contrast-color: ('gray', 600)] - The text color of the bubble label.
337
+ /// @prop {Map} disabled-thumb-color [color: ('gray', 50)] - The thumb color when its disabled.
338
+ /// @prop {Map} thumb-disabled-border-color [color: ('primary', 50)] - The thumb border color when it's disabled.
339
+ /// @prop {Map} disabled-base-track-color [color: ('gray', 900, 0.15)] - The base background color of the track when is disabled.
340
+ /// @prop {Map} disabled-fill-track-color [color: ('primary', 50)] - The background color of the fill track when is disabled.
308
341
  /// @requires {Map} $light-slider
309
342
  $indigo-slider: extend(
310
343
  $light-slider,
311
344
  (
312
- track-hover-color: (
345
+ track-step-color: (
313
346
  color: (
314
- 'primary',
315
- 400,
347
+ 'gray',
348
+ 900,
349
+ 0.4,
316
350
  ),
317
351
  ),
352
+ track-step-size: rem(2px),
318
353
  base-track-color: (
319
354
  color: (
320
355
  'gray',
@@ -327,28 +362,96 @@ $indigo-slider: extend(
327
362
  500,
328
363
  ),
329
364
  ),
365
+ track-color: (
366
+ color: (
367
+ 'primary',
368
+ 500,
369
+ ),
370
+ ),
371
+ track-hover-color: (
372
+ color: (
373
+ 'primary',
374
+ 400,
375
+ ),
376
+ ),
377
+ thumb-color: (
378
+ color: (
379
+ 'gray',
380
+ 50,
381
+ ),
382
+ ),
383
+ thumb-border-color: (
384
+ color: (
385
+ 'primary',
386
+ 500,
387
+ ),
388
+ ),
389
+ thumb-border-hover-color: (
390
+ color: (
391
+ 'primary',
392
+ 400,
393
+ ),
394
+ ),
395
+ thumb-border-focus-color: (
396
+ color: (
397
+ 'primary',
398
+ 500,
399
+ ),
400
+ ),
330
401
  thumb-focus-color: (
331
402
  color: (
332
403
  'primary',
333
- 200,
404
+ 400,
405
+ 0.5,
334
406
  ),
335
407
  ),
336
- disabled-thumb-color: (
408
+ tick-color: (
337
409
  color: (
338
410
  'gray',
339
411
  300,
340
412
  ),
341
413
  ),
414
+ tick-label-color: (
415
+ color: (
416
+ 'gray',
417
+ 600,
418
+ ),
419
+ ),
420
+ label-background-color: (
421
+ color: (
422
+ 'gray',
423
+ 600,
424
+ ),
425
+ ),
426
+ label-text-color: (
427
+ contrast-color: (
428
+ 'gray',
429
+ 600,
430
+ ),
431
+ ),
432
+ disabled-thumb-color: (
433
+ color: (
434
+ 'gray',
435
+ 50,
436
+ ),
437
+ ),
438
+ thumb-disabled-border-color: (
439
+ color: (
440
+ 'primary',
441
+ 50,
442
+ ),
443
+ ),
342
444
  disabled-base-track-color: (
343
445
  color: (
344
446
  'gray',
345
- 300,
447
+ 900,
448
+ 0.15,
346
449
  ),
347
450
  ),
348
451
  disabled-fill-track-color: (
349
452
  color: (
350
- 'gray',
351
- 300,
453
+ 'primary',
454
+ 50,
352
455
  ),
353
456
  ),
354
457
  )
@@ -73,9 +73,9 @@ $bootstrap-splitter: $light-splitter;
73
73
  /// Generates an indigo splitter schema.
74
74
  /// @type {Map}
75
75
  /// @prop {Map} bar-color [color: ('gray', 400)] - The background color of the bar.
76
- /// @prop {Map} handle-color [color: ('surface')] - The color for the bar drag handle.
77
- /// @prop {Map} expander-color [color: ('surface')] - The color for the bar drag handle.
78
- /// @prop {Map} focus-color [color: ('primary', 500)] - The color used for focused splitter bar.
76
+ /// @prop {Map} focus-color [color: ('gray', 500)] - The color used for focused splitter bar.
77
+ /// @prop {Map} handle-color [color: ('gray', 700)] - The color for the bar drag handle.
78
+ /// @prop {Map} expander-color [color: ('gray', 700)] - The color for the bar drag handle.
79
79
  /// @requires {Map} $light-splitter
80
80
  $indigo-splitter: extend(
81
81
  $light-splitter,
@@ -89,20 +89,22 @@ $indigo-splitter: extend(
89
89
 
90
90
  focus-color: (
91
91
  color: (
92
- 'primary',
92
+ 'gray',
93
93
  500,
94
94
  ),
95
95
  ),
96
96
 
97
97
  handle-color: (
98
98
  color: (
99
- 'surface',
99
+ 'gray',
100
+ 700,
100
101
  ),
101
102
  ),
102
103
 
103
104
  expander-color: (
104
105
  color: (
105
- 'surface',
106
+ 'gray',
107
+ 700,
106
108
  ),
107
109
  ),
108
110
  )