Skip to content

feat(Carousel, CenteredCarousel, Slideshow): add a11y controls, and other changes from latest carousel spec #1388

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

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

Conversation

wyunreal
Copy link
Contributor

@wyunreal wyunreal commented Jun 9, 2025

Copy link

github-actions bot commented Jun 9, 2025

Accessibility report
✔️ No issues found

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

Copy link

github-actions bot commented Jun 9, 2025

Deploy preview for mistica-web ready!

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

Built with commit 276eba7.
This pull request is being automatically deployed with vercel-action

Copy link

github-actions bot commented Jun 9, 2025

Screenshot tests report

carousel / carousel-mobile
carousel / carousel-mobile-in-vivo-new
carousel / carousel-mobile-with-controls-and-autoplay
carousel / carousel-mobile-with-initial-active-item-1
carousel / carousel-mobile-with-large-mobile-page-offset
carousel / carousel-mobile-without-controls-with-bullets
carousel / centered-carousel-mobile
carousel / centered-carousel-mobile-with-bullets-no-controls
carousel / centered-carousel-mobile-with-controls-and-autoplay
carousel / centered-carousel-mobile-with-initial-active-item-1
private-responsive-layout-scenarios / responsive-layout-scenarios-mobile-ios

Copy link

github-actions bot commented Jun 9, 2025

Size stats

master this branch diff
Total JS 12.5 MB 12.5 MB +7.35 kB
JS without icons 2.14 MB 2.15 MB +7.23 kB
Lib overhead 80 kB 80 kB 0 B
Lib overhead (gzip) 17.9 kB 17.9 kB 0 B

@@ -5,7 +5,7 @@ const CarouselTest = (): JSX.Element => (
<ResponsiveLayout>
<Carousel
withBullets
items={Array.from({length: 3}, (_, idx) => (
items={Array.from({length: 4}, (_, idx) => (
Copy link
Contributor Author

Choose a reason for hiding this comment

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

better to have SSR test to test the base case of the carousel: having more than one page (also in desktop)

Comment on lines -85 to -88
<Callout
description="Arrow controls disappear in touch devices"
asset={<IconInformationRegular />}
/>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

don't needed as arrows will be always present, also in touch devices.

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