-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat(web-react): ReactNode type for labels #DS-1632 #1862
Conversation
✅ Deploy Preview for spirit-design-system ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for spirit-design-system-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/12903608647/artifacts/2466394608 |
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/12905865759/artifacts/2467046474 |
56d1bff
to
9582c46
Compare
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/12905956243/artifacts/2467090431 |
9582c46
to
fae8b11
Compare
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/12906224905/artifacts/2467152183 |
fae8b11
to
2cc9c50
Compare
packages/web-react/src/components/Field/__tests__/ValidationText.test.tsx
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Thanks for all those refactors of the tests. Good job 👍
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/12922565558/artifacts/2472456974 |
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/12922565558/artifacts/2473133806 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, maybe we should update storybook too? I don't know if we need it.
- Change type for labels, helperText, and validationText to ReactNode
05bef22
to
986f4b3
Compare
Description
label
,helperText
andvalidationText
acceptReactNode
Additional context
Issue reference
web-react: Allow ReactNode for labels, validationText and helperText