-
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 Card component #1535 #1757
base: feat/web-card
Are you sure you want to change the base?
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/11909824464/artifacts/2206228800 |
81a587a
to
86efae3
Compare
fba0c99
to
028a33d
Compare
86efae3
to
9b6f47b
Compare
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/11921067804/artifacts/2209688741 |
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/11930099184/artifacts/2212004765 |
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/11934677081/artifacts/2213266459 |
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/11936609885/artifacts/2213973836 |
232c046
to
5eb6a51
Compare
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/11949666409/artifacts/2217557715 |
5eb6a51
to
f826885
Compare
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/11950486579/artifacts/2217780766 |
1d57a87
to
81cb211
Compare
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/11955180220/artifacts/2219129325 |
a9cc091
to
df3c3fb
Compare
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/11955274559/artifacts/2219176054 |
packages/web-react/src/components/Card/stories/CardTitle.stories.tsx
Outdated
Show resolved
Hide resolved
packages/web-react/src/components/Card/stories/CardTitle.stories.tsx
Outdated
Show resolved
Hide resolved
packages/web-react/src/components/Card/stories/CardTitle.stories.tsx
Outdated
Show resolved
Hide resolved
packages/web-react/src/components/Card/demo/CardGeneralOptions.tsx
Outdated
Show resolved
Hide resolved
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/11957086720/artifacts/2219774161 |
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.
Nice! This is what I checked for now:
- components' source
- tests
- README
packages/web-react/src/components/Card/__tests__/CardEyebrows.test.tsx
Outdated
Show resolved
Hide resolved
ed16f18
to
a3bbdb2
Compare
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/12025354423/artifacts/2237151149 |
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/12025478374/artifacts/2237185700 |
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/12025884444/artifacts/2237267060 |
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/12029435977/artifacts/2238308031 |
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/12030706042/artifacts/2238650178 |
packages/web-react/src/components/Card/__tests__/useCardStyleProps.test.ts
Outdated
Show resolved
Hide resolved
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/12052480041/artifacts/2244962306 |
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/12066001307/artifacts/2248792689 |
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/12066401648/artifacts/2248901404 |
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/12066712184/artifacts/2248988499 |
packages/web-react/src/components/Card/stories/Card.stories.tsx
Outdated
Show resolved
Hide resolved
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/12066984772/artifacts/2249056683 |
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/12071664143/artifacts/2250447829 |
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/12071974308/artifacts/2250542309 |
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.
suggestion (if-minor): Please, rename this to the CardStylePropsDataProvider
and move it to /Card/__tests__/__fixtures__
directory. This is not a hook, IMHO.
2104542
to
5872bdd
Compare
Here is the URL of the uploaded artifact: https://github.com/lmc-eu/spirit-design-system/actions/runs/12116529348/artifacts/2260503066 |
Description
Additional context
Issue reference
Component Card | web-react