@abdellatifui/react 3.1.8 → 3.1.9

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.
Files changed (2) hide show
  1. package/dist/nextgen.js +16889 -28780
  2. package/package.json +166 -10
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@abdellatifui/react",
3
3
  "private": false,
4
- "version": "3.1.8",
4
+ "version": "3.1.9",
5
5
  "type": "module",
6
6
  "types": "dist/nextgen.d.ts",
7
7
  "files": [
@@ -18,6 +18,14 @@
18
18
  "build-storybook": "storybook build"
19
19
  },
20
20
  "dependencies": {
21
+ "class-variance-authority": "^0.7.0",
22
+ "clsx": "^2.1.1",
23
+ "tailwind-merge": "^2.3.0",
24
+ "tailwindcss-animate": "^1.0.7"
25
+ },
26
+ "peerDependencies": {
27
+ "react": ">=16.8.0",
28
+ "react-dom": ">=16.8.0",
21
29
  "@deck.gl/core": "^9.1.12",
22
30
  "@deck.gl/geo-layers": "^9.1.13",
23
31
  "@deck.gl/layers": "^9.1.13",
@@ -61,15 +69,10 @@
61
69
  "@radix-ui/react-toast": "^1.1.5",
62
70
  "@radix-ui/react-toggle": "^1.1.2",
63
71
  "@radix-ui/react-tooltip": "^1.0.7",
64
- "@storybook/addon-docs": "^8.0.10",
65
- "@storybook/client-api": "^7.6.17",
66
- "@storybook/store": "^7.6.17",
67
72
  "@szhsin/react-menu": "^4.1.0",
68
73
  "ag-grid-enterprise": "^31.0.2",
69
74
  "ag-grid-react": "^31.0.2",
70
75
  "axios": "^1.7.2",
71
- "class-variance-authority": "^0.7.0",
72
- "clsx": "^2.1.1",
73
76
  "cmdk": "^1.0.0",
74
77
  "copy-to-clipboard": "^3.3.3",
75
78
  "core-js": "^3.37.0",
@@ -99,14 +102,167 @@
99
102
  "react-use": "^17.6.0",
100
103
  "react-window": "^1.8.10",
101
104
  "socket.io-client": "^4.7.5",
102
- "tailwind-merge": "^2.3.0",
103
- "tailwindcss-animate": "^1.0.7",
104
- "vite-plugin-dts": "^4.2.4",
105
- "vite-plugin-require": "^1.1.14",
106
105
  "xlsx": "^0.18.5",
107
106
  "zod": "^3.23.8"
108
107
  },
108
+ "peerDependenciesMeta": {
109
+ "@deck.gl/core": {
110
+ "optional": true
111
+ },
112
+ "@deck.gl/geo-layers": {
113
+ "optional": true
114
+ },
115
+ "@deck.gl/layers": {
116
+ "optional": true
117
+ },
118
+ "@deck.gl/mapbox": {
119
+ "optional": true
120
+ },
121
+ "@deck.gl/react": {
122
+ "optional": true
123
+ },
124
+ "@emotion/react": {
125
+ "optional": true
126
+ },
127
+ "@emotion/styled": {
128
+ "optional": true
129
+ },
130
+ "@fluentui/react-components": {
131
+ "optional": true
132
+ },
133
+ "@hookform/resolvers": {
134
+ "optional": true
135
+ },
136
+ "@mui/base": {
137
+ "optional": true
138
+ },
139
+ "@mui/icons-material": {
140
+ "optional": true
141
+ },
142
+ "@mui/joy": {
143
+ "optional": true
144
+ },
145
+ "@mui/material": {
146
+ "optional": true
147
+ },
148
+ "@mui/styled-engine-sc": {
149
+ "optional": true
150
+ },
151
+ "@mui/x-date-pickers": {
152
+ "optional": true
153
+ },
154
+ "@szhsin/react-menu": {
155
+ "optional": true
156
+ },
157
+ "ag-grid-enterprise": {
158
+ "optional": true
159
+ },
160
+ "ag-grid-react": {
161
+ "optional": true
162
+ },
163
+ "axios": {
164
+ "optional": true
165
+ },
166
+ "cmdk": {
167
+ "optional": true
168
+ },
169
+ "copy-to-clipboard": {
170
+ "optional": true
171
+ },
172
+ "core-js": {
173
+ "optional": true
174
+ },
175
+ "date-fns": {
176
+ "optional": true
177
+ },
178
+ "embla-carousel-autoplay": {
179
+ "optional": true
180
+ },
181
+ "embla-carousel-react": {
182
+ "optional": true
183
+ },
184
+ "file-saver": {
185
+ "optional": true
186
+ },
187
+ "framer-motion": {
188
+ "optional": true
189
+ },
190
+ "hotkeys-js": {
191
+ "optional": true
192
+ },
193
+ "jquery": {
194
+ "optional": true
195
+ },
196
+ "lucide-react": {
197
+ "optional": true
198
+ },
199
+ "maplibre-gl": {
200
+ "optional": true
201
+ },
202
+ "material-react-table": {
203
+ "optional": true
204
+ },
205
+ "motion": {
206
+ "optional": true
207
+ },
208
+ "popmotion": {
209
+ "optional": true
210
+ },
211
+ "primereact": {
212
+ "optional": true
213
+ },
214
+ "react-day-picker": {
215
+ "optional": true
216
+ },
217
+ "react-draggable": {
218
+ "optional": true
219
+ },
220
+ "react-error-boundary": {
221
+ "optional": true
222
+ },
223
+ "react-hook-form": {
224
+ "optional": true
225
+ },
226
+ "react-hot-toast": {
227
+ "optional": true
228
+ },
229
+ "react-icons": {
230
+ "optional": true
231
+ },
232
+ "react-map-gl": {
233
+ "optional": true
234
+ },
235
+ "react-resizable-panels": {
236
+ "optional": true
237
+ },
238
+ "react-tabs": {
239
+ "optional": true
240
+ },
241
+ "react-toastify": {
242
+ "optional": true
243
+ },
244
+ "react-use": {
245
+ "optional": true
246
+ },
247
+ "react-window": {
248
+ "optional": true
249
+ },
250
+ "socket.io-client": {
251
+ "optional": true
252
+ },
253
+ "xlsx": {
254
+ "optional": true
255
+ },
256
+ "zod": {
257
+ "optional": true
258
+ }
259
+ },
109
260
  "devDependencies": {
261
+ "@storybook/addon-docs": "^8.0.10",
262
+ "@storybook/client-api": "^7.6.17",
263
+ "@storybook/store": "^7.6.17",
264
+ "vite-plugin-dts": "^4.2.4",
265
+ "vite-plugin-require": "^1.1.14",
110
266
  "@chromatic-com/storybook": "^1.3.3",
111
267
  "@storybook/addon-essentials": "^8.4.4",
112
268
  "@storybook/addon-interactions": "^8.4.4",