You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- UX: Improved active/selected affordance beyond color (shape, weight, highlight rails), added inline "how to fix" guidance, and mobile chip-row detail toggles.
20
+
- UX: Introduced semantic wizard status color mapping (`info/success/warning/danger/neutral`) with stronger hierarchy for step/card/readability states.
21
+
- Quality: Expanded wizard regression guards in runtime/theme smoke tests and updated theme guards for tier/selector contracts.
22
+
23
+
16
24
###2026.03.21.08
17
25
- Feature: Reworked setup-wizard card theming to use explicit `data-fv-card-tone` module mapping instead of positional `nth-child` styling.
18
26
- UX: Tokenized wizard panel/card backgrounds, accents, and shell surfaces to reduce hardcoded style coupling while preserving contrast-safe fallbacks.
require_contains "${SETTINGS_CSS}"'\.fv-setup-card\[data-fv-card-tone="mode"\]''wizard card tone selector (mode)'
76
78
require_contains "${SETTINGS_CSS}"'\.fv-setup-card\[data-fv-card-tone="bundle"\]''wizard card tone selector (bundle)'
77
79
require_contains "${SETTINGS_CSS}"'\.fv-setup-card\[data-fv-card-tone="preset"\]''wizard card tone selector (preset)'
80
+
require_contains "${SETTINGS_CSS}"'#fv-setup-assistant-dialog\[data-fv-wizard-contrast-tier="high"\]''wizard high contrast tier selector'
81
+
require_contains "${SETTINGS_CSS}"'#fv-setup-assistant-dialog\[data-fv-wizard-contrast-tier="max"\]''wizard max contrast tier selector'
78
82
require_absent "${SETTINGS_CSS}"'\.fv-setup-step-grid > \.fv-setup-card:nth-child''wizard should not use positional tone mapping'
79
83
require_absent "${SETTINGS_CSS}"'--fv-wizard-text-primary:[[:space:]]*var\(--text''wizard text token must not follow host text token directly'
80
84
require_absent "${SETTINGS_CSS}"'--fv-wizard-text-primary:[[:space:]]*var\(--fvplus-settings-text-primary\)''wizard text token must not follow settings token directly'
0 commit comments