Skip to content

Commit

Permalink
ExpandingGroup: Remove deprecated React component (#1047)
Browse files Browse the repository at this point in the history
* remove ExpandingGroup React component

* update react package version
  • Loading branch information
jamigibbs authored Feb 6, 2024
1 parent e4c5e7f commit c557914
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 250 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ <h1><a href="index.html">All files</a> write-react-owners-to-csv.js</h1>
&nbsp;
const componentsToKeep = [
'AlertBox',
'ExpandingGroup',
];
&nbsp;
const hasMigrationScript = ['AlertBox'];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const csv = require('csv');
const codeowners = require('./codeowners.json');
const today = require('./today');

const componentsToKeep = ['AlertBox', 'ExpandingGroup', 'Modal'];
const componentsToKeep = ['AlertBox', 'Modal'];

const hasMigrationScript = ['AlertBox'];

Expand Down
3 changes: 1 addition & 2 deletions packages/react-components/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import ExpandingGroup from './ExpandingGroup';
import Modal from './Modal';

import './i18n-setup';

export { ExpandingGroup, Modal };
export { Modal };
2 changes: 1 addition & 1 deletion packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@department-of-veterans-affairs/react-components",
"version": "27.0.0",
"version": "28.0.0",
"description": "VA.gov component library in React",
"keywords": [
"react",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 1 addition & 2 deletions packages/react-components/src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import ExpandingGroup from './components/ExpandingGroup/ExpandingGroup';
import Modal from './components/Modal/Modal';

export { ExpandingGroup, Modal };
export { Modal };
53 changes: 0 additions & 53 deletions packages/storybook/stories/ExpandingGroup.stories.jsx

This file was deleted.

0 comments on commit c557914

Please sign in to comment.