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
chore(styles): update signal icons through the package (#6544)
## 📄 Description
This PR updates validation signal icons across form components to use
CSS custom properties instead of SCSS functions.
**Changes**
- Replaced warning-solid icon with error-solid
- Updated form-input, form-select, and validation components to use
var(--post-signal-icon-success) and var(--post-signal-icon-error)
- Removed deprecated success-icon() and warning-icon() SCSS functions
## 🚀 Demo
https://preview-6544--swisspost-design-system-next.netlify.app/?path=/docs/1aa900d9-aa65-4ae0-b8cd-e6cca6cc3472--docs
---
## 🔮 Design review
- [ ] Design review done
- [ ] No design review needed
## 📝 Checklist
- ✅ My code follows the style guidelines of this project
- 🛠️ I have performed a self-review of my own code
- 📄 I have made corresponding changes to the documentation
- ⚠️ My changes generate no new warnings or errors
- 🧪 I have added tests that prove my fix is effective or that my feature
works
- ✔️ New and existing unit tests pass locally with my changes
0 commit comments