Skip to content

Commit

Permalink
chore(docs): Removed SwipeableTabs demo since it didn't really work
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Nov 24, 2021
1 parent 8bdf532 commit 2d79f93
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 304 deletions.
1 change: 0 additions & 1 deletion packages/documentation/package.json
Expand Up @@ -38,7 +38,6 @@
"react-marked-renderer": "^1.0.0",
"react-md": "^3.1.1",
"react-router-dom": "^6.0.2",
"react-swipeable": "^6.2.0",
"react-transition-group": "^4.4.2",
"react-virtualized": "^9.22.3",
"sass": "^1.43.4"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions packages/documentation/src/components/Demos/Tabs/index.tsx
Expand Up @@ -12,7 +12,6 @@ import simpleTwoPageTab from "./SimpleTwoPageTab.md";

import { ConfigurableTabs, configurableTabs } from "./ConfigurableTabs";
import { PersistentTabs, persistentTabs } from "./PersistentTabs";
import { swipeableTabs, SwipeableTabs } from "./SwipeableTabs";

const demos = [
{
Expand Down Expand Up @@ -41,13 +40,6 @@ const demos = [
children: <ConfigurableTabs />,
phoneFullPage: true,
},
{
name: "Swipeable Tabs",
description: swipeableTabs,
children: <SwipeableTabs />,
emulated: { appBar: null, contentStacked: true },
fullPageFAB: true,
},
];

export default function Tabs(): ReactElement {
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Expand Up @@ -11681,11 +11681,6 @@ react-shallow-renderer@^16.13.1:
object-assign "^4.1.1"
react-is "^16.12.0 || ^17.0.0"

react-swipeable@^6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/react-swipeable/-/react-swipeable-6.2.0.tgz#057271cb7a6fb4af9d2a3f6d80ccdf33e2f64d47"
integrity sha512-nWQ8dEM8e/uswZLSIkXUsAnQmnX4MTcryOHBQIQYRMJFDpgDBSiVbKsz/BZVCIScF4NtJh16oyxwaNOepR6xSw==

react-test-renderer@^17.0.2:
version "17.0.2"
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-17.0.2.tgz#4cd4ae5ef1ad5670fc0ef776e8cc7e1231d9866c"
Expand Down

0 comments on commit 2d79f93

Please sign in to comment.