1515/// @prop {Map} invalid-step-hover-background [color: ('gray', 100, .3)] - The background of the invalid step header on hover.
1616/// @prop {Map} current-step-hover-background [color: ('gray', 100, .3)] - The background of the current step header on hover.
1717/// @prop {Map} complete-step-hover-background [color: ('gray', 100, .3)] - The background of the complete step header on hover.
18- /// @prop {Map} step-focus-background [color: ('gray', 100, .5)] - The background of the step header on hover .
19- /// @prop {Map} invalid-step-focus-background [color: ('gray', 100, .5)] - The background of the invalid step header on hover .
20- /// @prop {Map} current-step-focus-background [color: ('gray', 100, .5)] - The background of the current step header on hover .
21- /// @prop {Map} complete-step-focus-background [color: ('gray', 100, .5)] - The background of the complete step header on hover .
18+ /// @prop {Map} step-focus-background [color: ('gray', 100, .5)] - The background of the step header on focus .
19+ /// @prop {Map} invalid-step-focus-background [color: ('gray', 100, .5)] - The background of the invalid step header on focus .
20+ /// @prop {Map} current-step-focus-background [color: ('gray', 100, .5)] - The background of the current step header on focus .
21+ /// @prop {Map} complete-step-focus-background [color: ('gray', 100, .5)] - The background of the complete step header on focus .
2222$base-stepper : (
2323 step-hover-background : (
2424 color : (
@@ -178,6 +178,16 @@ $dark-material-stepper: extend(
178178/// Generates a dark fluent stepper schema
179179/// @type {Map}
180180/// @prop {Map} complete-indicator-background [color: ('gray', 100)] - The background color of the completed step indicator.
181+ /// @prop {Map} step-focus-background [color: ('gray', 100, .4)] - The background of the step header on focus.
182+ /// @prop {Map} invalid-step-focus-background [color: ('gray', 100, .4)] - The background of the invalid step header on focus.
183+ /// @prop {Map} current-step-focus-background [color: ('gray', 100, .4)] - The background of the current step header on focus.
184+ /// @prop {Map} complete-step-focus-background [color: ('gray', 100, .4)] - The background of the complete step header on focus.
185+ /// @prop {Map} invalid-title-color [color: ('error', 50)] - The color of the invalid step title.
186+ /// @prop {Map} invalid-title-hover-color [color: ('error', 50)] - The color of the invalid step title on hover.
187+ /// @prop {Map} invalid-title-focus-color [color: ('error', 50)] - The color of the invalid step title on focus.
188+ /// @prop {Map} invalid-subtitle-color [color: ('error', 700)] - The text of the invalid step subtitle.
189+ /// @prop {Map} invalid-subtitle-hover-color [color: ('error', 50)] - The color of the invalid step subtitle on hover.
190+ /// @prop {Map} invalid-subtitle-focus-color [color: ('error', 50)] - The color of the invalid step subtitle on focus.
181191/// @requires $fluent-stepper
182192/// @requires $base-stepper
183193$dark-fluent-stepper : extend (
@@ -190,6 +200,70 @@ $dark-fluent-stepper: extend(
190200 100 ,
191201 ),
192202 ),
203+ step- focus- background: (
204+ color : (
205+ ' gray' ,
206+ 100 ,
207+ 0.4 ,
208+ ),
209+ ),
210+ complete- step- focus- background: (
211+ color : (
212+ ' gray' ,
213+ 100 ,
214+ 0.4 ,
215+ ),
216+ ),
217+ current- step- focus- background: (
218+ color : (
219+ ' gray' ,
220+ 100 ,
221+ 0.4 ,
222+ ),
223+ ),
224+ invalid- step- focus- background: (
225+ color : (
226+ ' gray' ,
227+ 100 ,
228+ 0.4 ,
229+ ),
230+ ),
231+ invalid- title- color: (
232+ color : (
233+ ' error' ,
234+ 50 ,
235+ ),
236+ ),
237+ invalid- title- hover- color: (
238+ color : (
239+ ' error' ,
240+ 50 ,
241+ ),
242+ ),
243+ invalid- title- focus- color: (
244+ color : (
245+ ' error' ,
246+ 50 ,
247+ ),
248+ ),
249+ invalid- subtitle- color: (
250+ color : (
251+ ' error' ,
252+ 50 ,
253+ ),
254+ ),
255+ invalid- subtitle- hover- color: (
256+ color : (
257+ ' error' ,
258+ 50 ,
259+ ),
260+ ),
261+ invalid- subtitle- focus- color: (
262+ color : (
263+ ' error' ,
264+ 50 ,
265+ ),
266+ ),
193267 _meta: (
194268 theme: ' fluent' ,
195269 variant : ' dark' ,
0 commit comments