welcome-ui 8.4.0 → 8.5.0
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/dist/WuiProvider.mjs +328 -322
- package/package.json +1 -1
package/dist/WuiProvider.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { j as
|
|
2
|
+
import { j as a } from "./jsx-runtime-Bqq1Hxg9.mjs";
|
|
3
3
|
import { createGlobalStyle as p, css as i, th as d, ThemeProvider as m } from "@xstyled/styled-components";
|
|
4
4
|
import { useState as f, useEffect as g } from "react";
|
|
5
5
|
const u = "data-wui-hidefocusrings", h = p(
|
|
@@ -14,14 +14,14 @@ const u = "data-wui-hidefocusrings", h = p(
|
|
|
14
14
|
}) => {
|
|
15
15
|
const [n, t] = f(!1);
|
|
16
16
|
return g(() => {
|
|
17
|
-
const
|
|
18
|
-
window.addEventListener(
|
|
17
|
+
const r = n ? "keydown" : "mousemove", s = () => t((c) => !c);
|
|
18
|
+
window.addEventListener(r, s);
|
|
19
19
|
const l = document.getElementById(o);
|
|
20
20
|
return l && (n ? l.setAttribute(u, "true") : l.removeAttribute(u)), () => {
|
|
21
|
-
window.removeEventListener(
|
|
21
|
+
window.removeEventListener(r, s);
|
|
22
22
|
};
|
|
23
|
-
}, [n, o]), /* @__PURE__ */
|
|
24
|
-
/* @__PURE__ */
|
|
23
|
+
}, [n, o]), /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
24
|
+
/* @__PURE__ */ a.jsx(h, {}),
|
|
25
25
|
e
|
|
26
26
|
] });
|
|
27
27
|
};
|
|
@@ -34,7 +34,7 @@ function w({
|
|
|
34
34
|
display: o = "swap",
|
|
35
35
|
extensions: n = ["woff2", "woff"],
|
|
36
36
|
isVariable: t,
|
|
37
|
-
style:
|
|
37
|
+
style: r,
|
|
38
38
|
unicodeRange: s,
|
|
39
39
|
url: l,
|
|
40
40
|
weight: c
|
|
@@ -48,8 +48,8 @@ function w({
|
|
|
48
48
|
${c && i`
|
|
49
49
|
font-weight: ${c};
|
|
50
50
|
`}
|
|
51
|
-
${
|
|
52
|
-
font-style: ${
|
|
51
|
+
${r && i`
|
|
52
|
+
font-style: ${r};
|
|
53
53
|
`}
|
|
54
54
|
${s && i`
|
|
55
55
|
unicode-range: ${s};
|
|
@@ -60,340 +60,344 @@ function w({
|
|
|
60
60
|
const k = () => ({ theme: e }) => !e || !e.fontFaces ? null : Object.entries(e.fontFaces).map(
|
|
61
61
|
([o, n]) => n.map((t) => w({ name: o, variation: t }))
|
|
62
62
|
), v = i`
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
63
|
+
@layer base {
|
|
64
|
+
html,
|
|
65
|
+
body,
|
|
66
|
+
div,
|
|
67
|
+
span,
|
|
68
|
+
applet,
|
|
69
|
+
object,
|
|
70
|
+
iframe,
|
|
71
|
+
h1,
|
|
72
|
+
h2,
|
|
73
|
+
h3,
|
|
74
|
+
h4,
|
|
75
|
+
h5,
|
|
76
|
+
h6,
|
|
77
|
+
p,
|
|
78
|
+
blockquote,
|
|
79
|
+
pre,
|
|
80
|
+
a,
|
|
81
|
+
abbr,
|
|
82
|
+
acronym,
|
|
83
|
+
address,
|
|
84
|
+
big,
|
|
85
|
+
cite,
|
|
86
|
+
code,
|
|
87
|
+
del,
|
|
88
|
+
dfn,
|
|
89
|
+
em,
|
|
90
|
+
img,
|
|
91
|
+
ins,
|
|
92
|
+
kbd,
|
|
93
|
+
q,
|
|
94
|
+
s,
|
|
95
|
+
samp,
|
|
96
|
+
small,
|
|
97
|
+
strike,
|
|
98
|
+
strong,
|
|
99
|
+
sub,
|
|
100
|
+
sup,
|
|
101
|
+
tt,
|
|
102
|
+
var,
|
|
103
|
+
b,
|
|
104
|
+
u,
|
|
105
|
+
i,
|
|
106
|
+
center,
|
|
107
|
+
dl,
|
|
108
|
+
dt,
|
|
109
|
+
dd,
|
|
110
|
+
ol,
|
|
111
|
+
ul,
|
|
112
|
+
li,
|
|
113
|
+
fieldset,
|
|
114
|
+
form,
|
|
115
|
+
label,
|
|
116
|
+
legend,
|
|
117
|
+
table,
|
|
118
|
+
caption,
|
|
119
|
+
tbody,
|
|
120
|
+
tfoot,
|
|
121
|
+
thead,
|
|
122
|
+
tr,
|
|
123
|
+
th,
|
|
124
|
+
td,
|
|
125
|
+
article,
|
|
126
|
+
aside,
|
|
127
|
+
canvas,
|
|
128
|
+
details,
|
|
129
|
+
embed,
|
|
130
|
+
figure,
|
|
131
|
+
figcaption,
|
|
132
|
+
footer,
|
|
133
|
+
header,
|
|
134
|
+
hgroup,
|
|
135
|
+
menu,
|
|
136
|
+
nav,
|
|
137
|
+
output,
|
|
138
|
+
ruby,
|
|
139
|
+
section,
|
|
140
|
+
summary,
|
|
141
|
+
time,
|
|
142
|
+
mark,
|
|
143
|
+
audio,
|
|
144
|
+
video {
|
|
145
|
+
min-width: 0;
|
|
146
|
+
min-height: 0;
|
|
147
|
+
margin: 0;
|
|
148
|
+
padding: 0;
|
|
149
|
+
border: 0;
|
|
150
|
+
font-size: 100%;
|
|
151
|
+
vertical-align: baseline;
|
|
152
|
+
}
|
|
153
|
+
article,
|
|
154
|
+
aside,
|
|
155
|
+
details,
|
|
156
|
+
figcaption,
|
|
157
|
+
figure,
|
|
158
|
+
footer,
|
|
159
|
+
header,
|
|
160
|
+
hgroup,
|
|
161
|
+
menu,
|
|
162
|
+
nav,
|
|
163
|
+
section {
|
|
164
|
+
display: block;
|
|
165
|
+
}
|
|
166
|
+
ol,
|
|
167
|
+
ul {
|
|
168
|
+
list-style: none;
|
|
169
|
+
}
|
|
170
|
+
blockquote,
|
|
171
|
+
q {
|
|
172
|
+
quotes: none;
|
|
173
|
+
}
|
|
174
|
+
blockquote::before,
|
|
175
|
+
blockquote::after,
|
|
176
|
+
q::before,
|
|
177
|
+
q::after {
|
|
178
|
+
content: '';
|
|
179
|
+
content: none;
|
|
180
|
+
}
|
|
181
|
+
table {
|
|
182
|
+
border-collapse: collapse;
|
|
183
|
+
border-spacing: 0;
|
|
184
|
+
}
|
|
185
|
+
a {
|
|
186
|
+
text-decoration: none;
|
|
187
|
+
}
|
|
188
|
+
img {
|
|
189
|
+
overflow: hidden;
|
|
190
|
+
}
|
|
191
|
+
input {
|
|
192
|
+
-webkit-appearance: none;
|
|
193
|
+
-moz-appearance: none;
|
|
194
|
+
appearance: none;
|
|
195
|
+
}
|
|
196
|
+
input::-webkit-search-cancel-button {
|
|
197
|
+
display: none;
|
|
198
|
+
}
|
|
199
|
+
:focus {
|
|
200
|
+
outline: none !important; /* important for firefox */
|
|
201
|
+
}
|
|
202
|
+
*,
|
|
203
|
+
*::after,
|
|
204
|
+
*::before {
|
|
205
|
+
box-sizing: border-box;
|
|
206
|
+
-webkit-font-smoothing: antialiased;
|
|
207
|
+
-moz-osx-font-smoothing: grayscale;
|
|
208
|
+
}
|
|
209
|
+
html {
|
|
210
|
+
height: 100%;
|
|
211
|
+
}
|
|
212
|
+
body {
|
|
213
|
+
min-height: 100%;
|
|
214
|
+
padding-top: 1px;
|
|
215
|
+
margin-top: -1px;
|
|
216
|
+
}
|
|
215
217
|
}
|
|
216
218
|
`, z = i`
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
219
|
+
@layer base {
|
|
220
|
+
html {
|
|
221
|
+
line-height: 1.15;
|
|
222
|
+
-webkit-text-size-adjust: 100%;
|
|
223
|
+
}
|
|
221
224
|
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
+
body {
|
|
226
|
+
margin: 0;
|
|
227
|
+
}
|
|
225
228
|
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
+
main {
|
|
230
|
+
display: block;
|
|
231
|
+
}
|
|
229
232
|
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
233
|
+
h1 {
|
|
234
|
+
font-size: 2em;
|
|
235
|
+
margin: 0.67em 0;
|
|
236
|
+
}
|
|
234
237
|
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
238
|
+
hr {
|
|
239
|
+
box-sizing: content-box;
|
|
240
|
+
height: 0;
|
|
241
|
+
overflow: visible;
|
|
242
|
+
}
|
|
240
243
|
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
244
|
+
pre {
|
|
245
|
+
font-family: monospace;
|
|
246
|
+
font-size: 1em;
|
|
247
|
+
}
|
|
245
248
|
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
+
a {
|
|
250
|
+
background-color: transparent;
|
|
251
|
+
}
|
|
249
252
|
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
253
|
+
abbr[title] {
|
|
254
|
+
border-bottom: none;
|
|
255
|
+
text-decoration: underline;
|
|
256
|
+
text-decoration: underline dotted;
|
|
257
|
+
}
|
|
255
258
|
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
259
|
+
b,
|
|
260
|
+
strong {
|
|
261
|
+
font-weight: bolder;
|
|
262
|
+
}
|
|
260
263
|
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
264
|
+
code,
|
|
265
|
+
kbd,
|
|
266
|
+
samp {
|
|
267
|
+
font-family: monospace;
|
|
268
|
+
font-size: 1em;
|
|
269
|
+
}
|
|
267
270
|
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
+
small {
|
|
272
|
+
font-size: 80%;
|
|
273
|
+
}
|
|
271
274
|
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
275
|
+
sub,
|
|
276
|
+
sup {
|
|
277
|
+
font-size: 75%;
|
|
278
|
+
line-height: 0;
|
|
279
|
+
position: relative;
|
|
280
|
+
vertical-align: baseline;
|
|
281
|
+
}
|
|
279
282
|
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
+
sub {
|
|
284
|
+
bottom: -0.25em;
|
|
285
|
+
}
|
|
283
286
|
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
+
sup {
|
|
288
|
+
top: -0.5em;
|
|
289
|
+
}
|
|
287
290
|
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
+
img {
|
|
292
|
+
border-style: none;
|
|
293
|
+
}
|
|
291
294
|
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
295
|
+
button,
|
|
296
|
+
input,
|
|
297
|
+
optgroup,
|
|
298
|
+
select,
|
|
299
|
+
textarea {
|
|
300
|
+
font-family: inherit;
|
|
301
|
+
font-size: 100%;
|
|
302
|
+
line-height: 1.15;
|
|
303
|
+
margin: 0;
|
|
304
|
+
}
|
|
302
305
|
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
306
|
+
button,
|
|
307
|
+
input {
|
|
308
|
+
overflow: visible;
|
|
309
|
+
}
|
|
307
310
|
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
311
|
+
button,
|
|
312
|
+
select {
|
|
313
|
+
text-transform: none;
|
|
314
|
+
}
|
|
312
315
|
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
316
|
+
button,
|
|
317
|
+
[type='button'],
|
|
318
|
+
[type='reset'],
|
|
319
|
+
[type='submit'] {
|
|
320
|
+
appearance: auto;
|
|
321
|
+
-webkit-appearance: button;
|
|
322
|
+
}
|
|
320
323
|
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
324
|
+
button::-moz-focus-inner,
|
|
325
|
+
[type='button']::-moz-focus-inner,
|
|
326
|
+
[type='reset']::-moz-focus-inner,
|
|
327
|
+
[type='submit']::-moz-focus-inner {
|
|
328
|
+
border-style: none;
|
|
329
|
+
padding: 0;
|
|
330
|
+
}
|
|
328
331
|
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
332
|
+
button:-moz-focusring,
|
|
333
|
+
[type='button']:-moz-focusring,
|
|
334
|
+
[type='reset']:-moz-focusring,
|
|
335
|
+
[type='submit']:-moz-focusring {
|
|
336
|
+
outline: 1px dotted ButtonText;
|
|
337
|
+
}
|
|
335
338
|
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
+
fieldset {
|
|
340
|
+
padding: 0.35em 0.75em 0.625em;
|
|
341
|
+
}
|
|
339
342
|
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
343
|
+
legend {
|
|
344
|
+
box-sizing: border-box;
|
|
345
|
+
color: inherit;
|
|
346
|
+
display: table;
|
|
347
|
+
max-width: 100%;
|
|
348
|
+
padding: 0;
|
|
349
|
+
white-space: normal;
|
|
350
|
+
}
|
|
348
351
|
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
+
progress {
|
|
353
|
+
vertical-align: baseline;
|
|
354
|
+
}
|
|
352
355
|
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
+
textarea {
|
|
357
|
+
overflow: auto;
|
|
358
|
+
}
|
|
356
359
|
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
360
|
+
[type='checkbox'],
|
|
361
|
+
[type='radio'] {
|
|
362
|
+
box-sizing: border-box;
|
|
363
|
+
padding: 0;
|
|
364
|
+
}
|
|
362
365
|
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
366
|
+
[type='number']::-webkit-inner-spin-button,
|
|
367
|
+
[type='number']::-webkit-outer-spin-button {
|
|
368
|
+
height: auto;
|
|
369
|
+
}
|
|
367
370
|
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
371
|
+
[type='search'] {
|
|
372
|
+
appearance: textfield;
|
|
373
|
+
-webkit-appearance: textfield;
|
|
374
|
+
outline-offset: -2px;
|
|
375
|
+
}
|
|
373
376
|
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
+
[type='search']::-webkit-search-decoration {
|
|
378
|
+
-webkit-appearance: none;
|
|
379
|
+
}
|
|
377
380
|
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
381
|
+
::-webkit-file-upload-button {
|
|
382
|
+
-webkit-appearance: button;
|
|
383
|
+
font: inherit;
|
|
384
|
+
}
|
|
382
385
|
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
+
details {
|
|
387
|
+
display: block;
|
|
388
|
+
}
|
|
386
389
|
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
+
summary {
|
|
391
|
+
display: list-item;
|
|
392
|
+
}
|
|
390
393
|
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
+
template {
|
|
395
|
+
display: none;
|
|
396
|
+
}
|
|
394
397
|
|
|
395
|
-
|
|
396
|
-
|
|
398
|
+
[hidden] {
|
|
399
|
+
display: none;
|
|
400
|
+
}
|
|
397
401
|
}
|
|
398
402
|
`, $ = i`
|
|
399
403
|
* {
|
|
@@ -406,16 +410,18 @@ const k = () => ({ theme: e }) => !e || !e.fontFaces ? null : Object.entries(e.f
|
|
|
406
410
|
`;
|
|
407
411
|
function j() {
|
|
408
412
|
return i`
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
413
|
+
@layer base {
|
|
414
|
+
body,
|
|
415
|
+
button,
|
|
416
|
+
input,
|
|
417
|
+
select,
|
|
418
|
+
textarea {
|
|
419
|
+
/* stylelint-disable-next-line */
|
|
420
|
+
font-family: texts;
|
|
421
|
+
-webkit-font-smoothing: antialiased;
|
|
422
|
+
line-height: html;
|
|
423
|
+
letter-spacing: html;
|
|
424
|
+
}
|
|
419
425
|
}
|
|
420
426
|
`;
|
|
421
427
|
}
|
|
@@ -457,11 +463,11 @@ const b = p(
|
|
|
457
463
|
hasGlobalStyle: o = !0,
|
|
458
464
|
reactRootId: n = "root",
|
|
459
465
|
shouldHideFocusRingOnClick: t = !0,
|
|
460
|
-
theme:
|
|
466
|
+
theme: r,
|
|
461
467
|
useReset: s
|
|
462
|
-
}) => /* @__PURE__ */
|
|
463
|
-
o ? /* @__PURE__ */
|
|
464
|
-
t ? /* @__PURE__ */
|
|
468
|
+
}) => /* @__PURE__ */ a.jsx(m, { theme: r, children: /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
|
|
469
|
+
o ? /* @__PURE__ */ a.jsx(b, { useReset: s }) : null,
|
|
470
|
+
t ? /* @__PURE__ */ a.jsx(y, { reactRootId: n, children: e }) : e
|
|
465
471
|
] }) }), E = b;
|
|
466
472
|
F.displayName = "WuiProvider";
|
|
467
473
|
export {
|