@sakura-ui/forms 0.3.0 → 0.4.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/index.es.js CHANGED
@@ -1,329 +1,148 @@
1
1
  import R from "react";
2
- var z = { exports: {} }, q = {};
3
- /**
4
- * @license React
5
- * react-jsx-runtime.production.js
6
- *
7
- * Copyright (c) Meta Platforms, Inc. and affiliates.
8
- *
9
- * This source code is licensed under the MIT license found in the
10
- * LICENSE file in the root directory of this source tree.
11
- */
12
- var ye;
13
- function Me() {
14
- if (ye) return q;
15
- ye = 1;
16
- var s = Symbol.for("react.transitional.element"), d = Symbol.for("react.fragment");
17
- function f(b, i, o) {
18
- var n = null;
19
- if (o !== void 0 && (n = "" + o), i.key !== void 0 && (n = "" + i.key), "key" in i) {
20
- o = {};
21
- for (var g in i)
22
- g !== "key" && (o[g] = i[g]);
23
- } else o = i;
24
- return i = o.ref, {
25
- $$typeof: s,
26
- type: b,
27
- key: n,
28
- ref: i !== void 0 ? i : null,
29
- props: o
2
+ var I = { exports: {} }, E = {};
3
+ var W;
4
+ function fe() {
5
+ if (W) return E;
6
+ W = 1;
7
+ var r = Symbol.for("react.transitional.element"), i = Symbol.for("react.fragment");
8
+ function c(n, a, s) {
9
+ var o = null;
10
+ if (s !== void 0 && (o = "" + s), a.key !== void 0 && (o = "" + a.key), "key" in a) {
11
+ s = {};
12
+ for (var u in a)
13
+ u !== "key" && (s[u] = a[u]);
14
+ } else s = a;
15
+ return a = s.ref, {
16
+ $$typeof: r,
17
+ type: n,
18
+ key: o,
19
+ ref: a !== void 0 ? a : null,
20
+ props: s
30
21
  };
31
22
  }
32
- return q.Fragment = d, q.jsx = f, q.jsxs = f, q;
23
+ return E.Fragment = i, E.jsx = c, E.jsxs = c, E;
33
24
  }
34
- var M = {};
35
- /**
36
- * @license React
37
- * react-jsx-runtime.development.js
38
- *
39
- * Copyright (c) Meta Platforms, Inc. and affiliates.
40
- *
41
- * This source code is licensed under the MIT license found in the
42
- * LICENSE file in the root directory of this source tree.
43
- */
44
- var Ee;
45
- function Ye() {
46
- return Ee || (Ee = 1, process.env.NODE_ENV !== "production" && function() {
47
- function s(e) {
25
+ var _ = {};
26
+ var B;
27
+ function pe() {
28
+ return B || (B = 1, process.env.NODE_ENV !== "production" && function() {
29
+ function r(e) {
48
30
  if (e == null) return null;
49
31
  if (typeof e == "function")
50
- return e.$$typeof === $e ? null : e.displayName || e.name || null;
32
+ return e.$$typeof === de ? null : e.displayName || e.name || null;
51
33
  if (typeof e == "string") return e;
52
34
  switch (e) {
53
- case U:
35
+ case k:
54
36
  return "Fragment";
55
- case Pe:
56
- return "Portal";
57
- case se:
37
+ case re:
58
38
  return "Profiler";
59
- case te:
39
+ case ee:
60
40
  return "StrictMode";
61
- case G:
41
+ case ae:
62
42
  return "Suspense";
63
- case H:
43
+ case oe:
64
44
  return "SuspenseList";
45
+ case ne:
46
+ return "Activity";
65
47
  }
66
48
  if (typeof e == "object")
67
49
  switch (typeof e.tag == "number" && console.error(
68
50
  "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
69
51
  ), e.$$typeof) {
70
- case le:
71
- return (e.displayName || "Context") + ".Provider";
72
- case oe:
52
+ case K:
53
+ return "Portal";
54
+ case te:
55
+ return e.displayName || "Context";
56
+ case se:
73
57
  return (e._context.displayName || "Context") + ".Consumer";
74
- case F:
75
- var r = e.render;
76
- return e = e.displayName, e || (e = r.displayName || r.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
77
- case J:
78
- return r = e.displayName || null, r !== null ? r : s(e.type) || "Memo";
79
- case V:
80
- r = e._payload, e = e._init;
58
+ case le:
59
+ var l = e.render;
60
+ return e = e.displayName, e || (e = l.displayName || l.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
61
+ case ie:
62
+ return l = e.displayName || null, l !== null ? l : r(e.type) || "Memo";
63
+ case P:
64
+ l = e._payload, e = e._init;
81
65
  try {
82
- return s(e(r));
66
+ return r(e(l));
83
67
  } catch {
84
68
  }
85
69
  }
86
70
  return null;
87
71
  }
88
- function d(e) {
72
+ function i(e) {
89
73
  return "" + e;
90
74
  }
91
- function f(e) {
75
+ function c(e) {
92
76
  try {
93
- d(e);
94
- var r = !1;
77
+ i(e);
78
+ var l = !1;
95
79
  } catch {
96
- r = !0;
80
+ l = !0;
97
81
  }
98
- if (r) {
99
- r = console;
100
- var t = r.error, u = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
101
- return t.call(
102
- r,
82
+ if (l) {
83
+ l = console;
84
+ var p = l.error, b = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
85
+ return p.call(
86
+ l,
103
87
  "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
104
- u
105
- ), d(e);
106
- }
107
- }
108
- function b() {
109
- }
110
- function i() {
111
- if ($ === 0) {
112
- ne = console.log, ce = console.info, de = console.warn, ue = console.error, fe = console.group, be = console.groupCollapsed, ge = console.groupEnd;
113
- var e = {
114
- configurable: !0,
115
- enumerable: !0,
116
- value: b,
117
- writable: !0
118
- };
119
- Object.defineProperties(console, {
120
- info: e,
121
- log: e,
122
- warn: e,
123
- error: e,
124
- group: e,
125
- groupCollapsed: e,
126
- groupEnd: e
127
- });
88
+ b
89
+ ), i(e);
128
90
  }
129
- $++;
130
- }
131
- function o() {
132
- if ($--, $ === 0) {
133
- var e = { configurable: !0, enumerable: !0, writable: !0 };
134
- Object.defineProperties(console, {
135
- log: S({}, e, { value: ne }),
136
- info: S({}, e, { value: ce }),
137
- warn: S({}, e, { value: de }),
138
- error: S({}, e, { value: ue }),
139
- group: S({}, e, { value: fe }),
140
- groupCollapsed: S({}, e, { value: be }),
141
- groupEnd: S({}, e, { value: ge })
142
- });
143
- }
144
- 0 > $ && console.error(
145
- "disabledDepth fell below zero. This is a bug in React. Please file an issue."
146
- );
147
91
  }
148
92
  function n(e) {
149
- if (X === void 0)
150
- try {
151
- throw Error();
152
- } catch (t) {
153
- var r = t.stack.trim().match(/\n( *(at )?)/);
154
- X = r && r[1] || "", pe = -1 < t.stack.indexOf(`
155
- at`) ? " (<anonymous>)" : -1 < t.stack.indexOf("@") ? "@unknown:0:0" : "";
156
- }
157
- return `
158
- ` + X + e + pe;
159
- }
160
- function g(e, r) {
161
- if (!e || Z) return "";
162
- var t = Q.get(e);
163
- if (t !== void 0) return t;
164
- Z = !0, t = Error.prepareStackTrace, Error.prepareStackTrace = void 0;
165
- var u = null;
166
- u = I.H, I.H = null, i();
93
+ if (e === k) return "<>";
94
+ if (typeof e == "object" && e !== null && e.$$typeof === P)
95
+ return "<...>";
167
96
  try {
168
- var v = {
169
- DetermineComponentFrameRoot: function() {
170
- try {
171
- if (r) {
172
- var C = function() {
173
- throw Error();
174
- };
175
- if (Object.defineProperty(C.prototype, "props", {
176
- set: function() {
177
- throw Error();
178
- }
179
- }), typeof Reflect == "object" && Reflect.construct) {
180
- try {
181
- Reflect.construct(C, []);
182
- } catch (T) {
183
- var Y = T;
184
- }
185
- Reflect.construct(e, [], C);
186
- } else {
187
- try {
188
- C.call();
189
- } catch (T) {
190
- Y = T;
191
- }
192
- e.call(C.prototype);
193
- }
194
- } else {
195
- try {
196
- throw Error();
197
- } catch (T) {
198
- Y = T;
199
- }
200
- (C = e()) && typeof C.catch == "function" && C.catch(function() {
201
- });
202
- }
203
- } catch (T) {
204
- if (T && Y && typeof T.stack == "string")
205
- return [T.stack, Y.stack];
206
- }
207
- return [null, null];
208
- }
209
- };
210
- v.DetermineComponentFrameRoot.displayName = "DetermineComponentFrameRoot";
211
- var x = Object.getOwnPropertyDescriptor(
212
- v.DetermineComponentFrameRoot,
213
- "name"
214
- );
215
- x && x.configurable && Object.defineProperty(
216
- v.DetermineComponentFrameRoot,
217
- "name",
218
- { value: "DetermineComponentFrameRoot" }
219
- );
220
- var a = v.DetermineComponentFrameRoot(), w = a[0], A = a[1];
221
- if (w && A) {
222
- var h = w.split(`
223
- `), P = A.split(`
224
- `);
225
- for (a = x = 0; x < h.length && !h[x].includes(
226
- "DetermineComponentFrameRoot"
227
- ); )
228
- x++;
229
- for (; a < P.length && !P[a].includes(
230
- "DetermineComponentFrameRoot"
231
- ); )
232
- a++;
233
- if (x === h.length || a === P.length)
234
- for (x = h.length - 1, a = P.length - 1; 1 <= x && 0 <= a && h[x] !== P[a]; )
235
- a--;
236
- for (; 1 <= x && 0 <= a; x--, a--)
237
- if (h[x] !== P[a]) {
238
- if (x !== 1 || a !== 1)
239
- do
240
- if (x--, a--, 0 > a || h[x] !== P[a]) {
241
- var O = `
242
- ` + h[x].replace(
243
- " at new ",
244
- " at "
245
- );
246
- return e.displayName && O.includes("<anonymous>") && (O = O.replace("<anonymous>", e.displayName)), typeof e == "function" && Q.set(e, O), O;
247
- }
248
- while (1 <= x && 0 <= a);
249
- break;
250
- }
251
- }
252
- } finally {
253
- Z = !1, I.H = u, o(), Error.prepareStackTrace = t;
254
- }
255
- return h = (h = e ? e.displayName || e.name : "") ? n(h) : "", typeof e == "function" && Q.set(e, h), h;
256
- }
257
- function c(e) {
258
- if (e == null) return "";
259
- if (typeof e == "function") {
260
- var r = e.prototype;
261
- return g(
262
- e,
263
- !(!r || !r.isReactComponent)
264
- );
265
- }
266
- if (typeof e == "string") return n(e);
267
- switch (e) {
268
- case G:
269
- return n("Suspense");
270
- case H:
271
- return n("SuspenseList");
97
+ var l = r(e);
98
+ return l ? "<" + l + ">" : "<...>";
99
+ } catch {
100
+ return "<...>";
272
101
  }
273
- if (typeof e == "object")
274
- switch (e.$$typeof) {
275
- case F:
276
- return e = g(e.render, !1), e;
277
- case J:
278
- return c(e.type);
279
- case V:
280
- r = e._payload, e = e._init;
281
- try {
282
- return c(e(r));
283
- } catch {
284
- }
285
- }
286
- return "";
287
102
  }
288
- function m() {
289
- var e = I.A;
103
+ function a() {
104
+ var e = C.A;
290
105
  return e === null ? null : e.getOwner();
291
106
  }
292
- function p(e) {
293
- if (ie.call(e, "key")) {
294
- var r = Object.getOwnPropertyDescriptor(e, "key").get;
295
- if (r && r.isReactWarning) return !1;
107
+ function s() {
108
+ return Error("react-stack-top-frame");
109
+ }
110
+ function o(e) {
111
+ if (M.call(e, "key")) {
112
+ var l = Object.getOwnPropertyDescriptor(e, "key").get;
113
+ if (l && l.isReactWarning) return !1;
296
114
  }
297
115
  return e.key !== void 0;
298
116
  }
299
- function y(e, r) {
300
- function t() {
301
- xe || (xe = !0, console.error(
117
+ function u(e, l) {
118
+ function p() {
119
+ F || (F = !0, console.error(
302
120
  "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
303
- r
121
+ l
304
122
  ));
305
123
  }
306
- t.isReactWarning = !0, Object.defineProperty(e, "key", {
307
- get: t,
124
+ p.isReactWarning = !0, Object.defineProperty(e, "key", {
125
+ get: p,
308
126
  configurable: !0
309
127
  });
310
128
  }
311
- function E() {
312
- var e = s(this.type);
313
- return me[e] || (me[e] = !0, console.error(
129
+ function d() {
130
+ var e = r(this.type);
131
+ return Y[e] || (Y[e] = !0, console.error(
314
132
  "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
315
133
  )), e = this.props.ref, e !== void 0 ? e : null;
316
134
  }
317
- function j(e, r, t, u, v, x) {
318
- return t = x.ref, e = {
319
- $$typeof: B,
135
+ function x(e, l, p, b, w, A) {
136
+ var m = p.ref;
137
+ return e = {
138
+ $$typeof: q,
320
139
  type: e,
321
- key: r,
322
- props: x,
323
- _owner: v
324
- }, (t !== void 0 ? t : null) !== null ? Object.defineProperty(e, "ref", {
140
+ key: l,
141
+ props: p,
142
+ _owner: b
143
+ }, (m !== void 0 ? m : null) !== null ? Object.defineProperty(e, "ref", {
325
144
  enumerable: !1,
326
- get: E
145
+ get: d
327
146
  }) : Object.defineProperty(e, "ref", { enumerable: !1, value: null }), e._store = {}, Object.defineProperty(e._store, "validated", {
328
147
  configurable: !1,
329
148
  enumerable: !1,
@@ -334,168 +153,168 @@ function Ye() {
334
153
  enumerable: !1,
335
154
  writable: !0,
336
155
  value: null
156
+ }), Object.defineProperty(e, "_debugStack", {
157
+ configurable: !1,
158
+ enumerable: !1,
159
+ writable: !0,
160
+ value: w
161
+ }), Object.defineProperty(e, "_debugTask", {
162
+ configurable: !1,
163
+ enumerable: !1,
164
+ writable: !0,
165
+ value: A
337
166
  }), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
338
167
  }
339
- function D(e, r, t, u, v, x) {
340
- if (typeof e == "string" || typeof e == "function" || e === U || e === se || e === te || e === G || e === H || e === Ae || typeof e == "object" && e !== null && (e.$$typeof === V || e.$$typeof === J || e.$$typeof === le || e.$$typeof === oe || e.$$typeof === F || e.$$typeof === Oe || e.getModuleId !== void 0)) {
341
- var a = r.children;
342
- if (a !== void 0)
343
- if (u)
344
- if (L(a)) {
345
- for (u = 0; u < a.length; u++)
346
- ee(a[u], e);
347
- Object.freeze && Object.freeze(a);
348
- } else
349
- console.error(
350
- "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
351
- );
352
- else ee(a, e);
353
- } else
354
- a = "", (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (a += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."), e === null ? u = "null" : L(e) ? u = "array" : e !== void 0 && e.$$typeof === B ? (u = "<" + (s(e.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : u = typeof e, console.error(
355
- "React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",
356
- u,
357
- a
358
- );
359
- if (ie.call(r, "key")) {
360
- a = s(e);
361
- var w = Object.keys(r).filter(function(h) {
362
- return h !== "key";
168
+ function f(e, l, p, b, w, A) {
169
+ var m = l.children;
170
+ if (m !== void 0)
171
+ if (b)
172
+ if (ce(m)) {
173
+ for (b = 0; b < m.length; b++)
174
+ g(m[b]);
175
+ Object.freeze && Object.freeze(m);
176
+ } else
177
+ console.error(
178
+ "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
179
+ );
180
+ else g(m);
181
+ if (M.call(l, "key")) {
182
+ m = r(e);
183
+ var j = Object.keys(l).filter(function(ue) {
184
+ return ue !== "key";
363
185
  });
364
- u = 0 < w.length ? "{key: someKey, " + w.join(": ..., ") + ": ...}" : "{key: someKey}", ve[a + u] || (w = 0 < w.length ? "{" + w.join(": ..., ") + ": ...}" : "{}", console.error(
186
+ b = 0 < j.length ? "{key: someKey, " + j.join(": ..., ") + ": ...}" : "{key: someKey}", L[m + b] || (j = 0 < j.length ? "{" + j.join(": ..., ") + ": ...}" : "{}", console.error(
365
187
  `A props object containing a "key" prop is being spread into JSX:
366
188
  let props = %s;
367
189
  <%s {...props} />
368
190
  React keys must be passed directly to JSX without using spread:
369
191
  let props = %s;
370
192
  <%s key={someKey} {...props} />`,
371
- u,
372
- a,
373
- w,
374
- a
375
- ), ve[a + u] = !0);
193
+ b,
194
+ m,
195
+ j,
196
+ m
197
+ ), L[m + b] = !0);
376
198
  }
377
- if (a = null, t !== void 0 && (f(t), a = "" + t), p(r) && (f(r.key), a = "" + r.key), "key" in r) {
378
- t = {};
379
- for (var A in r)
380
- A !== "key" && (t[A] = r[A]);
381
- } else t = r;
382
- return a && y(
383
- t,
199
+ if (m = null, p !== void 0 && (c(p), m = "" + p), o(l) && (c(l.key), m = "" + l.key), "key" in l) {
200
+ p = {};
201
+ for (var O in l)
202
+ O !== "key" && (p[O] = l[O]);
203
+ } else p = l;
204
+ return m && u(
205
+ p,
384
206
  typeof e == "function" ? e.displayName || e.name || "Unknown" : e
385
- ), j(e, a, x, v, m(), t);
207
+ ), x(
208
+ e,
209
+ m,
210
+ p,
211
+ a(),
212
+ w,
213
+ A
214
+ );
386
215
  }
387
- function ee(e, r) {
388
- if (typeof e == "object" && e && e.$$typeof !== qe) {
389
- if (L(e))
390
- for (var t = 0; t < e.length; t++) {
391
- var u = e[t];
392
- W(u) && re(u, r);
393
- }
394
- else if (W(e))
395
- e._store && (e._store.validated = 1);
396
- else if (e === null || typeof e != "object" ? t = null : (t = ae && e[ae] || e["@@iterator"], t = typeof t == "function" ? t : null), typeof t == "function" && t !== e.entries && (t = t.call(e), t !== e))
397
- for (; !(e = t.next()).done; )
398
- W(e.value) && re(e.value, r);
399
- }
216
+ function g(e) {
217
+ h(e) ? e._store && (e._store.validated = 1) : typeof e == "object" && e !== null && e.$$typeof === P && (e._payload.status === "fulfilled" ? h(e._payload.value) && e._payload.value._store && (e._payload.value._store.validated = 1) : e._store && (e._store.validated = 1));
400
218
  }
401
- function W(e) {
402
- return typeof e == "object" && e !== null && e.$$typeof === B;
219
+ function h(e) {
220
+ return typeof e == "object" && e !== null && e.$$typeof === q;
403
221
  }
404
- function re(e, r) {
405
- if (e._store && !e._store.validated && e.key == null && (e._store.validated = 1, r = Ie(r), !he[r])) {
406
- he[r] = !0;
407
- var t = "";
408
- e && e._owner != null && e._owner !== m() && (t = null, typeof e._owner.tag == "number" ? t = s(e._owner.type) : typeof e._owner.name == "string" && (t = e._owner.name), t = " It was passed a child from " + t + ".");
409
- var u = I.getCurrentStack;
410
- I.getCurrentStack = function() {
411
- var v = c(e.type);
412
- return u && (v += u() || ""), v;
413
- }, console.error(
414
- 'Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.',
415
- r,
416
- t
417
- ), I.getCurrentStack = u;
222
+ var v = R, q = Symbol.for("react.transitional.element"), K = Symbol.for("react.portal"), k = Symbol.for("react.fragment"), ee = Symbol.for("react.strict_mode"), re = Symbol.for("react.profiler"), se = Symbol.for("react.consumer"), te = Symbol.for("react.context"), le = Symbol.for("react.forward_ref"), ae = Symbol.for("react.suspense"), oe = Symbol.for("react.suspense_list"), ie = Symbol.for("react.memo"), P = Symbol.for("react.lazy"), ne = Symbol.for("react.activity"), de = Symbol.for("react.client.reference"), C = v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, M = Object.prototype.hasOwnProperty, ce = Array.isArray, S = console.createTask ? console.createTask : function() {
223
+ return null;
224
+ };
225
+ v = {
226
+ react_stack_bottom_frame: function(e) {
227
+ return e();
418
228
  }
419
- }
420
- function Ie(e) {
421
- var r = "", t = m();
422
- return t && (t = s(t.type)) && (r = `
423
-
424
- Check the render method of \`` + t + "`."), r || (e = s(e)) && (r = `
425
-
426
- Check the top-level render call using <` + e + ">."), r;
427
- }
428
- var Se = R, B = Symbol.for("react.transitional.element"), Pe = Symbol.for("react.portal"), U = Symbol.for("react.fragment"), te = Symbol.for("react.strict_mode"), se = Symbol.for("react.profiler"), oe = Symbol.for("react.consumer"), le = Symbol.for("react.context"), F = Symbol.for("react.forward_ref"), G = Symbol.for("react.suspense"), H = Symbol.for("react.suspense_list"), J = Symbol.for("react.memo"), V = Symbol.for("react.lazy"), Ae = Symbol.for("react.offscreen"), ae = Symbol.iterator, $e = Symbol.for("react.client.reference"), I = Se.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, ie = Object.prototype.hasOwnProperty, S = Object.assign, Oe = Symbol.for("react.client.reference"), L = Array.isArray, $ = 0, ne, ce, de, ue, fe, be, ge;
429
- b.__reactDisabledLog = !0;
430
- var X, pe, Z = !1, Q = new (typeof WeakMap == "function" ? WeakMap : Map)(), qe = Symbol.for("react.client.reference"), xe, me = {}, ve = {}, he = {};
431
- M.Fragment = U, M.jsx = function(e, r, t, u, v) {
432
- return D(e, r, t, !1, u, v);
433
- }, M.jsxs = function(e, r, t, u, v) {
434
- return D(e, r, t, !0, u, v);
435
229
  };
436
- }()), M;
230
+ var F, Y = {}, z = v.react_stack_bottom_frame.bind(
231
+ v,
232
+ s
233
+ )(), D = S(n(s)), L = {};
234
+ _.Fragment = k, _.jsx = function(e, l, p) {
235
+ var b = 1e4 > C.recentlyCreatedOwnerStacks++;
236
+ return f(
237
+ e,
238
+ l,
239
+ p,
240
+ !1,
241
+ b ? Error("react-stack-top-frame") : z,
242
+ b ? S(n(e)) : D
243
+ );
244
+ }, _.jsxs = function(e, l, p) {
245
+ var b = 1e4 > C.recentlyCreatedOwnerStacks++;
246
+ return f(
247
+ e,
248
+ l,
249
+ p,
250
+ !0,
251
+ b ? Error("react-stack-top-frame") : z,
252
+ b ? S(n(e)) : D
253
+ );
254
+ };
255
+ }()), _;
437
256
  }
438
- var Ne;
439
- function ze() {
440
- return Ne || (Ne = 1, process.env.NODE_ENV === "production" ? z.exports = Me() : z.exports = Ye()), z.exports;
257
+ var U;
258
+ function be() {
259
+ return U || (U = 1, process.env.NODE_ENV === "production" ? I.exports = fe() : I.exports = pe()), I.exports;
441
260
  }
442
- var l = ze();
443
- const N = (...s) => s.filter(Boolean).join(" ");
444
- var k;
445
- ((s) => {
446
- s.clickable = `
261
+ var t = be();
262
+ const y = (...r) => r.filter(Boolean).join(" ");
263
+ var N;
264
+ ((r) => {
265
+ r.clickable = `
447
266
  px-2
448
267
  min-h-[calc(44/16*1rem)]
449
268
  border
450
269
  border-transparent
451
270
  rounded-lg
452
271
  hover:bg-solid-grey-50
453
- `, s.selected = `
272
+ `, r.selected = `
454
273
  rounded-full
455
274
  bg-yellow-50
456
275
  `;
457
- const d = `
276
+ const i = `
458
277
  focus-visible:outline
459
278
  focus-visible:outline-4
460
279
  focus-visible:outline-black
461
280
  focus-visible:ring-yellow-300
462
281
  `;
463
- s.focusRectCondensed = `
464
- ${d}
282
+ r.focusRectCondensed = `
283
+ ${i}
465
284
  focus-visible:-outline-offset-4
466
285
  focus-visible:ring-[calc(6/16*1rem)]
467
286
  focus-visible:ring-inset
468
- `, s.focusRectCondensedWithBg = `
469
- ${s.focusRectCondensed}
287
+ `, r.focusRectCondensedWithBg = `
288
+ ${r.focusRectCondensed}
470
289
  focus-visible:bg-yellow-300
471
- `, s.focusRect = `
472
- ${d}
290
+ `, r.focusRect = `
291
+ ${i}
473
292
  focus-visible:outline-offset-[calc(2/16*1rem)]
474
293
  focus-visible:ring-[calc(2/16*1rem)]
475
- `, s.focusRounded = `
476
- ${s.focusRect}
294
+ `, r.focusRounded = `
295
+ ${r.focusRect}
477
296
  focus-visible:rounded
478
- `, s.focusCard = `
479
- ${s.focusRect}
297
+ `, r.focusCard = `
298
+ ${r.focusRect}
480
299
  focus-visible:rounded-2xl
481
300
  sm:focus-visible:rounded-3xl
482
- `, s.focusRectWithBg = `
483
- ${s.focusRect}
301
+ `, r.focusRectWithBg = `
302
+ ${r.focusRect}
484
303
  focus-visible:bg-yellow-300
485
- `, s.focusRoundedWithBg = `
486
- ${s.focusRectWithBg}
304
+ `, r.focusRoundedWithBg = `
305
+ ${r.focusRectWithBg}
487
306
  focus-visible:rounded
488
- `, s.hoverUnderline = `
307
+ `, r.hoverUnderline = `
489
308
  hover:underline
490
309
  hover:underline-offset-[calc(3/16*1rem)]
491
- `, s.underline = `
310
+ `, r.underline = `
492
311
  underline
493
312
  underline-offset-[calc(3/16*1rem)]
494
313
  hover:decoration-[calc(3/16*1rem)]
495
- `, s.underlineNoDeco = `
314
+ `, r.underlineNoDeco = `
496
315
  underline
497
316
  underline-offset-[calc(3/16*1rem)]
498
- `, s.popover = `
317
+ `, r.popover = `
499
318
  min-w-fit
500
319
  w-auto
501
320
  py-2
@@ -505,33 +324,33 @@ var k;
505
324
  border
506
325
  border-solid-grey-420
507
326
  has-[>:nth-child(7)]:rounded-r-none
508
- `, s.popoverPositionBottomRight = `
327
+ `, r.popoverPositionBottomRight = `
509
328
  absolute
510
329
  top-11
511
330
  right-0
512
- `, s.popoverPositionBottomLeft = `
331
+ `, r.popoverPositionBottomLeft = `
513
332
  absolute
514
333
  top-11
515
334
  left-0
516
- `, ((f) => {
517
- f.focus = `
335
+ `, ((c) => {
336
+ c.focus = `
518
337
  peer-focus-visible:outline
519
338
  peer-focus-visible:outline-4
520
339
  peer-focus-visible:outline-black
521
340
  peer-focus-visible:ring-yellow-300
522
- `, f.focusRect = `
523
- ${f.focus}
341
+ `, c.focusRect = `
342
+ ${c.focus}
524
343
  peer-focus-visible:outline-offset-[calc(2/16*1rem)]
525
344
  peer-focus-visible:ring-[calc(2/16*1rem)]
526
345
  `;
527
- })(s.Peer || (s.Peer = {}));
528
- })(k || (k = {}));
529
- const _ = R.createContext({
346
+ })(r.Peer || (r.Peer = {}));
347
+ })(N || (N = {}));
348
+ const T = R.createContext({
530
349
  helperTextId: "",
531
350
  errorMessageId: "",
532
351
  isInvalid: !1,
533
352
  isRequired: !1
534
- }), Re = `
353
+ }), G = `
535
354
  bg-white
536
355
  border
537
356
  border-solid
@@ -540,8 +359,8 @@ const _ = R.createContext({
540
359
  disabled:text-solid-gray-500
541
360
  disabled:border-solid-gray-500
542
361
  aria-invalid:border-red-800
543
- ${k.focusRect}
544
- `, je = {
362
+ ${N.focusRect}
363
+ `, V = {
545
364
  // 16(p-4) * 2 + 22(text-label * leading-snug) + boader * 2 = 56px
546
365
  lg: `
547
366
  p-4
@@ -565,13 +384,13 @@ const _ = R.createContext({
565
384
  rounded-md
566
385
  leading-snug
567
386
  `
568
- }, we = `
387
+ }, J = `
569
388
  inline-block
570
389
  cursor-pointer
571
390
  border
572
391
  border-solid
573
392
  border-transparent
574
- `, Te = {
393
+ `, H = {
575
394
  // 16(p-4) * 2 + 22(text-label * leading-snug) + boader(transparent) * 2 = 56px
576
395
  lg: `
577
396
  pr-8
@@ -593,23 +412,23 @@ const _ = R.createContext({
593
412
  text-label
594
413
  leading-snug
595
414
  `
596
- }, Ce = {
415
+ }, X = {
597
416
  lg: "w-[22px] h-[22px] mr-2",
598
417
  md: "w-[18px] h-[18px] mr-1.5",
599
418
  sm: "w-[18px] h-[18px] mr-1"
600
- }, ke = (s) => {
601
- const { id: d, className: f, size: b = "lg", children: i, ...o } = s, n = R.useId(), g = d || n, c = R.useContext(_);
602
- c.isRequired && (o.required = !0), c.groupName && (o.name = c.groupName);
603
- const m = {
419
+ }, Z = (r) => {
420
+ const { id: i, className: c, size: n = "lg", children: a, ...s } = r, o = R.useId(), u = i || o, d = R.useContext(T);
421
+ d.isRequired && (s.required = !0), d.groupName && (s.name = d.groupName);
422
+ const x = {
604
423
  lg: 22 / 24,
605
424
  md: 18 / 24,
606
425
  sm: 18 / 24
607
- }, p = `
426
+ }, f = `
608
427
  peer
609
428
  sr-only
610
- `, y = `
429
+ `, g = `
611
430
  bg-clip-content
612
- rounded
431
+ rounded-sm
613
432
  border
614
433
  border-solid
615
434
  border-solid-gray-900
@@ -618,32 +437,32 @@ const _ = R.createContext({
618
437
  peer-checked:bg-blue-600
619
438
  peer-checked:border-none
620
439
  peer-disabled:border-solid-gray-500
621
- ${k.Peer.focusRect}
440
+ ${N.Peer.focusRect}
622
441
  `;
623
- return /* @__PURE__ */ l.jsx(
442
+ return /* @__PURE__ */ t.jsx(
624
443
  "label",
625
444
  {
626
- htmlFor: g,
627
- className: N(
628
- we,
629
- Te[b],
630
- f
445
+ htmlFor: u,
446
+ className: y(
447
+ J,
448
+ H[n],
449
+ c
631
450
  ),
632
- children: /* @__PURE__ */ l.jsxs("span", { className: "flex items-center", children: [
633
- /* @__PURE__ */ l.jsx(
451
+ children: /* @__PURE__ */ t.jsxs("span", { className: "flex items-center", children: [
452
+ /* @__PURE__ */ t.jsx(
634
453
  "input",
635
454
  {
636
- id: g,
637
- className: p,
455
+ id: u,
456
+ className: f,
638
457
  type: "checkbox",
639
- "aria-describedby": c.helperTextId,
640
- "aria-errormessage": c.errorMessageId,
641
- "aria-invalid": c.isInvalid ?? !1,
642
- "aria-required": c.isRequired ?? !1,
643
- ...o
458
+ "aria-describedby": d.helperTextId,
459
+ "aria-errormessage": d.errorMessageId,
460
+ "aria-invalid": d.isInvalid ?? !1,
461
+ "aria-required": d.isRequired ?? !1,
462
+ ...s
644
463
  }
645
464
  ),
646
- /* @__PURE__ */ l.jsx("span", { className: N(y, Ce[b]), children: /* @__PURE__ */ l.jsx(
465
+ /* @__PURE__ */ t.jsx("span", { className: y(g, X[n]), children: /* @__PURE__ */ t.jsx(
647
466
  "svg",
648
467
  {
649
468
  xmlns: "http://www.w3.org/2000/svg",
@@ -651,22 +470,22 @@ const _ = R.createContext({
651
470
  width: "24",
652
471
  height: "24",
653
472
  viewBox: "0 0 24 24",
654
- children: /* @__PURE__ */ l.jsx("g", { transform: `scale(${m[b]} ${m[b]})`, children: /* @__PURE__ */ l.jsx("path", { d: "m9.55 17.65-5.325-5.325 1.05-1.075 4.275 4.275 9.175-9.175 1.05 1.075Z" }) })
473
+ children: /* @__PURE__ */ t.jsx("g", { transform: `scale(${x[n]} ${x[n]})`, children: /* @__PURE__ */ t.jsx("path", { d: "m9.55 17.65-5.325-5.325 1.05-1.075 4.275 4.275 9.175-9.175 1.05 1.075Z" }) })
655
474
  }
656
475
  ) }),
657
- /* @__PURE__ */ l.jsx("span", { className: "peer-disabled:text-solid-gray-500", children: i })
476
+ /* @__PURE__ */ t.jsx("span", { className: "peer-disabled:text-solid-gray-500", children: a })
658
477
  ] })
659
478
  }
660
479
  );
661
480
  };
662
- ke.displayName = "Checkbox";
663
- const _e = (s) => {
664
- const { id: d, className: f, size: b = "lg", children: i, ...o } = s, n = R.useId(), g = d || n, c = R.useContext(_);
665
- c.isRequired && (o.required = !0), c.groupName && (o.name = c.groupName);
666
- const m = `
481
+ Z.displayName = "Checkbox";
482
+ const Q = (r) => {
483
+ const { id: i, className: c, size: n = "lg", children: a, ...s } = r, o = R.useId(), u = i || o, d = R.useContext(T);
484
+ d.isRequired && (s.required = !0), d.groupName && (s.name = d.groupName);
485
+ const x = `
667
486
  peer
668
487
  sr-only
669
- `, p = `
488
+ `, f = `
670
489
  bg-clip-content
671
490
  rounded-full
672
491
  border
@@ -675,75 +494,75 @@ const _e = (s) => {
675
494
  peer-checked:bg-blue-600
676
495
  peer-checked:border-blue-600
677
496
  peer-disabled:border-solid-gray-500
678
- ${k.Peer.focusRect}
679
- `, y = {
497
+ ${N.Peer.focusRect}
498
+ `, g = {
680
499
  lg: "p-1",
681
500
  md: "p-[3px]",
682
501
  sm: "p-[3px]"
683
502
  };
684
- return /* @__PURE__ */ l.jsx(
503
+ return /* @__PURE__ */ t.jsx(
685
504
  "label",
686
505
  {
687
- htmlFor: g,
688
- className: N(
689
- we,
690
- Te[b],
691
- f
506
+ htmlFor: u,
507
+ className: y(
508
+ J,
509
+ H[n],
510
+ c
692
511
  ),
693
- children: /* @__PURE__ */ l.jsxs("span", { className: "flex items-center", children: [
694
- /* @__PURE__ */ l.jsx(
512
+ children: /* @__PURE__ */ t.jsxs("span", { className: "flex items-center", children: [
513
+ /* @__PURE__ */ t.jsx(
695
514
  "input",
696
515
  {
697
- id: g,
698
- className: m,
516
+ id: u,
517
+ className: x,
699
518
  type: "radio",
700
- "aria-describedby": c.helperTextId,
701
- "aria-errormessage": c.errorMessageId,
702
- "aria-invalid": c.isInvalid ?? !1,
703
- "aria-required": c.isRequired ?? !1,
704
- ...o
519
+ "aria-describedby": d.helperTextId,
520
+ "aria-errormessage": d.errorMessageId,
521
+ "aria-invalid": d.isInvalid ?? !1,
522
+ "aria-required": d.isRequired ?? !1,
523
+ ...s
705
524
  }
706
525
  ),
707
- /* @__PURE__ */ l.jsx(
526
+ /* @__PURE__ */ t.jsx(
708
527
  "span",
709
528
  {
710
529
  "aria-hidden": !0,
711
- className: N(p, y[b], Ce[b])
530
+ className: y(f, g[n], X[n])
712
531
  }
713
532
  ),
714
- /* @__PURE__ */ l.jsx("span", { className: "peer-disabled:text-solid-gray-500", children: i })
533
+ /* @__PURE__ */ t.jsx("span", { className: "peer-disabled:text-solid-gray-500", children: a })
715
534
  ] })
716
535
  }
717
536
  );
718
537
  };
719
- _e.displayName = "Radio";
720
- const We = (s) => {
721
- const { id: d, className: f, size: b = "lg", children: i, ...o } = s, n = R.useContext(_);
722
- return n.isRequired && (o.required = !0), /* @__PURE__ */ l.jsxs("div", { className: "inline-block relative", children: [
723
- /* @__PURE__ */ l.jsx(
538
+ Q.displayName = "Radio";
539
+ const me = (r) => {
540
+ const { id: i, className: c, size: n = "lg", children: a, ...s } = r, o = R.useContext(T);
541
+ return o.isRequired && (s.required = !0), /* @__PURE__ */ t.jsxs("div", { className: "inline-block relative", children: [
542
+ /* @__PURE__ */ t.jsx(
724
543
  "select",
725
544
  {
726
- id: d || n.id,
727
- className: N(
545
+ id: i || o.id,
546
+ className: y(
728
547
  `
729
548
  !pr-8
730
549
  peer
731
550
  cursor-pointer
732
551
  appearance-none
733
552
  `,
734
- Re,
735
- je[b],
736
- f
553
+ G,
554
+ V[n],
555
+ c
737
556
  ),
738
- "aria-describedby": n.helperTextId,
739
- "aria-errormessage": n.errorMessageId,
740
- "aria-invalid": n.isInvalid ?? !1,
741
- "aria-required": n.isRequired ?? !1,
742
- ...o,
743
- children: i
557
+ "aria-describedby": o.helperTextId,
558
+ "aria-errormessage": o.errorMessageId,
559
+ "aria-invalid": o.isInvalid ?? !1,
560
+ "aria-required": o.isRequired ?? !1,
561
+ ...s,
562
+ children: a
744
563
  }
745
564
  ),
746
- /* @__PURE__ */ l.jsxs(
565
+ /* @__PURE__ */ t.jsxs(
747
566
  "svg",
748
567
  {
749
568
  xmlns: "http://www.w3.org/2000/svg",
@@ -762,8 +581,8 @@ const We = (s) => {
762
581
  height: "16",
763
582
  viewBox: "0 0 16 16",
764
583
  children: [
765
- /* @__PURE__ */ l.jsx("title", { children: "arrow down" }),
766
- /* @__PURE__ */ l.jsx(
584
+ /* @__PURE__ */ t.jsx("title", { children: "arrow down" }),
585
+ /* @__PURE__ */ t.jsx(
767
586
  "path",
768
587
  {
769
588
  d: "M12 15.05 6.35 9.4 7.4 8.35l4.6 4.6 4.6-4.6 1.05 1.05Z",
@@ -775,11 +594,11 @@ const We = (s) => {
775
594
  )
776
595
  ] });
777
596
  };
778
- We.displayName = "Select";
779
- const Be = (s) => {
780
- const { id: d, className: f, size: b = "lg", ...i } = s, o = R.useContext(_);
781
- o.isRequired && (i.required = !0);
782
- const n = `
597
+ me.displayName = "Select";
598
+ const xe = (r) => {
599
+ const { id: i, className: c, size: n = "lg", ...a } = r, s = R.useContext(T);
600
+ s.isRequired && (a.required = !0);
601
+ const o = `
783
602
  file:mr-2
784
603
  file:inline-block
785
604
  file:text-button
@@ -795,7 +614,7 @@ const Be = (s) => {
795
614
  file:active:border-blue-1200
796
615
  file:disabled:border-solid-gray-500
797
616
  file:disabled:cursor-not-allowed
798
- `, g = `
617
+ `, u = `
799
618
  file:text-blue-900
800
619
  file:hover:text-blue-1000
801
620
  file:active:text-blue-1200
@@ -804,15 +623,15 @@ const Be = (s) => {
804
623
  file:active:bg-blue-300
805
624
  file:disabled:text-solid-gray-500
806
625
  file:disabled:bg-transparent
807
- `, c = `
626
+ `, d = `
808
627
  text-label
809
628
  text-solid-gray-900
810
629
  rounded-lg
811
630
  outline-offset-2
812
631
  aria-invalid:text-red-800
813
- ${k.hoverUnderline}
814
- ${k.focusRounded}
815
- `, m = {
632
+ ${N.hoverUnderline}
633
+ ${N.focusRounded}
634
+ `, x = {
816
635
  // 16(p-4) * 2 + 22(text-button * leading-snug) + boader * 2 = 56px
817
636
  lg: `
818
637
  file:p-4
@@ -837,50 +656,50 @@ const Be = (s) => {
837
656
  file:leading-snug
838
657
  `
839
658
  };
840
- return /* @__PURE__ */ l.jsx(
659
+ return /* @__PURE__ */ t.jsx(
841
660
  "input",
842
661
  {
843
662
  type: "file",
844
- id: d || o.id,
845
- className: N(n, g, m[b], c, f),
846
- "aria-describedby": o.helperTextId,
847
- "aria-errormessage": o.errorMessageId,
848
- "aria-invalid": o.isInvalid ?? !1,
849
- "aria-required": o.isRequired ?? !1,
663
+ id: i || s.id,
664
+ className: y(o, u, x[n], d, c),
665
+ "aria-describedby": s.helperTextId,
666
+ "aria-errormessage": s.errorMessageId,
667
+ "aria-invalid": s.isInvalid ?? !1,
668
+ "aria-required": s.isRequired ?? !1,
850
669
  role: "button",
851
670
  "aria-label": "File Upload",
852
- ...i
671
+ ...a
853
672
  }
854
673
  );
855
674
  };
856
- Be.displayName = "FileInput";
857
- const Ue = (s) => {
858
- const { id: d, className: f, size: b = "lg", ...i } = s, o = R.useContext(_);
859
- return o.isRequired && (i.required = !0), /* @__PURE__ */ l.jsx(
675
+ xe.displayName = "FileInput";
676
+ const ge = (r) => {
677
+ const { id: i, className: c, size: n = "lg", ...a } = r, s = R.useContext(T);
678
+ return s.isRequired && (a.required = !0), /* @__PURE__ */ t.jsx(
860
679
  "input",
861
680
  {
862
681
  type: "text",
863
- id: d || o.id,
864
- className: N(
865
- Re,
866
- je[b],
867
- f
682
+ id: i || s.id,
683
+ className: y(
684
+ G,
685
+ V[n],
686
+ c
868
687
  ),
869
- "aria-describedby": o.helperTextId,
870
- "aria-errormessage": o.errorMessageId,
871
- "aria-invalid": o.isInvalid ?? !1,
872
- "aria-required": o.isRequired ?? !1,
873
- ...i
688
+ "aria-describedby": s.helperTextId,
689
+ "aria-errormessage": s.errorMessageId,
690
+ "aria-invalid": s.isInvalid ?? !1,
691
+ "aria-required": s.isRequired ?? !1,
692
+ ...a
874
693
  }
875
694
  );
876
695
  };
877
- Ue.displayName = "Input";
878
- const Fe = (s) => {
879
- const { id: d, className: f, children: b, onChange: i, maxLength: o, ...n } = s, [g, c] = R.useState(0), m = (j) => {
880
- i && i(j), c(j.target.value.length);
881
- }, p = R.useContext(_);
882
- p.isRequired && (n.required = !0);
883
- const y = g > (o || 0) ? "text-red-800" : "text-solid-gray-700", E = `
696
+ ge.displayName = "Input";
697
+ const he = (r) => {
698
+ const { id: i, className: c, children: n, onChange: a, maxLength: s, ...o } = r, [u, d] = R.useState(0), x = (v) => {
699
+ a && a(v), d(v.target.value.length);
700
+ }, f = R.useContext(T);
701
+ f.isRequired && (o.required = !0);
702
+ const g = u > (s || 0) ? "text-red-800" : "text-solid-gray-700", h = `
884
703
  p-4
885
704
  text-label
886
705
  rounded-lg
@@ -891,192 +710,192 @@ const Fe = (s) => {
891
710
  disabled:text-solid-gray-500
892
711
  disabled:border-solid-gray-500
893
712
  aria-invalid:border-red-800
894
- ${k.focusRect}
713
+ ${N.focusRect}
895
714
  `;
896
- return /* @__PURE__ */ l.jsxs(l.Fragment, { children: [
897
- /* @__PURE__ */ l.jsx(
715
+ return /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
716
+ /* @__PURE__ */ t.jsx(
898
717
  "textarea",
899
718
  {
900
- id: d || p.id,
901
- className: N(E, f),
902
- "aria-describedby": p.helperTextId,
903
- "aria-errormessage": p.errorMessageId,
904
- "aria-invalid": p.isInvalid ?? !1,
905
- "aria-required": p.isRequired ?? !1,
906
- onChange: m,
907
- ...n,
908
- children: b
719
+ id: i || f.id,
720
+ className: y(h, c),
721
+ "aria-describedby": f.helperTextId,
722
+ "aria-errormessage": f.errorMessageId,
723
+ "aria-invalid": f.isInvalid ?? !1,
724
+ "aria-required": f.isRequired ?? !1,
725
+ onChange: x,
726
+ ...o,
727
+ children: n
909
728
  }
910
729
  ),
911
- o ? /* @__PURE__ */ l.jsxs("p", { className: "text-label text-solid-gray-700", children: [
912
- /* @__PURE__ */ l.jsx("span", { className: y, children: g }),
730
+ s ? /* @__PURE__ */ t.jsxs("p", { className: "text-label text-solid-gray-700", children: [
731
+ /* @__PURE__ */ t.jsx("span", { className: g, children: u }),
913
732
  "/",
914
- /* @__PURE__ */ l.jsx("span", { children: o })
733
+ /* @__PURE__ */ t.jsx("span", { children: s })
915
734
  ] }) : ""
916
735
  ] });
917
736
  };
918
- Fe.displayName = "Textarea";
919
- const Ge = (s) => {
920
- const d = R.useId(), {
921
- labelText: f,
922
- className: b,
923
- helperText: i,
924
- errorMessage: o,
925
- isInvalid: n,
926
- isRequired: g,
927
- children: c,
928
- ...m
929
- } = s, p = {
930
- id: s.htmlFor ?? `input-${d}`,
931
- helperTextId: `helper-text-${d}`,
932
- errorMessageId: `error-message-${d}`,
933
- isInvalid: n ?? !1,
934
- isRequired: g ?? !1
737
+ he.displayName = "Textarea";
738
+ const ve = (r) => {
739
+ const i = R.useId(), {
740
+ labelText: c,
741
+ className: n,
742
+ helperText: a,
743
+ errorMessage: s,
744
+ isInvalid: o,
745
+ isRequired: u,
746
+ children: d,
747
+ ...x
748
+ } = r, f = {
749
+ id: r.htmlFor ?? `input-${i}`,
750
+ helperTextId: `helper-text-${i}`,
751
+ errorMessageId: `error-message-${i}`,
752
+ isInvalid: o ?? !1,
753
+ isRequired: u ?? !1
935
754
  };
936
- return /* @__PURE__ */ l.jsx(_.Provider, { value: p, children: /* @__PURE__ */ l.jsxs("div", { className: N("flex flex-col items-start gap-2", b), children: [
937
- /* @__PURE__ */ l.jsxs(
755
+ return /* @__PURE__ */ t.jsx(T.Provider, { value: f, children: /* @__PURE__ */ t.jsxs("div", { className: y("flex flex-col items-start gap-2", n), children: [
756
+ /* @__PURE__ */ t.jsxs(
938
757
  "label",
939
758
  {
940
- className: N("block text-label", n && "text-red-800"),
941
- htmlFor: p.id,
942
- ...m,
759
+ className: y("block text-label", o && "text-red-800"),
760
+ htmlFor: f.id,
761
+ ...x,
943
762
  children: [
944
- f,
945
- g && /* @__PURE__ */ l.jsx("span", { className: "text-label text-red-800", children: " *" })
763
+ c,
764
+ u && /* @__PURE__ */ t.jsx("span", { className: "text-label text-red-800", children: " *" })
946
765
  ]
947
766
  }
948
767
  ),
949
- i && /* @__PURE__ */ l.jsx("p", { id: p.helperTextId, className: `
768
+ a && /* @__PURE__ */ t.jsx("p", { id: f.helperTextId, className: `
950
769
  text-label text-solid-gray-700
951
- `, children: i }),
952
- c,
953
- n && /* @__PURE__ */ l.jsx("p", { id: p.errorMessageId, className: `
770
+ `, children: a }),
771
+ d,
772
+ o && /* @__PURE__ */ t.jsx("p", { id: f.errorMessageId, className: `
954
773
  text-label text-red-800
955
- `, children: o })
774
+ `, children: s })
956
775
  ] }) });
957
776
  };
958
- Ge.displayName = "LabelControl";
959
- const K = (s) => {
960
- const d = R.useId(), {
961
- labelText: f,
962
- className: b,
963
- helperText: i,
964
- errorMessage: o,
965
- isInvalid: n,
966
- isRequired: g,
967
- direction: c,
968
- children: m,
969
- ...p
970
- } = s, E = {
971
- groupName: p.name ?? `group-${d}`,
972
- helperTextId: `helper-text-${d}`,
973
- errorMessageId: `error-message-${d}`,
974
- isInvalid: n ?? !1,
975
- isRequired: g ?? !1
976
- }, j = c ?? "flex-col";
977
- return /* @__PURE__ */ l.jsx(_.Provider, { value: E, children: /* @__PURE__ */ l.jsxs(
777
+ ve.displayName = "LabelControl";
778
+ const $ = (r) => {
779
+ const i = R.useId(), {
780
+ labelText: c,
781
+ className: n,
782
+ helperText: a,
783
+ errorMessage: s,
784
+ isInvalid: o,
785
+ isRequired: u,
786
+ direction: d,
787
+ children: x,
788
+ ...f
789
+ } = r, h = {
790
+ groupName: f.name ?? `group-${i}`,
791
+ helperTextId: `helper-text-${i}`,
792
+ errorMessageId: `error-message-${i}`,
793
+ isInvalid: o ?? !1,
794
+ isRequired: u ?? !1
795
+ }, v = d ?? "flex-col";
796
+ return /* @__PURE__ */ t.jsx(T.Provider, { value: h, children: /* @__PURE__ */ t.jsxs(
978
797
  "fieldset",
979
798
  {
980
- className: N("flex flex-col items-start gap-2", b),
981
- ...p,
799
+ className: y("flex flex-col items-start gap-2", n),
800
+ ...f,
982
801
  children: [
983
- /* @__PURE__ */ l.jsx("legend", { children: /* @__PURE__ */ l.jsxs("p", { className: N("block text-label", n && "text-red-800"), children: [
984
- f,
985
- g && /* @__PURE__ */ l.jsx("span", { className: "text-red-800", children: " *" })
802
+ /* @__PURE__ */ t.jsx("legend", { children: /* @__PURE__ */ t.jsxs("p", { className: y("block text-label", o && "text-red-800"), children: [
803
+ c,
804
+ u && /* @__PURE__ */ t.jsx("span", { className: "text-red-800", children: " *" })
986
805
  ] }) }),
987
- /* @__PURE__ */ l.jsx("div", { className: N("inline-flex", j), children: m }),
988
- i && /* @__PURE__ */ l.jsx("p", { id: E.helperTextId, className: "text-sup text-solid-gray-700", children: i }),
989
- n && /* @__PURE__ */ l.jsx("p", { id: E.errorMessageId, className: "text-label text-red-800", children: o })
806
+ /* @__PURE__ */ t.jsx("div", { className: y("inline-flex", v), children: x }),
807
+ a && /* @__PURE__ */ t.jsx("p", { id: h.helperTextId, className: "text-sup text-solid-gray-700", children: a }),
808
+ o && /* @__PURE__ */ t.jsx("p", { id: h.errorMessageId, className: "text-label text-red-800", children: s })
990
809
  ]
991
810
  }
992
811
  ) });
993
812
  };
994
- K.displayName = "FieldsetControl";
995
- const He = (s) => {
813
+ $.displayName = "FieldsetControl";
814
+ const ye = (r) => {
996
815
  const {
997
- items: d,
998
- onChange: f,
999
- className: b,
1000
- labelText: i,
1001
- helperText: o,
1002
- errorMessage: n,
1003
- isInvalid: g,
1004
- isRequired: c,
1005
- size: m,
1006
- ...p
1007
- } = s;
1008
- return /* @__PURE__ */ l.jsx(
1009
- K,
816
+ items: i,
817
+ onChange: c,
818
+ className: n,
819
+ labelText: a,
820
+ helperText: s,
821
+ errorMessage: o,
822
+ isInvalid: u,
823
+ isRequired: d,
824
+ size: x,
825
+ ...f
826
+ } = r;
827
+ return /* @__PURE__ */ t.jsx(
828
+ $,
1010
829
  {
1011
- className: b,
1012
- labelText: i,
1013
- helperText: o,
1014
- errorMessage: n,
1015
- isInvalid: g,
1016
- isRequired: c,
1017
- ...p,
1018
- children: d.map(({ label: y, value: E }) => /* @__PURE__ */ l.jsx(
1019
- ke,
830
+ className: n,
831
+ labelText: a,
832
+ helperText: s,
833
+ errorMessage: o,
834
+ isInvalid: u,
835
+ isRequired: d,
836
+ ...f,
837
+ children: i.map(({ label: g, value: h }) => /* @__PURE__ */ t.jsx(
838
+ Z,
1020
839
  {
1021
- size: m,
1022
- value: E,
1023
- onChange: f,
1024
- children: y
840
+ size: x,
841
+ value: h,
842
+ onChange: c,
843
+ children: g
1025
844
  },
1026
- `${y}-${E}`
845
+ `${g}-${h}`
1027
846
  ))
1028
847
  }
1029
848
  );
1030
849
  };
1031
- He.displayName = "CheckboxGroup";
1032
- const Je = (s) => {
850
+ ye.displayName = "CheckboxGroup";
851
+ const Re = (r) => {
1033
852
  const {
1034
- items: d,
1035
- onChange: f,
1036
- className: b,
1037
- labelText: i,
1038
- helperText: o,
1039
- errorMessage: n,
1040
- isInvalid: g,
1041
- isRequired: c,
1042
- defaultValue: m,
1043
- size: p,
1044
- ...y
1045
- } = s;
1046
- return /* @__PURE__ */ l.jsx(
1047
- K,
853
+ items: i,
854
+ onChange: c,
855
+ className: n,
856
+ labelText: a,
857
+ helperText: s,
858
+ errorMessage: o,
859
+ isInvalid: u,
860
+ isRequired: d,
861
+ defaultValue: x,
862
+ size: f,
863
+ ...g
864
+ } = r;
865
+ return /* @__PURE__ */ t.jsx(
866
+ $,
1048
867
  {
1049
- className: b,
1050
- labelText: i,
1051
- helperText: o,
1052
- errorMessage: n,
1053
- isInvalid: g,
1054
- isRequired: c,
1055
- ...y,
1056
- children: d.map(({ label: E, value: j }) => /* @__PURE__ */ l.jsx(
1057
- _e,
868
+ className: n,
869
+ labelText: a,
870
+ helperText: s,
871
+ errorMessage: o,
872
+ isInvalid: u,
873
+ isRequired: d,
874
+ ...g,
875
+ children: i.map(({ label: h, value: v }) => /* @__PURE__ */ t.jsx(
876
+ Q,
1058
877
  {
1059
- size: p,
1060
- value: j,
1061
- onChange: f,
1062
- defaultChecked: m === j,
1063
- children: E
878
+ size: f,
879
+ value: v,
880
+ onChange: c,
881
+ defaultChecked: x === v,
882
+ children: h
1064
883
  },
1065
- `${E}-${j}`
884
+ `${h}-${v}`
1066
885
  ))
1067
886
  }
1068
887
  );
1069
888
  };
1070
- Je.displayName = "RadioGroup";
889
+ Re.displayName = "RadioGroup";
1071
890
  export {
1072
- ke as Checkbox,
1073
- He as CheckboxGroup,
1074
- K as FieldsetControl,
1075
- Be as FileInput,
1076
- Ue as Input,
1077
- Ge as LabelControl,
1078
- _e as Radio,
1079
- Je as RadioGroup,
1080
- We as Select,
1081
- Fe as Textarea
891
+ Z as Checkbox,
892
+ ye as CheckboxGroup,
893
+ $ as FieldsetControl,
894
+ xe as FileInput,
895
+ ge as Input,
896
+ ve as LabelControl,
897
+ Q as Radio,
898
+ Re as RadioGroup,
899
+ me as Select,
900
+ he as Textarea
1082
901
  };