Skip to content

Commit

Permalink
Merge pull request #1859 from chanzuckerberg/aholloway/EFI-1471
Browse files Browse the repository at this point in the history
feat!: remove deprecated components
  • Loading branch information
booc0mtaco authored Feb 27, 2024
2 parents 0d2bfe0 + 0479863 commit cbf59d9
Show file tree
Hide file tree
Showing 98 changed files with 161 additions and 9,934 deletions.
13 changes: 6 additions & 7 deletions .storybook/pages/WireframeDemo/WireframeDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
Link,
Select,
Tabs,
Tab,
Text,
Tooltip,
} from '../../../src';
Expand Down Expand Up @@ -221,26 +220,26 @@ const WatchPage = ({ onLogout }: { onLogout: () => void }) => {
</div>

<Tabs className="mt-4">
<Tab title="All (3)">
<Tabs.Tab title="All (3)">
<div className="flex">
<StudentTab active studentName="Mikaela" />
<StudentTab studentName="Cesar" />
<StudentTab studentName="Truman" />
</div>
</Tab>
</Tabs.Tab>

<Tab title="New (1)">
<Tabs.Tab title="New (1)">
<div className="flex">
<StudentTab active studentName="Mikaela" />
</div>
</Tab>
</Tabs.Tab>

<Tab title="Open (2)">
<Tabs.Tab title="Open (2)">
<div className="flex">
<StudentTab studentName="Cesar" />
<StudentTab studentName="Truman" />
</div>
</Tab>
</Tabs.Tab>
</Tabs>
</div>

Expand Down
105 changes: 0 additions & 105 deletions src/components/DataBar/DataBar.module.css

This file was deleted.

137 changes: 0 additions & 137 deletions src/components/DataBar/DataBar.stories.tsx

This file was deleted.

37 changes: 0 additions & 37 deletions src/components/DataBar/DataBar.test.tsx

This file was deleted.

Loading

0 comments on commit cbf59d9

Please sign in to comment.