add css/tailwind

bump version
This commit is contained in:
2026-04-26 23:45:12 +02:00
parent 58759b0a2d
commit c20172b8d7
7 changed files with 389 additions and 3 deletions
+9 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@avocadi/ui",
"type": "module",
"version": "0.1.2",
"version": "0.2.0",
"private": false,
"files": [
"dist"
@@ -10,8 +10,11 @@
"build": "tsdown"
},
"devDependencies": {
"@bosh-code/tsdown-plugin-inject-css": "^2.0.0",
"@bosh-code/tsdown-plugin-tailwindcss": "^1.0.1",
"@types/bun": "latest",
"tsdown": "^0.21.10"
"tsdown": "^0.21.10",
"tw-animate-css": "^1.4.0"
},
"peerDependencies": {
"@unom/style": "^0.4.4",
@@ -26,6 +29,7 @@
"zod": "^4.3.6"
},
"exports": {
".": "./dist/index.js",
"./accordion": "./dist/accordion.js",
"./button": "./dist/button.js",
"./card": "./dist/card.js",
@@ -42,9 +46,11 @@
"./section/section.types": "./dist/section/section.types.js",
"./select": "./dist/select.js",
"./text": "./dist/text.js",
"./package.json": "./package.json"
"./package.json": "./package.json",
"./style.css": "./dist/style.css"
},
"dependencies": {
"@tsdown/css": "^0.21.10",
"clsx": "^2.1.1",
"tailwind-merge": "^3.5.0"
},