@hex-core/components 0.2.0 → 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/package.json CHANGED
@@ -1,100 +1,100 @@
1
1
  {
2
- "name": "@hex-core/components",
3
- "version": "0.2.0",
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
- "scripts": {
44
- "build": "tsup",
45
- "clean": "rm -rf dist",
46
- "test": "vitest run"
47
- },
48
- "dependencies": {
49
- "@hex-core/registry": "workspace:^",
50
- "@radix-ui/react-accordion": "^1.2.12",
51
- "@radix-ui/react-alert-dialog": "^1.1.15",
52
- "@radix-ui/react-aspect-ratio": "^1.1.8",
53
- "@radix-ui/react-avatar": "^1.1.11",
54
- "@radix-ui/react-checkbox": "^1.3.3",
55
- "@radix-ui/react-collapsible": "^1.1.12",
56
- "@radix-ui/react-context-menu": "^2.2.16",
57
- "@radix-ui/react-dialog": "^1.1.15",
58
- "@radix-ui/react-dropdown-menu": "^2.1.16",
59
- "@radix-ui/react-hover-card": "^1.1.15",
60
- "@radix-ui/react-label": "^2.1.0",
61
- "@radix-ui/react-menubar": "^1.1.16",
62
- "@radix-ui/react-navigation-menu": "^1.2.14",
63
- "@radix-ui/react-popover": "^1.1.15",
64
- "@radix-ui/react-progress": "^1.1.8",
65
- "@radix-ui/react-radio-group": "^1.3.8",
66
- "@radix-ui/react-scroll-area": "^1.2.10",
67
- "@radix-ui/react-select": "^2.2.6",
68
- "@radix-ui/react-separator": "^1.1.8",
69
- "@radix-ui/react-slider": "^1.3.6",
70
- "@radix-ui/react-slot": "^1.1.0",
71
- "@radix-ui/react-switch": "^1.2.6",
72
- "@radix-ui/react-tabs": "^1.1.13",
73
- "@radix-ui/react-toggle": "^1.1.10",
74
- "@radix-ui/react-toggle-group": "^1.1.11",
75
- "@radix-ui/react-tooltip": "^1.2.8",
76
- "class-variance-authority": "^0.7.0",
77
- "clsx": "^2.1.0",
78
- "cmdk": "^1.1.1",
79
- "date-fns": "^4.1.0",
80
- "input-otp": "^1.4.2",
81
- "react-day-picker": "^9.14.0",
82
- "react-resizable-panels": "^4.10.0",
83
- "sonner": "^2.0.7",
84
- "tailwind-merge": "^3.5.0",
85
- "vaul": "^1.1.2"
86
- },
87
- "devDependencies": {
88
- "@tanstack/react-table": "^8.21.3",
89
- "@types/react": "^19.0.0",
90
- "@types/react-dom": "^19.0.0",
91
- "tsup": "^8.3.0",
92
- "typescript": "^6.0.3"
93
- },
94
- "peerDependencies": {
95
- "@tanstack/react-table": "^8.0.0 || ^9.0.0",
96
- "react": "^18.0.0 || ^19.0.0",
97
- "react-dom": "^18.0.0 || ^19.0.0",
98
- "react-hook-form": "^7.0.0"
99
- }
100
- }
2
+ "name": "@hex-core/components",
3
+ "version": "1.0.0",
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
+ }