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

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.12",
3
+ "version": "6.0.0-beta.14",
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": {
@@ -128,19 +128,12 @@ $dark-material-calendar: extend(
128
128
  /// @prop {Map} navigation-hover-color [color: ('primary', 200)] - The :hover color of the buttons responsible for navigation.
129
129
  /// @prop {Map} navigation-focus-color [color: ('primary', 200)] - The :focus color of the buttons responsible for navigation.
130
130
  /// @prop {Map} year-selected-background [color: ('primary', 800)]- The background color of the selected year in years view.
131
- /// @prop {Map} year-selected-hover-foreground [contrast-color: ('primary', 600)] - The :hover foreground color of the selected year in years view.
132
131
  /// @prop {Map} year-selected-hover-background [color: ('primary' 600)] - The :hover background color of the selected year in years view.
133
- /// @prop {Map} year-selected-current-foreground [contrast-color: ('primary', 800)] - The foreground color of the current/selected year.
134
132
  /// @prop {Map} year-selected-current-background [color: ('primary', 800)] - The foreground color of the current/selected year.
135
- /// @prop {Map} year-selected-current-hover-foreground [contrast-color: ('primary', 600)] - The :hover foreground color of the current/selected year.
136
133
  /// @prop {Map} year-selected-current-hover-background [color: ('primary', 600)] - The :hover background color of the current/selected year.
137
- /// @prop {Map} month-selected-foreground [contrast-color: ('primary', 800)] - The foreground color of the selected month in month view.
138
134
  /// @prop {Map} month-selected-background [color: ('primary', 800)] - The background color of the selected month in month view.
139
- /// @prop {Map} month-selected-hover-foreground [contrast-color: ('primary', 600)]- The :hover foreground color of the selected month in month view.
140
135
  /// @prop {Map} month-selected-hover-background [color: ('primary', 600)]- The :hover background color of the selected month in month view.
141
- /// @prop {Map} month-selected-current-foreground [contrast-color: ('primary', 800)] - The foreground color of the current/selected month in month view.
142
136
  /// @prop {Map} month-selected-current-background [color: ('primary', 800)]- The background color of the current/selected month in month view.
143
- /// @prop {Map} month-selected-current-hover-foreground [contrast-color: ('primary', 600)] - The :hover foreground color of the current/selected month in month view.
144
137
  /// @prop {Map} month-selected-current-hover-background [color: ('primary', 600)] - The :hover background color of the current/selected month in month view.
145
138
  /// @prop {Map} date-current-foreground [contrast-color: ('gray', 900)] - The foreground color of the current date.
146
139
  /// @prop {Map} date-current-background [color: ('primary', 200)] - The background color of the current date.
@@ -205,97 +198,48 @@ $dark-fluent-calendar: extend(
205
198
  200,
206
199
  ),
207
200
  ),
208
-
209
- year-selected-foreground: (
210
- contrast-color: (
211
- 'primary',
212
- 800,
213
- ),
214
- ),
215
201
  year-selected-background: (
216
202
  color: (
217
203
  'primary',
218
204
  800,
219
205
  ),
220
206
  ),
221
- year-selected-hover-foreground: (
222
- contrast-color: (
223
- 'primary',
224
- 600,
225
- ),
226
- ),
227
207
  year-selected-hover-background: (
228
208
  color: (
229
209
  'primary',
230
210
  600,
231
211
  ),
232
212
  ),
233
- year-selected-current-foreground: (
234
- contrast-color: (
235
- 'primary',
236
- 800,
237
- ),
238
- ),
239
213
  year-selected-current-background: (
240
214
  color: (
241
215
  'primary',
242
216
  800,
243
217
  ),
244
218
  ),
245
- year-selected-current-hover-foreground: (
246
- contrast-color: (
247
- 'primary',
248
- 600,
249
- ),
250
- ),
251
219
  year-selected-current-hover-background: (
252
220
  color: (
253
221
  'primary',
254
222
  600,
255
223
  ),
256
224
  ),
257
- month-selected-foreground: (
258
- contrast-color: (
259
- 'primary',
260
- 800,
261
- ),
262
- ),
263
225
  month-selected-background: (
264
226
  color: (
265
227
  'primary',
266
228
  800,
267
229
  ),
268
230
  ),
269
- month-selected-hover-foreground: (
270
- contrast-color: (
271
- 'primary',
272
- 600,
273
- ),
274
- ),
275
231
  month-selected-hover-background: (
276
232
  color: (
277
233
  'primary',
278
234
  600,
279
235
  ),
280
236
  ),
281
- month-selected-current-foreground: (
282
- contrast-color: (
283
- 'primary',
284
- 800,
285
- ),
286
- ),
287
237
  month-selected-current-background: (
288
238
  color: (
289
239
  'primary',
290
240
  800,
291
241
  ),
292
242
  ),
293
- month-selected-current-hover-foreground: (
294
- contrast-color: (
295
- 'primary',
296
- 600,
297
- ),
298
- ),
299
243
  month-selected-current-hover-background: (
300
244
  color: (
301
245
  'primary',
@@ -547,7 +491,7 @@ $dark-bootstrap-calendar: extend(
547
491
 
548
492
  /// Generates a dark indigo calendar schema.
549
493
  /// @type {Map}
550
- /// @prop {Map} date-special-range-foreground [contrast-color: 'gray', 50] - The foreground color of a special date in rage selection.
494
+ /// @prop {Map} content-foreground [color: ('gray', 900)] - The foreground color of the days, months and years views.
551
495
  /// @prop {Map} date-hover-foreground [contrast-color: 'gray', 900] - The :hover foreground color of a date.
552
496
  /// @prop {Map} date-focus-foreground [contrast-color: 'gray', 900] - The :focus foreground color of a date.
553
497
  /// @prop {Map} date-current-hover-foreground [contrast-color: ('gray', 900)] - The :hover foreground color of the current date.
@@ -567,12 +511,14 @@ $dark-bootstrap-calendar: extend(
567
511
  /// @prop {Map} date-hover-background [contrast-color: ('gray', 900, .1)] - The :hover background color of a date.
568
512
  /// @prop {Map} date-focus-background [contrast-color: ('gray', 900, .1)] - The :focus background color of date.
569
513
  /// @prop {Map} date-current-foreground [color: ('gray', 900)] - The foreground color of the current date.
570
- /// @prop {Map} date-disabled-foreground [color: ('gray', 500)] - The foreground color of disabled dates.
571
- /// @prop {Map} date-disabled-range-foreground [color: ('gray', 500)] - The foreground color of disabled dates.
514
+ /// @prop {Map} date-disabled-foreground [color: ('gray', 500, .5)] - The foreground color of disabled dates.
515
+ /// @prop {Map} date-disabled-range-foreground [color: ('gray', 900, .38)] - The foreground color of disabled dates.
572
516
  /// @prop {Map} date-current-border-color [color: ('primary', 400)] - The border color of the current date.
573
517
  /// @prop {Map} date-current-hover-border-color [color: ('primary', 300)] - The :hover border color of the current date.
574
518
  /// @prop {Map} date-current-focus-border-color [color: ('primary', 300)] - The :focus border color of the current date.
575
- /// @prop {Map} date-special-foreground [color: ('primary', 600)] - The foreground color of a special date.
519
+ /// @prop {Map} date-special-range-foreground [(color: 'primary', 50)] - The foreground color of a special date in rage selection.
520
+ /// @prop {Map} date-special-range-background [(color: 'primary', 600, .4)] - The background color of a special date in range selection.
521
+ /// @prop {Map} date-special-foreground [color: ('primary', 50)] - The foreground color of a special date.
576
522
  /// @prop {Map} date-special-background [color: ('primary', 600, .4)] - The background color of a special date.
577
523
  /// @prop {Map} date-special-hover-foreground [contrast-color: ('primary', 600)] - The foreground color of a special date.
578
524
  /// @prop {Map} date-special-hover-background [color: ('primary', 400, .7)] - The background color of a special date.
@@ -586,14 +532,18 @@ $dark-bootstrap-calendar: extend(
586
532
  /// @prop {Map} week-number-foreground [color: ('gray', 500)] - The foreground color of the week number column.
587
533
  /// @prop {Map} week-number-background [color: ('gray', 900, .05)] - The background color of the week number column.
588
534
  /// @prop {Map} date-selected-range-background [color: ('primary', 400, .2)] - The background color of the selected range.
535
+ /// @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
+ /// @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
+ /// @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
+
589
539
  /// @requires $indigo-calendar
590
540
  $dark-indigo-calendar: extend(
591
541
  $indigo-calendar,
592
542
  (
593
- date-special-range-foreground: (
543
+ content-foreground: (
594
544
  color: (
595
- 'primary',
596
- 50,
545
+ 'gray',
546
+ 800,
597
547
  ),
598
548
  ),
599
549
  date-hover-foreground: (
@@ -608,7 +558,6 @@ $dark-indigo-calendar: extend(
608
558
  50,
609
559
  ),
610
560
  ),
611
-
612
561
  date-current-hover-foreground: (
613
562
  contrast-color: (
614
563
  'gray',
@@ -647,7 +596,6 @@ $dark-indigo-calendar: extend(
647
596
  0.1,
648
597
  ),
649
598
  ),
650
-
651
599
  year-hover-foreground: (
652
600
  contrast-color: (
653
601
  'gray',
@@ -661,14 +609,12 @@ $dark-indigo-calendar: extend(
661
609
  0.1,
662
610
  ),
663
611
  ),
664
-
665
612
  year-current-hover-foreground: (
666
613
  contrast-color: (
667
614
  'gray',
668
615
  50,
669
616
  ),
670
617
  ),
671
-
672
618
  date-selected-current-range-hover-background: (
673
619
  contrast-color: (
674
620
  'gray',
@@ -676,7 +622,6 @@ $dark-indigo-calendar: extend(
676
622
  0.1,
677
623
  ),
678
624
  ),
679
-
680
625
  header-background: (
681
626
  color: (
682
627
  'gray',
@@ -721,18 +666,6 @@ $dark-indigo-calendar: extend(
721
666
  900,
722
667
  ),
723
668
  ),
724
- date-disabled-foreground: (
725
- color: (
726
- 'gray',
727
- 500,
728
- ),
729
- ),
730
- date-disabled-range-foreground: (
731
- color: (
732
- 'gray',
733
- 500,
734
- ),
735
- ),
736
669
  date-current-border-color: (
737
670
  color: (
738
671
  'primary',
@@ -764,6 +697,19 @@ $dark-indigo-calendar: extend(
764
697
  0.4,
765
698
  ),
766
699
  ),
700
+ date-special-range-foreground: (
701
+ color: (
702
+ 'primary',
703
+ 50,
704
+ ),
705
+ ),
706
+ date-special-range-background: (
707
+ color: (
708
+ 'primary',
709
+ 600,
710
+ 0.4,
711
+ ),
712
+ ),
767
713
  date-special-hover-foreground: (
768
714
  contrast-color: (
769
715
  'primary',
@@ -839,5 +785,40 @@ $dark-indigo-calendar: extend(
839
785
  0.2,
840
786
  ),
841
787
  ),
788
+ selected-current-outline-color: (
789
+ contrast-color: (
790
+ 'gray',
791
+ 50,
792
+ 0.6,
793
+ ),
794
+ ),
795
+ selected-current-outline-hover-color: (
796
+ contrast-color: (
797
+ 'gray',
798
+ 50,
799
+ 0.6,
800
+ ),
801
+ ),
802
+ selected-current-outline-focus-color: (
803
+ contrast-color: (
804
+ 'gray',
805
+ 50,
806
+ 0.6,
807
+ ),
808
+ ),
809
+ date-disabled-foreground: (
810
+ color: (
811
+ 'gray',
812
+ 500,
813
+ 0.5,
814
+ ),
815
+ ),
816
+ date-disabled-range-foreground: (
817
+ color: (
818
+ 'gray',
819
+ 900,
820
+ 0.38,
821
+ ),
822
+ ),
842
823
  )
843
824
  );
@@ -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.
@@ -63,8 +62,8 @@
63
62
  /// @prop {Color} date-selected-focus-border-color [transparent] - The :focus border color of the selected date.
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
- /// @prop {Map} date-disabled-foreground [color: ('gray', 500, .5)] - The foreground color of disabled dates.
67
- /// @prop {Map} date-disabled-range-foreground [color: ('gray', 500)] - The foreground color of disabled dates in range selection.
65
+ /// @prop {Map} date-disabled-foreground [color: ('gray', 900, .2)] - The foreground color of disabled dates.
66
+ /// @prop {Map} date-disabled-range-foreground [color: ('gray', 800, .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: (
@@ -364,15 +357,15 @@ $light-calendar: (
364
357
  date-disabled-foreground: (
365
358
  color: (
366
359
  'gray',
367
- 500,
368
- 0.5,
360
+ 900,
361
+ 0.2,
369
362
  ),
370
363
  ),
371
364
  date-disabled-range-foreground: (
372
365
  color: (
373
366
  'gray',
374
- 900,
375
- 0.5,
367
+ 800,
368
+ 0.38,
376
369
  ),
377
370
  ),
378
371
  );
@@ -451,6 +444,7 @@ $light-calendar: (
451
444
  /// @prop {Map} date-selected-current-focus-border-color [color: ('gray', 900)] - The :focus border color of the selected current date.
452
445
  /// @prop {List} week-number-border-radius [(rem(4px), rem(0), rem(8px))] - The border radius used for the week numbers column.
453
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.
454
448
  /// @requires $light-calendar
455
449
  $material-calendar: extend(
456
450
  $light-calendar,
@@ -848,6 +842,12 @@ $material-calendar: extend(
848
842
  200,
849
843
  ),
850
844
  ),
845
+ date-special-range-foreground: (
846
+ color: (
847
+ 'secondary',
848
+ 900,
849
+ ),
850
+ ),
851
851
  )
852
852
  );
853
853
 
@@ -865,6 +865,7 @@ $material-calendar: extend(
865
865
  /// @prop {Map} date-selected-current-border-color [color: ('gray', 700)] - The border color of the selected current date.
866
866
  /// @prop {Map} date-selected-current-hover-border-color [color: ('gray', 700)] - The :hover border color of the selected current date.
867
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.
868
869
  /// @prop {Map} year-current-foreground [color: ('gray', 900)] - The foreground color of the current year.
869
870
  /// @prop {Map} year-current-background [color: 'gray', 100) ]- The background color of the current year in years view.
870
871
  /// @prop {Map} year-current-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the current year in years view.
@@ -877,6 +878,7 @@ $material-calendar: extend(
877
878
  /// @prop {Map} year-selected-current-background [color: ('primary', 50, .3)] - The background color of the current/selected year.
878
879
  /// @prop {Map} year-selected-current-hover-foreground [color: ('gray', 900)] - The foreground color of the current/selected year on :hover.
879
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.
880
882
  /// @prop {Map} month-current-foreground [color: ('gray', 900)] - The foreground color of the current month in month view.
881
883
  /// @prop {Map} month-current-background [color: ('gray', 100)] - The background color of the current month in month view.
882
884
  /// @prop {Map} month-current-hover-foreground [color: ('gray', 900)]- The :hover foreground color of the current month in month view.
@@ -953,7 +955,7 @@ $material-calendar: extend(
953
955
  /// @prop {List} size [(rem(28px), rem(32px), rem(40px))] - The size of the days, months, and years views.
954
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)
955
957
  /// @prop {Map} actions-divider-color [color: ('gray', 200)] - The border color used for the date-picker actions divider.
956
-
958
+ /// @prop {Map} date-special-range-foreground [color: ('gray', 900)] - The foreground color of a special date in rage selection.
957
959
  /// @requires {Map} $light-calendar
958
960
  $fluent-calendar: extend(
959
961
  $light-calendar,
@@ -1081,6 +1083,12 @@ $fluent-calendar: extend(
1081
1083
  900,
1082
1084
  ),
1083
1085
  ),
1086
+ year-hover-foreground: (
1087
+ color: (
1088
+ 'gray',
1089
+ 900,
1090
+ ),
1091
+ ),
1084
1092
  year-current-foreground: (
1085
1093
  color: (
1086
1094
  'gray',
@@ -1157,6 +1165,12 @@ $fluent-calendar: extend(
1157
1165
  0.5,
1158
1166
  ),
1159
1167
  ),
1168
+ month-hover-foreground: (
1169
+ color: (
1170
+ 'gray',
1171
+ 900,
1172
+ ),
1173
+ ),
1160
1174
  month-current-foreground: (
1161
1175
  color: (
1162
1176
  'gray',
@@ -1523,6 +1537,12 @@ $fluent-calendar: extend(
1523
1537
  200,
1524
1538
  ),
1525
1539
  ),
1540
+ date-special-range-foreground: (
1541
+ color: (
1542
+ 'gray',
1543
+ 900,
1544
+ ),
1545
+ ),
1526
1546
  )
1527
1547
  );
1528
1548
 
@@ -1629,6 +1649,8 @@ $fluent-calendar: extend(
1629
1649
  /// @prop {Map} date-selected-current-hover-border-color [color: ('gray', 900)] - The :hover border color of the selected current date.
1630
1650
  /// @prop {Map} date-selected-current-focus-border-color [color: ('gray', 900)] - The :focus border color of the selected current date.
1631
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
+
1632
1654
  /// @requires {Map} $light-calendar
1633
1655
  $bootstrap-calendar: extend(
1634
1656
  $light-calendar,
@@ -2200,6 +2222,12 @@ $bootstrap-calendar: extend(
2200
2222
  300,
2201
2223
  ),
2202
2224
  ),
2225
+ date-special-range-foreground: (
2226
+ color: (
2227
+ 'gray',
2228
+ 900,
2229
+ ),
2230
+ ),
2203
2231
  )
2204
2232
  );
2205
2233
 
@@ -2296,6 +2324,8 @@ $bootstrap-calendar: extend(
2296
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)
2297
2325
  /// @prop {List} border-radius [(rem(8px), rem(0), rem(8px))] - The border radius used for calendar.
2298
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.
2299
2329
  /// @requires {Map} $light-calendar
2300
2330
  $indigo-calendar: extend(
2301
2331
  $light-calendar,
@@ -2471,6 +2501,19 @@ $indigo-calendar: extend(
2471
2501
  0.7,
2472
2502
  ),
2473
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
+ ),
2474
2517
  date-special-hover-foreground: (
2475
2518
  color: (
2476
2519
  'primary',
@@ -2593,7 +2636,7 @@ $indigo-calendar: extend(
2593
2636
  date-selected-range-foreground: (
2594
2637
  color: (
2595
2638
  'gray',
2596
- 800,
2639
+ 900,
2597
2640
  ),
2598
2641
  ),
2599
2642
  date-selected-range-background: (
@@ -2660,7 +2703,7 @@ $indigo-calendar: extend(
2660
2703
  year-current-foreground: (
2661
2704
  color: (
2662
2705
  'gray',
2663
- 800,
2706
+ 900,
2664
2707
  ),
2665
2708
  ),
2666
2709
  year-current-background: transparent,
@@ -2741,7 +2784,7 @@ $indigo-calendar: extend(
2741
2784
  month-current-foreground: (
2742
2785
  color: (
2743
2786
  'gray',
2744
- 800,
2787
+ 900,
2745
2788
  ),
2746
2789
  ),
2747
2790
  month-current-background: transparent,