igniteui-theming 4.1.0 → 4.3.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.
Files changed (112) hide show
  1. package/package.json +1 -1
  2. package/sass/color/_functions.scss +8 -4
  3. package/sass/themes/schemas/components/dark/_action-strip.scss +3 -3
  4. package/sass/themes/schemas/components/dark/_avatar.scss +3 -3
  5. package/sass/themes/schemas/components/dark/_badge.scss +3 -3
  6. package/sass/themes/schemas/components/dark/_banner.scss +3 -3
  7. package/sass/themes/schemas/components/dark/_bottom-nav.scss +8 -17
  8. package/sass/themes/schemas/components/dark/_button-group.scss +3 -3
  9. package/sass/themes/schemas/components/dark/_button.scss +4 -7
  10. package/sass/themes/schemas/components/dark/_calendar.scss +4 -4
  11. package/sass/themes/schemas/components/dark/_card.scss +4 -4
  12. package/sass/themes/schemas/components/dark/_carousel.scss +3 -3
  13. package/sass/themes/schemas/components/dark/_checkbox.scss +3 -3
  14. package/sass/themes/schemas/components/dark/_chip.scss +6 -6
  15. package/sass/themes/schemas/components/dark/_column-actions.scss +6 -6
  16. package/sass/themes/schemas/components/dark/_combo.scss +3 -3
  17. package/sass/themes/schemas/components/dark/_date-range-picker.scss +3 -3
  18. package/sass/themes/schemas/components/dark/_dialog.scss +3 -3
  19. package/sass/themes/schemas/components/dark/_divider.scss +3 -3
  20. package/sass/themes/schemas/components/dark/_dock-manager.scss +6 -0
  21. package/sass/themes/schemas/components/dark/_drop-down.scss +3 -3
  22. package/sass/themes/schemas/components/dark/_expansion-panel.scss +3 -3
  23. package/sass/themes/schemas/components/dark/_grid-filtering.scss +3 -3
  24. package/sass/themes/schemas/components/dark/_grid-summary.scss +3 -3
  25. package/sass/themes/schemas/components/dark/_grid-toolbar.scss +5 -5
  26. package/sass/themes/schemas/components/dark/_grid.scss +4 -20
  27. package/sass/themes/schemas/components/dark/_highlight.scss +6 -0
  28. package/sass/themes/schemas/components/dark/_icon-button.scss +1 -1
  29. package/sass/themes/schemas/components/dark/_icon.scss +6 -6
  30. package/sass/themes/schemas/components/dark/_index.scss +53 -53
  31. package/sass/themes/schemas/components/dark/_input-group.scss +9 -15
  32. package/sass/themes/schemas/components/dark/_label.scss +3 -3
  33. package/sass/themes/schemas/components/dark/_list.scss +8 -9
  34. package/sass/themes/schemas/components/dark/_navbar.scss +3 -3
  35. package/sass/themes/schemas/components/dark/_navdrawer.scss +6 -3
  36. package/sass/themes/schemas/components/dark/_overlay.scss +3 -3
  37. package/sass/themes/schemas/components/dark/_pagination.scss +6 -6
  38. package/sass/themes/schemas/components/dark/_pivot-data-selector.scss +6 -5
  39. package/sass/themes/schemas/components/dark/_progress.scss +14 -10
  40. package/sass/themes/schemas/components/dark/_query-builder.scss +7 -7
  41. package/sass/themes/schemas/components/dark/_radio.scss +26 -36
  42. package/sass/themes/schemas/components/dark/_rating.scss +3 -3
  43. package/sass/themes/schemas/components/dark/_ripple.scss +3 -3
  44. package/sass/themes/schemas/components/dark/_scrollbar.scss +4 -5
  45. package/sass/themes/schemas/components/dark/_select.scss +3 -3
  46. package/sass/themes/schemas/components/dark/_slider.scss +3 -3
  47. package/sass/themes/schemas/components/dark/_snackbar.scss +3 -3
  48. package/sass/themes/schemas/components/dark/_splitter.scss +2 -2
  49. package/sass/themes/schemas/components/dark/_stepper.scss +4 -4
  50. package/sass/themes/schemas/components/dark/_switch.scss +5 -14
  51. package/sass/themes/schemas/components/dark/_tabs.scss +5 -5
  52. package/sass/themes/schemas/components/dark/_time-picker.scss +3 -3
  53. package/sass/themes/schemas/components/dark/_toast.scss +6 -4
  54. package/sass/themes/schemas/components/dark/_tooltip.scss +3 -4
  55. package/sass/themes/schemas/components/dark/_tree.scss +6 -33
  56. package/sass/themes/schemas/components/dark/_watermark.scss +16 -26
  57. package/sass/themes/schemas/components/elevation/_button.scss +2 -2
  58. package/sass/themes/schemas/components/light/_action-strip.scss +9 -0
  59. package/sass/themes/schemas/components/light/_avatar.scss +5 -3
  60. package/sass/themes/schemas/components/light/_badge.scss +5 -0
  61. package/sass/themes/schemas/components/light/_banner.scss +5 -0
  62. package/sass/themes/schemas/components/light/_bottom-nav.scss +5 -0
  63. package/sass/themes/schemas/components/light/_button-group.scss +52 -49
  64. package/sass/themes/schemas/components/light/_button.scss +164 -104
  65. package/sass/themes/schemas/components/light/_calendar.scss +66 -56
  66. package/sass/themes/schemas/components/light/_card.scss +18 -33
  67. package/sass/themes/schemas/components/light/_carousel.scss +7 -0
  68. package/sass/themes/schemas/components/light/_checkbox.scss +37 -53
  69. package/sass/themes/schemas/components/light/_chip.scss +63 -77
  70. package/sass/themes/schemas/components/light/_column-actions.scss +5 -0
  71. package/sass/themes/schemas/components/light/_combo.scss +31 -36
  72. package/sass/themes/schemas/components/light/_date-range-picker.scss +5 -0
  73. package/sass/themes/schemas/components/light/_dialog.scss +5 -0
  74. package/sass/themes/schemas/components/light/_divider.scss +5 -0
  75. package/sass/themes/schemas/components/light/_dock-manager.scss +68 -97
  76. package/sass/themes/schemas/components/light/_drop-down.scss +68 -89
  77. package/sass/themes/schemas/components/light/_expansion-panel.scss +5 -0
  78. package/sass/themes/schemas/components/light/_grid-filtering.scss +6 -9
  79. package/sass/themes/schemas/components/light/_grid-summary.scss +5 -0
  80. package/sass/themes/schemas/components/light/_grid-toolbar.scss +5 -0
  81. package/sass/themes/schemas/components/light/_grid.scss +98 -171
  82. package/sass/themes/schemas/components/light/_highlight.scss +5 -0
  83. package/sass/themes/schemas/components/light/_icon-button.scss +1 -1
  84. package/sass/themes/schemas/components/light/_icon.scss +5 -0
  85. package/sass/themes/schemas/components/light/_index.scss +53 -53
  86. package/sass/themes/schemas/components/light/_input-group.scss +35 -116
  87. package/sass/themes/schemas/components/light/_label.scss +9 -11
  88. package/sass/themes/schemas/components/light/_list.scss +6 -1
  89. package/sass/themes/schemas/components/light/_navbar.scss +24 -1
  90. package/sass/themes/schemas/components/light/_navdrawer.scss +18 -2
  91. package/sass/themes/schemas/components/light/_overlay.scss +6 -1
  92. package/sass/themes/schemas/components/light/_pagination.scss +7 -2
  93. package/sass/themes/schemas/components/light/_pivot-data-selector.scss +6 -1
  94. package/sass/themes/schemas/components/light/_progress.scss +14 -42
  95. package/sass/themes/schemas/components/light/_query-builder.scss +10 -11
  96. package/sass/themes/schemas/components/light/_radio.scss +57 -67
  97. package/sass/themes/schemas/components/light/_rating.scss +22 -42
  98. package/sass/themes/schemas/components/light/_ripple.scss +6 -1
  99. package/sass/themes/schemas/components/light/_scrollbar.scss +6 -12
  100. package/sass/themes/schemas/components/light/_select.scss +20 -18
  101. package/sass/themes/schemas/components/light/_slider.scss +65 -68
  102. package/sass/themes/schemas/components/light/_snackbar.scss +6 -6
  103. package/sass/themes/schemas/components/light/_splitter.scss +6 -2
  104. package/sass/themes/schemas/components/light/_stepper.scss +74 -141
  105. package/sass/themes/schemas/components/light/_switch.scss +101 -141
  106. package/sass/themes/schemas/components/light/_tabs.scss +19 -36
  107. package/sass/themes/schemas/components/light/_time-picker.scss +11 -4
  108. package/sass/themes/schemas/components/light/_toast.scss +6 -1
  109. package/sass/themes/schemas/components/light/_tooltip.scss +6 -1
  110. package/sass/themes/schemas/components/light/_tree.scss +49 -73
  111. package/sass/themes/schemas/components/light/_watermark.scss +6 -1
  112. package/sass/utils/_map.scss +40 -0
@@ -12,9 +12,6 @@
12
12
  /// @type {Map}
13
13
  /// @prop {Color} grid-border-color [transparent] - The grid border color.
14
14
  /// @prop {Map} header-background [color: ('gray', 100)] - The table header background color.
15
- /// @prop {Map} header-text-color [color: ('gray', 800)] - The table header text color.
16
- /// @prop {Map} header-selected-background [color: ('secondary', 100)] - The table header background color when selected (ex. column selection).
17
- /// @prop {Map} header-selected-text-color [contrast-color: ('secondary', 100)] - The table header text color when selected (ex. column selection).
18
15
  /// @prop {Map} sorted-header-icon-color [color: ('secondary', 500)] - The sorted table header icon color.
19
16
  /// @prop {Map} sortable-header-icon-hover-color [color: ('secondary', 500)] - The icon color on hover in grid header when the column is sortable.
20
17
  /// @prop {Number} header-border-width [1px] - The border width used for header borders.
@@ -29,10 +26,8 @@
29
26
  /// @prop {Color} row-even-background [color: ('gray', 50)] - The background color of even rows.
30
27
  /// @prop {Color} row-odd-text-color [inherit] - The text color of odd rows.
31
28
  /// @prop {Color} row-even-text-color [inherit] - The text color of even rows.
32
- /// @prop {Map} row-selected-background [color: ('secondary', 50)] - The selected row background color.
29
+ /// @prop {Color} tree-selected-filtered-row-text-color [color: ('primary', 400)] - The selected filtered row text color of the tree.
33
30
  /// @prop {Map} row-selected-text-color [contrast-color: ('secondary', 50)] - The selected row text color.
34
- /// @prop {Map} row-selected-hover-background [color: ('secondary', 100)] - The selected row hover background.
35
- /// @prop {Map} row-selected-hover-text-color [contrast-color: ('secondary', 100)] - The selected row hover text color.
36
31
  /// @prop {Map} row-hover-background [color: ('gray', 200)] - The hover row background color.
37
32
  /// @prop {Map} row-hover-text-color [contrast-color: ('gray', 200)] - The hover row text color.
38
33
  /// @prop {Map} row-border-color [color: ('gray', 300, .38)] - The row bottom border color.
@@ -40,7 +35,7 @@
40
35
  /// @prop {Number} pinned-border-width [2px] - The border width of the pinned border.
41
36
  /// @prop {String} pinned-border-style [solid] - The CSS border style of the pinned border.
42
37
  /// @prop {Map} pinned-border-color [color: ('gray', 400)] - The color of the pinned border.
43
- /// @prop {Map} cell-active-border-color [color: ('secondary', 500)] - The active(focused) cell border color.
38
+ /// @prop {Map} cell-active-border-color [color: ('primary', 500)] - The active(focused) cell border color.
44
39
  /// @prop {Map} cell-selected-background [color: ('gray', 200)] - The selected cell background color.
45
40
  /// @prop {Map} cell-selected-text-color [contrast-color: ('gray', 200)] - The selected cell text color.
46
41
  /// @prop {Color} cell-editing-background [color: ('gray', 50)] - The editing background color of a cell.
@@ -51,8 +46,6 @@
51
46
  /// @prop {String} cell-new-color [inherit] - The text color of a new, unedited cell. Used when adding new row in a grid.
52
47
  /// @prop {Map} cell-edited-value-color [color: ('gray', 600)] - The color of cell edited value.
53
48
  /// @prop {Map} cell-disabled-color [color: ('gray', 500)] - The text color of a disabled cell.
54
- /// @prop {Map} cell-selected-within-background [color: ('secondary', 200)] - The background of the selected cell inside a selected row/column.
55
- /// @prop {Map} cell-selected-within-text-color [contrast-color: ('secondary', 200)] - The color of the selected cell inside a selected row/column.
56
49
  /// @prop {Map} resize-line-color [color: ('secondary', 500)] - The table header resize line color.
57
50
  /// @prop {Map} drop-indicator-color [color: ('secondary', 500)] - The color of the drop indicator.
58
51
  /// @prop {Map} grouparea-background [color: ('gray', 100)] - The grid group area background color.
@@ -93,7 +86,6 @@
93
86
  /// @prop {Map} root-summaries-background [color: ('gray', 300)] - The background color of the summary groups located the footer.
94
87
  /// @prop {Map} root-summaries-text-color [contrast-color: ('gray', 300)] - The text color of the summary groups located the footer.
95
88
  /// @prop {Map} row-drag-color [color: ('gray', 200))] - The color of the drag handle.
96
- /// @prop {Map} row-ghost-background [color: ('primary', 50))] - The background color of the dragged row.
97
89
  /// @prop {Number} grid-elevation [2] - The elevation level, between 0-24, to be used for the grid.
98
90
  /// @prop {Number} drag-elevation [5] - The elevation level, between 0-24, to be used for movable elements (ex. column header).
99
91
  /// @prop {List} drop-area-border-radius [(rem(16px), rem(0), rem(16px))] - The border radius used for drop-area.
@@ -153,28 +145,6 @@ $light-grid: extend(
153
145
  ),
154
146
  ),
155
147
 
156
- header-text-color: (
157
- color: (
158
- 'gray',
159
- 800,
160
- 0.7,
161
- ),
162
- ),
163
-
164
- header-selected-background: (
165
- color: (
166
- 'secondary',
167
- 100,
168
- ),
169
- ),
170
-
171
- header-selected-text-color: (
172
- contrast-color: (
173
- 'secondary',
174
- 100,
175
- ),
176
- ),
177
-
178
148
  sortable-header-icon-hover-color: (
179
149
  color: (
180
150
  'secondary',
@@ -319,17 +289,10 @@ $light-grid: extend(
319
289
 
320
290
  row-even-text-color: inherit,
321
291
 
322
- row-selected-background: (
323
- color: (
324
- 'secondary',
325
- 50,
326
- ),
327
- ),
328
-
329
292
  tree-selected-filtered-row-text-color: (
330
293
  color: (
331
- 'secondary',
332
- 300,
294
+ 'primary',
295
+ 400,
333
296
  ),
334
297
  ),
335
298
 
@@ -340,34 +303,6 @@ $light-grid: extend(
340
303
  ),
341
304
  ),
342
305
 
343
- cell-selected-within-background: (
344
- color: (
345
- 'secondary',
346
- 200,
347
- ),
348
- ),
349
-
350
- cell-selected-within-text-color: (
351
- contrast-color: (
352
- 'secondary',
353
- 200,
354
- ),
355
- ),
356
-
357
- row-selected-hover-background: (
358
- color: (
359
- 'secondary',
360
- 100,
361
- ),
362
- ),
363
-
364
- row-selected-hover-text-color: (
365
- contrast-color: (
366
- 'secondary',
367
- 100,
368
- ),
369
- ),
370
-
371
306
  row-hover-background: (
372
307
  color: (
373
308
  'gray',
@@ -403,7 +338,7 @@ $light-grid: extend(
403
338
 
404
339
  cell-active-border-color: (
405
340
  color: (
406
- 'secondary',
341
+ 'primary',
407
342
  500,
408
343
  ),
409
344
  ),
@@ -702,6 +637,97 @@ $light-grid: extend(
702
637
  )
703
638
  );
704
639
 
640
+ /// Generates a material grid schema.
641
+ /// @type {Map}
642
+ /// @prop {Map} header-text-color [color: ('gray', 800)] - The table header text color.
643
+ /// @prop {Map} header-selected-background [color: ('secondary', 100)] - The table header background color when selected (ex. column selection).
644
+ /// @prop {Map} header-selected-text-color [contrast-color: ('secondary', 100)] - The table header text color when selected (ex. column selection).
645
+ /// @prop {Map} row-selected-background [color: ('secondary', 50)] - The selected row background color.
646
+ /// @prop {Color} tree-selected-filtered-row-text-color [color: ('secondary', 300)] - The selected filtered row text color of the tree.
647
+ /// @prop {Map} cell-selected-within-background [color: ('secondary', 200)] - The background of the selected cell inside a selected row/column.
648
+ /// @prop {Map} cell-selected-within-text-color [contrast-color: ('secondary', 200)] - The color of the selected cell inside a selected row/column.
649
+ /// @prop {Map} row-selected-hover-background [color: ('secondary', 100)] - The selected row hover background.
650
+ /// @prop {Map} row-selected-hover-text-color [contrast-color: ('secondary', 100)] - The selected row hover text color.
651
+ /// @prop {Map} cell-active-border-color [color: ('secondary', 500)] - The active(focused) cell border color.
652
+ /// @requires {Map} $light-grid
653
+ /// @requires {Map} $default-elevation-grid
654
+ $material-grid: extend(
655
+ $light-grid,
656
+ $default-elevation-grid,
657
+ (
658
+ header-text-color: (
659
+ color: (
660
+ 'gray',
661
+ 800,
662
+ 0.7,
663
+ ),
664
+ ),
665
+
666
+ header-selected-background: (
667
+ color: (
668
+ 'secondary',
669
+ 100,
670
+ ),
671
+ ),
672
+
673
+ header-selected-text-color: (
674
+ contrast-color: (
675
+ 'secondary',
676
+ 100,
677
+ ),
678
+ ),
679
+
680
+ row-selected-background: (
681
+ color: (
682
+ 'secondary',
683
+ 50,
684
+ ),
685
+ ),
686
+
687
+ tree-selected-filtered-row-text-color: (
688
+ color: (
689
+ 'secondary',
690
+ 300,
691
+ ),
692
+ ),
693
+
694
+ cell-selected-within-background: (
695
+ color: (
696
+ 'secondary',
697
+ 200,
698
+ ),
699
+ ),
700
+
701
+ cell-selected-within-text-color: (
702
+ contrast-color: (
703
+ 'secondary',
704
+ 200,
705
+ ),
706
+ ),
707
+
708
+ row-selected-hover-background: (
709
+ color: (
710
+ 'secondary',
711
+ 100,
712
+ ),
713
+ ),
714
+
715
+ row-selected-hover-text-color: (
716
+ contrast-color: (
717
+ 'secondary',
718
+ 100,
719
+ ),
720
+ ),
721
+
722
+ cell-active-border-color: (
723
+ color: (
724
+ 'secondary',
725
+ 500,
726
+ ),
727
+ ),
728
+ )
729
+ );
730
+
705
731
  /// Generates a fluent grid schema.
706
732
  /// @type {Map}
707
733
  /// @prop {Map} grid-border-color [color: ('gray', 100)] - The grid border color only.
@@ -718,9 +744,7 @@ $light-grid: extend(
718
744
  /// @prop {Map} grouparea-background [color: 'surface'] - The grid group area background color.
719
745
  /// @prop {Map} group-row-background [color: ('gray', 50)] - The grid group row background color.
720
746
  /// @prop {Map} group-row-selected-background [color: ('gray', 100)] - The drop area background on drop color.
721
- /// @prop {Map} filtering-header-background [color: ('gray', 50)] - The background color of the filtered column header.
722
747
  /// @prop {Map} filtering-header-text-color [color: ('gray', 900)] - The text color of the filtered column header.
723
- /// @prop {Map} filtering-row-background [color: ('gray', 200)] - The background color of the filtering row.
724
748
  /// @prop {Map} root-summaries-background [color: 'surface'] - The background color of the summary groups located the footer.
725
749
  /// @prop {Map} row-ghost-background [color: 'surface'] - The background color of the dragged row.
726
750
  /// @prop {number} grid-elevation [0] - The elevation level, between 0-24, to be used for the grid.
@@ -728,6 +752,7 @@ $light-grid: extend(
728
752
  /// @prop {List} drop-area-border-radius [(rem(2px), rem(0), rem(16px))] - The border radius used for drop-area.
729
753
  /// @prop {Map} filtering-background-or [color: ('error', .5)] - The background color of advanced filtering "OR" condition.
730
754
  /// @prop {Map} filtering-background-or--focus [color: ('error')] - The background color on focus/selected of advanced filtering "OR" condition.
755
+ /// @prop {Color} tree-selected-filtered-row-text-color [color: ('primary', 400)] - The selected filtered row text color of the tree.
731
756
  /// @prop {Map} cell-selected-within-background [color: ('gray', 300)] - The background of the selected cell inside a selected row/column.
732
757
  /// @prop {Map} cell-selected-within-text-color [contrast-color: ('gray', 300)] - The color of the selected cell inside a selected row/column.
733
758
  /// @prop {Map} row-selected-hover-text-color [contrast-color: ('gray', 300)] - The selected row hover text color.
@@ -843,13 +868,6 @@ $fluent-grid: extend(
843
868
  ),
844
869
  ),
845
870
 
846
- filtering-header-background: (
847
- color: (
848
- 'gray',
849
- 50,
850
- ),
851
- ),
852
-
853
871
  filtering-header-text-color: (
854
872
  color: (
855
873
  'gray',
@@ -857,13 +875,6 @@ $fluent-grid: extend(
857
875
  ),
858
876
  ),
859
877
 
860
- filtering-row-background: (
861
- color: (
862
- 'gray',
863
- 50,
864
- ),
865
- ),
866
-
867
878
  row-selected-background: (
868
879
  color: (
869
880
  'gray',
@@ -912,16 +923,15 @@ $fluent-grid: extend(
912
923
 
913
924
  /// Generates a bootstrap grid schema.
914
925
  /// @type {Map}
926
+ /// @prop {Map} grouparea-background [color: 'surface'] - The grid group area background color.
915
927
  /// @prop {Color} header-background [color: 'surface'] - The table header background color.
916
928
  /// @prop {Color} header-text-color [contrast-color: 'surface'] - The table header text color.
917
929
  /// @prop {Map} header-selected-background [color: ('primary', 50)] - The table header background color when selected (ex. column selection).
918
930
  /// @prop {Map} header-selected-text-color [contrast-color: ('primary', 50)] - The table header text color when selected (ex. column selection).
919
- /// @prop {Map} cell-active-border-color [color: ('primary', 500)] - The active(focused) cell border color.
920
931
  /// @prop {Map} row-highlight [color: ('primary', 500)] - The grid row highlight color.
921
932
  /// @prop {Map} sorted-header-icon-color [color: ('primary', 500)] - The sorted table header icon color.
922
933
  /// @prop {Map} row-selected-background [ color: ('primary', 50)] - The selected row background color.
923
934
  /// @prop {Map} row-selected-hover-background [color: ('primary', 100)] - The selected row hover background.
924
- /// @prop {Map} pinned-border-color [color: ('gray', 400)] - The color of the pinned border.
925
935
  /// @prop {Map} resize-line-color [color: ('primary', 500)] - The table header resize line color.
926
936
  /// @prop {List} drop-area-border-radius [(rem(4px), rem(0), rem(16px))] - The border radius used for drop-area.
927
937
  /// @prop {Map} cell-selected-within-background [color: ('primary', 100)] - The background of the selected cell inside a selected row/column.
@@ -957,13 +967,6 @@ $bootstrap-grid: extend(
957
967
  ),
958
968
  ),
959
969
 
960
- cell-active-border-color: (
961
- color: (
962
- 'primary',
963
- 500,
964
- ),
965
- ),
966
-
967
970
  row-highlight: (
968
971
  color: (
969
972
  'primary',
@@ -971,13 +974,6 @@ $bootstrap-grid: extend(
971
974
  ),
972
975
  ),
973
976
 
974
- row-ghost-background: (
975
- color: (
976
- 'primary',
977
- 50,
978
- ),
979
- ),
980
-
981
977
  sorted-header-icon-color: (
982
978
  color: (
983
979
  'primary',
@@ -999,13 +995,6 @@ $bootstrap-grid: extend(
999
995
  ),
1000
996
  ),
1001
997
 
1002
- tree-selected-filtered-row-text-color: (
1003
- color: (
1004
- 'primary',
1005
- 400,
1006
- ),
1007
- ),
1008
-
1009
998
  cell-selected-within-background: (
1010
999
  color: (
1011
1000
  'primary',
@@ -1034,13 +1023,6 @@ $bootstrap-grid: extend(
1034
1023
  ),
1035
1024
  ),
1036
1025
 
1037
- pinned-border-color: (
1038
- color: (
1039
- 'gray',
1040
- 400,
1041
- ),
1042
- ),
1043
-
1044
1026
  resize-line-color: (
1045
1027
  color: (
1046
1028
  'primary',
@@ -1074,7 +1056,6 @@ $bootstrap-grid: extend(
1074
1056
 
1075
1057
  /// Generates an indigo grid schema.
1076
1058
  /// @type {Map}
1077
- /// @prop {Color} header-background [color: ('gray', 100)] - The table header background color.
1078
1059
  /// @prop {Color} header-text-color [color: 'primary'] - The table header text color.
1079
1060
  /// @prop {Map} header-selected-background [color: ('primary', 100)] - The table header background color when selected (ex. column selection).
1080
1061
  /// @prop {Map} header-selected-text-color [color: 'primary'] - The table header text color when selected (ex. column selection).
@@ -1084,13 +1065,11 @@ $bootstrap-grid: extend(
1084
1065
  /// @prop {Map} filtering-background-or--focus [color: 'warn'] - The background color on focus/selected of advanced filtering "OR" condition.
1085
1066
  /// @prop {Map} edited-row-indicator [color: 'primary'] - The indicator's color of edited row.
1086
1067
  /// @prop {Map} cell-selected-background [color: ('primary', 100)] - The selected cell background color.
1087
- /// @prop {Map} cell-active-border-color [color: ('primary', 500)] - The active(focused) cell border color.
1088
1068
  /// @prop {Color} ghost-header-background [color: 'primary'] - The dragged header background color.
1089
1069
  /// @prop {Map} ghost-header-text-color [contrast-color: 'primary'] - The dragged header text color.
1090
1070
  /// @prop {Map} ghost-header-icon-color [contrast-color: 'primary'] - The dragged header icon color.
1091
1071
  /// @prop {Map} row-border-color [color: ('primary', 50)] - The row bottom border color.
1092
1072
  /// @prop {Map} row-highlight [color: 'primary'] - The grid row highlight color.
1093
- /// @prop {Map} row-ghost-background [color: ('primary', 50)] - The background color of the dragged row.
1094
1073
  /// @prop {Map} row-hover-background [color: ('primary', 50)] - The hover row background color.
1095
1074
  /// @prop {Map} sorted-header-icon-color [color: 'primary'] - The sorted table header icon color.
1096
1075
  /// @prop {Map} sortable-header-icon-hover-color [color: 'primary'] - The icon color on hover in grid header when the column is sortable.
@@ -1100,13 +1079,10 @@ $bootstrap-grid: extend(
1100
1079
  /// @prop {Map} resize-line-color [color: 'primary'] - The table header resize line color.
1101
1080
  /// @prop {Map} drop-indicator-color [color: 'primary'] - The color of the drop indicator.
1102
1081
  /// @prop {Map} edit-mode-color [color: 'primary'] - The text color in edit mode.
1103
- /// @prop {Map} grouparea-background [color: ('gray', 100)] - The grid group area background color.
1104
1082
  /// @prop {Map} grouparea-color [color: 'primary'] - The grid group area color.
1105
- /// @prop {Map} drop-area-background [color: ('gray', 200)] - The drop area background color.
1106
1083
  /// @prop {Map} drop-area-text-color [contrast-color: ('gray', 200)] - The drop area text color.
1107
1084
  /// @prop {Map} drop-area-icon-color [contrast-color: ('gray', 200)] - The drop area icon color.
1108
1085
  /// @prop {Map} root-summaries-background [color: ('gray', 100)] - The background color of the summary groups located the footer.
1109
- /// @prop {Map} body-summaries-background [color: ('gray', 100)] - The background color of the summary groups located the body.
1110
1086
  /// @prop {Map} group-row-background [color: ('gray', 100)] - The grid group row background color.
1111
1087
  /// @prop {Map} group-row-selected-background [color: ('gray', 100)] - The drop area background on drop color.
1112
1088
  /// @prop {Map} group-count-background [color: ('primary', 300)] - The grid group row cont badge background color.
@@ -1119,13 +1095,6 @@ $bootstrap-grid: extend(
1119
1095
  $indigo-grid: extend(
1120
1096
  $light-grid,
1121
1097
  (
1122
- header-background: (
1123
- color: (
1124
- 'gray',
1125
- 100,
1126
- ),
1127
- ),
1128
-
1129
1098
  header-text-color: (
1130
1099
  color: (
1131
1100
  'primary',
@@ -1202,13 +1171,6 @@ $indigo-grid: extend(
1202
1171
  ),
1203
1172
  ),
1204
1173
 
1205
- cell-active-border-color: (
1206
- color: (
1207
- 'primary',
1208
- 500,
1209
- ),
1210
- ),
1211
-
1212
1174
  ghost-header-background: (
1213
1175
  color: (
1214
1176
  'primary',
@@ -1244,13 +1206,6 @@ $indigo-grid: extend(
1244
1206
  ),
1245
1207
  ),
1246
1208
 
1247
- row-ghost-background: (
1248
- color: (
1249
- 'primary',
1250
- 50,
1251
- ),
1252
- ),
1253
-
1254
1209
  row-hover-background: (
1255
1210
  color: (
1256
1211
  'primary',
@@ -1279,13 +1234,6 @@ $indigo-grid: extend(
1279
1234
  ),
1280
1235
  ),
1281
1236
 
1282
- tree-selected-filtered-row-text-color: (
1283
- color: (
1284
- 'primary',
1285
- 400,
1286
- ),
1287
- ),
1288
-
1289
1237
  cell-selected-within-background: (
1290
1238
  color: (
1291
1239
  'primary',
@@ -1342,13 +1290,6 @@ $indigo-grid: extend(
1342
1290
  ),
1343
1291
  ),
1344
1292
 
1345
- grouparea-background: (
1346
- color: (
1347
- 'gray',
1348
- 100,
1349
- ),
1350
- ),
1351
-
1352
1293
  grouparea-color: (
1353
1294
  color: (
1354
1295
  'primary',
@@ -1356,13 +1297,6 @@ $indigo-grid: extend(
1356
1297
  ),
1357
1298
  ),
1358
1299
 
1359
- drop-area-background: (
1360
- color: (
1361
- 'gray',
1362
- 200,
1363
- ),
1364
- ),
1365
-
1366
1300
  drop-area-text-color: (
1367
1301
  contrast-color: (
1368
1302
  'gray',
@@ -1384,13 +1318,6 @@ $indigo-grid: extend(
1384
1318
  ),
1385
1319
  ),
1386
1320
 
1387
- body-summaries-background: (
1388
- color: (
1389
- 'gray',
1390
- 100,
1391
- ),
1392
- ),
1393
-
1394
1321
  group-row-background: (
1395
1322
  color: (
1396
1323
  'gray',
@@ -43,6 +43,11 @@ $light-highlight: (
43
43
  ),
44
44
  );
45
45
 
46
+ /// Generates a material highlight schema.
47
+ /// @type {Map}
48
+ /// @requires {Map} $light-highlight
49
+ $material-highlight: $light-highlight;
50
+
46
51
  /// Generates a fluent highlight schema.
47
52
  /// @type {Map}
48
53
  /// @requires {Map} $light-highlight
@@ -189,7 +189,7 @@ $material-outlined-icon-button: extend(
189
189
  /// @requires {Map} $material-flat-icon-button
190
190
  /// @requires {Map} $material-contained-icon-button
191
191
  /// @requires {Map} $material-outlined-icon-button
192
- $light-icon-button: (
192
+ $material-icon-button: (
193
193
  flat: $material-flat-icon-button,
194
194
  contained: $material-contained-icon-button,
195
195
  outlined: $material-outlined-icon-button,
@@ -26,6 +26,11 @@ $light-icon: (
26
26
  default-size: 3,
27
27
  );
28
28
 
29
+ /// Generates a material icon schema.
30
+ /// @type {Map}
31
+ /// @requires {Map} $light-icon
32
+ $material-icon: $light-icon;
33
+
29
34
  /// Generates a fluent icon schema.
30
35
  /// @type {Map}
31
36
  /// @requires {Map} $light-icon
@@ -62,60 +62,60 @@
62
62
  /// Use in combination with light palettes.
63
63
  /// @type Map.
64
64
  $light-material-schema: (
65
- action-strip: $light-action-strip,
66
- avatar: $light-avatar,
67
- badge: $light-badge,
68
- banner: $light-banner,
69
- bottom-nav: $light-bottom-nav,
70
- button: $light-button,
71
- button-group: $light-button-group,
72
- calendar: $light-calendar,
73
- card: $light-card,
74
- carousel: $light-carousel,
75
- checkbox: $light-checkbox,
76
- chip: $light-chip,
77
- column-actions: $light-column-actions,
78
- combo: $light-combo,
79
- date-range: $light-date-range-picker,
80
- dialog: $light-dialog,
81
- divider: $light-divider,
82
- dockmanager: $light-dock-manager,
83
- drop-down: $light-drop-down,
84
- expansion-panel: $light-expansion-panel,
85
- grid: $light-grid,
86
- grid-filtering: $light-grid-filtering,
87
- grid-summary: $light-grid-summary,
88
- grid-toolbar: $light-grid-toolbar,
89
- highlight: $light-highlight,
90
- icon: $light-icon,
91
- icon-button: $light-icon-button,
92
- input-group: $light-input-group,
65
+ action-strip: $material-action-strip,
66
+ avatar: $material-avatar,
67
+ badge: $material-badge,
68
+ banner: $material-banner,
69
+ bottom-nav: $material-bottom-nav,
70
+ button: $material-button,
71
+ button-group: $material-button-group,
72
+ calendar: $material-calendar,
73
+ card: $material-card,
74
+ carousel: $material-carousel,
75
+ checkbox: $material-checkbox,
76
+ chip: $material-chip,
77
+ column-actions: $material-column-actions,
78
+ combo: $material-combo,
79
+ date-range: $material-date-range-picker,
80
+ dialog: $material-dialog,
81
+ divider: $material-divider,
82
+ dockmanager: $material-dock-manager,
83
+ drop-down: $material-drop-down,
84
+ expansion-panel: $material-expansion-panel,
85
+ grid: $material-grid,
86
+ grid-filtering: $material-grid-filtering,
87
+ grid-summary: $material-grid-summary,
88
+ grid-toolbar: $material-grid-toolbar,
89
+ highlight: $material-highlight,
90
+ icon: $material-icon,
91
+ icon-button: $material-icon-button,
92
+ input-group: $material-input-group,
93
93
  label: $material-label,
94
- list: $light-list,
95
- navbar: $light-navbar,
96
- nav-drawer: $light-navdrawer,
97
- overlay: $light-overlay,
98
- paginator: $light-pagination,
99
- pivot-data-selector: $light-pivot-data-selector,
100
- linear-bar: $light-progress-linear,
101
- circular-bar: $light-progress-circular,
102
- query-builder: $light-query-builder,
103
- radio: $light-radio,
104
- rating: $light-rating,
105
- ripple: $light-ripple,
106
- scrollbar: $light-scrollbar,
107
- select: $light-select,
108
- slider: $light-slider,
109
- snackbar: $light-snackbar,
110
- splitter: $light-splitter,
111
- stepper: $light-stepper,
112
- switch: $light-switch,
113
- tabs: $light-tabs,
114
- time-picker: $light-time-picker,
115
- toast: $light-toast,
116
- tooltip: $light-tooltip,
117
- tree: $light-tree,
118
- watermark: $light-watermark,
94
+ list: $material-list,
95
+ navbar: $material-navbar,
96
+ nav-drawer: $material-navdrawer,
97
+ overlay: $material-overlay,
98
+ paginator: $material-pagination,
99
+ pivot-data-selector: $material-pivot-data-selector,
100
+ linear-bar: $material-progress-linear,
101
+ circular-bar: $material-progress-circular,
102
+ query-builder: $material-query-builder,
103
+ radio: $material-radio,
104
+ rating: $material-rating,
105
+ ripple: $material-ripple,
106
+ scrollbar: $material-scrollbar,
107
+ select: $material-select,
108
+ slider: $material-slider,
109
+ snackbar: $material-snackbar,
110
+ splitter: $material-splitter,
111
+ stepper: $material-stepper,
112
+ switch: $material-switch,
113
+ tabs: $material-tabs,
114
+ time-picker: $material-time-picker,
115
+ toast: $material-toast,
116
+ tooltip: $material-tooltip,
117
+ tree: $material-tree,
118
+ watermark: $material-watermark,
119
119
  _meta: (
120
120
  theme: 'material',
121
121
  variant: 'light',