igniteui-theming 6.3.0-beta.4 → 6.3.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": "6.3.
|
|
3
|
+
"version": "6.3.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": {
|
|
@@ -50,8 +50,6 @@ $dark-bootstrap-checkbox: extend(
|
|
|
50
50
|
/// @prop {Map} label-color [color: ('gray', 900, .8)]- The text color used for the label text.
|
|
51
51
|
/// @prop {Map} label-color-hover [color: ('gray', 900)]- The text color used for the label text on hover.
|
|
52
52
|
/// @prop {Map} focus-outline-color [color: ('gray', 900, .2)] - The focus outlined color.
|
|
53
|
-
/// @prop {Map} fill-color [color: ('primary', 400)] - The checked border and fill colors.
|
|
54
|
-
/// @prop {Map} fill-color-hover [color: ('primary', 300)] - The checked border and fill colors on hover.
|
|
55
53
|
/// @prop {Map} empty-color [color: ('gray', 900, .6)] - The unchecked border color.
|
|
56
54
|
/// @prop {Map} empty-color-hover [color: ('gray', 900, .8)] - The unchecked border color on hover.
|
|
57
55
|
/// @prop {Map} error-color [color: ('error', 400)] - The border and fill colors in invalid state.
|
|
@@ -82,18 +80,6 @@ $dark-indigo-checkbox: extend(
|
|
|
82
80
|
0.2,
|
|
83
81
|
),
|
|
84
82
|
),
|
|
85
|
-
fill-color: (
|
|
86
|
-
color: (
|
|
87
|
-
'primary',
|
|
88
|
-
400,
|
|
89
|
-
),
|
|
90
|
-
),
|
|
91
|
-
fill-color-hover: (
|
|
92
|
-
color: (
|
|
93
|
-
'primary',
|
|
94
|
-
300,
|
|
95
|
-
),
|
|
96
|
-
),
|
|
97
83
|
empty-color: (
|
|
98
84
|
contrast-color: (
|
|
99
85
|
'gray',
|
|
@@ -109,9 +109,6 @@ $dark-bootstrap-radio: extend($bootstrap-radio, $base-dark-radio);
|
|
|
109
109
|
/// @prop {Map} label-color-hover [contrast-color: ('primary', 500)] - The text color used for the label text on hover.
|
|
110
110
|
/// @prop {Map} hover-color [contrast-color: ('primary', 500, 0.8)] - The text color used for the label text.
|
|
111
111
|
/// @prop {Map} focus-outline-color [contrast-color: ('primary', 500, 0.2)] - The focus outlined color.
|
|
112
|
-
/// @prop {Map} fill-color [color: ('primary', 400)] - The checked border and dot colors.
|
|
113
|
-
/// @prop {Map} fill-hover-border-color [color: ('primary', 300)] - The text color used for the label text.
|
|
114
|
-
/// @prop {Map} fill-color-hover [color: ('primary', 300)] - The checked border and dot colors on hover.
|
|
115
112
|
/// @prop {Map} empty-color [contrast-color: ('primary', 500, 0.6)] - The unchecked border color.
|
|
116
113
|
/// @prop {Map} disabled-color [contrast-color: ('primary', 500, 0.2)] - The disabled border and dot colors.
|
|
117
114
|
/// @prop {Map} disabled-label-color [contrast-color: ('primary', 500, 0.2)] - The disabled label color.
|
|
@@ -150,24 +147,6 @@ $dark-indigo-radio: extend(
|
|
|
150
147
|
0.2,
|
|
151
148
|
),
|
|
152
149
|
),
|
|
153
|
-
fill-color: (
|
|
154
|
-
color: (
|
|
155
|
-
'primary',
|
|
156
|
-
400,
|
|
157
|
-
),
|
|
158
|
-
),
|
|
159
|
-
fill-hover-border-color: (
|
|
160
|
-
color: (
|
|
161
|
-
'primary',
|
|
162
|
-
300,
|
|
163
|
-
),
|
|
164
|
-
),
|
|
165
|
-
fill-color-hover: (
|
|
166
|
-
color: (
|
|
167
|
-
'primary',
|
|
168
|
-
300,
|
|
169
|
-
),
|
|
170
|
-
),
|
|
171
150
|
error-color: (
|
|
172
151
|
color: (
|
|
173
152
|
'error',
|
|
@@ -144,11 +144,9 @@ $dark-bootstrap-switch: extend(
|
|
|
144
144
|
/// @prop {Map} thumb-on-color [contrast-color: ('gray', 50)] - The color of the thumb when the switch is on.
|
|
145
145
|
/// @prop {Map} thumb-disabled-color [contrast-color: ('gray', 50, .2)] - The color of the thumb when the switch is disabled.
|
|
146
146
|
/// @prop {Map} thumb-on-disabled-color [contrast-color: ('gray', 50, .2)] - The color of the thumb when the switch is on and disabled.
|
|
147
|
-
/// @prop {Map} track-on-hover-color [color: ('primary', 300)] - The color of the track when the switch is on and hovered.
|
|
148
147
|
/// @prop {Map} border-color [contrast-color: ('gray', 50, .6)] - The border color of the switch.
|
|
149
148
|
/// @prop {Map} border-hover-color [contrast-color: ('gray', 50, .8)] - The border color of the switch on hover.
|
|
150
149
|
/// @prop {Map} border-disabled-color [contrast-color: ('gray', 50, .2)] - The border color of the disabled switch.
|
|
151
|
-
/// @prop {Map} border-on-hover-color [color: ('primary', 300)] - The border color of the on-switch.
|
|
152
150
|
/// @prop {Map} error-color [contrast-color: ('gray', 50, .6)] - The border and thumb color in invalid state.
|
|
153
151
|
/// @prop {Map} focus-outline-color [contrast-color: ('gray', 50, .2)] - The focus outlined color.
|
|
154
152
|
/// @requires $indigo-switch
|
|
@@ -209,12 +207,6 @@ $dark-indigo-switch: extend(
|
|
|
209
207
|
0.2,
|
|
210
208
|
),
|
|
211
209
|
),
|
|
212
|
-
track-on-hover-color: (
|
|
213
|
-
color: (
|
|
214
|
-
'primary',
|
|
215
|
-
300,
|
|
216
|
-
),
|
|
217
|
-
),
|
|
218
210
|
border-color: (
|
|
219
211
|
contrast-color: (
|
|
220
212
|
'gray',
|
|
@@ -236,12 +228,6 @@ $dark-indigo-switch: extend(
|
|
|
236
228
|
0.2,
|
|
237
229
|
),
|
|
238
230
|
),
|
|
239
|
-
border-on-hover-color: (
|
|
240
|
-
color: (
|
|
241
|
-
'primary',
|
|
242
|
-
300,
|
|
243
|
-
),
|
|
244
|
-
),
|
|
245
231
|
error-color: (
|
|
246
232
|
contrast-color: (
|
|
247
233
|
'gray',
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
/// Generates a base light navbar schema.
|
|
12
12
|
/// @type {Map}
|
|
13
13
|
/// @prop {Map} background [color: ('primary', 500)] - The navbar background color.
|
|
14
|
-
/// @prop {
|
|
14
|
+
/// @prop {Color} border-color [transparent] - The navbar border color.
|
|
15
15
|
/// @prop {Map} text-color [contrast-color: ('primary', 500)] - The navbar text color.
|
|
16
16
|
/// @prop {Map} idle-icon-color [contrast-color: ('primary', 500)] - The navbar idle icon color.
|
|
17
17
|
/// @prop {Map} hover-icon-color [contrast-color: ('primary', 500)] - The navbar hover icon color.
|
|
@@ -26,12 +26,7 @@ $light-navbar: extend(
|
|
|
26
26
|
500,
|
|
27
27
|
),
|
|
28
28
|
),
|
|
29
|
-
border-color:
|
|
30
|
-
color: (
|
|
31
|
-
'primary',
|
|
32
|
-
500,
|
|
33
|
-
),
|
|
34
|
-
),
|
|
29
|
+
border-color: transparent,
|
|
35
30
|
text-color: (
|
|
36
31
|
contrast-color: (
|
|
37
32
|
'primary',
|
|
@@ -61,7 +56,6 @@ $material-navbar: $light-navbar;
|
|
|
61
56
|
/// Generates a fluent navbar schema.
|
|
62
57
|
/// @type {Map}
|
|
63
58
|
/// @prop {Map} background [color: 'surface'] - The navbar background color.
|
|
64
|
-
/// @prop {Map} border-color [color: 'surface'] - The navbar border color.
|
|
65
59
|
/// @prop {Map} text-color [color: ('gray', 900)] - The navbar text color.
|
|
66
60
|
/// @prop {Map} idle-icon-color [color: ('primary', 500)] - The navbar idle icon color.
|
|
67
61
|
/// @prop {Map} hover-icon-color [color: ('primary', 500)] - The navbar hover icon color.
|
|
@@ -72,9 +66,6 @@ $fluent-navbar: extend(
|
|
|
72
66
|
background: (
|
|
73
67
|
color: 'surface',
|
|
74
68
|
),
|
|
75
|
-
border-color: (
|
|
76
|
-
color: 'surface',
|
|
77
|
-
),
|
|
78
69
|
text-color: (
|
|
79
70
|
color: (
|
|
80
71
|
'gray',
|