@mittwald/flow-react-components 0.1.0-alpha.161 → 0.1.0-alpha.163

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 (74) hide show
  1. package/dist/{Accordion-CYhhaTPz.js → Accordion-CPVq0faI.js} +3 -3
  2. package/dist/Accordion.js +1 -1
  3. package/dist/Breadcrumb.js +2 -2
  4. package/dist/{Button-Cwmw6ZOq.js → Button-Dz22EEEz.js} +4 -4
  5. package/dist/Button.js +1 -1
  6. package/dist/{Checkbox-DyIk5gNQ.js → Checkbox-DlctxdXS.js} +3 -3
  7. package/dist/Checkbox.js +1 -1
  8. package/dist/{CheckboxButton-BtW15qLh.js → CheckboxButton-BSy4Rd1a.js} +1 -1
  9. package/dist/CheckboxButton.js +1 -1
  10. package/dist/CheckboxGroup.js +2 -2
  11. package/dist/ContextMenu.js +1 -1
  12. package/dist/ContextualHelp.js +2 -2
  13. package/dist/CopyButton.js +3 -3
  14. package/dist/{FieldDescription-OElYhleN.js → FieldDescription-Ca5OTPGv.js} +1 -1
  15. package/dist/FieldDescription.js +1 -1
  16. package/dist/{FieldError-BqzJ-th_.js → FieldError-C3KKqMzM.js} +2 -2
  17. package/dist/FieldError.js +1 -1
  18. package/dist/Icon-BTTw8v9z.js +61 -0
  19. package/dist/Icon.js +1 -1
  20. package/dist/{IconCheck-Cm1gvSQ8.js → IconCheck-ZTVWbFCo.js} +1 -1
  21. package/dist/{IconCheckboxEmpty-ccUrf06Z.js → IconCheckboxEmpty-C_IETucN.js} +1 -1
  22. package/dist/{IconCheckboxIndeterminate-SLhx-v9a.js → IconCheckboxIndeterminate-DY2Gz2df.js} +1 -1
  23. package/dist/{IconChevronDown-CGnrjHX3.js → IconChevronDown-CPh2XLia.js} +1 -1
  24. package/dist/{IconChevronRight-Dixpcc04.js → IconChevronRight-NKe0T7-H.js} +1 -1
  25. package/dist/{IconChevronUp-BnxkbKEB.js → IconChevronUp-ClAQYdXn.js} +1 -1
  26. package/dist/{IconClose-DT3oFw36.js → IconClose-D3xiRQc_.js} +1 -1
  27. package/dist/{IconContextMenu-DdPbJs2w.js → IconContextMenu-BeUYeVED.js} +1 -1
  28. package/dist/{IconCopy-C2go6pyT.js → IconCopy-BXBdiyLX.js} +1 -1
  29. package/dist/{IconDanger-B21HKj1x.js → IconDanger-CLKa18Ox.js} +1 -1
  30. package/dist/{IconInfo-Dent1rgM.js → IconInfo-B5-94yWE.js} +1 -1
  31. package/dist/{IconPending-DPp9dgT8.js → IconPending-Di6JG-4u.js} +1 -1
  32. package/dist/{IconPlus-D_m-diZi.js → IconPlus-DHuWcs1-.js} +1 -1
  33. package/dist/{IconRadioOn-DAWP-hCl.js → IconRadioOn-CF8jhsxN.js} +1 -1
  34. package/dist/{IconSearch-BtJxLn18.js → IconSearch-CzWSJj1g.js} +1 -1
  35. package/dist/{IconSucceeded-C1muSWMu.js → IconSucceeded-B5M2AsMJ.js} +1 -1
  36. package/dist/{IconWarning-CEw4kwPi.js → IconWarning-B7kuINe1.js} +1 -1
  37. package/dist/Icons.js +18 -18
  38. package/dist/IllustratedMessage-B3MHD01M.js +39 -0
  39. package/dist/IllustratedMessage.js +1 -1
  40. package/dist/InlineAlert.js +1 -1
  41. package/dist/List.js +9 -9
  42. package/dist/{LoadingSpinner-CmcuqQza.js → LoadingSpinner-DYYmNgEd.js} +2 -2
  43. package/dist/LoadingSpinner.js +1 -1
  44. package/dist/{MenuItem-C-wnf-qA.js → MenuItem-u7V4XOL3.js} +4 -4
  45. package/dist/MenuItem.js +1 -1
  46. package/dist/Modal.js +3 -3
  47. package/dist/Navigation.js +1 -1
  48. package/dist/Notification.js +4 -4
  49. package/dist/NumberField.js +6 -6
  50. package/dist/RadioGroup.js +4 -4
  51. package/dist/Select.js +3 -3
  52. package/dist/Slider.js +3 -3
  53. package/dist/StatusBadge.js +2 -2
  54. package/dist/{StatusIcon-Dh4v-yid.js → StatusIcon-BnyGZH4s.js} +4 -4
  55. package/dist/StatusIcon.js +1 -1
  56. package/dist/Switch.js +3 -3
  57. package/dist/Tabs.js +5 -5
  58. package/dist/Text-Bl9Rk0W3.js +43 -0
  59. package/dist/Text.js +1 -1
  60. package/dist/TextArea.js +1 -1
  61. package/dist/TextField.js +1 -1
  62. package/dist/{TextFieldBase-BKF0nW47.js → TextFieldBase-C5ev2SC1.js} +2 -2
  63. package/dist/react-hook-form.js +1 -1
  64. package/dist/styles.css +1 -1
  65. package/dist/types/components/Icon/Icon.d.ts +1 -0
  66. package/dist/types/components/Icon/stories/Default.stories.d.ts +2 -0
  67. package/dist/types/components/IllustratedMessage/IllustratedMessage.d.ts +2 -1
  68. package/dist/types/components/IllustratedMessage/stories/Default.stories.d.ts +2 -0
  69. package/dist/types/components/Text/Text.d.ts +1 -0
  70. package/dist/types/components/Text/stories/Default.stories.d.ts +2 -0
  71. package/package.json +4 -4
  72. package/dist/Icon-DZtYAxOE.js +0 -53
  73. package/dist/IllustratedMessage-DadLfPs9.js +0 -38
  74. package/dist/Text-C_luMjbn.js +0 -38
@@ -7,10 +7,10 @@ import { P as N } from "./PropsContextProvider-C6Z4XGp6.js";
7
7
  import "@react-aria/utils";
8
8
  import "remeda";
9
9
  import { d } from "./dynamic-ClpUSmEt.js";
10
- import { B as w } from "./Button-Cwmw6ZOq.js";
10
+ import { B as w } from "./Button-Dz22EEEz.js";
11
11
  import "@tabler/icons-react";
12
- import "./Icon-DZtYAxOE.js";
13
- import { I as y } from "./IconChevronDown-CGnrjHX3.js";
12
+ import "./Icon-BTTw8v9z.js";
13
+ import { I as y } from "./IconChevronDown-CPh2XLia.js";
14
14
  import { TunnelProvider as B, TunnelExit as C } from "@mittwald/react-tunnel";
15
15
  import { A as P } from "./Activity-CmfZpgOM.js";
16
16
  const A = "flow--accordion", b = "flow--accordion--header", g = "flow--accordion--header-button", D = "flow--accordion--content", T = "flow--accordion--content-inner", H = "flow--accordion--chevron", L = "flow--accordion--expanded", n = {
package/dist/Accordion.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { A as r } from "./Accordion-CYhhaTPz.js";
3
+ import { A as r } from "./Accordion-CPVq0faI.js";
4
4
  export {
5
5
  r as Accordion,
6
6
  r as default
@@ -4,8 +4,8 @@ import r from "react";
4
4
  import * as m from "react-aria-components";
5
5
  import a from "clsx";
6
6
  import "@tabler/icons-react";
7
- import "./Icon-DZtYAxOE.js";
8
- import { I as b } from "./IconChevronRight-Dixpcc04.js";
7
+ import "./Icon-BTTw8v9z.js";
8
+ import { I as b } from "./IconChevronRight-NKe0T7-H.js";
9
9
  import "./propsContext-DzAKlmhS.js";
10
10
  import { P as d } from "./PropsContextProvider-C6Z4XGp6.js";
11
11
  import "@react-aria/utils";
@@ -9,12 +9,12 @@ import "@react-aria/utils";
9
9
  import "./propsContext-DzAKlmhS.js";
10
10
  import "remeda";
11
11
  import "@tabler/icons-react";
12
- import "./Icon-DZtYAxOE.js";
13
- import { I as h, a as I } from "./IconSucceeded-C1muSWMu.js";
12
+ import "./Icon-BTTw8v9z.js";
13
+ import { I as h, a as I } from "./IconSucceeded-B5M2AsMJ.js";
14
14
  import { W as f } from "./Wrap-DGT1h1o3.js";
15
- import { T as N } from "./Text-C_luMjbn.js";
15
+ import { T as N } from "./Text-Bl9Rk0W3.js";
16
16
  import { f as B } from "./flowComponent-TgbbWDzO.js";
17
- import { L as k } from "./LoadingSpinner-CmcuqQza.js";
17
+ import { L as k } from "./LoadingSpinner-DYYmNgEd.js";
18
18
  import { useLocalizedStringFormatter as A } from "react-aria";
19
19
  import { useLiveRegion as D } from "@chakra-ui/live-region";
20
20
  const T = "flow--button", z = "flow--button--content", L = "flow--button--state-icon", R = "flow--button--avatar", K = "flow--button--icon", U = "flow--button--text", W = "flow--button--counter-badge", $ = "flow--button--is-succeeded", j = "flow--button--is-failed", q = "flow--button--is-pending", G = "flow--button--plain", H = "flow--button--primary", J = "flow--button--solid", M = "flow--button--aria-disabled", O = "flow--button--accent", Q = "flow--button--danger", V = "flow--button--secondary", X = "flow--button--dark", Y = "flow--button--light", Z = "flow--button--soft", t = {
package/dist/Button.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { B as o } from "./Button-Cwmw6ZOq.js";
3
+ import { B as o } from "./Button-Dz22EEEz.js";
4
4
  export {
5
5
  o as Button,
6
6
  o as default
@@ -4,9 +4,9 @@ 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-DZtYAxOE.js";
8
- import { I as x, a as f } from "./IconCheckboxEmpty-ccUrf06Z.js";
9
- import { I as h } from "./IconCheckboxIndeterminate-SLhx-v9a.js";
7
+ import "./Icon-BTTw8v9z.js";
8
+ import { I as x, a as f } from "./IconCheckboxEmpty-C_IETucN.js";
9
+ import { I as h } from "./IconCheckboxIndeterminate-DY2Gz2df.js";
10
10
  import { C } from "./ClearPropsContext-CUvsbMn8.js";
11
11
  import "./propsContext-DzAKlmhS.js";
12
12
  import "@react-aria/utils";
package/dist/Checkbox.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { C as a } from "./Checkbox-DyIk5gNQ.js";
3
+ import { C as a } from "./Checkbox-DlctxdXS.js";
4
4
  export {
5
5
  a as Checkbox,
6
6
  a as default
@@ -7,7 +7,7 @@ import { P as b } from "./PropsContextProvider-C6Z4XGp6.js";
7
7
  import "@react-aria/utils";
8
8
  import "./propsContext-DzAKlmhS.js";
9
9
  import "remeda";
10
- import { C as x } from "./Checkbox-DyIk5gNQ.js";
10
+ import { C as x } from "./Checkbox-DlctxdXS.js";
11
11
  import { f } from "./flowComponent-TgbbWDzO.js";
12
12
  const C = "flow--checkbox-button", i = "flow--checkbox-button--label", h = "flow--checkbox-button--content", t = {
13
13
  checkboxButton: C,
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { C as t } from "./CheckboxButton-BtW15qLh.js";
3
+ import { C as t } from "./CheckboxButton-BSy4Rd1a.js";
4
4
  export {
5
5
  t as CheckboxButton,
6
6
  t as default
@@ -7,8 +7,8 @@ import "./propsContext-DzAKlmhS.js";
7
7
  import { P as h } from "./PropsContextProvider-C6Z4XGp6.js";
8
8
  import "@react-aria/utils";
9
9
  import "remeda";
10
- import { F as E } from "./FieldError-BqzJ-th_.js";
11
- import { C as k } from "./CheckboxButton-BtW15qLh.js";
10
+ import { F as E } from "./FieldError-C3KKqMzM.js";
11
+ import { C as k } from "./CheckboxButton-BSy4Rd1a.js";
12
12
  import { TunnelProvider as C, TunnelExit as r } from "@mittwald/react-tunnel";
13
13
  import { s as o } from "./FormField.module-DHK6nIcD.js";
14
14
  import { C as N } from "./ColumnLayout-FMONjI17.js";
@@ -2,7 +2,7 @@
2
2
  /* */
3
3
  import { C as t } from "./ContextMenuTrigger-BQd2xsku.js";
4
4
  import { a } from "./ContextMenuTrigger-BQd2xsku.js";
5
- import { M as n } from "./MenuItem-C-wnf-qA.js";
5
+ import { M as n } from "./MenuItem-u7V4XOL3.js";
6
6
  export {
7
7
  t as ContextMenu,
8
8
  a as ContextMenuTrigger,
@@ -14,8 +14,8 @@ import { f } from "./flowComponent-TgbbWDzO.js";
14
14
  import { O as x } from "./OverlayTrigger-Bdb65OEJ.js";
15
15
  import { useLocalizedStringFormatter as g } from "react-aria";
16
16
  import "@tabler/icons-react";
17
- import "./Icon-DZtYAxOE.js";
18
- import { I as C } from "./IconInfo-Dent1rgM.js";
17
+ import "./Icon-BTTw8v9z.js";
18
+ import { I as C } from "./IconInfo-B5-94yWE.js";
19
19
  const H = "flow--contextual-help", d = {
20
20
  contextualHelp: H
21
21
  }, A = f("ContextualHelp", (o) => {
@@ -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-Cwmw6ZOq.js";
5
+ import { B as i } from "./Button-Dz22EEEz.js";
6
6
  import "@tabler/icons-react";
7
- import "./Icon-DZtYAxOE.js";
8
- import { I as c } from "./IconCopy-C2go6pyT.js";
7
+ import "./Icon-BTTw8v9z.js";
8
+ import { I as c } from "./IconCopy-BXBdiyLX.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";
@@ -7,7 +7,7 @@ import "./propsContext-DzAKlmhS.js";
7
7
  import "@react-aria/utils";
8
8
  import "remeda";
9
9
  import "dot-prop";
10
- import { T as p } from "./Text-C_luMjbn.js";
10
+ import { T as p } from "./Text-Bl9Rk0W3.js";
11
11
  import { f as c } from "./flowComponent-TgbbWDzO.js";
12
12
  const a = "flow--field-description", f = {
13
13
  fieldDescription: a
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { F as i } from "./FieldDescription-OElYhleN.js";
3
+ import { F as i } from "./FieldDescription-Ca5OTPGv.js";
4
4
  export {
5
5
  i as FieldDescription,
6
6
  i as default
@@ -9,8 +9,8 @@ import "@react-aria/utils";
9
9
  import "remeda";
10
10
  import "dot-prop";
11
11
  import "@tabler/icons-react";
12
- import "./Icon-DZtYAxOE.js";
13
- import { I as c } from "./IconDanger-B21HKj1x.js";
12
+ import "./Icon-BTTw8v9z.js";
13
+ import { I as c } from "./IconDanger-CLKa18Ox.js";
14
14
  import { f } from "./flowComponent-TgbbWDzO.js";
15
15
  const E = "flow--field-error", d = {
16
16
  fieldError: E
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { F as o } from "./FieldError-BqzJ-th_.js";
3
+ import { F as o } from "./FieldError-C3KKqMzM.js";
4
4
  export {
5
5
  o as FieldError,
6
6
  o as default
@@ -0,0 +1,61 @@
1
+ "use client"
2
+ /* */
3
+ import n, { Children as p, useMemo as g } from "react";
4
+ import d from "clsx";
5
+ import w from "html-react-parser";
6
+ import { C as h } from "./ClearPropsContext-CUvsbMn8.js";
7
+ import "./propsContext-DzAKlmhS.js";
8
+ import "@react-aria/utils";
9
+ import "remeda";
10
+ import "dot-prop";
11
+ import { f as z } from "./flowComponent-TgbbWDzO.js";
12
+ const b = "flow--icon", u = "flow--icon--light", E = "flow--icon--dark", s = {
13
+ icon: b,
14
+ "size-m": "flow--icon--size-m",
15
+ "size-s": "flow--icon--size-s",
16
+ "size-l": "flow--icon--size-l",
17
+ light: u,
18
+ dark: E
19
+ }, v = (e) => {
20
+ const t = p.toArray(w(e)).find(
21
+ (o) => typeof o == "object" && "type" in o && o.type === "svg"
22
+ );
23
+ if (!t)
24
+ throw new Error(`Invalid SVG string (got ${String(e)})`);
25
+ return t;
26
+ }, N = z("Icon", (e) => {
27
+ const {
28
+ className: t,
29
+ "aria-label": o,
30
+ children: r,
31
+ size: a = "m",
32
+ color: c,
33
+ refProp: y,
34
+ ...m
35
+ } = e, f = {
36
+ ...m,
37
+ focusable: "false",
38
+ role: "img",
39
+ "aria-hidden": !o,
40
+ "aria-label": o,
41
+ className: d(
42
+ s.icon,
43
+ t,
44
+ s[`size-${a}`],
45
+ c && s[c]
46
+ )
47
+ }, l = typeof r == "string", i = g(
48
+ () => l ? v(r) : r,
49
+ [l, r]
50
+ );
51
+ if (!n.isValidElement(i))
52
+ throw new Error(
53
+ `Expected children of Icon component to be a valid React element (got ${String(
54
+ i
55
+ )})`
56
+ );
57
+ return /* @__PURE__ */ n.createElement(h, null, n.cloneElement(i, f));
58
+ });
59
+ export {
60
+ N as I
61
+ };
package/dist/Icon.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { I as a } from "./Icon-DZtYAxOE.js";
3
+ import { I as a } from "./Icon-BTTw8v9z.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-DZtYAxOE.js";
5
+ import { I as t } from "./Icon-BTTw8v9z.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-DZtYAxOE.js";
5
+ import { I as o } from "./Icon-BTTw8v9z.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-DZtYAxOE.js";
5
+ import { I as r } from "./Icon-BTTw8v9z.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-DZtYAxOE.js";
5
+ import { I as r } from "./Icon-BTTw8v9z.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-DZtYAxOE.js";
5
+ import { I as r } from "./Icon-BTTw8v9z.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 { IconChevronUp as r } from "@tabler/icons-react";
5
- import { I as n } from "./Icon-DZtYAxOE.js";
5
+ import { I as n } from "./Icon-BTTw8v9z.js";
6
6
  const p = (e) => /* @__PURE__ */ o.createElement(n, { ...e }, /* @__PURE__ */ o.createElement(r, null));
7
7
  export {
8
8
  p 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-DZtYAxOE.js";
5
+ import { I as r } from "./Icon-BTTw8v9z.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-DZtYAxOE.js";
5
+ import { I as n } from "./Icon-BTTw8v9z.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-DZtYAxOE.js";
5
+ import { I as r } from "./Icon-BTTw8v9z.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-DZtYAxOE.js";
5
+ import { I as t } from "./Icon-BTTw8v9z.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 o from "react";
4
4
  import { IconInfoCircle as r } from "@tabler/icons-react";
5
- import { I as t } from "./Icon-DZtYAxOE.js";
5
+ import { I as t } from "./Icon-BTTw8v9z.js";
6
6
  const I = (e) => /* @__PURE__ */ o.createElement(t, { ...e }, /* @__PURE__ */ o.createElement(r, null));
7
7
  export {
8
8
  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-DZtYAxOE.js";
5
+ import { I as t } from "./Icon-BTTw8v9z.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 { IconMinus as t, IconPlus as c } from "@tabler/icons-react";
5
- import { I as o } from "./Icon-DZtYAxOE.js";
5
+ import { I as o } from "./Icon-BTTw8v9z.js";
6
6
  const r = (n) => /* @__PURE__ */ e.createElement(o, { ...n }, /* @__PURE__ */ e.createElement(t, null)), m = (n) => /* @__PURE__ */ e.createElement(o, { ...n }, /* @__PURE__ */ e.createElement(c, null));
7
7
  export {
8
8
  r as I,
@@ -2,7 +2,7 @@
2
2
  /* */
3
3
  import e from "react";
4
4
  import { IconCircle as c, IconCircleDotFilled as n } from "@tabler/icons-react";
5
- import { I as t } from "./Icon-DZtYAxOE.js";
5
+ import { I as t } from "./Icon-BTTw8v9z.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 { IconSearch as r } from "@tabler/icons-react";
5
- import { I as c } from "./Icon-DZtYAxOE.js";
5
+ import { I as c } from "./Icon-BTTw8v9z.js";
6
6
  const n = (o) => /* @__PURE__ */ e.createElement(c, { ...o }, /* @__PURE__ */ e.createElement(r, null));
7
7
  export {
8
8
  n 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-DZtYAxOE.js";
5
+ import { I as t } from "./Icon-BTTw8v9z.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 { IconCircleCheck as n, IconAlertCircle as r } from "@tabler/icons-react";
5
- import { I as t } from "./Icon-DZtYAxOE.js";
5
+ import { I as t } from "./Icon-BTTw8v9z.js";
6
6
  const m = (c) => /* @__PURE__ */ e.createElement(t, { ...c }, /* @__PURE__ */ e.createElement(n, null)), s = (c) => /* @__PURE__ */ e.createElement(t, { ...c }, /* @__PURE__ */ e.createElement(r, null));
7
7
  export {
8
8
  m as I,
package/dist/Icons.js CHANGED
@@ -2,24 +2,24 @@
2
2
  /* */
3
3
  import n from "react";
4
4
  import { IconAppWindow as o, IconArrowLeft as l, IconClock as c, IconCamera as a, IconClipboardList as r, IconChevronLeft as I, IconCode as m, IconFileInfo as s, IconCreditCard as E, IconCalendarCheck as i, IconBuilding as u, IconLayoutBoard as p, IconDatabase as d, IconCalendar as C, IconTrash as h, IconWorld as f, IconEdit as x, IconMail as S, IconPuzzle as k, IconExternalLink as L, IconFilter as $, IconEyeCancel as g, IconHome as v, IconInbox as b, IconFileEuro as M, IconList as w, IconLock as F, IconLockOpen as z, IconPower as D, IconMaximize as P, IconUsersGroup as H, IconMenu2 as O, IconMinimize as y, IconBell as B, IconHash as T, IconShoppingCart as A, IconChartHistogram as R, IconArchive as U, IconDice3 as V, IconDeviceFloppy as j, IconListSearch as W, IconServer as G, IconSettings as N, IconShare3 as X, IconEye as q, IconAdjustmentsHorizontal as J, IconShield as K, IconShieldCheckFilled as Q, IconDoor as Y, IconStar as Z, IconStarFilled as _, IconSubtask as ee, IconHeadset as ne, IconFileX as te, IconTicket as ce, IconLayoutGrid as oe, IconUser as le } from "@tabler/icons-react";
5
- import { I as t } from "./Icon-DZtYAxOE.js";
6
- import { I as hn } from "./IconCheck-Cm1gvSQ8.js";
7
- import { I as xn, a as Sn } from "./IconCheckboxEmpty-ccUrf06Z.js";
8
- import { I as Ln } from "./IconCheckboxIndeterminate-SLhx-v9a.js";
9
- import { I as gn } from "./IconChevronDown-CGnrjHX3.js";
10
- import { I as bn } from "./IconChevronRight-Dixpcc04.js";
11
- import { I as wn } from "./IconChevronUp-BnxkbKEB.js";
12
- import { I as zn } from "./IconClose-DT3oFw36.js";
13
- import { I as Pn } from "./IconContextMenu-DdPbJs2w.js";
14
- import { I as On } from "./IconCopy-C2go6pyT.js";
15
- import { I as Bn } from "./IconDanger-B21HKj1x.js";
16
- import { a as An, I as Rn } from "./IconSucceeded-C1muSWMu.js";
17
- import { I as Vn } from "./IconInfo-Dent1rgM.js";
18
- import { I as Wn, a as Gn } from "./IconPlus-D_m-diZi.js";
19
- import { I as Xn } from "./IconPending-DPp9dgT8.js";
20
- import { a as Jn, I as Kn } from "./IconRadioOn-DAWP-hCl.js";
21
- import { I as Yn } from "./IconSearch-BtJxLn18.js";
22
- import { I as _n, a as et } from "./IconWarning-CEw4kwPi.js";
5
+ import { I as t } from "./Icon-BTTw8v9z.js";
6
+ import { I as hn } from "./IconCheck-ZTVWbFCo.js";
7
+ import { I as xn, a as Sn } from "./IconCheckboxEmpty-C_IETucN.js";
8
+ import { I as Ln } from "./IconCheckboxIndeterminate-DY2Gz2df.js";
9
+ import { I as gn } from "./IconChevronDown-CPh2XLia.js";
10
+ import { I as bn } from "./IconChevronRight-NKe0T7-H.js";
11
+ import { I as wn } from "./IconChevronUp-ClAQYdXn.js";
12
+ import { I as zn } from "./IconClose-D3xiRQc_.js";
13
+ import { I as Pn } from "./IconContextMenu-BeUYeVED.js";
14
+ import { I as On } from "./IconCopy-BXBdiyLX.js";
15
+ import { I as Bn } from "./IconDanger-CLKa18Ox.js";
16
+ import { a as An, I as Rn } from "./IconSucceeded-B5M2AsMJ.js";
17
+ import { I as Vn } from "./IconInfo-B5-94yWE.js";
18
+ import { I as Wn, a as Gn } from "./IconPlus-DHuWcs1-.js";
19
+ import { I as Xn } from "./IconPending-Di6JG-4u.js";
20
+ import { a as Jn, I as Kn } from "./IconRadioOn-CF8jhsxN.js";
21
+ import { I as Yn } from "./IconSearch-CzWSJj1g.js";
22
+ import { I as _n, a as et } from "./IconWarning-B7kuINe1.js";
23
23
  const me = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(o, null)), se = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(l, null)), Ee = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(c, null)), ie = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(a, null)), ue = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(r, null)), pe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(I, null)), de = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(m, null)), Ce = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(s, null)), he = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(E, null)), fe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(i, null)), xe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(u, null)), Se = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(p, null)), ke = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(d, null)), Le = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(C, null)), $e = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(h, null)), ge = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(f, null)), ve = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(x, null)), be = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(S, null)), Me = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(k, null)), we = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(L, null)), Fe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement($, null)), ze = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(g, null)), De = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(v, null)), Pe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(b, null)), He = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(M, null)), Oe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(w, null)), ye = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(F, null)), Be = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(z, null)), Te = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(D, null)), Ae = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(P, null)), Re = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(H, null)), Ue = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(O, null)), Ve = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(y, null)), je = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(B, null)), We = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(T, null)), Ge = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(A, null)), Ne = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(R, null)), Xe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(U, null)), qe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(V, null)), Je = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(j, null)), Ke = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(W, null)), Qe = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(G, null)), Ye = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(N, null)), Ze = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(X, null)), _e = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(q, null)), en = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(J, null)), nn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(K, null)), tn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(Q, null)), cn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(Y, null)), on = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(Z, null)), ln = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(_, null)), an = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(ee, null)), rn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(ne, null)), In = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(te, null)), mn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(ce, null)), sn = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(oe, null)), En = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(c, null)), un = (e) => /* @__PURE__ */ n.createElement(t, { ...e }, /* @__PURE__ */ n.createElement(le, null)), pn = (e) => /* @__PURE__ */ n.createElement(
24
24
  t,
25
25
  {
@@ -0,0 +1,39 @@
1
+ "use client"
2
+ /* */
3
+ import a from "react";
4
+ import o from "clsx";
5
+ import "./propsContext-DzAKlmhS.js";
6
+ import { P as d } from "./PropsContextProvider-C6Z4XGp6.js";
7
+ import "@react-aria/utils";
8
+ import "remeda";
9
+ const g = "flow--illustrated-message--illustrated-message-container", u = "flow--illustrated-message", p = "flow--illustrated-message--icon", f = "flow--illustrated-message--heading", x = "flow--illustrated-message--text", h = "flow--illustrated-message--negative", e = {
10
+ illustratedMessageContainer: g,
11
+ illustratedMessage: u,
12
+ icon: p,
13
+ heading: f,
14
+ text: x,
15
+ negative: h
16
+ }, I = (l) => {
17
+ const { className: r, children: i, color: t = "info", ...n } = l, c = o(e.illustratedMessageContainer, r), s = t === "dark" || t === "light" ? t : void 0, m = {
18
+ Icon: {
19
+ className: e.icon,
20
+ size: "l",
21
+ color: s
22
+ },
23
+ Heading: {
24
+ className: e.heading,
25
+ color: s
26
+ },
27
+ Text: {
28
+ className: e.text,
29
+ color: s
30
+ },
31
+ Button: {
32
+ color: s ?? "accent"
33
+ }
34
+ };
35
+ return /* @__PURE__ */ a.createElement("div", { ...n, className: c }, /* @__PURE__ */ a.createElement("div", { className: o(e.illustratedMessage, e[t]) }, /* @__PURE__ */ a.createElement(d, { props: m }, i)));
36
+ };
37
+ export {
38
+ I
39
+ };
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { I as e } from "./IllustratedMessage-DadLfPs9.js";
3
+ import { I as e } from "./IllustratedMessage-B3MHD01M.js";
4
4
  export {
5
5
  e as IllustratedMessage,
6
6
  e as default
@@ -7,7 +7,7 @@ import "@react-aria/utils";
7
7
  import "./propsContext-DzAKlmhS.js";
8
8
  import "remeda";
9
9
  import p from "clsx";
10
- import { S as u } from "./StatusIcon-Dh4v-yid.js";
10
+ import { S as u } from "./StatusIcon-BnyGZH4s.js";
11
11
  import { f as d } from "./flowComponent-TgbbWDzO.js";
12
12
  const w = "flow--inline-alert", g = "flow--inline-alert--status-icon", C = "flow--inline-alert--heading", I = "flow--inline-alert--content", 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,
package/dist/List.js CHANGED
@@ -6,7 +6,7 @@ var o = (s, t, e) => tt(s, typeof t != "symbol" ? t + "" : t, e);
6
6
  import n, { createContext as et, useContext as at, createElement as st, useEffect as F, useRef as nt, Suspense as it } from "react";
7
7
  import { R as rt } from "./Render-BdlTa7Qb.js";
8
8
  import { a as w, C as j } from "./ContextMenuTrigger-BQd2xsku.js";
9
- import { M as J } from "./MenuItem-C-wnf-qA.js";
9
+ import { M as J } from "./MenuItem-u7V4XOL3.js";
10
10
  import "react-aria-components";
11
11
  import { autorun as ot, runInAction as lt, makeObservable as ct, observable as V, computed as x, action as I } from "mobx";
12
12
  import "./context-BB3_MApL.js";
@@ -14,26 +14,26 @@ import "./propsContext-DzAKlmhS.js";
14
14
  import "@react-aria/utils";
15
15
  import { times as ut } from "remeda";
16
16
  import { getProperty as mt } from "dot-prop";
17
- import { T as y } from "./Text-C_luMjbn.js";
17
+ import { T as y } from "./Text-Bl9Rk0W3.js";
18
18
  import "@tabler/icons-react";
19
- import "./Icon-DZtYAxOE.js";
20
- import { I as W } from "./IconChevronDown-CGnrjHX3.js";
21
- import { B as p } from "./Button-Cwmw6ZOq.js";
19
+ import "./Icon-BTTw8v9z.js";
20
+ import { I as W } from "./IconChevronDown-CPh2XLia.js";
21
+ import { B as p } from "./Button-Dz22EEEz.js";
22
22
  import { useLocalizedStringFormatter as v } from "react-aria";
23
23
  import B from "clsx";
24
- import { I as dt } from "./IconClose-DT3oFw36.js";
24
+ import { I as dt } from "./IconClose-D3xiRQc_.js";
25
25
  import { useReactTable as ht, getCoreRowModel as gt, getSortedRowModel as pt, getFilteredRowModel as ft, getPaginationRowModel as bt, getFacetedUniqueValues as St } from "@tanstack/react-table";
26
26
  import Y from "invariant";
27
27
  import { useLocalObservable as yt } from "mobx-react-lite";
28
28
  import { getAsyncResource as z } from "@mittwald/react-use-promise";
29
29
  import { u as $ } from "./useSelector-DpU7_HMO.js";
30
- import { I as vt } from "./IllustratedMessage-DadLfPs9.js";
31
- import { I as Ct } from "./IconSearch-BtJxLn18.js";
30
+ import { I as vt } from "./IllustratedMessage-B3MHD01M.js";
31
+ import { I as Ct } from "./IconSearch-CzWSJj1g.js";
32
32
  import { H as Et } from "./Heading-DccQpM5H.js";
33
33
  import { S as G } from "./Skeleton-CKLaTmDR.js";
34
34
  import { P as It } from "./PropsContextProvider-C6Z4XGp6.js";
35
35
  import { d as Ft } from "./dynamic-ClpUSmEt.js";
36
- import { I as Lt } from "./IconContextMenu-DdPbJs2w.js";
36
+ import { I as Lt } from "./IconContextMenu-BeUYeVED.js";
37
37
  import { TunnelProvider as Tt, TunnelExit as O } from "@mittwald/react-tunnel";
38
38
  import { L as wt } from "./Link-DrSmRSXL.js";
39
39
  import { d as E, a as U } from "./deepFindOfType-6pG0fH7S.js";
@@ -2,8 +2,8 @@
2
2
  /* */
3
3
  import r from "react";
4
4
  import "@tabler/icons-react";
5
- import "./Icon-DZtYAxOE.js";
6
- import { I as e } from "./IconPending-DPp9dgT8.js";
5
+ import "./Icon-BTTw8v9z.js";
6
+ import { I as e } from "./IconPending-Di6JG-4u.js";
7
7
  import t from "clsx";
8
8
  const a = "flow--loading-spinner", p = "flow--loading-spinner--spin", l = {
9
9
  loadingSpinner: a,