@hex-core/components 0.2.0 → 1.0.1
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/index.d.ts +69 -16
- package/dist/index.js +146 -53
- package/dist/index.js.map +1 -1
- package/package.json +99 -99
package/package.json
CHANGED
|
@@ -1,100 +1,100 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
}
|
|
2
|
+
"name": "@hex-core/components",
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "AI-native React components for Hex UI — Radix UI + Tailwind CSS with machine-readable schemas.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"react",
|
|
7
|
+
"components",
|
|
8
|
+
"radix-ui",
|
|
9
|
+
"tailwind",
|
|
10
|
+
"mcp",
|
|
11
|
+
"ai-native",
|
|
12
|
+
"component-library",
|
|
13
|
+
"hex-ui"
|
|
14
|
+
],
|
|
15
|
+
"license": "MIT",
|
|
16
|
+
"author": "Oscar Corona <oabc4004@gmail.com>",
|
|
17
|
+
"homepage": "https://hex-core.dev",
|
|
18
|
+
"repository": {
|
|
19
|
+
"type": "git",
|
|
20
|
+
"url": "git+https://github.com/oscarabcorona/hex-core.git",
|
|
21
|
+
"directory": "packages/components"
|
|
22
|
+
},
|
|
23
|
+
"bugs": {
|
|
24
|
+
"url": "https://github.com/oscarabcorona/hex-core/issues"
|
|
25
|
+
},
|
|
26
|
+
"type": "module",
|
|
27
|
+
"main": "dist/index.js",
|
|
28
|
+
"types": "dist/index.d.ts",
|
|
29
|
+
"exports": {
|
|
30
|
+
".": {
|
|
31
|
+
"import": "./dist/index.js",
|
|
32
|
+
"types": "./dist/index.d.ts"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"files": [
|
|
36
|
+
"dist",
|
|
37
|
+
"README.md",
|
|
38
|
+
"LICENSE"
|
|
39
|
+
],
|
|
40
|
+
"publishConfig": {
|
|
41
|
+
"access": "public"
|
|
42
|
+
},
|
|
43
|
+
"dependencies": {
|
|
44
|
+
"@radix-ui/react-accordion": "^1.2.12",
|
|
45
|
+
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
46
|
+
"@radix-ui/react-aspect-ratio": "^1.1.8",
|
|
47
|
+
"@radix-ui/react-avatar": "^1.1.11",
|
|
48
|
+
"@radix-ui/react-checkbox": "^1.3.3",
|
|
49
|
+
"@radix-ui/react-collapsible": "^1.1.12",
|
|
50
|
+
"@radix-ui/react-context-menu": "^2.2.16",
|
|
51
|
+
"@radix-ui/react-dialog": "^1.1.15",
|
|
52
|
+
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
53
|
+
"@radix-ui/react-hover-card": "^1.1.15",
|
|
54
|
+
"@radix-ui/react-label": "^2.1.0",
|
|
55
|
+
"@radix-ui/react-menubar": "^1.1.16",
|
|
56
|
+
"@radix-ui/react-navigation-menu": "^1.2.14",
|
|
57
|
+
"@radix-ui/react-popover": "^1.1.15",
|
|
58
|
+
"@radix-ui/react-progress": "^1.1.8",
|
|
59
|
+
"@radix-ui/react-radio-group": "^1.3.8",
|
|
60
|
+
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
61
|
+
"@radix-ui/react-select": "^2.2.6",
|
|
62
|
+
"@radix-ui/react-separator": "^1.1.8",
|
|
63
|
+
"@radix-ui/react-slider": "^1.3.6",
|
|
64
|
+
"@radix-ui/react-slot": "^1.1.0",
|
|
65
|
+
"@radix-ui/react-switch": "^1.2.6",
|
|
66
|
+
"@radix-ui/react-tabs": "^1.1.13",
|
|
67
|
+
"@radix-ui/react-toggle": "^1.1.10",
|
|
68
|
+
"@radix-ui/react-toggle-group": "^1.1.11",
|
|
69
|
+
"@radix-ui/react-tooltip": "^1.2.8",
|
|
70
|
+
"class-variance-authority": "^0.7.0",
|
|
71
|
+
"clsx": "^2.1.0",
|
|
72
|
+
"cmdk": "^1.1.1",
|
|
73
|
+
"date-fns": "^4.1.0",
|
|
74
|
+
"input-otp": "^1.4.2",
|
|
75
|
+
"react-day-picker": "^9.14.0",
|
|
76
|
+
"react-resizable-panels": "^4.10.0",
|
|
77
|
+
"sonner": "^2.0.7",
|
|
78
|
+
"tailwind-merge": "^3.5.0",
|
|
79
|
+
"vaul": "^1.1.2",
|
|
80
|
+
"@hex-core/registry": "^0.2.1"
|
|
81
|
+
},
|
|
82
|
+
"devDependencies": {
|
|
83
|
+
"@tanstack/react-table": "^8.21.3",
|
|
84
|
+
"@types/react": "^19.0.0",
|
|
85
|
+
"@types/react-dom": "^19.0.0",
|
|
86
|
+
"tsup": "^8.3.0",
|
|
87
|
+
"typescript": "^6.0.3"
|
|
88
|
+
},
|
|
89
|
+
"peerDependencies": {
|
|
90
|
+
"@tanstack/react-table": "^8.0.0 || ^9.0.0",
|
|
91
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
92
|
+
"react-dom": "^18.0.0 || ^19.0.0",
|
|
93
|
+
"react-hook-form": "^7.0.0"
|
|
94
|
+
},
|
|
95
|
+
"scripts": {
|
|
96
|
+
"build": "tsup",
|
|
97
|
+
"clean": "rm -rf dist",
|
|
98
|
+
"test": "vitest run"
|
|
99
|
+
}
|
|
100
|
+
}
|