Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

디자인 시스템 Compound Pattern 적용 #124

Merged
merged 8 commits into from
May 7, 2024
Merged

디자인 시스템 Compound Pattern 적용 #124

merged 8 commits into from
May 7, 2024

Conversation

gwansikk
Copy link
Member

@gwansikk gwansikk commented May 7, 2024

Summary

디자인 시스템에 Compound Pattern을 적용합니다.

Tasks

  • 디자인 시스템에 preflight 추가: 디자인 시스템에 Tailwind CSS Preflight를 추가했어요.
  • className 병합을 위한 un 추가: 클래스 이름을 병합할 때 사용할 유틸리티 un을 추가했어요.
  • 타입 체크 스크립트 추가: 디자인 시스템의 타입 안정성을 검증하기 위한 스크립트를 추가했어요.
  • tailwind.config에서 디자인 시스템 Purge 제거: 디자인 시스템을 위한 Purge 설정을 제거 했어요. (라이브러리에 포함)
  • 디자인 시스템과 Menubar를 컴파운드 패턴으로 변경: 디자인 시스템의 구조를 컴파운드 패턴으로 변경하여, 컴포넌트의 확장성과 유지보수성을 향상시켰어요.
  • 디자인 시스템 타입 추가: 디자인 시스템에 사용될 여러 타입을 정의했어요.
  • 디자인 시스템 변경으로 인한 타입 에러 개선: 디자인 시스템의 업데이트 후 발생한 타입 에러를 해결했어요.

ETC

디자인 시스템 구조 변경으로 인한 프로젝트 에러 개선을 포함합니다.

@gwansikk gwansikk added 🔨 Refactor 코드 수정 및 최적화 🧩 DesignSystem design-system 프로젝트 관련 labels May 7, 2024
@gwansikk gwansikk self-assigned this May 7, 2024
@gwansikk gwansikk linked an issue May 7, 2024 that may be closed by this pull request
2 tasks
Copy link

changeset-bot bot commented May 7, 2024

⚠️ No Changeset found

Latest commit: b9a49cf

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@gwansikk gwansikk merged commit aacf94a into main May 7, 2024
3 checks passed
@gwansikk gwansikk deleted the refactor/#123 branch May 7, 2024 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧩 DesignSystem design-system 프로젝트 관련 🔨 Refactor 코드 수정 및 최적화
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DesignSystem] Compound Pattern
1 participant