igniteui-theming 3.0.3 → 3.0.4

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.0.3",
3
+ "version": "3.0.4",
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": {
@@ -18,7 +18,7 @@
18
18
  /// @prop {Map} fill-color [color: ('secondary', 500)] - The checked border and fill colors.
19
19
  /// @prop {Map} fill-color-hover [color: ('secondary', 500)] - The checked border and fill colors on hover.
20
20
  /// @prop {Map} disabled-color [color: ('gray', 400)] - The disabled border and fill colors.
21
- /// @prop {Map} disabled-indeterminate-color [color: ('secondary', 200)] - The disabled border and fill colors in indeterminate state.
21
+ /// @prop {Map} disabled-indeterminate-color [color: ('secondary', 100)] - The disabled border and fill colors in indeterminate state.
22
22
  /// @prop {Map} disabled-color-label [color: ('gray', 500)] - The disabled color of the label.
23
23
  /// @prop {Map} error-color [color: ('error', 500)] - The border and fill colors in invalid state.
24
24
  /// @prop {Map} error-color-hover [color: ('error', 500)] - The border and fill colors in invalid state on hover.
@@ -176,6 +176,7 @@ $fluent-checkbox: extend(
176
176
  /// Generates a bootstrap checkbox schema.
177
177
  /// @type {Map}
178
178
  /// @prop {Map} fill-color [color: ('primary', 500)] - The checked border and fill colors.
179
+ /// @prop {Map} fill-color-hover [color: ('primary', 500)] - The checked border and fill colors on hover.
179
180
  /// @prop {Map} empty-color [color: ('gray', 500)] - The unchecked border color.
180
181
  /// @prop {Map} disabled-color [color: ('primary', 200)] - The disabled border and fill colors.
181
182
  /// @prop {Map} disabled-color-label [color: ('gray', 400)] - The disabled color of the label.
@@ -199,6 +200,12 @@ $bootstrap-checkbox: extend(
199
200
  500,
200
201
  ),
201
202
  ),
203
+ fill-color-hover: (
204
+ color: (
205
+ 'primary',
206
+ 500,
207
+ ),
208
+ ),
202
209
  empty-color: (
203
210
  color: (
204
211
  'gray',
@@ -241,8 +248,10 @@ $bootstrap-checkbox: extend(
241
248
  /// @prop {Color} tick-color [color: 'surface'] - The checked mark color.
242
249
  /// @prop {Color} tick-color-hover [color: 'surface'] - The checked mark color on hover.
243
250
  /// @prop {Map} fill-color [color: ('primary', 500)] - The checked border and fill colors.
251
+ /// @prop {Map} fill-color-hover [color: ('primary', 400)] - The checked border and fill colors on hover.
244
252
  /// @prop {Map} empty-color [color: ('gray', 500)] - The unchecked border color.
245
253
  /// @prop {Map} disabled-color [color: ('gray', 300)] - The disabled border and fill colors.
254
+ /// @prop {Map} disabled-indeterminate-color [color: ('primary', 500, .3)] - The disabled border and fill colors in checked/indeterminate state.
246
255
  /// @prop {Map} disabled-color-label [color: ('gray', 300)] - The disabled label color.
247
256
  /// @prop {Map} focus-outline-color [color: ('gray', 300)] - The focus outlined color.
248
257
  /// @prop {Map} focus-outline-color-focused [color: ('primary', 200)] - The focus outlined color for focused state.
@@ -277,6 +286,12 @@ $indigo-checkbox: extend(
277
286
  500,
278
287
  ),
279
288
  ),
289
+ fill-color-hover: (
290
+ color: (
291
+ 'primary',
292
+ 400,
293
+ ),
294
+ ),
280
295
  empty-color: (
281
296
  color: (
282
297
  'gray',
@@ -295,6 +310,13 @@ $indigo-checkbox: extend(
295
310
  300,
296
311
  ),
297
312
  ),
313
+ disabled-indeterminate-color: (
314
+ color: (
315
+ 'primary',
316
+ 500,
317
+ 0.3,
318
+ ),
319
+ ),
298
320
  error-color-hover: (
299
321
  color: (
300
322
  'error',
@@ -76,13 +76,18 @@
76
76
  /// @prop {Map} drop-area-on-drop-background [color: ('gray', 200)] - The drop area background on drop color.
77
77
  /// @prop {Map} tree-filtered-text-color [color: ('gray', 500)] - grouping row background color on focus.
78
78
  /// @prop {Color} filtering-header-background [color: ('gray', 50)] - The background color of the filtered column header.
79
- /// @prop {Map} filtering-header-text-color [color: ('gray', 800)] - The text color color of the filtered column header.
79
+ /// @prop {Map} filtering-header-text-color [color: ('gray', 800)] - The text color of the filtered column header.
80
80
  /// @prop {Map} filtering-background-and [color: ('primary', 300)] - The background color of advanced filtering "AND" condition.
81
81
  /// @prop {Map} filtering-background-and--focus [color: ('primary', 700)] - The background color on focus/selected of advanced filtering "AND" condition.
82
82
  /// @prop {Map} filtering-background-or [color: ('secondary', 300)] - The background color of advanced filtering "OR" condition.
83
83
  /// @prop {Map} filtering-background-or--focus [color: ('secondary', 700)] - The background color on focus/selected of advanced filtering "OR" condition.
84
84
  /// @prop {Color} filtering-row-background [color: 'gray', 50)] - The background color of the filtering row.
85
- /// @prop {Map} filtering-row-text-color [color: ('gray', 800)] - The text-color color of the filtering row.
85
+ /// @prop {Map} filtering-row-text-color [color: ('gray', 800)] - The text color of the filtering row.
86
+ /// @prop {Map} excel-filtering-header-foreground [color: ('gray', 700)] - The text color of the header in the excel style filtering.
87
+ /// @prop {Map} excel-filtering-subheader-foreground [color: ('gray', 700)] - The text color of the sorting and moving headers in the excel style filtering.
88
+ /// @prop {Map} excel-filtering-actions-foreground [color: ('gray', 700)] - The text color of the excel style filtering options.
89
+ /// @prop {Map} excel-filtering-actions-hover-foreground [color: ('gray', 700)] - The text color of the excel style filtering options in hover/focus state.
90
+ /// @prop {Map} excel-filtering-actions-disabled-foreground [color: ('gray', 400)] - The text color of the excel style filtering options in disabled state.
86
91
  /// @prop {Map} body-summaries-background [color: ('gray', 100)] - The background color of the summary groups located the body.
87
92
  /// @prop {Map} body-summaries-text-color [contrast-color: ('gray', 100)] - The text color of the summary groups located the body.
88
93
  /// @prop {Map} root-summaries-background [color: ('gray', 300)] - The background color of the summary groups located the footer.
@@ -245,6 +250,41 @@ $light-grid: extend(
245
250
  ),
246
251
  ),
247
252
 
253
+ excel-filtering-header-foreground: (
254
+ color: (
255
+ 'gray',
256
+ 700,
257
+ ),
258
+ ),
259
+
260
+ excel-filtering-subheader-foreground: (
261
+ color: (
262
+ 'gray',
263
+ 700,
264
+ ),
265
+ ),
266
+
267
+ excel-filtering-actions-foreground: (
268
+ color: (
269
+ 'gray',
270
+ 700,
271
+ ),
272
+ ),
273
+
274
+ excel-filtering-actions-hover-foreground: (
275
+ color: (
276
+ 'gray',
277
+ 700,
278
+ ),
279
+ ),
280
+
281
+ excel-filtering-actions-disabled-foreground: (
282
+ color: (
283
+ 'gray',
284
+ 400,
285
+ ),
286
+ ),
287
+
248
288
  grid-border-color: transparent,
249
289
 
250
290
  content-background: (
@@ -678,7 +718,7 @@ $light-grid: extend(
678
718
  /// @prop {Map} group-row-background [color: ('gray', 50)] - The grid group row background color.
679
719
  /// @prop {Map} group-row-selected-background [color: ('gray', 100)] - The drop area background on drop color.
680
720
  /// @prop {Map} filtering-header-background [color: ('gray', 50)] - The background color of the filtered column header.
681
- /// @prop {Map} filtering-header-text-color [color: ('gray', 900)] - The text color color of the filtered column header.
721
+ /// @prop {Map} filtering-header-text-color [color: ('gray', 900)] - The text color of the filtered column header.
682
722
  /// @prop {Map} filtering-row-background [color: ('gray', 200)] - The background color of the filtering row.
683
723
  /// @prop {Map} root-summaries-background [color: 'surface'] - The background color of the summary groups located the footer.
684
724
  /// @prop {Map} row-ghost-background [color: 'surface'] - The background color of the dragged row.
@@ -1034,7 +1074,7 @@ $bootstrap-grid: extend(
1034
1074
  /// @prop {Map} header-selected-background [color: ('primary', 100)] - The table header background color when selected (ex. column selection).
1035
1075
  /// @prop {Map} header-selected-text-color [color: 'primary'] - The table header text color when selected (ex. column selection).
1036
1076
  /// @prop {Map} header-border-color [color: ('primary', 500, .24)] - The color used for header borders.
1037
- /// @prop {Map} filtering-header-text-color [color: ('primary', 900)] - The text color color of the filtered column header.
1077
+ /// @prop {Map} filtering-header-text-color [color: ('primary', 900)] - The text color of the filtered column header.
1038
1078
  /// @prop {Map} filtering-background-or [color: ('warn', 500, .72)] - The background color of advanced filtering "OR" condition.
1039
1079
  /// @prop {Map} filtering-background-or--focus [color: 'warn'] - The background color on focus/selected of advanced filtering "OR" condition.
1040
1080
  /// @prop {Map} edited-row-indicator [color: 'primary'] - The indicator's color of edited row.