@saas-ui/react 3.0.0-next.11 → 3.0.0-next.12
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/{chunk-NKUBVRXY.js → chunk-PSCCIAL4.js} +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.js +103 -103
- package/dist/preset.cjs +2 -2
- package/dist/preset.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -3434,7 +3434,7 @@ var dialogSlotRecipe = defineSlotRecipe13({
|
|
3434
3434
|
top: 0,
|
3435
3435
|
w: "100vw",
|
3436
3436
|
h: "100dvh",
|
3437
|
-
zIndex: "
|
3437
|
+
zIndex: "zIndex.layer-4",
|
3438
3438
|
_open: {
|
3439
3439
|
animationName: "fade-in",
|
3440
3440
|
animationDuration: "slow"
|
@@ -3655,7 +3655,7 @@ var drawerSlotRecipe = defineSlotRecipe14({
|
|
3655
3655
|
top: 0,
|
3656
3656
|
w: "100vw",
|
3657
3657
|
h: "100dvh",
|
3658
|
-
zIndex: "
|
3658
|
+
zIndex: "zIndex.layer-4",
|
3659
3659
|
_open: {
|
3660
3660
|
animationName: "fade-in",
|
3661
3661
|
animationDuration: "slow"
|
package/dist/index.cjs
CHANGED
@@ -3633,7 +3633,7 @@ var dialogSlotRecipe = (0, import_styled_system33.defineSlotRecipe)({
|
|
3633
3633
|
top: 0,
|
3634
3634
|
w: "100vw",
|
3635
3635
|
h: "100dvh",
|
3636
|
-
zIndex: "
|
3636
|
+
zIndex: "zIndex.layer-4",
|
3637
3637
|
_open: {
|
3638
3638
|
animationName: "fade-in",
|
3639
3639
|
animationDuration: "slow"
|
@@ -3854,7 +3854,7 @@ var drawerSlotRecipe = (0, import_styled_system34.defineSlotRecipe)({
|
|
3854
3854
|
top: 0,
|
3855
3855
|
w: "100vw",
|
3856
3856
|
h: "100dvh",
|
3857
|
-
zIndex: "
|
3857
|
+
zIndex: "zIndex.layer-4",
|
3858
3858
|
_open: {
|
3859
3859
|
animationName: "fade-in",
|
3860
3860
|
animationDuration: "slow"
|
package/dist/index.js
CHANGED
@@ -1,15 +1,20 @@
|
|
1
|
+
import {
|
2
|
+
Em,
|
3
|
+
Strong,
|
4
|
+
Text
|
5
|
+
} from "./chunk-J5UCKCIO.js";
|
1
6
|
import {
|
2
7
|
Wrap
|
3
8
|
} from "./chunk-LGLJ2QUW.js";
|
4
9
|
import {
|
5
|
-
|
6
|
-
} from "./chunk-
|
7
|
-
import {
|
8
|
-
steps_exports
|
9
|
-
} from "./chunk-XQTIY2ND.js";
|
10
|
+
Tag
|
11
|
+
} from "./chunk-WJZED26X.js";
|
10
12
|
import {
|
11
13
|
Textarea
|
12
14
|
} from "./chunk-CQD32UVJ.js";
|
15
|
+
import {
|
16
|
+
Timeline
|
17
|
+
} from "./chunk-QLN2CBY6.js";
|
13
18
|
import {
|
14
19
|
Toggle
|
15
20
|
} from "./chunk-PEVIP5UT.js";
|
@@ -17,17 +22,12 @@ import {
|
|
17
22
|
Toaster,
|
18
23
|
toast
|
19
24
|
} from "./chunk-GXOQVOKP.js";
|
20
|
-
import {
|
21
|
-
Timeline
|
22
|
-
} from "./chunk-QLN2CBY6.js";
|
23
|
-
import {
|
24
|
-
Em,
|
25
|
-
Strong,
|
26
|
-
Text
|
27
|
-
} from "./chunk-J5UCKCIO.js";
|
28
25
|
import {
|
29
26
|
Tooltip
|
30
27
|
} from "./chunk-7MCVXFWM.js";
|
28
|
+
import {
|
29
|
+
VisuallyHidden
|
30
|
+
} from "./chunk-HHTTORZ6.js";
|
31
31
|
import {
|
32
32
|
HStack,
|
33
33
|
Stack,
|
@@ -41,31 +41,30 @@ import {
|
|
41
41
|
Status
|
42
42
|
} from "./chunk-U3EPRSD3.js";
|
43
43
|
import {
|
44
|
-
|
45
|
-
} from "./chunk-
|
44
|
+
steps_exports
|
45
|
+
} from "./chunk-XQTIY2ND.js";
|
46
46
|
import {
|
47
47
|
Switch
|
48
48
|
} from "./chunk-3E6URZ5P.js";
|
49
|
+
import {
|
50
|
+
Table
|
51
|
+
} from "./chunk-TH6YCBEG.js";
|
49
52
|
import {
|
50
53
|
Tabs,
|
51
54
|
useTabsContext,
|
52
55
|
useTabsStyles
|
53
56
|
} from "./chunk-5YNHX4C7.js";
|
54
57
|
import {
|
55
|
-
|
56
|
-
} from "./chunk-
|
57
|
-
import {
|
58
|
-
Separator
|
59
|
-
} from "./chunk-27OMFCPD.js";
|
58
|
+
namespace_exports
|
59
|
+
} from "./chunk-2UMNJBGS.js";
|
60
60
|
import {
|
61
61
|
Show
|
62
62
|
} from "./chunk-LU2H6GWC.js";
|
63
63
|
import {
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
} from "./chunk-U23VDAWJ.js";
|
64
|
+
Skeleton,
|
65
|
+
SkeletonCircle,
|
66
|
+
SkeletonText
|
67
|
+
} from "./chunk-UEXUCHDD.js";
|
69
68
|
import {
|
70
69
|
SkipNavContent,
|
71
70
|
SkipNavLink
|
@@ -74,10 +73,11 @@ import {
|
|
74
73
|
Slider
|
75
74
|
} from "./chunk-HREBIPVW.js";
|
76
75
|
import {
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
76
|
+
sidebar_exports,
|
77
|
+
useSidebar,
|
78
|
+
useSidebarItemStyles,
|
79
|
+
useSidebarStyles
|
80
|
+
} from "./chunk-U23VDAWJ.js";
|
81
81
|
import {
|
82
82
|
Spacer
|
83
83
|
} from "./chunk-UAX5344Y.js";
|
@@ -87,35 +87,34 @@ import {
|
|
87
87
|
import {
|
88
88
|
RadioGroup
|
89
89
|
} from "./chunk-NCNHDETB.js";
|
90
|
-
import {
|
91
|
-
radio_card_exports
|
92
|
-
} from "./chunk-KRJG7H4W.js";
|
93
90
|
import {
|
94
91
|
RatingGroup
|
95
92
|
} from "./chunk-HQVBJT5Y.js";
|
96
93
|
import {
|
97
94
|
SearchInput
|
98
95
|
} from "./chunk-C5YLE76Q.js";
|
96
|
+
import {
|
97
|
+
radio_card_exports
|
98
|
+
} from "./chunk-KRJG7H4W.js";
|
99
99
|
import {
|
100
100
|
SegmentedControl
|
101
101
|
} from "./chunk-KFDVVTMT.js";
|
102
102
|
import {
|
103
|
-
|
104
|
-
} from "./chunk-
|
105
|
-
import {
|
106
|
-
Persona,
|
107
|
-
PersonaAvatar,
|
108
|
-
defaultPersonaPresenceOptions
|
109
|
-
} from "./chunk-TYGGMKHU.js";
|
103
|
+
Separator
|
104
|
+
} from "./chunk-27OMFCPD.js";
|
110
105
|
import {
|
111
106
|
PinInput
|
112
107
|
} from "./chunk-RYKJOZ3B.js";
|
113
108
|
import {
|
114
|
-
|
115
|
-
|
109
|
+
page_exports,
|
110
|
+
usePageStyles
|
111
|
+
} from "./chunk-ZJ2VD224.js";
|
116
112
|
import {
|
117
113
|
Presence
|
118
114
|
} from "./chunk-PONMXNY4.js";
|
115
|
+
import {
|
116
|
+
Progress
|
117
|
+
} from "./chunk-6YZ76Q2W.js";
|
119
118
|
import {
|
120
119
|
ProgressCircle
|
121
120
|
} from "./chunk-7HAGRXKM.js";
|
@@ -124,8 +123,8 @@ import {
|
|
124
123
|
useQrCode
|
125
124
|
} from "./chunk-PAZQUPKN.js";
|
126
125
|
import {
|
127
|
-
|
128
|
-
} from "./chunk-
|
126
|
+
Mark
|
127
|
+
} from "./chunk-EWCBYJA7.js";
|
129
128
|
import {
|
130
129
|
NativeSelect
|
131
130
|
} from "./chunk-TKJXJEXT.js";
|
@@ -138,13 +137,14 @@ import {
|
|
138
137
|
import {
|
139
138
|
pagination_exports
|
140
139
|
} from "./chunk-6XSCENTR.js";
|
141
|
-
import {
|
142
|
-
page_exports,
|
143
|
-
usePageStyles
|
144
|
-
} from "./chunk-ZJ2VD224.js";
|
145
140
|
import {
|
146
141
|
PasswordInput
|
147
142
|
} from "./chunk-TXIFPX2A.js";
|
143
|
+
import {
|
144
|
+
Persona,
|
145
|
+
PersonaAvatar,
|
146
|
+
defaultPersonaPresenceOptions
|
147
|
+
} from "./chunk-TYGGMKHU.js";
|
148
148
|
import {
|
149
149
|
InfoTip
|
150
150
|
} from "./chunk-GQYL3VVZ.js";
|
@@ -170,8 +170,8 @@ import {
|
|
170
170
|
Spinner
|
171
171
|
} from "./chunk-MK3OG2I4.js";
|
172
172
|
import {
|
173
|
-
|
174
|
-
} from "./chunk-
|
173
|
+
menu_exports
|
174
|
+
} from "./chunk-DEP2DH7P.js";
|
175
175
|
import {
|
176
176
|
Highlight
|
177
177
|
} from "./chunk-TGEP2YAT.js";
|
@@ -181,9 +181,6 @@ import {
|
|
181
181
|
import {
|
182
182
|
hover_card_exports
|
183
183
|
} from "./chunk-MZ2RY4NU.js";
|
184
|
-
import {
|
185
|
-
Icon
|
186
|
-
} from "./chunk-M3DJWM6D.js";
|
187
184
|
import {
|
188
185
|
IconBadge
|
189
186
|
} from "./chunk-NSFGACD7.js";
|
@@ -191,8 +188,11 @@ import {
|
|
191
188
|
Image
|
192
189
|
} from "./chunk-FD2V4Y66.js";
|
193
190
|
import {
|
194
|
-
|
195
|
-
} from "./chunk-
|
191
|
+
Icon
|
192
|
+
} from "./chunk-M3DJWM6D.js";
|
193
|
+
import {
|
194
|
+
Flex
|
195
|
+
} from "./chunk-JQVOMAD5.js";
|
196
196
|
import {
|
197
197
|
FocusTrap
|
198
198
|
} from "./chunk-EWATHRZA.js";
|
@@ -201,60 +201,60 @@ import {
|
|
201
201
|
FormatNumber
|
202
202
|
} from "./chunk-6WZK2RBQ.js";
|
203
203
|
import {
|
204
|
-
|
205
|
-
} from "./chunk-
|
206
|
-
import {
|
207
|
-
grid_list_exports
|
208
|
-
} from "./chunk-ZUT5GZTD.js";
|
209
|
-
import {
|
210
|
-
Flex
|
211
|
-
} from "./chunk-JQVOMAD5.js";
|
204
|
+
Float
|
205
|
+
} from "./chunk-XD7U6L2E.js";
|
212
206
|
import {
|
213
207
|
Grid,
|
214
208
|
GridItem,
|
215
209
|
SimpleGrid
|
216
210
|
} from "./chunk-2NWOJCSX.js";
|
217
211
|
import {
|
218
|
-
|
219
|
-
} from "./chunk-
|
212
|
+
grid_list_exports
|
213
|
+
} from "./chunk-ZUT5GZTD.js";
|
214
|
+
import {
|
215
|
+
Group
|
216
|
+
} from "./chunk-3CKGT42F.js";
|
220
217
|
import {
|
221
218
|
Editable
|
222
219
|
} from "./chunk-TEQVVR3W.js";
|
223
|
-
import {
|
224
|
-
EnvironmentProvider,
|
225
|
-
useEnvironmentContext
|
226
|
-
} from "./chunk-LFOA3DZO.js";
|
227
|
-
import {
|
228
|
-
Field,
|
229
|
-
useFieldContext,
|
230
|
-
useFieldStyles
|
231
|
-
} from "./chunk-XX2OY7LK.js";
|
232
220
|
import {
|
233
221
|
dialog_exports
|
234
222
|
} from "./chunk-HXNGSQQG.js";
|
235
223
|
import {
|
236
224
|
EmptyState
|
237
225
|
} from "./chunk-NGGISORT.js";
|
226
|
+
import {
|
227
|
+
drawer_exports
|
228
|
+
} from "./chunk-HHKMVSL4.js";
|
238
229
|
import {
|
239
230
|
Fieldset,
|
240
231
|
useFieldsetContext
|
241
232
|
} from "./chunk-FPRTN3I7.js";
|
233
|
+
import {
|
234
|
+
EnvironmentProvider,
|
235
|
+
useEnvironmentContext
|
236
|
+
} from "./chunk-LFOA3DZO.js";
|
242
237
|
import {
|
243
238
|
file_upload_exports,
|
244
239
|
useFileUploadContext
|
245
240
|
} from "./chunk-VVTDE7NH.js";
|
241
|
+
import {
|
242
|
+
Field,
|
243
|
+
useFieldContext,
|
244
|
+
useFieldStyles
|
245
|
+
} from "./chunk-XX2OY7LK.js";
|
246
246
|
import {
|
247
247
|
Code
|
248
248
|
} from "./chunk-YMCOU2N5.js";
|
249
|
+
import {
|
250
|
+
Collapsible
|
251
|
+
} from "./chunk-PEJYADAS.js";
|
249
252
|
import {
|
250
253
|
ColorPicker
|
251
254
|
} from "./chunk-JR5RLXCK.js";
|
252
255
|
import {
|
253
256
|
ColorSwatch
|
254
257
|
} from "./chunk-TYMVLD3B.js";
|
255
|
-
import {
|
256
|
-
Collapsible
|
257
|
-
} from "./chunk-PEJYADAS.js";
|
258
258
|
import {
|
259
259
|
Command
|
260
260
|
} from "./chunk-5ZKEXMBN.js";
|
@@ -268,18 +268,6 @@ import {
|
|
268
268
|
DataList,
|
269
269
|
useDataListStyles
|
270
270
|
} from "./chunk-52XM5VXJ.js";
|
271
|
-
import {
|
272
|
-
BackButton
|
273
|
-
} from "./chunk-KHCQMSP7.js";
|
274
|
-
import {
|
275
|
-
Link
|
276
|
-
} from "./chunk-LIOV5MU4.js";
|
277
|
-
import {
|
278
|
-
SuiContext,
|
279
|
-
SuiProvider,
|
280
|
-
useLink,
|
281
|
-
useSui
|
282
|
-
} from "./chunk-ZULBHMWG.js";
|
283
271
|
import {
|
284
272
|
Card
|
285
273
|
} from "./chunk-7DF4NQNZ.js";
|
@@ -310,23 +298,37 @@ import {
|
|
310
298
|
InputPropsProvider
|
311
299
|
} from "./chunk-BLSGOJQ7.js";
|
312
300
|
import "./chunk-KTLWEUNW.js";
|
301
|
+
import "./chunk-YHQ5JGCC.js";
|
302
|
+
import {
|
303
|
+
Avatar,
|
304
|
+
AvatarGroup
|
305
|
+
} from "./chunk-FN7TU5F5.js";
|
313
306
|
import {
|
314
307
|
Badge,
|
315
308
|
BadgePropsProvider
|
316
309
|
} from "./chunk-R2J5USV6.js";
|
317
310
|
import {
|
318
|
-
|
319
|
-
} from "./chunk-
|
311
|
+
BackButton
|
312
|
+
} from "./chunk-KHCQMSP7.js";
|
313
|
+
import {
|
314
|
+
Link
|
315
|
+
} from "./chunk-LIOV5MU4.js";
|
316
|
+
import {
|
317
|
+
SuiContext,
|
318
|
+
SuiProvider,
|
319
|
+
useLink,
|
320
|
+
useSui
|
321
|
+
} from "./chunk-ZULBHMWG.js";
|
320
322
|
import {
|
321
323
|
Bleed
|
322
324
|
} from "./chunk-Y2S4O4UY.js";
|
325
|
+
import {
|
326
|
+
Blockquote
|
327
|
+
} from "./chunk-GSWLAOIM.js";
|
323
328
|
import {
|
324
329
|
Box,
|
325
330
|
Span
|
326
331
|
} from "./chunk-AA5L5WPD.js";
|
327
|
-
import {
|
328
|
-
Blockquote
|
329
|
-
} from "./chunk-GSWLAOIM.js";
|
330
332
|
import {
|
331
333
|
breadcrumb_exports
|
332
334
|
} from "./chunk-CRFTMIQA.js";
|
@@ -336,17 +338,14 @@ import {
|
|
336
338
|
import {
|
337
339
|
defaultConfig,
|
338
340
|
defaultSystem
|
339
|
-
} from "./chunk-
|
341
|
+
} from "./chunk-PSCCIAL4.js";
|
340
342
|
import "./chunk-QAAKAKP7.js";
|
341
|
-
import {
|
342
|
-
action_bar_exports
|
343
|
-
} from "./chunk-SHCKFHIN.js";
|
344
343
|
import {
|
345
344
|
accordion_exports
|
346
345
|
} from "./chunk-QKDPNO27.js";
|
347
346
|
import {
|
348
|
-
|
349
|
-
} from "./chunk-
|
347
|
+
action_bar_exports
|
348
|
+
} from "./chunk-SHCKFHIN.js";
|
350
349
|
import {
|
351
350
|
Alert
|
352
351
|
} from "./chunk-3EWOE56X.js";
|
@@ -363,11 +362,12 @@ import {
|
|
363
362
|
import {
|
364
363
|
createIcon
|
365
364
|
} from "./chunk-XRQQE2AC.js";
|
366
|
-
import "./chunk-YHQ5JGCC.js";
|
367
365
|
import {
|
368
|
-
|
369
|
-
|
370
|
-
|
366
|
+
AppShell
|
367
|
+
} from "./chunk-YTTZX7ZE.js";
|
368
|
+
import {
|
369
|
+
AspectRatio
|
370
|
+
} from "./chunk-BSE7ZUP5.js";
|
371
371
|
import "./chunk-RTMS5TJN.js";
|
372
372
|
|
373
373
|
// src/index.ts
|
package/dist/preset.cjs
CHANGED
@@ -3454,7 +3454,7 @@ var dialogSlotRecipe = (0, import_styled_system33.defineSlotRecipe)({
|
|
3454
3454
|
top: 0,
|
3455
3455
|
w: "100vw",
|
3456
3456
|
h: "100dvh",
|
3457
|
-
zIndex: "
|
3457
|
+
zIndex: "zIndex.layer-4",
|
3458
3458
|
_open: {
|
3459
3459
|
animationName: "fade-in",
|
3460
3460
|
animationDuration: "slow"
|
@@ -3675,7 +3675,7 @@ var drawerSlotRecipe = (0, import_styled_system34.defineSlotRecipe)({
|
|
3675
3675
|
top: 0,
|
3676
3676
|
w: "100vw",
|
3677
3677
|
h: "100dvh",
|
3678
|
-
zIndex: "
|
3678
|
+
zIndex: "zIndex.layer-4",
|
3679
3679
|
_open: {
|
3680
3680
|
animationName: "fade-in",
|
3681
3681
|
animationDuration: "slow"
|
package/dist/preset.js
CHANGED