Skip to content

Commit

Permalink
Merge pull request #68 from sopt-makers/feat/storybook
Browse files Browse the repository at this point in the history
chore: change index path
  • Loading branch information
sohee-K authored Apr 16, 2024
2 parents 3fa4b3b + f34b4f2 commit 90d38c4
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 22 deletions.
5 changes: 5 additions & 0 deletions .changeset/breezy-pillows-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sopt-makers/icons": patch
---

change index path
5 changes: 5 additions & 0 deletions .changeset/rude-elephants-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sopt-makers/colors": patch
---

change index path
5 changes: 5 additions & 0 deletions .changeset/smooth-dogs-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sopt-makers/fonts": patch
---

change index path
2 changes: 2 additions & 0 deletions apps/docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ dist-ssr
*.njsproj
*.sln
*.sw?

storybook-static
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"chromatic": "npx chromatic --project-token=chpt_98c750b6bad066a"
},
"dependencies": {
"@sopt-makers/ui": "1.1.1"
"@sopt-makers/ui": "^1.1.1"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.3",
Expand Down
1 change: 0 additions & 1 deletion apps/docs/src/stories/SearchField.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ export const SearchFieldStory: StoryObj<SearchFieldProps> = {
placeholder: 'Placeholder...',
readOnly: false,
disabled: false,
style: { width: '335px' },
},
};
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions packages/icons/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export * from "./src/Icon/Communication/index";
export * from "./src/Icon/Editor/index";
export * from "./src/Icon/Feedback/index";
export * from "./src/Icon/Files/index";
export * from "./src/Icon/General/index";
export * from "./src/Icon/Interaction/index";
export * from "./src/Icon/Media/index";
export * from "./src/Icon/Time/index";
export * from "./src/Icon/Users/index";
9 changes: 0 additions & 9 deletions packages/icons/src/index.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/icons/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"noEmit": true,
"strict": true
},
"include": ["src", "src/custom.d.ts"],
"include": ["src", "src/custom.d.ts", "index.ts"],
"exclude": ["node_modules"]
}
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2401,16 +2401,6 @@
resolved "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz"
integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==

"@sopt-makers/[email protected]":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@sopt-makers/ui/-/ui-1.1.1.tgz#bfa0d06d46d608b98cbb03534a21bd48e9f1eabc"
integrity sha512-NvsFdwxCT8Q5DNWdu6swaEFazySyi8SFEyrlfoZ4Ju0+7NYxmv1+hBLNWW4sI8yf+G1QtFrKleqgHZ3XhH0dxQ==
dependencies:
"@sopt-makers/colors" "^3.0.0"
"@sopt-makers/fonts" "^2.0.0"
"@vanilla-extract/css" "^1.14.0"
"@vanilla-extract/sprinkles" "1.6.1"

"@storybook/[email protected]":
version "7.6.17"
resolved "https://registry.npmjs.org/@storybook/addon-actions/-/addon-actions-7.6.17.tgz"
Expand Down

0 comments on commit 90d38c4

Please sign in to comment.