Commit 5a164b3
[D]DLS-535-feat(ui-react): add MediaCard component (#575)
* feat: add MediaCard component with accessibility features and internationalization support
* feat(ui-react): add MediaCard component with Figma integration, stories, and tests
* feat(ui-react): enhance MediaCard with MediaCardTitle for improved content structure
* fix(ui-react): rename 'text' prop to 'title' in MediaCard for clarity
* nx release plan
* fix onClick type to avoid confusion with getButtonA11yProps
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* chore(ui-react): fix lint error
* feat(ui-react): enhance InteractiveIcon and MediaCard components with appearance variants and improved accessibility
* fix(MediaCard): update error handling test to check for image removal instead of opacity
* feat(MediaCard): add 'WithClose' story to demonstrate card visibility toggle functionality
* refactor(InteractiveIcon): streamline Figma integration by consolidating shared properties and enhancing appearance options
* chore: patch react-native-worklets@0.5.2 to fix Storybook for Reanimated v4 (#585)
* Add figma plugin (#586)
Signed-off-by: Simon Bruneaud <simon.bruneaud@ledger.fr>
* feat(MediaCard): enhance interactivity by making onClick and onClose props optional, update documentation and tests accordingly
---------
Signed-off-by: Simon Bruneaud <simon.bruneaud@ledger.fr>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Miguel Mano <aquelemiguel@gmail.com>
Co-authored-by: Simon.b <15988848+gamegee@users.noreply.github.com>1 parent 907c824 commit 5a164b3
File tree
23 files changed
+825
-57
lines changed- .nx/version-plans
- libs/ui-react/src
- i18n/locales
- lib/Components
- InteractiveIcon
- MediaCard
23 files changed
+825
-57
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
0 commit comments