-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AlertBox and MaintenanceBanner: remove deprecated components (#902)
* remove files/refs * remove problem refs * try skipping test * Revert "remove problem refs" This reverts commit d13a060. * Revert "try skipping test" This reverts commit df71492.
- Loading branch information
1 parent
fca4718
commit 1dc8b7e
Showing
10 changed files
with
1 addition
and
896 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,19 @@ | ||
import AlertBox, { ALERT_TYPE } from './AlertBox'; | ||
import Breadcrumbs from './Breadcrumbs'; | ||
import ExpandingGroup from './ExpandingGroup'; | ||
import IconBase from './IconBase'; | ||
import IconSearch from './IconSearch'; | ||
import LoadingIndicator from './LoadingIndicator'; | ||
import MaintenanceBanner from './MaintenanceBanner'; | ||
import Modal from './Modal'; | ||
import TextInput from './TextInput'; | ||
|
||
import './i18n-setup'; | ||
|
||
export { | ||
AlertBox, | ||
ALERT_TYPE, | ||
Breadcrumbs, | ||
ExpandingGroup, | ||
IconBase, | ||
IconSearch, | ||
LoadingIndicator, | ||
MaintenanceBanner, | ||
Modal, | ||
TextInput, | ||
}; |
203 changes: 0 additions & 203 deletions
203
packages/react-components/src/components/AlertBox/AlertBox.jsx
This file was deleted.
Oops, something went wrong.
102 changes: 0 additions & 102 deletions
102
packages/react-components/src/components/AlertBox/AlertBox.mdx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.