-
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): Introduce UNSTABLE_Toggle component #DS-1346 #1545
Conversation
✅ Deploy Preview for spirit-design-system 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/9941482617/artifacts/1702240795 |
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/9941776580/artifacts/1702329565 |
Add the component to |
b39ec4e
to
8a409b8
Compare
02613e7
to
7cd70e1
Compare
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/9956792303/artifacts/1706161417 |
de12442
to
dae1e2a
Compare
✅ 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/9969612393/artifacts/1709486812 |
3c479eb
to
df1b776
Compare
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.
Quick look around – LGTM, but a few Toggles in the React demo doesn't toggle. Not sure if it is a problem with deploy or not.
packages/web-react/src/components/UNSTABLE_Toggle/UNSTABLE_Toggle.tsx
Outdated
Show resolved
Hide resolved
packages/web-react/src/components/UNSTABLE_Toggle/UNSTABLE_Toggle.tsx
Outdated
Show resolved
Hide resolved
packages/web-react/src/components/UNSTABLE_Toggle/__tests__/UNSTABLE_Toggle.test.tsx
Show resolved
Hide resolved
packages/web-react/src/components/UNSTABLE_Toggle/stories/UNSTABLE_Toggle.stories.tsx
Show resolved
Hide resolved
packages/web-react/src/components/UNSTABLE_Toggle/useToggleStyleProps.ts
Outdated
Show resolved
Hide resolved
packages/web-react/src/components/UNSTABLE_Toggle/useToggleStyleProps.ts
Outdated
Show resolved
Hide resolved
packages/web-react/src/components/UNSTABLE_Toggle/demo/index.tsx
Outdated
Show resolved
Hide resolved
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/9989398370/artifacts/1714478130 |
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/9990231981/artifacts/1714677756 |
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 can create some rule for the imports
packages/web-react/src/components/UNSTABLE_Toggle/__tests__/UNSTABLE_Toggle.test.tsx
Outdated
Show resolved
Hide resolved
packages/web-react/src/components/UNSTABLE_Toggle/__tests__/UNSTABLE_Toggle.test.tsx
Outdated
Show resolved
Hide resolved
packages/web-react/src/components/UNSTABLE_Toggle/demo/ToggleDefault.tsx
Show resolved
Hide resolved
packages/web-react/src/components/UNSTABLE_Toggle/demo/ToggleDisabled.tsx
Outdated
Show resolved
Hide resolved
packages/web-react/src/components/UNSTABLE_Toggle/demo/ToggleFluid.tsx
Outdated
Show resolved
Hide resolved
packages/web-react/src/components/UNSTABLE_Toggle/demo/ToggleHelperText.tsx
Outdated
Show resolved
Hide resolved
packages/web-react/src/components/UNSTABLE_Toggle/demo/ToggleHiddenLabel.tsx
Outdated
Show resolved
Hide resolved
packages/web-react/src/components/UNSTABLE_Toggle/demo/ToggleIndicators.tsx
Outdated
Show resolved
Hide resolved
packages/web-react/src/components/UNSTABLE_Toggle/demo/ToggleRequired.tsx
Outdated
Show resolved
Hide resolved
packages/web-react/src/components/UNSTABLE_Toggle/demo/ToggleValidation.tsx
Outdated
Show resolved
Hide resolved
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/9993061852/artifacts/1715397490 |
bd75e4b
to
d923840
Compare
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/10005877449/artifacts/1718474959 |
ba43c53
to
3edd7de
Compare
2a51b33
to
3edd7de
Compare
6ae615c
to
03d068b
Compare
c303e7e
to
e6055c9
Compare
fc2f79d
to
e6055c9
Compare
Description
Additional context
Issue reference