@saas-ui/react 3.0.0-next.13 → 3.0.0-next.15
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 +15 -0
- package/dist/_tsup-dts-rollup.d.cts +213 -29
- package/dist/_tsup-dts-rollup.d.ts +213 -29
- package/dist/{chunk-DEP2DH7P.js → chunk-7FXZN5MX.js} +20 -11
- package/dist/{chunk-D72A4SU3.js → chunk-GQYL3VVZ.js} +1 -1
- package/dist/{chunk-RBG43JK2.js → chunk-LFITUDGB.js} +212 -45
- package/dist/{chunk-GXOQVOKP.js → chunk-NBNSPEJB.js} +1 -1
- package/dist/chunk-NRC2PKPJ.js +60 -0
- package/dist/components/info-tip/index.js +3 -3
- package/dist/components/menu/index.cjs +20 -11
- package/dist/components/menu/index.js +1 -1
- package/dist/components/section/index.cjs +81 -0
- package/dist/components/section/index.d.cts +2 -0
- package/dist/components/section/index.d.ts +2 -0
- package/dist/components/section/index.js +10 -0
- package/dist/components/toaster/index.cjs +1 -1
- package/dist/components/toaster/index.js +1 -1
- package/dist/components/toggle-tip/index.js +2 -2
- package/dist/index.cjs +331 -94
- package/dist/index.d.cts +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +121 -107
- package/dist/preset.cjs +211 -44
- package/dist/preset.js +1 -1
- package/package.json +2 -2
- package/dist/{chunk-OWFY465Z.js → chunk-QITSWCWX.js} +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -14,6 +14,8 @@ export { defineStyle } from './_tsup-dts-rollup.cjs';
|
|
|
14
14
|
export { defineTextStyles } from './_tsup-dts-rollup.cjs';
|
|
15
15
|
export { defineTokens } from './_tsup-dts-rollup.cjs';
|
|
16
16
|
export { chakra } from './_tsup-dts-rollup.cjs';
|
|
17
|
+
export { createRecipeContext } from './_tsup-dts-rollup.cjs';
|
|
18
|
+
export { createSlotRecipeContext } from './_tsup-dts-rollup.cjs';
|
|
17
19
|
export { useRecipe } from './_tsup-dts-rollup.cjs';
|
|
18
20
|
export { useSlotRecipe } from './_tsup-dts-rollup.cjs';
|
|
19
21
|
export { useChakraContext } from './_tsup-dts-rollup.cjs';
|
|
@@ -28,6 +30,8 @@ export { useBreakpoint } from './_tsup-dts-rollup.cjs';
|
|
|
28
30
|
export { useBreakpointValue } from './_tsup-dts-rollup.cjs';
|
|
29
31
|
export { useControllableState } from './_tsup-dts-rollup.cjs';
|
|
30
32
|
export { useDisclosure } from './_tsup-dts-rollup.cjs';
|
|
33
|
+
export { createListCollection } from './_tsup-dts-rollup.cjs';
|
|
34
|
+
export { createContext } from './_tsup-dts-rollup.cjs';
|
|
31
35
|
export { UseDisclosureProps } from './_tsup-dts-rollup.cjs';
|
|
32
36
|
export { UseDisclosureReturn } from './_tsup-dts-rollup.cjs';
|
|
33
37
|
export { UseControllableStateProps } from './_tsup-dts-rollup.cjs';
|
|
@@ -240,6 +244,8 @@ export { QrCode } from './_tsup-dts-rollup.cjs';
|
|
|
240
244
|
export { useQrCode } from './_tsup-dts-rollup.cjs';
|
|
241
245
|
export { UseQrCodeProps } from './_tsup-dts-rollup.cjs';
|
|
242
246
|
export { UseQrCodeReturn } from './_tsup-dts-rollup.cjs';
|
|
247
|
+
export { Section } from './_tsup-dts-rollup.cjs';
|
|
248
|
+
export { useSectionStyles } from './_tsup-dts-rollup.cjs';
|
|
243
249
|
export { Show } from './_tsup-dts-rollup.cjs';
|
|
244
250
|
export { ShowProps } from './_tsup-dts-rollup.cjs';
|
|
245
251
|
export { Spacer } from './_tsup-dts-rollup.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -14,6 +14,8 @@ export { defineStyle } from './_tsup-dts-rollup.js';
|
|
|
14
14
|
export { defineTextStyles } from './_tsup-dts-rollup.js';
|
|
15
15
|
export { defineTokens } from './_tsup-dts-rollup.js';
|
|
16
16
|
export { chakra } from './_tsup-dts-rollup.js';
|
|
17
|
+
export { createRecipeContext } from './_tsup-dts-rollup.js';
|
|
18
|
+
export { createSlotRecipeContext } from './_tsup-dts-rollup.js';
|
|
17
19
|
export { useRecipe } from './_tsup-dts-rollup.js';
|
|
18
20
|
export { useSlotRecipe } from './_tsup-dts-rollup.js';
|
|
19
21
|
export { useChakraContext } from './_tsup-dts-rollup.js';
|
|
@@ -28,6 +30,8 @@ export { useBreakpoint } from './_tsup-dts-rollup.js';
|
|
|
28
30
|
export { useBreakpointValue } from './_tsup-dts-rollup.js';
|
|
29
31
|
export { useControllableState } from './_tsup-dts-rollup.js';
|
|
30
32
|
export { useDisclosure } from './_tsup-dts-rollup.js';
|
|
33
|
+
export { createListCollection } from './_tsup-dts-rollup.js';
|
|
34
|
+
export { createContext } from './_tsup-dts-rollup.js';
|
|
31
35
|
export { UseDisclosureProps } from './_tsup-dts-rollup.js';
|
|
32
36
|
export { UseDisclosureReturn } from './_tsup-dts-rollup.js';
|
|
33
37
|
export { UseControllableStateProps } from './_tsup-dts-rollup.js';
|
|
@@ -240,6 +244,8 @@ export { QrCode } from './_tsup-dts-rollup.js';
|
|
|
240
244
|
export { useQrCode } from './_tsup-dts-rollup.js';
|
|
241
245
|
export { UseQrCodeProps } from './_tsup-dts-rollup.js';
|
|
242
246
|
export { UseQrCodeReturn } from './_tsup-dts-rollup.js';
|
|
247
|
+
export { Section } from './_tsup-dts-rollup.js';
|
|
248
|
+
export { useSectionStyles } from './_tsup-dts-rollup.js';
|
|
243
249
|
export { Show } from './_tsup-dts-rollup.js';
|
|
244
250
|
export { ShowProps } from './_tsup-dts-rollup.js';
|
|
245
251
|
export { Spacer } from './_tsup-dts-rollup.js';
|
package/dist/index.js
CHANGED
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
Em,
|
|
3
|
+
Strong,
|
|
4
|
+
Text
|
|
5
|
+
} from "./chunk-J5UCKCIO.js";
|
|
4
6
|
import {
|
|
5
7
|
Wrap
|
|
6
8
|
} from "./chunk-LGLJ2QUW.js";
|
|
9
|
+
import {
|
|
10
|
+
VisuallyHidden
|
|
11
|
+
} from "./chunk-HHTTORZ6.js";
|
|
12
|
+
import {
|
|
13
|
+
Tabs,
|
|
14
|
+
useTabsContext,
|
|
15
|
+
useTabsStyles
|
|
16
|
+
} from "./chunk-5YNHX4C7.js";
|
|
7
17
|
import {
|
|
8
18
|
Textarea
|
|
9
19
|
} from "./chunk-CQD32UVJ.js";
|
|
@@ -16,7 +26,7 @@ import {
|
|
|
16
26
|
import {
|
|
17
27
|
Toaster,
|
|
18
28
|
toast
|
|
19
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-NBNSPEJB.js";
|
|
20
30
|
import {
|
|
21
31
|
Toggle
|
|
22
32
|
} from "./chunk-PEVIP5UT.js";
|
|
@@ -24,10 +34,8 @@ import {
|
|
|
24
34
|
Tooltip
|
|
25
35
|
} from "./chunk-7MCVXFWM.js";
|
|
26
36
|
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
Text
|
|
30
|
-
} from "./chunk-J5UCKCIO.js";
|
|
37
|
+
Slider
|
|
38
|
+
} from "./chunk-HREBIPVW.js";
|
|
31
39
|
import {
|
|
32
40
|
HStack,
|
|
33
41
|
Stack,
|
|
@@ -49,11 +57,6 @@ import {
|
|
|
49
57
|
import {
|
|
50
58
|
Table
|
|
51
59
|
} from "./chunk-TH6YCBEG.js";
|
|
52
|
-
import {
|
|
53
|
-
Tabs,
|
|
54
|
-
useTabsContext,
|
|
55
|
-
useTabsStyles
|
|
56
|
-
} from "./chunk-5YNHX4C7.js";
|
|
57
60
|
import {
|
|
58
61
|
namespace_exports
|
|
59
62
|
} from "./chunk-2UMNJBGS.js";
|
|
@@ -61,19 +64,19 @@ import {
|
|
|
61
64
|
Show
|
|
62
65
|
} from "./chunk-LU2H6GWC.js";
|
|
63
66
|
import {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
useSidebarItemStyles,
|
|
67
|
-
useSidebarStyles
|
|
68
|
-
} from "./chunk-U23VDAWJ.js";
|
|
67
|
+
Separator
|
|
68
|
+
} from "./chunk-27OMFCPD.js";
|
|
69
69
|
import {
|
|
70
70
|
Skeleton,
|
|
71
71
|
SkeletonCircle,
|
|
72
72
|
SkeletonText
|
|
73
73
|
} from "./chunk-UEXUCHDD.js";
|
|
74
74
|
import {
|
|
75
|
-
|
|
76
|
-
|
|
75
|
+
sidebar_exports,
|
|
76
|
+
useSidebar,
|
|
77
|
+
useSidebarItemStyles,
|
|
78
|
+
useSidebarStyles
|
|
79
|
+
} from "./chunk-U23VDAWJ.js";
|
|
77
80
|
import {
|
|
78
81
|
SkipNavContent,
|
|
79
82
|
SkipNavLink
|
|
@@ -81,6 +84,9 @@ import {
|
|
|
81
84
|
import {
|
|
82
85
|
Spacer
|
|
83
86
|
} from "./chunk-UAX5344Y.js";
|
|
87
|
+
import {
|
|
88
|
+
Radio
|
|
89
|
+
} from "./chunk-PZWP36YA.js";
|
|
84
90
|
import {
|
|
85
91
|
RadioGroup
|
|
86
92
|
} from "./chunk-NCNHDETB.js";
|
|
@@ -90,82 +96,71 @@ import {
|
|
|
90
96
|
import {
|
|
91
97
|
RatingGroup
|
|
92
98
|
} from "./chunk-HQVBJT5Y.js";
|
|
93
|
-
import {
|
|
94
|
-
Progress
|
|
95
|
-
} from "./chunk-6YZ76Q2W.js";
|
|
96
99
|
import {
|
|
97
100
|
SearchInput
|
|
98
101
|
} from "./chunk-C5YLE76Q.js";
|
|
102
|
+
import {
|
|
103
|
+
section_exports,
|
|
104
|
+
useSectionStyles
|
|
105
|
+
} from "./chunk-NRC2PKPJ.js";
|
|
99
106
|
import {
|
|
100
107
|
SegmentedControl
|
|
101
108
|
} from "./chunk-KFDVVTMT.js";
|
|
102
|
-
import {
|
|
103
|
-
Separator
|
|
104
|
-
} from "./chunk-27OMFCPD.js";
|
|
105
109
|
import {
|
|
106
110
|
Persona,
|
|
107
111
|
PersonaAvatar,
|
|
108
112
|
defaultPersonaPresenceOptions
|
|
109
113
|
} from "./chunk-TYGGMKHU.js";
|
|
110
|
-
import {
|
|
111
|
-
Presence
|
|
112
|
-
} from "./chunk-PONMXNY4.js";
|
|
113
|
-
import {
|
|
114
|
-
QrCode,
|
|
115
|
-
useQrCode
|
|
116
|
-
} from "./chunk-PAZQUPKN.js";
|
|
117
114
|
import {
|
|
118
115
|
PinInput
|
|
119
116
|
} from "./chunk-RYKJOZ3B.js";
|
|
117
|
+
import {
|
|
118
|
+
Presence
|
|
119
|
+
} from "./chunk-PONMXNY4.js";
|
|
120
120
|
import {
|
|
121
121
|
ProgressCircle
|
|
122
122
|
} from "./chunk-7HAGRXKM.js";
|
|
123
123
|
import {
|
|
124
|
-
|
|
125
|
-
} from "./chunk-
|
|
124
|
+
Progress
|
|
125
|
+
} from "./chunk-6YZ76Q2W.js";
|
|
126
|
+
import {
|
|
127
|
+
QrCode,
|
|
128
|
+
useQrCode
|
|
129
|
+
} from "./chunk-PAZQUPKN.js";
|
|
126
130
|
import {
|
|
127
131
|
Mark
|
|
128
132
|
} from "./chunk-EWCBYJA7.js";
|
|
129
133
|
import {
|
|
130
134
|
menu_exports
|
|
131
|
-
} from "./chunk-
|
|
135
|
+
} from "./chunk-7FXZN5MX.js";
|
|
132
136
|
import {
|
|
133
137
|
NativeSelect
|
|
134
138
|
} from "./chunk-TKJXJEXT.js";
|
|
139
|
+
import {
|
|
140
|
+
NumberInput
|
|
141
|
+
} from "./chunk-RFBD2ZNL.js";
|
|
135
142
|
import {
|
|
136
143
|
navbar_exports
|
|
137
144
|
} from "./chunk-DJNPK2LM.js";
|
|
138
145
|
import {
|
|
139
|
-
|
|
140
|
-
} from "./chunk-
|
|
146
|
+
pagination_exports
|
|
147
|
+
} from "./chunk-6XSCENTR.js";
|
|
141
148
|
import {
|
|
142
149
|
page_exports,
|
|
143
150
|
usePageStyles
|
|
144
151
|
} from "./chunk-ZJ2VD224.js";
|
|
145
|
-
import {
|
|
146
|
-
pagination_exports
|
|
147
|
-
} from "./chunk-6XSCENTR.js";
|
|
148
152
|
import {
|
|
149
153
|
PasswordInput
|
|
150
154
|
} from "./chunk-TXIFPX2A.js";
|
|
151
155
|
import {
|
|
152
|
-
|
|
153
|
-
} from "./chunk-
|
|
154
|
-
import {
|
|
155
|
-
ToggleTip
|
|
156
|
-
} from "./chunk-OWFY465Z.js";
|
|
157
|
-
import {
|
|
158
|
-
Portal
|
|
159
|
-
} from "./chunk-UZUMIWPJ.js";
|
|
156
|
+
Image
|
|
157
|
+
} from "./chunk-FD2V4Y66.js";
|
|
160
158
|
import {
|
|
161
|
-
|
|
162
|
-
} from "./chunk-
|
|
159
|
+
List
|
|
160
|
+
} from "./chunk-C5KFNMWU.js";
|
|
163
161
|
import {
|
|
164
162
|
Loader
|
|
165
163
|
} from "./chunk-DHFAFRZ4.js";
|
|
166
|
-
import {
|
|
167
|
-
List
|
|
168
|
-
} from "./chunk-C5KFNMWU.js";
|
|
169
164
|
import {
|
|
170
165
|
loading_overlay_exports
|
|
171
166
|
} from "./chunk-BDS3APRG.js";
|
|
@@ -188,94 +183,94 @@ import {
|
|
|
188
183
|
IconBadge
|
|
189
184
|
} from "./chunk-NSFGACD7.js";
|
|
190
185
|
import {
|
|
191
|
-
|
|
192
|
-
} from "./chunk-
|
|
186
|
+
InfoTip
|
|
187
|
+
} from "./chunk-GQYL3VVZ.js";
|
|
193
188
|
import {
|
|
194
|
-
|
|
195
|
-
} from "./chunk-
|
|
189
|
+
ToggleTip
|
|
190
|
+
} from "./chunk-QITSWCWX.js";
|
|
196
191
|
import {
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
192
|
+
popover_exports
|
|
193
|
+
} from "./chunk-FVUEAELO.js";
|
|
194
|
+
import {
|
|
195
|
+
Portal
|
|
196
|
+
} from "./chunk-UZUMIWPJ.js";
|
|
197
|
+
import {
|
|
198
|
+
file_upload_exports,
|
|
199
|
+
useFileUploadContext
|
|
200
|
+
} from "./chunk-VVTDE7NH.js";
|
|
200
201
|
import {
|
|
201
202
|
FocusTrap
|
|
202
203
|
} from "./chunk-EWATHRZA.js";
|
|
204
|
+
import {
|
|
205
|
+
FormatByte,
|
|
206
|
+
FormatNumber
|
|
207
|
+
} from "./chunk-6WZK2RBQ.js";
|
|
208
|
+
import {
|
|
209
|
+
Float
|
|
210
|
+
} from "./chunk-XD7U6L2E.js";
|
|
203
211
|
import {
|
|
204
212
|
Grid,
|
|
205
213
|
GridItem,
|
|
206
214
|
SimpleGrid
|
|
207
215
|
} from "./chunk-2NWOJCSX.js";
|
|
208
|
-
import {
|
|
209
|
-
FormatByte,
|
|
210
|
-
FormatNumber
|
|
211
|
-
} from "./chunk-6WZK2RBQ.js";
|
|
212
216
|
import {
|
|
213
217
|
grid_list_exports
|
|
214
218
|
} from "./chunk-ZUT5GZTD.js";
|
|
215
219
|
import {
|
|
216
220
|
Group
|
|
217
221
|
} from "./chunk-3CKGT42F.js";
|
|
218
|
-
import {
|
|
219
|
-
Editable
|
|
220
|
-
} from "./chunk-TEQVVR3W.js";
|
|
221
222
|
import {
|
|
222
223
|
dialog_exports
|
|
223
224
|
} from "./chunk-HXNGSQQG.js";
|
|
224
225
|
import {
|
|
225
|
-
|
|
226
|
-
} from "./chunk-
|
|
227
|
-
import {
|
|
228
|
-
drawer_exports
|
|
229
|
-
} from "./chunk-HHKMVSL4.js";
|
|
226
|
+
Editable
|
|
227
|
+
} from "./chunk-TEQVVR3W.js";
|
|
230
228
|
import {
|
|
231
229
|
EnvironmentProvider,
|
|
232
230
|
useEnvironmentContext
|
|
233
231
|
} from "./chunk-LFOA3DZO.js";
|
|
232
|
+
import {
|
|
233
|
+
drawer_exports
|
|
234
|
+
} from "./chunk-HHKMVSL4.js";
|
|
235
|
+
import {
|
|
236
|
+
EmptyState
|
|
237
|
+
} from "./chunk-NGGISORT.js";
|
|
234
238
|
import {
|
|
235
239
|
Field,
|
|
236
240
|
useFieldContext,
|
|
237
241
|
useFieldStyles
|
|
238
242
|
} from "./chunk-XX2OY7LK.js";
|
|
239
|
-
import {
|
|
240
|
-
file_upload_exports,
|
|
241
|
-
useFileUploadContext
|
|
242
|
-
} from "./chunk-VVTDE7NH.js";
|
|
243
243
|
import {
|
|
244
244
|
Flex
|
|
245
245
|
} from "./chunk-JQVOMAD5.js";
|
|
246
246
|
import {
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
} from "./chunk-
|
|
247
|
+
Fieldset,
|
|
248
|
+
useFieldsetContext
|
|
249
|
+
} from "./chunk-FPRTN3I7.js";
|
|
250
250
|
import {
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
} from "./chunk-BLSGOJQ7.js";
|
|
257
|
-
import "./chunk-KTLWEUNW.js";
|
|
251
|
+
Checkmark
|
|
252
|
+
} from "./chunk-UIP2CHMU.js";
|
|
253
|
+
import {
|
|
254
|
+
Code
|
|
255
|
+
} from "./chunk-YMCOU2N5.js";
|
|
258
256
|
import {
|
|
259
257
|
Collapsible
|
|
260
258
|
} from "./chunk-PEJYADAS.js";
|
|
261
|
-
import {
|
|
262
|
-
ClientOnly
|
|
263
|
-
} from "./chunk-4N4SHDPB.js";
|
|
264
259
|
import {
|
|
265
260
|
ColorPicker
|
|
266
261
|
} from "./chunk-JR5RLXCK.js";
|
|
267
262
|
import {
|
|
268
263
|
ColorSwatch
|
|
269
264
|
} from "./chunk-TYMVLD3B.js";
|
|
265
|
+
import {
|
|
266
|
+
Container
|
|
267
|
+
} from "./chunk-PIQURQGB.js";
|
|
270
268
|
import {
|
|
271
269
|
Command
|
|
272
270
|
} from "./chunk-5ZKEXMBN.js";
|
|
273
271
|
import {
|
|
274
272
|
Kbd
|
|
275
273
|
} from "./chunk-OQU4LWZW.js";
|
|
276
|
-
import {
|
|
277
|
-
Container
|
|
278
|
-
} from "./chunk-PIQURQGB.js";
|
|
279
274
|
import {
|
|
280
275
|
DataList,
|
|
281
276
|
useDataListStyles
|
|
@@ -296,16 +291,20 @@ import {
|
|
|
296
291
|
CheckboxCard
|
|
297
292
|
} from "./chunk-NLMFEUVO.js";
|
|
298
293
|
import {
|
|
299
|
-
|
|
300
|
-
} from "./chunk-
|
|
294
|
+
ClientOnly
|
|
295
|
+
} from "./chunk-4N4SHDPB.js";
|
|
301
296
|
import {
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
297
|
+
clipboard_exports,
|
|
298
|
+
useClipboard
|
|
299
|
+
} from "./chunk-GBAK2P5L.js";
|
|
305
300
|
import {
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
301
|
+
Input,
|
|
302
|
+
InputAddon,
|
|
303
|
+
InputElement,
|
|
304
|
+
InputGroup,
|
|
305
|
+
InputPropsProvider
|
|
306
|
+
} from "./chunk-BLSGOJQ7.js";
|
|
307
|
+
import "./chunk-KTLWEUNW.js";
|
|
309
308
|
import {
|
|
310
309
|
BackButton
|
|
311
310
|
} from "./chunk-KHCQMSP7.js";
|
|
@@ -318,27 +317,32 @@ import {
|
|
|
318
317
|
useLink,
|
|
319
318
|
useSui
|
|
320
319
|
} from "./chunk-ZULBHMWG.js";
|
|
320
|
+
import {
|
|
321
|
+
Bleed
|
|
322
|
+
} from "./chunk-Y2S4O4UY.js";
|
|
321
323
|
import {
|
|
322
324
|
Badge,
|
|
323
325
|
BadgePropsProvider
|
|
324
326
|
} from "./chunk-R2J5USV6.js";
|
|
327
|
+
import "./chunk-YHQ5JGCC.js";
|
|
325
328
|
import {
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
Blockquote
|
|
330
|
-
} from "./chunk-GSWLAOIM.js";
|
|
329
|
+
Avatar,
|
|
330
|
+
AvatarGroup
|
|
331
|
+
} from "./chunk-FN7TU5F5.js";
|
|
331
332
|
import {
|
|
332
333
|
Box,
|
|
333
334
|
Span
|
|
334
335
|
} from "./chunk-AA5L5WPD.js";
|
|
336
|
+
import {
|
|
337
|
+
Blockquote
|
|
338
|
+
} from "./chunk-GSWLAOIM.js";
|
|
335
339
|
import {
|
|
336
340
|
breadcrumb_exports
|
|
337
341
|
} from "./chunk-CRFTMIQA.js";
|
|
338
342
|
import {
|
|
339
343
|
defaultConfig,
|
|
340
344
|
defaultSystem
|
|
341
|
-
} from "./chunk-
|
|
345
|
+
} from "./chunk-LFITUDGB.js";
|
|
342
346
|
import "./chunk-QAAKAKP7.js";
|
|
343
347
|
import {
|
|
344
348
|
accordion_exports
|
|
@@ -386,6 +390,8 @@ import {
|
|
|
386
390
|
defineTextStyles,
|
|
387
391
|
defineTokens,
|
|
388
392
|
chakra,
|
|
393
|
+
createRecipeContext,
|
|
394
|
+
createSlotRecipeContext,
|
|
389
395
|
useRecipe,
|
|
390
396
|
useSlotRecipe,
|
|
391
397
|
useChakraContext,
|
|
@@ -396,7 +402,9 @@ import {
|
|
|
396
402
|
useBreakpoint,
|
|
397
403
|
useBreakpointValue,
|
|
398
404
|
useControllableState,
|
|
399
|
-
useDisclosure
|
|
405
|
+
useDisclosure,
|
|
406
|
+
createListCollection,
|
|
407
|
+
createContext
|
|
400
408
|
} from "@chakra-ui/react";
|
|
401
409
|
export {
|
|
402
410
|
accordion_exports as Accordion,
|
|
@@ -489,6 +497,7 @@ export {
|
|
|
489
497
|
RadioGroup,
|
|
490
498
|
RatingGroup,
|
|
491
499
|
SearchInput,
|
|
500
|
+
section_exports as Section,
|
|
492
501
|
SegmentedControl,
|
|
493
502
|
namespace_exports as Select,
|
|
494
503
|
Separator,
|
|
@@ -527,7 +536,11 @@ export {
|
|
|
527
536
|
VisuallyHidden,
|
|
528
537
|
Wrap,
|
|
529
538
|
chakra,
|
|
539
|
+
createContext,
|
|
530
540
|
createIcon,
|
|
541
|
+
createListCollection,
|
|
542
|
+
createRecipeContext,
|
|
543
|
+
createSlotRecipeContext,
|
|
531
544
|
createSystem,
|
|
532
545
|
defaultConfig,
|
|
533
546
|
defaultPersonaPresenceOptions,
|
|
@@ -562,6 +575,7 @@ export {
|
|
|
562
575
|
usePageStyles,
|
|
563
576
|
useQrCode,
|
|
564
577
|
useRecipe,
|
|
578
|
+
useSectionStyles,
|
|
565
579
|
useSidebar,
|
|
566
580
|
useSidebarItemStyles,
|
|
567
581
|
useSidebarStyles,
|