Skip to content

Commit 2456a9b

Browse files
committed
feat: Remove Popup and PopupOpener components
BREAKING CHANGE: Popup and PopupOpener have been removed with no replacement
1 parent f2cc825 commit 2456a9b

File tree

7 files changed

+0
-348
lines changed

7 files changed

+0
-348
lines changed

docs/styleguide.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ module.exports = {
114114
'../react/InputGroup',
115115
'../react/LoadMore',
116116
'../react/Labs/PasswordInput',
117-
'../react/Popup',
118-
'../react/PopupOpener',
119117
'../react/SelectBox/SelectBox.jsx',
120118
'../react/Spinner',
121119
'../react/Stack',

react/Popup/Readme.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

react/Popup/index.jsx

Lines changed: 0 additions & 154 deletions
This file was deleted.

react/Popup/index.spec.jsx

Lines changed: 0 additions & 105 deletions
This file was deleted.

react/PopupOpener/Readme.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

react/PopupOpener/index.jsx

Lines changed: 0 additions & 56 deletions
This file was deleted.

react/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export { default as FileInput } from './FileInput'
5858
export { default as InlineCard } from './deprecated/InlineCard'
5959
export { default as Stack } from './Stack'
6060
export { default as PercentageLine } from './deprecated/PercentageLine'
61-
export { default as Popup } from './Popup'
6261
export {
6362
default as ViewStack,
6463
ModalStack,

0 commit comments

Comments
 (0)