@saas-ui/react 3.0.0-next.3 → 3.0.0-next.4
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 +6 -0
- package/dist/_tsup-dts-rollup.d.cts +238 -168
- package/dist/_tsup-dts-rollup.d.ts +238 -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 +34 -2
- package/dist/index.d.cts +26 -0
- package/dist/index.d.ts +26 -0
- package/dist/index.js +121 -87
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -9,12 +9,12 @@ import {
|
|
9
9
|
import {
|
10
10
|
Tag
|
11
11
|
} from "./chunk-WJZED26X.js";
|
12
|
-
import {
|
13
|
-
Table
|
14
|
-
} from "./chunk-TH6YCBEG.js";
|
15
12
|
import {
|
16
13
|
Timeline
|
17
14
|
} from "./chunk-QLN2CBY6.js";
|
15
|
+
import {
|
16
|
+
Textarea
|
17
|
+
} from "./chunk-CQD32UVJ.js";
|
18
18
|
import {
|
19
19
|
Toggle
|
20
20
|
} from "./chunk-PEVIP5UT.js";
|
@@ -29,34 +29,41 @@ import {
|
|
29
29
|
VisuallyHidden
|
30
30
|
} from "./chunk-HHTTORZ6.js";
|
31
31
|
import {
|
32
|
-
|
33
|
-
|
32
|
+
HStack,
|
33
|
+
Stack,
|
34
|
+
StackSeparator,
|
35
|
+
VStack
|
36
|
+
} from "./chunk-QNKQFCKJ.js";
|
34
37
|
import {
|
35
38
|
stat_exports
|
36
39
|
} from "./chunk-3RHNNKPC.js";
|
37
|
-
import {
|
38
|
-
Switch
|
39
|
-
} from "./chunk-3E6URZ5P.js";
|
40
40
|
import {
|
41
41
|
Status
|
42
42
|
} from "./chunk-U3EPRSD3.js";
|
43
|
+
import {
|
44
|
+
Table
|
45
|
+
} from "./chunk-TH6YCBEG.js";
|
43
46
|
import {
|
44
47
|
steps_exports
|
45
48
|
} from "./chunk-I2J6U5Z4.js";
|
49
|
+
import {
|
50
|
+
Switch
|
51
|
+
} from "./chunk-3E6URZ5P.js";
|
46
52
|
import {
|
47
53
|
Tabs,
|
48
54
|
useTabsContext,
|
49
55
|
useTabsStyles
|
50
56
|
} from "./chunk-5YNHX4C7.js";
|
51
57
|
import {
|
52
|
-
|
53
|
-
} from "./chunk-
|
58
|
+
namespace_exports
|
59
|
+
} from "./chunk-BVISYY3B.js";
|
54
60
|
import {
|
55
61
|
Show
|
56
62
|
} from "./chunk-LU2H6GWC.js";
|
57
63
|
import {
|
58
|
-
|
59
|
-
|
64
|
+
SkipNavContent,
|
65
|
+
SkipNavLink
|
66
|
+
} from "./chunk-GDDJYUWM.js";
|
60
67
|
import {
|
61
68
|
sidebar_exports,
|
62
69
|
useSidebar,
|
@@ -69,18 +76,14 @@ import {
|
|
69
76
|
SkeletonText
|
70
77
|
} from "./chunk-UEXUCHDD.js";
|
71
78
|
import {
|
72
|
-
|
73
|
-
|
74
|
-
} from "./chunk-GDDJYUWM.js";
|
79
|
+
Spacer
|
80
|
+
} from "./chunk-UAX5344Y.js";
|
75
81
|
import {
|
76
82
|
Slider
|
77
83
|
} from "./chunk-HREBIPVW.js";
|
78
84
|
import {
|
79
|
-
|
80
|
-
} from "./chunk-
|
81
|
-
import {
|
82
|
-
Radio
|
83
|
-
} from "./chunk-PZWP36YA.js";
|
85
|
+
ProgressCircle
|
86
|
+
} from "./chunk-7HAGRXKM.js";
|
84
87
|
import {
|
85
88
|
radio_card_exports
|
86
89
|
} from "./chunk-KRJG7H4W.js";
|
@@ -90,60 +93,63 @@ 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
102
|
import {
|
103
|
-
|
104
|
-
} from "./chunk-
|
103
|
+
SegmentedControl
|
104
|
+
} from "./chunk-KFDVVTMT.js";
|
105
105
|
import {
|
106
106
|
Persona,
|
107
107
|
PersonaAvatar,
|
108
108
|
defaultPersonaPresenceOptions
|
109
109
|
} from "./chunk-TYGGMKHU.js";
|
110
110
|
import {
|
111
|
-
|
112
|
-
} from "./chunk-
|
111
|
+
PinInput
|
112
|
+
} from "./chunk-RYKJOZ3B.js";
|
113
113
|
import {
|
114
114
|
Presence
|
115
115
|
} from "./chunk-PONMXNY4.js";
|
116
|
+
import {
|
117
|
+
Portal
|
118
|
+
} from "./chunk-UZUMIWPJ.js";
|
116
119
|
import {
|
117
120
|
Progress
|
118
121
|
} from "./chunk-6YZ76Q2W.js";
|
119
|
-
import {
|
120
|
-
ProgressCircle
|
121
|
-
} from "./chunk-7HAGRXKM.js";
|
122
122
|
import {
|
123
123
|
QrCode
|
124
124
|
} from "./chunk-K3MFCSAW.js";
|
125
|
+
import {
|
126
|
+
Radio
|
127
|
+
} from "./chunk-PZWP36YA.js";
|
125
128
|
import {
|
126
129
|
menu_exports
|
127
130
|
} from "./chunk-ZNQNBTWF.js";
|
128
131
|
import {
|
129
132
|
NativeSelect
|
130
133
|
} from "./chunk-5OUNZEYB.js";
|
131
|
-
import {
|
132
|
-
navbar_exports
|
133
|
-
} from "./chunk-DJNPK2LM.js";
|
134
|
-
import {
|
135
|
-
Mark
|
136
|
-
} from "./chunk-EWCBYJA7.js";
|
137
134
|
import {
|
138
135
|
NumberInput
|
139
136
|
} from "./chunk-RFBD2ZNL.js";
|
140
137
|
import {
|
141
|
-
|
142
|
-
} from "./chunk-
|
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
|
+
loading_overlay_exports
|
146
|
+
} from "./chunk-BDS3APRG.js";
|
147
|
+
import {
|
148
|
+
Spinner
|
149
|
+
} from "./chunk-MK3OG2I4.js";
|
150
|
+
import {
|
151
|
+
pagination_exports
|
152
|
+
} from "./chunk-L4JB7UFV.js";
|
147
153
|
import {
|
148
154
|
PasswordInput
|
149
155
|
} from "./chunk-TXIFPX2A.js";
|
@@ -156,24 +162,21 @@ import {
|
|
156
162
|
import {
|
157
163
|
popover_exports
|
158
164
|
} from "./chunk-HRFQMDUK.js";
|
159
|
-
import {
|
160
|
-
Loader
|
161
|
-
} from "./chunk-DHFAFRZ4.js";
|
162
165
|
import {
|
163
166
|
List
|
164
167
|
} from "./chunk-C5KFNMWU.js";
|
165
168
|
import {
|
166
|
-
|
167
|
-
} from "./chunk-
|
169
|
+
Loader
|
170
|
+
} from "./chunk-DHFAFRZ4.js";
|
168
171
|
import {
|
169
|
-
|
170
|
-
} from "./chunk-
|
172
|
+
Mark
|
173
|
+
} from "./chunk-EWCBYJA7.js";
|
171
174
|
import {
|
172
|
-
|
173
|
-
} from "./chunk-
|
175
|
+
Heading
|
176
|
+
} from "./chunk-HZX4AGO5.js";
|
174
177
|
import {
|
175
|
-
|
176
|
-
} from "./chunk-
|
178
|
+
grid_list_exports
|
179
|
+
} from "./chunk-ZUT5GZTD.js";
|
177
180
|
import {
|
178
181
|
Icon
|
179
182
|
} from "./chunk-M3DJWM6D.js";
|
@@ -186,54 +189,55 @@ import {
|
|
186
189
|
import {
|
187
190
|
Image
|
188
191
|
} from "./chunk-FD2V4Y66.js";
|
192
|
+
import {
|
193
|
+
FocusTrap
|
194
|
+
} from "./chunk-EWATHRZA.js";
|
189
195
|
import {
|
190
196
|
Float
|
191
197
|
} from "./chunk-XD7U6L2E.js";
|
192
198
|
import {
|
193
|
-
|
194
|
-
|
195
|
-
} from "./chunk-
|
199
|
+
file_upload_exports,
|
200
|
+
useFileUploadContext
|
201
|
+
} from "./chunk-EJOXGWHK.js";
|
196
202
|
import {
|
197
|
-
|
198
|
-
} from "./chunk-
|
203
|
+
Grid
|
204
|
+
} from "./chunk-EZZW6JOU.js";
|
199
205
|
import {
|
200
206
|
FormatByte,
|
201
207
|
FormatNumber
|
202
208
|
} from "./chunk-6WZK2RBQ.js";
|
203
209
|
import {
|
204
|
-
|
205
|
-
} from "./chunk-
|
206
|
-
import {
|
207
|
-
Grid
|
208
|
-
} from "./chunk-EZZW6JOU.js";
|
210
|
+
Group
|
211
|
+
} from "./chunk-3CKGT42F.js";
|
209
212
|
import {
|
210
|
-
|
211
|
-
} from "./chunk-
|
213
|
+
Highlight
|
214
|
+
} from "./chunk-TGEP2YAT.js";
|
212
215
|
import {
|
213
|
-
|
214
|
-
|
216
|
+
DataList,
|
217
|
+
useDataListStyles
|
218
|
+
} from "./chunk-52XM5VXJ.js";
|
215
219
|
import {
|
216
|
-
|
217
|
-
|
220
|
+
EnvironmentProvider,
|
221
|
+
useEnvironmentContext
|
222
|
+
} from "./chunk-LFOA3DZO.js";
|
218
223
|
import {
|
219
224
|
Editable
|
220
225
|
} from "./chunk-TEQVVR3W.js";
|
226
|
+
import {
|
227
|
+
drawer_exports
|
228
|
+
} from "./chunk-KH7E5C3C.js";
|
221
229
|
import {
|
222
230
|
EmptyState
|
223
231
|
} from "./chunk-NGGISORT.js";
|
224
|
-
import {
|
225
|
-
EnvironmentProvider,
|
226
|
-
useEnvironmentContext
|
227
|
-
} from "./chunk-LFOA3DZO.js";
|
228
232
|
import {
|
229
233
|
Field,
|
230
234
|
useFieldContext,
|
231
235
|
useFieldStyles
|
232
236
|
} from "./chunk-XX2OY7LK.js";
|
233
237
|
import {
|
234
|
-
|
235
|
-
|
236
|
-
} from "./chunk-
|
238
|
+
Fieldset,
|
239
|
+
useFieldsetContext
|
240
|
+
} from "./chunk-FPRTN3I7.js";
|
237
241
|
import {
|
238
242
|
Code
|
239
243
|
} from "./chunk-YMCOU2N5.js";
|
@@ -243,12 +247,12 @@ import {
|
|
243
247
|
import {
|
244
248
|
ColorPicker
|
245
249
|
} from "./chunk-JR5RLXCK.js";
|
246
|
-
import {
|
247
|
-
Checkbox
|
248
|
-
} from "./chunk-Z3SWPGPQ.js";
|
249
250
|
import {
|
250
251
|
ColorSwatch
|
251
252
|
} from "./chunk-TYMVLD3B.js";
|
253
|
+
import {
|
254
|
+
Container
|
255
|
+
} from "./chunk-PIQURQGB.js";
|
252
256
|
import {
|
253
257
|
Command
|
254
258
|
} from "./chunk-5ZKEXMBN.js";
|
@@ -256,24 +260,23 @@ import {
|
|
256
260
|
Kbd
|
257
261
|
} from "./chunk-OQU4LWZW.js";
|
258
262
|
import {
|
259
|
-
|
260
|
-
} from "./chunk-
|
261
|
-
import {
|
262
|
-
DataList,
|
263
|
-
useDataListStyles
|
264
|
-
} from "./chunk-52XM5VXJ.js";
|
263
|
+
dialog_exports
|
264
|
+
} from "./chunk-HHUVJRPT.js";
|
265
265
|
import {
|
266
266
|
ButtonGroup
|
267
267
|
} from "./chunk-7PWVK3NL.js";
|
268
|
-
import {
|
269
|
-
Card
|
270
|
-
} from "./chunk-7DF4NQNZ.js";
|
271
268
|
import {
|
272
269
|
Center
|
273
270
|
} from "./chunk-46OCNELO.js";
|
271
|
+
import {
|
272
|
+
Card
|
273
|
+
} from "./chunk-7DF4NQNZ.js";
|
274
274
|
import {
|
275
275
|
CheckboxCard
|
276
276
|
} from "./chunk-NLMFEUVO.js";
|
277
|
+
import {
|
278
|
+
Checkbox
|
279
|
+
} from "./chunk-Z3SWPGPQ.js";
|
277
280
|
import {
|
278
281
|
Checkmark
|
279
282
|
} from "./chunk-UIP2CHMU.js";
|
@@ -358,7 +361,22 @@ import {
|
|
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
|
+
} from "@chakra-ui/react/styled-system";
|
362
380
|
export {
|
363
381
|
accordion_exports as Accordion,
|
364
382
|
action_bar_exports as ActionBar,
|
@@ -407,6 +425,7 @@ export {
|
|
407
425
|
Grid,
|
408
426
|
grid_list_exports as GridList,
|
409
427
|
Group,
|
428
|
+
HStack,
|
410
429
|
Heading,
|
411
430
|
Highlight,
|
412
431
|
hover_card_exports as HoverCard,
|
@@ -461,6 +480,7 @@ export {
|
|
461
480
|
Spacer,
|
462
481
|
Spinner,
|
463
482
|
Stack,
|
483
|
+
StackSeparator,
|
464
484
|
stat_exports as Stat,
|
465
485
|
Status,
|
466
486
|
steps_exports as Steps,
|
@@ -478,12 +498,26 @@ export {
|
|
478
498
|
Toggle,
|
479
499
|
ToggleTip,
|
480
500
|
Tooltip,
|
501
|
+
VStack,
|
481
502
|
VisuallyHidden,
|
482
503
|
Wrap,
|
504
|
+
chakra,
|
483
505
|
createSystem,
|
484
506
|
defaultConfig,
|
485
507
|
defaultPersonaPresenceOptions,
|
486
508
|
defaultSystem,
|
509
|
+
defineAnimationStyles,
|
510
|
+
defineConditions,
|
511
|
+
defineConfig,
|
512
|
+
defineGlobalStyles,
|
513
|
+
defineKeyframes,
|
514
|
+
defineLayerStyles,
|
515
|
+
defineRecipe,
|
516
|
+
defineSemanticTokens,
|
517
|
+
defineSlotRecipe,
|
518
|
+
defineStyle,
|
519
|
+
defineTextStyles,
|
520
|
+
defineTokens,
|
487
521
|
toast,
|
488
522
|
useDataListStyles,
|
489
523
|
useEnvironmentContext,
|