@openzeppelin/ui-components 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/LICENSE +661 -0
- package/README.md +148 -0
- package/dist/index-CYn57Ffl.d.ts +2528 -0
- package/dist/index-CYn57Ffl.d.ts.map +1 -0
- package/dist/index-CrEkH28U.d.cts +2528 -0
- package/dist/index-CrEkH28U.d.cts.map +1 -0
- package/dist/index.cjs +5534 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +2528 -0
- package/dist/index.d.ts +2528 -0
- package/dist/index.js +5348 -0
- package/dist/index.js.map +1 -0
- package/package.json +99 -0
package/package.json
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@openzeppelin/ui-components",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "Shared React UI components for the OpenZeppelin UI ecosystem.",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"main": "dist/index.cjs",
|
|
8
|
+
"module": "dist/index.js",
|
|
9
|
+
"types": "dist/index.d.ts",
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"types": "./dist/index.d.ts",
|
|
13
|
+
"import": "./dist/index.js",
|
|
14
|
+
"require": "./dist/index.cjs"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"sideEffects": false,
|
|
18
|
+
"files": [
|
|
19
|
+
"dist",
|
|
20
|
+
"README.md"
|
|
21
|
+
],
|
|
22
|
+
"publishConfig": {
|
|
23
|
+
"access": "public"
|
|
24
|
+
},
|
|
25
|
+
"keywords": [
|
|
26
|
+
"ui",
|
|
27
|
+
"components",
|
|
28
|
+
"blockchain",
|
|
29
|
+
"form",
|
|
30
|
+
"typescript",
|
|
31
|
+
"react"
|
|
32
|
+
],
|
|
33
|
+
"author": "OpenZeppelin",
|
|
34
|
+
"license": "AGPL-3.0",
|
|
35
|
+
"repository": {
|
|
36
|
+
"type": "git",
|
|
37
|
+
"url": "https://github.com/OpenZeppelin/openzeppelin-ui",
|
|
38
|
+
"directory": "packages/components"
|
|
39
|
+
},
|
|
40
|
+
"dependencies": {
|
|
41
|
+
"@radix-ui/react-accordion": "^1.2.11",
|
|
42
|
+
"@radix-ui/react-checkbox": "^1.3.2",
|
|
43
|
+
"@radix-ui/react-dialog": "^1.1.14",
|
|
44
|
+
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
45
|
+
"@radix-ui/react-label": "^2.1.7",
|
|
46
|
+
"@radix-ui/react-popover": "^1.1.15",
|
|
47
|
+
"@radix-ui/react-progress": "^1.1.7",
|
|
48
|
+
"@radix-ui/react-radio-group": "^1.3.7",
|
|
49
|
+
"@radix-ui/react-select": "^2.2.5",
|
|
50
|
+
"@radix-ui/react-slot": "^1.2.3",
|
|
51
|
+
"@radix-ui/react-tabs": "^1.1.12",
|
|
52
|
+
"@radix-ui/react-toast": "^1.2.14",
|
|
53
|
+
"@radix-ui/react-tooltip": "^1.2.7",
|
|
54
|
+
"@uiw/react-textarea-code-editor": "^3.1.1",
|
|
55
|
+
"@web3icons/react": "^4.0.26",
|
|
56
|
+
"class-variance-authority": "^0.7.1",
|
|
57
|
+
"clsx": "^2.1.1",
|
|
58
|
+
"date-fns": "^4.1.0",
|
|
59
|
+
"lodash": "^4.17.21",
|
|
60
|
+
"lucide-react": "^0.510.0",
|
|
61
|
+
"next-themes": "^0.4.6",
|
|
62
|
+
"react-day-picker": "^9.12.0",
|
|
63
|
+
"react-hook-form": "^7.62.0",
|
|
64
|
+
"sonner": "^2.0.7",
|
|
65
|
+
"tailwind-merge": "^3.3.1",
|
|
66
|
+
"tailwindcss-animate": "^1.0.7",
|
|
67
|
+
"@openzeppelin/ui-types": "^1.0.0",
|
|
68
|
+
"@openzeppelin/ui-utils": "^1.0.0"
|
|
69
|
+
},
|
|
70
|
+
"devDependencies": {
|
|
71
|
+
"@types/lodash": "^4.17.20",
|
|
72
|
+
"@types/react": "^19.1.9",
|
|
73
|
+
"@types/react-dom": "^19.1.7",
|
|
74
|
+
"@vitejs/plugin-react": "^4.7.0",
|
|
75
|
+
"jsdom": "^26.1.0",
|
|
76
|
+
"react": "^19.2.1",
|
|
77
|
+
"react-dom": "^19.2.1",
|
|
78
|
+
"tailwindcss": "^4.1.11",
|
|
79
|
+
"typescript": "^5.8.3",
|
|
80
|
+
"vitest": "^3.2.4"
|
|
81
|
+
},
|
|
82
|
+
"peerDependencies": {
|
|
83
|
+
"react": "^19.0.0",
|
|
84
|
+
"react-dom": "^19.0.0"
|
|
85
|
+
},
|
|
86
|
+
"scripts": {
|
|
87
|
+
"build": "tsdown && pnpm build:dts-fix",
|
|
88
|
+
"build:dts-fix": "cd dist && for f in index-*.d.ts; do [ -f \"$f\" ] && cp \"$f\" index.d.ts; done && for f in index-*.d.cts; do [ -f \"$f\" ] && cp \"$f\" index.d.cts; done || true",
|
|
89
|
+
"clean": "rm -rf dist tsconfig.tsbuildinfo",
|
|
90
|
+
"typecheck": "tsc --noEmit",
|
|
91
|
+
"test": "vitest run --passWithNoTests",
|
|
92
|
+
"test:watch": "vitest",
|
|
93
|
+
"test:coverage": "vitest run --coverage --passWithNoTests",
|
|
94
|
+
"lint": "eslint \"src/**/*.{ts,tsx}\" --report-unused-disable-directives --max-warnings 0",
|
|
95
|
+
"lint:fix": "eslint \"src/**/*.{ts,tsx}\" --fix",
|
|
96
|
+
"format": "prettier --write \"src/**/*.{ts,tsx,css}\"",
|
|
97
|
+
"format:check": "prettier --check \"src/**/*.{ts,tsx,css}\""
|
|
98
|
+
}
|
|
99
|
+
}
|