Skip to content

Commit

Permalink
feat(plasma-hope): Remove Link component
Browse files Browse the repository at this point in the history
  • Loading branch information
neretin-trike committed Sep 13, 2023
1 parent c302c4f commit 71cecb8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 96 deletions.
9 changes: 0 additions & 9 deletions packages/plasma-hope/api/plasma-hope.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -862,15 +862,6 @@ export { LineSkeleton }

export { LineSkeletonProps }

// Warning: (ae-forgotten-export) The symbol "LinkProps" needs to be exported by the entry point index.d.ts
//
// @public
export const Link: StyledComponent<"a", any, LinkProps & {
$isHover?: boolean | undefined;
$isPressed?: boolean | undefined;
$isVisited?: boolean | undefined;
}, never>;

// @public (undocumented)
export const link = "var(--plasma-colors-link)";

Expand Down
85 changes: 0 additions & 85 deletions packages/plasma-hope/src/components/Link/Link.tsx

This file was deleted.

1 change: 0 additions & 1 deletion packages/plasma-hope/src/components/Link/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/plasma-hope/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export * from './components/ElasticGrid';
export * from './components/Dropdown';
export * from './components/Grid';
export * from './components/Image';
export * from './components/Link';
export * from './components/List';
export * from './components/Modal';
export * from './components/Notification';
Expand Down

0 comments on commit 71cecb8

Please sign in to comment.