Skip to content

Commit

Permalink
Merge pull request #92 from timelessco/refactor-externals
Browse files Browse the repository at this point in the history
refactor(aria): ♻️  remove aria dependencies with button & interactions
  • Loading branch information
navin-moorthy authored Oct 14, 2020
2 parents 2c5bbe4 + 9606a7d commit f90f476
Show file tree
Hide file tree
Showing 32 changed files with 15 additions and 1,004 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@
"@chakra-ui/utils": "1.0.0-rc.5",
"@react-aria/button": "3.2.2",
"@react-aria/i18n": "3.1.2",
"@react-aria/interactions": "3.2.1",
"@react-aria/link": "3.1.2",
"@react-aria/utils": "3.3.0",
"@react-aria/visually-hidden": "^3.2.1",
"@react-stately/toggle": "3.2.1",
"date-fns": "2.16.1",
"reakit": "1.2.5",
"reakit-system": "0.14.5",
Expand Down
2 changes: 1 addition & 1 deletion src/breadcrumbs/__tests__/Breadcrumbs.test.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from "react";
import { axe, render } from "reakit-test-utils";

import { Breadcrumbs, BreadcrumbLink } from "..";
import { Breadcrumbs, BreadcrumbLink } from "../index";

const BreadcrumbComp = () => {
return (
Expand Down
48 changes: 0 additions & 48 deletions src/button/AriaButton.ts

This file was deleted.

54 changes: 0 additions & 54 deletions src/button/AriaToggleButton.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/button/__keys.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/button/index.ts

This file was deleted.

41 changes: 0 additions & 41 deletions src/button/stories/AriaButton.stories.tsx

This file was deleted.

41 changes: 0 additions & 41 deletions src/button/stories/AriaToggleButton.stories.tsx

This file was deleted.

156 changes: 0 additions & 156 deletions src/button/stories/Buttons.tsx

This file was deleted.

Loading

0 comments on commit f90f476

Please sign in to comment.