@jameskyeong/uix 0.1.7 → 0.1.8

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/dist/styles.css CHANGED
@@ -1,4 +1,5 @@
1
- @import "tailwindcss";
1
+ /* ===== @jameskyeong/uix Design System ===== */
2
+ /* Usage: @import "@jameskyeong/uix/styles.css" (after tailwindcss) */
2
3
 
3
4
  /* ===== @jameskyeong/uix Font System ===== */
4
5
  /* Outfit (영문) + Pretendard (한글) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jameskyeong/uix",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "React UI component library with warm, elegant design system",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -45,18 +45,26 @@
45
45
  "prepare": "husky"
46
46
  },
47
47
  "peerDependencies": {
48
- "clsx": ">=2",
49
48
  "lucide-react": ">=0.5",
50
- "motion": ">=12",
51
49
  "react": ">=18",
52
50
  "react-dom": ">=18",
53
51
  "shiki": ">=1",
54
- "sonner": ">=2",
55
- "tailwind-merge": ">=2",
56
52
  "tailwindcss": ">=4"
57
53
  },
54
+ "peerDependenciesMeta": {
55
+ "lucide-react": {
56
+ "optional": true
57
+ },
58
+ "shiki": {
59
+ "optional": true
60
+ }
61
+ },
58
62
  "dependencies": {
59
- "prompts": "^2.4.2"
63
+ "clsx": "^2.1.1",
64
+ "motion": "^12.23.26",
65
+ "prompts": "^2.4.2",
66
+ "sonner": "^2.0.7",
67
+ "tailwind-merge": "^3.4.0"
60
68
  },
61
69
  "devDependencies": {
62
70
  "@biomejs/biome": "^2.3.10",