igniteui-theming 4.0.1 → 5.0.0-beta.1
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": "
|
|
3
|
+
"version": "5.0.0-beta.1",
|
|
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": {
|
|
@@ -7,16 +7,12 @@
|
|
|
7
7
|
/// @access public
|
|
8
8
|
////
|
|
9
9
|
|
|
10
|
-
/// Generates a dark calendar schema.
|
|
11
|
-
/// @type {Map}
|
|
12
|
-
|
|
13
10
|
/// Generates a dark calendar schema.
|
|
14
11
|
/// @type {Map}
|
|
15
12
|
/// @prop {Map} date-disabled-text-color [color: ('gray', 500)] - The text color for disabled dates.
|
|
16
13
|
/// @prop {Map} date-selected-hover-foreground [contrast-color: ('secondary', 500)] - The hover text color for the selected date.
|
|
17
14
|
/// @prop {Map} date-selected-focus-foreground [contrast-color: ('secondary', 500)] - The focus text color for the selected date.
|
|
18
15
|
/// @requires $light-calendar
|
|
19
|
-
/// @requires $dark-base-calendar
|
|
20
16
|
$dark-calendar: extend(
|
|
21
17
|
$light-calendar,
|
|
22
18
|
(
|
|
@@ -62,7 +58,6 @@ $dark-fluent-calendar: extend($fluent-calendar);
|
|
|
62
58
|
/// @prop {Map} date-selected-hover-text-color [contrast-color: ('surface')] - The hover text color for the selected date.
|
|
63
59
|
/// @prop {Map} date-selected-focus-text-color [contrast-color: ('surface')] - The focus text color for the selected date.
|
|
64
60
|
/// @requires $bootstrap-calendar
|
|
65
|
-
/// @requires $dark-base-calendar
|
|
66
61
|
$dark-bootstrap-calendar: extend(
|
|
67
62
|
$bootstrap-calendar,
|
|
68
63
|
(
|
|
@@ -157,7 +152,6 @@ $dark-bootstrap-calendar: extend(
|
|
|
157
152
|
/// @prop {Map} date-current-hover-bg-color [color: ('gray', 100)] - The hover background color for the current date.
|
|
158
153
|
/// @prop {Map} date-current-focus-bg-color [color: ('gray', 100)] - The focus background color for the current date.
|
|
159
154
|
/// @requires $indigo-calendar
|
|
160
|
-
/// @requires $dark-base-calendar
|
|
161
155
|
$dark-indigo-calendar: extend(
|
|
162
156
|
$indigo-calendar,
|
|
163
157
|
(
|