-
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-twig): Introduce advanced Tooltip usage supported by FloatingUI #1246
Feat(web-twig): Introduce advanced Tooltip usage supported by FloatingUI #1246
Conversation
✅ Deploy Preview for spirit-design-system-demo canceled.
|
✅ Deploy Preview for spirit-design-system-react canceled.
|
4c354c2
to
4bad6f1
Compare
f9da091
to
5ba23d0
Compare
packages/web-twig/src/Resources/components/Tooltip/stories/TooltipClickable.twig
Outdated
Show resolved
Hide resolved
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.
Just a quick review. I have not seen it live nor checked it against the React implementation.
packages/web-twig/src/Resources/components/Tooltip/TooltipWrapper.twig
Outdated
Show resolved
Hide resolved
packages/web-twig/src/Resources/components/Tooltip/Tooltip.twig
Outdated
Show resolved
Hide resolved
packages/web-twig/src/Resources/components/Tooltip/stories/TooltipDismissibleViaJS.twig
Outdated
Show resolved
Hide resolved
packages/web-twig/src/Resources/components/Tooltip/stories/TooltipWithJsPlugin.twig
Show resolved
Hide resolved
🔝 @adamkudrna some of the suggestions need your answer, so please, give this a second try. Thanks. |
f5f004f
to
e69f597
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.
packages/web-twig/src/Resources/components/Tooltip/Tooltip.twig
Outdated
Show resolved
Hide resolved
packages/web-twig/src/Resources/components/Tooltip/Tooltip.twig
Outdated
Show resolved
Hide resolved
...ges/web-twig/src/Resources/components/Tooltip/__tests__/__snapshots__/tooltip.twig.snap.html
Outdated
Show resolved
Hide resolved
packages/web-twig/src/Resources/components/Tooltip/stories/TooltipClickable.twig
Outdated
Show resolved
Hide resolved
packages/web-twig/src/Resources/components/Tooltip/stories/TooltipWithJsPlugin.twig
Show resolved
Hide resolved
cd2da86
to
8ad4185
Compare
|
b608593
to
59f4252
Compare
* advanced floating functionality was applied on all tooltips with data-spirit-toggle="tooltip"
a995212
to
42a5f07
Compare
Description
Integrating advanced Tooltip usage and advanced floating ability into web-twig Tooltip component.
Additional context
Created a new TooltipPopover component with defined features. The same way we do this in the web-react. So the the TooltipWrapper will be renamed to Tooltip to stay compatible with implementation.
Issue reference
https://jira.lmc.cz/browse/DS-1087
Before submitting the PR, please make sure you do the following
fixes #123
).