Conversation
Walkthrough이 변경사항은 프로젝트의 타이포그래피 시스템을 전면적으로 개편하여, 다양한 font-weight가 적용된 새로운 타이포그래피 variant들을 추가하고, 기존 컴포넌트 및 스타일에서 이 variant들을 활용하도록 일괄적으로 수정하였습니다. Storybook 스토리 및 일부 스타일 파일에서 관련 import와 default 값도 함께 변경되었습니다. Changes
Sequence Diagram(s)sequenceDiagram
participant 개발자 as 개발자
participant Typography as typography.css.ts
participant 컴포넌트 as UI 컴포넌트 (Text, BottomSheet 등)
개발자->>Typography: 다양한 font-weight의 variant 정의
컴포넌트->>Typography: 필요한 typo variant import 및 사용
컴포넌트->>컴포넌트: fontWeight 스타일 자동 적용
개발자->>컴포넌트: Storybook 스토리 및 기본값 수정
Assessment against linked issues
Assessment against linked issues: Out-of-scope changes(해당 사항 없음) Suggested labels
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
src/components/ui/Text/Text.stories.tsxOops! Something went wrong! :( ESLint: 9.27.0 ESLint couldn't find the plugin "eslint-plugin-react-hooks". (The package "eslint-plugin-react-hooks" was not found when loaded as a Node module from the directory "".) It's likely that the plugin isn't installed correctly. Try reinstalling by running the following: The plugin "eslint-plugin-react-hooks" was referenced from the config file in " » eslint-config-next/core-web-vitals » /node_modules/.pnpm/eslint-config-next@15.3.2_eslint@9.27.0_jiti@2.4.2__typescript@5.8.3/node_modules/eslint-config-next/index.js". If you still can't figure out the problem, please see https://eslint.org/docs/latest/use/troubleshooting. src/components/ui/Text/Text.tsxOops! Something went wrong! :( ESLint: 9.27.0 ESLint couldn't find the plugin "eslint-plugin-react-hooks". (The package "eslint-plugin-react-hooks" was not found when loaded as a Node module from the directory "".) It's likely that the plugin isn't installed correctly. Try reinstalling by running the following: The plugin "eslint-plugin-react-hooks" was referenced from the config file in " » eslint-config-next/core-web-vitals » /node_modules/.pnpm/eslint-config-next@15.3.2_eslint@9.27.0_jiti@2.4.2__typescript@5.8.3/node_modules/eslint-config-next/index.js". If you still can't figure out the problem, please see https://eslint.org/docs/latest/use/troubleshooting. src/styles/typography.css.tsOops! Something went wrong! :( ESLint: 9.27.0 ESLint couldn't find the plugin "eslint-plugin-react-hooks". (The package "eslint-plugin-react-hooks" was not found when loaded as a Node module from the directory "".) It's likely that the plugin isn't installed correctly. Try reinstalling by running the following: The plugin "eslint-plugin-react-hooks" was referenced from the config file in " » eslint-config-next/core-web-vitals » /node_modules/.pnpm/eslint-config-next@15.3.2_eslint@9.27.0_jiti@2.4.2__typescript@5.8.3/node_modules/eslint-config-next/index.js". If you still can't figure out the problem, please see https://eslint.org/docs/latest/use/troubleshooting. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (3)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
🎨 Storybook Preview: https://685a32a1c0bbd269fdb67af4-rubcgyjifu.chromatic.com/ |
wkdtnqls0506
left a comment
There was a problem hiding this comment.
오우 준환님 빠르십니다! 수고하셨습니다 🙇🏻♀️
✅ 이슈 번호
close #71
🪄 작업 내용 (변경 사항)
📸 스크린샷
💡 설명
🗣️ 리뷰어에게 전달 사항
수빈님 카톡으로 말씀드린 것처럼, 타이포에서 변경된 것들 사용 중이던 곳은 모두 변경해야해요!
ex)
typography.body1->typography.body1Sb📍 트러블 슈팅
Summary by CodeRabbit
Style
Documentation
New Features