@particle-academy/react-fancy 4.19.1 → 5.1.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,95 +1,98 @@
1
1
  {
2
- "name": "@particle-academy/react-fancy",
3
- "version": "4.19.1",
4
- "description": "React UI component library for Human+ UX — controlled, agent-bridgeable primitives",
5
- "repository": {
6
- "type": "git",
7
- "url": "git+https://github.com/Particle-Academy/react-fancy.git"
2
+ "name": "@particle-academy/react-fancy",
3
+ "version": "5.1.0",
4
+ "description": "React UI component library for Human+ UX — controlled, agent-bridgeable primitives",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/Particle-Academy/react-fancy.git"
8
+ },
9
+ "homepage": "https://github.com/Particle-Academy/react-fancy#readme",
10
+ "bugs": "https://github.com/Particle-Academy/react-fancy/issues",
11
+ "type": "module",
12
+ "main": "./dist/index.cjs",
13
+ "module": "./dist/index.js",
14
+ "types": "./dist/index.d.ts",
15
+ "exports": {
16
+ ".": {
17
+ "import": {
18
+ "types": "./dist/index.d.ts",
19
+ "default": "./dist/index.js"
20
+ },
21
+ "require": {
22
+ "types": "./dist/index.d.cts",
23
+ "default": "./dist/index.cjs"
24
+ }
8
25
  },
9
- "homepage": "https://github.com/Particle-Academy/react-fancy#readme",
10
- "bugs": "https://github.com/Particle-Academy/react-fancy/issues",
11
- "type": "module",
12
- "main": "./dist/index.cjs",
13
- "module": "./dist/index.js",
14
- "types": "./dist/index.d.ts",
15
- "exports": {
16
- ".": {
17
- "import": {
18
- "types": "./dist/index.d.ts",
19
- "default": "./dist/index.js"
20
- },
21
- "require": {
22
- "types": "./dist/index.d.cts",
23
- "default": "./dist/index.cjs"
24
- }
25
- },
26
- "./icons": {
27
- "import": {
28
- "types": "./dist/icons.d.ts",
29
- "default": "./dist/icons.js"
30
- },
31
- "require": {
32
- "types": "./dist/icons.d.cts",
33
- "default": "./dist/icons.cjs"
34
- }
35
- },
36
- "./styles.css": "./dist/styles.css"
26
+ "./icons": {
27
+ "import": {
28
+ "types": "./dist/icons.d.ts",
29
+ "default": "./dist/icons.js"
30
+ },
31
+ "require": {
32
+ "types": "./dist/icons.d.cts",
33
+ "default": "./dist/icons.cjs"
34
+ }
37
35
  },
38
- "files": [
39
- "dist",
40
- "docs",
41
- "README.md"
42
- ],
43
- "scripts": {
44
- "build": "tsup",
45
- "dev": "tsup --watch",
46
- "lint": "tsc --noEmit && eslint .",
47
- "clean": "rm -rf dist",
48
- "prepublishOnly": "npm run test && npm run lint && tsup",
49
- "test": "vitest run",
50
- "test:watch": "vitest"
51
- },
52
- "keywords": [
53
- "react",
54
- "components",
55
- "ui",
56
- "tailwind",
57
- "human-plus-ux"
58
- ],
59
- "peerDependencies": {
60
- "react": "^18.0.0 || ^19.0.0",
61
- "react-dom": "^18.0.0 || ^19.0.0",
62
- "tailwindcss": "^4.0.0"
63
- },
64
- "dependencies": {
65
- "@particle-academy/fancy-file-commons": ">=0.2 <2.0",
66
- "clsx": "^2.1.0",
67
- "lucide-react": "^0.511.0",
68
- "marked": "^15.0.0",
69
- "tailwind-merge": "^3.0.0"
70
- },
71
- "devDependencies": {
72
- "@types/react": "^19.0.0",
73
- "@types/react-dom": "^19.0.0",
74
- "eslint": "^10.8.0",
75
- "eslint-plugin-react-hooks": "^7.1.1",
76
- "jsdom": "^29.1.1",
77
- "react": "^19.0.0",
78
- "react-dom": "^19.0.0",
79
- "tailwindcss": "^4.0.0",
80
- "tsup": "^8.0.0",
81
- "typescript": "^5.7.0",
82
- "typescript-eslint": "^8.65.0",
83
- "vitest": "^3.2.7"
84
- },
85
- "publishConfig": {
86
- "access": "public"
87
- },
88
- "license": "MIT",
89
- "sideEffects": [
90
- "**/*.css"
91
- ],
92
- "overrides": {
93
- "esbuild": "^0.28.1"
94
- }
36
+ "./styles.css": "./dist/styles.css"
37
+ },
38
+ "files": [
39
+ "dist",
40
+ "docs",
41
+ "README.md"
42
+ ],
43
+ "scripts": {
44
+ "build": "tsup",
45
+ "dev": "tsup --watch",
46
+ "lint": "tsc --noEmit && eslint .",
47
+ "clean": "rm -rf dist",
48
+ "prepublishOnly": "npm run test && npm run lint && tsup",
49
+ "test": "vitest run",
50
+ "test:watch": "vitest"
51
+ },
52
+ "keywords": [
53
+ "react",
54
+ "components",
55
+ "ui",
56
+ "tailwind",
57
+ "human-plus-ux"
58
+ ],
59
+ "peerDependencies": {
60
+ "react": "^19.0.0",
61
+ "react-dom": "^19.0.0",
62
+ "tailwindcss": "^4.0.0"
63
+ },
64
+ "dependencies": {
65
+ "@particle-academy/fancy-file-commons": ">=0.2 <2.0",
66
+ "clsx": "^2.1.0",
67
+ "lucide-react": "^0.511.0",
68
+ "marked": "^15.0.0",
69
+ "tailwind-merge": "^3.0.0"
70
+ },
71
+ "devDependencies": {
72
+ "@types/react": "^19.2.0",
73
+ "@types/react-dom": "^19.2.0",
74
+ "eslint": "^10.8.0",
75
+ "eslint-plugin-react-hooks": "^7.1.1",
76
+ "jsdom": "^29.1.1",
77
+ "react": "^19.2.0",
78
+ "react-dom": "^19.2.0",
79
+ "tailwindcss": "^4.0.0",
80
+ "tsup": "^8.0.0",
81
+ "typescript": "^5.7.0",
82
+ "typescript-eslint": "^8.65.0",
83
+ "vitest": "^3.2.7"
84
+ },
85
+ "publishConfig": {
86
+ "access": "public"
87
+ },
88
+ "license": "MIT",
89
+ "sideEffects": [
90
+ "**/*.css"
91
+ ],
92
+ "overrides": {
93
+ "esbuild": "^0.28.1"
94
+ },
95
+ "engines": {
96
+ "node": ">=22"
97
+ }
95
98
  }