@syscore/ui-library 1.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 +299 -0
- package/dist/ui/favicon.ico +0 -0
- package/dist/ui/index.cjs.js +54 -0
- package/dist/ui/index.es.js +36247 -0
- package/dist/ui/placeholder.svg +1 -0
- package/dist/ui/robots.txt +14 -0
- package/package.json +126 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="1200" fill="none"><rect width="1200" height="1200" fill="#EAEAEA" rx="3"/><g opacity=".5"><g opacity=".5"><path fill="#FAFAFA" d="M600.709 736.5c-75.454 0-136.621-61.167-136.621-136.62 0-75.454 61.167-136.621 136.621-136.621 75.453 0 136.62 61.167 136.62 136.621 0 75.453-61.167 136.62-136.62 136.62Z"/><path stroke="#C9C9C9" stroke-width="2.418" d="M600.709 736.5c-75.454 0-136.621-61.167-136.621-136.62 0-75.454 61.167-136.621 136.621-136.621 75.453 0 136.62 61.167 136.62 136.621 0 75.453-61.167 136.62-136.62 136.62Z"/></g><path stroke="url(#a)" stroke-width="2.418" d="M0-1.209h553.581" transform="scale(1 -1) rotate(45 1163.11 91.165)"/><path stroke="url(#b)" stroke-width="2.418" d="M404.846 598.671h391.726"/><path stroke="url(#c)" stroke-width="2.418" d="M599.5 795.742V404.017"/><path stroke="url(#d)" stroke-width="2.418" d="m795.717 796.597-391.441-391.44"/><path fill="#fff" d="M600.709 656.704c-31.384 0-56.825-25.441-56.825-56.824 0-31.384 25.441-56.825 56.825-56.825 31.383 0 56.824 25.441 56.824 56.825 0 31.383-25.441 56.824-56.824 56.824Z"/><g clip-path="url(#e)"><path fill="#666" fill-rule="evenodd" d="M616.426 586.58h-31.434v16.176l3.553-3.554.531-.531h9.068l.074-.074 8.463-8.463h2.565l7.18 7.181V586.58Zm-15.715 14.654 3.698 3.699 1.283 1.282-2.565 2.565-1.282-1.283-5.2-5.199h-6.066l-5.514 5.514-.073.073v2.876a2.418 2.418 0 0 0 2.418 2.418h26.598a2.418 2.418 0 0 0 2.418-2.418v-8.317l-8.463-8.463-7.181 7.181-.071.072Zm-19.347 5.442v4.085a6.045 6.045 0 0 0 6.046 6.045h26.598a6.044 6.044 0 0 0 6.045-6.045v-7.108l1.356-1.355-1.282-1.283-.074-.073v-17.989h-38.689v23.43l-.146.146.146.147Z" clip-rule="evenodd"/></g><path stroke="#C9C9C9" stroke-width="2.418" d="M600.709 656.704c-31.384 0-56.825-25.441-56.825-56.824 0-31.384 25.441-56.825 56.825-56.825 31.383 0 56.824 25.441 56.824 56.825 0 31.383-25.441 56.824-56.824 56.824Z"/></g><defs><linearGradient id="a" x1="554.061" x2="-.48" y1=".083" y2=".087" gradientUnits="userSpaceOnUse"><stop stop-color="#C9C9C9" stop-opacity="0"/><stop offset=".208" stop-color="#C9C9C9"/><stop offset=".792" stop-color="#C9C9C9"/><stop offset="1" stop-color="#C9C9C9" stop-opacity="0"/></linearGradient><linearGradient id="b" x1="796.912" x2="404.507" y1="599.963" y2="599.965" gradientUnits="userSpaceOnUse"><stop stop-color="#C9C9C9" stop-opacity="0"/><stop offset=".208" stop-color="#C9C9C9"/><stop offset=".792" stop-color="#C9C9C9"/><stop offset="1" stop-color="#C9C9C9" stop-opacity="0"/></linearGradient><linearGradient id="c" x1="600.792" x2="600.794" y1="403.677" y2="796.082" gradientUnits="userSpaceOnUse"><stop stop-color="#C9C9C9" stop-opacity="0"/><stop offset=".208" stop-color="#C9C9C9"/><stop offset=".792" stop-color="#C9C9C9"/><stop offset="1" stop-color="#C9C9C9" stop-opacity="0"/></linearGradient><linearGradient id="d" x1="404.85" x2="796.972" y1="403.903" y2="796.02" gradientUnits="userSpaceOnUse"><stop stop-color="#C9C9C9" stop-opacity="0"/><stop offset=".208" stop-color="#C9C9C9"/><stop offset=".792" stop-color="#C9C9C9"/><stop offset="1" stop-color="#C9C9C9" stop-opacity="0"/></linearGradient><clipPath id="e"><path fill="#fff" d="M581.364 580.535h38.689v38.689h-38.689z"/></clipPath></defs></svg>
|
package/package.json
ADDED
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@syscore/ui-library",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "A comprehensive React component library built with Radix UI, Tailwind CSS, and TypeScript",
|
|
5
|
+
"private": false,
|
|
6
|
+
"type": "module",
|
|
7
|
+
"author": "Your Name",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://github.com/your-org/ui-library"
|
|
12
|
+
},
|
|
13
|
+
"homepage": "https://github.com/your-org/ui-library",
|
|
14
|
+
"keywords": [
|
|
15
|
+
"react",
|
|
16
|
+
"ui-components",
|
|
17
|
+
"design-system",
|
|
18
|
+
"radix-ui",
|
|
19
|
+
"tailwind",
|
|
20
|
+
"typescript"
|
|
21
|
+
],
|
|
22
|
+
"main": "./dist/ui/index.cjs.js",
|
|
23
|
+
"module": "./dist/ui/index.es.js",
|
|
24
|
+
"types": "./dist/ui/index.d.ts",
|
|
25
|
+
"files": [
|
|
26
|
+
"dist/ui"
|
|
27
|
+
],
|
|
28
|
+
"exports": {
|
|
29
|
+
".": {
|
|
30
|
+
"types": "./dist/ui/index.d.ts",
|
|
31
|
+
"import": "./dist/ui/index.es.js",
|
|
32
|
+
"require": "./dist/ui/index.cjs.js"
|
|
33
|
+
},
|
|
34
|
+
"./styles.css": "./dist/ui/style.css"
|
|
35
|
+
},
|
|
36
|
+
"peerDependencies": {
|
|
37
|
+
"react": "^18.0.0",
|
|
38
|
+
"react-dom": "^18.0.0"
|
|
39
|
+
},
|
|
40
|
+
"dependencies": {
|
|
41
|
+
"@hookform/resolvers": "^5.2.1",
|
|
42
|
+
"@radix-ui/react-accordion": "^1.2.11",
|
|
43
|
+
"@radix-ui/react-alert-dialog": "^1.1.14",
|
|
44
|
+
"@radix-ui/react-aspect-ratio": "^1.1.7",
|
|
45
|
+
"@radix-ui/react-avatar": "^1.1.10",
|
|
46
|
+
"@radix-ui/react-checkbox": "^1.3.2",
|
|
47
|
+
"@radix-ui/react-collapsible": "^1.1.11",
|
|
48
|
+
"@radix-ui/react-context-menu": "^2.2.15",
|
|
49
|
+
"@radix-ui/react-dialog": "^1.1.14",
|
|
50
|
+
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
51
|
+
"@radix-ui/react-hover-card": "^1.1.14",
|
|
52
|
+
"@radix-ui/react-label": "^2.1.7",
|
|
53
|
+
"@radix-ui/react-menubar": "^1.1.15",
|
|
54
|
+
"@radix-ui/react-navigation-menu": "^1.2.13",
|
|
55
|
+
"@radix-ui/react-popover": "^1.1.14",
|
|
56
|
+
"@radix-ui/react-progress": "^1.1.7",
|
|
57
|
+
"@radix-ui/react-radio-group": "^1.3.7",
|
|
58
|
+
"@radix-ui/react-scroll-area": "^1.2.9",
|
|
59
|
+
"@radix-ui/react-select": "^2.2.5",
|
|
60
|
+
"@radix-ui/react-separator": "^1.1.7",
|
|
61
|
+
"@radix-ui/react-slider": "^1.3.5",
|
|
62
|
+
"@radix-ui/react-slot": "^1.2.3",
|
|
63
|
+
"@radix-ui/react-switch": "^1.2.5",
|
|
64
|
+
"@radix-ui/react-tabs": "^1.1.12",
|
|
65
|
+
"@radix-ui/react-toast": "^1.2.14",
|
|
66
|
+
"@radix-ui/react-toggle": "^1.1.9",
|
|
67
|
+
"@radix-ui/react-toggle-group": "^1.1.10",
|
|
68
|
+
"@radix-ui/react-tooltip": "^1.2.8",
|
|
69
|
+
"class-variance-authority": "^0.7.1",
|
|
70
|
+
"clsx": "^2.1.1",
|
|
71
|
+
"cmdk": "^1.1.1",
|
|
72
|
+
"cors": "^2.8.5",
|
|
73
|
+
"date-fns": "^4.1.0",
|
|
74
|
+
"embla-carousel-react": "^8.6.0",
|
|
75
|
+
"express": "^4.18.2",
|
|
76
|
+
"input-otp": "^1.4.2",
|
|
77
|
+
"lucide-react": "^0.539.0",
|
|
78
|
+
"next-themes": "^0.4.6",
|
|
79
|
+
"react-day-picker": "^9.8.1",
|
|
80
|
+
"react-hook-form": "^7.62.0",
|
|
81
|
+
"react-resizable-panels": "^3.0.4",
|
|
82
|
+
"recharts": "^2.12.7",
|
|
83
|
+
"sonner": "^1.7.4",
|
|
84
|
+
"tailwind-merge": "^2.6.0",
|
|
85
|
+
"terser": "^5.44.0",
|
|
86
|
+
"vaul": "^1.1.2"
|
|
87
|
+
},
|
|
88
|
+
"devDependencies": {
|
|
89
|
+
"@hookform/resolvers": "^5.2.1",
|
|
90
|
+
"@storybook/addon-essentials": "^8.4.1",
|
|
91
|
+
"@storybook/addon-interactions": "^8.4.1",
|
|
92
|
+
"@storybook/addon-links": "^8.4.1",
|
|
93
|
+
"@storybook/react": "^8.4.1",
|
|
94
|
+
"@storybook/react-vite": "^8.4.1",
|
|
95
|
+
"@swc/core": "^1.13.3",
|
|
96
|
+
"@tailwindcss/typography": "^0.5.16",
|
|
97
|
+
"@types/cors": "^2.8.19",
|
|
98
|
+
"@types/express": "^4.17.17",
|
|
99
|
+
"@types/node": "^24.2.1",
|
|
100
|
+
"@types/react": "^18.3.23",
|
|
101
|
+
"@types/react-dom": "^18.3.7",
|
|
102
|
+
"@vitejs/plugin-react-swc": "^4.0.0",
|
|
103
|
+
"autoprefixer": "^10.4.21",
|
|
104
|
+
"dotenv": "^17.2.1",
|
|
105
|
+
"postcss": "^8.5.6",
|
|
106
|
+
"prettier": "^3.6.2",
|
|
107
|
+
"storybook": "^8.4.1",
|
|
108
|
+
"tailwindcss": "^3.4.17",
|
|
109
|
+
"tailwindcss-animate": "^1.0.7",
|
|
110
|
+
"typescript": "^5.9.2",
|
|
111
|
+
"vite": "^6.0.11",
|
|
112
|
+
"vitest": "^3.2.4"
|
|
113
|
+
},
|
|
114
|
+
"scripts": {
|
|
115
|
+
"dev": "storybook dev -p 6006 --host 0.0.0.0 --no-open",
|
|
116
|
+
"build": "npm run build:ui && npm run build:storybook",
|
|
117
|
+
"build:ui": "vite build --config vite.config.ui.ts",
|
|
118
|
+
"build:storybook": "storybook build",
|
|
119
|
+
"storybook": "storybook dev -p 6006 --host 0.0.0.0 --no-open",
|
|
120
|
+
"test": "vitest --run",
|
|
121
|
+
"format.fix": "prettier --write .",
|
|
122
|
+
"typecheck": "tsc",
|
|
123
|
+
"publish:npm": "npm run build:ui && npm publish"
|
|
124
|
+
},
|
|
125
|
+
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
|
|
126
|
+
}
|