@arcadeai/design-system 0.0.0
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/README.md +128 -0
- package/dist/check-CxcShTlQ.js +11 -0
- package/dist/chevron-down-D_a-ccxi.js +11 -0
- package/dist/chevron-right-DriXIqe5.js +11 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +195 -0
- package/dist/components/ui/atoms/accordion.d.ts +7 -0
- package/dist/components/ui/atoms/accordion.js +289 -0
- package/dist/components/ui/atoms/alert.d.ts +9 -0
- package/dist/components/ui/atoms/alert.js +66 -0
- package/dist/components/ui/atoms/avatar.d.ts +6 -0
- package/dist/components/ui/atoms/avatar.js +130 -0
- package/dist/components/ui/atoms/badge.d.ts +9 -0
- package/dist/components/ui/atoms/badge.js +41 -0
- package/dist/components/ui/atoms/breadcrumb.d.ts +11 -0
- package/dist/components/ui/atoms/breadcrumb.js +115 -0
- package/dist/components/ui/atoms/button.d.ts +10 -0
- package/dist/components/ui/atoms/button.js +51 -0
- package/dist/components/ui/atoms/card.d.ts +9 -0
- package/dist/components/ui/atoms/card.js +90 -0
- package/dist/components/ui/atoms/chart.d.ts +68 -0
- package/dist/components/ui/atoms/chart.js +10477 -0
- package/dist/components/ui/atoms/collapsible.d.ts +5 -0
- package/dist/components/ui/atoms/collapsible.js +34 -0
- package/dist/components/ui/atoms/command.d.ts +18 -0
- package/dist/components/ui/atoms/command.js +490 -0
- package/dist/components/ui/atoms/dialog.d.ts +15 -0
- package/dist/components/ui/atoms/dialog.js +135 -0
- package/dist/components/ui/atoms/dropdown-menu.d.ts +25 -0
- package/dist/components/ui/atoms/dropdown-menu.js +1035 -0
- package/dist/components/ui/atoms/form.d.ts +24 -0
- package/dist/components/ui/atoms/form.js +297 -0
- package/dist/components/ui/atoms/hover-card.d.ts +6 -0
- package/dist/components/ui/atoms/hover-card.js +211 -0
- package/dist/components/ui/atoms/index.d.ts +33 -0
- package/dist/components/ui/atoms/index.js +195 -0
- package/dist/components/ui/atoms/input.d.ts +3 -0
- package/dist/components/ui/atoms/input.js +21 -0
- package/dist/components/ui/atoms/label.d.ts +4 -0
- package/dist/components/ui/atoms/label.js +36 -0
- package/dist/components/ui/atoms/popover.d.ts +7 -0
- package/dist/components/ui/atoms/popover.js +266 -0
- package/dist/components/ui/atoms/progress.d.ts +4 -0
- package/dist/components/ui/atoms/progress.js +107 -0
- package/dist/components/ui/atoms/resizable.d.ts +8 -0
- package/dist/components/ui/atoms/resizable.js +1564 -0
- package/dist/components/ui/atoms/scroll-area.d.ts +5 -0
- package/dist/components/ui/atoms/scroll-area.js +580 -0
- package/dist/components/ui/atoms/select.d.ts +15 -0
- package/dist/components/ui/atoms/select.js +1000 -0
- package/dist/components/ui/atoms/separator.d.ts +4 -0
- package/dist/components/ui/atoms/separator.js +44 -0
- package/dist/components/ui/atoms/sheet.d.ts +14 -0
- package/dist/components/ui/atoms/sheet.js +127 -0
- package/dist/components/ui/atoms/sidebar.d.ts +69 -0
- package/dist/components/ui/atoms/sidebar.js +602 -0
- package/dist/components/ui/atoms/skeleton.d.ts +2 -0
- package/dist/components/ui/atoms/skeleton.js +15 -0
- package/dist/components/ui/atoms/slider.d.ts +4 -0
- package/dist/components/ui/atoms/slider.js +484 -0
- package/dist/components/ui/atoms/sonner.d.ts +3 -0
- package/dist/components/ui/atoms/sonner.js +788 -0
- package/dist/components/ui/atoms/switch.d.ts +4 -0
- package/dist/components/ui/atoms/switch.js +155 -0
- package/dist/components/ui/atoms/table.d.ts +10 -0
- package/dist/components/ui/atoms/table.js +114 -0
- package/dist/components/ui/atoms/tabs.d.ts +7 -0
- package/dist/components/ui/atoms/tabs.js +218 -0
- package/dist/components/ui/atoms/textarea.d.ts +3 -0
- package/dist/components/ui/atoms/textarea.js +18 -0
- package/dist/components/ui/atoms/toggle.d.ts +9 -0
- package/dist/components/ui/atoms/toggle.js +70 -0
- package/dist/components/ui/atoms/tooltip.d.ts +7 -0
- package/dist/components/ui/atoms/tooltip.js +376 -0
- package/dist/components/ui/index.d.ts +1 -0
- package/dist/components/ui/index.js +195 -0
- package/dist/createLucideIcon-B6fy1GTR.js +94 -0
- package/dist/hooks/use-mobile.d.ts +1 -0
- package/dist/hooks/use-mobile.js +14 -0
- package/dist/index-BAhNQL1u.js +675 -0
- package/dist/index-BZPx6jYI.js +8 -0
- package/dist/index-ByaXH_ih.js +10 -0
- package/dist/index-C9KW2H79.js +36 -0
- package/dist/index-CB1Wkg0G.js +83 -0
- package/dist/index-CHDs-SiB.js +27 -0
- package/dist/index-CJFGOBPb.js +122 -0
- package/dist/index-CL4N9wMT.js +259 -0
- package/dist/index-CuMpq4Un.js +47 -0
- package/dist/index-CxK6rt_N.js +119 -0
- package/dist/index-D2uXV4lz.js +181 -0
- package/dist/index-DLeNytVF.js +9 -0
- package/dist/index-DYfkNB0n.js +54 -0
- package/dist/index-DdnpnyX2.js +34 -0
- package/dist/index-DuekHEmj.js +6 -0
- package/dist/index-DwYXX2sM.js +13 -0
- package/dist/index-Dy7YuPrV.js +1532 -0
- package/dist/index-QMp1pYFl.js +145 -0
- package/dist/index-UFb2E87s.js +70 -0
- package/dist/index-nluJZSbA.js +31 -0
- package/dist/index-p7nYL7BU.js +71 -0
- package/dist/index-rKs9bXHr.js +6 -0
- package/dist/index-umR1UobZ.js +13 -0
- package/dist/index.css +2 -0
- package/dist/lib/utils.d.ts +2 -0
- package/dist/lib/utils.js +4 -0
- package/dist/main.d.ts +1 -0
- package/dist/main.js +195 -0
- package/dist/utils-Dy2WjYNJ.js +2744 -0
- package/package.json +100 -0
package/package.json
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@arcadeai/design-system",
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "0.0.0",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "dist/main.js",
|
|
7
|
+
"types": "dist/main.d.ts",
|
|
8
|
+
"repository": "github:ArcadeAI/Design-System",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist"
|
|
11
|
+
],
|
|
12
|
+
"sideEffects": [
|
|
13
|
+
"**/*.css"
|
|
14
|
+
],
|
|
15
|
+
"peerDependencies": {
|
|
16
|
+
"react": "^19.1.0",
|
|
17
|
+
"react-dom": "^19.1.0",
|
|
18
|
+
"tailwindcss": "^4.1.10",
|
|
19
|
+
"lucide-react": "^0.522.0"
|
|
20
|
+
},
|
|
21
|
+
"devDependencies": {
|
|
22
|
+
"@biomejs/biome": "2.0.5",
|
|
23
|
+
"@storybook/addon-a11y": "^9.0.12",
|
|
24
|
+
"@storybook/addon-docs": "^9.0.12",
|
|
25
|
+
"@storybook/addon-themes": "^9.0.12",
|
|
26
|
+
"@storybook/addon-vitest": "^9.0.13",
|
|
27
|
+
"@storybook/react-vite": "^9.0.12",
|
|
28
|
+
"@types/node": "^24.0.3",
|
|
29
|
+
"@types/react": "^19.1.8",
|
|
30
|
+
"@types/react-dom": "^19.1.6",
|
|
31
|
+
"@vitejs/plugin-react-swc": "^3.10.2",
|
|
32
|
+
"@vitest/browser": "^3.2.4",
|
|
33
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
34
|
+
"chromatic": "^13.0.1",
|
|
35
|
+
"glob": "^11.0.3",
|
|
36
|
+
"globals": "^16.2.0",
|
|
37
|
+
"husky": "^9.1.7",
|
|
38
|
+
"lint-staged": "^16.1.2",
|
|
39
|
+
"playwright": "^1.53.1",
|
|
40
|
+
"storybook": "^9.0.12",
|
|
41
|
+
"storybook-addon-test-codegen": "^2.0.1",
|
|
42
|
+
"tw-animate-css": "^1.3.4",
|
|
43
|
+
"typescript": "~5.8.3",
|
|
44
|
+
"ultracite": "5.0.19",
|
|
45
|
+
"vite": "^6.3.5",
|
|
46
|
+
"vite-plugin-dts": "^4.5.4",
|
|
47
|
+
"vitest": "^3.2.4"
|
|
48
|
+
},
|
|
49
|
+
"dependencies": {
|
|
50
|
+
"@hookform/resolvers": "^5.1.1",
|
|
51
|
+
"@radix-ui/react-accordion": "^1.2.11",
|
|
52
|
+
"@radix-ui/react-avatar": "^1.1.10",
|
|
53
|
+
"@radix-ui/react-collapsible": "^1.1.11",
|
|
54
|
+
"@radix-ui/react-dialog": "^1.1.14",
|
|
55
|
+
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
56
|
+
"@radix-ui/react-hover-card": "^1.1.14",
|
|
57
|
+
"@radix-ui/react-label": "^2.1.7",
|
|
58
|
+
"@radix-ui/react-popover": "^1.1.14",
|
|
59
|
+
"@radix-ui/react-progress": "^1.1.7",
|
|
60
|
+
"@radix-ui/react-scroll-area": "^1.2.9",
|
|
61
|
+
"@radix-ui/react-select": "^2.2.5",
|
|
62
|
+
"@radix-ui/react-separator": "^1.1.7",
|
|
63
|
+
"@radix-ui/react-slider": "^1.3.5",
|
|
64
|
+
"@radix-ui/react-slot": "^1.2.3",
|
|
65
|
+
"@radix-ui/react-switch": "^1.2.5",
|
|
66
|
+
"@radix-ui/react-tabs": "^1.1.12",
|
|
67
|
+
"@radix-ui/react-toggle": "^1.1.9",
|
|
68
|
+
"@radix-ui/react-tooltip": "^1.2.7",
|
|
69
|
+
"@tailwindcss/vite": "^4.1.10",
|
|
70
|
+
"class-variance-authority": "^0.7.1",
|
|
71
|
+
"clsx": "^2.1.1",
|
|
72
|
+
"cmdk": "^1.1.1",
|
|
73
|
+
"next-themes": "^0.4.6",
|
|
74
|
+
"react-hook-form": "^7.58.1",
|
|
75
|
+
"react-resizable-panels": "^3.0.3",
|
|
76
|
+
"recharts": "^3.0.0",
|
|
77
|
+
"sonner": "^2.0.5",
|
|
78
|
+
"tailwind-merge": "^3.3.1",
|
|
79
|
+
"zod": "^3.25.67"
|
|
80
|
+
},
|
|
81
|
+
"engines": {
|
|
82
|
+
"node": ">=22.11.0"
|
|
83
|
+
},
|
|
84
|
+
"lint-staged": {
|
|
85
|
+
"*.{js,jsx,ts,tsx,json,jsonc,css,scss,md,mdx}": [
|
|
86
|
+
"npx biome format"
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
"scripts": {
|
|
90
|
+
"dev": "storybook dev -p 6006",
|
|
91
|
+
"dev:vite": "vite",
|
|
92
|
+
"build": "tsc -b ./tsconfig.lib.json && vite build && pnpm run build:css",
|
|
93
|
+
"build:css": "NODE_ENV=production pnpm dlx @tailwindcss/cli -i ./lib/index.css -o ./dist/index.css --postcss --minify",
|
|
94
|
+
"lint": "npx ultracite lint",
|
|
95
|
+
"format": "npx ultracite format",
|
|
96
|
+
"preview": "vite preview",
|
|
97
|
+
"build-storybook": "storybook build",
|
|
98
|
+
"test": "vitest --project=storybook --coverage --run"
|
|
99
|
+
}
|
|
100
|
+
}
|