@midas-ds/components 16.6.0 → 16.6.2

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.
Files changed (46) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/assets/Dialog.css +1 -1
  3. package/assets/GridItem.css +1 -1
  4. package/assets/ProgressBar.css +1 -1
  5. package/assets/Select.css +1 -1
  6. package/assets/Select2.css +1 -1
  7. package/assets/Skeleton.css +1 -1
  8. package/assets/Spinner.css +1 -1
  9. package/assets/Text.css +1 -1
  10. package/assets/Toast.css +1 -1
  11. package/calendar/index.js +1 -1
  12. package/checkbox/index.js +1 -1
  13. package/chunks/{CheckboxGroup-C5NpRdqR.js → CheckboxGroup-KqlchsTK.js} +2 -2
  14. package/chunks/{ComboBox-BrpJ6b7d.js → ComboBox-C-pAiys0.js} +2 -2
  15. package/chunks/{DateField-CuNWL_ao.js → DateField-Scz9gaJl.js} +2 -2
  16. package/chunks/{DateRangePicker-7MtqKhD1.js → DateRangePicker-DQfV97yu.js} +3 -3
  17. package/chunks/{FieldError-Bra5aRT3.js → FieldError-C_3uLAGY.js} +1 -1
  18. package/chunks/{Grid-B-WgMwON.js → Grid-CettmpaZ.js} +1 -1
  19. package/chunks/GridItem-z7zclNdT.js +237 -0
  20. package/chunks/{Layout-xF6_tsJ6.js → Layout-MPNSphLF.js} +1 -1
  21. package/chunks/{Radio-Clk616ep.js → Radio-BD-ICPhb.js} +2 -2
  22. package/chunks/{RangeCalendar-pgiXYhpG.js → RangeCalendar-CW38S2L8.js} +1 -1
  23. package/chunks/{SearchField-Cd05nl-B.js → SearchField-44UKmB8Z.js} +1 -1
  24. package/chunks/{Select-CRUskZeu.js → Select-BJlDjYWX.js} +88 -88
  25. package/chunks/{Select-BpSIhRl_.js → Select-Cz3Y8abd.js} +76 -75
  26. package/chunks/Text-Bxww8mmL.js +39 -0
  27. package/chunks/{TextArea-VkipFRQc.js → TextArea-Dudj2zg4.js} +2 -2
  28. package/chunks/Toast-DGvPi4rb.js +157 -0
  29. package/combobox/index.js +1 -1
  30. package/date-field/index.js +1 -1
  31. package/date-picker/index.js +1 -1
  32. package/field-error/index.js +1 -1
  33. package/grid/index.js +2 -2
  34. package/index.js +16 -16
  35. package/layout/index.js +1 -1
  36. package/legacy-select/index.js +1 -1
  37. package/package.json +2 -2
  38. package/radio/index.js +1 -1
  39. package/search-field/index.js +1 -1
  40. package/select/index.js +1 -1
  41. package/text/index.js +1 -1
  42. package/textfield/index.js +1 -1
  43. package/toast/index.js +1 -1
  44. package/chunks/GridItem-5t1Z14sM.js +0 -237
  45. package/chunks/Text-TWzJxnto.js +0 -30
  46. package/chunks/Toast-BehM7JJP.js +0 -153
@@ -1,12 +1,12 @@
1
- import { jsx as n, jsxs as y } from "react/jsx-runtime";
1
+ import { jsx as n, jsxs as h } from "react/jsx-runtime";
2
2
  import * as w from "react";
3
3
  import { useMemo as z, useState as V, useCallback as I, useEffect as M, useRef as L } from "react";
4
4
  import { c as B } from "./clsx-AexbMWKp.js";
5
- import { filterDOMProps as D, mergeProps as x, useId as O, chain as N, useFormReset as R, useObjectRef as E } from "@react-aria/utils";
6
- import { Section as j, Item as C } from "@react-stately/collections";
7
- import { Collection as G, FieldErrorContext as H, TextField as $, TagList as W } from "react-aria-components";
8
- import { L as U } from "./ListBox-D5BBeZWL.js";
9
- import { b as q, L as X, a as J } from "./ListBoxSection-MZB_5DdD.js";
5
+ import { filterDOMProps as D, mergeProps as x, useId as O, chain as q, useFormReset as N, useObjectRef as R } from "@react-aria/utils";
6
+ import { Section as E, Item as C } from "@react-stately/collections";
7
+ import { Collection as j, FieldErrorContext as G, TextField as H, TagList as $ } from "react-aria-components";
8
+ import { L as W } from "./ListBox-D5BBeZWL.js";
9
+ import { b as U, L as X, a as J } from "./ListBoxSection-MZB_5DdD.js";
10
10
  import { useCollator as Q, useField as Y, useButton as Z } from "react-aria";
11
11
  import { setInteractionModality as ee } from "@react-aria/interactions";
12
12
  import { useMenuTrigger as te } from "@react-aria/menu";
@@ -17,13 +17,13 @@ import { useListState as re } from "@react-stately/list";
17
17
  import { a as se, T as ae } from "./Tag-CZrQBEgv.js";
18
18
  import { useFormValidation as ce } from "@react-aria/form";
19
19
  import { useVisuallyHidden as de } from "@react-aria/visually-hidden";
20
- import { a as ue, L as me } from "./Label-xWKvOuML.js";
21
- import { T as ge } from "./Text-TWzJxnto.js";
22
- import { C as he } from "./Checkbox-BTAfwDxU.js";
23
- import { X as fe } from "./x-BXShoIAM.js";
20
+ import { a as ue, L as ge } from "./Label-xWKvOuML.js";
21
+ import { T as me } from "./Text-Bxww8mmL.js";
22
+ import { C as fe } from "./Checkbox-BTAfwDxU.js";
23
+ import { X as pe } from "./x-BXShoIAM.js";
24
24
  import { u as T } from "./useLocalizedStringFormatter-BHvsRxDk.js";
25
- import { C as pe } from "./chevron-down-DgT-uSF9.js";
26
- import { F as ye } from "./FieldError-Bra5aRT3.js";
25
+ import { C as ye } from "./chevron-down-DgT-uSF9.js";
26
+ import { F as he } from "./FieldError-C_3uLAGY.js";
27
27
  import '../assets/Select2.css';const A = ({ item: e }) => /* @__PURE__ */ n(
28
28
  X,
29
29
  {
@@ -32,11 +32,11 @@ import '../assets/Select2.css';const A = ({ item: e }) => /* @__PURE__ */ n(
32
32
  "aria-label": e.textValue,
33
33
  children: e.rendered
34
34
  }
35
- ), be = ({ section: e, state: t }) => /* @__PURE__ */ n(q, { ...e.value, children: t.collection.getChildren ? /* @__PURE__ */ n(G, { items: t.collection.getChildren(e.key), children: (s) => /* @__PURE__ */ n(A, { item: s }) }) : null }), Se = ({
35
+ ), be = ({ section: e, state: t }) => /* @__PURE__ */ n(U, { ...e.value, children: t.collection.getChildren ? /* @__PURE__ */ n(j, { items: t.collection.getChildren(e.key), children: (s) => /* @__PURE__ */ n(A, { item: s }) }) : null }), Se = ({
36
36
  state: e,
37
37
  ...t
38
38
  }) => /* @__PURE__ */ n(
39
- U,
39
+ W,
40
40
  {
41
41
  ...t,
42
42
  ...e,
@@ -68,18 +68,18 @@ function ve(e, t, s) {
68
68
  },
69
69
  t,
70
70
  s
71
- ), u = (g) => {
71
+ ), u = (m) => {
72
72
  const { selectedKeys: v, selectionMode: k } = t, P = v.values().next().value;
73
73
  if (k === "single")
74
- switch (g.key) {
74
+ switch (m.key) {
75
75
  case "ArrowLeft": {
76
- g.preventDefault();
76
+ m.preventDefault();
77
77
  const S = v.size > 0 ? o.getKeyAbove(P) : o.getFirstKey();
78
78
  S && t.setSelectedKeys([S]);
79
79
  break;
80
80
  }
81
81
  case "ArrowRight": {
82
- g.preventDefault();
82
+ m.preventDefault();
83
83
  const S = v.size > 0 ? o.getKeyBelow(P) : o.getFirstKey();
84
84
  S && t.setSelectedKeys([S]);
85
85
  break;
@@ -88,15 +88,15 @@ function ve(e, t, s) {
88
88
  }, { typeSelectProps: c } = oe({
89
89
  keyboardDelegate: o,
90
90
  selectionManager: t.selectionManager,
91
- onTypeSelect(g) {
92
- t.setSelectedKeys([g]);
91
+ onTypeSelect(m) {
92
+ t.setSelectedKeys([m]);
93
93
  }
94
- }), { labelProps: b, fieldProps: f } = Y({
94
+ }), { labelProps: b, fieldProps: p } = Y({
95
95
  ...e,
96
96
  labelElementType: "span"
97
97
  });
98
98
  c.onKeyDown = c.onKeyDownCapture, delete c.onKeyDownCapture;
99
- const m = D(e, { labelable: !0 }), p = x(c, a, f), K = O();
99
+ const g = D(e, { labelable: !0 }), y = x(c, a, p), K = O();
100
100
  return {
101
101
  labelProps: {
102
102
  ...b,
@@ -104,24 +104,24 @@ function ve(e, t, s) {
104
104
  e.isDisabled || (s.current?.focus(), ee("keyboard"));
105
105
  }
106
106
  },
107
- triggerProps: x(m, {
108
- ...p,
109
- onKeyDown: N(
110
- p.onKeyDown,
107
+ triggerProps: x(g, {
108
+ ...y,
109
+ onKeyDown: q(
110
+ y.onKeyDown,
111
111
  u,
112
112
  e.onKeyDown
113
113
  ),
114
114
  onKeyUp: e.onKeyUp,
115
115
  "aria-labelledby": [
116
- p["aria-labelledby"],
117
- p["aria-label"] && !p["aria-labelledby"] ? p.id : null,
116
+ y["aria-labelledby"],
117
+ y["aria-label"] && !y["aria-labelledby"] ? y.id : null,
118
118
  K
119
119
  ].filter(Boolean).join(" "),
120
- onFocus(g) {
121
- t.isFocused || (e.onFocus && e.onFocus(g), t.setFocused(!0));
120
+ onFocus(m) {
121
+ t.isFocused || (e.onFocus && e.onFocus(m), t.setFocused(!0));
122
122
  },
123
- onBlur(g) {
124
- t.isOpen || (e.onBlur && e.onBlur(g), t.setFocused(!1));
123
+ onBlur(m) {
124
+ t.isOpen || (e.onBlur && e.onBlur(m), t.setFocused(!1));
125
125
  }
126
126
  }),
127
127
  valueProps: {
@@ -133,12 +133,12 @@ function ve(e, t, s) {
133
133
  autoFocus: t.focusStrategy || !0,
134
134
  shouldSelectOnPressUp: !0,
135
135
  shouldFocusOnHover: !0,
136
- onBlur: (g) => {
137
- g.currentTarget.contains(g.relatedTarget) || (e.onBlur && e.onBlur(g), t.setFocused(!1));
136
+ onBlur: (m) => {
137
+ m.currentTarget.contains(m.relatedTarget) || (e.onBlur && e.onBlur(m), t.setFocused(!1));
138
138
  },
139
139
  "aria-labelledby": [
140
- f["aria-labelledby"],
141
- p["aria-label"] && !f["aria-labelledby"] ? p.id : null
140
+ p["aria-labelledby"],
141
+ y["aria-label"] && !p["aria-labelledby"] ? y.id : null
142
142
  ].filter(Boolean).join(" ")
143
143
  }
144
144
  };
@@ -230,7 +230,7 @@ function _e({
230
230
  selectRef: l
231
231
  }, i, o) {
232
232
  const { visuallyHiddenProps: a } = de();
233
- return R(l, i.selectedKeys, i.setSelectedKeys), ce(
233
+ return N(l, i.selectedKeys, i.setSelectedKeys), ce(
234
234
  {
235
235
  validationBehavior: "native",
236
236
  focus: () => o.current?.focus()
@@ -271,9 +271,9 @@ function we(e) {
271
271
  {
272
272
  ...a,
273
273
  "data-testid": "hidden-select-container",
274
- children: /* @__PURE__ */ y("label", { children: [
274
+ children: /* @__PURE__ */ h("label", { children: [
275
275
  i,
276
- /* @__PURE__ */ y(
276
+ /* @__PURE__ */ h(
277
277
  "select",
278
278
  {
279
279
  ...d,
@@ -307,7 +307,7 @@ function we(e) {
307
307
  }
308
308
  ) : null;
309
309
  }
310
- const Ve = "_wrapper_1bht1_7", Me = "_trigger_1bht1_18", Be = "_medium_1bht1_32", Te = "_icon_1bht1_68", Ae = "_tagGroup_1bht1_74", Fe = "_triggerContainer_1bht1_95", ke = "_selectValueTag_1bht1_101", ze = "_clearButton_1bht1_117", Ie = "_truncate_1bht1_129", Le = "_selectAll_1bht1_172", h = {
310
+ const Ve = "_wrapper_odqg7_1", Me = "_trigger_odqg7_12", Be = "_medium_odqg7_26", Te = "_icon_odqg7_62", Ae = "_tagGroup_odqg7_68", Fe = "_triggerContainer_odqg7_89", ke = "_selectValueTag_odqg7_95", ze = "_clearButton_odqg7_111", Ie = "_truncate_odqg7_123", Le = "_selectAll_odqg7_166", f = {
311
311
  wrapper: Ve,
312
312
  trigger: Me,
313
313
  medium: Be,
@@ -321,7 +321,7 @@ const Ve = "_wrapper_1bht1_7", Me = "_trigger_1bht1_18", Be = "_medium_1bht1_32"
321
321
  }, De = { clearAll: "Clear all", selectAll: "Select all", selectedItems: "Selected items", chosen: "chosen" }, Oe = { clearAll: "Rensa alla", selectAll: "Välj alla", selectedItems: "Valda objekt", chosen: "valda" }, F = {
322
322
  en: De,
323
323
  sv: Oe
324
- }, Ne = ({
324
+ }, qe = ({
325
325
  state: { selectedItems: e },
326
326
  isDisabled: t,
327
327
  parentWidth: s,
@@ -330,16 +330,16 @@ const Ve = "_wrapper_1bht1_7", Me = "_trigger_1bht1_18", Be = "_medium_1bht1_32"
330
330
  isClearable: i
331
331
  }) => {
332
332
  const o = T(F);
333
- return /* @__PURE__ */ y(
333
+ return /* @__PURE__ */ h(
334
334
  "div",
335
335
  {
336
- className: h.selectValueTag,
336
+ className: f.selectValueTag,
337
337
  "data-disabled": t || void 0,
338
338
  children: [
339
339
  /* @__PURE__ */ n(
340
340
  "span",
341
341
  {
342
- className: h.truncate,
342
+ className: f.truncate,
343
343
  style: { maxWidth: s - 92 },
344
344
  children: e?.length && e.length > 1 ? `${e.length} ${o.format("chosen")}` : e?.[0].textValue
345
345
  }
@@ -349,12 +349,12 @@ const Ve = "_wrapper_1bht1_7", Me = "_trigger_1bht1_18", Be = "_medium_1bht1_32"
349
349
  {
350
350
  disabled: t,
351
351
  "aria-label": o.format("clearAll"),
352
- className: h.clearButton,
352
+ className: f.clearButton,
353
353
  onClick: () => {
354
354
  r(), l?.current?.focus();
355
355
  },
356
356
  children: /* @__PURE__ */ n(
357
- fe,
357
+ pe,
358
358
  {
359
359
  width: 20,
360
360
  height: 20
@@ -365,7 +365,7 @@ const Ve = "_wrapper_1bht1_7", Me = "_trigger_1bht1_18", Be = "_medium_1bht1_32"
365
365
  ]
366
366
  }
367
367
  );
368
- }, Re = ({
368
+ }, Ne = ({
369
369
  autoFocus: e,
370
370
  excludeFromTabOrder: t,
371
371
  isDisabled: s,
@@ -379,23 +379,23 @@ const Ve = "_wrapper_1bht1_7", Me = "_trigger_1bht1_18", Be = "_medium_1bht1_32"
379
379
  triggerRef: c,
380
380
  ...b
381
381
  }) => {
382
- const { buttonProps: f } = Z(
382
+ const { buttonProps: p } = Z(
383
383
  { autoFocus: e, excludeFromTabOrder: t, isDisabled: s, ...b },
384
384
  c
385
- ), m = o === "multiple";
386
- return /* @__PURE__ */ y(
385
+ ), g = o === "multiple";
386
+ return /* @__PURE__ */ h(
387
387
  "div",
388
388
  {
389
- className: h.triggerContainer,
389
+ className: f.triggerContainer,
390
390
  "data-disabled": s || void 0,
391
391
  children: [
392
- /* @__PURE__ */ y(
392
+ /* @__PURE__ */ h(
393
393
  "button",
394
394
  {
395
- ...f,
395
+ ...p,
396
396
  autoFocus: e,
397
- className: B(h.trigger, {
398
- [h.medium]: r === "medium"
397
+ className: B(f.trigger, {
398
+ [f.medium]: r === "medium"
399
399
  }),
400
400
  "data-disabled": s || void 0,
401
401
  "data-invalid": i || void 0,
@@ -403,14 +403,14 @@ const Ve = "_wrapper_1bht1_7", Me = "_trigger_1bht1_18", Be = "_medium_1bht1_32"
403
403
  ref: c,
404
404
  type: "button",
405
405
  children: [
406
- m && !a ? /* @__PURE__ */ n("span", { children: d }) : null,
407
- m ? null : /* @__PURE__ */ n("span", { children: a ? a[0].textValue : d }),
406
+ g && !a ? /* @__PURE__ */ n("span", { children: d }) : null,
407
+ g ? null : /* @__PURE__ */ n("span", { children: a ? a[0].textValue : d }),
408
408
  /* @__PURE__ */ n(
409
409
  "div",
410
410
  {
411
- className: h.icon,
411
+ className: f.icon,
412
412
  "aria-hidden": "true",
413
- children: /* @__PURE__ */ n(pe, { size: 20 })
413
+ children: /* @__PURE__ */ n(ye, { size: 20 })
414
414
  }
415
415
  )
416
416
  ]
@@ -423,7 +423,7 @@ const Ve = "_wrapper_1bht1_7", Me = "_trigger_1bht1_18", Be = "_medium_1bht1_32"
423
423
  }, _ = ({
424
424
  state: e,
425
425
  errorMessage: t
426
- }) => /* @__PURE__ */ n(H.Provider, { value: { ...e.displayValidation }, children: /* @__PURE__ */ n(ye, { children: t }) }), Ee = w.forwardRef(
426
+ }) => /* @__PURE__ */ n(G.Provider, { value: { ...e.displayValidation }, children: /* @__PURE__ */ n(he, { children: t }) }), Re = w.forwardRef(
427
427
  ({ isClearable: e = !0, popover: t, ...s }, r) => {
428
428
  const l = {
429
429
  selectionMode: "single",
@@ -433,18 +433,18 @@ const Ve = "_wrapper_1bht1_7", Me = "_trigger_1bht1_18", Be = "_medium_1bht1_32"
433
433
  size: "large",
434
434
  popover: t,
435
435
  ...s
436
- }, i = E(r), o = Pe(l), a = T(F), { labelProps: d, triggerProps: u, valueProps: c, menuProps: b } = ve(
436
+ }, i = R(r), o = Pe(l), a = T(F), { labelProps: d, triggerProps: u, valueProps: c, menuProps: b } = ve(
437
437
  l,
438
438
  o,
439
439
  i
440
- ), { width: f } = xe(i.current, {
440
+ ), { width: p } = xe(i.current, {
441
441
  includePadding: !0
442
442
  });
443
- return /* @__PURE__ */ y(
444
- $,
443
+ return /* @__PURE__ */ h(
444
+ H,
445
445
  {
446
446
  ...l,
447
- className: B(h.wrapper, l.className),
447
+ className: B(f.wrapper, l.className),
448
448
  children: [
449
449
  /* @__PURE__ */ n(
450
450
  we,
@@ -455,14 +455,14 @@ const Ve = "_wrapper_1bht1_7", Me = "_trigger_1bht1_18", Be = "_medium_1bht1_32"
455
455
  }
456
456
  ),
457
457
  /* @__PURE__ */ n(ue, { popover: t, children: l.label && /* @__PURE__ */ n(
458
- me,
458
+ ge,
459
459
  {
460
460
  ...d,
461
461
  "data-disabled": l.isDisabled || void 0,
462
462
  children: l.label
463
463
  }
464
464
  ) }),
465
- l.description && /* @__PURE__ */ n(ge, { slot: "description", children: l.description }),
465
+ l.description && /* @__PURE__ */ n(me, { slot: "description", children: l.description }),
466
466
  l.errorPosition === "top" && /* @__PURE__ */ n(
467
467
  _,
468
468
  {
@@ -471,7 +471,7 @@ const Ve = "_wrapper_1bht1_7", Me = "_trigger_1bht1_18", Be = "_medium_1bht1_32"
471
471
  }
472
472
  ),
473
473
  /* @__PURE__ */ n(
474
- Re,
474
+ Ne,
475
475
  {
476
476
  ...l,
477
477
  ...u,
@@ -479,11 +479,11 @@ const Ve = "_wrapper_1bht1_7", Me = "_trigger_1bht1_18", Be = "_medium_1bht1_32"
479
479
  triggerRef: i,
480
480
  state: o,
481
481
  children: l.selectionMode === "multiple" && o.selectedItems ? /* @__PURE__ */ n("span", { ...c, children: /* @__PURE__ */ n(
482
- Ne,
482
+ qe,
483
483
  {
484
484
  ...l,
485
485
  state: o,
486
- parentWidth: f,
486
+ parentWidth: p,
487
487
  onClear: () => o.selectionManager.clearSelection(),
488
488
  triggerRef: i
489
489
  }
@@ -497,22 +497,22 @@ const Ve = "_wrapper_1bht1_7", Me = "_trigger_1bht1_18", Be = "_medium_1bht1_32"
497
497
  state: o
498
498
  }
499
499
  ),
500
- /* @__PURE__ */ y(
500
+ /* @__PURE__ */ h(
501
501
  J,
502
502
  {
503
503
  isOpen: o.isOpen,
504
- onOpenChange: (m) => {
505
- m || o.close();
504
+ onOpenChange: (g) => {
505
+ g || o.close();
506
506
  },
507
507
  triggerRef: i,
508
- style: { width: f },
508
+ style: { width: p },
509
509
  children: [
510
510
  l.isSelectableAll && /* @__PURE__ */ n(
511
- he,
511
+ fe,
512
512
  {
513
513
  isSelected: o.selectionManager.isSelectAll,
514
514
  isIndeterminate: !o.selectionManager.isSelectAll && !o.selectionManager.isEmpty,
515
- className: h.selectAll,
515
+ className: f.selectAll,
516
516
  onChange: () => o.selectionManager.toggleSelectAll(),
517
517
  children: a.format("selectAll")
518
518
  }
@@ -532,18 +532,18 @@ const Ve = "_wrapper_1bht1_7", Me = "_trigger_1bht1_18", Be = "_medium_1bht1_32"
532
532
  {
533
533
  "aria-label": a.format("selectedItems"),
534
534
  selectionBehavior: "toggle",
535
- onRemove: (m) => o.selectionManager.toggleSelection(Array.from(m)[0]),
536
- className: h.tagGroup,
537
- children: /* @__PURE__ */ n(W, { items: o.selectedItems, children: (m) => /* @__PURE__ */ n(
535
+ onRemove: (g) => o.selectionManager.toggleSelection(Array.from(g)[0]),
536
+ className: f.tagGroup,
537
+ children: /* @__PURE__ */ n($, { items: o.selectedItems, children: (g) => /* @__PURE__ */ n(
538
538
  ae,
539
539
  {
540
- textValue: m.textValue,
541
- id: m.key,
540
+ textValue: g.textValue,
541
+ id: g.key,
542
542
  dismissable: !0,
543
543
  isDisabled: l.isDisabled,
544
- children: m.textValue
544
+ children: g.textValue
545
545
  },
546
- m.key
546
+ g.key
547
547
  ) })
548
548
  }
549
549
  )
@@ -551,15 +551,15 @@ const Ve = "_wrapper_1bht1_7", Me = "_trigger_1bht1_18", Be = "_medium_1bht1_32"
551
551
  }
552
552
  );
553
553
  }
554
- ), je = w.forwardRef(
554
+ ), Ee = w.forwardRef(
555
555
  ({ options: e, ...t }, s) => /* @__PURE__ */ n(
556
- Ee,
556
+ Re,
557
557
  {
558
558
  ...t,
559
559
  items: e,
560
560
  ref: s,
561
561
  children: (r) => r.children ? /* @__PURE__ */ n(
562
- j,
562
+ E,
563
563
  {
564
564
  items: r.children,
565
565
  title: r.name,
@@ -570,7 +570,7 @@ const Ve = "_wrapper_1bht1_7", Me = "_trigger_1bht1_18", Be = "_medium_1bht1_32"
570
570
  }
571
571
  )
572
572
  );
573
- je.displayName = "Select";
573
+ Ee.displayName = "Select";
574
574
  export {
575
- je as S
575
+ Ee as S
576
576
  };