@mittwald/flow-react-components 0.1.0-alpha.60 → 0.1.0-alpha.62
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-DT6jWAqa.js → Action-CeKzQsag.js} +1 -1
- package/dist/Action.js +1 -1
- package/dist/Avatar.js +27 -22
- package/dist/Breadcrumb.js +1 -1
- package/dist/{Button-K1ktUAEv.js → Button-Byf2Pi9z.js} +3 -3
- package/dist/Button.js +1 -1
- package/dist/ButtonGroup.js +1 -1
- package/dist/{Checkbox-De7ZNCuQ.js → Checkbox-CBAAtfxq.js} +2 -2
- package/dist/Checkbox.js +1 -1
- package/dist/{CheckboxButton-D8M2QcSR.js → CheckboxButton-BYp2HCfN.js} +1 -1
- package/dist/CheckboxButton.js +1 -1
- package/dist/CheckboxGroup.js +2 -2
- package/dist/Content.js +1 -1
- package/dist/ContextMenu.js +2 -2
- package/dist/{ContextMenuItem-FeOABGAA.js → ContextMenuItem-jQjIDLgf.js} +4 -4
- package/dist/CopyButton.js +4 -4
- package/dist/FieldDescription.js +2 -2
- package/dist/{FieldError-D2Xf1SUy.js → FieldError-D9ZaMqoL.js} +2 -2
- package/dist/FieldError.js +1 -1
- package/dist/Header.js +1 -1
- package/dist/Heading.js +1 -1
- package/dist/{Icon-QRU6ff6c.js → Icon-DnhU6oCr.js} +1 -1
- package/dist/Icon.js +1 -1
- package/dist/{IconCheck-CDLMv3G3.js → IconCheck-VQzoZYpg.js} +1 -1
- package/dist/{IconCheckboxEmpty-K4aq2aRv.js → IconCheckboxEmpty-BYBEifGn.js} +1 -1
- package/dist/{IconCheckboxIndeterminate-DyTX9k0O.js → IconCheckboxIndeterminate-DCWISQ9y.js} +1 -1
- package/dist/{IconChevronDown-n2DJdnRB.js → IconChevronDown-BmKMxrq1.js} +1 -1
- package/dist/{IconChevronRight-BOY7IxRM.js → IconChevronRight-ngvPFPMg.js} +1 -1
- package/dist/{IconClose-DYvIbwoN.js → IconClose-BkmXvQ2z.js} +1 -1
- package/dist/{IconContextMenu-DFvw_d9h.js → IconContextMenu-B7uKuktv.js} +1 -1
- package/dist/{IconCopy-CYChwYCx.js → IconCopy-BmKbdWWX.js} +1 -1
- package/dist/{IconDanger-CP4R6i5T.js → IconDanger-C0Tcw4tP.js} +1 -1
- package/dist/{IconPlus-DazBjEoi.js → IconPlus-DfL7-kUg.js} +1 -1
- package/dist/{IconRadioOn-BqCA-noy.js → IconRadioOn-VUVt3QQC.js} +1 -1
- package/dist/{IconSucceeded-CHBiied9.js → IconSucceeded-CENvDJzH.js} +1 -1
- package/dist/{IconWarning-DYI5SVhB.js → IconWarning-43TmpPox.js} +1 -1
- package/dist/Icons.js +14 -14
- package/dist/Image.js +1 -1
- package/dist/Initials.js +1 -1
- package/dist/InlineAlert.js +2 -2
- package/dist/{Label-CJOiPsOr.js → Label-BBWAOhU5.js} +1 -1
- package/dist/Label.js +1 -1
- package/dist/LayoutCard.js +1 -1
- package/dist/{Link-DWMWhCqU.js → Link-3bAuyVEg.js} +1 -1
- package/dist/Link.js +1 -1
- package/dist/List.js +7 -7
- package/dist/Modal.js +17 -17
- package/dist/NumberField.js +4 -4
- package/dist/RadioGroup.js +4 -4
- package/dist/StatusBadge.js +3 -3
- package/dist/{StatusIcon-DHa4uxfZ.js → StatusIcon-D6re4qSI.js} +2 -2
- package/dist/StatusIcon.js +1 -1
- package/dist/Switch.js +4 -4
- package/dist/Tabs.js +44 -0
- package/dist/{Text-Dd9tXlc8.js → Text-BdJNMX4h.js} +1 -1
- package/dist/Text.js +1 -1
- package/dist/TextArea.js +1 -1
- package/dist/TextField.js +1 -1
- package/dist/{TextFieldBase-BdkqA5-_.js → TextFieldBase-Dtcmh0_x.js} +1 -1
- package/dist/{flowComponent-C3IF_aaP.js → flowComponent-Dfn_Z9Yx.js} +1 -1
- package/dist/styles.css +1 -1
- package/dist/types/components/Avatar/Avatar.d.ts +1 -0
- package/dist/types/components/Modal/Modal.d.ts +1 -1
- package/dist/types/components/Modal/stories/Default.stories.d.ts +1 -1
- package/dist/types/components/NumberField/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/StatusBadge/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/Tabs/Tabs.d.ts +7 -0
- package/dist/types/components/Tabs/components/Tab/Tab.d.ts +7 -0
- package/dist/types/components/Tabs/components/Tab/context.d.ts +7 -0
- package/dist/types/components/Tabs/components/Tab/index.d.ts +4 -0
- package/dist/types/components/Tabs/components/TabTitle/TabTitle.d.ts +7 -0
- package/dist/types/components/Tabs/components/TabTitle/index.d.ts +4 -0
- package/dist/types/components/Tabs/index.d.ts +3 -0
- package/dist/types/components/Tabs/stories/Default.stories.d.ts +8 -0
- package/dist/types/components/propTypes/index.d.ts +1 -1
- package/dist/useProps-DqP5wneE.js +77 -0
- package/package.json +8 -4
- package/dist/useProps-BiJ72z10.js +0 -77
|
@@ -8,7 +8,7 @@ import "./propsContext-CauylOgH.js";
|
|
|
8
8
|
import { P as x } from "./PropsContextProvider-BcOGMJkn.js";
|
|
9
9
|
import "@react-aria/utils";
|
|
10
10
|
import "remeda";
|
|
11
|
-
import { u as A } from "./useProps-
|
|
11
|
+
import { u as A } from "./useProps-DqP5wneE.js";
|
|
12
12
|
import { u as y } from "./useOverlayState-BnPe_CrX.js";
|
|
13
13
|
import { makeObservable as C, observable as r, action as l } from "mobx";
|
|
14
14
|
import { u as v } from "./useSelector-DpU7_HMO.js";
|
package/dist/Action.js
CHANGED
package/dist/Avatar.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
|
-
import i, { isValidElement as
|
|
3
|
+
import i, { isValidElement as v } from "react";
|
|
4
4
|
import m from "clsx";
|
|
5
|
-
import { C as
|
|
6
|
-
import { P as
|
|
7
|
-
import { u as
|
|
8
|
-
import { hash as
|
|
9
|
-
import { deepForEach as
|
|
10
|
-
const
|
|
11
|
-
avatar:
|
|
12
|
-
icon:
|
|
13
|
-
initials:
|
|
5
|
+
import { C as p } from "./ClearPropsContext-CeCMjUK9.js";
|
|
6
|
+
import { P as c } from "./PropsContextProvider-BcOGMJkn.js";
|
|
7
|
+
import { u as f } from "./useProps-DqP5wneE.js";
|
|
8
|
+
import { hash as w } from "object-code";
|
|
9
|
+
import { deepForEach as z } from "react-children-utilities";
|
|
10
|
+
const d = "flow--avatar", h = "flow--avatar--icon", u = "flow--avatar--initials", r = {
|
|
11
|
+
avatar: d,
|
|
12
|
+
icon: h,
|
|
13
|
+
initials: u,
|
|
14
14
|
"size-m": "flow--avatar--size-m",
|
|
15
15
|
"size-xs": "flow--avatar--size-xs",
|
|
16
16
|
"size-s": "flow--avatar--size-s",
|
|
@@ -19,23 +19,28 @@ const z = "flow--avatar", d = "flow--avatar--icon", h = "flow--avatar--initials"
|
|
|
19
19
|
"variant-2": "flow--avatar--variant-2",
|
|
20
20
|
"variant-3": "flow--avatar--variant-3",
|
|
21
21
|
"variant-4": "flow--avatar--variant-4"
|
|
22
|
-
},
|
|
22
|
+
}, C = (s) => {
|
|
23
23
|
const a = [];
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
z(s, (t) => {
|
|
25
|
+
v(t) ? a.push({
|
|
26
26
|
props: t.props,
|
|
27
27
|
type: t.type
|
|
28
28
|
}) : a.push(t);
|
|
29
29
|
});
|
|
30
|
-
const o =
|
|
30
|
+
const o = w(a);
|
|
31
31
|
return Math.abs(o % 4) + 1;
|
|
32
|
-
},
|
|
33
|
-
const {
|
|
32
|
+
}, A = (s) => {
|
|
33
|
+
const {
|
|
34
|
+
children: a,
|
|
35
|
+
className: o,
|
|
36
|
+
variant: t,
|
|
37
|
+
size: e = "m"
|
|
38
|
+
} = f("Avatar", s), n = m(
|
|
34
39
|
r.avatar,
|
|
35
|
-
r[`size-${
|
|
40
|
+
r[`size-${e}`],
|
|
36
41
|
o,
|
|
37
|
-
r[`variant-${
|
|
38
|
-
),
|
|
42
|
+
r[`variant-${t ?? C(a)}`]
|
|
43
|
+
), l = {
|
|
39
44
|
Initials: {
|
|
40
45
|
className: r.initials
|
|
41
46
|
},
|
|
@@ -43,9 +48,9 @@ const z = "flow--avatar", d = "flow--avatar--icon", h = "flow--avatar--initials"
|
|
|
43
48
|
className: r.icon
|
|
44
49
|
}
|
|
45
50
|
};
|
|
46
|
-
return /* @__PURE__ */ i.createElement(
|
|
51
|
+
return /* @__PURE__ */ i.createElement(p, null, /* @__PURE__ */ i.createElement("div", { className: n }, /* @__PURE__ */ i.createElement(c, { props: l }, a)));
|
|
47
52
|
};
|
|
48
53
|
export {
|
|
49
|
-
|
|
50
|
-
|
|
54
|
+
A as Avatar,
|
|
55
|
+
A as default
|
|
51
56
|
};
|
package/dist/Breadcrumb.js
CHANGED
|
@@ -9,7 +9,7 @@ import "./propsContext-CauylOgH.js";
|
|
|
9
9
|
import "@react-aria/utils";
|
|
10
10
|
import "remeda";
|
|
11
11
|
import "@mittwald/react-tunnel";
|
|
12
|
-
import { I as u } from "./IconChevronRight-
|
|
12
|
+
import { I as u } from "./IconChevronRight-ngvPFPMg.js";
|
|
13
13
|
import { P as d } from "./PropsContextProvider-BcOGMJkn.js";
|
|
14
14
|
const p = "flow--breadcrumb", f = "flow--breadcrumb--link", m = {
|
|
15
15
|
breadcrumb: p,
|
|
@@ -10,10 +10,10 @@ import "./propsContext-CauylOgH.js";
|
|
|
10
10
|
import "remeda";
|
|
11
11
|
import "@tabler/icons-react";
|
|
12
12
|
import "html-react-parser";
|
|
13
|
-
import { f as I } from "./flowComponent-
|
|
14
|
-
import { I as N, a as h, b as z } from "./IconSucceeded-
|
|
13
|
+
import { f as I } from "./flowComponent-Dfn_Z9Yx.js";
|
|
14
|
+
import { I as N, a as h, b as z } from "./IconSucceeded-CENvDJzH.js";
|
|
15
15
|
import { W as l } from "./Wrap-DGT1h1o3.js";
|
|
16
|
-
import { T as B } from "./Text-
|
|
16
|
+
import { T as B } from "./Text-BdJNMX4h.js";
|
|
17
17
|
import { useLocalizedStringFormatter as D } from "react-aria";
|
|
18
18
|
const L = "flow--button", T = "flow--button--icon", A = "flow--button--text", K = "flow--button--content", U = "flow--button--state-icon", W = "flow--button--is-succeeded", $ = "flow--button--is-failed", R = "flow--button--is-pending", j = "flow--button--plain", k = "flow--button--primary", q = "flow--button--solid", G = "flow--button--accent", H = "flow--button--danger", J = "flow--button--secondary", M = "flow--button--soft", e = {
|
|
19
19
|
button: L,
|
package/dist/Button.js
CHANGED
package/dist/ButtonGroup.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import o from "react";
|
|
4
4
|
import { C as u } from "./ClearPropsContext-CeCMjUK9.js";
|
|
5
5
|
import { P as m } from "./PropsContextProvider-BcOGMJkn.js";
|
|
6
|
-
import { u as l } from "./useProps-
|
|
6
|
+
import { u as l } from "./useProps-DqP5wneE.js";
|
|
7
7
|
import { d } from "./dynamic-ClpUSmEt.js";
|
|
8
8
|
import i from "clsx";
|
|
9
9
|
const f = "flow--button-group", y = "flow--button-group--secondary", t = {
|
|
@@ -10,8 +10,8 @@ import "./propsContext-CauylOgH.js";
|
|
|
10
10
|
import "@react-aria/utils";
|
|
11
11
|
import "remeda";
|
|
12
12
|
import "@mittwald/react-tunnel";
|
|
13
|
-
import { I as x, a as h } from "./IconCheckboxEmpty-
|
|
14
|
-
import { I as k } from "./IconCheckboxIndeterminate-
|
|
13
|
+
import { I as x, a as h } from "./IconCheckboxEmpty-BYBEifGn.js";
|
|
14
|
+
import { I as k } from "./IconCheckboxIndeterminate-DCWISQ9y.js";
|
|
15
15
|
const C = "flow--checkbox", b = "flow--checkbox--icon", o = {
|
|
16
16
|
checkbox: C,
|
|
17
17
|
icon: b
|
package/dist/Checkbox.js
CHANGED
|
@@ -6,7 +6,7 @@ import "./propsContext-CauylOgH.js";
|
|
|
6
6
|
import { P as m } from "./PropsContextProvider-BcOGMJkn.js";
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "remeda";
|
|
9
|
-
import { C as b } from "./Checkbox-
|
|
9
|
+
import { C as b } from "./Checkbox-CBAAtfxq.js";
|
|
10
10
|
const p = "flow--checkbox-button", x = "flow--checkbox-button--content", h = "flow--checkbox-button--label", t = {
|
|
11
11
|
checkboxButton: p,
|
|
12
12
|
content: x,
|
package/dist/CheckboxButton.js
CHANGED
package/dist/CheckboxGroup.js
CHANGED
|
@@ -7,8 +7,8 @@ import "./propsContext-CauylOgH.js";
|
|
|
7
7
|
import { P as x } from "./PropsContextProvider-BcOGMJkn.js";
|
|
8
8
|
import "@react-aria/utils";
|
|
9
9
|
import "remeda";
|
|
10
|
-
import { F as b } from "./FieldError-
|
|
11
|
-
import { C as h } from "./CheckboxButton-
|
|
10
|
+
import { F as b } from "./FieldError-D9ZaMqoL.js";
|
|
11
|
+
import { C as h } from "./CheckboxButton-BYp2HCfN.js";
|
|
12
12
|
import { TunnelProvider as C, TunnelExit as t } from "@mittwald/react-tunnel";
|
|
13
13
|
import { s as r } from "./FormField.module-DHK6nIcD.js";
|
|
14
14
|
import { C as k } from "./ColumnLayout-FMONjI17.js";
|
package/dist/Content.js
CHANGED
|
@@ -5,7 +5,7 @@ import { C as l } from "./ClearPropsContext-CeCMjUK9.js";
|
|
|
5
5
|
import "./propsContext-CauylOgH.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-Dfn_Z9Yx.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/ContextMenu.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
/* */
|
|
3
|
-
import { C as t } from "./ContextMenuItem-
|
|
4
|
-
import { a as n } from "./ContextMenuItem-
|
|
3
|
+
import { C as t } from "./ContextMenuItem-jQjIDLgf.js";
|
|
4
|
+
import { a as n } from "./ContextMenuItem-jQjIDLgf.js";
|
|
5
5
|
import { MenuTrigger as x } from "react-aria-components";
|
|
6
6
|
export {
|
|
7
7
|
t as ContextMenu,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import e from "react";
|
|
4
4
|
import * as l from "react-aria-components";
|
|
5
|
-
import { f as x } from "./flowComponent-
|
|
5
|
+
import { f as x } from "./flowComponent-Dfn_Z9Yx.js";
|
|
6
6
|
import f from "clsx";
|
|
7
7
|
import "./propsContext-CauylOgH.js";
|
|
8
8
|
import { P as d } from "./PropsContextProvider-BcOGMJkn.js";
|
|
@@ -11,9 +11,9 @@ import "remeda";
|
|
|
11
11
|
import "@tabler/icons-react";
|
|
12
12
|
import "html-react-parser";
|
|
13
13
|
import "@mittwald/react-tunnel";
|
|
14
|
-
import { I as C, a as I } from "./IconCheckboxEmpty-
|
|
15
|
-
import { I as M, a as E } from "./IconRadioOn-
|
|
16
|
-
import { T as i } from "./Text-
|
|
14
|
+
import { I as C, a as I } from "./IconCheckboxEmpty-BYBEifGn.js";
|
|
15
|
+
import { I as M, a as E } from "./IconRadioOn-VUVt3QQC.js";
|
|
16
|
+
import { T as i } from "./Text-BdJNMX4h.js";
|
|
17
17
|
import { d as h } from "./deepFindOfType-6pG0fH7S.js";
|
|
18
18
|
import { W as w } from "./Wrap-DGT1h1o3.js";
|
|
19
19
|
const N = "flow--context-menu", y = "flow--context-menu--menu-list", u = {
|
package/dist/CopyButton.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import o from "react";
|
|
4
4
|
import p from "copy-to-clipboard";
|
|
5
|
-
import { B as a } from "./Button-
|
|
5
|
+
import { B as a } from "./Button-Byf2Pi9z.js";
|
|
6
6
|
import "@tabler/icons-react";
|
|
7
7
|
import "clsx";
|
|
8
8
|
import "html-react-parser";
|
|
@@ -10,12 +10,12 @@ import { C as i } from "./ClearPropsContext-CeCMjUK9.js";
|
|
|
10
10
|
import "./propsContext-CauylOgH.js";
|
|
11
11
|
import "@react-aria/utils";
|
|
12
12
|
import "remeda";
|
|
13
|
-
import { f as c } from "./flowComponent-
|
|
14
|
-
import { I as l } from "./IconCopy-
|
|
13
|
+
import { f as c } from "./flowComponent-Dfn_Z9Yx.js";
|
|
14
|
+
import { I as l } from "./IconCopy-BmKbdWWX.js";
|
|
15
15
|
import { useLocalizedStringFormatter as s } from "react-aria";
|
|
16
16
|
import { a as u, T as f } from "./TooltipTrigger-TslkLN5s.js";
|
|
17
17
|
import { onlyText as y } from "react-children-utilities";
|
|
18
|
-
import { A as C } from "./Action-
|
|
18
|
+
import { A as C } from "./Action-CeKzQsag.js";
|
|
19
19
|
const E = {
|
|
20
20
|
"de-DE": {
|
|
21
21
|
"copyButton.copy": "Kopieren"
|
package/dist/FieldDescription.js
CHANGED
|
@@ -6,8 +6,8 @@ import { C as n } from "./ClearPropsContext-CeCMjUK9.js";
|
|
|
6
6
|
import "./propsContext-CauylOgH.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-BdJNMX4h.js";
|
|
10
|
+
import { f as m } from "./flowComponent-Dfn_Z9Yx.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-Dfn_Z9Yx.js";
|
|
13
|
+
import { I as p } from "./IconDanger-C0Tcw4tP.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-Dfn_Z9Yx.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 p } from "./PropsContextProvider-BcOGMJkn.js";
|
|
|
7
7
|
import "@react-aria/utils";
|
|
8
8
|
import "./propsContext-CauylOgH.js";
|
|
9
9
|
import "remeda";
|
|
10
|
-
import { f as d } from "./flowComponent-
|
|
10
|
+
import { f as d } from "./flowComponent-Dfn_Z9Yx.js";
|
|
11
11
|
import * as f from "react-aria-components";
|
|
12
12
|
const g = "flow--heading", h = "flow--heading--icon", e = {
|
|
13
13
|
heading: g,
|
|
@@ -7,7 +7,7 @@ import { C as w } from "./ClearPropsContext-CeCMjUK9.js";
|
|
|
7
7
|
import "./propsContext-CauylOgH.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-Dfn_Z9Yx.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-DnhU6oCr.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-DnhU6oCr.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-DyTX9k0O.js → IconCheckboxIndeterminate-DCWISQ9y.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-DnhU6oCr.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-DnhU6oCr.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-DnhU6oCr.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-DnhU6oCr.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-DnhU6oCr.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-DnhU6oCr.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-DnhU6oCr.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 { 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-DnhU6oCr.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-DnhU6oCr.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 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-DnhU6oCr.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
|
E 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-DnhU6oCr.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,20 +2,20 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import n from "react";
|
|
4
4
|
import { IconAppWindow as o, IconArrowLeft as l, IconClock as c, IconChevronLeft as a, IconCalendarCheck as r, IconBuilding as I, IconLayoutBoard as m, IconDatabase as s, IconCalendar as E, IconTrash as u, IconWorld as i, IconMail as p, IconExternalLink as h, IconFilter as f, IconEyeCancel as d, IconHome as C, IconList as x, IconPower as S, IconUsersGroup as g, IconBell as v, IconArchive as b, IconDice3 as L, IconSearch as k, IconListSearch as w, IconServer as D, IconSettings as $, IconEye as M, IconAdjustmentsHorizontal as y, IconDoor as B, IconSubtask as H, IconHeadset as A, IconFileX as F, IconLayoutGrid as R } from "@tabler/icons-react";
|
|
5
|
-
import { I as t } from "./Icon-
|
|
6
|
-
import { I as ve } from "./IconCheck-
|
|
7
|
-
import { I as Le, a as ke } from "./IconCheckboxEmpty-
|
|
8
|
-
import { I as De } from "./IconCheckboxIndeterminate-
|
|
9
|
-
import { I as Me } from "./IconChevronDown-
|
|
10
|
-
import { I as Be } from "./IconChevronRight-
|
|
11
|
-
import { a as Ae, I as Fe, b as Re } from "./IconPlus-
|
|
12
|
-
import { I as Pe } from "./IconClose-
|
|
13
|
-
import { I as je } from "./IconContextMenu-
|
|
14
|
-
import { I as We } from "./IconCopy-
|
|
15
|
-
import { I as Oe } from "./IconDanger-
|
|
16
|
-
import { a as Ne, b as Xe, I as qe } from "./IconSucceeded-
|
|
17
|
-
import { I as Ke, a as Qe, b as Ye } from "./IconWarning-
|
|
18
|
-
import { a as _e, I as en } from "./IconRadioOn-
|
|
5
|
+
import { I as t } from "./Icon-DnhU6oCr.js";
|
|
6
|
+
import { I as ve } from "./IconCheck-VQzoZYpg.js";
|
|
7
|
+
import { I as Le, a as ke } from "./IconCheckboxEmpty-BYBEifGn.js";
|
|
8
|
+
import { I as De } from "./IconCheckboxIndeterminate-DCWISQ9y.js";
|
|
9
|
+
import { I as Me } from "./IconChevronDown-BmKMxrq1.js";
|
|
10
|
+
import { I as Be } from "./IconChevronRight-ngvPFPMg.js";
|
|
11
|
+
import { a as Ae, I as Fe, b as Re } from "./IconPlus-DfL7-kUg.js";
|
|
12
|
+
import { I as Pe } from "./IconClose-BkmXvQ2z.js";
|
|
13
|
+
import { I as je } from "./IconContextMenu-B7uKuktv.js";
|
|
14
|
+
import { I as We } from "./IconCopy-BmKbdWWX.js";
|
|
15
|
+
import { I as Oe } from "./IconDanger-C0Tcw4tP.js";
|
|
16
|
+
import { a as Ne, b as Xe, I as qe } from "./IconSucceeded-CENvDJzH.js";
|
|
17
|
+
import { I as Ke, a as Qe, b as Ye } from "./IconWarning-43TmpPox.js";
|
|
18
|
+
import { a as _e, I as en } from "./IconRadioOn-VUVt3QQC.js";
|
|
19
19
|
const j = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(o, null)), z = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(l, null)), W = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(c, null)), G = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(a, null)), O = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(r, null)), U = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(I, null)), N = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(m, null)), X = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(s, null)), q = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(E, null)), J = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(u, null)), K = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(i, null)), Q = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(p, null)), Y = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(h, null)), Z = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(f, null)), _ = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(d, null)), ee = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(C, null)), ne = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(x, null)), te = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(S, null)), ce = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(g, null)), oe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(v, null)), le = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(b, null)), ae = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(L, null)), re = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(k, null)), Ie = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(w, null)), me = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(D, null)), se = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement($, null)), Ee = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(M, null)), ue = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(y, null)), ie = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(B, null)), pe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(H, null)), he = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(A, null)), fe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(F, null)), de = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(R, null)), Ce = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(c, null)), xe = (e) => /* @__PURE__ */ n.createElement(
|
|
20
20
|
t,
|
|
21
21
|
{
|
package/dist/Image.js
CHANGED
|
@@ -5,7 +5,7 @@ import { C as r } from "./ClearPropsContext-CeCMjUK9.js";
|
|
|
5
5
|
import "./propsContext-CauylOgH.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-Dfn_Z9Yx.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-CauylOgH.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-Dfn_Z9Yx.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-CauylOgH.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-D6re4qSI.js";
|
|
11
|
+
import { f as d } from "./flowComponent-Dfn_Z9Yx.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-CauylOgH.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-Dfn_Z9Yx.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
|
@@ -8,7 +8,7 @@ import "@react-aria/utils";
|
|
|
8
8
|
import "./propsContext-CauylOgH.js";
|
|
9
9
|
import "remeda";
|
|
10
10
|
import L from "clsx";
|
|
11
|
-
import { f as P } from "./flowComponent-
|
|
11
|
+
import { f as P } from "./flowComponent-Dfn_Z9Yx.js";
|
|
12
12
|
import { l as g } from "./context-BlNV7smK.js";
|
|
13
13
|
const N = "flow--link", E = "flow--link--inline", v = "flow--link--icon", F = "flow--link--primary", h = "flow--link--danger", n = {
|
|
14
14
|
link: N,
|