pelatform-ui 1.3.0 → 1.4.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,6 +1,6 @@
1
1
  {
2
2
  "name": "pelatform-ui",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "A Modern and Minimal React UI Library built with TailwindCSS.",
5
5
  "author": "Pelatform",
6
6
  "license": "MIT",
@@ -72,33 +72,35 @@
72
72
  "tw-animate-css": "^1.4.0"
73
73
  },
74
74
  "devDependencies": {
75
- "@base-ui/react": "^1.2.0",
75
+ "@base-ui/react": "^1.3.0",
76
76
  "@dnd-kit/core": "^6.3.1",
77
77
  "@dnd-kit/modifiers": "^9.0.0",
78
78
  "@dnd-kit/sortable": "^10.0.0",
79
79
  "@dnd-kit/utilities": "^3.2.2",
80
80
  "@headless-tree/core": "^1.6.3",
81
81
  "@pelatform/tsconfig": "^0.1.4",
82
- "@pelatform/utils": "^1.0.16",
82
+ "@pelatform/utils": "^1.0.17",
83
+ "@tanstack/react-query": "^5.95.2",
83
84
  "@tanstack/react-table": "^8.21.3",
85
+ "@tanstack/react-virtual": "^3.13.23",
84
86
  "@types/react": "^19.2.14",
85
87
  "@types/react-dom": "^19.2.3",
86
88
  "cmdk": "^1.1.1",
87
89
  "date-fns": "^4.1.0",
88
90
  "embla-carousel-react": "^8.6.0",
89
91
  "input-otp": "^1.4.2",
90
- "lucide-react": "^0.577.0",
91
- "motion": "^12.35.0",
92
+ "lucide-react": "^1.0.1",
93
+ "motion": "^12.38.0",
92
94
  "next-themes": "^0.4.6",
93
95
  "radix-ui": "^1.4.3",
94
96
  "react": "^19.2.4",
95
97
  "react-day-picker": "^9.14.0",
96
98
  "react-dom": "^19.2.4",
97
99
  "react-phone-number-input": "^3.4.16",
98
- "react-resizable-panels": "^4.7.1",
100
+ "react-resizable-panels": "^4.7.5",
99
101
  "sonner": "^2.0.7",
100
102
  "tsup": "^8.5.1",
101
- "typescript": "^5.9.3",
103
+ "typescript": "5.9.3",
102
104
  "vaul": "^1.1.2"
103
105
  },
104
106
  "peerDependencies": {
@@ -109,12 +111,14 @@
109
111
  "@dnd-kit/utilities": ">=3.2.0",
110
112
  "@headless-tree/core": ">=1.6.0",
111
113
  "@pelatform/utils": ">=1.0.15",
114
+ "@tanstack/react-query": ">=5.95.0",
112
115
  "@tanstack/react-table": ">=8.20.0",
116
+ "@tanstack/react-virtual": ">=3.10.0",
113
117
  "cmdk": ">=1.1.0",
114
118
  "date-fns": ">=4.1.0",
115
119
  "embla-carousel-react": ">=8.6.0",
116
120
  "input-otp": ">=1.4.0",
117
- "lucide-react": ">=0.577.0",
121
+ "lucide-react": ">=1.0.0",
118
122
  "motion": ">=12.35.0",
119
123
  "next-themes": ">=0.4.5",
120
124
  "radix-ui": ">=1.4.0",
@@ -124,8 +128,6 @@
124
128
  "react-phone-number-input": ">=3.4.0",
125
129
  "react-resizable-panels": ">=4.7.0",
126
130
  "sonner": ">=2.0.5",
127
- "tsup": ">=8.5.0",
128
- "typescript": ">=5.9.0",
129
131
  "vaul": ">=1.1.0"
130
132
  },
131
133
  "publishConfig": {