Skip to content

Commit

Permalink
refactor(popover-manager)!: Remove deprecated component. #5798
Browse files Browse the repository at this point in the history
  • Loading branch information
driskull committed Nov 28, 2022
1 parent 5d886e4 commit 925f43d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 153 deletions.
44 changes: 0 additions & 44 deletions src/components/popover-manager/popover-manager.e2e.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/components/popover-manager/popover-manager.scss

This file was deleted.

83 changes: 0 additions & 83 deletions src/components/popover-manager/popover-manager.tsx

This file was deleted.

22 changes: 0 additions & 22 deletions src/components/popover-manager/readme.md

This file was deleted.

2 changes: 1 addition & 1 deletion stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const create: () => Config = () => ({
{ components: ["calcite-fab"] },
{ components: ["calcite-flow"] },
{ components: ["calcite-panel"] },
{ components: ["calcite-popover", "calcite-popover-manager"] },
{ components: ["calcite-popover"] },
{ components: ["calcite-progress"] },
{ components: ["calcite-pick-list", "calcite-pick-list-group", "calcite-pick-list-item"] },
{ components: ["calcite-radio-button"] },
Expand Down

0 comments on commit 925f43d

Please sign in to comment.