-
Notifications
You must be signed in to change notification settings - Fork 538
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
Add a new entry point as next
and update draft Tooltip to export it from next
#4250
Conversation
🦋 Changeset detectedLatest commit: 6a0faea The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
next
and update draft Tooltip to export it from next
size-limit report 📦
|
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.
🙌 This is coming together!
All the feedback is optional except for the docs preview. "Requested changes", feel free to DM me if I don't look at the notification once you make the changes
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 for the next
entrypoint! 👍 Will defer to @siddharthkp's comments for stories/location 👀
230c3a3
to
2913c16
Compare
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.
Docs work now! Ship it
… from next (#4250) * Add a new entry point as and update draft Tooltip to export it from next * fix linting n add changeset * move the src code out of drafts and update docs * fix folder path and storyname * test(vrt): update snapshots * update tooltip's position to be absolute * Update docs/content/TooltipV2.mdx --------- Co-authored-by: broccolinisoup <broccolinisoup@users.noreply.github.com>
… from next (#4250) * Add a new entry point as and update draft Tooltip to export it from next * fix linting n add changeset * move the src code out of drafts and update docs * fix folder path and storyname * test(vrt): update snapshots * update tooltip's position to be absolute * Update docs/content/TooltipV2.mdx --------- Co-authored-by: broccolinisoup <broccolinisoup@users.noreply.github.com>
Based on the Tooltip v2 adoption discussion, this PR adds a new entry point as
next
and export Tooltip from it with an updated documentation. The discussion is still open for feedback for docs consolidation, so please feel free to share any ideas/thoughts/concerns 🙌🏻Changelog
New
next
entry pointChanged
Removed
Rollout strategy
Testing & Reviewing
import {Tooltip} from '@primer/react/next'
and make sure it imports the component properly.Merge checklist