lynote-ui 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.
- package/dist/style.css +705 -690
- package/package.json +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lynote-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"description": "Reusable React UI component library.",
|
|
5
5
|
"source": "./src/index.ts",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -343,11 +343,13 @@
|
|
|
343
343
|
"react-hook-form": "^7.67.0",
|
|
344
344
|
"react-resizable-panels": "^4.7.6",
|
|
345
345
|
"recharts": "3.8.1",
|
|
346
|
+
"shadcn": "^4.1.1",
|
|
346
347
|
"sonner": "^2.0.7",
|
|
347
348
|
"tailwind-merge": "^3.4.0",
|
|
348
349
|
"vaul": "^1.1.2"
|
|
349
350
|
},
|
|
350
351
|
"devDependencies": {
|
|
352
|
+
"@tailwindcss/postcss": "4.2.2",
|
|
351
353
|
"@tailwindcss/vite": "^4.2.2",
|
|
352
354
|
"@vitejs/plugin-react": "^6.0.1",
|
|
353
355
|
"chrono-node": "^2.9.0",
|