Skip to content

Commit

Permalink
unistall deprecated storybook-addon-designs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikk15 committed Jun 14, 2023
1 parent a88a5cf commit f44ab0c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 93 deletions.
90 changes: 0 additions & 90 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@
"shelljs": "^0.8.5",
"spritesheet-js": "github:mozillareality/spritesheet.js#hubs/master",
"storybook": "^7.0.20",
"storybook-addon-designs": "^6.3.1",
"style-loader": "^3.3.1",
"stylelint": "^14.9.1",
"stylelint-config-recommended-scss": "^7.0.0",
Expand Down
2 changes: 0 additions & 2 deletions src/react-components/icons/Icon.stories.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from "react";
import { withDesign } from "storybook-addon-designs";
import { ReactComponent as AudioIcon } from "./Audio.svg";
import { ReactComponent as AvatarIcon } from "./Avatar.svg";
import { ReactComponent as CameraIcon } from "./Camera.svg";
Expand Down Expand Up @@ -48,7 +47,6 @@ import { ReactComponent as HmcLogo } from "./HmcLogo.svg";

export default {
title: "Icon",
decorators: [withDesign],
argTypes: {
color: { control: "color" }
}
Expand Down

0 comments on commit f44ab0c

Please sign in to comment.