Add BDS link styles and update existing link styles

- Introduced new styles for BDS link icons, including hover and focus states.
- Updated existing link styles to exclude BDS links from certain color and hover effects.
- Ensured consistent styling across light and dark themes for BDS links.
- Refactored landing page link styles to accommodate new BDS link classes.
This commit is contained in:
akcodez
2025-12-02 10:21:52 -08:00
parent 5b73ccb8be
commit 2ff14e4224
11 changed files with 1736 additions and 34 deletions

View File

@@ -0,0 +1,5 @@
export { Link } from './Link';
export type { LinkProps, LinkVariant, LinkSize, LinkColor, LinkIconType } from './Link';
export { LinkArrow } from './LinkArrow';
export type { LinkArrowProps, LinkArrowVariant, LinkArrowSize } from './LinkArrow';