@mittwald/flow-react-components 0.1.0-alpha.49 → 0.1.0-alpha.50
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/{Button-DiHP-IYs.js → Button-DXziN1Zz.js} +3 -3
- package/dist/Button.js +1 -1
- package/dist/ButtonGroup.js +16 -0
- package/dist/Checkbox.js +2 -2
- package/dist/Content.js +1 -1
- package/dist/CopyButton.js +9 -10
- package/dist/FieldDescription.js +2 -2
- package/dist/{FieldError-BmzydlRW.js → FieldError-BqM3R6B8.js} +2 -2
- package/dist/FieldError.js +1 -1
- package/dist/Header.js +1 -1
- package/dist/Heading.js +1 -1
- package/dist/{Icon-hyIHBPMT.js → Icon-CVuHAKTy.js} +1 -1
- package/dist/Icon.js +1 -1
- package/dist/{IconCheck-B_oanaSr.js → IconCheck-BBgaFuso.js} +1 -1
- package/dist/{IconChevronUp-DOOZfR76.js → IconChevronUp-WxE858Is.js} +1 -1
- package/dist/{IconClose-iB7vE9z6.js → IconClose-HOOYba0n.js} +1 -1
- package/dist/{IconCopy-CVV8P-Kn.js → IconCopy-D-X5JJSk.js} +1 -1
- package/dist/{IconDanger-Bq08fgKM.js → IconDanger-BxaqoG1h.js} +1 -1
- package/dist/{IconPlus-ChJLWEqL.js → IconPlus-C_KrGwcv.js} +1 -1
- package/dist/{IconSucceeded-DbgWPDVp.js → IconSucceeded-B0MTWMyT.js} +1 -1
- package/dist/{IconUnchecked-C7a0quEr.js → IconUnchecked-Dh6R-VMa.js} +1 -1
- package/dist/{IconWarning-BYFc8Vv9.js → IconWarning-CwE-4DCj.js} +1 -1
- package/dist/Icons.js +10 -10
- package/dist/Image.js +1 -1
- package/dist/Initials.js +1 -1
- package/dist/InlineAlert.js +2 -2
- package/dist/{Label-696-vpHQ.js → Label-YM0J0DAt.js} +1 -1
- package/dist/Label.js +1 -1
- package/dist/LayoutCard.js +1 -1
- package/dist/Link.js +1 -1
- package/dist/List.js +5 -5
- package/dist/Modal.js +73 -0
- package/dist/Navigation.js +1 -1
- package/dist/NumberField.js +5 -5
- package/dist/RadioGroup.js +3 -3
- package/dist/StatusBadge.js +3 -3
- package/dist/{StatusIcon-BTQPL8cG.js → StatusIcon-D5bsibLX.js} +3 -3
- package/dist/StatusIcon.js +1 -1
- package/dist/Switch.js +4 -4
- package/dist/{Text-DaJ0Ajt9.js → Text-DpogSoua.js} +1 -1
- package/dist/Text.js +1 -1
- package/dist/TextArea.js +1 -1
- package/dist/TextField.js +1 -1
- package/dist/{TextFieldBase-D60i8AOY.js → TextFieldBase-B4BOYXb1.js} +1 -1
- package/dist/Tooltip.js +3 -3
- package/dist/TooltipTrigger-BrP57dnv.js +20 -0
- package/dist/context-BzhxSFz9.js +7 -0
- package/dist/flowComponent-pdauvORb.js +30 -0
- package/dist/styles.css +1 -1
- package/dist/types/components/ButtonGroup/ButtonGroup.d.ts +5 -0
- package/dist/types/components/ButtonGroup/index.d.ts +3 -0
- package/dist/types/components/ButtonGroup/stories/Default.stories.d.ts +10 -0
- package/dist/types/components/Modal/Modal.d.ts +8 -0
- package/dist/types/components/Modal/index.d.ts +4 -0
- package/dist/types/components/Modal/stories/Default.stories.d.ts +9 -0
- package/dist/types/components/Modal/stories/EdgeCases.stories.d.ts +6 -0
- package/dist/types/components/propTypes/index.d.ts +2 -0
- package/dist/types/lib/propsContext/propsContext.d.ts +1 -0
- package/dist/useProps-U3eRrkW6.js +73 -0
- package/package.json +11 -3
- package/dist/Tooltip-Co5h9sSt.js +0 -16
- package/dist/TooltipTrigger-7-ynWHZ9.js +0 -11
- package/dist/TooltipTrigger.js +0 -7
- package/dist/flowComponent-DLzr2Cvi.js +0 -92
|
@@ -10,9 +10,9 @@ import "./propsContext-Dx7WKmmM.js";
|
|
|
10
10
|
import "remeda";
|
|
11
11
|
import "@tabler/icons-react";
|
|
12
12
|
import "html-react-parser";
|
|
13
|
-
import { f as E } from "./flowComponent-
|
|
14
|
-
import { b as N, I as S, a as F } from "./IconSucceeded-
|
|
15
|
-
import { T as h } from "./Text-
|
|
13
|
+
import { f as E } from "./flowComponent-pdauvORb.js";
|
|
14
|
+
import { b as N, I as S, a as F } from "./IconSucceeded-B0MTWMyT.js";
|
|
15
|
+
import { T as h } from "./Text-DpogSoua.js";
|
|
16
16
|
const z = "flow--button", B = "flow--button--icon", v = "flow--button--text", T = "flow--button--content", D = "flow--button--state-icon", A = "flow--button--is-succeeded", R = "flow--button--is-failed", W = "flow--button--is-pending", _ = "flow--button--plain", $ = "flow--button--primary", j = "flow--button--solid", k = "flow--button--accent", q = "flow--button--danger", G = "flow--button--secondary", H = "flow--button--soft", t = {
|
|
17
17
|
button: z,
|
|
18
18
|
icon: B,
|
package/dist/Button.js
CHANGED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import e from "react";
|
|
4
|
+
import "./propsContext-Dx7WKmmM.js";
|
|
5
|
+
import { u as n } from "./useProps-U3eRrkW6.js";
|
|
6
|
+
import p from "clsx";
|
|
7
|
+
const a = "flow--button-group", c = {
|
|
8
|
+
buttonGroup: a
|
|
9
|
+
}, G = (o) => {
|
|
10
|
+
const { children: t, className: r, ...s } = n("ButtonGroup", o), u = p(c.buttonGroup, r);
|
|
11
|
+
return /* @__PURE__ */ e.createElement("div", { ...s, className: u, role: "group" }, t);
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
G as ButtonGroup,
|
|
15
|
+
G as default
|
|
16
|
+
};
|
package/dist/Checkbox.js
CHANGED
|
@@ -9,10 +9,10 @@ import { C as i } from "./ClearPropsContext-CD1-9TZA.js";
|
|
|
9
9
|
import "./propsContext-Dx7WKmmM.js";
|
|
10
10
|
import "@react-aria/utils";
|
|
11
11
|
import "remeda";
|
|
12
|
-
import "./
|
|
12
|
+
import "./context-BzhxSFz9.js";
|
|
13
13
|
import "@preact/signals-react";
|
|
14
14
|
import "@preact/signals-react/runtime";
|
|
15
|
-
import { I as p, a as k } from "./IconUnchecked-
|
|
15
|
+
import { I as p, a as k } from "./IconUnchecked-Dh6R-VMa.js";
|
|
16
16
|
const h = "flow--checkbox", t = {
|
|
17
17
|
checkbox: h
|
|
18
18
|
}, A = (o) => {
|
package/dist/Content.js
CHANGED
|
@@ -5,7 +5,7 @@ import { C as l } from "./ClearPropsContext-CD1-9TZA.js";
|
|
|
5
5
|
import "./propsContext-Dx7WKmmM.js";
|
|
6
6
|
import "@react-aria/utils";
|
|
7
7
|
import "remeda";
|
|
8
|
-
import { f as p } from "./flowComponent-
|
|
8
|
+
import { f as p } from "./flowComponent-pdauvORb.js";
|
|
9
9
|
const d = p("Content", (e) => {
|
|
10
10
|
const { children: o, elementType: r = "div", ...n } = e, m = r;
|
|
11
11
|
return /* @__PURE__ */ t.createElement(l, null, /* @__PURE__ */ t.createElement(m, { ...n }, o));
|
package/dist/CopyButton.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import o from "react";
|
|
4
4
|
import n from "copy-to-clipboard";
|
|
5
|
-
import { B as
|
|
5
|
+
import { B as a } from "./Button-DXziN1Zz.js";
|
|
6
6
|
import "@tabler/icons-react";
|
|
7
7
|
import "clsx";
|
|
8
8
|
import "html-react-parser";
|
|
@@ -10,11 +10,10 @@ import { C as l } from "./ClearPropsContext-CD1-9TZA.js";
|
|
|
10
10
|
import "./propsContext-Dx7WKmmM.js";
|
|
11
11
|
import "@react-aria/utils";
|
|
12
12
|
import "remeda";
|
|
13
|
-
import { f as
|
|
14
|
-
import { I as c } from "./IconCopy-
|
|
13
|
+
import { f as i } from "./flowComponent-pdauvORb.js";
|
|
14
|
+
import { I as c } from "./IconCopy-D-X5JJSk.js";
|
|
15
15
|
import { useLocalizedStringFormatter as s } from "react-aria";
|
|
16
|
-
import { T as u } from "./
|
|
17
|
-
import { T as f } from "./TooltipTrigger-7-ynWHZ9.js";
|
|
16
|
+
import { T as u, a as f } from "./TooltipTrigger-BrP57dnv.js";
|
|
18
17
|
import { onlyText as y } from "react-children-utilities";
|
|
19
18
|
const C = {
|
|
20
19
|
"de-DE": {
|
|
@@ -23,13 +22,13 @@ const C = {
|
|
|
23
22
|
"en-EN": {
|
|
24
23
|
"copyButton.copy": "Copy"
|
|
25
24
|
}
|
|
26
|
-
},
|
|
27
|
-
const { text: e, ...
|
|
25
|
+
}, R = i("CopyButton", (r) => {
|
|
26
|
+
const { text: e, ...p } = r, t = s(C).format("copyButton.copy"), m = () => {
|
|
28
27
|
n(y(e));
|
|
29
28
|
};
|
|
30
|
-
return /* @__PURE__ */ o.createElement(l, null, /* @__PURE__ */ o.createElement(
|
|
29
|
+
return /* @__PURE__ */ o.createElement(l, null, /* @__PURE__ */ o.createElement(u, null, /* @__PURE__ */ o.createElement(a, { onPress: m, "aria-label": t, ...p }, /* @__PURE__ */ o.createElement(c, null)), /* @__PURE__ */ o.createElement(f, null, t)));
|
|
31
30
|
});
|
|
32
31
|
export {
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
R as CopyButton,
|
|
33
|
+
R as default
|
|
35
34
|
};
|
package/dist/FieldDescription.js
CHANGED
|
@@ -6,8 +6,8 @@ import { C as n } from "./ClearPropsContext-CD1-9TZA.js";
|
|
|
6
6
|
import "./propsContext-Dx7WKmmM.js";
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "remeda";
|
|
9
|
-
import { T as c } from "./Text-
|
|
10
|
-
import { f as m } from "./flowComponent-
|
|
9
|
+
import { T as c } from "./Text-DpogSoua.js";
|
|
10
|
+
import { f as m } from "./flowComponent-pdauvORb.js";
|
|
11
11
|
const p = "flow--field-description", a = {
|
|
12
12
|
fieldDescription: p
|
|
13
13
|
}, E = m("FieldDescription", (e) => {
|
|
@@ -9,8 +9,8 @@ import "@react-aria/utils";
|
|
|
9
9
|
import "remeda";
|
|
10
10
|
import "@tabler/icons-react";
|
|
11
11
|
import "html-react-parser";
|
|
12
|
-
import { f as c } from "./flowComponent-
|
|
13
|
-
import { I as p } from "./IconDanger-
|
|
12
|
+
import { f as c } from "./flowComponent-pdauvORb.js";
|
|
13
|
+
import { I as p } from "./IconDanger-BxaqoG1h.js";
|
|
14
14
|
const f = "flow--field-error", E = {
|
|
15
15
|
fieldError: f
|
|
16
16
|
}, j = c("FieldError", (o) => {
|
package/dist/FieldError.js
CHANGED
package/dist/Header.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
3
|
import a from "react";
|
|
4
|
-
import { f as m } from "./flowComponent-
|
|
4
|
+
import { f as m } from "./flowComponent-pdauvORb.js";
|
|
5
5
|
const s = m("Header", (e) => {
|
|
6
6
|
const { children: t, elementType: r = "header", ...o } = e, n = r;
|
|
7
7
|
return /* @__PURE__ */ a.createElement(n, { ...o }, t);
|
package/dist/Heading.js
CHANGED
|
@@ -7,7 +7,7 @@ import { P as d } from "./PropsContextProvider-B6QiUIPM.js";
|
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "./propsContext-Dx7WKmmM.js";
|
|
9
9
|
import "remeda";
|
|
10
|
-
import { f } from "./flowComponent-
|
|
10
|
+
import { f } from "./flowComponent-pdauvORb.js";
|
|
11
11
|
const h = "flow--heading", g = "flow--heading--icon", o = {
|
|
12
12
|
heading: h,
|
|
13
13
|
icon: g
|
|
@@ -7,7 +7,7 @@ import { C as w } from "./ClearPropsContext-CD1-9TZA.js";
|
|
|
7
7
|
import "./propsContext-Dx7WKmmM.js";
|
|
8
8
|
import "@react-aria/utils";
|
|
9
9
|
import "remeda";
|
|
10
|
-
import { f as z } from "./flowComponent-
|
|
10
|
+
import { f as z } from "./flowComponent-pdauvORb.js";
|
|
11
11
|
const b = "flow--icon", c = {
|
|
12
12
|
icon: b,
|
|
13
13
|
"size-m": "flow--icon--size-m",
|
package/dist/Icon.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconCheck as c } from "@tabler/icons-react";
|
|
5
|
-
import { I as t } from "./Icon-
|
|
5
|
+
import { I as t } from "./Icon-CVuHAKTy.js";
|
|
6
6
|
const a = (o) => /* @__PURE__ */ e.createElement(t, { ...o }, /* @__PURE__ */ e.createElement(c, null));
|
|
7
7
|
export {
|
|
8
8
|
a as I
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import o from "react";
|
|
4
4
|
import { IconChevronDown as r, IconChevronUp as t } from "@tabler/icons-react";
|
|
5
|
-
import { I as n } from "./Icon-
|
|
5
|
+
import { I as n } from "./Icon-CVuHAKTy.js";
|
|
6
6
|
const I = (e) => /* @__PURE__ */ o.createElement(n, { ...e }, /* @__PURE__ */ o.createElement(r, null)), l = (e) => /* @__PURE__ */ o.createElement(n, { ...e }, /* @__PURE__ */ o.createElement(t, null));
|
|
7
7
|
export {
|
|
8
8
|
I,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import o from "react";
|
|
4
4
|
import { IconX as t } from "@tabler/icons-react";
|
|
5
|
-
import { I as r } from "./Icon-
|
|
5
|
+
import { I as r } from "./Icon-CVuHAKTy.js";
|
|
6
6
|
const a = (e) => /* @__PURE__ */ o.createElement(r, { ...e }, /* @__PURE__ */ o.createElement(t, null));
|
|
7
7
|
export {
|
|
8
8
|
a as I
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import o from "react";
|
|
4
4
|
import { IconCopy as t } from "@tabler/icons-react";
|
|
5
|
-
import { I as r } from "./Icon-
|
|
5
|
+
import { I as r } from "./Icon-CVuHAKTy.js";
|
|
6
6
|
const p = (e) => /* @__PURE__ */ o.createElement(r, { ...e }, /* @__PURE__ */ o.createElement(t, null));
|
|
7
7
|
export {
|
|
8
8
|
p as I
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconAlertTriangle as o } from "@tabler/icons-react";
|
|
5
|
-
import { I as t } from "./Icon-
|
|
5
|
+
import { I as t } from "./Icon-CVuHAKTy.js";
|
|
6
6
|
const c = (r) => /* @__PURE__ */ e.createElement(t, { ...r }, /* @__PURE__ */ e.createElement(o, null));
|
|
7
7
|
export {
|
|
8
8
|
c as I
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconMinus as t, IconPlus as c } from "@tabler/icons-react";
|
|
5
|
-
import { I as o } from "./Icon-
|
|
5
|
+
import { I as o } from "./Icon-CVuHAKTy.js";
|
|
6
6
|
const r = (n) => /* @__PURE__ */ e.createElement(o, { ...n }, /* @__PURE__ */ e.createElement(t, null)), m = (n) => /* @__PURE__ */ e.createElement(o, { ...n }, /* @__PURE__ */ e.createElement(c, null));
|
|
7
7
|
export {
|
|
8
8
|
r as I,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconX as t, IconLoader2 as o, IconCheck as a } from "@tabler/icons-react";
|
|
5
|
-
import { I as c } from "./Icon-
|
|
5
|
+
import { I as c } from "./Icon-CVuHAKTy.js";
|
|
6
6
|
const I = (n) => /* @__PURE__ */ e.createElement(c, { ...n }, /* @__PURE__ */ e.createElement(t, null)), s = (n) => /* @__PURE__ */ e.createElement(c, { ...n }, /* @__PURE__ */ e.createElement(o, null)), E = (n) => /* @__PURE__ */ e.createElement(c, { ...n }, /* @__PURE__ */ e.createElement(a, null));
|
|
7
7
|
export {
|
|
8
8
|
I,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconSquareCheck as n, IconSquare as o } from "@tabler/icons-react";
|
|
5
|
-
import { I as t } from "./Icon-
|
|
5
|
+
import { I as t } from "./Icon-CVuHAKTy.js";
|
|
6
6
|
const l = (c) => /* @__PURE__ */ e.createElement(t, { ...c }, /* @__PURE__ */ e.createElement(n, null)), I = (c) => /* @__PURE__ */ e.createElement(t, { ...c }, /* @__PURE__ */ e.createElement(o, null));
|
|
7
7
|
export {
|
|
8
8
|
l as I,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconInfoCircle as t, IconCircleCheck as o, IconAlertCircle as r } from "@tabler/icons-react";
|
|
5
|
-
import { I as n } from "./Icon-
|
|
5
|
+
import { I as n } from "./Icon-CVuHAKTy.js";
|
|
6
6
|
const I = (c) => /* @__PURE__ */ e.createElement(n, { ...c }, /* @__PURE__ */ e.createElement(t, null)), s = (c) => /* @__PURE__ */ e.createElement(n, { ...c }, /* @__PURE__ */ e.createElement(o, null)), i = (c) => /* @__PURE__ */ e.createElement(n, { ...c }, /* @__PURE__ */ e.createElement(r, null));
|
|
7
7
|
export {
|
|
8
8
|
I,
|
package/dist/Icons.js
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconAppWindow as o, IconArrowLeft as l, IconClock as c, IconChevronLeft as a, IconChevronRight as r, IconCalendarCheck as I, IconBuilding as m, IconLayoutBoard as s, IconDatabase as E, IconCalendar as u, IconTrash as i, IconWorld as h, IconMail as p, IconExternalLink as f, IconFilter as C, IconEyeCancel as d, IconHome as S, IconList as L, IconPower as g, IconUsersGroup as x, IconBell as v, IconArchive as k, IconDice3 as D, IconSearch as $, IconListSearch as b, IconServer as w, IconSettings as H, IconEye as y, IconAdjustmentsHorizontal as A, IconDoor as B, IconHeadset as F, IconFileX as R, IconLayoutGrid as P } from "@tabler/icons-react";
|
|
5
|
-
import { I as t } from "./Icon-
|
|
6
|
-
import { I as ge } from "./IconCheck-
|
|
7
|
-
import { I as ve, a as ke } from "./IconUnchecked-
|
|
8
|
-
import { I as $e, a as be } from "./IconChevronUp-
|
|
9
|
-
import { I as He } from "./IconClose-
|
|
10
|
-
import { I as Ae } from "./IconCopy-
|
|
11
|
-
import { I as Fe } from "./IconDanger-
|
|
12
|
-
import { I as Pe, a as Te, b as je } from "./IconSucceeded-
|
|
13
|
-
import { I as Ue, a as We, b as Ge } from "./IconWarning-
|
|
14
|
-
import { I as ze, a as Ne } from "./IconPlus-
|
|
5
|
+
import { I as t } from "./Icon-CVuHAKTy.js";
|
|
6
|
+
import { I as ge } from "./IconCheck-BBgaFuso.js";
|
|
7
|
+
import { I as ve, a as ke } from "./IconUnchecked-Dh6R-VMa.js";
|
|
8
|
+
import { I as $e, a as be } from "./IconChevronUp-WxE858Is.js";
|
|
9
|
+
import { I as He } from "./IconClose-HOOYba0n.js";
|
|
10
|
+
import { I as Ae } from "./IconCopy-D-X5JJSk.js";
|
|
11
|
+
import { I as Fe } from "./IconDanger-BxaqoG1h.js";
|
|
12
|
+
import { I as Pe, a as Te, b as je } from "./IconSucceeded-B0MTWMyT.js";
|
|
13
|
+
import { I as Ue, a as We, b as Ge } from "./IconWarning-CwE-4DCj.js";
|
|
14
|
+
import { I as ze, a as Ne } from "./IconPlus-C_KrGwcv.js";
|
|
15
15
|
const U = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(o, null)), W = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(l, null)), G = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(c, null)), V = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(a, null)), z = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(r, null)), N = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(I, null)), X = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(m, null)), q = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(s, null)), J = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(E, null)), K = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(u, null)), O = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(i, null)), Q = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(h, null)), Y = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(p, null)), Z = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(f, null)), _ = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(C, null)), ee = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(d, null)), ne = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(S, null)), te = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(L, null)), ce = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(g, null)), oe = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(x, null)), le = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(v, null)), ae = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(k, null)), re = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(D, null)), Ie = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement($, null)), me = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(b, null)), se = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(w, null)), Ee = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(H, null)), ue = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(y, null)), ie = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(A, null)), he = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(B, null)), pe = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(F, null)), fe = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(R, null)), Ce = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(P, null)), de = (n) => /* @__PURE__ */ e.createElement(t, { ...n }, /* @__PURE__ */ e.createElement(c, null));
|
|
16
16
|
export {
|
|
17
17
|
U as IconApp,
|
package/dist/Image.js
CHANGED
|
@@ -5,7 +5,7 @@ import { C as r } from "./ClearPropsContext-CD1-9TZA.js";
|
|
|
5
5
|
import "./propsContext-Dx7WKmmM.js";
|
|
6
6
|
import "@react-aria/utils";
|
|
7
7
|
import "remeda";
|
|
8
|
-
import { f as m } from "./flowComponent-
|
|
8
|
+
import { f as m } from "./flowComponent-pdauvORb.js";
|
|
9
9
|
const f = m("Image", (o) => {
|
|
10
10
|
const e = o;
|
|
11
11
|
return /* @__PURE__ */ t.createElement(r, null, /* @__PURE__ */ t.createElement("img", { ...e }));
|
package/dist/Initials.js
CHANGED
|
@@ -7,7 +7,7 @@ import "./propsContext-Dx7WKmmM.js";
|
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "remeda";
|
|
9
9
|
import { onlyText as f } from "react-children-utilities";
|
|
10
|
-
import { f as C } from "./flowComponent-
|
|
10
|
+
import { f as C } from "./flowComponent-pdauvORb.js";
|
|
11
11
|
const u = (i) => i.replace(/[^\p{L}\s]/giu, "").split(" ").map((t) => t.trim()[0]).filter((t) => t !== void 0).map((t) => t.toUpperCase()).slice(0, 2), x = "flow--initials", d = {
|
|
12
12
|
initials: x
|
|
13
13
|
}, h = C("Initials", (i) => {
|
package/dist/InlineAlert.js
CHANGED
|
@@ -7,8 +7,8 @@ import "@react-aria/utils";
|
|
|
7
7
|
import "./propsContext-Dx7WKmmM.js";
|
|
8
8
|
import "remeda";
|
|
9
9
|
import f from "clsx";
|
|
10
|
-
import { S as p } from "./StatusIcon-
|
|
11
|
-
import { f as d } from "./flowComponent-
|
|
10
|
+
import { S as p } from "./StatusIcon-D5bsibLX.js";
|
|
11
|
+
import { f as d } from "./flowComponent-pdauvORb.js";
|
|
12
12
|
const u = "flow--inline-alert", w = "flow--inline-alert--content", g = "flow--inline-alert--status-icon", C = "flow--inline-alert--heading", I = "flow--inline-alert--info", N = "flow--inline-alert--warning", h = "flow--inline-alert--danger", x = "flow--inline-alert--success", n = {
|
|
13
13
|
inlineAlert: u,
|
|
14
14
|
content: w,
|
|
@@ -8,7 +8,7 @@ import "./propsContext-Dx7WKmmM.js";
|
|
|
8
8
|
import "@react-aria/utils";
|
|
9
9
|
import "remeda";
|
|
10
10
|
import { useLocalizedStringFormatter as b } from "react-aria";
|
|
11
|
-
import { f } from "./flowComponent-
|
|
11
|
+
import { f } from "./flowComponent-pdauvORb.js";
|
|
12
12
|
const C = "flow--label", L = {
|
|
13
13
|
label: C
|
|
14
14
|
}, E = {
|
package/dist/Label.js
CHANGED
package/dist/LayoutCard.js
CHANGED
package/dist/Link.js
CHANGED
|
@@ -7,7 +7,7 @@ import "./propsContext-Dx7WKmmM.js";
|
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "remeda";
|
|
9
9
|
import f from "clsx";
|
|
10
|
-
import { f as k } from "./flowComponent-
|
|
10
|
+
import { f as k } from "./flowComponent-pdauvORb.js";
|
|
11
11
|
const d = "flow--link", C = "flow--link--inline", w = "flow--link--primary", u = "flow--link--danger", n = {
|
|
12
12
|
link: d,
|
|
13
13
|
inline: C,
|
package/dist/List.js
CHANGED
|
@@ -5,19 +5,19 @@ var B = (i, t, e) => t in i ? V(i, t, { enumerable: !0, configurable: !0, writab
|
|
|
5
5
|
var n = (i, t, e) => (B(i, typeof t != "symbol" ? t + "" : t, e), e);
|
|
6
6
|
import r, { createContext as U, useContext as $, Suspense as D, createElement as x, useMemo as O, useEffect as I, isValidElement as H } from "react";
|
|
7
7
|
import { useMessageFormatter as j, useLocalizedStringFormatter as q } from "react-aria";
|
|
8
|
-
import { T as J } from "./Text-
|
|
9
|
-
import { B as b } from "./Button-
|
|
8
|
+
import { T as J } from "./Text-DpogSoua.js";
|
|
9
|
+
import { B as b } from "./Button-DXziN1Zz.js";
|
|
10
10
|
import "@tabler/icons-react";
|
|
11
11
|
import R from "clsx";
|
|
12
12
|
import "html-react-parser";
|
|
13
13
|
import "./propsContext-Dx7WKmmM.js";
|
|
14
14
|
import "@react-aria/utils";
|
|
15
15
|
import { times as K } from "remeda";
|
|
16
|
-
import "./
|
|
16
|
+
import "./context-BzhxSFz9.js";
|
|
17
17
|
import { useSignal as f } from "@preact/signals-react";
|
|
18
18
|
import { useSignals as S } from "@preact/signals-react/runtime";
|
|
19
|
-
import { a as G, I as Q } from "./IconChevronUp-
|
|
20
|
-
import { L as W } from "./Label-
|
|
19
|
+
import { a as G, I as Q } from "./IconChevronUp-WxE858Is.js";
|
|
20
|
+
import { L as W } from "./Label-YM0J0DAt.js";
|
|
21
21
|
import { getProperty as X } from "dot-prop";
|
|
22
22
|
import { useReactTable as Y, getCoreRowModel as Z, getSortedRowModel as _, getFilteredRowModel as tt, getPaginationRowModel as et, getFacetedUniqueValues as at } from "@tanstack/react-table";
|
|
23
23
|
import it from "invariant";
|
package/dist/Modal.js
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import * as r from "react-aria-components";
|
|
4
|
+
import { DialogTrigger as H } from "react-aria-components";
|
|
5
|
+
import e, { useContext as d } from "react";
|
|
6
|
+
import p from "clsx";
|
|
7
|
+
import "./propsContext-Dx7WKmmM.js";
|
|
8
|
+
import { P as g } from "./PropsContextProvider-B6QiUIPM.js";
|
|
9
|
+
import "@react-aria/utils";
|
|
10
|
+
import "remeda";
|
|
11
|
+
import { t as c } from "./context-BzhxSFz9.js";
|
|
12
|
+
import { useSignal as v } from "@preact/signals-react";
|
|
13
|
+
import { useSignals as w } from "@preact/signals-react/runtime";
|
|
14
|
+
const z = (l) => {
|
|
15
|
+
const { children: t } = l;
|
|
16
|
+
return /* @__PURE__ */ e.createElement(
|
|
17
|
+
c.Provider,
|
|
18
|
+
{
|
|
19
|
+
value: {
|
|
20
|
+
nodes: v({})
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
t
|
|
24
|
+
);
|
|
25
|
+
}, i = (l) => {
|
|
26
|
+
const { children: t, id: n = "default" } = l;
|
|
27
|
+
w();
|
|
28
|
+
const { nodes: s } = d(c);
|
|
29
|
+
return n === void 0 ? t : s.value[n] ?? t;
|
|
30
|
+
}, E = "flow--modal", x = "flow--modal--dialog", y = "flow--modal--overlay", C = "flow--modal--button-group", N = "flow--modal--content", T = "flow--modal--panel", o = {
|
|
31
|
+
modal: E,
|
|
32
|
+
"modal-zoom": "flow--modal--modal-zoom",
|
|
33
|
+
dialog: x,
|
|
34
|
+
overlay: y,
|
|
35
|
+
"modal-fade": "flow--modal--modal-fade",
|
|
36
|
+
buttonGroup: C,
|
|
37
|
+
content: N,
|
|
38
|
+
"size-s": "flow--modal--size-s",
|
|
39
|
+
"size-m": "flow--modal--size-m",
|
|
40
|
+
"size-l": "flow--modal--size-l",
|
|
41
|
+
panel: T,
|
|
42
|
+
"modal-slide-in": "flow--modal--modal-slide-in",
|
|
43
|
+
"modal-slide-up": "flow--modal--modal-slide-up"
|
|
44
|
+
}, A = (l) => {
|
|
45
|
+
const { size: t = "s", panel: n, ...s } = l, u = p(
|
|
46
|
+
o.modal,
|
|
47
|
+
o[`size-${t}`],
|
|
48
|
+
n && o.panel
|
|
49
|
+
), f = {
|
|
50
|
+
Content: {
|
|
51
|
+
tunnelId: "content",
|
|
52
|
+
elementType: e.Fragment
|
|
53
|
+
},
|
|
54
|
+
Heading: {
|
|
55
|
+
level: 2,
|
|
56
|
+
tunnelId: "title",
|
|
57
|
+
slot: "title"
|
|
58
|
+
},
|
|
59
|
+
ButtonGroup: {
|
|
60
|
+
className: o.buttonGroup
|
|
61
|
+
}
|
|
62
|
+
}, m = d(r.OverlayTriggerStateContext);
|
|
63
|
+
let a = l.children;
|
|
64
|
+
return typeof a == "function" && (a = a({
|
|
65
|
+
close: (m == null ? void 0 : m.close) || (() => {
|
|
66
|
+
})
|
|
67
|
+
})), /* @__PURE__ */ e.createElement(r.ModalOverlay, { className: o.overlay, ...s, isDismissable: !0 }, /* @__PURE__ */ e.createElement(r.Modal, { className: u }, /* @__PURE__ */ e.createElement(r.Dialog, { className: o.dialog }, /* @__PURE__ */ e.createElement(g, { props: f }, /* @__PURE__ */ e.createElement(z, null, /* @__PURE__ */ e.createElement("div", { className: o.content }, /* @__PURE__ */ e.createElement(i, { id: "title" }), /* @__PURE__ */ e.createElement(i, { id: "content" })), a)))));
|
|
68
|
+
};
|
|
69
|
+
export {
|
|
70
|
+
A as Modal,
|
|
71
|
+
H as ModalTrigger,
|
|
72
|
+
A as default
|
|
73
|
+
};
|
package/dist/Navigation.js
CHANGED
|
@@ -7,7 +7,7 @@ import { P as c } from "./PropsContextProvider-B6QiUIPM.js";
|
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "remeda";
|
|
9
9
|
import * as l from "react-aria-components";
|
|
10
|
-
import { f as v } from "./flowComponent-
|
|
10
|
+
import { f as v } from "./flowComponent-pdauvORb.js";
|
|
11
11
|
const g = "flow--navigation", p = {
|
|
12
12
|
navigation: g
|
|
13
13
|
}, P = (n) => {
|
package/dist/NumberField.js
CHANGED
|
@@ -9,15 +9,15 @@ import { P as d } from "./PropsContextProvider-B6QiUIPM.js";
|
|
|
9
9
|
import "@react-aria/utils";
|
|
10
10
|
import "./propsContext-Dx7WKmmM.js";
|
|
11
11
|
import "remeda";
|
|
12
|
-
import { F as f } from "./FieldError-
|
|
13
|
-
import { B as s } from "./Button-
|
|
12
|
+
import { F as f } from "./FieldError-BqM3R6B8.js";
|
|
13
|
+
import { B as s } from "./Button-DXziN1Zz.js";
|
|
14
14
|
import "@tabler/icons-react";
|
|
15
15
|
import "html-react-parser";
|
|
16
|
-
import "./
|
|
16
|
+
import "./context-BzhxSFz9.js";
|
|
17
17
|
import "@preact/signals-react";
|
|
18
18
|
import "@preact/signals-react/runtime";
|
|
19
|
-
import { I as E, a as N } from "./IconChevronUp-
|
|
20
|
-
import { I, a as b } from "./IconPlus-
|
|
19
|
+
import { I as E, a as N } from "./IconChevronUp-WxE858Is.js";
|
|
20
|
+
import { I, a as b } from "./IconPlus-C_KrGwcv.js";
|
|
21
21
|
const P = "flow--number-field--group", B = "flow--number-field--input", C = "flow--number-field--decrement-button", F = "flow--number-field--increment-button", w = "flow--number-field--coarse-pointer-icon", h = "flow--number-field--touch-icon", t = {
|
|
22
22
|
group: P,
|
|
23
23
|
input: B,
|
package/dist/RadioGroup.js
CHANGED
|
@@ -7,13 +7,13 @@ import "./propsContext-Dx7WKmmM.js";
|
|
|
7
7
|
import { P as d } from "./PropsContextProvider-B6QiUIPM.js";
|
|
8
8
|
import "@react-aria/utils";
|
|
9
9
|
import "remeda";
|
|
10
|
-
import { F as p } from "./FieldError-
|
|
10
|
+
import { F as p } from "./FieldError-BqM3R6B8.js";
|
|
11
11
|
import "@tabler/icons-react";
|
|
12
12
|
import "html-react-parser";
|
|
13
|
-
import "./
|
|
13
|
+
import "./context-BzhxSFz9.js";
|
|
14
14
|
import "@preact/signals-react";
|
|
15
15
|
import "@preact/signals-react/runtime";
|
|
16
|
-
import { I as f } from "./IconCheck-
|
|
16
|
+
import { I as f } from "./IconCheck-BBgaFuso.js";
|
|
17
17
|
const u = "flow--radio-group", E = "flow--radio-group--label", N = "flow--radio-group--field-error", g = "flow--radio-group--custom-field-error", w = "flow--radio-group--field-description", r = {
|
|
18
18
|
radioGroup: u,
|
|
19
19
|
label: E,
|
package/dist/StatusBadge.js
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import t from "react";
|
|
4
4
|
import m from "clsx";
|
|
5
|
-
import { S as l } from "./StatusIcon-
|
|
6
|
-
import { T as u } from "./Text-
|
|
5
|
+
import { S as l } from "./StatusIcon-D5bsibLX.js";
|
|
6
|
+
import { T as u } from "./Text-DpogSoua.js";
|
|
7
7
|
import { C as f } from "./ClearPropsContext-CD1-9TZA.js";
|
|
8
8
|
import "./propsContext-Dx7WKmmM.js";
|
|
9
9
|
import "@react-aria/utils";
|
|
10
10
|
import "remeda";
|
|
11
|
-
import { f as i } from "./flowComponent-
|
|
11
|
+
import { f as i } from "./flowComponent-pdauvORb.js";
|
|
12
12
|
const d = "flow--status-badge", g = "flow--status-badge--text", p = "flow--status-badge--info", w = "flow--status-badge--success", x = "flow--status-badge--warning", b = "flow--status-badge--danger", s = {
|
|
13
13
|
statusBadge: d,
|
|
14
14
|
text: g,
|
|
@@ -8,11 +8,11 @@ import { C as c } from "./ClearPropsContext-CD1-9TZA.js";
|
|
|
8
8
|
import "./propsContext-Dx7WKmmM.js";
|
|
9
9
|
import "@react-aria/utils";
|
|
10
10
|
import "remeda";
|
|
11
|
-
import "./
|
|
11
|
+
import "./context-BzhxSFz9.js";
|
|
12
12
|
import "@preact/signals-react";
|
|
13
13
|
import "@preact/signals-react/runtime";
|
|
14
|
-
import { I as e } from "./IconDanger-
|
|
15
|
-
import { I as i, a as m, b as u } from "./IconWarning-
|
|
14
|
+
import { I as e } from "./IconDanger-BxaqoG1h.js";
|
|
15
|
+
import { I as i, a as m, b as u } from "./IconWarning-CwE-4DCj.js";
|
|
16
16
|
import { useLocalizedStringFormatter as I } from "react-aria";
|
|
17
17
|
const p = {
|
|
18
18
|
"de-DE": {
|
package/dist/StatusIcon.js
CHANGED
package/dist/Switch.js
CHANGED
|
@@ -9,10 +9,10 @@ import { C as f } from "./ClearPropsContext-CD1-9TZA.js";
|
|
|
9
9
|
import "./propsContext-Dx7WKmmM.js";
|
|
10
10
|
import "@react-aria/utils";
|
|
11
11
|
import "remeda";
|
|
12
|
-
import { f as h } from "./flowComponent-
|
|
13
|
-
import { I as p } from "./IconCheck-
|
|
14
|
-
import { I as w } from "./IconClose-
|
|
15
|
-
import { L as d } from "./Label-
|
|
12
|
+
import { f as h } from "./flowComponent-pdauvORb.js";
|
|
13
|
+
import { I as p } from "./IconCheck-BBgaFuso.js";
|
|
14
|
+
import { I as w } from "./IconClose-HOOYba0n.js";
|
|
15
|
+
import { L as d } from "./Label-YM0J0DAt.js";
|
|
16
16
|
const b = "flow--switch--track", E = "flow--switch--handle", C = "flow--switch--label", t = {
|
|
17
17
|
switch: "flow--switch",
|
|
18
18
|
"label-leading": "flow--switch--label-leading",
|
|
@@ -8,7 +8,7 @@ import "@react-aria/utils";
|
|
|
8
8
|
import "./propsContext-Dx7WKmmM.js";
|
|
9
9
|
import "remeda";
|
|
10
10
|
import x from "invariant";
|
|
11
|
-
import { f as T } from "./flowComponent-
|
|
11
|
+
import { f as T } from "./flowComponent-pdauvORb.js";
|
|
12
12
|
const v = T("Text", (r) => {
|
|
13
13
|
const { children: m, className: s, elementType: e = "span", ...i } = r, o = { ...i, className: s }, p = {
|
|
14
14
|
Link: {
|
package/dist/Text.js
CHANGED
package/dist/TextArea.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import * as l from "react-aria-components";
|
|
5
|
-
import { T as n } from "./TextFieldBase-
|
|
5
|
+
import { T as n } from "./TextFieldBase-B4BOYXb1.js";
|
|
6
6
|
import { C as c } from "./ClearPropsContext-CD1-9TZA.js";
|
|
7
7
|
import "./propsContext-Dx7WKmmM.js";
|
|
8
8
|
import "@react-aria/utils";
|