@mittwald/flow-react-components 0.1.0-alpha.360 → 0.1.0-alpha.362

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/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.1.0-alpha.362](https://github.com/mittwald/flow/compare/0.1.0-alpha.361...0.1.0-alpha.362) (2024-12-04)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
10
+ # Change Log
11
+
12
+ All notable changes to this project will be documented in this file. See
13
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14
+
15
+ # [0.1.0-alpha.361](https://github.com/mittwald/flow/compare/0.1.0-alpha.360...0.1.0-alpha.361) (2024-11-28)
16
+
17
+ **Note:** Version bump only for package @mittwald/flow-react-components
18
+
19
+ # Change Log
20
+
21
+ All notable changes to this project will be documented in this file. See
22
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
23
+
6
24
  # [0.1.0-alpha.360](https://github.com/mittwald/flow/compare/0.1.0-alpha.359...0.1.0-alpha.360) (2024-11-28)
7
25
 
8
26
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -1 +1 @@
1
- .flow--section{display:flex;flex-direction:column;row-gap:var(--section--content-to-content-spacing);container-type:inline-size}.flow--section+.flow--section{margin-block-start:var(--section--section-to-section-spacing);border-block-start-width:var(--section--border-width);border-block-start-style:var(--section--border-style);border-block-start-color:var(--section--border-color);padding-block-start:var(--section--section-to-section-spacing)}.flow--section .flow--section--heading:not(:first-child){margin-top:var(--section--sub-heading-spacing)}
1
+ .flow--section{display:flex;flex-direction:column;row-gap:var(--section--content-to-content-spacing);container-type:inline-size}+.flow--section:not(.flow--section--hide-separator) .flow--section{margin-block-start:var(--section--section-to-section-spacing);border-block-start-width:var(--section--border-width);border-block-start-style:var(--section--border-style);border-block-start-color:var(--section--border-color);padding-block-start:var(--section--section-to-section-spacing)}.flow--section .flow--section--heading:not(:first-child){margin-top:var(--section--sub-heading-spacing)}
@@ -11,7 +11,7 @@ import { F as E } from "./FieldError-1vrCcwXu.js";
11
11
  import { C as k } from "./CheckboxButton-xdeKio9Y.js";
12
12
  import { TunnelProvider as C, TunnelExit as r } from "@mittwald/react-tunnel";
13
13
  import { f as o } from "./FormField.module-CqWpTQKP.js";
14
- import { C as N } from "./ColumnLayout-CLtV-itI.js";
14
+ import { C as N } from "./ColumnLayout-BhsG7J-Z.js";
15
15
  import { f as F } from "./flowComponent-Bs2i5Rrn.js";
16
16
  import { d as G } from "./deepHas-KHS5X1F_.js";
17
17
  const D = "flow--checkbox-group", s = {
@@ -0,0 +1,43 @@
1
+ "use client"
2
+ /* */
3
+ import a from "react";
4
+ import E from "clsx";
5
+ import "./propsContext-DzAKlmhS.js";
6
+ import { PropsContextProvider as h } from "./PropsContextProvider.js";
7
+ import "@react-aria/utils";
8
+ import "remeda";
9
+ const x = "flow--column-layout--column-layout-container", N = "flow--column-layout", i = {
10
+ columnLayoutContainer: x,
11
+ columnLayout: N
12
+ }, c = (o) => {
13
+ if (o.length < 1)
14
+ throw new Error("Column layout array is empty");
15
+ return o.map((n) => `${n}fr`).join(" ");
16
+ }, j = (o) => {
17
+ const {
18
+ children: m,
19
+ className: n,
20
+ s: t,
21
+ m: l,
22
+ l: u,
23
+ gap: e = "m",
24
+ rowGap: p = e,
25
+ columnGap: y = e,
26
+ elementType: C = "div",
27
+ "aria-label": f
28
+ } = o, r = t ? c(t) : void 0, s = l ? c(l) : t ? r : void 0, L = u ? c(u) : l || t ? s : void 0, d = {
29
+ "--column-layout--columns-s": r,
30
+ "--column-layout--columns-m": s,
31
+ "--column-layout--columns-l": L,
32
+ "--column-layout--row-gap": `var(--column-layout--gap--${p})`,
33
+ "--column-layout--column-gap": `var(--column-layout--gap--${y})`
34
+ }, g = E(i.columnLayoutContainer, n), v = C, w = {
35
+ Section: {
36
+ hideSeparator: !0
37
+ }
38
+ };
39
+ return /* @__PURE__ */ a.createElement("div", { className: g, style: d }, /* @__PURE__ */ a.createElement(v, { "aria-label": f, className: i.columnLayout }, /* @__PURE__ */ a.createElement(h, { props: w }, m)));
40
+ };
41
+ export {
42
+ j as C
43
+ };
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { C as a } from "./ColumnLayout-CLtV-itI.js";
3
+ import { C as a } from "./ColumnLayout-BhsG7J-Z.js";
4
4
  export {
5
5
  a as ColumnLayout,
6
6
  a as default
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  /* */
3
3
  import e from "react";
4
- import { C as p } from "./ColumnLayout-CLtV-itI.js";
4
+ import { C as p } from "./ColumnLayout-BhsG7J-Z.js";
5
5
  import "./propsContext-DzAKlmhS.js";
6
6
  import { PropsContextProvider as s } from "./PropsContextProvider.js";
7
7
  import "@react-aria/utils";
package/dist/js/Icons.js CHANGED
@@ -1,30 +1,30 @@
1
1
  "use client"
2
2
  /* */
3
3
  import n from "react";
4
- import { IconAppWindow as o, IconArrowLeft as l, IconHistory as a, IconCamera as r, IconClipboardList 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 f, IconInbox as t, IconWorld as h, IconEdit as C, IconMail as x, IconPuzzle as S, IconEyeOff as k, IconHome as g, IconFileEuro as b, IconLock as $, IconLockOpen as v, IconPower as w, IconMaximize as L, IconUsersGroup as M, IconMenu2 as D, IconMinimize as F, IconBell as y, IconHash as z, IconShoppingCart as P, IconCreditCard as O, IconChartHistogram as B, IconArchive as H, IconArrowForwardUp as R, IconRefresh as U, IconListSearch as A, IconShieldLock as T, IconServer as V, IconSettings as W, IconShare3 as j, IconEye as K, IconShield as N, IconShieldCheckFilled as G, IconKey as X, IconDoor as q, IconStar as J, IconStarFilled as Q, IconSubtask as Y, IconHeadset as Z, IconFileX as _, IconTicket as ee, IconArrowBackUp as ne, IconUser as ce } from "@tabler/icons-react";
4
+ import { IconAppWindow as t, IconArrowLeft as o, IconHistory as l, IconCamera as a, IconClipboardList as r, IconClock as I, IconCode as m, IconFileDescription as s, IconFileInfo as E, IconCalendarCheck as i, IconBuilding as u, IconBorderAll as p, IconDatabase as d, IconMailShare as f, IconWorld as h, IconEdit as C, IconMail as x, IconPuzzle as S, IconEyeOff as k, IconHome as g, IconInbox as b, IconFileEuro as $, IconLock as v, IconLockOpen as w, IconPower as M, IconMaximize as L, IconUsersGroup as D, IconMenu2 as F, IconMinimize as y, IconBell as z, IconHash as P, IconShoppingCart as O, IconCreditCard as B, IconChartHistogram as H, IconArchive as R, IconArrowForwardUp as U, IconRefresh as A, IconListSearch as T, IconShieldLock as V, IconServer as W, IconSettings as j, IconShare3 as K, IconEye as N, IconShield as G, IconShieldCheckFilled as X, IconKey as q, IconDoor as J, IconStar as Q, IconStarFilled as Y, IconSubtask as Z, IconHeadset as _, IconFileX as ee, IconTicket as ne, IconArrowBackUp as ce, IconUser as te } from "@tabler/icons-react";
5
5
  import { I as c } from "./Icon-Czc5vOtx.js";
6
- import { I as sn } from "./IconCheck-B_G6dwez.js";
7
- import { I as un, a as pn } from "./IconCheckboxEmpty-DgdZkOz9.js";
8
- import { I as fn } from "./IconCheckboxIndeterminate-CSfbHQbH.js";
9
- import { I as Cn } from "./IconChevronDown-C_jKhk_x.js";
10
- import { a as Sn, I as kn } from "./IconCalendar-CacKT2Kt.js";
11
- import { I as bn } from "./IconChevronRight-M4cC2dFn.js";
12
- import { I as vn } from "./IconChevronUp-SK9JZwbe.js";
6
+ import { I as En } from "./IconCheck-B_G6dwez.js";
7
+ import { I as pn, a as dn } from "./IconCheckboxEmpty-DgdZkOz9.js";
8
+ import { I as hn } from "./IconCheckboxIndeterminate-CSfbHQbH.js";
9
+ import { I as xn } from "./IconChevronDown-C_jKhk_x.js";
10
+ import { a as kn, I as gn } from "./IconCalendar-CacKT2Kt.js";
11
+ import { I as $n } from "./IconChevronRight-M4cC2dFn.js";
12
+ import { I as wn } from "./IconChevronUp-SK9JZwbe.js";
13
13
  import { I as Ln } from "./IconClose-Cczxm95W.js";
14
- import { I as Dn } from "./IconContextMenu-qp3vdZ_f.js";
15
- import { I as yn } from "./IconCopy-DfWYL8oQ.js";
16
- import { I as Pn } from "./IconDanger-Bm53DCTg.js";
17
- import { I as Bn, a as Hn, b as Rn, c as Un, d as An } from "./IconView-DKba1B4t.js";
18
- import { I as Vn, a as Wn } from "./IconExternalLink-DRkRQEd3.js";
19
- import { a as Kn, I as Nn } from "./IconSucceeded-C7cQH_b1.js";
20
- import { a as Xn, I as qn } from "./IconImage-KRg2_926.js";
21
- import { I as Qn } from "./IconInfo-HXrweZ3Z.js";
22
- import { I as Zn, a as _n } from "./IconPlus-CfhsvvQB.js";
23
- import { I as nc } from "./IconPending-a3qUa34r.js";
24
- import { a as tc, I as oc } from "./IconRadioOn-D24Zr8bP.js";
25
- import { I as ac } from "./IconSearch-BE56nMOe.js";
26
- import { I as Ic, a as mc } from "./IconWarning-Bi91PP3-.js";
27
- const ae = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(o, null)), re = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(l, null)), Ie = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(a, null)), me = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(r, null)), se = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(I, null)), Ee = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(m, null)), ie = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(s, null)), ue = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(E, null)), pe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(i, null)), de = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(u, null)), fe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(p, null)), he = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(d, null)), Ce = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(f, null)), xe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(t, null)), Se = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(h, null)), ke = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(C, null)), ge = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(x, null)), be = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(S, null)), $e = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(k, null)), ve = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(g, null)), we = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(t, null)), Le = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(b, null)), Me = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement($, null)), De = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(v, null)), Fe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(w, null)), ye = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(L, null)), ze = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(M, null)), Pe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(D, null)), Oe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(F, null)), Be = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(y, null)), He = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(z, null)), Re = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(P, null)), Ue = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(O, null)), Ae = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(B, null)), Te = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(H, null)), Ve = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(R, null)), We = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(U, null)), je = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(A, null)), Ke = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(T, null)), Ne = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(V, null)), Ge = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(W, null)), Xe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(j, null)), qe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(K, null)), Je = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(N, null)), Qe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(G, null)), Ye = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(X, null)), Ze = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(q, null)), _e = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(J, null)), en = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(Q, null)), nn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(Y, null)), cn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(Z, null)), tn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(_, null)), on = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(ee, null)), ln = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(ne, null)), an = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(ce, null)), rn = (e) => /* @__PURE__ */ n.createElement(
14
+ import { I as Fn } from "./IconContextMenu-qp3vdZ_f.js";
15
+ import { I as zn } from "./IconCopy-DfWYL8oQ.js";
16
+ import { I as On } from "./IconDanger-Bm53DCTg.js";
17
+ import { I as Hn, a as Rn, b as Un, c as An, d as Tn } from "./IconView-DKba1B4t.js";
18
+ import { I as Wn, a as jn } from "./IconExternalLink-DRkRQEd3.js";
19
+ import { a as Nn, I as Gn } from "./IconSucceeded-C7cQH_b1.js";
20
+ import { a as qn, I as Jn } from "./IconImage-KRg2_926.js";
21
+ import { I as Yn } from "./IconInfo-HXrweZ3Z.js";
22
+ import { I as _n, a as ec } from "./IconPlus-CfhsvvQB.js";
23
+ import { I as cc } from "./IconPending-a3qUa34r.js";
24
+ import { a as oc, I as lc } from "./IconRadioOn-D24Zr8bP.js";
25
+ import { I as rc } from "./IconSearch-BE56nMOe.js";
26
+ import { I as mc, a as sc } from "./IconWarning-Bi91PP3-.js";
27
+ const re = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(t, null)), Ie = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(o, null)), me = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(l, null)), se = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(a, null)), Ee = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(r, null)), ie = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(I, null)), ue = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(m, null)), pe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(s, null)), de = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(E, null)), fe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(i, null)), he = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(u, null)), Ce = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(p, null)), xe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(d, null)), Se = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(f, null)), ke = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(h, null)), ge = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(C, null)), be = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(x, null)), $e = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(S, null)), ve = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(k, null)), we = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(g, null)), Me = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(b, null)), Le = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement($, null)), De = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(v, null)), Fe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(w, null)), ye = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(M, null)), ze = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(L, null)), Pe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(D, null)), Oe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(F, null)), Be = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(y, null)), He = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(z, null)), Re = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(P, null)), Ue = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(O, null)), Ae = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(B, null)), Te = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(H, null)), Ve = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(R, null)), We = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(U, null)), je = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(A, null)), Ke = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(T, null)), Ne = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(V, null)), Ge = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(W, null)), Xe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(j, null)), qe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(K, null)), Je = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(N, null)), Qe = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(G, null)), Ye = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(X, null)), Ze = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(q, null)), _e = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(J, null)), en = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(Q, null)), nn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(Y, null)), cn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(Z, null)), tn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(_, null)), on = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(ee, null)), ln = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(ne, null)), an = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(ce, null)), rn = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n.createElement(te, null)), In = (e) => /* @__PURE__ */ n.createElement(
28
28
  c,
29
29
  {
30
30
  ...e
@@ -36,93 +36,93 @@ const ae = (e) => /* @__PURE__ */ n.createElement(c, { ...e }, /* @__PURE__ */ n
36
36
  `
37
37
  );
38
38
  export {
39
- ae as IconApp,
40
- re as IconBackLink,
41
- Ie as IconBackup,
42
- Sn as IconCalendar,
43
- me as IconCamera,
44
- se as IconChangelog,
45
- sn as IconCheck,
46
- un as IconCheckboxChecked,
47
- pn as IconCheckboxEmpty,
48
- fn as IconCheckboxIndeterminate,
49
- Cn as IconChevronDown,
50
- kn as IconChevronLeft,
51
- bn as IconChevronRight,
52
- vn as IconChevronUp,
53
- Ee as IconClock,
39
+ re as IconApp,
40
+ Ie as IconBackLink,
41
+ me as IconBackup,
42
+ kn as IconCalendar,
43
+ se as IconCamera,
44
+ Ee as IconChangelog,
45
+ En as IconCheck,
46
+ pn as IconCheckboxChecked,
47
+ dn as IconCheckboxEmpty,
48
+ hn as IconCheckboxIndeterminate,
49
+ xn as IconChevronDown,
50
+ gn as IconChevronLeft,
51
+ $n as IconChevronRight,
52
+ wn as IconChevronUp,
53
+ ie as IconClock,
54
54
  Ln as IconClose,
55
- ie as IconCode,
56
- Dn as IconContextMenu,
57
- pe as IconContract,
58
- ue as IconContractPartner,
59
- yn as IconCopy,
60
- de as IconCronjob,
61
- fe as IconCustomer,
62
- Pn as IconDanger,
63
- he as IconDashboard,
64
- Ce as IconDatabase,
65
- Bn as IconDelete,
66
- xe as IconDeliveryBox,
67
- Se as IconDomain,
68
- Vn as IconDownload,
69
- ke as IconEdit,
70
- ge as IconEmail,
71
- be as IconExtension,
72
- Wn as IconExternalLink,
73
- Kn as IconFailed,
74
- Xn as IconFile,
75
- Hn as IconFilter,
76
- $e as IconHide,
77
- ve as IconHome,
78
- qn as IconImage,
79
- we as IconInbox,
80
- Qn as IconInfo,
55
+ ue as IconCode,
56
+ Fn as IconContextMenu,
57
+ de as IconContract,
58
+ pe as IconContractPartner,
59
+ zn as IconCopy,
60
+ fe as IconCronjob,
61
+ he as IconCustomer,
62
+ On as IconDanger,
63
+ Ce as IconDashboard,
64
+ xe as IconDatabase,
65
+ Hn as IconDelete,
66
+ Se as IconDeliveryBox,
67
+ ke as IconDomain,
68
+ Wn as IconDownload,
69
+ ge as IconEdit,
70
+ be as IconEmail,
71
+ $e as IconExtension,
72
+ jn as IconExternalLink,
73
+ Nn as IconFailed,
74
+ qn as IconFile,
75
+ Rn as IconFilter,
76
+ ve as IconHide,
77
+ we as IconHome,
78
+ Jn as IconImage,
79
+ Me as IconInbox,
80
+ Yn as IconInfo,
81
81
  Le as IconInvoice,
82
- Me as IconLock,
83
- De as IconLockOpen,
84
- Fe as IconLogout,
85
- ye as IconMaximize,
86
- ze as IconMember,
87
- Pe as IconMenu,
88
- Oe as IconMinimize,
89
- Zn as IconMinus,
90
- rn as IconMittwald,
91
- Be as IconNotification,
92
- He as IconNumber,
93
- Re as IconOrder,
94
- Ue as IconPayment,
95
- nc as IconPending,
96
- Ae as IconPerformance,
97
- _n as IconPlus,
98
- Te as IconProject,
99
- tc as IconRadioOff,
100
- oc as IconRadioOn,
101
- Ve as IconRedo,
102
- We as IconRefresh,
103
- Rn as IconSave,
104
- ac as IconSearch,
105
- je as IconSearchEngine,
106
- Ke as IconSecurity,
107
- Ne as IconServer,
108
- Ge as IconSettings,
109
- Xe as IconShare,
110
- qe as IconShow,
111
- Un as IconSorting,
112
- Je as IconSpamProtectionOff,
113
- Qe as IconSpamProtectionOn,
114
- Ye as IconSshKey,
115
- Ze as IconSshSftp,
116
- _e as IconStar,
117
- en as IconStarFilled,
118
- nn as IconSubdomain,
119
- Nn as IconSucceeded,
120
- Ic as IconSuccess,
121
- cn as IconSupport,
122
- tn as IconTerminate,
123
- on as IconTicket,
124
- ln as IconUndo,
125
- an as IconUser,
126
- An as IconView,
127
- mc as IconWarning
82
+ De as IconLock,
83
+ Fe as IconLockOpen,
84
+ ye as IconLogout,
85
+ ze as IconMaximize,
86
+ Pe as IconMember,
87
+ Oe as IconMenu,
88
+ Be as IconMinimize,
89
+ _n as IconMinus,
90
+ In as IconMittwald,
91
+ He as IconNotification,
92
+ Re as IconNumber,
93
+ Ue as IconOrder,
94
+ Ae as IconPayment,
95
+ cc as IconPending,
96
+ Te as IconPerformance,
97
+ ec as IconPlus,
98
+ Ve as IconProject,
99
+ oc as IconRadioOff,
100
+ lc as IconRadioOn,
101
+ We as IconRedo,
102
+ je as IconRefresh,
103
+ Un as IconSave,
104
+ rc as IconSearch,
105
+ Ke as IconSearchEngine,
106
+ Ne as IconSecurity,
107
+ Ge as IconServer,
108
+ Xe as IconSettings,
109
+ qe as IconShare,
110
+ Je as IconShow,
111
+ An as IconSorting,
112
+ Qe as IconSpamProtectionOff,
113
+ Ye as IconSpamProtectionOn,
114
+ Ze as IconSshKey,
115
+ _e as IconSshSftp,
116
+ en as IconStar,
117
+ nn as IconStarFilled,
118
+ cn as IconSubdomain,
119
+ Gn as IconSucceeded,
120
+ mc as IconSuccess,
121
+ tn as IconSupport,
122
+ on as IconTerminate,
123
+ ln as IconTicket,
124
+ an as IconUndo,
125
+ rn as IconUser,
126
+ Tn as IconView,
127
+ sc as IconWarning
128
128
  };
package/dist/js/List.js CHANGED
@@ -31,7 +31,7 @@ import "./context-BaYmTa0I.js";
31
31
  import { u as vt } from "./useOnChange-C1Quwyuz.js";
32
32
  import { S as yt } from "./SearchField-DbuaeZzD.js";
33
33
  import { H as Z } from "./Heading-B8EYcl-r.js";
34
- import { S as wt } from "./Section-C0X09K6_.js";
34
+ import { S as wt } from "./Section-MvkaA4tm.js";
35
35
  import { getProperty as Et } from "dot-prop";
36
36
  import { hash as Ie } from "object-code";
37
37
  import x from "zod";
@@ -8,7 +8,7 @@ import { PropsContextProvider as C } from "./PropsContextProvider.js";
8
8
  import "@react-aria/utils";
9
9
  import "remeda";
10
10
  import { F } from "./FieldError-1vrCcwXu.js";
11
- import { C as G } from "./ColumnLayout-CLtV-itI.js";
11
+ import { C as G } from "./ColumnLayout-BhsG7J-Z.js";
12
12
  import { TunnelProvider as I, TunnelExit as c } from "@mittwald/react-tunnel";
13
13
  import { f as l } from "./FormField.module-CqWpTQKP.js";
14
14
  import { C as R } from "./ClearPropsContext-CUvsbMn8.js";
@@ -0,0 +1,61 @@
1
+ "use client"
2
+ /* */
3
+ import e, { useId as h } from "react";
4
+ import S from "clsx";
5
+ import "./propsContext-DzAKlmhS.js";
6
+ import { PropsContextProvider as i } from "./PropsContextProvider.js";
7
+ import "@react-aria/utils";
8
+ import "remeda";
9
+ import { f as c } from "./flowComponent-Bs2i5Rrn.js";
10
+ import * as s from "react-aria-components";
11
+ import { s as x } from "./ContextMenu.module-_LC3xtX0.js";
12
+ const C = "flow--section", g = "flow--section--hide-separator", E = "flow--section--heading", a = {
13
+ section: C,
14
+ hideSeparator: g,
15
+ heading: E
16
+ }, w = c(
17
+ "ContextMenuSection",
18
+ (o) => {
19
+ const { children: t } = o, r = {
20
+ Heading: {
21
+ level: 5,
22
+ wrapWith: /* @__PURE__ */ e.createElement(s.Header, null)
23
+ }
24
+ };
25
+ return /* @__PURE__ */ e.createElement(s.Section, { className: x.section }, /* @__PURE__ */ e.createElement(i, { props: r, mergeInParentContext: !0 }, t));
26
+ }
27
+ ), A = c("Section", (o) => {
28
+ const {
29
+ children: t,
30
+ className: r,
31
+ refProp: l,
32
+ renderContextMenuSection: m,
33
+ hideSeparator: p,
34
+ ...d
35
+ } = o;
36
+ if (!t)
37
+ return null;
38
+ if (m)
39
+ return /* @__PURE__ */ e.createElement(w, null, t);
40
+ const f = S(
41
+ a.section,
42
+ r,
43
+ p
44
+ ), n = h(), u = {
45
+ Heading: {
46
+ level: 2,
47
+ id: n,
48
+ className: a.heading
49
+ },
50
+ Header: {
51
+ renderSectionHeader: !0
52
+ },
53
+ List: {
54
+ "aria-labelledby": n
55
+ }
56
+ };
57
+ return /* @__PURE__ */ e.createElement("section", { ...d, className: f, ref: l }, /* @__PURE__ */ e.createElement(i, { props: u, mergeInParentContext: !0 }, t));
58
+ });
59
+ export {
60
+ A as S
61
+ };
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { S as t } from "./Section-C0X09K6_.js";
3
+ import { S as t } from "./Section-MvkaA4tm.js";
4
4
  export {
5
5
  t as Section,
6
6
  t as default