@siena-ai/design-system 0.0.4 → 0.0.6

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 (1) hide show
  1. package/package.json +3 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@siena-ai/design-system",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "Siena Design System - Warm Italian aesthetic components for modern web applications",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -44,7 +44,6 @@
44
44
  "access": "restricted"
45
45
  },
46
46
  "peerDependencies": {
47
- "next": ">=14.0.0",
48
47
  "next-themes": "^0.4.0",
49
48
  "react": "^18.0.0",
50
49
  "react-dom": "^18.0.0",
@@ -57,9 +56,6 @@
57
56
  "react-dom": {
58
57
  "optional": false
59
58
  },
60
- "next": {
61
- "optional": false
62
- },
63
59
  "tailwindcss": {
64
60
  "optional": true
65
61
  },
@@ -82,6 +78,7 @@
82
78
  "url": "https://github.com/siena-ai/design-system-seed.git"
83
79
  },
84
80
  "dependencies": {
81
+ "next": ">=14.0.0",
85
82
  "@emoji-mart/data": "1.2.1",
86
83
  "@emoji-mart/react": "1.1.1",
87
84
  "@hookform/resolvers": "^5.2.2",
@@ -119,11 +116,7 @@
119
116
  "embla-carousel-react": "^8.6.0",
120
117
  "input-otp": "^1.4.2",
121
118
  "lucide-react": "^0.562.0",
122
- "next": ">=14.0.0",
123
- "next-themes": "^0.4.0",
124
- "react": "^18.0.0",
125
119
  "react-day-picker": "^9.13.0",
126
- "react-dom": "^18.0.0",
127
120
  "react-hook-form": "^7.70.0",
128
121
  "react-markdown": "10.1.0",
129
122
  "react-resizable-panels": "^4.3.3",
@@ -138,7 +131,7 @@
138
131
  "@tailwindcss/postcss": "^4",
139
132
  "@types/node": "^20",
140
133
  "@types/react": "^18",
141
- "@types/react-dom": "^19",
134
+ "@types/react-dom": "^18",
142
135
  "eslint": "^9",
143
136
  "eslint-config-next": "16.1.1",
144
137
  "tailwindcss": "^4",