-
Notifications
You must be signed in to change notification settings - Fork 1
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(web): FloatingUI integration to Tooltip #DS-1086 #1197
Feat(web): FloatingUI integration to Tooltip #DS-1086 #1197
Conversation
✅ Deploy Preview for spirit-design-system-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for spirit-design-system-demo ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for spirit-design-system-validations canceled.
|
✅ Deploy Preview for spirit-design-system-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Nice work! So many calculations :-) But it is looking good and it works fine. We should finalize this tomorrow :-) |
331fb7e
to
1c2a531
Compare
Changes unknown |
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 👍 Good Job! Thanks a lot I know it was exhausting :-)
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.
Amazing job! 👏🏻
3a32272
to
82e34ec
Compare
@@ -88,6 +88,7 @@ | |||
"vite-plugin-handlebars": "1.6.0" | |||
}, | |||
"peerDependencies": { | |||
"@floating-ui/dom": "^1.5.3", |
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.
Please, add this also to dev dependencies.
|
||
<div class="docs-Stack docs-Stack--start spirit-feature-tooltip-enable-data-placement"> | ||
|
||
<h3>Without Floating UI</h3> |
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.
Are you sure this is without Floating UI, because the plugin is used...
- Tooltip addon changes - Tooltip example demo changes - Tooltip readme changes - Delete old floating ui example
f5f004f
to
e69f597
Compare
Description
Additional context
Issue reference
Before submitting the PR, please make sure you do the following
fixes #123
).