@exem-ui/react 0.2.0-next.20260227071133 → 0.2.0-next.20260227074335
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.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -85,11 +85,11 @@ CSS 엔트리 파일에서 core CSS를 import하고, Tailwind 설정에 Preset
|
|
|
85
85
|
|
|
86
86
|
```ts
|
|
87
87
|
// tailwind.config.ts
|
|
88
|
-
import
|
|
88
|
+
import exemPlugin from '@exem-ui/tailwindcss3/plugin';
|
|
89
89
|
|
|
90
90
|
export default {
|
|
91
|
-
presets: [exemPreset],
|
|
92
91
|
darkMode: 'class',
|
|
92
|
+
plugins: [exemPlugin],
|
|
93
93
|
content: ['./src/**/*.{ts,tsx}'],
|
|
94
94
|
};
|
|
95
95
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exem-ui/react",
|
|
3
|
-
"version": "0.2.0-next.
|
|
3
|
+
"version": "0.2.0-next.20260227074335",
|
|
4
4
|
"description": "EXEM Design System - React Components",
|
|
5
5
|
"author": "EXEM Design Team",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"tailwind-merge": "^3.3.1",
|
|
77
77
|
"tailwind-scrollbar-hide": "^4.0.0",
|
|
78
78
|
"tiny-invariant": "^1.3.3",
|
|
79
|
-
"@exem-ui/core": "0.2.0-next.
|
|
79
|
+
"@exem-ui/core": "0.2.0-next.20260227074335"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@eslint/js": "^9.15.0",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"tsup": "^8.5.0",
|
|
111
111
|
"typescript": "^5.8.2",
|
|
112
112
|
"typescript-eslint": "^8.16.0",
|
|
113
|
-
"@exem-ui/tailwindcss3": "0.2.0-next.
|
|
113
|
+
"@exem-ui/tailwindcss3": "0.2.0-next.20260227074335"
|
|
114
114
|
},
|
|
115
115
|
"scripts": {
|
|
116
116
|
"generate": "node scripts/generate-icons.js",
|