@mittwald/flow-react-components 0.1.0-alpha.69 → 0.1.0-alpha.71
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-ETN2QGBh.js → Button-B2GKVrxY.js} +5 -5
- package/dist/Button.js +1 -1
- package/dist/ButtonGroup.js +16 -14
- 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-DJ4VRDCG.js +47 -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-BeLtxUJV.js → IconPending-CNK3p9b6.js} +1 -1
- package/dist/{IconPlus-Zlw57lYp.js → IconPlus-DrgRgDHV.js} +1 -1
- package/dist/{IconRadioOn-BpFVTp96.js → IconRadioOn-CLIrOyli.js} +1 -1
- package/dist/{IconSucceeded-DJjtn14a.js → IconSucceeded-BM7cipIv.js} +1 -1
- package/dist/{IconWarning-BD3bYgr3.js → IconWarning-DJWRlfNT.js} +1 -1
- package/dist/Icons.js +15 -15
- package/dist/IllustratedMessage.js +19 -18
- 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 +55 -56
- package/dist/{LoadingSpinner-BJ0iAWpF.js → LoadingSpinner-DqsZ7IDL.js} +2 -2
- package/dist/LoadingSpinner.js +1 -1
- 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 +122 -36
- 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/MenuItem/MenuItem.d.ts +5 -3
- package/dist/types/components/MenuItem/MenuItemContent.d.ts +3 -1
- package/dist/types/components/Tabs/components/Tab/context.d.ts +1 -1
- package/dist/types/components/Tabs/components/TabList/TabList.d.ts +10 -0
- package/dist/types/components/Tabs/components/TabList/index.d.ts +1 -0
- package/dist/types/components/Tabs/components/TabTitle/TabTitleCollapsed.d.ts +8 -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/hooks/dom/useObserveOverflow.d.ts +8 -0
- package/dist/types/lib/propsContext/propsContext.d.ts +35 -34
- package/dist/{useProps-C57t0bqC.js → useProps-Dx3m8kCJ.js} +1 -0
- package/package.json +35 -34
- package/dist/ContextMenu-AALlqsl3.js +0 -36
- 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";
|
|
@@ -9,13 +9,13 @@ 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 } from "./IconSucceeded-
|
|
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 z } from "./Text-
|
|
16
|
-
import { f as L } from "./flowComponent-
|
|
15
|
+
import { T as z } from "./Text-CBzyk1oM.js";
|
|
16
|
+
import { f as L } from "./flowComponent-BuF0s2uG.js";
|
|
17
17
|
import { useLocalizedStringFormatter as B } from "react-aria";
|
|
18
|
-
import { L as A } from "./LoadingSpinner-
|
|
18
|
+
import { L as A } from "./LoadingSpinner-DqsZ7IDL.js";
|
|
19
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
20
|
button: D,
|
|
21
21
|
avatar: T,
|
package/dist/Button.js
CHANGED
package/dist/ButtonGroup.js
CHANGED
|
@@ -1,25 +1,27 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
3
|
import o from "react";
|
|
4
|
-
import { C as
|
|
4
|
+
import { C as c } from "./ClearPropsContext-CeCMjUK9.js";
|
|
5
5
|
import { P as m } from "./PropsContextProvider-DZvwqHLP.js";
|
|
6
|
-
import { u as l } from "./useProps-
|
|
7
|
-
import { d } from "./dynamic-ClpUSmEt.js";
|
|
8
|
-
import
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
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 b = "flow--button-group--button-group-container", C = "flow--button-group", G = "flow--button-group--secondary", t = {
|
|
11
|
+
buttonGroupContainer: b,
|
|
12
|
+
buttonGroup: C,
|
|
13
|
+
secondary: G
|
|
14
|
+
}, B = f("ButtonGroup", (r) => {
|
|
15
|
+
const { children: n, className: e, ...s } = l("ButtonGroup", r), a = d(t.buttonGroupContainer, e), u = {
|
|
14
16
|
Button: {
|
|
15
|
-
className:
|
|
17
|
+
className: i(
|
|
16
18
|
(p) => p.variant === "secondary" ? t.secondary : void 0
|
|
17
19
|
)
|
|
18
20
|
}
|
|
19
21
|
};
|
|
20
|
-
return /* @__PURE__ */ o.createElement(
|
|
21
|
-
};
|
|
22
|
+
return /* @__PURE__ */ o.createElement(c, null, /* @__PURE__ */ o.createElement("div", { ...s, className: a }, /* @__PURE__ */ o.createElement("div", { className: t.buttonGroup, role: "group" }, /* @__PURE__ */ o.createElement(m, { props: u }, n))));
|
|
23
|
+
});
|
|
22
24
|
export {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
+
B as ButtonGroup,
|
|
26
|
+
B as default
|
|
25
27
|
};
|
|
@@ -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,47 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import e from "react";
|
|
4
|
+
import * as u from "react-aria-components";
|
|
5
|
+
import { f as d } 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 P = "flow--context-menu", g = {
|
|
13
|
+
contextMenu: P
|
|
14
|
+
}, b = d("ContextMenu", (o) => {
|
|
15
|
+
const {
|
|
16
|
+
children: n,
|
|
17
|
+
onAction: r,
|
|
18
|
+
selectionMode: t,
|
|
19
|
+
selectedKeys: s,
|
|
20
|
+
defaultSelectedKeys: a,
|
|
21
|
+
disabledKeys: i,
|
|
22
|
+
onSelectionChange: c,
|
|
23
|
+
ref: l,
|
|
24
|
+
...m
|
|
25
|
+
} = o, p = t === "navigation" ? "single" : t, f = {
|
|
26
|
+
MenuItem: {
|
|
27
|
+
selectionVariant: t === "navigation" ? "navigation" : "control"
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
return /* @__PURE__ */ e.createElement(C, null, /* @__PURE__ */ e.createElement(x, { ...m }, /* @__PURE__ */ e.createElement(
|
|
31
|
+
u.Menu,
|
|
32
|
+
{
|
|
33
|
+
className: g.contextMenu,
|
|
34
|
+
onAction: r,
|
|
35
|
+
selectionMode: p,
|
|
36
|
+
selectedKeys: s,
|
|
37
|
+
defaultSelectedKeys: a,
|
|
38
|
+
disabledKeys: i,
|
|
39
|
+
onSelectionChange: c,
|
|
40
|
+
ref: l
|
|
41
|
+
},
|
|
42
|
+
/* @__PURE__ */ e.createElement(M, { props: f }, n)
|
|
43
|
+
)));
|
|
44
|
+
});
|
|
45
|
+
export {
|
|
46
|
+
b as C
|
|
47
|
+
};
|
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-DJ4VRDCG.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
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconLoader2 as r } 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(r, null));
|
|
7
7
|
export {
|
|
8
8
|
a as I
|
|
@@ -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,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import { IconX as o, IconCheck 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 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
7
|
export {
|
|
8
8
|
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-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,
|
package/dist/Icons.js
CHANGED
|
@@ -2,21 +2,21 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import n from "react";
|
|
4
4
|
import { IconAppWindow as o, IconArrowLeft as l, IconClock as c, IconChevronLeft as a, IconCode as r, IconCalendarCheck as I, IconBuilding as m, IconLayoutBoard as s, IconDatabase as E, IconCalendar as u, IconTrash as i, IconWorld as p, IconMail as h, IconExternalLink as d, IconFilter as f, IconEyeCancel as C, IconHome as x, IconList as S, IconPower as g, IconUsersGroup as v, IconBell as L, IconArchive as b, IconDice3 as k, IconSearch as w, IconListSearch as D, IconServer as $, IconSettings as M, IconEye as y, IconAdjustmentsHorizontal as B, IconDoor as H, IconSubtask as A, IconHeadset as F, IconFileX as R, IconLayoutGrid as V } from "@tabler/icons-react";
|
|
5
|
-
import { I as t } from "./Icon-
|
|
6
|
-
import { I as be } from "./IconCheck-
|
|
7
|
-
import { I as we, a as De } from "./IconCheckboxEmpty-
|
|
8
|
-
import { I as Me } from "./IconCheckboxIndeterminate-
|
|
9
|
-
import { I as Be } from "./IconChevronDown-
|
|
10
|
-
import { I as Ae } from "./IconChevronRight-
|
|
11
|
-
import { a as Re, I as Ve, b as Pe } from "./IconPlus-
|
|
12
|
-
import { I as je } from "./IconClose-
|
|
13
|
-
import { I as We } from "./IconContextMenu-
|
|
14
|
-
import { I as Oe } from "./IconCopy-
|
|
15
|
-
import { I as Ne } from "./IconDanger-
|
|
16
|
-
import { a as qe, I as Je } from "./IconSucceeded-
|
|
17
|
-
import { I as Qe, a as Ye, b as Ze } from "./IconWarning-
|
|
18
|
-
import { I as en } from "./IconPending-
|
|
19
|
-
import { a as tn, I as cn } from "./IconRadioOn-
|
|
5
|
+
import { I as t } from "./Icon-DdQwrIup.js";
|
|
6
|
+
import { I as be } from "./IconCheck-bNZIdvHV.js";
|
|
7
|
+
import { I as we, a as De } from "./IconCheckboxEmpty-BwNkQgcq.js";
|
|
8
|
+
import { I as Me } from "./IconCheckboxIndeterminate-Bs5lfqSL.js";
|
|
9
|
+
import { I as Be } from "./IconChevronDown-a_vSoTxH.js";
|
|
10
|
+
import { I as Ae } from "./IconChevronRight-Bsu-sUej.js";
|
|
11
|
+
import { a as Re, I as Ve, b as Pe } from "./IconPlus-DrgRgDHV.js";
|
|
12
|
+
import { I as je } from "./IconClose-BcM-VKmn.js";
|
|
13
|
+
import { I as We } from "./IconContextMenu-bD7n5nvt.js";
|
|
14
|
+
import { I as Oe } from "./IconCopy-D40P_nc1.js";
|
|
15
|
+
import { I as Ne } from "./IconDanger-DjolwDVI.js";
|
|
16
|
+
import { a as qe, I as Je } from "./IconSucceeded-BM7cipIv.js";
|
|
17
|
+
import { I as Qe, a as Ye, b as Ze } from "./IconWarning-DJWRlfNT.js";
|
|
18
|
+
import { I as en } from "./IconPending-CNK3p9b6.js";
|
|
19
|
+
import { a as tn, I as cn } from "./IconRadioOn-CLIrOyli.js";
|
|
20
20
|
const z = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(o, null)), W = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(l, null)), G = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(c, null)), O = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(a, null)), U = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(r, null)), N = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(I, null)), X = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(m, null)), q = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(s, null)), J = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(E, null)), K = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(u, null)), Q = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(i, null)), Y = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(p, null)), Z = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(h, null)), _ = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(d, null)), ee = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(f, null)), ne = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(C, null)), te = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(x, null)), ce = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(S, null)), oe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(g, null)), le = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(v, null)), ae = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(L, null)), re = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(b, null)), Ie = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(k, null)), me = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(w, null)), se = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(D, null)), Ee = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement($, null)), ue = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(M, null)), ie = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(y, null)), pe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(B, null)), he = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(H, null)), de = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(A, null)), fe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(F, null)), Ce = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(R, null)), xe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(V, null)), Se = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(c, null)), ge = (e) => /* @__PURE__ */ n.createElement(
|
|
21
21
|
t,
|
|
22
22
|
{
|
|
@@ -1,42 +1,43 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
|
-
import
|
|
3
|
+
import t from "react";
|
|
4
4
|
import c from "clsx";
|
|
5
5
|
import "./propsContext-CauylOgH.js";
|
|
6
6
|
import { P as m } from "./PropsContextProvider-DZvwqHLP.js";
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "remeda";
|
|
9
|
-
const d = "flow--illustrated-message", g = "flow--illustrated-message--icon",
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
const d = "flow--illustrated-message--illustrated-message-container", g = "flow--illustrated-message", u = "flow--illustrated-message--icon", f = "flow--illustrated-message--heading", p = "flow--illustrated-message--text", x = "flow--illustrated-message--button", v = "flow--illustrated-message--negative", e = {
|
|
10
|
+
illustratedMessageContainer: d,
|
|
11
|
+
illustratedMessage: g,
|
|
12
|
+
icon: u,
|
|
13
|
+
heading: f,
|
|
13
14
|
text: p,
|
|
14
|
-
button:
|
|
15
|
-
negative:
|
|
16
|
-
},
|
|
17
|
-
const { className: a, children:
|
|
18
|
-
|
|
19
|
-
|
|
15
|
+
button: x,
|
|
16
|
+
negative: v
|
|
17
|
+
}, E = (s) => {
|
|
18
|
+
const { className: a, children: l, variant: o = "info", ...n } = s, i = c(
|
|
19
|
+
e.illustratedMessageContainer,
|
|
20
|
+
e[o],
|
|
20
21
|
a
|
|
21
22
|
), r = {
|
|
22
23
|
Icon: {
|
|
23
|
-
className:
|
|
24
|
+
className: e.icon,
|
|
24
25
|
size: "l"
|
|
25
26
|
},
|
|
26
27
|
Heading: {
|
|
27
|
-
className:
|
|
28
|
+
className: e.heading
|
|
28
29
|
},
|
|
29
30
|
Text: {
|
|
30
|
-
className:
|
|
31
|
+
className: e.text
|
|
31
32
|
},
|
|
32
33
|
Button: {
|
|
33
|
-
className:
|
|
34
|
+
className: e.button,
|
|
34
35
|
variant: "accent"
|
|
35
36
|
}
|
|
36
37
|
};
|
|
37
|
-
return /* @__PURE__ */
|
|
38
|
+
return /* @__PURE__ */ t.createElement("div", { ...n, className: i }, /* @__PURE__ */ t.createElement("div", { className: e.illustratedMessage }, /* @__PURE__ */ t.createElement(m, { props: r }, l)));
|
|
38
39
|
};
|
|
39
40
|
export {
|
|
40
|
-
|
|
41
|
-
|
|
41
|
+
E as IllustratedMessage,
|
|
42
|
+
E as default
|
|
42
43
|
};
|
package/dist/Image.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 a } from "./flowComponent-
|
|
9
|
+
import { f as a } from "./flowComponent-BuF0s2uG.js";
|
|
10
10
|
const C = a("Image", (e) => {
|
|
11
11
|
const { ref: r, ...o } = e;
|
|
12
12
|
return /* @__PURE__ */ t.createElement(m, null, /* @__PURE__ */ t.createElement("img", { ...o, ref: r }));
|