@saas-ui/react 3.0.0-next.3 → 3.0.0-next.5
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/CHANGELOG.md +12 -0
- package/dist/_tsup-dts-rollup.d.cts +252 -168
- package/dist/_tsup-dts-rollup.d.ts +252 -168
- package/dist/{chunk-CBX6MYVA.js → chunk-QNKQFCKJ.js} +8 -2
- package/dist/components/group/index.d.cts +1 -1
- package/dist/components/group/index.d.ts +1 -1
- package/dist/components/highlight/index.d.cts +1 -1
- package/dist/components/highlight/index.d.ts +1 -1
- package/dist/components/portal/index.d.cts +1 -1
- package/dist/components/portal/index.d.ts +1 -1
- package/dist/components/show/index.d.cts +1 -1
- package/dist/components/show/index.d.ts +1 -1
- package/dist/components/spacer/index.d.cts +1 -1
- package/dist/components/spacer/index.d.ts +1 -1
- package/dist/components/stack/index.cjs +8 -2
- package/dist/components/stack/index.d.cts +4 -0
- package/dist/components/stack/index.d.ts +4 -0
- package/dist/components/stack/index.js +9 -3
- package/dist/index.cjs +44 -4
- package/dist/index.d.cts +31 -0
- package/dist/index.d.ts +31 -0
- package/dist/index.js +136 -94
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1,45 +1,51 @@
|
|
1
|
-
import {
|
2
|
-
Em,
|
3
|
-
Strong,
|
4
|
-
Text
|
5
|
-
} from "./chunk-J5UCKCIO.js";
|
6
1
|
import {
|
7
2
|
Wrap
|
8
3
|
} from "./chunk-LGLJ2QUW.js";
|
9
4
|
import {
|
10
|
-
|
11
|
-
} from "./chunk-
|
12
|
-
import {
|
13
|
-
Table
|
14
|
-
} from "./chunk-TH6YCBEG.js";
|
5
|
+
VisuallyHidden
|
6
|
+
} from "./chunk-HHTTORZ6.js";
|
15
7
|
import {
|
16
8
|
Timeline
|
17
9
|
} from "./chunk-QLN2CBY6.js";
|
18
10
|
import {
|
19
|
-
|
20
|
-
} from "./chunk-
|
11
|
+
Textarea
|
12
|
+
} from "./chunk-CQD32UVJ.js";
|
21
13
|
import {
|
22
14
|
Toaster,
|
23
15
|
toast
|
24
16
|
} from "./chunk-5RWFHB7W.js";
|
17
|
+
import {
|
18
|
+
Tag
|
19
|
+
} from "./chunk-WJZED26X.js";
|
20
|
+
import {
|
21
|
+
Toggle
|
22
|
+
} from "./chunk-PEVIP5UT.js";
|
25
23
|
import {
|
26
24
|
Tooltip
|
27
25
|
} from "./chunk-7MCVXFWM.js";
|
28
26
|
import {
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
} from "./chunk-CBX6MYVA.js";
|
27
|
+
Em,
|
28
|
+
Strong,
|
29
|
+
Text
|
30
|
+
} from "./chunk-J5UCKCIO.js";
|
34
31
|
import {
|
35
32
|
stat_exports
|
36
33
|
} from "./chunk-3RHNNKPC.js";
|
34
|
+
import {
|
35
|
+
Status
|
36
|
+
} from "./chunk-U3EPRSD3.js";
|
37
|
+
import {
|
38
|
+
HStack,
|
39
|
+
Stack,
|
40
|
+
StackSeparator,
|
41
|
+
VStack
|
42
|
+
} from "./chunk-QNKQFCKJ.js";
|
37
43
|
import {
|
38
44
|
Switch
|
39
45
|
} from "./chunk-3E6URZ5P.js";
|
40
46
|
import {
|
41
|
-
|
42
|
-
} from "./chunk-
|
47
|
+
Table
|
48
|
+
} from "./chunk-TH6YCBEG.js";
|
43
49
|
import {
|
44
50
|
steps_exports
|
45
51
|
} from "./chunk-I2J6U5Z4.js";
|
@@ -49,25 +55,25 @@ import {
|
|
49
55
|
useTabsStyles
|
50
56
|
} from "./chunk-5YNHX4C7.js";
|
51
57
|
import {
|
52
|
-
|
53
|
-
} from "./chunk-
|
54
|
-
import {
|
55
|
-
Show
|
56
|
-
} from "./chunk-LU2H6GWC.js";
|
57
|
-
import {
|
58
|
-
Separator
|
59
|
-
} from "./chunk-27OMFCPD.js";
|
58
|
+
SegmentedControl
|
59
|
+
} from "./chunk-KFDVVTMT.js";
|
60
60
|
import {
|
61
61
|
sidebar_exports,
|
62
62
|
useSidebar,
|
63
63
|
useSidebarItemStyles,
|
64
64
|
useSidebarStyles
|
65
65
|
} from "./chunk-U23VDAWJ.js";
|
66
|
+
import {
|
67
|
+
namespace_exports
|
68
|
+
} from "./chunk-BVISYY3B.js";
|
66
69
|
import {
|
67
70
|
Skeleton,
|
68
71
|
SkeletonCircle,
|
69
72
|
SkeletonText
|
70
73
|
} from "./chunk-UEXUCHDD.js";
|
74
|
+
import {
|
75
|
+
Spacer
|
76
|
+
} from "./chunk-UAX5344Y.js";
|
71
77
|
import {
|
72
78
|
SkipNavContent,
|
73
79
|
SkipNavLink
|
@@ -75,9 +81,6 @@ import {
|
|
75
81
|
import {
|
76
82
|
Slider
|
77
83
|
} from "./chunk-HREBIPVW.js";
|
78
|
-
import {
|
79
|
-
Spacer
|
80
|
-
} from "./chunk-UAX5344Y.js";
|
81
84
|
import {
|
82
85
|
Radio
|
83
86
|
} from "./chunk-PZWP36YA.js";
|
@@ -90,60 +93,57 @@ import {
|
|
90
93
|
import {
|
91
94
|
RatingGroup
|
92
95
|
} from "./chunk-HQVBJT5Y.js";
|
93
|
-
import {
|
94
|
-
SegmentedControl
|
95
|
-
} from "./chunk-KFDVVTMT.js";
|
96
96
|
import {
|
97
97
|
SearchInput
|
98
98
|
} from "./chunk-HJX66GFT.js";
|
99
99
|
import {
|
100
|
-
|
101
|
-
} from "./chunk-
|
100
|
+
Separator
|
101
|
+
} from "./chunk-27OMFCPD.js";
|
102
|
+
import {
|
103
|
+
Show
|
104
|
+
} from "./chunk-LU2H6GWC.js";
|
102
105
|
import {
|
103
106
|
PinInput
|
104
107
|
} from "./chunk-RYKJOZ3B.js";
|
105
|
-
import {
|
106
|
-
Persona,
|
107
|
-
PersonaAvatar,
|
108
|
-
defaultPersonaPresenceOptions
|
109
|
-
} from "./chunk-TYGGMKHU.js";
|
110
108
|
import {
|
111
109
|
Portal
|
112
110
|
} from "./chunk-UZUMIWPJ.js";
|
113
111
|
import {
|
114
112
|
Presence
|
115
113
|
} from "./chunk-PONMXNY4.js";
|
114
|
+
import {
|
115
|
+
ProgressCircle
|
116
|
+
} from "./chunk-7HAGRXKM.js";
|
116
117
|
import {
|
117
118
|
Progress
|
118
119
|
} from "./chunk-6YZ76Q2W.js";
|
119
120
|
import {
|
120
|
-
|
121
|
-
|
121
|
+
Persona,
|
122
|
+
PersonaAvatar,
|
123
|
+
defaultPersonaPresenceOptions
|
124
|
+
} from "./chunk-TYGGMKHU.js";
|
122
125
|
import {
|
123
126
|
QrCode
|
124
127
|
} from "./chunk-K3MFCSAW.js";
|
125
|
-
import {
|
126
|
-
menu_exports
|
127
|
-
} from "./chunk-ZNQNBTWF.js";
|
128
128
|
import {
|
129
129
|
NativeSelect
|
130
130
|
} from "./chunk-5OUNZEYB.js";
|
131
|
-
import {
|
132
|
-
navbar_exports
|
133
|
-
} from "./chunk-DJNPK2LM.js";
|
134
|
-
import {
|
135
|
-
Mark
|
136
|
-
} from "./chunk-EWCBYJA7.js";
|
137
131
|
import {
|
138
132
|
NumberInput
|
139
133
|
} from "./chunk-RFBD2ZNL.js";
|
140
134
|
import {
|
141
|
-
|
142
|
-
} from "./chunk-
|
135
|
+
menu_exports
|
136
|
+
} from "./chunk-ZNQNBTWF.js";
|
137
|
+
import {
|
138
|
+
navbar_exports
|
139
|
+
} from "./chunk-DJNPK2LM.js";
|
143
140
|
import {
|
144
141
|
page_exports,
|
145
142
|
usePageStyles
|
146
143
|
} from "./chunk-ZJ2VD224.js";
|
144
|
+
import {
|
145
|
+
pagination_exports
|
146
|
+
} from "./chunk-L4JB7UFV.js";
|
147
147
|
import {
|
148
148
|
PasswordInput
|
149
149
|
} from "./chunk-TXIFPX2A.js";
|
@@ -156,30 +156,33 @@ import {
|
|
156
156
|
import {
|
157
157
|
popover_exports
|
158
158
|
} from "./chunk-HRFQMDUK.js";
|
159
|
-
import {
|
160
|
-
Loader
|
161
|
-
} from "./chunk-DHFAFRZ4.js";
|
162
159
|
import {
|
163
160
|
List
|
164
161
|
} from "./chunk-C5KFNMWU.js";
|
162
|
+
import {
|
163
|
+
Loader
|
164
|
+
} from "./chunk-DHFAFRZ4.js";
|
165
165
|
import {
|
166
166
|
loading_overlay_exports
|
167
167
|
} from "./chunk-BDS3APRG.js";
|
168
168
|
import {
|
169
169
|
Spinner
|
170
170
|
} from "./chunk-MK3OG2I4.js";
|
171
|
+
import {
|
172
|
+
Mark
|
173
|
+
} from "./chunk-EWCBYJA7.js";
|
174
|
+
import {
|
175
|
+
Heading
|
176
|
+
} from "./chunk-HZX4AGO5.js";
|
171
177
|
import {
|
172
178
|
Highlight
|
173
179
|
} from "./chunk-TGEP2YAT.js";
|
174
180
|
import {
|
175
|
-
|
176
|
-
} from "./chunk-
|
181
|
+
hover_card_exports
|
182
|
+
} from "./chunk-MZ2RY4NU.js";
|
177
183
|
import {
|
178
184
|
Icon
|
179
185
|
} from "./chunk-M3DJWM6D.js";
|
180
|
-
import {
|
181
|
-
hover_card_exports
|
182
|
-
} from "./chunk-MZ2RY4NU.js";
|
183
186
|
import {
|
184
187
|
IconBadge
|
185
188
|
} from "./chunk-NSFGACD7.js";
|
@@ -200,15 +203,15 @@ import {
|
|
200
203
|
FormatByte,
|
201
204
|
FormatNumber
|
202
205
|
} from "./chunk-6WZK2RBQ.js";
|
203
|
-
import {
|
204
|
-
grid_list_exports
|
205
|
-
} from "./chunk-ZUT5GZTD.js";
|
206
206
|
import {
|
207
207
|
Grid
|
208
208
|
} from "./chunk-EZZW6JOU.js";
|
209
209
|
import {
|
210
|
-
|
211
|
-
} from "./chunk-
|
210
|
+
grid_list_exports
|
211
|
+
} from "./chunk-ZUT5GZTD.js";
|
212
|
+
import {
|
213
|
+
Group
|
214
|
+
} from "./chunk-3CKGT42F.js";
|
212
215
|
import {
|
213
216
|
dialog_exports
|
214
217
|
} from "./chunk-HHUVJRPT.js";
|
@@ -218,13 +221,13 @@ import {
|
|
218
221
|
import {
|
219
222
|
Editable
|
220
223
|
} from "./chunk-TEQVVR3W.js";
|
221
|
-
import {
|
222
|
-
EmptyState
|
223
|
-
} from "./chunk-NGGISORT.js";
|
224
224
|
import {
|
225
225
|
EnvironmentProvider,
|
226
226
|
useEnvironmentContext
|
227
227
|
} from "./chunk-LFOA3DZO.js";
|
228
|
+
import {
|
229
|
+
EmptyState
|
230
|
+
} from "./chunk-NGGISORT.js";
|
228
231
|
import {
|
229
232
|
Field,
|
230
233
|
useFieldContext,
|
@@ -234,18 +237,15 @@ import {
|
|
234
237
|
file_upload_exports,
|
235
238
|
useFileUploadContext
|
236
239
|
} from "./chunk-EJOXGWHK.js";
|
237
|
-
import {
|
238
|
-
Code
|
239
|
-
} from "./chunk-YMCOU2N5.js";
|
240
240
|
import {
|
241
241
|
Collapsible
|
242
242
|
} from "./chunk-PEJYADAS.js";
|
243
|
+
import {
|
244
|
+
Code
|
245
|
+
} from "./chunk-YMCOU2N5.js";
|
243
246
|
import {
|
244
247
|
ColorPicker
|
245
248
|
} from "./chunk-JR5RLXCK.js";
|
246
|
-
import {
|
247
|
-
Checkbox
|
248
|
-
} from "./chunk-Z3SWPGPQ.js";
|
249
249
|
import {
|
250
250
|
ColorSwatch
|
251
251
|
} from "./chunk-TYMVLD3B.js";
|
@@ -258,6 +258,17 @@ import {
|
|
258
258
|
import {
|
259
259
|
Container
|
260
260
|
} from "./chunk-PIQURQGB.js";
|
261
|
+
import {
|
262
|
+
clipboard_exports
|
263
|
+
} from "./chunk-YX44E5NF.js";
|
264
|
+
import {
|
265
|
+
Input,
|
266
|
+
InputAddon,
|
267
|
+
InputElement,
|
268
|
+
InputGroup,
|
269
|
+
InputPropsProvider
|
270
|
+
} from "./chunk-BLSGOJQ7.js";
|
271
|
+
import "./chunk-KTLWEUNW.js";
|
261
272
|
import {
|
262
273
|
DataList,
|
263
274
|
useDataListStyles
|
@@ -271,6 +282,9 @@ import {
|
|
271
282
|
import {
|
272
283
|
Center
|
273
284
|
} from "./chunk-46OCNELO.js";
|
285
|
+
import {
|
286
|
+
Checkbox
|
287
|
+
} from "./chunk-Z3SWPGPQ.js";
|
274
288
|
import {
|
275
289
|
CheckboxCard
|
276
290
|
} from "./chunk-NLMFEUVO.js";
|
@@ -281,21 +295,8 @@ import {
|
|
281
295
|
ClientOnly
|
282
296
|
} from "./chunk-4N4SHDPB.js";
|
283
297
|
import {
|
284
|
-
|
285
|
-
} from "./chunk-
|
286
|
-
import {
|
287
|
-
Input,
|
288
|
-
InputAddon,
|
289
|
-
InputElement,
|
290
|
-
InputGroup,
|
291
|
-
InputPropsProvider
|
292
|
-
} from "./chunk-BLSGOJQ7.js";
|
293
|
-
import "./chunk-KTLWEUNW.js";
|
294
|
-
import "./chunk-YHQ5JGCC.js";
|
295
|
-
import {
|
296
|
-
Avatar,
|
297
|
-
AvatarGroup
|
298
|
-
} from "./chunk-FN7TU5F5.js";
|
298
|
+
AspectRatio
|
299
|
+
} from "./chunk-BSE7ZUP5.js";
|
299
300
|
import {
|
300
301
|
BackButton
|
301
302
|
} from "./chunk-LKPWSC6O.js";
|
@@ -352,13 +353,34 @@ import "./chunk-OME35FUG.js";
|
|
352
353
|
import {
|
353
354
|
AppShell
|
354
355
|
} from "./chunk-YTTZX7ZE.js";
|
356
|
+
import "./chunk-YHQ5JGCC.js";
|
355
357
|
import {
|
356
|
-
|
357
|
-
|
358
|
+
Avatar,
|
359
|
+
AvatarGroup
|
360
|
+
} from "./chunk-FN7TU5F5.js";
|
358
361
|
import "./chunk-RTMS5TJN.js";
|
359
362
|
|
360
363
|
// src/index.ts
|
361
|
-
import {
|
364
|
+
import {
|
365
|
+
createSystem,
|
366
|
+
defineAnimationStyles,
|
367
|
+
defineConditions,
|
368
|
+
defineConfig,
|
369
|
+
defineGlobalStyles,
|
370
|
+
defineKeyframes,
|
371
|
+
defineLayerStyles,
|
372
|
+
defineRecipe,
|
373
|
+
defineSemanticTokens,
|
374
|
+
defineSlotRecipe,
|
375
|
+
defineStyle,
|
376
|
+
defineTextStyles,
|
377
|
+
defineTokens,
|
378
|
+
chakra,
|
379
|
+
useRecipe,
|
380
|
+
useSlotRecipe,
|
381
|
+
useChakraContext,
|
382
|
+
useToken
|
383
|
+
} from "@chakra-ui/react/styled-system";
|
362
384
|
export {
|
363
385
|
accordion_exports as Accordion,
|
364
386
|
action_bar_exports as ActionBar,
|
@@ -407,6 +429,7 @@ export {
|
|
407
429
|
Grid,
|
408
430
|
grid_list_exports as GridList,
|
409
431
|
Group,
|
432
|
+
HStack,
|
410
433
|
Heading,
|
411
434
|
Highlight,
|
412
435
|
hover_card_exports as HoverCard,
|
@@ -461,6 +484,7 @@ export {
|
|
461
484
|
Spacer,
|
462
485
|
Spinner,
|
463
486
|
Stack,
|
487
|
+
StackSeparator,
|
464
488
|
stat_exports as Stat,
|
465
489
|
Status,
|
466
490
|
steps_exports as Steps,
|
@@ -478,13 +502,28 @@ export {
|
|
478
502
|
Toggle,
|
479
503
|
ToggleTip,
|
480
504
|
Tooltip,
|
505
|
+
VStack,
|
481
506
|
VisuallyHidden,
|
482
507
|
Wrap,
|
508
|
+
chakra,
|
483
509
|
createSystem,
|
484
510
|
defaultConfig,
|
485
511
|
defaultPersonaPresenceOptions,
|
486
512
|
defaultSystem,
|
513
|
+
defineAnimationStyles,
|
514
|
+
defineConditions,
|
515
|
+
defineConfig,
|
516
|
+
defineGlobalStyles,
|
517
|
+
defineKeyframes,
|
518
|
+
defineLayerStyles,
|
519
|
+
defineRecipe,
|
520
|
+
defineSemanticTokens,
|
521
|
+
defineSlotRecipe,
|
522
|
+
defineStyle,
|
523
|
+
defineTextStyles,
|
524
|
+
defineTokens,
|
487
525
|
toast,
|
526
|
+
useChakraContext,
|
488
527
|
useDataListStyles,
|
489
528
|
useEnvironmentContext,
|
490
529
|
useFieldContext,
|
@@ -493,10 +532,13 @@ export {
|
|
493
532
|
useFileUploadContext,
|
494
533
|
useLink,
|
495
534
|
usePageStyles,
|
535
|
+
useRecipe,
|
496
536
|
useSidebar,
|
497
537
|
useSidebarItemStyles,
|
498
538
|
useSidebarStyles,
|
539
|
+
useSlotRecipe,
|
499
540
|
useSui,
|
500
541
|
useTabsContext,
|
501
|
-
useTabsStyles
|
542
|
+
useTabsStyles,
|
543
|
+
useToken
|
502
544
|
};
|