Skip to content
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(Sheet): allow closing the sheet with the keyboard or a screen reader #1293

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

marcoskolodny
Copy link
Collaborator

@marcoskolodny marcoskolodny commented Nov 13, 2024

Issue: Link

Note

In this PR I'm also fixing a wrong usage in the Sheet's story. It was using a ResponsiveLayout instead of SheetBody, and therefore causing issues with horizontal padding in large devices (https://jira.tid.es/browse/WEB-2101)

Copy link

Size stats

master this branch diff
Total JS 12.2 MB 12.2 MB +681 B
JS without icons 1.96 MB 1.96 MB +681 B
Lib overhead 68.7 kB 68.7 kB 0 B
Lib overhead (gzip) 16.7 kB 16.7 kB 0 B

Copy link

github-actions bot commented Nov 13, 2024

Accessibility report
✔️ No issues found

ℹ️ You can run this locally by executing yarn audit-accessibility.

Copy link

github-actions bot commented Nov 13, 2024

Deploy preview for mistica-web ready!

✅ Preview
https://mistica-4koumbgsd-flows-projects-65bb050e.vercel.app

Built with commit 4a15139.
This pull request is being automatically deployed with vercel-action

@marcoskolodny marcoskolodny marked this pull request as ready for review November 14, 2024 11:21
<Placeholder />
</Box>
</ResponsiveLayout>
{({modalTitleId}) => (
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes the issue with the wrong paddings in the sheet's story: https://jira.tid.es/browse/WEB-2101

/>

{({ modalTitleId }) => (
<SheetBody modalTitleId={modalTitleId}>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixing wrong usages in snippets too, they should be using SheetBody instead of ResponsiveLayout

* We put a button behind the top dragging area so that the sheet can
* be closed while navigating with the keyboard or with a screen reader.
*/}
<div className={styles.handleContainer}>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding a focusable button "hidden" from the pointer devices (not accessible through clicking on it). This button is only accessible through keyboard/screen readers and when pressing it, it closes the sheet

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated. Yayo asked me to update the buton's size in the callout

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant