igniteui-theming 10.1.0-beta.2 → 10.1.0-beta.3

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": "10.1.0-beta.2",
3
+ "version": "10.1.0-beta.3",
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": {
@@ -507,7 +507,7 @@ $dark-bootstrap-calendar: extend(
507
507
  /// @prop {Map} week-number-background [contrast-color: ('gray', 50, .05)] - The background color of the week number column.
508
508
  /// @prop {Map} date-selected-range-background [color: ('primary', 400, .2)] - The background color of the selected range.
509
509
  /// @prop {Map} ym-current-background [color: ('primary', 700, .5)] - The background color of the current month/year.
510
- /// @prop {Map} ym-current-hover-background [color: (color: ('primary', 700)] - The :hover background color of the current month/year.
510
+ /// @prop {Map} ym-current-hover-background [color: ('primary', 700)] - The :hover background color of the current month/year.
511
511
  /// @prop {Map} ym-current-outline-hover-color [color: ('primary', 200)] - The :hover outline color of the current month/year.
512
512
  /// @prop {Map} ym-current-outline-focus-color [color: ('primary', 200)] - The :focus outline color of the current month/year.
513
513
  /// @prop {Map} ym-current-outline-color [color: ('primary', 300)] - The outline color of the current month/year.
@@ -34,7 +34,6 @@
34
34
  /// @prop {Map} date-selected-current-range-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the current date in the selected range.
35
35
  /// @prop {Map} date-selected-current-range-focus-foreground [color: ('gray', 900)] - The :focus foreground color of the current date in the selected range.
36
36
  /// @prop {Color} date-special-background [transparent] - The background color of a special date.
37
- /// @prop {Map} date-special-range-border-color [color: ('secondary', 900)] - The outline color around a special date in range selection.
38
37
  /// @prop {Color} date-selected-current-outline [transparent] - The outline color of the current selected date.
39
38
  /// @prop {Color} date-selected-current-hover-outline [transparent] - The :hover outline color of the current selected date.
40
39
  /// @prop {Color} date-selected-current-focus-outline [transparent] - The :focus outline color of the current selected date.
@@ -198,12 +197,6 @@ $light-calendar: (
198
197
  ),
199
198
  date-special-background: transparent,
200
199
  date-special-range-background: transparent,
201
- date-special-range-border-color: (
202
- color: (
203
- 'secondary',
204
- 900,
205
- ),
206
- ),
207
200
  date-special-current-border-color: (
208
201
  color: (
209
202
  'secondary',
@@ -666,6 +659,12 @@ $material-calendar: extend(
666
659
  100,
667
660
  ),
668
661
  ),
662
+ date-special-range-border-color: (
663
+ color: (
664
+ 'secondary',
665
+ 900,
666
+ ),
667
+ ),
669
668
  date-special-border-color: (
670
669
  color: (
671
670
  'secondary',
@@ -1980,14 +1979,12 @@ $bootstrap-calendar: extend(
1980
1979
  /// @prop {Map} border-color [color: ('gray', 400)] - The calendar border color.
1981
1980
  /// @prop {Map} date-special-border-color [color: ('primary', 500)] - The outline color around a special date.
1982
1981
  /// @prop {Map} date-special-hover-border-color [color: ('primary', 600)] - The :hover outline color around a special date.
1983
- /// @prop {Map} ym-selected-current-hover-foreground [contrast-color: ('primary', 900)] - The :hover foreground color of the current/selected month/year.
1984
- /// @prop {Map} ym-selected-current-hover-background [color: ('primary', 400)] - The :hover background color of the current/selected month/year.
1985
1982
  /// @prop {Map} ym-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the month/year.
1986
1983
  /// @prop {Map} ym-hover-background [color: ('gray', 900, .05)] - The :hover background color of the month/year.
1987
1984
  /// @prop {Map} ym-current-foreground [color: ('gray', 900)] - The foreground color of the current month/year.
1988
1985
  /// @prop {Map} ym-current-background [color: ('primary', 50, .5)] - The background color of the current month/year.
1989
1986
  /// @prop {Map} ym-current-hover-foreground [color: ('gray', 900)] - The :hover foreground color of the current month/year.
1990
- /// @prop {Map} ym-current-hover-background [color: (color: ('primary', 50)] - The :hover background color of the current month/year.
1987
+ /// @prop {Map} ym-current-hover-background [color: ('primary', 50)] - The :hover background color of the current month/year.
1991
1988
  /// @prop {Map} ym-selected-foreground [contrast-color: ('primary', 500)] - The foreground color of the selected month/year.
1992
1989
  /// @prop {Map} ym-selected-background [color: ('primary', 500)] - The background color of the selected month in month/year.
1993
1990
  /// @prop {Map} ym-selected-hover-foreground [contrast-color: ('primary', 900)] - The :hover foreground color of the selected month/year.