Skip to content

feat: Add design token for tooltip enter animation#4829

Merged
jperals merged 4 commits into
mainfrom
dev-v3-jotresse-tooltip-enter-animation
Jul 27, 2026
Merged

feat: Add design token for tooltip enter animation#4829
jperals merged 4 commits into
mainfrom
dev-v3-jotresse-tooltip-enter-animation

Conversation

@jperals

@jperals jperals commented Jul 24, 2026

Copy link
Copy Markdown
Member

Description

Adds design token for tooltip enter animation

How has this been tested?

Manually, on the new dev page.

Review checklist

The following items are to be evaluated by the author(s) and the reviewer(s).

Correctness

  • Changes include appropriate documentation updates.
  • Changes are backward-compatible if not indicated, see CONTRIBUTING.md.
  • Changes do not include unsupported browser features, see CONTRIBUTING.md.
  • Changes were manually tested for accessibility, see accessibility guidelines.

Security

Testing

  • Changes are covered with new/existing unit tests?
  • Changes are covered with new/existing integration tests?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@jperals
jperals force-pushed the dev-v3-jotresse-tooltip-enter-animation branch from 6edaa22 to 792ce2c Compare July 24, 2026 09:33
@jperals jperals changed the title Dev v3 jotresse tooltip enter animation feat: Add design token for tooltip enter animation Jul 24, 2026
Comment thread pages/app/index.html

// Theming generates inline styles in runtime
if (location.hash.includes('theming') || location.hash.includes('side-navigation/collapsed')) {
if (location.hash.includes('theming') || location.hash.includes('side-navigation/collapsed') || location.hash.includes('tooltip/motion')) {

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This is needed in order to use applyTheme in the new page

@jperals
jperals marked this pull request as ready for review July 24, 2026 09:41
@jperals
jperals requested a review from a team as a code owner July 24, 2026 09:41
@jperals
jperals requested review from gethinwebster and removed request for a team July 24, 2026 09:41
Comment thread src/tooltip/internal.tsx Outdated
<div
{...baseProps}
className={clsx(testUtilStyles.root, baseProps.className)}
className={clsx(testUtilStyles.root, styles.root)}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

shouldn't baseProps.className be retained as well?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Yes, thank you, added back

@codecov

codecov Bot commented Jul 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.61%. Comparing base (90c8d77) to head (5556993).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4829   +/-   ##
=======================================
  Coverage   97.61%   97.61%           
=======================================
  Files         952      952           
  Lines       30816    30816           
  Branches    11318    11318           
=======================================
  Hits        30081    30081           
  Misses        688      688           
  Partials       47       47           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jperals
jperals added this pull request to the merge queue Jul 27, 2026
Merged via the queue into main with commit 2b04fc3 Jul 27, 2026
58 checks passed
@jperals
jperals deleted the dev-v3-jotresse-tooltip-enter-animation branch July 27, 2026 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants