@mittwald/flow-react-components 0.1.0-alpha.69 → 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.
Files changed (84) hide show
  1. package/dist/{Action-CEqPqHfP.js → Action-B9PIFbjG.js} +1 -1
  2. package/dist/Action.js +1 -1
  3. package/dist/Avatar.js +1 -1
  4. package/dist/Breadcrumb.js +2 -2
  5. package/dist/{Button-ETN2QGBh.js → Button-B2GKVrxY.js} +5 -5
  6. package/dist/Button.js +1 -1
  7. package/dist/ButtonGroup.js +16 -15
  8. package/dist/{Checkbox-iutK0PEF.js → Checkbox-BoIUZoUj.js} +4 -4
  9. package/dist/Checkbox.js +1 -1
  10. package/dist/{CheckboxButton-CqJLYMbG.js → CheckboxButton-BjHq5R2V.js} +2 -2
  11. package/dist/CheckboxButton.js +1 -1
  12. package/dist/CheckboxGroup.js +3 -3
  13. package/dist/Content.js +1 -1
  14. package/dist/ContextMenu-BdvZvLg7.js +45 -0
  15. package/dist/ContextMenu.js +2 -2
  16. package/dist/CopyButton.js +5 -5
  17. package/dist/FieldDescription.js +2 -2
  18. package/dist/{FieldError-Bkfbr6qF.js → FieldError-De8_olcs.js} +3 -3
  19. package/dist/FieldError.js +1 -1
  20. package/dist/Header.js +1 -1
  21. package/dist/Heading.js +1 -1
  22. package/dist/{Icon-Cirt9eNW.js → Icon-DdQwrIup.js} +1 -1
  23. package/dist/Icon.js +1 -1
  24. package/dist/{IconCheck-BeVmPHTC.js → IconCheck-bNZIdvHV.js} +1 -1
  25. package/dist/{IconCheckboxEmpty-DxrY9ZRF.js → IconCheckboxEmpty-BwNkQgcq.js} +1 -1
  26. package/dist/{IconCheckboxIndeterminate-DocwIA57.js → IconCheckboxIndeterminate-Bs5lfqSL.js} +1 -1
  27. package/dist/{IconChevronDown-C5-5-czM.js → IconChevronDown-a_vSoTxH.js} +1 -1
  28. package/dist/{IconChevronRight-0Z6pj5Ic.js → IconChevronRight-Bsu-sUej.js} +1 -1
  29. package/dist/{IconClose-C_Q9gfje.js → IconClose-BcM-VKmn.js} +1 -1
  30. package/dist/{IconContextMenu-CRb3xTJw.js → IconContextMenu-bD7n5nvt.js} +1 -1
  31. package/dist/{IconCopy-C5zfzlp0.js → IconCopy-D40P_nc1.js} +1 -1
  32. package/dist/{IconDanger-CtJdGYWb.js → IconDanger-DjolwDVI.js} +1 -1
  33. package/dist/{IconPending-BeLtxUJV.js → IconPending-CNK3p9b6.js} +1 -1
  34. package/dist/{IconPlus-Zlw57lYp.js → IconPlus-DrgRgDHV.js} +1 -1
  35. package/dist/{IconRadioOn-BpFVTp96.js → IconRadioOn-CLIrOyli.js} +1 -1
  36. package/dist/{IconSucceeded-DJjtn14a.js → IconSucceeded-BM7cipIv.js} +1 -1
  37. package/dist/{IconWarning-BD3bYgr3.js → IconWarning-DJWRlfNT.js} +1 -1
  38. package/dist/Icons.js +15 -15
  39. package/dist/Image.js +1 -1
  40. package/dist/Initials.js +1 -1
  41. package/dist/InlineAlert.js +2 -2
  42. package/dist/{Label-Dn79UkZF.js → Label-ulq3OJrK.js} +1 -1
  43. package/dist/Label.js +1 -1
  44. package/dist/LayoutCard.js +1 -1
  45. package/dist/{Link-BKwioNbB.js → Link-C26cRsUe.js} +1 -1
  46. package/dist/Link.js +1 -1
  47. package/dist/List.js +38 -39
  48. package/dist/{LoadingSpinner-BJ0iAWpF.js → LoadingSpinner-DqsZ7IDL.js} +2 -2
  49. package/dist/LoadingSpinner.js +1 -1
  50. package/dist/MenuItem-DbXZNJo6.js +49 -0
  51. package/dist/MenuItem.js +1 -1
  52. package/dist/Modal.js +43 -44
  53. package/dist/Navigation.js +9 -8
  54. package/dist/NumberField.js +6 -6
  55. package/dist/RadioGroup.js +5 -5
  56. package/dist/Select.js +33 -32
  57. package/dist/StatusBadge.js +3 -3
  58. package/dist/{StatusIcon-BFo293NO.js → StatusIcon-BTL-kqaV.js} +3 -3
  59. package/dist/StatusIcon.js +1 -1
  60. package/dist/Switch.js +5 -5
  61. package/dist/Tabs.js +2 -2
  62. package/dist/{Text-DOsCjavW.js → Text-CBzyk1oM.js} +1 -1
  63. package/dist/Text.js +1 -1
  64. package/dist/TextArea.js +2 -2
  65. package/dist/TextField.js +2 -2
  66. package/dist/{TextFieldBase-BMsXy6I_.js → TextFieldBase-DUrVCfnx.js} +1 -1
  67. package/dist/flowComponent-BuF0s2uG.js +22 -0
  68. package/dist/react-hook-form.js +1 -1
  69. package/dist/styles.css +1 -1
  70. package/dist/types/components/ButtonGroup/ButtonGroup.d.ts +4 -3
  71. package/dist/types/components/ContextMenu/ContextMenu.d.ts +2 -1
  72. package/dist/types/components/ContextMenu/stories/Default.stories.d.ts +1 -0
  73. package/dist/types/components/Link/Link.d.ts +1 -1
  74. package/dist/types/components/MenuItem/MenuItem.d.ts +5 -3
  75. package/dist/types/components/MenuItem/MenuItemContent.d.ts +3 -1
  76. package/dist/types/components/propTypes/index.d.ts +2 -1
  77. package/dist/types/lib/childProps/ChildPropsStore.d.ts +1 -1
  78. package/dist/types/lib/componentFactory/flowComponent.d.ts +2 -2
  79. package/dist/types/lib/propsContext/propsContext.d.ts +1 -0
  80. package/dist/{useProps-C57t0bqC.js → useProps-Dx3m8kCJ.js} +1 -0
  81. package/package.json +2 -2
  82. package/dist/ContextMenu-AALlqsl3.js +0 -36
  83. package/dist/MenuItem-DgHFLZFs.js +0 -38
  84. 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-C57t0bqC.js";
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
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { A as t } from "./Action-CEqPqHfP.js";
3
+ import { A as t } from "./Action-B9PIFbjG.js";
4
4
  export {
5
5
  t as Action,
6
6
  t as default
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-C57t0bqC.js";
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 = {
@@ -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-Cirt9eNW.js";
8
- import { I as u } from "./IconChevronRight-0Z6pj5Ic.js";
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-Cirt9eNW.js";
13
- import { I as N, a as h } from "./IconSucceeded-DJjtn14a.js";
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-DOsCjavW.js";
16
- import { f as L } from "./flowComponent-D0FdCoE_.js";
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-BJ0iAWpF.js";
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
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { B as o } from "./Button-ETN2QGBh.js";
3
+ import { B as o } from "./Button-B2GKVrxY.js";
4
4
  export {
5
5
  o as Button,
6
6
  o as default
@@ -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 m } from "./PropsContextProvider-DZvwqHLP.js";
6
- import { u as l } from "./useProps-C57t0bqC.js";
7
- import { d } from "./dynamic-ClpUSmEt.js";
8
- import i from "clsx";
9
- const f = "flow--button-group", y = "flow--button-group--secondary", t = {
10
- buttonGroup: f,
11
- secondary: y
12
- }, N = (r) => {
13
- const { children: e, className: s, ...n } = l("ButtonGroup", r), a = i(t.buttonGroup, s), c = {
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: d(
16
- (p) => p.variant === "secondary" ? t.secondary : void 0
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(m, { props: c }, e)));
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
- N as ButtonGroup,
24
- N as default
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-Cirt9eNW.js";
8
- import { I as x, a as h } from "./IconCheckboxEmpty-DxrY9ZRF.js";
9
- import { I as C } from "./IconCheckboxIndeterminate-DocwIA57.js";
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-D0FdCoE_.js";
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
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { C as a } from "./Checkbox-iutK0PEF.js";
3
+ import { C as a } from "./Checkbox-BoIUZoUj.js";
4
4
  export {
5
5
  a as Checkbox,
6
6
  a as default
@@ -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-iutK0PEF.js";
11
- import { f as x } from "./flowComponent-D0FdCoE_.js";
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,
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { C as t } from "./CheckboxButton-CqJLYMbG.js";
3
+ import { C as t } from "./CheckboxButton-BjHq5R2V.js";
4
4
  export {
5
5
  t as CheckboxButton,
6
6
  t as default
@@ -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-Bkfbr6qF.js";
11
- import { C as E } from "./CheckboxButton-CqJLYMbG.js";
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-D0FdCoE_.js";
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-D0FdCoE_.js";
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
+ };
@@ -1,7 +1,7 @@
1
1
  "use client"
2
2
  /* */
3
- import { C as r } from "./ContextMenu-AALlqsl3.js";
4
- import { M as n } from "./MenuItem-DgHFLZFs.js";
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,
@@ -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-ETN2QGBh.js";
5
+ import { B as i } from "./Button-B2GKVrxY.js";
6
6
  import "@tabler/icons-react";
7
- import "./Icon-Cirt9eNW.js";
8
- import { I as c } from "./IconCopy-C5zfzlp0.js";
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-D0FdCoE_.js";
18
- import { A as E } from "./Action-CEqPqHfP.js";
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"
@@ -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-DOsCjavW.js";
11
- import { f as p } from "./flowComponent-D0FdCoE_.js";
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-Cirt9eNW.js";
13
- import { I as p } from "./IconDanger-CtJdGYWb.js";
14
- import { f } from "./flowComponent-D0FdCoE_.js";
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) => {
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { F as o } from "./FieldError-Bkfbr6qF.js";
3
+ import { F as o } from "./FieldError-De8_olcs.js";
4
4
  export {
5
5
  o as FieldError,
6
6
  o as default
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-D0FdCoE_.js";
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-D0FdCoE_.js";
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-D0FdCoE_.js";
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
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { I as a } from "./Icon-Cirt9eNW.js";
3
+ import { I as a } from "./Icon-DdQwrIup.js";
4
4
  export {
5
5
  a as Icon,
6
6
  a as default
@@ -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-Cirt9eNW.js";
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-Cirt9eNW.js";
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,
@@ -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-Cirt9eNW.js";
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-Cirt9eNW.js";
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-Cirt9eNW.js";
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-Cirt9eNW.js";
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-Cirt9eNW.js";
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-Cirt9eNW.js";
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-Cirt9eNW.js";
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-Cirt9eNW.js";
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-Cirt9eNW.js";
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-Cirt9eNW.js";
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-Cirt9eNW.js";
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-Cirt9eNW.js";
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-Cirt9eNW.js";
6
- import { I as be } from "./IconCheck-BeVmPHTC.js";
7
- import { I as we, a as De } from "./IconCheckboxEmpty-DxrY9ZRF.js";
8
- import { I as Me } from "./IconCheckboxIndeterminate-DocwIA57.js";
9
- import { I as Be } from "./IconChevronDown-C5-5-czM.js";
10
- import { I as Ae } from "./IconChevronRight-0Z6pj5Ic.js";
11
- import { a as Re, I as Ve, b as Pe } from "./IconPlus-Zlw57lYp.js";
12
- import { I as je } from "./IconClose-C_Q9gfje.js";
13
- import { I as We } from "./IconContextMenu-CRb3xTJw.js";
14
- import { I as Oe } from "./IconCopy-C5zfzlp0.js";
15
- import { I as Ne } from "./IconDanger-CtJdGYWb.js";
16
- import { a as qe, I as Je } from "./IconSucceeded-DJjtn14a.js";
17
- import { I as Qe, a as Ye, b as Ze } from "./IconWarning-BD3bYgr3.js";
18
- import { I as en } from "./IconPending-BeLtxUJV.js";
19
- import { a as tn, I as cn } from "./IconRadioOn-BpFVTp96.js";
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
  {
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-D0FdCoE_.js";
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 }));
package/dist/Initials.js CHANGED
@@ -8,7 +8,7 @@ import "@react-aria/utils";
8
8
  import "remeda";
9
9
  import "dot-prop";
10
10
  import { onlyText as C } from "react-children-utilities";
11
- import { f as u } from "./flowComponent-D0FdCoE_.js";
11
+ import { f as u } from "./flowComponent-BuF0s2uG.js";
12
12
  const x = (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), d = "flow--initials", E = {
13
13
  initials: d
14
14
  }, F = u("Initials", (i) => {
@@ -7,8 +7,8 @@ import "@react-aria/utils";
7
7
  import "./propsContext-CauylOgH.js";
8
8
  import "remeda";
9
9
  import p from "clsx";
10
- import { S as u } from "./StatusIcon-BFo293NO.js";
11
- import { f as d } from "./flowComponent-D0FdCoE_.js";
10
+ import { S as u } from "./StatusIcon-BTL-kqaV.js";
11
+ import { f as d } from "./flowComponent-BuF0s2uG.js";
12
12
  const w = "flow--inline-alert", g = "flow--inline-alert--content", C = "flow--inline-alert--status-icon", I = "flow--inline-alert--heading", N = "flow--inline-alert--info", h = "flow--inline-alert--warning", x = "flow--inline-alert--danger", A = "flow--inline-alert--success", n = {
13
13
  inlineAlert: w,
14
14
  content: g,
@@ -9,7 +9,7 @@ import "@react-aria/utils";
9
9
  import "remeda";
10
10
  import "dot-prop";
11
11
  import { useLocalizedStringFormatter as C } from "react-aria";
12
- import { f as L } from "./flowComponent-D0FdCoE_.js";
12
+ import { f as L } from "./flowComponent-BuF0s2uG.js";
13
13
  const d = "flow--label", u = {
14
14
  label: d
15
15
  }, E = {
package/dist/Label.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { L as e } from "./Label-Dn79UkZF.js";
3
+ import { L as e } from "./Label-ulq3OJrK.js";
4
4
  export {
5
5
  e as Label,
6
6
  e as default
@@ -2,7 +2,7 @@
2
2
  /* */
3
3
  import t from "react";
4
4
  import d from "clsx";
5
- import { f } from "./flowComponent-D0FdCoE_.js";
5
+ import { f } from "./flowComponent-BuF0s2uG.js";
6
6
  import "./propsContext-CauylOgH.js";
7
7
  import { P as i } from "./PropsContextProvider-DZvwqHLP.js";
8
8
  import "@react-aria/utils";
@@ -8,7 +8,7 @@ import "@react-aria/utils";
8
8
  import "./propsContext-CauylOgH.js";
9
9
  import "remeda";
10
10
  import w from "clsx";
11
- import { f as N } from "./flowComponent-D0FdCoE_.js";
11
+ import { f as N } from "./flowComponent-BuF0s2uG.js";
12
12
  import { l as y } from "./context-BlNV7smK.js";
13
13
  const E = "flow--link", F = "flow--link--inline", g = "flow--link--icon", o = {
14
14
  link: E,