From 224be678821d04d0d869de50a53b75316908533c Mon Sep 17 00:00:00 2001 From: Daniel Cortes Date: Mon, 19 Aug 2024 12:37:43 -0600 Subject: [PATCH] PR feedback --- package-lock.json | 110 ++++++++++++++++++ .../app/(tabs)/arrow-left-bottom.svg | 1 - packages/ui-kit/package.json | 1 + .../src/components/Icon/Icon.stories.tsx | 5 - 4 files changed, 111 insertions(+), 6 deletions(-) delete mode 100644 packages/mobile-app/app/(tabs)/arrow-left-bottom.svg diff --git a/package-lock.json b/package-lock.json index edb976c..25d1895 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29414,6 +29414,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" }, @@ -29529,6 +29530,53 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "packages/ui-kit/node_modules/glob": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.0.tgz", + "integrity": "sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==", + "dev": true, + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^4.0.1", + "minimatch": "^10.0.0", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^2.0.0" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "packages/ui-kit/node_modules/glob/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "packages/ui-kit/node_modules/glob/node_modules/minimatch": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", + "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "packages/ui-kit/node_modules/globals": { "version": "13.24.0", "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", @@ -29544,6 +29592,24 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "packages/ui-kit/node_modules/jackspeak": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.0.1.tgz", + "integrity": "sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==", + "dev": true, + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" + } + }, "packages/ui-kit/node_modules/json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", @@ -29565,6 +29631,15 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "packages/ui-kit/node_modules/lru-cache": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.0.tgz", + "integrity": "sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==", + "dev": true, + "engines": { + "node": "20 || >=22" + } + }, "packages/ui-kit/node_modules/minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", @@ -29592,6 +29667,22 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "packages/ui-kit/node_modules/path-scurry": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz", + "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==", + "dev": true, + "dependencies": { + "lru-cache": "^11.0.0", + "minipass": "^7.1.2" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "packages/ui-kit/node_modules/react": { "version": "18.3.1", "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", @@ -29618,6 +29709,25 @@ "react": "^18.3.1" } }, + "packages/ui-kit/node_modules/rimraf": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-6.0.1.tgz", + "integrity": "sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==", + "dev": true, + "dependencies": { + "glob": "^11.0.0", + "package-json-from-dist": "^1.0.0" + }, + "bin": { + "rimraf": "dist/esm/bin.mjs" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "packages/ui-kit/node_modules/scheduler": { "version": "0.23.2", "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", diff --git a/packages/mobile-app/app/(tabs)/arrow-left-bottom.svg b/packages/mobile-app/app/(tabs)/arrow-left-bottom.svg deleted file mode 100644 index c74328a..0000000 --- a/packages/mobile-app/app/(tabs)/arrow-left-bottom.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/ui-kit/package.json b/packages/ui-kit/package.json index 97da263..beee1aa 100644 --- a/packages/ui-kit/package.json +++ b/packages/ui-kit/package.json @@ -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" } diff --git a/packages/ui-kit/src/components/Icon/Icon.stories.tsx b/packages/ui-kit/src/components/Icon/Icon.stories.tsx index 4ff346d..154dad2 100644 --- a/packages/ui-kit/src/components/Icon/Icon.stories.tsx +++ b/packages/ui-kit/src/components/Icon/Icon.stories.tsx @@ -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; export default meta;