igniteui-theming 10.1.0-beta.1 → 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.1",
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": {
@@ -127,6 +127,9 @@ $dark-material-calendar: extend(
127
127
  /// @prop {Map} header-foreground [contrast-color: ('primary', 200)] - The header foreground color.
128
128
  /// @prop {Map} header-background [color: ('primary', 200)] - The background color of the month and year pickers.
129
129
  /// @prop {Мap} actions-divider-color [color: ('gray', 100)] - The border color used for the date-picker actions divider.
130
+ /// @prop {Map} date-selected-special-border-color [color: ('primary', 50)] - The border color of the selected special date.
131
+ /// @prop {Map} date-selected-special-hover-border-color [color: ('primary', 50)] - The :hover border color of the selected special date.
132
+ /// @prop {Map} date-selected-special-focus-border-color [color: ('primary', 50)] - The :focus border color of the selected special date.
130
133
  /// @requires $fluent-calendar
131
134
  $dark-fluent-calendar: extend(
132
135
  $fluent-calendar,
@@ -275,6 +278,24 @@ $dark-fluent-calendar: extend(
275
278
  100,
276
279
  ),
277
280
  ),
281
+ date-selected-special-border-color: (
282
+ color: (
283
+ 'primary',
284
+ 50,
285
+ ),
286
+ ),
287
+ date-selected-special-hover-border-color: (
288
+ color: (
289
+ 'primary',
290
+ 50,
291
+ ),
292
+ ),
293
+ date-selected-special-focus-border-color: (
294
+ color: (
295
+ 'primary',
296
+ 50,
297
+ ),
298
+ ),
278
299
  )
279
300
  );
280
301
 
@@ -486,7 +507,7 @@ $dark-bootstrap-calendar: extend(
486
507
  /// @prop {Map} week-number-background [contrast-color: ('gray', 50, .05)] - The background color of the week number column.
487
508
  /// @prop {Map} date-selected-range-background [color: ('primary', 400, .2)] - The background color of the selected range.
488
509
  /// @prop {Map} ym-current-background [color: ('primary', 700, .5)] - The background color of the current month/year.
489
- /// @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.
490
511
  /// @prop {Map} ym-current-outline-hover-color [color: ('primary', 200)] - The :hover outline color of the current month/year.
491
512
  /// @prop {Map} ym-current-outline-focus-color [color: ('primary', 200)] - The :focus outline color of the current month/year.
492
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.