@pelatform/ui.components 0.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/README.md +1 -0
- package/dist/animation.d.ts +379 -0
- package/dist/animation.js +1960 -0
- package/dist/base.d.ts +1452 -0
- package/dist/base.js +12080 -0
- package/dist/chunk-2TQSHVXA.js +12 -0
- package/dist/chunk-3LN5XQJ6.js +79 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -0
- package/dist/radix.d.ts +1462 -0
- package/dist/radix.js +12029 -0
- package/dist/style.css +1 -0
- package/package.json +128 -0
package/dist/style.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@source ".";
|
package/package.json
ADDED
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@pelatform/ui.components",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Default components of the Pelatform UI Library.",
|
|
5
|
+
"author": "Pelatform",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"main": "./dist/index.js",
|
|
9
|
+
"types": "./dist/index.d.ts",
|
|
10
|
+
"sideEffects": false,
|
|
11
|
+
"exports": {
|
|
12
|
+
"./css": "./dist/style.css",
|
|
13
|
+
".": {
|
|
14
|
+
"types": "./dist/index.d.ts",
|
|
15
|
+
"default": "./dist/index.js"
|
|
16
|
+
},
|
|
17
|
+
"./animation": {
|
|
18
|
+
"types": "./dist/animation.d.ts",
|
|
19
|
+
"default": "./dist/animation.js"
|
|
20
|
+
},
|
|
21
|
+
"./base": {
|
|
22
|
+
"types": "./dist/base.d.ts",
|
|
23
|
+
"default": "./dist/base.js"
|
|
24
|
+
},
|
|
25
|
+
"./radix": {
|
|
26
|
+
"types": "./dist/radix.d.ts",
|
|
27
|
+
"default": "./dist/radix.js"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"scripts": {
|
|
31
|
+
"clean": "rimraf dist",
|
|
32
|
+
"clean:all": "rimraf .turbo dist node_modules",
|
|
33
|
+
"dev": "tsup --watch",
|
|
34
|
+
"build": "tsup && cp src/style.css dist/style.css",
|
|
35
|
+
"types:check": "tsc --noEmit"
|
|
36
|
+
},
|
|
37
|
+
"repository": "github:pelatformlabs/ui",
|
|
38
|
+
"homepage": "https://github.com/pelatformlabs/ui",
|
|
39
|
+
"bugs": {
|
|
40
|
+
"url": "https://github.com/pelatformlabs/ui/issues"
|
|
41
|
+
},
|
|
42
|
+
"files": [
|
|
43
|
+
"dist"
|
|
44
|
+
],
|
|
45
|
+
"keywords": [
|
|
46
|
+
"pelatform",
|
|
47
|
+
"ui",
|
|
48
|
+
"react",
|
|
49
|
+
"nextjs",
|
|
50
|
+
"vite",
|
|
51
|
+
"components",
|
|
52
|
+
"radix ui",
|
|
53
|
+
"base ui",
|
|
54
|
+
"animation"
|
|
55
|
+
],
|
|
56
|
+
"devDependencies": {
|
|
57
|
+
"@base-ui/react": "^1.2.0",
|
|
58
|
+
"@dnd-kit/core": "^6.3.1",
|
|
59
|
+
"@dnd-kit/modifiers": "^9.0.0",
|
|
60
|
+
"@dnd-kit/sortable": "^10.0.0",
|
|
61
|
+
"@dnd-kit/utilities": "^3.2.2",
|
|
62
|
+
"@headless-tree/core": "^1.6.3",
|
|
63
|
+
"@pelatform/tsconfig": "^0.1.4",
|
|
64
|
+
"@tanstack/react-table": "^8.21.3",
|
|
65
|
+
"@types/react": "^19.2.14",
|
|
66
|
+
"@types/react-dom": "^19.2.3",
|
|
67
|
+
"class-variance-authority": "^0.7.1",
|
|
68
|
+
"clsx": "^2.1.1",
|
|
69
|
+
"cmdk": "^1.1.1",
|
|
70
|
+
"date-fns": "^4.1.0",
|
|
71
|
+
"embla-carousel-react": "^8.6.0",
|
|
72
|
+
"input-otp": "^1.4.2",
|
|
73
|
+
"lucide-react": "^0.576.0",
|
|
74
|
+
"motion": "^12.34.4",
|
|
75
|
+
"next-themes": "^0.4.6",
|
|
76
|
+
"radix-ui": "^1.4.3",
|
|
77
|
+
"react": "^19.2.4",
|
|
78
|
+
"react-day-picker": "^9.14.0",
|
|
79
|
+
"react-dom": "^19.2.4",
|
|
80
|
+
"react-phone-number-input": "^3.4.16",
|
|
81
|
+
"react-resizable-panels": "^4.7.0",
|
|
82
|
+
"recharts": "2.15.1",
|
|
83
|
+
"sonner": "^2.0.7",
|
|
84
|
+
"tailwind-merge": "^3.5.0",
|
|
85
|
+
"tsup": "^8.5.1",
|
|
86
|
+
"typescript": "^5.9.3",
|
|
87
|
+
"vaul": "^1.1.2"
|
|
88
|
+
},
|
|
89
|
+
"peerDependencies": {
|
|
90
|
+
"@base-ui/react": ">=1.2.0",
|
|
91
|
+
"@dnd-kit/core": ">=6.3.0",
|
|
92
|
+
"@dnd-kit/modifiers": ">=9.0.0",
|
|
93
|
+
"@dnd-kit/sortable": ">=10.0.0",
|
|
94
|
+
"@dnd-kit/utilities": ">=3.2.0",
|
|
95
|
+
"@headless-tree/core": ">=1.6.0",
|
|
96
|
+
"@tanstack/react-table": ">=8.21.0",
|
|
97
|
+
"class-variance-authority": ">=0.7.0",
|
|
98
|
+
"clsx": ">=2.1.0",
|
|
99
|
+
"cmdk": ">=1.1.0",
|
|
100
|
+
"date-fns": ">=4.1.0",
|
|
101
|
+
"embla-carousel-react": ">=8.6.0",
|
|
102
|
+
"input-otp": ">=1.4.0",
|
|
103
|
+
"lucide-react": ">=0.575.0",
|
|
104
|
+
"motion": ">=12.30.0",
|
|
105
|
+
"next-themes": ">=0.4.6",
|
|
106
|
+
"radix-ui": ">=1.4.0",
|
|
107
|
+
"react": ">=18.0.0 || >=19.0.0-rc.0",
|
|
108
|
+
"react-dom": ">=18.0.0 || >=19.0.0-rc.0",
|
|
109
|
+
"react-day-picker": ">=9.13.0",
|
|
110
|
+
"react-phone-number-input": ">=3.4.0",
|
|
111
|
+
"react-resizable-panels": ">=4.6.0",
|
|
112
|
+
"recharts": "2.15.1",
|
|
113
|
+
"sonner": ">=2.0.0",
|
|
114
|
+
"tailwind-merge": ">=3.5.0",
|
|
115
|
+
"tsup": ">=8.5.0",
|
|
116
|
+
"typescript": ">=5.9.0",
|
|
117
|
+
"vaul": ">=1.1.0"
|
|
118
|
+
},
|
|
119
|
+
"publishConfig": {
|
|
120
|
+
"registry": "https://registry.npmjs.org/",
|
|
121
|
+
"access": "public"
|
|
122
|
+
},
|
|
123
|
+
"lint-staged": {
|
|
124
|
+
"*.{js,jsx,ts,tsx,cjs,mjs,cts,mts}": "biome check --write --no-errors-on-unmatched",
|
|
125
|
+
"*.{md,yml,yaml}": "prettier --write",
|
|
126
|
+
"*.{json,jsonc,html}": "biome format --write --no-errors-on-unmatched"
|
|
127
|
+
}
|
|
128
|
+
}
|