feat(tokens): define primitive token foundations#248
feat(tokens): define primitive token foundations#2483o14 wants to merge 2 commits intodev/side-v2from
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (2)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
|
외부에 노출되는 API 변경점은 없어서 changeset은 생략했습니다. 개발자 리뷰는 따로 불필요해서 PR 리뷰는 정민님께서 봐주시면 좋을 것 같습니다! @haedawn |
Summary
SIDE v2 디자인 토큰의 Primitive 레이어(원시값 계층)를 JSON으로 정의합니다.
Semantic 토큰 설계(#221)의 선행 작업입니다.
tokens/primitive/color.json— 10개 hue × 11단계(50~950) + black/whitetokens/primitive/spacing.json— 4px 기본 단위, space-050~900tokens/primitive/radius.json— none / sm / md / lg / xl / fulltokens/primitive/typography.json— fontFamily / fontSize / fontWeight / lineHeightNotes
color.gray.500)-side-color-gray-500Related
closes #220