igniteui-theming 6.0.0-beta.5 → 6.0.0-beta.8

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.5",
3
+ "version": "6.0.0-beta.8",
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": {
@@ -16,25 +16,16 @@
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-range-border-color [color: ('secondary', 200)] - The outline color around a special date in a range selection.
19
+ /// @prop {Map} date-selected-range-focus-foreground [contrast-color: ('secondary', 900)] - The :focus foreground color of the selected range.
20
+ /// @prop {Map} date-selected-range-hover-foreground [contrast-color: ('secondary', 900)] - The :hover foreground color of the selected range.
19
21
  /// @prop {Map} picker-hover-foreground [color: 'secondary' 200] - The :hover foreground color of the month and year pickers.
20
22
  /// @prop {Map} picker-focus-foreground [color: 'secondary' 200] - The :focus foreground color of the month and year pickers.
23
+ /// @prop {Map} actions-divider-color [color: ('gray', 100)] - The border color used for the date-picker actions divider.
21
24
  /// @type {Map}
22
25
  /// @requires $material-calendar
23
26
  $dark-material-calendar: extend(
24
27
  $material-calendar,
25
28
  (
26
- picker-hover-foreground: (
27
- color: (
28
- 'secondary',
29
- 200,
30
- ),
31
- ),
32
- picker-focus-foreground: (
33
- color: (
34
- 'secondary',
35
- 200,
36
- ),
37
- ),
38
29
  navigation-hover-color: (
39
30
  color: (
40
31
  'secondary',
@@ -102,6 +93,24 @@ $dark-material-calendar: extend(
102
93
  900,
103
94
  ),
104
95
  ),
96
+ picker-hover-foreground: (
97
+ color: (
98
+ 'secondary',
99
+ 200,
100
+ ),
101
+ ),
102
+ picker-focus-foreground: (
103
+ color: (
104
+ 'secondary',
105
+ 200,
106
+ ),
107
+ ),
108
+ actions-divider-color: (
109
+ color: (
110
+ 'gray',
111
+ 100,
112
+ ),
113
+ ),
105
114
  )
106
115
  );
107
116
 
@@ -111,26 +120,18 @@ $dark-material-calendar: extend(
111
120
  /// @prop {Map} year-selected-background [color: ('primary', 900)]- The background color of the selected year in years view.
112
121
  /// @prop {Map} year-selected-hover-foreground [contrast-color: ('primary', 800)] - The :hover foreground color of the selected year in years view.
113
122
  /// @prop {Map} year-selected-hover-background [color: ('primary' 800)] - The :hover background color of the selected year in years view.
114
- /// @prop {Map} year-selected-focus-foreground [contrast-color: ('primary', 800)] - The :focus foreground color of the selected year in years view.
115
- /// @prop {Map} year-selected-focus-background [color: ('primary' 800)] - The :focus background color of the selected year in years view.
116
123
  /// @prop {Map} year-selected-current-foreground [contrast-color: ('primary', 900)] - The foreground color of the current/selected year.
117
124
  /// @prop {Map} year-selected-current-background [color: ('primary', 900)] - The foreground color of the current/selected year.
118
125
  /// @prop {Map} year-selected-current-hover-foreground [contrast-color: ('primary', 800)] - The :hover foreground color of the current/selected year.
119
126
  /// @prop {Map} year-selected-current-hover-background [color: ('primary', 800)] - The :hover background color of the current/selected year.
120
- /// @prop {Map} year-selected-current-focus-foreground [contrast-color: ('primary', 800)] - The :focus foreground color of the current/selected year.
121
- /// @prop {Map} year-selected-current-focus-background [color: ('primary', 800)] - The :focus background color of the current/selected year.
122
127
  /// @prop {Map} month-selected-foreground [contrast-color: ('primary', 900)] - The foreground color of the selected month in month view.
123
128
  /// @prop {Map} month-selected-background [color: ('primary', 900)] - The background color of the selected month in month view.
124
129
  /// @prop {Map} month-selected-hover-foreground [contrast-color: ('primary', 800)]- The :hover foreground color of the selected month in month view.
125
130
  /// @prop {Map} month-selected-hover-background [color: ('primary', 800)]- The :hover background color of the selected month in month view.
126
- /// @prop {Map} month-selected-focus-foreground [contrast-color: ('primary', 800)]- The :focus foreground color of the selected month in month view.
127
- /// @prop {Map} month-selected-focus-background [color: ('primary', 800)]- The :focus background color of the selected month in month view.
128
131
  /// @prop {Map} month-selected-current-foreground [contrast-color: ('primary', 900)] - The foreground color of the current/selected month in month view.
129
132
  /// @prop {Map} month-selected-current-background [color: ('primary', 900)]- The background color of the current/selected month in month view.
130
133
  /// @prop {Map} month-selected-current-hover-foreground [contrast-color: ('primary', 800)] - The :hover foreground color of the current/selected month in month view.
131
134
  /// @prop {Map} month-selected-current-hover-background [color: ('primary', 800)] - The :hover background color of the current/selected month in month view.
132
- /// @prop {Map} month-selected-current-focus-foreground [contrast-color: ('primary', 800)] - The :focus foreground color of the current/selected month in month view.
133
- /// @prop {Map} month-selected-current-focus-background [color: ('primary', 800)] - The :focus background color of the current/selected month in month view.
134
135
  /// @prop {Map} date-current-foreground [contrast-color: ('gray', 900)] - The foreground color of the current date.
135
136
  /// @prop {Map} date-current-background [color: ('primary', 200)] - The background color of the current date.
136
137
  /// @prop {Map} date-current-hover-foreground [contrast-color: ('gray', 900)] - The :hover foreground color of the current date.
@@ -144,21 +145,16 @@ $dark-material-calendar: extend(
144
145
  /// @prop {Map} date-hover-foreground [contrast-color: 'gray', 50] - The :hover foreground color of a date.
145
146
  /// @prop {Map} date-focus-foreground [contrast-color: 'gray', 50] - The :focus foreground color of a date.
146
147
  /// @prop {Map} date-selected-foreground [contrast-color: ('gray', 50)] - The foreground color of the selected date.
147
- /// @prop {Map} date-selected-hover-foreground [contrast-color: ('primary', 700)] - The :hover foreground color of the selected date.
148
- /// @prop {Map} date-selected-focus-foreground [contrast-color: ('primary', 700)] - The :focus foreground color of the selected date.
149
- /// @prop {Map} date-selected-range-focus-foreground [contrast-color: ('gray', 50)] - The :focus foreground color of the selected range.
148
+ /// @prop {Map} date-selected-hover-foreground [contrast-color: ('gray', 50)] - The :hover foreground color of the selected date.
149
+ /// @prop {Map} date-selected-focus-foreground [contrast-color: ('gray', 50)] - The :focus foreground color of the selected date.
150
150
  /// @prop {Map} date-selected-range-hover-foreground [contrast-color: ('gray', 50)] - The :hover foreground color of the selected range.
151
- /// @prop {Map} date-selected-range-start-foreground [contrast-color: ('gray', 50)] - The foreground color of the first date in the selected range.
152
- /// @prop {Map} date-selected-range-end-foreground [contrast-color: ('gray', 50)] - The background color of the last date in the selected range.
153
- /// @prop {Map} date-selected-range-start-hover-foreground [contrast-color: ('gray', 50)] - The :hover foreground color of the first date in the selected range.
154
- /// @prop {Map} date-selected-range-start-focus-foreground [contrast-color: ('gray', 50)] - The :focus foreground color of the first date in the selected range.
155
- /// @prop {Map} date-selected-range-end-hover-foreground [contrast-color: ('gray', 50)] - The :hover foreground color of the last date in the selected range.
156
- /// @prop {Map} date-selected-range-end-focus-foreground [contrast-color: ('gray', 50)] - The :focus foreground color of the last date in the selected range.
151
+ /// @prop {Map} date-selected-range-focus-foreground [contrast-color: ('gray', 50)] - The :focus foreground color of the selected range.
157
152
  /// @prop {Map} date-disabled-foreground [color: ('gray', 300)] - The foreground of disabled dates.
158
153
  /// @prop {Map} date-special-border-color [color: ('primary', 50)] - The outline color around a special date.
159
154
  /// @prop {Map} date-special-range-border-color [color: ('primary', 50)] - The outline color around a special date in a range selection.
160
155
  /// @prop {Map} header-foreground [contrast-color: ('primary', 200)] - The header foreground color.
161
156
  /// @prop {Map} header-background [color: ('primary', 200)] - The background color of the month and year pickers.
157
+ /// @prop {Мap} actions-divider-color [color: ('gray', 100)] - The border color used for the date-picker actions divider.
162
158
  /// @requires $fluent-calendar
163
159
  $dark-fluent-calendar: extend(
164
160
  $fluent-calendar,
@@ -199,18 +195,6 @@ $dark-fluent-calendar: extend(
199
195
  800,
200
196
  ),
201
197
  ),
202
- year-selected-focus-foreground: (
203
- contrast-color: (
204
- 'primary',
205
- 800,
206
- ),
207
- ),
208
- year-selected-focus-background: (
209
- color: (
210
- 'primary',
211
- 800,
212
- ),
213
- ),
214
198
  year-selected-current-foreground: (
215
199
  contrast-color: (
216
200
  'primary',
@@ -235,18 +219,6 @@ $dark-fluent-calendar: extend(
235
219
  800,
236
220
  ),
237
221
  ),
238
- year-selected-current-focus-foreground: (
239
- contrast-color: (
240
- 'primary',
241
- 800,
242
- ),
243
- ),
244
- year-selected-current-focus-background: (
245
- color: (
246
- 'primary',
247
- 800,
248
- ),
249
- ),
250
222
  month-selected-foreground: (
251
223
  contrast-color: (
252
224
  'primary',
@@ -271,18 +243,6 @@ $dark-fluent-calendar: extend(
271
243
  800,
272
244
  ),
273
245
  ),
274
- month-selected-focus-foreground: (
275
- contrast-color: (
276
- 'primary',
277
- 800,
278
- ),
279
- ),
280
- month-selected-focus-background: (
281
- color: (
282
- 'primary',
283
- 800,
284
- ),
285
- ),
286
246
  month-selected-current-foreground: (
287
247
  contrast-color: (
288
248
  'primary',
@@ -307,18 +267,6 @@ $dark-fluent-calendar: extend(
307
267
  800,
308
268
  ),
309
269
  ),
310
- month-selected-current-focus-foreground: (
311
- contrast-color: (
312
- 'primary',
313
- 800,
314
- ),
315
- ),
316
- month-selected-current-focus-background: (
317
- color: (
318
- 'primary',
319
- 800,
320
- ),
321
- ),
322
270
  date-hover-foreground: (
323
271
  contrast-color: (
324
272
  'gray',
@@ -433,46 +381,16 @@ $dark-fluent-calendar: extend(
433
381
  50,
434
382
  ),
435
383
  ),
436
- date-selected-range-start-foreground: (
437
- contrast-color: (
438
- 'gray',
439
- 50,
440
- ),
441
- ),
442
- date-selected-range-end-foreground: (
443
- contrast-color: (
444
- 'gray',
445
- 50,
446
- ),
447
- ),
448
- date-selected-range-start-hover-foreground: (
449
- contrast-color: (
450
- 'gray',
451
- 50,
452
- ),
453
- ),
454
- date-selected-range-start-focus-foreground: (
455
- contrast-color: (
456
- 'gray',
457
- 50,
458
- ),
459
- ),
460
- date-selected-range-end-hover-foreground: (
461
- contrast-color: (
462
- 'gray',
463
- 50,
464
- ),
465
- ),
466
- date-selected-range-end-focus-foreground: (
467
- contrast-color: (
384
+ date-disabled-foreground: (
385
+ color: (
468
386
  'gray',
469
- 50,
387
+ 300,
470
388
  ),
471
389
  ),
472
- date-disabled-foreground: (
390
+ actions-divider-color: (
473
391
  color: (
474
392
  'gray',
475
- 300,
393
+ 100,
476
394
  ),
477
395
  ),
478
396
  )
@@ -595,16 +513,18 @@ $dark-bootstrap-calendar: extend(
595
513
  /// @prop {Map} date-focus-background [color: ('gray', 900, .1)] - The :focus background color of date.
596
514
  /// @prop {Map} date-current-foreground [color: ('gray', 900)] - The foreground color of the current date.
597
515
  /// @prop {Map} date-disabled-foreground [color: ('gray', 500)] - The foreground color of disabled dates.
598
- /// @prop {Color} date-current-border-color [color: ('primary', 400)] - The border color of the current date.
599
- /// @prop {Color} date-current-hover-border-color [color: ('primary', 300)] - The :hover border color of the current date.
600
- /// @prop {Color} date-current-focus-border-color [color: ('primary', 300)] - The :focus border color of the current date.
601
- ///
516
+ /// @prop {Map} date-current-border-color [color: ('primary', 400)] - The border color of the current date.
517
+ /// @prop {Map} date-current-hover-border-color [color: ('primary', 300)] - The :hover border color of the current date.
518
+ /// @prop {Map} date-current-focus-border-color [color: ('primary', 300)] - The :focus border color of the current date.
602
519
  /// @prop {Map} date-special-foreground [color: ('primary', 600)] - The foreground color of a special date.
603
520
  /// @prop {Map} date-special-background [color: ('primary', 50)] - The background color of a special date.
604
521
  /// @prop {Map} date-special-hover-foreground [contrast-color: ('primary', 600)] - The foreground color of a special date.
605
522
  /// @prop {Map} date-special-hover-background [color: ('primary', 600)] - The background color of a special date.
606
523
  /// @prop {Map} date-special-focus-foreground [contrast-color: ('primary', 600)] - The foreground color of a special date.
607
524
  /// @prop {Map} date-special-focus-background [color: ('primary', 600)] - The background color of a special date.
525
+ /// @prop {Map} navigation-hover-color [color: ('primary', 300)] - The :hover color of the icon button responsible for month navigation.
526
+ /// @prop {Map} navigation-focus-color [color: ('primary', 300)] - The :focus color of the icon button responsible for month navigation.
527
+ /// @prop {Мап} actions-divider-color [color: ('gray', 100)] - The border color used for the date-picker actions divider.
608
528
  /// @requires $indigo-calendar
609
529
  $dark-indigo-calendar: extend(
610
530
  $indigo-calendar,
@@ -713,5 +633,23 @@ $dark-indigo-calendar: extend(
713
633
  600,
714
634
  ),
715
635
  ),
636
+ navigation-hover-color: (
637
+ color: (
638
+ 'primary',
639
+ 300,
640
+ ),
641
+ ),
642
+ navigation-focus-color: (
643
+ color: (
644
+ 'primary',
645
+ 300,
646
+ ),
647
+ ),
648
+ actions-divider-color: (
649
+ color: (
650
+ 'gray',
651
+ 100,
652
+ ),
653
+ ),
716
654
  )
717
655
  );