igniteui-theming 9.0.0-beta.2 → 9.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-theming",
3
- "version": "9.0.0-beta.2",
3
+ "version": "9.0.0",
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": {
@@ -106,14 +106,11 @@ $dark-material-calendar: extend(
106
106
  /// @prop {Map} picker-focus-foreground [color: ('primary', 200)] - The :focus foreground color of the month and year pickers.
107
107
  /// @prop {Map} navigation-hover-color [color: ('primary', 200)] - The :hover color of the buttons responsible for navigation.
108
108
  /// @prop {Map} navigation-focus-color [color: ('primary', 200)] - The :focus color of the buttons responsible for navigation.
109
- /// @prop {Map} year-selected-background [color: ('primary', 800)]- The background color of the selected year in years view.
110
- /// @prop {Map} year-selected-hover-background [color: ('primary', 600)] - The :hover background color of the selected year in years view.
111
- /// @prop {Map} year-selected-current-background [color: ('primary', 800)] - The foreground color of the current/selected year.
112
- /// @prop {Map} year-selected-current-hover-background [color: ('primary', 600)] - The :hover background color of the current/selected year.
113
- /// @prop {Map} month-selected-background [color: ('primary', 800)] - The background color of the selected month in month view.
114
- /// @prop {Map} month-selected-hover-background [color: ('primary', 600)]- The :hover background color of the selected month in month view.
115
- /// @prop {Map} month-selected-current-background [color: ('primary', 800)]- The background color of the current/selected month in month view.
116
- /// @prop {Map} month-selected-current-hover-background [color: ('primary', 600)] - The :hover background color of the current/selected month in month view.
109
+ /// @prop {Map} ym-selected-current-hover-background [color: ('primary', 600)] - The :hover background color of the current/selected month/year.
110
+ /// @prop {Map} ym-selected-background [color: ('primary', 800)] - The background color of the selected month/year.
111
+ /// @prop {Map} ym-selected-hover-background [color: ('primary', 600)]- The :hover background color of the selected month/year.
112
+ /// @prop {Map} ym-selected-current-background [color: ('primary', 800)]- The background color of the current/selected month/year.
113
+ /// @prop {Map} ym-selected-current-hover-background [color: ('primary', 600)] - The :hover background color of the current/selected month/year.
117
114
  /// @prop {Map} date-current-foreground [contrast-color: ('gray', 900)] - The foreground color of the current date.
118
115
  /// @prop {Map} date-current-background [color: ('primary', 200)] - The background color of the current date.
119
116
  /// @prop {Map} date-current-hover-foreground [contrast-color: ('gray', 900)] - The :hover foreground color of the current date.
@@ -170,54 +167,30 @@ $dark-fluent-calendar: extend(
170
167
  200,
171
168
  ),
172
169
  ),
173
- year-selected-background: (
174
- color: (
175
- 'primary',
176
- 800,
177
- ),
178
- ),
179
- year-selected-hover-background: (
170
+ ym-selected-current-hover-background: (
180
171
  color: (
181
172
  'primary',
182
173
  600,
183
174
  ),
184
175
  ),
185
- year-selected-current-background: (
176
+ ym-selected-background: (
186
177
  color: (
187
178
  'primary',
188
179
  800,
189
180
  ),
190
181
  ),
191
- year-selected-current-hover-background: (
182
+ ym-selected-hover-background: (
192
183
  color: (
193
184
  'primary',
194
185
  600,
195
186
  ),
196
187
  ),
197
- month-selected-background: (
188
+ ym-selected-current-background: (
198
189
  color: (
199
190
  'primary',
200
191
  800,
201
192
  ),
202
193
  ),
203
- month-selected-hover-background: (
204
- color: (
205
- 'primary',
206
- 600,
207
- ),
208
- ),
209
- month-selected-current-background: (
210
- color: (
211
- 'primary',
212
- 800,
213
- ),
214
- ),
215
- month-selected-current-hover-background: (
216
- color: (
217
- 'primary',
218
- 600,
219
- ),
220
- ),
221
194
  date-special-border-color: (
222
195
  color: (
223
196
  'primary',
@@ -307,10 +280,8 @@ $dark-fluent-calendar: extend(
307
280
 
308
281
  /// Generates a dark bootstrap calendar schema.
309
282
  /// @type {Map}
310
- /// @prop {Map} year-hover-background [color: ('gray', 100)] - The :hover background color of the year in years view.
311
- /// @prop {Map} year-current-hover-background [color: ('gray', 100)] - The :hover background color of the current year in years view.
312
- /// @prop {Map} month-hover-background [color: ('gray', 100)] - The :hover background color of the month in months view.
313
- /// @prop {Map} month-current-hover-background [color: ('gray', 100)] - The :hover background color of the current month in months view.
283
+ /// @prop {Map} ym-hover-background [color: ('gray', 100)] - The :hover background color of the month/year.
284
+ /// @prop {Map} ym-current-hover-background [color: ('gray', 100)] - The :hover background color of the current month/year.
314
285
  /// @prop {Map} date-special-hover-background [color: ('gray', 100)] - The background color of a special date.
315
286
  /// @prop {Map} date-special-focus-background [color: ('gray', 100)] - The background color of a special date.
316
287
  /// @prop {Map} date-special-range-hover-background [color: ('gray', 100)] - The :hover background color of a special date in range selection.
@@ -340,25 +311,13 @@ $dark-bootstrap-calendar: extend(
340
311
  900,
341
312
  ),
342
313
  ),
343
- year-hover-background: (
344
- color: (
345
- 'gray',
346
- 100,
347
- ),
348
- ),
349
- year-current-hover-background: (
314
+ ym-hover-background: (
350
315
  color: (
351
316
  'gray',
352
317
  100,
353
318
  ),
354
319
  ),
355
- month-hover-background: (
356
- color: (
357
- 'gray',
358
- 100,
359
- ),
360
- ),
361
- month-current-hover-background: (
320
+ ym-current-hover-background: (
362
321
  color: (
363
322
  'gray',
364
323
  100,
@@ -485,9 +444,8 @@ $dark-bootstrap-calendar: extend(
485
444
  /// @type {Map}
486
445
  /// @prop {Map} content-foreground [color: ('gray', 900)] - The foreground color of the days, months and years views.
487
446
  /// @prop {Map} date-current-focus-foreground [contrast-color: ('gray', 50)] - The :focus foreground color of the current date.
488
- /// @prop {Map} month-hover-background [contrast-color: ('gray', 50, .1)] - The :hover background color of the month inside the months view.
489
- /// @prop {Map} month-current-hover-background [contrast-color: ('gray', 900, .1)] - The :hover background color of the current month in month view.
490
- /// @prop {Map} year-hover-background [contrast-color: ('gray', 50, .1)] - The :hover background color of the year in years view.
447
+ /// @prop {Map} ym-hover-background [contrast-color: ('gray', 50, .1)] - The :hover background color of the month/year.
448
+ /// @prop {Map} ym-current-hover-background [contrast-color: ('gray', 900, .1)] - The :hover background color of the current month/year.
491
449
  /// @prop {Map} date-selected-current-range-hover-background [contrast-color: ('gray', 50, .1)] - The :hover background color of the current date in the selected range.
492
450
  /// @prop {Map} header-background [color: ('gray', 50)] - The header background color.
493
451
  /// @prop {Map} content-background [color: ('gray', 50)] - The background color of the days, months and years views.
@@ -521,13 +479,12 @@ $dark-bootstrap-calendar: extend(
521
479
  /// @prop {Map} week-number-foreground [color: ('gray', 500)] - The foreground color of the week number column.
522
480
  /// @prop {Map} week-number-background [contrast-color: ('gray', 50, .05)] - The background color of the week number column.
523
481
  /// @prop {Map} date-selected-range-background [color: ('primary', 400, .2)] - The background color of the selected range.
524
- /// @prop {Map} year-current-hover-background [contrast-color: ('gray', 50, .1)] - The :hover background color of the current year in years view.
525
- /// @prop {Map} current-outline-hover-color [color: ('primary', 300)] - The :hover outline color of the current year/month in year/month views.
526
- /// @prop {Map} current-outline-focus-color [color: ('primary', 300)] - The :focus outline color of the current year/month in year/month views.
527
- /// @prop {Map} current-outline-color [color: ('primary', 400)] - The outline color of the current year/month in year/month views.
528
- /// @prop {Map} selected-current-outline-color [contrast-color: ('gray', 50, .6)] - The outline color of the selected current year/month in year/month views.
529
- /// @prop {Map} selected-current-outline-hover-color [contrast-color: ('gray', 50, .6)] - The :hover outline color of the selected current year/month in year/month views.
530
- /// @prop {Map} selected-current-outline-focus-color [contrast-color: ('gray', 50, .6)] - The :focus outline color of the selected current year/month in year/month views.
482
+ /// @prop {Map} ym-current-outline-hover-color [color: ('primary', 300)] - The :hover outline color of the current month/year.
483
+ /// @prop {Map} ym-current-outline-focus-color [color: ('primary', 300)] - The :focus outline color of the current month/year.
484
+ /// @prop {Map} ym-current-outline-color [color: ('primary', 400)] - The outline color of the current month/year.
485
+ /// @prop {Map} ym-selected-current-outline-color [contrast-color: ('gray', 50, .6)] - The outline color of the selected current month/year.
486
+ /// @prop {Map} ym-selected-current-outline-hover-color [contrast-color: ('gray', 50, .6)] - The :hover outline color of the selected current month/year.
487
+ /// @prop {Map} ym-selected-current-outline-focus-color [contrast-color: ('gray', 50, .6)] - The :focus outline color of the selected current month/year.
531
488
  /// @prop {Map} date-current-hover-background [contrast-color: ('gray', 50, .1)] - The :hover background color of the current date.
532
489
  /// @prop {Map} date-selected-range-hover-background [contrast-color: ('gray', 50, .1)] - The :hover background color of the selected range.
533
490
  /// @prop {Map} date-selected-range-focus-background [contrast-color: ('gray', 50, .1)] - The :focus background color of the selected range.
@@ -557,14 +514,7 @@ $dark-indigo-calendar: extend(
557
514
  50,
558
515
  ),
559
516
  ),
560
- month-hover-background: (
561
- contrast-color: (
562
- 'gray',
563
- 50,
564
- 0.1,
565
- ),
566
- ),
567
- year-hover-background: (
517
+ ym-hover-background: (
568
518
  contrast-color: (
569
519
  'gray',
570
520
  50,
@@ -768,46 +718,39 @@ $dark-indigo-calendar: extend(
768
718
  0.2,
769
719
  ),
770
720
  ),
771
- current-outline-color: (
721
+ ym-current-outline-color: (
772
722
  color: (
773
723
  'primary',
774
724
  400,
775
725
  ),
776
726
  ),
777
- selected-current-outline-color: (
727
+ ym-selected-current-outline-color: (
778
728
  contrast-color: (
779
729
  'gray',
780
730
  50,
781
731
  0.6,
782
732
  ),
783
733
  ),
784
- year-current-hover-background: (
785
- contrast-color: (
786
- 'gray',
787
- 50,
788
- 0.1,
789
- ),
790
- ),
791
- current-outline-hover-color: (
734
+ ym-current-outline-hover-color: (
792
735
  color: (
793
736
  'primary',
794
737
  300,
795
738
  ),
796
739
  ),
797
- current-outline-focus-color: (
740
+ ym-current-outline-focus-color: (
798
741
  color: (
799
742
  'primary',
800
743
  300,
801
744
  ),
802
745
  ),
803
- selected-current-outline-hover-color: (
746
+ ym-selected-current-outline-hover-color: (
804
747
  contrast-color: (
805
748
  'gray',
806
749
  50,
807
750
  0.6,
808
751
  ),
809
752
  ),
810
- selected-current-outline-focus-color: (
753
+ ym-selected-current-outline-focus-color: (
811
754
  contrast-color: (
812
755
  'gray',
813
756
  50,
@@ -7,37 +7,33 @@
7
7
  /// @access public
8
8
  ////
9
9
 
10
- /// Generates a base dark divider schema.
11
- /// @type {Map}
12
- /// @property {Map} color [color: ('gray', 100)] - The color used for the divider.
13
- $base-dark-divider: (
14
- color: (
15
- color: (
16
- 'gray',
17
- 100,
18
- ),
19
- ),
20
- );
21
-
22
10
  /// Generates a dark material divider schema.
23
11
  /// @type {Map}
24
12
  /// @requires $material-divider
25
- /// @requires $base-dark-divider
26
- $dark-material-divider: extend($material-divider, $base-dark-divider);
13
+ $dark-material-divider: $material-divider;
27
14
 
28
15
  /// Generates a dark fluent divider schema.
29
16
  /// @type {Map}
30
17
  /// @requires $fluent-divider
31
- $dark-fluent-divider: extend($fluent-divider, $base-dark-divider);
18
+ $dark-fluent-divider: $fluent-divider;
32
19
 
33
20
  /// Generates a dark bootstrap divider schema.
34
21
  /// @type {Map}
35
22
  /// @requires $bootstrap-divider
36
- /// @requires $base-dark-divider
37
- $dark-bootstrap-divider: extend($bootstrap-divider, $base-dark-divider);
23
+ $dark-bootstrap-divider: $bootstrap-divider;
38
24
 
39
25
  /// Generates a dark indigo divider schema.
40
26
  /// @type {Map}
27
+ /// @prop {Map} color [color: ('gray', 100)] - The color used for the divider.
41
28
  /// @requires $indigo-divider
42
- /// @requires $base-dark-divider
43
- $dark-indigo-divider: extend($indigo-divider, $base-dark-divider);
29
+ $dark-indigo-divider: extend(
30
+ $indigo-divider,
31
+ (
32
+ color: (
33
+ color: (
34
+ 'gray',
35
+ 100,
36
+ ),
37
+ ),
38
+ )
39
+ );
@@ -42,8 +42,20 @@ $dark-fluent-progress-linear: extend($fluent-progress-linear, $dark-base-progres
42
42
 
43
43
  /// Generates a dark bootstrap progress-linear schema.
44
44
  /// @type {Map}
45
+ /// @prop {Map} stripes-color [color: ('gray', 900, .2)] - The track stripes color.
45
46
  /// @requires $bootstrap-progress-linear
46
- $dark-bootstrap-progress-linear: $bootstrap-progress-linear;
47
+ $dark-bootstrap-progress-linear: extend(
48
+ $bootstrap-progress-linear,
49
+ (
50
+ stripes-color: (
51
+ color: (
52
+ 'gray',
53
+ 900,
54
+ 0.2,
55
+ ),
56
+ ),
57
+ )
58
+ );
47
59
 
48
60
  /// Generates a dark indigo progress-linear schema.
49
61
  /// @type {Map}
@@ -56,57 +56,6 @@ $dark-fluent-rating: extend(
56
56
  $dark-bootstrap-rating: $bootstrap-rating;
57
57
 
58
58
  /// Generates a dark indigo rating schema.
59
- /// @prop {Map} label-color [contrast-color: ('gray', 50, .8)] - sets the color for the label.
60
- /// @prop {Map} value-label [contrast-color: ('gray', 50, .8)] - sets the color for the value label.
61
- /// @prop {Map} symbol-empty-color [color: ('gray', 300)] - sets the idle color for the symbol when it is a plane text.
62
- /// @prop {Map} disabled-label-color [color: ('contrast-color', 50, .2)] - sets the color for the label in disabled state.
63
- /// @prop {Map} disabled-value-label [color: ('contrast-color', 50, .2)] - sets the color for the value in disabled state.
64
- /// @prop {Map} disabled-empty-symbol-color [color: ('gray', 300, .4)] - sets the idle color for the symbol in disabled state when it is a plane text.
65
59
  /// @type {Map}
66
60
  /// @requires $indigo-rating
67
- $dark-indigo-rating: extend(
68
- $indigo-rating,
69
- (
70
- label-color: (
71
- contrast-color: (
72
- 'gray',
73
- 50,
74
- 0.8,
75
- ),
76
- ),
77
- value-label: (
78
- contrast-color: (
79
- 'gray',
80
- 50,
81
- 0.8,
82
- ),
83
- ),
84
- symbol-empty-color: (
85
- color: (
86
- 'gray',
87
- 300,
88
- ),
89
- ),
90
- disabled-label-color: (
91
- contrast-color: (
92
- 'gray',
93
- 50,
94
- 0.2,
95
- ),
96
- ),
97
- disabled-value-label: (
98
- contrast-color: (
99
- 'gray',
100
- 50,
101
- 0.2,
102
- ),
103
- ),
104
- disabled-empty-symbol-color: (
105
- color: (
106
- 'gray',
107
- 300,
108
- 0.4,
109
- ),
110
- ),
111
- )
112
- );
61
+ $dark-indigo-rating: $indigo-rating;
@@ -82,6 +82,7 @@ $base-stepper: (
82
82
  900,
83
83
  ),
84
84
  ),
85
+
85
86
  invalid-indicator-color: (
86
87
  color: (
87
88
  'gray',
@@ -150,206 +151,33 @@ $dark-bootstrap-stepper: extend(
150
151
 
151
152
  /// Generates a dark indigo stepper schema.
152
153
  /// @type {Map}
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.
156
- /// @prop {Map} title-color [contrast-color: ('gray', 50)] - The text color of the step title.
157
- /// @prop {Map} title-hover-color [contrast-color: ('gray', 50)] - The text color of the step title on hover.
158
- /// @prop {Map} title-focus-color [contrast-color: ('gray', 50)] - The text color of the step title on focus.
159
- /// @prop {Map} subtitle-color [contrast-color: ('gray', 50, .8)] - The text color of the step subtitle.
160
- /// @prop {Map} subtitle-hover-color [contrast-color: ('gray', 50, .8)] - The text color of the step subtitle on hover.
161
- /// @prop {Map} subtitle-focus-color [contrast-color: ('gray', 50, .8)] - The text color of the step subtitle on focus.
162
- /// @prop {Map} step-hover-background [contrast-color: ('gray', 50, .15)] - The background of the step header on hover.
163
- /// @prop {Map} step-focus-background [contrast-color: ('gray', 50, .15)] - The background of the step header on hover.
164
- /// @prop {Map} current-step-hover-background [contrast-color: ('gray', 50, .15)] - The background of the current step header on hover.
165
- /// @prop {Map} current-step-focus-background [contrast-color: ('gray', 50, .15)] - The background of the current step header on focus.
166
- /// @prop {Map} complete-step-hover-background [contrast-color: ('gray', 50, .15)] - The background of the complete step header on hover.
167
- /// @prop {Map} complete-step-focus-background [contrast-color: ('gray', 50, .15)] - The background of the complete step header on focus.
168
- /// @prop {Map} invalid-step-hover-background [contrast-color: ('gray', 50, .15)] - The background of the invalid step header on hover.
169
- /// @prop {Map} invalid-step-focus-background [contrast-color: ('gray', 50, .15)] - 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.
172
- /// @prop {Map} disabled-indicator-color [contrast-color: ('gray', 50, .2)] - The color of the disabled step indicator, title, and subtitle.
173
- /// @prop {Map} disabled-indicator-background [contrast-color: ('gray', 50, .1)] - The background color of the disabled step indicator.
174
- /// @prop {Map} disabled-title-color [contrast-color: ('gray', 50, .2)] - The title color of the disabled step.
175
- /// @prop {Map} disabled-subtitle-color [contrast-color: ('gray', 50, .2)] - The subtitle color of the disabled step.
176
- /// @prop {Map} step-separator-color [contrast-color: ('gray', 50, .3)] - The separator border-color of between the steps.
177
- /// @prop {Map} complete-step-separator-color [contrast-color: ('gray', 50, .3)] - The separator border-color between the completed steps.
154
+ /// @prop {Map} indicator-color [color: ('gray', 900)] - The text color of the incomplete step indicator.
155
+ /// @prop {Map} indicator-outline [color: ('gray', 600)] - The outline color of the incomplete step indicator.
156
+ /// @prop {Map} disabled-indicator-outline [color: ('gray', 300)] - The outline color of the disabled step indicator.
178
157
  /// @requires $indigo-stepper
179
158
  /// @requires $base-stepper
180
159
  $dark-indigo-stepper: extend(
181
160
  $indigo-stepper,
182
161
  $base-stepper,
183
162
  (
184
- content-foreground: (
185
- contrast-color: (
186
- 'gray',
187
- 50,
188
- 0.8,
189
- ),
190
- ),
191
163
  indicator-color: (
192
164
  color: (
193
165
  'gray',
194
- 50,
195
- ),
196
- ),
197
- indicator-background: (
198
- contrast-color: (
199
- 'gray',
200
- 50,
201
- 0.8,
202
- ),
203
- ),
204
- title-color: (
205
- contrast-color: (
206
- 'gray',
207
- 50,
208
- ),
209
- ),
210
- title-hover-color: (
211
- contrast-color: (
212
- 'gray',
213
- 50,
214
- ),
215
- ),
216
- title-focus-color: (
217
- contrast-color: (
218
- 'gray',
219
- 50,
220
- ),
221
- ),
222
- subtitle-color: (
223
- contrast-color: (
224
- 'gray',
225
- 50,
226
- 0.8,
166
+ 900,
227
167
  ),
228
168
  ),
229
- subtitle-hover-color: (
230
- contrast-color: (
231
- 'gray',
232
- 50,
233
- 0.8,
234
- ),
235
- ),
236
- subtitle-focus-color: (
237
- contrast-color: (
238
- 'gray',
239
- 50,
240
- 0.8,
241
- ),
242
- ),
243
- step-hover-background: (
244
- contrast-color: (
245
- 'gray',
246
- 50,
247
- 0.15,
248
- ),
249
- ),
250
- step-focus-background: (
251
- contrast-color: (
252
- 'gray',
253
- 50,
254
- 0.15,
255
- ),
256
- ),
257
- current-step-hover-background: (
258
- contrast-color: (
259
- 'gray',
260
- 50,
261
- 0.15,
262
- ),
263
- ),
264
- current-step-focus-background: (
265
- contrast-color: (
266
- 'gray',
267
- 50,
268
- 0.15,
269
- ),
270
- ),
271
- complete-step-hover-background: (
272
- contrast-color: (
273
- 'gray',
274
- 50,
275
- 0.15,
276
- ),
277
- ),
278
- complete-step-focus-background: (
279
- contrast-color: (
280
- 'gray',
281
- 50,
282
- 0.15,
283
- ),
284
- ),
285
- invalid-step-hover-background: (
286
- contrast-color: (
287
- 'gray',
288
- 50,
289
- 0.15,
290
- ),
291
- ),
292
- invalid-step-focus-background: (
293
- contrast-color: (
294
- 'gray',
295
- 50,
296
- 0.15,
297
- ),
298
- ),
299
- complete-indicator-background: (
300
- contrast-color: (
301
- 'gray',
302
- 50,
303
- 0.15,
304
- ),
305
- ),
306
- complete-indicator-color: (
307
- contrast-color: (
308
- 'gray',
309
- 50,
310
- 0.8,
311
- ),
312
- ),
313
- disabled-indicator-color: (
314
- contrast-color: (
315
- 'gray',
316
- 50,
317
- 0.2,
318
- ),
319
- ),
320
- disabled-indicator-background: (
321
- contrast-color: (
322
- 'gray',
323
- 50,
324
- 0.1,
325
- ),
326
- ),
327
- disabled-title-color: (
328
- contrast-color: (
329
- 'gray',
330
- 50,
331
- 0.2,
332
- ),
333
- ),
334
- disabled-subtitle-color: (
335
- contrast-color: (
336
- 'gray',
337
- 50,
338
- 0.2,
339
- ),
340
- ),
341
- step-separator-color: (
342
- contrast-color: (
169
+
170
+ indicator-outline: (
171
+ color: (
343
172
  'gray',
344
- 50,
345
- 0.3,
173
+ 600,
346
174
  ),
347
175
  ),
348
- complete-step-separator-color: (
349
- contrast-color: (
176
+
177
+ disabled-indicator-outline: (
178
+ color: (
350
179
  'gray',
351
- 50,
352
- 0.3,
180
+ 300,
353
181
  ),
354
182
  ),
355
183
  )
@@ -1,6 +1,5 @@
1
1
  @use '../../../../utils/map' as *;
2
2
  @use '../light/toast' as *;
3
- @use '../elevation/toast' as *;
4
3
 
5
4
  ////
6
5
  /// @package theming
@@ -73,26 +72,6 @@ $dark-bootstrap-toast: extend(
73
72
 
74
73
  /// Generates a dark indigo toast schema.
75
74
  /// @type {Map}
76
- /// @prop {Map} background [color: ('gray', 300)] - The background color used for the toast.
77
- /// @prop {Map} text-color [contrast-color: ('gray', 50)] - The text-color used for the toast.
78
75
  /// @requires $indigo-toast
79
- /// @requires $dark-indigo-elevation-toast
80
- $dark-indigo-toast: extend(
81
- $indigo-toast,
82
- $dark-indigo-elevation-toast,
83
- (
84
- background: (
85
- color: (
86
- 'gray',
87
- 300,
88
- ),
89
- ),
90
-
91
- text-color: (
92
- contrast-color: (
93
- 'gray',
94
- 50,
95
- ),
96
- ),
97
- )
98
- );
76
+ /// @requires $dark-base-toast
77
+ $dark-indigo-toast: extend($indigo-toast, $dark-base-toast);
@@ -1,6 +1,5 @@
1
1
  @use '../../../../utils/map' as *;
2
2
  @use '../light/tooltip' as *;
3
- @use '../elevation/tooltip' as *;
4
3
 
5
4
  ////
6
5
  /// @package theming
@@ -25,26 +24,20 @@ $dark-bootstrap-tooltip: $bootstrap-tooltip;
25
24
 
26
25
  /// Generates a dark indigo tooltip schema.
27
26
  /// @type {Map}
28
- /// @prop {Map} background [color: ('gray', 300)] - The background color of the tooltip.
29
- /// @prop {Map} text-color [contrast-color: ('gray', 50)] - The text color of the tooltip.
30
- /// @prop {Number} elevation [9] - The elevation level, between 0-24, to be used for the tooltip.
31
- /// @requires {Map} $indigo-tooltip
32
- /// @requires {Map} $dark-indigo-elevation-tooltip
27
+ /// @prop {Map} background [contrast-color: ('surface')] - The background color of the tooltip.
28
+ /// @prop {Map} text-color [text-color: (color: 'surface')] - The text color of the tooltip.
29
+ /// @requires $indigo-tooltip
33
30
  $dark-indigo-tooltip: extend(
34
31
  $indigo-tooltip,
35
- $dark-indigo-elevation-tooltip,
36
32
  (
37
33
  background: (
38
- color: (
39
- 'gray',
40
- 300,
34
+ contrast-color: (
35
+ 'surface',
41
36
  ),
42
37
  ),
38
+
43
39
  text-color: (
44
- contrast-color: (
45
- 'gray',
46
- 50,
47
- ),
40
+ color: 'surface',
48
41
  ),
49
42
  )
50
43
  );