igniteui-theming 23.2.1 → 23.2.3
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 +1 -1
- package/sass/themes/schemas/components/dark/_button.scss +2 -2
- package/sass/themes/schemas/components/dark/_grid.scss +8 -17
- package/sass/themes/schemas/components/dark/_overlay.scss +0 -2
- package/sass/themes/schemas/components/dark/_stepper.scss +7 -0
- package/sass/themes/schemas/components/light/_button.scss +2 -2
- package/sass/themes/schemas/components/light/_dialog.scss +1 -10
- package/sass/themes/schemas/components/light/_grid.scss +10 -18
- package/sass/themes/schemas/components/light/_overlay.scss +0 -2
- package/sass/themes/schemas/components/light/_stepper.scss +13 -14
- package/tailwind/utilities/bootstrap.css +1 -1
- package/tailwind/utilities/fluent.css +1 -1
- package/tailwind/utilities/indigo.css +1 -1
- package/tailwind/utilities/material.css +1 -1
package/package.json
CHANGED
|
@@ -759,7 +759,7 @@ $indigo-flat-button-dark: extend(
|
|
|
759
759
|
/// @prop {Map} hover-border-color [contrast-color: ('primary', 500, 0.8)] - The hover border color of an outlined button.
|
|
760
760
|
/// @prop {Map} focus-hover-background [contrast-color: ('primary', 500, 0.1)] - The background color on focus hovered state of an outlined button.
|
|
761
761
|
/// @prop {Map} focus-background [contrast-color: ('primary', 500, 0.1)] - The background color of an outlined button when focused with click and keyboard.
|
|
762
|
-
/// @prop {Map} focus-border-color [contrast-color: ('primary', 500, 0.
|
|
762
|
+
/// @prop {Map} focus-border-color [contrast-color: ('primary', 500, 0.8)] - The focus border color of an outlined button.
|
|
763
763
|
/// @prop {Map} focus-visible-border-color [contrast-color: ('primary', 500, 0.6)] - The focus-visible border color of an outlined button.
|
|
764
764
|
/// @prop {Map} active-background [contrast-color: ('primary', 500, 0.1)] - The active background color of an outlined button.
|
|
765
765
|
/// @prop {Map} active-border-color [contrast-color: ('primary', 500, 0.8)] - The active border color of an outlined button.
|
|
@@ -810,7 +810,7 @@ $indigo-outlined-button-dark: extend(
|
|
|
810
810
|
contrast-color: (
|
|
811
811
|
'primary',
|
|
812
812
|
500,
|
|
813
|
-
0.
|
|
813
|
+
0.8,
|
|
814
814
|
),
|
|
815
815
|
),
|
|
816
816
|
focus-visible-border-color: (
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
/// @prop {Map} cell-selected-within-background [color: ('secondary', 'A400')] - The background of the selected cell inside a selected row/column.
|
|
30
30
|
/// @prop {Map} cell-selected-within-text-color [contrast-color: ('secondary', 'A400')] - The color of the selected cell inside a selected row/column.
|
|
31
31
|
/// @prop {Map} grouparea-background [color: ('gray', 50)] - The grid group area background color.
|
|
32
|
+
/// @prop {Map} grouparea-color [color: ('gray', 500)] - The grid group area color.
|
|
32
33
|
/// @prop {Map} group-row-background [color: ('gray', 50)] - The grid group row background color.
|
|
33
34
|
/// @prop {Map} group-row-selected-background [color: ('gray', 100)] - The drop area background on drop color.
|
|
34
35
|
$base-dark-grid: (
|
|
@@ -172,6 +173,13 @@ $base-dark-grid: (
|
|
|
172
173
|
),
|
|
173
174
|
),
|
|
174
175
|
|
|
176
|
+
grouparea-color: (
|
|
177
|
+
color: (
|
|
178
|
+
'gray',
|
|
179
|
+
500,
|
|
180
|
+
),
|
|
181
|
+
),
|
|
182
|
+
|
|
175
183
|
group-row-background: (
|
|
176
184
|
color: (
|
|
177
185
|
'gray',
|
|
@@ -190,7 +198,6 @@ $base-dark-grid: (
|
|
|
190
198
|
/// Generates a dark material grid schema based on a mix of $material-grid and $base-dark-grid.
|
|
191
199
|
/// @type {Map}
|
|
192
200
|
/// @prop {Map} header-text-color [color: ('gray', 800, .7)] - The table header text color.
|
|
193
|
-
/// @prop {Map} grouparea-color [color: ('gray', 500)] - The grid group area color.
|
|
194
201
|
/// @prop {Map} group-label-column-name-text [color: ('primary', 500)] - The grid group row column name text color.
|
|
195
202
|
/// @prop {Map} group-label-icon [color: ('primary', 500)] - The grid group row icon color.
|
|
196
203
|
/// @prop {Map} group-count-text-color [color: ('gray', 600)] - The grid group row cont badge text color.
|
|
@@ -209,13 +216,6 @@ $dark-material-grid: extend(
|
|
|
209
216
|
),
|
|
210
217
|
),
|
|
211
218
|
|
|
212
|
-
grouparea-color: (
|
|
213
|
-
color: (
|
|
214
|
-
'gray',
|
|
215
|
-
500,
|
|
216
|
-
),
|
|
217
|
-
),
|
|
218
|
-
|
|
219
219
|
group-label-column-name-text: (
|
|
220
220
|
color: (
|
|
221
221
|
'primary',
|
|
@@ -260,7 +260,6 @@ $dark-material-grid: extend(
|
|
|
260
260
|
/// @prop {Map} row-selected-hover-text-color [contrast-color: ('gray', 200)] - The selected row hover text color.
|
|
261
261
|
/// @prop {Map} cell-selected-within-background [color: ('gray', 200)] - The background of the selected cell inside a selected row/column.
|
|
262
262
|
/// @prop {Map} cell-selected-within-text-color [contrast-color: ('gray', 200)] - The color of the selected cell inside a selected row/column.
|
|
263
|
-
/// @prop {Map} grouparea-color [color: ('gray', 500)] - The grid group area color.
|
|
264
263
|
/// @prop {Map} group-row-background [color: ('gray', 100, .5)] - The grid group row background color.
|
|
265
264
|
/// @prop {Map} group-count-text-color [color: ('gray', 600)] - The grid group row cont badge text color.
|
|
266
265
|
/// @requires $fluent-grid
|
|
@@ -326,13 +325,6 @@ $dark-fluent-grid: extend(
|
|
|
326
325
|
),
|
|
327
326
|
),
|
|
328
327
|
|
|
329
|
-
grouparea-color: (
|
|
330
|
-
color: (
|
|
331
|
-
'gray',
|
|
332
|
-
500,
|
|
333
|
-
),
|
|
334
|
-
),
|
|
335
|
-
|
|
336
328
|
group-row-background: (
|
|
337
329
|
color: (
|
|
338
330
|
'gray',
|
|
@@ -366,7 +358,6 @@ $dark-fluent-grid: extend(
|
|
|
366
358
|
/// @prop {Map} content-background [color: ('gray', 50)] - The table body background color.
|
|
367
359
|
/// @prop {Map} drop-area-background [color: ('gray', 100, .5)] - The drop area background color.
|
|
368
360
|
/// @prop {Map} grouparea-background [color: 'surface'] - The grid group area background color.
|
|
369
|
-
/// @prop {Map} grouparea-color [contrast-color: 'surface'] - The grid group area color.
|
|
370
361
|
/// @prop {Map} summaries-patch-background [color: ('gray', 100)] - The leading summaries patch backround. Used in hierarchical grids.
|
|
371
362
|
/// @requires $bootstrap-grid
|
|
372
363
|
/// @requires $base-dark-grid
|
|
@@ -22,12 +22,10 @@ $dark-material-overlay: extend(
|
|
|
22
22
|
|
|
23
23
|
/// Generates a dark fluent overlay schema.
|
|
24
24
|
/// @type {Map}
|
|
25
|
-
/// @property {Color} background-color [rgba(0, 0, 0, .4)] - The background color used for modal overlays.
|
|
26
25
|
/// @requires $fluent-overlay
|
|
27
26
|
$dark-fluent-overlay: extend(
|
|
28
27
|
$fluent-overlay,
|
|
29
28
|
(
|
|
30
|
-
background-color: rgb(0 0 0 / 0.4),
|
|
31
29
|
_meta: (
|
|
32
30
|
theme: 'fluent',
|
|
33
31
|
variant: 'dark',
|
|
@@ -273,6 +273,7 @@ $dark-fluent-stepper: extend(
|
|
|
273
273
|
|
|
274
274
|
/// Generates a dark bootstrap stepper schema.
|
|
275
275
|
/// @type {Map}
|
|
276
|
+
/// @prop {Map} indicator-color [color: ('primary', 300)] - The text color of the incomplete step indicator.
|
|
276
277
|
/// @prop {Map} step-separator-color [color: ('gray', 100)] - The separator border-color of between the steps.
|
|
277
278
|
/// @prop {Map} invalid-title-color [color: ('error', 400)] - The color of the invalid step title.
|
|
278
279
|
/// @prop {Map} invalid-title-hover-color [color: ('error', 400)] - The color of the invalid step title on hover.
|
|
@@ -287,6 +288,12 @@ $dark-bootstrap-stepper: extend(
|
|
|
287
288
|
$bootstrap-stepper,
|
|
288
289
|
$base-stepper,
|
|
289
290
|
(
|
|
291
|
+
indicator-color: (
|
|
292
|
+
color: (
|
|
293
|
+
'primary',
|
|
294
|
+
300,
|
|
295
|
+
),
|
|
296
|
+
),
|
|
290
297
|
step-separator-color: (
|
|
291
298
|
color: (
|
|
292
299
|
'gray',
|
|
@@ -1484,7 +1484,7 @@ $indigo-flat-button: extend(
|
|
|
1484
1484
|
/// @type {Map}
|
|
1485
1485
|
/// @prop {Map} border-color [color: ('gray', 500)] - The border color of an outlined button.
|
|
1486
1486
|
/// @prop {Map} hover-border-color [color: ('gray', 600)] - The hover border color of a outlined button.
|
|
1487
|
-
/// @prop {Map} focus-border-color [color: ('gray',
|
|
1487
|
+
/// @prop {Map} focus-border-color [color: ('gray', 600)] - The focus border color of a outlined button.
|
|
1488
1488
|
/// @prop {Map} focus-visible-border-color [color: ('gray', 500)] - The focus-visible border color of a outlined button.
|
|
1489
1489
|
/// @prop {Map} active-border-color [color: ('gray', 900, 0.15)] - The active border color of a outlined button.
|
|
1490
1490
|
/// @prop {Map} disabled-border-color [color: ('gray', 900, 0.15)] - The disabled focused border color of an outlined button.
|
|
@@ -1509,7 +1509,7 @@ $indigo-outlined-button: extend(
|
|
|
1509
1509
|
focus-border-color: (
|
|
1510
1510
|
color: (
|
|
1511
1511
|
'gray',
|
|
1512
|
-
|
|
1512
|
+
600,
|
|
1513
1513
|
),
|
|
1514
1514
|
),
|
|
1515
1515
|
focus-visible-border-color: (
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
/// @prop {Map} title-color [color: ('gray', 900)] - The dialog title text color.
|
|
15
15
|
/// @prop {Map} message-color [color: ('gray', 600)] - The dialog message text color.
|
|
16
16
|
/// @prop {Color} border-color [transparent] - The border color for dialog component.
|
|
17
|
-
/// @prop {Map} backdrop [color: ('gray',
|
|
17
|
+
/// @prop {Map} backdrop [color: ('gray', 500, .54)] - The dialog backdrop color.
|
|
18
18
|
/// @prop {Number} elevation [24] - The elevation level, between 0-24, to be used for the dialog.
|
|
19
19
|
/// @prop {List} border-radius [(rem(4px), rem(0), rem(36px))] - The border radius used for dialog.
|
|
20
20
|
/// @prop {Number} default-size [2] - The default size used for the dialog component.
|
|
@@ -102,7 +102,6 @@ $material-dialog: extend(
|
|
|
102
102
|
|
|
103
103
|
/// Generates a fluent dialog schema.
|
|
104
104
|
/// @type {Map}
|
|
105
|
-
/// @prop {Map} backdrop [color: ('gray', 900, .4)] - The dialog backdrop color.
|
|
106
105
|
/// @prop {List} border-radius [(rem(2px), rem(0), rem(36px))] - The border radius used for dialog.
|
|
107
106
|
/// @prop {Map} message-color [color: ('gray', 700)] - The dialog message text color.
|
|
108
107
|
/// @prop {Map} typography [
|
|
@@ -113,14 +112,6 @@ $material-dialog: extend(
|
|
|
113
112
|
$fluent-dialog: extend(
|
|
114
113
|
$light-dialog,
|
|
115
114
|
(
|
|
116
|
-
backdrop: (
|
|
117
|
-
color: (
|
|
118
|
-
'gray',
|
|
119
|
-
900,
|
|
120
|
-
0.4,
|
|
121
|
-
),
|
|
122
|
-
),
|
|
123
|
-
|
|
124
115
|
border-radius: (
|
|
125
116
|
border-radius: (
|
|
126
117
|
rem(2px),
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
/// @prop {Map} resize-line-color [color: ('secondary', 500)] - The table header resize line color.
|
|
50
50
|
/// @prop {Map} drop-indicator-color [color: ('secondary', 500)] - The color of the drop indicator.
|
|
51
51
|
/// @prop {Map} grouparea-background [color: ('gray', 100)] - The grid group area background color.
|
|
52
|
-
/// @prop {Map} grouparea-color [color: ('gray',
|
|
52
|
+
/// @prop {Map} grouparea-color [color: ('gray', 600)] - The grid group area color.
|
|
53
53
|
/// @prop {Map} group-row-background [color: ('gray', 100)] - The grid group row background color.
|
|
54
54
|
/// @prop {Map} group-row-selected-background [color: ('gray', 200)] - The drop area background on drop color.
|
|
55
55
|
/// @prop {Map} active-expand-icon-color [color: ('gray', 500)] - The drop area background on drop color.
|
|
@@ -97,7 +97,7 @@ $light-grid: extend(
|
|
|
97
97
|
grouparea-color: (
|
|
98
98
|
color: (
|
|
99
99
|
'gray',
|
|
100
|
-
|
|
100
|
+
600,
|
|
101
101
|
),
|
|
102
102
|
),
|
|
103
103
|
|
|
@@ -611,7 +611,6 @@ $light-grid: extend(
|
|
|
611
611
|
/// @prop {Map} row-selected-hover-background [color: ('secondary', 100)] - The selected row hover background.
|
|
612
612
|
/// @prop {Map} row-selected-hover-text-color [contrast-color: ('secondary', 100)] - The selected row hover text color.
|
|
613
613
|
/// @prop {Map} cell-active-border-color [color: ('secondary', 500)] - The active(focused) cell border color.
|
|
614
|
-
/// @prop {Map} grouparea-color [color: ('gray', 600)] - The grid group area color.
|
|
615
614
|
/// @prop {Map} group-label-column-name-text [color: ('primary', 800)] - The grid group row column name text color.
|
|
616
615
|
/// @prop {Map} group-label-icon [color: ('primary', 800)] - The grid group row icon color.
|
|
617
616
|
/// @prop {Map} group-count-text-color [color: ('gray', 700)] - The grid group row cont badge text color.
|
|
@@ -692,13 +691,6 @@ $material-grid: extend(
|
|
|
692
691
|
),
|
|
693
692
|
),
|
|
694
693
|
|
|
695
|
-
grouparea-color: (
|
|
696
|
-
color: (
|
|
697
|
-
'gray',
|
|
698
|
-
600,
|
|
699
|
-
),
|
|
700
|
-
),
|
|
701
|
-
|
|
702
694
|
group-label-column-name-text: (
|
|
703
695
|
color: (
|
|
704
696
|
'primary',
|
|
@@ -740,7 +732,6 @@ $material-grid: extend(
|
|
|
740
732
|
/// @prop {Map} pinned-border-color [color: ('gray', 200)] - The color of the pinned border.
|
|
741
733
|
/// @prop {Map} cell-active-border-color [color: ('primary', 100)] - The active(focused) cell border color.
|
|
742
734
|
/// @prop {Map} grouparea-background [color: 'surface'] - The grid group area background color.
|
|
743
|
-
/// @prop {Map} grouparea-color [color: ('gray', 600)] - The grid group area color.
|
|
744
735
|
/// @prop {Map} group-row-background [color: ('gray', 50)] - The grid group row background color.
|
|
745
736
|
/// @prop {Map} group-row-selected-background [color: ('gray', 100)] - The drop area background on drop color.
|
|
746
737
|
/// @prop {Map} group-count-text-color [color: ('gray', 700)] - The grid group row cont badge text color.
|
|
@@ -838,13 +829,6 @@ $fluent-grid: extend(
|
|
|
838
829
|
color: 'surface',
|
|
839
830
|
),
|
|
840
831
|
|
|
841
|
-
grouparea-color: (
|
|
842
|
-
color: (
|
|
843
|
-
'gray',
|
|
844
|
-
600,
|
|
845
|
-
),
|
|
846
|
-
),
|
|
847
|
-
|
|
848
832
|
group-row-background: (
|
|
849
833
|
color: (
|
|
850
834
|
'gray',
|
|
@@ -1127,6 +1111,7 @@ $bootstrap-grid: extend(
|
|
|
1127
1111
|
/// @prop {Map} cell-editing-background [color: ('gray' 200)] - The background for the cell in editing mode.
|
|
1128
1112
|
/// @prop {Map} row-selected-hover-text-color [color: ('gray', 900)] - The selected row hover text color.
|
|
1129
1113
|
/// @prop {Map} grouparea-background [color: ('surface', 500)] - The grid group area background color.
|
|
1114
|
+
/// @prop {Map} grouparea-color [color: ('gray', 500)] - The grid group area color.
|
|
1130
1115
|
/// @prop {Map} drop-area-background [color: ('gray', 200)] - The drop area background color.
|
|
1131
1116
|
/// @prop {Map} row-hover-text-color [color: ('gray', 900)] - The hover row text color.
|
|
1132
1117
|
/// @prop {Map} row-selected-text-color [color: ('gray', 900)] - The selected row text color.
|
|
@@ -1433,6 +1418,13 @@ $indigo-grid: extend(
|
|
|
1433
1418
|
),
|
|
1434
1419
|
),
|
|
1435
1420
|
|
|
1421
|
+
grouparea-color: (
|
|
1422
|
+
color: (
|
|
1423
|
+
'gray',
|
|
1424
|
+
500,
|
|
1425
|
+
),
|
|
1426
|
+
),
|
|
1427
|
+
|
|
1436
1428
|
drop-area-background: (
|
|
1437
1429
|
color: (
|
|
1438
1430
|
'gray',
|
|
@@ -35,12 +35,10 @@ $material-overlay: extend(
|
|
|
35
35
|
|
|
36
36
|
/// Generates a fluent overlay schema.
|
|
37
37
|
/// @type {Map}
|
|
38
|
-
/// @prop {Color} background-color [rgba(255, 255, 255, .4)] - The background color used for modal overlays.
|
|
39
38
|
/// @requires {Map} $light-overlay
|
|
40
39
|
$fluent-overlay: extend(
|
|
41
40
|
$light-overlay,
|
|
42
41
|
(
|
|
43
|
-
background-color: rgb(255 255 255 / 0.4),
|
|
44
42
|
_meta: (
|
|
45
43
|
theme: 'fluent',
|
|
46
44
|
variant: 'light',
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
/// @prop {Map} subtitle-color [color: ('gray', 700)] - The text color of the step subtitle.
|
|
17
17
|
/// @prop {Map} subtitle-hover-color [color: ('gray', 700)] - The text color of the step subtitle on hover.
|
|
18
18
|
/// @prop {Map} subtitle-focus-color [color: ('gray', 700)] - The text color of the step subtitle on focus.
|
|
19
|
-
/// @prop {Map} indicator-color [color: ('primary', 500)] - The text color of the incomplete step indicator.
|
|
20
19
|
/// @prop {Color} indicator-background [transparent] - The background color of the incomplete step indicator.
|
|
21
20
|
/// @prop {Map} indicator-outline [color: ('gray', 400)] - The outline color of the incomplete step indicator.
|
|
22
21
|
/// @prop {Color} invalid-step-background [transparent] - The background of the invalid step header.
|
|
@@ -75,12 +74,6 @@ $light-stepper: (
|
|
|
75
74
|
300,
|
|
76
75
|
),
|
|
77
76
|
),
|
|
78
|
-
indicator-color: (
|
|
79
|
-
color: (
|
|
80
|
-
'primary',
|
|
81
|
-
500,
|
|
82
|
-
),
|
|
83
|
-
),
|
|
84
77
|
title-color: (
|
|
85
78
|
color: (
|
|
86
79
|
'gray',
|
|
@@ -638,6 +631,7 @@ $fluent-stepper: extend(
|
|
|
638
631
|
|
|
639
632
|
/// Generates a bootstrap stepper schema.
|
|
640
633
|
/// @type {Map}
|
|
634
|
+
/// @prop {Map} indicator-color [color: ('primary', 600)] - The text color of the incomplete step indicator.
|
|
641
635
|
/// @prop {Map} indicator-outline [color: ('gray', 400)] - The outline color of the incomplete step indicator.
|
|
642
636
|
/// @prop {Map} disabled-indicator-outline [color: ('gray', 300)] - The outline color of the disabled step indicator.
|
|
643
637
|
/// @prop {Map} complete-indicator-background [color: ('gray', 300)] - The background color of the completed step indicator.
|
|
@@ -664,6 +658,18 @@ $fluent-stepper: extend(
|
|
|
664
658
|
$bootstrap-stepper: extend(
|
|
665
659
|
$light-stepper,
|
|
666
660
|
(
|
|
661
|
+
indicator-color: (
|
|
662
|
+
color: (
|
|
663
|
+
'primary',
|
|
664
|
+
600,
|
|
665
|
+
),
|
|
666
|
+
),
|
|
667
|
+
indicator-outline: (
|
|
668
|
+
color: (
|
|
669
|
+
'gray',
|
|
670
|
+
400,
|
|
671
|
+
),
|
|
672
|
+
),
|
|
667
673
|
step-hover-background: (
|
|
668
674
|
color: (
|
|
669
675
|
'gray',
|
|
@@ -756,13 +762,6 @@ $bootstrap-stepper: extend(
|
|
|
756
762
|
0.5,
|
|
757
763
|
),
|
|
758
764
|
),
|
|
759
|
-
indicator-outline: (
|
|
760
|
-
color: (
|
|
761
|
-
'gray',
|
|
762
|
-
400,
|
|
763
|
-
),
|
|
764
|
-
),
|
|
765
|
-
|
|
766
765
|
// Complete
|
|
767
766
|
complete-indicator-background:
|
|
768
767
|
(
|