igniteui-theming 6.0.0-beta.8 → 6.0.0

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",
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": {
@@ -20,7 +20,6 @@
20
20
  /// @prop {Map} date-selected-range-hover-foreground [contrast-color: ('secondary', 900)] - The :hover foreground color of the selected range.
21
21
  /// @prop {Map} picker-hover-foreground [color: 'secondary' 200] - The :hover foreground color of the month and year pickers.
22
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.
24
23
  /// @type {Map}
25
24
  /// @requires $material-calendar
26
25
  $dark-material-calendar: extend(
@@ -105,12 +104,6 @@ $dark-material-calendar: extend(
105
104
  200,
106
105
  ),
107
106
  ),
108
- actions-divider-color: (
109
- color: (
110
- 'gray',
111
- 100,
112
- ),
113
- ),
114
107
  )
115
108
  );
116
109
 
@@ -154,7 +147,6 @@ $dark-material-calendar: extend(
154
147
  /// @prop {Map} date-special-range-border-color [color: ('primary', 50)] - The outline color around a special date in a range selection.
155
148
  /// @prop {Map} header-foreground [contrast-color: ('primary', 200)] - The header foreground color.
156
149
  /// @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.
158
150
  /// @requires $fluent-calendar
159
151
  $dark-fluent-calendar: extend(
160
152
  $fluent-calendar,
@@ -387,12 +379,6 @@ $dark-fluent-calendar: extend(
387
379
  300,
388
380
  ),
389
381
  ),
390
- actions-divider-color: (
391
- color: (
392
- 'gray',
393
- 100,
394
- ),
395
- ),
396
382
  )
397
383
  );
398
384
 
@@ -524,7 +510,6 @@ $dark-bootstrap-calendar: extend(
524
510
  /// @prop {Map} date-special-focus-background [color: ('primary', 600)] - The background color of a special date.
525
511
  /// @prop {Map} navigation-hover-color [color: ('primary', 300)] - The :hover color of the icon button responsible for month navigation.
526
512
  /// @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.
528
513
  /// @requires $indigo-calendar
529
514
  $dark-indigo-calendar: extend(
530
515
  $indigo-calendar,
@@ -645,11 +630,5 @@ $dark-indigo-calendar: extend(
645
630
  300,
646
631
  ),
647
632
  ),
648
- actions-divider-color: (
649
- color: (
650
- 'gray',
651
- 100,
652
- ),
653
- ),
654
633
  )
655
634
  );
@@ -455,7 +455,7 @@ $light-calendar: (
455
455
  /// @prop {Map} date-selected-current-hover-border-color [color: ('gray', 900)] - The :hover border color of the selected current date.
456
456
  /// @prop {Map} date-selected-current-focus-border-color [color: ('gray', 900)] - The :focus border color of the selected current date.
457
457
  /// @prop {List} week-number-border-radius [(rem(4px), rem(0), rem(8px))] - The border radius used for the week numbers column.
458
- /// @prop {Map} actions-divider-color [color: ('gray', 200)] - The border color used for the date-picker actions divider.
458
+ /// @prop {List} actions-divider-color [color: ('gray', 200)] - The border color used for the date-picker actions divider.
459
459
  /// @requires $light-calendar
460
460
  $material-calendar: extend(
461
461
  $light-calendar,
@@ -918,7 +918,7 @@ $material-calendar: extend(
918
918
  /// @prop {List} week-number-border-radius [(rem(0), rem(0), rem(8px))] - The border radius used for the week numbers column.
919
919
  /// @prop {List} size [(rem(28px), rem(32px), rem(40px))] - The size of the days, months, and years views.
920
920
  /// @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)
921
- /// @prop {Map} actions-divider-color [color: ('gray', 200)] - The border color used for the date-picker actions divider.
921
+ /// @prop {List} actions-divider-color [color: ('gray', 200)] - The border color used for the date-picker actions divider.
922
922
  /// @requires {Map} $light-calendar
923
923
  $fluent-calendar: extend(
924
924
  $light-calendar,
@@ -1540,7 +1540,7 @@ $fluent-calendar: extend(
1540
1540
  /// @prop {Map} date-selected-current-border-color [color: ('gray', 900)] - The border color of the selected current date.
1541
1541
  /// @prop {Map} date-selected-current-hover-border-color [color: ('gray', 900)] - The :hover border color of the selected current date.
1542
1542
  /// @prop {Map} date-selected-current-focus-border-color [color: ('gray', 900)] - The :focus border color of the selected current date.
1543
- /// @prop {Map} actions-divider-color [color: ('gray', 300)] - The border color used for the date-picker actions divider.
1543
+ /// @prop {List} actions-divider-color [color: ('gray', 300)] - The border color used for the date-picker actions divider.
1544
1544
  /// @requires {Map} $light-calendar
1545
1545
  $bootstrap-calendar: extend(
1546
1546
  $light-calendar,
@@ -2167,7 +2167,7 @@ $bootstrap-calendar: extend(
2167
2167
  /// @prop {Map} selected-current-hover-outline-color [contrast-color: ('gray', 900, .6)] - The :hover outline color of the selected current year/month in year/month views.
2168
2168
  /// @prop {Map} selected-current-focus-outline-color [contrast-color: ('gray', 900, .6)] - The :focus outline color of the selected current year/month in year/month views.
2169
2169
  /// @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)
2170
- /// @prop {Map} actions-divider-color [color: ('gray', 400)] - The border color used for the date-picker actions divider.
2170
+ /// @prop {List} actions-divider-color [color: ('gray', 400)] - The border color used for the date-picker actions divider.
2171
2171
  /// @requires {Map} $light-calendar
2172
2172
  $indigo-calendar: extend(
2173
2173
  $light-calendar,