diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c907ff5..474610e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -5,7 +5,7 @@ We love your input! We want to make contributing to this project as easy and tra ## Getting Started 1. Fork the repository -2. Clone your fork: `git clone https://github.com/your-username/3-1_sds.git` +2. Clone your fork: `git clone https://github.com/your-username/3-2_side.git` 3. Install dependencies: `pnpm install` ## Creating a New Component diff --git a/.templates/component/package.json b/.templates/component/package.json index 2f2298a..9608639 100644 --- a/.templates/component/package.json +++ b/.templates/component/package.json @@ -5,7 +5,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/sipe-team/3-1_sds" + "url": "https://github.com/sipe-team/3-2_side" }, "type": "module", "exports": "./src/index.ts", diff --git a/README.md b/README.md index 9fa8f04..8c58476 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![](./public/assets/og-image.png) # Sipe Design System -[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/toss/slash/blob/main/LICENSE) ![Package Manager](https://img.shields.io/badge/pnpm-9.7.1-orange?logo=pnpm) [![Storybook](https://img.shields.io/badge/Storybook-8.4.5-ff4785?logo=storybook)](https://67417e47644abe8d4e63f82f-xvhdismwhu.chromatic.com/?path=/story/input--default) ![Tests](https://img.shields.io/badge/Vitest-2.1.4-green?logo=vitest) [![codecov](https://codecov.io/github/sipe-team/3-1_sds/graph/badge.svg?token=1TNLVUFPXC)](https://codecov.io/github/sipe-team/3-1_sds) Github Stars +[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/sipe-team/3-2_side/blob/main/LICENSE) ![Package Manager](https://img.shields.io/badge/pnpm-9.7.1-orange?logo=pnpm) [![Storybook](https://img.shields.io/badge/Storybook-8.4.5-ff4785?logo=storybook)](https://67417e47644abe8d4e63f82f-xvhdismwhu.chromatic.com/?path=/story/input--default) ![Tests](https://img.shields.io/badge/Vitest-2.1.4-green?logo=vitest) [![codecov](https://codecov.io/github/sipe-team/3-2_side/graph/badge.svg?token=1TNLVUFPXC)](https://codecov.io/github/sipe-team/3-2_side) Github Stars Sipe Design System is a monorepo-based component library built to modernize and standardize the official Sipe website. Drawing inspiration from our existing design patterns, we're creating a robust, type-safe, and accessible component system that can be used across all Sipe projects. @@ -17,12 +17,12 @@ This design system is built with: We maintain our component development roadmap in our [GitHub Project Board](https://github.com/orgs/sipe-team/projects/4). Before contributing, please check: -We warmly welcome contributions from the community, whether you're a Sipe team member or not! Your input helps make this design system better for everyone please read [contributing guidelines](https://github.com/sipe-team/3-1_sds/tree/main/.github/CONTRIBUTING.md) for more details. +We warmly welcome contributions from the community, whether you're a Sipe team member or not! Your input helps make this design system better for everyone please read [contributing guidelines](https://github.com/sipe-team/3-2_side/tree/main/.github/CONTRIBUTING.md) for more details. ## Contributors - - + + Sipe Design System 기여자 목록 ## License diff --git a/packages/Input/package.json b/packages/Input/package.json index 3777b58..e904b59 100644 --- a/packages/Input/package.json +++ b/packages/Input/package.json @@ -5,13 +5,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/sipe-team/3-1_sds" + "url": "https://github.com/sipe-team/3-2_side" }, "type": "module", "exports": "./src/index.ts", - "files": [ - "dist" - ], + "files": ["dist"], "scripts": { "build": "tsup", "build:storybook": "storybook build", diff --git a/packages/badge/package.json b/packages/badge/package.json index 763e1f6..5d727c6 100644 --- a/packages/badge/package.json +++ b/packages/badge/package.json @@ -5,13 +5,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/sipe-team/3-1_sds" + "url": "https://github.com/sipe-team/3-2_side" }, "type": "module", "exports": "./src/index.ts", - "files": [ - "dist" - ], + "files": ["dist"], "scripts": { "build": "tsup", "build:storybook": "storybook build", diff --git a/packages/button/package.json b/packages/button/package.json index ef4083e..db8e262 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -5,7 +5,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/sipe-team/3-1_sds" + "url": "https://github.com/sipe-team/3-2_side" }, "type": "module", "exports": "./src/index.ts", diff --git a/packages/card/package.json b/packages/card/package.json index 3d0435d..0f172c2 100644 --- a/packages/card/package.json +++ b/packages/card/package.json @@ -5,13 +5,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/sipe-team/3-1_sds" + "url": "https://github.com/sipe-team/3-2_side" }, "type": "module", "exports": "./src/index.ts", - "files": [ - "dist" - ], + "files": ["dist"], "scripts": { "build": "tsup", "build:storybook": "storybook build", diff --git a/packages/divider/package.json b/packages/divider/package.json index 9922a23..232d6a2 100644 --- a/packages/divider/package.json +++ b/packages/divider/package.json @@ -5,13 +5,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/sipe-team/3-1_sds" + "url": "https://github.com/sipe-team/3-2_side" }, "type": "module", "exports": "./src/index.ts", - "files": [ - "dist" - ], + "files": ["dist"], "scripts": { "build": "tsup", "build:storybook": "storybook build", diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index adab9b2..b825648 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -5,13 +5,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/sipe-team/3-1_sds" + "url": "https://github.com/sipe-team/3-2_side" }, "type": "module", "exports": "./src/index.ts", - "files": [ - "dist" - ], + "files": ["dist"], "scripts": { "build": "tsup", "build:storybook": "storybook build", diff --git a/packages/side/package.json b/packages/side/package.json index 3c918e4..aeb5997 100644 --- a/packages/side/package.json +++ b/packages/side/package.json @@ -5,14 +5,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/sipe-team/3-1_sds" + "url": "https://github.com/sipe-team/3-2_side" }, "type": "module", "exports": "./src/index.ts", - "files": [ - "dist", - "styles.css" - ], + "files": ["dist", "styles.css"], "scripts": { "build": "tsup", "prepack": "pnpm run build" diff --git a/packages/skeleton/package.json b/packages/skeleton/package.json index 3c39177..5c255bd 100644 --- a/packages/skeleton/package.json +++ b/packages/skeleton/package.json @@ -5,13 +5,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/sipe-team/3-1_sds" + "url": "https://github.com/sipe-team/3-2_side" }, "type": "module", "exports": "./src/index.ts", - "files": [ - "dist" - ], + "files": ["dist"], "scripts": { "build": "tsup", "build:storybook": "storybook build", diff --git a/packages/switch/package.json b/packages/switch/package.json index c11ab90..eed07d7 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -5,13 +5,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/sipe-team/3-1_sds" + "url": "https://github.com/sipe-team/3-2_side" }, "type": "module", "exports": "./src/index.ts", - "files": [ - "dist" - ], + "files": ["dist"], "scripts": { "build": "tsup", "build:storybook": "storybook build", diff --git a/packages/tokens/package.json b/packages/tokens/package.json index f931472..b922a2f 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -5,13 +5,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/sipe-team/3-1_sds" + "url": "https://github.com/sipe-team/3-2_side" }, "type": "module", "exports": "./src/index.ts", - "files": [ - "dist" - ], + "files": ["dist"], "scripts": { "build": "tsup", "build:storybook": "storybook build", diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 2703e98..0490c8e 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -5,13 +5,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/sipe-team/3-1_sds" + "url": "https://github.com/sipe-team/3-2_side" }, "type": "module", "exports": "./src/index.ts", - "files": [ - "dist" - ], + "files": ["dist"], "scripts": { "build": "tsup", "build:storybook": "storybook build", diff --git a/packages/typography/package.json b/packages/typography/package.json index 57ec41f..e459381 100644 --- a/packages/typography/package.json +++ b/packages/typography/package.json @@ -5,13 +5,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/sipe-team/3-1_sds" + "url": "https://github.com/sipe-team/3-2_side" }, "type": "module", "exports": "./src/index.ts", - "files": [ - "dist" - ], + "files": ["dist"], "scripts": { "build": "tsup", "build:storybook": "storybook build",