@vellira-ui/react 2.24.0 → 2.25.1

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.js CHANGED
@@ -42,7 +42,7 @@ var I = (e) => {
42
42
  t.removeEventListener("change", r);
43
43
  };
44
44
  }, [e]), t;
45
- }, L = ({ open: e, onOpenChange: t, placement: n = "bottom-start", strategy: r = "fixed", matchTriggerWidth: a = !1, mobileSheetBreakpoint: s, middleware: c = [] } = {}) => {
45
+ }, ee = ({ open: e, onOpenChange: t, placement: n = "bottom-start", strategy: r = "fixed", matchTriggerWidth: a = !1, mobileSheetBreakpoint: s, middleware: c = [] } = {}) => {
46
46
  let l = I(s), { refs: u, floatingStyles: d, update: f, context: p, middlewareData: m, placement: h } = x({
47
47
  open: e,
48
48
  onOpenChange: t,
@@ -76,7 +76,7 @@ var I = (e) => {
76
76
  setFloatingRef: u.setFloating,
77
77
  updatePosition: f
78
78
  };
79
- }, R = (e, t, n = !0) => {
79
+ }, L = (e, t, n = !0) => {
80
80
  let r = s(e);
81
81
  r.current = e;
82
82
  let a = s(t);
@@ -88,11 +88,11 @@ var I = (e) => {
88
88
  };
89
89
  return document.addEventListener("pointerdown", e), () => document.removeEventListener("pointerdown", e);
90
90
  }, [n]);
91
- }, z = { group: "_group_1yomt_1" }, B = ({ label: e }) => /* @__PURE__ */ f("li", {
91
+ }, R = { group: "_group_1yomt_1" }, te = ({ label: e }) => /* @__PURE__ */ f("li", {
92
92
  role: "presentation",
93
- className: z.group,
93
+ className: R.group,
94
94
  children: e
95
- }), V = {
95
+ }), z = {
96
96
  item: "_item_t87eq_1",
97
97
  disabled: "_disabled_t87eq_18",
98
98
  active: "_active_t87eq_28",
@@ -103,7 +103,7 @@ var I = (e) => {
103
103
  "itemText--truncate": "_itemText--truncate_t87eq_74",
104
104
  "itemText--wrap": "_itemText--wrap_t87eq_79",
105
105
  "itemText--nowrap": "_itemText--nowrap_t87eq_83"
106
- }, H = ({ id: e, children: t, label: n, icon: r, danger: i, disabled: a, active: o, onClick: s, onMouseEnter: c, shortcut: l, textWrap: u = "truncate", className: d }) => {
106
+ }, ne = ({ id: e, children: t, label: n, icon: r, danger: i, disabled: a, active: o, onClick: s, onMouseEnter: c, shortcut: l, textWrap: u = "truncate", className: d }) => {
107
107
  let m = t || n;
108
108
  return /* @__PURE__ */ p("li", {
109
109
  id: e,
@@ -114,47 +114,47 @@ var I = (e) => {
114
114
  "data-danger": i || void 0,
115
115
  onClick: a ? void 0 : s,
116
116
  onMouseEnter: a ? void 0 : c,
117
- className: M(V.item, {
118
- [V.active]: o,
119
- [V.disabled]: a,
120
- [V.danger]: i
117
+ className: M(z.item, {
118
+ [z.active]: o,
119
+ [z.disabled]: a,
120
+ [z.danger]: i
121
121
  }, d),
122
122
  children: [
123
123
  r && /* @__PURE__ */ f("span", {
124
124
  "aria-hidden": "true",
125
- className: V.itemIcon,
125
+ className: z.itemIcon,
126
126
  children: r
127
127
  }),
128
128
  m && /* @__PURE__ */ f("span", {
129
- className: M(V.itemText, V[`itemText--${u}`]),
129
+ className: M(z.itemText, z[`itemText--${u}`]),
130
130
  children: m
131
131
  }),
132
132
  l && /* @__PURE__ */ f("span", {
133
- className: V.itemShortcut,
133
+ className: z.itemShortcut,
134
134
  children: l
135
135
  })
136
136
  ]
137
137
  });
138
- }, U = { group: "_group_ts4nb_1" }, W = () => /* @__PURE__ */ f("li", {
138
+ }, B = { group: "_group_ts4nb_1" }, V = () => /* @__PURE__ */ f("li", {
139
139
  role: "separator",
140
- className: U.separator,
140
+ className: B.separator,
141
141
  "aria-hidden": "true"
142
- }), G = {
142
+ }), H = {
143
143
  button: "_button_ii6sx_1",
144
144
  disabled: "_disabled_ii6sx_16",
145
145
  iconLeft: "_iconLeft_ii6sx_27",
146
146
  arrow: "_arrow_ii6sx_39",
147
147
  iconOnly: "_iconOnly_ii6sx_42",
148
148
  open: "_open_ii6sx_75"
149
- }, ee = t(({ children: e, isOpen: t, icon: n, arrowIcon: r, showArrow: i = !0, rotateAngle: a = 90, label: o, className: s, ...c }, l) => {
149
+ }, re = t(({ children: e, isOpen: t, icon: n, arrowIcon: r, showArrow: i = !0, rotateAngle: a = 90, label: o, className: s, ...c }, l) => {
150
150
  let u = !!n, d = !!e, m = u && !d, h = i && d, g = r ?? /* @__PURE__ */ f(k, {}), _ = m ? o ?? "Open menu" : void 0;
151
151
  return /* @__PURE__ */ p("button", {
152
152
  ...c,
153
153
  ref: l,
154
154
  type: "button",
155
- className: M(G.button, {
156
- [G.disabled]: c.disabled,
157
- [G.iconOnly]: m
155
+ className: M(H.button, {
156
+ [H.disabled]: c.disabled,
157
+ [H.iconOnly]: m
158
158
  }, s),
159
159
  "aria-label": _,
160
160
  "aria-expanded": t,
@@ -163,36 +163,36 @@ var I = (e) => {
163
163
  children: [
164
164
  u && /* @__PURE__ */ f("span", {
165
165
  "aria-hidden": "true",
166
- className: G.iconLeft,
166
+ className: H.iconLeft,
167
167
  children: n
168
168
  }),
169
169
  e,
170
170
  h && /* @__PURE__ */ f("span", {
171
171
  "aria-hidden": "true",
172
- className: M(G.arrow, { [G.open]: t }),
172
+ className: M(H.arrow, { [H.open]: t }),
173
173
  children: g
174
174
  })
175
175
  ]
176
176
  });
177
177
  });
178
- ee.displayName = "DropdownTrigger";
178
+ re.displayName = "DropdownTrigger";
179
179
  //#endregion
180
180
  //#region src/components/Dropdown/types.ts
181
- var te = (e) => e.type !== "group" && e.type !== "separator", ne = (e) => e.type === "group", re = (e) => e.type === "separator", ie = { wrapper: "_wrapper_14ue8_1" }, ae = ({ label: e, icon: t, trigger: n, items: r = [], onSelect: i, className: o, disabled: l, rotateAngle: u = 90, placement: d, matchTriggerWidth: m, textWrap: h, showArrow: g = !0, arrowIcon: _ }) => {
182
- let [v, y] = c(!1), [b, x] = c(-1), S = s(null), C = s(null), w = a(), T = `${w}-trigger`, { floatingStyles: D, setRef: O, setFloatingRef: k } = L({
181
+ var U = (e) => e.type !== "group" && e.type !== "separator", W = (e) => e.type === "group", ie = (e) => e.type === "separator", ae = { wrapper: "_wrapper_14ue8_1" }, oe = ({ label: e, icon: t, trigger: n, items: r = [], onSelect: i, className: o, disabled: l, rotateAngle: u = 90, placement: d, matchTriggerWidth: m, textWrap: h, showArrow: g = !0, arrowIcon: _ }) => {
182
+ let [v, y] = c(!1), [b, x] = c(-1), S = s(null), C = s(null), w = a(), T = `${w}-trigger`, { floatingStyles: D, setRef: O, setFloatingRef: k } = ee({
183
183
  placement: d,
184
184
  matchTriggerWidth: m,
185
185
  mobileSheetBreakpoint: 640
186
- }), A = r.filter(te), j = v && b >= 0 ? `${w}-item-${b}` : void 0, N = () => A.findIndex((e) => !e.disabled), P = () => {
186
+ }), A = r.filter(U), j = v && b >= 0 ? `${w}-item-${b}` : void 0, N = () => A.findIndex((e) => !e.disabled), P = () => {
187
187
  l || y((e) => {
188
188
  let t = !e;
189
189
  return x(t ? N() : -1), t;
190
190
  });
191
191
  }, I = () => {
192
192
  y(!1), x(-1);
193
- }, z = () => {
193
+ }, R = () => {
194
194
  I(), S.current?.focus();
195
- }, { onKeyDown: V } = E({
195
+ }, { onKeyDown: z } = E({
196
196
  activeIndex: b,
197
197
  setActiveIndex: x,
198
198
  items: A,
@@ -200,20 +200,20 @@ var te = (e) => e.type !== "group" && e.type !== "separator", ne = (e) => e.type
200
200
  onOpen: P,
201
201
  onSelect: () => {
202
202
  let e = A[b];
203
- !e || e.disabled || (i?.(e.value), z());
203
+ !e || e.disabled || (i?.(e.value), R());
204
204
  },
205
- onClose: z
205
+ onClose: R
206
206
  });
207
- R([S, C], () => I(), v);
208
- let U = (e) => {
207
+ L([S, C], () => I(), v);
208
+ let B = (e) => {
209
209
  S.current = e, O(e);
210
- }, G = (e) => {
210
+ }, H = (e) => {
211
211
  C.current = e, k(e), e?.focus();
212
212
  };
213
213
  return /* @__PURE__ */ p("div", {
214
- className: M(ie.wrapper, o),
215
- children: [/* @__PURE__ */ f(ee, {
216
- ref: U,
214
+ className: M(ae.wrapper, o),
215
+ children: [/* @__PURE__ */ f(re, {
216
+ ref: B,
217
217
  id: T,
218
218
  isOpen: v,
219
219
  disabled: l,
@@ -223,31 +223,31 @@ var te = (e) => e.type !== "group" && e.type !== "separator", ne = (e) => e.type
223
223
  arrowIcon: _,
224
224
  rotateAngle: u,
225
225
  onClick: P,
226
- onKeyDown: V,
226
+ onKeyDown: z,
227
227
  "aria-expanded": v,
228
228
  "aria-haspopup": "menu",
229
229
  ...v && { "aria-controls": w },
230
230
  children: n
231
231
  }), v && /* @__PURE__ */ f(F, {
232
- ref: G,
232
+ ref: H,
233
233
  floatingStyles: D,
234
234
  menuId: w,
235
235
  labelledById: n ? T : void 0,
236
236
  label: n ? void 0 : e,
237
237
  activeDescendantId: j,
238
- onKeyDown: V,
238
+ onKeyDown: z,
239
239
  children: r.map((e, t) => {
240
- if (ne(e)) return /* @__PURE__ */ f(B, { label: e.label }, `group-${e.label}`);
241
- if (re(e)) return /* @__PURE__ */ f(W, {}, `separator-${t}`);
242
- if (te(e)) {
240
+ if (W(e)) return /* @__PURE__ */ f(te, { label: e.label }, `group-${e.label}`);
241
+ if (ie(e)) return /* @__PURE__ */ f(V, {}, `separator-${t}`);
242
+ if (U(e)) {
243
243
  let t = A.findIndex((t) => t === e);
244
- return /* @__PURE__ */ f(H, {
244
+ return /* @__PURE__ */ f(ne, {
245
245
  id: `${w}-item-${t}`,
246
246
  ...e,
247
247
  active: b === t,
248
248
  textWrap: e.textWrap || h,
249
249
  onClick: () => {
250
- e.disabled || (i?.(e.value), z());
250
+ e.disabled || (i?.(e.value), R());
251
251
  },
252
252
  onMouseEnter: () => {
253
253
  t < 0 || e.disabled || x(t);
@@ -258,23 +258,23 @@ var te = (e) => e.type !== "group" && e.type !== "separator", ne = (e) => e.type
258
258
  })
259
259
  })]
260
260
  });
261
- }, oe = e(void 0), se = () => {
262
- let e = r(oe);
261
+ }, se = e(void 0), ce = () => {
262
+ let e = r(se);
263
263
  if (e === void 0) throw Error("Modal compound components must be used inside Modal");
264
264
  return e;
265
265
  };
266
- oe.displayName = "ModalContext";
267
- var ce = { modalBody: "_modalBody_iv33a_1" }, le = ({ children: e }) => {
268
- let { descriptionId: t } = se();
266
+ se.displayName = "ModalContext";
267
+ var le = { modalBody: "_modalBody_iv33a_1" }, ue = ({ children: e }) => {
268
+ let { descriptionId: t } = ce();
269
269
  return /* @__PURE__ */ f("div", {
270
270
  id: t,
271
- className: ce.modalBody,
271
+ className: le.modalBody,
272
272
  children: e
273
273
  });
274
274
  };
275
- le.displayName = "ModalBody";
276
- var ue = { content: "_content_avpai_1" }, de = ({ children: e }) => /* @__PURE__ */ f("div", {
277
- className: ue.content,
275
+ ue.displayName = "ModalBody";
276
+ var G = { content: "_content_avpai_1" }, de = ({ children: e }) => /* @__PURE__ */ f("div", {
277
+ className: G.content,
278
278
  children: e
279
279
  });
280
280
  de.displayName = "ModalContent";
@@ -288,7 +288,7 @@ var me = {
288
288
  modalHeaderTitle: "_modalHeaderTitle_155d7_8",
289
289
  modalHeaderCloseButton: "_modalHeaderCloseButton_155d7_15"
290
290
  }, he = ({ children: e }) => {
291
- let { onClose: t, titleId: n } = se();
291
+ let { onClose: t, titleId: n } = ce();
292
292
  return /* @__PURE__ */ p("div", {
293
293
  className: me.modalHeader,
294
294
  children: [/* @__PURE__ */ f("h2", {
@@ -318,7 +318,7 @@ var ge = ({ isOpen: e, onClose: t }) => {
318
318
  "overlay--animated": "_overlay--animated_1xotg_17",
319
319
  modal: "_modal_1xotg_21"
320
320
  }, ve = 0, ye = "", be = ({ children: e, onClose: t, isOpen: r, className: a, closeOnBackdrop: o, closeOnClick: c, closeOnEsc: l = !0, zIndex: u = 1e3, animated: d = !0 }) => {
321
- let p = o ?? c ?? !0, m = s(null), { titleId: h, descriptionId: g } = se(), _ = n((e) => {
321
+ let p = o ?? c ?? !0, m = s(null), { titleId: h, descriptionId: g } = ce(), _ = n((e) => {
322
322
  p && e.target === e.currentTarget && t?.();
323
323
  }, [p, t]);
324
324
  return ge({
@@ -360,7 +360,7 @@ be.displayName = "ModalOverlay";
360
360
  //#region src/components/Modal/Modal.tsx
361
361
  var xe = ({ isOpen: e, children: t, onClose: n, closeOnBackdrop: r, closeOnClick: i, closeOnEsc: o = !0 }) => {
362
362
  let s = a(), c = a();
363
- return e ? /* @__PURE__ */ f(oe.Provider, {
363
+ return e ? /* @__PURE__ */ f(se.Provider, {
364
364
  value: {
365
365
  onClose: n,
366
366
  titleId: s,
@@ -380,7 +380,7 @@ xe.displayName = "Modal";
380
380
  //#region src/components/Modal/index.ts
381
381
  var Se = Object.assign(xe, {
382
382
  Header: he,
383
- Body: le,
383
+ Body: ue,
384
384
  Content: de,
385
385
  Footer: pe
386
386
  }), Ce = e(null), we = Ce.Provider;
@@ -456,15 +456,20 @@ var K = {
456
456
  });
457
457
  Ee.displayName = "RadioGroup";
458
458
  var q = {
459
- wrapper: "_wrapper_ng5ym_1",
460
- label: "_label_ng5ym_9",
461
- required: "_required_ng5ym_20",
462
- description: "_description_ng5ym_25",
463
- control: "_control_ng5ym_32",
464
- errorText: "_errorText_ng5ym_40",
465
- disabled: "_disabled_ng5ym_47",
466
- storyInput: "_storyInput_ng5ym_60",
467
- storyBadge: "_storyBadge_ng5ym_65"
459
+ wrapper: "_wrapper_w0lsp_1",
460
+ label: "_label_w0lsp_9",
461
+ required: "_required_w0lsp_20",
462
+ description: "_description_w0lsp_25",
463
+ control: "_control_w0lsp_32",
464
+ errorText: "_errorText_w0lsp_40",
465
+ disabled: "_disabled_w0lsp_47",
466
+ storyInput: "_storyInput_w0lsp_60",
467
+ storyBadge: "_storyBadge_w0lsp_65",
468
+ storyCustomRoot: "_storyCustomRoot_w0lsp_76",
469
+ storyCustomLabel: "_storyCustomLabel_w0lsp_83",
470
+ storyCustomControl: "_storyCustomControl_w0lsp_87",
471
+ storyCustomDescription: "_storyCustomDescription_w0lsp_91",
472
+ storyCustomError: "_storyCustomError_w0lsp_95"
468
473
  }, De = ({ id: e, label: t, description: n, error: r, required: i = !1, disabled: a = !1, children: o, className: s, controlClassName: c, labelClassName: l, descriptionClassName: u, errorClassName: d, ...m }) => {
469
474
  let h = n && e ? `${e}-description` : void 0, g = r && e ? `${e}-error` : void 0;
470
475
  return /* @__PURE__ */ p("div", {
@@ -501,13 +506,15 @@ var q = {
501
506
  ]
502
507
  });
503
508
  }, Oe = {
504
- option: "_option_1qm3g_1",
505
- selected: "_selected_1qm3g_10",
506
- disabled: "_disabled_1qm3g_10",
507
- active: "_active_1qm3g_21"
509
+ option: "_option_1mcld_1",
510
+ selected: "_selected_1mcld_17",
511
+ disabled: "_disabled_1mcld_17",
512
+ active: "_active_1mcld_28",
513
+ label: "_label_1mcld_40",
514
+ check: "_check_1mcld_48"
508
515
  }, ke = ({ option: e, isSelected: t, isActive: n, optionId: r, onSelect: i, onMouseEnter: a }) => {
509
516
  let o = !!e.disabled;
510
- return /* @__PURE__ */ f("li", {
517
+ return /* @__PURE__ */ p("li", {
511
518
  id: r,
512
519
  role: "option",
513
520
  "aria-selected": t,
@@ -523,41 +530,56 @@ var q = {
523
530
  onMouseEnter: () => {
524
531
  o || a();
525
532
  },
526
- children: e.label
533
+ children: [/* @__PURE__ */ f("span", {
534
+ className: Oe.label,
535
+ children: e.label
536
+ }), /* @__PURE__ */ f("span", {
537
+ className: Oe.check,
538
+ "aria-hidden": "true",
539
+ children: t && /* @__PURE__ */ f(O, {})
540
+ })]
527
541
  });
528
542
  };
529
543
  ke.displayName = "SelectOption";
530
544
  var Ae = {
531
- dropdown: "_dropdown_1vrjb_1",
532
- dropdownIn: "_dropdownIn_1vrjb_1"
533
- }, je = ({ isOpen: e, listboxId: t, labelledById: n, setDropdownRef: r, style: i, options: a, selectedValue: o, activeIndex: s, onSelect: c, onMouseEnter: l }) => e ? /* @__PURE__ */ f(N, { children: /* @__PURE__ */ f("ul", {
545
+ dropdown: "_dropdown_jl377_1",
546
+ dropdownIn: "_dropdownIn_jl377_1",
547
+ empty: "_empty_jl377_17"
548
+ }, je = ({ isOpen: e, listboxId: t, labelledById: n, setDropdownRef: r, style: i, options: a, noOptionsText: o, selectedValue: s, activeIndex: c, className: l, onSelect: u, onMouseEnter: d }) => e ? /* @__PURE__ */ f(N, { children: /* @__PURE__ */ f("ul", {
534
549
  ref: r,
535
550
  id: t,
536
551
  role: "listbox",
537
552
  "aria-labelledby": n,
538
- className: Ae.dropdown,
553
+ className: [Ae.dropdown, l].filter(Boolean).join(" "),
539
554
  style: i,
540
- children: a.map((e, n) => /* @__PURE__ */ f(ke, {
555
+ children: a.length ? a.map((e, n) => /* @__PURE__ */ f(ke, {
541
556
  option: e,
542
- isSelected: e.value === o,
543
- isActive: n === s,
557
+ isSelected: e.value === s,
558
+ isActive: n === c,
544
559
  optionId: `${t}-option-${n}`,
545
- onSelect: c,
546
- onMouseEnter: () => l(n)
547
- }, e.value))
560
+ onSelect: u,
561
+ onMouseEnter: () => d(n)
562
+ }, e.value)) : /* @__PURE__ */ f("li", {
563
+ className: Ae.empty,
564
+ role: "presentation",
565
+ children: o
566
+ })
548
567
  }) }) : null;
549
568
  je.displayName = "SelectDropdown";
550
569
  var J = {
551
- control: "_control_mmsxg_1",
552
- disabled: "_disabled_mmsxg_19",
553
- arrow: "_arrow_mmsxg_24",
554
- value: "_value_mmsxg_34",
555
- placeholder: "_placeholder_mmsxg_42",
556
- error: "_error_mmsxg_46",
557
- open: "_open_mmsxg_87"
558
- }, Me = ({ id: e, errorId: t, isOpen: n, disabled: r, required: i, listboxId: a, activeIndex: o, ariaLabel: s, error: c, displayText: l, isPlaceholder: u, buttonRef: d, onClick: m, onKeyDown: h }) => /* @__PURE__ */ p("button", {
570
+ control: "_control_ole58_1",
571
+ disabled: "_disabled_ole58_18",
572
+ arrow: "_arrow_ole58_23",
573
+ sm: "_sm_ole58_33",
574
+ md: "_md_ole58_40",
575
+ lg: "_lg_ole58_47",
576
+ value: "_value_ole58_54",
577
+ placeholder: "_placeholder_ole58_62",
578
+ error: "_error_ole58_66",
579
+ open: "_open_ole58_107"
580
+ }, Me = ({ id: e, errorId: t, isOpen: n, disabled: r, required: i, listboxId: a, activeIndex: o, ariaLabel: s, error: c, displayText: l, isPlaceholder: u, size: d = "md", className: m, buttonRef: h, onClick: g, onKeyDown: _, onBlur: v, onFocus: y }) => /* @__PURE__ */ p("button", {
559
581
  id: e,
560
- ref: d,
582
+ ref: h,
561
583
  type: "button",
562
584
  role: "combobox",
563
585
  disabled: r,
@@ -566,15 +588,18 @@ var J = {
566
588
  "aria-expanded": n,
567
589
  "aria-haspopup": "listbox",
568
590
  "aria-label": s,
591
+ "aria-invalid": c || void 0,
569
592
  "aria-controls": n ? a : void 0,
570
593
  "aria-describedby": t,
571
594
  "aria-activedescendant": n && o >= 0 ? `${a}-option-${o}` : void 0,
572
- className: M(J.control, {
595
+ className: M(J.control, J[d], {
573
596
  [J.error]: !!c,
574
597
  [J.disabled]: r
575
- }),
576
- onClick: m,
577
- onKeyDown: h,
598
+ }, m),
599
+ onClick: g,
600
+ onKeyDown: _,
601
+ onBlur: v,
602
+ onFocus: y,
578
603
  children: [/* @__PURE__ */ f("span", {
579
604
  className: M(J.value, { [J.placeholder]: u }),
580
605
  children: l
@@ -587,97 +612,110 @@ var J = {
587
612
  Me.displayName = "SelectTrigger";
588
613
  //#endregion
589
614
  //#region src/components/Select/Select.tsx
590
- var Ne = ({ label: e, description: t, id: r, name: i, value: l, defaultValue: u, onChange: d, options: m, placeholder: h = "Select...", required: g = !1, disabled: _ = !1, error: v, className: y }) => {
591
- let b = a(), x = r ?? b, S = `${x}-listbox`, C = v ? `${x}-error` : void 0, w = s(null), D = s(null), [O, k] = T({
592
- value: l,
593
- defaultValue: u ?? "",
594
- onChange: d
595
- }), [A, j] = c(!1), [M, N] = c(-1), P = o(() => m.find((e) => e.value === O), [m, O]), F = !!P, { floatingStyles: I, setRef: z, setFloatingRef: B } = L({
596
- open: A,
597
- matchTriggerWidth: !0,
615
+ var Ne = ({ label: e, description: t, id: r, name: i, "aria-label": l, value: u, defaultValue: d, onChange: m, options: h, placeholder: g = "Select...", noOptionsText: _ = "No options available", size: v = "md", required: y = !1, disabled: b = !1, error: x, placement: S = "bottom-start", matchTriggerWidth: C = !0, open: w, defaultOpen: D = !1, onOpenChange: O, onBlur: k, onFocus: A, className: j, triggerClassName: M, dropdownClassName: N }) => {
616
+ let P = a(), F = r ?? P, I = `${F}-listbox`, R = !!x, te = R ? `${F}-error` : void 0, z = s(null), ne = s(null), [B, V] = T({
617
+ value: u,
618
+ defaultValue: d ?? "",
619
+ onChange: m
620
+ }), [H, re] = T({
621
+ value: w,
622
+ defaultValue: D,
623
+ onChange: O
624
+ }), [U, W] = c(-1), ie = o(() => h.find((e) => e.value === B), [h, B]), ae = !!ie, { floatingStyles: oe, setRef: se, setFloatingRef: ce } = ee({
625
+ open: H,
626
+ onOpenChange: re,
627
+ placement: S,
628
+ matchTriggerWidth: C,
598
629
  mobileSheetBreakpoint: 640
599
- }), V = n(() => {
600
- let e = m.findIndex((e) => e.value === O && !e.disabled);
601
- return e >= 0 ? e : m.findIndex((e) => !e.disabled);
602
- }, [m, O]), H = n(() => {
603
- _ || (N(V()), j(!0));
604
- }, [_, V]), U = n(() => {
605
- j(!1);
606
- }, []), W = n(() => {
607
- if (!_) {
608
- if (A) {
609
- U();
630
+ }), le = n(() => {
631
+ let e = h.findIndex((e) => e.value === B && !e.disabled);
632
+ return e >= 0 ? e : h.findIndex((e) => !e.disabled);
633
+ }, [h, B]), ue = n(() => {
634
+ b || (W(le()), re(!0));
635
+ }, [b, le]), G = n(() => {
636
+ re(!1);
637
+ }, []), de = n(() => {
638
+ if (!b) {
639
+ if (H) {
640
+ G();
610
641
  return;
611
642
  }
612
- H();
643
+ ue();
613
644
  }
614
645
  }, [
615
- U,
616
- _,
617
- A,
618
- H
619
- ]), G = n((e) => {
620
- k(e), U(), w.current?.focus();
621
- }, [U, k]), { onKeyDown: ee } = E({
622
- activeIndex: M,
623
- setActiveIndex: N,
624
- items: m,
625
- isOpen: A,
626
- onOpen: H,
627
- onClose: U,
646
+ G,
647
+ b,
648
+ H,
649
+ ue
650
+ ]), fe = n((e) => {
651
+ V(e), G(), z.current?.focus();
652
+ }, [G, V]), { onKeyDown: pe } = E({
653
+ activeIndex: U,
654
+ setActiveIndex: W,
655
+ items: h,
656
+ isOpen: H,
657
+ onOpen: ue,
658
+ onClose: G,
628
659
  onSelect: () => {
629
- let e = m[M];
630
- !e || e.disabled || G(e.value);
631
- }
660
+ let e = h[U];
661
+ !e || e.disabled || fe(e.value);
662
+ },
663
+ getItemText: (e) => e.label
632
664
  });
633
- R([w, D], U, A);
634
- let te = n((e) => {
635
- w.current = e, z(e);
636
- }, [z]), ne = n((e) => {
637
- D.current = e, B(e);
638
- }, [B]);
665
+ L([z, ne], G, H);
666
+ let me = n((e) => {
667
+ z.current = e, se(e);
668
+ }, [se]), he = n((e) => {
669
+ ne.current = e, ce(e);
670
+ }, [ce]);
639
671
  return /* @__PURE__ */ p(De, {
640
- id: x,
672
+ id: F,
641
673
  label: e,
642
674
  description: t,
643
- error: v,
644
- required: g,
645
- disabled: _,
646
- className: y,
675
+ error: x,
676
+ required: y,
677
+ disabled: b,
678
+ className: j,
647
679
  children: [
648
680
  /* @__PURE__ */ f(Me, {
649
- id: x,
650
- errorId: C,
651
- isOpen: A,
652
- disabled: _,
653
- required: g,
654
- listboxId: S,
655
- activeIndex: M,
656
- ariaLabel: e ? void 0 : P?.label || h,
657
- error: v,
658
- displayText: P?.label ?? h,
659
- isPlaceholder: !F,
660
- buttonRef: te,
661
- onClick: W,
662
- onKeyDown: ee
681
+ id: F,
682
+ errorId: te,
683
+ isOpen: H,
684
+ disabled: b,
685
+ required: y,
686
+ listboxId: I,
687
+ activeIndex: U,
688
+ ariaLabel: l ?? (e ? void 0 : ie?.label || g),
689
+ error: R,
690
+ displayText: ie?.label ?? g,
691
+ isPlaceholder: !ae,
692
+ size: v,
693
+ className: M,
694
+ buttonRef: me,
695
+ onClick: de,
696
+ onKeyDown: pe,
697
+ onBlur: k,
698
+ onFocus: A
663
699
  }),
664
700
  i && /* @__PURE__ */ f("input", {
665
701
  type: "hidden",
666
702
  name: i,
667
- value: O,
668
- disabled: _
703
+ value: B,
704
+ disabled: b
669
705
  }),
670
706
  /* @__PURE__ */ f(je, {
671
- isOpen: A,
672
- listboxId: S,
673
- labelledById: x,
674
- style: I,
675
- options: m,
676
- selectedValue: O,
677
- activeIndex: M,
678
- setDropdownRef: ne,
679
- onSelect: G,
680
- onMouseEnter: N
707
+ isOpen: H,
708
+ listboxId: I,
709
+ labelledById: F,
710
+ style: oe,
711
+ options: h,
712
+ noOptionsText: _,
713
+ selectedValue: B,
714
+ activeIndex: U,
715
+ className: N,
716
+ setDropdownRef: he,
717
+ onSelect: fe,
718
+ onMouseEnter: W
681
719
  })
682
720
  ]
683
721
  });
@@ -845,7 +883,7 @@ var Ke = ({ children: e, placement: t = "top", content: n, disabled: r = !1, del
845
883
  open: 300,
846
884
  close: 100
847
885
  }, maxWidth: o = 250, className: l, onOpenChange: u }) => {
848
- let [g, _] = c(!1), v = s(null), y = a(), { context: b, floatingStyles: x, middlewareData: T, setRef: E, setFloatingRef: D, placement: O } = L({
886
+ let [g, _] = c(!1), v = s(null), y = a(), { context: b, floatingStyles: x, middlewareData: T, setRef: E, setFloatingRef: D, placement: O } = ee({
849
887
  open: g,
850
888
  onOpenChange: (e) => {
851
889
  r || (_(e), u?.(e));
@@ -995,7 +1033,7 @@ var Z = {
995
1033
  i(() => {
996
1034
  D.current && (D.current.indeterminate = m);
997
1035
  }, [m]);
998
- let L = (e) => {
1036
+ let ee = (e) => {
999
1037
  F(e.target.checked);
1000
1038
  };
1001
1039
  return qe(!!(t || y || b), "Checkbox: an accessible label must be provided through label, aria-label, or aria-labelledby."), /* @__PURE__ */ p("div", {
@@ -1013,7 +1051,7 @@ var Z = {
1013
1051
  checked: P,
1014
1052
  disabled: u,
1015
1053
  required: d,
1016
- onChange: L,
1054
+ onChange: ee,
1017
1055
  className: Z.input,
1018
1056
  "aria-label": y,
1019
1057
  "aria-labelledby": b,
@@ -1054,24 +1092,24 @@ var Z = {
1054
1092
  });
1055
1093
  Qe.displayName = "Checkbox";
1056
1094
  var Q = {
1057
- inputWrapper: "_inputWrapper_y9bue_1",
1058
- input: "_input_y9bue_1",
1059
- error: "_error_y9bue_41",
1060
- sm: "_sm_y9bue_48",
1061
- md: "_md_y9bue_52",
1062
- lg: "_lg_y9bue_56",
1063
- hasLeftAdornment: "_hasLeftAdornment_y9bue_84",
1064
- hasRightAdornment: "_hasRightAdornment_y9bue_88",
1065
- leftAdornment: "_leftAdornment_y9bue_92",
1066
- rightAdornment: "_rightAdornment_y9bue_93",
1067
- clearButton: "_clearButton_y9bue_114",
1068
- toneDefault: "_toneDefault_y9bue_153",
1069
- tonePrimary: "_tonePrimary_y9bue_157",
1070
- toneSecondary: "_toneSecondary_y9bue_161",
1071
- toneSuccess: "_toneSuccess_y9bue_165",
1072
- toneDanger: "_toneDanger_y9bue_169",
1073
- toneMuted: "_toneMuted_y9bue_173",
1074
- toneInverse: "_toneInverse_y9bue_177"
1095
+ inputWrapper: "_inputWrapper_1553r_1",
1096
+ input: "_input_1553r_1",
1097
+ error: "_error_1553r_47",
1098
+ sm: "_sm_1553r_54",
1099
+ md: "_md_1553r_58",
1100
+ lg: "_lg_1553r_62",
1101
+ hasLeftAdornment: "_hasLeftAdornment_1553r_90",
1102
+ hasRightAdornment: "_hasRightAdornment_1553r_94",
1103
+ leftAdornment: "_leftAdornment_1553r_98",
1104
+ rightAdornment: "_rightAdornment_1553r_99",
1105
+ clearButton: "_clearButton_1553r_120",
1106
+ toneDefault: "_toneDefault_1553r_159",
1107
+ tonePrimary: "_tonePrimary_1553r_163",
1108
+ toneSecondary: "_toneSecondary_1553r_167",
1109
+ toneSuccess: "_toneSuccess_1553r_171",
1110
+ toneDanger: "_toneDanger_1553r_175",
1111
+ toneMuted: "_toneMuted_1553r_179",
1112
+ toneInverse: "_toneInverse_1553r_183"
1075
1113
  }, $e = {
1076
1114
  default: Q.toneDefault,
1077
1115
  primary: Q.tonePrimary,
@@ -1090,25 +1128,25 @@ var Q = {
1090
1128
  case "search": return "off";
1091
1129
  default: return;
1092
1130
  }
1093
- }, tt = t(({ id: e, label: t, name: r, description: i, placeholder: o, value: l, defaultValue: u, onChange: d, type: m = "text", size: h = "md", error: g, disabled: _ = !1, required: v = !1, className: y, autoComplete: b, readOnly: x = !1, clearable: S = !1, onClear: C, leftAdornment: w, rightAdornment: T, clearIcon: E, leftAdornmentTone: D = "default", rightAdornmentTone: O = "default", clearIconTone: k = "danger", autoFocus: A, maxLength: j, onMouseEnter: N, onMouseLeave: P, "aria-describedby": F, "aria-invalid": I, ...L }, R) => {
1094
- let z = a(), B = e ?? z, V = s(null), [H, U] = c(u ?? ""), W = l !== void 0, G = W ? l : H, ee = G !== "", te = et(m, b), ne = S && ee && !_ && !x, re = [
1131
+ }, tt = t(({ id: e, label: t, name: r, description: i, placeholder: o, value: l, defaultValue: u, onChange: d, type: m = "text", size: h = "md", error: g, disabled: _ = !1, required: v = !1, className: y, autoComplete: b, readOnly: x = !1, clearable: S = !1, onClear: C, leftAdornment: w, rightAdornment: T, clearIcon: E, leftAdornmentTone: D = "default", rightAdornmentTone: O = "default", clearIconTone: k = "danger", autoFocus: A, maxLength: j, onMouseEnter: N, onMouseLeave: P, "aria-describedby": F, "aria-invalid": I, ...ee }, L) => {
1132
+ let R = a(), te = e ?? R, z = s(null), [ne, B] = c(u ?? ""), V = l !== void 0, H = V ? l : ne, re = H !== "", U = et(m, b), W = S && re && !_ && !x, ie = [
1095
1133
  F,
1096
- i ? `${B}-description` : void 0,
1097
- g ? `${B}-error` : void 0
1098
- ].filter(Boolean).join(" "), ie = E ?? "×", ae = n((e) => {
1099
- if (V.current = e, typeof R == "function") {
1100
- R(e);
1134
+ i ? `${te}-description` : void 0,
1135
+ g ? `${te}-error` : void 0
1136
+ ].filter(Boolean).join(" "), ae = E ?? "×", oe = n((e) => {
1137
+ if (z.current = e, typeof L == "function") {
1138
+ L(e);
1101
1139
  return;
1102
1140
  }
1103
- R && (R.current = e);
1104
- }, [R]), oe = n((e) => {
1141
+ L && (L.current = e);
1142
+ }, [L]), se = n((e) => {
1105
1143
  let t = e.target.value;
1106
- W || U(t), d?.(e);
1107
- }, [W, d]), se = n(() => {
1108
- W || U(""), C?.(), V.current?.focus();
1109
- }, [W, C]), ce = !ne && !!T;
1144
+ V || B(t), d?.(e);
1145
+ }, [V, d]), ce = n(() => {
1146
+ V || B(""), C?.(), z.current?.focus();
1147
+ }, [V, C]), le = !W && !!T;
1110
1148
  return /* @__PURE__ */ f(De, {
1111
- id: B,
1149
+ id: te,
1112
1150
  label: t,
1113
1151
  description: i,
1114
1152
  error: g,
@@ -1117,7 +1155,7 @@ var Q = {
1117
1155
  children: /* @__PURE__ */ p("div", {
1118
1156
  className: M(Q.inputWrapper, {
1119
1157
  [Q.hasLeftAdornment]: !!w,
1120
- [Q.hasRightAdornment]: !!T || ne
1158
+ [Q.hasRightAdornment]: !!T || W
1121
1159
  }),
1122
1160
  children: [
1123
1161
  w && /* @__PURE__ */ f("span", {
@@ -1126,15 +1164,15 @@ var Q = {
1126
1164
  children: w
1127
1165
  }),
1128
1166
  /* @__PURE__ */ f("input", {
1129
- ...L,
1130
- ref: ae,
1131
- id: B,
1167
+ ...ee,
1168
+ ref: oe,
1169
+ id: te,
1132
1170
  name: r,
1133
1171
  type: m,
1134
- autoComplete: te,
1172
+ autoComplete: U,
1135
1173
  className: M(Q.input, Q[h], { [Q.error]: !!g }, y),
1136
- value: G,
1137
- onChange: oe,
1174
+ value: H,
1175
+ onChange: se,
1138
1176
  placeholder: o,
1139
1177
  disabled: _,
1140
1178
  readOnly: x,
@@ -1142,18 +1180,18 @@ var Q = {
1142
1180
  autoFocus: A,
1143
1181
  maxLength: j,
1144
1182
  "aria-invalid": g ? !0 : I,
1145
- "aria-describedby": re || void 0,
1183
+ "aria-describedby": ie || void 0,
1146
1184
  onMouseEnter: N,
1147
1185
  onMouseLeave: P
1148
1186
  }),
1149
- ne && /* @__PURE__ */ f("button", {
1187
+ W && /* @__PURE__ */ f("button", {
1150
1188
  type: "button",
1151
1189
  className: M(Q.clearButton, $e[k]),
1152
- onClick: se,
1190
+ onClick: ce,
1153
1191
  "aria-label": "Clear input",
1154
- children: ie
1192
+ children: ae
1155
1193
  }),
1156
- ce && /* @__PURE__ */ f("div", {
1194
+ le && /* @__PURE__ */ f("div", {
1157
1195
  className: M(Q.rightAdornment, $e[O]),
1158
1196
  children: T
1159
1197
  })
@@ -1187,7 +1225,7 @@ var $ = {
1187
1225
  value: t,
1188
1226
  defaultValue: n,
1189
1227
  onChange: c
1190
- }), A = D ? b.value === e : O, j = !!b?.disabled || r, N = !!b?.required || i, P = b?.name ?? g, F = !!(s || b?.invalid), I = o ?? b?.size ?? "md", L = (t) => {
1228
+ }), A = D ? b.value === e : O, j = !!b?.disabled || r, N = !!b?.required || i, P = b?.name ?? g, F = !!(s || b?.invalid), I = o ?? b?.size ?? "md", ee = (t) => {
1191
1229
  if (!j) {
1192
1230
  if (D) {
1193
1231
  b.onValueChange(e);
@@ -1215,7 +1253,7 @@ var $ = {
1215
1253
  "aria-invalid": F || void 0,
1216
1254
  "aria-describedby": E,
1217
1255
  className: $.input,
1218
- onChange: L
1256
+ onChange: ee
1219
1257
  }),
1220
1258
  /* @__PURE__ */ f("span", {
1221
1259
  className: $.control,
@@ -1282,4 +1320,4 @@ function ot() {
1282
1320
  return e;
1283
1321
  }
1284
1322
  //#endregion
1285
- export { Je as Button, Qe as Checkbox, ae as Dropdown, De as FormField, tt as Input, Se as Modal, nt as Radio, Ee as RadioGroup, Ne as Select, Ue as Tabs, at as ThemeProvider, Ke as Tooltip, ot as useTheme };
1323
+ export { Je as Button, Qe as Checkbox, oe as Dropdown, De as FormField, tt as Input, Se as Modal, nt as Radio, Ee as RadioGroup, Ne as Select, Ue as Tabs, at as ThemeProvider, Ke as Tooltip, ot as useTheme };