@mittwald/flow-react-components 0.1.0-alpha.207 → 0.1.0-alpha.209

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 (47) hide show
  1. package/dist/{Action-DrXR84F6.js → Action-Dp_7RavF.js} +1 -1
  2. package/dist/Action.js +1 -1
  3. package/dist/CalendarHeader-DkUXY9HD.js +16 -0
  4. package/dist/ContextMenu.js +2 -2
  5. package/dist/{ContextMenuTrigger-BdJf5T8A.js → ContextMenuTrigger-DOCNHDwJ.js} +5 -5
  6. package/dist/ContextualHelp.js +4 -4
  7. package/dist/CopyButton.js +1 -1
  8. package/dist/DatePicker.js +62 -0
  9. package/dist/DateRangePicker.js +62 -0
  10. package/dist/IconCalendar-DdHJ9y75.js +10 -0
  11. package/dist/Icons.js +102 -101
  12. package/dist/List.js +2 -2
  13. package/dist/Modal.js +4 -4
  14. package/dist/{OverlayContextProvider-DJzKzUwy.js → OverlayContextProvider-xvILXWn5.js} +1 -1
  15. package/dist/{OverlayTrigger-Bdb65OEJ.js → OverlayTrigger-D9ziPSB1.js} +3 -3
  16. package/dist/{Popover-D_KuyuoO.js → Popover-Cv7qj8sY.js} +9 -9
  17. package/dist/Popover.js +2 -2
  18. package/dist/Select.js +4 -4
  19. package/dist/Tabs.js +1 -1
  20. package/dist/context-Cf7tqFtF.js +50 -0
  21. package/dist/controller.js +2 -2
  22. package/dist/hooks.js +1 -1
  23. package/dist/react-hook-form.js +1 -1
  24. package/dist/styles.css +1 -1
  25. package/dist/types/components/Calendar/components/CalendarHeader/CalendarHeader.d.ts +4 -0
  26. package/dist/types/components/Calendar/components/CalendarHeader/index.d.ts +4 -0
  27. package/dist/types/components/Calendar/index.d.ts +1 -0
  28. package/dist/types/components/DatePicker/DatePicker.d.ts +8 -0
  29. package/dist/types/components/DatePicker/components/Calendar/Calendar.d.ts +4 -0
  30. package/dist/types/components/DatePicker/components/Calendar/index.d.ts +4 -0
  31. package/dist/types/components/DatePicker/components/DateInput/DateInput.d.ts +7 -0
  32. package/dist/types/components/DatePicker/components/DateInput/index.d.ts +4 -0
  33. package/dist/types/components/DatePicker/index.d.ts +4 -0
  34. package/dist/types/components/DatePicker/stories/Default.stories.d.ts +10 -0
  35. package/dist/types/components/DateRangePicker/DateRangePicker.d.ts +8 -0
  36. package/dist/types/components/DateRangePicker/components/DateRangeInput/DateRangeInput.d.ts +7 -0
  37. package/dist/types/components/DateRangePicker/components/DateRangeInput/index.d.ts +4 -0
  38. package/dist/types/components/DateRangePicker/components/RangeCalendar/RangeCalendar.d.ts +4 -0
  39. package/dist/types/components/DateRangePicker/components/RangeCalendar/index.d.ts +4 -0
  40. package/dist/types/components/DateRangePicker/index.d.ts +4 -0
  41. package/dist/types/components/DateRangePicker/stories/Default.stories.d.ts +10 -0
  42. package/dist/types/lib/controller/overlay/OverlayController.d.ts +9 -2
  43. package/dist/types/lib/controller/overlay/useOverlayController.d.ts +2 -3
  44. package/dist/useOverlayController-D8pgx8nV.js +19 -0
  45. package/package.json +13 -4
  46. package/dist/context-BB3_MApL.js +0 -44
  47. package/dist/useOverlayController-D8N4X2rc.js +0 -10
@@ -4,7 +4,7 @@ var k = Object.defineProperty;
4
4
  var M = (n, t, e) => t in n ? k(n, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : n[t] = e;
5
5
  var r = (n, t, e) => M(n, typeof t != "symbol" ? t + "" : t, e);
6
6
  import g, { createContext as O, useRef as I, useContext as w } from "react";
7
- import { u as E, O as D } from "./context-BB3_MApL.js";
7
+ import { u as E, O as D } from "./context-Cf7tqFtF.js";
8
8
  import T from "invariant";
9
9
  import { makeObservable as N, observable as R, action as V, computed as $ } from "mobx";
10
10
  import { u as b } from "./useSelector-DpU7_HMO.js";
package/dist/Action.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { A as t } from "./Action-DrXR84F6.js";
3
+ import { A as t } from "./Action-Dp_7RavF.js";
4
4
  export {
5
5
  t as Action,
6
6
  t as default
@@ -0,0 +1,16 @@
1
+ "use client"
2
+ /* */
3
+ import e from "react";
4
+ import { B as a } from "./Button-DQtavSbo.js";
5
+ import * as r from "react-aria-components";
6
+ import "@tabler/icons-react";
7
+ import "./Icon-DPoIVASu.js";
8
+ import { I as t } from "./IconCalendar-DdHJ9y75.js";
9
+ import { I as n } from "./IconChevronRight-C9GdFYqH.js";
10
+ const o = "flow--calendar", d = {
11
+ calendar: o
12
+ }, f = () => /* @__PURE__ */ e.createElement("header", null, /* @__PURE__ */ e.createElement(a, { ariaSlot: "previous", variant: "plain" }, /* @__PURE__ */ e.createElement(t, null)), /* @__PURE__ */ e.createElement(r.Heading, null), /* @__PURE__ */ e.createElement(a, { ariaSlot: "next", variant: "plain" }, /* @__PURE__ */ e.createElement(n, null)));
13
+ export {
14
+ f as C,
15
+ d as s
16
+ };
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  /* */
3
- import { C as t } from "./ContextMenuTrigger-BdJf5T8A.js";
4
- import { a } from "./ContextMenuTrigger-BdJf5T8A.js";
3
+ import { C as t } from "./ContextMenuTrigger-DOCNHDwJ.js";
4
+ import { a } from "./ContextMenuTrigger-DOCNHDwJ.js";
5
5
  import { M as n } from "./MenuItem-DcfYvfPJ.js";
6
6
  export {
7
7
  t as ContextMenu,
@@ -4,17 +4,17 @@ import e from "react";
4
4
  import * as i from "react-aria-components";
5
5
  import { s } from "./ContextMenu.module-BZingr2B.js";
6
6
  import { f as m } from "./flowComponent-DHPUcYyM.js";
7
- import { P } from "./Popover-D_KuyuoO.js";
7
+ import { P } from "./Popover-Cv7qj8sY.js";
8
8
  import "mobx";
9
- import { u as E } from "./useOverlayController-D8N4X2rc.js";
9
+ import { u as E } from "./useOverlayController-D8pgx8nV.js";
10
10
  import { C as O } from "./ClearPropsContext-CUvsbMn8.js";
11
11
  import { P as T } from "./PropsContextProvider-C6Z4XGp6.js";
12
12
  import "@react-aria/utils";
13
13
  import "./propsContext-DzAKlmhS.js";
14
14
  import "remeda";
15
- import { O as S } from "./OverlayContextProvider-DJzKzUwy.js";
16
- import { A } from "./Action-DrXR84F6.js";
17
- import { O as h } from "./OverlayTrigger-Bdb65OEJ.js";
15
+ import { O as S } from "./OverlayContextProvider-xvILXWn5.js";
16
+ import { A } from "./Action-Dp_7RavF.js";
17
+ import { O as h } from "./OverlayTrigger-D9ziPSB1.js";
18
18
  const G = m("ContextMenu", (t) => {
19
19
  const {
20
20
  children: r,
@@ -1,17 +1,17 @@
1
1
  "use client"
2
2
  /* */
3
3
  import t from "react";
4
- import { P as s } from "./Popover-D_KuyuoO.js";
4
+ import { P as s } from "./Popover-Cv7qj8sY.js";
5
5
  import * as c from "react-aria-components";
6
6
  import "mobx";
7
- import { u } from "./useOverlayController-D8N4X2rc.js";
7
+ import { u } from "./useOverlayController-D8pgx8nV.js";
8
8
  import "./propsContext-DzAKlmhS.js";
9
9
  import { P as l } from "./PropsContextProvider-C6Z4XGp6.js";
10
10
  import "@react-aria/utils";
11
11
  import "remeda";
12
- import "./context-BB3_MApL.js";
12
+ import "./context-Cf7tqFtF.js";
13
13
  import { f } from "./flowComponent-DHPUcYyM.js";
14
- import { O as x } from "./OverlayTrigger-Bdb65OEJ.js";
14
+ import { O as x } from "./OverlayTrigger-D9ziPSB1.js";
15
15
  import { useLocalizedStringFormatter as g } from "react-aria";
16
16
  import "@tabler/icons-react";
17
17
  import "./Icon-DPoIVASu.js";
@@ -15,7 +15,7 @@ import "@react-aria/utils";
15
15
  import "remeda";
16
16
  import "dot-prop";
17
17
  import { f as E } from "./flowComponent-DHPUcYyM.js";
18
- import { A as B } from "./Action-DrXR84F6.js";
18
+ import { A as B } from "./Action-Dp_7RavF.js";
19
19
  const g = { "de-DE": {
20
20
  "copyButton.copy": "Kopieren"
21
21
  }, "en-EN": {
@@ -0,0 +1,62 @@
1
+ "use client"
2
+ /* */
3
+ import e from "react";
4
+ import d from "clsx";
5
+ import "./propsContext-DzAKlmhS.js";
6
+ import { P as u } from "./PropsContextProvider-C6Z4XGp6.js";
7
+ import "@react-aria/utils";
8
+ import "remeda";
9
+ import * as r from "react-aria-components";
10
+ import { s as E, C as f } from "./CalendarHeader-DkUXY9HD.js";
11
+ import { B as C } from "./Button-DQtavSbo.js";
12
+ import "@tabler/icons-react";
13
+ import "./Icon-DPoIVASu.js";
14
+ import { a as D } from "./IconCalendar-DdHJ9y75.js";
15
+ import { F as N } from "./FieldError-CHN9uCb_.js";
16
+ import { s as o } from "./FormField.module-DHK6nIcD.js";
17
+ import { P } from "./Popover-Cv7qj8sY.js";
18
+ import "mobx";
19
+ import { u as b } from "./useOverlayController-D8pgx8nV.js";
20
+ import "./context-Cf7tqFtF.js";
21
+ const v = () => /* @__PURE__ */ e.createElement(r.Calendar, { className: E.calendar }, /* @__PURE__ */ e.createElement(f, null), /* @__PURE__ */ e.createElement(r.CalendarGrid, null, (t) => /* @__PURE__ */ e.createElement(r.CalendarCell, { date: t }))), I = "flow--date-picker--date-input", g = {
22
+ dateInput: I
23
+ }, y = (t) => {
24
+ const { isDisabled: l } = t;
25
+ return /* @__PURE__ */ e.createElement(r.Group, { className: g.dateInput }, /* @__PURE__ */ e.createElement(r.DateInput, null, (n) => /* @__PURE__ */ e.createElement(r.DateSegment, { segment: n })), /* @__PURE__ */ e.createElement(C, { variant: "plain", color: "secondary", isDisabled: l }, /* @__PURE__ */ e.createElement(D, null)));
26
+ }, z = (t) => {
27
+ const { children: l, className: n, errorMessage: s, ...m } = t, i = d(o.formField, n), c = {
28
+ Label: {
29
+ className: o.label,
30
+ optional: !t.isRequired
31
+ },
32
+ FieldDescription: {
33
+ className: o.fieldDescription
34
+ }
35
+ }, a = b("Popover");
36
+ return /* @__PURE__ */ e.createElement(
37
+ r.DatePicker,
38
+ {
39
+ ...m,
40
+ className: i,
41
+ onOpenChange: (p) => a.setOpen(p),
42
+ isOpen: a.isOpen,
43
+ onChange: a.close
44
+ },
45
+ /* @__PURE__ */ e.createElement(y, { isDisabled: t.isDisabled }),
46
+ /* @__PURE__ */ e.createElement(u, { props: c }, l),
47
+ /* @__PURE__ */ e.createElement(N, { className: o.fieldError }, s),
48
+ /* @__PURE__ */ e.createElement(
49
+ P,
50
+ {
51
+ placement: "bottom end",
52
+ isDialogContent: !0,
53
+ controller: a
54
+ },
55
+ /* @__PURE__ */ e.createElement(v, null)
56
+ )
57
+ );
58
+ };
59
+ export {
60
+ z as DatePicker,
61
+ z as default
62
+ };
@@ -0,0 +1,62 @@
1
+ "use client"
2
+ /* */
3
+ import e from "react";
4
+ import { s as o } from "./FormField.module-DHK6nIcD.js";
5
+ import d from "clsx";
6
+ import "./propsContext-DzAKlmhS.js";
7
+ import { P as u } from "./PropsContextProvider-C6Z4XGp6.js";
8
+ import "@react-aria/utils";
9
+ import "remeda";
10
+ import * as t from "react-aria-components";
11
+ import { P as E } from "./Popover-Cv7qj8sY.js";
12
+ import "mobx";
13
+ import { u as f } from "./useOverlayController-D8pgx8nV.js";
14
+ import "./context-Cf7tqFtF.js";
15
+ import { s as g, C } from "./CalendarHeader-DkUXY9HD.js";
16
+ import { B as D } from "./Button-DQtavSbo.js";
17
+ import "@tabler/icons-react";
18
+ import "./Icon-DPoIVASu.js";
19
+ import { a as R } from "./IconCalendar-DdHJ9y75.js";
20
+ import { F as N } from "./FieldError-CHN9uCb_.js";
21
+ const P = () => /* @__PURE__ */ e.createElement(t.RangeCalendar, { className: g.calendar }, /* @__PURE__ */ e.createElement(C, null), /* @__PURE__ */ e.createElement(t.CalendarGrid, null, (a) => /* @__PURE__ */ e.createElement(t.CalendarCell, { date: a }))), v = "flow--date-range-picker--date-range-input", I = {
22
+ dateRangeInput: v
23
+ }, b = (a) => {
24
+ const { isDisabled: l } = a;
25
+ return /* @__PURE__ */ e.createElement(t.Group, { className: I.dateRangeInput }, /* @__PURE__ */ e.createElement("div", null, /* @__PURE__ */ e.createElement(t.DateInput, { slot: "start" }, (r) => /* @__PURE__ */ e.createElement(t.DateSegment, { segment: r })), /* @__PURE__ */ e.createElement("span", { "aria-hidden": "true" }, "–"), /* @__PURE__ */ e.createElement(t.DateInput, { slot: "end" }, (r) => /* @__PURE__ */ e.createElement(t.DateSegment, { segment: r }))), /* @__PURE__ */ e.createElement(D, { variant: "plain", color: "secondary", isDisabled: l }, /* @__PURE__ */ e.createElement(R, null)));
26
+ }, z = (a) => {
27
+ const { children: l, className: r, errorMessage: s, ...m } = a, i = d(o.formField, r), c = {
28
+ Label: {
29
+ className: o.label,
30
+ optional: !a.isRequired
31
+ },
32
+ FieldDescription: {
33
+ className: o.fieldDescription
34
+ }
35
+ }, n = f("Popover");
36
+ return /* @__PURE__ */ e.createElement(
37
+ t.DateRangePicker,
38
+ {
39
+ ...m,
40
+ className: i,
41
+ onOpenChange: (p) => n.setOpen(p),
42
+ isOpen: n.isOpen,
43
+ onChange: n.close
44
+ },
45
+ /* @__PURE__ */ e.createElement(b, { isDisabled: a.isDisabled }),
46
+ /* @__PURE__ */ e.createElement(u, { props: c }, l),
47
+ /* @__PURE__ */ e.createElement(N, { className: o.fieldError }, s),
48
+ /* @__PURE__ */ e.createElement(
49
+ E,
50
+ {
51
+ placement: "bottom end",
52
+ isDialogContent: !0,
53
+ controller: n
54
+ },
55
+ /* @__PURE__ */ e.createElement(P, null)
56
+ )
57
+ );
58
+ };
59
+ export {
60
+ z as DateRangePicker,
61
+ z as default
62
+ };
@@ -0,0 +1,10 @@
1
+ "use client"
2
+ /* */
3
+ import e from "react";
4
+ import { IconChevronLeft as t, IconCalendar as a } from "@tabler/icons-react";
5
+ import { I as o } from "./Icon-DPoIVASu.js";
6
+ const m = (n) => /* @__PURE__ */ e.createElement(o, { ...n }, /* @__PURE__ */ e.createElement(t, null)), I = (n) => /* @__PURE__ */ e.createElement(o, { ...n }, /* @__PURE__ */ e.createElement(a, null));
7
+ export {
8
+ m as I,
9
+ I as a
10
+ };
package/dist/Icons.js CHANGED
@@ -1,26 +1,27 @@
1
1
  "use client"
2
2
  /* */
3
3
  import n from "react";
4
- import { IconAppWindow as c, IconArrowLeft as o, IconHistory as l, IconCamera as a, IconClipboardList as r, IconChevronLeft as I, IconClock as m, IconCode as s, IconFileDescription as E, IconFileInfo as i, IconCalendarCheck as u, IconBuilding as p, IconBorderAll as d, IconDatabase as C, IconCalendar as f, IconTrash as h, IconWorld as x, IconEdit as S, IconMail as k, IconPuzzle as $, IconExternalLink as L, IconFilter as g, IconLayoutGrid as v, IconEyeOff as b, IconHome as M, IconInbox as F, IconFileEuro as w, IconList as z, IconLock as D, IconLockOpen as P, IconPower as H, IconMaximize as O, IconUsersGroup as y, IconMenu2 as R, IconMinimize as A, IconBell as B, IconHash as T, IconShoppingCart as U, IconCreditCard as j, IconChartHistogram as G, IconArchive as V, IconRefresh as W, IconDeviceFloppy as N, IconListSearch as X, IconServer as q, IconSettings as J, IconShare3 as K, IconEye as Q, IconAdjustmentsHorizontal as Y, IconShield as Z, IconShieldCheckFilled as _, IconDoor as ee, IconStar as ne, IconStarFilled as te, IconSubtask as ce, IconHeadset as oe, IconFileX as le, IconTicket as ae, IconUser as re } from "@tabler/icons-react";
4
+ import { IconAppWindow as c, IconArrowLeft as o, IconHistory as l, IconCamera as r, IconClipboardList as a, IconClock as I, IconCode as m, IconFileDescription as s, IconFileInfo as E, IconCalendarCheck as i, IconBuilding as u, IconBorderAll as p, IconDatabase as d, IconTrash as f, IconWorld as h, IconEdit as C, IconMail as x, IconPuzzle as S, IconExternalLink as k, IconFilter as $, IconLayoutGrid as g, IconEyeOff as L, IconHome as b, IconInbox as v, IconFileEuro as M, IconList as F, IconLock as w, IconLockOpen as z, IconPower as D, IconMaximize as P, IconUsersGroup as H, IconMenu2 as O, IconMinimize as y, IconBell as R, IconHash as A, IconShoppingCart as B, IconCreditCard as T, IconChartHistogram as U, IconArchive as j, IconRefresh as G, IconDeviceFloppy as V, IconListSearch as W, IconServer as N, IconSettings as X, IconShare3 as q, IconEye as J, IconAdjustmentsHorizontal as K, IconShield as Q, IconShieldCheckFilled as Y, IconDoor as Z, IconStar as _, IconStarFilled as ee, IconSubtask as ne, IconHeadset as te, IconFileX as ce, IconTicket as oe, IconUser as le } from "@tabler/icons-react";
5
5
  import { I as t } from "./Icon-DPoIVASu.js";
6
- import { I as Sn } from "./IconCheck-BGtj4cDU.js";
7
- import { I as $n, a as Ln } from "./IconCheckboxEmpty-C5_FpyLH.js";
8
- import { I as vn } from "./IconCheckboxIndeterminate-Cq9pCgrw.js";
9
- import { I as Mn } from "./IconChevronDown--OxZLX8L.js";
10
- import { I as wn } from "./IconChevronRight-C9GdFYqH.js";
11
- import { I as Dn } from "./IconChevronUp-CGNLwWiz.js";
12
- import { I as Hn } from "./IconClose-BFwPT_IX.js";
13
- import { I as yn } from "./IconContextMenu-jwoVcLvd.js";
14
- import { I as An } from "./IconCopy-mEoW_08H.js";
15
- import { I as Tn } from "./IconDanger-DSrmGtfE.js";
16
- import { a as jn, I as Gn } from "./IconSucceeded-B8qBpHF5.js";
17
- import { I as Wn } from "./IconInfo-p6ir3vIp.js";
18
- import { I as Xn, a as qn } from "./IconPlus-DXEOuv0x.js";
19
- import { I as Kn } from "./IconPending-DkOzavfh.js";
20
- import { a as Yn, I as Zn } from "./IconRadioOn-DPCSoNmA.js";
21
- import { I as et } from "./IconSearch-C7VQTAqK.js";
22
- import { I as tt, a as ct } from "./IconWarning-wNdAHlh2.js";
23
- const Ee = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(c, null)), ie = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(o, null)), ue = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(l, null)), pe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(a, null)), de = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(r, null)), Ce = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(I, null)), fe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(m, null)), he = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(s, null)), xe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(E, null)), Se = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(i, null)), ke = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(u, null)), $e = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(p, null)), Le = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(d, null)), ge = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(C, null)), ve = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(f, null)), be = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(h, null)), Me = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(x, null)), Fe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(S, null)), we = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(k, null)), ze = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement($, null)), De = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(L, null)), Pe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(g, null)), He = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(v, null)), Oe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(b, null)), ye = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(M, null)), Re = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(F, null)), Ae = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(w, null)), Be = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(z, null)), Te = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(D, null)), Ue = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(P, null)), je = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(H, null)), Ge = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(O, null)), Ve = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(y, null)), We = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(R, null)), Ne = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(A, null)), Xe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(B, null)), qe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(T, null)), Je = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(U, null)), Ke = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(j, null)), Qe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(G, null)), Ye = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(V, null)), Ze = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(W, null)), _e = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(N, null)), en = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(X, null)), nn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(q, null)), tn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(J, null)), cn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(K, null)), on = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(Q, null)), ln = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(Y, null)), an = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(Z, null)), rn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(_, null)), In = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(ee, null)), mn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(ne, null)), sn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(te, null)), En = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(ce, null)), un = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(oe, null)), pn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(le, null)), dn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(ae, null)), Cn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(re, null)), fn = (e) => /* @__PURE__ */ n.createElement(
6
+ import { I as fn } from "./IconCheck-BGtj4cDU.js";
7
+ import { I as Cn, a as xn } from "./IconCheckboxEmpty-C5_FpyLH.js";
8
+ import { I as kn } from "./IconCheckboxIndeterminate-Cq9pCgrw.js";
9
+ import { I as gn } from "./IconChevronDown--OxZLX8L.js";
10
+ import { a as bn, I as vn } from "./IconCalendar-DdHJ9y75.js";
11
+ import { I as Fn } from "./IconChevronRight-C9GdFYqH.js";
12
+ import { I as zn } from "./IconChevronUp-CGNLwWiz.js";
13
+ import { I as Pn } from "./IconClose-BFwPT_IX.js";
14
+ import { I as On } from "./IconContextMenu-jwoVcLvd.js";
15
+ import { I as Rn } from "./IconCopy-mEoW_08H.js";
16
+ import { I as Bn } from "./IconDanger-DSrmGtfE.js";
17
+ import { a as Un, I as jn } from "./IconSucceeded-B8qBpHF5.js";
18
+ import { I as Vn } from "./IconInfo-p6ir3vIp.js";
19
+ import { I as Nn, a as Xn } from "./IconPlus-DXEOuv0x.js";
20
+ import { I as Jn } from "./IconPending-DkOzavfh.js";
21
+ import { a as Qn, I as Yn } from "./IconRadioOn-DPCSoNmA.js";
22
+ import { I as _n } from "./IconSearch-C7VQTAqK.js";
23
+ import { I as nt, a as tt } from "./IconWarning-wNdAHlh2.js";
24
+ const me = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(c, null)), se = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(o, null)), Ee = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(l, null)), ie = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(r, null)), ue = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(a, null)), pe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(I, null)), de = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(m, null)), fe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(s, null)), he = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(E, null)), Ce = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(i, null)), xe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(u, null)), Se = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(p, null)), ke = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(d, null)), $e = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(f, null)), ge = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(h, null)), Le = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(C, null)), be = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(x, null)), ve = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(S, null)), Me = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(k, null)), Fe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement($, null)), we = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(g, null)), ze = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(L, null)), De = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(b, null)), Pe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(v, null)), He = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(M, null)), Oe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(F, null)), ye = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(w, null)), Re = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(z, null)), Ae = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(D, null)), Be = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(P, null)), Te = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(H, null)), Ue = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(O, null)), je = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(y, null)), Ge = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(R, null)), Ve = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(A, null)), We = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(B, null)), Ne = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(T, null)), Xe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(U, null)), qe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(j, null)), Je = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(G, null)), Ke = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(V, null)), Qe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(W, null)), Ye = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(N, null)), Ze = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(X, null)), _e = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(q, null)), en = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(J, null)), nn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(K, null)), tn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(Q, null)), cn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(Y, null)), on = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(Z, null)), ln = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(_, null)), rn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(ee, null)), an = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(ne, null)), In = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(te, null)), mn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(ce, null)), sn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(oe, null)), En = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(le, null)), un = (e) => /* @__PURE__ */ n.createElement(
24
25
  t,
25
26
  {
26
27
  ...e
@@ -32,86 +33,86 @@ const Ee = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n
32
33
  `
33
34
  );
34
35
  export {
35
- Ee as IconApp,
36
- ie as IconBackLink,
37
- ue as IconBackup,
38
- ve as IconCalendar,
39
- pe as IconCamera,
40
- de as IconChangelog,
41
- Sn as IconCheck,
42
- $n as IconCheckboxChecked,
43
- Ln as IconCheckboxEmpty,
44
- vn as IconCheckboxIndeterminate,
45
- Mn as IconChevronDown,
46
- Ce as IconChevronLeft,
47
- wn as IconChevronRight,
48
- Dn as IconChevronUp,
49
- fe as IconClock,
50
- Hn as IconClose,
51
- he as IconCode,
52
- yn as IconContextMenu,
53
- xe as IconContractPartner,
54
- Se as IconContractPosition,
55
- An as IconCopy,
56
- ke as IconCronjob,
57
- $e as IconCustomer,
58
- Tn as IconDanger,
59
- Le as IconDashboard,
60
- ge as IconDatabase,
61
- be as IconDelete,
62
- Me as IconDomain,
63
- Fe as IconEdit,
64
- we as IconEmail,
65
- ze as IconExtension,
66
- De as IconExternalLink,
67
- jn as IconFailed,
68
- Pe as IconFilter,
69
- He as IconGrid,
70
- Oe as IconHide,
71
- ye as IconHome,
72
- Re as IconInbox,
73
- Wn as IconInfo,
74
- Ae as IconInvoice,
75
- Be as IconList,
76
- Te as IconLock,
77
- Ue as IconLockOpen,
78
- je as IconLogout,
79
- Ge as IconMaximize,
80
- Ve as IconMember,
81
- We as IconMenu,
82
- Ne as IconMinimize,
83
- Xn as IconMinus,
84
- fn as IconMittwald,
85
- Xe as IconNotification,
86
- qe as IconNumber,
87
- Je as IconOrder,
88
- Ke as IconPayment,
89
- Kn as IconPending,
90
- Qe as IconPerformance,
91
- qn as IconPlus,
92
- Ye as IconProject,
93
- Yn as IconRadioOff,
94
- Zn as IconRadioOn,
95
- Ze as IconRefresh,
96
- _e as IconSave,
97
- et as IconSearch,
98
- en as IconSearchEngine,
99
- nn as IconServer,
100
- tn as IconSettings,
101
- cn as IconShare,
102
- on as IconShow,
103
- ln as IconSorting,
104
- an as IconSpamProtectionOff,
105
- rn as IconSpamProtectionOn,
106
- In as IconSshSftp,
107
- mn as IconStar,
108
- sn as IconStarFilled,
109
- En as IconSubdomain,
110
- Gn as IconSucceeded,
111
- tt as IconSuccess,
112
- un as IconSupport,
113
- pn as IconTerminate,
114
- dn as IconTicket,
115
- Cn as IconUser,
116
- ct as IconWarning
36
+ me as IconApp,
37
+ se as IconBackLink,
38
+ Ee as IconBackup,
39
+ bn as IconCalendar,
40
+ ie as IconCamera,
41
+ ue as IconChangelog,
42
+ fn as IconCheck,
43
+ Cn as IconCheckboxChecked,
44
+ xn as IconCheckboxEmpty,
45
+ kn as IconCheckboxIndeterminate,
46
+ gn as IconChevronDown,
47
+ vn as IconChevronLeft,
48
+ Fn as IconChevronRight,
49
+ zn as IconChevronUp,
50
+ pe as IconClock,
51
+ Pn as IconClose,
52
+ de as IconCode,
53
+ On as IconContextMenu,
54
+ fe as IconContractPartner,
55
+ he as IconContractPosition,
56
+ Rn as IconCopy,
57
+ Ce as IconCronjob,
58
+ xe as IconCustomer,
59
+ Bn as IconDanger,
60
+ Se as IconDashboard,
61
+ ke as IconDatabase,
62
+ $e as IconDelete,
63
+ ge as IconDomain,
64
+ Le as IconEdit,
65
+ be as IconEmail,
66
+ ve as IconExtension,
67
+ Me as IconExternalLink,
68
+ Un as IconFailed,
69
+ Fe as IconFilter,
70
+ we as IconGrid,
71
+ ze as IconHide,
72
+ De as IconHome,
73
+ Pe as IconInbox,
74
+ Vn as IconInfo,
75
+ He as IconInvoice,
76
+ Oe as IconList,
77
+ ye as IconLock,
78
+ Re as IconLockOpen,
79
+ Ae as IconLogout,
80
+ Be as IconMaximize,
81
+ Te as IconMember,
82
+ Ue as IconMenu,
83
+ je as IconMinimize,
84
+ Nn as IconMinus,
85
+ un as IconMittwald,
86
+ Ge as IconNotification,
87
+ Ve as IconNumber,
88
+ We as IconOrder,
89
+ Ne as IconPayment,
90
+ Jn as IconPending,
91
+ Xe as IconPerformance,
92
+ Xn as IconPlus,
93
+ qe as IconProject,
94
+ Qn as IconRadioOff,
95
+ Yn as IconRadioOn,
96
+ Je as IconRefresh,
97
+ Ke as IconSave,
98
+ _n as IconSearch,
99
+ Qe as IconSearchEngine,
100
+ Ye as IconServer,
101
+ Ze as IconSettings,
102
+ _e as IconShare,
103
+ en as IconShow,
104
+ nn as IconSorting,
105
+ tn as IconSpamProtectionOff,
106
+ cn as IconSpamProtectionOn,
107
+ on as IconSshSftp,
108
+ ln as IconStar,
109
+ rn as IconStarFilled,
110
+ an as IconSubdomain,
111
+ jn as IconSucceeded,
112
+ nt as IconSuccess,
113
+ In as IconSupport,
114
+ mn as IconTerminate,
115
+ sn as IconTicket,
116
+ En as IconUser,
117
+ tt as IconWarning
117
118
  };
package/dist/List.js CHANGED
@@ -13,7 +13,7 @@ import { B as p } from "./Button-DQtavSbo.js";
13
13
  import "@tabler/icons-react";
14
14
  import "./Icon-DPoIVASu.js";
15
15
  import { I as Ct } from "./IconContextMenu-jwoVcLvd.js";
16
- import { a as A, C as Q } from "./ContextMenuTrigger-BdJf5T8A.js";
16
+ import { a as A, C as Q } from "./ContextMenuTrigger-DOCNHDwJ.js";
17
17
  import { M as X } from "./MenuItem-DcfYvfPJ.js";
18
18
  import { useLocalizedStringFormatter as v } from "react-aria";
19
19
  import { TunnelProvider as Lt, TunnelExit as U } from "@mittwald/react-tunnel";
@@ -25,7 +25,7 @@ import { T as f } from "./Text-Sd5q3Yme.js";
25
25
  import { I as Z } from "./IconChevronDown--OxZLX8L.js";
26
26
  import { I as At } from "./IconClose-BFwPT_IX.js";
27
27
  import { makeObservable as Vt, observable as $, computed as O, action as L } from "mobx";
28
- import "./context-BB3_MApL.js";
28
+ import "./context-Cf7tqFtF.js";
29
29
  import { u as Bt } from "./useOnChange-C1Quwyuz.js";
30
30
  import { S as Pt } from "./SearchField-DstUFmq4.js";
31
31
  import { getProperty as xt } from "dot-prop";
package/dist/Modal.js CHANGED
@@ -10,15 +10,15 @@ import { TunnelProvider as v, TunnelExit as y } from "@mittwald/react-tunnel";
10
10
  import { f as C } from "./flowComponent-DHPUcYyM.js";
11
11
  import * as n from "react-aria-components";
12
12
  import "mobx";
13
- import { u as g } from "./useOverlayController-D8N4X2rc.js";
14
- import { O as w } from "./OverlayContextProvider-DJzKzUwy.js";
13
+ import { u as g } from "./useOverlayController-D8pgx8nV.js";
14
+ import { O as w } from "./OverlayContextProvider-xvILXWn5.js";
15
15
  import { H as E } from "./Header-DUWPZjAq.js";
16
- import { A as O } from "./Action-DrXR84F6.js";
16
+ import { A as O } from "./Action-Dp_7RavF.js";
17
17
  import { B as h } from "./Button-DQtavSbo.js";
18
18
  import "@tabler/icons-react";
19
19
  import "./Icon-DPoIVASu.js";
20
20
  import { I as M } from "./IconClose-BFwPT_IX.js";
21
- import { O as N } from "./OverlayTrigger-Bdb65OEJ.js";
21
+ import { O as N } from "./OverlayTrigger-D9ziPSB1.js";
22
22
  const x = "flow--modal", z = "flow--modal--off-canvas", P = "flow--modal--header", T = "flow--modal--content", B = "flow--modal--action-group", A = "flow--modal--close-button", e = {
23
23
  modal: x,
24
24
  offCanvas: z,
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  /* */
3
3
  import a from "react";
4
- import { u as l, o as c } from "./context-BB3_MApL.js";
4
+ import { u as l, o as c } from "./context-Cf7tqFtF.js";
5
5
  const i = (e) => {
6
6
  const { type: t, controller: r, children: o } = e, n = l();
7
7
  return /* @__PURE__ */ a.createElement(
@@ -1,19 +1,19 @@
1
1
  "use client"
2
2
  /* */
3
3
  import r from "react";
4
- import { O as m } from "./context-BB3_MApL.js";
4
+ import { O as m } from "./context-Cf7tqFtF.js";
5
5
  import "./propsContext-DzAKlmhS.js";
6
6
  import { P as i } from "./PropsContextProvider-C6Z4XGp6.js";
7
7
  import "@react-aria/utils";
8
8
  import "remeda";
9
- import { O as c } from "./OverlayContextProvider-DJzKzUwy.js";
9
+ import { O as c } from "./OverlayContextProvider-xvILXWn5.js";
10
10
  const g = (o) => {
11
11
  const {
12
12
  overlayType: t,
13
13
  isDefaultOpen: n = !1,
14
14
  component: p,
15
15
  children: s
16
- } = o, e = m.useNew(n), a = e.useIsOpen(), l = {
16
+ } = o, e = m.useNew({ isDefaultOpen: n }), a = e.useIsOpen(), l = {
17
17
  Button: {
18
18
  onPress: e.open
19
19
  }
@@ -4,9 +4,9 @@ import o from "react";
4
4
  import * as t from "react-aria-components";
5
5
  import n from "clsx";
6
6
  import "mobx";
7
- import { u } from "./useOverlayController-D8N4X2rc.js";
7
+ import { u as h } from "./useOverlayController-D8pgx8nV.js";
8
8
  import { f as g } from "./flowComponent-DHPUcYyM.js";
9
- import { O as x } from "./OverlayContextProvider-DJzKzUwy.js";
9
+ import { O as x } from "./OverlayContextProvider-xvILXWn5.js";
10
10
  const E = "flow--popover", N = "flow--popover--content", y = "flow--popover--tip", r = {
11
11
  popover: E,
12
12
  content: N,
@@ -23,22 +23,22 @@ const E = "flow--popover", N = "flow--popover--content", y = "flow--popover--tip
23
23
  refProp: v,
24
24
  defaultOpen: f = !1,
25
25
  ...C
26
- } = p, d = u("Popover", {
26
+ } = p, d = h("Popover", {
27
27
  reuseControllerFromContext: !0,
28
- defaultOpen: f
29
- }), e = m ?? d, P = e.useIsOpen(), w = n(r.popover, l), O = c ? t.Dialog : "div";
28
+ isDefaultOpen: f
29
+ }), e = m ?? d, O = e.useIsOpen(), P = n(r.popover, l), w = c ? t.Dialog : "div";
30
30
  return /* @__PURE__ */ o.createElement(
31
31
  t.Popover,
32
32
  {
33
33
  ...C,
34
- className: w,
34
+ className: P,
35
35
  containerPadding: 16,
36
36
  ref: v,
37
- isOpen: P,
38
- onOpenChange: (h) => e.setOpen(h)
37
+ isOpen: O,
38
+ onOpenChange: (u) => e.setOpen(u)
39
39
  },
40
40
  i && /* @__PURE__ */ o.createElement(t.OverlayArrow, { className: r.tip }, /* @__PURE__ */ o.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16" }, /* @__PURE__ */ o.createElement("path", { d: "M0 0 L8 8 L16 0" }))),
41
- /* @__PURE__ */ o.createElement(O, { className: n(r.content, a) }, /* @__PURE__ */ o.createElement(x, { type: "Popover", controller: e }, s))
41
+ /* @__PURE__ */ o.createElement(w, { className: n(r.content, a) }, /* @__PURE__ */ o.createElement(x, { type: "Popover", controller: e }, s))
42
42
  );
43
43
  });
44
44
  export {
package/dist/Popover.js CHANGED
@@ -1,9 +1,9 @@
1
1
  "use client"
2
2
  /* */
3
- import { P as m } from "./Popover-D_KuyuoO.js";
3
+ import { P as m } from "./Popover-Cv7qj8sY.js";
4
4
  import * as t from "react-aria-components";
5
5
  import a from "react";
6
- import { O as i } from "./OverlayTrigger-Bdb65OEJ.js";
6
+ import { O as i } from "./OverlayTrigger-D9ziPSB1.js";
7
7
  const s = (r) => {
8
8
  const { children: o, ...e } = r;
9
9
  return /* @__PURE__ */ a.createElement(