-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix(styles): replace cds--tab--scrollable class with cds--tabs #10194
fix(styles): replace cds--tab--scrollable class with cds--tabs #10194
Conversation
✔️ Deploy Preview for carbon-react-next ready! 🔨 Explore the source changes: 923f71e 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-react-next/deploys/61a7a5ccdf3e89000702536a 😎 Browse the preview: https://deploy-preview-10194--carbon-react-next.netlify.app |
✔️ Deploy Preview for carbon-elements ready! 🔨 Explore the source changes: 923f71e 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-elements/deploys/61a7a5ccd08aa300073758c6 😎 Browse the preview: https://deploy-preview-10194--carbon-elements.netlify.app |
✔️ Deploy Preview for carbon-components-react ready! 🔨 Explore the source changes: e52b58a 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-components-react/deploys/61a655a395e4c00007fba787 😎 Browse the preview: https://deploy-preview-10194--carbon-components-react.netlify.app |
✔️ Deploy Preview for carbon-components-react ready! 🔨 Explore the source changes: 923f71e 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-components-react/deploys/61a7a5ccb20b8d00076128b1 😎 Browse the preview: https://deploy-preview-10194--carbon-components-react.netlify.app |
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 tabs look the same
### Related Ticket(s) N/A ### Description Clicking on the storybook title for cwc was linking us back to the old repo ### Changelog **Changed** -updated link to the current repo <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
Ref: #10086, #8487
Switches
cds-tabs--scrollable--**
tocds-tabs--**
and creates a next version of TabsSkeleton. I know that class names aren't technically a breaking change but i went ahead and separated it since we are already exporting/next
versions of tabs.Changelog
New
/next
Changed
cds--tabs--scrollable
withcds--tabs
Removed
Testing / Reviewing
Check to make sure that Tabs looks the same as before and that
cds--tabs--scrollable
is replaced everywhere but only for@carbon/react