@boxcustodia/library 2.0.0-alpha.1 → 2.0.0-alpha.10
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.cjs.js +80 -83
- package/dist/index.d.ts +360 -220
- package/dist/index.es.js +42582 -40571
- package/dist/theme.css +232 -224
- package/package.json +125 -124
package/package.json
CHANGED
|
@@ -1,124 +1,125 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@boxcustodia/library",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"main": "dist/index.cjs.js",
|
|
6
|
-
"module": "dist/index.es.js",
|
|
7
|
-
"types": "dist/index.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"files": [
|
|
10
|
-
"/dist"
|
|
11
|
-
],
|
|
12
|
-
"publishConfig": {
|
|
13
|
-
"access": "public",
|
|
14
|
-
"registry": "https://registry.npmjs.org/"
|
|
15
|
-
},
|
|
16
|
-
"scripts": {
|
|
17
|
-
"format": "biome format --write .",
|
|
18
|
-
"lint": "biome check --write .",
|
|
19
|
-
"build": "tsc && vite build && npm run copy:theme",
|
|
20
|
-
"copy:theme": "
|
|
21
|
-
"test": "vitest run",
|
|
22
|
-
"test-watch": "vitest",
|
|
23
|
-
"test:ui": "vitest --ui",
|
|
24
|
-
"pre-storybook": "node scripts/toggle-vite-config.js disable",
|
|
25
|
-
"post-storybook": "node scripts/toggle-vite-config.js enable",
|
|
26
|
-
"storybook": "storybook dev -p 6006",
|
|
27
|
-
"storybook:build": "npm run pre-storybook && NODE_OPTIONS=--max-old-space-size=4096 storybook build && npm run post-storybook",
|
|
28
|
-
"storybook:deploy": "npm run storybook:build && netlify deploy --prod --dir=storybook-static",
|
|
29
|
-
"dev": "storybook dev -p 6006",
|
|
30
|
-
"prepare-husky": "husky",
|
|
31
|
-
"generate": "plop",
|
|
32
|
-
"commit": "npx cz",
|
|
33
|
-
"pre-commit": "lint-staged",
|
|
34
|
-
"release": "npm run build && npx standard-version && git push --follow-tags origin develop && npm publish && npm run storybook:deploy",
|
|
35
|
-
"release:push": "npm run build && git push --follow-tags origin develop && npm publish",
|
|
36
|
-
"release:next": "npm run build && npx standard-version --prerelease alpha && git push --follow-tags origin v2 && npm publish --tag next",
|
|
37
|
-
"release:
|
|
38
|
-
"release:
|
|
39
|
-
"release:
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
|
|
53
|
-
"@
|
|
54
|
-
"@
|
|
55
|
-
"@radix-ui/react-
|
|
56
|
-
"@radix-ui/react-
|
|
57
|
-
"@radix-ui/react-
|
|
58
|
-
"@radix-ui/react-
|
|
59
|
-
"@radix-ui/react-
|
|
60
|
-
"@radix-ui/react-
|
|
61
|
-
"@radix-ui/react-
|
|
62
|
-
"react-
|
|
63
|
-
"
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
"@
|
|
68
|
-
"@
|
|
69
|
-
"@
|
|
70
|
-
"@storybook/addon-
|
|
71
|
-
"@storybook/addon-
|
|
72
|
-
"@storybook/addon-
|
|
73
|
-
"@storybook/
|
|
74
|
-
"@
|
|
75
|
-
"@
|
|
76
|
-
"@testing-library/
|
|
77
|
-
"@testing-library/
|
|
78
|
-
"@
|
|
79
|
-
"@types/
|
|
80
|
-
"@types/
|
|
81
|
-
"@types/react
|
|
82
|
-
"@types/react-
|
|
83
|
-
"@
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"react-
|
|
100
|
-
"react-
|
|
101
|
-
"react-
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"tailwind-
|
|
106
|
-
"
|
|
107
|
-
"tailwindcss
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"vite
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
"react
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@boxcustodia/library",
|
|
3
|
+
"version": "2.0.0-alpha.10",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "dist/index.cjs.js",
|
|
6
|
+
"module": "dist/index.es.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"sideEffects": false,
|
|
9
|
+
"files": [
|
|
10
|
+
"/dist"
|
|
11
|
+
],
|
|
12
|
+
"publishConfig": {
|
|
13
|
+
"access": "public",
|
|
14
|
+
"registry": "https://registry.npmjs.org/"
|
|
15
|
+
},
|
|
16
|
+
"scripts": {
|
|
17
|
+
"format": "biome format --write .",
|
|
18
|
+
"lint": "biome check --write .",
|
|
19
|
+
"build": "tsc && vite build && npm run copy:theme",
|
|
20
|
+
"copy:theme": "node -e \"require('fs').copyFileSync('./src/styles/theme.css', './dist/theme.css')\"",
|
|
21
|
+
"test": "vitest run",
|
|
22
|
+
"test-watch": "vitest",
|
|
23
|
+
"test:ui": "vitest --ui",
|
|
24
|
+
"pre-storybook": "node scripts/toggle-vite-config.js disable",
|
|
25
|
+
"post-storybook": "node scripts/toggle-vite-config.js enable",
|
|
26
|
+
"storybook": "storybook dev -p 6006",
|
|
27
|
+
"storybook:build": "npm run pre-storybook && NODE_OPTIONS=--max-old-space-size=4096 storybook build && npm run post-storybook",
|
|
28
|
+
"storybook:deploy": "npm run storybook:build && netlify deploy --prod --dir=storybook-static",
|
|
29
|
+
"dev": "storybook dev -p 6006",
|
|
30
|
+
"prepare-husky": "husky",
|
|
31
|
+
"generate": "plop",
|
|
32
|
+
"commit": "npx cz",
|
|
33
|
+
"pre-commit": "lint-staged",
|
|
34
|
+
"release": "npm run build && npx standard-version && git push --follow-tags origin develop && npm publish && npm run storybook:deploy",
|
|
35
|
+
"release:push": "npm run build && git push --follow-tags origin develop && npm publish",
|
|
36
|
+
"release:next": "npm run build && npx standard-version --prerelease alpha && git push --follow-tags origin v2 && npm publish --tag next && npm run chromatic",
|
|
37
|
+
"release:next:publish": "npm publish --tag next",
|
|
38
|
+
"release:canary": "npm run build && npx standard-version --prerelease canary && git push --follow-tags origin develop && npm publish --tag canary",
|
|
39
|
+
"release:minor": "npm run build && npx standard-version --release-as minor && git push --follow-tags origin develop && npm publish",
|
|
40
|
+
"release:patch": "npm run build && npx standard-version --release-as patch && git push --follow-tags origin develop && npm publish",
|
|
41
|
+
"chromatic": "npx chromatic --project-token=chpt_ee5385eee6c69fb --build-script-name=storybook:build"
|
|
42
|
+
},
|
|
43
|
+
"lint-staged": {
|
|
44
|
+
"*": [
|
|
45
|
+
"biome check --write --no-errors-on-unmatched --files-ignore-unknown=true"
|
|
46
|
+
]
|
|
47
|
+
},
|
|
48
|
+
"keywords": [],
|
|
49
|
+
"author": "",
|
|
50
|
+
"license": "ISC",
|
|
51
|
+
"description": "",
|
|
52
|
+
"dependencies": {
|
|
53
|
+
"@base-ui/react": "^1.4.0",
|
|
54
|
+
"@biomejs/biome": "^2.3.8",
|
|
55
|
+
"@radix-ui/react-dialog": "^1.1.15",
|
|
56
|
+
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
57
|
+
"@radix-ui/react-popover": "^1.1.15",
|
|
58
|
+
"@radix-ui/react-presence": "^1.1.5",
|
|
59
|
+
"@radix-ui/react-select": "^2.2.6",
|
|
60
|
+
"@radix-ui/react-slot": "^1.2.4",
|
|
61
|
+
"@radix-ui/react-tooltip": "1.2.8",
|
|
62
|
+
"@radix-ui/react-use-controllable-state": "^1.2.2",
|
|
63
|
+
"react-aria-components": "^1.13.0",
|
|
64
|
+
"vite-tsconfig-paths": "^6.0.1"
|
|
65
|
+
},
|
|
66
|
+
"devDependencies": {
|
|
67
|
+
"@chromatic-com/storybook": "^5.1.2",
|
|
68
|
+
"@faker-js/faker": "^10.1.0",
|
|
69
|
+
"@hookform/resolvers": "^5.2.2",
|
|
70
|
+
"@storybook/addon-docs": "10.3.5",
|
|
71
|
+
"@storybook/addon-links": "10.3.5",
|
|
72
|
+
"@storybook/addon-mcp": "^0.6.0",
|
|
73
|
+
"@storybook/addon-onboarding": "10.3.5",
|
|
74
|
+
"@storybook/react-vite": "10.3.5",
|
|
75
|
+
"@tailwindcss/vite": "^4.1.18",
|
|
76
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
77
|
+
"@testing-library/react": "16.3.0",
|
|
78
|
+
"@testing-library/user-event": "^14.6.1",
|
|
79
|
+
"@types/lodash": "^4.17.21",
|
|
80
|
+
"@types/node": "^25.0.2",
|
|
81
|
+
"@types/react": "19.2.7",
|
|
82
|
+
"@types/react-dom": "19.2.3",
|
|
83
|
+
"@types/react-transition-group": "^4.4.12",
|
|
84
|
+
"@vitejs/plugin-react": "^5.1.2",
|
|
85
|
+
"autoprefixer": "^10.4.23",
|
|
86
|
+
"bunx": "^0.1.0",
|
|
87
|
+
"chromatic": "^16.2.0",
|
|
88
|
+
"class-variance-authority": "^0.7.1",
|
|
89
|
+
"clsx": "^2.1.1",
|
|
90
|
+
"cmdk": "^1.1.1",
|
|
91
|
+
"commitizen": "^4.3.1",
|
|
92
|
+
"cz-conventional-changelog": "^3.3.0",
|
|
93
|
+
"date-fns": "^4.1.0",
|
|
94
|
+
"husky": "^9.1.7",
|
|
95
|
+
"jsdom": "^27.3.0",
|
|
96
|
+
"lint-staged": "^16.2.7",
|
|
97
|
+
"lucide-react": "0.561.0",
|
|
98
|
+
"plop": "^4.0.4",
|
|
99
|
+
"react-arborist": "^3.4.3",
|
|
100
|
+
"react-hook-form": "^7.68.0",
|
|
101
|
+
"react-markdown": "^10.1.0",
|
|
102
|
+
"react-transition-group": "^4.4.5",
|
|
103
|
+
"standard-version": "^9.5.0",
|
|
104
|
+
"storybook": "10.3.5",
|
|
105
|
+
"tailwind-merge": "^3.4.0",
|
|
106
|
+
"tailwind-variants": "^3.2.2",
|
|
107
|
+
"tailwindcss": "^4.1.18",
|
|
108
|
+
"tailwindcss-animate": "^1.0.7",
|
|
109
|
+
"typescript": "^5.9.3",
|
|
110
|
+
"vite": "^7.3.0",
|
|
111
|
+
"vite-plugin-dts": "^4.5.4",
|
|
112
|
+
"vitest": "^4.0.15",
|
|
113
|
+
"zod": "^4.2.0",
|
|
114
|
+
"zustand": "^5.0.9"
|
|
115
|
+
},
|
|
116
|
+
"peerDependencies": {
|
|
117
|
+
"react": "^19.0.0",
|
|
118
|
+
"react-dom": "^19.0.0"
|
|
119
|
+
},
|
|
120
|
+
"config": {
|
|
121
|
+
"commitizen": {
|
|
122
|
+
"path": "./node_modules/cz-conventional-changelog"
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|