@exem-ui/tailwindcss4 0.3.2-next.20260608013540 → 0.3.2-next.20260608065232

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -104,7 +104,7 @@ text-tint-foreground-sky rounded-full, shrink-0, ...
104
104
  | 다크 모드 | `darkMode: 'class'` | `@variant dark (...)` |
105
105
  | 런타임 의존성 | `@exem-ui/core` 필요 | 없음 (순수 CSS) |
106
106
 
107
- > v3에서 마이그레이션하는 경우 [마이그레이션 가이드](https://github.com/CloudMOA/exem-ui/blob/main/docs/migration/002-tailwindcss3-to-4.md)를 참고하세요.
107
+ > v3에서 마이그레이션하는 경우 [마이그레이션 가이드](./MIGRATION.md)를 참고하세요.
108
108
 
109
109
  ## 관련 패키지
110
110
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exem-ui/tailwindcss4",
3
- "version": "0.3.2-next.20260608013540",
3
+ "version": "0.3.2-next.20260608065232",
4
4
  "description": "Exem Design System - Tailwind CSS 4 Theme (CSS-first)",
5
5
  "author": "Exem Design Team",
6
6
  "license": "Apache-2.0",