feat: add Label, Select, Textarea; add size variant to Input (v0.2.0)
ci / build-and-design (push) Failing after 1s

This commit is contained in:
Jason
2026-07-16 01:18:57 -05:00
parent 78fa3f03c4
commit 9ee7368841
6 changed files with 101 additions and 22 deletions
+21 -7
View File
@@ -1,13 +1,20 @@
{
"name": "@jason/ui-kit",
"version": "0.1.0",
"description": "Shared design foundation branded tokens, Tailwind preset, shadcn-style components, motion, app shell + marketing blocks. Guarded by Impeccable.",
"version": "0.2.0",
"description": "Shared design foundation \u2014 branded tokens, Tailwind preset, shadcn-style components, motion, app shell + marketing blocks. Guarded by Impeccable.",
"type": "module",
"license": "MIT",
"author": "Jason <jason@messagepoint.tv>",
"repository": { "type": "git", "url": "https://git.alwisp.com/jason/ui-kit.git" },
"publishConfig": { "registry": "https://git.alwisp.com/api/packages/jason/npm/" },
"sideEffects": ["**/*.css"],
"repository": {
"type": "git",
"url": "https://git.alwisp.com/jason/ui-kit.git"
},
"publishConfig": {
"registry": "https://git.alwisp.com/api/packages/jason/npm/"
},
"sideEffects": [
"**/*.css"
],
"files": [
"dist",
"tailwind-preset.cjs",
@@ -18,7 +25,10 @@
"README.md"
],
"exports": {
".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" },
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./preset": "./tailwind-preset.cjs",
"./styles.css": "./src/styles/globals.css"
},
@@ -44,7 +54,11 @@
"sonner": "^1.7.1",
"tailwind-merge": "^2.6.0"
},
"peerDependencies": { "react": ">=18", "react-dom": ">=18", "tailwindcss": ">=3.4" },
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"tailwindcss": ">=3.4"
},
"devDependencies": {
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",