igniteui-theming 10.0.0-beta.3 → 10.0.0-beta.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": "10.0.0-beta.3",
3
+ "version": "10.0.0-beta.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": {
@@ -151,8 +151,8 @@ $dark-bootstrap-stepper: extend(
151
151
  /// Generates a dark indigo stepper schema.
152
152
  /// @type {Map}
153
153
  /// @prop {Map} content-foreground [contrast-color: ('gray', 50, .8)] - The foreground of the step content.
154
- /// @prop {Map} indicator-color [color: ('gray', 50)] - The text color of the incomplete step indicator.
155
- /// @prop {Map} indicator-background [contrast-color: ('gray', 50, .8)] - The background color of the incomplete step indicator.
154
+ /// @prop {Map} indicator-color [contrast-color: ('gray', 50, .8)] - The text color of the incomplete step indicator.
155
+ /// @prop {Map} indicator-background [contrast-color: ('gray', 50, .15)] - The background color of the incomplete step indicator.
156
156
  /// @prop {Map} title-color [contrast-color: ('gray', 50)] - The text color of the step title.
157
157
  /// @prop {Map} title-hover-color [contrast-color: ('gray', 50)] - The text color of the step title on hover.
158
158
  /// @prop {Map} title-focus-color [contrast-color: ('gray', 50)] - The text color of the step title on focus.
@@ -167,14 +167,34 @@ $dark-bootstrap-stepper: extend(
167
167
  /// @prop {Map} complete-step-focus-background [contrast-color: ('gray', 50, .1)] - The background of the complete step header on focus.
168
168
  /// @prop {Map} invalid-step-hover-background [contrast-color: ('gray', 50, .1)] - The background of the invalid step header on hover.
169
169
  /// @prop {Map} invalid-step-focus-background [contrast-color: ('gray', 50, .1)] - The background of the invalid step header on focus.
170
- /// @prop {Map} complete-indicator-background [contrast-color: ('gray', 50, .15)] - The background color of the completed step indicator.
171
- /// @prop {Map} complete-indicator-color [contrast-color: ('gray', 50, .8)] - The color of the completed step indicator.
170
+ /// @prop {Map} complete-indicator-background [contrast-color: ('gray', 50, .8)] - The background color of the completed step indicator.
171
+ /// @prop {Map} complete-indicator-color [contrast: ('gray', 50)] - The color of the completed step indicator.
172
172
  /// @prop {Map} disabled-indicator-color [contrast-color: ('gray', 50, .2)] - The color of the disabled step indicator, title, and subtitle.
173
173
  /// @prop {Map} disabled-indicator-background [contrast-color: ('gray', 50, .1)] - The background color of the disabled step indicator.
174
174
  /// @prop {Map} disabled-title-color [contrast-color: ('gray', 50, .2)] - The title color of the disabled step.
175
175
  /// @prop {Map} disabled-subtitle-color [contrast-color: ('gray', 50, .2)] - The subtitle color of the disabled step.
176
176
  /// @prop {Map} step-separator-color [contrast-color: ('gray', 50, .3)] - The separator border-color of between the steps.
177
177
  /// @prop {Map} complete-step-separator-color [contrast-color: ('gray', 50, .3)] - The separator border-color between the completed steps.
178
+ /// @prop {Map} invalid-title-color [contrast-color: ('gray', 50)] - The color of the invalid step title.
179
+ /// @prop {Map} invalid-title-hover-color [contrast-color: ('gray', 50)] - The color of the invalid step title on hover.
180
+ /// @prop {Map} invalid-title-focus-color [contrast-color: ('gray', 50)] - The color of the invalid step title on focus.
181
+ /// @prop {Map} invalid-subtitle-color [contrast-color: ('gray', 50, .8)] - The text of the invalid step subtitle.
182
+ /// @prop {Map} invalid-subtitle-hover-color [contrast-color: ('gray', 50, .8)] - The color of the invalid step subtitle on hover.
183
+ /// @prop {Map} invalid-subtitle-focus-color [contrast-color: ('gray', 50, .8)] - The color of the invalid step subtitle on focus.
184
+ /// @prop {Map} current-indicator-color [contrast-color: ('gray', 50)] - The color of the current step indicator.
185
+ /// @prop {Map} complete-title-color [contrast-color: ('gray', 50)] - The color of the complete step title.
186
+ /// @prop {Map} complete-title-hover-color [contrast-color: ('gray', 50)] - The color of the complete step title on hover.
187
+ /// @prop {Map} complete-title-focus-color [contrast-color: ('gray', 50)] - The color of the complete step title on focus.
188
+ /// @prop {Map} complete-subtitle-color [contrast-color: ('gray', 50, .8)] - The color of the complete step subtitle.
189
+ /// @prop {Map} complete-subtitle-hover-color [contrast-color: ('gray', 50, .8)] - The color of the complete step subtitle on hover.
190
+ /// @prop {Map} complete-subtitle-focus-color [contrast-color: ('gray', 50, .8)] - The color of the complete step subtitle on focus.
191
+ /// @prop {Map} current-title-color [contrast-color: ('gray', 50)] - The color of the current step title.
192
+ /// @prop {Map} current-title-hover-color [contrast-color: ('gray', 50)] - The color of the current step title on hover.
193
+ /// @prop {Map} current-title-focus-color [contrast-color: ('gray', 50)] - The color of the current step title on focus.
194
+ /// @prop {Map} current-subtitle-color [contrast-color: ('gray', 50, .8)] - The color of the current step subtitle.
195
+ /// @prop {Map} current-subtitle-hover-color [contrast-color: ('gray', 50, .8)] - The color of the current step subtitle on hover.
196
+ /// @prop {Map} current-subtitle-focus-color [contrast-color: ('gray', 50, .8)] - The color of the current step subtitle on focus.
197
+ /// @prop {Map} invalid-indicator-color [contrast-color: ('gray', 50)] - The color of the invalid step indicator.
178
198
  /// @requires $indigo-stepper
179
199
  /// @requires $base-stepper
180
200
  $dark-indigo-stepper: extend(
@@ -189,16 +209,17 @@ $dark-indigo-stepper: extend(
189
209
  ),
190
210
  ),
191
211
  indicator-color: (
192
- color: (
212
+ contrast-color: (
193
213
  'gray',
194
214
  50,
215
+ 0.8,
195
216
  ),
196
217
  ),
197
218
  indicator-background: (
198
219
  contrast-color: (
199
220
  'gray',
200
221
  50,
201
- 0.8,
222
+ 0.15,
202
223
  ),
203
224
  ),
204
225
  title-color: (
@@ -300,14 +321,13 @@ $dark-indigo-stepper: extend(
300
321
  contrast-color: (
301
322
  'gray',
302
323
  50,
303
- 0.15,
324
+ 0.8,
304
325
  ),
305
326
  ),
306
327
  complete-indicator-color: (
307
- contrast-color: (
328
+ color: (
308
329
  'gray',
309
330
  50,
310
- 0.8,
311
331
  ),
312
332
  ),
313
333
  disabled-indicator-color: (
@@ -352,5 +372,135 @@ $dark-indigo-stepper: extend(
352
372
  0.3,
353
373
  ),
354
374
  ),
375
+ invalid-title-color: (
376
+ contrast-color: (
377
+ 'gray',
378
+ 50,
379
+ ),
380
+ ),
381
+ invalid-title-hover-color: (
382
+ contrast-color: (
383
+ 'gray',
384
+ 50,
385
+ ),
386
+ ),
387
+ invalid-title-focus-color: (
388
+ contrast-color: (
389
+ 'gray',
390
+ 50,
391
+ ),
392
+ ),
393
+ invalid-subtitle-color: (
394
+ contrast-color: (
395
+ 'gray',
396
+ 50,
397
+ 0.8,
398
+ ),
399
+ ),
400
+ invalid-subtitle-hover-color: (
401
+ contrast-color: (
402
+ 'gray',
403
+ 50,
404
+ 0.8,
405
+ ),
406
+ ),
407
+ invalid-subtitle-focus-color: (
408
+ contrast-color: (
409
+ 'gray',
410
+ 50,
411
+ 0.8,
412
+ ),
413
+ ),
414
+ current-indicator-color: (
415
+ contrast-color: (
416
+ 'gray',
417
+ 50,
418
+ ),
419
+ ),
420
+ complete-title-color: (
421
+ contrast-color: (
422
+ 'gray',
423
+ 50,
424
+ ),
425
+ ),
426
+ complete-title-hover-color: (
427
+ contrast-color: (
428
+ 'gray',
429
+ 50,
430
+ ),
431
+ ),
432
+ complete-title-focus-color: (
433
+ contrast-color: (
434
+ 'gray',
435
+ 50,
436
+ ),
437
+ ),
438
+ complete-subtitle-color: (
439
+ contrast-color: (
440
+ 'gray',
441
+ 50,
442
+ 0.8,
443
+ ),
444
+ ),
445
+ complete-subtitle-hover-color: (
446
+ contrast-color: (
447
+ 'gray',
448
+ 50,
449
+ 0.8,
450
+ ),
451
+ ),
452
+ complete-subtitle-focus-color: (
453
+ contrast-color: (
454
+ 'gray',
455
+ 50,
456
+ 0.8,
457
+ ),
458
+ ),
459
+
460
+ current-title-color: (
461
+ contrast-color: (
462
+ 'gray',
463
+ 50,
464
+ ),
465
+ ),
466
+ current-title-hover-color: (
467
+ contrast-color: (
468
+ 'gray',
469
+ 50,
470
+ ),
471
+ ),
472
+ current-title-focus-color: (
473
+ contrast-color: (
474
+ 'gray',
475
+ 50,
476
+ ),
477
+ ),
478
+ current-subtitle-color: (
479
+ contrast-color: (
480
+ 'gray',
481
+ 50,
482
+ 0.8,
483
+ ),
484
+ ),
485
+ current-subtitle-hover-color: (
486
+ contrast-color: (
487
+ 'gray',
488
+ 50,
489
+ 0.8,
490
+ ),
491
+ ),
492
+ current-subtitle-focus-color: (
493
+ contrast-color: (
494
+ 'gray',
495
+ 50,
496
+ 0.8,
497
+ ),
498
+ ),
499
+ invalid-indicator-color: (
500
+ contrast-color: (
501
+ 'gray',
502
+ 50,
503
+ ),
504
+ ),
355
505
  )
356
506
  );
@@ -662,6 +662,12 @@ $bootstrap-stepper: extend(
662
662
  /// @prop {Color} current-indicator-outline [transparent] - The outline color of the current step indicator.
663
663
  /// @prop {Map} content-foreground [color: ('gray', 700)] - The foreground of the step content.
664
664
  /// @prop {Color} invalid-indicator-outline [transparent] - The outline color of the invalid step indicator.
665
+ /// @prop {Map} invalid-title-color [color: ('gray', 900)] - The color of the invalid step title.
666
+ /// @prop {Map} invalid-title-hover-color [color: ('gray', 900)] - The color of the invalid step title on hover.
667
+ /// @prop {Map} invalid-title-focus-color [color: ('gray', 900)] - The color of the invalid step title on focus.
668
+ /// @prop {Map} invalid-subtitle-color [color: ('gray', 700)] - The text of the invalid step subtitle.
669
+ /// @prop {Map} invalid-subtitle-hover-color [color: ('gray', 700)] - The color of the invalid step subtitle on hover.
670
+ /// @prop {Map} invalid-subtitle-focus-color [color: ('gray', 700)] - The color of the invalid step subtitle on focus.
665
671
  /// @requires $light-stepper
666
672
  $indigo-stepper: extend(
667
673
  $light-stepper,
@@ -801,5 +807,41 @@ $indigo-stepper: extend(
801
807
  border-radius-step-header: rem(4px),
802
808
  current-indicator-outline: transparent,
803
809
  invalid-indicator-outline: transparent,
810
+ invalid-title-color: (
811
+ color: (
812
+ 'gray',
813
+ 900,
814
+ ),
815
+ ),
816
+ invalid-title-hover-color: (
817
+ color: (
818
+ 'gray',
819
+ 900,
820
+ ),
821
+ ),
822
+ invalid-title-focus-color: (
823
+ color: (
824
+ 'gray',
825
+ 900,
826
+ ),
827
+ ),
828
+ invalid-subtitle-color: (
829
+ color: (
830
+ 'gray',
831
+ 700,
832
+ ),
833
+ ),
834
+ invalid-subtitle-hover-color: (
835
+ color: (
836
+ 'gray',
837
+ 700,
838
+ ),
839
+ ),
840
+ invalid-subtitle-focus-color: (
841
+ color: (
842
+ 'gray',
843
+ 700,
844
+ ),
845
+ ),
804
846
  )
805
847
  );