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

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.8",
3
+ "version": "6.0.0-beta.9",
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": {
@@ -525,6 +525,9 @@ $dark-bootstrap-calendar: extend(
525
525
  /// @prop {Map} navigation-hover-color [color: ('primary', 300)] - The :hover color of the icon button responsible for month navigation.
526
526
  /// @prop {Map} navigation-focus-color [color: ('primary', 300)] - The :focus color of the icon button responsible for month navigation.
527
527
  /// @prop {Мап} actions-divider-color [color: ('gray', 100)] - The border color used for the date-picker actions divider.
528
+ /// @prop {Map} picker-hover-foreground [color: 'primary' 300] - The :hover foreground color of the month and year pickers.
529
+ /// @prop {Map} picker-focus-foreground [color: 'primary' 300] - The :focus foreground color of the month and year pickers.
530
+
528
531
  /// @requires $indigo-calendar
529
532
  $dark-indigo-calendar: extend(
530
533
  $indigo-calendar,
@@ -651,5 +654,17 @@ $dark-indigo-calendar: extend(
651
654
  100,
652
655
  ),
653
656
  ),
657
+ picker-hover-foreground: (
658
+ color: (
659
+ 'primary',
660
+ 300,
661
+ ),
662
+ ),
663
+ picker-focus-foreground: (
664
+ color: (
665
+ 'primary',
666
+ 300,
667
+ ),
668
+ ),
654
669
  )
655
670
  );
@@ -63,7 +63,7 @@
63
63
  /// @prop {Color} date-selected-focus-border-color [transparent] - The :focus border color of the selected date.
64
64
  /// @prop {Color} date-range-border-color [transparent] - The border color of range selection.
65
65
  /// @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)] - The foreground color of disabled dates.
66
+ /// @prop {Map} date-disabled-foreground [color: ('gray', 500, .5)] - The foreground color of disabled dates.
67
67
  /// @prop {List} border-radius [(rem(4px), rem(0), rem(20px))] - The border radius used for calendar.
68
68
  /// @prop {List} date-border-radius [(rem(20px), rem(0), rem(20px))] - The border radius used for the date.
69
69
  /// @prop {List} date-range-border-radius [(rem(20px), rem(0), rem(20px))] -The border radius used for the date in range selection.
@@ -286,28 +286,6 @@ $light-calendar: (
286
286
  500,
287
287
  ),
288
288
  ),
289
- date-disabled-background: transparent,
290
- date-disabled-current-foreground: (
291
- color: (
292
- 'gray',
293
- 500,
294
- ),
295
- ),
296
- date-disabled-current-background: transparent,
297
- date-disabled-range-foreground: (
298
- color: (
299
- 'gray',
300
- 500,
301
- ),
302
- ),
303
- date-disabled-range-background: transparent,
304
- date-disabled-current-range-foreground: (
305
- color: (
306
- 'gray',
307
- 500,
308
- ),
309
- ),
310
- date-disabled-current-range-background: transparent,
311
289
  week-number-foreground: (
312
290
  color: (
313
291
  'gray',
@@ -383,6 +361,7 @@ $light-calendar: (
383
361
  color: (
384
362
  'gray',
385
363
  500,
364
+ 0.5,
386
365
  ),
387
366
  ),
388
367
  );
@@ -2087,8 +2066,8 @@ $bootstrap-calendar: extend(
2087
2066
  /// @prop {Map} header-background [contrast-color: ('gray', 900)] - The header background color.
2088
2067
  /// @prop {Map} picker-foreground [color: 'gray' 700] - The foreground color of the month and year pickers.
2089
2068
  /// @prop {Map} picker-background [contrast-color: ('gray', 900)] - The background color of the month and year pickers.
2090
- /// @prop {Map} picker-hover-foreground [color: 'gray' 900] - The :hover foreground color of the month and year pickers.
2091
- /// @prop {Map} picker-focus-foreground [color: 'gray' 900] - The :focus foreground color of the month and year pickers.
2069
+ /// @prop {Map} picker-hover-foreground [color: 'primary' 500] - The :hover foreground color of the month and year pickers.
2070
+ /// @prop {Map} picker-focus-foreground [color: 'primary' 500] - The :focus foreground color of the month and year pickers.
2092
2071
  /// @prop {Map} navigation-color [color: ('gray', 600)] - the color of the buttons responsible for navigation.
2093
2072
  /// @prop {Map} navigation-hover-color [color: ('primary', 500)] - The :hover color of the icon button responsible for month navigation.
2094
2073
  /// @prop {Map} navigation-focus-color [color: ('primary', 500)] - The :focus color of the icon button responsible for month navigation.
@@ -2098,7 +2077,7 @@ $bootstrap-calendar: extend(
2098
2077
  /// @prop {Map} date-hover-background [color: ('gray', 900, .05)] - The :hover background color of a date.
2099
2078
  /// @prop {Map} date-focus-background [color: ('gray', 900, .05)] - The :focus background color of date.
2100
2079
  /// @prop {Map} date-current-foreground [color: ('gray', 800)] - The foreground color of the current date.
2101
- /// @prop {Map} date-disabled-foreground [color: ('gray', 900, .2)] - The foreground color of disabled dates.
2080
+ /// @prop {Map} date-disabled-foreground [color: ('gray', 900)] - The foreground color of disabled dates.
2102
2081
  /// @prop {Map} date-current-border-color [color: ('primary', 500)] - The border color of the current date.
2103
2082
  /// @prop {Map} date-current-hover-border-color [color: ('primary', 400)] - The :hover border color of the current date.
2104
2083
  /// @prop {Map} date-current-focus-border-color [color: ('primary', 400)] - The :focus border color of the current date.
@@ -2217,14 +2196,14 @@ $indigo-calendar: extend(
2217
2196
  ),
2218
2197
  picker-hover-foreground: (
2219
2198
  color: (
2220
- 'gray',
2221
- 900,
2199
+ 'primary',
2200
+ 500,
2222
2201
  ),
2223
2202
  ),
2224
2203
  picker-focus-foreground: (
2225
2204
  color: (
2226
- 'gray',
2227
- 900,
2205
+ 'primary',
2206
+ 500,
2228
2207
  ),
2229
2208
  ),
2230
2209
  navigation-color: (
@@ -340,9 +340,9 @@ $bootstrap-drop-down: extend(
340
340
  /// @prop {Map} focused-item-background [color: ('primary', 500, .15)] - The drop-down focused item background color.
341
341
  /// @prop {Map} selected-item-text-color [contrast-color: ('primary', 500)] - The drop-down selected item text color.
342
342
  /// @prop {Map} selected-hover-item-background [color: ('primary', 400)] - The drop-down selected item hover background color.
343
- /// @prop {Map} selected-hover-item-text-color [contrast-color: ('primary', 400)] - The drop-down selected item hover text color.
343
+ /// @prop {Map} selected-hover-item-text-color [contrast-color: ('primary', 500)] - The drop-down selected item hover text color.
344
344
  /// @prop {Map} selected-focus-item-background [color: ('primary', 400)] - The drop-down selected item focus background color.
345
- /// @prop {Map} selected-focus-item-text-color [contrast-color: ('primary', 400)] - The drop-down selected item focus text color.
345
+ /// @prop {Map} selected-focus-item-text-color [contrast-color: ('primary', 500)] - The drop-down selected item focus text color.
346
346
  /// @prop {Number} elevation [3] - The elevation level, between 0-24, to be used for the badge shadow.
347
347
  /// @prop {List} border-radius [(rem(2px), rem(0), rem(20px))] - The border radius used for drop-down component.
348
348
  /// @prop {List} item-border-radius [(rem(2px), rem(0), rem(20px))] - The border radius used for the drop-down items.
@@ -393,7 +393,7 @@ $indigo-drop-down: extend(
393
393
  selected-hover-item-text-color: (
394
394
  contrast-color: (
395
395
  'primary',
396
- 400,
396
+ 500,
397
397
  ),
398
398
  ),
399
399
  selected-focus-item-background: (
@@ -405,7 +405,7 @@ $indigo-drop-down: extend(
405
405
  selected-focus-item-text-color: (
406
406
  contrast-color: (
407
407
  'primary',
408
- 400,
408
+ 500,
409
409
  ),
410
410
  ),
411
411
  border-radius: (
@@ -411,6 +411,7 @@ $bootstrap-switch: extend(
411
411
  /// @prop {Map} label-disabled-color [color: ('gray', 300)] - The color of the switch label when the switch is disabled
412
412
  /// @prop {Map} error-color [color: ('gray', 500)] - The border and thumb color in invalid state.
413
413
  /// @prop {Map} error-color-hover [color: ('gray', 300)] - The border and thumb color in invalid state on hover.
414
+ /// @prop {Color} track-error-color [transparent] - The color of the track in invalid state when the switch is off.
414
415
  /// @prop {List} border-radius-track [(rem(8px), rem(0), rem(8px))] - The border radius used for switch track.
415
416
  /// @prop {Map} focus-outline-color [color: ('gray', 300)] - The focus outlined color.
416
417
  /// @prop {Map} focus-outline-color-focused [color: ('primary', 200)] - The focus outlined color for focused state.
@@ -472,6 +473,7 @@ $indigo-switch: extend(
472
473
  300,
473
474
  ),
474
475
  ),
476
+ track-error-color: transparent,
475
477
  thumb-disabled-color: (
476
478
  color: (
477
479
  'gray',