refactor: magic 색상 토큰 정리#540
Conversation
|
Warning Review limit reached
More reviews will be available in 9 minutes and 41 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (27)
✨ 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 |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
관련 이슈
작업 내용
magic-*디자인 토큰으로 정리했습니다.@theme기반magic색상 토큰과 shell 배경/그림자 유틸을 추가했습니다.#hex, arbitrary gradient/shadow, inline gradient style을 Tailwind 토큰 기반 class로 교체했습니다.magic.nav.shadow토큰을 제거했습니다.특이 사항
apps/web/src/constants/university.ts의 대학 브랜드 컬러 3개는 일반 디자인 시스템 토큰보다 브랜드 상수에 가까워 이번 범위에서는 유지했습니다.primary,k,bg유틸 정의 값은 이미 시맨틱 토큰 역할을 하고 있어 이번 범위에서는magic-*로 옮기지 않았습니다.Unknown메시지와 Node engine warning은 기존 환경성 경고이며, 이번 변경으로 새로 생긴 실패는 없습니다.리뷰 요구사항 (선택)
magic-*토큰명이 실제 사용 맥락과 맞는지 확인 부탁드립니다.검증
pnpm --filter @solid-connect/admin ci:checkpnpm --filter @solid-connect/web ci:checkpnpm --filter @solid-connect/admin buildpnpm --filter @solid-connect/web buildgit diff --check