@pelatform/ui 1.5.0 → 1.5.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@pelatform/ui",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "A Modern and Minimal React UI Library built with TailwindCSS.",
5
5
  "author": "Pelatform Dev",
6
6
  "license": "MIT",
@@ -12,6 +12,10 @@
12
12
  "./css": "./css/theme.css",
13
13
  "./css/*": "./css/components/*.css",
14
14
  ".": {
15
+ "development": {
16
+ "types": "./src/dev/index.ts",
17
+ "default": "./src/dev/index.ts"
18
+ },
15
19
  "import": {
16
20
  "types": "./dist/index.d.ts",
17
21
  "default": "./dist/index.js"
@@ -22,6 +26,10 @@
22
26
  }
23
27
  },
24
28
  "./animation": {
29
+ "development": {
30
+ "types": "./src/dev/animation.ts",
31
+ "default": "./src/dev/animation.ts"
32
+ },
25
33
  "import": {
26
34
  "types": "./dist/animation.d.ts",
27
35
  "default": "./dist/animation.js"
@@ -32,6 +40,10 @@
32
40
  }
33
41
  },
34
42
  "./aria": {
43
+ "development": {
44
+ "types": "./src/dev/aria.ts",
45
+ "default": "./src/dev/aria.ts"
46
+ },
35
47
  "import": {
36
48
  "types": "./dist/aria.d.ts",
37
49
  "default": "./dist/aria.js"
@@ -42,6 +54,10 @@
42
54
  }
43
55
  },
44
56
  "./base": {
57
+ "development": {
58
+ "types": "./src/dev/base.ts",
59
+ "default": "./src/dev/base.ts"
60
+ },
45
61
  "import": {
46
62
  "types": "./dist/base.d.ts",
47
63
  "default": "./dist/base.js"
@@ -52,6 +68,10 @@
52
68
  }
53
69
  },
54
70
  "./components": {
71
+ "development": {
72
+ "types": "./src/dev/components.ts",
73
+ "default": "./src/dev/components.ts"
74
+ },
55
75
  "import": {
56
76
  "types": "./dist/components.d.ts",
57
77
  "default": "./dist/components.js"
@@ -62,6 +82,10 @@
62
82
  }
63
83
  },
64
84
  "./default": {
85
+ "development": {
86
+ "types": "./src/dev/default.ts",
87
+ "default": "./src/dev/default.ts"
88
+ },
65
89
  "import": {
66
90
  "types": "./dist/default.d.ts",
67
91
  "default": "./dist/default.js"
@@ -72,6 +96,10 @@
72
96
  }
73
97
  },
74
98
  "./hooks": {
99
+ "development": {
100
+ "types": "./src/dev/hooks.ts",
101
+ "default": "./src/dev/hooks.ts"
102
+ },
75
103
  "import": {
76
104
  "types": "./dist/hooks.d.ts",
77
105
  "default": "./dist/hooks.js"
@@ -82,6 +110,10 @@
82
110
  }
83
111
  },
84
112
  "./re/*": {
113
+ "development": {
114
+ "types": "./src/re-export/*.ts",
115
+ "default": "./src/re-export/*.ts"
116
+ },
85
117
  "import": {
86
118
  "types": "./dist/re-export/*.d.ts",
87
119
  "default": "./dist/re-export/*.js"
@@ -113,7 +145,7 @@
113
145
  "@headless-tree/core": "^1.5.1",
114
146
  "@radix-ui/react-dialog": "^1.1.15",
115
147
  "@radix-ui/react-slot": "^1.2.3",
116
- "@tanstack/react-form": "^1.23.7",
148
+ "@tanstack/react-form": "^1.23.8",
117
149
  "@tanstack/react-query": "^5.90.5",
118
150
  "@tanstack/react-table": "^8.21.3",
119
151
  "class-variance-authority": "^0.7.1",
@@ -121,7 +153,7 @@
121
153
  "cmdk": "^1.1.1",
122
154
  "embla-carousel-react": "^8.6.0",
123
155
  "input-otp": "^1.4.2",
124
- "lucide-react": "^0.546.0",
156
+ "lucide-react": "^0.547.0",
125
157
  "motion": "^12.23.24",
126
158
  "next-themes": "^0.4.6",
127
159
  "radix-ui": "^1.4.3",
@@ -129,7 +161,7 @@
129
161
  "react-aria-components": "^1.13.0",
130
162
  "react-day-picker": "^9.11.1",
131
163
  "react-hook-form": "^7.65.0",
132
- "react-phone-number-input": "^3.4.12",
164
+ "react-phone-number-input": "^3.4.13",
133
165
  "react-resizable-panels": "^3.0.6",
134
166
  "sonner": "^2.0.7",
135
167
  "tailwind-merge": "^3.3.1",
@@ -138,13 +170,13 @@
138
170
  "zod": "^4.1.12"
139
171
  },
140
172
  "devDependencies": {
141
- "@types/node": "^24.8.1",
173
+ "@types/node": "^24.9.1",
142
174
  "@types/react": "^19.2.2",
143
175
  "@types/react-dom": "^19.2.2",
144
176
  "esbuild-plugin-preserve-directives": "^0.0.11",
145
177
  "react": "^19.2.0",
146
178
  "react-dom": "^19.2.0",
147
- "tailwindcss": "^4.1.14",
179
+ "tailwindcss": "^4.1.16",
148
180
  "tsup": "^8.5.0",
149
181
  "typescript": "^5.9.3"
150
182
  },