@mittwald/flow-react-components 0.2.0-alpha.25 → 0.2.0-alpha.27

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 (245) hide show
  1. package/CHANGELOG.md +322 -9
  2. package/dist/js/{Accordion-ehDuiU7W.js → Accordion-Dpj1oFzd.js} +3 -3
  3. package/dist/js/Accordion.js +1 -1
  4. package/dist/js/{Action-C1Tw5pqL.js → Action-DfWvHbWy.js} +1 -1
  5. package/dist/js/Action.js +1 -1
  6. package/dist/js/ActionGroup-Df471PRl.js +54 -0
  7. package/dist/js/ActionGroup.js +1 -1
  8. package/dist/js/Alert.js +2 -2
  9. package/dist/js/AlertBadge.js +3 -3
  10. package/dist/js/{AlertIcon-zxc_IFxt.js → AlertIcon-DLNwOcjK.js} +4 -4
  11. package/dist/js/AlertIcon.js +1 -1
  12. package/dist/js/Align.js +1 -1
  13. package/dist/js/Avatar-BnUeBUUe.js +68 -0
  14. package/dist/js/Avatar.js +1 -1
  15. package/dist/js/{Badge-CiZ2cJPc.js → Badge-COtCTH_k.js} +3 -3
  16. package/dist/js/Badge.js +1 -1
  17. package/dist/js/Breadcrumb.js +2 -2
  18. package/dist/js/{Button-WawPguWq.js → Button-CpidnrB2.js} +4 -4
  19. package/dist/js/Button.js +1 -1
  20. package/dist/js/{ButtonView-inzXKZFE.js → ButtonView-9JIUBb3-.js} +1 -1
  21. package/dist/js/{CalendarHeader-D7_Itm72.js → CalendarHeader-FzRkroPI.js} +4 -4
  22. package/dist/js/{Checkbox-D2UcTbDY.js → Checkbox-DeFXQE8t.js} +3 -3
  23. package/dist/js/Checkbox.js +1 -1
  24. package/dist/js/CheckboxButton.js +28 -3
  25. package/dist/js/CheckboxGroup.js +22 -24
  26. package/dist/js/{CodeBlock-DyPUKUfC.js → CodeBlock-CIe3HE6_.js} +1 -1
  27. package/dist/js/CodeBlock.js +1 -1
  28. package/dist/js/ComboBox.js +93 -0
  29. package/dist/js/{Content-mlearvuR.js → Content-VZW7wYH0.js} +1 -1
  30. package/dist/js/Content.js +1 -1
  31. package/dist/js/ContextMenu.js +4 -4
  32. package/dist/js/{ContextMenuContent-N8Co_64N.js → ContextMenuContent-DQojalD_.js} +13 -15
  33. package/dist/js/{ContextMenuSection-C4JcZt6N.js → ContextMenuSection-DSFhpvV8.js} +3 -3
  34. package/dist/js/ContextualHelp.js +3 -3
  35. package/dist/js/{CopyButton-hLDhvtYv.js → CopyButton-Cxn4ZL7P.js} +4 -4
  36. package/dist/js/CopyButton.js +1 -1
  37. package/dist/js/CounterBadge.js +1 -1
  38. package/dist/js/DatePicker.js +6 -6
  39. package/dist/js/DateRangePicker.js +6 -6
  40. package/dist/js/{FieldDescription-DBKM9JJK.js → FieldDescription-6bRgUF6j.js} +2 -2
  41. package/dist/js/FieldDescription.js +1 -1
  42. package/dist/js/{FieldError-Dvter_gI.js → FieldError-x5ErhzHX.js} +2 -2
  43. package/dist/js/FieldError.js +1 -1
  44. package/dist/js/FileCard.js +9 -9
  45. package/dist/js/FileDropZone.js +41 -0
  46. package/dist/js/FileField.js +1 -1
  47. package/dist/js/{Header-6rzaR_ZQ.js → Header-CKEomWir.js} +10 -9
  48. package/dist/js/Header.js +1 -1
  49. package/dist/js/HeaderNavigation.js +1 -1
  50. package/dist/js/{Heading-CAK54nAl.js → Heading-CxJ8-gg1.js} +1 -1
  51. package/dist/js/Heading.js +1 -1
  52. package/dist/js/{Icon-BwWnkfBs.js → Icon-D1s_Nl8f.js} +1 -1
  53. package/dist/js/Icon.js +1 -1
  54. package/dist/js/{IconCalendar-Q15swPO9.js → IconCalendar-DICXvFAK.js} +2 -2
  55. package/dist/js/{IconCheck-DSJw_XKy.js → IconCheck-Bqw7XyGS.js} +2 -2
  56. package/dist/js/{IconCheckboxEmpty-CJsL0HKI.js → IconCheckboxEmpty-CdHWDs3V.js} +2 -2
  57. package/dist/js/{IconCheckboxIndeterminate-BegmYi5q.js → IconCheckboxIndeterminate-B2xz1HQB.js} +2 -2
  58. package/dist/js/{IconChevronDown-DbVQ4UKe.js → IconChevronDown-DaiVaZc2.js} +2 -2
  59. package/dist/js/{IconChevronRight-B7wLgosL.js → IconChevronRight-OYYpwzCw.js} +2 -2
  60. package/dist/js/{IconChevronUp-C7IqV12r.js → IconChevronUp-Bt9GQ5m2.js} +2 -2
  61. package/dist/js/{IconClose-B4zJVugN.js → IconClose-DE2OkcZ3.js} +2 -2
  62. package/dist/js/{IconContextMenu-DnwSrGtk.js → IconContextMenu-Ddfi5ZZF.js} +2 -2
  63. package/dist/js/{IconCopy-DlhvXpzM.js → IconCopy-DPIeCh7x.js} +2 -2
  64. package/dist/js/{IconDanger-CLQjl-bG.js → IconDanger--t2ciHuJ.js} +2 -2
  65. package/dist/js/{IconExternalLink-DmREEXln.js → IconExternalLink-gf7iLNMk.js} +2 -2
  66. package/dist/js/{IconFile-C6gwhTzA.js → IconFile-mXOcGrvi.js} +2 -2
  67. package/dist/js/{IconInfo-DOr5jJ3x.js → IconInfo-CjGNgTHe.js} +2 -2
  68. package/dist/js/{IconPending-DtrOmfTQ.js → IconPending-BMtWE5DF.js} +2 -2
  69. package/dist/js/{IconPlus-B4GbH9Av.js → IconPlus-gE84aqHi.js} +2 -2
  70. package/dist/js/{IconRadioOn-CbW3RjJ2.js → IconRadioOn-DtJlH5uD.js} +2 -2
  71. package/dist/js/{IconSearch-DEZjce1A.js → IconSearch-C-AbvN_g.js} +2 -2
  72. package/dist/js/{IconSucceeded-C9y_vsxu.js → IconSucceeded-CNEZRcRX.js} +2 -2
  73. package/dist/js/{IconView-B2Dw4XBX.js → IconView-Brtz6E06.js} +1 -1
  74. package/dist/js/{IconView-DwPoNey_.js → IconView-rHKlJeFp.js} +2 -2
  75. package/dist/js/{IconWarning-b9Fu7oJU.js → IconWarning-OHzWO61S.js} +2 -2
  76. package/dist/js/Icons.js +131 -120
  77. package/dist/js/{Image-bgRpoOYx.js → Image-CL-HtWkf.js} +1 -1
  78. package/dist/js/Image.js +1 -1
  79. package/dist/js/Initials.js +18 -3
  80. package/dist/js/{Label-BNeqtA5n.js → Label-Dd2332r2.js} +1 -1
  81. package/dist/js/Label.js +1 -1
  82. package/dist/js/LayoutCard.js +1 -1
  83. package/dist/js/LightBox.js +3 -3
  84. package/dist/js/{Link-CgqjxAXS.js → Link-Bi5EK_xM.js} +2 -2
  85. package/dist/js/Link.js +1 -1
  86. package/dist/js/List.js +762 -665
  87. package/dist/js/{LoadingSpinner-Bi3wJJYc.js → LoadingSpinner-CLdEsHVt.js} +2 -2
  88. package/dist/js/LoadingSpinner.js +1 -1
  89. package/dist/js/Markdown.js +11 -10
  90. package/dist/js/MenuItem-DuSDaivo.js +58 -0
  91. package/dist/js/MenuItem.js +1 -1
  92. package/dist/js/Message.js +2 -2
  93. package/dist/js/Modal.js +5 -5
  94. package/dist/js/Navigation.js +44 -43
  95. package/dist/js/Notification.js +5 -5
  96. package/dist/js/NotificationProvider.js +31 -31
  97. package/dist/js/NumberField.js +6 -6
  98. package/dist/js/Option-Dq2kSEMl.js +20 -0
  99. package/dist/js/Option.js +7 -0
  100. package/dist/js/Options-1UizQrjb.js +26 -0
  101. package/dist/js/{Popover-Ck5nKNR3.js → Popover-2yo5j1XN.js} +1 -1
  102. package/dist/js/Popover.js +3 -3
  103. package/dist/js/RadioGroup.js +55 -57
  104. package/dist/js/{SearchField-ONmuF9P1.js → SearchField-DVIJ25lZ.js} +5 -5
  105. package/dist/js/SearchField.js +1 -1
  106. package/dist/js/{Section-CWfvE5ls.js → Section-CT6QbDC-.js} +2 -2
  107. package/dist/js/Section.js +1 -1
  108. package/dist/js/SegmentedControl.js +3 -3
  109. package/dist/js/Select.js +63 -84
  110. package/dist/js/Slider.js +3 -3
  111. package/dist/js/{Switch-Bg5jHbFG.js → Switch-DGEFjK19.js} +4 -4
  112. package/dist/js/Switch.js +1 -1
  113. package/dist/js/Tabs.js +45 -47
  114. package/dist/js/{Text-CW_CzcoD.js → Text-CIEzKaxJ.js} +1 -1
  115. package/dist/js/Text.js +1 -1
  116. package/dist/js/TextArea.js +2 -2
  117. package/dist/js/TextField.js +2 -2
  118. package/dist/js/{TextFieldBase-BOhCwxJG.js → TextFieldBase-ByaoeeVY.js} +2 -2
  119. package/dist/js/TimeField.js +2 -2
  120. package/dist/js/all.css +1 -1
  121. package/dist/js/{flowComponent-B8dC8eRj.js → flowComponent--S4z-7r_.js} +1 -1
  122. package/dist/js/hooks.js +1 -1
  123. package/dist/js/internal.js +1 -1
  124. package/dist/js/lib-D5zMvYjy.js +12 -0
  125. package/dist/js/react-hook-form/Field.js +1 -1
  126. package/dist/js/react-hook-form/Form.js +1 -1
  127. package/dist/js/types/components/ActionGroup/ActionGroup.d.ts.map +1 -1
  128. package/dist/js/types/components/ActionGroup/stories/Default.stories.d.ts +1 -0
  129. package/dist/js/types/components/ActionGroup/stories/Default.stories.d.ts.map +1 -1
  130. package/dist/js/types/components/Align/stories/InputButton.stories.d.ts.map +1 -1
  131. package/dist/js/types/components/Avatar/Avatar.d.ts.map +1 -1
  132. package/dist/js/types/components/CheckboxGroup/CheckboxGroup.d.ts.map +1 -1
  133. package/dist/js/types/components/ComboBox/ComboBox.d.ts +11 -0
  134. package/dist/js/types/components/ComboBox/ComboBox.d.ts.map +1 -0
  135. package/dist/js/types/components/ComboBox/index.d.ts +4 -0
  136. package/dist/js/types/components/ComboBox/index.d.ts.map +1 -0
  137. package/dist/js/types/components/ComboBox/stories/Default.stories.d.ts +13 -0
  138. package/dist/js/types/components/ComboBox/stories/Default.stories.d.ts.map +1 -0
  139. package/dist/js/types/components/ContextMenu/lib.d.ts.map +1 -1
  140. package/dist/js/types/components/FileDropZone/FileDropZone.d.ts +10 -0
  141. package/dist/js/types/components/FileDropZone/FileDropZone.d.ts.map +1 -0
  142. package/dist/js/types/components/FileDropZone/index.d.ts +4 -0
  143. package/dist/js/types/components/FileDropZone/index.d.ts.map +1 -0
  144. package/dist/js/types/components/FileDropZone/stories/Default.stories.d.ts +10 -0
  145. package/dist/js/types/components/FileDropZone/stories/Default.stories.d.ts.map +1 -0
  146. package/dist/js/types/components/Icon/components/icons/IconBulb.d.ts +5 -0
  147. package/dist/js/types/components/Icon/components/icons/IconBulb.d.ts.map +1 -0
  148. package/dist/js/types/components/Icon/components/icons/IconCertificate.d.ts +5 -0
  149. package/dist/js/types/components/Icon/components/icons/IconCertificate.d.ts.map +1 -0
  150. package/dist/js/types/components/Icon/components/icons/IconDesktop.d.ts +5 -0
  151. package/dist/js/types/components/Icon/components/icons/IconDesktop.d.ts.map +1 -0
  152. package/dist/js/types/components/Icon/components/icons/IconDirectory.d.ts +5 -0
  153. package/dist/js/types/components/Icon/components/icons/IconDirectory.d.ts.map +1 -0
  154. package/dist/js/types/components/Icon/components/icons/IconLink.d.ts +5 -0
  155. package/dist/js/types/components/Icon/components/icons/IconLink.d.ts.map +1 -0
  156. package/dist/js/types/components/Icon/components/icons/IconMobile.d.ts +5 -0
  157. package/dist/js/types/components/Icon/components/icons/IconMobile.d.ts.map +1 -0
  158. package/dist/js/types/components/Icon/components/icons/IconMove.d.ts +5 -0
  159. package/dist/js/types/components/Icon/components/icons/IconMove.d.ts.map +1 -0
  160. package/dist/js/types/components/Icon/components/icons/IconPicture.d.ts +5 -0
  161. package/dist/js/types/components/Icon/components/icons/IconPicture.d.ts.map +1 -0
  162. package/dist/js/types/components/Icon/components/icons/IconSparkles.d.ts +5 -0
  163. package/dist/js/types/components/Icon/components/icons/IconSparkles.d.ts.map +1 -0
  164. package/dist/js/types/components/Icon/components/icons/IconUpload.d.ts +5 -0
  165. package/dist/js/types/components/Icon/components/icons/IconUpload.d.ts.map +1 -0
  166. package/dist/js/types/components/Icon/components/icons/IconVhost.d.ts +5 -0
  167. package/dist/js/types/components/Icon/components/icons/IconVhost.d.ts.map +1 -0
  168. package/dist/js/types/components/Icon/components/icons/index.d.ts +11 -0
  169. package/dist/js/types/components/Icon/components/icons/index.d.ts.map +1 -1
  170. package/dist/js/types/components/List/List.d.ts.map +1 -1
  171. package/dist/js/types/components/List/components/Header/Header.d.ts.map +1 -1
  172. package/dist/js/types/components/List/components/Header/components/ViewModeMenu/ViewModeMenu.d.ts.map +1 -1
  173. package/dist/js/types/components/List/components/Items/Items.d.ts.map +1 -1
  174. package/dist/js/types/components/List/components/Items/components/FallbackItems/FallbackItems.d.ts.map +1 -1
  175. package/dist/js/types/components/List/components/Items/components/Item/Item.d.ts +1 -1
  176. package/dist/js/types/components/List/components/Items/components/Item/Item.d.ts.map +1 -1
  177. package/dist/js/types/components/List/components/Items/components/Item/components/SkeletonView/SkeletonView.d.ts.map +1 -1
  178. package/dist/js/types/components/List/components/Items/views/GridListItem/GridListItem.d.ts +1 -0
  179. package/dist/js/types/components/List/components/Items/views/GridListItem/GridListItem.d.ts.map +1 -1
  180. package/dist/js/types/components/List/components/ListItemView/ListItemView.d.ts +1 -2
  181. package/dist/js/types/components/List/components/ListItemView/ListItemView.d.ts.map +1 -1
  182. package/dist/js/types/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.d.ts +5 -2
  183. package/dist/js/types/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.d.ts.map +1 -1
  184. package/dist/js/types/components/List/model/List.d.ts +3 -3
  185. package/dist/js/types/components/List/model/List.d.ts.map +1 -1
  186. package/dist/js/types/components/List/model/ReactTable.d.ts +2 -2
  187. package/dist/js/types/components/List/model/ReactTable.d.ts.map +1 -1
  188. package/dist/js/types/components/List/model/item/ItemView.d.ts +7 -1
  189. package/dist/js/types/components/List/model/item/ItemView.d.ts.map +1 -1
  190. package/dist/js/types/components/List/model/types.d.ts +1 -1
  191. package/dist/js/types/components/List/model/types.d.ts.map +1 -1
  192. package/dist/js/types/components/List/stories/ListItem.stories.d.ts +2 -2
  193. package/dist/js/types/components/List/stories/ListItem.stories.d.ts.map +1 -1
  194. package/dist/js/types/components/List/typedList.d.ts +3 -3
  195. package/dist/js/types/components/Markdown/Markdown.d.ts.map +1 -1
  196. package/dist/js/types/components/Markdown/stories/Default.stories.d.ts.map +1 -1
  197. package/dist/js/types/components/MenuItem/components/MenuItemContent/MenuItemContent.d.ts.map +1 -0
  198. package/dist/js/types/components/MenuItem/components/MenuItemContent/index.d.ts +2 -0
  199. package/dist/js/types/components/MenuItem/components/MenuItemContent/index.d.ts.map +1 -0
  200. package/dist/js/types/components/Navigation/Navigation.d.ts.map +1 -1
  201. package/dist/js/types/components/NotificationProvider/ControlledNotification.d.ts.map +1 -1
  202. package/dist/js/types/components/{Select/components/Option → Option}/Option.d.ts +1 -1
  203. package/dist/js/types/components/Option/Option.d.ts.map +1 -0
  204. package/dist/js/types/components/Option/index.d.ts.map +1 -0
  205. package/dist/js/types/components/{Select/components/Option → Option}/view.d.ts +1 -1
  206. package/dist/js/types/components/Option/view.d.ts.map +1 -0
  207. package/dist/js/types/components/Options/Options.d.ts +10 -0
  208. package/dist/js/types/components/Options/Options.d.ts.map +1 -0
  209. package/dist/js/types/components/Options/index.d.ts.map +1 -0
  210. package/dist/js/types/components/RadioGroup/RadioGroup.d.ts.map +1 -1
  211. package/dist/js/types/components/Section/components/SectionHeader/SectionHeader.d.ts.map +1 -1
  212. package/dist/js/types/components/Section/stories/Default.stories.d.ts +1 -0
  213. package/dist/js/types/components/Section/stories/Default.stories.d.ts.map +1 -1
  214. package/dist/js/types/components/Select/Select.d.ts.map +1 -1
  215. package/dist/js/types/components/Select/index.d.ts +0 -1
  216. package/dist/js/types/components/Select/index.d.ts.map +1 -1
  217. package/dist/js/types/components/Select/stories/Default.stories.d.ts.map +1 -1
  218. package/dist/js/types/components/Select/stories/EdgeCases.stories.d.ts.map +1 -1
  219. package/dist/js/types/components/propTypes/index.d.ts +4 -1
  220. package/dist/js/types/components/propTypes/index.d.ts.map +1 -1
  221. package/dist/js/types/integrations/react-hook-form/components/Field/stories/Default.stories.d.ts.map +1 -1
  222. package/dist/js/types/integrations/react-hook-form/index.d.ts +1 -0
  223. package/dist/js/types/integrations/react-hook-form/index.d.ts.map +1 -1
  224. package/dist/js/types/lib/propsContext/propsContext.d.ts +2 -0
  225. package/dist/js/types/lib/propsContext/propsContext.d.ts.map +1 -1
  226. package/dist/js/types/views/OptionView.d.ts +1 -1
  227. package/dist/js/{useProps-BDtV5P_t.js → useProps-CBLAZpTB.js} +6 -5
  228. package/package.json +43 -31
  229. package/dist/js/ActionGroup-CSpyLctL.js +0 -50
  230. package/dist/js/Avatar-Dvl223o9.js +0 -64
  231. package/dist/js/CheckboxButton-BMt-m5ML.js +0 -31
  232. package/dist/js/Initials-ZPnhHDbb.js +0 -21
  233. package/dist/js/MenuItem-D0A7OXWd.js +0 -63
  234. package/dist/js/deepHas-KHS5X1F_.js +0 -15
  235. package/dist/js/lib-DaWC44Fk.js +0 -12
  236. package/dist/js/types/components/MenuItem/components/MenuItemContent.d.ts.map +0 -1
  237. package/dist/js/types/components/Select/components/Option/Option.d.ts.map +0 -1
  238. package/dist/js/types/components/Select/components/Option/index.d.ts.map +0 -1
  239. package/dist/js/types/components/Select/components/Option/view.d.ts.map +0 -1
  240. package/dist/js/types/components/Select/components/Options/Options.d.ts +0 -7
  241. package/dist/js/types/components/Select/components/Options/Options.d.ts.map +0 -1
  242. package/dist/js/types/components/Select/components/Options/index.d.ts.map +0 -1
  243. /package/dist/js/types/components/MenuItem/components/{MenuItemContent.d.ts → MenuItemContent/MenuItemContent.d.ts} +0 -0
  244. /package/dist/js/types/components/{Select/components/Option → Option}/index.d.ts +0 -0
  245. /package/dist/js/types/components/{Select/components/Options → Options}/index.d.ts +0 -0
package/CHANGELOG.md CHANGED
@@ -3,18 +3,122 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.2.0-alpha.27](https://github.com/mittwald/flow/compare/0.2.0-alpha.26...0.2.0-alpha.27) (2025-01-30)
7
+
8
+ # [0.1.0-alpha.407](https://github.com/mittwald/flow/compare/0.1.0-alpha.406...0.1.0-alpha.407) (2025-01-28)
9
+
10
+ ### Features
11
+
12
+ * **List:** prevent list action in bottom content ([80b497c](https://github.com/mittwald/flow/commit/80b497c045e7a6f7e7d404a11f14602d199aa2ec))
13
+
14
+ # [0.1.0-alpha.406](https://github.com/mittwald/flow/compare/0.1.0-alpha.405...0.1.0-alpha.406) (2025-01-27)
15
+
16
+ ### Features
17
+
18
+ * **List:** update tile width and add maxTileWidth property ([#1134](https://github.com/mittwald/flow/issues/1134)) ([6ee9289](https://github.com/mittwald/flow/commit/6ee9289b3776ff3443fa45e4536e73897687784e))
19
+
20
+ # [0.1.0-alpha.405](https://github.com/mittwald/flow/compare/0.1.0-alpha.404...0.1.0-alpha.405) (2025-01-27)
21
+
22
+ ### Features
23
+
24
+ * **Combobox:** add combo box component ([bad2280](https://github.com/mittwald/flow/commit/bad228014a5be44e605f9d39af6139acd3371c51))
25
+
26
+ # [0.1.0-alpha.404](https://github.com/mittwald/flow/compare/0.2.0-alpha.22...0.1.0-alpha.404) (2025-01-27)
27
+
28
+ ### Features
29
+
30
+ * **FileDropZone:** add file drop zone component ([041cab7](https://github.com/mittwald/flow/commit/041cab79ecfd141867c1785b25d59138aefd0df2))
31
+
32
+ # [0.1.0-alpha.403](https://github.com/mittwald/flow/compare/0.1.0-alpha.402...0.1.0-alpha.403) (2025-01-24)
33
+
34
+ # [0.1.0-alpha.402](https://github.com/mittwald/flow/compare/0.2.0-alpha.19...0.1.0-alpha.402) (2025-01-24)
35
+
36
+ ### Bug Fixes
37
+
38
+ * **Navigation:** hide empty menu list ([#1125](https://github.com/mittwald/flow/issues/1125)) ([a014033](https://github.com/mittwald/flow/commit/a0140337e1ae1eae687b94037888d243cbbbe49d))
39
+
40
+ # [0.1.0-alpha.401](https://github.com/mittwald/flow/compare/0.1.0-alpha.400...0.1.0-alpha.401) (2025-01-23)
41
+
42
+ # [0.1.0-alpha.400](https://github.com/mittwald/flow/compare/0.1.0-alpha.399...0.1.0-alpha.400) (2025-01-23)
43
+
44
+ ### Bug Fixes
45
+
46
+ * **List:** fix tile loading skeleton ([#1119](https://github.com/mittwald/flow/issues/1119)) ([27d02f8](https://github.com/mittwald/flow/commit/27d02f83ad80995b2b0af437b2e4d1193d4ae111))
47
+
48
+ # [0.1.0-alpha.399](https://github.com/mittwald/flow/compare/0.1.0-alpha.398...0.1.0-alpha.399) (2025-01-22)
49
+
50
+ ### Features
51
+
52
+ * **icon:** add mobile, desktop, link and bulb icon ([#1123](https://github.com/mittwald/flow/issues/1123)) ([30e6700](https://github.com/mittwald/flow/commit/30e6700baa8103ffb242ba8363ab7bea14c404a6))
53
+
54
+ # [0.1.0-alpha.398](https://github.com/mittwald/flow/compare/0.2.0-alpha.18...0.1.0-alpha.398) (2025-01-22)
55
+
56
+ ### Features
57
+
58
+ * **List:** add tile view ([2058342](https://github.com/mittwald/flow/commit/205834235c856b649b0fd1be26b9693f86cbb9dc))
59
+
60
+ # [0.1.0-alpha.397](https://github.com/mittwald/flow/compare/0.1.0-alpha.396...0.1.0-alpha.397) (2025-01-21)
61
+
62
+ ### Features
63
+
64
+ * **Section:** support file field in section header ([#1115](https://github.com/mittwald/flow/issues/1115)) ([e2d26ae](https://github.com/mittwald/flow/commit/e2d26aecad6b2a3d67c673042e3a19f50d436a2b))
65
+
66
+ # [0.1.0-alpha.396](https://github.com/mittwald/flow/compare/0.2.0-alpha.16...0.1.0-alpha.396) (2025-01-21)
67
+
68
+ ### Bug Fixes
69
+
70
+ * **CheckboxButton:** remove order ([#1110](https://github.com/mittwald/flow/issues/1110)) ([4cec2c5](https://github.com/mittwald/flow/commit/4cec2c5f31ed5c912fb883f79052b8eb97e00106))
71
+ * **List:** make list sorting case insensitive ([#1109](https://github.com/mittwald/flow/issues/1109)) ([d23c616](https://github.com/mittwald/flow/commit/d23c616247a70595c04c70fe0607abc3a1201cb0))
72
+ * **Table:** fix hover color ([#1106](https://github.com/mittwald/flow/issues/1106)) ([c1854f8](https://github.com/mittwald/flow/commit/c1854f82e02457262d73436e65c55bc8f65b7328))
73
+
74
+ ### Features
75
+
76
+ * **icons:** add icons for vhost, certificate, move, directory and sparkles ([#1114](https://github.com/mittwald/flow/issues/1114)) ([d07dda6](https://github.com/mittwald/flow/commit/d07dda68f3c8432c2541f4fad0d70c6a8ad9c157))
77
+ * **Markdown:** support blockquote ([#1112](https://github.com/mittwald/flow/issues/1112)) ([b48fadb](https://github.com/mittwald/flow/commit/b48fadb22077a4e3be885289f15981759356a74b))
78
+
79
+ # [0.1.0-alpha.395](https://github.com/mittwald/flow/compare/0.1.0-alpha.394...0.1.0-alpha.395) (2025-01-20)
80
+
81
+ ### Features
82
+
83
+ * **ActionGroup:** support switch ([#1105](https://github.com/mittwald/flow/issues/1105)) ([5415c9d](https://github.com/mittwald/flow/commit/5415c9dc01fc2cef7a701ba547625f6eb2f0a9d5))
84
+
85
+ # [0.1.0-alpha.394](https://github.com/mittwald/flow/compare/0.2.0-alpha.9...0.1.0-alpha.394) (2025-01-15)
86
+
87
+ ### Bug Fixes
88
+
89
+ * **Notification:** Fix "Timer not started" error for notifications that should not auto close ([#1101](https://github.com/mittwald/flow/issues/1101)) ([f9b5975](https://github.com/mittwald/flow/commit/f9b59756da9c4aeebc08c5eb62c0efef98fa9c9a))
90
+
91
+ # [0.1.0-alpha.393](https://github.com/mittwald/flow/compare/0.2.0-alpha.3...0.1.0-alpha.393) (2025-01-10)
92
+
93
+ # [0.1.0-alpha.392](https://github.com/mittwald/flow/compare/0.2.0-alpha.2...0.1.0-alpha.392) (2025-01-10)
94
+
95
+ # Change Log
96
+
97
+ All notable changes to this project will be documented in this file. See
98
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
99
+
100
+ # [0.2.0-alpha.26](https://github.com/mittwald/flow/compare/0.2.0-alpha.25...0.2.0-alpha.26) (2025-01-29)
101
+
102
+ ### Bug Fixes
103
+
104
+ - fix remote context menu display issue
105
+ ([7d9855e](https://github.com/mittwald/flow/commit/7d9855e5e19b791b7514ff23a95907fb438a06ce))
106
+
6
107
  # [0.2.0-alpha.25](https://github.com/mittwald/flow/compare/0.2.0-alpha.24...0.2.0-alpha.25) (2025-01-29)
7
108
 
8
109
  ### Bug Fixes
9
110
 
10
- * fix remote Context Menu ([25f032e](https://github.com/mittwald/flow/commit/25f032e0c95202e503fcb0c4d553e67ae9b464a2))
11
- * fix remote ListItemView ([22ca167](https://github.com/mittwald/flow/commit/22ca167f537ebf80ea956806d723836676323648))
111
+ - fix remote Context Menu
112
+ ([25f032e](https://github.com/mittwald/flow/commit/25f032e0c95202e503fcb0c4d553e67ae9b464a2))
113
+ - fix remote ListItemView
114
+ ([22ca167](https://github.com/mittwald/flow/commit/22ca167f537ebf80ea956806d723836676323648))
12
115
 
13
116
  # [0.2.0-alpha.24](https://github.com/mittwald/flow/compare/0.2.0-alpha.23...0.2.0-alpha.24) (2025-01-28)
14
117
 
15
118
  ### Features
16
119
 
17
- * support Popover/Modals/ContextMenu ([7fc22d9](https://github.com/mittwald/flow/commit/7fc22d959d19e4c56ab6edf3694e3947b7770a39))
120
+ - support Popover/Modals/ContextMenu
121
+ ([7fc22d9](https://github.com/mittwald/flow/commit/7fc22d959d19e4c56ab6edf3694e3947b7770a39))
18
122
 
19
123
  # [0.2.0-alpha.23](https://github.com/mittwald/flow/compare/0.2.0-alpha.22...0.2.0-alpha.23) (2025-01-28)
20
124
 
@@ -28,7 +132,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
28
132
 
29
133
  ### Features
30
134
 
31
- * support preview ([f03d561](https://github.com/mittwald/flow/commit/f03d561ff74b7873d5d228e9c0fc9e0f290e36e0))
135
+ - support preview
136
+ ([f03d561](https://github.com/mittwald/flow/commit/f03d561ff74b7873d5d228e9c0fc9e0f290e36e0))
32
137
 
33
138
  # [0.2.0-alpha.20](https://github.com/mittwald/flow/compare/0.2.0-alpha.19...0.2.0-alpha.20) (2025-01-24)
34
139
 
@@ -46,7 +151,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
46
151
 
47
152
  ### Bug Fixes
48
153
 
49
- * add missing export ([4ed108e](https://github.com/mittwald/flow/commit/4ed108e3e5dcd80d1c236777ebb18628fd2f64a1))
154
+ - add missing export
155
+ ([4ed108e](https://github.com/mittwald/flow/commit/4ed108e3e5dcd80d1c236777ebb18628fd2f64a1))
50
156
 
51
157
  # [0.2.0-alpha.16](https://github.com/mittwald/flow/compare/0.2.0-alpha.15...0.2.0-alpha.16) (2025-01-21)
52
158
 
@@ -64,13 +170,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
64
170
 
65
171
  ### Bug Fixes
66
172
 
67
- * re-export remote types to fix TS builds ([161dd58](https://github.com/mittwald/flow/commit/161dd587b430f040293b4f9fccfabd6fcbec97b3))
173
+ - re-export remote types to fix TS builds
174
+ ([161dd58](https://github.com/mittwald/flow/commit/161dd587b430f040293b4f9fccfabd6fcbec97b3))
68
175
 
69
176
  # [0.2.0-alpha.12](https://github.com/mittwald/flow/compare/0.2.0-alpha.11...0.2.0-alpha.12) (2025-01-21)
70
177
 
71
178
  ### Bug Fixes
72
179
 
73
- * add missing remote exports ([8c02c4b](https://github.com/mittwald/flow/commit/8c02c4b7375efed70c3786d690b4ffbfc12f6ba7))
180
+ - add missing remote exports
181
+ ([8c02c4b](https://github.com/mittwald/flow/commit/8c02c4b7375efed70c3786d690b4ffbfc12f6ba7))
74
182
 
75
183
  # [0.2.0-alpha.11](https://github.com/mittwald/flow/compare/0.2.0-alpha.10...0.2.0-alpha.11) (2025-01-20)
76
184
 
@@ -80,11 +188,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
80
188
 
81
189
  ### Bug Fixes
82
190
 
83
- * fix List export ([602f627](https://github.com/mittwald/flow/commit/602f627ea41fe973c8f68dc4903dbaddab88b78c))
191
+ - fix List export
192
+ ([602f627](https://github.com/mittwald/flow/commit/602f627ea41fe973c8f68dc4903dbaddab88b78c))
84
193
 
85
194
  ### Features
86
195
 
87
- * build view componentsgen ([3586d27](https://github.com/mittwald/flow/commit/3586d27090665a758c4dcf14bf458cf05dee95c8))
196
+ - build view componentsgen
197
+ ([3586d27](https://github.com/mittwald/flow/commit/3586d27090665a758c4dcf14bf458cf05dee95c8))
88
198
 
89
199
  # [0.2.0-alpha.9](https://github.com/mittwald/flow/compare/0.2.0-alpha.8...0.2.0-alpha.9) (2025-01-13)
90
200
 
@@ -577,6 +687,209 @@ All notable changes to this project will be documented in this file. See
577
687
  All notable changes to this project will be documented in this file. See
578
688
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
579
689
 
690
+ # [0.1.0-alpha.407](https://github.com/mittwald/flow/compare/0.1.0-alpha.406...0.1.0-alpha.407) (2025-01-28)
691
+
692
+ ### Features
693
+
694
+ - **List:** prevent list action in bottom content
695
+ ([80b497c](https://github.com/mittwald/flow/commit/80b497c045e7a6f7e7d404a11f14602d199aa2ec))
696
+
697
+ # Change Log
698
+
699
+ All notable changes to this project will be documented in this file. See
700
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
701
+
702
+ # [0.1.0-alpha.406](https://github.com/mittwald/flow/compare/0.1.0-alpha.405...0.1.0-alpha.406) (2025-01-27)
703
+
704
+ ### Features
705
+
706
+ - **List:** update tile width and add maxTileWidth property
707
+ ([#1134](https://github.com/mittwald/flow/issues/1134))
708
+ ([6ee9289](https://github.com/mittwald/flow/commit/6ee9289b3776ff3443fa45e4536e73897687784e))
709
+
710
+ # Change Log
711
+
712
+ All notable changes to this project will be documented in this file. See
713
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
714
+
715
+ # [0.1.0-alpha.405](https://github.com/mittwald/flow/compare/0.1.0-alpha.404...0.1.0-alpha.405) (2025-01-27)
716
+
717
+ ### Features
718
+
719
+ - **Combobox:** add combo box component
720
+ ([bad2280](https://github.com/mittwald/flow/commit/bad228014a5be44e605f9d39af6139acd3371c51))
721
+
722
+ # Change Log
723
+
724
+ All notable changes to this project will be documented in this file. See
725
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
726
+
727
+ # [0.1.0-alpha.404](https://github.com/mittwald/flow/compare/0.1.0-alpha.403...0.1.0-alpha.404) (2025-01-27)
728
+
729
+ ### Features
730
+
731
+ - **FileDropZone:** add file drop zone component
732
+ ([041cab7](https://github.com/mittwald/flow/commit/041cab79ecfd141867c1785b25d59138aefd0df2))
733
+
734
+ # Change Log
735
+
736
+ All notable changes to this project will be documented in this file. See
737
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
738
+
739
+ # [0.1.0-alpha.403](https://github.com/mittwald/flow/compare/0.1.0-alpha.402...0.1.0-alpha.403) (2025-01-24)
740
+
741
+ **Note:** Version bump only for package @mittwald/flow-react-components
742
+
743
+ # Change Log
744
+
745
+ All notable changes to this project will be documented in this file. See
746
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
747
+
748
+ # [0.1.0-alpha.402](https://github.com/mittwald/flow/compare/0.1.0-alpha.401...0.1.0-alpha.402) (2025-01-24)
749
+
750
+ ### Bug Fixes
751
+
752
+ - **Navigation:** hide empty menu list
753
+ ([#1125](https://github.com/mittwald/flow/issues/1125))
754
+ ([a014033](https://github.com/mittwald/flow/commit/a0140337e1ae1eae687b94037888d243cbbbe49d))
755
+
756
+ # Change Log
757
+
758
+ All notable changes to this project will be documented in this file. See
759
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
760
+
761
+ # [0.1.0-alpha.401](https://github.com/mittwald/flow/compare/0.1.0-alpha.400...0.1.0-alpha.401) (2025-01-23)
762
+
763
+ **Note:** Version bump only for package @mittwald/flow-react-components
764
+
765
+ # Change Log
766
+
767
+ All notable changes to this project will be documented in this file. See
768
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
769
+
770
+ # [0.1.0-alpha.400](https://github.com/mittwald/flow/compare/0.1.0-alpha.399...0.1.0-alpha.400) (2025-01-23)
771
+
772
+ ### Bug Fixes
773
+
774
+ - **List:** fix tile loading skeleton
775
+ ([#1119](https://github.com/mittwald/flow/issues/1119))
776
+ ([27d02f8](https://github.com/mittwald/flow/commit/27d02f83ad80995b2b0af437b2e4d1193d4ae111))
777
+
778
+ # Change Log
779
+
780
+ All notable changes to this project will be documented in this file. See
781
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
782
+
783
+ # [0.1.0-alpha.399](https://github.com/mittwald/flow/compare/0.1.0-alpha.398...0.1.0-alpha.399) (2025-01-22)
784
+
785
+ ### Features
786
+
787
+ - **icon:** add mobile, desktop, link and bulb icon
788
+ ([#1123](https://github.com/mittwald/flow/issues/1123))
789
+ ([30e6700](https://github.com/mittwald/flow/commit/30e6700baa8103ffb242ba8363ab7bea14c404a6))
790
+
791
+ # Change Log
792
+
793
+ All notable changes to this project will be documented in this file. See
794
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
795
+
796
+ # [0.1.0-alpha.398](https://github.com/mittwald/flow/compare/0.1.0-alpha.397...0.1.0-alpha.398) (2025-01-22)
797
+
798
+ ### Features
799
+
800
+ - **List:** add tile view
801
+ ([2058342](https://github.com/mittwald/flow/commit/205834235c856b649b0fd1be26b9693f86cbb9dc))
802
+
803
+ # Change Log
804
+
805
+ All notable changes to this project will be documented in this file. See
806
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
807
+
808
+ # [0.1.0-alpha.397](https://github.com/mittwald/flow/compare/0.1.0-alpha.396...0.1.0-alpha.397) (2025-01-21)
809
+
810
+ ### Features
811
+
812
+ - **Section:** support file field in section header
813
+ ([#1115](https://github.com/mittwald/flow/issues/1115))
814
+ ([e2d26ae](https://github.com/mittwald/flow/commit/e2d26aecad6b2a3d67c673042e3a19f50d436a2b))
815
+
816
+ # Change Log
817
+
818
+ All notable changes to this project will be documented in this file. See
819
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
820
+
821
+ # [0.1.0-alpha.396](https://github.com/mittwald/flow/compare/0.1.0-alpha.395...0.1.0-alpha.396) (2025-01-21)
822
+
823
+ ### Bug Fixes
824
+
825
+ - **CheckboxButton:** remove order
826
+ ([#1110](https://github.com/mittwald/flow/issues/1110))
827
+ ([4cec2c5](https://github.com/mittwald/flow/commit/4cec2c5f31ed5c912fb883f79052b8eb97e00106))
828
+ - **List:** make list sorting case insensitive
829
+ ([#1109](https://github.com/mittwald/flow/issues/1109))
830
+ ([d23c616](https://github.com/mittwald/flow/commit/d23c616247a70595c04c70fe0607abc3a1201cb0))
831
+ - **Table:** fix hover color
832
+ ([#1106](https://github.com/mittwald/flow/issues/1106))
833
+ ([c1854f8](https://github.com/mittwald/flow/commit/c1854f82e02457262d73436e65c55bc8f65b7328))
834
+
835
+ ### Features
836
+
837
+ - **icons:** add icons for vhost, certificate, move, directory and sparkles
838
+ ([#1114](https://github.com/mittwald/flow/issues/1114))
839
+ ([d07dda6](https://github.com/mittwald/flow/commit/d07dda68f3c8432c2541f4fad0d70c6a8ad9c157))
840
+ - **Markdown:** support blockquote
841
+ ([#1112](https://github.com/mittwald/flow/issues/1112))
842
+ ([b48fadb](https://github.com/mittwald/flow/commit/b48fadb22077a4e3be885289f15981759356a74b))
843
+
844
+ # Change Log
845
+
846
+ All notable changes to this project will be documented in this file. See
847
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
848
+
849
+ # [0.1.0-alpha.395](https://github.com/mittwald/flow/compare/0.1.0-alpha.394...0.1.0-alpha.395) (2025-01-20)
850
+
851
+ ### Features
852
+
853
+ - **ActionGroup:** support switch
854
+ ([#1105](https://github.com/mittwald/flow/issues/1105))
855
+ ([5415c9d](https://github.com/mittwald/flow/commit/5415c9dc01fc2cef7a701ba547625f6eb2f0a9d5))
856
+
857
+ # Change Log
858
+
859
+ All notable changes to this project will be documented in this file. See
860
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
861
+
862
+ # [0.1.0-alpha.394](https://github.com/mittwald/flow/compare/0.1.0-alpha.393...0.1.0-alpha.394) (2025-01-15)
863
+
864
+ ### Bug Fixes
865
+
866
+ - **Notification:** Fix "Timer not started" error for notifications that should
867
+ not auto close ([#1101](https://github.com/mittwald/flow/issues/1101))
868
+ ([f9b5975](https://github.com/mittwald/flow/commit/f9b59756da9c4aeebc08c5eb62c0efef98fa9c9a))
869
+
870
+ # Change Log
871
+
872
+ All notable changes to this project will be documented in this file. See
873
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
874
+
875
+ # [0.1.0-alpha.393](https://github.com/mittwald/flow/compare/0.1.0-alpha.392...0.1.0-alpha.393) (2025-01-10)
876
+
877
+ **Note:** Version bump only for package @mittwald/flow-react-components
878
+
879
+ # Change Log
880
+
881
+ All notable changes to this project will be documented in this file. See
882
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
883
+
884
+ # [0.1.0-alpha.392](https://github.com/mittwald/flow/compare/0.1.0-alpha.391...0.1.0-alpha.392) (2025-01-10)
885
+
886
+ **Note:** Version bump only for package @mittwald/flow-react-components
887
+
888
+ # Change Log
889
+
890
+ All notable changes to this project will be documented in this file. See
891
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
892
+
580
893
  # [0.1.0-alpha.391](https://github.com/mittwald/flow/compare/0.1.0-alpha.390...0.1.0-alpha.391) (2024-12-18)
581
894
 
582
895
  ### Bug Fixes
@@ -6,14 +6,14 @@ import y from "clsx";
6
6
  import "./propsContext-DzAKlmhS.js";
7
7
  import { PropsContextProvider as B } from "./PropsContextProvider.js";
8
8
  import { d as i } from "./dynamic-ClpUSmEt.js";
9
- import { B as C } from "./Button-WawPguWq.js";
9
+ import { B as C } from "./Button-CpidnrB2.js";
10
10
  import "@tabler/icons-react";
11
11
  import { TunnelProvider as A, TunnelExit as P } from "@mittwald/react-tunnel";
12
- import "./flowComponent-B8dC8eRj.js";
12
+ import "./flowComponent--S4z-7r_.js";
13
13
  import "@react-aria/utils";
14
14
  import "remeda";
15
15
  import "./viewComponentContext-HXEKmx_D.js";
16
- import { I as b } from "./IconChevronDown-DbVQ4UKe.js";
16
+ import { I as b } from "./IconChevronDown-DaiVaZc2.js";
17
17
  import { A as g } from "./Activity-BekrxIf7.js";
18
18
  const E = "flow--accordion", j = "flow--accordion--header", D = "flow--accordion--header-button", T = "flow--accordion--content", H = "flow--accordion--content-inner", L = "flow--accordion--chevron", S = "flow--accordion--outline", k = "flow--accordion--expanded", e = {
19
19
  accordion: E,
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { A as r } from "./Accordion-ehDuiU7W.js";
3
+ import { A as r } from "./Accordion-Dpj1oFzd.js";
4
4
  export {
5
5
  r as Accordion,
6
6
  r as default
@@ -13,7 +13,7 @@ import { a as j, g as L, u as U } from "./getActionGroupSlot-CekBnXeM.js";
13
13
  import "./propsContext-DzAKlmhS.js";
14
14
  import { PropsContextProvider as q } from "./PropsContextProvider.js";
15
15
  import { d } from "./dynamic-ClpUSmEt.js";
16
- import { u as z, f as H } from "./flowComponent-B8dC8eRj.js";
16
+ import { u as z, f as H } from "./flowComponent--S4z-7r_.js";
17
17
  const A = I(void 0), J = A.Provider, v = (e) => new Promise((t) => setTimeout(t, e)), C = {
18
18
  pending: 1e3,
19
19
  succeeded: 1500,
package/dist/js/Action.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { A as t } from "./Action-C1Tw5pqL.js";
3
+ import { A as t } from "./Action-DfWvHbWy.js";
4
4
  export {
5
5
  t as Action,
6
6
  t as default
@@ -0,0 +1,54 @@
1
+ "use client"
2
+ /* */
3
+ import { jsx as t } from "react/jsx-runtime";
4
+ import "react";
5
+ import "./propsContext-DzAKlmhS.js";
6
+ import { PropsContextProvider as w } from "./PropsContextProvider.js";
7
+ import { d as n } from "./dynamic-ClpUSmEt.js";
8
+ import i from "clsx";
9
+ import { f as C } from "./flowComponent--S4z-7r_.js";
10
+ import { TunnelProvider as G } from "@mittwald/react-tunnel";
11
+ import { A as y, g as a } from "./getActionGroupSlot-CekBnXeM.js";
12
+ const N = "flow--action-group", x = "flow--action-group--primary", h = "flow--action-group--secondary", A = "flow--action-group--abort", P = "flow--action-group--action-group-container", b = "flow--action-group--ignore-breakpoint", k = "flow--action-group--s", v = "flow--action-group--m", r = {
13
+ actionGroup: N,
14
+ primary: x,
15
+ secondary: h,
16
+ abort: A,
17
+ actionGroupContainer: P,
18
+ ignoreBreakpoint: b,
19
+ s: k,
20
+ m: v
21
+ }, F = C(
22
+ "ActionGroup",
23
+ (e) => {
24
+ const {
25
+ children: c,
26
+ className: s,
27
+ ref: p,
28
+ ignoreBreakpoint: l,
29
+ spacing: m = "s",
30
+ ...u
31
+ } = e, g = i(
32
+ r.actionGroupContainer,
33
+ s,
34
+ l && r.ignoreBreakpoint,
35
+ r[m]
36
+ ), f = {
37
+ Button: {
38
+ slot: n((o) => a(o)),
39
+ className: n((o) => {
40
+ const d = a(o);
41
+ return i(o.className, r[d]);
42
+ })
43
+ },
44
+ Switch: {
45
+ labelPosition: "leading",
46
+ className: n((o) => i(o.className, o.slot && r[o.slot]))
47
+ }
48
+ };
49
+ return /* @__PURE__ */ t(y, { children: /* @__PURE__ */ t(w, { props: f, mergeInParentContext: !0, children: /* @__PURE__ */ t(G, { children: /* @__PURE__ */ t("div", { ...u, className: g, ref: p, children: /* @__PURE__ */ t("div", { className: r.actionGroup, role: "group", children: c }) }) }) }) });
50
+ }
51
+ );
52
+ export {
53
+ F as A
54
+ };
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { A as r } from "./ActionGroup-CSpyLctL.js";
3
+ import { A as r } from "./ActionGroup-Df471PRl.js";
4
4
  export {
5
5
  r as ActionGroup,
6
6
  r as default
package/dist/js/Alert.js CHANGED
@@ -7,8 +7,8 @@ import { C as p } from "./ClearPropsContext-CIgOlDjP.js";
7
7
  import { PropsContextProvider as g } from "./PropsContextProvider.js";
8
8
  import { d as w } from "./dynamic-ClpUSmEt.js";
9
9
  import h from "clsx";
10
- import { A as C } from "./AlertIcon-zxc_IFxt.js";
11
- import { f as u } from "./flowComponent-B8dC8eRj.js";
10
+ import { A as C } from "./AlertIcon-DLNwOcjK.js";
11
+ import { f as u } from "./flowComponent--S4z-7r_.js";
12
12
  const x = "flow--alert", N = "flow--alert--content", A = "flow--alert--info", P = "flow--alert--heading", j = "flow--alert--warning", v = "flow--alert--danger", y = "flow--alert--success", o = {
13
13
  alert: x,
14
14
  content: N,
@@ -3,14 +3,14 @@
3
3
  import { jsx as e, jsxs as i } from "react/jsx-runtime";
4
4
  import "react";
5
5
  import m from "clsx";
6
- import { A as f } from "./AlertIcon-zxc_IFxt.js";
7
- import { T as d } from "./Text-CW_CzcoD.js";
6
+ import { A as f } from "./AlertIcon-DLNwOcjK.js";
7
+ import { T as d } from "./Text-CIEzKaxJ.js";
8
8
  import "./propsContext-DzAKlmhS.js";
9
9
  import { C as g } from "./ClearPropsContext-CIgOlDjP.js";
10
10
  import "@react-aria/utils";
11
11
  import "remeda";
12
12
  import "dot-prop";
13
- import { f as p } from "./flowComponent-B8dC8eRj.js";
13
+ import { f as p } from "./flowComponent--S4z-7r_.js";
14
14
  const w = "flow--alert-badge", x = "flow--alert-badge--text", b = "flow--alert-badge--info", u = "flow--alert-badge--success", B = "flow--alert-badge--warning", C = "flow--alert-badge--danger", t = {
15
15
  alertBadge: w,
16
16
  text: x,
@@ -10,11 +10,11 @@ import "@react-aria/utils";
10
10
  import "remeda";
11
11
  import "dot-prop";
12
12
  import "@mittwald/react-tunnel";
13
- import "./flowComponent-B8dC8eRj.js";
13
+ import "./flowComponent--S4z-7r_.js";
14
14
  import "./viewComponentContext-HXEKmx_D.js";
15
- import { I } from "./IconDanger-CLQjl-bG.js";
16
- import { I as u } from "./IconInfo-DOr5jJ3x.js";
17
- import { I as g, a as p } from "./IconWarning-b9Fu7oJU.js";
15
+ import { I } from "./IconDanger--t2ciHuJ.js";
16
+ import { I as u } from "./IconInfo-CjGNgTHe.js";
17
+ import { I as g, a as p } from "./IconWarning-OHzWO61S.js";
18
18
  import { useLocalizedStringFormatter as w } from "react-aria";
19
19
  const S = { "de-DE": {
20
20
  "alertIcon.danger": "Status Fehler",
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { A as r } from "./AlertIcon-zxc_IFxt.js";
3
+ import { A as r } from "./AlertIcon-DLNwOcjK.js";
4
4
  export {
5
5
  r as AlertIcon,
6
6
  r as default
package/dist/js/Align.js CHANGED
@@ -4,7 +4,7 @@ import { jsx as o } from "react/jsx-runtime";
4
4
  import "react";
5
5
  import e from "clsx";
6
6
  import { PropsContextProvider as c } from "./PropsContextProvider.js";
7
- import { f as i } from "./flowComponent-B8dC8eRj.js";
7
+ import { f as i } from "./flowComponent--S4z-7r_.js";
8
8
  const m = "flow--align", p = "flow--align--avatar", f = "flow--align--text", u = "flow--align--button", g = "flow--align--copy-button", t = {
9
9
  align: m,
10
10
  avatar: p,
@@ -0,0 +1,68 @@
1
+ "use client"
2
+ /* */
3
+ import { jsx as i } from "react/jsx-runtime";
4
+ import { isValidElement as v } from "react";
5
+ import f from "clsx";
6
+ import "./propsContext-DzAKlmhS.js";
7
+ import { C as p } from "./ClearPropsContext-CIgOlDjP.js";
8
+ import { PropsContextProvider as d } from "./PropsContextProvider.js";
9
+ import { hash as w } from "object-code";
10
+ import { deepForEach as y } from "react-children-utilities";
11
+ import { f as u } from "./flowComponent--S4z-7r_.js";
12
+ const b = "flow--avatar", h = "flow--avatar--icon", C = "flow--avatar--initials", z = "flow--avatar--blue", g = "flow--avatar--teal", x = "flow--avatar--green", N = "flow--avatar--violet", A = "flow--avatar--lilac", t = {
13
+ avatar: b,
14
+ icon: h,
15
+ initials: C,
16
+ "size-m": "flow--avatar--size-m",
17
+ "size-xs": "flow--avatar--size-xs",
18
+ "size-s": "flow--avatar--size-s",
19
+ "size-l": "flow--avatar--size-l",
20
+ "dynamic-blue": "flow--avatar--dynamic-blue",
21
+ blue: z,
22
+ "dynamic-teal": "flow--avatar--dynamic-teal",
23
+ teal: g,
24
+ "dynamic-green": "flow--avatar--dynamic-green",
25
+ green: x,
26
+ "dynamic-violet": "flow--avatar--dynamic-violet",
27
+ violet: N,
28
+ "dynamic-lilac": "flow--avatar--dynamic-lilac",
29
+ lilac: A
30
+ }, P = (l) => {
31
+ const a = [];
32
+ y(l, (o) => {
33
+ v(o) ? a.push({
34
+ props: o.props,
35
+ type: o.type
36
+ }) : a.push(o);
37
+ });
38
+ const r = w(a), e = Math.abs(r % (s.length - 1));
39
+ return s[e] ?? "blue";
40
+ }, s = [
41
+ "blue",
42
+ "teal",
43
+ "green",
44
+ "violet",
45
+ "lilac"
46
+ ], q = u(
47
+ "Avatar",
48
+ (l) => {
49
+ const { children: a, className: r, color: e, size: o = "m", ref: n } = l, c = f(
50
+ t.avatar,
51
+ t[`size-${o}`],
52
+ r,
53
+ t[e ?? "blue"],
54
+ !e && t[`dynamic-${P(a)}`]
55
+ ), m = {
56
+ Initials: {
57
+ className: t.initials
58
+ },
59
+ Icon: {
60
+ className: t.icon
61
+ }
62
+ };
63
+ return /* @__PURE__ */ i(p, { children: /* @__PURE__ */ i("div", { className: c, ref: n, children: /* @__PURE__ */ i(d, { props: m, children: a }) }) });
64
+ }
65
+ );
66
+ export {
67
+ q as A
68
+ };
package/dist/js/Avatar.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use client"
2
2
  /* */
3
- import { A as r } from "./Avatar-Dvl223o9.js";
3
+ import { A as r } from "./Avatar-BnUeBUUe.js";
4
4
  export {
5
5
  r as Avatar,
6
6
  r as default
@@ -5,11 +5,11 @@ import "react";
5
5
  import f from "clsx";
6
6
  import "./propsContext-DzAKlmhS.js";
7
7
  import { PropsContextProvider as u } from "./PropsContextProvider.js";
8
- import { f as w } from "./flowComponent-B8dC8eRj.js";
9
- import { B as n } from "./Button-WawPguWq.js";
8
+ import { f as w } from "./flowComponent--S4z-7r_.js";
9
+ import { B as n } from "./Button-CpidnrB2.js";
10
10
  import "@tabler/icons-react";
11
11
  import "./viewComponentContext-HXEKmx_D.js";
12
- import { I as v } from "./IconClose-B4zJVugN.js";
12
+ import { I as v } from "./IconClose-DE2OkcZ3.js";
13
13
  const y = "flow--badge", N = "flow--badge--content", x = "flow--badge--button", h = "flow--badge--close", B = "flow--badge--scope", C = "flow--badge--value", T = "flow--badge--neutral", k = "flow--badge--disabled", P = "flow--badge--blue", j = "flow--badge--navy", I = "flow--badge--violet", L = "flow--badge--teal", z = "flow--badge--lilac", D = "flow--badge--green", q = "flow--badge--orange", A = "flow--badge--red", E = "flow--badge--dark", F = "flow--badge--light", e = {
14
14
  badge: y,
15
15
  content: N,