-
Notifications
You must be signed in to change notification settings - Fork 2.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
feat: add tooltip and anchor region web component #16399
feat: add tooltip and anchor region web component #16399
Conversation
6468528
to
95d1c98
Compare
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 2ae4779:
|
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 165259181dd79866dc7ae5fa57c10a0f209d668f (build) |
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.
smoked, looks good in HC too
packages/web-components/src/anchored-region/fixtures/anchored-region.html
Outdated
Show resolved
Hide resolved
be7a5b4
to
17365e8
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.
Smoked, seems good.
4b1fd3d
to
dc0169c
Compare
dc0169c
to
26cfc88
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.
Approved for package.json and yarn.lock changes (@chrisdholt should approve the rest)
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.
Thanks @khamudom!
🎉 Handy links: |
* add tail on top and bottom tooltip * update fixture, storybook and styles for tooltip and anchor region * Change files * fixed import order in stories * export anchor region and removed TODO comment * update anchor region example * updated the fixture base file to use fluent components * combined selector creating the the bubble tail * generate and add api report * added elevation * update background and color to use neutral contrast recipe * update FAST to Fluent and bump fast-foundation version to 1.16.1 * revert version and opt into semver on fast-foundation
* add tail on top and bottom tooltip * update fixture, storybook and styles for tooltip and anchor region * Change files * fixed import order in stories * export anchor region and removed TODO comment * update anchor region example * updated the fixture base file to use fluent components * combined selector creating the the bubble tail * generate and add api report * added elevation * update background and color to use neutral contrast recipe * update FAST to Fluent and bump fast-foundation version to 1.16.1 * revert version and opt into semver on fast-foundation
Pull request checklist
$ yarn change
Description of changes
Added index, styles, stories and fixture files for
tooltip
andanchor-region
.Using the
::after
selector, I added a triangle(tail) to the tooltip, to match fluentui design.Focus areas to test