@saas-ui/react 2.0.0-next.2 → 2.0.0-next.21
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +399 -0
- package/package.json +16 -15
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,322 @@
|
|
1
1
|
# @saas-ui/react
|
2
2
|
|
3
|
+
## 2.0.0-next.21
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- ccfce5c1: useHotkeys now supports preventDefault option to prevent default browser events from firing
|
8
|
+
- a9ca90dd: Updated to Chakra UI 2.6.x
|
9
|
+
|
10
|
+
### Patch Changes
|
11
|
+
|
12
|
+
- 2b639656: Fixed issue where colorScheme would be passed down to stepper dom element
|
13
|
+
- ccfce5c1: Fixed issue where multiple + separators were not parsed correctly in useHotkeys.
|
14
|
+
- Updated dependencies [ccfce5c1]
|
15
|
+
- Updated dependencies [a9ca90dd]
|
16
|
+
- Updated dependencies [2b639656]
|
17
|
+
- Updated dependencies [ccfce5c1]
|
18
|
+
- @saas-ui/hotkeys@2.0.0-next.17
|
19
|
+
- @saas-ui/forms@2.0.0-next.20
|
20
|
+
- @saas-ui/core@2.0.0-next.17
|
21
|
+
- @saas-ui/data-table@2.0.0-next.21
|
22
|
+
- @saas-ui/auth@2.0.0-next.21
|
23
|
+
- @saas-ui/modals@2.0.0-next.20
|
24
|
+
|
25
|
+
## 2.0.0-next.20
|
26
|
+
|
27
|
+
### Patch Changes
|
28
|
+
|
29
|
+
- Updated dependencies [0a2bb91f]
|
30
|
+
- @saas-ui/auth@2.0.0-next.20
|
31
|
+
- @saas-ui/data-table@2.0.0-next.20
|
32
|
+
|
33
|
+
## 2.0.0-next.19
|
34
|
+
|
35
|
+
### Patch Changes
|
36
|
+
|
37
|
+
- Updated dependencies [ffd878b6]
|
38
|
+
- Updated dependencies [aeab9b0b]
|
39
|
+
- @saas-ui/auth@2.0.0-next.19
|
40
|
+
- @saas-ui/theme@2.0.0-next.10
|
41
|
+
- @saas-ui/core@2.0.0-next.16
|
42
|
+
- @saas-ui/data-table@2.0.0-next.19
|
43
|
+
- @saas-ui/forms@2.0.0-next.19
|
44
|
+
- @saas-ui/hotkeys@2.0.0-next.16
|
45
|
+
- @saas-ui/modals@2.0.0-next.19
|
46
|
+
|
47
|
+
## 2.0.0-next.18
|
48
|
+
|
49
|
+
### Patch Changes
|
50
|
+
|
51
|
+
- Updated dependencies [01ac442f]
|
52
|
+
- @saas-ui/forms@2.0.0-next.18
|
53
|
+
- @saas-ui/auth@2.0.0-next.18
|
54
|
+
- @saas-ui/modals@2.0.0-next.18
|
55
|
+
- @saas-ui/data-table@2.0.0-next.18
|
56
|
+
|
57
|
+
## 2.0.0-next.17
|
58
|
+
|
59
|
+
### Patch Changes
|
60
|
+
|
61
|
+
- a5898c44: Fix Divider label contrast
|
62
|
+
- Updated dependencies [a5898c44]
|
63
|
+
- Updated dependencies [8045baed]
|
64
|
+
- @saas-ui/theme@2.0.0-next.9
|
65
|
+
- @saas-ui/core@2.0.0-next.15
|
66
|
+
- @saas-ui/data-table@2.0.0-next.17
|
67
|
+
- @saas-ui/auth@2.0.0-next.17
|
68
|
+
- @saas-ui/forms@2.0.0-next.17
|
69
|
+
- @saas-ui/hotkeys@2.0.0-next.15
|
70
|
+
- @saas-ui/modals@2.0.0-next.17
|
71
|
+
|
72
|
+
## 2.0.0-next.16
|
73
|
+
|
74
|
+
### Patch Changes
|
75
|
+
|
76
|
+
- b8be6d41: tooltipProps on NavItem no longer require children
|
77
|
+
- Updated dependencies [b8be6d41]
|
78
|
+
- Updated dependencies [cc713117]
|
79
|
+
- @saas-ui/core@2.0.0-next.14
|
80
|
+
- @saas-ui/modals@2.0.0-next.16
|
81
|
+
- @saas-ui/data-table@2.0.0-next.16
|
82
|
+
- @saas-ui/auth@2.0.0-next.16
|
83
|
+
- @saas-ui/forms@2.0.0-next.16
|
84
|
+
- @saas-ui/hotkeys@2.0.0-next.14
|
85
|
+
|
86
|
+
## 2.0.0-next.15
|
87
|
+
|
88
|
+
### Minor Changes
|
89
|
+
|
90
|
+
- 2d18cdc2: New createFormDialog function to create Zod or Yup specific FormDialogs
|
91
|
+
- 826c561a: EmptyState title and description no longer use Header and Text
|
92
|
+
|
93
|
+
### Patch Changes
|
94
|
+
|
95
|
+
- Updated dependencies [2d18cdc2]
|
96
|
+
- Updated dependencies [826c561a]
|
97
|
+
- @saas-ui/modals@2.0.0-next.15
|
98
|
+
- @saas-ui/forms@2.0.0-next.15
|
99
|
+
- @saas-ui/core@2.0.0-next.13
|
100
|
+
- @saas-ui/auth@2.0.0-next.15
|
101
|
+
- @saas-ui/data-table@2.0.0-next.15
|
102
|
+
- @saas-ui/hotkeys@2.0.0-next.13
|
103
|
+
|
104
|
+
## 2.0.0-next.14
|
105
|
+
|
106
|
+
### Patch Changes
|
107
|
+
|
108
|
+
- Fix esm bundle import
|
109
|
+
- Updated dependencies
|
110
|
+
- @saas-ui/data-table@2.0.0-next.14
|
111
|
+
- @saas-ui/nprogress@2.0.0-next.3
|
112
|
+
- @saas-ui/hotkeys@2.0.0-next.12
|
113
|
+
- @saas-ui/modals@2.0.0-next.14
|
114
|
+
- @saas-ui/forms@2.0.0-next.14
|
115
|
+
- @saas-ui/hooks@2.0.0-next.4
|
116
|
+
- @saas-ui/theme@2.0.0-next.8
|
117
|
+
- @saas-ui/auth@2.0.0-next.14
|
118
|
+
- @saas-ui/core@2.0.0-next.12
|
119
|
+
|
120
|
+
## 2.0.0-next.13
|
121
|
+
|
122
|
+
### Patch Changes
|
123
|
+
|
124
|
+
- d3900eca: button primary, secondary and tertiary variants colorScheme can now be changed.
|
125
|
+
- Bump version
|
126
|
+
- dc435dd5: No longer needed to use Next.js legacyBehavior for the Link component.
|
127
|
+
- 6c63217c: object and array field props can now be overridden using the fields prop
|
128
|
+
- Updated dependencies [1563cc9a]
|
129
|
+
- Updated dependencies [d3900eca]
|
130
|
+
- Updated dependencies
|
131
|
+
- Updated dependencies [6c63217c]
|
132
|
+
- @saas-ui/modals@2.0.0-next.13
|
133
|
+
- @saas-ui/theme@2.0.0-next.7
|
134
|
+
- @saas-ui/data-table@2.0.0-next.13
|
135
|
+
- @saas-ui/nprogress@2.0.0-next.2
|
136
|
+
- @saas-ui/hotkeys@2.0.0-next.11
|
137
|
+
- @saas-ui/forms@2.0.0-next.13
|
138
|
+
- @saas-ui/hooks@2.0.0-next.3
|
139
|
+
- @saas-ui/auth@2.0.0-next.13
|
140
|
+
- @saas-ui/core@2.0.0-next.11
|
141
|
+
|
142
|
+
## 2.0.0-next.12
|
143
|
+
|
144
|
+
### Patch Changes
|
145
|
+
|
146
|
+
- a7ef6dd9: Fixed issue where types for exports were not detected
|
147
|
+
- Updated dependencies [a7ef6dd9]
|
148
|
+
- @saas-ui/forms@2.0.0-next.12
|
149
|
+
- @saas-ui/theme@2.0.0-next.6
|
150
|
+
- @saas-ui/core@2.0.0-next.10
|
151
|
+
- @saas-ui/auth@2.0.0-next.12
|
152
|
+
- @saas-ui/modals@2.0.0-next.12
|
153
|
+
- @saas-ui/data-table@2.0.0-next.12
|
154
|
+
- @saas-ui/hotkeys@2.0.0-next.10
|
155
|
+
|
156
|
+
## 2.0.0-next.11
|
157
|
+
|
158
|
+
### Patch Changes
|
159
|
+
|
160
|
+
- Updated dependencies [5b9d90e8]
|
161
|
+
- @saas-ui/theme@2.0.0-next.5
|
162
|
+
- @saas-ui/core@2.0.0-next.9
|
163
|
+
- @saas-ui/auth@2.0.0-next.11
|
164
|
+
- @saas-ui/data-table@2.0.0-next.11
|
165
|
+
- @saas-ui/forms@2.0.0-next.11
|
166
|
+
- @saas-ui/hotkeys@2.0.0-next.9
|
167
|
+
- @saas-ui/modals@2.0.0-next.11
|
168
|
+
|
169
|
+
## 2.0.0-next.10
|
170
|
+
|
171
|
+
### Patch Changes
|
172
|
+
|
173
|
+
- Updated dependencies [b521ce10]
|
174
|
+
- @saas-ui/theme@2.0.0-next.4
|
175
|
+
- @saas-ui/core@2.0.0-next.8
|
176
|
+
- @saas-ui/auth@2.0.0-next.10
|
177
|
+
- @saas-ui/data-table@2.0.0-next.10
|
178
|
+
- @saas-ui/forms@2.0.0-next.10
|
179
|
+
- @saas-ui/hotkeys@2.0.0-next.8
|
180
|
+
- @saas-ui/modals@2.0.0-next.10
|
181
|
+
|
182
|
+
## 2.0.0-next.9
|
183
|
+
|
184
|
+
### Minor Changes
|
185
|
+
|
186
|
+
- 1177329d: Improved MenuDialog position on mobile
|
187
|
+
- 84e59fec: Added new createModals method to create typesafe modals managers with support for custom modals
|
188
|
+
|
189
|
+
### Patch Changes
|
190
|
+
|
191
|
+
- 189190c6: Fix Card theme tokens
|
192
|
+
- Updated dependencies [84e59fec]
|
193
|
+
- Updated dependencies [189190c6]
|
194
|
+
- Updated dependencies [1177329d]
|
195
|
+
- Updated dependencies [84e59fec]
|
196
|
+
- Updated dependencies [1177329d]
|
197
|
+
- @saas-ui/forms@2.0.0-next.9
|
198
|
+
- @saas-ui/core@2.0.0-next.7
|
199
|
+
- @saas-ui/modals@2.0.0-next.9
|
200
|
+
- @saas-ui/auth@2.0.0-next.9
|
201
|
+
- @saas-ui/data-table@2.0.0-next.9
|
202
|
+
- @saas-ui/hotkeys@2.0.0-next.7
|
203
|
+
|
204
|
+
## 2.0.0-next.8
|
205
|
+
|
206
|
+
### Patch Changes
|
207
|
+
|
208
|
+
- Updated dependencies [6d3f5717]
|
209
|
+
- @saas-ui/forms@2.0.0-next.8
|
210
|
+
- @saas-ui/auth@2.0.0-next.8
|
211
|
+
- @saas-ui/modals@2.0.0-next.8
|
212
|
+
- @saas-ui/data-table@2.0.0-next.8
|
213
|
+
|
214
|
+
## 2.0.0-next.7
|
215
|
+
|
216
|
+
### Patch Changes
|
217
|
+
|
218
|
+
- Updated dependencies [7052dad3]
|
219
|
+
- @saas-ui/core@2.0.0-next.6
|
220
|
+
- @saas-ui/auth@2.0.0-next.7
|
221
|
+
- @saas-ui/data-table@2.0.0-next.7
|
222
|
+
- @saas-ui/forms@2.0.0-next.7
|
223
|
+
- @saas-ui/hotkeys@2.0.0-next.6
|
224
|
+
- @saas-ui/modals@2.0.0-next.7
|
225
|
+
|
226
|
+
## 2.0.0-next.6
|
227
|
+
|
228
|
+
### Major Changes
|
229
|
+
|
230
|
+
- 37e38165: Auth forms can now be used standalone, to build custom solutions.
|
231
|
+
- 532011d6: Restructured the Select component to make it atomic, the new composition is Select, SelectButton, SelectList and SelectOption.
|
232
|
+
- 39e778d8: Form will now render AutoField by default when no children are passed.
|
233
|
+
|
234
|
+
### Minor Changes
|
235
|
+
|
236
|
+
- 532011d6: Select can now supports theming using the SuiSelect theme config.
|
237
|
+
- 6dd737ce: Select field now renders invalid state.
|
238
|
+
- c85541cb: AutoForm field props can now be overridden using the fields prop on Form
|
239
|
+
|
240
|
+
### Patch Changes
|
241
|
+
|
242
|
+
- Updated dependencies [37e38165]
|
243
|
+
- Updated dependencies [532011d6]
|
244
|
+
- Updated dependencies [532011d6]
|
245
|
+
- Updated dependencies [6dd737ce]
|
246
|
+
- Updated dependencies [c85541cb]
|
247
|
+
- Updated dependencies [39e778d8]
|
248
|
+
- @saas-ui/auth@2.0.0-next.6
|
249
|
+
- @saas-ui/forms@2.0.0-next.6
|
250
|
+
- @saas-ui/data-table@2.0.0-next.6
|
251
|
+
- @saas-ui/modals@2.0.0-next.6
|
252
|
+
|
253
|
+
## 2.0.0-next.5
|
254
|
+
|
255
|
+
### Major Changes
|
256
|
+
|
257
|
+
- 61b27fa6: Stepper useNext and usePrev hooks renamed to useStepperNextButton and useStepperPrevButton
|
258
|
+
|
259
|
+
### Minor Changes
|
260
|
+
|
261
|
+
- a8ea24da: PasswordInput now accepts leftAddon property.
|
262
|
+
|
263
|
+
### Patch Changes
|
264
|
+
|
265
|
+
- Updated dependencies [a8ea24da]
|
266
|
+
- Updated dependencies [61b27fa6]
|
267
|
+
- @saas-ui/forms@2.0.0-next.5
|
268
|
+
- @saas-ui/core@2.0.0-next.5
|
269
|
+
- @saas-ui/auth@2.0.0-next.5
|
270
|
+
- @saas-ui/modals@2.0.0-next.5
|
271
|
+
- @saas-ui/data-table@2.0.0-next.5
|
272
|
+
- @saas-ui/hotkeys@2.0.0-next.5
|
273
|
+
|
274
|
+
## 2.0.0-next.4
|
275
|
+
|
276
|
+
### Major Changes
|
277
|
+
|
278
|
+
- 83f54180: ErrorBoundary errorComponent property renamed to fallback to be consistent with Suspense.
|
279
|
+
- 83f54180: Secondary button now uses solid variant and gray colorScheme.
|
280
|
+
- 83f54180: Renamed Loader to LoadingOverlay.
|
281
|
+
|
282
|
+
### Minor Changes
|
283
|
+
|
284
|
+
- 83f54180: Added new tertiary button variant.
|
285
|
+
- 27a68bca: useLocalStorage now updates all hook instances on the current page when the value changed
|
286
|
+
|
287
|
+
### Patch Changes
|
288
|
+
|
289
|
+
- ba61612f: Fixed useSnackbar return type, always returns toastId.
|
290
|
+
- 83f54180: Fix NavItem focus outline color.
|
291
|
+
- Updated dependencies [83f54180]
|
292
|
+
- Updated dependencies [ba61612f]
|
293
|
+
- Updated dependencies [83f54180]
|
294
|
+
- Updated dependencies [83f54180]
|
295
|
+
- Updated dependencies [83f54180]
|
296
|
+
- Updated dependencies [83f54180]
|
297
|
+
- Updated dependencies [27a68bca]
|
298
|
+
- @saas-ui/core@2.0.0-next.4
|
299
|
+
- @saas-ui/theme@2.0.0-next.3
|
300
|
+
- @saas-ui/hooks@2.0.0-next.2
|
301
|
+
- @saas-ui/auth@2.0.0-next.4
|
302
|
+
- @saas-ui/data-table@2.0.0-next.4
|
303
|
+
- @saas-ui/forms@2.0.0-next.4
|
304
|
+
- @saas-ui/hotkeys@2.0.0-next.4
|
305
|
+
- @saas-ui/modals@2.0.0-next.4
|
306
|
+
|
307
|
+
## 2.0.0-next.3
|
308
|
+
|
309
|
+
### Patch Changes
|
310
|
+
|
311
|
+
- Updated dependencies [f79376c3]
|
312
|
+
- @saas-ui/theme@2.0.0-next.2
|
313
|
+
- @saas-ui/core@2.0.0-next.3
|
314
|
+
- @saas-ui/auth@2.0.0-next.3
|
315
|
+
- @saas-ui/data-table@2.0.0-next.3
|
316
|
+
- @saas-ui/forms@2.0.0-next.3
|
317
|
+
- @saas-ui/hotkeys@2.0.0-next.3
|
318
|
+
- @saas-ui/modals@2.0.0-next.3
|
319
|
+
|
3
320
|
## 2.0.0-next.2
|
4
321
|
|
5
322
|
### Major Changes
|
@@ -81,6 +398,88 @@
|
|
81
398
|
- @saas-ui/nprogress@2.0.0-next.0
|
82
399
|
- @saas-ui/theme@2.0.0-next.0
|
83
400
|
|
401
|
+
## 1.9.3
|
402
|
+
|
403
|
+
### Patch Changes
|
404
|
+
|
405
|
+
- Updated dependencies
|
406
|
+
- @saas-ui/app-shell@1.1.2
|
407
|
+
- @saas-ui/auth@1.7.6
|
408
|
+
- @saas-ui/banner@1.4.2
|
409
|
+
- @saas-ui/button@1.4.2
|
410
|
+
- @saas-ui/card@1.5.2
|
411
|
+
- @saas-ui/collapse@1.4.2
|
412
|
+
- @saas-ui/data-table@1.4.3
|
413
|
+
- @saas-ui/forms@1.5.5
|
414
|
+
- @saas-ui/hooks@1.2.2
|
415
|
+
- @saas-ui/hotkeys@1.4.2
|
416
|
+
- @saas-ui/input-right-button@1.4.2
|
417
|
+
- @saas-ui/layout@1.4.3
|
418
|
+
- @saas-ui/list@1.4.2
|
419
|
+
- @saas-ui/menu@1.4.3
|
420
|
+
- @saas-ui/modals@1.5.7
|
421
|
+
- @saas-ui/nprogress@1.4.2
|
422
|
+
- @saas-ui/number-input@1.4.2
|
423
|
+
- @saas-ui/palette@1.3.2
|
424
|
+
- @saas-ui/password-input@1.4.2
|
425
|
+
- @saas-ui/persona@1.4.2
|
426
|
+
- @saas-ui/pin-input@1.4.2
|
427
|
+
- @saas-ui/property@1.4.2
|
428
|
+
- @saas-ui/provider@1.2.3
|
429
|
+
- @saas-ui/radio@1.4.3
|
430
|
+
- @saas-ui/search-input@1.4.2
|
431
|
+
- @saas-ui/select@1.4.2
|
432
|
+
- @saas-ui/snackbar@1.2.2
|
433
|
+
- @saas-ui/stepper@1.4.2
|
434
|
+
- @saas-ui/theme@1.8.2
|
435
|
+
|
436
|
+
## 1.9.2
|
437
|
+
|
438
|
+
### Patch Changes
|
439
|
+
|
440
|
+
- b2302a3: Add types to package.json exports
|
441
|
+
- Updated dependencies [f9234fc]
|
442
|
+
- Updated dependencies [b2302a3]
|
443
|
+
- @saas-ui/persona@1.4.1
|
444
|
+
- @saas-ui/app-shell@1.1.1
|
445
|
+
- @saas-ui/auth@1.7.5
|
446
|
+
- @saas-ui/banner@1.4.1
|
447
|
+
- @saas-ui/button@1.4.1
|
448
|
+
- @saas-ui/card@1.5.1
|
449
|
+
- @saas-ui/collapse@1.4.1
|
450
|
+
- @saas-ui/data-table@1.4.2
|
451
|
+
- @saas-ui/forms@1.5.4
|
452
|
+
- @saas-ui/hooks@1.2.1
|
453
|
+
- @saas-ui/hotkeys@1.4.1
|
454
|
+
- @saas-ui/input-right-button@1.4.1
|
455
|
+
- @saas-ui/layout@1.4.2
|
456
|
+
- @saas-ui/list@1.4.1
|
457
|
+
- @saas-ui/menu@1.4.2
|
458
|
+
- @saas-ui/modals@1.5.6
|
459
|
+
- @saas-ui/nprogress@1.4.1
|
460
|
+
- @saas-ui/number-input@1.4.1
|
461
|
+
- @saas-ui/palette@1.3.1
|
462
|
+
- @saas-ui/password-input@1.4.1
|
463
|
+
- @saas-ui/pin-input@1.4.1
|
464
|
+
- @saas-ui/property@1.4.1
|
465
|
+
- @saas-ui/provider@1.2.2
|
466
|
+
- @saas-ui/radio@1.4.2
|
467
|
+
- @saas-ui/search-input@1.4.1
|
468
|
+
- @saas-ui/select@1.4.1
|
469
|
+
- @saas-ui/snackbar@1.2.1
|
470
|
+
- @saas-ui/stepper@1.4.1
|
471
|
+
- @saas-ui/theme@1.8.1
|
472
|
+
|
473
|
+
## 1.9.1
|
474
|
+
|
475
|
+
### Patch Changes
|
476
|
+
|
477
|
+
- 382e095: InputRightButton no longer exported from forms package to prevent conflicts.
|
478
|
+
- Updated dependencies [382e095]
|
479
|
+
- @saas-ui/forms@1.5.3
|
480
|
+
- @saas-ui/auth@1.7.4
|
481
|
+
- @saas-ui/modals@1.5.5
|
482
|
+
|
84
483
|
## 1.9.0
|
85
484
|
|
86
485
|
### Minor Changes
|
package/package.json
CHANGED
@@ -1,11 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@saas-ui/react",
|
3
|
-
"version": "2.0.0-next.
|
4
|
-
"description": "Saas UI - The
|
3
|
+
"version": "2.0.0-next.21",
|
4
|
+
"description": "Saas UI - The React component library for startups.",
|
5
5
|
"source": "src/index.ts",
|
6
6
|
"exports": {
|
7
7
|
".": {
|
8
8
|
"require": "./dist/index.js",
|
9
|
+
"types": "./dist/index.d.ts",
|
9
10
|
"import": "./dist/index.mjs"
|
10
11
|
},
|
11
12
|
"./src": {
|
@@ -55,21 +56,21 @@
|
|
55
56
|
"url": "https://storybook.saas-ui.dev"
|
56
57
|
},
|
57
58
|
"dependencies": {
|
58
|
-
"@chakra-ui/react-utils": "^2.0.
|
59
|
-
"@chakra-ui/system": "^2.
|
60
|
-
"@chakra-ui/utils": "^2.0.
|
61
|
-
"@saas-ui/auth": "2.0.0-next.
|
62
|
-
"@saas-ui/core": "2.0.0-next.
|
63
|
-
"@saas-ui/data-table": "2.0.0-next.
|
64
|
-
"@saas-ui/forms": "2.0.0-next.
|
65
|
-
"@saas-ui/hooks": "2.0.0-next.
|
66
|
-
"@saas-ui/hotkeys": "2.0.0-next.
|
67
|
-
"@saas-ui/modals": "2.0.0-next.
|
68
|
-
"@saas-ui/nprogress": "2.0.0-next.
|
69
|
-
"@saas-ui/theme": "2.0.0-next.
|
59
|
+
"@chakra-ui/react-utils": "^2.0.12",
|
60
|
+
"@chakra-ui/system": "^2.5.7",
|
61
|
+
"@chakra-ui/utils": "^2.0.15",
|
62
|
+
"@saas-ui/auth": "2.0.0-next.21",
|
63
|
+
"@saas-ui/core": "2.0.0-next.17",
|
64
|
+
"@saas-ui/data-table": "2.0.0-next.21",
|
65
|
+
"@saas-ui/forms": "2.0.0-next.20",
|
66
|
+
"@saas-ui/hooks": "2.0.0-next.4",
|
67
|
+
"@saas-ui/hotkeys": "2.0.0-next.17",
|
68
|
+
"@saas-ui/modals": "2.0.0-next.20",
|
69
|
+
"@saas-ui/nprogress": "2.0.0-next.3",
|
70
|
+
"@saas-ui/theme": "2.0.0-next.10"
|
70
71
|
},
|
71
72
|
"peerDependencies": {
|
72
|
-
"@chakra-ui/react": ">=2.
|
73
|
+
"@chakra-ui/react": ">=2.6.0",
|
73
74
|
"@emotion/react": "^11",
|
74
75
|
"@emotion/styled": "^11",
|
75
76
|
"framer-motion": ">=5.5.0",
|