Skip to content

Commit

Permalink
Removed IconUser React component (#812)
Browse files Browse the repository at this point in the history
* Removed IconUser React component

* version bump

* revert version bump

* version bump for react pakcage
  • Loading branch information
harshil1793 authored Aug 29, 2023
1 parent c5b2d17 commit 0792116
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 213 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ <h1><a href="index.html">All files</a> write-react-owners-to-csv.js</h1>
'Checkbox',
'ExpandingGroup',
'IconSearch',
'IconUser',
'LoadingIndicator',
'Pagination',
'Select',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const componentsToKeep = [
'Checkbox',
'ExpandingGroup',
'IconSearch',
'IconUser',
'LoadingIndicator',
'Pagination',
'Select',
Expand Down
2 changes: 0 additions & 2 deletions packages/react-components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Checkbox from './Checkbox';
import ExpandingGroup from './ExpandingGroup';
import IconBase from './IconBase';
import IconSearch from './IconSearch';
import IconUser from './IconUser';
import LoadingIndicator from './LoadingIndicator';
import MaintenanceBanner from './MaintenanceBanner';
import Modal from './Modal';
Expand All @@ -31,7 +30,6 @@ export {
ExpandingGroup,
IconBase,
IconSearch,
IconUser,
LoadingIndicator,
MaintenanceBanner,
Modal,
Expand Down
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": "14.0.0",
"version": "15.0.0",
"description": "VA.gov component library in React",
"keywords": [
"react",
Expand Down
82 changes: 0 additions & 82 deletions packages/react-components/src/components/IconUser/IconUser.jsx

This file was deleted.

31 changes: 0 additions & 31 deletions packages/react-components/src/components/IconUser/IconUser.mdx

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions packages/react-components/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Checkbox from './components/Checkbox/Checkbox';
import ExpandingGroup from './components/ExpandingGroup/ExpandingGroup';
import IconBase from './components/IconBase/IconBase';
import IconSearch from './components/IconSearch/IconSearch';
import IconUser from './components/IconUser/IconUser';
import LoadingIndicator from './components/LoadingIndicator/LoadingIndicator';
import MaintenanceBanner from './components/MaintenanceBanner/MaintenanceBanner';
import Modal from './components/Modal/Modal';
Expand All @@ -29,7 +28,6 @@ export {
ExpandingGroup,
IconBase,
IconSearch,
IconUser,
LoadingIndicator,
MaintenanceBanner,
Modal,
Expand Down
29 changes: 0 additions & 29 deletions packages/storybook/stories/IconUser.stories.jsx

This file was deleted.

4 changes: 0 additions & 4 deletions packages/storybook/stories/additional-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ export const additionalDocs = {
maturityCategory: CAUTION,
maturityLevel: AVAILABLE,
},
'Icon - user': {
maturityCategory: CAUTION,
maturityLevel: AVAILABLE,
},
// MDX
'Link - Action': {
guidanceHref: 'link/action',
Expand Down

0 comments on commit 0792116

Please sign in to comment.