Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dgca committed Aug 19, 2024
1 parent 189f199 commit 224be67
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 6 deletions.
110 changes: 110 additions & 0 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 packages/mobile-app/app/(tabs)/arrow-left-bottom.svg

This file was deleted.

1 change: 1 addition & 0 deletions packages/ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.3",
"rimraf": "^6.0.1",
"storybook": "^8.2.9",
"typescript": "5.1.3"
}
Expand Down
5 changes: 0 additions & 5 deletions packages/ui-kit/src/components/Icon/Icon.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
import type { Meta, StoryObj } from "@storybook/react";
import { fn } from "@storybook/test";
import { Icon } from "./Icon";

// More on how to set up stories at: https://storybook.js.org/docs/writing-stories#default-export
const meta = {
title: "Components/Icon",
component: Icon,
parameters: {
// Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/configure/story-layout
layout: "centered",
},
// This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/writing-docs/autodocs
tags: ["autodocs"],
// Use `fn` to spy on the onClick arg, which will appear in the actions panel once invoked: https://storybook.js.org/docs/essentials/actions#action-args
} satisfies Meta<typeof Icon>;

export default meta;
Expand Down

0 comments on commit 224be67

Please sign in to comment.