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: tabs #2017

Merged
merged 1 commit into from
Mar 4, 2025
Merged

feat: tabs #2017

merged 1 commit into from
Mar 4, 2025

Conversation

He1DAr
Copy link
Collaborator

@He1DAr He1DAr commented Mar 3, 2025

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

  • Fix tabs recipe/component
  • Add new variants
  • Update Chakra UI

Issue ticket number and link

closes: #2008

Checklist:

  • I have performed a self-review of my code.
  • I have tested the change on desktop and mobile.
  • I have added thorough tests where applicable.
  • I've added analytics and error logging where applicable.

Screenshots (if appropriate):

image

Copy link

vercel bot commented Mar 3, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
explorer-storybook ✅ Ready (Inspect) Visit Preview 💬 1 unresolved
✅ 3 resolved
Mar 4, 2025 7:08pm
hiro-explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 4, 2025 7:08pm

Copy link

codecov bot commented Mar 3, 2025

Codecov Report

Attention: Patch coverage is 0% with 12 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/stories/Tabs.stories.tsx 0.00% 12 Missing ⚠️

📢 Thoughts on this report? Let us know!

@He1DAr He1DAr requested a review from BLuEScioN March 3, 2025 16:27
fontWeight: 'regular',
},
},
xlg: {
Copy link
Collaborator

Choose a reason for hiding this comment

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

typically this is written xl. we use this nomenclature elsewhere so we should use the same here

fontWeight: 'regular',
},
},
xxlg: {
Copy link
Collaborator

Choose a reason for hiding this comment

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

this is typically 2xl

@BLuEScioN
Copy link
Collaborator

It looks like you needed to specify the tabs implementation use ark tabs. Is it correct to assume that there is a bug with Chakra UI's implementation and the exports it provides?

@He1DAr
Copy link
Collaborator Author

He1DAr commented Mar 4, 2025

It looks like you needed to specify the tabs implementation use ark tabs. Is it correct to assume that there is a bug with Chakra UI's implementation and the exports it provides?

Ark is ChakraUI's headless UI framework that they use under the hood, I've seen it being used in ChakraUI's custom recipes and it seems to have more granular options and better type exports. I think we can make it work without it though.

@blockstack-devops
Copy link

🎉 This PR is included in version 1.253.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

fix tab component and add variants.
3 participants