Skip to content

Commit

Permalink
AlertBox and MaintenanceBanner: remove deprecated components (#902)
Browse files Browse the repository at this point in the history
* 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
it-harrison authored Oct 11, 2023
1 parent fca4718 commit 1dc8b7e
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 896 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,14 +330,13 @@ <h1><a href="index.html">All files</a> write-react-owners-to-csv.js</h1>
const today = require('./today');
&nbsp;
const componentsToKeep = [
'AlertBox',
'ExpandingGroup',
'IconSearch',
'LoadingIndicator',
'TextInput',
];
&nbsp;
const hasMigrationScript = ['AlertBox', 'LoadingIndicator'];
const hasMigrationScript = ['LoadingIndicator'];
&nbsp;
function cleanPath(pathToClean) {
const cwd = process.cwd();
Expand Down
5 changes: 0 additions & 5 deletions packages/react-components/index.js
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 packages/react-components/src/components/AlertBox/AlertBox.jsx

This file was deleted.

102 changes: 0 additions & 102 deletions packages/react-components/src/components/AlertBox/AlertBox.mdx

This file was deleted.

Loading

0 comments on commit 1dc8b7e

Please sign in to comment.