@mittwald/flow-react-components 0.1.0-alpha.64 → 0.1.0-alpha.65

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 (129) hide show
  1. package/dist/{Action-CeKzQsag.js → Action-DZzRGFBL.js} +1 -1
  2. package/dist/Action.js +1 -1
  3. package/dist/Avatar.js +1 -1
  4. package/dist/Breadcrumb.js +12 -13
  5. package/dist/Button-CdGfSPx-.js +101 -0
  6. package/dist/Button.js +1 -1
  7. package/dist/ButtonGroup.js +1 -1
  8. package/dist/Checkbox-Bc-Yp2Li.js +24 -0
  9. package/dist/Checkbox.js +1 -1
  10. package/dist/CheckboxButton-D5G0rxZz.js +29 -0
  11. package/dist/CheckboxButton.js +1 -1
  12. package/dist/CheckboxGroup.js +26 -20
  13. package/dist/Content.js +7 -7
  14. package/dist/ContextMenu.js +2 -2
  15. package/dist/ContextMenuItem-k4nwztKS.js +67 -0
  16. package/dist/CopyButton.js +15 -16
  17. package/dist/FieldDescription.js +12 -12
  18. package/dist/FieldError-CBxCl2nS.js +22 -0
  19. package/dist/FieldError.js +1 -1
  20. package/dist/Header.js +5 -5
  21. package/dist/Heading.js +15 -15
  22. package/dist/{Icon-DnhU6oCr.js → Icon-DVRBNZZe.js} +1 -1
  23. package/dist/Icon.js +1 -1
  24. package/dist/{IconCheck-VQzoZYpg.js → IconCheck-D9Y94psR.js} +1 -1
  25. package/dist/{IconCheckboxEmpty-BYBEifGn.js → IconCheckboxEmpty-BneZ_izo.js} +1 -1
  26. package/dist/{IconCheckboxIndeterminate-DCWISQ9y.js → IconCheckboxIndeterminate-DZM-0gVy.js} +1 -1
  27. package/dist/{IconChevronDown-BmKMxrq1.js → IconChevronDown-D8WRADYa.js} +1 -1
  28. package/dist/{IconChevronRight-ngvPFPMg.js → IconChevronRight-D2iaxujY.js} +1 -1
  29. package/dist/{IconClose-BkmXvQ2z.js → IconClose-zpsdo5WH.js} +1 -1
  30. package/dist/{IconContextMenu-B7uKuktv.js → IconContextMenu-D58YJ4YL.js} +1 -1
  31. package/dist/{IconCopy-BmKbdWWX.js → IconCopy-Dg12Fbk9.js} +1 -1
  32. package/dist/{IconDanger-C0Tcw4tP.js → IconDanger-BKH4QbJ1.js} +1 -1
  33. package/dist/{IconPlus-DfL7-kUg.js → IconPlus-WchYGpT1.js} +1 -1
  34. package/dist/{IconRadioOn-VUVt3QQC.js → IconRadioOn-DNpq9Xk7.js} +1 -1
  35. package/dist/{IconSucceeded-CENvDJzH.js → IconSucceeded-d5GrQkmO.js} +1 -1
  36. package/dist/{IconWarning-43TmpPox.js → IconWarning-pPmXp5KC.js} +1 -1
  37. package/dist/Icons.js +14 -14
  38. package/dist/Image.js +7 -7
  39. package/dist/Initials.js +11 -11
  40. package/dist/InlineAlert.js +19 -19
  41. package/dist/Label-BFDBIwAZ.js +34 -0
  42. package/dist/Label.js +1 -1
  43. package/dist/LayoutCard.js +10 -10
  44. package/dist/Link-kCrtSVrZ.js +51 -0
  45. package/dist/Link.js +1 -1
  46. package/dist/List.js +27 -29
  47. package/dist/NumberField.js +26 -26
  48. package/dist/RadioGroup.js +47 -44
  49. package/dist/Select.js +62 -39
  50. package/dist/StatusBadge.js +17 -17
  51. package/dist/StatusIcon-gxczp9bZ.js +37 -0
  52. package/dist/StatusIcon.js +1 -1
  53. package/dist/Switch.js +23 -17
  54. package/dist/Tabs.js +2 -2
  55. package/dist/Text-D7C_T7CE.js +38 -0
  56. package/dist/Text.js +1 -1
  57. package/dist/TextArea.js +16 -14
  58. package/dist/TextField.js +19 -11
  59. package/dist/TextFieldBase-DuP4Ls0l.js +32 -0
  60. package/dist/flowComponent-CEo3pjEA.js +19 -0
  61. package/dist/nextjs.js +12 -0
  62. package/dist/react-hook-form.js +62 -0
  63. package/dist/types/components/Button/Button.d.ts +1 -1
  64. package/dist/types/components/Checkbox/Checkbox.d.ts +4 -3
  65. package/dist/types/components/CheckboxButton/CheckboxButton.d.ts +4 -3
  66. package/dist/types/components/CheckboxGroup/CheckboxGroup.d.ts +4 -3
  67. package/dist/types/components/Content/Content.d.ts +2 -2
  68. package/dist/types/components/ContextMenu/ContextMenu.d.ts +1 -1
  69. package/dist/types/components/CopyButton/CopyButton.d.ts +1 -1
  70. package/dist/types/components/FieldDescription/FieldDescription.d.ts +1 -1
  71. package/dist/types/components/FieldError/FieldError.d.ts +1 -1
  72. package/dist/types/components/Header/Header.d.ts +2 -2
  73. package/dist/types/components/Heading/Heading.d.ts +1 -1
  74. package/dist/types/components/Icon/Icon.d.ts +1 -1
  75. package/dist/types/components/Image/Image.d.ts +1 -1
  76. package/dist/types/components/Initials/Initials.d.ts +1 -1
  77. package/dist/types/components/InlineAlert/InlineAlert.d.ts +1 -1
  78. package/dist/types/components/Label/Label.d.ts +1 -1
  79. package/dist/types/components/LayoutCard/LayoutCard.d.ts +2 -2
  80. package/dist/types/components/Link/Link.d.ts +1 -1
  81. package/dist/types/components/NumberField/NumberField.d.ts +4 -3
  82. package/dist/types/components/RadioGroup/RadioGroup.d.ts +4 -3
  83. package/dist/types/components/RadioGroup/components/Radio/Radio.d.ts +1 -1
  84. package/dist/types/components/RadioGroup/components/RadioButton/RadioButton.d.ts +4 -3
  85. package/dist/types/components/Section/stories/EdgeCases.stories.d.ts +1 -2
  86. package/dist/types/components/Select/Select.d.ts +5 -3
  87. package/dist/types/components/Select/components/Option/Option.d.ts +5 -3
  88. package/dist/types/components/Select/index.d.ts +0 -1
  89. package/dist/types/components/StatusBadge/StatusBadge.d.ts +1 -1
  90. package/dist/types/components/Switch/Switch.d.ts +1 -1
  91. package/dist/types/components/Text/Text.d.ts +2 -2
  92. package/dist/types/components/TextArea/TextArea.d.ts +4 -3
  93. package/dist/types/components/TextField/TextField.d.ts +4 -3
  94. package/dist/types/components/TextFieldBase/TextFieldBase.d.ts +2 -2
  95. package/dist/types/components/propTypes/index.d.ts +18 -1
  96. package/dist/types/integrations/nextjs/index.d.ts +2 -0
  97. package/dist/types/integrations/react-hook-form/components/Controller/Controller.d.ts +8 -0
  98. package/dist/types/integrations/react-hook-form/components/Controller/index.d.ts +4 -0
  99. package/dist/types/integrations/react-hook-form/components/Controller/stories/Default.stories.d.ts +7 -0
  100. package/dist/types/integrations/react-hook-form/components/Form/Form.d.ts +8 -0
  101. package/dist/types/integrations/react-hook-form/components/Form/index.d.ts +4 -0
  102. package/dist/types/integrations/react-hook-form/components/context/formContext.d.ts +10 -0
  103. package/dist/types/integrations/react-hook-form/index.d.ts +2 -0
  104. package/dist/types/lib/childProps/ChildPropsContextProvider.d.ts +9 -0
  105. package/dist/types/lib/childProps/ChildPropsStore.d.ts +14 -0
  106. package/dist/types/lib/childProps/context.d.ts +5 -0
  107. package/dist/types/lib/childProps/index.d.ts +2 -0
  108. package/dist/types/lib/childProps/useSetChildProps.d.ts +3 -0
  109. package/dist/types/lib/componentFactory/flowComponent.d.ts +6 -4
  110. package/dist/types/lib/propsContext/propsContext.d.ts +10 -0
  111. package/dist/types/lib/types/props.d.ts +2 -2
  112. package/dist/{useProps-DqP5wneE.js → useProps-DoKnPAup.js} +38 -28
  113. package/package.json +24 -15
  114. package/dist/Button-CUr754ra.js +0 -99
  115. package/dist/Checkbox-CBAAtfxq.js +0 -24
  116. package/dist/CheckboxButton-BYp2HCfN.js +0 -27
  117. package/dist/ContextMenuItem-7xGNJkkK.js +0 -66
  118. package/dist/FieldError-D9ZaMqoL.js +0 -22
  119. package/dist/Label-CnhSifzw.js +0 -27
  120. package/dist/Link-3bAuyVEg.js +0 -49
  121. package/dist/StatusIcon-D6re4qSI.js +0 -39
  122. package/dist/Text-2sThcKor.js +0 -37
  123. package/dist/TextFieldBase-Dtcmh0_x.js +0 -30
  124. package/dist/flowComponent-Dfn_Z9Yx.js +0 -19
  125. package/dist/nextjs/LinkProvider.js +0 -12
  126. /package/dist/types/{components/nextjs → integrations/nextjs/components}/Link/Link.d.ts +0 -0
  127. /package/dist/types/{components/nextjs → integrations/nextjs/components}/Link/index.d.ts +0 -0
  128. /package/dist/types/{components/nextjs → integrations/nextjs/components}/LinkProvider/LinkProvider.d.ts +0 -0
  129. /package/dist/types/{components/nextjs → integrations/nextjs/components}/LinkProvider/index.d.ts +0 -0
@@ -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-DnhU6oCr.js";
5
+ import { I as t } from "./Icon-DVRBNZZe.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-DnhU6oCr.js";
5
+ import { I as o } from "./Icon-DVRBNZZe.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-DnhU6oCr.js";
5
+ import { I as r } from "./Icon-DVRBNZZe.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-DnhU6oCr.js";
5
+ import { I as r } from "./Icon-DVRBNZZe.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-DnhU6oCr.js";
5
+ import { I as r } from "./Icon-DVRBNZZe.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-DnhU6oCr.js";
5
+ import { I as r } from "./Icon-DVRBNZZe.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-DnhU6oCr.js";
5
+ import { I as n } from "./Icon-DVRBNZZe.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-DnhU6oCr.js";
5
+ import { I as r } from "./Icon-DVRBNZZe.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-DnhU6oCr.js";
5
+ import { I as t } from "./Icon-DVRBNZZe.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-DnhU6oCr.js";
5
+ import { I as o } from "./Icon-DVRBNZZe.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-DnhU6oCr.js";
5
+ import { I as t } from "./Icon-DVRBNZZe.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-DnhU6oCr.js";
5
+ import { I as c } from "./Icon-DVRBNZZe.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-DnhU6oCr.js";
5
+ import { I as n } from "./Icon-DVRBNZZe.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-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";
5
+ import { I as t } from "./Icon-DVRBNZZe.js";
6
+ import { I as ve } from "./IconCheck-D9Y94psR.js";
7
+ import { I as Le, a as ke } from "./IconCheckboxEmpty-BneZ_izo.js";
8
+ import { I as De } from "./IconCheckboxIndeterminate-DZM-0gVy.js";
9
+ import { I as Me } from "./IconChevronDown-D8WRADYa.js";
10
+ import { I as Be } from "./IconChevronRight-D2iaxujY.js";
11
+ import { a as Ae, I as Fe, b as Re } from "./IconPlus-WchYGpT1.js";
12
+ import { I as Pe } from "./IconClose-zpsdo5WH.js";
13
+ import { I as je } from "./IconContextMenu-D58YJ4YL.js";
14
+ import { I as We } from "./IconCopy-Dg12Fbk9.js";
15
+ import { I as Oe } from "./IconDanger-BKH4QbJ1.js";
16
+ import { a as Ne, b as Xe, I as qe } from "./IconSucceeded-d5GrQkmO.js";
17
+ import { I as Ke, a as Qe, b as Ye } from "./IconWarning-pPmXp5KC.js";
18
+ import { a as _e, I as en } from "./IconRadioOn-DNpq9Xk7.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
@@ -1,16 +1,16 @@
1
1
  "use client"
2
2
  /* */
3
3
  import t from "react";
4
- import { C as r } from "./ClearPropsContext-CeCMjUK9.js";
4
+ import { C as m } 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-Dfn_Z9Yx.js";
9
- const f = m("Image", (o) => {
10
- const e = o;
11
- return /* @__PURE__ */ t.createElement(r, null, /* @__PURE__ */ t.createElement("img", { ...e }));
8
+ import { f as a } from "./flowComponent-CEo3pjEA.js";
9
+ const c = a("Image", (e) => {
10
+ const { ref: r, ...o } = e;
11
+ return /* @__PURE__ */ t.createElement(m, null, /* @__PURE__ */ t.createElement("img", { ...o, ref: r }));
12
12
  });
13
13
  export {
14
- f as Image,
15
- f as default
14
+ c as Image,
15
+ c as default
16
16
  };
package/dist/Initials.js CHANGED
@@ -1,20 +1,20 @@
1
1
  "use client"
2
2
  /* */
3
3
  import e from "react";
4
- import p from "clsx";
5
- import { C as c } from "./ClearPropsContext-CeCMjUK9.js";
4
+ import c from "clsx";
5
+ import { C as f } from "./ClearPropsContext-CeCMjUK9.js";
6
6
  import "./propsContext-CauylOgH.js";
7
7
  import "@react-aria/utils";
8
8
  import "remeda";
9
- import { onlyText as f } from "react-children-utilities";
10
- import { f as C } from "./flowComponent-Dfn_Z9Yx.js";
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
- initials: x
13
- }, h = C("Initials", (i) => {
14
- const { children: t, className: o } = i, s = f(t), n = u(s), a = p(d.initials, o), l = n.map((r, m) => /* @__PURE__ */ e.createElement("span", { key: m }, r));
15
- return /* @__PURE__ */ e.createElement(c, null, /* @__PURE__ */ e.createElement("div", { "aria-label": s, className: a }, l));
9
+ import { onlyText as C } from "react-children-utilities";
10
+ import { f as u } from "./flowComponent-CEo3pjEA.js";
11
+ 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 = {
12
+ initials: d
13
+ }, k = u("Initials", (i) => {
14
+ const { children: t, className: o, ref: n } = i, s = C(t), a = x(s), r = c(E.initials, o), l = a.map((m, p) => /* @__PURE__ */ e.createElement("span", { key: p }, m));
15
+ return /* @__PURE__ */ e.createElement(f, null, /* @__PURE__ */ e.createElement("div", { "aria-label": s, className: r, ref: n }, l));
16
16
  });
17
17
  export {
18
- h as Initials,
19
- h as default
18
+ k as Initials,
19
+ k as default
20
20
  };
@@ -1,25 +1,25 @@
1
1
  "use client"
2
2
  /* */
3
3
  import e from "react";
4
- import { C as c } from "./ClearPropsContext-CeCMjUK9.js";
5
- import { P as m } from "./PropsContextProvider-BcOGMJkn.js";
4
+ import { C as m } from "./ClearPropsContext-CeCMjUK9.js";
5
+ import { P as f } from "./PropsContextProvider-BcOGMJkn.js";
6
6
  import "@react-aria/utils";
7
7
  import "./propsContext-CauylOgH.js";
8
8
  import "remeda";
9
- import f from "clsx";
10
- import { S as p } from "./StatusIcon-D6re4qSI.js";
11
- import { f as d } from "./flowComponent-Dfn_Z9Yx.js";
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
- inlineAlert: u,
14
- content: w,
15
- statusIcon: g,
16
- heading: C,
17
- info: I,
18
- warning: N,
19
- danger: h,
20
- success: x
21
- }, j = d("InlineAlert", (o) => {
22
- const { children: s, className: l, status: t = "info", ...r } = o, a = f(n.inlineAlert, n[t], l), i = {
9
+ import p from "clsx";
10
+ import { S as d } from "./StatusIcon-gxczp9bZ.js";
11
+ import { f as u } from "./flowComponent-CEo3pjEA.js";
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
+ inlineAlert: w,
14
+ content: g,
15
+ statusIcon: C,
16
+ heading: I,
17
+ info: N,
18
+ warning: h,
19
+ danger: x,
20
+ success: A
21
+ }, k = u("InlineAlert", (o) => {
22
+ const { children: s, className: l, status: t = "info", ref: r, ...a } = o, i = p(n.inlineAlert, n[t], l), c = {
23
23
  Heading: {
24
24
  className: n.heading,
25
25
  level: 3
@@ -28,9 +28,9 @@ const u = "flow--inline-alert", w = "flow--inline-alert--content", g = "flow--in
28
28
  className: n.content
29
29
  }
30
30
  };
31
- return /* @__PURE__ */ e.createElement(c, null, /* @__PURE__ */ e.createElement("aside", { ...r, className: a }, /* @__PURE__ */ e.createElement(p, { className: n.statusIcon, status: t }), /* @__PURE__ */ e.createElement(m, { props: i }, s)));
31
+ return /* @__PURE__ */ e.createElement(m, null, /* @__PURE__ */ e.createElement("aside", { ...a, className: i, ref: r }, /* @__PURE__ */ e.createElement(d, { className: n.statusIcon, status: t }), /* @__PURE__ */ e.createElement(f, { props: c }, s)));
32
32
  });
33
33
  export {
34
- j as InlineAlert,
35
- j as default
34
+ k as InlineAlert,
35
+ k as default
36
36
  };
@@ -0,0 +1,34 @@
1
+ "use client"
2
+ /* */
3
+ import t from "react";
4
+ import * as c from "react-aria-components";
5
+ import f from "clsx";
6
+ import { C as b } from "./ClearPropsContext-CeCMjUK9.js";
7
+ import "./propsContext-CauylOgH.js";
8
+ import "@react-aria/utils";
9
+ import "remeda";
10
+ import { useLocalizedStringFormatter as C } from "react-aria";
11
+ import { f as L } from "./flowComponent-CEo3pjEA.js";
12
+ const d = "flow--label", u = {
13
+ label: d
14
+ }, E = {
15
+ "de-DE": {
16
+ "label.optional": "(optional)"
17
+ },
18
+ "en-EN": {
19
+ "label.optional": "(optional)"
20
+ }
21
+ }, z = L("Label", (l) => {
22
+ const {
23
+ children: e,
24
+ className: o,
25
+ optional: a,
26
+ ref: r,
27
+ unstyled: s = !1,
28
+ ...n
29
+ } = l, m = C(E), i = s ? o : f(u.label, o), p = " " + m.format("label.optional");
30
+ return /* @__PURE__ */ t.createElement(b, null, /* @__PURE__ */ t.createElement(c.Label, { ...n, className: i, ref: r }, e, a && p));
31
+ });
32
+ export {
33
+ z as L
34
+ };
package/dist/Label.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { L as e } from "./Label-CnhSifzw.js";
3
+ import { L as e } from "./Label-BFDBIwAZ.js";
4
4
  export {
5
5
  e as Label,
6
6
  e as default
@@ -1,15 +1,15 @@
1
1
  "use client"
2
2
  /* */
3
- import c from "react";
4
- import m from "clsx";
5
- import { f as n } from "./flowComponent-Dfn_Z9Yx.js";
6
- const d = "flow--layout-card", u = {
7
- layoutCard: d
8
- }, p = n("LayoutCard", (t) => {
9
- const { children: o, className: a, elementType: e = "div", ...r } = t, s = m(u.layoutCard, a), l = e;
10
- return /* @__PURE__ */ c.createElement(l, { className: s, ...r }, o);
3
+ import m from "react";
4
+ import n from "clsx";
5
+ import { f as d } from "./flowComponent-CEo3pjEA.js";
6
+ const f = "flow--layout-card", u = {
7
+ layoutCard: f
8
+ }, i = d("LayoutCard", (t) => {
9
+ const { children: o, className: a, elementType: e = "div", ref: r, ...s } = t, l = n(u.layoutCard, a), c = e;
10
+ return /* @__PURE__ */ m.createElement(c, { className: l, ...s, ref: r }, o);
11
11
  });
12
12
  export {
13
- p as LayoutCard,
14
- p as default
13
+ i as LayoutCard,
14
+ i as default
15
15
  };
@@ -0,0 +1,51 @@
1
+ "use client"
2
+ /* */
3
+ import o, { useContext as x } from "react";
4
+ import * as w from "react-aria-components";
5
+ import { C as y } from "./ClearPropsContext-CeCMjUK9.js";
6
+ import { P as L } from "./PropsContextProvider-BcOGMJkn.js";
7
+ import "@react-aria/utils";
8
+ import "./propsContext-CauylOgH.js";
9
+ import "remeda";
10
+ import P from "clsx";
11
+ import { f as g } from "./flowComponent-CEo3pjEA.js";
12
+ import { l as N } from "./context-BlNV7smK.js";
13
+ const E = "flow--link", v = "flow--link--inline", F = "flow--link--icon", h = "flow--link--primary", z = "flow--link--danger", n = {
14
+ link: E,
15
+ inline: v,
16
+ icon: F,
17
+ primary: h,
18
+ danger: z
19
+ }, G = g("Link", (t) => {
20
+ const {
21
+ children: i,
22
+ className: r,
23
+ variant: e = "default",
24
+ inline: s,
25
+ linkComponent: l,
26
+ unstyled: a = !1,
27
+ "aria-current": m,
28
+ ref: p,
29
+ ...c
30
+ } = t, { linkComponent: k } = x(N), f = l ?? k ?? w.Link, C = a ? r : P(n.link, n[e], s && n.inline, r), u = {
31
+ Icon: {
32
+ className: n.icon,
33
+ size: "s"
34
+ }
35
+ }, d = {
36
+ "aria-current": m
37
+ };
38
+ return /* @__PURE__ */ o.createElement(y, null, /* @__PURE__ */ o.createElement(
39
+ f,
40
+ {
41
+ className: C,
42
+ ...c,
43
+ ...d,
44
+ ref: p
45
+ },
46
+ /* @__PURE__ */ o.createElement(L, { props: u }, i)
47
+ ));
48
+ });
49
+ export {
50
+ G as L
51
+ };
package/dist/Link.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { L as o } from "./Link-3bAuyVEg.js";
3
+ import { L as o } from "./Link-kCrtSVrZ.js";
4
4
  export {
5
5
  o as Link,
6
6
  o as default
package/dist/List.js CHANGED
@@ -4,22 +4,21 @@ var Q = Object.defineProperty;
4
4
  var X = (i, t, e) => t in i ? Q(i, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[t] = e;
5
5
  var o = (i, t, e) => (X(i, typeof t != "symbol" ? t + "" : t, e), e);
6
6
  import r, { createContext as Y, useContext as Z, createElement as _, useEffect as C, useState as tt, Suspense as et } from "react";
7
- import * as x from "react-aria-components";
8
- import { MenuTrigger as at } from "react-aria-components";
7
+ import { a as x, C as U, d as at } from "./ContextMenuItem-k4nwztKS.js";
8
+ import * as O from "react-aria-components";
9
+ import { MenuTrigger as st } from "react-aria-components";
10
+ import { T as b } from "./Text-D7C_T7CE.js";
11
+ import "@tabler/icons-react";
12
+ import "./Icon-DVRBNZZe.js";
13
+ import { I as $ } from "./IconChevronDown-D8WRADYa.js";
14
+ import { B as h } from "./Button-CdGfSPx-.js";
15
+ import H from "clsx";
9
16
  import "./propsContext-CauylOgH.js";
10
17
  import "@react-aria/utils";
11
- import { times as st } from "remeda";
12
- import "@mittwald/react-tunnel";
13
- import U from "clsx";
14
- import { a as O, C as $, d as rt } from "./ContextMenuItem-7xGNJkkK.js";
15
- import { T as b } from "./Text-2sThcKor.js";
16
- import "@tabler/icons-react";
17
- import "html-react-parser";
18
- import { I as H } from "./IconChevronDown-BmKMxrq1.js";
19
- import { B as h } from "./Button-CUr754ra.js";
18
+ import { times as rt } from "remeda";
20
19
  import "react-children-utilities";
21
20
  import { useMessageFormatter as q, useLocalizedStringFormatter as K } from "react-aria";
22
- import { I as nt } from "./IconClose-BkmXvQ2z.js";
21
+ import { I as nt } from "./IconClose-zpsdo5WH.js";
23
22
  import { getProperty as it } from "dot-prop";
24
23
  import { useReactTable as ot, getCoreRowModel as lt, getSortedRowModel as ct, getFilteredRowModel as ut, getPaginationRowModel as mt, getFacetedUniqueValues as dt } from "@tanstack/react-table";
25
24
  import j from "invariant";
@@ -29,17 +28,16 @@ import { getAsyncResource as P } from "@mittwald/react-use-promise";
29
28
  import { u as R } from "./useSelector-DpU7_HMO.js";
30
29
  import { P as bt } from "./PropsContextProvider-BcOGMJkn.js";
31
30
  import { W as St } from "./Wrap-DGT1h1o3.js";
32
- import { L as yt } from "./Link-3bAuyVEg.js";
33
- import { I as Ct } from "./IconContextMenu-B7uKuktv.js";
31
+ import { L as yt } from "./Link-kCrtSVrZ.js";
32
+ import { I as Ct } from "./IconContextMenu-D58YJ4YL.js";
34
33
  import { d as f, a as V } from "./deepFindOfType-6pG0fH7S.js";
35
- import "./context-BlNV7smK.js";
36
34
  import { I as vt } from "./InlineCode-CI8164C6.js";
37
35
  import { ListLoaderAsyncResource as Ft } from "./List/ListLoaderAsyncResource.js";
38
36
  const J = Y({}), m = () => Z(J).list, Tt = (i) => /* @__PURE__ */ r.createElement(r.Fragment, null, i.children()), Et = () => m().loader.getLoaderInvocationHooks().map((t, e) => /* @__PURE__ */ r.createElement(Tt, { key: e }, () => {
39
37
  t();
40
38
  })), wt = (i) => {
41
39
  const { sorting: t } = i;
42
- return /* @__PURE__ */ r.createElement(O, { id: t.getTableColumn().id }, t.name);
40
+ return /* @__PURE__ */ r.createElement(x, { id: t.getTableColumn().id }, t.name);
43
41
  }, g = {
44
42
  "de-DE": {
45
43
  options: "Optionen",
@@ -76,8 +74,8 @@ const J = Y({}), m = () => Z(J).list, Tt = (i) => /* @__PURE__ */ r.createElemen
76
74
  },
77
75
  "setSorting"
78
76
  ) : /* @__PURE__ */ r.createElement(v, { locales: g }, "sorting"));
79
- return /* @__PURE__ */ r.createElement(x.MenuTrigger, null, /* @__PURE__ */ r.createElement(h, { style: "soft", size: "s", variant: "secondary" }, a, /* @__PURE__ */ r.createElement(H, null)), /* @__PURE__ */ r.createElement(
80
- $,
77
+ return /* @__PURE__ */ r.createElement(O.MenuTrigger, null, /* @__PURE__ */ r.createElement(h, { style: "soft", size: "s", variant: "secondary" }, a, /* @__PURE__ */ r.createElement($, null)), /* @__PURE__ */ r.createElement(
78
+ U,
81
79
  {
82
80
  selectionMode: "single",
83
81
  selectedKeys: e ? [e.property] : [],
@@ -88,11 +86,11 @@ const J = Y({}), m = () => Z(J).list, Tt = (i) => /* @__PURE__ */ r.createElemen
88
86
  t
89
87
  ));
90
88
  }, It = (i) => {
91
- const { filter: t } = i, e = t.values.map((n) => /* @__PURE__ */ r.createElement(O, { key: t.getValueId(n), id: String(n) }, String(n))), a = t.values.filter((n) => t.isValueActive(n)).map((n) => String(n)), s = (n) => {
89
+ const { filter: t } = i, e = t.values.map((n) => /* @__PURE__ */ r.createElement(x, { key: t.getValueId(n), id: String(n) }, String(n))), a = t.values.filter((n) => t.isValueActive(n)).map((n) => String(n)), s = (n) => {
92
90
  t.toggleValue(n);
93
91
  };
94
- return /* @__PURE__ */ r.createElement(x.MenuTrigger, null, /* @__PURE__ */ r.createElement(h, { style: "soft", size: "s", variant: "secondary" }, /* @__PURE__ */ r.createElement(b, null, t.name ?? t.property), /* @__PURE__ */ r.createElement(H, null)), /* @__PURE__ */ r.createElement(
95
- $,
92
+ return /* @__PURE__ */ r.createElement(O.MenuTrigger, null, /* @__PURE__ */ r.createElement(h, { style: "soft", size: "s", variant: "secondary" }, /* @__PURE__ */ r.createElement(b, null, t.name ?? t.property), /* @__PURE__ */ r.createElement($, null)), /* @__PURE__ */ r.createElement(
93
+ U,
96
94
  {
97
95
  onAction: s,
98
96
  selectionMode: "multiple",
@@ -132,7 +130,7 @@ const J = Y({}), m = () => Z(J).list, Tt = (i) => /* @__PURE__ */ r.createElemen
132
130
  ));
133
131
  }, Rt = (i) => {
134
132
  const { className: t } = i, a = m().filters.map((s) => /* @__PURE__ */ r.createElement(It, { key: s.property, filter: s }));
135
- return /* @__PURE__ */ r.createElement("div", { className: U(t, M.header) }, /* @__PURE__ */ r.createElement("div", { className: M.pickerList }, /* @__PURE__ */ r.createElement(Lt, null), a), /* @__PURE__ */ r.createElement(Pt, null));
133
+ return /* @__PURE__ */ r.createElement("div", { className: H(t, M.header) }, /* @__PURE__ */ r.createElement("div", { className: M.pickerList }, /* @__PURE__ */ r.createElement(Lt, null), a), /* @__PURE__ */ r.createElement(Pt, null));
136
134
  }, Vt = "flow--list", Mt = {
137
135
  list: Vt
138
136
  };
@@ -466,7 +464,7 @@ class w {
466
464
  return this.loaderState.useMergedData();
467
465
  }
468
466
  getLoaderInvocationHooks() {
469
- return st(this.list.batches.getBatchIndex() + 1, (e) => e).map((e) => () => {
467
+ return rt(this.list.batches.getBatchIndex() + 1, (e) => e).map((e) => () => {
470
468
  this.useLoadBatch(e);
471
469
  });
472
470
  }
@@ -572,7 +570,7 @@ const Kt = "flow--list--items--item-list", jt = "flow--list--items--is-loading",
572
570
  content: Zt
573
571
  }, _t = (i) => {
574
572
  const { className: t, children: e } = i, a = K(g);
575
- return /* @__PURE__ */ r.createElement(at, null, /* @__PURE__ */ r.createElement(
573
+ return /* @__PURE__ */ r.createElement(st, null, /* @__PURE__ */ r.createElement(
576
574
  h,
577
575
  {
578
576
  style: "plain",
@@ -582,7 +580,7 @@ const Kt = "flow--list--items--item-list", jt = "flow--list--items--is-loading",
582
580
  /* @__PURE__ */ r.createElement(Ct, null)
583
581
  ), e);
584
582
  }, te = (i) => {
585
- const { children: t } = i, e = rt(t, yt), a = {
583
+ const { children: t } = i, e = at(t, yt), a = {
586
584
  Avatar: {
587
585
  className: c.avatar
588
586
  },
@@ -613,7 +611,7 @@ const Kt = "flow--list--items--item-list", jt = "flow--list--items--is-loading",
613
611
  };
614
612
  return /* @__PURE__ */ r.createElement(St, { if: !e }, /* @__PURE__ */ r.createElement("div", { className: c.item }, /* @__PURE__ */ r.createElement(bt, { props: s }, t)));
615
613
  }, ee = (i) => /* @__PURE__ */ r.createElement(vt, null, JSON.stringify(i.data)), ae = (i) => {
616
- const { className: t } = i, e = m(), a = e.loader.useIsLoading(), s = e.items.entries.map((l) => /* @__PURE__ */ r.createElement(te, { key: l.id }, /* @__PURE__ */ r.createElement(et, null, l.render()))), n = U(
614
+ const { className: t } = i, e = m(), a = e.loader.useIsLoading(), s = e.items.entries.map((l) => /* @__PURE__ */ r.createElement(te, { key: l.id }, /* @__PURE__ */ r.createElement(et, null, l.render()))), n = H(
617
615
  z.itemList,
618
616
  t,
619
617
  a && z.isLoading
@@ -665,7 +663,7 @@ const le = "flow--list--footer", ce = {
665
663
  t.format("showMore")
666
664
  );
667
665
  }, de = () => /* @__PURE__ */ r.createElement("div", { className: ce.footer }, /* @__PURE__ */ r.createElement(ue, null), /* @__PURE__ */ r.createElement(me, null));
668
- function je(i) {
666
+ function qe(i) {
669
667
  var L, I, B, A;
670
668
  const { children: t, batchSize: e, ...a } = i, s = (L = f(t, se)) == null ? void 0 : L.props, n = (I = f(
671
669
  t,
@@ -702,11 +700,11 @@ function je(i) {
702
700
  );
703
701
  }
704
702
  export {
705
- je as List,
703
+ qe as List,
706
704
  re as ListFilter,
707
705
  ie as ListItemView,
708
706
  se as ListLoaderAsync,
709
707
  ne as ListSorting,
710
708
  oe as ListStaticData,
711
- je as default
709
+ qe as default
712
710
  };