@mittwald/flow-react-components 0.1.0-alpha.68 → 0.1.0-alpha.70
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/{Action-CEqPqHfP.js → Action-B9PIFbjG.js} +1 -1
- package/dist/Action.js +1 -1
- package/dist/Avatar.js +1 -1
- package/dist/Breadcrumb.js +2 -2
- package/dist/{Button-Cml_2SLb.js → Button-B2GKVrxY.js} +21 -20
- package/dist/Button.js +1 -1
- package/dist/ButtonGroup.js +16 -15
- package/dist/{Checkbox-iutK0PEF.js → Checkbox-BoIUZoUj.js} +4 -4
- package/dist/Checkbox.js +1 -1
- package/dist/{CheckboxButton-CqJLYMbG.js → CheckboxButton-BjHq5R2V.js} +2 -2
- package/dist/CheckboxButton.js +1 -1
- package/dist/CheckboxGroup.js +3 -3
- package/dist/Content.js +1 -1
- package/dist/ContextMenu-BdvZvLg7.js +45 -0
- package/dist/ContextMenu.js +2 -2
- package/dist/CopyButton.js +5 -5
- package/dist/FieldDescription.js +2 -2
- package/dist/{FieldError-Bkfbr6qF.js → FieldError-De8_olcs.js} +3 -3
- package/dist/FieldError.js +1 -1
- package/dist/Header.js +1 -1
- package/dist/Heading.js +1 -1
- package/dist/{Icon-Cirt9eNW.js → Icon-DdQwrIup.js} +1 -1
- package/dist/Icon.js +1 -1
- package/dist/{IconCheck-BeVmPHTC.js → IconCheck-bNZIdvHV.js} +1 -1
- package/dist/{IconCheckboxEmpty-DxrY9ZRF.js → IconCheckboxEmpty-BwNkQgcq.js} +1 -1
- package/dist/{IconCheckboxIndeterminate-DocwIA57.js → IconCheckboxIndeterminate-Bs5lfqSL.js} +1 -1
- package/dist/{IconChevronDown-C5-5-czM.js → IconChevronDown-a_vSoTxH.js} +1 -1
- package/dist/{IconChevronRight-0Z6pj5Ic.js → IconChevronRight-Bsu-sUej.js} +1 -1
- package/dist/{IconClose-C_Q9gfje.js → IconClose-BcM-VKmn.js} +1 -1
- package/dist/{IconContextMenu-CRb3xTJw.js → IconContextMenu-bD7n5nvt.js} +1 -1
- package/dist/{IconCopy-C5zfzlp0.js → IconCopy-D40P_nc1.js} +1 -1
- package/dist/{IconDanger-CtJdGYWb.js → IconDanger-DjolwDVI.js} +1 -1
- package/dist/IconPending-CNK3p9b6.js +9 -0
- package/dist/{IconPlus-Zlw57lYp.js → IconPlus-DrgRgDHV.js} +1 -1
- package/dist/{IconRadioOn-BpFVTp96.js → IconRadioOn-CLIrOyli.js} +1 -1
- package/dist/IconSucceeded-BM7cipIv.js +10 -0
- package/dist/{IconWarning-BD3bYgr3.js → IconWarning-DJWRlfNT.js} +1 -1
- package/dist/Icons.js +25 -24
- package/dist/Image.js +1 -1
- package/dist/Initials.js +1 -1
- package/dist/InlineAlert.js +2 -2
- package/dist/{Label-Dn79UkZF.js → Label-ulq3OJrK.js} +1 -1
- package/dist/Label.js +1 -1
- package/dist/LayoutCard.js +1 -1
- package/dist/{Link-BKwioNbB.js → Link-C26cRsUe.js} +1 -1
- package/dist/Link.js +1 -1
- package/dist/List.js +38 -39
- package/dist/LoadingSpinner-DqsZ7IDL.js +17 -0
- package/dist/LoadingSpinner.js +7 -0
- package/dist/MenuItem-DbXZNJo6.js +49 -0
- package/dist/MenuItem.js +1 -1
- package/dist/Modal.js +43 -44
- package/dist/Navigation.js +9 -8
- package/dist/NumberField.js +6 -6
- package/dist/RadioGroup.js +5 -5
- package/dist/Select.js +33 -32
- package/dist/StatusBadge.js +3 -3
- package/dist/{StatusIcon-BFo293NO.js → StatusIcon-BTL-kqaV.js} +3 -3
- package/dist/StatusIcon.js +1 -1
- package/dist/Switch.js +5 -5
- package/dist/Tabs.js +2 -2
- package/dist/{Text-DOsCjavW.js → Text-CBzyk1oM.js} +1 -1
- package/dist/Text.js +1 -1
- package/dist/TextArea.js +2 -2
- package/dist/TextField.js +2 -2
- package/dist/{TextFieldBase-BMsXy6I_.js → TextFieldBase-DUrVCfnx.js} +1 -1
- package/dist/flowComponent-BuF0s2uG.js +22 -0
- package/dist/react-hook-form.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/types/components/ButtonGroup/ButtonGroup.d.ts +4 -3
- package/dist/types/components/ContextMenu/ContextMenu.d.ts +2 -1
- package/dist/types/components/ContextMenu/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/Link/Link.d.ts +1 -1
- package/dist/types/components/LoadingSpinner/LoadingSpinner.d.ts +5 -0
- package/dist/types/components/LoadingSpinner/index.d.ts +4 -0
- package/dist/types/components/LoadingSpinner/stories/Default.stories.d.ts +7 -0
- package/dist/types/components/MenuItem/MenuItem.d.ts +5 -3
- package/dist/types/components/MenuItem/MenuItemContent.d.ts +3 -1
- package/dist/types/components/Modal/Modal.d.ts +1 -0
- package/dist/types/components/propTypes/index.d.ts +2 -1
- package/dist/types/lib/childProps/ChildPropsStore.d.ts +1 -1
- package/dist/types/lib/componentFactory/flowComponent.d.ts +2 -2
- package/dist/types/lib/propsContext/propsContext.d.ts +1 -0
- package/dist/{useProps-C57t0bqC.js → useProps-Dx3m8kCJ.js} +1 -0
- package/package.json +7 -3
- package/dist/ContextMenu-AALlqsl3.js +0 -36
- package/dist/IconSucceeded-Dfdm67cI.js +0 -11
- package/dist/MenuItem-DgHFLZFs.js +0 -38
- package/dist/flowComponent-D0FdCoE_.js +0 -22
|
@@ -9,7 +9,7 @@ import { P as x } from "./PropsContextProvider-DZvwqHLP.js";
|
|
|
9
9
|
import "@react-aria/utils";
|
|
10
10
|
import "remeda";
|
|
11
11
|
import "dot-prop";
|
|
12
|
-
import { u as A } from "./useProps-
|
|
12
|
+
import { u as A } from "./useProps-Dx3m8kCJ.js";
|
|
13
13
|
import { u as C } from "./useOverlayState-BnPe_CrX.js";
|
|
14
14
|
import { makeObservable as y, observable as r, action as l } from "mobx";
|
|
15
15
|
import { u as v } from "./useSelector-DpU7_HMO.js";
|
package/dist/Action.js
CHANGED
package/dist/Avatar.js
CHANGED
|
@@ -4,7 +4,7 @@ import i, { isValidElement as v } from "react";
|
|
|
4
4
|
import m from "clsx";
|
|
5
5
|
import { C as p } from "./ClearPropsContext-CeCMjUK9.js";
|
|
6
6
|
import { P as c } from "./PropsContextProvider-DZvwqHLP.js";
|
|
7
|
-
import { u as f } from "./useProps-
|
|
7
|
+
import { u as f } from "./useProps-Dx3m8kCJ.js";
|
|
8
8
|
import { hash as w } from "object-code";
|
|
9
9
|
import { deepForEach as z } from "react-children-utilities";
|
|
10
10
|
const d = "flow--avatar", h = "flow--avatar--icon", u = "flow--avatar--initials", r = {
|
package/dist/Breadcrumb.js
CHANGED
|
@@ -4,8 +4,8 @@ import r from "react";
|
|
|
4
4
|
import * as s from "react-aria-components";
|
|
5
5
|
import a from "clsx";
|
|
6
6
|
import "@tabler/icons-react";
|
|
7
|
-
import "./Icon-
|
|
8
|
-
import { I as u } from "./IconChevronRight-
|
|
7
|
+
import "./Icon-DdQwrIup.js";
|
|
8
|
+
import { I as u } from "./IconChevronRight-Bsu-sUej.js";
|
|
9
9
|
import "./propsContext-CauylOgH.js";
|
|
10
10
|
import { P as d } from "./PropsContextProvider-DZvwqHLP.js";
|
|
11
11
|
import "@react-aria/utils";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
|
-
import
|
|
4
|
-
import * as
|
|
3
|
+
import o from "react";
|
|
4
|
+
import * as E from "react-aria-components";
|
|
5
5
|
import x from "clsx";
|
|
6
6
|
import { C } from "./ClearPropsContext-CeCMjUK9.js";
|
|
7
7
|
import { P as I } from "./PropsContextProvider-DZvwqHLP.js";
|
|
@@ -9,14 +9,15 @@ import "@react-aria/utils";
|
|
|
9
9
|
import "./propsContext-CauylOgH.js";
|
|
10
10
|
import "remeda";
|
|
11
11
|
import "@tabler/icons-react";
|
|
12
|
-
import "./Icon-
|
|
13
|
-
import { I as N, a as h
|
|
12
|
+
import "./Icon-DdQwrIup.js";
|
|
13
|
+
import { I as N, a as h } from "./IconSucceeded-BM7cipIv.js";
|
|
14
14
|
import { W as d } from "./Wrap-DGT1h1o3.js";
|
|
15
|
-
import { T as
|
|
16
|
-
import { f as
|
|
17
|
-
import { useLocalizedStringFormatter as
|
|
18
|
-
|
|
19
|
-
|
|
15
|
+
import { T as z } from "./Text-CBzyk1oM.js";
|
|
16
|
+
import { f as L } from "./flowComponent-BuF0s2uG.js";
|
|
17
|
+
import { useLocalizedStringFormatter as B } from "react-aria";
|
|
18
|
+
import { L as A } from "./LoadingSpinner-DqsZ7IDL.js";
|
|
19
|
+
const D = "flow--button", T = "flow--button--avatar", K = "flow--button--icon", U = "flow--button--text", W = "flow--button--content", $ = "flow--button--state-icon", R = "flow--button--is-succeeded", j = "flow--button--is-failed", k = "flow--button--is-pending", q = "flow--button--plain", G = "flow--button--primary", H = "flow--button--solid", J = "flow--button--accent", M = "flow--button--danger", O = "flow--button--secondary", Q = "flow--button--soft", e = {
|
|
20
|
+
button: D,
|
|
20
21
|
avatar: T,
|
|
21
22
|
icon: K,
|
|
22
23
|
text: U,
|
|
@@ -44,7 +45,7 @@ const L = "flow--button", T = "flow--button--avatar", K = "flow--button--icon",
|
|
|
44
45
|
"button.isPending": "Pending",
|
|
45
46
|
"button.isSucceeded": "Succeeded"
|
|
46
47
|
}
|
|
47
|
-
}, X = (t) => ((t.isPending || t.isSucceeded || t.isFailed) && (t = { ...t }, t.onPress = void 0, t.onPressStart = void 0, t.onPressEnd = void 0, t.onPressChange = void 0, t.onPressUp = void 0, t.onKeyDown = void 0, t.onKeyUp = void 0), t),
|
|
48
|
+
}, X = (t) => ((t.isPending || t.isSucceeded || t.isFailed) && (t = { ...t }, t.onPress = void 0, t.onPressStart = void 0, t.onPressEnd = void 0, t.onPressChange = void 0, t.onPressUp = void 0, t.onKeyDown = void 0, t.onKeyUp = void 0), t), ut = L("Button", (t) => {
|
|
48
49
|
t = X(t);
|
|
49
50
|
const {
|
|
50
51
|
variant: m = "primary",
|
|
@@ -54,7 +55,7 @@ const L = "flow--button", T = "flow--button--avatar", K = "flow--button--icon",
|
|
|
54
55
|
size: i = "m",
|
|
55
56
|
isPending: a,
|
|
56
57
|
isDisabled: b,
|
|
57
|
-
isSucceeded:
|
|
58
|
+
isSucceeded: n,
|
|
58
59
|
isFailed: s,
|
|
59
60
|
"aria-label": g,
|
|
60
61
|
ref: P,
|
|
@@ -62,7 +63,7 @@ const L = "flow--button", T = "flow--button--avatar", K = "flow--button--icon",
|
|
|
62
63
|
} = t, v = x(
|
|
63
64
|
e.button,
|
|
64
65
|
a && e.isPending,
|
|
65
|
-
|
|
66
|
+
n && e.isSucceeded,
|
|
66
67
|
s && e.isFailed,
|
|
67
68
|
e[`size-${i}`],
|
|
68
69
|
e[m],
|
|
@@ -80,22 +81,22 @@ const L = "flow--button", T = "flow--button--avatar", K = "flow--button--icon",
|
|
|
80
81
|
Avatar: {
|
|
81
82
|
className: e.avatar
|
|
82
83
|
}
|
|
83
|
-
},
|
|
84
|
-
`button.${
|
|
85
|
-
) : void 0, r =
|
|
86
|
-
return /* @__PURE__ */
|
|
87
|
-
|
|
84
|
+
}, p = B(V), F = n || s || a ? p.format(
|
|
85
|
+
`button.${n ? "isSucceeded" : s ? "isFailed" : "isPending"}`
|
|
86
|
+
) : void 0, r = n ? N : s ? h : a ? A : void 0, l = r && /* @__PURE__ */ o.createElement(r, { size: i, className: e.stateIcon }), y = typeof c == "string";
|
|
87
|
+
return /* @__PURE__ */ o.createElement(C, null, /* @__PURE__ */ o.createElement(
|
|
88
|
+
E.Button,
|
|
88
89
|
{
|
|
89
90
|
className: v,
|
|
90
91
|
isDisabled: b,
|
|
91
|
-
"aria-label":
|
|
92
|
+
"aria-label": F ?? g,
|
|
92
93
|
ref: P,
|
|
93
94
|
...w
|
|
94
95
|
},
|
|
95
|
-
/* @__PURE__ */
|
|
96
|
+
/* @__PURE__ */ o.createElement(I, { props: S }, /* @__PURE__ */ o.createElement(d, { if: l }, /* @__PURE__ */ o.createElement("span", { className: e.content }, /* @__PURE__ */ o.createElement(d, { if: y }, /* @__PURE__ */ o.createElement(z, null, c))))),
|
|
96
97
|
l
|
|
97
98
|
));
|
|
98
99
|
});
|
|
99
100
|
export {
|
|
100
|
-
|
|
101
|
+
ut as B
|
|
101
102
|
};
|
package/dist/Button.js
CHANGED
package/dist/ButtonGroup.js
CHANGED
|
@@ -2,24 +2,25 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import o from "react";
|
|
4
4
|
import { C as u } from "./ClearPropsContext-CeCMjUK9.js";
|
|
5
|
-
import { P as
|
|
6
|
-
import { u as l } from "./useProps-
|
|
7
|
-
import { d } from "./dynamic-ClpUSmEt.js";
|
|
8
|
-
import
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
5
|
+
import { P as c } from "./PropsContextProvider-DZvwqHLP.js";
|
|
6
|
+
import { u as l } from "./useProps-Dx3m8kCJ.js";
|
|
7
|
+
import { d as i } from "./dynamic-ClpUSmEt.js";
|
|
8
|
+
import d from "clsx";
|
|
9
|
+
import { f } from "./flowComponent-BuF0s2uG.js";
|
|
10
|
+
const y = "flow--button-group", C = "flow--button-group--secondary", t = {
|
|
11
|
+
buttonGroup: y,
|
|
12
|
+
secondary: C
|
|
13
|
+
}, g = f("ButtonGroup", (r) => {
|
|
14
|
+
const { children: e, className: s, ...n } = l("ButtonGroup", r), a = d(t.buttonGroup, s), p = {
|
|
14
15
|
Button: {
|
|
15
|
-
className:
|
|
16
|
-
(
|
|
16
|
+
className: i(
|
|
17
|
+
(m) => m.variant === "secondary" ? t.secondary : void 0
|
|
17
18
|
)
|
|
18
19
|
}
|
|
19
20
|
};
|
|
20
|
-
return /* @__PURE__ */ o.createElement(u, null, /* @__PURE__ */ o.createElement("div", { ...n, className: a, role: "group" }, /* @__PURE__ */ o.createElement(
|
|
21
|
-
};
|
|
21
|
+
return /* @__PURE__ */ o.createElement(u, null, /* @__PURE__ */ o.createElement("div", { ...n, className: a, role: "group" }, /* @__PURE__ */ o.createElement(c, { props: p }, e)));
|
|
22
|
+
});
|
|
22
23
|
export {
|
|
23
|
-
|
|
24
|
-
|
|
24
|
+
g as ButtonGroup,
|
|
25
|
+
g as default
|
|
25
26
|
};
|
|
@@ -4,15 +4,15 @@ import e from "react";
|
|
|
4
4
|
import * as i from "react-aria-components";
|
|
5
5
|
import p from "clsx";
|
|
6
6
|
import "@tabler/icons-react";
|
|
7
|
-
import "./Icon-
|
|
8
|
-
import { I as x, a as h } from "./IconCheckboxEmpty-
|
|
9
|
-
import { I as C } from "./IconCheckboxIndeterminate-
|
|
7
|
+
import "./Icon-DdQwrIup.js";
|
|
8
|
+
import { I as x, a as h } from "./IconCheckboxEmpty-BwNkQgcq.js";
|
|
9
|
+
import { I as C } from "./IconCheckboxIndeterminate-Bs5lfqSL.js";
|
|
10
10
|
import { C as f } from "./ClearPropsContext-CeCMjUK9.js";
|
|
11
11
|
import "./propsContext-CauylOgH.js";
|
|
12
12
|
import "@react-aria/utils";
|
|
13
13
|
import "remeda";
|
|
14
14
|
import "dot-prop";
|
|
15
|
-
import { f as k } from "./flowComponent-
|
|
15
|
+
import { f as k } from "./flowComponent-BuF0s2uG.js";
|
|
16
16
|
const b = "flow--checkbox", E = "flow--checkbox--icon", o = {
|
|
17
17
|
checkbox: b,
|
|
18
18
|
icon: E
|
package/dist/Checkbox.js
CHANGED
|
@@ -7,8 +7,8 @@ import { P as p } from "./PropsContextProvider-DZvwqHLP.js";
|
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "./propsContext-CauylOgH.js";
|
|
9
9
|
import "remeda";
|
|
10
|
-
import { C as b } from "./Checkbox-
|
|
11
|
-
import { f as x } from "./flowComponent-
|
|
10
|
+
import { C as b } from "./Checkbox-BoIUZoUj.js";
|
|
11
|
+
import { f as x } from "./flowComponent-BuF0s2uG.js";
|
|
12
12
|
const C = "flow--checkbox-button", f = "flow--checkbox-button--content", i = "flow--checkbox-button--label", o = {
|
|
13
13
|
checkboxButton: C,
|
|
14
14
|
content: f,
|
package/dist/CheckboxButton.js
CHANGED
package/dist/CheckboxGroup.js
CHANGED
|
@@ -7,13 +7,13 @@ import "./propsContext-CauylOgH.js";
|
|
|
7
7
|
import { P as b } from "./PropsContextProvider-DZvwqHLP.js";
|
|
8
8
|
import "@react-aria/utils";
|
|
9
9
|
import "remeda";
|
|
10
|
-
import { F as h } from "./FieldError-
|
|
11
|
-
import { C as E } from "./CheckboxButton-
|
|
10
|
+
import { F as h } from "./FieldError-De8_olcs.js";
|
|
11
|
+
import { C as E } from "./CheckboxButton-BjHq5R2V.js";
|
|
12
12
|
import { TunnelProvider as k, TunnelExit as r } from "@mittwald/react-tunnel";
|
|
13
13
|
import { s as o } from "./FormField.module-DHK6nIcD.js";
|
|
14
14
|
import { C } from "./ColumnLayout-FMONjI17.js";
|
|
15
15
|
import { d as N } from "./deepFindOfType-6pG0fH7S.js";
|
|
16
|
-
import { f as F } from "./flowComponent-
|
|
16
|
+
import { f as F } from "./flowComponent-BuF0s2uG.js";
|
|
17
17
|
const G = "flow--checkbox-group", s = {
|
|
18
18
|
checkboxGroup: G
|
|
19
19
|
}, j = F("CheckboxGroup", (l) => {
|
package/dist/Content.js
CHANGED
|
@@ -6,7 +6,7 @@ import "./propsContext-CauylOgH.js";
|
|
|
6
6
|
import "@react-aria/utils";
|
|
7
7
|
import "remeda";
|
|
8
8
|
import "dot-prop";
|
|
9
|
-
import { f as i } from "./flowComponent-
|
|
9
|
+
import { f as i } from "./flowComponent-BuF0s2uG.js";
|
|
10
10
|
const E = i("Content", (e) => {
|
|
11
11
|
const { children: o, elementType: r = "div", ref: n, ...m } = e, p = r;
|
|
12
12
|
return /* @__PURE__ */ t.createElement(l, null, /* @__PURE__ */ t.createElement(p, { ref: n, ...m }, o));
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import e from "react";
|
|
4
|
+
import * as f from "react-aria-components";
|
|
5
|
+
import { f as u } from "./flowComponent-BuF0s2uG.js";
|
|
6
|
+
import { P as x } from "./Popover-MmxZkKu3.js";
|
|
7
|
+
import { C } from "./ClearPropsContext-CeCMjUK9.js";
|
|
8
|
+
import { P as M } from "./PropsContextProvider-DZvwqHLP.js";
|
|
9
|
+
import "@react-aria/utils";
|
|
10
|
+
import "./propsContext-CauylOgH.js";
|
|
11
|
+
import "remeda";
|
|
12
|
+
const d = "flow--context-menu", P = {
|
|
13
|
+
contextMenu: d
|
|
14
|
+
}, K = u("ContextMenu", (o) => {
|
|
15
|
+
const {
|
|
16
|
+
children: n,
|
|
17
|
+
onAction: r,
|
|
18
|
+
selectionMode: t,
|
|
19
|
+
selectedKeys: s,
|
|
20
|
+
defaultSelectedKeys: a,
|
|
21
|
+
onSelectionChange: i,
|
|
22
|
+
ref: c,
|
|
23
|
+
...m
|
|
24
|
+
} = o, l = t === "navigation" ? "single" : t, p = {
|
|
25
|
+
MenuItem: {
|
|
26
|
+
selectionVariant: t === "navigation" ? "navigation" : "control"
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
return /* @__PURE__ */ e.createElement(C, null, /* @__PURE__ */ e.createElement(x, { ...m }, /* @__PURE__ */ e.createElement(
|
|
30
|
+
f.Menu,
|
|
31
|
+
{
|
|
32
|
+
className: P.contextMenu,
|
|
33
|
+
onAction: r,
|
|
34
|
+
selectionMode: l,
|
|
35
|
+
selectedKeys: s,
|
|
36
|
+
defaultSelectedKeys: a,
|
|
37
|
+
onSelectionChange: i,
|
|
38
|
+
ref: c
|
|
39
|
+
},
|
|
40
|
+
/* @__PURE__ */ e.createElement(M, { props: p }, n)
|
|
41
|
+
)));
|
|
42
|
+
});
|
|
43
|
+
export {
|
|
44
|
+
K as C
|
|
45
|
+
};
|
package/dist/ContextMenu.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
|
-
import { C as r } from "./ContextMenu-
|
|
4
|
-
import { M as n } from "./MenuItem-
|
|
3
|
+
import { C as r } from "./ContextMenu-BdvZvLg7.js";
|
|
4
|
+
import { M as n } from "./MenuItem-DbXZNJo6.js";
|
|
5
5
|
import { MenuTrigger as m } from "react-aria-components";
|
|
6
6
|
export {
|
|
7
7
|
r as ContextMenu,
|
package/dist/CopyButton.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import o from "react";
|
|
4
4
|
import a from "copy-to-clipboard";
|
|
5
|
-
import { B as i } from "./Button-
|
|
5
|
+
import { B as i } from "./Button-B2GKVrxY.js";
|
|
6
6
|
import "@tabler/icons-react";
|
|
7
|
-
import "./Icon-
|
|
8
|
-
import { I as c } from "./IconCopy-
|
|
7
|
+
import "./Icon-DdQwrIup.js";
|
|
8
|
+
import { I as c } from "./IconCopy-D40P_nc1.js";
|
|
9
9
|
import { useLocalizedStringFormatter as l } from "react-aria";
|
|
10
10
|
import { a as s, T as f } from "./TooltipTrigger-TslkLN5s.js";
|
|
11
11
|
import { onlyText as u } from "react-children-utilities";
|
|
@@ -14,8 +14,8 @@ import "./propsContext-CauylOgH.js";
|
|
|
14
14
|
import "@react-aria/utils";
|
|
15
15
|
import "remeda";
|
|
16
16
|
import "dot-prop";
|
|
17
|
-
import { f as C } from "./flowComponent-
|
|
18
|
-
import { A as E } from "./Action-
|
|
17
|
+
import { f as C } from "./flowComponent-BuF0s2uG.js";
|
|
18
|
+
import { A as E } from "./Action-B9PIFbjG.js";
|
|
19
19
|
const B = {
|
|
20
20
|
"de-DE": {
|
|
21
21
|
"copyButton.copy": "Kopieren"
|
package/dist/FieldDescription.js
CHANGED
|
@@ -7,8 +7,8 @@ import "./propsContext-CauylOgH.js";
|
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "remeda";
|
|
9
9
|
import "dot-prop";
|
|
10
|
-
import { T as c } from "./Text-
|
|
11
|
-
import { f as p } from "./flowComponent-
|
|
10
|
+
import { T as c } from "./Text-CBzyk1oM.js";
|
|
11
|
+
import { f as p } from "./flowComponent-BuF0s2uG.js";
|
|
12
12
|
const a = "flow--field-description", f = {
|
|
13
13
|
fieldDescription: a
|
|
14
14
|
}, T = p("FieldDescription", (e) => {
|
|
@@ -9,9 +9,9 @@ import "@react-aria/utils";
|
|
|
9
9
|
import "remeda";
|
|
10
10
|
import "dot-prop";
|
|
11
11
|
import "@tabler/icons-react";
|
|
12
|
-
import "./Icon-
|
|
13
|
-
import { I as p } from "./IconDanger-
|
|
14
|
-
import { f } from "./flowComponent-
|
|
12
|
+
import "./Icon-DdQwrIup.js";
|
|
13
|
+
import { I as p } from "./IconDanger-DjolwDVI.js";
|
|
14
|
+
import { f } from "./flowComponent-BuF0s2uG.js";
|
|
15
15
|
const E = "flow--field-error", d = {
|
|
16
16
|
fieldError: E
|
|
17
17
|
}, z = f("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 m from "react";
|
|
4
|
-
import { f as c } from "./flowComponent-
|
|
4
|
+
import { f as c } from "./flowComponent-BuF0s2uG.js";
|
|
5
5
|
const s = c("Header", (e) => {
|
|
6
6
|
const { children: t, ref: r, elementType: o = "header", ...n } = e, a = o;
|
|
7
7
|
return /* @__PURE__ */ m.createElement(a, { ...n, ref: r }, t);
|
package/dist/Heading.js
CHANGED
|
@@ -7,7 +7,7 @@ import { P as d } from "./PropsContextProvider-DZvwqHLP.js";
|
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "./propsContext-CauylOgH.js";
|
|
9
9
|
import "remeda";
|
|
10
|
-
import { f } from "./flowComponent-
|
|
10
|
+
import { f } from "./flowComponent-BuF0s2uG.js";
|
|
11
11
|
import * as g from "react-aria-components";
|
|
12
12
|
const h = "flow--heading", C = "flow--heading--icon", o = {
|
|
13
13
|
heading: h,
|
|
@@ -8,7 +8,7 @@ import "./propsContext-CauylOgH.js";
|
|
|
8
8
|
import "@react-aria/utils";
|
|
9
9
|
import "remeda";
|
|
10
10
|
import "dot-prop";
|
|
11
|
-
import { f as z } from "./flowComponent-
|
|
11
|
+
import { f as z } from "./flowComponent-BuF0s2uG.js";
|
|
12
12
|
const b = "flow--icon", c = {
|
|
13
13
|
icon: b,
|
|
14
14
|
"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-DdQwrIup.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 e from "react";
|
|
4
4
|
import { IconSquareCheckFilled as t, IconSquare as n } from "@tabler/icons-react";
|
|
5
|
-
import { I as o } from "./Icon-
|
|
5
|
+
import { I as o } from "./Icon-DdQwrIup.js";
|
|
6
6
|
const l = (c) => /* @__PURE__ */ e.createElement(o, { ...c }, /* @__PURE__ */ e.createElement(t, null)), I = (c) => /* @__PURE__ */ e.createElement(o, { ...c }, /* @__PURE__ */ e.createElement(n, null));
|
|
7
7
|
export {
|
|
8
8
|
l as I,
|
package/dist/{IconCheckboxIndeterminate-DocwIA57.js → IconCheckboxIndeterminate-Bs5lfqSL.js}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconSquareMinusFilled as t } from "@tabler/icons-react";
|
|
5
|
-
import { I as r } from "./Icon-
|
|
5
|
+
import { I as r } from "./Icon-DdQwrIup.js";
|
|
6
6
|
const a = (o) => /* @__PURE__ */ e.createElement(r, { ...o }, /* @__PURE__ */ e.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 { IconChevronDown as e } from "@tabler/icons-react";
|
|
5
|
-
import { I as r } from "./Icon-
|
|
5
|
+
import { I as r } from "./Icon-DdQwrIup.js";
|
|
6
6
|
const a = (n) => /* @__PURE__ */ o.createElement(r, { ...n }, /* @__PURE__ */ o.createElement(e, null));
|
|
7
7
|
export {
|
|
8
8
|
a as I
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import o from "react";
|
|
4
4
|
import { IconChevronRight as t } from "@tabler/icons-react";
|
|
5
|
-
import { I as r } from "./Icon-
|
|
5
|
+
import { I as r } from "./Icon-DdQwrIup.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 { IconX as t } from "@tabler/icons-react";
|
|
5
|
-
import { I as r } from "./Icon-
|
|
5
|
+
import { I as r } from "./Icon-DdQwrIup.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 { IconDots as e } from "@tabler/icons-react";
|
|
5
|
-
import { I as n } from "./Icon-
|
|
5
|
+
import { I as n } from "./Icon-DdQwrIup.js";
|
|
6
6
|
const a = (t) => /* @__PURE__ */ o.createElement(n, { ...t }, /* @__PURE__ */ o.createElement(e, 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-DdQwrIup.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-DdQwrIup.js";
|
|
6
6
|
const c = (r) => /* @__PURE__ */ e.createElement(t, { ...r }, /* @__PURE__ */ e.createElement(o, null));
|
|
7
7
|
export {
|
|
8
8
|
c as I
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import e from "react";
|
|
4
|
+
import { IconLoader2 as r } from "@tabler/icons-react";
|
|
5
|
+
import { I as t } from "./Icon-DdQwrIup.js";
|
|
6
|
+
const a = (o) => /* @__PURE__ */ e.createElement(t, { ...o }, /* @__PURE__ */ e.createElement(r, null));
|
|
7
|
+
export {
|
|
8
|
+
a as I
|
|
9
|
+
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconChevronUp as c, IconMinus as t, IconPlus as r } from "@tabler/icons-react";
|
|
5
|
-
import { I as o } from "./Icon-
|
|
5
|
+
import { I as o } from "./Icon-DdQwrIup.js";
|
|
6
6
|
const m = (n) => /* @__PURE__ */ e.createElement(o, { ...n }, /* @__PURE__ */ e.createElement(c, null)), I = (n) => /* @__PURE__ */ e.createElement(o, { ...n }, /* @__PURE__ */ e.createElement(t, null)), u = (n) => /* @__PURE__ */ e.createElement(o, { ...n }, /* @__PURE__ */ e.createElement(r, null));
|
|
7
7
|
export {
|
|
8
8
|
I,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconCircle as c, IconCircleDotFilled as n } from "@tabler/icons-react";
|
|
5
|
-
import { I as t } from "./Icon-
|
|
5
|
+
import { I as t } from "./Icon-DdQwrIup.js";
|
|
6
6
|
const m = (o) => /* @__PURE__ */ e.createElement(t, { ...o }, /* @__PURE__ */ e.createElement(c, null)), i = (o) => /* @__PURE__ */ e.createElement(t, { ...o }, /* @__PURE__ */ e.createElement(n, null));
|
|
7
7
|
export {
|
|
8
8
|
i as I,
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import e from "react";
|
|
4
|
+
import { IconX as o, IconCheck as n } from "@tabler/icons-react";
|
|
5
|
+
import { I as t } from "./Icon-DdQwrIup.js";
|
|
6
|
+
const l = (c) => /* @__PURE__ */ e.createElement(t, { ...c }, /* @__PURE__ */ e.createElement(o, null)), I = (c) => /* @__PURE__ */ e.createElement(t, { ...c }, /* @__PURE__ */ e.createElement(n, null));
|
|
7
|
+
export {
|
|
8
|
+
I,
|
|
9
|
+
l as a
|
|
10
|
+
};
|
|
@@ -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-DdQwrIup.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,
|