chore(tokens): token JSON file integration#274
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:
|
Changes
Token Studio 연동을 위해 기존 json 파일을 하나의 tokens.json 으로 통합합니다.
작업 배경: https://sipe-team.slack.com/archives/C0AN5S2T458/p1777475537413149?thread_ts=1777453760.109129&cid=C0AN5S2T458
@tokens-studio/sd-transformstoken-transformer제거 →@tokens-studio/sd-transforms도입build:tokens내부에서 자동 처리됨transform:tokens스텝 제거Semantic 토큰 TypeScript 타입 생성 추가
config.js에 semantic 토큰 전용 타입 생성 로직 추가 (semantic.d.ts)cssVar()의 허용 타입이PrimitiveToken에서PrimitiveToken | SemanticToken(DesignToken)으로 확장됨기타
tokens-transformed.json.gitignore추가 (빌드 중간 산출물)