manager icon indicating copy to clipboard operation
manager copied to clipboard

refactor: [M3-8707] - Move `Tooltip` component to UI package

Open hkhalil-akamai opened this issue 1 year ago • 0 comments

Description 📝

Moves the Tooltip component to the @linode/ui package and updates existing imports.

Keeping the existing Tooltip in the src/components directory with a new @deprecated annotation until Storybook is migrated.

Changes 🔄

  • Copy Tooltip icon to @linode/ui package
  • Update existing imports
  • Add deprecation annotation to existing component

How to test 🧪

Verify the usages of Tooltip in the following locations: Screenshot 2024-10-17 at 5 33 07 PM

hkhalil-akamai avatar Oct 17 '24 21:10 hkhalil-akamai